Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[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 APTINA CAMERA SENSOR PLL
870 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
871 L:      linux-media@vger.kernel.org
872 S:      Maintained
873 F:      drivers/media/i2c/aptina-pll.*
874
875 ARC FRAMEBUFFER DRIVER
876 M:      Jaya Kumar <jayalk@intworks.biz>
877 S:      Maintained
878 F:      drivers/video/fbdev/arcfb.c
879 F:      drivers/video/fbdev/core/fb_defio.c
880
881 ARCNET NETWORK LAYER
882 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
883 L:      netdev@vger.kernel.org
884 S:      Maintained
885 F:      drivers/net/arcnet/
886 F:      include/uapi/linux/if_arcnet.h
887
888 ARC PGU DRM DRIVER
889 M:      Alexey Brodkin <abrodkin@synopsys.com>
890 S:      Supported
891 F:      drivers/gpu/drm/arc/
892 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
893
894 ARM ARCHITECTED TIMER DRIVER
895 M:      Mark Rutland <mark.rutland@arm.com>
896 M:      Marc Zyngier <marc.zyngier@arm.com>
897 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
898 S:      Maintained
899 F:      arch/arm/include/asm/arch_timer.h
900 F:      arch/arm64/include/asm/arch_timer.h
901 F:      drivers/clocksource/arm_arch_timer.c
902
903 ARM HDLCD DRM DRIVER
904 M:      Liviu Dudau <liviu.dudau@arm.com>
905 S:      Supported
906 F:      drivers/gpu/drm/arm/hdlcd_*
907 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
908
909 ARM MALI-DP DRM DRIVER
910 M:      Liviu Dudau <liviu.dudau@arm.com>
911 M:      Brian Starkey <brian.starkey@arm.com>
912 M:      Mali DP Maintainers <malidp@foss.arm.com>
913 S:      Supported
914 F:      drivers/gpu/drm/arm/
915 F:      Documentation/devicetree/bindings/display/arm,malidp.txt
916
917 ARM MFM AND FLOPPY DRIVERS
918 M:      Ian Molton <spyro@f2s.com>
919 S:      Maintained
920 F:      arch/arm/lib/floppydma.S
921 F:      arch/arm/include/asm/floppy.h
922
923 ARM PMU PROFILING AND DEBUGGING
924 M:      Will Deacon <will.deacon@arm.com>
925 M:      Mark Rutland <mark.rutland@arm.com>
926 S:      Maintained
927 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
928 F:      arch/arm*/kernel/perf_*
929 F:      arch/arm/oprofile/common.c
930 F:      arch/arm*/kernel/hw_breakpoint.c
931 F:      arch/arm*/include/asm/hw_breakpoint.h
932 F:      arch/arm*/include/asm/perf_event.h
933 F:      drivers/perf/*
934 F:      include/linux/perf/arm_pmu.h
935 F:      Documentation/devicetree/bindings/arm/pmu.txt
936
937 ARM PORT
938 M:      Russell King <linux@armlinux.org.uk>
939 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
940 W:      http://www.armlinux.org.uk/
941 S:      Maintained
942 F:      arch/arm/
943
944 ARM SUB-ARCHITECTURES
945 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
946 S:      Maintained
947 F:      arch/arm/mach-*/
948 F:      arch/arm/plat-*/
949 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
950
951 ARM PRIMECELL AACI PL041 DRIVER
952 M:      Russell King <linux@armlinux.org.uk>
953 S:      Maintained
954 F:      sound/arm/aaci.*
955
956 ARM PRIMECELL CLCD PL110 DRIVER
957 M:      Russell King <linux@armlinux.org.uk>
958 S:      Maintained
959 F:      drivers/video/fbdev/amba-clcd.*
960
961 ARM PRIMECELL KMI PL050 DRIVER
962 M:      Russell King <linux@armlinux.org.uk>
963 S:      Maintained
964 F:      drivers/input/serio/ambakmi.*
965 F:      include/linux/amba/kmi.h
966
967 ARM PRIMECELL MMCI PL180/1 DRIVER
968 M:      Russell King <linux@armlinux.org.uk>
969 S:      Maintained
970 F:      drivers/mmc/host/mmci.*
971 F:      include/linux/amba/mmci.h
972
973 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
974 M:      Russell King <linux@armlinux.org.uk>
975 S:      Maintained
976 F:      drivers/tty/serial/amba-pl01*.c
977 F:      include/linux/amba/serial.h
978
979 ARM PRIMECELL BUS SUPPORT
980 M:      Russell King <linux@armlinux.org.uk>
981 S:      Maintained
982 F:      drivers/amba/
983 F:      include/linux/amba/bus.h
984
985 ARM/ADS SPHERE MACHINE SUPPORT
986 M:      Lennert Buytenhek <kernel@wantstofly.org>
987 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
988 S:      Maintained
989
990 ARM/AFEB9260 MACHINE SUPPORT
991 M:      Sergey Lapin <slapin@ossfans.org>
992 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
993 S:      Maintained
994
995 ARM/AJECO 1ARM MACHINE SUPPORT
996 M:      Lennert Buytenhek <kernel@wantstofly.org>
997 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
998 S:      Maintained
999
1000 ARM/Allwinner sunXi SoC support
1001 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
1002 M:      Chen-Yu Tsai <wens@csie.org>
1003 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1004 S:      Maintained
1005 N:      sun[x456789]i
1006
1007 ARM/Allwinner SoC Clock Support
1008 M:      Emilio López <emilio@elopez.com.ar>
1009 S:      Maintained
1010 F:      drivers/clk/sunxi/
1011
1012 ARM/Amlogic Meson SoC support
1013 M:      Carlo Caione <carlo@caione.org>
1014 M:      Kevin Hilman <khilman@baylibre.com>
1015 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1016 L:      linux-amlogic@lists.infradead.org
1017 W:      http://linux-meson.com/
1018 S:      Maintained
1019 F:      arch/arm/mach-meson/
1020 F:      arch/arm/boot/dts/meson*
1021 F:      arch/arm64/boot/dts/amlogic/
1022 F:      drivers/pinctrl/meson/
1023 N:      meson
1024
1025 ARM/Annapurna Labs ALPINE ARCHITECTURE
1026 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
1027 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
1028 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1029 S:      Maintained
1030 F:      arch/arm/mach-alpine/
1031 F:      arch/arm/boot/dts/alpine*
1032 F:      arch/arm64/boot/dts/al/
1033 F:      drivers/*/*alpine*
1034
1035 ARM/ARTPEC MACHINE SUPPORT
1036 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1037 M:      Lars Persson <lars.persson@axis.com>
1038 M:      Niklas Cassel <niklas.cassel@axis.com>
1039 S:      Maintained
1040 L:      linux-arm-kernel@axis.com
1041 F:      arch/arm/mach-artpec
1042 F:      arch/arm/boot/dts/artpec6*
1043 F:      drivers/clk/axis
1044
1045 ARM/ASPEED MACHINE SUPPORT
1046 M:      Joel Stanley <joel@jms.id.au>
1047 S:      Maintained
1048 F:      arch/arm/mach-aspeed/
1049 F:      arch/arm/boot/dts/aspeed-*
1050 F:      drivers/*/*aspeed*
1051
1052 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1053 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1054 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
1055 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1056 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1057 W:      http://www.linux4sam.org
1058 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1059 S:      Supported
1060 F:      arch/arm/mach-at91/
1061 F:      include/soc/at91/
1062 F:      arch/arm/boot/dts/at91*.dts
1063 F:      arch/arm/boot/dts/at91*.dtsi
1064 F:      arch/arm/boot/dts/sama*.dts
1065 F:      arch/arm/boot/dts/sama*.dtsi
1066 F:      arch/arm/include/debug/at91.S
1067
1068 ARM/ATMEL AT91 Clock Support
1069 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
1070 S:      Maintained
1071 F:      drivers/clk/at91
1072
1073 ARM/CALXEDA HIGHBANK ARCHITECTURE
1074 M:      Rob Herring <robh@kernel.org>
1075 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1076 S:      Maintained
1077 F:      arch/arm/mach-highbank/
1078 F:      arch/arm/boot/dts/highbank.dts
1079 F:      arch/arm/boot/dts/ecx-*.dts*
1080
1081 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1082 M:      Krzysztof Halasa <khalasa@piap.pl>
1083 S:      Maintained
1084 F:      arch/arm/mach-cns3xxx/
1085
1086 ARM/CAVIUM THUNDER NETWORK DRIVER
1087 M:      Sunil Goutham <sgoutham@cavium.com>
1088 M:      Robert Richter <rric@kernel.org>
1089 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1090 S:      Supported
1091 F:      drivers/net/ethernet/cavium/thunder/
1092
1093 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1094 M:      Alexander Shiyan <shc_work@mail.ru>
1095 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1096 S:      Odd Fixes
1097 N:      clps711x
1098
1099 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1100 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1101 M:      Ryan Mallon <rmallon@gmail.com>
1102 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1103 S:      Maintained
1104 F:      arch/arm/mach-ep93xx/
1105 F:      arch/arm/mach-ep93xx/include/mach/
1106
1107 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1108 M:      Lennert Buytenhek <kernel@wantstofly.org>
1109 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1110 S:      Maintained
1111
1112 ARM/CLKDEV SUPPORT
1113 M:      Russell King <linux@armlinux.org.uk>
1114 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1115 S:      Maintained
1116 F:      arch/arm/include/asm/clkdev.h
1117 F:      drivers/clk/clkdev.c
1118
1119 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1120 M:      Mike Rapoport <mike@compulab.co.il>
1121 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1122 S:      Maintained
1123
1124 ARM/CONTEC MICRO9 MACHINE SUPPORT
1125 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1126 S:      Maintained
1127 F:      arch/arm/mach-ep93xx/micro9.c
1128
1129 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1130 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1131 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1132 S:      Maintained
1133 F:      drivers/hwtracing/coresight/*
1134 F:      Documentation/trace/coresight.txt
1135 F:      Documentation/devicetree/bindings/arm/coresight.txt
1136 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1137 F:      tools/perf/arch/arm/util/pmu.c
1138 F:      tools/perf/arch/arm/util/auxtrace.c
1139 F:      tools/perf/arch/arm/util/cs-etm.c
1140 F:      tools/perf/arch/arm/util/cs-etm.h
1141 F:      tools/perf/util/cs-etm.h
1142
1143 ARM/CORGI MACHINE SUPPORT
1144 M:      Richard Purdie <rpurdie@rpsys.net>
1145 S:      Maintained
1146
1147 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1148 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1149 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1150 T:      git git://github.com/ulli-kroll/linux.git
1151 S:      Maintained
1152 F:      arch/arm/mach-gemini/
1153 F:      drivers/rtc/rtc-gemini.c
1154
1155 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1156 M:      Barry Song <baohua@kernel.org>
1157 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1159 S:      Maintained
1160 F:      arch/arm/boot/dts/prima2*
1161 F:      arch/arm/mach-prima2/
1162 F:      drivers/clk/sirf/
1163 F:      drivers/clocksource/timer-prima2.c
1164 F:      drivers/clocksource/timer-atlas7.c
1165 N:      [^a-z]sirf
1166
1167 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1168 M:      Baruch Siach <baruch@tkos.co.il>
1169 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1170 S:      Maintained
1171 F:      arch/arm/boot/dts/cx92755*
1172 N:      digicolor
1173
1174 ARM/EBSA110 MACHINE SUPPORT
1175 M:      Russell King <linux@armlinux.org.uk>
1176 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1177 W:      http://www.armlinux.org.uk/
1178 S:      Maintained
1179 F:      arch/arm/mach-ebsa110/
1180 F:      drivers/net/ethernet/amd/am79c961a.*
1181
1182 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1183 M:      Uwe Kleine-König <kernel@pengutronix.de>
1184 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1185 S:      Maintained
1186 N:      efm32
1187
1188 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1189 M:      Daniel Ribeiro <drwyrm@gmail.com>
1190 M:      Stefan Schmidt <stefan@openezx.org>
1191 M:      Harald Welte <laforge@openezx.org>
1192 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1193 W:      http://www.openezx.org/
1194 S:      Maintained
1195 T:      topgit git://git.openezx.org/openezx.git
1196 F:      arch/arm/mach-pxa/ezx.c
1197
1198 ARM/FARADAY FA526 PORT
1199 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1200 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1201 S:      Maintained
1202 T:      git git://git.berlios.de/gemini-board
1203 F:      arch/arm/mm/*-fa*
1204
1205 ARM/FOOTBRIDGE ARCHITECTURE
1206 M:      Russell King <linux@armlinux.org.uk>
1207 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1208 W:      http://www.armlinux.org.uk/
1209 S:      Maintained
1210 F:      arch/arm/include/asm/hardware/dec21285.h
1211 F:      arch/arm/mach-footbridge/
1212
1213 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1214 M:      Shawn Guo <shawnguo@kernel.org>
1215 M:      Sascha Hauer <kernel@pengutronix.de>
1216 R:      Fabio Estevam <fabio.estevam@nxp.com>
1217 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1218 S:      Maintained
1219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1220 F:      arch/arm/mach-imx/
1221 F:      arch/arm/mach-mxs/
1222 F:      arch/arm/boot/dts/imx*
1223 F:      arch/arm/configs/imx*_defconfig
1224 F:      drivers/clk/imx/
1225 F:      include/soc/imx/
1226
1227 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1228 M:      Shawn Guo <shawnguo@kernel.org>
1229 M:      Sascha Hauer <kernel@pengutronix.de>
1230 R:      Stefan Agner <stefan@agner.ch>
1231 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1232 S:      Maintained
1233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1234 F:      arch/arm/mach-imx/*vf610*
1235 F:      arch/arm/boot/dts/vf*
1236
1237 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1238 M:      Lennert Buytenhek <kernel@wantstofly.org>
1239 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1240 S:      Maintained
1241
1242 ARM/GUMSTIX MACHINE SUPPORT
1243 M:      Steve Sakoman <sakoman@gmail.com>
1244 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1245 S:      Maintained
1246
1247 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1248 M:      Philipp Zabel <philipp.zabel@gmail.com>
1249 M:      Paul Parsons <lost.distance@yahoo.com>
1250 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1251 S:      Maintained
1252 F:      arch/arm/mach-pxa/hx4700.c
1253 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1254 F:      sound/soc/pxa/hx4700.c
1255
1256 ARM/HISILICON SOC SUPPORT
1257 M:      Wei Xu <xuwei5@hisilicon.com>
1258 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1259 W:      http://www.hisilicon.com
1260 S:      Supported
1261 T:      git git://github.com/hisilicon/linux-hisi.git
1262 F:      arch/arm/mach-hisi/
1263 F:      arch/arm/boot/dts/hi3*
1264 F:      arch/arm/boot/dts/hip*
1265 F:      arch/arm/boot/dts/hisi*
1266 F:      arch/arm64/boot/dts/hisilicon/
1267
1268 ARM/HP JORNADA 7XX MACHINE SUPPORT
1269 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1270 W:      www.jlime.com
1271 S:      Maintained
1272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1273 F:      arch/arm/mach-sa1100/jornada720.c
1274 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1275
1276 ARM/IGEP MACHINE SUPPORT
1277 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1278 M:      Javier Martinez Canillas <javier@dowhile0.org>
1279 L:      linux-omap@vger.kernel.org
1280 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1281 S:      Maintained
1282 F:      arch/arm/boot/dts/omap3-igep*
1283
1284 ARM/INCOME PXA270 SUPPORT
1285 M:      Marek Vasut <marek.vasut@gmail.com>
1286 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1287 S:      Maintained
1288 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1289
1290 ARM/INTEL IOP32X ARM ARCHITECTURE
1291 M:      Lennert Buytenhek <kernel@wantstofly.org>
1292 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1293 S:      Maintained
1294
1295 ARM/INTEL IOP33X ARM ARCHITECTURE
1296 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1297 S:      Orphan
1298
1299 ARM/INTEL IOP13XX ARM ARCHITECTURE
1300 M:      Lennert Buytenhek <kernel@wantstofly.org>
1301 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1302 S:      Maintained
1303
1304 ARM/INTEL IQ81342EX MACHINE SUPPORT
1305 M:      Lennert Buytenhek <kernel@wantstofly.org>
1306 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1307 S:      Maintained
1308
1309 ARM/INTEL IXDP2850 MACHINE SUPPORT
1310 M:      Lennert Buytenhek <kernel@wantstofly.org>
1311 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1312 S:      Maintained
1313
1314 ARM/INTEL IXP4XX ARM ARCHITECTURE
1315 M:      Imre Kaloz <kaloz@openwrt.org>
1316 M:      Krzysztof Halasa <khalasa@piap.pl>
1317 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1318 S:      Maintained
1319 F:      arch/arm/mach-ixp4xx/
1320
1321 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1322 M:      Jonathan Cameron <jic23@cam.ac.uk>
1323 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1324 S:      Maintained
1325 F:      arch/arm/mach-pxa/stargate2.c
1326 F:      drivers/pcmcia/pxa2xx_stargate2.c
1327
1328 ARM/INTEL XSC3 (MANZANO) ARM CORE
1329 M:      Lennert Buytenhek <kernel@wantstofly.org>
1330 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1331 S:      Maintained
1332
1333 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1334 M:      Lennert Buytenhek <kernel@wantstofly.org>
1335 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1336 S:      Maintained
1337
1338 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1339 M:      Santosh Shilimkar <ssantosh@kernel.org>
1340 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1341 S:      Maintained
1342 F:      arch/arm/mach-keystone/
1343 F:      arch/arm/boot/dts/keystone-*
1344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1345
1346 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1347 M:      Santosh Shilimkar <ssantosh@kernel.org>
1348 L:      linux-kernel@vger.kernel.org
1349 S:      Maintained
1350 F:      drivers/clk/keystone/
1351
1352 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1353 M:      Santosh Shilimkar <ssantosh@kernel.org>
1354 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1355 L:      linux-kernel@vger.kernel.org
1356 S:      Maintained
1357 F:      drivers/clocksource/timer-keystone.c
1358
1359 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1360 M:      Santosh Shilimkar <ssantosh@kernel.org>
1361 L:      linux-kernel@vger.kernel.org
1362 S:      Maintained
1363 F:      drivers/power/reset/keystone-reset.c
1364
1365 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1366 M:      Santosh Shilimkar <ssantosh@kernel.org>
1367 L:      linux-kernel@vger.kernel.org
1368 S:      Maintained
1369 F:      drivers/memory/*emif*
1370
1371 ARM/LG1K ARCHITECTURE
1372 M:      Chanho Min <chanho.min@lge.com>
1373 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1374 S:      Maintained
1375 F:      arch/arm64/boot/dts/lg/
1376
1377 ARM/LOGICPD PXA270 MACHINE SUPPORT
1378 M:      Lennert Buytenhek <kernel@wantstofly.org>
1379 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1380 S:      Maintained
1381
1382 ARM/LPC18XX ARCHITECTURE
1383 M:      Joachim Eastwood <manabian@gmail.com>
1384 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1385 S:      Maintained
1386 F:      arch/arm/boot/dts/lpc43*
1387 F:      drivers/clk/nxp/clk-lpc18xx*
1388 F:      drivers/clocksource/time-lpc32xx.c
1389 F:      drivers/i2c/busses/i2c-lpc2k.c
1390 F:      drivers/memory/pl172.c
1391 F:      drivers/mtd/spi-nor/nxp-spifi.c
1392 F:      drivers/rtc/rtc-lpc24xx.c
1393 N:      lpc18xx
1394
1395 ARM/LPC32XX SOC SUPPORT
1396 M:      Vladimir Zapolskiy <vz@mleia.com>
1397 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1398 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1399 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1400 S:      Maintained
1401 F:      arch/arm/boot/dts/lpc32*
1402 F:      arch/arm/mach-lpc32xx/
1403 F:      drivers/i2c/busses/i2c-pnx.c
1404 F:      drivers/net/ethernet/nxp/lpc_eth.c
1405 F:      drivers/usb/host/ohci-nxp.c
1406 F:      drivers/watchdog/pnx4008_wdt.c
1407 N:      lpc32xx
1408
1409 ARM/MAGICIAN MACHINE SUPPORT
1410 M:      Philipp Zabel <philipp.zabel@gmail.com>
1411 S:      Maintained
1412
1413 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1414 M:      Jason Cooper <jason@lakedaemon.net>
1415 M:      Andrew Lunn <andrew@lunn.ch>
1416 M:      Gregory Clement <gregory.clement@free-electrons.com>
1417 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1418 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1419 S:      Maintained
1420 F:      arch/arm/mach-mvebu/
1421 F:      drivers/rtc/rtc-armada38x.c
1422 F:      arch/arm/boot/dts/armada*
1423 F:      arch/arm/boot/dts/kirkwood*
1424 F:      arch/arm64/boot/dts/marvell/armada*
1425 F:      drivers/cpufreq/mvebu-cpufreq.c
1426 F:      arch/arm/configs/mvebu_*_defconfig
1427
1428 ARM/Marvell Berlin SoC support
1429 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1430 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1431 S:      Maintained
1432 F:      arch/arm/mach-berlin/
1433 F:      arch/arm/boot/dts/berlin*
1434 F:      arch/arm64/boot/dts/marvell/berlin*
1435
1436
1437 ARM/Marvell Dove/MV78xx0/Orion SOC support
1438 M:      Jason Cooper <jason@lakedaemon.net>
1439 M:      Andrew Lunn <andrew@lunn.ch>
1440 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1441 M:      Gregory Clement <gregory.clement@free-electrons.com>
1442 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1443 S:      Maintained
1444 F:      arch/arm/mach-dove/
1445 F:      arch/arm/mach-mv78xx0/
1446 F:      arch/arm/mach-orion5x/
1447 F:      arch/arm/plat-orion/
1448 F:      arch/arm/boot/dts/dove*
1449 F:      arch/arm/boot/dts/orion5x*
1450
1451
1452 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1453 M:      Alexander Clouter <alex@digriz.org.uk>
1454 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1455 W:      http://www.digriz.org.uk/ts78xx/kernel
1456 S:      Maintained
1457 F:      arch/arm/mach-orion5x/ts78xx-*
1458
1459 ARM/OXNAS platform support
1460 M:      Neil Armstrong <narmstrong@baylibre.com>
1461 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1462 S:      Maintained
1463 F:      arch/arm/mach-oxnas/
1464 F:      arch/arm/boot/dts/oxnas*
1465 F:      arch/arm/boot/dts/wd-mbwe.dts
1466 N:      oxnas
1467
1468 ARM/Mediatek RTC DRIVER
1469 M:      Eddie Huang <eddie.huang@mediatek.com>
1470 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1471 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1472 S:      Maintained
1473 F:      drivers/rtc/rtc-mt6397.c
1474
1475 ARM/Mediatek SoC support
1476 M:      Matthias Brugger <matthias.bgg@gmail.com>
1477 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1478 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1479 S:      Maintained
1480 F:      arch/arm/boot/dts/mt6*
1481 F:      arch/arm/boot/dts/mt8*
1482 F:      arch/arm/mach-mediatek/
1483 N:      mtk
1484 K:      mediatek
1485
1486 ARM/Mediatek USB3 PHY DRIVER
1487 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1488 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1489 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1490 S:      Maintained
1491 F:      drivers/phy/phy-mt65xx-usb3.c
1492
1493 ARM/MICREL KS8695 ARCHITECTURE
1494 M:      Greg Ungerer <gerg@uclinux.org>
1495 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1496 F:      arch/arm/mach-ks8695/
1497 S:      Odd Fixes
1498
1499 ARM/MIOA701 MACHINE SUPPORT
1500 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1501 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1502 F:      arch/arm/mach-pxa/mioa701.c
1503 S:      Maintained
1504
1505 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1506 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1507 S:      Maintained
1508
1509 ARM/NOMADIK ARCHITECTURE
1510 M:      Alessandro Rubini <rubini@unipv.it>
1511 M:      Linus Walleij <linus.walleij@linaro.org>
1512 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1513 S:      Maintained
1514 F:      arch/arm/mach-nomadik/
1515 F:      drivers/pinctrl/nomadik/
1516 F:      drivers/i2c/busses/i2c-nomadik.c
1517 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1518
1519 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1520 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1521 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1522 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1523 S:      Supported
1524
1525 ARM/TOSA MACHINE SUPPORT
1526 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1527 M:      Dirk Opfer <dirk@opfer-online.de>
1528 S:      Maintained
1529
1530 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1531 M:      Marek Vasut <marek.vasut@gmail.com>
1532 L:      linux-arm-kernel@lists.infradead.org
1533 W:      http://hackndev.com
1534 S:      Maintained
1535 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1536 F:      arch/arm/mach-pxa/palmtx.c
1537 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1538 F:      arch/arm/mach-pxa/palmt5.c
1539 F:      arch/arm/mach-pxa/include/mach/palmld.h
1540 F:      arch/arm/mach-pxa/palmld.c
1541 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1542 F:      arch/arm/mach-pxa/palmte2.c
1543 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1544 F:      arch/arm/mach-pxa/palmtc.c
1545
1546 ARM/PALM TREO SUPPORT
1547 M:      Tomas Cech <sleep_walker@suse.com>
1548 L:      linux-arm-kernel@lists.infradead.org
1549 W:      http://hackndev.com
1550 S:      Maintained
1551 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1552 F:      arch/arm/mach-pxa/palmtreo.c
1553
1554 ARM/PALMZ72 SUPPORT
1555 M:      Sergey Lapin <slapin@ossfans.org>
1556 L:      linux-arm-kernel@lists.infradead.org
1557 W:      http://hackndev.com
1558 S:      Maintained
1559 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1560 F:      arch/arm/mach-pxa/palmz72.c
1561
1562 ARM/PLEB SUPPORT
1563 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1564 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1565 S:      Maintained
1566
1567 ARM/PT DIGITAL BOARD PORT
1568 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1569 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1570 W:      http://www.armlinux.org.uk/
1571 S:      Maintained
1572
1573 ARM/QUALCOMM SUPPORT
1574 M:      Andy Gross <andy.gross@linaro.org>
1575 M:      David Brown <david.brown@linaro.org>
1576 L:      linux-arm-msm@vger.kernel.org
1577 L:      linux-soc@vger.kernel.org
1578 S:      Maintained
1579 F:      Documentation/devicetree/bindings/soc/qcom/
1580 F:      arch/arm/boot/dts/qcom-*.dts
1581 F:      arch/arm/boot/dts/qcom-*.dtsi
1582 F:      arch/arm/mach-qcom/
1583 F:      arch/arm64/boot/dts/qcom/*
1584 F:      drivers/i2c/busses/i2c-qup.c
1585 F:      drivers/clk/qcom/
1586 F:      drivers/soc/qcom/
1587 F:      drivers/spi/spi-qup.c
1588 F:      drivers/tty/serial/msm_serial.h
1589 F:      drivers/tty/serial/msm_serial.c
1590 F:      drivers/*/pm8???-*
1591 F:      drivers/mfd/ssbi.c
1592 F:      drivers/firmware/qcom_scm.c
1593 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1594
1595 ARM/RADISYS ENP2611 MACHINE SUPPORT
1596 M:      Lennert Buytenhek <kernel@wantstofly.org>
1597 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1598 S:      Maintained
1599
1600 ARM/RENESAS ARM64 ARCHITECTURE
1601 M:      Simon Horman <horms@verge.net.au>
1602 M:      Magnus Damm <magnus.damm@gmail.com>
1603 L:      linux-renesas-soc@vger.kernel.org
1604 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1606 S:      Supported
1607 F:      arch/arm64/boot/dts/renesas/
1608 F:      drivers/soc/renesas/
1609 F:      include/linux/soc/renesas/
1610
1611 ARM/RISCPC ARCHITECTURE
1612 M:      Russell King <linux@armlinux.org.uk>
1613 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1614 W:      http://www.armlinux.org.uk/
1615 S:      Maintained
1616 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1617 F:      arch/arm/include/asm/hardware/ioc.h
1618 F:      arch/arm/include/asm/hardware/iomd.h
1619 F:      arch/arm/include/asm/hardware/memc.h
1620 F:      arch/arm/mach-rpc/
1621 F:      drivers/net/ethernet/8390/etherh.c
1622 F:      drivers/net/ethernet/i825xx/ether1*
1623 F:      drivers/net/ethernet/seeq/ether3*
1624 F:      drivers/scsi/arm/
1625
1626 ARM/Rockchip SoC support
1627 M:      Heiko Stuebner <heiko@sntech.de>
1628 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1629 L:      linux-rockchip@lists.infradead.org
1630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1631 S:      Maintained
1632 F:      arch/arm/boot/dts/rk3*
1633 F:      arch/arm/mach-rockchip/
1634 F:      drivers/clk/rockchip/
1635 F:      drivers/i2c/busses/i2c-rk3x.c
1636 F:      drivers/*/*rockchip*
1637 F:      drivers/*/*/*rockchip*
1638 F:      sound/soc/rockchip/
1639 N:      rockchip
1640
1641 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1642 M:      Kukjin Kim <kgene@kernel.org>
1643 M:      Krzysztof Kozlowski <krzk@kernel.org>
1644 R:      Javier Martinez Canillas <javier@osg.samsung.com>
1645 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1646 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1647 S:      Maintained
1648 F:      arch/arm/boot/dts/s3c*
1649 F:      arch/arm/boot/dts/s5p*
1650 F:      arch/arm/boot/dts/samsung*
1651 F:      arch/arm/boot/dts/exynos*
1652 F:      arch/arm64/boot/dts/exynos/
1653 F:      arch/arm/plat-samsung/
1654 F:      arch/arm/mach-s3c24*/
1655 F:      arch/arm/mach-s3c64xx/
1656 F:      arch/arm/mach-s5p*/
1657 F:      arch/arm/mach-exynos*/
1658 F:      drivers/*/*s3c24*
1659 F:      drivers/*/*/*s3c24*
1660 F:      drivers/*/*s3c64xx*
1661 F:      drivers/*/*s5pv210*
1662 F:      drivers/memory/samsung/*
1663 F:      drivers/soc/samsung/*
1664 F:      Documentation/arm/Samsung/
1665 F:      Documentation/devicetree/bindings/arm/samsung/
1666 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1667 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1668 N:      exynos
1669
1670 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1671 M:      Kyungmin Park <kyungmin.park@samsung.com>
1672 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1673 S:      Maintained
1674 F:      arch/arm/mach-s5pv210/
1675
1676 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1677 M:      Kyungmin Park <kyungmin.park@samsung.com>
1678 M:      Kamil Debski <kamil@wypas.org>
1679 M:      Andrzej Hajda <a.hajda@samsung.com>
1680 L:      linux-arm-kernel@lists.infradead.org
1681 L:      linux-media@vger.kernel.org
1682 S:      Maintained
1683 F:      drivers/media/platform/s5p-g2d/
1684
1685 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1686 M:      Kyungmin Park <kyungmin.park@samsung.com>
1687 M:      Kamil Debski <kamil@wypas.org>
1688 M:      Jeongtae Park <jtp.park@samsung.com>
1689 M:      Andrzej Hajda <a.hajda@samsung.com>
1690 L:      linux-arm-kernel@lists.infradead.org
1691 L:      linux-media@vger.kernel.org
1692 S:      Maintained
1693 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1694 F:      drivers/media/platform/s5p-mfc/
1695
1696 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1697 M:      Kyungmin Park <kyungmin.park@samsung.com>
1698 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1699 L:      linux-arm-kernel@lists.infradead.org
1700 L:      linux-media@vger.kernel.org
1701 S:      Maintained
1702 F:      drivers/media/platform/s5p-tv/
1703
1704 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1705 M:      Kyungmin Park <kyungmin.park@samsung.com>
1706 L:      linux-arm-kernel@lists.infradead.org
1707 L:      linux-media@vger.kernel.org
1708 S:      Maintained
1709 F:      drivers/staging/media/platform/s5p-cec/
1710
1711 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1712 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1713 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1714 L:      linux-arm-kernel@lists.infradead.org
1715 L:      linux-media@vger.kernel.org
1716 S:      Maintained
1717 F:      drivers/media/platform/s5p-jpeg/
1718
1719 ARM/SHMOBILE ARM ARCHITECTURE
1720 M:      Simon Horman <horms@verge.net.au>
1721 M:      Magnus Damm <magnus.damm@gmail.com>
1722 L:      linux-renesas-soc@vger.kernel.org
1723 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1725 S:      Supported
1726 F:      arch/arm/boot/dts/emev2*
1727 F:      arch/arm/boot/dts/r7s*
1728 F:      arch/arm/boot/dts/r8a*
1729 F:      arch/arm/boot/dts/sh*
1730 F:      arch/arm/configs/shmobile_defconfig
1731 F:      arch/arm/include/debug/renesas-scif.S
1732 F:      arch/arm/mach-shmobile/
1733 F:      drivers/soc/renesas/
1734 F:      include/linux/soc/renesas/
1735
1736 ARM/SOCFPGA ARCHITECTURE
1737 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1738 S:      Maintained
1739 F:      arch/arm/mach-socfpga/
1740 F:      arch/arm/boot/dts/socfpga*
1741 F:      arch/arm/configs/socfpga_defconfig
1742 F:      arch/arm64/boot/dts/altera/
1743 W:      http://www.rocketboards.org
1744 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1745
1746 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1747 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1748 S:      Maintained
1749 F:      drivers/clk/socfpga/
1750
1751 ARM/SOCFPGA EDAC SUPPORT
1752 M:      Thor Thayer <tthayer@opensource.altera.com>
1753 S:      Maintained
1754 F:      drivers/edac/altera_edac.
1755
1756 ARM/STI ARCHITECTURE
1757 M:      Patrice Chotard <patrice.chotard@st.com>
1758 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1759 L:      kernel@stlinux.com
1760 W:      http://www.stlinux.com
1761 S:      Maintained
1762 F:      arch/arm/mach-sti/
1763 F:      arch/arm/boot/dts/sti*
1764 F:      drivers/char/hw_random/st-rng.c
1765 F:      drivers/clocksource/arm_global_timer.c
1766 F:      drivers/clocksource/clksrc_st_lpc.c
1767 F:      drivers/cpufreq/sti-cpufreq.c
1768 F:      drivers/i2c/busses/i2c-st.c
1769 F:      drivers/media/rc/st_rc.c
1770 F:      drivers/media/platform/sti/c8sectpfe/
1771 F:      drivers/mmc/host/sdhci-st.c
1772 F:      drivers/phy/phy-miphy28lp.c
1773 F:      drivers/phy/phy-miphy365x.c
1774 F:      drivers/phy/phy-stih407-usb.c
1775 F:      drivers/phy/phy-stih41x-usb.c
1776 F:      drivers/pinctrl/pinctrl-st.c
1777 F:      drivers/remoteproc/st_remoteproc.c
1778 F:      drivers/reset/sti/
1779 F:      drivers/rtc/rtc-st-lpc.c
1780 F:      drivers/tty/serial/st-asc.c
1781 F:      drivers/usb/dwc3/dwc3-st.c
1782 F:      drivers/usb/host/ehci-st.c
1783 F:      drivers/usb/host/ohci-st.c
1784 F:      drivers/watchdog/st_lpc_wdt.c
1785 F:      drivers/ata/ahci_st.c
1786
1787 ARM/STM32 ARCHITECTURE
1788 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1789 M:      Alexandre Torgue <alexandre.torgue@st.com>
1790 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1791 S:      Maintained
1792 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1793 N:      stm32
1794 F:      drivers/clocksource/armv7m_systick.c
1795
1796 ARM/TANGO ARCHITECTURE
1797 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1798 L:      linux-arm-kernel@lists.infradead.org
1799 S:      Maintained
1800 N:      tango
1801
1802 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1803 M:      Lennert Buytenhek <kernel@wantstofly.org>
1804 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1805 S:      Maintained
1806
1807 ARM/TETON BGA MACHINE SUPPORT
1808 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1809 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1810 S:      Maintained
1811
1812 ARM/THECUS N2100 MACHINE SUPPORT
1813 M:      Lennert Buytenhek <kernel@wantstofly.org>
1814 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1815 S:      Maintained
1816
1817 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1818 M:      Wan ZongShun <mcuos.com@gmail.com>
1819 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1820 W:      http://www.mcuos.com
1821 S:      Maintained
1822 F:      arch/arm/mach-w90x900/
1823 F:      drivers/input/keyboard/w90p910_keypad.c
1824 F:      drivers/input/touchscreen/w90p910_ts.c
1825 F:      drivers/watchdog/nuc900_wdt.c
1826 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1827 F:      drivers/mtd/nand/nuc900_nand.c
1828 F:      drivers/rtc/rtc-nuc900.c
1829 F:      drivers/spi/spi-nuc900.c
1830 F:      drivers/usb/host/ehci-w90x900.c
1831 F:      drivers/video/fbdev/nuc900fb.c
1832
1833 ARM/U300 MACHINE SUPPORT
1834 M:      Linus Walleij <linus.walleij@linaro.org>
1835 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1836 S:      Supported
1837 F:      arch/arm/mach-u300/
1838 F:      drivers/clocksource/timer-u300.c
1839 F:      drivers/i2c/busses/i2c-stu300.c
1840 F:      drivers/rtc/rtc-coh901331.c
1841 F:      drivers/watchdog/coh901327_wdt.c
1842 F:      drivers/dma/coh901318*
1843 F:      drivers/mfd/ab3100*
1844 F:      drivers/rtc/rtc-ab3100.c
1845 F:      drivers/rtc/rtc-coh901331.c
1846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1847
1848 ARM/UNIPHIER ARCHITECTURE
1849 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1850 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1852 S:      Maintained
1853 F:      arch/arm/boot/dts/uniphier*
1854 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1855 F:      arch/arm/mach-uniphier/
1856 F:      arch/arm/mm/cache-uniphier.c
1857 F:      arch/arm64/boot/dts/socionext/
1858 F:      drivers/bus/uniphier-system-bus.c
1859 F:      drivers/clk/uniphier/
1860 F:      drivers/i2c/busses/i2c-uniphier*
1861 F:      drivers/pinctrl/uniphier/
1862 F:      drivers/tty/serial/8250/8250_uniphier.c
1863 N:      uniphier
1864
1865 ARM/Ux500 ARM ARCHITECTURE
1866 M:      Linus Walleij <linus.walleij@linaro.org>
1867 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1868 S:      Maintained
1869 F:      arch/arm/mach-ux500/
1870 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1871 F:      drivers/dma/ste_dma40*
1872 F:      drivers/hwspinlock/u8500_hsem.c
1873 F:      drivers/mfd/abx500*
1874 F:      drivers/mfd/ab8500*
1875 F:      drivers/mfd/dbx500*
1876 F:      drivers/mfd/db8500*
1877 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1878 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1879 F:      drivers/rtc/rtc-ab8500.c
1880 F:      drivers/rtc/rtc-pl031.c
1881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1882
1883 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1884 M:      Ulf Hansson <ulf.hansson@linaro.org>
1885 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1886 T:      git git://git.linaro.org/people/ulfh/clk.git
1887 S:      Maintained
1888 F:      drivers/clk/ux500/
1889
1890 ARM/VERSATILE EXPRESS PLATFORM
1891 M:      Liviu Dudau <liviu.dudau@arm.com>
1892 M:      Sudeep Holla <sudeep.holla@arm.com>
1893 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1894 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1895 S:      Maintained
1896 F:      arch/arm/boot/dts/vexpress*
1897 F:      arch/arm64/boot/dts/arm/
1898 F:      arch/arm/mach-vexpress/
1899 F:      */*/vexpress*
1900 F:      */*/*/vexpress*
1901 F:      drivers/clk/versatile/clk-vexpress-osc.c
1902 F:      drivers/clocksource/versatile.c
1903 N:      mps2
1904
1905 ARM/VFP SUPPORT
1906 M:      Russell King <linux@armlinux.org.uk>
1907 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1908 W:      http://www.armlinux.org.uk/
1909 S:      Maintained
1910 F:      arch/arm/vfp/
1911
1912 ARM/VOIPAC PXA270 SUPPORT
1913 M:      Marek Vasut <marek.vasut@gmail.com>
1914 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1915 S:      Maintained
1916 F:      arch/arm/mach-pxa/vpac270.c
1917 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1918
1919 ARM/VT8500 ARM ARCHITECTURE
1920 M:      Tony Prisk <linux@prisktech.co.nz>
1921 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1922 S:      Maintained
1923 F:      arch/arm/mach-vt8500/
1924 F:      drivers/clocksource/vt8500_timer.c
1925 F:      drivers/i2c/busses/i2c-wmt.c
1926 F:      drivers/mmc/host/wmt-sdmmc.c
1927 F:      drivers/pwm/pwm-vt8500.c
1928 F:      drivers/rtc/rtc-vt8500.c
1929 F:      drivers/tty/serial/vt8500_serial.c
1930 F:      drivers/usb/host/ehci-platform.c
1931 F:      drivers/usb/host/uhci-platform.c
1932 F:      drivers/video/fbdev/vt8500lcdfb.*
1933 F:      drivers/video/fbdev/wm8505fb*
1934 F:      drivers/video/fbdev/wmt_ge_rops.*
1935
1936 ARM/ZIPIT Z2 SUPPORT
1937 M:      Marek Vasut <marek.vasut@gmail.com>
1938 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1939 S:      Maintained
1940 F:      arch/arm/mach-pxa/z2.c
1941 F:      arch/arm/mach-pxa/include/mach/z2.h
1942
1943 ARM/ZTE ARCHITECTURE
1944 M:      Jun Nie <jun.nie@linaro.org>
1945 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1946 S:      Maintained
1947 F:      arch/arm/mach-zx/
1948 F:      drivers/clk/zte/
1949 F:      Documentation/devicetree/bindings/arm/zte.txt
1950 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1951
1952 ARM/ZYNQ ARCHITECTURE
1953 M:      Michal Simek <michal.simek@xilinx.com>
1954 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1955 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1956 W:      http://wiki.xilinx.com
1957 T:      git https://github.com/Xilinx/linux-xlnx.git
1958 S:      Supported
1959 F:      arch/arm/mach-zynq/
1960 F:      drivers/cpuidle/cpuidle-zynq.c
1961 F:      drivers/block/xsysace.c
1962 N:      zynq
1963 N:      xilinx
1964 F:      drivers/clocksource/cadence_ttc_timer.c
1965 F:      drivers/i2c/busses/i2c-cadence.c
1966 F:      drivers/mmc/host/sdhci-of-arasan.c
1967 F:      drivers/edac/synopsys_edac.c
1968
1969 ARM SMMU DRIVERS
1970 M:      Will Deacon <will.deacon@arm.com>
1971 R:      Robin Murphy <robin.murphy@arm.com>
1972 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1973 S:      Maintained
1974 F:      drivers/iommu/arm-smmu.c
1975 F:      drivers/iommu/arm-smmu-v3.c
1976 F:      drivers/iommu/io-pgtable-arm.c
1977 F:      drivers/iommu/io-pgtable-arm-v7s.c
1978
1979 ARM64 PORT (AARCH64 ARCHITECTURE)
1980 M:      Catalin Marinas <catalin.marinas@arm.com>
1981 M:      Will Deacon <will.deacon@arm.com>
1982 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1983 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1984 S:      Maintained
1985 F:      arch/arm64/
1986 F:      Documentation/arm64/
1987
1988 AS3645A LED FLASH CONTROLLER DRIVER
1989 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1990 L:      linux-media@vger.kernel.org
1991 T:      git git://linuxtv.org/media_tree.git
1992 S:      Maintained
1993 F:      drivers/media/i2c/as3645a.c
1994 F:      include/media/i2c/as3645a.h
1995
1996 ASAHI KASEI AK8974 DRIVER
1997 M:      Linus Walleij <linus.walleij@linaro.org>
1998 L:      linux-iio@vger.kernel.org
1999 W:      http://www.akm.com/
2000 S:      Supported
2001 F:      drivers/iio/magnetometer/ak8974.c
2002
2003 ASC7621 HARDWARE MONITOR DRIVER
2004 M:      George Joseph <george.joseph@fairview5.com>
2005 L:      linux-hwmon@vger.kernel.org
2006 S:      Maintained
2007 F:      Documentation/hwmon/asc7621
2008 F:      drivers/hwmon/asc7621.c
2009
2010 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2011 M:      Corentin Chary <corentin.chary@gmail.com>
2012 L:      acpi4asus-user@lists.sourceforge.net
2013 L:      platform-driver-x86@vger.kernel.org
2014 W:      http://acpi4asus.sf.net
2015 S:      Maintained
2016 F:      drivers/platform/x86/asus*.c
2017 F:      drivers/platform/x86/eeepc*.c
2018
2019 ASUS WIRELESS RADIO CONTROL DRIVER
2020 M:      João Paulo Rechi Vita <jprvita@gmail.com>
2021 L:      platform-driver-x86@vger.kernel.org
2022 S:      Maintained
2023 F:      drivers/platform/x86/asus-wireless.c
2024
2025 ASYMMETRIC KEYS
2026 M:      David Howells <dhowells@redhat.com>
2027 L:      keyrings@vger.kernel.org
2028 S:      Maintained
2029 F:      Documentation/crypto/asymmetric-keys.txt
2030 F:      include/linux/verification.h
2031 F:      include/crypto/public_key.h
2032 F:      include/crypto/pkcs7.h
2033 F:      crypto/asymmetric_keys/
2034
2035 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2036 R:      Dan Williams <dan.j.williams@intel.com>
2037 W:      http://sourceforge.net/projects/xscaleiop
2038 S:      Odd fixes
2039 F:      Documentation/crypto/async-tx-api.txt
2040 F:      crypto/async_tx/
2041 F:      drivers/dma/
2042 F:      include/linux/dmaengine.h
2043 F:      include/linux/async_tx.h
2044
2045 AT24 EEPROM DRIVER
2046 M:      Wolfram Sang <wsa@the-dreams.de>
2047 L:      linux-i2c@vger.kernel.org
2048 S:      Maintained
2049 F:      drivers/misc/eeprom/at24.c
2050 F:      include/linux/platform_data/at24.h
2051
2052 ATA OVER ETHERNET (AOE) DRIVER
2053 M:      "Ed L. Cashin" <ed.cashin@acm.org>
2054 W:      http://www.openaoe.org/
2055 S:      Supported
2056 F:      Documentation/aoe/
2057 F:      drivers/block/aoe/
2058
2059 ATHEROS 71XX/9XXX GPIO DRIVER
2060 M:      Alban Bedel <albeu@free.fr>
2061 W:      https://github.com/AlbanBedel/linux
2062 T:      git git://github.com/AlbanBedel/linux
2063 S:      Maintained
2064 F:      drivers/gpio/gpio-ath79.c
2065 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2066
2067 ATHEROS ATH GENERIC UTILITIES
2068 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2069 L:      linux-wireless@vger.kernel.org
2070 S:      Supported
2071 F:      drivers/net/wireless/ath/*
2072
2073 ATHEROS ATH5K WIRELESS DRIVER
2074 M:      Jiri Slaby <jirislaby@gmail.com>
2075 M:      Nick Kossifidis <mickflemm@gmail.com>
2076 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2077 L:      linux-wireless@vger.kernel.org
2078 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2079 S:      Maintained
2080 F:      drivers/net/wireless/ath/ath5k/
2081
2082 ATHEROS ATH6KL WIRELESS DRIVER
2083 M:      Kalle Valo <kvalo@qca.qualcomm.com>
2084 L:      linux-wireless@vger.kernel.org
2085 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2086 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2087 S:      Supported
2088 F:      drivers/net/wireless/ath/ath6kl/
2089
2090 WILOCITY WIL6210 WIRELESS DRIVER
2091 M:      Maya Erez <qca_merez@qca.qualcomm.com>
2092 L:      linux-wireless@vger.kernel.org
2093 L:      wil6210@qca.qualcomm.com
2094 S:      Supported
2095 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2096 F:      drivers/net/wireless/ath/wil6210/
2097 F:      include/uapi/linux/wil6210_uapi.h
2098
2099 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2100 M:      Christian Lamparter <chunkeey@googlemail.com>
2101 L:      linux-wireless@vger.kernel.org
2102 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2103 S:      Maintained
2104 F:      drivers/net/wireless/ath/carl9170/
2105
2106 ATK0110 HWMON DRIVER
2107 M:      Luca Tettamanti <kronos.it@gmail.com>
2108 L:      linux-hwmon@vger.kernel.org
2109 S:      Maintained
2110 F:      drivers/hwmon/asus_atk0110.c
2111
2112 ATI_REMOTE2 DRIVER
2113 M:      Ville Syrjala <syrjala@sci.fi>
2114 S:      Maintained
2115 F:      drivers/input/misc/ati_remote2.c
2116
2117 ATLX ETHERNET DRIVERS
2118 M:      Jay Cliburn <jcliburn@gmail.com>
2119 M:      Chris Snook <chris.snook@gmail.com>
2120 L:      netdev@vger.kernel.org
2121 W:      http://sourceforge.net/projects/atl1
2122 W:      http://atl1.sourceforge.net
2123 S:      Maintained
2124 F:      drivers/net/ethernet/atheros/
2125
2126 ATM
2127 M:      Chas Williams <3chas3@gmail.com>
2128 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2129 L:      netdev@vger.kernel.org
2130 W:      http://linux-atm.sourceforge.net
2131 S:      Maintained
2132 F:      drivers/atm/
2133 F:      include/linux/atm*
2134 F:      include/uapi/linux/atm*
2135
2136 ATMEL AT91 / AT32 MCI DRIVER
2137 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2138 S:      Maintained
2139 F:      drivers/mmc/host/atmel-mci.c
2140
2141 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2142 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2143 S:      Supported
2144 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2145
2146 ATMEL SAMA5D2 ADC DRIVER
2147 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2148 L:      linux-iio@vger.kernel.org
2149 S:      Supported
2150 F:      drivers/iio/adc/at91-sama5d2_adc.c
2151
2152 ATMEL Audio ALSA driver
2153 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2154 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2155 S:      Supported
2156 F:      sound/soc/atmel
2157
2158 ATMEL DMA DRIVER
2159 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2160 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2161 S:      Supported
2162 F:      drivers/dma/at_hdmac.c
2163 F:      drivers/dma/at_hdmac_regs.h
2164 F:      include/linux/platform_data/dma-atmel.h
2165
2166 ATMEL XDMA DRIVER
2167 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2168 L:      linux-arm-kernel@lists.infradead.org
2169 L:      dmaengine@vger.kernel.org
2170 S:      Supported
2171 F:      drivers/dma/at_xdmac.c
2172
2173 ATMEL I2C DRIVER
2174 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2175 L:      linux-i2c@vger.kernel.org
2176 S:      Supported
2177 F:      drivers/i2c/busses/i2c-at91.c
2178
2179 ATMEL ISI DRIVER
2180 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2181 L:      linux-media@vger.kernel.org
2182 S:      Supported
2183 F:      drivers/media/platform/soc_camera/atmel-isi.c
2184 F:      include/media/atmel-isi.h
2185
2186 ATMEL LCDFB DRIVER
2187 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2188 L:      linux-fbdev@vger.kernel.org
2189 S:      Maintained
2190 F:      drivers/video/fbdev/atmel_lcdfb.c
2191 F:      include/video/atmel_lcdc.h
2192
2193 ATMEL MACB ETHERNET DRIVER
2194 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2195 S:      Supported
2196 F:      drivers/net/ethernet/cadence/
2197
2198 ATMEL NAND DRIVER
2199 M:      Wenyou Yang <wenyou.yang@atmel.com>
2200 M:      Josh Wu <rainyfeeling@outlook.com>
2201 L:      linux-mtd@lists.infradead.org
2202 S:      Supported
2203 F:      drivers/mtd/nand/atmel_nand*
2204
2205 ATMEL SDMMC DRIVER
2206 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2207 L:      linux-mmc@vger.kernel.org
2208 S:      Supported
2209 F:      drivers/mmc/host/sdhci-of-at91.c
2210
2211 ATMEL SPI DRIVER
2212 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2213 S:      Supported
2214 F:      drivers/spi/spi-atmel.*
2215
2216 ATMEL SSC DRIVER
2217 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2218 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2219 S:      Supported
2220 F:      drivers/misc/atmel-ssc.c
2221 F:      include/linux/atmel-ssc.h
2222
2223 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2224 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2225 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2226 S:      Supported
2227 F:      drivers/misc/atmel_tclib.c
2228 F:      drivers/clocksource/tcb_clksrc.c
2229
2230 ATMEL USBA UDC DRIVER
2231 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2232 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2233 S:      Supported
2234 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2235
2236 ATMEL WIRELESS DRIVER
2237 M:      Simon Kelley <simon@thekelleys.org.uk>
2238 L:      linux-wireless@vger.kernel.org
2239 W:      http://www.thekelleys.org.uk/atmel
2240 W:      http://atmelwlandriver.sourceforge.net/
2241 S:      Maintained
2242 F:      drivers/net/wireless/atmel/atmel*
2243
2244 ATMEL MAXTOUCH DRIVER
2245 M:      Nick Dyer <nick.dyer@itdev.co.uk>
2246 T:      git git://github.com/atmel-maxtouch/linux.git
2247 S:      Supported
2248 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2249 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2250 F:      include/linux/platform_data/atmel_mxt_ts.h
2251
2252 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2253 M:      Bradley Grove <linuxdrivers@attotech.com>
2254 L:      linux-scsi@vger.kernel.org
2255 W:      http://www.attotech.com
2256 S:      Supported
2257 F:      drivers/scsi/esas2r
2258
2259 ATUSB IEEE 802.15.4 RADIO DRIVER
2260 M:      Stefan Schmidt <stefan@osg.samsung.com>
2261 L:      linux-wpan@vger.kernel.org
2262 S:      Maintained
2263 F:      drivers/net/ieee802154/atusb.c
2264 F:      drivers/net/ieee802154/atusb.h
2265 F:      drivers/net/ieee802154/at86rf230.h
2266
2267 AUDIT SUBSYSTEM
2268 M:      Paul Moore <paul@paul-moore.com>
2269 M:      Eric Paris <eparis@redhat.com>
2270 L:      linux-audit@redhat.com (moderated for non-subscribers)
2271 W:      http://people.redhat.com/sgrubb/audit/
2272 T:      git git://git.infradead.org/users/pcmoore/audit
2273 S:      Maintained
2274 F:      include/linux/audit.h
2275 F:      include/uapi/linux/audit.h
2276 F:      kernel/audit*
2277
2278 AUXILIARY DISPLAY DRIVERS
2279 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2280 W:      http://miguelojeda.es/auxdisplay.htm
2281 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2282 S:      Maintained
2283 F:      drivers/auxdisplay/
2284 F:      include/linux/cfag12864b.h
2285
2286 AVR32 ARCHITECTURE
2287 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2288 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2289 W:      http://www.atmel.com/products/AVR32/
2290 W:      http://mirror.egtvedt.no/avr32linux.org/
2291 W:      http://avrfreaks.net/
2292 S:      Maintained
2293 F:      arch/avr32/
2294
2295 AVR32/AT32AP MACHINE SUPPORT
2296 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2297 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2298 S:      Maintained
2299 F:      arch/avr32/mach-at32ap/
2300
2301 AX.25 NETWORK LAYER
2302 M:      Ralf Baechle <ralf@linux-mips.org>
2303 L:      linux-hams@vger.kernel.org
2304 W:      http://www.linux-ax25.org/
2305 S:      Maintained
2306 F:      include/uapi/linux/ax25.h
2307 F:      include/net/ax25.h
2308 F:      net/ax25/
2309
2310 AZ6007 DVB DRIVER
2311 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2312 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2313 L:      linux-media@vger.kernel.org
2314 W:      https://linuxtv.org
2315 T:      git git://linuxtv.org/media_tree.git
2316 S:      Maintained
2317 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2318
2319 AZTECH FM RADIO RECEIVER DRIVER
2320 M:      Hans Verkuil <hverkuil@xs4all.nl>
2321 L:      linux-media@vger.kernel.org
2322 T:      git git://linuxtv.org/media_tree.git
2323 W:      https://linuxtv.org
2324 S:      Maintained
2325 F:      drivers/media/radio/radio-aztech*
2326
2327 B43 WIRELESS DRIVER
2328 L:      linux-wireless@vger.kernel.org
2329 L:      b43-dev@lists.infradead.org
2330 W:      http://wireless.kernel.org/en/users/Drivers/b43
2331 S:      Odd Fixes
2332 F:      drivers/net/wireless/broadcom/b43/
2333
2334 B43LEGACY WIRELESS DRIVER
2335 M:      Larry Finger <Larry.Finger@lwfinger.net>
2336 L:      linux-wireless@vger.kernel.org
2337 L:      b43-dev@lists.infradead.org
2338 W:      http://wireless.kernel.org/en/users/Drivers/b43
2339 S:      Maintained
2340 F:      drivers/net/wireless/broadcom/b43legacy/
2341
2342 BACKLIGHT CLASS/SUBSYSTEM
2343 M:      Jingoo Han <jingoohan1@gmail.com>
2344 M:      Lee Jones <lee.jones@linaro.org>
2345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2346 S:      Maintained
2347 F:      drivers/video/backlight/
2348 F:      include/linux/backlight.h
2349
2350 BATMAN ADVANCED
2351 M:      Marek Lindner <mareklindner@neomailbox.ch>
2352 M:      Simon Wunderlich <sw@simonwunderlich.de>
2353 M:      Antonio Quartulli <a@unstable.cc>
2354 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2355 W:      https://www.open-mesh.org/
2356 Q:      https://patchwork.open-mesh.org/project/batman/list/
2357 S:      Maintained
2358 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2359 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2360 F:      Documentation/networking/batman-adv.txt
2361 F:      include/uapi/linux/batman_adv.h
2362 F:      net/batman-adv/
2363
2364 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2365 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2366 L:      linux-hams@vger.kernel.org
2367 W:      http://www.baycom.org/~tom/ham/ham.html
2368 S:      Maintained
2369 F:      drivers/net/hamradio/baycom*
2370
2371 BCACHE (BLOCK LAYER CACHE)
2372 M:      Kent Overstreet <kent.overstreet@gmail.com>
2373 L:      linux-bcache@vger.kernel.org
2374 W:      http://bcache.evilpiepirate.org
2375 S:      Orphan
2376 F:      drivers/md/bcache/
2377
2378 BDISP ST MEDIA DRIVER
2379 M:      Fabien Dessenne <fabien.dessenne@st.com>
2380 L:      linux-media@vger.kernel.org
2381 T:      git git://linuxtv.org/media_tree.git
2382 W:      https://linuxtv.org
2383 S:      Supported
2384 F:      drivers/media/platform/sti/bdisp
2385
2386 BEFS FILE SYSTEM
2387 M:      Luis de Bethencourt <luisbg@osg.samsung.com>
2388 M:      Salah Triki <salah.triki@gmail.com>
2389 S:      Maintained
2390 T:      git git://github.com/luisbg/linux-befs.git
2391 F:      Documentation/filesystems/befs.txt
2392 F:      fs/befs/
2393
2394 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2395 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2396 L:      netdev@vger.kernel.org
2397 S:      Maintained
2398 F:      drivers/net/ethernet/ec_bhf.c
2399
2400 BFS FILE SYSTEM
2401 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2402 S:      Maintained
2403 F:      Documentation/filesystems/bfs.txt
2404 F:      fs/bfs/
2405 F:      include/uapi/linux/bfs_fs.h
2406
2407 BLACKFIN ARCHITECTURE
2408 M:      Steven Miao <realmz6@gmail.com>
2409 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2410 T:      git git://git.code.sf.net/p/adi-linux/code
2411 W:      http://blackfin.uclinux.org
2412 S:      Supported
2413 F:      arch/blackfin/
2414
2415 BLACKFIN EMAC DRIVER
2416 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2417 W:      http://blackfin.uclinux.org
2418 S:      Supported
2419 F:      drivers/net/ethernet/adi/
2420
2421 BLACKFIN RTC DRIVER
2422 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2423 W:      http://blackfin.uclinux.org
2424 S:      Supported
2425 F:      drivers/rtc/rtc-bfin.c
2426
2427 BLACKFIN SDH DRIVER
2428 M:      Sonic Zhang <sonic.zhang@analog.com>
2429 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2430 W:      http://blackfin.uclinux.org
2431 S:      Supported
2432 F:      drivers/mmc/host/bfin_sdh.c
2433
2434 BLACKFIN SERIAL DRIVER
2435 M:      Sonic Zhang <sonic.zhang@analog.com>
2436 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2437 W:      http://blackfin.uclinux.org
2438 S:      Supported
2439 F:      drivers/tty/serial/bfin_uart.c
2440
2441 BLACKFIN WATCHDOG DRIVER
2442 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2443 W:      http://blackfin.uclinux.org
2444 S:      Supported
2445 F:      drivers/watchdog/bfin_wdt.c
2446
2447 BLACKFIN I2C TWI DRIVER
2448 M:      Sonic Zhang <sonic.zhang@analog.com>
2449 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2450 W:      http://blackfin.uclinux.org/
2451 S:      Supported
2452 F:      drivers/i2c/busses/i2c-bfin-twi.c
2453
2454 BLACKFIN MEDIA DRIVER
2455 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2456 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2457 W:      http://blackfin.uclinux.org/
2458 S:      Supported
2459 F:      drivers/media/platform/blackfin/
2460 F:      drivers/media/i2c/adv7183*
2461 F:      drivers/media/i2c/vs6624*
2462
2463 BLINKM RGB LED DRIVER
2464 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2465 S:      Maintained
2466 F:      drivers/leds/leds-blinkm.c
2467
2468 BLOCK LAYER
2469 M:      Jens Axboe <axboe@kernel.dk>
2470 L:      linux-block@vger.kernel.org
2471 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2472 S:      Maintained
2473 F:      block/
2474 F:      kernel/trace/blktrace.c
2475 F:      lib/sbitmap.c
2476
2477 BLOCK2MTD DRIVER
2478 M:      Joern Engel <joern@lazybastard.org>
2479 L:      linux-mtd@lists.infradead.org
2480 S:      Maintained
2481 F:      drivers/mtd/devices/block2mtd.c
2482
2483 BLUETOOTH DRIVERS
2484 M:      Marcel Holtmann <marcel@holtmann.org>
2485 M:      Gustavo Padovan <gustavo@padovan.org>
2486 M:      Johan Hedberg <johan.hedberg@gmail.com>
2487 L:      linux-bluetooth@vger.kernel.org
2488 W:      http://www.bluez.org/
2489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2491 S:      Maintained
2492 F:      drivers/bluetooth/
2493
2494 BLUETOOTH SUBSYSTEM
2495 M:      Marcel Holtmann <marcel@holtmann.org>
2496 M:      Gustavo Padovan <gustavo@padovan.org>
2497 M:      Johan Hedberg <johan.hedberg@gmail.com>
2498 L:      linux-bluetooth@vger.kernel.org
2499 W:      http://www.bluez.org/
2500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2502 S:      Maintained
2503 F:      net/bluetooth/
2504 F:      include/net/bluetooth/
2505
2506 BONDING DRIVER
2507 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2508 M:      Veaceslav Falico <vfalico@gmail.com>
2509 M:      Andy Gospodarek <andy@greyhouse.net>
2510 L:      netdev@vger.kernel.org
2511 W:      http://sourceforge.net/projects/bonding/
2512 S:      Supported
2513 F:      drivers/net/bonding/
2514 F:      include/uapi/linux/if_bonding.h
2515
2516 BPF (Safe dynamic programs and tools)
2517 M:      Alexei Starovoitov <ast@kernel.org>
2518 L:      netdev@vger.kernel.org
2519 L:      linux-kernel@vger.kernel.org
2520 S:      Supported
2521 F:      kernel/bpf/
2522
2523 BROADCOM B44 10/100 ETHERNET DRIVER
2524 M:      Michael Chan <michael.chan@broadcom.com>
2525 L:      netdev@vger.kernel.org
2526 S:      Supported
2527 F:      drivers/net/ethernet/broadcom/b44.*
2528
2529 BROADCOM B53 ETHERNET SWITCH DRIVER
2530 M:      Florian Fainelli <f.fainelli@gmail.com>
2531 L:      netdev@vger.kernel.org
2532 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
2533 S:      Supported
2534 F:      drivers/net/dsa/b53/*
2535 F:      include/linux/platform_data/b53.h
2536
2537 BROADCOM GENET ETHERNET DRIVER
2538 M:      Florian Fainelli <f.fainelli@gmail.com>
2539 L:      netdev@vger.kernel.org
2540 S:      Supported
2541 F:      drivers/net/ethernet/broadcom/genet/
2542
2543 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2544 M:      Sony Chacko <sony.chacko@qlogic.com>
2545 M:      Dept-HSGLinuxNICDev@qlogic.com
2546 L:      netdev@vger.kernel.org
2547 S:      Supported
2548 F:      drivers/net/ethernet/broadcom/bnx2.*
2549 F:      drivers/net/ethernet/broadcom/bnx2_*
2550
2551 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2552 M:      Ariel Elior <ariel.elior@qlogic.com>
2553 L:      netdev@vger.kernel.org
2554 S:      Supported
2555 F:      drivers/net/ethernet/broadcom/bnx2x/
2556
2557 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2558 M:      Florian Fainelli <f.fainelli@gmail.com>
2559 M:      Ray Jui <rjui@broadcom.com>
2560 M:      Scott Branden <sbranden@broadcom.com>
2561 M:      bcm-kernel-feedback-list@broadcom.com
2562 T:      git git://github.com/broadcom/mach-bcm
2563 S:      Maintained
2564 N:      bcm281*
2565 N:      bcm113*
2566 N:      bcm216*
2567 N:      kona
2568 F:      arch/arm/mach-bcm/
2569
2570 BROADCOM BCM2835 ARM ARCHITECTURE
2571 M:      Stephen Warren <swarren@wwwdotorg.org>
2572 M:      Lee Jones <lee@kernel.org>
2573 M:      Eric Anholt <eric@anholt.net>
2574 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2575 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2577 S:      Maintained
2578 N:      bcm2835
2579
2580 BROADCOM BCM47XX MIPS ARCHITECTURE
2581 M:      Hauke Mehrtens <hauke@hauke-m.de>
2582 M:      Rafał Miłecki <zajec5@gmail.com>
2583 L:      linux-mips@linux-mips.org
2584 S:      Maintained
2585 F:      Documentation/devicetree/bindings/mips/brcm/
2586 F:      arch/mips/bcm47xx/*
2587 F:      arch/mips/include/asm/mach-bcm47xx/*
2588
2589 BROADCOM BCM5301X ARM ARCHITECTURE
2590 M:      Hauke Mehrtens <hauke@hauke-m.de>
2591 M:      Rafał Miłecki <zajec5@gmail.com>
2592 M:      bcm-kernel-feedback-list@broadcom.com
2593 L:      linux-arm-kernel@lists.infradead.org
2594 S:      Maintained
2595 F:      arch/arm/mach-bcm/bcm_5301x.c
2596 F:      arch/arm/boot/dts/bcm5301x*.dtsi
2597 F:      arch/arm/boot/dts/bcm470*
2598
2599 BROADCOM BCM63XX ARM ARCHITECTURE
2600 M:      Florian Fainelli <f.fainelli@gmail.com>
2601 M:      bcm-kernel-feedback-list@broadcom.com
2602 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2603 T:      git git://github.com/broadcom/stblinux.git
2604 S:      Maintained
2605 N:      bcm63xx
2606
2607 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2608 M:      Kevin Cernekee <cernekee@gmail.com>
2609 L:      linux-usb@vger.kernel.org
2610 S:      Maintained
2611 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2612
2613 BROADCOM BCM7XXX ARM ARCHITECTURE
2614 M:      Brian Norris <computersforpeace@gmail.com>
2615 M:      Gregory Fong <gregory.0xf0@gmail.com>
2616 M:      Florian Fainelli <f.fainelli@gmail.com>
2617 M:      bcm-kernel-feedback-list@broadcom.com
2618 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2619 T:      git git://github.com/broadcom/stblinux.git
2620 S:      Maintained
2621 F:      arch/arm/mach-bcm/*brcmstb*
2622 F:      arch/arm/boot/dts/bcm7*.dts*
2623 F:      drivers/bus/brcmstb_gisb.c
2624 N:      brcmstb
2625
2626 BROADCOM BMIPS MIPS ARCHITECTURE
2627 M:      Kevin Cernekee <cernekee@gmail.com>
2628 M:      Florian Fainelli <f.fainelli@gmail.com>
2629 L:      linux-mips@linux-mips.org
2630 T:      git git://github.com/broadcom/stblinux.git
2631 S:      Maintained
2632 F:      arch/mips/bmips/*
2633 F:      arch/mips/include/asm/mach-bmips/*
2634 F:      arch/mips/kernel/*bmips*
2635 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2636 F:      drivers/irqchip/irq-bcm63*
2637 F:      drivers/irqchip/irq-bcm7*
2638 F:      drivers/irqchip/irq-brcmstb*
2639 F:      include/linux/bcm963xx_nvram.h
2640 F:      include/linux/bcm963xx_tag.h
2641
2642 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2643 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2644 M:      Prashant Sreedharan <prashant@broadcom.com>
2645 M:      Michael Chan <mchan@broadcom.com>
2646 L:      netdev@vger.kernel.org
2647 S:      Supported
2648 F:      drivers/net/ethernet/broadcom/tg3.*
2649
2650 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2651 M:      Arend van Spriel <arend.vanspriel@broadcom.com>
2652 M:      Franky Lin <franky.lin@broadcom.com>
2653 M:      Hante Meuleman <hante.meuleman@broadcom.com>
2654 L:      linux-wireless@vger.kernel.org
2655 L:      brcm80211-dev-list.pdl@broadcom.com
2656 S:      Supported
2657 F:      drivers/net/wireless/broadcom/brcm80211/
2658
2659 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2660 M:      QLogic-Storage-Upstream@qlogic.com
2661 L:      linux-scsi@vger.kernel.org
2662 S:      Supported
2663 F:      drivers/scsi/bnx2fc/
2664
2665 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2666 M:      QLogic-Storage-Upstream@qlogic.com
2667 L:      linux-scsi@vger.kernel.org
2668 S:      Supported
2669 F:      drivers/scsi/bnx2i/
2670
2671 BROADCOM IPROC ARM ARCHITECTURE
2672 M:      Ray Jui <rjui@broadcom.com>
2673 M:      Scott Branden <sbranden@broadcom.com>
2674 M:      Jon Mason <jonmason@broadcom.com>
2675 M:      bcm-kernel-feedback-list@broadcom.com
2676 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2677 T:      git git://github.com/broadcom/cygnus-linux.git
2678 S:      Maintained
2679 N:      iproc
2680 N:      cygnus
2681 N:      bcm[-_]nsp
2682 N:      bcm9113*
2683 N:      bcm9583*
2684 N:      bcm9585*
2685 N:      bcm9586*
2686 N:      bcm988312
2687 N:      bcm113*
2688 N:      bcm583*
2689 N:      bcm585*
2690 N:      bcm586*
2691 N:      bcm88312
2692 F:      arch/arm64/boot/dts/broadcom/ns2*
2693 F:      drivers/clk/bcm/clk-ns*
2694 F:      drivers/pinctrl/bcm/pinctrl-ns*
2695
2696 BROADCOM BRCMSTB GPIO DRIVER
2697 M:      Gregory Fong <gregory.0xf0@gmail.com>
2698 L:      bcm-kernel-feedback-list@broadcom.com
2699 S:      Supported
2700 F:      drivers/gpio/gpio-brcmstb.c
2701 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2702
2703 BROADCOM KONA GPIO DRIVER
2704 M:      Ray Jui <rjui@broadcom.com>
2705 L:      bcm-kernel-feedback-list@broadcom.com
2706 S:      Supported
2707 F:      drivers/gpio/gpio-bcm-kona.c
2708 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2709
2710 BROADCOM NVRAM DRIVER
2711 M:      Rafał Miłecki <zajec5@gmail.com>
2712 L:      linux-mips@linux-mips.org
2713 S:      Maintained
2714 F:      drivers/firmware/broadcom/*
2715
2716 BROADCOM STB NAND FLASH DRIVER
2717 M:      Brian Norris <computersforpeace@gmail.com>
2718 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2719 L:      linux-mtd@lists.infradead.org
2720 L:      bcm-kernel-feedback-list@broadcom.com
2721 S:      Maintained
2722 F:      drivers/mtd/nand/brcmnand/
2723
2724 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2725 M:      Rafał Miłecki <zajec5@gmail.com>
2726 L:      linux-wireless@vger.kernel.org
2727 S:      Maintained
2728 F:      drivers/bcma/
2729 F:      include/linux/bcma/
2730
2731 BROADCOM SYSTEMPORT ETHERNET DRIVER
2732 M:      Florian Fainelli <f.fainelli@gmail.com>
2733 L:      netdev@vger.kernel.org
2734 S:      Supported
2735 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2736
2737 BROADCOM VULCAN ARM64 SOC
2738 M:      Jayachandran C. <jchandra@broadcom.com>
2739 M:      bcm-kernel-feedback-list@broadcom.com
2740 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2741 S:      Maintained
2742 F:      arch/arm64/boot/dts/broadcom/vulcan*
2743
2744 BROCADE BFA FC SCSI DRIVER
2745 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2746 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2747 L:      linux-scsi@vger.kernel.org
2748 S:      Supported
2749 F:      drivers/scsi/bfa/
2750
2751 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2752 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2753 L:      netdev@vger.kernel.org
2754 S:      Supported
2755 F:      drivers/net/ethernet/brocade/bna/
2756
2757 BSG (block layer generic sg v4 driver)
2758 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2759 L:      linux-scsi@vger.kernel.org
2760 S:      Supported
2761 F:      block/bsg.c
2762 F:      include/linux/bsg.h
2763 F:      include/uapi/linux/bsg.h
2764
2765 BT87X AUDIO DRIVER
2766 M:      Clemens Ladisch <clemens@ladisch.de>
2767 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2768 T:      git git://git.alsa-project.org/alsa-kernel.git
2769 S:      Maintained
2770 F:      Documentation/sound/alsa/Bt87x.txt
2771 F:      sound/pci/bt87x.c
2772
2773 BT8XXGPIO DRIVER
2774 M:      Michael Buesch <m@bues.ch>
2775 W:      http://bu3sch.de/btgpio.php
2776 S:      Maintained
2777 F:      drivers/gpio/gpio-bt8xx.c
2778
2779 BTRFS FILE SYSTEM
2780 M:      Chris Mason <clm@fb.com>
2781 M:      Josef Bacik <jbacik@fb.com>
2782 M:      David Sterba <dsterba@suse.com>
2783 L:      linux-btrfs@vger.kernel.org
2784 W:      http://btrfs.wiki.kernel.org/
2785 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2787 S:      Maintained
2788 F:      Documentation/filesystems/btrfs.txt
2789 F:      fs/btrfs/
2790
2791 BTTV VIDEO4LINUX DRIVER
2792 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2793 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2794 L:      linux-media@vger.kernel.org
2795 W:      https://linuxtv.org
2796 T:      git git://linuxtv.org/media_tree.git
2797 S:      Odd fixes
2798 F:      Documentation/video4linux/bttv/
2799 F:      drivers/media/pci/bt8xx/bttv*
2800
2801 BUSLOGIC SCSI DRIVER
2802 M:      Khalid Aziz <khalid@gonehiking.org>
2803 L:      linux-scsi@vger.kernel.org
2804 S:      Maintained
2805 F:      drivers/scsi/BusLogic.*
2806 F:      drivers/scsi/FlashPoint.*
2807
2808 C-MEDIA CMI8788 DRIVER
2809 M:      Clemens Ladisch <clemens@ladisch.de>
2810 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2811 T:      git git://git.alsa-project.org/alsa-kernel.git
2812 S:      Maintained
2813 F:      sound/pci/oxygen/
2814
2815 C6X ARCHITECTURE
2816 M:      Mark Salter <msalter@redhat.com>
2817 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2818 L:      linux-c6x-dev@linux-c6x.org
2819 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2820 S:      Maintained
2821 F:      arch/c6x/
2822
2823 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2824 M:      David Howells <dhowells@redhat.com>
2825 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2826 S:      Supported
2827 F:      Documentation/filesystems/caching/cachefiles.txt
2828 F:      fs/cachefiles/
2829
2830 CADET FM/AM RADIO RECEIVER DRIVER
2831 M:      Hans Verkuil <hverkuil@xs4all.nl>
2832 L:      linux-media@vger.kernel.org
2833 T:      git git://linuxtv.org/media_tree.git
2834 W:      https://linuxtv.org
2835 S:      Maintained
2836 F:      drivers/media/radio/radio-cadet*
2837
2838 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2839 M:      Jonathan Corbet <corbet@lwn.net>
2840 L:      linux-media@vger.kernel.org
2841 T:      git git://linuxtv.org/media_tree.git
2842 S:      Maintained
2843 F:      Documentation/video4linux/cafe_ccic
2844 F:      drivers/media/platform/marvell-ccic/
2845
2846 CAIF NETWORK LAYER
2847 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2848 L:      netdev@vger.kernel.org
2849 S:      Supported
2850 F:      Documentation/networking/caif/
2851 F:      drivers/net/caif/
2852 F:      include/uapi/linux/caif/
2853 F:      include/net/caif/
2854 F:      net/caif/
2855
2856 CALGARY x86-64 IOMMU
2857 M:      Muli Ben-Yehuda <mulix@mulix.org>
2858 M:      Jon Mason <jdmason@kudzu.us>
2859 L:      iommu@lists.linux-foundation.org
2860 S:      Maintained
2861 F:      arch/x86/kernel/pci-calgary_64.c
2862 F:      arch/x86/kernel/tce_64.c
2863 F:      arch/x86/include/asm/calgary.h
2864 F:      arch/x86/include/asm/tce.h
2865
2866 CAN NETWORK LAYER
2867 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2868 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2869 L:      linux-can@vger.kernel.org
2870 W:      https://github.com/linux-can
2871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2873 S:      Maintained
2874 F:      Documentation/networking/can.txt
2875 F:      net/can/
2876 F:      include/linux/can/core.h
2877 F:      include/uapi/linux/can.h
2878 F:      include/uapi/linux/can/bcm.h
2879 F:      include/uapi/linux/can/raw.h
2880 F:      include/uapi/linux/can/gw.h
2881
2882 CAN NETWORK DRIVERS
2883 M:      Wolfgang Grandegger <wg@grandegger.com>
2884 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2885 L:      linux-can@vger.kernel.org
2886 W:      https://github.com/linux-can
2887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2888 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2889 S:      Maintained
2890 F:      Documentation/devicetree/bindings/net/can/
2891 F:      drivers/net/can/
2892 F:      include/linux/can/dev.h
2893 F:      include/linux/can/platform/
2894 F:      include/uapi/linux/can/error.h
2895 F:      include/uapi/linux/can/netlink.h
2896
2897 CAPABILITIES
2898 M:      Serge Hallyn <serge@hallyn.com>
2899 L:      linux-security-module@vger.kernel.org
2900 S:      Supported
2901 F:      include/linux/capability.h
2902 F:      include/uapi/linux/capability.h
2903 F:      security/commoncap.c
2904 F:      kernel/capability.c
2905
2906 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2907 M:      Kevin Tsai <ktsai@capellamicro.com>
2908 S:      Maintained
2909 F:      drivers/iio/light/cm*
2910 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2911
2912 CAVIUM I2C DRIVER
2913 M:      Jan Glauber <jglauber@cavium.com>
2914 M:      David Daney <david.daney@cavium.com>
2915 W:      http://www.cavium.com
2916 S:      Supported
2917 F:      drivers/i2c/busses/i2c-octeon*
2918 F:      drivers/i2c/busses/i2c-thunderx*
2919
2920 CAVIUM LIQUIDIO NETWORK DRIVER
2921 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2922 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2923 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2924 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2925 L:     netdev@vger.kernel.org
2926 W:     http://www.cavium.com
2927 S:     Supported
2928 F:     drivers/net/ethernet/cavium/liquidio/
2929
2930 CC2520 IEEE-802.15.4 RADIO DRIVER
2931 M:      Varka Bhadram <varkabhadram@gmail.com>
2932 L:      linux-wpan@vger.kernel.org
2933 S:      Maintained
2934 F:      drivers/net/ieee802154/cc2520.c
2935 F:      include/linux/spi/cc2520.h
2936 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2937
2938 CEC DRIVER
2939 M:      Hans Verkuil <hans.verkuil@cisco.com>
2940 L:      linux-media@vger.kernel.org
2941 T:      git git://linuxtv.org/media_tree.git
2942 W:      http://linuxtv.org
2943 S:      Supported
2944 F:      Documentation/cec.txt
2945 F:      Documentation/DocBook/media/v4l/cec*
2946 F:      drivers/staging/media/cec/
2947 F:      drivers/media/cec-edid.c
2948 F:      drivers/media/rc/keymaps/rc-cec.c
2949 F:      include/media/cec.h
2950 F:      include/media/cec-edid.h
2951 F:      include/linux/cec.h
2952 F:      include/linux/cec-funcs.h
2953
2954 CELL BROADBAND ENGINE ARCHITECTURE
2955 M:      Arnd Bergmann <arnd@arndb.de>
2956 L:      linuxppc-dev@lists.ozlabs.org
2957 W:      http://www.ibm.com/developerworks/power/cell/
2958 S:      Supported
2959 F:      arch/powerpc/include/asm/cell*.h
2960 F:      arch/powerpc/include/asm/spu*.h
2961 F:      arch/powerpc/include/uapi/asm/spu*.h
2962 F:      arch/powerpc/oprofile/*cell*
2963 F:      arch/powerpc/platforms/cell/
2964
2965 CEPH COMMON CODE (LIBCEPH)
2966 M:      Ilya Dryomov <idryomov@gmail.com>
2967 M:      "Yan, Zheng" <zyan@redhat.com>
2968 M:      Sage Weil <sage@redhat.com>
2969 L:      ceph-devel@vger.kernel.org
2970 W:      http://ceph.com/
2971 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2972 T:      git git://github.com/ceph/ceph-client.git
2973 S:      Supported
2974 F:      net/ceph/
2975 F:      include/linux/ceph/
2976 F:      include/linux/crush/
2977
2978 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2979 M:      "Yan, Zheng" <zyan@redhat.com>
2980 M:      Sage Weil <sage@redhat.com>
2981 M:      Ilya Dryomov <idryomov@gmail.com>
2982 L:      ceph-devel@vger.kernel.org
2983 W:      http://ceph.com/
2984 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2985 T:      git git://github.com/ceph/ceph-client.git
2986 S:      Supported
2987 F:      Documentation/filesystems/ceph.txt
2988 F:      fs/ceph/
2989
2990 CERTIFICATE HANDLING:
2991 M:      David Howells <dhowells@redhat.com>
2992 M:      David Woodhouse <dwmw2@infradead.org>
2993 L:      keyrings@vger.kernel.org
2994 S:      Maintained
2995 F:      Documentation/module-signing.txt
2996 F:      certs/
2997 F:      scripts/sign-file.c
2998 F:      scripts/extract-cert.c
2999
3000 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3001 L:      linux-usb@vger.kernel.org
3002 S:      Orphan
3003 F:      Documentation/usb/WUSB-Design-overview.txt
3004 F:      Documentation/usb/wusb-cbaf
3005 F:      drivers/usb/host/hwa-hc.c
3006 F:      drivers/usb/host/whci/
3007 F:      drivers/usb/wusbcore/
3008 F:      include/linux/usb/wusb*
3009
3010 CFAG12864B LCD DRIVER
3011 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3012 W:      http://miguelojeda.es/auxdisplay.htm
3013 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3014 S:      Maintained
3015 F:      drivers/auxdisplay/cfag12864b.c
3016 F:      include/linux/cfag12864b.h
3017
3018 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3019 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3020 W:      http://miguelojeda.es/auxdisplay.htm
3021 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3022 S:      Maintained
3023 F:      drivers/auxdisplay/cfag12864bfb.c
3024 F:      include/linux/cfag12864b.h
3025
3026 CFG80211 and NL80211
3027 M:      Johannes Berg <johannes@sipsolutions.net>
3028 L:      linux-wireless@vger.kernel.org
3029 W:      http://wireless.kernel.org/
3030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3032 S:      Maintained
3033 F:      include/uapi/linux/nl80211.h
3034 F:      include/net/cfg80211.h
3035 F:      net/wireless/*
3036 X:      net/wireless/wext*
3037
3038 CHAR and MISC DRIVERS
3039 M:      Arnd Bergmann <arnd@arndb.de>
3040 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3041 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3042 S:      Supported
3043 F:      drivers/char/*
3044 F:      drivers/misc/*
3045 F:      include/linux/miscdevice.h
3046
3047 CHECKPATCH
3048 M:      Andy Whitcroft <apw@canonical.com>
3049 M:      Joe Perches <joe@perches.com>
3050 S:      Maintained
3051 F:      scripts/checkpatch.pl
3052
3053 CHINESE DOCUMENTATION
3054 M:      Harry Wei <harryxiyou@gmail.com>
3055 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3056 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
3057 S:      Maintained
3058 F:      Documentation/zh_CN/
3059
3060 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3061 M:      Peter Chen <Peter.Chen@nxp.com>
3062 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3063 L:      linux-usb@vger.kernel.org
3064 S:      Maintained
3065 F:      drivers/usb/chipidea/
3066
3067 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3068 M:      Hans de Goede <hdegoede@redhat.com>
3069 L:      linux-input@vger.kernel.org
3070 S:      Maintained
3071 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3072 F:      drivers/input/touchscreen/chipone_icn8318.c
3073
3074 CHROME HARDWARE PLATFORM SUPPORT
3075 M:      Olof Johansson <olof@lixom.net>
3076 S:      Maintained
3077 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3078 F:      drivers/platform/chrome/
3079
3080 CISCO VIC ETHERNET NIC DRIVER
3081 M:      Christian Benvenuti <benve@cisco.com>
3082 M:      Sujith Sankar <ssujith@cisco.com>
3083 M:      Govindarajulu Varadarajan <_govind@gmx.com>
3084 M:      Neel Patel <neepatel@cisco.com>
3085 S:      Supported
3086 F:      drivers/net/ethernet/cisco/enic/
3087
3088 CISCO VIC LOW LATENCY NIC DRIVER
3089 M:      Christian Benvenuti <benve@cisco.com>
3090 M:      Dave Goodell <dgoodell@cisco.com>
3091 S:      Supported
3092 F:      drivers/infiniband/hw/usnic/
3093
3094 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3095 M:      Hartley Sweeten <hsweeten@visionengravers.com>
3096 L:      netdev@vger.kernel.org
3097 S:      Maintained
3098 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3099
3100 CIRRUS LOGIC AUDIO CODEC DRIVERS
3101 M:      Brian Austin <brian.austin@cirrus.com>
3102 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
3103 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3104 S:      Maintained
3105 F:      sound/soc/codecs/cs*
3106
3107 CLEANCACHE API
3108 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3109 L:      linux-kernel@vger.kernel.org
3110 S:      Maintained
3111 F:      mm/cleancache.c
3112 F:      include/linux/cleancache.h
3113
3114 CLK API
3115 M:      Russell King <linux@armlinux.org.uk>
3116 L:      linux-clk@vger.kernel.org
3117 S:      Maintained
3118 F:      include/linux/clk.h
3119
3120 CLOCKSOURCE, CLOCKEVENT DRIVERS
3121 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3122 M:      Thomas Gleixner <tglx@linutronix.de>
3123 L:      linux-kernel@vger.kernel.org
3124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3125 S:      Supported
3126 F:      drivers/clocksource
3127
3128 CISCO FCOE HBA DRIVER
3129 M:      Hiral Patel <hiralpat@cisco.com>
3130 M:      Suma Ramars <sramars@cisco.com>
3131 M:      Brian Uchino <buchino@cisco.com>
3132 L:      linux-scsi@vger.kernel.org
3133 S:      Supported
3134 F:      drivers/scsi/fnic/
3135
3136 CISCO SCSI HBA DRIVER
3137 M:      Narsimhulu Musini <nmusini@cisco.com>
3138 M:      Sesidhar Baddela <sebaddel@cisco.com>
3139 L:      linux-scsi@vger.kernel.org
3140 S:      Supported
3141 F:      drivers/scsi/snic/
3142
3143 CMPC ACPI DRIVER
3144 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3145 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3146 L:      platform-driver-x86@vger.kernel.org
3147 S:      Supported
3148 F:      drivers/platform/x86/classmate-laptop.c
3149
3150 COBALT MEDIA DRIVER
3151 M:      Hans Verkuil <hans.verkuil@cisco.com>
3152 L:      linux-media@vger.kernel.org
3153 T:      git git://linuxtv.org/media_tree.git
3154 W:      https://linuxtv.org
3155 S:      Supported
3156 F:      drivers/media/pci/cobalt/
3157
3158 COCCINELLE/Semantic Patches (SmPL)
3159 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3160 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3161 M:      Nicolas Palix <nicolas.palix@imag.fr>
3162 M:      Michal Marek <mmarek@suse.com>
3163 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3165 W:      http://coccinelle.lip6.fr/
3166 S:      Supported
3167 F:      Documentation/dev-tools/coccinelle.rst
3168 F:      scripts/coccinelle/
3169 F:      scripts/coccicheck
3170
3171 CODA FILE SYSTEM
3172 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3173 M:      coda@cs.cmu.edu
3174 L:      codalist@coda.cs.cmu.edu
3175 W:      http://www.coda.cs.cmu.edu/
3176 S:      Maintained
3177 F:      Documentation/filesystems/coda.txt
3178 F:      fs/coda/
3179 F:      include/linux/coda*.h
3180 F:      include/uapi/linux/coda*.h
3181
3182 CODA V4L2 MEM2MEM DRIVER
3183 M:      Philipp Zabel <p.zabel@pengutronix.de>
3184 L:      linux-media@vger.kernel.org
3185 S:      Maintained
3186 F:      Documentation/devicetree/bindings/media/coda.txt
3187 F:      drivers/media/platform/coda/
3188
3189 COMMON CLK FRAMEWORK
3190 M:      Michael Turquette <mturquette@baylibre.com>
3191 M:      Stephen Boyd <sboyd@codeaurora.org>
3192 L:      linux-clk@vger.kernel.org
3193 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3194 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3195 S:      Maintained
3196 F:      Documentation/devicetree/bindings/clock/
3197 F:      drivers/clk/
3198 X:      drivers/clk/clkdev.c
3199 F:      include/linux/clk-pr*
3200 F:      include/linux/clk/
3201
3202 COMMON INTERNET FILE SYSTEM (CIFS)
3203 M:      Steve French <sfrench@samba.org>
3204 L:      linux-cifs@vger.kernel.org
3205 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3206 W:      http://linux-cifs.samba.org/
3207 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3208 S:      Supported
3209 F:      Documentation/filesystems/cifs/
3210 F:      fs/cifs/
3211
3212 COMPACTPCI HOTPLUG CORE
3213 M:      Scott Murray <scott@spiteful.org>
3214 L:      linux-pci@vger.kernel.org
3215 S:      Maintained
3216 F:      drivers/pci/hotplug/cpci_hotplug*
3217
3218 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3219 M:      Scott Murray <scott@spiteful.org>
3220 L:      linux-pci@vger.kernel.org
3221 S:      Maintained
3222 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3223
3224 COMPACTPCI HOTPLUG GENERIC DRIVER
3225 M:      Scott Murray <scott@spiteful.org>
3226 L:      linux-pci@vger.kernel.org
3227 S:      Maintained
3228 F:      drivers/pci/hotplug/cpcihp_generic.c
3229
3230 COMPAL LAPTOP SUPPORT
3231 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3232 L:      platform-driver-x86@vger.kernel.org
3233 S:      Maintained
3234 F:      drivers/platform/x86/compal-laptop.c
3235
3236 CONEXANT ACCESSRUNNER USB DRIVER
3237 L:      accessrunner-general@lists.sourceforge.net
3238 W:      http://accessrunner.sourceforge.net/
3239 S:      Orphan
3240 F:      drivers/usb/atm/cxacru.c
3241
3242 CONFIGFS
3243 M:      Joel Becker <jlbec@evilplan.org>
3244 M:      Christoph Hellwig <hch@lst.de>
3245 T:      git git://git.infradead.org/users/hch/configfs.git
3246 S:      Supported
3247 F:      fs/configfs/
3248 F:      include/linux/configfs.h
3249
3250 CONNECTOR
3251 M:      Evgeniy Polyakov <zbr@ioremap.net>
3252 L:      netdev@vger.kernel.org
3253 S:      Maintained
3254 F:      drivers/connector/
3255
3256 CONTROL GROUP (CGROUP)
3257 M:      Tejun Heo <tj@kernel.org>
3258 M:      Li Zefan <lizefan@huawei.com>
3259 M:      Johannes Weiner <hannes@cmpxchg.org>
3260 L:      cgroups@vger.kernel.org
3261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3262 S:      Maintained
3263 F:      Documentation/cgroup*
3264 F:      include/linux/cgroup*
3265 F:      kernel/cgroup*
3266
3267 CONTROL GROUP - CPUSET
3268 M:      Li Zefan <lizefan@huawei.com>
3269 L:      cgroups@vger.kernel.org
3270 W:      http://www.bullopensource.org/cpuset/
3271 W:      http://oss.sgi.com/projects/cpusets/
3272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3273 S:      Maintained
3274 F:      Documentation/cgroup-v1/cpusets.txt
3275 F:      include/linux/cpuset.h
3276 F:      kernel/cpuset.c
3277
3278 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3279 M:      Johannes Weiner <hannes@cmpxchg.org>
3280 M:      Michal Hocko <mhocko@kernel.org>
3281 M:      Vladimir Davydov <vdavydov.dev@gmail.com>
3282 L:      cgroups@vger.kernel.org
3283 L:      linux-mm@kvack.org
3284 S:      Maintained
3285 F:      mm/memcontrol.c
3286 F:      mm/swap_cgroup.c
3287
3288 CORETEMP HARDWARE MONITORING DRIVER
3289 M:      Fenghua Yu <fenghua.yu@intel.com>
3290 L:      linux-hwmon@vger.kernel.org
3291 S:      Maintained
3292 F:      Documentation/hwmon/coretemp
3293 F:      drivers/hwmon/coretemp.c
3294
3295 COSA/SRP SYNC SERIAL DRIVER
3296 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3297 W:      http://www.fi.muni.cz/~kas/cosa/
3298 S:      Maintained
3299 F:      drivers/net/wan/cosa*
3300
3301 CPMAC ETHERNET DRIVER
3302 M:      Florian Fainelli <f.fainelli@gmail.com>
3303 L:      netdev@vger.kernel.org
3304 S:      Maintained
3305 F:      drivers/net/ethernet/ti/cpmac.c
3306
3307 CPU FREQUENCY DRIVERS
3308 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3309 M:      Viresh Kumar <viresh.kumar@linaro.org>
3310 L:      linux-pm@vger.kernel.org
3311 S:      Maintained
3312 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3313 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3314 F:      Documentation/cpu-freq/
3315 F:      drivers/cpufreq/
3316 F:      include/linux/cpufreq.h
3317
3318 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3319 M:      Viresh Kumar <viresh.kumar@linaro.org>
3320 M:      Sudeep Holla <sudeep.holla@arm.com>
3321 L:      linux-pm@vger.kernel.org
3322 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3323 S:      Maintained
3324 F:      drivers/cpufreq/arm_big_little.h
3325 F:      drivers/cpufreq/arm_big_little.c
3326 F:      drivers/cpufreq/arm_big_little_dt.c
3327
3328 CPUIDLE DRIVER - ARM BIG LITTLE
3329 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3330 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3331 L:      linux-pm@vger.kernel.org
3332 L:      linux-arm-kernel@lists.infradead.org
3333 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3334 S:      Maintained
3335 F:      drivers/cpuidle/cpuidle-big_little.c
3336
3337 CPUIDLE DRIVER - ARM EXYNOS
3338 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3339 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3340 M:      Kukjin Kim <kgene@kernel.org>
3341 L:      linux-pm@vger.kernel.org
3342 L:      linux-samsung-soc@vger.kernel.org
3343 S:      Supported
3344 F:      drivers/cpuidle/cpuidle-exynos.c
3345 F:      arch/arm/mach-exynos/pm.c
3346
3347 CPUIDLE DRIVERS
3348 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3349 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3350 L:      linux-pm@vger.kernel.org
3351 S:      Maintained
3352 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3353 F:      drivers/cpuidle/*
3354 F:      include/linux/cpuidle.h
3355
3356 CPUID/MSR DRIVER
3357 M:      "H. Peter Anvin" <hpa@zytor.com>
3358 S:      Maintained
3359 F:      arch/x86/kernel/cpuid.c
3360 F:      arch/x86/kernel/msr.c
3361
3362 CPU POWER MONITORING SUBSYSTEM
3363 M:      Thomas Renninger <trenn@suse.com>
3364 L:      linux-pm@vger.kernel.org
3365 S:      Maintained
3366 F:      tools/power/cpupower/
3367
3368 CRAMFS FILESYSTEM
3369 W:      http://sourceforge.net/projects/cramfs/
3370 S:      Orphan / Obsolete
3371 F:      Documentation/filesystems/cramfs.txt
3372 F:      fs/cramfs/
3373
3374 CRIS PORT
3375 M:      Mikael Starvik <starvik@axis.com>
3376 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3377 L:      linux-cris-kernel@axis.com
3378 W:      http://developer.axis.com
3379 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3380 S:      Maintained
3381 F:      arch/cris/
3382 F:      drivers/tty/serial/crisv10.*
3383
3384 CRYPTO API
3385 M:      Herbert Xu <herbert@gondor.apana.org.au>
3386 M:      "David S. Miller" <davem@davemloft.net>
3387 L:      linux-crypto@vger.kernel.org
3388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3389 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3390 S:      Maintained
3391 F:      Documentation/crypto/
3392 F:      Documentation/devicetree/bindings/crypto/
3393 F:      Documentation/DocBook/crypto-API.tmpl
3394 F:      arch/*/crypto/
3395 F:      crypto/
3396 F:      drivers/crypto/
3397 F:      include/crypto/
3398
3399 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3400 M:      Neil Horman <nhorman@tuxdriver.com>
3401 L:      linux-crypto@vger.kernel.org
3402 S:      Maintained
3403 F:      crypto/ansi_cprng.c
3404 F:      crypto/rng.c
3405
3406 CS3308 MEDIA DRIVER
3407 M:      Hans Verkuil <hverkuil@xs4all.nl>
3408 L:      linux-media@vger.kernel.org
3409 T:      git git://linuxtv.org/media_tree.git
3410 W:      http://linuxtv.org
3411 S:      Odd Fixes
3412 F:      drivers/media/i2c/cs3308.c
3413 F:      drivers/media/i2c/cs3308.h
3414
3415 CS5535 Audio ALSA driver
3416 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3417 S:      Maintained
3418 F:      sound/pci/cs5535audio/
3419
3420 CW1200 WLAN driver
3421 M:      Solomon Peachy <pizza@shaftnet.org>
3422 S:      Maintained
3423 F:      drivers/net/wireless/st/cw1200/
3424
3425 CX18 VIDEO4LINUX DRIVER
3426 M:      Andy Walls <awalls@md.metrocast.net>
3427 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3428 L:      linux-media@vger.kernel.org
3429 T:      git git://linuxtv.org/media_tree.git
3430 W:      https://linuxtv.org
3431 W:      http://www.ivtvdriver.org/index.php/Cx18
3432 S:      Maintained
3433 F:      Documentation/video4linux/cx18.txt
3434 F:      drivers/media/pci/cx18/
3435 F:      include/uapi/linux/ivtv*
3436
3437 CX2341X MPEG ENCODER HELPER MODULE
3438 M:      Hans Verkuil <hverkuil@xs4all.nl>
3439 L:      linux-media@vger.kernel.org
3440 T:      git git://linuxtv.org/media_tree.git
3441 W:      https://linuxtv.org
3442 S:      Maintained
3443 F:      drivers/media/common/cx2341x*
3444 F:      include/media/cx2341x*
3445
3446 CX24120 MEDIA DRIVER
3447 M:      Jemma Denson <jdenson@gmail.com>
3448 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3449 L:      linux-media@vger.kernel.org
3450 W:      https://linuxtv.org
3451 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3452 S:      Maintained
3453 F:      drivers/media/dvb-frontends/cx24120*
3454
3455 CX88 VIDEO4LINUX DRIVER
3456 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
3457 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3458 L:      linux-media@vger.kernel.org
3459 W:      https://linuxtv.org
3460 T:      git git://linuxtv.org/media_tree.git
3461 S:      Odd fixes
3462 F:      Documentation/video4linux/cx88/
3463 F:      drivers/media/pci/cx88/
3464
3465 CXD2820R MEDIA DRIVER
3466 M:      Antti Palosaari <crope@iki.fi>
3467 L:      linux-media@vger.kernel.org
3468 W:      https://linuxtv.org
3469 W:      http://palosaari.fi/linux/
3470 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3471 T:      git git://linuxtv.org/anttip/media_tree.git
3472 S:      Maintained
3473 F:      drivers/media/dvb-frontends/cxd2820r*
3474
3475 CXGB3 ETHERNET DRIVER (CXGB3)
3476 M:      Santosh Raspatur <santosh@chelsio.com>
3477 L:      netdev@vger.kernel.org
3478 W:      http://www.chelsio.com
3479 S:      Supported
3480 F:      drivers/net/ethernet/chelsio/cxgb3/
3481
3482 CXGB3 ISCSI DRIVER (CXGB3I)
3483 M:      Karen Xie <kxie@chelsio.com>
3484 L:      linux-scsi@vger.kernel.org
3485 W:      http://www.chelsio.com
3486 S:      Supported
3487 F:      drivers/scsi/cxgbi/cxgb3i
3488
3489 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3490 M:      Steve Wise <swise@chelsio.com>
3491 L:      linux-rdma@vger.kernel.org
3492 W:      http://www.openfabrics.org
3493 S:      Supported
3494 F:      drivers/infiniband/hw/cxgb3/
3495
3496 CXGB4 ETHERNET DRIVER (CXGB4)
3497 M:      Hariprasad S <hariprasad@chelsio.com>
3498 L:      netdev@vger.kernel.org
3499 W:      http://www.chelsio.com
3500 S:      Supported
3501 F:      drivers/net/ethernet/chelsio/cxgb4/
3502
3503 CXGB4 ISCSI DRIVER (CXGB4I)
3504 M:      Karen Xie <kxie@chelsio.com>
3505 L:      linux-scsi@vger.kernel.org
3506 W:      http://www.chelsio.com
3507 S:      Supported
3508 F:      drivers/scsi/cxgbi/cxgb4i
3509
3510 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3511 M:      Steve Wise <swise@chelsio.com>
3512 L:      linux-rdma@vger.kernel.org
3513 W:      http://www.openfabrics.org
3514 S:      Supported
3515 F:      drivers/infiniband/hw/cxgb4/
3516
3517 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3518 M:      Casey Leedom <leedom@chelsio.com>
3519 L:      netdev@vger.kernel.org
3520 W:      http://www.chelsio.com
3521 S:      Supported
3522 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3523
3524 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3525 M:      Ian Munsie <imunsie@au1.ibm.com>
3526 M:      Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3527 L:      linuxppc-dev@lists.ozlabs.org
3528 S:      Supported
3529 F:      arch/powerpc/platforms/powernv/pci-cxl.c
3530 F:      drivers/misc/cxl/
3531 F:      include/misc/cxl*
3532 F:      include/uapi/misc/cxl.h
3533 F:      Documentation/powerpc/cxl.txt
3534 F:      Documentation/ABI/testing/sysfs-class-cxl
3535
3536 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3537 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3538 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3539 M:      Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3540 L:      linux-scsi@vger.kernel.org
3541 S:      Supported
3542 F:      drivers/scsi/cxlflash/
3543 F:      include/uapi/scsi/cxlflash_ioctls.h
3544 F:      Documentation/powerpc/cxlflash.txt
3545
3546 STMMAC ETHERNET DRIVER
3547 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3548 M:      Alexandre Torgue <alexandre.torgue@st.com>
3549 L:      netdev@vger.kernel.org
3550 W:      http://www.stlinux.com
3551 S:      Supported
3552 F:      drivers/net/ethernet/stmicro/stmmac/
3553
3554 CYBERPRO FB DRIVER
3555 M:      Russell King <linux@armlinux.org.uk>
3556 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3557 W:      http://www.armlinux.org.uk/
3558 S:      Maintained
3559 F:      drivers/video/fbdev/cyber2000fb.*
3560
3561 CYCLADES ASYNC MUX DRIVER
3562 W:      http://www.cyclades.com/
3563 S:      Orphan
3564 F:      drivers/tty/cyclades.c
3565 F:      include/linux/cyclades.h
3566 F:      include/uapi/linux/cyclades.h
3567
3568 CYCLADES PC300 DRIVER
3569 W:      http://www.cyclades.com/
3570 S:      Orphan
3571 F:      drivers/net/wan/pc300*
3572
3573 CYPRESS_FIRMWARE MEDIA DRIVER
3574 M:      Antti Palosaari <crope@iki.fi>
3575 L:      linux-media@vger.kernel.org
3576 W:      https://linuxtv.org
3577 W:      http://palosaari.fi/linux/
3578 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3579 T:      git git://linuxtv.org/anttip/media_tree.git
3580 S:      Maintained
3581 F:      drivers/media/common/cypress_firmware*
3582
3583 CYTTSP TOUCHSCREEN DRIVER
3584 M:      Ferruh Yigit <fery@cypress.com>
3585 L:      linux-input@vger.kernel.org
3586 S:      Supported
3587 F:      drivers/input/touchscreen/cyttsp*
3588 F:      include/linux/input/cyttsp.h
3589
3590 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3591 M:      Joshua Kinard <kumba@gentoo.org>
3592 S:      Maintained
3593 F:      drivers/rtc/rtc-ds1685.c
3594 F:      include/linux/rtc/ds1685.h
3595
3596 DAMA SLAVE for AX.25
3597 M:      Joerg Reuter <jreuter@yaina.de>
3598 W:      http://yaina.de/jreuter/
3599 W:      http://www.qsl.net/dl1bke/
3600 L:      linux-hams@vger.kernel.org
3601 S:      Maintained
3602 F:      net/ax25/af_ax25.c
3603 F:      net/ax25/ax25_dev.c
3604 F:      net/ax25/ax25_ds_*
3605 F:      net/ax25/ax25_in.c
3606 F:      net/ax25/ax25_out.c
3607 F:      net/ax25/ax25_timer.c
3608 F:      net/ax25/sysctl_net_ax25.c
3609
3610 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3611 L:      netdev@vger.kernel.org
3612 S:      Orphan
3613 F:      Documentation/networking/dmfe.txt
3614 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3615
3616 DC390/AM53C974 SCSI driver
3617 M:      Hannes Reinecke <hare@suse.com>
3618 L:      linux-scsi@vger.kernel.org
3619 S:      Maintained
3620 F:      drivers/scsi/am53c974.c
3621
3622 DC395x SCSI driver
3623 M:      Oliver Neukum <oliver@neukum.org>
3624 M:      Ali Akcaagac <aliakc@web.de>
3625 M:      Jamie Lenehan <lenehan@twibble.org>
3626 L:      dc395x@twibble.org
3627 W:      http://twibble.org/dist/dc395x/
3628 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3629 S:      Maintained
3630 F:      Documentation/scsi/dc395x.txt
3631 F:      drivers/scsi/dc395x.*
3632
3633 DCCP PROTOCOL
3634 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3635 L:      dccp@vger.kernel.org
3636 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3637 S:      Maintained
3638 F:      include/linux/dccp.h
3639 F:      include/uapi/linux/dccp.h
3640 F:      include/linux/tfrc.h
3641 F:      net/dccp/
3642
3643 DECnet NETWORK LAYER
3644 W:      http://linux-decnet.sourceforge.net
3645 L:      linux-decnet-user@lists.sourceforge.net
3646 S:      Orphan
3647 F:      Documentation/networking/decnet.txt
3648 F:      net/decnet/
3649
3650 DECSTATION PLATFORM SUPPORT
3651 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3652 L:      linux-mips@linux-mips.org
3653 W:      http://www.linux-mips.org/wiki/DECstation
3654 S:      Maintained
3655 F:      arch/mips/dec/
3656 F:      arch/mips/include/asm/dec/
3657 F:      arch/mips/include/asm/mach-dec/
3658
3659 DEFXX FDDI NETWORK DRIVER
3660 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3661 S:      Maintained
3662 F:      drivers/net/fddi/defxx.*
3663
3664 DELL LAPTOP DRIVER
3665 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3666 M:      Pali Rohár <pali.rohar@gmail.com>
3667 L:      platform-driver-x86@vger.kernel.org
3668 S:      Maintained
3669 F:      drivers/platform/x86/dell-laptop.c
3670
3671 DELL LAPTOP RBTN DRIVER
3672 M:      Pali Rohár <pali.rohar@gmail.com>
3673 S:      Maintained
3674 F:      drivers/platform/x86/dell-rbtn.*
3675
3676 DELL LAPTOP FREEFALL DRIVER
3677 M:      Pali Rohár <pali.rohar@gmail.com>
3678 S:      Maintained
3679 F:      drivers/platform/x86/dell-smo8800.c
3680
3681 DELL LAPTOP SMM DRIVER
3682 M:      Pali Rohár <pali.rohar@gmail.com>
3683 S:      Maintained
3684 F:      drivers/hwmon/dell-smm-hwmon.c
3685 F:      include/uapi/linux/i8k.h
3686
3687 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3688 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3689 S:      Maintained
3690 F:      Documentation/dcdbas.txt
3691 F:      drivers/firmware/dcdbas.*
3692
3693 DELL WMI EXTRAS DRIVER
3694 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3695 M:      Pali Rohár <pali.rohar@gmail.com>
3696 S:      Maintained
3697 F:      drivers/platform/x86/dell-wmi.c
3698
3699 DESIGNWARE USB2 DRD IP DRIVER
3700 M:      John Youn <johnyoun@synopsys.com>
3701 L:      linux-usb@vger.kernel.org
3702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3703 S:      Maintained
3704 F:      drivers/usb/dwc2/
3705
3706 DESIGNWARE USB3 DRD IP DRIVER
3707 M:      Felipe Balbi <balbi@kernel.org>
3708 L:      linux-usb@vger.kernel.org
3709 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3710 S:      Maintained
3711 F:      drivers/usb/dwc3/
3712
3713 DEVICE COREDUMP (DEV_COREDUMP)
3714 M:      Johannes Berg <johannes@sipsolutions.net>
3715 L:      linux-kernel@vger.kernel.org
3716 S:      Maintained
3717 F:      drivers/base/devcoredump.c
3718 F:      include/linux/devcoredump.h
3719
3720 DEVICE FREQUENCY (DEVFREQ)
3721 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3722 M:      Kyungmin Park <kyungmin.park@samsung.com>
3723 L:      linux-pm@vger.kernel.org
3724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3725 S:      Maintained
3726 F:      drivers/devfreq/
3727 F:      include/linux/devfreq.h
3728 F:      Documentation/devicetree/bindings/devfreq/
3729
3730 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3731 M:      Chanwoo Choi <cw00.choi@samsung.com>
3732 L:      linux-pm@vger.kernel.org
3733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3734 S:      Supported
3735 F:      drivers/devfreq/event/
3736 F:      drivers/devfreq/devfreq-event.c
3737 F:      include/linux/devfreq-event.h
3738 F:      Documentation/devicetree/bindings/devfreq/event/
3739
3740 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3741 M:      Chanwoo Choi <cw00.choi@samsung.com>
3742 L:      linux-pm@vger.kernel.org
3743 L:      linux-samsung-soc@vger.kernel.org
3744 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3745 S:      Maintained
3746 F:      drivers/devfreq/exynos-bus.c
3747 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3748
3749 DEVICE NUMBER REGISTRY
3750 M:      Torben Mathiasen <device@lanana.org>
3751 W:      http://lanana.org/docs/device-list/index.html
3752 S:      Maintained
3753
3754 DEVICE-MAPPER  (LVM)
3755 M:      Alasdair Kergon <agk@redhat.com>
3756 M:      Mike Snitzer <snitzer@redhat.com>
3757 M:      dm-devel@redhat.com
3758 L:      dm-devel@redhat.com
3759 W:      http://sources.redhat.com/dm
3760 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3762 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3763 S:      Maintained
3764 F:      Documentation/device-mapper/
3765 F:      drivers/md/dm*
3766 F:      drivers/md/persistent-data/
3767 F:      include/linux/device-mapper.h
3768 F:      include/linux/dm-*.h
3769 F:      include/uapi/linux/dm-*.h
3770
3771 DEVLINK
3772 M:      Jiri Pirko <jiri@mellanox.com>
3773 L:      netdev@vger.kernel.org
3774 S:      Supported
3775 F:      net/core/devlink.c
3776 F:      include/net/devlink.h
3777 F:      include/uapi/linux/devlink.h
3778
3779 DIALOG SEMICONDUCTOR DRIVERS
3780 M:      Support Opensource <support.opensource@diasemi.com>
3781 W:      http://www.dialog-semiconductor.com/products
3782 S:      Supported
3783 F:      Documentation/hwmon/da90??
3784 F:      Documentation/devicetree/bindings/mfd/da90*.txt
3785 F:      Documentation/devicetree/bindings/regulator/da92*.txt
3786 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3787 F:      drivers/gpio/gpio-da90??.c
3788 F:      drivers/hwmon/da90??-hwmon.c
3789 F:      drivers/iio/adc/da91??-*.c
3790 F:      drivers/input/misc/da90??_onkey.c
3791 F:      drivers/input/touchscreen/da9052_tsi.c
3792 F:      drivers/leds/leds-da90??.c
3793 F:      drivers/mfd/da903x.c
3794 F:      drivers/mfd/da90??-*.c
3795 F:      drivers/mfd/da91??-*.c
3796 F:      drivers/power/supply/da9052-battery.c
3797 F:      drivers/power/supply/da91??-*.c
3798 F:      drivers/regulator/da903x.c
3799 F:      drivers/regulator/da9???-regulator.[ch]
3800 F:      drivers/rtc/rtc-da90??.c
3801 F:      drivers/video/backlight/da90??_bl.c
3802 F:      drivers/watchdog/da90??_wdt.c
3803 F:      include/linux/mfd/da903x.h
3804 F:      include/linux/mfd/da9052/
3805 F:      include/linux/mfd/da9055/
3806 F:      include/linux/mfd/da9062/
3807 F:      include/linux/mfd/da9063/
3808 F:      include/linux/mfd/da9150/
3809 F:      include/linux/regulator/da9211.h
3810 F:      include/sound/da[79]*.h
3811 F:      sound/soc/codecs/da[79]*.[ch]
3812
3813 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3814 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
3815 L:      linux-gpio@vger.kernel.org
3816 S:      Maintained
3817 F:      drivers/gpio/gpio-gpio-mm.c
3818
3819 DIGI NEO AND CLASSIC PCI PRODUCTS
3820 M:      Lidza Louina <lidza.louina@gmail.com>
3821 M:      Mark Hounschell <markh@compro.net>
3822 L:      driverdev-devel@linuxdriverproject.org
3823 S:      Maintained
3824 F:      drivers/staging/dgnc/
3825
3826 DIOLAN U2C-12 I2C DRIVER
3827 M:      Guenter Roeck <linux@roeck-us.net>
3828 L:      linux-i2c@vger.kernel.org
3829 S:      Maintained
3830 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3831
3832 DIRECT ACCESS (DAX)
3833 M:      Matthew Wilcox <willy@linux.intel.com>
3834 L:      linux-fsdevel@vger.kernel.org
3835 S:      Supported
3836 F:      fs/dax.c
3837
3838 DIRECTORY NOTIFICATION (DNOTIFY)
3839 M:      Eric Paris <eparis@parisplace.org>
3840 S:      Maintained
3841 F:      Documentation/filesystems/dnotify.txt
3842 F:      fs/notify/dnotify/
3843 F:      include/linux/dnotify.h
3844
3845 DISK GEOMETRY AND PARTITION HANDLING
3846 M:      Andries Brouwer <aeb@cwi.nl>
3847 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3848 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3849 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3850 S:      Maintained
3851
3852 DISKQUOTA
3853 M:      Jan Kara <jack@suse.com>
3854 S:      Maintained
3855 F:      Documentation/filesystems/quota.txt
3856 F:      fs/quota/
3857 F:      include/linux/quota*.h
3858 F:      include/uapi/linux/quota*.h
3859
3860 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3861 M:      Bernie Thompson <bernie@plugable.com>
3862 L:      linux-fbdev@vger.kernel.org
3863 S:      Maintained
3864 W:      http://plugable.com/category/projects/udlfb/
3865 F:      drivers/video/fbdev/udlfb.c
3866 F:      include/video/udlfb.h
3867 F:      Documentation/fb/udlfb.txt
3868
3869 DISTRIBUTED LOCK MANAGER (DLM)
3870 M:      Christine Caulfield <ccaulfie@redhat.com>
3871 M:      David Teigland <teigland@redhat.com>
3872 L:      cluster-devel@redhat.com
3873 W:      http://sources.redhat.com/cluster/
3874 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3875 S:      Supported
3876 F:      fs/dlm/
3877
3878 DMA BUFFER SHARING FRAMEWORK
3879 M:      Sumit Semwal <sumit.semwal@linaro.org>
3880 S:      Maintained
3881 L:      linux-media@vger.kernel.org
3882 L:      dri-devel@lists.freedesktop.org
3883 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3884 F:      drivers/dma-buf/
3885 F:      include/linux/dma-buf*
3886 F:      include/linux/reservation.h
3887 F:      include/linux/*fence.h
3888 F:      Documentation/dma-buf-sharing.txt
3889 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3890
3891 SYNC FILE FRAMEWORK
3892 M:      Sumit Semwal <sumit.semwal@linaro.org>
3893 R:      Gustavo Padovan <gustavo@padovan.org>
3894 S:      Maintained
3895 L:      linux-media@vger.kernel.org
3896 L:      dri-devel@lists.freedesktop.org
3897 F:      drivers/dma-buf/sync_file.c
3898 F:      include/linux/sync_file.h
3899 F:      Documentation/sync_file.txt
3900 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3901
3902 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3903 M:      Vinod Koul <vinod.koul@intel.com>
3904 L:      dmaengine@vger.kernel.org
3905 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3906 S:      Maintained
3907 F:      drivers/dma/
3908 F:      include/linux/dmaengine.h
3909 F:      Documentation/devicetree/bindings/dma/
3910 F:      Documentation/dmaengine/
3911 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3912
3913 DME1737 HARDWARE MONITOR DRIVER
3914 M:      Juerg Haefliger <juergh@gmail.com>
3915 L:      linux-hwmon@vger.kernel.org
3916 S:      Maintained
3917 F:      Documentation/hwmon/dme1737
3918 F:      drivers/hwmon/dme1737.c
3919
3920 DMI/SMBIOS SUPPORT
3921 M:      Jean Delvare <jdelvare@suse.com>
3922 S:      Maintained
3923 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3924 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3925 F:      drivers/firmware/dmi-id.c
3926 F:      drivers/firmware/dmi_scan.c
3927 F:      include/linux/dmi.h
3928
3929 DOCUMENTATION
3930 M:      Jonathan Corbet <corbet@lwn.net>
3931 L:      linux-doc@vger.kernel.org
3932 S:      Maintained
3933 F:      Documentation/
3934 F:      scripts/docproc.c
3935 F:      scripts/kernel-doc*
3936 X:      Documentation/ABI/
3937 X:      Documentation/devicetree/
3938 X:      Documentation/acpi
3939 X:      Documentation/power
3940 X:      Documentation/spi
3941 X:      Documentation/DocBook/media
3942 T:      git git://git.lwn.net/linux.git docs-next
3943
3944 DOUBLETALK DRIVER
3945 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3946 L:      blinux-list@redhat.com
3947 S:      Maintained
3948 F:      drivers/char/dtlk.c
3949 F:      include/linux/dtlk.h
3950
3951 DPT_I2O SCSI RAID DRIVER
3952 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3953 L:      linux-scsi@vger.kernel.org
3954 W:      http://www.adaptec.com/
3955 S:      Maintained
3956 F:      drivers/scsi/dpt*
3957 F:      drivers/scsi/dpt/
3958
3959 DRBD DRIVER
3960 M:      Philipp Reisner <philipp.reisner@linbit.com>
3961 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
3962 L:      drbd-dev@lists.linbit.com
3963 W:      http://www.drbd.org
3964 T:      git git://git.linbit.com/linux-drbd.git
3965 T:      git git://git.linbit.com/drbd-8.4.git
3966 S:      Supported
3967 F:      drivers/block/drbd/
3968 F:      lib/lru_cache.c
3969 F:      Documentation/blockdev/drbd/
3970
3971 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3972 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3973 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3974 S:      Supported
3975 F:      Documentation/kobject.txt
3976 F:      drivers/base/
3977 F:      fs/debugfs/
3978 F:      fs/kernfs/
3979 F:      fs/sysfs/
3980 F:      include/linux/debugfs.h
3981 F:      include/linux/kobj*
3982 F:      lib/kobj*
3983
3984 DRM DRIVERS
3985 M:      David Airlie <airlied@linux.ie>
3986 L:      dri-devel@lists.freedesktop.org
3987 T:      git git://people.freedesktop.org/~airlied/linux
3988 S:      Maintained
3989 F:      drivers/gpu/drm/
3990 F:      drivers/gpu/vga/
3991 F:      Documentation/devicetree/bindings/display/
3992 F:      Documentation/devicetree/bindings/gpu/
3993 F:      Documentation/devicetree/bindings/video/
3994 F:      Documentation/gpu/
3995 F:      include/drm/
3996 F:      include/uapi/drm/
3997
3998 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
3999 M:      Dave Airlie <airlied@redhat.com>
4000 S:      Odd Fixes
4001 F:      drivers/gpu/drm/ast/
4002
4003 DRM DRIVER FOR BOCHS VIRTUAL GPU
4004 M:      Gerd Hoffmann <kraxel@redhat.com>
4005 S:      Odd Fixes
4006 F:      drivers/gpu/drm/bochs/
4007
4008 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4009 M:      Dave Airlie <airlied@redhat.com>
4010 S:      Odd Fixes
4011 F:      drivers/gpu/drm/cirrus/
4012
4013 RADEON and AMDGPU DRM DRIVERS
4014 M:      Alex Deucher <alexander.deucher@amd.com>
4015 M:      Christian König <christian.koenig@amd.com>
4016 L:      dri-devel@lists.freedesktop.org
4017 T:      git git://people.freedesktop.org/~agd5f/linux
4018 S:      Supported
4019 F:      drivers/gpu/drm/radeon/
4020 F:      include/uapi/drm/radeon_drm.h
4021 F:      drivers/gpu/drm/amd/
4022 F:      include/uapi/drm/amdgpu_drm.h
4023
4024 DRM PANEL DRIVERS
4025 M:      Thierry Reding <thierry.reding@gmail.com>
4026 L:      dri-devel@lists.freedesktop.org
4027 T:      git git://anongit.freedesktop.org/tegra/linux.git
4028 S:      Maintained
4029 F:      drivers/gpu/drm/drm_panel.c
4030 F:      drivers/gpu/drm/panel/
4031 F:      include/drm/drm_panel.h
4032 F:      Documentation/devicetree/bindings/display/panel/
4033
4034 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4035 M:      Daniel Vetter <daniel.vetter@intel.com>
4036 M:      Jani Nikula <jani.nikula@linux.intel.com>
4037 L:      intel-gfx@lists.freedesktop.org
4038 L:      dri-devel@lists.freedesktop.org
4039 W:      https://01.org/linuxgraphics/
4040 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
4041 T:      git git://anongit.freedesktop.org/drm-intel
4042 S:      Supported
4043 F:      drivers/gpu/drm/i915/
4044 F:      include/drm/i915*
4045 F:      include/uapi/drm/i915_drm.h
4046 F:      Documentation/gpu/i915.rst
4047
4048 DRM DRIVERS FOR ATMEL HLCDC
4049 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
4050 L:      dri-devel@lists.freedesktop.org
4051 S:      Supported
4052 F:      drivers/gpu/drm/atmel-hlcdc/
4053 F:      Documentation/devicetree/bindings/drm/atmel/
4054
4055 DRM DRIVERS FOR ALLWINNER A10
4056 M:      Maxime Ripard  <maxime.ripard@free-electrons.com>
4057 L:      dri-devel@lists.freedesktop.org
4058 S:      Supported
4059 F:      drivers/gpu/drm/sun4i/
4060 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4061
4062 DRM DRIVERS FOR EXYNOS
4063 M:      Inki Dae <inki.dae@samsung.com>
4064 M:      Joonyoung Shim <jy0922.shim@samsung.com>
4065 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
4066 M:      Kyungmin Park <kyungmin.park@samsung.com>
4067 L:      dri-devel@lists.freedesktop.org
4068 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4069 S:      Supported
4070 F:      drivers/gpu/drm/exynos/
4071 F:      include/uapi/drm/exynos_drm.h
4072 F:      Documentation/devicetree/bindings/display/exynos/
4073
4074 DRM DRIVERS FOR FREESCALE DCU
4075 M:      Stefan Agner <stefan@agner.ch>
4076 M:      Alison Wang <alison.wang@freescale.com>
4077 L:      dri-devel@lists.freedesktop.org
4078 S:      Supported
4079 F:      drivers/gpu/drm/fsl-dcu/
4080 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4081 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4082 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4083
4084 DRM DRIVERS FOR FREESCALE IMX
4085 M:      Philipp Zabel <p.zabel@pengutronix.de>
4086 L:      dri-devel@lists.freedesktop.org
4087 S:      Maintained
4088 F:      drivers/gpu/drm/imx/
4089 F:      drivers/gpu/ipu-v3/
4090 F:      Documentation/devicetree/bindings/display/imx/
4091
4092 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4093 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4094 L:      dri-devel@lists.freedesktop.org
4095 T:      git git://github.com/patjak/drm-gma500
4096 S:      Maintained
4097 F:      drivers/gpu/drm/gma500/
4098
4099 DRM DRIVERS FOR HISILICON
4100 M:      Xinliang Liu <z.liuxinliang@hisilicon.com>
4101 R:      Xinwei Kong <kong.kongxinwei@hisilicon.com>
4102 R:      Chen Feng <puck.chen@hisilicon.com>
4103 L:      dri-devel@lists.freedesktop.org
4104 T:      git git://github.com/xin3liang/linux.git
4105 S:      Maintained
4106 F:      drivers/gpu/drm/hisilicon/
4107 F:      Documentation/devicetree/bindings/display/hisilicon/
4108
4109 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4110 S:      Orphan / Obsolete
4111 F:      drivers/gpu/drm/i810/
4112 F:      include/uapi/drm/i810_drm.h
4113
4114 DRM DRIVER FOR MSM ADRENO GPU
4115 M:      Rob Clark <robdclark@gmail.com>
4116 L:      linux-arm-msm@vger.kernel.org
4117 L:      dri-devel@lists.freedesktop.org
4118 L:      freedreno@lists.freedesktop.org
4119 T:      git git://people.freedesktop.org/~robclark/linux
4120 S:      Maintained
4121 F:      drivers/gpu/drm/msm/
4122 F:      include/uapi/drm/msm_drm.h
4123 F:      Documentation/devicetree/bindings/display/msm/
4124
4125 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4126 M:      Ben Skeggs <bskeggs@redhat.com>
4127 L:      dri-devel@lists.freedesktop.org
4128 L:      nouveau@lists.freedesktop.org
4129 T:      git git://github.com/skeggsb/linux
4130 S:      Supported
4131 F:      drivers/gpu/drm/nouveau/
4132 F:      include/uapi/drm/nouveau_drm.h
4133
4134 DRM DRIVERS FOR NVIDIA TEGRA
4135 M:      Thierry Reding <thierry.reding@gmail.com>
4136 L:      dri-devel@lists.freedesktop.org
4137 L:      linux-tegra@vger.kernel.org
4138 T:      git git://anongit.freedesktop.org/tegra/linux.git
4139 S:      Supported
4140 F:      drivers/gpu/drm/tegra/
4141 F:      drivers/gpu/host1x/
4142 F:      include/linux/host1x.h
4143 F:      include/uapi/drm/tegra_drm.h
4144 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4145
4146 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4147 S:      Orphan / Obsolete
4148 F:      drivers/gpu/drm/mga/
4149 F:      include/uapi/drm/mga_drm.h
4150
4151 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4152 M:      Dave Airlie <airlied@redhat.com>
4153 S:      Odd Fixes
4154 F:      drivers/gpu/drm/mgag200/
4155
4156 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4157 S:      Orphan / Obsolete
4158 F:      drivers/gpu/drm/r128/
4159 F:      include/uapi/drm/r128_drm.h
4160
4161 DRM DRIVERS FOR RENESAS
4162 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4163 L:      dri-devel@lists.freedesktop.org
4164 L:      linux-renesas-soc@vger.kernel.org
4165 T:      git git://linuxtv.org/pinchartl/fbdev
4166 S:      Supported
4167 F:      drivers/gpu/drm/rcar-du/
4168 F:      drivers/gpu/drm/shmobile/
4169 F:      include/linux/platform_data/shmob_drm.h
4170 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4171
4172 DRM DRIVER FOR QXL VIRTUAL GPU
4173 M:      Dave Airlie <airlied@redhat.com>
4174 S:      Odd Fixes
4175 F:      drivers/gpu/drm/qxl/
4176 F:      include/uapi/drm/qxl_drm.h
4177
4178 DRM DRIVERS FOR ROCKCHIP
4179 M:      Mark Yao <mark.yao@rock-chips.com>
4180 L:      dri-devel@lists.freedesktop.org
4181 S:      Maintained
4182 F:      drivers/gpu/drm/rockchip/
4183 F:      Documentation/devicetree/bindings/display/rockchip/
4184
4185 DRM DRIVER FOR SAVAGE VIDEO CARDS
4186 S:      Orphan / Obsolete
4187 F:      drivers/gpu/drm/savage/
4188 F:      include/uapi/drm/savage_drm.h
4189
4190 DRM DRIVER FOR SIS VIDEO CARDS
4191 S:      Orphan / Obsolete
4192 F:      drivers/gpu/drm/sis/
4193 F:      include/uapi/drm/sis_drm.h
4194
4195 DRM DRIVERS FOR STI
4196 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
4197 M:      Vincent Abriou <vincent.abriou@st.com>
4198 L:      dri-devel@lists.freedesktop.org
4199 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4200 S:      Maintained
4201 F:      drivers/gpu/drm/sti
4202 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4203
4204 DRM DRIVER FOR TDFX VIDEO CARDS
4205 S:      Orphan / Obsolete
4206 F:      drivers/gpu/drm/tdfx/
4207
4208 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4209 M:      Dave Airlie <airlied@redhat.com>
4210 S:      Odd Fixes
4211 F:      drivers/gpu/drm/udl/
4212
4213 DRM DRIVERS FOR VIVANTE GPU IP
4214 M:      Lucas Stach <l.stach@pengutronix.de>
4215 R:      Russell King <linux+etnaviv@armlinux.org.uk>
4216 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
4217 L:      dri-devel@lists.freedesktop.org
4218 S:      Maintained
4219 F:      drivers/gpu/drm/etnaviv/
4220 F:      include/uapi/drm/etnaviv_drm.h
4221 F:      Documentation/devicetree/bindings/display/etnaviv/
4222
4223 DRM DRIVER FOR VMWARE VIRTUAL GPU
4224 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4225 M:      Sinclair Yeh <syeh@vmware.com>
4226 M:      Thomas Hellstrom <thellstrom@vmware.com>
4227 L:      dri-devel@lists.freedesktop.org
4228 T:      git git://people.freedesktop.org/~syeh/repos_linux
4229 T:      git git://people.freedesktop.org/~thomash/linux
4230 S:      Supported
4231 F:      drivers/gpu/drm/vmwgfx/
4232 F:      include/uapi/drm/vmwgfx_drm.h
4233
4234 DRM DRIVERS FOR VC4
4235 M:      Eric Anholt <eric@anholt.net>
4236 T:      git git://github.com/anholt/linux
4237 S:      Supported
4238 F:      drivers/gpu/drm/vc4/
4239 F:      include/uapi/drm/vc4_drm.h
4240 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4241
4242 DRM DRIVERS FOR TI OMAP
4243 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4244 L:      dri-devel@lists.freedesktop.org
4245 S:      Maintained
4246 F:      drivers/gpu/drm/omapdrm/
4247 F:      Documentation/devicetree/bindings/display/ti/
4248
4249 DRM DRIVERS FOR TI LCDC
4250 M:      Jyri Sarha <jsarha@ti.com>
4251 R:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4252 L:      dri-devel@lists.freedesktop.org
4253 S:      Maintained
4254 F:      drivers/gpu/drm/tilcdc/
4255 F:      Documentation/devicetree/bindings/display/tilcdc/
4256
4257 DSBR100 USB FM RADIO DRIVER
4258 M:      Alexey Klimov <klimov.linux@gmail.com>
4259 L:      linux-media@vger.kernel.org
4260 T:      git git://linuxtv.org/media_tree.git
4261 S:      Maintained
4262 F:      drivers/media/radio/dsbr100.c
4263
4264 DSCC4 DRIVER
4265 M:      Francois Romieu <romieu@fr.zoreil.com>
4266 L:      netdev@vger.kernel.org
4267 S:      Maintained
4268 F:      drivers/net/wan/dscc4.c
4269
4270 DT3155 MEDIA DRIVER
4271 M:      Hans Verkuil <hverkuil@xs4all.nl>
4272 L:      linux-media@vger.kernel.org
4273 T:      git git://linuxtv.org/media_tree.git
4274 W:      https://linuxtv.org
4275 S:      Odd Fixes
4276 F:      drivers/media/pci/dt3155/
4277
4278 DVB_USB_AF9015 MEDIA DRIVER
4279 M:      Antti Palosaari <crope@iki.fi>
4280 L:      linux-media@vger.kernel.org
4281 W:      https://linuxtv.org
4282 W:      http://palosaari.fi/linux/
4283 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4284 T:      git git://linuxtv.org/anttip/media_tree.git
4285 S:      Maintained
4286 F:      drivers/media/usb/dvb-usb-v2/af9015*
4287
4288 DVB_USB_AF9035 MEDIA DRIVER
4289 M:      Antti Palosaari <crope@iki.fi>
4290 L:      linux-media@vger.kernel.org
4291 W:      https://linuxtv.org
4292 W:      http://palosaari.fi/linux/
4293 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4294 T:      git git://linuxtv.org/anttip/media_tree.git
4295 S:      Maintained
4296 F:      drivers/media/usb/dvb-usb-v2/af9035*
4297
4298 DVB_USB_ANYSEE MEDIA DRIVER
4299 M:      Antti Palosaari <crope@iki.fi>
4300 L:      linux-media@vger.kernel.org
4301 W:      https://linuxtv.org
4302 W:      http://palosaari.fi/linux/
4303 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4304 T:      git git://linuxtv.org/anttip/media_tree.git
4305 S:      Maintained
4306 F:      drivers/media/usb/dvb-usb-v2/anysee*
4307
4308 DVB_USB_AU6610 MEDIA DRIVER
4309 M:      Antti Palosaari <crope@iki.fi>
4310 L:      linux-media@vger.kernel.org
4311 W:      https://linuxtv.org
4312 W:      http://palosaari.fi/linux/
4313 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4314 T:      git git://linuxtv.org/anttip/media_tree.git
4315 S:      Maintained
4316 F:      drivers/media/usb/dvb-usb-v2/au6610*
4317
4318 DVB_USB_CE6230 MEDIA DRIVER
4319 M:      Antti Palosaari <crope@iki.fi>
4320 L:      linux-media@vger.kernel.org
4321 W:      https://linuxtv.org
4322 W:      http://palosaari.fi/linux/
4323 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4324 T:      git git://linuxtv.org/anttip/media_tree.git
4325 S:      Maintained
4326 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4327
4328 DVB_USB_CXUSB MEDIA DRIVER
4329 M:      Michael Krufky <mkrufky@linuxtv.org>
4330 L:      linux-media@vger.kernel.org
4331 W:      https://linuxtv.org
4332 W:      http://github.com/mkrufky
4333 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4334 T:      git git://linuxtv.org/media_tree.git
4335 S:      Maintained
4336 F:      drivers/media/usb/dvb-usb/cxusb*
4337
4338 DVB_USB_EC168 MEDIA DRIVER
4339 M:      Antti Palosaari <crope@iki.fi>
4340 L:      linux-media@vger.kernel.org
4341 W:      https://linuxtv.org
4342 W:      http://palosaari.fi/linux/
4343 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4344 T:      git git://linuxtv.org/anttip/media_tree.git
4345 S:      Maintained
4346 F:      drivers/media/usb/dvb-usb-v2/ec168*
4347
4348 DVB_USB_GL861 MEDIA DRIVER
4349 M:      Antti Palosaari <crope@iki.fi>
4350 L:      linux-media@vger.kernel.org
4351 W:      https://linuxtv.org
4352 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4353 T:      git git://linuxtv.org/anttip/media_tree.git
4354 S:      Maintained
4355 F:      drivers/media/usb/dvb-usb-v2/gl861*
4356
4357 DVB_USB_MXL111SF MEDIA DRIVER
4358 M:      Michael Krufky <mkrufky@linuxtv.org>
4359 L:      linux-media@vger.kernel.org
4360 W:      https://linuxtv.org
4361 W:      http://github.com/mkrufky
4362 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4363 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4364 S:      Maintained
4365 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4366
4367 DVB_USB_RTL28XXU MEDIA DRIVER
4368 M:      Antti Palosaari <crope@iki.fi>
4369 L:      linux-media@vger.kernel.org
4370 W:      https://linuxtv.org
4371 W:      http://palosaari.fi/linux/
4372 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4373 T:      git git://linuxtv.org/anttip/media_tree.git
4374 S:      Maintained
4375 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4376
4377 DVB_USB_V2 MEDIA DRIVER
4378 M:      Antti Palosaari <crope@iki.fi>
4379 L:      linux-media@vger.kernel.org
4380 W:      https://linuxtv.org
4381 W:      http://palosaari.fi/linux/
4382 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4383 T:      git git://linuxtv.org/anttip/media_tree.git
4384 S:      Maintained
4385 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4386 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4387
4388 DYNAMIC DEBUG
4389 M:      Jason Baron <jbaron@akamai.com>
4390 S:      Maintained
4391 F:      lib/dynamic_debug.c
4392 F:      include/linux/dynamic_debug.h
4393
4394 DZ DECSTATION DZ11 SERIAL DRIVER
4395 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4396 S:      Maintained
4397 F:      drivers/tty/serial/dz.*
4398
4399 E3X0 POWER BUTTON DRIVER
4400 M:      Moritz Fischer <moritz.fischer@ettus.com>
4401 L:      usrp-users@lists.ettus.com
4402 W:      http://www.ettus.com
4403 S:      Supported
4404 F:      drivers/input/misc/e3x0-button.c
4405 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4406
4407 E4000 MEDIA DRIVER
4408 M:      Antti Palosaari <crope@iki.fi>
4409 L:      linux-media@vger.kernel.org
4410 W:      https://linuxtv.org
4411 W:      http://palosaari.fi/linux/
4412 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4413 T:      git git://linuxtv.org/anttip/media_tree.git
4414 S:      Maintained
4415 F:      drivers/media/tuners/e4000*
4416
4417 EATA ISA/EISA/PCI SCSI DRIVER
4418 M:      Dario Ballabio <ballabio_dario@emc.com>
4419 L:      linux-scsi@vger.kernel.org
4420 S:      Maintained
4421 F:      drivers/scsi/eata.c
4422
4423 EC100 MEDIA DRIVER
4424 M:      Antti Palosaari <crope@iki.fi>
4425 L:      linux-media@vger.kernel.org
4426 W:      https://linuxtv.org
4427 W:      http://palosaari.fi/linux/
4428 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4429 T:      git git://linuxtv.org/anttip/media_tree.git
4430 S:      Maintained
4431 F:      drivers/media/dvb-frontends/ec100*
4432
4433 ECRYPT FILE SYSTEM
4434 M:      Tyler Hicks <tyhicks@canonical.com>
4435 L:      ecryptfs@vger.kernel.org
4436 W:      http://ecryptfs.org
4437 W:      https://launchpad.net/ecryptfs
4438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4439 S:      Supported
4440 F:      Documentation/filesystems/ecryptfs.txt
4441 F:      fs/ecryptfs/
4442
4443 EDAC-CORE
4444 M:      Borislav Petkov <bp@alien8.de>
4445 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4446 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4447 L:      linux-edac@vger.kernel.org
4448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4449 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4450 S:      Supported
4451 F:      Documentation/edac.txt
4452 F:      drivers/edac/
4453 F:      include/linux/edac.h
4454
4455 EDAC-AMD64
4456 M:      Borislav Petkov <bp@alien8.de>
4457 L:      linux-edac@vger.kernel.org
4458 S:      Maintained
4459 F:      drivers/edac/amd64_edac*
4460
4461 EDAC-CALXEDA
4462 M:      Robert Richter <rric@kernel.org>
4463 L:      linux-edac@vger.kernel.org
4464 S:      Maintained
4465 F:      drivers/edac/highbank*
4466
4467 EDAC-CAVIUM
4468 M:      Ralf Baechle <ralf@linux-mips.org>
4469 M:      David Daney <david.daney@cavium.com>
4470 L:      linux-edac@vger.kernel.org
4471 L:      linux-mips@linux-mips.org
4472 S:      Supported
4473 F:      drivers/edac/octeon_edac*
4474
4475 EDAC-E752X
4476 M:      Mark Gross <mark.gross@intel.com>
4477 L:      linux-edac@vger.kernel.org
4478 S:      Maintained
4479 F:      drivers/edac/e752x_edac.c
4480
4481 EDAC-E7XXX
4482 L:      linux-edac@vger.kernel.org
4483 S:      Maintained
4484 F:      drivers/edac/e7xxx_edac.c
4485
4486 EDAC-FSL_DDR
4487 M:      York Sun <york.sun@nxp.com>
4488 L:      linux-edac@vger.kernel.org
4489 S:      Maintained
4490 F:      drivers/edac/fsl_ddr_edac.*
4491
4492 EDAC-GHES
4493 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4494 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4495 L:      linux-edac@vger.kernel.org
4496 S:      Maintained
4497 F:      drivers/edac/ghes_edac.c
4498
4499 EDAC-I82443BXGX
4500 M:      Tim Small <tim@buttersideup.com>
4501 L:      linux-edac@vger.kernel.org
4502 S:      Maintained
4503 F:      drivers/edac/i82443bxgx_edac.c
4504
4505 EDAC-I3000
4506 L:      linux-edac@vger.kernel.org
4507 S:      Orphan
4508 F:      drivers/edac/i3000_edac.c
4509
4510 EDAC-I5000
4511 L:      linux-edac@vger.kernel.org
4512 S:      Maintained
4513 F:      drivers/edac/i5000_edac.c
4514
4515 EDAC-I5400
4516 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4517 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4518 L:      linux-edac@vger.kernel.org
4519 S:      Maintained
4520 F:      drivers/edac/i5400_edac.c
4521
4522 EDAC-I7300
4523 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4524 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4525 L:      linux-edac@vger.kernel.org
4526 S:      Maintained
4527 F:      drivers/edac/i7300_edac.c
4528
4529 EDAC-I7CORE
4530 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4531 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4532 L:      linux-edac@vger.kernel.org
4533 S:      Maintained
4534 F:      drivers/edac/i7core_edac.c
4535
4536 EDAC-I82975X
4537 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4538 M:      "Arvind R." <arvino55@gmail.com>
4539 L:      linux-edac@vger.kernel.org
4540 S:      Maintained
4541 F:      drivers/edac/i82975x_edac.c
4542
4543 EDAC-IE31200
4544 M:      Jason Baron <jbaron@akamai.com>
4545 L:      linux-edac@vger.kernel.org
4546 S:      Maintained
4547 F:      drivers/edac/ie31200_edac.c
4548
4549 EDAC-MPC85XX
4550 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4551 L:      linux-edac@vger.kernel.org
4552 S:      Maintained
4553 F:      drivers/edac/mpc85xx_edac.[ch]
4554
4555 EDAC-PASEMI
4556 M:      Egor Martovetsky <egor@pasemi.com>
4557 L:      linux-edac@vger.kernel.org
4558 S:      Maintained
4559 F:      drivers/edac/pasemi_edac.c
4560
4561 EDAC-R82600
4562 M:      Tim Small <tim@buttersideup.com>
4563 L:      linux-edac@vger.kernel.org
4564 S:      Maintained
4565 F:      drivers/edac/r82600_edac.c
4566
4567 EDAC-SBRIDGE
4568 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4569 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4570 L:      linux-edac@vger.kernel.org
4571 S:      Maintained
4572 F:      drivers/edac/sb_edac.c
4573
4574 EDAC-SKYLAKE
4575 M:      Tony Luck <tony.luck@intel.com>
4576 L:      linux-edac@vger.kernel.org
4577 S:      Maintained
4578 F:      drivers/edac/skx_edac.c
4579
4580 EDAC-XGENE
4581 APPLIED MICRO (APM) X-GENE SOC EDAC
4582 M:     Loc Ho <lho@apm.com>
4583 S:     Supported
4584 F:     drivers/edac/xgene_edac.c
4585 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4586
4587 EDIROL UA-101/UA-1000 DRIVER
4588 M:      Clemens Ladisch <clemens@ladisch.de>
4589 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4590 T:      git git://git.alsa-project.org/alsa-kernel.git
4591 S:      Maintained
4592 F:      sound/usb/misc/ua101.c
4593
4594 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4595 M:      Matt Fleming <matt@codeblueprint.co.uk>
4596 L:      linux-efi@vger.kernel.org
4597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4598 S:      Maintained
4599 F:      Documentation/efi-stub.txt
4600 F:      arch/ia64/kernel/efi.c
4601 F:      arch/x86/boot/compressed/eboot.[ch]
4602 F:      arch/x86/include/asm/efi.h
4603 F:      arch/x86/platform/efi/
4604 F:      drivers/firmware/efi/
4605 F:      include/linux/efi*.h
4606
4607 EFI VARIABLE FILESYSTEM
4608 M:      Matthew Garrett <matthew.garrett@nebula.com>
4609 M:      Jeremy Kerr <jk@ozlabs.org>
4610 M:      Matt Fleming <matt@codeblueprint.co.uk>
4611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4612 L:      linux-efi@vger.kernel.org
4613 S:      Maintained
4614 F:      fs/efivarfs/
4615
4616 EFIFB FRAMEBUFFER DRIVER
4617 L:      linux-fbdev@vger.kernel.org
4618 M:      Peter Jones <pjones@redhat.com>
4619 S:      Maintained
4620 F:      drivers/video/fbdev/efifb.c
4621
4622 EFI TEST DRIVER
4623 L:      linux-efi@vger.kernel.org
4624 M:      Ivan Hu <ivan.hu@canonical.com>
4625 M:      Matt Fleming <matt@codeblueprint.co.uk>
4626 S:      Maintained
4627 F:      drivers/firmware/efi/test/
4628
4629 EFS FILESYSTEM
4630 W:      http://aeschi.ch.eu.org/efs/
4631 S:      Orphan
4632 F:      fs/efs/
4633
4634 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4635 M:      Douglas Miller <dougmill@linux.vnet.ibm.com>
4636 L:      netdev@vger.kernel.org
4637 S:      Maintained
4638 F:      drivers/net/ethernet/ibm/ehea/
4639
4640 EM28XX VIDEO4LINUX DRIVER
4641 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4642 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4643 L:      linux-media@vger.kernel.org
4644 W:      https://linuxtv.org
4645 T:      git git://linuxtv.org/media_tree.git
4646 S:      Maintained
4647 F:      drivers/media/usb/em28xx/
4648
4649 EMBEDDED LINUX
4650 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4651 M:      Matt Mackall <mpm@selenic.com>
4652 M:      David Woodhouse <dwmw2@infradead.org>
4653 L:      linux-embedded@vger.kernel.org
4654 S:      Maintained
4655
4656 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4657 M:      James Smart <james.smart@avagotech.com>
4658 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4659 L:      linux-scsi@vger.kernel.org
4660 W:      http://www.avagotech.com
4661 S:      Supported
4662 F:      drivers/scsi/lpfc/
4663
4664 ENE CB710 FLASH CARD READER DRIVER
4665 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
4666 S:      Maintained
4667 F:      drivers/misc/cb710/
4668 F:      drivers/mmc/host/cb710-mmc.*
4669 F:      include/linux/cb710.h
4670
4671 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4672 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4673 S:      Maintained
4674 F:      drivers/media/rc/ene_ir.*
4675
4676 EPSON S1D13XXX FRAMEBUFFER DRIVER
4677 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4678 S:      Maintained
4679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4680 F:      drivers/video/fbdev/s1d13xxxfb.c
4681 F:      include/video/s1d13xxxfb.h
4682
4683 ET131X NETWORK DRIVER
4684 M:      Mark Einon <mark.einon@gmail.com>
4685 S:      Odd Fixes
4686 F:      drivers/net/ethernet/agere/
4687
4688 ETHERNET BRIDGE
4689 M:      Stephen Hemminger <stephen@networkplumber.org>
4690 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
4691 L:      netdev@vger.kernel.org
4692 W:      http://www.linuxfoundation.org/en/Net:Bridge
4693 S:      Maintained
4694 F:      include/linux/netfilter_bridge/
4695 F:      net/bridge/
4696
4697 ETHERNET PHY LIBRARY
4698 M:      Florian Fainelli <f.fainelli@gmail.com>
4699 L:      netdev@vger.kernel.org
4700 S:      Maintained
4701 F:      include/linux/phy.h
4702 F:      include/linux/phy_fixed.h
4703 F:      drivers/net/phy/
4704 F:      Documentation/networking/phy.txt
4705 F:      drivers/of/of_mdio.c
4706 F:      drivers/of/of_net.c
4707
4708 EXT2 FILE SYSTEM
4709 M:      Jan Kara <jack@suse.com>
4710 L:      linux-ext4@vger.kernel.org
4711 S:      Maintained
4712 F:      Documentation/filesystems/ext2.txt
4713 F:      fs/ext2/
4714 F:      include/linux/ext2*
4715
4716 EXT4 FILE SYSTEM
4717 M:      "Theodore Ts'o" <tytso@mit.edu>
4718 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4719 L:      linux-ext4@vger.kernel.org
4720 W:      http://ext4.wiki.kernel.org
4721 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4722 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4723 S:      Maintained
4724 F:      Documentation/filesystems/ext4.txt
4725 F:      fs/ext4/
4726
4727 Extended Verification Module (EVM)
4728 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4729 L:      linux-ima-devel@lists.sourceforge.net
4730 L:      linux-security-module@vger.kernel.org
4731 S:      Supported
4732 F:      security/integrity/evm/
4733
4734 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4735 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4736 M:      Chanwoo Choi <cw00.choi@samsung.com>
4737 L:      linux-kernel@vger.kernel.org
4738 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4739 S:      Maintained
4740 F:      drivers/extcon/
4741 F:      include/linux/extcon/
4742 F:      include/linux/extcon.h
4743 F:      Documentation/extcon/
4744 F:      Documentation/devicetree/bindings/extcon/
4745
4746 EXYNOS DP DRIVER
4747 M:      Jingoo Han <jingoohan1@gmail.com>
4748 L:      dri-devel@lists.freedesktop.org
4749 S:      Maintained
4750 F:      drivers/gpu/drm/exynos/exynos_dp*
4751
4752 EXYNOS SYSMMU (IOMMU) driver
4753 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4754 L:      iommu@lists.linux-foundation.org
4755 S:      Maintained
4756 F:      drivers/iommu/exynos-iommu.c
4757
4758 EXYNOS MIPI DISPLAY DRIVERS
4759 M:      Inki Dae <inki.dae@samsung.com>
4760 M:      Donghwa Lee <dh09.lee@samsung.com>
4761 M:      Kyungmin Park <kyungmin.park@samsung.com>
4762 L:      linux-fbdev@vger.kernel.org
4763 S:      Maintained
4764 F:      drivers/video/fbdev/exynos/exynos_mipi*
4765 F:      include/video/exynos_mipi*
4766
4767 EZchip NPS platform support
4768 M:      Noam Camus <noamc@ezchip.com>
4769 S:      Supported
4770 F:      arch/arc/plat-eznps
4771 F:      arch/arc/boot/dts/eznps.dts
4772
4773 F71805F HARDWARE MONITORING DRIVER
4774 M:      Jean Delvare <jdelvare@suse.com>
4775 L:      linux-hwmon@vger.kernel.org
4776 S:      Maintained
4777 F:      Documentation/hwmon/f71805f
4778 F:      drivers/hwmon/f71805f.c
4779
4780 FC0011 TUNER DRIVER
4781 M:      Michael Buesch <m@bues.ch>
4782 L:      linux-media@vger.kernel.org
4783 S:      Maintained
4784 F:      drivers/media/tuners/fc0011.h
4785 F:      drivers/media/tuners/fc0011.c
4786
4787 FC2580 MEDIA DRIVER
4788 M:      Antti Palosaari <crope@iki.fi>
4789 L:      linux-media@vger.kernel.org
4790 W:      https://linuxtv.org
4791 W:      http://palosaari.fi/linux/
4792 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4793 T:      git git://linuxtv.org/anttip/media_tree.git
4794 S:      Maintained
4795 F:      drivers/media/tuners/fc2580*
4796
4797 FANOTIFY
4798 M:      Eric Paris <eparis@redhat.com>
4799 S:      Maintained
4800 F:      fs/notify/fanotify/
4801 F:      include/linux/fanotify.h
4802 F:      include/uapi/linux/fanotify.h
4803
4804 FARSYNC SYNCHRONOUS DRIVER
4805 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4806 W:      http://www.farsite.co.uk/
4807 S:      Supported
4808 F:      drivers/net/wan/farsync.*
4809
4810 FAULT INJECTION SUPPORT
4811 M:      Akinobu Mita <akinobu.mita@gmail.com>
4812 S:      Supported
4813 F:      Documentation/fault-injection/
4814 F:      lib/fault-inject.c
4815
4816 FBTFT Framebuffer drivers
4817 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4818 M:      Noralf Trønnes <noralf@tronnes.org>
4819 S:      Maintained
4820 F:      drivers/staging/fbtft/
4821
4822 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4823 M:      Johannes Thumshirn <jth@kernel.org>
4824 L:      fcoe-devel@open-fcoe.org
4825 W:      www.Open-FCoE.org
4826 S:      Supported
4827 F:      drivers/scsi/libfc/
4828 F:      drivers/scsi/fcoe/
4829 F:      include/scsi/fc/
4830 F:      include/scsi/libfc.h
4831 F:      include/scsi/libfcoe.h
4832 F:      include/uapi/scsi/fc/
4833
4834 FILE LOCKING (flock() and fcntl()/lockf())
4835 M:      Jeff Layton <jlayton@poochiereds.net>
4836 M:      "J. Bruce Fields" <bfields@fieldses.org>
4837 L:      linux-fsdevel@vger.kernel.org
4838 S:      Maintained
4839 F:      include/linux/fcntl.h
4840 F:      include/linux/fs.h
4841 F:      include/uapi/linux/fcntl.h
4842 F:      include/uapi/linux/fs.h
4843 F:      fs/fcntl.c
4844 F:      fs/locks.c
4845
4846 FILESYSTEMS (VFS and infrastructure)
4847 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4848 L:      linux-fsdevel@vger.kernel.org
4849 S:      Maintained
4850 F:      fs/*
4851
4852 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4853 M:      Riku Voipio <riku.voipio@iki.fi>
4854 L:      linux-hwmon@vger.kernel.org
4855 S:      Maintained
4856 F:      drivers/hwmon/f75375s.c
4857 F:      include/linux/f75375s.h
4858
4859 FIREWIRE AUDIO DRIVERS
4860 M:      Clemens Ladisch <clemens@ladisch.de>
4861 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4862 T:      git git://git.alsa-project.org/alsa-kernel.git
4863 S:      Maintained
4864 F:      sound/firewire/
4865
4866 FIREWIRE MEDIA DRIVERS (firedtv)
4867 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4868 L:      linux-media@vger.kernel.org
4869 L:      linux1394-devel@lists.sourceforge.net
4870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4871 S:      Maintained
4872 F:      drivers/media/firewire/
4873
4874 FIREWIRE SBP-2 TARGET
4875 M:      Chris Boot <bootc@bootc.net>
4876 L:      linux-scsi@vger.kernel.org
4877 L:      target-devel@vger.kernel.org
4878 L:      linux1394-devel@lists.sourceforge.net
4879 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4880 S:      Maintained
4881 F:      drivers/target/sbp/
4882
4883 FIREWIRE SUBSYSTEM
4884 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4885 L:      linux1394-devel@lists.sourceforge.net
4886 W:      http://ieee1394.wiki.kernel.org/
4887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4888 S:      Maintained
4889 F:      drivers/firewire/
4890 F:      include/linux/firewire.h
4891 F:      include/uapi/linux/firewire*.h
4892 F:      tools/firewire/
4893
4894 FIRMWARE LOADER (request_firmware)
4895 M:      Ming Lei <ming.lei@canonical.com>
4896 M:      Luis R. Rodriguez <mcgrof@kernel.org>
4897 L:      linux-kernel@vger.kernel.org
4898 S:      Maintained
4899 F:      Documentation/firmware_class/
4900 F:      drivers/base/firmware*.c
4901 F:      include/linux/firmware.h
4902
4903 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4904 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4905 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4906 S:      Maintained
4907 F:      drivers/block/rsxx/
4908
4909 FLOPPY DRIVER
4910 M:      Jiri Kosina <jikos@kernel.org>
4911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4912 S:      Odd fixes
4913 F:      drivers/block/floppy.c
4914
4915 FMC SUBSYSTEM
4916 M:      Alessandro Rubini <rubini@gnudd.com>
4917 W:      http://www.ohwr.org/projects/fmc-bus
4918 S:      Supported
4919 F:      drivers/fmc/
4920 F:      include/linux/fmc*.h
4921 F:      include/linux/ipmi-fru.h
4922 K:      fmc_d.*register
4923
4924 FPGA MANAGER FRAMEWORK
4925 M:      Alan Tull <atull@opensource.altera.com>
4926 R:      Moritz Fischer <moritz.fischer@ettus.com>
4927 S:      Maintained
4928 F:      drivers/fpga/
4929 F:      include/linux/fpga/fpga-mgr.h
4930 W:      http://www.rocketboards.org
4931
4932 FPU EMULATOR
4933 M:      Bill Metzenthen <billm@melbpc.org.au>
4934 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4935 S:      Maintained
4936 F:      arch/x86/math-emu/
4937
4938 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4939 L:      netdev@vger.kernel.org
4940 S:      Orphan
4941 F:      drivers/net/wan/dlci.c
4942 F:      drivers/net/wan/sdla.c
4943
4944 FRAMEBUFFER LAYER
4945 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4946 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4947 L:      linux-fbdev@vger.kernel.org
4948 W:      http://linux-fbdev.sourceforge.net/
4949 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4950 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4951 S:      Maintained
4952 F:      Documentation/fb/
4953 F:      drivers/video/
4954 F:      include/video/
4955 F:      include/linux/fb.h
4956 F:      include/uapi/video/
4957 F:      include/uapi/linux/fb.h
4958
4959 FREESCALE DIU FRAMEBUFFER DRIVER
4960 M:      Timur Tabi <timur@tabi.org>
4961 L:      linux-fbdev@vger.kernel.org
4962 S:      Maintained
4963 F:      drivers/video/fbdev/fsl-diu-fb.*
4964
4965 FREESCALE DMA DRIVER
4966 M:      Li Yang <leoli@freescale.com>
4967 M:      Zhang Wei <zw@zh-kernel.org>
4968 L:      linuxppc-dev@lists.ozlabs.org
4969 S:      Maintained
4970 F:      drivers/dma/fsldma.*
4971
4972 FREESCALE GPMI NAND DRIVER
4973 M:      Han Xu <han.xu@nxp.com>
4974 L:      linux-mtd@lists.infradead.org
4975 S:      Maintained
4976 F:      drivers/mtd/nand/gpmi-nand/*
4977
4978 FREESCALE I2C CPM DRIVER
4979 M:      Jochen Friedrich <jochen@scram.de>
4980 L:      linuxppc-dev@lists.ozlabs.org
4981 L:      linux-i2c@vger.kernel.org
4982 S:      Maintained
4983 F:      drivers/i2c/busses/i2c-cpm.c
4984
4985 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4986 M:      Sascha Hauer <kernel@pengutronix.de>
4987 L:      linux-fbdev@vger.kernel.org
4988 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4989 S:      Maintained
4990 F:      include/linux/platform_data/video-imxfb.h
4991 F:      drivers/video/fbdev/imxfb.c
4992
4993 FREESCALE QUAD SPI DRIVER
4994 M:      Han Xu <han.xu@nxp.com>
4995 L:      linux-mtd@lists.infradead.org
4996 S:      Maintained
4997 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4998
4999 FREESCALE SOC FS_ENET DRIVER
5000 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
5001 M:      Vitaly Bordug <vbordug@ru.mvista.com>
5002 L:      linuxppc-dev@lists.ozlabs.org
5003 L:      netdev@vger.kernel.org
5004 S:      Maintained
5005 F:      drivers/net/ethernet/freescale/fs_enet/
5006 F:      include/linux/fs_enet_pd.h
5007
5008 FREESCALE IMX / MXC FEC DRIVER
5009 M:      Fugang Duan <fugang.duan@nxp.com>
5010 L:      netdev@vger.kernel.org
5011 S:      Maintained
5012 F:      drivers/net/ethernet/freescale/fec_main.c
5013 F:      drivers/net/ethernet/freescale/fec_ptp.c
5014 F:      drivers/net/ethernet/freescale/fec.h
5015 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
5016
5017 FREESCALE QUICC ENGINE LIBRARY
5018 L:      linuxppc-dev@lists.ozlabs.org
5019 S:      Orphan
5020 F:      drivers/soc/fsl/qe/
5021 F:      include/soc/fsl/*qe*.h
5022 F:      include/soc/fsl/*ucc*.h
5023
5024 FREESCALE USB PERIPHERAL DRIVERS
5025 M:      Li Yang <leoli@freescale.com>
5026 L:      linux-usb@vger.kernel.org
5027 L:      linuxppc-dev@lists.ozlabs.org
5028 S:      Maintained
5029 F:      drivers/usb/gadget/udc/fsl*
5030
5031 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5032 M:      Li Yang <leoli@freescale.com>
5033 L:      netdev@vger.kernel.org
5034 L:      linuxppc-dev@lists.ozlabs.org
5035 S:      Maintained
5036 F:      drivers/net/ethernet/freescale/ucc_geth*
5037
5038 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5039 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
5040 L:      netdev@vger.kernel.org
5041 S:      Maintained
5042 F:      drivers/net/ethernet/freescale/gianfar*
5043 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
5044 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5045
5046 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5047 M:      Zhao Qiang <qiang.zhao@nxp.com>
5048 L:      netdev@vger.kernel.org
5049 L:      linuxppc-dev@lists.ozlabs.org
5050 S:      Maintained
5051 F:      drivers/net/wan/fsl_ucc_hdlc*
5052
5053 FREESCALE QUICC ENGINE UCC UART DRIVER
5054 M:      Timur Tabi <timur@tabi.org>
5055 L:      linuxppc-dev@lists.ozlabs.org
5056 S:      Maintained
5057 F:      drivers/tty/serial/ucc_uart.c
5058
5059 FREESCALE SOC SOUND DRIVERS
5060 M:      Timur Tabi <timur@tabi.org>
5061 M:      Nicolin Chen <nicoleotsuka@gmail.com>
5062 M:      Xiubo Li <Xiubo.Lee@gmail.com>
5063 R:      Fabio Estevam <fabio.estevam@nxp.com>
5064 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5065 L:      linuxppc-dev@lists.ozlabs.org
5066 S:      Maintained
5067 F:      sound/soc/fsl/fsl*
5068 F:      sound/soc/fsl/imx*
5069 F:      sound/soc/fsl/mpc8610_hpcd.c
5070
5071 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
5072 M:      "J. German Rivera" <German.Rivera@freescale.com>
5073 M:      Stuart Yoder <stuart.yoder@nxp.com>
5074 L:      linux-kernel@vger.kernel.org
5075 S:      Maintained
5076 F:      drivers/staging/fsl-mc/
5077
5078 FREEVXFS FILESYSTEM
5079 M:      Christoph Hellwig <hch@infradead.org>
5080 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
5081 S:      Maintained
5082 F:      fs/freevxfs/
5083
5084 FREEZER
5085 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5086 M:      Pavel Machek <pavel@ucw.cz>
5087 L:      linux-pm@vger.kernel.org
5088 S:      Supported
5089 F:      Documentation/power/freezing-of-tasks.txt
5090 F:      include/linux/freezer.h
5091 F:      kernel/freezer.c
5092
5093 FRONTSWAP API
5094 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5095 L:      linux-kernel@vger.kernel.org
5096 S:      Maintained
5097 F:      mm/frontswap.c
5098 F:      include/linux/frontswap.h
5099
5100 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5101 M:      David Howells <dhowells@redhat.com>
5102 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
5103 S:      Supported
5104 F:      Documentation/filesystems/caching/
5105 F:      fs/fscache/
5106 F:      include/linux/fscache*.h
5107
5108 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5109 M:      Theodore Y. Ts'o <tytso@mit.edu>
5110 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5111 S:      Supported
5112 F:      fs/crypto/
5113 F:      include/linux/fscrypto.h
5114
5115 F2FS FILE SYSTEM
5116 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5117 M:      Chao Yu <yuchao0@huawei.com>
5118 L:      linux-f2fs-devel@lists.sourceforge.net
5119 W:      https://f2fs.wiki.kernel.org/
5120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5121 S:      Maintained
5122 F:      Documentation/filesystems/f2fs.txt
5123 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5124 F:      fs/f2fs/
5125 F:      include/linux/f2fs_fs.h
5126 F:      include/trace/events/f2fs.h
5127
5128 FUJITSU FR-V (FRV) PORT
5129 S:      Orphan
5130 F:      arch/frv/
5131
5132 FUJITSU LAPTOP EXTRAS
5133 M:      Jonathan Woithe <jwoithe@just42.net>
5134 L:      platform-driver-x86@vger.kernel.org
5135 S:      Maintained
5136 F:      drivers/platform/x86/fujitsu-laptop.c
5137
5138 FUJITSU M-5MO LS CAMERA ISP DRIVER
5139 M:      Kyungmin Park <kyungmin.park@samsung.com>
5140 M:      Heungjun Kim <riverful.kim@samsung.com>
5141 L:      linux-media@vger.kernel.org
5142 S:      Maintained
5143 F:      drivers/media/i2c/m5mols/
5144 F:      include/media/i2c/m5mols.h
5145
5146 FUJITSU TABLET EXTRAS
5147 M:      Robert Gerlach <khnz@gmx.de>
5148 L:      platform-driver-x86@vger.kernel.org
5149 S:      Maintained
5150 F:      drivers/platform/x86/fujitsu-tablet.c
5151
5152 FUSE: FILESYSTEM IN USERSPACE
5153 M:      Miklos Szeredi <miklos@szeredi.hu>
5154 L:      linux-fsdevel@vger.kernel.org
5155 W:      http://fuse.sourceforge.net/
5156 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5157 S:      Maintained
5158 F:      fs/fuse/
5159 F:      include/uapi/linux/fuse.h
5160 F:      Documentation/filesystems/fuse.txt
5161
5162 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5163 M:      Rik Faith <faith@cs.unc.edu>
5164 L:      linux-scsi@vger.kernel.org
5165 S:      Odd Fixes (e.g., new signatures)
5166 F:      drivers/scsi/fdomain.*
5167
5168 GCC PLUGINS
5169 M:      Kees Cook <keescook@chromium.org>
5170 R:      Emese Revfy <re.emese@gmail.com>
5171 L:      kernel-hardening@lists.openwall.com
5172 S:      Maintained
5173 F:      scripts/gcc-plugins/
5174 F:      scripts/gcc-plugin.sh
5175 F:      Documentation/gcc-plugins.txt
5176
5177 GCOV BASED KERNEL PROFILING
5178 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5179 S:      Maintained
5180 F:      kernel/gcov/
5181 F:      Documentation/dev-tools/gcov.rst
5182
5183 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5184 M:      Achim Leubner <achim_leubner@adaptec.com>
5185 L:      linux-scsi@vger.kernel.org
5186 W:      http://www.icp-vortex.com/
5187 S:      Supported
5188 F:      drivers/scsi/gdt*
5189
5190 GDB KERNEL DEBUGGING HELPER SCRIPTS
5191 M:      Jan Kiszka <jan.kiszka@siemens.com>
5192 M:      Kieran Bingham <kieran@bingham.xyz>
5193 S:      Supported
5194 F:      scripts/gdb/
5195
5196 GEMTEK FM RADIO RECEIVER DRIVER
5197 M:      Hans Verkuil <hverkuil@xs4all.nl>
5198 L:      linux-media@vger.kernel.org
5199 T:      git git://linuxtv.org/media_tree.git
5200 W:      https://linuxtv.org
5201 S:      Maintained
5202 F:      drivers/media/radio/radio-gemtek*
5203
5204 GENERIC GPIO I2C DRIVER
5205 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
5206 S:      Supported
5207 F:      drivers/i2c/busses/i2c-gpio.c
5208 F:      include/linux/i2c-gpio.h
5209
5210 GENERIC GPIO I2C MULTIPLEXER DRIVER
5211 M:      Peter Korsgaard <peter.korsgaard@barco.com>
5212 L:      linux-i2c@vger.kernel.org
5213 S:      Supported
5214 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5215 F:      include/linux/i2c-mux-gpio.h
5216 F:      Documentation/i2c/muxes/i2c-mux-gpio
5217
5218 GENERIC HDLC (WAN) DRIVERS
5219 M:      Krzysztof Halasa <khc@pm.waw.pl>
5220 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5221 S:      Maintained
5222 F:      drivers/net/wan/c101.c
5223 F:      drivers/net/wan/hd6457*
5224 F:      drivers/net/wan/hdlc*
5225 F:      drivers/net/wan/n2.c
5226 F:      drivers/net/wan/pc300too.c
5227 F:      drivers/net/wan/pci200syn.c
5228 F:      drivers/net/wan/wanxl*
5229
5230 GENERIC INCLUDE/ASM HEADER FILES
5231 M:      Arnd Bergmann <arnd@arndb.de>
5232 L:      linux-arch@vger.kernel.org
5233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5234 S:      Maintained
5235 F:      include/asm-generic/
5236 F:      include/uapi/asm-generic/
5237
5238 GENERIC PHY FRAMEWORK
5239 M:      Kishon Vijay Abraham I <kishon@ti.com>
5240 L:      linux-kernel@vger.kernel.org
5241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5242 S:      Supported
5243 F:      drivers/phy/
5244 F:      include/linux/phy/
5245
5246 GENERIC PM DOMAINS
5247 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5248 M:      Kevin Hilman <khilman@kernel.org>
5249 M:      Ulf Hansson <ulf.hansson@linaro.org>
5250 L:      linux-pm@vger.kernel.org
5251 S:      Supported
5252 F:      drivers/base/power/domain*.c
5253 F:      include/linux/pm_domain.h
5254
5255 GENERIC UIO DRIVER FOR PCI DEVICES
5256 M:      "Michael S. Tsirkin" <mst@redhat.com>
5257 L:      kvm@vger.kernel.org
5258 S:      Supported
5259 F:      drivers/uio/uio_pci_generic.c
5260
5261 GET_MAINTAINER SCRIPT
5262 M:      Joe Perches <joe@perches.com>
5263 S:      Maintained
5264 F:      scripts/get_maintainer.pl
5265
5266 GFS2 FILE SYSTEM
5267 M:      Steven Whitehouse <swhiteho@redhat.com>
5268 M:      Bob Peterson <rpeterso@redhat.com>
5269 L:      cluster-devel@redhat.com
5270 W:      http://sources.redhat.com/cluster/
5271 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5272 S:      Supported
5273 F:      Documentation/filesystems/gfs2*.txt
5274 F:      fs/gfs2/
5275 F:      include/uapi/linux/gfs2_ondisk.h
5276
5277 GIGASET ISDN DRIVERS
5278 M:      Paul Bolle <pebolle@tiscali.nl>
5279 L:      gigaset307x-common@lists.sourceforge.net
5280 W:      http://gigaset307x.sourceforge.net/
5281 S:      Odd Fixes
5282 F:      Documentation/isdn/README.gigaset
5283 F:      drivers/isdn/gigaset/
5284 F:      include/uapi/linux/gigaset_dev.h
5285
5286 GO7007 MPEG CODEC
5287 M:      Hans Verkuil <hans.verkuil@cisco.com>
5288 L:      linux-media@vger.kernel.org
5289 S:      Maintained
5290 F:      drivers/media/usb/go7007/
5291
5292 GOODIX TOUCHSCREEN
5293 M:      Bastien Nocera <hadess@hadess.net>
5294 L:      linux-input@vger.kernel.org
5295 S:      Maintained
5296 F:      drivers/input/touchscreen/goodix.c
5297
5298 GPIO MOCKUP DRIVER
5299 M:      Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5300 L:      linux-gpio@vger.kernel.org
5301 S:      Maintained
5302 F:      drivers/gpio/gpio-mockup.c
5303 F:      tools/testing/selftests/gpio/
5304
5305 GPIO SUBSYSTEM
5306 M:      Linus Walleij <linus.walleij@linaro.org>
5307 M:      Alexandre Courbot <gnurou@gmail.com>
5308 L:      linux-gpio@vger.kernel.org
5309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5310 S:      Maintained
5311 F:      Documentation/devicetree/bindings/gpio/
5312 F:      Documentation/gpio/
5313 F:      Documentation/ABI/testing/gpio-cdev
5314 F:      Documentation/ABI/obsolete/sysfs-gpio
5315 F:      drivers/gpio/
5316 F:      include/linux/gpio/
5317 F:      include/linux/gpio.h
5318 F:      include/asm-generic/gpio.h
5319 F:      include/uapi/linux/gpio.h
5320 F:      tools/gpio/
5321
5322 GRE DEMULTIPLEXER DRIVER
5323 M:      Dmitry Kozlov <xeb@mail.ru>
5324 L:      netdev@vger.kernel.org
5325 S:      Maintained
5326 F:      net/ipv4/gre_demux.c
5327 F:      net/ipv4/gre_offload.c
5328 F:      include/net/gre.h
5329
5330 GRETH 10/100/1G Ethernet MAC device driver
5331 M:      Andreas Larsson <andreas@gaisler.com>
5332 L:      netdev@vger.kernel.org
5333 S:      Maintained
5334 F:      drivers/net/ethernet/aeroflex/
5335
5336 GREYBUS SUBSYSTEM
5337 M:      Johan Hovold <johan@kernel.org>
5338 M:      Alex Elder <elder@kernel.org>
5339 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5340 S:      Maintained
5341 F:      drivers/staging/greybus/
5342
5343 GREYBUS AUDIO PROTOCOLS DRIVERS
5344 M:      Vaibhav Agarwal <vaibhav.sr@gmail.com>
5345 M:      Mark Greer <mgreer@animalcreek.com>
5346 S:      Maintained
5347 F:      drivers/staging/greybus/audio_apbridgea.c
5348 F:      drivers/staging/greybus/audio_apbridgea.h
5349 F:      drivers/staging/greybus/audio_codec.c
5350 F:      drivers/staging/greybus/audio_codec.h
5351 F:      drivers/staging/greybus/audio_gb.c
5352 F:      drivers/staging/greybus/audio_manager.c
5353 F:      drivers/staging/greybus/audio_manager.h
5354 F:      drivers/staging/greybus/audio_manager_module.c
5355 F:      drivers/staging/greybus/audio_manager_private.h
5356 F:      drivers/staging/greybus/audio_manager_sysfs.c
5357 F:      drivers/staging/greybus/audio_module.c
5358 F:      drivers/staging/greybus/audio_topology.c
5359
5360 GREYBUS PROTOCOLS DRIVERS
5361 M:      Rui Miguel Silva <rmfrfs@gmail.com>
5362 S:      Maintained
5363 F:      drivers/staging/greybus/sdio.c
5364 F:      drivers/staging/greybus/light.c
5365 F:      drivers/staging/greybus/gpio.c
5366 F:      drivers/staging/greybus/power_supply.c
5367 F:      drivers/staging/greybus/spi.c
5368 F:      drivers/staging/greybus/spilib.c
5369
5370 GREYBUS PROTOCOLS DRIVERS
5371 M:      Bryan O'Donoghue <pure.logic@nexus-software.ie>
5372 S:      Maintained
5373 F:      drivers/staging/greybus/loopback.c
5374 F:      drivers/staging/greybus/timesync.c
5375 F:      drivers/staging/greybus/timesync_platform.c
5376
5377 GREYBUS PROTOCOLS DRIVERS
5378 M:      Viresh Kumar <vireshk@kernel.org>
5379 S:      Maintained
5380 F:      drivers/staging/greybus/authentication.c
5381 F:      drivers/staging/greybus/bootrom.c
5382 F:      drivers/staging/greybus/firmware.h
5383 F:      drivers/staging/greybus/fw-core.c
5384 F:      drivers/staging/greybus/fw-download.c
5385 F:      drivers/staging/greybus/fw-managament.c
5386 F:      drivers/staging/greybus/greybus_authentication.h
5387 F:      drivers/staging/greybus/greybus_firmware.h
5388 F:      drivers/staging/greybus/hid.c
5389 F:      drivers/staging/greybus/i2c.c
5390 F:      drivers/staging/greybus/spi.c
5391 F:      drivers/staging/greybus/spilib.c
5392 F:      drivers/staging/greybus/spilib.h
5393
5394 GREYBUS PROTOCOLS DRIVERS
5395 M:      David Lin <dtwlin@gmail.com>
5396 S:      Maintained
5397 F:      drivers/staging/greybus/uart.c
5398 F:      drivers/staging/greybus/log.c
5399
5400 GREYBUS PLATFORM DRIVERS
5401 M:      Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5402 S:      Maintained
5403 F:      drivers/staging/greybus/arche-platform.c
5404 F:      drivers/staging/greybus/arche-apb-ctrl.c
5405 F:      drivers/staging/greybus/arche_platform.h
5406
5407 GSPCA FINEPIX SUBDRIVER
5408 M:      Frank Zago <frank@zago.net>
5409 L:      linux-media@vger.kernel.org
5410 T:      git git://linuxtv.org/media_tree.git
5411 S:      Maintained
5412 F:      drivers/media/usb/gspca/finepix.c
5413
5414 GSPCA GL860 SUBDRIVER
5415 M:      Olivier Lorin <o.lorin@laposte.net>
5416 L:      linux-media@vger.kernel.org
5417 T:      git git://linuxtv.org/media_tree.git
5418 S:      Maintained
5419 F:      drivers/media/usb/gspca/gl860/
5420
5421 GSPCA M5602 SUBDRIVER
5422 M:      Erik Andren <erik.andren@gmail.com>
5423 L:      linux-media@vger.kernel.org
5424 T:      git git://linuxtv.org/media_tree.git
5425 S:      Maintained
5426 F:      drivers/media/usb/gspca/m5602/
5427
5428 GSPCA PAC207 SONIXB SUBDRIVER
5429 M:      Hans Verkuil <hverkuil@xs4all.nl>
5430 L:      linux-media@vger.kernel.org
5431 T:      git git://linuxtv.org/media_tree.git
5432 S:      Odd Fixes
5433 F:      drivers/media/usb/gspca/pac207.c
5434
5435 GSPCA SN9C20X SUBDRIVER
5436 M:      Brian Johnson <brijohn@gmail.com>
5437 L:      linux-media@vger.kernel.org
5438 T:      git git://linuxtv.org/media_tree.git
5439 S:      Maintained
5440 F:      drivers/media/usb/gspca/sn9c20x.c
5441
5442 GSPCA T613 SUBDRIVER
5443 M:      Leandro Costantino <lcostantino@gmail.com>
5444 L:      linux-media@vger.kernel.org
5445 T:      git git://linuxtv.org/media_tree.git
5446 S:      Maintained
5447 F:      drivers/media/usb/gspca/t613.c
5448
5449 GSPCA USB WEBCAM DRIVER
5450 M:      Hans Verkuil <hverkuil@xs4all.nl>
5451 L:      linux-media@vger.kernel.org
5452 T:      git git://linuxtv.org/media_tree.git
5453 S:      Odd Fixes
5454 F:      drivers/media/usb/gspca/
5455
5456 GUID PARTITION TABLE (GPT)
5457 M:      Davidlohr Bueso <dave@stgolabs.net>
5458 L:      linux-efi@vger.kernel.org
5459 S:      Maintained
5460 F:      block/partitions/efi.*
5461
5462 STK1160 USB VIDEO CAPTURE DRIVER
5463 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5464 L:      linux-media@vger.kernel.org
5465 T:      git git://linuxtv.org/media_tree.git
5466 S:      Maintained
5467 F:      drivers/media/usb/stk1160/
5468
5469 H8/300 ARCHITECTURE
5470 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5471 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5472 W:      http://uclinux-h8.sourceforge.jp
5473 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5474 S:      Maintained
5475 F:      arch/h8300/
5476 F:      drivers/clocksource/h8300_*.c
5477 F:      drivers/clk/h8300/
5478 F:      drivers/irqchip/irq-renesas-h8*.c
5479
5480 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5481 M:      Frank Seidel <frank@f-seidel.de>
5482 L:      platform-driver-x86@vger.kernel.org
5483 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5484 S:      Maintained
5485 F:      drivers/platform/x86/hdaps.c
5486
5487 HDPVR USB VIDEO ENCODER DRIVER
5488 M:      Hans Verkuil <hverkuil@xs4all.nl>
5489 L:      linux-media@vger.kernel.org
5490 T:      git git://linuxtv.org/media_tree.git
5491 W:      https://linuxtv.org
5492 S:      Odd Fixes
5493 F:      drivers/media/usb/hdpvr/
5494
5495 HWPOISON MEMORY FAILURE HANDLING
5496 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5497 L:      linux-mm@kvack.org
5498 S:      Maintained
5499 F:      mm/memory-failure.c
5500 F:      mm/hwpoison-inject.c
5501
5502 HYPERVISOR VIRTUAL CONSOLE DRIVER
5503 L:      linuxppc-dev@lists.ozlabs.org
5504 S:      Odd Fixes
5505 F:      drivers/tty/hvc/
5506
5507 HACKRF MEDIA DRIVER
5508 M:      Antti Palosaari <crope@iki.fi>
5509 L:      linux-media@vger.kernel.org
5510 W:      https://linuxtv.org
5511 W:      http://palosaari.fi/linux/
5512 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5513 T:      git git://linuxtv.org/anttip/media_tree.git
5514 S:      Maintained
5515 F:      drivers/media/usb/hackrf/
5516
5517 HARDWARE MONITORING
5518 M:      Jean Delvare <jdelvare@suse.com>
5519 M:      Guenter Roeck <linux@roeck-us.net>
5520 L:      linux-hwmon@vger.kernel.org
5521 W:      http://hwmon.wiki.kernel.org/
5522 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5524 S:      Maintained
5525 F:      Documentation/hwmon/
5526 F:      drivers/hwmon/
5527 F:      include/linux/hwmon*.h
5528
5529 HARDWARE RANDOM NUMBER GENERATOR CORE
5530 M:      Matt Mackall <mpm@selenic.com>
5531 M:      Herbert Xu <herbert@gondor.apana.org.au>
5532 L:      linux-crypto@vger.kernel.org
5533 S:      Odd fixes
5534 F:      Documentation/devicetree/bindings/rng/
5535 F:      Documentation/hw_random.txt
5536 F:      drivers/char/hw_random/
5537 F:      include/linux/hw_random.h
5538
5539 HARDWARE SPINLOCK CORE
5540 M:      Ohad Ben-Cohen <ohad@wizery.com>
5541 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5542 L:      linux-remoteproc@vger.kernel.org
5543 S:      Maintained
5544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5545 F:      Documentation/devicetree/bindings/hwlock/
5546 F:      Documentation/hwspinlock.txt
5547 F:      drivers/hwspinlock/
5548 F:      include/linux/hwspinlock.h
5549
5550 HARMONY SOUND DRIVER
5551 L:      linux-parisc@vger.kernel.org
5552 S:      Maintained
5553 F:      sound/parisc/harmony.*
5554
5555 HD29L2 MEDIA DRIVER
5556 M:      Antti Palosaari <crope@iki.fi>
5557 L:      linux-media@vger.kernel.org
5558 W:      https://linuxtv.org
5559 W:      http://palosaari.fi/linux/
5560 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5561 T:      git git://linuxtv.org/anttip/media_tree.git
5562 S:      Maintained
5563 F:      drivers/media/dvb-frontends/hd29l2*
5564
5565 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5566 M:      Brian Boylston <brian.boylston@hpe.com>
5567 S:      Supported
5568 F:      Documentation/watchdog/hpwdt.txt
5569 F:      drivers/watchdog/hpwdt.c
5570
5571 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5572 M:      Don Brace <don.brace@microsemi.com>
5573 L:      iss_storagedev@hp.com
5574 L:      esc.storagedev@microsemi.com
5575 L:      linux-scsi@vger.kernel.org
5576 S:      Supported
5577 F:      Documentation/scsi/hpsa.txt
5578 F:      drivers/scsi/hpsa*.[ch]
5579 F:      include/linux/cciss*.h
5580 F:      include/uapi/linux/cciss*.h
5581
5582 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5583 M:      Don Brace <don.brace@microsemi.com>
5584 L:      iss_storagedev@hp.com
5585 L:      esc.storagedev@microsemi.com
5586 L:      linux-scsi@vger.kernel.org
5587 S:      Supported
5588 F:      Documentation/blockdev/cciss.txt
5589 F:      drivers/block/cciss*
5590 F:      include/linux/cciss_ioctl.h
5591 F:      include/uapi/linux/cciss_ioctl.h
5592
5593 HFI1 DRIVER
5594 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
5595 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
5596 L:      linux-rdma@vger.kernel.org
5597 S:      Supported
5598 F:      drivers/infiniband/hw/hfi1
5599
5600 HFS FILESYSTEM
5601 L:      linux-fsdevel@vger.kernel.org
5602 S:      Orphan
5603 F:      Documentation/filesystems/hfs.txt
5604 F:      fs/hfs/
5605
5606 HFSPLUS FILESYSTEM
5607 L:      linux-fsdevel@vger.kernel.org
5608 S:      Orphan
5609 F:      Documentation/filesystems/hfsplus.txt
5610 F:      fs/hfsplus/
5611
5612 HGA FRAMEBUFFER DRIVER
5613 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5614 L:      linux-nvidia@lists.surfsouth.com
5615 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5616 S:      Maintained
5617 F:      drivers/video/fbdev/hgafb.c
5618
5619 HIBERNATION (aka Software Suspend, aka swsusp)
5620 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5621 M:      Pavel Machek <pavel@ucw.cz>
5622 L:      linux-pm@vger.kernel.org
5623 S:      Supported
5624 F:      arch/x86/power/
5625 F:      drivers/base/power/
5626 F:      kernel/power/
5627 F:      include/linux/suspend.h
5628 F:      include/linux/freezer.h
5629 F:      include/linux/pm.h
5630 F:      arch/*/include/asm/suspend*.h
5631
5632 HID CORE LAYER
5633 M:      Jiri Kosina <jikos@kernel.org>
5634 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5635 L:      linux-input@vger.kernel.org
5636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5637 S:      Maintained
5638 F:      drivers/hid/
5639 F:      include/linux/hid*
5640 F:      include/uapi/linux/hid*
5641
5642 HID SENSOR HUB DRIVERS
5643 M:      Jiri Kosina <jikos@kernel.org>
5644 M:      Jonathan Cameron <jic23@kernel.org>
5645 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5646 L:      linux-input@vger.kernel.org
5647 L:      linux-iio@vger.kernel.org
5648 S:      Maintained
5649 F:      Documentation/hid/hid-sensor*
5650 F:      drivers/hid/hid-sensor-*
5651 F:      drivers/iio/*/hid-*
5652 F:      include/linux/hid-sensor-*
5653
5654 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5655 M:      Thomas Gleixner <tglx@linutronix.de>
5656 L:      linux-kernel@vger.kernel.org
5657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5658 S:      Maintained
5659 F:      Documentation/timers/
5660 F:      kernel/time/hrtimer.c
5661 F:      kernel/time/clockevents.c
5662 F:      kernel/time/tick*.*
5663 F:      kernel/time/timer_*.c
5664 F:      include/linux/clockchips.h
5665 F:      include/linux/hrtimer.h
5666
5667 HIGH-SPEED SCC DRIVER FOR AX.25
5668 L:      linux-hams@vger.kernel.org
5669 S:      Orphan
5670 F:      drivers/net/hamradio/dmascc.c
5671 F:      drivers/net/hamradio/scc.c
5672
5673 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5674 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5675 W:      http://www.highpoint-tech.com
5676 S:      Supported
5677 F:      Documentation/scsi/hptiop.txt
5678 F:      drivers/scsi/hptiop.c
5679
5680 HIPPI
5681 M:      Jes Sorensen <jes@trained-monkey.org>
5682 L:      linux-hippi@sunsite.dk
5683 S:      Maintained
5684 F:      include/linux/hippidevice.h
5685 F:      include/uapi/linux/if_hippi.h
5686 F:      net/802/hippi.c
5687 F:      drivers/net/hippi/
5688
5689 HISILICON NETWORK SUBSYSTEM DRIVER
5690 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
5691 M:      Salil Mehta <salil.mehta@huawei.com>
5692 L:      netdev@vger.kernel.org
5693 W:      http://www.hisilicon.com
5694 S:      Maintained
5695 F:      drivers/net/ethernet/hisilicon/
5696 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
5697
5698 HISILICON SAS Controller
5699 M:      John Garry <john.garry@huawei.com>
5700 W:      http://www.hisilicon.com
5701 S:      Supported
5702 F:      drivers/scsi/hisi_sas/
5703 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5704
5705 HOST AP DRIVER
5706 M:      Jouni Malinen <j@w1.fi>
5707 L:      linux-wireless@vger.kernel.org
5708 W:      http://w1.fi/hostap-driver.html
5709 S:      Obsolete
5710 F:      drivers/net/wireless/intersil/hostap/
5711
5712 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5713 L:      platform-driver-x86@vger.kernel.org
5714 S:      Orphan
5715 F:      drivers/platform/x86/tc1100-wmi.c
5716
5717 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5718 M:      Jaroslav Kysela <perex@perex.cz>
5719 S:      Maintained
5720 F:      drivers/net/ethernet/hp/hp100.*
5721
5722 HPET:   High Precision Event Timers driver
5723 M:      Clemens Ladisch <clemens@ladisch.de>
5724 S:      Maintained
5725 F:      Documentation/timers/hpet.txt
5726 F:      drivers/char/hpet.c
5727 F:      include/linux/hpet.h
5728 F:      include/uapi/linux/hpet.h
5729
5730 HPET:   x86
5731 S:      Orphan
5732 F:      arch/x86/kernel/hpet.c
5733 F:      arch/x86/include/asm/hpet.h
5734
5735 HPFS FILESYSTEM
5736 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5737 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5738 S:      Maintained
5739 F:      fs/hpfs/
5740
5741 HSI SUBSYSTEM
5742 M:      Sebastian Reichel <sre@kernel.org>
5743 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5744 S:      Maintained
5745 F:      Documentation/ABI/testing/sysfs-bus-hsi
5746 F:      Documentation/device-drivers/serial-interfaces.rst
5747 F:      drivers/hsi/
5748 F:      include/linux/hsi/
5749 F:      include/uapi/linux/hsi/
5750
5751 HSO 3G MODEM DRIVER
5752 M:      Jan Dumon <j.dumon@option.com>
5753 W:      http://www.pharscape.org
5754 S:      Maintained
5755 F:      drivers/net/usb/hso.c
5756
5757 HSR NETWORK PROTOCOL
5758 M:      Arvid Brodin <arvid.brodin@alten.se>
5759 L:      netdev@vger.kernel.org
5760 S:      Maintained
5761 F:      net/hsr/
5762
5763 HTCPEN TOUCHSCREEN DRIVER
5764 M:      Pau Oliva Fora <pof@eslack.org>
5765 L:      linux-input@vger.kernel.org
5766 S:      Maintained
5767 F:      drivers/input/touchscreen/htcpen.c
5768
5769 HUGETLB FILESYSTEM
5770 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5771 S:      Maintained
5772 F:      fs/hugetlbfs/
5773
5774 Hyper-V CORE AND DRIVERS
5775 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5776 M:      Haiyang Zhang <haiyangz@microsoft.com>
5777 L:      devel@linuxdriverproject.org
5778 S:      Maintained
5779 F:      arch/x86/include/asm/mshyperv.h
5780 F:      arch/x86/include/uapi/asm/hyperv.h
5781 F:      arch/x86/kernel/cpu/mshyperv.c
5782 F:      drivers/hid/hid-hyperv.c
5783 F:      drivers/hv/
5784 F:      drivers/input/serio/hyperv-keyboard.c
5785 F:      drivers/pci/host/pci-hyperv.c
5786 F:      drivers/net/hyperv/
5787 F:      drivers/scsi/storvsc_drv.c
5788 F:      drivers/video/fbdev/hyperv_fb.c
5789 F:      include/linux/hyperv.h
5790 F:      tools/hv/
5791 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5792
5793 I2C MUXES
5794 M:      Peter Rosin <peda@axentia.se>
5795 L:      linux-i2c@vger.kernel.org
5796 S:      Maintained
5797 F:      Documentation/i2c/i2c-topology
5798 F:      Documentation/i2c/muxes/
5799 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5800 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
5801 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
5802 F:      drivers/i2c/i2c-mux.c
5803 F:      drivers/i2c/muxes/
5804 F:      include/linux/i2c-mux.h
5805
5806 I2C OVER PARALLEL PORT
5807 M:      Jean Delvare <jdelvare@suse.com>
5808 L:      linux-i2c@vger.kernel.org
5809 S:      Maintained
5810 F:      Documentation/i2c/busses/i2c-parport
5811 F:      Documentation/i2c/busses/i2c-parport-light
5812 F:      drivers/i2c/busses/i2c-parport.c
5813 F:      drivers/i2c/busses/i2c-parport-light.c
5814
5815 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5816 M:      Jean Delvare <jdelvare@suse.com>
5817 L:      linux-i2c@vger.kernel.org
5818 S:      Maintained
5819 F:      Documentation/i2c/busses/i2c-ali1535
5820 F:      Documentation/i2c/busses/i2c-ali1563
5821 F:      Documentation/i2c/busses/i2c-ali15x3
5822 F:      Documentation/i2c/busses/i2c-amd756
5823 F:      Documentation/i2c/busses/i2c-amd8111
5824 F:      Documentation/i2c/busses/i2c-i801
5825 F:      Documentation/i2c/busses/i2c-nforce2
5826 F:      Documentation/i2c/busses/i2c-piix4
5827 F:      Documentation/i2c/busses/i2c-sis5595
5828 F:      Documentation/i2c/busses/i2c-sis630
5829 F:      Documentation/i2c/busses/i2c-sis96x
5830 F:      Documentation/i2c/busses/i2c-via
5831 F:      Documentation/i2c/busses/i2c-viapro
5832 F:      drivers/i2c/busses/i2c-ali1535.c
5833 F:      drivers/i2c/busses/i2c-ali1563.c
5834 F:      drivers/i2c/busses/i2c-ali15x3.c
5835 F:      drivers/i2c/busses/i2c-amd756.c
5836 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5837 F:      drivers/i2c/busses/i2c-amd8111.c
5838 F:      drivers/i2c/busses/i2c-i801.c
5839 F:      drivers/i2c/busses/i2c-isch.c
5840 F:      drivers/i2c/busses/i2c-nforce2.c
5841 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5842 F:      drivers/i2c/busses/i2c-piix4.c
5843 F:      drivers/i2c/busses/i2c-sis5595.c
5844 F:      drivers/i2c/busses/i2c-sis630.c
5845 F:      drivers/i2c/busses/i2c-sis96x.c
5846 F:      drivers/i2c/busses/i2c-via.c
5847 F:      drivers/i2c/busses/i2c-viapro.c
5848
5849 I2C/SMBUS ISMT DRIVER
5850 M:      Seth Heasley <seth.heasley@intel.com>
5851 M:      Neil Horman <nhorman@tuxdriver.com>
5852 L:      linux-i2c@vger.kernel.org
5853 F:      drivers/i2c/busses/i2c-ismt.c
5854 F:      Documentation/i2c/busses/i2c-ismt
5855
5856 I2C/SMBUS STUB DRIVER
5857 M:      Jean Delvare <jdelvare@suse.com>
5858 L:      linux-i2c@vger.kernel.org
5859 S:      Maintained
5860 F:      drivers/i2c/i2c-stub.c
5861
5862 I2C SUBSYSTEM
5863 M:      Wolfram Sang <wsa@the-dreams.de>
5864 L:      linux-i2c@vger.kernel.org
5865 W:      https://i2c.wiki.kernel.org/
5866 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5867 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5868 S:      Maintained
5869 F:      Documentation/devicetree/bindings/i2c/
5870 F:      Documentation/i2c/
5871 F:      drivers/i2c/
5872 F:      drivers/i2c/*/
5873 F:      include/linux/i2c.h
5874 F:      include/linux/i2c-*.h
5875 F:      include/uapi/linux/i2c.h
5876 F:      include/uapi/linux/i2c-*.h
5877
5878 I2C ACPI SUPPORT
5879 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5880 L:      linux-i2c@vger.kernel.org
5881 L:      linux-acpi@vger.kernel.org
5882 S:      Maintained
5883
5884 I2C-TAOS-EVM DRIVER
5885 M:      Jean Delvare <jdelvare@suse.com>
5886 L:      linux-i2c@vger.kernel.org
5887 S:      Maintained
5888 F:      Documentation/i2c/busses/i2c-taos-evm
5889 F:      drivers/i2c/busses/i2c-taos-evm.c
5890
5891 I2C-TINY-USB DRIVER
5892 M:      Till Harbaum <till@harbaum.org>
5893 L:      linux-i2c@vger.kernel.org
5894 W:      http://www.harbaum.org/till/i2c_tiny_usb
5895 S:      Maintained
5896 F:      drivers/i2c/busses/i2c-tiny-usb.c
5897
5898 i386 BOOT CODE
5899 M:      "H. Peter Anvin" <hpa@zytor.com>
5900 S:      Maintained
5901 F:      arch/x86/boot/
5902
5903 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5904 M:      "H. Peter Anvin" <hpa@zytor.com>
5905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5906 S:      Maintained
5907
5908 IA64 (Itanium) PLATFORM
5909 M:      Tony Luck <tony.luck@intel.com>
5910 M:      Fenghua Yu <fenghua.yu@intel.com>
5911 L:      linux-ia64@vger.kernel.org
5912 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5913 S:      Maintained
5914 F:      arch/ia64/
5915
5916 IBM Power VMX Cryptographic instructions
5917 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5918 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5919 L:      linux-crypto@vger.kernel.org
5920 S:      Supported
5921 F:      drivers/crypto/vmx/Makefile
5922 F:      drivers/crypto/vmx/Kconfig
5923 F:      drivers/crypto/vmx/vmx.c
5924 F:      drivers/crypto/vmx/aes*
5925 F:      drivers/crypto/vmx/ghash*
5926 F:      drivers/crypto/vmx/ppc-xlate.pl
5927
5928 IBM Power in-Nest Crypto Acceleration
5929 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5930 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5931 L:      linux-crypto@vger.kernel.org
5932 S:      Supported
5933 F:      drivers/crypto/nx/Makefile
5934 F:      drivers/crypto/nx/Kconfig
5935 F:      drivers/crypto/nx/nx-aes*
5936 F:      drivers/crypto/nx/nx-sha*
5937 F:      drivers/crypto/nx/nx.*
5938 F:      drivers/crypto/nx/nx_csbcpb.h
5939 F:      drivers/crypto/nx/nx_debugfs.h
5940
5941 IBM Power 842 compression accelerator
5942 M:      Dan Streetman <ddstreet@ieee.org>
5943 S:      Supported
5944 F:      drivers/crypto/nx/Makefile
5945 F:      drivers/crypto/nx/Kconfig
5946 F:      drivers/crypto/nx/nx-842*
5947 F:      include/linux/sw842.h
5948 F:      crypto/842.c
5949 F:      lib/842/
5950
5951 IBM Power Linux RAID adapter
5952 M:      Brian King <brking@us.ibm.com>
5953 S:      Supported
5954 F:      drivers/scsi/ipr.*
5955
5956 IBM Power Virtual Ethernet Device Driver
5957 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5958 L:      netdev@vger.kernel.org
5959 S:      Supported
5960 F:      drivers/net/ethernet/ibm/ibmveth.*
5961
5962 IBM Power SRIOV Virtual NIC Device Driver
5963 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5964 M:      John Allen <jallen@linux.vnet.ibm.com>
5965 L:      netdev@vger.kernel.org
5966 S:      Supported
5967 F:      drivers/net/ethernet/ibm/ibmvnic.*
5968
5969 IBM Power Virtual SCSI Device Drivers
5970 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5971 L:      linux-scsi@vger.kernel.org
5972 S:      Supported
5973 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5974 F:      include/scsi/viosrp.h
5975
5976 IBM Power Virtual SCSI Device Target Driver
5977 M:      Bryant G. Ly <bryantly@linux.vnet.ibm.com>
5978 M:      Michael Cyr <mikecyr@linux.vnet.ibm.com>
5979 L:      linux-scsi@vger.kernel.org
5980 L:      target-devel@vger.kernel.org
5981 S:      Supported
5982 F:      drivers/scsi/ibmvscsi_tgt/
5983
5984 IBM Power Virtual FC Device Drivers
5985 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5986 L:      linux-scsi@vger.kernel.org
5987 S:      Supported
5988 F:      drivers/scsi/ibmvscsi/ibmvfc*
5989
5990 IBM ServeRAID RAID DRIVER
5991 S:      Orphan
5992 F:      drivers/scsi/ips.*
5993
5994 ICH LPC AND GPIO DRIVER
5995 M:      Peter Tyser <ptyser@xes-inc.com>
5996 S:      Maintained
5997 F:      drivers/mfd/lpc_ich.c
5998 F:      drivers/gpio/gpio-ich.c
5999
6000 IDE SUBSYSTEM
6001 M:      "David S. Miller" <davem@davemloft.net>
6002 L:      linux-ide@vger.kernel.org
6003 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
6004 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6005 S:      Maintained
6006 F:      Documentation/ide/
6007 F:      drivers/ide/
6008 F:      include/linux/ide.h
6009
6010 IDEAPAD LAPTOP EXTRAS DRIVER
6011 M:      Ike Panhc <ike.pan@canonical.com>
6012 L:      platform-driver-x86@vger.kernel.org
6013 W:      http://launchpad.net/ideapad-laptop
6014 S:      Maintained
6015 F:      drivers/platform/x86/ideapad-laptop.c
6016
6017 IDEAPAD LAPTOP SLIDEBAR DRIVER
6018 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
6019 L:      linux-input@vger.kernel.org
6020 W:      https://github.com/o2genum/ideapad-slidebar
6021 S:      Maintained
6022 F:      drivers/input/misc/ideapad_slidebar.c
6023
6024 IDE/ATAPI DRIVERS
6025 M:      Borislav Petkov <bp@alien8.de>
6026 L:      linux-ide@vger.kernel.org
6027 S:      Maintained
6028 F:      Documentation/cdrom/ide-cd
6029 F:      drivers/ide/ide-cd*
6030
6031 IDLE-I7300
6032 M:      Andy Henroid <andrew.d.henroid@intel.com>
6033 L:      linux-pm@vger.kernel.org
6034 S:      Supported
6035 F:      drivers/idle/i7300_idle.c
6036
6037 IEEE 802.15.4 SUBSYSTEM
6038 M:      Alexander Aring <aar@pengutronix.de>
6039 L:      linux-wpan@vger.kernel.org
6040 W:      http://wpan.cakelab.org/
6041 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6042 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6043 S:      Maintained
6044 F:      net/ieee802154/
6045 F:      net/mac802154/
6046 F:      drivers/net/ieee802154/
6047 F:      include/linux/nl802154.h
6048 F:      include/linux/ieee802154.h
6049 F:      include/net/nl802154.h
6050 F:      include/net/mac802154.h
6051 F:      include/net/af_ieee802154.h
6052 F:      include/net/cfg802154.h
6053 F:      include/net/ieee802154_netdev.h
6054 F:      Documentation/networking/ieee802154.txt
6055
6056 IGORPLUG-USB IR RECEIVER
6057 M:      Sean Young <sean@mess.org>
6058 L:      linux-media@vger.kernel.org
6059 S:      Maintained
6060 F:      drivers/media/rc/igorplugusb.c
6061
6062 IGUANAWORKS USB IR TRANSCEIVER
6063 M:      Sean Young <sean@mess.org>
6064 L:      linux-media@vger.kernel.org
6065 S:      Maintained
6066 F:      drivers/media/rc/iguanair.c
6067
6068 IIO SUBSYSTEM AND DRIVERS
6069 M:      Jonathan Cameron <jic23@kernel.org>
6070 R:      Hartmut Knaack <knaack.h@gmx.de>
6071 R:      Lars-Peter Clausen <lars@metafoo.de>
6072 R:      Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6073 L:      linux-iio@vger.kernel.org
6074 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6075 S:      Maintained
6076 F:      Documentation/devicetree/bindings/iio/
6077 F:      drivers/iio/
6078 F:      drivers/staging/iio/
6079 F:      include/linux/iio/
6080 F:      tools/iio/
6081
6082 IKANOS/ADI EAGLE ADSL USB DRIVER
6083 M:      Matthieu Castet <castet.matthieu@free.fr>
6084 M:      Stanislaw Gruszka <stf_xl@wp.pl>
6085 S:      Maintained
6086 F:      drivers/usb/atm/ueagle-atm.c
6087
6088 INA209 HARDWARE MONITOR DRIVER
6089 M:      Guenter Roeck <linux@roeck-us.net>
6090 L:      linux-hwmon@vger.kernel.org
6091 S:      Maintained
6092 F:      Documentation/hwmon/ina209
6093 F:      Documentation/devicetree/bindings/i2c/ina209.txt
6094 F:      drivers/hwmon/ina209.c
6095
6096 INA2XX HARDWARE MONITOR DRIVER
6097 M:      Guenter Roeck <linux@roeck-us.net>
6098 L:      linux-hwmon@vger.kernel.org
6099 S:      Maintained
6100 F:      Documentation/hwmon/ina2xx
6101 F:      drivers/hwmon/ina2xx.c
6102 F:      include/linux/platform_data/ina2xx.h
6103
6104 INDUSTRY PACK SUBSYSTEM (IPACK)
6105 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6106 M:      Jens Taprogge <jens.taprogge@taprogge.org>
6107 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6108 L:      industrypack-devel@lists.sourceforge.net
6109 W:      http://industrypack.sourceforge.net
6110 S:      Maintained
6111 F:      drivers/ipack/
6112
6113 INGENIC JZ4780 DMA Driver
6114 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6115 S:      Maintained
6116 F:      drivers/dma/dma-jz4780.c
6117
6118 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6119 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6120 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6121 L:      linux-ima-devel@lists.sourceforge.net
6122 L:      linux-ima-user@lists.sourceforge.net
6123 L:      linux-security-module@vger.kernel.org
6124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6125 S:      Supported
6126 F:      security/integrity/ima/
6127
6128 IMGTEC IR DECODER DRIVER
6129 M:      James Hogan <james.hogan@imgtec.com>
6130 S:      Maintained
6131 F:      drivers/media/rc/img-ir/
6132
6133 IMS TWINTURBO FRAMEBUFFER DRIVER
6134 L:      linux-fbdev@vger.kernel.org
6135 S:      Orphan
6136 F:      drivers/video/fbdev/imsttfb.c
6137
6138 INFINIBAND SUBSYSTEM
6139 M:      Doug Ledford <dledford@redhat.com>
6140 M:      Sean Hefty <sean.hefty@intel.com>
6141 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
6142 L:      linux-rdma@vger.kernel.org
6143 W:      http://www.openfabrics.org/
6144 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6145 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6146 S:      Supported
6147 F:      Documentation/infiniband/
6148 F:      drivers/infiniband/
6149 F:      include/uapi/linux/if_infiniband.h
6150 F:      include/uapi/rdma/
6151 F:      include/rdma/
6152
6153 INOTIFY
6154 M:      John McCutchan <john@johnmccutchan.com>
6155 M:      Robert Love <rlove@rlove.org>
6156 M:      Eric Paris <eparis@parisplace.org>
6157 S:      Maintained
6158 F:      Documentation/filesystems/inotify.txt
6159 F:      fs/notify/inotify/
6160 F:      include/linux/inotify.h
6161 F:      include/uapi/linux/inotify.h
6162
6163 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6164 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
6165 L:      linux-input@vger.kernel.org
6166 Q:      http://patchwork.kernel.org/project/linux-input/list/
6167 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6168 S:      Maintained
6169 F:      drivers/input/
6170 F:      include/linux/input.h
6171 F:      include/uapi/linux/input.h
6172 F:      include/linux/input/
6173 F:      Documentation/devicetree/bindings/input/
6174
6175 INPUT MULTITOUCH (MT) PROTOCOL
6176 M:      Henrik Rydberg <rydberg@bitmath.org>
6177 L:      linux-input@vger.kernel.org
6178 S:      Odd fixes
6179 F:      Documentation/input/multi-touch-protocol.txt
6180 F:      drivers/input/input-mt.c
6181 K:      \b(ABS|SYN)_MT_
6182
6183 INTEL ASoC BDW/HSW DRIVERS
6184 M:      Jie Yang <yang.jie@linux.intel.com>
6185 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6186 S:      Supported
6187 F:      sound/soc/intel/common/sst-dsp*
6188 F:      sound/soc/intel/common/sst-firmware.c
6189 F:      sound/soc/intel/boards/broadwell.c
6190 F:      sound/soc/intel/haswell/
6191
6192 INTEL C600 SERIES SAS CONTROLLER DRIVER
6193 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
6194 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6195 L:      linux-scsi@vger.kernel.org
6196 T:      git git://git.code.sf.net/p/intel-sas/isci
6197 S:      Supported
6198 F:      drivers/scsi/isci/
6199
6200 INTEL HID EVENT DRIVER
6201 M:      Alex Hung <alex.hung@canonical.com>
6202 L:      platform-driver-x86@vger.kernel.org
6203 S:      Maintained
6204 F:      drivers/platform/x86/intel-hid.c
6205
6206 INTEL VIRTUAL BUTTON DRIVER
6207 M:      AceLan Kao <acelan.kao@canonical.com>
6208 L:      platform-driver-x86@vger.kernel.org
6209 S:      Maintained
6210 F:      drivers/platform/x86/intel-vbtn.c
6211
6212 INTEL IDLE DRIVER
6213 M:      Len Brown <lenb@kernel.org>
6214 L:      linux-pm@vger.kernel.org
6215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6216 S:      Supported
6217 F:      drivers/idle/intel_idle.c
6218
6219 INTEL INTEGRATED SENSOR HUB DRIVER
6220 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6221 M:      Jiri Kosina <jikos@kernel.org>
6222 L:      linux-input@vger.kernel.org
6223 S:      Maintained
6224 F:      drivers/hid/intel-ish-hid/
6225
6226 INTEL PSTATE DRIVER
6227 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6228 M:      Len Brown <lenb@kernel.org>
6229 L:      linux-pm@vger.kernel.org
6230 S:      Supported
6231 F:      drivers/cpufreq/intel_pstate.c
6232
6233 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6234 M:      Maik Broemme <mbroemme@libmpq.org>
6235 L:      linux-fbdev@vger.kernel.org
6236 S:      Maintained
6237 F:      Documentation/fb/intelfb.txt
6238 F:      drivers/video/fbdev/intelfb/
6239
6240 INTEL 810/815 FRAMEBUFFER DRIVER
6241 M:      Antonino Daplas <adaplas@gmail.com>
6242 L:      linux-fbdev@vger.kernel.org
6243 S:      Maintained
6244 F:      drivers/video/fbdev/i810/
6245
6246 INTEL MENLOW THERMAL DRIVER
6247 M:      Sujith Thomas <sujith.thomas@intel.com>
6248 L:      platform-driver-x86@vger.kernel.org
6249 W:      https://01.org/linux-acpi
6250 S:      Supported
6251 F:      drivers/platform/x86/intel_menlow.c
6252
6253 INTEL I/OAT DMA DRIVER
6254 M:      Dave Jiang <dave.jiang@intel.com>
6255 R:      Dan Williams <dan.j.williams@intel.com>
6256 L:      dmaengine@vger.kernel.org
6257 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6258 S:      Supported
6259 F:      drivers/dma/ioat*
6260
6261 INTEL IOMMU (VT-d)
6262 M:      David Woodhouse <dwmw2@infradead.org>
6263 L:      iommu@lists.linux-foundation.org
6264 T:      git git://git.infradead.org/iommu-2.6.git
6265 S:      Supported
6266 F:      drivers/iommu/intel-iommu.c
6267 F:      include/linux/intel-iommu.h
6268
6269 INTEL IOP-ADMA DMA DRIVER
6270 R:      Dan Williams <dan.j.williams@intel.com>
6271 S:      Odd fixes
6272 F:      drivers/dma/iop-adma.c
6273
6274 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6275 M:      Krzysztof Halasa <khalasa@piap.pl>
6276 S:      Maintained
6277 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6278 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6279 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6280 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6281 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6282 F:      drivers/net/wan/ixp4xx_hss.c
6283
6284 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6285 M:      Deepak Saxena <dsaxena@plexity.net>
6286 S:      Maintained
6287 F:      drivers/char/hw_random/ixp4xx-rng.c
6288
6289 INTEL ETHERNET DRIVERS
6290 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6291 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6292 W:      http://www.intel.com/support/feedback.htm
6293 W:      http://e1000.sourceforge.net/
6294 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6297 S:      Supported
6298 F:      Documentation/networking/e100.txt
6299 F:      Documentation/networking/e1000.txt
6300 F:      Documentation/networking/e1000e.txt
6301 F:      Documentation/networking/igb.txt
6302 F:      Documentation/networking/igbvf.txt
6303 F:      Documentation/networking/ixgb.txt
6304 F:      Documentation/networking/ixgbe.txt
6305 F:      Documentation/networking/ixgbevf.txt
6306 F:      Documentation/networking/i40e.txt
6307 F:      Documentation/networking/i40evf.txt
6308 F:      drivers/net/ethernet/intel/
6309 F:      drivers/net/ethernet/intel/*/
6310
6311 INTEL RDMA RNIC DRIVER
6312 M:     Faisal Latif <faisal.latif@intel.com>
6313 R:     Chien Tin Tung <chien.tin.tung@intel.com>
6314 R:     Mustafa Ismail <mustafa.ismail@intel.com>
6315 R:     Shiraz Saleem <shiraz.saleem@intel.com>
6316 R:     Tatyana Nikolova <tatyana.e.nikolova@intel.com>
6317 L:     linux-rdma@vger.kernel.org
6318 S:     Supported
6319 F:     drivers/infiniband/hw/i40iw/
6320
6321 INTEL MERRIFIELD GPIO DRIVER
6322 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6323 L:      linux-gpio@vger.kernel.org
6324 S:      Maintained
6325 F:      drivers/gpio/gpio-merrifield.c
6326
6327 INTEL-MID GPIO DRIVER
6328 M:      David Cohen <david.a.cohen@linux.intel.com>
6329 L:      linux-gpio@vger.kernel.org
6330 S:      Maintained
6331 F:      drivers/gpio/gpio-intel-mid.c
6332
6333 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6334 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
6335 L:      linux-wireless@vger.kernel.org
6336 S:      Maintained
6337 F:      Documentation/networking/README.ipw2100
6338 F:      Documentation/networking/README.ipw2200
6339 F:      drivers/net/wireless/intel/ipw2x00/
6340
6341 INTEL(R) TRACE HUB
6342 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
6343 S:      Supported
6344 F:      Documentation/trace/intel_th.txt
6345 F:      drivers/hwtracing/intel_th/
6346
6347 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6348 M:      Ning Sun <ning.sun@intel.com>
6349 L:      tboot-devel@lists.sourceforge.net
6350 W:      http://tboot.sourceforge.net
6351 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6352 S:      Supported
6353 F:      Documentation/intel_txt.txt
6354 F:      include/linux/tboot.h
6355 F:      arch/x86/kernel/tboot.c
6356
6357 INTEL WIRELESS WIMAX CONNECTION 2400
6358 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6359 M:      linux-wimax@intel.com
6360 L:      wimax@linuxwimax.org (subscribers-only)
6361 S:      Supported
6362 W:      http://linuxwimax.org
6363 F:      Documentation/wimax/README.i2400m
6364 F:      drivers/net/wimax/i2400m/
6365 F:      include/uapi/linux/wimax/i2400m.h
6366
6367 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6368 M:      Stanislaw Gruszka <sgruszka@redhat.com>
6369 L:      linux-wireless@vger.kernel.org
6370 S:      Supported
6371 F:      drivers/net/wireless/intel/iwlegacy/
6372
6373 INTEL WIRELESS WIFI LINK (iwlwifi)
6374 M:      Johannes Berg <johannes.berg@intel.com>
6375 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6376 M:      Luca Coelho <luciano.coelho@intel.com>
6377 M:      Intel Linux Wireless <linuxwifi@intel.com>
6378 L:      linux-wireless@vger.kernel.org
6379 W:      http://intellinuxwireless.org
6380 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6381 S:      Supported
6382 F:      drivers/net/wireless/intel/iwlwifi/
6383
6384 INTEL MANAGEMENT ENGINE (mei)
6385 M:      Tomas Winkler <tomas.winkler@intel.com>
6386 L:      linux-kernel@vger.kernel.org
6387 S:      Supported
6388 F:      include/uapi/linux/mei.h
6389 F:      include/linux/mei_cl_bus.h
6390 F:      drivers/misc/mei/*
6391 F:      drivers/watchdog/mei_wdt.c
6392 F:      Documentation/misc-devices/mei/*
6393
6394 INTEL MIC DRIVERS (mic)
6395 M:      Sudeep Dutt <sudeep.dutt@intel.com>
6396 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
6397 S:      Supported
6398 W:      https://github.com/sudeepdutt/mic
6399 W:      http://software.intel.com/en-us/mic-developer
6400 F:      include/linux/mic_bus.h
6401 F:      include/linux/scif.h
6402 F:      include/uapi/linux/mic_common.h
6403 F:      include/uapi/linux/mic_ioctl.h
6404 F:      include/uapi/linux/scif_ioctl.h
6405 F:      drivers/misc/mic/
6406 F:      drivers/dma/mic_x100_dma.c
6407 F:      drivers/dma/mic_x100_dma.h
6408 F:      Documentation/mic/
6409
6410 INTEL PMC/P-Unit IPC DRIVER
6411 M:      Zha Qipeng<qipeng.zha@intel.com>
6412 L:      platform-driver-x86@vger.kernel.org
6413 S:      Maintained
6414 F:      drivers/platform/x86/intel_pmc_ipc.c
6415 F:      drivers/platform/x86/intel_punit_ipc.c
6416 F:      arch/x86/include/asm/intel_pmc_ipc.h
6417 F:      arch/x86/include/asm/intel_punit_ipc.h
6418
6419 INTEL TELEMETRY DRIVER
6420 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6421 L:      platform-driver-x86@vger.kernel.org
6422 S:      Maintained
6423 F:      arch/x86/include/asm/intel_telemetry.h
6424 F:      drivers/platform/x86/intel_telemetry*
6425
6426 INTEL PMC CORE DRIVER
6427 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6428 M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6429 L:      platform-driver-x86@vger.kernel.org
6430 S:      Maintained
6431 F:      arch/x86/include/asm/pmc_core.h
6432 F:      drivers/platform/x86/intel_pmc_core*
6433
6434 IOC3 ETHERNET DRIVER
6435 M:      Ralf Baechle <ralf@linux-mips.org>
6436 L:      linux-mips@linux-mips.org
6437 S:      Maintained
6438 F:      drivers/net/ethernet/sgi/ioc3-eth.c
6439
6440 IOC3 SERIAL DRIVER
6441 M:      Pat Gefre <pfg@sgi.com>
6442 L:      linux-serial@vger.kernel.org
6443 S:      Maintained
6444 F:      drivers/tty/serial/ioc3_serial.c
6445
6446 IOMMU DRIVERS
6447 M:      Joerg Roedel <joro@8bytes.org>
6448 L:      iommu@lists.linux-foundation.org
6449 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6450 S:      Maintained
6451 F:      Documentation/devicetree/bindings/iommu/
6452 F:      drivers/iommu/
6453
6454 IP MASQUERADING
6455 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6456 S:      Maintained
6457 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
6458
6459 IPMI SUBSYSTEM
6460 M:      Corey Minyard <minyard@acm.org>
6461 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6462 W:      http://openipmi.sourceforge.net/
6463 S:      Supported
6464 F:      Documentation/IPMI.txt
6465 F:      drivers/char/ipmi/
6466 F:      include/linux/ipmi*
6467 F:      include/uapi/linux/ipmi*
6468
6469 QCOM AUDIO (ASoC) DRIVERS
6470 M:      Patrick Lai <plai@codeaurora.org>
6471 M:      Banajit Goswami <bgoswami@codeaurora.org>
6472 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6473 S:      Supported
6474 F:      sound/soc/qcom/
6475
6476 IPS SCSI RAID DRIVER
6477 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6478 L:      linux-scsi@vger.kernel.org
6479 W:      http://www.adaptec.com/
6480 S:      Maintained
6481 F:      drivers/scsi/ips*
6482
6483 IPVS
6484 M:      Wensong Zhang <wensong@linux-vs.org>
6485 M:      Simon Horman <horms@verge.net.au>
6486 M:      Julian Anastasov <ja@ssi.bg>
6487 L:      netdev@vger.kernel.org
6488 L:      lvs-devel@vger.kernel.org
6489 S:      Maintained
6490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6492 F:      Documentation/networking/ipvs-sysctl.txt
6493 F:      include/net/ip_vs.h
6494 F:      include/uapi/linux/ip_vs.h
6495 F:      net/netfilter/ipvs/
6496
6497 IPWIRELESS DRIVER
6498 M:      Jiri Kosina <jikos@kernel.org>
6499 M:      David Sterba <dsterba@suse.com>
6500 S:      Odd Fixes
6501 F:      drivers/tty/ipwireless/
6502
6503 IPX NETWORK LAYER
6504 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6505 L:      netdev@vger.kernel.org
6506 S:      Maintained
6507 F:      include/net/ipx.h
6508 F:      include/uapi/linux/ipx.h
6509 F:      net/ipx/
6510
6511 IRDA SUBSYSTEM
6512 M:      Samuel Ortiz <samuel@sortiz.org>
6513 L:      irda-users@lists.sourceforge.net (subscribers-only)
6514 L:      netdev@vger.kernel.org
6515 W:      http://irda.sourceforge.net/
6516 S:      Maintained
6517 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6518 F:      Documentation/networking/irda.txt
6519 F:      drivers/net/irda/
6520 F:      include/net/irda/
6521 F:      net/irda/
6522
6523 IRQ SUBSYSTEM
6524 M:      Thomas Gleixner <tglx@linutronix.de>
6525 L:      linux-kernel@vger.kernel.org
6526 S:      Maintained
6527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6528 F:      kernel/irq/
6529
6530 IRQCHIP DRIVERS
6531 M:      Thomas Gleixner <tglx@linutronix.de>
6532 M:      Jason Cooper <jason@lakedaemon.net>
6533 M:      Marc Zyngier <marc.zyngier@arm.com>
6534 L:      linux-kernel@vger.kernel.org
6535 S:      Maintained
6536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6537 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6538 F:      Documentation/devicetree/bindings/interrupt-controller/
6539 F:      drivers/irqchip/
6540
6541 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6542 M:      Marc Zyngier <marc.zyngier@arm.com>
6543 S:      Maintained
6544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6545 F:      Documentation/IRQ-domain.txt
6546 F:      include/linux/irqdomain.h
6547 F:      kernel/irq/irqdomain.c
6548 F:      kernel/irq/msi.c
6549
6550 ISA
6551 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
6552 S:      Maintained
6553 F:      Documentation/isa.txt
6554 F:      drivers/base/isa.c
6555 F:      include/linux/isa.h
6556
6557 ISAPNP
6558 M:      Jaroslav Kysela <perex@perex.cz>
6559 S:      Maintained
6560 F:      Documentation/isapnp.txt
6561 F:      drivers/pnp/isapnp/
6562 F:      include/linux/isapnp.h
6563
6564 ISA RADIO MODULE
6565 M:      Hans Verkuil <hverkuil@xs4all.nl>
6566 L:      linux-media@vger.kernel.org
6567 T:      git git://linuxtv.org/media_tree.git
6568 W:      https://linuxtv.org
6569 S:      Maintained
6570 F:      drivers/media/radio/radio-isa*
6571
6572 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6573 M:      Peter Jones <pjones@redhat.com>
6574 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6575 S:      Maintained
6576 F:      drivers/firmware/iscsi_ibft*
6577
6578 ISCSI
6579 M:      Mike Christie <michaelc@cs.wisc.edu>
6580 L:      open-iscsi@googlegroups.com
6581 W:      www.open-iscsi.org
6582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6583 S:      Maintained
6584 F:      drivers/scsi/*iscsi*
6585 F:      include/scsi/*iscsi*
6586
6587 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6588 M:      Or Gerlitz <ogerlitz@mellanox.com>
6589 M:      Sagi Grimberg <sagi@grimberg.me>
6590 M:      Roi Dayan <roid@mellanox.com>
6591 L:      linux-rdma@vger.kernel.org
6592 S:      Supported
6593 W:      http://www.openfabrics.org
6594 W:      www.open-iscsi.org
6595 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6596 F:      drivers/infiniband/ulp/iser/
6597
6598 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6599 M:      Sagi Grimberg <sagi@grimberg.me>
6600 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6601 L:      linux-rdma@vger.kernel.org
6602 L:      target-devel@vger.kernel.org
6603 S:      Supported
6604 W:      http://www.linux-iscsi.org
6605 F:      drivers/infiniband/ulp/isert
6606
6607 ISDN SUBSYSTEM
6608 M:      Karsten Keil <isdn@linux-pingi.de>
6609 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6610 L:      netdev@vger.kernel.org
6611 W:      http://www.isdn4linux.de
6612 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6613 S:      Maintained
6614 F:      Documentation/isdn/
6615 F:      drivers/isdn/
6616 F:      include/linux/isdn.h
6617 F:      include/linux/isdn/
6618 F:      include/uapi/linux/isdn.h
6619 F:      include/uapi/linux/isdn/
6620
6621 ISDN SUBSYSTEM (Eicon active card driver)
6622 M:      Armin Schindler <mac@melware.de>
6623 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6624 W:      http://www.melware.de
6625 S:      Maintained
6626 F:      drivers/isdn/hardware/eicon/
6627
6628 IT87 HARDWARE MONITORING DRIVER
6629 M:      Jean Delvare <jdelvare@suse.com>
6630 L:      linux-hwmon@vger.kernel.org
6631 S:      Maintained
6632 F:      Documentation/hwmon/it87
6633 F:      drivers/hwmon/it87.c
6634
6635 IT913X MEDIA DRIVER
6636 M:      Antti Palosaari <crope@iki.fi>
6637 L:      linux-media@vger.kernel.org
6638 W:      https://linuxtv.org
6639 W:      http://palosaari.fi/linux/
6640 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6641 T:      git git://linuxtv.org/anttip/media_tree.git
6642 S:      Maintained
6643 F:      drivers/media/tuners/it913x*
6644
6645 IVTV VIDEO4LINUX DRIVER
6646 M:      Andy Walls <awalls@md.metrocast.net>
6647 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6648 L:      linux-media@vger.kernel.org
6649 T:      git git://linuxtv.org/media_tree.git
6650 W:      http://www.ivtvdriver.org
6651 S:      Maintained
6652 F:      Documentation/video4linux/*.ivtv
6653 F:      drivers/media/pci/ivtv/
6654 F:      include/uapi/linux/ivtv*
6655
6656 IX2505V MEDIA DRIVER
6657 M:      Malcolm Priestley <tvboxspy@gmail.com>
6658 L:      linux-media@vger.kernel.org
6659 W:      https://linuxtv.org
6660 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6661 S:      Maintained
6662 F:      drivers/media/dvb-frontends/ix2505v*
6663
6664 JC42.4 TEMPERATURE SENSOR DRIVER
6665 M:      Guenter Roeck <linux@roeck-us.net>
6666 L:      linux-hwmon@vger.kernel.org
6667 S:      Maintained
6668 F:      drivers/hwmon/jc42.c
6669 F:      Documentation/hwmon/jc42
6670
6671 JFS FILESYSTEM
6672 M:      Dave Kleikamp <shaggy@kernel.org>
6673 L:      jfs-discussion@lists.sourceforge.net
6674 W:      http://jfs.sourceforge.net/
6675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6676 S:      Maintained
6677 F:      Documentation/filesystems/jfs.txt
6678 F:      fs/jfs/
6679
6680 JME NETWORK DRIVER
6681 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6682 L:      netdev@vger.kernel.org
6683 S:      Maintained
6684 F:      drivers/net/ethernet/jme.*
6685
6686 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6687 M:      David Woodhouse <dwmw2@infradead.org>
6688 L:      linux-mtd@lists.infradead.org
6689 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6690 S:      Maintained
6691 F:      fs/jffs2/
6692 F:      include/uapi/linux/jffs2.h
6693
6694 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6695 M:      "Theodore Ts'o" <tytso@mit.edu>
6696 M:      Jan Kara <jack@suse.com>
6697 L:      linux-ext4@vger.kernel.org
6698 S:      Maintained
6699 F:      fs/jbd2/
6700 F:      include/linux/jbd2.h
6701
6702 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6703 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6704 L:      linux-media@vger.kernel.org
6705 S:      Maintained
6706 F:      drivers/media/platform/rcar_jpu.c
6707
6708 JSM Neo PCI based serial card
6709 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6710 L:      linux-serial@vger.kernel.org
6711 S:      Maintained
6712 F:      drivers/tty/serial/jsm/
6713
6714 K10TEMP HARDWARE MONITORING DRIVER
6715 M:      Clemens Ladisch <clemens@ladisch.de>
6716 L:      linux-hwmon@vger.kernel.org
6717 S:      Maintained
6718 F:      Documentation/hwmon/k10temp
6719 F:      drivers/hwmon/k10temp.c
6720
6721 K8TEMP HARDWARE MONITORING DRIVER
6722 M:      Rudolf Marek <r.marek@assembler.cz>
6723 L:      linux-hwmon@vger.kernel.org
6724 S:      Maintained
6725 F:      Documentation/hwmon/k8temp
6726 F:      drivers/hwmon/k8temp.c
6727
6728 KASAN
6729 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6730 R:      Alexander Potapenko <glider@google.com>
6731 R:      Dmitry Vyukov <dvyukov@google.com>
6732 L:      kasan-dev@googlegroups.com
6733 S:      Maintained
6734 F:      arch/*/include/asm/kasan.h
6735 F:      arch/*/mm/kasan_init*
6736 F:      Documentation/dev-tools/kasan.rst
6737 F:      include/linux/kasan*.h
6738 F:      lib/test_kasan.c
6739 F:      mm/kasan/
6740 F:      scripts/Makefile.kasan
6741
6742 KCONFIG
6743 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6744 L:      linux-kbuild@vger.kernel.org
6745 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6746 S:      Maintained
6747 F:      Documentation/kbuild/kconfig-language.txt
6748 F:      scripts/kconfig/
6749
6750 KDUMP
6751 M:      Dave Young <dyoung@redhat.com>
6752 M:      Baoquan He <bhe@redhat.com>
6753 R:      Vivek Goyal <vgoyal@redhat.com>
6754 L:      kexec@lists.infradead.org
6755 W:      http://lse.sourceforge.net/kdump/
6756 S:      Maintained
6757 F:      Documentation/kdump/
6758
6759 KEENE FM RADIO TRANSMITTER DRIVER
6760 M:      Hans Verkuil <hverkuil@xs4all.nl>
6761 L:      linux-media@vger.kernel.org
6762 T:      git git://linuxtv.org/media_tree.git
6763 W:      https://linuxtv.org
6764 S:      Maintained
6765 F:      drivers/media/radio/radio-keene*
6766
6767 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6768 M:      Ian Kent <raven@themaw.net>
6769 L:      autofs@vger.kernel.org
6770 S:      Maintained
6771 F:      fs/autofs4/
6772
6773 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6774 M:      Michal Marek <mmarek@suse.com>
6775 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6776 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6777 L:      linux-kbuild@vger.kernel.org
6778 S:      Maintained
6779 F:      Documentation/kbuild/
6780 F:      Makefile
6781 F:      scripts/Makefile.*
6782 F:      scripts/basic/
6783 F:      scripts/mk*
6784 F:      scripts/package/
6785
6786 KERNEL JANITORS
6787 L:      kernel-janitors@vger.kernel.org
6788 W:      http://kernelnewbies.org/KernelJanitors
6789 S:      Odd Fixes
6790
6791 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6792 M:      "J. Bruce Fields" <bfields@fieldses.org>
6793 M:      Jeff Layton <jlayton@poochiereds.net>
6794 L:      linux-nfs@vger.kernel.org
6795 W:      http://nfs.sourceforge.net/
6796 T:      git git://linux-nfs.org/~bfields/linux.git
6797 S:      Supported
6798 F:      fs/nfsd/
6799 F:      include/uapi/linux/nfsd/
6800 F:      fs/lockd/
6801 F:      fs/nfs_common/
6802 F:      net/sunrpc/
6803 F:      include/linux/lockd/
6804 F:      include/linux/sunrpc/
6805 F:      include/uapi/linux/sunrpc/
6806
6807 KERNEL SELFTEST FRAMEWORK
6808 M:      Shuah Khan <shuahkh@osg.samsung.com>
6809 M:      Shuah Khan <shuah@kernel.org>
6810 L:      linux-kselftest@vger.kernel.org
6811 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6812 S:      Maintained
6813 F:      tools/testing/selftests
6814
6815 KERNEL VIRTUAL MACHINE (KVM)
6816 M:      Paolo Bonzini <pbonzini@redhat.com>
6817 M:      Radim Krčmář <rkrcmar@redhat.com>
6818 L:      kvm@vger.kernel.org
6819 W:      http://www.linux-kvm.org
6820 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6821 S:      Supported
6822 F:      Documentation/*/kvm*.txt
6823 F:      Documentation/virtual/kvm/
6824 F:      arch/*/kvm/
6825 F:      arch/x86/kernel/kvm.c
6826 F:      arch/x86/kernel/kvmclock.c
6827 F:      arch/*/include/asm/kvm*
6828 F:      include/linux/kvm*
6829 F:      include/uapi/linux/kvm*
6830 F:      virt/kvm/
6831 F:      tools/kvm/
6832
6833 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6834 M:      Joerg Roedel <joro@8bytes.org>
6835 L:      kvm@vger.kernel.org
6836 W:      http://www.linux-kvm.org/
6837 S:      Maintained
6838 F:      arch/x86/include/asm/svm.h
6839 F:      arch/x86/kvm/svm.c
6840
6841 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6842 M:      Alexander Graf <agraf@suse.com>
6843 L:      kvm-ppc@vger.kernel.org
6844 W:      http://www.linux-kvm.org/
6845 T:      git git://github.com/agraf/linux-2.6.git
6846 S:      Supported
6847 F:      arch/powerpc/include/asm/kvm*
6848 F:      arch/powerpc/kvm/
6849
6850 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6851 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6852 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6853 L:      linux-s390@vger.kernel.org
6854 W:      http://www.ibm.com/developerworks/linux/linux390/
6855 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6856 S:      Supported
6857 F:      Documentation/s390/kvm.txt
6858 F:      arch/s390/include/asm/kvm*
6859 F:      arch/s390/kvm/
6860
6861 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6862 M:      Christoffer Dall <christoffer.dall@linaro.org>
6863 M:      Marc Zyngier <marc.zyngier@arm.com>
6864 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6865 L:      kvmarm@lists.cs.columbia.edu
6866 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6867 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6868 S:      Supported
6869 F:      arch/arm/include/uapi/asm/kvm*
6870 F:      arch/arm/include/asm/kvm*
6871 F:      arch/arm/kvm/
6872 F:      virt/kvm/arm/
6873 F:      include/kvm/arm_*
6874
6875 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6876 M:      Christoffer Dall <christoffer.dall@linaro.org>
6877 M:      Marc Zyngier <marc.zyngier@arm.com>
6878 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6879 L:      kvmarm@lists.cs.columbia.edu
6880 S:      Maintained
6881 F:      arch/arm64/include/uapi/asm/kvm*
6882 F:      arch/arm64/include/asm/kvm*
6883 F:      arch/arm64/kvm/
6884
6885 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6886 M:      James Hogan <james.hogan@imgtec.com>
6887 L:      linux-mips@linux-mips.org
6888 S:      Supported
6889 F:      arch/mips/include/uapi/asm/kvm*
6890 F:      arch/mips/include/asm/kvm*
6891 F:      arch/mips/kvm/
6892
6893 KEXEC
6894 M:      Eric Biederman <ebiederm@xmission.com>
6895 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6896 L:      kexec@lists.infradead.org
6897 S:      Maintained
6898 F:      include/linux/kexec.h
6899 F:      include/uapi/linux/kexec.h
6900 F:      kernel/kexec*
6901
6902 KEYS/KEYRINGS:
6903 M:      David Howells <dhowells@redhat.com>
6904 L:      keyrings@vger.kernel.org
6905 S:      Maintained
6906 F:      Documentation/security/keys.txt
6907 F:      include/linux/key.h
6908 F:      include/linux/key-type.h
6909 F:      include/linux/keyctl.h
6910 F:      include/uapi/linux/keyctl.h
6911 F:      include/keys/
6912 F:      security/keys/
6913
6914 KEYS-TRUSTED
6915 M:      David Safford <safford@us.ibm.com>
6916 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6917 L:      linux-security-module@vger.kernel.org
6918 L:      keyrings@vger.kernel.org
6919 S:      Supported
6920 F:      Documentation/security/keys-trusted-encrypted.txt
6921 F:      include/keys/trusted-type.h
6922 F:      security/keys/trusted.c
6923 F:      security/keys/trusted.h
6924
6925 KEYS-ENCRYPTED
6926 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6927 M:      David Safford <safford@us.ibm.com>
6928 L:      linux-security-module@vger.kernel.org
6929 L:      keyrings@vger.kernel.org
6930 S:      Supported
6931 F:      Documentation/security/keys-trusted-encrypted.txt
6932 F:      include/keys/encrypted-type.h
6933 F:      security/keys/encrypted-keys/
6934
6935 KGDB / KDB /debug_core
6936 M:      Jason Wessel <jason.wessel@windriver.com>
6937 W:      http://kgdb.wiki.kernel.org/
6938 L:      kgdb-bugreport@lists.sourceforge.net
6939 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6940 S:      Maintained
6941 F:      Documentation/DocBook/kgdb.tmpl
6942 F:      drivers/misc/kgdbts.c
6943 F:      drivers/tty/serial/kgdboc.c
6944 F:      include/linux/kdb.h
6945 F:      include/linux/kgdb.h
6946 F:      kernel/debug/
6947
6948 KMEMCHECK
6949 M:      Vegard Nossum <vegardno@ifi.uio.no>
6950 M:      Pekka Enberg <penberg@kernel.org>
6951 S:      Maintained
6952 F:      Documentation/dev-tools/kmemcheck.rst
6953 F:      arch/x86/include/asm/kmemcheck.h
6954 F:      arch/x86/mm/kmemcheck/
6955 F:      include/linux/kmemcheck.h
6956 F:      mm/kmemcheck.c
6957
6958 KMEMLEAK
6959 M:      Catalin Marinas <catalin.marinas@arm.com>
6960 S:      Maintained
6961 F:      Documentation/dev-tools/kmemleak.rst
6962 F:      include/linux/kmemleak.h
6963 F:      mm/kmemleak.c
6964 F:      mm/kmemleak-test.c
6965
6966 KPROBES
6967 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
6968 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6969 M:      "David S. Miller" <davem@davemloft.net>
6970 M:      Masami Hiramatsu <mhiramat@kernel.org>
6971 S:      Maintained
6972 F:      Documentation/kprobes.txt
6973 F:      include/linux/kprobes.h
6974 F:      kernel/kprobes.c
6975
6976 KS0108 LCD CONTROLLER DRIVER
6977 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6978 W:      http://miguelojeda.es/auxdisplay.htm
6979 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6980 S:      Maintained
6981 F:      Documentation/auxdisplay/ks0108
6982 F:      drivers/auxdisplay/ks0108.c
6983 F:      include/linux/ks0108.h
6984
6985 L3MDEV
6986 M:      David Ahern <dsa@cumulusnetworks.com>
6987 L:      netdev@vger.kernel.org
6988 S:      Maintained
6989 F:      net/l3mdev
6990 F:      include/net/l3mdev.h
6991
6992 LANTIQ MIPS ARCHITECTURE
6993 M:      John Crispin <john@phrozen.org>
6994 L:      linux-mips@linux-mips.org
6995 S:      Maintained
6996 F:      arch/mips/lantiq
6997
6998 LAPB module
6999 L:      linux-x25@vger.kernel.org
7000 S:      Orphan
7001 F:      Documentation/networking/lapb-module.txt
7002 F:      include/*/lapb.h
7003 F:      net/lapb/
7004
7005 LASI 53c700 driver for PARISC
7006 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7007 L:      linux-scsi@vger.kernel.org
7008 S:      Maintained
7009 F:      Documentation/scsi/53c700.txt
7010 F:      drivers/scsi/53c700*
7011
7012 LED SUBSYSTEM
7013 M:      Richard Purdie <rpurdie@rpsys.net>
7014 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
7015 L:      linux-leds@vger.kernel.org
7016 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7017 S:      Maintained
7018 F:      Documentation/devicetree/bindings/leds/
7019 F:      drivers/leds/
7020 F:      include/linux/leds.h
7021
7022 LEGACY EEPROM DRIVER
7023 M:      Jean Delvare <jdelvare@suse.com>
7024 S:      Maintained
7025 F:      Documentation/misc-devices/eeprom
7026 F:      drivers/misc/eeprom/eeprom.c
7027
7028 LEGO USB Tower driver
7029 M:      Juergen Stuber <starblue@users.sourceforge.net>
7030 L:      legousb-devel@lists.sourceforge.net
7031 W:      http://legousb.sourceforge.net/
7032 S:      Maintained
7033 F:      drivers/usb/misc/legousbtower.c
7034
7035 LG2160 MEDIA DRIVER
7036 M:      Michael Krufky <mkrufky@linuxtv.org>
7037 L:      linux-media@vger.kernel.org
7038 W:      https://linuxtv.org
7039 W:      http://github.com/mkrufky
7040 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7041 T:      git git://linuxtv.org/mkrufky/tuners.git
7042 S:      Maintained
7043 F:      drivers/media/dvb-frontends/lg2160.*
7044
7045 LGDT3305 MEDIA DRIVER
7046 M:      Michael Krufky <mkrufky@linuxtv.org>
7047 L:      linux-media@vger.kernel.org
7048 W:      https://linuxtv.org
7049 W:      http://github.com/mkrufky
7050 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7051 T:      git git://linuxtv.org/mkrufky/tuners.git
7052 S:      Maintained
7053 F:      drivers/media/dvb-frontends/lgdt3305.*
7054
7055 LGUEST
7056 M:      Rusty Russell <rusty@rustcorp.com.au>
7057 L:      lguest@lists.ozlabs.org
7058 W:      http://lguest.ozlabs.org/
7059 S:      Odd Fixes
7060 F:      arch/x86/include/asm/lguest*.h
7061 F:      arch/x86/lguest/
7062 F:      drivers/lguest/
7063 F:      include/linux/lguest*.h
7064 F:      tools/lguest/
7065
7066 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7067 M:      Tejun Heo <tj@kernel.org>
7068 L:      linux-ide@vger.kernel.org
7069 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7070 S:      Maintained
7071 F:      drivers/ata/
7072 F:      include/linux/ata.h
7073 F:      include/linux/libata.h
7074 F:      Documentation/devicetree/bindings/ata/
7075
7076 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7077 M:      Viresh Kumar <vireshk@kernel.org>
7078 L:      linux-ide@vger.kernel.org
7079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7080 S:      Maintained
7081 F:      include/linux/pata_arasan_cf_data.h
7082 F:      drivers/ata/pata_arasan_cf.c
7083
7084 LIBATA PATA DRIVERS
7085 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7086 M:      Tejun Heo <tj@kernel.org>
7087 L:      linux-ide@vger.kernel.org
7088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7089 S:      Maintained
7090 F:      drivers/ata/pata_*.c
7091 F:      drivers/ata/ata_generic.c
7092
7093 LIBATA SATA AHCI PLATFORM devices support
7094 M:      Hans de Goede <hdegoede@redhat.com>
7095 M:      Tejun Heo <tj@kernel.org>
7096 L:      linux-ide@vger.kernel.org
7097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7098 S:      Maintained
7099 F:      drivers/ata/ahci_platform.c
7100 F:      drivers/ata/libahci_platform.c
7101 F:      include/linux/ahci_platform.h
7102
7103 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7104 M:      Mikael Pettersson <mikpelinux@gmail.com>
7105 L:      linux-ide@vger.kernel.org
7106 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7107 S:      Maintained
7108 F:      drivers/ata/sata_promise.*
7109
7110 LIBLOCKDEP
7111 M:      Sasha Levin <sasha.levin@oracle.com>
7112 S:      Maintained
7113 F:      tools/lib/lockdep/
7114
7115 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7116 M:      Dan Williams <dan.j.williams@intel.com>
7117 L:      linux-nvdimm@lists.01.org
7118 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7119 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7120 S:      Supported
7121 F:      drivers/nvdimm/*
7122 F:      include/linux/nd.h
7123 F:      include/linux/libnvdimm.h
7124 F:      include/uapi/linux/ndctl.h
7125
7126 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7127 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7128 L:      linux-nvdimm@lists.01.org
7129 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7130 S:      Supported
7131 F:      drivers/nvdimm/blk.c
7132 F:      drivers/nvdimm/region_devs.c
7133 F:      drivers/acpi/nfit*
7134
7135 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7136 M:      Vishal Verma <vishal.l.verma@intel.com>
7137 L:      linux-nvdimm@lists.01.org
7138 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7139 S:      Supported
7140 F:      drivers/nvdimm/btt*
7141
7142 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7143 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7144 L:      linux-nvdimm@lists.01.org
7145 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7146 S:      Supported
7147 F:      drivers/nvdimm/pmem.c
7148 F:      include/linux/pmem.h
7149 F:      arch/*/include/asm/pmem.h
7150
7151 LIGHTNVM PLATFORM SUPPORT
7152 M:      Matias Bjorling <mb@lightnvm.io>
7153 W:      http://github/OpenChannelSSD
7154 L:      linux-block@vger.kernel.org
7155 S:      Maintained
7156 F:      drivers/lightnvm/
7157 F:      include/linux/lightnvm.h
7158 F:      include/uapi/linux/lightnvm.h
7159
7160 LINUX FOR IBM pSERIES (RS/6000)
7161 M:      Paul Mackerras <paulus@au.ibm.com>
7162 W:      http://www.ibm.com/linux/ltc/projects/ppc
7163 S:      Supported
7164 F:      arch/powerpc/boot/rs6000.h
7165
7166 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7167 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7168 M:      Paul Mackerras <paulus@samba.org>
7169 M:      Michael Ellerman <mpe@ellerman.id.au>
7170 W:      http://www.penguinppc.org/
7171 L:      linuxppc-dev@lists.ozlabs.org
7172 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7174 S:      Supported
7175 F:      Documentation/powerpc/
7176 F:      arch/powerpc/
7177 F:      drivers/char/tpm/tpm_ibmvtpm*
7178 F:      drivers/crypto/nx/
7179 F:      drivers/crypto/vmx/
7180 F:      drivers/net/ethernet/ibm/ibmveth.*
7181 F:      drivers/net/ethernet/ibm/ibmvnic.*
7182 F:      drivers/pci/hotplug/pnv_php.c
7183 F:      drivers/pci/hotplug/rpa*
7184 F:      drivers/scsi/ibmvscsi/
7185 N:      opal
7186 N:      /pmac
7187 N:      powermac
7188 N:      powernv
7189 N:      [^a-z0-9]ps3
7190 N:      pseries
7191
7192 LINUX FOR POWER MACINTOSH
7193 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7194 W:      http://www.penguinppc.org/
7195 L:      linuxppc-dev@lists.ozlabs.org
7196 S:      Maintained
7197 F:      arch/powerpc/platforms/powermac/
7198 F:      drivers/macintosh/
7199
7200 LINUX FOR POWERPC EMBEDDED MPC5XXX
7201 M:      Anatolij Gustschin <agust@denx.de>
7202 L:      linuxppc-dev@lists.ozlabs.org
7203 T:      git git://git.denx.de/linux-denx-agust.git
7204 S:      Maintained
7205 F:      arch/powerpc/platforms/512x/
7206 F:      arch/powerpc/platforms/52xx/
7207
7208 LINUX FOR POWERPC EMBEDDED PPC4XX
7209 M:      Alistair Popple <alistair@popple.id.au>
7210 M:      Matt Porter <mporter@kernel.crashing.org>
7211 W:      http://www.penguinppc.org/
7212 L:      linuxppc-dev@lists.ozlabs.org
7213 S:      Maintained
7214 F:      arch/powerpc/platforms/40x/
7215 F:      arch/powerpc/platforms/44x/
7216
7217 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7218 L:      linuxppc-dev@lists.ozlabs.org
7219 S:      Orphan
7220 F:      arch/powerpc/*/*virtex*
7221 F:      arch/powerpc/*/*/*virtex*
7222
7223 LINUX FOR POWERPC EMBEDDED PPC8XX
7224 M:      Vitaly Bordug <vitb@kernel.crashing.org>
7225 W:      http://www.penguinppc.org/
7226 L:      linuxppc-dev@lists.ozlabs.org
7227 S:      Maintained
7228 F:      arch/powerpc/platforms/8xx/
7229
7230 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7231 M:      Scott Wood <oss@buserror.net>
7232 M:      Kumar Gala <galak@kernel.crashing.org>
7233 W:      http://www.penguinppc.org/
7234 L:      linuxppc-dev@lists.ozlabs.org
7235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7236 S:      Maintained
7237 F:      arch/powerpc/platforms/83xx/
7238 F:      arch/powerpc/platforms/85xx/
7239
7240 LINUX FOR POWERPC PA SEMI PWRFICIENT
7241 M:      Olof Johansson <olof@lixom.net>
7242 L:      linuxppc-dev@lists.ozlabs.org
7243 S:      Maintained
7244 F:      arch/powerpc/platforms/pasemi/
7245 F:      drivers/*/*pasemi*
7246 F:      drivers/*/*/*pasemi*
7247
7248 LINUX SECURITY MODULE (LSM) FRAMEWORK
7249 M:      Chris Wright <chrisw@sous-sol.org>
7250 L:      linux-security-module@vger.kernel.org
7251 S:      Supported
7252
7253 LIS3LV02D ACCELEROMETER DRIVER
7254 M:      Eric Piel <eric.piel@tremplin-utc.net>
7255 S:      Maintained
7256 F:      Documentation/misc-devices/lis3lv02d
7257 F:      drivers/misc/lis3lv02d/
7258 F:      drivers/platform/x86/hp_accel.c
7259
7260 LIVE PATCHING
7261 M:      Josh Poimboeuf <jpoimboe@redhat.com>
7262 M:      Jessica Yu <jeyu@redhat.com>
7263 M:      Jiri Kosina <jikos@kernel.org>
7264 M:      Miroslav Benes <mbenes@suse.cz>
7265 R:      Petr Mladek <pmladek@suse.com>
7266 S:      Maintained
7267 F:      kernel/livepatch/
7268 F:      include/linux/livepatch.h
7269 F:      arch/x86/include/asm/livepatch.h
7270 F:      arch/x86/kernel/livepatch.c
7271 F:      Documentation/livepatch/
7272 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7273 F:      samples/livepatch/
7274 L:      live-patching@vger.kernel.org
7275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7276
7277 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7278 M:      Kees Cook <keescook@chromium.org>
7279 S:      Maintained
7280 F:      drivers/misc/lkdtm*
7281
7282 LLC (802.2)
7283 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7284 S:      Maintained
7285 F:      include/linux/llc.h
7286 F:      include/uapi/linux/llc.h
7287 F:      include/net/llc*
7288 F:      net/llc/
7289
7290 LM73 HARDWARE MONITOR DRIVER
7291 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
7292 L:      linux-hwmon@vger.kernel.org
7293 S:      Maintained
7294 F:      drivers/hwmon/lm73.c
7295
7296 LM78 HARDWARE MONITOR DRIVER
7297 M:      Jean Delvare <jdelvare@suse.com>
7298 L:      linux-hwmon@vger.kernel.org
7299 S:      Maintained
7300 F:      Documentation/hwmon/lm78
7301 F:      drivers/hwmon/lm78.c
7302
7303 LM83 HARDWARE MONITOR DRIVER
7304 M:      Jean Delvare <jdelvare@suse.com>
7305 L:      linux-hwmon@vger.kernel.org
7306 S:      Maintained
7307 F:      Documentation/hwmon/lm83
7308 F:      drivers/hwmon/lm83.c
7309
7310 LM90 HARDWARE MONITOR DRIVER
7311 M:      Jean Delvare <jdelvare@suse.com>
7312 L:      linux-hwmon@vger.kernel.org
7313 S:      Maintained
7314 F:      Documentation/hwmon/lm90
7315 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7316 F:      drivers/hwmon/lm90.c
7317
7318 LM95234 HARDWARE MONITOR DRIVER
7319 M:      Guenter Roeck <linux@roeck-us.net>
7320 L:      linux-hwmon@vger.kernel.org
7321 S:      Maintained
7322 F:      Documentation/hwmon/lm95234
7323 F:      drivers/hwmon/lm95234.c
7324
7325 LME2510 MEDIA DRIVER
7326 M:      Malcolm Priestley <tvboxspy@gmail.com>
7327 L:      linux-media@vger.kernel.org
7328 W:      https://linuxtv.org
7329 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7330 S:      Maintained
7331 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7332
7333 LOCKING PRIMITIVES
7334 M:      Peter Zijlstra <peterz@infradead.org>
7335 M:      Ingo Molnar <mingo@redhat.com>
7336 L:      linux-kernel@vger.kernel.org
7337 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7338 S:      Maintained
7339 F:      Documentation/locking/
7340 F:      include/linux/lockdep.h
7341 F:      include/linux/spinlock*.h
7342 F:      arch/*/include/asm/spinlock*.h
7343 F:      include/linux/rwlock*.h
7344 F:      include/linux/mutex*.h
7345 F:      arch/*/include/asm/mutex*.h
7346 F:      include/linux/rwsem*.h
7347 F:      arch/*/include/asm/rwsem.h
7348 F:      include/linux/seqlock.h
7349 F:      lib/locking*.[ch]
7350 F:      kernel/locking/
7351
7352 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7353 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
7354 L:      linux-ntfs-dev@lists.sourceforge.net
7355 W:      http://www.linux-ntfs.org/content/view/19/37/
7356 S:      Maintained
7357 F:      Documentation/ldm.txt
7358 F:      block/partitions/ldm.*
7359
7360 LogFS
7361 M:      Joern Engel <joern@logfs.org>
7362 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
7363 L:      logfs@logfs.org
7364 W:      logfs.org
7365 S:      Maintained
7366 F:      fs/logfs/
7367
7368 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7369 M:      Sathya Prakash <sathya.prakash@broadcom.com>
7370 M:      Chaitra P B <chaitra.basappa@broadcom.com>
7371 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7372 L:      MPT-FusionLinux.pdl@broadcom.com
7373 L:      linux-scsi@vger.kernel.org
7374 W:      http://www.avagotech.com/support/
7375 S:      Supported
7376 F:      drivers/message/fusion/
7377 F:      drivers/scsi/mpt2sas/
7378 F:      drivers/scsi/mpt3sas/
7379
7380 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7381 M:      Matthew Wilcox <matthew@wil.cx>
7382 L:      linux-scsi@vger.kernel.org
7383 S:      Maintained
7384 F:      drivers/scsi/sym53c8xx_2/
7385
7386 LTC4261 HARDWARE MONITOR DRIVER
7387 M:      Guenter Roeck <linux@roeck-us.net>
7388 L:      linux-hwmon@vger.kernel.org
7389 S:      Maintained
7390 F:      Documentation/hwmon/ltc4261
7391 F:      drivers/hwmon/ltc4261.c
7392
7393 LTP (Linux Test Project)
7394 M:      Mike Frysinger <vapier@gentoo.org>
7395 M:      Cyril Hrubis <chrubis@suse.cz>
7396 M:      Wanlong Gao <wanlong.gao@gmail.com>
7397 M:      Jan Stancek <jstancek@redhat.com>
7398 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7399 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
7400 L:      ltp@lists.linux.it (subscribers-only)
7401 W:      http://linux-test-project.github.io/
7402 T:      git git://github.com/linux-test-project/ltp.git
7403 S:      Maintained
7404
7405 M32R ARCHITECTURE
7406 W:      http://www.linux-m32r.org/
7407 S:      Orphan
7408 F:      arch/m32r/
7409
7410 M68K ARCHITECTURE
7411 M:      Geert Uytterhoeven <geert@linux-m68k.org>
7412 L:      linux-m68k@lists.linux-m68k.org
7413 W:      http://www.linux-m68k.org/
7414 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7415 S:      Maintained
7416 F:      arch/m68k/
7417 F:      drivers/zorro/
7418
7419 M68K ON APPLE MACINTOSH
7420 M:      Joshua Thompson <funaho@jurai.org>
7421 W:      http://www.mac.linux-m68k.org/
7422 L:      linux-m68k@lists.linux-m68k.org
7423 S:      Maintained
7424 F:      arch/m68k/mac/
7425
7426 M68K ON HP9000/300
7427 M:      Philip Blundell <philb@gnu.org>
7428 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
7429 S:      Maintained
7430 F:      arch/m68k/hp300/
7431
7432 M88DS3103 MEDIA DRIVER
7433 M:      Antti Palosaari <crope@iki.fi>
7434 L:      linux-media@vger.kernel.org
7435 W:      https://linuxtv.org
7436 W:      http://palosaari.fi/linux/
7437 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7438 T:      git git://linuxtv.org/anttip/media_tree.git
7439 S:      Maintained
7440 F:      drivers/media/dvb-frontends/m88ds3103*
7441
7442 M88RS2000 MEDIA DRIVER
7443 M:      Malcolm Priestley <tvboxspy@gmail.com>
7444 L:      linux-media@vger.kernel.org
7445 W:      https://linuxtv.org
7446 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7447 S:      Maintained
7448 F:      drivers/media/dvb-frontends/m88rs2000*
7449
7450 MA901 MASTERKIT USB FM RADIO DRIVER
7451 M:      Alexey Klimov <klimov.linux@gmail.com>
7452 L:      linux-media@vger.kernel.org
7453 T:      git git://linuxtv.org/media_tree.git
7454 S:      Maintained
7455 F:      drivers/media/radio/radio-ma901.c
7456
7457 MAC80211
7458 M:      Johannes Berg <johannes@sipsolutions.net>
7459 L:      linux-wireless@vger.kernel.org
7460 W:      http://wireless.kernel.org/
7461 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7462 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7463 S:      Maintained
7464 F:      Documentation/networking/mac80211-injection.txt
7465 F:      include/net/mac80211.h
7466 F:      net/mac80211/
7467 F:      drivers/net/wireless/mac80211_hwsim.[ch]
7468
7469 MACVLAN DRIVER
7470 M:      Patrick McHardy <kaber@trash.net>
7471 L:      netdev@vger.kernel.org
7472 S:      Maintained
7473 F:      drivers/net/macvlan.c
7474 F:      include/linux/if_macvlan.h
7475
7476 MAILBOX API
7477 M:      Jassi Brar <jassisinghbrar@gmail.com>
7478 L:      linux-kernel@vger.kernel.org
7479 S:      Maintained
7480 F:      drivers/mailbox/
7481 F:      include/linux/mailbox_client.h
7482 F:      include/linux/mailbox_controller.h
7483
7484 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7485 M:      Michael Kerrisk <mtk.manpages@gmail.com>
7486 W:      http://www.kernel.org/doc/man-pages
7487 L:      linux-man@vger.kernel.org
7488 S:      Maintained
7489
7490 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7491 M:      Andrew Lunn <andrew@lunn.ch>
7492 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7493 S:      Maintained
7494 F:      drivers/net/dsa/mv88e6xxx/
7495
7496 MARVELL ARMADA DRM SUPPORT
7497 M:      Russell King <rmk+kernel@armlinux.org.uk>
7498 S:      Maintained
7499 F:      drivers/gpu/drm/armada/
7500 F:      include/uapi/drm/armada_drm.h
7501 F:      Documentation/devicetree/bindings/display/armada/
7502
7503 MARVELL CRYPTO DRIVER
7504 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7505 M:      Arnaud Ebalard <arno@natisbad.org>
7506 F:      drivers/crypto/marvell/
7507 S:      Maintained
7508 L:      linux-crypto@vger.kernel.org
7509
7510 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7511 M:      Mirko Lindner <mlindner@marvell.com>
7512 M:      Stephen Hemminger <stephen@networkplumber.org>
7513 L:      netdev@vger.kernel.org
7514 S:      Maintained
7515 F:      drivers/net/ethernet/marvell/sk*
7516
7517 MARVELL LIBERTAS WIRELESS DRIVER
7518 L:      libertas-dev@lists.infradead.org
7519 S:      Orphan
7520 F:      drivers/net/wireless/marvell/libertas/
7521
7522 MARVELL MV643XX ETHERNET DRIVER
7523 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7524 L:      netdev@vger.kernel.org
7525 S:      Maintained
7526 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7527 F:      include/linux/mv643xx.h
7528
7529 MARVELL MVNETA ETHERNET DRIVER
7530 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7531 L:      netdev@vger.kernel.org
7532 S:      Maintained
7533 F:      drivers/net/ethernet/marvell/mvneta.*
7534
7535 MARVELL MWIFIEX WIRELESS DRIVER
7536 M:      Amitkumar Karwar <akarwar@marvell.com>
7537 M:      Nishant Sarmukadam <nishants@marvell.com>
7538 L:      linux-wireless@vger.kernel.org
7539 S:      Maintained
7540 F:      drivers/net/wireless/marvell/mwifiex/
7541
7542 MARVELL MWL8K WIRELESS DRIVER
7543 M:      Lennert Buytenhek <buytenh@wantstofly.org>
7544 L:      linux-wireless@vger.kernel.org
7545 S:      Odd Fixes
7546 F:      drivers/net/wireless/marvell/mwl8k.c
7547
7548 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7549 M:      Nicolas Pitre <nico@fluxnic.net>
7550 S:      Odd Fixes
7551 F:      drivers/mmc/host/mvsdio.*
7552
7553 MATROX FRAMEBUFFER DRIVER
7554 L:      linux-fbdev@vger.kernel.org
7555 S:      Orphan
7556 F:      drivers/video/fbdev/matrox/matroxfb_*
7557 F:      include/uapi/linux/matroxfb.h
7558
7559 MAX16065 HARDWARE MONITOR DRIVER
7560 M:      Guenter Roeck <linux@roeck-us.net>
7561 L:      linux-hwmon@vger.kernel.org
7562 S:      Maintained
7563 F:      Documentation/hwmon/max16065
7564 F:      drivers/hwmon/max16065.c
7565
7566 MAX20751 HARDWARE MONITOR DRIVER
7567 M:      Guenter Roeck <linux@roeck-us.net>
7568 L:      linux-hwmon@vger.kernel.org
7569 S:      Maintained
7570 F:      Documentation/hwmon/max20751
7571 F:      drivers/hwmon/max20751.c
7572
7573 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7574 L:      linux-hwmon@vger.kernel.org
7575 S:      Orphan
7576 F:      Documentation/hwmon/max6650
7577 F:      drivers/hwmon/max6650.c
7578
7579 MAX6697 HARDWARE MONITOR DRIVER
7580 M:      Guenter Roeck <linux@roeck-us.net>
7581 L:      linux-hwmon@vger.kernel.org
7582 S:      Maintained
7583 F:      Documentation/hwmon/max6697
7584 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7585 F:      drivers/hwmon/max6697.c
7586 F:      include/linux/platform_data/max6697.h
7587
7588 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7589 M:      Peter Rosin <peda@axentia.se>
7590 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7591 S:      Maintained
7592 F:      Documentation/devicetree/bindings/sound/max9860.txt
7593 F:      sound/soc/codecs/max9860.*
7594
7595 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7596 M:      Krzysztof Kozlowski <krzk@kernel.org>
7597 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7598 L:      linux-pm@vger.kernel.org
7599 S:      Supported
7600 F:      drivers/power/supply/max14577_charger.c
7601 F:      drivers/power/supply/max77693_charger.c
7602
7603 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7604 M:      Javier Martinez Canillas <javier@osg.samsung.com>
7605 L:      linux-kernel@vger.kernel.org
7606 S:      Supported
7607 F:      drivers/*/*max77802*.c
7608 F:      Documentation/devicetree/bindings/*/*max77802.txt
7609 F:      include/dt-bindings/*/*max77802.h
7610
7611 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7612 M:      Chanwoo Choi <cw00.choi@samsung.com>
7613 M:      Krzysztof Kozlowski <krzk@kernel.org>
7614 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7615 L:      linux-kernel@vger.kernel.org
7616 S:      Supported
7617 F:      drivers/*/max14577*.c
7618 F:      drivers/*/max77686*.c
7619 F:      drivers/*/max77693*.c
7620 F:      drivers/extcon/extcon-max14577.c
7621 F:      drivers/extcon/extcon-max77693.c
7622 F:      drivers/rtc/rtc-max77686.c
7623 F:      drivers/clk/clk-max77686.c
7624 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7625 F:      Documentation/devicetree/bindings/*/max77686.txt
7626 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7627 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7628 F:      include/linux/mfd/max14577*.h
7629 F:      include/linux/mfd/max77686*.h
7630 F:      include/linux/mfd/max77693*.h
7631
7632 MAXIRADIO FM RADIO RECEIVER DRIVER
7633 M:      Hans Verkuil <hverkuil@xs4all.nl>
7634 L:      linux-media@vger.kernel.org
7635 T:      git git://linuxtv.org/media_tree.git
7636 W:      https://linuxtv.org
7637 S:      Maintained
7638 F:      drivers/media/radio/radio-maxiradio*
7639
7640 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7641 M:      Peter Rosin <peda@axentia.se>
7642 L:      linux-iio@vger.kernel.org
7643 S:      Maintained
7644 F:      drivers/iio/potentiometer/mcp4531.c
7645
7646 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7647 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
7648 L:      linux-iio@vger.kernel.org
7649 S:      Maintained
7650 F:      drivers/iio/dac/cio-dac.c
7651
7652 MEDIA DRIVERS FOR RENESAS - FCP
7653 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7654 L:      linux-media@vger.kernel.org
7655 L:      linux-renesas-soc@vger.kernel.org
7656 T:      git git://linuxtv.org/media_tree.git
7657 S:      Supported
7658 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
7659 F:      drivers/media/platform/rcar-fcp.c
7660 F:      include/media/rcar-fcp.h
7661
7662 MEDIA DRIVERS FOR RENESAS - VSP1
7663 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7664 L:      linux-media@vger.kernel.org
7665 L:      linux-renesas-soc@vger.kernel.org
7666 T:      git git://linuxtv.org/media_tree.git
7667 S:      Supported
7668 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7669 F:      drivers/media/platform/vsp1/
7670
7671 MEDIA DRIVERS FOR HELENE
7672 M:      Abylay Ospan <aospan@netup.ru>
7673 L:      linux-media@vger.kernel.org
7674 W:      https://linuxtv.org
7675 W:      http://netup.tv/
7676 T:      git git://linuxtv.org/media_tree.git
7677 S:      Supported
7678 F:      drivers/media/dvb-frontends/helene*
7679
7680 MEDIA DRIVERS FOR ASCOT2E
7681 M:      Sergey Kozlov <serjk@netup.ru>
7682 M:      Abylay Ospan <aospan@netup.ru>
7683 L:      linux-media@vger.kernel.org
7684 W:      https://linuxtv.org
7685 W:      http://netup.tv/
7686 T:      git git://linuxtv.org/media_tree.git
7687 S:      Supported
7688 F:      drivers/media/dvb-frontends/ascot2e*
7689
7690 MEDIA DRIVERS FOR CXD2841ER
7691 M:      Sergey Kozlov <serjk@netup.ru>
7692 M:      Abylay Ospan <aospan@netup.ru>
7693 L:      linux-media@vger.kernel.org
7694 W:      https://linuxtv.org
7695 W:      http://netup.tv/
7696 T:      git git://linuxtv.org/media_tree.git
7697 S:      Supported
7698 F:      drivers/media/dvb-frontends/cxd2841er*
7699
7700 MEDIA DRIVERS FOR HORUS3A
7701 M:      Sergey Kozlov <serjk@netup.ru>
7702 M:      Abylay Ospan <aospan@netup.ru>
7703 L:      linux-media@vger.kernel.org
7704 W:      https://linuxtv.org
7705 W:      http://netup.tv/
7706 T:      git git://linuxtv.org/media_tree.git
7707 S:      Supported
7708 F:      drivers/media/dvb-frontends/horus3a*
7709
7710 MEDIA DRIVERS FOR LNBH25
7711 M:      Sergey Kozlov <serjk@netup.ru>
7712 M:      Abylay Ospan <aospan@netup.ru>
7713 L:      linux-media@vger.kernel.org
7714 W:      https://linuxtv.org
7715 W:      http://netup.tv/
7716 T:      git git://linuxtv.org/media_tree.git
7717 S:      Supported
7718 F:      drivers/media/dvb-frontends/lnbh25*
7719
7720 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7721 M:      Sergey Kozlov <serjk@netup.ru>
7722 M:      Abylay Ospan <aospan@netup.ru>
7723 L:      linux-media@vger.kernel.org
7724 W:      https://linuxtv.org
7725 W:      http://netup.tv/
7726 T:      git git://linuxtv.org/media_tree.git
7727 S:      Supported
7728 F:      drivers/media/pci/netup_unidvb/*
7729
7730 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7731 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
7732 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
7733 P:      LinuxTV.org Project
7734 L:      linux-media@vger.kernel.org
7735 W:      https://linuxtv.org
7736 Q:      http://patchwork.kernel.org/project/linux-media/list/
7737 T:      git git://linuxtv.org/media_tree.git
7738 S:      Maintained
7739 F:      Documentation/dvb/
7740 F:      Documentation/video4linux/
7741 F:      Documentation/DocBook/media/
7742 F:      drivers/media/
7743 F:      drivers/staging/media/
7744 F:      include/linux/platform_data/media/
7745 F:      include/media/
7746 F:      include/uapi/linux/dvb/
7747 F:      include/uapi/linux/videodev2.h
7748 F:      include/uapi/linux/media.h
7749 F:      include/uapi/linux/v4l2-*
7750 F:      include/uapi/linux/meye.h
7751 F:      include/uapi/linux/ivtv*
7752 F:      include/uapi/linux/uvcvideo.h
7753
7754 MEDIATEK ETHERNET DRIVER
7755 M:      Felix Fietkau <nbd@openwrt.org>
7756 M:      John Crispin <blogic@openwrt.org>
7757 L:      netdev@vger.kernel.org
7758 S:      Maintained
7759 F:      drivers/net/ethernet/mediatek/
7760
7761 MEDIATEK MT7601U WIRELESS LAN DRIVER
7762 M:      Jakub Kicinski <kubakici@wp.pl>
7763 L:      linux-wireless@vger.kernel.org
7764 S:      Maintained
7765 F:      drivers/net/wireless/mediatek/mt7601u/
7766
7767 MEGARAID SCSI/SAS DRIVERS
7768 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7769 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7770 M:      Uday Lingala <uday.lingala@avagotech.com>
7771 L:      megaraidlinux.pdl@avagotech.com
7772 L:      linux-scsi@vger.kernel.org
7773 W:      http://www.lsi.com
7774 S:      Maintained
7775 F:      Documentation/scsi/megaraid.txt
7776 F:      drivers/scsi/megaraid.*
7777 F:      drivers/scsi/megaraid/
7778
7779 MELLANOX ETHERNET DRIVER (mlx4_en)
7780 M:      Tariq Toukan <tariqt@mellanox.com>
7781 L:      netdev@vger.kernel.org
7782 S:      Supported
7783 W:      http://www.mellanox.com
7784 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7785 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7786
7787 MELLANOX ETHERNET DRIVER (mlx5e)
7788 M:      Saeed Mahameed <saeedm@mellanox.com>
7789 L:      netdev@vger.kernel.org
7790 S:      Supported
7791 W:      http://www.mellanox.com
7792 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7793 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7794
7795 MELLANOX ETHERNET SWITCH DRIVERS
7796 M:      Jiri Pirko <jiri@mellanox.com>
7797 M:      Ido Schimmel <idosch@mellanox.com>
7798 L:      netdev@vger.kernel.org
7799 S:      Supported
7800 W:      http://www.mellanox.com
7801 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7802 F:      drivers/net/ethernet/mellanox/mlxsw/
7803
7804 MELLANOX MLXCPLD LED DRIVER
7805 M:      Vadim Pasternak <vadimp@mellanox.com>
7806 L:      linux-leds@vger.kernel.org
7807 S:      Supported
7808 F:      drivers/leds/leds-mlxcpld.c
7809 F:      Documentation/leds/leds-mlxcpld.txt
7810
7811 MELLANOX PLATFORM DRIVER
7812 M:      Vadim Pasternak <vadimp@mellanox.com>
7813 L:      platform-driver-x86@vger.kernel.org
7814 S:      Supported
7815 F:      arch/x86/platform/mellanox/mlx-platform.c
7816
7817 SOFT-ROCE DRIVER (rxe)
7818 M:      Moni Shoua <monis@mellanox.com>
7819 L:      linux-rdma@vger.kernel.org
7820 S:      Supported
7821 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
7822 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7823 F:      drivers/infiniband/sw/rxe/
7824 F:      include/uapi/rdma/rdma_user_rxe.h
7825
7826 MEMBARRIER SUPPORT
7827 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7828 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7829 L:      linux-kernel@vger.kernel.org
7830 S:      Supported
7831 F:      kernel/membarrier.c
7832 F:      include/uapi/linux/membarrier.h
7833
7834 MEMORY MANAGEMENT
7835 L:      linux-mm@kvack.org
7836 W:      http://www.linux-mm.org
7837 S:      Maintained
7838 F:      include/linux/mm.h
7839 F:      include/linux/gfp.h
7840 F:      include/linux/mmzone.h
7841 F:      include/linux/memory_hotplug.h
7842 F:      include/linux/vmalloc.h
7843 F:      mm/
7844
7845 MEMORY TECHNOLOGY DEVICES (MTD)
7846 M:      David Woodhouse <dwmw2@infradead.org>
7847 M:      Brian Norris <computersforpeace@gmail.com>
7848 L:      linux-mtd@lists.infradead.org
7849 W:      http://www.linux-mtd.infradead.org/
7850 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7851 T:      git git://git.infradead.org/linux-mtd.git
7852 T:      git git://git.infradead.org/l2-mtd.git
7853 S:      Maintained
7854 F:      Documentation/devicetree/bindings/mtd/
7855 F:      drivers/mtd/
7856 F:      include/linux/mtd/
7857 F:      include/uapi/mtd/
7858
7859 MEN A21 WATCHDOG DRIVER
7860 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7861 L:      linux-watchdog@vger.kernel.org
7862 S:      Maintained
7863 F:      drivers/watchdog/mena21_wdt.c
7864
7865 MEN CHAMELEON BUS (mcb)
7866 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7867 S:      Maintained
7868 F:      drivers/mcb/
7869 F:      include/linux/mcb.h
7870 F:      Documentation/men-chameleon-bus.txt
7871
7872 MEN F21BMC (Board Management Controller)
7873 M:      Andreas Werner <andreas.werner@men.de>
7874 S:      Supported
7875 F:      drivers/mfd/menf21bmc.c
7876 F:      drivers/watchdog/menf21bmc_wdt.c
7877 F:      drivers/leds/leds-menf21bmc.c
7878 F:      drivers/hwmon/menf21bmc_hwmon.c
7879 F:      Documentation/hwmon/menf21bmc
7880
7881 METAG ARCHITECTURE
7882 M:      James Hogan <james.hogan@imgtec.com>
7883 L:      linux-metag@vger.kernel.org
7884 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7885 S:      Odd Fixes
7886 F:      arch/metag/
7887 F:      Documentation/metag/
7888 F:      Documentation/devicetree/bindings/metag/
7889 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7890 F:      drivers/clocksource/metag_generic.c
7891 F:      drivers/irqchip/irq-metag.c
7892 F:      drivers/irqchip/irq-metag-ext.c
7893 F:      drivers/tty/metag_da.c
7894
7895 MICROBLAZE ARCHITECTURE
7896 M:      Michal Simek <monstr@monstr.eu>
7897 W:      http://www.monstr.eu/fdt/
7898 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7899 S:      Supported
7900 F:      arch/microblaze/
7901
7902 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
7903 M:      Richard Genoud <richard.genoud@gmail.com>
7904 S:      Maintained
7905 F:      drivers/tty/serial/atmel_serial.c
7906 F:      include/linux/atmel_serial.h
7907
7908 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7909 M:      Chen Yu <yu.c.chen@intel.com>
7910 L:      platform-driver-x86@vger.kernel.org
7911 S:      Supported
7912 F:      drivers/platform/x86/surfacepro3_button.c
7913
7914 MICROTEK X6 SCANNER
7915 M:      Oliver Neukum <oliver@neukum.org>
7916 S:      Maintained
7917 F:      drivers/usb/image/microtek.*
7918
7919 MIPS
7920 M:      Ralf Baechle <ralf@linux-mips.org>
7921 L:      linux-mips@linux-mips.org
7922 W:      http://www.linux-mips.org/
7923 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7924 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7925 S:      Supported
7926 F:      Documentation/devicetree/bindings/mips/
7927 F:      Documentation/mips/
7928 F:      arch/mips/
7929
7930 MIPS/LOONGSON1 ARCHITECTURE
7931 M:      Keguang Zhang <keguang.zhang@gmail.com>
7932 L:      linux-mips@linux-mips.org
7933 S:      Maintained
7934 F:      arch/mips/loongson32/
7935 F:      arch/mips/include/asm/mach-loongson32/
7936 F:      drivers/*/*loongson1*
7937 F:      drivers/*/*/*loongson1*
7938
7939 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7940 M:      Hans Verkuil <hverkuil@xs4all.nl>
7941 L:      linux-media@vger.kernel.org
7942 T:      git git://linuxtv.org/media_tree.git
7943 W:      https://linuxtv.org
7944 S:      Odd Fixes
7945 F:      drivers/media/radio/radio-miropcm20*
7946
7947 MELLANOX MLX4 core VPI driver
7948 M:      Yishai Hadas <yishaih@mellanox.com>
7949 L:      netdev@vger.kernel.org
7950 L:      linux-rdma@vger.kernel.org
7951 W:      http://www.mellanox.com
7952 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7953 S:      Supported
7954 F:      drivers/net/ethernet/mellanox/mlx4/
7955 F:      include/linux/mlx4/
7956
7957 MELLANOX MLX4 IB driver
7958 M:      Yishai Hadas <yishaih@mellanox.com>
7959 L:      linux-rdma@vger.kernel.org
7960 W:      http://www.mellanox.com
7961 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7962 S:      Supported
7963 F:      drivers/infiniband/hw/mlx4/
7964 F:      include/linux/mlx4/
7965
7966 MELLANOX MLX5 core VPI driver
7967 M:      Matan Barak <matanb@mellanox.com>
7968 M:      Leon Romanovsky <leonro@mellanox.com>
7969 L:      netdev@vger.kernel.org
7970 L:      linux-rdma@vger.kernel.org
7971 W:      http://www.mellanox.com
7972 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7973 S:      Supported
7974 F:      drivers/net/ethernet/mellanox/mlx5/core/
7975 F:      include/linux/mlx5/
7976
7977 MELLANOX MLX5 IB driver
7978 M:      Matan Barak <matanb@mellanox.com>
7979 M:      Leon Romanovsky <leonro@mellanox.com>
7980 L:      linux-rdma@vger.kernel.org
7981 W:      http://www.mellanox.com
7982 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7983 S:      Supported
7984 F:      drivers/infiniband/hw/mlx5/
7985 F:      include/linux/mlx5/
7986
7987 MELEXIS MLX90614 DRIVER
7988 M:      Crt Mori <cmo@melexis.com>
7989 L:      linux-iio@vger.kernel.org
7990 W:      http://www.melexis.com
7991 S:      Supported
7992 F:      drivers/iio/temperature/mlx90614.c
7993
7994 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
7995 M:      Don Brace <don.brace@microsemi.com>
7996 L:      esc.storagedev@microsemi.com
7997 L:      linux-scsi@vger.kernel.org
7998 S:      Supported
7999 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
8000 F:      drivers/scsi/smartpqi/Kconfig
8001 F:      drivers/scsi/smartpqi/Makefile
8002 F:      include/linux/cciss*.h
8003 F:      include/uapi/linux/cciss*.h
8004 F:      Documentation/scsi/smartpqi.txt
8005
8006 MN88472 MEDIA DRIVER
8007 M:      Antti Palosaari <crope@iki.fi>
8008 L:      linux-media@vger.kernel.org
8009 W:      https://linuxtv.org
8010 W:      http://palosaari.fi/linux/
8011 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8012 S:      Maintained
8013 F:      drivers/media/dvb-frontends/mn88472*
8014
8015 MN88473 MEDIA DRIVER
8016 M:      Antti Palosaari <crope@iki.fi>
8017 L:      linux-media@vger.kernel.org
8018 W:      https://linuxtv.org
8019 W:      http://palosaari.fi/linux/
8020 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8021 S:      Maintained
8022 F:      drivers/media/dvb-frontends/mn88473*
8023
8024 MODULE SUPPORT
8025 M:      Rusty Russell <rusty@rustcorp.com.au>
8026 S:      Maintained
8027 F:      include/linux/module.h
8028 F:      kernel/module.c
8029
8030 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8031 W:      http://popies.net/meye/
8032 S:      Orphan
8033 F:      Documentation/video4linux/meye.txt
8034 F:      drivers/media/pci/meye/
8035 F:      include/uapi/linux/meye.h
8036
8037 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8038 M:      Jiri Slaby <jirislaby@gmail.com>
8039 S:      Maintained
8040 F:      Documentation/serial/moxa-smartio
8041 F:      drivers/tty/mxser.*
8042
8043 MR800 AVERMEDIA USB FM RADIO DRIVER
8044 M:      Alexey Klimov <klimov.linux@gmail.com>
8045 L:      linux-media@vger.kernel.org
8046 T:      git git://linuxtv.org/media_tree.git
8047 S:      Maintained
8048 F:      drivers/media/radio/radio-mr800.c
8049
8050 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8051 M:      Alan Ott <alan@signal11.us>
8052 L:      linux-wpan@vger.kernel.org
8053 S:      Maintained
8054 F:      drivers/net/ieee802154/mrf24j40.c
8055 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8056
8057 MSI LAPTOP SUPPORT
8058 M:      "Lee, Chun-Yi" <jlee@suse.com>
8059 L:      platform-driver-x86@vger.kernel.org
8060 S:      Maintained
8061 F:      drivers/platform/x86/msi-laptop.c
8062
8063 MSI WMI SUPPORT
8064 L:      platform-driver-x86@vger.kernel.org
8065 S:      Orphan
8066 F:      drivers/platform/x86/msi-wmi.c
8067
8068 MSI001 MEDIA DRIVER
8069 M:      Antti Palosaari <crope@iki.fi>
8070 L:      linux-media@vger.kernel.org
8071 W:      https://linuxtv.org
8072 W:      http://palosaari.fi/linux/
8073 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8074 T:      git git://linuxtv.org/anttip/media_tree.git
8075 S:      Maintained
8076 F:      drivers/media/tuners/msi001*
8077
8078 MSI2500 MEDIA DRIVER
8079 M:      Antti Palosaari <crope@iki.fi>
8080 L:      linux-media@vger.kernel.org
8081 W:      https://linuxtv.org
8082 W:      http://palosaari.fi/linux/
8083 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8084 T:      git git://linuxtv.org/anttip/media_tree.git
8085 S:      Maintained
8086 F:      drivers/media/usb/msi2500/
8087
8088 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8089 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8090 L:      linux-mtd@lists.infradead.org
8091 S:      Maintained
8092 F:      drivers/mtd/devices/docg3*
8093
8094 MT9M032 APTINA SENSOR DRIVER
8095 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8096 L:      linux-media@vger.kernel.org
8097 T:      git git://linuxtv.org/media_tree.git
8098 S:      Maintained
8099 F:      drivers/media/i2c/mt9m032.c
8100 F:      include/media/i2c/mt9m032.h
8101
8102 MT9P031 APTINA CAMERA SENSOR
8103 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8104 L:      linux-media@vger.kernel.org
8105 T:      git git://linuxtv.org/media_tree.git
8106 S:      Maintained
8107 F:      drivers/media/i2c/mt9p031.c
8108 F:      include/media/i2c/mt9p031.h
8109
8110 MT9T001 APTINA CAMERA SENSOR
8111 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8112 L:      linux-media@vger.kernel.org
8113 T:      git git://linuxtv.org/media_tree.git
8114 S:      Maintained
8115 F:      drivers/media/i2c/mt9t001.c
8116 F:      include/media/i2c/mt9t001.h
8117
8118 MT9V032 APTINA CAMERA SENSOR
8119 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8120 L:      linux-media@vger.kernel.org
8121 T:      git git://linuxtv.org/media_tree.git
8122 S:      Maintained
8123 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8124 F:      drivers/media/i2c/mt9v032.c
8125 F:      include/media/i2c/mt9v032.h
8126
8127 MULTIFUNCTION DEVICES (MFD)
8128 M:      Lee Jones <lee.jones@linaro.org>
8129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8130 S:      Supported
8131 F:      Documentation/devicetree/bindings/mfd/
8132 F:      drivers/mfd/
8133 F:      include/linux/mfd/
8134
8135 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8136 M:      Ulf Hansson <ulf.hansson@linaro.org>
8137 L:      linux-mmc@vger.kernel.org
8138 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
8139 S:      Maintained
8140 F:      Documentation/devicetree/bindings/mmc/
8141 F:      drivers/mmc/
8142 F:      include/linux/mmc/
8143 F:      include/uapi/linux/mmc/
8144
8145 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8146 S:      Orphan
8147 F:      drivers/mmc/host/mmc_spi.c
8148 F:      include/linux/spi/mmc_spi.h
8149
8150 MULTISOUND SOUND DRIVER
8151 M:      Andrew Veliath <andrewtv@usa.net>
8152 S:      Maintained
8153 F:      Documentation/sound/oss/MultiSound
8154 F:      sound/oss/msnd*
8155
8156 MULTITECH MULTIPORT CARD (ISICOM)
8157 S:      Orphan
8158 F:      drivers/tty/isicom.c
8159 F:      include/linux/isicom.h
8160
8161 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8162 M:      Bin Liu <b-liu@ti.com>
8163 L:      linux-usb@vger.kernel.org
8164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8165 S:      Maintained
8166 F:      drivers/usb/musb/
8167
8168 MXL5007T MEDIA DRIVER
8169 M:      Michael Krufky <mkrufky@linuxtv.org>
8170 L:      linux-media@vger.kernel.org
8171 W:      https://linuxtv.org
8172 W:      http://github.com/mkrufky
8173 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8174 T:      git git://linuxtv.org/mkrufky/tuners.git
8175 S:      Maintained
8176 F:      drivers/media/tuners/mxl5007t.*
8177
8178 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8179 M:      Hyong-Youb Kim <hykim@myri.com>
8180 L:      netdev@vger.kernel.org
8181 W:      https://www.myricom.com/support/downloads/myri10ge.html
8182 S:      Supported
8183 F:      drivers/net/ethernet/myricom/myri10ge/
8184
8185 NAND FLASH SUBSYSTEM
8186 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8187 R:      Richard Weinberger <richard@nod.at>
8188 L:      linux-mtd@lists.infradead.org
8189 W:      http://www.linux-mtd.infradead.org/
8190 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8191 T:      git git://github.com/linux-nand/linux.git
8192 S:      Maintained
8193 F:      drivers/mtd/nand/
8194 F:      include/linux/mtd/nand*.h
8195
8196 NATSEMI ETHERNET DRIVER (DP8381x)
8197 S:      Orphan
8198 F:      drivers/net/ethernet/natsemi/natsemi.c
8199
8200 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8201 M:      Daniel Mack <zonque@gmail.com>
8202 S:      Maintained
8203 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8204 W:      http://www.native-instruments.com
8205 F:      sound/usb/caiaq/
8206
8207 NCP FILESYSTEM
8208 M:      Petr Vandrovec <petr@vandrovec.name>
8209 S:      Odd Fixes
8210 F:      fs/ncpfs/
8211
8212 NCR 5380 SCSI DRIVERS
8213 M:      Finn Thain <fthain@telegraphics.com.au>
8214 M:      Michael Schmitz <schmitzmic@gmail.com>
8215 L:      linux-scsi@vger.kernel.org
8216 S:      Maintained
8217 F:      Documentation/scsi/g_NCR5380.txt
8218 F:      drivers/scsi/NCR5380.*
8219 F:      drivers/scsi/arm/cumana_1.c
8220 F:      drivers/scsi/arm/oak.c
8221 F:      drivers/scsi/atari_scsi.*
8222 F:      drivers/scsi/dmx3191d.c
8223 F:      drivers/scsi/g_NCR5380.*
8224 F:      drivers/scsi/g_NCR5380_mmio.c
8225 F:      drivers/scsi/mac_scsi.*
8226 F:      drivers/scsi/sun3_scsi.*
8227 F:      drivers/scsi/sun3_scsi_vme.c
8228
8229 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8230 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8231 L:      linux-scsi@vger.kernel.org
8232 S:      Maintained
8233 F:      drivers/scsi/NCR_D700.*
8234
8235 NCT6775 HARDWARE MONITOR DRIVER
8236 M:      Guenter Roeck <linux@roeck-us.net>
8237 L:      linux-hwmon@vger.kernel.org
8238 S:      Maintained
8239 F:      Documentation/hwmon/nct6775
8240 F:      drivers/hwmon/nct6775.c
8241
8242 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8243 M:      Faisal Latif <faisal.latif@intel.com>
8244 L:      linux-rdma@vger.kernel.org
8245 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8246 S:      Supported
8247 F:      drivers/infiniband/hw/nes/
8248
8249 NETEM NETWORK EMULATOR
8250 M:      Stephen Hemminger <stephen@networkplumber.org>
8251 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
8252 S:      Maintained
8253 F:      net/sched/sch_netem.c
8254
8255 NETERION 10GbE DRIVERS (s2io/vxge)
8256 M:      Jon Mason <jdmason@kudzu.us>
8257 L:      netdev@vger.kernel.org
8258 S:      Supported
8259 F:      Documentation/networking/s2io.txt
8260 F:      Documentation/networking/vxge.txt
8261 F:      drivers/net/ethernet/neterion/
8262
8263 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8264 M:      Pablo Neira Ayuso <pablo@netfilter.org>
8265 M:      Patrick McHardy <kaber@trash.net>
8266 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8267 L:      netfilter-devel@vger.kernel.org
8268 L:      coreteam@netfilter.org
8269 W:      http://www.netfilter.org/
8270 W:      http://www.iptables.org/
8271 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
8272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8273 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8274 S:      Supported
8275 F:      include/linux/netfilter*
8276 F:      include/linux/netfilter/
8277 F:      include/net/netfilter/
8278 F:      include/uapi/linux/netfilter*
8279 F:      include/uapi/linux/netfilter/
8280 F:      net/*/netfilter.c
8281 F:      net/*/netfilter/
8282 F:      net/netfilter/
8283 F:      net/bridge/br_netfilter*.c
8284
8285 NETLABEL
8286 M:      Paul Moore <paul@paul-moore.com>
8287 W:      http://netlabel.sf.net
8288 L:      netdev@vger.kernel.org
8289 S:      Maintained
8290 F:      Documentation/netlabel/
8291 F:      include/net/netlabel.h
8292 F:      net/netlabel/
8293
8294 NETROM NETWORK LAYER
8295 M:      Ralf Baechle <ralf@linux-mips.org>
8296 L:      linux-hams@vger.kernel.org
8297 W:      http://www.linux-ax25.org/
8298 S:      Maintained
8299 F:      include/net/netrom.h
8300 F:      include/uapi/linux/netrom.h
8301 F:      net/netrom/
8302
8303 NETRONOME ETHERNET DRIVERS
8304 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
8305 L:      oss-drivers@netronome.com
8306 S:      Maintained
8307 F:      drivers/net/ethernet/netronome/
8308
8309 NETWORK BLOCK DEVICE (NBD)
8310 M:      Markus Pargmann <mpa@pengutronix.de>
8311 S:      Maintained
8312 L:      nbd-general@lists.sourceforge.net
8313 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
8314 F:      Documentation/blockdev/nbd.txt
8315 F:      drivers/block/nbd.c
8316 F:      include/uapi/linux/nbd.h
8317
8318 NETWORK DROP MONITOR
8319 M:      Neil Horman <nhorman@tuxdriver.com>
8320 L:      netdev@vger.kernel.org
8321 S:      Maintained
8322 W:      https://fedorahosted.org/dropwatch/
8323 F:      net/core/drop_monitor.c
8324
8325 NETWORKING [DSA]
8326 M:      Andrew Lunn <andrew@lunn.ch>
8327 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8328 M:      Florian Fainelli <f.fainelli@gmail.com>
8329 S:      Maintained
8330 F:      net/dsa/
8331 F:      include/net/dsa.h
8332 F:      drivers/net/dsa/
8333
8334 NETWORKING [GENERAL]
8335 M:      "David S. Miller" <davem@davemloft.net>
8336 L:      netdev@vger.kernel.org
8337 W:      http://www.linuxfoundation.org/en/Net
8338 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8339 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8340 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8341 S:      Maintained
8342 F:      net/
8343 F:      include/net/
8344 F:      include/linux/in.h
8345 F:      include/linux/net.h
8346 F:      include/linux/netdevice.h
8347 F:      include/uapi/linux/in.h
8348 F:      include/uapi/linux/net.h
8349 F:      include/uapi/linux/netdevice.h
8350 F:      include/uapi/linux/net_namespace.h
8351 F:      tools/net/
8352 F:      tools/testing/selftests/net/
8353 F:      lib/random32.c
8354 F:      lib/test_bpf.c
8355
8356 NETWORKING [IPv4/IPv6]
8357 M:      "David S. Miller" <davem@davemloft.net>
8358 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8359 M:      James Morris <jmorris@namei.org>
8360 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8361 M:      Patrick McHardy <kaber@trash.net>
8362 L:      netdev@vger.kernel.org
8363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8364 S:      Maintained
8365 F:      net/ipv4/
8366 F:      net/ipv6/
8367 F:      include/net/ip*
8368 F:      arch/x86/net/*
8369
8370 NETWORKING [IPSEC]
8371 M:      Steffen Klassert <steffen.klassert@secunet.com>
8372 M:      Herbert Xu <herbert@gondor.apana.org.au>
8373 M:      "David S. Miller" <davem@davemloft.net>
8374 L:      netdev@vger.kernel.org
8375 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8376 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8377 S:      Maintained
8378 F:      net/core/flow.c
8379 F:      net/xfrm/
8380 F:      net/key/
8381 F:      net/ipv4/xfrm*
8382 F:      net/ipv4/esp4.c
8383 F:      net/ipv4/ah4.c
8384 F:      net/ipv4/ipcomp.c
8385 F:      net/ipv4/ip_vti.c
8386 F:      net/ipv6/xfrm*
8387 F:      net/ipv6/esp6.c
8388 F:      net/ipv6/ah6.c
8389 F:      net/ipv6/ipcomp6.c
8390 F:      net/ipv6/ip6_vti.c
8391 F:      include/uapi/linux/xfrm.h
8392 F:      include/net/xfrm.h
8393
8394 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8395 M:      Paul Moore <paul@paul-moore.com>
8396 L:      netdev@vger.kernel.org
8397 S:      Maintained
8398
8399 NETWORKING [WIRELESS]
8400 L:      linux-wireless@vger.kernel.org
8401 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8402
8403 NETWORKING DRIVERS
8404 L:      netdev@vger.kernel.org
8405 W:      http://www.linuxfoundation.org/en/Net
8406 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8408 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8409 S:      Odd Fixes
8410 F:      Documentation/devicetree/bindings/net/
8411 F:      drivers/net/
8412 F:      include/linux/if_*
8413 F:      include/linux/netdevice.h
8414 F:      include/linux/etherdevice.h
8415 F:      include/linux/fcdevice.h
8416 F:      include/linux/fddidevice.h
8417 F:      include/linux/hippidevice.h
8418 F:      include/linux/inetdevice.h
8419 F:      include/uapi/linux/if_*
8420 F:      include/uapi/linux/netdevice.h
8421
8422 NETWORKING DRIVERS (WIRELESS)
8423 M:      Kalle Valo <kvalo@codeaurora.org>
8424 L:      linux-wireless@vger.kernel.org
8425 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8426 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8428 S:      Maintained
8429 F:      Documentation/devicetree/bindings/net/wireless/
8430 F:      drivers/net/wireless/
8431
8432 NETXEN (1/10) GbE SUPPORT
8433 M:      Manish Chopra <manish.chopra@qlogic.com>
8434 M:      Sony Chacko <sony.chacko@qlogic.com>
8435 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
8436 L:      netdev@vger.kernel.org
8437 W:      http://www.qlogic.com
8438 S:      Supported
8439 F:      drivers/net/ethernet/qlogic/netxen/
8440
8441 NFC SUBSYSTEM
8442 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8443 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8444 M:      Samuel Ortiz <sameo@linux.intel.com>
8445 L:      linux-wireless@vger.kernel.org
8446 L:      linux-nfc@lists.01.org (subscribers-only)
8447 S:      Supported
8448 F:      net/nfc/
8449 F:      include/net/nfc/
8450 F:      include/uapi/linux/nfc.h
8451 F:      drivers/nfc/
8452 F:      include/linux/platform_data/nfcmrvl.h
8453 F:      include/linux/platform_data/nxp-nci.h
8454 F:      include/linux/platform_data/pn544.h
8455 F:      include/linux/platform_data/st21nfca.h
8456 F:      include/linux/platform_data/st-nci.h
8457 F:      Documentation/devicetree/bindings/net/nfc/
8458
8459 NFS, SUNRPC, AND LOCKD CLIENTS
8460 M:      Trond Myklebust <trond.myklebust@primarydata.com>
8461 M:      Anna Schumaker <anna.schumaker@netapp.com>
8462 L:      linux-nfs@vger.kernel.org
8463 W:      http://client.linux-nfs.org
8464 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8465 S:      Maintained
8466 F:      fs/lockd/
8467 F:      fs/nfs/
8468 F:      fs/nfs_common/
8469 F:      net/sunrpc/
8470 F:      include/linux/lockd/
8471 F:      include/linux/nfs*
8472 F:      include/linux/sunrpc/
8473 F:      include/uapi/linux/nfs*
8474 F:      include/uapi/linux/sunrpc/
8475
8476 NILFS2 FILESYSTEM
8477 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8478 L:      linux-nilfs@vger.kernel.org
8479 W:      http://nilfs.sourceforge.net/
8480 W:      http://nilfs.osdn.jp/
8481 T:      git git://github.com/konis/nilfs2.git
8482 S:      Supported
8483 F:      Documentation/filesystems/nilfs2.txt
8484 F:      fs/nilfs2/
8485 F:      include/trace/events/nilfs2.h
8486 F:      include/uapi/linux/nilfs2_api.h
8487 F:      include/uapi/linux/nilfs2_ondisk.h
8488
8489 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8490 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8491 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8492 S:      Maintained
8493 F:      Documentation/scsi/NinjaSCSI.txt
8494 F:      drivers/scsi/pcmcia/nsp_*
8495
8496 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8497 M:      GOTO Masanori <gotom@debian.or.jp>
8498 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8499 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8500 S:      Maintained
8501 F:      Documentation/scsi/NinjaSCSI.txt
8502 F:      drivers/scsi/nsp32*
8503
8504 NIOS2 ARCHITECTURE
8505 M:      Ley Foon Tan <lftan@altera.com>
8506 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8508 S:      Maintained
8509 F:      arch/nios2/
8510
8511 NOKIA N900 POWER SUPPLY DRIVERS
8512 R:      Pali Rohár <pali.rohar@gmail.com>
8513 F:      include/linux/power/bq2415x_charger.h
8514 F:      include/linux/power/bq27xxx_battery.h
8515 F:      include/linux/power/isp1704_charger.h
8516 F:      drivers/power/supply/bq2415x_charger.c
8517 F:      drivers/power/supply/bq27xxx_battery.c
8518 F:      drivers/power/supply/bq27xxx_battery_i2c.c
8519 F:      drivers/power/supply/isp1704_charger.c
8520 F:      drivers/power/supply/rx51_battery.c
8521
8522 NTB DRIVER CORE
8523 M:      Jon Mason <jdmason@kudzu.us>
8524 M:      Dave Jiang <dave.jiang@intel.com>
8525 M:      Allen Hubbe <Allen.Hubbe@emc.com>
8526 L:      linux-ntb@googlegroups.com
8527 S:      Supported
8528 W:      https://github.com/jonmason/ntb/wiki
8529 T:      git git://github.com/jonmason/ntb.git
8530 F:      drivers/ntb/
8531 F:      drivers/net/ntb_netdev.c
8532 F:      include/linux/ntb.h
8533 F:      include/linux/ntb_transport.h
8534 F:      tools/testing/selftests/ntb/
8535
8536 NTB INTEL DRIVER
8537 M:      Jon Mason <jdmason@kudzu.us>
8538 M:      Dave Jiang <dave.jiang@intel.com>
8539 L:      linux-ntb@googlegroups.com
8540 S:      Supported
8541 W:      https://github.com/jonmason/ntb/wiki
8542 T:      git git://github.com/jonmason/ntb.git
8543 F:      drivers/ntb/hw/intel/
8544
8545 NTB AMD DRIVER
8546 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
8547 L:      linux-ntb@googlegroups.com
8548 S:      Supported
8549 F:      drivers/ntb/hw/amd/
8550
8551 NTFS FILESYSTEM
8552 M:      Anton Altaparmakov <anton@tuxera.com>
8553 L:      linux-ntfs-dev@lists.sourceforge.net
8554 W:      http://www.tuxera.com/
8555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8556 S:      Supported
8557 F:      Documentation/filesystems/ntfs.txt
8558 F:      fs/ntfs/
8559
8560 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8561 M:      Antonino Daplas <adaplas@gmail.com>
8562 L:      linux-fbdev@vger.kernel.org
8563 S:      Maintained
8564 F:      drivers/video/fbdev/riva/
8565 F:      drivers/video/fbdev/nvidia/
8566
8567 NVM EXPRESS DRIVER
8568 M:      Keith Busch <keith.busch@intel.com>
8569 M:      Jens Axboe <axboe@fb.com>
8570 L:      linux-nvme@lists.infradead.org
8571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8572 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8573 S:      Supported
8574 F:      drivers/nvme/host/
8575 F:      include/linux/nvme.h
8576
8577 NVM EXPRESS TARGET DRIVER
8578 M:      Christoph Hellwig <hch@lst.de>
8579 M:      Sagi Grimberg <sagi@grimberg.me>
8580 L:      linux-nvme@lists.infradead.org
8581 S:      Supported
8582 F:      drivers/nvme/target/
8583
8584 NVMEM FRAMEWORK
8585 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8586 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
8587 S:      Maintained
8588 F:      drivers/nvmem/
8589 F:      Documentation/devicetree/bindings/nvmem/
8590 F:      include/linux/nvmem-consumer.h
8591 F:      include/linux/nvmem-provider.h
8592
8593 NXP-NCI NFC DRIVER
8594 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
8595 R:      Charles Gorand <charles.gorand@effinnov.com>
8596 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
8597 S:      Supported
8598 F:      drivers/nfc/nxp-nci
8599
8600 NXP TDA998X DRM DRIVER
8601 M:      Russell King <rmk+kernel@armlinux.org.uk>
8602 S:      Supported
8603 F:      drivers/gpu/drm/i2c/tda998x_drv.c
8604 F:      include/drm/i2c/tda998x.h
8605
8606 NXP TFA9879 DRIVER
8607 M:      Peter Rosin <peda@axentia.se>
8608 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8609 S:      Maintained
8610 F:      sound/soc/codecs/tfa9879*
8611
8612 OBJTOOL
8613 M:      Josh Poimboeuf <jpoimboe@redhat.com>
8614 S:      Supported
8615 F:      tools/objtool/
8616
8617 OMAP SUPPORT
8618 M:      Tony Lindgren <tony@atomide.com>
8619 L:      linux-omap@vger.kernel.org
8620 W:      http://www.muru.com/linux/omap/
8621 W:      http://linux.omap.com/
8622 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8624 S:      Maintained
8625 F:      arch/arm/*omap*/
8626 F:      arch/arm/configs/omap1_defconfig
8627 F:      arch/arm/configs/omap2plus_defconfig
8628 F:      drivers/i2c/busses/i2c-omap.c
8629 F:      drivers/irqchip/irq-omap-intc.c
8630 F:      drivers/mfd/*omap*.c
8631 F:      drivers/mfd/menelaus.c
8632 F:      drivers/mfd/palmas.c
8633 F:      drivers/mfd/tps65217.c
8634 F:      drivers/mfd/tps65218.c
8635 F:      drivers/mfd/tps65910.c
8636 F:      drivers/mfd/twl-core.[ch]
8637 F:      drivers/mfd/twl4030*.c
8638 F:      drivers/mfd/twl6030*.c
8639 F:      drivers/mfd/twl6040*.c
8640 F:      drivers/regulator/palmas-regulator*.c
8641 F:      drivers/regulator/pbias-regulator.c
8642 F:      drivers/regulator/tps65217-regulator.c
8643 F:      drivers/regulator/tps65218-regulator.c
8644 F:      drivers/regulator/tps65910-regulator.c
8645 F:      drivers/regulator/twl-regulator.c
8646 F:      include/linux/i2c-omap.h
8647
8648 OMAP DEVICE TREE SUPPORT
8649 M:      Benoît Cousson <bcousson@baylibre.com>
8650 M:      Tony Lindgren <tony@atomide.com>
8651 L:      linux-omap@vger.kernel.org
8652 L:      devicetree@vger.kernel.org
8653 S:      Maintained
8654 F:      arch/arm/boot/dts/*omap*
8655 F:      arch/arm/boot/dts/*am3*
8656 F:      arch/arm/boot/dts/*am4*
8657 F:      arch/arm/boot/dts/*am5*
8658 F:      arch/arm/boot/dts/*dra7*
8659
8660 OMAP CLOCK FRAMEWORK SUPPORT
8661 M:      Paul Walmsley <paul@pwsan.com>
8662 L:      linux-omap@vger.kernel.org
8663 S:      Maintained
8664 F:      arch/arm/*omap*/*clock*
8665
8666 OMAP POWER MANAGEMENT SUPPORT
8667 M:      Kevin Hilman <khilman@kernel.org>
8668 L:      linux-omap@vger.kernel.org
8669 S:      Maintained
8670 F:      arch/arm/*omap*/*pm*
8671 F:      drivers/cpufreq/omap-cpufreq.c
8672
8673 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8674 M:      Rajendra Nayak <rnayak@codeaurora.org>
8675 M:      Paul Walmsley <paul@pwsan.com>
8676 L:      linux-omap@vger.kernel.org
8677 S:      Maintained
8678 F:      arch/arm/mach-omap2/prm*
8679
8680 OMAP AUDIO SUPPORT
8681 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8682 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
8683 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8684 L:      linux-omap@vger.kernel.org
8685 S:      Maintained
8686 F:      sound/soc/omap/
8687
8688 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8689 M:      Roger Quadros <rogerq@ti.com>
8690 M:      Tony Lindgren <tony@atomide.com>
8691 L:      linux-omap@vger.kernel.org
8692 S:      Maintained
8693 F:      drivers/memory/omap-gpmc.c
8694 F:      arch/arm/mach-omap2/*gpmc*
8695
8696 OMAP FRAMEBUFFER SUPPORT
8697 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8698 L:      linux-fbdev@vger.kernel.org
8699 L:      linux-omap@vger.kernel.org
8700 S:      Maintained
8701 F:      drivers/video/fbdev/omap/
8702
8703 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8704 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8705 L:      linux-omap@vger.kernel.org
8706 L:      linux-fbdev@vger.kernel.org
8707 S:      Maintained
8708 F:      drivers/video/fbdev/omap2/
8709 F:      Documentation/arm/OMAP/DSS
8710
8711 OMAP HARDWARE SPINLOCK SUPPORT
8712 M:      Ohad Ben-Cohen <ohad@wizery.com>
8713 L:      linux-omap@vger.kernel.org
8714 S:      Maintained
8715 F:      drivers/hwspinlock/omap_hwspinlock.c
8716
8717 OMAP MMC SUPPORT
8718 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
8719 L:      linux-omap@vger.kernel.org
8720 S:      Maintained
8721 F:      drivers/mmc/host/omap.c
8722
8723 OMAP HS MMC SUPPORT
8724 L:      linux-mmc@vger.kernel.org
8725 L:      linux-omap@vger.kernel.org
8726 S:      Orphan
8727 F:      drivers/mmc/host/omap_hsmmc.c
8728
8729 OMAP RANDOM NUMBER GENERATOR SUPPORT
8730 M:      Deepak Saxena <dsaxena@plexity.net>
8731 S:      Maintained
8732 F:      drivers/char/hw_random/omap-rng.c
8733
8734 OMAP HWMOD SUPPORT
8735 M:      Benoît Cousson <bcousson@baylibre.com>
8736 M:      Paul Walmsley <paul@pwsan.com>
8737 L:      linux-omap@vger.kernel.org
8738 S:      Maintained
8739 F:      arch/arm/mach-omap2/omap_hwmod.*
8740
8741 OMAP HWMOD DATA
8742 M:      Paul Walmsley <paul@pwsan.com>
8743 L:      linux-omap@vger.kernel.org
8744 S:      Maintained
8745 F:      arch/arm/mach-omap2/omap_hwmod*data*
8746
8747 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8748 M:      Benoît Cousson <bcousson@baylibre.com>
8749 L:      linux-omap@vger.kernel.org
8750 S:      Maintained
8751 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8752
8753 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8754 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8755 L:      linux-media@vger.kernel.org
8756 S:      Maintained
8757 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
8758 F:      drivers/media/platform/omap3isp/
8759 F:      drivers/staging/media/omap4iss/
8760
8761 OMAP USB SUPPORT
8762 L:      linux-usb@vger.kernel.org
8763 L:      linux-omap@vger.kernel.org
8764 S:      Orphan
8765 F:      drivers/usb/*/*omap*
8766 F:      arch/arm/*omap*/usb*
8767
8768 OMAP GPIO DRIVER
8769 M:      Grygorii Strashko <grygorii.strashko@ti.com>
8770 M:      Santosh Shilimkar <ssantosh@kernel.org>
8771 M:      Kevin Hilman <khilman@kernel.org>
8772 L:      linux-omap@vger.kernel.org
8773 S:      Maintained
8774 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
8775 F:      drivers/gpio/gpio-omap.c
8776
8777 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8778 M:      Mark Jackson <mpfj@newflow.co.uk>
8779 L:      linux-omap@vger.kernel.org
8780 S:      Maintained
8781 F:      arch/arm/boot/dts/am335x-nano.dts
8782
8783 OMFS FILESYSTEM
8784 M:      Bob Copeland <me@bobcopeland.com>
8785 L:      linux-karma-devel@lists.sourceforge.net
8786 S:      Maintained
8787 F:      Documentation/filesystems/omfs.txt
8788 F:      fs/omfs/
8789
8790 OMNIKEY CARDMAN 4000 DRIVER
8791 M:      Harald Welte <laforge@gnumonks.org>
8792 S:      Maintained
8793 F:      drivers/char/pcmcia/cm4000_cs.c
8794 F:      include/linux/cm4000_cs.h
8795 F:      include/uapi/linux/cm4000_cs.h
8796
8797 OMNIKEY CARDMAN 4040 DRIVER
8798 M:      Harald Welte <laforge@gnumonks.org>
8799 S:      Maintained
8800 F:      drivers/char/pcmcia/cm4040_cs.*
8801
8802 OMNIVISION OV7670 SENSOR DRIVER
8803 M:      Jonathan Corbet <corbet@lwn.net>
8804 L:      linux-media@vger.kernel.org
8805 T:      git git://linuxtv.org/media_tree.git
8806 S:      Maintained
8807 F:      drivers/media/i2c/ov7670.c
8808
8809 ONENAND FLASH DRIVER
8810 M:      Kyungmin Park <kyungmin.park@samsung.com>
8811 L:      linux-mtd@lists.infradead.org
8812 S:      Maintained
8813 F:      drivers/mtd/onenand/
8814 F:      include/linux/mtd/onenand*.h
8815
8816 ONSTREAM SCSI TAPE DRIVER
8817 M:      Willem Riede <osst@riede.org>
8818 L:      osst-users@lists.sourceforge.net
8819 L:      linux-scsi@vger.kernel.org
8820 S:      Maintained
8821 F:      Documentation/scsi/osst.txt
8822 F:      drivers/scsi/osst.*
8823 F:      drivers/scsi/osst_*.h
8824 F:      drivers/scsi/st.h
8825
8826 OPENCORES I2C BUS DRIVER
8827 M:      Peter Korsgaard <jacmet@sunsite.dk>
8828 L:      linux-i2c@vger.kernel.org
8829 S:      Maintained
8830 F:      Documentation/i2c/busses/i2c-ocores
8831 F:      drivers/i2c/busses/i2c-ocores.c
8832
8833 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8834 M:      Rob Herring <robh+dt@kernel.org>
8835 M:      Frank Rowand <frowand.list@gmail.com>
8836 L:      devicetree@vger.kernel.org
8837 W:      http://www.devicetree.org/
8838 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8839 S:      Maintained
8840 F:      drivers/of/
8841 F:      include/linux/of*.h
8842 F:      scripts/dtc/
8843
8844 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8845 M:      Rob Herring <robh+dt@kernel.org>
8846 M:      Mark Rutland <mark.rutland@arm.com>
8847 L:      devicetree@vger.kernel.org
8848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8849 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
8850 S:      Maintained
8851 F:      Documentation/devicetree/
8852 F:      arch/*/boot/dts/
8853 F:      include/dt-bindings/
8854
8855 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8856 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8857 L:      devicetree@vger.kernel.org
8858 S:      Maintained
8859 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8860 F:      Documentation/devicetree/overlay-notes.txt
8861 F:      drivers/of/overlay.c
8862 F:      drivers/of/resolver.c
8863
8864 OPENRISC ARCHITECTURE
8865 M:      Jonas Bonn <jonas@southpole.se>
8866 W:      http://openrisc.net
8867 S:      Maintained
8868 T:      git git://openrisc.net/~jonas/linux
8869 F:      arch/openrisc/
8870
8871 OPENVSWITCH
8872 M:      Pravin Shelar <pshelar@nicira.com>
8873 L:      netdev@vger.kernel.org
8874 L:      dev@openvswitch.org
8875 W:      http://openvswitch.org
8876 S:      Maintained
8877 F:      net/openvswitch/
8878 F:      include/uapi/linux/openvswitch.h
8879
8880 OPERATING PERFORMANCE POINTS (OPP)
8881 M:      Viresh Kumar <vireshk@kernel.org>
8882 M:      Nishanth Menon <nm@ti.com>
8883 M:      Stephen Boyd <sboyd@codeaurora.org>
8884 L:      linux-pm@vger.kernel.org
8885 S:      Maintained
8886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8887 F:      drivers/base/power/opp/
8888 F:      include/linux/pm_opp.h
8889 F:      Documentation/power/opp.txt
8890 F:      Documentation/devicetree/bindings/opp/
8891
8892 OPL4 DRIVER
8893 M:      Clemens Ladisch <clemens@ladisch.de>
8894 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8895 T:      git git://git.alsa-project.org/alsa-kernel.git
8896 S:      Maintained
8897 F:      sound/drivers/opl4/
8898
8899 OPROFILE
8900 M:      Robert Richter <rric@kernel.org>
8901 L:      oprofile-list@lists.sf.net
8902 S:      Maintained
8903 F:      arch/*/include/asm/oprofile*.h
8904 F:      arch/*/oprofile/
8905 F:      drivers/oprofile/
8906 F:      include/linux/oprofile.h
8907
8908 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8909 M:      Mark Fasheh <mfasheh@versity.com>
8910 M:      Joel Becker <jlbec@evilplan.org>
8911 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8912 W:      http://ocfs2.wiki.kernel.org
8913 S:      Supported
8914 F:      Documentation/filesystems/ocfs2.txt
8915 F:      Documentation/filesystems/dlmfs.txt
8916 F:      fs/ocfs2/
8917
8918 ORINOCO DRIVER
8919 L:      linux-wireless@vger.kernel.org
8920 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8921 W:      http://www.nongnu.org/orinoco/
8922 S:      Orphan
8923 F:      drivers/net/wireless/intersil/orinoco/
8924
8925 OSD LIBRARY and FILESYSTEM
8926 M:      Boaz Harrosh <ooo@electrozaur.com>
8927 M:      Benny Halevy <bhalevy@primarydata.com>
8928 L:      osd-dev@open-osd.org
8929 W:      http://open-osd.org
8930 T:      git git://git.open-osd.org/open-osd.git
8931 S:      Maintained
8932 F:      drivers/scsi/osd/
8933 F:      include/scsi/osd_*
8934 F:      fs/exofs/
8935
8936 OVERLAY FILESYSTEM
8937 M:      Miklos Szeredi <miklos@szeredi.hu>
8938 L:      linux-unionfs@vger.kernel.org
8939 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8940 S:      Supported
8941 F:      fs/overlayfs/
8942 F:      Documentation/filesystems/overlayfs.txt
8943
8944 ORANGEFS FILESYSTEM
8945 M:      Mike Marshall <hubcap@omnibond.com>
8946 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
8947 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
8948 S:      Supported
8949 F:      fs/orangefs/
8950 F:      Documentation/filesystems/orangefs.txt
8951
8952 P54 WIRELESS DRIVER
8953 M:      Christian Lamparter <chunkeey@googlemail.com>
8954 L:      linux-wireless@vger.kernel.org
8955 W:      http://wireless.kernel.org/en/users/Drivers/p54
8956 S:      Maintained
8957 F:      drivers/net/wireless/intersil/p54/
8958
8959 PA SEMI ETHERNET DRIVER
8960 M:      Olof Johansson <olof@lixom.net>
8961 L:      netdev@vger.kernel.org
8962 S:      Maintained
8963 F:      drivers/net/ethernet/pasemi/*
8964
8965 PA SEMI SMBUS DRIVER
8966 M:      Olof Johansson <olof@lixom.net>
8967 L:      linux-i2c@vger.kernel.org
8968 S:      Maintained
8969 F:      drivers/i2c/busses/i2c-pasemi.c
8970
8971 PADATA PARALLEL EXECUTION MECHANISM
8972 M:      Steffen Klassert <steffen.klassert@secunet.com>
8973 L:      linux-crypto@vger.kernel.org
8974 S:      Maintained
8975 F:      kernel/padata.c
8976 F:      include/linux/padata.h
8977 F:      Documentation/padata.txt
8978
8979 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8980 M:      Harald Welte <laforge@gnumonks.org>
8981 L:      platform-driver-x86@vger.kernel.org
8982 S:      Maintained
8983 F:      drivers/platform/x86/panasonic-laptop.c
8984
8985 PANASONIC MN10300/AM33/AM34 PORT
8986 M:      David Howells <dhowells@redhat.com>
8987 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
8988 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8989 S:      Maintained
8990 F:      Documentation/mn10300/
8991 F:      arch/mn10300/
8992
8993 PARALLEL LCD/KEYPAD PANEL DRIVER
8994 M:      Willy Tarreau <willy@haproxy.com>
8995 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
8996 S:      Odd Fixes
8997 F:      Documentation/misc-devices/lcd-panel-cgram.txt
8998 F:      drivers/misc/panel.c
8999
9000 PARALLEL PORT SUBSYSTEM
9001 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9002 M:      Sudip Mukherjee <sudip@vectorindia.org>
9003 L:      linux-parport@lists.infradead.org (subscribers-only)
9004 S:      Maintained
9005 F:      drivers/parport/
9006 F:      include/linux/parport*.h
9007 F:      drivers/char/ppdev.c
9008 F:      include/uapi/linux/ppdev.h
9009 F:      Documentation/parport*.txt
9010
9011 PARAVIRT_OPS INTERFACE
9012 M:      Jeremy Fitzhardinge <jeremy@goop.org>
9013 M:      Chris Wright <chrisw@sous-sol.org>
9014 M:      Alok Kataria <akataria@vmware.com>
9015 M:      Rusty Russell <rusty@rustcorp.com.au>
9016 L:      virtualization@lists.linux-foundation.org
9017 S:      Supported
9018 F:      Documentation/virtual/paravirt_ops.txt
9019 F:      arch/*/kernel/paravirt*
9020 F:      arch/*/include/asm/paravirt.h
9021 F:      include/linux/hypervisor.h
9022
9023 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9024 M:      Tim Waugh <tim@cyberelk.net>
9025 L:      linux-parport@lists.infradead.org (subscribers-only)
9026 S:      Maintained
9027 F:      Documentation/blockdev/paride.txt
9028 F:      drivers/block/paride/
9029
9030 PARISC ARCHITECTURE
9031 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
9032 M:      Helge Deller <deller@gmx.de>
9033 L:      linux-parisc@vger.kernel.org
9034 W:      http://www.parisc-linux.org/
9035 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
9036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9038 S:      Maintained
9039 F:      arch/parisc/
9040 F:      Documentation/parisc/
9041 F:      drivers/parisc/
9042 F:      drivers/char/agp/parisc-agp.c
9043 F:      drivers/input/serio/gscps2.c
9044 F:      drivers/parport/parport_gsc.*
9045 F:      drivers/tty/serial/8250/8250_gsc.c
9046 F:      drivers/video/fbdev/sti*
9047 F:      drivers/video/console/sti*
9048 F:      drivers/video/logo/logo_parisc*
9049
9050 PC87360 HARDWARE MONITORING DRIVER
9051 M:      Jim Cromie <jim.cromie@gmail.com>
9052 L:      linux-hwmon@vger.kernel.org
9053 S:      Maintained
9054 F:      Documentation/hwmon/pc87360
9055 F:      drivers/hwmon/pc87360.c
9056
9057 PC8736x GPIO DRIVER
9058 M:      Jim Cromie <jim.cromie@gmail.com>
9059 S:      Maintained
9060 F:      drivers/char/pc8736x_gpio.c
9061
9062 PC87427 HARDWARE MONITORING DRIVER
9063 M:      Jean Delvare <jdelvare@suse.com>
9064 L:      linux-hwmon@vger.kernel.org
9065 S:      Maintained
9066 F:      Documentation/hwmon/pc87427
9067 F:      drivers/hwmon/pc87427.c
9068
9069 PCA9532 LED DRIVER
9070 M:      Riku Voipio <riku.voipio@iki.fi>
9071 S:      Maintained
9072 F:      drivers/leds/leds-pca9532.c
9073 F:      include/linux/leds-pca9532.h
9074
9075 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9076 M:      Guenter Roeck <linux@roeck-us.net>
9077 L:      linux-i2c@vger.kernel.org
9078 S:      Maintained
9079 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
9080
9081 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9082 M:      Khalid Aziz <khalid@gonehiking.org>
9083 S:      Maintained
9084 F:      drivers/firmware/pcdp.*
9085
9086 PCI ERROR RECOVERY
9087 M:      Linas Vepstas <linasvepstas@gmail.com>
9088 L:      linux-pci@vger.kernel.org
9089 S:      Supported
9090 F:      Documentation/PCI/pci-error-recovery.txt
9091
9092 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9093 M:      Russell Currey <ruscur@russell.cc>
9094 L:      linuxppc-dev@lists.ozlabs.org
9095 S:      Supported
9096 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
9097 F:      arch/powerpc/kernel/eeh*.c
9098 F:      arch/powerpc/platforms/*/eeh*.c
9099 F:      arch/powerpc/include/*/eeh*.h
9100
9101 PCI SUBSYSTEM
9102 M:      Bjorn Helgaas <bhelgaas@google.com>
9103 L:      linux-pci@vger.kernel.org
9104 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
9105 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9106 S:      Supported
9107 F:      Documentation/devicetree/bindings/pci/
9108 F:      Documentation/PCI/
9109 F:      drivers/pci/
9110 F:      include/linux/pci*
9111 F:      arch/x86/pci/
9112 F:      arch/x86/kernel/quirks.c
9113
9114 PCI DRIVER FOR ALTERA PCIE IP
9115 M:      Ley Foon Tan <lftan@altera.com>
9116 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9117 L:      linux-pci@vger.kernel.org
9118 S:      Supported
9119 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
9120 F:      drivers/pci/host/pcie-altera.c
9121
9122 PCI DRIVER FOR ARM VERSATILE PLATFORM
9123 M:      Rob Herring <robh@kernel.org>
9124 L:      linux-pci@vger.kernel.org
9125 L:      linux-arm-kernel@lists.infradead.org
9126 S:      Maintained
9127 F:      Documentation/devicetree/bindings/pci/versatile.txt
9128 F:      drivers/pci/host/pci-versatile.c
9129
9130 PCI DRIVER FOR APPLIEDMICRO XGENE
9131 M:      Tanmay Inamdar <tinamdar@apm.com>
9132 L:      linux-pci@vger.kernel.org
9133 L:      linux-arm-kernel@lists.infradead.org
9134 S:      Maintained
9135 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
9136 F:      drivers/pci/host/pci-xgene.c
9137
9138 PCI DRIVER FOR FREESCALE LAYERSCAPE
9139 M:      Minghuan Lian <minghuan.Lian@freescale.com>
9140 M:      Mingkai Hu <mingkai.hu@freescale.com>
9141 M:      Roy Zang <tie-fei.zang@freescale.com>
9142 L:      linuxppc-dev@lists.ozlabs.org
9143 L:      linux-pci@vger.kernel.org
9144 L:      linux-arm-kernel@lists.infradead.org
9145 S:      Maintained
9146 F:      drivers/pci/host/*layerscape*
9147
9148 PCI DRIVER FOR IMX6
9149 M:      Richard Zhu <Richard.Zhu@freescale.com>
9150 M:      Lucas Stach <l.stach@pengutronix.de>
9151 L:      linux-pci@vger.kernel.org
9152 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9153 S:      Maintained
9154 F:      drivers/pci/host/*imx6*
9155
9156 PCI DRIVER FOR TI KEYSTONE
9157 M:      Murali Karicheri <m-karicheri2@ti.com>
9158 L:      linux-pci@vger.kernel.org
9159 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9160 S:      Maintained
9161 F:      drivers/pci/host/*keystone*
9162
9163 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9164 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9165 M:      Jason Cooper <jason@lakedaemon.net>
9166 L:      linux-pci@vger.kernel.org
9167 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9168 S:      Maintained
9169 F:      drivers/pci/host/*mvebu*
9170
9171 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9172 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9173 L:      linux-pci@vger.kernel.org
9174 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9175 S:      Maintained
9176 F:      drivers/pci/host/pci-aardvark.c
9177
9178 PCI DRIVER FOR NVIDIA TEGRA
9179 M:      Thierry Reding <thierry.reding@gmail.com>
9180 L:      linux-tegra@vger.kernel.org
9181 L:      linux-pci@vger.kernel.org
9182 S:      Supported
9183 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9184 F:      drivers/pci/host/pci-tegra.c
9185
9186 PCI DRIVER FOR TI DRA7XX
9187 M:      Kishon Vijay Abraham I <kishon@ti.com>
9188 L:      linux-omap@vger.kernel.org
9189 L:      linux-pci@vger.kernel.org
9190 S:      Supported
9191 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
9192 F:      drivers/pci/host/pci-dra7xx.c
9193
9194 PCI DRIVER FOR RENESAS R-CAR
9195 M:      Simon Horman <horms@verge.net.au>
9196 L:      linux-pci@vger.kernel.org
9197 L:      linux-renesas-soc@vger.kernel.org
9198 S:      Maintained
9199 F:      drivers/pci/host/*rcar*
9200
9201 PCI DRIVER FOR SAMSUNG EXYNOS
9202 M:      Jingoo Han <jingoohan1@gmail.com>
9203 L:      linux-pci@vger.kernel.org
9204 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9205 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9206 S:      Maintained
9207 F:      drivers/pci/host/pci-exynos.c
9208
9209 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9210 M:      Jingoo Han <jingoohan1@gmail.com>
9211 M:      Pratyush Anand <pratyush.anand@gmail.com>
9212 L:      linux-pci@vger.kernel.org
9213 S:      Maintained
9214 F:      drivers/pci/host/*designware*
9215
9216 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
9217 M:      Joao Pinto <jpinto@synopsys.com>
9218 L:      linux-pci@vger.kernel.org
9219 S:      Maintained
9220 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
9221 F:      drivers/pci/host/pcie-designware-plat.c
9222
9223 PCI DRIVER FOR GENERIC OF HOSTS
9224 M:      Will Deacon <will.deacon@arm.com>
9225 L:      linux-pci@vger.kernel.org
9226 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9227 S:      Maintained
9228 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
9229 F:      drivers/pci/host/pci-host-common.c
9230 F:      drivers/pci/host/pci-host-generic.c
9231
9232 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9233 M:      Keith Busch <keith.busch@intel.com>
9234 L:      linux-pci@vger.kernel.org
9235 S:      Supported
9236 F:      arch/x86/pci/vmd.c
9237
9238 PCIE DRIVER FOR ST SPEAR13XX
9239 M:      Pratyush Anand <pratyush.anand@gmail.com>
9240 L:      linux-pci@vger.kernel.org
9241 S:      Maintained
9242 F:      drivers/pci/host/*spear*
9243
9244 PCI MSI DRIVER FOR ALTERA MSI IP
9245 M:      Ley Foon Tan <lftan@altera.com>
9246 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9247 L:      linux-pci@vger.kernel.org
9248 S:      Supported
9249 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9250 F:      drivers/pci/host/pcie-altera-msi.c
9251
9252 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9253 M:      Duc Dang <dhdang@apm.com>
9254 L:      linux-pci@vger.kernel.org
9255 L:      linux-arm-kernel@lists.infradead.org
9256 S:      Maintained
9257 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9258 F:      drivers/pci/host/pci-xgene-msi.c
9259
9260 PCIE DRIVER FOR AXIS ARTPEC
9261 M:      Niklas Cassel <niklas.cassel@axis.com>
9262 M:      Jesper Nilsson <jesper.nilsson@axis.com>
9263 L:      linux-arm-kernel@axis.com
9264 L:      linux-pci@vger.kernel.org
9265 S:      Maintained
9266 F:      Documentation/devicetree/bindings/pci/axis,artpec*
9267 F:      drivers/pci/host/*artpec*
9268
9269 PCIE DRIVER FOR HISILICON
9270 M:      Zhou Wang <wangzhou1@hisilicon.com>
9271 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
9272 L:      linux-pci@vger.kernel.org
9273 S:      Maintained
9274 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9275 F:      drivers/pci/host/pcie-hisi.c
9276
9277 PCIE DRIVER FOR ROCKCHIP
9278 M:      Shawn Lin <shawn.lin@rock-chips.com>
9279 M:      Wenrui Li <wenrui.li@rock-chips.com>
9280 L:      linux-pci@vger.kernel.org
9281 L:      linux-rockchip@lists.infradead.org
9282 S:      Maintained
9283 F:      Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9284 F:      drivers/pci/host/pcie-rockchip.c
9285
9286 PCIE DRIVER FOR QUALCOMM MSM
9287 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
9288 L:     linux-pci@vger.kernel.org
9289 L:     linux-arm-msm@vger.kernel.org
9290 S:     Maintained
9291 F:     drivers/pci/host/*qcom*
9292
9293 PCIE DRIVER FOR CAVIUM THUNDERX
9294 M:      David Daney <david.daney@cavium.com>
9295 L:      linux-pci@vger.kernel.org
9296 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9297 S:      Supported
9298 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
9299 F:      drivers/pci/host/pci-thunder-*
9300
9301 PCMCIA SUBSYSTEM
9302 P:      Linux PCMCIA Team
9303 L:      linux-pcmcia@lists.infradead.org
9304 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9306 S:      Maintained
9307 F:      Documentation/pcmcia/
9308 F:      drivers/pcmcia/
9309 F:      include/pcmcia/
9310
9311 PCNET32 NETWORK DRIVER
9312 M:      Don Fry <pcnet32@frontier.com>
9313 L:      netdev@vger.kernel.org
9314 S:      Maintained
9315 F:      drivers/net/ethernet/amd/pcnet32.c
9316
9317 PCRYPT PARALLEL CRYPTO ENGINE
9318 M:      Steffen Klassert <steffen.klassert@secunet.com>
9319 L:      linux-crypto@vger.kernel.org
9320 S:      Maintained
9321 F:      crypto/pcrypt.c
9322 F:      include/crypto/pcrypt.h
9323
9324 PER-CPU MEMORY ALLOCATOR
9325 M:      Tejun Heo <tj@kernel.org>
9326 M:      Christoph Lameter <cl@linux.com>
9327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9328 S:      Maintained
9329 F:      include/linux/percpu*.h
9330 F:      mm/percpu*.c
9331 F:      arch/*/include/asm/percpu.h
9332
9333 PER-TASK DELAY ACCOUNTING
9334 M:      Balbir Singh <bsingharora@gmail.com>
9335 S:      Maintained
9336 F:      include/linux/delayacct.h
9337 F:      kernel/delayacct.c
9338
9339 PERFORMANCE EVENTS SUBSYSTEM
9340 M:      Peter Zijlstra <peterz@infradead.org>
9341 M:      Ingo Molnar <mingo@redhat.com>
9342 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
9343 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9344 L:      linux-kernel@vger.kernel.org
9345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9346 S:      Supported
9347 F:      kernel/events/*
9348 F:      include/linux/perf_event.h
9349 F:      include/uapi/linux/perf_event.h
9350 F:      arch/*/kernel/perf_event*.c
9351 F:      arch/*/kernel/*/perf_event*.c
9352 F:      arch/*/kernel/*/*/perf_event*.c
9353 F:      arch/*/include/asm/perf_event.h
9354 F:      arch/*/kernel/perf_callchain.c
9355 F:      arch/*/events/*
9356 F:      tools/perf/
9357
9358 PERSONALITY HANDLING
9359 M:      Christoph Hellwig <hch@infradead.org>
9360 L:      linux-abi-devel@lists.sourceforge.net
9361 S:      Maintained
9362 F:      include/linux/personality.h
9363 F:      include/uapi/linux/personality.h
9364
9365 PHONET PROTOCOL
9366 M:      Remi Denis-Courmont <courmisch@gmail.com>
9367 S:      Supported
9368 F:      Documentation/networking/phonet.txt
9369 F:      include/linux/phonet.h
9370 F:      include/net/phonet/
9371 F:      include/uapi/linux/phonet.h
9372 F:      net/phonet/
9373
9374 PHRAM MTD DRIVER
9375 M:      Joern Engel <joern@lazybastard.org>
9376 L:      linux-mtd@lists.infradead.org
9377 S:      Maintained
9378 F:      drivers/mtd/devices/phram.c
9379
9380 PICOLCD HID DRIVER
9381 M:      Bruno Prémont <bonbons@linux-vserver.org>
9382 L:      linux-input@vger.kernel.org
9383 S:      Maintained
9384 F:      drivers/hid/hid-picolcd*
9385
9386 PICOXCELL SUPPORT
9387 M:      Jamie Iles <jamie@jamieiles.com>
9388 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9389 T:      git git://github.com/jamieiles/linux-2.6-ji.git
9390 S:      Supported
9391 F:      arch/arm/boot/dts/picoxcell*
9392 F:      arch/arm/mach-picoxcell/
9393 F:      drivers/crypto/picoxcell*
9394
9395 PIN CONTROL SUBSYSTEM
9396 M:      Linus Walleij <linus.walleij@linaro.org>
9397 L:      linux-gpio@vger.kernel.org
9398 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9399 S:      Maintained
9400 F:      Documentation/devicetree/bindings/pinctrl/
9401 F:      Documentation/pinctrl.txt
9402 F:      drivers/pinctrl/
9403 F:      include/linux/pinctrl/
9404
9405 PIN CONTROLLER - ATMEL AT91
9406 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9407 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9408 S:      Maintained
9409 F:      drivers/pinctrl/pinctrl-at91.*
9410
9411 PIN CONTROLLER - ATMEL AT91 PIO4
9412 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
9413 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9414 L:      linux-gpio@vger.kernel.org
9415 S:      Supported
9416 F:      drivers/pinctrl/pinctrl-at91-pio4.*
9417
9418 PIN CONTROLLER - INTEL
9419 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9420 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
9421 S:      Maintained
9422 F:      drivers/pinctrl/intel/
9423
9424 PIN CONTROLLER - RENESAS
9425 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9426 M:      Geert Uytterhoeven <geert+renesas@glider.be>
9427 L:      linux-renesas-soc@vger.kernel.org
9428 S:      Maintained
9429 F:      drivers/pinctrl/sh-pfc/
9430
9431 PIN CONTROLLER - SAMSUNG
9432 M:      Tomasz Figa <tomasz.figa@gmail.com>
9433 M:      Krzysztof Kozlowski <krzk@kernel.org>
9434 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9435 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9436 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9437 S:      Maintained
9438 F:      drivers/pinctrl/samsung/
9439
9440 PIN CONTROLLER - SINGLE
9441 M:      Tony Lindgren <tony@atomide.com>
9442 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
9443 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9444 L:      linux-omap@vger.kernel.org
9445 S:      Maintained
9446 F:      drivers/pinctrl/pinctrl-single.c
9447
9448 PIN CONTROLLER - ST SPEAR
9449 M:      Viresh Kumar <vireshk@kernel.org>
9450 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9451 W:      http://www.st.com/spear
9452 S:      Maintained
9453 F:      drivers/pinctrl/spear/
9454
9455 PISTACHIO SOC SUPPORT
9456 M:      James Hartley <james.hartley@imgtec.com>
9457 M:      Ionela Voinescu <ionela.voinescu@imgtec.com>
9458 L:      linux-mips@linux-mips.org
9459 S:      Maintained
9460 F:      arch/mips/pistachio/
9461 F:      arch/mips/include/asm/mach-pistachio/
9462 F:      arch/mips/boot/dts/pistachio/
9463 F:      arch/mips/configs/pistachio*_defconfig
9464
9465 PKTCDVD DRIVER
9466 M:      Jiri Kosina <jikos@kernel.org>
9467 S:      Maintained
9468 F:      drivers/block/pktcdvd.c
9469 F:      include/linux/pktcdvd.h
9470 F:      include/uapi/linux/pktcdvd.h
9471
9472 PKUNITY SOC DRIVERS
9473 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9474 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9475 S:      Maintained
9476 T:      git git://github.com/gxt/linux.git
9477 F:      drivers/input/serio/i8042-unicore32io.h
9478 F:      drivers/i2c/busses/i2c-puv3.c
9479 F:      drivers/video/fbdev/fb-puv3.c
9480 F:      drivers/rtc/rtc-puv3.c
9481
9482 PMBUS HARDWARE MONITORING DRIVERS
9483 M:      Guenter Roeck <linux@roeck-us.net>
9484 L:      linux-hwmon@vger.kernel.org
9485 W:      http://hwmon.wiki.kernel.org/
9486 W:      http://www.roeck-us.net/linux/drivers/
9487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9488 S:      Maintained
9489 F:      Documentation/hwmon/pmbus
9490 F:      drivers/hwmon/pmbus/
9491 F:      include/linux/i2c/pmbus.h
9492
9493 PMC SIERRA MaxRAID DRIVER
9494 L:      linux-scsi@vger.kernel.org
9495 W:      http://www.pmc-sierra.com/
9496 S:      Orphan
9497 F:      drivers/scsi/pmcraid.*
9498
9499 PMC SIERRA PM8001 DRIVER
9500 M:      Jack Wang <jinpu.wang@profitbricks.com>
9501 M:      lindar_liu@usish.com
9502 L:      pmchba@pmcs.com
9503 L:      linux-scsi@vger.kernel.org
9504 S:      Supported
9505 F:      drivers/scsi/pm8001/
9506
9507 POSIX CLOCKS and TIMERS
9508 M:      Thomas Gleixner <tglx@linutronix.de>
9509 L:      linux-kernel@vger.kernel.org
9510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9511 S:      Maintained
9512 F:      fs/timerfd.c
9513 F:      include/linux/timer*
9514 F:      kernel/time/*timer*
9515
9516 POWER MANAGEMENT CORE
9517 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9518 L:      linux-pm@vger.kernel.org
9519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9520 S:      Supported
9521 F:      drivers/base/power/
9522 F:      include/linux/pm.h
9523 F:      include/linux/pm_*
9524 F:      include/linux/powercap.h
9525 F:      drivers/powercap/
9526
9527 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9528 M:      Sebastian Reichel <sre@kernel.org>
9529 L:      linux-pm@vger.kernel.org
9530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9531 S:      Maintained
9532 F:      Documentation/devicetree/bindings/power/supply/
9533 F:      include/linux/power_supply.h
9534 F:      drivers/power/supply/
9535
9536 POWER STATE COORDINATION INTERFACE (PSCI)
9537 M:      Mark Rutland <mark.rutland@arm.com>
9538 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9539 L:      linux-arm-kernel@lists.infradead.org
9540 S:      Maintained
9541 F:      drivers/firmware/psci.c
9542 F:      include/linux/psci.h
9543 F:      include/uapi/linux/psci.h
9544
9545 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9546 M:      Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9547 L:      linuxppc-dev@lists.ozlabs.org
9548 S:      Maintained
9549 F:      drivers/char/powernv-op-panel.c
9550
9551 PNP SUPPORT
9552 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9553 S:      Maintained
9554 F:      drivers/pnp/
9555
9556 PPP PROTOCOL DRIVERS AND COMPRESSORS
9557 M:      Paul Mackerras <paulus@samba.org>
9558 L:      linux-ppp@vger.kernel.org
9559 S:      Maintained
9560 F:      drivers/net/ppp/ppp_*
9561
9562 PPP OVER ATM (RFC 2364)
9563 M:      Mitchell Blank Jr <mitch@sfgoth.com>
9564 S:      Maintained
9565 F:      net/atm/pppoatm.c
9566 F:      include/uapi/linux/atmppp.h
9567
9568 PPP OVER ETHERNET
9569 M:      Michal Ostrowski <mostrows@earthlink.net>
9570 S:      Maintained
9571 F:      drivers/net/ppp/pppoe.c
9572 F:      drivers/net/ppp/pppox.c
9573
9574 PPP OVER L2TP
9575 M:      James Chapman <jchapman@katalix.com>
9576 S:      Maintained
9577 F:      net/l2tp/l2tp_ppp.c
9578 F:      include/linux/if_pppol2tp.h
9579 F:      include/uapi/linux/if_pppol2tp.h
9580
9581 PPS SUPPORT
9582 M:      Rodolfo Giometti <giometti@enneenne.com>
9583 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
9584 L:      linuxpps@ml.enneenne.com (subscribers-only)
9585 S:      Maintained
9586 F:      Documentation/pps/
9587 F:      drivers/pps/
9588 F:      include/linux/pps*.h
9589
9590 PPTP DRIVER
9591 M:      Dmitry Kozlov <xeb@mail.ru>
9592 L:      netdev@vger.kernel.org
9593 S:      Maintained
9594 F:      drivers/net/ppp/pptp.c
9595 W:      http://sourceforge.net/projects/accel-pptp
9596
9597 PREEMPTIBLE KERNEL
9598 M:      Robert Love <rml@tech9.net>
9599 L:      kpreempt-tech@lists.sourceforge.net
9600 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9601 S:      Supported
9602 F:      Documentation/preempt-locking.txt
9603 F:      include/linux/preempt.h
9604
9605 PRISM54 WIRELESS DRIVER
9606 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
9607 L:      linux-wireless@vger.kernel.org
9608 W:      http://wireless.kernel.org/en/users/Drivers/p54
9609 S:      Obsolete
9610 F:      drivers/net/wireless/intersil/prism54/
9611
9612 PS3 NETWORK SUPPORT
9613 M:      Geoff Levand <geoff@infradead.org>
9614 L:      netdev@vger.kernel.org
9615 L:      linuxppc-dev@lists.ozlabs.org
9616 S:      Maintained
9617 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
9618
9619 PS3 PLATFORM SUPPORT
9620 M:      Geoff Levand <geoff@infradead.org>
9621 L:      linuxppc-dev@lists.ozlabs.org
9622 S:      Maintained
9623 F:      arch/powerpc/boot/ps3*
9624 F:      arch/powerpc/include/asm/lv1call.h
9625 F:      arch/powerpc/include/asm/ps3*.h
9626 F:      arch/powerpc/platforms/ps3/
9627 F:      drivers/*/ps3*
9628 F:      drivers/ps3/
9629 F:      drivers/rtc/rtc-ps3.c
9630 F:      drivers/usb/host/*ps3.c
9631 F:      sound/ppc/snd_ps3*
9632
9633 PS3VRAM DRIVER
9634 M:      Jim Paris <jim@jtan.com>
9635 M:      Geoff Levand <geoff@infradead.org>
9636 L:      linuxppc-dev@lists.ozlabs.org
9637 S:      Maintained
9638 F:      drivers/block/ps3vram.c
9639
9640 PSTORE FILESYSTEM
9641 M:      Anton Vorontsov <anton@enomsg.org>
9642 M:      Colin Cross <ccross@android.com>
9643 M:      Kees Cook <keescook@chromium.org>
9644 M:      Tony Luck <tony.luck@intel.com>
9645 S:      Maintained
9646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9647 F:      fs/pstore/
9648 F:      include/linux/pstore*
9649 F:      drivers/firmware/efi/efi-pstore.c
9650 F:      drivers/acpi/apei/erst.c
9651
9652 PTP HARDWARE CLOCK SUPPORT
9653 M:      Richard Cochran <richardcochran@gmail.com>
9654 L:      netdev@vger.kernel.org
9655 S:      Maintained
9656 W:      http://linuxptp.sourceforge.net/
9657 F:      Documentation/ABI/testing/sysfs-ptp
9658 F:      Documentation/ptp/*
9659 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9660 F:      drivers/net/phy/dp83640*
9661 F:      drivers/ptp/*
9662 F:      include/linux/ptp_cl*
9663
9664 PTRACE SUPPORT
9665 M:      Roland McGrath <roland@hack.frob.com>
9666 M:      Oleg Nesterov <oleg@redhat.com>
9667 S:      Maintained
9668 F:      include/asm-generic/syscall.h
9669 F:      include/linux/ptrace.h
9670 F:      include/linux/regset.h
9671 F:      include/linux/tracehook.h
9672 F:      include/uapi/linux/ptrace.h
9673 F:      kernel/ptrace.c
9674
9675 PULSE8-CEC DRIVER
9676 M:      Hans Verkuil <hverkuil@xs4all.nl>
9677 L:      linux-media@vger.kernel.org
9678 T:      git git://linuxtv.org/media_tree.git
9679 S:      Maintained
9680 F:      drivers/staging/media/pulse8-cec
9681
9682 PVRUSB2 VIDEO4LINUX DRIVER
9683 M:      Mike Isely <isely@pobox.com>
9684 L:      pvrusb2@isely.net       (subscribers-only)
9685 L:      linux-media@vger.kernel.org
9686 W:      http://www.isely.net/pvrusb2/
9687 T:      git git://linuxtv.org/media_tree.git
9688 S:      Maintained
9689 F:      Documentation/video4linux/README.pvrusb2
9690 F:      drivers/media/usb/pvrusb2/
9691
9692 PWC WEBCAM DRIVER
9693 M:      Hans Verkuil <hverkuil@xs4all.nl>
9694 L:      linux-media@vger.kernel.org
9695 T:      git git://linuxtv.org/media_tree.git
9696 S:      Odd Fixes
9697 F:      drivers/media/usb/pwc/*
9698
9699 PWM FAN DRIVER
9700 M:      Kamil Debski <kamil@wypas.org>
9701 M:      Lukasz Majewski <l.majewski@samsung.com>
9702 L:      linux-hwmon@vger.kernel.org
9703 S:      Supported
9704 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9705 F:      Documentation/hwmon/pwm-fan
9706 F:      drivers/hwmon/pwm-fan.c
9707
9708 PWM SUBSYSTEM
9709 M:      Thierry Reding <thierry.reding@gmail.com>
9710 L:      linux-pwm@vger.kernel.org
9711 S:      Maintained
9712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9713 F:      Documentation/pwm.txt
9714 F:      Documentation/devicetree/bindings/pwm/
9715 F:      include/linux/pwm.h
9716 F:      drivers/pwm/
9717 F:      drivers/video/backlight/pwm_bl.c
9718 F:      include/linux/pwm_backlight.h
9719
9720 PXA2xx/PXA3xx SUPPORT
9721 M:      Daniel Mack <daniel@zonque.org>
9722 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9723 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9724 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9725 T:      git git://github.com/hzhuang1/linux.git
9726 T:      git git://github.com/rjarzmik/linux.git
9727 S:      Maintained
9728 F:      arch/arm/boot/dts/pxa*
9729 F:      arch/arm/mach-pxa/
9730 F:      drivers/dma/pxa*
9731 F:      drivers/pcmcia/pxa2xx*
9732 F:      drivers/pinctrl/pxa/
9733 F:      drivers/spi/spi-pxa2xx*
9734 F:      drivers/usb/gadget/udc/pxa2*
9735 F:      include/sound/pxa2xx-lib.h
9736 F:      sound/arm/pxa*
9737 F:      sound/soc/pxa/
9738
9739 PXA GPIO DRIVER
9740 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9741 L:      linux-gpio@vger.kernel.org
9742 S:      Maintained
9743 F:      drivers/gpio/gpio-pxa.c
9744
9745 PXA3xx NAND FLASH DRIVER
9746 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9747 L:      linux-mtd@lists.infradead.org
9748 S:      Maintained
9749 F:      drivers/mtd/nand/pxa3xx_nand.c
9750
9751 MMP SUPPORT
9752 M:      Eric Miao <eric.y.miao@gmail.com>
9753 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9754 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9755 T:      git git://github.com/hzhuang1/linux.git
9756 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
9757 S:      Maintained
9758 F:      arch/arm/boot/dts/mmp*
9759 F:      arch/arm/mach-mmp/
9760
9761 PXA MMCI DRIVER
9762 S:      Orphan
9763
9764 PXA RTC DRIVER
9765 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9766 L:      rtc-linux@googlegroups.com
9767 S:      Maintained
9768
9769 QAT DRIVER
9770 M:      Giovanni Cabiddu <giovanni.cabiddu@intel.com>
9771 M:      Salvatore Benedetto <salvatore.benedetto@intel.com>
9772 L:      qat-linux@intel.com
9773 S:      Supported
9774 F:      drivers/crypto/qat/
9775
9776 QIB DRIVER
9777 M:      Mike Marciniszyn <infinipath@intel.com>
9778 L:      linux-rdma@vger.kernel.org
9779 S:      Supported
9780 F:      drivers/infiniband/hw/qib/
9781
9782 QLOGIC QLA1280 SCSI DRIVER
9783 M:      Michael Reed <mdr@sgi.com>
9784 L:      linux-scsi@vger.kernel.org
9785 S:      Maintained
9786 F:      drivers/scsi/qla1280.[ch]
9787
9788 QLOGIC QLA2XXX FC-SCSI DRIVER
9789 M:      qla2xxx-upstream@qlogic.com
9790 L:      linux-scsi@vger.kernel.org
9791 S:      Supported
9792 F:      Documentation/scsi/LICENSE.qla2xxx
9793 F:      drivers/scsi/qla2xxx/
9794
9795 QLOGIC QLA4XXX iSCSI DRIVER
9796 M:      QLogic-Storage-Upstream@qlogic.com
9797 L:      linux-scsi@vger.kernel.org
9798 S:      Supported
9799 F:      Documentation/scsi/LICENSE.qla4xxx
9800 F:      drivers/scsi/qla4xxx/
9801
9802 QLOGIC QLA3XXX NETWORK DRIVER
9803 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
9804 M:      Ron Mercer <ron.mercer@qlogic.com>
9805 M:      linux-driver@qlogic.com
9806 L:      netdev@vger.kernel.org
9807 S:      Supported
9808 F:      Documentation/networking/LICENSE.qla3xxx
9809 F:      drivers/net/ethernet/qlogic/qla3xxx.*
9810
9811 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9812 M:      Dept-GELinuxNICDev@qlogic.com
9813 L:      netdev@vger.kernel.org
9814 S:      Supported
9815 F:      drivers/net/ethernet/qlogic/qlcnic/
9816
9817 QLOGIC QLGE 10Gb ETHERNET DRIVER
9818 M:      Harish Patil <harish.patil@qlogic.com>
9819 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
9820 M:      Dept-GELinuxNICDev@qlogic.com
9821 M:      linux-driver@qlogic.com
9822 L:      netdev@vger.kernel.org
9823 S:      Supported
9824 F:      drivers/net/ethernet/qlogic/qlge/
9825
9826 QLOGIC QL4xxx ETHERNET DRIVER
9827 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
9828 M:      Ariel Elior <Ariel.Elior@qlogic.com>
9829 M:      everest-linux-l2@qlogic.com
9830 L:      netdev@vger.kernel.org
9831 S:      Supported
9832 F:      drivers/net/ethernet/qlogic/qed/
9833 F:      include/linux/qed/
9834 F:      drivers/net/ethernet/qlogic/qede/
9835
9836 QNX4 FILESYSTEM
9837 M:      Anders Larsen <al@alarsen.net>
9838 W:      http://www.alarsen.net/linux/qnx4fs/
9839 S:      Maintained
9840 F:      fs/qnx4/
9841 F:      include/uapi/linux/qnx4_fs.h
9842 F:      include/uapi/linux/qnxtypes.h
9843
9844 QT1010 MEDIA DRIVER
9845 M:      Antti Palosaari <crope@iki.fi>
9846 L:      linux-media@vger.kernel.org
9847 W:      https://linuxtv.org
9848 W:      http://palosaari.fi/linux/
9849 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9850 T:      git git://linuxtv.org/anttip/media_tree.git
9851 S:      Maintained
9852 F:      drivers/media/tuners/qt1010*
9853
9854 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9855 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9856 L:      linux-wireless@vger.kernel.org
9857 L:      ath9k-devel@lists.ath9k.org
9858 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
9859 S:      Supported
9860 F:      drivers/net/wireless/ath/ath9k/
9861
9862 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9863 M:      Kalle Valo <kvalo@qca.qualcomm.com>
9864 L:      ath10k@lists.infradead.org
9865 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
9866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9867 S:      Supported
9868 F:      drivers/net/wireless/ath/ath10k/
9869
9870 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
9871 M:      Timur Tabi <timur@codeaurora.org>
9872 L:      netdev@vger.kernel.org
9873 S:      Supported
9874 F:      drivers/net/ethernet/qualcomm/emac/
9875
9876 QUALCOMM HEXAGON ARCHITECTURE
9877 M:      Richard Kuo <rkuo@codeaurora.org>
9878 L:      linux-hexagon@vger.kernel.org
9879 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9880 S:      Supported
9881 F:      arch/hexagon/
9882
9883 QUALCOMM WCN36XX WIRELESS DRIVER
9884 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
9885 L:      wcn36xx@lists.infradead.org
9886 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
9887 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
9888 S:      Supported
9889 F:      drivers/net/wireless/ath/wcn36xx/
9890
9891 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9892 M:      Gabriel Somlo <somlo@cmu.edu>
9893 M:      "Michael S. Tsirkin" <mst@redhat.com>
9894 L:      qemu-devel@nongnu.org
9895 S:      Maintained
9896 F:      drivers/firmware/qemu_fw_cfg.c
9897
9898 RADOS BLOCK DEVICE (RBD)
9899 M:      Ilya Dryomov <idryomov@gmail.com>
9900 M:      Sage Weil <sage@redhat.com>
9901 M:      Alex Elder <elder@kernel.org>
9902 L:      ceph-devel@vger.kernel.org
9903 W:      http://ceph.com/
9904 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9905 T:      git git://github.com/ceph/ceph-client.git
9906 S:      Supported
9907 F:      Documentation/ABI/testing/sysfs-bus-rbd
9908 F:      drivers/block/rbd.c
9909 F:      drivers/block/rbd_types.h
9910
9911 RADEON FRAMEBUFFER DISPLAY DRIVER
9912 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
9913 L:      linux-fbdev@vger.kernel.org
9914 S:      Maintained
9915 F:      drivers/video/fbdev/aty/radeon*
9916 F:      include/uapi/linux/radeonfb.h
9917
9918 RADIOSHARK RADIO DRIVER
9919 M:      Hans Verkuil <hverkuil@xs4all.nl>
9920 L:      linux-media@vger.kernel.org
9921 T:      git git://linuxtv.org/media_tree.git
9922 S:      Maintained
9923 F:      drivers/media/radio/radio-shark.c
9924
9925 RADIOSHARK2 RADIO DRIVER
9926 M:      Hans Verkuil <hverkuil@xs4all.nl>
9927 L:      linux-media@vger.kernel.org
9928 T:      git git://linuxtv.org/media_tree.git
9929 S:      Maintained
9930 F:      drivers/media/radio/radio-shark2.c
9931 F:      drivers/media/radio/radio-tea5777.c
9932
9933 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9934 M:      Paul Mackerras <paulus@samba.org>
9935 L:      linux-fbdev@vger.kernel.org
9936 S:      Maintained
9937 F:      drivers/video/fbdev/aty/aty128fb.c
9938
9939 RALINK MIPS ARCHITECTURE
9940 M:      John Crispin <john@phrozen.org>
9941 L:      linux-mips@linux-mips.org
9942 S:      Maintained
9943 F:      arch/mips/ralink
9944
9945 RALINK RT2X00 WIRELESS LAN DRIVER
9946 P:      rt2x00 project
9947 M:      Stanislaw Gruszka <sgruszka@redhat.com>
9948 M:      Helmut Schaa <helmut.schaa@googlemail.com>
9949 L:      linux-wireless@vger.kernel.org
9950 S:      Maintained
9951 F:      drivers/net/wireless/ralink/rt2x00/
9952
9953 RAMDISK RAM BLOCK DEVICE DRIVER
9954 M:      Jens Axboe <axboe@kernel.dk>
9955 S:      Maintained
9956 F:      Documentation/blockdev/ramdisk.txt
9957 F:      drivers/block/brd.c
9958
9959 RANDOM NUMBER DRIVER
9960 M:      "Theodore Ts'o" <tytso@mit.edu>
9961 S:      Maintained
9962 F:      drivers/char/random.c
9963
9964 RAPIDIO SUBSYSTEM
9965 M:      Matt Porter <mporter@kernel.crashing.org>
9966 M:      Alexandre Bounine <alexandre.bounine@idt.com>
9967 S:      Maintained
9968 F:      drivers/rapidio/
9969
9970 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9971 L:      linux-wireless@vger.kernel.org
9972 S:      Orphan
9973 F:      drivers/net/wireless/ray*
9974
9975 RCUTORTURE MODULE
9976 M:      Josh Triplett <josh@joshtriplett.org>
9977 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9978 L:      linux-kernel@vger.kernel.org
9979 S:      Supported
9980 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9981 F:      Documentation/RCU/torture.txt
9982 F:      kernel/rcu/rcutorture.c
9983
9984 RCUTORTURE TEST FRAMEWORK
9985 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9986 M:      Josh Triplett <josh@joshtriplett.org>
9987 R:      Steven Rostedt <rostedt@goodmis.org>
9988 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9989 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9990 L:      linux-kernel@vger.kernel.org
9991 S:      Supported
9992 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9993 F:      tools/testing/selftests/rcutorture
9994
9995 RDC R-321X SoC
9996 M:      Florian Fainelli <florian@openwrt.org>
9997 S:      Maintained
9998
9999 RDC R6040 FAST ETHERNET DRIVER
10000 M:      Florian Fainelli <f.fainelli@gmail.com>
10001 L:      netdev@vger.kernel.org
10002 S:      Maintained
10003 F:      drivers/net/ethernet/rdc/r6040.c
10004
10005 RDS - RELIABLE DATAGRAM SOCKETS
10006 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
10007 L:      netdev@vger.kernel.org
10008 L:      linux-rdma@vger.kernel.org
10009 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
10010 W:      https://oss.oracle.com/projects/rds/
10011 S:      Supported
10012 F:      net/rds/
10013 F:      Documentation/networking/rds.txt
10014
10015 RDMAVT - RDMA verbs software
10016 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
10017 L:      linux-rdma@vger.kernel.org
10018 S:      Supported
10019 F:      drivers/infiniband/sw/rdmavt
10020
10021 READ-COPY UPDATE (RCU)
10022 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10023 M:      Josh Triplett <josh@joshtriplett.org>
10024 R:      Steven Rostedt <rostedt@goodmis.org>
10025 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10026 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10027 L:      linux-kernel@vger.kernel.org
10028 W:      http://www.rdrop.com/users/paulmck/RCU/
10029 S:      Supported
10030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10031 F:      Documentation/RCU/
10032 X:      Documentation/RCU/torture.txt
10033 F:      include/linux/rcu*
10034 X:      include/linux/srcu.h
10035 F:      kernel/rcu/
10036 X:      kernel/torture.c
10037
10038 REAL TIME CLOCK (RTC) SUBSYSTEM
10039 M:      Alessandro Zummo <a.zummo@towertech.it>
10040 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
10041 L:      rtc-linux@googlegroups.com
10042 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
10043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10044 S:      Maintained
10045 F:      Documentation/devicetree/bindings/rtc/
10046 F:      Documentation/rtc.txt
10047 F:      drivers/rtc/
10048 F:      include/linux/rtc.h
10049 F:      include/uapi/linux/rtc.h
10050 F:      include/linux/rtc/
10051 F:      include/linux/platform_data/rtc-*
10052 F:      tools/testing/selftests/timers/rtctest.c
10053
10054 REALTEK AUDIO CODECS
10055 M:      Bard Liao <bardliao@realtek.com>
10056 M:      Oder Chiou <oder_chiou@realtek.com>
10057 S:      Maintained
10058 F:      sound/soc/codecs/rt*
10059 F:      include/sound/rt*.h
10060
10061 REISERFS FILE SYSTEM
10062 L:      reiserfs-devel@vger.kernel.org
10063 S:      Supported
10064 F:      fs/reiserfs/
10065
10066 REGISTER MAP ABSTRACTION
10067 M:      Mark Brown <broonie@kernel.org>
10068 L:      linux-kernel@vger.kernel.org
10069 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10070 S:      Supported
10071 F:      Documentation/devicetree/bindings/regmap/
10072 F:      drivers/base/regmap/
10073 F:      include/linux/regmap.h
10074
10075 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10076 M:      Ohad Ben-Cohen <ohad@wizery.com>
10077 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10078 L:      linux-remoteproc@vger.kernel.org
10079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10080 S:      Maintained
10081 F:      Documentation/devicetree/bindings/remoteproc/
10082 F:      Documentation/remoteproc.txt
10083 F:      drivers/remoteproc/
10084 F:      include/linux/remoteproc.h
10085
10086 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10087 M:      Ohad Ben-Cohen <ohad@wizery.com>
10088 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10089 L:      linux-remoteproc@vger.kernel.org
10090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10091 S:      Maintained
10092 F:      drivers/rpmsg/
10093 F:      Documentation/rpmsg.txt
10094 F:      include/linux/rpmsg.h
10095
10096 RENESAS CLOCK DRIVERS
10097 M:      Geert Uytterhoeven <geert+renesas@glider.be>
10098 L:      linux-renesas-soc@vger.kernel.org
10099 S:      Supported
10100 F:      drivers/clk/renesas/
10101
10102 RENESAS ETHERNET DRIVERS
10103 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10104 L:      netdev@vger.kernel.org
10105 L:      linux-renesas-soc@vger.kernel.org
10106 F:      drivers/net/ethernet/renesas/
10107 F:      include/linux/sh_eth.h
10108
10109 RENESAS USB2 PHY DRIVER
10110 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10111 L:      linux-renesas-soc@vger.kernel.org
10112 S:      Maintained
10113 F:      drivers/phy/phy-rcar-gen3-usb2.c
10114
10115 RESET CONTROLLER FRAMEWORK
10116 M:      Philipp Zabel <p.zabel@pengutronix.de>
10117 T:      git git://git.pengutronix.de/git/pza/linux
10118 S:      Maintained
10119 F:      drivers/reset/
10120 F:      Documentation/devicetree/bindings/reset/
10121 F:      include/dt-bindings/reset/
10122 F:      include/linux/reset.h
10123 F:      include/linux/reset-controller.h
10124
10125 RFKILL
10126 M:      Johannes Berg <johannes@sipsolutions.net>
10127 L:      linux-wireless@vger.kernel.org
10128 W:      http://wireless.kernel.org/
10129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10130 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10131 S:      Maintained
10132 F:      Documentation/rfkill.txt
10133 F:      net/rfkill/
10134
10135 RHASHTABLE
10136 M:      Thomas Graf <tgraf@suug.ch>
10137 M:      Herbert Xu <herbert@gondor.apana.org.au>
10138 L:      netdev@vger.kernel.org
10139 S:      Maintained
10140 F:      lib/rhashtable.c
10141 F:      include/linux/rhashtable.h
10142
10143 RICOH SMARTMEDIA/XD DRIVER
10144 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10145 S:      Maintained
10146 F:      drivers/mtd/nand/r852.c
10147 F:      drivers/mtd/nand/r852.h
10148
10149 RICOH R5C592 MEMORYSTICK DRIVER
10150 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10151 S:      Maintained
10152 F:      drivers/memstick/host/r592.*
10153
10154 ROCCAT DRIVERS
10155 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
10156 W:      http://sourceforge.net/projects/roccat/
10157 S:      Maintained
10158 F:      drivers/hid/hid-roccat*
10159 F:      include/linux/hid-roccat*
10160 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
10161
10162 ROCKER DRIVER
10163 M:      Jiri Pirko <jiri@resnulli.us>
10164 L:      netdev@vger.kernel.org
10165 S:      Supported
10166 F:      drivers/net/ethernet/rocker/
10167
10168 ROCKETPORT DRIVER
10169 P:      Comtrol Corp.
10170 W:      http://www.comtrol.com
10171 S:      Maintained
10172 F:      Documentation/serial/rocket.txt
10173 F:      drivers/tty/rocket*
10174
10175 ROCKETPORT EXPRESS/INFINITY DRIVER
10176 M:      Kevin Cernekee <cernekee@gmail.com>
10177 L:      linux-serial@vger.kernel.org
10178 S:      Odd Fixes
10179 F:      drivers/tty/serial/rp2.*
10180
10181 ROSE NETWORK LAYER
10182 M:      Ralf Baechle <ralf@linux-mips.org>
10183 L:      linux-hams@vger.kernel.org
10184 W:      http://www.linux-ax25.org/
10185 S:      Maintained
10186 F:      include/net/rose.h
10187 F:      include/uapi/linux/rose.h
10188 F:      net/rose/
10189
10190 RTL2830 MEDIA DRIVER
10191 M:      Antti Palosaari <crope@iki.fi>
10192 L:      linux-media@vger.kernel.org
10193 W:      https://linuxtv.org
10194 W:      http://palosaari.fi/linux/
10195 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10196 T:      git git://linuxtv.org/anttip/media_tree.git
10197 S:      Maintained
10198 F:      drivers/media/dvb-frontends/rtl2830*
10199
10200 RTL2832 MEDIA DRIVER
10201 M:      Antti Palosaari <crope@iki.fi>
10202 L:      linux-media@vger.kernel.org
10203 W:      https://linuxtv.org
10204 W:      http://palosaari.fi/linux/
10205 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10206 T:      git git://linuxtv.org/anttip/media_tree.git
10207 S:      Maintained
10208 F:      drivers/media/dvb-frontends/rtl2832*
10209
10210 RTL2832_SDR MEDIA DRIVER
10211 M:      Antti Palosaari <crope@iki.fi>
10212 L:      linux-media@vger.kernel.org
10213 W:      https://linuxtv.org
10214 W:      http://palosaari.fi/linux/
10215 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10216 T:      git git://linuxtv.org/anttip/media_tree.git
10217 S:      Maintained
10218 F:      drivers/media/dvb-frontends/rtl2832_sdr*
10219
10220 RTL8180 WIRELESS DRIVER
10221 L:      linux-wireless@vger.kernel.org
10222 W:      http://wireless.kernel.org/
10223 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10224 S:      Orphan
10225 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
10226
10227 RTL8187 WIRELESS DRIVER
10228 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10229 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
10230 M:      Larry Finger <Larry.Finger@lwfinger.net>
10231 L:      linux-wireless@vger.kernel.org
10232 W:      http://wireless.kernel.org/
10233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10234 S:      Maintained
10235 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
10236
10237 RTL8192CE WIRELESS DRIVER
10238 M:      Larry Finger <Larry.Finger@lwfinger.net>
10239 M:      Chaoming Li <chaoming_li@realsil.com.cn>
10240 L:      linux-wireless@vger.kernel.org
10241 W:      http://wireless.kernel.org/
10242 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10243 S:      Maintained
10244 F:      drivers/net/wireless/realtek/rtlwifi/
10245 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10246
10247 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10248 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10249 L:      linux-wireless@vger.kernel.org
10250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10251 S:      Maintained
10252 F:      drivers/net/wireless/realtek/rtl8xxxu/
10253
10254 S3 SAVAGE FRAMEBUFFER DRIVER
10255 M:      Antonino Daplas <adaplas@gmail.com>
10256 L:      linux-fbdev@vger.kernel.org
10257 S:      Maintained
10258 F:      drivers/video/fbdev/savage/
10259
10260 S390
10261 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
10262 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
10263 L:      linux-s390@vger.kernel.org
10264 W:      http://www.ibm.com/developerworks/linux/linux390/
10265 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10266 S:      Supported
10267 F:      arch/s390/
10268 F:      drivers/s390/
10269 F:      Documentation/s390/
10270 F:      Documentation/DocBook/s390*
10271
10272 S390 COMMON I/O LAYER
10273 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10274 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10275 L:      linux-s390@vger.kernel.org
10276 W:      http://www.ibm.com/developerworks/linux/linux390/
10277 S:      Supported
10278 F:      drivers/s390/cio/
10279
10280 S390 DASD DRIVER
10281 M:      Stefan Haberland <sth@linux.vnet.ibm.com>
10282 M:      Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
10283 L:      linux-s390@vger.kernel.org
10284 W:      http://www.ibm.com/developerworks/linux/linux390/
10285 S:      Supported
10286 F:      drivers/s390/block/dasd*
10287 F:      block/partitions/ibm.c
10288
10289 S390 NETWORK DRIVERS
10290 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10291 L:      linux-s390@vger.kernel.org
10292 W:      http://www.ibm.com/developerworks/linux/linux390/
10293 S:      Supported
10294 F:      drivers/s390/net/
10295
10296 S390 PCI SUBSYSTEM
10297 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10298 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10299 L:      linux-s390@vger.kernel.org
10300 W:      http://www.ibm.com/developerworks/linux/linux390/
10301 S:      Supported
10302 F:      arch/s390/pci/
10303 F:      drivers/pci/hotplug/s390_pci_hpc.c
10304
10305 S390 ZCRYPT DRIVER
10306 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
10307 L:      linux-s390@vger.kernel.org
10308 W:      http://www.ibm.com/developerworks/linux/linux390/
10309 S:      Supported
10310 F:      drivers/s390/crypto/
10311
10312 S390 ZFCP DRIVER
10313 M:      Steffen Maier <maier@linux.vnet.ibm.com>
10314 L:      linux-s390@vger.kernel.org
10315 W:      http://www.ibm.com/developerworks/linux/linux390/
10316 S:      Supported
10317 F:      drivers/s390/scsi/zfcp_*
10318
10319 S390 IUCV NETWORK LAYER
10320 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10321 L:      linux-s390@vger.kernel.org
10322 W:      http://www.ibm.com/developerworks/linux/linux390/
10323 S:      Supported
10324 F:      drivers/s390/net/*iucv*
10325 F:      include/net/iucv/
10326 F:      net/iucv/
10327
10328 S390 IOMMU (PCI)
10329 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10330 L:      linux-s390@vger.kernel.org
10331 W:      http://www.ibm.com/developerworks/linux/linux390/
10332 S:      Supported
10333 F:      drivers/iommu/s390-iommu.c
10334
10335 S3C24XX SD/MMC Driver
10336 M:      Ben Dooks <ben-linux@fluff.org>
10337 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10338 S:      Supported
10339 F:      drivers/mmc/host/s3cmci.*
10340
10341 SAA6588 RDS RECEIVER DRIVER
10342 M:      Hans Verkuil <hverkuil@xs4all.nl>
10343 L:      linux-media@vger.kernel.org
10344 T:      git git://linuxtv.org/media_tree.git
10345 W:      https://linuxtv.org
10346 S:      Odd Fixes
10347 F:      drivers/media/i2c/saa6588*
10348
10349 SAA7134 VIDEO4LINUX DRIVER
10350 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
10351 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
10352 L:      linux-media@vger.kernel.org
10353 W:      https://linuxtv.org
10354 T:      git git://linuxtv.org/media_tree.git
10355 S:      Odd fixes
10356 F:      Documentation/video4linux/*.saa7134
10357 F:      drivers/media/pci/saa7134/
10358
10359 SAA7146 VIDEO4LINUX-2 DRIVER
10360 M:      Hans Verkuil <hverkuil@xs4all.nl>
10361 L:      linux-media@vger.kernel.org
10362 T:      git git://linuxtv.org/media_tree.git
10363 S:      Maintained
10364 F:      drivers/media/common/saa7146/
10365 F:      drivers/media/pci/saa7146/
10366 F:      include/media/saa7146*
10367
10368 SAMSUNG LAPTOP DRIVER
10369 M:      Corentin Chary <corentin.chary@gmail.com>
10370 L:      platform-driver-x86@vger.kernel.org
10371 S:      Maintained
10372 F:      drivers/platform/x86/samsung-laptop.c
10373
10374 SAMSUNG AUDIO (ASoC) DRIVERS
10375 M:      Krzysztof Kozlowski <krzk@kernel.org>
10376 M:      Sangbeom Kim <sbkim73@samsung.com>
10377 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10378 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10379 S:      Supported
10380 F:      sound/soc/samsung/
10381
10382 SAMSUNG FRAMEBUFFER DRIVER
10383 M:      Jingoo Han <jingoohan1@gmail.com>
10384 L:      linux-fbdev@vger.kernel.org
10385 S:      Maintained
10386 F:      drivers/video/fbdev/s3c-fb.c
10387
10388 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10389 M:      Sangbeom Kim <sbkim73@samsung.com>
10390 M:      Krzysztof Kozlowski <krzk@kernel.org>
10391 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10392 L:      linux-kernel@vger.kernel.org
10393 L:      linux-samsung-soc@vger.kernel.org
10394 S:      Supported
10395 F:      drivers/mfd/sec*.c
10396 F:      drivers/regulator/s2m*.c
10397 F:      drivers/regulator/s5m*.c
10398 F:      drivers/clk/clk-s2mps11.c
10399 F:      drivers/rtc/rtc-s5m.c
10400 F:      include/linux/mfd/samsung/
10401 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10402 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10403 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10404 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10405
10406 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10407 M:      Kyungmin Park <kyungmin.park@samsung.com>
10408 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10409 L:      linux-media@vger.kernel.org
10410 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
10411 S:      Supported
10412 F:      drivers/media/platform/exynos4-is/
10413
10414 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10415 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10416 L:      linux-media@vger.kernel.org
10417 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10418 S:      Maintained
10419 F:      drivers/media/platform/s3c-camif/
10420 F:      include/media/drv-intf/s3c_camif.h
10421
10422 SAMSUNG S5C73M3 CAMERA DRIVER
10423 M:      Kyungmin Park <kyungmin.park@samsung.com>
10424 M:      Andrzej Hajda <a.hajda@samsung.com>
10425 L:      linux-media@vger.kernel.org
10426 S:      Supported
10427 F:      drivers/media/i2c/s5c73m3/*
10428
10429 SAMSUNG S5K5BAF CAMERA DRIVER
10430 M:      Kyungmin Park <kyungmin.park@samsung.com>
10431 M:      Andrzej Hajda <a.hajda@samsung.com>
10432 L:      linux-media@vger.kernel.org
10433 S:      Supported
10434 F:      drivers/media/i2c/s5k5baf.c
10435
10436 SAMSUNG S3FWRN5 NFC DRIVER
10437 M:      Robert Baldyga <r.baldyga@samsung.com>
10438 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
10439 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
10440 S:      Supported
10441 F:      drivers/nfc/s3fwrn5
10442
10443 SAMSUNG SOC CLOCK DRIVERS
10444 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10445 M:      Tomasz Figa <tomasz.figa@gmail.com>
10446 M:      Chanwoo Choi <cw00.choi@samsung.com>
10447 S:      Supported
10448 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10449 F:      drivers/clk/samsung/
10450 F:      include/dt-bindings/clock/exynos*.h
10451 F:      Documentation/devicetree/bindings/clock/exynos*.txt
10452
10453 SAMSUNG SPI DRIVERS
10454 M:      Kukjin Kim <kgene@kernel.org>
10455 M:      Krzysztof Kozlowski <krzk@kernel.org>
10456 M:      Andi Shyti <andi.shyti@samsung.com>
10457 L:      linux-spi@vger.kernel.org
10458 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10459 S:      Maintained
10460 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
10461 F:      drivers/spi/spi-s3c*
10462 F:      include/linux/platform_data/spi-s3c64xx.h
10463
10464 SAMSUNG SXGBE DRIVERS
10465 M:      Byungho An <bh74.an@samsung.com>
10466 M:      Girish K S <ks.giri@samsung.com>
10467 M:      Vipul Pandya <vipul.pandya@samsung.com>
10468 S:      Supported
10469 L:      netdev@vger.kernel.org
10470 F:      drivers/net/ethernet/samsung/sxgbe/
10471
10472 SAMSUNG THERMAL DRIVER
10473 M:      Lukasz Majewski <l.majewski@samsung.com>
10474 L:      linux-pm@vger.kernel.org
10475 L:      linux-samsung-soc@vger.kernel.org
10476 S:      Supported
10477 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
10478 F:      drivers/thermal/samsung/
10479
10480 SAMSUNG USB2 PHY DRIVER
10481 M:      Kamil Debski <kamil@wypas.org>
10482 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10483 L:      linux-kernel@vger.kernel.org
10484 S:      Supported
10485 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
10486 F:      Documentation/phy/samsung-usb2.txt
10487 F:      drivers/phy/phy-exynos4210-usb2.c
10488 F:      drivers/phy/phy-exynos4x12-usb2.c
10489 F:      drivers/phy/phy-exynos5250-usb2.c
10490 F:      drivers/phy/phy-s5pv210-usb2.c
10491 F:      drivers/phy/phy-samsung-usb2.c
10492 F:      drivers/phy/phy-samsung-usb2.h
10493
10494 SERIAL DRIVERS
10495 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10496 L:      linux-serial@vger.kernel.org
10497 S:      Maintained
10498 F:      Documentation/devicetree/bindings/serial/
10499 F:      drivers/tty/serial/
10500
10501 SYNOPSYS DESIGNWARE DMAC DRIVER
10502 M:      Viresh Kumar <vireshk@kernel.org>
10503 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10504 S:      Maintained
10505 F:      include/linux/dma/dw.h
10506 F:      include/linux/platform_data/dma-dw.h
10507 F:      drivers/dma/dw/
10508
10509 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10510 M: Lars Persson <lars.persson@axis.com>
10511 L: netdev@vger.kernel.org
10512 S: Supported
10513 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10514 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10515
10516 SYNOPSYS DESIGNWARE I2C DRIVER
10517 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
10518 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10519 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
10520 L:      linux-i2c@vger.kernel.org
10521 S:      Maintained
10522 F:      drivers/i2c/busses/i2c-designware-*
10523 F:      include/linux/platform_data/i2c-designware.h
10524
10525 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10526 M:      Jaehoon Chung <jh80.chung@samsung.com>
10527 L:      linux-mmc@vger.kernel.org
10528 S:      Maintained
10529 F:      include/linux/mmc/dw_mmc.h
10530 F:      drivers/mmc/host/dw_mmc*
10531
10532 SYSTEM TRACE MODULE CLASS
10533 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
10534 S:      Maintained
10535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10536 F:      Documentation/trace/stm.txt
10537 F:      drivers/hwtracing/stm/
10538 F:      include/linux/stm.h
10539 F:      include/uapi/linux/stm.h
10540
10541 THUNDERBOLT DRIVER
10542 M:      Andreas Noever <andreas.noever@gmail.com>
10543 S:      Maintained
10544 F:      drivers/thunderbolt/
10545
10546 TI BQ27XXX POWER SUPPLY DRIVER
10547 R:      Andrew F. Davis <afd@ti.com>
10548 F:      include/linux/power/bq27xxx_battery.h
10549 F:      drivers/power/supply/bq27xxx_battery.c
10550 F:      drivers/power/supply/bq27xxx_battery_i2c.c
10551
10552 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10553 M:      John Stultz <john.stultz@linaro.org>
10554 M:      Thomas Gleixner <tglx@linutronix.de>
10555 L:      linux-kernel@vger.kernel.org
10556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10557 S:      Supported
10558 F:      include/linux/clocksource.h
10559 F:      include/linux/time.h
10560 F:      include/linux/timex.h
10561 F:      include/uapi/linux/time.h
10562 F:      include/uapi/linux/timex.h
10563 F:      kernel/time/clocksource.c
10564 F:      kernel/time/time*.c
10565 F:      kernel/time/alarmtimer.c
10566 F:      kernel/time/ntp.c
10567 F:      tools/testing/selftests/timers/
10568
10569 SC1200 WDT DRIVER
10570 M:      Zwane Mwaikambo <zwanem@gmail.com>
10571 S:      Maintained
10572 F:      drivers/watchdog/sc1200wdt.c
10573
10574 SCHEDULER
10575 M:      Ingo Molnar <mingo@redhat.com>
10576 M:      Peter Zijlstra <peterz@infradead.org>
10577 L:      linux-kernel@vger.kernel.org
10578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10579 S:      Maintained
10580 F:      kernel/sched/
10581 F:      include/linux/sched.h
10582 F:      include/uapi/linux/sched.h
10583 F:      include/linux/wait.h
10584
10585 SCORE ARCHITECTURE
10586 M:      Chen Liqin <liqin.linux@gmail.com>
10587 M:      Lennox Wu <lennox.wu@gmail.com>
10588 W:      http://www.sunplus.com
10589 S:      Supported
10590 F:      arch/score/
10591
10592 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10593 M:      Sudeep Holla <sudeep.holla@arm.com>
10594 L:      linux-arm-kernel@lists.infradead.org
10595 S:      Maintained
10596 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
10597 F:      drivers/clk/clk-scpi.c
10598 F:      drivers/cpufreq/scpi-cpufreq.c
10599 F:      drivers/firmware/arm_scpi.c
10600 F:      include/linux/scpi_protocol.h
10601
10602 SCSI CDROM DRIVER
10603 M:      Jens Axboe <axboe@kernel.dk>
10604 L:      linux-scsi@vger.kernel.org
10605 W:      http://www.kernel.dk
10606 S:      Maintained
10607 F:      drivers/scsi/sr*
10608
10609 SCSI RDMA PROTOCOL (SRP) INITIATOR
10610 M:      Bart Van Assche <bart.vanassche@sandisk.com>
10611 L:      linux-rdma@vger.kernel.org
10612 S:      Supported
10613 W:      http://www.openfabrics.org
10614 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
10615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10616 F:      drivers/infiniband/ulp/srp/
10617 F:      include/scsi/srp.h
10618
10619 SCSI SG DRIVER
10620 M:      Doug Gilbert <dgilbert@interlog.com>
10621 L:      linux-scsi@vger.kernel.org
10622 W:      http://sg.danny.cz/sg
10623 S:      Maintained
10624 F:      Documentation/scsi/scsi-generic.txt
10625 F:      drivers/scsi/sg.c
10626 F:      include/scsi/sg.h
10627
10628 SCSI SUBSYSTEM
10629 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10631 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
10632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10633 L:      linux-scsi@vger.kernel.org
10634 S:      Maintained
10635 F:      Documentation/devicetree/bindings/scsi/
10636 F:      drivers/scsi/
10637 F:      include/scsi/
10638
10639 SCSI TAPE DRIVER
10640 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
10641 L:      linux-scsi@vger.kernel.org
10642 S:      Maintained
10643 F:      Documentation/scsi/st.txt
10644 F:      drivers/scsi/st.*
10645 F:      drivers/scsi/st_*.h
10646
10647 SCTP PROTOCOL
10648 M:      Vlad Yasevich <vyasevich@gmail.com>
10649 M:      Neil Horman <nhorman@tuxdriver.com>
10650 L:      linux-sctp@vger.kernel.org
10651 W:      http://lksctp.sourceforge.net
10652 S:      Maintained
10653 F:      Documentation/networking/sctp.txt
10654 F:      include/linux/sctp.h
10655 F:      include/uapi/linux/sctp.h
10656 F:      include/net/sctp/
10657 F:      net/sctp/
10658
10659 SCx200 CPU SUPPORT
10660 M:      Jim Cromie <jim.cromie@gmail.com>
10661 S:      Odd Fixes
10662 F:      Documentation/i2c/busses/scx200_acb
10663 F:      arch/x86/platform/scx200/
10664 F:      drivers/watchdog/scx200_wdt.c
10665 F:      drivers/i2c/busses/scx200*
10666 F:      drivers/mtd/maps/scx200_docflash.c
10667 F:      include/linux/scx200.h
10668
10669 SCx200 GPIO DRIVER
10670 M:      Jim Cromie <jim.cromie@gmail.com>
10671 S:      Maintained
10672 F:      drivers/char/scx200_gpio.c
10673 F:      include/linux/scx200_gpio.h
10674
10675 SCx200 HRT CLOCKSOURCE DRIVER
10676 M:      Jim Cromie <jim.cromie@gmail.com>
10677 S:      Maintained
10678 F:      drivers/clocksource/scx200_hrt.c
10679
10680 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10681 M:      Sascha Sommer <saschasommer@freenet.de>
10682 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10683 S:      Maintained
10684 F:      drivers/mmc/host/sdricoh_cs.c
10685
10686 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10687 M:      Adrian Hunter <adrian.hunter@intel.com>
10688 L:      linux-mmc@vger.kernel.org
10689 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
10690 S:      Maintained
10691 F:      drivers/mmc/host/sdhci*
10692 F:      include/linux/mmc/sdhci*
10693
10694 SECURE COMPUTING
10695 M:      Kees Cook <keescook@chromium.org>
10696 R:      Andy Lutomirski <luto@amacapital.net>
10697 R:      Will Drewry <wad@chromium.org>
10698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10699 S:      Supported
10700 F:      kernel/seccomp.c
10701 F:      include/uapi/linux/seccomp.h
10702 F:      include/linux/seccomp.h
10703 F:      tools/testing/selftests/seccomp/*
10704 K:      \bsecure_computing
10705 K:      \bTIF_SECCOMP\b
10706
10707 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
10708 M:      Al Cooper <alcooperx@gmail.com>
10709 L:      linux-mmc@vger.kernel.org
10710 L:      bcm-kernel-feedback-list@broadcom.com
10711 S:      Maintained
10712 F:      drivers/mmc/host/sdhci-brcmstb*
10713
10714 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10715 M:      Ben Dooks <ben-linux@fluff.org>
10716 M:      Jaehoon Chung <jh80.chung@samsung.com>
10717 L:      linux-mmc@vger.kernel.org
10718 S:      Maintained
10719 F:      drivers/mmc/host/sdhci-s3c*
10720
10721 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10722 M:      Viresh Kumar <vireshk@kernel.org>
10723 L:      linux-mmc@vger.kernel.org
10724 S:      Maintained
10725 F:      drivers/mmc/host/sdhci-spear.c
10726
10727 SECURITY SUBSYSTEM
10728 M:      James Morris <james.l.morris@oracle.com>
10729 M:      "Serge E. Hallyn" <serge@hallyn.com>
10730 L:      linux-security-module@vger.kernel.org (suggested Cc:)
10731 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10732 W:      http://kernsec.org/
10733 S:      Supported
10734 F:      security/
10735
10736 SECURITY CONTACT
10737 M:      Security Officers <security@kernel.org>
10738 S:      Supported
10739
10740 SELINUX SECURITY MODULE
10741 M:      Paul Moore <paul@paul-moore.com>
10742 M:      Stephen Smalley <sds@tycho.nsa.gov>
10743 M:      Eric Paris <eparis@parisplace.org>
10744 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
10745 W:      http://selinuxproject.org
10746 T:      git git://git.infradead.org/users/pcmoore/selinux
10747 S:      Supported
10748 F:      include/linux/selinux*
10749 F:      security/selinux/
10750 F:      scripts/selinux/
10751
10752 APPARMOR SECURITY MODULE
10753 M:      John Johansen <john.johansen@canonical.com>
10754 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10755 W:      apparmor.wiki.kernel.org
10756 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10757 S:      Supported
10758 F:      security/apparmor/
10759
10760 LOADPIN SECURITY MODULE
10761 M:      Kees Cook <keescook@chromium.org>
10762 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10763 S:      Supported
10764 F:      security/loadpin/
10765
10766 YAMA SECURITY MODULE
10767 M:      Kees Cook <keescook@chromium.org>
10768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10769 S:      Supported
10770 F:      security/yama/
10771
10772 SENSABLE PHANTOM
10773 M:      Jiri Slaby <jirislaby@gmail.com>
10774 S:      Maintained
10775 F:      drivers/misc/phantom.c
10776 F:      include/uapi/linux/phantom.h
10777
10778 Emulex 10Gbps iSCSI - OneConnect DRIVER
10779 M:      Subbu Seetharaman <subbu.seetharaman@broadcom.com>
10780 M:      Ketan Mukadam <ketan.mukadam@broadcom.com>
10781 M:      Jitendra Bhivare <jitendra.bhivare@broadcom.com>
10782 L:      linux-scsi@vger.kernel.org
10783 W:      http://www.broadcom.com
10784 S:      Supported
10785 F:      drivers/scsi/be2iscsi/
10786
10787 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
10788 M:      Sathya Perla <sathya.perla@broadcom.com>
10789 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
10790 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10791 M:      Somnath Kotur <somnath.kotur@broadcom.com>
10792 L:      netdev@vger.kernel.org
10793 W:      http://www.emulex.com
10794 S:      Supported
10795 F:      drivers/net/ethernet/emulex/benet/
10796
10797 EMULEX ONECONNECT ROCE DRIVER
10798 M:      Selvin Xavier <selvin.xavier@avagotech.com>
10799 M:      Devesh Sharma <devesh.sharma@avagotech.com>
10800 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10801 L:      linux-rdma@vger.kernel.org
10802 W:      http://www.emulex.com
10803 S:      Supported
10804 F:      drivers/infiniband/hw/ocrdma/
10805
10806 SFC NETWORK DRIVER
10807 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10808 M:      Edward Cree <ecree@solarflare.com>
10809 M:      Bert Kenward <bkenward@solarflare.com>
10810 L:      netdev@vger.kernel.org
10811 S:      Supported
10812 F:      drivers/net/ethernet/sfc/
10813
10814 SGI GRU DRIVER
10815 M:      Dimitri Sivanich <sivanich@sgi.com>
10816 S:      Maintained
10817 F:      drivers/misc/sgi-gru/
10818
10819 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10820 M:      Pat Gefre <pfg@sgi.com>
10821 L:      linux-ia64@vger.kernel.org
10822 S:      Supported
10823 F:      Documentation/ia64/serial.txt
10824 F:      drivers/tty/serial/ioc?_serial.c
10825 F:      include/linux/ioc?.h
10826
10827 SGI XP/XPC/XPNET DRIVER
10828 M:      Cliff Whickman <cpw@sgi.com>
10829 M:      Robin Holt <robinmholt@gmail.com>
10830 S:      Maintained
10831 F:      drivers/misc/sgi-xp/
10832
10833 SI2157 MEDIA DRIVER
10834 M:      Antti Palosaari <crope@iki.fi>
10835 L:      linux-media@vger.kernel.org
10836 W:      https://linuxtv.org
10837 W:      http://palosaari.fi/linux/
10838 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10839 T:      git git://linuxtv.org/anttip/media_tree.git
10840 S:      Maintained
10841 F:      drivers/media/tuners/si2157*
10842
10843 SI2168 MEDIA DRIVER
10844 M:      Antti Palosaari <crope@iki.fi>
10845 L:      linux-media@vger.kernel.org
10846 W:      https://linuxtv.org
10847 W:      http://palosaari.fi/linux/
10848 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10849 T:      git git://linuxtv.org/anttip/media_tree.git
10850 S:      Maintained
10851 F:      drivers/media/dvb-frontends/si2168*
10852
10853 SI470X FM RADIO RECEIVER I2C DRIVER
10854 M:      Hans Verkuil <hverkuil@xs4all.nl>
10855 L:      linux-media@vger.kernel.org
10856 T:      git git://linuxtv.org/media_tree.git
10857 W:      https://linuxtv.org
10858 S:      Odd Fixes
10859 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
10860
10861 SI470X FM RADIO RECEIVER USB DRIVER
10862 M:      Hans Verkuil <hverkuil@xs4all.nl>
10863 L:      linux-media@vger.kernel.org
10864 T:      git git://linuxtv.org/media_tree.git
10865 W:      https://linuxtv.org
10866 S:      Maintained
10867 F:      drivers/media/radio/si470x/radio-si470x-common.c
10868 F:      drivers/media/radio/si470x/radio-si470x.h
10869 F:      drivers/media/radio/si470x/radio-si470x-usb.c
10870
10871 SI4713 FM RADIO TRANSMITTER I2C DRIVER
10872 M:      Eduardo Valentin <edubezval@gmail.com>
10873 L:      linux-media@vger.kernel.org
10874 T:      git git://linuxtv.org/media_tree.git
10875 W:      https://linuxtv.org
10876 S:      Odd Fixes
10877 F:      drivers/media/radio/si4713/si4713.?
10878
10879 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10880 M:      Eduardo Valentin <edubezval@gmail.com>
10881 L:      linux-media@vger.kernel.org
10882 T:      git git://linuxtv.org/media_tree.git
10883 W:      https://linuxtv.org
10884 S:      Odd Fixes
10885 F:      drivers/media/radio/si4713/radio-platform-si4713.c
10886
10887 SI4713 FM RADIO TRANSMITTER USB DRIVER
10888 M:      Hans Verkuil <hverkuil@xs4all.nl>
10889 L:      linux-media@vger.kernel.org
10890 T:      git git://linuxtv.org/media_tree.git
10891 W:      https://linuxtv.org
10892 S:      Maintained
10893 F:      drivers/media/radio/si4713/radio-usb-si4713.c
10894
10895 SIANO DVB DRIVER
10896 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
10897 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
10898 L:      linux-media@vger.kernel.org
10899 W:      https://linuxtv.org
10900 T:      git git://linuxtv.org/media_tree.git
10901 S:      Odd fixes
10902 F:      drivers/media/common/siano/
10903 F:      drivers/media/usb/siano/
10904 F:      drivers/media/usb/siano/
10905 F:      drivers/media/mmc/siano/
10906
10907 SIMPLEFB FB DRIVER
10908 M:      Hans de Goede <hdegoede@redhat.com>
10909 L:      linux-fbdev@vger.kernel.org
10910 S:      Maintained
10911 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
10912 F:      drivers/video/fbdev/simplefb.c
10913 F:      include/linux/platform_data/simplefb.h
10914
10915 SH_VEU V4L2 MEM2MEM DRIVER
10916 L:      linux-media@vger.kernel.org
10917 S:      Orphan
10918 F:      drivers/media/platform/sh_veu.c
10919
10920 SH_VOU V4L2 OUTPUT DRIVER
10921 L:      linux-media@vger.kernel.org
10922 S:      Orphan
10923 F:      drivers/media/platform/sh_vou.c
10924 F:      include/media/drv-intf/sh_vou.h
10925
10926 SIMPLE FIRMWARE INTERFACE (SFI)
10927 M:      Len Brown <lenb@kernel.org>
10928 L:      sfi-devel@simplefirmware.org
10929 W:      http://simplefirmware.org/
10930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10931 S:      Supported
10932 F:      arch/x86/platform/sfi/
10933 F:      drivers/sfi/
10934 F:      include/linux/sfi*.h
10935
10936 SIMTEC EB110ATX (Chalice CATS)
10937 P:      Ben Dooks
10938 P:      Vincent Sanders <vince@simtec.co.uk>
10939 M:      Simtec Linux Team <linux@simtec.co.uk>
10940 W:      http://www.simtec.co.uk/products/EB110ATX/
10941 S:      Supported
10942
10943 SIMTEC EB2410ITX (BAST)
10944 P:      Ben Dooks
10945 P:      Vincent Sanders <vince@simtec.co.uk>
10946 M:      Simtec Linux Team <linux@simtec.co.uk>
10947 W:      http://www.simtec.co.uk/products/EB2410ITX/
10948 S:      Supported
10949 F:      arch/arm/mach-s3c24xx/mach-bast.c
10950 F:      arch/arm/mach-s3c24xx/bast-ide.c
10951 F:      arch/arm/mach-s3c24xx/bast-irq.c
10952
10953 TI DAVINCI MACHINE SUPPORT
10954 M:      Sekhar Nori <nsekhar@ti.com>
10955 M:      Kevin Hilman <khilman@kernel.org>
10956 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10957 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
10958 S:      Supported
10959 F:      arch/arm/mach-davinci/
10960 F:      drivers/i2c/busses/i2c-davinci.c
10961
10962 TI DAVINCI SERIES MEDIA DRIVER
10963 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10964 L:      linux-media@vger.kernel.org
10965 W:      https://linuxtv.org
10966 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10967 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10968 S:      Maintained
10969 F:      drivers/media/platform/davinci/
10970 F:      include/media/davinci/
10971
10972 TI AM437X VPFE DRIVER
10973 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10974 L:      linux-media@vger.kernel.org
10975 W:      https://linuxtv.org
10976 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10977 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10978 S:      Maintained
10979 F:      drivers/media/platform/am437x/
10980
10981 OV2659 OMNIVISION SENSOR DRIVER
10982 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10983 L:      linux-media@vger.kernel.org
10984 W:      https://linuxtv.org
10985 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10986 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10987 S:      Maintained
10988 F:      drivers/media/i2c/ov2659.c
10989 F:      include/media/i2c/ov2659.h
10990
10991 SILICON MOTION SM712 FRAME BUFFER DRIVER
10992 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10993 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10994 M:      Sudip Mukherjee <sudip@vectorindia.org>
10995 L:      linux-fbdev@vger.kernel.org
10996 S:      Maintained
10997 F:      drivers/video/fbdev/sm712*
10998 F:      Documentation/fb/sm712fb.txt
10999
11000 SIS 190 ETHERNET DRIVER
11001 M:      Francois Romieu <romieu@fr.zoreil.com>
11002 L:      netdev@vger.kernel.org
11003 S:      Maintained
11004 F:      drivers/net/ethernet/sis/sis190.c
11005
11006 SIS 900/7016 FAST ETHERNET DRIVER
11007 M:      Daniele Venzano <venza@brownhat.org>
11008 W:      http://www.brownhat.org/sis900.html
11009 L:      netdev@vger.kernel.org
11010 S:      Maintained
11011 F:      drivers/net/ethernet/sis/sis900.*
11012
11013 SIS FRAMEBUFFER DRIVER
11014 M:      Thomas Winischhofer <thomas@winischhofer.net>
11015 W:      http://www.winischhofer.net/linuxsisvga.shtml
11016 S:      Maintained
11017 F:      Documentation/fb/sisfb.txt
11018 F:      drivers/video/fbdev/sis/
11019 F:      include/video/sisfb.h
11020
11021 SIS USB2VGA DRIVER
11022 M:      Thomas Winischhofer <thomas@winischhofer.net>
11023 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
11024 S:      Maintained
11025 F:      drivers/usb/misc/sisusbvga/
11026
11027 SLAB ALLOCATOR
11028 M:      Christoph Lameter <cl@linux.com>
11029 M:      Pekka Enberg <penberg@kernel.org>
11030 M:      David Rientjes <rientjes@google.com>
11031 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
11032 M:      Andrew Morton <akpm@linux-foundation.org>
11033 L:      linux-mm@kvack.org
11034 S:      Maintained
11035 F:      include/linux/sl?b*.h
11036 F:      mm/sl?b*
11037
11038 SLEEPABLE READ-COPY UPDATE (SRCU)
11039 M:      Lai Jiangshan <jiangshanlai@gmail.com>
11040 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11041 M:      Josh Triplett <josh@joshtriplett.org>
11042 R:      Steven Rostedt <rostedt@goodmis.org>
11043 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11044 L:      linux-kernel@vger.kernel.org
11045 W:      http://www.rdrop.com/users/paulmck/RCU/
11046 S:      Supported
11047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11048 F:      include/linux/srcu.h
11049 F:      kernel/rcu/srcu.c
11050
11051 SMACK SECURITY MODULE
11052 M:      Casey Schaufler <casey@schaufler-ca.com>
11053 L:      linux-security-module@vger.kernel.org
11054 W:      http://schaufler-ca.com
11055 T:      git git://github.com/cschaufler/smack-next
11056 S:      Maintained
11057 F:      Documentation/security/Smack.txt
11058 F:      security/smack/
11059
11060 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11061 M:      Kevin Hilman <khilman@kernel.org>
11062 M:      Nishanth Menon <nm@ti.com>
11063 S:      Maintained
11064 F:      drivers/power/avs/
11065 F:      include/linux/power/smartreflex.h
11066 L:      linux-pm@vger.kernel.org
11067
11068 SMC91x ETHERNET DRIVER
11069 M:      Nicolas Pitre <nico@fluxnic.net>
11070 S:      Odd Fixes
11071 F:      drivers/net/ethernet/smsc/smc91x.*
11072
11073 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11074 M:      Sakari Ailus <sakari.ailus@iki.fi>
11075 L:      linux-media@vger.kernel.org
11076 S:      Maintained
11077 F:      drivers/media/i2c/smiapp/
11078 F:      include/media/i2c/smiapp.h
11079 F:      drivers/media/i2c/smiapp-pll.c
11080 F:      drivers/media/i2c/smiapp-pll.h
11081 F:      include/uapi/linux/smiapp.h
11082 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11083
11084 SMM665 HARDWARE MONITOR DRIVER
11085 M:      Guenter Roeck <linux@roeck-us.net>
11086 L:      linux-hwmon@vger.kernel.org
11087 S:      Maintained
11088 F:      Documentation/hwmon/smm665
11089 F:      drivers/hwmon/smm665.c
11090
11091 SMSC EMC2103 HARDWARE MONITOR DRIVER
11092 M:      Steve Glendinning <steve.glendinning@shawell.net>
11093 L:      linux-hwmon@vger.kernel.org
11094 S:      Maintained
11095 F:      Documentation/hwmon/emc2103
11096 F:      drivers/hwmon/emc2103.c
11097
11098 SMSC SCH5627 HARDWARE MONITOR DRIVER
11099 M:      Hans de Goede <hdegoede@redhat.com>
11100 L:      linux-hwmon@vger.kernel.org
11101 S:      Supported
11102 F:      Documentation/hwmon/sch5627
11103 F:      drivers/hwmon/sch5627.c
11104
11105 SMSC47B397 HARDWARE MONITOR DRIVER
11106 M:      Jean Delvare <jdelvare@suse.com>
11107 L:      linux-hwmon@vger.kernel.org
11108 S:      Maintained
11109 F:      Documentation/hwmon/smsc47b397
11110 F:      drivers/hwmon/smsc47b397.c
11111
11112 SMSC911x ETHERNET DRIVER
11113 M:      Steve Glendinning <steve.glendinning@shawell.net>
11114 L:      netdev@vger.kernel.org
11115 S:      Maintained
11116 F:      include/linux/smsc911x.h
11117 F:      drivers/net/ethernet/smsc/smsc911x.*
11118
11119 SMSC9420 PCI ETHERNET DRIVER
11120 M:      Steve Glendinning <steve.glendinning@shawell.net>
11121 L:      netdev@vger.kernel.org
11122 S:      Maintained
11123 F:      drivers/net/ethernet/smsc/smsc9420.*
11124
11125 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11126 M:      Steve Glendinning <steve.glendinning@shawell.net>
11127 L:      linux-fbdev@vger.kernel.org
11128 S:      Maintained
11129 F:      drivers/video/fbdev/smscufx.c
11130
11131 SOC-CAMERA V4L2 SUBSYSTEM
11132 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11133 L:      linux-media@vger.kernel.org
11134 T:      git git://linuxtv.org/media_tree.git
11135 S:      Maintained
11136 F:      include/media/soc*
11137 F:      drivers/media/i2c/soc_camera/
11138 F:      drivers/media/platform/soc_camera/
11139
11140 SOEKRIS NET48XX LED SUPPORT
11141 M:      Chris Boot <bootc@bootc.net>
11142 S:      Maintained
11143 F:      drivers/leds/leds-net48xx.c
11144
11145 SOFTLOGIC 6x10 MPEG CODEC
11146 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11147 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11148 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
11149 M:      Ismael Luceno <ismael@iodev.co.uk>
11150 L:      linux-media@vger.kernel.org
11151 S:      Supported
11152 F:      drivers/media/pci/solo6x10/
11153
11154 SOFTWARE RAID (Multiple Disks) SUPPORT
11155 M:      Shaohua Li <shli@kernel.org>
11156 L:      linux-raid@vger.kernel.org
11157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11158 S:      Supported
11159 F:      drivers/md/
11160 F:      include/linux/raid/
11161 F:      include/uapi/linux/raid/
11162
11163 SONIC NETWORK DRIVER
11164 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11165 L:      netdev@vger.kernel.org
11166 S:      Maintained
11167 F:      drivers/net/ethernet/natsemi/sonic.*
11168
11169 SONICS SILICON BACKPLANE DRIVER (SSB)
11170 M:      Michael Buesch <m@bues.ch>
11171 L:      linux-wireless@vger.kernel.org
11172 S:      Maintained
11173 F:      drivers/ssb/
11174 F:      include/linux/ssb/
11175
11176 SONY VAIO CONTROL DEVICE DRIVER
11177 M:      Mattia Dongili <malattia@linux.it>
11178 L:      platform-driver-x86@vger.kernel.org
11179 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11180 S:      Maintained
11181 F:      Documentation/laptops/sony-laptop.txt
11182 F:      drivers/char/sonypi.c
11183 F:      drivers/platform/x86/sony-laptop.c
11184 F:      include/linux/sony-laptop.h
11185
11186 SONY MEMORYSTICK CARD SUPPORT
11187 M:      Alex Dubov <oakad@yahoo.com>
11188 W:      http://tifmxx.berlios.de/
11189 S:      Maintained
11190 F:      drivers/memstick/host/tifm_ms.c
11191
11192 SONY MEMORYSTICK STANDARD SUPPORT
11193 M:      Maxim Levitsky <maximlevitsky@gmail.com>
11194 S:      Maintained
11195 F:      drivers/memstick/core/ms_block.*
11196
11197 SOUND
11198 M:      Jaroslav Kysela <perex@perex.cz>
11199 M:      Takashi Iwai <tiwai@suse.com>
11200 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11201 W:      http://www.alsa-project.org/
11202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11203 T:      git git://git.alsa-project.org/alsa-kernel.git
11204 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
11205 S:      Maintained
11206 F:      Documentation/sound/
11207 F:      include/sound/
11208 F:      include/uapi/sound/
11209 F:      sound/
11210
11211 SOUND - COMPRESSED AUDIO
11212 M:      Vinod Koul <vinod.koul@intel.com>
11213 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11214 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11215 S:      Supported
11216 F:      Documentation/sound/alsa/compress_offload.txt
11217 F:      include/sound/compress_driver.h
11218 F:      include/uapi/sound/compress_*
11219 F:      sound/core/compress_offload.c
11220 F:      sound/soc/soc-compress.c
11221
11222 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11223 M:      Liam Girdwood <lgirdwood@gmail.com>
11224 M:      Mark Brown <broonie@kernel.org>
11225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11226 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11227 W:      http://alsa-project.org/main/index.php/ASoC
11228 S:      Supported
11229 F:      Documentation/devicetree/bindings/sound/
11230 F:      Documentation/sound/alsa/soc/
11231 F:      sound/soc/
11232 F:      include/sound/soc*
11233
11234 SOUND - DMAENGINE HELPERS
11235 M:      Lars-Peter Clausen <lars@metafoo.de>
11236 S:      Supported
11237 F:      include/sound/dmaengine_pcm.h
11238 F:      sound/core/pcm_dmaengine.c
11239 F:      sound/soc/soc-generic-dmaengine-pcm.c
11240
11241 SP2 MEDIA DRIVER
11242 M:      Olli Salonen <olli.salonen@iki.fi>
11243 L:      linux-media@vger.kernel.org
11244 W:      https://linuxtv.org
11245 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11246 S:      Maintained
11247 F:      drivers/media/dvb-frontends/sp2*
11248
11249 SPARC + UltraSPARC (sparc/sparc64)
11250 M:      "David S. Miller" <davem@davemloft.net>
11251 L:      sparclinux@vger.kernel.org
11252 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
11253 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11255 S:      Maintained
11256 F:      arch/sparc/
11257 F:      drivers/sbus/
11258
11259 SPARC SERIAL DRIVERS
11260 M:      "David S. Miller" <davem@davemloft.net>
11261 L:      sparclinux@vger.kernel.org
11262 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11263 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11264 S:      Maintained
11265 F:      include/linux/sunserialcore.h
11266 F:      drivers/tty/serial/suncore.c
11267 F:      drivers/tty/serial/sunhv.c
11268 F:      drivers/tty/serial/sunsab.c
11269 F:      drivers/tty/serial/sunsab.h
11270 F:      drivers/tty/serial/sunsu.c
11271 F:      drivers/tty/serial/sunzilog.c
11272 F:      drivers/tty/serial/sunzilog.h
11273
11274 SPARSE CHECKER
11275 M:      "Christopher Li" <sparse@chrisli.org>
11276 L:      linux-sparse@vger.kernel.org
11277 W:      https://sparse.wiki.kernel.org/
11278 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11279 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11280 S:      Maintained
11281 F:      include/linux/compiler.h
11282
11283 SPEAR PLATFORM SUPPORT
11284 M:      Viresh Kumar <vireshk@kernel.org>
11285 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11286 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11287 W:      http://www.st.com/spear
11288 S:      Maintained
11289 F:      arch/arm/boot/dts/spear*
11290 F:      arch/arm/mach-spear/
11291
11292 SPEAR CLOCK FRAMEWORK SUPPORT
11293 M:      Viresh Kumar <vireshk@kernel.org>
11294 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11295 W:      http://www.st.com/spear
11296 S:      Maintained
11297 F:      drivers/clk/spear/
11298
11299 SPI SUBSYSTEM
11300 M:      Mark Brown <broonie@kernel.org>
11301 L:      linux-spi@vger.kernel.org
11302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11303 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
11304 S:      Maintained
11305 F:      Documentation/devicetree/bindings/spi/
11306 F:      Documentation/spi/
11307 F:      drivers/spi/
11308 F:      include/linux/spi/
11309 F:      include/uapi/linux/spi/
11310 F:      tools/spi/
11311
11312 SPIDERNET NETWORK DRIVER for CELL
11313 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
11314 L:      netdev@vger.kernel.org
11315 S:      Supported
11316 F:      Documentation/networking/spider_net.txt
11317 F:      drivers/net/ethernet/toshiba/spider_net*
11318
11319 SPU FILE SYSTEM
11320 M:      Jeremy Kerr <jk@ozlabs.org>
11321 L:      linuxppc-dev@lists.ozlabs.org
11322 W:      http://www.ibm.com/developerworks/power/cell/
11323 S:      Supported
11324 F:      Documentation/filesystems/spufs.txt
11325 F:      arch/powerpc/platforms/cell/spufs/
11326
11327 SQUASHFS FILE SYSTEM
11328 M:      Phillip Lougher <phillip@squashfs.org.uk>
11329 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
11330 W:      http://squashfs.org.uk
11331 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11332 S:      Maintained
11333 F:      Documentation/filesystems/squashfs.txt
11334 F:      fs/squashfs/
11335
11336 SRM (Alpha) environment access
11337 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
11338 S:      Maintained
11339 F:      arch/alpha/kernel/srm_env.c
11340
11341 STABLE BRANCH
11342 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11343 L:      stable@vger.kernel.org
11344 S:      Supported
11345 F:      Documentation/stable_kernel_rules.txt
11346
11347 STAGING SUBSYSTEM
11348 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11349 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11350 L:      devel@driverdev.osuosl.org
11351 S:      Supported
11352 F:      drivers/staging/
11353
11354 STAGING - COMEDI
11355 M:      Ian Abbott <abbotti@mev.co.uk>
11356 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
11357 S:      Odd Fixes
11358 F:      drivers/staging/comedi/
11359
11360 STAGING - FLARION FT1000 DRIVERS
11361 M:      Marek Belisko <marek.belisko@gmail.com>
11362 S:      Odd Fixes
11363 F:      drivers/staging/ft1000/
11364
11365 STAGING - INDUSTRIAL IO
11366 M:      Jonathan Cameron <jic23@kernel.org>
11367 L:      linux-iio@vger.kernel.org
11368 S:      Odd Fixes
11369 F:      Documentation/devicetree/bindings/staging/iio/
11370 F:      drivers/staging/iio/
11371
11372 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11373 M:      Jarod Wilson <jarod@wilsonet.com>
11374 W:      http://www.lirc.org/
11375 S:      Odd Fixes
11376 F:      drivers/staging/media/lirc/
11377
11378 STAGING - LUSTRE PARALLEL FILESYSTEM
11379 M:      Oleg Drokin <oleg.drokin@intel.com>
11380 M:      Andreas Dilger <andreas.dilger@intel.com>
11381 M:      James Simmons <jsimmons@infradead.org>
11382 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
11383 W:      http://wiki.lustre.org/
11384 S:      Maintained
11385 F:      drivers/staging/lustre
11386
11387 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11388 M:      Marc Dietrich <marvin24@gmx.de>
11389 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
11390 L:      linux-tegra@vger.kernel.org
11391 S:      Maintained
11392 F:      drivers/staging/nvec/
11393
11394 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11395 M:      Jens Frederich <jfrederich@gmail.com>
11396 M:      Daniel Drake <dsd@laptop.org>
11397 M:      Jon Nettleton <jon.nettleton@gmail.com>
11398 W:      http://wiki.laptop.org/go/DCON
11399 S:      Maintained
11400 F:      drivers/staging/olpc_dcon/
11401
11402 STAGING - REALTEK RTL8712U DRIVERS
11403 M:      Larry Finger <Larry.Finger@lwfinger.net>
11404 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11405 S:      Odd Fixes
11406 F:      drivers/staging/rtl8712/
11407
11408 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11409 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11410 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11411 M:      Sudip Mukherjee <sudip@vectorindia.org>
11412 L:      linux-fbdev@vger.kernel.org
11413 S:      Maintained
11414 F:      drivers/staging/sm750fb/
11415
11416 STAGING - SLICOSS
11417 M:      Lior Dotan <liodot@gmail.com>
11418 M:      Christopher Harrer <charrer@alacritech.com>
11419 S:      Odd Fixes
11420 F:      drivers/staging/slicoss/
11421
11422 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11423 M:      William Hubbs <w.d.hubbs@gmail.com>
11424 M:      Chris Brannon <chris@the-brannons.com>
11425 M:      Kirk Reiser <kirk@reisers.ca>
11426 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
11427 L:      speakup@linux-speakup.org
11428 W:      http://www.linux-speakup.org/
11429 S:      Odd Fixes
11430 F:      drivers/staging/speakup/
11431
11432 STAGING - VIA VT665X DRIVERS
11433 M:      Forest Bond <forest@alittletooquiet.net>
11434 S:      Odd Fixes
11435 F:      drivers/staging/vt665?/
11436
11437 STAGING - WILC1000 WIFI DRIVER
11438 M:      Aditya Shankar <aditya.shankar@microchip.com>
11439 M:      Ganesh Krishna <ganesh.krishna@microchip.com>
11440 L:      linux-wireless@vger.kernel.org
11441 S:      Supported
11442 F:      drivers/staging/wilc1000/
11443
11444 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11445 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
11446 S:      Odd Fixes
11447 F:      drivers/staging/xgifb/
11448
11449 STARFIRE/DURALAN NETWORK DRIVER
11450 M:      Ion Badulescu <ionut@badula.org>
11451 S:      Odd Fixes
11452 F:      drivers/net/ethernet/adaptec/starfire*
11453
11454 SUN3/3X
11455 M:      Sam Creasey <sammy@sammy.net>
11456 W:      http://sammy.net/sun3/
11457 S:      Maintained
11458 F:      arch/m68k/kernel/*sun3*
11459 F:      arch/m68k/sun3*/
11460 F:      arch/m68k/include/asm/sun3*
11461 F:      drivers/net/ethernet/i825xx/sun3*
11462
11463 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11464 M:      Hans de Goede <hdegoede@redhat.com>
11465 L:      linux-input@vger.kernel.org
11466 S:      Maintained
11467 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11468 F:      drivers/input/keyboard/sun4i-lradc-keys.c
11469
11470 SUNDANCE NETWORK DRIVER
11471 M:      Denis Kirjanov <kda@linux-powerpc.org>
11472 L:      netdev@vger.kernel.org
11473 S:      Maintained
11474 F:      drivers/net/ethernet/dlink/sundance.c
11475
11476 SUPERH
11477 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
11478 M:      Rich Felker <dalias@libc.org>
11479 L:      linux-sh@vger.kernel.org
11480 Q:      http://patchwork.kernel.org/project/linux-sh/list/
11481 S:      Maintained
11482 F:      Documentation/sh/
11483 F:      arch/sh/
11484 F:      drivers/sh/
11485
11486 SUSPEND TO RAM
11487 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
11488 M:      Len Brown <len.brown@intel.com>
11489 M:      Pavel Machek <pavel@ucw.cz>
11490 L:      linux-pm@vger.kernel.org
11491 S:      Supported
11492 F:      Documentation/power/
11493 F:      arch/x86/kernel/acpi/
11494 F:      drivers/base/power/
11495 F:      kernel/power/
11496 F:      include/linux/suspend.h
11497 F:      include/linux/freezer.h
11498 F:      include/linux/pm.h
11499
11500 SVGA HANDLING
11501 M:      Martin Mares <mj@ucw.cz>
11502 L:      linux-video@atrey.karlin.mff.cuni.cz
11503 S:      Maintained
11504 F:      Documentation/svga.txt
11505 F:      arch/x86/boot/video*
11506
11507 SWIOTLB SUBSYSTEM
11508 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11509 L:      linux-kernel@vger.kernel.org
11510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11511 S:      Supported
11512 F:      lib/swiotlb.c
11513 F:      arch/*/kernel/pci-swiotlb.c
11514 F:      include/linux/swiotlb.h
11515
11516 SWITCHDEV
11517 M:      Jiri Pirko <jiri@resnulli.us>
11518 L:      netdev@vger.kernel.org
11519 S:      Supported
11520 F:      net/switchdev/
11521 F:      include/net/switchdev.h
11522
11523 SYNOPSYS ARC ARCHITECTURE
11524 M:      Vineet Gupta <vgupta@synopsys.com>
11525 L:      linux-snps-arc@lists.infradead.org
11526 S:      Supported
11527 F:      arch/arc/
11528 F:      Documentation/devicetree/bindings/arc/*
11529 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11530 F:      drivers/tty/serial/arc_uart.c
11531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11532
11533 SYNOPSYS ARC SDP platform support
11534 M:      Alexey Brodkin <abrodkin@synopsys.com>
11535 S:      Supported
11536 F:      arch/arc/plat-axs10x
11537 F:      arch/arc/boot/dts/ax*
11538 F:      Documentation/devicetree/bindings/arc/axs10*
11539
11540 SYSTEM CONFIGURATION (SYSCON)
11541 M:      Lee Jones <lee.jones@linaro.org>
11542 M:      Arnd Bergmann <arnd@arndb.de>
11543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11544 S:      Supported
11545 F:      drivers/mfd/syscon.c
11546
11547 SYSTEM RESET/SHUTDOWN DRIVERS
11548 M:      Sebastian Reichel <sre@kernel.org>
11549 L:      linux-pm@vger.kernel.org
11550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
11551 S:      Maintained
11552 F:      Documentation/devicetree/bindings/power/reset/
11553 F:      drivers/power/reset/
11554
11555 SYSV FILESYSTEM
11556 M:      Christoph Hellwig <hch@infradead.org>
11557 S:      Maintained
11558 F:      Documentation/filesystems/sysv-fs.txt
11559 F:      fs/sysv/
11560 F:      include/linux/sysv_fs.h
11561
11562 TARGET SUBSYSTEM
11563 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11564 L:      linux-scsi@vger.kernel.org
11565 L:      target-devel@vger.kernel.org
11566 W:      http://www.linux-iscsi.org
11567 W:      http://groups.google.com/group/linux-iscsi-target-dev
11568 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11569 S:      Supported
11570 F:      drivers/target/
11571 F:      include/target/
11572 F:      Documentation/target/
11573
11574 TASKSTATS STATISTICS INTERFACE
11575 M:      Balbir Singh <bsingharora@gmail.com>
11576 S:      Maintained
11577 F:      Documentation/accounting/taskstats*
11578 F:      include/linux/taskstats*
11579 F:      kernel/taskstats.c
11580
11581 TC CLASSIFIER
11582 M:      Jamal Hadi Salim <jhs@mojatatu.com>
11583 L:      netdev@vger.kernel.org
11584 S:      Maintained
11585 F:      include/net/pkt_cls.h
11586 F:      include/uapi/linux/pkt_cls.h
11587 F:      net/sched/
11588
11589 TCP LOW PRIORITY MODULE
11590 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11591 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11592 W:      http://tcp-lp-mod.sourceforge.net/
11593 S:      Maintained
11594 F:      net/ipv4/tcp_lp.c
11595
11596 TDA10071 MEDIA DRIVER
11597 M:      Antti Palosaari <crope@iki.fi>
11598 L:      linux-media@vger.kernel.org
11599 W:      https://linuxtv.org
11600 W:      http://palosaari.fi/linux/
11601 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11602 T:      git git://linuxtv.org/anttip/media_tree.git
11603 S:      Maintained
11604 F:      drivers/media/dvb-frontends/tda10071*
11605
11606 TDA18212 MEDIA DRIVER
11607 M:      Antti Palosaari <crope@iki.fi>
11608 L:      linux-media@vger.kernel.org
11609 W:      https://linuxtv.org
11610 W:      http://palosaari.fi/linux/
11611 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11612 T:      git git://linuxtv.org/anttip/media_tree.git
11613 S:      Maintained
11614 F:      drivers/media/tuners/tda18212*
11615
11616 TDA18218 MEDIA DRIVER
11617 M:      Antti Palosaari <crope@iki.fi>
11618 L:      linux-media@vger.kernel.org
11619 W:      https://linuxtv.org
11620 W:      http://palosaari.fi/linux/
11621 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11622 T:      git git://linuxtv.org/anttip/media_tree.git
11623 S:      Maintained
11624 F:      drivers/media/tuners/tda18218*
11625
11626 TDA18271 MEDIA DRIVER
11627 M:      Michael Krufky <mkrufky@linuxtv.org>
11628 L:      linux-media@vger.kernel.org
11629 W:      https://linuxtv.org
11630 W:      http://github.com/mkrufky
11631 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11632 T:      git git://linuxtv.org/mkrufky/tuners.git
11633 S:      Maintained
11634 F:      drivers/media/tuners/tda18271*
11635
11636 TDA827x MEDIA DRIVER
11637 M:      Michael Krufky <mkrufky@linuxtv.org>
11638 L:      linux-media@vger.kernel.org
11639 W:      https://linuxtv.org
11640 W:      http://github.com/mkrufky
11641 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11642 T:      git git://linuxtv.org/mkrufky/tuners.git
11643 S:      Maintained
11644 F:      drivers/media/tuners/tda8290.*
11645
11646 TDA8290 MEDIA DRIVER
11647 M:      Michael Krufky <mkrufky@linuxtv.org>
11648 L:      linux-media@vger.kernel.org
11649 W:      https://linuxtv.org
11650 W:      http://github.com/mkrufky
11651 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11652 T:      git git://linuxtv.org/mkrufky/tuners.git
11653 S:      Maintained
11654 F:      drivers/media/tuners/tda8290.*
11655
11656 TDA9840 MEDIA DRIVER
11657 M:      Hans Verkuil <hverkuil@xs4all.nl>
11658 L:      linux-media@vger.kernel.org
11659 T:      git git://linuxtv.org/media_tree.git
11660 W:      https://linuxtv.org
11661 S:      Maintained
11662 F:      drivers/media/i2c/tda9840*
11663
11664 TEA5761 TUNER DRIVER
11665 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11666 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11667 L:      linux-media@vger.kernel.org
11668 W:      https://linuxtv.org
11669 T:      git git://linuxtv.org/media_tree.git
11670 S:      Odd fixes
11671 F:      drivers/media/tuners/tea5761.*
11672
11673 TEA5767 TUNER DRIVER
11674 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11675 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11676 L:      linux-media@vger.kernel.org
11677 W:      https://linuxtv.org
11678 T:      git git://linuxtv.org/media_tree.git
11679 S:      Maintained
11680 F:      drivers/media/tuners/tea5767.*
11681
11682 TEA6415C MEDIA DRIVER
11683 M:      Hans Verkuil <hverkuil@xs4all.nl>
11684 L:      linux-media@vger.kernel.org
11685 T:      git git://linuxtv.org/media_tree.git
11686 W:      https://linuxtv.org
11687 S:      Maintained
11688 F:      drivers/media/i2c/tea6415c*
11689
11690 TEA6420 MEDIA DRIVER
11691 M:      Hans Verkuil <hverkuil@xs4all.nl>
11692 L:      linux-media@vger.kernel.org
11693 T:      git git://linuxtv.org/media_tree.git
11694 W:      https://linuxtv.org
11695 S:      Maintained
11696 F:      drivers/media/i2c/tea6420*
11697
11698 TEAM DRIVER
11699 M:      Jiri Pirko <jiri@resnulli.us>
11700 L:      netdev@vger.kernel.org
11701 S:      Supported
11702 F:      drivers/net/team/
11703 F:      include/linux/if_team.h
11704 F:      include/uapi/linux/if_team.h
11705
11706 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11707 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11708 S:      Maintained
11709 F:      arch/x86/platform/ts5500/
11710
11711 TECHNOTREND USB IR RECEIVER
11712 M:      Sean Young <sean@mess.org>
11713 L:      linux-media@vger.kernel.org
11714 S:      Maintained
11715 F:      drivers/media/rc/ttusbir.c
11716
11717 TEGRA ARCHITECTURE SUPPORT
11718 M:      Stephen Warren <swarren@wwwdotorg.org>
11719 M:      Thierry Reding <thierry.reding@gmail.com>
11720 M:      Alexandre Courbot <gnurou@gmail.com>
11721 L:      linux-tegra@vger.kernel.org
11722 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
11723 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11724 S:      Supported
11725 N:      [^a-z]tegra
11726
11727 TEGRA CLOCK DRIVER
11728 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
11729 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
11730 S:      Supported
11731 F:      drivers/clk/tegra/
11732
11733 TEGRA DMA DRIVERS
11734 M:      Laxman Dewangan <ldewangan@nvidia.com>
11735 M:      Jon Hunter <jonathanh@nvidia.com>
11736 S:      Supported
11737 F:      drivers/dma/tegra*
11738
11739 TEGRA I2C DRIVER
11740 M:      Laxman Dewangan <ldewangan@nvidia.com>
11741 S:      Supported
11742 F:      drivers/i2c/busses/i2c-tegra.c
11743
11744 TEGRA IOMMU DRIVERS
11745 M:      Hiroshi Doyu <hdoyu@nvidia.com>
11746 S:      Supported
11747 F:      drivers/iommu/tegra*
11748
11749 TEGRA KBC DRIVER
11750 M:      Rakesh Iyer <riyer@nvidia.com>
11751 M:      Laxman Dewangan <ldewangan@nvidia.com>
11752 S:      Supported
11753 F:      drivers/input/keyboard/tegra-kbc.c
11754
11755 TEGRA PWM DRIVER
11756 M:      Thierry Reding <thierry.reding@gmail.com>
11757 S:      Supported
11758 F:      drivers/pwm/pwm-tegra.c
11759
11760 TEGRA SERIAL DRIVER
11761 M:      Laxman Dewangan <ldewangan@nvidia.com>
11762 S:      Supported
11763 F:      drivers/tty/serial/serial-tegra.c
11764
11765 TEGRA SPI DRIVER
11766 M:      Laxman Dewangan <ldewangan@nvidia.com>
11767 S:      Supported
11768 F:      drivers/spi/spi-tegra*
11769
11770 TEHUTI ETHERNET DRIVER
11771 M:      Andy Gospodarek <andy@greyhouse.net>
11772 L:      netdev@vger.kernel.org
11773 S:      Supported
11774 F:      drivers/net/ethernet/tehuti/*
11775
11776 Telecom Clock Driver for MCPL0010
11777 M:      Mark Gross <mark.gross@intel.com>
11778 S:      Supported
11779 F:      drivers/char/tlclk.c
11780
11781 TENSILICA XTENSA PORT (xtensa)
11782 M:      Chris Zankel <chris@zankel.net>
11783 M:      Max Filippov <jcmvbkbc@gmail.com>
11784 L:      linux-xtensa@linux-xtensa.org
11785 T:      git git://github.com/czankel/xtensa-linux.git
11786 S:      Maintained
11787 F:      arch/xtensa/
11788 F:      drivers/irqchip/irq-xtensa-*
11789
11790 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11791 M:      Hans Verkuil <hverkuil@xs4all.nl>
11792 L:      linux-media@vger.kernel.org
11793 T:      git git://linuxtv.org/media_tree.git
11794 W:      https://linuxtv.org
11795 S:      Maintained
11796 F:      drivers/media/radio/radio-raremono.c
11797
11798 THERMAL
11799 M:      Zhang Rui <rui.zhang@intel.com>
11800 M:      Eduardo Valentin <edubezval@gmail.com>
11801 L:      linux-pm@vger.kernel.org
11802 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11804 Q:      https://patchwork.kernel.org/project/linux-pm/list/
11805 S:      Supported
11806 F:      drivers/thermal/
11807 F:      include/linux/thermal.h
11808 F:      include/uapi/linux/thermal.h
11809 F:      include/linux/cpu_cooling.h
11810 F:      Documentation/devicetree/bindings/thermal/
11811
11812 THERMAL/CPU_COOLING
11813 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
11814 M:      Viresh Kumar <viresh.kumar@linaro.org>
11815 M:      Javi Merino <javi.merino@kernel.org>
11816 L:      linux-pm@vger.kernel.org
11817 S:      Supported
11818 F:      Documentation/thermal/cpu-cooling-api.txt
11819 F:      drivers/thermal/cpu_cooling.c
11820 F:      include/linux/cpu_cooling.h
11821
11822 THINKPAD ACPI EXTRAS DRIVER
11823 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11824 L:      ibm-acpi-devel@lists.sourceforge.net
11825 L:      platform-driver-x86@vger.kernel.org
11826 W:      http://ibm-acpi.sourceforge.net
11827 W:      http://thinkwiki.org/wiki/Ibm-acpi
11828 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11829 S:      Maintained
11830 F:      drivers/platform/x86/thinkpad_acpi.c
11831
11832 TI BANDGAP AND THERMAL DRIVER
11833 M:      Eduardo Valentin <edubezval@gmail.com>
11834 M:      Keerthy <j-keerthy@ti.com>
11835 L:      linux-pm@vger.kernel.org
11836 L:      linux-omap@vger.kernel.org
11837 S:      Maintained
11838 F:      drivers/thermal/ti-soc-thermal/
11839
11840 TI VPE/CAL DRIVERS
11841 M:      Benoit Parrot <bparrot@ti.com>
11842 L:      linux-media@vger.kernel.org
11843 W:      http://linuxtv.org/
11844 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11845 S:      Maintained
11846 F:      drivers/media/platform/ti-vpe/
11847
11848 TI CDCE706 CLOCK DRIVER
11849 M:      Max Filippov <jcmvbkbc@gmail.com>
11850 S:      Maintained
11851 F:      drivers/clk/clk-cdce706.c
11852
11853 TI CLOCK DRIVER
11854 M:      Tero Kristo <t-kristo@ti.com>
11855 L:      linux-omap@vger.kernel.org
11856 S:      Maintained
11857 F:      drivers/clk/ti/
11858 F:      include/linux/clk/ti.h
11859
11860 TI ETHERNET SWITCH DRIVER (CPSW)
11861 M:      Mugunthan V N <mugunthanvnm@ti.com>
11862 R:      Grygorii Strashko <grygorii.strashko@ti.com>
11863 L:      linux-omap@vger.kernel.org
11864 L:      netdev@vger.kernel.org
11865 S:      Maintained
11866 F:      drivers/net/ethernet/ti/cpsw*
11867 F:      drivers/net/ethernet/ti/davinci*
11868
11869 TI FLASH MEDIA INTERFACE DRIVER
11870 M:      Alex Dubov <oakad@yahoo.com>
11871 S:      Maintained
11872 F:      drivers/misc/tifm*
11873 F:      drivers/mmc/host/tifm_sd.c
11874 F:      include/linux/tifm.h
11875
11876 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11877 M:      Santosh Shilimkar <ssantosh@kernel.org>
11878 L:      linux-kernel@vger.kernel.org
11879 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11880 S:      Maintained
11881 F:      drivers/soc/ti/*
11882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11883
11884
11885 TI LM49xxx FAMILY ASoC CODEC DRIVERS
11886 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
11887 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
11888 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11889 S:      Maintained
11890 F:      sound/soc/codecs/lm49453*
11891 F:      sound/soc/codecs/isabelle*
11892
11893 TI LP855x BACKLIGHT DRIVER
11894 M:      Milo Kim <milo.kim@ti.com>
11895 S:      Maintained
11896 F:      Documentation/backlight/lp855x-driver.txt
11897 F:      drivers/video/backlight/lp855x_bl.c
11898 F:      include/linux/platform_data/lp855x.h
11899
11900 TI LP8727 CHARGER DRIVER
11901 M:      Milo Kim <milo.kim@ti.com>
11902 S:      Maintained
11903 F:      drivers/power/supply/lp8727_charger.c
11904 F:      include/linux/platform_data/lp8727.h
11905
11906 TI LP8788 MFD DRIVER
11907 M:      Milo Kim <milo.kim@ti.com>
11908 S:      Maintained
11909 F:      drivers/iio/adc/lp8788_adc.c
11910 F:      drivers/leds/leds-lp8788.c
11911 F:      drivers/mfd/lp8788*.c
11912 F:      drivers/power/supply/lp8788-charger.c
11913 F:      drivers/regulator/lp8788-*.c
11914 F:      include/linux/mfd/lp8788*.h
11915
11916 TI NETCP ETHERNET DRIVER
11917 M:      Wingman Kwok <w-kwok2@ti.com>
11918 M:      Murali Karicheri <m-karicheri2@ti.com>
11919 L:      netdev@vger.kernel.org
11920 S:      Maintained
11921 F:      drivers/net/ethernet/ti/netcp*
11922
11923 TI TAS571X FAMILY ASoC CODEC DRIVER
11924 M:      Kevin Cernekee <cernekee@chromium.org>
11925 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11926 S:      Odd Fixes
11927 F:      sound/soc/codecs/tas571x*
11928
11929 TI TWL4030 SERIES SOC CODEC DRIVER
11930 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
11931 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11932 S:      Maintained
11933 F:      sound/soc/codecs/twl4030*
11934
11935 TI WILINK WIRELESS DRIVERS
11936 L:      linux-wireless@vger.kernel.org
11937 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
11938 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
11939 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11940 S:      Orphan
11941 F:      drivers/net/wireless/ti/
11942 F:      include/linux/wl12xx.h
11943
11944 TIPC NETWORK LAYER
11945 M:      Jon Maloy <jon.maloy@ericsson.com>
11946 M:      Ying Xue <ying.xue@windriver.com>
11947 L:      netdev@vger.kernel.org (core kernel code)
11948 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11949 W:      http://tipc.sourceforge.net/
11950 S:      Maintained
11951 F:      include/uapi/linux/tipc*.h
11952 F:      net/tipc/
11953
11954 TILE ARCHITECTURE
11955 M:      Chris Metcalf <cmetcalf@mellanox.com>
11956 W:      http://www.mellanox.com/repository/solutions/tile-scm/
11957 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11958 S:      Supported
11959 F:      arch/tile/
11960 F:      drivers/char/tile-srom.c
11961 F:      drivers/edac/tile_edac.c
11962 F:      drivers/net/ethernet/tile/
11963 F:      drivers/rtc/rtc-tile.c
11964 F:      drivers/tty/hvc/hvc_tile.c
11965 F:      drivers/tty/serial/tilegx.c
11966 F:      drivers/usb/host/*-tilegx.c
11967 F:      include/linux/usb/tilegx.h
11968
11969 TLAN NETWORK DRIVER
11970 M:      Samuel Chessman <chessman@tux.org>
11971 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
11972 W:      http://sourceforge.net/projects/tlan/
11973 S:      Maintained
11974 F:      Documentation/networking/tlan.txt
11975 F:      drivers/net/ethernet/ti/tlan.*
11976
11977 TOMOYO SECURITY MODULE
11978 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
11979 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11980 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11981 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11982 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11983 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11984 W:      http://tomoyo.sourceforge.jp/
11985 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11986 S:      Maintained
11987 F:      security/tomoyo/
11988
11989 TOPSTAR LAPTOP EXTRAS DRIVER
11990 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
11991 L:      platform-driver-x86@vger.kernel.org
11992 S:      Maintained
11993 F:      drivers/platform/x86/topstar-laptop.c
11994
11995 TOSHIBA ACPI EXTRAS DRIVER
11996 M:      Azael Avalos <coproscefalo@gmail.com>
11997 L:      platform-driver-x86@vger.kernel.org
11998 S:      Maintained
11999 F:      drivers/platform/x86/toshiba_acpi.c
12000
12001 TOSHIBA BLUETOOTH DRIVER
12002 M:      Azael Avalos <coproscefalo@gmail.com>
12003 L:      platform-driver-x86@vger.kernel.org
12004 S:      Maintained
12005 F:      drivers/platform/x86/toshiba_bluetooth.c
12006
12007 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12008 M:      Azael Avalos <coproscefalo@gmail.com>
12009 L:      platform-driver-x86@vger.kernel.org
12010 S:      Maintained
12011 F:      drivers/platform/x86/toshiba_haps.c
12012
12013 TOSHIBA WMI HOTKEYS DRIVER
12014 M:      Azael Avalos <coproscefalo@gmail.com>
12015 L:      platform-driver-x86@vger.kernel.org
12016 S:      Maintained
12017 F:      drivers/platform/x86/toshiba-wmi.c
12018
12019 TOSHIBA SMM DRIVER
12020 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
12021 W:      http://www.buzzard.org.uk/toshiba/
12022 S:      Maintained
12023 F:      drivers/char/toshiba.c
12024 F:      include/linux/toshiba.h
12025 F:      include/uapi/linux/toshiba.h
12026
12027 TOSHIBA TC358743 DRIVER
12028 M:      Mats Randgaard <matrandg@cisco.com>
12029 L:      linux-media@vger.kernel.org
12030 S:      Maintained
12031 F:      drivers/media/i2c/tc358743*
12032 F:      include/media/i2c/tc358743.h
12033
12034 TMIO/SDHI MMC DRIVER
12035 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
12036 L:      linux-mmc@vger.kernel.org
12037 S:      Supported
12038 F:      drivers/mmc/host/tmio_mmc*
12039 F:      drivers/mmc/host/sh_mobile_sdhi.c
12040 F:      include/linux/mfd/tmio.h
12041
12042 TMP401 HARDWARE MONITOR DRIVER
12043 M:      Guenter Roeck <linux@roeck-us.net>
12044 L:      linux-hwmon@vger.kernel.org
12045 S:      Maintained
12046 F:      Documentation/hwmon/tmp401
12047 F:      drivers/hwmon/tmp401.c
12048
12049 TMPFS (SHMEM FILESYSTEM)
12050 M:      Hugh Dickins <hughd@google.com>
12051 L:      linux-mm@kvack.org
12052 S:      Maintained
12053 F:      include/linux/shmem_fs.h
12054 F:      mm/shmem.c
12055
12056 TM6000 VIDEO4LINUX DRIVER
12057 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12058 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12059 L:      linux-media@vger.kernel.org
12060 W:      https://linuxtv.org
12061 T:      git git://linuxtv.org/media_tree.git
12062 S:      Odd fixes
12063 F:      drivers/media/usb/tm6000/
12064
12065 TW68 VIDEO4LINUX DRIVER
12066 M:      Hans Verkuil <hverkuil@xs4all.nl>
12067 L:      linux-media@vger.kernel.org
12068 T:      git git://linuxtv.org/media_tree.git
12069 W:      https://linuxtv.org
12070 S:      Odd Fixes
12071 F:      drivers/media/pci/tw68/
12072
12073 TW686X VIDEO4LINUX DRIVER
12074 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12075 L:      linux-media@vger.kernel.org
12076 T:      git git://linuxtv.org/media_tree.git
12077 W:      http://linuxtv.org
12078 S:      Maintained
12079 F:      drivers/media/pci/tw686x/
12080
12081 TPM DEVICE DRIVER
12082 M:      Peter Huewe <peterhuewe@gmx.de>
12083 M:      Marcel Selhorst <tpmdd@selhorst.net>
12084 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
12085 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
12086 W:      http://tpmdd.sourceforge.net
12087 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12088 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
12089 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
12090 S:      Maintained
12091 F:      drivers/char/tpm/
12092
12093 TPM IBM_VTPM DEVICE DRIVER
12094 M:      Ashley Lai <ashleydlai@gmail.com>
12095 W:      http://tpmdd.sourceforge.net
12096 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12097 S:      Maintained
12098 F:      drivers/char/tpm/tpm_ibmvtpm*
12099
12100 TRACING
12101 M:      Steven Rostedt <rostedt@goodmis.org>
12102 M:      Ingo Molnar <mingo@redhat.com>
12103 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12104 S:      Maintained
12105 F:      Documentation/trace/ftrace.txt
12106 F:      arch/*/*/*/ftrace.h
12107 F:      arch/*/kernel/ftrace.c
12108 F:      include/*/ftrace.h
12109 F:      include/linux/trace*.h
12110 F:      include/trace/
12111 F:      kernel/trace/
12112 F:      tools/testing/selftests/ftrace/
12113
12114 TRACING MMIO ACCESSES (MMIOTRACE)
12115 M:      Steven Rostedt <rostedt@goodmis.org>
12116 M:      Ingo Molnar <mingo@kernel.org>
12117 R:      Karol Herbst <karolherbst@gmail.com>
12118 R:      Pekka Paalanen <ppaalanen@gmail.com>
12119 S:      Maintained
12120 L:      linux-kernel@vger.kernel.org
12121 L:      nouveau@lists.freedesktop.org
12122 F:      kernel/trace/trace_mmiotrace.c
12123 F:      include/linux/mmiotrace.h
12124 F:      arch/x86/mm/kmmio.c
12125 F:      arch/x86/mm/mmio-mod.c
12126 F:      arch/x86/mm/testmmiotrace.c
12127
12128 TRIVIAL PATCHES
12129 M:      Jiri Kosina <trivial@kernel.org>
12130 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12131 S:      Maintained
12132 K:      ^Subject:.*(?i)trivial
12133
12134 TTY LAYER
12135 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12136 M:      Jiri Slaby <jslaby@suse.com>
12137 S:      Supported
12138 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12139 F:      Documentation/serial/
12140 F:      drivers/tty/
12141 F:      drivers/tty/serial/serial_core.c
12142 F:      include/linux/serial_core.h
12143 F:      include/linux/serial.h
12144 F:      include/linux/tty.h
12145 F:      include/uapi/linux/serial_core.h
12146 F:      include/uapi/linux/serial.h
12147 F:      include/uapi/linux/tty.h
12148
12149 TUA9001 MEDIA DRIVER
12150 M:      Antti Palosaari <crope@iki.fi>
12151 L:      linux-media@vger.kernel.org
12152 W:      https://linuxtv.org
12153 W:      http://palosaari.fi/linux/
12154 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12155 T:      git git://linuxtv.org/anttip/media_tree.git
12156 S:      Maintained
12157 F:      drivers/media/tuners/tua9001*
12158
12159 TULIP NETWORK DRIVERS
12160 L:      netdev@vger.kernel.org
12161 L:      linux-parisc@vger.kernel.org
12162 S:      Orphan
12163 F:      drivers/net/ethernet/dec/tulip/
12164
12165 TUN/TAP driver
12166 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
12167 W:      http://vtun.sourceforge.net/tun
12168 S:      Maintained
12169 F:      Documentation/networking/tuntap.txt
12170 F:      arch/um/os-Linux/drivers/
12171
12172 TURBOCHANNEL SUBSYSTEM
12173 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12174 M:      Ralf Baechle <ralf@linux-mips.org>
12175 L:      linux-mips@linux-mips.org
12176 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
12177 S:      Maintained
12178 F:      drivers/tc/
12179 F:      include/linux/tc.h
12180
12181 UBI FILE SYSTEM (UBIFS)
12182 M:      Richard Weinberger <richard@nod.at>
12183 M:      Artem Bityutskiy <dedekind1@gmail.com>
12184 M:      Adrian Hunter <adrian.hunter@intel.com>
12185 L:      linux-mtd@lists.infradead.org
12186 T:      git git://git.infradead.org/ubifs-2.6.git
12187 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
12188 S:      Supported
12189 F:      Documentation/filesystems/ubifs.txt
12190 F:      fs/ubifs/
12191
12192 UCLINUX (M68KNOMMU AND COLDFIRE)
12193 M:      Greg Ungerer <gerg@linux-m68k.org>
12194 W:      http://www.linux-m68k.org/
12195 W:      http://www.uclinux.org/
12196 L:      linux-m68k@lists.linux-m68k.org
12197 L:      uclinux-dev@uclinux.org  (subscribers-only)
12198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12199 S:      Maintained
12200 F:      arch/m68k/coldfire/
12201 F:      arch/m68k/68*/
12202 F:      arch/m68k/*/*_no.*
12203 F:      arch/m68k/include/asm/*_no.*
12204
12205 UDF FILESYSTEM
12206 M:      Jan Kara <jack@suse.com>
12207 S:      Maintained
12208 F:      Documentation/filesystems/udf.txt
12209 F:      fs/udf/
12210
12211 UFS FILESYSTEM
12212 M:      Evgeniy Dushistov <dushistov@mail.ru>
12213 S:      Maintained
12214 F:      Documentation/filesystems/ufs.txt
12215 F:      fs/ufs/
12216
12217 UHID USERSPACE HID IO DRIVER:
12218 M:      David Herrmann <dh.herrmann@googlemail.com>
12219 L:      linux-input@vger.kernel.org
12220 S:      Maintained
12221 F:      drivers/hid/uhid.c
12222 F:      include/uapi/linux/uhid.h
12223
12224 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12225 L:      linux-usb@vger.kernel.org
12226 S:      Orphan
12227 F:      drivers/uwb/
12228 F:      include/linux/uwb.h
12229 F:      include/linux/uwb/
12230
12231 UNICORE32 ARCHITECTURE:
12232 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
12233 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
12234 S:      Maintained
12235 T:      git git://github.com/gxt/linux.git
12236 F:      arch/unicore32/
12237
12238 UNIFDEF
12239 M:      Tony Finch <dot@dotat.at>
12240 W:      http://dotat.at/prog/unifdef
12241 S:      Maintained
12242 F:      scripts/unifdef.c
12243
12244 UNIFORM CDROM DRIVER
12245 M:      Jens Axboe <axboe@kernel.dk>
12246 W:      http://www.kernel.dk
12247 S:      Maintained
12248 F:      Documentation/cdrom/
12249 F:      drivers/cdrom/cdrom.c
12250 F:      include/linux/cdrom.h
12251 F:      include/uapi/linux/cdrom.h
12252
12253 UNISYS S-PAR DRIVERS
12254 M:      David Kershner <david.kershner@unisys.com>
12255 L:      sparmaintainer@unisys.com (Unisys internal)
12256 S:      Supported
12257 F:      drivers/staging/unisys/
12258
12259 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12260 M:      Vinayak Holikatti <vinholikatti@gmail.com>
12261 L:      linux-scsi@vger.kernel.org
12262 S:      Supported
12263 F:      Documentation/scsi/ufs.txt
12264 F:      drivers/scsi/ufs/
12265
12266 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12267 M:      Joao Pinto <Joao.Pinto@synopsys.com>
12268 L:      linux-scsi@vger.kernel.org
12269 S:      Supported
12270 F:      drivers/scsi/ufs/*dwc*
12271
12272 UNSORTED BLOCK IMAGES (UBI)
12273 M:      Artem Bityutskiy <dedekind1@gmail.com>
12274 M:      Richard Weinberger <richard@nod.at>
12275 W:      http://www.linux-mtd.infradead.org/
12276 L:      linux-mtd@lists.infradead.org
12277 T:      git git://git.infradead.org/ubifs-2.6.git
12278 S:      Supported
12279 F:      drivers/mtd/ubi/
12280 F:      include/linux/mtd/ubi.h
12281 F:      include/uapi/mtd/ubi-user.h
12282
12283 USB ACM DRIVER
12284 M:      Oliver Neukum <oneukum@suse.com>
12285 L:      linux-usb@vger.kernel.org
12286 S:      Maintained
12287 F:      Documentation/usb/acm.txt
12288 F:      drivers/usb/class/cdc-acm.*
12289
12290 USB AR5523 WIRELESS DRIVER
12291 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
12292 L:      linux-wireless@vger.kernel.org
12293 S:      Maintained
12294 F:      drivers/net/wireless/ath/ar5523/
12295
12296 USB ATTACHED SCSI
12297 M:      Oliver Neukum <oneukum@suse.com>
12298 L:      linux-usb@vger.kernel.org
12299 L:      linux-scsi@vger.kernel.org
12300 S:      Maintained
12301 F:      drivers/usb/storage/uas.c
12302
12303 USB CDC ETHERNET DRIVER
12304 M:      Oliver Neukum <oliver@neukum.org>
12305 L:      linux-usb@vger.kernel.org
12306 S:      Maintained
12307 F:      drivers/net/usb/cdc_*.c
12308 F:      include/uapi/linux/usb/cdc.h
12309
12310 USB CHAOSKEY DRIVER
12311 M:      Keith Packard <keithp@keithp.com>
12312 L:      linux-usb@vger.kernel.org
12313 S:      Maintained
12314 F:      drivers/usb/misc/chaoskey.c
12315
12316 USB CYPRESS C67X00 DRIVER
12317 M:      Peter Korsgaard <jacmet@sunsite.dk>
12318 L:      linux-usb@vger.kernel.org
12319 S:      Maintained
12320 F:      drivers/usb/c67x00/
12321
12322 USB DAVICOM DM9601 DRIVER
12323 M:      Peter Korsgaard <jacmet@sunsite.dk>
12324 L:      netdev@vger.kernel.org
12325 W:      http://www.linux-usb.org/usbnet
12326 S:      Maintained
12327 F:      drivers/net/usb/dm9601.c
12328
12329 USB DIAMOND RIO500 DRIVER
12330 M:      Cesar Miquel <miquel@df.uba.ar>
12331 L:      rio500-users@lists.sourceforge.net
12332 W:      http://rio500.sourceforge.net
12333 S:      Maintained
12334 F:      drivers/usb/misc/rio500*
12335
12336 USB EHCI DRIVER
12337 M:      Alan Stern <stern@rowland.harvard.edu>
12338 L:      linux-usb@vger.kernel.org
12339 S:      Maintained
12340 F:      Documentation/usb/ehci.txt
12341 F:      drivers/usb/host/ehci*
12342
12343 USB GADGET/PERIPHERAL SUBSYSTEM
12344 M:      Felipe Balbi <balbi@kernel.org>
12345 L:      linux-usb@vger.kernel.org
12346 W:      http://www.linux-usb.org/gadget
12347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12348 S:      Maintained
12349 F:      drivers/usb/gadget/
12350 F:      include/linux/usb/gadget*
12351
12352 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12353 M:      Jiri Kosina <jikos@kernel.org>
12354 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
12355 L:      linux-usb@vger.kernel.org
12356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12357 S:      Maintained
12358 F:      Documentation/hid/hiddev.txt
12359 F:      drivers/hid/usbhid/
12360
12361 USB ISP116X DRIVER
12362 M:      Olav Kongas <ok@artecdesign.ee>
12363 L:      linux-usb@vger.kernel.org
12364 S:      Maintained
12365 F:      drivers/usb/host/isp116x*
12366 F:      include/linux/usb/isp116x.h
12367
12368 USB LAN78XX ETHERNET DRIVER
12369 M:      Woojung Huh <woojung.huh@microchip.com>
12370 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12371 L:      netdev@vger.kernel.org
12372 S:      Maintained
12373 F:      drivers/net/usb/lan78xx.*
12374
12375 USB MASS STORAGE DRIVER
12376 M:      Alan Stern <stern@rowland.harvard.edu>
12377 L:      linux-usb@vger.kernel.org
12378 L:      usb-storage@lists.one-eyed-alien.net
12379 S:      Maintained
12380 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
12381 F:      drivers/usb/storage/
12382
12383 USB MIDI DRIVER
12384 M:      Clemens Ladisch <clemens@ladisch.de>
12385 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12386 T:      git git://git.alsa-project.org/alsa-kernel.git
12387 S:      Maintained
12388 F:      sound/usb/midi.*
12389
12390 USB NETWORKING DRIVERS
12391 L:      linux-usb@vger.kernel.org
12392 S:      Odd Fixes
12393 F:      drivers/net/usb/
12394
12395 USB OHCI DRIVER
12396 M:      Alan Stern <stern@rowland.harvard.edu>
12397 L:      linux-usb@vger.kernel.org
12398 S:      Maintained
12399 F:      Documentation/usb/ohci.txt
12400 F:      drivers/usb/host/ohci*
12401
12402 USB OTG FSM (Finite State Machine)
12403 M:      Peter Chen <Peter.Chen@nxp.com>
12404 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12405 L:      linux-usb@vger.kernel.org
12406 S:      Maintained
12407 F:      drivers/usb/common/usb-otg-fsm.c
12408
12409 USB OVER IP DRIVER
12410 M:      Valentina Manea <valentina.manea.m@gmail.com>
12411 M:      Shuah Khan <shuahkh@osg.samsung.com>
12412 M:      Shuah Khan <shuah@kernel.org>
12413 L:      linux-usb@vger.kernel.org
12414 S:      Maintained
12415 F:      Documentation/usb/usbip_protocol.txt
12416 F:      drivers/usb/usbip/
12417 F:      tools/usb/usbip/
12418
12419 USB PEGASUS DRIVER
12420 M:      Petko Manolov <petkan@nucleusys.com>
12421 L:      linux-usb@vger.kernel.org
12422 L:      netdev@vger.kernel.org
12423 T:      git git://github.com/petkan/pegasus.git
12424 W:      https://github.com/petkan/pegasus
12425 S:      Maintained
12426 F:      drivers/net/usb/pegasus.*
12427
12428 USB PHY LAYER
12429 M:      Felipe Balbi <balbi@kernel.org>
12430 L:      linux-usb@vger.kernel.org
12431 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12432 S:      Maintained
12433 F:      drivers/usb/phy/
12434
12435 USB PRINTER DRIVER (usblp)
12436 M:      Pete Zaitcev <zaitcev@redhat.com>
12437 L:      linux-usb@vger.kernel.org
12438 S:      Supported
12439 F:      drivers/usb/class/usblp.c
12440
12441 USB QMI WWAN NETWORK DRIVER
12442 M:      Bjørn Mork <bjorn@mork.no>
12443 L:      netdev@vger.kernel.org
12444 S:      Maintained
12445 F:      Documentation/ABI/testing/sysfs-class-net-qmi
12446 F:      drivers/net/usb/qmi_wwan.c
12447
12448 USB RTL8150 DRIVER
12449 M:      Petko Manolov <petkan@nucleusys.com>
12450 L:      linux-usb@vger.kernel.org
12451 L:      netdev@vger.kernel.org
12452 T:      git git://github.com/petkan/rtl8150.git
12453 W:      https://github.com/petkan/rtl8150
12454 S:      Maintained
12455 F:      drivers/net/usb/rtl8150.c
12456
12457 USB SERIAL SUBSYSTEM
12458 M:      Johan Hovold <johan@kernel.org>
12459 L:      linux-usb@vger.kernel.org
12460 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
12461 S:      Maintained
12462 F:      Documentation/usb/usb-serial.txt
12463 F:      drivers/usb/serial/
12464 F:      include/linux/usb/serial.h
12465
12466 USB SMSC75XX ETHERNET DRIVER
12467 M:      Steve Glendinning <steve.glendinning@shawell.net>
12468 L:      netdev@vger.kernel.org
12469 S:      Maintained
12470 F:      drivers/net/usb/smsc75xx.*
12471
12472 USB SMSC95XX ETHERNET DRIVER
12473 M:      Steve Glendinning <steve.glendinning@shawell.net>
12474 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12475 L:      netdev@vger.kernel.org
12476 S:      Maintained
12477 F:      drivers/net/usb/smsc95xx.*
12478
12479 USB SUBSYSTEM
12480 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12481 L:      linux-usb@vger.kernel.org
12482 W:      http://www.linux-usb.org
12483 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12484 S:      Supported
12485 F:      Documentation/devicetree/bindings/usb/
12486 F:      Documentation/usb/
12487 F:      drivers/usb/
12488 F:      include/linux/usb.h
12489 F:      include/linux/usb/
12490
12491 USB UHCI DRIVER
12492 M:      Alan Stern <stern@rowland.harvard.edu>
12493 L:      linux-usb@vger.kernel.org
12494 S:      Maintained
12495 F:      drivers/usb/host/uhci*
12496
12497 USB "USBNET" DRIVER FRAMEWORK
12498 M:      Oliver Neukum <oneukum@suse.com>
12499 L:      netdev@vger.kernel.org
12500 W:      http://www.linux-usb.org/usbnet
12501 S:      Maintained
12502 F:      drivers/net/usb/usbnet.c
12503 F:      include/linux/usb/usbnet.h
12504
12505 USB VIDEO CLASS
12506 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12507 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12508 L:      linux-media@vger.kernel.org
12509 T:      git git://linuxtv.org/media_tree.git
12510 W:      http://www.ideasonboard.org/uvc/
12511 S:      Maintained
12512 F:      drivers/media/usb/uvc/
12513 F:      include/uapi/linux/uvcvideo.h
12514
12515 USB VISION DRIVER
12516 M:      Hans Verkuil <hverkuil@xs4all.nl>
12517 L:      linux-media@vger.kernel.org
12518 T:      git git://linuxtv.org/media_tree.git
12519 W:      https://linuxtv.org
12520 S:      Odd Fixes
12521 F:      drivers/media/usb/usbvision/
12522
12523 USB WEBCAM GADGET
12524 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12525 L:      linux-usb@vger.kernel.org
12526 S:      Maintained
12527 F:      drivers/usb/gadget/function/*uvc*
12528 F:      drivers/usb/gadget/legacy/webcam.c
12529
12530 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12531 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
12532 L:      linux-wireless@vger.kernel.org
12533 S:      Maintained
12534 F:      drivers/net/wireless/rndis_wlan.c
12535
12536 USB XHCI DRIVER
12537 M:      Mathias Nyman <mathias.nyman@intel.com>
12538 L:      linux-usb@vger.kernel.org
12539 S:      Supported
12540 F:      drivers/usb/host/xhci*
12541 F:      drivers/usb/host/pci-quirks*
12542
12543 USB ZD1201 DRIVER
12544 L:      linux-wireless@vger.kernel.org
12545 W:      http://linux-lc100020.sourceforge.net
12546 S:      Orphan
12547 F:      drivers/net/wireless/zydas/zd1201.*
12548
12549 USB ZR364XX DRIVER
12550 M:      Antoine Jacquet <royale@zerezo.com>
12551 L:      linux-usb@vger.kernel.org
12552 L:      linux-media@vger.kernel.org
12553 T:      git git://linuxtv.org/media_tree.git
12554 W:      http://royale.zerezo.com/zr364xx/
12555 S:      Maintained
12556 F:      Documentation/video4linux/zr364xx.txt
12557 F:      drivers/media/usb/zr364xx/
12558
12559 ULPI BUS
12560 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
12561 L:      linux-usb@vger.kernel.org
12562 S:      Maintained
12563 F:      drivers/usb/common/ulpi.c
12564 F:      include/linux/ulpi/
12565
12566 USER-MODE LINUX (UML)
12567 M:      Jeff Dike <jdike@addtoit.com>
12568 M:      Richard Weinberger <richard@nod.at>
12569 L:      user-mode-linux-devel@lists.sourceforge.net
12570 L:      user-mode-linux-user@lists.sourceforge.net
12571 W:      http://user-mode-linux.sourceforge.net
12572 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12573 S:      Maintained
12574 F:      Documentation/virtual/uml/
12575 F:      arch/um/
12576 F:      arch/x86/um/
12577 F:      fs/hostfs/
12578 F:      fs/hppfs/
12579
12580 USERSPACE I/O (UIO)
12581 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12582 S:      Maintained
12583 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12584 F:      Documentation/DocBook/uio-howto.tmpl
12585 F:      drivers/uio/
12586 F:      include/linux/uio*.h
12587
12588 UTIL-LINUX PACKAGE
12589 M:      Karel Zak <kzak@redhat.com>
12590 L:      util-linux@vger.kernel.org
12591 W:      http://en.wikipedia.org/wiki/Util-linux
12592 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12593 S:      Maintained
12594
12595 UVESAFB DRIVER
12596 M:      Michal Januszewski <spock@gentoo.org>
12597 L:      linux-fbdev@vger.kernel.org
12598 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
12599 S:      Maintained
12600 F:      Documentation/fb/uvesafb.txt
12601 F:      drivers/video/fbdev/uvesafb.*
12602
12603 VF610 NAND DRIVER
12604 M:      Stefan Agner <stefan@agner.ch>
12605 L:      linux-mtd@lists.infradead.org
12606 S:      Supported
12607 F:      drivers/mtd/nand/vf610_nfc.c
12608
12609 VFAT/FAT/MSDOS FILESYSTEM
12610 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
12611 S:      Maintained
12612 F:      Documentation/filesystems/vfat.txt
12613 F:      fs/fat/
12614
12615 VFIO DRIVER
12616 M:      Alex Williamson <alex.williamson@redhat.com>
12617 L:      kvm@vger.kernel.org
12618 T:      git git://github.com/awilliam/linux-vfio.git
12619 S:      Maintained
12620 F:      Documentation/vfio.txt
12621 F:      drivers/vfio/
12622 F:      include/linux/vfio.h
12623 F:      include/uapi/linux/vfio.h
12624
12625 VFIO PLATFORM DRIVER
12626 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
12627 L:      kvm@vger.kernel.org
12628 S:      Maintained
12629 F:      drivers/vfio/platform/
12630
12631 VIDEOBUF2 FRAMEWORK
12632 M:      Pawel Osciak <pawel@osciak.com>
12633 M:      Marek Szyprowski <m.szyprowski@samsung.com>
12634 M:      Kyungmin Park <kyungmin.park@samsung.com>
12635 L:      linux-media@vger.kernel.org
12636 S:      Maintained
12637 F:      drivers/media/v4l2-core/videobuf2-*
12638 F:      include/media/videobuf2-*
12639
12640 VIRTIO AND VHOST VSOCK DRIVER
12641 M:      Stefan Hajnoczi <stefanha@redhat.com>
12642 L:      kvm@vger.kernel.org
12643 L:      virtualization@lists.linux-foundation.org
12644 L:      netdev@vger.kernel.org
12645 S:      Maintained
12646 F:      include/linux/virtio_vsock.h
12647 F:      include/uapi/linux/virtio_vsock.h
12648 F:      net/vmw_vsock/virtio_transport_common.c
12649 F:      net/vmw_vsock/virtio_transport.c
12650 F:      drivers/vhost/vsock.c
12651 F:      drivers/vhost/vsock.h
12652
12653 VIRTUAL SERIO DEVICE DRIVER
12654 M:      Stephen Chandler Paul <thatslyude@gmail.com>
12655 S:      Maintained
12656 F:      drivers/input/serio/userio.c
12657 F:      include/uapi/linux/userio.h
12658
12659 VIRTIO CONSOLE DRIVER
12660 M:      Amit Shah <amit.shah@redhat.com>
12661 L:      virtualization@lists.linux-foundation.org
12662 S:      Maintained
12663 F:      drivers/char/virtio_console.c
12664 F:      include/linux/virtio_console.h
12665 F:      include/uapi/linux/virtio_console.h
12666
12667 VIRTIO CORE, NET AND BLOCK DRIVERS
12668 M:      "Michael S. Tsirkin" <mst@redhat.com>
12669 L:      virtualization@lists.linux-foundation.org
12670 S:      Maintained
12671 F:      Documentation/devicetree/bindings/virtio/
12672 F:      drivers/virtio/
12673 F:      tools/virtio/
12674 F:      drivers/net/virtio_net.c
12675 F:      drivers/block/virtio_blk.c
12676 F:      include/linux/virtio_*.h
12677 F:      include/uapi/linux/virtio_*.h
12678
12679 VIRTIO DRIVERS FOR S390
12680 M:      Christian Borntraeger <borntraeger@de.ibm.com>
12681 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
12682 L:      linux-s390@vger.kernel.org
12683 L:      virtualization@lists.linux-foundation.org
12684 L:      kvm@vger.kernel.org
12685 S:      Supported
12686 F:      drivers/s390/virtio/
12687
12688 VIRTIO GPU DRIVER
12689 M:      David Airlie <airlied@linux.ie>
12690 M:      Gerd Hoffmann <kraxel@redhat.com>
12691 L:      dri-devel@lists.freedesktop.org
12692 L:      virtualization@lists.linux-foundation.org
12693 S:      Maintained
12694 F:      drivers/gpu/drm/virtio/
12695 F:      include/uapi/linux/virtio_gpu.h
12696
12697 VIRTIO HOST (VHOST)
12698 M:      "Michael S. Tsirkin" <mst@redhat.com>
12699 L:      kvm@vger.kernel.org
12700 L:      virtualization@lists.linux-foundation.org
12701 L:      netdev@vger.kernel.org
12702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12703 S:      Maintained
12704 F:      drivers/vhost/
12705 F:      include/uapi/linux/vhost.h
12706
12707 VIRTIO INPUT DRIVER
12708 M:      Gerd Hoffmann <kraxel@redhat.com>
12709 S:      Maintained
12710 F:      drivers/virtio/virtio_input.c
12711 F:      include/uapi/linux/virtio_input.h
12712
12713 VIA RHINE NETWORK DRIVER
12714 S:      Orphan
12715 F:      drivers/net/ethernet/via/via-rhine.c
12716
12717 VIA SD/MMC CARD CONTROLLER DRIVER
12718 M:      Bruce Chang <brucechang@via.com.tw>
12719 M:      Harald Welte <HaraldWelte@viatech.com>
12720 S:      Maintained
12721 F:      drivers/mmc/host/via-sdmmc.c
12722
12723 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12724 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
12725 L:      linux-fbdev@vger.kernel.org
12726 S:      Maintained
12727 F:      include/linux/via-core.h
12728 F:      include/linux/via-gpio.h
12729 F:      include/linux/via_i2c.h
12730 F:      drivers/video/fbdev/via/
12731
12732 VIA VELOCITY NETWORK DRIVER
12733 M:      Francois Romieu <romieu@fr.zoreil.com>
12734 L:      netdev@vger.kernel.org
12735 S:      Maintained
12736 F:      drivers/net/ethernet/via/via-velocity.*
12737
12738 VIRT LIB
12739 M:      Alex Williamson <alex.williamson@redhat.com>
12740 M:      Paolo Bonzini <pbonzini@redhat.com>
12741 L:      kvm@vger.kernel.org
12742 S:      Supported
12743 F:      virt/lib/
12744
12745 VIVID VIRTUAL VIDEO DRIVER
12746 M:      Hans Verkuil <hverkuil@xs4all.nl>
12747 L:      linux-media@vger.kernel.org
12748 T:      git git://linuxtv.org/media_tree.git
12749 W:      https://linuxtv.org
12750 S:      Maintained
12751 F:      drivers/media/platform/vivid/*
12752
12753 VLAN (802.1Q)
12754 M:      Patrick McHardy <kaber@trash.net>
12755 L:      netdev@vger.kernel.org
12756 S:      Maintained
12757 F:      drivers/net/macvlan.c
12758 F:      include/linux/if_*vlan.h
12759 F:      net/8021q/
12760
12761 VLYNQ BUS
12762 M:      Florian Fainelli <f.fainelli@gmail.com>
12763 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
12764 S:      Maintained
12765 F:      drivers/vlynq/vlynq.c
12766 F:      include/linux/vlynq.h
12767
12768 VME SUBSYSTEM
12769 M:      Martyn Welch <martyn@welchs.me.uk>
12770 M:      Manohar Vanga <manohar.vanga@gmail.com>
12771 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12772 L:      devel@driverdev.osuosl.org
12773 S:      Maintained
12774 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12775 F:      Documentation/vme_api.txt
12776 F:      drivers/staging/vme/
12777 F:      drivers/vme/
12778 F:      include/linux/vme*
12779
12780 VMWARE HYPERVISOR INTERFACE
12781 M:      Alok Kataria <akataria@vmware.com>
12782 L:      virtualization@lists.linux-foundation.org
12783 S:      Supported
12784 F:      arch/x86/kernel/cpu/vmware.c
12785
12786 VMWARE BALLOON DRIVER
12787 M:      Xavier Deguillard <xdeguillard@vmware.com>
12788 M:      Philip Moltmann <moltmann@vmware.com>
12789 M:      "VMware, Inc." <pv-drivers@vmware.com>
12790 L:      linux-kernel@vger.kernel.org
12791 S:      Maintained
12792 F:      drivers/misc/vmw_balloon.c
12793
12794 VMWARE VMMOUSE SUBDRIVER
12795 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12796 M:      "VMware, Inc." <pv-drivers@vmware.com>
12797 L:      linux-input@vger.kernel.org
12798 S:      Maintained
12799 F:      drivers/input/mouse/vmmouse.c
12800 F:      drivers/input/mouse/vmmouse.h
12801
12802 VMWARE VMXNET3 ETHERNET DRIVER
12803 M:      Shrikrishna Khare <skhare@vmware.com>
12804 M:      "VMware, Inc." <pv-drivers@vmware.com>
12805 L:      netdev@vger.kernel.org
12806 S:      Maintained
12807 F:      drivers/net/vmxnet3/
12808
12809 VMware PVSCSI driver
12810 M:      Jim Gill <jgill@vmware.com>
12811 M:      VMware PV-Drivers <pv-drivers@vmware.com>
12812 L:      linux-scsi@vger.kernel.org
12813 S:      Maintained
12814 F:      drivers/scsi/vmw_pvscsi.c
12815 F:      drivers/scsi/vmw_pvscsi.h
12816
12817 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12818 M:      Liam Girdwood <lgirdwood@gmail.com>
12819 M:      Mark Brown <broonie@kernel.org>
12820 L:      linux-kernel@vger.kernel.org
12821 W:      http://www.slimlogic.co.uk/?p=48
12822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12823 S:      Supported
12824 F:      Documentation/devicetree/bindings/regulator/
12825 F:      drivers/regulator/
12826 F:      include/dt-bindings/regulator/
12827 F:      include/linux/regulator/
12828
12829 VRF
12830 M:      David Ahern <dsa@cumulusnetworks.com>
12831 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
12832 L:      netdev@vger.kernel.org
12833 S:      Maintained
12834 F:      drivers/net/vrf.c
12835 F:      Documentation/networking/vrf.txt
12836
12837 VT1211 HARDWARE MONITOR DRIVER
12838 M:      Juerg Haefliger <juergh@gmail.com>
12839 L:      linux-hwmon@vger.kernel.org
12840 S:      Maintained
12841 F:      Documentation/hwmon/vt1211
12842 F:      drivers/hwmon/vt1211.c
12843
12844 VT8231 HARDWARE MONITOR DRIVER
12845 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
12846 L:      linux-hwmon@vger.kernel.org
12847 S:      Maintained
12848 F:      drivers/hwmon/vt8231.c
12849
12850 VUB300 USB to SDIO/SD/MMC bridge chip
12851 M:      Tony Olech <tony.olech@elandigitalsystems.com>
12852 L:      linux-mmc@vger.kernel.org
12853 L:      linux-usb@vger.kernel.org
12854 S:      Supported
12855 F:      drivers/mmc/host/vub300.c
12856
12857 W1 DALLAS'S 1-WIRE BUS
12858 M:      Evgeniy Polyakov <zbr@ioremap.net>
12859 S:      Maintained
12860 F:      Documentation/w1/
12861 F:      drivers/w1/
12862
12863 W83791D HARDWARE MONITORING DRIVER
12864 M:      Marc Hulsman <m.hulsman@tudelft.nl>
12865 L:      linux-hwmon@vger.kernel.org
12866 S:      Maintained
12867 F:      Documentation/hwmon/w83791d
12868 F:      drivers/hwmon/w83791d.c
12869
12870 W83793 HARDWARE MONITORING DRIVER
12871 M:      Rudolf Marek <r.marek@assembler.cz>
12872 L:      linux-hwmon@vger.kernel.org
12873 S:      Maintained
12874 F:      Documentation/hwmon/w83793
12875 F:      drivers/hwmon/w83793.c
12876
12877 W83795 HARDWARE MONITORING DRIVER
12878 M:      Jean Delvare <jdelvare@suse.com>
12879 L:      linux-hwmon@vger.kernel.org
12880 S:      Maintained
12881 F:      drivers/hwmon/w83795.c
12882
12883 W83L51xD SD/MMC CARD INTERFACE DRIVER
12884 M:      Pierre Ossman <pierre@ossman.eu>
12885 S:      Maintained
12886 F:      drivers/mmc/host/wbsd.*
12887
12888 WACOM PROTOCOL 4 SERIAL TABLETS
12889 M:      Julian Squires <julian@cipht.net>
12890 M:      Hans de Goede <hdegoede@redhat.com>
12891 L:      linux-input@vger.kernel.org
12892 S:      Maintained
12893 F:      drivers/input/tablet/wacom_serial4.c
12894
12895 WATCHDOG DEVICE DRIVERS
12896 M:      Wim Van Sebroeck <wim@iguana.be>
12897 R:      Guenter Roeck <linux@roeck-us.net>
12898 L:      linux-watchdog@vger.kernel.org
12899 W:      http://www.linux-watchdog.org/
12900 T:      git git://www.linux-watchdog.org/linux-watchdog.git
12901 S:      Maintained
12902 F:      Documentation/devicetree/bindings/watchdog/
12903 F:      Documentation/watchdog/
12904 F:      drivers/watchdog/
12905 F:      include/linux/watchdog.h
12906 F:      include/uapi/linux/watchdog.h
12907
12908 WIIMOTE HID DRIVER
12909 M:      David Herrmann <dh.herrmann@googlemail.com>
12910 L:      linux-input@vger.kernel.org
12911 S:      Maintained
12912 F:      drivers/hid/hid-wiimote*
12913
12914 WINBOND CIR DRIVER
12915 M:      David Härdeman <david@hardeman.nu>
12916 S:      Maintained
12917 F:      drivers/media/rc/winbond-cir.c
12918
12919 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
12920 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12921 L:      linux-watchdog@vger.kernel.org
12922 S:      Maintained
12923 F:      drivers/watchdog/ebc-c384_wdt.c
12924
12925 WINSYSTEMS WS16C48 GPIO DRIVER
12926 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12927 L:      linux-gpio@vger.kernel.org
12928 S:      Maintained
12929 F:      drivers/gpio/gpio-ws16c48.c
12930
12931 WIMAX STACK
12932 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
12933 M:      linux-wimax@intel.com
12934 L:      wimax@linuxwimax.org (subscribers-only)
12935 S:      Supported
12936 W:      http://linuxwimax.org
12937 F:      Documentation/wimax/README.wimax
12938 F:      include/linux/wimax/debug.h
12939 F:      include/net/wimax.h
12940 F:      include/uapi/linux/wimax.h
12941 F:      net/wimax/
12942
12943 WISTRON LAPTOP BUTTON DRIVER
12944 M:      Miloslav Trmac <mitr@volny.cz>
12945 S:      Maintained
12946 F:      drivers/input/misc/wistron_btns.c
12947
12948 WL3501 WIRELESS PCMCIA CARD DRIVER
12949 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
12950 L:      linux-wireless@vger.kernel.org
12951 W:      http://oops.ghostprotocols.net:81/blog
12952 S:      Maintained
12953 F:      drivers/net/wireless/wl3501*
12954
12955 WOLFSON MICROELECTRONICS DRIVERS
12956 L:      patches@opensource.wolfsonmicro.com
12957 T:      git https://github.com/CirrusLogic/linux-drivers.git
12958 W:      https://github.com/CirrusLogic/linux-drivers/wiki
12959 S:      Supported
12960 F:      Documentation/hwmon/wm83??
12961 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12962 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12963 F:      Documentation/devicetree/bindings/mfd/arizona.txt
12964 F:      arch/arm/mach-s3c64xx/mach-crag6410*
12965 F:      drivers/clk/clk-wm83*.c
12966 F:      drivers/extcon/extcon-arizona.c
12967 F:      drivers/leds/leds-wm83*.c
12968 F:      drivers/gpio/gpio-*wm*.c
12969 F:      drivers/gpio/gpio-arizona.c
12970 F:      drivers/hwmon/wm83??-hwmon.c
12971 F:      drivers/input/misc/wm831x-on.c
12972 F:      drivers/input/touchscreen/wm831x-ts.c
12973 F:      drivers/input/touchscreen/wm97*.c
12974 F:      drivers/mfd/arizona*
12975 F:      drivers/mfd/wm*.c
12976 F:      drivers/mfd/cs47l24*
12977 F:      drivers/power/supply/wm83*.c
12978 F:      drivers/rtc/rtc-wm83*.c
12979 F:      drivers/regulator/wm8*.c
12980 F:      drivers/video/backlight/wm83*_bl.c
12981 F:      drivers/watchdog/wm83*_wdt.c
12982 F:      include/linux/mfd/arizona/
12983 F:      include/linux/mfd/wm831x/
12984 F:      include/linux/mfd/wm8350/
12985 F:      include/linux/mfd/wm8400*
12986 F:      include/linux/wm97xx.h
12987 F:      include/sound/wm????.h
12988 F:      sound/soc/codecs/arizona.?
12989 F:      sound/soc/codecs/wm*
12990 F:      sound/soc/codecs/cs47l24*
12991
12992 WORKQUEUE
12993 M:      Tejun Heo <tj@kernel.org>
12994 R:      Lai Jiangshan <jiangshanlai@gmail.com>
12995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12996 S:      Maintained
12997 F:      include/linux/workqueue.h
12998 F:      kernel/workqueue.c
12999 F:      Documentation/workqueue.txt
13000
13001 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13002 M:      Chen-Yu Tsai <wens@csie.org>
13003 L:      linux-kernel@vger.kernel.org
13004 S:      Maintained
13005 N:      axp[128]
13006
13007 X.25 NETWORK LAYER
13008 M:      Andrew Hendry <andrew.hendry@gmail.com>
13009 L:      linux-x25@vger.kernel.org
13010 S:      Odd Fixes
13011 F:      Documentation/networking/x25*
13012 F:      include/net/x25*
13013 F:      net/x25/
13014
13015 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13016 M:      Thomas Gleixner <tglx@linutronix.de>
13017 M:      Ingo Molnar <mingo@redhat.com>
13018 M:      "H. Peter Anvin" <hpa@zytor.com>
13019 M:      x86@kernel.org
13020 L:      linux-kernel@vger.kernel.org
13021 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13022 S:      Maintained
13023 F:      Documentation/x86/
13024 F:      arch/x86/
13025
13026 X86 PLATFORM DRIVERS
13027 M:      Darren Hart <dvhart@infradead.org>
13028 L:      platform-driver-x86@vger.kernel.org
13029 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13030 S:      Maintained
13031 F:      drivers/platform/x86/
13032 F:      drivers/platform/olpc/
13033
13034 X86 MCE INFRASTRUCTURE
13035 M:      Tony Luck <tony.luck@intel.com>
13036 M:      Borislav Petkov <bp@alien8.de>
13037 L:      linux-edac@vger.kernel.org
13038 S:      Maintained
13039 F:      arch/x86/kernel/cpu/mcheck/*
13040
13041 X86 MICROCODE UPDATE SUPPORT
13042 M:      Borislav Petkov <bp@alien8.de>
13043 S:      Maintained
13044 F:      arch/x86/kernel/cpu/microcode/*
13045
13046 X86 VDSO
13047 M:      Andy Lutomirski <luto@amacapital.net>
13048 L:      linux-kernel@vger.kernel.org
13049 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13050 S:      Maintained
13051 F:      arch/x86/entry/vdso/
13052
13053 XC2028/3028 TUNER DRIVER
13054 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
13055 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
13056 L:      linux-media@vger.kernel.org
13057 W:      https://linuxtv.org
13058 T:      git git://linuxtv.org/media_tree.git
13059 S:      Maintained
13060 F:      drivers/media/tuners/tuner-xc2028.*
13061
13062 XEN HYPERVISOR INTERFACE
13063 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
13064 M:      David Vrabel <david.vrabel@citrix.com>
13065 M:      Juergen Gross <jgross@suse.com>
13066 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13067 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13068 S:      Supported
13069 F:      arch/x86/xen/
13070 F:      drivers/*/xen-*front.c
13071 F:      drivers/xen/
13072 F:      arch/x86/include/asm/xen/
13073 F:      include/xen/
13074 F:      include/uapi/xen/
13075
13076 XEN HYPERVISOR ARM
13077 M:      Stefano Stabellini <sstabellini@kernel.org>
13078 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13079 S:      Maintained
13080 F:      arch/arm/xen/
13081 F:      arch/arm/include/asm/xen/
13082
13083 XEN HYPERVISOR ARM64
13084 M:      Stefano Stabellini <sstabellini@kernel.org>
13085 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13086 S:      Maintained
13087 F:      arch/arm64/xen/
13088 F:      arch/arm64/include/asm/xen/
13089
13090 XEN NETWORK BACKEND DRIVER
13091 M:      Wei Liu <wei.liu2@citrix.com>
13092 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13093 L:      netdev@vger.kernel.org
13094 S:      Supported
13095 F:      drivers/net/xen-netback/*
13096
13097 XEN PCI SUBSYSTEM
13098 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13099 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13100 S:      Supported
13101 F:      arch/x86/pci/*xen*
13102 F:      drivers/pci/*xen*
13103
13104 XEN BLOCK SUBSYSTEM
13105 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13106 M:      Roger Pau Monné <roger.pau@citrix.com>
13107 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13108 S:      Supported
13109 F:      drivers/block/xen-blkback/*
13110 F:      drivers/block/xen*
13111
13112 XEN PVSCSI DRIVERS
13113 M:      Juergen Gross <jgross@suse.com>
13114 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13115 L:      linux-scsi@vger.kernel.org
13116 S:      Supported
13117 F:      drivers/scsi/xen-scsifront.c
13118 F:      drivers/xen/xen-scsiback.c
13119 F:      include/xen/interface/io/vscsiif.h
13120
13121 XEN SWIOTLB SUBSYSTEM
13122 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13123 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13124 S:      Supported
13125 F:      arch/x86/xen/*swiotlb*
13126 F:      drivers/xen/*swiotlb*
13127
13128 XFS FILESYSTEM
13129 M:      Dave Chinner <david@fromorbit.com>
13130 M:      linux-xfs@vger.kernel.org
13131 L:      linux-xfs@vger.kernel.org
13132 W:      http://xfs.org/
13133 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
13134 S:      Supported
13135 F:      Documentation/filesystems/xfs.txt
13136 F:      fs/xfs/
13137
13138 XILINX AXI ETHERNET DRIVER
13139 M:      Anirudha Sarangi <anirudh@xilinx.com>
13140 M:      John Linn <John.Linn@xilinx.com>
13141 S:      Maintained
13142 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
13143
13144 XILINX UARTLITE SERIAL DRIVER
13145 M:      Peter Korsgaard <jacmet@sunsite.dk>
13146 L:      linux-serial@vger.kernel.org
13147 S:      Maintained
13148 F:      drivers/tty/serial/uartlite.c
13149
13150 XILINX VIDEO IP CORES
13151 M:      Hyun Kwon <hyun.kwon@xilinx.com>
13152 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13153 L:      linux-media@vger.kernel.org
13154 T:      git git://linuxtv.org/media_tree.git
13155 S:      Supported
13156 F:      Documentation/devicetree/bindings/media/xilinx/
13157 F:      drivers/media/platform/xilinx/
13158 F:      include/uapi/linux/xilinx-v4l2-controls.h
13159
13160 XILLYBUS DRIVER
13161 M:      Eli Billauer <eli.billauer@gmail.com>
13162 L:      linux-kernel@vger.kernel.org
13163 S:      Supported
13164 F:      drivers/char/xillybus/
13165
13166 XTENSA XTFPGA PLATFORM SUPPORT
13167 M:      Max Filippov <jcmvbkbc@gmail.com>
13168 L:      linux-xtensa@linux-xtensa.org
13169 S:      Maintained
13170 F:      drivers/spi/spi-xtensa-xtfpga.c
13171 F:      sound/soc/xtensa/xtfpga-i2s.c
13172
13173 YAM DRIVER FOR AX.25
13174 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
13175 L:      linux-hams@vger.kernel.org
13176 S:      Maintained
13177 F:      drivers/net/hamradio/yam*
13178 F:      include/linux/yam.h
13179
13180 YEALINK PHONE DRIVER
13181 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
13182 L:      usbb2k-api-dev@nongnu.org
13183 S:      Maintained
13184 F:      Documentation/input/yealink.txt
13185 F:      drivers/input/misc/yealink.*
13186
13187 Z8530 DRIVER FOR AX.25
13188 M:      Joerg Reuter <jreuter@yaina.de>
13189 W:      http://yaina.de/jreuter/
13190 W:      http://www.qsl.net/dl1bke/
13191 L:      linux-hams@vger.kernel.org
13192 S:      Maintained
13193 F:      Documentation/networking/z8530drv.txt
13194 F:      drivers/net/hamradio/*scc.c
13195 F:      drivers/net/hamradio/z8530.h
13196
13197 ZBUD COMPRESSED PAGE ALLOCATOR
13198 M:      Seth Jennings <sjenning@redhat.com>
13199 L:      linux-mm@kvack.org
13200 S:      Maintained
13201 F:      mm/zbud.c
13202 F:      include/linux/zbud.h
13203
13204 ZD1211RW WIRELESS DRIVER
13205 M:      Daniel Drake <dsd@gentoo.org>
13206 M:      Ulrich Kunitz <kune@deine-taler.de>
13207 W:      http://zd1211.ath.cx/wiki/DriverRewrite
13208 L:      linux-wireless@vger.kernel.org
13209 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
13210 S:      Maintained
13211 F:      drivers/net/wireless/zydas/zd1211rw/
13212
13213 ZPOOL COMPRESSED PAGE STORAGE API
13214 M:      Dan Streetman <ddstreet@ieee.org>
13215 L:      linux-mm@kvack.org
13216 S:      Maintained
13217 F:      mm/zpool.c
13218 F:      include/linux/zpool.h
13219
13220 ZR36067 VIDEO FOR LINUX DRIVER
13221 L:      mjpeg-users@lists.sourceforge.net
13222 L:      linux-media@vger.kernel.org
13223 W:      http://mjpeg.sourceforge.net/driver-zoran/
13224 T:      hg https://linuxtv.org/hg/v4l-dvb
13225 S:      Odd Fixes
13226 F:      drivers/media/pci/zoran/
13227
13228 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13229 M:      Minchan Kim <minchan@kernel.org>
13230 M:      Nitin Gupta <ngupta@vflare.org>
13231 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13232 L:      linux-kernel@vger.kernel.org
13233 S:      Maintained
13234 F:      drivers/block/zram/
13235 F:      Documentation/blockdev/zram.txt
13236
13237 ZS DECSTATION Z85C30 SERIAL DRIVER
13238 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
13239 S:      Maintained
13240 F:      drivers/tty/serial/zs.*
13241
13242 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13243 M:      Minchan Kim <minchan@kernel.org>
13244 M:      Nitin Gupta <ngupta@vflare.org>
13245 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13246 L:      linux-mm@kvack.org
13247 S:      Maintained
13248 F:      mm/zsmalloc.c
13249 F:      include/linux/zsmalloc.h
13250 F:      Documentation/vm/zsmalloc.txt
13251
13252 ZSWAP COMPRESSED SWAP CACHING
13253 M:      Seth Jennings <sjenning@redhat.com>
13254 L:      linux-mm@kvack.org
13255 S:      Maintained
13256 F:      mm/zswap.c
13257
13258 THE REST
13259 M:      Linus Torvalds <torvalds@linux-foundation.org>
13260 L:      linux-kernel@vger.kernel.org
13261 Q:      http://patchwork.kernel.org/project/LKML/list/
13262 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13263 S:      Buried alive in reporters
13264 F:      *
13265 F:      */