Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
[cascardo/linux.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/CodingStyle 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/SubmittingPatches 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/SubmittingPatches.
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         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <aar@pengutronix.de>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      netdev@vger.kernel.org
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <ericvh@gmail.com>
190 M:      Ron Minnich <rminnich@sandia.gov>
191 M:      Latchesar Ionkov <lucho@ionkov.net>
192 L:      v9fs-developer@lists.sourceforge.net
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <crope@iki.fi>
207 L:      linux-media@vger.kernel.org
208 W:      https://linuxtv.org
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@microsemi.com>
217 L:      linux-scsi@vger.kernel.org
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
222
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      include/linux/syscalls.h
226 F:      kernel/sys_ni.c
227
228 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
229 M:      Hans de Goede <hdegoede@redhat.com>
230 L:      linux-hwmon@vger.kernel.org
231 S:      Maintained
232 F:      drivers/hwmon/abituguru.c
233
234 ABIT UGURU 3 HARDWARE MONITOR DRIVER
235 M:      Alistair John Strachan <alistair@devzero.co.uk>
236 L:      linux-hwmon@vger.kernel.org
237 S:      Maintained
238 F:      drivers/hwmon/abituguru3.c
239
240 ACCES 104-DIO-48E GPIO DRIVER
241 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
242 L:      linux-gpio@vger.kernel.org
243 S:      Maintained
244 F:      drivers/gpio/gpio-104-dio-48e.c
245
246 ACCES 104-IDI-48 GPIO DRIVER
247 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
248 L:      linux-gpio@vger.kernel.org
249 S:      Maintained
250 F:      drivers/gpio/gpio-104-idi-48.c
251
252 ACCES 104-IDIO-16 GPIO DRIVER
253 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
254 L:      linux-gpio@vger.kernel.org
255 S:      Maintained
256 F:      drivers/gpio/gpio-104-idio-16.c
257
258 ACENIC DRIVER
259 M:      Jes Sorensen <jes@trained-monkey.org>
260 L:      linux-acenic@sunsite.dk
261 S:      Maintained
262 F:      drivers/net/ethernet/alteon/acenic*
263
264 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
265 M:      Peter Feuerer <peter@piie.net>
266 L:      platform-driver-x86@vger.kernel.org
267 W:      http://piie.net/?section=acerhdf
268 S:      Maintained
269 F:      drivers/platform/x86/acerhdf.c
270
271 ACER WMI LAPTOP EXTRAS
272 M:      "Lee, Chun-Yi" <jlee@suse.com>
273 L:      platform-driver-x86@vger.kernel.org
274 S:      Maintained
275 F:      drivers/platform/x86/acer-wmi.c
276
277 ACPI
278 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
279 M:      Len Brown <lenb@kernel.org>
280 L:      linux-acpi@vger.kernel.org
281 W:      https://01.org/linux-acpi
282 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
284 S:      Supported
285 F:      drivers/acpi/
286 F:      drivers/pnp/pnpacpi/
287 F:      include/linux/acpi.h
288 F:      include/acpi/
289 F:      Documentation/acpi/
290 F:      Documentation/ABI/testing/sysfs-bus-acpi
291 F:      Documentation/ABI/testing/configfs-acpi
292 F:      drivers/pci/*acpi*
293 F:      drivers/pci/*/*acpi*
294 F:      drivers/pci/*/*/*acpi*
295 F:      tools/power/acpi/
296
297 ACPI COMPONENT ARCHITECTURE (ACPICA)
298 M:      Robert Moore <robert.moore@intel.com>
299 M:      Lv Zheng <lv.zheng@intel.com>
300 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
301 L:      linux-acpi@vger.kernel.org
302 L:      devel@acpica.org
303 W:      https://acpica.org/
304 W:      https://github.com/acpica/acpica/
305 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
307 S:      Supported
308 F:      drivers/acpi/acpica/
309 F:      include/acpi/
310 F:      tools/power/acpi/
311
312 ACPI FAN DRIVER
313 M:      Zhang Rui <rui.zhang@intel.com>
314 L:      linux-acpi@vger.kernel.org
315 W:      https://01.org/linux-acpi
316 S:      Supported
317 F:      drivers/acpi/fan.c
318
319 ACPI THERMAL DRIVER
320 M:      Zhang Rui <rui.zhang@intel.com>
321 L:      linux-acpi@vger.kernel.org
322 W:      https://01.org/linux-acpi
323 S:      Supported
324 F:      drivers/acpi/*thermal*
325
326 ACPI VIDEO DRIVER
327 M:      Zhang Rui <rui.zhang@intel.com>
328 L:      linux-acpi@vger.kernel.org
329 W:      https://01.org/linux-acpi
330 S:      Supported
331 F:      drivers/acpi/acpi_video.c
332
333 ACPI WMI DRIVER
334 L:      platform-driver-x86@vger.kernel.org
335 S:      Orphan
336 F:      drivers/platform/x86/wmi.c
337
338 AD1889 ALSA SOUND DRIVER
339 M:      Thibaut Varene <T-Bone@parisc-linux.org>
340 W:      http://wiki.parisc-linux.org/AD1889
341 L:      linux-parisc@vger.kernel.org
342 S:      Maintained
343 F:      sound/pci/ad1889.*
344
345 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
346 M:      Michael Hennerich <michael.hennerich@analog.com>
347 W:      http://wiki.analog.com/AD5254
348 W:      http://ez.analog.com/community/linux-device-drivers
349 S:      Supported
350 F:      drivers/misc/ad525x_dpot.c
351
352 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
353 M:      Michael Hennerich <michael.hennerich@analog.com>
354 W:      http://wiki.analog.com/AD5398
355 W:      http://ez.analog.com/community/linux-device-drivers
356 S:      Supported
357 F:      drivers/regulator/ad5398.c
358
359 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
360 M:      Michael Hennerich <michael.hennerich@analog.com>
361 W:      http://wiki.analog.com/AD7142
362 W:      http://ez.analog.com/community/linux-device-drivers
363 S:      Supported
364 F:      drivers/input/misc/ad714x.c
365
366 AD7877 TOUCHSCREEN DRIVER
367 M:      Michael Hennerich <michael.hennerich@analog.com>
368 W:      http://wiki.analog.com/AD7877
369 W:      http://ez.analog.com/community/linux-device-drivers
370 S:      Supported
371 F:      drivers/input/touchscreen/ad7877.c
372
373 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
374 M:      Michael Hennerich <michael.hennerich@analog.com>
375 W:      http://wiki.analog.com/AD7879
376 W:      http://ez.analog.com/community/linux-device-drivers
377 S:      Supported
378 F:      drivers/input/touchscreen/ad7879.c
379
380 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
381 M:      Jiri Kosina <jikos@kernel.org>
382 S:      Maintained
383
384 ADF7242 IEEE 802.15.4 RADIO DRIVER
385 M:      Michael Hennerich <michael.hennerich@analog.com>
386 W:      https://wiki.analog.com/ADF7242
387 W:      http://ez.analog.com/community/linux-device-drivers
388 L:      linux-wpan@vger.kernel.org
389 S:      Supported
390 F:      drivers/net/ieee802154/adf7242.c
391 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
392
393 ADM1025 HARDWARE MONITOR DRIVER
394 M:      Jean Delvare <jdelvare@suse.com>
395 L:      linux-hwmon@vger.kernel.org
396 S:      Maintained
397 F:      Documentation/hwmon/adm1025
398 F:      drivers/hwmon/adm1025.c
399
400 ADM1029 HARDWARE MONITOR DRIVER
401 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
402 L:      linux-hwmon@vger.kernel.org
403 S:      Maintained
404 F:      drivers/hwmon/adm1029.c
405
406 ADM8211 WIRELESS DRIVER
407 L:      linux-wireless@vger.kernel.org
408 W:      http://wireless.kernel.org/
409 S:      Orphan
410 F:      drivers/net/wireless/admtek/adm8211.*
411
412 ADP1653 FLASH CONTROLLER DRIVER
413 M:      Sakari Ailus <sakari.ailus@iki.fi>
414 L:      linux-media@vger.kernel.org
415 S:      Maintained
416 F:      drivers/media/i2c/adp1653.c
417 F:      include/media/i2c/adp1653.h
418
419 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
420 M:      Michael Hennerich <michael.hennerich@analog.com>
421 W:      http://wiki.analog.com/ADP5520
422 W:      http://ez.analog.com/community/linux-device-drivers
423 S:      Supported
424 F:      drivers/mfd/adp5520.c
425 F:      drivers/video/backlight/adp5520_bl.c
426 F:      drivers/leds/leds-adp5520.c
427 F:      drivers/gpio/gpio-adp5520.c
428 F:      drivers/input/keyboard/adp5520-keys.c
429
430 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
431 M:      Michael Hennerich <michael.hennerich@analog.com>
432 W:      http://wiki.analog.com/ADP5588
433 W:      http://ez.analog.com/community/linux-device-drivers
434 S:      Supported
435 F:      drivers/input/keyboard/adp5588-keys.c
436 F:      drivers/gpio/gpio-adp5588.c
437
438 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
439 M:      Michael Hennerich <michael.hennerich@analog.com>
440 W:      http://wiki.analog.com/ADP8860
441 W:      http://ez.analog.com/community/linux-device-drivers
442 S:      Supported
443 F:      drivers/video/backlight/adp8860_bl.c
444
445 ADS1015 HARDWARE MONITOR DRIVER
446 M:      Dirk Eibach <eibach@gdsys.de>
447 L:      linux-hwmon@vger.kernel.org
448 S:      Maintained
449 F:      Documentation/hwmon/ads1015
450 F:      drivers/hwmon/ads1015.c
451 F:      include/linux/i2c/ads1015.h
452
453 ADT746X FAN DRIVER
454 M:      Colin Leroy <colin@colino.net>
455 S:      Maintained
456 F:      drivers/macintosh/therm_adt746x.c
457
458 ADT7475 HARDWARE MONITOR DRIVER
459 M:      Jean Delvare <jdelvare@suse.com>
460 L:      linux-hwmon@vger.kernel.org
461 S:      Maintained
462 F:      Documentation/hwmon/adt7475
463 F:      drivers/hwmon/adt7475.c
464
465 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
466 M:      Michael Hennerich <michael.hennerich@analog.com>
467 W:      http://wiki.analog.com/ADXL345
468 W:      http://ez.analog.com/community/linux-device-drivers
469 S:      Supported
470 F:      drivers/input/misc/adxl34x.c
471
472 ADVANSYS SCSI DRIVER
473 M:      Matthew Wilcox <matthew@wil.cx>
474 M:      Hannes Reinecke <hare@suse.com>
475 L:      linux-scsi@vger.kernel.org
476 S:      Maintained
477 F:      Documentation/scsi/advansys.txt
478 F:      drivers/scsi/advansys.c
479
480 AEDSP16 DRIVER
481 M:      Riccardo Facchetti <fizban@tin.it>
482 S:      Maintained
483 F:      sound/oss/aedsp16.c
484
485 AF9013 MEDIA DRIVER
486 M:      Antti Palosaari <crope@iki.fi>
487 L:      linux-media@vger.kernel.org
488 W:      https://linuxtv.org
489 W:      http://palosaari.fi/linux/
490 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
491 T:      git git://linuxtv.org/anttip/media_tree.git
492 S:      Maintained
493 F:      drivers/media/dvb-frontends/af9013*
494
495 AF9033 MEDIA DRIVER
496 M:      Antti Palosaari <crope@iki.fi>
497 L:      linux-media@vger.kernel.org
498 W:      https://linuxtv.org
499 W:      http://palosaari.fi/linux/
500 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
501 T:      git git://linuxtv.org/anttip/media_tree.git
502 S:      Maintained
503 F:      drivers/media/dvb-frontends/af9033*
504
505 AFFS FILE SYSTEM
506 L:      linux-fsdevel@vger.kernel.org
507 S:      Orphan
508 F:      Documentation/filesystems/affs.txt
509 F:      fs/affs/
510
511 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
512 M:      David Howells <dhowells@redhat.com>
513 L:      linux-afs@lists.infradead.org
514 S:      Supported
515 F:      fs/afs/
516 F:      include/net/af_rxrpc.h
517 F:      net/rxrpc/af_rxrpc.c
518
519 AGPGART DRIVER
520 M:      David Airlie <airlied@linux.ie>
521 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
522 S:      Maintained
523 F:      drivers/char/agp/
524 F:      include/linux/agp*
525 F:      include/uapi/linux/agp*
526
527 AHA152X SCSI DRIVER
528 M:      "Juergen E. Fischer" <fischer@norbit.de>
529 L:      linux-scsi@vger.kernel.org
530 S:      Maintained
531 F:      drivers/scsi/aha152x*
532 F:      drivers/scsi/pcmcia/aha152x*
533
534 AIC7XXX / AIC79XX SCSI DRIVER
535 M:      Hannes Reinecke <hare@suse.com>
536 L:      linux-scsi@vger.kernel.org
537 S:      Maintained
538 F:      drivers/scsi/aic7xxx/
539
540 AIMSLAB FM RADIO RECEIVER DRIVER
541 M:      Hans Verkuil <hverkuil@xs4all.nl>
542 L:      linux-media@vger.kernel.org
543 T:      git git://linuxtv.org/media_tree.git
544 W:      https://linuxtv.org
545 S:      Maintained
546 F:      drivers/media/radio/radio-aimslab*
547
548 AIO
549 M:      Benjamin LaHaise <bcrl@kvack.org>
550 L:      linux-aio@kvack.org
551 S:      Supported
552 F:      fs/aio.c
553 F:      include/linux/*aio*.h
554
555 AIRSPY MEDIA DRIVER
556 M:      Antti Palosaari <crope@iki.fi>
557 L:      linux-media@vger.kernel.org
558 W:      https://linuxtv.org
559 W:      http://palosaari.fi/linux/
560 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
561 T:      git git://linuxtv.org/anttip/media_tree.git
562 S:      Maintained
563 F:      drivers/media/usb/airspy/
564
565 ALCATEL SPEEDTOUCH USB DRIVER
566 M:      Duncan Sands <duncan.sands@free.fr>
567 L:      linux-usb@vger.kernel.org
568 W:      http://www.linux-usb.org/SpeedTouch/
569 S:      Maintained
570 F:      drivers/usb/atm/speedtch.c
571 F:      drivers/usb/atm/usbatm.c
572
573 ALCHEMY AU1XX0 MMC DRIVER
574 M:      Manuel Lauss <manuel.lauss@gmail.com>
575 S:      Maintained
576 F:      drivers/mmc/host/au1xmmc.c
577
578 ALI1563 I2C DRIVER
579 M:      Rudolf Marek <r.marek@assembler.cz>
580 L:      linux-i2c@vger.kernel.org
581 S:      Maintained
582 F:      Documentation/i2c/busses/i2c-ali1563
583 F:      drivers/i2c/busses/i2c-ali1563.c
584
585 ALLWINNER SECURITY SYSTEM
586 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
587 L:      linux-crypto@vger.kernel.org
588 S:      Maintained
589 F:      drivers/crypto/sunxi-ss/
590
591 ALPHA PORT
592 M:      Richard Henderson <rth@twiddle.net>
593 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
594 M:      Matt Turner <mattst88@gmail.com>
595 S:      Odd Fixes
596 L:      linux-alpha@vger.kernel.org
597 F:      arch/alpha/
598
599 ALPS PS/2 TOUCHPAD DRIVER
600 R:      Pali Rohár <pali.rohar@gmail.com>
601 F:      drivers/input/mouse/alps.*
602
603 ALTERA MAILBOX DRIVER
604 M:      Ley Foon Tan <lftan@altera.com>
605 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
606 S:      Maintained
607 F:      drivers/mailbox/mailbox-altera.c
608
609 ALTERA PIO DRIVER
610 M:      Tien Hock Loh <thloh@altera.com>
611 L:      linux-gpio@vger.kernel.org
612 S:      Maintained
613 F:      drivers/gpio/gpio-altera.c
614
615 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
616 M:      Thor Thayer <tthayer@opensource.altera.com>
617 S:      Maintained
618 F:      drivers/gpio/gpio-altera-a10sr.c
619 F:      drivers/mfd/altera-a10sr.c
620 F:      include/linux/mfd/altera-a10sr.h
621
622 ALTERA TRIPLE SPEED ETHERNET DRIVER
623 M:      Vince Bridgers <vbridger@opensource.altera.com>
624 L:      netdev@vger.kernel.org
625 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
626 S:      Maintained
627 F:      drivers/net/ethernet/altera/
628
629 ALTERA UART/JTAG UART SERIAL DRIVERS
630 M:      Tobias Klauser <tklauser@distanz.ch>
631 L:      linux-serial@vger.kernel.org
632 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
633 S:      Maintained
634 F:      drivers/tty/serial/altera_uart.c
635 F:      drivers/tty/serial/altera_jtaguart.c
636 F:      include/linux/altera_uart.h
637 F:      include/linux/altera_jtaguart.h
638
639 AMAZON ETHERNET DRIVERS
640 M:      Netanel Belgazal <netanel@annapurnalabs.com>
641 R:      Saeed Bishara <saeed@annapurnalabs.com>
642 R:      Zorik Machulsky <zorik@annapurnalabs.com>
643 L:      netdev@vger.kernel.org
644 S:      Supported
645 F:      Documentation/networking/ena.txt
646 F:      drivers/net/ethernet/amazon/
647
648 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
649 M:      Tom Lendacky <thomas.lendacky@amd.com>
650 M:      Gary Hook <gary.hook@amd.com>
651 L:      linux-crypto@vger.kernel.org
652 S:      Supported
653 F:      drivers/crypto/ccp/
654 F:      include/linux/ccp.h
655
656 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
657 M:      Huang Rui <ray.huang@amd.com>
658 L:      linux-hwmon@vger.kernel.org
659 S:      Supported
660 F:      Documentation/hwmon/fam15h_power
661 F:      drivers/hwmon/fam15h_power.c
662
663 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
664 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
665 S:      Orphan
666 F:      drivers/usb/gadget/udc/amd5536udc.*
667
668 AMD GEODE PROCESSOR/CHIPSET SUPPORT
669 P:      Andres Salomon <dilinger@queued.net>
670 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
671 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
672 S:      Supported
673 F:      drivers/char/hw_random/geode-rng.c
674 F:      drivers/crypto/geode*
675 F:      drivers/video/fbdev/geode/
676 F:      arch/x86/include/asm/geode.h
677
678 AMD IOMMU (AMD-VI)
679 M:      Joerg Roedel <joro@8bytes.org>
680 L:      iommu@lists.linux-foundation.org
681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
682 S:      Maintained
683 F:      drivers/iommu/amd_iommu*.[ch]
684 F:      include/linux/amd-iommu.h
685
686 AMD KFD
687 M:      Oded Gabbay <oded.gabbay@gmail.com>
688 L:      dri-devel@lists.freedesktop.org
689 T:      git git://people.freedesktop.org/~gabbayo/linux.git
690 S:      Supported
691 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
692 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
693 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
694 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
695 F:      drivers/gpu/drm/amd/amdkfd/
696 F:      drivers/gpu/drm/amd/include/cik_structs.h
697 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
698 F:      drivers/gpu/drm/amd/include/vi_structs.h
699 F:      drivers/gpu/drm/radeon/radeon_kfd.c
700 F:      drivers/gpu/drm/radeon/radeon_kfd.h
701 F:      include/uapi/linux/kfd_ioctl.h
702
703 AMD SEATTLE DEVICE TREE SUPPORT
704 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
705 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
706 M:      Tom Lendacky <thomas.lendacky@amd.com>
707 S:      Supported
708 F:      arch/arm64/boot/dts/amd/
709
710 AMD XGBE DRIVER
711 M:      Tom Lendacky <thomas.lendacky@amd.com>
712 L:      netdev@vger.kernel.org
713 S:      Supported
714 F:      drivers/net/ethernet/amd/xgbe/
715 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
716
717 AMS (Apple Motion Sensor) DRIVER
718 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
719 S:      Supported
720 F:      drivers/macintosh/ams/
721
722 ANALOG DEVICES INC AD9389B DRIVER
723 M:      Hans Verkuil <hans.verkuil@cisco.com>
724 L:      linux-media@vger.kernel.org
725 S:      Maintained
726 F:      drivers/media/i2c/ad9389b*
727
728 ANALOG DEVICES INC ADV7180 DRIVER
729 M:      Lars-Peter Clausen <lars@metafoo.de>
730 L:      linux-media@vger.kernel.org
731 W:      http://ez.analog.com/community/linux-device-drivers
732 S:      Supported
733 F:      drivers/media/i2c/adv7180.c
734
735 ANALOG DEVICES INC ADV7511 DRIVER
736 M:      Hans Verkuil <hans.verkuil@cisco.com>
737 L:      linux-media@vger.kernel.org
738 S:      Maintained
739 F:      drivers/media/i2c/adv7511*
740
741 ANALOG DEVICES INC ADV7604 DRIVER
742 M:      Hans Verkuil <hans.verkuil@cisco.com>
743 L:      linux-media@vger.kernel.org
744 S:      Maintained
745 F:      drivers/media/i2c/adv7604*
746
747 ANALOG DEVICES INC ADV7842 DRIVER
748 M:      Hans Verkuil <hans.verkuil@cisco.com>
749 L:      linux-media@vger.kernel.org
750 S:      Maintained
751 F:      drivers/media/i2c/adv7842*
752
753 ANALOG DEVICES INC ASOC CODEC DRIVERS
754 M:      Lars-Peter Clausen <lars@metafoo.de>
755 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
756 W:      http://wiki.analog.com/
757 W:      http://ez.analog.com/community/linux-device-drivers
758 S:      Supported
759 F:      sound/soc/codecs/adau*
760 F:      sound/soc/codecs/adav*
761 F:      sound/soc/codecs/ad1*
762 F:      sound/soc/codecs/ad7*
763 F:      sound/soc/codecs/ssm*
764 F:      sound/soc/codecs/sigmadsp.*
765
766 ANALOG DEVICES INC ASOC DRIVERS
767 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
768 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
769 W:      http://blackfin.uclinux.org/
770 S:      Supported
771 F:      sound/soc/blackfin/*
772
773 ANALOG DEVICES INC IIO DRIVERS
774 M:      Lars-Peter Clausen <lars@metafoo.de>
775 M:      Michael Hennerich <Michael.Hennerich@analog.com>
776 W:      http://wiki.analog.com/
777 W:      http://ez.analog.com/community/linux-device-drivers
778 S:      Supported
779 F:      drivers/iio/*/ad*
780 X:      drivers/iio/*/adjd*
781 F:      drivers/staging/iio/*/ad*
782 F:      staging/iio/trigger/iio-trig-bfin-timer.c
783
784 ANALOG DEVICES INC DMA DRIVERS
785 M:      Lars-Peter Clausen <lars@metafoo.de>
786 W:      http://ez.analog.com/community/linux-device-drivers
787 S:      Supported
788 F:      drivers/dma/dma-axi-dmac.c
789
790 ANDROID CONFIG FRAGMENTS
791 M:      Rob Herring <robh@kernel.org>
792 S:      Supported
793 F:      kernel/configs/android*
794
795 ANDROID DRIVERS
796 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
797 M:      Arve Hjønnevåg <arve@android.com>
798 M:      Riley Andrews <riandrews@android.com>
799 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
800 L:      devel@driverdev.osuosl.org
801 S:      Supported
802 F:      drivers/android/
803 F:      drivers/staging/android/
804
805 ANDROID ION DRIVER
806 M:      Laura Abbott <labbott@redhat.com>
807 M:      Sumit Semwal <sumit.semwal@linaro.org>
808 L:      devel@driverdev.osuosl.org
809 S:      Supported
810 F:      Documentation/devicetree/bindings/staging/ion/
811 F:      drivers/staging/android/ion
812 F:      drivers/staging/android/uapi/ion.h
813 F:      drivers/staging/android/uapi/ion_test.h
814
815 AOA (Apple Onboard Audio) ALSA DRIVER
816 M:      Johannes Berg <johannes@sipsolutions.net>
817 L:      linuxppc-dev@lists.ozlabs.org
818 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
819 S:      Maintained
820 F:      sound/aoa/
821
822 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
823 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
824 L:      linux-iio@vger.kernel.org
825 S:      Maintained
826 F:      drivers/iio/adc/stx104.c
827
828 APM DRIVER
829 M:      Jiri Kosina <jikos@kernel.org>
830 S:      Odd fixes
831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
832 F:      arch/x86/kernel/apm_32.c
833 F:      include/linux/apm_bios.h
834 F:      include/uapi/linux/apm_bios.h
835 F:      drivers/char/apm-emulation.c
836
837 APPLE BCM5974 MULTITOUCH DRIVER
838 M:      Henrik Rydberg <rydberg@bitmath.org>
839 L:      linux-input@vger.kernel.org
840 S:      Odd fixes
841 F:      drivers/input/mouse/bcm5974.c
842
843 APPLE SMC DRIVER
844 M:      Henrik Rydberg <rydberg@bitmath.org>
845 L:      linux-hwmon@vger.kernel.org
846 S:      Odd fixes
847 F:      drivers/hwmon/applesmc.c
848
849 APPLETALK NETWORK LAYER
850 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
851 S:      Maintained
852 F:      drivers/net/appletalk/
853 F:      net/appletalk/
854
855 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
856 M:      Duc Dang <dhdang@apm.com>
857 S:      Supported
858 F:      arch/arm64/boot/dts/apm/
859
860 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
861 M:      Iyappan Subramanian <isubramanian@apm.com>
862 M:      Keyur Chudgar <kchudgar@apm.com>
863 S:      Supported
864 F:      drivers/net/ethernet/apm/xgene/
865 F:      drivers/net/phy/mdio-xgene.c
866 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
867 F:      Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
868
869 APPLIED MICRO (APM) X-GENE SOC PMU
870 M:      Tai Nguyen <ttnguyen@apm.com>
871 S:      Supported
872 F:      drivers/perf/xgene_pmu.c
873 F:      Documentation/perf/xgene-pmu.txt
874 F:      Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
875
876 APTINA CAMERA SENSOR PLL
877 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
878 L:      linux-media@vger.kernel.org
879 S:      Maintained
880 F:      drivers/media/i2c/aptina-pll.*
881
882 ARC FRAMEBUFFER DRIVER
883 M:      Jaya Kumar <jayalk@intworks.biz>
884 S:      Maintained
885 F:      drivers/video/fbdev/arcfb.c
886 F:      drivers/video/fbdev/core/fb_defio.c
887
888 ARCNET NETWORK LAYER
889 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
890 L:      netdev@vger.kernel.org
891 S:      Maintained
892 F:      drivers/net/arcnet/
893 F:      include/uapi/linux/if_arcnet.h
894
895 ARC PGU DRM DRIVER
896 M:      Alexey Brodkin <abrodkin@synopsys.com>
897 S:      Supported
898 F:      drivers/gpu/drm/arc/
899 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
900
901 ARM ARCHITECTED TIMER DRIVER
902 M:      Mark Rutland <mark.rutland@arm.com>
903 M:      Marc Zyngier <marc.zyngier@arm.com>
904 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
905 S:      Maintained
906 F:      arch/arm/include/asm/arch_timer.h
907 F:      arch/arm64/include/asm/arch_timer.h
908 F:      drivers/clocksource/arm_arch_timer.c
909
910 ARM HDLCD DRM DRIVER
911 M:      Liviu Dudau <liviu.dudau@arm.com>
912 S:      Supported
913 F:      drivers/gpu/drm/arm/hdlcd_*
914 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
915
916 ARM MALI-DP DRM DRIVER
917 M:      Liviu Dudau <liviu.dudau@arm.com>
918 M:      Brian Starkey <brian.starkey@arm.com>
919 M:      Mali DP Maintainers <malidp@foss.arm.com>
920 S:      Supported
921 F:      drivers/gpu/drm/arm/
922 F:      Documentation/devicetree/bindings/display/arm,malidp.txt
923
924 ARM MFM AND FLOPPY DRIVERS
925 M:      Ian Molton <spyro@f2s.com>
926 S:      Maintained
927 F:      arch/arm/lib/floppydma.S
928 F:      arch/arm/include/asm/floppy.h
929
930 ARM PMU PROFILING AND DEBUGGING
931 M:      Will Deacon <will.deacon@arm.com>
932 M:      Mark Rutland <mark.rutland@arm.com>
933 S:      Maintained
934 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
935 F:      arch/arm*/kernel/perf_*
936 F:      arch/arm/oprofile/common.c
937 F:      arch/arm*/kernel/hw_breakpoint.c
938 F:      arch/arm*/include/asm/hw_breakpoint.h
939 F:      arch/arm*/include/asm/perf_event.h
940 F:      drivers/perf/*
941 F:      include/linux/perf/arm_pmu.h
942 F:      Documentation/devicetree/bindings/arm/pmu.txt
943
944 ARM PORT
945 M:      Russell King <linux@armlinux.org.uk>
946 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
947 W:      http://www.armlinux.org.uk/
948 S:      Maintained
949 F:      arch/arm/
950
951 ARM SUB-ARCHITECTURES
952 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
953 S:      Maintained
954 F:      arch/arm/mach-*/
955 F:      arch/arm/plat-*/
956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
957
958 ARM PRIMECELL AACI PL041 DRIVER
959 M:      Russell King <linux@armlinux.org.uk>
960 S:      Maintained
961 F:      sound/arm/aaci.*
962
963 ARM PRIMECELL CLCD PL110 DRIVER
964 M:      Russell King <linux@armlinux.org.uk>
965 S:      Maintained
966 F:      drivers/video/fbdev/amba-clcd.*
967
968 ARM PRIMECELL KMI PL050 DRIVER
969 M:      Russell King <linux@armlinux.org.uk>
970 S:      Maintained
971 F:      drivers/input/serio/ambakmi.*
972 F:      include/linux/amba/kmi.h
973
974 ARM PRIMECELL MMCI PL180/1 DRIVER
975 M:      Russell King <linux@armlinux.org.uk>
976 S:      Maintained
977 F:      drivers/mmc/host/mmci.*
978 F:      include/linux/amba/mmci.h
979
980 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
981 M:      Russell King <linux@armlinux.org.uk>
982 S:      Maintained
983 F:      drivers/tty/serial/amba-pl01*.c
984 F:      include/linux/amba/serial.h
985
986 ARM PRIMECELL BUS SUPPORT
987 M:      Russell King <linux@armlinux.org.uk>
988 S:      Maintained
989 F:      drivers/amba/
990 F:      include/linux/amba/bus.h
991
992 ARM/ADS SPHERE MACHINE SUPPORT
993 M:      Lennert Buytenhek <kernel@wantstofly.org>
994 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
995 S:      Maintained
996
997 ARM/AFEB9260 MACHINE SUPPORT
998 M:      Sergey Lapin <slapin@ossfans.org>
999 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1000 S:      Maintained
1001
1002 ARM/AJECO 1ARM MACHINE SUPPORT
1003 M:      Lennert Buytenhek <kernel@wantstofly.org>
1004 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1005 S:      Maintained
1006
1007 ARM/Allwinner sunXi SoC support
1008 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
1009 M:      Chen-Yu Tsai <wens@csie.org>
1010 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1011 S:      Maintained
1012 N:      sun[x456789]i
1013 F:      arch/arm/boot/dts/ntc-gr8*
1014
1015 ARM/Allwinner SoC Clock Support
1016 M:      Emilio López <emilio@elopez.com.ar>
1017 S:      Maintained
1018 F:      drivers/clk/sunxi/
1019
1020 ARM/Amlogic Meson SoC support
1021 M:      Carlo Caione <carlo@caione.org>
1022 M:      Kevin Hilman <khilman@baylibre.com>
1023 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1024 L:      linux-amlogic@lists.infradead.org
1025 W:      http://linux-meson.com/
1026 S:      Maintained
1027 F:      arch/arm/mach-meson/
1028 F:      arch/arm/boot/dts/meson*
1029 F:      arch/arm64/boot/dts/amlogic/
1030 F:      drivers/pinctrl/meson/
1031 N:      meson
1032
1033 ARM/Annapurna Labs ALPINE ARCHITECTURE
1034 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
1035 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
1036 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1037 S:      Maintained
1038 F:      arch/arm/mach-alpine/
1039 F:      arch/arm/boot/dts/alpine*
1040 F:      arch/arm64/boot/dts/al/
1041 F:      drivers/*/*alpine*
1042
1043 ARM/ARTPEC MACHINE SUPPORT
1044 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1045 M:      Lars Persson <lars.persson@axis.com>
1046 M:      Niklas Cassel <niklas.cassel@axis.com>
1047 S:      Maintained
1048 L:      linux-arm-kernel@axis.com
1049 F:      arch/arm/mach-artpec
1050 F:      arch/arm/boot/dts/artpec6*
1051 F:      drivers/clk/axis
1052
1053 ARM/ASPEED MACHINE SUPPORT
1054 M:      Joel Stanley <joel@jms.id.au>
1055 S:      Maintained
1056 F:      arch/arm/mach-aspeed/
1057 F:      arch/arm/boot/dts/aspeed-*
1058 F:      drivers/*/*aspeed*
1059
1060 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1061 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1062 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
1063 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1064 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1065 W:      http://www.linux4sam.org
1066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1067 S:      Supported
1068 F:      arch/arm/mach-at91/
1069 F:      include/soc/at91/
1070 F:      arch/arm/boot/dts/at91*.dts
1071 F:      arch/arm/boot/dts/at91*.dtsi
1072 F:      arch/arm/boot/dts/sama*.dts
1073 F:      arch/arm/boot/dts/sama*.dtsi
1074 F:      arch/arm/include/debug/at91.S
1075
1076 ARM/ATMEL AT91 Clock Support
1077 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
1078 S:      Maintained
1079 F:      drivers/clk/at91
1080
1081 ARM/CALXEDA HIGHBANK ARCHITECTURE
1082 M:      Rob Herring <robh@kernel.org>
1083 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1084 S:      Maintained
1085 F:      arch/arm/mach-highbank/
1086 F:      arch/arm/boot/dts/highbank.dts
1087 F:      arch/arm/boot/dts/ecx-*.dts*
1088
1089 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1090 M:      Krzysztof Halasa <khalasa@piap.pl>
1091 S:      Maintained
1092 F:      arch/arm/mach-cns3xxx/
1093
1094 ARM/CAVIUM THUNDER NETWORK DRIVER
1095 M:      Sunil Goutham <sgoutham@cavium.com>
1096 M:      Robert Richter <rric@kernel.org>
1097 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1098 S:      Supported
1099 F:      drivers/net/ethernet/cavium/thunder/
1100
1101 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1102 M:      Alexander Shiyan <shc_work@mail.ru>
1103 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1104 S:      Odd Fixes
1105 N:      clps711x
1106
1107 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1108 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1109 M:      Ryan Mallon <rmallon@gmail.com>
1110 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1111 S:      Maintained
1112 F:      arch/arm/mach-ep93xx/
1113 F:      arch/arm/mach-ep93xx/include/mach/
1114
1115 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1116 M:      Lennert Buytenhek <kernel@wantstofly.org>
1117 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1118 S:      Maintained
1119
1120 ARM/CLKDEV SUPPORT
1121 M:      Russell King <linux@armlinux.org.uk>
1122 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1123 S:      Maintained
1124 F:      arch/arm/include/asm/clkdev.h
1125 F:      drivers/clk/clkdev.c
1126
1127 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1128 M:      Mike Rapoport <mike@compulab.co.il>
1129 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130 S:      Maintained
1131
1132 ARM/CONTEC MICRO9 MACHINE SUPPORT
1133 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1134 S:      Maintained
1135 F:      arch/arm/mach-ep93xx/micro9.c
1136
1137 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1138 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1139 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1140 S:      Maintained
1141 F:      drivers/hwtracing/coresight/*
1142 F:      Documentation/trace/coresight.txt
1143 F:      Documentation/devicetree/bindings/arm/coresight.txt
1144 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1145 F:      tools/perf/arch/arm/util/pmu.c
1146 F:      tools/perf/arch/arm/util/auxtrace.c
1147 F:      tools/perf/arch/arm/util/cs-etm.c
1148 F:      tools/perf/arch/arm/util/cs-etm.h
1149 F:      tools/perf/util/cs-etm.h
1150
1151 ARM/CORGI MACHINE SUPPORT
1152 M:      Richard Purdie <rpurdie@rpsys.net>
1153 S:      Maintained
1154
1155 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1156 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1157 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1158 T:      git git://github.com/ulli-kroll/linux.git
1159 S:      Maintained
1160 F:      arch/arm/mach-gemini/
1161 F:      drivers/rtc/rtc-gemini.c
1162
1163 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1164 M:      Barry Song <baohua@kernel.org>
1165 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1166 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1167 S:      Maintained
1168 F:      arch/arm/boot/dts/prima2*
1169 F:      arch/arm/mach-prima2/
1170 F:      drivers/clk/sirf/
1171 F:      drivers/clocksource/timer-prima2.c
1172 F:      drivers/clocksource/timer-atlas7.c
1173 N:      [^a-z]sirf
1174
1175 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1176 M:      Baruch Siach <baruch@tkos.co.il>
1177 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1178 S:      Maintained
1179 F:      arch/arm/boot/dts/cx92755*
1180 N:      digicolor
1181
1182 ARM/EBSA110 MACHINE SUPPORT
1183 M:      Russell King <linux@armlinux.org.uk>
1184 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1185 W:      http://www.armlinux.org.uk/
1186 S:      Maintained
1187 F:      arch/arm/mach-ebsa110/
1188 F:      drivers/net/ethernet/amd/am79c961a.*
1189
1190 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1191 M:      Uwe Kleine-König <kernel@pengutronix.de>
1192 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1193 S:      Maintained
1194 N:      efm32
1195
1196 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1197 M:      Daniel Ribeiro <drwyrm@gmail.com>
1198 M:      Stefan Schmidt <stefan@openezx.org>
1199 M:      Harald Welte <laforge@openezx.org>
1200 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1201 W:      http://www.openezx.org/
1202 S:      Maintained
1203 T:      topgit git://git.openezx.org/openezx.git
1204 F:      arch/arm/mach-pxa/ezx.c
1205
1206 ARM/FARADAY FA526 PORT
1207 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1208 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1209 S:      Maintained
1210 T:      git git://git.berlios.de/gemini-board
1211 F:      arch/arm/mm/*-fa*
1212
1213 ARM/FOOTBRIDGE ARCHITECTURE
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/include/asm/hardware/dec21285.h
1219 F:      arch/arm/mach-footbridge/
1220
1221 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1222 M:      Shawn Guo <shawnguo@kernel.org>
1223 M:      Sascha Hauer <kernel@pengutronix.de>
1224 R:      Fabio Estevam <fabio.estevam@nxp.com>
1225 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1226 S:      Maintained
1227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1228 F:      arch/arm/mach-imx/
1229 F:      arch/arm/mach-mxs/
1230 F:      arch/arm/boot/dts/imx*
1231 F:      arch/arm/configs/imx*_defconfig
1232 F:      drivers/clk/imx/
1233 F:      include/soc/imx/
1234
1235 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1236 M:      Shawn Guo <shawnguo@kernel.org>
1237 M:      Sascha Hauer <kernel@pengutronix.de>
1238 R:      Stefan Agner <stefan@agner.ch>
1239 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1240 S:      Maintained
1241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1242 F:      arch/arm/mach-imx/*vf610*
1243 F:      arch/arm/boot/dts/vf*
1244
1245 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1246 M:      Lennert Buytenhek <kernel@wantstofly.org>
1247 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1248 S:      Maintained
1249
1250 ARM/GUMSTIX MACHINE SUPPORT
1251 M:      Steve Sakoman <sakoman@gmail.com>
1252 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1253 S:      Maintained
1254
1255 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1256 M:      Philipp Zabel <philipp.zabel@gmail.com>
1257 M:      Paul Parsons <lost.distance@yahoo.com>
1258 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1259 S:      Maintained
1260 F:      arch/arm/mach-pxa/hx4700.c
1261 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1262 F:      sound/soc/pxa/hx4700.c
1263
1264 ARM/HISILICON SOC SUPPORT
1265 M:      Wei Xu <xuwei5@hisilicon.com>
1266 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1267 W:      http://www.hisilicon.com
1268 S:      Supported
1269 T:      git git://github.com/hisilicon/linux-hisi.git
1270 F:      arch/arm/mach-hisi/
1271 F:      arch/arm/boot/dts/hi3*
1272 F:      arch/arm/boot/dts/hip*
1273 F:      arch/arm/boot/dts/hisi*
1274 F:      arch/arm64/boot/dts/hisilicon/
1275
1276 ARM/HP JORNADA 7XX MACHINE SUPPORT
1277 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1278 W:      www.jlime.com
1279 S:      Maintained
1280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1281 F:      arch/arm/mach-sa1100/jornada720.c
1282 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1283
1284 ARM/IGEP MACHINE SUPPORT
1285 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1286 M:      Javier Martinez Canillas <javier@dowhile0.org>
1287 L:      linux-omap@vger.kernel.org
1288 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1289 S:      Maintained
1290 F:      arch/arm/boot/dts/omap3-igep*
1291
1292 ARM/INCOME PXA270 SUPPORT
1293 M:      Marek Vasut <marek.vasut@gmail.com>
1294 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1295 S:      Maintained
1296 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1297
1298 ARM/INTEL IOP32X ARM ARCHITECTURE
1299 M:      Lennert Buytenhek <kernel@wantstofly.org>
1300 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1301 S:      Maintained
1302
1303 ARM/INTEL IOP33X ARM ARCHITECTURE
1304 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1305 S:      Orphan
1306
1307 ARM/INTEL IOP13XX ARM ARCHITECTURE
1308 M:      Lennert Buytenhek <kernel@wantstofly.org>
1309 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1310 S:      Maintained
1311
1312 ARM/INTEL IQ81342EX MACHINE SUPPORT
1313 M:      Lennert Buytenhek <kernel@wantstofly.org>
1314 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1315 S:      Maintained
1316
1317 ARM/INTEL IXDP2850 MACHINE SUPPORT
1318 M:      Lennert Buytenhek <kernel@wantstofly.org>
1319 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1320 S:      Maintained
1321
1322 ARM/INTEL IXP4XX ARM ARCHITECTURE
1323 M:      Imre Kaloz <kaloz@openwrt.org>
1324 M:      Krzysztof Halasa <khalasa@piap.pl>
1325 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1326 S:      Maintained
1327 F:      arch/arm/mach-ixp4xx/
1328
1329 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1330 M:      Jonathan Cameron <jic23@cam.ac.uk>
1331 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1332 S:      Maintained
1333 F:      arch/arm/mach-pxa/stargate2.c
1334 F:      drivers/pcmcia/pxa2xx_stargate2.c
1335
1336 ARM/INTEL XSC3 (MANZANO) ARM CORE
1337 M:      Lennert Buytenhek <kernel@wantstofly.org>
1338 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1339 S:      Maintained
1340
1341 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1342 M:      Lennert Buytenhek <kernel@wantstofly.org>
1343 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1344 S:      Maintained
1345
1346 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1347 M:      Santosh Shilimkar <ssantosh@kernel.org>
1348 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1349 S:      Maintained
1350 F:      arch/arm/mach-keystone/
1351 F:      arch/arm/boot/dts/keystone-*
1352 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1353
1354 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1355 M:      Santosh Shilimkar <ssantosh@kernel.org>
1356 L:      linux-kernel@vger.kernel.org
1357 S:      Maintained
1358 F:      drivers/clk/keystone/
1359
1360 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1361 M:      Santosh Shilimkar <ssantosh@kernel.org>
1362 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1363 L:      linux-kernel@vger.kernel.org
1364 S:      Maintained
1365 F:      drivers/clocksource/timer-keystone.c
1366
1367 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1368 M:      Santosh Shilimkar <ssantosh@kernel.org>
1369 L:      linux-kernel@vger.kernel.org
1370 S:      Maintained
1371 F:      drivers/power/reset/keystone-reset.c
1372
1373 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1374 M:      Santosh Shilimkar <ssantosh@kernel.org>
1375 L:      linux-kernel@vger.kernel.org
1376 S:      Maintained
1377 F:      drivers/memory/*emif*
1378
1379 ARM/LG1K ARCHITECTURE
1380 M:      Chanho Min <chanho.min@lge.com>
1381 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1382 S:      Maintained
1383 F:      arch/arm64/boot/dts/lg/
1384
1385 ARM/LOGICPD PXA270 MACHINE SUPPORT
1386 M:      Lennert Buytenhek <kernel@wantstofly.org>
1387 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1388 S:      Maintained
1389
1390 ARM/LPC18XX ARCHITECTURE
1391 M:      Joachim Eastwood <manabian@gmail.com>
1392 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1393 S:      Maintained
1394 F:      arch/arm/boot/dts/lpc43*
1395 F:      drivers/clk/nxp/clk-lpc18xx*
1396 F:      drivers/clocksource/time-lpc32xx.c
1397 F:      drivers/i2c/busses/i2c-lpc2k.c
1398 F:      drivers/memory/pl172.c
1399 F:      drivers/mtd/spi-nor/nxp-spifi.c
1400 F:      drivers/rtc/rtc-lpc24xx.c
1401 N:      lpc18xx
1402
1403 ARM/LPC32XX SOC SUPPORT
1404 M:      Vladimir Zapolskiy <vz@mleia.com>
1405 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1406 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1407 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1408 S:      Maintained
1409 F:      arch/arm/boot/dts/lpc32*
1410 F:      arch/arm/mach-lpc32xx/
1411 F:      drivers/i2c/busses/i2c-pnx.c
1412 F:      drivers/net/ethernet/nxp/lpc_eth.c
1413 F:      drivers/usb/host/ohci-nxp.c
1414 F:      drivers/watchdog/pnx4008_wdt.c
1415 N:      lpc32xx
1416
1417 ARM/MAGICIAN MACHINE SUPPORT
1418 M:      Philipp Zabel <philipp.zabel@gmail.com>
1419 S:      Maintained
1420
1421 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1422 M:      Jason Cooper <jason@lakedaemon.net>
1423 M:      Andrew Lunn <andrew@lunn.ch>
1424 M:      Gregory Clement <gregory.clement@free-electrons.com>
1425 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1426 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1427 S:      Maintained
1428 F:      arch/arm/mach-mvebu/
1429 F:      drivers/rtc/rtc-armada38x.c
1430 F:      arch/arm/boot/dts/armada*
1431 F:      arch/arm/boot/dts/kirkwood*
1432 F:      arch/arm64/boot/dts/marvell/armada*
1433 F:      drivers/cpufreq/mvebu-cpufreq.c
1434 F:      arch/arm/configs/mvebu_*_defconfig
1435
1436 ARM/Marvell Berlin SoC support
1437 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1438 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1439 S:      Maintained
1440 F:      arch/arm/mach-berlin/
1441 F:      arch/arm/boot/dts/berlin*
1442 F:      arch/arm64/boot/dts/marvell/berlin*
1443
1444
1445 ARM/Marvell Dove/MV78xx0/Orion SOC support
1446 M:      Jason Cooper <jason@lakedaemon.net>
1447 M:      Andrew Lunn <andrew@lunn.ch>
1448 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1449 M:      Gregory Clement <gregory.clement@free-electrons.com>
1450 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1451 S:      Maintained
1452 F:      arch/arm/mach-dove/
1453 F:      arch/arm/mach-mv78xx0/
1454 F:      arch/arm/mach-orion5x/
1455 F:      arch/arm/plat-orion/
1456 F:      arch/arm/boot/dts/dove*
1457 F:      arch/arm/boot/dts/orion5x*
1458
1459
1460 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1461 M:      Alexander Clouter <alex@digriz.org.uk>
1462 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1463 W:      http://www.digriz.org.uk/ts78xx/kernel
1464 S:      Maintained
1465 F:      arch/arm/mach-orion5x/ts78xx-*
1466
1467 ARM/OXNAS platform support
1468 M:      Neil Armstrong <narmstrong@baylibre.com>
1469 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1470 L:      linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1471 S:      Maintained
1472 F:      arch/arm/mach-oxnas/
1473 F:      arch/arm/boot/dts/oxnas*
1474 F:      arch/arm/boot/dts/wd-mbwe.dts
1475 N:      oxnas
1476
1477 ARM/Mediatek RTC DRIVER
1478 M:      Eddie Huang <eddie.huang@mediatek.com>
1479 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1480 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1481 S:      Maintained
1482 F:      drivers/rtc/rtc-mt6397.c
1483
1484 ARM/Mediatek SoC support
1485 M:      Matthias Brugger <matthias.bgg@gmail.com>
1486 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1487 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1488 S:      Maintained
1489 F:      arch/arm/boot/dts/mt6*
1490 F:      arch/arm/boot/dts/mt8*
1491 F:      arch/arm/mach-mediatek/
1492 N:      mtk
1493 K:      mediatek
1494
1495 ARM/Mediatek USB3 PHY DRIVER
1496 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1497 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1498 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1499 S:      Maintained
1500 F:      drivers/phy/phy-mt65xx-usb3.c
1501
1502 ARM/MICREL KS8695 ARCHITECTURE
1503 M:      Greg Ungerer <gerg@uclinux.org>
1504 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1505 F:      arch/arm/mach-ks8695/
1506 S:      Odd Fixes
1507
1508 ARM/MIOA701 MACHINE SUPPORT
1509 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1510 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1511 F:      arch/arm/mach-pxa/mioa701.c
1512 S:      Maintained
1513
1514 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1515 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1516 S:      Maintained
1517
1518 ARM/NOMADIK ARCHITECTURE
1519 M:      Alessandro Rubini <rubini@unipv.it>
1520 M:      Linus Walleij <linus.walleij@linaro.org>
1521 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1522 S:      Maintained
1523 F:      arch/arm/mach-nomadik/
1524 F:      drivers/pinctrl/nomadik/
1525 F:      drivers/i2c/busses/i2c-nomadik.c
1526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1527
1528 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1529 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1530 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1531 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1532 S:      Supported
1533
1534 ARM/TOSA MACHINE SUPPORT
1535 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1536 M:      Dirk Opfer <dirk@opfer-online.de>
1537 S:      Maintained
1538
1539 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1540 M:      Marek Vasut <marek.vasut@gmail.com>
1541 L:      linux-arm-kernel@lists.infradead.org
1542 W:      http://hackndev.com
1543 S:      Maintained
1544 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1545 F:      arch/arm/mach-pxa/palmtx.c
1546 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1547 F:      arch/arm/mach-pxa/palmt5.c
1548 F:      arch/arm/mach-pxa/include/mach/palmld.h
1549 F:      arch/arm/mach-pxa/palmld.c
1550 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1551 F:      arch/arm/mach-pxa/palmte2.c
1552 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1553 F:      arch/arm/mach-pxa/palmtc.c
1554
1555 ARM/PALM TREO SUPPORT
1556 M:      Tomas Cech <sleep_walker@suse.com>
1557 L:      linux-arm-kernel@lists.infradead.org
1558 W:      http://hackndev.com
1559 S:      Maintained
1560 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1561 F:      arch/arm/mach-pxa/palmtreo.c
1562
1563 ARM/PALMZ72 SUPPORT
1564 M:      Sergey Lapin <slapin@ossfans.org>
1565 L:      linux-arm-kernel@lists.infradead.org
1566 W:      http://hackndev.com
1567 S:      Maintained
1568 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1569 F:      arch/arm/mach-pxa/palmz72.c
1570
1571 ARM/PLEB SUPPORT
1572 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1573 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1574 S:      Maintained
1575
1576 ARM/PT DIGITAL BOARD PORT
1577 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1578 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1579 W:      http://www.armlinux.org.uk/
1580 S:      Maintained
1581
1582 ARM/QUALCOMM SUPPORT
1583 M:      Andy Gross <andy.gross@linaro.org>
1584 M:      David Brown <david.brown@linaro.org>
1585 L:      linux-arm-msm@vger.kernel.org
1586 L:      linux-soc@vger.kernel.org
1587 S:      Maintained
1588 F:      Documentation/devicetree/bindings/soc/qcom/
1589 F:      arch/arm/boot/dts/qcom-*.dts
1590 F:      arch/arm/boot/dts/qcom-*.dtsi
1591 F:      arch/arm/mach-qcom/
1592 F:      arch/arm64/boot/dts/qcom/*
1593 F:      drivers/i2c/busses/i2c-qup.c
1594 F:      drivers/clk/qcom/
1595 F:      drivers/soc/qcom/
1596 F:      drivers/spi/spi-qup.c
1597 F:      drivers/tty/serial/msm_serial.h
1598 F:      drivers/tty/serial/msm_serial.c
1599 F:      drivers/*/pm8???-*
1600 F:      drivers/mfd/ssbi.c
1601 F:      drivers/firmware/qcom_scm.c
1602 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1603
1604 ARM/RADISYS ENP2611 MACHINE SUPPORT
1605 M:      Lennert Buytenhek <kernel@wantstofly.org>
1606 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1607 S:      Maintained
1608
1609 ARM/RENESAS ARM64 ARCHITECTURE
1610 M:      Simon Horman <horms@verge.net.au>
1611 M:      Magnus Damm <magnus.damm@gmail.com>
1612 L:      linux-renesas-soc@vger.kernel.org
1613 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1615 S:      Supported
1616 F:      arch/arm64/boot/dts/renesas/
1617 F:      drivers/soc/renesas/
1618 F:      include/linux/soc/renesas/
1619
1620 ARM/RISCPC ARCHITECTURE
1621 M:      Russell King <linux@armlinux.org.uk>
1622 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1623 W:      http://www.armlinux.org.uk/
1624 S:      Maintained
1625 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1626 F:      arch/arm/include/asm/hardware/ioc.h
1627 F:      arch/arm/include/asm/hardware/iomd.h
1628 F:      arch/arm/include/asm/hardware/memc.h
1629 F:      arch/arm/mach-rpc/
1630 F:      drivers/net/ethernet/8390/etherh.c
1631 F:      drivers/net/ethernet/i825xx/ether1*
1632 F:      drivers/net/ethernet/seeq/ether3*
1633 F:      drivers/scsi/arm/
1634
1635 ARM/Rockchip SoC support
1636 M:      Heiko Stuebner <heiko@sntech.de>
1637 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1638 L:      linux-rockchip@lists.infradead.org
1639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1640 S:      Maintained
1641 F:      arch/arm/boot/dts/rk3*
1642 F:      arch/arm/mach-rockchip/
1643 F:      drivers/clk/rockchip/
1644 F:      drivers/i2c/busses/i2c-rk3x.c
1645 F:      drivers/*/*rockchip*
1646 F:      drivers/*/*/*rockchip*
1647 F:      sound/soc/rockchip/
1648 N:      rockchip
1649
1650 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1651 M:      Kukjin Kim <kgene@kernel.org>
1652 M:      Krzysztof Kozlowski <krzk@kernel.org>
1653 R:      Javier Martinez Canillas <javier@osg.samsung.com>
1654 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1655 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1656 S:      Maintained
1657 F:      arch/arm/boot/dts/s3c*
1658 F:      arch/arm/boot/dts/s5p*
1659 F:      arch/arm/boot/dts/samsung*
1660 F:      arch/arm/boot/dts/exynos*
1661 F:      arch/arm64/boot/dts/exynos/
1662 F:      arch/arm/plat-samsung/
1663 F:      arch/arm/mach-s3c24*/
1664 F:      arch/arm/mach-s3c64xx/
1665 F:      arch/arm/mach-s5p*/
1666 F:      arch/arm/mach-exynos*/
1667 F:      drivers/*/*s3c24*
1668 F:      drivers/*/*/*s3c24*
1669 F:      drivers/*/*s3c64xx*
1670 F:      drivers/*/*s5pv210*
1671 F:      drivers/memory/samsung/*
1672 F:      drivers/soc/samsung/*
1673 F:      Documentation/arm/Samsung/
1674 F:      Documentation/devicetree/bindings/arm/samsung/
1675 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1676 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1677 N:      exynos
1678
1679 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1680 M:      Kyungmin Park <kyungmin.park@samsung.com>
1681 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1682 S:      Maintained
1683 F:      arch/arm/mach-s5pv210/
1684
1685 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1686 M:      Kyungmin Park <kyungmin.park@samsung.com>
1687 M:      Kamil Debski <kamil@wypas.org>
1688 M:      Andrzej Hajda <a.hajda@samsung.com>
1689 L:      linux-arm-kernel@lists.infradead.org
1690 L:      linux-media@vger.kernel.org
1691 S:      Maintained
1692 F:      drivers/media/platform/s5p-g2d/
1693
1694 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1695 M:      Kyungmin Park <kyungmin.park@samsung.com>
1696 M:      Kamil Debski <kamil@wypas.org>
1697 M:      Jeongtae Park <jtp.park@samsung.com>
1698 M:      Andrzej Hajda <a.hajda@samsung.com>
1699 L:      linux-arm-kernel@lists.infradead.org
1700 L:      linux-media@vger.kernel.org
1701 S:      Maintained
1702 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1703 F:      drivers/media/platform/s5p-mfc/
1704
1705 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1706 M:      Kyungmin Park <kyungmin.park@samsung.com>
1707 L:      linux-arm-kernel@lists.infradead.org
1708 L:      linux-media@vger.kernel.org
1709 S:      Maintained
1710 F:      drivers/staging/media/platform/s5p-cec/
1711
1712 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1713 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1714 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1715 L:      linux-arm-kernel@lists.infradead.org
1716 L:      linux-media@vger.kernel.org
1717 S:      Maintained
1718 F:      drivers/media/platform/s5p-jpeg/
1719
1720 ARM/SHMOBILE ARM ARCHITECTURE
1721 M:      Simon Horman <horms@verge.net.au>
1722 M:      Magnus Damm <magnus.damm@gmail.com>
1723 L:      linux-renesas-soc@vger.kernel.org
1724 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1726 S:      Supported
1727 F:      arch/arm/boot/dts/emev2*
1728 F:      arch/arm/boot/dts/r7s*
1729 F:      arch/arm/boot/dts/r8a*
1730 F:      arch/arm/boot/dts/sh*
1731 F:      arch/arm/configs/shmobile_defconfig
1732 F:      arch/arm/include/debug/renesas-scif.S
1733 F:      arch/arm/mach-shmobile/
1734 F:      drivers/soc/renesas/
1735 F:      include/linux/soc/renesas/
1736
1737 ARM/SOCFPGA ARCHITECTURE
1738 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1739 S:      Maintained
1740 F:      arch/arm/mach-socfpga/
1741 F:      arch/arm/boot/dts/socfpga*
1742 F:      arch/arm/configs/socfpga_defconfig
1743 F:      arch/arm64/boot/dts/altera/
1744 W:      http://www.rocketboards.org
1745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1746
1747 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1748 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1749 S:      Maintained
1750 F:      drivers/clk/socfpga/
1751
1752 ARM/SOCFPGA EDAC SUPPORT
1753 M:      Thor Thayer <tthayer@opensource.altera.com>
1754 S:      Maintained
1755 F:      drivers/edac/altera_edac.
1756
1757 ARM/STI ARCHITECTURE
1758 M:      Patrice Chotard <patrice.chotard@st.com>
1759 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1760 L:      kernel@stlinux.com
1761 W:      http://www.stlinux.com
1762 S:      Maintained
1763 F:      arch/arm/mach-sti/
1764 F:      arch/arm/boot/dts/sti*
1765 F:      drivers/char/hw_random/st-rng.c
1766 F:      drivers/clocksource/arm_global_timer.c
1767 F:      drivers/clocksource/clksrc_st_lpc.c
1768 F:      drivers/cpufreq/sti-cpufreq.c
1769 F:      drivers/i2c/busses/i2c-st.c
1770 F:      drivers/media/rc/st_rc.c
1771 F:      drivers/media/platform/sti/c8sectpfe/
1772 F:      drivers/mmc/host/sdhci-st.c
1773 F:      drivers/phy/phy-miphy28lp.c
1774 F:      drivers/phy/phy-miphy365x.c
1775 F:      drivers/phy/phy-stih407-usb.c
1776 F:      drivers/phy/phy-stih41x-usb.c
1777 F:      drivers/pinctrl/pinctrl-st.c
1778 F:      drivers/remoteproc/st_remoteproc.c
1779 F:      drivers/reset/sti/
1780 F:      drivers/rtc/rtc-st-lpc.c
1781 F:      drivers/tty/serial/st-asc.c
1782 F:      drivers/usb/dwc3/dwc3-st.c
1783 F:      drivers/usb/host/ehci-st.c
1784 F:      drivers/usb/host/ohci-st.c
1785 F:      drivers/watchdog/st_lpc_wdt.c
1786 F:      drivers/ata/ahci_st.c
1787
1788 ARM/STM32 ARCHITECTURE
1789 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1790 M:      Alexandre Torgue <alexandre.torgue@st.com>
1791 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1792 S:      Maintained
1793 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1794 N:      stm32
1795 F:      drivers/clocksource/armv7m_systick.c
1796
1797 ARM/TANGO ARCHITECTURE
1798 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1799 L:      linux-arm-kernel@lists.infradead.org
1800 S:      Maintained
1801 N:      tango
1802
1803 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1804 M:      Lennert Buytenhek <kernel@wantstofly.org>
1805 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1806 S:      Maintained
1807
1808 ARM/TETON BGA MACHINE SUPPORT
1809 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1810 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1811 S:      Maintained
1812
1813 ARM/THECUS N2100 MACHINE SUPPORT
1814 M:      Lennert Buytenhek <kernel@wantstofly.org>
1815 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1816 S:      Maintained
1817
1818 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1819 M:      Wan ZongShun <mcuos.com@gmail.com>
1820 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1821 W:      http://www.mcuos.com
1822 S:      Maintained
1823 F:      arch/arm/mach-w90x900/
1824 F:      drivers/input/keyboard/w90p910_keypad.c
1825 F:      drivers/input/touchscreen/w90p910_ts.c
1826 F:      drivers/watchdog/nuc900_wdt.c
1827 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1828 F:      drivers/mtd/nand/nuc900_nand.c
1829 F:      drivers/rtc/rtc-nuc900.c
1830 F:      drivers/spi/spi-nuc900.c
1831 F:      drivers/usb/host/ehci-w90x900.c
1832 F:      drivers/video/fbdev/nuc900fb.c
1833
1834 ARM/U300 MACHINE SUPPORT
1835 M:      Linus Walleij <linus.walleij@linaro.org>
1836 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1837 S:      Supported
1838 F:      arch/arm/mach-u300/
1839 F:      drivers/clocksource/timer-u300.c
1840 F:      drivers/i2c/busses/i2c-stu300.c
1841 F:      drivers/rtc/rtc-coh901331.c
1842 F:      drivers/watchdog/coh901327_wdt.c
1843 F:      drivers/dma/coh901318*
1844 F:      drivers/mfd/ab3100*
1845 F:      drivers/rtc/rtc-ab3100.c
1846 F:      drivers/rtc/rtc-coh901331.c
1847 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1848
1849 ARM/UNIPHIER ARCHITECTURE
1850 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1851 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1852 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1853 S:      Maintained
1854 F:      arch/arm/boot/dts/uniphier*
1855 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1856 F:      arch/arm/mach-uniphier/
1857 F:      arch/arm/mm/cache-uniphier.c
1858 F:      arch/arm64/boot/dts/socionext/
1859 F:      drivers/bus/uniphier-system-bus.c
1860 F:      drivers/clk/uniphier/
1861 F:      drivers/i2c/busses/i2c-uniphier*
1862 F:      drivers/pinctrl/uniphier/
1863 F:      drivers/reset/reset-uniphier.c
1864 F:      drivers/tty/serial/8250/8250_uniphier.c
1865 N:      uniphier
1866
1867 ARM/Ux500 ARM ARCHITECTURE
1868 M:      Linus Walleij <linus.walleij@linaro.org>
1869 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1870 S:      Maintained
1871 F:      arch/arm/mach-ux500/
1872 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1873 F:      drivers/dma/ste_dma40*
1874 F:      drivers/hwspinlock/u8500_hsem.c
1875 F:      drivers/mfd/abx500*
1876 F:      drivers/mfd/ab8500*
1877 F:      drivers/mfd/dbx500*
1878 F:      drivers/mfd/db8500*
1879 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1880 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1881 F:      drivers/rtc/rtc-ab8500.c
1882 F:      drivers/rtc/rtc-pl031.c
1883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1884
1885 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1886 M:      Ulf Hansson <ulf.hansson@linaro.org>
1887 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1888 T:      git git://git.linaro.org/people/ulfh/clk.git
1889 S:      Maintained
1890 F:      drivers/clk/ux500/
1891
1892 ARM/VERSATILE EXPRESS PLATFORM
1893 M:      Liviu Dudau <liviu.dudau@arm.com>
1894 M:      Sudeep Holla <sudeep.holla@arm.com>
1895 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1896 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1897 S:      Maintained
1898 F:      arch/arm/boot/dts/vexpress*
1899 F:      arch/arm64/boot/dts/arm/
1900 F:      arch/arm/mach-vexpress/
1901 F:      */*/vexpress*
1902 F:      */*/*/vexpress*
1903 F:      drivers/clk/versatile/clk-vexpress-osc.c
1904 F:      drivers/clocksource/versatile.c
1905 N:      mps2
1906
1907 ARM/VFP SUPPORT
1908 M:      Russell King <linux@armlinux.org.uk>
1909 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1910 W:      http://www.armlinux.org.uk/
1911 S:      Maintained
1912 F:      arch/arm/vfp/
1913
1914 ARM/VOIPAC PXA270 SUPPORT
1915 M:      Marek Vasut <marek.vasut@gmail.com>
1916 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1917 S:      Maintained
1918 F:      arch/arm/mach-pxa/vpac270.c
1919 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1920
1921 ARM/VT8500 ARM ARCHITECTURE
1922 M:      Tony Prisk <linux@prisktech.co.nz>
1923 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1924 S:      Maintained
1925 F:      arch/arm/mach-vt8500/
1926 F:      drivers/clocksource/vt8500_timer.c
1927 F:      drivers/i2c/busses/i2c-wmt.c
1928 F:      drivers/mmc/host/wmt-sdmmc.c
1929 F:      drivers/pwm/pwm-vt8500.c
1930 F:      drivers/rtc/rtc-vt8500.c
1931 F:      drivers/tty/serial/vt8500_serial.c
1932 F:      drivers/usb/host/ehci-platform.c
1933 F:      drivers/usb/host/uhci-platform.c
1934 F:      drivers/video/fbdev/vt8500lcdfb.*
1935 F:      drivers/video/fbdev/wm8505fb*
1936 F:      drivers/video/fbdev/wmt_ge_rops.*
1937
1938 ARM/ZIPIT Z2 SUPPORT
1939 M:      Marek Vasut <marek.vasut@gmail.com>
1940 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1941 S:      Maintained
1942 F:      arch/arm/mach-pxa/z2.c
1943 F:      arch/arm/mach-pxa/include/mach/z2.h
1944
1945 ARM/ZTE ARCHITECTURE
1946 M:      Jun Nie <jun.nie@linaro.org>
1947 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1948 S:      Maintained
1949 F:      arch/arm/mach-zx/
1950 F:      drivers/clk/zte/
1951 F:      Documentation/devicetree/bindings/arm/zte.txt
1952 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1953
1954 ARM/ZYNQ ARCHITECTURE
1955 M:      Michal Simek <michal.simek@xilinx.com>
1956 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1957 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1958 W:      http://wiki.xilinx.com
1959 T:      git https://github.com/Xilinx/linux-xlnx.git
1960 S:      Supported
1961 F:      arch/arm/mach-zynq/
1962 F:      drivers/cpuidle/cpuidle-zynq.c
1963 F:      drivers/block/xsysace.c
1964 N:      zynq
1965 N:      xilinx
1966 F:      drivers/clocksource/cadence_ttc_timer.c
1967 F:      drivers/i2c/busses/i2c-cadence.c
1968 F:      drivers/mmc/host/sdhci-of-arasan.c
1969 F:      drivers/edac/synopsys_edac.c
1970
1971 ARM SMMU DRIVERS
1972 M:      Will Deacon <will.deacon@arm.com>
1973 R:      Robin Murphy <robin.murphy@arm.com>
1974 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1975 S:      Maintained
1976 F:      drivers/iommu/arm-smmu.c
1977 F:      drivers/iommu/arm-smmu-v3.c
1978 F:      drivers/iommu/io-pgtable-arm.c
1979 F:      drivers/iommu/io-pgtable-arm-v7s.c
1980
1981 ARM64 PORT (AARCH64 ARCHITECTURE)
1982 M:      Catalin Marinas <catalin.marinas@arm.com>
1983 M:      Will Deacon <will.deacon@arm.com>
1984 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1986 S:      Maintained
1987 F:      arch/arm64/
1988 F:      Documentation/arm64/
1989
1990 AS3645A LED FLASH CONTROLLER DRIVER
1991 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1992 L:      linux-media@vger.kernel.org
1993 T:      git git://linuxtv.org/media_tree.git
1994 S:      Maintained
1995 F:      drivers/media/i2c/as3645a.c
1996 F:      include/media/i2c/as3645a.h
1997
1998 ASAHI KASEI AK8974 DRIVER
1999 M:      Linus Walleij <linus.walleij@linaro.org>
2000 L:      linux-iio@vger.kernel.org
2001 W:      http://www.akm.com/
2002 S:      Supported
2003 F:      drivers/iio/magnetometer/ak8974.c
2004
2005 ASC7621 HARDWARE MONITOR DRIVER
2006 M:      George Joseph <george.joseph@fairview5.com>
2007 L:      linux-hwmon@vger.kernel.org
2008 S:      Maintained
2009 F:      Documentation/hwmon/asc7621
2010 F:      drivers/hwmon/asc7621.c
2011
2012 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2013 M:      Corentin Chary <corentin.chary@gmail.com>
2014 L:      acpi4asus-user@lists.sourceforge.net
2015 L:      platform-driver-x86@vger.kernel.org
2016 W:      http://acpi4asus.sf.net
2017 S:      Maintained
2018 F:      drivers/platform/x86/asus*.c
2019 F:      drivers/platform/x86/eeepc*.c
2020
2021 ASUS WIRELESS RADIO CONTROL DRIVER
2022 M:      João Paulo Rechi Vita <jprvita@gmail.com>
2023 L:      platform-driver-x86@vger.kernel.org
2024 S:      Maintained
2025 F:      drivers/platform/x86/asus-wireless.c
2026
2027 ASYMMETRIC KEYS
2028 M:      David Howells <dhowells@redhat.com>
2029 L:      keyrings@vger.kernel.org
2030 S:      Maintained
2031 F:      Documentation/crypto/asymmetric-keys.txt
2032 F:      include/linux/verification.h
2033 F:      include/crypto/public_key.h
2034 F:      include/crypto/pkcs7.h
2035 F:      crypto/asymmetric_keys/
2036
2037 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2038 R:      Dan Williams <dan.j.williams@intel.com>
2039 W:      http://sourceforge.net/projects/xscaleiop
2040 S:      Odd fixes
2041 F:      Documentation/crypto/async-tx-api.txt
2042 F:      crypto/async_tx/
2043 F:      drivers/dma/
2044 F:      include/linux/dmaengine.h
2045 F:      include/linux/async_tx.h
2046
2047 AT24 EEPROM DRIVER
2048 M:      Wolfram Sang <wsa@the-dreams.de>
2049 L:      linux-i2c@vger.kernel.org
2050 S:      Maintained
2051 F:      drivers/misc/eeprom/at24.c
2052 F:      include/linux/platform_data/at24.h
2053
2054 ATA OVER ETHERNET (AOE) DRIVER
2055 M:      "Ed L. Cashin" <ed.cashin@acm.org>
2056 W:      http://www.openaoe.org/
2057 S:      Supported
2058 F:      Documentation/aoe/
2059 F:      drivers/block/aoe/
2060
2061 ATHEROS 71XX/9XXX GPIO DRIVER
2062 M:      Alban Bedel <albeu@free.fr>
2063 W:      https://github.com/AlbanBedel/linux
2064 T:      git git://github.com/AlbanBedel/linux
2065 S:      Maintained
2066 F:      drivers/gpio/gpio-ath79.c
2067 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2068
2069 ATHEROS ATH GENERIC UTILITIES
2070 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2071 L:      linux-wireless@vger.kernel.org
2072 S:      Supported
2073 F:      drivers/net/wireless/ath/*
2074
2075 ATHEROS ATH5K WIRELESS DRIVER
2076 M:      Jiri Slaby <jirislaby@gmail.com>
2077 M:      Nick Kossifidis <mickflemm@gmail.com>
2078 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2079 L:      linux-wireless@vger.kernel.org
2080 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2081 S:      Maintained
2082 F:      drivers/net/wireless/ath/ath5k/
2083
2084 ATHEROS ATH6KL WIRELESS DRIVER
2085 M:      Kalle Valo <kvalo@qca.qualcomm.com>
2086 L:      linux-wireless@vger.kernel.org
2087 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2089 S:      Supported
2090 F:      drivers/net/wireless/ath/ath6kl/
2091
2092 WILOCITY WIL6210 WIRELESS DRIVER
2093 M:      Maya Erez <qca_merez@qca.qualcomm.com>
2094 L:      linux-wireless@vger.kernel.org
2095 L:      wil6210@qca.qualcomm.com
2096 S:      Supported
2097 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2098 F:      drivers/net/wireless/ath/wil6210/
2099 F:      include/uapi/linux/wil6210_uapi.h
2100
2101 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2102 M:      Christian Lamparter <chunkeey@googlemail.com>
2103 L:      linux-wireless@vger.kernel.org
2104 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2105 S:      Maintained
2106 F:      drivers/net/wireless/ath/carl9170/
2107
2108 ATK0110 HWMON DRIVER
2109 M:      Luca Tettamanti <kronos.it@gmail.com>
2110 L:      linux-hwmon@vger.kernel.org
2111 S:      Maintained
2112 F:      drivers/hwmon/asus_atk0110.c
2113
2114 ATI_REMOTE2 DRIVER
2115 M:      Ville Syrjala <syrjala@sci.fi>
2116 S:      Maintained
2117 F:      drivers/input/misc/ati_remote2.c
2118
2119 ATLX ETHERNET DRIVERS
2120 M:      Jay Cliburn <jcliburn@gmail.com>
2121 M:      Chris Snook <chris.snook@gmail.com>
2122 L:      netdev@vger.kernel.org
2123 W:      http://sourceforge.net/projects/atl1
2124 W:      http://atl1.sourceforge.net
2125 S:      Maintained
2126 F:      drivers/net/ethernet/atheros/
2127
2128 ATM
2129 M:      Chas Williams <3chas3@gmail.com>
2130 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2131 L:      netdev@vger.kernel.org
2132 W:      http://linux-atm.sourceforge.net
2133 S:      Maintained
2134 F:      drivers/atm/
2135 F:      include/linux/atm*
2136 F:      include/uapi/linux/atm*
2137
2138 ATMEL AT91 / AT32 MCI DRIVER
2139 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2140 S:      Maintained
2141 F:      drivers/mmc/host/atmel-mci.c
2142
2143 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2144 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2145 S:      Supported
2146 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2147
2148 ATMEL SAMA5D2 ADC DRIVER
2149 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2150 L:      linux-iio@vger.kernel.org
2151 S:      Supported
2152 F:      drivers/iio/adc/at91-sama5d2_adc.c
2153
2154 ATMEL Audio ALSA driver
2155 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2156 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2157 S:      Supported
2158 F:      sound/soc/atmel
2159
2160 ATMEL DMA DRIVER
2161 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2162 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2163 S:      Supported
2164 F:      drivers/dma/at_hdmac.c
2165 F:      drivers/dma/at_hdmac_regs.h
2166 F:      include/linux/platform_data/dma-atmel.h
2167
2168 ATMEL XDMA DRIVER
2169 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2170 L:      linux-arm-kernel@lists.infradead.org
2171 L:      dmaengine@vger.kernel.org
2172 S:      Supported
2173 F:      drivers/dma/at_xdmac.c
2174
2175 ATMEL I2C DRIVER
2176 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2177 L:      linux-i2c@vger.kernel.org
2178 S:      Supported
2179 F:      drivers/i2c/busses/i2c-at91.c
2180
2181 ATMEL ISI DRIVER
2182 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2183 L:      linux-media@vger.kernel.org
2184 S:      Supported
2185 F:      drivers/media/platform/soc_camera/atmel-isi.c
2186 F:      include/media/atmel-isi.h
2187
2188 ATMEL LCDFB DRIVER
2189 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2190 L:      linux-fbdev@vger.kernel.org
2191 S:      Maintained
2192 F:      drivers/video/fbdev/atmel_lcdfb.c
2193 F:      include/video/atmel_lcdc.h
2194
2195 ATMEL MACB ETHERNET DRIVER
2196 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2197 S:      Supported
2198 F:      drivers/net/ethernet/cadence/
2199
2200 ATMEL NAND DRIVER
2201 M:      Wenyou Yang <wenyou.yang@atmel.com>
2202 M:      Josh Wu <rainyfeeling@outlook.com>
2203 L:      linux-mtd@lists.infradead.org
2204 S:      Supported
2205 F:      drivers/mtd/nand/atmel_nand*
2206
2207 ATMEL SDMMC DRIVER
2208 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2209 L:      linux-mmc@vger.kernel.org
2210 S:      Supported
2211 F:      drivers/mmc/host/sdhci-of-at91.c
2212
2213 ATMEL SPI DRIVER
2214 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2215 S:      Supported
2216 F:      drivers/spi/spi-atmel.*
2217
2218 ATMEL SSC DRIVER
2219 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2220 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2221 S:      Supported
2222 F:      drivers/misc/atmel-ssc.c
2223 F:      include/linux/atmel-ssc.h
2224
2225 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2226 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2227 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2228 S:      Supported
2229 F:      drivers/misc/atmel_tclib.c
2230 F:      drivers/clocksource/tcb_clksrc.c
2231
2232 ATMEL USBA UDC DRIVER
2233 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2234 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2235 S:      Supported
2236 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2237
2238 ATMEL WIRELESS DRIVER
2239 M:      Simon Kelley <simon@thekelleys.org.uk>
2240 L:      linux-wireless@vger.kernel.org
2241 W:      http://www.thekelleys.org.uk/atmel
2242 W:      http://atmelwlandriver.sourceforge.net/
2243 S:      Maintained
2244 F:      drivers/net/wireless/atmel/atmel*
2245
2246 ATMEL MAXTOUCH DRIVER
2247 M:      Nick Dyer <nick@shmanahar.org>
2248 T:      git git://github.com/ndyer/linux.git
2249 S:      Maintained
2250 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2251 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2252 F:      include/linux/platform_data/atmel_mxt_ts.h
2253
2254 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2255 M:      Bradley Grove <linuxdrivers@attotech.com>
2256 L:      linux-scsi@vger.kernel.org
2257 W:      http://www.attotech.com
2258 S:      Supported
2259 F:      drivers/scsi/esas2r
2260
2261 ATUSB IEEE 802.15.4 RADIO DRIVER
2262 M:      Stefan Schmidt <stefan@osg.samsung.com>
2263 L:      linux-wpan@vger.kernel.org
2264 S:      Maintained
2265 F:      drivers/net/ieee802154/atusb.c
2266 F:      drivers/net/ieee802154/atusb.h
2267 F:      drivers/net/ieee802154/at86rf230.h
2268
2269 AUDIT SUBSYSTEM
2270 M:      Paul Moore <paul@paul-moore.com>
2271 M:      Eric Paris <eparis@redhat.com>
2272 L:      linux-audit@redhat.com (moderated for non-subscribers)
2273 W:      http://people.redhat.com/sgrubb/audit/
2274 T:      git git://git.infradead.org/users/pcmoore/audit
2275 S:      Maintained
2276 F:      include/linux/audit.h
2277 F:      include/uapi/linux/audit.h
2278 F:      kernel/audit*
2279
2280 AUXILIARY DISPLAY DRIVERS
2281 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2282 W:      http://miguelojeda.es/auxdisplay.htm
2283 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2284 S:      Maintained
2285 F:      drivers/auxdisplay/
2286 F:      include/linux/cfag12864b.h
2287
2288 AVR32 ARCHITECTURE
2289 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2290 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2291 W:      http://www.atmel.com/products/AVR32/
2292 W:      http://mirror.egtvedt.no/avr32linux.org/
2293 W:      http://avrfreaks.net/
2294 S:      Maintained
2295 F:      arch/avr32/
2296
2297 AVR32/AT32AP MACHINE SUPPORT
2298 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2299 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2300 S:      Maintained
2301 F:      arch/avr32/mach-at32ap/
2302
2303 AX.25 NETWORK LAYER
2304 M:      Ralf Baechle <ralf@linux-mips.org>
2305 L:      linux-hams@vger.kernel.org
2306 W:      http://www.linux-ax25.org/
2307 S:      Maintained
2308 F:      include/uapi/linux/ax25.h
2309 F:      include/net/ax25.h
2310 F:      net/ax25/
2311
2312 AZ6007 DVB DRIVER
2313 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2314 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2315 L:      linux-media@vger.kernel.org
2316 W:      https://linuxtv.org
2317 T:      git git://linuxtv.org/media_tree.git
2318 S:      Maintained
2319 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2320
2321 AZTECH FM RADIO RECEIVER DRIVER
2322 M:      Hans Verkuil <hverkuil@xs4all.nl>
2323 L:      linux-media@vger.kernel.org
2324 T:      git git://linuxtv.org/media_tree.git
2325 W:      https://linuxtv.org
2326 S:      Maintained
2327 F:      drivers/media/radio/radio-aztech*
2328
2329 B43 WIRELESS DRIVER
2330 L:      linux-wireless@vger.kernel.org
2331 L:      b43-dev@lists.infradead.org
2332 W:      http://wireless.kernel.org/en/users/Drivers/b43
2333 S:      Odd Fixes
2334 F:      drivers/net/wireless/broadcom/b43/
2335
2336 B43LEGACY WIRELESS DRIVER
2337 M:      Larry Finger <Larry.Finger@lwfinger.net>
2338 L:      linux-wireless@vger.kernel.org
2339 L:      b43-dev@lists.infradead.org
2340 W:      http://wireless.kernel.org/en/users/Drivers/b43
2341 S:      Maintained
2342 F:      drivers/net/wireless/broadcom/b43legacy/
2343
2344 BACKLIGHT CLASS/SUBSYSTEM
2345 M:      Jingoo Han <jingoohan1@gmail.com>
2346 M:      Lee Jones <lee.jones@linaro.org>
2347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2348 S:      Maintained
2349 F:      drivers/video/backlight/
2350 F:      include/linux/backlight.h
2351
2352 BATMAN ADVANCED
2353 M:      Marek Lindner <mareklindner@neomailbox.ch>
2354 M:      Simon Wunderlich <sw@simonwunderlich.de>
2355 M:      Antonio Quartulli <a@unstable.cc>
2356 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2357 W:      https://www.open-mesh.org/
2358 Q:      https://patchwork.open-mesh.org/project/batman/list/
2359 S:      Maintained
2360 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2361 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2362 F:      Documentation/networking/batman-adv.txt
2363 F:      include/uapi/linux/batman_adv.h
2364 F:      net/batman-adv/
2365
2366 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2367 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2368 L:      linux-hams@vger.kernel.org
2369 W:      http://www.baycom.org/~tom/ham/ham.html
2370 S:      Maintained
2371 F:      drivers/net/hamradio/baycom*
2372
2373 BCACHE (BLOCK LAYER CACHE)
2374 M:      Kent Overstreet <kent.overstreet@gmail.com>
2375 L:      linux-bcache@vger.kernel.org
2376 W:      http://bcache.evilpiepirate.org
2377 S:      Orphan
2378 F:      drivers/md/bcache/
2379
2380 BDISP ST MEDIA DRIVER
2381 M:      Fabien Dessenne <fabien.dessenne@st.com>
2382 L:      linux-media@vger.kernel.org
2383 T:      git git://linuxtv.org/media_tree.git
2384 W:      https://linuxtv.org
2385 S:      Supported
2386 F:      drivers/media/platform/sti/bdisp
2387
2388 BEFS FILE SYSTEM
2389 M:      Luis de Bethencourt <luisbg@osg.samsung.com>
2390 M:      Salah Triki <salah.triki@gmail.com>
2391 S:      Maintained
2392 T:      git git://github.com/luisbg/linux-befs.git
2393 F:      Documentation/filesystems/befs.txt
2394 F:      fs/befs/
2395
2396 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2397 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2398 L:      netdev@vger.kernel.org
2399 S:      Maintained
2400 F:      drivers/net/ethernet/ec_bhf.c
2401
2402 BFS FILE SYSTEM
2403 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2404 S:      Maintained
2405 F:      Documentation/filesystems/bfs.txt
2406 F:      fs/bfs/
2407 F:      include/uapi/linux/bfs_fs.h
2408
2409 BLACKFIN ARCHITECTURE
2410 M:      Steven Miao <realmz6@gmail.com>
2411 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2412 T:      git git://git.code.sf.net/p/adi-linux/code
2413 W:      http://blackfin.uclinux.org
2414 S:      Supported
2415 F:      arch/blackfin/
2416
2417 BLACKFIN EMAC DRIVER
2418 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2419 W:      http://blackfin.uclinux.org
2420 S:      Supported
2421 F:      drivers/net/ethernet/adi/
2422
2423 BLACKFIN RTC DRIVER
2424 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2425 W:      http://blackfin.uclinux.org
2426 S:      Supported
2427 F:      drivers/rtc/rtc-bfin.c
2428
2429 BLACKFIN SDH DRIVER
2430 M:      Sonic Zhang <sonic.zhang@analog.com>
2431 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2432 W:      http://blackfin.uclinux.org
2433 S:      Supported
2434 F:      drivers/mmc/host/bfin_sdh.c
2435
2436 BLACKFIN SERIAL DRIVER
2437 M:      Sonic Zhang <sonic.zhang@analog.com>
2438 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2439 W:      http://blackfin.uclinux.org
2440 S:      Supported
2441 F:      drivers/tty/serial/bfin_uart.c
2442
2443 BLACKFIN WATCHDOG DRIVER
2444 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2445 W:      http://blackfin.uclinux.org
2446 S:      Supported
2447 F:      drivers/watchdog/bfin_wdt.c
2448
2449 BLACKFIN I2C TWI DRIVER
2450 M:      Sonic Zhang <sonic.zhang@analog.com>
2451 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2452 W:      http://blackfin.uclinux.org/
2453 S:      Supported
2454 F:      drivers/i2c/busses/i2c-bfin-twi.c
2455
2456 BLACKFIN MEDIA DRIVER
2457 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2458 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2459 W:      http://blackfin.uclinux.org/
2460 S:      Supported
2461 F:      drivers/media/platform/blackfin/
2462 F:      drivers/media/i2c/adv7183*
2463 F:      drivers/media/i2c/vs6624*
2464
2465 BLINKM RGB LED DRIVER
2466 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2467 S:      Maintained
2468 F:      drivers/leds/leds-blinkm.c
2469
2470 BLOCK LAYER
2471 M:      Jens Axboe <axboe@kernel.dk>
2472 L:      linux-block@vger.kernel.org
2473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2474 S:      Maintained
2475 F:      block/
2476 F:      kernel/trace/blktrace.c
2477 F:      lib/sbitmap.c
2478
2479 BLOCK2MTD DRIVER
2480 M:      Joern Engel <joern@lazybastard.org>
2481 L:      linux-mtd@lists.infradead.org
2482 S:      Maintained
2483 F:      drivers/mtd/devices/block2mtd.c
2484
2485 BLUETOOTH DRIVERS
2486 M:      Marcel Holtmann <marcel@holtmann.org>
2487 M:      Gustavo Padovan <gustavo@padovan.org>
2488 M:      Johan Hedberg <johan.hedberg@gmail.com>
2489 L:      linux-bluetooth@vger.kernel.org
2490 W:      http://www.bluez.org/
2491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2492 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2493 S:      Maintained
2494 F:      drivers/bluetooth/
2495
2496 BLUETOOTH SUBSYSTEM
2497 M:      Marcel Holtmann <marcel@holtmann.org>
2498 M:      Gustavo Padovan <gustavo@padovan.org>
2499 M:      Johan Hedberg <johan.hedberg@gmail.com>
2500 L:      linux-bluetooth@vger.kernel.org
2501 W:      http://www.bluez.org/
2502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2504 S:      Maintained
2505 F:      net/bluetooth/
2506 F:      include/net/bluetooth/
2507
2508 BONDING DRIVER
2509 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2510 M:      Veaceslav Falico <vfalico@gmail.com>
2511 M:      Andy Gospodarek <andy@greyhouse.net>
2512 L:      netdev@vger.kernel.org
2513 W:      http://sourceforge.net/projects/bonding/
2514 S:      Supported
2515 F:      drivers/net/bonding/
2516 F:      include/uapi/linux/if_bonding.h
2517
2518 BPF (Safe dynamic programs and tools)
2519 M:      Alexei Starovoitov <ast@kernel.org>
2520 L:      netdev@vger.kernel.org
2521 L:      linux-kernel@vger.kernel.org
2522 S:      Supported
2523 F:      kernel/bpf/
2524
2525 BROADCOM B44 10/100 ETHERNET DRIVER
2526 M:      Michael Chan <michael.chan@broadcom.com>
2527 L:      netdev@vger.kernel.org
2528 S:      Supported
2529 F:      drivers/net/ethernet/broadcom/b44.*
2530
2531 BROADCOM B53 ETHERNET SWITCH DRIVER
2532 M:      Florian Fainelli <f.fainelli@gmail.com>
2533 L:      netdev@vger.kernel.org
2534 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
2535 S:      Supported
2536 F:      drivers/net/dsa/b53/*
2537 F:      include/linux/platform_data/b53.h
2538
2539 BROADCOM GENET ETHERNET DRIVER
2540 M:      Florian Fainelli <f.fainelli@gmail.com>
2541 L:      netdev@vger.kernel.org
2542 S:      Supported
2543 F:      drivers/net/ethernet/broadcom/genet/
2544
2545 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2546 M:      Sony Chacko <sony.chacko@qlogic.com>
2547 M:      Dept-HSGLinuxNICDev@qlogic.com
2548 L:      netdev@vger.kernel.org
2549 S:      Supported
2550 F:      drivers/net/ethernet/broadcom/bnx2.*
2551 F:      drivers/net/ethernet/broadcom/bnx2_*
2552
2553 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2554 M:      Ariel Elior <ariel.elior@qlogic.com>
2555 L:      netdev@vger.kernel.org
2556 S:      Supported
2557 F:      drivers/net/ethernet/broadcom/bnx2x/
2558
2559 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2560 M:      Florian Fainelli <f.fainelli@gmail.com>
2561 M:      Ray Jui <rjui@broadcom.com>
2562 M:      Scott Branden <sbranden@broadcom.com>
2563 M:      bcm-kernel-feedback-list@broadcom.com
2564 T:      git git://github.com/broadcom/mach-bcm
2565 S:      Maintained
2566 N:      bcm281*
2567 N:      bcm113*
2568 N:      bcm216*
2569 N:      kona
2570 F:      arch/arm/mach-bcm/
2571
2572 BROADCOM BCM2835 ARM ARCHITECTURE
2573 M:      Stephen Warren <swarren@wwwdotorg.org>
2574 M:      Lee Jones <lee@kernel.org>
2575 M:      Eric Anholt <eric@anholt.net>
2576 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2577 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2579 S:      Maintained
2580 N:      bcm2835
2581
2582 BROADCOM BCM47XX MIPS ARCHITECTURE
2583 M:      Hauke Mehrtens <hauke@hauke-m.de>
2584 M:      Rafał Miłecki <zajec5@gmail.com>
2585 L:      linux-mips@linux-mips.org
2586 S:      Maintained
2587 F:      Documentation/devicetree/bindings/mips/brcm/
2588 F:      arch/mips/bcm47xx/*
2589 F:      arch/mips/include/asm/mach-bcm47xx/*
2590
2591 BROADCOM BCM5301X ARM ARCHITECTURE
2592 M:      Hauke Mehrtens <hauke@hauke-m.de>
2593 M:      Rafał Miłecki <zajec5@gmail.com>
2594 M:      bcm-kernel-feedback-list@broadcom.com
2595 L:      linux-arm-kernel@lists.infradead.org
2596 S:      Maintained
2597 F:      arch/arm/mach-bcm/bcm_5301x.c
2598 F:      arch/arm/boot/dts/bcm5301x*.dtsi
2599 F:      arch/arm/boot/dts/bcm470*
2600
2601 BROADCOM BCM53573 ARM ARCHITECTURE
2602 M:      Rafał Miłecki <rafal@milecki.pl>
2603 L:      linux-arm-kernel@lists.infradead.org
2604 S:      Maintained
2605 F:      arch/arm/boot/dts/bcm53573*
2606 F:      arch/arm/boot/dts/bcm47189*
2607
2608 BROADCOM BCM63XX ARM ARCHITECTURE
2609 M:      Florian Fainelli <f.fainelli@gmail.com>
2610 M:      bcm-kernel-feedback-list@broadcom.com
2611 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2612 T:      git git://github.com/broadcom/stblinux.git
2613 S:      Maintained
2614 N:      bcm63xx
2615
2616 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2617 M:      Kevin Cernekee <cernekee@gmail.com>
2618 L:      linux-usb@vger.kernel.org
2619 S:      Maintained
2620 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2621
2622 BROADCOM BCM7XXX ARM ARCHITECTURE
2623 M:      Brian Norris <computersforpeace@gmail.com>
2624 M:      Gregory Fong <gregory.0xf0@gmail.com>
2625 M:      Florian Fainelli <f.fainelli@gmail.com>
2626 M:      bcm-kernel-feedback-list@broadcom.com
2627 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2628 T:      git git://github.com/broadcom/stblinux.git
2629 S:      Maintained
2630 F:      arch/arm/mach-bcm/*brcmstb*
2631 F:      arch/arm/boot/dts/bcm7*.dts*
2632 F:      drivers/bus/brcmstb_gisb.c
2633 N:      brcmstb
2634
2635 BROADCOM BMIPS MIPS ARCHITECTURE
2636 M:      Kevin Cernekee <cernekee@gmail.com>
2637 M:      Florian Fainelli <f.fainelli@gmail.com>
2638 L:      linux-mips@linux-mips.org
2639 T:      git git://github.com/broadcom/stblinux.git
2640 S:      Maintained
2641 F:      arch/mips/bmips/*
2642 F:      arch/mips/include/asm/mach-bmips/*
2643 F:      arch/mips/kernel/*bmips*
2644 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2645 F:      drivers/irqchip/irq-bcm63*
2646 F:      drivers/irqchip/irq-bcm7*
2647 F:      drivers/irqchip/irq-brcmstb*
2648 F:      include/linux/bcm963xx_nvram.h
2649 F:      include/linux/bcm963xx_tag.h
2650
2651 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2652 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2653 M:      Prashant Sreedharan <prashant@broadcom.com>
2654 M:      Michael Chan <mchan@broadcom.com>
2655 L:      netdev@vger.kernel.org
2656 S:      Supported
2657 F:      drivers/net/ethernet/broadcom/tg3.*
2658
2659 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2660 M:      Arend van Spriel <arend.vanspriel@broadcom.com>
2661 M:      Franky Lin <franky.lin@broadcom.com>
2662 M:      Hante Meuleman <hante.meuleman@broadcom.com>
2663 L:      linux-wireless@vger.kernel.org
2664 L:      brcm80211-dev-list.pdl@broadcom.com
2665 S:      Supported
2666 F:      drivers/net/wireless/broadcom/brcm80211/
2667
2668 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2669 M:      QLogic-Storage-Upstream@qlogic.com
2670 L:      linux-scsi@vger.kernel.org
2671 S:      Supported
2672 F:      drivers/scsi/bnx2fc/
2673
2674 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2675 M:      QLogic-Storage-Upstream@qlogic.com
2676 L:      linux-scsi@vger.kernel.org
2677 S:      Supported
2678 F:      drivers/scsi/bnx2i/
2679
2680 BROADCOM IPROC ARM ARCHITECTURE
2681 M:      Ray Jui <rjui@broadcom.com>
2682 M:      Scott Branden <sbranden@broadcom.com>
2683 M:      Jon Mason <jonmason@broadcom.com>
2684 M:      bcm-kernel-feedback-list@broadcom.com
2685 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2686 T:      git git://github.com/broadcom/cygnus-linux.git
2687 S:      Maintained
2688 N:      iproc
2689 N:      cygnus
2690 N:      bcm[-_]nsp
2691 N:      bcm9113*
2692 N:      bcm9583*
2693 N:      bcm9585*
2694 N:      bcm9586*
2695 N:      bcm988312
2696 N:      bcm113*
2697 N:      bcm583*
2698 N:      bcm585*
2699 N:      bcm586*
2700 N:      bcm88312
2701 F:      arch/arm64/boot/dts/broadcom/ns2*
2702 F:      drivers/clk/bcm/clk-ns*
2703 F:      drivers/pinctrl/bcm/pinctrl-ns*
2704
2705 BROADCOM BRCMSTB GPIO DRIVER
2706 M:      Gregory Fong <gregory.0xf0@gmail.com>
2707 L:      bcm-kernel-feedback-list@broadcom.com
2708 S:      Supported
2709 F:      drivers/gpio/gpio-brcmstb.c
2710 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2711
2712 BROADCOM KONA GPIO DRIVER
2713 M:      Ray Jui <rjui@broadcom.com>
2714 L:      bcm-kernel-feedback-list@broadcom.com
2715 S:      Supported
2716 F:      drivers/gpio/gpio-bcm-kona.c
2717 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2718
2719 BROADCOM NVRAM DRIVER
2720 M:      Rafał Miłecki <zajec5@gmail.com>
2721 L:      linux-mips@linux-mips.org
2722 S:      Maintained
2723 F:      drivers/firmware/broadcom/*
2724
2725 BROADCOM STB NAND FLASH DRIVER
2726 M:      Brian Norris <computersforpeace@gmail.com>
2727 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2728 L:      linux-mtd@lists.infradead.org
2729 L:      bcm-kernel-feedback-list@broadcom.com
2730 S:      Maintained
2731 F:      drivers/mtd/nand/brcmnand/
2732
2733 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2734 M:      Rafał Miłecki <zajec5@gmail.com>
2735 L:      linux-wireless@vger.kernel.org
2736 S:      Maintained
2737 F:      drivers/bcma/
2738 F:      include/linux/bcma/
2739
2740 BROADCOM SYSTEMPORT ETHERNET DRIVER
2741 M:      Florian Fainelli <f.fainelli@gmail.com>
2742 L:      netdev@vger.kernel.org
2743 S:      Supported
2744 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2745
2746 BROADCOM VULCAN ARM64 SOC
2747 M:      Jayachandran C. <jchandra@broadcom.com>
2748 M:      bcm-kernel-feedback-list@broadcom.com
2749 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2750 S:      Maintained
2751 F:      arch/arm64/boot/dts/broadcom/vulcan*
2752
2753 BROCADE BFA FC SCSI DRIVER
2754 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2755 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2756 L:      linux-scsi@vger.kernel.org
2757 S:      Supported
2758 F:      drivers/scsi/bfa/
2759
2760 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2761 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2762 L:      netdev@vger.kernel.org
2763 S:      Supported
2764 F:      drivers/net/ethernet/brocade/bna/
2765
2766 BSG (block layer generic sg v4 driver)
2767 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2768 L:      linux-scsi@vger.kernel.org
2769 S:      Supported
2770 F:      block/bsg.c
2771 F:      include/linux/bsg.h
2772 F:      include/uapi/linux/bsg.h
2773
2774 BT87X AUDIO DRIVER
2775 M:      Clemens Ladisch <clemens@ladisch.de>
2776 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2777 T:      git git://git.alsa-project.org/alsa-kernel.git
2778 S:      Maintained
2779 F:      Documentation/sound/alsa/Bt87x.txt
2780 F:      sound/pci/bt87x.c
2781
2782 BT8XXGPIO DRIVER
2783 M:      Michael Buesch <m@bues.ch>
2784 W:      http://bu3sch.de/btgpio.php
2785 S:      Maintained
2786 F:      drivers/gpio/gpio-bt8xx.c
2787
2788 BTRFS FILE SYSTEM
2789 M:      Chris Mason <clm@fb.com>
2790 M:      Josef Bacik <jbacik@fb.com>
2791 M:      David Sterba <dsterba@suse.com>
2792 L:      linux-btrfs@vger.kernel.org
2793 W:      http://btrfs.wiki.kernel.org/
2794 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2795 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2796 S:      Maintained
2797 F:      Documentation/filesystems/btrfs.txt
2798 F:      fs/btrfs/
2799
2800 BTTV VIDEO4LINUX DRIVER
2801 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2802 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2803 L:      linux-media@vger.kernel.org
2804 W:      https://linuxtv.org
2805 T:      git git://linuxtv.org/media_tree.git
2806 S:      Odd fixes
2807 F:      Documentation/media/v4l-drivers/bttv*
2808 F:      drivers/media/pci/bt8xx/bttv*
2809
2810 BUSLOGIC SCSI DRIVER
2811 M:      Khalid Aziz <khalid@gonehiking.org>
2812 L:      linux-scsi@vger.kernel.org
2813 S:      Maintained
2814 F:      drivers/scsi/BusLogic.*
2815 F:      drivers/scsi/FlashPoint.*
2816
2817 C-MEDIA CMI8788 DRIVER
2818 M:      Clemens Ladisch <clemens@ladisch.de>
2819 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2820 T:      git git://git.alsa-project.org/alsa-kernel.git
2821 S:      Maintained
2822 F:      sound/pci/oxygen/
2823
2824 C6X ARCHITECTURE
2825 M:      Mark Salter <msalter@redhat.com>
2826 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2827 L:      linux-c6x-dev@linux-c6x.org
2828 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2829 S:      Maintained
2830 F:      arch/c6x/
2831
2832 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2833 M:      David Howells <dhowells@redhat.com>
2834 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2835 S:      Supported
2836 F:      Documentation/filesystems/caching/cachefiles.txt
2837 F:      fs/cachefiles/
2838
2839 CADET FM/AM RADIO RECEIVER DRIVER
2840 M:      Hans Verkuil <hverkuil@xs4all.nl>
2841 L:      linux-media@vger.kernel.org
2842 T:      git git://linuxtv.org/media_tree.git
2843 W:      https://linuxtv.org
2844 S:      Maintained
2845 F:      drivers/media/radio/radio-cadet*
2846
2847 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2848 M:      Jonathan Corbet <corbet@lwn.net>
2849 L:      linux-media@vger.kernel.org
2850 T:      git git://linuxtv.org/media_tree.git
2851 S:      Maintained
2852 F:      Documentation/media/v4l-drivers/cafe_ccic*
2853 F:      drivers/media/platform/marvell-ccic/
2854
2855 CAIF NETWORK LAYER
2856 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2857 L:      netdev@vger.kernel.org
2858 S:      Supported
2859 F:      Documentation/networking/caif/
2860 F:      drivers/net/caif/
2861 F:      include/uapi/linux/caif/
2862 F:      include/net/caif/
2863 F:      net/caif/
2864
2865 CALGARY x86-64 IOMMU
2866 M:      Muli Ben-Yehuda <mulix@mulix.org>
2867 M:      Jon Mason <jdmason@kudzu.us>
2868 L:      iommu@lists.linux-foundation.org
2869 S:      Maintained
2870 F:      arch/x86/kernel/pci-calgary_64.c
2871 F:      arch/x86/kernel/tce_64.c
2872 F:      arch/x86/include/asm/calgary.h
2873 F:      arch/x86/include/asm/tce.h
2874
2875 CAN NETWORK LAYER
2876 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2877 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2878 L:      linux-can@vger.kernel.org
2879 W:      https://github.com/linux-can
2880 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2882 S:      Maintained
2883 F:      Documentation/networking/can.txt
2884 F:      net/can/
2885 F:      include/linux/can/core.h
2886 F:      include/uapi/linux/can.h
2887 F:      include/uapi/linux/can/bcm.h
2888 F:      include/uapi/linux/can/raw.h
2889 F:      include/uapi/linux/can/gw.h
2890
2891 CAN NETWORK DRIVERS
2892 M:      Wolfgang Grandegger <wg@grandegger.com>
2893 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2894 L:      linux-can@vger.kernel.org
2895 W:      https://github.com/linux-can
2896 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2897 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2898 S:      Maintained
2899 F:      Documentation/devicetree/bindings/net/can/
2900 F:      drivers/net/can/
2901 F:      include/linux/can/dev.h
2902 F:      include/linux/can/platform/
2903 F:      include/uapi/linux/can/error.h
2904 F:      include/uapi/linux/can/netlink.h
2905
2906 CAPABILITIES
2907 M:      Serge Hallyn <serge@hallyn.com>
2908 L:      linux-security-module@vger.kernel.org
2909 S:      Supported
2910 F:      include/linux/capability.h
2911 F:      include/uapi/linux/capability.h
2912 F:      security/commoncap.c
2913 F:      kernel/capability.c
2914
2915 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2916 M:      Kevin Tsai <ktsai@capellamicro.com>
2917 S:      Maintained
2918 F:      drivers/iio/light/cm*
2919 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2920
2921 CAVIUM I2C DRIVER
2922 M:      Jan Glauber <jglauber@cavium.com>
2923 M:      David Daney <david.daney@cavium.com>
2924 W:      http://www.cavium.com
2925 S:      Supported
2926 F:      drivers/i2c/busses/i2c-octeon*
2927 F:      drivers/i2c/busses/i2c-thunderx*
2928
2929 CAVIUM LIQUIDIO NETWORK DRIVER
2930 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2931 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2932 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2933 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2934 L:     netdev@vger.kernel.org
2935 W:     http://www.cavium.com
2936 S:     Supported
2937 F:     drivers/net/ethernet/cavium/liquidio/
2938
2939 CC2520 IEEE-802.15.4 RADIO DRIVER
2940 M:      Varka Bhadram <varkabhadram@gmail.com>
2941 L:      linux-wpan@vger.kernel.org
2942 S:      Maintained
2943 F:      drivers/net/ieee802154/cc2520.c
2944 F:      include/linux/spi/cc2520.h
2945 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2946
2947 CEC DRIVER
2948 M:      Hans Verkuil <hans.verkuil@cisco.com>
2949 L:      linux-media@vger.kernel.org
2950 T:      git git://linuxtv.org/media_tree.git
2951 W:      http://linuxtv.org
2952 S:      Supported
2953 F:      Documentation/cec.txt
2954 F:      Documentation/media/uapi/cec
2955 F:      drivers/staging/media/cec/
2956 F:      drivers/media/cec-edid.c
2957 F:      drivers/media/rc/keymaps/rc-cec.c
2958 F:      include/media/cec.h
2959 F:      include/media/cec-edid.h
2960 F:      include/linux/cec.h
2961 F:      include/linux/cec-funcs.h
2962
2963 CELL BROADBAND ENGINE ARCHITECTURE
2964 M:      Arnd Bergmann <arnd@arndb.de>
2965 L:      linuxppc-dev@lists.ozlabs.org
2966 W:      http://www.ibm.com/developerworks/power/cell/
2967 S:      Supported
2968 F:      arch/powerpc/include/asm/cell*.h
2969 F:      arch/powerpc/include/asm/spu*.h
2970 F:      arch/powerpc/include/uapi/asm/spu*.h
2971 F:      arch/powerpc/oprofile/*cell*
2972 F:      arch/powerpc/platforms/cell/
2973
2974 CEPH COMMON CODE (LIBCEPH)
2975 M:      Ilya Dryomov <idryomov@gmail.com>
2976 M:      "Yan, Zheng" <zyan@redhat.com>
2977 M:      Sage Weil <sage@redhat.com>
2978 L:      ceph-devel@vger.kernel.org
2979 W:      http://ceph.com/
2980 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2981 T:      git git://github.com/ceph/ceph-client.git
2982 S:      Supported
2983 F:      net/ceph/
2984 F:      include/linux/ceph/
2985 F:      include/linux/crush/
2986
2987 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2988 M:      "Yan, Zheng" <zyan@redhat.com>
2989 M:      Sage Weil <sage@redhat.com>
2990 M:      Ilya Dryomov <idryomov@gmail.com>
2991 L:      ceph-devel@vger.kernel.org
2992 W:      http://ceph.com/
2993 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2994 T:      git git://github.com/ceph/ceph-client.git
2995 S:      Supported
2996 F:      Documentation/filesystems/ceph.txt
2997 F:      fs/ceph/
2998
2999 CERTIFICATE HANDLING:
3000 M:      David Howells <dhowells@redhat.com>
3001 M:      David Woodhouse <dwmw2@infradead.org>
3002 L:      keyrings@vger.kernel.org
3003 S:      Maintained
3004 F:      Documentation/module-signing.txt
3005 F:      certs/
3006 F:      scripts/sign-file.c
3007 F:      scripts/extract-cert.c
3008
3009 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3010 L:      linux-usb@vger.kernel.org
3011 S:      Orphan
3012 F:      Documentation/usb/WUSB-Design-overview.txt
3013 F:      Documentation/usb/wusb-cbaf
3014 F:      drivers/usb/host/hwa-hc.c
3015 F:      drivers/usb/host/whci/
3016 F:      drivers/usb/wusbcore/
3017 F:      include/linux/usb/wusb*
3018
3019 CFAG12864B LCD DRIVER
3020 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3021 W:      http://miguelojeda.es/auxdisplay.htm
3022 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3023 S:      Maintained
3024 F:      drivers/auxdisplay/cfag12864b.c
3025 F:      include/linux/cfag12864b.h
3026
3027 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3028 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3029 W:      http://miguelojeda.es/auxdisplay.htm
3030 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3031 S:      Maintained
3032 F:      drivers/auxdisplay/cfag12864bfb.c
3033 F:      include/linux/cfag12864b.h
3034
3035 CFG80211 and NL80211
3036 M:      Johannes Berg <johannes@sipsolutions.net>
3037 L:      linux-wireless@vger.kernel.org
3038 W:      http://wireless.kernel.org/
3039 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3040 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3041 S:      Maintained
3042 F:      include/uapi/linux/nl80211.h
3043 F:      include/net/cfg80211.h
3044 F:      net/wireless/*
3045 X:      net/wireless/wext*
3046
3047 CHAR and MISC DRIVERS
3048 M:      Arnd Bergmann <arnd@arndb.de>
3049 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3050 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3051 S:      Supported
3052 F:      drivers/char/*
3053 F:      drivers/misc/*
3054 F:      include/linux/miscdevice.h
3055
3056 CHECKPATCH
3057 M:      Andy Whitcroft <apw@canonical.com>
3058 M:      Joe Perches <joe@perches.com>
3059 S:      Maintained
3060 F:      scripts/checkpatch.pl
3061
3062 CHINESE DOCUMENTATION
3063 M:      Harry Wei <harryxiyou@gmail.com>
3064 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3065 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
3066 S:      Maintained
3067 F:      Documentation/zh_CN/
3068
3069 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3070 M:      Peter Chen <Peter.Chen@nxp.com>
3071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3072 L:      linux-usb@vger.kernel.org
3073 S:      Maintained
3074 F:      drivers/usb/chipidea/
3075
3076 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3077 M:      Hans de Goede <hdegoede@redhat.com>
3078 L:      linux-input@vger.kernel.org
3079 S:      Maintained
3080 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3081 F:      drivers/input/touchscreen/chipone_icn8318.c
3082
3083 CHROME HARDWARE PLATFORM SUPPORT
3084 M:      Olof Johansson <olof@lixom.net>
3085 S:      Maintained
3086 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3087 F:      drivers/platform/chrome/
3088
3089 CISCO VIC ETHERNET NIC DRIVER
3090 M:      Christian Benvenuti <benve@cisco.com>
3091 M:      Sujith Sankar <ssujith@cisco.com>
3092 M:      Govindarajulu Varadarajan <_govind@gmx.com>
3093 M:      Neel Patel <neepatel@cisco.com>
3094 S:      Supported
3095 F:      drivers/net/ethernet/cisco/enic/
3096
3097 CISCO VIC LOW LATENCY NIC DRIVER
3098 M:      Christian Benvenuti <benve@cisco.com>
3099 M:      Dave Goodell <dgoodell@cisco.com>
3100 S:      Supported
3101 F:      drivers/infiniband/hw/usnic/
3102
3103 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3104 M:      Hartley Sweeten <hsweeten@visionengravers.com>
3105 L:      netdev@vger.kernel.org
3106 S:      Maintained
3107 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3108
3109 CIRRUS LOGIC AUDIO CODEC DRIVERS
3110 M:      Brian Austin <brian.austin@cirrus.com>
3111 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
3112 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3113 S:      Maintained
3114 F:      sound/soc/codecs/cs*
3115
3116 CLEANCACHE API
3117 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3118 L:      linux-kernel@vger.kernel.org
3119 S:      Maintained
3120 F:      mm/cleancache.c
3121 F:      include/linux/cleancache.h
3122
3123 CLK API
3124 M:      Russell King <linux@armlinux.org.uk>
3125 L:      linux-clk@vger.kernel.org
3126 S:      Maintained
3127 F:      include/linux/clk.h
3128
3129 CLOCKSOURCE, CLOCKEVENT DRIVERS
3130 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3131 M:      Thomas Gleixner <tglx@linutronix.de>
3132 L:      linux-kernel@vger.kernel.org
3133 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3134 S:      Supported
3135 F:      drivers/clocksource
3136
3137 CISCO FCOE HBA DRIVER
3138 M:      Hiral Patel <hiralpat@cisco.com>
3139 M:      Suma Ramars <sramars@cisco.com>
3140 M:      Brian Uchino <buchino@cisco.com>
3141 L:      linux-scsi@vger.kernel.org
3142 S:      Supported
3143 F:      drivers/scsi/fnic/
3144
3145 CISCO SCSI HBA DRIVER
3146 M:      Narsimhulu Musini <nmusini@cisco.com>
3147 M:      Sesidhar Baddela <sebaddel@cisco.com>
3148 L:      linux-scsi@vger.kernel.org
3149 S:      Supported
3150 F:      drivers/scsi/snic/
3151
3152 CMPC ACPI DRIVER
3153 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3154 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3155 L:      platform-driver-x86@vger.kernel.org
3156 S:      Supported
3157 F:      drivers/platform/x86/classmate-laptop.c
3158
3159 COBALT MEDIA DRIVER
3160 M:      Hans Verkuil <hans.verkuil@cisco.com>
3161 L:      linux-media@vger.kernel.org
3162 T:      git git://linuxtv.org/media_tree.git
3163 W:      https://linuxtv.org
3164 S:      Supported
3165 F:      drivers/media/pci/cobalt/
3166
3167 COCCINELLE/Semantic Patches (SmPL)
3168 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3169 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3170 M:      Nicolas Palix <nicolas.palix@imag.fr>
3171 M:      Michal Marek <mmarek@suse.com>
3172 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3174 W:      http://coccinelle.lip6.fr/
3175 S:      Supported
3176 F:      Documentation/dev-tools/coccinelle.rst
3177 F:      scripts/coccinelle/
3178 F:      scripts/coccicheck
3179
3180 CODA FILE SYSTEM
3181 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3182 M:      coda@cs.cmu.edu
3183 L:      codalist@coda.cs.cmu.edu
3184 W:      http://www.coda.cs.cmu.edu/
3185 S:      Maintained
3186 F:      Documentation/filesystems/coda.txt
3187 F:      fs/coda/
3188 F:      include/linux/coda*.h
3189 F:      include/uapi/linux/coda*.h
3190
3191 CODA V4L2 MEM2MEM DRIVER
3192 M:      Philipp Zabel <p.zabel@pengutronix.de>
3193 L:      linux-media@vger.kernel.org
3194 S:      Maintained
3195 F:      Documentation/devicetree/bindings/media/coda.txt
3196 F:      drivers/media/platform/coda/
3197
3198 COMMON CLK FRAMEWORK
3199 M:      Michael Turquette <mturquette@baylibre.com>
3200 M:      Stephen Boyd <sboyd@codeaurora.org>
3201 L:      linux-clk@vger.kernel.org
3202 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3204 S:      Maintained
3205 F:      Documentation/devicetree/bindings/clock/
3206 F:      drivers/clk/
3207 X:      drivers/clk/clkdev.c
3208 F:      include/linux/clk-pr*
3209 F:      include/linux/clk/
3210
3211 COMMON INTERNET FILE SYSTEM (CIFS)
3212 M:      Steve French <sfrench@samba.org>
3213 L:      linux-cifs@vger.kernel.org
3214 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3215 W:      http://linux-cifs.samba.org/
3216 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3217 S:      Supported
3218 F:      Documentation/filesystems/cifs/
3219 F:      fs/cifs/
3220
3221 COMPACTPCI HOTPLUG CORE
3222 M:      Scott Murray <scott@spiteful.org>
3223 L:      linux-pci@vger.kernel.org
3224 S:      Maintained
3225 F:      drivers/pci/hotplug/cpci_hotplug*
3226
3227 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3228 M:      Scott Murray <scott@spiteful.org>
3229 L:      linux-pci@vger.kernel.org
3230 S:      Maintained
3231 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3232
3233 COMPACTPCI HOTPLUG GENERIC DRIVER
3234 M:      Scott Murray <scott@spiteful.org>
3235 L:      linux-pci@vger.kernel.org
3236 S:      Maintained
3237 F:      drivers/pci/hotplug/cpcihp_generic.c
3238
3239 COMPAL LAPTOP SUPPORT
3240 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3241 L:      platform-driver-x86@vger.kernel.org
3242 S:      Maintained
3243 F:      drivers/platform/x86/compal-laptop.c
3244
3245 CONEXANT ACCESSRUNNER USB DRIVER
3246 L:      accessrunner-general@lists.sourceforge.net
3247 W:      http://accessrunner.sourceforge.net/
3248 S:      Orphan
3249 F:      drivers/usb/atm/cxacru.c
3250
3251 CONFIGFS
3252 M:      Joel Becker <jlbec@evilplan.org>
3253 M:      Christoph Hellwig <hch@lst.de>
3254 T:      git git://git.infradead.org/users/hch/configfs.git
3255 S:      Supported
3256 F:      fs/configfs/
3257 F:      include/linux/configfs.h
3258
3259 CONNECTOR
3260 M:      Evgeniy Polyakov <zbr@ioremap.net>
3261 L:      netdev@vger.kernel.org
3262 S:      Maintained
3263 F:      drivers/connector/
3264
3265 CONTROL GROUP (CGROUP)
3266 M:      Tejun Heo <tj@kernel.org>
3267 M:      Li Zefan <lizefan@huawei.com>
3268 M:      Johannes Weiner <hannes@cmpxchg.org>
3269 L:      cgroups@vger.kernel.org
3270 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3271 S:      Maintained
3272 F:      Documentation/cgroup*
3273 F:      include/linux/cgroup*
3274 F:      kernel/cgroup*
3275
3276 CONTROL GROUP - CPUSET
3277 M:      Li Zefan <lizefan@huawei.com>
3278 L:      cgroups@vger.kernel.org
3279 W:      http://www.bullopensource.org/cpuset/
3280 W:      http://oss.sgi.com/projects/cpusets/
3281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3282 S:      Maintained
3283 F:      Documentation/cgroup-v1/cpusets.txt
3284 F:      include/linux/cpuset.h
3285 F:      kernel/cpuset.c
3286
3287 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3288 M:      Johannes Weiner <hannes@cmpxchg.org>
3289 M:      Michal Hocko <mhocko@kernel.org>
3290 M:      Vladimir Davydov <vdavydov.dev@gmail.com>
3291 L:      cgroups@vger.kernel.org
3292 L:      linux-mm@kvack.org
3293 S:      Maintained
3294 F:      mm/memcontrol.c
3295 F:      mm/swap_cgroup.c
3296
3297 CORETEMP HARDWARE MONITORING DRIVER
3298 M:      Fenghua Yu <fenghua.yu@intel.com>
3299 L:      linux-hwmon@vger.kernel.org
3300 S:      Maintained
3301 F:      Documentation/hwmon/coretemp
3302 F:      drivers/hwmon/coretemp.c
3303
3304 COSA/SRP SYNC SERIAL DRIVER
3305 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3306 W:      http://www.fi.muni.cz/~kas/cosa/
3307 S:      Maintained
3308 F:      drivers/net/wan/cosa*
3309
3310 CPMAC ETHERNET DRIVER
3311 M:      Florian Fainelli <f.fainelli@gmail.com>
3312 L:      netdev@vger.kernel.org
3313 S:      Maintained
3314 F:      drivers/net/ethernet/ti/cpmac.c
3315
3316 CPU FREQUENCY DRIVERS
3317 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3318 M:      Viresh Kumar <viresh.kumar@linaro.org>
3319 L:      linux-pm@vger.kernel.org
3320 S:      Maintained
3321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3322 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3323 F:      Documentation/cpu-freq/
3324 F:      drivers/cpufreq/
3325 F:      include/linux/cpufreq.h
3326
3327 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3328 M:      Viresh Kumar <viresh.kumar@linaro.org>
3329 M:      Sudeep Holla <sudeep.holla@arm.com>
3330 L:      linux-pm@vger.kernel.org
3331 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3332 S:      Maintained
3333 F:      drivers/cpufreq/arm_big_little.h
3334 F:      drivers/cpufreq/arm_big_little.c
3335 F:      drivers/cpufreq/arm_big_little_dt.c
3336
3337 CPUIDLE DRIVER - ARM BIG LITTLE
3338 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3339 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3340 L:      linux-pm@vger.kernel.org
3341 L:      linux-arm-kernel@lists.infradead.org
3342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3343 S:      Maintained
3344 F:      drivers/cpuidle/cpuidle-big_little.c
3345
3346 CPUIDLE DRIVER - ARM EXYNOS
3347 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3348 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3349 M:      Kukjin Kim <kgene@kernel.org>
3350 L:      linux-pm@vger.kernel.org
3351 L:      linux-samsung-soc@vger.kernel.org
3352 S:      Supported
3353 F:      drivers/cpuidle/cpuidle-exynos.c
3354 F:      arch/arm/mach-exynos/pm.c
3355
3356 CPUIDLE DRIVERS
3357 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3358 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3359 L:      linux-pm@vger.kernel.org
3360 S:      Maintained
3361 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3362 F:      drivers/cpuidle/*
3363 F:      include/linux/cpuidle.h
3364
3365 CPUID/MSR DRIVER
3366 M:      "H. Peter Anvin" <hpa@zytor.com>
3367 S:      Maintained
3368 F:      arch/x86/kernel/cpuid.c
3369 F:      arch/x86/kernel/msr.c
3370
3371 CPU POWER MONITORING SUBSYSTEM
3372 M:      Thomas Renninger <trenn@suse.com>
3373 L:      linux-pm@vger.kernel.org
3374 S:      Maintained
3375 F:      tools/power/cpupower/
3376
3377 CRAMFS FILESYSTEM
3378 W:      http://sourceforge.net/projects/cramfs/
3379 S:      Orphan / Obsolete
3380 F:      Documentation/filesystems/cramfs.txt
3381 F:      fs/cramfs/
3382
3383 CRIS PORT
3384 M:      Mikael Starvik <starvik@axis.com>
3385 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3386 L:      linux-cris-kernel@axis.com
3387 W:      http://developer.axis.com
3388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3389 S:      Maintained
3390 F:      arch/cris/
3391 F:      drivers/tty/serial/crisv10.*
3392
3393 CRYPTO API
3394 M:      Herbert Xu <herbert@gondor.apana.org.au>
3395 M:      "David S. Miller" <davem@davemloft.net>
3396 L:      linux-crypto@vger.kernel.org
3397 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3398 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3399 S:      Maintained
3400 F:      Documentation/crypto/
3401 F:      Documentation/devicetree/bindings/crypto/
3402 F:      Documentation/DocBook/crypto-API.tmpl
3403 F:      arch/*/crypto/
3404 F:      crypto/
3405 F:      drivers/crypto/
3406 F:      include/crypto/
3407
3408 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3409 M:      Neil Horman <nhorman@tuxdriver.com>
3410 L:      linux-crypto@vger.kernel.org
3411 S:      Maintained
3412 F:      crypto/ansi_cprng.c
3413 F:      crypto/rng.c
3414
3415 CS3308 MEDIA DRIVER
3416 M:      Hans Verkuil <hverkuil@xs4all.nl>
3417 L:      linux-media@vger.kernel.org
3418 T:      git git://linuxtv.org/media_tree.git
3419 W:      http://linuxtv.org
3420 S:      Odd Fixes
3421 F:      drivers/media/i2c/cs3308.c
3422 F:      drivers/media/i2c/cs3308.h
3423
3424 CS5535 Audio ALSA driver
3425 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3426 S:      Maintained
3427 F:      sound/pci/cs5535audio/
3428
3429 CW1200 WLAN driver
3430 M:      Solomon Peachy <pizza@shaftnet.org>
3431 S:      Maintained
3432 F:      drivers/net/wireless/st/cw1200/
3433
3434 CX18 VIDEO4LINUX DRIVER
3435 M:      Andy Walls <awalls@md.metrocast.net>
3436 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3437 L:      linux-media@vger.kernel.org
3438 T:      git git://linuxtv.org/media_tree.git
3439 W:      https://linuxtv.org
3440 W:      http://www.ivtvdriver.org/index.php/Cx18
3441 S:      Maintained
3442 F:      Documentation/media/v4l-drivers/cx18*
3443 F:      drivers/media/pci/cx18/
3444 F:      include/uapi/linux/ivtv*
3445
3446 CX2341X MPEG ENCODER HELPER MODULE
3447 M:      Hans Verkuil <hverkuil@xs4all.nl>
3448 L:      linux-media@vger.kernel.org
3449 T:      git git://linuxtv.org/media_tree.git
3450 W:      https://linuxtv.org
3451 S:      Maintained
3452 F:      drivers/media/common/cx2341x*
3453 F:      include/media/cx2341x*
3454
3455 CX24120 MEDIA DRIVER
3456 M:      Jemma Denson <jdenson@gmail.com>
3457 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3458 L:      linux-media@vger.kernel.org
3459 W:      https://linuxtv.org
3460 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3461 S:      Maintained
3462 F:      drivers/media/dvb-frontends/cx24120*
3463
3464 CX88 VIDEO4LINUX DRIVER
3465 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
3466 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3467 L:      linux-media@vger.kernel.org
3468 W:      https://linuxtv.org
3469 T:      git git://linuxtv.org/media_tree.git
3470 S:      Odd fixes
3471 F:      Documentation/media/v4l-drivers/cx88*
3472 F:      drivers/media/pci/cx88/
3473
3474 CXD2820R MEDIA DRIVER
3475 M:      Antti Palosaari <crope@iki.fi>
3476 L:      linux-media@vger.kernel.org
3477 W:      https://linuxtv.org
3478 W:      http://palosaari.fi/linux/
3479 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3480 T:      git git://linuxtv.org/anttip/media_tree.git
3481 S:      Maintained
3482 F:      drivers/media/dvb-frontends/cxd2820r*
3483
3484 CXGB3 ETHERNET DRIVER (CXGB3)
3485 M:      Santosh Raspatur <santosh@chelsio.com>
3486 L:      netdev@vger.kernel.org
3487 W:      http://www.chelsio.com
3488 S:      Supported
3489 F:      drivers/net/ethernet/chelsio/cxgb3/
3490
3491 CXGB3 ISCSI DRIVER (CXGB3I)
3492 M:      Karen Xie <kxie@chelsio.com>
3493 L:      linux-scsi@vger.kernel.org
3494 W:      http://www.chelsio.com
3495 S:      Supported
3496 F:      drivers/scsi/cxgbi/cxgb3i
3497
3498 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3499 M:      Steve Wise <swise@chelsio.com>
3500 L:      linux-rdma@vger.kernel.org
3501 W:      http://www.openfabrics.org
3502 S:      Supported
3503 F:      drivers/infiniband/hw/cxgb3/
3504 F:      include/uapi/rdma/cxgb3-abi.h
3505
3506 CXGB4 ETHERNET DRIVER (CXGB4)
3507 M:      Hariprasad S <hariprasad@chelsio.com>
3508 L:      netdev@vger.kernel.org
3509 W:      http://www.chelsio.com
3510 S:      Supported
3511 F:      drivers/net/ethernet/chelsio/cxgb4/
3512
3513 CXGB4 ISCSI DRIVER (CXGB4I)
3514 M:      Karen Xie <kxie@chelsio.com>
3515 L:      linux-scsi@vger.kernel.org
3516 W:      http://www.chelsio.com
3517 S:      Supported
3518 F:      drivers/scsi/cxgbi/cxgb4i
3519
3520 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3521 M:      Steve Wise <swise@chelsio.com>
3522 L:      linux-rdma@vger.kernel.org
3523 W:      http://www.openfabrics.org
3524 S:      Supported
3525 F:      drivers/infiniband/hw/cxgb4/
3526 F:      include/uapi/rdma/cxgb4-abi.h
3527
3528 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3529 M:      Casey Leedom <leedom@chelsio.com>
3530 L:      netdev@vger.kernel.org
3531 W:      http://www.chelsio.com
3532 S:      Supported
3533 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3534
3535 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3536 M:      Ian Munsie <imunsie@au1.ibm.com>
3537 M:      Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3538 L:      linuxppc-dev@lists.ozlabs.org
3539 S:      Supported
3540 F:      arch/powerpc/platforms/powernv/pci-cxl.c
3541 F:      drivers/misc/cxl/
3542 F:      include/misc/cxl*
3543 F:      include/uapi/misc/cxl.h
3544 F:      Documentation/powerpc/cxl.txt
3545 F:      Documentation/ABI/testing/sysfs-class-cxl
3546
3547 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3548 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3549 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3550 M:      Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3551 L:      linux-scsi@vger.kernel.org
3552 S:      Supported
3553 F:      drivers/scsi/cxlflash/
3554 F:      include/uapi/scsi/cxlflash_ioctls.h
3555 F:      Documentation/powerpc/cxlflash.txt
3556
3557 STMMAC ETHERNET DRIVER
3558 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3559 M:      Alexandre Torgue <alexandre.torgue@st.com>
3560 L:      netdev@vger.kernel.org
3561 W:      http://www.stlinux.com
3562 S:      Supported
3563 F:      drivers/net/ethernet/stmicro/stmmac/
3564
3565 CYBERPRO FB DRIVER
3566 M:      Russell King <linux@armlinux.org.uk>
3567 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3568 W:      http://www.armlinux.org.uk/
3569 S:      Maintained
3570 F:      drivers/video/fbdev/cyber2000fb.*
3571
3572 CYCLADES ASYNC MUX DRIVER
3573 W:      http://www.cyclades.com/
3574 S:      Orphan
3575 F:      drivers/tty/cyclades.c
3576 F:      include/linux/cyclades.h
3577 F:      include/uapi/linux/cyclades.h
3578
3579 CYCLADES PC300 DRIVER
3580 W:      http://www.cyclades.com/
3581 S:      Orphan
3582 F:      drivers/net/wan/pc300*
3583
3584 CYPRESS_FIRMWARE MEDIA DRIVER
3585 M:      Antti Palosaari <crope@iki.fi>
3586 L:      linux-media@vger.kernel.org
3587 W:      https://linuxtv.org
3588 W:      http://palosaari.fi/linux/
3589 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3590 T:      git git://linuxtv.org/anttip/media_tree.git
3591 S:      Maintained
3592 F:      drivers/media/common/cypress_firmware*
3593
3594 CYTTSP TOUCHSCREEN DRIVER
3595 M:      Ferruh Yigit <fery@cypress.com>
3596 L:      linux-input@vger.kernel.org
3597 S:      Supported
3598 F:      drivers/input/touchscreen/cyttsp*
3599 F:      include/linux/input/cyttsp.h
3600
3601 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3602 M:      Joshua Kinard <kumba@gentoo.org>
3603 S:      Maintained
3604 F:      drivers/rtc/rtc-ds1685.c
3605 F:      include/linux/rtc/ds1685.h
3606
3607 DAMA SLAVE for AX.25
3608 M:      Joerg Reuter <jreuter@yaina.de>
3609 W:      http://yaina.de/jreuter/
3610 W:      http://www.qsl.net/dl1bke/
3611 L:      linux-hams@vger.kernel.org
3612 S:      Maintained
3613 F:      net/ax25/af_ax25.c
3614 F:      net/ax25/ax25_dev.c
3615 F:      net/ax25/ax25_ds_*
3616 F:      net/ax25/ax25_in.c
3617 F:      net/ax25/ax25_out.c
3618 F:      net/ax25/ax25_timer.c
3619 F:      net/ax25/sysctl_net_ax25.c
3620
3621 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3622 L:      netdev@vger.kernel.org
3623 S:      Orphan
3624 F:      Documentation/networking/dmfe.txt
3625 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3626
3627 DC390/AM53C974 SCSI driver
3628 M:      Hannes Reinecke <hare@suse.com>
3629 L:      linux-scsi@vger.kernel.org
3630 S:      Maintained
3631 F:      drivers/scsi/am53c974.c
3632
3633 DC395x SCSI driver
3634 M:      Oliver Neukum <oliver@neukum.org>
3635 M:      Ali Akcaagac <aliakc@web.de>
3636 M:      Jamie Lenehan <lenehan@twibble.org>
3637 L:      dc395x@twibble.org
3638 W:      http://twibble.org/dist/dc395x/
3639 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3640 S:      Maintained
3641 F:      Documentation/scsi/dc395x.txt
3642 F:      drivers/scsi/dc395x.*
3643
3644 DCCP PROTOCOL
3645 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3646 L:      dccp@vger.kernel.org
3647 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3648 S:      Maintained
3649 F:      include/linux/dccp.h
3650 F:      include/uapi/linux/dccp.h
3651 F:      include/linux/tfrc.h
3652 F:      net/dccp/
3653
3654 DECnet NETWORK LAYER
3655 W:      http://linux-decnet.sourceforge.net
3656 L:      linux-decnet-user@lists.sourceforge.net
3657 S:      Orphan
3658 F:      Documentation/networking/decnet.txt
3659 F:      net/decnet/
3660
3661 DECSTATION PLATFORM SUPPORT
3662 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3663 L:      linux-mips@linux-mips.org
3664 W:      http://www.linux-mips.org/wiki/DECstation
3665 S:      Maintained
3666 F:      arch/mips/dec/
3667 F:      arch/mips/include/asm/dec/
3668 F:      arch/mips/include/asm/mach-dec/
3669
3670 DEFXX FDDI NETWORK DRIVER
3671 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3672 S:      Maintained
3673 F:      drivers/net/fddi/defxx.*
3674
3675 DELL LAPTOP DRIVER
3676 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3677 M:      Pali Rohár <pali.rohar@gmail.com>
3678 L:      platform-driver-x86@vger.kernel.org
3679 S:      Maintained
3680 F:      drivers/platform/x86/dell-laptop.c
3681
3682 DELL LAPTOP RBTN DRIVER
3683 M:      Pali Rohár <pali.rohar@gmail.com>
3684 S:      Maintained
3685 F:      drivers/platform/x86/dell-rbtn.*
3686
3687 DELL LAPTOP FREEFALL DRIVER
3688 M:      Pali Rohár <pali.rohar@gmail.com>
3689 S:      Maintained
3690 F:      drivers/platform/x86/dell-smo8800.c
3691
3692 DELL LAPTOP SMM DRIVER
3693 M:      Pali Rohár <pali.rohar@gmail.com>
3694 S:      Maintained
3695 F:      drivers/hwmon/dell-smm-hwmon.c
3696 F:      include/uapi/linux/i8k.h
3697
3698 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3699 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3700 S:      Maintained
3701 F:      Documentation/dcdbas.txt
3702 F:      drivers/firmware/dcdbas.*
3703
3704 DELL WMI EXTRAS DRIVER
3705 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3706 M:      Pali Rohár <pali.rohar@gmail.com>
3707 S:      Maintained
3708 F:      drivers/platform/x86/dell-wmi.c
3709
3710 DESIGNWARE USB2 DRD IP DRIVER
3711 M:      John Youn <johnyoun@synopsys.com>
3712 L:      linux-usb@vger.kernel.org
3713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3714 S:      Maintained
3715 F:      drivers/usb/dwc2/
3716
3717 DESIGNWARE USB3 DRD IP DRIVER
3718 M:      Felipe Balbi <balbi@kernel.org>
3719 L:      linux-usb@vger.kernel.org
3720 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3721 S:      Maintained
3722 F:      drivers/usb/dwc3/
3723
3724 DEVICE COREDUMP (DEV_COREDUMP)
3725 M:      Johannes Berg <johannes@sipsolutions.net>
3726 L:      linux-kernel@vger.kernel.org
3727 S:      Maintained
3728 F:      drivers/base/devcoredump.c
3729 F:      include/linux/devcoredump.h
3730
3731 DEVICE FREQUENCY (DEVFREQ)
3732 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3733 M:      Kyungmin Park <kyungmin.park@samsung.com>
3734 L:      linux-pm@vger.kernel.org
3735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3736 S:      Maintained
3737 F:      drivers/devfreq/
3738 F:      include/linux/devfreq.h
3739 F:      Documentation/devicetree/bindings/devfreq/
3740
3741 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3742 M:      Chanwoo Choi <cw00.choi@samsung.com>
3743 L:      linux-pm@vger.kernel.org
3744 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3745 S:      Supported
3746 F:      drivers/devfreq/event/
3747 F:      drivers/devfreq/devfreq-event.c
3748 F:      include/linux/devfreq-event.h
3749 F:      Documentation/devicetree/bindings/devfreq/event/
3750
3751 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3752 M:      Chanwoo Choi <cw00.choi@samsung.com>
3753 L:      linux-pm@vger.kernel.org
3754 L:      linux-samsung-soc@vger.kernel.org
3755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3756 S:      Maintained
3757 F:      drivers/devfreq/exynos-bus.c
3758 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3759
3760 DEVICE NUMBER REGISTRY
3761 M:      Torben Mathiasen <device@lanana.org>
3762 W:      http://lanana.org/docs/device-list/index.html
3763 S:      Maintained
3764
3765 DEVICE-MAPPER  (LVM)
3766 M:      Alasdair Kergon <agk@redhat.com>
3767 M:      Mike Snitzer <snitzer@redhat.com>
3768 M:      dm-devel@redhat.com
3769 L:      dm-devel@redhat.com
3770 W:      http://sources.redhat.com/dm
3771 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3772 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3773 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3774 S:      Maintained
3775 F:      Documentation/device-mapper/
3776 F:      drivers/md/dm*
3777 F:      drivers/md/persistent-data/
3778 F:      include/linux/device-mapper.h
3779 F:      include/linux/dm-*.h
3780 F:      include/uapi/linux/dm-*.h
3781
3782 DEVLINK
3783 M:      Jiri Pirko <jiri@mellanox.com>
3784 L:      netdev@vger.kernel.org
3785 S:      Supported
3786 F:      net/core/devlink.c
3787 F:      include/net/devlink.h
3788 F:      include/uapi/linux/devlink.h
3789
3790 DIALOG SEMICONDUCTOR DRIVERS
3791 M:      Support Opensource <support.opensource@diasemi.com>
3792 W:      http://www.dialog-semiconductor.com/products
3793 S:      Supported
3794 F:      Documentation/hwmon/da90??
3795 F:      Documentation/devicetree/bindings/mfd/da90*.txt
3796 F:      Documentation/devicetree/bindings/regulator/da92*.txt
3797 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3798 F:      drivers/gpio/gpio-da90??.c
3799 F:      drivers/hwmon/da90??-hwmon.c
3800 F:      drivers/iio/adc/da91??-*.c
3801 F:      drivers/input/misc/da90??_onkey.c
3802 F:      drivers/input/touchscreen/da9052_tsi.c
3803 F:      drivers/leds/leds-da90??.c
3804 F:      drivers/mfd/da903x.c
3805 F:      drivers/mfd/da90??-*.c
3806 F:      drivers/mfd/da91??-*.c
3807 F:      drivers/power/supply/da9052-battery.c
3808 F:      drivers/power/supply/da91??-*.c
3809 F:      drivers/regulator/da903x.c
3810 F:      drivers/regulator/da9???-regulator.[ch]
3811 F:      drivers/rtc/rtc-da90??.c
3812 F:      drivers/video/backlight/da90??_bl.c
3813 F:      drivers/watchdog/da90??_wdt.c
3814 F:      include/linux/mfd/da903x.h
3815 F:      include/linux/mfd/da9052/
3816 F:      include/linux/mfd/da9055/
3817 F:      include/linux/mfd/da9062/
3818 F:      include/linux/mfd/da9063/
3819 F:      include/linux/mfd/da9150/
3820 F:      include/linux/regulator/da9211.h
3821 F:      include/sound/da[79]*.h
3822 F:      sound/soc/codecs/da[79]*.[ch]
3823
3824 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3825 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
3826 L:      linux-gpio@vger.kernel.org
3827 S:      Maintained
3828 F:      drivers/gpio/gpio-gpio-mm.c
3829
3830 DIGI NEO AND CLASSIC PCI PRODUCTS
3831 M:      Lidza Louina <lidza.louina@gmail.com>
3832 M:      Mark Hounschell <markh@compro.net>
3833 L:      driverdev-devel@linuxdriverproject.org
3834 S:      Maintained
3835 F:      drivers/staging/dgnc/
3836
3837 DIOLAN U2C-12 I2C DRIVER
3838 M:      Guenter Roeck <linux@roeck-us.net>
3839 L:      linux-i2c@vger.kernel.org
3840 S:      Maintained
3841 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3842
3843 DIRECT ACCESS (DAX)
3844 M:      Matthew Wilcox <willy@linux.intel.com>
3845 L:      linux-fsdevel@vger.kernel.org
3846 S:      Supported
3847 F:      fs/dax.c
3848
3849 DIRECTORY NOTIFICATION (DNOTIFY)
3850 M:      Eric Paris <eparis@parisplace.org>
3851 S:      Maintained
3852 F:      Documentation/filesystems/dnotify.txt
3853 F:      fs/notify/dnotify/
3854 F:      include/linux/dnotify.h
3855
3856 DISK GEOMETRY AND PARTITION HANDLING
3857 M:      Andries Brouwer <aeb@cwi.nl>
3858 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3859 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3860 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3861 S:      Maintained
3862
3863 DISKQUOTA
3864 M:      Jan Kara <jack@suse.com>
3865 S:      Maintained
3866 F:      Documentation/filesystems/quota.txt
3867 F:      fs/quota/
3868 F:      include/linux/quota*.h
3869 F:      include/uapi/linux/quota*.h
3870
3871 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3872 M:      Bernie Thompson <bernie@plugable.com>
3873 L:      linux-fbdev@vger.kernel.org
3874 S:      Maintained
3875 W:      http://plugable.com/category/projects/udlfb/
3876 F:      drivers/video/fbdev/udlfb.c
3877 F:      include/video/udlfb.h
3878 F:      Documentation/fb/udlfb.txt
3879
3880 DISTRIBUTED LOCK MANAGER (DLM)
3881 M:      Christine Caulfield <ccaulfie@redhat.com>
3882 M:      David Teigland <teigland@redhat.com>
3883 L:      cluster-devel@redhat.com
3884 W:      http://sources.redhat.com/cluster/
3885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3886 S:      Supported
3887 F:      fs/dlm/
3888
3889 DMA BUFFER SHARING FRAMEWORK
3890 M:      Sumit Semwal <sumit.semwal@linaro.org>
3891 S:      Maintained
3892 L:      linux-media@vger.kernel.org
3893 L:      dri-devel@lists.freedesktop.org
3894 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3895 F:      drivers/dma-buf/
3896 F:      include/linux/dma-buf*
3897 F:      include/linux/reservation.h
3898 F:      include/linux/*fence.h
3899 F:      Documentation/dma-buf-sharing.txt
3900 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3901
3902 SYNC FILE FRAMEWORK
3903 M:      Sumit Semwal <sumit.semwal@linaro.org>
3904 R:      Gustavo Padovan <gustavo@padovan.org>
3905 S:      Maintained
3906 L:      linux-media@vger.kernel.org
3907 L:      dri-devel@lists.freedesktop.org
3908 F:      drivers/dma-buf/sync_file.c
3909 F:      include/linux/sync_file.h
3910 F:      Documentation/sync_file.txt
3911 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3912
3913 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3914 M:      Vinod Koul <vinod.koul@intel.com>
3915 L:      dmaengine@vger.kernel.org
3916 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3917 S:      Maintained
3918 F:      drivers/dma/
3919 F:      include/linux/dmaengine.h
3920 F:      Documentation/devicetree/bindings/dma/
3921 F:      Documentation/dmaengine/
3922 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3923
3924 DME1737 HARDWARE MONITOR DRIVER
3925 M:      Juerg Haefliger <juergh@gmail.com>
3926 L:      linux-hwmon@vger.kernel.org
3927 S:      Maintained
3928 F:      Documentation/hwmon/dme1737
3929 F:      drivers/hwmon/dme1737.c
3930
3931 DMI/SMBIOS SUPPORT
3932 M:      Jean Delvare <jdelvare@suse.com>
3933 S:      Maintained
3934 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3935 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3936 F:      drivers/firmware/dmi-id.c
3937 F:      drivers/firmware/dmi_scan.c
3938 F:      include/linux/dmi.h
3939
3940 DOCUMENTATION
3941 M:      Jonathan Corbet <corbet@lwn.net>
3942 L:      linux-doc@vger.kernel.org
3943 S:      Maintained
3944 F:      Documentation/
3945 F:      scripts/docproc.c
3946 F:      scripts/kernel-doc*
3947 X:      Documentation/ABI/
3948 X:      Documentation/devicetree/
3949 X:      Documentation/acpi
3950 X:      Documentation/power
3951 X:      Documentation/spi
3952 X:      Documentation/media
3953 T:      git git://git.lwn.net/linux.git docs-next
3954
3955 DOUBLETALK DRIVER
3956 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3957 L:      blinux-list@redhat.com
3958 S:      Maintained
3959 F:      drivers/char/dtlk.c
3960 F:      include/linux/dtlk.h
3961
3962 DPT_I2O SCSI RAID DRIVER
3963 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3964 L:      linux-scsi@vger.kernel.org
3965 W:      http://www.adaptec.com/
3966 S:      Maintained
3967 F:      drivers/scsi/dpt*
3968 F:      drivers/scsi/dpt/
3969
3970 DRBD DRIVER
3971 M:      Philipp Reisner <philipp.reisner@linbit.com>
3972 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
3973 L:      drbd-dev@lists.linbit.com
3974 W:      http://www.drbd.org
3975 T:      git git://git.linbit.com/linux-drbd.git
3976 T:      git git://git.linbit.com/drbd-8.4.git
3977 S:      Supported
3978 F:      drivers/block/drbd/
3979 F:      lib/lru_cache.c
3980 F:      Documentation/blockdev/drbd/
3981
3982 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3983 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3984 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3985 S:      Supported
3986 F:      Documentation/kobject.txt
3987 F:      drivers/base/
3988 F:      fs/debugfs/
3989 F:      fs/kernfs/
3990 F:      fs/sysfs/
3991 F:      include/linux/debugfs.h
3992 F:      include/linux/kobj*
3993 F:      lib/kobj*
3994
3995 DRM DRIVERS
3996 M:      David Airlie <airlied@linux.ie>
3997 L:      dri-devel@lists.freedesktop.org
3998 T:      git git://people.freedesktop.org/~airlied/linux
3999 S:      Maintained
4000 F:      drivers/gpu/drm/
4001 F:      drivers/gpu/vga/
4002 F:      Documentation/devicetree/bindings/display/
4003 F:      Documentation/devicetree/bindings/gpu/
4004 F:      Documentation/devicetree/bindings/video/
4005 F:      Documentation/gpu/
4006 F:      include/drm/
4007 F:      include/uapi/drm/
4008
4009 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4010 M:      Dave Airlie <airlied@redhat.com>
4011 S:      Odd Fixes
4012 F:      drivers/gpu/drm/ast/
4013
4014 DRM DRIVER FOR BOCHS VIRTUAL GPU
4015 M:      Gerd Hoffmann <kraxel@redhat.com>
4016 S:      Odd Fixes
4017 F:      drivers/gpu/drm/bochs/
4018
4019 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4020 M:      Dave Airlie <airlied@redhat.com>
4021 S:      Odd Fixes
4022 F:      drivers/gpu/drm/cirrus/
4023
4024 RADEON and AMDGPU DRM DRIVERS
4025 M:      Alex Deucher <alexander.deucher@amd.com>
4026 M:      Christian König <christian.koenig@amd.com>
4027 L:      dri-devel@lists.freedesktop.org
4028 T:      git git://people.freedesktop.org/~agd5f/linux
4029 S:      Supported
4030 F:      drivers/gpu/drm/radeon/
4031 F:      include/uapi/drm/radeon_drm.h
4032 F:      drivers/gpu/drm/amd/
4033 F:      include/uapi/drm/amdgpu_drm.h
4034
4035 DRM PANEL DRIVERS
4036 M:      Thierry Reding <thierry.reding@gmail.com>
4037 L:      dri-devel@lists.freedesktop.org
4038 T:      git git://anongit.freedesktop.org/tegra/linux.git
4039 S:      Maintained
4040 F:      drivers/gpu/drm/drm_panel.c
4041 F:      drivers/gpu/drm/panel/
4042 F:      include/drm/drm_panel.h
4043 F:      Documentation/devicetree/bindings/display/panel/
4044
4045 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4046 M:      Daniel Vetter <daniel.vetter@intel.com>
4047 M:      Jani Nikula <jani.nikula@linux.intel.com>
4048 L:      intel-gfx@lists.freedesktop.org
4049 L:      dri-devel@lists.freedesktop.org
4050 W:      https://01.org/linuxgraphics/
4051 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
4052 T:      git git://anongit.freedesktop.org/drm-intel
4053 S:      Supported
4054 F:      drivers/gpu/drm/i915/
4055 F:      include/drm/i915*
4056 F:      include/uapi/drm/i915_drm.h
4057 F:      Documentation/gpu/i915.rst
4058
4059 DRM DRIVERS FOR ATMEL HLCDC
4060 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
4061 L:      dri-devel@lists.freedesktop.org
4062 S:      Supported
4063 F:      drivers/gpu/drm/atmel-hlcdc/
4064 F:      Documentation/devicetree/bindings/drm/atmel/
4065
4066 DRM DRIVERS FOR ALLWINNER A10
4067 M:      Maxime Ripard  <maxime.ripard@free-electrons.com>
4068 L:      dri-devel@lists.freedesktop.org
4069 S:      Supported
4070 F:      drivers/gpu/drm/sun4i/
4071 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4072
4073 DRM DRIVERS FOR EXYNOS
4074 M:      Inki Dae <inki.dae@samsung.com>
4075 M:      Joonyoung Shim <jy0922.shim@samsung.com>
4076 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
4077 M:      Kyungmin Park <kyungmin.park@samsung.com>
4078 L:      dri-devel@lists.freedesktop.org
4079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4080 S:      Supported
4081 F:      drivers/gpu/drm/exynos/
4082 F:      include/uapi/drm/exynos_drm.h
4083 F:      Documentation/devicetree/bindings/display/exynos/
4084
4085 DRM DRIVERS FOR FREESCALE DCU
4086 M:      Stefan Agner <stefan@agner.ch>
4087 M:      Alison Wang <alison.wang@freescale.com>
4088 L:      dri-devel@lists.freedesktop.org
4089 S:      Supported
4090 F:      drivers/gpu/drm/fsl-dcu/
4091 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4092 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4093 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4094
4095 DRM DRIVERS FOR FREESCALE IMX
4096 M:      Philipp Zabel <p.zabel@pengutronix.de>
4097 L:      dri-devel@lists.freedesktop.org
4098 S:      Maintained
4099 F:      drivers/gpu/drm/imx/
4100 F:      drivers/gpu/ipu-v3/
4101 F:      Documentation/devicetree/bindings/display/imx/
4102
4103 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4104 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4105 L:      dri-devel@lists.freedesktop.org
4106 T:      git git://github.com/patjak/drm-gma500
4107 S:      Maintained
4108 F:      drivers/gpu/drm/gma500/
4109
4110 DRM DRIVERS FOR HISILICON
4111 M:      Xinliang Liu <z.liuxinliang@hisilicon.com>
4112 R:      Xinwei Kong <kong.kongxinwei@hisilicon.com>
4113 R:      Chen Feng <puck.chen@hisilicon.com>
4114 L:      dri-devel@lists.freedesktop.org
4115 T:      git git://github.com/xin3liang/linux.git
4116 S:      Maintained
4117 F:      drivers/gpu/drm/hisilicon/
4118 F:      Documentation/devicetree/bindings/display/hisilicon/
4119
4120 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4121 S:      Orphan / Obsolete
4122 F:      drivers/gpu/drm/i810/
4123 F:      include/uapi/drm/i810_drm.h
4124
4125 DRM DRIVERS FOR MEDIATEK
4126 M:      CK Hu <ck.hu@mediatek.com>
4127 M:      Philipp Zabel <p.zabel@pengutronix.de>
4128 L:      dri-devel@lists.freedesktop.org
4129 S:      Supported
4130 F:      drivers/gpu/drm/mediatek/
4131 F:      Documentation/devicetree/bindings/display/mediatek/
4132
4133 DRM DRIVER FOR MSM ADRENO GPU
4134 M:      Rob Clark <robdclark@gmail.com>
4135 L:      linux-arm-msm@vger.kernel.org
4136 L:      dri-devel@lists.freedesktop.org
4137 L:      freedreno@lists.freedesktop.org
4138 T:      git git://people.freedesktop.org/~robclark/linux
4139 S:      Maintained
4140 F:      drivers/gpu/drm/msm/
4141 F:      include/uapi/drm/msm_drm.h
4142 F:      Documentation/devicetree/bindings/display/msm/
4143
4144 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4145 M:      Ben Skeggs <bskeggs@redhat.com>
4146 L:      dri-devel@lists.freedesktop.org
4147 L:      nouveau@lists.freedesktop.org
4148 T:      git git://github.com/skeggsb/linux
4149 S:      Supported
4150 F:      drivers/gpu/drm/nouveau/
4151 F:      include/uapi/drm/nouveau_drm.h
4152
4153 DRM DRIVERS FOR NVIDIA TEGRA
4154 M:      Thierry Reding <thierry.reding@gmail.com>
4155 L:      dri-devel@lists.freedesktop.org
4156 L:      linux-tegra@vger.kernel.org
4157 T:      git git://anongit.freedesktop.org/tegra/linux.git
4158 S:      Supported
4159 F:      drivers/gpu/drm/tegra/
4160 F:      drivers/gpu/host1x/
4161 F:      include/linux/host1x.h
4162 F:      include/uapi/drm/tegra_drm.h
4163 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4164
4165 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4166 S:      Orphan / Obsolete
4167 F:      drivers/gpu/drm/mga/
4168 F:      include/uapi/drm/mga_drm.h
4169
4170 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4171 M:      Dave Airlie <airlied@redhat.com>
4172 S:      Odd Fixes
4173 F:      drivers/gpu/drm/mgag200/
4174
4175 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4176 S:      Orphan / Obsolete
4177 F:      drivers/gpu/drm/r128/
4178 F:      include/uapi/drm/r128_drm.h
4179
4180 DRM DRIVERS FOR RENESAS
4181 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4182 L:      dri-devel@lists.freedesktop.org
4183 L:      linux-renesas-soc@vger.kernel.org
4184 T:      git git://linuxtv.org/pinchartl/fbdev
4185 S:      Supported
4186 F:      drivers/gpu/drm/rcar-du/
4187 F:      drivers/gpu/drm/shmobile/
4188 F:      include/linux/platform_data/shmob_drm.h
4189 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4190
4191 DRM DRIVER FOR QXL VIRTUAL GPU
4192 M:      Dave Airlie <airlied@redhat.com>
4193 S:      Odd Fixes
4194 F:      drivers/gpu/drm/qxl/
4195 F:      include/uapi/drm/qxl_drm.h
4196
4197 DRM DRIVERS FOR ROCKCHIP
4198 M:      Mark Yao <mark.yao@rock-chips.com>
4199 L:      dri-devel@lists.freedesktop.org
4200 S:      Maintained
4201 F:      drivers/gpu/drm/rockchip/
4202 F:      Documentation/devicetree/bindings/display/rockchip/
4203
4204 DRM DRIVER FOR SAVAGE VIDEO CARDS
4205 S:      Orphan / Obsolete
4206 F:      drivers/gpu/drm/savage/
4207 F:      include/uapi/drm/savage_drm.h
4208
4209 DRM DRIVER FOR SIS VIDEO CARDS
4210 S:      Orphan / Obsolete
4211 F:      drivers/gpu/drm/sis/
4212 F:      include/uapi/drm/sis_drm.h
4213
4214 DRM DRIVERS FOR STI
4215 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
4216 M:      Vincent Abriou <vincent.abriou@st.com>
4217 L:      dri-devel@lists.freedesktop.org
4218 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4219 S:      Maintained
4220 F:      drivers/gpu/drm/sti
4221 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4222
4223 DRM DRIVER FOR TDFX VIDEO CARDS
4224 S:      Orphan / Obsolete
4225 F:      drivers/gpu/drm/tdfx/
4226
4227 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4228 M:      Dave Airlie <airlied@redhat.com>
4229 S:      Odd Fixes
4230 F:      drivers/gpu/drm/udl/
4231
4232 DRM DRIVERS FOR VIVANTE GPU IP
4233 M:      Lucas Stach <l.stach@pengutronix.de>
4234 R:      Russell King <linux+etnaviv@armlinux.org.uk>
4235 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
4236 L:      dri-devel@lists.freedesktop.org
4237 S:      Maintained
4238 F:      drivers/gpu/drm/etnaviv/
4239 F:      include/uapi/drm/etnaviv_drm.h
4240 F:      Documentation/devicetree/bindings/display/etnaviv/
4241
4242 DRM DRIVER FOR VMWARE VIRTUAL GPU
4243 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4244 M:      Sinclair Yeh <syeh@vmware.com>
4245 M:      Thomas Hellstrom <thellstrom@vmware.com>
4246 L:      dri-devel@lists.freedesktop.org
4247 T:      git git://people.freedesktop.org/~syeh/repos_linux
4248 T:      git git://people.freedesktop.org/~thomash/linux
4249 S:      Supported
4250 F:      drivers/gpu/drm/vmwgfx/
4251 F:      include/uapi/drm/vmwgfx_drm.h
4252
4253 DRM DRIVERS FOR VC4
4254 M:      Eric Anholt <eric@anholt.net>
4255 T:      git git://github.com/anholt/linux
4256 S:      Supported
4257 F:      drivers/gpu/drm/vc4/
4258 F:      include/uapi/drm/vc4_drm.h
4259 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4260
4261 DRM DRIVERS FOR TI OMAP
4262 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4263 L:      dri-devel@lists.freedesktop.org
4264 S:      Maintained
4265 F:      drivers/gpu/drm/omapdrm/
4266 F:      Documentation/devicetree/bindings/display/ti/
4267
4268 DRM DRIVERS FOR TI LCDC
4269 M:      Jyri Sarha <jsarha@ti.com>
4270 R:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4271 L:      dri-devel@lists.freedesktop.org
4272 S:      Maintained
4273 F:      drivers/gpu/drm/tilcdc/
4274 F:      Documentation/devicetree/bindings/display/tilcdc/
4275
4276 DSBR100 USB FM RADIO DRIVER
4277 M:      Alexey Klimov <klimov.linux@gmail.com>
4278 L:      linux-media@vger.kernel.org
4279 T:      git git://linuxtv.org/media_tree.git
4280 S:      Maintained
4281 F:      drivers/media/radio/dsbr100.c
4282
4283 DSCC4 DRIVER
4284 M:      Francois Romieu <romieu@fr.zoreil.com>
4285 L:      netdev@vger.kernel.org
4286 S:      Maintained
4287 F:      drivers/net/wan/dscc4.c
4288
4289 DT3155 MEDIA DRIVER
4290 M:      Hans Verkuil <hverkuil@xs4all.nl>
4291 L:      linux-media@vger.kernel.org
4292 T:      git git://linuxtv.org/media_tree.git
4293 W:      https://linuxtv.org
4294 S:      Odd Fixes
4295 F:      drivers/media/pci/dt3155/
4296
4297 DVB_USB_AF9015 MEDIA DRIVER
4298 M:      Antti Palosaari <crope@iki.fi>
4299 L:      linux-media@vger.kernel.org
4300 W:      https://linuxtv.org
4301 W:      http://palosaari.fi/linux/
4302 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4303 T:      git git://linuxtv.org/anttip/media_tree.git
4304 S:      Maintained
4305 F:      drivers/media/usb/dvb-usb-v2/af9015*
4306
4307 DVB_USB_AF9035 MEDIA DRIVER
4308 M:      Antti Palosaari <crope@iki.fi>
4309 L:      linux-media@vger.kernel.org
4310 W:      https://linuxtv.org
4311 W:      http://palosaari.fi/linux/
4312 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4313 T:      git git://linuxtv.org/anttip/media_tree.git
4314 S:      Maintained
4315 F:      drivers/media/usb/dvb-usb-v2/af9035*
4316
4317 DVB_USB_ANYSEE MEDIA DRIVER
4318 M:      Antti Palosaari <crope@iki.fi>
4319 L:      linux-media@vger.kernel.org
4320 W:      https://linuxtv.org
4321 W:      http://palosaari.fi/linux/
4322 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4323 T:      git git://linuxtv.org/anttip/media_tree.git
4324 S:      Maintained
4325 F:      drivers/media/usb/dvb-usb-v2/anysee*
4326
4327 DVB_USB_AU6610 MEDIA DRIVER
4328 M:      Antti Palosaari <crope@iki.fi>
4329 L:      linux-media@vger.kernel.org
4330 W:      https://linuxtv.org
4331 W:      http://palosaari.fi/linux/
4332 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4333 T:      git git://linuxtv.org/anttip/media_tree.git
4334 S:      Maintained
4335 F:      drivers/media/usb/dvb-usb-v2/au6610*
4336
4337 DVB_USB_CE6230 MEDIA DRIVER
4338 M:      Antti Palosaari <crope@iki.fi>
4339 L:      linux-media@vger.kernel.org
4340 W:      https://linuxtv.org
4341 W:      http://palosaari.fi/linux/
4342 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4343 T:      git git://linuxtv.org/anttip/media_tree.git
4344 S:      Maintained
4345 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4346
4347 DVB_USB_CXUSB MEDIA DRIVER
4348 M:      Michael Krufky <mkrufky@linuxtv.org>
4349 L:      linux-media@vger.kernel.org
4350 W:      https://linuxtv.org
4351 W:      http://github.com/mkrufky
4352 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4353 T:      git git://linuxtv.org/media_tree.git
4354 S:      Maintained
4355 F:      drivers/media/usb/dvb-usb/cxusb*
4356
4357 DVB_USB_EC168 MEDIA DRIVER
4358 M:      Antti Palosaari <crope@iki.fi>
4359 L:      linux-media@vger.kernel.org
4360 W:      https://linuxtv.org
4361 W:      http://palosaari.fi/linux/
4362 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4363 T:      git git://linuxtv.org/anttip/media_tree.git
4364 S:      Maintained
4365 F:      drivers/media/usb/dvb-usb-v2/ec168*
4366
4367 DVB_USB_GL861 MEDIA DRIVER
4368 M:      Antti Palosaari <crope@iki.fi>
4369 L:      linux-media@vger.kernel.org
4370 W:      https://linuxtv.org
4371 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4372 T:      git git://linuxtv.org/anttip/media_tree.git
4373 S:      Maintained
4374 F:      drivers/media/usb/dvb-usb-v2/gl861*
4375
4376 DVB_USB_MXL111SF MEDIA DRIVER
4377 M:      Michael Krufky <mkrufky@linuxtv.org>
4378 L:      linux-media@vger.kernel.org
4379 W:      https://linuxtv.org
4380 W:      http://github.com/mkrufky
4381 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4382 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4383 S:      Maintained
4384 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4385
4386 DVB_USB_RTL28XXU MEDIA DRIVER
4387 M:      Antti Palosaari <crope@iki.fi>
4388 L:      linux-media@vger.kernel.org
4389 W:      https://linuxtv.org
4390 W:      http://palosaari.fi/linux/
4391 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4392 T:      git git://linuxtv.org/anttip/media_tree.git
4393 S:      Maintained
4394 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4395
4396 DVB_USB_V2 MEDIA DRIVER
4397 M:      Antti Palosaari <crope@iki.fi>
4398 L:      linux-media@vger.kernel.org
4399 W:      https://linuxtv.org
4400 W:      http://palosaari.fi/linux/
4401 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4402 T:      git git://linuxtv.org/anttip/media_tree.git
4403 S:      Maintained
4404 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4405 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4406
4407 DYNAMIC DEBUG
4408 M:      Jason Baron <jbaron@akamai.com>
4409 S:      Maintained
4410 F:      lib/dynamic_debug.c
4411 F:      include/linux/dynamic_debug.h
4412
4413 DZ DECSTATION DZ11 SERIAL DRIVER
4414 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4415 S:      Maintained
4416 F:      drivers/tty/serial/dz.*
4417
4418 E3X0 POWER BUTTON DRIVER
4419 M:      Moritz Fischer <moritz.fischer@ettus.com>
4420 L:      usrp-users@lists.ettus.com
4421 W:      http://www.ettus.com
4422 S:      Supported
4423 F:      drivers/input/misc/e3x0-button.c
4424 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4425
4426 E4000 MEDIA DRIVER
4427 M:      Antti Palosaari <crope@iki.fi>
4428 L:      linux-media@vger.kernel.org
4429 W:      https://linuxtv.org
4430 W:      http://palosaari.fi/linux/
4431 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4432 T:      git git://linuxtv.org/anttip/media_tree.git
4433 S:      Maintained
4434 F:      drivers/media/tuners/e4000*
4435
4436 EATA ISA/EISA/PCI SCSI DRIVER
4437 M:      Dario Ballabio <ballabio_dario@emc.com>
4438 L:      linux-scsi@vger.kernel.org
4439 S:      Maintained
4440 F:      drivers/scsi/eata.c
4441
4442 EC100 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/dvb-frontends/ec100*
4451
4452 ECRYPT FILE SYSTEM
4453 M:      Tyler Hicks <tyhicks@canonical.com>
4454 L:      ecryptfs@vger.kernel.org
4455 W:      http://ecryptfs.org
4456 W:      https://launchpad.net/ecryptfs
4457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4458 S:      Supported
4459 F:      Documentation/filesystems/ecryptfs.txt
4460 F:      fs/ecryptfs/
4461
4462 EDAC-CORE
4463 M:      Borislav Petkov <bp@alien8.de>
4464 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4465 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4466 L:      linux-edac@vger.kernel.org
4467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4469 S:      Supported
4470 F:      Documentation/edac.txt
4471 F:      drivers/edac/
4472 F:      include/linux/edac.h
4473
4474 EDAC-AMD64
4475 M:      Borislav Petkov <bp@alien8.de>
4476 L:      linux-edac@vger.kernel.org
4477 S:      Maintained
4478 F:      drivers/edac/amd64_edac*
4479
4480 EDAC-CALXEDA
4481 M:      Robert Richter <rric@kernel.org>
4482 L:      linux-edac@vger.kernel.org
4483 S:      Maintained
4484 F:      drivers/edac/highbank*
4485
4486 EDAC-CAVIUM
4487 M:      Ralf Baechle <ralf@linux-mips.org>
4488 M:      David Daney <david.daney@cavium.com>
4489 L:      linux-edac@vger.kernel.org
4490 L:      linux-mips@linux-mips.org
4491 S:      Supported
4492 F:      drivers/edac/octeon_edac*
4493
4494 EDAC-E752X
4495 M:      Mark Gross <mark.gross@intel.com>
4496 L:      linux-edac@vger.kernel.org
4497 S:      Maintained
4498 F:      drivers/edac/e752x_edac.c
4499
4500 EDAC-E7XXX
4501 L:      linux-edac@vger.kernel.org
4502 S:      Maintained
4503 F:      drivers/edac/e7xxx_edac.c
4504
4505 EDAC-FSL_DDR
4506 M:      York Sun <york.sun@nxp.com>
4507 L:      linux-edac@vger.kernel.org
4508 S:      Maintained
4509 F:      drivers/edac/fsl_ddr_edac.*
4510
4511 EDAC-GHES
4512 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4513 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4514 L:      linux-edac@vger.kernel.org
4515 S:      Maintained
4516 F:      drivers/edac/ghes_edac.c
4517
4518 EDAC-I82443BXGX
4519 M:      Tim Small <tim@buttersideup.com>
4520 L:      linux-edac@vger.kernel.org
4521 S:      Maintained
4522 F:      drivers/edac/i82443bxgx_edac.c
4523
4524 EDAC-I3000
4525 L:      linux-edac@vger.kernel.org
4526 S:      Orphan
4527 F:      drivers/edac/i3000_edac.c
4528
4529 EDAC-I5000
4530 L:      linux-edac@vger.kernel.org
4531 S:      Maintained
4532 F:      drivers/edac/i5000_edac.c
4533
4534 EDAC-I5400
4535 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4536 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4537 L:      linux-edac@vger.kernel.org
4538 S:      Maintained
4539 F:      drivers/edac/i5400_edac.c
4540
4541 EDAC-I7300
4542 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4543 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4544 L:      linux-edac@vger.kernel.org
4545 S:      Maintained
4546 F:      drivers/edac/i7300_edac.c
4547
4548 EDAC-I7CORE
4549 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4550 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4551 L:      linux-edac@vger.kernel.org
4552 S:      Maintained
4553 F:      drivers/edac/i7core_edac.c
4554
4555 EDAC-I82975X
4556 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4557 M:      "Arvind R." <arvino55@gmail.com>
4558 L:      linux-edac@vger.kernel.org
4559 S:      Maintained
4560 F:      drivers/edac/i82975x_edac.c
4561
4562 EDAC-IE31200
4563 M:      Jason Baron <jbaron@akamai.com>
4564 L:      linux-edac@vger.kernel.org
4565 S:      Maintained
4566 F:      drivers/edac/ie31200_edac.c
4567
4568 EDAC-MPC85XX
4569 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4570 L:      linux-edac@vger.kernel.org
4571 S:      Maintained
4572 F:      drivers/edac/mpc85xx_edac.[ch]
4573
4574 EDAC-PASEMI
4575 M:      Egor Martovetsky <egor@pasemi.com>
4576 L:      linux-edac@vger.kernel.org
4577 S:      Maintained
4578 F:      drivers/edac/pasemi_edac.c
4579
4580 EDAC-R82600
4581 M:      Tim Small <tim@buttersideup.com>
4582 L:      linux-edac@vger.kernel.org
4583 S:      Maintained
4584 F:      drivers/edac/r82600_edac.c
4585
4586 EDAC-SBRIDGE
4587 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4588 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4589 L:      linux-edac@vger.kernel.org
4590 S:      Maintained
4591 F:      drivers/edac/sb_edac.c
4592
4593 EDAC-SKYLAKE
4594 M:      Tony Luck <tony.luck@intel.com>
4595 L:      linux-edac@vger.kernel.org
4596 S:      Maintained
4597 F:      drivers/edac/skx_edac.c
4598
4599 EDAC-XGENE
4600 APPLIED MICRO (APM) X-GENE SOC EDAC
4601 M:     Loc Ho <lho@apm.com>
4602 S:     Supported
4603 F:     drivers/edac/xgene_edac.c
4604 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4605
4606 EDIROL UA-101/UA-1000 DRIVER
4607 M:      Clemens Ladisch <clemens@ladisch.de>
4608 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4609 T:      git git://git.alsa-project.org/alsa-kernel.git
4610 S:      Maintained
4611 F:      sound/usb/misc/ua101.c
4612
4613 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4614 M:      Matt Fleming <matt@codeblueprint.co.uk>
4615 L:      linux-efi@vger.kernel.org
4616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4617 S:      Maintained
4618 F:      Documentation/efi-stub.txt
4619 F:      arch/ia64/kernel/efi.c
4620 F:      arch/x86/boot/compressed/eboot.[ch]
4621 F:      arch/x86/include/asm/efi.h
4622 F:      arch/x86/platform/efi/
4623 F:      drivers/firmware/efi/
4624 F:      include/linux/efi*.h
4625
4626 EFI VARIABLE FILESYSTEM
4627 M:      Matthew Garrett <matthew.garrett@nebula.com>
4628 M:      Jeremy Kerr <jk@ozlabs.org>
4629 M:      Matt Fleming <matt@codeblueprint.co.uk>
4630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4631 L:      linux-efi@vger.kernel.org
4632 S:      Maintained
4633 F:      fs/efivarfs/
4634
4635 EFIFB FRAMEBUFFER DRIVER
4636 L:      linux-fbdev@vger.kernel.org
4637 M:      Peter Jones <pjones@redhat.com>
4638 S:      Maintained
4639 F:      drivers/video/fbdev/efifb.c
4640
4641 EFI TEST DRIVER
4642 L:      linux-efi@vger.kernel.org
4643 M:      Ivan Hu <ivan.hu@canonical.com>
4644 M:      Matt Fleming <matt@codeblueprint.co.uk>
4645 S:      Maintained
4646 F:      drivers/firmware/efi/test/
4647
4648 EFS FILESYSTEM
4649 W:      http://aeschi.ch.eu.org/efs/
4650 S:      Orphan
4651 F:      fs/efs/
4652
4653 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4654 M:      Douglas Miller <dougmill@linux.vnet.ibm.com>
4655 L:      netdev@vger.kernel.org
4656 S:      Maintained
4657 F:      drivers/net/ethernet/ibm/ehea/
4658
4659 EM28XX VIDEO4LINUX DRIVER
4660 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4661 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4662 L:      linux-media@vger.kernel.org
4663 W:      https://linuxtv.org
4664 T:      git git://linuxtv.org/media_tree.git
4665 S:      Maintained
4666 F:      drivers/media/usb/em28xx/
4667 F:      Documentation/media/v4l-drivers/em28xx*
4668
4669 EMBEDDED LINUX
4670 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4671 M:      Matt Mackall <mpm@selenic.com>
4672 M:      David Woodhouse <dwmw2@infradead.org>
4673 L:      linux-embedded@vger.kernel.org
4674 S:      Maintained
4675
4676 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4677 M:      James Smart <james.smart@avagotech.com>
4678 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4679 L:      linux-scsi@vger.kernel.org
4680 W:      http://www.avagotech.com
4681 S:      Supported
4682 F:      drivers/scsi/lpfc/
4683
4684 ENE CB710 FLASH CARD READER DRIVER
4685 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
4686 S:      Maintained
4687 F:      drivers/misc/cb710/
4688 F:      drivers/mmc/host/cb710-mmc.*
4689 F:      include/linux/cb710.h
4690
4691 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4692 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4693 S:      Maintained
4694 F:      drivers/media/rc/ene_ir.*
4695
4696 EPSON S1D13XXX FRAMEBUFFER DRIVER
4697 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4698 S:      Maintained
4699 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4700 F:      drivers/video/fbdev/s1d13xxxfb.c
4701 F:      include/video/s1d13xxxfb.h
4702
4703 ET131X NETWORK DRIVER
4704 M:      Mark Einon <mark.einon@gmail.com>
4705 S:      Odd Fixes
4706 F:      drivers/net/ethernet/agere/
4707
4708 ETHERNET BRIDGE
4709 M:      Stephen Hemminger <stephen@networkplumber.org>
4710 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
4711 L:      netdev@vger.kernel.org
4712 W:      http://www.linuxfoundation.org/en/Net:Bridge
4713 S:      Maintained
4714 F:      include/linux/netfilter_bridge/
4715 F:      net/bridge/
4716
4717 ETHERNET PHY LIBRARY
4718 M:      Florian Fainelli <f.fainelli@gmail.com>
4719 L:      netdev@vger.kernel.org
4720 S:      Maintained
4721 F:      include/linux/phy.h
4722 F:      include/linux/phy_fixed.h
4723 F:      drivers/net/phy/
4724 F:      Documentation/networking/phy.txt
4725 F:      drivers/of/of_mdio.c
4726 F:      drivers/of/of_net.c
4727
4728 EXT2 FILE SYSTEM
4729 M:      Jan Kara <jack@suse.com>
4730 L:      linux-ext4@vger.kernel.org
4731 S:      Maintained
4732 F:      Documentation/filesystems/ext2.txt
4733 F:      fs/ext2/
4734 F:      include/linux/ext2*
4735
4736 EXT4 FILE SYSTEM
4737 M:      "Theodore Ts'o" <tytso@mit.edu>
4738 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4739 L:      linux-ext4@vger.kernel.org
4740 W:      http://ext4.wiki.kernel.org
4741 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4743 S:      Maintained
4744 F:      Documentation/filesystems/ext4.txt
4745 F:      fs/ext4/
4746
4747 Extended Verification Module (EVM)
4748 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4749 L:      linux-ima-devel@lists.sourceforge.net
4750 L:      linux-security-module@vger.kernel.org
4751 S:      Supported
4752 F:      security/integrity/evm/
4753
4754 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4755 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4756 M:      Chanwoo Choi <cw00.choi@samsung.com>
4757 L:      linux-kernel@vger.kernel.org
4758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4759 S:      Maintained
4760 F:      drivers/extcon/
4761 F:      include/linux/extcon/
4762 F:      include/linux/extcon.h
4763 F:      Documentation/extcon/
4764 F:      Documentation/devicetree/bindings/extcon/
4765
4766 EXYNOS DP DRIVER
4767 M:      Jingoo Han <jingoohan1@gmail.com>
4768 L:      dri-devel@lists.freedesktop.org
4769 S:      Maintained
4770 F:      drivers/gpu/drm/exynos/exynos_dp*
4771
4772 EXYNOS SYSMMU (IOMMU) driver
4773 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4774 L:      iommu@lists.linux-foundation.org
4775 S:      Maintained
4776 F:      drivers/iommu/exynos-iommu.c
4777
4778 EZchip NPS platform support
4779 M:      Noam Camus <noamc@ezchip.com>
4780 S:      Supported
4781 F:      arch/arc/plat-eznps
4782 F:      arch/arc/boot/dts/eznps.dts
4783
4784 F71805F HARDWARE MONITORING DRIVER
4785 M:      Jean Delvare <jdelvare@suse.com>
4786 L:      linux-hwmon@vger.kernel.org
4787 S:      Maintained
4788 F:      Documentation/hwmon/f71805f
4789 F:      drivers/hwmon/f71805f.c
4790
4791 FC0011 TUNER DRIVER
4792 M:      Michael Buesch <m@bues.ch>
4793 L:      linux-media@vger.kernel.org
4794 S:      Maintained
4795 F:      drivers/media/tuners/fc0011.h
4796 F:      drivers/media/tuners/fc0011.c
4797
4798 FC2580 MEDIA DRIVER
4799 M:      Antti Palosaari <crope@iki.fi>
4800 L:      linux-media@vger.kernel.org
4801 W:      https://linuxtv.org
4802 W:      http://palosaari.fi/linux/
4803 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4804 T:      git git://linuxtv.org/anttip/media_tree.git
4805 S:      Maintained
4806 F:      drivers/media/tuners/fc2580*
4807
4808 FANOTIFY
4809 M:      Eric Paris <eparis@redhat.com>
4810 S:      Maintained
4811 F:      fs/notify/fanotify/
4812 F:      include/linux/fanotify.h
4813 F:      include/uapi/linux/fanotify.h
4814
4815 FARSYNC SYNCHRONOUS DRIVER
4816 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4817 W:      http://www.farsite.co.uk/
4818 S:      Supported
4819 F:      drivers/net/wan/farsync.*
4820
4821 FAULT INJECTION SUPPORT
4822 M:      Akinobu Mita <akinobu.mita@gmail.com>
4823 S:      Supported
4824 F:      Documentation/fault-injection/
4825 F:      lib/fault-inject.c
4826
4827 FBTFT Framebuffer drivers
4828 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4829 M:      Noralf Trønnes <noralf@tronnes.org>
4830 S:      Maintained
4831 F:      drivers/staging/fbtft/
4832
4833 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4834 M:      Johannes Thumshirn <jth@kernel.org>
4835 L:      fcoe-devel@open-fcoe.org
4836 W:      www.Open-FCoE.org
4837 S:      Supported
4838 F:      drivers/scsi/libfc/
4839 F:      drivers/scsi/fcoe/
4840 F:      include/scsi/fc/
4841 F:      include/scsi/libfc.h
4842 F:      include/scsi/libfcoe.h
4843 F:      include/uapi/scsi/fc/
4844
4845 FILE LOCKING (flock() and fcntl()/lockf())
4846 M:      Jeff Layton <jlayton@poochiereds.net>
4847 M:      "J. Bruce Fields" <bfields@fieldses.org>
4848 L:      linux-fsdevel@vger.kernel.org
4849 S:      Maintained
4850 F:      include/linux/fcntl.h
4851 F:      include/linux/fs.h
4852 F:      include/uapi/linux/fcntl.h
4853 F:      include/uapi/linux/fs.h
4854 F:      fs/fcntl.c
4855 F:      fs/locks.c
4856
4857 FILESYSTEMS (VFS and infrastructure)
4858 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4859 L:      linux-fsdevel@vger.kernel.org
4860 S:      Maintained
4861 F:      fs/*
4862
4863 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4864 M:      Riku Voipio <riku.voipio@iki.fi>
4865 L:      linux-hwmon@vger.kernel.org
4866 S:      Maintained
4867 F:      drivers/hwmon/f75375s.c
4868 F:      include/linux/f75375s.h
4869
4870 FIREWIRE AUDIO DRIVERS
4871 M:      Clemens Ladisch <clemens@ladisch.de>
4872 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4873 T:      git git://git.alsa-project.org/alsa-kernel.git
4874 S:      Maintained
4875 F:      sound/firewire/
4876
4877 FIREWIRE MEDIA DRIVERS (firedtv)
4878 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4879 L:      linux-media@vger.kernel.org
4880 L:      linux1394-devel@lists.sourceforge.net
4881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4882 S:      Maintained
4883 F:      drivers/media/firewire/
4884
4885 FIREWIRE SBP-2 TARGET
4886 M:      Chris Boot <bootc@bootc.net>
4887 L:      linux-scsi@vger.kernel.org
4888 L:      target-devel@vger.kernel.org
4889 L:      linux1394-devel@lists.sourceforge.net
4890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4891 S:      Maintained
4892 F:      drivers/target/sbp/
4893
4894 FIREWIRE SUBSYSTEM
4895 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4896 L:      linux1394-devel@lists.sourceforge.net
4897 W:      http://ieee1394.wiki.kernel.org/
4898 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4899 S:      Maintained
4900 F:      drivers/firewire/
4901 F:      include/linux/firewire.h
4902 F:      include/uapi/linux/firewire*.h
4903 F:      tools/firewire/
4904
4905 FIRMWARE LOADER (request_firmware)
4906 M:      Ming Lei <ming.lei@canonical.com>
4907 M:      Luis R. Rodriguez <mcgrof@kernel.org>
4908 L:      linux-kernel@vger.kernel.org
4909 S:      Maintained
4910 F:      Documentation/firmware_class/
4911 F:      drivers/base/firmware*.c
4912 F:      include/linux/firmware.h
4913
4914 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4915 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4916 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4917 S:      Maintained
4918 F:      drivers/block/rsxx/
4919
4920 FLOPPY DRIVER
4921 M:      Jiri Kosina <jikos@kernel.org>
4922 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4923 S:      Odd fixes
4924 F:      drivers/block/floppy.c
4925
4926 FMC SUBSYSTEM
4927 M:      Alessandro Rubini <rubini@gnudd.com>
4928 W:      http://www.ohwr.org/projects/fmc-bus
4929 S:      Supported
4930 F:      drivers/fmc/
4931 F:      include/linux/fmc*.h
4932 F:      include/linux/ipmi-fru.h
4933 K:      fmc_d.*register
4934
4935 FPGA MANAGER FRAMEWORK
4936 M:      Alan Tull <atull@opensource.altera.com>
4937 R:      Moritz Fischer <moritz.fischer@ettus.com>
4938 S:      Maintained
4939 F:      drivers/fpga/
4940 F:      include/linux/fpga/fpga-mgr.h
4941 W:      http://www.rocketboards.org
4942
4943 FPU EMULATOR
4944 M:      Bill Metzenthen <billm@melbpc.org.au>
4945 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4946 S:      Maintained
4947 F:      arch/x86/math-emu/
4948
4949 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4950 L:      netdev@vger.kernel.org
4951 S:      Orphan
4952 F:      drivers/net/wan/dlci.c
4953 F:      drivers/net/wan/sdla.c
4954
4955 FRAMEBUFFER LAYER
4956 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4957 L:      linux-fbdev@vger.kernel.org
4958 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4959 S:      Maintained
4960 F:      Documentation/fb/
4961 F:      drivers/video/
4962 F:      include/video/
4963 F:      include/linux/fb.h
4964 F:      include/uapi/video/
4965 F:      include/uapi/linux/fb.h
4966
4967 FREESCALE DIU FRAMEBUFFER DRIVER
4968 M:      Timur Tabi <timur@tabi.org>
4969 L:      linux-fbdev@vger.kernel.org
4970 S:      Maintained
4971 F:      drivers/video/fbdev/fsl-diu-fb.*
4972
4973 FREESCALE DMA DRIVER
4974 M:      Li Yang <leoli@freescale.com>
4975 M:      Zhang Wei <zw@zh-kernel.org>
4976 L:      linuxppc-dev@lists.ozlabs.org
4977 S:      Maintained
4978 F:      drivers/dma/fsldma.*
4979
4980 FREESCALE GPMI NAND DRIVER
4981 M:      Han Xu <han.xu@nxp.com>
4982 L:      linux-mtd@lists.infradead.org
4983 S:      Maintained
4984 F:      drivers/mtd/nand/gpmi-nand/*
4985
4986 FREESCALE I2C CPM DRIVER
4987 M:      Jochen Friedrich <jochen@scram.de>
4988 L:      linuxppc-dev@lists.ozlabs.org
4989 L:      linux-i2c@vger.kernel.org
4990 S:      Maintained
4991 F:      drivers/i2c/busses/i2c-cpm.c
4992
4993 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4994 M:      Sascha Hauer <kernel@pengutronix.de>
4995 L:      linux-fbdev@vger.kernel.org
4996 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4997 S:      Maintained
4998 F:      include/linux/platform_data/video-imxfb.h
4999 F:      drivers/video/fbdev/imxfb.c
5000
5001 FREESCALE QUAD SPI DRIVER
5002 M:      Han Xu <han.xu@nxp.com>
5003 L:      linux-mtd@lists.infradead.org
5004 S:      Maintained
5005 F:      drivers/mtd/spi-nor/fsl-quadspi.c
5006
5007 FREESCALE SOC FS_ENET DRIVER
5008 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
5009 M:      Vitaly Bordug <vbordug@ru.mvista.com>
5010 L:      linuxppc-dev@lists.ozlabs.org
5011 L:      netdev@vger.kernel.org
5012 S:      Maintained
5013 F:      drivers/net/ethernet/freescale/fs_enet/
5014 F:      include/linux/fs_enet_pd.h
5015
5016 FREESCALE IMX / MXC FEC DRIVER
5017 M:      Fugang Duan <fugang.duan@nxp.com>
5018 L:      netdev@vger.kernel.org
5019 S:      Maintained
5020 F:      drivers/net/ethernet/freescale/fec_main.c
5021 F:      drivers/net/ethernet/freescale/fec_ptp.c
5022 F:      drivers/net/ethernet/freescale/fec.h
5023 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
5024
5025 FREESCALE QORIQ DPAA FMAN DRIVER
5026 M:      Madalin Bucur <madalin.bucur@nxp.com>
5027 L:      netdev@vger.kernel.org
5028 S:      Maintained
5029 F:      drivers/net/ethernet/freescale/fman
5030 F:      Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5031
5032 FREESCALE QUICC ENGINE LIBRARY
5033 L:      linuxppc-dev@lists.ozlabs.org
5034 S:      Orphan
5035 F:      drivers/soc/fsl/qe/
5036 F:      include/soc/fsl/*qe*.h
5037 F:      include/soc/fsl/*ucc*.h
5038
5039 FREESCALE USB PERIPHERAL DRIVERS
5040 M:      Li Yang <leoli@freescale.com>
5041 L:      linux-usb@vger.kernel.org
5042 L:      linuxppc-dev@lists.ozlabs.org
5043 S:      Maintained
5044 F:      drivers/usb/gadget/udc/fsl*
5045
5046 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5047 M:      Li Yang <leoli@freescale.com>
5048 L:      netdev@vger.kernel.org
5049 L:      linuxppc-dev@lists.ozlabs.org
5050 S:      Maintained
5051 F:      drivers/net/ethernet/freescale/ucc_geth*
5052
5053 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5054 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
5055 L:      netdev@vger.kernel.org
5056 S:      Maintained
5057 F:      drivers/net/ethernet/freescale/gianfar*
5058 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
5059 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5060
5061 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5062 M:      Zhao Qiang <qiang.zhao@nxp.com>
5063 L:      netdev@vger.kernel.org
5064 L:      linuxppc-dev@lists.ozlabs.org
5065 S:      Maintained
5066 F:      drivers/net/wan/fsl_ucc_hdlc*
5067
5068 FREESCALE QUICC ENGINE UCC UART DRIVER
5069 M:      Timur Tabi <timur@tabi.org>
5070 L:      linuxppc-dev@lists.ozlabs.org
5071 S:      Maintained
5072 F:      drivers/tty/serial/ucc_uart.c
5073
5074 FREESCALE SOC SOUND DRIVERS
5075 M:      Timur Tabi <timur@tabi.org>
5076 M:      Nicolin Chen <nicoleotsuka@gmail.com>
5077 M:      Xiubo Li <Xiubo.Lee@gmail.com>
5078 R:      Fabio Estevam <fabio.estevam@nxp.com>
5079 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5080 L:      linuxppc-dev@lists.ozlabs.org
5081 S:      Maintained
5082 F:      sound/soc/fsl/fsl*
5083 F:      sound/soc/fsl/imx*
5084 F:      sound/soc/fsl/mpc8610_hpcd.c
5085
5086 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
5087 M:      "J. German Rivera" <German.Rivera@freescale.com>
5088 M:      Stuart Yoder <stuart.yoder@nxp.com>
5089 L:      linux-kernel@vger.kernel.org
5090 S:      Maintained
5091 F:      drivers/staging/fsl-mc/
5092
5093 FREEVXFS FILESYSTEM
5094 M:      Christoph Hellwig <hch@infradead.org>
5095 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
5096 S:      Maintained
5097 F:      fs/freevxfs/
5098
5099 FREEZER
5100 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5101 M:      Pavel Machek <pavel@ucw.cz>
5102 L:      linux-pm@vger.kernel.org
5103 S:      Supported
5104 F:      Documentation/power/freezing-of-tasks.txt
5105 F:      include/linux/freezer.h
5106 F:      kernel/freezer.c
5107
5108 FRONTSWAP API
5109 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5110 L:      linux-kernel@vger.kernel.org
5111 S:      Maintained
5112 F:      mm/frontswap.c
5113 F:      include/linux/frontswap.h
5114
5115 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5116 M:      David Howells <dhowells@redhat.com>
5117 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
5118 S:      Supported
5119 F:      Documentation/filesystems/caching/
5120 F:      fs/fscache/
5121 F:      include/linux/fscache*.h
5122
5123 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5124 M:      Theodore Y. Ts'o <tytso@mit.edu>
5125 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5126 S:      Supported
5127 F:      fs/crypto/
5128 F:      include/linux/fscrypto.h
5129
5130 F2FS FILE SYSTEM
5131 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5132 M:      Chao Yu <yuchao0@huawei.com>
5133 L:      linux-f2fs-devel@lists.sourceforge.net
5134 W:      https://f2fs.wiki.kernel.org/
5135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5136 S:      Maintained
5137 F:      Documentation/filesystems/f2fs.txt
5138 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5139 F:      fs/f2fs/
5140 F:      include/linux/f2fs_fs.h
5141 F:      include/trace/events/f2fs.h
5142
5143 FUJITSU FR-V (FRV) PORT
5144 S:      Orphan
5145 F:      arch/frv/
5146
5147 FUJITSU LAPTOP EXTRAS
5148 M:      Jonathan Woithe <jwoithe@just42.net>
5149 L:      platform-driver-x86@vger.kernel.org
5150 S:      Maintained
5151 F:      drivers/platform/x86/fujitsu-laptop.c
5152
5153 FUJITSU M-5MO LS CAMERA ISP DRIVER
5154 M:      Kyungmin Park <kyungmin.park@samsung.com>
5155 M:      Heungjun Kim <riverful.kim@samsung.com>
5156 L:      linux-media@vger.kernel.org
5157 S:      Maintained
5158 F:      drivers/media/i2c/m5mols/
5159 F:      include/media/i2c/m5mols.h
5160
5161 FUJITSU TABLET EXTRAS
5162 M:      Robert Gerlach <khnz@gmx.de>
5163 L:      platform-driver-x86@vger.kernel.org
5164 S:      Maintained
5165 F:      drivers/platform/x86/fujitsu-tablet.c
5166
5167 FUSE: FILESYSTEM IN USERSPACE
5168 M:      Miklos Szeredi <miklos@szeredi.hu>
5169 L:      linux-fsdevel@vger.kernel.org
5170 W:      http://fuse.sourceforge.net/
5171 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5172 S:      Maintained
5173 F:      fs/fuse/
5174 F:      include/uapi/linux/fuse.h
5175 F:      Documentation/filesystems/fuse.txt
5176
5177 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5178 M:      Rik Faith <faith@cs.unc.edu>
5179 L:      linux-scsi@vger.kernel.org
5180 S:      Odd Fixes (e.g., new signatures)
5181 F:      drivers/scsi/fdomain.*
5182
5183 GCC PLUGINS
5184 M:      Kees Cook <keescook@chromium.org>
5185 R:      Emese Revfy <re.emese@gmail.com>
5186 L:      kernel-hardening@lists.openwall.com
5187 S:      Maintained
5188 F:      scripts/gcc-plugins/
5189 F:      scripts/gcc-plugin.sh
5190 F:      Documentation/gcc-plugins.txt
5191
5192 GCOV BASED KERNEL PROFILING
5193 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5194 S:      Maintained
5195 F:      kernel/gcov/
5196 F:      Documentation/dev-tools/gcov.rst
5197
5198 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5199 M:      Achim Leubner <achim_leubner@adaptec.com>
5200 L:      linux-scsi@vger.kernel.org
5201 W:      http://www.icp-vortex.com/
5202 S:      Supported
5203 F:      drivers/scsi/gdt*
5204
5205 GDB KERNEL DEBUGGING HELPER SCRIPTS
5206 M:      Jan Kiszka <jan.kiszka@siemens.com>
5207 M:      Kieran Bingham <kieran@bingham.xyz>
5208 S:      Supported
5209 F:      scripts/gdb/
5210
5211 GEMTEK FM RADIO RECEIVER DRIVER
5212 M:      Hans Verkuil <hverkuil@xs4all.nl>
5213 L:      linux-media@vger.kernel.org
5214 T:      git git://linuxtv.org/media_tree.git
5215 W:      https://linuxtv.org
5216 S:      Maintained
5217 F:      drivers/media/radio/radio-gemtek*
5218
5219 GENERIC GPIO I2C DRIVER
5220 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
5221 S:      Supported
5222 F:      drivers/i2c/busses/i2c-gpio.c
5223 F:      include/linux/i2c-gpio.h
5224
5225 GENERIC GPIO I2C MULTIPLEXER DRIVER
5226 M:      Peter Korsgaard <peter.korsgaard@barco.com>
5227 L:      linux-i2c@vger.kernel.org
5228 S:      Supported
5229 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5230 F:      include/linux/i2c-mux-gpio.h
5231 F:      Documentation/i2c/muxes/i2c-mux-gpio
5232
5233 GENERIC HDLC (WAN) DRIVERS
5234 M:      Krzysztof Halasa <khc@pm.waw.pl>
5235 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5236 S:      Maintained
5237 F:      drivers/net/wan/c101.c
5238 F:      drivers/net/wan/hd6457*
5239 F:      drivers/net/wan/hdlc*
5240 F:      drivers/net/wan/n2.c
5241 F:      drivers/net/wan/pc300too.c
5242 F:      drivers/net/wan/pci200syn.c
5243 F:      drivers/net/wan/wanxl*
5244
5245 GENERIC INCLUDE/ASM HEADER FILES
5246 M:      Arnd Bergmann <arnd@arndb.de>
5247 L:      linux-arch@vger.kernel.org
5248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5249 S:      Maintained
5250 F:      include/asm-generic/
5251 F:      include/uapi/asm-generic/
5252
5253 GENERIC PHY FRAMEWORK
5254 M:      Kishon Vijay Abraham I <kishon@ti.com>
5255 L:      linux-kernel@vger.kernel.org
5256 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5257 S:      Supported
5258 F:      drivers/phy/
5259 F:      include/linux/phy/
5260
5261 GENERIC PM DOMAINS
5262 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5263 M:      Kevin Hilman <khilman@kernel.org>
5264 M:      Ulf Hansson <ulf.hansson@linaro.org>
5265 L:      linux-pm@vger.kernel.org
5266 S:      Supported
5267 F:      drivers/base/power/domain*.c
5268 F:      include/linux/pm_domain.h
5269
5270 GENERIC UIO DRIVER FOR PCI DEVICES
5271 M:      "Michael S. Tsirkin" <mst@redhat.com>
5272 L:      kvm@vger.kernel.org
5273 S:      Supported
5274 F:      drivers/uio/uio_pci_generic.c
5275
5276 GET_MAINTAINER SCRIPT
5277 M:      Joe Perches <joe@perches.com>
5278 S:      Maintained
5279 F:      scripts/get_maintainer.pl
5280
5281 GFS2 FILE SYSTEM
5282 M:      Steven Whitehouse <swhiteho@redhat.com>
5283 M:      Bob Peterson <rpeterso@redhat.com>
5284 L:      cluster-devel@redhat.com
5285 W:      http://sources.redhat.com/cluster/
5286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5287 S:      Supported
5288 F:      Documentation/filesystems/gfs2*.txt
5289 F:      fs/gfs2/
5290 F:      include/uapi/linux/gfs2_ondisk.h
5291
5292 GIGASET ISDN DRIVERS
5293 M:      Paul Bolle <pebolle@tiscali.nl>
5294 L:      gigaset307x-common@lists.sourceforge.net
5295 W:      http://gigaset307x.sourceforge.net/
5296 S:      Odd Fixes
5297 F:      Documentation/isdn/README.gigaset
5298 F:      drivers/isdn/gigaset/
5299 F:      include/uapi/linux/gigaset_dev.h
5300
5301 GO7007 MPEG CODEC
5302 M:      Hans Verkuil <hans.verkuil@cisco.com>
5303 L:      linux-media@vger.kernel.org
5304 S:      Maintained
5305 F:      drivers/media/usb/go7007/
5306
5307 GOODIX TOUCHSCREEN
5308 M:      Bastien Nocera <hadess@hadess.net>
5309 L:      linux-input@vger.kernel.org
5310 S:      Maintained
5311 F:      drivers/input/touchscreen/goodix.c
5312
5313 GPIO MOCKUP DRIVER
5314 M:      Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5315 L:      linux-gpio@vger.kernel.org
5316 S:      Maintained
5317 F:      drivers/gpio/gpio-mockup.c
5318 F:      tools/testing/selftests/gpio/
5319
5320 GPIO SUBSYSTEM
5321 M:      Linus Walleij <linus.walleij@linaro.org>
5322 M:      Alexandre Courbot <gnurou@gmail.com>
5323 L:      linux-gpio@vger.kernel.org
5324 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5325 S:      Maintained
5326 F:      Documentation/devicetree/bindings/gpio/
5327 F:      Documentation/gpio/
5328 F:      Documentation/ABI/testing/gpio-cdev
5329 F:      Documentation/ABI/obsolete/sysfs-gpio
5330 F:      drivers/gpio/
5331 F:      include/linux/gpio/
5332 F:      include/linux/gpio.h
5333 F:      include/asm-generic/gpio.h
5334 F:      include/uapi/linux/gpio.h
5335 F:      tools/gpio/
5336
5337 GRE DEMULTIPLEXER DRIVER
5338 M:      Dmitry Kozlov <xeb@mail.ru>
5339 L:      netdev@vger.kernel.org
5340 S:      Maintained
5341 F:      net/ipv4/gre_demux.c
5342 F:      net/ipv4/gre_offload.c
5343 F:      include/net/gre.h
5344
5345 GRETH 10/100/1G Ethernet MAC device driver
5346 M:      Andreas Larsson <andreas@gaisler.com>
5347 L:      netdev@vger.kernel.org
5348 S:      Maintained
5349 F:      drivers/net/ethernet/aeroflex/
5350
5351 GREYBUS SUBSYSTEM
5352 M:      Johan Hovold <johan@kernel.org>
5353 M:      Alex Elder <elder@kernel.org>
5354 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5355 S:      Maintained
5356 F:      drivers/staging/greybus/
5357
5358 GREYBUS AUDIO PROTOCOLS DRIVERS
5359 M:      Vaibhav Agarwal <vaibhav.sr@gmail.com>
5360 M:      Mark Greer <mgreer@animalcreek.com>
5361 S:      Maintained
5362 F:      drivers/staging/greybus/audio_apbridgea.c
5363 F:      drivers/staging/greybus/audio_apbridgea.h
5364 F:      drivers/staging/greybus/audio_codec.c
5365 F:      drivers/staging/greybus/audio_codec.h
5366 F:      drivers/staging/greybus/audio_gb.c
5367 F:      drivers/staging/greybus/audio_manager.c
5368 F:      drivers/staging/greybus/audio_manager.h
5369 F:      drivers/staging/greybus/audio_manager_module.c
5370 F:      drivers/staging/greybus/audio_manager_private.h
5371 F:      drivers/staging/greybus/audio_manager_sysfs.c
5372 F:      drivers/staging/greybus/audio_module.c
5373 F:      drivers/staging/greybus/audio_topology.c
5374
5375 GREYBUS PROTOCOLS DRIVERS
5376 M:      Rui Miguel Silva <rmfrfs@gmail.com>
5377 S:      Maintained
5378 F:      drivers/staging/greybus/sdio.c
5379 F:      drivers/staging/greybus/light.c
5380 F:      drivers/staging/greybus/gpio.c
5381 F:      drivers/staging/greybus/power_supply.c
5382 F:      drivers/staging/greybus/spi.c
5383 F:      drivers/staging/greybus/spilib.c
5384
5385 GREYBUS PROTOCOLS DRIVERS
5386 M:      Bryan O'Donoghue <pure.logic@nexus-software.ie>
5387 S:      Maintained
5388 F:      drivers/staging/greybus/loopback.c
5389 F:      drivers/staging/greybus/timesync.c
5390 F:      drivers/staging/greybus/timesync_platform.c
5391
5392 GREYBUS PROTOCOLS DRIVERS
5393 M:      Viresh Kumar <vireshk@kernel.org>
5394 S:      Maintained
5395 F:      drivers/staging/greybus/authentication.c
5396 F:      drivers/staging/greybus/bootrom.c
5397 F:      drivers/staging/greybus/firmware.h
5398 F:      drivers/staging/greybus/fw-core.c
5399 F:      drivers/staging/greybus/fw-download.c
5400 F:      drivers/staging/greybus/fw-managament.c
5401 F:      drivers/staging/greybus/greybus_authentication.h
5402 F:      drivers/staging/greybus/greybus_firmware.h
5403 F:      drivers/staging/greybus/hid.c
5404 F:      drivers/staging/greybus/i2c.c
5405 F:      drivers/staging/greybus/spi.c
5406 F:      drivers/staging/greybus/spilib.c
5407 F:      drivers/staging/greybus/spilib.h
5408
5409 GREYBUS PROTOCOLS DRIVERS
5410 M:      David Lin <dtwlin@gmail.com>
5411 S:      Maintained
5412 F:      drivers/staging/greybus/uart.c
5413 F:      drivers/staging/greybus/log.c
5414
5415 GREYBUS PLATFORM DRIVERS
5416 M:      Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5417 S:      Maintained
5418 F:      drivers/staging/greybus/arche-platform.c
5419 F:      drivers/staging/greybus/arche-apb-ctrl.c
5420 F:      drivers/staging/greybus/arche_platform.h
5421
5422 GS1662 VIDEO SERIALIZER
5423 M:      Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
5424 L:      linux-media@vger.kernel.org
5425 T:      git git://linuxtv.org/media_tree.git
5426 S:      Maintained
5427 F:      drivers/media/spi/gs1662.c
5428
5429 GSPCA FINEPIX SUBDRIVER
5430 M:      Frank Zago <frank@zago.net>
5431 L:      linux-media@vger.kernel.org
5432 T:      git git://linuxtv.org/media_tree.git
5433 S:      Maintained
5434 F:      drivers/media/usb/gspca/finepix.c
5435
5436 GSPCA GL860 SUBDRIVER
5437 M:      Olivier Lorin <o.lorin@laposte.net>
5438 L:      linux-media@vger.kernel.org
5439 T:      git git://linuxtv.org/media_tree.git
5440 S:      Maintained
5441 F:      drivers/media/usb/gspca/gl860/
5442
5443 GSPCA M5602 SUBDRIVER
5444 M:      Erik Andren <erik.andren@gmail.com>
5445 L:      linux-media@vger.kernel.org
5446 T:      git git://linuxtv.org/media_tree.git
5447 S:      Maintained
5448 F:      drivers/media/usb/gspca/m5602/
5449
5450 GSPCA PAC207 SONIXB SUBDRIVER
5451 M:      Hans Verkuil <hverkuil@xs4all.nl>
5452 L:      linux-media@vger.kernel.org
5453 T:      git git://linuxtv.org/media_tree.git
5454 S:      Odd Fixes
5455 F:      drivers/media/usb/gspca/pac207.c
5456
5457 GSPCA SN9C20X SUBDRIVER
5458 M:      Brian Johnson <brijohn@gmail.com>
5459 L:      linux-media@vger.kernel.org
5460 T:      git git://linuxtv.org/media_tree.git
5461 S:      Maintained
5462 F:      drivers/media/usb/gspca/sn9c20x.c
5463
5464 GSPCA T613 SUBDRIVER
5465 M:      Leandro Costantino <lcostantino@gmail.com>
5466 L:      linux-media@vger.kernel.org
5467 T:      git git://linuxtv.org/media_tree.git
5468 S:      Maintained
5469 F:      drivers/media/usb/gspca/t613.c
5470
5471 GSPCA USB WEBCAM DRIVER
5472 M:      Hans Verkuil <hverkuil@xs4all.nl>
5473 L:      linux-media@vger.kernel.org
5474 T:      git git://linuxtv.org/media_tree.git
5475 S:      Odd Fixes
5476 F:      drivers/media/usb/gspca/
5477
5478 GUID PARTITION TABLE (GPT)
5479 M:      Davidlohr Bueso <dave@stgolabs.net>
5480 L:      linux-efi@vger.kernel.org
5481 S:      Maintained
5482 F:      block/partitions/efi.*
5483
5484 STK1160 USB VIDEO CAPTURE DRIVER
5485 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5486 L:      linux-media@vger.kernel.org
5487 T:      git git://linuxtv.org/media_tree.git
5488 S:      Maintained
5489 F:      drivers/media/usb/stk1160/
5490
5491 H8/300 ARCHITECTURE
5492 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5493 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5494 W:      http://uclinux-h8.sourceforge.jp
5495 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5496 S:      Maintained
5497 F:      arch/h8300/
5498 F:      drivers/clocksource/h8300_*.c
5499 F:      drivers/clk/h8300/
5500 F:      drivers/irqchip/irq-renesas-h8*.c
5501
5502 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5503 M:      Frank Seidel <frank@f-seidel.de>
5504 L:      platform-driver-x86@vger.kernel.org
5505 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5506 S:      Maintained
5507 F:      drivers/platform/x86/hdaps.c
5508
5509 HDPVR USB VIDEO ENCODER DRIVER
5510 M:      Hans Verkuil <hverkuil@xs4all.nl>
5511 L:      linux-media@vger.kernel.org
5512 T:      git git://linuxtv.org/media_tree.git
5513 W:      https://linuxtv.org
5514 S:      Odd Fixes
5515 F:      drivers/media/usb/hdpvr/
5516
5517 HWPOISON MEMORY FAILURE HANDLING
5518 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5519 L:      linux-mm@kvack.org
5520 S:      Maintained
5521 F:      mm/memory-failure.c
5522 F:      mm/hwpoison-inject.c
5523
5524 HYPERVISOR VIRTUAL CONSOLE DRIVER
5525 L:      linuxppc-dev@lists.ozlabs.org
5526 S:      Odd Fixes
5527 F:      drivers/tty/hvc/
5528
5529 HACKRF MEDIA DRIVER
5530 M:      Antti Palosaari <crope@iki.fi>
5531 L:      linux-media@vger.kernel.org
5532 W:      https://linuxtv.org
5533 W:      http://palosaari.fi/linux/
5534 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5535 T:      git git://linuxtv.org/anttip/media_tree.git
5536 S:      Maintained
5537 F:      drivers/media/usb/hackrf/
5538
5539 HARDWARE MONITORING
5540 M:      Jean Delvare <jdelvare@suse.com>
5541 M:      Guenter Roeck <linux@roeck-us.net>
5542 L:      linux-hwmon@vger.kernel.org
5543 W:      http://hwmon.wiki.kernel.org/
5544 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5545 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5546 S:      Maintained
5547 F:      Documentation/hwmon/
5548 F:      drivers/hwmon/
5549 F:      include/linux/hwmon*.h
5550
5551 HARDWARE RANDOM NUMBER GENERATOR CORE
5552 M:      Matt Mackall <mpm@selenic.com>
5553 M:      Herbert Xu <herbert@gondor.apana.org.au>
5554 L:      linux-crypto@vger.kernel.org
5555 S:      Odd fixes
5556 F:      Documentation/devicetree/bindings/rng/
5557 F:      Documentation/hw_random.txt
5558 F:      drivers/char/hw_random/
5559 F:      include/linux/hw_random.h
5560
5561 HARDWARE SPINLOCK CORE
5562 M:      Ohad Ben-Cohen <ohad@wizery.com>
5563 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5564 L:      linux-remoteproc@vger.kernel.org
5565 S:      Maintained
5566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5567 F:      Documentation/devicetree/bindings/hwlock/
5568 F:      Documentation/hwspinlock.txt
5569 F:      drivers/hwspinlock/
5570 F:      include/linux/hwspinlock.h
5571
5572 HARMONY SOUND DRIVER
5573 L:      linux-parisc@vger.kernel.org
5574 S:      Maintained
5575 F:      sound/parisc/harmony.*
5576
5577 HD29L2 MEDIA DRIVER
5578 M:      Antti Palosaari <crope@iki.fi>
5579 L:      linux-media@vger.kernel.org
5580 W:      https://linuxtv.org
5581 W:      http://palosaari.fi/linux/
5582 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5583 T:      git git://linuxtv.org/anttip/media_tree.git
5584 S:      Maintained
5585 F:      drivers/media/dvb-frontends/hd29l2*
5586
5587 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5588 M:      Brian Boylston <brian.boylston@hpe.com>
5589 S:      Supported
5590 F:      Documentation/watchdog/hpwdt.txt
5591 F:      drivers/watchdog/hpwdt.c
5592
5593 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5594 M:      Don Brace <don.brace@microsemi.com>
5595 L:      iss_storagedev@hp.com
5596 L:      esc.storagedev@microsemi.com
5597 L:      linux-scsi@vger.kernel.org
5598 S:      Supported
5599 F:      Documentation/scsi/hpsa.txt
5600 F:      drivers/scsi/hpsa*.[ch]
5601 F:      include/linux/cciss*.h
5602 F:      include/uapi/linux/cciss*.h
5603
5604 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5605 M:      Don Brace <don.brace@microsemi.com>
5606 L:      iss_storagedev@hp.com
5607 L:      esc.storagedev@microsemi.com
5608 L:      linux-scsi@vger.kernel.org
5609 S:      Supported
5610 F:      Documentation/blockdev/cciss.txt
5611 F:      drivers/block/cciss*
5612 F:      include/linux/cciss_ioctl.h
5613 F:      include/uapi/linux/cciss_ioctl.h
5614
5615 HFI1 DRIVER
5616 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
5617 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
5618 L:      linux-rdma@vger.kernel.org
5619 S:      Supported
5620 F:      drivers/infiniband/hw/hfi1
5621
5622 HFS FILESYSTEM
5623 L:      linux-fsdevel@vger.kernel.org
5624 S:      Orphan
5625 F:      Documentation/filesystems/hfs.txt
5626 F:      fs/hfs/
5627
5628 HFSPLUS FILESYSTEM
5629 L:      linux-fsdevel@vger.kernel.org
5630 S:      Orphan
5631 F:      Documentation/filesystems/hfsplus.txt
5632 F:      fs/hfsplus/
5633
5634 HGA FRAMEBUFFER DRIVER
5635 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5636 L:      linux-nvidia@lists.surfsouth.com
5637 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5638 S:      Maintained
5639 F:      drivers/video/fbdev/hgafb.c
5640
5641 HIBERNATION (aka Software Suspend, aka swsusp)
5642 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5643 M:      Pavel Machek <pavel@ucw.cz>
5644 L:      linux-pm@vger.kernel.org
5645 S:      Supported
5646 F:      arch/x86/power/
5647 F:      drivers/base/power/
5648 F:      kernel/power/
5649 F:      include/linux/suspend.h
5650 F:      include/linux/freezer.h
5651 F:      include/linux/pm.h
5652 F:      arch/*/include/asm/suspend*.h
5653
5654 HID CORE LAYER
5655 M:      Jiri Kosina <jikos@kernel.org>
5656 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5657 L:      linux-input@vger.kernel.org
5658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5659 S:      Maintained
5660 F:      drivers/hid/
5661 F:      include/linux/hid*
5662 F:      include/uapi/linux/hid*
5663
5664 HID SENSOR HUB DRIVERS
5665 M:      Jiri Kosina <jikos@kernel.org>
5666 M:      Jonathan Cameron <jic23@kernel.org>
5667 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5668 L:      linux-input@vger.kernel.org
5669 L:      linux-iio@vger.kernel.org
5670 S:      Maintained
5671 F:      Documentation/hid/hid-sensor*
5672 F:      drivers/hid/hid-sensor-*
5673 F:      drivers/iio/*/hid-*
5674 F:      include/linux/hid-sensor-*
5675
5676 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5677 M:      Thomas Gleixner <tglx@linutronix.de>
5678 L:      linux-kernel@vger.kernel.org
5679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5680 S:      Maintained
5681 F:      Documentation/timers/
5682 F:      kernel/time/hrtimer.c
5683 F:      kernel/time/clockevents.c
5684 F:      kernel/time/tick*.*
5685 F:      kernel/time/timer_*.c
5686 F:      include/linux/clockchips.h
5687 F:      include/linux/hrtimer.h
5688
5689 HIGH-SPEED SCC DRIVER FOR AX.25
5690 L:      linux-hams@vger.kernel.org
5691 S:      Orphan
5692 F:      drivers/net/hamradio/dmascc.c
5693 F:      drivers/net/hamradio/scc.c
5694
5695 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5696 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5697 W:      http://www.highpoint-tech.com
5698 S:      Supported
5699 F:      Documentation/scsi/hptiop.txt
5700 F:      drivers/scsi/hptiop.c
5701
5702 HIPPI
5703 M:      Jes Sorensen <jes@trained-monkey.org>
5704 L:      linux-hippi@sunsite.dk
5705 S:      Maintained
5706 F:      include/linux/hippidevice.h
5707 F:      include/uapi/linux/if_hippi.h
5708 F:      net/802/hippi.c
5709 F:      drivers/net/hippi/
5710
5711 HISILICON NETWORK SUBSYSTEM DRIVER
5712 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
5713 M:      Salil Mehta <salil.mehta@huawei.com>
5714 L:      netdev@vger.kernel.org
5715 W:      http://www.hisilicon.com
5716 S:      Maintained
5717 F:      drivers/net/ethernet/hisilicon/
5718 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
5719
5720 HISILICON ROCE DRIVER
5721 M:      Lijun Ou <oulijun@huawei.com>
5722 M:      Wei Hu(Xavier) <xavier.huwei@huawei.com>
5723 L:      linux-rdma@vger.kernel.org
5724 S:      Maintained
5725 F:      drivers/infiniband/hw/hns/
5726 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
5727
5728 HISILICON SAS Controller
5729 M:      John Garry <john.garry@huawei.com>
5730 W:      http://www.hisilicon.com
5731 S:      Supported
5732 F:      drivers/scsi/hisi_sas/
5733 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5734
5735 HOST AP DRIVER
5736 M:      Jouni Malinen <j@w1.fi>
5737 L:      linux-wireless@vger.kernel.org
5738 W:      http://w1.fi/hostap-driver.html
5739 S:      Obsolete
5740 F:      drivers/net/wireless/intersil/hostap/
5741
5742 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5743 L:      platform-driver-x86@vger.kernel.org
5744 S:      Orphan
5745 F:      drivers/platform/x86/tc1100-wmi.c
5746
5747 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5748 M:      Jaroslav Kysela <perex@perex.cz>
5749 S:      Maintained
5750 F:      drivers/net/ethernet/hp/hp100.*
5751
5752 HPET:   High Precision Event Timers driver
5753 M:      Clemens Ladisch <clemens@ladisch.de>
5754 S:      Maintained
5755 F:      Documentation/timers/hpet.txt
5756 F:      drivers/char/hpet.c
5757 F:      include/linux/hpet.h
5758 F:      include/uapi/linux/hpet.h
5759
5760 HPET:   x86
5761 S:      Orphan
5762 F:      arch/x86/kernel/hpet.c
5763 F:      arch/x86/include/asm/hpet.h
5764
5765 HPFS FILESYSTEM
5766 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5767 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5768 S:      Maintained
5769 F:      fs/hpfs/
5770
5771 HSI SUBSYSTEM
5772 M:      Sebastian Reichel <sre@kernel.org>
5773 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5774 S:      Maintained
5775 F:      Documentation/ABI/testing/sysfs-bus-hsi
5776 F:      Documentation/device-drivers/serial-interfaces.rst
5777 F:      drivers/hsi/
5778 F:      include/linux/hsi/
5779 F:      include/uapi/linux/hsi/
5780
5781 HSO 3G MODEM DRIVER
5782 M:      Jan Dumon <j.dumon@option.com>
5783 W:      http://www.pharscape.org
5784 S:      Maintained
5785 F:      drivers/net/usb/hso.c
5786
5787 HSR NETWORK PROTOCOL
5788 M:      Arvid Brodin <arvid.brodin@alten.se>
5789 L:      netdev@vger.kernel.org
5790 S:      Maintained
5791 F:      net/hsr/
5792
5793 HTCPEN TOUCHSCREEN DRIVER
5794 M:      Pau Oliva Fora <pof@eslack.org>
5795 L:      linux-input@vger.kernel.org
5796 S:      Maintained
5797 F:      drivers/input/touchscreen/htcpen.c
5798
5799 HUGETLB FILESYSTEM
5800 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5801 S:      Maintained
5802 F:      fs/hugetlbfs/
5803
5804 HVA ST MEDIA DRIVER
5805 M:      Jean-Christophe Trotin <jean-christophe.trotin@st.com>
5806 L:      linux-media@vger.kernel.org
5807 T:      git git://linuxtv.org/media_tree.git
5808 W:      https://linuxtv.org
5809 S:      Supported
5810 F:      drivers/media/platform/sti/hva
5811
5812 Hyper-V CORE AND DRIVERS
5813 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5814 M:      Haiyang Zhang <haiyangz@microsoft.com>
5815 L:      devel@linuxdriverproject.org
5816 S:      Maintained
5817 F:      arch/x86/include/asm/mshyperv.h
5818 F:      arch/x86/include/uapi/asm/hyperv.h
5819 F:      arch/x86/kernel/cpu/mshyperv.c
5820 F:      drivers/hid/hid-hyperv.c
5821 F:      drivers/hv/
5822 F:      drivers/input/serio/hyperv-keyboard.c
5823 F:      drivers/pci/host/pci-hyperv.c
5824 F:      drivers/net/hyperv/
5825 F:      drivers/scsi/storvsc_drv.c
5826 F:      drivers/video/fbdev/hyperv_fb.c
5827 F:      include/linux/hyperv.h
5828 F:      tools/hv/
5829 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5830
5831 I2C MUXES
5832 M:      Peter Rosin <peda@axentia.se>
5833 L:      linux-i2c@vger.kernel.org
5834 S:      Maintained
5835 F:      Documentation/i2c/i2c-topology
5836 F:      Documentation/i2c/muxes/
5837 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5838 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
5839 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
5840 F:      drivers/i2c/i2c-mux.c
5841 F:      drivers/i2c/muxes/
5842 F:      include/linux/i2c-mux.h
5843
5844 I2C OVER PARALLEL PORT
5845 M:      Jean Delvare <jdelvare@suse.com>
5846 L:      linux-i2c@vger.kernel.org
5847 S:      Maintained
5848 F:      Documentation/i2c/busses/i2c-parport
5849 F:      Documentation/i2c/busses/i2c-parport-light
5850 F:      drivers/i2c/busses/i2c-parport.c
5851 F:      drivers/i2c/busses/i2c-parport-light.c
5852
5853 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5854 M:      Jean Delvare <jdelvare@suse.com>
5855 L:      linux-i2c@vger.kernel.org
5856 S:      Maintained
5857 F:      Documentation/i2c/busses/i2c-ali1535
5858 F:      Documentation/i2c/busses/i2c-ali1563
5859 F:      Documentation/i2c/busses/i2c-ali15x3
5860 F:      Documentation/i2c/busses/i2c-amd756
5861 F:      Documentation/i2c/busses/i2c-amd8111
5862 F:      Documentation/i2c/busses/i2c-i801
5863 F:      Documentation/i2c/busses/i2c-nforce2
5864 F:      Documentation/i2c/busses/i2c-piix4
5865 F:      Documentation/i2c/busses/i2c-sis5595
5866 F:      Documentation/i2c/busses/i2c-sis630
5867 F:      Documentation/i2c/busses/i2c-sis96x
5868 F:      Documentation/i2c/busses/i2c-via
5869 F:      Documentation/i2c/busses/i2c-viapro
5870 F:      drivers/i2c/busses/i2c-ali1535.c
5871 F:      drivers/i2c/busses/i2c-ali1563.c
5872 F:      drivers/i2c/busses/i2c-ali15x3.c
5873 F:      drivers/i2c/busses/i2c-amd756.c
5874 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5875 F:      drivers/i2c/busses/i2c-amd8111.c
5876 F:      drivers/i2c/busses/i2c-i801.c
5877 F:      drivers/i2c/busses/i2c-isch.c
5878 F:      drivers/i2c/busses/i2c-nforce2.c
5879 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5880 F:      drivers/i2c/busses/i2c-piix4.c
5881 F:      drivers/i2c/busses/i2c-sis5595.c
5882 F:      drivers/i2c/busses/i2c-sis630.c
5883 F:      drivers/i2c/busses/i2c-sis96x.c
5884 F:      drivers/i2c/busses/i2c-via.c
5885 F:      drivers/i2c/busses/i2c-viapro.c
5886
5887 I2C/SMBUS ISMT DRIVER
5888 M:      Seth Heasley <seth.heasley@intel.com>
5889 M:      Neil Horman <nhorman@tuxdriver.com>
5890 L:      linux-i2c@vger.kernel.org
5891 F:      drivers/i2c/busses/i2c-ismt.c
5892 F:      Documentation/i2c/busses/i2c-ismt
5893
5894 I2C/SMBUS STUB DRIVER
5895 M:      Jean Delvare <jdelvare@suse.com>
5896 L:      linux-i2c@vger.kernel.org
5897 S:      Maintained
5898 F:      drivers/i2c/i2c-stub.c
5899
5900 I2C SUBSYSTEM
5901 M:      Wolfram Sang <wsa@the-dreams.de>
5902 L:      linux-i2c@vger.kernel.org
5903 W:      https://i2c.wiki.kernel.org/
5904 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5906 S:      Maintained
5907 F:      Documentation/devicetree/bindings/i2c/
5908 F:      Documentation/i2c/
5909 F:      drivers/i2c/
5910 F:      drivers/i2c/*/
5911 F:      include/linux/i2c.h
5912 F:      include/linux/i2c-*.h
5913 F:      include/uapi/linux/i2c.h
5914 F:      include/uapi/linux/i2c-*.h
5915
5916 I2C ACPI SUPPORT
5917 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5918 L:      linux-i2c@vger.kernel.org
5919 L:      linux-acpi@vger.kernel.org
5920 S:      Maintained
5921
5922 I2C-TAOS-EVM DRIVER
5923 M:      Jean Delvare <jdelvare@suse.com>
5924 L:      linux-i2c@vger.kernel.org
5925 S:      Maintained
5926 F:      Documentation/i2c/busses/i2c-taos-evm
5927 F:      drivers/i2c/busses/i2c-taos-evm.c
5928
5929 I2C-TINY-USB DRIVER
5930 M:      Till Harbaum <till@harbaum.org>
5931 L:      linux-i2c@vger.kernel.org
5932 W:      http://www.harbaum.org/till/i2c_tiny_usb
5933 S:      Maintained
5934 F:      drivers/i2c/busses/i2c-tiny-usb.c
5935
5936 i386 BOOT CODE
5937 M:      "H. Peter Anvin" <hpa@zytor.com>
5938 S:      Maintained
5939 F:      arch/x86/boot/
5940
5941 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5942 M:      "H. Peter Anvin" <hpa@zytor.com>
5943 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5944 S:      Maintained
5945
5946 IA64 (Itanium) PLATFORM
5947 M:      Tony Luck <tony.luck@intel.com>
5948 M:      Fenghua Yu <fenghua.yu@intel.com>
5949 L:      linux-ia64@vger.kernel.org
5950 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5951 S:      Maintained
5952 F:      arch/ia64/
5953
5954 IBM Power VMX Cryptographic instructions
5955 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5956 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5957 L:      linux-crypto@vger.kernel.org
5958 S:      Supported
5959 F:      drivers/crypto/vmx/Makefile
5960 F:      drivers/crypto/vmx/Kconfig
5961 F:      drivers/crypto/vmx/vmx.c
5962 F:      drivers/crypto/vmx/aes*
5963 F:      drivers/crypto/vmx/ghash*
5964 F:      drivers/crypto/vmx/ppc-xlate.pl
5965
5966 IBM Power in-Nest Crypto Acceleration
5967 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5968 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5969 L:      linux-crypto@vger.kernel.org
5970 S:      Supported
5971 F:      drivers/crypto/nx/Makefile
5972 F:      drivers/crypto/nx/Kconfig
5973 F:      drivers/crypto/nx/nx-aes*
5974 F:      drivers/crypto/nx/nx-sha*
5975 F:      drivers/crypto/nx/nx.*
5976 F:      drivers/crypto/nx/nx_csbcpb.h
5977 F:      drivers/crypto/nx/nx_debugfs.h
5978
5979 IBM Power 842 compression accelerator
5980 M:      Dan Streetman <ddstreet@ieee.org>
5981 S:      Supported
5982 F:      drivers/crypto/nx/Makefile
5983 F:      drivers/crypto/nx/Kconfig
5984 F:      drivers/crypto/nx/nx-842*
5985 F:      include/linux/sw842.h
5986 F:      crypto/842.c
5987 F:      lib/842/
5988
5989 IBM Power Linux RAID adapter
5990 M:      Brian King <brking@us.ibm.com>
5991 S:      Supported
5992 F:      drivers/scsi/ipr.*
5993
5994 IBM Power Virtual Ethernet Device Driver
5995 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5996 L:      netdev@vger.kernel.org
5997 S:      Supported
5998 F:      drivers/net/ethernet/ibm/ibmveth.*
5999
6000 IBM Power SRIOV Virtual NIC Device Driver
6001 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6002 M:      John Allen <jallen@linux.vnet.ibm.com>
6003 L:      netdev@vger.kernel.org
6004 S:      Supported
6005 F:      drivers/net/ethernet/ibm/ibmvnic.*
6006
6007 IBM Power Virtual SCSI Device Drivers
6008 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6009 L:      linux-scsi@vger.kernel.org
6010 S:      Supported
6011 F:      drivers/scsi/ibmvscsi/ibmvscsi*
6012 F:      include/scsi/viosrp.h
6013
6014 IBM Power Virtual SCSI Device Target Driver
6015 M:      Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6016 M:      Michael Cyr <mikecyr@linux.vnet.ibm.com>
6017 L:      linux-scsi@vger.kernel.org
6018 L:      target-devel@vger.kernel.org
6019 S:      Supported
6020 F:      drivers/scsi/ibmvscsi_tgt/
6021
6022 IBM Power Virtual FC Device Drivers
6023 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6024 L:      linux-scsi@vger.kernel.org
6025 S:      Supported
6026 F:      drivers/scsi/ibmvscsi/ibmvfc*
6027
6028 IBM ServeRAID RAID DRIVER
6029 S:      Orphan
6030 F:      drivers/scsi/ips.*
6031
6032 ICH LPC AND GPIO DRIVER
6033 M:      Peter Tyser <ptyser@xes-inc.com>
6034 S:      Maintained
6035 F:      drivers/mfd/lpc_ich.c
6036 F:      drivers/gpio/gpio-ich.c
6037
6038 IDE SUBSYSTEM
6039 M:      "David S. Miller" <davem@davemloft.net>
6040 L:      linux-ide@vger.kernel.org
6041 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
6042 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6043 S:      Maintained
6044 F:      Documentation/ide/
6045 F:      drivers/ide/
6046 F:      include/linux/ide.h
6047
6048 IDEAPAD LAPTOP EXTRAS DRIVER
6049 M:      Ike Panhc <ike.pan@canonical.com>
6050 L:      platform-driver-x86@vger.kernel.org
6051 W:      http://launchpad.net/ideapad-laptop
6052 S:      Maintained
6053 F:      drivers/platform/x86/ideapad-laptop.c
6054
6055 IDEAPAD LAPTOP SLIDEBAR DRIVER
6056 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
6057 L:      linux-input@vger.kernel.org
6058 W:      https://github.com/o2genum/ideapad-slidebar
6059 S:      Maintained
6060 F:      drivers/input/misc/ideapad_slidebar.c
6061
6062 IDE/ATAPI DRIVERS
6063 M:      Borislav Petkov <bp@alien8.de>
6064 L:      linux-ide@vger.kernel.org
6065 S:      Maintained
6066 F:      Documentation/cdrom/ide-cd
6067 F:      drivers/ide/ide-cd*
6068
6069 IDLE-I7300
6070 M:      Andy Henroid <andrew.d.henroid@intel.com>
6071 L:      linux-pm@vger.kernel.org
6072 S:      Supported
6073 F:      drivers/idle/i7300_idle.c
6074
6075 IEEE 802.15.4 SUBSYSTEM
6076 M:      Alexander Aring <aar@pengutronix.de>
6077 L:      linux-wpan@vger.kernel.org
6078 W:      http://wpan.cakelab.org/
6079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6080 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6081 S:      Maintained
6082 F:      net/ieee802154/
6083 F:      net/mac802154/
6084 F:      drivers/net/ieee802154/
6085 F:      include/linux/nl802154.h
6086 F:      include/linux/ieee802154.h
6087 F:      include/net/nl802154.h
6088 F:      include/net/mac802154.h
6089 F:      include/net/af_ieee802154.h
6090 F:      include/net/cfg802154.h
6091 F:      include/net/ieee802154_netdev.h
6092 F:      Documentation/networking/ieee802154.txt
6093
6094 IGORPLUG-USB IR RECEIVER
6095 M:      Sean Young <sean@mess.org>
6096 L:      linux-media@vger.kernel.org
6097 S:      Maintained
6098 F:      drivers/media/rc/igorplugusb.c
6099
6100 IGUANAWORKS USB IR TRANSCEIVER
6101 M:      Sean Young <sean@mess.org>
6102 L:      linux-media@vger.kernel.org
6103 S:      Maintained
6104 F:      drivers/media/rc/iguanair.c
6105
6106 IIO SUBSYSTEM AND DRIVERS
6107 M:      Jonathan Cameron <jic23@kernel.org>
6108 R:      Hartmut Knaack <knaack.h@gmx.de>
6109 R:      Lars-Peter Clausen <lars@metafoo.de>
6110 R:      Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6111 L:      linux-iio@vger.kernel.org
6112 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6113 S:      Maintained
6114 F:      Documentation/devicetree/bindings/iio/
6115 F:      drivers/iio/
6116 F:      drivers/staging/iio/
6117 F:      include/linux/iio/
6118 F:      tools/iio/
6119
6120 IKANOS/ADI EAGLE ADSL USB DRIVER
6121 M:      Matthieu Castet <castet.matthieu@free.fr>
6122 M:      Stanislaw Gruszka <stf_xl@wp.pl>
6123 S:      Maintained
6124 F:      drivers/usb/atm/ueagle-atm.c
6125
6126 INA209 HARDWARE MONITOR DRIVER
6127 M:      Guenter Roeck <linux@roeck-us.net>
6128 L:      linux-hwmon@vger.kernel.org
6129 S:      Maintained
6130 F:      Documentation/hwmon/ina209
6131 F:      Documentation/devicetree/bindings/i2c/ina209.txt
6132 F:      drivers/hwmon/ina209.c
6133
6134 INA2XX HARDWARE MONITOR DRIVER
6135 M:      Guenter Roeck <linux@roeck-us.net>
6136 L:      linux-hwmon@vger.kernel.org
6137 S:      Maintained
6138 F:      Documentation/hwmon/ina2xx
6139 F:      drivers/hwmon/ina2xx.c
6140 F:      include/linux/platform_data/ina2xx.h
6141
6142 INDUSTRY PACK SUBSYSTEM (IPACK)
6143 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6144 M:      Jens Taprogge <jens.taprogge@taprogge.org>
6145 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6146 L:      industrypack-devel@lists.sourceforge.net
6147 W:      http://industrypack.sourceforge.net
6148 S:      Maintained
6149 F:      drivers/ipack/
6150
6151 INGENIC JZ4780 DMA Driver
6152 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6153 S:      Maintained
6154 F:      drivers/dma/dma-jz4780.c
6155
6156 INGENIC JZ4780 NAND DRIVER
6157 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
6158 L:      linux-mtd@lists.infradead.org
6159 S:      Maintained
6160 F:      drivers/mtd/nand/jz4780_*
6161
6162 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6163 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6164 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6165 L:      linux-ima-devel@lists.sourceforge.net
6166 L:      linux-ima-user@lists.sourceforge.net
6167 L:      linux-security-module@vger.kernel.org
6168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6169 S:      Supported
6170 F:      security/integrity/ima/
6171
6172 IMGTEC IR DECODER DRIVER
6173 M:      James Hogan <james.hogan@imgtec.com>
6174 S:      Maintained
6175 F:      drivers/media/rc/img-ir/
6176
6177 IMS TWINTURBO FRAMEBUFFER DRIVER
6178 L:      linux-fbdev@vger.kernel.org
6179 S:      Orphan
6180 F:      drivers/video/fbdev/imsttfb.c
6181
6182 INFINIBAND SUBSYSTEM
6183 M:      Doug Ledford <dledford@redhat.com>
6184 M:      Sean Hefty <sean.hefty@intel.com>
6185 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
6186 L:      linux-rdma@vger.kernel.org
6187 W:      http://www.openfabrics.org/
6188 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6189 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6190 S:      Supported
6191 F:      Documentation/infiniband/
6192 F:      drivers/infiniband/
6193 F:      include/uapi/linux/if_infiniband.h
6194 F:      include/uapi/rdma/
6195 F:      include/rdma/
6196
6197 INOTIFY
6198 M:      John McCutchan <john@johnmccutchan.com>
6199 M:      Robert Love <rlove@rlove.org>
6200 M:      Eric Paris <eparis@parisplace.org>
6201 S:      Maintained
6202 F:      Documentation/filesystems/inotify.txt
6203 F:      fs/notify/inotify/
6204 F:      include/linux/inotify.h
6205 F:      include/uapi/linux/inotify.h
6206
6207 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6208 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
6209 L:      linux-input@vger.kernel.org
6210 Q:      http://patchwork.kernel.org/project/linux-input/list/
6211 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6212 S:      Maintained
6213 F:      drivers/input/
6214 F:      include/linux/input.h
6215 F:      include/uapi/linux/input.h
6216 F:      include/linux/input/
6217 F:      Documentation/devicetree/bindings/input/
6218
6219 INPUT MULTITOUCH (MT) PROTOCOL
6220 M:      Henrik Rydberg <rydberg@bitmath.org>
6221 L:      linux-input@vger.kernel.org
6222 S:      Odd fixes
6223 F:      Documentation/input/multi-touch-protocol.txt
6224 F:      drivers/input/input-mt.c
6225 K:      \b(ABS|SYN)_MT_
6226
6227 INTEL ASoC BDW/HSW DRIVERS
6228 M:      Jie Yang <yang.jie@linux.intel.com>
6229 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6230 S:      Supported
6231 F:      sound/soc/intel/common/sst-dsp*
6232 F:      sound/soc/intel/common/sst-firmware.c
6233 F:      sound/soc/intel/boards/broadwell.c
6234 F:      sound/soc/intel/haswell/
6235
6236 INTEL C600 SERIES SAS CONTROLLER DRIVER
6237 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
6238 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6239 L:      linux-scsi@vger.kernel.org
6240 T:      git git://git.code.sf.net/p/intel-sas/isci
6241 S:      Supported
6242 F:      drivers/scsi/isci/
6243
6244 INTEL HID EVENT DRIVER
6245 M:      Alex Hung <alex.hung@canonical.com>
6246 L:      platform-driver-x86@vger.kernel.org
6247 S:      Maintained
6248 F:      drivers/platform/x86/intel-hid.c
6249
6250 INTEL VIRTUAL BUTTON DRIVER
6251 M:      AceLan Kao <acelan.kao@canonical.com>
6252 L:      platform-driver-x86@vger.kernel.org
6253 S:      Maintained
6254 F:      drivers/platform/x86/intel-vbtn.c
6255
6256 INTEL IDLE DRIVER
6257 M:      Len Brown <lenb@kernel.org>
6258 L:      linux-pm@vger.kernel.org
6259 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6260 S:      Supported
6261 F:      drivers/idle/intel_idle.c
6262
6263 INTEL INTEGRATED SENSOR HUB DRIVER
6264 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6265 M:      Jiri Kosina <jikos@kernel.org>
6266 L:      linux-input@vger.kernel.org
6267 S:      Maintained
6268 F:      drivers/hid/intel-ish-hid/
6269
6270 INTEL PSTATE DRIVER
6271 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6272 M:      Len Brown <lenb@kernel.org>
6273 L:      linux-pm@vger.kernel.org
6274 S:      Supported
6275 F:      drivers/cpufreq/intel_pstate.c
6276
6277 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6278 M:      Maik Broemme <mbroemme@libmpq.org>
6279 L:      linux-fbdev@vger.kernel.org
6280 S:      Maintained
6281 F:      Documentation/fb/intelfb.txt
6282 F:      drivers/video/fbdev/intelfb/
6283
6284 INTEL 810/815 FRAMEBUFFER DRIVER
6285 M:      Antonino Daplas <adaplas@gmail.com>
6286 L:      linux-fbdev@vger.kernel.org
6287 S:      Maintained
6288 F:      drivers/video/fbdev/i810/
6289
6290 INTEL MENLOW THERMAL DRIVER
6291 M:      Sujith Thomas <sujith.thomas@intel.com>
6292 L:      platform-driver-x86@vger.kernel.org
6293 W:      https://01.org/linux-acpi
6294 S:      Supported
6295 F:      drivers/platform/x86/intel_menlow.c
6296
6297 INTEL I/OAT DMA DRIVER
6298 M:      Dave Jiang <dave.jiang@intel.com>
6299 R:      Dan Williams <dan.j.williams@intel.com>
6300 L:      dmaengine@vger.kernel.org
6301 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6302 S:      Supported
6303 F:      drivers/dma/ioat*
6304
6305 INTEL IOMMU (VT-d)
6306 M:      David Woodhouse <dwmw2@infradead.org>
6307 L:      iommu@lists.linux-foundation.org
6308 T:      git git://git.infradead.org/iommu-2.6.git
6309 S:      Supported
6310 F:      drivers/iommu/intel-iommu.c
6311 F:      include/linux/intel-iommu.h
6312
6313 INTEL IOP-ADMA DMA DRIVER
6314 R:      Dan Williams <dan.j.williams@intel.com>
6315 S:      Odd fixes
6316 F:      drivers/dma/iop-adma.c
6317
6318 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6319 M:      Krzysztof Halasa <khalasa@piap.pl>
6320 S:      Maintained
6321 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6322 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6323 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6324 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6325 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6326 F:      drivers/net/wan/ixp4xx_hss.c
6327
6328 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6329 M:      Deepak Saxena <dsaxena@plexity.net>
6330 S:      Maintained
6331 F:      drivers/char/hw_random/ixp4xx-rng.c
6332
6333 INTEL ETHERNET DRIVERS
6334 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6335 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6336 W:      http://www.intel.com/support/feedback.htm
6337 W:      http://e1000.sourceforge.net/
6338 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6339 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6340 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6341 S:      Supported
6342 F:      Documentation/networking/e100.txt
6343 F:      Documentation/networking/e1000.txt
6344 F:      Documentation/networking/e1000e.txt
6345 F:      Documentation/networking/igb.txt
6346 F:      Documentation/networking/igbvf.txt
6347 F:      Documentation/networking/ixgb.txt
6348 F:      Documentation/networking/ixgbe.txt
6349 F:      Documentation/networking/ixgbevf.txt
6350 F:      Documentation/networking/i40e.txt
6351 F:      Documentation/networking/i40evf.txt
6352 F:      drivers/net/ethernet/intel/
6353 F:      drivers/net/ethernet/intel/*/
6354
6355 INTEL RDMA RNIC DRIVER
6356 M:     Faisal Latif <faisal.latif@intel.com>
6357 R:     Chien Tin Tung <chien.tin.tung@intel.com>
6358 R:     Mustafa Ismail <mustafa.ismail@intel.com>
6359 R:     Shiraz Saleem <shiraz.saleem@intel.com>
6360 R:     Tatyana Nikolova <tatyana.e.nikolova@intel.com>
6361 L:     linux-rdma@vger.kernel.org
6362 S:     Supported
6363 F:     drivers/infiniband/hw/i40iw/
6364
6365 INTEL MERRIFIELD GPIO DRIVER
6366 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6367 L:      linux-gpio@vger.kernel.org
6368 S:      Maintained
6369 F:      drivers/gpio/gpio-merrifield.c
6370
6371 INTEL-MID GPIO DRIVER
6372 M:      David Cohen <david.a.cohen@linux.intel.com>
6373 L:      linux-gpio@vger.kernel.org
6374 S:      Maintained
6375 F:      drivers/gpio/gpio-intel-mid.c
6376
6377 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6378 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
6379 L:      linux-wireless@vger.kernel.org
6380 S:      Maintained
6381 F:      Documentation/networking/README.ipw2100
6382 F:      Documentation/networking/README.ipw2200
6383 F:      drivers/net/wireless/intel/ipw2x00/
6384
6385 INTEL(R) TRACE HUB
6386 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
6387 S:      Supported
6388 F:      Documentation/trace/intel_th.txt
6389 F:      drivers/hwtracing/intel_th/
6390
6391 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6392 M:      Ning Sun <ning.sun@intel.com>
6393 L:      tboot-devel@lists.sourceforge.net
6394 W:      http://tboot.sourceforge.net
6395 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6396 S:      Supported
6397 F:      Documentation/intel_txt.txt
6398 F:      include/linux/tboot.h
6399 F:      arch/x86/kernel/tboot.c
6400
6401 INTEL WIRELESS WIMAX CONNECTION 2400
6402 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6403 M:      linux-wimax@intel.com
6404 L:      wimax@linuxwimax.org (subscribers-only)
6405 S:      Supported
6406 W:      http://linuxwimax.org
6407 F:      Documentation/wimax/README.i2400m
6408 F:      drivers/net/wimax/i2400m/
6409 F:      include/uapi/linux/wimax/i2400m.h
6410
6411 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6412 M:      Stanislaw Gruszka <sgruszka@redhat.com>
6413 L:      linux-wireless@vger.kernel.org
6414 S:      Supported
6415 F:      drivers/net/wireless/intel/iwlegacy/
6416
6417 INTEL WIRELESS WIFI LINK (iwlwifi)
6418 M:      Johannes Berg <johannes.berg@intel.com>
6419 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6420 M:      Luca Coelho <luciano.coelho@intel.com>
6421 M:      Intel Linux Wireless <linuxwifi@intel.com>
6422 L:      linux-wireless@vger.kernel.org
6423 W:      http://intellinuxwireless.org
6424 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6425 S:      Supported
6426 F:      drivers/net/wireless/intel/iwlwifi/
6427
6428 INTEL MANAGEMENT ENGINE (mei)
6429 M:      Tomas Winkler <tomas.winkler@intel.com>
6430 L:      linux-kernel@vger.kernel.org
6431 S:      Supported
6432 F:      include/uapi/linux/mei.h
6433 F:      include/linux/mei_cl_bus.h
6434 F:      drivers/misc/mei/*
6435 F:      drivers/watchdog/mei_wdt.c
6436 F:      Documentation/misc-devices/mei/*
6437
6438 INTEL MIC DRIVERS (mic)
6439 M:      Sudeep Dutt <sudeep.dutt@intel.com>
6440 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
6441 S:      Supported
6442 W:      https://github.com/sudeepdutt/mic
6443 W:      http://software.intel.com/en-us/mic-developer
6444 F:      include/linux/mic_bus.h
6445 F:      include/linux/scif.h
6446 F:      include/uapi/linux/mic_common.h
6447 F:      include/uapi/linux/mic_ioctl.h
6448 F:      include/uapi/linux/scif_ioctl.h
6449 F:      drivers/misc/mic/
6450 F:      drivers/dma/mic_x100_dma.c
6451 F:      drivers/dma/mic_x100_dma.h
6452 F:      Documentation/mic/
6453
6454 INTEL PMC/P-Unit IPC DRIVER
6455 M:      Zha Qipeng<qipeng.zha@intel.com>
6456 L:      platform-driver-x86@vger.kernel.org
6457 S:      Maintained
6458 F:      drivers/platform/x86/intel_pmc_ipc.c
6459 F:      drivers/platform/x86/intel_punit_ipc.c
6460 F:      arch/x86/include/asm/intel_pmc_ipc.h
6461 F:      arch/x86/include/asm/intel_punit_ipc.h
6462
6463 INTEL TELEMETRY DRIVER
6464 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6465 L:      platform-driver-x86@vger.kernel.org
6466 S:      Maintained
6467 F:      arch/x86/include/asm/intel_telemetry.h
6468 F:      drivers/platform/x86/intel_telemetry*
6469
6470 INTEL PMC CORE DRIVER
6471 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6472 M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6473 L:      platform-driver-x86@vger.kernel.org
6474 S:      Maintained
6475 F:      arch/x86/include/asm/pmc_core.h
6476 F:      drivers/platform/x86/intel_pmc_core*
6477
6478 IOC3 ETHERNET DRIVER
6479 M:      Ralf Baechle <ralf@linux-mips.org>
6480 L:      linux-mips@linux-mips.org
6481 S:      Maintained
6482 F:      drivers/net/ethernet/sgi/ioc3-eth.c
6483
6484 IOC3 SERIAL DRIVER
6485 M:      Pat Gefre <pfg@sgi.com>
6486 L:      linux-serial@vger.kernel.org
6487 S:      Maintained
6488 F:      drivers/tty/serial/ioc3_serial.c
6489
6490 IOMMU DRIVERS
6491 M:      Joerg Roedel <joro@8bytes.org>
6492 L:      iommu@lists.linux-foundation.org
6493 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6494 S:      Maintained
6495 F:      Documentation/devicetree/bindings/iommu/
6496 F:      drivers/iommu/
6497
6498 IP MASQUERADING
6499 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6500 S:      Maintained
6501 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
6502
6503 IPMI SUBSYSTEM
6504 M:      Corey Minyard <minyard@acm.org>
6505 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6506 W:      http://openipmi.sourceforge.net/
6507 S:      Supported
6508 F:      Documentation/IPMI.txt
6509 F:      drivers/char/ipmi/
6510 F:      include/linux/ipmi*
6511 F:      include/uapi/linux/ipmi*
6512
6513 QCOM AUDIO (ASoC) DRIVERS
6514 M:      Patrick Lai <plai@codeaurora.org>
6515 M:      Banajit Goswami <bgoswami@codeaurora.org>
6516 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6517 S:      Supported
6518 F:      sound/soc/qcom/
6519
6520 IPS SCSI RAID DRIVER
6521 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6522 L:      linux-scsi@vger.kernel.org
6523 W:      http://www.adaptec.com/
6524 S:      Maintained
6525 F:      drivers/scsi/ips*
6526
6527 IPVS
6528 M:      Wensong Zhang <wensong@linux-vs.org>
6529 M:      Simon Horman <horms@verge.net.au>
6530 M:      Julian Anastasov <ja@ssi.bg>
6531 L:      netdev@vger.kernel.org
6532 L:      lvs-devel@vger.kernel.org
6533 S:      Maintained
6534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6536 F:      Documentation/networking/ipvs-sysctl.txt
6537 F:      include/net/ip_vs.h
6538 F:      include/uapi/linux/ip_vs.h
6539 F:      net/netfilter/ipvs/
6540
6541 IPWIRELESS DRIVER
6542 M:      Jiri Kosina <jikos@kernel.org>
6543 M:      David Sterba <dsterba@suse.com>
6544 S:      Odd Fixes
6545 F:      drivers/tty/ipwireless/
6546
6547 IPX NETWORK LAYER
6548 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6549 L:      netdev@vger.kernel.org
6550 S:      Maintained
6551 F:      include/net/ipx.h
6552 F:      include/uapi/linux/ipx.h
6553 F:      net/ipx/
6554
6555 IRDA SUBSYSTEM
6556 M:      Samuel Ortiz <samuel@sortiz.org>
6557 L:      irda-users@lists.sourceforge.net (subscribers-only)
6558 L:      netdev@vger.kernel.org
6559 W:      http://irda.sourceforge.net/
6560 S:      Maintained
6561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6562 F:      Documentation/networking/irda.txt
6563 F:      drivers/net/irda/
6564 F:      include/net/irda/
6565 F:      net/irda/
6566
6567 IRQ SUBSYSTEM
6568 M:      Thomas Gleixner <tglx@linutronix.de>
6569 L:      linux-kernel@vger.kernel.org
6570 S:      Maintained
6571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6572 F:      kernel/irq/
6573
6574 IRQCHIP DRIVERS
6575 M:      Thomas Gleixner <tglx@linutronix.de>
6576 M:      Jason Cooper <jason@lakedaemon.net>
6577 M:      Marc Zyngier <marc.zyngier@arm.com>
6578 L:      linux-kernel@vger.kernel.org
6579 S:      Maintained
6580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6581 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6582 F:      Documentation/devicetree/bindings/interrupt-controller/
6583 F:      drivers/irqchip/
6584
6585 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6586 M:      Marc Zyngier <marc.zyngier@arm.com>
6587 S:      Maintained
6588 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6589 F:      Documentation/IRQ-domain.txt
6590 F:      include/linux/irqdomain.h
6591 F:      kernel/irq/irqdomain.c
6592 F:      kernel/irq/msi.c
6593
6594 ISA
6595 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
6596 S:      Maintained
6597 F:      Documentation/isa.txt
6598 F:      drivers/base/isa.c
6599 F:      include/linux/isa.h
6600
6601 ISAPNP
6602 M:      Jaroslav Kysela <perex@perex.cz>
6603 S:      Maintained
6604 F:      Documentation/isapnp.txt
6605 F:      drivers/pnp/isapnp/
6606 F:      include/linux/isapnp.h
6607
6608 ISA RADIO MODULE
6609 M:      Hans Verkuil <hverkuil@xs4all.nl>
6610 L:      linux-media@vger.kernel.org
6611 T:      git git://linuxtv.org/media_tree.git
6612 W:      https://linuxtv.org
6613 S:      Maintained
6614 F:      drivers/media/radio/radio-isa*
6615
6616 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6617 M:      Peter Jones <pjones@redhat.com>
6618 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6619 S:      Maintained
6620 F:      drivers/firmware/iscsi_ibft*
6621
6622 ISCSI
6623 M:      Mike Christie <michaelc@cs.wisc.edu>
6624 L:      open-iscsi@googlegroups.com
6625 W:      www.open-iscsi.org
6626 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6627 S:      Maintained
6628 F:      drivers/scsi/*iscsi*
6629 F:      include/scsi/*iscsi*
6630
6631 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6632 M:      Or Gerlitz <ogerlitz@mellanox.com>
6633 M:      Sagi Grimberg <sagi@grimberg.me>
6634 M:      Roi Dayan <roid@mellanox.com>
6635 L:      linux-rdma@vger.kernel.org
6636 S:      Supported
6637 W:      http://www.openfabrics.org
6638 W:      www.open-iscsi.org
6639 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6640 F:      drivers/infiniband/ulp/iser/
6641
6642 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6643 M:      Sagi Grimberg <sagi@grimberg.me>
6644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6645 L:      linux-rdma@vger.kernel.org
6646 L:      target-devel@vger.kernel.org
6647 S:      Supported
6648 W:      http://www.linux-iscsi.org
6649 F:      drivers/infiniband/ulp/isert
6650
6651 ISDN SUBSYSTEM
6652 M:      Karsten Keil <isdn@linux-pingi.de>
6653 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6654 L:      netdev@vger.kernel.org
6655 W:      http://www.isdn4linux.de
6656 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6657 S:      Maintained
6658 F:      Documentation/isdn/
6659 F:      drivers/isdn/
6660 F:      include/linux/isdn.h
6661 F:      include/linux/isdn/
6662 F:      include/uapi/linux/isdn.h
6663 F:      include/uapi/linux/isdn/
6664
6665 ISDN SUBSYSTEM (Eicon active card driver)
6666 M:      Armin Schindler <mac@melware.de>
6667 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6668 W:      http://www.melware.de
6669 S:      Maintained
6670 F:      drivers/isdn/hardware/eicon/
6671
6672 IT87 HARDWARE MONITORING DRIVER
6673 M:      Jean Delvare <jdelvare@suse.com>
6674 L:      linux-hwmon@vger.kernel.org
6675 S:      Maintained
6676 F:      Documentation/hwmon/it87
6677 F:      drivers/hwmon/it87.c
6678
6679 IT913X MEDIA DRIVER
6680 M:      Antti Palosaari <crope@iki.fi>
6681 L:      linux-media@vger.kernel.org
6682 W:      https://linuxtv.org
6683 W:      http://palosaari.fi/linux/
6684 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6685 T:      git git://linuxtv.org/anttip/media_tree.git
6686 S:      Maintained
6687 F:      drivers/media/tuners/it913x*
6688
6689 IVTV VIDEO4LINUX DRIVER
6690 M:      Andy Walls <awalls@md.metrocast.net>
6691 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6692 L:      linux-media@vger.kernel.org
6693 T:      git git://linuxtv.org/media_tree.git
6694 W:      http://www.ivtvdriver.org
6695 S:      Maintained
6696 F:      Documentation/media/v4l-drivers/ivtv*
6697 F:      drivers/media/pci/ivtv/
6698 F:      include/uapi/linux/ivtv*
6699
6700 IX2505V MEDIA DRIVER
6701 M:      Malcolm Priestley <tvboxspy@gmail.com>
6702 L:      linux-media@vger.kernel.org
6703 W:      https://linuxtv.org
6704 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6705 S:      Maintained
6706 F:      drivers/media/dvb-frontends/ix2505v*
6707
6708 JC42.4 TEMPERATURE SENSOR DRIVER
6709 M:      Guenter Roeck <linux@roeck-us.net>
6710 L:      linux-hwmon@vger.kernel.org
6711 S:      Maintained
6712 F:      drivers/hwmon/jc42.c
6713 F:      Documentation/hwmon/jc42
6714
6715 JFS FILESYSTEM
6716 M:      Dave Kleikamp <shaggy@kernel.org>
6717 L:      jfs-discussion@lists.sourceforge.net
6718 W:      http://jfs.sourceforge.net/
6719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6720 S:      Maintained
6721 F:      Documentation/filesystems/jfs.txt
6722 F:      fs/jfs/
6723
6724 JME NETWORK DRIVER
6725 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6726 L:      netdev@vger.kernel.org
6727 S:      Maintained
6728 F:      drivers/net/ethernet/jme.*
6729
6730 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6731 M:      David Woodhouse <dwmw2@infradead.org>
6732 L:      linux-mtd@lists.infradead.org
6733 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6734 S:      Maintained
6735 F:      fs/jffs2/
6736 F:      include/uapi/linux/jffs2.h
6737
6738 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6739 M:      "Theodore Ts'o" <tytso@mit.edu>
6740 M:      Jan Kara <jack@suse.com>
6741 L:      linux-ext4@vger.kernel.org
6742 S:      Maintained
6743 F:      fs/jbd2/
6744 F:      include/linux/jbd2.h
6745
6746 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6747 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6748 L:      linux-media@vger.kernel.org
6749 S:      Maintained
6750 F:      drivers/media/platform/rcar_jpu.c
6751
6752 JSM Neo PCI based serial card
6753 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6754 L:      linux-serial@vger.kernel.org
6755 S:      Maintained
6756 F:      drivers/tty/serial/jsm/
6757
6758 K10TEMP HARDWARE MONITORING DRIVER
6759 M:      Clemens Ladisch <clemens@ladisch.de>
6760 L:      linux-hwmon@vger.kernel.org
6761 S:      Maintained
6762 F:      Documentation/hwmon/k10temp
6763 F:      drivers/hwmon/k10temp.c
6764
6765 K8TEMP HARDWARE MONITORING DRIVER
6766 M:      Rudolf Marek <r.marek@assembler.cz>
6767 L:      linux-hwmon@vger.kernel.org
6768 S:      Maintained
6769 F:      Documentation/hwmon/k8temp
6770 F:      drivers/hwmon/k8temp.c
6771
6772 KASAN
6773 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6774 R:      Alexander Potapenko <glider@google.com>
6775 R:      Dmitry Vyukov <dvyukov@google.com>
6776 L:      kasan-dev@googlegroups.com
6777 S:      Maintained
6778 F:      arch/*/include/asm/kasan.h
6779 F:      arch/*/mm/kasan_init*
6780 F:      Documentation/dev-tools/kasan.rst
6781 F:      include/linux/kasan*.h
6782 F:      lib/test_kasan.c
6783 F:      mm/kasan/
6784 F:      scripts/Makefile.kasan
6785
6786 KCONFIG
6787 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6788 L:      linux-kbuild@vger.kernel.org
6789 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6790 S:      Maintained
6791 F:      Documentation/kbuild/kconfig-language.txt
6792 F:      scripts/kconfig/
6793
6794 KDUMP
6795 M:      Dave Young <dyoung@redhat.com>
6796 M:      Baoquan He <bhe@redhat.com>
6797 R:      Vivek Goyal <vgoyal@redhat.com>
6798 L:      kexec@lists.infradead.org
6799 W:      http://lse.sourceforge.net/kdump/
6800 S:      Maintained
6801 F:      Documentation/kdump/
6802
6803 KEENE FM RADIO TRANSMITTER DRIVER
6804 M:      Hans Verkuil <hverkuil@xs4all.nl>
6805 L:      linux-media@vger.kernel.org
6806 T:      git git://linuxtv.org/media_tree.git
6807 W:      https://linuxtv.org
6808 S:      Maintained
6809 F:      drivers/media/radio/radio-keene*
6810
6811 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6812 M:      Ian Kent <raven@themaw.net>
6813 L:      autofs@vger.kernel.org
6814 S:      Maintained
6815 F:      fs/autofs4/
6816
6817 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6818 M:      Michal Marek <mmarek@suse.com>
6819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6820 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6821 L:      linux-kbuild@vger.kernel.org
6822 S:      Maintained
6823 F:      Documentation/kbuild/
6824 F:      Makefile
6825 F:      scripts/Makefile.*
6826 F:      scripts/basic/
6827 F:      scripts/mk*
6828 F:      scripts/package/
6829
6830 KERNEL JANITORS
6831 L:      kernel-janitors@vger.kernel.org
6832 W:      http://kernelnewbies.org/KernelJanitors
6833 S:      Odd Fixes
6834
6835 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6836 M:      "J. Bruce Fields" <bfields@fieldses.org>
6837 M:      Jeff Layton <jlayton@poochiereds.net>
6838 L:      linux-nfs@vger.kernel.org
6839 W:      http://nfs.sourceforge.net/
6840 T:      git git://linux-nfs.org/~bfields/linux.git
6841 S:      Supported
6842 F:      fs/nfsd/
6843 F:      include/uapi/linux/nfsd/
6844 F:      fs/lockd/
6845 F:      fs/nfs_common/
6846 F:      net/sunrpc/
6847 F:      include/linux/lockd/
6848 F:      include/linux/sunrpc/
6849 F:      include/uapi/linux/sunrpc/
6850
6851 KERNEL SELFTEST FRAMEWORK
6852 M:      Shuah Khan <shuahkh@osg.samsung.com>
6853 M:      Shuah Khan <shuah@kernel.org>
6854 L:      linux-kselftest@vger.kernel.org
6855 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6856 S:      Maintained
6857 F:      tools/testing/selftests
6858
6859 KERNEL VIRTUAL MACHINE (KVM)
6860 M:      Paolo Bonzini <pbonzini@redhat.com>
6861 M:      Radim Krčmář <rkrcmar@redhat.com>
6862 L:      kvm@vger.kernel.org
6863 W:      http://www.linux-kvm.org
6864 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6865 S:      Supported
6866 F:      Documentation/*/kvm*.txt
6867 F:      Documentation/virtual/kvm/
6868 F:      arch/*/kvm/
6869 F:      arch/x86/kernel/kvm.c
6870 F:      arch/x86/kernel/kvmclock.c
6871 F:      arch/*/include/asm/kvm*
6872 F:      include/linux/kvm*
6873 F:      include/uapi/linux/kvm*
6874 F:      virt/kvm/
6875 F:      tools/kvm/
6876
6877 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6878 M:      Joerg Roedel <joro@8bytes.org>
6879 L:      kvm@vger.kernel.org
6880 W:      http://www.linux-kvm.org/
6881 S:      Maintained
6882 F:      arch/x86/include/asm/svm.h
6883 F:      arch/x86/kvm/svm.c
6884
6885 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6886 M:      Alexander Graf <agraf@suse.com>
6887 L:      kvm-ppc@vger.kernel.org
6888 W:      http://www.linux-kvm.org/
6889 T:      git git://github.com/agraf/linux-2.6.git
6890 S:      Supported
6891 F:      arch/powerpc/include/asm/kvm*
6892 F:      arch/powerpc/kvm/
6893
6894 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6895 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6896 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6897 L:      linux-s390@vger.kernel.org
6898 W:      http://www.ibm.com/developerworks/linux/linux390/
6899 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6900 S:      Supported
6901 F:      Documentation/s390/kvm.txt
6902 F:      arch/s390/include/asm/kvm*
6903 F:      arch/s390/kvm/
6904
6905 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6906 M:      Christoffer Dall <christoffer.dall@linaro.org>
6907 M:      Marc Zyngier <marc.zyngier@arm.com>
6908 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6909 L:      kvmarm@lists.cs.columbia.edu
6910 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6912 S:      Supported
6913 F:      arch/arm/include/uapi/asm/kvm*
6914 F:      arch/arm/include/asm/kvm*
6915 F:      arch/arm/kvm/
6916 F:      virt/kvm/arm/
6917 F:      include/kvm/arm_*
6918
6919 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6920 M:      Christoffer Dall <christoffer.dall@linaro.org>
6921 M:      Marc Zyngier <marc.zyngier@arm.com>
6922 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6923 L:      kvmarm@lists.cs.columbia.edu
6924 S:      Maintained
6925 F:      arch/arm64/include/uapi/asm/kvm*
6926 F:      arch/arm64/include/asm/kvm*
6927 F:      arch/arm64/kvm/
6928
6929 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6930 M:      James Hogan <james.hogan@imgtec.com>
6931 L:      linux-mips@linux-mips.org
6932 S:      Supported
6933 F:      arch/mips/include/uapi/asm/kvm*
6934 F:      arch/mips/include/asm/kvm*
6935 F:      arch/mips/kvm/
6936
6937 KEXEC
6938 M:      Eric Biederman <ebiederm@xmission.com>
6939 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6940 L:      kexec@lists.infradead.org
6941 S:      Maintained
6942 F:      include/linux/kexec.h
6943 F:      include/uapi/linux/kexec.h
6944 F:      kernel/kexec*
6945
6946 KEYS/KEYRINGS:
6947 M:      David Howells <dhowells@redhat.com>
6948 L:      keyrings@vger.kernel.org
6949 S:      Maintained
6950 F:      Documentation/security/keys.txt
6951 F:      include/linux/key.h
6952 F:      include/linux/key-type.h
6953 F:      include/linux/keyctl.h
6954 F:      include/uapi/linux/keyctl.h
6955 F:      include/keys/
6956 F:      security/keys/
6957
6958 KEYS-TRUSTED
6959 M:      David Safford <safford@us.ibm.com>
6960 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6961 L:      linux-security-module@vger.kernel.org
6962 L:      keyrings@vger.kernel.org
6963 S:      Supported
6964 F:      Documentation/security/keys-trusted-encrypted.txt
6965 F:      include/keys/trusted-type.h
6966 F:      security/keys/trusted.c
6967 F:      security/keys/trusted.h
6968
6969 KEYS-ENCRYPTED
6970 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6971 M:      David Safford <safford@us.ibm.com>
6972 L:      linux-security-module@vger.kernel.org
6973 L:      keyrings@vger.kernel.org
6974 S:      Supported
6975 F:      Documentation/security/keys-trusted-encrypted.txt
6976 F:      include/keys/encrypted-type.h
6977 F:      security/keys/encrypted-keys/
6978
6979 KGDB / KDB /debug_core
6980 M:      Jason Wessel <jason.wessel@windriver.com>
6981 W:      http://kgdb.wiki.kernel.org/
6982 L:      kgdb-bugreport@lists.sourceforge.net
6983 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6984 S:      Maintained
6985 F:      Documentation/DocBook/kgdb.tmpl
6986 F:      drivers/misc/kgdbts.c
6987 F:      drivers/tty/serial/kgdboc.c
6988 F:      include/linux/kdb.h
6989 F:      include/linux/kgdb.h
6990 F:      kernel/debug/
6991
6992 KMEMCHECK
6993 M:      Vegard Nossum <vegardno@ifi.uio.no>
6994 M:      Pekka Enberg <penberg@kernel.org>
6995 S:      Maintained
6996 F:      Documentation/dev-tools/kmemcheck.rst
6997 F:      arch/x86/include/asm/kmemcheck.h
6998 F:      arch/x86/mm/kmemcheck/
6999 F:      include/linux/kmemcheck.h
7000 F:      mm/kmemcheck.c
7001
7002 KMEMLEAK
7003 M:      Catalin Marinas <catalin.marinas@arm.com>
7004 S:      Maintained
7005 F:      Documentation/dev-tools/kmemleak.rst
7006 F:      include/linux/kmemleak.h
7007 F:      mm/kmemleak.c
7008 F:      mm/kmemleak-test.c
7009
7010 KPROBES
7011 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7012 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7013 M:      "David S. Miller" <davem@davemloft.net>
7014 M:      Masami Hiramatsu <mhiramat@kernel.org>
7015 S:      Maintained
7016 F:      Documentation/kprobes.txt
7017 F:      include/linux/kprobes.h
7018 F:      kernel/kprobes.c
7019
7020 KS0108 LCD CONTROLLER DRIVER
7021 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7022 W:      http://miguelojeda.es/auxdisplay.htm
7023 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7024 S:      Maintained
7025 F:      Documentation/auxdisplay/ks0108
7026 F:      drivers/auxdisplay/ks0108.c
7027 F:      include/linux/ks0108.h
7028
7029 L3MDEV
7030 M:      David Ahern <dsa@cumulusnetworks.com>
7031 L:      netdev@vger.kernel.org
7032 S:      Maintained
7033 F:      net/l3mdev
7034 F:      include/net/l3mdev.h
7035
7036 LANTIQ MIPS ARCHITECTURE
7037 M:      John Crispin <john@phrozen.org>
7038 L:      linux-mips@linux-mips.org
7039 S:      Maintained
7040 F:      arch/mips/lantiq
7041
7042 LAPB module
7043 L:      linux-x25@vger.kernel.org
7044 S:      Orphan
7045 F:      Documentation/networking/lapb-module.txt
7046 F:      include/*/lapb.h
7047 F:      net/lapb/
7048
7049 LASI 53c700 driver for PARISC
7050 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7051 L:      linux-scsi@vger.kernel.org
7052 S:      Maintained
7053 F:      Documentation/scsi/53c700.txt
7054 F:      drivers/scsi/53c700*
7055
7056 LED SUBSYSTEM
7057 M:      Richard Purdie <rpurdie@rpsys.net>
7058 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
7059 L:      linux-leds@vger.kernel.org
7060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7061 S:      Maintained
7062 F:      Documentation/devicetree/bindings/leds/
7063 F:      drivers/leds/
7064 F:      include/linux/leds.h
7065
7066 LEGACY EEPROM DRIVER
7067 M:      Jean Delvare <jdelvare@suse.com>
7068 S:      Maintained
7069 F:      Documentation/misc-devices/eeprom
7070 F:      drivers/misc/eeprom/eeprom.c
7071
7072 LEGO USB Tower driver
7073 M:      Juergen Stuber <starblue@users.sourceforge.net>
7074 L:      legousb-devel@lists.sourceforge.net
7075 W:      http://legousb.sourceforge.net/
7076 S:      Maintained
7077 F:      drivers/usb/misc/legousbtower.c
7078
7079 LG2160 MEDIA DRIVER
7080 M:      Michael Krufky <mkrufky@linuxtv.org>
7081 L:      linux-media@vger.kernel.org
7082 W:      https://linuxtv.org
7083 W:      http://github.com/mkrufky
7084 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7085 T:      git git://linuxtv.org/mkrufky/tuners.git
7086 S:      Maintained
7087 F:      drivers/media/dvb-frontends/lg2160.*
7088
7089 LGDT3305 MEDIA DRIVER
7090 M:      Michael Krufky <mkrufky@linuxtv.org>
7091 L:      linux-media@vger.kernel.org
7092 W:      https://linuxtv.org
7093 W:      http://github.com/mkrufky
7094 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7095 T:      git git://linuxtv.org/mkrufky/tuners.git
7096 S:      Maintained
7097 F:      drivers/media/dvb-frontends/lgdt3305.*
7098
7099 LGUEST
7100 M:      Rusty Russell <rusty@rustcorp.com.au>
7101 L:      lguest@lists.ozlabs.org
7102 W:      http://lguest.ozlabs.org/
7103 S:      Odd Fixes
7104 F:      arch/x86/include/asm/lguest*.h
7105 F:      arch/x86/lguest/
7106 F:      drivers/lguest/
7107 F:      include/linux/lguest*.h
7108 F:      tools/lguest/
7109
7110 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7111 M:      Tejun Heo <tj@kernel.org>
7112 L:      linux-ide@vger.kernel.org
7113 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7114 S:      Maintained
7115 F:      drivers/ata/
7116 F:      include/linux/ata.h
7117 F:      include/linux/libata.h
7118 F:      Documentation/devicetree/bindings/ata/
7119
7120 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7121 M:      Viresh Kumar <vireshk@kernel.org>
7122 L:      linux-ide@vger.kernel.org
7123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7124 S:      Maintained
7125 F:      include/linux/pata_arasan_cf_data.h
7126 F:      drivers/ata/pata_arasan_cf.c
7127
7128 LIBATA PATA DRIVERS
7129 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7130 M:      Tejun Heo <tj@kernel.org>
7131 L:      linux-ide@vger.kernel.org
7132 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7133 S:      Maintained
7134 F:      drivers/ata/pata_*.c
7135 F:      drivers/ata/ata_generic.c
7136
7137 LIBATA SATA AHCI PLATFORM devices support
7138 M:      Hans de Goede <hdegoede@redhat.com>
7139 M:      Tejun Heo <tj@kernel.org>
7140 L:      linux-ide@vger.kernel.org
7141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7142 S:      Maintained
7143 F:      drivers/ata/ahci_platform.c
7144 F:      drivers/ata/libahci_platform.c
7145 F:      include/linux/ahci_platform.h
7146
7147 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7148 M:      Mikael Pettersson <mikpelinux@gmail.com>
7149 L:      linux-ide@vger.kernel.org
7150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7151 S:      Maintained
7152 F:      drivers/ata/sata_promise.*
7153
7154 LIBLOCKDEP
7155 M:      Sasha Levin <sasha.levin@oracle.com>
7156 S:      Maintained
7157 F:      tools/lib/lockdep/
7158
7159 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7160 M:      Dan Williams <dan.j.williams@intel.com>
7161 L:      linux-nvdimm@lists.01.org
7162 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7164 S:      Supported
7165 F:      drivers/nvdimm/*
7166 F:      include/linux/nd.h
7167 F:      include/linux/libnvdimm.h
7168 F:      include/uapi/linux/ndctl.h
7169
7170 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7171 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7172 L:      linux-nvdimm@lists.01.org
7173 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7174 S:      Supported
7175 F:      drivers/nvdimm/blk.c
7176 F:      drivers/nvdimm/region_devs.c
7177 F:      drivers/acpi/nfit*
7178
7179 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7180 M:      Vishal Verma <vishal.l.verma@intel.com>
7181 L:      linux-nvdimm@lists.01.org
7182 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7183 S:      Supported
7184 F:      drivers/nvdimm/btt*
7185
7186 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7187 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7188 L:      linux-nvdimm@lists.01.org
7189 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7190 S:      Supported
7191 F:      drivers/nvdimm/pmem.c
7192 F:      include/linux/pmem.h
7193 F:      arch/*/include/asm/pmem.h
7194
7195 LIGHTNVM PLATFORM SUPPORT
7196 M:      Matias Bjorling <mb@lightnvm.io>
7197 W:      http://github/OpenChannelSSD
7198 L:      linux-block@vger.kernel.org
7199 S:      Maintained
7200 F:      drivers/lightnvm/
7201 F:      include/linux/lightnvm.h
7202 F:      include/uapi/linux/lightnvm.h
7203
7204 LINUX FOR IBM pSERIES (RS/6000)
7205 M:      Paul Mackerras <paulus@au.ibm.com>
7206 W:      http://www.ibm.com/linux/ltc/projects/ppc
7207 S:      Supported
7208 F:      arch/powerpc/boot/rs6000.h
7209
7210 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7211 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7212 M:      Paul Mackerras <paulus@samba.org>
7213 M:      Michael Ellerman <mpe@ellerman.id.au>
7214 W:      http://www.penguinppc.org/
7215 L:      linuxppc-dev@lists.ozlabs.org
7216 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7218 S:      Supported
7219 F:      Documentation/powerpc/
7220 F:      arch/powerpc/
7221 F:      drivers/char/tpm/tpm_ibmvtpm*
7222 F:      drivers/crypto/nx/
7223 F:      drivers/crypto/vmx/
7224 F:      drivers/net/ethernet/ibm/ibmveth.*
7225 F:      drivers/net/ethernet/ibm/ibmvnic.*
7226 F:      drivers/pci/hotplug/pnv_php.c
7227 F:      drivers/pci/hotplug/rpa*
7228 F:      drivers/scsi/ibmvscsi/
7229 N:      opal
7230 N:      /pmac
7231 N:      powermac
7232 N:      powernv
7233 N:      [^a-z0-9]ps3
7234 N:      pseries
7235
7236 LINUX FOR POWER MACINTOSH
7237 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7238 W:      http://www.penguinppc.org/
7239 L:      linuxppc-dev@lists.ozlabs.org
7240 S:      Maintained
7241 F:      arch/powerpc/platforms/powermac/
7242 F:      drivers/macintosh/
7243
7244 LINUX FOR POWERPC EMBEDDED MPC5XXX
7245 M:      Anatolij Gustschin <agust@denx.de>
7246 L:      linuxppc-dev@lists.ozlabs.org
7247 T:      git git://git.denx.de/linux-denx-agust.git
7248 S:      Maintained
7249 F:      arch/powerpc/platforms/512x/
7250 F:      arch/powerpc/platforms/52xx/
7251
7252 LINUX FOR POWERPC EMBEDDED PPC4XX
7253 M:      Alistair Popple <alistair@popple.id.au>
7254 M:      Matt Porter <mporter@kernel.crashing.org>
7255 W:      http://www.penguinppc.org/
7256 L:      linuxppc-dev@lists.ozlabs.org
7257 S:      Maintained
7258 F:      arch/powerpc/platforms/40x/
7259 F:      arch/powerpc/platforms/44x/
7260
7261 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7262 L:      linuxppc-dev@lists.ozlabs.org
7263 S:      Orphan
7264 F:      arch/powerpc/*/*virtex*
7265 F:      arch/powerpc/*/*/*virtex*
7266
7267 LINUX FOR POWERPC EMBEDDED PPC8XX
7268 M:      Vitaly Bordug <vitb@kernel.crashing.org>
7269 W:      http://www.penguinppc.org/
7270 L:      linuxppc-dev@lists.ozlabs.org
7271 S:      Maintained
7272 F:      arch/powerpc/platforms/8xx/
7273
7274 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7275 M:      Scott Wood <oss@buserror.net>
7276 M:      Kumar Gala <galak@kernel.crashing.org>
7277 W:      http://www.penguinppc.org/
7278 L:      linuxppc-dev@lists.ozlabs.org
7279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7280 S:      Maintained
7281 F:      arch/powerpc/platforms/83xx/
7282 F:      arch/powerpc/platforms/85xx/
7283
7284 LINUX FOR POWERPC PA SEMI PWRFICIENT
7285 M:      Olof Johansson <olof@lixom.net>
7286 L:      linuxppc-dev@lists.ozlabs.org
7287 S:      Maintained
7288 F:      arch/powerpc/platforms/pasemi/
7289 F:      drivers/*/*pasemi*
7290 F:      drivers/*/*/*pasemi*
7291
7292 LINUX SECURITY MODULE (LSM) FRAMEWORK
7293 M:      Chris Wright <chrisw@sous-sol.org>
7294 L:      linux-security-module@vger.kernel.org
7295 S:      Supported
7296
7297 LIS3LV02D ACCELEROMETER DRIVER
7298 M:      Eric Piel <eric.piel@tremplin-utc.net>
7299 S:      Maintained
7300 F:      Documentation/misc-devices/lis3lv02d
7301 F:      drivers/misc/lis3lv02d/
7302 F:      drivers/platform/x86/hp_accel.c
7303
7304 LIVE PATCHING
7305 M:      Josh Poimboeuf <jpoimboe@redhat.com>
7306 M:      Jessica Yu <jeyu@redhat.com>
7307 M:      Jiri Kosina <jikos@kernel.org>
7308 M:      Miroslav Benes <mbenes@suse.cz>
7309 R:      Petr Mladek <pmladek@suse.com>
7310 S:      Maintained
7311 F:      kernel/livepatch/
7312 F:      include/linux/livepatch.h
7313 F:      arch/x86/include/asm/livepatch.h
7314 F:      arch/x86/kernel/livepatch.c
7315 F:      Documentation/livepatch/
7316 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7317 F:      samples/livepatch/
7318 L:      live-patching@vger.kernel.org
7319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7320
7321 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7322 M:      Kees Cook <keescook@chromium.org>
7323 S:      Maintained
7324 F:      drivers/misc/lkdtm*
7325
7326 LLC (802.2)
7327 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7328 S:      Maintained
7329 F:      include/linux/llc.h
7330 F:      include/uapi/linux/llc.h
7331 F:      include/net/llc*
7332 F:      net/llc/
7333
7334 LM73 HARDWARE MONITOR DRIVER
7335 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
7336 L:      linux-hwmon@vger.kernel.org
7337 S:      Maintained
7338 F:      drivers/hwmon/lm73.c
7339
7340 LM78 HARDWARE MONITOR DRIVER
7341 M:      Jean Delvare <jdelvare@suse.com>
7342 L:      linux-hwmon@vger.kernel.org
7343 S:      Maintained
7344 F:      Documentation/hwmon/lm78
7345 F:      drivers/hwmon/lm78.c
7346
7347 LM83 HARDWARE MONITOR DRIVER
7348 M:      Jean Delvare <jdelvare@suse.com>
7349 L:      linux-hwmon@vger.kernel.org
7350 S:      Maintained
7351 F:      Documentation/hwmon/lm83
7352 F:      drivers/hwmon/lm83.c
7353
7354 LM90 HARDWARE MONITOR DRIVER
7355 M:      Jean Delvare <jdelvare@suse.com>
7356 L:      linux-hwmon@vger.kernel.org
7357 S:      Maintained
7358 F:      Documentation/hwmon/lm90
7359 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7360 F:      drivers/hwmon/lm90.c
7361
7362 LM95234 HARDWARE MONITOR DRIVER
7363 M:      Guenter Roeck <linux@roeck-us.net>
7364 L:      linux-hwmon@vger.kernel.org
7365 S:      Maintained
7366 F:      Documentation/hwmon/lm95234
7367 F:      drivers/hwmon/lm95234.c
7368
7369 LME2510 MEDIA DRIVER
7370 M:      Malcolm Priestley <tvboxspy@gmail.com>
7371 L:      linux-media@vger.kernel.org
7372 W:      https://linuxtv.org
7373 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7374 S:      Maintained
7375 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7376
7377 LOCKING PRIMITIVES
7378 M:      Peter Zijlstra <peterz@infradead.org>
7379 M:      Ingo Molnar <mingo@redhat.com>
7380 L:      linux-kernel@vger.kernel.org
7381 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7382 S:      Maintained
7383 F:      Documentation/locking/
7384 F:      include/linux/lockdep.h
7385 F:      include/linux/spinlock*.h
7386 F:      arch/*/include/asm/spinlock*.h
7387 F:      include/linux/rwlock*.h
7388 F:      include/linux/mutex*.h
7389 F:      arch/*/include/asm/mutex*.h
7390 F:      include/linux/rwsem*.h
7391 F:      arch/*/include/asm/rwsem.h
7392 F:      include/linux/seqlock.h
7393 F:      lib/locking*.[ch]
7394 F:      kernel/locking/
7395
7396 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7397 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
7398 L:      linux-ntfs-dev@lists.sourceforge.net
7399 W:      http://www.linux-ntfs.org/content/view/19/37/
7400 S:      Maintained
7401 F:      Documentation/ldm.txt
7402 F:      block/partitions/ldm.*
7403
7404 LogFS
7405 M:      Joern Engel <joern@logfs.org>
7406 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
7407 L:      logfs@logfs.org
7408 W:      logfs.org
7409 S:      Maintained
7410 F:      fs/logfs/
7411
7412 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7413 M:      Sathya Prakash <sathya.prakash@broadcom.com>
7414 M:      Chaitra P B <chaitra.basappa@broadcom.com>
7415 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7416 L:      MPT-FusionLinux.pdl@broadcom.com
7417 L:      linux-scsi@vger.kernel.org
7418 W:      http://www.avagotech.com/support/
7419 S:      Supported
7420 F:      drivers/message/fusion/
7421 F:      drivers/scsi/mpt2sas/
7422 F:      drivers/scsi/mpt3sas/
7423
7424 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7425 M:      Matthew Wilcox <matthew@wil.cx>
7426 L:      linux-scsi@vger.kernel.org
7427 S:      Maintained
7428 F:      drivers/scsi/sym53c8xx_2/
7429
7430 LTC4261 HARDWARE MONITOR DRIVER
7431 M:      Guenter Roeck <linux@roeck-us.net>
7432 L:      linux-hwmon@vger.kernel.org
7433 S:      Maintained
7434 F:      Documentation/hwmon/ltc4261
7435 F:      drivers/hwmon/ltc4261.c
7436
7437 LTP (Linux Test Project)
7438 M:      Mike Frysinger <vapier@gentoo.org>
7439 M:      Cyril Hrubis <chrubis@suse.cz>
7440 M:      Wanlong Gao <wanlong.gao@gmail.com>
7441 M:      Jan Stancek <jstancek@redhat.com>
7442 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7443 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
7444 L:      ltp@lists.linux.it (subscribers-only)
7445 W:      http://linux-test-project.github.io/
7446 T:      git git://github.com/linux-test-project/ltp.git
7447 S:      Maintained
7448
7449 M32R ARCHITECTURE
7450 W:      http://www.linux-m32r.org/
7451 S:      Orphan
7452 F:      arch/m32r/
7453
7454 M68K ARCHITECTURE
7455 M:      Geert Uytterhoeven <geert@linux-m68k.org>
7456 L:      linux-m68k@lists.linux-m68k.org
7457 W:      http://www.linux-m68k.org/
7458 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7459 S:      Maintained
7460 F:      arch/m68k/
7461 F:      drivers/zorro/
7462
7463 M68K ON APPLE MACINTOSH
7464 M:      Joshua Thompson <funaho@jurai.org>
7465 W:      http://www.mac.linux-m68k.org/
7466 L:      linux-m68k@lists.linux-m68k.org
7467 S:      Maintained
7468 F:      arch/m68k/mac/
7469
7470 M68K ON HP9000/300
7471 M:      Philip Blundell <philb@gnu.org>
7472 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
7473 S:      Maintained
7474 F:      arch/m68k/hp300/
7475
7476 M88DS3103 MEDIA DRIVER
7477 M:      Antti Palosaari <crope@iki.fi>
7478 L:      linux-media@vger.kernel.org
7479 W:      https://linuxtv.org
7480 W:      http://palosaari.fi/linux/
7481 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7482 T:      git git://linuxtv.org/anttip/media_tree.git
7483 S:      Maintained
7484 F:      drivers/media/dvb-frontends/m88ds3103*
7485
7486 M88RS2000 MEDIA DRIVER
7487 M:      Malcolm Priestley <tvboxspy@gmail.com>
7488 L:      linux-media@vger.kernel.org
7489 W:      https://linuxtv.org
7490 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7491 S:      Maintained
7492 F:      drivers/media/dvb-frontends/m88rs2000*
7493
7494 MA901 MASTERKIT USB FM RADIO DRIVER
7495 M:      Alexey Klimov <klimov.linux@gmail.com>
7496 L:      linux-media@vger.kernel.org
7497 T:      git git://linuxtv.org/media_tree.git
7498 S:      Maintained
7499 F:      drivers/media/radio/radio-ma901.c
7500
7501 MAC80211
7502 M:      Johannes Berg <johannes@sipsolutions.net>
7503 L:      linux-wireless@vger.kernel.org
7504 W:      http://wireless.kernel.org/
7505 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7506 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7507 S:      Maintained
7508 F:      Documentation/networking/mac80211-injection.txt
7509 F:      include/net/mac80211.h
7510 F:      net/mac80211/
7511 F:      drivers/net/wireless/mac80211_hwsim.[ch]
7512
7513 MACVLAN DRIVER
7514 M:      Patrick McHardy <kaber@trash.net>
7515 L:      netdev@vger.kernel.org
7516 S:      Maintained
7517 F:      drivers/net/macvlan.c
7518 F:      include/linux/if_macvlan.h
7519
7520 MAILBOX API
7521 M:      Jassi Brar <jassisinghbrar@gmail.com>
7522 L:      linux-kernel@vger.kernel.org
7523 S:      Maintained
7524 F:      drivers/mailbox/
7525 F:      include/linux/mailbox_client.h
7526 F:      include/linux/mailbox_controller.h
7527
7528 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7529 M:      Michael Kerrisk <mtk.manpages@gmail.com>
7530 W:      http://www.kernel.org/doc/man-pages
7531 L:      linux-man@vger.kernel.org
7532 S:      Maintained
7533
7534 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7535 M:      Andrew Lunn <andrew@lunn.ch>
7536 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7537 S:      Maintained
7538 F:      drivers/net/dsa/mv88e6xxx/
7539
7540 MARVELL ARMADA DRM SUPPORT
7541 M:      Russell King <rmk+kernel@armlinux.org.uk>
7542 S:      Maintained
7543 F:      drivers/gpu/drm/armada/
7544 F:      include/uapi/drm/armada_drm.h
7545 F:      Documentation/devicetree/bindings/display/armada/
7546
7547 MARVELL CRYPTO DRIVER
7548 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7549 M:      Arnaud Ebalard <arno@natisbad.org>
7550 F:      drivers/crypto/marvell/
7551 S:      Maintained
7552 L:      linux-crypto@vger.kernel.org
7553
7554 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7555 M:      Mirko Lindner <mlindner@marvell.com>
7556 M:      Stephen Hemminger <stephen@networkplumber.org>
7557 L:      netdev@vger.kernel.org
7558 S:      Maintained
7559 F:      drivers/net/ethernet/marvell/sk*
7560
7561 MARVELL LIBERTAS WIRELESS DRIVER
7562 L:      libertas-dev@lists.infradead.org
7563 S:      Orphan
7564 F:      drivers/net/wireless/marvell/libertas/
7565
7566 MARVELL MV643XX ETHERNET DRIVER
7567 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7568 L:      netdev@vger.kernel.org
7569 S:      Maintained
7570 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7571 F:      include/linux/mv643xx.h
7572
7573 MARVELL MVNETA ETHERNET DRIVER
7574 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7575 L:      netdev@vger.kernel.org
7576 S:      Maintained
7577 F:      drivers/net/ethernet/marvell/mvneta.*
7578
7579 MARVELL MWIFIEX WIRELESS DRIVER
7580 M:      Amitkumar Karwar <akarwar@marvell.com>
7581 M:      Nishant Sarmukadam <nishants@marvell.com>
7582 L:      linux-wireless@vger.kernel.org
7583 S:      Maintained
7584 F:      drivers/net/wireless/marvell/mwifiex/
7585
7586 MARVELL MWL8K WIRELESS DRIVER
7587 M:      Lennert Buytenhek <buytenh@wantstofly.org>
7588 L:      linux-wireless@vger.kernel.org
7589 S:      Odd Fixes
7590 F:      drivers/net/wireless/marvell/mwl8k.c
7591
7592 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7593 M:      Nicolas Pitre <nico@fluxnic.net>
7594 S:      Odd Fixes
7595 F:      drivers/mmc/host/mvsdio.*
7596
7597 MATROX FRAMEBUFFER DRIVER
7598 L:      linux-fbdev@vger.kernel.org
7599 S:      Orphan
7600 F:      drivers/video/fbdev/matrox/matroxfb_*
7601 F:      include/uapi/linux/matroxfb.h
7602
7603 MAX16065 HARDWARE MONITOR DRIVER
7604 M:      Guenter Roeck <linux@roeck-us.net>
7605 L:      linux-hwmon@vger.kernel.org
7606 S:      Maintained
7607 F:      Documentation/hwmon/max16065
7608 F:      drivers/hwmon/max16065.c
7609
7610 MAX20751 HARDWARE MONITOR DRIVER
7611 M:      Guenter Roeck <linux@roeck-us.net>
7612 L:      linux-hwmon@vger.kernel.org
7613 S:      Maintained
7614 F:      Documentation/hwmon/max20751
7615 F:      drivers/hwmon/max20751.c
7616
7617 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7618 L:      linux-hwmon@vger.kernel.org
7619 S:      Orphan
7620 F:      Documentation/hwmon/max6650
7621 F:      drivers/hwmon/max6650.c
7622
7623 MAX6697 HARDWARE MONITOR DRIVER
7624 M:      Guenter Roeck <linux@roeck-us.net>
7625 L:      linux-hwmon@vger.kernel.org
7626 S:      Maintained
7627 F:      Documentation/hwmon/max6697
7628 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7629 F:      drivers/hwmon/max6697.c
7630 F:      include/linux/platform_data/max6697.h
7631
7632 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7633 M:      Peter Rosin <peda@axentia.se>
7634 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7635 S:      Maintained
7636 F:      Documentation/devicetree/bindings/sound/max9860.txt
7637 F:      sound/soc/codecs/max9860.*
7638
7639 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7640 M:      Krzysztof Kozlowski <krzk@kernel.org>
7641 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7642 L:      linux-pm@vger.kernel.org
7643 S:      Supported
7644 F:      drivers/power/supply/max14577_charger.c
7645 F:      drivers/power/supply/max77693_charger.c
7646
7647 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7648 M:      Javier Martinez Canillas <javier@osg.samsung.com>
7649 L:      linux-kernel@vger.kernel.org
7650 S:      Supported
7651 F:      drivers/*/*max77802*.c
7652 F:      Documentation/devicetree/bindings/*/*max77802.txt
7653 F:      include/dt-bindings/*/*max77802.h
7654
7655 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7656 M:      Chanwoo Choi <cw00.choi@samsung.com>
7657 M:      Krzysztof Kozlowski <krzk@kernel.org>
7658 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7659 L:      linux-kernel@vger.kernel.org
7660 S:      Supported
7661 F:      drivers/*/max14577*.c
7662 F:      drivers/*/max77686*.c
7663 F:      drivers/*/max77693*.c
7664 F:      drivers/extcon/extcon-max14577.c
7665 F:      drivers/extcon/extcon-max77693.c
7666 F:      drivers/rtc/rtc-max77686.c
7667 F:      drivers/clk/clk-max77686.c
7668 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7669 F:      Documentation/devicetree/bindings/*/max77686.txt
7670 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7671 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7672 F:      include/linux/mfd/max14577*.h
7673 F:      include/linux/mfd/max77686*.h
7674 F:      include/linux/mfd/max77693*.h
7675
7676 MAXIRADIO FM RADIO RECEIVER DRIVER
7677 M:      Hans Verkuil <hverkuil@xs4all.nl>
7678 L:      linux-media@vger.kernel.org
7679 T:      git git://linuxtv.org/media_tree.git
7680 W:      https://linuxtv.org
7681 S:      Maintained
7682 F:      drivers/media/radio/radio-maxiradio*
7683
7684 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7685 M:      Peter Rosin <peda@axentia.se>
7686 L:      linux-iio@vger.kernel.org
7687 S:      Maintained
7688 F:      drivers/iio/potentiometer/mcp4531.c
7689
7690 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7691 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
7692 L:      linux-iio@vger.kernel.org
7693 S:      Maintained
7694 F:      drivers/iio/dac/cio-dac.c
7695
7696 MEDIA DRIVERS FOR RENESAS - FCP
7697 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7698 L:      linux-media@vger.kernel.org
7699 L:      linux-renesas-soc@vger.kernel.org
7700 T:      git git://linuxtv.org/media_tree.git
7701 S:      Supported
7702 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
7703 F:      drivers/media/platform/rcar-fcp.c
7704 F:      include/media/rcar-fcp.h
7705
7706 MEDIA DRIVERS FOR RENESAS - VIN
7707 M:      Niklas Söderlund <niklas.soderlund@ragnatech.se>
7708 L:      linux-media@vger.kernel.org
7709 L:      linux-renesas-soc@vger.kernel.org
7710 T:      git git://linuxtv.org/media_tree.git
7711 S:      Supported
7712 F:      Documentation/devicetree/bindings/media/rcar_vin.txt
7713 F:      drivers/media/platform/rcar-vin/
7714
7715 MEDIA DRIVERS FOR RENESAS - VSP1
7716 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7717 L:      linux-media@vger.kernel.org
7718 L:      linux-renesas-soc@vger.kernel.org
7719 T:      git git://linuxtv.org/media_tree.git
7720 S:      Supported
7721 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7722 F:      drivers/media/platform/vsp1/
7723
7724 MEDIA DRIVERS FOR HELENE
7725 M:      Abylay Ospan <aospan@netup.ru>
7726 L:      linux-media@vger.kernel.org
7727 W:      https://linuxtv.org
7728 W:      http://netup.tv/
7729 T:      git git://linuxtv.org/media_tree.git
7730 S:      Supported
7731 F:      drivers/media/dvb-frontends/helene*
7732
7733 MEDIA DRIVERS FOR ASCOT2E
7734 M:      Sergey Kozlov <serjk@netup.ru>
7735 M:      Abylay Ospan <aospan@netup.ru>
7736 L:      linux-media@vger.kernel.org
7737 W:      https://linuxtv.org
7738 W:      http://netup.tv/
7739 T:      git git://linuxtv.org/media_tree.git
7740 S:      Supported
7741 F:      drivers/media/dvb-frontends/ascot2e*
7742
7743 MEDIA DRIVERS FOR CXD2841ER
7744 M:      Sergey Kozlov <serjk@netup.ru>
7745 M:      Abylay Ospan <aospan@netup.ru>
7746 L:      linux-media@vger.kernel.org
7747 W:      https://linuxtv.org
7748 W:      http://netup.tv/
7749 T:      git git://linuxtv.org/media_tree.git
7750 S:      Supported
7751 F:      drivers/media/dvb-frontends/cxd2841er*
7752
7753 MEDIA DRIVERS FOR HORUS3A
7754 M:      Sergey Kozlov <serjk@netup.ru>
7755 M:      Abylay Ospan <aospan@netup.ru>
7756 L:      linux-media@vger.kernel.org
7757 W:      https://linuxtv.org
7758 W:      http://netup.tv/
7759 T:      git git://linuxtv.org/media_tree.git
7760 S:      Supported
7761 F:      drivers/media/dvb-frontends/horus3a*
7762
7763 MEDIA DRIVERS FOR LNBH25
7764 M:      Sergey Kozlov <serjk@netup.ru>
7765 M:      Abylay Ospan <aospan@netup.ru>
7766 L:      linux-media@vger.kernel.org
7767 W:      https://linuxtv.org
7768 W:      http://netup.tv/
7769 T:      git git://linuxtv.org/media_tree.git
7770 S:      Supported
7771 F:      drivers/media/dvb-frontends/lnbh25*
7772
7773 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7774 M:      Sergey Kozlov <serjk@netup.ru>
7775 M:      Abylay Ospan <aospan@netup.ru>
7776 L:      linux-media@vger.kernel.org
7777 W:      https://linuxtv.org
7778 W:      http://netup.tv/
7779 T:      git git://linuxtv.org/media_tree.git
7780 S:      Supported
7781 F:      drivers/media/pci/netup_unidvb/*
7782
7783 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7784 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
7785 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
7786 P:      LinuxTV.org Project
7787 L:      linux-media@vger.kernel.org
7788 W:      https://linuxtv.org
7789 Q:      http://patchwork.kernel.org/project/linux-media/list/
7790 T:      git git://linuxtv.org/media_tree.git
7791 S:      Maintained
7792 F:      Documentation/media/
7793 F:      drivers/media/
7794 F:      drivers/staging/media/
7795 F:      include/linux/platform_data/media/
7796 F:      include/media/
7797 F:      include/uapi/linux/dvb/
7798 F:      include/uapi/linux/videodev2.h
7799 F:      include/uapi/linux/media.h
7800 F:      include/uapi/linux/v4l2-*
7801 F:      include/uapi/linux/meye.h
7802 F:      include/uapi/linux/ivtv*
7803 F:      include/uapi/linux/uvcvideo.h
7804
7805 MEDIATEK ETHERNET DRIVER
7806 M:      Felix Fietkau <nbd@openwrt.org>
7807 M:      John Crispin <blogic@openwrt.org>
7808 L:      netdev@vger.kernel.org
7809 S:      Maintained
7810 F:      drivers/net/ethernet/mediatek/
7811
7812 MEDIATEK MT7601U WIRELESS LAN DRIVER
7813 M:      Jakub Kicinski <kubakici@wp.pl>
7814 L:      linux-wireless@vger.kernel.org
7815 S:      Maintained
7816 F:      drivers/net/wireless/mediatek/mt7601u/
7817
7818 MEGARAID SCSI/SAS DRIVERS
7819 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7820 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7821 M:      Uday Lingala <uday.lingala@avagotech.com>
7822 L:      megaraidlinux.pdl@avagotech.com
7823 L:      linux-scsi@vger.kernel.org
7824 W:      http://www.lsi.com
7825 S:      Maintained
7826 F:      Documentation/scsi/megaraid.txt
7827 F:      drivers/scsi/megaraid.*
7828 F:      drivers/scsi/megaraid/
7829
7830 MELLANOX ETHERNET DRIVER (mlx4_en)
7831 M:      Tariq Toukan <tariqt@mellanox.com>
7832 L:      netdev@vger.kernel.org
7833 S:      Supported
7834 W:      http://www.mellanox.com
7835 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7836 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7837
7838 MELLANOX ETHERNET DRIVER (mlx5e)
7839 M:      Saeed Mahameed <saeedm@mellanox.com>
7840 L:      netdev@vger.kernel.org
7841 S:      Supported
7842 W:      http://www.mellanox.com
7843 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7844 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7845
7846 MELLANOX ETHERNET SWITCH DRIVERS
7847 M:      Jiri Pirko <jiri@mellanox.com>
7848 M:      Ido Schimmel <idosch@mellanox.com>
7849 L:      netdev@vger.kernel.org
7850 S:      Supported
7851 W:      http://www.mellanox.com
7852 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7853 F:      drivers/net/ethernet/mellanox/mlxsw/
7854
7855 MELLANOX MLXCPLD LED DRIVER
7856 M:      Vadim Pasternak <vadimp@mellanox.com>
7857 L:      linux-leds@vger.kernel.org
7858 S:      Supported
7859 F:      drivers/leds/leds-mlxcpld.c
7860 F:      Documentation/leds/leds-mlxcpld.txt
7861
7862 MELLANOX PLATFORM DRIVER
7863 M:      Vadim Pasternak <vadimp@mellanox.com>
7864 L:      platform-driver-x86@vger.kernel.org
7865 S:      Supported
7866 F:      arch/x86/platform/mellanox/mlx-platform.c
7867
7868 SOFT-ROCE DRIVER (rxe)
7869 M:      Moni Shoua <monis@mellanox.com>
7870 L:      linux-rdma@vger.kernel.org
7871 S:      Supported
7872 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
7873 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7874 F:      drivers/infiniband/sw/rxe/
7875 F:      include/uapi/rdma/rdma_user_rxe.h
7876
7877 MEMBARRIER SUPPORT
7878 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7879 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7880 L:      linux-kernel@vger.kernel.org
7881 S:      Supported
7882 F:      kernel/membarrier.c
7883 F:      include/uapi/linux/membarrier.h
7884
7885 MEMORY MANAGEMENT
7886 L:      linux-mm@kvack.org
7887 W:      http://www.linux-mm.org
7888 S:      Maintained
7889 F:      include/linux/mm.h
7890 F:      include/linux/gfp.h
7891 F:      include/linux/mmzone.h
7892 F:      include/linux/memory_hotplug.h
7893 F:      include/linux/vmalloc.h
7894 F:      mm/
7895
7896 MEMORY TECHNOLOGY DEVICES (MTD)
7897 M:      David Woodhouse <dwmw2@infradead.org>
7898 M:      Brian Norris <computersforpeace@gmail.com>
7899 L:      linux-mtd@lists.infradead.org
7900 W:      http://www.linux-mtd.infradead.org/
7901 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7902 T:      git git://git.infradead.org/linux-mtd.git
7903 T:      git git://git.infradead.org/l2-mtd.git
7904 S:      Maintained
7905 F:      Documentation/devicetree/bindings/mtd/
7906 F:      drivers/mtd/
7907 F:      include/linux/mtd/
7908 F:      include/uapi/mtd/
7909
7910 MEN A21 WATCHDOG DRIVER
7911 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7912 L:      linux-watchdog@vger.kernel.org
7913 S:      Maintained
7914 F:      drivers/watchdog/mena21_wdt.c
7915
7916 MEN CHAMELEON BUS (mcb)
7917 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7918 S:      Maintained
7919 F:      drivers/mcb/
7920 F:      include/linux/mcb.h
7921 F:      Documentation/men-chameleon-bus.txt
7922
7923 MEN F21BMC (Board Management Controller)
7924 M:      Andreas Werner <andreas.werner@men.de>
7925 S:      Supported
7926 F:      drivers/mfd/menf21bmc.c
7927 F:      drivers/watchdog/menf21bmc_wdt.c
7928 F:      drivers/leds/leds-menf21bmc.c
7929 F:      drivers/hwmon/menf21bmc_hwmon.c
7930 F:      Documentation/hwmon/menf21bmc
7931
7932 METAG ARCHITECTURE
7933 M:      James Hogan <james.hogan@imgtec.com>
7934 L:      linux-metag@vger.kernel.org
7935 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7936 S:      Odd Fixes
7937 F:      arch/metag/
7938 F:      Documentation/metag/
7939 F:      Documentation/devicetree/bindings/metag/
7940 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7941 F:      drivers/clocksource/metag_generic.c
7942 F:      drivers/irqchip/irq-metag.c
7943 F:      drivers/irqchip/irq-metag-ext.c
7944 F:      drivers/tty/metag_da.c
7945
7946 MICROBLAZE ARCHITECTURE
7947 M:      Michal Simek <monstr@monstr.eu>
7948 W:      http://www.monstr.eu/fdt/
7949 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7950 S:      Supported
7951 F:      arch/microblaze/
7952
7953 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
7954 M:      Richard Genoud <richard.genoud@gmail.com>
7955 S:      Maintained
7956 F:      drivers/tty/serial/atmel_serial.c
7957 F:      include/linux/atmel_serial.h
7958
7959 MICROCHIP / ATMEL ISC DRIVER
7960 M:      Songjun Wu <songjun.wu@microchip.com>
7961 L:      linux-media@vger.kernel.org
7962 S:      Supported
7963 F:      drivers/media/platform/atmel/atmel-isc.c
7964 F:      drivers/media/platform/atmel/atmel-isc-regs.h
7965 F:      devicetree/bindings/media/atmel-isc.txt
7966
7967 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7968 M:      Chen Yu <yu.c.chen@intel.com>
7969 L:      platform-driver-x86@vger.kernel.org
7970 S:      Supported
7971 F:      drivers/platform/x86/surfacepro3_button.c
7972
7973 MICROTEK X6 SCANNER
7974 M:      Oliver Neukum <oliver@neukum.org>
7975 S:      Maintained
7976 F:      drivers/usb/image/microtek.*
7977
7978 MIPS
7979 M:      Ralf Baechle <ralf@linux-mips.org>
7980 L:      linux-mips@linux-mips.org
7981 W:      http://www.linux-mips.org/
7982 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7983 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7984 S:      Supported
7985 F:      Documentation/devicetree/bindings/mips/
7986 F:      Documentation/mips/
7987 F:      arch/mips/
7988
7989 MIPS/LOONGSON1 ARCHITECTURE
7990 M:      Keguang Zhang <keguang.zhang@gmail.com>
7991 L:      linux-mips@linux-mips.org
7992 S:      Maintained
7993 F:      arch/mips/loongson32/
7994 F:      arch/mips/include/asm/mach-loongson32/
7995 F:      drivers/*/*loongson1*
7996 F:      drivers/*/*/*loongson1*
7997
7998 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7999 M:      Hans Verkuil <hverkuil@xs4all.nl>
8000 L:      linux-media@vger.kernel.org
8001 T:      git git://linuxtv.org/media_tree.git
8002 W:      https://linuxtv.org
8003 S:      Odd Fixes
8004 F:      drivers/media/radio/radio-miropcm20*
8005
8006 MELLANOX MLX4 core VPI driver
8007 M:      Yishai Hadas <yishaih@mellanox.com>
8008 L:      netdev@vger.kernel.org
8009 L:      linux-rdma@vger.kernel.org
8010 W:      http://www.mellanox.com
8011 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8012 S:      Supported
8013 F:      drivers/net/ethernet/mellanox/mlx4/
8014 F:      include/linux/mlx4/
8015 F:      include/uapi/rdma/mlx4-abi.h
8016
8017 MELLANOX MLX4 IB driver
8018 M:      Yishai Hadas <yishaih@mellanox.com>
8019 L:      linux-rdma@vger.kernel.org
8020 W:      http://www.mellanox.com
8021 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8022 S:      Supported
8023 F:      drivers/infiniband/hw/mlx4/
8024 F:      include/linux/mlx4/
8025
8026 MELLANOX MLX5 core VPI driver
8027 M:      Matan Barak <matanb@mellanox.com>
8028 M:      Leon Romanovsky <leonro@mellanox.com>
8029 L:      netdev@vger.kernel.org
8030 L:      linux-rdma@vger.kernel.org
8031 W:      http://www.mellanox.com
8032 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8033 S:      Supported
8034 F:      drivers/net/ethernet/mellanox/mlx5/core/
8035 F:      include/linux/mlx5/
8036 F:      include/uapi/rdma/mlx5-abi.h
8037
8038 MELLANOX MLX5 IB driver
8039 M:      Matan Barak <matanb@mellanox.com>
8040 M:      Leon Romanovsky <leonro@mellanox.com>
8041 L:      linux-rdma@vger.kernel.org
8042 W:      http://www.mellanox.com
8043 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8044 S:      Supported
8045 F:      drivers/infiniband/hw/mlx5/
8046 F:      include/linux/mlx5/
8047
8048 MELEXIS MLX90614 DRIVER
8049 M:      Crt Mori <cmo@melexis.com>
8050 L:      linux-iio@vger.kernel.org
8051 W:      http://www.melexis.com
8052 S:      Supported
8053 F:      drivers/iio/temperature/mlx90614.c
8054
8055 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8056 M:      Don Brace <don.brace@microsemi.com>
8057 L:      esc.storagedev@microsemi.com
8058 L:      linux-scsi@vger.kernel.org
8059 S:      Supported
8060 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
8061 F:      drivers/scsi/smartpqi/Kconfig
8062 F:      drivers/scsi/smartpqi/Makefile
8063 F:      include/linux/cciss*.h
8064 F:      include/uapi/linux/cciss*.h
8065 F:      Documentation/scsi/smartpqi.txt
8066
8067 MN88472 MEDIA DRIVER
8068 M:      Antti Palosaari <crope@iki.fi>
8069 L:      linux-media@vger.kernel.org
8070 W:      https://linuxtv.org
8071 W:      http://palosaari.fi/linux/
8072 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8073 S:      Maintained
8074 F:      drivers/media/dvb-frontends/mn88472*
8075
8076 MN88473 MEDIA DRIVER
8077 M:      Antti Palosaari <crope@iki.fi>
8078 L:      linux-media@vger.kernel.org
8079 W:      https://linuxtv.org
8080 W:      http://palosaari.fi/linux/
8081 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8082 S:      Maintained
8083 F:      drivers/media/dvb-frontends/mn88473*
8084
8085 MODULE SUPPORT
8086 M:      Rusty Russell <rusty@rustcorp.com.au>
8087 S:      Maintained
8088 F:      include/linux/module.h
8089 F:      kernel/module.c
8090
8091 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8092 W:      http://popies.net/meye/
8093 S:      Orphan
8094 F:      Documentation/media/v4l-drivers/meye*
8095 F:      drivers/media/pci/meye/
8096 F:      include/uapi/linux/meye.h
8097
8098 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8099 M:      Jiri Slaby <jirislaby@gmail.com>
8100 S:      Maintained
8101 F:      Documentation/serial/moxa-smartio
8102 F:      drivers/tty/mxser.*
8103
8104 MR800 AVERMEDIA USB FM RADIO DRIVER
8105 M:      Alexey Klimov <klimov.linux@gmail.com>
8106 L:      linux-media@vger.kernel.org
8107 T:      git git://linuxtv.org/media_tree.git
8108 S:      Maintained
8109 F:      drivers/media/radio/radio-mr800.c
8110
8111 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8112 M:      Alan Ott <alan@signal11.us>
8113 L:      linux-wpan@vger.kernel.org
8114 S:      Maintained
8115 F:      drivers/net/ieee802154/mrf24j40.c
8116 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8117
8118 MSI LAPTOP SUPPORT
8119 M:      "Lee, Chun-Yi" <jlee@suse.com>
8120 L:      platform-driver-x86@vger.kernel.org
8121 S:      Maintained
8122 F:      drivers/platform/x86/msi-laptop.c
8123
8124 MSI WMI SUPPORT
8125 L:      platform-driver-x86@vger.kernel.org
8126 S:      Orphan
8127 F:      drivers/platform/x86/msi-wmi.c
8128
8129 MSI001 MEDIA DRIVER
8130 M:      Antti Palosaari <crope@iki.fi>
8131 L:      linux-media@vger.kernel.org
8132 W:      https://linuxtv.org
8133 W:      http://palosaari.fi/linux/
8134 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8135 T:      git git://linuxtv.org/anttip/media_tree.git
8136 S:      Maintained
8137 F:      drivers/media/tuners/msi001*
8138
8139 MSI2500 MEDIA DRIVER
8140 M:      Antti Palosaari <crope@iki.fi>
8141 L:      linux-media@vger.kernel.org
8142 W:      https://linuxtv.org
8143 W:      http://palosaari.fi/linux/
8144 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8145 T:      git git://linuxtv.org/anttip/media_tree.git
8146 S:      Maintained
8147 F:      drivers/media/usb/msi2500/
8148
8149 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8150 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8151 L:      linux-mtd@lists.infradead.org
8152 S:      Maintained
8153 F:      drivers/mtd/devices/docg3*
8154
8155 MT9M032 APTINA SENSOR DRIVER
8156 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8157 L:      linux-media@vger.kernel.org
8158 T:      git git://linuxtv.org/media_tree.git
8159 S:      Maintained
8160 F:      drivers/media/i2c/mt9m032.c
8161 F:      include/media/i2c/mt9m032.h
8162
8163 MT9P031 APTINA CAMERA SENSOR
8164 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8165 L:      linux-media@vger.kernel.org
8166 T:      git git://linuxtv.org/media_tree.git
8167 S:      Maintained
8168 F:      drivers/media/i2c/mt9p031.c
8169 F:      include/media/i2c/mt9p031.h
8170
8171 MT9T001 APTINA CAMERA SENSOR
8172 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8173 L:      linux-media@vger.kernel.org
8174 T:      git git://linuxtv.org/media_tree.git
8175 S:      Maintained
8176 F:      drivers/media/i2c/mt9t001.c
8177 F:      include/media/i2c/mt9t001.h
8178
8179 MT9V032 APTINA CAMERA SENSOR
8180 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8181 L:      linux-media@vger.kernel.org
8182 T:      git git://linuxtv.org/media_tree.git
8183 S:      Maintained
8184 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8185 F:      drivers/media/i2c/mt9v032.c
8186 F:      include/media/i2c/mt9v032.h
8187
8188 MULTIFUNCTION DEVICES (MFD)
8189 M:      Lee Jones <lee.jones@linaro.org>
8190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8191 S:      Supported
8192 F:      Documentation/devicetree/bindings/mfd/
8193 F:      drivers/mfd/
8194 F:      include/linux/mfd/
8195
8196 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8197 M:      Ulf Hansson <ulf.hansson@linaro.org>
8198 L:      linux-mmc@vger.kernel.org
8199 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
8200 S:      Maintained
8201 F:      Documentation/devicetree/bindings/mmc/
8202 F:      drivers/mmc/
8203 F:      include/linux/mmc/
8204 F:      include/uapi/linux/mmc/
8205
8206 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8207 S:      Orphan
8208 F:      drivers/mmc/host/mmc_spi.c
8209 F:      include/linux/spi/mmc_spi.h
8210
8211 MULTISOUND SOUND DRIVER
8212 M:      Andrew Veliath <andrewtv@usa.net>
8213 S:      Maintained
8214 F:      Documentation/sound/oss/MultiSound
8215 F:      sound/oss/msnd*
8216
8217 MULTITECH MULTIPORT CARD (ISICOM)
8218 S:      Orphan
8219 F:      drivers/tty/isicom.c
8220 F:      include/linux/isicom.h
8221
8222 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8223 M:      Bin Liu <b-liu@ti.com>
8224 L:      linux-usb@vger.kernel.org
8225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8226 S:      Maintained
8227 F:      drivers/usb/musb/
8228
8229 MXL5007T MEDIA DRIVER
8230 M:      Michael Krufky <mkrufky@linuxtv.org>
8231 L:      linux-media@vger.kernel.org
8232 W:      https://linuxtv.org
8233 W:      http://github.com/mkrufky
8234 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8235 T:      git git://linuxtv.org/mkrufky/tuners.git
8236 S:      Maintained
8237 F:      drivers/media/tuners/mxl5007t.*
8238
8239 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8240 M:      Hyong-Youb Kim <hykim@myri.com>
8241 L:      netdev@vger.kernel.org
8242 W:      https://www.myricom.com/support/downloads/myri10ge.html
8243 S:      Supported
8244 F:      drivers/net/ethernet/myricom/myri10ge/
8245
8246 NAND FLASH SUBSYSTEM
8247 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8248 R:      Richard Weinberger <richard@nod.at>
8249 L:      linux-mtd@lists.infradead.org
8250 W:      http://www.linux-mtd.infradead.org/
8251 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8252 T:      git git://github.com/linux-nand/linux.git
8253 S:      Maintained
8254 F:      drivers/mtd/nand/
8255 F:      include/linux/mtd/nand*.h
8256
8257 NATSEMI ETHERNET DRIVER (DP8381x)
8258 S:      Orphan
8259 F:      drivers/net/ethernet/natsemi/natsemi.c
8260
8261 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8262 M:      Daniel Mack <zonque@gmail.com>
8263 S:      Maintained
8264 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8265 W:      http://www.native-instruments.com
8266 F:      sound/usb/caiaq/
8267
8268 NCP FILESYSTEM
8269 M:      Petr Vandrovec <petr@vandrovec.name>
8270 S:      Odd Fixes
8271 F:      fs/ncpfs/
8272
8273 NCR 5380 SCSI DRIVERS
8274 M:      Finn Thain <fthain@telegraphics.com.au>
8275 M:      Michael Schmitz <schmitzmic@gmail.com>
8276 L:      linux-scsi@vger.kernel.org
8277 S:      Maintained
8278 F:      Documentation/scsi/g_NCR5380.txt
8279 F:      drivers/scsi/NCR5380.*
8280 F:      drivers/scsi/arm/cumana_1.c
8281 F:      drivers/scsi/arm/oak.c
8282 F:      drivers/scsi/atari_scsi.*
8283 F:      drivers/scsi/dmx3191d.c
8284 F:      drivers/scsi/g_NCR5380.*
8285 F:      drivers/scsi/g_NCR5380_mmio.c
8286 F:      drivers/scsi/mac_scsi.*
8287 F:      drivers/scsi/sun3_scsi.*
8288 F:      drivers/scsi/sun3_scsi_vme.c
8289
8290 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8291 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8292 L:      linux-scsi@vger.kernel.org
8293 S:      Maintained
8294 F:      drivers/scsi/NCR_D700.*
8295
8296 NCT6775 HARDWARE MONITOR DRIVER
8297 M:      Guenter Roeck <linux@roeck-us.net>
8298 L:      linux-hwmon@vger.kernel.org
8299 S:      Maintained
8300 F:      Documentation/hwmon/nct6775
8301 F:      drivers/hwmon/nct6775.c
8302
8303 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8304 M:      Faisal Latif <faisal.latif@intel.com>
8305 L:      linux-rdma@vger.kernel.org
8306 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8307 S:      Supported
8308 F:      drivers/infiniband/hw/nes/
8309 F:      include/uapi/rdma/nes-abi.h
8310
8311 NETEM NETWORK EMULATOR
8312 M:      Stephen Hemminger <stephen@networkplumber.org>
8313 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
8314 S:      Maintained
8315 F:      net/sched/sch_netem.c
8316
8317 NETERION 10GbE DRIVERS (s2io/vxge)
8318 M:      Jon Mason <jdmason@kudzu.us>
8319 L:      netdev@vger.kernel.org
8320 S:      Supported
8321 F:      Documentation/networking/s2io.txt
8322 F:      Documentation/networking/vxge.txt
8323 F:      drivers/net/ethernet/neterion/
8324
8325 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8326 M:      Pablo Neira Ayuso <pablo@netfilter.org>
8327 M:      Patrick McHardy <kaber@trash.net>
8328 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8329 L:      netfilter-devel@vger.kernel.org
8330 L:      coreteam@netfilter.org
8331 W:      http://www.netfilter.org/
8332 W:      http://www.iptables.org/
8333 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
8334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8336 S:      Supported
8337 F:      include/linux/netfilter*
8338 F:      include/linux/netfilter/
8339 F:      include/net/netfilter/
8340 F:      include/uapi/linux/netfilter*
8341 F:      include/uapi/linux/netfilter/
8342 F:      net/*/netfilter.c
8343 F:      net/*/netfilter/
8344 F:      net/netfilter/
8345 F:      net/bridge/br_netfilter*.c
8346
8347 NETLABEL
8348 M:      Paul Moore <paul@paul-moore.com>
8349 W:      http://netlabel.sf.net
8350 L:      netdev@vger.kernel.org
8351 S:      Maintained
8352 F:      Documentation/netlabel/
8353 F:      include/net/netlabel.h
8354 F:      net/netlabel/
8355
8356 NETROM NETWORK LAYER
8357 M:      Ralf Baechle <ralf@linux-mips.org>
8358 L:      linux-hams@vger.kernel.org
8359 W:      http://www.linux-ax25.org/
8360 S:      Maintained
8361 F:      include/net/netrom.h
8362 F:      include/uapi/linux/netrom.h
8363 F:      net/netrom/
8364
8365 NETRONOME ETHERNET DRIVERS
8366 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
8367 L:      oss-drivers@netronome.com
8368 S:      Maintained
8369 F:      drivers/net/ethernet/netronome/
8370
8371 NETWORK BLOCK DEVICE (NBD)
8372 M:      Markus Pargmann <mpa@pengutronix.de>
8373 S:      Maintained
8374 L:      nbd-general@lists.sourceforge.net
8375 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
8376 F:      Documentation/blockdev/nbd.txt
8377 F:      drivers/block/nbd.c
8378 F:      include/uapi/linux/nbd.h
8379
8380 NETWORK DROP MONITOR
8381 M:      Neil Horman <nhorman@tuxdriver.com>
8382 L:      netdev@vger.kernel.org
8383 S:      Maintained
8384 W:      https://fedorahosted.org/dropwatch/
8385 F:      net/core/drop_monitor.c
8386
8387 NETWORKING [DSA]
8388 M:      Andrew Lunn <andrew@lunn.ch>
8389 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8390 M:      Florian Fainelli <f.fainelli@gmail.com>
8391 S:      Maintained
8392 F:      net/dsa/
8393 F:      include/net/dsa.h
8394 F:      drivers/net/dsa/
8395
8396 NETWORKING [GENERAL]
8397 M:      "David S. Miller" <davem@davemloft.net>
8398 L:      netdev@vger.kernel.org
8399 W:      http://www.linuxfoundation.org/en/Net
8400 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8401 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8403 S:      Maintained
8404 F:      net/
8405 F:      include/net/
8406 F:      include/linux/in.h
8407 F:      include/linux/net.h
8408 F:      include/linux/netdevice.h
8409 F:      include/uapi/linux/in.h
8410 F:      include/uapi/linux/net.h
8411 F:      include/uapi/linux/netdevice.h
8412 F:      include/uapi/linux/net_namespace.h
8413 F:      tools/net/
8414 F:      tools/testing/selftests/net/
8415 F:      lib/random32.c
8416 F:      lib/test_bpf.c
8417
8418 NETWORKING [IPv4/IPv6]
8419 M:      "David S. Miller" <davem@davemloft.net>
8420 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8421 M:      James Morris <jmorris@namei.org>
8422 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8423 M:      Patrick McHardy <kaber@trash.net>
8424 L:      netdev@vger.kernel.org
8425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8426 S:      Maintained
8427 F:      net/ipv4/
8428 F:      net/ipv6/
8429 F:      include/net/ip*
8430 F:      arch/x86/net/*
8431
8432 NETWORKING [IPSEC]
8433 M:      Steffen Klassert <steffen.klassert@secunet.com>
8434 M:      Herbert Xu <herbert@gondor.apana.org.au>
8435 M:      "David S. Miller" <davem@davemloft.net>
8436 L:      netdev@vger.kernel.org
8437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8439 S:      Maintained
8440 F:      net/core/flow.c
8441 F:      net/xfrm/
8442 F:      net/key/
8443 F:      net/ipv4/xfrm*
8444 F:      net/ipv4/esp4.c
8445 F:      net/ipv4/ah4.c
8446 F:      net/ipv4/ipcomp.c
8447 F:      net/ipv4/ip_vti.c
8448 F:      net/ipv6/xfrm*
8449 F:      net/ipv6/esp6.c
8450 F:      net/ipv6/ah6.c
8451 F:      net/ipv6/ipcomp6.c
8452 F:      net/ipv6/ip6_vti.c
8453 F:      include/uapi/linux/xfrm.h
8454 F:      include/net/xfrm.h
8455
8456 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8457 M:      Paul Moore <paul@paul-moore.com>
8458 L:      netdev@vger.kernel.org
8459 S:      Maintained
8460
8461 NETWORKING [WIRELESS]
8462 L:      linux-wireless@vger.kernel.org
8463 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8464
8465 NETWORKING DRIVERS
8466 L:      netdev@vger.kernel.org
8467 W:      http://www.linuxfoundation.org/en/Net
8468 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8471 S:      Odd Fixes
8472 F:      Documentation/devicetree/bindings/net/
8473 F:      drivers/net/
8474 F:      include/linux/if_*
8475 F:      include/linux/netdevice.h
8476 F:      include/linux/etherdevice.h
8477 F:      include/linux/fcdevice.h
8478 F:      include/linux/fddidevice.h
8479 F:      include/linux/hippidevice.h
8480 F:      include/linux/inetdevice.h
8481 F:      include/uapi/linux/if_*
8482 F:      include/uapi/linux/netdevice.h
8483
8484 NETWORKING DRIVERS (WIRELESS)
8485 M:      Kalle Valo <kvalo@codeaurora.org>
8486 L:      linux-wireless@vger.kernel.org
8487 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8490 S:      Maintained
8491 F:      Documentation/devicetree/bindings/net/wireless/
8492 F:      drivers/net/wireless/
8493
8494 NETXEN (1/10) GbE SUPPORT
8495 M:      Manish Chopra <manish.chopra@qlogic.com>
8496 M:      Sony Chacko <sony.chacko@qlogic.com>
8497 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
8498 L:      netdev@vger.kernel.org
8499 W:      http://www.qlogic.com
8500 S:      Supported
8501 F:      drivers/net/ethernet/qlogic/netxen/
8502
8503 NFC SUBSYSTEM
8504 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8505 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8506 M:      Samuel Ortiz <sameo@linux.intel.com>
8507 L:      linux-wireless@vger.kernel.org
8508 L:      linux-nfc@lists.01.org (subscribers-only)
8509 S:      Supported
8510 F:      net/nfc/
8511 F:      include/net/nfc/
8512 F:      include/uapi/linux/nfc.h
8513 F:      drivers/nfc/
8514 F:      include/linux/platform_data/nfcmrvl.h
8515 F:      include/linux/platform_data/nxp-nci.h
8516 F:      include/linux/platform_data/pn544.h
8517 F:      include/linux/platform_data/st21nfca.h
8518 F:      include/linux/platform_data/st-nci.h
8519 F:      Documentation/devicetree/bindings/net/nfc/
8520
8521 NFS, SUNRPC, AND LOCKD CLIENTS
8522 M:      Trond Myklebust <trond.myklebust@primarydata.com>
8523 M:      Anna Schumaker <anna.schumaker@netapp.com>
8524 L:      linux-nfs@vger.kernel.org
8525 W:      http://client.linux-nfs.org
8526 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8527 S:      Maintained
8528 F:      fs/lockd/
8529 F:      fs/nfs/
8530 F:      fs/nfs_common/
8531 F:      net/sunrpc/
8532 F:      include/linux/lockd/
8533 F:      include/linux/nfs*
8534 F:      include/linux/sunrpc/
8535 F:      include/uapi/linux/nfs*
8536 F:      include/uapi/linux/sunrpc/
8537
8538 NILFS2 FILESYSTEM
8539 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8540 L:      linux-nilfs@vger.kernel.org
8541 W:      http://nilfs.sourceforge.net/
8542 W:      http://nilfs.osdn.jp/
8543 T:      git git://github.com/konis/nilfs2.git
8544 S:      Supported
8545 F:      Documentation/filesystems/nilfs2.txt
8546 F:      fs/nilfs2/
8547 F:      include/trace/events/nilfs2.h
8548 F:      include/uapi/linux/nilfs2_api.h
8549 F:      include/uapi/linux/nilfs2_ondisk.h
8550
8551 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8552 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8553 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8554 S:      Maintained
8555 F:      Documentation/scsi/NinjaSCSI.txt
8556 F:      drivers/scsi/pcmcia/nsp_*
8557
8558 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8559 M:      GOTO Masanori <gotom@debian.or.jp>
8560 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8561 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8562 S:      Maintained
8563 F:      Documentation/scsi/NinjaSCSI.txt
8564 F:      drivers/scsi/nsp32*
8565
8566 NIOS2 ARCHITECTURE
8567 M:      Ley Foon Tan <lftan@altera.com>
8568 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8570 S:      Maintained
8571 F:      arch/nios2/
8572
8573 NOKIA N900 POWER SUPPLY DRIVERS
8574 R:      Pali Rohár <pali.rohar@gmail.com>
8575 F:      include/linux/power/bq2415x_charger.h
8576 F:      include/linux/power/bq27xxx_battery.h
8577 F:      include/linux/power/isp1704_charger.h
8578 F:      drivers/power/supply/bq2415x_charger.c
8579 F:      drivers/power/supply/bq27xxx_battery.c
8580 F:      drivers/power/supply/bq27xxx_battery_i2c.c
8581 F:      drivers/power/supply/isp1704_charger.c
8582 F:      drivers/power/supply/rx51_battery.c
8583
8584 NTB DRIVER CORE
8585 M:      Jon Mason <jdmason@kudzu.us>
8586 M:      Dave Jiang <dave.jiang@intel.com>
8587 M:      Allen Hubbe <Allen.Hubbe@emc.com>
8588 L:      linux-ntb@googlegroups.com
8589 S:      Supported
8590 W:      https://github.com/jonmason/ntb/wiki
8591 T:      git git://github.com/jonmason/ntb.git
8592 F:      drivers/ntb/
8593 F:      drivers/net/ntb_netdev.c
8594 F:      include/linux/ntb.h
8595 F:      include/linux/ntb_transport.h
8596 F:      tools/testing/selftests/ntb/
8597
8598 NTB INTEL DRIVER
8599 M:      Jon Mason <jdmason@kudzu.us>
8600 M:      Dave Jiang <dave.jiang@intel.com>
8601 L:      linux-ntb@googlegroups.com
8602 S:      Supported
8603 W:      https://github.com/jonmason/ntb/wiki
8604 T:      git git://github.com/jonmason/ntb.git
8605 F:      drivers/ntb/hw/intel/
8606
8607 NTB AMD DRIVER
8608 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
8609 L:      linux-ntb@googlegroups.com
8610 S:      Supported
8611 F:      drivers/ntb/hw/amd/
8612
8613 NTFS FILESYSTEM
8614 M:      Anton Altaparmakov <anton@tuxera.com>
8615 L:      linux-ntfs-dev@lists.sourceforge.net
8616 W:      http://www.tuxera.com/
8617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8618 S:      Supported
8619 F:      Documentation/filesystems/ntfs.txt
8620 F:      fs/ntfs/
8621
8622 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8623 M:      Antonino Daplas <adaplas@gmail.com>
8624 L:      linux-fbdev@vger.kernel.org
8625 S:      Maintained
8626 F:      drivers/video/fbdev/riva/
8627 F:      drivers/video/fbdev/nvidia/
8628
8629 NVM EXPRESS DRIVER
8630 M:      Keith Busch <keith.busch@intel.com>
8631 M:      Jens Axboe <axboe@fb.com>
8632 L:      linux-nvme@lists.infradead.org
8633 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8634 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8635 S:      Supported
8636 F:      drivers/nvme/host/
8637 F:      include/linux/nvme.h
8638
8639 NVM EXPRESS TARGET DRIVER
8640 M:      Christoph Hellwig <hch@lst.de>
8641 M:      Sagi Grimberg <sagi@grimberg.me>
8642 L:      linux-nvme@lists.infradead.org
8643 S:      Supported
8644 F:      drivers/nvme/target/
8645
8646 NVMEM FRAMEWORK
8647 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8648 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
8649 S:      Maintained
8650 F:      drivers/nvmem/
8651 F:      Documentation/devicetree/bindings/nvmem/
8652 F:      include/linux/nvmem-consumer.h
8653 F:      include/linux/nvmem-provider.h
8654
8655 NXP-NCI NFC DRIVER
8656 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
8657 R:      Charles Gorand <charles.gorand@effinnov.com>
8658 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
8659 S:      Supported
8660 F:      drivers/nfc/nxp-nci
8661
8662 NXP TDA998X DRM DRIVER
8663 M:      Russell King <rmk+kernel@armlinux.org.uk>
8664 S:      Supported
8665 F:      drivers/gpu/drm/i2c/tda998x_drv.c
8666 F:      include/drm/i2c/tda998x.h
8667
8668 NXP TFA9879 DRIVER
8669 M:      Peter Rosin <peda@axentia.se>
8670 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8671 S:      Maintained
8672 F:      sound/soc/codecs/tfa9879*
8673
8674 OBJTOOL
8675 M:      Josh Poimboeuf <jpoimboe@redhat.com>
8676 S:      Supported
8677 F:      tools/objtool/
8678
8679 OMAP SUPPORT
8680 M:      Tony Lindgren <tony@atomide.com>
8681 L:      linux-omap@vger.kernel.org
8682 W:      http://www.muru.com/linux/omap/
8683 W:      http://linux.omap.com/
8684 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8685 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8686 S:      Maintained
8687 F:      arch/arm/*omap*/
8688 F:      arch/arm/configs/omap1_defconfig
8689 F:      arch/arm/configs/omap2plus_defconfig
8690 F:      drivers/i2c/busses/i2c-omap.c
8691 F:      drivers/irqchip/irq-omap-intc.c
8692 F:      drivers/mfd/*omap*.c
8693 F:      drivers/mfd/menelaus.c
8694 F:      drivers/mfd/palmas.c
8695 F:      drivers/mfd/tps65217.c
8696 F:      drivers/mfd/tps65218.c
8697 F:      drivers/mfd/tps65910.c
8698 F:      drivers/mfd/twl-core.[ch]
8699 F:      drivers/mfd/twl4030*.c
8700 F:      drivers/mfd/twl6030*.c
8701 F:      drivers/mfd/twl6040*.c
8702 F:      drivers/regulator/palmas-regulator*.c
8703 F:      drivers/regulator/pbias-regulator.c
8704 F:      drivers/regulator/tps65217-regulator.c
8705 F:      drivers/regulator/tps65218-regulator.c
8706 F:      drivers/regulator/tps65910-regulator.c
8707 F:      drivers/regulator/twl-regulator.c
8708 F:      include/linux/i2c-omap.h
8709
8710 OMAP DEVICE TREE SUPPORT
8711 M:      Benoît Cousson <bcousson@baylibre.com>
8712 M:      Tony Lindgren <tony@atomide.com>
8713 L:      linux-omap@vger.kernel.org
8714 L:      devicetree@vger.kernel.org
8715 S:      Maintained
8716 F:      arch/arm/boot/dts/*omap*
8717 F:      arch/arm/boot/dts/*am3*
8718 F:      arch/arm/boot/dts/*am4*
8719 F:      arch/arm/boot/dts/*am5*
8720 F:      arch/arm/boot/dts/*dra7*
8721
8722 OMAP CLOCK FRAMEWORK SUPPORT
8723 M:      Paul Walmsley <paul@pwsan.com>
8724 L:      linux-omap@vger.kernel.org
8725 S:      Maintained
8726 F:      arch/arm/*omap*/*clock*
8727
8728 OMAP POWER MANAGEMENT SUPPORT
8729 M:      Kevin Hilman <khilman@kernel.org>
8730 L:      linux-omap@vger.kernel.org
8731 S:      Maintained
8732 F:      arch/arm/*omap*/*pm*
8733 F:      drivers/cpufreq/omap-cpufreq.c
8734
8735 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8736 M:      Rajendra Nayak <rnayak@codeaurora.org>
8737 M:      Paul Walmsley <paul@pwsan.com>
8738 L:      linux-omap@vger.kernel.org
8739 S:      Maintained
8740 F:      arch/arm/mach-omap2/prm*
8741
8742 OMAP AUDIO SUPPORT
8743 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8744 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
8745 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8746 L:      linux-omap@vger.kernel.org
8747 S:      Maintained
8748 F:      sound/soc/omap/
8749
8750 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8751 M:      Roger Quadros <rogerq@ti.com>
8752 M:      Tony Lindgren <tony@atomide.com>
8753 L:      linux-omap@vger.kernel.org
8754 S:      Maintained
8755 F:      drivers/memory/omap-gpmc.c
8756 F:      arch/arm/mach-omap2/*gpmc*
8757
8758 OMAP FRAMEBUFFER SUPPORT
8759 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8760 L:      linux-fbdev@vger.kernel.org
8761 L:      linux-omap@vger.kernel.org
8762 S:      Maintained
8763 F:      drivers/video/fbdev/omap/
8764
8765 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8766 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8767 L:      linux-omap@vger.kernel.org
8768 L:      linux-fbdev@vger.kernel.org
8769 S:      Maintained
8770 F:      drivers/video/fbdev/omap2/
8771 F:      Documentation/arm/OMAP/DSS
8772
8773 OMAP HARDWARE SPINLOCK SUPPORT
8774 M:      Ohad Ben-Cohen <ohad@wizery.com>
8775 L:      linux-omap@vger.kernel.org
8776 S:      Maintained
8777 F:      drivers/hwspinlock/omap_hwspinlock.c
8778
8779 OMAP MMC SUPPORT
8780 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
8781 L:      linux-omap@vger.kernel.org
8782 S:      Maintained
8783 F:      drivers/mmc/host/omap.c
8784
8785 OMAP HS MMC SUPPORT
8786 L:      linux-mmc@vger.kernel.org
8787 L:      linux-omap@vger.kernel.org
8788 S:      Orphan
8789 F:      drivers/mmc/host/omap_hsmmc.c
8790
8791 OMAP RANDOM NUMBER GENERATOR SUPPORT
8792 M:      Deepak Saxena <dsaxena@plexity.net>
8793 S:      Maintained
8794 F:      drivers/char/hw_random/omap-rng.c
8795
8796 OMAP HWMOD SUPPORT
8797 M:      Benoît Cousson <bcousson@baylibre.com>
8798 M:      Paul Walmsley <paul@pwsan.com>
8799 L:      linux-omap@vger.kernel.org
8800 S:      Maintained
8801 F:      arch/arm/mach-omap2/omap_hwmod.*
8802
8803 OMAP HWMOD DATA
8804 M:      Paul Walmsley <paul@pwsan.com>
8805 L:      linux-omap@vger.kernel.org
8806 S:      Maintained
8807 F:      arch/arm/mach-omap2/omap_hwmod*data*
8808
8809 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8810 M:      Benoît Cousson <bcousson@baylibre.com>
8811 L:      linux-omap@vger.kernel.org
8812 S:      Maintained
8813 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8814
8815 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8816 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8817 L:      linux-media@vger.kernel.org
8818 S:      Maintained
8819 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
8820 F:      drivers/media/platform/omap3isp/
8821 F:      drivers/staging/media/omap4iss/
8822
8823 OMAP USB SUPPORT
8824 L:      linux-usb@vger.kernel.org
8825 L:      linux-omap@vger.kernel.org
8826 S:      Orphan
8827 F:      drivers/usb/*/*omap*
8828 F:      arch/arm/*omap*/usb*
8829
8830 OMAP GPIO DRIVER
8831 M:      Grygorii Strashko <grygorii.strashko@ti.com>
8832 M:      Santosh Shilimkar <ssantosh@kernel.org>
8833 M:      Kevin Hilman <khilman@kernel.org>
8834 L:      linux-omap@vger.kernel.org
8835 S:      Maintained
8836 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
8837 F:      drivers/gpio/gpio-omap.c
8838
8839 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8840 M:      Mark Jackson <mpfj@newflow.co.uk>
8841 L:      linux-omap@vger.kernel.org
8842 S:      Maintained
8843 F:      arch/arm/boot/dts/am335x-nano.dts
8844
8845 OMFS FILESYSTEM
8846 M:      Bob Copeland <me@bobcopeland.com>
8847 L:      linux-karma-devel@lists.sourceforge.net
8848 S:      Maintained
8849 F:      Documentation/filesystems/omfs.txt
8850 F:      fs/omfs/
8851
8852 OMNIKEY CARDMAN 4000 DRIVER
8853 M:      Harald Welte <laforge@gnumonks.org>
8854 S:      Maintained
8855 F:      drivers/char/pcmcia/cm4000_cs.c
8856 F:      include/linux/cm4000_cs.h
8857 F:      include/uapi/linux/cm4000_cs.h
8858
8859 OMNIKEY CARDMAN 4040 DRIVER
8860 M:      Harald Welte <laforge@gnumonks.org>
8861 S:      Maintained
8862 F:      drivers/char/pcmcia/cm4040_cs.*
8863
8864 OMNIVISION OV7670 SENSOR DRIVER
8865 M:      Jonathan Corbet <corbet@lwn.net>
8866 L:      linux-media@vger.kernel.org
8867 T:      git git://linuxtv.org/media_tree.git
8868 S:      Maintained
8869 F:      drivers/media/i2c/ov7670.c
8870
8871 ONENAND FLASH DRIVER
8872 M:      Kyungmin Park <kyungmin.park@samsung.com>
8873 L:      linux-mtd@lists.infradead.org
8874 S:      Maintained
8875 F:      drivers/mtd/onenand/
8876 F:      include/linux/mtd/onenand*.h
8877
8878 ONSTREAM SCSI TAPE DRIVER
8879 M:      Willem Riede <osst@riede.org>
8880 L:      osst-users@lists.sourceforge.net
8881 L:      linux-scsi@vger.kernel.org
8882 S:      Maintained
8883 F:      Documentation/scsi/osst.txt
8884 F:      drivers/scsi/osst.*
8885 F:      drivers/scsi/osst_*.h
8886 F:      drivers/scsi/st.h
8887
8888 OPENCORES I2C BUS DRIVER
8889 M:      Peter Korsgaard <jacmet@sunsite.dk>
8890 L:      linux-i2c@vger.kernel.org
8891 S:      Maintained
8892 F:      Documentation/i2c/busses/i2c-ocores
8893 F:      drivers/i2c/busses/i2c-ocores.c
8894
8895 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8896 M:      Rob Herring <robh+dt@kernel.org>
8897 M:      Frank Rowand <frowand.list@gmail.com>
8898 L:      devicetree@vger.kernel.org
8899 W:      http://www.devicetree.org/
8900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8901 S:      Maintained
8902 F:      drivers/of/
8903 F:      include/linux/of*.h
8904 F:      scripts/dtc/
8905
8906 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8907 M:      Rob Herring <robh+dt@kernel.org>
8908 M:      Mark Rutland <mark.rutland@arm.com>
8909 L:      devicetree@vger.kernel.org
8910 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8911 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
8912 S:      Maintained
8913 F:      Documentation/devicetree/
8914 F:      arch/*/boot/dts/
8915 F:      include/dt-bindings/
8916
8917 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8918 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8919 L:      devicetree@vger.kernel.org
8920 S:      Maintained
8921 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8922 F:      Documentation/devicetree/overlay-notes.txt
8923 F:      drivers/of/overlay.c
8924 F:      drivers/of/resolver.c
8925
8926 OPENRISC ARCHITECTURE
8927 M:      Jonas Bonn <jonas@southpole.se>
8928 W:      http://openrisc.net
8929 S:      Maintained
8930 T:      git git://openrisc.net/~jonas/linux
8931 F:      arch/openrisc/
8932
8933 OPENVSWITCH
8934 M:      Pravin Shelar <pshelar@nicira.com>
8935 L:      netdev@vger.kernel.org
8936 L:      dev@openvswitch.org
8937 W:      http://openvswitch.org
8938 S:      Maintained
8939 F:      net/openvswitch/
8940 F:      include/uapi/linux/openvswitch.h
8941
8942 OPERATING PERFORMANCE POINTS (OPP)
8943 M:      Viresh Kumar <vireshk@kernel.org>
8944 M:      Nishanth Menon <nm@ti.com>
8945 M:      Stephen Boyd <sboyd@codeaurora.org>
8946 L:      linux-pm@vger.kernel.org
8947 S:      Maintained
8948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8949 F:      drivers/base/power/opp/
8950 F:      include/linux/pm_opp.h
8951 F:      Documentation/power/opp.txt
8952 F:      Documentation/devicetree/bindings/opp/
8953
8954 OPL4 DRIVER
8955 M:      Clemens Ladisch <clemens@ladisch.de>
8956 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8957 T:      git git://git.alsa-project.org/alsa-kernel.git
8958 S:      Maintained
8959 F:      sound/drivers/opl4/
8960
8961 OPROFILE
8962 M:      Robert Richter <rric@kernel.org>
8963 L:      oprofile-list@lists.sf.net
8964 S:      Maintained
8965 F:      arch/*/include/asm/oprofile*.h
8966 F:      arch/*/oprofile/
8967 F:      drivers/oprofile/
8968 F:      include/linux/oprofile.h
8969
8970 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8971 M:      Mark Fasheh <mfasheh@versity.com>
8972 M:      Joel Becker <jlbec@evilplan.org>
8973 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8974 W:      http://ocfs2.wiki.kernel.org
8975 S:      Supported
8976 F:      Documentation/filesystems/ocfs2.txt
8977 F:      Documentation/filesystems/dlmfs.txt
8978 F:      fs/ocfs2/
8979
8980 ORINOCO DRIVER
8981 L:      linux-wireless@vger.kernel.org
8982 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8983 W:      http://www.nongnu.org/orinoco/
8984 S:      Orphan
8985 F:      drivers/net/wireless/intersil/orinoco/
8986
8987 OSD LIBRARY and FILESYSTEM
8988 M:      Boaz Harrosh <ooo@electrozaur.com>
8989 M:      Benny Halevy <bhalevy@primarydata.com>
8990 L:      osd-dev@open-osd.org
8991 W:      http://open-osd.org
8992 T:      git git://git.open-osd.org/open-osd.git
8993 S:      Maintained
8994 F:      drivers/scsi/osd/
8995 F:      include/scsi/osd_*
8996 F:      fs/exofs/
8997
8998 OVERLAY FILESYSTEM
8999 M:      Miklos Szeredi <miklos@szeredi.hu>
9000 L:      linux-unionfs@vger.kernel.org
9001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9002 S:      Supported
9003 F:      fs/overlayfs/
9004 F:      Documentation/filesystems/overlayfs.txt
9005
9006 ORANGEFS FILESYSTEM
9007 M:      Mike Marshall <hubcap@omnibond.com>
9008 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
9009 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9010 S:      Supported
9011 F:      fs/orangefs/
9012 F:      Documentation/filesystems/orangefs.txt
9013
9014 P54 WIRELESS DRIVER
9015 M:      Christian Lamparter <chunkeey@googlemail.com>
9016 L:      linux-wireless@vger.kernel.org
9017 W:      http://wireless.kernel.org/en/users/Drivers/p54
9018 S:      Maintained
9019 F:      drivers/net/wireless/intersil/p54/
9020
9021 PA SEMI ETHERNET DRIVER
9022 M:      Olof Johansson <olof@lixom.net>
9023 L:      netdev@vger.kernel.org
9024 S:      Maintained
9025 F:      drivers/net/ethernet/pasemi/*
9026
9027 PA SEMI SMBUS DRIVER
9028 M:      Olof Johansson <olof@lixom.net>
9029 L:      linux-i2c@vger.kernel.org
9030 S:      Maintained
9031 F:      drivers/i2c/busses/i2c-pasemi.c
9032
9033 PADATA PARALLEL EXECUTION MECHANISM
9034 M:      Steffen Klassert <steffen.klassert@secunet.com>
9035 L:      linux-crypto@vger.kernel.org
9036 S:      Maintained
9037 F:      kernel/padata.c
9038 F:      include/linux/padata.h
9039 F:      Documentation/padata.txt
9040
9041 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9042 M:      Harald Welte <laforge@gnumonks.org>
9043 L:      platform-driver-x86@vger.kernel.org
9044 S:      Maintained
9045 F:      drivers/platform/x86/panasonic-laptop.c
9046
9047 PANASONIC MN10300/AM33/AM34 PORT
9048 M:      David Howells <dhowells@redhat.com>
9049 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
9050 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9051 S:      Maintained
9052 F:      Documentation/mn10300/
9053 F:      arch/mn10300/
9054
9055 PARALLEL LCD/KEYPAD PANEL DRIVER
9056 M:      Willy Tarreau <willy@haproxy.com>
9057 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
9058 S:      Odd Fixes
9059 F:      Documentation/misc-devices/lcd-panel-cgram.txt
9060 F:      drivers/misc/panel.c
9061
9062 PARALLEL PORT SUBSYSTEM
9063 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9064 M:      Sudip Mukherjee <sudip@vectorindia.org>
9065 L:      linux-parport@lists.infradead.org (subscribers-only)
9066 S:      Maintained
9067 F:      drivers/parport/
9068 F:      include/linux/parport*.h
9069 F:      drivers/char/ppdev.c
9070 F:      include/uapi/linux/ppdev.h
9071 F:      Documentation/parport*.txt
9072
9073 PARAVIRT_OPS INTERFACE
9074 M:      Jeremy Fitzhardinge <jeremy@goop.org>
9075 M:      Chris Wright <chrisw@sous-sol.org>
9076 M:      Alok Kataria <akataria@vmware.com>
9077 M:      Rusty Russell <rusty@rustcorp.com.au>
9078 L:      virtualization@lists.linux-foundation.org
9079 S:      Supported
9080 F:      Documentation/virtual/paravirt_ops.txt
9081 F:      arch/*/kernel/paravirt*
9082 F:      arch/*/include/asm/paravirt.h
9083 F:      include/linux/hypervisor.h
9084
9085 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9086 M:      Tim Waugh <tim@cyberelk.net>
9087 L:      linux-parport@lists.infradead.org (subscribers-only)
9088 S:      Maintained
9089 F:      Documentation/blockdev/paride.txt
9090 F:      drivers/block/paride/
9091
9092 PARISC ARCHITECTURE
9093 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
9094 M:      Helge Deller <deller@gmx.de>
9095 L:      linux-parisc@vger.kernel.org
9096 W:      http://www.parisc-linux.org/
9097 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
9098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9100 S:      Maintained
9101 F:      arch/parisc/
9102 F:      Documentation/parisc/
9103 F:      drivers/parisc/
9104 F:      drivers/char/agp/parisc-agp.c
9105 F:      drivers/input/serio/gscps2.c
9106 F:      drivers/parport/parport_gsc.*
9107 F:      drivers/tty/serial/8250/8250_gsc.c
9108 F:      drivers/video/fbdev/sti*
9109 F:      drivers/video/console/sti*
9110 F:      drivers/video/logo/logo_parisc*
9111
9112 PC87360 HARDWARE MONITORING DRIVER
9113 M:      Jim Cromie <jim.cromie@gmail.com>
9114 L:      linux-hwmon@vger.kernel.org
9115 S:      Maintained
9116 F:      Documentation/hwmon/pc87360
9117 F:      drivers/hwmon/pc87360.c
9118
9119 PC8736x GPIO DRIVER
9120 M:      Jim Cromie <jim.cromie@gmail.com>
9121 S:      Maintained
9122 F:      drivers/char/pc8736x_gpio.c
9123
9124 PC87427 HARDWARE MONITORING DRIVER
9125 M:      Jean Delvare <jdelvare@suse.com>
9126 L:      linux-hwmon@vger.kernel.org
9127 S:      Maintained
9128 F:      Documentation/hwmon/pc87427
9129 F:      drivers/hwmon/pc87427.c
9130
9131 PCA9532 LED DRIVER
9132 M:      Riku Voipio <riku.voipio@iki.fi>
9133 S:      Maintained
9134 F:      drivers/leds/leds-pca9532.c
9135 F:      include/linux/leds-pca9532.h
9136
9137 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9138 M:      Guenter Roeck <linux@roeck-us.net>
9139 L:      linux-i2c@vger.kernel.org
9140 S:      Maintained
9141 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
9142
9143 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9144 M:      Khalid Aziz <khalid@gonehiking.org>
9145 S:      Maintained
9146 F:      drivers/firmware/pcdp.*
9147
9148 PCI ERROR RECOVERY
9149 M:      Linas Vepstas <linasvepstas@gmail.com>
9150 L:      linux-pci@vger.kernel.org
9151 S:      Supported
9152 F:      Documentation/PCI/pci-error-recovery.txt
9153
9154 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9155 M:      Russell Currey <ruscur@russell.cc>
9156 L:      linuxppc-dev@lists.ozlabs.org
9157 S:      Supported
9158 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
9159 F:      arch/powerpc/kernel/eeh*.c
9160 F:      arch/powerpc/platforms/*/eeh*.c
9161 F:      arch/powerpc/include/*/eeh*.h
9162
9163 PCI SUBSYSTEM
9164 M:      Bjorn Helgaas <bhelgaas@google.com>
9165 L:      linux-pci@vger.kernel.org
9166 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
9167 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9168 S:      Supported
9169 F:      Documentation/devicetree/bindings/pci/
9170 F:      Documentation/PCI/
9171 F:      drivers/pci/
9172 F:      include/linux/pci*
9173 F:      arch/x86/pci/
9174 F:      arch/x86/kernel/quirks.c
9175
9176 PCI DRIVER FOR ALTERA PCIE IP
9177 M:      Ley Foon Tan <lftan@altera.com>
9178 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9179 L:      linux-pci@vger.kernel.org
9180 S:      Supported
9181 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
9182 F:      drivers/pci/host/pcie-altera.c
9183
9184 PCI DRIVER FOR ARM VERSATILE PLATFORM
9185 M:      Rob Herring <robh@kernel.org>
9186 L:      linux-pci@vger.kernel.org
9187 L:      linux-arm-kernel@lists.infradead.org
9188 S:      Maintained
9189 F:      Documentation/devicetree/bindings/pci/versatile.txt
9190 F:      drivers/pci/host/pci-versatile.c
9191
9192 PCI DRIVER FOR ARMADA 8K
9193 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9194 L:      linux-pci@vger.kernel.org
9195 L:      linux-arm-kernel@lists.infradead.org
9196 S:      Maintained
9197 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
9198 F:      drivers/pci/host/pcie-armada8k.c
9199
9200 PCI DRIVER FOR APPLIEDMICRO XGENE
9201 M:      Tanmay Inamdar <tinamdar@apm.com>
9202 L:      linux-pci@vger.kernel.org
9203 L:      linux-arm-kernel@lists.infradead.org
9204 S:      Maintained
9205 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
9206 F:      drivers/pci/host/pci-xgene.c
9207
9208 PCI DRIVER FOR FREESCALE LAYERSCAPE
9209 M:      Minghuan Lian <minghuan.Lian@freescale.com>
9210 M:      Mingkai Hu <mingkai.hu@freescale.com>
9211 M:      Roy Zang <tie-fei.zang@freescale.com>
9212 L:      linuxppc-dev@lists.ozlabs.org
9213 L:      linux-pci@vger.kernel.org
9214 L:      linux-arm-kernel@lists.infradead.org
9215 S:      Maintained
9216 F:      drivers/pci/host/*layerscape*
9217
9218 PCI DRIVER FOR IMX6
9219 M:      Richard Zhu <Richard.Zhu@freescale.com>
9220 M:      Lucas Stach <l.stach@pengutronix.de>
9221 L:      linux-pci@vger.kernel.org
9222 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9223 S:      Maintained
9224 F:      drivers/pci/host/*imx6*
9225
9226 PCI DRIVER FOR TI KEYSTONE
9227 M:      Murali Karicheri <m-karicheri2@ti.com>
9228 L:      linux-pci@vger.kernel.org
9229 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9230 S:      Maintained
9231 F:      drivers/pci/host/*keystone*
9232
9233 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9234 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9235 M:      Jason Cooper <jason@lakedaemon.net>
9236 L:      linux-pci@vger.kernel.org
9237 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9238 S:      Maintained
9239 F:      drivers/pci/host/*mvebu*
9240
9241 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9242 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9243 L:      linux-pci@vger.kernel.org
9244 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9245 S:      Maintained
9246 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
9247 F:      drivers/pci/host/pci-aardvark.c
9248
9249 PCI DRIVER FOR NVIDIA TEGRA
9250 M:      Thierry Reding <thierry.reding@gmail.com>
9251 L:      linux-tegra@vger.kernel.org
9252 L:      linux-pci@vger.kernel.org
9253 S:      Supported
9254 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9255 F:      drivers/pci/host/pci-tegra.c
9256
9257 PCI DRIVER FOR TI DRA7XX
9258 M:      Kishon Vijay Abraham I <kishon@ti.com>
9259 L:      linux-omap@vger.kernel.org
9260 L:      linux-pci@vger.kernel.org
9261 S:      Supported
9262 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
9263 F:      drivers/pci/host/pci-dra7xx.c
9264
9265 PCI DRIVER FOR RENESAS R-CAR
9266 M:      Simon Horman <horms@verge.net.au>
9267 L:      linux-pci@vger.kernel.org
9268 L:      linux-renesas-soc@vger.kernel.org
9269 S:      Maintained
9270 F:      drivers/pci/host/*rcar*
9271
9272 PCI DRIVER FOR SAMSUNG EXYNOS
9273 M:      Jingoo Han <jingoohan1@gmail.com>
9274 L:      linux-pci@vger.kernel.org
9275 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9276 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9277 S:      Maintained
9278 F:      drivers/pci/host/pci-exynos.c
9279
9280 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9281 M:      Jingoo Han <jingoohan1@gmail.com>
9282 M:      Pratyush Anand <pratyush.anand@gmail.com>
9283 L:      linux-pci@vger.kernel.org
9284 S:      Maintained
9285 F:      drivers/pci/host/*designware*
9286
9287 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
9288 M:      Joao Pinto <jpinto@synopsys.com>
9289 L:      linux-pci@vger.kernel.org
9290 S:      Maintained
9291 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
9292 F:      drivers/pci/host/pcie-designware-plat.c
9293
9294 PCI DRIVER FOR GENERIC OF HOSTS
9295 M:      Will Deacon <will.deacon@arm.com>
9296 L:      linux-pci@vger.kernel.org
9297 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9298 S:      Maintained
9299 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
9300 F:      drivers/pci/host/pci-host-common.c
9301 F:      drivers/pci/host/pci-host-generic.c
9302
9303 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9304 M:      Keith Busch <keith.busch@intel.com>
9305 L:      linux-pci@vger.kernel.org
9306 S:      Supported
9307 F:      arch/x86/pci/vmd.c
9308
9309 PCIE DRIVER FOR ST SPEAR13XX
9310 M:      Pratyush Anand <pratyush.anand@gmail.com>
9311 L:      linux-pci@vger.kernel.org
9312 S:      Maintained
9313 F:      drivers/pci/host/*spear*
9314
9315 PCI MSI DRIVER FOR ALTERA MSI IP
9316 M:      Ley Foon Tan <lftan@altera.com>
9317 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9318 L:      linux-pci@vger.kernel.org
9319 S:      Supported
9320 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9321 F:      drivers/pci/host/pcie-altera-msi.c
9322
9323 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9324 M:      Duc Dang <dhdang@apm.com>
9325 L:      linux-pci@vger.kernel.org
9326 L:      linux-arm-kernel@lists.infradead.org
9327 S:      Maintained
9328 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9329 F:      drivers/pci/host/pci-xgene-msi.c
9330
9331 PCIE DRIVER FOR AXIS ARTPEC
9332 M:      Niklas Cassel <niklas.cassel@axis.com>
9333 M:      Jesper Nilsson <jesper.nilsson@axis.com>
9334 L:      linux-arm-kernel@axis.com
9335 L:      linux-pci@vger.kernel.org
9336 S:      Maintained
9337 F:      Documentation/devicetree/bindings/pci/axis,artpec*
9338 F:      drivers/pci/host/*artpec*
9339
9340 PCIE DRIVER FOR HISILICON
9341 M:      Zhou Wang <wangzhou1@hisilicon.com>
9342 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
9343 L:      linux-pci@vger.kernel.org
9344 S:      Maintained
9345 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9346 F:      drivers/pci/host/pcie-hisi.c
9347
9348 PCIE DRIVER FOR ROCKCHIP
9349 M:      Shawn Lin <shawn.lin@rock-chips.com>
9350 M:      Wenrui Li <wenrui.li@rock-chips.com>
9351 L:      linux-pci@vger.kernel.org
9352 L:      linux-rockchip@lists.infradead.org
9353 S:      Maintained
9354 F:      Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9355 F:      drivers/pci/host/pcie-rockchip.c
9356
9357 PCIE DRIVER FOR QUALCOMM MSM
9358 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
9359 L:     linux-pci@vger.kernel.org
9360 L:     linux-arm-msm@vger.kernel.org
9361 S:     Maintained
9362 F:     drivers/pci/host/*qcom*
9363
9364 PCIE DRIVER FOR CAVIUM THUNDERX
9365 M:      David Daney <david.daney@cavium.com>
9366 L:      linux-pci@vger.kernel.org
9367 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9368 S:      Supported
9369 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
9370 F:      drivers/pci/host/pci-thunder-*
9371
9372 PCMCIA SUBSYSTEM
9373 P:      Linux PCMCIA Team
9374 L:      linux-pcmcia@lists.infradead.org
9375 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9376 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9377 S:      Maintained
9378 F:      Documentation/pcmcia/
9379 F:      drivers/pcmcia/
9380 F:      include/pcmcia/
9381
9382 PCNET32 NETWORK DRIVER
9383 M:      Don Fry <pcnet32@frontier.com>
9384 L:      netdev@vger.kernel.org
9385 S:      Maintained
9386 F:      drivers/net/ethernet/amd/pcnet32.c
9387
9388 PCRYPT PARALLEL CRYPTO ENGINE
9389 M:      Steffen Klassert <steffen.klassert@secunet.com>
9390 L:      linux-crypto@vger.kernel.org
9391 S:      Maintained
9392 F:      crypto/pcrypt.c
9393 F:      include/crypto/pcrypt.h
9394
9395 PER-CPU MEMORY ALLOCATOR
9396 M:      Tejun Heo <tj@kernel.org>
9397 M:      Christoph Lameter <cl@linux.com>
9398 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9399 S:      Maintained
9400 F:      include/linux/percpu*.h
9401 F:      mm/percpu*.c
9402 F:      arch/*/include/asm/percpu.h
9403
9404 PER-TASK DELAY ACCOUNTING
9405 M:      Balbir Singh <bsingharora@gmail.com>
9406 S:      Maintained
9407 F:      include/linux/delayacct.h
9408 F:      kernel/delayacct.c
9409
9410 PERFORMANCE EVENTS SUBSYSTEM
9411 M:      Peter Zijlstra <peterz@infradead.org>
9412 M:      Ingo Molnar <mingo@redhat.com>
9413 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
9414 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9415 L:      linux-kernel@vger.kernel.org
9416 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9417 S:      Supported
9418 F:      kernel/events/*
9419 F:      include/linux/perf_event.h
9420 F:      include/uapi/linux/perf_event.h
9421 F:      arch/*/kernel/perf_event*.c
9422 F:      arch/*/kernel/*/perf_event*.c
9423 F:      arch/*/kernel/*/*/perf_event*.c
9424 F:      arch/*/include/asm/perf_event.h
9425 F:      arch/*/kernel/perf_callchain.c
9426 F:      arch/*/events/*
9427 F:      tools/perf/
9428
9429 PERSONALITY HANDLING
9430 M:      Christoph Hellwig <hch@infradead.org>
9431 L:      linux-abi-devel@lists.sourceforge.net
9432 S:      Maintained
9433 F:      include/linux/personality.h
9434 F:      include/uapi/linux/personality.h
9435
9436 PHONET PROTOCOL
9437 M:      Remi Denis-Courmont <courmisch@gmail.com>
9438 S:      Supported
9439 F:      Documentation/networking/phonet.txt
9440 F:      include/linux/phonet.h
9441 F:      include/net/phonet/
9442 F:      include/uapi/linux/phonet.h
9443 F:      net/phonet/
9444
9445 PHRAM MTD DRIVER
9446 M:      Joern Engel <joern@lazybastard.org>
9447 L:      linux-mtd@lists.infradead.org
9448 S:      Maintained
9449 F:      drivers/mtd/devices/phram.c
9450
9451 PICOLCD HID DRIVER
9452 M:      Bruno Prémont <bonbons@linux-vserver.org>
9453 L:      linux-input@vger.kernel.org
9454 S:      Maintained
9455 F:      drivers/hid/hid-picolcd*
9456
9457 PICOXCELL SUPPORT
9458 M:      Jamie Iles <jamie@jamieiles.com>
9459 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9460 T:      git git://github.com/jamieiles/linux-2.6-ji.git
9461 S:      Supported
9462 F:      arch/arm/boot/dts/picoxcell*
9463 F:      arch/arm/mach-picoxcell/
9464 F:      drivers/crypto/picoxcell*
9465
9466 PIN CONTROL SUBSYSTEM
9467 M:      Linus Walleij <linus.walleij@linaro.org>
9468 L:      linux-gpio@vger.kernel.org
9469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9470 S:      Maintained
9471 F:      Documentation/devicetree/bindings/pinctrl/
9472 F:      Documentation/pinctrl.txt
9473 F:      drivers/pinctrl/
9474 F:      include/linux/pinctrl/
9475
9476 PIN CONTROLLER - ATMEL AT91
9477 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9478 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9479 S:      Maintained
9480 F:      drivers/pinctrl/pinctrl-at91.*
9481
9482 PIN CONTROLLER - ATMEL AT91 PIO4
9483 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
9484 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9485 L:      linux-gpio@vger.kernel.org
9486 S:      Supported
9487 F:      drivers/pinctrl/pinctrl-at91-pio4.*
9488
9489 PIN CONTROLLER - INTEL
9490 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9491 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
9492 S:      Maintained
9493 F:      drivers/pinctrl/intel/
9494
9495 PIN CONTROLLER - RENESAS
9496 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9497 M:      Geert Uytterhoeven <geert+renesas@glider.be>
9498 L:      linux-renesas-soc@vger.kernel.org
9499 S:      Maintained
9500 F:      drivers/pinctrl/sh-pfc/
9501
9502 PIN CONTROLLER - SAMSUNG
9503 M:      Tomasz Figa <tomasz.figa@gmail.com>
9504 M:      Krzysztof Kozlowski <krzk@kernel.org>
9505 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9506 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9507 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9508 S:      Maintained
9509 F:      drivers/pinctrl/samsung/
9510 F:      include/dt-bindings/pinctrl/samsung.h
9511 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
9512
9513 PIN CONTROLLER - SINGLE
9514 M:      Tony Lindgren <tony@atomide.com>
9515 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
9516 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9517 L:      linux-omap@vger.kernel.org
9518 S:      Maintained
9519 F:      drivers/pinctrl/pinctrl-single.c
9520
9521 PIN CONTROLLER - ST SPEAR
9522 M:      Viresh Kumar <vireshk@kernel.org>
9523 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9524 W:      http://www.st.com/spear
9525 S:      Maintained
9526 F:      drivers/pinctrl/spear/
9527
9528 PISTACHIO SOC SUPPORT
9529 M:      James Hartley <james.hartley@imgtec.com>
9530 M:      Ionela Voinescu <ionela.voinescu@imgtec.com>
9531 L:      linux-mips@linux-mips.org
9532 S:      Maintained
9533 F:      arch/mips/pistachio/
9534 F:      arch/mips/include/asm/mach-pistachio/
9535 F:      arch/mips/boot/dts/pistachio/
9536 F:      arch/mips/configs/pistachio*_defconfig
9537
9538 PKTCDVD DRIVER
9539 M:      Jiri Kosina <jikos@kernel.org>
9540 S:      Maintained
9541 F:      drivers/block/pktcdvd.c
9542 F:      include/linux/pktcdvd.h
9543 F:      include/uapi/linux/pktcdvd.h
9544
9545 PKUNITY SOC DRIVERS
9546 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9547 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9548 S:      Maintained
9549 T:      git git://github.com/gxt/linux.git
9550 F:      drivers/input/serio/i8042-unicore32io.h
9551 F:      drivers/i2c/busses/i2c-puv3.c
9552 F:      drivers/video/fbdev/fb-puv3.c
9553 F:      drivers/rtc/rtc-puv3.c
9554
9555 PMBUS HARDWARE MONITORING DRIVERS
9556 M:      Guenter Roeck <linux@roeck-us.net>
9557 L:      linux-hwmon@vger.kernel.org
9558 W:      http://hwmon.wiki.kernel.org/
9559 W:      http://www.roeck-us.net/linux/drivers/
9560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9561 S:      Maintained
9562 F:      Documentation/hwmon/pmbus
9563 F:      drivers/hwmon/pmbus/
9564 F:      include/linux/i2c/pmbus.h
9565
9566 PMC SIERRA MaxRAID DRIVER
9567 L:      linux-scsi@vger.kernel.org
9568 W:      http://www.pmc-sierra.com/
9569 S:      Orphan
9570 F:      drivers/scsi/pmcraid.*
9571
9572 PMC SIERRA PM8001 DRIVER
9573 M:      Jack Wang <jinpu.wang@profitbricks.com>
9574 M:      lindar_liu@usish.com
9575 L:      pmchba@pmcs.com
9576 L:      linux-scsi@vger.kernel.org
9577 S:      Supported
9578 F:      drivers/scsi/pm8001/
9579
9580 POSIX CLOCKS and TIMERS
9581 M:      Thomas Gleixner <tglx@linutronix.de>
9582 L:      linux-kernel@vger.kernel.org
9583 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9584 S:      Maintained
9585 F:      fs/timerfd.c
9586 F:      include/linux/timer*
9587 F:      kernel/time/*timer*
9588
9589 POWER MANAGEMENT CORE
9590 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9591 L:      linux-pm@vger.kernel.org
9592 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9593 S:      Supported
9594 F:      drivers/base/power/
9595 F:      include/linux/pm.h
9596 F:      include/linux/pm_*
9597 F:      include/linux/powercap.h
9598 F:      drivers/powercap/
9599
9600 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9601 M:      Sebastian Reichel <sre@kernel.org>
9602 L:      linux-pm@vger.kernel.org
9603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9604 S:      Maintained
9605 F:      Documentation/devicetree/bindings/power/supply/
9606 F:      include/linux/power_supply.h
9607 F:      drivers/power/supply/
9608
9609 POWER STATE COORDINATION INTERFACE (PSCI)
9610 M:      Mark Rutland <mark.rutland@arm.com>
9611 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9612 L:      linux-arm-kernel@lists.infradead.org
9613 S:      Maintained
9614 F:      drivers/firmware/psci.c
9615 F:      include/linux/psci.h
9616 F:      include/uapi/linux/psci.h
9617
9618 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9619 M:      Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9620 L:      linuxppc-dev@lists.ozlabs.org
9621 S:      Maintained
9622 F:      drivers/char/powernv-op-panel.c
9623
9624 PNP SUPPORT
9625 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9626 S:      Maintained
9627 F:      drivers/pnp/
9628
9629 PPP PROTOCOL DRIVERS AND COMPRESSORS
9630 M:      Paul Mackerras <paulus@samba.org>
9631 L:      linux-ppp@vger.kernel.org
9632 S:      Maintained
9633 F:      drivers/net/ppp/ppp_*
9634
9635 PPP OVER ATM (RFC 2364)
9636 M:      Mitchell Blank Jr <mitch@sfgoth.com>
9637 S:      Maintained
9638 F:      net/atm/pppoatm.c
9639 F:      include/uapi/linux/atmppp.h
9640
9641 PPP OVER ETHERNET
9642 M:      Michal Ostrowski <mostrows@earthlink.net>
9643 S:      Maintained
9644 F:      drivers/net/ppp/pppoe.c
9645 F:      drivers/net/ppp/pppox.c
9646
9647 PPP OVER L2TP
9648 M:      James Chapman <jchapman@katalix.com>
9649 S:      Maintained
9650 F:      net/l2tp/l2tp_ppp.c
9651 F:      include/linux/if_pppol2tp.h
9652 F:      include/uapi/linux/if_pppol2tp.h
9653
9654 PPS SUPPORT
9655 M:      Rodolfo Giometti <giometti@enneenne.com>
9656 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
9657 L:      linuxpps@ml.enneenne.com (subscribers-only)
9658 S:      Maintained
9659 F:      Documentation/pps/
9660 F:      drivers/pps/
9661 F:      include/linux/pps*.h
9662
9663 PPTP DRIVER
9664 M:      Dmitry Kozlov <xeb@mail.ru>
9665 L:      netdev@vger.kernel.org
9666 S:      Maintained
9667 F:      drivers/net/ppp/pptp.c
9668 W:      http://sourceforge.net/projects/accel-pptp
9669
9670 PREEMPTIBLE KERNEL
9671 M:      Robert Love <rml@tech9.net>
9672 L:      kpreempt-tech@lists.sourceforge.net
9673 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9674 S:      Supported
9675 F:      Documentation/preempt-locking.txt
9676 F:      include/linux/preempt.h
9677
9678 PRISM54 WIRELESS DRIVER
9679 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
9680 L:      linux-wireless@vger.kernel.org
9681 W:      http://wireless.kernel.org/en/users/Drivers/p54
9682 S:      Obsolete
9683 F:      drivers/net/wireless/intersil/prism54/
9684
9685 PS3 NETWORK SUPPORT
9686 M:      Geoff Levand <geoff@infradead.org>
9687 L:      netdev@vger.kernel.org
9688 L:      linuxppc-dev@lists.ozlabs.org
9689 S:      Maintained
9690 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
9691
9692 PS3 PLATFORM SUPPORT
9693 M:      Geoff Levand <geoff@infradead.org>
9694 L:      linuxppc-dev@lists.ozlabs.org
9695 S:      Maintained
9696 F:      arch/powerpc/boot/ps3*
9697 F:      arch/powerpc/include/asm/lv1call.h
9698 F:      arch/powerpc/include/asm/ps3*.h
9699 F:      arch/powerpc/platforms/ps3/
9700 F:      drivers/*/ps3*
9701 F:      drivers/ps3/
9702 F:      drivers/rtc/rtc-ps3.c
9703 F:      drivers/usb/host/*ps3.c
9704 F:      sound/ppc/snd_ps3*
9705
9706 PS3VRAM DRIVER
9707 M:      Jim Paris <jim@jtan.com>
9708 M:      Geoff Levand <geoff@infradead.org>
9709 L:      linuxppc-dev@lists.ozlabs.org
9710 S:      Maintained
9711 F:      drivers/block/ps3vram.c
9712
9713 PSTORE FILESYSTEM
9714 M:      Anton Vorontsov <anton@enomsg.org>
9715 M:      Colin Cross <ccross@android.com>
9716 M:      Kees Cook <keescook@chromium.org>
9717 M:      Tony Luck <tony.luck@intel.com>
9718 S:      Maintained
9719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9720 F:      fs/pstore/
9721 F:      include/linux/pstore*
9722 F:      drivers/firmware/efi/efi-pstore.c
9723 F:      drivers/acpi/apei/erst.c
9724
9725 PTP HARDWARE CLOCK SUPPORT
9726 M:      Richard Cochran <richardcochran@gmail.com>
9727 L:      netdev@vger.kernel.org
9728 S:      Maintained
9729 W:      http://linuxptp.sourceforge.net/
9730 F:      Documentation/ABI/testing/sysfs-ptp
9731 F:      Documentation/ptp/*
9732 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9733 F:      drivers/net/phy/dp83640*
9734 F:      drivers/ptp/*
9735 F:      include/linux/ptp_cl*
9736
9737 PTRACE SUPPORT
9738 M:      Roland McGrath <roland@hack.frob.com>
9739 M:      Oleg Nesterov <oleg@redhat.com>
9740 S:      Maintained
9741 F:      include/asm-generic/syscall.h
9742 F:      include/linux/ptrace.h
9743 F:      include/linux/regset.h
9744 F:      include/linux/tracehook.h
9745 F:      include/uapi/linux/ptrace.h
9746 F:      kernel/ptrace.c
9747
9748 PULSE8-CEC DRIVER
9749 M:      Hans Verkuil <hverkuil@xs4all.nl>
9750 L:      linux-media@vger.kernel.org
9751 T:      git git://linuxtv.org/media_tree.git
9752 S:      Maintained
9753 F:      drivers/staging/media/pulse8-cec
9754
9755 PVRUSB2 VIDEO4LINUX DRIVER
9756 M:      Mike Isely <isely@pobox.com>
9757 L:      pvrusb2@isely.net       (subscribers-only)
9758 L:      linux-media@vger.kernel.org
9759 W:      http://www.isely.net/pvrusb2/
9760 T:      git git://linuxtv.org/media_tree.git
9761 S:      Maintained
9762 F:      Documentation/media/v4l-drivers/pvrusb2*
9763 F:      drivers/media/usb/pvrusb2/
9764
9765 PWC WEBCAM DRIVER
9766 M:      Hans Verkuil <hverkuil@xs4all.nl>
9767 L:      linux-media@vger.kernel.org
9768 T:      git git://linuxtv.org/media_tree.git
9769 S:      Odd Fixes
9770 F:      drivers/media/usb/pwc/*
9771
9772 PWM FAN DRIVER
9773 M:      Kamil Debski <kamil@wypas.org>
9774 M:      Lukasz Majewski <l.majewski@samsung.com>
9775 L:      linux-hwmon@vger.kernel.org
9776 S:      Supported
9777 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9778 F:      Documentation/hwmon/pwm-fan
9779 F:      drivers/hwmon/pwm-fan.c
9780
9781 PWM SUBSYSTEM
9782 M:      Thierry Reding <thierry.reding@gmail.com>
9783 L:      linux-pwm@vger.kernel.org
9784 S:      Maintained
9785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9786 F:      Documentation/pwm.txt
9787 F:      Documentation/devicetree/bindings/pwm/
9788 F:      include/linux/pwm.h
9789 F:      drivers/pwm/
9790 F:      drivers/video/backlight/pwm_bl.c
9791 F:      include/linux/pwm_backlight.h
9792
9793 PXA2xx/PXA3xx SUPPORT
9794 M:      Daniel Mack <daniel@zonque.org>
9795 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9796 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9797 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9798 T:      git git://github.com/hzhuang1/linux.git
9799 T:      git git://github.com/rjarzmik/linux.git
9800 S:      Maintained
9801 F:      arch/arm/boot/dts/pxa*
9802 F:      arch/arm/mach-pxa/
9803 F:      drivers/dma/pxa*
9804 F:      drivers/pcmcia/pxa2xx*
9805 F:      drivers/pinctrl/pxa/
9806 F:      drivers/spi/spi-pxa2xx*
9807 F:      drivers/usb/gadget/udc/pxa2*
9808 F:      include/sound/pxa2xx-lib.h
9809 F:      sound/arm/pxa*
9810 F:      sound/soc/pxa/
9811
9812 PXA GPIO DRIVER
9813 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9814 L:      linux-gpio@vger.kernel.org
9815 S:      Maintained
9816 F:      drivers/gpio/gpio-pxa.c
9817
9818 PXA3xx NAND FLASH DRIVER
9819 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9820 L:      linux-mtd@lists.infradead.org
9821 S:      Maintained
9822 F:      drivers/mtd/nand/pxa3xx_nand.c
9823
9824 MMP SUPPORT
9825 M:      Eric Miao <eric.y.miao@gmail.com>
9826 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9827 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9828 T:      git git://github.com/hzhuang1/linux.git
9829 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
9830 S:      Maintained
9831 F:      arch/arm/boot/dts/mmp*
9832 F:      arch/arm/mach-mmp/
9833
9834 PXA MMCI DRIVER
9835 S:      Orphan
9836
9837 PXA RTC DRIVER
9838 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9839 L:      rtc-linux@googlegroups.com
9840 S:      Maintained
9841
9842 QAT DRIVER
9843 M:      Giovanni Cabiddu <giovanni.cabiddu@intel.com>
9844 M:      Salvatore Benedetto <salvatore.benedetto@intel.com>
9845 L:      qat-linux@intel.com
9846 S:      Supported
9847 F:      drivers/crypto/qat/
9848
9849 QIB DRIVER
9850 M:      Mike Marciniszyn <infinipath@intel.com>
9851 L:      linux-rdma@vger.kernel.org
9852 S:      Supported
9853 F:      drivers/infiniband/hw/qib/
9854
9855 QLOGIC QLA1280 SCSI DRIVER
9856 M:      Michael Reed <mdr@sgi.com>
9857 L:      linux-scsi@vger.kernel.org
9858 S:      Maintained
9859 F:      drivers/scsi/qla1280.[ch]
9860
9861 QLOGIC QLA2XXX FC-SCSI DRIVER
9862 M:      qla2xxx-upstream@qlogic.com
9863 L:      linux-scsi@vger.kernel.org
9864 S:      Supported
9865 F:      Documentation/scsi/LICENSE.qla2xxx
9866 F:      drivers/scsi/qla2xxx/
9867
9868 QLOGIC QLA4XXX iSCSI DRIVER
9869 M:      QLogic-Storage-Upstream@qlogic.com
9870 L:      linux-scsi@vger.kernel.org
9871 S:      Supported
9872 F:      Documentation/scsi/LICENSE.qla4xxx
9873 F:      drivers/scsi/qla4xxx/
9874
9875 QLOGIC QLA3XXX NETWORK DRIVER
9876 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
9877 M:      Ron Mercer <ron.mercer@qlogic.com>
9878 M:      linux-driver@qlogic.com
9879 L:      netdev@vger.kernel.org
9880 S:      Supported
9881 F:      Documentation/networking/LICENSE.qla3xxx
9882 F:      drivers/net/ethernet/qlogic/qla3xxx.*
9883
9884 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9885 M:      Dept-GELinuxNICDev@qlogic.com
9886 L:      netdev@vger.kernel.org
9887 S:      Supported
9888 F:      drivers/net/ethernet/qlogic/qlcnic/
9889
9890 QLOGIC QLGE 10Gb ETHERNET DRIVER
9891 M:      Harish Patil <harish.patil@qlogic.com>
9892 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
9893 M:      Dept-GELinuxNICDev@qlogic.com
9894 M:      linux-driver@qlogic.com
9895 L:      netdev@vger.kernel.org
9896 S:      Supported
9897 F:      drivers/net/ethernet/qlogic/qlge/
9898
9899 QLOGIC QL4xxx ETHERNET DRIVER
9900 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
9901 M:      Ariel Elior <Ariel.Elior@qlogic.com>
9902 M:      everest-linux-l2@qlogic.com
9903 L:      netdev@vger.kernel.org
9904 S:      Supported
9905 F:      drivers/net/ethernet/qlogic/qed/
9906 F:      include/linux/qed/
9907 F:      drivers/net/ethernet/qlogic/qede/
9908
9909 QNX4 FILESYSTEM
9910 M:      Anders Larsen <al@alarsen.net>
9911 W:      http://www.alarsen.net/linux/qnx4fs/
9912 S:      Maintained
9913 F:      fs/qnx4/
9914 F:      include/uapi/linux/qnx4_fs.h
9915 F:      include/uapi/linux/qnxtypes.h
9916
9917 QT1010 MEDIA DRIVER
9918 M:      Antti Palosaari <crope@iki.fi>
9919 L:      linux-media@vger.kernel.org
9920 W:      https://linuxtv.org
9921 W:      http://palosaari.fi/linux/
9922 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9923 T:      git git://linuxtv.org/anttip/media_tree.git
9924 S:      Maintained
9925 F:      drivers/media/tuners/qt1010*
9926
9927 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9928 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9929 L:      linux-wireless@vger.kernel.org
9930 L:      ath9k-devel@lists.ath9k.org
9931 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
9932 S:      Supported
9933 F:      drivers/net/wireless/ath/ath9k/
9934
9935 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9936 M:      Kalle Valo <kvalo@qca.qualcomm.com>
9937 L:      ath10k@lists.infradead.org
9938 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
9939 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9940 S:      Supported
9941 F:      drivers/net/wireless/ath/ath10k/
9942
9943 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
9944 M:      Timur Tabi <timur@codeaurora.org>
9945 L:      netdev@vger.kernel.org
9946 S:      Supported
9947 F:      drivers/net/ethernet/qualcomm/emac/
9948
9949 QUALCOMM HEXAGON ARCHITECTURE
9950 M:      Richard Kuo <rkuo@codeaurora.org>
9951 L:      linux-hexagon@vger.kernel.org
9952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9953 S:      Supported
9954 F:      arch/hexagon/
9955
9956 QUALCOMM WCN36XX WIRELESS DRIVER
9957 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
9958 L:      wcn36xx@lists.infradead.org
9959 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
9960 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
9961 S:      Supported
9962 F:      drivers/net/wireless/ath/wcn36xx/
9963
9964 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9965 M:      Gabriel Somlo <somlo@cmu.edu>
9966 M:      "Michael S. Tsirkin" <mst@redhat.com>
9967 L:      qemu-devel@nongnu.org
9968 S:      Maintained
9969 F:      drivers/firmware/qemu_fw_cfg.c
9970
9971 RADOS BLOCK DEVICE (RBD)
9972 M:      Ilya Dryomov <idryomov@gmail.com>
9973 M:      Sage Weil <sage@redhat.com>
9974 M:      Alex Elder <elder@kernel.org>
9975 L:      ceph-devel@vger.kernel.org
9976 W:      http://ceph.com/
9977 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9978 T:      git git://github.com/ceph/ceph-client.git
9979 S:      Supported
9980 F:      Documentation/ABI/testing/sysfs-bus-rbd
9981 F:      drivers/block/rbd.c
9982 F:      drivers/block/rbd_types.h
9983
9984 RADEON FRAMEBUFFER DISPLAY DRIVER
9985 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
9986 L:      linux-fbdev@vger.kernel.org
9987 S:      Maintained
9988 F:      drivers/video/fbdev/aty/radeon*
9989 F:      include/uapi/linux/radeonfb.h
9990
9991 RADIOSHARK RADIO DRIVER
9992 M:      Hans Verkuil <hverkuil@xs4all.nl>
9993 L:      linux-media@vger.kernel.org
9994 T:      git git://linuxtv.org/media_tree.git
9995 S:      Maintained
9996 F:      drivers/media/radio/radio-shark.c
9997
9998 RADIOSHARK2 RADIO DRIVER
9999 M:      Hans Verkuil <hverkuil@xs4all.nl>
10000 L:      linux-media@vger.kernel.org
10001 T:      git git://linuxtv.org/media_tree.git
10002 S:      Maintained
10003 F:      drivers/media/radio/radio-shark2.c
10004 F:      drivers/media/radio/radio-tea5777.c
10005
10006 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10007 M:      Paul Mackerras <paulus@samba.org>
10008 L:      linux-fbdev@vger.kernel.org
10009 S:      Maintained
10010 F:      drivers/video/fbdev/aty/aty128fb.c
10011
10012 RALINK MIPS ARCHITECTURE
10013 M:      John Crispin <john@phrozen.org>
10014 L:      linux-mips@linux-mips.org
10015 S:      Maintained
10016 F:      arch/mips/ralink
10017
10018 RALINK RT2X00 WIRELESS LAN DRIVER
10019 P:      rt2x00 project
10020 M:      Stanislaw Gruszka <sgruszka@redhat.com>
10021 M:      Helmut Schaa <helmut.schaa@googlemail.com>
10022 L:      linux-wireless@vger.kernel.org
10023 S:      Maintained
10024 F:      drivers/net/wireless/ralink/rt2x00/
10025
10026 RAMDISK RAM BLOCK DEVICE DRIVER
10027 M:      Jens Axboe <axboe@kernel.dk>
10028 S:      Maintained
10029 F:      Documentation/blockdev/ramdisk.txt
10030 F:      drivers/block/brd.c
10031
10032 RANDOM NUMBER DRIVER
10033 M:      "Theodore Ts'o" <tytso@mit.edu>
10034 S:      Maintained
10035 F:      drivers/char/random.c
10036
10037 RAPIDIO SUBSYSTEM
10038 M:      Matt Porter <mporter@kernel.crashing.org>
10039 M:      Alexandre Bounine <alexandre.bounine@idt.com>
10040 S:      Maintained
10041 F:      drivers/rapidio/
10042
10043 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10044 L:      linux-wireless@vger.kernel.org
10045 S:      Orphan
10046 F:      drivers/net/wireless/ray*
10047
10048 RCUTORTURE MODULE
10049 M:      Josh Triplett <josh@joshtriplett.org>
10050 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10051 L:      linux-kernel@vger.kernel.org
10052 S:      Supported
10053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10054 F:      Documentation/RCU/torture.txt
10055 F:      kernel/rcu/rcutorture.c
10056
10057 RCUTORTURE TEST FRAMEWORK
10058 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10059 M:      Josh Triplett <josh@joshtriplett.org>
10060 R:      Steven Rostedt <rostedt@goodmis.org>
10061 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10062 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10063 L:      linux-kernel@vger.kernel.org
10064 S:      Supported
10065 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10066 F:      tools/testing/selftests/rcutorture
10067
10068 RDC R-321X SoC
10069 M:      Florian Fainelli <florian@openwrt.org>
10070 S:      Maintained
10071
10072 RDC R6040 FAST ETHERNET DRIVER
10073 M:      Florian Fainelli <f.fainelli@gmail.com>
10074 L:      netdev@vger.kernel.org
10075 S:      Maintained
10076 F:      drivers/net/ethernet/rdc/r6040.c
10077
10078 RDS - RELIABLE DATAGRAM SOCKETS
10079 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
10080 L:      netdev@vger.kernel.org
10081 L:      linux-rdma@vger.kernel.org
10082 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
10083 W:      https://oss.oracle.com/projects/rds/
10084 S:      Supported
10085 F:      net/rds/
10086 F:      Documentation/networking/rds.txt
10087
10088 RDMAVT - RDMA verbs software
10089 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
10090 L:      linux-rdma@vger.kernel.org
10091 S:      Supported
10092 F:      drivers/infiniband/sw/rdmavt
10093
10094 READ-COPY UPDATE (RCU)
10095 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10096 M:      Josh Triplett <josh@joshtriplett.org>
10097 R:      Steven Rostedt <rostedt@goodmis.org>
10098 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10099 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10100 L:      linux-kernel@vger.kernel.org
10101 W:      http://www.rdrop.com/users/paulmck/RCU/
10102 S:      Supported
10103 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10104 F:      Documentation/RCU/
10105 X:      Documentation/RCU/torture.txt
10106 F:      include/linux/rcu*
10107 X:      include/linux/srcu.h
10108 F:      kernel/rcu/
10109 X:      kernel/torture.c
10110
10111 REAL TIME CLOCK (RTC) SUBSYSTEM
10112 M:      Alessandro Zummo <a.zummo@towertech.it>
10113 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
10114 L:      rtc-linux@googlegroups.com
10115 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
10116 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10117 S:      Maintained
10118 F:      Documentation/devicetree/bindings/rtc/
10119 F:      Documentation/rtc.txt
10120 F:      drivers/rtc/
10121 F:      include/linux/rtc.h
10122 F:      include/uapi/linux/rtc.h
10123 F:      include/linux/rtc/
10124 F:      include/linux/platform_data/rtc-*
10125 F:      tools/testing/selftests/timers/rtctest.c
10126
10127 REALTEK AUDIO CODECS
10128 M:      Bard Liao <bardliao@realtek.com>
10129 M:      Oder Chiou <oder_chiou@realtek.com>
10130 S:      Maintained
10131 F:      sound/soc/codecs/rt*
10132 F:      include/sound/rt*.h
10133
10134 REISERFS FILE SYSTEM
10135 L:      reiserfs-devel@vger.kernel.org
10136 S:      Supported
10137 F:      fs/reiserfs/
10138
10139 REGISTER MAP ABSTRACTION
10140 M:      Mark Brown <broonie@kernel.org>
10141 L:      linux-kernel@vger.kernel.org
10142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10143 S:      Supported
10144 F:      Documentation/devicetree/bindings/regmap/
10145 F:      drivers/base/regmap/
10146 F:      include/linux/regmap.h
10147
10148 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10149 M:      Ohad Ben-Cohen <ohad@wizery.com>
10150 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10151 L:      linux-remoteproc@vger.kernel.org
10152 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10153 S:      Maintained
10154 F:      Documentation/devicetree/bindings/remoteproc/
10155 F:      Documentation/remoteproc.txt
10156 F:      drivers/remoteproc/
10157 F:      include/linux/remoteproc.h
10158
10159 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10160 M:      Ohad Ben-Cohen <ohad@wizery.com>
10161 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10162 L:      linux-remoteproc@vger.kernel.org
10163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10164 S:      Maintained
10165 F:      drivers/rpmsg/
10166 F:      Documentation/rpmsg.txt
10167 F:      include/linux/rpmsg.h
10168
10169 RENESAS CLOCK DRIVERS
10170 M:      Geert Uytterhoeven <geert+renesas@glider.be>
10171 L:      linux-renesas-soc@vger.kernel.org
10172 S:      Supported
10173 F:      drivers/clk/renesas/
10174
10175 RENESAS ETHERNET DRIVERS
10176 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10177 L:      netdev@vger.kernel.org
10178 L:      linux-renesas-soc@vger.kernel.org
10179 F:      drivers/net/ethernet/renesas/
10180 F:      include/linux/sh_eth.h
10181
10182 RENESAS USB2 PHY DRIVER
10183 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10184 L:      linux-renesas-soc@vger.kernel.org
10185 S:      Maintained
10186 F:      drivers/phy/phy-rcar-gen3-usb2.c
10187
10188 RESET CONTROLLER FRAMEWORK
10189 M:      Philipp Zabel <p.zabel@pengutronix.de>
10190 T:      git git://git.pengutronix.de/git/pza/linux
10191 S:      Maintained
10192 F:      drivers/reset/
10193 F:      Documentation/devicetree/bindings/reset/
10194 F:      include/dt-bindings/reset/
10195 F:      include/linux/reset.h
10196 F:      include/linux/reset-controller.h
10197
10198 RFKILL
10199 M:      Johannes Berg <johannes@sipsolutions.net>
10200 L:      linux-wireless@vger.kernel.org
10201 W:      http://wireless.kernel.org/
10202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10204 S:      Maintained
10205 F:      Documentation/rfkill.txt
10206 F:      net/rfkill/
10207
10208 RHASHTABLE
10209 M:      Thomas Graf <tgraf@suug.ch>
10210 M:      Herbert Xu <herbert@gondor.apana.org.au>
10211 L:      netdev@vger.kernel.org
10212 S:      Maintained
10213 F:      lib/rhashtable.c
10214 F:      include/linux/rhashtable.h
10215
10216 RICOH SMARTMEDIA/XD DRIVER
10217 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10218 S:      Maintained
10219 F:      drivers/mtd/nand/r852.c
10220 F:      drivers/mtd/nand/r852.h
10221
10222 RICOH R5C592 MEMORYSTICK DRIVER
10223 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10224 S:      Maintained
10225 F:      drivers/memstick/host/r592.*
10226
10227 ROCCAT DRIVERS
10228 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
10229 W:      http://sourceforge.net/projects/roccat/
10230 S:      Maintained
10231 F:      drivers/hid/hid-roccat*
10232 F:      include/linux/hid-roccat*
10233 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
10234
10235 ROCKER DRIVER
10236 M:      Jiri Pirko <jiri@resnulli.us>
10237 L:      netdev@vger.kernel.org
10238 S:      Supported
10239 F:      drivers/net/ethernet/rocker/
10240
10241 ROCKETPORT DRIVER
10242 P:      Comtrol Corp.
10243 W:      http://www.comtrol.com
10244 S:      Maintained
10245 F:      Documentation/serial/rocket.txt
10246 F:      drivers/tty/rocket*
10247
10248 ROCKETPORT EXPRESS/INFINITY DRIVER
10249 M:      Kevin Cernekee <cernekee@gmail.com>
10250 L:      linux-serial@vger.kernel.org
10251 S:      Odd Fixes
10252 F:      drivers/tty/serial/rp2.*
10253
10254 ROSE NETWORK LAYER
10255 M:      Ralf Baechle <ralf@linux-mips.org>
10256 L:      linux-hams@vger.kernel.org
10257 W:      http://www.linux-ax25.org/
10258 S:      Maintained
10259 F:      include/net/rose.h
10260 F:      include/uapi/linux/rose.h
10261 F:      net/rose/
10262
10263 RTL2830 MEDIA DRIVER
10264 M:      Antti Palosaari <crope@iki.fi>
10265 L:      linux-media@vger.kernel.org
10266 W:      https://linuxtv.org
10267 W:      http://palosaari.fi/linux/
10268 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10269 T:      git git://linuxtv.org/anttip/media_tree.git
10270 S:      Maintained
10271 F:      drivers/media/dvb-frontends/rtl2830*
10272
10273 RTL2832 MEDIA DRIVER
10274 M:      Antti Palosaari <crope@iki.fi>
10275 L:      linux-media@vger.kernel.org
10276 W:      https://linuxtv.org
10277 W:      http://palosaari.fi/linux/
10278 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10279 T:      git git://linuxtv.org/anttip/media_tree.git
10280 S:      Maintained
10281 F:      drivers/media/dvb-frontends/rtl2832*
10282
10283 RTL2832_SDR MEDIA DRIVER
10284 M:      Antti Palosaari <crope@iki.fi>
10285 L:      linux-media@vger.kernel.org
10286 W:      https://linuxtv.org
10287 W:      http://palosaari.fi/linux/
10288 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10289 T:      git git://linuxtv.org/anttip/media_tree.git
10290 S:      Maintained
10291 F:      drivers/media/dvb-frontends/rtl2832_sdr*
10292
10293 RTL8180 WIRELESS DRIVER
10294 L:      linux-wireless@vger.kernel.org
10295 W:      http://wireless.kernel.org/
10296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10297 S:      Orphan
10298 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
10299
10300 RTL8187 WIRELESS DRIVER
10301 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10302 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
10303 M:      Larry Finger <Larry.Finger@lwfinger.net>
10304 L:      linux-wireless@vger.kernel.org
10305 W:      http://wireless.kernel.org/
10306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10307 S:      Maintained
10308 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
10309
10310 RTL8192CE WIRELESS DRIVER
10311 M:      Larry Finger <Larry.Finger@lwfinger.net>
10312 M:      Chaoming Li <chaoming_li@realsil.com.cn>
10313 L:      linux-wireless@vger.kernel.org
10314 W:      http://wireless.kernel.org/
10315 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10316 S:      Maintained
10317 F:      drivers/net/wireless/realtek/rtlwifi/
10318 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10319
10320 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10321 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10322 L:      linux-wireless@vger.kernel.org
10323 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10324 S:      Maintained
10325 F:      drivers/net/wireless/realtek/rtl8xxxu/
10326
10327 S3 SAVAGE FRAMEBUFFER DRIVER
10328 M:      Antonino Daplas <adaplas@gmail.com>
10329 L:      linux-fbdev@vger.kernel.org
10330 S:      Maintained
10331 F:      drivers/video/fbdev/savage/
10332
10333 S390
10334 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
10335 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
10336 L:      linux-s390@vger.kernel.org
10337 W:      http://www.ibm.com/developerworks/linux/linux390/
10338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10339 S:      Supported
10340 F:      arch/s390/
10341 F:      drivers/s390/
10342 F:      Documentation/s390/
10343 F:      Documentation/DocBook/s390*
10344
10345 S390 COMMON I/O LAYER
10346 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10347 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10348 L:      linux-s390@vger.kernel.org
10349 W:      http://www.ibm.com/developerworks/linux/linux390/
10350 S:      Supported
10351 F:      drivers/s390/cio/
10352
10353 S390 DASD DRIVER
10354 M:      Stefan Haberland <sth@linux.vnet.ibm.com>
10355 M:      Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
10356 L:      linux-s390@vger.kernel.org
10357 W:      http://www.ibm.com/developerworks/linux/linux390/
10358 S:      Supported
10359 F:      drivers/s390/block/dasd*
10360 F:      block/partitions/ibm.c
10361
10362 S390 NETWORK DRIVERS
10363 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10364 L:      linux-s390@vger.kernel.org
10365 W:      http://www.ibm.com/developerworks/linux/linux390/
10366 S:      Supported
10367 F:      drivers/s390/net/
10368
10369 S390 PCI SUBSYSTEM
10370 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10371 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10372 L:      linux-s390@vger.kernel.org
10373 W:      http://www.ibm.com/developerworks/linux/linux390/
10374 S:      Supported
10375 F:      arch/s390/pci/
10376 F:      drivers/pci/hotplug/s390_pci_hpc.c
10377
10378 S390 ZCRYPT DRIVER
10379 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
10380 L:      linux-s390@vger.kernel.org
10381 W:      http://www.ibm.com/developerworks/linux/linux390/
10382 S:      Supported
10383 F:      drivers/s390/crypto/
10384
10385 S390 ZFCP DRIVER
10386 M:      Steffen Maier <maier@linux.vnet.ibm.com>
10387 L:      linux-s390@vger.kernel.org
10388 W:      http://www.ibm.com/developerworks/linux/linux390/
10389 S:      Supported
10390 F:      drivers/s390/scsi/zfcp_*
10391
10392 S390 IUCV NETWORK LAYER
10393 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10394 L:      linux-s390@vger.kernel.org
10395 W:      http://www.ibm.com/developerworks/linux/linux390/
10396 S:      Supported
10397 F:      drivers/s390/net/*iucv*
10398 F:      include/net/iucv/
10399 F:      net/iucv/
10400
10401 S390 IOMMU (PCI)
10402 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10403 L:      linux-s390@vger.kernel.org
10404 W:      http://www.ibm.com/developerworks/linux/linux390/
10405 S:      Supported
10406 F:      drivers/iommu/s390-iommu.c
10407
10408 S3C24XX SD/MMC Driver
10409 M:      Ben Dooks <ben-linux@fluff.org>
10410 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10411 S:      Supported
10412 F:      drivers/mmc/host/s3cmci.*
10413
10414 SAA6588 RDS RECEIVER DRIVER
10415 M:      Hans Verkuil <hverkuil@xs4all.nl>
10416 L:      linux-media@vger.kernel.org
10417 T:      git git://linuxtv.org/media_tree.git
10418 W:      https://linuxtv.org
10419 S:      Odd Fixes
10420 F:      drivers/media/i2c/saa6588*
10421
10422 SAA7134 VIDEO4LINUX DRIVER
10423 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
10424 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
10425 L:      linux-media@vger.kernel.org
10426 W:      https://linuxtv.org
10427 T:      git git://linuxtv.org/media_tree.git
10428 S:      Odd fixes
10429 F:      Documentation/media/v4l-drivers/saa7134*
10430 F:      drivers/media/pci/saa7134/
10431
10432 SAA7146 VIDEO4LINUX-2 DRIVER
10433 M:      Hans Verkuil <hverkuil@xs4all.nl>
10434 L:      linux-media@vger.kernel.org
10435 T:      git git://linuxtv.org/media_tree.git
10436 S:      Maintained
10437 F:      drivers/media/common/saa7146/
10438 F:      drivers/media/pci/saa7146/
10439 F:      include/media/saa7146*
10440
10441 SAMSUNG LAPTOP DRIVER
10442 M:      Corentin Chary <corentin.chary@gmail.com>
10443 L:      platform-driver-x86@vger.kernel.org
10444 S:      Maintained
10445 F:      drivers/platform/x86/samsung-laptop.c
10446
10447 SAMSUNG AUDIO (ASoC) DRIVERS
10448 M:      Krzysztof Kozlowski <krzk@kernel.org>
10449 M:      Sangbeom Kim <sbkim73@samsung.com>
10450 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10451 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10452 S:      Supported
10453 F:      sound/soc/samsung/
10454
10455 SAMSUNG FRAMEBUFFER DRIVER
10456 M:      Jingoo Han <jingoohan1@gmail.com>
10457 L:      linux-fbdev@vger.kernel.org
10458 S:      Maintained
10459 F:      drivers/video/fbdev/s3c-fb.c
10460
10461 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10462 M:      Sangbeom Kim <sbkim73@samsung.com>
10463 M:      Krzysztof Kozlowski <krzk@kernel.org>
10464 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10465 L:      linux-kernel@vger.kernel.org
10466 L:      linux-samsung-soc@vger.kernel.org
10467 S:      Supported
10468 F:      drivers/mfd/sec*.c
10469 F:      drivers/regulator/s2m*.c
10470 F:      drivers/regulator/s5m*.c
10471 F:      drivers/clk/clk-s2mps11.c
10472 F:      drivers/rtc/rtc-s5m.c
10473 F:      include/linux/mfd/samsung/
10474 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10475 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10476 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10477 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10478
10479 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10480 M:      Kyungmin Park <kyungmin.park@samsung.com>
10481 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10482 L:      linux-media@vger.kernel.org
10483 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
10484 S:      Supported
10485 F:      drivers/media/platform/exynos4-is/
10486
10487 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10488 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10489 L:      linux-media@vger.kernel.org
10490 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10491 S:      Maintained
10492 F:      drivers/media/platform/s3c-camif/
10493 F:      include/media/drv-intf/s3c_camif.h
10494
10495 SAMSUNG S5C73M3 CAMERA DRIVER
10496 M:      Kyungmin Park <kyungmin.park@samsung.com>
10497 M:      Andrzej Hajda <a.hajda@samsung.com>
10498 L:      linux-media@vger.kernel.org
10499 S:      Supported
10500 F:      drivers/media/i2c/s5c73m3/*
10501
10502 SAMSUNG S5K5BAF CAMERA DRIVER
10503 M:      Kyungmin Park <kyungmin.park@samsung.com>
10504 M:      Andrzej Hajda <a.hajda@samsung.com>
10505 L:      linux-media@vger.kernel.org
10506 S:      Supported
10507 F:      drivers/media/i2c/s5k5baf.c
10508
10509 SAMSUNG S3FWRN5 NFC DRIVER
10510 M:      Robert Baldyga <r.baldyga@samsung.com>
10511 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
10512 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
10513 S:      Supported
10514 F:      drivers/nfc/s3fwrn5
10515
10516 SAMSUNG SOC CLOCK DRIVERS
10517 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10518 M:      Tomasz Figa <tomasz.figa@gmail.com>
10519 M:      Chanwoo Choi <cw00.choi@samsung.com>
10520 S:      Supported
10521 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10522 F:      drivers/clk/samsung/
10523 F:      include/dt-bindings/clock/exynos*.h
10524 F:      Documentation/devicetree/bindings/clock/exynos*.txt
10525
10526 SAMSUNG SPI DRIVERS
10527 M:      Kukjin Kim <kgene@kernel.org>
10528 M:      Krzysztof Kozlowski <krzk@kernel.org>
10529 M:      Andi Shyti <andi.shyti@samsung.com>
10530 L:      linux-spi@vger.kernel.org
10531 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10532 S:      Maintained
10533 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
10534 F:      drivers/spi/spi-s3c*
10535 F:      include/linux/platform_data/spi-s3c64xx.h
10536
10537 SAMSUNG SXGBE DRIVERS
10538 M:      Byungho An <bh74.an@samsung.com>
10539 M:      Girish K S <ks.giri@samsung.com>
10540 M:      Vipul Pandya <vipul.pandya@samsung.com>
10541 S:      Supported
10542 L:      netdev@vger.kernel.org
10543 F:      drivers/net/ethernet/samsung/sxgbe/
10544
10545 SAMSUNG THERMAL DRIVER
10546 M:      Lukasz Majewski <l.majewski@samsung.com>
10547 L:      linux-pm@vger.kernel.org
10548 L:      linux-samsung-soc@vger.kernel.org
10549 S:      Supported
10550 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
10551 F:      drivers/thermal/samsung/
10552
10553 SAMSUNG USB2 PHY DRIVER
10554 M:      Kamil Debski <kamil@wypas.org>
10555 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10556 L:      linux-kernel@vger.kernel.org
10557 S:      Supported
10558 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
10559 F:      Documentation/phy/samsung-usb2.txt
10560 F:      drivers/phy/phy-exynos4210-usb2.c
10561 F:      drivers/phy/phy-exynos4x12-usb2.c
10562 F:      drivers/phy/phy-exynos5250-usb2.c
10563 F:      drivers/phy/phy-s5pv210-usb2.c
10564 F:      drivers/phy/phy-samsung-usb2.c
10565 F:      drivers/phy/phy-samsung-usb2.h
10566
10567 SERIAL DRIVERS
10568 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10569 L:      linux-serial@vger.kernel.org
10570 S:      Maintained
10571 F:      Documentation/devicetree/bindings/serial/
10572 F:      drivers/tty/serial/
10573
10574 STI CEC DRIVER
10575 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
10576 L:      kernel@stlinux.com
10577 S:      Maintained
10578 F:      drivers/staging/media/st-cec/
10579 F:      Documentation/devicetree/bindings/media/stih-cec.txt
10580
10581 SYNOPSYS DESIGNWARE DMAC DRIVER
10582 M:      Viresh Kumar <vireshk@kernel.org>
10583 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10584 S:      Maintained
10585 F:      include/linux/dma/dw.h
10586 F:      include/linux/platform_data/dma-dw.h
10587 F:      drivers/dma/dw/
10588
10589 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10590 M: Lars Persson <lars.persson@axis.com>
10591 L: netdev@vger.kernel.org
10592 S: Supported
10593 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10594 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10595
10596 SYNOPSYS DESIGNWARE I2C DRIVER
10597 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
10598 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10599 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
10600 L:      linux-i2c@vger.kernel.org
10601 S:      Maintained
10602 F:      drivers/i2c/busses/i2c-designware-*
10603 F:      include/linux/platform_data/i2c-designware.h
10604
10605 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10606 M:      Jaehoon Chung <jh80.chung@samsung.com>
10607 L:      linux-mmc@vger.kernel.org
10608 S:      Maintained
10609 F:      include/linux/mmc/dw_mmc.h
10610 F:      drivers/mmc/host/dw_mmc*
10611
10612 SYSTEM TRACE MODULE CLASS
10613 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
10614 S:      Maintained
10615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10616 F:      Documentation/trace/stm.txt
10617 F:      drivers/hwtracing/stm/
10618 F:      include/linux/stm.h
10619 F:      include/uapi/linux/stm.h
10620
10621 THUNDERBOLT DRIVER
10622 M:      Andreas Noever <andreas.noever@gmail.com>
10623 S:      Maintained
10624 F:      drivers/thunderbolt/
10625
10626 TI BQ27XXX POWER SUPPLY DRIVER
10627 R:      Andrew F. Davis <afd@ti.com>
10628 F:      include/linux/power/bq27xxx_battery.h
10629 F:      drivers/power/supply/bq27xxx_battery.c
10630 F:      drivers/power/supply/bq27xxx_battery_i2c.c
10631
10632 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10633 M:      John Stultz <john.stultz@linaro.org>
10634 M:      Thomas Gleixner <tglx@linutronix.de>
10635 L:      linux-kernel@vger.kernel.org
10636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10637 S:      Supported
10638 F:      include/linux/clocksource.h
10639 F:      include/linux/time.h
10640 F:      include/linux/timex.h
10641 F:      include/uapi/linux/time.h
10642 F:      include/uapi/linux/timex.h
10643 F:      kernel/time/clocksource.c
10644 F:      kernel/time/time*.c
10645 F:      kernel/time/alarmtimer.c
10646 F:      kernel/time/ntp.c
10647 F:      tools/testing/selftests/timers/
10648
10649 SC1200 WDT DRIVER
10650 M:      Zwane Mwaikambo <zwanem@gmail.com>
10651 S:      Maintained
10652 F:      drivers/watchdog/sc1200wdt.c
10653
10654 SCHEDULER
10655 M:      Ingo Molnar <mingo@redhat.com>
10656 M:      Peter Zijlstra <peterz@infradead.org>
10657 L:      linux-kernel@vger.kernel.org
10658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10659 S:      Maintained
10660 F:      kernel/sched/
10661 F:      include/linux/sched.h
10662 F:      include/uapi/linux/sched.h
10663 F:      include/linux/wait.h
10664
10665 SCORE ARCHITECTURE
10666 M:      Chen Liqin <liqin.linux@gmail.com>
10667 M:      Lennox Wu <lennox.wu@gmail.com>
10668 W:      http://www.sunplus.com
10669 S:      Supported
10670 F:      arch/score/
10671
10672 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10673 M:      Sudeep Holla <sudeep.holla@arm.com>
10674 L:      linux-arm-kernel@lists.infradead.org
10675 S:      Maintained
10676 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
10677 F:      drivers/clk/clk-scpi.c
10678 F:      drivers/cpufreq/scpi-cpufreq.c
10679 F:      drivers/firmware/arm_scpi.c
10680 F:      include/linux/scpi_protocol.h
10681
10682 SCSI CDROM DRIVER
10683 M:      Jens Axboe <axboe@kernel.dk>
10684 L:      linux-scsi@vger.kernel.org
10685 W:      http://www.kernel.dk
10686 S:      Maintained
10687 F:      drivers/scsi/sr*
10688
10689 SCSI RDMA PROTOCOL (SRP) INITIATOR
10690 M:      Bart Van Assche <bart.vanassche@sandisk.com>
10691 L:      linux-rdma@vger.kernel.org
10692 S:      Supported
10693 W:      http://www.openfabrics.org
10694 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
10695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10696 F:      drivers/infiniband/ulp/srp/
10697 F:      include/scsi/srp.h
10698
10699 SCSI SG DRIVER
10700 M:      Doug Gilbert <dgilbert@interlog.com>
10701 L:      linux-scsi@vger.kernel.org
10702 W:      http://sg.danny.cz/sg
10703 S:      Maintained
10704 F:      Documentation/scsi/scsi-generic.txt
10705 F:      drivers/scsi/sg.c
10706 F:      include/scsi/sg.h
10707
10708 SCSI SUBSYSTEM
10709 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10710 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10711 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
10712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10713 L:      linux-scsi@vger.kernel.org
10714 S:      Maintained
10715 F:      Documentation/devicetree/bindings/scsi/
10716 F:      drivers/scsi/
10717 F:      include/scsi/
10718
10719 SCSI TAPE DRIVER
10720 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
10721 L:      linux-scsi@vger.kernel.org
10722 S:      Maintained
10723 F:      Documentation/scsi/st.txt
10724 F:      drivers/scsi/st.*
10725 F:      drivers/scsi/st_*.h
10726
10727 SCTP PROTOCOL
10728 M:      Vlad Yasevich <vyasevich@gmail.com>
10729 M:      Neil Horman <nhorman@tuxdriver.com>
10730 L:      linux-sctp@vger.kernel.org
10731 W:      http://lksctp.sourceforge.net
10732 S:      Maintained
10733 F:      Documentation/networking/sctp.txt
10734 F:      include/linux/sctp.h
10735 F:      include/uapi/linux/sctp.h
10736 F:      include/net/sctp/
10737 F:      net/sctp/
10738
10739 SCx200 CPU SUPPORT
10740 M:      Jim Cromie <jim.cromie@gmail.com>
10741 S:      Odd Fixes
10742 F:      Documentation/i2c/busses/scx200_acb
10743 F:      arch/x86/platform/scx200/
10744 F:      drivers/watchdog/scx200_wdt.c
10745 F:      drivers/i2c/busses/scx200*
10746 F:      drivers/mtd/maps/scx200_docflash.c
10747 F:      include/linux/scx200.h
10748
10749 SCx200 GPIO DRIVER
10750 M:      Jim Cromie <jim.cromie@gmail.com>
10751 S:      Maintained
10752 F:      drivers/char/scx200_gpio.c
10753 F:      include/linux/scx200_gpio.h
10754
10755 SCx200 HRT CLOCKSOURCE DRIVER
10756 M:      Jim Cromie <jim.cromie@gmail.com>
10757 S:      Maintained
10758 F:      drivers/clocksource/scx200_hrt.c
10759
10760 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10761 M:      Sascha Sommer <saschasommer@freenet.de>
10762 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10763 S:      Maintained
10764 F:      drivers/mmc/host/sdricoh_cs.c
10765
10766 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10767 M:      Adrian Hunter <adrian.hunter@intel.com>
10768 L:      linux-mmc@vger.kernel.org
10769 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
10770 S:      Maintained
10771 F:      drivers/mmc/host/sdhci*
10772 F:      include/linux/mmc/sdhci*
10773
10774 SECURE COMPUTING
10775 M:      Kees Cook <keescook@chromium.org>
10776 R:      Andy Lutomirski <luto@amacapital.net>
10777 R:      Will Drewry <wad@chromium.org>
10778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10779 S:      Supported
10780 F:      kernel/seccomp.c
10781 F:      include/uapi/linux/seccomp.h
10782 F:      include/linux/seccomp.h
10783 F:      tools/testing/selftests/seccomp/*
10784 K:      \bsecure_computing
10785 K:      \bTIF_SECCOMP\b
10786
10787 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
10788 M:      Al Cooper <alcooperx@gmail.com>
10789 L:      linux-mmc@vger.kernel.org
10790 L:      bcm-kernel-feedback-list@broadcom.com
10791 S:      Maintained
10792 F:      drivers/mmc/host/sdhci-brcmstb*
10793
10794 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10795 M:      Ben Dooks <ben-linux@fluff.org>
10796 M:      Jaehoon Chung <jh80.chung@samsung.com>
10797 L:      linux-mmc@vger.kernel.org
10798 S:      Maintained
10799 F:      drivers/mmc/host/sdhci-s3c*
10800
10801 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10802 M:      Viresh Kumar <vireshk@kernel.org>
10803 L:      linux-mmc@vger.kernel.org
10804 S:      Maintained
10805 F:      drivers/mmc/host/sdhci-spear.c
10806
10807 SECURITY SUBSYSTEM
10808 M:      James Morris <james.l.morris@oracle.com>
10809 M:      "Serge E. Hallyn" <serge@hallyn.com>
10810 L:      linux-security-module@vger.kernel.org (suggested Cc:)
10811 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10812 W:      http://kernsec.org/
10813 S:      Supported
10814 F:      security/
10815
10816 SECURITY CONTACT
10817 M:      Security Officers <security@kernel.org>
10818 S:      Supported
10819
10820 SELINUX SECURITY MODULE
10821 M:      Paul Moore <paul@paul-moore.com>
10822 M:      Stephen Smalley <sds@tycho.nsa.gov>
10823 M:      Eric Paris <eparis@parisplace.org>
10824 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
10825 W:      http://selinuxproject.org
10826 T:      git git://git.infradead.org/users/pcmoore/selinux
10827 S:      Supported
10828 F:      include/linux/selinux*
10829 F:      security/selinux/
10830 F:      scripts/selinux/
10831
10832 APPARMOR SECURITY MODULE
10833 M:      John Johansen <john.johansen@canonical.com>
10834 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10835 W:      apparmor.wiki.kernel.org
10836 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10837 S:      Supported
10838 F:      security/apparmor/
10839
10840 LOADPIN SECURITY MODULE
10841 M:      Kees Cook <keescook@chromium.org>
10842 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10843 S:      Supported
10844 F:      security/loadpin/
10845
10846 YAMA SECURITY MODULE
10847 M:      Kees Cook <keescook@chromium.org>
10848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10849 S:      Supported
10850 F:      security/yama/
10851
10852 SENSABLE PHANTOM
10853 M:      Jiri Slaby <jirislaby@gmail.com>
10854 S:      Maintained
10855 F:      drivers/misc/phantom.c
10856 F:      include/uapi/linux/phantom.h
10857
10858 Emulex 10Gbps iSCSI - OneConnect DRIVER
10859 M:      Subbu Seetharaman <subbu.seetharaman@broadcom.com>
10860 M:      Ketan Mukadam <ketan.mukadam@broadcom.com>
10861 M:      Jitendra Bhivare <jitendra.bhivare@broadcom.com>
10862 L:      linux-scsi@vger.kernel.org
10863 W:      http://www.broadcom.com
10864 S:      Supported
10865 F:      drivers/scsi/be2iscsi/
10866
10867 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
10868 M:      Sathya Perla <sathya.perla@broadcom.com>
10869 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
10870 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10871 M:      Somnath Kotur <somnath.kotur@broadcom.com>
10872 L:      netdev@vger.kernel.org
10873 W:      http://www.emulex.com
10874 S:      Supported
10875 F:      drivers/net/ethernet/emulex/benet/
10876
10877 EMULEX ONECONNECT ROCE DRIVER
10878 M:      Selvin Xavier <selvin.xavier@avagotech.com>
10879 M:      Devesh Sharma <devesh.sharma@avagotech.com>
10880 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10881 L:      linux-rdma@vger.kernel.org
10882 W:      http://www.emulex.com
10883 S:      Supported
10884 F:      drivers/infiniband/hw/ocrdma/
10885 F:      include/uapi/rdma/ocrdma-abi.h
10886
10887 SFC NETWORK DRIVER
10888 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10889 M:      Edward Cree <ecree@solarflare.com>
10890 M:      Bert Kenward <bkenward@solarflare.com>
10891 L:      netdev@vger.kernel.org
10892 S:      Supported
10893 F:      drivers/net/ethernet/sfc/
10894
10895 SGI GRU DRIVER
10896 M:      Dimitri Sivanich <sivanich@sgi.com>
10897 S:      Maintained
10898 F:      drivers/misc/sgi-gru/
10899
10900 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10901 M:      Pat Gefre <pfg@sgi.com>
10902 L:      linux-ia64@vger.kernel.org
10903 S:      Supported
10904 F:      Documentation/ia64/serial.txt
10905 F:      drivers/tty/serial/ioc?_serial.c
10906 F:      include/linux/ioc?.h
10907
10908 SGI XP/XPC/XPNET DRIVER
10909 M:      Cliff Whickman <cpw@sgi.com>
10910 M:      Robin Holt <robinmholt@gmail.com>
10911 S:      Maintained
10912 F:      drivers/misc/sgi-xp/
10913
10914 SI2157 MEDIA DRIVER
10915 M:      Antti Palosaari <crope@iki.fi>
10916 L:      linux-media@vger.kernel.org
10917 W:      https://linuxtv.org
10918 W:      http://palosaari.fi/linux/
10919 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10920 T:      git git://linuxtv.org/anttip/media_tree.git
10921 S:      Maintained
10922 F:      drivers/media/tuners/si2157*
10923
10924 SI2168 MEDIA DRIVER
10925 M:      Antti Palosaari <crope@iki.fi>
10926 L:      linux-media@vger.kernel.org
10927 W:      https://linuxtv.org
10928 W:      http://palosaari.fi/linux/
10929 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10930 T:      git git://linuxtv.org/anttip/media_tree.git
10931 S:      Maintained
10932 F:      drivers/media/dvb-frontends/si2168*
10933
10934 SI470X FM RADIO RECEIVER I2C DRIVER
10935 M:      Hans Verkuil <hverkuil@xs4all.nl>
10936 L:      linux-media@vger.kernel.org
10937 T:      git git://linuxtv.org/media_tree.git
10938 W:      https://linuxtv.org
10939 S:      Odd Fixes
10940 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
10941
10942 SI470X FM RADIO RECEIVER USB DRIVER
10943 M:      Hans Verkuil <hverkuil@xs4all.nl>
10944 L:      linux-media@vger.kernel.org
10945 T:      git git://linuxtv.org/media_tree.git
10946 W:      https://linuxtv.org
10947 S:      Maintained
10948 F:      drivers/media/radio/si470x/radio-si470x-common.c
10949 F:      drivers/media/radio/si470x/radio-si470x.h
10950 F:      drivers/media/radio/si470x/radio-si470x-usb.c
10951
10952 SI4713 FM RADIO TRANSMITTER I2C DRIVER
10953 M:      Eduardo Valentin <edubezval@gmail.com>
10954 L:      linux-media@vger.kernel.org
10955 T:      git git://linuxtv.org/media_tree.git
10956 W:      https://linuxtv.org
10957 S:      Odd Fixes
10958 F:      drivers/media/radio/si4713/si4713.?
10959
10960 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10961 M:      Eduardo Valentin <edubezval@gmail.com>
10962 L:      linux-media@vger.kernel.org
10963 T:      git git://linuxtv.org/media_tree.git
10964 W:      https://linuxtv.org
10965 S:      Odd Fixes
10966 F:      drivers/media/radio/si4713/radio-platform-si4713.c
10967
10968 SI4713 FM RADIO TRANSMITTER USB DRIVER
10969 M:      Hans Verkuil <hverkuil@xs4all.nl>
10970 L:      linux-media@vger.kernel.org
10971 T:      git git://linuxtv.org/media_tree.git
10972 W:      https://linuxtv.org
10973 S:      Maintained
10974 F:      drivers/media/radio/si4713/radio-usb-si4713.c
10975
10976 SIANO DVB DRIVER
10977 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
10978 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
10979 L:      linux-media@vger.kernel.org
10980 W:      https://linuxtv.org
10981 T:      git git://linuxtv.org/media_tree.git
10982 S:      Odd fixes
10983 F:      drivers/media/common/siano/
10984 F:      drivers/media/usb/siano/
10985 F:      drivers/media/usb/siano/
10986 F:      drivers/media/mmc/siano/
10987
10988 SIMPLEFB FB DRIVER
10989 M:      Hans de Goede <hdegoede@redhat.com>
10990 L:      linux-fbdev@vger.kernel.org
10991 S:      Maintained
10992 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
10993 F:      drivers/video/fbdev/simplefb.c
10994 F:      include/linux/platform_data/simplefb.h
10995
10996 SH_VEU V4L2 MEM2MEM DRIVER
10997 L:      linux-media@vger.kernel.org
10998 S:      Orphan
10999 F:      drivers/media/platform/sh_veu.c
11000
11001 SH_VOU V4L2 OUTPUT DRIVER
11002 L:      linux-media@vger.kernel.org
11003 S:      Orphan
11004 F:      drivers/media/platform/sh_vou.c
11005 F:      include/media/drv-intf/sh_vou.h
11006
11007 SIMPLE FIRMWARE INTERFACE (SFI)
11008 M:      Len Brown <lenb@kernel.org>
11009 L:      sfi-devel@simplefirmware.org
11010 W:      http://simplefirmware.org/
11011 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11012 S:      Supported
11013 F:      arch/x86/platform/sfi/
11014 F:      drivers/sfi/
11015 F:      include/linux/sfi*.h
11016
11017 SIMTEC EB110ATX (Chalice CATS)
11018 P:      Ben Dooks
11019 P:      Vincent Sanders <vince@simtec.co.uk>
11020 M:      Simtec Linux Team <linux@simtec.co.uk>
11021 W:      http://www.simtec.co.uk/products/EB110ATX/
11022 S:      Supported
11023
11024 SIMTEC EB2410ITX (BAST)
11025 P:      Ben Dooks
11026 P:      Vincent Sanders <vince@simtec.co.uk>
11027 M:      Simtec Linux Team <linux@simtec.co.uk>
11028 W:      http://www.simtec.co.uk/products/EB2410ITX/
11029 S:      Supported
11030 F:      arch/arm/mach-s3c24xx/mach-bast.c
11031 F:      arch/arm/mach-s3c24xx/bast-ide.c
11032 F:      arch/arm/mach-s3c24xx/bast-irq.c
11033
11034 TI DAVINCI MACHINE SUPPORT
11035 M:      Sekhar Nori <nsekhar@ti.com>
11036 M:      Kevin Hilman <khilman@kernel.org>
11037 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11039 S:      Supported
11040 F:      arch/arm/mach-davinci/
11041 F:      drivers/i2c/busses/i2c-davinci.c
11042
11043 TI DAVINCI SERIES MEDIA DRIVER
11044 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11045 L:      linux-media@vger.kernel.org
11046 W:      https://linuxtv.org
11047 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11048 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11049 S:      Maintained
11050 F:      drivers/media/platform/davinci/
11051 F:      include/media/davinci/
11052
11053 TI AM437X VPFE DRIVER
11054 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11055 L:      linux-media@vger.kernel.org
11056 W:      https://linuxtv.org
11057 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11058 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11059 S:      Maintained
11060 F:      drivers/media/platform/am437x/
11061
11062 OV2659 OMNIVISION SENSOR DRIVER
11063 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11064 L:      linux-media@vger.kernel.org
11065 W:      https://linuxtv.org
11066 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11067 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11068 S:      Maintained
11069 F:      drivers/media/i2c/ov2659.c
11070 F:      include/media/i2c/ov2659.h
11071
11072 SILICON MOTION SM712 FRAME BUFFER DRIVER
11073 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11074 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11075 M:      Sudip Mukherjee <sudip@vectorindia.org>
11076 L:      linux-fbdev@vger.kernel.org
11077 S:      Maintained
11078 F:      drivers/video/fbdev/sm712*
11079 F:      Documentation/fb/sm712fb.txt
11080
11081 SIS 190 ETHERNET DRIVER
11082 M:      Francois Romieu <romieu@fr.zoreil.com>
11083 L:      netdev@vger.kernel.org
11084 S:      Maintained
11085 F:      drivers/net/ethernet/sis/sis190.c
11086
11087 SIS 900/7016 FAST ETHERNET DRIVER
11088 M:      Daniele Venzano <venza@brownhat.org>
11089 W:      http://www.brownhat.org/sis900.html
11090 L:      netdev@vger.kernel.org
11091 S:      Maintained
11092 F:      drivers/net/ethernet/sis/sis900.*
11093
11094 SIS FRAMEBUFFER DRIVER
11095 M:      Thomas Winischhofer <thomas@winischhofer.net>
11096 W:      http://www.winischhofer.net/linuxsisvga.shtml
11097 S:      Maintained
11098 F:      Documentation/fb/sisfb.txt
11099 F:      drivers/video/fbdev/sis/
11100 F:      include/video/sisfb.h
11101
11102 SIS USB2VGA DRIVER
11103 M:      Thomas Winischhofer <thomas@winischhofer.net>
11104 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
11105 S:      Maintained
11106 F:      drivers/usb/misc/sisusbvga/
11107
11108 SLAB ALLOCATOR
11109 M:      Christoph Lameter <cl@linux.com>
11110 M:      Pekka Enberg <penberg@kernel.org>
11111 M:      David Rientjes <rientjes@google.com>
11112 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
11113 M:      Andrew Morton <akpm@linux-foundation.org>
11114 L:      linux-mm@kvack.org
11115 S:      Maintained
11116 F:      include/linux/sl?b*.h
11117 F:      mm/sl?b*
11118
11119 SLEEPABLE READ-COPY UPDATE (SRCU)
11120 M:      Lai Jiangshan <jiangshanlai@gmail.com>
11121 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11122 M:      Josh Triplett <josh@joshtriplett.org>
11123 R:      Steven Rostedt <rostedt@goodmis.org>
11124 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11125 L:      linux-kernel@vger.kernel.org
11126 W:      http://www.rdrop.com/users/paulmck/RCU/
11127 S:      Supported
11128 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11129 F:      include/linux/srcu.h
11130 F:      kernel/rcu/srcu.c
11131
11132 SMACK SECURITY MODULE
11133 M:      Casey Schaufler <casey@schaufler-ca.com>
11134 L:      linux-security-module@vger.kernel.org
11135 W:      http://schaufler-ca.com
11136 T:      git git://github.com/cschaufler/smack-next
11137 S:      Maintained
11138 F:      Documentation/security/Smack.txt
11139 F:      security/smack/
11140
11141 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11142 M:      Kevin Hilman <khilman@kernel.org>
11143 M:      Nishanth Menon <nm@ti.com>
11144 S:      Maintained
11145 F:      drivers/power/avs/
11146 F:      include/linux/power/smartreflex.h
11147 L:      linux-pm@vger.kernel.org
11148
11149 SMC91x ETHERNET DRIVER
11150 M:      Nicolas Pitre <nico@fluxnic.net>
11151 S:      Odd Fixes
11152 F:      drivers/net/ethernet/smsc/smc91x.*
11153
11154 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11155 M:      Sakari Ailus <sakari.ailus@iki.fi>
11156 L:      linux-media@vger.kernel.org
11157 S:      Maintained
11158 F:      drivers/media/i2c/smiapp/
11159 F:      include/media/i2c/smiapp.h
11160 F:      drivers/media/i2c/smiapp-pll.c
11161 F:      drivers/media/i2c/smiapp-pll.h
11162 F:      include/uapi/linux/smiapp.h
11163 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11164
11165 SMM665 HARDWARE MONITOR DRIVER
11166 M:      Guenter Roeck <linux@roeck-us.net>
11167 L:      linux-hwmon@vger.kernel.org
11168 S:      Maintained
11169 F:      Documentation/hwmon/smm665
11170 F:      drivers/hwmon/smm665.c
11171
11172 SMSC EMC2103 HARDWARE MONITOR DRIVER
11173 M:      Steve Glendinning <steve.glendinning@shawell.net>
11174 L:      linux-hwmon@vger.kernel.org
11175 S:      Maintained
11176 F:      Documentation/hwmon/emc2103
11177 F:      drivers/hwmon/emc2103.c
11178
11179 SMSC SCH5627 HARDWARE MONITOR DRIVER
11180 M:      Hans de Goede <hdegoede@redhat.com>
11181 L:      linux-hwmon@vger.kernel.org
11182 S:      Supported
11183 F:      Documentation/hwmon/sch5627
11184 F:      drivers/hwmon/sch5627.c
11185
11186 SMSC47B397 HARDWARE MONITOR DRIVER
11187 M:      Jean Delvare <jdelvare@suse.com>
11188 L:      linux-hwmon@vger.kernel.org
11189 S:      Maintained
11190 F:      Documentation/hwmon/smsc47b397
11191 F:      drivers/hwmon/smsc47b397.c
11192
11193 SMSC911x ETHERNET DRIVER
11194 M:      Steve Glendinning <steve.glendinning@shawell.net>
11195 L:      netdev@vger.kernel.org
11196 S:      Maintained
11197 F:      include/linux/smsc911x.h
11198 F:      drivers/net/ethernet/smsc/smsc911x.*
11199
11200 SMSC9420 PCI ETHERNET DRIVER
11201 M:      Steve Glendinning <steve.glendinning@shawell.net>
11202 L:      netdev@vger.kernel.org
11203 S:      Maintained
11204 F:      drivers/net/ethernet/smsc/smsc9420.*
11205
11206 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11207 M:      Steve Glendinning <steve.glendinning@shawell.net>
11208 L:      linux-fbdev@vger.kernel.org
11209 S:      Maintained
11210 F:      drivers/video/fbdev/smscufx.c
11211
11212 SOC-CAMERA V4L2 SUBSYSTEM
11213 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11214 L:      linux-media@vger.kernel.org
11215 T:      git git://linuxtv.org/media_tree.git
11216 S:      Maintained
11217 F:      include/media/soc*
11218 F:      drivers/media/i2c/soc_camera/
11219 F:      drivers/media/platform/soc_camera/
11220
11221 SOEKRIS NET48XX LED SUPPORT
11222 M:      Chris Boot <bootc@bootc.net>
11223 S:      Maintained
11224 F:      drivers/leds/leds-net48xx.c
11225
11226 SOFTLOGIC 6x10 MPEG CODEC
11227 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11228 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11229 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
11230 M:      Ismael Luceno <ismael@iodev.co.uk>
11231 L:      linux-media@vger.kernel.org
11232 S:      Supported
11233 F:      drivers/media/pci/solo6x10/
11234
11235 SOFTWARE RAID (Multiple Disks) SUPPORT
11236 M:      Shaohua Li <shli@kernel.org>
11237 L:      linux-raid@vger.kernel.org
11238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11239 S:      Supported
11240 F:      drivers/md/
11241 F:      include/linux/raid/
11242 F:      include/uapi/linux/raid/
11243
11244 SONIC NETWORK DRIVER
11245 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11246 L:      netdev@vger.kernel.org
11247 S:      Maintained
11248 F:      drivers/net/ethernet/natsemi/sonic.*
11249
11250 SONICS SILICON BACKPLANE DRIVER (SSB)
11251 M:      Michael Buesch <m@bues.ch>
11252 L:      linux-wireless@vger.kernel.org
11253 S:      Maintained
11254 F:      drivers/ssb/
11255 F:      include/linux/ssb/
11256
11257 SONY VAIO CONTROL DEVICE DRIVER
11258 M:      Mattia Dongili <malattia@linux.it>
11259 L:      platform-driver-x86@vger.kernel.org
11260 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11261 S:      Maintained
11262 F:      Documentation/laptops/sony-laptop.txt
11263 F:      drivers/char/sonypi.c
11264 F:      drivers/platform/x86/sony-laptop.c
11265 F:      include/linux/sony-laptop.h
11266
11267 SONY MEMORYSTICK CARD SUPPORT
11268 M:      Alex Dubov <oakad@yahoo.com>
11269 W:      http://tifmxx.berlios.de/
11270 S:      Maintained
11271 F:      drivers/memstick/host/tifm_ms.c
11272
11273 SONY MEMORYSTICK STANDARD SUPPORT
11274 M:      Maxim Levitsky <maximlevitsky@gmail.com>
11275 S:      Maintained
11276 F:      drivers/memstick/core/ms_block.*
11277
11278 SOUND
11279 M:      Jaroslav Kysela <perex@perex.cz>
11280 M:      Takashi Iwai <tiwai@suse.com>
11281 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11282 W:      http://www.alsa-project.org/
11283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11284 T:      git git://git.alsa-project.org/alsa-kernel.git
11285 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
11286 S:      Maintained
11287 F:      Documentation/sound/
11288 F:      include/sound/
11289 F:      include/uapi/sound/
11290 F:      sound/
11291
11292 SOUND - COMPRESSED AUDIO
11293 M:      Vinod Koul <vinod.koul@intel.com>
11294 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11296 S:      Supported
11297 F:      Documentation/sound/alsa/compress_offload.txt
11298 F:      include/sound/compress_driver.h
11299 F:      include/uapi/sound/compress_*
11300 F:      sound/core/compress_offload.c
11301 F:      sound/soc/soc-compress.c
11302
11303 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11304 M:      Liam Girdwood <lgirdwood@gmail.com>
11305 M:      Mark Brown <broonie@kernel.org>
11306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11307 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11308 W:      http://alsa-project.org/main/index.php/ASoC
11309 S:      Supported
11310 F:      Documentation/devicetree/bindings/sound/
11311 F:      Documentation/sound/alsa/soc/
11312 F:      sound/soc/
11313 F:      include/sound/soc*
11314
11315 SOUND - DMAENGINE HELPERS
11316 M:      Lars-Peter Clausen <lars@metafoo.de>
11317 S:      Supported
11318 F:      include/sound/dmaengine_pcm.h
11319 F:      sound/core/pcm_dmaengine.c
11320 F:      sound/soc/soc-generic-dmaengine-pcm.c
11321
11322 SP2 MEDIA DRIVER
11323 M:      Olli Salonen <olli.salonen@iki.fi>
11324 L:      linux-media@vger.kernel.org
11325 W:      https://linuxtv.org
11326 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11327 S:      Maintained
11328 F:      drivers/media/dvb-frontends/sp2*
11329
11330 SPARC + UltraSPARC (sparc/sparc64)
11331 M:      "David S. Miller" <davem@davemloft.net>
11332 L:      sparclinux@vger.kernel.org
11333 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
11334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11336 S:      Maintained
11337 F:      arch/sparc/
11338 F:      drivers/sbus/
11339
11340 SPARC SERIAL DRIVERS
11341 M:      "David S. Miller" <davem@davemloft.net>
11342 L:      sparclinux@vger.kernel.org
11343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11345 S:      Maintained
11346 F:      include/linux/sunserialcore.h
11347 F:      drivers/tty/serial/suncore.c
11348 F:      drivers/tty/serial/sunhv.c
11349 F:      drivers/tty/serial/sunsab.c
11350 F:      drivers/tty/serial/sunsab.h
11351 F:      drivers/tty/serial/sunsu.c
11352 F:      drivers/tty/serial/sunzilog.c
11353 F:      drivers/tty/serial/sunzilog.h
11354
11355 SPARSE CHECKER
11356 M:      "Christopher Li" <sparse@chrisli.org>
11357 L:      linux-sparse@vger.kernel.org
11358 W:      https://sparse.wiki.kernel.org/
11359 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11360 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11361 S:      Maintained
11362 F:      include/linux/compiler.h
11363
11364 SPEAR PLATFORM SUPPORT
11365 M:      Viresh Kumar <vireshk@kernel.org>
11366 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11367 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11368 W:      http://www.st.com/spear
11369 S:      Maintained
11370 F:      arch/arm/boot/dts/spear*
11371 F:      arch/arm/mach-spear/
11372
11373 SPEAR CLOCK FRAMEWORK SUPPORT
11374 M:      Viresh Kumar <vireshk@kernel.org>
11375 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11376 W:      http://www.st.com/spear
11377 S:      Maintained
11378 F:      drivers/clk/spear/
11379
11380 SPI SUBSYSTEM
11381 M:      Mark Brown <broonie@kernel.org>
11382 L:      linux-spi@vger.kernel.org
11383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11384 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
11385 S:      Maintained
11386 F:      Documentation/devicetree/bindings/spi/
11387 F:      Documentation/spi/
11388 F:      drivers/spi/
11389 F:      include/linux/spi/
11390 F:      include/uapi/linux/spi/
11391 F:      tools/spi/
11392
11393 SPIDERNET NETWORK DRIVER for CELL
11394 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
11395 L:      netdev@vger.kernel.org
11396 S:      Supported
11397 F:      Documentation/networking/spider_net.txt
11398 F:      drivers/net/ethernet/toshiba/spider_net*
11399
11400 SPU FILE SYSTEM
11401 M:      Jeremy Kerr <jk@ozlabs.org>
11402 L:      linuxppc-dev@lists.ozlabs.org
11403 W:      http://www.ibm.com/developerworks/power/cell/
11404 S:      Supported
11405 F:      Documentation/filesystems/spufs.txt
11406 F:      arch/powerpc/platforms/cell/spufs/
11407
11408 SQUASHFS FILE SYSTEM
11409 M:      Phillip Lougher <phillip@squashfs.org.uk>
11410 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
11411 W:      http://squashfs.org.uk
11412 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11413 S:      Maintained
11414 F:      Documentation/filesystems/squashfs.txt
11415 F:      fs/squashfs/
11416
11417 SRM (Alpha) environment access
11418 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
11419 S:      Maintained
11420 F:      arch/alpha/kernel/srm_env.c
11421
11422 STABLE BRANCH
11423 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11424 L:      stable@vger.kernel.org
11425 S:      Supported
11426 F:      Documentation/stable_kernel_rules.txt
11427
11428 STAGING SUBSYSTEM
11429 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11431 L:      devel@driverdev.osuosl.org
11432 S:      Supported
11433 F:      drivers/staging/
11434
11435 STAGING - COMEDI
11436 M:      Ian Abbott <abbotti@mev.co.uk>
11437 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
11438 S:      Odd Fixes
11439 F:      drivers/staging/comedi/
11440
11441 STAGING - FLARION FT1000 DRIVERS
11442 M:      Marek Belisko <marek.belisko@gmail.com>
11443 S:      Odd Fixes
11444 F:      drivers/staging/ft1000/
11445
11446 STAGING - INDUSTRIAL IO
11447 M:      Jonathan Cameron <jic23@kernel.org>
11448 L:      linux-iio@vger.kernel.org
11449 S:      Odd Fixes
11450 F:      Documentation/devicetree/bindings/staging/iio/
11451 F:      drivers/staging/iio/
11452
11453 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11454 M:      Jarod Wilson <jarod@wilsonet.com>
11455 W:      http://www.lirc.org/
11456 S:      Odd Fixes
11457 F:      drivers/staging/media/lirc/
11458
11459 STAGING - LUSTRE PARALLEL FILESYSTEM
11460 M:      Oleg Drokin <oleg.drokin@intel.com>
11461 M:      Andreas Dilger <andreas.dilger@intel.com>
11462 M:      James Simmons <jsimmons@infradead.org>
11463 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
11464 W:      http://wiki.lustre.org/
11465 S:      Maintained
11466 F:      drivers/staging/lustre
11467
11468 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11469 M:      Marc Dietrich <marvin24@gmx.de>
11470 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
11471 L:      linux-tegra@vger.kernel.org
11472 S:      Maintained
11473 F:      drivers/staging/nvec/
11474
11475 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11476 M:      Jens Frederich <jfrederich@gmail.com>
11477 M:      Daniel Drake <dsd@laptop.org>
11478 M:      Jon Nettleton <jon.nettleton@gmail.com>
11479 W:      http://wiki.laptop.org/go/DCON
11480 S:      Maintained
11481 F:      drivers/staging/olpc_dcon/
11482
11483 STAGING - REALTEK RTL8712U DRIVERS
11484 M:      Larry Finger <Larry.Finger@lwfinger.net>
11485 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11486 S:      Odd Fixes
11487 F:      drivers/staging/rtl8712/
11488
11489 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11490 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11491 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11492 M:      Sudip Mukherjee <sudip@vectorindia.org>
11493 L:      linux-fbdev@vger.kernel.org
11494 S:      Maintained
11495 F:      drivers/staging/sm750fb/
11496
11497 STAGING - SLICOSS
11498 M:      Lior Dotan <liodot@gmail.com>
11499 M:      Christopher Harrer <charrer@alacritech.com>
11500 S:      Odd Fixes
11501 F:      drivers/staging/slicoss/
11502
11503 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11504 M:      William Hubbs <w.d.hubbs@gmail.com>
11505 M:      Chris Brannon <chris@the-brannons.com>
11506 M:      Kirk Reiser <kirk@reisers.ca>
11507 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
11508 L:      speakup@linux-speakup.org
11509 W:      http://www.linux-speakup.org/
11510 S:      Odd Fixes
11511 F:      drivers/staging/speakup/
11512
11513 STAGING - VIA VT665X DRIVERS
11514 M:      Forest Bond <forest@alittletooquiet.net>
11515 S:      Odd Fixes
11516 F:      drivers/staging/vt665?/
11517
11518 STAGING - WILC1000 WIFI DRIVER
11519 M:      Aditya Shankar <aditya.shankar@microchip.com>
11520 M:      Ganesh Krishna <ganesh.krishna@microchip.com>
11521 L:      linux-wireless@vger.kernel.org
11522 S:      Supported
11523 F:      drivers/staging/wilc1000/
11524
11525 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11526 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
11527 S:      Odd Fixes
11528 F:      drivers/staging/xgifb/
11529
11530 STARFIRE/DURALAN NETWORK DRIVER
11531 M:      Ion Badulescu <ionut@badula.org>
11532 S:      Odd Fixes
11533 F:      drivers/net/ethernet/adaptec/starfire*
11534
11535 SUN3/3X
11536 M:      Sam Creasey <sammy@sammy.net>
11537 W:      http://sammy.net/sun3/
11538 S:      Maintained
11539 F:      arch/m68k/kernel/*sun3*
11540 F:      arch/m68k/sun3*/
11541 F:      arch/m68k/include/asm/sun3*
11542 F:      drivers/net/ethernet/i825xx/sun3*
11543
11544 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11545 M:      Hans de Goede <hdegoede@redhat.com>
11546 L:      linux-input@vger.kernel.org
11547 S:      Maintained
11548 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11549 F:      drivers/input/keyboard/sun4i-lradc-keys.c
11550
11551 SUNDANCE NETWORK DRIVER
11552 M:      Denis Kirjanov <kda@linux-powerpc.org>
11553 L:      netdev@vger.kernel.org
11554 S:      Maintained
11555 F:      drivers/net/ethernet/dlink/sundance.c
11556
11557 SUPERH
11558 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
11559 M:      Rich Felker <dalias@libc.org>
11560 L:      linux-sh@vger.kernel.org
11561 Q:      http://patchwork.kernel.org/project/linux-sh/list/
11562 S:      Maintained
11563 F:      Documentation/sh/
11564 F:      arch/sh/
11565 F:      drivers/sh/
11566
11567 SUSPEND TO RAM
11568 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
11569 M:      Len Brown <len.brown@intel.com>
11570 M:      Pavel Machek <pavel@ucw.cz>
11571 L:      linux-pm@vger.kernel.org
11572 S:      Supported
11573 F:      Documentation/power/
11574 F:      arch/x86/kernel/acpi/
11575 F:      drivers/base/power/
11576 F:      kernel/power/
11577 F:      include/linux/suspend.h
11578 F:      include/linux/freezer.h
11579 F:      include/linux/pm.h
11580
11581 SVGA HANDLING
11582 M:      Martin Mares <mj@ucw.cz>
11583 L:      linux-video@atrey.karlin.mff.cuni.cz
11584 S:      Maintained
11585 F:      Documentation/svga.txt
11586 F:      arch/x86/boot/video*
11587
11588 SWIOTLB SUBSYSTEM
11589 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11590 L:      linux-kernel@vger.kernel.org
11591 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11592 S:      Supported
11593 F:      lib/swiotlb.c
11594 F:      arch/*/kernel/pci-swiotlb.c
11595 F:      include/linux/swiotlb.h
11596
11597 SWITCHDEV
11598 M:      Jiri Pirko <jiri@resnulli.us>
11599 L:      netdev@vger.kernel.org
11600 S:      Supported
11601 F:      net/switchdev/
11602 F:      include/net/switchdev.h
11603
11604 SYNOPSYS ARC ARCHITECTURE
11605 M:      Vineet Gupta <vgupta@synopsys.com>
11606 L:      linux-snps-arc@lists.infradead.org
11607 S:      Supported
11608 F:      arch/arc/
11609 F:      Documentation/devicetree/bindings/arc/*
11610 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11611 F:      drivers/tty/serial/arc_uart.c
11612 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11613
11614 SYNOPSYS ARC SDP platform support
11615 M:      Alexey Brodkin <abrodkin@synopsys.com>
11616 S:      Supported
11617 F:      arch/arc/plat-axs10x
11618 F:      arch/arc/boot/dts/ax*
11619 F:      Documentation/devicetree/bindings/arc/axs10*
11620
11621 SYSTEM CONFIGURATION (SYSCON)
11622 M:      Lee Jones <lee.jones@linaro.org>
11623 M:      Arnd Bergmann <arnd@arndb.de>
11624 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11625 S:      Supported
11626 F:      drivers/mfd/syscon.c
11627
11628 SYSTEM RESET/SHUTDOWN DRIVERS
11629 M:      Sebastian Reichel <sre@kernel.org>
11630 L:      linux-pm@vger.kernel.org
11631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
11632 S:      Maintained
11633 F:      Documentation/devicetree/bindings/power/reset/
11634 F:      drivers/power/reset/
11635
11636 SYSV FILESYSTEM
11637 M:      Christoph Hellwig <hch@infradead.org>
11638 S:      Maintained
11639 F:      Documentation/filesystems/sysv-fs.txt
11640 F:      fs/sysv/
11641 F:      include/linux/sysv_fs.h
11642
11643 TARGET SUBSYSTEM
11644 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11645 L:      linux-scsi@vger.kernel.org
11646 L:      target-devel@vger.kernel.org
11647 W:      http://www.linux-iscsi.org
11648 W:      http://groups.google.com/group/linux-iscsi-target-dev
11649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11650 S:      Supported
11651 F:      drivers/target/
11652 F:      include/target/
11653 F:      Documentation/target/
11654
11655 TASKSTATS STATISTICS INTERFACE
11656 M:      Balbir Singh <bsingharora@gmail.com>
11657 S:      Maintained
11658 F:      Documentation/accounting/taskstats*
11659 F:      include/linux/taskstats*
11660 F:      kernel/taskstats.c
11661
11662 TC CLASSIFIER
11663 M:      Jamal Hadi Salim <jhs@mojatatu.com>
11664 L:      netdev@vger.kernel.org
11665 S:      Maintained
11666 F:      include/net/pkt_cls.h
11667 F:      include/uapi/linux/pkt_cls.h
11668 F:      net/sched/
11669
11670 TCP LOW PRIORITY MODULE
11671 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11672 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11673 W:      http://tcp-lp-mod.sourceforge.net/
11674 S:      Maintained
11675 F:      net/ipv4/tcp_lp.c
11676
11677 TDA10071 MEDIA DRIVER
11678 M:      Antti Palosaari <crope@iki.fi>
11679 L:      linux-media@vger.kernel.org
11680 W:      https://linuxtv.org
11681 W:      http://palosaari.fi/linux/
11682 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11683 T:      git git://linuxtv.org/anttip/media_tree.git
11684 S:      Maintained
11685 F:      drivers/media/dvb-frontends/tda10071*
11686
11687 TDA18212 MEDIA DRIVER
11688 M:      Antti Palosaari <crope@iki.fi>
11689 L:      linux-media@vger.kernel.org
11690 W:      https://linuxtv.org
11691 W:      http://palosaari.fi/linux/
11692 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11693 T:      git git://linuxtv.org/anttip/media_tree.git
11694 S:      Maintained
11695 F:      drivers/media/tuners/tda18212*
11696
11697 TDA18218 MEDIA DRIVER
11698 M:      Antti Palosaari <crope@iki.fi>
11699 L:      linux-media@vger.kernel.org
11700 W:      https://linuxtv.org
11701 W:      http://palosaari.fi/linux/
11702 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11703 T:      git git://linuxtv.org/anttip/media_tree.git
11704 S:      Maintained
11705 F:      drivers/media/tuners/tda18218*
11706
11707 TDA18271 MEDIA DRIVER
11708 M:      Michael Krufky <mkrufky@linuxtv.org>
11709 L:      linux-media@vger.kernel.org
11710 W:      https://linuxtv.org
11711 W:      http://github.com/mkrufky
11712 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11713 T:      git git://linuxtv.org/mkrufky/tuners.git
11714 S:      Maintained
11715 F:      drivers/media/tuners/tda18271*
11716
11717 TDA827x MEDIA DRIVER
11718 M:      Michael Krufky <mkrufky@linuxtv.org>
11719 L:      linux-media@vger.kernel.org
11720 W:      https://linuxtv.org
11721 W:      http://github.com/mkrufky
11722 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11723 T:      git git://linuxtv.org/mkrufky/tuners.git
11724 S:      Maintained
11725 F:      drivers/media/tuners/tda8290.*
11726
11727 TDA8290 MEDIA DRIVER
11728 M:      Michael Krufky <mkrufky@linuxtv.org>
11729 L:      linux-media@vger.kernel.org
11730 W:      https://linuxtv.org
11731 W:      http://github.com/mkrufky
11732 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11733 T:      git git://linuxtv.org/mkrufky/tuners.git
11734 S:      Maintained
11735 F:      drivers/media/tuners/tda8290.*
11736
11737 TDA9840 MEDIA DRIVER
11738 M:      Hans Verkuil <hverkuil@xs4all.nl>
11739 L:      linux-media@vger.kernel.org
11740 T:      git git://linuxtv.org/media_tree.git
11741 W:      https://linuxtv.org
11742 S:      Maintained
11743 F:      drivers/media/i2c/tda9840*
11744
11745 TEA5761 TUNER DRIVER
11746 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11747 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11748 L:      linux-media@vger.kernel.org
11749 W:      https://linuxtv.org
11750 T:      git git://linuxtv.org/media_tree.git
11751 S:      Odd fixes
11752 F:      drivers/media/tuners/tea5761.*
11753
11754 TEA5767 TUNER DRIVER
11755 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11756 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11757 L:      linux-media@vger.kernel.org
11758 W:      https://linuxtv.org
11759 T:      git git://linuxtv.org/media_tree.git
11760 S:      Maintained
11761 F:      drivers/media/tuners/tea5767.*
11762
11763 TEA6415C MEDIA DRIVER
11764 M:      Hans Verkuil <hverkuil@xs4all.nl>
11765 L:      linux-media@vger.kernel.org
11766 T:      git git://linuxtv.org/media_tree.git
11767 W:      https://linuxtv.org
11768 S:      Maintained
11769 F:      drivers/media/i2c/tea6415c*
11770
11771 TEA6420 MEDIA DRIVER
11772 M:      Hans Verkuil <hverkuil@xs4all.nl>
11773 L:      linux-media@vger.kernel.org
11774 T:      git git://linuxtv.org/media_tree.git
11775 W:      https://linuxtv.org
11776 S:      Maintained
11777 F:      drivers/media/i2c/tea6420*
11778
11779 TEAM DRIVER
11780 M:      Jiri Pirko <jiri@resnulli.us>
11781 L:      netdev@vger.kernel.org
11782 S:      Supported
11783 F:      drivers/net/team/
11784 F:      include/linux/if_team.h
11785 F:      include/uapi/linux/if_team.h
11786
11787 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11788 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11789 S:      Maintained
11790 F:      arch/x86/platform/ts5500/
11791
11792 TECHNOTREND USB IR RECEIVER
11793 M:      Sean Young <sean@mess.org>
11794 L:      linux-media@vger.kernel.org
11795 S:      Maintained
11796 F:      drivers/media/rc/ttusbir.c
11797
11798 TEGRA ARCHITECTURE SUPPORT
11799 M:      Stephen Warren <swarren@wwwdotorg.org>
11800 M:      Thierry Reding <thierry.reding@gmail.com>
11801 M:      Alexandre Courbot <gnurou@gmail.com>
11802 L:      linux-tegra@vger.kernel.org
11803 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
11804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11805 S:      Supported
11806 N:      [^a-z]tegra
11807
11808 TEGRA CLOCK DRIVER
11809 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
11810 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
11811 S:      Supported
11812 F:      drivers/clk/tegra/
11813
11814 TEGRA DMA DRIVERS
11815 M:      Laxman Dewangan <ldewangan@nvidia.com>
11816 M:      Jon Hunter <jonathanh@nvidia.com>
11817 S:      Supported
11818 F:      drivers/dma/tegra*
11819
11820 TEGRA I2C DRIVER
11821 M:      Laxman Dewangan <ldewangan@nvidia.com>
11822 S:      Supported
11823 F:      drivers/i2c/busses/i2c-tegra.c
11824
11825 TEGRA IOMMU DRIVERS
11826 M:      Hiroshi Doyu <hdoyu@nvidia.com>
11827 S:      Supported
11828 F:      drivers/iommu/tegra*
11829
11830 TEGRA KBC DRIVER
11831 M:      Rakesh Iyer <riyer@nvidia.com>
11832 M:      Laxman Dewangan <ldewangan@nvidia.com>
11833 S:      Supported
11834 F:      drivers/input/keyboard/tegra-kbc.c
11835
11836 TEGRA PWM DRIVER
11837 M:      Thierry Reding <thierry.reding@gmail.com>
11838 S:      Supported
11839 F:      drivers/pwm/pwm-tegra.c
11840
11841 TEGRA SERIAL DRIVER
11842 M:      Laxman Dewangan <ldewangan@nvidia.com>
11843 S:      Supported
11844 F:      drivers/tty/serial/serial-tegra.c
11845
11846 TEGRA SPI DRIVER
11847 M:      Laxman Dewangan <ldewangan@nvidia.com>
11848 S:      Supported
11849 F:      drivers/spi/spi-tegra*
11850
11851 TEHUTI ETHERNET DRIVER
11852 M:      Andy Gospodarek <andy@greyhouse.net>
11853 L:      netdev@vger.kernel.org
11854 S:      Supported
11855 F:      drivers/net/ethernet/tehuti/*
11856
11857 Telecom Clock Driver for MCPL0010
11858 M:      Mark Gross <mark.gross@intel.com>
11859 S:      Supported
11860 F:      drivers/char/tlclk.c
11861
11862 TENSILICA XTENSA PORT (xtensa)
11863 M:      Chris Zankel <chris@zankel.net>
11864 M:      Max Filippov <jcmvbkbc@gmail.com>
11865 L:      linux-xtensa@linux-xtensa.org
11866 T:      git git://github.com/czankel/xtensa-linux.git
11867 S:      Maintained
11868 F:      arch/xtensa/
11869 F:      drivers/irqchip/irq-xtensa-*
11870
11871 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11872 M:      Hans Verkuil <hverkuil@xs4all.nl>
11873 L:      linux-media@vger.kernel.org
11874 T:      git git://linuxtv.org/media_tree.git
11875 W:      https://linuxtv.org
11876 S:      Maintained
11877 F:      drivers/media/radio/radio-raremono.c
11878
11879 THERMAL
11880 M:      Zhang Rui <rui.zhang@intel.com>
11881 M:      Eduardo Valentin <edubezval@gmail.com>
11882 L:      linux-pm@vger.kernel.org
11883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11884 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11885 Q:      https://patchwork.kernel.org/project/linux-pm/list/
11886 S:      Supported
11887 F:      drivers/thermal/
11888 F:      include/linux/thermal.h
11889 F:      include/uapi/linux/thermal.h
11890 F:      include/linux/cpu_cooling.h
11891 F:      Documentation/devicetree/bindings/thermal/
11892
11893 THERMAL/CPU_COOLING
11894 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
11895 M:      Viresh Kumar <viresh.kumar@linaro.org>
11896 M:      Javi Merino <javi.merino@kernel.org>
11897 L:      linux-pm@vger.kernel.org
11898 S:      Supported
11899 F:      Documentation/thermal/cpu-cooling-api.txt
11900 F:      drivers/thermal/cpu_cooling.c
11901 F:      include/linux/cpu_cooling.h
11902
11903 THINKPAD ACPI EXTRAS DRIVER
11904 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11905 L:      ibm-acpi-devel@lists.sourceforge.net
11906 L:      platform-driver-x86@vger.kernel.org
11907 W:      http://ibm-acpi.sourceforge.net
11908 W:      http://thinkwiki.org/wiki/Ibm-acpi
11909 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11910 S:      Maintained
11911 F:      drivers/platform/x86/thinkpad_acpi.c
11912
11913 TI BANDGAP AND THERMAL DRIVER
11914 M:      Eduardo Valentin <edubezval@gmail.com>
11915 M:      Keerthy <j-keerthy@ti.com>
11916 L:      linux-pm@vger.kernel.org
11917 L:      linux-omap@vger.kernel.org
11918 S:      Maintained
11919 F:      drivers/thermal/ti-soc-thermal/
11920
11921 TI VPE/CAL DRIVERS
11922 M:      Benoit Parrot <bparrot@ti.com>
11923 L:      linux-media@vger.kernel.org
11924 W:      http://linuxtv.org/
11925 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11926 S:      Maintained
11927 F:      drivers/media/platform/ti-vpe/
11928
11929 TI CDCE706 CLOCK DRIVER
11930 M:      Max Filippov <jcmvbkbc@gmail.com>
11931 S:      Maintained
11932 F:      drivers/clk/clk-cdce706.c
11933
11934 TI CLOCK DRIVER
11935 M:      Tero Kristo <t-kristo@ti.com>
11936 L:      linux-omap@vger.kernel.org
11937 S:      Maintained
11938 F:      drivers/clk/ti/
11939 F:      include/linux/clk/ti.h
11940
11941 TI ETHERNET SWITCH DRIVER (CPSW)
11942 M:      Mugunthan V N <mugunthanvnm@ti.com>
11943 R:      Grygorii Strashko <grygorii.strashko@ti.com>
11944 L:      linux-omap@vger.kernel.org
11945 L:      netdev@vger.kernel.org
11946 S:      Maintained
11947 F:      drivers/net/ethernet/ti/cpsw*
11948 F:      drivers/net/ethernet/ti/davinci*
11949
11950 TI FLASH MEDIA INTERFACE DRIVER
11951 M:      Alex Dubov <oakad@yahoo.com>
11952 S:      Maintained
11953 F:      drivers/misc/tifm*
11954 F:      drivers/mmc/host/tifm_sd.c
11955 F:      include/linux/tifm.h
11956
11957 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11958 M:      Santosh Shilimkar <ssantosh@kernel.org>
11959 L:      linux-kernel@vger.kernel.org
11960 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11961 S:      Maintained
11962 F:      drivers/soc/ti/*
11963 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11964
11965
11966 TI LM49xxx FAMILY ASoC CODEC DRIVERS
11967 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
11968 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
11969 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11970 S:      Maintained
11971 F:      sound/soc/codecs/lm49453*
11972 F:      sound/soc/codecs/isabelle*
11973
11974 TI LP855x BACKLIGHT DRIVER
11975 M:      Milo Kim <milo.kim@ti.com>
11976 S:      Maintained
11977 F:      Documentation/backlight/lp855x-driver.txt
11978 F:      drivers/video/backlight/lp855x_bl.c
11979 F:      include/linux/platform_data/lp855x.h
11980
11981 TI LP8727 CHARGER DRIVER
11982 M:      Milo Kim <milo.kim@ti.com>
11983 S:      Maintained
11984 F:      drivers/power/supply/lp8727_charger.c
11985 F:      include/linux/platform_data/lp8727.h
11986
11987 TI LP8788 MFD DRIVER
11988 M:      Milo Kim <milo.kim@ti.com>
11989 S:      Maintained
11990 F:      drivers/iio/adc/lp8788_adc.c
11991 F:      drivers/leds/leds-lp8788.c
11992 F:      drivers/mfd/lp8788*.c
11993 F:      drivers/power/supply/lp8788-charger.c
11994 F:      drivers/regulator/lp8788-*.c
11995 F:      include/linux/mfd/lp8788*.h
11996
11997 TI NETCP ETHERNET DRIVER
11998 M:      Wingman Kwok <w-kwok2@ti.com>
11999 M:      Murali Karicheri <m-karicheri2@ti.com>
12000 L:      netdev@vger.kernel.org
12001 S:      Maintained
12002 F:      drivers/net/ethernet/ti/netcp*
12003
12004 TI TAS571X FAMILY ASoC CODEC DRIVER
12005 M:      Kevin Cernekee <cernekee@chromium.org>
12006 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12007 S:      Odd Fixes
12008 F:      sound/soc/codecs/tas571x*
12009
12010 TI TWL4030 SERIES SOC CODEC DRIVER
12011 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
12012 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12013 S:      Maintained
12014 F:      sound/soc/codecs/twl4030*
12015
12016 TI WILINK WIRELESS DRIVERS
12017 L:      linux-wireless@vger.kernel.org
12018 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
12019 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
12020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12021 S:      Orphan
12022 F:      drivers/net/wireless/ti/
12023 F:      include/linux/wl12xx.h
12024
12025 TIPC NETWORK LAYER
12026 M:      Jon Maloy <jon.maloy@ericsson.com>
12027 M:      Ying Xue <ying.xue@windriver.com>
12028 L:      netdev@vger.kernel.org (core kernel code)
12029 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
12030 W:      http://tipc.sourceforge.net/
12031 S:      Maintained
12032 F:      include/uapi/linux/tipc*.h
12033 F:      net/tipc/
12034
12035 TILE ARCHITECTURE
12036 M:      Chris Metcalf <cmetcalf@mellanox.com>
12037 W:      http://www.mellanox.com/repository/solutions/tile-scm/
12038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12039 S:      Supported
12040 F:      arch/tile/
12041 F:      drivers/char/tile-srom.c
12042 F:      drivers/edac/tile_edac.c
12043 F:      drivers/net/ethernet/tile/
12044 F:      drivers/rtc/rtc-tile.c
12045 F:      drivers/tty/hvc/hvc_tile.c
12046 F:      drivers/tty/serial/tilegx.c
12047 F:      drivers/usb/host/*-tilegx.c
12048 F:      include/linux/usb/tilegx.h
12049
12050 TLAN NETWORK DRIVER
12051 M:      Samuel Chessman <chessman@tux.org>
12052 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
12053 W:      http://sourceforge.net/projects/tlan/
12054 S:      Maintained
12055 F:      Documentation/networking/tlan.txt
12056 F:      drivers/net/ethernet/ti/tlan.*
12057
12058 TOMOYO SECURITY MODULE
12059 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
12060 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
12061 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
12062 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
12063 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
12064 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
12065 W:      http://tomoyo.sourceforge.jp/
12066 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12067 S:      Maintained
12068 F:      security/tomoyo/
12069
12070 TOPSTAR LAPTOP EXTRAS DRIVER
12071 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
12072 L:      platform-driver-x86@vger.kernel.org
12073 S:      Maintained
12074 F:      drivers/platform/x86/topstar-laptop.c
12075
12076 TOSHIBA ACPI EXTRAS DRIVER
12077 M:      Azael Avalos <coproscefalo@gmail.com>
12078 L:      platform-driver-x86@vger.kernel.org
12079 S:      Maintained
12080 F:      drivers/platform/x86/toshiba_acpi.c
12081
12082 TOSHIBA BLUETOOTH DRIVER
12083 M:      Azael Avalos <coproscefalo@gmail.com>
12084 L:      platform-driver-x86@vger.kernel.org
12085 S:      Maintained
12086 F:      drivers/platform/x86/toshiba_bluetooth.c
12087
12088 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12089 M:      Azael Avalos <coproscefalo@gmail.com>
12090 L:      platform-driver-x86@vger.kernel.org
12091 S:      Maintained
12092 F:      drivers/platform/x86/toshiba_haps.c
12093
12094 TOSHIBA WMI HOTKEYS DRIVER
12095 M:      Azael Avalos <coproscefalo@gmail.com>
12096 L:      platform-driver-x86@vger.kernel.org
12097 S:      Maintained
12098 F:      drivers/platform/x86/toshiba-wmi.c
12099
12100 TOSHIBA SMM DRIVER
12101 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
12102 W:      http://www.buzzard.org.uk/toshiba/
12103 S:      Maintained
12104 F:      drivers/char/toshiba.c
12105 F:      include/linux/toshiba.h
12106 F:      include/uapi/linux/toshiba.h
12107
12108 TOSHIBA TC358743 DRIVER
12109 M:      Mats Randgaard <matrandg@cisco.com>
12110 L:      linux-media@vger.kernel.org
12111 S:      Maintained
12112 F:      drivers/media/i2c/tc358743*
12113 F:      include/media/i2c/tc358743.h
12114
12115 TMIO/SDHI MMC DRIVER
12116 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
12117 L:      linux-mmc@vger.kernel.org
12118 S:      Supported
12119 F:      drivers/mmc/host/tmio_mmc*
12120 F:      drivers/mmc/host/sh_mobile_sdhi.c
12121 F:      include/linux/mfd/tmio.h
12122
12123 TMP401 HARDWARE MONITOR DRIVER
12124 M:      Guenter Roeck <linux@roeck-us.net>
12125 L:      linux-hwmon@vger.kernel.org
12126 S:      Maintained
12127 F:      Documentation/hwmon/tmp401
12128 F:      drivers/hwmon/tmp401.c
12129
12130 TMPFS (SHMEM FILESYSTEM)
12131 M:      Hugh Dickins <hughd@google.com>
12132 L:      linux-mm@kvack.org
12133 S:      Maintained
12134 F:      include/linux/shmem_fs.h
12135 F:      mm/shmem.c
12136
12137 TM6000 VIDEO4LINUX DRIVER
12138 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12139 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12140 L:      linux-media@vger.kernel.org
12141 W:      https://linuxtv.org
12142 T:      git git://linuxtv.org/media_tree.git
12143 S:      Odd fixes
12144 F:      drivers/media/usb/tm6000/
12145 F:      Documentation/media/v4l-drivers/tm6000*
12146
12147 TW5864 VIDEO4LINUX DRIVER
12148 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12149 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12150 M:      Andrey Utkin <andrey_utkin@fastmail.com>
12151 L:      linux-media@vger.kernel.org
12152 S:      Supported
12153 F:      drivers/media/pci/tw5864/
12154
12155 TW68 VIDEO4LINUX DRIVER
12156 M:      Hans Verkuil <hverkuil@xs4all.nl>
12157 L:      linux-media@vger.kernel.org
12158 T:      git git://linuxtv.org/media_tree.git
12159 W:      https://linuxtv.org
12160 S:      Odd Fixes
12161 F:      drivers/media/pci/tw68/
12162
12163 TW686X VIDEO4LINUX DRIVER
12164 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12165 L:      linux-media@vger.kernel.org
12166 T:      git git://linuxtv.org/media_tree.git
12167 W:      http://linuxtv.org
12168 S:      Maintained
12169 F:      drivers/media/pci/tw686x/
12170
12171 TPM DEVICE DRIVER
12172 M:      Peter Huewe <peterhuewe@gmx.de>
12173 M:      Marcel Selhorst <tpmdd@selhorst.net>
12174 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
12175 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
12176 W:      http://tpmdd.sourceforge.net
12177 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12178 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
12179 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
12180 S:      Maintained
12181 F:      drivers/char/tpm/
12182
12183 TPM IBM_VTPM DEVICE DRIVER
12184 M:      Ashley Lai <ashleydlai@gmail.com>
12185 W:      http://tpmdd.sourceforge.net
12186 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12187 S:      Maintained
12188 F:      drivers/char/tpm/tpm_ibmvtpm*
12189
12190 TRACING
12191 M:      Steven Rostedt <rostedt@goodmis.org>
12192 M:      Ingo Molnar <mingo@redhat.com>
12193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12194 S:      Maintained
12195 F:      Documentation/trace/ftrace.txt
12196 F:      arch/*/*/*/ftrace.h
12197 F:      arch/*/kernel/ftrace.c
12198 F:      include/*/ftrace.h
12199 F:      include/linux/trace*.h
12200 F:      include/trace/
12201 F:      kernel/trace/
12202 F:      tools/testing/selftests/ftrace/
12203
12204 TRACING MMIO ACCESSES (MMIOTRACE)
12205 M:      Steven Rostedt <rostedt@goodmis.org>
12206 M:      Ingo Molnar <mingo@kernel.org>
12207 R:      Karol Herbst <karolherbst@gmail.com>
12208 R:      Pekka Paalanen <ppaalanen@gmail.com>
12209 S:      Maintained
12210 L:      linux-kernel@vger.kernel.org
12211 L:      nouveau@lists.freedesktop.org
12212 F:      kernel/trace/trace_mmiotrace.c
12213 F:      include/linux/mmiotrace.h
12214 F:      arch/x86/mm/kmmio.c
12215 F:      arch/x86/mm/mmio-mod.c
12216 F:      arch/x86/mm/testmmiotrace.c
12217
12218 TRIVIAL PATCHES
12219 M:      Jiri Kosina <trivial@kernel.org>
12220 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12221 S:      Maintained
12222 K:      ^Subject:.*(?i)trivial
12223
12224 TTY LAYER
12225 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12226 M:      Jiri Slaby <jslaby@suse.com>
12227 S:      Supported
12228 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12229 F:      Documentation/serial/
12230 F:      drivers/tty/
12231 F:      drivers/tty/serial/serial_core.c
12232 F:      include/linux/serial_core.h
12233 F:      include/linux/serial.h
12234 F:      include/linux/tty.h
12235 F:      include/uapi/linux/serial_core.h
12236 F:      include/uapi/linux/serial.h
12237 F:      include/uapi/linux/tty.h
12238
12239 TUA9001 MEDIA DRIVER
12240 M:      Antti Palosaari <crope@iki.fi>
12241 L:      linux-media@vger.kernel.org
12242 W:      https://linuxtv.org
12243 W:      http://palosaari.fi/linux/
12244 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12245 T:      git git://linuxtv.org/anttip/media_tree.git
12246 S:      Maintained
12247 F:      drivers/media/tuners/tua9001*
12248
12249 TULIP NETWORK DRIVERS
12250 L:      netdev@vger.kernel.org
12251 L:      linux-parisc@vger.kernel.org
12252 S:      Orphan
12253 F:      drivers/net/ethernet/dec/tulip/
12254
12255 TUN/TAP driver
12256 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
12257 W:      http://vtun.sourceforge.net/tun
12258 S:      Maintained
12259 F:      Documentation/networking/tuntap.txt
12260 F:      arch/um/os-Linux/drivers/
12261
12262 TURBOCHANNEL SUBSYSTEM
12263 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12264 M:      Ralf Baechle <ralf@linux-mips.org>
12265 L:      linux-mips@linux-mips.org
12266 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
12267 S:      Maintained
12268 F:      drivers/tc/
12269 F:      include/linux/tc.h
12270
12271 UBI FILE SYSTEM (UBIFS)
12272 M:      Richard Weinberger <richard@nod.at>
12273 M:      Artem Bityutskiy <dedekind1@gmail.com>
12274 M:      Adrian Hunter <adrian.hunter@intel.com>
12275 L:      linux-mtd@lists.infradead.org
12276 T:      git git://git.infradead.org/ubifs-2.6.git
12277 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
12278 S:      Supported
12279 F:      Documentation/filesystems/ubifs.txt
12280 F:      fs/ubifs/
12281
12282 UCLINUX (M68KNOMMU AND COLDFIRE)
12283 M:      Greg Ungerer <gerg@linux-m68k.org>
12284 W:      http://www.linux-m68k.org/
12285 W:      http://www.uclinux.org/
12286 L:      linux-m68k@lists.linux-m68k.org
12287 L:      uclinux-dev@uclinux.org  (subscribers-only)
12288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12289 S:      Maintained
12290 F:      arch/m68k/coldfire/
12291 F:      arch/m68k/68*/
12292 F:      arch/m68k/*/*_no.*
12293 F:      arch/m68k/include/asm/*_no.*
12294
12295 UDF FILESYSTEM
12296 M:      Jan Kara <jack@suse.com>
12297 S:      Maintained
12298 F:      Documentation/filesystems/udf.txt
12299 F:      fs/udf/
12300
12301 UFS FILESYSTEM
12302 M:      Evgeniy Dushistov <dushistov@mail.ru>
12303 S:      Maintained
12304 F:      Documentation/filesystems/ufs.txt
12305 F:      fs/ufs/
12306
12307 UHID USERSPACE HID IO DRIVER:
12308 M:      David Herrmann <dh.herrmann@googlemail.com>
12309 L:      linux-input@vger.kernel.org
12310 S:      Maintained
12311 F:      drivers/hid/uhid.c
12312 F:      include/uapi/linux/uhid.h
12313
12314 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12315 L:      linux-usb@vger.kernel.org
12316 S:      Orphan
12317 F:      drivers/uwb/
12318 F:      include/linux/uwb.h
12319 F:      include/linux/uwb/
12320
12321 UNICORE32 ARCHITECTURE:
12322 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
12323 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
12324 S:      Maintained
12325 T:      git git://github.com/gxt/linux.git
12326 F:      arch/unicore32/
12327
12328 UNIFDEF
12329 M:      Tony Finch <dot@dotat.at>
12330 W:      http://dotat.at/prog/unifdef
12331 S:      Maintained
12332 F:      scripts/unifdef.c
12333
12334 UNIFORM CDROM DRIVER
12335 M:      Jens Axboe <axboe@kernel.dk>
12336 W:      http://www.kernel.dk
12337 S:      Maintained
12338 F:      Documentation/cdrom/
12339 F:      drivers/cdrom/cdrom.c
12340 F:      include/linux/cdrom.h
12341 F:      include/uapi/linux/cdrom.h
12342
12343 UNISYS S-PAR DRIVERS
12344 M:      David Kershner <david.kershner@unisys.com>
12345 L:      sparmaintainer@unisys.com (Unisys internal)
12346 S:      Supported
12347 F:      drivers/staging/unisys/
12348
12349 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12350 M:      Vinayak Holikatti <vinholikatti@gmail.com>
12351 L:      linux-scsi@vger.kernel.org
12352 S:      Supported
12353 F:      Documentation/scsi/ufs.txt
12354 F:      drivers/scsi/ufs/
12355
12356 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12357 M:      Joao Pinto <Joao.Pinto@synopsys.com>
12358 L:      linux-scsi@vger.kernel.org
12359 S:      Supported
12360 F:      drivers/scsi/ufs/*dwc*
12361
12362 UNSORTED BLOCK IMAGES (UBI)
12363 M:      Artem Bityutskiy <dedekind1@gmail.com>
12364 M:      Richard Weinberger <richard@nod.at>
12365 W:      http://www.linux-mtd.infradead.org/
12366 L:      linux-mtd@lists.infradead.org
12367 T:      git git://git.infradead.org/ubifs-2.6.git
12368 S:      Supported
12369 F:      drivers/mtd/ubi/
12370 F:      include/linux/mtd/ubi.h
12371 F:      include/uapi/mtd/ubi-user.h
12372
12373 USB ACM DRIVER
12374 M:      Oliver Neukum <oneukum@suse.com>
12375 L:      linux-usb@vger.kernel.org
12376 S:      Maintained
12377 F:      Documentation/usb/acm.txt
12378 F:      drivers/usb/class/cdc-acm.*
12379
12380 USB AR5523 WIRELESS DRIVER
12381 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
12382 L:      linux-wireless@vger.kernel.org
12383 S:      Maintained
12384 F:      drivers/net/wireless/ath/ar5523/
12385
12386 USB ATTACHED SCSI
12387 M:      Oliver Neukum <oneukum@suse.com>
12388 L:      linux-usb@vger.kernel.org
12389 L:      linux-scsi@vger.kernel.org
12390 S:      Maintained
12391 F:      drivers/usb/storage/uas.c
12392
12393 USB CDC ETHERNET DRIVER
12394 M:      Oliver Neukum <oliver@neukum.org>
12395 L:      linux-usb@vger.kernel.org
12396 S:      Maintained
12397 F:      drivers/net/usb/cdc_*.c
12398 F:      include/uapi/linux/usb/cdc.h
12399
12400 USB CHAOSKEY DRIVER
12401 M:      Keith Packard <keithp@keithp.com>
12402 L:      linux-usb@vger.kernel.org
12403 S:      Maintained
12404 F:      drivers/usb/misc/chaoskey.c
12405
12406 USB CYPRESS C67X00 DRIVER
12407 M:      Peter Korsgaard <jacmet@sunsite.dk>
12408 L:      linux-usb@vger.kernel.org
12409 S:      Maintained
12410 F:      drivers/usb/c67x00/
12411
12412 USB DAVICOM DM9601 DRIVER
12413 M:      Peter Korsgaard <jacmet@sunsite.dk>
12414 L:      netdev@vger.kernel.org
12415 W:      http://www.linux-usb.org/usbnet
12416 S:      Maintained
12417 F:      drivers/net/usb/dm9601.c
12418
12419 USB DIAMOND RIO500 DRIVER
12420 M:      Cesar Miquel <miquel@df.uba.ar>
12421 L:      rio500-users@lists.sourceforge.net
12422 W:      http://rio500.sourceforge.net
12423 S:      Maintained
12424 F:      drivers/usb/misc/rio500*
12425
12426 USB EHCI DRIVER
12427 M:      Alan Stern <stern@rowland.harvard.edu>
12428 L:      linux-usb@vger.kernel.org
12429 S:      Maintained
12430 F:      Documentation/usb/ehci.txt
12431 F:      drivers/usb/host/ehci*
12432
12433 USB GADGET/PERIPHERAL SUBSYSTEM
12434 M:      Felipe Balbi <balbi@kernel.org>
12435 L:      linux-usb@vger.kernel.org
12436 W:      http://www.linux-usb.org/gadget
12437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12438 S:      Maintained
12439 F:      drivers/usb/gadget/
12440 F:      include/linux/usb/gadget*
12441
12442 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12443 M:      Jiri Kosina <jikos@kernel.org>
12444 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
12445 L:      linux-usb@vger.kernel.org
12446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12447 S:      Maintained
12448 F:      Documentation/hid/hiddev.txt
12449 F:      drivers/hid/usbhid/
12450
12451 USB ISP116X DRIVER
12452 M:      Olav Kongas <ok@artecdesign.ee>
12453 L:      linux-usb@vger.kernel.org
12454 S:      Maintained
12455 F:      drivers/usb/host/isp116x*
12456 F:      include/linux/usb/isp116x.h
12457
12458 USB LAN78XX ETHERNET DRIVER
12459 M:      Woojung Huh <woojung.huh@microchip.com>
12460 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12461 L:      netdev@vger.kernel.org
12462 S:      Maintained
12463 F:      drivers/net/usb/lan78xx.*
12464
12465 USB MASS STORAGE DRIVER
12466 M:      Alan Stern <stern@rowland.harvard.edu>
12467 L:      linux-usb@vger.kernel.org
12468 L:      usb-storage@lists.one-eyed-alien.net
12469 S:      Maintained
12470 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
12471 F:      drivers/usb/storage/
12472
12473 USB MIDI DRIVER
12474 M:      Clemens Ladisch <clemens@ladisch.de>
12475 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12476 T:      git git://git.alsa-project.org/alsa-kernel.git
12477 S:      Maintained
12478 F:      sound/usb/midi.*
12479
12480 USB NETWORKING DRIVERS
12481 L:      linux-usb@vger.kernel.org
12482 S:      Odd Fixes
12483 F:      drivers/net/usb/
12484
12485 USB OHCI DRIVER
12486 M:      Alan Stern <stern@rowland.harvard.edu>
12487 L:      linux-usb@vger.kernel.org
12488 S:      Maintained
12489 F:      Documentation/usb/ohci.txt
12490 F:      drivers/usb/host/ohci*
12491
12492 USB OTG FSM (Finite State Machine)
12493 M:      Peter Chen <Peter.Chen@nxp.com>
12494 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12495 L:      linux-usb@vger.kernel.org
12496 S:      Maintained
12497 F:      drivers/usb/common/usb-otg-fsm.c
12498
12499 USB OVER IP DRIVER
12500 M:      Valentina Manea <valentina.manea.m@gmail.com>
12501 M:      Shuah Khan <shuahkh@osg.samsung.com>
12502 M:      Shuah Khan <shuah@kernel.org>
12503 L:      linux-usb@vger.kernel.org
12504 S:      Maintained
12505 F:      Documentation/usb/usbip_protocol.txt
12506 F:      drivers/usb/usbip/
12507 F:      tools/usb/usbip/
12508
12509 USB PEGASUS DRIVER
12510 M:      Petko Manolov <petkan@nucleusys.com>
12511 L:      linux-usb@vger.kernel.org
12512 L:      netdev@vger.kernel.org
12513 T:      git git://github.com/petkan/pegasus.git
12514 W:      https://github.com/petkan/pegasus
12515 S:      Maintained
12516 F:      drivers/net/usb/pegasus.*
12517
12518 USB PHY LAYER
12519 M:      Felipe Balbi <balbi@kernel.org>
12520 L:      linux-usb@vger.kernel.org
12521 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12522 S:      Maintained
12523 F:      drivers/usb/phy/
12524
12525 USB PRINTER DRIVER (usblp)
12526 M:      Pete Zaitcev <zaitcev@redhat.com>
12527 L:      linux-usb@vger.kernel.org
12528 S:      Supported
12529 F:      drivers/usb/class/usblp.c
12530
12531 USB QMI WWAN NETWORK DRIVER
12532 M:      Bjørn Mork <bjorn@mork.no>
12533 L:      netdev@vger.kernel.org
12534 S:      Maintained
12535 F:      Documentation/ABI/testing/sysfs-class-net-qmi
12536 F:      drivers/net/usb/qmi_wwan.c
12537
12538 USB RTL8150 DRIVER
12539 M:      Petko Manolov <petkan@nucleusys.com>
12540 L:      linux-usb@vger.kernel.org
12541 L:      netdev@vger.kernel.org
12542 T:      git git://github.com/petkan/rtl8150.git
12543 W:      https://github.com/petkan/rtl8150
12544 S:      Maintained
12545 F:      drivers/net/usb/rtl8150.c
12546
12547 USB SERIAL SUBSYSTEM
12548 M:      Johan Hovold <johan@kernel.org>
12549 L:      linux-usb@vger.kernel.org
12550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
12551 S:      Maintained
12552 F:      Documentation/usb/usb-serial.txt
12553 F:      drivers/usb/serial/
12554 F:      include/linux/usb/serial.h
12555
12556 USB SMSC75XX ETHERNET DRIVER
12557 M:      Steve Glendinning <steve.glendinning@shawell.net>
12558 L:      netdev@vger.kernel.org
12559 S:      Maintained
12560 F:      drivers/net/usb/smsc75xx.*
12561
12562 USB SMSC95XX ETHERNET DRIVER
12563 M:      Steve Glendinning <steve.glendinning@shawell.net>
12564 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12565 L:      netdev@vger.kernel.org
12566 S:      Maintained
12567 F:      drivers/net/usb/smsc95xx.*
12568
12569 USB SUBSYSTEM
12570 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12571 L:      linux-usb@vger.kernel.org
12572 W:      http://www.linux-usb.org
12573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12574 S:      Supported
12575 F:      Documentation/devicetree/bindings/usb/
12576 F:      Documentation/usb/
12577 F:      drivers/usb/
12578 F:      include/linux/usb.h
12579 F:      include/linux/usb/
12580
12581 USB UHCI DRIVER
12582 M:      Alan Stern <stern@rowland.harvard.edu>
12583 L:      linux-usb@vger.kernel.org
12584 S:      Maintained
12585 F:      drivers/usb/host/uhci*
12586
12587 USB "USBNET" DRIVER FRAMEWORK
12588 M:      Oliver Neukum <oneukum@suse.com>
12589 L:      netdev@vger.kernel.org
12590 W:      http://www.linux-usb.org/usbnet
12591 S:      Maintained
12592 F:      drivers/net/usb/usbnet.c
12593 F:      include/linux/usb/usbnet.h
12594
12595 USB VIDEO CLASS
12596 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12597 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12598 L:      linux-media@vger.kernel.org
12599 T:      git git://linuxtv.org/media_tree.git
12600 W:      http://www.ideasonboard.org/uvc/
12601 S:      Maintained
12602 F:      drivers/media/usb/uvc/
12603 F:      include/uapi/linux/uvcvideo.h
12604
12605 USB VISION DRIVER
12606 M:      Hans Verkuil <hverkuil@xs4all.nl>
12607 L:      linux-media@vger.kernel.org
12608 T:      git git://linuxtv.org/media_tree.git
12609 W:      https://linuxtv.org
12610 S:      Odd Fixes
12611 F:      drivers/media/usb/usbvision/
12612
12613 USB WEBCAM GADGET
12614 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12615 L:      linux-usb@vger.kernel.org
12616 S:      Maintained
12617 F:      drivers/usb/gadget/function/*uvc*
12618 F:      drivers/usb/gadget/legacy/webcam.c
12619
12620 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12621 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
12622 L:      linux-wireless@vger.kernel.org
12623 S:      Maintained
12624 F:      drivers/net/wireless/rndis_wlan.c
12625
12626 USB XHCI DRIVER
12627 M:      Mathias Nyman <mathias.nyman@intel.com>
12628 L:      linux-usb@vger.kernel.org
12629 S:      Supported
12630 F:      drivers/usb/host/xhci*
12631 F:      drivers/usb/host/pci-quirks*
12632
12633 USB ZD1201 DRIVER
12634 L:      linux-wireless@vger.kernel.org
12635 W:      http://linux-lc100020.sourceforge.net
12636 S:      Orphan
12637 F:      drivers/net/wireless/zydas/zd1201.*
12638
12639 USB ZR364XX DRIVER
12640 M:      Antoine Jacquet <royale@zerezo.com>
12641 L:      linux-usb@vger.kernel.org
12642 L:      linux-media@vger.kernel.org
12643 T:      git git://linuxtv.org/media_tree.git
12644 W:      http://royale.zerezo.com/zr364xx/
12645 S:      Maintained
12646 F:      Documentation/media/v4l-drivers/zr364xx*
12647 F:      drivers/media/usb/zr364xx/
12648
12649 ULPI BUS
12650 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
12651 L:      linux-usb@vger.kernel.org
12652 S:      Maintained
12653 F:      drivers/usb/common/ulpi.c
12654 F:      include/linux/ulpi/
12655
12656 USER-MODE LINUX (UML)
12657 M:      Jeff Dike <jdike@addtoit.com>
12658 M:      Richard Weinberger <richard@nod.at>
12659 L:      user-mode-linux-devel@lists.sourceforge.net
12660 L:      user-mode-linux-user@lists.sourceforge.net
12661 W:      http://user-mode-linux.sourceforge.net
12662 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12663 S:      Maintained
12664 F:      Documentation/virtual/uml/
12665 F:      arch/um/
12666 F:      arch/x86/um/
12667 F:      fs/hostfs/
12668 F:      fs/hppfs/
12669
12670 USERSPACE I/O (UIO)
12671 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12672 S:      Maintained
12673 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12674 F:      Documentation/DocBook/uio-howto.tmpl
12675 F:      drivers/uio/
12676 F:      include/linux/uio*.h
12677
12678 UTIL-LINUX PACKAGE
12679 M:      Karel Zak <kzak@redhat.com>
12680 L:      util-linux@vger.kernel.org
12681 W:      http://en.wikipedia.org/wiki/Util-linux
12682 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12683 S:      Maintained
12684
12685 UVESAFB DRIVER
12686 M:      Michal Januszewski <spock@gentoo.org>
12687 L:      linux-fbdev@vger.kernel.org
12688 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
12689 S:      Maintained
12690 F:      Documentation/fb/uvesafb.txt
12691 F:      drivers/video/fbdev/uvesafb.*
12692
12693 VF610 NAND DRIVER
12694 M:      Stefan Agner <stefan@agner.ch>
12695 L:      linux-mtd@lists.infradead.org
12696 S:      Supported
12697 F:      drivers/mtd/nand/vf610_nfc.c
12698
12699 VFAT/FAT/MSDOS FILESYSTEM
12700 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
12701 S:      Maintained
12702 F:      Documentation/filesystems/vfat.txt
12703 F:      fs/fat/
12704
12705 VFIO DRIVER
12706 M:      Alex Williamson <alex.williamson@redhat.com>
12707 L:      kvm@vger.kernel.org
12708 T:      git git://github.com/awilliam/linux-vfio.git
12709 S:      Maintained
12710 F:      Documentation/vfio.txt
12711 F:      drivers/vfio/
12712 F:      include/linux/vfio.h
12713 F:      include/uapi/linux/vfio.h
12714
12715 VFIO PLATFORM DRIVER
12716 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
12717 L:      kvm@vger.kernel.org
12718 S:      Maintained
12719 F:      drivers/vfio/platform/
12720
12721 VIDEOBUF2 FRAMEWORK
12722 M:      Pawel Osciak <pawel@osciak.com>
12723 M:      Marek Szyprowski <m.szyprowski@samsung.com>
12724 M:      Kyungmin Park <kyungmin.park@samsung.com>
12725 L:      linux-media@vger.kernel.org
12726 S:      Maintained
12727 F:      drivers/media/v4l2-core/videobuf2-*
12728 F:      include/media/videobuf2-*
12729
12730 VIRTIO AND VHOST VSOCK DRIVER
12731 M:      Stefan Hajnoczi <stefanha@redhat.com>
12732 L:      kvm@vger.kernel.org
12733 L:      virtualization@lists.linux-foundation.org
12734 L:      netdev@vger.kernel.org
12735 S:      Maintained
12736 F:      include/linux/virtio_vsock.h
12737 F:      include/uapi/linux/virtio_vsock.h
12738 F:      net/vmw_vsock/virtio_transport_common.c
12739 F:      net/vmw_vsock/virtio_transport.c
12740 F:      drivers/vhost/vsock.c
12741 F:      drivers/vhost/vsock.h
12742
12743 VIRTUAL SERIO DEVICE DRIVER
12744 M:      Stephen Chandler Paul <thatslyude@gmail.com>
12745 S:      Maintained
12746 F:      drivers/input/serio/userio.c
12747 F:      include/uapi/linux/userio.h
12748
12749 VIRTIO CONSOLE DRIVER
12750 M:      Amit Shah <amit.shah@redhat.com>
12751 L:      virtualization@lists.linux-foundation.org
12752 S:      Maintained
12753 F:      drivers/char/virtio_console.c
12754 F:      include/linux/virtio_console.h
12755 F:      include/uapi/linux/virtio_console.h
12756
12757 VIRTIO CORE, NET AND BLOCK DRIVERS
12758 M:      "Michael S. Tsirkin" <mst@redhat.com>
12759 L:      virtualization@lists.linux-foundation.org
12760 S:      Maintained
12761 F:      Documentation/devicetree/bindings/virtio/
12762 F:      drivers/virtio/
12763 F:      tools/virtio/
12764 F:      drivers/net/virtio_net.c
12765 F:      drivers/block/virtio_blk.c
12766 F:      include/linux/virtio_*.h
12767 F:      include/uapi/linux/virtio_*.h
12768
12769 VIRTIO DRIVERS FOR S390
12770 M:      Christian Borntraeger <borntraeger@de.ibm.com>
12771 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
12772 L:      linux-s390@vger.kernel.org
12773 L:      virtualization@lists.linux-foundation.org
12774 L:      kvm@vger.kernel.org
12775 S:      Supported
12776 F:      drivers/s390/virtio/
12777
12778 VIRTIO GPU DRIVER
12779 M:      David Airlie <airlied@linux.ie>
12780 M:      Gerd Hoffmann <kraxel@redhat.com>
12781 L:      dri-devel@lists.freedesktop.org
12782 L:      virtualization@lists.linux-foundation.org
12783 S:      Maintained
12784 F:      drivers/gpu/drm/virtio/
12785 F:      include/uapi/linux/virtio_gpu.h
12786
12787 VIRTIO HOST (VHOST)
12788 M:      "Michael S. Tsirkin" <mst@redhat.com>
12789 L:      kvm@vger.kernel.org
12790 L:      virtualization@lists.linux-foundation.org
12791 L:      netdev@vger.kernel.org
12792 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12793 S:      Maintained
12794 F:      drivers/vhost/
12795 F:      include/uapi/linux/vhost.h
12796
12797 VIRTIO INPUT DRIVER
12798 M:      Gerd Hoffmann <kraxel@redhat.com>
12799 S:      Maintained
12800 F:      drivers/virtio/virtio_input.c
12801 F:      include/uapi/linux/virtio_input.h
12802
12803 VIA RHINE NETWORK DRIVER
12804 S:      Orphan
12805 F:      drivers/net/ethernet/via/via-rhine.c
12806
12807 VIA SD/MMC CARD CONTROLLER DRIVER
12808 M:      Bruce Chang <brucechang@via.com.tw>
12809 M:      Harald Welte <HaraldWelte@viatech.com>
12810 S:      Maintained
12811 F:      drivers/mmc/host/via-sdmmc.c
12812
12813 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12814 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
12815 L:      linux-fbdev@vger.kernel.org
12816 S:      Maintained
12817 F:      include/linux/via-core.h
12818 F:      include/linux/via-gpio.h
12819 F:      include/linux/via_i2c.h
12820 F:      drivers/video/fbdev/via/
12821
12822 VIA VELOCITY NETWORK DRIVER
12823 M:      Francois Romieu <romieu@fr.zoreil.com>
12824 L:      netdev@vger.kernel.org
12825 S:      Maintained
12826 F:      drivers/net/ethernet/via/via-velocity.*
12827
12828 VIRT LIB
12829 M:      Alex Williamson <alex.williamson@redhat.com>
12830 M:      Paolo Bonzini <pbonzini@redhat.com>
12831 L:      kvm@vger.kernel.org
12832 S:      Supported
12833 F:      virt/lib/
12834
12835 VIVID VIRTUAL VIDEO DRIVER
12836 M:      Hans Verkuil <hverkuil@xs4all.nl>
12837 L:      linux-media@vger.kernel.org
12838 T:      git git://linuxtv.org/media_tree.git
12839 W:      https://linuxtv.org
12840 S:      Maintained
12841 F:      drivers/media/platform/vivid/*
12842
12843 VLAN (802.1Q)
12844 M:      Patrick McHardy <kaber@trash.net>
12845 L:      netdev@vger.kernel.org
12846 S:      Maintained
12847 F:      drivers/net/macvlan.c
12848 F:      include/linux/if_*vlan.h
12849 F:      net/8021q/
12850
12851 VLYNQ BUS
12852 M:      Florian Fainelli <f.fainelli@gmail.com>
12853 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
12854 S:      Maintained
12855 F:      drivers/vlynq/vlynq.c
12856 F:      include/linux/vlynq.h
12857
12858 VME SUBSYSTEM
12859 M:      Martyn Welch <martyn@welchs.me.uk>
12860 M:      Manohar Vanga <manohar.vanga@gmail.com>
12861 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12862 L:      devel@driverdev.osuosl.org
12863 S:      Maintained
12864 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12865 F:      Documentation/vme_api.txt
12866 F:      drivers/staging/vme/
12867 F:      drivers/vme/
12868 F:      include/linux/vme*
12869
12870 VMWARE HYPERVISOR INTERFACE
12871 M:      Alok Kataria <akataria@vmware.com>
12872 L:      virtualization@lists.linux-foundation.org
12873 S:      Supported
12874 F:      arch/x86/kernel/cpu/vmware.c
12875
12876 VMWARE BALLOON DRIVER
12877 M:      Xavier Deguillard <xdeguillard@vmware.com>
12878 M:      Philip Moltmann <moltmann@vmware.com>
12879 M:      "VMware, Inc." <pv-drivers@vmware.com>
12880 L:      linux-kernel@vger.kernel.org
12881 S:      Maintained
12882 F:      drivers/misc/vmw_balloon.c
12883
12884 VMWARE VMMOUSE SUBDRIVER
12885 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12886 M:      "VMware, Inc." <pv-drivers@vmware.com>
12887 L:      linux-input@vger.kernel.org
12888 S:      Maintained
12889 F:      drivers/input/mouse/vmmouse.c
12890 F:      drivers/input/mouse/vmmouse.h
12891
12892 VMWARE VMXNET3 ETHERNET DRIVER
12893 M:      Shrikrishna Khare <skhare@vmware.com>
12894 M:      "VMware, Inc." <pv-drivers@vmware.com>
12895 L:      netdev@vger.kernel.org
12896 S:      Maintained
12897 F:      drivers/net/vmxnet3/
12898
12899 VMware PVSCSI driver
12900 M:      Jim Gill <jgill@vmware.com>
12901 M:      VMware PV-Drivers <pv-drivers@vmware.com>
12902 L:      linux-scsi@vger.kernel.org
12903 S:      Maintained
12904 F:      drivers/scsi/vmw_pvscsi.c
12905 F:      drivers/scsi/vmw_pvscsi.h
12906
12907 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12908 M:      Liam Girdwood <lgirdwood@gmail.com>
12909 M:      Mark Brown <broonie@kernel.org>
12910 L:      linux-kernel@vger.kernel.org
12911 W:      http://www.slimlogic.co.uk/?p=48
12912 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12913 S:      Supported
12914 F:      Documentation/devicetree/bindings/regulator/
12915 F:      drivers/regulator/
12916 F:      include/dt-bindings/regulator/
12917 F:      include/linux/regulator/
12918
12919 VRF
12920 M:      David Ahern <dsa@cumulusnetworks.com>
12921 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
12922 L:      netdev@vger.kernel.org
12923 S:      Maintained
12924 F:      drivers/net/vrf.c
12925 F:      Documentation/networking/vrf.txt
12926
12927 VT1211 HARDWARE MONITOR DRIVER
12928 M:      Juerg Haefliger <juergh@gmail.com>
12929 L:      linux-hwmon@vger.kernel.org
12930 S:      Maintained
12931 F:      Documentation/hwmon/vt1211
12932 F:      drivers/hwmon/vt1211.c
12933
12934 VT8231 HARDWARE MONITOR DRIVER
12935 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
12936 L:      linux-hwmon@vger.kernel.org
12937 S:      Maintained
12938 F:      drivers/hwmon/vt8231.c
12939
12940 VUB300 USB to SDIO/SD/MMC bridge chip
12941 M:      Tony Olech <tony.olech@elandigitalsystems.com>
12942 L:      linux-mmc@vger.kernel.org
12943 L:      linux-usb@vger.kernel.org
12944 S:      Supported
12945 F:      drivers/mmc/host/vub300.c
12946
12947 W1 DALLAS'S 1-WIRE BUS
12948 M:      Evgeniy Polyakov <zbr@ioremap.net>
12949 S:      Maintained
12950 F:      Documentation/w1/
12951 F:      drivers/w1/
12952
12953 W83791D HARDWARE MONITORING DRIVER
12954 M:      Marc Hulsman <m.hulsman@tudelft.nl>
12955 L:      linux-hwmon@vger.kernel.org
12956 S:      Maintained
12957 F:      Documentation/hwmon/w83791d
12958 F:      drivers/hwmon/w83791d.c
12959
12960 W83793 HARDWARE MONITORING DRIVER
12961 M:      Rudolf Marek <r.marek@assembler.cz>
12962 L:      linux-hwmon@vger.kernel.org
12963 S:      Maintained
12964 F:      Documentation/hwmon/w83793
12965 F:      drivers/hwmon/w83793.c
12966
12967 W83795 HARDWARE MONITORING DRIVER
12968 M:      Jean Delvare <jdelvare@suse.com>
12969 L:      linux-hwmon@vger.kernel.org
12970 S:      Maintained
12971 F:      drivers/hwmon/w83795.c
12972
12973 W83L51xD SD/MMC CARD INTERFACE DRIVER
12974 M:      Pierre Ossman <pierre@ossman.eu>
12975 S:      Maintained
12976 F:      drivers/mmc/host/wbsd.*
12977
12978 WACOM PROTOCOL 4 SERIAL TABLETS
12979 M:      Julian Squires <julian@cipht.net>
12980 M:      Hans de Goede <hdegoede@redhat.com>
12981 L:      linux-input@vger.kernel.org
12982 S:      Maintained
12983 F:      drivers/input/tablet/wacom_serial4.c
12984
12985 WATCHDOG DEVICE DRIVERS
12986 M:      Wim Van Sebroeck <wim@iguana.be>
12987 R:      Guenter Roeck <linux@roeck-us.net>
12988 L:      linux-watchdog@vger.kernel.org
12989 W:      http://www.linux-watchdog.org/
12990 T:      git git://www.linux-watchdog.org/linux-watchdog.git
12991 S:      Maintained
12992 F:      Documentation/devicetree/bindings/watchdog/
12993 F:      Documentation/watchdog/
12994 F:      drivers/watchdog/
12995 F:      include/linux/watchdog.h
12996 F:      include/uapi/linux/watchdog.h
12997
12998 WIIMOTE HID DRIVER
12999 M:      David Herrmann <dh.herrmann@googlemail.com>
13000 L:      linux-input@vger.kernel.org
13001 S:      Maintained
13002 F:      drivers/hid/hid-wiimote*
13003
13004 WINBOND CIR DRIVER
13005 M:      David Härdeman <david@hardeman.nu>
13006 S:      Maintained
13007 F:      drivers/media/rc/winbond-cir.c
13008
13009 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13010 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13011 L:      linux-watchdog@vger.kernel.org
13012 S:      Maintained
13013 F:      drivers/watchdog/ebc-c384_wdt.c
13014
13015 WINSYSTEMS WS16C48 GPIO DRIVER
13016 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13017 L:      linux-gpio@vger.kernel.org
13018 S:      Maintained
13019 F:      drivers/gpio/gpio-ws16c48.c
13020
13021 WIMAX STACK
13022 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
13023 M:      linux-wimax@intel.com
13024 L:      wimax@linuxwimax.org (subscribers-only)
13025 S:      Supported
13026 W:      http://linuxwimax.org
13027 F:      Documentation/wimax/README.wimax
13028 F:      include/linux/wimax/debug.h
13029 F:      include/net/wimax.h
13030 F:      include/uapi/linux/wimax.h
13031 F:      net/wimax/
13032
13033 WISTRON LAPTOP BUTTON DRIVER
13034 M:      Miloslav Trmac <mitr@volny.cz>
13035 S:      Maintained
13036 F:      drivers/input/misc/wistron_btns.c
13037
13038 WL3501 WIRELESS PCMCIA CARD DRIVER
13039 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
13040 L:      linux-wireless@vger.kernel.org
13041 W:      http://oops.ghostprotocols.net:81/blog
13042 S:      Maintained
13043 F:      drivers/net/wireless/wl3501*
13044
13045 WOLFSON MICROELECTRONICS DRIVERS
13046 L:      patches@opensource.wolfsonmicro.com
13047 T:      git https://github.com/CirrusLogic/linux-drivers.git
13048 W:      https://github.com/CirrusLogic/linux-drivers/wiki
13049 S:      Supported
13050 F:      Documentation/hwmon/wm83??
13051 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13052 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13053 F:      Documentation/devicetree/bindings/mfd/arizona.txt
13054 F:      arch/arm/mach-s3c64xx/mach-crag6410*
13055 F:      drivers/clk/clk-wm83*.c
13056 F:      drivers/extcon/extcon-arizona.c
13057 F:      drivers/leds/leds-wm83*.c
13058 F:      drivers/gpio/gpio-*wm*.c
13059 F:      drivers/gpio/gpio-arizona.c
13060 F:      drivers/hwmon/wm83??-hwmon.c
13061 F:      drivers/input/misc/wm831x-on.c
13062 F:      drivers/input/touchscreen/wm831x-ts.c
13063 F:      drivers/input/touchscreen/wm97*.c
13064 F:      drivers/mfd/arizona*
13065 F:      drivers/mfd/wm*.c
13066 F:      drivers/mfd/cs47l24*
13067 F:      drivers/power/supply/wm83*.c
13068 F:      drivers/rtc/rtc-wm83*.c
13069 F:      drivers/regulator/wm8*.c
13070 F:      drivers/video/backlight/wm83*_bl.c
13071 F:      drivers/watchdog/wm83*_wdt.c
13072 F:      include/linux/mfd/arizona/
13073 F:      include/linux/mfd/wm831x/
13074 F:      include/linux/mfd/wm8350/
13075 F:      include/linux/mfd/wm8400*
13076 F:      include/linux/wm97xx.h
13077 F:      include/sound/wm????.h
13078 F:      sound/soc/codecs/arizona.?
13079 F:      sound/soc/codecs/wm*
13080 F:      sound/soc/codecs/cs47l24*
13081
13082 WORKQUEUE
13083 M:      Tejun Heo <tj@kernel.org>
13084 R:      Lai Jiangshan <jiangshanlai@gmail.com>
13085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13086 S:      Maintained
13087 F:      include/linux/workqueue.h
13088 F:      kernel/workqueue.c
13089 F:      Documentation/workqueue.txt
13090
13091 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13092 M:      Chen-Yu Tsai <wens@csie.org>
13093 L:      linux-kernel@vger.kernel.org
13094 S:      Maintained
13095 N:      axp[128]
13096
13097 X.25 NETWORK LAYER
13098 M:      Andrew Hendry <andrew.hendry@gmail.com>
13099 L:      linux-x25@vger.kernel.org
13100 S:      Odd Fixes
13101 F:      Documentation/networking/x25*
13102 F:      include/net/x25*
13103 F:      net/x25/
13104
13105 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13106 M:      Thomas Gleixner <tglx@linutronix.de>
13107 M:      Ingo Molnar <mingo@redhat.com>
13108 M:      "H. Peter Anvin" <hpa@zytor.com>
13109 M:      x86@kernel.org
13110 L:      linux-kernel@vger.kernel.org
13111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13112 S:      Maintained
13113 F:      Documentation/x86/
13114 F:      arch/x86/
13115
13116 X86 PLATFORM DRIVERS
13117 M:      Darren Hart <dvhart@infradead.org>
13118 L:      platform-driver-x86@vger.kernel.org
13119 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13120 S:      Maintained
13121 F:      drivers/platform/x86/
13122 F:      drivers/platform/olpc/
13123
13124 X86 MCE INFRASTRUCTURE
13125 M:      Tony Luck <tony.luck@intel.com>
13126 M:      Borislav Petkov <bp@alien8.de>
13127 L:      linux-edac@vger.kernel.org
13128 S:      Maintained
13129 F:      arch/x86/kernel/cpu/mcheck/*
13130
13131 X86 MICROCODE UPDATE SUPPORT
13132 M:      Borislav Petkov <bp@alien8.de>
13133 S:      Maintained
13134 F:      arch/x86/kernel/cpu/microcode/*
13135
13136 X86 VDSO
13137 M:      Andy Lutomirski <luto@amacapital.net>
13138 L:      linux-kernel@vger.kernel.org
13139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13140 S:      Maintained
13141 F:      arch/x86/entry/vdso/
13142
13143 XC2028/3028 TUNER DRIVER
13144 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
13145 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
13146 L:      linux-media@vger.kernel.org
13147 W:      https://linuxtv.org
13148 T:      git git://linuxtv.org/media_tree.git
13149 S:      Maintained
13150 F:      drivers/media/tuners/tuner-xc2028.*
13151
13152 XEN HYPERVISOR INTERFACE
13153 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
13154 M:      David Vrabel <david.vrabel@citrix.com>
13155 M:      Juergen Gross <jgross@suse.com>
13156 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13158 S:      Supported
13159 F:      arch/x86/xen/
13160 F:      drivers/*/xen-*front.c
13161 F:      drivers/xen/
13162 F:      arch/x86/include/asm/xen/
13163 F:      include/xen/
13164 F:      include/uapi/xen/
13165
13166 XEN HYPERVISOR ARM
13167 M:      Stefano Stabellini <sstabellini@kernel.org>
13168 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13169 S:      Maintained
13170 F:      arch/arm/xen/
13171 F:      arch/arm/include/asm/xen/
13172
13173 XEN HYPERVISOR ARM64
13174 M:      Stefano Stabellini <sstabellini@kernel.org>
13175 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13176 S:      Maintained
13177 F:      arch/arm64/xen/
13178 F:      arch/arm64/include/asm/xen/
13179
13180 XEN NETWORK BACKEND DRIVER
13181 M:      Wei Liu <wei.liu2@citrix.com>
13182 M:      Paul Durrant <paul.durrant@citrix.com>
13183 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13184 L:      netdev@vger.kernel.org
13185 S:      Supported
13186 F:      drivers/net/xen-netback/*
13187
13188 XEN PCI SUBSYSTEM
13189 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13190 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13191 S:      Supported
13192 F:      arch/x86/pci/*xen*
13193 F:      drivers/pci/*xen*
13194
13195 XEN BLOCK SUBSYSTEM
13196 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13197 M:      Roger Pau Monné <roger.pau@citrix.com>
13198 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13199 S:      Supported
13200 F:      drivers/block/xen-blkback/*
13201 F:      drivers/block/xen*
13202
13203 XEN PVSCSI DRIVERS
13204 M:      Juergen Gross <jgross@suse.com>
13205 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13206 L:      linux-scsi@vger.kernel.org
13207 S:      Supported
13208 F:      drivers/scsi/xen-scsifront.c
13209 F:      drivers/xen/xen-scsiback.c
13210 F:      include/xen/interface/io/vscsiif.h
13211
13212 XEN SWIOTLB SUBSYSTEM
13213 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13214 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13215 S:      Supported
13216 F:      arch/x86/xen/*swiotlb*
13217 F:      drivers/xen/*swiotlb*
13218
13219 XFS FILESYSTEM
13220 M:      Dave Chinner <david@fromorbit.com>
13221 M:      linux-xfs@vger.kernel.org
13222 L:      linux-xfs@vger.kernel.org
13223 W:      http://xfs.org/
13224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
13225 S:      Supported
13226 F:      Documentation/filesystems/xfs.txt
13227 F:      fs/xfs/
13228
13229 XILINX AXI ETHERNET DRIVER
13230 M:      Anirudha Sarangi <anirudh@xilinx.com>
13231 M:      John Linn <John.Linn@xilinx.com>
13232 S:      Maintained
13233 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
13234
13235 XILINX UARTLITE SERIAL DRIVER
13236 M:      Peter Korsgaard <jacmet@sunsite.dk>
13237 L:      linux-serial@vger.kernel.org
13238 S:      Maintained
13239 F:      drivers/tty/serial/uartlite.c
13240
13241 XILINX VIDEO IP CORES
13242 M:      Hyun Kwon <hyun.kwon@xilinx.com>
13243 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13244 L:      linux-media@vger.kernel.org
13245 T:      git git://linuxtv.org/media_tree.git
13246 S:      Supported
13247 F:      Documentation/devicetree/bindings/media/xilinx/
13248 F:      drivers/media/platform/xilinx/
13249 F:      include/uapi/linux/xilinx-v4l2-controls.h
13250
13251 XILLYBUS DRIVER
13252 M:      Eli Billauer <eli.billauer@gmail.com>
13253 L:      linux-kernel@vger.kernel.org
13254 S:      Supported
13255 F:      drivers/char/xillybus/
13256
13257 XTENSA XTFPGA PLATFORM SUPPORT
13258 M:      Max Filippov <jcmvbkbc@gmail.com>
13259 L:      linux-xtensa@linux-xtensa.org
13260 S:      Maintained
13261 F:      drivers/spi/spi-xtensa-xtfpga.c
13262 F:      sound/soc/xtensa/xtfpga-i2s.c
13263
13264 YAM DRIVER FOR AX.25
13265 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
13266 L:      linux-hams@vger.kernel.org
13267 S:      Maintained
13268 F:      drivers/net/hamradio/yam*
13269 F:      include/linux/yam.h
13270
13271 YEALINK PHONE DRIVER
13272 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
13273 L:      usbb2k-api-dev@nongnu.org
13274 S:      Maintained
13275 F:      Documentation/input/yealink.txt
13276 F:      drivers/input/misc/yealink.*
13277
13278 Z8530 DRIVER FOR AX.25
13279 M:      Joerg Reuter <jreuter@yaina.de>
13280 W:      http://yaina.de/jreuter/
13281 W:      http://www.qsl.net/dl1bke/
13282 L:      linux-hams@vger.kernel.org
13283 S:      Maintained
13284 F:      Documentation/networking/z8530drv.txt
13285 F:      drivers/net/hamradio/*scc.c
13286 F:      drivers/net/hamradio/z8530.h
13287
13288 ZBUD COMPRESSED PAGE ALLOCATOR
13289 M:      Seth Jennings <sjenning@redhat.com>
13290 L:      linux-mm@kvack.org
13291 S:      Maintained
13292 F:      mm/zbud.c
13293 F:      include/linux/zbud.h
13294
13295 ZD1211RW WIRELESS DRIVER
13296 M:      Daniel Drake <dsd@gentoo.org>
13297 M:      Ulrich Kunitz <kune@deine-taler.de>
13298 W:      http://zd1211.ath.cx/wiki/DriverRewrite
13299 L:      linux-wireless@vger.kernel.org
13300 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
13301 S:      Maintained
13302 F:      drivers/net/wireless/zydas/zd1211rw/
13303
13304 ZPOOL COMPRESSED PAGE STORAGE API
13305 M:      Dan Streetman <ddstreet@ieee.org>
13306 L:      linux-mm@kvack.org
13307 S:      Maintained
13308 F:      mm/zpool.c
13309 F:      include/linux/zpool.h
13310
13311 ZR36067 VIDEO FOR LINUX DRIVER
13312 L:      mjpeg-users@lists.sourceforge.net
13313 L:      linux-media@vger.kernel.org
13314 W:      http://mjpeg.sourceforge.net/driver-zoran/
13315 T:      hg https://linuxtv.org/hg/v4l-dvb
13316 S:      Odd Fixes
13317 F:      drivers/media/pci/zoran/
13318
13319 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13320 M:      Minchan Kim <minchan@kernel.org>
13321 M:      Nitin Gupta <ngupta@vflare.org>
13322 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13323 L:      linux-kernel@vger.kernel.org
13324 S:      Maintained
13325 F:      drivers/block/zram/
13326 F:      Documentation/blockdev/zram.txt
13327
13328 ZS DECSTATION Z85C30 SERIAL DRIVER
13329 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
13330 S:      Maintained
13331 F:      drivers/tty/serial/zs.*
13332
13333 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13334 M:      Minchan Kim <minchan@kernel.org>
13335 M:      Nitin Gupta <ngupta@vflare.org>
13336 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13337 L:      linux-mm@kvack.org
13338 S:      Maintained
13339 F:      mm/zsmalloc.c
13340 F:      include/linux/zsmalloc.h
13341 F:      Documentation/vm/zsmalloc.txt
13342
13343 ZSWAP COMPRESSED SWAP CACHING
13344 M:      Seth Jennings <sjenning@redhat.com>
13345 L:      linux-mm@kvack.org
13346 S:      Maintained
13347 F:      mm/zswap.c
13348
13349 THE REST
13350 M:      Linus Torvalds <torvalds@linux-foundation.org>
13351 L:      linux-kernel@vger.kernel.org
13352 Q:      http://patchwork.kernel.org/project/LKML/list/
13353 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13354 S:      Buried alive in reporters
13355 F:      *
13356 F:      */