Merge tag 'staging-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[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 ACCES 104-QUAD-8 IIO DRIVER
264 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
265 L:      linux-iio@vger.kernel.org
266 S:      Maintained
267 F:      drivers/iio/counter/104-quad-8.c
268
269 ACENIC DRIVER
270 M:      Jes Sorensen <jes@trained-monkey.org>
271 L:      linux-acenic@sunsite.dk
272 S:      Maintained
273 F:      drivers/net/ethernet/alteon/acenic*
274
275 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
276 M:      Peter Feuerer <peter@piie.net>
277 L:      platform-driver-x86@vger.kernel.org
278 W:      http://piie.net/?section=acerhdf
279 S:      Maintained
280 F:      drivers/platform/x86/acerhdf.c
281
282 ACER WMI LAPTOP EXTRAS
283 M:      "Lee, Chun-Yi" <jlee@suse.com>
284 L:      platform-driver-x86@vger.kernel.org
285 S:      Maintained
286 F:      drivers/platform/x86/acer-wmi.c
287
288 ACPI
289 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
290 M:      Len Brown <lenb@kernel.org>
291 L:      linux-acpi@vger.kernel.org
292 W:      https://01.org/linux-acpi
293 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
295 B:      https://bugzilla.kernel.org
296 S:      Supported
297 F:      drivers/acpi/
298 F:      drivers/pnp/pnpacpi/
299 F:      include/linux/acpi.h
300 F:      include/acpi/
301 F:      Documentation/acpi/
302 F:      Documentation/ABI/testing/sysfs-bus-acpi
303 F:      Documentation/ABI/testing/configfs-acpi
304 F:      drivers/pci/*acpi*
305 F:      drivers/pci/*/*acpi*
306 F:      drivers/pci/*/*/*acpi*
307 F:      tools/power/acpi/
308
309 ACPI COMPONENT ARCHITECTURE (ACPICA)
310 M:      Robert Moore <robert.moore@intel.com>
311 M:      Lv Zheng <lv.zheng@intel.com>
312 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
313 L:      linux-acpi@vger.kernel.org
314 L:      devel@acpica.org
315 W:      https://acpica.org/
316 W:      https://github.com/acpica/acpica/
317 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
319 B:      https://bugzilla.kernel.org
320 B:      https://bugs.acpica.org
321 S:      Supported
322 F:      drivers/acpi/acpica/
323 F:      include/acpi/
324 F:      tools/power/acpi/
325
326 ACPI FAN DRIVER
327 M:      Zhang Rui <rui.zhang@intel.com>
328 L:      linux-acpi@vger.kernel.org
329 W:      https://01.org/linux-acpi
330 B:      https://bugzilla.kernel.org
331 S:      Supported
332 F:      drivers/acpi/fan.c
333
334 ACPI FOR ARM64 (ACPI/arm64)
335 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
336 M:      Hanjun Guo <hanjun.guo@linaro.org>
337 M:      Sudeep Holla <sudeep.holla@arm.com>
338 L:      linux-acpi@vger.kernel.org
339 S:      Maintained
340 F:      drivers/acpi/arm64
341
342 ACPI THERMAL DRIVER
343 M:      Zhang Rui <rui.zhang@intel.com>
344 L:      linux-acpi@vger.kernel.org
345 W:      https://01.org/linux-acpi
346 B:      https://bugzilla.kernel.org
347 S:      Supported
348 F:      drivers/acpi/*thermal*
349
350 ACPI VIDEO DRIVER
351 M:      Zhang Rui <rui.zhang@intel.com>
352 L:      linux-acpi@vger.kernel.org
353 W:      https://01.org/linux-acpi
354 B:      https://bugzilla.kernel.org
355 S:      Supported
356 F:      drivers/acpi/acpi_video.c
357
358 ACPI WMI DRIVER
359 L:      platform-driver-x86@vger.kernel.org
360 S:      Orphan
361 F:      drivers/platform/x86/wmi.c
362
363 AD1889 ALSA SOUND DRIVER
364 M:      Thibaut Varene <T-Bone@parisc-linux.org>
365 W:      http://wiki.parisc-linux.org/AD1889
366 L:      linux-parisc@vger.kernel.org
367 S:      Maintained
368 F:      sound/pci/ad1889.*
369
370 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
371 M:      Michael Hennerich <michael.hennerich@analog.com>
372 W:      http://wiki.analog.com/AD5254
373 W:      http://ez.analog.com/community/linux-device-drivers
374 S:      Supported
375 F:      drivers/misc/ad525x_dpot.c
376
377 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
378 M:      Michael Hennerich <michael.hennerich@analog.com>
379 W:      http://wiki.analog.com/AD5398
380 W:      http://ez.analog.com/community/linux-device-drivers
381 S:      Supported
382 F:      drivers/regulator/ad5398.c
383
384 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
385 M:      Michael Hennerich <michael.hennerich@analog.com>
386 W:      http://wiki.analog.com/AD7142
387 W:      http://ez.analog.com/community/linux-device-drivers
388 S:      Supported
389 F:      drivers/input/misc/ad714x.c
390
391 AD7877 TOUCHSCREEN DRIVER
392 M:      Michael Hennerich <michael.hennerich@analog.com>
393 W:      http://wiki.analog.com/AD7877
394 W:      http://ez.analog.com/community/linux-device-drivers
395 S:      Supported
396 F:      drivers/input/touchscreen/ad7877.c
397
398 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
399 M:      Michael Hennerich <michael.hennerich@analog.com>
400 W:      http://wiki.analog.com/AD7879
401 W:      http://ez.analog.com/community/linux-device-drivers
402 S:      Supported
403 F:      drivers/input/touchscreen/ad7879.c
404
405 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
406 M:      Jiri Kosina <jikos@kernel.org>
407 S:      Maintained
408
409 ADF7242 IEEE 802.15.4 RADIO DRIVER
410 M:      Michael Hennerich <michael.hennerich@analog.com>
411 W:      https://wiki.analog.com/ADF7242
412 W:      http://ez.analog.com/community/linux-device-drivers
413 L:      linux-wpan@vger.kernel.org
414 S:      Supported
415 F:      drivers/net/ieee802154/adf7242.c
416 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
417
418 ADM1025 HARDWARE MONITOR DRIVER
419 M:      Jean Delvare <jdelvare@suse.com>
420 L:      linux-hwmon@vger.kernel.org
421 S:      Maintained
422 F:      Documentation/hwmon/adm1025
423 F:      drivers/hwmon/adm1025.c
424
425 ADM1029 HARDWARE MONITOR DRIVER
426 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
427 L:      linux-hwmon@vger.kernel.org
428 S:      Maintained
429 F:      drivers/hwmon/adm1029.c
430
431 ADM8211 WIRELESS DRIVER
432 L:      linux-wireless@vger.kernel.org
433 W:      http://wireless.kernel.org/
434 S:      Orphan
435 F:      drivers/net/wireless/admtek/adm8211.*
436
437 ADP1653 FLASH CONTROLLER DRIVER
438 M:      Sakari Ailus <sakari.ailus@iki.fi>
439 L:      linux-media@vger.kernel.org
440 S:      Maintained
441 F:      drivers/media/i2c/adp1653.c
442 F:      include/media/i2c/adp1653.h
443
444 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
445 M:      Michael Hennerich <michael.hennerich@analog.com>
446 W:      http://wiki.analog.com/ADP5520
447 W:      http://ez.analog.com/community/linux-device-drivers
448 S:      Supported
449 F:      drivers/mfd/adp5520.c
450 F:      drivers/video/backlight/adp5520_bl.c
451 F:      drivers/leds/leds-adp5520.c
452 F:      drivers/gpio/gpio-adp5520.c
453 F:      drivers/input/keyboard/adp5520-keys.c
454
455 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
456 M:      Michael Hennerich <michael.hennerich@analog.com>
457 W:      http://wiki.analog.com/ADP5588
458 W:      http://ez.analog.com/community/linux-device-drivers
459 S:      Supported
460 F:      drivers/input/keyboard/adp5588-keys.c
461 F:      drivers/gpio/gpio-adp5588.c
462
463 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
464 M:      Michael Hennerich <michael.hennerich@analog.com>
465 W:      http://wiki.analog.com/ADP8860
466 W:      http://ez.analog.com/community/linux-device-drivers
467 S:      Supported
468 F:      drivers/video/backlight/adp8860_bl.c
469
470 ADS1015 HARDWARE MONITOR DRIVER
471 M:      Dirk Eibach <eibach@gdsys.de>
472 L:      linux-hwmon@vger.kernel.org
473 S:      Maintained
474 F:      Documentation/hwmon/ads1015
475 F:      drivers/hwmon/ads1015.c
476 F:      include/linux/i2c/ads1015.h
477
478 ADT746X FAN DRIVER
479 M:      Colin Leroy <colin@colino.net>
480 S:      Maintained
481 F:      drivers/macintosh/therm_adt746x.c
482
483 ADT7475 HARDWARE MONITOR DRIVER
484 M:      Jean Delvare <jdelvare@suse.com>
485 L:      linux-hwmon@vger.kernel.org
486 S:      Maintained
487 F:      Documentation/hwmon/adt7475
488 F:      drivers/hwmon/adt7475.c
489
490 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
491 M:      Michael Hennerich <michael.hennerich@analog.com>
492 W:      http://wiki.analog.com/ADXL345
493 W:      http://ez.analog.com/community/linux-device-drivers
494 S:      Supported
495 F:      drivers/input/misc/adxl34x.c
496
497 ADVANSYS SCSI DRIVER
498 M:      Matthew Wilcox <matthew@wil.cx>
499 M:      Hannes Reinecke <hare@suse.com>
500 L:      linux-scsi@vger.kernel.org
501 S:      Maintained
502 F:      Documentation/scsi/advansys.txt
503 F:      drivers/scsi/advansys.c
504
505 AEDSP16 DRIVER
506 M:      Riccardo Facchetti <fizban@tin.it>
507 S:      Maintained
508 F:      sound/oss/aedsp16.c
509
510 AF9013 MEDIA DRIVER
511 M:      Antti Palosaari <crope@iki.fi>
512 L:      linux-media@vger.kernel.org
513 W:      https://linuxtv.org
514 W:      http://palosaari.fi/linux/
515 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
516 T:      git git://linuxtv.org/anttip/media_tree.git
517 S:      Maintained
518 F:      drivers/media/dvb-frontends/af9013*
519
520 AF9033 MEDIA DRIVER
521 M:      Antti Palosaari <crope@iki.fi>
522 L:      linux-media@vger.kernel.org
523 W:      https://linuxtv.org
524 W:      http://palosaari.fi/linux/
525 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
526 T:      git git://linuxtv.org/anttip/media_tree.git
527 S:      Maintained
528 F:      drivers/media/dvb-frontends/af9033*
529
530 AFFS FILE SYSTEM
531 L:      linux-fsdevel@vger.kernel.org
532 S:      Orphan
533 F:      Documentation/filesystems/affs.txt
534 F:      fs/affs/
535
536 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
537 M:      David Howells <dhowells@redhat.com>
538 L:      linux-afs@lists.infradead.org
539 S:      Supported
540 F:      fs/afs/
541 F:      include/net/af_rxrpc.h
542 F:      net/rxrpc/af_rxrpc.c
543
544 AGPGART DRIVER
545 M:      David Airlie <airlied@linux.ie>
546 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
547 S:      Maintained
548 F:      drivers/char/agp/
549 F:      include/linux/agp*
550 F:      include/uapi/linux/agp*
551
552 AHA152X SCSI DRIVER
553 M:      "Juergen E. Fischer" <fischer@norbit.de>
554 L:      linux-scsi@vger.kernel.org
555 S:      Maintained
556 F:      drivers/scsi/aha152x*
557 F:      drivers/scsi/pcmcia/aha152x*
558
559 AIC7XXX / AIC79XX SCSI DRIVER
560 M:      Hannes Reinecke <hare@suse.com>
561 L:      linux-scsi@vger.kernel.org
562 S:      Maintained
563 F:      drivers/scsi/aic7xxx/
564
565 AIMSLAB FM RADIO RECEIVER DRIVER
566 M:      Hans Verkuil <hverkuil@xs4all.nl>
567 L:      linux-media@vger.kernel.org
568 T:      git git://linuxtv.org/media_tree.git
569 W:      https://linuxtv.org
570 S:      Maintained
571 F:      drivers/media/radio/radio-aimslab*
572
573 AIO
574 M:      Benjamin LaHaise <bcrl@kvack.org>
575 L:      linux-aio@kvack.org
576 S:      Supported
577 F:      fs/aio.c
578 F:      include/linux/*aio*.h
579
580 AIRSPY MEDIA DRIVER
581 M:      Antti Palosaari <crope@iki.fi>
582 L:      linux-media@vger.kernel.org
583 W:      https://linuxtv.org
584 W:      http://palosaari.fi/linux/
585 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
586 T:      git git://linuxtv.org/anttip/media_tree.git
587 S:      Maintained
588 F:      drivers/media/usb/airspy/
589
590 ALACRITECH GIGABIT ETHERNET DRIVER
591 M:      Lino Sanfilippo <LinoSanfilippo@gmx.de>
592 S:      Maintained
593 F:      drivers/net/ethernet/alacritech/*
594
595 ALCATEL SPEEDTOUCH USB DRIVER
596 M:      Duncan Sands <duncan.sands@free.fr>
597 L:      linux-usb@vger.kernel.org
598 W:      http://www.linux-usb.org/SpeedTouch/
599 S:      Maintained
600 F:      drivers/usb/atm/speedtch.c
601 F:      drivers/usb/atm/usbatm.c
602
603 ALCHEMY AU1XX0 MMC DRIVER
604 M:      Manuel Lauss <manuel.lauss@gmail.com>
605 S:      Maintained
606 F:      drivers/mmc/host/au1xmmc.c
607
608 ALI1563 I2C DRIVER
609 M:      Rudolf Marek <r.marek@assembler.cz>
610 L:      linux-i2c@vger.kernel.org
611 S:      Maintained
612 F:      Documentation/i2c/busses/i2c-ali1563
613 F:      drivers/i2c/busses/i2c-ali1563.c
614
615 ALLWINNER SECURITY SYSTEM
616 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
617 L:      linux-crypto@vger.kernel.org
618 S:      Maintained
619 F:      drivers/crypto/sunxi-ss/
620
621 ALPHA PORT
622 M:      Richard Henderson <rth@twiddle.net>
623 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
624 M:      Matt Turner <mattst88@gmail.com>
625 S:      Odd Fixes
626 L:      linux-alpha@vger.kernel.org
627 F:      arch/alpha/
628
629 ALPS PS/2 TOUCHPAD DRIVER
630 R:      Pali Rohár <pali.rohar@gmail.com>
631 F:      drivers/input/mouse/alps.*
632
633 ALTERA MAILBOX DRIVER
634 M:      Ley Foon Tan <lftan@altera.com>
635 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
636 S:      Maintained
637 F:      drivers/mailbox/mailbox-altera.c
638
639 ALTERA PIO DRIVER
640 M:      Tien Hock Loh <thloh@altera.com>
641 L:      linux-gpio@vger.kernel.org
642 S:      Maintained
643 F:      drivers/gpio/gpio-altera.c
644
645 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
646 M:      Thor Thayer <tthayer@opensource.altera.com>
647 S:      Maintained
648 F:      drivers/gpio/gpio-altera-a10sr.c
649 F:      drivers/mfd/altera-a10sr.c
650 F:      include/linux/mfd/altera-a10sr.h
651
652 ALTERA TRIPLE SPEED ETHERNET DRIVER
653 M:      Vince Bridgers <vbridger@opensource.altera.com>
654 L:      netdev@vger.kernel.org
655 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
656 S:      Maintained
657 F:      drivers/net/ethernet/altera/
658
659 ALTERA UART/JTAG UART SERIAL DRIVERS
660 M:      Tobias Klauser <tklauser@distanz.ch>
661 L:      linux-serial@vger.kernel.org
662 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
663 S:      Maintained
664 F:      drivers/tty/serial/altera_uart.c
665 F:      drivers/tty/serial/altera_jtaguart.c
666 F:      include/linux/altera_uart.h
667 F:      include/linux/altera_jtaguart.h
668
669 AMAZON ETHERNET DRIVERS
670 M:      Netanel Belgazal <netanel@annapurnalabs.com>
671 R:      Saeed Bishara <saeed@annapurnalabs.com>
672 R:      Zorik Machulsky <zorik@annapurnalabs.com>
673 L:      netdev@vger.kernel.org
674 S:      Supported
675 F:      Documentation/networking/ena.txt
676 F:      drivers/net/ethernet/amazon/
677
678 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
679 M:      Tom Lendacky <thomas.lendacky@amd.com>
680 M:      Gary Hook <gary.hook@amd.com>
681 L:      linux-crypto@vger.kernel.org
682 S:      Supported
683 F:      drivers/crypto/ccp/
684 F:      include/linux/ccp.h
685
686 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
687 M:      Huang Rui <ray.huang@amd.com>
688 L:      linux-hwmon@vger.kernel.org
689 S:      Supported
690 F:      Documentation/hwmon/fam15h_power
691 F:      drivers/hwmon/fam15h_power.c
692
693 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
694 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
695 S:      Orphan
696 F:      drivers/usb/gadget/udc/amd5536udc.*
697
698 AMD GEODE PROCESSOR/CHIPSET SUPPORT
699 P:      Andres Salomon <dilinger@queued.net>
700 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
701 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
702 S:      Supported
703 F:      drivers/char/hw_random/geode-rng.c
704 F:      drivers/crypto/geode*
705 F:      drivers/video/fbdev/geode/
706 F:      arch/x86/include/asm/geode.h
707
708 AMD IOMMU (AMD-VI)
709 M:      Joerg Roedel <joro@8bytes.org>
710 L:      iommu@lists.linux-foundation.org
711 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
712 S:      Maintained
713 F:      drivers/iommu/amd_iommu*.[ch]
714 F:      include/linux/amd-iommu.h
715
716 AMD KFD
717 M:      Oded Gabbay <oded.gabbay@gmail.com>
718 L:      dri-devel@lists.freedesktop.org
719 T:      git git://people.freedesktop.org/~gabbayo/linux.git
720 S:      Supported
721 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
722 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
723 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
724 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
725 F:      drivers/gpu/drm/amd/amdkfd/
726 F:      drivers/gpu/drm/amd/include/cik_structs.h
727 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
728 F:      drivers/gpu/drm/amd/include/vi_structs.h
729 F:      drivers/gpu/drm/radeon/radeon_kfd.c
730 F:      drivers/gpu/drm/radeon/radeon_kfd.h
731 F:      include/uapi/linux/kfd_ioctl.h
732
733 AMD SEATTLE DEVICE TREE SUPPORT
734 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
735 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
736 M:      Tom Lendacky <thomas.lendacky@amd.com>
737 S:      Supported
738 F:      arch/arm64/boot/dts/amd/
739
740 AMD XGBE DRIVER
741 M:      Tom Lendacky <thomas.lendacky@amd.com>
742 L:      netdev@vger.kernel.org
743 S:      Supported
744 F:      drivers/net/ethernet/amd/xgbe/
745 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
746
747 AMS (Apple Motion Sensor) DRIVER
748 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
749 S:      Supported
750 F:      drivers/macintosh/ams/
751
752 ANALOG DEVICES INC AD9389B DRIVER
753 M:      Hans Verkuil <hans.verkuil@cisco.com>
754 L:      linux-media@vger.kernel.org
755 S:      Maintained
756 F:      drivers/media/i2c/ad9389b*
757
758 ANALOG DEVICES INC ADV7180 DRIVER
759 M:      Lars-Peter Clausen <lars@metafoo.de>
760 L:      linux-media@vger.kernel.org
761 W:      http://ez.analog.com/community/linux-device-drivers
762 S:      Supported
763 F:      drivers/media/i2c/adv7180.c
764
765 ANALOG DEVICES INC ADV7511 DRIVER
766 M:      Hans Verkuil <hans.verkuil@cisco.com>
767 L:      linux-media@vger.kernel.org
768 S:      Maintained
769 F:      drivers/media/i2c/adv7511*
770
771 ANALOG DEVICES INC ADV7604 DRIVER
772 M:      Hans Verkuil <hans.verkuil@cisco.com>
773 L:      linux-media@vger.kernel.org
774 S:      Maintained
775 F:      drivers/media/i2c/adv7604*
776
777 ANALOG DEVICES INC ADV7842 DRIVER
778 M:      Hans Verkuil <hans.verkuil@cisco.com>
779 L:      linux-media@vger.kernel.org
780 S:      Maintained
781 F:      drivers/media/i2c/adv7842*
782
783 ANALOG DEVICES INC ASOC CODEC DRIVERS
784 M:      Lars-Peter Clausen <lars@metafoo.de>
785 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
786 W:      http://wiki.analog.com/
787 W:      http://ez.analog.com/community/linux-device-drivers
788 S:      Supported
789 F:      sound/soc/codecs/adau*
790 F:      sound/soc/codecs/adav*
791 F:      sound/soc/codecs/ad1*
792 F:      sound/soc/codecs/ad7*
793 F:      sound/soc/codecs/ssm*
794 F:      sound/soc/codecs/sigmadsp.*
795
796 ANALOG DEVICES INC ASOC DRIVERS
797 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
798 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
799 W:      http://blackfin.uclinux.org/
800 S:      Supported
801 F:      sound/soc/blackfin/*
802
803 ANALOG DEVICES INC IIO DRIVERS
804 M:      Lars-Peter Clausen <lars@metafoo.de>
805 M:      Michael Hennerich <Michael.Hennerich@analog.com>
806 W:      http://wiki.analog.com/
807 W:      http://ez.analog.com/community/linux-device-drivers
808 S:      Supported
809 F:      drivers/iio/*/ad*
810 X:      drivers/iio/*/adjd*
811 F:      drivers/staging/iio/*/ad*
812 F:      drivers/staging/iio/trigger/iio-trig-bfin-timer.c
813
814 ANALOG DEVICES INC DMA DRIVERS
815 M:      Lars-Peter Clausen <lars@metafoo.de>
816 W:      http://ez.analog.com/community/linux-device-drivers
817 S:      Supported
818 F:      drivers/dma/dma-axi-dmac.c
819
820 ANDROID CONFIG FRAGMENTS
821 M:      Rob Herring <robh@kernel.org>
822 S:      Supported
823 F:      kernel/configs/android*
824
825 ANDROID DRIVERS
826 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
827 M:      Arve Hjønnevåg <arve@android.com>
828 M:      Riley Andrews <riandrews@android.com>
829 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
830 L:      devel@driverdev.osuosl.org
831 S:      Supported
832 F:      drivers/android/
833 F:      drivers/staging/android/
834
835 ANDROID ION DRIVER
836 M:      Laura Abbott <labbott@redhat.com>
837 M:      Sumit Semwal <sumit.semwal@linaro.org>
838 L:      devel@driverdev.osuosl.org
839 S:      Supported
840 F:      Documentation/devicetree/bindings/staging/ion/
841 F:      drivers/staging/android/ion
842 F:      drivers/staging/android/uapi/ion.h
843 F:      drivers/staging/android/uapi/ion_test.h
844
845 AOA (Apple Onboard Audio) ALSA DRIVER
846 M:      Johannes Berg <johannes@sipsolutions.net>
847 L:      linuxppc-dev@lists.ozlabs.org
848 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
849 S:      Maintained
850 F:      sound/aoa/
851
852 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
853 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
854 L:      linux-iio@vger.kernel.org
855 S:      Maintained
856 F:      drivers/iio/adc/stx104.c
857
858 APM DRIVER
859 M:      Jiri Kosina <jikos@kernel.org>
860 S:      Odd fixes
861 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
862 F:      arch/x86/kernel/apm_32.c
863 F:      include/linux/apm_bios.h
864 F:      include/uapi/linux/apm_bios.h
865 F:      drivers/char/apm-emulation.c
866
867 APPLE BCM5974 MULTITOUCH DRIVER
868 M:      Henrik Rydberg <rydberg@bitmath.org>
869 L:      linux-input@vger.kernel.org
870 S:      Odd fixes
871 F:      drivers/input/mouse/bcm5974.c
872
873 APPLE SMC DRIVER
874 M:      Henrik Rydberg <rydberg@bitmath.org>
875 L:      linux-hwmon@vger.kernel.org
876 S:      Odd fixes
877 F:      drivers/hwmon/applesmc.c
878
879 APPLETALK NETWORK LAYER
880 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
881 S:      Maintained
882 F:      drivers/net/appletalk/
883 F:      net/appletalk/
884
885 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
886 M:      Duc Dang <dhdang@apm.com>
887 S:      Supported
888 F:      arch/arm64/boot/dts/apm/
889
890 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
891 M:      Iyappan Subramanian <isubramanian@apm.com>
892 M:      Keyur Chudgar <kchudgar@apm.com>
893 S:      Supported
894 F:      drivers/net/ethernet/apm/xgene/
895 F:      drivers/net/phy/mdio-xgene.c
896 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
897 F:      Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
898
899 APPLIED MICRO (APM) X-GENE SOC PMU
900 M:      Tai Nguyen <ttnguyen@apm.com>
901 S:      Supported
902 F:      drivers/perf/xgene_pmu.c
903 F:      Documentation/perf/xgene-pmu.txt
904 F:      Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
905
906 APTINA CAMERA SENSOR PLL
907 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
908 L:      linux-media@vger.kernel.org
909 S:      Maintained
910 F:      drivers/media/i2c/aptina-pll.*
911
912 ARC FRAMEBUFFER DRIVER
913 M:      Jaya Kumar <jayalk@intworks.biz>
914 S:      Maintained
915 F:      drivers/video/fbdev/arcfb.c
916 F:      drivers/video/fbdev/core/fb_defio.c
917
918 ARCNET NETWORK LAYER
919 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
920 L:      netdev@vger.kernel.org
921 S:      Maintained
922 F:      drivers/net/arcnet/
923 F:      include/uapi/linux/if_arcnet.h
924
925 ARC PGU DRM DRIVER
926 M:      Alexey Brodkin <abrodkin@synopsys.com>
927 S:      Supported
928 F:      drivers/gpu/drm/arc/
929 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
930
931 ARM ARCHITECTED TIMER DRIVER
932 M:      Mark Rutland <mark.rutland@arm.com>
933 M:      Marc Zyngier <marc.zyngier@arm.com>
934 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
935 S:      Maintained
936 F:      arch/arm/include/asm/arch_timer.h
937 F:      arch/arm64/include/asm/arch_timer.h
938 F:      drivers/clocksource/arm_arch_timer.c
939
940 ARM HDLCD DRM DRIVER
941 M:      Liviu Dudau <liviu.dudau@arm.com>
942 S:      Supported
943 F:      drivers/gpu/drm/arm/hdlcd_*
944 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
945
946 ARM MALI-DP DRM DRIVER
947 M:      Liviu Dudau <liviu.dudau@arm.com>
948 M:      Brian Starkey <brian.starkey@arm.com>
949 M:      Mali DP Maintainers <malidp@foss.arm.com>
950 S:      Supported
951 F:      drivers/gpu/drm/arm/
952 F:      Documentation/devicetree/bindings/display/arm,malidp.txt
953
954 ARM MFM AND FLOPPY DRIVERS
955 M:      Ian Molton <spyro@f2s.com>
956 S:      Maintained
957 F:      arch/arm/lib/floppydma.S
958 F:      arch/arm/include/asm/floppy.h
959
960 ARM PMU PROFILING AND DEBUGGING
961 M:      Will Deacon <will.deacon@arm.com>
962 M:      Mark Rutland <mark.rutland@arm.com>
963 S:      Maintained
964 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
965 F:      arch/arm*/kernel/perf_*
966 F:      arch/arm/oprofile/common.c
967 F:      arch/arm*/kernel/hw_breakpoint.c
968 F:      arch/arm*/include/asm/hw_breakpoint.h
969 F:      arch/arm*/include/asm/perf_event.h
970 F:      drivers/perf/*
971 F:      include/linux/perf/arm_pmu.h
972 F:      Documentation/devicetree/bindings/arm/pmu.txt
973
974 ARM PORT
975 M:      Russell King <linux@armlinux.org.uk>
976 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
977 W:      http://www.armlinux.org.uk/
978 S:      Maintained
979 F:      arch/arm/
980
981 ARM SUB-ARCHITECTURES
982 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
983 S:      Maintained
984 F:      arch/arm/mach-*/
985 F:      arch/arm/plat-*/
986 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
987
988 ARM PRIMECELL AACI PL041 DRIVER
989 M:      Russell King <linux@armlinux.org.uk>
990 S:      Maintained
991 F:      sound/arm/aaci.*
992
993 ARM PRIMECELL CLCD PL110 DRIVER
994 M:      Russell King <linux@armlinux.org.uk>
995 S:      Maintained
996 F:      drivers/video/fbdev/amba-clcd.*
997
998 ARM PRIMECELL KMI PL050 DRIVER
999 M:      Russell King <linux@armlinux.org.uk>
1000 S:      Maintained
1001 F:      drivers/input/serio/ambakmi.*
1002 F:      include/linux/amba/kmi.h
1003
1004 ARM PRIMECELL MMCI PL180/1 DRIVER
1005 M:      Russell King <linux@armlinux.org.uk>
1006 S:      Maintained
1007 F:      drivers/mmc/host/mmci.*
1008 F:      include/linux/amba/mmci.h
1009
1010 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1011 M:      Russell King <linux@armlinux.org.uk>
1012 S:      Maintained
1013 F:      drivers/tty/serial/amba-pl01*.c
1014 F:      include/linux/amba/serial.h
1015
1016 ARM PRIMECELL BUS SUPPORT
1017 M:      Russell King <linux@armlinux.org.uk>
1018 S:      Maintained
1019 F:      drivers/amba/
1020 F:      include/linux/amba/bus.h
1021
1022 ARM/ADS SPHERE MACHINE SUPPORT
1023 M:      Lennert Buytenhek <kernel@wantstofly.org>
1024 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1025 S:      Maintained
1026
1027 ARM/AFEB9260 MACHINE SUPPORT
1028 M:      Sergey Lapin <slapin@ossfans.org>
1029 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1030 S:      Maintained
1031
1032 ARM/AJECO 1ARM MACHINE SUPPORT
1033 M:      Lennert Buytenhek <kernel@wantstofly.org>
1034 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1035 S:      Maintained
1036
1037 ARM/Allwinner sunXi SoC support
1038 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
1039 M:      Chen-Yu Tsai <wens@csie.org>
1040 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1041 S:      Maintained
1042 N:      sun[x456789]i
1043 F:      arch/arm/boot/dts/ntc-gr8*
1044
1045 ARM/Allwinner SoC Clock Support
1046 M:      Emilio López <emilio@elopez.com.ar>
1047 S:      Maintained
1048 F:      drivers/clk/sunxi/
1049
1050 ARM/Amlogic Meson SoC support
1051 M:      Carlo Caione <carlo@caione.org>
1052 M:      Kevin Hilman <khilman@baylibre.com>
1053 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1054 L:      linux-amlogic@lists.infradead.org
1055 W:      http://linux-meson.com/
1056 S:      Maintained
1057 F:      arch/arm/mach-meson/
1058 F:      arch/arm/boot/dts/meson*
1059 F:      arch/arm64/boot/dts/amlogic/
1060 F:      drivers/pinctrl/meson/
1061 F:      drivers/mmc/host/meson*
1062 N:      meson
1063
1064 ARM/Annapurna Labs ALPINE ARCHITECTURE
1065 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
1066 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
1067 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1068 S:      Maintained
1069 F:      arch/arm/mach-alpine/
1070 F:      arch/arm/boot/dts/alpine*
1071 F:      arch/arm64/boot/dts/al/
1072 F:      drivers/*/*alpine*
1073
1074 ARM/ARTPEC MACHINE SUPPORT
1075 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1076 M:      Lars Persson <lars.persson@axis.com>
1077 M:      Niklas Cassel <niklas.cassel@axis.com>
1078 S:      Maintained
1079 L:      linux-arm-kernel@axis.com
1080 F:      arch/arm/mach-artpec
1081 F:      arch/arm/boot/dts/artpec6*
1082 F:      drivers/clk/axis
1083
1084 ARM/ASPEED MACHINE SUPPORT
1085 M:      Joel Stanley <joel@jms.id.au>
1086 S:      Maintained
1087 F:      arch/arm/mach-aspeed/
1088 F:      arch/arm/boot/dts/aspeed-*
1089 F:      drivers/*/*aspeed*
1090
1091 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1092 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1093 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
1094 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1095 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1096 W:      http://www.linux4sam.org
1097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1098 S:      Supported
1099 F:      arch/arm/mach-at91/
1100 F:      include/soc/at91/
1101 F:      arch/arm/boot/dts/at91*.dts
1102 F:      arch/arm/boot/dts/at91*.dtsi
1103 F:      arch/arm/boot/dts/sama*.dts
1104 F:      arch/arm/boot/dts/sama*.dtsi
1105 F:      arch/arm/include/debug/at91.S
1106
1107 ARM/ATMEL AT91 Clock Support
1108 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
1109 S:      Maintained
1110 F:      drivers/clk/at91
1111
1112 ARM/CALXEDA HIGHBANK ARCHITECTURE
1113 M:      Rob Herring <robh@kernel.org>
1114 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1115 S:      Maintained
1116 F:      arch/arm/mach-highbank/
1117 F:      arch/arm/boot/dts/highbank.dts
1118 F:      arch/arm/boot/dts/ecx-*.dts*
1119
1120 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1121 M:      Krzysztof Halasa <khalasa@piap.pl>
1122 S:      Maintained
1123 F:      arch/arm/mach-cns3xxx/
1124
1125 ARM/CAVIUM THUNDER NETWORK DRIVER
1126 M:      Sunil Goutham <sgoutham@cavium.com>
1127 M:      Robert Richter <rric@kernel.org>
1128 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1129 S:      Supported
1130 F:      drivers/net/ethernet/cavium/thunder/
1131
1132 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1133 M:      Alexander Shiyan <shc_work@mail.ru>
1134 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1135 S:      Odd Fixes
1136 N:      clps711x
1137
1138 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1139 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1140 M:      Ryan Mallon <rmallon@gmail.com>
1141 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1142 S:      Maintained
1143 F:      arch/arm/mach-ep93xx/
1144 F:      arch/arm/mach-ep93xx/include/mach/
1145
1146 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1147 M:      Lennert Buytenhek <kernel@wantstofly.org>
1148 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1149 S:      Maintained
1150
1151 ARM/CLKDEV SUPPORT
1152 M:      Russell King <linux@armlinux.org.uk>
1153 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1154 S:      Maintained
1155 F:      arch/arm/include/asm/clkdev.h
1156 F:      drivers/clk/clkdev.c
1157
1158 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1159 M:      Mike Rapoport <mike@compulab.co.il>
1160 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1161 S:      Maintained
1162
1163 ARM/CONTEC MICRO9 MACHINE SUPPORT
1164 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1165 S:      Maintained
1166 F:      arch/arm/mach-ep93xx/micro9.c
1167
1168 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1169 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1170 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1171 S:      Maintained
1172 F:      drivers/hwtracing/coresight/*
1173 F:      Documentation/trace/coresight.txt
1174 F:      Documentation/devicetree/bindings/arm/coresight.txt
1175 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1176 F:      tools/perf/arch/arm/util/pmu.c
1177 F:      tools/perf/arch/arm/util/auxtrace.c
1178 F:      tools/perf/arch/arm/util/cs-etm.c
1179 F:      tools/perf/arch/arm/util/cs-etm.h
1180 F:      tools/perf/util/cs-etm.h
1181
1182 ARM/CORGI MACHINE SUPPORT
1183 M:      Richard Purdie <rpurdie@rpsys.net>
1184 S:      Maintained
1185
1186 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1187 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1188 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1189 T:      git git://github.com/ulli-kroll/linux.git
1190 S:      Maintained
1191 F:      arch/arm/mach-gemini/
1192 F:      drivers/rtc/rtc-gemini.c
1193
1194 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1195 M:      Barry Song <baohua@kernel.org>
1196 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1198 S:      Maintained
1199 F:      arch/arm/boot/dts/prima2*
1200 F:      arch/arm/mach-prima2/
1201 F:      drivers/clk/sirf/
1202 F:      drivers/clocksource/timer-prima2.c
1203 F:      drivers/clocksource/timer-atlas7.c
1204 N:      [^a-z]sirf
1205
1206 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1207 M:      Baruch Siach <baruch@tkos.co.il>
1208 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1209 S:      Maintained
1210 F:      arch/arm/boot/dts/cx92755*
1211 N:      digicolor
1212
1213 ARM/EBSA110 MACHINE SUPPORT
1214 M:      Russell King <linux@armlinux.org.uk>
1215 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1216 W:      http://www.armlinux.org.uk/
1217 S:      Maintained
1218 F:      arch/arm/mach-ebsa110/
1219 F:      drivers/net/ethernet/amd/am79c961a.*
1220
1221 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1222 M:      Uwe Kleine-König <kernel@pengutronix.de>
1223 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1224 S:      Maintained
1225 N:      efm32
1226
1227 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1228 M:      Daniel Ribeiro <drwyrm@gmail.com>
1229 M:      Stefan Schmidt <stefan@openezx.org>
1230 M:      Harald Welte <laforge@openezx.org>
1231 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1232 W:      http://www.openezx.org/
1233 S:      Maintained
1234 T:      topgit git://git.openezx.org/openezx.git
1235 F:      arch/arm/mach-pxa/ezx.c
1236
1237 ARM/FARADAY FA526 PORT
1238 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1239 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1240 S:      Maintained
1241 T:      git git://git.berlios.de/gemini-board
1242 F:      arch/arm/mm/*-fa*
1243
1244 ARM/FOOTBRIDGE ARCHITECTURE
1245 M:      Russell King <linux@armlinux.org.uk>
1246 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1247 W:      http://www.armlinux.org.uk/
1248 S:      Maintained
1249 F:      arch/arm/include/asm/hardware/dec21285.h
1250 F:      arch/arm/mach-footbridge/
1251
1252 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1253 M:      Shawn Guo <shawnguo@kernel.org>
1254 M:      Sascha Hauer <kernel@pengutronix.de>
1255 R:      Fabio Estevam <fabio.estevam@nxp.com>
1256 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1257 S:      Maintained
1258 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1259 F:      arch/arm/mach-imx/
1260 F:      arch/arm/mach-mxs/
1261 F:      arch/arm/boot/dts/imx*
1262 F:      arch/arm/configs/imx*_defconfig
1263 F:      drivers/clk/imx/
1264 F:      include/soc/imx/
1265
1266 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1267 M:      Shawn Guo <shawnguo@kernel.org>
1268 M:      Sascha Hauer <kernel@pengutronix.de>
1269 R:      Stefan Agner <stefan@agner.ch>
1270 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1271 S:      Maintained
1272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1273 F:      arch/arm/mach-imx/*vf610*
1274 F:      arch/arm/boot/dts/vf*
1275
1276 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1277 M:      Lennert Buytenhek <kernel@wantstofly.org>
1278 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1279 S:      Maintained
1280
1281 ARM/GUMSTIX MACHINE SUPPORT
1282 M:      Steve Sakoman <sakoman@gmail.com>
1283 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1284 S:      Maintained
1285
1286 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1287 M:      Philipp Zabel <philipp.zabel@gmail.com>
1288 M:      Paul Parsons <lost.distance@yahoo.com>
1289 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1290 S:      Maintained
1291 F:      arch/arm/mach-pxa/hx4700.c
1292 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1293 F:      sound/soc/pxa/hx4700.c
1294
1295 ARM/HISILICON SOC SUPPORT
1296 M:      Wei Xu <xuwei5@hisilicon.com>
1297 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1298 W:      http://www.hisilicon.com
1299 S:      Supported
1300 T:      git git://github.com/hisilicon/linux-hisi.git
1301 F:      arch/arm/mach-hisi/
1302 F:      arch/arm/boot/dts/hi3*
1303 F:      arch/arm/boot/dts/hip*
1304 F:      arch/arm/boot/dts/hisi*
1305 F:      arch/arm64/boot/dts/hisilicon/
1306
1307 ARM/HP JORNADA 7XX MACHINE SUPPORT
1308 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1309 W:      www.jlime.com
1310 S:      Maintained
1311 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1312 F:      arch/arm/mach-sa1100/jornada720.c
1313 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1314
1315 ARM/IGEP MACHINE SUPPORT
1316 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1317 M:      Javier Martinez Canillas <javier@dowhile0.org>
1318 L:      linux-omap@vger.kernel.org
1319 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1320 S:      Maintained
1321 F:      arch/arm/boot/dts/omap3-igep*
1322
1323 ARM/INCOME PXA270 SUPPORT
1324 M:      Marek Vasut <marek.vasut@gmail.com>
1325 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1326 S:      Maintained
1327 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1328
1329 ARM/INTEL IOP32X ARM ARCHITECTURE
1330 M:      Lennert Buytenhek <kernel@wantstofly.org>
1331 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1332 S:      Maintained
1333
1334 ARM/INTEL IOP33X ARM ARCHITECTURE
1335 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1336 S:      Orphan
1337
1338 ARM/INTEL IOP13XX ARM ARCHITECTURE
1339 M:      Lennert Buytenhek <kernel@wantstofly.org>
1340 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1341 S:      Maintained
1342
1343 ARM/INTEL IQ81342EX MACHINE SUPPORT
1344 M:      Lennert Buytenhek <kernel@wantstofly.org>
1345 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1346 S:      Maintained
1347
1348 ARM/INTEL IXDP2850 MACHINE SUPPORT
1349 M:      Lennert Buytenhek <kernel@wantstofly.org>
1350 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1351 S:      Maintained
1352
1353 ARM/INTEL IXP4XX ARM ARCHITECTURE
1354 M:      Imre Kaloz <kaloz@openwrt.org>
1355 M:      Krzysztof Halasa <khalasa@piap.pl>
1356 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1357 S:      Maintained
1358 F:      arch/arm/mach-ixp4xx/
1359
1360 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1361 M:      Jonathan Cameron <jic23@cam.ac.uk>
1362 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1363 S:      Maintained
1364 F:      arch/arm/mach-pxa/stargate2.c
1365 F:      drivers/pcmcia/pxa2xx_stargate2.c
1366
1367 ARM/INTEL XSC3 (MANZANO) ARM CORE
1368 M:      Lennert Buytenhek <kernel@wantstofly.org>
1369 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1370 S:      Maintained
1371
1372 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1373 M:      Lennert Buytenhek <kernel@wantstofly.org>
1374 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1375 S:      Maintained
1376
1377 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1378 M:      Santosh Shilimkar <ssantosh@kernel.org>
1379 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1380 S:      Maintained
1381 F:      arch/arm/mach-keystone/
1382 F:      arch/arm/boot/dts/keystone-*
1383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1384
1385 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1386 M:      Santosh Shilimkar <ssantosh@kernel.org>
1387 L:      linux-kernel@vger.kernel.org
1388 S:      Maintained
1389 F:      drivers/clk/keystone/
1390
1391 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1392 M:      Santosh Shilimkar <ssantosh@kernel.org>
1393 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1394 L:      linux-kernel@vger.kernel.org
1395 S:      Maintained
1396 F:      drivers/clocksource/timer-keystone.c
1397
1398 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1399 M:      Santosh Shilimkar <ssantosh@kernel.org>
1400 L:      linux-kernel@vger.kernel.org
1401 S:      Maintained
1402 F:      drivers/power/reset/keystone-reset.c
1403
1404 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1405 M:      Santosh Shilimkar <ssantosh@kernel.org>
1406 L:      linux-kernel@vger.kernel.org
1407 S:      Maintained
1408 F:      drivers/memory/*emif*
1409
1410 ARM/LG1K ARCHITECTURE
1411 M:      Chanho Min <chanho.min@lge.com>
1412 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1413 S:      Maintained
1414 F:      arch/arm64/boot/dts/lg/
1415
1416 ARM/LOGICPD PXA270 MACHINE SUPPORT
1417 M:      Lennert Buytenhek <kernel@wantstofly.org>
1418 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1419 S:      Maintained
1420
1421 ARM/LPC18XX ARCHITECTURE
1422 M:      Joachim Eastwood <manabian@gmail.com>
1423 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1424 S:      Maintained
1425 F:      arch/arm/boot/dts/lpc43*
1426 F:      drivers/clk/nxp/clk-lpc18xx*
1427 F:      drivers/clocksource/time-lpc32xx.c
1428 F:      drivers/i2c/busses/i2c-lpc2k.c
1429 F:      drivers/memory/pl172.c
1430 F:      drivers/mtd/spi-nor/nxp-spifi.c
1431 F:      drivers/rtc/rtc-lpc24xx.c
1432 N:      lpc18xx
1433
1434 ARM/LPC32XX SOC SUPPORT
1435 M:      Vladimir Zapolskiy <vz@mleia.com>
1436 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1437 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1438 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1439 S:      Maintained
1440 F:      arch/arm/boot/dts/lpc32*
1441 F:      arch/arm/mach-lpc32xx/
1442 F:      drivers/i2c/busses/i2c-pnx.c
1443 F:      drivers/net/ethernet/nxp/lpc_eth.c
1444 F:      drivers/usb/host/ohci-nxp.c
1445 F:      drivers/watchdog/pnx4008_wdt.c
1446 N:      lpc32xx
1447
1448 ARM/MAGICIAN MACHINE SUPPORT
1449 M:      Philipp Zabel <philipp.zabel@gmail.com>
1450 S:      Maintained
1451
1452 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1453 M:      Jason Cooper <jason@lakedaemon.net>
1454 M:      Andrew Lunn <andrew@lunn.ch>
1455 M:      Gregory Clement <gregory.clement@free-electrons.com>
1456 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1457 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1458 S:      Maintained
1459 F:      arch/arm/mach-mvebu/
1460 F:      drivers/rtc/rtc-armada38x.c
1461 F:      arch/arm/boot/dts/armada*
1462 F:      arch/arm/boot/dts/kirkwood*
1463 F:      arch/arm64/boot/dts/marvell/armada*
1464 F:      drivers/cpufreq/mvebu-cpufreq.c
1465 F:      arch/arm/configs/mvebu_*_defconfig
1466
1467 ARM/Marvell Berlin SoC support
1468 M:      Jisheng Zhang <jszhang@marvell.com>
1469 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1470 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1471 S:      Maintained
1472 F:      arch/arm/mach-berlin/
1473 F:      arch/arm/boot/dts/berlin*
1474 F:      arch/arm64/boot/dts/marvell/berlin*
1475
1476
1477 ARM/Marvell Dove/MV78xx0/Orion SOC support
1478 M:      Jason Cooper <jason@lakedaemon.net>
1479 M:      Andrew Lunn <andrew@lunn.ch>
1480 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1481 M:      Gregory Clement <gregory.clement@free-electrons.com>
1482 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1483 S:      Maintained
1484 F:      arch/arm/mach-dove/
1485 F:      arch/arm/mach-mv78xx0/
1486 F:      arch/arm/mach-orion5x/
1487 F:      arch/arm/plat-orion/
1488 F:      arch/arm/boot/dts/dove*
1489 F:      arch/arm/boot/dts/orion5x*
1490
1491
1492 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1493 M:      Alexander Clouter <alex@digriz.org.uk>
1494 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1495 W:      http://www.digriz.org.uk/ts78xx/kernel
1496 S:      Maintained
1497 F:      arch/arm/mach-orion5x/ts78xx-*
1498
1499 ARM/OXNAS platform support
1500 M:      Neil Armstrong <narmstrong@baylibre.com>
1501 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1502 L:      linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1503 S:      Maintained
1504 F:      arch/arm/mach-oxnas/
1505 F:      arch/arm/boot/dts/oxnas*
1506 F:      arch/arm/boot/dts/wd-mbwe.dts
1507 N:      oxnas
1508
1509 ARM/Mediatek RTC DRIVER
1510 M:      Eddie Huang <eddie.huang@mediatek.com>
1511 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1512 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1513 S:      Maintained
1514 F:      drivers/rtc/rtc-mt6397.c
1515
1516 ARM/Mediatek SoC support
1517 M:      Matthias Brugger <matthias.bgg@gmail.com>
1518 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1519 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1520 S:      Maintained
1521 F:      arch/arm/boot/dts/mt6*
1522 F:      arch/arm/boot/dts/mt8*
1523 F:      arch/arm/mach-mediatek/
1524 N:      mtk
1525 K:      mediatek
1526
1527 ARM/Mediatek USB3 PHY DRIVER
1528 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1529 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1530 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1531 S:      Maintained
1532 F:      drivers/phy/phy-mt65xx-usb3.c
1533
1534 ARM/MICREL KS8695 ARCHITECTURE
1535 M:      Greg Ungerer <gerg@uclinux.org>
1536 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1537 F:      arch/arm/mach-ks8695/
1538 S:      Odd Fixes
1539
1540 ARM/MIOA701 MACHINE SUPPORT
1541 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1542 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1543 F:      arch/arm/mach-pxa/mioa701.c
1544 S:      Maintained
1545
1546 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1547 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1548 S:      Maintained
1549
1550 ARM/NOMADIK ARCHITECTURE
1551 M:      Alessandro Rubini <rubini@unipv.it>
1552 M:      Linus Walleij <linus.walleij@linaro.org>
1553 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1554 S:      Maintained
1555 F:      arch/arm/mach-nomadik/
1556 F:      drivers/pinctrl/nomadik/
1557 F:      drivers/i2c/busses/i2c-nomadik.c
1558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1559
1560 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1561 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1562 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1563 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1564 S:      Supported
1565
1566 ARM/TOSA MACHINE SUPPORT
1567 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1568 M:      Dirk Opfer <dirk@opfer-online.de>
1569 S:      Maintained
1570
1571 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1572 M:      Marek Vasut <marek.vasut@gmail.com>
1573 L:      linux-arm-kernel@lists.infradead.org
1574 W:      http://hackndev.com
1575 S:      Maintained
1576 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1577 F:      arch/arm/mach-pxa/palmtx.c
1578 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1579 F:      arch/arm/mach-pxa/palmt5.c
1580 F:      arch/arm/mach-pxa/include/mach/palmld.h
1581 F:      arch/arm/mach-pxa/palmld.c
1582 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1583 F:      arch/arm/mach-pxa/palmte2.c
1584 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1585 F:      arch/arm/mach-pxa/palmtc.c
1586
1587 ARM/PALM TREO SUPPORT
1588 M:      Tomas Cech <sleep_walker@suse.com>
1589 L:      linux-arm-kernel@lists.infradead.org
1590 W:      http://hackndev.com
1591 S:      Maintained
1592 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1593 F:      arch/arm/mach-pxa/palmtreo.c
1594
1595 ARM/PALMZ72 SUPPORT
1596 M:      Sergey Lapin <slapin@ossfans.org>
1597 L:      linux-arm-kernel@lists.infradead.org
1598 W:      http://hackndev.com
1599 S:      Maintained
1600 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1601 F:      arch/arm/mach-pxa/palmz72.c
1602
1603 ARM/PLEB SUPPORT
1604 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1605 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1606 S:      Maintained
1607
1608 ARM/PT DIGITAL BOARD PORT
1609 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1610 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1611 W:      http://www.armlinux.org.uk/
1612 S:      Maintained
1613
1614 ARM/QUALCOMM SUPPORT
1615 M:      Andy Gross <andy.gross@linaro.org>
1616 M:      David Brown <david.brown@linaro.org>
1617 L:      linux-arm-msm@vger.kernel.org
1618 L:      linux-soc@vger.kernel.org
1619 S:      Maintained
1620 F:      Documentation/devicetree/bindings/soc/qcom/
1621 F:      arch/arm/boot/dts/qcom-*.dts
1622 F:      arch/arm/boot/dts/qcom-*.dtsi
1623 F:      arch/arm/mach-qcom/
1624 F:      arch/arm64/boot/dts/qcom/*
1625 F:      drivers/i2c/busses/i2c-qup.c
1626 F:      drivers/clk/qcom/
1627 F:      drivers/soc/qcom/
1628 F:      drivers/spi/spi-qup.c
1629 F:      drivers/tty/serial/msm_serial.h
1630 F:      drivers/tty/serial/msm_serial.c
1631 F:      drivers/*/pm8???-*
1632 F:      drivers/mfd/ssbi.c
1633 F:      drivers/firmware/qcom_scm.c
1634 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1635
1636 ARM/RADISYS ENP2611 MACHINE SUPPORT
1637 M:      Lennert Buytenhek <kernel@wantstofly.org>
1638 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1639 S:      Maintained
1640
1641 ARM/RENESAS ARM64 ARCHITECTURE
1642 M:      Simon Horman <horms@verge.net.au>
1643 M:      Magnus Damm <magnus.damm@gmail.com>
1644 L:      linux-renesas-soc@vger.kernel.org
1645 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1647 S:      Supported
1648 F:      arch/arm64/boot/dts/renesas/
1649 F:      drivers/soc/renesas/
1650 F:      include/linux/soc/renesas/
1651
1652 ARM/RISCPC ARCHITECTURE
1653 M:      Russell King <linux@armlinux.org.uk>
1654 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1655 W:      http://www.armlinux.org.uk/
1656 S:      Maintained
1657 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1658 F:      arch/arm/include/asm/hardware/ioc.h
1659 F:      arch/arm/include/asm/hardware/iomd.h
1660 F:      arch/arm/include/asm/hardware/memc.h
1661 F:      arch/arm/mach-rpc/
1662 F:      drivers/net/ethernet/8390/etherh.c
1663 F:      drivers/net/ethernet/i825xx/ether1*
1664 F:      drivers/net/ethernet/seeq/ether3*
1665 F:      drivers/scsi/arm/
1666
1667 ARM/Rockchip SoC support
1668 M:      Heiko Stuebner <heiko@sntech.de>
1669 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1670 L:      linux-rockchip@lists.infradead.org
1671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1672 S:      Maintained
1673 F:      arch/arm/boot/dts/rk3*
1674 F:      arch/arm/mach-rockchip/
1675 F:      drivers/clk/rockchip/
1676 F:      drivers/i2c/busses/i2c-rk3x.c
1677 F:      drivers/*/*rockchip*
1678 F:      drivers/*/*/*rockchip*
1679 F:      sound/soc/rockchip/
1680 N:      rockchip
1681
1682 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1683 M:      Kukjin Kim <kgene@kernel.org>
1684 M:      Krzysztof Kozlowski <krzk@kernel.org>
1685 R:      Javier Martinez Canillas <javier@osg.samsung.com>
1686 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1687 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1688 S:      Maintained
1689 F:      arch/arm/boot/dts/s3c*
1690 F:      arch/arm/boot/dts/s5p*
1691 F:      arch/arm/boot/dts/samsung*
1692 F:      arch/arm/boot/dts/exynos*
1693 F:      arch/arm64/boot/dts/exynos/
1694 F:      arch/arm/plat-samsung/
1695 F:      arch/arm/mach-s3c24*/
1696 F:      arch/arm/mach-s3c64xx/
1697 F:      arch/arm/mach-s5p*/
1698 F:      arch/arm/mach-exynos*/
1699 F:      drivers/*/*s3c24*
1700 F:      drivers/*/*/*s3c24*
1701 F:      drivers/*/*s3c64xx*
1702 F:      drivers/*/*s5pv210*
1703 F:      drivers/memory/samsung/*
1704 F:      drivers/soc/samsung/*
1705 F:      Documentation/arm/Samsung/
1706 F:      Documentation/devicetree/bindings/arm/samsung/
1707 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1708 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1709 N:      exynos
1710
1711 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1712 M:      Kyungmin Park <kyungmin.park@samsung.com>
1713 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1714 S:      Maintained
1715 F:      arch/arm/mach-s5pv210/
1716
1717 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1718 M:      Kyungmin Park <kyungmin.park@samsung.com>
1719 M:      Kamil Debski <kamil@wypas.org>
1720 M:      Andrzej Hajda <a.hajda@samsung.com>
1721 L:      linux-arm-kernel@lists.infradead.org
1722 L:      linux-media@vger.kernel.org
1723 S:      Maintained
1724 F:      drivers/media/platform/s5p-g2d/
1725
1726 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1727 M:      Kyungmin Park <kyungmin.park@samsung.com>
1728 M:      Kamil Debski <kamil@wypas.org>
1729 M:      Jeongtae Park <jtp.park@samsung.com>
1730 M:      Andrzej Hajda <a.hajda@samsung.com>
1731 L:      linux-arm-kernel@lists.infradead.org
1732 L:      linux-media@vger.kernel.org
1733 S:      Maintained
1734 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1735 F:      drivers/media/platform/s5p-mfc/
1736
1737 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1738 M:      Kyungmin Park <kyungmin.park@samsung.com>
1739 L:      linux-arm-kernel@lists.infradead.org
1740 L:      linux-media@vger.kernel.org
1741 S:      Maintained
1742 F:      drivers/staging/media/platform/s5p-cec/
1743
1744 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1745 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1746 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1747 L:      linux-arm-kernel@lists.infradead.org
1748 L:      linux-media@vger.kernel.org
1749 S:      Maintained
1750 F:      drivers/media/platform/s5p-jpeg/
1751
1752 ARM/SHMOBILE ARM ARCHITECTURE
1753 M:      Simon Horman <horms@verge.net.au>
1754 M:      Magnus Damm <magnus.damm@gmail.com>
1755 L:      linux-renesas-soc@vger.kernel.org
1756 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1758 S:      Supported
1759 F:      arch/arm/boot/dts/emev2*
1760 F:      arch/arm/boot/dts/r7s*
1761 F:      arch/arm/boot/dts/r8a*
1762 F:      arch/arm/boot/dts/sh*
1763 F:      arch/arm/configs/shmobile_defconfig
1764 F:      arch/arm/include/debug/renesas-scif.S
1765 F:      arch/arm/mach-shmobile/
1766 F:      drivers/soc/renesas/
1767 F:      include/linux/soc/renesas/
1768
1769 ARM/SOCFPGA ARCHITECTURE
1770 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1771 S:      Maintained
1772 F:      arch/arm/mach-socfpga/
1773 F:      arch/arm/boot/dts/socfpga*
1774 F:      arch/arm/configs/socfpga_defconfig
1775 F:      arch/arm64/boot/dts/altera/
1776 W:      http://www.rocketboards.org
1777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1778
1779 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1780 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1781 S:      Maintained
1782 F:      drivers/clk/socfpga/
1783
1784 ARM/SOCFPGA EDAC SUPPORT
1785 M:      Thor Thayer <tthayer@opensource.altera.com>
1786 S:      Maintained
1787 F:      drivers/edac/altera_edac.
1788
1789 ARM/STI ARCHITECTURE
1790 M:      Patrice Chotard <patrice.chotard@st.com>
1791 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1792 L:      kernel@stlinux.com
1793 W:      http://www.stlinux.com
1794 S:      Maintained
1795 F:      arch/arm/mach-sti/
1796 F:      arch/arm/boot/dts/sti*
1797 F:      drivers/char/hw_random/st-rng.c
1798 F:      drivers/clocksource/arm_global_timer.c
1799 F:      drivers/clocksource/clksrc_st_lpc.c
1800 F:      drivers/cpufreq/sti-cpufreq.c
1801 F:      drivers/dma/st_fdma*
1802 F:      drivers/i2c/busses/i2c-st.c
1803 F:      drivers/media/rc/st_rc.c
1804 F:      drivers/media/platform/sti/c8sectpfe/
1805 F:      drivers/mmc/host/sdhci-st.c
1806 F:      drivers/phy/phy-miphy28lp.c
1807 F:      drivers/phy/phy-miphy365x.c
1808 F:      drivers/phy/phy-stih407-usb.c
1809 F:      drivers/phy/phy-stih41x-usb.c
1810 F:      drivers/pinctrl/pinctrl-st.c
1811 F:      drivers/remoteproc/st_remoteproc.c
1812 F:      drivers/remoteproc/st_slim_rproc.c
1813 F:      drivers/reset/sti/
1814 F:      drivers/rtc/rtc-st-lpc.c
1815 F:      drivers/tty/serial/st-asc.c
1816 F:      drivers/usb/dwc3/dwc3-st.c
1817 F:      drivers/usb/host/ehci-st.c
1818 F:      drivers/usb/host/ohci-st.c
1819 F:      drivers/watchdog/st_lpc_wdt.c
1820 F:      drivers/ata/ahci_st.c
1821 F:      include/linux/remoteproc/st_slim_rproc.h
1822
1823 ARM/STM32 ARCHITECTURE
1824 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1825 M:      Alexandre Torgue <alexandre.torgue@st.com>
1826 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1827 S:      Maintained
1828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1829 N:      stm32
1830 F:      drivers/clocksource/armv7m_systick.c
1831
1832 ARM/TANGO ARCHITECTURE
1833 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1834 L:      linux-arm-kernel@lists.infradead.org
1835 S:      Maintained
1836 N:      tango
1837
1838 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1839 M:      Lennert Buytenhek <kernel@wantstofly.org>
1840 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1841 S:      Maintained
1842
1843 ARM/TETON BGA MACHINE SUPPORT
1844 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1845 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1846 S:      Maintained
1847
1848 ARM/THECUS N2100 MACHINE SUPPORT
1849 M:      Lennert Buytenhek <kernel@wantstofly.org>
1850 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1851 S:      Maintained
1852
1853 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1854 M:      Wan ZongShun <mcuos.com@gmail.com>
1855 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1856 W:      http://www.mcuos.com
1857 S:      Maintained
1858 F:      arch/arm/mach-w90x900/
1859 F:      drivers/input/keyboard/w90p910_keypad.c
1860 F:      drivers/input/touchscreen/w90p910_ts.c
1861 F:      drivers/watchdog/nuc900_wdt.c
1862 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1863 F:      drivers/mtd/nand/nuc900_nand.c
1864 F:      drivers/rtc/rtc-nuc900.c
1865 F:      drivers/spi/spi-nuc900.c
1866 F:      drivers/usb/host/ehci-w90x900.c
1867 F:      drivers/video/fbdev/nuc900fb.c
1868
1869 ARM/U300 MACHINE SUPPORT
1870 M:      Linus Walleij <linus.walleij@linaro.org>
1871 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1872 S:      Supported
1873 F:      arch/arm/mach-u300/
1874 F:      drivers/clocksource/timer-u300.c
1875 F:      drivers/i2c/busses/i2c-stu300.c
1876 F:      drivers/rtc/rtc-coh901331.c
1877 F:      drivers/watchdog/coh901327_wdt.c
1878 F:      drivers/dma/coh901318*
1879 F:      drivers/mfd/ab3100*
1880 F:      drivers/rtc/rtc-ab3100.c
1881 F:      drivers/rtc/rtc-coh901331.c
1882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1883
1884 ARM/UNIPHIER ARCHITECTURE
1885 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1886 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1888 S:      Maintained
1889 F:      arch/arm/boot/dts/uniphier*
1890 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1891 F:      arch/arm/mach-uniphier/
1892 F:      arch/arm/mm/cache-uniphier.c
1893 F:      arch/arm64/boot/dts/socionext/
1894 F:      drivers/bus/uniphier-system-bus.c
1895 F:      drivers/clk/uniphier/
1896 F:      drivers/i2c/busses/i2c-uniphier*
1897 F:      drivers/pinctrl/uniphier/
1898 F:      drivers/reset/reset-uniphier.c
1899 F:      drivers/tty/serial/8250/8250_uniphier.c
1900 N:      uniphier
1901
1902 ARM/Ux500 ARM ARCHITECTURE
1903 M:      Linus Walleij <linus.walleij@linaro.org>
1904 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1905 S:      Maintained
1906 F:      arch/arm/mach-ux500/
1907 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1908 F:      drivers/dma/ste_dma40*
1909 F:      drivers/hwspinlock/u8500_hsem.c
1910 F:      drivers/mfd/abx500*
1911 F:      drivers/mfd/ab8500*
1912 F:      drivers/mfd/dbx500*
1913 F:      drivers/mfd/db8500*
1914 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1915 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1916 F:      drivers/rtc/rtc-ab8500.c
1917 F:      drivers/rtc/rtc-pl031.c
1918 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1919
1920 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1921 M:      Ulf Hansson <ulf.hansson@linaro.org>
1922 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1923 T:      git git://git.linaro.org/people/ulfh/clk.git
1924 S:      Maintained
1925 F:      drivers/clk/ux500/
1926
1927 ARM/VERSATILE EXPRESS PLATFORM
1928 M:      Liviu Dudau <liviu.dudau@arm.com>
1929 M:      Sudeep Holla <sudeep.holla@arm.com>
1930 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1931 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1932 S:      Maintained
1933 F:      arch/arm/boot/dts/vexpress*
1934 F:      arch/arm64/boot/dts/arm/
1935 F:      arch/arm/mach-vexpress/
1936 F:      */*/vexpress*
1937 F:      */*/*/vexpress*
1938 F:      drivers/clk/versatile/clk-vexpress-osc.c
1939 F:      drivers/clocksource/versatile.c
1940 N:      mps2
1941
1942 ARM/VFP SUPPORT
1943 M:      Russell King <linux@armlinux.org.uk>
1944 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1945 W:      http://www.armlinux.org.uk/
1946 S:      Maintained
1947 F:      arch/arm/vfp/
1948
1949 ARM/VOIPAC PXA270 SUPPORT
1950 M:      Marek Vasut <marek.vasut@gmail.com>
1951 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1952 S:      Maintained
1953 F:      arch/arm/mach-pxa/vpac270.c
1954 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1955
1956 ARM/VT8500 ARM ARCHITECTURE
1957 M:      Tony Prisk <linux@prisktech.co.nz>
1958 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1959 S:      Maintained
1960 F:      arch/arm/mach-vt8500/
1961 F:      drivers/clocksource/vt8500_timer.c
1962 F:      drivers/i2c/busses/i2c-wmt.c
1963 F:      drivers/mmc/host/wmt-sdmmc.c
1964 F:      drivers/pwm/pwm-vt8500.c
1965 F:      drivers/rtc/rtc-vt8500.c
1966 F:      drivers/tty/serial/vt8500_serial.c
1967 F:      drivers/usb/host/ehci-platform.c
1968 F:      drivers/usb/host/uhci-platform.c
1969 F:      drivers/video/fbdev/vt8500lcdfb.*
1970 F:      drivers/video/fbdev/wm8505fb*
1971 F:      drivers/video/fbdev/wmt_ge_rops.*
1972
1973 ARM/ZIPIT Z2 SUPPORT
1974 M:      Marek Vasut <marek.vasut@gmail.com>
1975 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1976 S:      Maintained
1977 F:      arch/arm/mach-pxa/z2.c
1978 F:      arch/arm/mach-pxa/include/mach/z2.h
1979
1980 ARM/ZTE ARCHITECTURE
1981 M:      Jun Nie <jun.nie@linaro.org>
1982 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1983 S:      Maintained
1984 F:      arch/arm/mach-zx/
1985 F:      drivers/clk/zte/
1986 F:      Documentation/devicetree/bindings/arm/zte.txt
1987 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1988
1989 ARM/ZYNQ ARCHITECTURE
1990 M:      Michal Simek <michal.simek@xilinx.com>
1991 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1992 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1993 W:      http://wiki.xilinx.com
1994 T:      git https://github.com/Xilinx/linux-xlnx.git
1995 S:      Supported
1996 F:      arch/arm/mach-zynq/
1997 F:      drivers/cpuidle/cpuidle-zynq.c
1998 F:      drivers/block/xsysace.c
1999 N:      zynq
2000 N:      xilinx
2001 F:      drivers/clocksource/cadence_ttc_timer.c
2002 F:      drivers/i2c/busses/i2c-cadence.c
2003 F:      drivers/mmc/host/sdhci-of-arasan.c
2004 F:      drivers/edac/synopsys_edac.c
2005
2006 ARM SMMU DRIVERS
2007 M:      Will Deacon <will.deacon@arm.com>
2008 R:      Robin Murphy <robin.murphy@arm.com>
2009 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2010 S:      Maintained
2011 F:      drivers/iommu/arm-smmu.c
2012 F:      drivers/iommu/arm-smmu-v3.c
2013 F:      drivers/iommu/io-pgtable-arm.c
2014 F:      drivers/iommu/io-pgtable-arm-v7s.c
2015
2016 ARM64 PORT (AARCH64 ARCHITECTURE)
2017 M:      Catalin Marinas <catalin.marinas@arm.com>
2018 M:      Will Deacon <will.deacon@arm.com>
2019 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2021 S:      Maintained
2022 F:      arch/arm64/
2023 F:      Documentation/arm64/
2024
2025 AS3645A LED FLASH CONTROLLER DRIVER
2026 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2027 L:      linux-media@vger.kernel.org
2028 T:      git git://linuxtv.org/media_tree.git
2029 S:      Maintained
2030 F:      drivers/media/i2c/as3645a.c
2031 F:      include/media/i2c/as3645a.h
2032
2033 ASAHI KASEI AK8974 DRIVER
2034 M:      Linus Walleij <linus.walleij@linaro.org>
2035 L:      linux-iio@vger.kernel.org
2036 W:      http://www.akm.com/
2037 S:      Supported
2038 F:      drivers/iio/magnetometer/ak8974.c
2039
2040 ASC7621 HARDWARE MONITOR DRIVER
2041 M:      George Joseph <george.joseph@fairview5.com>
2042 L:      linux-hwmon@vger.kernel.org
2043 S:      Maintained
2044 F:      Documentation/hwmon/asc7621
2045 F:      drivers/hwmon/asc7621.c
2046
2047 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2048 M:      Corentin Chary <corentin.chary@gmail.com>
2049 L:      acpi4asus-user@lists.sourceforge.net
2050 L:      platform-driver-x86@vger.kernel.org
2051 W:      http://acpi4asus.sf.net
2052 S:      Maintained
2053 F:      drivers/platform/x86/asus*.c
2054 F:      drivers/platform/x86/eeepc*.c
2055
2056 ASUS WIRELESS RADIO CONTROL DRIVER
2057 M:      João Paulo Rechi Vita <jprvita@gmail.com>
2058 L:      platform-driver-x86@vger.kernel.org
2059 S:      Maintained
2060 F:      drivers/platform/x86/asus-wireless.c
2061
2062 ASYMMETRIC KEYS
2063 M:      David Howells <dhowells@redhat.com>
2064 L:      keyrings@vger.kernel.org
2065 S:      Maintained
2066 F:      Documentation/crypto/asymmetric-keys.txt
2067 F:      include/linux/verification.h
2068 F:      include/crypto/public_key.h
2069 F:      include/crypto/pkcs7.h
2070 F:      crypto/asymmetric_keys/
2071
2072 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2073 R:      Dan Williams <dan.j.williams@intel.com>
2074 W:      http://sourceforge.net/projects/xscaleiop
2075 S:      Odd fixes
2076 F:      Documentation/crypto/async-tx-api.txt
2077 F:      crypto/async_tx/
2078 F:      drivers/dma/
2079 F:      include/linux/dmaengine.h
2080 F:      include/linux/async_tx.h
2081
2082 AT24 EEPROM DRIVER
2083 M:      Wolfram Sang <wsa@the-dreams.de>
2084 L:      linux-i2c@vger.kernel.org
2085 S:      Maintained
2086 F:      drivers/misc/eeprom/at24.c
2087 F:      include/linux/platform_data/at24.h
2088
2089 ATA OVER ETHERNET (AOE) DRIVER
2090 M:      "Ed L. Cashin" <ed.cashin@acm.org>
2091 W:      http://www.openaoe.org/
2092 S:      Supported
2093 F:      Documentation/aoe/
2094 F:      drivers/block/aoe/
2095
2096 ATHEROS 71XX/9XXX GPIO DRIVER
2097 M:      Alban Bedel <albeu@free.fr>
2098 W:      https://github.com/AlbanBedel/linux
2099 T:      git git://github.com/AlbanBedel/linux
2100 S:      Maintained
2101 F:      drivers/gpio/gpio-ath79.c
2102 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2103
2104 ATHEROS ATH GENERIC UTILITIES
2105 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2106 L:      linux-wireless@vger.kernel.org
2107 S:      Supported
2108 F:      drivers/net/wireless/ath/*
2109
2110 ATHEROS ATH5K WIRELESS DRIVER
2111 M:      Jiri Slaby <jirislaby@gmail.com>
2112 M:      Nick Kossifidis <mickflemm@gmail.com>
2113 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2114 L:      linux-wireless@vger.kernel.org
2115 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2116 S:      Maintained
2117 F:      drivers/net/wireless/ath/ath5k/
2118
2119 ATHEROS ATH6KL WIRELESS DRIVER
2120 M:      Kalle Valo <kvalo@qca.qualcomm.com>
2121 L:      linux-wireless@vger.kernel.org
2122 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2124 S:      Supported
2125 F:      drivers/net/wireless/ath/ath6kl/
2126
2127 WILOCITY WIL6210 WIRELESS DRIVER
2128 M:      Maya Erez <qca_merez@qca.qualcomm.com>
2129 L:      linux-wireless@vger.kernel.org
2130 L:      wil6210@qca.qualcomm.com
2131 S:      Supported
2132 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2133 F:      drivers/net/wireless/ath/wil6210/
2134 F:      include/uapi/linux/wil6210_uapi.h
2135
2136 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2137 M:      Christian Lamparter <chunkeey@googlemail.com>
2138 L:      linux-wireless@vger.kernel.org
2139 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2140 S:      Maintained
2141 F:      drivers/net/wireless/ath/carl9170/
2142
2143 ATK0110 HWMON DRIVER
2144 M:      Luca Tettamanti <kronos.it@gmail.com>
2145 L:      linux-hwmon@vger.kernel.org
2146 S:      Maintained
2147 F:      drivers/hwmon/asus_atk0110.c
2148
2149 ATI_REMOTE2 DRIVER
2150 M:      Ville Syrjala <syrjala@sci.fi>
2151 S:      Maintained
2152 F:      drivers/input/misc/ati_remote2.c
2153
2154 ATLX ETHERNET DRIVERS
2155 M:      Jay Cliburn <jcliburn@gmail.com>
2156 M:      Chris Snook <chris.snook@gmail.com>
2157 L:      netdev@vger.kernel.org
2158 W:      http://sourceforge.net/projects/atl1
2159 W:      http://atl1.sourceforge.net
2160 S:      Maintained
2161 F:      drivers/net/ethernet/atheros/
2162
2163 ATM
2164 M:      Chas Williams <3chas3@gmail.com>
2165 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2166 L:      netdev@vger.kernel.org
2167 W:      http://linux-atm.sourceforge.net
2168 S:      Maintained
2169 F:      drivers/atm/
2170 F:      include/linux/atm*
2171 F:      include/uapi/linux/atm*
2172
2173 ATMEL AT91 / AT32 MCI DRIVER
2174 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2175 S:      Maintained
2176 F:      drivers/mmc/host/atmel-mci.c
2177
2178 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2179 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2180 S:      Supported
2181 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2182
2183 ATMEL SAMA5D2 ADC DRIVER
2184 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2185 L:      linux-iio@vger.kernel.org
2186 S:      Supported
2187 F:      drivers/iio/adc/at91-sama5d2_adc.c
2188
2189 ATMEL Audio ALSA driver
2190 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2191 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2192 S:      Supported
2193 F:      sound/soc/atmel
2194
2195 ATMEL DMA DRIVER
2196 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2197 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2198 S:      Supported
2199 F:      drivers/dma/at_hdmac.c
2200 F:      drivers/dma/at_hdmac_regs.h
2201 F:      include/linux/platform_data/dma-atmel.h
2202
2203 ATMEL XDMA DRIVER
2204 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2205 L:      linux-arm-kernel@lists.infradead.org
2206 L:      dmaengine@vger.kernel.org
2207 S:      Supported
2208 F:      drivers/dma/at_xdmac.c
2209
2210 ATMEL I2C DRIVER
2211 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2212 L:      linux-i2c@vger.kernel.org
2213 S:      Supported
2214 F:      drivers/i2c/busses/i2c-at91.c
2215
2216 ATMEL ISI DRIVER
2217 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2218 L:      linux-media@vger.kernel.org
2219 S:      Supported
2220 F:      drivers/media/platform/soc_camera/atmel-isi.c
2221 F:      include/media/atmel-isi.h
2222
2223 ATMEL LCDFB DRIVER
2224 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2225 L:      linux-fbdev@vger.kernel.org
2226 S:      Maintained
2227 F:      drivers/video/fbdev/atmel_lcdfb.c
2228 F:      include/video/atmel_lcdc.h
2229
2230 ATMEL MACB ETHERNET DRIVER
2231 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2232 S:      Supported
2233 F:      drivers/net/ethernet/cadence/
2234
2235 ATMEL NAND DRIVER
2236 M:      Wenyou Yang <wenyou.yang@atmel.com>
2237 M:      Josh Wu <rainyfeeling@outlook.com>
2238 L:      linux-mtd@lists.infradead.org
2239 S:      Supported
2240 F:      drivers/mtd/nand/atmel_nand*
2241
2242 ATMEL SDMMC DRIVER
2243 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2244 L:      linux-mmc@vger.kernel.org
2245 S:      Supported
2246 F:      drivers/mmc/host/sdhci-of-at91.c
2247
2248 ATMEL SPI DRIVER
2249 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2250 S:      Supported
2251 F:      drivers/spi/spi-atmel.*
2252
2253 ATMEL SSC DRIVER
2254 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2255 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2256 S:      Supported
2257 F:      drivers/misc/atmel-ssc.c
2258 F:      include/linux/atmel-ssc.h
2259
2260 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2261 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2262 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2263 S:      Supported
2264 F:      drivers/misc/atmel_tclib.c
2265 F:      drivers/clocksource/tcb_clksrc.c
2266
2267 ATMEL USBA UDC DRIVER
2268 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2269 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2270 S:      Supported
2271 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2272
2273 ATMEL WIRELESS DRIVER
2274 M:      Simon Kelley <simon@thekelleys.org.uk>
2275 L:      linux-wireless@vger.kernel.org
2276 W:      http://www.thekelleys.org.uk/atmel
2277 W:      http://atmelwlandriver.sourceforge.net/
2278 S:      Maintained
2279 F:      drivers/net/wireless/atmel/atmel*
2280
2281 ATMEL MAXTOUCH DRIVER
2282 M:      Nick Dyer <nick@shmanahar.org>
2283 T:      git git://github.com/ndyer/linux.git
2284 S:      Maintained
2285 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2286 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2287 F:      include/linux/platform_data/atmel_mxt_ts.h
2288
2289 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2290 M:      Bradley Grove <linuxdrivers@attotech.com>
2291 L:      linux-scsi@vger.kernel.org
2292 W:      http://www.attotech.com
2293 S:      Supported
2294 F:      drivers/scsi/esas2r
2295
2296 ATUSB IEEE 802.15.4 RADIO DRIVER
2297 M:      Stefan Schmidt <stefan@osg.samsung.com>
2298 L:      linux-wpan@vger.kernel.org
2299 S:      Maintained
2300 F:      drivers/net/ieee802154/atusb.c
2301 F:      drivers/net/ieee802154/atusb.h
2302 F:      drivers/net/ieee802154/at86rf230.h
2303
2304 AUDIT SUBSYSTEM
2305 M:      Paul Moore <paul@paul-moore.com>
2306 M:      Eric Paris <eparis@redhat.com>
2307 L:      linux-audit@redhat.com (moderated for non-subscribers)
2308 W:      http://people.redhat.com/sgrubb/audit/
2309 T:      git git://git.infradead.org/users/pcmoore/audit
2310 S:      Maintained
2311 F:      include/linux/audit.h
2312 F:      include/uapi/linux/audit.h
2313 F:      kernel/audit*
2314
2315 AUXILIARY DISPLAY DRIVERS
2316 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2317 W:      http://miguelojeda.es/auxdisplay.htm
2318 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2319 S:      Maintained
2320 F:      drivers/auxdisplay/
2321 F:      include/linux/cfag12864b.h
2322
2323 AVR32 ARCHITECTURE
2324 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2325 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2326 W:      http://www.atmel.com/products/AVR32/
2327 W:      http://mirror.egtvedt.no/avr32linux.org/
2328 W:      http://avrfreaks.net/
2329 S:      Maintained
2330 F:      arch/avr32/
2331
2332 AVR32/AT32AP MACHINE SUPPORT
2333 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2334 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2335 S:      Maintained
2336 F:      arch/avr32/mach-at32ap/
2337
2338 AX.25 NETWORK LAYER
2339 M:      Ralf Baechle <ralf@linux-mips.org>
2340 L:      linux-hams@vger.kernel.org
2341 W:      http://www.linux-ax25.org/
2342 S:      Maintained
2343 F:      include/uapi/linux/ax25.h
2344 F:      include/net/ax25.h
2345 F:      net/ax25/
2346
2347 AZ6007 DVB DRIVER
2348 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2349 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2350 L:      linux-media@vger.kernel.org
2351 W:      https://linuxtv.org
2352 T:      git git://linuxtv.org/media_tree.git
2353 S:      Maintained
2354 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2355
2356 AZTECH FM RADIO RECEIVER DRIVER
2357 M:      Hans Verkuil <hverkuil@xs4all.nl>
2358 L:      linux-media@vger.kernel.org
2359 T:      git git://linuxtv.org/media_tree.git
2360 W:      https://linuxtv.org
2361 S:      Maintained
2362 F:      drivers/media/radio/radio-aztech*
2363
2364 B43 WIRELESS DRIVER
2365 L:      linux-wireless@vger.kernel.org
2366 L:      b43-dev@lists.infradead.org
2367 W:      http://wireless.kernel.org/en/users/Drivers/b43
2368 S:      Odd Fixes
2369 F:      drivers/net/wireless/broadcom/b43/
2370
2371 B43LEGACY WIRELESS DRIVER
2372 M:      Larry Finger <Larry.Finger@lwfinger.net>
2373 L:      linux-wireless@vger.kernel.org
2374 L:      b43-dev@lists.infradead.org
2375 W:      http://wireless.kernel.org/en/users/Drivers/b43
2376 S:      Maintained
2377 F:      drivers/net/wireless/broadcom/b43legacy/
2378
2379 BACKLIGHT CLASS/SUBSYSTEM
2380 M:      Jingoo Han <jingoohan1@gmail.com>
2381 M:      Lee Jones <lee.jones@linaro.org>
2382 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2383 S:      Maintained
2384 F:      drivers/video/backlight/
2385 F:      include/linux/backlight.h
2386
2387 BATMAN ADVANCED
2388 M:      Marek Lindner <mareklindner@neomailbox.ch>
2389 M:      Simon Wunderlich <sw@simonwunderlich.de>
2390 M:      Antonio Quartulli <a@unstable.cc>
2391 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2392 W:      https://www.open-mesh.org/
2393 Q:      https://patchwork.open-mesh.org/project/batman/list/
2394 S:      Maintained
2395 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2396 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2397 F:      Documentation/networking/batman-adv.txt
2398 F:      include/uapi/linux/batman_adv.h
2399 F:      net/batman-adv/
2400
2401 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2402 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2403 L:      linux-hams@vger.kernel.org
2404 W:      http://www.baycom.org/~tom/ham/ham.html
2405 S:      Maintained
2406 F:      drivers/net/hamradio/baycom*
2407
2408 BCACHE (BLOCK LAYER CACHE)
2409 M:      Kent Overstreet <kent.overstreet@gmail.com>
2410 L:      linux-bcache@vger.kernel.org
2411 W:      http://bcache.evilpiepirate.org
2412 S:      Orphan
2413 F:      drivers/md/bcache/
2414
2415 BDISP ST MEDIA DRIVER
2416 M:      Fabien Dessenne <fabien.dessenne@st.com>
2417 L:      linux-media@vger.kernel.org
2418 T:      git git://linuxtv.org/media_tree.git
2419 W:      https://linuxtv.org
2420 S:      Supported
2421 F:      drivers/media/platform/sti/bdisp
2422
2423 BEFS FILE SYSTEM
2424 M:      Luis de Bethencourt <luisbg@osg.samsung.com>
2425 M:      Salah Triki <salah.triki@gmail.com>
2426 S:      Maintained
2427 T:      git git://github.com/luisbg/linux-befs.git
2428 F:      Documentation/filesystems/befs.txt
2429 F:      fs/befs/
2430
2431 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2432 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2433 L:      netdev@vger.kernel.org
2434 S:      Maintained
2435 F:      drivers/net/ethernet/ec_bhf.c
2436
2437 BFS FILE SYSTEM
2438 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2439 S:      Maintained
2440 F:      Documentation/filesystems/bfs.txt
2441 F:      fs/bfs/
2442 F:      include/uapi/linux/bfs_fs.h
2443
2444 BLACKFIN ARCHITECTURE
2445 M:      Steven Miao <realmz6@gmail.com>
2446 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2447 T:      git git://git.code.sf.net/p/adi-linux/code
2448 W:      http://blackfin.uclinux.org
2449 S:      Supported
2450 F:      arch/blackfin/
2451
2452 BLACKFIN EMAC DRIVER
2453 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2454 W:      http://blackfin.uclinux.org
2455 S:      Supported
2456 F:      drivers/net/ethernet/adi/
2457
2458 BLACKFIN RTC DRIVER
2459 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2460 W:      http://blackfin.uclinux.org
2461 S:      Supported
2462 F:      drivers/rtc/rtc-bfin.c
2463
2464 BLACKFIN SDH DRIVER
2465 M:      Sonic Zhang <sonic.zhang@analog.com>
2466 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2467 W:      http://blackfin.uclinux.org
2468 S:      Supported
2469 F:      drivers/mmc/host/bfin_sdh.c
2470
2471 BLACKFIN SERIAL DRIVER
2472 M:      Sonic Zhang <sonic.zhang@analog.com>
2473 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2474 W:      http://blackfin.uclinux.org
2475 S:      Supported
2476 F:      drivers/tty/serial/bfin_uart.c
2477
2478 BLACKFIN WATCHDOG DRIVER
2479 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2480 W:      http://blackfin.uclinux.org
2481 S:      Supported
2482 F:      drivers/watchdog/bfin_wdt.c
2483
2484 BLACKFIN I2C TWI DRIVER
2485 M:      Sonic Zhang <sonic.zhang@analog.com>
2486 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2487 W:      http://blackfin.uclinux.org/
2488 S:      Supported
2489 F:      drivers/i2c/busses/i2c-bfin-twi.c
2490
2491 BLACKFIN MEDIA DRIVER
2492 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2493 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2494 W:      http://blackfin.uclinux.org/
2495 S:      Supported
2496 F:      drivers/media/platform/blackfin/
2497 F:      drivers/media/i2c/adv7183*
2498 F:      drivers/media/i2c/vs6624*
2499
2500 BLINKM RGB LED DRIVER
2501 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2502 S:      Maintained
2503 F:      drivers/leds/leds-blinkm.c
2504
2505 BLOCK LAYER
2506 M:      Jens Axboe <axboe@kernel.dk>
2507 L:      linux-block@vger.kernel.org
2508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2509 S:      Maintained
2510 F:      block/
2511 F:      kernel/trace/blktrace.c
2512 F:      lib/sbitmap.c
2513
2514 BLOCK2MTD DRIVER
2515 M:      Joern Engel <joern@lazybastard.org>
2516 L:      linux-mtd@lists.infradead.org
2517 S:      Maintained
2518 F:      drivers/mtd/devices/block2mtd.c
2519
2520 BLUETOOTH DRIVERS
2521 M:      Marcel Holtmann <marcel@holtmann.org>
2522 M:      Gustavo Padovan <gustavo@padovan.org>
2523 M:      Johan Hedberg <johan.hedberg@gmail.com>
2524 L:      linux-bluetooth@vger.kernel.org
2525 W:      http://www.bluez.org/
2526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2528 S:      Maintained
2529 F:      drivers/bluetooth/
2530
2531 BLUETOOTH SUBSYSTEM
2532 M:      Marcel Holtmann <marcel@holtmann.org>
2533 M:      Gustavo Padovan <gustavo@padovan.org>
2534 M:      Johan Hedberg <johan.hedberg@gmail.com>
2535 L:      linux-bluetooth@vger.kernel.org
2536 W:      http://www.bluez.org/
2537 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2539 S:      Maintained
2540 F:      net/bluetooth/
2541 F:      include/net/bluetooth/
2542
2543 BONDING DRIVER
2544 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2545 M:      Veaceslav Falico <vfalico@gmail.com>
2546 M:      Andy Gospodarek <andy@greyhouse.net>
2547 L:      netdev@vger.kernel.org
2548 W:      http://sourceforge.net/projects/bonding/
2549 S:      Supported
2550 F:      drivers/net/bonding/
2551 F:      include/uapi/linux/if_bonding.h
2552
2553 BPF (Safe dynamic programs and tools)
2554 M:      Alexei Starovoitov <ast@kernel.org>
2555 L:      netdev@vger.kernel.org
2556 L:      linux-kernel@vger.kernel.org
2557 S:      Supported
2558 F:      kernel/bpf/
2559 F:      tools/testing/selftests/bpf/
2560 F:      lib/test_bpf.c
2561
2562 BROADCOM B44 10/100 ETHERNET DRIVER
2563 M:      Michael Chan <michael.chan@broadcom.com>
2564 L:      netdev@vger.kernel.org
2565 S:      Supported
2566 F:      drivers/net/ethernet/broadcom/b44.*
2567
2568 BROADCOM B53 ETHERNET SWITCH DRIVER
2569 M:      Florian Fainelli <f.fainelli@gmail.com>
2570 L:      netdev@vger.kernel.org
2571 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
2572 S:      Supported
2573 F:      drivers/net/dsa/b53/*
2574 F:      include/linux/platform_data/b53.h
2575
2576 BROADCOM GENET ETHERNET DRIVER
2577 M:      Florian Fainelli <f.fainelli@gmail.com>
2578 L:      netdev@vger.kernel.org
2579 S:      Supported
2580 F:      drivers/net/ethernet/broadcom/genet/
2581
2582 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2583 M:      Rasesh Mody <rasesh.mody@cavium.com>
2584 M:      Harish Patil <harish.patil@cavium.com>
2585 M:      Dept-GELinuxNICDev@cavium.com
2586 L:      netdev@vger.kernel.org
2587 S:      Supported
2588 F:      drivers/net/ethernet/broadcom/bnx2.*
2589 F:      drivers/net/ethernet/broadcom/bnx2_*
2590
2591 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2592 M:      Yuval Mintz <Yuval.Mintz@cavium.com>
2593 M:      Ariel Elior <ariel.elior@cavium.com>
2594 M:      everest-linux-l2@cavium.com
2595 L:      netdev@vger.kernel.org
2596 S:      Supported
2597 F:      drivers/net/ethernet/broadcom/bnx2x/
2598
2599 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2600 M:      Florian Fainelli <f.fainelli@gmail.com>
2601 M:      Ray Jui <rjui@broadcom.com>
2602 M:      Scott Branden <sbranden@broadcom.com>
2603 M:      bcm-kernel-feedback-list@broadcom.com
2604 T:      git git://github.com/broadcom/mach-bcm
2605 S:      Maintained
2606 N:      bcm281*
2607 N:      bcm113*
2608 N:      bcm216*
2609 N:      kona
2610 F:      arch/arm/mach-bcm/
2611
2612 BROADCOM BCM2835 ARM ARCHITECTURE
2613 M:      Stephen Warren <swarren@wwwdotorg.org>
2614 M:      Lee Jones <lee@kernel.org>
2615 M:      Eric Anholt <eric@anholt.net>
2616 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2617 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2619 S:      Maintained
2620 N:      bcm2835
2621 F:      drivers/staging/vc04_services
2622
2623 BROADCOM BCM47XX MIPS ARCHITECTURE
2624 M:      Hauke Mehrtens <hauke@hauke-m.de>
2625 M:      Rafał Miłecki <zajec5@gmail.com>
2626 L:      linux-mips@linux-mips.org
2627 S:      Maintained
2628 F:      Documentation/devicetree/bindings/mips/brcm/
2629 F:      arch/mips/bcm47xx/*
2630 F:      arch/mips/include/asm/mach-bcm47xx/*
2631
2632 BROADCOM BCM5301X ARM ARCHITECTURE
2633 M:      Hauke Mehrtens <hauke@hauke-m.de>
2634 M:      Rafał Miłecki <zajec5@gmail.com>
2635 M:      bcm-kernel-feedback-list@broadcom.com
2636 L:      linux-arm-kernel@lists.infradead.org
2637 S:      Maintained
2638 F:      arch/arm/mach-bcm/bcm_5301x.c
2639 F:      arch/arm/boot/dts/bcm5301x*.dtsi
2640 F:      arch/arm/boot/dts/bcm470*
2641
2642 BROADCOM BCM53573 ARM ARCHITECTURE
2643 M:      Rafał Miłecki <rafal@milecki.pl>
2644 L:      linux-arm-kernel@lists.infradead.org
2645 S:      Maintained
2646 F:      arch/arm/boot/dts/bcm53573*
2647 F:      arch/arm/boot/dts/bcm47189*
2648
2649 BROADCOM BCM63XX ARM ARCHITECTURE
2650 M:      Florian Fainelli <f.fainelli@gmail.com>
2651 M:      bcm-kernel-feedback-list@broadcom.com
2652 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2653 T:      git git://github.com/broadcom/stblinux.git
2654 S:      Maintained
2655 N:      bcm63xx
2656
2657 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2658 M:      Kevin Cernekee <cernekee@gmail.com>
2659 L:      linux-usb@vger.kernel.org
2660 S:      Maintained
2661 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2662
2663 BROADCOM BCM7XXX ARM ARCHITECTURE
2664 M:      Brian Norris <computersforpeace@gmail.com>
2665 M:      Gregory Fong <gregory.0xf0@gmail.com>
2666 M:      Florian Fainelli <f.fainelli@gmail.com>
2667 M:      bcm-kernel-feedback-list@broadcom.com
2668 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2669 T:      git git://github.com/broadcom/stblinux.git
2670 S:      Maintained
2671 F:      arch/arm/mach-bcm/*brcmstb*
2672 F:      arch/arm/boot/dts/bcm7*.dts*
2673 F:      drivers/bus/brcmstb_gisb.c
2674 N:      brcmstb
2675
2676 BROADCOM BMIPS MIPS ARCHITECTURE
2677 M:      Kevin Cernekee <cernekee@gmail.com>
2678 M:      Florian Fainelli <f.fainelli@gmail.com>
2679 L:      linux-mips@linux-mips.org
2680 T:      git git://github.com/broadcom/stblinux.git
2681 S:      Maintained
2682 F:      arch/mips/bmips/*
2683 F:      arch/mips/include/asm/mach-bmips/*
2684 F:      arch/mips/kernel/*bmips*
2685 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2686 F:      drivers/irqchip/irq-bcm63*
2687 F:      drivers/irqchip/irq-bcm7*
2688 F:      drivers/irqchip/irq-brcmstb*
2689 F:      include/linux/bcm963xx_nvram.h
2690 F:      include/linux/bcm963xx_tag.h
2691
2692 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2693 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2694 M:      Prashant Sreedharan <prashant@broadcom.com>
2695 M:      Michael Chan <mchan@broadcom.com>
2696 L:      netdev@vger.kernel.org
2697 S:      Supported
2698 F:      drivers/net/ethernet/broadcom/tg3.*
2699
2700 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2701 M:      Arend van Spriel <arend.vanspriel@broadcom.com>
2702 M:      Franky Lin <franky.lin@broadcom.com>
2703 M:      Hante Meuleman <hante.meuleman@broadcom.com>
2704 L:      linux-wireless@vger.kernel.org
2705 L:      brcm80211-dev-list.pdl@broadcom.com
2706 S:      Supported
2707 F:      drivers/net/wireless/broadcom/brcm80211/
2708
2709 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2710 M:      QLogic-Storage-Upstream@qlogic.com
2711 L:      linux-scsi@vger.kernel.org
2712 S:      Supported
2713 F:      drivers/scsi/bnx2fc/
2714
2715 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2716 M:      QLogic-Storage-Upstream@qlogic.com
2717 L:      linux-scsi@vger.kernel.org
2718 S:      Supported
2719 F:      drivers/scsi/bnx2i/
2720
2721 BROADCOM IPROC ARM ARCHITECTURE
2722 M:      Ray Jui <rjui@broadcom.com>
2723 M:      Scott Branden <sbranden@broadcom.com>
2724 M:      Jon Mason <jonmason@broadcom.com>
2725 M:      bcm-kernel-feedback-list@broadcom.com
2726 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2727 T:      git git://github.com/broadcom/cygnus-linux.git
2728 S:      Maintained
2729 N:      iproc
2730 N:      cygnus
2731 N:      bcm[-_]nsp
2732 N:      bcm9113*
2733 N:      bcm9583*
2734 N:      bcm9585*
2735 N:      bcm9586*
2736 N:      bcm988312
2737 N:      bcm113*
2738 N:      bcm583*
2739 N:      bcm585*
2740 N:      bcm586*
2741 N:      bcm88312
2742 F:      arch/arm64/boot/dts/broadcom/ns2*
2743 F:      drivers/clk/bcm/clk-ns*
2744 F:      drivers/pinctrl/bcm/pinctrl-ns*
2745
2746 BROADCOM BRCMSTB GPIO DRIVER
2747 M:      Gregory Fong <gregory.0xf0@gmail.com>
2748 L:      bcm-kernel-feedback-list@broadcom.com
2749 S:      Supported
2750 F:      drivers/gpio/gpio-brcmstb.c
2751 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2752
2753 BROADCOM KONA GPIO DRIVER
2754 M:      Ray Jui <rjui@broadcom.com>
2755 L:      bcm-kernel-feedback-list@broadcom.com
2756 S:      Supported
2757 F:      drivers/gpio/gpio-bcm-kona.c
2758 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2759
2760 BROADCOM NVRAM DRIVER
2761 M:      Rafał Miłecki <zajec5@gmail.com>
2762 L:      linux-mips@linux-mips.org
2763 S:      Maintained
2764 F:      drivers/firmware/broadcom/*
2765
2766 BROADCOM STB NAND FLASH DRIVER
2767 M:      Brian Norris <computersforpeace@gmail.com>
2768 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2769 L:      linux-mtd@lists.infradead.org
2770 L:      bcm-kernel-feedback-list@broadcom.com
2771 S:      Maintained
2772 F:      drivers/mtd/nand/brcmnand/
2773
2774 BROADCOM STB AVS CPUFREQ DRIVER
2775 M:      Markus Mayer <mmayer@broadcom.com>
2776 M:      bcm-kernel-feedback-list@broadcom.com
2777 L:      linux-pm@vger.kernel.org
2778 S:      Maintained
2779 F:      Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
2780 F:      drivers/cpufreq/brcmstb*
2781
2782 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2783 M:      Rafał Miłecki <zajec5@gmail.com>
2784 L:      linux-wireless@vger.kernel.org
2785 S:      Maintained
2786 F:      drivers/bcma/
2787 F:      include/linux/bcma/
2788
2789 BROADCOM SYSTEMPORT ETHERNET DRIVER
2790 M:      Florian Fainelli <f.fainelli@gmail.com>
2791 L:      netdev@vger.kernel.org
2792 S:      Supported
2793 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2794
2795 BROADCOM VULCAN ARM64 SOC
2796 M:      Jayachandran C. <jchandra@broadcom.com>
2797 M:      bcm-kernel-feedback-list@broadcom.com
2798 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2799 S:      Maintained
2800 F:      arch/arm64/boot/dts/broadcom/vulcan*
2801
2802 BROCADE BFA FC SCSI DRIVER
2803 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2804 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2805 L:      linux-scsi@vger.kernel.org
2806 S:      Supported
2807 F:      drivers/scsi/bfa/
2808
2809 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2810 M:      Rasesh Mody <rasesh.mody@cavium.com>
2811 M:      Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
2812 M:      Dept-GELinuxNICDev@cavium.com
2813 L:      netdev@vger.kernel.org
2814 S:      Supported
2815 F:      drivers/net/ethernet/brocade/bna/
2816
2817 BSG (block layer generic sg v4 driver)
2818 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2819 L:      linux-scsi@vger.kernel.org
2820 S:      Supported
2821 F:      block/bsg.c
2822 F:      include/linux/bsg.h
2823 F:      include/uapi/linux/bsg.h
2824
2825 BT87X AUDIO DRIVER
2826 M:      Clemens Ladisch <clemens@ladisch.de>
2827 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2828 T:      git git://git.alsa-project.org/alsa-kernel.git
2829 S:      Maintained
2830 F:      Documentation/sound/alsa/Bt87x.txt
2831 F:      sound/pci/bt87x.c
2832
2833 BT8XXGPIO DRIVER
2834 M:      Michael Buesch <m@bues.ch>
2835 W:      http://bu3sch.de/btgpio.php
2836 S:      Maintained
2837 F:      drivers/gpio/gpio-bt8xx.c
2838
2839 BTRFS FILE SYSTEM
2840 M:      Chris Mason <clm@fb.com>
2841 M:      Josef Bacik <jbacik@fb.com>
2842 M:      David Sterba <dsterba@suse.com>
2843 L:      linux-btrfs@vger.kernel.org
2844 W:      http://btrfs.wiki.kernel.org/
2845 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2847 S:      Maintained
2848 F:      Documentation/filesystems/btrfs.txt
2849 F:      fs/btrfs/
2850
2851 BTTV VIDEO4LINUX DRIVER
2852 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2853 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2854 L:      linux-media@vger.kernel.org
2855 W:      https://linuxtv.org
2856 T:      git git://linuxtv.org/media_tree.git
2857 S:      Odd fixes
2858 F:      Documentation/media/v4l-drivers/bttv*
2859 F:      drivers/media/pci/bt8xx/bttv*
2860
2861 BUSLOGIC SCSI DRIVER
2862 M:      Khalid Aziz <khalid@gonehiking.org>
2863 L:      linux-scsi@vger.kernel.org
2864 S:      Maintained
2865 F:      drivers/scsi/BusLogic.*
2866 F:      drivers/scsi/FlashPoint.*
2867
2868 C-MEDIA CMI8788 DRIVER
2869 M:      Clemens Ladisch <clemens@ladisch.de>
2870 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2871 T:      git git://git.alsa-project.org/alsa-kernel.git
2872 S:      Maintained
2873 F:      sound/pci/oxygen/
2874
2875 C6X ARCHITECTURE
2876 M:      Mark Salter <msalter@redhat.com>
2877 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2878 L:      linux-c6x-dev@linux-c6x.org
2879 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2880 S:      Maintained
2881 F:      arch/c6x/
2882
2883 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2884 M:      David Howells <dhowells@redhat.com>
2885 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2886 S:      Supported
2887 F:      Documentation/filesystems/caching/cachefiles.txt
2888 F:      fs/cachefiles/
2889
2890 CADET FM/AM RADIO RECEIVER DRIVER
2891 M:      Hans Verkuil <hverkuil@xs4all.nl>
2892 L:      linux-media@vger.kernel.org
2893 T:      git git://linuxtv.org/media_tree.git
2894 W:      https://linuxtv.org
2895 S:      Maintained
2896 F:      drivers/media/radio/radio-cadet*
2897
2898 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2899 M:      Jonathan Corbet <corbet@lwn.net>
2900 L:      linux-media@vger.kernel.org
2901 T:      git git://linuxtv.org/media_tree.git
2902 S:      Maintained
2903 F:      Documentation/media/v4l-drivers/cafe_ccic*
2904 F:      drivers/media/platform/marvell-ccic/
2905
2906 CAIF NETWORK LAYER
2907 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2908 L:      netdev@vger.kernel.org
2909 S:      Supported
2910 F:      Documentation/networking/caif/
2911 F:      drivers/net/caif/
2912 F:      include/uapi/linux/caif/
2913 F:      include/net/caif/
2914 F:      net/caif/
2915
2916 CALGARY x86-64 IOMMU
2917 M:      Muli Ben-Yehuda <mulix@mulix.org>
2918 M:      Jon Mason <jdmason@kudzu.us>
2919 L:      iommu@lists.linux-foundation.org
2920 S:      Maintained
2921 F:      arch/x86/kernel/pci-calgary_64.c
2922 F:      arch/x86/kernel/tce_64.c
2923 F:      arch/x86/include/asm/calgary.h
2924 F:      arch/x86/include/asm/tce.h
2925
2926 CAN NETWORK LAYER
2927 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2928 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2929 L:      linux-can@vger.kernel.org
2930 W:      https://github.com/linux-can
2931 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2932 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2933 S:      Maintained
2934 F:      Documentation/networking/can.txt
2935 F:      net/can/
2936 F:      include/linux/can/core.h
2937 F:      include/uapi/linux/can.h
2938 F:      include/uapi/linux/can/bcm.h
2939 F:      include/uapi/linux/can/raw.h
2940 F:      include/uapi/linux/can/gw.h
2941
2942 CAN NETWORK DRIVERS
2943 M:      Wolfgang Grandegger <wg@grandegger.com>
2944 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2945 L:      linux-can@vger.kernel.org
2946 W:      https://github.com/linux-can
2947 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2949 S:      Maintained
2950 F:      Documentation/devicetree/bindings/net/can/
2951 F:      drivers/net/can/
2952 F:      include/linux/can/dev.h
2953 F:      include/linux/can/platform/
2954 F:      include/uapi/linux/can/error.h
2955 F:      include/uapi/linux/can/netlink.h
2956
2957 CAPABILITIES
2958 M:      Serge Hallyn <serge@hallyn.com>
2959 L:      linux-security-module@vger.kernel.org
2960 S:      Supported
2961 F:      include/linux/capability.h
2962 F:      include/uapi/linux/capability.h
2963 F:      security/commoncap.c
2964 F:      kernel/capability.c
2965
2966 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2967 M:      Kevin Tsai <ktsai@capellamicro.com>
2968 S:      Maintained
2969 F:      drivers/iio/light/cm*
2970 F:      Documentation/devicetree/bindings/i2c/trivial-admin-guide/devices.rst
2971
2972 CAVIUM I2C DRIVER
2973 M:      Jan Glauber <jglauber@cavium.com>
2974 M:      David Daney <david.daney@cavium.com>
2975 W:      http://www.cavium.com
2976 S:      Supported
2977 F:      drivers/i2c/busses/i2c-octeon*
2978 F:      drivers/i2c/busses/i2c-thunderx*
2979
2980 CAVIUM LIQUIDIO NETWORK DRIVER
2981 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2982 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2983 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2984 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2985 L:     netdev@vger.kernel.org
2986 W:     http://www.cavium.com
2987 S:     Supported
2988 F:     drivers/net/ethernet/cavium/liquidio/
2989
2990 CC2520 IEEE-802.15.4 RADIO DRIVER
2991 M:      Varka Bhadram <varkabhadram@gmail.com>
2992 L:      linux-wpan@vger.kernel.org
2993 S:      Maintained
2994 F:      drivers/net/ieee802154/cc2520.c
2995 F:      include/linux/spi/cc2520.h
2996 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2997
2998 CEC DRIVER
2999 M:      Hans Verkuil <hans.verkuil@cisco.com>
3000 L:      linux-media@vger.kernel.org
3001 T:      git git://linuxtv.org/media_tree.git
3002 W:      http://linuxtv.org
3003 S:      Supported
3004 F:      Documentation/cec.txt
3005 F:      Documentation/media/uapi/cec
3006 F:      drivers/staging/media/cec/
3007 F:      drivers/media/cec-edid.c
3008 F:      drivers/media/rc/keymaps/rc-cec.c
3009 F:      include/media/cec.h
3010 F:      include/media/cec-edid.h
3011 F:      include/linux/cec.h
3012 F:      include/linux/cec-funcs.h
3013
3014 CELL BROADBAND ENGINE ARCHITECTURE
3015 M:      Arnd Bergmann <arnd@arndb.de>
3016 L:      linuxppc-dev@lists.ozlabs.org
3017 W:      http://www.ibm.com/developerworks/power/cell/
3018 S:      Supported
3019 F:      arch/powerpc/include/asm/cell*.h
3020 F:      arch/powerpc/include/asm/spu*.h
3021 F:      arch/powerpc/include/uapi/asm/spu*.h
3022 F:      arch/powerpc/oprofile/*cell*
3023 F:      arch/powerpc/platforms/cell/
3024
3025 CEPH COMMON CODE (LIBCEPH)
3026 M:      Ilya Dryomov <idryomov@gmail.com>
3027 M:      "Yan, Zheng" <zyan@redhat.com>
3028 M:      Sage Weil <sage@redhat.com>
3029 L:      ceph-devel@vger.kernel.org
3030 W:      http://ceph.com/
3031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3032 T:      git git://github.com/ceph/ceph-client.git
3033 S:      Supported
3034 F:      net/ceph/
3035 F:      include/linux/ceph/
3036 F:      include/linux/crush/
3037
3038 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3039 M:      "Yan, Zheng" <zyan@redhat.com>
3040 M:      Sage Weil <sage@redhat.com>
3041 M:      Ilya Dryomov <idryomov@gmail.com>
3042 L:      ceph-devel@vger.kernel.org
3043 W:      http://ceph.com/
3044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3045 T:      git git://github.com/ceph/ceph-client.git
3046 S:      Supported
3047 F:      Documentation/filesystems/ceph.txt
3048 F:      fs/ceph/
3049
3050 CERTIFICATE HANDLING:
3051 M:      David Howells <dhowells@redhat.com>
3052 M:      David Woodhouse <dwmw2@infradead.org>
3053 L:      keyrings@vger.kernel.org
3054 S:      Maintained
3055 F:      Documentation/module-signing.txt
3056 F:      certs/
3057 F:      scripts/sign-file.c
3058 F:      scripts/extract-cert.c
3059
3060 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3061 L:      linux-usb@vger.kernel.org
3062 S:      Orphan
3063 F:      Documentation/usb/WUSB-Design-overview.txt
3064 F:      Documentation/usb/wusb-cbaf
3065 F:      drivers/usb/host/hwa-hc.c
3066 F:      drivers/usb/host/whci/
3067 F:      drivers/usb/wusbcore/
3068 F:      include/linux/usb/wusb*
3069
3070 CFAG12864B LCD DRIVER
3071 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3072 W:      http://miguelojeda.es/auxdisplay.htm
3073 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3074 S:      Maintained
3075 F:      drivers/auxdisplay/cfag12864b.c
3076 F:      include/linux/cfag12864b.h
3077
3078 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3079 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3080 W:      http://miguelojeda.es/auxdisplay.htm
3081 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3082 S:      Maintained
3083 F:      drivers/auxdisplay/cfag12864bfb.c
3084 F:      include/linux/cfag12864b.h
3085
3086 CFG80211 and NL80211
3087 M:      Johannes Berg <johannes@sipsolutions.net>
3088 L:      linux-wireless@vger.kernel.org
3089 W:      http://wireless.kernel.org/
3090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3092 S:      Maintained
3093 F:      include/uapi/linux/nl80211.h
3094 F:      include/net/cfg80211.h
3095 F:      net/wireless/*
3096 X:      net/wireless/wext*
3097
3098 CHAR and MISC DRIVERS
3099 M:      Arnd Bergmann <arnd@arndb.de>
3100 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3101 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3102 S:      Supported
3103 F:      drivers/char/*
3104 F:      drivers/misc/*
3105 F:      include/linux/miscdevice.h
3106
3107 CHECKPATCH
3108 M:      Andy Whitcroft <apw@canonical.com>
3109 M:      Joe Perches <joe@perches.com>
3110 S:      Maintained
3111 F:      scripts/checkpatch.pl
3112
3113 CHINESE DOCUMENTATION
3114 M:      Harry Wei <harryxiyou@gmail.com>
3115 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3116 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
3117 S:      Maintained
3118 F:      Documentation/translations/zh_CN/
3119
3120 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3121 M:      Peter Chen <Peter.Chen@nxp.com>
3122 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3123 L:      linux-usb@vger.kernel.org
3124 S:      Maintained
3125 F:      drivers/usb/chipidea/
3126
3127 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3128 M:      Hans de Goede <hdegoede@redhat.com>
3129 L:      linux-input@vger.kernel.org
3130 S:      Maintained
3131 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3132 F:      drivers/input/touchscreen/chipone_icn8318.c
3133
3134 CHROME HARDWARE PLATFORM SUPPORT
3135 M:      Olof Johansson <olof@lixom.net>
3136 S:      Maintained
3137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3138 F:      drivers/platform/chrome/
3139
3140 CISCO VIC ETHERNET NIC DRIVER
3141 M:      Christian Benvenuti <benve@cisco.com>
3142 M:      Sujith Sankar <ssujith@cisco.com>
3143 M:      Govindarajulu Varadarajan <_govind@gmx.com>
3144 M:      Neel Patel <neepatel@cisco.com>
3145 S:      Supported
3146 F:      drivers/net/ethernet/cisco/enic/
3147
3148 CISCO VIC LOW LATENCY NIC DRIVER
3149 M:      Christian Benvenuti <benve@cisco.com>
3150 M:      Dave Goodell <dgoodell@cisco.com>
3151 S:      Supported
3152 F:      drivers/infiniband/hw/usnic/
3153
3154 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3155 M:      Hartley Sweeten <hsweeten@visionengravers.com>
3156 L:      netdev@vger.kernel.org
3157 S:      Maintained
3158 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3159
3160 CIRRUS LOGIC AUDIO CODEC DRIVERS
3161 M:      Brian Austin <brian.austin@cirrus.com>
3162 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
3163 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3164 S:      Maintained
3165 F:      sound/soc/codecs/cs*
3166
3167 CLEANCACHE API
3168 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3169 L:      linux-kernel@vger.kernel.org
3170 S:      Maintained
3171 F:      mm/cleancache.c
3172 F:      include/linux/cleancache.h
3173
3174 CLK API
3175 M:      Russell King <linux@armlinux.org.uk>
3176 L:      linux-clk@vger.kernel.org
3177 S:      Maintained
3178 F:      include/linux/clk.h
3179
3180 CLOCKSOURCE, CLOCKEVENT DRIVERS
3181 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3182 M:      Thomas Gleixner <tglx@linutronix.de>
3183 L:      linux-kernel@vger.kernel.org
3184 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3185 S:      Supported
3186 F:      drivers/clocksource
3187
3188 CISCO FCOE HBA DRIVER
3189 M:      Hiral Patel <hiralpat@cisco.com>
3190 M:      Suma Ramars <sramars@cisco.com>
3191 M:      Brian Uchino <buchino@cisco.com>
3192 L:      linux-scsi@vger.kernel.org
3193 S:      Supported
3194 F:      drivers/scsi/fnic/
3195
3196 CISCO SCSI HBA DRIVER
3197 M:      Narsimhulu Musini <nmusini@cisco.com>
3198 M:      Sesidhar Baddela <sebaddel@cisco.com>
3199 L:      linux-scsi@vger.kernel.org
3200 S:      Supported
3201 F:      drivers/scsi/snic/
3202
3203 CMPC ACPI DRIVER
3204 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3205 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3206 L:      platform-driver-x86@vger.kernel.org
3207 S:      Supported
3208 F:      drivers/platform/x86/classmate-laptop.c
3209
3210 COBALT MEDIA DRIVER
3211 M:      Hans Verkuil <hans.verkuil@cisco.com>
3212 L:      linux-media@vger.kernel.org
3213 T:      git git://linuxtv.org/media_tree.git
3214 W:      https://linuxtv.org
3215 S:      Supported
3216 F:      drivers/media/pci/cobalt/
3217
3218 COCCINELLE/Semantic Patches (SmPL)
3219 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3220 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3221 M:      Nicolas Palix <nicolas.palix@imag.fr>
3222 M:      Michal Marek <mmarek@suse.com>
3223 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3225 W:      http://coccinelle.lip6.fr/
3226 S:      Supported
3227 F:      Documentation/dev-tools/coccinelle.rst
3228 F:      scripts/coccinelle/
3229 F:      scripts/coccicheck
3230
3231 CODA FILE SYSTEM
3232 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3233 M:      coda@cs.cmu.edu
3234 L:      codalist@coda.cs.cmu.edu
3235 W:      http://www.coda.cs.cmu.edu/
3236 S:      Maintained
3237 F:      Documentation/filesystems/coda.txt
3238 F:      fs/coda/
3239 F:      include/linux/coda*.h
3240 F:      include/uapi/linux/coda*.h
3241
3242 CODA V4L2 MEM2MEM DRIVER
3243 M:      Philipp Zabel <p.zabel@pengutronix.de>
3244 L:      linux-media@vger.kernel.org
3245 S:      Maintained
3246 F:      Documentation/devicetree/bindings/media/coda.txt
3247 F:      drivers/media/platform/coda/
3248
3249 COMMON CLK FRAMEWORK
3250 M:      Michael Turquette <mturquette@baylibre.com>
3251 M:      Stephen Boyd <sboyd@codeaurora.org>
3252 L:      linux-clk@vger.kernel.org
3253 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3255 S:      Maintained
3256 F:      Documentation/devicetree/bindings/clock/
3257 F:      drivers/clk/
3258 X:      drivers/clk/clkdev.c
3259 F:      include/linux/clk-pr*
3260 F:      include/linux/clk/
3261
3262 COMMON INTERNET FILE SYSTEM (CIFS)
3263 M:      Steve French <sfrench@samba.org>
3264 L:      linux-cifs@vger.kernel.org
3265 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3266 W:      http://linux-cifs.samba.org/
3267 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3268 S:      Supported
3269 F:      Documentation/filesystems/cifs/
3270 F:      fs/cifs/
3271
3272 COMPACTPCI HOTPLUG CORE
3273 M:      Scott Murray <scott@spiteful.org>
3274 L:      linux-pci@vger.kernel.org
3275 S:      Maintained
3276 F:      drivers/pci/hotplug/cpci_hotplug*
3277
3278 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3279 M:      Scott Murray <scott@spiteful.org>
3280 L:      linux-pci@vger.kernel.org
3281 S:      Maintained
3282 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3283
3284 COMPACTPCI HOTPLUG GENERIC DRIVER
3285 M:      Scott Murray <scott@spiteful.org>
3286 L:      linux-pci@vger.kernel.org
3287 S:      Maintained
3288 F:      drivers/pci/hotplug/cpcihp_generic.c
3289
3290 COMPAL LAPTOP SUPPORT
3291 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3292 L:      platform-driver-x86@vger.kernel.org
3293 S:      Maintained
3294 F:      drivers/platform/x86/compal-laptop.c
3295
3296 CONEXANT ACCESSRUNNER USB DRIVER
3297 L:      accessrunner-general@lists.sourceforge.net
3298 W:      http://accessrunner.sourceforge.net/
3299 S:      Orphan
3300 F:      drivers/usb/atm/cxacru.c
3301
3302 CONFIGFS
3303 M:      Joel Becker <jlbec@evilplan.org>
3304 M:      Christoph Hellwig <hch@lst.de>
3305 T:      git git://git.infradead.org/users/hch/configfs.git
3306 S:      Supported
3307 F:      fs/configfs/
3308 F:      include/linux/configfs.h
3309
3310 CONNECTOR
3311 M:      Evgeniy Polyakov <zbr@ioremap.net>
3312 L:      netdev@vger.kernel.org
3313 S:      Maintained
3314 F:      drivers/connector/
3315
3316 CONTROL GROUP (CGROUP)
3317 M:      Tejun Heo <tj@kernel.org>
3318 M:      Li Zefan <lizefan@huawei.com>
3319 M:      Johannes Weiner <hannes@cmpxchg.org>
3320 L:      cgroups@vger.kernel.org
3321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3322 S:      Maintained
3323 F:      Documentation/cgroup*
3324 F:      include/linux/cgroup*
3325 F:      kernel/cgroup*
3326
3327 CONTROL GROUP - CPUSET
3328 M:      Li Zefan <lizefan@huawei.com>
3329 L:      cgroups@vger.kernel.org
3330 W:      http://www.bullopensource.org/cpuset/
3331 W:      http://oss.sgi.com/projects/cpusets/
3332 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3333 S:      Maintained
3334 F:      Documentation/cgroup-v1/cpusets.txt
3335 F:      include/linux/cpuset.h
3336 F:      kernel/cpuset.c
3337
3338 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3339 M:      Johannes Weiner <hannes@cmpxchg.org>
3340 M:      Michal Hocko <mhocko@kernel.org>
3341 M:      Vladimir Davydov <vdavydov.dev@gmail.com>
3342 L:      cgroups@vger.kernel.org
3343 L:      linux-mm@kvack.org
3344 S:      Maintained
3345 F:      mm/memcontrol.c
3346 F:      mm/swap_cgroup.c
3347
3348 CORETEMP HARDWARE MONITORING DRIVER
3349 M:      Fenghua Yu <fenghua.yu@intel.com>
3350 L:      linux-hwmon@vger.kernel.org
3351 S:      Maintained
3352 F:      Documentation/hwmon/coretemp
3353 F:      drivers/hwmon/coretemp.c
3354
3355 COSA/SRP SYNC SERIAL DRIVER
3356 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3357 W:      http://www.fi.muni.cz/~kas/cosa/
3358 S:      Maintained
3359 F:      drivers/net/wan/cosa*
3360
3361 CPMAC ETHERNET DRIVER
3362 M:      Florian Fainelli <f.fainelli@gmail.com>
3363 L:      netdev@vger.kernel.org
3364 S:      Maintained
3365 F:      drivers/net/ethernet/ti/cpmac.c
3366
3367 CPU FREQUENCY DRIVERS
3368 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3369 M:      Viresh Kumar <viresh.kumar@linaro.org>
3370 L:      linux-pm@vger.kernel.org
3371 S:      Maintained
3372 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3373 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3374 B:      https://bugzilla.kernel.org
3375 F:      Documentation/cpu-freq/
3376 F:      drivers/cpufreq/
3377 F:      include/linux/cpufreq.h
3378
3379 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3380 M:      Viresh Kumar <viresh.kumar@linaro.org>
3381 M:      Sudeep Holla <sudeep.holla@arm.com>
3382 L:      linux-pm@vger.kernel.org
3383 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3384 S:      Maintained
3385 F:      drivers/cpufreq/arm_big_little.h
3386 F:      drivers/cpufreq/arm_big_little.c
3387 F:      drivers/cpufreq/arm_big_little_dt.c
3388
3389 CPUIDLE DRIVER - ARM BIG LITTLE
3390 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3391 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3392 L:      linux-pm@vger.kernel.org
3393 L:      linux-arm-kernel@lists.infradead.org
3394 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3395 S:      Maintained
3396 F:      drivers/cpuidle/cpuidle-big_little.c
3397
3398 CPUIDLE DRIVER - ARM EXYNOS
3399 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3400 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3401 M:      Kukjin Kim <kgene@kernel.org>
3402 L:      linux-pm@vger.kernel.org
3403 L:      linux-samsung-soc@vger.kernel.org
3404 S:      Supported
3405 F:      drivers/cpuidle/cpuidle-exynos.c
3406 F:      arch/arm/mach-exynos/pm.c
3407
3408 CPUIDLE DRIVERS
3409 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3410 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3411 L:      linux-pm@vger.kernel.org
3412 S:      Maintained
3413 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3414 B:      https://bugzilla.kernel.org
3415 F:      drivers/cpuidle/*
3416 F:      include/linux/cpuidle.h
3417
3418 CPUID/MSR DRIVER
3419 M:      "H. Peter Anvin" <hpa@zytor.com>
3420 S:      Maintained
3421 F:      arch/x86/kernel/cpuid.c
3422 F:      arch/x86/kernel/msr.c
3423
3424 CPU POWER MONITORING SUBSYSTEM
3425 M:      Thomas Renninger <trenn@suse.com>
3426 L:      linux-pm@vger.kernel.org
3427 S:      Maintained
3428 F:      tools/power/cpupower/
3429
3430 CRAMFS FILESYSTEM
3431 W:      http://sourceforge.net/projects/cramfs/
3432 S:      Orphan / Obsolete
3433 F:      Documentation/filesystems/cramfs.txt
3434 F:      fs/cramfs/
3435
3436 CRIS PORT
3437 M:      Mikael Starvik <starvik@axis.com>
3438 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3439 L:      linux-cris-kernel@axis.com
3440 W:      http://developer.axis.com
3441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3442 S:      Maintained
3443 F:      arch/cris/
3444 F:      drivers/tty/serial/crisv10.*
3445
3446 CRYPTO API
3447 M:      Herbert Xu <herbert@gondor.apana.org.au>
3448 M:      "David S. Miller" <davem@davemloft.net>
3449 L:      linux-crypto@vger.kernel.org
3450 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3452 S:      Maintained
3453 F:      Documentation/crypto/
3454 F:      Documentation/devicetree/bindings/crypto/
3455 F:      Documentation/DocBook/crypto-API.tmpl
3456 F:      arch/*/crypto/
3457 F:      crypto/
3458 F:      drivers/crypto/
3459 F:      include/crypto/
3460
3461 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3462 M:      Neil Horman <nhorman@tuxdriver.com>
3463 L:      linux-crypto@vger.kernel.org
3464 S:      Maintained
3465 F:      crypto/ansi_cprng.c
3466 F:      crypto/rng.c
3467
3468 CS3308 MEDIA DRIVER
3469 M:      Hans Verkuil <hverkuil@xs4all.nl>
3470 L:      linux-media@vger.kernel.org
3471 T:      git git://linuxtv.org/media_tree.git
3472 W:      http://linuxtv.org
3473 S:      Odd Fixes
3474 F:      drivers/media/i2c/cs3308.c
3475 F:      drivers/media/i2c/cs3308.h
3476
3477 CS5535 Audio ALSA driver
3478 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3479 S:      Maintained
3480 F:      sound/pci/cs5535audio/
3481
3482 CW1200 WLAN driver
3483 M:      Solomon Peachy <pizza@shaftnet.org>
3484 S:      Maintained
3485 F:      drivers/net/wireless/st/cw1200/
3486
3487 CX18 VIDEO4LINUX DRIVER
3488 M:      Andy Walls <awalls@md.metrocast.net>
3489 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3490 L:      linux-media@vger.kernel.org
3491 T:      git git://linuxtv.org/media_tree.git
3492 W:      https://linuxtv.org
3493 W:      http://www.ivtvdriver.org/index.php/Cx18
3494 S:      Maintained
3495 F:      Documentation/media/v4l-drivers/cx18*
3496 F:      drivers/media/pci/cx18/
3497 F:      include/uapi/linux/ivtv*
3498
3499 CX2341X MPEG ENCODER HELPER MODULE
3500 M:      Hans Verkuil <hverkuil@xs4all.nl>
3501 L:      linux-media@vger.kernel.org
3502 T:      git git://linuxtv.org/media_tree.git
3503 W:      https://linuxtv.org
3504 S:      Maintained
3505 F:      drivers/media/common/cx2341x*
3506 F:      include/media/cx2341x*
3507
3508 CX24120 MEDIA DRIVER
3509 M:      Jemma Denson <jdenson@gmail.com>
3510 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3511 L:      linux-media@vger.kernel.org
3512 W:      https://linuxtv.org
3513 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3514 S:      Maintained
3515 F:      drivers/media/dvb-frontends/cx24120*
3516
3517 CX88 VIDEO4LINUX DRIVER
3518 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
3519 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3520 L:      linux-media@vger.kernel.org
3521 W:      https://linuxtv.org
3522 T:      git git://linuxtv.org/media_tree.git
3523 S:      Odd fixes
3524 F:      Documentation/media/v4l-drivers/cx88*
3525 F:      drivers/media/pci/cx88/
3526
3527 CXD2820R MEDIA DRIVER
3528 M:      Antti Palosaari <crope@iki.fi>
3529 L:      linux-media@vger.kernel.org
3530 W:      https://linuxtv.org
3531 W:      http://palosaari.fi/linux/
3532 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3533 T:      git git://linuxtv.org/anttip/media_tree.git
3534 S:      Maintained
3535 F:      drivers/media/dvb-frontends/cxd2820r*
3536
3537 CXGB3 ETHERNET DRIVER (CXGB3)
3538 M:      Santosh Raspatur <santosh@chelsio.com>
3539 L:      netdev@vger.kernel.org
3540 W:      http://www.chelsio.com
3541 S:      Supported
3542 F:      drivers/net/ethernet/chelsio/cxgb3/
3543
3544 CXGB3 ISCSI DRIVER (CXGB3I)
3545 M:      Karen Xie <kxie@chelsio.com>
3546 L:      linux-scsi@vger.kernel.org
3547 W:      http://www.chelsio.com
3548 S:      Supported
3549 F:      drivers/scsi/cxgbi/cxgb3i
3550
3551 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3552 M:      Steve Wise <swise@chelsio.com>
3553 L:      linux-rdma@vger.kernel.org
3554 W:      http://www.openfabrics.org
3555 S:      Supported
3556 F:      drivers/infiniband/hw/cxgb3/
3557 F:      include/uapi/rdma/cxgb3-abi.h
3558
3559 CXGB4 ETHERNET DRIVER (CXGB4)
3560 M:      Hariprasad S <hariprasad@chelsio.com>
3561 L:      netdev@vger.kernel.org
3562 W:      http://www.chelsio.com
3563 S:      Supported
3564 F:      drivers/net/ethernet/chelsio/cxgb4/
3565
3566 CXGB4 ISCSI DRIVER (CXGB4I)
3567 M:      Karen Xie <kxie@chelsio.com>
3568 L:      linux-scsi@vger.kernel.org
3569 W:      http://www.chelsio.com
3570 S:      Supported
3571 F:      drivers/scsi/cxgbi/cxgb4i
3572
3573 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3574 M:      Steve Wise <swise@chelsio.com>
3575 L:      linux-rdma@vger.kernel.org
3576 W:      http://www.openfabrics.org
3577 S:      Supported
3578 F:      drivers/infiniband/hw/cxgb4/
3579 F:      include/uapi/rdma/cxgb4-abi.h
3580
3581 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3582 M:      Casey Leedom <leedom@chelsio.com>
3583 L:      netdev@vger.kernel.org
3584 W:      http://www.chelsio.com
3585 S:      Supported
3586 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3587
3588 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3589 M:      Ian Munsie <imunsie@au1.ibm.com>
3590 M:      Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3591 L:      linuxppc-dev@lists.ozlabs.org
3592 S:      Supported
3593 F:      arch/powerpc/platforms/powernv/pci-cxl.c
3594 F:      drivers/misc/cxl/
3595 F:      include/misc/cxl*
3596 F:      include/uapi/misc/cxl.h
3597 F:      Documentation/powerpc/cxl.txt
3598 F:      Documentation/ABI/testing/sysfs-class-cxl
3599
3600 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3601 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3602 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3603 M:      Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3604 L:      linux-scsi@vger.kernel.org
3605 S:      Supported
3606 F:      drivers/scsi/cxlflash/
3607 F:      include/uapi/scsi/cxlflash_ioctls.h
3608 F:      Documentation/powerpc/cxlflash.txt
3609
3610 STMMAC ETHERNET DRIVER
3611 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3612 M:      Alexandre Torgue <alexandre.torgue@st.com>
3613 L:      netdev@vger.kernel.org
3614 W:      http://www.stlinux.com
3615 S:      Supported
3616 F:      drivers/net/ethernet/stmicro/stmmac/
3617
3618 CYBERPRO FB DRIVER
3619 M:      Russell King <linux@armlinux.org.uk>
3620 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3621 W:      http://www.armlinux.org.uk/
3622 S:      Maintained
3623 F:      drivers/video/fbdev/cyber2000fb.*
3624
3625 CYCLADES ASYNC MUX DRIVER
3626 W:      http://www.cyclades.com/
3627 S:      Orphan
3628 F:      drivers/tty/cyclades.c
3629 F:      include/linux/cyclades.h
3630 F:      include/uapi/linux/cyclades.h
3631
3632 CYCLADES PC300 DRIVER
3633 W:      http://www.cyclades.com/
3634 S:      Orphan
3635 F:      drivers/net/wan/pc300*
3636
3637 CYPRESS_FIRMWARE MEDIA DRIVER
3638 M:      Antti Palosaari <crope@iki.fi>
3639 L:      linux-media@vger.kernel.org
3640 W:      https://linuxtv.org
3641 W:      http://palosaari.fi/linux/
3642 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3643 T:      git git://linuxtv.org/anttip/media_tree.git
3644 S:      Maintained
3645 F:      drivers/media/common/cypress_firmware*
3646
3647 CYTTSP TOUCHSCREEN DRIVER
3648 M:      Ferruh Yigit <fery@cypress.com>
3649 L:      linux-input@vger.kernel.org
3650 S:      Supported
3651 F:      drivers/input/touchscreen/cyttsp*
3652 F:      include/linux/input/cyttsp.h
3653
3654 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3655 M:      Joshua Kinard <kumba@gentoo.org>
3656 S:      Maintained
3657 F:      drivers/rtc/rtc-ds1685.c
3658 F:      include/linux/rtc/ds1685.h
3659
3660 DAMA SLAVE for AX.25
3661 M:      Joerg Reuter <jreuter@yaina.de>
3662 W:      http://yaina.de/jreuter/
3663 W:      http://www.qsl.net/dl1bke/
3664 L:      linux-hams@vger.kernel.org
3665 S:      Maintained
3666 F:      net/ax25/af_ax25.c
3667 F:      net/ax25/ax25_dev.c
3668 F:      net/ax25/ax25_ds_*
3669 F:      net/ax25/ax25_in.c
3670 F:      net/ax25/ax25_out.c
3671 F:      net/ax25/ax25_timer.c
3672 F:      net/ax25/sysctl_net_ax25.c
3673
3674 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3675 L:      netdev@vger.kernel.org
3676 S:      Orphan
3677 F:      Documentation/networking/dmfe.txt
3678 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3679
3680 DC390/AM53C974 SCSI driver
3681 M:      Hannes Reinecke <hare@suse.com>
3682 L:      linux-scsi@vger.kernel.org
3683 S:      Maintained
3684 F:      drivers/scsi/am53c974.c
3685
3686 DC395x SCSI driver
3687 M:      Oliver Neukum <oliver@neukum.org>
3688 M:      Ali Akcaagac <aliakc@web.de>
3689 M:      Jamie Lenehan <lenehan@twibble.org>
3690 L:      dc395x@twibble.org
3691 W:      http://twibble.org/dist/dc395x/
3692 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3693 S:      Maintained
3694 F:      Documentation/scsi/dc395x.txt
3695 F:      drivers/scsi/dc395x.*
3696
3697 DCCP PROTOCOL
3698 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3699 L:      dccp@vger.kernel.org
3700 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3701 S:      Maintained
3702 F:      include/linux/dccp.h
3703 F:      include/uapi/linux/dccp.h
3704 F:      include/linux/tfrc.h
3705 F:      net/dccp/
3706
3707 DECnet NETWORK LAYER
3708 W:      http://linux-decnet.sourceforge.net
3709 L:      linux-decnet-user@lists.sourceforge.net
3710 S:      Orphan
3711 F:      Documentation/networking/decnet.txt
3712 F:      net/decnet/
3713
3714 DECSTATION PLATFORM SUPPORT
3715 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3716 L:      linux-mips@linux-mips.org
3717 W:      http://www.linux-mips.org/wiki/DECstation
3718 S:      Maintained
3719 F:      arch/mips/dec/
3720 F:      arch/mips/include/asm/dec/
3721 F:      arch/mips/include/asm/mach-dec/
3722
3723 DEFXX FDDI NETWORK DRIVER
3724 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3725 S:      Maintained
3726 F:      drivers/net/fddi/defxx.*
3727
3728 DELL LAPTOP DRIVER
3729 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3730 M:      Pali Rohár <pali.rohar@gmail.com>
3731 L:      platform-driver-x86@vger.kernel.org
3732 S:      Maintained
3733 F:      drivers/platform/x86/dell-laptop.c
3734
3735 DELL LAPTOP RBTN DRIVER
3736 M:      Pali Rohár <pali.rohar@gmail.com>
3737 S:      Maintained
3738 F:      drivers/platform/x86/dell-rbtn.*
3739
3740 DELL LAPTOP FREEFALL DRIVER
3741 M:      Pali Rohár <pali.rohar@gmail.com>
3742 S:      Maintained
3743 F:      drivers/platform/x86/dell-smo8800.c
3744
3745 DELL LAPTOP SMM DRIVER
3746 M:      Pali Rohár <pali.rohar@gmail.com>
3747 S:      Maintained
3748 F:      drivers/hwmon/dell-smm-hwmon.c
3749 F:      include/uapi/linux/i8k.h
3750
3751 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3752 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3753 S:      Maintained
3754 F:      Documentation/dcdbas.txt
3755 F:      drivers/firmware/dcdbas.*
3756
3757 DELL WMI EXTRAS DRIVER
3758 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3759 M:      Pali Rohár <pali.rohar@gmail.com>
3760 S:      Maintained
3761 F:      drivers/platform/x86/dell-wmi.c
3762
3763 DESIGNWARE USB2 DRD IP DRIVER
3764 M:      John Youn <johnyoun@synopsys.com>
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/dwc2/
3769
3770 DESIGNWARE USB3 DRD IP DRIVER
3771 M:      Felipe Balbi <balbi@kernel.org>
3772 L:      linux-usb@vger.kernel.org
3773 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3774 S:      Maintained
3775 F:      drivers/usb/dwc3/
3776
3777 DEVICE COREDUMP (DEV_COREDUMP)
3778 M:      Johannes Berg <johannes@sipsolutions.net>
3779 L:      linux-kernel@vger.kernel.org
3780 S:      Maintained
3781 F:      drivers/base/devcoredump.c
3782 F:      include/linux/devcoredump.h
3783
3784 DEVICE FREQUENCY (DEVFREQ)
3785 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3786 M:      Kyungmin Park <kyungmin.park@samsung.com>
3787 L:      linux-pm@vger.kernel.org
3788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3789 S:      Maintained
3790 F:      drivers/devfreq/
3791 F:      include/linux/devfreq.h
3792 F:      Documentation/devicetree/bindings/devfreq/
3793
3794 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3795 M:      Chanwoo Choi <cw00.choi@samsung.com>
3796 L:      linux-pm@vger.kernel.org
3797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3798 S:      Supported
3799 F:      drivers/devfreq/event/
3800 F:      drivers/devfreq/devfreq-event.c
3801 F:      include/linux/devfreq-event.h
3802 F:      Documentation/devicetree/bindings/devfreq/event/
3803
3804 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3805 M:      Chanwoo Choi <cw00.choi@samsung.com>
3806 L:      linux-pm@vger.kernel.org
3807 L:      linux-samsung-soc@vger.kernel.org
3808 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3809 S:      Maintained
3810 F:      drivers/devfreq/exynos-bus.c
3811 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3812
3813 DEVICE NUMBER REGISTRY
3814 M:      Torben Mathiasen <device@lanana.org>
3815 W:      http://lanana.org/docs/device-list/index.html
3816 S:      Maintained
3817
3818 DEVICE-MAPPER  (LVM)
3819 M:      Alasdair Kergon <agk@redhat.com>
3820 M:      Mike Snitzer <snitzer@redhat.com>
3821 M:      dm-devel@redhat.com
3822 L:      dm-devel@redhat.com
3823 W:      http://sources.redhat.com/dm
3824 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3825 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3826 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3827 S:      Maintained
3828 F:      Documentation/device-mapper/
3829 F:      drivers/md/dm*
3830 F:      drivers/md/persistent-data/
3831 F:      include/linux/device-mapper.h
3832 F:      include/linux/dm-*.h
3833 F:      include/uapi/linux/dm-*.h
3834
3835 DEVLINK
3836 M:      Jiri Pirko <jiri@mellanox.com>
3837 L:      netdev@vger.kernel.org
3838 S:      Supported
3839 F:      net/core/devlink.c
3840 F:      include/net/devlink.h
3841 F:      include/uapi/linux/devlink.h
3842
3843 DIALOG SEMICONDUCTOR DRIVERS
3844 M:      Support Opensource <support.opensource@diasemi.com>
3845 W:      http://www.dialog-semiconductor.com/products
3846 S:      Supported
3847 F:      Documentation/hwmon/da90??
3848 F:      Documentation/devicetree/bindings/mfd/da90*.txt
3849 F:      Documentation/devicetree/bindings/regulator/da92*.txt
3850 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3851 F:      drivers/gpio/gpio-da90??.c
3852 F:      drivers/hwmon/da90??-hwmon.c
3853 F:      drivers/iio/adc/da91??-*.c
3854 F:      drivers/input/misc/da90??_onkey.c
3855 F:      drivers/input/touchscreen/da9052_tsi.c
3856 F:      drivers/leds/leds-da90??.c
3857 F:      drivers/mfd/da903x.c
3858 F:      drivers/mfd/da90??-*.c
3859 F:      drivers/mfd/da91??-*.c
3860 F:      drivers/power/supply/da9052-battery.c
3861 F:      drivers/power/supply/da91??-*.c
3862 F:      drivers/regulator/da903x.c
3863 F:      drivers/regulator/da9???-regulator.[ch]
3864 F:      drivers/rtc/rtc-da90??.c
3865 F:      drivers/video/backlight/da90??_bl.c
3866 F:      drivers/watchdog/da90??_wdt.c
3867 F:      include/linux/mfd/da903x.h
3868 F:      include/linux/mfd/da9052/
3869 F:      include/linux/mfd/da9055/
3870 F:      include/linux/mfd/da9062/
3871 F:      include/linux/mfd/da9063/
3872 F:      include/linux/mfd/da9150/
3873 F:      include/linux/regulator/da9211.h
3874 F:      include/sound/da[79]*.h
3875 F:      sound/soc/codecs/da[79]*.[ch]
3876
3877 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3878 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
3879 L:      linux-gpio@vger.kernel.org
3880 S:      Maintained
3881 F:      drivers/gpio/gpio-gpio-mm.c
3882
3883 DIGI NEO AND CLASSIC PCI PRODUCTS
3884 M:      Lidza Louina <lidza.louina@gmail.com>
3885 M:      Mark Hounschell <markh@compro.net>
3886 L:      driverdev-devel@linuxdriverproject.org
3887 S:      Maintained
3888 F:      drivers/staging/dgnc/
3889
3890 DIOLAN U2C-12 I2C DRIVER
3891 M:      Guenter Roeck <linux@roeck-us.net>
3892 L:      linux-i2c@vger.kernel.org
3893 S:      Maintained
3894 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3895
3896 DIRECT ACCESS (DAX)
3897 M:      Matthew Wilcox <willy@linux.intel.com>
3898 L:      linux-fsdevel@vger.kernel.org
3899 S:      Supported
3900 F:      fs/dax.c
3901
3902 DIRECTORY NOTIFICATION (DNOTIFY)
3903 M:      Eric Paris <eparis@parisplace.org>
3904 S:      Maintained
3905 F:      Documentation/filesystems/dnotify.txt
3906 F:      fs/notify/dnotify/
3907 F:      include/linux/dnotify.h
3908
3909 DISK GEOMETRY AND PARTITION HANDLING
3910 M:      Andries Brouwer <aeb@cwi.nl>
3911 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3912 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3913 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3914 S:      Maintained
3915
3916 DISKQUOTA
3917 M:      Jan Kara <jack@suse.com>
3918 S:      Maintained
3919 F:      Documentation/filesystems/quota.txt
3920 F:      fs/quota/
3921 F:      include/linux/quota*.h
3922 F:      include/uapi/linux/quota*.h
3923
3924 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3925 M:      Bernie Thompson <bernie@plugable.com>
3926 L:      linux-fbdev@vger.kernel.org
3927 S:      Maintained
3928 W:      http://plugable.com/category/projects/udlfb/
3929 F:      drivers/video/fbdev/udlfb.c
3930 F:      include/video/udlfb.h
3931 F:      Documentation/fb/udlfb.txt
3932
3933 DISTRIBUTED LOCK MANAGER (DLM)
3934 M:      Christine Caulfield <ccaulfie@redhat.com>
3935 M:      David Teigland <teigland@redhat.com>
3936 L:      cluster-devel@redhat.com
3937 W:      http://sources.redhat.com/cluster/
3938 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3939 S:      Supported
3940 F:      fs/dlm/
3941
3942 DMA BUFFER SHARING FRAMEWORK
3943 M:      Sumit Semwal <sumit.semwal@linaro.org>
3944 S:      Maintained
3945 L:      linux-media@vger.kernel.org
3946 L:      dri-devel@lists.freedesktop.org
3947 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3948 F:      drivers/dma-buf/
3949 F:      include/linux/dma-buf*
3950 F:      include/linux/reservation.h
3951 F:      include/linux/*fence.h
3952 F:      Documentation/dma-buf-sharing.txt
3953 T:      git git://anongit.freedesktop.org/drm/drm-misc
3954
3955 SYNC FILE FRAMEWORK
3956 M:      Sumit Semwal <sumit.semwal@linaro.org>
3957 R:      Gustavo Padovan <gustavo@padovan.org>
3958 S:      Maintained
3959 L:      linux-media@vger.kernel.org
3960 L:      dri-devel@lists.freedesktop.org
3961 F:      drivers/dma-buf/sync_*
3962 F:      drivers/dma-buf/sw_sync.c
3963 F:      include/linux/sync_file.h
3964 F:      include/uapi/linux/sync_file.h
3965 F:      Documentation/sync_file.txt
3966 T:      git git://anongit.freedesktop.org/drm/drm-misc
3967
3968 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3969 M:      Vinod Koul <vinod.koul@intel.com>
3970 L:      dmaengine@vger.kernel.org
3971 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3972 S:      Maintained
3973 F:      drivers/dma/
3974 F:      include/linux/dmaengine.h
3975 F:      Documentation/devicetree/bindings/dma/
3976 F:      Documentation/dmaengine/
3977 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3978
3979 DME1737 HARDWARE MONITOR DRIVER
3980 M:      Juerg Haefliger <juergh@gmail.com>
3981 L:      linux-hwmon@vger.kernel.org
3982 S:      Maintained
3983 F:      Documentation/hwmon/dme1737
3984 F:      drivers/hwmon/dme1737.c
3985
3986 DMI/SMBIOS SUPPORT
3987 M:      Jean Delvare <jdelvare@suse.com>
3988 S:      Maintained
3989 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3990 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3991 F:      drivers/firmware/dmi-id.c
3992 F:      drivers/firmware/dmi_scan.c
3993 F:      include/linux/dmi.h
3994
3995 DOCUMENTATION
3996 M:      Jonathan Corbet <corbet@lwn.net>
3997 L:      linux-doc@vger.kernel.org
3998 S:      Maintained
3999 F:      Documentation/
4000 F:      scripts/docproc.c
4001 F:      scripts/kernel-doc*
4002 X:      Documentation/ABI/
4003 X:      Documentation/devicetree/
4004 X:      Documentation/acpi
4005 X:      Documentation/power
4006 X:      Documentation/spi
4007 X:      Documentation/media
4008 T:      git git://git.lwn.net/linux.git docs-next
4009
4010 DOUBLETALK DRIVER
4011 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
4012 L:      blinux-list@redhat.com
4013 S:      Maintained
4014 F:      drivers/char/dtlk.c
4015 F:      include/linux/dtlk.h
4016
4017 DPT_I2O SCSI RAID DRIVER
4018 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4019 L:      linux-scsi@vger.kernel.org
4020 W:      http://www.adaptec.com/
4021 S:      Maintained
4022 F:      drivers/scsi/dpt*
4023 F:      drivers/scsi/dpt/
4024
4025 DRBD DRIVER
4026 M:      Philipp Reisner <philipp.reisner@linbit.com>
4027 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
4028 L:      drbd-dev@lists.linbit.com
4029 W:      http://www.drbd.org
4030 T:      git git://git.linbit.com/linux-drbd.git
4031 T:      git git://git.linbit.com/drbd-8.4.git
4032 S:      Supported
4033 F:      drivers/block/drbd/
4034 F:      lib/lru_cache.c
4035 F:      Documentation/blockdev/drbd/
4036
4037 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
4038 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4039 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4040 S:      Supported
4041 F:      Documentation/kobject.txt
4042 F:      drivers/base/
4043 F:      fs/debugfs/
4044 F:      fs/kernfs/
4045 F:      fs/sysfs/
4046 F:      include/linux/debugfs.h
4047 F:      include/linux/kobj*
4048 F:      lib/kobj*
4049
4050 DRM DRIVERS
4051 M:      David Airlie <airlied@linux.ie>
4052 L:      dri-devel@lists.freedesktop.org
4053 T:      git git://people.freedesktop.org/~airlied/linux
4054 B:      https://bugs.freedesktop.org/
4055 C:      irc://chat.freenode.net/dri-devel
4056 S:      Maintained
4057 F:      drivers/gpu/drm/
4058 F:      drivers/gpu/vga/
4059 F:      Documentation/devicetree/bindings/display/
4060 F:      Documentation/devicetree/bindings/gpu/
4061 F:      Documentation/devicetree/bindings/video/
4062 F:      Documentation/gpu/
4063 F:      include/drm/
4064 F:      include/uapi/drm/
4065
4066 DRM DRIVERS AND MISC GPU PATCHES
4067 M:      Daniel Vetter <daniel.vetter@intel.com>
4068 M:      Jani Nikula <jani.nikula@linux.intel.com>
4069 M:      Sean Paul <seanpaul@chromium.org>
4070 W:      https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4071 S:      Maintained
4072 T:      git git://anongit.freedesktop.org/drm/drm-misc
4073 F:      Documentation/gpu/
4074 F:      drivers/gpu/vga/
4075 F:      drivers/gpu/drm/*
4076 F:      include/drm/drm*
4077 F:      include/uapi/drm/drm*
4078
4079 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4080 M:      Dave Airlie <airlied@redhat.com>
4081 S:      Odd Fixes
4082 F:      drivers/gpu/drm/ast/
4083
4084 DRM DRIVERS FOR BRIDGE CHIPS
4085 M:      Archit Taneja <architt@codeaurora.org>
4086 S:      Maintained
4087 T:      git git://anongit.freedesktop.org/drm/drm-misc
4088 F:      drivers/gpu/drm/bridge/
4089
4090 DRM DRIVER FOR BOCHS VIRTUAL GPU
4091 M:      Gerd Hoffmann <kraxel@redhat.com>
4092 S:      Odd Fixes
4093 F:      drivers/gpu/drm/bochs/
4094
4095 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4096 M:      Dave Airlie <airlied@redhat.com>
4097 S:      Odd Fixes
4098 F:      drivers/gpu/drm/cirrus/
4099
4100 RADEON and AMDGPU DRM DRIVERS
4101 M:      Alex Deucher <alexander.deucher@amd.com>
4102 M:      Christian König <christian.koenig@amd.com>
4103 L:      dri-devel@lists.freedesktop.org
4104 T:      git git://people.freedesktop.org/~agd5f/linux
4105 S:      Supported
4106 F:      drivers/gpu/drm/radeon/
4107 F:      include/uapi/drm/radeon_drm.h
4108 F:      drivers/gpu/drm/amd/
4109 F:      include/uapi/drm/amdgpu_drm.h
4110
4111 DRM PANEL DRIVERS
4112 M:      Thierry Reding <thierry.reding@gmail.com>
4113 L:      dri-devel@lists.freedesktop.org
4114 T:      git git://anongit.freedesktop.org/tegra/linux.git
4115 S:      Maintained
4116 F:      drivers/gpu/drm/drm_panel.c
4117 F:      drivers/gpu/drm/panel/
4118 F:      include/drm/drm_panel.h
4119 F:      Documentation/devicetree/bindings/display/panel/
4120
4121 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4122 M:      Daniel Vetter <daniel.vetter@intel.com>
4123 M:      Jani Nikula <jani.nikula@linux.intel.com>
4124 L:      intel-gfx@lists.freedesktop.org
4125 W:      https://01.org/linuxgraphics/
4126 B:      https://01.org/linuxgraphics/documentation/how-report-bugs
4127 C:      irc://chat.freenode.net/intel-gfx
4128 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
4129 T:      git git://anongit.freedesktop.org/drm-intel
4130 S:      Supported
4131 F:      drivers/gpu/drm/i915/
4132 F:      include/drm/i915*
4133 F:      include/uapi/drm/i915_drm.h
4134 F:      Documentation/gpu/i915.rst
4135
4136 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
4137 M:      Zhenyu Wang <zhenyuw@linux.intel.com>
4138 M:      Zhi Wang <zhi.a.wang@intel.com>
4139 L:      igvt-g-dev@lists.01.org
4140 L:      intel-gfx@lists.freedesktop.org
4141 W:      https://01.org/igvt-g
4142 T:      git https://github.com/01org/gvt-linux.git
4143 S:      Supported
4144 F:      drivers/gpu/drm/i915/gvt/
4145
4146 DRM DRIVERS FOR ATMEL HLCDC
4147 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
4148 L:      dri-devel@lists.freedesktop.org
4149 S:      Supported
4150 F:      drivers/gpu/drm/atmel-hlcdc/
4151 F:      Documentation/devicetree/bindings/drm/atmel/
4152
4153 DRM DRIVERS FOR ALLWINNER A10
4154 M:      Maxime Ripard  <maxime.ripard@free-electrons.com>
4155 L:      dri-devel@lists.freedesktop.org
4156 S:      Supported
4157 F:      drivers/gpu/drm/sun4i/
4158 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4159
4160 DRM DRIVERS FOR AMLOGIC SOCS
4161 M:      Neil Armstrong <narmstrong@baylibre.com>
4162 L:      dri-devel@lists.freedesktop.org
4163 L:      linux-amlogic@lists.infradead.org
4164 W:      http://linux-meson.com/
4165 S:      Supported
4166 F:      drivers/gpu/drm/meson/
4167 F:      Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4168
4169 DRM DRIVERS FOR EXYNOS
4170 M:      Inki Dae <inki.dae@samsung.com>
4171 M:      Joonyoung Shim <jy0922.shim@samsung.com>
4172 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
4173 M:      Kyungmin Park <kyungmin.park@samsung.com>
4174 L:      dri-devel@lists.freedesktop.org
4175 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4176 S:      Supported
4177 F:      drivers/gpu/drm/exynos/
4178 F:      include/uapi/drm/exynos_drm.h
4179 F:      Documentation/devicetree/bindings/display/exynos/
4180
4181 DRM DRIVERS FOR FREESCALE DCU
4182 M:      Stefan Agner <stefan@agner.ch>
4183 M:      Alison Wang <alison.wang@freescale.com>
4184 L:      dri-devel@lists.freedesktop.org
4185 S:      Supported
4186 F:      drivers/gpu/drm/fsl-dcu/
4187 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4188 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4189 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4190
4191 DRM DRIVERS FOR FREESCALE IMX
4192 M:      Philipp Zabel <p.zabel@pengutronix.de>
4193 L:      dri-devel@lists.freedesktop.org
4194 S:      Maintained
4195 F:      drivers/gpu/drm/imx/
4196 F:      drivers/gpu/ipu-v3/
4197 F:      Documentation/devicetree/bindings/display/imx/
4198
4199 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4200 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4201 L:      dri-devel@lists.freedesktop.org
4202 T:      git git://github.com/patjak/drm-gma500
4203 S:      Maintained
4204 F:      drivers/gpu/drm/gma500/
4205
4206 DRM DRIVERS FOR HISILICON
4207 M:      Xinliang Liu <z.liuxinliang@hisilicon.com>
4208 M:      Rongrong Zou <zourongrong@gmail.com>
4209 R:      Xinwei Kong <kong.kongxinwei@hisilicon.com>
4210 R:      Chen Feng <puck.chen@hisilicon.com>
4211 L:      dri-devel@lists.freedesktop.org
4212 T:      git git://github.com/xin3liang/linux.git
4213 S:      Maintained
4214 F:      drivers/gpu/drm/hisilicon/
4215 F:      Documentation/devicetree/bindings/display/hisilicon/
4216
4217 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4218 S:      Orphan / Obsolete
4219 F:      drivers/gpu/drm/i810/
4220 F:      include/uapi/drm/i810_drm.h
4221
4222 DRM DRIVERS FOR MEDIATEK
4223 M:      CK Hu <ck.hu@mediatek.com>
4224 M:      Philipp Zabel <p.zabel@pengutronix.de>
4225 L:      dri-devel@lists.freedesktop.org
4226 S:      Supported
4227 F:      drivers/gpu/drm/mediatek/
4228 F:      Documentation/devicetree/bindings/display/mediatek/
4229
4230 DRM DRIVER FOR MSM ADRENO GPU
4231 M:      Rob Clark <robdclark@gmail.com>
4232 L:      linux-arm-msm@vger.kernel.org
4233 L:      dri-devel@lists.freedesktop.org
4234 L:      freedreno@lists.freedesktop.org
4235 T:      git git://people.freedesktop.org/~robclark/linux
4236 S:      Maintained
4237 F:      drivers/gpu/drm/msm/
4238 F:      include/uapi/drm/msm_drm.h
4239 F:      Documentation/devicetree/bindings/display/msm/
4240
4241 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4242 M:      Ben Skeggs <bskeggs@redhat.com>
4243 L:      dri-devel@lists.freedesktop.org
4244 L:      nouveau@lists.freedesktop.org
4245 T:      git git://github.com/skeggsb/linux
4246 S:      Supported
4247 F:      drivers/gpu/drm/nouveau/
4248 F:      include/uapi/drm/nouveau_drm.h
4249
4250 DRM DRIVERS FOR NVIDIA TEGRA
4251 M:      Thierry Reding <thierry.reding@gmail.com>
4252 L:      dri-devel@lists.freedesktop.org
4253 L:      linux-tegra@vger.kernel.org
4254 T:      git git://anongit.freedesktop.org/tegra/linux.git
4255 S:      Supported
4256 F:      drivers/gpu/drm/tegra/
4257 F:      drivers/gpu/host1x/
4258 F:      include/linux/host1x.h
4259 F:      include/uapi/drm/tegra_drm.h
4260 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4261
4262 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4263 S:      Orphan / Obsolete
4264 F:      drivers/gpu/drm/mga/
4265 F:      include/uapi/drm/mga_drm.h
4266
4267 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4268 M:      Dave Airlie <airlied@redhat.com>
4269 S:      Odd Fixes
4270 F:      drivers/gpu/drm/mgag200/
4271
4272 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4273 S:      Orphan / Obsolete
4274 F:      drivers/gpu/drm/r128/
4275 F:      include/uapi/drm/r128_drm.h
4276
4277 DRM DRIVERS FOR RENESAS
4278 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4279 L:      dri-devel@lists.freedesktop.org
4280 L:      linux-renesas-soc@vger.kernel.org
4281 T:      git git://linuxtv.org/pinchartl/fbdev
4282 S:      Supported
4283 F:      drivers/gpu/drm/rcar-du/
4284 F:      drivers/gpu/drm/shmobile/
4285 F:      include/linux/platform_data/shmob_drm.h
4286 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4287
4288 DRM DRIVER FOR QXL VIRTUAL GPU
4289 M:      Dave Airlie <airlied@redhat.com>
4290 S:      Odd Fixes
4291 F:      drivers/gpu/drm/qxl/
4292 F:      include/uapi/drm/qxl_drm.h
4293
4294 DRM DRIVERS FOR ROCKCHIP
4295 M:      Mark Yao <mark.yao@rock-chips.com>
4296 L:      dri-devel@lists.freedesktop.org
4297 S:      Maintained
4298 F:      drivers/gpu/drm/rockchip/
4299 F:      Documentation/devicetree/bindings/display/rockchip/
4300
4301 DRM DRIVER FOR SAVAGE VIDEO CARDS
4302 S:      Orphan / Obsolete
4303 F:      drivers/gpu/drm/savage/
4304 F:      include/uapi/drm/savage_drm.h
4305
4306 DRM DRIVER FOR SIS VIDEO CARDS
4307 S:      Orphan / Obsolete
4308 F:      drivers/gpu/drm/sis/
4309 F:      include/uapi/drm/sis_drm.h
4310
4311 DRM DRIVERS FOR STI
4312 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
4313 M:      Vincent Abriou <vincent.abriou@st.com>
4314 L:      dri-devel@lists.freedesktop.org
4315 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4316 S:      Maintained
4317 F:      drivers/gpu/drm/sti
4318 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4319
4320 DRM DRIVER FOR TDFX VIDEO CARDS
4321 S:      Orphan / Obsolete
4322 F:      drivers/gpu/drm/tdfx/
4323
4324 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4325 M:      Dave Airlie <airlied@redhat.com>
4326 S:      Odd Fixes
4327 F:      drivers/gpu/drm/udl/
4328
4329 DRM DRIVERS FOR VIVANTE GPU IP
4330 M:      Lucas Stach <l.stach@pengutronix.de>
4331 R:      Russell King <linux+etnaviv@armlinux.org.uk>
4332 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
4333 L:      etnaviv@lists.freedesktop.org
4334 L:      dri-devel@lists.freedesktop.org
4335 S:      Maintained
4336 F:      drivers/gpu/drm/etnaviv/
4337 F:      include/uapi/drm/etnaviv_drm.h
4338 F:      Documentation/devicetree/bindings/display/etnaviv/
4339
4340 DRM DRIVER FOR VMWARE VIRTUAL GPU
4341 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4342 M:      Sinclair Yeh <syeh@vmware.com>
4343 M:      Thomas Hellstrom <thellstrom@vmware.com>
4344 L:      dri-devel@lists.freedesktop.org
4345 T:      git git://people.freedesktop.org/~syeh/repos_linux
4346 T:      git git://people.freedesktop.org/~thomash/linux
4347 S:      Supported
4348 F:      drivers/gpu/drm/vmwgfx/
4349 F:      include/uapi/drm/vmwgfx_drm.h
4350
4351 DRM DRIVERS FOR VC4
4352 M:      Eric Anholt <eric@anholt.net>
4353 T:      git git://github.com/anholt/linux
4354 S:      Supported
4355 F:      drivers/gpu/drm/vc4/
4356 F:      include/uapi/drm/vc4_drm.h
4357 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4358
4359 DRM DRIVERS FOR TI OMAP
4360 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4361 L:      dri-devel@lists.freedesktop.org
4362 S:      Maintained
4363 F:      drivers/gpu/drm/omapdrm/
4364 F:      Documentation/devicetree/bindings/display/ti/
4365
4366 DRM DRIVERS FOR TI LCDC
4367 M:      Jyri Sarha <jsarha@ti.com>
4368 R:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4369 L:      dri-devel@lists.freedesktop.org
4370 S:      Maintained
4371 F:      drivers/gpu/drm/tilcdc/
4372 F:      Documentation/devicetree/bindings/display/tilcdc/
4373
4374 DRM DRIVERS FOR ZTE ZX
4375 M:      Shawn Guo <shawnguo@kernel.org>
4376 L:      dri-devel@lists.freedesktop.org
4377 S:      Maintained
4378 F:      drivers/gpu/drm/zte/
4379 F:      Documentation/devicetree/bindings/display/zte,vou.txt
4380
4381 DSBR100 USB FM RADIO DRIVER
4382 M:      Alexey Klimov <klimov.linux@gmail.com>
4383 L:      linux-media@vger.kernel.org
4384 T:      git git://linuxtv.org/media_tree.git
4385 S:      Maintained
4386 F:      drivers/media/radio/dsbr100.c
4387
4388 DSCC4 DRIVER
4389 M:      Francois Romieu <romieu@fr.zoreil.com>
4390 L:      netdev@vger.kernel.org
4391 S:      Maintained
4392 F:      drivers/net/wan/dscc4.c
4393
4394 DT3155 MEDIA DRIVER
4395 M:      Hans Verkuil <hverkuil@xs4all.nl>
4396 L:      linux-media@vger.kernel.org
4397 T:      git git://linuxtv.org/media_tree.git
4398 W:      https://linuxtv.org
4399 S:      Odd Fixes
4400 F:      drivers/media/pci/dt3155/
4401
4402 DVB_USB_AF9015 MEDIA DRIVER
4403 M:      Antti Palosaari <crope@iki.fi>
4404 L:      linux-media@vger.kernel.org
4405 W:      https://linuxtv.org
4406 W:      http://palosaari.fi/linux/
4407 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4408 T:      git git://linuxtv.org/anttip/media_tree.git
4409 S:      Maintained
4410 F:      drivers/media/usb/dvb-usb-v2/af9015*
4411
4412 DVB_USB_AF9035 MEDIA DRIVER
4413 M:      Antti Palosaari <crope@iki.fi>
4414 L:      linux-media@vger.kernel.org
4415 W:      https://linuxtv.org
4416 W:      http://palosaari.fi/linux/
4417 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4418 T:      git git://linuxtv.org/anttip/media_tree.git
4419 S:      Maintained
4420 F:      drivers/media/usb/dvb-usb-v2/af9035*
4421
4422 DVB_USB_ANYSEE MEDIA DRIVER
4423 M:      Antti Palosaari <crope@iki.fi>
4424 L:      linux-media@vger.kernel.org
4425 W:      https://linuxtv.org
4426 W:      http://palosaari.fi/linux/
4427 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4428 T:      git git://linuxtv.org/anttip/media_tree.git
4429 S:      Maintained
4430 F:      drivers/media/usb/dvb-usb-v2/anysee*
4431
4432 DVB_USB_AU6610 MEDIA DRIVER
4433 M:      Antti Palosaari <crope@iki.fi>
4434 L:      linux-media@vger.kernel.org
4435 W:      https://linuxtv.org
4436 W:      http://palosaari.fi/linux/
4437 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4438 T:      git git://linuxtv.org/anttip/media_tree.git
4439 S:      Maintained
4440 F:      drivers/media/usb/dvb-usb-v2/au6610*
4441
4442 DVB_USB_CE6230 MEDIA DRIVER
4443 M:      Antti Palosaari <crope@iki.fi>
4444 L:      linux-media@vger.kernel.org
4445 W:      https://linuxtv.org
4446 W:      http://palosaari.fi/linux/
4447 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4448 T:      git git://linuxtv.org/anttip/media_tree.git
4449 S:      Maintained
4450 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4451
4452 DVB_USB_CXUSB MEDIA DRIVER
4453 M:      Michael Krufky <mkrufky@linuxtv.org>
4454 L:      linux-media@vger.kernel.org
4455 W:      https://linuxtv.org
4456 W:      http://github.com/mkrufky
4457 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4458 T:      git git://linuxtv.org/media_tree.git
4459 S:      Maintained
4460 F:      drivers/media/usb/dvb-usb/cxusb*
4461
4462 DVB_USB_EC168 MEDIA DRIVER
4463 M:      Antti Palosaari <crope@iki.fi>
4464 L:      linux-media@vger.kernel.org
4465 W:      https://linuxtv.org
4466 W:      http://palosaari.fi/linux/
4467 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4468 T:      git git://linuxtv.org/anttip/media_tree.git
4469 S:      Maintained
4470 F:      drivers/media/usb/dvb-usb-v2/ec168*
4471
4472 DVB_USB_GL861 MEDIA DRIVER
4473 M:      Antti Palosaari <crope@iki.fi>
4474 L:      linux-media@vger.kernel.org
4475 W:      https://linuxtv.org
4476 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4477 T:      git git://linuxtv.org/anttip/media_tree.git
4478 S:      Maintained
4479 F:      drivers/media/usb/dvb-usb-v2/gl861*
4480
4481 DVB_USB_MXL111SF MEDIA DRIVER
4482 M:      Michael Krufky <mkrufky@linuxtv.org>
4483 L:      linux-media@vger.kernel.org
4484 W:      https://linuxtv.org
4485 W:      http://github.com/mkrufky
4486 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4487 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4488 S:      Maintained
4489 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4490
4491 DVB_USB_RTL28XXU MEDIA DRIVER
4492 M:      Antti Palosaari <crope@iki.fi>
4493 L:      linux-media@vger.kernel.org
4494 W:      https://linuxtv.org
4495 W:      http://palosaari.fi/linux/
4496 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4497 T:      git git://linuxtv.org/anttip/media_tree.git
4498 S:      Maintained
4499 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4500
4501 DVB_USB_V2 MEDIA DRIVER
4502 M:      Antti Palosaari <crope@iki.fi>
4503 L:      linux-media@vger.kernel.org
4504 W:      https://linuxtv.org
4505 W:      http://palosaari.fi/linux/
4506 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4507 T:      git git://linuxtv.org/anttip/media_tree.git
4508 S:      Maintained
4509 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4510 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4511
4512 DYNAMIC DEBUG
4513 M:      Jason Baron <jbaron@akamai.com>
4514 S:      Maintained
4515 F:      lib/dynamic_debug.c
4516 F:      include/linux/dynamic_debug.h
4517
4518 DZ DECSTATION DZ11 SERIAL DRIVER
4519 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4520 S:      Maintained
4521 F:      drivers/tty/serial/dz.*
4522
4523 E3X0 POWER BUTTON DRIVER
4524 M:      Moritz Fischer <moritz.fischer@ettus.com>
4525 L:      usrp-users@lists.ettus.com
4526 W:      http://www.ettus.com
4527 S:      Supported
4528 F:      drivers/input/misc/e3x0-button.c
4529 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4530
4531 E4000 MEDIA DRIVER
4532 M:      Antti Palosaari <crope@iki.fi>
4533 L:      linux-media@vger.kernel.org
4534 W:      https://linuxtv.org
4535 W:      http://palosaari.fi/linux/
4536 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4537 T:      git git://linuxtv.org/anttip/media_tree.git
4538 S:      Maintained
4539 F:      drivers/media/tuners/e4000*
4540
4541 EATA ISA/EISA/PCI SCSI DRIVER
4542 M:      Dario Ballabio <ballabio_dario@emc.com>
4543 L:      linux-scsi@vger.kernel.org
4544 S:      Maintained
4545 F:      drivers/scsi/eata.c
4546
4547 EC100 MEDIA DRIVER
4548 M:      Antti Palosaari <crope@iki.fi>
4549 L:      linux-media@vger.kernel.org
4550 W:      https://linuxtv.org
4551 W:      http://palosaari.fi/linux/
4552 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4553 T:      git git://linuxtv.org/anttip/media_tree.git
4554 S:      Maintained
4555 F:      drivers/media/dvb-frontends/ec100*
4556
4557 ECRYPT FILE SYSTEM
4558 M:      Tyler Hicks <tyhicks@canonical.com>
4559 L:      ecryptfs@vger.kernel.org
4560 W:      http://ecryptfs.org
4561 W:      https://launchpad.net/ecryptfs
4562 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4563 S:      Supported
4564 F:      Documentation/filesystems/ecryptfs.txt
4565 F:      fs/ecryptfs/
4566
4567 EDAC-CORE
4568 M:      Borislav Petkov <bp@alien8.de>
4569 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4570 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4571 L:      linux-edac@vger.kernel.org
4572 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4574 S:      Supported
4575 F:      Documentation/edac.txt
4576 F:      drivers/edac/
4577 F:      include/linux/edac.h
4578
4579 EDAC-AMD64
4580 M:      Borislav Petkov <bp@alien8.de>
4581 L:      linux-edac@vger.kernel.org
4582 S:      Maintained
4583 F:      drivers/edac/amd64_edac*
4584
4585 EDAC-CALXEDA
4586 M:      Robert Richter <rric@kernel.org>
4587 L:      linux-edac@vger.kernel.org
4588 S:      Maintained
4589 F:      drivers/edac/highbank*
4590
4591 EDAC-CAVIUM
4592 M:      Ralf Baechle <ralf@linux-mips.org>
4593 M:      David Daney <david.daney@cavium.com>
4594 L:      linux-edac@vger.kernel.org
4595 L:      linux-mips@linux-mips.org
4596 S:      Supported
4597 F:      drivers/edac/octeon_edac*
4598
4599 EDAC-E752X
4600 M:      Mark Gross <mark.gross@intel.com>
4601 L:      linux-edac@vger.kernel.org
4602 S:      Maintained
4603 F:      drivers/edac/e752x_edac.c
4604
4605 EDAC-E7XXX
4606 L:      linux-edac@vger.kernel.org
4607 S:      Maintained
4608 F:      drivers/edac/e7xxx_edac.c
4609
4610 EDAC-FSL_DDR
4611 M:      York Sun <york.sun@nxp.com>
4612 L:      linux-edac@vger.kernel.org
4613 S:      Maintained
4614 F:      drivers/edac/fsl_ddr_edac.*
4615
4616 EDAC-GHES
4617 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4618 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4619 L:      linux-edac@vger.kernel.org
4620 S:      Maintained
4621 F:      drivers/edac/ghes_edac.c
4622
4623 EDAC-I82443BXGX
4624 M:      Tim Small <tim@buttersideup.com>
4625 L:      linux-edac@vger.kernel.org
4626 S:      Maintained
4627 F:      drivers/edac/i82443bxgx_edac.c
4628
4629 EDAC-I3000
4630 L:      linux-edac@vger.kernel.org
4631 S:      Orphan
4632 F:      drivers/edac/i3000_edac.c
4633
4634 EDAC-I5000
4635 L:      linux-edac@vger.kernel.org
4636 S:      Maintained
4637 F:      drivers/edac/i5000_edac.c
4638
4639 EDAC-I5400
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/i5400_edac.c
4645
4646 EDAC-I7300
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/i7300_edac.c
4652
4653 EDAC-I7CORE
4654 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4655 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4656 L:      linux-edac@vger.kernel.org
4657 S:      Maintained
4658 F:      drivers/edac/i7core_edac.c
4659
4660 EDAC-I82975X
4661 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4662 M:      "Arvind R." <arvino55@gmail.com>
4663 L:      linux-edac@vger.kernel.org
4664 S:      Maintained
4665 F:      drivers/edac/i82975x_edac.c
4666
4667 EDAC-IE31200
4668 M:      Jason Baron <jbaron@akamai.com>
4669 L:      linux-edac@vger.kernel.org
4670 S:      Maintained
4671 F:      drivers/edac/ie31200_edac.c
4672
4673 EDAC-MPC85XX
4674 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4675 L:      linux-edac@vger.kernel.org
4676 S:      Maintained
4677 F:      drivers/edac/mpc85xx_edac.[ch]
4678
4679 EDAC-PASEMI
4680 M:      Egor Martovetsky <egor@pasemi.com>
4681 L:      linux-edac@vger.kernel.org
4682 S:      Maintained
4683 F:      drivers/edac/pasemi_edac.c
4684
4685 EDAC-R82600
4686 M:      Tim Small <tim@buttersideup.com>
4687 L:      linux-edac@vger.kernel.org
4688 S:      Maintained
4689 F:      drivers/edac/r82600_edac.c
4690
4691 EDAC-SBRIDGE
4692 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4693 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4694 L:      linux-edac@vger.kernel.org
4695 S:      Maintained
4696 F:      drivers/edac/sb_edac.c
4697
4698 EDAC-SKYLAKE
4699 M:      Tony Luck <tony.luck@intel.com>
4700 L:      linux-edac@vger.kernel.org
4701 S:      Maintained
4702 F:      drivers/edac/skx_edac.c
4703
4704 EDAC-XGENE
4705 APPLIED MICRO (APM) X-GENE SOC EDAC
4706 M:     Loc Ho <lho@apm.com>
4707 S:     Supported
4708 F:     drivers/edac/xgene_edac.c
4709 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4710
4711 EDIROL UA-101/UA-1000 DRIVER
4712 M:      Clemens Ladisch <clemens@ladisch.de>
4713 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4714 T:      git git://git.alsa-project.org/alsa-kernel.git
4715 S:      Maintained
4716 F:      sound/usb/misc/ua101.c
4717
4718 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4719 M:      Matt Fleming <matt@codeblueprint.co.uk>
4720 M:      Ard Biesheuvel <ard.biesheuvel@linaro.org>
4721 L:      linux-efi@vger.kernel.org
4722 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
4723 S:      Maintained
4724 F:      Documentation/efi-stub.txt
4725 F:      arch/*/kernel/efi.c
4726 F:      arch/x86/boot/compressed/eboot.[ch]
4727 F:      arch/*/include/asm/efi.h
4728 F:      arch/x86/platform/efi/
4729 F:      drivers/firmware/efi/
4730 F:      include/linux/efi*.h
4731 F:      arch/arm/boot/compressed/efi-header.S
4732 F:      arch/arm64/kernel/efi-entry.S
4733
4734 EFI VARIABLE FILESYSTEM
4735 M:      Matthew Garrett <matthew.garrett@nebula.com>
4736 M:      Jeremy Kerr <jk@ozlabs.org>
4737 M:      Matt Fleming <matt@codeblueprint.co.uk>
4738 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4739 L:      linux-efi@vger.kernel.org
4740 S:      Maintained
4741 F:      fs/efivarfs/
4742
4743 EFIFB FRAMEBUFFER DRIVER
4744 L:      linux-fbdev@vger.kernel.org
4745 M:      Peter Jones <pjones@redhat.com>
4746 S:      Maintained
4747 F:      drivers/video/fbdev/efifb.c
4748
4749 EFI TEST DRIVER
4750 L:      linux-efi@vger.kernel.org
4751 M:      Ivan Hu <ivan.hu@canonical.com>
4752 M:      Matt Fleming <matt@codeblueprint.co.uk>
4753 S:      Maintained
4754 F:      drivers/firmware/efi/test/
4755
4756 EFS FILESYSTEM
4757 W:      http://aeschi.ch.eu.org/efs/
4758 S:      Orphan
4759 F:      fs/efs/
4760
4761 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4762 M:      Douglas Miller <dougmill@linux.vnet.ibm.com>
4763 L:      netdev@vger.kernel.org
4764 S:      Maintained
4765 F:      drivers/net/ethernet/ibm/ehea/
4766
4767 EM28XX VIDEO4LINUX DRIVER
4768 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4769 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4770 L:      linux-media@vger.kernel.org
4771 W:      https://linuxtv.org
4772 T:      git git://linuxtv.org/media_tree.git
4773 S:      Maintained
4774 F:      drivers/media/usb/em28xx/
4775 F:      Documentation/media/v4l-drivers/em28xx*
4776
4777 EMBEDDED LINUX
4778 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4779 M:      Matt Mackall <mpm@selenic.com>
4780 M:      David Woodhouse <dwmw2@infradead.org>
4781 L:      linux-embedded@vger.kernel.org
4782 S:      Maintained
4783
4784 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4785 M:      James Smart <james.smart@avagotech.com>
4786 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4787 L:      linux-scsi@vger.kernel.org
4788 W:      http://www.avagotech.com
4789 S:      Supported
4790 F:      drivers/scsi/lpfc/
4791
4792 ENE CB710 FLASH CARD READER DRIVER
4793 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
4794 S:      Maintained
4795 F:      drivers/misc/cb710/
4796 F:      drivers/mmc/host/cb710-mmc.*
4797 F:      include/linux/cb710.h
4798
4799 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4800 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4801 S:      Maintained
4802 F:      drivers/media/rc/ene_ir.*
4803
4804 EPSON S1D13XXX FRAMEBUFFER DRIVER
4805 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4806 S:      Maintained
4807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4808 F:      drivers/video/fbdev/s1d13xxxfb.c
4809 F:      include/video/s1d13xxxfb.h
4810
4811 ET131X NETWORK DRIVER
4812 M:      Mark Einon <mark.einon@gmail.com>
4813 S:      Odd Fixes
4814 F:      drivers/net/ethernet/agere/
4815
4816 ETHERNET BRIDGE
4817 M:      Stephen Hemminger <stephen@networkplumber.org>
4818 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
4819 L:      netdev@vger.kernel.org
4820 W:      http://www.linuxfoundation.org/en/Net:Bridge
4821 S:      Maintained
4822 F:      include/linux/netfilter_bridge/
4823 F:      net/bridge/
4824
4825 ETHERNET PHY LIBRARY
4826 M:      Florian Fainelli <f.fainelli@gmail.com>
4827 L:      netdev@vger.kernel.org
4828 S:      Maintained
4829 F:      include/linux/phy.h
4830 F:      include/linux/phy_fixed.h
4831 F:      drivers/net/phy/
4832 F:      Documentation/networking/phy.txt
4833 F:      drivers/of/of_mdio.c
4834 F:      drivers/of/of_net.c
4835
4836 EXT2 FILE SYSTEM
4837 M:      Jan Kara <jack@suse.com>
4838 L:      linux-ext4@vger.kernel.org
4839 S:      Maintained
4840 F:      Documentation/filesystems/ext2.txt
4841 F:      fs/ext2/
4842 F:      include/linux/ext2*
4843
4844 EXT4 FILE SYSTEM
4845 M:      "Theodore Ts'o" <tytso@mit.edu>
4846 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4847 L:      linux-ext4@vger.kernel.org
4848 W:      http://ext4.wiki.kernel.org
4849 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4850 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4851 S:      Maintained
4852 F:      Documentation/filesystems/ext4.txt
4853 F:      fs/ext4/
4854
4855 Extended Verification Module (EVM)
4856 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4857 L:      linux-ima-devel@lists.sourceforge.net
4858 L:      linux-security-module@vger.kernel.org
4859 S:      Supported
4860 F:      security/integrity/evm/
4861
4862 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4863 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4864 M:      Chanwoo Choi <cw00.choi@samsung.com>
4865 L:      linux-kernel@vger.kernel.org
4866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4867 S:      Maintained
4868 F:      drivers/extcon/
4869 F:      include/linux/extcon/
4870 F:      include/linux/extcon.h
4871 F:      Documentation/extcon/
4872 F:      Documentation/devicetree/bindings/extcon/
4873
4874 EXYNOS DP DRIVER
4875 M:      Jingoo Han <jingoohan1@gmail.com>
4876 L:      dri-devel@lists.freedesktop.org
4877 S:      Maintained
4878 F:      drivers/gpu/drm/exynos/exynos_dp*
4879
4880 EXYNOS SYSMMU (IOMMU) driver
4881 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4882 L:      iommu@lists.linux-foundation.org
4883 S:      Maintained
4884 F:      drivers/iommu/exynos-iommu.c
4885
4886 EZchip NPS platform support
4887 M:      Noam Camus <noamc@ezchip.com>
4888 S:      Supported
4889 F:      arch/arc/plat-eznps
4890 F:      arch/arc/boot/dts/eznps.dts
4891
4892 F71805F HARDWARE MONITORING DRIVER
4893 M:      Jean Delvare <jdelvare@suse.com>
4894 L:      linux-hwmon@vger.kernel.org
4895 S:      Maintained
4896 F:      Documentation/hwmon/f71805f
4897 F:      drivers/hwmon/f71805f.c
4898
4899 FC0011 TUNER DRIVER
4900 M:      Michael Buesch <m@bues.ch>
4901 L:      linux-media@vger.kernel.org
4902 S:      Maintained
4903 F:      drivers/media/tuners/fc0011.h
4904 F:      drivers/media/tuners/fc0011.c
4905
4906 FC2580 MEDIA DRIVER
4907 M:      Antti Palosaari <crope@iki.fi>
4908 L:      linux-media@vger.kernel.org
4909 W:      https://linuxtv.org
4910 W:      http://palosaari.fi/linux/
4911 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4912 T:      git git://linuxtv.org/anttip/media_tree.git
4913 S:      Maintained
4914 F:      drivers/media/tuners/fc2580*
4915
4916 FANOTIFY
4917 M:      Eric Paris <eparis@redhat.com>
4918 S:      Maintained
4919 F:      fs/notify/fanotify/
4920 F:      include/linux/fanotify.h
4921 F:      include/uapi/linux/fanotify.h
4922
4923 FARSYNC SYNCHRONOUS DRIVER
4924 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4925 W:      http://www.farsite.co.uk/
4926 S:      Supported
4927 F:      drivers/net/wan/farsync.*
4928
4929 FAULT INJECTION SUPPORT
4930 M:      Akinobu Mita <akinobu.mita@gmail.com>
4931 S:      Supported
4932 F:      Documentation/fault-injection/
4933 F:      lib/fault-inject.c
4934
4935 FBTFT Framebuffer drivers
4936 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4937 M:      Noralf Trønnes <noralf@tronnes.org>
4938 S:      Maintained
4939 F:      drivers/staging/fbtft/
4940
4941 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4942 M:      Johannes Thumshirn <jth@kernel.org>
4943 L:      fcoe-devel@open-fcoe.org
4944 W:      www.Open-FCoE.org
4945 S:      Supported
4946 F:      drivers/scsi/libfc/
4947 F:      drivers/scsi/fcoe/
4948 F:      include/scsi/fc/
4949 F:      include/scsi/libfc.h
4950 F:      include/scsi/libfcoe.h
4951 F:      include/uapi/scsi/fc/
4952
4953 FILE LOCKING (flock() and fcntl()/lockf())
4954 M:      Jeff Layton <jlayton@poochiereds.net>
4955 M:      "J. Bruce Fields" <bfields@fieldses.org>
4956 L:      linux-fsdevel@vger.kernel.org
4957 S:      Maintained
4958 F:      include/linux/fcntl.h
4959 F:      include/linux/fs.h
4960 F:      include/uapi/linux/fcntl.h
4961 F:      include/uapi/linux/fs.h
4962 F:      fs/fcntl.c
4963 F:      fs/locks.c
4964
4965 FILESYSTEMS (VFS and infrastructure)
4966 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4967 L:      linux-fsdevel@vger.kernel.org
4968 S:      Maintained
4969 F:      fs/*
4970
4971 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4972 M:      Riku Voipio <riku.voipio@iki.fi>
4973 L:      linux-hwmon@vger.kernel.org
4974 S:      Maintained
4975 F:      drivers/hwmon/f75375s.c
4976 F:      include/linux/f75375s.h
4977
4978 FIREWIRE AUDIO DRIVERS
4979 M:      Clemens Ladisch <clemens@ladisch.de>
4980 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4981 T:      git git://git.alsa-project.org/alsa-kernel.git
4982 S:      Maintained
4983 F:      sound/firewire/
4984
4985 FIREWIRE MEDIA DRIVERS (firedtv)
4986 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4987 L:      linux-media@vger.kernel.org
4988 L:      linux1394-devel@lists.sourceforge.net
4989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4990 S:      Maintained
4991 F:      drivers/media/firewire/
4992
4993 FIREWIRE SBP-2 TARGET
4994 M:      Chris Boot <bootc@bootc.net>
4995 L:      linux-scsi@vger.kernel.org
4996 L:      target-devel@vger.kernel.org
4997 L:      linux1394-devel@lists.sourceforge.net
4998 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4999 S:      Maintained
5000 F:      drivers/target/sbp/
5001
5002 FIREWIRE SUBSYSTEM
5003 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
5004 L:      linux1394-devel@lists.sourceforge.net
5005 W:      http://ieee1394.wiki.kernel.org/
5006 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5007 S:      Maintained
5008 F:      drivers/firewire/
5009 F:      include/linux/firewire.h
5010 F:      include/uapi/linux/firewire*.h
5011 F:      tools/firewire/
5012
5013 FIRMWARE LOADER (request_firmware)
5014 M:      Ming Lei <ming.lei@canonical.com>
5015 M:      Luis R. Rodriguez <mcgrof@kernel.org>
5016 L:      linux-kernel@vger.kernel.org
5017 S:      Maintained
5018 F:      Documentation/firmware_class/
5019 F:      drivers/base/firmware*.c
5020 F:      include/linux/firmware.h
5021
5022 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5023 M:      Joshua Morris <josh.h.morris@us.ibm.com>
5024 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
5025 S:      Maintained
5026 F:      drivers/block/rsxx/
5027
5028 FLOPPY DRIVER
5029 M:      Jiri Kosina <jikos@kernel.org>
5030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5031 S:      Odd fixes
5032 F:      drivers/block/floppy.c
5033
5034 FMC SUBSYSTEM
5035 M:      Alessandro Rubini <rubini@gnudd.com>
5036 W:      http://www.ohwr.org/projects/fmc-bus
5037 S:      Supported
5038 F:      drivers/fmc/
5039 F:      include/linux/fmc*.h
5040 F:      include/linux/ipmi-fru.h
5041 K:      fmc_d.*register
5042
5043 FPGA MANAGER FRAMEWORK
5044 M:      Alan Tull <atull@opensource.altera.com>
5045 R:      Moritz Fischer <moritz.fischer@ettus.com>
5046 S:      Maintained
5047 F:      drivers/fpga/
5048 F:      include/linux/fpga/fpga-mgr.h
5049 W:      http://www.rocketboards.org
5050
5051 FPU EMULATOR
5052 M:      Bill Metzenthen <billm@melbpc.org.au>
5053 W:      http://floatingpoint.sourceforge.net/emulator/index.html
5054 S:      Maintained
5055 F:      arch/x86/math-emu/
5056
5057 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5058 L:      netdev@vger.kernel.org
5059 S:      Orphan
5060 F:      drivers/net/wan/dlci.c
5061 F:      drivers/net/wan/sdla.c
5062
5063 FRAMEBUFFER LAYER
5064 L:      linux-fbdev@vger.kernel.org
5065 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
5066 S:      Orphan
5067 F:      Documentation/fb/
5068 F:      drivers/video/
5069 F:      include/video/
5070 F:      include/linux/fb.h
5071 F:      include/uapi/video/
5072 F:      include/uapi/linux/fb.h
5073
5074 FREESCALE DIU FRAMEBUFFER DRIVER
5075 M:      Timur Tabi <timur@tabi.org>
5076 L:      linux-fbdev@vger.kernel.org
5077 S:      Maintained
5078 F:      drivers/video/fbdev/fsl-diu-fb.*
5079
5080 FREESCALE DMA DRIVER
5081 M:      Li Yang <leoli@freescale.com>
5082 M:      Zhang Wei <zw@zh-kernel.org>
5083 L:      linuxppc-dev@lists.ozlabs.org
5084 S:      Maintained
5085 F:      drivers/dma/fsldma.*
5086
5087 FREESCALE GPMI NAND DRIVER
5088 M:      Han Xu <han.xu@nxp.com>
5089 L:      linux-mtd@lists.infradead.org
5090 S:      Maintained
5091 F:      drivers/mtd/nand/gpmi-nand/*
5092
5093 FREESCALE I2C CPM DRIVER
5094 M:      Jochen Friedrich <jochen@scram.de>
5095 L:      linuxppc-dev@lists.ozlabs.org
5096 L:      linux-i2c@vger.kernel.org
5097 S:      Maintained
5098 F:      drivers/i2c/busses/i2c-cpm.c
5099
5100 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5101 M:      Sascha Hauer <kernel@pengutronix.de>
5102 L:      linux-fbdev@vger.kernel.org
5103 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5104 S:      Maintained
5105 F:      include/linux/platform_data/video-imxfb.h
5106 F:      drivers/video/fbdev/imxfb.c
5107
5108 FREESCALE QUAD SPI DRIVER
5109 M:      Han Xu <han.xu@nxp.com>
5110 L:      linux-mtd@lists.infradead.org
5111 S:      Maintained
5112 F:      drivers/mtd/spi-nor/fsl-quadspi.c
5113
5114 FREESCALE SOC FS_ENET DRIVER
5115 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
5116 M:      Vitaly Bordug <vbordug@ru.mvista.com>
5117 L:      linuxppc-dev@lists.ozlabs.org
5118 L:      netdev@vger.kernel.org
5119 S:      Maintained
5120 F:      drivers/net/ethernet/freescale/fs_enet/
5121 F:      include/linux/fs_enet_pd.h
5122
5123 FREESCALE IMX / MXC FEC DRIVER
5124 M:      Fugang Duan <fugang.duan@nxp.com>
5125 L:      netdev@vger.kernel.org
5126 S:      Maintained
5127 F:      drivers/net/ethernet/freescale/fec_main.c
5128 F:      drivers/net/ethernet/freescale/fec_ptp.c
5129 F:      drivers/net/ethernet/freescale/fec.h
5130 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
5131
5132 FREESCALE QORIQ DPAA FMAN DRIVER
5133 M:      Madalin Bucur <madalin.bucur@nxp.com>
5134 L:      netdev@vger.kernel.org
5135 S:      Maintained
5136 F:      drivers/net/ethernet/freescale/fman
5137 F:      Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5138
5139 FREESCALE SOC DRIVERS
5140 M:      Scott Wood <oss@buserror.net>
5141 L:      linuxppc-dev@lists.ozlabs.org
5142 L:      linux-arm-kernel@lists.infradead.org
5143 S:      Maintained
5144 F:      drivers/soc/fsl/
5145 F:      include/linux/fsl/
5146
5147 FREESCALE QUICC ENGINE LIBRARY
5148 M:      Qiang Zhao <qiang.zhao@nxp.com>
5149 L:      linuxppc-dev@lists.ozlabs.org
5150 S:      Maintained
5151 F:      drivers/soc/fsl/qe/
5152 F:      include/soc/fsl/*qe*.h
5153 F:      include/soc/fsl/*ucc*.h
5154
5155 FREESCALE USB PERIPHERAL DRIVERS
5156 M:      Li Yang <leoli@freescale.com>
5157 L:      linux-usb@vger.kernel.org
5158 L:      linuxppc-dev@lists.ozlabs.org
5159 S:      Maintained
5160 F:      drivers/usb/gadget/udc/fsl*
5161
5162 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5163 M:      Li Yang <leoli@freescale.com>
5164 L:      netdev@vger.kernel.org
5165 L:      linuxppc-dev@lists.ozlabs.org
5166 S:      Maintained
5167 F:      drivers/net/ethernet/freescale/ucc_geth*
5168
5169 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5170 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
5171 L:      netdev@vger.kernel.org
5172 S:      Maintained
5173 F:      drivers/net/ethernet/freescale/gianfar*
5174 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
5175 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5176
5177 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5178 M:      Zhao Qiang <qiang.zhao@nxp.com>
5179 L:      netdev@vger.kernel.org
5180 L:      linuxppc-dev@lists.ozlabs.org
5181 S:      Maintained
5182 F:      drivers/net/wan/fsl_ucc_hdlc*
5183
5184 FREESCALE QUICC ENGINE UCC UART DRIVER
5185 M:      Timur Tabi <timur@tabi.org>
5186 L:      linuxppc-dev@lists.ozlabs.org
5187 S:      Maintained
5188 F:      drivers/tty/serial/ucc_uart.c
5189
5190 FREESCALE SOC SOUND DRIVERS
5191 M:      Timur Tabi <timur@tabi.org>
5192 M:      Nicolin Chen <nicoleotsuka@gmail.com>
5193 M:      Xiubo Li <Xiubo.Lee@gmail.com>
5194 R:      Fabio Estevam <fabio.estevam@nxp.com>
5195 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5196 L:      linuxppc-dev@lists.ozlabs.org
5197 S:      Maintained
5198 F:      sound/soc/fsl/fsl*
5199 F:      sound/soc/fsl/imx*
5200 F:      sound/soc/fsl/mpc8610_hpcd.c
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 DIGITAL POTENTIOMETER DAC
6219 M:      Peter Rosin <peda@axentia.se>
6220 L:      linux-iio@vger.kernel.org
6221 S:      Maintained
6222 F:      Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6223 F:      Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6224 F:      drivers/iio/dac/dpot-dac.c
6225
6226 IIO ENVELOPE DETECTOR
6227 M:      Peter Rosin <peda@axentia.se>
6228 L:      linux-iio@vger.kernel.org
6229 S:      Maintained
6230 F:      Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6231 F:      Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6232 F:      drivers/iio/adc/envelope-detector.c
6233
6234 IIO SUBSYSTEM AND DRIVERS
6235 M:      Jonathan Cameron <jic23@kernel.org>
6236 R:      Hartmut Knaack <knaack.h@gmx.de>
6237 R:      Lars-Peter Clausen <lars@metafoo.de>
6238 R:      Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6239 L:      linux-iio@vger.kernel.org
6240 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6241 S:      Maintained
6242 F:      Documentation/devicetree/bindings/iio/
6243 F:      drivers/iio/
6244 F:      drivers/staging/iio/
6245 F:      include/linux/iio/
6246 F:      tools/iio/
6247
6248 IKANOS/ADI EAGLE ADSL USB DRIVER
6249 M:      Matthieu Castet <castet.matthieu@free.fr>
6250 M:      Stanislaw Gruszka <stf_xl@wp.pl>
6251 S:      Maintained
6252 F:      drivers/usb/atm/ueagle-atm.c
6253
6254 IMGTEC ASCII LCD DRIVER
6255 M:      Paul Burton <paul.burton@imgtec.com>
6256 S:      Maintained
6257 F:      Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6258 F:      drivers/auxdisplay/img-ascii-lcd.c
6259
6260 INA209 HARDWARE MONITOR DRIVER
6261 M:      Guenter Roeck <linux@roeck-us.net>
6262 L:      linux-hwmon@vger.kernel.org
6263 S:      Maintained
6264 F:      Documentation/hwmon/ina209
6265 F:      Documentation/devicetree/bindings/i2c/ina209.txt
6266 F:      drivers/hwmon/ina209.c
6267
6268 INA2XX HARDWARE MONITOR DRIVER
6269 M:      Guenter Roeck <linux@roeck-us.net>
6270 L:      linux-hwmon@vger.kernel.org
6271 S:      Maintained
6272 F:      Documentation/hwmon/ina2xx
6273 F:      drivers/hwmon/ina2xx.c
6274 F:      include/linux/platform_data/ina2xx.h
6275
6276 INDUSTRY PACK SUBSYSTEM (IPACK)
6277 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6278 M:      Jens Taprogge <jens.taprogge@taprogge.org>
6279 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6280 L:      industrypack-devel@lists.sourceforge.net
6281 W:      http://industrypack.sourceforge.net
6282 S:      Maintained
6283 F:      drivers/ipack/
6284
6285 INGENIC JZ4780 DMA Driver
6286 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6287 S:      Maintained
6288 F:      drivers/dma/dma-jz4780.c
6289
6290 INGENIC JZ4780 NAND DRIVER
6291 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
6292 L:      linux-mtd@lists.infradead.org
6293 S:      Maintained
6294 F:      drivers/mtd/nand/jz4780_*
6295
6296 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6297 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6298 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6299 L:      linux-ima-devel@lists.sourceforge.net
6300 L:      linux-ima-user@lists.sourceforge.net
6301 L:      linux-security-module@vger.kernel.org
6302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6303 S:      Supported
6304 F:      security/integrity/ima/
6305
6306 IMGTEC IR DECODER DRIVER
6307 M:      James Hogan <james.hogan@imgtec.com>
6308 S:      Maintained
6309 F:      drivers/media/rc/img-ir/
6310
6311 IMS TWINTURBO FRAMEBUFFER DRIVER
6312 L:      linux-fbdev@vger.kernel.org
6313 S:      Orphan
6314 F:      drivers/video/fbdev/imsttfb.c
6315
6316 INFINIBAND SUBSYSTEM
6317 M:      Doug Ledford <dledford@redhat.com>
6318 M:      Sean Hefty <sean.hefty@intel.com>
6319 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
6320 L:      linux-rdma@vger.kernel.org
6321 W:      http://www.openfabrics.org/
6322 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6323 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6324 S:      Supported
6325 F:      Documentation/infiniband/
6326 F:      drivers/infiniband/
6327 F:      include/uapi/linux/if_infiniband.h
6328 F:      include/uapi/rdma/
6329 F:      include/rdma/
6330
6331 INOTIFY
6332 M:      John McCutchan <john@johnmccutchan.com>
6333 M:      Robert Love <rlove@rlove.org>
6334 M:      Eric Paris <eparis@parisplace.org>
6335 S:      Maintained
6336 F:      Documentation/filesystems/inotify.txt
6337 F:      fs/notify/inotify/
6338 F:      include/linux/inotify.h
6339 F:      include/uapi/linux/inotify.h
6340
6341 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6342 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
6343 L:      linux-input@vger.kernel.org
6344 Q:      http://patchwork.kernel.org/project/linux-input/list/
6345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6346 S:      Maintained
6347 F:      drivers/input/
6348 F:      include/linux/input.h
6349 F:      include/uapi/linux/input.h
6350 F:      include/linux/input/
6351 F:      Documentation/devicetree/bindings/input/
6352
6353 INPUT MULTITOUCH (MT) PROTOCOL
6354 M:      Henrik Rydberg <rydberg@bitmath.org>
6355 L:      linux-input@vger.kernel.org
6356 S:      Odd fixes
6357 F:      Documentation/input/multi-touch-protocol.txt
6358 F:      drivers/input/input-mt.c
6359 K:      \b(ABS|SYN)_MT_
6360
6361 INTEL ASoC BDW/HSW DRIVERS
6362 M:      Jie Yang <yang.jie@linux.intel.com>
6363 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6364 S:      Supported
6365 F:      sound/soc/intel/common/sst-dsp*
6366 F:      sound/soc/intel/common/sst-firmware.c
6367 F:      sound/soc/intel/boards/broadwell.c
6368 F:      sound/soc/intel/haswell/
6369
6370 INTEL C600 SERIES SAS CONTROLLER DRIVER
6371 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
6372 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6373 L:      linux-scsi@vger.kernel.org
6374 T:      git git://git.code.sf.net/p/intel-sas/isci
6375 S:      Supported
6376 F:      drivers/scsi/isci/
6377
6378 INTEL HID EVENT DRIVER
6379 M:      Alex Hung <alex.hung@canonical.com>
6380 L:      platform-driver-x86@vger.kernel.org
6381 S:      Maintained
6382 F:      drivers/platform/x86/intel-hid.c
6383
6384 INTEL VIRTUAL BUTTON DRIVER
6385 M:      AceLan Kao <acelan.kao@canonical.com>
6386 L:      platform-driver-x86@vger.kernel.org
6387 S:      Maintained
6388 F:      drivers/platform/x86/intel-vbtn.c
6389
6390 INTEL IDLE DRIVER
6391 M:      Jacob Pan <jacob.jun.pan@linux.intel.com>
6392 M:      Len Brown <lenb@kernel.org>
6393 L:      linux-pm@vger.kernel.org
6394 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6395 B:      https://bugzilla.kernel.org
6396 S:      Supported
6397 F:      drivers/idle/intel_idle.c
6398
6399 INTEL INTEGRATED SENSOR HUB DRIVER
6400 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6401 M:      Jiri Kosina <jikos@kernel.org>
6402 L:      linux-input@vger.kernel.org
6403 S:      Maintained
6404 F:      drivers/hid/intel-ish-hid/
6405
6406 INTEL PSTATE DRIVER
6407 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6408 M:      Len Brown <lenb@kernel.org>
6409 L:      linux-pm@vger.kernel.org
6410 S:      Supported
6411 F:      drivers/cpufreq/intel_pstate.c
6412
6413 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6414 M:      Maik Broemme <mbroemme@libmpq.org>
6415 L:      linux-fbdev@vger.kernel.org
6416 S:      Maintained
6417 F:      Documentation/fb/intelfb.txt
6418 F:      drivers/video/fbdev/intelfb/
6419
6420 INTEL 810/815 FRAMEBUFFER DRIVER
6421 M:      Antonino Daplas <adaplas@gmail.com>
6422 L:      linux-fbdev@vger.kernel.org
6423 S:      Maintained
6424 F:      drivers/video/fbdev/i810/
6425
6426 INTEL MENLOW THERMAL DRIVER
6427 M:      Sujith Thomas <sujith.thomas@intel.com>
6428 L:      platform-driver-x86@vger.kernel.org
6429 W:      https://01.org/linux-acpi
6430 S:      Supported
6431 F:      drivers/platform/x86/intel_menlow.c
6432
6433 INTEL I/OAT DMA DRIVER
6434 M:      Dave Jiang <dave.jiang@intel.com>
6435 R:      Dan Williams <dan.j.williams@intel.com>
6436 L:      dmaengine@vger.kernel.org
6437 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6438 S:      Supported
6439 F:      drivers/dma/ioat*
6440
6441 INTEL IOMMU (VT-d)
6442 M:      David Woodhouse <dwmw2@infradead.org>
6443 L:      iommu@lists.linux-foundation.org
6444 T:      git git://git.infradead.org/iommu-2.6.git
6445 S:      Supported
6446 F:      drivers/iommu/intel-iommu.c
6447 F:      include/linux/intel-iommu.h
6448
6449 INTEL IOP-ADMA DMA DRIVER
6450 R:      Dan Williams <dan.j.williams@intel.com>
6451 S:      Odd fixes
6452 F:      drivers/dma/iop-adma.c
6453
6454 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6455 M:      Krzysztof Halasa <khalasa@piap.pl>
6456 S:      Maintained
6457 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6458 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6459 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6460 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6461 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6462 F:      drivers/net/wan/ixp4xx_hss.c
6463
6464 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6465 M:      Deepak Saxena <dsaxena@plexity.net>
6466 S:      Maintained
6467 F:      drivers/char/hw_random/ixp4xx-rng.c
6468
6469 INTEL ETHERNET DRIVERS
6470 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6471 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6472 W:      http://www.intel.com/support/feedback.htm
6473 W:      http://e1000.sourceforge.net/
6474 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6477 S:      Supported
6478 F:      Documentation/networking/e100.txt
6479 F:      Documentation/networking/e1000.txt
6480 F:      Documentation/networking/e1000e.txt
6481 F:      Documentation/networking/igb.txt
6482 F:      Documentation/networking/igbvf.txt
6483 F:      Documentation/networking/ixgb.txt
6484 F:      Documentation/networking/ixgbe.txt
6485 F:      Documentation/networking/ixgbevf.txt
6486 F:      Documentation/networking/i40e.txt
6487 F:      Documentation/networking/i40evf.txt
6488 F:      drivers/net/ethernet/intel/
6489 F:      drivers/net/ethernet/intel/*/
6490
6491 INTEL RDMA RNIC DRIVER
6492 M:     Faisal Latif <faisal.latif@intel.com>
6493 R:     Chien Tin Tung <chien.tin.tung@intel.com>
6494 R:     Mustafa Ismail <mustafa.ismail@intel.com>
6495 R:     Shiraz Saleem <shiraz.saleem@intel.com>
6496 R:     Tatyana Nikolova <tatyana.e.nikolova@intel.com>
6497 L:     linux-rdma@vger.kernel.org
6498 S:     Supported
6499 F:     drivers/infiniband/hw/i40iw/
6500
6501 INTEL MERRIFIELD GPIO DRIVER
6502 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6503 L:      linux-gpio@vger.kernel.org
6504 S:      Maintained
6505 F:      drivers/gpio/gpio-merrifield.c
6506
6507 INTEL-MID GPIO DRIVER
6508 M:      David Cohen <david.a.cohen@linux.intel.com>
6509 L:      linux-gpio@vger.kernel.org
6510 S:      Maintained
6511 F:      drivers/gpio/gpio-intel-mid.c
6512
6513 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6514 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
6515 L:      linux-wireless@vger.kernel.org
6516 S:      Maintained
6517 F:      Documentation/networking/README.ipw2100
6518 F:      Documentation/networking/README.ipw2200
6519 F:      drivers/net/wireless/intel/ipw2x00/
6520
6521 INTEL(R) TRACE HUB
6522 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
6523 S:      Supported
6524 F:      Documentation/trace/intel_th.txt
6525 F:      drivers/hwtracing/intel_th/
6526
6527 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6528 M:      Ning Sun <ning.sun@intel.com>
6529 L:      tboot-devel@lists.sourceforge.net
6530 W:      http://tboot.sourceforge.net
6531 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6532 S:      Supported
6533 F:      Documentation/intel_txt.txt
6534 F:      include/linux/tboot.h
6535 F:      arch/x86/kernel/tboot.c
6536
6537 INTEL WIRELESS WIMAX CONNECTION 2400
6538 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6539 M:      linux-wimax@intel.com
6540 L:      wimax@linuxwimax.org (subscribers-only)
6541 S:      Supported
6542 W:      http://linuxwimax.org
6543 F:      Documentation/wimax/README.i2400m
6544 F:      drivers/net/wimax/i2400m/
6545 F:      include/uapi/linux/wimax/i2400m.h
6546
6547 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6548 M:      Stanislaw Gruszka <sgruszka@redhat.com>
6549 L:      linux-wireless@vger.kernel.org
6550 S:      Supported
6551 F:      drivers/net/wireless/intel/iwlegacy/
6552
6553 INTEL WIRELESS WIFI LINK (iwlwifi)
6554 M:      Johannes Berg <johannes.berg@intel.com>
6555 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6556 M:      Luca Coelho <luciano.coelho@intel.com>
6557 M:      Intel Linux Wireless <linuxwifi@intel.com>
6558 L:      linux-wireless@vger.kernel.org
6559 W:      http://intellinuxwireless.org
6560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6561 S:      Supported
6562 F:      drivers/net/wireless/intel/iwlwifi/
6563
6564 INTEL MANAGEMENT ENGINE (mei)
6565 M:      Tomas Winkler <tomas.winkler@intel.com>
6566 L:      linux-kernel@vger.kernel.org
6567 S:      Supported
6568 F:      include/uapi/linux/mei.h
6569 F:      include/linux/mei_cl_bus.h
6570 F:      drivers/misc/mei/*
6571 F:      drivers/watchdog/mei_wdt.c
6572 F:      Documentation/misc-devices/mei/*
6573 F:      samples/mei/*
6574
6575 INTEL MIC DRIVERS (mic)
6576 M:      Sudeep Dutt <sudeep.dutt@intel.com>
6577 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
6578 S:      Supported
6579 W:      https://github.com/sudeepdutt/mic
6580 W:      http://software.intel.com/en-us/mic-developer
6581 F:      include/linux/mic_bus.h
6582 F:      include/linux/scif.h
6583 F:      include/uapi/linux/mic_common.h
6584 F:      include/uapi/linux/mic_ioctl.h
6585 F:      include/uapi/linux/scif_ioctl.h
6586 F:      drivers/misc/mic/
6587 F:      drivers/dma/mic_x100_dma.c
6588 F:      drivers/dma/mic_x100_dma.h
6589 F:      Documentation/mic/
6590
6591 INTEL PMC/P-Unit IPC DRIVER
6592 M:      Zha Qipeng<qipeng.zha@intel.com>
6593 L:      platform-driver-x86@vger.kernel.org
6594 S:      Maintained
6595 F:      drivers/platform/x86/intel_pmc_ipc.c
6596 F:      drivers/platform/x86/intel_punit_ipc.c
6597 F:      arch/x86/include/asm/intel_pmc_ipc.h
6598 F:      arch/x86/include/asm/intel_punit_ipc.h
6599
6600 INTEL TELEMETRY DRIVER
6601 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6602 L:      platform-driver-x86@vger.kernel.org
6603 S:      Maintained
6604 F:      arch/x86/include/asm/intel_telemetry.h
6605 F:      drivers/platform/x86/intel_telemetry*
6606
6607 INTEL PMC CORE DRIVER
6608 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6609 M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6610 L:      platform-driver-x86@vger.kernel.org
6611 S:      Maintained
6612 F:      arch/x86/include/asm/pmc_core.h
6613 F:      drivers/platform/x86/intel_pmc_core*
6614
6615 INVENSENSE MPU-3050 GYROSCOPE DRIVER
6616 M:      Linus Walleij <linus.walleij@linaro.org>
6617 L:      linux-iio@vger.kernel.org
6618 S:      Maintained
6619 F:      drivers/iio/gyro/mpu3050*
6620 F:      Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
6621
6622 IOC3 ETHERNET DRIVER
6623 M:      Ralf Baechle <ralf@linux-mips.org>
6624 L:      linux-mips@linux-mips.org
6625 S:      Maintained
6626 F:      drivers/net/ethernet/sgi/ioc3-eth.c
6627
6628 IOC3 SERIAL DRIVER
6629 M:      Pat Gefre <pfg@sgi.com>
6630 L:      linux-serial@vger.kernel.org
6631 S:      Maintained
6632 F:      drivers/tty/serial/ioc3_serial.c
6633
6634 IOMMU DRIVERS
6635 M:      Joerg Roedel <joro@8bytes.org>
6636 L:      iommu@lists.linux-foundation.org
6637 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6638 S:      Maintained
6639 F:      Documentation/devicetree/bindings/iommu/
6640 F:      drivers/iommu/
6641
6642 IP MASQUERADING
6643 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6644 S:      Maintained
6645 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
6646
6647 IPMI SUBSYSTEM
6648 M:      Corey Minyard <minyard@acm.org>
6649 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6650 W:      http://openipmi.sourceforge.net/
6651 S:      Supported
6652 F:      Documentation/IPMI.txt
6653 F:      drivers/char/ipmi/
6654 F:      include/linux/ipmi*
6655 F:      include/uapi/linux/ipmi*
6656
6657 QCOM AUDIO (ASoC) DRIVERS
6658 M:      Patrick Lai <plai@codeaurora.org>
6659 M:      Banajit Goswami <bgoswami@codeaurora.org>
6660 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6661 S:      Supported
6662 F:      sound/soc/qcom/
6663
6664 IPS SCSI RAID DRIVER
6665 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6666 L:      linux-scsi@vger.kernel.org
6667 W:      http://www.adaptec.com/
6668 S:      Maintained
6669 F:      drivers/scsi/ips*
6670
6671 IPVS
6672 M:      Wensong Zhang <wensong@linux-vs.org>
6673 M:      Simon Horman <horms@verge.net.au>
6674 M:      Julian Anastasov <ja@ssi.bg>
6675 L:      netdev@vger.kernel.org
6676 L:      lvs-devel@vger.kernel.org
6677 S:      Maintained
6678 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6680 F:      Documentation/networking/ipvs-sysctl.txt
6681 F:      include/net/ip_vs.h
6682 F:      include/uapi/linux/ip_vs.h
6683 F:      net/netfilter/ipvs/
6684
6685 IPWIRELESS DRIVER
6686 M:      Jiri Kosina <jikos@kernel.org>
6687 M:      David Sterba <dsterba@suse.com>
6688 S:      Odd Fixes
6689 F:      drivers/tty/ipwireless/
6690
6691 IPX NETWORK LAYER
6692 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6693 L:      netdev@vger.kernel.org
6694 S:      Maintained
6695 F:      include/net/ipx.h
6696 F:      include/uapi/linux/ipx.h
6697 F:      net/ipx/
6698
6699 IRDA SUBSYSTEM
6700 M:      Samuel Ortiz <samuel@sortiz.org>
6701 L:      irda-users@lists.sourceforge.net (subscribers-only)
6702 L:      netdev@vger.kernel.org
6703 W:      http://irda.sourceforge.net/
6704 S:      Maintained
6705 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6706 F:      Documentation/networking/irda.txt
6707 F:      drivers/net/irda/
6708 F:      include/net/irda/
6709 F:      net/irda/
6710
6711 IRQ SUBSYSTEM
6712 M:      Thomas Gleixner <tglx@linutronix.de>
6713 L:      linux-kernel@vger.kernel.org
6714 S:      Maintained
6715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6716 F:      kernel/irq/
6717
6718 IRQCHIP DRIVERS
6719 M:      Thomas Gleixner <tglx@linutronix.de>
6720 M:      Jason Cooper <jason@lakedaemon.net>
6721 M:      Marc Zyngier <marc.zyngier@arm.com>
6722 L:      linux-kernel@vger.kernel.org
6723 S:      Maintained
6724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6725 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6726 F:      Documentation/devicetree/bindings/interrupt-controller/
6727 F:      drivers/irqchip/
6728
6729 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6730 M:      Marc Zyngier <marc.zyngier@arm.com>
6731 S:      Maintained
6732 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6733 F:      Documentation/IRQ-domain.txt
6734 F:      include/linux/irqdomain.h
6735 F:      kernel/irq/irqdomain.c
6736 F:      kernel/irq/msi.c
6737
6738 ISA
6739 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
6740 S:      Maintained
6741 F:      Documentation/isa.txt
6742 F:      drivers/base/isa.c
6743 F:      include/linux/isa.h
6744
6745 ISAPNP
6746 M:      Jaroslav Kysela <perex@perex.cz>
6747 S:      Maintained
6748 F:      Documentation/isapnp.txt
6749 F:      drivers/pnp/isapnp/
6750 F:      include/linux/isapnp.h
6751
6752 ISA RADIO MODULE
6753 M:      Hans Verkuil <hverkuil@xs4all.nl>
6754 L:      linux-media@vger.kernel.org
6755 T:      git git://linuxtv.org/media_tree.git
6756 W:      https://linuxtv.org
6757 S:      Maintained
6758 F:      drivers/media/radio/radio-isa*
6759
6760 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6761 M:      Peter Jones <pjones@redhat.com>
6762 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6763 S:      Maintained
6764 F:      drivers/firmware/iscsi_ibft*
6765
6766 ISCSI
6767 M:      Lee Duncan <lduncan@suse.com>
6768 M:      Chris Leech <cleech@redhat.com>
6769 L:      open-iscsi@googlegroups.com
6770 W:      www.open-iscsi.com
6771 S:      Maintained
6772 F:      drivers/scsi/*iscsi*
6773 F:      include/scsi/*iscsi*
6774
6775 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6776 M:      Or Gerlitz <ogerlitz@mellanox.com>
6777 M:      Sagi Grimberg <sagi@grimberg.me>
6778 M:      Roi Dayan <roid@mellanox.com>
6779 L:      linux-rdma@vger.kernel.org
6780 S:      Supported
6781 W:      http://www.openfabrics.org
6782 W:      www.open-iscsi.org
6783 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6784 F:      drivers/infiniband/ulp/iser/
6785
6786 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6787 M:      Sagi Grimberg <sagi@grimberg.me>
6788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6789 L:      linux-rdma@vger.kernel.org
6790 L:      target-devel@vger.kernel.org
6791 S:      Supported
6792 W:      http://www.linux-iscsi.org
6793 F:      drivers/infiniband/ulp/isert
6794
6795 ISDN SUBSYSTEM
6796 M:      Karsten Keil <isdn@linux-pingi.de>
6797 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6798 L:      netdev@vger.kernel.org
6799 W:      http://www.isdn4linux.de
6800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6801 S:      Maintained
6802 F:      Documentation/isdn/
6803 F:      drivers/isdn/
6804 F:      include/linux/isdn.h
6805 F:      include/linux/isdn/
6806 F:      include/uapi/linux/isdn.h
6807 F:      include/uapi/linux/isdn/
6808
6809 ISDN SUBSYSTEM (Eicon active card driver)
6810 M:      Armin Schindler <mac@melware.de>
6811 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6812 W:      http://www.melware.de
6813 S:      Maintained
6814 F:      drivers/isdn/hardware/eicon/
6815
6816 IT87 HARDWARE MONITORING DRIVER
6817 M:      Jean Delvare <jdelvare@suse.com>
6818 L:      linux-hwmon@vger.kernel.org
6819 S:      Maintained
6820 F:      Documentation/hwmon/it87
6821 F:      drivers/hwmon/it87.c
6822
6823 IT913X MEDIA DRIVER
6824 M:      Antti Palosaari <crope@iki.fi>
6825 L:      linux-media@vger.kernel.org
6826 W:      https://linuxtv.org
6827 W:      http://palosaari.fi/linux/
6828 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6829 T:      git git://linuxtv.org/anttip/media_tree.git
6830 S:      Maintained
6831 F:      drivers/media/tuners/it913x*
6832
6833 IVTV VIDEO4LINUX DRIVER
6834 M:      Andy Walls <awalls@md.metrocast.net>
6835 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6836 L:      linux-media@vger.kernel.org
6837 T:      git git://linuxtv.org/media_tree.git
6838 W:      http://www.ivtvdriver.org
6839 S:      Maintained
6840 F:      Documentation/media/v4l-drivers/ivtv*
6841 F:      drivers/media/pci/ivtv/
6842 F:      include/uapi/linux/ivtv*
6843
6844 IX2505V MEDIA DRIVER
6845 M:      Malcolm Priestley <tvboxspy@gmail.com>
6846 L:      linux-media@vger.kernel.org
6847 W:      https://linuxtv.org
6848 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6849 S:      Maintained
6850 F:      drivers/media/dvb-frontends/ix2505v*
6851
6852 JC42.4 TEMPERATURE SENSOR DRIVER
6853 M:      Guenter Roeck <linux@roeck-us.net>
6854 L:      linux-hwmon@vger.kernel.org
6855 S:      Maintained
6856 F:      drivers/hwmon/jc42.c
6857 F:      Documentation/hwmon/jc42
6858
6859 JFS FILESYSTEM
6860 M:      Dave Kleikamp <shaggy@kernel.org>
6861 L:      jfs-discussion@lists.sourceforge.net
6862 W:      http://jfs.sourceforge.net/
6863 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6864 S:      Maintained
6865 F:      Documentation/filesystems/jfs.txt
6866 F:      fs/jfs/
6867
6868 JME NETWORK DRIVER
6869 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6870 L:      netdev@vger.kernel.org
6871 S:      Maintained
6872 F:      drivers/net/ethernet/jme.*
6873
6874 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6875 M:      David Woodhouse <dwmw2@infradead.org>
6876 L:      linux-mtd@lists.infradead.org
6877 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6878 S:      Maintained
6879 F:      fs/jffs2/
6880 F:      include/uapi/linux/jffs2.h
6881
6882 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6883 M:      "Theodore Ts'o" <tytso@mit.edu>
6884 M:      Jan Kara <jack@suse.com>
6885 L:      linux-ext4@vger.kernel.org
6886 S:      Maintained
6887 F:      fs/jbd2/
6888 F:      include/linux/jbd2.h
6889
6890 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6891 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6892 L:      linux-media@vger.kernel.org
6893 S:      Maintained
6894 F:      drivers/media/platform/rcar_jpu.c
6895
6896 JSM Neo PCI based serial card
6897 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6898 L:      linux-serial@vger.kernel.org
6899 S:      Maintained
6900 F:      drivers/tty/serial/jsm/
6901
6902 K10TEMP HARDWARE MONITORING DRIVER
6903 M:      Clemens Ladisch <clemens@ladisch.de>
6904 L:      linux-hwmon@vger.kernel.org
6905 S:      Maintained
6906 F:      Documentation/hwmon/k10temp
6907 F:      drivers/hwmon/k10temp.c
6908
6909 K8TEMP HARDWARE MONITORING DRIVER
6910 M:      Rudolf Marek <r.marek@assembler.cz>
6911 L:      linux-hwmon@vger.kernel.org
6912 S:      Maintained
6913 F:      Documentation/hwmon/k8temp
6914 F:      drivers/hwmon/k8temp.c
6915
6916 KASAN
6917 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6918 R:      Alexander Potapenko <glider@google.com>
6919 R:      Dmitry Vyukov <dvyukov@google.com>
6920 L:      kasan-dev@googlegroups.com
6921 S:      Maintained
6922 F:      arch/*/include/asm/kasan.h
6923 F:      arch/*/mm/kasan_init*
6924 F:      Documentation/dev-tools/kasan.rst
6925 F:      include/linux/kasan*.h
6926 F:      lib/test_kasan.c
6927 F:      mm/kasan/
6928 F:      scripts/Makefile.kasan
6929
6930 KCONFIG
6931 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6932 L:      linux-kbuild@vger.kernel.org
6933 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6934 S:      Maintained
6935 F:      Documentation/kbuild/kconfig-language.txt
6936 F:      scripts/kconfig/
6937
6938 KDUMP
6939 M:      Dave Young <dyoung@redhat.com>
6940 M:      Baoquan He <bhe@redhat.com>
6941 R:      Vivek Goyal <vgoyal@redhat.com>
6942 L:      kexec@lists.infradead.org
6943 W:      http://lse.sourceforge.net/kdump/
6944 S:      Maintained
6945 F:      Documentation/kdump/
6946
6947 KEENE FM RADIO TRANSMITTER DRIVER
6948 M:      Hans Verkuil <hverkuil@xs4all.nl>
6949 L:      linux-media@vger.kernel.org
6950 T:      git git://linuxtv.org/media_tree.git
6951 W:      https://linuxtv.org
6952 S:      Maintained
6953 F:      drivers/media/radio/radio-keene*
6954
6955 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6956 M:      Ian Kent <raven@themaw.net>
6957 L:      autofs@vger.kernel.org
6958 S:      Maintained
6959 F:      fs/autofs4/
6960
6961 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6962 M:      Michal Marek <mmarek@suse.com>
6963 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6965 L:      linux-kbuild@vger.kernel.org
6966 S:      Maintained
6967 F:      Documentation/kbuild/
6968 F:      Makefile
6969 F:      scripts/Makefile.*
6970 F:      scripts/basic/
6971 F:      scripts/mk*
6972 F:      scripts/package/
6973
6974 KERNEL JANITORS
6975 L:      kernel-janitors@vger.kernel.org
6976 W:      http://kernelnewbies.org/KernelJanitors
6977 S:      Odd Fixes
6978
6979 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6980 M:      "J. Bruce Fields" <bfields@fieldses.org>
6981 M:      Jeff Layton <jlayton@poochiereds.net>
6982 L:      linux-nfs@vger.kernel.org
6983 W:      http://nfs.sourceforge.net/
6984 T:      git git://linux-nfs.org/~bfields/linux.git
6985 S:      Supported
6986 F:      fs/nfsd/
6987 F:      include/uapi/linux/nfsd/
6988 F:      fs/lockd/
6989 F:      fs/nfs_common/
6990 F:      net/sunrpc/
6991 F:      include/linux/lockd/
6992 F:      include/linux/sunrpc/
6993 F:      include/uapi/linux/sunrpc/
6994
6995 KERNEL SELFTEST FRAMEWORK
6996 M:      Shuah Khan <shuahkh@osg.samsung.com>
6997 M:      Shuah Khan <shuah@kernel.org>
6998 L:      linux-kselftest@vger.kernel.org
6999 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
7000 S:      Maintained
7001 F:      tools/testing/selftests
7002
7003 KERNEL VIRTUAL MACHINE (KVM)
7004 M:      Paolo Bonzini <pbonzini@redhat.com>
7005 M:      Radim Krčmář <rkrcmar@redhat.com>
7006 L:      kvm@vger.kernel.org
7007 W:      http://www.linux-kvm.org
7008 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7009 S:      Supported
7010 F:      Documentation/*/kvm*.txt
7011 F:      Documentation/virtual/kvm/
7012 F:      arch/*/kvm/
7013 F:      arch/x86/kernel/kvm.c
7014 F:      arch/x86/kernel/kvmclock.c
7015 F:      arch/*/include/asm/kvm*
7016 F:      include/linux/kvm*
7017 F:      include/uapi/linux/kvm*
7018 F:      virt/kvm/
7019 F:      tools/kvm/
7020
7021 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
7022 M:      Joerg Roedel <joro@8bytes.org>
7023 L:      kvm@vger.kernel.org
7024 W:      http://www.linux-kvm.org/
7025 S:      Maintained
7026 F:      arch/x86/include/asm/svm.h
7027 F:      arch/x86/kvm/svm.c
7028
7029 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
7030 M:      Alexander Graf <agraf@suse.com>
7031 L:      kvm-ppc@vger.kernel.org
7032 W:      http://www.linux-kvm.org/
7033 T:      git git://github.com/agraf/linux-2.6.git
7034 S:      Supported
7035 F:      arch/powerpc/include/asm/kvm*
7036 F:      arch/powerpc/kvm/
7037
7038 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7039 M:      Christian Borntraeger <borntraeger@de.ibm.com>
7040 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
7041 L:      linux-s390@vger.kernel.org
7042 W:      http://www.ibm.com/developerworks/linux/linux390/
7043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7044 S:      Supported
7045 F:      Documentation/s390/kvm.txt
7046 F:      arch/s390/include/asm/kvm*
7047 F:      arch/s390/kvm/
7048
7049 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
7050 M:      Christoffer Dall <christoffer.dall@linaro.org>
7051 M:      Marc Zyngier <marc.zyngier@arm.com>
7052 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7053 L:      kvmarm@lists.cs.columbia.edu
7054 W:      http://systems.cs.columbia.edu/projects/kvm-arm
7055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7056 S:      Supported
7057 F:      arch/arm/include/uapi/asm/kvm*
7058 F:      arch/arm/include/asm/kvm*
7059 F:      arch/arm/kvm/
7060 F:      virt/kvm/arm/
7061 F:      include/kvm/arm_*
7062
7063 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7064 M:      Christoffer Dall <christoffer.dall@linaro.org>
7065 M:      Marc Zyngier <marc.zyngier@arm.com>
7066 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7067 L:      kvmarm@lists.cs.columbia.edu
7068 S:      Maintained
7069 F:      arch/arm64/include/uapi/asm/kvm*
7070 F:      arch/arm64/include/asm/kvm*
7071 F:      arch/arm64/kvm/
7072
7073 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7074 M:      James Hogan <james.hogan@imgtec.com>
7075 L:      linux-mips@linux-mips.org
7076 S:      Supported
7077 F:      arch/mips/include/uapi/asm/kvm*
7078 F:      arch/mips/include/asm/kvm*
7079 F:      arch/mips/kvm/
7080
7081 KEXEC
7082 M:      Eric Biederman <ebiederm@xmission.com>
7083 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
7084 L:      kexec@lists.infradead.org
7085 S:      Maintained
7086 F:      include/linux/kexec.h
7087 F:      include/uapi/linux/kexec.h
7088 F:      kernel/kexec*
7089
7090 KEYS/KEYRINGS:
7091 M:      David Howells <dhowells@redhat.com>
7092 L:      keyrings@vger.kernel.org
7093 S:      Maintained
7094 F:      Documentation/security/keys.txt
7095 F:      include/linux/key.h
7096 F:      include/linux/key-type.h
7097 F:      include/linux/keyctl.h
7098 F:      include/uapi/linux/keyctl.h
7099 F:      include/keys/
7100 F:      security/keys/
7101
7102 KEYS-TRUSTED
7103 M:      David Safford <safford@us.ibm.com>
7104 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7105 L:      linux-security-module@vger.kernel.org
7106 L:      keyrings@vger.kernel.org
7107 S:      Supported
7108 F:      Documentation/security/keys-trusted-encrypted.txt
7109 F:      include/keys/trusted-type.h
7110 F:      security/keys/trusted.c
7111 F:      security/keys/trusted.h
7112
7113 KEYS-ENCRYPTED
7114 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7115 M:      David Safford <safford@us.ibm.com>
7116 L:      linux-security-module@vger.kernel.org
7117 L:      keyrings@vger.kernel.org
7118 S:      Supported
7119 F:      Documentation/security/keys-trusted-encrypted.txt
7120 F:      include/keys/encrypted-type.h
7121 F:      security/keys/encrypted-keys/
7122
7123 KGDB / KDB /debug_core
7124 M:      Jason Wessel <jason.wessel@windriver.com>
7125 W:      http://kgdb.wiki.kernel.org/
7126 L:      kgdb-bugreport@lists.sourceforge.net
7127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7128 S:      Maintained
7129 F:      Documentation/DocBook/kgdb.tmpl
7130 F:      drivers/misc/kgdbts.c
7131 F:      drivers/tty/serial/kgdboc.c
7132 F:      include/linux/kdb.h
7133 F:      include/linux/kgdb.h
7134 F:      kernel/debug/
7135
7136 KMEMCHECK
7137 M:      Vegard Nossum <vegardno@ifi.uio.no>
7138 M:      Pekka Enberg <penberg@kernel.org>
7139 S:      Maintained
7140 F:      Documentation/dev-tools/kmemcheck.rst
7141 F:      arch/x86/include/asm/kmemcheck.h
7142 F:      arch/x86/mm/kmemcheck/
7143 F:      include/linux/kmemcheck.h
7144 F:      mm/kmemcheck.c
7145
7146 KMEMLEAK
7147 M:      Catalin Marinas <catalin.marinas@arm.com>
7148 S:      Maintained
7149 F:      Documentation/dev-tools/kmemleak.rst
7150 F:      include/linux/kmemleak.h
7151 F:      mm/kmemleak.c
7152 F:      mm/kmemleak-test.c
7153
7154 KPROBES
7155 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7156 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7157 M:      "David S. Miller" <davem@davemloft.net>
7158 M:      Masami Hiramatsu <mhiramat@kernel.org>
7159 S:      Maintained
7160 F:      Documentation/kprobes.txt
7161 F:      include/linux/kprobes.h
7162 F:      kernel/kprobes.c
7163
7164 KS0108 LCD CONTROLLER DRIVER
7165 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7166 W:      http://miguelojeda.es/auxdisplay.htm
7167 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7168 S:      Maintained
7169 F:      Documentation/auxdisplay/ks0108
7170 F:      drivers/auxdisplay/ks0108.c
7171 F:      include/linux/ks0108.h
7172
7173 L3MDEV
7174 M:      David Ahern <dsa@cumulusnetworks.com>
7175 L:      netdev@vger.kernel.org
7176 S:      Maintained
7177 F:      net/l3mdev
7178 F:      include/net/l3mdev.h
7179
7180 LANTIQ MIPS ARCHITECTURE
7181 M:      John Crispin <john@phrozen.org>
7182 L:      linux-mips@linux-mips.org
7183 S:      Maintained
7184 F:      arch/mips/lantiq
7185
7186 LAPB module
7187 L:      linux-x25@vger.kernel.org
7188 S:      Orphan
7189 F:      Documentation/networking/lapb-module.txt
7190 F:      include/*/lapb.h
7191 F:      net/lapb/
7192
7193 LASI 53c700 driver for PARISC
7194 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7195 L:      linux-scsi@vger.kernel.org
7196 S:      Maintained
7197 F:      Documentation/scsi/53c700.txt
7198 F:      drivers/scsi/53c700*
7199
7200 LED SUBSYSTEM
7201 M:      Richard Purdie <rpurdie@rpsys.net>
7202 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
7203 M:      Pavel Machek <pavel@ucw.cz>
7204 L:      linux-leds@vger.kernel.org
7205 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7206 S:      Maintained
7207 F:      Documentation/devicetree/bindings/leds/
7208 F:      drivers/leds/
7209 F:      include/linux/leds.h
7210
7211 LEGACY EEPROM DRIVER
7212 M:      Jean Delvare <jdelvare@suse.com>
7213 S:      Maintained
7214 F:      Documentation/misc-devices/eeprom
7215 F:      drivers/misc/eeprom/eeprom.c
7216
7217 LEGO USB Tower driver
7218 M:      Juergen Stuber <starblue@users.sourceforge.net>
7219 L:      legousb-devel@lists.sourceforge.net
7220 W:      http://legousb.sourceforge.net/
7221 S:      Maintained
7222 F:      drivers/usb/misc/legousbtower.c
7223
7224 LG2160 MEDIA DRIVER
7225 M:      Michael Krufky <mkrufky@linuxtv.org>
7226 L:      linux-media@vger.kernel.org
7227 W:      https://linuxtv.org
7228 W:      http://github.com/mkrufky
7229 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7230 T:      git git://linuxtv.org/mkrufky/tuners.git
7231 S:      Maintained
7232 F:      drivers/media/dvb-frontends/lg2160.*
7233
7234 LGDT3305 MEDIA DRIVER
7235 M:      Michael Krufky <mkrufky@linuxtv.org>
7236 L:      linux-media@vger.kernel.org
7237 W:      https://linuxtv.org
7238 W:      http://github.com/mkrufky
7239 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7240 T:      git git://linuxtv.org/mkrufky/tuners.git
7241 S:      Maintained
7242 F:      drivers/media/dvb-frontends/lgdt3305.*
7243
7244 LGUEST
7245 M:      Rusty Russell <rusty@rustcorp.com.au>
7246 L:      lguest@lists.ozlabs.org
7247 W:      http://lguest.ozlabs.org/
7248 S:      Odd Fixes
7249 F:      arch/x86/include/asm/lguest*.h
7250 F:      arch/x86/lguest/
7251 F:      drivers/lguest/
7252 F:      include/linux/lguest*.h
7253 F:      tools/lguest/
7254
7255 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7256 M:      Tejun Heo <tj@kernel.org>
7257 L:      linux-ide@vger.kernel.org
7258 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7259 S:      Maintained
7260 F:      drivers/ata/
7261 F:      include/linux/ata.h
7262 F:      include/linux/libata.h
7263 F:      Documentation/devicetree/bindings/ata/
7264
7265 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7266 M:      Viresh Kumar <vireshk@kernel.org>
7267 L:      linux-ide@vger.kernel.org
7268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7269 S:      Maintained
7270 F:      include/linux/pata_arasan_cf_data.h
7271 F:      drivers/ata/pata_arasan_cf.c
7272
7273 LIBATA PATA DRIVERS
7274 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7275 M:      Tejun Heo <tj@kernel.org>
7276 L:      linux-ide@vger.kernel.org
7277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7278 S:      Maintained
7279 F:      drivers/ata/pata_*.c
7280 F:      drivers/ata/ata_generic.c
7281
7282 LIBATA SATA AHCI PLATFORM devices support
7283 M:      Hans de Goede <hdegoede@redhat.com>
7284 M:      Tejun Heo <tj@kernel.org>
7285 L:      linux-ide@vger.kernel.org
7286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7287 S:      Maintained
7288 F:      drivers/ata/ahci_platform.c
7289 F:      drivers/ata/libahci_platform.c
7290 F:      include/linux/ahci_platform.h
7291
7292 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7293 M:      Mikael Pettersson <mikpelinux@gmail.com>
7294 L:      linux-ide@vger.kernel.org
7295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7296 S:      Maintained
7297 F:      drivers/ata/sata_promise.*
7298
7299 LIBLOCKDEP
7300 M:      Sasha Levin <sasha.levin@oracle.com>
7301 S:      Maintained
7302 F:      tools/lib/lockdep/
7303
7304 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7305 M:      Dan Williams <dan.j.williams@intel.com>
7306 L:      linux-nvdimm@lists.01.org
7307 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7309 S:      Supported
7310 F:      drivers/nvdimm/*
7311 F:      include/linux/nd.h
7312 F:      include/linux/libnvdimm.h
7313 F:      include/uapi/linux/ndctl.h
7314
7315 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7316 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7317 L:      linux-nvdimm@lists.01.org
7318 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7319 S:      Supported
7320 F:      drivers/nvdimm/blk.c
7321 F:      drivers/nvdimm/region_devs.c
7322 F:      drivers/acpi/nfit*
7323
7324 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7325 M:      Vishal Verma <vishal.l.verma@intel.com>
7326 L:      linux-nvdimm@lists.01.org
7327 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7328 S:      Supported
7329 F:      drivers/nvdimm/btt*
7330
7331 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7332 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7333 L:      linux-nvdimm@lists.01.org
7334 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7335 S:      Supported
7336 F:      drivers/nvdimm/pmem.c
7337 F:      include/linux/pmem.h
7338 F:      arch/*/include/asm/pmem.h
7339
7340 LIGHTNVM PLATFORM SUPPORT
7341 M:      Matias Bjorling <mb@lightnvm.io>
7342 W:      http://github/OpenChannelSSD
7343 L:      linux-block@vger.kernel.org
7344 S:      Maintained
7345 F:      drivers/lightnvm/
7346 F:      include/linux/lightnvm.h
7347 F:      include/uapi/linux/lightnvm.h
7348
7349 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7350 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7351 M:      Paul Mackerras <paulus@samba.org>
7352 M:      Michael Ellerman <mpe@ellerman.id.au>
7353 W:      https://github.com/linuxppc/linux/wiki
7354 L:      linuxppc-dev@lists.ozlabs.org
7355 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7357 S:      Supported
7358 F:      Documentation/powerpc/
7359 F:      arch/powerpc/
7360 F:      drivers/char/tpm/tpm_ibmvtpm*
7361 F:      drivers/crypto/nx/
7362 F:      drivers/crypto/vmx/
7363 F:      drivers/net/ethernet/ibm/ibmveth.*
7364 F:      drivers/net/ethernet/ibm/ibmvnic.*
7365 F:      drivers/pci/hotplug/pnv_php.c
7366 F:      drivers/pci/hotplug/rpa*
7367 F:      drivers/scsi/ibmvscsi/
7368 F:      tools/testing/selftests/powerpc
7369 N:      opal
7370 N:      /pmac
7371 N:      powermac
7372 N:      powernv
7373 N:      [^a-z0-9]ps3
7374 N:      pseries
7375
7376 LINUX FOR POWER MACINTOSH
7377 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7378 W:      http://www.penguinppc.org/
7379 L:      linuxppc-dev@lists.ozlabs.org
7380 S:      Maintained
7381 F:      arch/powerpc/platforms/powermac/
7382 F:      drivers/macintosh/
7383
7384 LINUX FOR POWERPC EMBEDDED MPC5XXX
7385 M:      Anatolij Gustschin <agust@denx.de>
7386 L:      linuxppc-dev@lists.ozlabs.org
7387 T:      git git://git.denx.de/linux-denx-agust.git
7388 S:      Maintained
7389 F:      arch/powerpc/platforms/512x/
7390 F:      arch/powerpc/platforms/52xx/
7391
7392 LINUX FOR POWERPC EMBEDDED PPC4XX
7393 M:      Alistair Popple <alistair@popple.id.au>
7394 M:      Matt Porter <mporter@kernel.crashing.org>
7395 W:      http://www.penguinppc.org/
7396 L:      linuxppc-dev@lists.ozlabs.org
7397 S:      Maintained
7398 F:      arch/powerpc/platforms/40x/
7399 F:      arch/powerpc/platforms/44x/
7400
7401 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7402 L:      linuxppc-dev@lists.ozlabs.org
7403 S:      Orphan
7404 F:      arch/powerpc/*/*virtex*
7405 F:      arch/powerpc/*/*/*virtex*
7406
7407 LINUX FOR POWERPC EMBEDDED PPC8XX
7408 M:      Vitaly Bordug <vitb@kernel.crashing.org>
7409 W:      http://www.penguinppc.org/
7410 L:      linuxppc-dev@lists.ozlabs.org
7411 S:      Maintained
7412 F:      arch/powerpc/platforms/8xx/
7413
7414 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7415 M:      Scott Wood <oss@buserror.net>
7416 M:      Kumar Gala <galak@kernel.crashing.org>
7417 W:      http://www.penguinppc.org/
7418 L:      linuxppc-dev@lists.ozlabs.org
7419 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7420 S:      Maintained
7421 F:      arch/powerpc/platforms/83xx/
7422 F:      arch/powerpc/platforms/85xx/
7423
7424 LINUX FOR POWERPC PA SEMI PWRFICIENT
7425 L:      linuxppc-dev@lists.ozlabs.org
7426 S:      Orphan
7427 F:      arch/powerpc/platforms/pasemi/
7428 F:      drivers/*/*pasemi*
7429 F:      drivers/*/*/*pasemi*
7430
7431 LINUX SECURITY MODULE (LSM) FRAMEWORK
7432 M:      Chris Wright <chrisw@sous-sol.org>
7433 L:      linux-security-module@vger.kernel.org
7434 S:      Supported
7435
7436 LIS3LV02D ACCELEROMETER DRIVER
7437 M:      Eric Piel <eric.piel@tremplin-utc.net>
7438 S:      Maintained
7439 F:      Documentation/misc-devices/lis3lv02d
7440 F:      drivers/misc/lis3lv02d/
7441 F:      drivers/platform/x86/hp_accel.c
7442
7443 LIVE PATCHING
7444 M:      Josh Poimboeuf <jpoimboe@redhat.com>
7445 M:      Jessica Yu <jeyu@redhat.com>
7446 M:      Jiri Kosina <jikos@kernel.org>
7447 M:      Miroslav Benes <mbenes@suse.cz>
7448 R:      Petr Mladek <pmladek@suse.com>
7449 S:      Maintained
7450 F:      kernel/livepatch/
7451 F:      include/linux/livepatch.h
7452 F:      arch/x86/include/asm/livepatch.h
7453 F:      arch/x86/kernel/livepatch.c
7454 F:      Documentation/livepatch/
7455 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7456 F:      samples/livepatch/
7457 L:      live-patching@vger.kernel.org
7458 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7459
7460 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7461 M:      Kees Cook <keescook@chromium.org>
7462 S:      Maintained
7463 F:      drivers/misc/lkdtm*
7464
7465 LLC (802.2)
7466 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7467 S:      Maintained
7468 F:      include/linux/llc.h
7469 F:      include/uapi/linux/llc.h
7470 F:      include/net/llc*
7471 F:      net/llc/
7472
7473 LM73 HARDWARE MONITOR DRIVER
7474 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
7475 L:      linux-hwmon@vger.kernel.org
7476 S:      Maintained
7477 F:      drivers/hwmon/lm73.c
7478
7479 LM78 HARDWARE MONITOR DRIVER
7480 M:      Jean Delvare <jdelvare@suse.com>
7481 L:      linux-hwmon@vger.kernel.org
7482 S:      Maintained
7483 F:      Documentation/hwmon/lm78
7484 F:      drivers/hwmon/lm78.c
7485
7486 LM83 HARDWARE MONITOR DRIVER
7487 M:      Jean Delvare <jdelvare@suse.com>
7488 L:      linux-hwmon@vger.kernel.org
7489 S:      Maintained
7490 F:      Documentation/hwmon/lm83
7491 F:      drivers/hwmon/lm83.c
7492
7493 LM90 HARDWARE MONITOR DRIVER
7494 M:      Jean Delvare <jdelvare@suse.com>
7495 L:      linux-hwmon@vger.kernel.org
7496 S:      Maintained
7497 F:      Documentation/hwmon/lm90
7498 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7499 F:      drivers/hwmon/lm90.c
7500
7501 LM95234 HARDWARE MONITOR DRIVER
7502 M:      Guenter Roeck <linux@roeck-us.net>
7503 L:      linux-hwmon@vger.kernel.org
7504 S:      Maintained
7505 F:      Documentation/hwmon/lm95234
7506 F:      drivers/hwmon/lm95234.c
7507
7508 LME2510 MEDIA DRIVER
7509 M:      Malcolm Priestley <tvboxspy@gmail.com>
7510 L:      linux-media@vger.kernel.org
7511 W:      https://linuxtv.org
7512 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7513 S:      Maintained
7514 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7515
7516 LOCKING PRIMITIVES
7517 M:      Peter Zijlstra <peterz@infradead.org>
7518 M:      Ingo Molnar <mingo@redhat.com>
7519 L:      linux-kernel@vger.kernel.org
7520 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7521 S:      Maintained
7522 F:      Documentation/locking/
7523 F:      include/linux/lockdep.h
7524 F:      include/linux/spinlock*.h
7525 F:      arch/*/include/asm/spinlock*.h
7526 F:      include/linux/rwlock*.h
7527 F:      include/linux/mutex*.h
7528 F:      arch/*/include/asm/mutex*.h
7529 F:      include/linux/rwsem*.h
7530 F:      arch/*/include/asm/rwsem.h
7531 F:      include/linux/seqlock.h
7532 F:      lib/locking*.[ch]
7533 F:      kernel/locking/
7534
7535 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7536 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
7537 L:      linux-ntfs-dev@lists.sourceforge.net
7538 W:      http://www.linux-ntfs.org/content/view/19/37/
7539 S:      Maintained
7540 F:      Documentation/ldm.txt
7541 F:      block/partitions/ldm.*
7542
7543 LogFS
7544 M:      Joern Engel <joern@logfs.org>
7545 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
7546 L:      logfs@logfs.org
7547 W:      logfs.org
7548 S:      Maintained
7549 F:      fs/logfs/
7550
7551 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7552 M:      Sathya Prakash <sathya.prakash@broadcom.com>
7553 M:      Chaitra P B <chaitra.basappa@broadcom.com>
7554 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7555 L:      MPT-FusionLinux.pdl@broadcom.com
7556 L:      linux-scsi@vger.kernel.org
7557 W:      http://www.avagotech.com/support/
7558 S:      Supported
7559 F:      drivers/message/fusion/
7560 F:      drivers/scsi/mpt2sas/
7561 F:      drivers/scsi/mpt3sas/
7562
7563 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7564 M:      Matthew Wilcox <matthew@wil.cx>
7565 L:      linux-scsi@vger.kernel.org
7566 S:      Maintained
7567 F:      drivers/scsi/sym53c8xx_2/
7568
7569 LTC4261 HARDWARE MONITOR DRIVER
7570 M:      Guenter Roeck <linux@roeck-us.net>
7571 L:      linux-hwmon@vger.kernel.org
7572 S:      Maintained
7573 F:      Documentation/hwmon/ltc4261
7574 F:      drivers/hwmon/ltc4261.c
7575
7576 LTP (Linux Test Project)
7577 M:      Mike Frysinger <vapier@gentoo.org>
7578 M:      Cyril Hrubis <chrubis@suse.cz>
7579 M:      Wanlong Gao <wanlong.gao@gmail.com>
7580 M:      Jan Stancek <jstancek@redhat.com>
7581 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7582 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
7583 L:      ltp@lists.linux.it (subscribers-only)
7584 W:      http://linux-test-project.github.io/
7585 T:      git git://github.com/linux-test-project/ltp.git
7586 S:      Maintained
7587
7588 M32R ARCHITECTURE
7589 W:      http://www.linux-m32r.org/
7590 S:      Orphan
7591 F:      arch/m32r/
7592
7593 M68K ARCHITECTURE
7594 M:      Geert Uytterhoeven <geert@linux-m68k.org>
7595 L:      linux-m68k@lists.linux-m68k.org
7596 W:      http://www.linux-m68k.org/
7597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7598 S:      Maintained
7599 F:      arch/m68k/
7600 F:      drivers/zorro/
7601
7602 M68K ON APPLE MACINTOSH
7603 M:      Joshua Thompson <funaho@jurai.org>
7604 W:      http://www.mac.linux-m68k.org/
7605 L:      linux-m68k@lists.linux-m68k.org
7606 S:      Maintained
7607 F:      arch/m68k/mac/
7608
7609 M68K ON HP9000/300
7610 M:      Philip Blundell <philb@gnu.org>
7611 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
7612 S:      Maintained
7613 F:      arch/m68k/hp300/
7614
7615 M88DS3103 MEDIA DRIVER
7616 M:      Antti Palosaari <crope@iki.fi>
7617 L:      linux-media@vger.kernel.org
7618 W:      https://linuxtv.org
7619 W:      http://palosaari.fi/linux/
7620 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7621 T:      git git://linuxtv.org/anttip/media_tree.git
7622 S:      Maintained
7623 F:      drivers/media/dvb-frontends/m88ds3103*
7624
7625 M88RS2000 MEDIA DRIVER
7626 M:      Malcolm Priestley <tvboxspy@gmail.com>
7627 L:      linux-media@vger.kernel.org
7628 W:      https://linuxtv.org
7629 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7630 S:      Maintained
7631 F:      drivers/media/dvb-frontends/m88rs2000*
7632
7633 MA901 MASTERKIT USB FM RADIO DRIVER
7634 M:      Alexey Klimov <klimov.linux@gmail.com>
7635 L:      linux-media@vger.kernel.org
7636 T:      git git://linuxtv.org/media_tree.git
7637 S:      Maintained
7638 F:      drivers/media/radio/radio-ma901.c
7639
7640 MAC80211
7641 M:      Johannes Berg <johannes@sipsolutions.net>
7642 L:      linux-wireless@vger.kernel.org
7643 W:      http://wireless.kernel.org/
7644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7645 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7646 S:      Maintained
7647 F:      Documentation/networking/mac80211-injection.txt
7648 F:      include/net/mac80211.h
7649 F:      net/mac80211/
7650 F:      drivers/net/wireless/mac80211_hwsim.[ch]
7651
7652 MACVLAN DRIVER
7653 M:      Patrick McHardy <kaber@trash.net>
7654 L:      netdev@vger.kernel.org
7655 S:      Maintained
7656 F:      drivers/net/macvlan.c
7657 F:      include/linux/if_macvlan.h
7658
7659 MAILBOX API
7660 M:      Jassi Brar <jassisinghbrar@gmail.com>
7661 L:      linux-kernel@vger.kernel.org
7662 S:      Maintained
7663 F:      drivers/mailbox/
7664 F:      include/linux/mailbox_client.h
7665 F:      include/linux/mailbox_controller.h
7666
7667 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7668 M:      Michael Kerrisk <mtk.manpages@gmail.com>
7669 W:      http://www.kernel.org/doc/man-pages
7670 L:      linux-man@vger.kernel.org
7671 S:      Maintained
7672
7673 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7674 M:      Andrew Lunn <andrew@lunn.ch>
7675 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7676 L:      netdev@vger.kernel.org
7677 S:      Maintained
7678 F:      drivers/net/dsa/mv88e6xxx/
7679 F:      Documentation/devicetree/bindings/net/dsa/marvell.txt
7680
7681 MARVELL ARMADA DRM SUPPORT
7682 M:      Russell King <rmk+kernel@armlinux.org.uk>
7683 S:      Maintained
7684 F:      drivers/gpu/drm/armada/
7685 F:      include/uapi/drm/armada_drm.h
7686 F:      Documentation/devicetree/bindings/display/armada/
7687
7688 MARVELL CRYPTO DRIVER
7689 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7690 M:      Arnaud Ebalard <arno@natisbad.org>
7691 F:      drivers/crypto/marvell/
7692 S:      Maintained
7693 L:      linux-crypto@vger.kernel.org
7694
7695 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7696 M:      Mirko Lindner <mlindner@marvell.com>
7697 M:      Stephen Hemminger <stephen@networkplumber.org>
7698 L:      netdev@vger.kernel.org
7699 S:      Maintained
7700 F:      drivers/net/ethernet/marvell/sk*
7701
7702 MARVELL LIBERTAS WIRELESS DRIVER
7703 L:      libertas-dev@lists.infradead.org
7704 S:      Orphan
7705 F:      drivers/net/wireless/marvell/libertas/
7706
7707 MARVELL MV643XX ETHERNET DRIVER
7708 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7709 L:      netdev@vger.kernel.org
7710 S:      Maintained
7711 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7712 F:      include/linux/mv643xx.h
7713
7714 MARVELL MVNETA ETHERNET DRIVER
7715 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7716 L:      netdev@vger.kernel.org
7717 S:      Maintained
7718 F:      drivers/net/ethernet/marvell/mvneta.*
7719
7720 MARVELL MWIFIEX WIRELESS DRIVER
7721 M:      Amitkumar Karwar <akarwar@marvell.com>
7722 M:      Nishant Sarmukadam <nishants@marvell.com>
7723 L:      linux-wireless@vger.kernel.org
7724 S:      Maintained
7725 F:      drivers/net/wireless/marvell/mwifiex/
7726
7727 MARVELL MWL8K WIRELESS DRIVER
7728 M:      Lennert Buytenhek <buytenh@wantstofly.org>
7729 L:      linux-wireless@vger.kernel.org
7730 S:      Odd Fixes
7731 F:      drivers/net/wireless/marvell/mwl8k.c
7732
7733 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7734 M:      Nicolas Pitre <nico@fluxnic.net>
7735 S:      Odd Fixes
7736 F:      drivers/mmc/host/mvsdio.*
7737
7738 MATROX FRAMEBUFFER DRIVER
7739 L:      linux-fbdev@vger.kernel.org
7740 S:      Orphan
7741 F:      drivers/video/fbdev/matrox/matroxfb_*
7742 F:      include/uapi/linux/matroxfb.h
7743
7744 MAX16065 HARDWARE MONITOR DRIVER
7745 M:      Guenter Roeck <linux@roeck-us.net>
7746 L:      linux-hwmon@vger.kernel.org
7747 S:      Maintained
7748 F:      Documentation/hwmon/max16065
7749 F:      drivers/hwmon/max16065.c
7750
7751 MAX20751 HARDWARE MONITOR DRIVER
7752 M:      Guenter Roeck <linux@roeck-us.net>
7753 L:      linux-hwmon@vger.kernel.org
7754 S:      Maintained
7755 F:      Documentation/hwmon/max20751
7756 F:      drivers/hwmon/max20751.c
7757
7758 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7759 L:      linux-hwmon@vger.kernel.org
7760 S:      Orphan
7761 F:      Documentation/hwmon/max6650
7762 F:      drivers/hwmon/max6650.c
7763
7764 MAX6697 HARDWARE MONITOR DRIVER
7765 M:      Guenter Roeck <linux@roeck-us.net>
7766 L:      linux-hwmon@vger.kernel.org
7767 S:      Maintained
7768 F:      Documentation/hwmon/max6697
7769 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7770 F:      drivers/hwmon/max6697.c
7771 F:      include/linux/platform_data/max6697.h
7772
7773 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7774 M:      Peter Rosin <peda@axentia.se>
7775 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7776 S:      Maintained
7777 F:      Documentation/devicetree/bindings/sound/max9860.txt
7778 F:      sound/soc/codecs/max9860.*
7779
7780 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7781 M:      Krzysztof Kozlowski <krzk@kernel.org>
7782 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7783 L:      linux-pm@vger.kernel.org
7784 S:      Supported
7785 F:      drivers/power/supply/max14577_charger.c
7786 F:      drivers/power/supply/max77693_charger.c
7787
7788 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7789 M:      Javier Martinez Canillas <javier@osg.samsung.com>
7790 L:      linux-kernel@vger.kernel.org
7791 S:      Supported
7792 F:      drivers/*/*max77802*.c
7793 F:      Documentation/devicetree/bindings/*/*max77802.txt
7794 F:      include/dt-bindings/*/*max77802.h
7795
7796 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7797 M:      Chanwoo Choi <cw00.choi@samsung.com>
7798 M:      Krzysztof Kozlowski <krzk@kernel.org>
7799 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7800 L:      linux-kernel@vger.kernel.org
7801 S:      Supported
7802 F:      drivers/*/max14577*.c
7803 F:      drivers/*/max77686*.c
7804 F:      drivers/*/max77693*.c
7805 F:      drivers/extcon/extcon-max14577.c
7806 F:      drivers/extcon/extcon-max77693.c
7807 F:      drivers/rtc/rtc-max77686.c
7808 F:      drivers/clk/clk-max77686.c
7809 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7810 F:      Documentation/devicetree/bindings/*/max77686.txt
7811 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7812 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7813 F:      include/linux/mfd/max14577*.h
7814 F:      include/linux/mfd/max77686*.h
7815 F:      include/linux/mfd/max77693*.h
7816
7817 MAXIRADIO FM RADIO RECEIVER DRIVER
7818 M:      Hans Verkuil <hverkuil@xs4all.nl>
7819 L:      linux-media@vger.kernel.org
7820 T:      git git://linuxtv.org/media_tree.git
7821 W:      https://linuxtv.org
7822 S:      Maintained
7823 F:      drivers/media/radio/radio-maxiradio*
7824
7825 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7826 M:      Peter Rosin <peda@axentia.se>
7827 L:      linux-iio@vger.kernel.org
7828 S:      Maintained
7829 F:      Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
7830 F:      drivers/iio/potentiometer/mcp4531.c
7831
7832 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7833 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
7834 L:      linux-iio@vger.kernel.org
7835 S:      Maintained
7836 F:      drivers/iio/dac/cio-dac.c
7837
7838 MEDIA DRIVERS FOR RENESAS - FCP
7839 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7840 L:      linux-media@vger.kernel.org
7841 L:      linux-renesas-soc@vger.kernel.org
7842 T:      git git://linuxtv.org/media_tree.git
7843 S:      Supported
7844 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
7845 F:      drivers/media/platform/rcar-fcp.c
7846 F:      include/media/rcar-fcp.h
7847
7848 MEDIA DRIVERS FOR RENESAS - VIN
7849 M:      Niklas Söderlund <niklas.soderlund@ragnatech.se>
7850 L:      linux-media@vger.kernel.org
7851 L:      linux-renesas-soc@vger.kernel.org
7852 T:      git git://linuxtv.org/media_tree.git
7853 S:      Supported
7854 F:      Documentation/devicetree/bindings/media/rcar_vin.txt
7855 F:      drivers/media/platform/rcar-vin/
7856
7857 MEDIA DRIVERS FOR RENESAS - VSP1
7858 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7859 L:      linux-media@vger.kernel.org
7860 L:      linux-renesas-soc@vger.kernel.org
7861 T:      git git://linuxtv.org/media_tree.git
7862 S:      Supported
7863 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7864 F:      drivers/media/platform/vsp1/
7865
7866 MEDIA DRIVERS FOR HELENE
7867 M:      Abylay Ospan <aospan@netup.ru>
7868 L:      linux-media@vger.kernel.org
7869 W:      https://linuxtv.org
7870 W:      http://netup.tv/
7871 T:      git git://linuxtv.org/media_tree.git
7872 S:      Supported
7873 F:      drivers/media/dvb-frontends/helene*
7874
7875 MEDIA DRIVERS FOR ASCOT2E
7876 M:      Sergey Kozlov <serjk@netup.ru>
7877 M:      Abylay Ospan <aospan@netup.ru>
7878 L:      linux-media@vger.kernel.org
7879 W:      https://linuxtv.org
7880 W:      http://netup.tv/
7881 T:      git git://linuxtv.org/media_tree.git
7882 S:      Supported
7883 F:      drivers/media/dvb-frontends/ascot2e*
7884
7885 MEDIA DRIVERS FOR CXD2841ER
7886 M:      Sergey Kozlov <serjk@netup.ru>
7887 M:      Abylay Ospan <aospan@netup.ru>
7888 L:      linux-media@vger.kernel.org
7889 W:      https://linuxtv.org
7890 W:      http://netup.tv/
7891 T:      git git://linuxtv.org/media_tree.git
7892 S:      Supported
7893 F:      drivers/media/dvb-frontends/cxd2841er*
7894
7895 MEDIA DRIVERS FOR HORUS3A
7896 M:      Sergey Kozlov <serjk@netup.ru>
7897 M:      Abylay Ospan <aospan@netup.ru>
7898 L:      linux-media@vger.kernel.org
7899 W:      https://linuxtv.org
7900 W:      http://netup.tv/
7901 T:      git git://linuxtv.org/media_tree.git
7902 S:      Supported
7903 F:      drivers/media/dvb-frontends/horus3a*
7904
7905 MEDIA DRIVERS FOR LNBH25
7906 M:      Sergey Kozlov <serjk@netup.ru>
7907 M:      Abylay Ospan <aospan@netup.ru>
7908 L:      linux-media@vger.kernel.org
7909 W:      https://linuxtv.org
7910 W:      http://netup.tv/
7911 T:      git git://linuxtv.org/media_tree.git
7912 S:      Supported
7913 F:      drivers/media/dvb-frontends/lnbh25*
7914
7915 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7916 M:      Sergey Kozlov <serjk@netup.ru>
7917 M:      Abylay Ospan <aospan@netup.ru>
7918 L:      linux-media@vger.kernel.org
7919 W:      https://linuxtv.org
7920 W:      http://netup.tv/
7921 T:      git git://linuxtv.org/media_tree.git
7922 S:      Supported
7923 F:      drivers/media/pci/netup_unidvb/*
7924
7925 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7926 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
7927 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
7928 P:      LinuxTV.org Project
7929 L:      linux-media@vger.kernel.org
7930 W:      https://linuxtv.org
7931 Q:      http://patchwork.kernel.org/project/linux-media/list/
7932 T:      git git://linuxtv.org/media_tree.git
7933 S:      Maintained
7934 F:      Documentation/media/
7935 F:      drivers/media/
7936 F:      drivers/staging/media/
7937 F:      include/linux/platform_data/media/
7938 F:      include/media/
7939 F:      include/uapi/linux/dvb/
7940 F:      include/uapi/linux/videodev2.h
7941 F:      include/uapi/linux/media.h
7942 F:      include/uapi/linux/v4l2-*
7943 F:      include/uapi/linux/meye.h
7944 F:      include/uapi/linux/ivtv*
7945 F:      include/uapi/linux/uvcvideo.h
7946
7947 MEDIATEK ETHERNET DRIVER
7948 M:      Felix Fietkau <nbd@openwrt.org>
7949 M:      John Crispin <blogic@openwrt.org>
7950 L:      netdev@vger.kernel.org
7951 S:      Maintained
7952 F:      drivers/net/ethernet/mediatek/
7953
7954 MEDIATEK MT7601U WIRELESS LAN DRIVER
7955 M:      Jakub Kicinski <kubakici@wp.pl>
7956 L:      linux-wireless@vger.kernel.org
7957 S:      Maintained
7958 F:      drivers/net/wireless/mediatek/mt7601u/
7959
7960 MEGARAID SCSI/SAS DRIVERS
7961 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7962 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7963 M:      Uday Lingala <uday.lingala@avagotech.com>
7964 L:      megaraidlinux.pdl@avagotech.com
7965 L:      linux-scsi@vger.kernel.org
7966 W:      http://www.lsi.com
7967 S:      Maintained
7968 F:      Documentation/scsi/megaraid.txt
7969 F:      drivers/scsi/megaraid.*
7970 F:      drivers/scsi/megaraid/
7971
7972 MELFAS MIP4 TOUCHSCREEN DRIVER
7973 M:      Sangwon Jee <jeesw@melfas.com>
7974 W:      http://www.melfas.com
7975 S:      Supported
7976 F:      drivers/input/touchscreen/melfas_mip4.c
7977 F:      Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
7978
7979 MELLANOX ETHERNET DRIVER (mlx4_en)
7980 M:      Tariq Toukan <tariqt@mellanox.com>
7981 L:      netdev@vger.kernel.org
7982 S:      Supported
7983 W:      http://www.mellanox.com
7984 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7985 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7986
7987 MELLANOX ETHERNET DRIVER (mlx5e)
7988 M:      Saeed Mahameed <saeedm@mellanox.com>
7989 L:      netdev@vger.kernel.org
7990 S:      Supported
7991 W:      http://www.mellanox.com
7992 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7993 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7994
7995 MELLANOX ETHERNET SWITCH DRIVERS
7996 M:      Jiri Pirko <jiri@mellanox.com>
7997 M:      Ido Schimmel <idosch@mellanox.com>
7998 L:      netdev@vger.kernel.org
7999 S:      Supported
8000 W:      http://www.mellanox.com
8001 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8002 F:      drivers/net/ethernet/mellanox/mlxsw/
8003
8004 MELLANOX MLXCPLD LED DRIVER
8005 M:      Vadim Pasternak <vadimp@mellanox.com>
8006 L:      linux-leds@vger.kernel.org
8007 S:      Supported
8008 F:      drivers/leds/leds-mlxcpld.c
8009 F:      Documentation/leds/leds-mlxcpld.txt
8010
8011 MELLANOX PLATFORM DRIVER
8012 M:      Vadim Pasternak <vadimp@mellanox.com>
8013 L:      platform-driver-x86@vger.kernel.org
8014 S:      Supported
8015 F:      arch/x86/platform/mellanox/mlx-platform.c
8016
8017 SOFT-ROCE DRIVER (rxe)
8018 M:      Moni Shoua <monis@mellanox.com>
8019 L:      linux-rdma@vger.kernel.org
8020 S:      Supported
8021 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
8022 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8023 F:      drivers/infiniband/sw/rxe/
8024 F:      include/uapi/rdma/rdma_user_rxe.h
8025
8026 MEMBARRIER SUPPORT
8027 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8028 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8029 L:      linux-kernel@vger.kernel.org
8030 S:      Supported
8031 F:      kernel/membarrier.c
8032 F:      include/uapi/linux/membarrier.h
8033
8034 MEMORY MANAGEMENT
8035 L:      linux-mm@kvack.org
8036 W:      http://www.linux-mm.org
8037 S:      Maintained
8038 F:      include/linux/mm.h
8039 F:      include/linux/gfp.h
8040 F:      include/linux/mmzone.h
8041 F:      include/linux/memory_hotplug.h
8042 F:      include/linux/vmalloc.h
8043 F:      mm/
8044
8045 MEMORY TECHNOLOGY DEVICES (MTD)
8046 M:      David Woodhouse <dwmw2@infradead.org>
8047 M:      Brian Norris <computersforpeace@gmail.com>
8048 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8049 M:      Marek Vasut <marek.vasut@gmail.com>
8050 M:      Richard Weinberger <richard@nod.at>
8051 M:      Cyrille Pitchen <cyrille.pitchen@atmel.com>
8052 L:      linux-mtd@lists.infradead.org
8053 W:      http://www.linux-mtd.infradead.org/
8054 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8055 T:      git git://git.infradead.org/linux-mtd.git
8056 T:      git git://git.infradead.org/l2-mtd.git
8057 S:      Maintained
8058 F:      Documentation/devicetree/bindings/mtd/
8059 F:      drivers/mtd/
8060 F:      include/linux/mtd/
8061 F:      include/uapi/mtd/
8062
8063 MEN A21 WATCHDOG DRIVER
8064 M:      Johannes Thumshirn <morbidrsa@gmail.com>
8065 L:      linux-watchdog@vger.kernel.org
8066 S:      Maintained
8067 F:      drivers/watchdog/mena21_wdt.c
8068
8069 MEN CHAMELEON BUS (mcb)
8070 M:      Johannes Thumshirn <morbidrsa@gmail.com>
8071 S:      Maintained
8072 F:      drivers/mcb/
8073 F:      include/linux/mcb.h
8074 F:      Documentation/men-chameleon-bus.txt
8075
8076 MEN F21BMC (Board Management Controller)
8077 M:      Andreas Werner <andreas.werner@men.de>
8078 S:      Supported
8079 F:      drivers/mfd/menf21bmc.c
8080 F:      drivers/watchdog/menf21bmc_wdt.c
8081 F:      drivers/leds/leds-menf21bmc.c
8082 F:      drivers/hwmon/menf21bmc_hwmon.c
8083 F:      Documentation/hwmon/menf21bmc
8084
8085 METAG ARCHITECTURE
8086 M:      James Hogan <james.hogan@imgtec.com>
8087 L:      linux-metag@vger.kernel.org
8088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8089 S:      Odd Fixes
8090 F:      arch/metag/
8091 F:      Documentation/metag/
8092 F:      Documentation/devicetree/bindings/metag/
8093 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
8094 F:      drivers/clocksource/metag_generic.c
8095 F:      drivers/irqchip/irq-metag.c
8096 F:      drivers/irqchip/irq-metag-ext.c
8097 F:      drivers/tty/metag_da.c
8098
8099 MICROBLAZE ARCHITECTURE
8100 M:      Michal Simek <monstr@monstr.eu>
8101 W:      http://www.monstr.eu/fdt/
8102 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
8103 S:      Supported
8104 F:      arch/microblaze/
8105
8106 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
8107 M:      Richard Genoud <richard.genoud@gmail.com>
8108 S:      Maintained
8109 F:      drivers/tty/serial/atmel_serial.c
8110 F:      include/linux/atmel_serial.h
8111
8112 MICROCHIP / ATMEL ISC DRIVER
8113 M:      Songjun Wu <songjun.wu@microchip.com>
8114 L:      linux-media@vger.kernel.org
8115 S:      Supported
8116 F:      drivers/media/platform/atmel/atmel-isc.c
8117 F:      drivers/media/platform/atmel/atmel-isc-regs.h
8118 F:      devicetree/bindings/media/atmel-isc.txt
8119
8120 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8121 M:      Chen Yu <yu.c.chen@intel.com>
8122 L:      platform-driver-x86@vger.kernel.org
8123 S:      Supported
8124 F:      drivers/platform/x86/surfacepro3_button.c
8125
8126 MICROTEK X6 SCANNER
8127 M:      Oliver Neukum <oliver@neukum.org>
8128 S:      Maintained
8129 F:      drivers/usb/image/microtek.*
8130
8131 MIPS
8132 M:      Ralf Baechle <ralf@linux-mips.org>
8133 L:      linux-mips@linux-mips.org
8134 W:      http://www.linux-mips.org/
8135 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
8136 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
8137 S:      Supported
8138 F:      Documentation/devicetree/bindings/mips/
8139 F:      Documentation/mips/
8140 F:      arch/mips/
8141
8142 MIPS/LOONGSON1 ARCHITECTURE
8143 M:      Keguang Zhang <keguang.zhang@gmail.com>
8144 L:      linux-mips@linux-mips.org
8145 S:      Maintained
8146 F:      arch/mips/loongson32/
8147 F:      arch/mips/include/asm/mach-loongson32/
8148 F:      drivers/*/*loongson1*
8149 F:      drivers/*/*/*loongson1*
8150
8151 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8152 M:      Hans Verkuil <hverkuil@xs4all.nl>
8153 L:      linux-media@vger.kernel.org
8154 T:      git git://linuxtv.org/media_tree.git
8155 W:      https://linuxtv.org
8156 S:      Odd Fixes
8157 F:      drivers/media/radio/radio-miropcm20*
8158
8159 MELLANOX MLX4 core VPI driver
8160 M:      Yishai Hadas <yishaih@mellanox.com>
8161 L:      netdev@vger.kernel.org
8162 L:      linux-rdma@vger.kernel.org
8163 W:      http://www.mellanox.com
8164 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8165 S:      Supported
8166 F:      drivers/net/ethernet/mellanox/mlx4/
8167 F:      include/linux/mlx4/
8168 F:      include/uapi/rdma/mlx4-abi.h
8169
8170 MELLANOX MLX4 IB driver
8171 M:      Yishai Hadas <yishaih@mellanox.com>
8172 L:      linux-rdma@vger.kernel.org
8173 W:      http://www.mellanox.com
8174 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8175 S:      Supported
8176 F:      drivers/infiniband/hw/mlx4/
8177 F:      include/linux/mlx4/
8178
8179 MELLANOX MLX5 core VPI driver
8180 M:      Saeed Mahameed <saeedm@mellanox.com>
8181 M:      Matan Barak <matanb@mellanox.com>
8182 M:      Leon Romanovsky <leonro@mellanox.com>
8183 L:      netdev@vger.kernel.org
8184 L:      linux-rdma@vger.kernel.org
8185 W:      http://www.mellanox.com
8186 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8187 S:      Supported
8188 F:      drivers/net/ethernet/mellanox/mlx5/core/
8189 F:      include/linux/mlx5/
8190 F:      include/uapi/rdma/mlx5-abi.h
8191
8192 MELLANOX MLX5 IB driver
8193 M:      Matan Barak <matanb@mellanox.com>
8194 M:      Leon Romanovsky <leonro@mellanox.com>
8195 L:      linux-rdma@vger.kernel.org
8196 W:      http://www.mellanox.com
8197 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8198 S:      Supported
8199 F:      drivers/infiniband/hw/mlx5/
8200 F:      include/linux/mlx5/
8201
8202 MELEXIS MLX90614 DRIVER
8203 M:      Crt Mori <cmo@melexis.com>
8204 L:      linux-iio@vger.kernel.org
8205 W:      http://www.melexis.com
8206 S:      Supported
8207 F:      drivers/iio/temperature/mlx90614.c
8208
8209 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8210 M:      Don Brace <don.brace@microsemi.com>
8211 L:      esc.storagedev@microsemi.com
8212 L:      linux-scsi@vger.kernel.org
8213 S:      Supported
8214 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
8215 F:      drivers/scsi/smartpqi/Kconfig
8216 F:      drivers/scsi/smartpqi/Makefile
8217 F:      include/linux/cciss*.h
8218 F:      include/uapi/linux/cciss*.h
8219 F:      Documentation/scsi/smartpqi.txt
8220
8221 MN88472 MEDIA DRIVER
8222 M:      Antti Palosaari <crope@iki.fi>
8223 L:      linux-media@vger.kernel.org
8224 W:      https://linuxtv.org
8225 W:      http://palosaari.fi/linux/
8226 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8227 S:      Maintained
8228 F:      drivers/media/dvb-frontends/mn88472*
8229
8230 MN88473 MEDIA DRIVER
8231 M:      Antti Palosaari <crope@iki.fi>
8232 L:      linux-media@vger.kernel.org
8233 W:      https://linuxtv.org
8234 W:      http://palosaari.fi/linux/
8235 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8236 S:      Maintained
8237 F:      drivers/media/dvb-frontends/mn88473*
8238
8239 MODULE SUPPORT
8240 M:      Jessica Yu <jeyu@redhat.com>
8241 M:      Rusty Russell <rusty@rustcorp.com.au>
8242 S:      Maintained
8243 F:      include/linux/module.h
8244 F:      kernel/module.c
8245
8246 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8247 W:      http://popies.net/meye/
8248 S:      Orphan
8249 F:      Documentation/media/v4l-drivers/meye*
8250 F:      drivers/media/pci/meye/
8251 F:      include/uapi/linux/meye.h
8252
8253 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8254 M:      Jiri Slaby <jirislaby@gmail.com>
8255 S:      Maintained
8256 F:      Documentation/serial/moxa-smartio
8257 F:      drivers/tty/mxser.*
8258
8259 MR800 AVERMEDIA USB FM RADIO DRIVER
8260 M:      Alexey Klimov <klimov.linux@gmail.com>
8261 L:      linux-media@vger.kernel.org
8262 T:      git git://linuxtv.org/media_tree.git
8263 S:      Maintained
8264 F:      drivers/media/radio/radio-mr800.c
8265
8266 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8267 M:      Alan Ott <alan@signal11.us>
8268 L:      linux-wpan@vger.kernel.org
8269 S:      Maintained
8270 F:      drivers/net/ieee802154/mrf24j40.c
8271 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8272
8273 MSI LAPTOP SUPPORT
8274 M:      "Lee, Chun-Yi" <jlee@suse.com>
8275 L:      platform-driver-x86@vger.kernel.org
8276 S:      Maintained
8277 F:      drivers/platform/x86/msi-laptop.c
8278
8279 MSI WMI SUPPORT
8280 L:      platform-driver-x86@vger.kernel.org
8281 S:      Orphan
8282 F:      drivers/platform/x86/msi-wmi.c
8283
8284 MSI001 MEDIA DRIVER
8285 M:      Antti Palosaari <crope@iki.fi>
8286 L:      linux-media@vger.kernel.org
8287 W:      https://linuxtv.org
8288 W:      http://palosaari.fi/linux/
8289 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8290 T:      git git://linuxtv.org/anttip/media_tree.git
8291 S:      Maintained
8292 F:      drivers/media/tuners/msi001*
8293
8294 MSI2500 MEDIA DRIVER
8295 M:      Antti Palosaari <crope@iki.fi>
8296 L:      linux-media@vger.kernel.org
8297 W:      https://linuxtv.org
8298 W:      http://palosaari.fi/linux/
8299 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8300 T:      git git://linuxtv.org/anttip/media_tree.git
8301 S:      Maintained
8302 F:      drivers/media/usb/msi2500/
8303
8304 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8305 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8306 L:      linux-mtd@lists.infradead.org
8307 S:      Maintained
8308 F:      drivers/mtd/devices/docg3*
8309
8310 MT9M032 APTINA SENSOR DRIVER
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:      drivers/media/i2c/mt9m032.c
8316 F:      include/media/i2c/mt9m032.h
8317
8318 MT9P031 APTINA CAMERA SENSOR
8319 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8320 L:      linux-media@vger.kernel.org
8321 T:      git git://linuxtv.org/media_tree.git
8322 S:      Maintained
8323 F:      drivers/media/i2c/mt9p031.c
8324 F:      include/media/i2c/mt9p031.h
8325
8326 MT9T001 APTINA CAMERA SENSOR
8327 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8328 L:      linux-media@vger.kernel.org
8329 T:      git git://linuxtv.org/media_tree.git
8330 S:      Maintained
8331 F:      drivers/media/i2c/mt9t001.c
8332 F:      include/media/i2c/mt9t001.h
8333
8334 MT9V032 APTINA CAMERA SENSOR
8335 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8336 L:      linux-media@vger.kernel.org
8337 T:      git git://linuxtv.org/media_tree.git
8338 S:      Maintained
8339 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8340 F:      drivers/media/i2c/mt9v032.c
8341 F:      include/media/i2c/mt9v032.h
8342
8343 MULTIFUNCTION DEVICES (MFD)
8344 M:      Lee Jones <lee.jones@linaro.org>
8345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8346 S:      Supported
8347 F:      Documentation/devicetree/bindings/mfd/
8348 F:      drivers/mfd/
8349 F:      include/linux/mfd/
8350
8351 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8352 M:      Ulf Hansson <ulf.hansson@linaro.org>
8353 L:      linux-mmc@vger.kernel.org
8354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8355 S:      Maintained
8356 F:      Documentation/devicetree/bindings/mmc/
8357 F:      drivers/mmc/
8358 F:      include/linux/mmc/
8359 F:      include/uapi/linux/mmc/
8360
8361 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8362 S:      Orphan
8363 F:      drivers/mmc/host/mmc_spi.c
8364 F:      include/linux/spi/mmc_spi.h
8365
8366 MULTISOUND SOUND DRIVER
8367 M:      Andrew Veliath <andrewtv@usa.net>
8368 S:      Maintained
8369 F:      Documentation/sound/oss/MultiSound
8370 F:      sound/oss/msnd*
8371
8372 MULTITECH MULTIPORT CARD (ISICOM)
8373 S:      Orphan
8374 F:      drivers/tty/isicom.c
8375 F:      include/linux/isicom.h
8376
8377 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8378 M:      Bin Liu <b-liu@ti.com>
8379 L:      linux-usb@vger.kernel.org
8380 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8381 S:      Maintained
8382 F:      drivers/usb/musb/
8383
8384 MXL5007T MEDIA DRIVER
8385 M:      Michael Krufky <mkrufky@linuxtv.org>
8386 L:      linux-media@vger.kernel.org
8387 W:      https://linuxtv.org
8388 W:      http://github.com/mkrufky
8389 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8390 T:      git git://linuxtv.org/mkrufky/tuners.git
8391 S:      Maintained
8392 F:      drivers/media/tuners/mxl5007t.*
8393
8394 MXSFB DRM DRIVER
8395 M:      Marek Vasut <marex@denx.de>
8396 S:      Supported
8397 F:      drivers/gpu/drm/mxsfb/
8398 F:      Documentation/devicetree/bindings/display/mxsfb-drm.txt
8399
8400 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8401 M:      Hyong-Youb Kim <hykim@myri.com>
8402 L:      netdev@vger.kernel.org
8403 W:      https://www.myricom.com/support/downloads/myri10ge.html
8404 S:      Supported
8405 F:      drivers/net/ethernet/myricom/myri10ge/
8406
8407 NAND FLASH SUBSYSTEM
8408 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8409 R:      Richard Weinberger <richard@nod.at>
8410 L:      linux-mtd@lists.infradead.org
8411 W:      http://www.linux-mtd.infradead.org/
8412 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8413 T:      git git://github.com/linux-nand/linux.git
8414 S:      Maintained
8415 F:      drivers/mtd/nand/
8416 F:      include/linux/mtd/nand*.h
8417
8418 NATSEMI ETHERNET DRIVER (DP8381x)
8419 S:      Orphan
8420 F:      drivers/net/ethernet/natsemi/natsemi.c
8421
8422 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8423 M:      Daniel Mack <zonque@gmail.com>
8424 S:      Maintained
8425 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8426 W:      http://www.native-instruments.com
8427 F:      sound/usb/caiaq/
8428
8429 NCP FILESYSTEM
8430 M:      Petr Vandrovec <petr@vandrovec.name>
8431 S:      Odd Fixes
8432 F:      fs/ncpfs/
8433
8434 NCR 5380 SCSI DRIVERS
8435 M:      Finn Thain <fthain@telegraphics.com.au>
8436 M:      Michael Schmitz <schmitzmic@gmail.com>
8437 L:      linux-scsi@vger.kernel.org
8438 S:      Maintained
8439 F:      Documentation/scsi/g_NCR5380.txt
8440 F:      drivers/scsi/NCR5380.*
8441 F:      drivers/scsi/arm/cumana_1.c
8442 F:      drivers/scsi/arm/oak.c
8443 F:      drivers/scsi/atari_scsi.*
8444 F:      drivers/scsi/dmx3191d.c
8445 F:      drivers/scsi/g_NCR5380.*
8446 F:      drivers/scsi/g_NCR5380_mmio.c
8447 F:      drivers/scsi/mac_scsi.*
8448 F:      drivers/scsi/sun3_scsi.*
8449 F:      drivers/scsi/sun3_scsi_vme.c
8450
8451 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8452 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8453 L:      linux-scsi@vger.kernel.org
8454 S:      Maintained
8455 F:      drivers/scsi/NCR_D700.*
8456
8457 NCT6775 HARDWARE MONITOR DRIVER
8458 M:      Guenter Roeck <linux@roeck-us.net>
8459 L:      linux-hwmon@vger.kernel.org
8460 S:      Maintained
8461 F:      Documentation/hwmon/nct6775
8462 F:      drivers/hwmon/nct6775.c
8463
8464 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8465 M:      Faisal Latif <faisal.latif@intel.com>
8466 L:      linux-rdma@vger.kernel.org
8467 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8468 S:      Supported
8469 F:      drivers/infiniband/hw/nes/
8470 F:      include/uapi/rdma/nes-abi.h
8471
8472 NETEM NETWORK EMULATOR
8473 M:      Stephen Hemminger <stephen@networkplumber.org>
8474 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
8475 S:      Maintained
8476 F:      net/sched/sch_netem.c
8477
8478 NETERION 10GbE DRIVERS (s2io/vxge)
8479 M:      Jon Mason <jdmason@kudzu.us>
8480 L:      netdev@vger.kernel.org
8481 S:      Supported
8482 F:      Documentation/networking/s2io.txt
8483 F:      Documentation/networking/vxge.txt
8484 F:      drivers/net/ethernet/neterion/
8485
8486 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8487 M:      Pablo Neira Ayuso <pablo@netfilter.org>
8488 M:      Patrick McHardy <kaber@trash.net>
8489 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8490 L:      netfilter-devel@vger.kernel.org
8491 L:      coreteam@netfilter.org
8492 W:      http://www.netfilter.org/
8493 W:      http://www.iptables.org/
8494 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
8495 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8497 S:      Supported
8498 F:      include/linux/netfilter*
8499 F:      include/linux/netfilter/
8500 F:      include/net/netfilter/
8501 F:      include/uapi/linux/netfilter*
8502 F:      include/uapi/linux/netfilter/
8503 F:      net/*/netfilter.c
8504 F:      net/*/netfilter/
8505 F:      net/netfilter/
8506 F:      net/bridge/br_netfilter*.c
8507
8508 NETLABEL
8509 M:      Paul Moore <paul@paul-moore.com>
8510 W:      http://netlabel.sf.net
8511 L:      netdev@vger.kernel.org
8512 S:      Maintained
8513 F:      Documentation/netlabel/
8514 F:      include/net/netlabel.h
8515 F:      net/netlabel/
8516
8517 NETROM NETWORK LAYER
8518 M:      Ralf Baechle <ralf@linux-mips.org>
8519 L:      linux-hams@vger.kernel.org
8520 W:      http://www.linux-ax25.org/
8521 S:      Maintained
8522 F:      include/net/netrom.h
8523 F:      include/uapi/linux/netrom.h
8524 F:      net/netrom/
8525
8526 NETRONOME ETHERNET DRIVERS
8527 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
8528 L:      oss-drivers@netronome.com
8529 S:      Maintained
8530 F:      drivers/net/ethernet/netronome/
8531
8532 NETWORK BLOCK DEVICE (NBD)
8533 M:      Markus Pargmann <mpa@pengutronix.de>
8534 S:      Maintained
8535 L:      nbd-general@lists.sourceforge.net
8536 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
8537 F:      Documentation/blockdev/nbd.txt
8538 F:      drivers/block/nbd.c
8539 F:      include/uapi/linux/nbd.h
8540
8541 NETWORK DROP MONITOR
8542 M:      Neil Horman <nhorman@tuxdriver.com>
8543 L:      netdev@vger.kernel.org
8544 S:      Maintained
8545 W:      https://fedorahosted.org/dropwatch/
8546 F:      net/core/drop_monitor.c
8547
8548 NETWORKING [DSA]
8549 M:      Andrew Lunn <andrew@lunn.ch>
8550 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8551 M:      Florian Fainelli <f.fainelli@gmail.com>
8552 S:      Maintained
8553 F:      net/dsa/
8554 F:      include/net/dsa.h
8555 F:      drivers/net/dsa/
8556
8557 NETWORKING [GENERAL]
8558 M:      "David S. Miller" <davem@davemloft.net>
8559 L:      netdev@vger.kernel.org
8560 W:      http://www.linuxfoundation.org/en/Net
8561 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8562 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8563 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8564 S:      Maintained
8565 F:      net/
8566 F:      include/net/
8567 F:      include/linux/in.h
8568 F:      include/linux/net.h
8569 F:      include/linux/netdevice.h
8570 F:      include/uapi/linux/in.h
8571 F:      include/uapi/linux/net.h
8572 F:      include/uapi/linux/netdevice.h
8573 F:      include/uapi/linux/net_namespace.h
8574 F:      tools/net/
8575 F:      tools/testing/selftests/net/
8576 F:      lib/random32.c
8577
8578 NETWORKING [IPv4/IPv6]
8579 M:      "David S. Miller" <davem@davemloft.net>
8580 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8581 M:      James Morris <jmorris@namei.org>
8582 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8583 M:      Patrick McHardy <kaber@trash.net>
8584 L:      netdev@vger.kernel.org
8585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8586 S:      Maintained
8587 F:      net/ipv4/
8588 F:      net/ipv6/
8589 F:      include/net/ip*
8590 F:      arch/x86/net/*
8591
8592 NETWORKING [IPSEC]
8593 M:      Steffen Klassert <steffen.klassert@secunet.com>
8594 M:      Herbert Xu <herbert@gondor.apana.org.au>
8595 M:      "David S. Miller" <davem@davemloft.net>
8596 L:      netdev@vger.kernel.org
8597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8598 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8599 S:      Maintained
8600 F:      net/core/flow.c
8601 F:      net/xfrm/
8602 F:      net/key/
8603 F:      net/ipv4/xfrm*
8604 F:      net/ipv4/esp4.c
8605 F:      net/ipv4/ah4.c
8606 F:      net/ipv4/ipcomp.c
8607 F:      net/ipv4/ip_vti.c
8608 F:      net/ipv6/xfrm*
8609 F:      net/ipv6/esp6.c
8610 F:      net/ipv6/ah6.c
8611 F:      net/ipv6/ipcomp6.c
8612 F:      net/ipv6/ip6_vti.c
8613 F:      include/uapi/linux/xfrm.h
8614 F:      include/net/xfrm.h
8615
8616 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8617 M:      Paul Moore <paul@paul-moore.com>
8618 L:      netdev@vger.kernel.org
8619 S:      Maintained
8620
8621 NETWORKING [WIRELESS]
8622 L:      linux-wireless@vger.kernel.org
8623 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8624
8625 NETWORKING DRIVERS
8626 L:      netdev@vger.kernel.org
8627 W:      http://www.linuxfoundation.org/en/Net
8628 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8631 S:      Odd Fixes
8632 F:      Documentation/devicetree/bindings/net/
8633 F:      drivers/net/
8634 F:      include/linux/if_*
8635 F:      include/linux/netdevice.h
8636 F:      include/linux/etherdevice.h
8637 F:      include/linux/fcdevice.h
8638 F:      include/linux/fddidevice.h
8639 F:      include/linux/hippidevice.h
8640 F:      include/linux/inetdevice.h
8641 F:      include/uapi/linux/if_*
8642 F:      include/uapi/linux/netdevice.h
8643
8644 NETWORKING DRIVERS (WIRELESS)
8645 M:      Kalle Valo <kvalo@codeaurora.org>
8646 L:      linux-wireless@vger.kernel.org
8647 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8648 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8650 S:      Maintained
8651 F:      Documentation/devicetree/bindings/net/wireless/
8652 F:      drivers/net/wireless/
8653
8654 NETXEN (1/10) GbE SUPPORT
8655 M:      Manish Chopra <manish.chopra@cavium.com>
8656 M:      Rahul Verma <rahul.verma@cavium.com>
8657 M:      Dept-GELinuxNICDev@cavium.com
8658 L:      netdev@vger.kernel.org
8659 S:      Supported
8660 F:      drivers/net/ethernet/qlogic/netxen/
8661
8662 NFC SUBSYSTEM
8663 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8664 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8665 M:      Samuel Ortiz <sameo@linux.intel.com>
8666 L:      linux-wireless@vger.kernel.org
8667 L:      linux-nfc@lists.01.org (subscribers-only)
8668 S:      Supported
8669 F:      net/nfc/
8670 F:      include/net/nfc/
8671 F:      include/uapi/linux/nfc.h
8672 F:      drivers/nfc/
8673 F:      include/linux/platform_data/nfcmrvl.h
8674 F:      include/linux/platform_data/nxp-nci.h
8675 F:      include/linux/platform_data/pn544.h
8676 F:      include/linux/platform_data/st21nfca.h
8677 F:      include/linux/platform_data/st-nci.h
8678 F:      Documentation/devicetree/bindings/net/nfc/
8679
8680 NFS, SUNRPC, AND LOCKD CLIENTS
8681 M:      Trond Myklebust <trond.myklebust@primarydata.com>
8682 M:      Anna Schumaker <anna.schumaker@netapp.com>
8683 L:      linux-nfs@vger.kernel.org
8684 W:      http://client.linux-nfs.org
8685 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8686 S:      Maintained
8687 F:      fs/lockd/
8688 F:      fs/nfs/
8689 F:      fs/nfs_common/
8690 F:      net/sunrpc/
8691 F:      include/linux/lockd/
8692 F:      include/linux/nfs*
8693 F:      include/linux/sunrpc/
8694 F:      include/uapi/linux/nfs*
8695 F:      include/uapi/linux/sunrpc/
8696
8697 NILFS2 FILESYSTEM
8698 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8699 L:      linux-nilfs@vger.kernel.org
8700 W:      http://nilfs.sourceforge.net/
8701 W:      http://nilfs.osdn.jp/
8702 T:      git git://github.com/konis/nilfs2.git
8703 S:      Supported
8704 F:      Documentation/filesystems/nilfs2.txt
8705 F:      fs/nilfs2/
8706 F:      include/trace/events/nilfs2.h
8707 F:      include/uapi/linux/nilfs2_api.h
8708 F:      include/uapi/linux/nilfs2_ondisk.h
8709
8710 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8711 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8712 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8713 S:      Maintained
8714 F:      Documentation/scsi/NinjaSCSI.txt
8715 F:      drivers/scsi/pcmcia/nsp_*
8716
8717 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8718 M:      GOTO Masanori <gotom@debian.or.jp>
8719 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8720 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8721 S:      Maintained
8722 F:      Documentation/scsi/NinjaSCSI.txt
8723 F:      drivers/scsi/nsp32*
8724
8725 NIOS2 ARCHITECTURE
8726 M:      Ley Foon Tan <lftan@altera.com>
8727 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8728 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8729 S:      Maintained
8730 F:      arch/nios2/
8731
8732 NOKIA N900 POWER SUPPLY DRIVERS
8733 R:      Pali Rohár <pali.rohar@gmail.com>
8734 F:      include/linux/power/bq2415x_charger.h
8735 F:      include/linux/power/bq27xxx_battery.h
8736 F:      include/linux/power/isp1704_charger.h
8737 F:      drivers/power/supply/bq2415x_charger.c
8738 F:      drivers/power/supply/bq27xxx_battery.c
8739 F:      drivers/power/supply/bq27xxx_battery_i2c.c
8740 F:      drivers/power/supply/isp1704_charger.c
8741 F:      drivers/power/supply/rx51_battery.c
8742
8743 NTB DRIVER CORE
8744 M:      Jon Mason <jdmason@kudzu.us>
8745 M:      Dave Jiang <dave.jiang@intel.com>
8746 M:      Allen Hubbe <Allen.Hubbe@emc.com>
8747 L:      linux-ntb@googlegroups.com
8748 S:      Supported
8749 W:      https://github.com/jonmason/ntb/wiki
8750 T:      git git://github.com/jonmason/ntb.git
8751 F:      drivers/ntb/
8752 F:      drivers/net/ntb_netdev.c
8753 F:      include/linux/ntb.h
8754 F:      include/linux/ntb_transport.h
8755 F:      tools/testing/selftests/ntb/
8756
8757 NTB INTEL DRIVER
8758 M:      Jon Mason <jdmason@kudzu.us>
8759 M:      Dave Jiang <dave.jiang@intel.com>
8760 L:      linux-ntb@googlegroups.com
8761 S:      Supported
8762 W:      https://github.com/jonmason/ntb/wiki
8763 T:      git git://github.com/jonmason/ntb.git
8764 F:      drivers/ntb/hw/intel/
8765
8766 NTB AMD DRIVER
8767 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
8768 L:      linux-ntb@googlegroups.com
8769 S:      Supported
8770 F:      drivers/ntb/hw/amd/
8771
8772 NTFS FILESYSTEM
8773 M:      Anton Altaparmakov <anton@tuxera.com>
8774 L:      linux-ntfs-dev@lists.sourceforge.net
8775 W:      http://www.tuxera.com/
8776 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8777 S:      Supported
8778 F:      Documentation/filesystems/ntfs.txt
8779 F:      fs/ntfs/
8780
8781 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8782 M:      Antonino Daplas <adaplas@gmail.com>
8783 L:      linux-fbdev@vger.kernel.org
8784 S:      Maintained
8785 F:      drivers/video/fbdev/riva/
8786 F:      drivers/video/fbdev/nvidia/
8787
8788 NVM EXPRESS DRIVER
8789 M:      Keith Busch <keith.busch@intel.com>
8790 M:      Jens Axboe <axboe@fb.com>
8791 L:      linux-nvme@lists.infradead.org
8792 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8793 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8794 S:      Supported
8795 F:      drivers/nvme/host/
8796 F:      include/linux/nvme.h
8797
8798 NVM EXPRESS TARGET DRIVER
8799 M:      Christoph Hellwig <hch@lst.de>
8800 M:      Sagi Grimberg <sagi@grimberg.me>
8801 L:      linux-nvme@lists.infradead.org
8802 S:      Supported
8803 F:      drivers/nvme/target/
8804
8805 NVM EXPRESS FC TRANSPORT DRIVERS
8806 M:      James Smart <james.smart@broadcom.com>
8807 L:      linux-nvme@lists.infradead.org
8808 S:      Supported
8809 F:      include/linux/nvme-fc.h
8810 F:      include/linux/nvme-fc-driver.h
8811 F:      drivers/nvme/host/fc.c
8812 F:      drivers/nvme/target/fc.c
8813 F:      drivers/nvme/target/fcloop.c
8814
8815 NVMEM FRAMEWORK
8816 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8817 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
8818 S:      Maintained
8819 F:      drivers/nvmem/
8820 F:      Documentation/devicetree/bindings/nvmem/
8821 F:      include/linux/nvmem-consumer.h
8822 F:      include/linux/nvmem-provider.h
8823
8824 NXP-NCI NFC DRIVER
8825 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
8826 R:      Charles Gorand <charles.gorand@effinnov.com>
8827 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
8828 S:      Supported
8829 F:      drivers/nfc/nxp-nci
8830
8831 NXP TDA998X DRM DRIVER
8832 M:      Russell King <rmk+kernel@armlinux.org.uk>
8833 S:      Supported
8834 F:      drivers/gpu/drm/i2c/tda998x_drv.c
8835 F:      include/drm/i2c/tda998x.h
8836
8837 NXP TFA9879 DRIVER
8838 M:      Peter Rosin <peda@axentia.se>
8839 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8840 S:      Maintained
8841 F:      sound/soc/codecs/tfa9879*
8842
8843 OBJTOOL
8844 M:      Josh Poimboeuf <jpoimboe@redhat.com>
8845 S:      Supported
8846 F:      tools/objtool/
8847
8848 OMAP SUPPORT
8849 M:      Tony Lindgren <tony@atomide.com>
8850 L:      linux-omap@vger.kernel.org
8851 W:      http://www.muru.com/linux/omap/
8852 W:      http://linux.omap.com/
8853 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8854 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8855 S:      Maintained
8856 F:      arch/arm/*omap*/
8857 F:      arch/arm/configs/omap1_defconfig
8858 F:      arch/arm/configs/omap2plus_defconfig
8859 F:      drivers/i2c/busses/i2c-omap.c
8860 F:      drivers/irqchip/irq-omap-intc.c
8861 F:      drivers/mfd/*omap*.c
8862 F:      drivers/mfd/menelaus.c
8863 F:      drivers/mfd/palmas.c
8864 F:      drivers/mfd/tps65217.c
8865 F:      drivers/mfd/tps65218.c
8866 F:      drivers/mfd/tps65910.c
8867 F:      drivers/mfd/twl-core.[ch]
8868 F:      drivers/mfd/twl4030*.c
8869 F:      drivers/mfd/twl6030*.c
8870 F:      drivers/mfd/twl6040*.c
8871 F:      drivers/regulator/palmas-regulator*.c
8872 F:      drivers/regulator/pbias-regulator.c
8873 F:      drivers/regulator/tps65217-regulator.c
8874 F:      drivers/regulator/tps65218-regulator.c
8875 F:      drivers/regulator/tps65910-regulator.c
8876 F:      drivers/regulator/twl-regulator.c
8877 F:      drivers/regulator/twl6030-regulator.c
8878 F:      include/linux/i2c-omap.h
8879
8880 OMAP DEVICE TREE SUPPORT
8881 M:      Benoît Cousson <bcousson@baylibre.com>
8882 M:      Tony Lindgren <tony@atomide.com>
8883 L:      linux-omap@vger.kernel.org
8884 L:      devicetree@vger.kernel.org
8885 S:      Maintained
8886 F:      arch/arm/boot/dts/*omap*
8887 F:      arch/arm/boot/dts/*am3*
8888 F:      arch/arm/boot/dts/*am4*
8889 F:      arch/arm/boot/dts/*am5*
8890 F:      arch/arm/boot/dts/*dra7*
8891
8892 OMAP CLOCK FRAMEWORK SUPPORT
8893 M:      Paul Walmsley <paul@pwsan.com>
8894 L:      linux-omap@vger.kernel.org
8895 S:      Maintained
8896 F:      arch/arm/*omap*/*clock*
8897
8898 OMAP POWER MANAGEMENT SUPPORT
8899 M:      Kevin Hilman <khilman@kernel.org>
8900 L:      linux-omap@vger.kernel.org
8901 S:      Maintained
8902 F:      arch/arm/*omap*/*pm*
8903 F:      drivers/cpufreq/omap-cpufreq.c
8904
8905 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8906 M:      Rajendra Nayak <rnayak@codeaurora.org>
8907 M:      Paul Walmsley <paul@pwsan.com>
8908 L:      linux-omap@vger.kernel.org
8909 S:      Maintained
8910 F:      arch/arm/mach-omap2/prm*
8911
8912 OMAP AUDIO SUPPORT
8913 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8914 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
8915 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8916 L:      linux-omap@vger.kernel.org
8917 S:      Maintained
8918 F:      sound/soc/omap/
8919
8920 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8921 M:      Roger Quadros <rogerq@ti.com>
8922 M:      Tony Lindgren <tony@atomide.com>
8923 L:      linux-omap@vger.kernel.org
8924 S:      Maintained
8925 F:      drivers/memory/omap-gpmc.c
8926 F:      arch/arm/mach-omap2/*gpmc*
8927
8928 OMAP FRAMEBUFFER SUPPORT
8929 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8930 L:      linux-fbdev@vger.kernel.org
8931 L:      linux-omap@vger.kernel.org
8932 S:      Maintained
8933 F:      drivers/video/fbdev/omap/
8934
8935 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8936 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8937 L:      linux-omap@vger.kernel.org
8938 L:      linux-fbdev@vger.kernel.org
8939 S:      Maintained
8940 F:      drivers/video/fbdev/omap2/
8941 F:      Documentation/arm/OMAP/DSS
8942
8943 OMAP HARDWARE SPINLOCK SUPPORT
8944 M:      Ohad Ben-Cohen <ohad@wizery.com>
8945 L:      linux-omap@vger.kernel.org
8946 S:      Maintained
8947 F:      drivers/hwspinlock/omap_hwspinlock.c
8948
8949 OMAP MMC SUPPORT
8950 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
8951 L:      linux-omap@vger.kernel.org
8952 S:      Maintained
8953 F:      drivers/mmc/host/omap.c
8954
8955 OMAP HS MMC SUPPORT
8956 L:      linux-mmc@vger.kernel.org
8957 L:      linux-omap@vger.kernel.org
8958 S:      Orphan
8959 F:      drivers/mmc/host/omap_hsmmc.c
8960
8961 OMAP RANDOM NUMBER GENERATOR SUPPORT
8962 M:      Deepak Saxena <dsaxena@plexity.net>
8963 S:      Maintained
8964 F:      drivers/char/hw_random/omap-rng.c
8965
8966 OMAP HWMOD SUPPORT
8967 M:      Benoît Cousson <bcousson@baylibre.com>
8968 M:      Paul Walmsley <paul@pwsan.com>
8969 L:      linux-omap@vger.kernel.org
8970 S:      Maintained
8971 F:      arch/arm/mach-omap2/omap_hwmod.*
8972
8973 OMAP HWMOD DATA
8974 M:      Paul Walmsley <paul@pwsan.com>
8975 L:      linux-omap@vger.kernel.org
8976 S:      Maintained
8977 F:      arch/arm/mach-omap2/omap_hwmod*data*
8978
8979 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8980 M:      Benoît Cousson <bcousson@baylibre.com>
8981 L:      linux-omap@vger.kernel.org
8982 S:      Maintained
8983 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8984
8985 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8986 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8987 L:      linux-media@vger.kernel.org
8988 S:      Maintained
8989 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
8990 F:      drivers/media/platform/omap3isp/
8991 F:      drivers/staging/media/omap4iss/
8992
8993 OMAP USB SUPPORT
8994 L:      linux-usb@vger.kernel.org
8995 L:      linux-omap@vger.kernel.org
8996 S:      Orphan
8997 F:      drivers/usb/*/*omap*
8998 F:      arch/arm/*omap*/usb*
8999
9000 OMAP GPIO DRIVER
9001 M:      Grygorii Strashko <grygorii.strashko@ti.com>
9002 M:      Santosh Shilimkar <ssantosh@kernel.org>
9003 M:      Kevin Hilman <khilman@kernel.org>
9004 L:      linux-omap@vger.kernel.org
9005 S:      Maintained
9006 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
9007 F:      drivers/gpio/gpio-omap.c
9008
9009 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9010 M:      Mark Jackson <mpfj@newflow.co.uk>
9011 L:      linux-omap@vger.kernel.org
9012 S:      Maintained
9013 F:      arch/arm/boot/dts/am335x-nano.dts
9014
9015 OMFS FILESYSTEM
9016 M:      Bob Copeland <me@bobcopeland.com>
9017 L:      linux-karma-devel@lists.sourceforge.net
9018 S:      Maintained
9019 F:      Documentation/filesystems/omfs.txt
9020 F:      fs/omfs/
9021
9022 OMNIKEY CARDMAN 4000 DRIVER
9023 M:      Harald Welte <laforge@gnumonks.org>
9024 S:      Maintained
9025 F:      drivers/char/pcmcia/cm4000_cs.c
9026 F:      include/linux/cm4000_cs.h
9027 F:      include/uapi/linux/cm4000_cs.h
9028
9029 OMNIKEY CARDMAN 4040 DRIVER
9030 M:      Harald Welte <laforge@gnumonks.org>
9031 S:      Maintained
9032 F:      drivers/char/pcmcia/cm4040_cs.*
9033
9034 OMNIVISION OV7670 SENSOR DRIVER
9035 M:      Jonathan Corbet <corbet@lwn.net>
9036 L:      linux-media@vger.kernel.org
9037 T:      git git://linuxtv.org/media_tree.git
9038 S:      Maintained
9039 F:      drivers/media/i2c/ov7670.c
9040
9041 ONENAND FLASH DRIVER
9042 M:      Kyungmin Park <kyungmin.park@samsung.com>
9043 L:      linux-mtd@lists.infradead.org
9044 S:      Maintained
9045 F:      drivers/mtd/onenand/
9046 F:      include/linux/mtd/onenand*.h
9047
9048 ONSTREAM SCSI TAPE DRIVER
9049 M:      Willem Riede <osst@riede.org>
9050 L:      osst-users@lists.sourceforge.net
9051 L:      linux-scsi@vger.kernel.org
9052 S:      Maintained
9053 F:      Documentation/scsi/osst.txt
9054 F:      drivers/scsi/osst.*
9055 F:      drivers/scsi/osst_*.h
9056 F:      drivers/scsi/st.h
9057
9058 OPENCORES I2C BUS DRIVER
9059 M:      Peter Korsgaard <jacmet@sunsite.dk>
9060 L:      linux-i2c@vger.kernel.org
9061 S:      Maintained
9062 F:      Documentation/i2c/busses/i2c-ocores
9063 F:      drivers/i2c/busses/i2c-ocores.c
9064
9065 OPEN FIRMWARE AND FLATTENED DEVICE TREE
9066 M:      Rob Herring <robh+dt@kernel.org>
9067 M:      Frank Rowand <frowand.list@gmail.com>
9068 L:      devicetree@vger.kernel.org
9069 W:      http://www.devicetree.org/
9070 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9071 S:      Maintained
9072 F:      drivers/of/
9073 F:      include/linux/of*.h
9074 F:      scripts/dtc/
9075
9076 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
9077 M:      Rob Herring <robh+dt@kernel.org>
9078 M:      Mark Rutland <mark.rutland@arm.com>
9079 L:      devicetree@vger.kernel.org
9080 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9081 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
9082 S:      Maintained
9083 F:      Documentation/devicetree/
9084 F:      arch/*/boot/dts/
9085 F:      include/dt-bindings/
9086
9087 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
9088 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
9089 L:      devicetree@vger.kernel.org
9090 S:      Maintained
9091 F:      Documentation/devicetree/dynamic-resolution-notes.txt
9092 F:      Documentation/devicetree/overlay-notes.txt
9093 F:      drivers/of/overlay.c
9094 F:      drivers/of/resolver.c
9095
9096 OPENRISC ARCHITECTURE
9097 M:      Jonas Bonn <jonas@southpole.se>
9098 M:      Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
9099 M:      Stafford Horne <shorne@gmail.com>
9100 L:      openrisc@lists.librecores.org
9101 W:      http://openrisc.io
9102 S:      Maintained
9103 F:      arch/openrisc/
9104
9105 OPENVSWITCH
9106 M:      Pravin Shelar <pshelar@nicira.com>
9107 L:      netdev@vger.kernel.org
9108 L:      dev@openvswitch.org
9109 W:      http://openvswitch.org
9110 S:      Maintained
9111 F:      net/openvswitch/
9112 F:      include/uapi/linux/openvswitch.h
9113
9114 OPERATING PERFORMANCE POINTS (OPP)
9115 M:      Viresh Kumar <vireshk@kernel.org>
9116 M:      Nishanth Menon <nm@ti.com>
9117 M:      Stephen Boyd <sboyd@codeaurora.org>
9118 L:      linux-pm@vger.kernel.org
9119 S:      Maintained
9120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9121 F:      drivers/base/power/opp/
9122 F:      include/linux/pm_opp.h
9123 F:      Documentation/power/opp.txt
9124 F:      Documentation/devicetree/bindings/opp/
9125
9126 OPL4 DRIVER
9127 M:      Clemens Ladisch <clemens@ladisch.de>
9128 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9129 T:      git git://git.alsa-project.org/alsa-kernel.git
9130 S:      Maintained
9131 F:      sound/drivers/opl4/
9132
9133 OPROFILE
9134 M:      Robert Richter <rric@kernel.org>
9135 L:      oprofile-list@lists.sf.net
9136 S:      Maintained
9137 F:      arch/*/include/asm/oprofile*.h
9138 F:      arch/*/oprofile/
9139 F:      drivers/oprofile/
9140 F:      include/linux/oprofile.h
9141
9142 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9143 M:      Mark Fasheh <mfasheh@versity.com>
9144 M:      Joel Becker <jlbec@evilplan.org>
9145 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
9146 W:      http://ocfs2.wiki.kernel.org
9147 S:      Supported
9148 F:      Documentation/filesystems/ocfs2.txt
9149 F:      Documentation/filesystems/dlmfs.txt
9150 F:      fs/ocfs2/
9151
9152 ORINOCO DRIVER
9153 L:      linux-wireless@vger.kernel.org
9154 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
9155 W:      http://www.nongnu.org/orinoco/
9156 S:      Orphan
9157 F:      drivers/net/wireless/intersil/orinoco/
9158
9159 OSD LIBRARY and FILESYSTEM
9160 M:      Boaz Harrosh <ooo@electrozaur.com>
9161 M:      Benny Halevy <bhalevy@primarydata.com>
9162 L:      osd-dev@open-osd.org
9163 W:      http://open-osd.org
9164 T:      git git://git.open-osd.org/open-osd.git
9165 S:      Maintained
9166 F:      drivers/scsi/osd/
9167 F:      include/scsi/osd_*
9168 F:      fs/exofs/
9169
9170 OVERLAY FILESYSTEM
9171 M:      Miklos Szeredi <miklos@szeredi.hu>
9172 L:      linux-unionfs@vger.kernel.org
9173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9174 S:      Supported
9175 F:      fs/overlayfs/
9176 F:      Documentation/filesystems/overlayfs.txt
9177
9178 ORANGEFS FILESYSTEM
9179 M:      Mike Marshall <hubcap@omnibond.com>
9180 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
9181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9182 S:      Supported
9183 F:      fs/orangefs/
9184 F:      Documentation/filesystems/orangefs.txt
9185
9186 P54 WIRELESS DRIVER
9187 M:      Christian Lamparter <chunkeey@googlemail.com>
9188 L:      linux-wireless@vger.kernel.org
9189 W:      http://wireless.kernel.org/en/users/Drivers/p54
9190 S:      Maintained
9191 F:      drivers/net/wireless/intersil/p54/
9192
9193 PA SEMI ETHERNET DRIVER
9194 L:      netdev@vger.kernel.org
9195 S:      Orphan
9196 F:      drivers/net/ethernet/pasemi/*
9197
9198 PA SEMI SMBUS DRIVER
9199 L:      linux-i2c@vger.kernel.org
9200 S:      Orphan
9201 F:      drivers/i2c/busses/i2c-pasemi.c
9202
9203 PADATA PARALLEL EXECUTION MECHANISM
9204 M:      Steffen Klassert <steffen.klassert@secunet.com>
9205 L:      linux-crypto@vger.kernel.org
9206 S:      Maintained
9207 F:      kernel/padata.c
9208 F:      include/linux/padata.h
9209 F:      Documentation/padata.txt
9210
9211 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9212 M:      Harald Welte <laforge@gnumonks.org>
9213 L:      platform-driver-x86@vger.kernel.org
9214 S:      Maintained
9215 F:      drivers/platform/x86/panasonic-laptop.c
9216
9217 PANASONIC MN10300/AM33/AM34 PORT
9218 M:      David Howells <dhowells@redhat.com>
9219 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
9220 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9221 S:      Maintained
9222 F:      Documentation/mn10300/
9223 F:      arch/mn10300/
9224
9225 PARALLEL LCD/KEYPAD PANEL DRIVER
9226 M:      Willy Tarreau <willy@haproxy.com>
9227 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
9228 S:      Odd Fixes
9229 F:      Documentation/misc-devices/lcd-panel-cgram.txt
9230 F:      drivers/misc/panel.c
9231
9232 PARALLEL PORT SUBSYSTEM
9233 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9234 M:      Sudip Mukherjee <sudip@vectorindia.org>
9235 L:      linux-parport@lists.infradead.org (subscribers-only)
9236 S:      Maintained
9237 F:      drivers/parport/
9238 F:      include/linux/parport*.h
9239 F:      drivers/char/ppdev.c
9240 F:      include/uapi/linux/ppdev.h
9241 F:      Documentation/parport*.txt
9242
9243 PARAVIRT_OPS INTERFACE
9244 M:      Jeremy Fitzhardinge <jeremy@goop.org>
9245 M:      Chris Wright <chrisw@sous-sol.org>
9246 M:      Alok Kataria <akataria@vmware.com>
9247 M:      Rusty Russell <rusty@rustcorp.com.au>
9248 L:      virtualization@lists.linux-foundation.org
9249 S:      Supported
9250 F:      Documentation/virtual/paravirt_ops.txt
9251 F:      arch/*/kernel/paravirt*
9252 F:      arch/*/include/asm/paravirt.h
9253 F:      include/linux/hypervisor.h
9254
9255 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9256 M:      Tim Waugh <tim@cyberelk.net>
9257 L:      linux-parport@lists.infradead.org (subscribers-only)
9258 S:      Maintained
9259 F:      Documentation/blockdev/paride.txt
9260 F:      drivers/block/paride/
9261
9262 PARISC ARCHITECTURE
9263 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
9264 M:      Helge Deller <deller@gmx.de>
9265 L:      linux-parisc@vger.kernel.org
9266 W:      http://www.parisc-linux.org/
9267 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
9268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9269 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9270 S:      Maintained
9271 F:      arch/parisc/
9272 F:      Documentation/parisc/
9273 F:      drivers/parisc/
9274 F:      drivers/char/agp/parisc-agp.c
9275 F:      drivers/input/serio/gscps2.c
9276 F:      drivers/parport/parport_gsc.*
9277 F:      drivers/tty/serial/8250/8250_gsc.c
9278 F:      drivers/video/fbdev/sti*
9279 F:      drivers/video/console/sti*
9280 F:      drivers/video/logo/logo_parisc*
9281
9282 PC87360 HARDWARE MONITORING DRIVER
9283 M:      Jim Cromie <jim.cromie@gmail.com>
9284 L:      linux-hwmon@vger.kernel.org
9285 S:      Maintained
9286 F:      Documentation/hwmon/pc87360
9287 F:      drivers/hwmon/pc87360.c
9288
9289 PC8736x GPIO DRIVER
9290 M:      Jim Cromie <jim.cromie@gmail.com>
9291 S:      Maintained
9292 F:      drivers/char/pc8736x_gpio.c
9293
9294 PC87427 HARDWARE MONITORING DRIVER
9295 M:      Jean Delvare <jdelvare@suse.com>
9296 L:      linux-hwmon@vger.kernel.org
9297 S:      Maintained
9298 F:      Documentation/hwmon/pc87427
9299 F:      drivers/hwmon/pc87427.c
9300
9301 PCA9532 LED DRIVER
9302 M:      Riku Voipio <riku.voipio@iki.fi>
9303 S:      Maintained
9304 F:      drivers/leds/leds-pca9532.c
9305 F:      include/linux/leds-pca9532.h
9306
9307 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9308 M:      Guenter Roeck <linux@roeck-us.net>
9309 L:      linux-i2c@vger.kernel.org
9310 S:      Maintained
9311 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
9312
9313 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9314 M:      Khalid Aziz <khalid@gonehiking.org>
9315 S:      Maintained
9316 F:      drivers/firmware/pcdp.*
9317
9318 PCI ERROR RECOVERY
9319 M:      Linas Vepstas <linasvepstas@gmail.com>
9320 L:      linux-pci@vger.kernel.org
9321 S:      Supported
9322 F:      Documentation/PCI/pci-error-recovery.txt
9323
9324 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9325 M:      Russell Currey <ruscur@russell.cc>
9326 L:      linuxppc-dev@lists.ozlabs.org
9327 S:      Supported
9328 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
9329 F:      arch/powerpc/kernel/eeh*.c
9330 F:      arch/powerpc/platforms/*/eeh*.c
9331 F:      arch/powerpc/include/*/eeh*.h
9332
9333 PCI SUBSYSTEM
9334 M:      Bjorn Helgaas <bhelgaas@google.com>
9335 L:      linux-pci@vger.kernel.org
9336 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
9337 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9338 S:      Supported
9339 F:      Documentation/devicetree/bindings/pci/
9340 F:      Documentation/PCI/
9341 F:      drivers/pci/
9342 F:      include/linux/pci*
9343 F:      arch/x86/pci/
9344 F:      arch/x86/kernel/quirks.c
9345
9346 PCI DRIVER FOR ALTERA PCIE IP
9347 M:      Ley Foon Tan <lftan@altera.com>
9348 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9349 L:      linux-pci@vger.kernel.org
9350 S:      Supported
9351 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
9352 F:      drivers/pci/host/pcie-altera.c
9353
9354 PCI DRIVER FOR ARM VERSATILE PLATFORM
9355 M:      Rob Herring <robh@kernel.org>
9356 L:      linux-pci@vger.kernel.org
9357 L:      linux-arm-kernel@lists.infradead.org
9358 S:      Maintained
9359 F:      Documentation/devicetree/bindings/pci/versatile.txt
9360 F:      drivers/pci/host/pci-versatile.c
9361
9362 PCI DRIVER FOR ARMADA 8K
9363 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9364 L:      linux-pci@vger.kernel.org
9365 L:      linux-arm-kernel@lists.infradead.org
9366 S:      Maintained
9367 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
9368 F:      drivers/pci/host/pcie-armada8k.c
9369
9370 PCI DRIVER FOR APPLIEDMICRO XGENE
9371 M:      Tanmay Inamdar <tinamdar@apm.com>
9372 L:      linux-pci@vger.kernel.org
9373 L:      linux-arm-kernel@lists.infradead.org
9374 S:      Maintained
9375 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
9376 F:      drivers/pci/host/pci-xgene.c
9377
9378 PCI DRIVER FOR FREESCALE LAYERSCAPE
9379 M:      Minghuan Lian <minghuan.Lian@freescale.com>
9380 M:      Mingkai Hu <mingkai.hu@freescale.com>
9381 M:      Roy Zang <tie-fei.zang@freescale.com>
9382 L:      linuxppc-dev@lists.ozlabs.org
9383 L:      linux-pci@vger.kernel.org
9384 L:      linux-arm-kernel@lists.infradead.org
9385 S:      Maintained
9386 F:      drivers/pci/host/*layerscape*
9387
9388 PCI DRIVER FOR IMX6
9389 M:      Richard Zhu <hongxing.zhu@nxp.com>
9390 M:      Lucas Stach <l.stach@pengutronix.de>
9391 L:      linux-pci@vger.kernel.org
9392 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9393 S:      Maintained
9394 F:      Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
9395 F:      drivers/pci/host/*imx6*
9396
9397 PCI DRIVER FOR TI KEYSTONE
9398 M:      Murali Karicheri <m-karicheri2@ti.com>
9399 L:      linux-pci@vger.kernel.org
9400 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9401 S:      Maintained
9402 F:      drivers/pci/host/*keystone*
9403
9404 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9405 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9406 M:      Jason Cooper <jason@lakedaemon.net>
9407 L:      linux-pci@vger.kernel.org
9408 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9409 S:      Maintained
9410 F:      drivers/pci/host/*mvebu*
9411
9412 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9413 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9414 L:      linux-pci@vger.kernel.org
9415 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9416 S:      Maintained
9417 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
9418 F:      drivers/pci/host/pci-aardvark.c
9419
9420 PCI DRIVER FOR NVIDIA TEGRA
9421 M:      Thierry Reding <thierry.reding@gmail.com>
9422 L:      linux-tegra@vger.kernel.org
9423 L:      linux-pci@vger.kernel.org
9424 S:      Supported
9425 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9426 F:      drivers/pci/host/pci-tegra.c
9427
9428 PCI DRIVER FOR TI DRA7XX
9429 M:      Kishon Vijay Abraham I <kishon@ti.com>
9430 L:      linux-omap@vger.kernel.org
9431 L:      linux-pci@vger.kernel.org
9432 S:      Supported
9433 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
9434 F:      drivers/pci/host/pci-dra7xx.c
9435
9436 PCI DRIVER FOR RENESAS R-CAR
9437 M:      Simon Horman <horms@verge.net.au>
9438 L:      linux-pci@vger.kernel.org
9439 L:      linux-renesas-soc@vger.kernel.org
9440 S:      Maintained
9441 F:      drivers/pci/host/*rcar*
9442
9443 PCI DRIVER FOR SAMSUNG EXYNOS
9444 M:      Jingoo Han <jingoohan1@gmail.com>
9445 L:      linux-pci@vger.kernel.org
9446 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9447 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9448 S:      Maintained
9449 F:      drivers/pci/host/pci-exynos.c
9450
9451 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9452 M:      Jingoo Han <jingoohan1@gmail.com>
9453 M:      Joao Pinto <Joao.Pinto@synopsys.com>
9454 L:      linux-pci@vger.kernel.org
9455 S:      Maintained
9456 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
9457 F:      drivers/pci/host/*designware*
9458
9459 PCI DRIVER FOR GENERIC OF HOSTS
9460 M:      Will Deacon <will.deacon@arm.com>
9461 L:      linux-pci@vger.kernel.org
9462 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9463 S:      Maintained
9464 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
9465 F:      drivers/pci/host/pci-host-common.c
9466 F:      drivers/pci/host/pci-host-generic.c
9467
9468 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9469 M:      Keith Busch <keith.busch@intel.com>
9470 L:      linux-pci@vger.kernel.org
9471 S:      Supported
9472 F:      drivers/pci/host/vmd.c
9473
9474 PCIE DRIVER FOR ST SPEAR13XX
9475 M:      Pratyush Anand <pratyush.anand@gmail.com>
9476 L:      linux-pci@vger.kernel.org
9477 S:      Maintained
9478 F:      drivers/pci/host/*spear*
9479
9480 PCI MSI DRIVER FOR ALTERA MSI IP
9481 M:      Ley Foon Tan <lftan@altera.com>
9482 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9483 L:      linux-pci@vger.kernel.org
9484 S:      Supported
9485 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9486 F:      drivers/pci/host/pcie-altera-msi.c
9487
9488 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9489 M:      Duc Dang <dhdang@apm.com>
9490 L:      linux-pci@vger.kernel.org
9491 L:      linux-arm-kernel@lists.infradead.org
9492 S:      Maintained
9493 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9494 F:      drivers/pci/host/pci-xgene-msi.c
9495
9496 PCIE DRIVER FOR AXIS ARTPEC
9497 M:      Niklas Cassel <niklas.cassel@axis.com>
9498 M:      Jesper Nilsson <jesper.nilsson@axis.com>
9499 L:      linux-arm-kernel@axis.com
9500 L:      linux-pci@vger.kernel.org
9501 S:      Maintained
9502 F:      Documentation/devicetree/bindings/pci/axis,artpec*
9503 F:      drivers/pci/host/*artpec*
9504
9505 PCIE DRIVER FOR HISILICON
9506 M:      Zhou Wang <wangzhou1@hisilicon.com>
9507 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
9508 L:      linux-pci@vger.kernel.org
9509 S:      Maintained
9510 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9511 F:      drivers/pci/host/pcie-hisi.c
9512
9513 PCIE DRIVER FOR ROCKCHIP
9514 M:      Shawn Lin <shawn.lin@rock-chips.com>
9515 M:      Wenrui Li <wenrui.li@rock-chips.com>
9516 L:      linux-pci@vger.kernel.org
9517 L:      linux-rockchip@lists.infradead.org
9518 S:      Maintained
9519 F:      Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9520 F:      drivers/pci/host/pcie-rockchip.c
9521
9522 PCIE DRIVER FOR QUALCOMM MSM
9523 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
9524 L:     linux-pci@vger.kernel.org
9525 L:     linux-arm-msm@vger.kernel.org
9526 S:     Maintained
9527 F:     drivers/pci/host/*qcom*
9528
9529 PCIE DRIVER FOR CAVIUM THUNDERX
9530 M:      David Daney <david.daney@cavium.com>
9531 L:      linux-pci@vger.kernel.org
9532 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9533 S:      Supported
9534 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
9535 F:      drivers/pci/host/pci-thunder-*
9536
9537 PCMCIA SUBSYSTEM
9538 P:      Linux PCMCIA Team
9539 L:      linux-pcmcia@lists.infradead.org
9540 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9541 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9542 S:      Maintained
9543 F:      Documentation/pcmcia/
9544 F:      tools/pcmcia/
9545 F:      drivers/pcmcia/
9546 F:      include/pcmcia/
9547
9548 PCNET32 NETWORK DRIVER
9549 M:      Don Fry <pcnet32@frontier.com>
9550 L:      netdev@vger.kernel.org
9551 S:      Maintained
9552 F:      drivers/net/ethernet/amd/pcnet32.c
9553
9554 PCRYPT PARALLEL CRYPTO ENGINE
9555 M:      Steffen Klassert <steffen.klassert@secunet.com>
9556 L:      linux-crypto@vger.kernel.org
9557 S:      Maintained
9558 F:      crypto/pcrypt.c
9559 F:      include/crypto/pcrypt.h
9560
9561 PER-CPU MEMORY ALLOCATOR
9562 M:      Tejun Heo <tj@kernel.org>
9563 M:      Christoph Lameter <cl@linux.com>
9564 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9565 S:      Maintained
9566 F:      include/linux/percpu*.h
9567 F:      mm/percpu*.c
9568 F:      arch/*/include/asm/percpu.h
9569
9570 PER-TASK DELAY ACCOUNTING
9571 M:      Balbir Singh <bsingharora@gmail.com>
9572 S:      Maintained
9573 F:      include/linux/delayacct.h
9574 F:      kernel/delayacct.c
9575
9576 PERFORMANCE EVENTS SUBSYSTEM
9577 M:      Peter Zijlstra <peterz@infradead.org>
9578 M:      Ingo Molnar <mingo@redhat.com>
9579 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
9580 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9581 L:      linux-kernel@vger.kernel.org
9582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9583 S:      Supported
9584 F:      kernel/events/*
9585 F:      include/linux/perf_event.h
9586 F:      include/uapi/linux/perf_event.h
9587 F:      arch/*/kernel/perf_event*.c
9588 F:      arch/*/kernel/*/perf_event*.c
9589 F:      arch/*/kernel/*/*/perf_event*.c
9590 F:      arch/*/include/asm/perf_event.h
9591 F:      arch/*/kernel/perf_callchain.c
9592 F:      arch/*/events/*
9593 F:      tools/perf/
9594
9595 PERSONALITY HANDLING
9596 M:      Christoph Hellwig <hch@infradead.org>
9597 L:      linux-abi-devel@lists.sourceforge.net
9598 S:      Maintained
9599 F:      include/linux/personality.h
9600 F:      include/uapi/linux/personality.h
9601
9602 PHONET PROTOCOL
9603 M:      Remi Denis-Courmont <courmisch@gmail.com>
9604 S:      Supported
9605 F:      Documentation/networking/phonet.txt
9606 F:      include/linux/phonet.h
9607 F:      include/net/phonet/
9608 F:      include/uapi/linux/phonet.h
9609 F:      net/phonet/
9610
9611 PHRAM MTD DRIVER
9612 M:      Joern Engel <joern@lazybastard.org>
9613 L:      linux-mtd@lists.infradead.org
9614 S:      Maintained
9615 F:      drivers/mtd/devices/phram.c
9616
9617 PICOLCD HID DRIVER
9618 M:      Bruno Prémont <bonbons@linux-vserver.org>
9619 L:      linux-input@vger.kernel.org
9620 S:      Maintained
9621 F:      drivers/hid/hid-picolcd*
9622
9623 PICOXCELL SUPPORT
9624 M:      Jamie Iles <jamie@jamieiles.com>
9625 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9626 T:      git git://github.com/jamieiles/linux-2.6-ji.git
9627 S:      Supported
9628 F:      arch/arm/boot/dts/picoxcell*
9629 F:      arch/arm/mach-picoxcell/
9630 F:      drivers/crypto/picoxcell*
9631
9632 PIN CONTROL SUBSYSTEM
9633 M:      Linus Walleij <linus.walleij@linaro.org>
9634 L:      linux-gpio@vger.kernel.org
9635 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9636 S:      Maintained
9637 F:      Documentation/devicetree/bindings/pinctrl/
9638 F:      Documentation/pinctrl.txt
9639 F:      drivers/pinctrl/
9640 F:      include/linux/pinctrl/
9641
9642 PIN CONTROLLER - ATMEL AT91
9643 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9644 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9645 S:      Maintained
9646 F:      drivers/pinctrl/pinctrl-at91.*
9647
9648 PIN CONTROLLER - ATMEL AT91 PIO4
9649 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
9650 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9651 L:      linux-gpio@vger.kernel.org
9652 S:      Supported
9653 F:      drivers/pinctrl/pinctrl-at91-pio4.*
9654
9655 PIN CONTROLLER - INTEL
9656 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9657 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
9658 S:      Maintained
9659 F:      drivers/pinctrl/intel/
9660
9661 PIN CONTROLLER - RENESAS
9662 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9663 M:      Geert Uytterhoeven <geert+renesas@glider.be>
9664 L:      linux-renesas-soc@vger.kernel.org
9665 S:      Maintained
9666 F:      drivers/pinctrl/sh-pfc/
9667
9668 PIN CONTROLLER - SAMSUNG
9669 M:      Tomasz Figa <tomasz.figa@gmail.com>
9670 M:      Krzysztof Kozlowski <krzk@kernel.org>
9671 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9672 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9673 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9674 S:      Maintained
9675 F:      drivers/pinctrl/samsung/
9676 F:      include/dt-bindings/pinctrl/samsung.h
9677 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
9678
9679 PIN CONTROLLER - SINGLE
9680 M:      Tony Lindgren <tony@atomide.com>
9681 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
9682 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9683 L:      linux-omap@vger.kernel.org
9684 S:      Maintained
9685 F:      drivers/pinctrl/pinctrl-single.c
9686
9687 PIN CONTROLLER - ST SPEAR
9688 M:      Viresh Kumar <vireshk@kernel.org>
9689 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9690 W:      http://www.st.com/spear
9691 S:      Maintained
9692 F:      drivers/pinctrl/spear/
9693
9694 PISTACHIO SOC SUPPORT
9695 M:      James Hartley <james.hartley@imgtec.com>
9696 M:      Ionela Voinescu <ionela.voinescu@imgtec.com>
9697 L:      linux-mips@linux-mips.org
9698 S:      Maintained
9699 F:      arch/mips/pistachio/
9700 F:      arch/mips/include/asm/mach-pistachio/
9701 F:      arch/mips/boot/dts/pistachio/
9702 F:      arch/mips/configs/pistachio*_defconfig
9703
9704 PKTCDVD DRIVER
9705 S:      Orphan
9706 M:      linux-block@vger.kernel.org
9707 F:      drivers/block/pktcdvd.c
9708 F:      include/linux/pktcdvd.h
9709 F:      include/uapi/linux/pktcdvd.h
9710
9711 PKUNITY SOC DRIVERS
9712 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9713 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9714 S:      Maintained
9715 T:      git git://github.com/gxt/linux.git
9716 F:      drivers/input/serio/i8042-unicore32io.h
9717 F:      drivers/i2c/busses/i2c-puv3.c
9718 F:      drivers/video/fbdev/fb-puv3.c
9719 F:      drivers/rtc/rtc-puv3.c
9720
9721 PMBUS HARDWARE MONITORING DRIVERS
9722 M:      Guenter Roeck <linux@roeck-us.net>
9723 L:      linux-hwmon@vger.kernel.org
9724 W:      http://hwmon.wiki.kernel.org/
9725 W:      http://www.roeck-us.net/linux/drivers/
9726 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9727 S:      Maintained
9728 F:      Documentation/hwmon/pmbus
9729 F:      drivers/hwmon/pmbus/
9730 F:      include/linux/i2c/pmbus.h
9731
9732 PMC SIERRA MaxRAID DRIVER
9733 L:      linux-scsi@vger.kernel.org
9734 W:      http://www.pmc-sierra.com/
9735 S:      Orphan
9736 F:      drivers/scsi/pmcraid.*
9737
9738 PMC SIERRA PM8001 DRIVER
9739 M:      Jack Wang <jinpu.wang@profitbricks.com>
9740 M:      lindar_liu@usish.com
9741 L:      pmchba@pmcs.com
9742 L:      linux-scsi@vger.kernel.org
9743 S:      Supported
9744 F:      drivers/scsi/pm8001/
9745
9746 POSIX CLOCKS and TIMERS
9747 M:      Thomas Gleixner <tglx@linutronix.de>
9748 L:      linux-kernel@vger.kernel.org
9749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9750 S:      Maintained
9751 F:      fs/timerfd.c
9752 F:      include/linux/timer*
9753 F:      kernel/time/*timer*
9754
9755 POWER MANAGEMENT CORE
9756 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9757 L:      linux-pm@vger.kernel.org
9758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9759 B:      https://bugzilla.kernel.org
9760 S:      Supported
9761 F:      drivers/base/power/
9762 F:      include/linux/pm.h
9763 F:      include/linux/pm_*
9764 F:      include/linux/powercap.h
9765 F:      drivers/powercap/
9766
9767 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9768 M:      Sebastian Reichel <sre@kernel.org>
9769 L:      linux-pm@vger.kernel.org
9770 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9771 S:      Maintained
9772 F:      Documentation/devicetree/bindings/power/supply/
9773 F:      include/linux/power_supply.h
9774 F:      drivers/power/supply/
9775
9776 POWER STATE COORDINATION INTERFACE (PSCI)
9777 M:      Mark Rutland <mark.rutland@arm.com>
9778 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9779 L:      linux-arm-kernel@lists.infradead.org
9780 S:      Maintained
9781 F:      drivers/firmware/psci.c
9782 F:      include/linux/psci.h
9783 F:      include/uapi/linux/psci.h
9784
9785 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9786 M:      Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9787 L:      linuxppc-dev@lists.ozlabs.org
9788 S:      Maintained
9789 F:      drivers/char/powernv-op-panel.c
9790
9791 PNP SUPPORT
9792 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9793 S:      Maintained
9794 F:      drivers/pnp/
9795
9796 PPP PROTOCOL DRIVERS AND COMPRESSORS
9797 M:      Paul Mackerras <paulus@samba.org>
9798 L:      linux-ppp@vger.kernel.org
9799 S:      Maintained
9800 F:      drivers/net/ppp/ppp_*
9801
9802 PPP OVER ATM (RFC 2364)
9803 M:      Mitchell Blank Jr <mitch@sfgoth.com>
9804 S:      Maintained
9805 F:      net/atm/pppoatm.c
9806 F:      include/uapi/linux/atmppp.h
9807
9808 PPP OVER ETHERNET
9809 M:      Michal Ostrowski <mostrows@earthlink.net>
9810 S:      Maintained
9811 F:      drivers/net/ppp/pppoe.c
9812 F:      drivers/net/ppp/pppox.c
9813
9814 PPP OVER L2TP
9815 M:      James Chapman <jchapman@katalix.com>
9816 S:      Maintained
9817 F:      net/l2tp/l2tp_ppp.c
9818 F:      include/linux/if_pppol2tp.h
9819 F:      include/uapi/linux/if_pppol2tp.h
9820
9821 PPS SUPPORT
9822 M:      Rodolfo Giometti <giometti@enneenne.com>
9823 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
9824 L:      linuxpps@ml.enneenne.com (subscribers-only)
9825 S:      Maintained
9826 F:      Documentation/pps/
9827 F:      drivers/pps/
9828 F:      include/linux/pps*.h
9829
9830 PPTP DRIVER
9831 M:      Dmitry Kozlov <xeb@mail.ru>
9832 L:      netdev@vger.kernel.org
9833 S:      Maintained
9834 F:      drivers/net/ppp/pptp.c
9835 W:      http://sourceforge.net/projects/accel-pptp
9836
9837 PREEMPTIBLE KERNEL
9838 M:      Robert Love <rml@tech9.net>
9839 L:      kpreempt-tech@lists.sourceforge.net
9840 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9841 S:      Supported
9842 F:      Documentation/preempt-locking.txt
9843 F:      include/linux/preempt.h
9844
9845 PRISM54 WIRELESS DRIVER
9846 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
9847 L:      linux-wireless@vger.kernel.org
9848 W:      http://wireless.kernel.org/en/users/Drivers/p54
9849 S:      Obsolete
9850 F:      drivers/net/wireless/intersil/prism54/
9851
9852 PS3 NETWORK SUPPORT
9853 M:      Geoff Levand <geoff@infradead.org>
9854 L:      netdev@vger.kernel.org
9855 L:      linuxppc-dev@lists.ozlabs.org
9856 S:      Maintained
9857 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
9858
9859 PS3 PLATFORM SUPPORT
9860 M:      Geoff Levand <geoff@infradead.org>
9861 L:      linuxppc-dev@lists.ozlabs.org
9862 S:      Maintained
9863 F:      arch/powerpc/boot/ps3*
9864 F:      arch/powerpc/include/asm/lv1call.h
9865 F:      arch/powerpc/include/asm/ps3*.h
9866 F:      arch/powerpc/platforms/ps3/
9867 F:      drivers/*/ps3*
9868 F:      drivers/ps3/
9869 F:      drivers/rtc/rtc-ps3.c
9870 F:      drivers/usb/host/*ps3.c
9871 F:      sound/ppc/snd_ps3*
9872
9873 PS3VRAM DRIVER
9874 M:      Jim Paris <jim@jtan.com>
9875 M:      Geoff Levand <geoff@infradead.org>
9876 L:      linuxppc-dev@lists.ozlabs.org
9877 S:      Maintained
9878 F:      drivers/block/ps3vram.c
9879
9880 PSTORE FILESYSTEM
9881 M:      Anton Vorontsov <anton@enomsg.org>
9882 M:      Colin Cross <ccross@android.com>
9883 M:      Kees Cook <keescook@chromium.org>
9884 M:      Tony Luck <tony.luck@intel.com>
9885 S:      Maintained
9886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9887 F:      fs/pstore/
9888 F:      include/linux/pstore*
9889 F:      drivers/firmware/efi/efi-pstore.c
9890 F:      drivers/acpi/apei/erst.c
9891
9892 PTP HARDWARE CLOCK SUPPORT
9893 M:      Richard Cochran <richardcochran@gmail.com>
9894 L:      netdev@vger.kernel.org
9895 S:      Maintained
9896 W:      http://linuxptp.sourceforge.net/
9897 F:      Documentation/ABI/testing/sysfs-ptp
9898 F:      Documentation/ptp/*
9899 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9900 F:      drivers/net/phy/dp83640*
9901 F:      drivers/ptp/*
9902 F:      include/linux/ptp_cl*
9903
9904 PTRACE SUPPORT
9905 M:      Roland McGrath <roland@hack.frob.com>
9906 M:      Oleg Nesterov <oleg@redhat.com>
9907 S:      Maintained
9908 F:      include/asm-generic/syscall.h
9909 F:      include/linux/ptrace.h
9910 F:      include/linux/regset.h
9911 F:      include/linux/tracehook.h
9912 F:      include/uapi/linux/ptrace.h
9913 F:      kernel/ptrace.c
9914
9915 PULSE8-CEC DRIVER
9916 M:      Hans Verkuil <hverkuil@xs4all.nl>
9917 L:      linux-media@vger.kernel.org
9918 T:      git git://linuxtv.org/media_tree.git
9919 S:      Maintained
9920 F:      drivers/staging/media/pulse8-cec
9921
9922 PVRUSB2 VIDEO4LINUX DRIVER
9923 M:      Mike Isely <isely@pobox.com>
9924 L:      pvrusb2@isely.net       (subscribers-only)
9925 L:      linux-media@vger.kernel.org
9926 W:      http://www.isely.net/pvrusb2/
9927 T:      git git://linuxtv.org/media_tree.git
9928 S:      Maintained
9929 F:      Documentation/media/v4l-drivers/pvrusb2*
9930 F:      drivers/media/usb/pvrusb2/
9931
9932 PWC WEBCAM DRIVER
9933 M:      Hans Verkuil <hverkuil@xs4all.nl>
9934 L:      linux-media@vger.kernel.org
9935 T:      git git://linuxtv.org/media_tree.git
9936 S:      Odd Fixes
9937 F:      drivers/media/usb/pwc/*
9938
9939 PWM FAN DRIVER
9940 M:      Kamil Debski <kamil@wypas.org>
9941 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
9942 L:      linux-hwmon@vger.kernel.org
9943 S:      Supported
9944 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9945 F:      Documentation/hwmon/pwm-fan
9946 F:      drivers/hwmon/pwm-fan.c
9947
9948 PWM SUBSYSTEM
9949 M:      Thierry Reding <thierry.reding@gmail.com>
9950 L:      linux-pwm@vger.kernel.org
9951 S:      Maintained
9952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9953 F:      Documentation/pwm.txt
9954 F:      Documentation/devicetree/bindings/pwm/
9955 F:      include/linux/pwm.h
9956 F:      drivers/pwm/
9957 F:      drivers/video/backlight/pwm_bl.c
9958 F:      include/linux/pwm_backlight.h
9959
9960 PXA2xx/PXA3xx SUPPORT
9961 M:      Daniel Mack <daniel@zonque.org>
9962 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9963 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9964 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9965 T:      git git://github.com/hzhuang1/linux.git
9966 T:      git git://github.com/rjarzmik/linux.git
9967 S:      Maintained
9968 F:      arch/arm/boot/dts/pxa*
9969 F:      arch/arm/mach-pxa/
9970 F:      drivers/dma/pxa*
9971 F:      drivers/pcmcia/pxa2xx*
9972 F:      drivers/pinctrl/pxa/
9973 F:      drivers/spi/spi-pxa2xx*
9974 F:      drivers/usb/gadget/udc/pxa2*
9975 F:      include/sound/pxa2xx-lib.h
9976 F:      sound/arm/pxa*
9977 F:      sound/soc/pxa/
9978
9979 PXA GPIO DRIVER
9980 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9981 L:      linux-gpio@vger.kernel.org
9982 S:      Maintained
9983 F:      drivers/gpio/gpio-pxa.c
9984
9985 PXA3xx NAND FLASH DRIVER
9986 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9987 L:      linux-mtd@lists.infradead.org
9988 S:      Maintained
9989 F:      drivers/mtd/nand/pxa3xx_nand.c
9990
9991 MMP SUPPORT
9992 M:      Eric Miao <eric.y.miao@gmail.com>
9993 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9994 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9995 T:      git git://github.com/hzhuang1/linux.git
9996 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
9997 S:      Maintained
9998 F:      arch/arm/boot/dts/mmp*
9999 F:      arch/arm/mach-mmp/
10000
10001 PXA MMCI DRIVER
10002 S:      Orphan
10003
10004 PXA RTC DRIVER
10005 M:      Robert Jarzmik <robert.jarzmik@free.fr>
10006 L:      rtc-linux@googlegroups.com
10007 S:      Maintained
10008
10009 QAT DRIVER
10010 M:      Giovanni Cabiddu <giovanni.cabiddu@intel.com>
10011 M:      Salvatore Benedetto <salvatore.benedetto@intel.com>
10012 L:      qat-linux@intel.com
10013 S:      Supported
10014 F:      drivers/crypto/qat/
10015
10016 QIB DRIVER
10017 M:      Mike Marciniszyn <infinipath@intel.com>
10018 L:      linux-rdma@vger.kernel.org
10019 S:      Supported
10020 F:      drivers/infiniband/hw/qib/
10021
10022 QLOGIC QLA1280 SCSI DRIVER
10023 M:      Michael Reed <mdr@sgi.com>
10024 L:      linux-scsi@vger.kernel.org
10025 S:      Maintained
10026 F:      drivers/scsi/qla1280.[ch]
10027
10028 QLOGIC QLA2XXX FC-SCSI DRIVER
10029 M:      qla2xxx-upstream@qlogic.com
10030 L:      linux-scsi@vger.kernel.org
10031 S:      Supported
10032 F:      Documentation/scsi/LICENSE.qla2xxx
10033 F:      drivers/scsi/qla2xxx/
10034
10035 QLOGIC QLA4XXX iSCSI DRIVER
10036 M:      QLogic-Storage-Upstream@qlogic.com
10037 L:      linux-scsi@vger.kernel.org
10038 S:      Supported
10039 F:      Documentation/scsi/LICENSE.qla4xxx
10040 F:      drivers/scsi/qla4xxx/
10041
10042 QLOGIC QLA3XXX NETWORK DRIVER
10043 M:      Dept-GELinuxNICDev@cavium.com
10044 L:      netdev@vger.kernel.org
10045 S:      Supported
10046 F:      Documentation/networking/LICENSE.qla3xxx
10047 F:      drivers/net/ethernet/qlogic/qla3xxx.*
10048
10049 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
10050 M:      Harish Patil <harish.patil@cavium.com>
10051 M:      Manish Chopra <manish.chopra@cavium.com>
10052 M:      Dept-GELinuxNICDev@cavium.com
10053 L:      netdev@vger.kernel.org
10054 S:      Supported
10055 F:      drivers/net/ethernet/qlogic/qlcnic/
10056
10057 QLOGIC QLGE 10Gb ETHERNET DRIVER
10058 M:      Harish Patil <harish.patil@cavium.com>
10059 M:      Manish Chopra <manish.chopra@cavium.com>
10060 M:      Dept-GELinuxNICDev@cavium.com
10061 L:      netdev@vger.kernel.org
10062 S:      Supported
10063 F:      drivers/net/ethernet/qlogic/qlge/
10064
10065 QLOGIC QL4xxx ETHERNET DRIVER
10066 M:      Yuval Mintz <Yuval.Mintz@cavium.com>
10067 M:      Ariel Elior <Ariel.Elior@cavium.com>
10068 M:      everest-linux-l2@cavium.com
10069 L:      netdev@vger.kernel.org
10070 S:      Supported
10071 F:      drivers/net/ethernet/qlogic/qed/
10072 F:      include/linux/qed/
10073 F:      drivers/net/ethernet/qlogic/qede/
10074
10075 QNX4 FILESYSTEM
10076 M:      Anders Larsen <al@alarsen.net>
10077 W:      http://www.alarsen.net/linux/qnx4fs/
10078 S:      Maintained
10079 F:      fs/qnx4/
10080 F:      include/uapi/linux/qnx4_fs.h
10081 F:      include/uapi/linux/qnxtypes.h
10082
10083 QORIQ DPAA2 FSL-MC BUS DRIVER
10084 M:      Stuart Yoder <stuart.yoder@nxp.com>
10085 L:      linux-kernel@vger.kernel.org
10086 S:      Maintained
10087 F:      drivers/staging/fsl-mc/
10088
10089 QT1010 MEDIA DRIVER
10090 M:      Antti Palosaari <crope@iki.fi>
10091 L:      linux-media@vger.kernel.org
10092 W:      https://linuxtv.org
10093 W:      http://palosaari.fi/linux/
10094 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10095 T:      git git://linuxtv.org/anttip/media_tree.git
10096 S:      Maintained
10097 F:      drivers/media/tuners/qt1010*
10098
10099 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
10100 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
10101 L:      linux-wireless@vger.kernel.org
10102 L:      ath9k-devel@lists.ath9k.org
10103 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
10104 S:      Supported
10105 F:      drivers/net/wireless/ath/ath9k/
10106
10107 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
10108 M:      Kalle Valo <kvalo@qca.qualcomm.com>
10109 L:      ath10k@lists.infradead.org
10110 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
10111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
10112 S:      Supported
10113 F:      drivers/net/wireless/ath/ath10k/
10114
10115 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
10116 M:      Timur Tabi <timur@codeaurora.org>
10117 L:      netdev@vger.kernel.org
10118 S:      Supported
10119 F:      drivers/net/ethernet/qualcomm/emac/
10120
10121 QUALCOMM HEXAGON ARCHITECTURE
10122 M:      Richard Kuo <rkuo@codeaurora.org>
10123 L:      linux-hexagon@vger.kernel.org
10124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
10125 S:      Supported
10126 F:      arch/hexagon/
10127
10128 QUALCOMM WCN36XX WIRELESS DRIVER
10129 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
10130 L:      wcn36xx@lists.infradead.org
10131 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
10132 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
10133 S:      Supported
10134 F:      drivers/net/wireless/ath/wcn36xx/
10135
10136 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10137 M:      Gabriel Somlo <somlo@cmu.edu>
10138 M:      "Michael S. Tsirkin" <mst@redhat.com>
10139 L:      qemu-devel@nongnu.org
10140 S:      Maintained
10141 F:      drivers/firmware/qemu_fw_cfg.c
10142
10143 RADOS BLOCK DEVICE (RBD)
10144 M:      Ilya Dryomov <idryomov@gmail.com>
10145 M:      Sage Weil <sage@redhat.com>
10146 M:      Alex Elder <elder@kernel.org>
10147 L:      ceph-devel@vger.kernel.org
10148 W:      http://ceph.com/
10149 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10150 T:      git git://github.com/ceph/ceph-client.git
10151 S:      Supported
10152 F:      Documentation/ABI/testing/sysfs-bus-rbd
10153 F:      drivers/block/rbd.c
10154 F:      drivers/block/rbd_types.h
10155
10156 RADEON FRAMEBUFFER DISPLAY DRIVER
10157 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
10158 L:      linux-fbdev@vger.kernel.org
10159 S:      Maintained
10160 F:      drivers/video/fbdev/aty/radeon*
10161 F:      include/uapi/linux/radeonfb.h
10162
10163 RADIOSHARK RADIO DRIVER
10164 M:      Hans Verkuil <hverkuil@xs4all.nl>
10165 L:      linux-media@vger.kernel.org
10166 T:      git git://linuxtv.org/media_tree.git
10167 S:      Maintained
10168 F:      drivers/media/radio/radio-shark.c
10169
10170 RADIOSHARK2 RADIO DRIVER
10171 M:      Hans Verkuil <hverkuil@xs4all.nl>
10172 L:      linux-media@vger.kernel.org
10173 T:      git git://linuxtv.org/media_tree.git
10174 S:      Maintained
10175 F:      drivers/media/radio/radio-shark2.c
10176 F:      drivers/media/radio/radio-tea5777.c
10177
10178 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10179 M:      Paul Mackerras <paulus@samba.org>
10180 L:      linux-fbdev@vger.kernel.org
10181 S:      Maintained
10182 F:      drivers/video/fbdev/aty/aty128fb.c
10183
10184 RALINK MIPS ARCHITECTURE
10185 M:      John Crispin <john@phrozen.org>
10186 L:      linux-mips@linux-mips.org
10187 S:      Maintained
10188 F:      arch/mips/ralink
10189
10190 RALINK RT2X00 WIRELESS LAN DRIVER
10191 P:      rt2x00 project
10192 M:      Stanislaw Gruszka <sgruszka@redhat.com>
10193 M:      Helmut Schaa <helmut.schaa@googlemail.com>
10194 L:      linux-wireless@vger.kernel.org
10195 S:      Maintained
10196 F:      drivers/net/wireless/ralink/rt2x00/
10197
10198 RAMDISK RAM BLOCK DEVICE DRIVER
10199 M:      Jens Axboe <axboe@kernel.dk>
10200 S:      Maintained
10201 F:      Documentation/blockdev/ramdisk.txt
10202 F:      drivers/block/brd.c
10203
10204 RANDOM NUMBER DRIVER
10205 M:      "Theodore Ts'o" <tytso@mit.edu>
10206 S:      Maintained
10207 F:      drivers/char/random.c
10208
10209 RAPIDIO SUBSYSTEM
10210 M:      Matt Porter <mporter@kernel.crashing.org>
10211 M:      Alexandre Bounine <alexandre.bounine@idt.com>
10212 S:      Maintained
10213 F:      drivers/rapidio/
10214
10215 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10216 L:      linux-wireless@vger.kernel.org
10217 S:      Orphan
10218 F:      drivers/net/wireless/ray*
10219
10220 RCUTORTURE MODULE
10221 M:      Josh Triplett <josh@joshtriplett.org>
10222 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10223 L:      linux-kernel@vger.kernel.org
10224 S:      Supported
10225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10226 F:      Documentation/RCU/torture.txt
10227 F:      kernel/rcu/rcutorture.c
10228
10229 RCUTORTURE TEST FRAMEWORK
10230 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10231 M:      Josh Triplett <josh@joshtriplett.org>
10232 R:      Steven Rostedt <rostedt@goodmis.org>
10233 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10234 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10235 L:      linux-kernel@vger.kernel.org
10236 S:      Supported
10237 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10238 F:      tools/testing/selftests/rcutorture
10239
10240 RDC R-321X SoC
10241 M:      Florian Fainelli <florian@openwrt.org>
10242 S:      Maintained
10243
10244 RDC R6040 FAST ETHERNET DRIVER
10245 M:      Florian Fainelli <f.fainelli@gmail.com>
10246 L:      netdev@vger.kernel.org
10247 S:      Maintained
10248 F:      drivers/net/ethernet/rdc/r6040.c
10249
10250 RDS - RELIABLE DATAGRAM SOCKETS
10251 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
10252 L:      netdev@vger.kernel.org
10253 L:      linux-rdma@vger.kernel.org
10254 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
10255 W:      https://oss.oracle.com/projects/rds/
10256 S:      Supported
10257 F:      net/rds/
10258 F:      Documentation/networking/rds.txt
10259
10260 RDMAVT - RDMA verbs software
10261 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
10262 L:      linux-rdma@vger.kernel.org
10263 S:      Supported
10264 F:      drivers/infiniband/sw/rdmavt
10265
10266 READ-COPY UPDATE (RCU)
10267 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10268 M:      Josh Triplett <josh@joshtriplett.org>
10269 R:      Steven Rostedt <rostedt@goodmis.org>
10270 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10271 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10272 L:      linux-kernel@vger.kernel.org
10273 W:      http://www.rdrop.com/users/paulmck/RCU/
10274 S:      Supported
10275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10276 F:      Documentation/RCU/
10277 X:      Documentation/RCU/torture.txt
10278 F:      include/linux/rcu*
10279 X:      include/linux/srcu.h
10280 F:      kernel/rcu/
10281 X:      kernel/torture.c
10282
10283 REAL TIME CLOCK (RTC) SUBSYSTEM
10284 M:      Alessandro Zummo <a.zummo@towertech.it>
10285 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
10286 L:      rtc-linux@googlegroups.com
10287 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
10288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10289 S:      Maintained
10290 F:      Documentation/devicetree/bindings/rtc/
10291 F:      Documentation/rtc.txt
10292 F:      drivers/rtc/
10293 F:      include/linux/rtc.h
10294 F:      include/uapi/linux/rtc.h
10295 F:      include/linux/rtc/
10296 F:      include/linux/platform_data/rtc-*
10297 F:      tools/testing/selftests/timers/rtctest.c
10298
10299 REALTEK AUDIO CODECS
10300 M:      Bard Liao <bardliao@realtek.com>
10301 M:      Oder Chiou <oder_chiou@realtek.com>
10302 S:      Maintained
10303 F:      sound/soc/codecs/rt*
10304 F:      include/sound/rt*.h
10305
10306 REISERFS FILE SYSTEM
10307 L:      reiserfs-devel@vger.kernel.org
10308 S:      Supported
10309 F:      fs/reiserfs/
10310
10311 REGISTER MAP ABSTRACTION
10312 M:      Mark Brown <broonie@kernel.org>
10313 L:      linux-kernel@vger.kernel.org
10314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10315 S:      Supported
10316 F:      Documentation/devicetree/bindings/regmap/
10317 F:      drivers/base/regmap/
10318 F:      include/linux/regmap.h
10319
10320 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10321 M:      Ohad Ben-Cohen <ohad@wizery.com>
10322 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10323 L:      linux-remoteproc@vger.kernel.org
10324 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10325 S:      Maintained
10326 F:      Documentation/devicetree/bindings/remoteproc/
10327 F:      Documentation/remoteproc.txt
10328 F:      drivers/remoteproc/
10329 F:      include/linux/remoteproc.h
10330
10331 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10332 M:      Ohad Ben-Cohen <ohad@wizery.com>
10333 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10334 L:      linux-remoteproc@vger.kernel.org
10335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10336 S:      Maintained
10337 F:      drivers/rpmsg/
10338 F:      Documentation/rpmsg.txt
10339 F:      include/linux/rpmsg.h
10340
10341 RENESAS CLOCK DRIVERS
10342 M:      Geert Uytterhoeven <geert+renesas@glider.be>
10343 L:      linux-renesas-soc@vger.kernel.org
10344 S:      Supported
10345 F:      drivers/clk/renesas/
10346
10347 RENESAS ETHERNET DRIVERS
10348 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10349 L:      netdev@vger.kernel.org
10350 L:      linux-renesas-soc@vger.kernel.org
10351 F:      drivers/net/ethernet/renesas/
10352 F:      include/linux/sh_eth.h
10353
10354 RENESAS USB2 PHY DRIVER
10355 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10356 L:      linux-renesas-soc@vger.kernel.org
10357 S:      Maintained
10358 F:      drivers/phy/phy-rcar-gen3-usb2.c
10359
10360 RESET CONTROLLER FRAMEWORK
10361 M:      Philipp Zabel <p.zabel@pengutronix.de>
10362 T:      git git://git.pengutronix.de/git/pza/linux
10363 S:      Maintained
10364 F:      drivers/reset/
10365 F:      Documentation/devicetree/bindings/reset/
10366 F:      include/dt-bindings/reset/
10367 F:      include/linux/reset.h
10368 F:      include/linux/reset-controller.h
10369
10370 RFKILL
10371 M:      Johannes Berg <johannes@sipsolutions.net>
10372 L:      linux-wireless@vger.kernel.org
10373 W:      http://wireless.kernel.org/
10374 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10375 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10376 S:      Maintained
10377 F:      Documentation/rfkill.txt
10378 F:      net/rfkill/
10379
10380 RHASHTABLE
10381 M:      Thomas Graf <tgraf@suug.ch>
10382 M:      Herbert Xu <herbert@gondor.apana.org.au>
10383 L:      netdev@vger.kernel.org
10384 S:      Maintained
10385 F:      lib/rhashtable.c
10386 F:      include/linux/rhashtable.h
10387
10388 RICOH SMARTMEDIA/XD DRIVER
10389 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10390 S:      Maintained
10391 F:      drivers/mtd/nand/r852.c
10392 F:      drivers/mtd/nand/r852.h
10393
10394 RICOH R5C592 MEMORYSTICK DRIVER
10395 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10396 S:      Maintained
10397 F:      drivers/memstick/host/r592.*
10398
10399 ROCCAT DRIVERS
10400 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
10401 W:      http://sourceforge.net/projects/roccat/
10402 S:      Maintained
10403 F:      drivers/hid/hid-roccat*
10404 F:      include/linux/hid-roccat*
10405 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
10406
10407 ROCKER DRIVER
10408 M:      Jiri Pirko <jiri@resnulli.us>
10409 L:      netdev@vger.kernel.org
10410 S:      Supported
10411 F:      drivers/net/ethernet/rocker/
10412
10413 ROCKETPORT DRIVER
10414 P:      Comtrol Corp.
10415 W:      http://www.comtrol.com
10416 S:      Maintained
10417 F:      Documentation/serial/rocket.txt
10418 F:      drivers/tty/rocket*
10419
10420 ROCKETPORT EXPRESS/INFINITY DRIVER
10421 M:      Kevin Cernekee <cernekee@gmail.com>
10422 L:      linux-serial@vger.kernel.org
10423 S:      Odd Fixes
10424 F:      drivers/tty/serial/rp2.*
10425
10426 ROSE NETWORK LAYER
10427 M:      Ralf Baechle <ralf@linux-mips.org>
10428 L:      linux-hams@vger.kernel.org
10429 W:      http://www.linux-ax25.org/
10430 S:      Maintained
10431 F:      include/net/rose.h
10432 F:      include/uapi/linux/rose.h
10433 F:      net/rose/
10434
10435 RTL2830 MEDIA DRIVER
10436 M:      Antti Palosaari <crope@iki.fi>
10437 L:      linux-media@vger.kernel.org
10438 W:      https://linuxtv.org
10439 W:      http://palosaari.fi/linux/
10440 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10441 T:      git git://linuxtv.org/anttip/media_tree.git
10442 S:      Maintained
10443 F:      drivers/media/dvb-frontends/rtl2830*
10444
10445 RTL2832 MEDIA DRIVER
10446 M:      Antti Palosaari <crope@iki.fi>
10447 L:      linux-media@vger.kernel.org
10448 W:      https://linuxtv.org
10449 W:      http://palosaari.fi/linux/
10450 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10451 T:      git git://linuxtv.org/anttip/media_tree.git
10452 S:      Maintained
10453 F:      drivers/media/dvb-frontends/rtl2832*
10454
10455 RTL2832_SDR MEDIA DRIVER
10456 M:      Antti Palosaari <crope@iki.fi>
10457 L:      linux-media@vger.kernel.org
10458 W:      https://linuxtv.org
10459 W:      http://palosaari.fi/linux/
10460 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10461 T:      git git://linuxtv.org/anttip/media_tree.git
10462 S:      Maintained
10463 F:      drivers/media/dvb-frontends/rtl2832_sdr*
10464
10465 RTL8180 WIRELESS DRIVER
10466 L:      linux-wireless@vger.kernel.org
10467 W:      http://wireless.kernel.org/
10468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10469 S:      Orphan
10470 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
10471
10472 RTL8187 WIRELESS DRIVER
10473 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10474 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
10475 M:      Larry Finger <Larry.Finger@lwfinger.net>
10476 L:      linux-wireless@vger.kernel.org
10477 W:      http://wireless.kernel.org/
10478 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10479 S:      Maintained
10480 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
10481
10482 RTL8192CE WIRELESS DRIVER
10483 M:      Larry Finger <Larry.Finger@lwfinger.net>
10484 M:      Chaoming Li <chaoming_li@realsil.com.cn>
10485 L:      linux-wireless@vger.kernel.org
10486 W:      http://wireless.kernel.org/
10487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10488 S:      Maintained
10489 F:      drivers/net/wireless/realtek/rtlwifi/
10490 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10491
10492 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10493 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10494 L:      linux-wireless@vger.kernel.org
10495 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10496 S:      Maintained
10497 F:      drivers/net/wireless/realtek/rtl8xxxu/
10498
10499 S3 SAVAGE FRAMEBUFFER DRIVER
10500 M:      Antonino Daplas <adaplas@gmail.com>
10501 L:      linux-fbdev@vger.kernel.org
10502 S:      Maintained
10503 F:      drivers/video/fbdev/savage/
10504
10505 S390
10506 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
10507 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
10508 L:      linux-s390@vger.kernel.org
10509 W:      http://www.ibm.com/developerworks/linux/linux390/
10510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10511 S:      Supported
10512 F:      arch/s390/
10513 F:      drivers/s390/
10514 F:      Documentation/s390/
10515 F:      Documentation/DocBook/s390*
10516
10517 S390 COMMON I/O LAYER
10518 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10519 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10520 L:      linux-s390@vger.kernel.org
10521 W:      http://www.ibm.com/developerworks/linux/linux390/
10522 S:      Supported
10523 F:      drivers/s390/cio/
10524
10525 S390 DASD DRIVER
10526 M:      Stefan Haberland <sth@linux.vnet.ibm.com>
10527 M:      Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
10528 L:      linux-s390@vger.kernel.org
10529 W:      http://www.ibm.com/developerworks/linux/linux390/
10530 S:      Supported
10531 F:      drivers/s390/block/dasd*
10532 F:      block/partitions/ibm.c
10533
10534 S390 NETWORK DRIVERS
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/
10540
10541 S390 PCI SUBSYSTEM
10542 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10543 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10544 L:      linux-s390@vger.kernel.org
10545 W:      http://www.ibm.com/developerworks/linux/linux390/
10546 S:      Supported
10547 F:      arch/s390/pci/
10548 F:      drivers/pci/hotplug/s390_pci_hpc.c
10549
10550 S390 ZCRYPT DRIVER
10551 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
10552 L:      linux-s390@vger.kernel.org
10553 W:      http://www.ibm.com/developerworks/linux/linux390/
10554 S:      Supported
10555 F:      drivers/s390/crypto/
10556
10557 S390 ZFCP DRIVER
10558 M:      Steffen Maier <maier@linux.vnet.ibm.com>
10559 L:      linux-s390@vger.kernel.org
10560 W:      http://www.ibm.com/developerworks/linux/linux390/
10561 S:      Supported
10562 F:      drivers/s390/scsi/zfcp_*
10563
10564 S390 IUCV NETWORK LAYER
10565 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10566 L:      linux-s390@vger.kernel.org
10567 W:      http://www.ibm.com/developerworks/linux/linux390/
10568 S:      Supported
10569 F:      drivers/s390/net/*iucv*
10570 F:      include/net/iucv/
10571 F:      net/iucv/
10572
10573 S390 IOMMU (PCI)
10574 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10575 L:      linux-s390@vger.kernel.org
10576 W:      http://www.ibm.com/developerworks/linux/linux390/
10577 S:      Supported
10578 F:      drivers/iommu/s390-iommu.c
10579
10580 S3C24XX SD/MMC Driver
10581 M:      Ben Dooks <ben-linux@fluff.org>
10582 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10583 S:      Supported
10584 F:      drivers/mmc/host/s3cmci.*
10585
10586 SAA6588 RDS RECEIVER DRIVER
10587 M:      Hans Verkuil <hverkuil@xs4all.nl>
10588 L:      linux-media@vger.kernel.org
10589 T:      git git://linuxtv.org/media_tree.git
10590 W:      https://linuxtv.org
10591 S:      Odd Fixes
10592 F:      drivers/media/i2c/saa6588*
10593
10594 SAA7134 VIDEO4LINUX DRIVER
10595 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
10596 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
10597 L:      linux-media@vger.kernel.org
10598 W:      https://linuxtv.org
10599 T:      git git://linuxtv.org/media_tree.git
10600 S:      Odd fixes
10601 F:      Documentation/media/v4l-drivers/saa7134*
10602 F:      drivers/media/pci/saa7134/
10603
10604 SAA7146 VIDEO4LINUX-2 DRIVER
10605 M:      Hans Verkuil <hverkuil@xs4all.nl>
10606 L:      linux-media@vger.kernel.org
10607 T:      git git://linuxtv.org/media_tree.git
10608 S:      Maintained
10609 F:      drivers/media/common/saa7146/
10610 F:      drivers/media/pci/saa7146/
10611 F:      include/media/saa7146*
10612
10613 SAMSUNG LAPTOP DRIVER
10614 M:      Corentin Chary <corentin.chary@gmail.com>
10615 L:      platform-driver-x86@vger.kernel.org
10616 S:      Maintained
10617 F:      drivers/platform/x86/samsung-laptop.c
10618
10619 SAMSUNG AUDIO (ASoC) DRIVERS
10620 M:      Krzysztof Kozlowski <krzk@kernel.org>
10621 M:      Sangbeom Kim <sbkim73@samsung.com>
10622 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10623 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10624 S:      Supported
10625 F:      sound/soc/samsung/
10626
10627 SAMSUNG FRAMEBUFFER DRIVER
10628 M:      Jingoo Han <jingoohan1@gmail.com>
10629 L:      linux-fbdev@vger.kernel.org
10630 S:      Maintained
10631 F:      drivers/video/fbdev/s3c-fb.c
10632
10633 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10634 M:      Sangbeom Kim <sbkim73@samsung.com>
10635 M:      Krzysztof Kozlowski <krzk@kernel.org>
10636 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10637 L:      linux-kernel@vger.kernel.org
10638 L:      linux-samsung-soc@vger.kernel.org
10639 S:      Supported
10640 F:      drivers/mfd/sec*.c
10641 F:      drivers/regulator/s2m*.c
10642 F:      drivers/regulator/s5m*.c
10643 F:      drivers/clk/clk-s2mps11.c
10644 F:      drivers/rtc/rtc-s5m.c
10645 F:      include/linux/mfd/samsung/
10646 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10647 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10648 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10649 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10650
10651 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10652 M:      Kyungmin Park <kyungmin.park@samsung.com>
10653 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10654 L:      linux-media@vger.kernel.org
10655 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
10656 S:      Supported
10657 F:      drivers/media/platform/exynos4-is/
10658
10659 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10660 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10661 L:      linux-media@vger.kernel.org
10662 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10663 S:      Maintained
10664 F:      drivers/media/platform/s3c-camif/
10665 F:      include/media/drv-intf/s3c_camif.h
10666
10667 SAMSUNG S5C73M3 CAMERA DRIVER
10668 M:      Kyungmin Park <kyungmin.park@samsung.com>
10669 M:      Andrzej Hajda <a.hajda@samsung.com>
10670 L:      linux-media@vger.kernel.org
10671 S:      Supported
10672 F:      drivers/media/i2c/s5c73m3/*
10673
10674 SAMSUNG S5K5BAF CAMERA DRIVER
10675 M:      Kyungmin Park <kyungmin.park@samsung.com>
10676 M:      Andrzej Hajda <a.hajda@samsung.com>
10677 L:      linux-media@vger.kernel.org
10678 S:      Supported
10679 F:      drivers/media/i2c/s5k5baf.c
10680
10681 SAMSUNG S3FWRN5 NFC DRIVER
10682 M:      Robert Baldyga <r.baldyga@samsung.com>
10683 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
10684 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
10685 S:      Supported
10686 F:      drivers/nfc/s3fwrn5
10687
10688 SAMSUNG SOC CLOCK DRIVERS
10689 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10690 M:      Tomasz Figa <tomasz.figa@gmail.com>
10691 M:      Chanwoo Choi <cw00.choi@samsung.com>
10692 S:      Supported
10693 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10694 F:      drivers/clk/samsung/
10695 F:      include/dt-bindings/clock/exynos*.h
10696 F:      Documentation/devicetree/bindings/clock/exynos*.txt
10697
10698 SAMSUNG SPI DRIVERS
10699 M:      Kukjin Kim <kgene@kernel.org>
10700 M:      Krzysztof Kozlowski <krzk@kernel.org>
10701 M:      Andi Shyti <andi.shyti@samsung.com>
10702 L:      linux-spi@vger.kernel.org
10703 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10704 S:      Maintained
10705 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
10706 F:      drivers/spi/spi-s3c*
10707 F:      include/linux/platform_data/spi-s3c64xx.h
10708
10709 SAMSUNG SXGBE DRIVERS
10710 M:      Byungho An <bh74.an@samsung.com>
10711 M:      Girish K S <ks.giri@samsung.com>
10712 M:      Vipul Pandya <vipul.pandya@samsung.com>
10713 S:      Supported
10714 L:      netdev@vger.kernel.org
10715 F:      drivers/net/ethernet/samsung/sxgbe/
10716
10717 SAMSUNG THERMAL DRIVER
10718 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10719 L:      linux-pm@vger.kernel.org
10720 L:      linux-samsung-soc@vger.kernel.org
10721 S:      Supported
10722 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
10723 F:      drivers/thermal/samsung/
10724
10725 SAMSUNG USB2 PHY DRIVER
10726 M:      Kamil Debski <kamil@wypas.org>
10727 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10728 L:      linux-kernel@vger.kernel.org
10729 S:      Supported
10730 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
10731 F:      Documentation/phy/samsung-usb2.txt
10732 F:      drivers/phy/phy-exynos4210-usb2.c
10733 F:      drivers/phy/phy-exynos4x12-usb2.c
10734 F:      drivers/phy/phy-exynos5250-usb2.c
10735 F:      drivers/phy/phy-s5pv210-usb2.c
10736 F:      drivers/phy/phy-samsung-usb2.c
10737 F:      drivers/phy/phy-samsung-usb2.h
10738
10739 SERIAL DRIVERS
10740 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10741 L:      linux-serial@vger.kernel.org
10742 S:      Maintained
10743 F:      Documentation/devicetree/bindings/serial/
10744 F:      drivers/tty/serial/
10745
10746 STI CEC DRIVER
10747 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
10748 L:      kernel@stlinux.com
10749 S:      Maintained
10750 F:      drivers/staging/media/st-cec/
10751 F:      Documentation/devicetree/bindings/media/stih-cec.txt
10752
10753 SYNOPSYS DESIGNWARE DMAC DRIVER
10754 M:      Viresh Kumar <vireshk@kernel.org>
10755 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10756 S:      Maintained
10757 F:      include/linux/dma/dw.h
10758 F:      include/linux/platform_data/dma-dw.h
10759 F:      drivers/dma/dw/
10760
10761 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10762 M: Lars Persson <lars.persson@axis.com>
10763 L: netdev@vger.kernel.org
10764 S: Supported
10765 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10766 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10767
10768 SYNOPSYS DESIGNWARE I2C DRIVER
10769 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
10770 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10771 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
10772 L:      linux-i2c@vger.kernel.org
10773 S:      Maintained
10774 F:      drivers/i2c/busses/i2c-designware-*
10775 F:      include/linux/platform_data/i2c-designware.h
10776
10777 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10778 M:      Jaehoon Chung <jh80.chung@samsung.com>
10779 L:      linux-mmc@vger.kernel.org
10780 S:      Maintained
10781 F:      include/linux/mmc/dw_mmc.h
10782 F:      drivers/mmc/host/dw_mmc*
10783
10784 SYSTEM TRACE MODULE CLASS
10785 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
10786 S:      Maintained
10787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10788 F:      Documentation/trace/stm.txt
10789 F:      drivers/hwtracing/stm/
10790 F:      include/linux/stm.h
10791 F:      include/uapi/linux/stm.h
10792
10793 THUNDERBOLT DRIVER
10794 M:      Andreas Noever <andreas.noever@gmail.com>
10795 S:      Maintained
10796 F:      drivers/thunderbolt/
10797
10798 TI BQ27XXX POWER SUPPLY DRIVER
10799 R:      Andrew F. Davis <afd@ti.com>
10800 F:      include/linux/power/bq27xxx_battery.h
10801 F:      drivers/power/supply/bq27xxx_battery.c
10802 F:      drivers/power/supply/bq27xxx_battery_i2c.c
10803
10804 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10805 M:      John Stultz <john.stultz@linaro.org>
10806 M:      Thomas Gleixner <tglx@linutronix.de>
10807 L:      linux-kernel@vger.kernel.org
10808 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10809 S:      Supported
10810 F:      include/linux/clocksource.h
10811 F:      include/linux/time.h
10812 F:      include/linux/timex.h
10813 F:      include/uapi/linux/time.h
10814 F:      include/uapi/linux/timex.h
10815 F:      kernel/time/clocksource.c
10816 F:      kernel/time/time*.c
10817 F:      kernel/time/alarmtimer.c
10818 F:      kernel/time/ntp.c
10819 F:      tools/testing/selftests/timers/
10820
10821 SC1200 WDT DRIVER
10822 M:      Zwane Mwaikambo <zwanem@gmail.com>
10823 S:      Maintained
10824 F:      drivers/watchdog/sc1200wdt.c
10825
10826 SCHEDULER
10827 M:      Ingo Molnar <mingo@redhat.com>
10828 M:      Peter Zijlstra <peterz@infradead.org>
10829 L:      linux-kernel@vger.kernel.org
10830 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10831 S:      Maintained
10832 F:      kernel/sched/
10833 F:      include/linux/sched.h
10834 F:      include/uapi/linux/sched.h
10835 F:      include/linux/wait.h
10836
10837 SCORE ARCHITECTURE
10838 M:      Chen Liqin <liqin.linux@gmail.com>
10839 M:      Lennox Wu <lennox.wu@gmail.com>
10840 W:      http://www.sunplus.com
10841 S:      Supported
10842 F:      arch/score/
10843
10844 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10845 M:      Sudeep Holla <sudeep.holla@arm.com>
10846 L:      linux-arm-kernel@lists.infradead.org
10847 S:      Maintained
10848 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
10849 F:      drivers/clk/clk-scpi.c
10850 F:      drivers/cpufreq/scpi-cpufreq.c
10851 F:      drivers/firmware/arm_scpi.c
10852 F:      include/linux/scpi_protocol.h
10853
10854 SCSI CDROM DRIVER
10855 M:      Jens Axboe <axboe@kernel.dk>
10856 L:      linux-scsi@vger.kernel.org
10857 W:      http://www.kernel.dk
10858 S:      Maintained
10859 F:      drivers/scsi/sr*
10860
10861 SCSI RDMA PROTOCOL (SRP) INITIATOR
10862 M:      Bart Van Assche <bart.vanassche@sandisk.com>
10863 L:      linux-rdma@vger.kernel.org
10864 S:      Supported
10865 W:      http://www.openfabrics.org
10866 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
10867 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10868 F:      drivers/infiniband/ulp/srp/
10869 F:      include/scsi/srp.h
10870
10871 SCSI SG DRIVER
10872 M:      Doug Gilbert <dgilbert@interlog.com>
10873 L:      linux-scsi@vger.kernel.org
10874 W:      http://sg.danny.cz/sg
10875 S:      Maintained
10876 F:      Documentation/scsi/scsi-generic.txt
10877 F:      drivers/scsi/sg.c
10878 F:      include/scsi/sg.h
10879
10880 SCSI SUBSYSTEM
10881 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10883 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
10884 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10885 L:      linux-scsi@vger.kernel.org
10886 S:      Maintained
10887 F:      Documentation/devicetree/bindings/scsi/
10888 F:      drivers/scsi/
10889 F:      include/scsi/
10890
10891 SCSI TAPE DRIVER
10892 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
10893 L:      linux-scsi@vger.kernel.org
10894 S:      Maintained
10895 F:      Documentation/scsi/st.txt
10896 F:      drivers/scsi/st.*
10897 F:      drivers/scsi/st_*.h
10898
10899 SCTP PROTOCOL
10900 M:      Vlad Yasevich <vyasevich@gmail.com>
10901 M:      Neil Horman <nhorman@tuxdriver.com>
10902 L:      linux-sctp@vger.kernel.org
10903 W:      http://lksctp.sourceforge.net
10904 S:      Maintained
10905 F:      Documentation/networking/sctp.txt
10906 F:      include/linux/sctp.h
10907 F:      include/uapi/linux/sctp.h
10908 F:      include/net/sctp/
10909 F:      net/sctp/
10910
10911 SCx200 CPU SUPPORT
10912 M:      Jim Cromie <jim.cromie@gmail.com>
10913 S:      Odd Fixes
10914 F:      Documentation/i2c/busses/scx200_acb
10915 F:      arch/x86/platform/scx200/
10916 F:      drivers/watchdog/scx200_wdt.c
10917 F:      drivers/i2c/busses/scx200*
10918 F:      drivers/mtd/maps/scx200_docflash.c
10919 F:      include/linux/scx200.h
10920
10921 SCx200 GPIO DRIVER
10922 M:      Jim Cromie <jim.cromie@gmail.com>
10923 S:      Maintained
10924 F:      drivers/char/scx200_gpio.c
10925 F:      include/linux/scx200_gpio.h
10926
10927 SCx200 HRT CLOCKSOURCE DRIVER
10928 M:      Jim Cromie <jim.cromie@gmail.com>
10929 S:      Maintained
10930 F:      drivers/clocksource/scx200_hrt.c
10931
10932 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10933 M:      Sascha Sommer <saschasommer@freenet.de>
10934 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10935 S:      Maintained
10936 F:      drivers/mmc/host/sdricoh_cs.c
10937
10938 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10939 M:      Adrian Hunter <adrian.hunter@intel.com>
10940 L:      linux-mmc@vger.kernel.org
10941 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
10942 S:      Maintained
10943 F:      drivers/mmc/host/sdhci*
10944 F:      include/linux/mmc/sdhci*
10945
10946 SECURE COMPUTING
10947 M:      Kees Cook <keescook@chromium.org>
10948 R:      Andy Lutomirski <luto@amacapital.net>
10949 R:      Will Drewry <wad@chromium.org>
10950 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10951 S:      Supported
10952 F:      kernel/seccomp.c
10953 F:      include/uapi/linux/seccomp.h
10954 F:      include/linux/seccomp.h
10955 F:      tools/testing/selftests/seccomp/*
10956 K:      \bsecure_computing
10957 K:      \bTIF_SECCOMP\b
10958
10959 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
10960 M:      Al Cooper <alcooperx@gmail.com>
10961 L:      linux-mmc@vger.kernel.org
10962 L:      bcm-kernel-feedback-list@broadcom.com
10963 S:      Maintained
10964 F:      drivers/mmc/host/sdhci-brcmstb*
10965
10966 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10967 M:      Ben Dooks <ben-linux@fluff.org>
10968 M:      Jaehoon Chung <jh80.chung@samsung.com>
10969 L:      linux-mmc@vger.kernel.org
10970 S:      Maintained
10971 F:      drivers/mmc/host/sdhci-s3c*
10972
10973 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10974 M:      Viresh Kumar <vireshk@kernel.org>
10975 L:      linux-mmc@vger.kernel.org
10976 S:      Maintained
10977 F:      drivers/mmc/host/sdhci-spear.c
10978
10979 SECURITY SUBSYSTEM
10980 M:      James Morris <james.l.morris@oracle.com>
10981 M:      "Serge E. Hallyn" <serge@hallyn.com>
10982 L:      linux-security-module@vger.kernel.org (suggested Cc:)
10983 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10984 W:      http://kernsec.org/
10985 S:      Supported
10986 F:      security/
10987
10988 SECURITY CONTACT
10989 M:      Security Officers <security@kernel.org>
10990 S:      Supported
10991
10992 SELINUX SECURITY MODULE
10993 M:      Paul Moore <paul@paul-moore.com>
10994 M:      Stephen Smalley <sds@tycho.nsa.gov>
10995 M:      Eric Paris <eparis@parisplace.org>
10996 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
10997 W:      http://selinuxproject.org
10998 T:      git git://git.infradead.org/users/pcmoore/selinux
10999 S:      Supported
11000 F:      include/linux/selinux*
11001 F:      security/selinux/
11002 F:      scripts/selinux/
11003
11004 APPARMOR SECURITY MODULE
11005 M:      John Johansen <john.johansen@canonical.com>
11006 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
11007 W:      apparmor.wiki.kernel.org
11008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
11009 S:      Supported
11010 F:      security/apparmor/
11011
11012 LOADPIN SECURITY MODULE
11013 M:      Kees Cook <keescook@chromium.org>
11014 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
11015 S:      Supported
11016 F:      security/loadpin/
11017
11018 YAMA SECURITY MODULE
11019 M:      Kees Cook <keescook@chromium.org>
11020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
11021 S:      Supported
11022 F:      security/yama/
11023
11024 SENSABLE PHANTOM
11025 M:      Jiri Slaby <jirislaby@gmail.com>
11026 S:      Maintained
11027 F:      drivers/misc/phantom.c
11028 F:      include/uapi/linux/phantom.h
11029
11030 Emulex 10Gbps iSCSI - OneConnect DRIVER
11031 M:      Subbu Seetharaman <subbu.seetharaman@broadcom.com>
11032 M:      Ketan Mukadam <ketan.mukadam@broadcom.com>
11033 M:      Jitendra Bhivare <jitendra.bhivare@broadcom.com>
11034 L:      linux-scsi@vger.kernel.org
11035 W:      http://www.broadcom.com
11036 S:      Supported
11037 F:      drivers/scsi/be2iscsi/
11038
11039 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
11040 M:      Sathya Perla <sathya.perla@broadcom.com>
11041 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
11042 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
11043 M:      Somnath Kotur <somnath.kotur@broadcom.com>
11044 L:      netdev@vger.kernel.org
11045 W:      http://www.emulex.com
11046 S:      Supported
11047 F:      drivers/net/ethernet/emulex/benet/
11048
11049 EMULEX ONECONNECT ROCE DRIVER
11050 M:      Selvin Xavier <selvin.xavier@avagotech.com>
11051 M:      Devesh Sharma <devesh.sharma@avagotech.com>
11052 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
11053 L:      linux-rdma@vger.kernel.org
11054 W:      http://www.emulex.com
11055 S:      Supported
11056 F:      drivers/infiniband/hw/ocrdma/
11057 F:      include/uapi/rdma/ocrdma-abi.h
11058
11059 SFC NETWORK DRIVER
11060 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
11061 M:      Edward Cree <ecree@solarflare.com>
11062 M:      Bert Kenward <bkenward@solarflare.com>
11063 L:      netdev@vger.kernel.org
11064 S:      Supported
11065 F:      drivers/net/ethernet/sfc/
11066
11067 SGI GRU DRIVER
11068 M:      Dimitri Sivanich <sivanich@sgi.com>
11069 S:      Maintained
11070 F:      drivers/misc/sgi-gru/
11071
11072 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
11073 M:      Pat Gefre <pfg@sgi.com>
11074 L:      linux-ia64@vger.kernel.org
11075 S:      Supported
11076 F:      Documentation/ia64/serial.txt
11077 F:      drivers/tty/serial/ioc?_serial.c
11078 F:      include/linux/ioc?.h
11079
11080 SGI XP/XPC/XPNET DRIVER
11081 M:      Cliff Whickman <cpw@sgi.com>
11082 M:      Robin Holt <robinmholt@gmail.com>
11083 S:      Maintained
11084 F:      drivers/misc/sgi-xp/
11085
11086 SI2157 MEDIA DRIVER
11087 M:      Antti Palosaari <crope@iki.fi>
11088 L:      linux-media@vger.kernel.org
11089 W:      https://linuxtv.org
11090 W:      http://palosaari.fi/linux/
11091 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11092 T:      git git://linuxtv.org/anttip/media_tree.git
11093 S:      Maintained
11094 F:      drivers/media/tuners/si2157*
11095
11096 SI2168 MEDIA DRIVER
11097 M:      Antti Palosaari <crope@iki.fi>
11098 L:      linux-media@vger.kernel.org
11099 W:      https://linuxtv.org
11100 W:      http://palosaari.fi/linux/
11101 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11102 T:      git git://linuxtv.org/anttip/media_tree.git
11103 S:      Maintained
11104 F:      drivers/media/dvb-frontends/si2168*
11105
11106 SI470X FM RADIO RECEIVER I2C DRIVER
11107 M:      Hans Verkuil <hverkuil@xs4all.nl>
11108 L:      linux-media@vger.kernel.org
11109 T:      git git://linuxtv.org/media_tree.git
11110 W:      https://linuxtv.org
11111 S:      Odd Fixes
11112 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
11113
11114 SI470X FM RADIO RECEIVER USB DRIVER
11115 M:      Hans Verkuil <hverkuil@xs4all.nl>
11116 L:      linux-media@vger.kernel.org
11117 T:      git git://linuxtv.org/media_tree.git
11118 W:      https://linuxtv.org
11119 S:      Maintained
11120 F:      drivers/media/radio/si470x/radio-si470x-common.c
11121 F:      drivers/media/radio/si470x/radio-si470x.h
11122 F:      drivers/media/radio/si470x/radio-si470x-usb.c
11123
11124 SI4713 FM RADIO TRANSMITTER I2C DRIVER
11125 M:      Eduardo Valentin <edubezval@gmail.com>
11126 L:      linux-media@vger.kernel.org
11127 T:      git git://linuxtv.org/media_tree.git
11128 W:      https://linuxtv.org
11129 S:      Odd Fixes
11130 F:      drivers/media/radio/si4713/si4713.?
11131
11132 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
11133 M:      Eduardo Valentin <edubezval@gmail.com>
11134 L:      linux-media@vger.kernel.org
11135 T:      git git://linuxtv.org/media_tree.git
11136 W:      https://linuxtv.org
11137 S:      Odd Fixes
11138 F:      drivers/media/radio/si4713/radio-platform-si4713.c
11139
11140 SI4713 FM RADIO TRANSMITTER USB DRIVER
11141 M:      Hans Verkuil <hverkuil@xs4all.nl>
11142 L:      linux-media@vger.kernel.org
11143 T:      git git://linuxtv.org/media_tree.git
11144 W:      https://linuxtv.org
11145 S:      Maintained
11146 F:      drivers/media/radio/si4713/radio-usb-si4713.c
11147
11148 SIANO DVB DRIVER
11149 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11150 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11151 L:      linux-media@vger.kernel.org
11152 W:      https://linuxtv.org
11153 T:      git git://linuxtv.org/media_tree.git
11154 S:      Odd fixes
11155 F:      drivers/media/common/siano/
11156 F:      drivers/media/usb/siano/
11157 F:      drivers/media/usb/siano/
11158 F:      drivers/media/mmc/siano/
11159
11160 SIMPLEFB FB DRIVER
11161 M:      Hans de Goede <hdegoede@redhat.com>
11162 L:      linux-fbdev@vger.kernel.org
11163 S:      Maintained
11164 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
11165 F:      drivers/video/fbdev/simplefb.c
11166 F:      include/linux/platform_data/simplefb.h
11167
11168 SH_VEU V4L2 MEM2MEM DRIVER
11169 L:      linux-media@vger.kernel.org
11170 S:      Orphan
11171 F:      drivers/media/platform/sh_veu.c
11172
11173 SH_VOU V4L2 OUTPUT DRIVER
11174 L:      linux-media@vger.kernel.org
11175 S:      Orphan
11176 F:      drivers/media/platform/sh_vou.c
11177 F:      include/media/drv-intf/sh_vou.h
11178
11179 SIMPLE FIRMWARE INTERFACE (SFI)
11180 M:      Len Brown <lenb@kernel.org>
11181 L:      sfi-devel@simplefirmware.org
11182 W:      http://simplefirmware.org/
11183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11184 S:      Supported
11185 F:      arch/x86/platform/sfi/
11186 F:      drivers/sfi/
11187 F:      include/linux/sfi*.h
11188
11189 SIMTEC EB110ATX (Chalice CATS)
11190 P:      Ben Dooks
11191 P:      Vincent Sanders <vince@simtec.co.uk>
11192 M:      Simtec Linux Team <linux@simtec.co.uk>
11193 W:      http://www.simtec.co.uk/products/EB110ATX/
11194 S:      Supported
11195
11196 SIMTEC EB2410ITX (BAST)
11197 P:      Ben Dooks
11198 P:      Vincent Sanders <vince@simtec.co.uk>
11199 M:      Simtec Linux Team <linux@simtec.co.uk>
11200 W:      http://www.simtec.co.uk/products/EB2410ITX/
11201 S:      Supported
11202 F:      arch/arm/mach-s3c24xx/mach-bast.c
11203 F:      arch/arm/mach-s3c24xx/bast-ide.c
11204 F:      arch/arm/mach-s3c24xx/bast-irq.c
11205
11206 TI DAVINCI MACHINE SUPPORT
11207 M:      Sekhar Nori <nsekhar@ti.com>
11208 M:      Kevin Hilman <khilman@kernel.org>
11209 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11210 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11211 S:      Supported
11212 F:      arch/arm/mach-davinci/
11213 F:      drivers/i2c/busses/i2c-davinci.c
11214
11215 TI DAVINCI SERIES MEDIA DRIVER
11216 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11217 L:      linux-media@vger.kernel.org
11218 W:      https://linuxtv.org
11219 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11220 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11221 S:      Maintained
11222 F:      drivers/media/platform/davinci/
11223 F:      include/media/davinci/
11224
11225 TI AM437X VPFE DRIVER
11226 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11227 L:      linux-media@vger.kernel.org
11228 W:      https://linuxtv.org
11229 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11230 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11231 S:      Maintained
11232 F:      drivers/media/platform/am437x/
11233
11234 OV2659 OMNIVISION SENSOR DRIVER
11235 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11236 L:      linux-media@vger.kernel.org
11237 W:      https://linuxtv.org
11238 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11239 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11240 S:      Maintained
11241 F:      drivers/media/i2c/ov2659.c
11242 F:      include/media/i2c/ov2659.h
11243
11244 SILICON MOTION SM712 FRAME BUFFER DRIVER
11245 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11246 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11247 M:      Sudip Mukherjee <sudip@vectorindia.org>
11248 L:      linux-fbdev@vger.kernel.org
11249 S:      Maintained
11250 F:      drivers/video/fbdev/sm712*
11251 F:      Documentation/fb/sm712fb.txt
11252
11253 SIS 190 ETHERNET DRIVER
11254 M:      Francois Romieu <romieu@fr.zoreil.com>
11255 L:      netdev@vger.kernel.org
11256 S:      Maintained
11257 F:      drivers/net/ethernet/sis/sis190.c
11258
11259 SIS 900/7016 FAST ETHERNET DRIVER
11260 M:      Daniele Venzano <venza@brownhat.org>
11261 W:      http://www.brownhat.org/sis900.html
11262 L:      netdev@vger.kernel.org
11263 S:      Maintained
11264 F:      drivers/net/ethernet/sis/sis900.*
11265
11266 SIS FRAMEBUFFER DRIVER
11267 M:      Thomas Winischhofer <thomas@winischhofer.net>
11268 W:      http://www.winischhofer.net/linuxsisvga.shtml
11269 S:      Maintained
11270 F:      Documentation/fb/sisfb.txt
11271 F:      drivers/video/fbdev/sis/
11272 F:      include/video/sisfb.h
11273
11274 SIS USB2VGA DRIVER
11275 M:      Thomas Winischhofer <thomas@winischhofer.net>
11276 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
11277 S:      Maintained
11278 F:      drivers/usb/misc/sisusbvga/
11279
11280 SLAB ALLOCATOR
11281 M:      Christoph Lameter <cl@linux.com>
11282 M:      Pekka Enberg <penberg@kernel.org>
11283 M:      David Rientjes <rientjes@google.com>
11284 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
11285 M:      Andrew Morton <akpm@linux-foundation.org>
11286 L:      linux-mm@kvack.org
11287 S:      Maintained
11288 F:      include/linux/sl?b*.h
11289 F:      mm/sl?b*
11290
11291 SLEEPABLE READ-COPY UPDATE (SRCU)
11292 M:      Lai Jiangshan <jiangshanlai@gmail.com>
11293 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11294 M:      Josh Triplett <josh@joshtriplett.org>
11295 R:      Steven Rostedt <rostedt@goodmis.org>
11296 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11297 L:      linux-kernel@vger.kernel.org
11298 W:      http://www.rdrop.com/users/paulmck/RCU/
11299 S:      Supported
11300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11301 F:      include/linux/srcu.h
11302 F:      kernel/rcu/srcu.c
11303
11304 SMACK SECURITY MODULE
11305 M:      Casey Schaufler <casey@schaufler-ca.com>
11306 L:      linux-security-module@vger.kernel.org
11307 W:      http://schaufler-ca.com
11308 T:      git git://github.com/cschaufler/smack-next
11309 S:      Maintained
11310 F:      Documentation/security/Smack.txt
11311 F:      security/smack/
11312
11313 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11314 M:      Kevin Hilman <khilman@kernel.org>
11315 M:      Nishanth Menon <nm@ti.com>
11316 S:      Maintained
11317 F:      drivers/power/avs/
11318 F:      include/linux/power/smartreflex.h
11319 L:      linux-pm@vger.kernel.org
11320
11321 SMC91x ETHERNET DRIVER
11322 M:      Nicolas Pitre <nico@fluxnic.net>
11323 S:      Odd Fixes
11324 F:      drivers/net/ethernet/smsc/smc91x.*
11325
11326 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11327 M:      Sakari Ailus <sakari.ailus@iki.fi>
11328 L:      linux-media@vger.kernel.org
11329 S:      Maintained
11330 F:      drivers/media/i2c/smiapp/
11331 F:      include/media/i2c/smiapp.h
11332 F:      drivers/media/i2c/smiapp-pll.c
11333 F:      drivers/media/i2c/smiapp-pll.h
11334 F:      include/uapi/linux/smiapp.h
11335 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11336
11337 SMM665 HARDWARE MONITOR DRIVER
11338 M:      Guenter Roeck <linux@roeck-us.net>
11339 L:      linux-hwmon@vger.kernel.org
11340 S:      Maintained
11341 F:      Documentation/hwmon/smm665
11342 F:      drivers/hwmon/smm665.c
11343
11344 SMSC EMC2103 HARDWARE MONITOR DRIVER
11345 M:      Steve Glendinning <steve.glendinning@shawell.net>
11346 L:      linux-hwmon@vger.kernel.org
11347 S:      Maintained
11348 F:      Documentation/hwmon/emc2103
11349 F:      drivers/hwmon/emc2103.c
11350
11351 SMSC SCH5627 HARDWARE MONITOR DRIVER
11352 M:      Hans de Goede <hdegoede@redhat.com>
11353 L:      linux-hwmon@vger.kernel.org
11354 S:      Supported
11355 F:      Documentation/hwmon/sch5627
11356 F:      drivers/hwmon/sch5627.c
11357
11358 SMSC47B397 HARDWARE MONITOR DRIVER
11359 M:      Jean Delvare <jdelvare@suse.com>
11360 L:      linux-hwmon@vger.kernel.org
11361 S:      Maintained
11362 F:      Documentation/hwmon/smsc47b397
11363 F:      drivers/hwmon/smsc47b397.c
11364
11365 SMSC911x ETHERNET DRIVER
11366 M:      Steve Glendinning <steve.glendinning@shawell.net>
11367 L:      netdev@vger.kernel.org
11368 S:      Maintained
11369 F:      include/linux/smsc911x.h
11370 F:      drivers/net/ethernet/smsc/smsc911x.*
11371
11372 SMSC9420 PCI ETHERNET DRIVER
11373 M:      Steve Glendinning <steve.glendinning@shawell.net>
11374 L:      netdev@vger.kernel.org
11375 S:      Maintained
11376 F:      drivers/net/ethernet/smsc/smsc9420.*
11377
11378 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11379 M:      Steve Glendinning <steve.glendinning@shawell.net>
11380 L:      linux-fbdev@vger.kernel.org
11381 S:      Maintained
11382 F:      drivers/video/fbdev/smscufx.c
11383
11384 SOC-CAMERA V4L2 SUBSYSTEM
11385 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11386 L:      linux-media@vger.kernel.org
11387 T:      git git://linuxtv.org/media_tree.git
11388 S:      Maintained
11389 F:      include/media/soc*
11390 F:      drivers/media/i2c/soc_camera/
11391 F:      drivers/media/platform/soc_camera/
11392
11393 SOEKRIS NET48XX LED SUPPORT
11394 M:      Chris Boot <bootc@bootc.net>
11395 S:      Maintained
11396 F:      drivers/leds/leds-net48xx.c
11397
11398 SOFTLOGIC 6x10 MPEG CODEC
11399 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11400 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11401 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
11402 M:      Ismael Luceno <ismael@iodev.co.uk>
11403 L:      linux-media@vger.kernel.org
11404 S:      Supported
11405 F:      drivers/media/pci/solo6x10/
11406
11407 SOFTWARE RAID (Multiple Disks) SUPPORT
11408 M:      Shaohua Li <shli@kernel.org>
11409 L:      linux-raid@vger.kernel.org
11410 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11411 S:      Supported
11412 F:      drivers/md/
11413 F:      include/linux/raid/
11414 F:      include/uapi/linux/raid/
11415
11416 SONIC NETWORK DRIVER
11417 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11418 L:      netdev@vger.kernel.org
11419 S:      Maintained
11420 F:      drivers/net/ethernet/natsemi/sonic.*
11421
11422 SONICS SILICON BACKPLANE DRIVER (SSB)
11423 M:      Michael Buesch <m@bues.ch>
11424 L:      linux-wireless@vger.kernel.org
11425 S:      Maintained
11426 F:      drivers/ssb/
11427 F:      include/linux/ssb/
11428
11429 SONY VAIO CONTROL DEVICE DRIVER
11430 M:      Mattia Dongili <malattia@linux.it>
11431 L:      platform-driver-x86@vger.kernel.org
11432 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11433 S:      Maintained
11434 F:      Documentation/laptops/sony-laptop.txt
11435 F:      drivers/char/sonypi.c
11436 F:      drivers/platform/x86/sony-laptop.c
11437 F:      include/linux/sony-laptop.h
11438
11439 SONY MEMORYSTICK CARD SUPPORT
11440 M:      Alex Dubov <oakad@yahoo.com>
11441 W:      http://tifmxx.berlios.de/
11442 S:      Maintained
11443 F:      drivers/memstick/host/tifm_ms.c
11444
11445 SONY MEMORYSTICK STANDARD SUPPORT
11446 M:      Maxim Levitsky <maximlevitsky@gmail.com>
11447 S:      Maintained
11448 F:      drivers/memstick/core/ms_block.*
11449
11450 SOUND
11451 M:      Jaroslav Kysela <perex@perex.cz>
11452 M:      Takashi Iwai <tiwai@suse.com>
11453 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11454 W:      http://www.alsa-project.org/
11455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11456 T:      git git://git.alsa-project.org/alsa-kernel.git
11457 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
11458 S:      Maintained
11459 F:      Documentation/sound/
11460 F:      include/sound/
11461 F:      include/uapi/sound/
11462 F:      sound/
11463
11464 SOUND - COMPRESSED AUDIO
11465 M:      Vinod Koul <vinod.koul@intel.com>
11466 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11468 S:      Supported
11469 F:      Documentation/sound/alsa/compress_offload.txt
11470 F:      include/sound/compress_driver.h
11471 F:      include/uapi/sound/compress_*
11472 F:      sound/core/compress_offload.c
11473 F:      sound/soc/soc-compress.c
11474
11475 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11476 M:      Liam Girdwood <lgirdwood@gmail.com>
11477 M:      Mark Brown <broonie@kernel.org>
11478 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11479 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11480 W:      http://alsa-project.org/main/index.php/ASoC
11481 S:      Supported
11482 F:      Documentation/devicetree/bindings/sound/
11483 F:      Documentation/sound/alsa/soc/
11484 F:      sound/soc/
11485 F:      include/sound/soc*
11486
11487 SOUND - DMAENGINE HELPERS
11488 M:      Lars-Peter Clausen <lars@metafoo.de>
11489 S:      Supported
11490 F:      include/sound/dmaengine_pcm.h
11491 F:      sound/core/pcm_dmaengine.c
11492 F:      sound/soc/soc-generic-dmaengine-pcm.c
11493
11494 SP2 MEDIA DRIVER
11495 M:      Olli Salonen <olli.salonen@iki.fi>
11496 L:      linux-media@vger.kernel.org
11497 W:      https://linuxtv.org
11498 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11499 S:      Maintained
11500 F:      drivers/media/dvb-frontends/sp2*
11501
11502 SPARC + UltraSPARC (sparc/sparc64)
11503 M:      "David S. Miller" <davem@davemloft.net>
11504 L:      sparclinux@vger.kernel.org
11505 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
11506 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11508 S:      Maintained
11509 F:      arch/sparc/
11510 F:      drivers/sbus/
11511
11512 SPARC SERIAL DRIVERS
11513 M:      "David S. Miller" <davem@davemloft.net>
11514 L:      sparclinux@vger.kernel.org
11515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11516 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11517 S:      Maintained
11518 F:      include/linux/sunserialcore.h
11519 F:      drivers/tty/serial/suncore.c
11520 F:      drivers/tty/serial/sunhv.c
11521 F:      drivers/tty/serial/sunsab.c
11522 F:      drivers/tty/serial/sunsab.h
11523 F:      drivers/tty/serial/sunsu.c
11524 F:      drivers/tty/serial/sunzilog.c
11525 F:      drivers/tty/serial/sunzilog.h
11526
11527 SPARSE CHECKER
11528 M:      "Christopher Li" <sparse@chrisli.org>
11529 L:      linux-sparse@vger.kernel.org
11530 W:      https://sparse.wiki.kernel.org/
11531 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11532 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11533 S:      Maintained
11534 F:      include/linux/compiler.h
11535
11536 SPEAR PLATFORM SUPPORT
11537 M:      Viresh Kumar <vireshk@kernel.org>
11538 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11539 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11540 W:      http://www.st.com/spear
11541 S:      Maintained
11542 F:      arch/arm/boot/dts/spear*
11543 F:      arch/arm/mach-spear/
11544
11545 SPEAR CLOCK FRAMEWORK SUPPORT
11546 M:      Viresh Kumar <vireshk@kernel.org>
11547 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11548 W:      http://www.st.com/spear
11549 S:      Maintained
11550 F:      drivers/clk/spear/
11551
11552 SPI NOR SUBSYSTEM
11553 M:      Cyrille Pitchen <cyrille.pitchen@atmel.com>
11554 M:      Marek Vasut <marek.vasut@gmail.com>
11555 L:      linux-mtd@lists.infradead.org
11556 W:      http://www.linux-mtd.infradead.org/
11557 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
11558 T:      git git://github.com/spi-nor/linux.git
11559 S:      Maintained
11560 F:      drivers/mtd/spi-nor/
11561 F:      include/linux/mtd/spi-nor.h
11562
11563 SPI SUBSYSTEM
11564 M:      Mark Brown <broonie@kernel.org>
11565 L:      linux-spi@vger.kernel.org
11566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11567 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
11568 S:      Maintained
11569 F:      Documentation/devicetree/bindings/spi/
11570 F:      Documentation/spi/
11571 F:      drivers/spi/
11572 F:      include/linux/spi/
11573 F:      include/uapi/linux/spi/
11574 F:      tools/spi/
11575
11576 SPIDERNET NETWORK DRIVER for CELL
11577 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
11578 L:      netdev@vger.kernel.org
11579 S:      Supported
11580 F:      Documentation/networking/spider_net.txt
11581 F:      drivers/net/ethernet/toshiba/spider_net*
11582
11583 SPU FILE SYSTEM
11584 M:      Jeremy Kerr <jk@ozlabs.org>
11585 L:      linuxppc-dev@lists.ozlabs.org
11586 W:      http://www.ibm.com/developerworks/power/cell/
11587 S:      Supported
11588 F:      Documentation/filesystems/spufs.txt
11589 F:      arch/powerpc/platforms/cell/spufs/
11590
11591 SQUASHFS FILE SYSTEM
11592 M:      Phillip Lougher <phillip@squashfs.org.uk>
11593 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
11594 W:      http://squashfs.org.uk
11595 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11596 S:      Maintained
11597 F:      Documentation/filesystems/squashfs.txt
11598 F:      fs/squashfs/
11599
11600 SRM (Alpha) environment access
11601 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
11602 S:      Maintained
11603 F:      arch/alpha/kernel/srm_env.c
11604
11605 STABLE BRANCH
11606 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11607 L:      stable@vger.kernel.org
11608 S:      Supported
11609 F:      Documentation/process/stable-kernel-rules.rst
11610
11611 STAGING SUBSYSTEM
11612 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11613 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11614 L:      devel@driverdev.osuosl.org
11615 S:      Supported
11616 F:      drivers/staging/
11617
11618 STAGING - COMEDI
11619 M:      Ian Abbott <abbotti@mev.co.uk>
11620 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
11621 S:      Odd Fixes
11622 F:      drivers/staging/comedi/
11623
11624 STAGING - FLARION FT1000 DRIVERS
11625 M:      Marek Belisko <marek.belisko@gmail.com>
11626 S:      Odd Fixes
11627 F:      drivers/staging/ft1000/
11628
11629 STAGING - INDUSTRIAL IO
11630 M:      Jonathan Cameron <jic23@kernel.org>
11631 L:      linux-iio@vger.kernel.org
11632 S:      Odd Fixes
11633 F:      Documentation/devicetree/bindings/staging/iio/
11634 F:      drivers/staging/iio/
11635
11636 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11637 M:      Jarod Wilson <jarod@wilsonet.com>
11638 W:      http://www.lirc.org/
11639 S:      Odd Fixes
11640 F:      drivers/staging/media/lirc/
11641
11642 STAGING - LUSTRE PARALLEL FILESYSTEM
11643 M:      Oleg Drokin <oleg.drokin@intel.com>
11644 M:      Andreas Dilger <andreas.dilger@intel.com>
11645 M:      James Simmons <jsimmons@infradead.org>
11646 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
11647 W:      http://wiki.lustre.org/
11648 S:      Maintained
11649 F:      drivers/staging/lustre
11650
11651 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11652 M:      Marc Dietrich <marvin24@gmx.de>
11653 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
11654 L:      linux-tegra@vger.kernel.org
11655 S:      Maintained
11656 F:      drivers/staging/nvec/
11657
11658 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11659 M:      Jens Frederich <jfrederich@gmail.com>
11660 M:      Daniel Drake <dsd@laptop.org>
11661 M:      Jon Nettleton <jon.nettleton@gmail.com>
11662 W:      http://wiki.laptop.org/go/DCON
11663 S:      Maintained
11664 F:      drivers/staging/olpc_dcon/
11665
11666 STAGING - REALTEK RTL8712U DRIVERS
11667 M:      Larry Finger <Larry.Finger@lwfinger.net>
11668 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11669 S:      Odd Fixes
11670 F:      drivers/staging/rtl8712/
11671
11672 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11673 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11674 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11675 M:      Sudip Mukherjee <sudip@vectorindia.org>
11676 L:      linux-fbdev@vger.kernel.org
11677 S:      Maintained
11678 F:      drivers/staging/sm750fb/
11679
11680 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11681 M:      William Hubbs <w.d.hubbs@gmail.com>
11682 M:      Chris Brannon <chris@the-brannons.com>
11683 M:      Kirk Reiser <kirk@reisers.ca>
11684 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
11685 L:      speakup@linux-speakup.org
11686 W:      http://www.linux-speakup.org/
11687 S:      Odd Fixes
11688 F:      drivers/staging/speakup/
11689
11690 STAGING - VIA VT665X DRIVERS
11691 M:      Forest Bond <forest@alittletooquiet.net>
11692 S:      Odd Fixes
11693 F:      drivers/staging/vt665?/
11694
11695 STAGING - WILC1000 WIFI DRIVER
11696 M:      Aditya Shankar <aditya.shankar@microchip.com>
11697 M:      Ganesh Krishna <ganesh.krishna@microchip.com>
11698 L:      linux-wireless@vger.kernel.org
11699 S:      Supported
11700 F:      drivers/staging/wilc1000/
11701
11702 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11703 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
11704 S:      Odd Fixes
11705 F:      drivers/staging/xgifb/
11706
11707 STARFIRE/DURALAN NETWORK DRIVER
11708 M:      Ion Badulescu <ionut@badula.org>
11709 S:      Odd Fixes
11710 F:      drivers/net/ethernet/adaptec/starfire*
11711
11712 SUN3/3X
11713 M:      Sam Creasey <sammy@sammy.net>
11714 W:      http://sammy.net/sun3/
11715 S:      Maintained
11716 F:      arch/m68k/kernel/*sun3*
11717 F:      arch/m68k/sun3*/
11718 F:      arch/m68k/include/asm/sun3*
11719 F:      drivers/net/ethernet/i825xx/sun3*
11720
11721 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11722 M:      Hans de Goede <hdegoede@redhat.com>
11723 L:      linux-input@vger.kernel.org
11724 S:      Maintained
11725 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11726 F:      drivers/input/keyboard/sun4i-lradc-keys.c
11727
11728 SUNDANCE NETWORK DRIVER
11729 M:      Denis Kirjanov <kda@linux-powerpc.org>
11730 L:      netdev@vger.kernel.org
11731 S:      Maintained
11732 F:      drivers/net/ethernet/dlink/sundance.c
11733
11734 SUPERH
11735 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
11736 M:      Rich Felker <dalias@libc.org>
11737 L:      linux-sh@vger.kernel.org
11738 Q:      http://patchwork.kernel.org/project/linux-sh/list/
11739 S:      Maintained
11740 F:      Documentation/sh/
11741 F:      arch/sh/
11742 F:      drivers/sh/
11743
11744 SUSPEND TO RAM
11745 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
11746 M:      Len Brown <len.brown@intel.com>
11747 M:      Pavel Machek <pavel@ucw.cz>
11748 L:      linux-pm@vger.kernel.org
11749 B:      https://bugzilla.kernel.org
11750 S:      Supported
11751 F:      Documentation/power/
11752 F:      arch/x86/kernel/acpi/
11753 F:      drivers/base/power/
11754 F:      kernel/power/
11755 F:      include/linux/suspend.h
11756 F:      include/linux/freezer.h
11757 F:      include/linux/pm.h
11758
11759 SVGA HANDLING
11760 M:      Martin Mares <mj@ucw.cz>
11761 L:      linux-video@atrey.karlin.mff.cuni.cz
11762 S:      Maintained
11763 F:      Documentation/svga.txt
11764 F:      arch/x86/boot/video*
11765
11766 SWIOTLB SUBSYSTEM
11767 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11768 L:      linux-kernel@vger.kernel.org
11769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11770 S:      Supported
11771 F:      lib/swiotlb.c
11772 F:      arch/*/kernel/pci-swiotlb.c
11773 F:      include/linux/swiotlb.h
11774
11775 SWITCHDEV
11776 M:      Jiri Pirko <jiri@resnulli.us>
11777 L:      netdev@vger.kernel.org
11778 S:      Supported
11779 F:      net/switchdev/
11780 F:      include/net/switchdev.h
11781
11782 SYNOPSYS ARC ARCHITECTURE
11783 M:      Vineet Gupta <vgupta@synopsys.com>
11784 L:      linux-snps-arc@lists.infradead.org
11785 S:      Supported
11786 F:      arch/arc/
11787 F:      Documentation/devicetree/bindings/arc/*
11788 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11789 F:      drivers/tty/serial/arc_uart.c
11790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11791
11792 SYNOPSYS ARC SDP platform support
11793 M:      Alexey Brodkin <abrodkin@synopsys.com>
11794 S:      Supported
11795 F:      arch/arc/plat-axs10x
11796 F:      arch/arc/boot/dts/ax*
11797 F:      Documentation/devicetree/bindings/arc/axs10*
11798
11799 SYSTEM CONFIGURATION (SYSCON)
11800 M:      Lee Jones <lee.jones@linaro.org>
11801 M:      Arnd Bergmann <arnd@arndb.de>
11802 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11803 S:      Supported
11804 F:      drivers/mfd/syscon.c
11805
11806 SYSTEM RESET/SHUTDOWN DRIVERS
11807 M:      Sebastian Reichel <sre@kernel.org>
11808 L:      linux-pm@vger.kernel.org
11809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
11810 S:      Maintained
11811 F:      Documentation/devicetree/bindings/power/reset/
11812 F:      drivers/power/reset/
11813
11814 SYSV FILESYSTEM
11815 M:      Christoph Hellwig <hch@infradead.org>
11816 S:      Maintained
11817 F:      Documentation/filesystems/sysv-fs.txt
11818 F:      fs/sysv/
11819 F:      include/linux/sysv_fs.h
11820
11821 TARGET SUBSYSTEM
11822 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11823 L:      linux-scsi@vger.kernel.org
11824 L:      target-devel@vger.kernel.org
11825 W:      http://www.linux-iscsi.org
11826 W:      http://groups.google.com/group/linux-iscsi-target-dev
11827 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11828 S:      Supported
11829 F:      drivers/target/
11830 F:      include/target/
11831 F:      Documentation/target/
11832
11833 TASKSTATS STATISTICS INTERFACE
11834 M:      Balbir Singh <bsingharora@gmail.com>
11835 S:      Maintained
11836 F:      Documentation/accounting/taskstats*
11837 F:      include/linux/taskstats*
11838 F:      kernel/taskstats.c
11839
11840 TC CLASSIFIER
11841 M:      Jamal Hadi Salim <jhs@mojatatu.com>
11842 L:      netdev@vger.kernel.org
11843 S:      Maintained
11844 F:      include/net/pkt_cls.h
11845 F:      include/uapi/linux/pkt_cls.h
11846 F:      net/sched/
11847
11848 TCP LOW PRIORITY MODULE
11849 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11850 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11851 W:      http://tcp-lp-mod.sourceforge.net/
11852 S:      Maintained
11853 F:      net/ipv4/tcp_lp.c
11854
11855 TDA10071 MEDIA DRIVER
11856 M:      Antti Palosaari <crope@iki.fi>
11857 L:      linux-media@vger.kernel.org
11858 W:      https://linuxtv.org
11859 W:      http://palosaari.fi/linux/
11860 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11861 T:      git git://linuxtv.org/anttip/media_tree.git
11862 S:      Maintained
11863 F:      drivers/media/dvb-frontends/tda10071*
11864
11865 TDA18212 MEDIA DRIVER
11866 M:      Antti Palosaari <crope@iki.fi>
11867 L:      linux-media@vger.kernel.org
11868 W:      https://linuxtv.org
11869 W:      http://palosaari.fi/linux/
11870 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11871 T:      git git://linuxtv.org/anttip/media_tree.git
11872 S:      Maintained
11873 F:      drivers/media/tuners/tda18212*
11874
11875 TDA18218 MEDIA DRIVER
11876 M:      Antti Palosaari <crope@iki.fi>
11877 L:      linux-media@vger.kernel.org
11878 W:      https://linuxtv.org
11879 W:      http://palosaari.fi/linux/
11880 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11881 T:      git git://linuxtv.org/anttip/media_tree.git
11882 S:      Maintained
11883 F:      drivers/media/tuners/tda18218*
11884
11885 TDA18271 MEDIA DRIVER
11886 M:      Michael Krufky <mkrufky@linuxtv.org>
11887 L:      linux-media@vger.kernel.org
11888 W:      https://linuxtv.org
11889 W:      http://github.com/mkrufky
11890 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11891 T:      git git://linuxtv.org/mkrufky/tuners.git
11892 S:      Maintained
11893 F:      drivers/media/tuners/tda18271*
11894
11895 TDA827x MEDIA DRIVER
11896 M:      Michael Krufky <mkrufky@linuxtv.org>
11897 L:      linux-media@vger.kernel.org
11898 W:      https://linuxtv.org
11899 W:      http://github.com/mkrufky
11900 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11901 T:      git git://linuxtv.org/mkrufky/tuners.git
11902 S:      Maintained
11903 F:      drivers/media/tuners/tda8290.*
11904
11905 TDA8290 MEDIA DRIVER
11906 M:      Michael Krufky <mkrufky@linuxtv.org>
11907 L:      linux-media@vger.kernel.org
11908 W:      https://linuxtv.org
11909 W:      http://github.com/mkrufky
11910 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11911 T:      git git://linuxtv.org/mkrufky/tuners.git
11912 S:      Maintained
11913 F:      drivers/media/tuners/tda8290.*
11914
11915 TDA9840 MEDIA DRIVER
11916 M:      Hans Verkuil <hverkuil@xs4all.nl>
11917 L:      linux-media@vger.kernel.org
11918 T:      git git://linuxtv.org/media_tree.git
11919 W:      https://linuxtv.org
11920 S:      Maintained
11921 F:      drivers/media/i2c/tda9840*
11922
11923 TEA5761 TUNER DRIVER
11924 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11925 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11926 L:      linux-media@vger.kernel.org
11927 W:      https://linuxtv.org
11928 T:      git git://linuxtv.org/media_tree.git
11929 S:      Odd fixes
11930 F:      drivers/media/tuners/tea5761.*
11931
11932 TEA5767 TUNER DRIVER
11933 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11934 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11935 L:      linux-media@vger.kernel.org
11936 W:      https://linuxtv.org
11937 T:      git git://linuxtv.org/media_tree.git
11938 S:      Maintained
11939 F:      drivers/media/tuners/tea5767.*
11940
11941 TEA6415C MEDIA DRIVER
11942 M:      Hans Verkuil <hverkuil@xs4all.nl>
11943 L:      linux-media@vger.kernel.org
11944 T:      git git://linuxtv.org/media_tree.git
11945 W:      https://linuxtv.org
11946 S:      Maintained
11947 F:      drivers/media/i2c/tea6415c*
11948
11949 TEA6420 MEDIA DRIVER
11950 M:      Hans Verkuil <hverkuil@xs4all.nl>
11951 L:      linux-media@vger.kernel.org
11952 T:      git git://linuxtv.org/media_tree.git
11953 W:      https://linuxtv.org
11954 S:      Maintained
11955 F:      drivers/media/i2c/tea6420*
11956
11957 TEAM DRIVER
11958 M:      Jiri Pirko <jiri@resnulli.us>
11959 L:      netdev@vger.kernel.org
11960 S:      Supported
11961 F:      drivers/net/team/
11962 F:      include/linux/if_team.h
11963 F:      include/uapi/linux/if_team.h
11964
11965 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11966 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11967 S:      Maintained
11968 F:      arch/x86/platform/ts5500/
11969
11970 TECHNOTREND USB IR RECEIVER
11971 M:      Sean Young <sean@mess.org>
11972 L:      linux-media@vger.kernel.org
11973 S:      Maintained
11974 F:      drivers/media/rc/ttusbir.c
11975
11976 TEGRA ARCHITECTURE SUPPORT
11977 M:      Stephen Warren <swarren@wwwdotorg.org>
11978 M:      Thierry Reding <thierry.reding@gmail.com>
11979 M:      Alexandre Courbot <gnurou@gmail.com>
11980 L:      linux-tegra@vger.kernel.org
11981 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
11982 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11983 S:      Supported
11984 N:      [^a-z]tegra
11985
11986 TEGRA CLOCK DRIVER
11987 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
11988 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
11989 S:      Supported
11990 F:      drivers/clk/tegra/
11991
11992 TEGRA DMA DRIVERS
11993 M:      Laxman Dewangan <ldewangan@nvidia.com>
11994 M:      Jon Hunter <jonathanh@nvidia.com>
11995 S:      Supported
11996 F:      drivers/dma/tegra*
11997
11998 TEGRA I2C DRIVER
11999 M:      Laxman Dewangan <ldewangan@nvidia.com>
12000 S:      Supported
12001 F:      drivers/i2c/busses/i2c-tegra.c
12002
12003 TEGRA IOMMU DRIVERS
12004 M:      Hiroshi Doyu <hdoyu@nvidia.com>
12005 S:      Supported
12006 F:      drivers/iommu/tegra*
12007
12008 TEGRA KBC DRIVER
12009 M:      Rakesh Iyer <riyer@nvidia.com>
12010 M:      Laxman Dewangan <ldewangan@nvidia.com>
12011 S:      Supported
12012 F:      drivers/input/keyboard/tegra-kbc.c
12013
12014 TEGRA PWM DRIVER
12015 M:      Thierry Reding <thierry.reding@gmail.com>
12016 S:      Supported
12017 F:      drivers/pwm/pwm-tegra.c
12018
12019 TEGRA SERIAL DRIVER
12020 M:      Laxman Dewangan <ldewangan@nvidia.com>
12021 S:      Supported
12022 F:      drivers/tty/serial/serial-tegra.c
12023
12024 TEGRA SPI DRIVER
12025 M:      Laxman Dewangan <ldewangan@nvidia.com>
12026 S:      Supported
12027 F:      drivers/spi/spi-tegra*
12028
12029 TEHUTI ETHERNET DRIVER
12030 M:      Andy Gospodarek <andy@greyhouse.net>
12031 L:      netdev@vger.kernel.org
12032 S:      Supported
12033 F:      drivers/net/ethernet/tehuti/*
12034
12035 Telecom Clock Driver for MCPL0010
12036 M:      Mark Gross <mark.gross@intel.com>
12037 S:      Supported
12038 F:      drivers/char/tlclk.c
12039
12040 TENSILICA XTENSA PORT (xtensa)
12041 M:      Chris Zankel <chris@zankel.net>
12042 M:      Max Filippov <jcmvbkbc@gmail.com>
12043 L:      linux-xtensa@linux-xtensa.org
12044 T:      git git://github.com/czankel/xtensa-linux.git
12045 S:      Maintained
12046 F:      arch/xtensa/
12047 F:      drivers/irqchip/irq-xtensa-*
12048
12049 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
12050 M:      Hans Verkuil <hverkuil@xs4all.nl>
12051 L:      linux-media@vger.kernel.org
12052 T:      git git://linuxtv.org/media_tree.git
12053 W:      https://linuxtv.org
12054 S:      Maintained
12055 F:      drivers/media/radio/radio-raremono.c
12056
12057 THERMAL
12058 M:      Zhang Rui <rui.zhang@intel.com>
12059 M:      Eduardo Valentin <edubezval@gmail.com>
12060 L:      linux-pm@vger.kernel.org
12061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
12062 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
12063 Q:      https://patchwork.kernel.org/project/linux-pm/list/
12064 S:      Supported
12065 F:      drivers/thermal/
12066 F:      include/linux/thermal.h
12067 F:      include/uapi/linux/thermal.h
12068 F:      include/linux/cpu_cooling.h
12069 F:      Documentation/devicetree/bindings/thermal/
12070
12071 THERMAL/CPU_COOLING
12072 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
12073 M:      Viresh Kumar <viresh.kumar@linaro.org>
12074 M:      Javi Merino <javi.merino@kernel.org>
12075 L:      linux-pm@vger.kernel.org
12076 S:      Supported
12077 F:      Documentation/thermal/cpu-cooling-api.txt
12078 F:      drivers/thermal/cpu_cooling.c
12079 F:      include/linux/cpu_cooling.h
12080
12081 THINKPAD ACPI EXTRAS DRIVER
12082 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
12083 L:      ibm-acpi-devel@lists.sourceforge.net
12084 L:      platform-driver-x86@vger.kernel.org
12085 W:      http://ibm-acpi.sourceforge.net
12086 W:      http://thinkwiki.org/wiki/Ibm-acpi
12087 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
12088 S:      Maintained
12089 F:      drivers/platform/x86/thinkpad_acpi.c
12090
12091 TI BANDGAP AND THERMAL DRIVER
12092 M:      Eduardo Valentin <edubezval@gmail.com>
12093 M:      Keerthy <j-keerthy@ti.com>
12094 L:      linux-pm@vger.kernel.org
12095 L:      linux-omap@vger.kernel.org
12096 S:      Maintained
12097 F:      drivers/thermal/ti-soc-thermal/
12098
12099 TI VPE/CAL DRIVERS
12100 M:      Benoit Parrot <bparrot@ti.com>
12101 L:      linux-media@vger.kernel.org
12102 W:      http://linuxtv.org/
12103 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12104 S:      Maintained
12105 F:      drivers/media/platform/ti-vpe/
12106
12107 TI CDCE706 CLOCK DRIVER
12108 M:      Max Filippov <jcmvbkbc@gmail.com>
12109 S:      Maintained
12110 F:      drivers/clk/clk-cdce706.c
12111
12112 TI CLOCK DRIVER
12113 M:      Tero Kristo <t-kristo@ti.com>
12114 L:      linux-omap@vger.kernel.org
12115 S:      Maintained
12116 F:      drivers/clk/ti/
12117 F:      include/linux/clk/ti.h
12118
12119 TI ETHERNET SWITCH DRIVER (CPSW)
12120 M:      Mugunthan V N <mugunthanvnm@ti.com>
12121 R:      Grygorii Strashko <grygorii.strashko@ti.com>
12122 L:      linux-omap@vger.kernel.org
12123 L:      netdev@vger.kernel.org
12124 S:      Maintained
12125 F:      drivers/net/ethernet/ti/cpsw*
12126 F:      drivers/net/ethernet/ti/davinci*
12127
12128 TI FLASH MEDIA INTERFACE DRIVER
12129 M:      Alex Dubov <oakad@yahoo.com>
12130 S:      Maintained
12131 F:      drivers/misc/tifm*
12132 F:      drivers/mmc/host/tifm_sd.c
12133 F:      include/linux/tifm.h
12134
12135 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
12136 M:      Santosh Shilimkar <ssantosh@kernel.org>
12137 L:      linux-kernel@vger.kernel.org
12138 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12139 S:      Maintained
12140 F:      drivers/soc/ti/*
12141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
12142
12143
12144 TI LM49xxx FAMILY ASoC CODEC DRIVERS
12145 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
12146 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
12147 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12148 S:      Maintained
12149 F:      sound/soc/codecs/lm49453*
12150 F:      sound/soc/codecs/isabelle*
12151
12152 TI LP855x BACKLIGHT DRIVER
12153 M:      Milo Kim <milo.kim@ti.com>
12154 S:      Maintained
12155 F:      Documentation/backlight/lp855x-driver.txt
12156 F:      drivers/video/backlight/lp855x_bl.c
12157 F:      include/linux/platform_data/lp855x.h
12158
12159 TI LP8727 CHARGER DRIVER
12160 M:      Milo Kim <milo.kim@ti.com>
12161 S:      Maintained
12162 F:      drivers/power/supply/lp8727_charger.c
12163 F:      include/linux/platform_data/lp8727.h
12164
12165 TI LP8788 MFD DRIVER
12166 M:      Milo Kim <milo.kim@ti.com>
12167 S:      Maintained
12168 F:      drivers/iio/adc/lp8788_adc.c
12169 F:      drivers/leds/leds-lp8788.c
12170 F:      drivers/mfd/lp8788*.c
12171 F:      drivers/power/supply/lp8788-charger.c
12172 F:      drivers/regulator/lp8788-*.c
12173 F:      include/linux/mfd/lp8788*.h
12174
12175 TI NETCP ETHERNET DRIVER
12176 M:      Wingman Kwok <w-kwok2@ti.com>
12177 M:      Murali Karicheri <m-karicheri2@ti.com>
12178 L:      netdev@vger.kernel.org
12179 S:      Maintained
12180 F:      drivers/net/ethernet/ti/netcp*
12181
12182 TI TAS571X FAMILY ASoC CODEC DRIVER
12183 M:      Kevin Cernekee <cernekee@chromium.org>
12184 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12185 S:      Odd Fixes
12186 F:      sound/soc/codecs/tas571x*
12187
12188 TI TWL4030 SERIES SOC CODEC DRIVER
12189 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
12190 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12191 S:      Maintained
12192 F:      sound/soc/codecs/twl4030*
12193
12194 TI WILINK WIRELESS DRIVERS
12195 L:      linux-wireless@vger.kernel.org
12196 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
12197 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
12198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12199 S:      Orphan
12200 F:      drivers/net/wireless/ti/
12201 F:      include/linux/wl12xx.h
12202
12203 TIPC NETWORK LAYER
12204 M:      Jon Maloy <jon.maloy@ericsson.com>
12205 M:      Ying Xue <ying.xue@windriver.com>
12206 L:      netdev@vger.kernel.org (core kernel code)
12207 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
12208 W:      http://tipc.sourceforge.net/
12209 S:      Maintained
12210 F:      include/uapi/linux/tipc*.h
12211 F:      net/tipc/
12212
12213 TILE ARCHITECTURE
12214 M:      Chris Metcalf <cmetcalf@mellanox.com>
12215 W:      http://www.mellanox.com/repository/solutions/tile-scm/
12216 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12217 S:      Supported
12218 F:      arch/tile/
12219 F:      drivers/char/tile-srom.c
12220 F:      drivers/edac/tile_edac.c
12221 F:      drivers/net/ethernet/tile/
12222 F:      drivers/rtc/rtc-tile.c
12223 F:      drivers/tty/hvc/hvc_tile.c
12224 F:      drivers/tty/serial/tilegx.c
12225 F:      drivers/usb/host/*-tilegx.c
12226 F:      include/linux/usb/tilegx.h
12227
12228 TLAN NETWORK DRIVER
12229 M:      Samuel Chessman <chessman@tux.org>
12230 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
12231 W:      http://sourceforge.net/projects/tlan/
12232 S:      Maintained
12233 F:      Documentation/networking/tlan.txt
12234 F:      drivers/net/ethernet/ti/tlan.*
12235
12236 TOMOYO SECURITY MODULE
12237 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
12238 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
12239 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
12240 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
12241 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
12242 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
12243 W:      http://tomoyo.sourceforge.jp/
12244 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12245 S:      Maintained
12246 F:      security/tomoyo/
12247
12248 TOPSTAR LAPTOP EXTRAS DRIVER
12249 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
12250 L:      platform-driver-x86@vger.kernel.org
12251 S:      Maintained
12252 F:      drivers/platform/x86/topstar-laptop.c
12253
12254 TOSHIBA ACPI EXTRAS DRIVER
12255 M:      Azael Avalos <coproscefalo@gmail.com>
12256 L:      platform-driver-x86@vger.kernel.org
12257 S:      Maintained
12258 F:      drivers/platform/x86/toshiba_acpi.c
12259
12260 TOSHIBA BLUETOOTH DRIVER
12261 M:      Azael Avalos <coproscefalo@gmail.com>
12262 L:      platform-driver-x86@vger.kernel.org
12263 S:      Maintained
12264 F:      drivers/platform/x86/toshiba_bluetooth.c
12265
12266 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12267 M:      Azael Avalos <coproscefalo@gmail.com>
12268 L:      platform-driver-x86@vger.kernel.org
12269 S:      Maintained
12270 F:      drivers/platform/x86/toshiba_haps.c
12271
12272 TOSHIBA WMI HOTKEYS DRIVER
12273 M:      Azael Avalos <coproscefalo@gmail.com>
12274 L:      platform-driver-x86@vger.kernel.org
12275 S:      Maintained
12276 F:      drivers/platform/x86/toshiba-wmi.c
12277
12278 TOSHIBA SMM DRIVER
12279 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
12280 W:      http://www.buzzard.org.uk/toshiba/
12281 S:      Maintained
12282 F:      drivers/char/toshiba.c
12283 F:      include/linux/toshiba.h
12284 F:      include/uapi/linux/toshiba.h
12285
12286 TOSHIBA TC358743 DRIVER
12287 M:      Mats Randgaard <matrandg@cisco.com>
12288 L:      linux-media@vger.kernel.org
12289 S:      Maintained
12290 F:      drivers/media/i2c/tc358743*
12291 F:      include/media/i2c/tc358743.h
12292
12293 TMIO/SDHI MMC DRIVER
12294 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
12295 L:      linux-mmc@vger.kernel.org
12296 S:      Supported
12297 F:      drivers/mmc/host/tmio_mmc*
12298 F:      drivers/mmc/host/sh_mobile_sdhi.c
12299 F:      include/linux/mfd/tmio.h
12300
12301 TMP401 HARDWARE MONITOR DRIVER
12302 M:      Guenter Roeck <linux@roeck-us.net>
12303 L:      linux-hwmon@vger.kernel.org
12304 S:      Maintained
12305 F:      Documentation/hwmon/tmp401
12306 F:      drivers/hwmon/tmp401.c
12307
12308 TMPFS (SHMEM FILESYSTEM)
12309 M:      Hugh Dickins <hughd@google.com>
12310 L:      linux-mm@kvack.org
12311 S:      Maintained
12312 F:      include/linux/shmem_fs.h
12313 F:      mm/shmem.c
12314
12315 TM6000 VIDEO4LINUX DRIVER
12316 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12317 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12318 L:      linux-media@vger.kernel.org
12319 W:      https://linuxtv.org
12320 T:      git git://linuxtv.org/media_tree.git
12321 S:      Odd fixes
12322 F:      drivers/media/usb/tm6000/
12323 F:      Documentation/media/v4l-drivers/tm6000*
12324
12325 TW5864 VIDEO4LINUX DRIVER
12326 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12327 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12328 M:      Andrey Utkin <andrey_utkin@fastmail.com>
12329 L:      linux-media@vger.kernel.org
12330 S:      Supported
12331 F:      drivers/media/pci/tw5864/
12332
12333 TW68 VIDEO4LINUX DRIVER
12334 M:      Hans Verkuil <hverkuil@xs4all.nl>
12335 L:      linux-media@vger.kernel.org
12336 T:      git git://linuxtv.org/media_tree.git
12337 W:      https://linuxtv.org
12338 S:      Odd Fixes
12339 F:      drivers/media/pci/tw68/
12340
12341 TW686X VIDEO4LINUX DRIVER
12342 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12343 L:      linux-media@vger.kernel.org
12344 T:      git git://linuxtv.org/media_tree.git
12345 W:      http://linuxtv.org
12346 S:      Maintained
12347 F:      drivers/media/pci/tw686x/
12348
12349 TPM DEVICE DRIVER
12350 M:      Peter Huewe <peterhuewe@gmx.de>
12351 M:      Marcel Selhorst <tpmdd@selhorst.net>
12352 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
12353 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
12354 W:      http://tpmdd.sourceforge.net
12355 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12356 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
12357 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
12358 S:      Maintained
12359 F:      drivers/char/tpm/
12360
12361 TPM IBM_VTPM DEVICE DRIVER
12362 M:      Ashley Lai <ashleydlai@gmail.com>
12363 W:      http://tpmdd.sourceforge.net
12364 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12365 S:      Maintained
12366 F:      drivers/char/tpm/tpm_ibmvtpm*
12367
12368 TRACING
12369 M:      Steven Rostedt <rostedt@goodmis.org>
12370 M:      Ingo Molnar <mingo@redhat.com>
12371 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12372 S:      Maintained
12373 F:      Documentation/trace/ftrace.txt
12374 F:      arch/*/*/*/ftrace.h
12375 F:      arch/*/kernel/ftrace.c
12376 F:      include/*/ftrace.h
12377 F:      include/linux/trace*.h
12378 F:      include/trace/
12379 F:      kernel/trace/
12380 F:      tools/testing/selftests/ftrace/
12381
12382 TRACING MMIO ACCESSES (MMIOTRACE)
12383 M:      Steven Rostedt <rostedt@goodmis.org>
12384 M:      Ingo Molnar <mingo@kernel.org>
12385 R:      Karol Herbst <karolherbst@gmail.com>
12386 R:      Pekka Paalanen <ppaalanen@gmail.com>
12387 S:      Maintained
12388 L:      linux-kernel@vger.kernel.org
12389 L:      nouveau@lists.freedesktop.org
12390 F:      kernel/trace/trace_mmiotrace.c
12391 F:      include/linux/mmiotrace.h
12392 F:      arch/x86/mm/kmmio.c
12393 F:      arch/x86/mm/mmio-mod.c
12394 F:      arch/x86/mm/testmmiotrace.c
12395
12396 TRIVIAL PATCHES
12397 M:      Jiri Kosina <trivial@kernel.org>
12398 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12399 S:      Maintained
12400 K:      ^Subject:.*(?i)trivial
12401
12402 TTY LAYER
12403 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12404 M:      Jiri Slaby <jslaby@suse.com>
12405 S:      Supported
12406 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12407 F:      Documentation/serial/
12408 F:      drivers/tty/
12409 F:      drivers/tty/serial/serial_core.c
12410 F:      include/linux/serial_core.h
12411 F:      include/linux/serial.h
12412 F:      include/linux/tty.h
12413 F:      include/uapi/linux/serial_core.h
12414 F:      include/uapi/linux/serial.h
12415 F:      include/uapi/linux/tty.h
12416
12417 TUA9001 MEDIA DRIVER
12418 M:      Antti Palosaari <crope@iki.fi>
12419 L:      linux-media@vger.kernel.org
12420 W:      https://linuxtv.org
12421 W:      http://palosaari.fi/linux/
12422 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12423 T:      git git://linuxtv.org/anttip/media_tree.git
12424 S:      Maintained
12425 F:      drivers/media/tuners/tua9001*
12426
12427 TULIP NETWORK DRIVERS
12428 L:      netdev@vger.kernel.org
12429 L:      linux-parisc@vger.kernel.org
12430 S:      Orphan
12431 F:      drivers/net/ethernet/dec/tulip/
12432
12433 TUN/TAP driver
12434 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
12435 W:      http://vtun.sourceforge.net/tun
12436 S:      Maintained
12437 F:      Documentation/networking/tuntap.txt
12438 F:      arch/um/os-Linux/drivers/
12439
12440 TURBOCHANNEL SUBSYSTEM
12441 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12442 M:      Ralf Baechle <ralf@linux-mips.org>
12443 L:      linux-mips@linux-mips.org
12444 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
12445 S:      Maintained
12446 F:      drivers/tc/
12447 F:      include/linux/tc.h
12448
12449 UBI FILE SYSTEM (UBIFS)
12450 M:      Richard Weinberger <richard@nod.at>
12451 M:      Artem Bityutskiy <dedekind1@gmail.com>
12452 M:      Adrian Hunter <adrian.hunter@intel.com>
12453 L:      linux-mtd@lists.infradead.org
12454 T:      git git://git.infradead.org/ubifs-2.6.git
12455 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
12456 S:      Supported
12457 F:      Documentation/filesystems/ubifs.txt
12458 F:      fs/ubifs/
12459
12460 UCLINUX (M68KNOMMU AND COLDFIRE)
12461 M:      Greg Ungerer <gerg@linux-m68k.org>
12462 W:      http://www.linux-m68k.org/
12463 W:      http://www.uclinux.org/
12464 L:      linux-m68k@lists.linux-m68k.org
12465 L:      uclinux-dev@uclinux.org  (subscribers-only)
12466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12467 S:      Maintained
12468 F:      arch/m68k/coldfire/
12469 F:      arch/m68k/68*/
12470 F:      arch/m68k/*/*_no.*
12471 F:      arch/m68k/include/asm/*_no.*
12472
12473 UDF FILESYSTEM
12474 M:      Jan Kara <jack@suse.com>
12475 S:      Maintained
12476 F:      Documentation/filesystems/udf.txt
12477 F:      fs/udf/
12478
12479 UFS FILESYSTEM
12480 M:      Evgeniy Dushistov <dushistov@mail.ru>
12481 S:      Maintained
12482 F:      Documentation/filesystems/ufs.txt
12483 F:      fs/ufs/
12484
12485 UHID USERSPACE HID IO DRIVER:
12486 M:      David Herrmann <dh.herrmann@googlemail.com>
12487 L:      linux-input@vger.kernel.org
12488 S:      Maintained
12489 F:      drivers/hid/uhid.c
12490 F:      include/uapi/linux/uhid.h
12491
12492 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12493 L:      linux-usb@vger.kernel.org
12494 S:      Orphan
12495 F:      drivers/uwb/
12496 F:      include/linux/uwb.h
12497 F:      include/linux/uwb/
12498
12499 UNICORE32 ARCHITECTURE:
12500 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
12501 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
12502 S:      Maintained
12503 T:      git git://github.com/gxt/linux.git
12504 F:      arch/unicore32/
12505
12506 UNIFDEF
12507 M:      Tony Finch <dot@dotat.at>
12508 W:      http://dotat.at/prog/unifdef
12509 S:      Maintained
12510 F:      scripts/unifdef.c
12511
12512 UNIFORM CDROM DRIVER
12513 M:      Jens Axboe <axboe@kernel.dk>
12514 W:      http://www.kernel.dk
12515 S:      Maintained
12516 F:      Documentation/cdrom/
12517 F:      drivers/cdrom/cdrom.c
12518 F:      include/linux/cdrom.h
12519 F:      include/uapi/linux/cdrom.h
12520
12521 UNISYS S-PAR DRIVERS
12522 M:      David Kershner <david.kershner@unisys.com>
12523 L:      sparmaintainer@unisys.com (Unisys internal)
12524 S:      Supported
12525 F:      drivers/staging/unisys/
12526
12527 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12528 M:      Vinayak Holikatti <vinholikatti@gmail.com>
12529 L:      linux-scsi@vger.kernel.org
12530 S:      Supported
12531 F:      Documentation/scsi/ufs.txt
12532 F:      drivers/scsi/ufs/
12533
12534 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12535 M:      Joao Pinto <Joao.Pinto@synopsys.com>
12536 L:      linux-scsi@vger.kernel.org
12537 S:      Supported
12538 F:      drivers/scsi/ufs/*dwc*
12539
12540 UNSORTED BLOCK IMAGES (UBI)
12541 M:      Artem Bityutskiy <dedekind1@gmail.com>
12542 M:      Richard Weinberger <richard@nod.at>
12543 W:      http://www.linux-mtd.infradead.org/
12544 L:      linux-mtd@lists.infradead.org
12545 T:      git git://git.infradead.org/ubifs-2.6.git
12546 S:      Supported
12547 F:      drivers/mtd/ubi/
12548 F:      include/linux/mtd/ubi.h
12549 F:      include/uapi/mtd/ubi-user.h
12550
12551 USB ACM DRIVER
12552 M:      Oliver Neukum <oneukum@suse.com>
12553 L:      linux-usb@vger.kernel.org
12554 S:      Maintained
12555 F:      Documentation/usb/acm.txt
12556 F:      drivers/usb/class/cdc-acm.*
12557
12558 USB AR5523 WIRELESS DRIVER
12559 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
12560 L:      linux-wireless@vger.kernel.org
12561 S:      Maintained
12562 F:      drivers/net/wireless/ath/ar5523/
12563
12564 USB ATTACHED SCSI
12565 M:      Oliver Neukum <oneukum@suse.com>
12566 L:      linux-usb@vger.kernel.org
12567 L:      linux-scsi@vger.kernel.org
12568 S:      Maintained
12569 F:      drivers/usb/storage/uas.c
12570
12571 USB CDC ETHERNET DRIVER
12572 M:      Oliver Neukum <oliver@neukum.org>
12573 L:      linux-usb@vger.kernel.org
12574 S:      Maintained
12575 F:      drivers/net/usb/cdc_*.c
12576 F:      include/uapi/linux/usb/cdc.h
12577
12578 USB CHAOSKEY DRIVER
12579 M:      Keith Packard <keithp@keithp.com>
12580 L:      linux-usb@vger.kernel.org
12581 S:      Maintained
12582 F:      drivers/usb/misc/chaoskey.c
12583
12584 USB CYPRESS C67X00 DRIVER
12585 M:      Peter Korsgaard <jacmet@sunsite.dk>
12586 L:      linux-usb@vger.kernel.org
12587 S:      Maintained
12588 F:      drivers/usb/c67x00/
12589
12590 USB DAVICOM DM9601 DRIVER
12591 M:      Peter Korsgaard <jacmet@sunsite.dk>
12592 L:      netdev@vger.kernel.org
12593 W:      http://www.linux-usb.org/usbnet
12594 S:      Maintained
12595 F:      drivers/net/usb/dm9601.c
12596
12597 USB DIAMOND RIO500 DRIVER
12598 M:      Cesar Miquel <miquel@df.uba.ar>
12599 L:      rio500-users@lists.sourceforge.net
12600 W:      http://rio500.sourceforge.net
12601 S:      Maintained
12602 F:      drivers/usb/misc/rio500*
12603
12604 USB EHCI DRIVER
12605 M:      Alan Stern <stern@rowland.harvard.edu>
12606 L:      linux-usb@vger.kernel.org
12607 S:      Maintained
12608 F:      Documentation/usb/ehci.txt
12609 F:      drivers/usb/host/ehci*
12610
12611 USB GADGET/PERIPHERAL SUBSYSTEM
12612 M:      Felipe Balbi <balbi@kernel.org>
12613 L:      linux-usb@vger.kernel.org
12614 W:      http://www.linux-usb.org/gadget
12615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12616 S:      Maintained
12617 F:      drivers/usb/gadget/
12618 F:      include/linux/usb/gadget*
12619
12620 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12621 M:      Jiri Kosina <jikos@kernel.org>
12622 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
12623 L:      linux-usb@vger.kernel.org
12624 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12625 S:      Maintained
12626 F:      Documentation/hid/hiddev.txt
12627 F:      drivers/hid/usbhid/
12628
12629 USB ISP116X DRIVER
12630 M:      Olav Kongas <ok@artecdesign.ee>
12631 L:      linux-usb@vger.kernel.org
12632 S:      Maintained
12633 F:      drivers/usb/host/isp116x*
12634 F:      include/linux/usb/isp116x.h
12635
12636 USB LAN78XX ETHERNET DRIVER
12637 M:      Woojung Huh <woojung.huh@microchip.com>
12638 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12639 L:      netdev@vger.kernel.org
12640 S:      Maintained
12641 F:      drivers/net/usb/lan78xx.*
12642
12643 USB MASS STORAGE DRIVER
12644 M:      Alan Stern <stern@rowland.harvard.edu>
12645 L:      linux-usb@vger.kernel.org
12646 L:      usb-storage@lists.one-eyed-alien.net
12647 S:      Maintained
12648 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
12649 F:      drivers/usb/storage/
12650
12651 USB MIDI DRIVER
12652 M:      Clemens Ladisch <clemens@ladisch.de>
12653 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12654 T:      git git://git.alsa-project.org/alsa-kernel.git
12655 S:      Maintained
12656 F:      sound/usb/midi.*
12657
12658 USB NETWORKING DRIVERS
12659 L:      linux-usb@vger.kernel.org
12660 S:      Odd Fixes
12661 F:      drivers/net/usb/
12662
12663 USB OHCI DRIVER
12664 M:      Alan Stern <stern@rowland.harvard.edu>
12665 L:      linux-usb@vger.kernel.org
12666 S:      Maintained
12667 F:      Documentation/usb/ohci.txt
12668 F:      drivers/usb/host/ohci*
12669
12670 USB OTG FSM (Finite State Machine)
12671 M:      Peter Chen <Peter.Chen@nxp.com>
12672 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12673 L:      linux-usb@vger.kernel.org
12674 S:      Maintained
12675 F:      drivers/usb/common/usb-otg-fsm.c
12676
12677 USB OVER IP DRIVER
12678 M:      Valentina Manea <valentina.manea.m@gmail.com>
12679 M:      Shuah Khan <shuahkh@osg.samsung.com>
12680 M:      Shuah Khan <shuah@kernel.org>
12681 L:      linux-usb@vger.kernel.org
12682 S:      Maintained
12683 F:      Documentation/usb/usbip_protocol.txt
12684 F:      drivers/usb/usbip/
12685 F:      tools/usb/usbip/
12686
12687 USB PEGASUS DRIVER
12688 M:      Petko Manolov <petkan@nucleusys.com>
12689 L:      linux-usb@vger.kernel.org
12690 L:      netdev@vger.kernel.org
12691 T:      git git://github.com/petkan/pegasus.git
12692 W:      https://github.com/petkan/pegasus
12693 S:      Maintained
12694 F:      drivers/net/usb/pegasus.*
12695
12696 USB PHY LAYER
12697 M:      Felipe Balbi <balbi@kernel.org>
12698 L:      linux-usb@vger.kernel.org
12699 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12700 S:      Maintained
12701 F:      drivers/usb/phy/
12702
12703 USB PRINTER DRIVER (usblp)
12704 M:      Pete Zaitcev <zaitcev@redhat.com>
12705 L:      linux-usb@vger.kernel.org
12706 S:      Supported
12707 F:      drivers/usb/class/usblp.c
12708
12709 USB QMI WWAN NETWORK DRIVER
12710 M:      Bjørn Mork <bjorn@mork.no>
12711 L:      netdev@vger.kernel.org
12712 S:      Maintained
12713 F:      Documentation/ABI/testing/sysfs-class-net-qmi
12714 F:      drivers/net/usb/qmi_wwan.c
12715
12716 USB RTL8150 DRIVER
12717 M:      Petko Manolov <petkan@nucleusys.com>
12718 L:      linux-usb@vger.kernel.org
12719 L:      netdev@vger.kernel.org
12720 T:      git git://github.com/petkan/rtl8150.git
12721 W:      https://github.com/petkan/rtl8150
12722 S:      Maintained
12723 F:      drivers/net/usb/rtl8150.c
12724
12725 USB SERIAL SUBSYSTEM
12726 M:      Johan Hovold <johan@kernel.org>
12727 L:      linux-usb@vger.kernel.org
12728 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
12729 S:      Maintained
12730 F:      Documentation/usb/usb-serial.txt
12731 F:      drivers/usb/serial/
12732 F:      include/linux/usb/serial.h
12733
12734 USB SMSC75XX ETHERNET DRIVER
12735 M:      Steve Glendinning <steve.glendinning@shawell.net>
12736 L:      netdev@vger.kernel.org
12737 S:      Maintained
12738 F:      drivers/net/usb/smsc75xx.*
12739
12740 USB SMSC95XX ETHERNET DRIVER
12741 M:      Steve Glendinning <steve.glendinning@shawell.net>
12742 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12743 L:      netdev@vger.kernel.org
12744 S:      Maintained
12745 F:      drivers/net/usb/smsc95xx.*
12746
12747 USB SUBSYSTEM
12748 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12749 L:      linux-usb@vger.kernel.org
12750 W:      http://www.linux-usb.org
12751 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12752 S:      Supported
12753 F:      Documentation/devicetree/bindings/usb/
12754 F:      Documentation/usb/
12755 F:      drivers/usb/
12756 F:      include/linux/usb.h
12757 F:      include/linux/usb/
12758
12759 USB UHCI DRIVER
12760 M:      Alan Stern <stern@rowland.harvard.edu>
12761 L:      linux-usb@vger.kernel.org
12762 S:      Maintained
12763 F:      drivers/usb/host/uhci*
12764
12765 USB "USBNET" DRIVER FRAMEWORK
12766 M:      Oliver Neukum <oneukum@suse.com>
12767 L:      netdev@vger.kernel.org
12768 W:      http://www.linux-usb.org/usbnet
12769 S:      Maintained
12770 F:      drivers/net/usb/usbnet.c
12771 F:      include/linux/usb/usbnet.h
12772
12773 USB VIDEO CLASS
12774 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12775 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12776 L:      linux-media@vger.kernel.org
12777 T:      git git://linuxtv.org/media_tree.git
12778 W:      http://www.ideasonboard.org/uvc/
12779 S:      Maintained
12780 F:      drivers/media/usb/uvc/
12781 F:      include/uapi/linux/uvcvideo.h
12782
12783 USB VISION DRIVER
12784 M:      Hans Verkuil <hverkuil@xs4all.nl>
12785 L:      linux-media@vger.kernel.org
12786 T:      git git://linuxtv.org/media_tree.git
12787 W:      https://linuxtv.org
12788 S:      Odd Fixes
12789 F:      drivers/media/usb/usbvision/
12790
12791 USB WEBCAM GADGET
12792 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12793 L:      linux-usb@vger.kernel.org
12794 S:      Maintained
12795 F:      drivers/usb/gadget/function/*uvc*
12796 F:      drivers/usb/gadget/legacy/webcam.c
12797
12798 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12799 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
12800 L:      linux-wireless@vger.kernel.org
12801 S:      Maintained
12802 F:      drivers/net/wireless/rndis_wlan.c
12803
12804 USB XHCI DRIVER
12805 M:      Mathias Nyman <mathias.nyman@intel.com>
12806 L:      linux-usb@vger.kernel.org
12807 S:      Supported
12808 F:      drivers/usb/host/xhci*
12809 F:      drivers/usb/host/pci-quirks*
12810
12811 USB ZD1201 DRIVER
12812 L:      linux-wireless@vger.kernel.org
12813 W:      http://linux-lc100020.sourceforge.net
12814 S:      Orphan
12815 F:      drivers/net/wireless/zydas/zd1201.*
12816
12817 USB ZR364XX DRIVER
12818 M:      Antoine Jacquet <royale@zerezo.com>
12819 L:      linux-usb@vger.kernel.org
12820 L:      linux-media@vger.kernel.org
12821 T:      git git://linuxtv.org/media_tree.git
12822 W:      http://royale.zerezo.com/zr364xx/
12823 S:      Maintained
12824 F:      Documentation/media/v4l-drivers/zr364xx*
12825 F:      drivers/media/usb/zr364xx/
12826
12827 ULPI BUS
12828 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
12829 L:      linux-usb@vger.kernel.org
12830 S:      Maintained
12831 F:      drivers/usb/common/ulpi.c
12832 F:      include/linux/ulpi/
12833
12834 USER-MODE LINUX (UML)
12835 M:      Jeff Dike <jdike@addtoit.com>
12836 M:      Richard Weinberger <richard@nod.at>
12837 L:      user-mode-linux-devel@lists.sourceforge.net
12838 L:      user-mode-linux-user@lists.sourceforge.net
12839 W:      http://user-mode-linux.sourceforge.net
12840 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12841 S:      Maintained
12842 F:      Documentation/virtual/uml/
12843 F:      arch/um/
12844 F:      arch/x86/um/
12845 F:      fs/hostfs/
12846 F:      fs/hppfs/
12847
12848 USERSPACE I/O (UIO)
12849 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12850 S:      Maintained
12851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12852 F:      Documentation/DocBook/uio-howto.tmpl
12853 F:      drivers/uio/
12854 F:      include/linux/uio*.h
12855
12856 UTIL-LINUX PACKAGE
12857 M:      Karel Zak <kzak@redhat.com>
12858 L:      util-linux@vger.kernel.org
12859 W:      http://en.wikipedia.org/wiki/Util-linux
12860 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12861 S:      Maintained
12862
12863 UVESAFB DRIVER
12864 M:      Michal Januszewski <spock@gentoo.org>
12865 L:      linux-fbdev@vger.kernel.org
12866 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
12867 S:      Maintained
12868 F:      Documentation/fb/uvesafb.txt
12869 F:      drivers/video/fbdev/uvesafb.*
12870
12871 VF610 NAND DRIVER
12872 M:      Stefan Agner <stefan@agner.ch>
12873 L:      linux-mtd@lists.infradead.org
12874 S:      Supported
12875 F:      drivers/mtd/nand/vf610_nfc.c
12876
12877 VFAT/FAT/MSDOS FILESYSTEM
12878 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
12879 S:      Maintained
12880 F:      Documentation/filesystems/vfat.txt
12881 F:      fs/fat/
12882
12883 VFIO DRIVER
12884 M:      Alex Williamson <alex.williamson@redhat.com>
12885 L:      kvm@vger.kernel.org
12886 T:      git git://github.com/awilliam/linux-vfio.git
12887 S:      Maintained
12888 F:      Documentation/vfio.txt
12889 F:      drivers/vfio/
12890 F:      include/linux/vfio.h
12891 F:      include/uapi/linux/vfio.h
12892
12893 VFIO MEDIATED DEVICE DRIVERS
12894 M:      Kirti Wankhede <kwankhede@nvidia.com>
12895 L:      kvm@vger.kernel.org
12896 S:      Maintained
12897 F:      Documentation/vfio-mediated-device.txt
12898 F:      drivers/vfio/mdev/
12899 F:      include/linux/mdev.h
12900 F:      samples/vfio-mdev/
12901
12902 VFIO PLATFORM DRIVER
12903 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
12904 L:      kvm@vger.kernel.org
12905 S:      Maintained
12906 F:      drivers/vfio/platform/
12907
12908 VIDEOBUF2 FRAMEWORK
12909 M:      Pawel Osciak <pawel@osciak.com>
12910 M:      Marek Szyprowski <m.szyprowski@samsung.com>
12911 M:      Kyungmin Park <kyungmin.park@samsung.com>
12912 L:      linux-media@vger.kernel.org
12913 S:      Maintained
12914 F:      drivers/media/v4l2-core/videobuf2-*
12915 F:      include/media/videobuf2-*
12916
12917 VIRTIO AND VHOST VSOCK DRIVER
12918 M:      Stefan Hajnoczi <stefanha@redhat.com>
12919 L:      kvm@vger.kernel.org
12920 L:      virtualization@lists.linux-foundation.org
12921 L:      netdev@vger.kernel.org
12922 S:      Maintained
12923 F:      include/linux/virtio_vsock.h
12924 F:      include/uapi/linux/virtio_vsock.h
12925 F:      net/vmw_vsock/virtio_transport_common.c
12926 F:      net/vmw_vsock/virtio_transport.c
12927 F:      drivers/vhost/vsock.c
12928 F:      drivers/vhost/vsock.h
12929
12930 VIRTUAL SERIO DEVICE DRIVER
12931 M:      Stephen Chandler Paul <thatslyude@gmail.com>
12932 S:      Maintained
12933 F:      drivers/input/serio/userio.c
12934 F:      include/uapi/linux/userio.h
12935
12936 VIRTIO CONSOLE DRIVER
12937 M:      Amit Shah <amit.shah@redhat.com>
12938 L:      virtualization@lists.linux-foundation.org
12939 S:      Maintained
12940 F:      drivers/char/virtio_console.c
12941 F:      include/linux/virtio_console.h
12942 F:      include/uapi/linux/virtio_console.h
12943
12944 VIRTIO CORE, NET AND BLOCK DRIVERS
12945 M:      "Michael S. Tsirkin" <mst@redhat.com>
12946 M:      Jason Wang <jasowang@redhat.com>
12947 L:      virtualization@lists.linux-foundation.org
12948 S:      Maintained
12949 F:      Documentation/devicetree/bindings/virtio/
12950 F:      drivers/virtio/
12951 F:      tools/virtio/
12952 F:      drivers/net/virtio_net.c
12953 F:      drivers/block/virtio_blk.c
12954 F:      include/linux/virtio_*.h
12955 F:      include/uapi/linux/virtio_*.h
12956
12957 VIRTIO DRIVERS FOR S390
12958 M:      Christian Borntraeger <borntraeger@de.ibm.com>
12959 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
12960 L:      linux-s390@vger.kernel.org
12961 L:      virtualization@lists.linux-foundation.org
12962 L:      kvm@vger.kernel.org
12963 S:      Supported
12964 F:      drivers/s390/virtio/
12965
12966 VIRTIO GPU DRIVER
12967 M:      David Airlie <airlied@linux.ie>
12968 M:      Gerd Hoffmann <kraxel@redhat.com>
12969 L:      dri-devel@lists.freedesktop.org
12970 L:      virtualization@lists.linux-foundation.org
12971 S:      Maintained
12972 F:      drivers/gpu/drm/virtio/
12973 F:      include/uapi/linux/virtio_gpu.h
12974
12975 VIRTIO HOST (VHOST)
12976 M:      "Michael S. Tsirkin" <mst@redhat.com>
12977 M:      Jason Wang <jasowang@redhat.com>
12978 L:      kvm@vger.kernel.org
12979 L:      virtualization@lists.linux-foundation.org
12980 L:      netdev@vger.kernel.org
12981 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12982 S:      Maintained
12983 F:      drivers/vhost/
12984 F:      include/uapi/linux/vhost.h
12985
12986 VIRTIO INPUT DRIVER
12987 M:      Gerd Hoffmann <kraxel@redhat.com>
12988 S:      Maintained
12989 F:      drivers/virtio/virtio_input.c
12990 F:      include/uapi/linux/virtio_input.h
12991
12992 VIA RHINE NETWORK DRIVER
12993 S:      Orphan
12994 F:      drivers/net/ethernet/via/via-rhine.c
12995
12996 VIA SD/MMC CARD CONTROLLER DRIVER
12997 M:      Bruce Chang <brucechang@via.com.tw>
12998 M:      Harald Welte <HaraldWelte@viatech.com>
12999 S:      Maintained
13000 F:      drivers/mmc/host/via-sdmmc.c
13001
13002 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
13003 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
13004 L:      linux-fbdev@vger.kernel.org
13005 S:      Maintained
13006 F:      include/linux/via-core.h
13007 F:      include/linux/via-gpio.h
13008 F:      include/linux/via_i2c.h
13009 F:      drivers/video/fbdev/via/
13010
13011 VIA VELOCITY NETWORK DRIVER
13012 M:      Francois Romieu <romieu@fr.zoreil.com>
13013 L:      netdev@vger.kernel.org
13014 S:      Maintained
13015 F:      drivers/net/ethernet/via/via-velocity.*
13016
13017 VIRT LIB
13018 M:      Alex Williamson <alex.williamson@redhat.com>
13019 M:      Paolo Bonzini <pbonzini@redhat.com>
13020 L:      kvm@vger.kernel.org
13021 S:      Supported
13022 F:      virt/lib/
13023
13024 VIVID VIRTUAL VIDEO DRIVER
13025 M:      Hans Verkuil <hverkuil@xs4all.nl>
13026 L:      linux-media@vger.kernel.org
13027 T:      git git://linuxtv.org/media_tree.git
13028 W:      https://linuxtv.org
13029 S:      Maintained
13030 F:      drivers/media/platform/vivid/*
13031
13032 VLAN (802.1Q)
13033 M:      Patrick McHardy <kaber@trash.net>
13034 L:      netdev@vger.kernel.org
13035 S:      Maintained
13036 F:      drivers/net/macvlan.c
13037 F:      include/linux/if_*vlan.h
13038 F:      net/8021q/
13039
13040 VLYNQ BUS
13041 M:      Florian Fainelli <f.fainelli@gmail.com>
13042 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
13043 S:      Maintained
13044 F:      drivers/vlynq/vlynq.c
13045 F:      include/linux/vlynq.h
13046
13047 VME SUBSYSTEM
13048 M:      Martyn Welch <martyn@welchs.me.uk>
13049 M:      Manohar Vanga <manohar.vanga@gmail.com>
13050 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13051 L:      devel@driverdev.osuosl.org
13052 S:      Maintained
13053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
13054 F:      Documentation/driver-api/vme.rst
13055 F:      drivers/staging/vme/
13056 F:      drivers/vme/
13057 F:      include/linux/vme*
13058
13059 VMWARE HYPERVISOR INTERFACE
13060 M:      Alok Kataria <akataria@vmware.com>
13061 L:      virtualization@lists.linux-foundation.org
13062 S:      Supported
13063 F:      arch/x86/kernel/cpu/vmware.c
13064
13065 VMWARE BALLOON DRIVER
13066 M:      Xavier Deguillard <xdeguillard@vmware.com>
13067 M:      Philip Moltmann <moltmann@vmware.com>
13068 M:      "VMware, Inc." <pv-drivers@vmware.com>
13069 L:      linux-kernel@vger.kernel.org
13070 S:      Maintained
13071 F:      drivers/misc/vmw_balloon.c
13072
13073 VMWARE VMMOUSE SUBDRIVER
13074 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
13075 M:      "VMware, Inc." <pv-drivers@vmware.com>
13076 L:      linux-input@vger.kernel.org
13077 S:      Maintained
13078 F:      drivers/input/mouse/vmmouse.c
13079 F:      drivers/input/mouse/vmmouse.h
13080
13081 VMWARE VMXNET3 ETHERNET DRIVER
13082 M:      Shrikrishna Khare <skhare@vmware.com>
13083 M:      "VMware, Inc." <pv-drivers@vmware.com>
13084 L:      netdev@vger.kernel.org
13085 S:      Maintained
13086 F:      drivers/net/vmxnet3/
13087
13088 VMware PVSCSI driver
13089 M:      Jim Gill <jgill@vmware.com>
13090 M:      VMware PV-Drivers <pv-drivers@vmware.com>
13091 L:      linux-scsi@vger.kernel.org
13092 S:      Maintained
13093 F:      drivers/scsi/vmw_pvscsi.c
13094 F:      drivers/scsi/vmw_pvscsi.h
13095
13096 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
13097 M:      Liam Girdwood <lgirdwood@gmail.com>
13098 M:      Mark Brown <broonie@kernel.org>
13099 L:      linux-kernel@vger.kernel.org
13100 W:      http://www.slimlogic.co.uk/?p=48
13101 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
13102 S:      Supported
13103 F:      Documentation/devicetree/bindings/regulator/
13104 F:      drivers/regulator/
13105 F:      include/dt-bindings/regulator/
13106 F:      include/linux/regulator/
13107
13108 VRF
13109 M:      David Ahern <dsa@cumulusnetworks.com>
13110 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
13111 L:      netdev@vger.kernel.org
13112 S:      Maintained
13113 F:      drivers/net/vrf.c
13114 F:      Documentation/networking/vrf.txt
13115
13116 VT1211 HARDWARE MONITOR DRIVER
13117 M:      Juerg Haefliger <juergh@gmail.com>
13118 L:      linux-hwmon@vger.kernel.org
13119 S:      Maintained
13120 F:      Documentation/hwmon/vt1211
13121 F:      drivers/hwmon/vt1211.c
13122
13123 VT8231 HARDWARE MONITOR DRIVER
13124 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
13125 L:      linux-hwmon@vger.kernel.org
13126 S:      Maintained
13127 F:      drivers/hwmon/vt8231.c
13128
13129 VUB300 USB to SDIO/SD/MMC bridge chip
13130 M:      Tony Olech <tony.olech@elandigitalsystems.com>
13131 L:      linux-mmc@vger.kernel.org
13132 L:      linux-usb@vger.kernel.org
13133 S:      Supported
13134 F:      drivers/mmc/host/vub300.c
13135
13136 W1 DALLAS'S 1-WIRE BUS
13137 M:      Evgeniy Polyakov <zbr@ioremap.net>
13138 S:      Maintained
13139 F:      Documentation/w1/
13140 F:      drivers/w1/
13141
13142 W83791D HARDWARE MONITORING DRIVER
13143 M:      Marc Hulsman <m.hulsman@tudelft.nl>
13144 L:      linux-hwmon@vger.kernel.org
13145 S:      Maintained
13146 F:      Documentation/hwmon/w83791d
13147 F:      drivers/hwmon/w83791d.c
13148
13149 W83793 HARDWARE MONITORING DRIVER
13150 M:      Rudolf Marek <r.marek@assembler.cz>
13151 L:      linux-hwmon@vger.kernel.org
13152 S:      Maintained
13153 F:      Documentation/hwmon/w83793
13154 F:      drivers/hwmon/w83793.c
13155
13156 W83795 HARDWARE MONITORING DRIVER
13157 M:      Jean Delvare <jdelvare@suse.com>
13158 L:      linux-hwmon@vger.kernel.org
13159 S:      Maintained
13160 F:      drivers/hwmon/w83795.c
13161
13162 W83L51xD SD/MMC CARD INTERFACE DRIVER
13163 M:      Pierre Ossman <pierre@ossman.eu>
13164 S:      Maintained
13165 F:      drivers/mmc/host/wbsd.*
13166
13167 WACOM PROTOCOL 4 SERIAL TABLETS
13168 M:      Julian Squires <julian@cipht.net>
13169 M:      Hans de Goede <hdegoede@redhat.com>
13170 L:      linux-input@vger.kernel.org
13171 S:      Maintained
13172 F:      drivers/input/tablet/wacom_serial4.c
13173
13174 WATCHDOG DEVICE DRIVERS
13175 M:      Wim Van Sebroeck <wim@iguana.be>
13176 R:      Guenter Roeck <linux@roeck-us.net>
13177 L:      linux-watchdog@vger.kernel.org
13178 W:      http://www.linux-watchdog.org/
13179 T:      git git://www.linux-watchdog.org/linux-watchdog.git
13180 S:      Maintained
13181 F:      Documentation/devicetree/bindings/watchdog/
13182 F:      Documentation/watchdog/
13183 F:      drivers/watchdog/
13184 F:      include/linux/watchdog.h
13185 F:      include/uapi/linux/watchdog.h
13186
13187 WIIMOTE HID DRIVER
13188 M:      David Herrmann <dh.herrmann@googlemail.com>
13189 L:      linux-input@vger.kernel.org
13190 S:      Maintained
13191 F:      drivers/hid/hid-wiimote*
13192
13193 WINBOND CIR DRIVER
13194 M:      David Härdeman <david@hardeman.nu>
13195 S:      Maintained
13196 F:      drivers/media/rc/winbond-cir.c
13197
13198 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13199 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13200 L:      linux-watchdog@vger.kernel.org
13201 S:      Maintained
13202 F:      drivers/watchdog/ebc-c384_wdt.c
13203
13204 WINSYSTEMS WS16C48 GPIO DRIVER
13205 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13206 L:      linux-gpio@vger.kernel.org
13207 S:      Maintained
13208 F:      drivers/gpio/gpio-ws16c48.c
13209
13210 WIMAX STACK
13211 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
13212 M:      linux-wimax@intel.com
13213 L:      wimax@linuxwimax.org (subscribers-only)
13214 S:      Supported
13215 W:      http://linuxwimax.org
13216 F:      Documentation/wimax/README.wimax
13217 F:      include/linux/wimax/debug.h
13218 F:      include/net/wimax.h
13219 F:      include/uapi/linux/wimax.h
13220 F:      net/wimax/
13221
13222 WISTRON LAPTOP BUTTON DRIVER
13223 M:      Miloslav Trmac <mitr@volny.cz>
13224 S:      Maintained
13225 F:      drivers/input/misc/wistron_btns.c
13226
13227 WL3501 WIRELESS PCMCIA CARD DRIVER
13228 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
13229 L:      linux-wireless@vger.kernel.org
13230 W:      http://oops.ghostprotocols.net:81/blog
13231 S:      Maintained
13232 F:      drivers/net/wireless/wl3501*
13233
13234 WOLFSON MICROELECTRONICS DRIVERS
13235 L:      patches@opensource.wolfsonmicro.com
13236 T:      git https://github.com/CirrusLogic/linux-drivers.git
13237 W:      https://github.com/CirrusLogic/linux-drivers/wiki
13238 S:      Supported
13239 F:      Documentation/hwmon/wm83??
13240 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13241 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13242 F:      Documentation/devicetree/bindings/mfd/arizona.txt
13243 F:      arch/arm/mach-s3c64xx/mach-crag6410*
13244 F:      drivers/clk/clk-wm83*.c
13245 F:      drivers/extcon/extcon-arizona.c
13246 F:      drivers/leds/leds-wm83*.c
13247 F:      drivers/gpio/gpio-*wm*.c
13248 F:      drivers/gpio/gpio-arizona.c
13249 F:      drivers/hwmon/wm83??-hwmon.c
13250 F:      drivers/input/misc/wm831x-on.c
13251 F:      drivers/input/touchscreen/wm831x-ts.c
13252 F:      drivers/input/touchscreen/wm97*.c
13253 F:      drivers/mfd/arizona*
13254 F:      drivers/mfd/wm*.c
13255 F:      drivers/mfd/cs47l24*
13256 F:      drivers/power/supply/wm83*.c
13257 F:      drivers/rtc/rtc-wm83*.c
13258 F:      drivers/regulator/wm8*.c
13259 F:      drivers/video/backlight/wm83*_bl.c
13260 F:      drivers/watchdog/wm83*_wdt.c
13261 F:      include/linux/mfd/arizona/
13262 F:      include/linux/mfd/wm831x/
13263 F:      include/linux/mfd/wm8350/
13264 F:      include/linux/mfd/wm8400*
13265 F:      include/linux/wm97xx.h
13266 F:      include/sound/wm????.h
13267 F:      sound/soc/codecs/arizona.?
13268 F:      sound/soc/codecs/wm*
13269 F:      sound/soc/codecs/cs47l24*
13270
13271 WORKQUEUE
13272 M:      Tejun Heo <tj@kernel.org>
13273 R:      Lai Jiangshan <jiangshanlai@gmail.com>
13274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13275 S:      Maintained
13276 F:      include/linux/workqueue.h
13277 F:      kernel/workqueue.c
13278 F:      Documentation/core-api/workqueue.rst
13279
13280 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13281 M:      Chen-Yu Tsai <wens@csie.org>
13282 L:      linux-kernel@vger.kernel.org
13283 S:      Maintained
13284 N:      axp[128]
13285
13286 X.25 NETWORK LAYER
13287 M:      Andrew Hendry <andrew.hendry@gmail.com>
13288 L:      linux-x25@vger.kernel.org
13289 S:      Odd Fixes
13290 F:      Documentation/networking/x25*
13291 F:      include/net/x25*
13292 F:      net/x25/
13293
13294 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13295 M:      Thomas Gleixner <tglx@linutronix.de>
13296 M:      Ingo Molnar <mingo@redhat.com>
13297 M:      "H. Peter Anvin" <hpa@zytor.com>
13298 M:      x86@kernel.org
13299 L:      linux-kernel@vger.kernel.org
13300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13301 S:      Maintained
13302 F:      Documentation/x86/
13303 F:      arch/x86/
13304
13305 X86 PLATFORM DRIVERS
13306 M:      Darren Hart <dvhart@infradead.org>
13307 L:      platform-driver-x86@vger.kernel.org
13308 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13309 S:      Maintained
13310 F:      drivers/platform/x86/
13311 F:      drivers/platform/olpc/
13312
13313 X86 MCE INFRASTRUCTURE
13314 M:      Tony Luck <tony.luck@intel.com>
13315 M:      Borislav Petkov <bp@alien8.de>
13316 L:      linux-edac@vger.kernel.org
13317 S:      Maintained
13318 F:      arch/x86/kernel/cpu/mcheck/*
13319
13320 X86 MICROCODE UPDATE SUPPORT
13321 M:      Borislav Petkov <bp@alien8.de>
13322 S:      Maintained
13323 F:      arch/x86/kernel/cpu/microcode/*
13324
13325 X86 VDSO
13326 M:      Andy Lutomirski <luto@amacapital.net>
13327 L:      linux-kernel@vger.kernel.org
13328 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13329 S:      Maintained
13330 F:      arch/x86/entry/vdso/
13331
13332 XC2028/3028 TUNER DRIVER
13333 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
13334 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
13335 L:      linux-media@vger.kernel.org
13336 W:      https://linuxtv.org
13337 T:      git git://linuxtv.org/media_tree.git
13338 S:      Maintained
13339 F:      drivers/media/tuners/tuner-xc2028.*
13340
13341 XEN HYPERVISOR INTERFACE
13342 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
13343 M:      David Vrabel <david.vrabel@citrix.com>
13344 M:      Juergen Gross <jgross@suse.com>
13345 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13346 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13347 S:      Supported
13348 F:      arch/x86/xen/
13349 F:      drivers/*/xen-*front.c
13350 F:      drivers/xen/
13351 F:      arch/x86/include/asm/xen/
13352 F:      include/xen/
13353 F:      include/uapi/xen/
13354
13355 XEN HYPERVISOR ARM
13356 M:      Stefano Stabellini <sstabellini@kernel.org>
13357 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13358 S:      Maintained
13359 F:      arch/arm/xen/
13360 F:      arch/arm/include/asm/xen/
13361
13362 XEN HYPERVISOR ARM64
13363 M:      Stefano Stabellini <sstabellini@kernel.org>
13364 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13365 S:      Maintained
13366 F:      arch/arm64/xen/
13367 F:      arch/arm64/include/asm/xen/
13368
13369 XEN NETWORK BACKEND DRIVER
13370 M:      Wei Liu <wei.liu2@citrix.com>
13371 M:      Paul Durrant <paul.durrant@citrix.com>
13372 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13373 L:      netdev@vger.kernel.org
13374 S:      Supported
13375 F:      drivers/net/xen-netback/*
13376
13377 XEN PCI 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/pci/*xen*
13382 F:      drivers/pci/*xen*
13383
13384 XEN BLOCK SUBSYSTEM
13385 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13386 M:      Roger Pau Monné <roger.pau@citrix.com>
13387 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13388 S:      Supported
13389 F:      drivers/block/xen-blkback/*
13390 F:      drivers/block/xen*
13391
13392 XEN PVSCSI DRIVERS
13393 M:      Juergen Gross <jgross@suse.com>
13394 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13395 L:      linux-scsi@vger.kernel.org
13396 S:      Supported
13397 F:      drivers/scsi/xen-scsifront.c
13398 F:      drivers/xen/xen-scsiback.c
13399 F:      include/xen/interface/io/vscsiif.h
13400
13401 XEN SWIOTLB SUBSYSTEM
13402 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13403 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13404 S:      Supported
13405 F:      arch/x86/xen/*swiotlb*
13406 F:      drivers/xen/*swiotlb*
13407
13408 XFS FILESYSTEM
13409 M:      Dave Chinner <david@fromorbit.com>
13410 M:      linux-xfs@vger.kernel.org
13411 L:      linux-xfs@vger.kernel.org
13412 W:      http://xfs.org/
13413 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
13414 S:      Supported
13415 F:      Documentation/filesystems/xfs.txt
13416 F:      fs/xfs/
13417
13418 XILINX AXI ETHERNET DRIVER
13419 M:      Anirudha Sarangi <anirudh@xilinx.com>
13420 M:      John Linn <John.Linn@xilinx.com>
13421 S:      Maintained
13422 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
13423
13424 XILINX UARTLITE SERIAL DRIVER
13425 M:      Peter Korsgaard <jacmet@sunsite.dk>
13426 L:      linux-serial@vger.kernel.org
13427 S:      Maintained
13428 F:      drivers/tty/serial/uartlite.c
13429
13430 XILINX VIDEO IP CORES
13431 M:      Hyun Kwon <hyun.kwon@xilinx.com>
13432 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13433 L:      linux-media@vger.kernel.org
13434 T:      git git://linuxtv.org/media_tree.git
13435 S:      Supported
13436 F:      Documentation/devicetree/bindings/media/xilinx/
13437 F:      drivers/media/platform/xilinx/
13438 F:      include/uapi/linux/xilinx-v4l2-controls.h
13439
13440 XILLYBUS DRIVER
13441 M:      Eli Billauer <eli.billauer@gmail.com>
13442 L:      linux-kernel@vger.kernel.org
13443 S:      Supported
13444 F:      drivers/char/xillybus/
13445
13446 XTENSA XTFPGA PLATFORM SUPPORT
13447 M:      Max Filippov <jcmvbkbc@gmail.com>
13448 L:      linux-xtensa@linux-xtensa.org
13449 S:      Maintained
13450 F:      drivers/spi/spi-xtensa-xtfpga.c
13451 F:      sound/soc/xtensa/xtfpga-i2s.c
13452
13453 YAM DRIVER FOR AX.25
13454 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
13455 L:      linux-hams@vger.kernel.org
13456 S:      Maintained
13457 F:      drivers/net/hamradio/yam*
13458 F:      include/linux/yam.h
13459
13460 YEALINK PHONE DRIVER
13461 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
13462 L:      usbb2k-api-dev@nongnu.org
13463 S:      Maintained
13464 F:      Documentation/input/yealink.txt
13465 F:      drivers/input/misc/yealink.*
13466
13467 Z8530 DRIVER FOR AX.25
13468 M:      Joerg Reuter <jreuter@yaina.de>
13469 W:      http://yaina.de/jreuter/
13470 W:      http://www.qsl.net/dl1bke/
13471 L:      linux-hams@vger.kernel.org
13472 S:      Maintained
13473 F:      Documentation/networking/z8530drv.txt
13474 F:      drivers/net/hamradio/*scc.c
13475 F:      drivers/net/hamradio/z8530.h
13476
13477 ZBUD COMPRESSED PAGE ALLOCATOR
13478 M:      Seth Jennings <sjenning@redhat.com>
13479 L:      linux-mm@kvack.org
13480 S:      Maintained
13481 F:      mm/zbud.c
13482 F:      include/linux/zbud.h
13483
13484 ZD1211RW WIRELESS DRIVER
13485 M:      Daniel Drake <dsd@gentoo.org>
13486 M:      Ulrich Kunitz <kune@deine-taler.de>
13487 W:      http://zd1211.ath.cx/wiki/DriverRewrite
13488 L:      linux-wireless@vger.kernel.org
13489 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
13490 S:      Maintained
13491 F:      drivers/net/wireless/zydas/zd1211rw/
13492
13493 ZPOOL COMPRESSED PAGE STORAGE API
13494 M:      Dan Streetman <ddstreet@ieee.org>
13495 L:      linux-mm@kvack.org
13496 S:      Maintained
13497 F:      mm/zpool.c
13498 F:      include/linux/zpool.h
13499
13500 ZR36067 VIDEO FOR LINUX DRIVER
13501 L:      mjpeg-users@lists.sourceforge.net
13502 L:      linux-media@vger.kernel.org
13503 W:      http://mjpeg.sourceforge.net/driver-zoran/
13504 T:      hg https://linuxtv.org/hg/v4l-dvb
13505 S:      Odd Fixes
13506 F:      drivers/media/pci/zoran/
13507
13508 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13509 M:      Minchan Kim <minchan@kernel.org>
13510 M:      Nitin Gupta <ngupta@vflare.org>
13511 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13512 L:      linux-kernel@vger.kernel.org
13513 S:      Maintained
13514 F:      drivers/block/zram/
13515 F:      Documentation/blockdev/zram.txt
13516
13517 ZS DECSTATION Z85C30 SERIAL DRIVER
13518 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
13519 S:      Maintained
13520 F:      drivers/tty/serial/zs.*
13521
13522 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13523 M:      Minchan Kim <minchan@kernel.org>
13524 M:      Nitin Gupta <ngupta@vflare.org>
13525 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13526 L:      linux-mm@kvack.org
13527 S:      Maintained
13528 F:      mm/zsmalloc.c
13529 F:      include/linux/zsmalloc.h
13530 F:      Documentation/vm/zsmalloc.txt
13531
13532 ZSWAP COMPRESSED SWAP CACHING
13533 M:      Seth Jennings <sjenning@redhat.com>
13534 L:      linux-mm@kvack.org
13535 S:      Maintained
13536 F:      mm/zswap.c
13537
13538 THE REST
13539 M:      Linus Torvalds <torvalds@linux-foundation.org>
13540 L:      linux-kernel@vger.kernel.org
13541 Q:      http://patchwork.kernel.org/project/LKML/list/
13542 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13543 S:      Buried alive in reporters
13544 F:      *
13545 F:      */