Merge tag 'armsoc-arm64' 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 F:      arch/arm/boot/dts/ntc-gr8*
1007
1008 ARM/Allwinner SoC Clock Support
1009 M:      Emilio López <emilio@elopez.com.ar>
1010 S:      Maintained
1011 F:      drivers/clk/sunxi/
1012
1013 ARM/Amlogic Meson SoC support
1014 M:      Carlo Caione <carlo@caione.org>
1015 M:      Kevin Hilman <khilman@baylibre.com>
1016 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1017 L:      linux-amlogic@lists.infradead.org
1018 W:      http://linux-meson.com/
1019 S:      Maintained
1020 F:      arch/arm/mach-meson/
1021 F:      arch/arm/boot/dts/meson*
1022 F:      arch/arm64/boot/dts/amlogic/
1023 F:      drivers/pinctrl/meson/
1024 N:      meson
1025
1026 ARM/Annapurna Labs ALPINE ARCHITECTURE
1027 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
1028 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
1029 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1030 S:      Maintained
1031 F:      arch/arm/mach-alpine/
1032 F:      arch/arm/boot/dts/alpine*
1033 F:      arch/arm64/boot/dts/al/
1034 F:      drivers/*/*alpine*
1035
1036 ARM/ARTPEC MACHINE SUPPORT
1037 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1038 M:      Lars Persson <lars.persson@axis.com>
1039 M:      Niklas Cassel <niklas.cassel@axis.com>
1040 S:      Maintained
1041 L:      linux-arm-kernel@axis.com
1042 F:      arch/arm/mach-artpec
1043 F:      arch/arm/boot/dts/artpec6*
1044 F:      drivers/clk/axis
1045
1046 ARM/ASPEED MACHINE SUPPORT
1047 M:      Joel Stanley <joel@jms.id.au>
1048 S:      Maintained
1049 F:      arch/arm/mach-aspeed/
1050 F:      arch/arm/boot/dts/aspeed-*
1051 F:      drivers/*/*aspeed*
1052
1053 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1054 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1055 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
1056 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1057 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1058 W:      http://www.linux4sam.org
1059 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1060 S:      Supported
1061 F:      arch/arm/mach-at91/
1062 F:      include/soc/at91/
1063 F:      arch/arm/boot/dts/at91*.dts
1064 F:      arch/arm/boot/dts/at91*.dtsi
1065 F:      arch/arm/boot/dts/sama*.dts
1066 F:      arch/arm/boot/dts/sama*.dtsi
1067 F:      arch/arm/include/debug/at91.S
1068
1069 ARM/ATMEL AT91 Clock Support
1070 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
1071 S:      Maintained
1072 F:      drivers/clk/at91
1073
1074 ARM/CALXEDA HIGHBANK ARCHITECTURE
1075 M:      Rob Herring <robh@kernel.org>
1076 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1077 S:      Maintained
1078 F:      arch/arm/mach-highbank/
1079 F:      arch/arm/boot/dts/highbank.dts
1080 F:      arch/arm/boot/dts/ecx-*.dts*
1081
1082 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1083 M:      Krzysztof Halasa <khalasa@piap.pl>
1084 S:      Maintained
1085 F:      arch/arm/mach-cns3xxx/
1086
1087 ARM/CAVIUM THUNDER NETWORK DRIVER
1088 M:      Sunil Goutham <sgoutham@cavium.com>
1089 M:      Robert Richter <rric@kernel.org>
1090 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1091 S:      Supported
1092 F:      drivers/net/ethernet/cavium/thunder/
1093
1094 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1095 M:      Alexander Shiyan <shc_work@mail.ru>
1096 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1097 S:      Odd Fixes
1098 N:      clps711x
1099
1100 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1101 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1102 M:      Ryan Mallon <rmallon@gmail.com>
1103 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1104 S:      Maintained
1105 F:      arch/arm/mach-ep93xx/
1106 F:      arch/arm/mach-ep93xx/include/mach/
1107
1108 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1109 M:      Lennert Buytenhek <kernel@wantstofly.org>
1110 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1111 S:      Maintained
1112
1113 ARM/CLKDEV SUPPORT
1114 M:      Russell King <linux@armlinux.org.uk>
1115 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1116 S:      Maintained
1117 F:      arch/arm/include/asm/clkdev.h
1118 F:      drivers/clk/clkdev.c
1119
1120 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1121 M:      Mike Rapoport <mike@compulab.co.il>
1122 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1123 S:      Maintained
1124
1125 ARM/CONTEC MICRO9 MACHINE SUPPORT
1126 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1127 S:      Maintained
1128 F:      arch/arm/mach-ep93xx/micro9.c
1129
1130 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1131 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1132 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1133 S:      Maintained
1134 F:      drivers/hwtracing/coresight/*
1135 F:      Documentation/trace/coresight.txt
1136 F:      Documentation/devicetree/bindings/arm/coresight.txt
1137 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1138 F:      tools/perf/arch/arm/util/pmu.c
1139 F:      tools/perf/arch/arm/util/auxtrace.c
1140 F:      tools/perf/arch/arm/util/cs-etm.c
1141 F:      tools/perf/arch/arm/util/cs-etm.h
1142 F:      tools/perf/util/cs-etm.h
1143
1144 ARM/CORGI MACHINE SUPPORT
1145 M:      Richard Purdie <rpurdie@rpsys.net>
1146 S:      Maintained
1147
1148 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1149 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1150 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1151 T:      git git://github.com/ulli-kroll/linux.git
1152 S:      Maintained
1153 F:      arch/arm/mach-gemini/
1154 F:      drivers/rtc/rtc-gemini.c
1155
1156 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1157 M:      Barry Song <baohua@kernel.org>
1158 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1160 S:      Maintained
1161 F:      arch/arm/boot/dts/prima2*
1162 F:      arch/arm/mach-prima2/
1163 F:      drivers/clk/sirf/
1164 F:      drivers/clocksource/timer-prima2.c
1165 F:      drivers/clocksource/timer-atlas7.c
1166 N:      [^a-z]sirf
1167
1168 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1169 M:      Baruch Siach <baruch@tkos.co.il>
1170 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1171 S:      Maintained
1172 F:      arch/arm/boot/dts/cx92755*
1173 N:      digicolor
1174
1175 ARM/EBSA110 MACHINE SUPPORT
1176 M:      Russell King <linux@armlinux.org.uk>
1177 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1178 W:      http://www.armlinux.org.uk/
1179 S:      Maintained
1180 F:      arch/arm/mach-ebsa110/
1181 F:      drivers/net/ethernet/amd/am79c961a.*
1182
1183 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1184 M:      Uwe Kleine-König <kernel@pengutronix.de>
1185 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1186 S:      Maintained
1187 N:      efm32
1188
1189 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1190 M:      Daniel Ribeiro <drwyrm@gmail.com>
1191 M:      Stefan Schmidt <stefan@openezx.org>
1192 M:      Harald Welte <laforge@openezx.org>
1193 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1194 W:      http://www.openezx.org/
1195 S:      Maintained
1196 T:      topgit git://git.openezx.org/openezx.git
1197 F:      arch/arm/mach-pxa/ezx.c
1198
1199 ARM/FARADAY FA526 PORT
1200 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1201 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1202 S:      Maintained
1203 T:      git git://git.berlios.de/gemini-board
1204 F:      arch/arm/mm/*-fa*
1205
1206 ARM/FOOTBRIDGE ARCHITECTURE
1207 M:      Russell King <linux@armlinux.org.uk>
1208 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1209 W:      http://www.armlinux.org.uk/
1210 S:      Maintained
1211 F:      arch/arm/include/asm/hardware/dec21285.h
1212 F:      arch/arm/mach-footbridge/
1213
1214 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1215 M:      Shawn Guo <shawnguo@kernel.org>
1216 M:      Sascha Hauer <kernel@pengutronix.de>
1217 R:      Fabio Estevam <fabio.estevam@nxp.com>
1218 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1219 S:      Maintained
1220 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1221 F:      arch/arm/mach-imx/
1222 F:      arch/arm/mach-mxs/
1223 F:      arch/arm/boot/dts/imx*
1224 F:      arch/arm/configs/imx*_defconfig
1225 F:      drivers/clk/imx/
1226 F:      include/soc/imx/
1227
1228 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1229 M:      Shawn Guo <shawnguo@kernel.org>
1230 M:      Sascha Hauer <kernel@pengutronix.de>
1231 R:      Stefan Agner <stefan@agner.ch>
1232 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1233 S:      Maintained
1234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1235 F:      arch/arm/mach-imx/*vf610*
1236 F:      arch/arm/boot/dts/vf*
1237
1238 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1239 M:      Lennert Buytenhek <kernel@wantstofly.org>
1240 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1241 S:      Maintained
1242
1243 ARM/GUMSTIX MACHINE SUPPORT
1244 M:      Steve Sakoman <sakoman@gmail.com>
1245 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1246 S:      Maintained
1247
1248 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1249 M:      Philipp Zabel <philipp.zabel@gmail.com>
1250 M:      Paul Parsons <lost.distance@yahoo.com>
1251 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1252 S:      Maintained
1253 F:      arch/arm/mach-pxa/hx4700.c
1254 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1255 F:      sound/soc/pxa/hx4700.c
1256
1257 ARM/HISILICON SOC SUPPORT
1258 M:      Wei Xu <xuwei5@hisilicon.com>
1259 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1260 W:      http://www.hisilicon.com
1261 S:      Supported
1262 T:      git git://github.com/hisilicon/linux-hisi.git
1263 F:      arch/arm/mach-hisi/
1264 F:      arch/arm/boot/dts/hi3*
1265 F:      arch/arm/boot/dts/hip*
1266 F:      arch/arm/boot/dts/hisi*
1267 F:      arch/arm64/boot/dts/hisilicon/
1268
1269 ARM/HP JORNADA 7XX MACHINE SUPPORT
1270 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1271 W:      www.jlime.com
1272 S:      Maintained
1273 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1274 F:      arch/arm/mach-sa1100/jornada720.c
1275 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1276
1277 ARM/IGEP MACHINE SUPPORT
1278 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1279 M:      Javier Martinez Canillas <javier@dowhile0.org>
1280 L:      linux-omap@vger.kernel.org
1281 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1282 S:      Maintained
1283 F:      arch/arm/boot/dts/omap3-igep*
1284
1285 ARM/INCOME PXA270 SUPPORT
1286 M:      Marek Vasut <marek.vasut@gmail.com>
1287 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1288 S:      Maintained
1289 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1290
1291 ARM/INTEL IOP32X ARM ARCHITECTURE
1292 M:      Lennert Buytenhek <kernel@wantstofly.org>
1293 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1294 S:      Maintained
1295
1296 ARM/INTEL IOP33X ARM ARCHITECTURE
1297 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1298 S:      Orphan
1299
1300 ARM/INTEL IOP13XX ARM ARCHITECTURE
1301 M:      Lennert Buytenhek <kernel@wantstofly.org>
1302 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1303 S:      Maintained
1304
1305 ARM/INTEL IQ81342EX MACHINE SUPPORT
1306 M:      Lennert Buytenhek <kernel@wantstofly.org>
1307 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1308 S:      Maintained
1309
1310 ARM/INTEL IXDP2850 MACHINE SUPPORT
1311 M:      Lennert Buytenhek <kernel@wantstofly.org>
1312 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1313 S:      Maintained
1314
1315 ARM/INTEL IXP4XX ARM ARCHITECTURE
1316 M:      Imre Kaloz <kaloz@openwrt.org>
1317 M:      Krzysztof Halasa <khalasa@piap.pl>
1318 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1319 S:      Maintained
1320 F:      arch/arm/mach-ixp4xx/
1321
1322 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1323 M:      Jonathan Cameron <jic23@cam.ac.uk>
1324 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1325 S:      Maintained
1326 F:      arch/arm/mach-pxa/stargate2.c
1327 F:      drivers/pcmcia/pxa2xx_stargate2.c
1328
1329 ARM/INTEL XSC3 (MANZANO) ARM CORE
1330 M:      Lennert Buytenhek <kernel@wantstofly.org>
1331 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1332 S:      Maintained
1333
1334 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1335 M:      Lennert Buytenhek <kernel@wantstofly.org>
1336 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1337 S:      Maintained
1338
1339 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1340 M:      Santosh Shilimkar <ssantosh@kernel.org>
1341 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1342 S:      Maintained
1343 F:      arch/arm/mach-keystone/
1344 F:      arch/arm/boot/dts/keystone-*
1345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1346
1347 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1348 M:      Santosh Shilimkar <ssantosh@kernel.org>
1349 L:      linux-kernel@vger.kernel.org
1350 S:      Maintained
1351 F:      drivers/clk/keystone/
1352
1353 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1354 M:      Santosh Shilimkar <ssantosh@kernel.org>
1355 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1356 L:      linux-kernel@vger.kernel.org
1357 S:      Maintained
1358 F:      drivers/clocksource/timer-keystone.c
1359
1360 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1361 M:      Santosh Shilimkar <ssantosh@kernel.org>
1362 L:      linux-kernel@vger.kernel.org
1363 S:      Maintained
1364 F:      drivers/power/reset/keystone-reset.c
1365
1366 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1367 M:      Santosh Shilimkar <ssantosh@kernel.org>
1368 L:      linux-kernel@vger.kernel.org
1369 S:      Maintained
1370 F:      drivers/memory/*emif*
1371
1372 ARM/LG1K ARCHITECTURE
1373 M:      Chanho Min <chanho.min@lge.com>
1374 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1375 S:      Maintained
1376 F:      arch/arm64/boot/dts/lg/
1377
1378 ARM/LOGICPD PXA270 MACHINE SUPPORT
1379 M:      Lennert Buytenhek <kernel@wantstofly.org>
1380 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1381 S:      Maintained
1382
1383 ARM/LPC18XX ARCHITECTURE
1384 M:      Joachim Eastwood <manabian@gmail.com>
1385 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1386 S:      Maintained
1387 F:      arch/arm/boot/dts/lpc43*
1388 F:      drivers/clk/nxp/clk-lpc18xx*
1389 F:      drivers/clocksource/time-lpc32xx.c
1390 F:      drivers/i2c/busses/i2c-lpc2k.c
1391 F:      drivers/memory/pl172.c
1392 F:      drivers/mtd/spi-nor/nxp-spifi.c
1393 F:      drivers/rtc/rtc-lpc24xx.c
1394 N:      lpc18xx
1395
1396 ARM/LPC32XX SOC SUPPORT
1397 M:      Vladimir Zapolskiy <vz@mleia.com>
1398 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1399 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1400 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1401 S:      Maintained
1402 F:      arch/arm/boot/dts/lpc32*
1403 F:      arch/arm/mach-lpc32xx/
1404 F:      drivers/i2c/busses/i2c-pnx.c
1405 F:      drivers/net/ethernet/nxp/lpc_eth.c
1406 F:      drivers/usb/host/ohci-nxp.c
1407 F:      drivers/watchdog/pnx4008_wdt.c
1408 N:      lpc32xx
1409
1410 ARM/MAGICIAN MACHINE SUPPORT
1411 M:      Philipp Zabel <philipp.zabel@gmail.com>
1412 S:      Maintained
1413
1414 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1415 M:      Jason Cooper <jason@lakedaemon.net>
1416 M:      Andrew Lunn <andrew@lunn.ch>
1417 M:      Gregory Clement <gregory.clement@free-electrons.com>
1418 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1419 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1420 S:      Maintained
1421 F:      arch/arm/mach-mvebu/
1422 F:      drivers/rtc/rtc-armada38x.c
1423 F:      arch/arm/boot/dts/armada*
1424 F:      arch/arm/boot/dts/kirkwood*
1425 F:      arch/arm64/boot/dts/marvell/armada*
1426 F:      drivers/cpufreq/mvebu-cpufreq.c
1427 F:      arch/arm/configs/mvebu_*_defconfig
1428
1429 ARM/Marvell Berlin SoC support
1430 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1431 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1432 S:      Maintained
1433 F:      arch/arm/mach-berlin/
1434 F:      arch/arm/boot/dts/berlin*
1435 F:      arch/arm64/boot/dts/marvell/berlin*
1436
1437
1438 ARM/Marvell Dove/MV78xx0/Orion SOC support
1439 M:      Jason Cooper <jason@lakedaemon.net>
1440 M:      Andrew Lunn <andrew@lunn.ch>
1441 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1442 M:      Gregory Clement <gregory.clement@free-electrons.com>
1443 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1444 S:      Maintained
1445 F:      arch/arm/mach-dove/
1446 F:      arch/arm/mach-mv78xx0/
1447 F:      arch/arm/mach-orion5x/
1448 F:      arch/arm/plat-orion/
1449 F:      arch/arm/boot/dts/dove*
1450 F:      arch/arm/boot/dts/orion5x*
1451
1452
1453 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1454 M:      Alexander Clouter <alex@digriz.org.uk>
1455 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1456 W:      http://www.digriz.org.uk/ts78xx/kernel
1457 S:      Maintained
1458 F:      arch/arm/mach-orion5x/ts78xx-*
1459
1460 ARM/OXNAS platform support
1461 M:      Neil Armstrong <narmstrong@baylibre.com>
1462 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1463 L:      linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1464 S:      Maintained
1465 F:      arch/arm/mach-oxnas/
1466 F:      arch/arm/boot/dts/oxnas*
1467 F:      arch/arm/boot/dts/wd-mbwe.dts
1468 N:      oxnas
1469
1470 ARM/Mediatek RTC DRIVER
1471 M:      Eddie Huang <eddie.huang@mediatek.com>
1472 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1473 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1474 S:      Maintained
1475 F:      drivers/rtc/rtc-mt6397.c
1476
1477 ARM/Mediatek SoC support
1478 M:      Matthias Brugger <matthias.bgg@gmail.com>
1479 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1480 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1481 S:      Maintained
1482 F:      arch/arm/boot/dts/mt6*
1483 F:      arch/arm/boot/dts/mt8*
1484 F:      arch/arm/mach-mediatek/
1485 N:      mtk
1486 K:      mediatek
1487
1488 ARM/Mediatek USB3 PHY DRIVER
1489 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1490 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1491 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1492 S:      Maintained
1493 F:      drivers/phy/phy-mt65xx-usb3.c
1494
1495 ARM/MICREL KS8695 ARCHITECTURE
1496 M:      Greg Ungerer <gerg@uclinux.org>
1497 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1498 F:      arch/arm/mach-ks8695/
1499 S:      Odd Fixes
1500
1501 ARM/MIOA701 MACHINE SUPPORT
1502 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1503 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1504 F:      arch/arm/mach-pxa/mioa701.c
1505 S:      Maintained
1506
1507 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1508 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1509 S:      Maintained
1510
1511 ARM/NOMADIK ARCHITECTURE
1512 M:      Alessandro Rubini <rubini@unipv.it>
1513 M:      Linus Walleij <linus.walleij@linaro.org>
1514 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1515 S:      Maintained
1516 F:      arch/arm/mach-nomadik/
1517 F:      drivers/pinctrl/nomadik/
1518 F:      drivers/i2c/busses/i2c-nomadik.c
1519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1520
1521 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1522 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1523 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1524 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1525 S:      Supported
1526
1527 ARM/TOSA MACHINE SUPPORT
1528 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1529 M:      Dirk Opfer <dirk@opfer-online.de>
1530 S:      Maintained
1531
1532 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1533 M:      Marek Vasut <marek.vasut@gmail.com>
1534 L:      linux-arm-kernel@lists.infradead.org
1535 W:      http://hackndev.com
1536 S:      Maintained
1537 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1538 F:      arch/arm/mach-pxa/palmtx.c
1539 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1540 F:      arch/arm/mach-pxa/palmt5.c
1541 F:      arch/arm/mach-pxa/include/mach/palmld.h
1542 F:      arch/arm/mach-pxa/palmld.c
1543 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1544 F:      arch/arm/mach-pxa/palmte2.c
1545 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1546 F:      arch/arm/mach-pxa/palmtc.c
1547
1548 ARM/PALM TREO SUPPORT
1549 M:      Tomas Cech <sleep_walker@suse.com>
1550 L:      linux-arm-kernel@lists.infradead.org
1551 W:      http://hackndev.com
1552 S:      Maintained
1553 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1554 F:      arch/arm/mach-pxa/palmtreo.c
1555
1556 ARM/PALMZ72 SUPPORT
1557 M:      Sergey Lapin <slapin@ossfans.org>
1558 L:      linux-arm-kernel@lists.infradead.org
1559 W:      http://hackndev.com
1560 S:      Maintained
1561 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1562 F:      arch/arm/mach-pxa/palmz72.c
1563
1564 ARM/PLEB SUPPORT
1565 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1566 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1567 S:      Maintained
1568
1569 ARM/PT DIGITAL BOARD PORT
1570 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1571 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1572 W:      http://www.armlinux.org.uk/
1573 S:      Maintained
1574
1575 ARM/QUALCOMM SUPPORT
1576 M:      Andy Gross <andy.gross@linaro.org>
1577 M:      David Brown <david.brown@linaro.org>
1578 L:      linux-arm-msm@vger.kernel.org
1579 L:      linux-soc@vger.kernel.org
1580 S:      Maintained
1581 F:      Documentation/devicetree/bindings/soc/qcom/
1582 F:      arch/arm/boot/dts/qcom-*.dts
1583 F:      arch/arm/boot/dts/qcom-*.dtsi
1584 F:      arch/arm/mach-qcom/
1585 F:      arch/arm64/boot/dts/qcom/*
1586 F:      drivers/i2c/busses/i2c-qup.c
1587 F:      drivers/clk/qcom/
1588 F:      drivers/soc/qcom/
1589 F:      drivers/spi/spi-qup.c
1590 F:      drivers/tty/serial/msm_serial.h
1591 F:      drivers/tty/serial/msm_serial.c
1592 F:      drivers/*/pm8???-*
1593 F:      drivers/mfd/ssbi.c
1594 F:      drivers/firmware/qcom_scm.c
1595 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1596
1597 ARM/RADISYS ENP2611 MACHINE SUPPORT
1598 M:      Lennert Buytenhek <kernel@wantstofly.org>
1599 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1600 S:      Maintained
1601
1602 ARM/RENESAS ARM64 ARCHITECTURE
1603 M:      Simon Horman <horms@verge.net.au>
1604 M:      Magnus Damm <magnus.damm@gmail.com>
1605 L:      linux-renesas-soc@vger.kernel.org
1606 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1607 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1608 S:      Supported
1609 F:      arch/arm64/boot/dts/renesas/
1610 F:      drivers/soc/renesas/
1611 F:      include/linux/soc/renesas/
1612
1613 ARM/RISCPC ARCHITECTURE
1614 M:      Russell King <linux@armlinux.org.uk>
1615 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1616 W:      http://www.armlinux.org.uk/
1617 S:      Maintained
1618 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1619 F:      arch/arm/include/asm/hardware/ioc.h
1620 F:      arch/arm/include/asm/hardware/iomd.h
1621 F:      arch/arm/include/asm/hardware/memc.h
1622 F:      arch/arm/mach-rpc/
1623 F:      drivers/net/ethernet/8390/etherh.c
1624 F:      drivers/net/ethernet/i825xx/ether1*
1625 F:      drivers/net/ethernet/seeq/ether3*
1626 F:      drivers/scsi/arm/
1627
1628 ARM/Rockchip SoC support
1629 M:      Heiko Stuebner <heiko@sntech.de>
1630 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1631 L:      linux-rockchip@lists.infradead.org
1632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1633 S:      Maintained
1634 F:      arch/arm/boot/dts/rk3*
1635 F:      arch/arm/mach-rockchip/
1636 F:      drivers/clk/rockchip/
1637 F:      drivers/i2c/busses/i2c-rk3x.c
1638 F:      drivers/*/*rockchip*
1639 F:      drivers/*/*/*rockchip*
1640 F:      sound/soc/rockchip/
1641 N:      rockchip
1642
1643 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1644 M:      Kukjin Kim <kgene@kernel.org>
1645 M:      Krzysztof Kozlowski <krzk@kernel.org>
1646 R:      Javier Martinez Canillas <javier@osg.samsung.com>
1647 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1648 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1649 S:      Maintained
1650 F:      arch/arm/boot/dts/s3c*
1651 F:      arch/arm/boot/dts/s5p*
1652 F:      arch/arm/boot/dts/samsung*
1653 F:      arch/arm/boot/dts/exynos*
1654 F:      arch/arm64/boot/dts/exynos/
1655 F:      arch/arm/plat-samsung/
1656 F:      arch/arm/mach-s3c24*/
1657 F:      arch/arm/mach-s3c64xx/
1658 F:      arch/arm/mach-s5p*/
1659 F:      arch/arm/mach-exynos*/
1660 F:      drivers/*/*s3c24*
1661 F:      drivers/*/*/*s3c24*
1662 F:      drivers/*/*s3c64xx*
1663 F:      drivers/*/*s5pv210*
1664 F:      drivers/memory/samsung/*
1665 F:      drivers/soc/samsung/*
1666 F:      Documentation/arm/Samsung/
1667 F:      Documentation/devicetree/bindings/arm/samsung/
1668 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1669 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1670 N:      exynos
1671
1672 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1673 M:      Kyungmin Park <kyungmin.park@samsung.com>
1674 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1675 S:      Maintained
1676 F:      arch/arm/mach-s5pv210/
1677
1678 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1679 M:      Kyungmin Park <kyungmin.park@samsung.com>
1680 M:      Kamil Debski <kamil@wypas.org>
1681 M:      Andrzej Hajda <a.hajda@samsung.com>
1682 L:      linux-arm-kernel@lists.infradead.org
1683 L:      linux-media@vger.kernel.org
1684 S:      Maintained
1685 F:      drivers/media/platform/s5p-g2d/
1686
1687 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1688 M:      Kyungmin Park <kyungmin.park@samsung.com>
1689 M:      Kamil Debski <kamil@wypas.org>
1690 M:      Jeongtae Park <jtp.park@samsung.com>
1691 M:      Andrzej Hajda <a.hajda@samsung.com>
1692 L:      linux-arm-kernel@lists.infradead.org
1693 L:      linux-media@vger.kernel.org
1694 S:      Maintained
1695 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1696 F:      drivers/media/platform/s5p-mfc/
1697
1698 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1699 M:      Kyungmin Park <kyungmin.park@samsung.com>
1700 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1701 L:      linux-arm-kernel@lists.infradead.org
1702 L:      linux-media@vger.kernel.org
1703 S:      Maintained
1704 F:      drivers/media/platform/s5p-tv/
1705
1706 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1707 M:      Kyungmin Park <kyungmin.park@samsung.com>
1708 L:      linux-arm-kernel@lists.infradead.org
1709 L:      linux-media@vger.kernel.org
1710 S:      Maintained
1711 F:      drivers/staging/media/platform/s5p-cec/
1712
1713 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1714 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1715 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1716 L:      linux-arm-kernel@lists.infradead.org
1717 L:      linux-media@vger.kernel.org
1718 S:      Maintained
1719 F:      drivers/media/platform/s5p-jpeg/
1720
1721 ARM/SHMOBILE ARM ARCHITECTURE
1722 M:      Simon Horman <horms@verge.net.au>
1723 M:      Magnus Damm <magnus.damm@gmail.com>
1724 L:      linux-renesas-soc@vger.kernel.org
1725 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1726 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1727 S:      Supported
1728 F:      arch/arm/boot/dts/emev2*
1729 F:      arch/arm/boot/dts/r7s*
1730 F:      arch/arm/boot/dts/r8a*
1731 F:      arch/arm/boot/dts/sh*
1732 F:      arch/arm/configs/shmobile_defconfig
1733 F:      arch/arm/include/debug/renesas-scif.S
1734 F:      arch/arm/mach-shmobile/
1735 F:      drivers/soc/renesas/
1736 F:      include/linux/soc/renesas/
1737
1738 ARM/SOCFPGA ARCHITECTURE
1739 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1740 S:      Maintained
1741 F:      arch/arm/mach-socfpga/
1742 F:      arch/arm/boot/dts/socfpga*
1743 F:      arch/arm/configs/socfpga_defconfig
1744 F:      arch/arm64/boot/dts/altera/
1745 W:      http://www.rocketboards.org
1746 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1747
1748 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1749 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1750 S:      Maintained
1751 F:      drivers/clk/socfpga/
1752
1753 ARM/SOCFPGA EDAC SUPPORT
1754 M:      Thor Thayer <tthayer@opensource.altera.com>
1755 S:      Maintained
1756 F:      drivers/edac/altera_edac.
1757
1758 ARM/STI ARCHITECTURE
1759 M:      Patrice Chotard <patrice.chotard@st.com>
1760 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1761 L:      kernel@stlinux.com
1762 W:      http://www.stlinux.com
1763 S:      Maintained
1764 F:      arch/arm/mach-sti/
1765 F:      arch/arm/boot/dts/sti*
1766 F:      drivers/char/hw_random/st-rng.c
1767 F:      drivers/clocksource/arm_global_timer.c
1768 F:      drivers/clocksource/clksrc_st_lpc.c
1769 F:      drivers/cpufreq/sti-cpufreq.c
1770 F:      drivers/i2c/busses/i2c-st.c
1771 F:      drivers/media/rc/st_rc.c
1772 F:      drivers/media/platform/sti/c8sectpfe/
1773 F:      drivers/mmc/host/sdhci-st.c
1774 F:      drivers/phy/phy-miphy28lp.c
1775 F:      drivers/phy/phy-miphy365x.c
1776 F:      drivers/phy/phy-stih407-usb.c
1777 F:      drivers/phy/phy-stih41x-usb.c
1778 F:      drivers/pinctrl/pinctrl-st.c
1779 F:      drivers/remoteproc/st_remoteproc.c
1780 F:      drivers/reset/sti/
1781 F:      drivers/rtc/rtc-st-lpc.c
1782 F:      drivers/tty/serial/st-asc.c
1783 F:      drivers/usb/dwc3/dwc3-st.c
1784 F:      drivers/usb/host/ehci-st.c
1785 F:      drivers/usb/host/ohci-st.c
1786 F:      drivers/watchdog/st_lpc_wdt.c
1787 F:      drivers/ata/ahci_st.c
1788
1789 ARM/STM32 ARCHITECTURE
1790 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1791 M:      Alexandre Torgue <alexandre.torgue@st.com>
1792 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1793 S:      Maintained
1794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1795 N:      stm32
1796 F:      drivers/clocksource/armv7m_systick.c
1797
1798 ARM/TANGO ARCHITECTURE
1799 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1800 L:      linux-arm-kernel@lists.infradead.org
1801 S:      Maintained
1802 N:      tango
1803
1804 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1805 M:      Lennert Buytenhek <kernel@wantstofly.org>
1806 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1807 S:      Maintained
1808
1809 ARM/TETON BGA MACHINE SUPPORT
1810 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1811 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1812 S:      Maintained
1813
1814 ARM/THECUS N2100 MACHINE SUPPORT
1815 M:      Lennert Buytenhek <kernel@wantstofly.org>
1816 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1817 S:      Maintained
1818
1819 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1820 M:      Wan ZongShun <mcuos.com@gmail.com>
1821 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1822 W:      http://www.mcuos.com
1823 S:      Maintained
1824 F:      arch/arm/mach-w90x900/
1825 F:      drivers/input/keyboard/w90p910_keypad.c
1826 F:      drivers/input/touchscreen/w90p910_ts.c
1827 F:      drivers/watchdog/nuc900_wdt.c
1828 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1829 F:      drivers/mtd/nand/nuc900_nand.c
1830 F:      drivers/rtc/rtc-nuc900.c
1831 F:      drivers/spi/spi-nuc900.c
1832 F:      drivers/usb/host/ehci-w90x900.c
1833 F:      drivers/video/fbdev/nuc900fb.c
1834
1835 ARM/U300 MACHINE SUPPORT
1836 M:      Linus Walleij <linus.walleij@linaro.org>
1837 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1838 S:      Supported
1839 F:      arch/arm/mach-u300/
1840 F:      drivers/clocksource/timer-u300.c
1841 F:      drivers/i2c/busses/i2c-stu300.c
1842 F:      drivers/rtc/rtc-coh901331.c
1843 F:      drivers/watchdog/coh901327_wdt.c
1844 F:      drivers/dma/coh901318*
1845 F:      drivers/mfd/ab3100*
1846 F:      drivers/rtc/rtc-ab3100.c
1847 F:      drivers/rtc/rtc-coh901331.c
1848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1849
1850 ARM/UNIPHIER ARCHITECTURE
1851 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1852 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1854 S:      Maintained
1855 F:      arch/arm/boot/dts/uniphier*
1856 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1857 F:      arch/arm/mach-uniphier/
1858 F:      arch/arm/mm/cache-uniphier.c
1859 F:      arch/arm64/boot/dts/socionext/
1860 F:      drivers/bus/uniphier-system-bus.c
1861 F:      drivers/clk/uniphier/
1862 F:      drivers/i2c/busses/i2c-uniphier*
1863 F:      drivers/pinctrl/uniphier/
1864 F:      drivers/tty/serial/8250/8250_uniphier.c
1865 N:      uniphier
1866
1867 ARM/Ux500 ARM ARCHITECTURE
1868 M:      Linus Walleij <linus.walleij@linaro.org>
1869 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1870 S:      Maintained
1871 F:      arch/arm/mach-ux500/
1872 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1873 F:      drivers/dma/ste_dma40*
1874 F:      drivers/hwspinlock/u8500_hsem.c
1875 F:      drivers/mfd/abx500*
1876 F:      drivers/mfd/ab8500*
1877 F:      drivers/mfd/dbx500*
1878 F:      drivers/mfd/db8500*
1879 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1880 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1881 F:      drivers/rtc/rtc-ab8500.c
1882 F:      drivers/rtc/rtc-pl031.c
1883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1884
1885 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1886 M:      Ulf Hansson <ulf.hansson@linaro.org>
1887 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1888 T:      git git://git.linaro.org/people/ulfh/clk.git
1889 S:      Maintained
1890 F:      drivers/clk/ux500/
1891
1892 ARM/VERSATILE EXPRESS PLATFORM
1893 M:      Liviu Dudau <liviu.dudau@arm.com>
1894 M:      Sudeep Holla <sudeep.holla@arm.com>
1895 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1896 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1897 S:      Maintained
1898 F:      arch/arm/boot/dts/vexpress*
1899 F:      arch/arm64/boot/dts/arm/
1900 F:      arch/arm/mach-vexpress/
1901 F:      */*/vexpress*
1902 F:      */*/*/vexpress*
1903 F:      drivers/clk/versatile/clk-vexpress-osc.c
1904 F:      drivers/clocksource/versatile.c
1905 N:      mps2
1906
1907 ARM/VFP SUPPORT
1908 M:      Russell King <linux@armlinux.org.uk>
1909 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1910 W:      http://www.armlinux.org.uk/
1911 S:      Maintained
1912 F:      arch/arm/vfp/
1913
1914 ARM/VOIPAC PXA270 SUPPORT
1915 M:      Marek Vasut <marek.vasut@gmail.com>
1916 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1917 S:      Maintained
1918 F:      arch/arm/mach-pxa/vpac270.c
1919 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1920
1921 ARM/VT8500 ARM ARCHITECTURE
1922 M:      Tony Prisk <linux@prisktech.co.nz>
1923 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1924 S:      Maintained
1925 F:      arch/arm/mach-vt8500/
1926 F:      drivers/clocksource/vt8500_timer.c
1927 F:      drivers/i2c/busses/i2c-wmt.c
1928 F:      drivers/mmc/host/wmt-sdmmc.c
1929 F:      drivers/pwm/pwm-vt8500.c
1930 F:      drivers/rtc/rtc-vt8500.c
1931 F:      drivers/tty/serial/vt8500_serial.c
1932 F:      drivers/usb/host/ehci-platform.c
1933 F:      drivers/usb/host/uhci-platform.c
1934 F:      drivers/video/fbdev/vt8500lcdfb.*
1935 F:      drivers/video/fbdev/wm8505fb*
1936 F:      drivers/video/fbdev/wmt_ge_rops.*
1937
1938 ARM/ZIPIT Z2 SUPPORT
1939 M:      Marek Vasut <marek.vasut@gmail.com>
1940 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1941 S:      Maintained
1942 F:      arch/arm/mach-pxa/z2.c
1943 F:      arch/arm/mach-pxa/include/mach/z2.h
1944
1945 ARM/ZTE ARCHITECTURE
1946 M:      Jun Nie <jun.nie@linaro.org>
1947 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1948 S:      Maintained
1949 F:      arch/arm/mach-zx/
1950 F:      drivers/clk/zte/
1951 F:      Documentation/devicetree/bindings/arm/zte.txt
1952 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1953
1954 ARM/ZYNQ ARCHITECTURE
1955 M:      Michal Simek <michal.simek@xilinx.com>
1956 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1957 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1958 W:      http://wiki.xilinx.com
1959 T:      git https://github.com/Xilinx/linux-xlnx.git
1960 S:      Supported
1961 F:      arch/arm/mach-zynq/
1962 F:      drivers/cpuidle/cpuidle-zynq.c
1963 F:      drivers/block/xsysace.c
1964 N:      zynq
1965 N:      xilinx
1966 F:      drivers/clocksource/cadence_ttc_timer.c
1967 F:      drivers/i2c/busses/i2c-cadence.c
1968 F:      drivers/mmc/host/sdhci-of-arasan.c
1969 F:      drivers/edac/synopsys_edac.c
1970
1971 ARM SMMU DRIVERS
1972 M:      Will Deacon <will.deacon@arm.com>
1973 R:      Robin Murphy <robin.murphy@arm.com>
1974 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1975 S:      Maintained
1976 F:      drivers/iommu/arm-smmu.c
1977 F:      drivers/iommu/arm-smmu-v3.c
1978 F:      drivers/iommu/io-pgtable-arm.c
1979 F:      drivers/iommu/io-pgtable-arm-v7s.c
1980
1981 ARM64 PORT (AARCH64 ARCHITECTURE)
1982 M:      Catalin Marinas <catalin.marinas@arm.com>
1983 M:      Will Deacon <will.deacon@arm.com>
1984 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1986 S:      Maintained
1987 F:      arch/arm64/
1988 F:      Documentation/arm64/
1989
1990 AS3645A LED FLASH CONTROLLER DRIVER
1991 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1992 L:      linux-media@vger.kernel.org
1993 T:      git git://linuxtv.org/media_tree.git
1994 S:      Maintained
1995 F:      drivers/media/i2c/as3645a.c
1996 F:      include/media/i2c/as3645a.h
1997
1998 ASAHI KASEI AK8974 DRIVER
1999 M:      Linus Walleij <linus.walleij@linaro.org>
2000 L:      linux-iio@vger.kernel.org
2001 W:      http://www.akm.com/
2002 S:      Supported
2003 F:      drivers/iio/magnetometer/ak8974.c
2004
2005 ASC7621 HARDWARE MONITOR DRIVER
2006 M:      George Joseph <george.joseph@fairview5.com>
2007 L:      linux-hwmon@vger.kernel.org
2008 S:      Maintained
2009 F:      Documentation/hwmon/asc7621
2010 F:      drivers/hwmon/asc7621.c
2011
2012 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2013 M:      Corentin Chary <corentin.chary@gmail.com>
2014 L:      acpi4asus-user@lists.sourceforge.net
2015 L:      platform-driver-x86@vger.kernel.org
2016 W:      http://acpi4asus.sf.net
2017 S:      Maintained
2018 F:      drivers/platform/x86/asus*.c
2019 F:      drivers/platform/x86/eeepc*.c
2020
2021 ASUS WIRELESS RADIO CONTROL DRIVER
2022 M:      João Paulo Rechi Vita <jprvita@gmail.com>
2023 L:      platform-driver-x86@vger.kernel.org
2024 S:      Maintained
2025 F:      drivers/platform/x86/asus-wireless.c
2026
2027 ASYMMETRIC KEYS
2028 M:      David Howells <dhowells@redhat.com>
2029 L:      keyrings@vger.kernel.org
2030 S:      Maintained
2031 F:      Documentation/crypto/asymmetric-keys.txt
2032 F:      include/linux/verification.h
2033 F:      include/crypto/public_key.h
2034 F:      include/crypto/pkcs7.h
2035 F:      crypto/asymmetric_keys/
2036
2037 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2038 R:      Dan Williams <dan.j.williams@intel.com>
2039 W:      http://sourceforge.net/projects/xscaleiop
2040 S:      Odd fixes
2041 F:      Documentation/crypto/async-tx-api.txt
2042 F:      crypto/async_tx/
2043 F:      drivers/dma/
2044 F:      include/linux/dmaengine.h
2045 F:      include/linux/async_tx.h
2046
2047 AT24 EEPROM DRIVER
2048 M:      Wolfram Sang <wsa@the-dreams.de>
2049 L:      linux-i2c@vger.kernel.org
2050 S:      Maintained
2051 F:      drivers/misc/eeprom/at24.c
2052 F:      include/linux/platform_data/at24.h
2053
2054 ATA OVER ETHERNET (AOE) DRIVER
2055 M:      "Ed L. Cashin" <ed.cashin@acm.org>
2056 W:      http://www.openaoe.org/
2057 S:      Supported
2058 F:      Documentation/aoe/
2059 F:      drivers/block/aoe/
2060
2061 ATHEROS 71XX/9XXX GPIO DRIVER
2062 M:      Alban Bedel <albeu@free.fr>
2063 W:      https://github.com/AlbanBedel/linux
2064 T:      git git://github.com/AlbanBedel/linux
2065 S:      Maintained
2066 F:      drivers/gpio/gpio-ath79.c
2067 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2068
2069 ATHEROS ATH GENERIC UTILITIES
2070 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2071 L:      linux-wireless@vger.kernel.org
2072 S:      Supported
2073 F:      drivers/net/wireless/ath/*
2074
2075 ATHEROS ATH5K WIRELESS DRIVER
2076 M:      Jiri Slaby <jirislaby@gmail.com>
2077 M:      Nick Kossifidis <mickflemm@gmail.com>
2078 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2079 L:      linux-wireless@vger.kernel.org
2080 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2081 S:      Maintained
2082 F:      drivers/net/wireless/ath/ath5k/
2083
2084 ATHEROS ATH6KL WIRELESS DRIVER
2085 M:      Kalle Valo <kvalo@qca.qualcomm.com>
2086 L:      linux-wireless@vger.kernel.org
2087 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2089 S:      Supported
2090 F:      drivers/net/wireless/ath/ath6kl/
2091
2092 WILOCITY WIL6210 WIRELESS DRIVER
2093 M:      Maya Erez <qca_merez@qca.qualcomm.com>
2094 L:      linux-wireless@vger.kernel.org
2095 L:      wil6210@qca.qualcomm.com
2096 S:      Supported
2097 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2098 F:      drivers/net/wireless/ath/wil6210/
2099 F:      include/uapi/linux/wil6210_uapi.h
2100
2101 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2102 M:      Christian Lamparter <chunkeey@googlemail.com>
2103 L:      linux-wireless@vger.kernel.org
2104 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2105 S:      Maintained
2106 F:      drivers/net/wireless/ath/carl9170/
2107
2108 ATK0110 HWMON DRIVER
2109 M:      Luca Tettamanti <kronos.it@gmail.com>
2110 L:      linux-hwmon@vger.kernel.org
2111 S:      Maintained
2112 F:      drivers/hwmon/asus_atk0110.c
2113
2114 ATI_REMOTE2 DRIVER
2115 M:      Ville Syrjala <syrjala@sci.fi>
2116 S:      Maintained
2117 F:      drivers/input/misc/ati_remote2.c
2118
2119 ATLX ETHERNET DRIVERS
2120 M:      Jay Cliburn <jcliburn@gmail.com>
2121 M:      Chris Snook <chris.snook@gmail.com>
2122 L:      netdev@vger.kernel.org
2123 W:      http://sourceforge.net/projects/atl1
2124 W:      http://atl1.sourceforge.net
2125 S:      Maintained
2126 F:      drivers/net/ethernet/atheros/
2127
2128 ATM
2129 M:      Chas Williams <3chas3@gmail.com>
2130 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2131 L:      netdev@vger.kernel.org
2132 W:      http://linux-atm.sourceforge.net
2133 S:      Maintained
2134 F:      drivers/atm/
2135 F:      include/linux/atm*
2136 F:      include/uapi/linux/atm*
2137
2138 ATMEL AT91 / AT32 MCI DRIVER
2139 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2140 S:      Maintained
2141 F:      drivers/mmc/host/atmel-mci.c
2142
2143 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2144 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2145 S:      Supported
2146 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2147
2148 ATMEL SAMA5D2 ADC DRIVER
2149 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2150 L:      linux-iio@vger.kernel.org
2151 S:      Supported
2152 F:      drivers/iio/adc/at91-sama5d2_adc.c
2153
2154 ATMEL Audio ALSA driver
2155 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2156 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2157 S:      Supported
2158 F:      sound/soc/atmel
2159
2160 ATMEL DMA DRIVER
2161 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2162 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2163 S:      Supported
2164 F:      drivers/dma/at_hdmac.c
2165 F:      drivers/dma/at_hdmac_regs.h
2166 F:      include/linux/platform_data/dma-atmel.h
2167
2168 ATMEL XDMA DRIVER
2169 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2170 L:      linux-arm-kernel@lists.infradead.org
2171 L:      dmaengine@vger.kernel.org
2172 S:      Supported
2173 F:      drivers/dma/at_xdmac.c
2174
2175 ATMEL I2C DRIVER
2176 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2177 L:      linux-i2c@vger.kernel.org
2178 S:      Supported
2179 F:      drivers/i2c/busses/i2c-at91.c
2180
2181 ATMEL ISI DRIVER
2182 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2183 L:      linux-media@vger.kernel.org
2184 S:      Supported
2185 F:      drivers/media/platform/soc_camera/atmel-isi.c
2186 F:      include/media/atmel-isi.h
2187
2188 ATMEL LCDFB DRIVER
2189 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2190 L:      linux-fbdev@vger.kernel.org
2191 S:      Maintained
2192 F:      drivers/video/fbdev/atmel_lcdfb.c
2193 F:      include/video/atmel_lcdc.h
2194
2195 ATMEL MACB ETHERNET DRIVER
2196 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2197 S:      Supported
2198 F:      drivers/net/ethernet/cadence/
2199
2200 ATMEL NAND DRIVER
2201 M:      Wenyou Yang <wenyou.yang@atmel.com>
2202 M:      Josh Wu <rainyfeeling@outlook.com>
2203 L:      linux-mtd@lists.infradead.org
2204 S:      Supported
2205 F:      drivers/mtd/nand/atmel_nand*
2206
2207 ATMEL SDMMC DRIVER
2208 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2209 L:      linux-mmc@vger.kernel.org
2210 S:      Supported
2211 F:      drivers/mmc/host/sdhci-of-at91.c
2212
2213 ATMEL SPI DRIVER
2214 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2215 S:      Supported
2216 F:      drivers/spi/spi-atmel.*
2217
2218 ATMEL SSC DRIVER
2219 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2220 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2221 S:      Supported
2222 F:      drivers/misc/atmel-ssc.c
2223 F:      include/linux/atmel-ssc.h
2224
2225 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2226 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2227 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2228 S:      Supported
2229 F:      drivers/misc/atmel_tclib.c
2230 F:      drivers/clocksource/tcb_clksrc.c
2231
2232 ATMEL USBA UDC DRIVER
2233 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2234 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2235 S:      Supported
2236 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2237
2238 ATMEL WIRELESS DRIVER
2239 M:      Simon Kelley <simon@thekelleys.org.uk>
2240 L:      linux-wireless@vger.kernel.org
2241 W:      http://www.thekelleys.org.uk/atmel
2242 W:      http://atmelwlandriver.sourceforge.net/
2243 S:      Maintained
2244 F:      drivers/net/wireless/atmel/atmel*
2245
2246 ATMEL MAXTOUCH DRIVER
2247 M:      Nick Dyer <nick.dyer@itdev.co.uk>
2248 T:      git git://github.com/atmel-maxtouch/linux.git
2249 S:      Supported
2250 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2251 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2252 F:      include/linux/platform_data/atmel_mxt_ts.h
2253
2254 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2255 M:      Bradley Grove <linuxdrivers@attotech.com>
2256 L:      linux-scsi@vger.kernel.org
2257 W:      http://www.attotech.com
2258 S:      Supported
2259 F:      drivers/scsi/esas2r
2260
2261 ATUSB IEEE 802.15.4 RADIO DRIVER
2262 M:      Stefan Schmidt <stefan@osg.samsung.com>
2263 L:      linux-wpan@vger.kernel.org
2264 S:      Maintained
2265 F:      drivers/net/ieee802154/atusb.c
2266 F:      drivers/net/ieee802154/atusb.h
2267 F:      drivers/net/ieee802154/at86rf230.h
2268
2269 AUDIT SUBSYSTEM
2270 M:      Paul Moore <paul@paul-moore.com>
2271 M:      Eric Paris <eparis@redhat.com>
2272 L:      linux-audit@redhat.com (moderated for non-subscribers)
2273 W:      http://people.redhat.com/sgrubb/audit/
2274 T:      git git://git.infradead.org/users/pcmoore/audit
2275 S:      Maintained
2276 F:      include/linux/audit.h
2277 F:      include/uapi/linux/audit.h
2278 F:      kernel/audit*
2279
2280 AUXILIARY DISPLAY DRIVERS
2281 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2282 W:      http://miguelojeda.es/auxdisplay.htm
2283 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2284 S:      Maintained
2285 F:      drivers/auxdisplay/
2286 F:      include/linux/cfag12864b.h
2287
2288 AVR32 ARCHITECTURE
2289 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2290 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2291 W:      http://www.atmel.com/products/AVR32/
2292 W:      http://mirror.egtvedt.no/avr32linux.org/
2293 W:      http://avrfreaks.net/
2294 S:      Maintained
2295 F:      arch/avr32/
2296
2297 AVR32/AT32AP MACHINE SUPPORT
2298 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2299 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2300 S:      Maintained
2301 F:      arch/avr32/mach-at32ap/
2302
2303 AX.25 NETWORK LAYER
2304 M:      Ralf Baechle <ralf@linux-mips.org>
2305 L:      linux-hams@vger.kernel.org
2306 W:      http://www.linux-ax25.org/
2307 S:      Maintained
2308 F:      include/uapi/linux/ax25.h
2309 F:      include/net/ax25.h
2310 F:      net/ax25/
2311
2312 AZ6007 DVB DRIVER
2313 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2314 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2315 L:      linux-media@vger.kernel.org
2316 W:      https://linuxtv.org
2317 T:      git git://linuxtv.org/media_tree.git
2318 S:      Maintained
2319 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2320
2321 AZTECH FM RADIO RECEIVER DRIVER
2322 M:      Hans Verkuil <hverkuil@xs4all.nl>
2323 L:      linux-media@vger.kernel.org
2324 T:      git git://linuxtv.org/media_tree.git
2325 W:      https://linuxtv.org
2326 S:      Maintained
2327 F:      drivers/media/radio/radio-aztech*
2328
2329 B43 WIRELESS DRIVER
2330 L:      linux-wireless@vger.kernel.org
2331 L:      b43-dev@lists.infradead.org
2332 W:      http://wireless.kernel.org/en/users/Drivers/b43
2333 S:      Odd Fixes
2334 F:      drivers/net/wireless/broadcom/b43/
2335
2336 B43LEGACY WIRELESS DRIVER
2337 M:      Larry Finger <Larry.Finger@lwfinger.net>
2338 L:      linux-wireless@vger.kernel.org
2339 L:      b43-dev@lists.infradead.org
2340 W:      http://wireless.kernel.org/en/users/Drivers/b43
2341 S:      Maintained
2342 F:      drivers/net/wireless/broadcom/b43legacy/
2343
2344 BACKLIGHT CLASS/SUBSYSTEM
2345 M:      Jingoo Han <jingoohan1@gmail.com>
2346 M:      Lee Jones <lee.jones@linaro.org>
2347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2348 S:      Maintained
2349 F:      drivers/video/backlight/
2350 F:      include/linux/backlight.h
2351
2352 BATMAN ADVANCED
2353 M:      Marek Lindner <mareklindner@neomailbox.ch>
2354 M:      Simon Wunderlich <sw@simonwunderlich.de>
2355 M:      Antonio Quartulli <a@unstable.cc>
2356 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2357 W:      https://www.open-mesh.org/
2358 Q:      https://patchwork.open-mesh.org/project/batman/list/
2359 S:      Maintained
2360 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2361 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2362 F:      Documentation/networking/batman-adv.txt
2363 F:      include/uapi/linux/batman_adv.h
2364 F:      net/batman-adv/
2365
2366 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2367 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2368 L:      linux-hams@vger.kernel.org
2369 W:      http://www.baycom.org/~tom/ham/ham.html
2370 S:      Maintained
2371 F:      drivers/net/hamradio/baycom*
2372
2373 BCACHE (BLOCK LAYER CACHE)
2374 M:      Kent Overstreet <kent.overstreet@gmail.com>
2375 L:      linux-bcache@vger.kernel.org
2376 W:      http://bcache.evilpiepirate.org
2377 S:      Orphan
2378 F:      drivers/md/bcache/
2379
2380 BDISP ST MEDIA DRIVER
2381 M:      Fabien Dessenne <fabien.dessenne@st.com>
2382 L:      linux-media@vger.kernel.org
2383 T:      git git://linuxtv.org/media_tree.git
2384 W:      https://linuxtv.org
2385 S:      Supported
2386 F:      drivers/media/platform/sti/bdisp
2387
2388 BEFS FILE SYSTEM
2389 M:      Luis de Bethencourt <luisbg@osg.samsung.com>
2390 M:      Salah Triki <salah.triki@gmail.com>
2391 S:      Maintained
2392 T:      git git://github.com/luisbg/linux-befs.git
2393 F:      Documentation/filesystems/befs.txt
2394 F:      fs/befs/
2395
2396 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2397 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2398 L:      netdev@vger.kernel.org
2399 S:      Maintained
2400 F:      drivers/net/ethernet/ec_bhf.c
2401
2402 BFS FILE SYSTEM
2403 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2404 S:      Maintained
2405 F:      Documentation/filesystems/bfs.txt
2406 F:      fs/bfs/
2407 F:      include/uapi/linux/bfs_fs.h
2408
2409 BLACKFIN ARCHITECTURE
2410 M:      Steven Miao <realmz6@gmail.com>
2411 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2412 T:      git git://git.code.sf.net/p/adi-linux/code
2413 W:      http://blackfin.uclinux.org
2414 S:      Supported
2415 F:      arch/blackfin/
2416
2417 BLACKFIN EMAC DRIVER
2418 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2419 W:      http://blackfin.uclinux.org
2420 S:      Supported
2421 F:      drivers/net/ethernet/adi/
2422
2423 BLACKFIN RTC DRIVER
2424 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2425 W:      http://blackfin.uclinux.org
2426 S:      Supported
2427 F:      drivers/rtc/rtc-bfin.c
2428
2429 BLACKFIN SDH DRIVER
2430 M:      Sonic Zhang <sonic.zhang@analog.com>
2431 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2432 W:      http://blackfin.uclinux.org
2433 S:      Supported
2434 F:      drivers/mmc/host/bfin_sdh.c
2435
2436 BLACKFIN SERIAL DRIVER
2437 M:      Sonic Zhang <sonic.zhang@analog.com>
2438 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2439 W:      http://blackfin.uclinux.org
2440 S:      Supported
2441 F:      drivers/tty/serial/bfin_uart.c
2442
2443 BLACKFIN WATCHDOG DRIVER
2444 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2445 W:      http://blackfin.uclinux.org
2446 S:      Supported
2447 F:      drivers/watchdog/bfin_wdt.c
2448
2449 BLACKFIN I2C TWI DRIVER
2450 M:      Sonic Zhang <sonic.zhang@analog.com>
2451 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2452 W:      http://blackfin.uclinux.org/
2453 S:      Supported
2454 F:      drivers/i2c/busses/i2c-bfin-twi.c
2455
2456 BLACKFIN MEDIA DRIVER
2457 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2458 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2459 W:      http://blackfin.uclinux.org/
2460 S:      Supported
2461 F:      drivers/media/platform/blackfin/
2462 F:      drivers/media/i2c/adv7183*
2463 F:      drivers/media/i2c/vs6624*
2464
2465 BLINKM RGB LED DRIVER
2466 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2467 S:      Maintained
2468 F:      drivers/leds/leds-blinkm.c
2469
2470 BLOCK LAYER
2471 M:      Jens Axboe <axboe@kernel.dk>
2472 L:      linux-block@vger.kernel.org
2473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2474 S:      Maintained
2475 F:      block/
2476 F:      kernel/trace/blktrace.c
2477 F:      lib/sbitmap.c
2478
2479 BLOCK2MTD DRIVER
2480 M:      Joern Engel <joern@lazybastard.org>
2481 L:      linux-mtd@lists.infradead.org
2482 S:      Maintained
2483 F:      drivers/mtd/devices/block2mtd.c
2484
2485 BLUETOOTH DRIVERS
2486 M:      Marcel Holtmann <marcel@holtmann.org>
2487 M:      Gustavo Padovan <gustavo@padovan.org>
2488 M:      Johan Hedberg <johan.hedberg@gmail.com>
2489 L:      linux-bluetooth@vger.kernel.org
2490 W:      http://www.bluez.org/
2491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2492 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2493 S:      Maintained
2494 F:      drivers/bluetooth/
2495
2496 BLUETOOTH SUBSYSTEM
2497 M:      Marcel Holtmann <marcel@holtmann.org>
2498 M:      Gustavo Padovan <gustavo@padovan.org>
2499 M:      Johan Hedberg <johan.hedberg@gmail.com>
2500 L:      linux-bluetooth@vger.kernel.org
2501 W:      http://www.bluez.org/
2502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2504 S:      Maintained
2505 F:      net/bluetooth/
2506 F:      include/net/bluetooth/
2507
2508 BONDING DRIVER
2509 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2510 M:      Veaceslav Falico <vfalico@gmail.com>
2511 M:      Andy Gospodarek <andy@greyhouse.net>
2512 L:      netdev@vger.kernel.org
2513 W:      http://sourceforge.net/projects/bonding/
2514 S:      Supported
2515 F:      drivers/net/bonding/
2516 F:      include/uapi/linux/if_bonding.h
2517
2518 BPF (Safe dynamic programs and tools)
2519 M:      Alexei Starovoitov <ast@kernel.org>
2520 L:      netdev@vger.kernel.org
2521 L:      linux-kernel@vger.kernel.org
2522 S:      Supported
2523 F:      kernel/bpf/
2524
2525 BROADCOM B44 10/100 ETHERNET DRIVER
2526 M:      Michael Chan <michael.chan@broadcom.com>
2527 L:      netdev@vger.kernel.org
2528 S:      Supported
2529 F:      drivers/net/ethernet/broadcom/b44.*
2530
2531 BROADCOM B53 ETHERNET SWITCH DRIVER
2532 M:      Florian Fainelli <f.fainelli@gmail.com>
2533 L:      netdev@vger.kernel.org
2534 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
2535 S:      Supported
2536 F:      drivers/net/dsa/b53/*
2537 F:      include/linux/platform_data/b53.h
2538
2539 BROADCOM GENET ETHERNET DRIVER
2540 M:      Florian Fainelli <f.fainelli@gmail.com>
2541 L:      netdev@vger.kernel.org
2542 S:      Supported
2543 F:      drivers/net/ethernet/broadcom/genet/
2544
2545 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2546 M:      Sony Chacko <sony.chacko@qlogic.com>
2547 M:      Dept-HSGLinuxNICDev@qlogic.com
2548 L:      netdev@vger.kernel.org
2549 S:      Supported
2550 F:      drivers/net/ethernet/broadcom/bnx2.*
2551 F:      drivers/net/ethernet/broadcom/bnx2_*
2552
2553 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2554 M:      Ariel Elior <ariel.elior@qlogic.com>
2555 L:      netdev@vger.kernel.org
2556 S:      Supported
2557 F:      drivers/net/ethernet/broadcom/bnx2x/
2558
2559 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2560 M:      Florian Fainelli <f.fainelli@gmail.com>
2561 M:      Ray Jui <rjui@broadcom.com>
2562 M:      Scott Branden <sbranden@broadcom.com>
2563 M:      bcm-kernel-feedback-list@broadcom.com
2564 T:      git git://github.com/broadcom/mach-bcm
2565 S:      Maintained
2566 N:      bcm281*
2567 N:      bcm113*
2568 N:      bcm216*
2569 N:      kona
2570 F:      arch/arm/mach-bcm/
2571
2572 BROADCOM BCM2835 ARM ARCHITECTURE
2573 M:      Stephen Warren <swarren@wwwdotorg.org>
2574 M:      Lee Jones <lee@kernel.org>
2575 M:      Eric Anholt <eric@anholt.net>
2576 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2577 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2579 S:      Maintained
2580 N:      bcm2835
2581
2582 BROADCOM BCM47XX MIPS ARCHITECTURE
2583 M:      Hauke Mehrtens <hauke@hauke-m.de>
2584 M:      Rafał Miłecki <zajec5@gmail.com>
2585 L:      linux-mips@linux-mips.org
2586 S:      Maintained
2587 F:      Documentation/devicetree/bindings/mips/brcm/
2588 F:      arch/mips/bcm47xx/*
2589 F:      arch/mips/include/asm/mach-bcm47xx/*
2590
2591 BROADCOM BCM5301X ARM ARCHITECTURE
2592 M:      Hauke Mehrtens <hauke@hauke-m.de>
2593 M:      Rafał Miłecki <zajec5@gmail.com>
2594 M:      bcm-kernel-feedback-list@broadcom.com
2595 L:      linux-arm-kernel@lists.infradead.org
2596 S:      Maintained
2597 F:      arch/arm/mach-bcm/bcm_5301x.c
2598 F:      arch/arm/boot/dts/bcm5301x*.dtsi
2599 F:      arch/arm/boot/dts/bcm470*
2600
2601 BROADCOM BCM53573 ARM ARCHITECTURE
2602 M:      Rafał Miłecki <rafal@milecki.pl>
2603 L:      linux-arm-kernel@lists.infradead.org
2604 S:      Maintained
2605 F:      arch/arm/boot/dts/bcm53573*
2606 F:      arch/arm/boot/dts/bcm47189*
2607
2608 BROADCOM BCM63XX ARM ARCHITECTURE
2609 M:      Florian Fainelli <f.fainelli@gmail.com>
2610 M:      bcm-kernel-feedback-list@broadcom.com
2611 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2612 T:      git git://github.com/broadcom/stblinux.git
2613 S:      Maintained
2614 N:      bcm63xx
2615
2616 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2617 M:      Kevin Cernekee <cernekee@gmail.com>
2618 L:      linux-usb@vger.kernel.org
2619 S:      Maintained
2620 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2621
2622 BROADCOM BCM7XXX ARM ARCHITECTURE
2623 M:      Brian Norris <computersforpeace@gmail.com>
2624 M:      Gregory Fong <gregory.0xf0@gmail.com>
2625 M:      Florian Fainelli <f.fainelli@gmail.com>
2626 M:      bcm-kernel-feedback-list@broadcom.com
2627 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2628 T:      git git://github.com/broadcom/stblinux.git
2629 S:      Maintained
2630 F:      arch/arm/mach-bcm/*brcmstb*
2631 F:      arch/arm/boot/dts/bcm7*.dts*
2632 F:      drivers/bus/brcmstb_gisb.c
2633 N:      brcmstb
2634
2635 BROADCOM BMIPS MIPS ARCHITECTURE
2636 M:      Kevin Cernekee <cernekee@gmail.com>
2637 M:      Florian Fainelli <f.fainelli@gmail.com>
2638 L:      linux-mips@linux-mips.org
2639 T:      git git://github.com/broadcom/stblinux.git
2640 S:      Maintained
2641 F:      arch/mips/bmips/*
2642 F:      arch/mips/include/asm/mach-bmips/*
2643 F:      arch/mips/kernel/*bmips*
2644 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2645 F:      drivers/irqchip/irq-bcm63*
2646 F:      drivers/irqchip/irq-bcm7*
2647 F:      drivers/irqchip/irq-brcmstb*
2648 F:      include/linux/bcm963xx_nvram.h
2649 F:      include/linux/bcm963xx_tag.h
2650
2651 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2652 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2653 M:      Prashant Sreedharan <prashant@broadcom.com>
2654 M:      Michael Chan <mchan@broadcom.com>
2655 L:      netdev@vger.kernel.org
2656 S:      Supported
2657 F:      drivers/net/ethernet/broadcom/tg3.*
2658
2659 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2660 M:      Arend van Spriel <arend.vanspriel@broadcom.com>
2661 M:      Franky Lin <franky.lin@broadcom.com>
2662 M:      Hante Meuleman <hante.meuleman@broadcom.com>
2663 L:      linux-wireless@vger.kernel.org
2664 L:      brcm80211-dev-list.pdl@broadcom.com
2665 S:      Supported
2666 F:      drivers/net/wireless/broadcom/brcm80211/
2667
2668 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2669 M:      QLogic-Storage-Upstream@qlogic.com
2670 L:      linux-scsi@vger.kernel.org
2671 S:      Supported
2672 F:      drivers/scsi/bnx2fc/
2673
2674 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2675 M:      QLogic-Storage-Upstream@qlogic.com
2676 L:      linux-scsi@vger.kernel.org
2677 S:      Supported
2678 F:      drivers/scsi/bnx2i/
2679
2680 BROADCOM IPROC ARM ARCHITECTURE
2681 M:      Ray Jui <rjui@broadcom.com>
2682 M:      Scott Branden <sbranden@broadcom.com>
2683 M:      Jon Mason <jonmason@broadcom.com>
2684 M:      bcm-kernel-feedback-list@broadcom.com
2685 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2686 T:      git git://github.com/broadcom/cygnus-linux.git
2687 S:      Maintained
2688 N:      iproc
2689 N:      cygnus
2690 N:      bcm[-_]nsp
2691 N:      bcm9113*
2692 N:      bcm9583*
2693 N:      bcm9585*
2694 N:      bcm9586*
2695 N:      bcm988312
2696 N:      bcm113*
2697 N:      bcm583*
2698 N:      bcm585*
2699 N:      bcm586*
2700 N:      bcm88312
2701 F:      arch/arm64/boot/dts/broadcom/ns2*
2702 F:      drivers/clk/bcm/clk-ns*
2703 F:      drivers/pinctrl/bcm/pinctrl-ns*
2704
2705 BROADCOM BRCMSTB GPIO DRIVER
2706 M:      Gregory Fong <gregory.0xf0@gmail.com>
2707 L:      bcm-kernel-feedback-list@broadcom.com
2708 S:      Supported
2709 F:      drivers/gpio/gpio-brcmstb.c
2710 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2711
2712 BROADCOM KONA GPIO DRIVER
2713 M:      Ray Jui <rjui@broadcom.com>
2714 L:      bcm-kernel-feedback-list@broadcom.com
2715 S:      Supported
2716 F:      drivers/gpio/gpio-bcm-kona.c
2717 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2718
2719 BROADCOM NVRAM DRIVER
2720 M:      Rafał Miłecki <zajec5@gmail.com>
2721 L:      linux-mips@linux-mips.org
2722 S:      Maintained
2723 F:      drivers/firmware/broadcom/*
2724
2725 BROADCOM STB NAND FLASH DRIVER
2726 M:      Brian Norris <computersforpeace@gmail.com>
2727 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2728 L:      linux-mtd@lists.infradead.org
2729 L:      bcm-kernel-feedback-list@broadcom.com
2730 S:      Maintained
2731 F:      drivers/mtd/nand/brcmnand/
2732
2733 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2734 M:      Rafał Miłecki <zajec5@gmail.com>
2735 L:      linux-wireless@vger.kernel.org
2736 S:      Maintained
2737 F:      drivers/bcma/
2738 F:      include/linux/bcma/
2739
2740 BROADCOM SYSTEMPORT ETHERNET DRIVER
2741 M:      Florian Fainelli <f.fainelli@gmail.com>
2742 L:      netdev@vger.kernel.org
2743 S:      Supported
2744 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2745
2746 BROADCOM VULCAN ARM64 SOC
2747 M:      Jayachandran C. <jchandra@broadcom.com>
2748 M:      bcm-kernel-feedback-list@broadcom.com
2749 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2750 S:      Maintained
2751 F:      arch/arm64/boot/dts/broadcom/vulcan*
2752
2753 BROCADE BFA FC SCSI DRIVER
2754 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2755 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2756 L:      linux-scsi@vger.kernel.org
2757 S:      Supported
2758 F:      drivers/scsi/bfa/
2759
2760 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2761 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2762 L:      netdev@vger.kernel.org
2763 S:      Supported
2764 F:      drivers/net/ethernet/brocade/bna/
2765
2766 BSG (block layer generic sg v4 driver)
2767 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2768 L:      linux-scsi@vger.kernel.org
2769 S:      Supported
2770 F:      block/bsg.c
2771 F:      include/linux/bsg.h
2772 F:      include/uapi/linux/bsg.h
2773
2774 BT87X AUDIO DRIVER
2775 M:      Clemens Ladisch <clemens@ladisch.de>
2776 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2777 T:      git git://git.alsa-project.org/alsa-kernel.git
2778 S:      Maintained
2779 F:      Documentation/sound/alsa/Bt87x.txt
2780 F:      sound/pci/bt87x.c
2781
2782 BT8XXGPIO DRIVER
2783 M:      Michael Buesch <m@bues.ch>
2784 W:      http://bu3sch.de/btgpio.php
2785 S:      Maintained
2786 F:      drivers/gpio/gpio-bt8xx.c
2787
2788 BTRFS FILE SYSTEM
2789 M:      Chris Mason <clm@fb.com>
2790 M:      Josef Bacik <jbacik@fb.com>
2791 M:      David Sterba <dsterba@suse.com>
2792 L:      linux-btrfs@vger.kernel.org
2793 W:      http://btrfs.wiki.kernel.org/
2794 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2795 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2796 S:      Maintained
2797 F:      Documentation/filesystems/btrfs.txt
2798 F:      fs/btrfs/
2799
2800 BTTV VIDEO4LINUX DRIVER
2801 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2802 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2803 L:      linux-media@vger.kernel.org
2804 W:      https://linuxtv.org
2805 T:      git git://linuxtv.org/media_tree.git
2806 S:      Odd fixes
2807 F:      Documentation/video4linux/bttv/
2808 F:      drivers/media/pci/bt8xx/bttv*
2809
2810 BUSLOGIC SCSI DRIVER
2811 M:      Khalid Aziz <khalid@gonehiking.org>
2812 L:      linux-scsi@vger.kernel.org
2813 S:      Maintained
2814 F:      drivers/scsi/BusLogic.*
2815 F:      drivers/scsi/FlashPoint.*
2816
2817 C-MEDIA CMI8788 DRIVER
2818 M:      Clemens Ladisch <clemens@ladisch.de>
2819 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2820 T:      git git://git.alsa-project.org/alsa-kernel.git
2821 S:      Maintained
2822 F:      sound/pci/oxygen/
2823
2824 C6X ARCHITECTURE
2825 M:      Mark Salter <msalter@redhat.com>
2826 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2827 L:      linux-c6x-dev@linux-c6x.org
2828 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2829 S:      Maintained
2830 F:      arch/c6x/
2831
2832 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2833 M:      David Howells <dhowells@redhat.com>
2834 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2835 S:      Supported
2836 F:      Documentation/filesystems/caching/cachefiles.txt
2837 F:      fs/cachefiles/
2838
2839 CADET FM/AM RADIO RECEIVER DRIVER
2840 M:      Hans Verkuil <hverkuil@xs4all.nl>
2841 L:      linux-media@vger.kernel.org
2842 T:      git git://linuxtv.org/media_tree.git
2843 W:      https://linuxtv.org
2844 S:      Maintained
2845 F:      drivers/media/radio/radio-cadet*
2846
2847 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2848 M:      Jonathan Corbet <corbet@lwn.net>
2849 L:      linux-media@vger.kernel.org
2850 T:      git git://linuxtv.org/media_tree.git
2851 S:      Maintained
2852 F:      Documentation/video4linux/cafe_ccic
2853 F:      drivers/media/platform/marvell-ccic/
2854
2855 CAIF NETWORK LAYER
2856 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2857 L:      netdev@vger.kernel.org
2858 S:      Supported
2859 F:      Documentation/networking/caif/
2860 F:      drivers/net/caif/
2861 F:      include/uapi/linux/caif/
2862 F:      include/net/caif/
2863 F:      net/caif/
2864
2865 CALGARY x86-64 IOMMU
2866 M:      Muli Ben-Yehuda <mulix@mulix.org>
2867 M:      Jon Mason <jdmason@kudzu.us>
2868 L:      iommu@lists.linux-foundation.org
2869 S:      Maintained
2870 F:      arch/x86/kernel/pci-calgary_64.c
2871 F:      arch/x86/kernel/tce_64.c
2872 F:      arch/x86/include/asm/calgary.h
2873 F:      arch/x86/include/asm/tce.h
2874
2875 CAN NETWORK LAYER
2876 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2877 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2878 L:      linux-can@vger.kernel.org
2879 W:      https://github.com/linux-can
2880 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2882 S:      Maintained
2883 F:      Documentation/networking/can.txt
2884 F:      net/can/
2885 F:      include/linux/can/core.h
2886 F:      include/uapi/linux/can.h
2887 F:      include/uapi/linux/can/bcm.h
2888 F:      include/uapi/linux/can/raw.h
2889 F:      include/uapi/linux/can/gw.h
2890
2891 CAN NETWORK DRIVERS
2892 M:      Wolfgang Grandegger <wg@grandegger.com>
2893 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2894 L:      linux-can@vger.kernel.org
2895 W:      https://github.com/linux-can
2896 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2897 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2898 S:      Maintained
2899 F:      Documentation/devicetree/bindings/net/can/
2900 F:      drivers/net/can/
2901 F:      include/linux/can/dev.h
2902 F:      include/linux/can/platform/
2903 F:      include/uapi/linux/can/error.h
2904 F:      include/uapi/linux/can/netlink.h
2905
2906 CAPABILITIES
2907 M:      Serge Hallyn <serge@hallyn.com>
2908 L:      linux-security-module@vger.kernel.org
2909 S:      Supported
2910 F:      include/linux/capability.h
2911 F:      include/uapi/linux/capability.h
2912 F:      security/commoncap.c
2913 F:      kernel/capability.c
2914
2915 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2916 M:      Kevin Tsai <ktsai@capellamicro.com>
2917 S:      Maintained
2918 F:      drivers/iio/light/cm*
2919 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2920
2921 CAVIUM I2C DRIVER
2922 M:      Jan Glauber <jglauber@cavium.com>
2923 M:      David Daney <david.daney@cavium.com>
2924 W:      http://www.cavium.com
2925 S:      Supported
2926 F:      drivers/i2c/busses/i2c-octeon*
2927 F:      drivers/i2c/busses/i2c-thunderx*
2928
2929 CAVIUM LIQUIDIO NETWORK DRIVER
2930 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2931 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2932 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2933 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2934 L:     netdev@vger.kernel.org
2935 W:     http://www.cavium.com
2936 S:     Supported
2937 F:     drivers/net/ethernet/cavium/liquidio/
2938
2939 CC2520 IEEE-802.15.4 RADIO DRIVER
2940 M:      Varka Bhadram <varkabhadram@gmail.com>
2941 L:      linux-wpan@vger.kernel.org
2942 S:      Maintained
2943 F:      drivers/net/ieee802154/cc2520.c
2944 F:      include/linux/spi/cc2520.h
2945 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2946
2947 CEC DRIVER
2948 M:      Hans Verkuil <hans.verkuil@cisco.com>
2949 L:      linux-media@vger.kernel.org
2950 T:      git git://linuxtv.org/media_tree.git
2951 W:      http://linuxtv.org
2952 S:      Supported
2953 F:      Documentation/cec.txt
2954 F:      Documentation/DocBook/media/v4l/cec*
2955 F:      drivers/staging/media/cec/
2956 F:      drivers/media/cec-edid.c
2957 F:      drivers/media/rc/keymaps/rc-cec.c
2958 F:      include/media/cec.h
2959 F:      include/media/cec-edid.h
2960 F:      include/linux/cec.h
2961 F:      include/linux/cec-funcs.h
2962
2963 CELL BROADBAND ENGINE ARCHITECTURE
2964 M:      Arnd Bergmann <arnd@arndb.de>
2965 L:      linuxppc-dev@lists.ozlabs.org
2966 W:      http://www.ibm.com/developerworks/power/cell/
2967 S:      Supported
2968 F:      arch/powerpc/include/asm/cell*.h
2969 F:      arch/powerpc/include/asm/spu*.h
2970 F:      arch/powerpc/include/uapi/asm/spu*.h
2971 F:      arch/powerpc/oprofile/*cell*
2972 F:      arch/powerpc/platforms/cell/
2973
2974 CEPH COMMON CODE (LIBCEPH)
2975 M:      Ilya Dryomov <idryomov@gmail.com>
2976 M:      "Yan, Zheng" <zyan@redhat.com>
2977 M:      Sage Weil <sage@redhat.com>
2978 L:      ceph-devel@vger.kernel.org
2979 W:      http://ceph.com/
2980 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2981 T:      git git://github.com/ceph/ceph-client.git
2982 S:      Supported
2983 F:      net/ceph/
2984 F:      include/linux/ceph/
2985 F:      include/linux/crush/
2986
2987 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2988 M:      "Yan, Zheng" <zyan@redhat.com>
2989 M:      Sage Weil <sage@redhat.com>
2990 M:      Ilya Dryomov <idryomov@gmail.com>
2991 L:      ceph-devel@vger.kernel.org
2992 W:      http://ceph.com/
2993 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2994 T:      git git://github.com/ceph/ceph-client.git
2995 S:      Supported
2996 F:      Documentation/filesystems/ceph.txt
2997 F:      fs/ceph/
2998
2999 CERTIFICATE HANDLING:
3000 M:      David Howells <dhowells@redhat.com>
3001 M:      David Woodhouse <dwmw2@infradead.org>
3002 L:      keyrings@vger.kernel.org
3003 S:      Maintained
3004 F:      Documentation/module-signing.txt
3005 F:      certs/
3006 F:      scripts/sign-file.c
3007 F:      scripts/extract-cert.c
3008
3009 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3010 L:      linux-usb@vger.kernel.org
3011 S:      Orphan
3012 F:      Documentation/usb/WUSB-Design-overview.txt
3013 F:      Documentation/usb/wusb-cbaf
3014 F:      drivers/usb/host/hwa-hc.c
3015 F:      drivers/usb/host/whci/
3016 F:      drivers/usb/wusbcore/
3017 F:      include/linux/usb/wusb*
3018
3019 CFAG12864B LCD DRIVER
3020 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3021 W:      http://miguelojeda.es/auxdisplay.htm
3022 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3023 S:      Maintained
3024 F:      drivers/auxdisplay/cfag12864b.c
3025 F:      include/linux/cfag12864b.h
3026
3027 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3028 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3029 W:      http://miguelojeda.es/auxdisplay.htm
3030 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3031 S:      Maintained
3032 F:      drivers/auxdisplay/cfag12864bfb.c
3033 F:      include/linux/cfag12864b.h
3034
3035 CFG80211 and NL80211
3036 M:      Johannes Berg <johannes@sipsolutions.net>
3037 L:      linux-wireless@vger.kernel.org
3038 W:      http://wireless.kernel.org/
3039 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3040 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3041 S:      Maintained
3042 F:      include/uapi/linux/nl80211.h
3043 F:      include/net/cfg80211.h
3044 F:      net/wireless/*
3045 X:      net/wireless/wext*
3046
3047 CHAR and MISC DRIVERS
3048 M:      Arnd Bergmann <arnd@arndb.de>
3049 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3050 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3051 S:      Supported
3052 F:      drivers/char/*
3053 F:      drivers/misc/*
3054 F:      include/linux/miscdevice.h
3055
3056 CHECKPATCH
3057 M:      Andy Whitcroft <apw@canonical.com>
3058 M:      Joe Perches <joe@perches.com>
3059 S:      Maintained
3060 F:      scripts/checkpatch.pl
3061
3062 CHINESE DOCUMENTATION
3063 M:      Harry Wei <harryxiyou@gmail.com>
3064 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3065 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
3066 S:      Maintained
3067 F:      Documentation/zh_CN/
3068
3069 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3070 M:      Peter Chen <Peter.Chen@nxp.com>
3071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3072 L:      linux-usb@vger.kernel.org
3073 S:      Maintained
3074 F:      drivers/usb/chipidea/
3075
3076 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3077 M:      Hans de Goede <hdegoede@redhat.com>
3078 L:      linux-input@vger.kernel.org
3079 S:      Maintained
3080 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3081 F:      drivers/input/touchscreen/chipone_icn8318.c
3082
3083 CHROME HARDWARE PLATFORM SUPPORT
3084 M:      Olof Johansson <olof@lixom.net>
3085 S:      Maintained
3086 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3087 F:      drivers/platform/chrome/
3088
3089 CISCO VIC ETHERNET NIC DRIVER
3090 M:      Christian Benvenuti <benve@cisco.com>
3091 M:      Sujith Sankar <ssujith@cisco.com>
3092 M:      Govindarajulu Varadarajan <_govind@gmx.com>
3093 M:      Neel Patel <neepatel@cisco.com>
3094 S:      Supported
3095 F:      drivers/net/ethernet/cisco/enic/
3096
3097 CISCO VIC LOW LATENCY NIC DRIVER
3098 M:      Christian Benvenuti <benve@cisco.com>
3099 M:      Dave Goodell <dgoodell@cisco.com>
3100 S:      Supported
3101 F:      drivers/infiniband/hw/usnic/
3102
3103 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3104 M:      Hartley Sweeten <hsweeten@visionengravers.com>
3105 L:      netdev@vger.kernel.org
3106 S:      Maintained
3107 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3108
3109 CIRRUS LOGIC AUDIO CODEC DRIVERS
3110 M:      Brian Austin <brian.austin@cirrus.com>
3111 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
3112 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3113 S:      Maintained
3114 F:      sound/soc/codecs/cs*
3115
3116 CLEANCACHE API
3117 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3118 L:      linux-kernel@vger.kernel.org
3119 S:      Maintained
3120 F:      mm/cleancache.c
3121 F:      include/linux/cleancache.h
3122
3123 CLK API
3124 M:      Russell King <linux@armlinux.org.uk>
3125 L:      linux-clk@vger.kernel.org
3126 S:      Maintained
3127 F:      include/linux/clk.h
3128
3129 CLOCKSOURCE, CLOCKEVENT DRIVERS
3130 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3131 M:      Thomas Gleixner <tglx@linutronix.de>
3132 L:      linux-kernel@vger.kernel.org
3133 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3134 S:      Supported
3135 F:      drivers/clocksource
3136
3137 CISCO FCOE HBA DRIVER
3138 M:      Hiral Patel <hiralpat@cisco.com>
3139 M:      Suma Ramars <sramars@cisco.com>
3140 M:      Brian Uchino <buchino@cisco.com>
3141 L:      linux-scsi@vger.kernel.org
3142 S:      Supported
3143 F:      drivers/scsi/fnic/
3144
3145 CISCO SCSI HBA DRIVER
3146 M:      Narsimhulu Musini <nmusini@cisco.com>
3147 M:      Sesidhar Baddela <sebaddel@cisco.com>
3148 L:      linux-scsi@vger.kernel.org
3149 S:      Supported
3150 F:      drivers/scsi/snic/
3151
3152 CMPC ACPI DRIVER
3153 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3154 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3155 L:      platform-driver-x86@vger.kernel.org
3156 S:      Supported
3157 F:      drivers/platform/x86/classmate-laptop.c
3158
3159 COBALT MEDIA DRIVER
3160 M:      Hans Verkuil <hans.verkuil@cisco.com>
3161 L:      linux-media@vger.kernel.org
3162 T:      git git://linuxtv.org/media_tree.git
3163 W:      https://linuxtv.org
3164 S:      Supported
3165 F:      drivers/media/pci/cobalt/
3166
3167 COCCINELLE/Semantic Patches (SmPL)
3168 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3169 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3170 M:      Nicolas Palix <nicolas.palix@imag.fr>
3171 M:      Michal Marek <mmarek@suse.com>
3172 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3174 W:      http://coccinelle.lip6.fr/
3175 S:      Supported
3176 F:      Documentation/dev-tools/coccinelle.rst
3177 F:      scripts/coccinelle/
3178 F:      scripts/coccicheck
3179
3180 CODA FILE SYSTEM
3181 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3182 M:      coda@cs.cmu.edu
3183 L:      codalist@coda.cs.cmu.edu
3184 W:      http://www.coda.cs.cmu.edu/
3185 S:      Maintained
3186 F:      Documentation/filesystems/coda.txt
3187 F:      fs/coda/
3188 F:      include/linux/coda*.h
3189 F:      include/uapi/linux/coda*.h
3190
3191 CODA V4L2 MEM2MEM DRIVER
3192 M:      Philipp Zabel <p.zabel@pengutronix.de>
3193 L:      linux-media@vger.kernel.org
3194 S:      Maintained
3195 F:      Documentation/devicetree/bindings/media/coda.txt
3196 F:      drivers/media/platform/coda/
3197
3198 COMMON CLK FRAMEWORK
3199 M:      Michael Turquette <mturquette@baylibre.com>
3200 M:      Stephen Boyd <sboyd@codeaurora.org>
3201 L:      linux-clk@vger.kernel.org
3202 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3204 S:      Maintained
3205 F:      Documentation/devicetree/bindings/clock/
3206 F:      drivers/clk/
3207 X:      drivers/clk/clkdev.c
3208 F:      include/linux/clk-pr*
3209 F:      include/linux/clk/
3210
3211 COMMON INTERNET FILE SYSTEM (CIFS)
3212 M:      Steve French <sfrench@samba.org>
3213 L:      linux-cifs@vger.kernel.org
3214 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3215 W:      http://linux-cifs.samba.org/
3216 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3217 S:      Supported
3218 F:      Documentation/filesystems/cifs/
3219 F:      fs/cifs/
3220
3221 COMPACTPCI HOTPLUG CORE
3222 M:      Scott Murray <scott@spiteful.org>
3223 L:      linux-pci@vger.kernel.org
3224 S:      Maintained
3225 F:      drivers/pci/hotplug/cpci_hotplug*
3226
3227 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3228 M:      Scott Murray <scott@spiteful.org>
3229 L:      linux-pci@vger.kernel.org
3230 S:      Maintained
3231 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3232
3233 COMPACTPCI HOTPLUG GENERIC DRIVER
3234 M:      Scott Murray <scott@spiteful.org>
3235 L:      linux-pci@vger.kernel.org
3236 S:      Maintained
3237 F:      drivers/pci/hotplug/cpcihp_generic.c
3238
3239 COMPAL LAPTOP SUPPORT
3240 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3241 L:      platform-driver-x86@vger.kernel.org
3242 S:      Maintained
3243 F:      drivers/platform/x86/compal-laptop.c
3244
3245 CONEXANT ACCESSRUNNER USB DRIVER
3246 L:      accessrunner-general@lists.sourceforge.net
3247 W:      http://accessrunner.sourceforge.net/
3248 S:      Orphan
3249 F:      drivers/usb/atm/cxacru.c
3250
3251 CONFIGFS
3252 M:      Joel Becker <jlbec@evilplan.org>
3253 M:      Christoph Hellwig <hch@lst.de>
3254 T:      git git://git.infradead.org/users/hch/configfs.git
3255 S:      Supported
3256 F:      fs/configfs/
3257 F:      include/linux/configfs.h
3258
3259 CONNECTOR
3260 M:      Evgeniy Polyakov <zbr@ioremap.net>
3261 L:      netdev@vger.kernel.org
3262 S:      Maintained
3263 F:      drivers/connector/
3264
3265 CONTROL GROUP (CGROUP)
3266 M:      Tejun Heo <tj@kernel.org>
3267 M:      Li Zefan <lizefan@huawei.com>
3268 M:      Johannes Weiner <hannes@cmpxchg.org>
3269 L:      cgroups@vger.kernel.org
3270 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3271 S:      Maintained
3272 F:      Documentation/cgroup*
3273 F:      include/linux/cgroup*
3274 F:      kernel/cgroup*
3275
3276 CONTROL GROUP - CPUSET
3277 M:      Li Zefan <lizefan@huawei.com>
3278 L:      cgroups@vger.kernel.org
3279 W:      http://www.bullopensource.org/cpuset/
3280 W:      http://oss.sgi.com/projects/cpusets/
3281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3282 S:      Maintained
3283 F:      Documentation/cgroup-v1/cpusets.txt
3284 F:      include/linux/cpuset.h
3285 F:      kernel/cpuset.c
3286
3287 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3288 M:      Johannes Weiner <hannes@cmpxchg.org>
3289 M:      Michal Hocko <mhocko@kernel.org>
3290 M:      Vladimir Davydov <vdavydov.dev@gmail.com>
3291 L:      cgroups@vger.kernel.org
3292 L:      linux-mm@kvack.org
3293 S:      Maintained
3294 F:      mm/memcontrol.c
3295 F:      mm/swap_cgroup.c
3296
3297 CORETEMP HARDWARE MONITORING DRIVER
3298 M:      Fenghua Yu <fenghua.yu@intel.com>
3299 L:      linux-hwmon@vger.kernel.org
3300 S:      Maintained
3301 F:      Documentation/hwmon/coretemp
3302 F:      drivers/hwmon/coretemp.c
3303
3304 COSA/SRP SYNC SERIAL DRIVER
3305 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3306 W:      http://www.fi.muni.cz/~kas/cosa/
3307 S:      Maintained
3308 F:      drivers/net/wan/cosa*
3309
3310 CPMAC ETHERNET DRIVER
3311 M:      Florian Fainelli <f.fainelli@gmail.com>
3312 L:      netdev@vger.kernel.org
3313 S:      Maintained
3314 F:      drivers/net/ethernet/ti/cpmac.c
3315
3316 CPU FREQUENCY DRIVERS
3317 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3318 M:      Viresh Kumar <viresh.kumar@linaro.org>
3319 L:      linux-pm@vger.kernel.org
3320 S:      Maintained
3321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3322 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3323 F:      Documentation/cpu-freq/
3324 F:      drivers/cpufreq/
3325 F:      include/linux/cpufreq.h
3326
3327 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3328 M:      Viresh Kumar <viresh.kumar@linaro.org>
3329 M:      Sudeep Holla <sudeep.holla@arm.com>
3330 L:      linux-pm@vger.kernel.org
3331 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3332 S:      Maintained
3333 F:      drivers/cpufreq/arm_big_little.h
3334 F:      drivers/cpufreq/arm_big_little.c
3335 F:      drivers/cpufreq/arm_big_little_dt.c
3336
3337 CPUIDLE DRIVER - ARM BIG LITTLE
3338 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3339 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3340 L:      linux-pm@vger.kernel.org
3341 L:      linux-arm-kernel@lists.infradead.org
3342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3343 S:      Maintained
3344 F:      drivers/cpuidle/cpuidle-big_little.c
3345
3346 CPUIDLE DRIVER - ARM EXYNOS
3347 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3348 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3349 M:      Kukjin Kim <kgene@kernel.org>
3350 L:      linux-pm@vger.kernel.org
3351 L:      linux-samsung-soc@vger.kernel.org
3352 S:      Supported
3353 F:      drivers/cpuidle/cpuidle-exynos.c
3354 F:      arch/arm/mach-exynos/pm.c
3355
3356 CPUIDLE DRIVERS
3357 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3358 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3359 L:      linux-pm@vger.kernel.org
3360 S:      Maintained
3361 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3362 F:      drivers/cpuidle/*
3363 F:      include/linux/cpuidle.h
3364
3365 CPUID/MSR DRIVER
3366 M:      "H. Peter Anvin" <hpa@zytor.com>
3367 S:      Maintained
3368 F:      arch/x86/kernel/cpuid.c
3369 F:      arch/x86/kernel/msr.c
3370
3371 CPU POWER MONITORING SUBSYSTEM
3372 M:      Thomas Renninger <trenn@suse.com>
3373 L:      linux-pm@vger.kernel.org
3374 S:      Maintained
3375 F:      tools/power/cpupower/
3376
3377 CRAMFS FILESYSTEM
3378 W:      http://sourceforge.net/projects/cramfs/
3379 S:      Orphan / Obsolete
3380 F:      Documentation/filesystems/cramfs.txt
3381 F:      fs/cramfs/
3382
3383 CRIS PORT
3384 M:      Mikael Starvik <starvik@axis.com>
3385 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3386 L:      linux-cris-kernel@axis.com
3387 W:      http://developer.axis.com
3388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3389 S:      Maintained
3390 F:      arch/cris/
3391 F:      drivers/tty/serial/crisv10.*
3392
3393 CRYPTO API
3394 M:      Herbert Xu <herbert@gondor.apana.org.au>
3395 M:      "David S. Miller" <davem@davemloft.net>
3396 L:      linux-crypto@vger.kernel.org
3397 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3398 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3399 S:      Maintained
3400 F:      Documentation/crypto/
3401 F:      Documentation/devicetree/bindings/crypto/
3402 F:      Documentation/DocBook/crypto-API.tmpl
3403 F:      arch/*/crypto/
3404 F:      crypto/
3405 F:      drivers/crypto/
3406 F:      include/crypto/
3407
3408 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3409 M:      Neil Horman <nhorman@tuxdriver.com>
3410 L:      linux-crypto@vger.kernel.org
3411 S:      Maintained
3412 F:      crypto/ansi_cprng.c
3413 F:      crypto/rng.c
3414
3415 CS3308 MEDIA DRIVER
3416 M:      Hans Verkuil <hverkuil@xs4all.nl>
3417 L:      linux-media@vger.kernel.org
3418 T:      git git://linuxtv.org/media_tree.git
3419 W:      http://linuxtv.org
3420 S:      Odd Fixes
3421 F:      drivers/media/i2c/cs3308.c
3422 F:      drivers/media/i2c/cs3308.h
3423
3424 CS5535 Audio ALSA driver
3425 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3426 S:      Maintained
3427 F:      sound/pci/cs5535audio/
3428
3429 CW1200 WLAN driver
3430 M:      Solomon Peachy <pizza@shaftnet.org>
3431 S:      Maintained
3432 F:      drivers/net/wireless/st/cw1200/
3433
3434 CX18 VIDEO4LINUX DRIVER
3435 M:      Andy Walls <awalls@md.metrocast.net>
3436 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3437 L:      linux-media@vger.kernel.org
3438 T:      git git://linuxtv.org/media_tree.git
3439 W:      https://linuxtv.org
3440 W:      http://www.ivtvdriver.org/index.php/Cx18
3441 S:      Maintained
3442 F:      Documentation/video4linux/cx18.txt
3443 F:      drivers/media/pci/cx18/
3444 F:      include/uapi/linux/ivtv*
3445
3446 CX2341X MPEG ENCODER HELPER MODULE
3447 M:      Hans Verkuil <hverkuil@xs4all.nl>
3448 L:      linux-media@vger.kernel.org
3449 T:      git git://linuxtv.org/media_tree.git
3450 W:      https://linuxtv.org
3451 S:      Maintained
3452 F:      drivers/media/common/cx2341x*
3453 F:      include/media/cx2341x*
3454
3455 CX24120 MEDIA DRIVER
3456 M:      Jemma Denson <jdenson@gmail.com>
3457 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3458 L:      linux-media@vger.kernel.org
3459 W:      https://linuxtv.org
3460 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3461 S:      Maintained
3462 F:      drivers/media/dvb-frontends/cx24120*
3463
3464 CX88 VIDEO4LINUX DRIVER
3465 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
3466 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3467 L:      linux-media@vger.kernel.org
3468 W:      https://linuxtv.org
3469 T:      git git://linuxtv.org/media_tree.git
3470 S:      Odd fixes
3471 F:      Documentation/video4linux/cx88/
3472 F:      drivers/media/pci/cx88/
3473
3474 CXD2820R MEDIA DRIVER
3475 M:      Antti Palosaari <crope@iki.fi>
3476 L:      linux-media@vger.kernel.org
3477 W:      https://linuxtv.org
3478 W:      http://palosaari.fi/linux/
3479 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3480 T:      git git://linuxtv.org/anttip/media_tree.git
3481 S:      Maintained
3482 F:      drivers/media/dvb-frontends/cxd2820r*
3483
3484 CXGB3 ETHERNET DRIVER (CXGB3)
3485 M:      Santosh Raspatur <santosh@chelsio.com>
3486 L:      netdev@vger.kernel.org
3487 W:      http://www.chelsio.com
3488 S:      Supported
3489 F:      drivers/net/ethernet/chelsio/cxgb3/
3490
3491 CXGB3 ISCSI DRIVER (CXGB3I)
3492 M:      Karen Xie <kxie@chelsio.com>
3493 L:      linux-scsi@vger.kernel.org
3494 W:      http://www.chelsio.com
3495 S:      Supported
3496 F:      drivers/scsi/cxgbi/cxgb3i
3497
3498 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3499 M:      Steve Wise <swise@chelsio.com>
3500 L:      linux-rdma@vger.kernel.org
3501 W:      http://www.openfabrics.org
3502 S:      Supported
3503 F:      drivers/infiniband/hw/cxgb3/
3504
3505 CXGB4 ETHERNET DRIVER (CXGB4)
3506 M:      Hariprasad S <hariprasad@chelsio.com>
3507 L:      netdev@vger.kernel.org
3508 W:      http://www.chelsio.com
3509 S:      Supported
3510 F:      drivers/net/ethernet/chelsio/cxgb4/
3511
3512 CXGB4 ISCSI DRIVER (CXGB4I)
3513 M:      Karen Xie <kxie@chelsio.com>
3514 L:      linux-scsi@vger.kernel.org
3515 W:      http://www.chelsio.com
3516 S:      Supported
3517 F:      drivers/scsi/cxgbi/cxgb4i
3518
3519 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3520 M:      Steve Wise <swise@chelsio.com>
3521 L:      linux-rdma@vger.kernel.org
3522 W:      http://www.openfabrics.org
3523 S:      Supported
3524 F:      drivers/infiniband/hw/cxgb4/
3525
3526 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3527 M:      Casey Leedom <leedom@chelsio.com>
3528 L:      netdev@vger.kernel.org
3529 W:      http://www.chelsio.com
3530 S:      Supported
3531 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3532
3533 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3534 M:      Ian Munsie <imunsie@au1.ibm.com>
3535 M:      Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3536 L:      linuxppc-dev@lists.ozlabs.org
3537 S:      Supported
3538 F:      arch/powerpc/platforms/powernv/pci-cxl.c
3539 F:      drivers/misc/cxl/
3540 F:      include/misc/cxl*
3541 F:      include/uapi/misc/cxl.h
3542 F:      Documentation/powerpc/cxl.txt
3543 F:      Documentation/ABI/testing/sysfs-class-cxl
3544
3545 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3546 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3547 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3548 M:      Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3549 L:      linux-scsi@vger.kernel.org
3550 S:      Supported
3551 F:      drivers/scsi/cxlflash/
3552 F:      include/uapi/scsi/cxlflash_ioctls.h
3553 F:      Documentation/powerpc/cxlflash.txt
3554
3555 STMMAC ETHERNET DRIVER
3556 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3557 M:      Alexandre Torgue <alexandre.torgue@st.com>
3558 L:      netdev@vger.kernel.org
3559 W:      http://www.stlinux.com
3560 S:      Supported
3561 F:      drivers/net/ethernet/stmicro/stmmac/
3562
3563 CYBERPRO FB DRIVER
3564 M:      Russell King <linux@armlinux.org.uk>
3565 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3566 W:      http://www.armlinux.org.uk/
3567 S:      Maintained
3568 F:      drivers/video/fbdev/cyber2000fb.*
3569
3570 CYCLADES ASYNC MUX DRIVER
3571 W:      http://www.cyclades.com/
3572 S:      Orphan
3573 F:      drivers/tty/cyclades.c
3574 F:      include/linux/cyclades.h
3575 F:      include/uapi/linux/cyclades.h
3576
3577 CYCLADES PC300 DRIVER
3578 W:      http://www.cyclades.com/
3579 S:      Orphan
3580 F:      drivers/net/wan/pc300*
3581
3582 CYPRESS_FIRMWARE MEDIA DRIVER
3583 M:      Antti Palosaari <crope@iki.fi>
3584 L:      linux-media@vger.kernel.org
3585 W:      https://linuxtv.org
3586 W:      http://palosaari.fi/linux/
3587 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3588 T:      git git://linuxtv.org/anttip/media_tree.git
3589 S:      Maintained
3590 F:      drivers/media/common/cypress_firmware*
3591
3592 CYTTSP TOUCHSCREEN DRIVER
3593 M:      Ferruh Yigit <fery@cypress.com>
3594 L:      linux-input@vger.kernel.org
3595 S:      Supported
3596 F:      drivers/input/touchscreen/cyttsp*
3597 F:      include/linux/input/cyttsp.h
3598
3599 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3600 M:      Joshua Kinard <kumba@gentoo.org>
3601 S:      Maintained
3602 F:      drivers/rtc/rtc-ds1685.c
3603 F:      include/linux/rtc/ds1685.h
3604
3605 DAMA SLAVE for AX.25
3606 M:      Joerg Reuter <jreuter@yaina.de>
3607 W:      http://yaina.de/jreuter/
3608 W:      http://www.qsl.net/dl1bke/
3609 L:      linux-hams@vger.kernel.org
3610 S:      Maintained
3611 F:      net/ax25/af_ax25.c
3612 F:      net/ax25/ax25_dev.c
3613 F:      net/ax25/ax25_ds_*
3614 F:      net/ax25/ax25_in.c
3615 F:      net/ax25/ax25_out.c
3616 F:      net/ax25/ax25_timer.c
3617 F:      net/ax25/sysctl_net_ax25.c
3618
3619 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3620 L:      netdev@vger.kernel.org
3621 S:      Orphan
3622 F:      Documentation/networking/dmfe.txt
3623 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3624
3625 DC390/AM53C974 SCSI driver
3626 M:      Hannes Reinecke <hare@suse.com>
3627 L:      linux-scsi@vger.kernel.org
3628 S:      Maintained
3629 F:      drivers/scsi/am53c974.c
3630
3631 DC395x SCSI driver
3632 M:      Oliver Neukum <oliver@neukum.org>
3633 M:      Ali Akcaagac <aliakc@web.de>
3634 M:      Jamie Lenehan <lenehan@twibble.org>
3635 L:      dc395x@twibble.org
3636 W:      http://twibble.org/dist/dc395x/
3637 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3638 S:      Maintained
3639 F:      Documentation/scsi/dc395x.txt
3640 F:      drivers/scsi/dc395x.*
3641
3642 DCCP PROTOCOL
3643 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3644 L:      dccp@vger.kernel.org
3645 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3646 S:      Maintained
3647 F:      include/linux/dccp.h
3648 F:      include/uapi/linux/dccp.h
3649 F:      include/linux/tfrc.h
3650 F:      net/dccp/
3651
3652 DECnet NETWORK LAYER
3653 W:      http://linux-decnet.sourceforge.net
3654 L:      linux-decnet-user@lists.sourceforge.net
3655 S:      Orphan
3656 F:      Documentation/networking/decnet.txt
3657 F:      net/decnet/
3658
3659 DECSTATION PLATFORM SUPPORT
3660 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3661 L:      linux-mips@linux-mips.org
3662 W:      http://www.linux-mips.org/wiki/DECstation
3663 S:      Maintained
3664 F:      arch/mips/dec/
3665 F:      arch/mips/include/asm/dec/
3666 F:      arch/mips/include/asm/mach-dec/
3667
3668 DEFXX FDDI NETWORK DRIVER
3669 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3670 S:      Maintained
3671 F:      drivers/net/fddi/defxx.*
3672
3673 DELL LAPTOP DRIVER
3674 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3675 M:      Pali Rohár <pali.rohar@gmail.com>
3676 L:      platform-driver-x86@vger.kernel.org
3677 S:      Maintained
3678 F:      drivers/platform/x86/dell-laptop.c
3679
3680 DELL LAPTOP RBTN DRIVER
3681 M:      Pali Rohár <pali.rohar@gmail.com>
3682 S:      Maintained
3683 F:      drivers/platform/x86/dell-rbtn.*
3684
3685 DELL LAPTOP FREEFALL DRIVER
3686 M:      Pali Rohár <pali.rohar@gmail.com>
3687 S:      Maintained
3688 F:      drivers/platform/x86/dell-smo8800.c
3689
3690 DELL LAPTOP SMM DRIVER
3691 M:      Pali Rohár <pali.rohar@gmail.com>
3692 S:      Maintained
3693 F:      drivers/hwmon/dell-smm-hwmon.c
3694 F:      include/uapi/linux/i8k.h
3695
3696 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3697 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3698 S:      Maintained
3699 F:      Documentation/dcdbas.txt
3700 F:      drivers/firmware/dcdbas.*
3701
3702 DELL WMI EXTRAS DRIVER
3703 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3704 M:      Pali Rohár <pali.rohar@gmail.com>
3705 S:      Maintained
3706 F:      drivers/platform/x86/dell-wmi.c
3707
3708 DESIGNWARE USB2 DRD IP DRIVER
3709 M:      John Youn <johnyoun@synopsys.com>
3710 L:      linux-usb@vger.kernel.org
3711 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3712 S:      Maintained
3713 F:      drivers/usb/dwc2/
3714
3715 DESIGNWARE USB3 DRD IP DRIVER
3716 M:      Felipe Balbi <balbi@kernel.org>
3717 L:      linux-usb@vger.kernel.org
3718 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3719 S:      Maintained
3720 F:      drivers/usb/dwc3/
3721
3722 DEVICE COREDUMP (DEV_COREDUMP)
3723 M:      Johannes Berg <johannes@sipsolutions.net>
3724 L:      linux-kernel@vger.kernel.org
3725 S:      Maintained
3726 F:      drivers/base/devcoredump.c
3727 F:      include/linux/devcoredump.h
3728
3729 DEVICE FREQUENCY (DEVFREQ)
3730 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3731 M:      Kyungmin Park <kyungmin.park@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:      Maintained
3735 F:      drivers/devfreq/
3736 F:      include/linux/devfreq.h
3737 F:      Documentation/devicetree/bindings/devfreq/
3738
3739 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3740 M:      Chanwoo Choi <cw00.choi@samsung.com>
3741 L:      linux-pm@vger.kernel.org
3742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3743 S:      Supported
3744 F:      drivers/devfreq/event/
3745 F:      drivers/devfreq/devfreq-event.c
3746 F:      include/linux/devfreq-event.h
3747 F:      Documentation/devicetree/bindings/devfreq/event/
3748
3749 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3750 M:      Chanwoo Choi <cw00.choi@samsung.com>
3751 L:      linux-pm@vger.kernel.org
3752 L:      linux-samsung-soc@vger.kernel.org
3753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3754 S:      Maintained
3755 F:      drivers/devfreq/exynos-bus.c
3756 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3757
3758 DEVICE NUMBER REGISTRY
3759 M:      Torben Mathiasen <device@lanana.org>
3760 W:      http://lanana.org/docs/device-list/index.html
3761 S:      Maintained
3762
3763 DEVICE-MAPPER  (LVM)
3764 M:      Alasdair Kergon <agk@redhat.com>
3765 M:      Mike Snitzer <snitzer@redhat.com>
3766 M:      dm-devel@redhat.com
3767 L:      dm-devel@redhat.com
3768 W:      http://sources.redhat.com/dm
3769 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3770 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3771 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3772 S:      Maintained
3773 F:      Documentation/device-mapper/
3774 F:      drivers/md/dm*
3775 F:      drivers/md/persistent-data/
3776 F:      include/linux/device-mapper.h
3777 F:      include/linux/dm-*.h
3778 F:      include/uapi/linux/dm-*.h
3779
3780 DEVLINK
3781 M:      Jiri Pirko <jiri@mellanox.com>
3782 L:      netdev@vger.kernel.org
3783 S:      Supported
3784 F:      net/core/devlink.c
3785 F:      include/net/devlink.h
3786 F:      include/uapi/linux/devlink.h
3787
3788 DIALOG SEMICONDUCTOR DRIVERS
3789 M:      Support Opensource <support.opensource@diasemi.com>
3790 W:      http://www.dialog-semiconductor.com/products
3791 S:      Supported
3792 F:      Documentation/hwmon/da90??
3793 F:      Documentation/devicetree/bindings/mfd/da90*.txt
3794 F:      Documentation/devicetree/bindings/regulator/da92*.txt
3795 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3796 F:      drivers/gpio/gpio-da90??.c
3797 F:      drivers/hwmon/da90??-hwmon.c
3798 F:      drivers/iio/adc/da91??-*.c
3799 F:      drivers/input/misc/da90??_onkey.c
3800 F:      drivers/input/touchscreen/da9052_tsi.c
3801 F:      drivers/leds/leds-da90??.c
3802 F:      drivers/mfd/da903x.c
3803 F:      drivers/mfd/da90??-*.c
3804 F:      drivers/mfd/da91??-*.c
3805 F:      drivers/power/supply/da9052-battery.c
3806 F:      drivers/power/supply/da91??-*.c
3807 F:      drivers/regulator/da903x.c
3808 F:      drivers/regulator/da9???-regulator.[ch]
3809 F:      drivers/rtc/rtc-da90??.c
3810 F:      drivers/video/backlight/da90??_bl.c
3811 F:      drivers/watchdog/da90??_wdt.c
3812 F:      include/linux/mfd/da903x.h
3813 F:      include/linux/mfd/da9052/
3814 F:      include/linux/mfd/da9055/
3815 F:      include/linux/mfd/da9062/
3816 F:      include/linux/mfd/da9063/
3817 F:      include/linux/mfd/da9150/
3818 F:      include/linux/regulator/da9211.h
3819 F:      include/sound/da[79]*.h
3820 F:      sound/soc/codecs/da[79]*.[ch]
3821
3822 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3823 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
3824 L:      linux-gpio@vger.kernel.org
3825 S:      Maintained
3826 F:      drivers/gpio/gpio-gpio-mm.c
3827
3828 DIGI NEO AND CLASSIC PCI PRODUCTS
3829 M:      Lidza Louina <lidza.louina@gmail.com>
3830 M:      Mark Hounschell <markh@compro.net>
3831 L:      driverdev-devel@linuxdriverproject.org
3832 S:      Maintained
3833 F:      drivers/staging/dgnc/
3834
3835 DIOLAN U2C-12 I2C DRIVER
3836 M:      Guenter Roeck <linux@roeck-us.net>
3837 L:      linux-i2c@vger.kernel.org
3838 S:      Maintained
3839 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3840
3841 DIRECT ACCESS (DAX)
3842 M:      Matthew Wilcox <willy@linux.intel.com>
3843 L:      linux-fsdevel@vger.kernel.org
3844 S:      Supported
3845 F:      fs/dax.c
3846
3847 DIRECTORY NOTIFICATION (DNOTIFY)
3848 M:      Eric Paris <eparis@parisplace.org>
3849 S:      Maintained
3850 F:      Documentation/filesystems/dnotify.txt
3851 F:      fs/notify/dnotify/
3852 F:      include/linux/dnotify.h
3853
3854 DISK GEOMETRY AND PARTITION HANDLING
3855 M:      Andries Brouwer <aeb@cwi.nl>
3856 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3857 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3858 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3859 S:      Maintained
3860
3861 DISKQUOTA
3862 M:      Jan Kara <jack@suse.com>
3863 S:      Maintained
3864 F:      Documentation/filesystems/quota.txt
3865 F:      fs/quota/
3866 F:      include/linux/quota*.h
3867 F:      include/uapi/linux/quota*.h
3868
3869 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3870 M:      Bernie Thompson <bernie@plugable.com>
3871 L:      linux-fbdev@vger.kernel.org
3872 S:      Maintained
3873 W:      http://plugable.com/category/projects/udlfb/
3874 F:      drivers/video/fbdev/udlfb.c
3875 F:      include/video/udlfb.h
3876 F:      Documentation/fb/udlfb.txt
3877
3878 DISTRIBUTED LOCK MANAGER (DLM)
3879 M:      Christine Caulfield <ccaulfie@redhat.com>
3880 M:      David Teigland <teigland@redhat.com>
3881 L:      cluster-devel@redhat.com
3882 W:      http://sources.redhat.com/cluster/
3883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3884 S:      Supported
3885 F:      fs/dlm/
3886
3887 DMA BUFFER SHARING FRAMEWORK
3888 M:      Sumit Semwal <sumit.semwal@linaro.org>
3889 S:      Maintained
3890 L:      linux-media@vger.kernel.org
3891 L:      dri-devel@lists.freedesktop.org
3892 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3893 F:      drivers/dma-buf/
3894 F:      include/linux/dma-buf*
3895 F:      include/linux/reservation.h
3896 F:      include/linux/*fence.h
3897 F:      Documentation/dma-buf-sharing.txt
3898 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3899
3900 SYNC FILE FRAMEWORK
3901 M:      Sumit Semwal <sumit.semwal@linaro.org>
3902 R:      Gustavo Padovan <gustavo@padovan.org>
3903 S:      Maintained
3904 L:      linux-media@vger.kernel.org
3905 L:      dri-devel@lists.freedesktop.org
3906 F:      drivers/dma-buf/sync_file.c
3907 F:      include/linux/sync_file.h
3908 F:      Documentation/sync_file.txt
3909 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3910
3911 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3912 M:      Vinod Koul <vinod.koul@intel.com>
3913 L:      dmaengine@vger.kernel.org
3914 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3915 S:      Maintained
3916 F:      drivers/dma/
3917 F:      include/linux/dmaengine.h
3918 F:      Documentation/devicetree/bindings/dma/
3919 F:      Documentation/dmaengine/
3920 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3921
3922 DME1737 HARDWARE MONITOR DRIVER
3923 M:      Juerg Haefliger <juergh@gmail.com>
3924 L:      linux-hwmon@vger.kernel.org
3925 S:      Maintained
3926 F:      Documentation/hwmon/dme1737
3927 F:      drivers/hwmon/dme1737.c
3928
3929 DMI/SMBIOS SUPPORT
3930 M:      Jean Delvare <jdelvare@suse.com>
3931 S:      Maintained
3932 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3933 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3934 F:      drivers/firmware/dmi-id.c
3935 F:      drivers/firmware/dmi_scan.c
3936 F:      include/linux/dmi.h
3937
3938 DOCUMENTATION
3939 M:      Jonathan Corbet <corbet@lwn.net>
3940 L:      linux-doc@vger.kernel.org
3941 S:      Maintained
3942 F:      Documentation/
3943 F:      scripts/docproc.c
3944 F:      scripts/kernel-doc*
3945 X:      Documentation/ABI/
3946 X:      Documentation/devicetree/
3947 X:      Documentation/acpi
3948 X:      Documentation/power
3949 X:      Documentation/spi
3950 X:      Documentation/DocBook/media
3951 T:      git git://git.lwn.net/linux.git docs-next
3952
3953 DOUBLETALK DRIVER
3954 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3955 L:      blinux-list@redhat.com
3956 S:      Maintained
3957 F:      drivers/char/dtlk.c
3958 F:      include/linux/dtlk.h
3959
3960 DPT_I2O SCSI RAID DRIVER
3961 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3962 L:      linux-scsi@vger.kernel.org
3963 W:      http://www.adaptec.com/
3964 S:      Maintained
3965 F:      drivers/scsi/dpt*
3966 F:      drivers/scsi/dpt/
3967
3968 DRBD DRIVER
3969 M:      Philipp Reisner <philipp.reisner@linbit.com>
3970 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
3971 L:      drbd-dev@lists.linbit.com
3972 W:      http://www.drbd.org
3973 T:      git git://git.linbit.com/linux-drbd.git
3974 T:      git git://git.linbit.com/drbd-8.4.git
3975 S:      Supported
3976 F:      drivers/block/drbd/
3977 F:      lib/lru_cache.c
3978 F:      Documentation/blockdev/drbd/
3979
3980 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3981 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3982 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3983 S:      Supported
3984 F:      Documentation/kobject.txt
3985 F:      drivers/base/
3986 F:      fs/debugfs/
3987 F:      fs/kernfs/
3988 F:      fs/sysfs/
3989 F:      include/linux/debugfs.h
3990 F:      include/linux/kobj*
3991 F:      lib/kobj*
3992
3993 DRM DRIVERS
3994 M:      David Airlie <airlied@linux.ie>
3995 L:      dri-devel@lists.freedesktop.org
3996 T:      git git://people.freedesktop.org/~airlied/linux
3997 S:      Maintained
3998 F:      drivers/gpu/drm/
3999 F:      drivers/gpu/vga/
4000 F:      Documentation/devicetree/bindings/display/
4001 F:      Documentation/devicetree/bindings/gpu/
4002 F:      Documentation/devicetree/bindings/video/
4003 F:      Documentation/gpu/
4004 F:      include/drm/
4005 F:      include/uapi/drm/
4006
4007 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4008 M:      Dave Airlie <airlied@redhat.com>
4009 S:      Odd Fixes
4010 F:      drivers/gpu/drm/ast/
4011
4012 DRM DRIVER FOR BOCHS VIRTUAL GPU
4013 M:      Gerd Hoffmann <kraxel@redhat.com>
4014 S:      Odd Fixes
4015 F:      drivers/gpu/drm/bochs/
4016
4017 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4018 M:      Dave Airlie <airlied@redhat.com>
4019 S:      Odd Fixes
4020 F:      drivers/gpu/drm/cirrus/
4021
4022 RADEON and AMDGPU DRM DRIVERS
4023 M:      Alex Deucher <alexander.deucher@amd.com>
4024 M:      Christian König <christian.koenig@amd.com>
4025 L:      dri-devel@lists.freedesktop.org
4026 T:      git git://people.freedesktop.org/~agd5f/linux
4027 S:      Supported
4028 F:      drivers/gpu/drm/radeon/
4029 F:      include/uapi/drm/radeon_drm.h
4030 F:      drivers/gpu/drm/amd/
4031 F:      include/uapi/drm/amdgpu_drm.h
4032
4033 DRM PANEL DRIVERS
4034 M:      Thierry Reding <thierry.reding@gmail.com>
4035 L:      dri-devel@lists.freedesktop.org
4036 T:      git git://anongit.freedesktop.org/tegra/linux.git
4037 S:      Maintained
4038 F:      drivers/gpu/drm/drm_panel.c
4039 F:      drivers/gpu/drm/panel/
4040 F:      include/drm/drm_panel.h
4041 F:      Documentation/devicetree/bindings/display/panel/
4042
4043 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4044 M:      Daniel Vetter <daniel.vetter@intel.com>
4045 M:      Jani Nikula <jani.nikula@linux.intel.com>
4046 L:      intel-gfx@lists.freedesktop.org
4047 L:      dri-devel@lists.freedesktop.org
4048 W:      https://01.org/linuxgraphics/
4049 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
4050 T:      git git://anongit.freedesktop.org/drm-intel
4051 S:      Supported
4052 F:      drivers/gpu/drm/i915/
4053 F:      include/drm/i915*
4054 F:      include/uapi/drm/i915_drm.h
4055 F:      Documentation/gpu/i915.rst
4056
4057 DRM DRIVERS FOR ATMEL HLCDC
4058 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
4059 L:      dri-devel@lists.freedesktop.org
4060 S:      Supported
4061 F:      drivers/gpu/drm/atmel-hlcdc/
4062 F:      Documentation/devicetree/bindings/drm/atmel/
4063
4064 DRM DRIVERS FOR ALLWINNER A10
4065 M:      Maxime Ripard  <maxime.ripard@free-electrons.com>
4066 L:      dri-devel@lists.freedesktop.org
4067 S:      Supported
4068 F:      drivers/gpu/drm/sun4i/
4069 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4070
4071 DRM DRIVERS FOR EXYNOS
4072 M:      Inki Dae <inki.dae@samsung.com>
4073 M:      Joonyoung Shim <jy0922.shim@samsung.com>
4074 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
4075 M:      Kyungmin Park <kyungmin.park@samsung.com>
4076 L:      dri-devel@lists.freedesktop.org
4077 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4078 S:      Supported
4079 F:      drivers/gpu/drm/exynos/
4080 F:      include/uapi/drm/exynos_drm.h
4081 F:      Documentation/devicetree/bindings/display/exynos/
4082
4083 DRM DRIVERS FOR FREESCALE DCU
4084 M:      Stefan Agner <stefan@agner.ch>
4085 M:      Alison Wang <alison.wang@freescale.com>
4086 L:      dri-devel@lists.freedesktop.org
4087 S:      Supported
4088 F:      drivers/gpu/drm/fsl-dcu/
4089 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4090 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4091 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4092
4093 DRM DRIVERS FOR FREESCALE IMX
4094 M:      Philipp Zabel <p.zabel@pengutronix.de>
4095 L:      dri-devel@lists.freedesktop.org
4096 S:      Maintained
4097 F:      drivers/gpu/drm/imx/
4098 F:      drivers/gpu/ipu-v3/
4099 F:      Documentation/devicetree/bindings/display/imx/
4100
4101 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4102 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4103 L:      dri-devel@lists.freedesktop.org
4104 T:      git git://github.com/patjak/drm-gma500
4105 S:      Maintained
4106 F:      drivers/gpu/drm/gma500/
4107
4108 DRM DRIVERS FOR HISILICON
4109 M:      Xinliang Liu <z.liuxinliang@hisilicon.com>
4110 R:      Xinwei Kong <kong.kongxinwei@hisilicon.com>
4111 R:      Chen Feng <puck.chen@hisilicon.com>
4112 L:      dri-devel@lists.freedesktop.org
4113 T:      git git://github.com/xin3liang/linux.git
4114 S:      Maintained
4115 F:      drivers/gpu/drm/hisilicon/
4116 F:      Documentation/devicetree/bindings/display/hisilicon/
4117
4118 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4119 S:      Orphan / Obsolete
4120 F:      drivers/gpu/drm/i810/
4121 F:      include/uapi/drm/i810_drm.h
4122
4123 DRM DRIVER FOR MSM ADRENO GPU
4124 M:      Rob Clark <robdclark@gmail.com>
4125 L:      linux-arm-msm@vger.kernel.org
4126 L:      dri-devel@lists.freedesktop.org
4127 L:      freedreno@lists.freedesktop.org
4128 T:      git git://people.freedesktop.org/~robclark/linux
4129 S:      Maintained
4130 F:      drivers/gpu/drm/msm/
4131 F:      include/uapi/drm/msm_drm.h
4132 F:      Documentation/devicetree/bindings/display/msm/
4133
4134 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4135 M:      Ben Skeggs <bskeggs@redhat.com>
4136 L:      dri-devel@lists.freedesktop.org
4137 L:      nouveau@lists.freedesktop.org
4138 T:      git git://github.com/skeggsb/linux
4139 S:      Supported
4140 F:      drivers/gpu/drm/nouveau/
4141 F:      include/uapi/drm/nouveau_drm.h
4142
4143 DRM DRIVERS FOR NVIDIA TEGRA
4144 M:      Thierry Reding <thierry.reding@gmail.com>
4145 L:      dri-devel@lists.freedesktop.org
4146 L:      linux-tegra@vger.kernel.org
4147 T:      git git://anongit.freedesktop.org/tegra/linux.git
4148 S:      Supported
4149 F:      drivers/gpu/drm/tegra/
4150 F:      drivers/gpu/host1x/
4151 F:      include/linux/host1x.h
4152 F:      include/uapi/drm/tegra_drm.h
4153 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4154
4155 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4156 S:      Orphan / Obsolete
4157 F:      drivers/gpu/drm/mga/
4158 F:      include/uapi/drm/mga_drm.h
4159
4160 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4161 M:      Dave Airlie <airlied@redhat.com>
4162 S:      Odd Fixes
4163 F:      drivers/gpu/drm/mgag200/
4164
4165 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4166 S:      Orphan / Obsolete
4167 F:      drivers/gpu/drm/r128/
4168 F:      include/uapi/drm/r128_drm.h
4169
4170 DRM DRIVERS FOR RENESAS
4171 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4172 L:      dri-devel@lists.freedesktop.org
4173 L:      linux-renesas-soc@vger.kernel.org
4174 T:      git git://linuxtv.org/pinchartl/fbdev
4175 S:      Supported
4176 F:      drivers/gpu/drm/rcar-du/
4177 F:      drivers/gpu/drm/shmobile/
4178 F:      include/linux/platform_data/shmob_drm.h
4179 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4180
4181 DRM DRIVER FOR QXL VIRTUAL GPU
4182 M:      Dave Airlie <airlied@redhat.com>
4183 S:      Odd Fixes
4184 F:      drivers/gpu/drm/qxl/
4185 F:      include/uapi/drm/qxl_drm.h
4186
4187 DRM DRIVERS FOR ROCKCHIP
4188 M:      Mark Yao <mark.yao@rock-chips.com>
4189 L:      dri-devel@lists.freedesktop.org
4190 S:      Maintained
4191 F:      drivers/gpu/drm/rockchip/
4192 F:      Documentation/devicetree/bindings/display/rockchip/
4193
4194 DRM DRIVER FOR SAVAGE VIDEO CARDS
4195 S:      Orphan / Obsolete
4196 F:      drivers/gpu/drm/savage/
4197 F:      include/uapi/drm/savage_drm.h
4198
4199 DRM DRIVER FOR SIS VIDEO CARDS
4200 S:      Orphan / Obsolete
4201 F:      drivers/gpu/drm/sis/
4202 F:      include/uapi/drm/sis_drm.h
4203
4204 DRM DRIVERS FOR STI
4205 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
4206 M:      Vincent Abriou <vincent.abriou@st.com>
4207 L:      dri-devel@lists.freedesktop.org
4208 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4209 S:      Maintained
4210 F:      drivers/gpu/drm/sti
4211 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4212
4213 DRM DRIVER FOR TDFX VIDEO CARDS
4214 S:      Orphan / Obsolete
4215 F:      drivers/gpu/drm/tdfx/
4216
4217 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4218 M:      Dave Airlie <airlied@redhat.com>
4219 S:      Odd Fixes
4220 F:      drivers/gpu/drm/udl/
4221
4222 DRM DRIVERS FOR VIVANTE GPU IP
4223 M:      Lucas Stach <l.stach@pengutronix.de>
4224 R:      Russell King <linux+etnaviv@armlinux.org.uk>
4225 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
4226 L:      dri-devel@lists.freedesktop.org
4227 S:      Maintained
4228 F:      drivers/gpu/drm/etnaviv/
4229 F:      include/uapi/drm/etnaviv_drm.h
4230 F:      Documentation/devicetree/bindings/display/etnaviv/
4231
4232 DRM DRIVER FOR VMWARE VIRTUAL GPU
4233 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4234 M:      Sinclair Yeh <syeh@vmware.com>
4235 M:      Thomas Hellstrom <thellstrom@vmware.com>
4236 L:      dri-devel@lists.freedesktop.org
4237 T:      git git://people.freedesktop.org/~syeh/repos_linux
4238 T:      git git://people.freedesktop.org/~thomash/linux
4239 S:      Supported
4240 F:      drivers/gpu/drm/vmwgfx/
4241 F:      include/uapi/drm/vmwgfx_drm.h
4242
4243 DRM DRIVERS FOR VC4
4244 M:      Eric Anholt <eric@anholt.net>
4245 T:      git git://github.com/anholt/linux
4246 S:      Supported
4247 F:      drivers/gpu/drm/vc4/
4248 F:      include/uapi/drm/vc4_drm.h
4249 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4250
4251 DRM DRIVERS FOR TI OMAP
4252 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4253 L:      dri-devel@lists.freedesktop.org
4254 S:      Maintained
4255 F:      drivers/gpu/drm/omapdrm/
4256 F:      Documentation/devicetree/bindings/display/ti/
4257
4258 DRM DRIVERS FOR TI LCDC
4259 M:      Jyri Sarha <jsarha@ti.com>
4260 R:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4261 L:      dri-devel@lists.freedesktop.org
4262 S:      Maintained
4263 F:      drivers/gpu/drm/tilcdc/
4264 F:      Documentation/devicetree/bindings/display/tilcdc/
4265
4266 DSBR100 USB FM RADIO DRIVER
4267 M:      Alexey Klimov <klimov.linux@gmail.com>
4268 L:      linux-media@vger.kernel.org
4269 T:      git git://linuxtv.org/media_tree.git
4270 S:      Maintained
4271 F:      drivers/media/radio/dsbr100.c
4272
4273 DSCC4 DRIVER
4274 M:      Francois Romieu <romieu@fr.zoreil.com>
4275 L:      netdev@vger.kernel.org
4276 S:      Maintained
4277 F:      drivers/net/wan/dscc4.c
4278
4279 DT3155 MEDIA DRIVER
4280 M:      Hans Verkuil <hverkuil@xs4all.nl>
4281 L:      linux-media@vger.kernel.org
4282 T:      git git://linuxtv.org/media_tree.git
4283 W:      https://linuxtv.org
4284 S:      Odd Fixes
4285 F:      drivers/media/pci/dt3155/
4286
4287 DVB_USB_AF9015 MEDIA DRIVER
4288 M:      Antti Palosaari <crope@iki.fi>
4289 L:      linux-media@vger.kernel.org
4290 W:      https://linuxtv.org
4291 W:      http://palosaari.fi/linux/
4292 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4293 T:      git git://linuxtv.org/anttip/media_tree.git
4294 S:      Maintained
4295 F:      drivers/media/usb/dvb-usb-v2/af9015*
4296
4297 DVB_USB_AF9035 MEDIA DRIVER
4298 M:      Antti Palosaari <crope@iki.fi>
4299 L:      linux-media@vger.kernel.org
4300 W:      https://linuxtv.org
4301 W:      http://palosaari.fi/linux/
4302 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4303 T:      git git://linuxtv.org/anttip/media_tree.git
4304 S:      Maintained
4305 F:      drivers/media/usb/dvb-usb-v2/af9035*
4306
4307 DVB_USB_ANYSEE MEDIA DRIVER
4308 M:      Antti Palosaari <crope@iki.fi>
4309 L:      linux-media@vger.kernel.org
4310 W:      https://linuxtv.org
4311 W:      http://palosaari.fi/linux/
4312 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4313 T:      git git://linuxtv.org/anttip/media_tree.git
4314 S:      Maintained
4315 F:      drivers/media/usb/dvb-usb-v2/anysee*
4316
4317 DVB_USB_AU6610 MEDIA DRIVER
4318 M:      Antti Palosaari <crope@iki.fi>
4319 L:      linux-media@vger.kernel.org
4320 W:      https://linuxtv.org
4321 W:      http://palosaari.fi/linux/
4322 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4323 T:      git git://linuxtv.org/anttip/media_tree.git
4324 S:      Maintained
4325 F:      drivers/media/usb/dvb-usb-v2/au6610*
4326
4327 DVB_USB_CE6230 MEDIA DRIVER
4328 M:      Antti Palosaari <crope@iki.fi>
4329 L:      linux-media@vger.kernel.org
4330 W:      https://linuxtv.org
4331 W:      http://palosaari.fi/linux/
4332 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4333 T:      git git://linuxtv.org/anttip/media_tree.git
4334 S:      Maintained
4335 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4336
4337 DVB_USB_CXUSB MEDIA DRIVER
4338 M:      Michael Krufky <mkrufky@linuxtv.org>
4339 L:      linux-media@vger.kernel.org
4340 W:      https://linuxtv.org
4341 W:      http://github.com/mkrufky
4342 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4343 T:      git git://linuxtv.org/media_tree.git
4344 S:      Maintained
4345 F:      drivers/media/usb/dvb-usb/cxusb*
4346
4347 DVB_USB_EC168 MEDIA DRIVER
4348 M:      Antti Palosaari <crope@iki.fi>
4349 L:      linux-media@vger.kernel.org
4350 W:      https://linuxtv.org
4351 W:      http://palosaari.fi/linux/
4352 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4353 T:      git git://linuxtv.org/anttip/media_tree.git
4354 S:      Maintained
4355 F:      drivers/media/usb/dvb-usb-v2/ec168*
4356
4357 DVB_USB_GL861 MEDIA DRIVER
4358 M:      Antti Palosaari <crope@iki.fi>
4359 L:      linux-media@vger.kernel.org
4360 W:      https://linuxtv.org
4361 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4362 T:      git git://linuxtv.org/anttip/media_tree.git
4363 S:      Maintained
4364 F:      drivers/media/usb/dvb-usb-v2/gl861*
4365
4366 DVB_USB_MXL111SF MEDIA DRIVER
4367 M:      Michael Krufky <mkrufky@linuxtv.org>
4368 L:      linux-media@vger.kernel.org
4369 W:      https://linuxtv.org
4370 W:      http://github.com/mkrufky
4371 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4372 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4373 S:      Maintained
4374 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4375
4376 DVB_USB_RTL28XXU MEDIA DRIVER
4377 M:      Antti Palosaari <crope@iki.fi>
4378 L:      linux-media@vger.kernel.org
4379 W:      https://linuxtv.org
4380 W:      http://palosaari.fi/linux/
4381 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4382 T:      git git://linuxtv.org/anttip/media_tree.git
4383 S:      Maintained
4384 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4385
4386 DVB_USB_V2 MEDIA DRIVER
4387 M:      Antti Palosaari <crope@iki.fi>
4388 L:      linux-media@vger.kernel.org
4389 W:      https://linuxtv.org
4390 W:      http://palosaari.fi/linux/
4391 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4392 T:      git git://linuxtv.org/anttip/media_tree.git
4393 S:      Maintained
4394 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4395 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4396
4397 DYNAMIC DEBUG
4398 M:      Jason Baron <jbaron@akamai.com>
4399 S:      Maintained
4400 F:      lib/dynamic_debug.c
4401 F:      include/linux/dynamic_debug.h
4402
4403 DZ DECSTATION DZ11 SERIAL DRIVER
4404 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4405 S:      Maintained
4406 F:      drivers/tty/serial/dz.*
4407
4408 E3X0 POWER BUTTON DRIVER
4409 M:      Moritz Fischer <moritz.fischer@ettus.com>
4410 L:      usrp-users@lists.ettus.com
4411 W:      http://www.ettus.com
4412 S:      Supported
4413 F:      drivers/input/misc/e3x0-button.c
4414 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4415
4416 E4000 MEDIA DRIVER
4417 M:      Antti Palosaari <crope@iki.fi>
4418 L:      linux-media@vger.kernel.org
4419 W:      https://linuxtv.org
4420 W:      http://palosaari.fi/linux/
4421 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4422 T:      git git://linuxtv.org/anttip/media_tree.git
4423 S:      Maintained
4424 F:      drivers/media/tuners/e4000*
4425
4426 EATA ISA/EISA/PCI SCSI DRIVER
4427 M:      Dario Ballabio <ballabio_dario@emc.com>
4428 L:      linux-scsi@vger.kernel.org
4429 S:      Maintained
4430 F:      drivers/scsi/eata.c
4431
4432 EC100 MEDIA DRIVER
4433 M:      Antti Palosaari <crope@iki.fi>
4434 L:      linux-media@vger.kernel.org
4435 W:      https://linuxtv.org
4436 W:      http://palosaari.fi/linux/
4437 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4438 T:      git git://linuxtv.org/anttip/media_tree.git
4439 S:      Maintained
4440 F:      drivers/media/dvb-frontends/ec100*
4441
4442 ECRYPT FILE SYSTEM
4443 M:      Tyler Hicks <tyhicks@canonical.com>
4444 L:      ecryptfs@vger.kernel.org
4445 W:      http://ecryptfs.org
4446 W:      https://launchpad.net/ecryptfs
4447 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4448 S:      Supported
4449 F:      Documentation/filesystems/ecryptfs.txt
4450 F:      fs/ecryptfs/
4451
4452 EDAC-CORE
4453 M:      Borislav Petkov <bp@alien8.de>
4454 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4455 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4456 L:      linux-edac@vger.kernel.org
4457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4458 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4459 S:      Supported
4460 F:      Documentation/edac.txt
4461 F:      drivers/edac/
4462 F:      include/linux/edac.h
4463
4464 EDAC-AMD64
4465 M:      Borislav Petkov <bp@alien8.de>
4466 L:      linux-edac@vger.kernel.org
4467 S:      Maintained
4468 F:      drivers/edac/amd64_edac*
4469
4470 EDAC-CALXEDA
4471 M:      Robert Richter <rric@kernel.org>
4472 L:      linux-edac@vger.kernel.org
4473 S:      Maintained
4474 F:      drivers/edac/highbank*
4475
4476 EDAC-CAVIUM
4477 M:      Ralf Baechle <ralf@linux-mips.org>
4478 M:      David Daney <david.daney@cavium.com>
4479 L:      linux-edac@vger.kernel.org
4480 L:      linux-mips@linux-mips.org
4481 S:      Supported
4482 F:      drivers/edac/octeon_edac*
4483
4484 EDAC-E752X
4485 M:      Mark Gross <mark.gross@intel.com>
4486 L:      linux-edac@vger.kernel.org
4487 S:      Maintained
4488 F:      drivers/edac/e752x_edac.c
4489
4490 EDAC-E7XXX
4491 L:      linux-edac@vger.kernel.org
4492 S:      Maintained
4493 F:      drivers/edac/e7xxx_edac.c
4494
4495 EDAC-FSL_DDR
4496 M:      York Sun <york.sun@nxp.com>
4497 L:      linux-edac@vger.kernel.org
4498 S:      Maintained
4499 F:      drivers/edac/fsl_ddr_edac.*
4500
4501 EDAC-GHES
4502 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4503 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4504 L:      linux-edac@vger.kernel.org
4505 S:      Maintained
4506 F:      drivers/edac/ghes_edac.c
4507
4508 EDAC-I82443BXGX
4509 M:      Tim Small <tim@buttersideup.com>
4510 L:      linux-edac@vger.kernel.org
4511 S:      Maintained
4512 F:      drivers/edac/i82443bxgx_edac.c
4513
4514 EDAC-I3000
4515 L:      linux-edac@vger.kernel.org
4516 S:      Orphan
4517 F:      drivers/edac/i3000_edac.c
4518
4519 EDAC-I5000
4520 L:      linux-edac@vger.kernel.org
4521 S:      Maintained
4522 F:      drivers/edac/i5000_edac.c
4523
4524 EDAC-I5400
4525 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4526 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4527 L:      linux-edac@vger.kernel.org
4528 S:      Maintained
4529 F:      drivers/edac/i5400_edac.c
4530
4531 EDAC-I7300
4532 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4533 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4534 L:      linux-edac@vger.kernel.org
4535 S:      Maintained
4536 F:      drivers/edac/i7300_edac.c
4537
4538 EDAC-I7CORE
4539 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4540 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4541 L:      linux-edac@vger.kernel.org
4542 S:      Maintained
4543 F:      drivers/edac/i7core_edac.c
4544
4545 EDAC-I82975X
4546 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4547 M:      "Arvind R." <arvino55@gmail.com>
4548 L:      linux-edac@vger.kernel.org
4549 S:      Maintained
4550 F:      drivers/edac/i82975x_edac.c
4551
4552 EDAC-IE31200
4553 M:      Jason Baron <jbaron@akamai.com>
4554 L:      linux-edac@vger.kernel.org
4555 S:      Maintained
4556 F:      drivers/edac/ie31200_edac.c
4557
4558 EDAC-MPC85XX
4559 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4560 L:      linux-edac@vger.kernel.org
4561 S:      Maintained
4562 F:      drivers/edac/mpc85xx_edac.[ch]
4563
4564 EDAC-PASEMI
4565 M:      Egor Martovetsky <egor@pasemi.com>
4566 L:      linux-edac@vger.kernel.org
4567 S:      Maintained
4568 F:      drivers/edac/pasemi_edac.c
4569
4570 EDAC-R82600
4571 M:      Tim Small <tim@buttersideup.com>
4572 L:      linux-edac@vger.kernel.org
4573 S:      Maintained
4574 F:      drivers/edac/r82600_edac.c
4575
4576 EDAC-SBRIDGE
4577 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4578 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4579 L:      linux-edac@vger.kernel.org
4580 S:      Maintained
4581 F:      drivers/edac/sb_edac.c
4582
4583 EDAC-SKYLAKE
4584 M:      Tony Luck <tony.luck@intel.com>
4585 L:      linux-edac@vger.kernel.org
4586 S:      Maintained
4587 F:      drivers/edac/skx_edac.c
4588
4589 EDAC-XGENE
4590 APPLIED MICRO (APM) X-GENE SOC EDAC
4591 M:     Loc Ho <lho@apm.com>
4592 S:     Supported
4593 F:     drivers/edac/xgene_edac.c
4594 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4595
4596 EDIROL UA-101/UA-1000 DRIVER
4597 M:      Clemens Ladisch <clemens@ladisch.de>
4598 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4599 T:      git git://git.alsa-project.org/alsa-kernel.git
4600 S:      Maintained
4601 F:      sound/usb/misc/ua101.c
4602
4603 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4604 M:      Matt Fleming <matt@codeblueprint.co.uk>
4605 L:      linux-efi@vger.kernel.org
4606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4607 S:      Maintained
4608 F:      Documentation/efi-stub.txt
4609 F:      arch/ia64/kernel/efi.c
4610 F:      arch/x86/boot/compressed/eboot.[ch]
4611 F:      arch/x86/include/asm/efi.h
4612 F:      arch/x86/platform/efi/
4613 F:      drivers/firmware/efi/
4614 F:      include/linux/efi*.h
4615
4616 EFI VARIABLE FILESYSTEM
4617 M:      Matthew Garrett <matthew.garrett@nebula.com>
4618 M:      Jeremy Kerr <jk@ozlabs.org>
4619 M:      Matt Fleming <matt@codeblueprint.co.uk>
4620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4621 L:      linux-efi@vger.kernel.org
4622 S:      Maintained
4623 F:      fs/efivarfs/
4624
4625 EFIFB FRAMEBUFFER DRIVER
4626 L:      linux-fbdev@vger.kernel.org
4627 M:      Peter Jones <pjones@redhat.com>
4628 S:      Maintained
4629 F:      drivers/video/fbdev/efifb.c
4630
4631 EFI TEST DRIVER
4632 L:      linux-efi@vger.kernel.org
4633 M:      Ivan Hu <ivan.hu@canonical.com>
4634 M:      Matt Fleming <matt@codeblueprint.co.uk>
4635 S:      Maintained
4636 F:      drivers/firmware/efi/test/
4637
4638 EFS FILESYSTEM
4639 W:      http://aeschi.ch.eu.org/efs/
4640 S:      Orphan
4641 F:      fs/efs/
4642
4643 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4644 M:      Douglas Miller <dougmill@linux.vnet.ibm.com>
4645 L:      netdev@vger.kernel.org
4646 S:      Maintained
4647 F:      drivers/net/ethernet/ibm/ehea/
4648
4649 EM28XX VIDEO4LINUX DRIVER
4650 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4651 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4652 L:      linux-media@vger.kernel.org
4653 W:      https://linuxtv.org
4654 T:      git git://linuxtv.org/media_tree.git
4655 S:      Maintained
4656 F:      drivers/media/usb/em28xx/
4657
4658 EMBEDDED LINUX
4659 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4660 M:      Matt Mackall <mpm@selenic.com>
4661 M:      David Woodhouse <dwmw2@infradead.org>
4662 L:      linux-embedded@vger.kernel.org
4663 S:      Maintained
4664
4665 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4666 M:      James Smart <james.smart@avagotech.com>
4667 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4668 L:      linux-scsi@vger.kernel.org
4669 W:      http://www.avagotech.com
4670 S:      Supported
4671 F:      drivers/scsi/lpfc/
4672
4673 ENE CB710 FLASH CARD READER DRIVER
4674 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
4675 S:      Maintained
4676 F:      drivers/misc/cb710/
4677 F:      drivers/mmc/host/cb710-mmc.*
4678 F:      include/linux/cb710.h
4679
4680 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4681 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4682 S:      Maintained
4683 F:      drivers/media/rc/ene_ir.*
4684
4685 EPSON S1D13XXX FRAMEBUFFER DRIVER
4686 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4687 S:      Maintained
4688 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4689 F:      drivers/video/fbdev/s1d13xxxfb.c
4690 F:      include/video/s1d13xxxfb.h
4691
4692 ET131X NETWORK DRIVER
4693 M:      Mark Einon <mark.einon@gmail.com>
4694 S:      Odd Fixes
4695 F:      drivers/net/ethernet/agere/
4696
4697 ETHERNET BRIDGE
4698 M:      Stephen Hemminger <stephen@networkplumber.org>
4699 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
4700 L:      netdev@vger.kernel.org
4701 W:      http://www.linuxfoundation.org/en/Net:Bridge
4702 S:      Maintained
4703 F:      include/linux/netfilter_bridge/
4704 F:      net/bridge/
4705
4706 ETHERNET PHY LIBRARY
4707 M:      Florian Fainelli <f.fainelli@gmail.com>
4708 L:      netdev@vger.kernel.org
4709 S:      Maintained
4710 F:      include/linux/phy.h
4711 F:      include/linux/phy_fixed.h
4712 F:      drivers/net/phy/
4713 F:      Documentation/networking/phy.txt
4714 F:      drivers/of/of_mdio.c
4715 F:      drivers/of/of_net.c
4716
4717 EXT2 FILE SYSTEM
4718 M:      Jan Kara <jack@suse.com>
4719 L:      linux-ext4@vger.kernel.org
4720 S:      Maintained
4721 F:      Documentation/filesystems/ext2.txt
4722 F:      fs/ext2/
4723 F:      include/linux/ext2*
4724
4725 EXT4 FILE SYSTEM
4726 M:      "Theodore Ts'o" <tytso@mit.edu>
4727 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4728 L:      linux-ext4@vger.kernel.org
4729 W:      http://ext4.wiki.kernel.org
4730 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4731 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4732 S:      Maintained
4733 F:      Documentation/filesystems/ext4.txt
4734 F:      fs/ext4/
4735
4736 Extended Verification Module (EVM)
4737 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4738 L:      linux-ima-devel@lists.sourceforge.net
4739 L:      linux-security-module@vger.kernel.org
4740 S:      Supported
4741 F:      security/integrity/evm/
4742
4743 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4744 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4745 M:      Chanwoo Choi <cw00.choi@samsung.com>
4746 L:      linux-kernel@vger.kernel.org
4747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4748 S:      Maintained
4749 F:      drivers/extcon/
4750 F:      include/linux/extcon/
4751 F:      include/linux/extcon.h
4752 F:      Documentation/extcon/
4753 F:      Documentation/devicetree/bindings/extcon/
4754
4755 EXYNOS DP DRIVER
4756 M:      Jingoo Han <jingoohan1@gmail.com>
4757 L:      dri-devel@lists.freedesktop.org
4758 S:      Maintained
4759 F:      drivers/gpu/drm/exynos/exynos_dp*
4760
4761 EXYNOS SYSMMU (IOMMU) driver
4762 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4763 L:      iommu@lists.linux-foundation.org
4764 S:      Maintained
4765 F:      drivers/iommu/exynos-iommu.c
4766
4767 EXYNOS MIPI DISPLAY DRIVERS
4768 M:      Inki Dae <inki.dae@samsung.com>
4769 M:      Donghwa Lee <dh09.lee@samsung.com>
4770 M:      Kyungmin Park <kyungmin.park@samsung.com>
4771 L:      linux-fbdev@vger.kernel.org
4772 S:      Maintained
4773 F:      drivers/video/fbdev/exynos/exynos_mipi*
4774 F:      include/video/exynos_mipi*
4775
4776 EZchip NPS platform support
4777 M:      Noam Camus <noamc@ezchip.com>
4778 S:      Supported
4779 F:      arch/arc/plat-eznps
4780 F:      arch/arc/boot/dts/eznps.dts
4781
4782 F71805F HARDWARE MONITORING DRIVER
4783 M:      Jean Delvare <jdelvare@suse.com>
4784 L:      linux-hwmon@vger.kernel.org
4785 S:      Maintained
4786 F:      Documentation/hwmon/f71805f
4787 F:      drivers/hwmon/f71805f.c
4788
4789 FC0011 TUNER DRIVER
4790 M:      Michael Buesch <m@bues.ch>
4791 L:      linux-media@vger.kernel.org
4792 S:      Maintained
4793 F:      drivers/media/tuners/fc0011.h
4794 F:      drivers/media/tuners/fc0011.c
4795
4796 FC2580 MEDIA DRIVER
4797 M:      Antti Palosaari <crope@iki.fi>
4798 L:      linux-media@vger.kernel.org
4799 W:      https://linuxtv.org
4800 W:      http://palosaari.fi/linux/
4801 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4802 T:      git git://linuxtv.org/anttip/media_tree.git
4803 S:      Maintained
4804 F:      drivers/media/tuners/fc2580*
4805
4806 FANOTIFY
4807 M:      Eric Paris <eparis@redhat.com>
4808 S:      Maintained
4809 F:      fs/notify/fanotify/
4810 F:      include/linux/fanotify.h
4811 F:      include/uapi/linux/fanotify.h
4812
4813 FARSYNC SYNCHRONOUS DRIVER
4814 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4815 W:      http://www.farsite.co.uk/
4816 S:      Supported
4817 F:      drivers/net/wan/farsync.*
4818
4819 FAULT INJECTION SUPPORT
4820 M:      Akinobu Mita <akinobu.mita@gmail.com>
4821 S:      Supported
4822 F:      Documentation/fault-injection/
4823 F:      lib/fault-inject.c
4824
4825 FBTFT Framebuffer drivers
4826 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4827 M:      Noralf Trønnes <noralf@tronnes.org>
4828 S:      Maintained
4829 F:      drivers/staging/fbtft/
4830
4831 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4832 M:      Johannes Thumshirn <jth@kernel.org>
4833 L:      fcoe-devel@open-fcoe.org
4834 W:      www.Open-FCoE.org
4835 S:      Supported
4836 F:      drivers/scsi/libfc/
4837 F:      drivers/scsi/fcoe/
4838 F:      include/scsi/fc/
4839 F:      include/scsi/libfc.h
4840 F:      include/scsi/libfcoe.h
4841 F:      include/uapi/scsi/fc/
4842
4843 FILE LOCKING (flock() and fcntl()/lockf())
4844 M:      Jeff Layton <jlayton@poochiereds.net>
4845 M:      "J. Bruce Fields" <bfields@fieldses.org>
4846 L:      linux-fsdevel@vger.kernel.org
4847 S:      Maintained
4848 F:      include/linux/fcntl.h
4849 F:      include/linux/fs.h
4850 F:      include/uapi/linux/fcntl.h
4851 F:      include/uapi/linux/fs.h
4852 F:      fs/fcntl.c
4853 F:      fs/locks.c
4854
4855 FILESYSTEMS (VFS and infrastructure)
4856 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4857 L:      linux-fsdevel@vger.kernel.org
4858 S:      Maintained
4859 F:      fs/*
4860
4861 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4862 M:      Riku Voipio <riku.voipio@iki.fi>
4863 L:      linux-hwmon@vger.kernel.org
4864 S:      Maintained
4865 F:      drivers/hwmon/f75375s.c
4866 F:      include/linux/f75375s.h
4867
4868 FIREWIRE AUDIO DRIVERS
4869 M:      Clemens Ladisch <clemens@ladisch.de>
4870 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4871 T:      git git://git.alsa-project.org/alsa-kernel.git
4872 S:      Maintained
4873 F:      sound/firewire/
4874
4875 FIREWIRE MEDIA DRIVERS (firedtv)
4876 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4877 L:      linux-media@vger.kernel.org
4878 L:      linux1394-devel@lists.sourceforge.net
4879 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4880 S:      Maintained
4881 F:      drivers/media/firewire/
4882
4883 FIREWIRE SBP-2 TARGET
4884 M:      Chris Boot <bootc@bootc.net>
4885 L:      linux-scsi@vger.kernel.org
4886 L:      target-devel@vger.kernel.org
4887 L:      linux1394-devel@lists.sourceforge.net
4888 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4889 S:      Maintained
4890 F:      drivers/target/sbp/
4891
4892 FIREWIRE SUBSYSTEM
4893 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4894 L:      linux1394-devel@lists.sourceforge.net
4895 W:      http://ieee1394.wiki.kernel.org/
4896 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4897 S:      Maintained
4898 F:      drivers/firewire/
4899 F:      include/linux/firewire.h
4900 F:      include/uapi/linux/firewire*.h
4901 F:      tools/firewire/
4902
4903 FIRMWARE LOADER (request_firmware)
4904 M:      Ming Lei <ming.lei@canonical.com>
4905 M:      Luis R. Rodriguez <mcgrof@kernel.org>
4906 L:      linux-kernel@vger.kernel.org
4907 S:      Maintained
4908 F:      Documentation/firmware_class/
4909 F:      drivers/base/firmware*.c
4910 F:      include/linux/firmware.h
4911
4912 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4913 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4914 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4915 S:      Maintained
4916 F:      drivers/block/rsxx/
4917
4918 FLOPPY DRIVER
4919 M:      Jiri Kosina <jikos@kernel.org>
4920 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4921 S:      Odd fixes
4922 F:      drivers/block/floppy.c
4923
4924 FMC SUBSYSTEM
4925 M:      Alessandro Rubini <rubini@gnudd.com>
4926 W:      http://www.ohwr.org/projects/fmc-bus
4927 S:      Supported
4928 F:      drivers/fmc/
4929 F:      include/linux/fmc*.h
4930 F:      include/linux/ipmi-fru.h
4931 K:      fmc_d.*register
4932
4933 FPGA MANAGER FRAMEWORK
4934 M:      Alan Tull <atull@opensource.altera.com>
4935 R:      Moritz Fischer <moritz.fischer@ettus.com>
4936 S:      Maintained
4937 F:      drivers/fpga/
4938 F:      include/linux/fpga/fpga-mgr.h
4939 W:      http://www.rocketboards.org
4940
4941 FPU EMULATOR
4942 M:      Bill Metzenthen <billm@melbpc.org.au>
4943 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4944 S:      Maintained
4945 F:      arch/x86/math-emu/
4946
4947 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4948 L:      netdev@vger.kernel.org
4949 S:      Orphan
4950 F:      drivers/net/wan/dlci.c
4951 F:      drivers/net/wan/sdla.c
4952
4953 FRAMEBUFFER LAYER
4954 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4955 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4956 L:      linux-fbdev@vger.kernel.org
4957 W:      http://linux-fbdev.sourceforge.net/
4958 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4960 S:      Maintained
4961 F:      Documentation/fb/
4962 F:      drivers/video/
4963 F:      include/video/
4964 F:      include/linux/fb.h
4965 F:      include/uapi/video/
4966 F:      include/uapi/linux/fb.h
4967
4968 FREESCALE DIU FRAMEBUFFER DRIVER
4969 M:      Timur Tabi <timur@tabi.org>
4970 L:      linux-fbdev@vger.kernel.org
4971 S:      Maintained
4972 F:      drivers/video/fbdev/fsl-diu-fb.*
4973
4974 FREESCALE DMA DRIVER
4975 M:      Li Yang <leoli@freescale.com>
4976 M:      Zhang Wei <zw@zh-kernel.org>
4977 L:      linuxppc-dev@lists.ozlabs.org
4978 S:      Maintained
4979 F:      drivers/dma/fsldma.*
4980
4981 FREESCALE GPMI NAND DRIVER
4982 M:      Han Xu <han.xu@nxp.com>
4983 L:      linux-mtd@lists.infradead.org
4984 S:      Maintained
4985 F:      drivers/mtd/nand/gpmi-nand/*
4986
4987 FREESCALE I2C CPM DRIVER
4988 M:      Jochen Friedrich <jochen@scram.de>
4989 L:      linuxppc-dev@lists.ozlabs.org
4990 L:      linux-i2c@vger.kernel.org
4991 S:      Maintained
4992 F:      drivers/i2c/busses/i2c-cpm.c
4993
4994 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4995 M:      Sascha Hauer <kernel@pengutronix.de>
4996 L:      linux-fbdev@vger.kernel.org
4997 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4998 S:      Maintained
4999 F:      include/linux/platform_data/video-imxfb.h
5000 F:      drivers/video/fbdev/imxfb.c
5001
5002 FREESCALE QUAD SPI DRIVER
5003 M:      Han Xu <han.xu@nxp.com>
5004 L:      linux-mtd@lists.infradead.org
5005 S:      Maintained
5006 F:      drivers/mtd/spi-nor/fsl-quadspi.c
5007
5008 FREESCALE SOC FS_ENET DRIVER
5009 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
5010 M:      Vitaly Bordug <vbordug@ru.mvista.com>
5011 L:      linuxppc-dev@lists.ozlabs.org
5012 L:      netdev@vger.kernel.org
5013 S:      Maintained
5014 F:      drivers/net/ethernet/freescale/fs_enet/
5015 F:      include/linux/fs_enet_pd.h
5016
5017 FREESCALE IMX / MXC FEC DRIVER
5018 M:      Fugang Duan <fugang.duan@nxp.com>
5019 L:      netdev@vger.kernel.org
5020 S:      Maintained
5021 F:      drivers/net/ethernet/freescale/fec_main.c
5022 F:      drivers/net/ethernet/freescale/fec_ptp.c
5023 F:      drivers/net/ethernet/freescale/fec.h
5024 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
5025
5026 FREESCALE QUICC ENGINE LIBRARY
5027 L:      linuxppc-dev@lists.ozlabs.org
5028 S:      Orphan
5029 F:      drivers/soc/fsl/qe/
5030 F:      include/soc/fsl/*qe*.h
5031 F:      include/soc/fsl/*ucc*.h
5032
5033 FREESCALE USB PERIPHERAL DRIVERS
5034 M:      Li Yang <leoli@freescale.com>
5035 L:      linux-usb@vger.kernel.org
5036 L:      linuxppc-dev@lists.ozlabs.org
5037 S:      Maintained
5038 F:      drivers/usb/gadget/udc/fsl*
5039
5040 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5041 M:      Li Yang <leoli@freescale.com>
5042 L:      netdev@vger.kernel.org
5043 L:      linuxppc-dev@lists.ozlabs.org
5044 S:      Maintained
5045 F:      drivers/net/ethernet/freescale/ucc_geth*
5046
5047 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5048 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
5049 L:      netdev@vger.kernel.org
5050 S:      Maintained
5051 F:      drivers/net/ethernet/freescale/gianfar*
5052 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
5053 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5054
5055 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5056 M:      Zhao Qiang <qiang.zhao@nxp.com>
5057 L:      netdev@vger.kernel.org
5058 L:      linuxppc-dev@lists.ozlabs.org
5059 S:      Maintained
5060 F:      drivers/net/wan/fsl_ucc_hdlc*
5061
5062 FREESCALE QUICC ENGINE UCC UART DRIVER
5063 M:      Timur Tabi <timur@tabi.org>
5064 L:      linuxppc-dev@lists.ozlabs.org
5065 S:      Maintained
5066 F:      drivers/tty/serial/ucc_uart.c
5067
5068 FREESCALE SOC SOUND DRIVERS
5069 M:      Timur Tabi <timur@tabi.org>
5070 M:      Nicolin Chen <nicoleotsuka@gmail.com>
5071 M:      Xiubo Li <Xiubo.Lee@gmail.com>
5072 R:      Fabio Estevam <fabio.estevam@nxp.com>
5073 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5074 L:      linuxppc-dev@lists.ozlabs.org
5075 S:      Maintained
5076 F:      sound/soc/fsl/fsl*
5077 F:      sound/soc/fsl/imx*
5078 F:      sound/soc/fsl/mpc8610_hpcd.c
5079
5080 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
5081 M:      "J. German Rivera" <German.Rivera@freescale.com>
5082 M:      Stuart Yoder <stuart.yoder@nxp.com>
5083 L:      linux-kernel@vger.kernel.org
5084 S:      Maintained
5085 F:      drivers/staging/fsl-mc/
5086
5087 FREEVXFS FILESYSTEM
5088 M:      Christoph Hellwig <hch@infradead.org>
5089 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
5090 S:      Maintained
5091 F:      fs/freevxfs/
5092
5093 FREEZER
5094 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5095 M:      Pavel Machek <pavel@ucw.cz>
5096 L:      linux-pm@vger.kernel.org
5097 S:      Supported
5098 F:      Documentation/power/freezing-of-tasks.txt
5099 F:      include/linux/freezer.h
5100 F:      kernel/freezer.c
5101
5102 FRONTSWAP API
5103 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5104 L:      linux-kernel@vger.kernel.org
5105 S:      Maintained
5106 F:      mm/frontswap.c
5107 F:      include/linux/frontswap.h
5108
5109 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5110 M:      David Howells <dhowells@redhat.com>
5111 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
5112 S:      Supported
5113 F:      Documentation/filesystems/caching/
5114 F:      fs/fscache/
5115 F:      include/linux/fscache*.h
5116
5117 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5118 M:      Theodore Y. Ts'o <tytso@mit.edu>
5119 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5120 S:      Supported
5121 F:      fs/crypto/
5122 F:      include/linux/fscrypto.h
5123
5124 F2FS FILE SYSTEM
5125 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5126 M:      Chao Yu <yuchao0@huawei.com>
5127 L:      linux-f2fs-devel@lists.sourceforge.net
5128 W:      https://f2fs.wiki.kernel.org/
5129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5130 S:      Maintained
5131 F:      Documentation/filesystems/f2fs.txt
5132 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5133 F:      fs/f2fs/
5134 F:      include/linux/f2fs_fs.h
5135 F:      include/trace/events/f2fs.h
5136
5137 FUJITSU FR-V (FRV) PORT
5138 S:      Orphan
5139 F:      arch/frv/
5140
5141 FUJITSU LAPTOP EXTRAS
5142 M:      Jonathan Woithe <jwoithe@just42.net>
5143 L:      platform-driver-x86@vger.kernel.org
5144 S:      Maintained
5145 F:      drivers/platform/x86/fujitsu-laptop.c
5146
5147 FUJITSU M-5MO LS CAMERA ISP DRIVER
5148 M:      Kyungmin Park <kyungmin.park@samsung.com>
5149 M:      Heungjun Kim <riverful.kim@samsung.com>
5150 L:      linux-media@vger.kernel.org
5151 S:      Maintained
5152 F:      drivers/media/i2c/m5mols/
5153 F:      include/media/i2c/m5mols.h
5154
5155 FUJITSU TABLET EXTRAS
5156 M:      Robert Gerlach <khnz@gmx.de>
5157 L:      platform-driver-x86@vger.kernel.org
5158 S:      Maintained
5159 F:      drivers/platform/x86/fujitsu-tablet.c
5160
5161 FUSE: FILESYSTEM IN USERSPACE
5162 M:      Miklos Szeredi <miklos@szeredi.hu>
5163 L:      linux-fsdevel@vger.kernel.org
5164 W:      http://fuse.sourceforge.net/
5165 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5166 S:      Maintained
5167 F:      fs/fuse/
5168 F:      include/uapi/linux/fuse.h
5169 F:      Documentation/filesystems/fuse.txt
5170
5171 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5172 M:      Rik Faith <faith@cs.unc.edu>
5173 L:      linux-scsi@vger.kernel.org
5174 S:      Odd Fixes (e.g., new signatures)
5175 F:      drivers/scsi/fdomain.*
5176
5177 GCC PLUGINS
5178 M:      Kees Cook <keescook@chromium.org>
5179 R:      Emese Revfy <re.emese@gmail.com>
5180 L:      kernel-hardening@lists.openwall.com
5181 S:      Maintained
5182 F:      scripts/gcc-plugins/
5183 F:      scripts/gcc-plugin.sh
5184 F:      Documentation/gcc-plugins.txt
5185
5186 GCOV BASED KERNEL PROFILING
5187 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5188 S:      Maintained
5189 F:      kernel/gcov/
5190 F:      Documentation/dev-tools/gcov.rst
5191
5192 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5193 M:      Achim Leubner <achim_leubner@adaptec.com>
5194 L:      linux-scsi@vger.kernel.org
5195 W:      http://www.icp-vortex.com/
5196 S:      Supported
5197 F:      drivers/scsi/gdt*
5198
5199 GDB KERNEL DEBUGGING HELPER SCRIPTS
5200 M:      Jan Kiszka <jan.kiszka@siemens.com>
5201 M:      Kieran Bingham <kieran@bingham.xyz>
5202 S:      Supported
5203 F:      scripts/gdb/
5204
5205 GEMTEK FM RADIO RECEIVER DRIVER
5206 M:      Hans Verkuil <hverkuil@xs4all.nl>
5207 L:      linux-media@vger.kernel.org
5208 T:      git git://linuxtv.org/media_tree.git
5209 W:      https://linuxtv.org
5210 S:      Maintained
5211 F:      drivers/media/radio/radio-gemtek*
5212
5213 GENERIC GPIO I2C DRIVER
5214 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
5215 S:      Supported
5216 F:      drivers/i2c/busses/i2c-gpio.c
5217 F:      include/linux/i2c-gpio.h
5218
5219 GENERIC GPIO I2C MULTIPLEXER DRIVER
5220 M:      Peter Korsgaard <peter.korsgaard@barco.com>
5221 L:      linux-i2c@vger.kernel.org
5222 S:      Supported
5223 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5224 F:      include/linux/i2c-mux-gpio.h
5225 F:      Documentation/i2c/muxes/i2c-mux-gpio
5226
5227 GENERIC HDLC (WAN) DRIVERS
5228 M:      Krzysztof Halasa <khc@pm.waw.pl>
5229 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5230 S:      Maintained
5231 F:      drivers/net/wan/c101.c
5232 F:      drivers/net/wan/hd6457*
5233 F:      drivers/net/wan/hdlc*
5234 F:      drivers/net/wan/n2.c
5235 F:      drivers/net/wan/pc300too.c
5236 F:      drivers/net/wan/pci200syn.c
5237 F:      drivers/net/wan/wanxl*
5238
5239 GENERIC INCLUDE/ASM HEADER FILES
5240 M:      Arnd Bergmann <arnd@arndb.de>
5241 L:      linux-arch@vger.kernel.org
5242 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5243 S:      Maintained
5244 F:      include/asm-generic/
5245 F:      include/uapi/asm-generic/
5246
5247 GENERIC PHY FRAMEWORK
5248 M:      Kishon Vijay Abraham I <kishon@ti.com>
5249 L:      linux-kernel@vger.kernel.org
5250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5251 S:      Supported
5252 F:      drivers/phy/
5253 F:      include/linux/phy/
5254
5255 GENERIC PM DOMAINS
5256 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5257 M:      Kevin Hilman <khilman@kernel.org>
5258 M:      Ulf Hansson <ulf.hansson@linaro.org>
5259 L:      linux-pm@vger.kernel.org
5260 S:      Supported
5261 F:      drivers/base/power/domain*.c
5262 F:      include/linux/pm_domain.h
5263
5264 GENERIC UIO DRIVER FOR PCI DEVICES
5265 M:      "Michael S. Tsirkin" <mst@redhat.com>
5266 L:      kvm@vger.kernel.org
5267 S:      Supported
5268 F:      drivers/uio/uio_pci_generic.c
5269
5270 GET_MAINTAINER SCRIPT
5271 M:      Joe Perches <joe@perches.com>
5272 S:      Maintained
5273 F:      scripts/get_maintainer.pl
5274
5275 GFS2 FILE SYSTEM
5276 M:      Steven Whitehouse <swhiteho@redhat.com>
5277 M:      Bob Peterson <rpeterso@redhat.com>
5278 L:      cluster-devel@redhat.com
5279 W:      http://sources.redhat.com/cluster/
5280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5281 S:      Supported
5282 F:      Documentation/filesystems/gfs2*.txt
5283 F:      fs/gfs2/
5284 F:      include/uapi/linux/gfs2_ondisk.h
5285
5286 GIGASET ISDN DRIVERS
5287 M:      Paul Bolle <pebolle@tiscali.nl>
5288 L:      gigaset307x-common@lists.sourceforge.net
5289 W:      http://gigaset307x.sourceforge.net/
5290 S:      Odd Fixes
5291 F:      Documentation/isdn/README.gigaset
5292 F:      drivers/isdn/gigaset/
5293 F:      include/uapi/linux/gigaset_dev.h
5294
5295 GO7007 MPEG CODEC
5296 M:      Hans Verkuil <hans.verkuil@cisco.com>
5297 L:      linux-media@vger.kernel.org
5298 S:      Maintained
5299 F:      drivers/media/usb/go7007/
5300
5301 GOODIX TOUCHSCREEN
5302 M:      Bastien Nocera <hadess@hadess.net>
5303 L:      linux-input@vger.kernel.org
5304 S:      Maintained
5305 F:      drivers/input/touchscreen/goodix.c
5306
5307 GPIO MOCKUP DRIVER
5308 M:      Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5309 L:      linux-gpio@vger.kernel.org
5310 S:      Maintained
5311 F:      drivers/gpio/gpio-mockup.c
5312 F:      tools/testing/selftests/gpio/
5313
5314 GPIO SUBSYSTEM
5315 M:      Linus Walleij <linus.walleij@linaro.org>
5316 M:      Alexandre Courbot <gnurou@gmail.com>
5317 L:      linux-gpio@vger.kernel.org
5318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5319 S:      Maintained
5320 F:      Documentation/devicetree/bindings/gpio/
5321 F:      Documentation/gpio/
5322 F:      Documentation/ABI/testing/gpio-cdev
5323 F:      Documentation/ABI/obsolete/sysfs-gpio
5324 F:      drivers/gpio/
5325 F:      include/linux/gpio/
5326 F:      include/linux/gpio.h
5327 F:      include/asm-generic/gpio.h
5328 F:      include/uapi/linux/gpio.h
5329 F:      tools/gpio/
5330
5331 GRE DEMULTIPLEXER DRIVER
5332 M:      Dmitry Kozlov <xeb@mail.ru>
5333 L:      netdev@vger.kernel.org
5334 S:      Maintained
5335 F:      net/ipv4/gre_demux.c
5336 F:      net/ipv4/gre_offload.c
5337 F:      include/net/gre.h
5338
5339 GRETH 10/100/1G Ethernet MAC device driver
5340 M:      Andreas Larsson <andreas@gaisler.com>
5341 L:      netdev@vger.kernel.org
5342 S:      Maintained
5343 F:      drivers/net/ethernet/aeroflex/
5344
5345 GREYBUS SUBSYSTEM
5346 M:      Johan Hovold <johan@kernel.org>
5347 M:      Alex Elder <elder@kernel.org>
5348 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5349 S:      Maintained
5350 F:      drivers/staging/greybus/
5351
5352 GREYBUS AUDIO PROTOCOLS DRIVERS
5353 M:      Vaibhav Agarwal <vaibhav.sr@gmail.com>
5354 M:      Mark Greer <mgreer@animalcreek.com>
5355 S:      Maintained
5356 F:      drivers/staging/greybus/audio_apbridgea.c
5357 F:      drivers/staging/greybus/audio_apbridgea.h
5358 F:      drivers/staging/greybus/audio_codec.c
5359 F:      drivers/staging/greybus/audio_codec.h
5360 F:      drivers/staging/greybus/audio_gb.c
5361 F:      drivers/staging/greybus/audio_manager.c
5362 F:      drivers/staging/greybus/audio_manager.h
5363 F:      drivers/staging/greybus/audio_manager_module.c
5364 F:      drivers/staging/greybus/audio_manager_private.h
5365 F:      drivers/staging/greybus/audio_manager_sysfs.c
5366 F:      drivers/staging/greybus/audio_module.c
5367 F:      drivers/staging/greybus/audio_topology.c
5368
5369 GREYBUS PROTOCOLS DRIVERS
5370 M:      Rui Miguel Silva <rmfrfs@gmail.com>
5371 S:      Maintained
5372 F:      drivers/staging/greybus/sdio.c
5373 F:      drivers/staging/greybus/light.c
5374 F:      drivers/staging/greybus/gpio.c
5375 F:      drivers/staging/greybus/power_supply.c
5376 F:      drivers/staging/greybus/spi.c
5377 F:      drivers/staging/greybus/spilib.c
5378
5379 GREYBUS PROTOCOLS DRIVERS
5380 M:      Bryan O'Donoghue <pure.logic@nexus-software.ie>
5381 S:      Maintained
5382 F:      drivers/staging/greybus/loopback.c
5383 F:      drivers/staging/greybus/timesync.c
5384 F:      drivers/staging/greybus/timesync_platform.c
5385
5386 GREYBUS PROTOCOLS DRIVERS
5387 M:      Viresh Kumar <vireshk@kernel.org>
5388 S:      Maintained
5389 F:      drivers/staging/greybus/authentication.c
5390 F:      drivers/staging/greybus/bootrom.c
5391 F:      drivers/staging/greybus/firmware.h
5392 F:      drivers/staging/greybus/fw-core.c
5393 F:      drivers/staging/greybus/fw-download.c
5394 F:      drivers/staging/greybus/fw-managament.c
5395 F:      drivers/staging/greybus/greybus_authentication.h
5396 F:      drivers/staging/greybus/greybus_firmware.h
5397 F:      drivers/staging/greybus/hid.c
5398 F:      drivers/staging/greybus/i2c.c
5399 F:      drivers/staging/greybus/spi.c
5400 F:      drivers/staging/greybus/spilib.c
5401 F:      drivers/staging/greybus/spilib.h
5402
5403 GREYBUS PROTOCOLS DRIVERS
5404 M:      David Lin <dtwlin@gmail.com>
5405 S:      Maintained
5406 F:      drivers/staging/greybus/uart.c
5407 F:      drivers/staging/greybus/log.c
5408
5409 GREYBUS PLATFORM DRIVERS
5410 M:      Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5411 S:      Maintained
5412 F:      drivers/staging/greybus/arche-platform.c
5413 F:      drivers/staging/greybus/arche-apb-ctrl.c
5414 F:      drivers/staging/greybus/arche_platform.h
5415
5416 GSPCA FINEPIX SUBDRIVER
5417 M:      Frank Zago <frank@zago.net>
5418 L:      linux-media@vger.kernel.org
5419 T:      git git://linuxtv.org/media_tree.git
5420 S:      Maintained
5421 F:      drivers/media/usb/gspca/finepix.c
5422
5423 GSPCA GL860 SUBDRIVER
5424 M:      Olivier Lorin <o.lorin@laposte.net>
5425 L:      linux-media@vger.kernel.org
5426 T:      git git://linuxtv.org/media_tree.git
5427 S:      Maintained
5428 F:      drivers/media/usb/gspca/gl860/
5429
5430 GSPCA M5602 SUBDRIVER
5431 M:      Erik Andren <erik.andren@gmail.com>
5432 L:      linux-media@vger.kernel.org
5433 T:      git git://linuxtv.org/media_tree.git
5434 S:      Maintained
5435 F:      drivers/media/usb/gspca/m5602/
5436
5437 GSPCA PAC207 SONIXB SUBDRIVER
5438 M:      Hans Verkuil <hverkuil@xs4all.nl>
5439 L:      linux-media@vger.kernel.org
5440 T:      git git://linuxtv.org/media_tree.git
5441 S:      Odd Fixes
5442 F:      drivers/media/usb/gspca/pac207.c
5443
5444 GSPCA SN9C20X SUBDRIVER
5445 M:      Brian Johnson <brijohn@gmail.com>
5446 L:      linux-media@vger.kernel.org
5447 T:      git git://linuxtv.org/media_tree.git
5448 S:      Maintained
5449 F:      drivers/media/usb/gspca/sn9c20x.c
5450
5451 GSPCA T613 SUBDRIVER
5452 M:      Leandro Costantino <lcostantino@gmail.com>
5453 L:      linux-media@vger.kernel.org
5454 T:      git git://linuxtv.org/media_tree.git
5455 S:      Maintained
5456 F:      drivers/media/usb/gspca/t613.c
5457
5458 GSPCA USB WEBCAM DRIVER
5459 M:      Hans Verkuil <hverkuil@xs4all.nl>
5460 L:      linux-media@vger.kernel.org
5461 T:      git git://linuxtv.org/media_tree.git
5462 S:      Odd Fixes
5463 F:      drivers/media/usb/gspca/
5464
5465 GUID PARTITION TABLE (GPT)
5466 M:      Davidlohr Bueso <dave@stgolabs.net>
5467 L:      linux-efi@vger.kernel.org
5468 S:      Maintained
5469 F:      block/partitions/efi.*
5470
5471 STK1160 USB VIDEO CAPTURE DRIVER
5472 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5473 L:      linux-media@vger.kernel.org
5474 T:      git git://linuxtv.org/media_tree.git
5475 S:      Maintained
5476 F:      drivers/media/usb/stk1160/
5477
5478 H8/300 ARCHITECTURE
5479 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5480 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5481 W:      http://uclinux-h8.sourceforge.jp
5482 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5483 S:      Maintained
5484 F:      arch/h8300/
5485 F:      drivers/clocksource/h8300_*.c
5486 F:      drivers/clk/h8300/
5487 F:      drivers/irqchip/irq-renesas-h8*.c
5488
5489 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5490 M:      Frank Seidel <frank@f-seidel.de>
5491 L:      platform-driver-x86@vger.kernel.org
5492 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5493 S:      Maintained
5494 F:      drivers/platform/x86/hdaps.c
5495
5496 HDPVR USB VIDEO ENCODER DRIVER
5497 M:      Hans Verkuil <hverkuil@xs4all.nl>
5498 L:      linux-media@vger.kernel.org
5499 T:      git git://linuxtv.org/media_tree.git
5500 W:      https://linuxtv.org
5501 S:      Odd Fixes
5502 F:      drivers/media/usb/hdpvr/
5503
5504 HWPOISON MEMORY FAILURE HANDLING
5505 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5506 L:      linux-mm@kvack.org
5507 S:      Maintained
5508 F:      mm/memory-failure.c
5509 F:      mm/hwpoison-inject.c
5510
5511 HYPERVISOR VIRTUAL CONSOLE DRIVER
5512 L:      linuxppc-dev@lists.ozlabs.org
5513 S:      Odd Fixes
5514 F:      drivers/tty/hvc/
5515
5516 HACKRF MEDIA DRIVER
5517 M:      Antti Palosaari <crope@iki.fi>
5518 L:      linux-media@vger.kernel.org
5519 W:      https://linuxtv.org
5520 W:      http://palosaari.fi/linux/
5521 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5522 T:      git git://linuxtv.org/anttip/media_tree.git
5523 S:      Maintained
5524 F:      drivers/media/usb/hackrf/
5525
5526 HARDWARE MONITORING
5527 M:      Jean Delvare <jdelvare@suse.com>
5528 M:      Guenter Roeck <linux@roeck-us.net>
5529 L:      linux-hwmon@vger.kernel.org
5530 W:      http://hwmon.wiki.kernel.org/
5531 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5532 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5533 S:      Maintained
5534 F:      Documentation/hwmon/
5535 F:      drivers/hwmon/
5536 F:      include/linux/hwmon*.h
5537
5538 HARDWARE RANDOM NUMBER GENERATOR CORE
5539 M:      Matt Mackall <mpm@selenic.com>
5540 M:      Herbert Xu <herbert@gondor.apana.org.au>
5541 L:      linux-crypto@vger.kernel.org
5542 S:      Odd fixes
5543 F:      Documentation/devicetree/bindings/rng/
5544 F:      Documentation/hw_random.txt
5545 F:      drivers/char/hw_random/
5546 F:      include/linux/hw_random.h
5547
5548 HARDWARE SPINLOCK CORE
5549 M:      Ohad Ben-Cohen <ohad@wizery.com>
5550 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5551 L:      linux-remoteproc@vger.kernel.org
5552 S:      Maintained
5553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5554 F:      Documentation/devicetree/bindings/hwlock/
5555 F:      Documentation/hwspinlock.txt
5556 F:      drivers/hwspinlock/
5557 F:      include/linux/hwspinlock.h
5558
5559 HARMONY SOUND DRIVER
5560 L:      linux-parisc@vger.kernel.org
5561 S:      Maintained
5562 F:      sound/parisc/harmony.*
5563
5564 HD29L2 MEDIA DRIVER
5565 M:      Antti Palosaari <crope@iki.fi>
5566 L:      linux-media@vger.kernel.org
5567 W:      https://linuxtv.org
5568 W:      http://palosaari.fi/linux/
5569 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5570 T:      git git://linuxtv.org/anttip/media_tree.git
5571 S:      Maintained
5572 F:      drivers/media/dvb-frontends/hd29l2*
5573
5574 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5575 M:      Brian Boylston <brian.boylston@hpe.com>
5576 S:      Supported
5577 F:      Documentation/watchdog/hpwdt.txt
5578 F:      drivers/watchdog/hpwdt.c
5579
5580 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5581 M:      Don Brace <don.brace@microsemi.com>
5582 L:      iss_storagedev@hp.com
5583 L:      esc.storagedev@microsemi.com
5584 L:      linux-scsi@vger.kernel.org
5585 S:      Supported
5586 F:      Documentation/scsi/hpsa.txt
5587 F:      drivers/scsi/hpsa*.[ch]
5588 F:      include/linux/cciss*.h
5589 F:      include/uapi/linux/cciss*.h
5590
5591 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5592 M:      Don Brace <don.brace@microsemi.com>
5593 L:      iss_storagedev@hp.com
5594 L:      esc.storagedev@microsemi.com
5595 L:      linux-scsi@vger.kernel.org
5596 S:      Supported
5597 F:      Documentation/blockdev/cciss.txt
5598 F:      drivers/block/cciss*
5599 F:      include/linux/cciss_ioctl.h
5600 F:      include/uapi/linux/cciss_ioctl.h
5601
5602 HFI1 DRIVER
5603 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
5604 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
5605 L:      linux-rdma@vger.kernel.org
5606 S:      Supported
5607 F:      drivers/infiniband/hw/hfi1
5608
5609 HFS FILESYSTEM
5610 L:      linux-fsdevel@vger.kernel.org
5611 S:      Orphan
5612 F:      Documentation/filesystems/hfs.txt
5613 F:      fs/hfs/
5614
5615 HFSPLUS FILESYSTEM
5616 L:      linux-fsdevel@vger.kernel.org
5617 S:      Orphan
5618 F:      Documentation/filesystems/hfsplus.txt
5619 F:      fs/hfsplus/
5620
5621 HGA FRAMEBUFFER DRIVER
5622 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5623 L:      linux-nvidia@lists.surfsouth.com
5624 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5625 S:      Maintained
5626 F:      drivers/video/fbdev/hgafb.c
5627
5628 HIBERNATION (aka Software Suspend, aka swsusp)
5629 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5630 M:      Pavel Machek <pavel@ucw.cz>
5631 L:      linux-pm@vger.kernel.org
5632 S:      Supported
5633 F:      arch/x86/power/
5634 F:      drivers/base/power/
5635 F:      kernel/power/
5636 F:      include/linux/suspend.h
5637 F:      include/linux/freezer.h
5638 F:      include/linux/pm.h
5639 F:      arch/*/include/asm/suspend*.h
5640
5641 HID CORE LAYER
5642 M:      Jiri Kosina <jikos@kernel.org>
5643 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5644 L:      linux-input@vger.kernel.org
5645 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5646 S:      Maintained
5647 F:      drivers/hid/
5648 F:      include/linux/hid*
5649 F:      include/uapi/linux/hid*
5650
5651 HID SENSOR HUB DRIVERS
5652 M:      Jiri Kosina <jikos@kernel.org>
5653 M:      Jonathan Cameron <jic23@kernel.org>
5654 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5655 L:      linux-input@vger.kernel.org
5656 L:      linux-iio@vger.kernel.org
5657 S:      Maintained
5658 F:      Documentation/hid/hid-sensor*
5659 F:      drivers/hid/hid-sensor-*
5660 F:      drivers/iio/*/hid-*
5661 F:      include/linux/hid-sensor-*
5662
5663 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5664 M:      Thomas Gleixner <tglx@linutronix.de>
5665 L:      linux-kernel@vger.kernel.org
5666 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5667 S:      Maintained
5668 F:      Documentation/timers/
5669 F:      kernel/time/hrtimer.c
5670 F:      kernel/time/clockevents.c
5671 F:      kernel/time/tick*.*
5672 F:      kernel/time/timer_*.c
5673 F:      include/linux/clockchips.h
5674 F:      include/linux/hrtimer.h
5675
5676 HIGH-SPEED SCC DRIVER FOR AX.25
5677 L:      linux-hams@vger.kernel.org
5678 S:      Orphan
5679 F:      drivers/net/hamradio/dmascc.c
5680 F:      drivers/net/hamradio/scc.c
5681
5682 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5683 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5684 W:      http://www.highpoint-tech.com
5685 S:      Supported
5686 F:      Documentation/scsi/hptiop.txt
5687 F:      drivers/scsi/hptiop.c
5688
5689 HIPPI
5690 M:      Jes Sorensen <jes@trained-monkey.org>
5691 L:      linux-hippi@sunsite.dk
5692 S:      Maintained
5693 F:      include/linux/hippidevice.h
5694 F:      include/uapi/linux/if_hippi.h
5695 F:      net/802/hippi.c
5696 F:      drivers/net/hippi/
5697
5698 HISILICON NETWORK SUBSYSTEM DRIVER
5699 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
5700 M:      Salil Mehta <salil.mehta@huawei.com>
5701 L:      netdev@vger.kernel.org
5702 W:      http://www.hisilicon.com
5703 S:      Maintained
5704 F:      drivers/net/ethernet/hisilicon/
5705 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
5706
5707 HISILICON SAS Controller
5708 M:      John Garry <john.garry@huawei.com>
5709 W:      http://www.hisilicon.com
5710 S:      Supported
5711 F:      drivers/scsi/hisi_sas/
5712 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5713
5714 HOST AP DRIVER
5715 M:      Jouni Malinen <j@w1.fi>
5716 L:      linux-wireless@vger.kernel.org
5717 W:      http://w1.fi/hostap-driver.html
5718 S:      Obsolete
5719 F:      drivers/net/wireless/intersil/hostap/
5720
5721 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5722 L:      platform-driver-x86@vger.kernel.org
5723 S:      Orphan
5724 F:      drivers/platform/x86/tc1100-wmi.c
5725
5726 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5727 M:      Jaroslav Kysela <perex@perex.cz>
5728 S:      Maintained
5729 F:      drivers/net/ethernet/hp/hp100.*
5730
5731 HPET:   High Precision Event Timers driver
5732 M:      Clemens Ladisch <clemens@ladisch.de>
5733 S:      Maintained
5734 F:      Documentation/timers/hpet.txt
5735 F:      drivers/char/hpet.c
5736 F:      include/linux/hpet.h
5737 F:      include/uapi/linux/hpet.h
5738
5739 HPET:   x86
5740 S:      Orphan
5741 F:      arch/x86/kernel/hpet.c
5742 F:      arch/x86/include/asm/hpet.h
5743
5744 HPFS FILESYSTEM
5745 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5746 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5747 S:      Maintained
5748 F:      fs/hpfs/
5749
5750 HSI SUBSYSTEM
5751 M:      Sebastian Reichel <sre@kernel.org>
5752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5753 S:      Maintained
5754 F:      Documentation/ABI/testing/sysfs-bus-hsi
5755 F:      Documentation/device-drivers/serial-interfaces.rst
5756 F:      drivers/hsi/
5757 F:      include/linux/hsi/
5758 F:      include/uapi/linux/hsi/
5759
5760 HSO 3G MODEM DRIVER
5761 M:      Jan Dumon <j.dumon@option.com>
5762 W:      http://www.pharscape.org
5763 S:      Maintained
5764 F:      drivers/net/usb/hso.c
5765
5766 HSR NETWORK PROTOCOL
5767 M:      Arvid Brodin <arvid.brodin@alten.se>
5768 L:      netdev@vger.kernel.org
5769 S:      Maintained
5770 F:      net/hsr/
5771
5772 HTCPEN TOUCHSCREEN DRIVER
5773 M:      Pau Oliva Fora <pof@eslack.org>
5774 L:      linux-input@vger.kernel.org
5775 S:      Maintained
5776 F:      drivers/input/touchscreen/htcpen.c
5777
5778 HUGETLB FILESYSTEM
5779 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5780 S:      Maintained
5781 F:      fs/hugetlbfs/
5782
5783 Hyper-V CORE AND DRIVERS
5784 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5785 M:      Haiyang Zhang <haiyangz@microsoft.com>
5786 L:      devel@linuxdriverproject.org
5787 S:      Maintained
5788 F:      arch/x86/include/asm/mshyperv.h
5789 F:      arch/x86/include/uapi/asm/hyperv.h
5790 F:      arch/x86/kernel/cpu/mshyperv.c
5791 F:      drivers/hid/hid-hyperv.c
5792 F:      drivers/hv/
5793 F:      drivers/input/serio/hyperv-keyboard.c
5794 F:      drivers/pci/host/pci-hyperv.c
5795 F:      drivers/net/hyperv/
5796 F:      drivers/scsi/storvsc_drv.c
5797 F:      drivers/video/fbdev/hyperv_fb.c
5798 F:      include/linux/hyperv.h
5799 F:      tools/hv/
5800 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5801
5802 I2C MUXES
5803 M:      Peter Rosin <peda@axentia.se>
5804 L:      linux-i2c@vger.kernel.org
5805 S:      Maintained
5806 F:      Documentation/i2c/i2c-topology
5807 F:      Documentation/i2c/muxes/
5808 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5809 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
5810 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
5811 F:      drivers/i2c/i2c-mux.c
5812 F:      drivers/i2c/muxes/
5813 F:      include/linux/i2c-mux.h
5814
5815 I2C OVER PARALLEL PORT
5816 M:      Jean Delvare <jdelvare@suse.com>
5817 L:      linux-i2c@vger.kernel.org
5818 S:      Maintained
5819 F:      Documentation/i2c/busses/i2c-parport
5820 F:      Documentation/i2c/busses/i2c-parport-light
5821 F:      drivers/i2c/busses/i2c-parport.c
5822 F:      drivers/i2c/busses/i2c-parport-light.c
5823
5824 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5825 M:      Jean Delvare <jdelvare@suse.com>
5826 L:      linux-i2c@vger.kernel.org
5827 S:      Maintained
5828 F:      Documentation/i2c/busses/i2c-ali1535
5829 F:      Documentation/i2c/busses/i2c-ali1563
5830 F:      Documentation/i2c/busses/i2c-ali15x3
5831 F:      Documentation/i2c/busses/i2c-amd756
5832 F:      Documentation/i2c/busses/i2c-amd8111
5833 F:      Documentation/i2c/busses/i2c-i801
5834 F:      Documentation/i2c/busses/i2c-nforce2
5835 F:      Documentation/i2c/busses/i2c-piix4
5836 F:      Documentation/i2c/busses/i2c-sis5595
5837 F:      Documentation/i2c/busses/i2c-sis630
5838 F:      Documentation/i2c/busses/i2c-sis96x
5839 F:      Documentation/i2c/busses/i2c-via
5840 F:      Documentation/i2c/busses/i2c-viapro
5841 F:      drivers/i2c/busses/i2c-ali1535.c
5842 F:      drivers/i2c/busses/i2c-ali1563.c
5843 F:      drivers/i2c/busses/i2c-ali15x3.c
5844 F:      drivers/i2c/busses/i2c-amd756.c
5845 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5846 F:      drivers/i2c/busses/i2c-amd8111.c
5847 F:      drivers/i2c/busses/i2c-i801.c
5848 F:      drivers/i2c/busses/i2c-isch.c
5849 F:      drivers/i2c/busses/i2c-nforce2.c
5850 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5851 F:      drivers/i2c/busses/i2c-piix4.c
5852 F:      drivers/i2c/busses/i2c-sis5595.c
5853 F:      drivers/i2c/busses/i2c-sis630.c
5854 F:      drivers/i2c/busses/i2c-sis96x.c
5855 F:      drivers/i2c/busses/i2c-via.c
5856 F:      drivers/i2c/busses/i2c-viapro.c
5857
5858 I2C/SMBUS ISMT DRIVER
5859 M:      Seth Heasley <seth.heasley@intel.com>
5860 M:      Neil Horman <nhorman@tuxdriver.com>
5861 L:      linux-i2c@vger.kernel.org
5862 F:      drivers/i2c/busses/i2c-ismt.c
5863 F:      Documentation/i2c/busses/i2c-ismt
5864
5865 I2C/SMBUS STUB DRIVER
5866 M:      Jean Delvare <jdelvare@suse.com>
5867 L:      linux-i2c@vger.kernel.org
5868 S:      Maintained
5869 F:      drivers/i2c/i2c-stub.c
5870
5871 I2C SUBSYSTEM
5872 M:      Wolfram Sang <wsa@the-dreams.de>
5873 L:      linux-i2c@vger.kernel.org
5874 W:      https://i2c.wiki.kernel.org/
5875 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5876 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5877 S:      Maintained
5878 F:      Documentation/devicetree/bindings/i2c/
5879 F:      Documentation/i2c/
5880 F:      drivers/i2c/
5881 F:      drivers/i2c/*/
5882 F:      include/linux/i2c.h
5883 F:      include/linux/i2c-*.h
5884 F:      include/uapi/linux/i2c.h
5885 F:      include/uapi/linux/i2c-*.h
5886
5887 I2C ACPI SUPPORT
5888 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5889 L:      linux-i2c@vger.kernel.org
5890 L:      linux-acpi@vger.kernel.org
5891 S:      Maintained
5892
5893 I2C-TAOS-EVM DRIVER
5894 M:      Jean Delvare <jdelvare@suse.com>
5895 L:      linux-i2c@vger.kernel.org
5896 S:      Maintained
5897 F:      Documentation/i2c/busses/i2c-taos-evm
5898 F:      drivers/i2c/busses/i2c-taos-evm.c
5899
5900 I2C-TINY-USB DRIVER
5901 M:      Till Harbaum <till@harbaum.org>
5902 L:      linux-i2c@vger.kernel.org
5903 W:      http://www.harbaum.org/till/i2c_tiny_usb
5904 S:      Maintained
5905 F:      drivers/i2c/busses/i2c-tiny-usb.c
5906
5907 i386 BOOT CODE
5908 M:      "H. Peter Anvin" <hpa@zytor.com>
5909 S:      Maintained
5910 F:      arch/x86/boot/
5911
5912 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5913 M:      "H. Peter Anvin" <hpa@zytor.com>
5914 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5915 S:      Maintained
5916
5917 IA64 (Itanium) PLATFORM
5918 M:      Tony Luck <tony.luck@intel.com>
5919 M:      Fenghua Yu <fenghua.yu@intel.com>
5920 L:      linux-ia64@vger.kernel.org
5921 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5922 S:      Maintained
5923 F:      arch/ia64/
5924
5925 IBM Power VMX Cryptographic instructions
5926 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5927 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5928 L:      linux-crypto@vger.kernel.org
5929 S:      Supported
5930 F:      drivers/crypto/vmx/Makefile
5931 F:      drivers/crypto/vmx/Kconfig
5932 F:      drivers/crypto/vmx/vmx.c
5933 F:      drivers/crypto/vmx/aes*
5934 F:      drivers/crypto/vmx/ghash*
5935 F:      drivers/crypto/vmx/ppc-xlate.pl
5936
5937 IBM Power in-Nest Crypto Acceleration
5938 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5939 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5940 L:      linux-crypto@vger.kernel.org
5941 S:      Supported
5942 F:      drivers/crypto/nx/Makefile
5943 F:      drivers/crypto/nx/Kconfig
5944 F:      drivers/crypto/nx/nx-aes*
5945 F:      drivers/crypto/nx/nx-sha*
5946 F:      drivers/crypto/nx/nx.*
5947 F:      drivers/crypto/nx/nx_csbcpb.h
5948 F:      drivers/crypto/nx/nx_debugfs.h
5949
5950 IBM Power 842 compression accelerator
5951 M:      Dan Streetman <ddstreet@ieee.org>
5952 S:      Supported
5953 F:      drivers/crypto/nx/Makefile
5954 F:      drivers/crypto/nx/Kconfig
5955 F:      drivers/crypto/nx/nx-842*
5956 F:      include/linux/sw842.h
5957 F:      crypto/842.c
5958 F:      lib/842/
5959
5960 IBM Power Linux RAID adapter
5961 M:      Brian King <brking@us.ibm.com>
5962 S:      Supported
5963 F:      drivers/scsi/ipr.*
5964
5965 IBM Power Virtual Ethernet Device Driver
5966 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5967 L:      netdev@vger.kernel.org
5968 S:      Supported
5969 F:      drivers/net/ethernet/ibm/ibmveth.*
5970
5971 IBM Power SRIOV Virtual NIC Device Driver
5972 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5973 M:      John Allen <jallen@linux.vnet.ibm.com>
5974 L:      netdev@vger.kernel.org
5975 S:      Supported
5976 F:      drivers/net/ethernet/ibm/ibmvnic.*
5977
5978 IBM Power Virtual SCSI Device Drivers
5979 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5980 L:      linux-scsi@vger.kernel.org
5981 S:      Supported
5982 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5983 F:      include/scsi/viosrp.h
5984
5985 IBM Power Virtual SCSI Device Target Driver
5986 M:      Bryant G. Ly <bryantly@linux.vnet.ibm.com>
5987 M:      Michael Cyr <mikecyr@linux.vnet.ibm.com>
5988 L:      linux-scsi@vger.kernel.org
5989 L:      target-devel@vger.kernel.org
5990 S:      Supported
5991 F:      drivers/scsi/ibmvscsi_tgt/
5992
5993 IBM Power Virtual FC Device Drivers
5994 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5995 L:      linux-scsi@vger.kernel.org
5996 S:      Supported
5997 F:      drivers/scsi/ibmvscsi/ibmvfc*
5998
5999 IBM ServeRAID RAID DRIVER
6000 S:      Orphan
6001 F:      drivers/scsi/ips.*
6002
6003 ICH LPC AND GPIO DRIVER
6004 M:      Peter Tyser <ptyser@xes-inc.com>
6005 S:      Maintained
6006 F:      drivers/mfd/lpc_ich.c
6007 F:      drivers/gpio/gpio-ich.c
6008
6009 IDE SUBSYSTEM
6010 M:      "David S. Miller" <davem@davemloft.net>
6011 L:      linux-ide@vger.kernel.org
6012 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
6013 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6014 S:      Maintained
6015 F:      Documentation/ide/
6016 F:      drivers/ide/
6017 F:      include/linux/ide.h
6018
6019 IDEAPAD LAPTOP EXTRAS DRIVER
6020 M:      Ike Panhc <ike.pan@canonical.com>
6021 L:      platform-driver-x86@vger.kernel.org
6022 W:      http://launchpad.net/ideapad-laptop
6023 S:      Maintained
6024 F:      drivers/platform/x86/ideapad-laptop.c
6025
6026 IDEAPAD LAPTOP SLIDEBAR DRIVER
6027 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
6028 L:      linux-input@vger.kernel.org
6029 W:      https://github.com/o2genum/ideapad-slidebar
6030 S:      Maintained
6031 F:      drivers/input/misc/ideapad_slidebar.c
6032
6033 IDE/ATAPI DRIVERS
6034 M:      Borislav Petkov <bp@alien8.de>
6035 L:      linux-ide@vger.kernel.org
6036 S:      Maintained
6037 F:      Documentation/cdrom/ide-cd
6038 F:      drivers/ide/ide-cd*
6039
6040 IDLE-I7300
6041 M:      Andy Henroid <andrew.d.henroid@intel.com>
6042 L:      linux-pm@vger.kernel.org
6043 S:      Supported
6044 F:      drivers/idle/i7300_idle.c
6045
6046 IEEE 802.15.4 SUBSYSTEM
6047 M:      Alexander Aring <aar@pengutronix.de>
6048 L:      linux-wpan@vger.kernel.org
6049 W:      http://wpan.cakelab.org/
6050 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6051 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6052 S:      Maintained
6053 F:      net/ieee802154/
6054 F:      net/mac802154/
6055 F:      drivers/net/ieee802154/
6056 F:      include/linux/nl802154.h
6057 F:      include/linux/ieee802154.h
6058 F:      include/net/nl802154.h
6059 F:      include/net/mac802154.h
6060 F:      include/net/af_ieee802154.h
6061 F:      include/net/cfg802154.h
6062 F:      include/net/ieee802154_netdev.h
6063 F:      Documentation/networking/ieee802154.txt
6064
6065 IGORPLUG-USB IR RECEIVER
6066 M:      Sean Young <sean@mess.org>
6067 L:      linux-media@vger.kernel.org
6068 S:      Maintained
6069 F:      drivers/media/rc/igorplugusb.c
6070
6071 IGUANAWORKS USB IR TRANSCEIVER
6072 M:      Sean Young <sean@mess.org>
6073 L:      linux-media@vger.kernel.org
6074 S:      Maintained
6075 F:      drivers/media/rc/iguanair.c
6076
6077 IIO SUBSYSTEM AND DRIVERS
6078 M:      Jonathan Cameron <jic23@kernel.org>
6079 R:      Hartmut Knaack <knaack.h@gmx.de>
6080 R:      Lars-Peter Clausen <lars@metafoo.de>
6081 R:      Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6082 L:      linux-iio@vger.kernel.org
6083 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6084 S:      Maintained
6085 F:      Documentation/devicetree/bindings/iio/
6086 F:      drivers/iio/
6087 F:      drivers/staging/iio/
6088 F:      include/linux/iio/
6089 F:      tools/iio/
6090
6091 IKANOS/ADI EAGLE ADSL USB DRIVER
6092 M:      Matthieu Castet <castet.matthieu@free.fr>
6093 M:      Stanislaw Gruszka <stf_xl@wp.pl>
6094 S:      Maintained
6095 F:      drivers/usb/atm/ueagle-atm.c
6096
6097 INA209 HARDWARE MONITOR DRIVER
6098 M:      Guenter Roeck <linux@roeck-us.net>
6099 L:      linux-hwmon@vger.kernel.org
6100 S:      Maintained
6101 F:      Documentation/hwmon/ina209
6102 F:      Documentation/devicetree/bindings/i2c/ina209.txt
6103 F:      drivers/hwmon/ina209.c
6104
6105 INA2XX HARDWARE MONITOR DRIVER
6106 M:      Guenter Roeck <linux@roeck-us.net>
6107 L:      linux-hwmon@vger.kernel.org
6108 S:      Maintained
6109 F:      Documentation/hwmon/ina2xx
6110 F:      drivers/hwmon/ina2xx.c
6111 F:      include/linux/platform_data/ina2xx.h
6112
6113 INDUSTRY PACK SUBSYSTEM (IPACK)
6114 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6115 M:      Jens Taprogge <jens.taprogge@taprogge.org>
6116 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6117 L:      industrypack-devel@lists.sourceforge.net
6118 W:      http://industrypack.sourceforge.net
6119 S:      Maintained
6120 F:      drivers/ipack/
6121
6122 INGENIC JZ4780 DMA Driver
6123 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6124 S:      Maintained
6125 F:      drivers/dma/dma-jz4780.c
6126
6127 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6128 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6129 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6130 L:      linux-ima-devel@lists.sourceforge.net
6131 L:      linux-ima-user@lists.sourceforge.net
6132 L:      linux-security-module@vger.kernel.org
6133 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6134 S:      Supported
6135 F:      security/integrity/ima/
6136
6137 IMGTEC IR DECODER DRIVER
6138 M:      James Hogan <james.hogan@imgtec.com>
6139 S:      Maintained
6140 F:      drivers/media/rc/img-ir/
6141
6142 IMS TWINTURBO FRAMEBUFFER DRIVER
6143 L:      linux-fbdev@vger.kernel.org
6144 S:      Orphan
6145 F:      drivers/video/fbdev/imsttfb.c
6146
6147 INFINIBAND SUBSYSTEM
6148 M:      Doug Ledford <dledford@redhat.com>
6149 M:      Sean Hefty <sean.hefty@intel.com>
6150 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
6151 L:      linux-rdma@vger.kernel.org
6152 W:      http://www.openfabrics.org/
6153 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6154 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6155 S:      Supported
6156 F:      Documentation/infiniband/
6157 F:      drivers/infiniband/
6158 F:      include/uapi/linux/if_infiniband.h
6159 F:      include/uapi/rdma/
6160 F:      include/rdma/
6161
6162 INOTIFY
6163 M:      John McCutchan <john@johnmccutchan.com>
6164 M:      Robert Love <rlove@rlove.org>
6165 M:      Eric Paris <eparis@parisplace.org>
6166 S:      Maintained
6167 F:      Documentation/filesystems/inotify.txt
6168 F:      fs/notify/inotify/
6169 F:      include/linux/inotify.h
6170 F:      include/uapi/linux/inotify.h
6171
6172 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6173 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
6174 L:      linux-input@vger.kernel.org
6175 Q:      http://patchwork.kernel.org/project/linux-input/list/
6176 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6177 S:      Maintained
6178 F:      drivers/input/
6179 F:      include/linux/input.h
6180 F:      include/uapi/linux/input.h
6181 F:      include/linux/input/
6182 F:      Documentation/devicetree/bindings/input/
6183
6184 INPUT MULTITOUCH (MT) PROTOCOL
6185 M:      Henrik Rydberg <rydberg@bitmath.org>
6186 L:      linux-input@vger.kernel.org
6187 S:      Odd fixes
6188 F:      Documentation/input/multi-touch-protocol.txt
6189 F:      drivers/input/input-mt.c
6190 K:      \b(ABS|SYN)_MT_
6191
6192 INTEL ASoC BDW/HSW DRIVERS
6193 M:      Jie Yang <yang.jie@linux.intel.com>
6194 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6195 S:      Supported
6196 F:      sound/soc/intel/common/sst-dsp*
6197 F:      sound/soc/intel/common/sst-firmware.c
6198 F:      sound/soc/intel/boards/broadwell.c
6199 F:      sound/soc/intel/haswell/
6200
6201 INTEL C600 SERIES SAS CONTROLLER DRIVER
6202 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
6203 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6204 L:      linux-scsi@vger.kernel.org
6205 T:      git git://git.code.sf.net/p/intel-sas/isci
6206 S:      Supported
6207 F:      drivers/scsi/isci/
6208
6209 INTEL HID EVENT DRIVER
6210 M:      Alex Hung <alex.hung@canonical.com>
6211 L:      platform-driver-x86@vger.kernel.org
6212 S:      Maintained
6213 F:      drivers/platform/x86/intel-hid.c
6214
6215 INTEL VIRTUAL BUTTON DRIVER
6216 M:      AceLan Kao <acelan.kao@canonical.com>
6217 L:      platform-driver-x86@vger.kernel.org
6218 S:      Maintained
6219 F:      drivers/platform/x86/intel-vbtn.c
6220
6221 INTEL IDLE DRIVER
6222 M:      Len Brown <lenb@kernel.org>
6223 L:      linux-pm@vger.kernel.org
6224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6225 S:      Supported
6226 F:      drivers/idle/intel_idle.c
6227
6228 INTEL INTEGRATED SENSOR HUB DRIVER
6229 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6230 M:      Jiri Kosina <jikos@kernel.org>
6231 L:      linux-input@vger.kernel.org
6232 S:      Maintained
6233 F:      drivers/hid/intel-ish-hid/
6234
6235 INTEL PSTATE DRIVER
6236 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6237 M:      Len Brown <lenb@kernel.org>
6238 L:      linux-pm@vger.kernel.org
6239 S:      Supported
6240 F:      drivers/cpufreq/intel_pstate.c
6241
6242 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6243 M:      Maik Broemme <mbroemme@libmpq.org>
6244 L:      linux-fbdev@vger.kernel.org
6245 S:      Maintained
6246 F:      Documentation/fb/intelfb.txt
6247 F:      drivers/video/fbdev/intelfb/
6248
6249 INTEL 810/815 FRAMEBUFFER DRIVER
6250 M:      Antonino Daplas <adaplas@gmail.com>
6251 L:      linux-fbdev@vger.kernel.org
6252 S:      Maintained
6253 F:      drivers/video/fbdev/i810/
6254
6255 INTEL MENLOW THERMAL DRIVER
6256 M:      Sujith Thomas <sujith.thomas@intel.com>
6257 L:      platform-driver-x86@vger.kernel.org
6258 W:      https://01.org/linux-acpi
6259 S:      Supported
6260 F:      drivers/platform/x86/intel_menlow.c
6261
6262 INTEL I/OAT DMA DRIVER
6263 M:      Dave Jiang <dave.jiang@intel.com>
6264 R:      Dan Williams <dan.j.williams@intel.com>
6265 L:      dmaengine@vger.kernel.org
6266 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6267 S:      Supported
6268 F:      drivers/dma/ioat*
6269
6270 INTEL IOMMU (VT-d)
6271 M:      David Woodhouse <dwmw2@infradead.org>
6272 L:      iommu@lists.linux-foundation.org
6273 T:      git git://git.infradead.org/iommu-2.6.git
6274 S:      Supported
6275 F:      drivers/iommu/intel-iommu.c
6276 F:      include/linux/intel-iommu.h
6277
6278 INTEL IOP-ADMA DMA DRIVER
6279 R:      Dan Williams <dan.j.williams@intel.com>
6280 S:      Odd fixes
6281 F:      drivers/dma/iop-adma.c
6282
6283 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6284 M:      Krzysztof Halasa <khalasa@piap.pl>
6285 S:      Maintained
6286 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6287 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6288 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6289 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6290 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6291 F:      drivers/net/wan/ixp4xx_hss.c
6292
6293 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6294 M:      Deepak Saxena <dsaxena@plexity.net>
6295 S:      Maintained
6296 F:      drivers/char/hw_random/ixp4xx-rng.c
6297
6298 INTEL ETHERNET DRIVERS
6299 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6300 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6301 W:      http://www.intel.com/support/feedback.htm
6302 W:      http://e1000.sourceforge.net/
6303 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6304 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6306 S:      Supported
6307 F:      Documentation/networking/e100.txt
6308 F:      Documentation/networking/e1000.txt
6309 F:      Documentation/networking/e1000e.txt
6310 F:      Documentation/networking/igb.txt
6311 F:      Documentation/networking/igbvf.txt
6312 F:      Documentation/networking/ixgb.txt
6313 F:      Documentation/networking/ixgbe.txt
6314 F:      Documentation/networking/ixgbevf.txt
6315 F:      Documentation/networking/i40e.txt
6316 F:      Documentation/networking/i40evf.txt
6317 F:      drivers/net/ethernet/intel/
6318 F:      drivers/net/ethernet/intel/*/
6319
6320 INTEL RDMA RNIC DRIVER
6321 M:     Faisal Latif <faisal.latif@intel.com>
6322 R:     Chien Tin Tung <chien.tin.tung@intel.com>
6323 R:     Mustafa Ismail <mustafa.ismail@intel.com>
6324 R:     Shiraz Saleem <shiraz.saleem@intel.com>
6325 R:     Tatyana Nikolova <tatyana.e.nikolova@intel.com>
6326 L:     linux-rdma@vger.kernel.org
6327 S:     Supported
6328 F:     drivers/infiniband/hw/i40iw/
6329
6330 INTEL MERRIFIELD GPIO DRIVER
6331 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6332 L:      linux-gpio@vger.kernel.org
6333 S:      Maintained
6334 F:      drivers/gpio/gpio-merrifield.c
6335
6336 INTEL-MID GPIO DRIVER
6337 M:      David Cohen <david.a.cohen@linux.intel.com>
6338 L:      linux-gpio@vger.kernel.org
6339 S:      Maintained
6340 F:      drivers/gpio/gpio-intel-mid.c
6341
6342 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6343 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
6344 L:      linux-wireless@vger.kernel.org
6345 S:      Maintained
6346 F:      Documentation/networking/README.ipw2100
6347 F:      Documentation/networking/README.ipw2200
6348 F:      drivers/net/wireless/intel/ipw2x00/
6349
6350 INTEL(R) TRACE HUB
6351 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
6352 S:      Supported
6353 F:      Documentation/trace/intel_th.txt
6354 F:      drivers/hwtracing/intel_th/
6355
6356 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6357 M:      Ning Sun <ning.sun@intel.com>
6358 L:      tboot-devel@lists.sourceforge.net
6359 W:      http://tboot.sourceforge.net
6360 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6361 S:      Supported
6362 F:      Documentation/intel_txt.txt
6363 F:      include/linux/tboot.h
6364 F:      arch/x86/kernel/tboot.c
6365
6366 INTEL WIRELESS WIMAX CONNECTION 2400
6367 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6368 M:      linux-wimax@intel.com
6369 L:      wimax@linuxwimax.org (subscribers-only)
6370 S:      Supported
6371 W:      http://linuxwimax.org
6372 F:      Documentation/wimax/README.i2400m
6373 F:      drivers/net/wimax/i2400m/
6374 F:      include/uapi/linux/wimax/i2400m.h
6375
6376 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6377 M:      Stanislaw Gruszka <sgruszka@redhat.com>
6378 L:      linux-wireless@vger.kernel.org
6379 S:      Supported
6380 F:      drivers/net/wireless/intel/iwlegacy/
6381
6382 INTEL WIRELESS WIFI LINK (iwlwifi)
6383 M:      Johannes Berg <johannes.berg@intel.com>
6384 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6385 M:      Luca Coelho <luciano.coelho@intel.com>
6386 M:      Intel Linux Wireless <linuxwifi@intel.com>
6387 L:      linux-wireless@vger.kernel.org
6388 W:      http://intellinuxwireless.org
6389 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6390 S:      Supported
6391 F:      drivers/net/wireless/intel/iwlwifi/
6392
6393 INTEL MANAGEMENT ENGINE (mei)
6394 M:      Tomas Winkler <tomas.winkler@intel.com>
6395 L:      linux-kernel@vger.kernel.org
6396 S:      Supported
6397 F:      include/uapi/linux/mei.h
6398 F:      include/linux/mei_cl_bus.h
6399 F:      drivers/misc/mei/*
6400 F:      drivers/watchdog/mei_wdt.c
6401 F:      Documentation/misc-devices/mei/*
6402
6403 INTEL MIC DRIVERS (mic)
6404 M:      Sudeep Dutt <sudeep.dutt@intel.com>
6405 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
6406 S:      Supported
6407 W:      https://github.com/sudeepdutt/mic
6408 W:      http://software.intel.com/en-us/mic-developer
6409 F:      include/linux/mic_bus.h
6410 F:      include/linux/scif.h
6411 F:      include/uapi/linux/mic_common.h
6412 F:      include/uapi/linux/mic_ioctl.h
6413 F:      include/uapi/linux/scif_ioctl.h
6414 F:      drivers/misc/mic/
6415 F:      drivers/dma/mic_x100_dma.c
6416 F:      drivers/dma/mic_x100_dma.h
6417 F:      Documentation/mic/
6418
6419 INTEL PMC/P-Unit IPC DRIVER
6420 M:      Zha Qipeng<qipeng.zha@intel.com>
6421 L:      platform-driver-x86@vger.kernel.org
6422 S:      Maintained
6423 F:      drivers/platform/x86/intel_pmc_ipc.c
6424 F:      drivers/platform/x86/intel_punit_ipc.c
6425 F:      arch/x86/include/asm/intel_pmc_ipc.h
6426 F:      arch/x86/include/asm/intel_punit_ipc.h
6427
6428 INTEL TELEMETRY DRIVER
6429 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6430 L:      platform-driver-x86@vger.kernel.org
6431 S:      Maintained
6432 F:      arch/x86/include/asm/intel_telemetry.h
6433 F:      drivers/platform/x86/intel_telemetry*
6434
6435 INTEL PMC CORE DRIVER
6436 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6437 M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6438 L:      platform-driver-x86@vger.kernel.org
6439 S:      Maintained
6440 F:      arch/x86/include/asm/pmc_core.h
6441 F:      drivers/platform/x86/intel_pmc_core*
6442
6443 IOC3 ETHERNET DRIVER
6444 M:      Ralf Baechle <ralf@linux-mips.org>
6445 L:      linux-mips@linux-mips.org
6446 S:      Maintained
6447 F:      drivers/net/ethernet/sgi/ioc3-eth.c
6448
6449 IOC3 SERIAL DRIVER
6450 M:      Pat Gefre <pfg@sgi.com>
6451 L:      linux-serial@vger.kernel.org
6452 S:      Maintained
6453 F:      drivers/tty/serial/ioc3_serial.c
6454
6455 IOMMU DRIVERS
6456 M:      Joerg Roedel <joro@8bytes.org>
6457 L:      iommu@lists.linux-foundation.org
6458 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6459 S:      Maintained
6460 F:      Documentation/devicetree/bindings/iommu/
6461 F:      drivers/iommu/
6462
6463 IP MASQUERADING
6464 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6465 S:      Maintained
6466 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
6467
6468 IPMI SUBSYSTEM
6469 M:      Corey Minyard <minyard@acm.org>
6470 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6471 W:      http://openipmi.sourceforge.net/
6472 S:      Supported
6473 F:      Documentation/IPMI.txt
6474 F:      drivers/char/ipmi/
6475 F:      include/linux/ipmi*
6476 F:      include/uapi/linux/ipmi*
6477
6478 QCOM AUDIO (ASoC) DRIVERS
6479 M:      Patrick Lai <plai@codeaurora.org>
6480 M:      Banajit Goswami <bgoswami@codeaurora.org>
6481 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6482 S:      Supported
6483 F:      sound/soc/qcom/
6484
6485 IPS SCSI RAID DRIVER
6486 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6487 L:      linux-scsi@vger.kernel.org
6488 W:      http://www.adaptec.com/
6489 S:      Maintained
6490 F:      drivers/scsi/ips*
6491
6492 IPVS
6493 M:      Wensong Zhang <wensong@linux-vs.org>
6494 M:      Simon Horman <horms@verge.net.au>
6495 M:      Julian Anastasov <ja@ssi.bg>
6496 L:      netdev@vger.kernel.org
6497 L:      lvs-devel@vger.kernel.org
6498 S:      Maintained
6499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6501 F:      Documentation/networking/ipvs-sysctl.txt
6502 F:      include/net/ip_vs.h
6503 F:      include/uapi/linux/ip_vs.h
6504 F:      net/netfilter/ipvs/
6505
6506 IPWIRELESS DRIVER
6507 M:      Jiri Kosina <jikos@kernel.org>
6508 M:      David Sterba <dsterba@suse.com>
6509 S:      Odd Fixes
6510 F:      drivers/tty/ipwireless/
6511
6512 IPX NETWORK LAYER
6513 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6514 L:      netdev@vger.kernel.org
6515 S:      Maintained
6516 F:      include/net/ipx.h
6517 F:      include/uapi/linux/ipx.h
6518 F:      net/ipx/
6519
6520 IRDA SUBSYSTEM
6521 M:      Samuel Ortiz <samuel@sortiz.org>
6522 L:      irda-users@lists.sourceforge.net (subscribers-only)
6523 L:      netdev@vger.kernel.org
6524 W:      http://irda.sourceforge.net/
6525 S:      Maintained
6526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6527 F:      Documentation/networking/irda.txt
6528 F:      drivers/net/irda/
6529 F:      include/net/irda/
6530 F:      net/irda/
6531
6532 IRQ SUBSYSTEM
6533 M:      Thomas Gleixner <tglx@linutronix.de>
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 F:      kernel/irq/
6538
6539 IRQCHIP DRIVERS
6540 M:      Thomas Gleixner <tglx@linutronix.de>
6541 M:      Jason Cooper <jason@lakedaemon.net>
6542 M:      Marc Zyngier <marc.zyngier@arm.com>
6543 L:      linux-kernel@vger.kernel.org
6544 S:      Maintained
6545 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6546 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6547 F:      Documentation/devicetree/bindings/interrupt-controller/
6548 F:      drivers/irqchip/
6549
6550 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6551 M:      Marc Zyngier <marc.zyngier@arm.com>
6552 S:      Maintained
6553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6554 F:      Documentation/IRQ-domain.txt
6555 F:      include/linux/irqdomain.h
6556 F:      kernel/irq/irqdomain.c
6557 F:      kernel/irq/msi.c
6558
6559 ISA
6560 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
6561 S:      Maintained
6562 F:      Documentation/isa.txt
6563 F:      drivers/base/isa.c
6564 F:      include/linux/isa.h
6565
6566 ISAPNP
6567 M:      Jaroslav Kysela <perex@perex.cz>
6568 S:      Maintained
6569 F:      Documentation/isapnp.txt
6570 F:      drivers/pnp/isapnp/
6571 F:      include/linux/isapnp.h
6572
6573 ISA RADIO MODULE
6574 M:      Hans Verkuil <hverkuil@xs4all.nl>
6575 L:      linux-media@vger.kernel.org
6576 T:      git git://linuxtv.org/media_tree.git
6577 W:      https://linuxtv.org
6578 S:      Maintained
6579 F:      drivers/media/radio/radio-isa*
6580
6581 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6582 M:      Peter Jones <pjones@redhat.com>
6583 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6584 S:      Maintained
6585 F:      drivers/firmware/iscsi_ibft*
6586
6587 ISCSI
6588 M:      Mike Christie <michaelc@cs.wisc.edu>
6589 L:      open-iscsi@googlegroups.com
6590 W:      www.open-iscsi.org
6591 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6592 S:      Maintained
6593 F:      drivers/scsi/*iscsi*
6594 F:      include/scsi/*iscsi*
6595
6596 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6597 M:      Or Gerlitz <ogerlitz@mellanox.com>
6598 M:      Sagi Grimberg <sagi@grimberg.me>
6599 M:      Roi Dayan <roid@mellanox.com>
6600 L:      linux-rdma@vger.kernel.org
6601 S:      Supported
6602 W:      http://www.openfabrics.org
6603 W:      www.open-iscsi.org
6604 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6605 F:      drivers/infiniband/ulp/iser/
6606
6607 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6608 M:      Sagi Grimberg <sagi@grimberg.me>
6609 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6610 L:      linux-rdma@vger.kernel.org
6611 L:      target-devel@vger.kernel.org
6612 S:      Supported
6613 W:      http://www.linux-iscsi.org
6614 F:      drivers/infiniband/ulp/isert
6615
6616 ISDN SUBSYSTEM
6617 M:      Karsten Keil <isdn@linux-pingi.de>
6618 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6619 L:      netdev@vger.kernel.org
6620 W:      http://www.isdn4linux.de
6621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6622 S:      Maintained
6623 F:      Documentation/isdn/
6624 F:      drivers/isdn/
6625 F:      include/linux/isdn.h
6626 F:      include/linux/isdn/
6627 F:      include/uapi/linux/isdn.h
6628 F:      include/uapi/linux/isdn/
6629
6630 ISDN SUBSYSTEM (Eicon active card driver)
6631 M:      Armin Schindler <mac@melware.de>
6632 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6633 W:      http://www.melware.de
6634 S:      Maintained
6635 F:      drivers/isdn/hardware/eicon/
6636
6637 IT87 HARDWARE MONITORING DRIVER
6638 M:      Jean Delvare <jdelvare@suse.com>
6639 L:      linux-hwmon@vger.kernel.org
6640 S:      Maintained
6641 F:      Documentation/hwmon/it87
6642 F:      drivers/hwmon/it87.c
6643
6644 IT913X MEDIA DRIVER
6645 M:      Antti Palosaari <crope@iki.fi>
6646 L:      linux-media@vger.kernel.org
6647 W:      https://linuxtv.org
6648 W:      http://palosaari.fi/linux/
6649 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6650 T:      git git://linuxtv.org/anttip/media_tree.git
6651 S:      Maintained
6652 F:      drivers/media/tuners/it913x*
6653
6654 IVTV VIDEO4LINUX DRIVER
6655 M:      Andy Walls <awalls@md.metrocast.net>
6656 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6657 L:      linux-media@vger.kernel.org
6658 T:      git git://linuxtv.org/media_tree.git
6659 W:      http://www.ivtvdriver.org
6660 S:      Maintained
6661 F:      Documentation/video4linux/*.ivtv
6662 F:      drivers/media/pci/ivtv/
6663 F:      include/uapi/linux/ivtv*
6664
6665 IX2505V MEDIA DRIVER
6666 M:      Malcolm Priestley <tvboxspy@gmail.com>
6667 L:      linux-media@vger.kernel.org
6668 W:      https://linuxtv.org
6669 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6670 S:      Maintained
6671 F:      drivers/media/dvb-frontends/ix2505v*
6672
6673 JC42.4 TEMPERATURE SENSOR DRIVER
6674 M:      Guenter Roeck <linux@roeck-us.net>
6675 L:      linux-hwmon@vger.kernel.org
6676 S:      Maintained
6677 F:      drivers/hwmon/jc42.c
6678 F:      Documentation/hwmon/jc42
6679
6680 JFS FILESYSTEM
6681 M:      Dave Kleikamp <shaggy@kernel.org>
6682 L:      jfs-discussion@lists.sourceforge.net
6683 W:      http://jfs.sourceforge.net/
6684 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6685 S:      Maintained
6686 F:      Documentation/filesystems/jfs.txt
6687 F:      fs/jfs/
6688
6689 JME NETWORK DRIVER
6690 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6691 L:      netdev@vger.kernel.org
6692 S:      Maintained
6693 F:      drivers/net/ethernet/jme.*
6694
6695 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6696 M:      David Woodhouse <dwmw2@infradead.org>
6697 L:      linux-mtd@lists.infradead.org
6698 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6699 S:      Maintained
6700 F:      fs/jffs2/
6701 F:      include/uapi/linux/jffs2.h
6702
6703 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6704 M:      "Theodore Ts'o" <tytso@mit.edu>
6705 M:      Jan Kara <jack@suse.com>
6706 L:      linux-ext4@vger.kernel.org
6707 S:      Maintained
6708 F:      fs/jbd2/
6709 F:      include/linux/jbd2.h
6710
6711 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6712 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6713 L:      linux-media@vger.kernel.org
6714 S:      Maintained
6715 F:      drivers/media/platform/rcar_jpu.c
6716
6717 JSM Neo PCI based serial card
6718 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6719 L:      linux-serial@vger.kernel.org
6720 S:      Maintained
6721 F:      drivers/tty/serial/jsm/
6722
6723 K10TEMP HARDWARE MONITORING DRIVER
6724 M:      Clemens Ladisch <clemens@ladisch.de>
6725 L:      linux-hwmon@vger.kernel.org
6726 S:      Maintained
6727 F:      Documentation/hwmon/k10temp
6728 F:      drivers/hwmon/k10temp.c
6729
6730 K8TEMP HARDWARE MONITORING DRIVER
6731 M:      Rudolf Marek <r.marek@assembler.cz>
6732 L:      linux-hwmon@vger.kernel.org
6733 S:      Maintained
6734 F:      Documentation/hwmon/k8temp
6735 F:      drivers/hwmon/k8temp.c
6736
6737 KASAN
6738 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6739 R:      Alexander Potapenko <glider@google.com>
6740 R:      Dmitry Vyukov <dvyukov@google.com>
6741 L:      kasan-dev@googlegroups.com
6742 S:      Maintained
6743 F:      arch/*/include/asm/kasan.h
6744 F:      arch/*/mm/kasan_init*
6745 F:      Documentation/dev-tools/kasan.rst
6746 F:      include/linux/kasan*.h
6747 F:      lib/test_kasan.c
6748 F:      mm/kasan/
6749 F:      scripts/Makefile.kasan
6750
6751 KCONFIG
6752 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6753 L:      linux-kbuild@vger.kernel.org
6754 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6755 S:      Maintained
6756 F:      Documentation/kbuild/kconfig-language.txt
6757 F:      scripts/kconfig/
6758
6759 KDUMP
6760 M:      Dave Young <dyoung@redhat.com>
6761 M:      Baoquan He <bhe@redhat.com>
6762 R:      Vivek Goyal <vgoyal@redhat.com>
6763 L:      kexec@lists.infradead.org
6764 W:      http://lse.sourceforge.net/kdump/
6765 S:      Maintained
6766 F:      Documentation/kdump/
6767
6768 KEENE FM RADIO TRANSMITTER DRIVER
6769 M:      Hans Verkuil <hverkuil@xs4all.nl>
6770 L:      linux-media@vger.kernel.org
6771 T:      git git://linuxtv.org/media_tree.git
6772 W:      https://linuxtv.org
6773 S:      Maintained
6774 F:      drivers/media/radio/radio-keene*
6775
6776 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6777 M:      Ian Kent <raven@themaw.net>
6778 L:      autofs@vger.kernel.org
6779 S:      Maintained
6780 F:      fs/autofs4/
6781
6782 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6783 M:      Michal Marek <mmarek@suse.com>
6784 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6786 L:      linux-kbuild@vger.kernel.org
6787 S:      Maintained
6788 F:      Documentation/kbuild/
6789 F:      Makefile
6790 F:      scripts/Makefile.*
6791 F:      scripts/basic/
6792 F:      scripts/mk*
6793 F:      scripts/package/
6794
6795 KERNEL JANITORS
6796 L:      kernel-janitors@vger.kernel.org
6797 W:      http://kernelnewbies.org/KernelJanitors
6798 S:      Odd Fixes
6799
6800 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6801 M:      "J. Bruce Fields" <bfields@fieldses.org>
6802 M:      Jeff Layton <jlayton@poochiereds.net>
6803 L:      linux-nfs@vger.kernel.org
6804 W:      http://nfs.sourceforge.net/
6805 T:      git git://linux-nfs.org/~bfields/linux.git
6806 S:      Supported
6807 F:      fs/nfsd/
6808 F:      include/uapi/linux/nfsd/
6809 F:      fs/lockd/
6810 F:      fs/nfs_common/
6811 F:      net/sunrpc/
6812 F:      include/linux/lockd/
6813 F:      include/linux/sunrpc/
6814 F:      include/uapi/linux/sunrpc/
6815
6816 KERNEL SELFTEST FRAMEWORK
6817 M:      Shuah Khan <shuahkh@osg.samsung.com>
6818 M:      Shuah Khan <shuah@kernel.org>
6819 L:      linux-kselftest@vger.kernel.org
6820 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6821 S:      Maintained
6822 F:      tools/testing/selftests
6823
6824 KERNEL VIRTUAL MACHINE (KVM)
6825 M:      Paolo Bonzini <pbonzini@redhat.com>
6826 M:      Radim Krčmář <rkrcmar@redhat.com>
6827 L:      kvm@vger.kernel.org
6828 W:      http://www.linux-kvm.org
6829 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6830 S:      Supported
6831 F:      Documentation/*/kvm*.txt
6832 F:      Documentation/virtual/kvm/
6833 F:      arch/*/kvm/
6834 F:      arch/x86/kernel/kvm.c
6835 F:      arch/x86/kernel/kvmclock.c
6836 F:      arch/*/include/asm/kvm*
6837 F:      include/linux/kvm*
6838 F:      include/uapi/linux/kvm*
6839 F:      virt/kvm/
6840 F:      tools/kvm/
6841
6842 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6843 M:      Joerg Roedel <joro@8bytes.org>
6844 L:      kvm@vger.kernel.org
6845 W:      http://www.linux-kvm.org/
6846 S:      Maintained
6847 F:      arch/x86/include/asm/svm.h
6848 F:      arch/x86/kvm/svm.c
6849
6850 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6851 M:      Alexander Graf <agraf@suse.com>
6852 L:      kvm-ppc@vger.kernel.org
6853 W:      http://www.linux-kvm.org/
6854 T:      git git://github.com/agraf/linux-2.6.git
6855 S:      Supported
6856 F:      arch/powerpc/include/asm/kvm*
6857 F:      arch/powerpc/kvm/
6858
6859 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6860 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6861 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6862 L:      linux-s390@vger.kernel.org
6863 W:      http://www.ibm.com/developerworks/linux/linux390/
6864 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6865 S:      Supported
6866 F:      Documentation/s390/kvm.txt
6867 F:      arch/s390/include/asm/kvm*
6868 F:      arch/s390/kvm/
6869
6870 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6871 M:      Christoffer Dall <christoffer.dall@linaro.org>
6872 M:      Marc Zyngier <marc.zyngier@arm.com>
6873 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6874 L:      kvmarm@lists.cs.columbia.edu
6875 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6876 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6877 S:      Supported
6878 F:      arch/arm/include/uapi/asm/kvm*
6879 F:      arch/arm/include/asm/kvm*
6880 F:      arch/arm/kvm/
6881 F:      virt/kvm/arm/
6882 F:      include/kvm/arm_*
6883
6884 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6885 M:      Christoffer Dall <christoffer.dall@linaro.org>
6886 M:      Marc Zyngier <marc.zyngier@arm.com>
6887 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6888 L:      kvmarm@lists.cs.columbia.edu
6889 S:      Maintained
6890 F:      arch/arm64/include/uapi/asm/kvm*
6891 F:      arch/arm64/include/asm/kvm*
6892 F:      arch/arm64/kvm/
6893
6894 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6895 M:      James Hogan <james.hogan@imgtec.com>
6896 L:      linux-mips@linux-mips.org
6897 S:      Supported
6898 F:      arch/mips/include/uapi/asm/kvm*
6899 F:      arch/mips/include/asm/kvm*
6900 F:      arch/mips/kvm/
6901
6902 KEXEC
6903 M:      Eric Biederman <ebiederm@xmission.com>
6904 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6905 L:      kexec@lists.infradead.org
6906 S:      Maintained
6907 F:      include/linux/kexec.h
6908 F:      include/uapi/linux/kexec.h
6909 F:      kernel/kexec*
6910
6911 KEYS/KEYRINGS:
6912 M:      David Howells <dhowells@redhat.com>
6913 L:      keyrings@vger.kernel.org
6914 S:      Maintained
6915 F:      Documentation/security/keys.txt
6916 F:      include/linux/key.h
6917 F:      include/linux/key-type.h
6918 F:      include/linux/keyctl.h
6919 F:      include/uapi/linux/keyctl.h
6920 F:      include/keys/
6921 F:      security/keys/
6922
6923 KEYS-TRUSTED
6924 M:      David Safford <safford@us.ibm.com>
6925 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6926 L:      linux-security-module@vger.kernel.org
6927 L:      keyrings@vger.kernel.org
6928 S:      Supported
6929 F:      Documentation/security/keys-trusted-encrypted.txt
6930 F:      include/keys/trusted-type.h
6931 F:      security/keys/trusted.c
6932 F:      security/keys/trusted.h
6933
6934 KEYS-ENCRYPTED
6935 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6936 M:      David Safford <safford@us.ibm.com>
6937 L:      linux-security-module@vger.kernel.org
6938 L:      keyrings@vger.kernel.org
6939 S:      Supported
6940 F:      Documentation/security/keys-trusted-encrypted.txt
6941 F:      include/keys/encrypted-type.h
6942 F:      security/keys/encrypted-keys/
6943
6944 KGDB / KDB /debug_core
6945 M:      Jason Wessel <jason.wessel@windriver.com>
6946 W:      http://kgdb.wiki.kernel.org/
6947 L:      kgdb-bugreport@lists.sourceforge.net
6948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6949 S:      Maintained
6950 F:      Documentation/DocBook/kgdb.tmpl
6951 F:      drivers/misc/kgdbts.c
6952 F:      drivers/tty/serial/kgdboc.c
6953 F:      include/linux/kdb.h
6954 F:      include/linux/kgdb.h
6955 F:      kernel/debug/
6956
6957 KMEMCHECK
6958 M:      Vegard Nossum <vegardno@ifi.uio.no>
6959 M:      Pekka Enberg <penberg@kernel.org>
6960 S:      Maintained
6961 F:      Documentation/dev-tools/kmemcheck.rst
6962 F:      arch/x86/include/asm/kmemcheck.h
6963 F:      arch/x86/mm/kmemcheck/
6964 F:      include/linux/kmemcheck.h
6965 F:      mm/kmemcheck.c
6966
6967 KMEMLEAK
6968 M:      Catalin Marinas <catalin.marinas@arm.com>
6969 S:      Maintained
6970 F:      Documentation/dev-tools/kmemleak.rst
6971 F:      include/linux/kmemleak.h
6972 F:      mm/kmemleak.c
6973 F:      mm/kmemleak-test.c
6974
6975 KPROBES
6976 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
6977 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6978 M:      "David S. Miller" <davem@davemloft.net>
6979 M:      Masami Hiramatsu <mhiramat@kernel.org>
6980 S:      Maintained
6981 F:      Documentation/kprobes.txt
6982 F:      include/linux/kprobes.h
6983 F:      kernel/kprobes.c
6984
6985 KS0108 LCD CONTROLLER DRIVER
6986 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6987 W:      http://miguelojeda.es/auxdisplay.htm
6988 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6989 S:      Maintained
6990 F:      Documentation/auxdisplay/ks0108
6991 F:      drivers/auxdisplay/ks0108.c
6992 F:      include/linux/ks0108.h
6993
6994 L3MDEV
6995 M:      David Ahern <dsa@cumulusnetworks.com>
6996 L:      netdev@vger.kernel.org
6997 S:      Maintained
6998 F:      net/l3mdev
6999 F:      include/net/l3mdev.h
7000
7001 LANTIQ MIPS ARCHITECTURE
7002 M:      John Crispin <john@phrozen.org>
7003 L:      linux-mips@linux-mips.org
7004 S:      Maintained
7005 F:      arch/mips/lantiq
7006
7007 LAPB module
7008 L:      linux-x25@vger.kernel.org
7009 S:      Orphan
7010 F:      Documentation/networking/lapb-module.txt
7011 F:      include/*/lapb.h
7012 F:      net/lapb/
7013
7014 LASI 53c700 driver for PARISC
7015 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7016 L:      linux-scsi@vger.kernel.org
7017 S:      Maintained
7018 F:      Documentation/scsi/53c700.txt
7019 F:      drivers/scsi/53c700*
7020
7021 LED SUBSYSTEM
7022 M:      Richard Purdie <rpurdie@rpsys.net>
7023 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
7024 L:      linux-leds@vger.kernel.org
7025 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7026 S:      Maintained
7027 F:      Documentation/devicetree/bindings/leds/
7028 F:      drivers/leds/
7029 F:      include/linux/leds.h
7030
7031 LEGACY EEPROM DRIVER
7032 M:      Jean Delvare <jdelvare@suse.com>
7033 S:      Maintained
7034 F:      Documentation/misc-devices/eeprom
7035 F:      drivers/misc/eeprom/eeprom.c
7036
7037 LEGO USB Tower driver
7038 M:      Juergen Stuber <starblue@users.sourceforge.net>
7039 L:      legousb-devel@lists.sourceforge.net
7040 W:      http://legousb.sourceforge.net/
7041 S:      Maintained
7042 F:      drivers/usb/misc/legousbtower.c
7043
7044 LG2160 MEDIA DRIVER
7045 M:      Michael Krufky <mkrufky@linuxtv.org>
7046 L:      linux-media@vger.kernel.org
7047 W:      https://linuxtv.org
7048 W:      http://github.com/mkrufky
7049 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7050 T:      git git://linuxtv.org/mkrufky/tuners.git
7051 S:      Maintained
7052 F:      drivers/media/dvb-frontends/lg2160.*
7053
7054 LGDT3305 MEDIA DRIVER
7055 M:      Michael Krufky <mkrufky@linuxtv.org>
7056 L:      linux-media@vger.kernel.org
7057 W:      https://linuxtv.org
7058 W:      http://github.com/mkrufky
7059 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7060 T:      git git://linuxtv.org/mkrufky/tuners.git
7061 S:      Maintained
7062 F:      drivers/media/dvb-frontends/lgdt3305.*
7063
7064 LGUEST
7065 M:      Rusty Russell <rusty@rustcorp.com.au>
7066 L:      lguest@lists.ozlabs.org
7067 W:      http://lguest.ozlabs.org/
7068 S:      Odd Fixes
7069 F:      arch/x86/include/asm/lguest*.h
7070 F:      arch/x86/lguest/
7071 F:      drivers/lguest/
7072 F:      include/linux/lguest*.h
7073 F:      tools/lguest/
7074
7075 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7076 M:      Tejun Heo <tj@kernel.org>
7077 L:      linux-ide@vger.kernel.org
7078 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7079 S:      Maintained
7080 F:      drivers/ata/
7081 F:      include/linux/ata.h
7082 F:      include/linux/libata.h
7083 F:      Documentation/devicetree/bindings/ata/
7084
7085 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7086 M:      Viresh Kumar <vireshk@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:      include/linux/pata_arasan_cf_data.h
7091 F:      drivers/ata/pata_arasan_cf.c
7092
7093 LIBATA PATA DRIVERS
7094 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.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/pata_*.c
7100 F:      drivers/ata/ata_generic.c
7101
7102 LIBATA SATA AHCI PLATFORM devices support
7103 M:      Hans de Goede <hdegoede@redhat.com>
7104 M:      Tejun Heo <tj@kernel.org>
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/ahci_platform.c
7109 F:      drivers/ata/libahci_platform.c
7110 F:      include/linux/ahci_platform.h
7111
7112 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7113 M:      Mikael Pettersson <mikpelinux@gmail.com>
7114 L:      linux-ide@vger.kernel.org
7115 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7116 S:      Maintained
7117 F:      drivers/ata/sata_promise.*
7118
7119 LIBLOCKDEP
7120 M:      Sasha Levin <sasha.levin@oracle.com>
7121 S:      Maintained
7122 F:      tools/lib/lockdep/
7123
7124 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7125 M:      Dan Williams <dan.j.williams@intel.com>
7126 L:      linux-nvdimm@lists.01.org
7127 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7128 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7129 S:      Supported
7130 F:      drivers/nvdimm/*
7131 F:      include/linux/nd.h
7132 F:      include/linux/libnvdimm.h
7133 F:      include/uapi/linux/ndctl.h
7134
7135 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7136 M:      Ross Zwisler <ross.zwisler@linux.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/blk.c
7141 F:      drivers/nvdimm/region_devs.c
7142 F:      drivers/acpi/nfit*
7143
7144 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7145 M:      Vishal Verma <vishal.l.verma@intel.com>
7146 L:      linux-nvdimm@lists.01.org
7147 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7148 S:      Supported
7149 F:      drivers/nvdimm/btt*
7150
7151 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7152 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7153 L:      linux-nvdimm@lists.01.org
7154 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7155 S:      Supported
7156 F:      drivers/nvdimm/pmem.c
7157 F:      include/linux/pmem.h
7158 F:      arch/*/include/asm/pmem.h
7159
7160 LIGHTNVM PLATFORM SUPPORT
7161 M:      Matias Bjorling <mb@lightnvm.io>
7162 W:      http://github/OpenChannelSSD
7163 L:      linux-block@vger.kernel.org
7164 S:      Maintained
7165 F:      drivers/lightnvm/
7166 F:      include/linux/lightnvm.h
7167 F:      include/uapi/linux/lightnvm.h
7168
7169 LINUX FOR IBM pSERIES (RS/6000)
7170 M:      Paul Mackerras <paulus@au.ibm.com>
7171 W:      http://www.ibm.com/linux/ltc/projects/ppc
7172 S:      Supported
7173 F:      arch/powerpc/boot/rs6000.h
7174
7175 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7176 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7177 M:      Paul Mackerras <paulus@samba.org>
7178 M:      Michael Ellerman <mpe@ellerman.id.au>
7179 W:      http://www.penguinppc.org/
7180 L:      linuxppc-dev@lists.ozlabs.org
7181 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7183 S:      Supported
7184 F:      Documentation/powerpc/
7185 F:      arch/powerpc/
7186 F:      drivers/char/tpm/tpm_ibmvtpm*
7187 F:      drivers/crypto/nx/
7188 F:      drivers/crypto/vmx/
7189 F:      drivers/net/ethernet/ibm/ibmveth.*
7190 F:      drivers/net/ethernet/ibm/ibmvnic.*
7191 F:      drivers/pci/hotplug/pnv_php.c
7192 F:      drivers/pci/hotplug/rpa*
7193 F:      drivers/scsi/ibmvscsi/
7194 N:      opal
7195 N:      /pmac
7196 N:      powermac
7197 N:      powernv
7198 N:      [^a-z0-9]ps3
7199 N:      pseries
7200
7201 LINUX FOR POWER MACINTOSH
7202 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7203 W:      http://www.penguinppc.org/
7204 L:      linuxppc-dev@lists.ozlabs.org
7205 S:      Maintained
7206 F:      arch/powerpc/platforms/powermac/
7207 F:      drivers/macintosh/
7208
7209 LINUX FOR POWERPC EMBEDDED MPC5XXX
7210 M:      Anatolij Gustschin <agust@denx.de>
7211 L:      linuxppc-dev@lists.ozlabs.org
7212 T:      git git://git.denx.de/linux-denx-agust.git
7213 S:      Maintained
7214 F:      arch/powerpc/platforms/512x/
7215 F:      arch/powerpc/platforms/52xx/
7216
7217 LINUX FOR POWERPC EMBEDDED PPC4XX
7218 M:      Alistair Popple <alistair@popple.id.au>
7219 M:      Matt Porter <mporter@kernel.crashing.org>
7220 W:      http://www.penguinppc.org/
7221 L:      linuxppc-dev@lists.ozlabs.org
7222 S:      Maintained
7223 F:      arch/powerpc/platforms/40x/
7224 F:      arch/powerpc/platforms/44x/
7225
7226 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7227 L:      linuxppc-dev@lists.ozlabs.org
7228 S:      Orphan
7229 F:      arch/powerpc/*/*virtex*
7230 F:      arch/powerpc/*/*/*virtex*
7231
7232 LINUX FOR POWERPC EMBEDDED PPC8XX
7233 M:      Vitaly Bordug <vitb@kernel.crashing.org>
7234 W:      http://www.penguinppc.org/
7235 L:      linuxppc-dev@lists.ozlabs.org
7236 S:      Maintained
7237 F:      arch/powerpc/platforms/8xx/
7238
7239 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7240 M:      Scott Wood <oss@buserror.net>
7241 M:      Kumar Gala <galak@kernel.crashing.org>
7242 W:      http://www.penguinppc.org/
7243 L:      linuxppc-dev@lists.ozlabs.org
7244 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7245 S:      Maintained
7246 F:      arch/powerpc/platforms/83xx/
7247 F:      arch/powerpc/platforms/85xx/
7248
7249 LINUX FOR POWERPC PA SEMI PWRFICIENT
7250 M:      Olof Johansson <olof@lixom.net>
7251 L:      linuxppc-dev@lists.ozlabs.org
7252 S:      Maintained
7253 F:      arch/powerpc/platforms/pasemi/
7254 F:      drivers/*/*pasemi*
7255 F:      drivers/*/*/*pasemi*
7256
7257 LINUX SECURITY MODULE (LSM) FRAMEWORK
7258 M:      Chris Wright <chrisw@sous-sol.org>
7259 L:      linux-security-module@vger.kernel.org
7260 S:      Supported
7261
7262 LIS3LV02D ACCELEROMETER DRIVER
7263 M:      Eric Piel <eric.piel@tremplin-utc.net>
7264 S:      Maintained
7265 F:      Documentation/misc-devices/lis3lv02d
7266 F:      drivers/misc/lis3lv02d/
7267 F:      drivers/platform/x86/hp_accel.c
7268
7269 LIVE PATCHING
7270 M:      Josh Poimboeuf <jpoimboe@redhat.com>
7271 M:      Jessica Yu <jeyu@redhat.com>
7272 M:      Jiri Kosina <jikos@kernel.org>
7273 M:      Miroslav Benes <mbenes@suse.cz>
7274 R:      Petr Mladek <pmladek@suse.com>
7275 S:      Maintained
7276 F:      kernel/livepatch/
7277 F:      include/linux/livepatch.h
7278 F:      arch/x86/include/asm/livepatch.h
7279 F:      arch/x86/kernel/livepatch.c
7280 F:      Documentation/livepatch/
7281 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7282 F:      samples/livepatch/
7283 L:      live-patching@vger.kernel.org
7284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7285
7286 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7287 M:      Kees Cook <keescook@chromium.org>
7288 S:      Maintained
7289 F:      drivers/misc/lkdtm*
7290
7291 LLC (802.2)
7292 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7293 S:      Maintained
7294 F:      include/linux/llc.h
7295 F:      include/uapi/linux/llc.h
7296 F:      include/net/llc*
7297 F:      net/llc/
7298
7299 LM73 HARDWARE MONITOR DRIVER
7300 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
7301 L:      linux-hwmon@vger.kernel.org
7302 S:      Maintained
7303 F:      drivers/hwmon/lm73.c
7304
7305 LM78 HARDWARE MONITOR DRIVER
7306 M:      Jean Delvare <jdelvare@suse.com>
7307 L:      linux-hwmon@vger.kernel.org
7308 S:      Maintained
7309 F:      Documentation/hwmon/lm78
7310 F:      drivers/hwmon/lm78.c
7311
7312 LM83 HARDWARE MONITOR DRIVER
7313 M:      Jean Delvare <jdelvare@suse.com>
7314 L:      linux-hwmon@vger.kernel.org
7315 S:      Maintained
7316 F:      Documentation/hwmon/lm83
7317 F:      drivers/hwmon/lm83.c
7318
7319 LM90 HARDWARE MONITOR DRIVER
7320 M:      Jean Delvare <jdelvare@suse.com>
7321 L:      linux-hwmon@vger.kernel.org
7322 S:      Maintained
7323 F:      Documentation/hwmon/lm90
7324 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7325 F:      drivers/hwmon/lm90.c
7326
7327 LM95234 HARDWARE MONITOR DRIVER
7328 M:      Guenter Roeck <linux@roeck-us.net>
7329 L:      linux-hwmon@vger.kernel.org
7330 S:      Maintained
7331 F:      Documentation/hwmon/lm95234
7332 F:      drivers/hwmon/lm95234.c
7333
7334 LME2510 MEDIA DRIVER
7335 M:      Malcolm Priestley <tvboxspy@gmail.com>
7336 L:      linux-media@vger.kernel.org
7337 W:      https://linuxtv.org
7338 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7339 S:      Maintained
7340 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7341
7342 LOCKING PRIMITIVES
7343 M:      Peter Zijlstra <peterz@infradead.org>
7344 M:      Ingo Molnar <mingo@redhat.com>
7345 L:      linux-kernel@vger.kernel.org
7346 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7347 S:      Maintained
7348 F:      Documentation/locking/
7349 F:      include/linux/lockdep.h
7350 F:      include/linux/spinlock*.h
7351 F:      arch/*/include/asm/spinlock*.h
7352 F:      include/linux/rwlock*.h
7353 F:      include/linux/mutex*.h
7354 F:      arch/*/include/asm/mutex*.h
7355 F:      include/linux/rwsem*.h
7356 F:      arch/*/include/asm/rwsem.h
7357 F:      include/linux/seqlock.h
7358 F:      lib/locking*.[ch]
7359 F:      kernel/locking/
7360
7361 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7362 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
7363 L:      linux-ntfs-dev@lists.sourceforge.net
7364 W:      http://www.linux-ntfs.org/content/view/19/37/
7365 S:      Maintained
7366 F:      Documentation/ldm.txt
7367 F:      block/partitions/ldm.*
7368
7369 LogFS
7370 M:      Joern Engel <joern@logfs.org>
7371 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
7372 L:      logfs@logfs.org
7373 W:      logfs.org
7374 S:      Maintained
7375 F:      fs/logfs/
7376
7377 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7378 M:      Sathya Prakash <sathya.prakash@broadcom.com>
7379 M:      Chaitra P B <chaitra.basappa@broadcom.com>
7380 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7381 L:      MPT-FusionLinux.pdl@broadcom.com
7382 L:      linux-scsi@vger.kernel.org
7383 W:      http://www.avagotech.com/support/
7384 S:      Supported
7385 F:      drivers/message/fusion/
7386 F:      drivers/scsi/mpt2sas/
7387 F:      drivers/scsi/mpt3sas/
7388
7389 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7390 M:      Matthew Wilcox <matthew@wil.cx>
7391 L:      linux-scsi@vger.kernel.org
7392 S:      Maintained
7393 F:      drivers/scsi/sym53c8xx_2/
7394
7395 LTC4261 HARDWARE MONITOR DRIVER
7396 M:      Guenter Roeck <linux@roeck-us.net>
7397 L:      linux-hwmon@vger.kernel.org
7398 S:      Maintained
7399 F:      Documentation/hwmon/ltc4261
7400 F:      drivers/hwmon/ltc4261.c
7401
7402 LTP (Linux Test Project)
7403 M:      Mike Frysinger <vapier@gentoo.org>
7404 M:      Cyril Hrubis <chrubis@suse.cz>
7405 M:      Wanlong Gao <wanlong.gao@gmail.com>
7406 M:      Jan Stancek <jstancek@redhat.com>
7407 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7408 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
7409 L:      ltp@lists.linux.it (subscribers-only)
7410 W:      http://linux-test-project.github.io/
7411 T:      git git://github.com/linux-test-project/ltp.git
7412 S:      Maintained
7413
7414 M32R ARCHITECTURE
7415 W:      http://www.linux-m32r.org/
7416 S:      Orphan
7417 F:      arch/m32r/
7418
7419 M68K ARCHITECTURE
7420 M:      Geert Uytterhoeven <geert@linux-m68k.org>
7421 L:      linux-m68k@lists.linux-m68k.org
7422 W:      http://www.linux-m68k.org/
7423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7424 S:      Maintained
7425 F:      arch/m68k/
7426 F:      drivers/zorro/
7427
7428 M68K ON APPLE MACINTOSH
7429 M:      Joshua Thompson <funaho@jurai.org>
7430 W:      http://www.mac.linux-m68k.org/
7431 L:      linux-m68k@lists.linux-m68k.org
7432 S:      Maintained
7433 F:      arch/m68k/mac/
7434
7435 M68K ON HP9000/300
7436 M:      Philip Blundell <philb@gnu.org>
7437 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
7438 S:      Maintained
7439 F:      arch/m68k/hp300/
7440
7441 M88DS3103 MEDIA DRIVER
7442 M:      Antti Palosaari <crope@iki.fi>
7443 L:      linux-media@vger.kernel.org
7444 W:      https://linuxtv.org
7445 W:      http://palosaari.fi/linux/
7446 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7447 T:      git git://linuxtv.org/anttip/media_tree.git
7448 S:      Maintained
7449 F:      drivers/media/dvb-frontends/m88ds3103*
7450
7451 M88RS2000 MEDIA DRIVER
7452 M:      Malcolm Priestley <tvboxspy@gmail.com>
7453 L:      linux-media@vger.kernel.org
7454 W:      https://linuxtv.org
7455 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7456 S:      Maintained
7457 F:      drivers/media/dvb-frontends/m88rs2000*
7458
7459 MA901 MASTERKIT USB FM RADIO DRIVER
7460 M:      Alexey Klimov <klimov.linux@gmail.com>
7461 L:      linux-media@vger.kernel.org
7462 T:      git git://linuxtv.org/media_tree.git
7463 S:      Maintained
7464 F:      drivers/media/radio/radio-ma901.c
7465
7466 MAC80211
7467 M:      Johannes Berg <johannes@sipsolutions.net>
7468 L:      linux-wireless@vger.kernel.org
7469 W:      http://wireless.kernel.org/
7470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7471 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7472 S:      Maintained
7473 F:      Documentation/networking/mac80211-injection.txt
7474 F:      include/net/mac80211.h
7475 F:      net/mac80211/
7476 F:      drivers/net/wireless/mac80211_hwsim.[ch]
7477
7478 MACVLAN DRIVER
7479 M:      Patrick McHardy <kaber@trash.net>
7480 L:      netdev@vger.kernel.org
7481 S:      Maintained
7482 F:      drivers/net/macvlan.c
7483 F:      include/linux/if_macvlan.h
7484
7485 MAILBOX API
7486 M:      Jassi Brar <jassisinghbrar@gmail.com>
7487 L:      linux-kernel@vger.kernel.org
7488 S:      Maintained
7489 F:      drivers/mailbox/
7490 F:      include/linux/mailbox_client.h
7491 F:      include/linux/mailbox_controller.h
7492
7493 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7494 M:      Michael Kerrisk <mtk.manpages@gmail.com>
7495 W:      http://www.kernel.org/doc/man-pages
7496 L:      linux-man@vger.kernel.org
7497 S:      Maintained
7498
7499 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7500 M:      Andrew Lunn <andrew@lunn.ch>
7501 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7502 S:      Maintained
7503 F:      drivers/net/dsa/mv88e6xxx/
7504
7505 MARVELL ARMADA DRM SUPPORT
7506 M:      Russell King <rmk+kernel@armlinux.org.uk>
7507 S:      Maintained
7508 F:      drivers/gpu/drm/armada/
7509 F:      include/uapi/drm/armada_drm.h
7510 F:      Documentation/devicetree/bindings/display/armada/
7511
7512 MARVELL CRYPTO DRIVER
7513 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7514 M:      Arnaud Ebalard <arno@natisbad.org>
7515 F:      drivers/crypto/marvell/
7516 S:      Maintained
7517 L:      linux-crypto@vger.kernel.org
7518
7519 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7520 M:      Mirko Lindner <mlindner@marvell.com>
7521 M:      Stephen Hemminger <stephen@networkplumber.org>
7522 L:      netdev@vger.kernel.org
7523 S:      Maintained
7524 F:      drivers/net/ethernet/marvell/sk*
7525
7526 MARVELL LIBERTAS WIRELESS DRIVER
7527 L:      libertas-dev@lists.infradead.org
7528 S:      Orphan
7529 F:      drivers/net/wireless/marvell/libertas/
7530
7531 MARVELL MV643XX ETHERNET DRIVER
7532 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7533 L:      netdev@vger.kernel.org
7534 S:      Maintained
7535 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7536 F:      include/linux/mv643xx.h
7537
7538 MARVELL MVNETA ETHERNET DRIVER
7539 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7540 L:      netdev@vger.kernel.org
7541 S:      Maintained
7542 F:      drivers/net/ethernet/marvell/mvneta.*
7543
7544 MARVELL MWIFIEX WIRELESS DRIVER
7545 M:      Amitkumar Karwar <akarwar@marvell.com>
7546 M:      Nishant Sarmukadam <nishants@marvell.com>
7547 L:      linux-wireless@vger.kernel.org
7548 S:      Maintained
7549 F:      drivers/net/wireless/marvell/mwifiex/
7550
7551 MARVELL MWL8K WIRELESS DRIVER
7552 M:      Lennert Buytenhek <buytenh@wantstofly.org>
7553 L:      linux-wireless@vger.kernel.org
7554 S:      Odd Fixes
7555 F:      drivers/net/wireless/marvell/mwl8k.c
7556
7557 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7558 M:      Nicolas Pitre <nico@fluxnic.net>
7559 S:      Odd Fixes
7560 F:      drivers/mmc/host/mvsdio.*
7561
7562 MATROX FRAMEBUFFER DRIVER
7563 L:      linux-fbdev@vger.kernel.org
7564 S:      Orphan
7565 F:      drivers/video/fbdev/matrox/matroxfb_*
7566 F:      include/uapi/linux/matroxfb.h
7567
7568 MAX16065 HARDWARE MONITOR DRIVER
7569 M:      Guenter Roeck <linux@roeck-us.net>
7570 L:      linux-hwmon@vger.kernel.org
7571 S:      Maintained
7572 F:      Documentation/hwmon/max16065
7573 F:      drivers/hwmon/max16065.c
7574
7575 MAX20751 HARDWARE MONITOR DRIVER
7576 M:      Guenter Roeck <linux@roeck-us.net>
7577 L:      linux-hwmon@vger.kernel.org
7578 S:      Maintained
7579 F:      Documentation/hwmon/max20751
7580 F:      drivers/hwmon/max20751.c
7581
7582 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7583 L:      linux-hwmon@vger.kernel.org
7584 S:      Orphan
7585 F:      Documentation/hwmon/max6650
7586 F:      drivers/hwmon/max6650.c
7587
7588 MAX6697 HARDWARE MONITOR DRIVER
7589 M:      Guenter Roeck <linux@roeck-us.net>
7590 L:      linux-hwmon@vger.kernel.org
7591 S:      Maintained
7592 F:      Documentation/hwmon/max6697
7593 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7594 F:      drivers/hwmon/max6697.c
7595 F:      include/linux/platform_data/max6697.h
7596
7597 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7598 M:      Peter Rosin <peda@axentia.se>
7599 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7600 S:      Maintained
7601 F:      Documentation/devicetree/bindings/sound/max9860.txt
7602 F:      sound/soc/codecs/max9860.*
7603
7604 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7605 M:      Krzysztof Kozlowski <krzk@kernel.org>
7606 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7607 L:      linux-pm@vger.kernel.org
7608 S:      Supported
7609 F:      drivers/power/supply/max14577_charger.c
7610 F:      drivers/power/supply/max77693_charger.c
7611
7612 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7613 M:      Javier Martinez Canillas <javier@osg.samsung.com>
7614 L:      linux-kernel@vger.kernel.org
7615 S:      Supported
7616 F:      drivers/*/*max77802*.c
7617 F:      Documentation/devicetree/bindings/*/*max77802.txt
7618 F:      include/dt-bindings/*/*max77802.h
7619
7620 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7621 M:      Chanwoo Choi <cw00.choi@samsung.com>
7622 M:      Krzysztof Kozlowski <krzk@kernel.org>
7623 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7624 L:      linux-kernel@vger.kernel.org
7625 S:      Supported
7626 F:      drivers/*/max14577*.c
7627 F:      drivers/*/max77686*.c
7628 F:      drivers/*/max77693*.c
7629 F:      drivers/extcon/extcon-max14577.c
7630 F:      drivers/extcon/extcon-max77693.c
7631 F:      drivers/rtc/rtc-max77686.c
7632 F:      drivers/clk/clk-max77686.c
7633 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7634 F:      Documentation/devicetree/bindings/*/max77686.txt
7635 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7636 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7637 F:      include/linux/mfd/max14577*.h
7638 F:      include/linux/mfd/max77686*.h
7639 F:      include/linux/mfd/max77693*.h
7640
7641 MAXIRADIO FM RADIO RECEIVER DRIVER
7642 M:      Hans Verkuil <hverkuil@xs4all.nl>
7643 L:      linux-media@vger.kernel.org
7644 T:      git git://linuxtv.org/media_tree.git
7645 W:      https://linuxtv.org
7646 S:      Maintained
7647 F:      drivers/media/radio/radio-maxiradio*
7648
7649 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7650 M:      Peter Rosin <peda@axentia.se>
7651 L:      linux-iio@vger.kernel.org
7652 S:      Maintained
7653 F:      drivers/iio/potentiometer/mcp4531.c
7654
7655 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7656 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
7657 L:      linux-iio@vger.kernel.org
7658 S:      Maintained
7659 F:      drivers/iio/dac/cio-dac.c
7660
7661 MEDIA DRIVERS FOR RENESAS - FCP
7662 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7663 L:      linux-media@vger.kernel.org
7664 L:      linux-renesas-soc@vger.kernel.org
7665 T:      git git://linuxtv.org/media_tree.git
7666 S:      Supported
7667 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
7668 F:      drivers/media/platform/rcar-fcp.c
7669 F:      include/media/rcar-fcp.h
7670
7671 MEDIA DRIVERS FOR RENESAS - VSP1
7672 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7673 L:      linux-media@vger.kernel.org
7674 L:      linux-renesas-soc@vger.kernel.org
7675 T:      git git://linuxtv.org/media_tree.git
7676 S:      Supported
7677 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7678 F:      drivers/media/platform/vsp1/
7679
7680 MEDIA DRIVERS FOR HELENE
7681 M:      Abylay Ospan <aospan@netup.ru>
7682 L:      linux-media@vger.kernel.org
7683 W:      https://linuxtv.org
7684 W:      http://netup.tv/
7685 T:      git git://linuxtv.org/media_tree.git
7686 S:      Supported
7687 F:      drivers/media/dvb-frontends/helene*
7688
7689 MEDIA DRIVERS FOR ASCOT2E
7690 M:      Sergey Kozlov <serjk@netup.ru>
7691 M:      Abylay Ospan <aospan@netup.ru>
7692 L:      linux-media@vger.kernel.org
7693 W:      https://linuxtv.org
7694 W:      http://netup.tv/
7695 T:      git git://linuxtv.org/media_tree.git
7696 S:      Supported
7697 F:      drivers/media/dvb-frontends/ascot2e*
7698
7699 MEDIA DRIVERS FOR CXD2841ER
7700 M:      Sergey Kozlov <serjk@netup.ru>
7701 M:      Abylay Ospan <aospan@netup.ru>
7702 L:      linux-media@vger.kernel.org
7703 W:      https://linuxtv.org
7704 W:      http://netup.tv/
7705 T:      git git://linuxtv.org/media_tree.git
7706 S:      Supported
7707 F:      drivers/media/dvb-frontends/cxd2841er*
7708
7709 MEDIA DRIVERS FOR HORUS3A
7710 M:      Sergey Kozlov <serjk@netup.ru>
7711 M:      Abylay Ospan <aospan@netup.ru>
7712 L:      linux-media@vger.kernel.org
7713 W:      https://linuxtv.org
7714 W:      http://netup.tv/
7715 T:      git git://linuxtv.org/media_tree.git
7716 S:      Supported
7717 F:      drivers/media/dvb-frontends/horus3a*
7718
7719 MEDIA DRIVERS FOR LNBH25
7720 M:      Sergey Kozlov <serjk@netup.ru>
7721 M:      Abylay Ospan <aospan@netup.ru>
7722 L:      linux-media@vger.kernel.org
7723 W:      https://linuxtv.org
7724 W:      http://netup.tv/
7725 T:      git git://linuxtv.org/media_tree.git
7726 S:      Supported
7727 F:      drivers/media/dvb-frontends/lnbh25*
7728
7729 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7730 M:      Sergey Kozlov <serjk@netup.ru>
7731 M:      Abylay Ospan <aospan@netup.ru>
7732 L:      linux-media@vger.kernel.org
7733 W:      https://linuxtv.org
7734 W:      http://netup.tv/
7735 T:      git git://linuxtv.org/media_tree.git
7736 S:      Supported
7737 F:      drivers/media/pci/netup_unidvb/*
7738
7739 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7740 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
7741 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
7742 P:      LinuxTV.org Project
7743 L:      linux-media@vger.kernel.org
7744 W:      https://linuxtv.org
7745 Q:      http://patchwork.kernel.org/project/linux-media/list/
7746 T:      git git://linuxtv.org/media_tree.git
7747 S:      Maintained
7748 F:      Documentation/dvb/
7749 F:      Documentation/video4linux/
7750 F:      Documentation/DocBook/media/
7751 F:      drivers/media/
7752 F:      drivers/staging/media/
7753 F:      include/linux/platform_data/media/
7754 F:      include/media/
7755 F:      include/uapi/linux/dvb/
7756 F:      include/uapi/linux/videodev2.h
7757 F:      include/uapi/linux/media.h
7758 F:      include/uapi/linux/v4l2-*
7759 F:      include/uapi/linux/meye.h
7760 F:      include/uapi/linux/ivtv*
7761 F:      include/uapi/linux/uvcvideo.h
7762
7763 MEDIATEK ETHERNET DRIVER
7764 M:      Felix Fietkau <nbd@openwrt.org>
7765 M:      John Crispin <blogic@openwrt.org>
7766 L:      netdev@vger.kernel.org
7767 S:      Maintained
7768 F:      drivers/net/ethernet/mediatek/
7769
7770 MEDIATEK MT7601U WIRELESS LAN DRIVER
7771 M:      Jakub Kicinski <kubakici@wp.pl>
7772 L:      linux-wireless@vger.kernel.org
7773 S:      Maintained
7774 F:      drivers/net/wireless/mediatek/mt7601u/
7775
7776 MEGARAID SCSI/SAS DRIVERS
7777 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7778 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7779 M:      Uday Lingala <uday.lingala@avagotech.com>
7780 L:      megaraidlinux.pdl@avagotech.com
7781 L:      linux-scsi@vger.kernel.org
7782 W:      http://www.lsi.com
7783 S:      Maintained
7784 F:      Documentation/scsi/megaraid.txt
7785 F:      drivers/scsi/megaraid.*
7786 F:      drivers/scsi/megaraid/
7787
7788 MELLANOX ETHERNET DRIVER (mlx4_en)
7789 M:      Tariq Toukan <tariqt@mellanox.com>
7790 L:      netdev@vger.kernel.org
7791 S:      Supported
7792 W:      http://www.mellanox.com
7793 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7794 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7795
7796 MELLANOX ETHERNET DRIVER (mlx5e)
7797 M:      Saeed Mahameed <saeedm@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/mlx5/core/en_*
7803
7804 MELLANOX ETHERNET SWITCH DRIVERS
7805 M:      Jiri Pirko <jiri@mellanox.com>
7806 M:      Ido Schimmel <idosch@mellanox.com>
7807 L:      netdev@vger.kernel.org
7808 S:      Supported
7809 W:      http://www.mellanox.com
7810 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7811 F:      drivers/net/ethernet/mellanox/mlxsw/
7812
7813 MELLANOX MLXCPLD LED DRIVER
7814 M:      Vadim Pasternak <vadimp@mellanox.com>
7815 L:      linux-leds@vger.kernel.org
7816 S:      Supported
7817 F:      drivers/leds/leds-mlxcpld.c
7818 F:      Documentation/leds/leds-mlxcpld.txt
7819
7820 MELLANOX PLATFORM DRIVER
7821 M:      Vadim Pasternak <vadimp@mellanox.com>
7822 L:      platform-driver-x86@vger.kernel.org
7823 S:      Supported
7824 F:      arch/x86/platform/mellanox/mlx-platform.c
7825
7826 SOFT-ROCE DRIVER (rxe)
7827 M:      Moni Shoua <monis@mellanox.com>
7828 L:      linux-rdma@vger.kernel.org
7829 S:      Supported
7830 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
7831 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7832 F:      drivers/infiniband/sw/rxe/
7833 F:      include/uapi/rdma/rdma_user_rxe.h
7834
7835 MEMBARRIER SUPPORT
7836 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7837 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7838 L:      linux-kernel@vger.kernel.org
7839 S:      Supported
7840 F:      kernel/membarrier.c
7841 F:      include/uapi/linux/membarrier.h
7842
7843 MEMORY MANAGEMENT
7844 L:      linux-mm@kvack.org
7845 W:      http://www.linux-mm.org
7846 S:      Maintained
7847 F:      include/linux/mm.h
7848 F:      include/linux/gfp.h
7849 F:      include/linux/mmzone.h
7850 F:      include/linux/memory_hotplug.h
7851 F:      include/linux/vmalloc.h
7852 F:      mm/
7853
7854 MEMORY TECHNOLOGY DEVICES (MTD)
7855 M:      David Woodhouse <dwmw2@infradead.org>
7856 M:      Brian Norris <computersforpeace@gmail.com>
7857 L:      linux-mtd@lists.infradead.org
7858 W:      http://www.linux-mtd.infradead.org/
7859 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7860 T:      git git://git.infradead.org/linux-mtd.git
7861 T:      git git://git.infradead.org/l2-mtd.git
7862 S:      Maintained
7863 F:      Documentation/devicetree/bindings/mtd/
7864 F:      drivers/mtd/
7865 F:      include/linux/mtd/
7866 F:      include/uapi/mtd/
7867
7868 MEN A21 WATCHDOG DRIVER
7869 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7870 L:      linux-watchdog@vger.kernel.org
7871 S:      Maintained
7872 F:      drivers/watchdog/mena21_wdt.c
7873
7874 MEN CHAMELEON BUS (mcb)
7875 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7876 S:      Maintained
7877 F:      drivers/mcb/
7878 F:      include/linux/mcb.h
7879 F:      Documentation/men-chameleon-bus.txt
7880
7881 MEN F21BMC (Board Management Controller)
7882 M:      Andreas Werner <andreas.werner@men.de>
7883 S:      Supported
7884 F:      drivers/mfd/menf21bmc.c
7885 F:      drivers/watchdog/menf21bmc_wdt.c
7886 F:      drivers/leds/leds-menf21bmc.c
7887 F:      drivers/hwmon/menf21bmc_hwmon.c
7888 F:      Documentation/hwmon/menf21bmc
7889
7890 METAG ARCHITECTURE
7891 M:      James Hogan <james.hogan@imgtec.com>
7892 L:      linux-metag@vger.kernel.org
7893 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7894 S:      Odd Fixes
7895 F:      arch/metag/
7896 F:      Documentation/metag/
7897 F:      Documentation/devicetree/bindings/metag/
7898 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7899 F:      drivers/clocksource/metag_generic.c
7900 F:      drivers/irqchip/irq-metag.c
7901 F:      drivers/irqchip/irq-metag-ext.c
7902 F:      drivers/tty/metag_da.c
7903
7904 MICROBLAZE ARCHITECTURE
7905 M:      Michal Simek <monstr@monstr.eu>
7906 W:      http://www.monstr.eu/fdt/
7907 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7908 S:      Supported
7909 F:      arch/microblaze/
7910
7911 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
7912 M:      Richard Genoud <richard.genoud@gmail.com>
7913 S:      Maintained
7914 F:      drivers/tty/serial/atmel_serial.c
7915 F:      include/linux/atmel_serial.h
7916
7917 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7918 M:      Chen Yu <yu.c.chen@intel.com>
7919 L:      platform-driver-x86@vger.kernel.org
7920 S:      Supported
7921 F:      drivers/platform/x86/surfacepro3_button.c
7922
7923 MICROTEK X6 SCANNER
7924 M:      Oliver Neukum <oliver@neukum.org>
7925 S:      Maintained
7926 F:      drivers/usb/image/microtek.*
7927
7928 MIPS
7929 M:      Ralf Baechle <ralf@linux-mips.org>
7930 L:      linux-mips@linux-mips.org
7931 W:      http://www.linux-mips.org/
7932 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7933 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7934 S:      Supported
7935 F:      Documentation/devicetree/bindings/mips/
7936 F:      Documentation/mips/
7937 F:      arch/mips/
7938
7939 MIPS/LOONGSON1 ARCHITECTURE
7940 M:      Keguang Zhang <keguang.zhang@gmail.com>
7941 L:      linux-mips@linux-mips.org
7942 S:      Maintained
7943 F:      arch/mips/loongson32/
7944 F:      arch/mips/include/asm/mach-loongson32/
7945 F:      drivers/*/*loongson1*
7946 F:      drivers/*/*/*loongson1*
7947
7948 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7949 M:      Hans Verkuil <hverkuil@xs4all.nl>
7950 L:      linux-media@vger.kernel.org
7951 T:      git git://linuxtv.org/media_tree.git
7952 W:      https://linuxtv.org
7953 S:      Odd Fixes
7954 F:      drivers/media/radio/radio-miropcm20*
7955
7956 MELLANOX MLX4 core VPI driver
7957 M:      Yishai Hadas <yishaih@mellanox.com>
7958 L:      netdev@vger.kernel.org
7959 L:      linux-rdma@vger.kernel.org
7960 W:      http://www.mellanox.com
7961 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7962 S:      Supported
7963 F:      drivers/net/ethernet/mellanox/mlx4/
7964 F:      include/linux/mlx4/
7965
7966 MELLANOX MLX4 IB driver
7967 M:      Yishai Hadas <yishaih@mellanox.com>
7968 L:      linux-rdma@vger.kernel.org
7969 W:      http://www.mellanox.com
7970 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7971 S:      Supported
7972 F:      drivers/infiniband/hw/mlx4/
7973 F:      include/linux/mlx4/
7974
7975 MELLANOX MLX5 core VPI driver
7976 M:      Matan Barak <matanb@mellanox.com>
7977 M:      Leon Romanovsky <leonro@mellanox.com>
7978 L:      netdev@vger.kernel.org
7979 L:      linux-rdma@vger.kernel.org
7980 W:      http://www.mellanox.com
7981 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7982 S:      Supported
7983 F:      drivers/net/ethernet/mellanox/mlx5/core/
7984 F:      include/linux/mlx5/
7985
7986 MELLANOX MLX5 IB driver
7987 M:      Matan Barak <matanb@mellanox.com>
7988 M:      Leon Romanovsky <leonro@mellanox.com>
7989 L:      linux-rdma@vger.kernel.org
7990 W:      http://www.mellanox.com
7991 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7992 S:      Supported
7993 F:      drivers/infiniband/hw/mlx5/
7994 F:      include/linux/mlx5/
7995
7996 MELEXIS MLX90614 DRIVER
7997 M:      Crt Mori <cmo@melexis.com>
7998 L:      linux-iio@vger.kernel.org
7999 W:      http://www.melexis.com
8000 S:      Supported
8001 F:      drivers/iio/temperature/mlx90614.c
8002
8003 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8004 M:      Don Brace <don.brace@microsemi.com>
8005 L:      esc.storagedev@microsemi.com
8006 L:      linux-scsi@vger.kernel.org
8007 S:      Supported
8008 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
8009 F:      drivers/scsi/smartpqi/Kconfig
8010 F:      drivers/scsi/smartpqi/Makefile
8011 F:      include/linux/cciss*.h
8012 F:      include/uapi/linux/cciss*.h
8013 F:      Documentation/scsi/smartpqi.txt
8014
8015 MN88472 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/mn88472*
8023
8024 MN88473 MEDIA DRIVER
8025 M:      Antti Palosaari <crope@iki.fi>
8026 L:      linux-media@vger.kernel.org
8027 W:      https://linuxtv.org
8028 W:      http://palosaari.fi/linux/
8029 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8030 S:      Maintained
8031 F:      drivers/media/dvb-frontends/mn88473*
8032
8033 MODULE SUPPORT
8034 M:      Rusty Russell <rusty@rustcorp.com.au>
8035 S:      Maintained
8036 F:      include/linux/module.h
8037 F:      kernel/module.c
8038
8039 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8040 W:      http://popies.net/meye/
8041 S:      Orphan
8042 F:      Documentation/video4linux/meye.txt
8043 F:      drivers/media/pci/meye/
8044 F:      include/uapi/linux/meye.h
8045
8046 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8047 M:      Jiri Slaby <jirislaby@gmail.com>
8048 S:      Maintained
8049 F:      Documentation/serial/moxa-smartio
8050 F:      drivers/tty/mxser.*
8051
8052 MR800 AVERMEDIA USB FM RADIO DRIVER
8053 M:      Alexey Klimov <klimov.linux@gmail.com>
8054 L:      linux-media@vger.kernel.org
8055 T:      git git://linuxtv.org/media_tree.git
8056 S:      Maintained
8057 F:      drivers/media/radio/radio-mr800.c
8058
8059 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8060 M:      Alan Ott <alan@signal11.us>
8061 L:      linux-wpan@vger.kernel.org
8062 S:      Maintained
8063 F:      drivers/net/ieee802154/mrf24j40.c
8064 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8065
8066 MSI LAPTOP SUPPORT
8067 M:      "Lee, Chun-Yi" <jlee@suse.com>
8068 L:      platform-driver-x86@vger.kernel.org
8069 S:      Maintained
8070 F:      drivers/platform/x86/msi-laptop.c
8071
8072 MSI WMI SUPPORT
8073 L:      platform-driver-x86@vger.kernel.org
8074 S:      Orphan
8075 F:      drivers/platform/x86/msi-wmi.c
8076
8077 MSI001 MEDIA DRIVER
8078 M:      Antti Palosaari <crope@iki.fi>
8079 L:      linux-media@vger.kernel.org
8080 W:      https://linuxtv.org
8081 W:      http://palosaari.fi/linux/
8082 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8083 T:      git git://linuxtv.org/anttip/media_tree.git
8084 S:      Maintained
8085 F:      drivers/media/tuners/msi001*
8086
8087 MSI2500 MEDIA DRIVER
8088 M:      Antti Palosaari <crope@iki.fi>
8089 L:      linux-media@vger.kernel.org
8090 W:      https://linuxtv.org
8091 W:      http://palosaari.fi/linux/
8092 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8093 T:      git git://linuxtv.org/anttip/media_tree.git
8094 S:      Maintained
8095 F:      drivers/media/usb/msi2500/
8096
8097 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8098 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8099 L:      linux-mtd@lists.infradead.org
8100 S:      Maintained
8101 F:      drivers/mtd/devices/docg3*
8102
8103 MT9M032 APTINA SENSOR DRIVER
8104 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8105 L:      linux-media@vger.kernel.org
8106 T:      git git://linuxtv.org/media_tree.git
8107 S:      Maintained
8108 F:      drivers/media/i2c/mt9m032.c
8109 F:      include/media/i2c/mt9m032.h
8110
8111 MT9P031 APTINA CAMERA SENSOR
8112 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8113 L:      linux-media@vger.kernel.org
8114 T:      git git://linuxtv.org/media_tree.git
8115 S:      Maintained
8116 F:      drivers/media/i2c/mt9p031.c
8117 F:      include/media/i2c/mt9p031.h
8118
8119 MT9T001 APTINA CAMERA SENSOR
8120 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8121 L:      linux-media@vger.kernel.org
8122 T:      git git://linuxtv.org/media_tree.git
8123 S:      Maintained
8124 F:      drivers/media/i2c/mt9t001.c
8125 F:      include/media/i2c/mt9t001.h
8126
8127 MT9V032 APTINA CAMERA SENSOR
8128 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8129 L:      linux-media@vger.kernel.org
8130 T:      git git://linuxtv.org/media_tree.git
8131 S:      Maintained
8132 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8133 F:      drivers/media/i2c/mt9v032.c
8134 F:      include/media/i2c/mt9v032.h
8135
8136 MULTIFUNCTION DEVICES (MFD)
8137 M:      Lee Jones <lee.jones@linaro.org>
8138 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8139 S:      Supported
8140 F:      Documentation/devicetree/bindings/mfd/
8141 F:      drivers/mfd/
8142 F:      include/linux/mfd/
8143
8144 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8145 M:      Ulf Hansson <ulf.hansson@linaro.org>
8146 L:      linux-mmc@vger.kernel.org
8147 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
8148 S:      Maintained
8149 F:      Documentation/devicetree/bindings/mmc/
8150 F:      drivers/mmc/
8151 F:      include/linux/mmc/
8152 F:      include/uapi/linux/mmc/
8153
8154 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8155 S:      Orphan
8156 F:      drivers/mmc/host/mmc_spi.c
8157 F:      include/linux/spi/mmc_spi.h
8158
8159 MULTISOUND SOUND DRIVER
8160 M:      Andrew Veliath <andrewtv@usa.net>
8161 S:      Maintained
8162 F:      Documentation/sound/oss/MultiSound
8163 F:      sound/oss/msnd*
8164
8165 MULTITECH MULTIPORT CARD (ISICOM)
8166 S:      Orphan
8167 F:      drivers/tty/isicom.c
8168 F:      include/linux/isicom.h
8169
8170 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8171 M:      Bin Liu <b-liu@ti.com>
8172 L:      linux-usb@vger.kernel.org
8173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8174 S:      Maintained
8175 F:      drivers/usb/musb/
8176
8177 MXL5007T MEDIA DRIVER
8178 M:      Michael Krufky <mkrufky@linuxtv.org>
8179 L:      linux-media@vger.kernel.org
8180 W:      https://linuxtv.org
8181 W:      http://github.com/mkrufky
8182 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8183 T:      git git://linuxtv.org/mkrufky/tuners.git
8184 S:      Maintained
8185 F:      drivers/media/tuners/mxl5007t.*
8186
8187 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8188 M:      Hyong-Youb Kim <hykim@myri.com>
8189 L:      netdev@vger.kernel.org
8190 W:      https://www.myricom.com/support/downloads/myri10ge.html
8191 S:      Supported
8192 F:      drivers/net/ethernet/myricom/myri10ge/
8193
8194 NAND FLASH SUBSYSTEM
8195 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8196 R:      Richard Weinberger <richard@nod.at>
8197 L:      linux-mtd@lists.infradead.org
8198 W:      http://www.linux-mtd.infradead.org/
8199 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8200 T:      git git://github.com/linux-nand/linux.git
8201 S:      Maintained
8202 F:      drivers/mtd/nand/
8203 F:      include/linux/mtd/nand*.h
8204
8205 NATSEMI ETHERNET DRIVER (DP8381x)
8206 S:      Orphan
8207 F:      drivers/net/ethernet/natsemi/natsemi.c
8208
8209 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8210 M:      Daniel Mack <zonque@gmail.com>
8211 S:      Maintained
8212 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8213 W:      http://www.native-instruments.com
8214 F:      sound/usb/caiaq/
8215
8216 NCP FILESYSTEM
8217 M:      Petr Vandrovec <petr@vandrovec.name>
8218 S:      Odd Fixes
8219 F:      fs/ncpfs/
8220
8221 NCR 5380 SCSI DRIVERS
8222 M:      Finn Thain <fthain@telegraphics.com.au>
8223 M:      Michael Schmitz <schmitzmic@gmail.com>
8224 L:      linux-scsi@vger.kernel.org
8225 S:      Maintained
8226 F:      Documentation/scsi/g_NCR5380.txt
8227 F:      drivers/scsi/NCR5380.*
8228 F:      drivers/scsi/arm/cumana_1.c
8229 F:      drivers/scsi/arm/oak.c
8230 F:      drivers/scsi/atari_scsi.*
8231 F:      drivers/scsi/dmx3191d.c
8232 F:      drivers/scsi/g_NCR5380.*
8233 F:      drivers/scsi/g_NCR5380_mmio.c
8234 F:      drivers/scsi/mac_scsi.*
8235 F:      drivers/scsi/sun3_scsi.*
8236 F:      drivers/scsi/sun3_scsi_vme.c
8237
8238 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8239 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8240 L:      linux-scsi@vger.kernel.org
8241 S:      Maintained
8242 F:      drivers/scsi/NCR_D700.*
8243
8244 NCT6775 HARDWARE MONITOR DRIVER
8245 M:      Guenter Roeck <linux@roeck-us.net>
8246 L:      linux-hwmon@vger.kernel.org
8247 S:      Maintained
8248 F:      Documentation/hwmon/nct6775
8249 F:      drivers/hwmon/nct6775.c
8250
8251 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8252 M:      Faisal Latif <faisal.latif@intel.com>
8253 L:      linux-rdma@vger.kernel.org
8254 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8255 S:      Supported
8256 F:      drivers/infiniband/hw/nes/
8257
8258 NETEM NETWORK EMULATOR
8259 M:      Stephen Hemminger <stephen@networkplumber.org>
8260 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
8261 S:      Maintained
8262 F:      net/sched/sch_netem.c
8263
8264 NETERION 10GbE DRIVERS (s2io/vxge)
8265 M:      Jon Mason <jdmason@kudzu.us>
8266 L:      netdev@vger.kernel.org
8267 S:      Supported
8268 F:      Documentation/networking/s2io.txt
8269 F:      Documentation/networking/vxge.txt
8270 F:      drivers/net/ethernet/neterion/
8271
8272 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8273 M:      Pablo Neira Ayuso <pablo@netfilter.org>
8274 M:      Patrick McHardy <kaber@trash.net>
8275 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8276 L:      netfilter-devel@vger.kernel.org
8277 L:      coreteam@netfilter.org
8278 W:      http://www.netfilter.org/
8279 W:      http://www.iptables.org/
8280 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
8281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8283 S:      Supported
8284 F:      include/linux/netfilter*
8285 F:      include/linux/netfilter/
8286 F:      include/net/netfilter/
8287 F:      include/uapi/linux/netfilter*
8288 F:      include/uapi/linux/netfilter/
8289 F:      net/*/netfilter.c
8290 F:      net/*/netfilter/
8291 F:      net/netfilter/
8292 F:      net/bridge/br_netfilter*.c
8293
8294 NETLABEL
8295 M:      Paul Moore <paul@paul-moore.com>
8296 W:      http://netlabel.sf.net
8297 L:      netdev@vger.kernel.org
8298 S:      Maintained
8299 F:      Documentation/netlabel/
8300 F:      include/net/netlabel.h
8301 F:      net/netlabel/
8302
8303 NETROM NETWORK LAYER
8304 M:      Ralf Baechle <ralf@linux-mips.org>
8305 L:      linux-hams@vger.kernel.org
8306 W:      http://www.linux-ax25.org/
8307 S:      Maintained
8308 F:      include/net/netrom.h
8309 F:      include/uapi/linux/netrom.h
8310 F:      net/netrom/
8311
8312 NETRONOME ETHERNET DRIVERS
8313 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
8314 L:      oss-drivers@netronome.com
8315 S:      Maintained
8316 F:      drivers/net/ethernet/netronome/
8317
8318 NETWORK BLOCK DEVICE (NBD)
8319 M:      Markus Pargmann <mpa@pengutronix.de>
8320 S:      Maintained
8321 L:      nbd-general@lists.sourceforge.net
8322 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
8323 F:      Documentation/blockdev/nbd.txt
8324 F:      drivers/block/nbd.c
8325 F:      include/uapi/linux/nbd.h
8326
8327 NETWORK DROP MONITOR
8328 M:      Neil Horman <nhorman@tuxdriver.com>
8329 L:      netdev@vger.kernel.org
8330 S:      Maintained
8331 W:      https://fedorahosted.org/dropwatch/
8332 F:      net/core/drop_monitor.c
8333
8334 NETWORKING [DSA]
8335 M:      Andrew Lunn <andrew@lunn.ch>
8336 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8337 M:      Florian Fainelli <f.fainelli@gmail.com>
8338 S:      Maintained
8339 F:      net/dsa/
8340 F:      include/net/dsa.h
8341 F:      drivers/net/dsa/
8342
8343 NETWORKING [GENERAL]
8344 M:      "David S. Miller" <davem@davemloft.net>
8345 L:      netdev@vger.kernel.org
8346 W:      http://www.linuxfoundation.org/en/Net
8347 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8349 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8350 S:      Maintained
8351 F:      net/
8352 F:      include/net/
8353 F:      include/linux/in.h
8354 F:      include/linux/net.h
8355 F:      include/linux/netdevice.h
8356 F:      include/uapi/linux/in.h
8357 F:      include/uapi/linux/net.h
8358 F:      include/uapi/linux/netdevice.h
8359 F:      include/uapi/linux/net_namespace.h
8360 F:      tools/net/
8361 F:      tools/testing/selftests/net/
8362 F:      lib/random32.c
8363 F:      lib/test_bpf.c
8364
8365 NETWORKING [IPv4/IPv6]
8366 M:      "David S. Miller" <davem@davemloft.net>
8367 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8368 M:      James Morris <jmorris@namei.org>
8369 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8370 M:      Patrick McHardy <kaber@trash.net>
8371 L:      netdev@vger.kernel.org
8372 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8373 S:      Maintained
8374 F:      net/ipv4/
8375 F:      net/ipv6/
8376 F:      include/net/ip*
8377 F:      arch/x86/net/*
8378
8379 NETWORKING [IPSEC]
8380 M:      Steffen Klassert <steffen.klassert@secunet.com>
8381 M:      Herbert Xu <herbert@gondor.apana.org.au>
8382 M:      "David S. Miller" <davem@davemloft.net>
8383 L:      netdev@vger.kernel.org
8384 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8385 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8386 S:      Maintained
8387 F:      net/core/flow.c
8388 F:      net/xfrm/
8389 F:      net/key/
8390 F:      net/ipv4/xfrm*
8391 F:      net/ipv4/esp4.c
8392 F:      net/ipv4/ah4.c
8393 F:      net/ipv4/ipcomp.c
8394 F:      net/ipv4/ip_vti.c
8395 F:      net/ipv6/xfrm*
8396 F:      net/ipv6/esp6.c
8397 F:      net/ipv6/ah6.c
8398 F:      net/ipv6/ipcomp6.c
8399 F:      net/ipv6/ip6_vti.c
8400 F:      include/uapi/linux/xfrm.h
8401 F:      include/net/xfrm.h
8402
8403 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8404 M:      Paul Moore <paul@paul-moore.com>
8405 L:      netdev@vger.kernel.org
8406 S:      Maintained
8407
8408 NETWORKING [WIRELESS]
8409 L:      linux-wireless@vger.kernel.org
8410 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8411
8412 NETWORKING DRIVERS
8413 L:      netdev@vger.kernel.org
8414 W:      http://www.linuxfoundation.org/en/Net
8415 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8416 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8417 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8418 S:      Odd Fixes
8419 F:      Documentation/devicetree/bindings/net/
8420 F:      drivers/net/
8421 F:      include/linux/if_*
8422 F:      include/linux/netdevice.h
8423 F:      include/linux/etherdevice.h
8424 F:      include/linux/fcdevice.h
8425 F:      include/linux/fddidevice.h
8426 F:      include/linux/hippidevice.h
8427 F:      include/linux/inetdevice.h
8428 F:      include/uapi/linux/if_*
8429 F:      include/uapi/linux/netdevice.h
8430
8431 NETWORKING DRIVERS (WIRELESS)
8432 M:      Kalle Valo <kvalo@codeaurora.org>
8433 L:      linux-wireless@vger.kernel.org
8434 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8435 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8436 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8437 S:      Maintained
8438 F:      Documentation/devicetree/bindings/net/wireless/
8439 F:      drivers/net/wireless/
8440
8441 NETXEN (1/10) GbE SUPPORT
8442 M:      Manish Chopra <manish.chopra@qlogic.com>
8443 M:      Sony Chacko <sony.chacko@qlogic.com>
8444 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
8445 L:      netdev@vger.kernel.org
8446 W:      http://www.qlogic.com
8447 S:      Supported
8448 F:      drivers/net/ethernet/qlogic/netxen/
8449
8450 NFC SUBSYSTEM
8451 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8452 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8453 M:      Samuel Ortiz <sameo@linux.intel.com>
8454 L:      linux-wireless@vger.kernel.org
8455 L:      linux-nfc@lists.01.org (subscribers-only)
8456 S:      Supported
8457 F:      net/nfc/
8458 F:      include/net/nfc/
8459 F:      include/uapi/linux/nfc.h
8460 F:      drivers/nfc/
8461 F:      include/linux/platform_data/nfcmrvl.h
8462 F:      include/linux/platform_data/nxp-nci.h
8463 F:      include/linux/platform_data/pn544.h
8464 F:      include/linux/platform_data/st21nfca.h
8465 F:      include/linux/platform_data/st-nci.h
8466 F:      Documentation/devicetree/bindings/net/nfc/
8467
8468 NFS, SUNRPC, AND LOCKD CLIENTS
8469 M:      Trond Myklebust <trond.myklebust@primarydata.com>
8470 M:      Anna Schumaker <anna.schumaker@netapp.com>
8471 L:      linux-nfs@vger.kernel.org
8472 W:      http://client.linux-nfs.org
8473 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8474 S:      Maintained
8475 F:      fs/lockd/
8476 F:      fs/nfs/
8477 F:      fs/nfs_common/
8478 F:      net/sunrpc/
8479 F:      include/linux/lockd/
8480 F:      include/linux/nfs*
8481 F:      include/linux/sunrpc/
8482 F:      include/uapi/linux/nfs*
8483 F:      include/uapi/linux/sunrpc/
8484
8485 NILFS2 FILESYSTEM
8486 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8487 L:      linux-nilfs@vger.kernel.org
8488 W:      http://nilfs.sourceforge.net/
8489 W:      http://nilfs.osdn.jp/
8490 T:      git git://github.com/konis/nilfs2.git
8491 S:      Supported
8492 F:      Documentation/filesystems/nilfs2.txt
8493 F:      fs/nilfs2/
8494 F:      include/trace/events/nilfs2.h
8495 F:      include/uapi/linux/nilfs2_api.h
8496 F:      include/uapi/linux/nilfs2_ondisk.h
8497
8498 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8499 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8500 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8501 S:      Maintained
8502 F:      Documentation/scsi/NinjaSCSI.txt
8503 F:      drivers/scsi/pcmcia/nsp_*
8504
8505 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8506 M:      GOTO Masanori <gotom@debian.or.jp>
8507 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8508 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8509 S:      Maintained
8510 F:      Documentation/scsi/NinjaSCSI.txt
8511 F:      drivers/scsi/nsp32*
8512
8513 NIOS2 ARCHITECTURE
8514 M:      Ley Foon Tan <lftan@altera.com>
8515 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8516 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8517 S:      Maintained
8518 F:      arch/nios2/
8519
8520 NOKIA N900 POWER SUPPLY DRIVERS
8521 R:      Pali Rohár <pali.rohar@gmail.com>
8522 F:      include/linux/power/bq2415x_charger.h
8523 F:      include/linux/power/bq27xxx_battery.h
8524 F:      include/linux/power/isp1704_charger.h
8525 F:      drivers/power/supply/bq2415x_charger.c
8526 F:      drivers/power/supply/bq27xxx_battery.c
8527 F:      drivers/power/supply/bq27xxx_battery_i2c.c
8528 F:      drivers/power/supply/isp1704_charger.c
8529 F:      drivers/power/supply/rx51_battery.c
8530
8531 NTB DRIVER CORE
8532 M:      Jon Mason <jdmason@kudzu.us>
8533 M:      Dave Jiang <dave.jiang@intel.com>
8534 M:      Allen Hubbe <Allen.Hubbe@emc.com>
8535 L:      linux-ntb@googlegroups.com
8536 S:      Supported
8537 W:      https://github.com/jonmason/ntb/wiki
8538 T:      git git://github.com/jonmason/ntb.git
8539 F:      drivers/ntb/
8540 F:      drivers/net/ntb_netdev.c
8541 F:      include/linux/ntb.h
8542 F:      include/linux/ntb_transport.h
8543 F:      tools/testing/selftests/ntb/
8544
8545 NTB INTEL DRIVER
8546 M:      Jon Mason <jdmason@kudzu.us>
8547 M:      Dave Jiang <dave.jiang@intel.com>
8548 L:      linux-ntb@googlegroups.com
8549 S:      Supported
8550 W:      https://github.com/jonmason/ntb/wiki
8551 T:      git git://github.com/jonmason/ntb.git
8552 F:      drivers/ntb/hw/intel/
8553
8554 NTB AMD DRIVER
8555 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
8556 L:      linux-ntb@googlegroups.com
8557 S:      Supported
8558 F:      drivers/ntb/hw/amd/
8559
8560 NTFS FILESYSTEM
8561 M:      Anton Altaparmakov <anton@tuxera.com>
8562 L:      linux-ntfs-dev@lists.sourceforge.net
8563 W:      http://www.tuxera.com/
8564 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8565 S:      Supported
8566 F:      Documentation/filesystems/ntfs.txt
8567 F:      fs/ntfs/
8568
8569 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8570 M:      Antonino Daplas <adaplas@gmail.com>
8571 L:      linux-fbdev@vger.kernel.org
8572 S:      Maintained
8573 F:      drivers/video/fbdev/riva/
8574 F:      drivers/video/fbdev/nvidia/
8575
8576 NVM EXPRESS DRIVER
8577 M:      Keith Busch <keith.busch@intel.com>
8578 M:      Jens Axboe <axboe@fb.com>
8579 L:      linux-nvme@lists.infradead.org
8580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8581 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8582 S:      Supported
8583 F:      drivers/nvme/host/
8584 F:      include/linux/nvme.h
8585
8586 NVM EXPRESS TARGET DRIVER
8587 M:      Christoph Hellwig <hch@lst.de>
8588 M:      Sagi Grimberg <sagi@grimberg.me>
8589 L:      linux-nvme@lists.infradead.org
8590 S:      Supported
8591 F:      drivers/nvme/target/
8592
8593 NVMEM FRAMEWORK
8594 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8595 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
8596 S:      Maintained
8597 F:      drivers/nvmem/
8598 F:      Documentation/devicetree/bindings/nvmem/
8599 F:      include/linux/nvmem-consumer.h
8600 F:      include/linux/nvmem-provider.h
8601
8602 NXP-NCI NFC DRIVER
8603 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
8604 R:      Charles Gorand <charles.gorand@effinnov.com>
8605 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
8606 S:      Supported
8607 F:      drivers/nfc/nxp-nci
8608
8609 NXP TDA998X DRM DRIVER
8610 M:      Russell King <rmk+kernel@armlinux.org.uk>
8611 S:      Supported
8612 F:      drivers/gpu/drm/i2c/tda998x_drv.c
8613 F:      include/drm/i2c/tda998x.h
8614
8615 NXP TFA9879 DRIVER
8616 M:      Peter Rosin <peda@axentia.se>
8617 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8618 S:      Maintained
8619 F:      sound/soc/codecs/tfa9879*
8620
8621 OBJTOOL
8622 M:      Josh Poimboeuf <jpoimboe@redhat.com>
8623 S:      Supported
8624 F:      tools/objtool/
8625
8626 OMAP SUPPORT
8627 M:      Tony Lindgren <tony@atomide.com>
8628 L:      linux-omap@vger.kernel.org
8629 W:      http://www.muru.com/linux/omap/
8630 W:      http://linux.omap.com/
8631 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8633 S:      Maintained
8634 F:      arch/arm/*omap*/
8635 F:      arch/arm/configs/omap1_defconfig
8636 F:      arch/arm/configs/omap2plus_defconfig
8637 F:      drivers/i2c/busses/i2c-omap.c
8638 F:      drivers/irqchip/irq-omap-intc.c
8639 F:      drivers/mfd/*omap*.c
8640 F:      drivers/mfd/menelaus.c
8641 F:      drivers/mfd/palmas.c
8642 F:      drivers/mfd/tps65217.c
8643 F:      drivers/mfd/tps65218.c
8644 F:      drivers/mfd/tps65910.c
8645 F:      drivers/mfd/twl-core.[ch]
8646 F:      drivers/mfd/twl4030*.c
8647 F:      drivers/mfd/twl6030*.c
8648 F:      drivers/mfd/twl6040*.c
8649 F:      drivers/regulator/palmas-regulator*.c
8650 F:      drivers/regulator/pbias-regulator.c
8651 F:      drivers/regulator/tps65217-regulator.c
8652 F:      drivers/regulator/tps65218-regulator.c
8653 F:      drivers/regulator/tps65910-regulator.c
8654 F:      drivers/regulator/twl-regulator.c
8655 F:      include/linux/i2c-omap.h
8656
8657 OMAP DEVICE TREE SUPPORT
8658 M:      Benoît Cousson <bcousson@baylibre.com>
8659 M:      Tony Lindgren <tony@atomide.com>
8660 L:      linux-omap@vger.kernel.org
8661 L:      devicetree@vger.kernel.org
8662 S:      Maintained
8663 F:      arch/arm/boot/dts/*omap*
8664 F:      arch/arm/boot/dts/*am3*
8665 F:      arch/arm/boot/dts/*am4*
8666 F:      arch/arm/boot/dts/*am5*
8667 F:      arch/arm/boot/dts/*dra7*
8668
8669 OMAP CLOCK FRAMEWORK SUPPORT
8670 M:      Paul Walmsley <paul@pwsan.com>
8671 L:      linux-omap@vger.kernel.org
8672 S:      Maintained
8673 F:      arch/arm/*omap*/*clock*
8674
8675 OMAP POWER MANAGEMENT SUPPORT
8676 M:      Kevin Hilman <khilman@kernel.org>
8677 L:      linux-omap@vger.kernel.org
8678 S:      Maintained
8679 F:      arch/arm/*omap*/*pm*
8680 F:      drivers/cpufreq/omap-cpufreq.c
8681
8682 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8683 M:      Rajendra Nayak <rnayak@codeaurora.org>
8684 M:      Paul Walmsley <paul@pwsan.com>
8685 L:      linux-omap@vger.kernel.org
8686 S:      Maintained
8687 F:      arch/arm/mach-omap2/prm*
8688
8689 OMAP AUDIO SUPPORT
8690 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8691 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
8692 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8693 L:      linux-omap@vger.kernel.org
8694 S:      Maintained
8695 F:      sound/soc/omap/
8696
8697 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8698 M:      Roger Quadros <rogerq@ti.com>
8699 M:      Tony Lindgren <tony@atomide.com>
8700 L:      linux-omap@vger.kernel.org
8701 S:      Maintained
8702 F:      drivers/memory/omap-gpmc.c
8703 F:      arch/arm/mach-omap2/*gpmc*
8704
8705 OMAP FRAMEBUFFER SUPPORT
8706 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8707 L:      linux-fbdev@vger.kernel.org
8708 L:      linux-omap@vger.kernel.org
8709 S:      Maintained
8710 F:      drivers/video/fbdev/omap/
8711
8712 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8713 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8714 L:      linux-omap@vger.kernel.org
8715 L:      linux-fbdev@vger.kernel.org
8716 S:      Maintained
8717 F:      drivers/video/fbdev/omap2/
8718 F:      Documentation/arm/OMAP/DSS
8719
8720 OMAP HARDWARE SPINLOCK SUPPORT
8721 M:      Ohad Ben-Cohen <ohad@wizery.com>
8722 L:      linux-omap@vger.kernel.org
8723 S:      Maintained
8724 F:      drivers/hwspinlock/omap_hwspinlock.c
8725
8726 OMAP MMC SUPPORT
8727 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
8728 L:      linux-omap@vger.kernel.org
8729 S:      Maintained
8730 F:      drivers/mmc/host/omap.c
8731
8732 OMAP HS MMC SUPPORT
8733 L:      linux-mmc@vger.kernel.org
8734 L:      linux-omap@vger.kernel.org
8735 S:      Orphan
8736 F:      drivers/mmc/host/omap_hsmmc.c
8737
8738 OMAP RANDOM NUMBER GENERATOR SUPPORT
8739 M:      Deepak Saxena <dsaxena@plexity.net>
8740 S:      Maintained
8741 F:      drivers/char/hw_random/omap-rng.c
8742
8743 OMAP HWMOD SUPPORT
8744 M:      Benoît Cousson <bcousson@baylibre.com>
8745 M:      Paul Walmsley <paul@pwsan.com>
8746 L:      linux-omap@vger.kernel.org
8747 S:      Maintained
8748 F:      arch/arm/mach-omap2/omap_hwmod.*
8749
8750 OMAP HWMOD DATA
8751 M:      Paul Walmsley <paul@pwsan.com>
8752 L:      linux-omap@vger.kernel.org
8753 S:      Maintained
8754 F:      arch/arm/mach-omap2/omap_hwmod*data*
8755
8756 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8757 M:      Benoît Cousson <bcousson@baylibre.com>
8758 L:      linux-omap@vger.kernel.org
8759 S:      Maintained
8760 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8761
8762 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8763 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8764 L:      linux-media@vger.kernel.org
8765 S:      Maintained
8766 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
8767 F:      drivers/media/platform/omap3isp/
8768 F:      drivers/staging/media/omap4iss/
8769
8770 OMAP USB SUPPORT
8771 L:      linux-usb@vger.kernel.org
8772 L:      linux-omap@vger.kernel.org
8773 S:      Orphan
8774 F:      drivers/usb/*/*omap*
8775 F:      arch/arm/*omap*/usb*
8776
8777 OMAP GPIO DRIVER
8778 M:      Grygorii Strashko <grygorii.strashko@ti.com>
8779 M:      Santosh Shilimkar <ssantosh@kernel.org>
8780 M:      Kevin Hilman <khilman@kernel.org>
8781 L:      linux-omap@vger.kernel.org
8782 S:      Maintained
8783 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
8784 F:      drivers/gpio/gpio-omap.c
8785
8786 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8787 M:      Mark Jackson <mpfj@newflow.co.uk>
8788 L:      linux-omap@vger.kernel.org
8789 S:      Maintained
8790 F:      arch/arm/boot/dts/am335x-nano.dts
8791
8792 OMFS FILESYSTEM
8793 M:      Bob Copeland <me@bobcopeland.com>
8794 L:      linux-karma-devel@lists.sourceforge.net
8795 S:      Maintained
8796 F:      Documentation/filesystems/omfs.txt
8797 F:      fs/omfs/
8798
8799 OMNIKEY CARDMAN 4000 DRIVER
8800 M:      Harald Welte <laforge@gnumonks.org>
8801 S:      Maintained
8802 F:      drivers/char/pcmcia/cm4000_cs.c
8803 F:      include/linux/cm4000_cs.h
8804 F:      include/uapi/linux/cm4000_cs.h
8805
8806 OMNIKEY CARDMAN 4040 DRIVER
8807 M:      Harald Welte <laforge@gnumonks.org>
8808 S:      Maintained
8809 F:      drivers/char/pcmcia/cm4040_cs.*
8810
8811 OMNIVISION OV7670 SENSOR DRIVER
8812 M:      Jonathan Corbet <corbet@lwn.net>
8813 L:      linux-media@vger.kernel.org
8814 T:      git git://linuxtv.org/media_tree.git
8815 S:      Maintained
8816 F:      drivers/media/i2c/ov7670.c
8817
8818 ONENAND FLASH DRIVER
8819 M:      Kyungmin Park <kyungmin.park@samsung.com>
8820 L:      linux-mtd@lists.infradead.org
8821 S:      Maintained
8822 F:      drivers/mtd/onenand/
8823 F:      include/linux/mtd/onenand*.h
8824
8825 ONSTREAM SCSI TAPE DRIVER
8826 M:      Willem Riede <osst@riede.org>
8827 L:      osst-users@lists.sourceforge.net
8828 L:      linux-scsi@vger.kernel.org
8829 S:      Maintained
8830 F:      Documentation/scsi/osst.txt
8831 F:      drivers/scsi/osst.*
8832 F:      drivers/scsi/osst_*.h
8833 F:      drivers/scsi/st.h
8834
8835 OPENCORES I2C BUS DRIVER
8836 M:      Peter Korsgaard <jacmet@sunsite.dk>
8837 L:      linux-i2c@vger.kernel.org
8838 S:      Maintained
8839 F:      Documentation/i2c/busses/i2c-ocores
8840 F:      drivers/i2c/busses/i2c-ocores.c
8841
8842 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8843 M:      Rob Herring <robh+dt@kernel.org>
8844 M:      Frank Rowand <frowand.list@gmail.com>
8845 L:      devicetree@vger.kernel.org
8846 W:      http://www.devicetree.org/
8847 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8848 S:      Maintained
8849 F:      drivers/of/
8850 F:      include/linux/of*.h
8851 F:      scripts/dtc/
8852
8853 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8854 M:      Rob Herring <robh+dt@kernel.org>
8855 M:      Mark Rutland <mark.rutland@arm.com>
8856 L:      devicetree@vger.kernel.org
8857 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8858 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
8859 S:      Maintained
8860 F:      Documentation/devicetree/
8861 F:      arch/*/boot/dts/
8862 F:      include/dt-bindings/
8863
8864 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8865 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8866 L:      devicetree@vger.kernel.org
8867 S:      Maintained
8868 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8869 F:      Documentation/devicetree/overlay-notes.txt
8870 F:      drivers/of/overlay.c
8871 F:      drivers/of/resolver.c
8872
8873 OPENRISC ARCHITECTURE
8874 M:      Jonas Bonn <jonas@southpole.se>
8875 W:      http://openrisc.net
8876 S:      Maintained
8877 T:      git git://openrisc.net/~jonas/linux
8878 F:      arch/openrisc/
8879
8880 OPENVSWITCH
8881 M:      Pravin Shelar <pshelar@nicira.com>
8882 L:      netdev@vger.kernel.org
8883 L:      dev@openvswitch.org
8884 W:      http://openvswitch.org
8885 S:      Maintained
8886 F:      net/openvswitch/
8887 F:      include/uapi/linux/openvswitch.h
8888
8889 OPERATING PERFORMANCE POINTS (OPP)
8890 M:      Viresh Kumar <vireshk@kernel.org>
8891 M:      Nishanth Menon <nm@ti.com>
8892 M:      Stephen Boyd <sboyd@codeaurora.org>
8893 L:      linux-pm@vger.kernel.org
8894 S:      Maintained
8895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8896 F:      drivers/base/power/opp/
8897 F:      include/linux/pm_opp.h
8898 F:      Documentation/power/opp.txt
8899 F:      Documentation/devicetree/bindings/opp/
8900
8901 OPL4 DRIVER
8902 M:      Clemens Ladisch <clemens@ladisch.de>
8903 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8904 T:      git git://git.alsa-project.org/alsa-kernel.git
8905 S:      Maintained
8906 F:      sound/drivers/opl4/
8907
8908 OPROFILE
8909 M:      Robert Richter <rric@kernel.org>
8910 L:      oprofile-list@lists.sf.net
8911 S:      Maintained
8912 F:      arch/*/include/asm/oprofile*.h
8913 F:      arch/*/oprofile/
8914 F:      drivers/oprofile/
8915 F:      include/linux/oprofile.h
8916
8917 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8918 M:      Mark Fasheh <mfasheh@versity.com>
8919 M:      Joel Becker <jlbec@evilplan.org>
8920 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8921 W:      http://ocfs2.wiki.kernel.org
8922 S:      Supported
8923 F:      Documentation/filesystems/ocfs2.txt
8924 F:      Documentation/filesystems/dlmfs.txt
8925 F:      fs/ocfs2/
8926
8927 ORINOCO DRIVER
8928 L:      linux-wireless@vger.kernel.org
8929 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8930 W:      http://www.nongnu.org/orinoco/
8931 S:      Orphan
8932 F:      drivers/net/wireless/intersil/orinoco/
8933
8934 OSD LIBRARY and FILESYSTEM
8935 M:      Boaz Harrosh <ooo@electrozaur.com>
8936 M:      Benny Halevy <bhalevy@primarydata.com>
8937 L:      osd-dev@open-osd.org
8938 W:      http://open-osd.org
8939 T:      git git://git.open-osd.org/open-osd.git
8940 S:      Maintained
8941 F:      drivers/scsi/osd/
8942 F:      include/scsi/osd_*
8943 F:      fs/exofs/
8944
8945 OVERLAY FILESYSTEM
8946 M:      Miklos Szeredi <miklos@szeredi.hu>
8947 L:      linux-unionfs@vger.kernel.org
8948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8949 S:      Supported
8950 F:      fs/overlayfs/
8951 F:      Documentation/filesystems/overlayfs.txt
8952
8953 ORANGEFS FILESYSTEM
8954 M:      Mike Marshall <hubcap@omnibond.com>
8955 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
8956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
8957 S:      Supported
8958 F:      fs/orangefs/
8959 F:      Documentation/filesystems/orangefs.txt
8960
8961 P54 WIRELESS DRIVER
8962 M:      Christian Lamparter <chunkeey@googlemail.com>
8963 L:      linux-wireless@vger.kernel.org
8964 W:      http://wireless.kernel.org/en/users/Drivers/p54
8965 S:      Maintained
8966 F:      drivers/net/wireless/intersil/p54/
8967
8968 PA SEMI ETHERNET DRIVER
8969 M:      Olof Johansson <olof@lixom.net>
8970 L:      netdev@vger.kernel.org
8971 S:      Maintained
8972 F:      drivers/net/ethernet/pasemi/*
8973
8974 PA SEMI SMBUS DRIVER
8975 M:      Olof Johansson <olof@lixom.net>
8976 L:      linux-i2c@vger.kernel.org
8977 S:      Maintained
8978 F:      drivers/i2c/busses/i2c-pasemi.c
8979
8980 PADATA PARALLEL EXECUTION MECHANISM
8981 M:      Steffen Klassert <steffen.klassert@secunet.com>
8982 L:      linux-crypto@vger.kernel.org
8983 S:      Maintained
8984 F:      kernel/padata.c
8985 F:      include/linux/padata.h
8986 F:      Documentation/padata.txt
8987
8988 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8989 M:      Harald Welte <laforge@gnumonks.org>
8990 L:      platform-driver-x86@vger.kernel.org
8991 S:      Maintained
8992 F:      drivers/platform/x86/panasonic-laptop.c
8993
8994 PANASONIC MN10300/AM33/AM34 PORT
8995 M:      David Howells <dhowells@redhat.com>
8996 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
8997 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8998 S:      Maintained
8999 F:      Documentation/mn10300/
9000 F:      arch/mn10300/
9001
9002 PARALLEL LCD/KEYPAD PANEL DRIVER
9003 M:      Willy Tarreau <willy@haproxy.com>
9004 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
9005 S:      Odd Fixes
9006 F:      Documentation/misc-devices/lcd-panel-cgram.txt
9007 F:      drivers/misc/panel.c
9008
9009 PARALLEL PORT SUBSYSTEM
9010 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9011 M:      Sudip Mukherjee <sudip@vectorindia.org>
9012 L:      linux-parport@lists.infradead.org (subscribers-only)
9013 S:      Maintained
9014 F:      drivers/parport/
9015 F:      include/linux/parport*.h
9016 F:      drivers/char/ppdev.c
9017 F:      include/uapi/linux/ppdev.h
9018 F:      Documentation/parport*.txt
9019
9020 PARAVIRT_OPS INTERFACE
9021 M:      Jeremy Fitzhardinge <jeremy@goop.org>
9022 M:      Chris Wright <chrisw@sous-sol.org>
9023 M:      Alok Kataria <akataria@vmware.com>
9024 M:      Rusty Russell <rusty@rustcorp.com.au>
9025 L:      virtualization@lists.linux-foundation.org
9026 S:      Supported
9027 F:      Documentation/virtual/paravirt_ops.txt
9028 F:      arch/*/kernel/paravirt*
9029 F:      arch/*/include/asm/paravirt.h
9030 F:      include/linux/hypervisor.h
9031
9032 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9033 M:      Tim Waugh <tim@cyberelk.net>
9034 L:      linux-parport@lists.infradead.org (subscribers-only)
9035 S:      Maintained
9036 F:      Documentation/blockdev/paride.txt
9037 F:      drivers/block/paride/
9038
9039 PARISC ARCHITECTURE
9040 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
9041 M:      Helge Deller <deller@gmx.de>
9042 L:      linux-parisc@vger.kernel.org
9043 W:      http://www.parisc-linux.org/
9044 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
9045 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9046 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9047 S:      Maintained
9048 F:      arch/parisc/
9049 F:      Documentation/parisc/
9050 F:      drivers/parisc/
9051 F:      drivers/char/agp/parisc-agp.c
9052 F:      drivers/input/serio/gscps2.c
9053 F:      drivers/parport/parport_gsc.*
9054 F:      drivers/tty/serial/8250/8250_gsc.c
9055 F:      drivers/video/fbdev/sti*
9056 F:      drivers/video/console/sti*
9057 F:      drivers/video/logo/logo_parisc*
9058
9059 PC87360 HARDWARE MONITORING DRIVER
9060 M:      Jim Cromie <jim.cromie@gmail.com>
9061 L:      linux-hwmon@vger.kernel.org
9062 S:      Maintained
9063 F:      Documentation/hwmon/pc87360
9064 F:      drivers/hwmon/pc87360.c
9065
9066 PC8736x GPIO DRIVER
9067 M:      Jim Cromie <jim.cromie@gmail.com>
9068 S:      Maintained
9069 F:      drivers/char/pc8736x_gpio.c
9070
9071 PC87427 HARDWARE MONITORING DRIVER
9072 M:      Jean Delvare <jdelvare@suse.com>
9073 L:      linux-hwmon@vger.kernel.org
9074 S:      Maintained
9075 F:      Documentation/hwmon/pc87427
9076 F:      drivers/hwmon/pc87427.c
9077
9078 PCA9532 LED DRIVER
9079 M:      Riku Voipio <riku.voipio@iki.fi>
9080 S:      Maintained
9081 F:      drivers/leds/leds-pca9532.c
9082 F:      include/linux/leds-pca9532.h
9083
9084 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9085 M:      Guenter Roeck <linux@roeck-us.net>
9086 L:      linux-i2c@vger.kernel.org
9087 S:      Maintained
9088 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
9089
9090 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9091 M:      Khalid Aziz <khalid@gonehiking.org>
9092 S:      Maintained
9093 F:      drivers/firmware/pcdp.*
9094
9095 PCI ERROR RECOVERY
9096 M:      Linas Vepstas <linasvepstas@gmail.com>
9097 L:      linux-pci@vger.kernel.org
9098 S:      Supported
9099 F:      Documentation/PCI/pci-error-recovery.txt
9100
9101 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9102 M:      Russell Currey <ruscur@russell.cc>
9103 L:      linuxppc-dev@lists.ozlabs.org
9104 S:      Supported
9105 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
9106 F:      arch/powerpc/kernel/eeh*.c
9107 F:      arch/powerpc/platforms/*/eeh*.c
9108 F:      arch/powerpc/include/*/eeh*.h
9109
9110 PCI SUBSYSTEM
9111 M:      Bjorn Helgaas <bhelgaas@google.com>
9112 L:      linux-pci@vger.kernel.org
9113 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
9114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9115 S:      Supported
9116 F:      Documentation/devicetree/bindings/pci/
9117 F:      Documentation/PCI/
9118 F:      drivers/pci/
9119 F:      include/linux/pci*
9120 F:      arch/x86/pci/
9121 F:      arch/x86/kernel/quirks.c
9122
9123 PCI DRIVER FOR ALTERA PCIE IP
9124 M:      Ley Foon Tan <lftan@altera.com>
9125 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9126 L:      linux-pci@vger.kernel.org
9127 S:      Supported
9128 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
9129 F:      drivers/pci/host/pcie-altera.c
9130
9131 PCI DRIVER FOR ARM VERSATILE PLATFORM
9132 M:      Rob Herring <robh@kernel.org>
9133 L:      linux-pci@vger.kernel.org
9134 L:      linux-arm-kernel@lists.infradead.org
9135 S:      Maintained
9136 F:      Documentation/devicetree/bindings/pci/versatile.txt
9137 F:      drivers/pci/host/pci-versatile.c
9138
9139 PCI DRIVER FOR APPLIEDMICRO XGENE
9140 M:      Tanmay Inamdar <tinamdar@apm.com>
9141 L:      linux-pci@vger.kernel.org
9142 L:      linux-arm-kernel@lists.infradead.org
9143 S:      Maintained
9144 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
9145 F:      drivers/pci/host/pci-xgene.c
9146
9147 PCI DRIVER FOR FREESCALE LAYERSCAPE
9148 M:      Minghuan Lian <minghuan.Lian@freescale.com>
9149 M:      Mingkai Hu <mingkai.hu@freescale.com>
9150 M:      Roy Zang <tie-fei.zang@freescale.com>
9151 L:      linuxppc-dev@lists.ozlabs.org
9152 L:      linux-pci@vger.kernel.org
9153 L:      linux-arm-kernel@lists.infradead.org
9154 S:      Maintained
9155 F:      drivers/pci/host/*layerscape*
9156
9157 PCI DRIVER FOR IMX6
9158 M:      Richard Zhu <Richard.Zhu@freescale.com>
9159 M:      Lucas Stach <l.stach@pengutronix.de>
9160 L:      linux-pci@vger.kernel.org
9161 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9162 S:      Maintained
9163 F:      drivers/pci/host/*imx6*
9164
9165 PCI DRIVER FOR TI KEYSTONE
9166 M:      Murali Karicheri <m-karicheri2@ti.com>
9167 L:      linux-pci@vger.kernel.org
9168 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9169 S:      Maintained
9170 F:      drivers/pci/host/*keystone*
9171
9172 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9173 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9174 M:      Jason Cooper <jason@lakedaemon.net>
9175 L:      linux-pci@vger.kernel.org
9176 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9177 S:      Maintained
9178 F:      drivers/pci/host/*mvebu*
9179
9180 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9181 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9182 L:      linux-pci@vger.kernel.org
9183 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9184 S:      Maintained
9185 F:      drivers/pci/host/pci-aardvark.c
9186
9187 PCI DRIVER FOR NVIDIA TEGRA
9188 M:      Thierry Reding <thierry.reding@gmail.com>
9189 L:      linux-tegra@vger.kernel.org
9190 L:      linux-pci@vger.kernel.org
9191 S:      Supported
9192 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9193 F:      drivers/pci/host/pci-tegra.c
9194
9195 PCI DRIVER FOR TI DRA7XX
9196 M:      Kishon Vijay Abraham I <kishon@ti.com>
9197 L:      linux-omap@vger.kernel.org
9198 L:      linux-pci@vger.kernel.org
9199 S:      Supported
9200 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
9201 F:      drivers/pci/host/pci-dra7xx.c
9202
9203 PCI DRIVER FOR RENESAS R-CAR
9204 M:      Simon Horman <horms@verge.net.au>
9205 L:      linux-pci@vger.kernel.org
9206 L:      linux-renesas-soc@vger.kernel.org
9207 S:      Maintained
9208 F:      drivers/pci/host/*rcar*
9209
9210 PCI DRIVER FOR SAMSUNG EXYNOS
9211 M:      Jingoo Han <jingoohan1@gmail.com>
9212 L:      linux-pci@vger.kernel.org
9213 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9214 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9215 S:      Maintained
9216 F:      drivers/pci/host/pci-exynos.c
9217
9218 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9219 M:      Jingoo Han <jingoohan1@gmail.com>
9220 M:      Pratyush Anand <pratyush.anand@gmail.com>
9221 L:      linux-pci@vger.kernel.org
9222 S:      Maintained
9223 F:      drivers/pci/host/*designware*
9224
9225 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
9226 M:      Joao Pinto <jpinto@synopsys.com>
9227 L:      linux-pci@vger.kernel.org
9228 S:      Maintained
9229 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
9230 F:      drivers/pci/host/pcie-designware-plat.c
9231
9232 PCI DRIVER FOR GENERIC OF HOSTS
9233 M:      Will Deacon <will.deacon@arm.com>
9234 L:      linux-pci@vger.kernel.org
9235 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9236 S:      Maintained
9237 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
9238 F:      drivers/pci/host/pci-host-common.c
9239 F:      drivers/pci/host/pci-host-generic.c
9240
9241 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9242 M:      Keith Busch <keith.busch@intel.com>
9243 L:      linux-pci@vger.kernel.org
9244 S:      Supported
9245 F:      arch/x86/pci/vmd.c
9246
9247 PCIE DRIVER FOR ST SPEAR13XX
9248 M:      Pratyush Anand <pratyush.anand@gmail.com>
9249 L:      linux-pci@vger.kernel.org
9250 S:      Maintained
9251 F:      drivers/pci/host/*spear*
9252
9253 PCI MSI DRIVER FOR ALTERA MSI IP
9254 M:      Ley Foon Tan <lftan@altera.com>
9255 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9256 L:      linux-pci@vger.kernel.org
9257 S:      Supported
9258 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9259 F:      drivers/pci/host/pcie-altera-msi.c
9260
9261 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9262 M:      Duc Dang <dhdang@apm.com>
9263 L:      linux-pci@vger.kernel.org
9264 L:      linux-arm-kernel@lists.infradead.org
9265 S:      Maintained
9266 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9267 F:      drivers/pci/host/pci-xgene-msi.c
9268
9269 PCIE DRIVER FOR AXIS ARTPEC
9270 M:      Niklas Cassel <niklas.cassel@axis.com>
9271 M:      Jesper Nilsson <jesper.nilsson@axis.com>
9272 L:      linux-arm-kernel@axis.com
9273 L:      linux-pci@vger.kernel.org
9274 S:      Maintained
9275 F:      Documentation/devicetree/bindings/pci/axis,artpec*
9276 F:      drivers/pci/host/*artpec*
9277
9278 PCIE DRIVER FOR HISILICON
9279 M:      Zhou Wang <wangzhou1@hisilicon.com>
9280 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
9281 L:      linux-pci@vger.kernel.org
9282 S:      Maintained
9283 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9284 F:      drivers/pci/host/pcie-hisi.c
9285
9286 PCIE DRIVER FOR ROCKCHIP
9287 M:      Shawn Lin <shawn.lin@rock-chips.com>
9288 M:      Wenrui Li <wenrui.li@rock-chips.com>
9289 L:      linux-pci@vger.kernel.org
9290 L:      linux-rockchip@lists.infradead.org
9291 S:      Maintained
9292 F:      Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9293 F:      drivers/pci/host/pcie-rockchip.c
9294
9295 PCIE DRIVER FOR QUALCOMM MSM
9296 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
9297 L:     linux-pci@vger.kernel.org
9298 L:     linux-arm-msm@vger.kernel.org
9299 S:     Maintained
9300 F:     drivers/pci/host/*qcom*
9301
9302 PCIE DRIVER FOR CAVIUM THUNDERX
9303 M:      David Daney <david.daney@cavium.com>
9304 L:      linux-pci@vger.kernel.org
9305 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9306 S:      Supported
9307 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
9308 F:      drivers/pci/host/pci-thunder-*
9309
9310 PCMCIA SUBSYSTEM
9311 P:      Linux PCMCIA Team
9312 L:      linux-pcmcia@lists.infradead.org
9313 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9315 S:      Maintained
9316 F:      Documentation/pcmcia/
9317 F:      drivers/pcmcia/
9318 F:      include/pcmcia/
9319
9320 PCNET32 NETWORK DRIVER
9321 M:      Don Fry <pcnet32@frontier.com>
9322 L:      netdev@vger.kernel.org
9323 S:      Maintained
9324 F:      drivers/net/ethernet/amd/pcnet32.c
9325
9326 PCRYPT PARALLEL CRYPTO ENGINE
9327 M:      Steffen Klassert <steffen.klassert@secunet.com>
9328 L:      linux-crypto@vger.kernel.org
9329 S:      Maintained
9330 F:      crypto/pcrypt.c
9331 F:      include/crypto/pcrypt.h
9332
9333 PER-CPU MEMORY ALLOCATOR
9334 M:      Tejun Heo <tj@kernel.org>
9335 M:      Christoph Lameter <cl@linux.com>
9336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9337 S:      Maintained
9338 F:      include/linux/percpu*.h
9339 F:      mm/percpu*.c
9340 F:      arch/*/include/asm/percpu.h
9341
9342 PER-TASK DELAY ACCOUNTING
9343 M:      Balbir Singh <bsingharora@gmail.com>
9344 S:      Maintained
9345 F:      include/linux/delayacct.h
9346 F:      kernel/delayacct.c
9347
9348 PERFORMANCE EVENTS SUBSYSTEM
9349 M:      Peter Zijlstra <peterz@infradead.org>
9350 M:      Ingo Molnar <mingo@redhat.com>
9351 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
9352 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9353 L:      linux-kernel@vger.kernel.org
9354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9355 S:      Supported
9356 F:      kernel/events/*
9357 F:      include/linux/perf_event.h
9358 F:      include/uapi/linux/perf_event.h
9359 F:      arch/*/kernel/perf_event*.c
9360 F:      arch/*/kernel/*/perf_event*.c
9361 F:      arch/*/kernel/*/*/perf_event*.c
9362 F:      arch/*/include/asm/perf_event.h
9363 F:      arch/*/kernel/perf_callchain.c
9364 F:      arch/*/events/*
9365 F:      tools/perf/
9366
9367 PERSONALITY HANDLING
9368 M:      Christoph Hellwig <hch@infradead.org>
9369 L:      linux-abi-devel@lists.sourceforge.net
9370 S:      Maintained
9371 F:      include/linux/personality.h
9372 F:      include/uapi/linux/personality.h
9373
9374 PHONET PROTOCOL
9375 M:      Remi Denis-Courmont <courmisch@gmail.com>
9376 S:      Supported
9377 F:      Documentation/networking/phonet.txt
9378 F:      include/linux/phonet.h
9379 F:      include/net/phonet/
9380 F:      include/uapi/linux/phonet.h
9381 F:      net/phonet/
9382
9383 PHRAM MTD DRIVER
9384 M:      Joern Engel <joern@lazybastard.org>
9385 L:      linux-mtd@lists.infradead.org
9386 S:      Maintained
9387 F:      drivers/mtd/devices/phram.c
9388
9389 PICOLCD HID DRIVER
9390 M:      Bruno Prémont <bonbons@linux-vserver.org>
9391 L:      linux-input@vger.kernel.org
9392 S:      Maintained
9393 F:      drivers/hid/hid-picolcd*
9394
9395 PICOXCELL SUPPORT
9396 M:      Jamie Iles <jamie@jamieiles.com>
9397 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9398 T:      git git://github.com/jamieiles/linux-2.6-ji.git
9399 S:      Supported
9400 F:      arch/arm/boot/dts/picoxcell*
9401 F:      arch/arm/mach-picoxcell/
9402 F:      drivers/crypto/picoxcell*
9403
9404 PIN CONTROL SUBSYSTEM
9405 M:      Linus Walleij <linus.walleij@linaro.org>
9406 L:      linux-gpio@vger.kernel.org
9407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9408 S:      Maintained
9409 F:      Documentation/devicetree/bindings/pinctrl/
9410 F:      Documentation/pinctrl.txt
9411 F:      drivers/pinctrl/
9412 F:      include/linux/pinctrl/
9413
9414 PIN CONTROLLER - ATMEL AT91
9415 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9416 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9417 S:      Maintained
9418 F:      drivers/pinctrl/pinctrl-at91.*
9419
9420 PIN CONTROLLER - ATMEL AT91 PIO4
9421 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
9422 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9423 L:      linux-gpio@vger.kernel.org
9424 S:      Supported
9425 F:      drivers/pinctrl/pinctrl-at91-pio4.*
9426
9427 PIN CONTROLLER - INTEL
9428 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9429 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
9430 S:      Maintained
9431 F:      drivers/pinctrl/intel/
9432
9433 PIN CONTROLLER - RENESAS
9434 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9435 M:      Geert Uytterhoeven <geert+renesas@glider.be>
9436 L:      linux-renesas-soc@vger.kernel.org
9437 S:      Maintained
9438 F:      drivers/pinctrl/sh-pfc/
9439
9440 PIN CONTROLLER - SAMSUNG
9441 M:      Tomasz Figa <tomasz.figa@gmail.com>
9442 M:      Krzysztof Kozlowski <krzk@kernel.org>
9443 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9444 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9445 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9446 S:      Maintained
9447 F:      drivers/pinctrl/samsung/
9448
9449 PIN CONTROLLER - SINGLE
9450 M:      Tony Lindgren <tony@atomide.com>
9451 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
9452 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9453 L:      linux-omap@vger.kernel.org
9454 S:      Maintained
9455 F:      drivers/pinctrl/pinctrl-single.c
9456
9457 PIN CONTROLLER - ST SPEAR
9458 M:      Viresh Kumar <vireshk@kernel.org>
9459 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9460 W:      http://www.st.com/spear
9461 S:      Maintained
9462 F:      drivers/pinctrl/spear/
9463
9464 PISTACHIO SOC SUPPORT
9465 M:      James Hartley <james.hartley@imgtec.com>
9466 M:      Ionela Voinescu <ionela.voinescu@imgtec.com>
9467 L:      linux-mips@linux-mips.org
9468 S:      Maintained
9469 F:      arch/mips/pistachio/
9470 F:      arch/mips/include/asm/mach-pistachio/
9471 F:      arch/mips/boot/dts/pistachio/
9472 F:      arch/mips/configs/pistachio*_defconfig
9473
9474 PKTCDVD DRIVER
9475 M:      Jiri Kosina <jikos@kernel.org>
9476 S:      Maintained
9477 F:      drivers/block/pktcdvd.c
9478 F:      include/linux/pktcdvd.h
9479 F:      include/uapi/linux/pktcdvd.h
9480
9481 PKUNITY SOC DRIVERS
9482 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9483 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9484 S:      Maintained
9485 T:      git git://github.com/gxt/linux.git
9486 F:      drivers/input/serio/i8042-unicore32io.h
9487 F:      drivers/i2c/busses/i2c-puv3.c
9488 F:      drivers/video/fbdev/fb-puv3.c
9489 F:      drivers/rtc/rtc-puv3.c
9490
9491 PMBUS HARDWARE MONITORING DRIVERS
9492 M:      Guenter Roeck <linux@roeck-us.net>
9493 L:      linux-hwmon@vger.kernel.org
9494 W:      http://hwmon.wiki.kernel.org/
9495 W:      http://www.roeck-us.net/linux/drivers/
9496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9497 S:      Maintained
9498 F:      Documentation/hwmon/pmbus
9499 F:      drivers/hwmon/pmbus/
9500 F:      include/linux/i2c/pmbus.h
9501
9502 PMC SIERRA MaxRAID DRIVER
9503 L:      linux-scsi@vger.kernel.org
9504 W:      http://www.pmc-sierra.com/
9505 S:      Orphan
9506 F:      drivers/scsi/pmcraid.*
9507
9508 PMC SIERRA PM8001 DRIVER
9509 M:      Jack Wang <jinpu.wang@profitbricks.com>
9510 M:      lindar_liu@usish.com
9511 L:      pmchba@pmcs.com
9512 L:      linux-scsi@vger.kernel.org
9513 S:      Supported
9514 F:      drivers/scsi/pm8001/
9515
9516 POSIX CLOCKS and TIMERS
9517 M:      Thomas Gleixner <tglx@linutronix.de>
9518 L:      linux-kernel@vger.kernel.org
9519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9520 S:      Maintained
9521 F:      fs/timerfd.c
9522 F:      include/linux/timer*
9523 F:      kernel/time/*timer*
9524
9525 POWER MANAGEMENT CORE
9526 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9527 L:      linux-pm@vger.kernel.org
9528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9529 S:      Supported
9530 F:      drivers/base/power/
9531 F:      include/linux/pm.h
9532 F:      include/linux/pm_*
9533 F:      include/linux/powercap.h
9534 F:      drivers/powercap/
9535
9536 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9537 M:      Sebastian Reichel <sre@kernel.org>
9538 L:      linux-pm@vger.kernel.org
9539 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9540 S:      Maintained
9541 F:      Documentation/devicetree/bindings/power/supply/
9542 F:      include/linux/power_supply.h
9543 F:      drivers/power/supply/
9544
9545 POWER STATE COORDINATION INTERFACE (PSCI)
9546 M:      Mark Rutland <mark.rutland@arm.com>
9547 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9548 L:      linux-arm-kernel@lists.infradead.org
9549 S:      Maintained
9550 F:      drivers/firmware/psci.c
9551 F:      include/linux/psci.h
9552 F:      include/uapi/linux/psci.h
9553
9554 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9555 M:      Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9556 L:      linuxppc-dev@lists.ozlabs.org
9557 S:      Maintained
9558 F:      drivers/char/powernv-op-panel.c
9559
9560 PNP SUPPORT
9561 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9562 S:      Maintained
9563 F:      drivers/pnp/
9564
9565 PPP PROTOCOL DRIVERS AND COMPRESSORS
9566 M:      Paul Mackerras <paulus@samba.org>
9567 L:      linux-ppp@vger.kernel.org
9568 S:      Maintained
9569 F:      drivers/net/ppp/ppp_*
9570
9571 PPP OVER ATM (RFC 2364)
9572 M:      Mitchell Blank Jr <mitch@sfgoth.com>
9573 S:      Maintained
9574 F:      net/atm/pppoatm.c
9575 F:      include/uapi/linux/atmppp.h
9576
9577 PPP OVER ETHERNET
9578 M:      Michal Ostrowski <mostrows@earthlink.net>
9579 S:      Maintained
9580 F:      drivers/net/ppp/pppoe.c
9581 F:      drivers/net/ppp/pppox.c
9582
9583 PPP OVER L2TP
9584 M:      James Chapman <jchapman@katalix.com>
9585 S:      Maintained
9586 F:      net/l2tp/l2tp_ppp.c
9587 F:      include/linux/if_pppol2tp.h
9588 F:      include/uapi/linux/if_pppol2tp.h
9589
9590 PPS SUPPORT
9591 M:      Rodolfo Giometti <giometti@enneenne.com>
9592 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
9593 L:      linuxpps@ml.enneenne.com (subscribers-only)
9594 S:      Maintained
9595 F:      Documentation/pps/
9596 F:      drivers/pps/
9597 F:      include/linux/pps*.h
9598
9599 PPTP DRIVER
9600 M:      Dmitry Kozlov <xeb@mail.ru>
9601 L:      netdev@vger.kernel.org
9602 S:      Maintained
9603 F:      drivers/net/ppp/pptp.c
9604 W:      http://sourceforge.net/projects/accel-pptp
9605
9606 PREEMPTIBLE KERNEL
9607 M:      Robert Love <rml@tech9.net>
9608 L:      kpreempt-tech@lists.sourceforge.net
9609 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9610 S:      Supported
9611 F:      Documentation/preempt-locking.txt
9612 F:      include/linux/preempt.h
9613
9614 PRISM54 WIRELESS DRIVER
9615 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
9616 L:      linux-wireless@vger.kernel.org
9617 W:      http://wireless.kernel.org/en/users/Drivers/p54
9618 S:      Obsolete
9619 F:      drivers/net/wireless/intersil/prism54/
9620
9621 PS3 NETWORK SUPPORT
9622 M:      Geoff Levand <geoff@infradead.org>
9623 L:      netdev@vger.kernel.org
9624 L:      linuxppc-dev@lists.ozlabs.org
9625 S:      Maintained
9626 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
9627
9628 PS3 PLATFORM SUPPORT
9629 M:      Geoff Levand <geoff@infradead.org>
9630 L:      linuxppc-dev@lists.ozlabs.org
9631 S:      Maintained
9632 F:      arch/powerpc/boot/ps3*
9633 F:      arch/powerpc/include/asm/lv1call.h
9634 F:      arch/powerpc/include/asm/ps3*.h
9635 F:      arch/powerpc/platforms/ps3/
9636 F:      drivers/*/ps3*
9637 F:      drivers/ps3/
9638 F:      drivers/rtc/rtc-ps3.c
9639 F:      drivers/usb/host/*ps3.c
9640 F:      sound/ppc/snd_ps3*
9641
9642 PS3VRAM DRIVER
9643 M:      Jim Paris <jim@jtan.com>
9644 M:      Geoff Levand <geoff@infradead.org>
9645 L:      linuxppc-dev@lists.ozlabs.org
9646 S:      Maintained
9647 F:      drivers/block/ps3vram.c
9648
9649 PSTORE FILESYSTEM
9650 M:      Anton Vorontsov <anton@enomsg.org>
9651 M:      Colin Cross <ccross@android.com>
9652 M:      Kees Cook <keescook@chromium.org>
9653 M:      Tony Luck <tony.luck@intel.com>
9654 S:      Maintained
9655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9656 F:      fs/pstore/
9657 F:      include/linux/pstore*
9658 F:      drivers/firmware/efi/efi-pstore.c
9659 F:      drivers/acpi/apei/erst.c
9660
9661 PTP HARDWARE CLOCK SUPPORT
9662 M:      Richard Cochran <richardcochran@gmail.com>
9663 L:      netdev@vger.kernel.org
9664 S:      Maintained
9665 W:      http://linuxptp.sourceforge.net/
9666 F:      Documentation/ABI/testing/sysfs-ptp
9667 F:      Documentation/ptp/*
9668 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9669 F:      drivers/net/phy/dp83640*
9670 F:      drivers/ptp/*
9671 F:      include/linux/ptp_cl*
9672
9673 PTRACE SUPPORT
9674 M:      Roland McGrath <roland@hack.frob.com>
9675 M:      Oleg Nesterov <oleg@redhat.com>
9676 S:      Maintained
9677 F:      include/asm-generic/syscall.h
9678 F:      include/linux/ptrace.h
9679 F:      include/linux/regset.h
9680 F:      include/linux/tracehook.h
9681 F:      include/uapi/linux/ptrace.h
9682 F:      kernel/ptrace.c
9683
9684 PULSE8-CEC DRIVER
9685 M:      Hans Verkuil <hverkuil@xs4all.nl>
9686 L:      linux-media@vger.kernel.org
9687 T:      git git://linuxtv.org/media_tree.git
9688 S:      Maintained
9689 F:      drivers/staging/media/pulse8-cec
9690
9691 PVRUSB2 VIDEO4LINUX DRIVER
9692 M:      Mike Isely <isely@pobox.com>
9693 L:      pvrusb2@isely.net       (subscribers-only)
9694 L:      linux-media@vger.kernel.org
9695 W:      http://www.isely.net/pvrusb2/
9696 T:      git git://linuxtv.org/media_tree.git
9697 S:      Maintained
9698 F:      Documentation/video4linux/README.pvrusb2
9699 F:      drivers/media/usb/pvrusb2/
9700
9701 PWC WEBCAM DRIVER
9702 M:      Hans Verkuil <hverkuil@xs4all.nl>
9703 L:      linux-media@vger.kernel.org
9704 T:      git git://linuxtv.org/media_tree.git
9705 S:      Odd Fixes
9706 F:      drivers/media/usb/pwc/*
9707
9708 PWM FAN DRIVER
9709 M:      Kamil Debski <kamil@wypas.org>
9710 M:      Lukasz Majewski <l.majewski@samsung.com>
9711 L:      linux-hwmon@vger.kernel.org
9712 S:      Supported
9713 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9714 F:      Documentation/hwmon/pwm-fan
9715 F:      drivers/hwmon/pwm-fan.c
9716
9717 PWM SUBSYSTEM
9718 M:      Thierry Reding <thierry.reding@gmail.com>
9719 L:      linux-pwm@vger.kernel.org
9720 S:      Maintained
9721 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9722 F:      Documentation/pwm.txt
9723 F:      Documentation/devicetree/bindings/pwm/
9724 F:      include/linux/pwm.h
9725 F:      drivers/pwm/
9726 F:      drivers/video/backlight/pwm_bl.c
9727 F:      include/linux/pwm_backlight.h
9728
9729 PXA2xx/PXA3xx SUPPORT
9730 M:      Daniel Mack <daniel@zonque.org>
9731 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9732 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9733 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9734 T:      git git://github.com/hzhuang1/linux.git
9735 T:      git git://github.com/rjarzmik/linux.git
9736 S:      Maintained
9737 F:      arch/arm/boot/dts/pxa*
9738 F:      arch/arm/mach-pxa/
9739 F:      drivers/dma/pxa*
9740 F:      drivers/pcmcia/pxa2xx*
9741 F:      drivers/pinctrl/pxa/
9742 F:      drivers/spi/spi-pxa2xx*
9743 F:      drivers/usb/gadget/udc/pxa2*
9744 F:      include/sound/pxa2xx-lib.h
9745 F:      sound/arm/pxa*
9746 F:      sound/soc/pxa/
9747
9748 PXA GPIO DRIVER
9749 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9750 L:      linux-gpio@vger.kernel.org
9751 S:      Maintained
9752 F:      drivers/gpio/gpio-pxa.c
9753
9754 PXA3xx NAND FLASH DRIVER
9755 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9756 L:      linux-mtd@lists.infradead.org
9757 S:      Maintained
9758 F:      drivers/mtd/nand/pxa3xx_nand.c
9759
9760 MMP SUPPORT
9761 M:      Eric Miao <eric.y.miao@gmail.com>
9762 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9763 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9764 T:      git git://github.com/hzhuang1/linux.git
9765 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
9766 S:      Maintained
9767 F:      arch/arm/boot/dts/mmp*
9768 F:      arch/arm/mach-mmp/
9769
9770 PXA MMCI DRIVER
9771 S:      Orphan
9772
9773 PXA RTC DRIVER
9774 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9775 L:      rtc-linux@googlegroups.com
9776 S:      Maintained
9777
9778 QAT DRIVER
9779 M:      Giovanni Cabiddu <giovanni.cabiddu@intel.com>
9780 M:      Salvatore Benedetto <salvatore.benedetto@intel.com>
9781 L:      qat-linux@intel.com
9782 S:      Supported
9783 F:      drivers/crypto/qat/
9784
9785 QIB DRIVER
9786 M:      Mike Marciniszyn <infinipath@intel.com>
9787 L:      linux-rdma@vger.kernel.org
9788 S:      Supported
9789 F:      drivers/infiniband/hw/qib/
9790
9791 QLOGIC QLA1280 SCSI DRIVER
9792 M:      Michael Reed <mdr@sgi.com>
9793 L:      linux-scsi@vger.kernel.org
9794 S:      Maintained
9795 F:      drivers/scsi/qla1280.[ch]
9796
9797 QLOGIC QLA2XXX FC-SCSI DRIVER
9798 M:      qla2xxx-upstream@qlogic.com
9799 L:      linux-scsi@vger.kernel.org
9800 S:      Supported
9801 F:      Documentation/scsi/LICENSE.qla2xxx
9802 F:      drivers/scsi/qla2xxx/
9803
9804 QLOGIC QLA4XXX iSCSI DRIVER
9805 M:      QLogic-Storage-Upstream@qlogic.com
9806 L:      linux-scsi@vger.kernel.org
9807 S:      Supported
9808 F:      Documentation/scsi/LICENSE.qla4xxx
9809 F:      drivers/scsi/qla4xxx/
9810
9811 QLOGIC QLA3XXX NETWORK DRIVER
9812 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
9813 M:      Ron Mercer <ron.mercer@qlogic.com>
9814 M:      linux-driver@qlogic.com
9815 L:      netdev@vger.kernel.org
9816 S:      Supported
9817 F:      Documentation/networking/LICENSE.qla3xxx
9818 F:      drivers/net/ethernet/qlogic/qla3xxx.*
9819
9820 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9821 M:      Dept-GELinuxNICDev@qlogic.com
9822 L:      netdev@vger.kernel.org
9823 S:      Supported
9824 F:      drivers/net/ethernet/qlogic/qlcnic/
9825
9826 QLOGIC QLGE 10Gb ETHERNET DRIVER
9827 M:      Harish Patil <harish.patil@qlogic.com>
9828 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
9829 M:      Dept-GELinuxNICDev@qlogic.com
9830 M:      linux-driver@qlogic.com
9831 L:      netdev@vger.kernel.org
9832 S:      Supported
9833 F:      drivers/net/ethernet/qlogic/qlge/
9834
9835 QLOGIC QL4xxx ETHERNET DRIVER
9836 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
9837 M:      Ariel Elior <Ariel.Elior@qlogic.com>
9838 M:      everest-linux-l2@qlogic.com
9839 L:      netdev@vger.kernel.org
9840 S:      Supported
9841 F:      drivers/net/ethernet/qlogic/qed/
9842 F:      include/linux/qed/
9843 F:      drivers/net/ethernet/qlogic/qede/
9844
9845 QNX4 FILESYSTEM
9846 M:      Anders Larsen <al@alarsen.net>
9847 W:      http://www.alarsen.net/linux/qnx4fs/
9848 S:      Maintained
9849 F:      fs/qnx4/
9850 F:      include/uapi/linux/qnx4_fs.h
9851 F:      include/uapi/linux/qnxtypes.h
9852
9853 QT1010 MEDIA DRIVER
9854 M:      Antti Palosaari <crope@iki.fi>
9855 L:      linux-media@vger.kernel.org
9856 W:      https://linuxtv.org
9857 W:      http://palosaari.fi/linux/
9858 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9859 T:      git git://linuxtv.org/anttip/media_tree.git
9860 S:      Maintained
9861 F:      drivers/media/tuners/qt1010*
9862
9863 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9864 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9865 L:      linux-wireless@vger.kernel.org
9866 L:      ath9k-devel@lists.ath9k.org
9867 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
9868 S:      Supported
9869 F:      drivers/net/wireless/ath/ath9k/
9870
9871 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9872 M:      Kalle Valo <kvalo@qca.qualcomm.com>
9873 L:      ath10k@lists.infradead.org
9874 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
9875 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9876 S:      Supported
9877 F:      drivers/net/wireless/ath/ath10k/
9878
9879 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
9880 M:      Timur Tabi <timur@codeaurora.org>
9881 L:      netdev@vger.kernel.org
9882 S:      Supported
9883 F:      drivers/net/ethernet/qualcomm/emac/
9884
9885 QUALCOMM HEXAGON ARCHITECTURE
9886 M:      Richard Kuo <rkuo@codeaurora.org>
9887 L:      linux-hexagon@vger.kernel.org
9888 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9889 S:      Supported
9890 F:      arch/hexagon/
9891
9892 QUALCOMM WCN36XX WIRELESS DRIVER
9893 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
9894 L:      wcn36xx@lists.infradead.org
9895 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
9896 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
9897 S:      Supported
9898 F:      drivers/net/wireless/ath/wcn36xx/
9899
9900 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9901 M:      Gabriel Somlo <somlo@cmu.edu>
9902 M:      "Michael S. Tsirkin" <mst@redhat.com>
9903 L:      qemu-devel@nongnu.org
9904 S:      Maintained
9905 F:      drivers/firmware/qemu_fw_cfg.c
9906
9907 RADOS BLOCK DEVICE (RBD)
9908 M:      Ilya Dryomov <idryomov@gmail.com>
9909 M:      Sage Weil <sage@redhat.com>
9910 M:      Alex Elder <elder@kernel.org>
9911 L:      ceph-devel@vger.kernel.org
9912 W:      http://ceph.com/
9913 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9914 T:      git git://github.com/ceph/ceph-client.git
9915 S:      Supported
9916 F:      Documentation/ABI/testing/sysfs-bus-rbd
9917 F:      drivers/block/rbd.c
9918 F:      drivers/block/rbd_types.h
9919
9920 RADEON FRAMEBUFFER DISPLAY DRIVER
9921 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
9922 L:      linux-fbdev@vger.kernel.org
9923 S:      Maintained
9924 F:      drivers/video/fbdev/aty/radeon*
9925 F:      include/uapi/linux/radeonfb.h
9926
9927 RADIOSHARK RADIO DRIVER
9928 M:      Hans Verkuil <hverkuil@xs4all.nl>
9929 L:      linux-media@vger.kernel.org
9930 T:      git git://linuxtv.org/media_tree.git
9931 S:      Maintained
9932 F:      drivers/media/radio/radio-shark.c
9933
9934 RADIOSHARK2 RADIO DRIVER
9935 M:      Hans Verkuil <hverkuil@xs4all.nl>
9936 L:      linux-media@vger.kernel.org
9937 T:      git git://linuxtv.org/media_tree.git
9938 S:      Maintained
9939 F:      drivers/media/radio/radio-shark2.c
9940 F:      drivers/media/radio/radio-tea5777.c
9941
9942 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9943 M:      Paul Mackerras <paulus@samba.org>
9944 L:      linux-fbdev@vger.kernel.org
9945 S:      Maintained
9946 F:      drivers/video/fbdev/aty/aty128fb.c
9947
9948 RALINK MIPS ARCHITECTURE
9949 M:      John Crispin <john@phrozen.org>
9950 L:      linux-mips@linux-mips.org
9951 S:      Maintained
9952 F:      arch/mips/ralink
9953
9954 RALINK RT2X00 WIRELESS LAN DRIVER
9955 P:      rt2x00 project
9956 M:      Stanislaw Gruszka <sgruszka@redhat.com>
9957 M:      Helmut Schaa <helmut.schaa@googlemail.com>
9958 L:      linux-wireless@vger.kernel.org
9959 S:      Maintained
9960 F:      drivers/net/wireless/ralink/rt2x00/
9961
9962 RAMDISK RAM BLOCK DEVICE DRIVER
9963 M:      Jens Axboe <axboe@kernel.dk>
9964 S:      Maintained
9965 F:      Documentation/blockdev/ramdisk.txt
9966 F:      drivers/block/brd.c
9967
9968 RANDOM NUMBER DRIVER
9969 M:      "Theodore Ts'o" <tytso@mit.edu>
9970 S:      Maintained
9971 F:      drivers/char/random.c
9972
9973 RAPIDIO SUBSYSTEM
9974 M:      Matt Porter <mporter@kernel.crashing.org>
9975 M:      Alexandre Bounine <alexandre.bounine@idt.com>
9976 S:      Maintained
9977 F:      drivers/rapidio/
9978
9979 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9980 L:      linux-wireless@vger.kernel.org
9981 S:      Orphan
9982 F:      drivers/net/wireless/ray*
9983
9984 RCUTORTURE MODULE
9985 M:      Josh Triplett <josh@joshtriplett.org>
9986 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9987 L:      linux-kernel@vger.kernel.org
9988 S:      Supported
9989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9990 F:      Documentation/RCU/torture.txt
9991 F:      kernel/rcu/rcutorture.c
9992
9993 RCUTORTURE TEST FRAMEWORK
9994 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9995 M:      Josh Triplett <josh@joshtriplett.org>
9996 R:      Steven Rostedt <rostedt@goodmis.org>
9997 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9998 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9999 L:      linux-kernel@vger.kernel.org
10000 S:      Supported
10001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10002 F:      tools/testing/selftests/rcutorture
10003
10004 RDC R-321X SoC
10005 M:      Florian Fainelli <florian@openwrt.org>
10006 S:      Maintained
10007
10008 RDC R6040 FAST ETHERNET DRIVER
10009 M:      Florian Fainelli <f.fainelli@gmail.com>
10010 L:      netdev@vger.kernel.org
10011 S:      Maintained
10012 F:      drivers/net/ethernet/rdc/r6040.c
10013
10014 RDS - RELIABLE DATAGRAM SOCKETS
10015 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
10016 L:      netdev@vger.kernel.org
10017 L:      linux-rdma@vger.kernel.org
10018 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
10019 W:      https://oss.oracle.com/projects/rds/
10020 S:      Supported
10021 F:      net/rds/
10022 F:      Documentation/networking/rds.txt
10023
10024 RDMAVT - RDMA verbs software
10025 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
10026 L:      linux-rdma@vger.kernel.org
10027 S:      Supported
10028 F:      drivers/infiniband/sw/rdmavt
10029
10030 READ-COPY UPDATE (RCU)
10031 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10032 M:      Josh Triplett <josh@joshtriplett.org>
10033 R:      Steven Rostedt <rostedt@goodmis.org>
10034 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10035 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10036 L:      linux-kernel@vger.kernel.org
10037 W:      http://www.rdrop.com/users/paulmck/RCU/
10038 S:      Supported
10039 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10040 F:      Documentation/RCU/
10041 X:      Documentation/RCU/torture.txt
10042 F:      include/linux/rcu*
10043 X:      include/linux/srcu.h
10044 F:      kernel/rcu/
10045 X:      kernel/torture.c
10046
10047 REAL TIME CLOCK (RTC) SUBSYSTEM
10048 M:      Alessandro Zummo <a.zummo@towertech.it>
10049 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
10050 L:      rtc-linux@googlegroups.com
10051 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
10052 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10053 S:      Maintained
10054 F:      Documentation/devicetree/bindings/rtc/
10055 F:      Documentation/rtc.txt
10056 F:      drivers/rtc/
10057 F:      include/linux/rtc.h
10058 F:      include/uapi/linux/rtc.h
10059 F:      include/linux/rtc/
10060 F:      include/linux/platform_data/rtc-*
10061 F:      tools/testing/selftests/timers/rtctest.c
10062
10063 REALTEK AUDIO CODECS
10064 M:      Bard Liao <bardliao@realtek.com>
10065 M:      Oder Chiou <oder_chiou@realtek.com>
10066 S:      Maintained
10067 F:      sound/soc/codecs/rt*
10068 F:      include/sound/rt*.h
10069
10070 REISERFS FILE SYSTEM
10071 L:      reiserfs-devel@vger.kernel.org
10072 S:      Supported
10073 F:      fs/reiserfs/
10074
10075 REGISTER MAP ABSTRACTION
10076 M:      Mark Brown <broonie@kernel.org>
10077 L:      linux-kernel@vger.kernel.org
10078 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10079 S:      Supported
10080 F:      Documentation/devicetree/bindings/regmap/
10081 F:      drivers/base/regmap/
10082 F:      include/linux/regmap.h
10083
10084 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10085 M:      Ohad Ben-Cohen <ohad@wizery.com>
10086 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10087 L:      linux-remoteproc@vger.kernel.org
10088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10089 S:      Maintained
10090 F:      Documentation/devicetree/bindings/remoteproc/
10091 F:      Documentation/remoteproc.txt
10092 F:      drivers/remoteproc/
10093 F:      include/linux/remoteproc.h
10094
10095 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10096 M:      Ohad Ben-Cohen <ohad@wizery.com>
10097 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10098 L:      linux-remoteproc@vger.kernel.org
10099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10100 S:      Maintained
10101 F:      drivers/rpmsg/
10102 F:      Documentation/rpmsg.txt
10103 F:      include/linux/rpmsg.h
10104
10105 RENESAS CLOCK DRIVERS
10106 M:      Geert Uytterhoeven <geert+renesas@glider.be>
10107 L:      linux-renesas-soc@vger.kernel.org
10108 S:      Supported
10109 F:      drivers/clk/renesas/
10110
10111 RENESAS ETHERNET DRIVERS
10112 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10113 L:      netdev@vger.kernel.org
10114 L:      linux-renesas-soc@vger.kernel.org
10115 F:      drivers/net/ethernet/renesas/
10116 F:      include/linux/sh_eth.h
10117
10118 RENESAS USB2 PHY DRIVER
10119 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10120 L:      linux-renesas-soc@vger.kernel.org
10121 S:      Maintained
10122 F:      drivers/phy/phy-rcar-gen3-usb2.c
10123
10124 RESET CONTROLLER FRAMEWORK
10125 M:      Philipp Zabel <p.zabel@pengutronix.de>
10126 T:      git git://git.pengutronix.de/git/pza/linux
10127 S:      Maintained
10128 F:      drivers/reset/
10129 F:      Documentation/devicetree/bindings/reset/
10130 F:      include/dt-bindings/reset/
10131 F:      include/linux/reset.h
10132 F:      include/linux/reset-controller.h
10133
10134 RFKILL
10135 M:      Johannes Berg <johannes@sipsolutions.net>
10136 L:      linux-wireless@vger.kernel.org
10137 W:      http://wireless.kernel.org/
10138 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10140 S:      Maintained
10141 F:      Documentation/rfkill.txt
10142 F:      net/rfkill/
10143
10144 RHASHTABLE
10145 M:      Thomas Graf <tgraf@suug.ch>
10146 M:      Herbert Xu <herbert@gondor.apana.org.au>
10147 L:      netdev@vger.kernel.org
10148 S:      Maintained
10149 F:      lib/rhashtable.c
10150 F:      include/linux/rhashtable.h
10151
10152 RICOH SMARTMEDIA/XD DRIVER
10153 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10154 S:      Maintained
10155 F:      drivers/mtd/nand/r852.c
10156 F:      drivers/mtd/nand/r852.h
10157
10158 RICOH R5C592 MEMORYSTICK DRIVER
10159 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10160 S:      Maintained
10161 F:      drivers/memstick/host/r592.*
10162
10163 ROCCAT DRIVERS
10164 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
10165 W:      http://sourceforge.net/projects/roccat/
10166 S:      Maintained
10167 F:      drivers/hid/hid-roccat*
10168 F:      include/linux/hid-roccat*
10169 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
10170
10171 ROCKER DRIVER
10172 M:      Jiri Pirko <jiri@resnulli.us>
10173 L:      netdev@vger.kernel.org
10174 S:      Supported
10175 F:      drivers/net/ethernet/rocker/
10176
10177 ROCKETPORT DRIVER
10178 P:      Comtrol Corp.
10179 W:      http://www.comtrol.com
10180 S:      Maintained
10181 F:      Documentation/serial/rocket.txt
10182 F:      drivers/tty/rocket*
10183
10184 ROCKETPORT EXPRESS/INFINITY DRIVER
10185 M:      Kevin Cernekee <cernekee@gmail.com>
10186 L:      linux-serial@vger.kernel.org
10187 S:      Odd Fixes
10188 F:      drivers/tty/serial/rp2.*
10189
10190 ROSE NETWORK LAYER
10191 M:      Ralf Baechle <ralf@linux-mips.org>
10192 L:      linux-hams@vger.kernel.org
10193 W:      http://www.linux-ax25.org/
10194 S:      Maintained
10195 F:      include/net/rose.h
10196 F:      include/uapi/linux/rose.h
10197 F:      net/rose/
10198
10199 RTL2830 MEDIA DRIVER
10200 M:      Antti Palosaari <crope@iki.fi>
10201 L:      linux-media@vger.kernel.org
10202 W:      https://linuxtv.org
10203 W:      http://palosaari.fi/linux/
10204 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10205 T:      git git://linuxtv.org/anttip/media_tree.git
10206 S:      Maintained
10207 F:      drivers/media/dvb-frontends/rtl2830*
10208
10209 RTL2832 MEDIA DRIVER
10210 M:      Antti Palosaari <crope@iki.fi>
10211 L:      linux-media@vger.kernel.org
10212 W:      https://linuxtv.org
10213 W:      http://palosaari.fi/linux/
10214 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10215 T:      git git://linuxtv.org/anttip/media_tree.git
10216 S:      Maintained
10217 F:      drivers/media/dvb-frontends/rtl2832*
10218
10219 RTL2832_SDR MEDIA DRIVER
10220 M:      Antti Palosaari <crope@iki.fi>
10221 L:      linux-media@vger.kernel.org
10222 W:      https://linuxtv.org
10223 W:      http://palosaari.fi/linux/
10224 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10225 T:      git git://linuxtv.org/anttip/media_tree.git
10226 S:      Maintained
10227 F:      drivers/media/dvb-frontends/rtl2832_sdr*
10228
10229 RTL8180 WIRELESS DRIVER
10230 L:      linux-wireless@vger.kernel.org
10231 W:      http://wireless.kernel.org/
10232 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10233 S:      Orphan
10234 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
10235
10236 RTL8187 WIRELESS DRIVER
10237 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10238 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
10239 M:      Larry Finger <Larry.Finger@lwfinger.net>
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/rtl818x/rtl8187/
10245
10246 RTL8192CE WIRELESS DRIVER
10247 M:      Larry Finger <Larry.Finger@lwfinger.net>
10248 M:      Chaoming Li <chaoming_li@realsil.com.cn>
10249 L:      linux-wireless@vger.kernel.org
10250 W:      http://wireless.kernel.org/
10251 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10252 S:      Maintained
10253 F:      drivers/net/wireless/realtek/rtlwifi/
10254 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10255
10256 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10257 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10258 L:      linux-wireless@vger.kernel.org
10259 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10260 S:      Maintained
10261 F:      drivers/net/wireless/realtek/rtl8xxxu/
10262
10263 S3 SAVAGE FRAMEBUFFER DRIVER
10264 M:      Antonino Daplas <adaplas@gmail.com>
10265 L:      linux-fbdev@vger.kernel.org
10266 S:      Maintained
10267 F:      drivers/video/fbdev/savage/
10268
10269 S390
10270 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
10271 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
10272 L:      linux-s390@vger.kernel.org
10273 W:      http://www.ibm.com/developerworks/linux/linux390/
10274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10275 S:      Supported
10276 F:      arch/s390/
10277 F:      drivers/s390/
10278 F:      Documentation/s390/
10279 F:      Documentation/DocBook/s390*
10280
10281 S390 COMMON I/O LAYER
10282 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10283 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10284 L:      linux-s390@vger.kernel.org
10285 W:      http://www.ibm.com/developerworks/linux/linux390/
10286 S:      Supported
10287 F:      drivers/s390/cio/
10288
10289 S390 DASD DRIVER
10290 M:      Stefan Haberland <sth@linux.vnet.ibm.com>
10291 M:      Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
10292 L:      linux-s390@vger.kernel.org
10293 W:      http://www.ibm.com/developerworks/linux/linux390/
10294 S:      Supported
10295 F:      drivers/s390/block/dasd*
10296 F:      block/partitions/ibm.c
10297
10298 S390 NETWORK DRIVERS
10299 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10300 L:      linux-s390@vger.kernel.org
10301 W:      http://www.ibm.com/developerworks/linux/linux390/
10302 S:      Supported
10303 F:      drivers/s390/net/
10304
10305 S390 PCI SUBSYSTEM
10306 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10307 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10308 L:      linux-s390@vger.kernel.org
10309 W:      http://www.ibm.com/developerworks/linux/linux390/
10310 S:      Supported
10311 F:      arch/s390/pci/
10312 F:      drivers/pci/hotplug/s390_pci_hpc.c
10313
10314 S390 ZCRYPT DRIVER
10315 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
10316 L:      linux-s390@vger.kernel.org
10317 W:      http://www.ibm.com/developerworks/linux/linux390/
10318 S:      Supported
10319 F:      drivers/s390/crypto/
10320
10321 S390 ZFCP DRIVER
10322 M:      Steffen Maier <maier@linux.vnet.ibm.com>
10323 L:      linux-s390@vger.kernel.org
10324 W:      http://www.ibm.com/developerworks/linux/linux390/
10325 S:      Supported
10326 F:      drivers/s390/scsi/zfcp_*
10327
10328 S390 IUCV NETWORK LAYER
10329 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10330 L:      linux-s390@vger.kernel.org
10331 W:      http://www.ibm.com/developerworks/linux/linux390/
10332 S:      Supported
10333 F:      drivers/s390/net/*iucv*
10334 F:      include/net/iucv/
10335 F:      net/iucv/
10336
10337 S390 IOMMU (PCI)
10338 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10339 L:      linux-s390@vger.kernel.org
10340 W:      http://www.ibm.com/developerworks/linux/linux390/
10341 S:      Supported
10342 F:      drivers/iommu/s390-iommu.c
10343
10344 S3C24XX SD/MMC Driver
10345 M:      Ben Dooks <ben-linux@fluff.org>
10346 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10347 S:      Supported
10348 F:      drivers/mmc/host/s3cmci.*
10349
10350 SAA6588 RDS RECEIVER DRIVER
10351 M:      Hans Verkuil <hverkuil@xs4all.nl>
10352 L:      linux-media@vger.kernel.org
10353 T:      git git://linuxtv.org/media_tree.git
10354 W:      https://linuxtv.org
10355 S:      Odd Fixes
10356 F:      drivers/media/i2c/saa6588*
10357
10358 SAA7134 VIDEO4LINUX DRIVER
10359 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
10360 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
10361 L:      linux-media@vger.kernel.org
10362 W:      https://linuxtv.org
10363 T:      git git://linuxtv.org/media_tree.git
10364 S:      Odd fixes
10365 F:      Documentation/video4linux/*.saa7134
10366 F:      drivers/media/pci/saa7134/
10367
10368 SAA7146 VIDEO4LINUX-2 DRIVER
10369 M:      Hans Verkuil <hverkuil@xs4all.nl>
10370 L:      linux-media@vger.kernel.org
10371 T:      git git://linuxtv.org/media_tree.git
10372 S:      Maintained
10373 F:      drivers/media/common/saa7146/
10374 F:      drivers/media/pci/saa7146/
10375 F:      include/media/saa7146*
10376
10377 SAMSUNG LAPTOP DRIVER
10378 M:      Corentin Chary <corentin.chary@gmail.com>
10379 L:      platform-driver-x86@vger.kernel.org
10380 S:      Maintained
10381 F:      drivers/platform/x86/samsung-laptop.c
10382
10383 SAMSUNG AUDIO (ASoC) DRIVERS
10384 M:      Krzysztof Kozlowski <krzk@kernel.org>
10385 M:      Sangbeom Kim <sbkim73@samsung.com>
10386 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10387 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10388 S:      Supported
10389 F:      sound/soc/samsung/
10390
10391 SAMSUNG FRAMEBUFFER DRIVER
10392 M:      Jingoo Han <jingoohan1@gmail.com>
10393 L:      linux-fbdev@vger.kernel.org
10394 S:      Maintained
10395 F:      drivers/video/fbdev/s3c-fb.c
10396
10397 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10398 M:      Sangbeom Kim <sbkim73@samsung.com>
10399 M:      Krzysztof Kozlowski <krzk@kernel.org>
10400 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10401 L:      linux-kernel@vger.kernel.org
10402 L:      linux-samsung-soc@vger.kernel.org
10403 S:      Supported
10404 F:      drivers/mfd/sec*.c
10405 F:      drivers/regulator/s2m*.c
10406 F:      drivers/regulator/s5m*.c
10407 F:      drivers/clk/clk-s2mps11.c
10408 F:      drivers/rtc/rtc-s5m.c
10409 F:      include/linux/mfd/samsung/
10410 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10411 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10412 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10413 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10414
10415 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10416 M:      Kyungmin Park <kyungmin.park@samsung.com>
10417 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10418 L:      linux-media@vger.kernel.org
10419 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
10420 S:      Supported
10421 F:      drivers/media/platform/exynos4-is/
10422
10423 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10424 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10425 L:      linux-media@vger.kernel.org
10426 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10427 S:      Maintained
10428 F:      drivers/media/platform/s3c-camif/
10429 F:      include/media/drv-intf/s3c_camif.h
10430
10431 SAMSUNG S5C73M3 CAMERA DRIVER
10432 M:      Kyungmin Park <kyungmin.park@samsung.com>
10433 M:      Andrzej Hajda <a.hajda@samsung.com>
10434 L:      linux-media@vger.kernel.org
10435 S:      Supported
10436 F:      drivers/media/i2c/s5c73m3/*
10437
10438 SAMSUNG S5K5BAF CAMERA DRIVER
10439 M:      Kyungmin Park <kyungmin.park@samsung.com>
10440 M:      Andrzej Hajda <a.hajda@samsung.com>
10441 L:      linux-media@vger.kernel.org
10442 S:      Supported
10443 F:      drivers/media/i2c/s5k5baf.c
10444
10445 SAMSUNG S3FWRN5 NFC DRIVER
10446 M:      Robert Baldyga <r.baldyga@samsung.com>
10447 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
10448 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
10449 S:      Supported
10450 F:      drivers/nfc/s3fwrn5
10451
10452 SAMSUNG SOC CLOCK DRIVERS
10453 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10454 M:      Tomasz Figa <tomasz.figa@gmail.com>
10455 M:      Chanwoo Choi <cw00.choi@samsung.com>
10456 S:      Supported
10457 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10458 F:      drivers/clk/samsung/
10459 F:      include/dt-bindings/clock/exynos*.h
10460 F:      Documentation/devicetree/bindings/clock/exynos*.txt
10461
10462 SAMSUNG SPI DRIVERS
10463 M:      Kukjin Kim <kgene@kernel.org>
10464 M:      Krzysztof Kozlowski <krzk@kernel.org>
10465 M:      Andi Shyti <andi.shyti@samsung.com>
10466 L:      linux-spi@vger.kernel.org
10467 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10468 S:      Maintained
10469 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
10470 F:      drivers/spi/spi-s3c*
10471 F:      include/linux/platform_data/spi-s3c64xx.h
10472
10473 SAMSUNG SXGBE DRIVERS
10474 M:      Byungho An <bh74.an@samsung.com>
10475 M:      Girish K S <ks.giri@samsung.com>
10476 M:      Vipul Pandya <vipul.pandya@samsung.com>
10477 S:      Supported
10478 L:      netdev@vger.kernel.org
10479 F:      drivers/net/ethernet/samsung/sxgbe/
10480
10481 SAMSUNG THERMAL DRIVER
10482 M:      Lukasz Majewski <l.majewski@samsung.com>
10483 L:      linux-pm@vger.kernel.org
10484 L:      linux-samsung-soc@vger.kernel.org
10485 S:      Supported
10486 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
10487 F:      drivers/thermal/samsung/
10488
10489 SAMSUNG USB2 PHY DRIVER
10490 M:      Kamil Debski <kamil@wypas.org>
10491 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10492 L:      linux-kernel@vger.kernel.org
10493 S:      Supported
10494 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
10495 F:      Documentation/phy/samsung-usb2.txt
10496 F:      drivers/phy/phy-exynos4210-usb2.c
10497 F:      drivers/phy/phy-exynos4x12-usb2.c
10498 F:      drivers/phy/phy-exynos5250-usb2.c
10499 F:      drivers/phy/phy-s5pv210-usb2.c
10500 F:      drivers/phy/phy-samsung-usb2.c
10501 F:      drivers/phy/phy-samsung-usb2.h
10502
10503 SERIAL DRIVERS
10504 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10505 L:      linux-serial@vger.kernel.org
10506 S:      Maintained
10507 F:      Documentation/devicetree/bindings/serial/
10508 F:      drivers/tty/serial/
10509
10510 SYNOPSYS DESIGNWARE DMAC DRIVER
10511 M:      Viresh Kumar <vireshk@kernel.org>
10512 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10513 S:      Maintained
10514 F:      include/linux/dma/dw.h
10515 F:      include/linux/platform_data/dma-dw.h
10516 F:      drivers/dma/dw/
10517
10518 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10519 M: Lars Persson <lars.persson@axis.com>
10520 L: netdev@vger.kernel.org
10521 S: Supported
10522 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10523 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10524
10525 SYNOPSYS DESIGNWARE I2C DRIVER
10526 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
10527 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10528 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
10529 L:      linux-i2c@vger.kernel.org
10530 S:      Maintained
10531 F:      drivers/i2c/busses/i2c-designware-*
10532 F:      include/linux/platform_data/i2c-designware.h
10533
10534 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10535 M:      Jaehoon Chung <jh80.chung@samsung.com>
10536 L:      linux-mmc@vger.kernel.org
10537 S:      Maintained
10538 F:      include/linux/mmc/dw_mmc.h
10539 F:      drivers/mmc/host/dw_mmc*
10540
10541 SYSTEM TRACE MODULE CLASS
10542 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
10543 S:      Maintained
10544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10545 F:      Documentation/trace/stm.txt
10546 F:      drivers/hwtracing/stm/
10547 F:      include/linux/stm.h
10548 F:      include/uapi/linux/stm.h
10549
10550 THUNDERBOLT DRIVER
10551 M:      Andreas Noever <andreas.noever@gmail.com>
10552 S:      Maintained
10553 F:      drivers/thunderbolt/
10554
10555 TI BQ27XXX POWER SUPPLY DRIVER
10556 R:      Andrew F. Davis <afd@ti.com>
10557 F:      include/linux/power/bq27xxx_battery.h
10558 F:      drivers/power/supply/bq27xxx_battery.c
10559 F:      drivers/power/supply/bq27xxx_battery_i2c.c
10560
10561 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10562 M:      John Stultz <john.stultz@linaro.org>
10563 M:      Thomas Gleixner <tglx@linutronix.de>
10564 L:      linux-kernel@vger.kernel.org
10565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10566 S:      Supported
10567 F:      include/linux/clocksource.h
10568 F:      include/linux/time.h
10569 F:      include/linux/timex.h
10570 F:      include/uapi/linux/time.h
10571 F:      include/uapi/linux/timex.h
10572 F:      kernel/time/clocksource.c
10573 F:      kernel/time/time*.c
10574 F:      kernel/time/alarmtimer.c
10575 F:      kernel/time/ntp.c
10576 F:      tools/testing/selftests/timers/
10577
10578 SC1200 WDT DRIVER
10579 M:      Zwane Mwaikambo <zwanem@gmail.com>
10580 S:      Maintained
10581 F:      drivers/watchdog/sc1200wdt.c
10582
10583 SCHEDULER
10584 M:      Ingo Molnar <mingo@redhat.com>
10585 M:      Peter Zijlstra <peterz@infradead.org>
10586 L:      linux-kernel@vger.kernel.org
10587 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10588 S:      Maintained
10589 F:      kernel/sched/
10590 F:      include/linux/sched.h
10591 F:      include/uapi/linux/sched.h
10592 F:      include/linux/wait.h
10593
10594 SCORE ARCHITECTURE
10595 M:      Chen Liqin <liqin.linux@gmail.com>
10596 M:      Lennox Wu <lennox.wu@gmail.com>
10597 W:      http://www.sunplus.com
10598 S:      Supported
10599 F:      arch/score/
10600
10601 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10602 M:      Sudeep Holla <sudeep.holla@arm.com>
10603 L:      linux-arm-kernel@lists.infradead.org
10604 S:      Maintained
10605 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
10606 F:      drivers/clk/clk-scpi.c
10607 F:      drivers/cpufreq/scpi-cpufreq.c
10608 F:      drivers/firmware/arm_scpi.c
10609 F:      include/linux/scpi_protocol.h
10610
10611 SCSI CDROM DRIVER
10612 M:      Jens Axboe <axboe@kernel.dk>
10613 L:      linux-scsi@vger.kernel.org
10614 W:      http://www.kernel.dk
10615 S:      Maintained
10616 F:      drivers/scsi/sr*
10617
10618 SCSI RDMA PROTOCOL (SRP) INITIATOR
10619 M:      Bart Van Assche <bart.vanassche@sandisk.com>
10620 L:      linux-rdma@vger.kernel.org
10621 S:      Supported
10622 W:      http://www.openfabrics.org
10623 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
10624 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10625 F:      drivers/infiniband/ulp/srp/
10626 F:      include/scsi/srp.h
10627
10628 SCSI SG DRIVER
10629 M:      Doug Gilbert <dgilbert@interlog.com>
10630 L:      linux-scsi@vger.kernel.org
10631 W:      http://sg.danny.cz/sg
10632 S:      Maintained
10633 F:      Documentation/scsi/scsi-generic.txt
10634 F:      drivers/scsi/sg.c
10635 F:      include/scsi/sg.h
10636
10637 SCSI SUBSYSTEM
10638 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10640 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
10641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10642 L:      linux-scsi@vger.kernel.org
10643 S:      Maintained
10644 F:      Documentation/devicetree/bindings/scsi/
10645 F:      drivers/scsi/
10646 F:      include/scsi/
10647
10648 SCSI TAPE DRIVER
10649 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
10650 L:      linux-scsi@vger.kernel.org
10651 S:      Maintained
10652 F:      Documentation/scsi/st.txt
10653 F:      drivers/scsi/st.*
10654 F:      drivers/scsi/st_*.h
10655
10656 SCTP PROTOCOL
10657 M:      Vlad Yasevich <vyasevich@gmail.com>
10658 M:      Neil Horman <nhorman@tuxdriver.com>
10659 L:      linux-sctp@vger.kernel.org
10660 W:      http://lksctp.sourceforge.net
10661 S:      Maintained
10662 F:      Documentation/networking/sctp.txt
10663 F:      include/linux/sctp.h
10664 F:      include/uapi/linux/sctp.h
10665 F:      include/net/sctp/
10666 F:      net/sctp/
10667
10668 SCx200 CPU SUPPORT
10669 M:      Jim Cromie <jim.cromie@gmail.com>
10670 S:      Odd Fixes
10671 F:      Documentation/i2c/busses/scx200_acb
10672 F:      arch/x86/platform/scx200/
10673 F:      drivers/watchdog/scx200_wdt.c
10674 F:      drivers/i2c/busses/scx200*
10675 F:      drivers/mtd/maps/scx200_docflash.c
10676 F:      include/linux/scx200.h
10677
10678 SCx200 GPIO DRIVER
10679 M:      Jim Cromie <jim.cromie@gmail.com>
10680 S:      Maintained
10681 F:      drivers/char/scx200_gpio.c
10682 F:      include/linux/scx200_gpio.h
10683
10684 SCx200 HRT CLOCKSOURCE DRIVER
10685 M:      Jim Cromie <jim.cromie@gmail.com>
10686 S:      Maintained
10687 F:      drivers/clocksource/scx200_hrt.c
10688
10689 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10690 M:      Sascha Sommer <saschasommer@freenet.de>
10691 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10692 S:      Maintained
10693 F:      drivers/mmc/host/sdricoh_cs.c
10694
10695 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10696 M:      Adrian Hunter <adrian.hunter@intel.com>
10697 L:      linux-mmc@vger.kernel.org
10698 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
10699 S:      Maintained
10700 F:      drivers/mmc/host/sdhci*
10701 F:      include/linux/mmc/sdhci*
10702
10703 SECURE COMPUTING
10704 M:      Kees Cook <keescook@chromium.org>
10705 R:      Andy Lutomirski <luto@amacapital.net>
10706 R:      Will Drewry <wad@chromium.org>
10707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10708 S:      Supported
10709 F:      kernel/seccomp.c
10710 F:      include/uapi/linux/seccomp.h
10711 F:      include/linux/seccomp.h
10712 F:      tools/testing/selftests/seccomp/*
10713 K:      \bsecure_computing
10714 K:      \bTIF_SECCOMP\b
10715
10716 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
10717 M:      Al Cooper <alcooperx@gmail.com>
10718 L:      linux-mmc@vger.kernel.org
10719 L:      bcm-kernel-feedback-list@broadcom.com
10720 S:      Maintained
10721 F:      drivers/mmc/host/sdhci-brcmstb*
10722
10723 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10724 M:      Ben Dooks <ben-linux@fluff.org>
10725 M:      Jaehoon Chung <jh80.chung@samsung.com>
10726 L:      linux-mmc@vger.kernel.org
10727 S:      Maintained
10728 F:      drivers/mmc/host/sdhci-s3c*
10729
10730 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10731 M:      Viresh Kumar <vireshk@kernel.org>
10732 L:      linux-mmc@vger.kernel.org
10733 S:      Maintained
10734 F:      drivers/mmc/host/sdhci-spear.c
10735
10736 SECURITY SUBSYSTEM
10737 M:      James Morris <james.l.morris@oracle.com>
10738 M:      "Serge E. Hallyn" <serge@hallyn.com>
10739 L:      linux-security-module@vger.kernel.org (suggested Cc:)
10740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10741 W:      http://kernsec.org/
10742 S:      Supported
10743 F:      security/
10744
10745 SECURITY CONTACT
10746 M:      Security Officers <security@kernel.org>
10747 S:      Supported
10748
10749 SELINUX SECURITY MODULE
10750 M:      Paul Moore <paul@paul-moore.com>
10751 M:      Stephen Smalley <sds@tycho.nsa.gov>
10752 M:      Eric Paris <eparis@parisplace.org>
10753 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
10754 W:      http://selinuxproject.org
10755 T:      git git://git.infradead.org/users/pcmoore/selinux
10756 S:      Supported
10757 F:      include/linux/selinux*
10758 F:      security/selinux/
10759 F:      scripts/selinux/
10760
10761 APPARMOR SECURITY MODULE
10762 M:      John Johansen <john.johansen@canonical.com>
10763 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10764 W:      apparmor.wiki.kernel.org
10765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10766 S:      Supported
10767 F:      security/apparmor/
10768
10769 LOADPIN SECURITY MODULE
10770 M:      Kees Cook <keescook@chromium.org>
10771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10772 S:      Supported
10773 F:      security/loadpin/
10774
10775 YAMA SECURITY MODULE
10776 M:      Kees Cook <keescook@chromium.org>
10777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10778 S:      Supported
10779 F:      security/yama/
10780
10781 SENSABLE PHANTOM
10782 M:      Jiri Slaby <jirislaby@gmail.com>
10783 S:      Maintained
10784 F:      drivers/misc/phantom.c
10785 F:      include/uapi/linux/phantom.h
10786
10787 Emulex 10Gbps iSCSI - OneConnect DRIVER
10788 M:      Subbu Seetharaman <subbu.seetharaman@broadcom.com>
10789 M:      Ketan Mukadam <ketan.mukadam@broadcom.com>
10790 M:      Jitendra Bhivare <jitendra.bhivare@broadcom.com>
10791 L:      linux-scsi@vger.kernel.org
10792 W:      http://www.broadcom.com
10793 S:      Supported
10794 F:      drivers/scsi/be2iscsi/
10795
10796 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
10797 M:      Sathya Perla <sathya.perla@broadcom.com>
10798 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
10799 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10800 M:      Somnath Kotur <somnath.kotur@broadcom.com>
10801 L:      netdev@vger.kernel.org
10802 W:      http://www.emulex.com
10803 S:      Supported
10804 F:      drivers/net/ethernet/emulex/benet/
10805
10806 EMULEX ONECONNECT ROCE DRIVER
10807 M:      Selvin Xavier <selvin.xavier@avagotech.com>
10808 M:      Devesh Sharma <devesh.sharma@avagotech.com>
10809 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10810 L:      linux-rdma@vger.kernel.org
10811 W:      http://www.emulex.com
10812 S:      Supported
10813 F:      drivers/infiniband/hw/ocrdma/
10814
10815 SFC NETWORK DRIVER
10816 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10817 M:      Edward Cree <ecree@solarflare.com>
10818 M:      Bert Kenward <bkenward@solarflare.com>
10819 L:      netdev@vger.kernel.org
10820 S:      Supported
10821 F:      drivers/net/ethernet/sfc/
10822
10823 SGI GRU DRIVER
10824 M:      Dimitri Sivanich <sivanich@sgi.com>
10825 S:      Maintained
10826 F:      drivers/misc/sgi-gru/
10827
10828 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10829 M:      Pat Gefre <pfg@sgi.com>
10830 L:      linux-ia64@vger.kernel.org
10831 S:      Supported
10832 F:      Documentation/ia64/serial.txt
10833 F:      drivers/tty/serial/ioc?_serial.c
10834 F:      include/linux/ioc?.h
10835
10836 SGI XP/XPC/XPNET DRIVER
10837 M:      Cliff Whickman <cpw@sgi.com>
10838 M:      Robin Holt <robinmholt@gmail.com>
10839 S:      Maintained
10840 F:      drivers/misc/sgi-xp/
10841
10842 SI2157 MEDIA DRIVER
10843 M:      Antti Palosaari <crope@iki.fi>
10844 L:      linux-media@vger.kernel.org
10845 W:      https://linuxtv.org
10846 W:      http://palosaari.fi/linux/
10847 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10848 T:      git git://linuxtv.org/anttip/media_tree.git
10849 S:      Maintained
10850 F:      drivers/media/tuners/si2157*
10851
10852 SI2168 MEDIA DRIVER
10853 M:      Antti Palosaari <crope@iki.fi>
10854 L:      linux-media@vger.kernel.org
10855 W:      https://linuxtv.org
10856 W:      http://palosaari.fi/linux/
10857 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10858 T:      git git://linuxtv.org/anttip/media_tree.git
10859 S:      Maintained
10860 F:      drivers/media/dvb-frontends/si2168*
10861
10862 SI470X FM RADIO RECEIVER I2C DRIVER
10863 M:      Hans Verkuil <hverkuil@xs4all.nl>
10864 L:      linux-media@vger.kernel.org
10865 T:      git git://linuxtv.org/media_tree.git
10866 W:      https://linuxtv.org
10867 S:      Odd Fixes
10868 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
10869
10870 SI470X FM RADIO RECEIVER USB DRIVER
10871 M:      Hans Verkuil <hverkuil@xs4all.nl>
10872 L:      linux-media@vger.kernel.org
10873 T:      git git://linuxtv.org/media_tree.git
10874 W:      https://linuxtv.org
10875 S:      Maintained
10876 F:      drivers/media/radio/si470x/radio-si470x-common.c
10877 F:      drivers/media/radio/si470x/radio-si470x.h
10878 F:      drivers/media/radio/si470x/radio-si470x-usb.c
10879
10880 SI4713 FM RADIO TRANSMITTER I2C DRIVER
10881 M:      Eduardo Valentin <edubezval@gmail.com>
10882 L:      linux-media@vger.kernel.org
10883 T:      git git://linuxtv.org/media_tree.git
10884 W:      https://linuxtv.org
10885 S:      Odd Fixes
10886 F:      drivers/media/radio/si4713/si4713.?
10887
10888 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10889 M:      Eduardo Valentin <edubezval@gmail.com>
10890 L:      linux-media@vger.kernel.org
10891 T:      git git://linuxtv.org/media_tree.git
10892 W:      https://linuxtv.org
10893 S:      Odd Fixes
10894 F:      drivers/media/radio/si4713/radio-platform-si4713.c
10895
10896 SI4713 FM RADIO TRANSMITTER USB DRIVER
10897 M:      Hans Verkuil <hverkuil@xs4all.nl>
10898 L:      linux-media@vger.kernel.org
10899 T:      git git://linuxtv.org/media_tree.git
10900 W:      https://linuxtv.org
10901 S:      Maintained
10902 F:      drivers/media/radio/si4713/radio-usb-si4713.c
10903
10904 SIANO DVB DRIVER
10905 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
10906 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
10907 L:      linux-media@vger.kernel.org
10908 W:      https://linuxtv.org
10909 T:      git git://linuxtv.org/media_tree.git
10910 S:      Odd fixes
10911 F:      drivers/media/common/siano/
10912 F:      drivers/media/usb/siano/
10913 F:      drivers/media/usb/siano/
10914 F:      drivers/media/mmc/siano/
10915
10916 SIMPLEFB FB DRIVER
10917 M:      Hans de Goede <hdegoede@redhat.com>
10918 L:      linux-fbdev@vger.kernel.org
10919 S:      Maintained
10920 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
10921 F:      drivers/video/fbdev/simplefb.c
10922 F:      include/linux/platform_data/simplefb.h
10923
10924 SH_VEU V4L2 MEM2MEM DRIVER
10925 L:      linux-media@vger.kernel.org
10926 S:      Orphan
10927 F:      drivers/media/platform/sh_veu.c
10928
10929 SH_VOU V4L2 OUTPUT DRIVER
10930 L:      linux-media@vger.kernel.org
10931 S:      Orphan
10932 F:      drivers/media/platform/sh_vou.c
10933 F:      include/media/drv-intf/sh_vou.h
10934
10935 SIMPLE FIRMWARE INTERFACE (SFI)
10936 M:      Len Brown <lenb@kernel.org>
10937 L:      sfi-devel@simplefirmware.org
10938 W:      http://simplefirmware.org/
10939 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10940 S:      Supported
10941 F:      arch/x86/platform/sfi/
10942 F:      drivers/sfi/
10943 F:      include/linux/sfi*.h
10944
10945 SIMTEC EB110ATX (Chalice CATS)
10946 P:      Ben Dooks
10947 P:      Vincent Sanders <vince@simtec.co.uk>
10948 M:      Simtec Linux Team <linux@simtec.co.uk>
10949 W:      http://www.simtec.co.uk/products/EB110ATX/
10950 S:      Supported
10951
10952 SIMTEC EB2410ITX (BAST)
10953 P:      Ben Dooks
10954 P:      Vincent Sanders <vince@simtec.co.uk>
10955 M:      Simtec Linux Team <linux@simtec.co.uk>
10956 W:      http://www.simtec.co.uk/products/EB2410ITX/
10957 S:      Supported
10958 F:      arch/arm/mach-s3c24xx/mach-bast.c
10959 F:      arch/arm/mach-s3c24xx/bast-ide.c
10960 F:      arch/arm/mach-s3c24xx/bast-irq.c
10961
10962 TI DAVINCI MACHINE SUPPORT
10963 M:      Sekhar Nori <nsekhar@ti.com>
10964 M:      Kevin Hilman <khilman@kernel.org>
10965 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10966 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
10967 S:      Supported
10968 F:      arch/arm/mach-davinci/
10969 F:      drivers/i2c/busses/i2c-davinci.c
10970
10971 TI DAVINCI SERIES MEDIA DRIVER
10972 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10973 L:      linux-media@vger.kernel.org
10974 W:      https://linuxtv.org
10975 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10976 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10977 S:      Maintained
10978 F:      drivers/media/platform/davinci/
10979 F:      include/media/davinci/
10980
10981 TI AM437X VPFE 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/platform/am437x/
10989
10990 OV2659 OMNIVISION SENSOR DRIVER
10991 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10992 L:      linux-media@vger.kernel.org
10993 W:      https://linuxtv.org
10994 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10995 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10996 S:      Maintained
10997 F:      drivers/media/i2c/ov2659.c
10998 F:      include/media/i2c/ov2659.h
10999
11000 SILICON MOTION SM712 FRAME BUFFER DRIVER
11001 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11002 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11003 M:      Sudip Mukherjee <sudip@vectorindia.org>
11004 L:      linux-fbdev@vger.kernel.org
11005 S:      Maintained
11006 F:      drivers/video/fbdev/sm712*
11007 F:      Documentation/fb/sm712fb.txt
11008
11009 SIS 190 ETHERNET DRIVER
11010 M:      Francois Romieu <romieu@fr.zoreil.com>
11011 L:      netdev@vger.kernel.org
11012 S:      Maintained
11013 F:      drivers/net/ethernet/sis/sis190.c
11014
11015 SIS 900/7016 FAST ETHERNET DRIVER
11016 M:      Daniele Venzano <venza@brownhat.org>
11017 W:      http://www.brownhat.org/sis900.html
11018 L:      netdev@vger.kernel.org
11019 S:      Maintained
11020 F:      drivers/net/ethernet/sis/sis900.*
11021
11022 SIS FRAMEBUFFER DRIVER
11023 M:      Thomas Winischhofer <thomas@winischhofer.net>
11024 W:      http://www.winischhofer.net/linuxsisvga.shtml
11025 S:      Maintained
11026 F:      Documentation/fb/sisfb.txt
11027 F:      drivers/video/fbdev/sis/
11028 F:      include/video/sisfb.h
11029
11030 SIS USB2VGA DRIVER
11031 M:      Thomas Winischhofer <thomas@winischhofer.net>
11032 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
11033 S:      Maintained
11034 F:      drivers/usb/misc/sisusbvga/
11035
11036 SLAB ALLOCATOR
11037 M:      Christoph Lameter <cl@linux.com>
11038 M:      Pekka Enberg <penberg@kernel.org>
11039 M:      David Rientjes <rientjes@google.com>
11040 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
11041 M:      Andrew Morton <akpm@linux-foundation.org>
11042 L:      linux-mm@kvack.org
11043 S:      Maintained
11044 F:      include/linux/sl?b*.h
11045 F:      mm/sl?b*
11046
11047 SLEEPABLE READ-COPY UPDATE (SRCU)
11048 M:      Lai Jiangshan <jiangshanlai@gmail.com>
11049 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11050 M:      Josh Triplett <josh@joshtriplett.org>
11051 R:      Steven Rostedt <rostedt@goodmis.org>
11052 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11053 L:      linux-kernel@vger.kernel.org
11054 W:      http://www.rdrop.com/users/paulmck/RCU/
11055 S:      Supported
11056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11057 F:      include/linux/srcu.h
11058 F:      kernel/rcu/srcu.c
11059
11060 SMACK SECURITY MODULE
11061 M:      Casey Schaufler <casey@schaufler-ca.com>
11062 L:      linux-security-module@vger.kernel.org
11063 W:      http://schaufler-ca.com
11064 T:      git git://github.com/cschaufler/smack-next
11065 S:      Maintained
11066 F:      Documentation/security/Smack.txt
11067 F:      security/smack/
11068
11069 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11070 M:      Kevin Hilman <khilman@kernel.org>
11071 M:      Nishanth Menon <nm@ti.com>
11072 S:      Maintained
11073 F:      drivers/power/avs/
11074 F:      include/linux/power/smartreflex.h
11075 L:      linux-pm@vger.kernel.org
11076
11077 SMC91x ETHERNET DRIVER
11078 M:      Nicolas Pitre <nico@fluxnic.net>
11079 S:      Odd Fixes
11080 F:      drivers/net/ethernet/smsc/smc91x.*
11081
11082 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11083 M:      Sakari Ailus <sakari.ailus@iki.fi>
11084 L:      linux-media@vger.kernel.org
11085 S:      Maintained
11086 F:      drivers/media/i2c/smiapp/
11087 F:      include/media/i2c/smiapp.h
11088 F:      drivers/media/i2c/smiapp-pll.c
11089 F:      drivers/media/i2c/smiapp-pll.h
11090 F:      include/uapi/linux/smiapp.h
11091 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11092
11093 SMM665 HARDWARE MONITOR DRIVER
11094 M:      Guenter Roeck <linux@roeck-us.net>
11095 L:      linux-hwmon@vger.kernel.org
11096 S:      Maintained
11097 F:      Documentation/hwmon/smm665
11098 F:      drivers/hwmon/smm665.c
11099
11100 SMSC EMC2103 HARDWARE MONITOR DRIVER
11101 M:      Steve Glendinning <steve.glendinning@shawell.net>
11102 L:      linux-hwmon@vger.kernel.org
11103 S:      Maintained
11104 F:      Documentation/hwmon/emc2103
11105 F:      drivers/hwmon/emc2103.c
11106
11107 SMSC SCH5627 HARDWARE MONITOR DRIVER
11108 M:      Hans de Goede <hdegoede@redhat.com>
11109 L:      linux-hwmon@vger.kernel.org
11110 S:      Supported
11111 F:      Documentation/hwmon/sch5627
11112 F:      drivers/hwmon/sch5627.c
11113
11114 SMSC47B397 HARDWARE MONITOR DRIVER
11115 M:      Jean Delvare <jdelvare@suse.com>
11116 L:      linux-hwmon@vger.kernel.org
11117 S:      Maintained
11118 F:      Documentation/hwmon/smsc47b397
11119 F:      drivers/hwmon/smsc47b397.c
11120
11121 SMSC911x ETHERNET DRIVER
11122 M:      Steve Glendinning <steve.glendinning@shawell.net>
11123 L:      netdev@vger.kernel.org
11124 S:      Maintained
11125 F:      include/linux/smsc911x.h
11126 F:      drivers/net/ethernet/smsc/smsc911x.*
11127
11128 SMSC9420 PCI ETHERNET DRIVER
11129 M:      Steve Glendinning <steve.glendinning@shawell.net>
11130 L:      netdev@vger.kernel.org
11131 S:      Maintained
11132 F:      drivers/net/ethernet/smsc/smsc9420.*
11133
11134 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11135 M:      Steve Glendinning <steve.glendinning@shawell.net>
11136 L:      linux-fbdev@vger.kernel.org
11137 S:      Maintained
11138 F:      drivers/video/fbdev/smscufx.c
11139
11140 SOC-CAMERA V4L2 SUBSYSTEM
11141 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11142 L:      linux-media@vger.kernel.org
11143 T:      git git://linuxtv.org/media_tree.git
11144 S:      Maintained
11145 F:      include/media/soc*
11146 F:      drivers/media/i2c/soc_camera/
11147 F:      drivers/media/platform/soc_camera/
11148
11149 SOEKRIS NET48XX LED SUPPORT
11150 M:      Chris Boot <bootc@bootc.net>
11151 S:      Maintained
11152 F:      drivers/leds/leds-net48xx.c
11153
11154 SOFTLOGIC 6x10 MPEG CODEC
11155 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11156 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11157 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
11158 M:      Ismael Luceno <ismael@iodev.co.uk>
11159 L:      linux-media@vger.kernel.org
11160 S:      Supported
11161 F:      drivers/media/pci/solo6x10/
11162
11163 SOFTWARE RAID (Multiple Disks) SUPPORT
11164 M:      Shaohua Li <shli@kernel.org>
11165 L:      linux-raid@vger.kernel.org
11166 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11167 S:      Supported
11168 F:      drivers/md/
11169 F:      include/linux/raid/
11170 F:      include/uapi/linux/raid/
11171
11172 SONIC NETWORK DRIVER
11173 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11174 L:      netdev@vger.kernel.org
11175 S:      Maintained
11176 F:      drivers/net/ethernet/natsemi/sonic.*
11177
11178 SONICS SILICON BACKPLANE DRIVER (SSB)
11179 M:      Michael Buesch <m@bues.ch>
11180 L:      linux-wireless@vger.kernel.org
11181 S:      Maintained
11182 F:      drivers/ssb/
11183 F:      include/linux/ssb/
11184
11185 SONY VAIO CONTROL DEVICE DRIVER
11186 M:      Mattia Dongili <malattia@linux.it>
11187 L:      platform-driver-x86@vger.kernel.org
11188 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11189 S:      Maintained
11190 F:      Documentation/laptops/sony-laptop.txt
11191 F:      drivers/char/sonypi.c
11192 F:      drivers/platform/x86/sony-laptop.c
11193 F:      include/linux/sony-laptop.h
11194
11195 SONY MEMORYSTICK CARD SUPPORT
11196 M:      Alex Dubov <oakad@yahoo.com>
11197 W:      http://tifmxx.berlios.de/
11198 S:      Maintained
11199 F:      drivers/memstick/host/tifm_ms.c
11200
11201 SONY MEMORYSTICK STANDARD SUPPORT
11202 M:      Maxim Levitsky <maximlevitsky@gmail.com>
11203 S:      Maintained
11204 F:      drivers/memstick/core/ms_block.*
11205
11206 SOUND
11207 M:      Jaroslav Kysela <perex@perex.cz>
11208 M:      Takashi Iwai <tiwai@suse.com>
11209 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11210 W:      http://www.alsa-project.org/
11211 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11212 T:      git git://git.alsa-project.org/alsa-kernel.git
11213 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
11214 S:      Maintained
11215 F:      Documentation/sound/
11216 F:      include/sound/
11217 F:      include/uapi/sound/
11218 F:      sound/
11219
11220 SOUND - COMPRESSED AUDIO
11221 M:      Vinod Koul <vinod.koul@intel.com>
11222 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11223 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11224 S:      Supported
11225 F:      Documentation/sound/alsa/compress_offload.txt
11226 F:      include/sound/compress_driver.h
11227 F:      include/uapi/sound/compress_*
11228 F:      sound/core/compress_offload.c
11229 F:      sound/soc/soc-compress.c
11230
11231 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11232 M:      Liam Girdwood <lgirdwood@gmail.com>
11233 M:      Mark Brown <broonie@kernel.org>
11234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11235 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11236 W:      http://alsa-project.org/main/index.php/ASoC
11237 S:      Supported
11238 F:      Documentation/devicetree/bindings/sound/
11239 F:      Documentation/sound/alsa/soc/
11240 F:      sound/soc/
11241 F:      include/sound/soc*
11242
11243 SOUND - DMAENGINE HELPERS
11244 M:      Lars-Peter Clausen <lars@metafoo.de>
11245 S:      Supported
11246 F:      include/sound/dmaengine_pcm.h
11247 F:      sound/core/pcm_dmaengine.c
11248 F:      sound/soc/soc-generic-dmaengine-pcm.c
11249
11250 SP2 MEDIA DRIVER
11251 M:      Olli Salonen <olli.salonen@iki.fi>
11252 L:      linux-media@vger.kernel.org
11253 W:      https://linuxtv.org
11254 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11255 S:      Maintained
11256 F:      drivers/media/dvb-frontends/sp2*
11257
11258 SPARC + UltraSPARC (sparc/sparc64)
11259 M:      "David S. Miller" <davem@davemloft.net>
11260 L:      sparclinux@vger.kernel.org
11261 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
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:      arch/sparc/
11266 F:      drivers/sbus/
11267
11268 SPARC SERIAL DRIVERS
11269 M:      "David S. Miller" <davem@davemloft.net>
11270 L:      sparclinux@vger.kernel.org
11271 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11273 S:      Maintained
11274 F:      include/linux/sunserialcore.h
11275 F:      drivers/tty/serial/suncore.c
11276 F:      drivers/tty/serial/sunhv.c
11277 F:      drivers/tty/serial/sunsab.c
11278 F:      drivers/tty/serial/sunsab.h
11279 F:      drivers/tty/serial/sunsu.c
11280 F:      drivers/tty/serial/sunzilog.c
11281 F:      drivers/tty/serial/sunzilog.h
11282
11283 SPARSE CHECKER
11284 M:      "Christopher Li" <sparse@chrisli.org>
11285 L:      linux-sparse@vger.kernel.org
11286 W:      https://sparse.wiki.kernel.org/
11287 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11288 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11289 S:      Maintained
11290 F:      include/linux/compiler.h
11291
11292 SPEAR PLATFORM SUPPORT
11293 M:      Viresh Kumar <vireshk@kernel.org>
11294 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11295 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11296 W:      http://www.st.com/spear
11297 S:      Maintained
11298 F:      arch/arm/boot/dts/spear*
11299 F:      arch/arm/mach-spear/
11300
11301 SPEAR CLOCK FRAMEWORK SUPPORT
11302 M:      Viresh Kumar <vireshk@kernel.org>
11303 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11304 W:      http://www.st.com/spear
11305 S:      Maintained
11306 F:      drivers/clk/spear/
11307
11308 SPI SUBSYSTEM
11309 M:      Mark Brown <broonie@kernel.org>
11310 L:      linux-spi@vger.kernel.org
11311 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11312 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
11313 S:      Maintained
11314 F:      Documentation/devicetree/bindings/spi/
11315 F:      Documentation/spi/
11316 F:      drivers/spi/
11317 F:      include/linux/spi/
11318 F:      include/uapi/linux/spi/
11319 F:      tools/spi/
11320
11321 SPIDERNET NETWORK DRIVER for CELL
11322 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
11323 L:      netdev@vger.kernel.org
11324 S:      Supported
11325 F:      Documentation/networking/spider_net.txt
11326 F:      drivers/net/ethernet/toshiba/spider_net*
11327
11328 SPU FILE SYSTEM
11329 M:      Jeremy Kerr <jk@ozlabs.org>
11330 L:      linuxppc-dev@lists.ozlabs.org
11331 W:      http://www.ibm.com/developerworks/power/cell/
11332 S:      Supported
11333 F:      Documentation/filesystems/spufs.txt
11334 F:      arch/powerpc/platforms/cell/spufs/
11335
11336 SQUASHFS FILE SYSTEM
11337 M:      Phillip Lougher <phillip@squashfs.org.uk>
11338 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
11339 W:      http://squashfs.org.uk
11340 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11341 S:      Maintained
11342 F:      Documentation/filesystems/squashfs.txt
11343 F:      fs/squashfs/
11344
11345 SRM (Alpha) environment access
11346 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
11347 S:      Maintained
11348 F:      arch/alpha/kernel/srm_env.c
11349
11350 STABLE BRANCH
11351 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11352 L:      stable@vger.kernel.org
11353 S:      Supported
11354 F:      Documentation/stable_kernel_rules.txt
11355
11356 STAGING SUBSYSTEM
11357 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11358 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11359 L:      devel@driverdev.osuosl.org
11360 S:      Supported
11361 F:      drivers/staging/
11362
11363 STAGING - COMEDI
11364 M:      Ian Abbott <abbotti@mev.co.uk>
11365 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
11366 S:      Odd Fixes
11367 F:      drivers/staging/comedi/
11368
11369 STAGING - FLARION FT1000 DRIVERS
11370 M:      Marek Belisko <marek.belisko@gmail.com>
11371 S:      Odd Fixes
11372 F:      drivers/staging/ft1000/
11373
11374 STAGING - INDUSTRIAL IO
11375 M:      Jonathan Cameron <jic23@kernel.org>
11376 L:      linux-iio@vger.kernel.org
11377 S:      Odd Fixes
11378 F:      Documentation/devicetree/bindings/staging/iio/
11379 F:      drivers/staging/iio/
11380
11381 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11382 M:      Jarod Wilson <jarod@wilsonet.com>
11383 W:      http://www.lirc.org/
11384 S:      Odd Fixes
11385 F:      drivers/staging/media/lirc/
11386
11387 STAGING - LUSTRE PARALLEL FILESYSTEM
11388 M:      Oleg Drokin <oleg.drokin@intel.com>
11389 M:      Andreas Dilger <andreas.dilger@intel.com>
11390 M:      James Simmons <jsimmons@infradead.org>
11391 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
11392 W:      http://wiki.lustre.org/
11393 S:      Maintained
11394 F:      drivers/staging/lustre
11395
11396 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11397 M:      Marc Dietrich <marvin24@gmx.de>
11398 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
11399 L:      linux-tegra@vger.kernel.org
11400 S:      Maintained
11401 F:      drivers/staging/nvec/
11402
11403 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11404 M:      Jens Frederich <jfrederich@gmail.com>
11405 M:      Daniel Drake <dsd@laptop.org>
11406 M:      Jon Nettleton <jon.nettleton@gmail.com>
11407 W:      http://wiki.laptop.org/go/DCON
11408 S:      Maintained
11409 F:      drivers/staging/olpc_dcon/
11410
11411 STAGING - REALTEK RTL8712U DRIVERS
11412 M:      Larry Finger <Larry.Finger@lwfinger.net>
11413 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11414 S:      Odd Fixes
11415 F:      drivers/staging/rtl8712/
11416
11417 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11418 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11419 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11420 M:      Sudip Mukherjee <sudip@vectorindia.org>
11421 L:      linux-fbdev@vger.kernel.org
11422 S:      Maintained
11423 F:      drivers/staging/sm750fb/
11424
11425 STAGING - SLICOSS
11426 M:      Lior Dotan <liodot@gmail.com>
11427 M:      Christopher Harrer <charrer@alacritech.com>
11428 S:      Odd Fixes
11429 F:      drivers/staging/slicoss/
11430
11431 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11432 M:      William Hubbs <w.d.hubbs@gmail.com>
11433 M:      Chris Brannon <chris@the-brannons.com>
11434 M:      Kirk Reiser <kirk@reisers.ca>
11435 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
11436 L:      speakup@linux-speakup.org
11437 W:      http://www.linux-speakup.org/
11438 S:      Odd Fixes
11439 F:      drivers/staging/speakup/
11440
11441 STAGING - VIA VT665X DRIVERS
11442 M:      Forest Bond <forest@alittletooquiet.net>
11443 S:      Odd Fixes
11444 F:      drivers/staging/vt665?/
11445
11446 STAGING - WILC1000 WIFI DRIVER
11447 M:      Aditya Shankar <aditya.shankar@microchip.com>
11448 M:      Ganesh Krishna <ganesh.krishna@microchip.com>
11449 L:      linux-wireless@vger.kernel.org
11450 S:      Supported
11451 F:      drivers/staging/wilc1000/
11452
11453 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11454 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
11455 S:      Odd Fixes
11456 F:      drivers/staging/xgifb/
11457
11458 STARFIRE/DURALAN NETWORK DRIVER
11459 M:      Ion Badulescu <ionut@badula.org>
11460 S:      Odd Fixes
11461 F:      drivers/net/ethernet/adaptec/starfire*
11462
11463 SUN3/3X
11464 M:      Sam Creasey <sammy@sammy.net>
11465 W:      http://sammy.net/sun3/
11466 S:      Maintained
11467 F:      arch/m68k/kernel/*sun3*
11468 F:      arch/m68k/sun3*/
11469 F:      arch/m68k/include/asm/sun3*
11470 F:      drivers/net/ethernet/i825xx/sun3*
11471
11472 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11473 M:      Hans de Goede <hdegoede@redhat.com>
11474 L:      linux-input@vger.kernel.org
11475 S:      Maintained
11476 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11477 F:      drivers/input/keyboard/sun4i-lradc-keys.c
11478
11479 SUNDANCE NETWORK DRIVER
11480 M:      Denis Kirjanov <kda@linux-powerpc.org>
11481 L:      netdev@vger.kernel.org
11482 S:      Maintained
11483 F:      drivers/net/ethernet/dlink/sundance.c
11484
11485 SUPERH
11486 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
11487 M:      Rich Felker <dalias@libc.org>
11488 L:      linux-sh@vger.kernel.org
11489 Q:      http://patchwork.kernel.org/project/linux-sh/list/
11490 S:      Maintained
11491 F:      Documentation/sh/
11492 F:      arch/sh/
11493 F:      drivers/sh/
11494
11495 SUSPEND TO RAM
11496 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
11497 M:      Len Brown <len.brown@intel.com>
11498 M:      Pavel Machek <pavel@ucw.cz>
11499 L:      linux-pm@vger.kernel.org
11500 S:      Supported
11501 F:      Documentation/power/
11502 F:      arch/x86/kernel/acpi/
11503 F:      drivers/base/power/
11504 F:      kernel/power/
11505 F:      include/linux/suspend.h
11506 F:      include/linux/freezer.h
11507 F:      include/linux/pm.h
11508
11509 SVGA HANDLING
11510 M:      Martin Mares <mj@ucw.cz>
11511 L:      linux-video@atrey.karlin.mff.cuni.cz
11512 S:      Maintained
11513 F:      Documentation/svga.txt
11514 F:      arch/x86/boot/video*
11515
11516 SWIOTLB SUBSYSTEM
11517 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11518 L:      linux-kernel@vger.kernel.org
11519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11520 S:      Supported
11521 F:      lib/swiotlb.c
11522 F:      arch/*/kernel/pci-swiotlb.c
11523 F:      include/linux/swiotlb.h
11524
11525 SWITCHDEV
11526 M:      Jiri Pirko <jiri@resnulli.us>
11527 L:      netdev@vger.kernel.org
11528 S:      Supported
11529 F:      net/switchdev/
11530 F:      include/net/switchdev.h
11531
11532 SYNOPSYS ARC ARCHITECTURE
11533 M:      Vineet Gupta <vgupta@synopsys.com>
11534 L:      linux-snps-arc@lists.infradead.org
11535 S:      Supported
11536 F:      arch/arc/
11537 F:      Documentation/devicetree/bindings/arc/*
11538 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11539 F:      drivers/tty/serial/arc_uart.c
11540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11541
11542 SYNOPSYS ARC SDP platform support
11543 M:      Alexey Brodkin <abrodkin@synopsys.com>
11544 S:      Supported
11545 F:      arch/arc/plat-axs10x
11546 F:      arch/arc/boot/dts/ax*
11547 F:      Documentation/devicetree/bindings/arc/axs10*
11548
11549 SYSTEM CONFIGURATION (SYSCON)
11550 M:      Lee Jones <lee.jones@linaro.org>
11551 M:      Arnd Bergmann <arnd@arndb.de>
11552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11553 S:      Supported
11554 F:      drivers/mfd/syscon.c
11555
11556 SYSTEM RESET/SHUTDOWN DRIVERS
11557 M:      Sebastian Reichel <sre@kernel.org>
11558 L:      linux-pm@vger.kernel.org
11559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
11560 S:      Maintained
11561 F:      Documentation/devicetree/bindings/power/reset/
11562 F:      drivers/power/reset/
11563
11564 SYSV FILESYSTEM
11565 M:      Christoph Hellwig <hch@infradead.org>
11566 S:      Maintained
11567 F:      Documentation/filesystems/sysv-fs.txt
11568 F:      fs/sysv/
11569 F:      include/linux/sysv_fs.h
11570
11571 TARGET SUBSYSTEM
11572 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11573 L:      linux-scsi@vger.kernel.org
11574 L:      target-devel@vger.kernel.org
11575 W:      http://www.linux-iscsi.org
11576 W:      http://groups.google.com/group/linux-iscsi-target-dev
11577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11578 S:      Supported
11579 F:      drivers/target/
11580 F:      include/target/
11581 F:      Documentation/target/
11582
11583 TASKSTATS STATISTICS INTERFACE
11584 M:      Balbir Singh <bsingharora@gmail.com>
11585 S:      Maintained
11586 F:      Documentation/accounting/taskstats*
11587 F:      include/linux/taskstats*
11588 F:      kernel/taskstats.c
11589
11590 TC CLASSIFIER
11591 M:      Jamal Hadi Salim <jhs@mojatatu.com>
11592 L:      netdev@vger.kernel.org
11593 S:      Maintained
11594 F:      include/net/pkt_cls.h
11595 F:      include/uapi/linux/pkt_cls.h
11596 F:      net/sched/
11597
11598 TCP LOW PRIORITY MODULE
11599 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11600 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11601 W:      http://tcp-lp-mod.sourceforge.net/
11602 S:      Maintained
11603 F:      net/ipv4/tcp_lp.c
11604
11605 TDA10071 MEDIA DRIVER
11606 M:      Antti Palosaari <crope@iki.fi>
11607 L:      linux-media@vger.kernel.org
11608 W:      https://linuxtv.org
11609 W:      http://palosaari.fi/linux/
11610 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11611 T:      git git://linuxtv.org/anttip/media_tree.git
11612 S:      Maintained
11613 F:      drivers/media/dvb-frontends/tda10071*
11614
11615 TDA18212 MEDIA DRIVER
11616 M:      Antti Palosaari <crope@iki.fi>
11617 L:      linux-media@vger.kernel.org
11618 W:      https://linuxtv.org
11619 W:      http://palosaari.fi/linux/
11620 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11621 T:      git git://linuxtv.org/anttip/media_tree.git
11622 S:      Maintained
11623 F:      drivers/media/tuners/tda18212*
11624
11625 TDA18218 MEDIA DRIVER
11626 M:      Antti Palosaari <crope@iki.fi>
11627 L:      linux-media@vger.kernel.org
11628 W:      https://linuxtv.org
11629 W:      http://palosaari.fi/linux/
11630 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11631 T:      git git://linuxtv.org/anttip/media_tree.git
11632 S:      Maintained
11633 F:      drivers/media/tuners/tda18218*
11634
11635 TDA18271 MEDIA DRIVER
11636 M:      Michael Krufky <mkrufky@linuxtv.org>
11637 L:      linux-media@vger.kernel.org
11638 W:      https://linuxtv.org
11639 W:      http://github.com/mkrufky
11640 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11641 T:      git git://linuxtv.org/mkrufky/tuners.git
11642 S:      Maintained
11643 F:      drivers/media/tuners/tda18271*
11644
11645 TDA827x MEDIA DRIVER
11646 M:      Michael Krufky <mkrufky@linuxtv.org>
11647 L:      linux-media@vger.kernel.org
11648 W:      https://linuxtv.org
11649 W:      http://github.com/mkrufky
11650 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11651 T:      git git://linuxtv.org/mkrufky/tuners.git
11652 S:      Maintained
11653 F:      drivers/media/tuners/tda8290.*
11654
11655 TDA8290 MEDIA DRIVER
11656 M:      Michael Krufky <mkrufky@linuxtv.org>
11657 L:      linux-media@vger.kernel.org
11658 W:      https://linuxtv.org
11659 W:      http://github.com/mkrufky
11660 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11661 T:      git git://linuxtv.org/mkrufky/tuners.git
11662 S:      Maintained
11663 F:      drivers/media/tuners/tda8290.*
11664
11665 TDA9840 MEDIA DRIVER
11666 M:      Hans Verkuil <hverkuil@xs4all.nl>
11667 L:      linux-media@vger.kernel.org
11668 T:      git git://linuxtv.org/media_tree.git
11669 W:      https://linuxtv.org
11670 S:      Maintained
11671 F:      drivers/media/i2c/tda9840*
11672
11673 TEA5761 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:      Odd fixes
11680 F:      drivers/media/tuners/tea5761.*
11681
11682 TEA5767 TUNER DRIVER
11683 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11684 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11685 L:      linux-media@vger.kernel.org
11686 W:      https://linuxtv.org
11687 T:      git git://linuxtv.org/media_tree.git
11688 S:      Maintained
11689 F:      drivers/media/tuners/tea5767.*
11690
11691 TEA6415C MEDIA DRIVER
11692 M:      Hans Verkuil <hverkuil@xs4all.nl>
11693 L:      linux-media@vger.kernel.org
11694 T:      git git://linuxtv.org/media_tree.git
11695 W:      https://linuxtv.org
11696 S:      Maintained
11697 F:      drivers/media/i2c/tea6415c*
11698
11699 TEA6420 MEDIA DRIVER
11700 M:      Hans Verkuil <hverkuil@xs4all.nl>
11701 L:      linux-media@vger.kernel.org
11702 T:      git git://linuxtv.org/media_tree.git
11703 W:      https://linuxtv.org
11704 S:      Maintained
11705 F:      drivers/media/i2c/tea6420*
11706
11707 TEAM DRIVER
11708 M:      Jiri Pirko <jiri@resnulli.us>
11709 L:      netdev@vger.kernel.org
11710 S:      Supported
11711 F:      drivers/net/team/
11712 F:      include/linux/if_team.h
11713 F:      include/uapi/linux/if_team.h
11714
11715 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11716 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11717 S:      Maintained
11718 F:      arch/x86/platform/ts5500/
11719
11720 TECHNOTREND USB IR RECEIVER
11721 M:      Sean Young <sean@mess.org>
11722 L:      linux-media@vger.kernel.org
11723 S:      Maintained
11724 F:      drivers/media/rc/ttusbir.c
11725
11726 TEGRA ARCHITECTURE SUPPORT
11727 M:      Stephen Warren <swarren@wwwdotorg.org>
11728 M:      Thierry Reding <thierry.reding@gmail.com>
11729 M:      Alexandre Courbot <gnurou@gmail.com>
11730 L:      linux-tegra@vger.kernel.org
11731 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
11732 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11733 S:      Supported
11734 N:      [^a-z]tegra
11735
11736 TEGRA CLOCK DRIVER
11737 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
11738 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
11739 S:      Supported
11740 F:      drivers/clk/tegra/
11741
11742 TEGRA DMA DRIVERS
11743 M:      Laxman Dewangan <ldewangan@nvidia.com>
11744 M:      Jon Hunter <jonathanh@nvidia.com>
11745 S:      Supported
11746 F:      drivers/dma/tegra*
11747
11748 TEGRA I2C DRIVER
11749 M:      Laxman Dewangan <ldewangan@nvidia.com>
11750 S:      Supported
11751 F:      drivers/i2c/busses/i2c-tegra.c
11752
11753 TEGRA IOMMU DRIVERS
11754 M:      Hiroshi Doyu <hdoyu@nvidia.com>
11755 S:      Supported
11756 F:      drivers/iommu/tegra*
11757
11758 TEGRA KBC DRIVER
11759 M:      Rakesh Iyer <riyer@nvidia.com>
11760 M:      Laxman Dewangan <ldewangan@nvidia.com>
11761 S:      Supported
11762 F:      drivers/input/keyboard/tegra-kbc.c
11763
11764 TEGRA PWM DRIVER
11765 M:      Thierry Reding <thierry.reding@gmail.com>
11766 S:      Supported
11767 F:      drivers/pwm/pwm-tegra.c
11768
11769 TEGRA SERIAL DRIVER
11770 M:      Laxman Dewangan <ldewangan@nvidia.com>
11771 S:      Supported
11772 F:      drivers/tty/serial/serial-tegra.c
11773
11774 TEGRA SPI DRIVER
11775 M:      Laxman Dewangan <ldewangan@nvidia.com>
11776 S:      Supported
11777 F:      drivers/spi/spi-tegra*
11778
11779 TEHUTI ETHERNET DRIVER
11780 M:      Andy Gospodarek <andy@greyhouse.net>
11781 L:      netdev@vger.kernel.org
11782 S:      Supported
11783 F:      drivers/net/ethernet/tehuti/*
11784
11785 Telecom Clock Driver for MCPL0010
11786 M:      Mark Gross <mark.gross@intel.com>
11787 S:      Supported
11788 F:      drivers/char/tlclk.c
11789
11790 TENSILICA XTENSA PORT (xtensa)
11791 M:      Chris Zankel <chris@zankel.net>
11792 M:      Max Filippov <jcmvbkbc@gmail.com>
11793 L:      linux-xtensa@linux-xtensa.org
11794 T:      git git://github.com/czankel/xtensa-linux.git
11795 S:      Maintained
11796 F:      arch/xtensa/
11797 F:      drivers/irqchip/irq-xtensa-*
11798
11799 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11800 M:      Hans Verkuil <hverkuil@xs4all.nl>
11801 L:      linux-media@vger.kernel.org
11802 T:      git git://linuxtv.org/media_tree.git
11803 W:      https://linuxtv.org
11804 S:      Maintained
11805 F:      drivers/media/radio/radio-raremono.c
11806
11807 THERMAL
11808 M:      Zhang Rui <rui.zhang@intel.com>
11809 M:      Eduardo Valentin <edubezval@gmail.com>
11810 L:      linux-pm@vger.kernel.org
11811 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11812 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11813 Q:      https://patchwork.kernel.org/project/linux-pm/list/
11814 S:      Supported
11815 F:      drivers/thermal/
11816 F:      include/linux/thermal.h
11817 F:      include/uapi/linux/thermal.h
11818 F:      include/linux/cpu_cooling.h
11819 F:      Documentation/devicetree/bindings/thermal/
11820
11821 THERMAL/CPU_COOLING
11822 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
11823 M:      Viresh Kumar <viresh.kumar@linaro.org>
11824 M:      Javi Merino <javi.merino@kernel.org>
11825 L:      linux-pm@vger.kernel.org
11826 S:      Supported
11827 F:      Documentation/thermal/cpu-cooling-api.txt
11828 F:      drivers/thermal/cpu_cooling.c
11829 F:      include/linux/cpu_cooling.h
11830
11831 THINKPAD ACPI EXTRAS DRIVER
11832 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11833 L:      ibm-acpi-devel@lists.sourceforge.net
11834 L:      platform-driver-x86@vger.kernel.org
11835 W:      http://ibm-acpi.sourceforge.net
11836 W:      http://thinkwiki.org/wiki/Ibm-acpi
11837 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11838 S:      Maintained
11839 F:      drivers/platform/x86/thinkpad_acpi.c
11840
11841 TI BANDGAP AND THERMAL DRIVER
11842 M:      Eduardo Valentin <edubezval@gmail.com>
11843 M:      Keerthy <j-keerthy@ti.com>
11844 L:      linux-pm@vger.kernel.org
11845 L:      linux-omap@vger.kernel.org
11846 S:      Maintained
11847 F:      drivers/thermal/ti-soc-thermal/
11848
11849 TI VPE/CAL DRIVERS
11850 M:      Benoit Parrot <bparrot@ti.com>
11851 L:      linux-media@vger.kernel.org
11852 W:      http://linuxtv.org/
11853 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11854 S:      Maintained
11855 F:      drivers/media/platform/ti-vpe/
11856
11857 TI CDCE706 CLOCK DRIVER
11858 M:      Max Filippov <jcmvbkbc@gmail.com>
11859 S:      Maintained
11860 F:      drivers/clk/clk-cdce706.c
11861
11862 TI CLOCK DRIVER
11863 M:      Tero Kristo <t-kristo@ti.com>
11864 L:      linux-omap@vger.kernel.org
11865 S:      Maintained
11866 F:      drivers/clk/ti/
11867 F:      include/linux/clk/ti.h
11868
11869 TI ETHERNET SWITCH DRIVER (CPSW)
11870 M:      Mugunthan V N <mugunthanvnm@ti.com>
11871 R:      Grygorii Strashko <grygorii.strashko@ti.com>
11872 L:      linux-omap@vger.kernel.org
11873 L:      netdev@vger.kernel.org
11874 S:      Maintained
11875 F:      drivers/net/ethernet/ti/cpsw*
11876 F:      drivers/net/ethernet/ti/davinci*
11877
11878 TI FLASH MEDIA INTERFACE DRIVER
11879 M:      Alex Dubov <oakad@yahoo.com>
11880 S:      Maintained
11881 F:      drivers/misc/tifm*
11882 F:      drivers/mmc/host/tifm_sd.c
11883 F:      include/linux/tifm.h
11884
11885 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11886 M:      Santosh Shilimkar <ssantosh@kernel.org>
11887 L:      linux-kernel@vger.kernel.org
11888 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11889 S:      Maintained
11890 F:      drivers/soc/ti/*
11891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11892
11893
11894 TI LM49xxx FAMILY ASoC CODEC DRIVERS
11895 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
11896 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
11897 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11898 S:      Maintained
11899 F:      sound/soc/codecs/lm49453*
11900 F:      sound/soc/codecs/isabelle*
11901
11902 TI LP855x BACKLIGHT DRIVER
11903 M:      Milo Kim <milo.kim@ti.com>
11904 S:      Maintained
11905 F:      Documentation/backlight/lp855x-driver.txt
11906 F:      drivers/video/backlight/lp855x_bl.c
11907 F:      include/linux/platform_data/lp855x.h
11908
11909 TI LP8727 CHARGER DRIVER
11910 M:      Milo Kim <milo.kim@ti.com>
11911 S:      Maintained
11912 F:      drivers/power/supply/lp8727_charger.c
11913 F:      include/linux/platform_data/lp8727.h
11914
11915 TI LP8788 MFD DRIVER
11916 M:      Milo Kim <milo.kim@ti.com>
11917 S:      Maintained
11918 F:      drivers/iio/adc/lp8788_adc.c
11919 F:      drivers/leds/leds-lp8788.c
11920 F:      drivers/mfd/lp8788*.c
11921 F:      drivers/power/supply/lp8788-charger.c
11922 F:      drivers/regulator/lp8788-*.c
11923 F:      include/linux/mfd/lp8788*.h
11924
11925 TI NETCP ETHERNET DRIVER
11926 M:      Wingman Kwok <w-kwok2@ti.com>
11927 M:      Murali Karicheri <m-karicheri2@ti.com>
11928 L:      netdev@vger.kernel.org
11929 S:      Maintained
11930 F:      drivers/net/ethernet/ti/netcp*
11931
11932 TI TAS571X FAMILY ASoC CODEC DRIVER
11933 M:      Kevin Cernekee <cernekee@chromium.org>
11934 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11935 S:      Odd Fixes
11936 F:      sound/soc/codecs/tas571x*
11937
11938 TI TWL4030 SERIES SOC CODEC DRIVER
11939 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
11940 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11941 S:      Maintained
11942 F:      sound/soc/codecs/twl4030*
11943
11944 TI WILINK WIRELESS DRIVERS
11945 L:      linux-wireless@vger.kernel.org
11946 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
11947 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
11948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11949 S:      Orphan
11950 F:      drivers/net/wireless/ti/
11951 F:      include/linux/wl12xx.h
11952
11953 TIPC NETWORK LAYER
11954 M:      Jon Maloy <jon.maloy@ericsson.com>
11955 M:      Ying Xue <ying.xue@windriver.com>
11956 L:      netdev@vger.kernel.org (core kernel code)
11957 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11958 W:      http://tipc.sourceforge.net/
11959 S:      Maintained
11960 F:      include/uapi/linux/tipc*.h
11961 F:      net/tipc/
11962
11963 TILE ARCHITECTURE
11964 M:      Chris Metcalf <cmetcalf@mellanox.com>
11965 W:      http://www.mellanox.com/repository/solutions/tile-scm/
11966 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11967 S:      Supported
11968 F:      arch/tile/
11969 F:      drivers/char/tile-srom.c
11970 F:      drivers/edac/tile_edac.c
11971 F:      drivers/net/ethernet/tile/
11972 F:      drivers/rtc/rtc-tile.c
11973 F:      drivers/tty/hvc/hvc_tile.c
11974 F:      drivers/tty/serial/tilegx.c
11975 F:      drivers/usb/host/*-tilegx.c
11976 F:      include/linux/usb/tilegx.h
11977
11978 TLAN NETWORK DRIVER
11979 M:      Samuel Chessman <chessman@tux.org>
11980 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
11981 W:      http://sourceforge.net/projects/tlan/
11982 S:      Maintained
11983 F:      Documentation/networking/tlan.txt
11984 F:      drivers/net/ethernet/ti/tlan.*
11985
11986 TOMOYO SECURITY MODULE
11987 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
11988 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11989 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11990 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11991 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11992 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11993 W:      http://tomoyo.sourceforge.jp/
11994 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11995 S:      Maintained
11996 F:      security/tomoyo/
11997
11998 TOPSTAR LAPTOP EXTRAS DRIVER
11999 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
12000 L:      platform-driver-x86@vger.kernel.org
12001 S:      Maintained
12002 F:      drivers/platform/x86/topstar-laptop.c
12003
12004 TOSHIBA ACPI EXTRAS DRIVER
12005 M:      Azael Avalos <coproscefalo@gmail.com>
12006 L:      platform-driver-x86@vger.kernel.org
12007 S:      Maintained
12008 F:      drivers/platform/x86/toshiba_acpi.c
12009
12010 TOSHIBA BLUETOOTH DRIVER
12011 M:      Azael Avalos <coproscefalo@gmail.com>
12012 L:      platform-driver-x86@vger.kernel.org
12013 S:      Maintained
12014 F:      drivers/platform/x86/toshiba_bluetooth.c
12015
12016 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12017 M:      Azael Avalos <coproscefalo@gmail.com>
12018 L:      platform-driver-x86@vger.kernel.org
12019 S:      Maintained
12020 F:      drivers/platform/x86/toshiba_haps.c
12021
12022 TOSHIBA WMI HOTKEYS DRIVER
12023 M:      Azael Avalos <coproscefalo@gmail.com>
12024 L:      platform-driver-x86@vger.kernel.org
12025 S:      Maintained
12026 F:      drivers/platform/x86/toshiba-wmi.c
12027
12028 TOSHIBA SMM DRIVER
12029 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
12030 W:      http://www.buzzard.org.uk/toshiba/
12031 S:      Maintained
12032 F:      drivers/char/toshiba.c
12033 F:      include/linux/toshiba.h
12034 F:      include/uapi/linux/toshiba.h
12035
12036 TOSHIBA TC358743 DRIVER
12037 M:      Mats Randgaard <matrandg@cisco.com>
12038 L:      linux-media@vger.kernel.org
12039 S:      Maintained
12040 F:      drivers/media/i2c/tc358743*
12041 F:      include/media/i2c/tc358743.h
12042
12043 TMIO/SDHI MMC DRIVER
12044 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
12045 L:      linux-mmc@vger.kernel.org
12046 S:      Supported
12047 F:      drivers/mmc/host/tmio_mmc*
12048 F:      drivers/mmc/host/sh_mobile_sdhi.c
12049 F:      include/linux/mfd/tmio.h
12050
12051 TMP401 HARDWARE MONITOR DRIVER
12052 M:      Guenter Roeck <linux@roeck-us.net>
12053 L:      linux-hwmon@vger.kernel.org
12054 S:      Maintained
12055 F:      Documentation/hwmon/tmp401
12056 F:      drivers/hwmon/tmp401.c
12057
12058 TMPFS (SHMEM FILESYSTEM)
12059 M:      Hugh Dickins <hughd@google.com>
12060 L:      linux-mm@kvack.org
12061 S:      Maintained
12062 F:      include/linux/shmem_fs.h
12063 F:      mm/shmem.c
12064
12065 TM6000 VIDEO4LINUX DRIVER
12066 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12067 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12068 L:      linux-media@vger.kernel.org
12069 W:      https://linuxtv.org
12070 T:      git git://linuxtv.org/media_tree.git
12071 S:      Odd fixes
12072 F:      drivers/media/usb/tm6000/
12073
12074 TW68 VIDEO4LINUX DRIVER
12075 M:      Hans Verkuil <hverkuil@xs4all.nl>
12076 L:      linux-media@vger.kernel.org
12077 T:      git git://linuxtv.org/media_tree.git
12078 W:      https://linuxtv.org
12079 S:      Odd Fixes
12080 F:      drivers/media/pci/tw68/
12081
12082 TW686X VIDEO4LINUX DRIVER
12083 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12084 L:      linux-media@vger.kernel.org
12085 T:      git git://linuxtv.org/media_tree.git
12086 W:      http://linuxtv.org
12087 S:      Maintained
12088 F:      drivers/media/pci/tw686x/
12089
12090 TPM DEVICE DRIVER
12091 M:      Peter Huewe <peterhuewe@gmx.de>
12092 M:      Marcel Selhorst <tpmdd@selhorst.net>
12093 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
12094 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
12095 W:      http://tpmdd.sourceforge.net
12096 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12097 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
12098 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
12099 S:      Maintained
12100 F:      drivers/char/tpm/
12101
12102 TPM IBM_VTPM DEVICE DRIVER
12103 M:      Ashley Lai <ashleydlai@gmail.com>
12104 W:      http://tpmdd.sourceforge.net
12105 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12106 S:      Maintained
12107 F:      drivers/char/tpm/tpm_ibmvtpm*
12108
12109 TRACING
12110 M:      Steven Rostedt <rostedt@goodmis.org>
12111 M:      Ingo Molnar <mingo@redhat.com>
12112 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12113 S:      Maintained
12114 F:      Documentation/trace/ftrace.txt
12115 F:      arch/*/*/*/ftrace.h
12116 F:      arch/*/kernel/ftrace.c
12117 F:      include/*/ftrace.h
12118 F:      include/linux/trace*.h
12119 F:      include/trace/
12120 F:      kernel/trace/
12121 F:      tools/testing/selftests/ftrace/
12122
12123 TRACING MMIO ACCESSES (MMIOTRACE)
12124 M:      Steven Rostedt <rostedt@goodmis.org>
12125 M:      Ingo Molnar <mingo@kernel.org>
12126 R:      Karol Herbst <karolherbst@gmail.com>
12127 R:      Pekka Paalanen <ppaalanen@gmail.com>
12128 S:      Maintained
12129 L:      linux-kernel@vger.kernel.org
12130 L:      nouveau@lists.freedesktop.org
12131 F:      kernel/trace/trace_mmiotrace.c
12132 F:      include/linux/mmiotrace.h
12133 F:      arch/x86/mm/kmmio.c
12134 F:      arch/x86/mm/mmio-mod.c
12135 F:      arch/x86/mm/testmmiotrace.c
12136
12137 TRIVIAL PATCHES
12138 M:      Jiri Kosina <trivial@kernel.org>
12139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12140 S:      Maintained
12141 K:      ^Subject:.*(?i)trivial
12142
12143 TTY LAYER
12144 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12145 M:      Jiri Slaby <jslaby@suse.com>
12146 S:      Supported
12147 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12148 F:      Documentation/serial/
12149 F:      drivers/tty/
12150 F:      drivers/tty/serial/serial_core.c
12151 F:      include/linux/serial_core.h
12152 F:      include/linux/serial.h
12153 F:      include/linux/tty.h
12154 F:      include/uapi/linux/serial_core.h
12155 F:      include/uapi/linux/serial.h
12156 F:      include/uapi/linux/tty.h
12157
12158 TUA9001 MEDIA DRIVER
12159 M:      Antti Palosaari <crope@iki.fi>
12160 L:      linux-media@vger.kernel.org
12161 W:      https://linuxtv.org
12162 W:      http://palosaari.fi/linux/
12163 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12164 T:      git git://linuxtv.org/anttip/media_tree.git
12165 S:      Maintained
12166 F:      drivers/media/tuners/tua9001*
12167
12168 TULIP NETWORK DRIVERS
12169 L:      netdev@vger.kernel.org
12170 L:      linux-parisc@vger.kernel.org
12171 S:      Orphan
12172 F:      drivers/net/ethernet/dec/tulip/
12173
12174 TUN/TAP driver
12175 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
12176 W:      http://vtun.sourceforge.net/tun
12177 S:      Maintained
12178 F:      Documentation/networking/tuntap.txt
12179 F:      arch/um/os-Linux/drivers/
12180
12181 TURBOCHANNEL SUBSYSTEM
12182 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12183 M:      Ralf Baechle <ralf@linux-mips.org>
12184 L:      linux-mips@linux-mips.org
12185 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
12186 S:      Maintained
12187 F:      drivers/tc/
12188 F:      include/linux/tc.h
12189
12190 UBI FILE SYSTEM (UBIFS)
12191 M:      Richard Weinberger <richard@nod.at>
12192 M:      Artem Bityutskiy <dedekind1@gmail.com>
12193 M:      Adrian Hunter <adrian.hunter@intel.com>
12194 L:      linux-mtd@lists.infradead.org
12195 T:      git git://git.infradead.org/ubifs-2.6.git
12196 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
12197 S:      Supported
12198 F:      Documentation/filesystems/ubifs.txt
12199 F:      fs/ubifs/
12200
12201 UCLINUX (M68KNOMMU AND COLDFIRE)
12202 M:      Greg Ungerer <gerg@linux-m68k.org>
12203 W:      http://www.linux-m68k.org/
12204 W:      http://www.uclinux.org/
12205 L:      linux-m68k@lists.linux-m68k.org
12206 L:      uclinux-dev@uclinux.org  (subscribers-only)
12207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12208 S:      Maintained
12209 F:      arch/m68k/coldfire/
12210 F:      arch/m68k/68*/
12211 F:      arch/m68k/*/*_no.*
12212 F:      arch/m68k/include/asm/*_no.*
12213
12214 UDF FILESYSTEM
12215 M:      Jan Kara <jack@suse.com>
12216 S:      Maintained
12217 F:      Documentation/filesystems/udf.txt
12218 F:      fs/udf/
12219
12220 UFS FILESYSTEM
12221 M:      Evgeniy Dushistov <dushistov@mail.ru>
12222 S:      Maintained
12223 F:      Documentation/filesystems/ufs.txt
12224 F:      fs/ufs/
12225
12226 UHID USERSPACE HID IO DRIVER:
12227 M:      David Herrmann <dh.herrmann@googlemail.com>
12228 L:      linux-input@vger.kernel.org
12229 S:      Maintained
12230 F:      drivers/hid/uhid.c
12231 F:      include/uapi/linux/uhid.h
12232
12233 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12234 L:      linux-usb@vger.kernel.org
12235 S:      Orphan
12236 F:      drivers/uwb/
12237 F:      include/linux/uwb.h
12238 F:      include/linux/uwb/
12239
12240 UNICORE32 ARCHITECTURE:
12241 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
12242 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
12243 S:      Maintained
12244 T:      git git://github.com/gxt/linux.git
12245 F:      arch/unicore32/
12246
12247 UNIFDEF
12248 M:      Tony Finch <dot@dotat.at>
12249 W:      http://dotat.at/prog/unifdef
12250 S:      Maintained
12251 F:      scripts/unifdef.c
12252
12253 UNIFORM CDROM DRIVER
12254 M:      Jens Axboe <axboe@kernel.dk>
12255 W:      http://www.kernel.dk
12256 S:      Maintained
12257 F:      Documentation/cdrom/
12258 F:      drivers/cdrom/cdrom.c
12259 F:      include/linux/cdrom.h
12260 F:      include/uapi/linux/cdrom.h
12261
12262 UNISYS S-PAR DRIVERS
12263 M:      David Kershner <david.kershner@unisys.com>
12264 L:      sparmaintainer@unisys.com (Unisys internal)
12265 S:      Supported
12266 F:      drivers/staging/unisys/
12267
12268 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12269 M:      Vinayak Holikatti <vinholikatti@gmail.com>
12270 L:      linux-scsi@vger.kernel.org
12271 S:      Supported
12272 F:      Documentation/scsi/ufs.txt
12273 F:      drivers/scsi/ufs/
12274
12275 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12276 M:      Joao Pinto <Joao.Pinto@synopsys.com>
12277 L:      linux-scsi@vger.kernel.org
12278 S:      Supported
12279 F:      drivers/scsi/ufs/*dwc*
12280
12281 UNSORTED BLOCK IMAGES (UBI)
12282 M:      Artem Bityutskiy <dedekind1@gmail.com>
12283 M:      Richard Weinberger <richard@nod.at>
12284 W:      http://www.linux-mtd.infradead.org/
12285 L:      linux-mtd@lists.infradead.org
12286 T:      git git://git.infradead.org/ubifs-2.6.git
12287 S:      Supported
12288 F:      drivers/mtd/ubi/
12289 F:      include/linux/mtd/ubi.h
12290 F:      include/uapi/mtd/ubi-user.h
12291
12292 USB ACM DRIVER
12293 M:      Oliver Neukum <oneukum@suse.com>
12294 L:      linux-usb@vger.kernel.org
12295 S:      Maintained
12296 F:      Documentation/usb/acm.txt
12297 F:      drivers/usb/class/cdc-acm.*
12298
12299 USB AR5523 WIRELESS DRIVER
12300 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
12301 L:      linux-wireless@vger.kernel.org
12302 S:      Maintained
12303 F:      drivers/net/wireless/ath/ar5523/
12304
12305 USB ATTACHED SCSI
12306 M:      Oliver Neukum <oneukum@suse.com>
12307 L:      linux-usb@vger.kernel.org
12308 L:      linux-scsi@vger.kernel.org
12309 S:      Maintained
12310 F:      drivers/usb/storage/uas.c
12311
12312 USB CDC ETHERNET DRIVER
12313 M:      Oliver Neukum <oliver@neukum.org>
12314 L:      linux-usb@vger.kernel.org
12315 S:      Maintained
12316 F:      drivers/net/usb/cdc_*.c
12317 F:      include/uapi/linux/usb/cdc.h
12318
12319 USB CHAOSKEY DRIVER
12320 M:      Keith Packard <keithp@keithp.com>
12321 L:      linux-usb@vger.kernel.org
12322 S:      Maintained
12323 F:      drivers/usb/misc/chaoskey.c
12324
12325 USB CYPRESS C67X00 DRIVER
12326 M:      Peter Korsgaard <jacmet@sunsite.dk>
12327 L:      linux-usb@vger.kernel.org
12328 S:      Maintained
12329 F:      drivers/usb/c67x00/
12330
12331 USB DAVICOM DM9601 DRIVER
12332 M:      Peter Korsgaard <jacmet@sunsite.dk>
12333 L:      netdev@vger.kernel.org
12334 W:      http://www.linux-usb.org/usbnet
12335 S:      Maintained
12336 F:      drivers/net/usb/dm9601.c
12337
12338 USB DIAMOND RIO500 DRIVER
12339 M:      Cesar Miquel <miquel@df.uba.ar>
12340 L:      rio500-users@lists.sourceforge.net
12341 W:      http://rio500.sourceforge.net
12342 S:      Maintained
12343 F:      drivers/usb/misc/rio500*
12344
12345 USB EHCI DRIVER
12346 M:      Alan Stern <stern@rowland.harvard.edu>
12347 L:      linux-usb@vger.kernel.org
12348 S:      Maintained
12349 F:      Documentation/usb/ehci.txt
12350 F:      drivers/usb/host/ehci*
12351
12352 USB GADGET/PERIPHERAL SUBSYSTEM
12353 M:      Felipe Balbi <balbi@kernel.org>
12354 L:      linux-usb@vger.kernel.org
12355 W:      http://www.linux-usb.org/gadget
12356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12357 S:      Maintained
12358 F:      drivers/usb/gadget/
12359 F:      include/linux/usb/gadget*
12360
12361 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12362 M:      Jiri Kosina <jikos@kernel.org>
12363 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
12364 L:      linux-usb@vger.kernel.org
12365 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12366 S:      Maintained
12367 F:      Documentation/hid/hiddev.txt
12368 F:      drivers/hid/usbhid/
12369
12370 USB ISP116X DRIVER
12371 M:      Olav Kongas <ok@artecdesign.ee>
12372 L:      linux-usb@vger.kernel.org
12373 S:      Maintained
12374 F:      drivers/usb/host/isp116x*
12375 F:      include/linux/usb/isp116x.h
12376
12377 USB LAN78XX ETHERNET DRIVER
12378 M:      Woojung Huh <woojung.huh@microchip.com>
12379 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12380 L:      netdev@vger.kernel.org
12381 S:      Maintained
12382 F:      drivers/net/usb/lan78xx.*
12383
12384 USB MASS STORAGE DRIVER
12385 M:      Alan Stern <stern@rowland.harvard.edu>
12386 L:      linux-usb@vger.kernel.org
12387 L:      usb-storage@lists.one-eyed-alien.net
12388 S:      Maintained
12389 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
12390 F:      drivers/usb/storage/
12391
12392 USB MIDI DRIVER
12393 M:      Clemens Ladisch <clemens@ladisch.de>
12394 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12395 T:      git git://git.alsa-project.org/alsa-kernel.git
12396 S:      Maintained
12397 F:      sound/usb/midi.*
12398
12399 USB NETWORKING DRIVERS
12400 L:      linux-usb@vger.kernel.org
12401 S:      Odd Fixes
12402 F:      drivers/net/usb/
12403
12404 USB OHCI DRIVER
12405 M:      Alan Stern <stern@rowland.harvard.edu>
12406 L:      linux-usb@vger.kernel.org
12407 S:      Maintained
12408 F:      Documentation/usb/ohci.txt
12409 F:      drivers/usb/host/ohci*
12410
12411 USB OTG FSM (Finite State Machine)
12412 M:      Peter Chen <Peter.Chen@nxp.com>
12413 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12414 L:      linux-usb@vger.kernel.org
12415 S:      Maintained
12416 F:      drivers/usb/common/usb-otg-fsm.c
12417
12418 USB OVER IP DRIVER
12419 M:      Valentina Manea <valentina.manea.m@gmail.com>
12420 M:      Shuah Khan <shuahkh@osg.samsung.com>
12421 M:      Shuah Khan <shuah@kernel.org>
12422 L:      linux-usb@vger.kernel.org
12423 S:      Maintained
12424 F:      Documentation/usb/usbip_protocol.txt
12425 F:      drivers/usb/usbip/
12426 F:      tools/usb/usbip/
12427
12428 USB PEGASUS DRIVER
12429 M:      Petko Manolov <petkan@nucleusys.com>
12430 L:      linux-usb@vger.kernel.org
12431 L:      netdev@vger.kernel.org
12432 T:      git git://github.com/petkan/pegasus.git
12433 W:      https://github.com/petkan/pegasus
12434 S:      Maintained
12435 F:      drivers/net/usb/pegasus.*
12436
12437 USB PHY LAYER
12438 M:      Felipe Balbi <balbi@kernel.org>
12439 L:      linux-usb@vger.kernel.org
12440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12441 S:      Maintained
12442 F:      drivers/usb/phy/
12443
12444 USB PRINTER DRIVER (usblp)
12445 M:      Pete Zaitcev <zaitcev@redhat.com>
12446 L:      linux-usb@vger.kernel.org
12447 S:      Supported
12448 F:      drivers/usb/class/usblp.c
12449
12450 USB QMI WWAN NETWORK DRIVER
12451 M:      Bjørn Mork <bjorn@mork.no>
12452 L:      netdev@vger.kernel.org
12453 S:      Maintained
12454 F:      Documentation/ABI/testing/sysfs-class-net-qmi
12455 F:      drivers/net/usb/qmi_wwan.c
12456
12457 USB RTL8150 DRIVER
12458 M:      Petko Manolov <petkan@nucleusys.com>
12459 L:      linux-usb@vger.kernel.org
12460 L:      netdev@vger.kernel.org
12461 T:      git git://github.com/petkan/rtl8150.git
12462 W:      https://github.com/petkan/rtl8150
12463 S:      Maintained
12464 F:      drivers/net/usb/rtl8150.c
12465
12466 USB SERIAL SUBSYSTEM
12467 M:      Johan Hovold <johan@kernel.org>
12468 L:      linux-usb@vger.kernel.org
12469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
12470 S:      Maintained
12471 F:      Documentation/usb/usb-serial.txt
12472 F:      drivers/usb/serial/
12473 F:      include/linux/usb/serial.h
12474
12475 USB SMSC75XX ETHERNET DRIVER
12476 M:      Steve Glendinning <steve.glendinning@shawell.net>
12477 L:      netdev@vger.kernel.org
12478 S:      Maintained
12479 F:      drivers/net/usb/smsc75xx.*
12480
12481 USB SMSC95XX ETHERNET DRIVER
12482 M:      Steve Glendinning <steve.glendinning@shawell.net>
12483 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12484 L:      netdev@vger.kernel.org
12485 S:      Maintained
12486 F:      drivers/net/usb/smsc95xx.*
12487
12488 USB SUBSYSTEM
12489 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12490 L:      linux-usb@vger.kernel.org
12491 W:      http://www.linux-usb.org
12492 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12493 S:      Supported
12494 F:      Documentation/devicetree/bindings/usb/
12495 F:      Documentation/usb/
12496 F:      drivers/usb/
12497 F:      include/linux/usb.h
12498 F:      include/linux/usb/
12499
12500 USB UHCI DRIVER
12501 M:      Alan Stern <stern@rowland.harvard.edu>
12502 L:      linux-usb@vger.kernel.org
12503 S:      Maintained
12504 F:      drivers/usb/host/uhci*
12505
12506 USB "USBNET" DRIVER FRAMEWORK
12507 M:      Oliver Neukum <oneukum@suse.com>
12508 L:      netdev@vger.kernel.org
12509 W:      http://www.linux-usb.org/usbnet
12510 S:      Maintained
12511 F:      drivers/net/usb/usbnet.c
12512 F:      include/linux/usb/usbnet.h
12513
12514 USB VIDEO CLASS
12515 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12516 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12517 L:      linux-media@vger.kernel.org
12518 T:      git git://linuxtv.org/media_tree.git
12519 W:      http://www.ideasonboard.org/uvc/
12520 S:      Maintained
12521 F:      drivers/media/usb/uvc/
12522 F:      include/uapi/linux/uvcvideo.h
12523
12524 USB VISION DRIVER
12525 M:      Hans Verkuil <hverkuil@xs4all.nl>
12526 L:      linux-media@vger.kernel.org
12527 T:      git git://linuxtv.org/media_tree.git
12528 W:      https://linuxtv.org
12529 S:      Odd Fixes
12530 F:      drivers/media/usb/usbvision/
12531
12532 USB WEBCAM GADGET
12533 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12534 L:      linux-usb@vger.kernel.org
12535 S:      Maintained
12536 F:      drivers/usb/gadget/function/*uvc*
12537 F:      drivers/usb/gadget/legacy/webcam.c
12538
12539 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12540 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
12541 L:      linux-wireless@vger.kernel.org
12542 S:      Maintained
12543 F:      drivers/net/wireless/rndis_wlan.c
12544
12545 USB XHCI DRIVER
12546 M:      Mathias Nyman <mathias.nyman@intel.com>
12547 L:      linux-usb@vger.kernel.org
12548 S:      Supported
12549 F:      drivers/usb/host/xhci*
12550 F:      drivers/usb/host/pci-quirks*
12551
12552 USB ZD1201 DRIVER
12553 L:      linux-wireless@vger.kernel.org
12554 W:      http://linux-lc100020.sourceforge.net
12555 S:      Orphan
12556 F:      drivers/net/wireless/zydas/zd1201.*
12557
12558 USB ZR364XX DRIVER
12559 M:      Antoine Jacquet <royale@zerezo.com>
12560 L:      linux-usb@vger.kernel.org
12561 L:      linux-media@vger.kernel.org
12562 T:      git git://linuxtv.org/media_tree.git
12563 W:      http://royale.zerezo.com/zr364xx/
12564 S:      Maintained
12565 F:      Documentation/video4linux/zr364xx.txt
12566 F:      drivers/media/usb/zr364xx/
12567
12568 ULPI BUS
12569 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
12570 L:      linux-usb@vger.kernel.org
12571 S:      Maintained
12572 F:      drivers/usb/common/ulpi.c
12573 F:      include/linux/ulpi/
12574
12575 USER-MODE LINUX (UML)
12576 M:      Jeff Dike <jdike@addtoit.com>
12577 M:      Richard Weinberger <richard@nod.at>
12578 L:      user-mode-linux-devel@lists.sourceforge.net
12579 L:      user-mode-linux-user@lists.sourceforge.net
12580 W:      http://user-mode-linux.sourceforge.net
12581 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12582 S:      Maintained
12583 F:      Documentation/virtual/uml/
12584 F:      arch/um/
12585 F:      arch/x86/um/
12586 F:      fs/hostfs/
12587 F:      fs/hppfs/
12588
12589 USERSPACE I/O (UIO)
12590 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12591 S:      Maintained
12592 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12593 F:      Documentation/DocBook/uio-howto.tmpl
12594 F:      drivers/uio/
12595 F:      include/linux/uio*.h
12596
12597 UTIL-LINUX PACKAGE
12598 M:      Karel Zak <kzak@redhat.com>
12599 L:      util-linux@vger.kernel.org
12600 W:      http://en.wikipedia.org/wiki/Util-linux
12601 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12602 S:      Maintained
12603
12604 UVESAFB DRIVER
12605 M:      Michal Januszewski <spock@gentoo.org>
12606 L:      linux-fbdev@vger.kernel.org
12607 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
12608 S:      Maintained
12609 F:      Documentation/fb/uvesafb.txt
12610 F:      drivers/video/fbdev/uvesafb.*
12611
12612 VF610 NAND DRIVER
12613 M:      Stefan Agner <stefan@agner.ch>
12614 L:      linux-mtd@lists.infradead.org
12615 S:      Supported
12616 F:      drivers/mtd/nand/vf610_nfc.c
12617
12618 VFAT/FAT/MSDOS FILESYSTEM
12619 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
12620 S:      Maintained
12621 F:      Documentation/filesystems/vfat.txt
12622 F:      fs/fat/
12623
12624 VFIO DRIVER
12625 M:      Alex Williamson <alex.williamson@redhat.com>
12626 L:      kvm@vger.kernel.org
12627 T:      git git://github.com/awilliam/linux-vfio.git
12628 S:      Maintained
12629 F:      Documentation/vfio.txt
12630 F:      drivers/vfio/
12631 F:      include/linux/vfio.h
12632 F:      include/uapi/linux/vfio.h
12633
12634 VFIO PLATFORM DRIVER
12635 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
12636 L:      kvm@vger.kernel.org
12637 S:      Maintained
12638 F:      drivers/vfio/platform/
12639
12640 VIDEOBUF2 FRAMEWORK
12641 M:      Pawel Osciak <pawel@osciak.com>
12642 M:      Marek Szyprowski <m.szyprowski@samsung.com>
12643 M:      Kyungmin Park <kyungmin.park@samsung.com>
12644 L:      linux-media@vger.kernel.org
12645 S:      Maintained
12646 F:      drivers/media/v4l2-core/videobuf2-*
12647 F:      include/media/videobuf2-*
12648
12649 VIRTIO AND VHOST VSOCK DRIVER
12650 M:      Stefan Hajnoczi <stefanha@redhat.com>
12651 L:      kvm@vger.kernel.org
12652 L:      virtualization@lists.linux-foundation.org
12653 L:      netdev@vger.kernel.org
12654 S:      Maintained
12655 F:      include/linux/virtio_vsock.h
12656 F:      include/uapi/linux/virtio_vsock.h
12657 F:      net/vmw_vsock/virtio_transport_common.c
12658 F:      net/vmw_vsock/virtio_transport.c
12659 F:      drivers/vhost/vsock.c
12660 F:      drivers/vhost/vsock.h
12661
12662 VIRTUAL SERIO DEVICE DRIVER
12663 M:      Stephen Chandler Paul <thatslyude@gmail.com>
12664 S:      Maintained
12665 F:      drivers/input/serio/userio.c
12666 F:      include/uapi/linux/userio.h
12667
12668 VIRTIO CONSOLE DRIVER
12669 M:      Amit Shah <amit.shah@redhat.com>
12670 L:      virtualization@lists.linux-foundation.org
12671 S:      Maintained
12672 F:      drivers/char/virtio_console.c
12673 F:      include/linux/virtio_console.h
12674 F:      include/uapi/linux/virtio_console.h
12675
12676 VIRTIO CORE, NET AND BLOCK DRIVERS
12677 M:      "Michael S. Tsirkin" <mst@redhat.com>
12678 L:      virtualization@lists.linux-foundation.org
12679 S:      Maintained
12680 F:      Documentation/devicetree/bindings/virtio/
12681 F:      drivers/virtio/
12682 F:      tools/virtio/
12683 F:      drivers/net/virtio_net.c
12684 F:      drivers/block/virtio_blk.c
12685 F:      include/linux/virtio_*.h
12686 F:      include/uapi/linux/virtio_*.h
12687
12688 VIRTIO DRIVERS FOR S390
12689 M:      Christian Borntraeger <borntraeger@de.ibm.com>
12690 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
12691 L:      linux-s390@vger.kernel.org
12692 L:      virtualization@lists.linux-foundation.org
12693 L:      kvm@vger.kernel.org
12694 S:      Supported
12695 F:      drivers/s390/virtio/
12696
12697 VIRTIO GPU DRIVER
12698 M:      David Airlie <airlied@linux.ie>
12699 M:      Gerd Hoffmann <kraxel@redhat.com>
12700 L:      dri-devel@lists.freedesktop.org
12701 L:      virtualization@lists.linux-foundation.org
12702 S:      Maintained
12703 F:      drivers/gpu/drm/virtio/
12704 F:      include/uapi/linux/virtio_gpu.h
12705
12706 VIRTIO HOST (VHOST)
12707 M:      "Michael S. Tsirkin" <mst@redhat.com>
12708 L:      kvm@vger.kernel.org
12709 L:      virtualization@lists.linux-foundation.org
12710 L:      netdev@vger.kernel.org
12711 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12712 S:      Maintained
12713 F:      drivers/vhost/
12714 F:      include/uapi/linux/vhost.h
12715
12716 VIRTIO INPUT DRIVER
12717 M:      Gerd Hoffmann <kraxel@redhat.com>
12718 S:      Maintained
12719 F:      drivers/virtio/virtio_input.c
12720 F:      include/uapi/linux/virtio_input.h
12721
12722 VIA RHINE NETWORK DRIVER
12723 S:      Orphan
12724 F:      drivers/net/ethernet/via/via-rhine.c
12725
12726 VIA SD/MMC CARD CONTROLLER DRIVER
12727 M:      Bruce Chang <brucechang@via.com.tw>
12728 M:      Harald Welte <HaraldWelte@viatech.com>
12729 S:      Maintained
12730 F:      drivers/mmc/host/via-sdmmc.c
12731
12732 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12733 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
12734 L:      linux-fbdev@vger.kernel.org
12735 S:      Maintained
12736 F:      include/linux/via-core.h
12737 F:      include/linux/via-gpio.h
12738 F:      include/linux/via_i2c.h
12739 F:      drivers/video/fbdev/via/
12740
12741 VIA VELOCITY NETWORK DRIVER
12742 M:      Francois Romieu <romieu@fr.zoreil.com>
12743 L:      netdev@vger.kernel.org
12744 S:      Maintained
12745 F:      drivers/net/ethernet/via/via-velocity.*
12746
12747 VIRT LIB
12748 M:      Alex Williamson <alex.williamson@redhat.com>
12749 M:      Paolo Bonzini <pbonzini@redhat.com>
12750 L:      kvm@vger.kernel.org
12751 S:      Supported
12752 F:      virt/lib/
12753
12754 VIVID VIRTUAL VIDEO DRIVER
12755 M:      Hans Verkuil <hverkuil@xs4all.nl>
12756 L:      linux-media@vger.kernel.org
12757 T:      git git://linuxtv.org/media_tree.git
12758 W:      https://linuxtv.org
12759 S:      Maintained
12760 F:      drivers/media/platform/vivid/*
12761
12762 VLAN (802.1Q)
12763 M:      Patrick McHardy <kaber@trash.net>
12764 L:      netdev@vger.kernel.org
12765 S:      Maintained
12766 F:      drivers/net/macvlan.c
12767 F:      include/linux/if_*vlan.h
12768 F:      net/8021q/
12769
12770 VLYNQ BUS
12771 M:      Florian Fainelli <f.fainelli@gmail.com>
12772 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
12773 S:      Maintained
12774 F:      drivers/vlynq/vlynq.c
12775 F:      include/linux/vlynq.h
12776
12777 VME SUBSYSTEM
12778 M:      Martyn Welch <martyn@welchs.me.uk>
12779 M:      Manohar Vanga <manohar.vanga@gmail.com>
12780 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12781 L:      devel@driverdev.osuosl.org
12782 S:      Maintained
12783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12784 F:      Documentation/vme_api.txt
12785 F:      drivers/staging/vme/
12786 F:      drivers/vme/
12787 F:      include/linux/vme*
12788
12789 VMWARE HYPERVISOR INTERFACE
12790 M:      Alok Kataria <akataria@vmware.com>
12791 L:      virtualization@lists.linux-foundation.org
12792 S:      Supported
12793 F:      arch/x86/kernel/cpu/vmware.c
12794
12795 VMWARE BALLOON DRIVER
12796 M:      Xavier Deguillard <xdeguillard@vmware.com>
12797 M:      Philip Moltmann <moltmann@vmware.com>
12798 M:      "VMware, Inc." <pv-drivers@vmware.com>
12799 L:      linux-kernel@vger.kernel.org
12800 S:      Maintained
12801 F:      drivers/misc/vmw_balloon.c
12802
12803 VMWARE VMMOUSE SUBDRIVER
12804 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12805 M:      "VMware, Inc." <pv-drivers@vmware.com>
12806 L:      linux-input@vger.kernel.org
12807 S:      Maintained
12808 F:      drivers/input/mouse/vmmouse.c
12809 F:      drivers/input/mouse/vmmouse.h
12810
12811 VMWARE VMXNET3 ETHERNET DRIVER
12812 M:      Shrikrishna Khare <skhare@vmware.com>
12813 M:      "VMware, Inc." <pv-drivers@vmware.com>
12814 L:      netdev@vger.kernel.org
12815 S:      Maintained
12816 F:      drivers/net/vmxnet3/
12817
12818 VMware PVSCSI driver
12819 M:      Jim Gill <jgill@vmware.com>
12820 M:      VMware PV-Drivers <pv-drivers@vmware.com>
12821 L:      linux-scsi@vger.kernel.org
12822 S:      Maintained
12823 F:      drivers/scsi/vmw_pvscsi.c
12824 F:      drivers/scsi/vmw_pvscsi.h
12825
12826 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12827 M:      Liam Girdwood <lgirdwood@gmail.com>
12828 M:      Mark Brown <broonie@kernel.org>
12829 L:      linux-kernel@vger.kernel.org
12830 W:      http://www.slimlogic.co.uk/?p=48
12831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12832 S:      Supported
12833 F:      Documentation/devicetree/bindings/regulator/
12834 F:      drivers/regulator/
12835 F:      include/dt-bindings/regulator/
12836 F:      include/linux/regulator/
12837
12838 VRF
12839 M:      David Ahern <dsa@cumulusnetworks.com>
12840 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
12841 L:      netdev@vger.kernel.org
12842 S:      Maintained
12843 F:      drivers/net/vrf.c
12844 F:      Documentation/networking/vrf.txt
12845
12846 VT1211 HARDWARE MONITOR DRIVER
12847 M:      Juerg Haefliger <juergh@gmail.com>
12848 L:      linux-hwmon@vger.kernel.org
12849 S:      Maintained
12850 F:      Documentation/hwmon/vt1211
12851 F:      drivers/hwmon/vt1211.c
12852
12853 VT8231 HARDWARE MONITOR DRIVER
12854 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
12855 L:      linux-hwmon@vger.kernel.org
12856 S:      Maintained
12857 F:      drivers/hwmon/vt8231.c
12858
12859 VUB300 USB to SDIO/SD/MMC bridge chip
12860 M:      Tony Olech <tony.olech@elandigitalsystems.com>
12861 L:      linux-mmc@vger.kernel.org
12862 L:      linux-usb@vger.kernel.org
12863 S:      Supported
12864 F:      drivers/mmc/host/vub300.c
12865
12866 W1 DALLAS'S 1-WIRE BUS
12867 M:      Evgeniy Polyakov <zbr@ioremap.net>
12868 S:      Maintained
12869 F:      Documentation/w1/
12870 F:      drivers/w1/
12871
12872 W83791D HARDWARE MONITORING DRIVER
12873 M:      Marc Hulsman <m.hulsman@tudelft.nl>
12874 L:      linux-hwmon@vger.kernel.org
12875 S:      Maintained
12876 F:      Documentation/hwmon/w83791d
12877 F:      drivers/hwmon/w83791d.c
12878
12879 W83793 HARDWARE MONITORING DRIVER
12880 M:      Rudolf Marek <r.marek@assembler.cz>
12881 L:      linux-hwmon@vger.kernel.org
12882 S:      Maintained
12883 F:      Documentation/hwmon/w83793
12884 F:      drivers/hwmon/w83793.c
12885
12886 W83795 HARDWARE MONITORING DRIVER
12887 M:      Jean Delvare <jdelvare@suse.com>
12888 L:      linux-hwmon@vger.kernel.org
12889 S:      Maintained
12890 F:      drivers/hwmon/w83795.c
12891
12892 W83L51xD SD/MMC CARD INTERFACE DRIVER
12893 M:      Pierre Ossman <pierre@ossman.eu>
12894 S:      Maintained
12895 F:      drivers/mmc/host/wbsd.*
12896
12897 WACOM PROTOCOL 4 SERIAL TABLETS
12898 M:      Julian Squires <julian@cipht.net>
12899 M:      Hans de Goede <hdegoede@redhat.com>
12900 L:      linux-input@vger.kernel.org
12901 S:      Maintained
12902 F:      drivers/input/tablet/wacom_serial4.c
12903
12904 WATCHDOG DEVICE DRIVERS
12905 M:      Wim Van Sebroeck <wim@iguana.be>
12906 R:      Guenter Roeck <linux@roeck-us.net>
12907 L:      linux-watchdog@vger.kernel.org
12908 W:      http://www.linux-watchdog.org/
12909 T:      git git://www.linux-watchdog.org/linux-watchdog.git
12910 S:      Maintained
12911 F:      Documentation/devicetree/bindings/watchdog/
12912 F:      Documentation/watchdog/
12913 F:      drivers/watchdog/
12914 F:      include/linux/watchdog.h
12915 F:      include/uapi/linux/watchdog.h
12916
12917 WIIMOTE HID DRIVER
12918 M:      David Herrmann <dh.herrmann@googlemail.com>
12919 L:      linux-input@vger.kernel.org
12920 S:      Maintained
12921 F:      drivers/hid/hid-wiimote*
12922
12923 WINBOND CIR DRIVER
12924 M:      David Härdeman <david@hardeman.nu>
12925 S:      Maintained
12926 F:      drivers/media/rc/winbond-cir.c
12927
12928 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
12929 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12930 L:      linux-watchdog@vger.kernel.org
12931 S:      Maintained
12932 F:      drivers/watchdog/ebc-c384_wdt.c
12933
12934 WINSYSTEMS WS16C48 GPIO DRIVER
12935 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12936 L:      linux-gpio@vger.kernel.org
12937 S:      Maintained
12938 F:      drivers/gpio/gpio-ws16c48.c
12939
12940 WIMAX STACK
12941 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
12942 M:      linux-wimax@intel.com
12943 L:      wimax@linuxwimax.org (subscribers-only)
12944 S:      Supported
12945 W:      http://linuxwimax.org
12946 F:      Documentation/wimax/README.wimax
12947 F:      include/linux/wimax/debug.h
12948 F:      include/net/wimax.h
12949 F:      include/uapi/linux/wimax.h
12950 F:      net/wimax/
12951
12952 WISTRON LAPTOP BUTTON DRIVER
12953 M:      Miloslav Trmac <mitr@volny.cz>
12954 S:      Maintained
12955 F:      drivers/input/misc/wistron_btns.c
12956
12957 WL3501 WIRELESS PCMCIA CARD DRIVER
12958 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
12959 L:      linux-wireless@vger.kernel.org
12960 W:      http://oops.ghostprotocols.net:81/blog
12961 S:      Maintained
12962 F:      drivers/net/wireless/wl3501*
12963
12964 WOLFSON MICROELECTRONICS DRIVERS
12965 L:      patches@opensource.wolfsonmicro.com
12966 T:      git https://github.com/CirrusLogic/linux-drivers.git
12967 W:      https://github.com/CirrusLogic/linux-drivers/wiki
12968 S:      Supported
12969 F:      Documentation/hwmon/wm83??
12970 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12971 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12972 F:      Documentation/devicetree/bindings/mfd/arizona.txt
12973 F:      arch/arm/mach-s3c64xx/mach-crag6410*
12974 F:      drivers/clk/clk-wm83*.c
12975 F:      drivers/extcon/extcon-arizona.c
12976 F:      drivers/leds/leds-wm83*.c
12977 F:      drivers/gpio/gpio-*wm*.c
12978 F:      drivers/gpio/gpio-arizona.c
12979 F:      drivers/hwmon/wm83??-hwmon.c
12980 F:      drivers/input/misc/wm831x-on.c
12981 F:      drivers/input/touchscreen/wm831x-ts.c
12982 F:      drivers/input/touchscreen/wm97*.c
12983 F:      drivers/mfd/arizona*
12984 F:      drivers/mfd/wm*.c
12985 F:      drivers/mfd/cs47l24*
12986 F:      drivers/power/supply/wm83*.c
12987 F:      drivers/rtc/rtc-wm83*.c
12988 F:      drivers/regulator/wm8*.c
12989 F:      drivers/video/backlight/wm83*_bl.c
12990 F:      drivers/watchdog/wm83*_wdt.c
12991 F:      include/linux/mfd/arizona/
12992 F:      include/linux/mfd/wm831x/
12993 F:      include/linux/mfd/wm8350/
12994 F:      include/linux/mfd/wm8400*
12995 F:      include/linux/wm97xx.h
12996 F:      include/sound/wm????.h
12997 F:      sound/soc/codecs/arizona.?
12998 F:      sound/soc/codecs/wm*
12999 F:      sound/soc/codecs/cs47l24*
13000
13001 WORKQUEUE
13002 M:      Tejun Heo <tj@kernel.org>
13003 R:      Lai Jiangshan <jiangshanlai@gmail.com>
13004 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13005 S:      Maintained
13006 F:      include/linux/workqueue.h
13007 F:      kernel/workqueue.c
13008 F:      Documentation/workqueue.txt
13009
13010 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13011 M:      Chen-Yu Tsai <wens@csie.org>
13012 L:      linux-kernel@vger.kernel.org
13013 S:      Maintained
13014 N:      axp[128]
13015
13016 X.25 NETWORK LAYER
13017 M:      Andrew Hendry <andrew.hendry@gmail.com>
13018 L:      linux-x25@vger.kernel.org
13019 S:      Odd Fixes
13020 F:      Documentation/networking/x25*
13021 F:      include/net/x25*
13022 F:      net/x25/
13023
13024 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13025 M:      Thomas Gleixner <tglx@linutronix.de>
13026 M:      Ingo Molnar <mingo@redhat.com>
13027 M:      "H. Peter Anvin" <hpa@zytor.com>
13028 M:      x86@kernel.org
13029 L:      linux-kernel@vger.kernel.org
13030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13031 S:      Maintained
13032 F:      Documentation/x86/
13033 F:      arch/x86/
13034
13035 X86 PLATFORM DRIVERS
13036 M:      Darren Hart <dvhart@infradead.org>
13037 L:      platform-driver-x86@vger.kernel.org
13038 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13039 S:      Maintained
13040 F:      drivers/platform/x86/
13041 F:      drivers/platform/olpc/
13042
13043 X86 MCE INFRASTRUCTURE
13044 M:      Tony Luck <tony.luck@intel.com>
13045 M:      Borislav Petkov <bp@alien8.de>
13046 L:      linux-edac@vger.kernel.org
13047 S:      Maintained
13048 F:      arch/x86/kernel/cpu/mcheck/*
13049
13050 X86 MICROCODE UPDATE SUPPORT
13051 M:      Borislav Petkov <bp@alien8.de>
13052 S:      Maintained
13053 F:      arch/x86/kernel/cpu/microcode/*
13054
13055 X86 VDSO
13056 M:      Andy Lutomirski <luto@amacapital.net>
13057 L:      linux-kernel@vger.kernel.org
13058 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13059 S:      Maintained
13060 F:      arch/x86/entry/vdso/
13061
13062 XC2028/3028 TUNER DRIVER
13063 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
13064 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
13065 L:      linux-media@vger.kernel.org
13066 W:      https://linuxtv.org
13067 T:      git git://linuxtv.org/media_tree.git
13068 S:      Maintained
13069 F:      drivers/media/tuners/tuner-xc2028.*
13070
13071 XEN HYPERVISOR INTERFACE
13072 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
13073 M:      David Vrabel <david.vrabel@citrix.com>
13074 M:      Juergen Gross <jgross@suse.com>
13075 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13076 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13077 S:      Supported
13078 F:      arch/x86/xen/
13079 F:      drivers/*/xen-*front.c
13080 F:      drivers/xen/
13081 F:      arch/x86/include/asm/xen/
13082 F:      include/xen/
13083 F:      include/uapi/xen/
13084
13085 XEN HYPERVISOR ARM
13086 M:      Stefano Stabellini <sstabellini@kernel.org>
13087 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13088 S:      Maintained
13089 F:      arch/arm/xen/
13090 F:      arch/arm/include/asm/xen/
13091
13092 XEN HYPERVISOR ARM64
13093 M:      Stefano Stabellini <sstabellini@kernel.org>
13094 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13095 S:      Maintained
13096 F:      arch/arm64/xen/
13097 F:      arch/arm64/include/asm/xen/
13098
13099 XEN NETWORK BACKEND DRIVER
13100 M:      Wei Liu <wei.liu2@citrix.com>
13101 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13102 L:      netdev@vger.kernel.org
13103 S:      Supported
13104 F:      drivers/net/xen-netback/*
13105
13106 XEN PCI SUBSYSTEM
13107 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13108 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13109 S:      Supported
13110 F:      arch/x86/pci/*xen*
13111 F:      drivers/pci/*xen*
13112
13113 XEN BLOCK SUBSYSTEM
13114 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13115 M:      Roger Pau Monné <roger.pau@citrix.com>
13116 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13117 S:      Supported
13118 F:      drivers/block/xen-blkback/*
13119 F:      drivers/block/xen*
13120
13121 XEN PVSCSI DRIVERS
13122 M:      Juergen Gross <jgross@suse.com>
13123 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13124 L:      linux-scsi@vger.kernel.org
13125 S:      Supported
13126 F:      drivers/scsi/xen-scsifront.c
13127 F:      drivers/xen/xen-scsiback.c
13128 F:      include/xen/interface/io/vscsiif.h
13129
13130 XEN SWIOTLB SUBSYSTEM
13131 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13132 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13133 S:      Supported
13134 F:      arch/x86/xen/*swiotlb*
13135 F:      drivers/xen/*swiotlb*
13136
13137 XFS FILESYSTEM
13138 M:      Dave Chinner <david@fromorbit.com>
13139 M:      linux-xfs@vger.kernel.org
13140 L:      linux-xfs@vger.kernel.org
13141 W:      http://xfs.org/
13142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
13143 S:      Supported
13144 F:      Documentation/filesystems/xfs.txt
13145 F:      fs/xfs/
13146
13147 XILINX AXI ETHERNET DRIVER
13148 M:      Anirudha Sarangi <anirudh@xilinx.com>
13149 M:      John Linn <John.Linn@xilinx.com>
13150 S:      Maintained
13151 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
13152
13153 XILINX UARTLITE SERIAL DRIVER
13154 M:      Peter Korsgaard <jacmet@sunsite.dk>
13155 L:      linux-serial@vger.kernel.org
13156 S:      Maintained
13157 F:      drivers/tty/serial/uartlite.c
13158
13159 XILINX VIDEO IP CORES
13160 M:      Hyun Kwon <hyun.kwon@xilinx.com>
13161 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13162 L:      linux-media@vger.kernel.org
13163 T:      git git://linuxtv.org/media_tree.git
13164 S:      Supported
13165 F:      Documentation/devicetree/bindings/media/xilinx/
13166 F:      drivers/media/platform/xilinx/
13167 F:      include/uapi/linux/xilinx-v4l2-controls.h
13168
13169 XILLYBUS DRIVER
13170 M:      Eli Billauer <eli.billauer@gmail.com>
13171 L:      linux-kernel@vger.kernel.org
13172 S:      Supported
13173 F:      drivers/char/xillybus/
13174
13175 XTENSA XTFPGA PLATFORM SUPPORT
13176 M:      Max Filippov <jcmvbkbc@gmail.com>
13177 L:      linux-xtensa@linux-xtensa.org
13178 S:      Maintained
13179 F:      drivers/spi/spi-xtensa-xtfpga.c
13180 F:      sound/soc/xtensa/xtfpga-i2s.c
13181
13182 YAM DRIVER FOR AX.25
13183 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
13184 L:      linux-hams@vger.kernel.org
13185 S:      Maintained
13186 F:      drivers/net/hamradio/yam*
13187 F:      include/linux/yam.h
13188
13189 YEALINK PHONE DRIVER
13190 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
13191 L:      usbb2k-api-dev@nongnu.org
13192 S:      Maintained
13193 F:      Documentation/input/yealink.txt
13194 F:      drivers/input/misc/yealink.*
13195
13196 Z8530 DRIVER FOR AX.25
13197 M:      Joerg Reuter <jreuter@yaina.de>
13198 W:      http://yaina.de/jreuter/
13199 W:      http://www.qsl.net/dl1bke/
13200 L:      linux-hams@vger.kernel.org
13201 S:      Maintained
13202 F:      Documentation/networking/z8530drv.txt
13203 F:      drivers/net/hamradio/*scc.c
13204 F:      drivers/net/hamradio/z8530.h
13205
13206 ZBUD COMPRESSED PAGE ALLOCATOR
13207 M:      Seth Jennings <sjenning@redhat.com>
13208 L:      linux-mm@kvack.org
13209 S:      Maintained
13210 F:      mm/zbud.c
13211 F:      include/linux/zbud.h
13212
13213 ZD1211RW WIRELESS DRIVER
13214 M:      Daniel Drake <dsd@gentoo.org>
13215 M:      Ulrich Kunitz <kune@deine-taler.de>
13216 W:      http://zd1211.ath.cx/wiki/DriverRewrite
13217 L:      linux-wireless@vger.kernel.org
13218 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
13219 S:      Maintained
13220 F:      drivers/net/wireless/zydas/zd1211rw/
13221
13222 ZPOOL COMPRESSED PAGE STORAGE API
13223 M:      Dan Streetman <ddstreet@ieee.org>
13224 L:      linux-mm@kvack.org
13225 S:      Maintained
13226 F:      mm/zpool.c
13227 F:      include/linux/zpool.h
13228
13229 ZR36067 VIDEO FOR LINUX DRIVER
13230 L:      mjpeg-users@lists.sourceforge.net
13231 L:      linux-media@vger.kernel.org
13232 W:      http://mjpeg.sourceforge.net/driver-zoran/
13233 T:      hg https://linuxtv.org/hg/v4l-dvb
13234 S:      Odd Fixes
13235 F:      drivers/media/pci/zoran/
13236
13237 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13238 M:      Minchan Kim <minchan@kernel.org>
13239 M:      Nitin Gupta <ngupta@vflare.org>
13240 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13241 L:      linux-kernel@vger.kernel.org
13242 S:      Maintained
13243 F:      drivers/block/zram/
13244 F:      Documentation/blockdev/zram.txt
13245
13246 ZS DECSTATION Z85C30 SERIAL DRIVER
13247 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
13248 S:      Maintained
13249 F:      drivers/tty/serial/zs.*
13250
13251 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13252 M:      Minchan Kim <minchan@kernel.org>
13253 M:      Nitin Gupta <ngupta@vflare.org>
13254 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13255 L:      linux-mm@kvack.org
13256 S:      Maintained
13257 F:      mm/zsmalloc.c
13258 F:      include/linux/zsmalloc.h
13259 F:      Documentation/vm/zsmalloc.txt
13260
13261 ZSWAP COMPRESSED SWAP CACHING
13262 M:      Seth Jennings <sjenning@redhat.com>
13263 L:      linux-mm@kvack.org
13264 S:      Maintained
13265 F:      mm/zswap.c
13266
13267 THE REST
13268 M:      Linus Torvalds <torvalds@linux-foundation.org>
13269 L:      linux-kernel@vger.kernel.org
13270 Q:      http://patchwork.kernel.org/project/LKML/list/
13271 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13272 S:      Buried alive in reporters
13273 F:      *
13274 F:      */