Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[sfrench/cifs-2.6.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <aar@pengutronix.de>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      netdev@vger.kernel.org
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <ericvh@gmail.com>
190 M:      Ron Minnich <rminnich@sandia.gov>
191 M:      Latchesar Ionkov <lucho@ionkov.net>
192 L:      v9fs-developer@lists.sourceforge.net
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <crope@iki.fi>
207 L:      linux-media@vger.kernel.org
208 W:      https://linuxtv.org
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@microsemi.com>
217 L:      linux-scsi@vger.kernel.org
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
222
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      include/linux/syscalls.h
226 F:      kernel/sys_ni.c
227
228 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
229 M:      Hans de Goede <hdegoede@redhat.com>
230 L:      linux-hwmon@vger.kernel.org
231 S:      Maintained
232 F:      drivers/hwmon/abituguru.c
233
234 ABIT UGURU 3 HARDWARE MONITOR DRIVER
235 M:      Alistair John Strachan <alistair@devzero.co.uk>
236 L:      linux-hwmon@vger.kernel.org
237 S:      Maintained
238 F:      drivers/hwmon/abituguru3.c
239
240 ACCES 104-DIO-48E GPIO DRIVER
241 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
242 L:      linux-gpio@vger.kernel.org
243 S:      Maintained
244 F:      drivers/gpio/gpio-104-dio-48e.c
245
246 ACCES 104-IDI-48 GPIO DRIVER
247 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
248 L:      linux-gpio@vger.kernel.org
249 S:      Maintained
250 F:      drivers/gpio/gpio-104-idi-48.c
251
252 ACCES 104-IDIO-16 GPIO DRIVER
253 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
254 L:      linux-gpio@vger.kernel.org
255 S:      Maintained
256 F:      drivers/gpio/gpio-104-idio-16.c
257
258 ACENIC DRIVER
259 M:      Jes Sorensen <jes@trained-monkey.org>
260 L:      linux-acenic@sunsite.dk
261 S:      Maintained
262 F:      drivers/net/ethernet/alteon/acenic*
263
264 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
265 M:      Peter Feuerer <peter@piie.net>
266 L:      platform-driver-x86@vger.kernel.org
267 W:      http://piie.net/?section=acerhdf
268 S:      Maintained
269 F:      drivers/platform/x86/acerhdf.c
270
271 ACER WMI LAPTOP EXTRAS
272 M:      "Lee, Chun-Yi" <jlee@suse.com>
273 L:      platform-driver-x86@vger.kernel.org
274 S:      Maintained
275 F:      drivers/platform/x86/acer-wmi.c
276
277 ACPI
278 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
279 M:      Len Brown <lenb@kernel.org>
280 L:      linux-acpi@vger.kernel.org
281 W:      https://01.org/linux-acpi
282 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
284 S:      Supported
285 F:      drivers/acpi/
286 F:      drivers/pnp/pnpacpi/
287 F:      include/linux/acpi.h
288 F:      include/acpi/
289 F:      Documentation/acpi/
290 F:      Documentation/ABI/testing/sysfs-bus-acpi
291 F:      Documentation/ABI/testing/configfs-acpi
292 F:      drivers/pci/*acpi*
293 F:      drivers/pci/*/*acpi*
294 F:      drivers/pci/*/*/*acpi*
295 F:      tools/power/acpi/
296
297 ACPI COMPONENT ARCHITECTURE (ACPICA)
298 M:      Robert Moore <robert.moore@intel.com>
299 M:      Lv Zheng <lv.zheng@intel.com>
300 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
301 L:      linux-acpi@vger.kernel.org
302 L:      devel@acpica.org
303 W:      https://acpica.org/
304 W:      https://github.com/acpica/acpica/
305 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
307 S:      Supported
308 F:      drivers/acpi/acpica/
309 F:      include/acpi/
310 F:      tools/power/acpi/
311
312 ACPI FAN DRIVER
313 M:      Zhang Rui <rui.zhang@intel.com>
314 L:      linux-acpi@vger.kernel.org
315 W:      https://01.org/linux-acpi
316 S:      Supported
317 F:      drivers/acpi/fan.c
318
319 ACPI THERMAL DRIVER
320 M:      Zhang Rui <rui.zhang@intel.com>
321 L:      linux-acpi@vger.kernel.org
322 W:      https://01.org/linux-acpi
323 S:      Supported
324 F:      drivers/acpi/*thermal*
325
326 ACPI VIDEO DRIVER
327 M:      Zhang Rui <rui.zhang@intel.com>
328 L:      linux-acpi@vger.kernel.org
329 W:      https://01.org/linux-acpi
330 S:      Supported
331 F:      drivers/acpi/acpi_video.c
332
333 ACPI WMI DRIVER
334 L:      platform-driver-x86@vger.kernel.org
335 S:      Orphan
336 F:      drivers/platform/x86/wmi.c
337
338 AD1889 ALSA SOUND DRIVER
339 M:      Thibaut Varene <T-Bone@parisc-linux.org>
340 W:      http://wiki.parisc-linux.org/AD1889
341 L:      linux-parisc@vger.kernel.org
342 S:      Maintained
343 F:      sound/pci/ad1889.*
344
345 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
346 M:      Michael Hennerich <michael.hennerich@analog.com>
347 W:      http://wiki.analog.com/AD5254
348 W:      http://ez.analog.com/community/linux-device-drivers
349 S:      Supported
350 F:      drivers/misc/ad525x_dpot.c
351
352 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
353 M:      Michael Hennerich <michael.hennerich@analog.com>
354 W:      http://wiki.analog.com/AD5398
355 W:      http://ez.analog.com/community/linux-device-drivers
356 S:      Supported
357 F:      drivers/regulator/ad5398.c
358
359 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
360 M:      Michael Hennerich <michael.hennerich@analog.com>
361 W:      http://wiki.analog.com/AD7142
362 W:      http://ez.analog.com/community/linux-device-drivers
363 S:      Supported
364 F:      drivers/input/misc/ad714x.c
365
366 AD7877 TOUCHSCREEN DRIVER
367 M:      Michael Hennerich <michael.hennerich@analog.com>
368 W:      http://wiki.analog.com/AD7877
369 W:      http://ez.analog.com/community/linux-device-drivers
370 S:      Supported
371 F:      drivers/input/touchscreen/ad7877.c
372
373 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
374 M:      Michael Hennerich <michael.hennerich@analog.com>
375 W:      http://wiki.analog.com/AD7879
376 W:      http://ez.analog.com/community/linux-device-drivers
377 S:      Supported
378 F:      drivers/input/touchscreen/ad7879.c
379
380 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
381 M:      Jiri Kosina <jikos@kernel.org>
382 S:      Maintained
383
384 ADF7242 IEEE 802.15.4 RADIO DRIVER
385 M:      Michael Hennerich <michael.hennerich@analog.com>
386 W:      https://wiki.analog.com/ADF7242
387 W:      http://ez.analog.com/community/linux-device-drivers
388 L:      linux-wpan@vger.kernel.org
389 S:      Supported
390 F:      drivers/net/ieee802154/adf7242.c
391 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
392
393 ADM1025 HARDWARE MONITOR DRIVER
394 M:      Jean Delvare <jdelvare@suse.com>
395 L:      linux-hwmon@vger.kernel.org
396 S:      Maintained
397 F:      Documentation/hwmon/adm1025
398 F:      drivers/hwmon/adm1025.c
399
400 ADM1029 HARDWARE MONITOR DRIVER
401 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
402 L:      linux-hwmon@vger.kernel.org
403 S:      Maintained
404 F:      drivers/hwmon/adm1029.c
405
406 ADM8211 WIRELESS DRIVER
407 L:      linux-wireless@vger.kernel.org
408 W:      http://wireless.kernel.org/
409 S:      Orphan
410 F:      drivers/net/wireless/admtek/adm8211.*
411
412 ADP1653 FLASH CONTROLLER DRIVER
413 M:      Sakari Ailus <sakari.ailus@iki.fi>
414 L:      linux-media@vger.kernel.org
415 S:      Maintained
416 F:      drivers/media/i2c/adp1653.c
417 F:      include/media/i2c/adp1653.h
418
419 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
420 M:      Michael Hennerich <michael.hennerich@analog.com>
421 W:      http://wiki.analog.com/ADP5520
422 W:      http://ez.analog.com/community/linux-device-drivers
423 S:      Supported
424 F:      drivers/mfd/adp5520.c
425 F:      drivers/video/backlight/adp5520_bl.c
426 F:      drivers/leds/leds-adp5520.c
427 F:      drivers/gpio/gpio-adp5520.c
428 F:      drivers/input/keyboard/adp5520-keys.c
429
430 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
431 M:      Michael Hennerich <michael.hennerich@analog.com>
432 W:      http://wiki.analog.com/ADP5588
433 W:      http://ez.analog.com/community/linux-device-drivers
434 S:      Supported
435 F:      drivers/input/keyboard/adp5588-keys.c
436 F:      drivers/gpio/gpio-adp5588.c
437
438 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
439 M:      Michael Hennerich <michael.hennerich@analog.com>
440 W:      http://wiki.analog.com/ADP8860
441 W:      http://ez.analog.com/community/linux-device-drivers
442 S:      Supported
443 F:      drivers/video/backlight/adp8860_bl.c
444
445 ADS1015 HARDWARE MONITOR DRIVER
446 M:      Dirk Eibach <eibach@gdsys.de>
447 L:      linux-hwmon@vger.kernel.org
448 S:      Maintained
449 F:      Documentation/hwmon/ads1015
450 F:      drivers/hwmon/ads1015.c
451 F:      include/linux/i2c/ads1015.h
452
453 ADT746X FAN DRIVER
454 M:      Colin Leroy <colin@colino.net>
455 S:      Maintained
456 F:      drivers/macintosh/therm_adt746x.c
457
458 ADT7475 HARDWARE MONITOR DRIVER
459 M:      Jean Delvare <jdelvare@suse.com>
460 L:      linux-hwmon@vger.kernel.org
461 S:      Maintained
462 F:      Documentation/hwmon/adt7475
463 F:      drivers/hwmon/adt7475.c
464
465 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
466 M:      Michael Hennerich <michael.hennerich@analog.com>
467 W:      http://wiki.analog.com/ADXL345
468 W:      http://ez.analog.com/community/linux-device-drivers
469 S:      Supported
470 F:      drivers/input/misc/adxl34x.c
471
472 ADVANSYS SCSI DRIVER
473 M:      Matthew Wilcox <matthew@wil.cx>
474 M:      Hannes Reinecke <hare@suse.com>
475 L:      linux-scsi@vger.kernel.org
476 S:      Maintained
477 F:      Documentation/scsi/advansys.txt
478 F:      drivers/scsi/advansys.c
479
480 AEDSP16 DRIVER
481 M:      Riccardo Facchetti <fizban@tin.it>
482 S:      Maintained
483 F:      sound/oss/aedsp16.c
484
485 AF9013 MEDIA DRIVER
486 M:      Antti Palosaari <crope@iki.fi>
487 L:      linux-media@vger.kernel.org
488 W:      https://linuxtv.org
489 W:      http://palosaari.fi/linux/
490 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
491 T:      git git://linuxtv.org/anttip/media_tree.git
492 S:      Maintained
493 F:      drivers/media/dvb-frontends/af9013*
494
495 AF9033 MEDIA DRIVER
496 M:      Antti Palosaari <crope@iki.fi>
497 L:      linux-media@vger.kernel.org
498 W:      https://linuxtv.org
499 W:      http://palosaari.fi/linux/
500 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
501 T:      git git://linuxtv.org/anttip/media_tree.git
502 S:      Maintained
503 F:      drivers/media/dvb-frontends/af9033*
504
505 AFFS FILE SYSTEM
506 L:      linux-fsdevel@vger.kernel.org
507 S:      Orphan
508 F:      Documentation/filesystems/affs.txt
509 F:      fs/affs/
510
511 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
512 M:      David Howells <dhowells@redhat.com>
513 L:      linux-afs@lists.infradead.org
514 S:      Supported
515 F:      fs/afs/
516 F:      include/net/af_rxrpc.h
517 F:      net/rxrpc/af_rxrpc.c
518
519 AGPGART DRIVER
520 M:      David Airlie <airlied@linux.ie>
521 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
522 S:      Maintained
523 F:      drivers/char/agp/
524 F:      include/linux/agp*
525 F:      include/uapi/linux/agp*
526
527 AHA152X SCSI DRIVER
528 M:      "Juergen E. Fischer" <fischer@norbit.de>
529 L:      linux-scsi@vger.kernel.org
530 S:      Maintained
531 F:      drivers/scsi/aha152x*
532 F:      drivers/scsi/pcmcia/aha152x*
533
534 AIC7XXX / AIC79XX SCSI DRIVER
535 M:      Hannes Reinecke <hare@suse.com>
536 L:      linux-scsi@vger.kernel.org
537 S:      Maintained
538 F:      drivers/scsi/aic7xxx/
539
540 AIMSLAB FM RADIO RECEIVER DRIVER
541 M:      Hans Verkuil <hverkuil@xs4all.nl>
542 L:      linux-media@vger.kernel.org
543 T:      git git://linuxtv.org/media_tree.git
544 W:      https://linuxtv.org
545 S:      Maintained
546 F:      drivers/media/radio/radio-aimslab*
547
548 AIO
549 M:      Benjamin LaHaise <bcrl@kvack.org>
550 L:      linux-aio@kvack.org
551 S:      Supported
552 F:      fs/aio.c
553 F:      include/linux/*aio*.h
554
555 AIRSPY MEDIA DRIVER
556 M:      Antti Palosaari <crope@iki.fi>
557 L:      linux-media@vger.kernel.org
558 W:      https://linuxtv.org
559 W:      http://palosaari.fi/linux/
560 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
561 T:      git git://linuxtv.org/anttip/media_tree.git
562 S:      Maintained
563 F:      drivers/media/usb/airspy/
564
565 ALCATEL SPEEDTOUCH USB DRIVER
566 M:      Duncan Sands <duncan.sands@free.fr>
567 L:      linux-usb@vger.kernel.org
568 W:      http://www.linux-usb.org/SpeedTouch/
569 S:      Maintained
570 F:      drivers/usb/atm/speedtch.c
571 F:      drivers/usb/atm/usbatm.c
572
573 ALCHEMY AU1XX0 MMC DRIVER
574 M:      Manuel Lauss <manuel.lauss@gmail.com>
575 S:      Maintained
576 F:      drivers/mmc/host/au1xmmc.c
577
578 ALI1563 I2C DRIVER
579 M:      Rudolf Marek <r.marek@assembler.cz>
580 L:      linux-i2c@vger.kernel.org
581 S:      Maintained
582 F:      Documentation/i2c/busses/i2c-ali1563
583 F:      drivers/i2c/busses/i2c-ali1563.c
584
585 ALLWINNER SECURITY SYSTEM
586 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
587 L:      linux-crypto@vger.kernel.org
588 S:      Maintained
589 F:      drivers/crypto/sunxi-ss/
590
591 ALPHA PORT
592 M:      Richard Henderson <rth@twiddle.net>
593 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
594 M:      Matt Turner <mattst88@gmail.com>
595 S:      Odd Fixes
596 L:      linux-alpha@vger.kernel.org
597 F:      arch/alpha/
598
599 ALPS PS/2 TOUCHPAD DRIVER
600 R:      Pali Rohár <pali.rohar@gmail.com>
601 F:      drivers/input/mouse/alps.*
602
603 ALTERA MAILBOX DRIVER
604 M:      Ley Foon Tan <lftan@altera.com>
605 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
606 S:      Maintained
607 F:      drivers/mailbox/mailbox-altera.c
608
609 ALTERA PIO DRIVER
610 M:      Tien Hock Loh <thloh@altera.com>
611 L:      linux-gpio@vger.kernel.org
612 S:      Maintained
613 F:      drivers/gpio/gpio-altera.c
614
615 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
616 M:      Thor Thayer <tthayer@opensource.altera.com>
617 S:      Maintained
618 F:      drivers/gpio/gpio-altera-a10sr.c
619 F:      drivers/mfd/altera-a10sr.c
620 F:      include/linux/mfd/altera-a10sr.h
621
622 ALTERA TRIPLE SPEED ETHERNET DRIVER
623 M:      Vince Bridgers <vbridger@opensource.altera.com>
624 L:      netdev@vger.kernel.org
625 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
626 S:      Maintained
627 F:      drivers/net/ethernet/altera/
628
629 ALTERA UART/JTAG UART SERIAL DRIVERS
630 M:      Tobias Klauser <tklauser@distanz.ch>
631 L:      linux-serial@vger.kernel.org
632 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
633 S:      Maintained
634 F:      drivers/tty/serial/altera_uart.c
635 F:      drivers/tty/serial/altera_jtaguart.c
636 F:      include/linux/altera_uart.h
637 F:      include/linux/altera_jtaguart.h
638
639 AMAZON ETHERNET DRIVERS
640 M:      Netanel Belgazal <netanel@annapurnalabs.com>
641 R:      Saeed Bishara <saeed@annapurnalabs.com>
642 R:      Zorik Machulsky <zorik@annapurnalabs.com>
643 L:      netdev@vger.kernel.org
644 S:      Supported
645 F:      Documentation/networking/ena.txt
646 F:      drivers/net/ethernet/amazon/
647
648 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
649 M:      Tom Lendacky <thomas.lendacky@amd.com>
650 M:      Gary Hook <gary.hook@amd.com>
651 L:      linux-crypto@vger.kernel.org
652 S:      Supported
653 F:      drivers/crypto/ccp/
654 F:      include/linux/ccp.h
655
656 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
657 M:      Huang Rui <ray.huang@amd.com>
658 L:      linux-hwmon@vger.kernel.org
659 S:      Supported
660 F:      Documentation/hwmon/fam15h_power
661 F:      drivers/hwmon/fam15h_power.c
662
663 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
664 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
665 S:      Orphan
666 F:      drivers/usb/gadget/udc/amd5536udc.*
667
668 AMD GEODE PROCESSOR/CHIPSET SUPPORT
669 P:      Andres Salomon <dilinger@queued.net>
670 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
671 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
672 S:      Supported
673 F:      drivers/char/hw_random/geode-rng.c
674 F:      drivers/crypto/geode*
675 F:      drivers/video/fbdev/geode/
676 F:      arch/x86/include/asm/geode.h
677
678 AMD IOMMU (AMD-VI)
679 M:      Joerg Roedel <joro@8bytes.org>
680 L:      iommu@lists.linux-foundation.org
681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
682 S:      Maintained
683 F:      drivers/iommu/amd_iommu*.[ch]
684 F:      include/linux/amd-iommu.h
685
686 AMD KFD
687 M:      Oded Gabbay <oded.gabbay@gmail.com>
688 L:      dri-devel@lists.freedesktop.org
689 T:      git git://people.freedesktop.org/~gabbayo/linux.git
690 S:      Supported
691 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
692 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
693 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
694 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
695 F:      drivers/gpu/drm/amd/amdkfd/
696 F:      drivers/gpu/drm/amd/include/cik_structs.h
697 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
698 F:      drivers/gpu/drm/amd/include/vi_structs.h
699 F:      drivers/gpu/drm/radeon/radeon_kfd.c
700 F:      drivers/gpu/drm/radeon/radeon_kfd.h
701 F:      include/uapi/linux/kfd_ioctl.h
702
703 AMD SEATTLE DEVICE TREE SUPPORT
704 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
705 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
706 M:      Tom Lendacky <thomas.lendacky@amd.com>
707 S:      Supported
708 F:      arch/arm64/boot/dts/amd/
709
710 AMD XGBE DRIVER
711 M:      Tom Lendacky <thomas.lendacky@amd.com>
712 L:      netdev@vger.kernel.org
713 S:      Supported
714 F:      drivers/net/ethernet/amd/xgbe/
715 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
716
717 AMS (Apple Motion Sensor) DRIVER
718 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
719 S:      Supported
720 F:      drivers/macintosh/ams/
721
722 ANALOG DEVICES INC AD9389B DRIVER
723 M:      Hans Verkuil <hans.verkuil@cisco.com>
724 L:      linux-media@vger.kernel.org
725 S:      Maintained
726 F:      drivers/media/i2c/ad9389b*
727
728 ANALOG DEVICES INC ADV7180 DRIVER
729 M:      Lars-Peter Clausen <lars@metafoo.de>
730 L:      linux-media@vger.kernel.org
731 W:      http://ez.analog.com/community/linux-device-drivers
732 S:      Supported
733 F:      drivers/media/i2c/adv7180.c
734
735 ANALOG DEVICES INC ADV7511 DRIVER
736 M:      Hans Verkuil <hans.verkuil@cisco.com>
737 L:      linux-media@vger.kernel.org
738 S:      Maintained
739 F:      drivers/media/i2c/adv7511*
740
741 ANALOG DEVICES INC ADV7604 DRIVER
742 M:      Hans Verkuil <hans.verkuil@cisco.com>
743 L:      linux-media@vger.kernel.org
744 S:      Maintained
745 F:      drivers/media/i2c/adv7604*
746
747 ANALOG DEVICES INC ADV7842 DRIVER
748 M:      Hans Verkuil <hans.verkuil@cisco.com>
749 L:      linux-media@vger.kernel.org
750 S:      Maintained
751 F:      drivers/media/i2c/adv7842*
752
753 ANALOG DEVICES INC ASOC CODEC DRIVERS
754 M:      Lars-Peter Clausen <lars@metafoo.de>
755 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
756 W:      http://wiki.analog.com/
757 W:      http://ez.analog.com/community/linux-device-drivers
758 S:      Supported
759 F:      sound/soc/codecs/adau*
760 F:      sound/soc/codecs/adav*
761 F:      sound/soc/codecs/ad1*
762 F:      sound/soc/codecs/ad7*
763 F:      sound/soc/codecs/ssm*
764 F:      sound/soc/codecs/sigmadsp.*
765
766 ANALOG DEVICES INC ASOC DRIVERS
767 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
768 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
769 W:      http://blackfin.uclinux.org/
770 S:      Supported
771 F:      sound/soc/blackfin/*
772
773 ANALOG DEVICES INC IIO DRIVERS
774 M:      Lars-Peter Clausen <lars@metafoo.de>
775 M:      Michael Hennerich <Michael.Hennerich@analog.com>
776 W:      http://wiki.analog.com/
777 W:      http://ez.analog.com/community/linux-device-drivers
778 S:      Supported
779 F:      drivers/iio/*/ad*
780 X:      drivers/iio/*/adjd*
781 F:      drivers/staging/iio/*/ad*
782 F:      staging/iio/trigger/iio-trig-bfin-timer.c
783
784 ANALOG DEVICES INC DMA DRIVERS
785 M:      Lars-Peter Clausen <lars@metafoo.de>
786 W:      http://ez.analog.com/community/linux-device-drivers
787 S:      Supported
788 F:      drivers/dma/dma-axi-dmac.c
789
790 ANDROID CONFIG FRAGMENTS
791 M:      Rob Herring <robh@kernel.org>
792 S:      Supported
793 F:      kernel/configs/android*
794
795 ANDROID DRIVERS
796 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
797 M:      Arve Hjønnevåg <arve@android.com>
798 M:      Riley Andrews <riandrews@android.com>
799 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
800 L:      devel@driverdev.osuosl.org
801 S:      Supported
802 F:      drivers/android/
803 F:      drivers/staging/android/
804
805 ANDROID ION DRIVER
806 M:      Laura Abbott <labbott@redhat.com>
807 M:      Sumit Semwal <sumit.semwal@linaro.org>
808 L:      devel@driverdev.osuosl.org
809 S:      Supported
810 F:      Documentation/devicetree/bindings/staging/ion/
811 F:      drivers/staging/android/ion
812 F:      drivers/staging/android/uapi/ion.h
813 F:      drivers/staging/android/uapi/ion_test.h
814
815 AOA (Apple Onboard Audio) ALSA DRIVER
816 M:      Johannes Berg <johannes@sipsolutions.net>
817 L:      linuxppc-dev@lists.ozlabs.org
818 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
819 S:      Maintained
820 F:      sound/aoa/
821
822 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
823 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
824 L:      linux-iio@vger.kernel.org
825 S:      Maintained
826 F:      drivers/iio/adc/stx104.c
827
828 APM DRIVER
829 M:      Jiri Kosina <jikos@kernel.org>
830 S:      Odd fixes
831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
832 F:      arch/x86/kernel/apm_32.c
833 F:      include/linux/apm_bios.h
834 F:      include/uapi/linux/apm_bios.h
835 F:      drivers/char/apm-emulation.c
836
837 APPLE BCM5974 MULTITOUCH DRIVER
838 M:      Henrik Rydberg <rydberg@bitmath.org>
839 L:      linux-input@vger.kernel.org
840 S:      Odd fixes
841 F:      drivers/input/mouse/bcm5974.c
842
843 APPLE SMC DRIVER
844 M:      Henrik Rydberg <rydberg@bitmath.org>
845 L:      linux-hwmon@vger.kernel.org
846 S:      Odd fixes
847 F:      drivers/hwmon/applesmc.c
848
849 APPLETALK NETWORK LAYER
850 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
851 S:      Maintained
852 F:      drivers/net/appletalk/
853 F:      net/appletalk/
854
855 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
856 M:      Duc Dang <dhdang@apm.com>
857 S:      Supported
858 F:      arch/arm64/boot/dts/apm/
859
860 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
861 M:      Iyappan Subramanian <isubramanian@apm.com>
862 M:      Keyur Chudgar <kchudgar@apm.com>
863 S:      Supported
864 F:      drivers/net/ethernet/apm/xgene/
865 F:      drivers/net/phy/mdio-xgene.c
866 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
867 F:      Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
868
869 APPLIED MICRO (APM) X-GENE SOC PMU
870 M:      Tai Nguyen <ttnguyen@apm.com>
871 S:      Supported
872 F:      drivers/perf/xgene_pmu.c
873 F:      Documentation/perf/xgene-pmu.txt
874 F:      Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
875
876 APTINA CAMERA SENSOR PLL
877 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
878 L:      linux-media@vger.kernel.org
879 S:      Maintained
880 F:      drivers/media/i2c/aptina-pll.*
881
882 ARC FRAMEBUFFER DRIVER
883 M:      Jaya Kumar <jayalk@intworks.biz>
884 S:      Maintained
885 F:      drivers/video/fbdev/arcfb.c
886 F:      drivers/video/fbdev/core/fb_defio.c
887
888 ARCNET NETWORK LAYER
889 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
890 L:      netdev@vger.kernel.org
891 S:      Maintained
892 F:      drivers/net/arcnet/
893 F:      include/uapi/linux/if_arcnet.h
894
895 ARC PGU DRM DRIVER
896 M:      Alexey Brodkin <abrodkin@synopsys.com>
897 S:      Supported
898 F:      drivers/gpu/drm/arc/
899 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
900
901 ARM ARCHITECTED TIMER DRIVER
902 M:      Mark Rutland <mark.rutland@arm.com>
903 M:      Marc Zyngier <marc.zyngier@arm.com>
904 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
905 S:      Maintained
906 F:      arch/arm/include/asm/arch_timer.h
907 F:      arch/arm64/include/asm/arch_timer.h
908 F:      drivers/clocksource/arm_arch_timer.c
909
910 ARM HDLCD DRM DRIVER
911 M:      Liviu Dudau <liviu.dudau@arm.com>
912 S:      Supported
913 F:      drivers/gpu/drm/arm/hdlcd_*
914 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
915
916 ARM MALI-DP DRM DRIVER
917 M:      Liviu Dudau <liviu.dudau@arm.com>
918 M:      Brian Starkey <brian.starkey@arm.com>
919 M:      Mali DP Maintainers <malidp@foss.arm.com>
920 S:      Supported
921 F:      drivers/gpu/drm/arm/
922 F:      Documentation/devicetree/bindings/display/arm,malidp.txt
923
924 ARM MFM AND FLOPPY DRIVERS
925 M:      Ian Molton <spyro@f2s.com>
926 S:      Maintained
927 F:      arch/arm/lib/floppydma.S
928 F:      arch/arm/include/asm/floppy.h
929
930 ARM PMU PROFILING AND DEBUGGING
931 M:      Will Deacon <will.deacon@arm.com>
932 M:      Mark Rutland <mark.rutland@arm.com>
933 S:      Maintained
934 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
935 F:      arch/arm*/kernel/perf_*
936 F:      arch/arm/oprofile/common.c
937 F:      arch/arm*/kernel/hw_breakpoint.c
938 F:      arch/arm*/include/asm/hw_breakpoint.h
939 F:      arch/arm*/include/asm/perf_event.h
940 F:      drivers/perf/*
941 F:      include/linux/perf/arm_pmu.h
942 F:      Documentation/devicetree/bindings/arm/pmu.txt
943
944 ARM PORT
945 M:      Russell King <linux@armlinux.org.uk>
946 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
947 W:      http://www.armlinux.org.uk/
948 S:      Maintained
949 F:      arch/arm/
950
951 ARM SUB-ARCHITECTURES
952 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
953 S:      Maintained
954 F:      arch/arm/mach-*/
955 F:      arch/arm/plat-*/
956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
957
958 ARM PRIMECELL AACI PL041 DRIVER
959 M:      Russell King <linux@armlinux.org.uk>
960 S:      Maintained
961 F:      sound/arm/aaci.*
962
963 ARM PRIMECELL CLCD PL110 DRIVER
964 M:      Russell King <linux@armlinux.org.uk>
965 S:      Maintained
966 F:      drivers/video/fbdev/amba-clcd.*
967
968 ARM PRIMECELL KMI PL050 DRIVER
969 M:      Russell King <linux@armlinux.org.uk>
970 S:      Maintained
971 F:      drivers/input/serio/ambakmi.*
972 F:      include/linux/amba/kmi.h
973
974 ARM PRIMECELL MMCI PL180/1 DRIVER
975 M:      Russell King <linux@armlinux.org.uk>
976 S:      Maintained
977 F:      drivers/mmc/host/mmci.*
978 F:      include/linux/amba/mmci.h
979
980 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
981 M:      Russell King <linux@armlinux.org.uk>
982 S:      Maintained
983 F:      drivers/tty/serial/amba-pl01*.c
984 F:      include/linux/amba/serial.h
985
986 ARM PRIMECELL BUS SUPPORT
987 M:      Russell King <linux@armlinux.org.uk>
988 S:      Maintained
989 F:      drivers/amba/
990 F:      include/linux/amba/bus.h
991
992 ARM/ADS SPHERE MACHINE SUPPORT
993 M:      Lennert Buytenhek <kernel@wantstofly.org>
994 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
995 S:      Maintained
996
997 ARM/AFEB9260 MACHINE SUPPORT
998 M:      Sergey Lapin <slapin@ossfans.org>
999 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1000 S:      Maintained
1001
1002 ARM/AJECO 1ARM MACHINE SUPPORT
1003 M:      Lennert Buytenhek <kernel@wantstofly.org>
1004 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1005 S:      Maintained
1006
1007 ARM/Allwinner sunXi SoC support
1008 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
1009 M:      Chen-Yu Tsai <wens@csie.org>
1010 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1011 S:      Maintained
1012 N:      sun[x456789]i
1013 F:      arch/arm/boot/dts/ntc-gr8*
1014
1015 ARM/Allwinner SoC Clock Support
1016 M:      Emilio López <emilio@elopez.com.ar>
1017 S:      Maintained
1018 F:      drivers/clk/sunxi/
1019
1020 ARM/Amlogic Meson SoC support
1021 M:      Carlo Caione <carlo@caione.org>
1022 M:      Kevin Hilman <khilman@baylibre.com>
1023 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1024 L:      linux-amlogic@lists.infradead.org
1025 W:      http://linux-meson.com/
1026 S:      Maintained
1027 F:      arch/arm/mach-meson/
1028 F:      arch/arm/boot/dts/meson*
1029 F:      arch/arm64/boot/dts/amlogic/
1030 F:      drivers/pinctrl/meson/
1031 N:      meson
1032
1033 ARM/Annapurna Labs ALPINE ARCHITECTURE
1034 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
1035 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
1036 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1037 S:      Maintained
1038 F:      arch/arm/mach-alpine/
1039 F:      arch/arm/boot/dts/alpine*
1040 F:      arch/arm64/boot/dts/al/
1041 F:      drivers/*/*alpine*
1042
1043 ARM/ARTPEC MACHINE SUPPORT
1044 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1045 M:      Lars Persson <lars.persson@axis.com>
1046 M:      Niklas Cassel <niklas.cassel@axis.com>
1047 S:      Maintained
1048 L:      linux-arm-kernel@axis.com
1049 F:      arch/arm/mach-artpec
1050 F:      arch/arm/boot/dts/artpec6*
1051 F:      drivers/clk/axis
1052
1053 ARM/ASPEED MACHINE SUPPORT
1054 M:      Joel Stanley <joel@jms.id.au>
1055 S:      Maintained
1056 F:      arch/arm/mach-aspeed/
1057 F:      arch/arm/boot/dts/aspeed-*
1058 F:      drivers/*/*aspeed*
1059
1060 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1061 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1062 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
1063 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1064 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1065 W:      http://www.linux4sam.org
1066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1067 S:      Supported
1068 F:      arch/arm/mach-at91/
1069 F:      include/soc/at91/
1070 F:      arch/arm/boot/dts/at91*.dts
1071 F:      arch/arm/boot/dts/at91*.dtsi
1072 F:      arch/arm/boot/dts/sama*.dts
1073 F:      arch/arm/boot/dts/sama*.dtsi
1074 F:      arch/arm/include/debug/at91.S
1075
1076 ARM/ATMEL AT91 Clock Support
1077 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
1078 S:      Maintained
1079 F:      drivers/clk/at91
1080
1081 ARM/CALXEDA HIGHBANK ARCHITECTURE
1082 M:      Rob Herring <robh@kernel.org>
1083 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1084 S:      Maintained
1085 F:      arch/arm/mach-highbank/
1086 F:      arch/arm/boot/dts/highbank.dts
1087 F:      arch/arm/boot/dts/ecx-*.dts*
1088
1089 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1090 M:      Krzysztof Halasa <khalasa@piap.pl>
1091 S:      Maintained
1092 F:      arch/arm/mach-cns3xxx/
1093
1094 ARM/CAVIUM THUNDER NETWORK DRIVER
1095 M:      Sunil Goutham <sgoutham@cavium.com>
1096 M:      Robert Richter <rric@kernel.org>
1097 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1098 S:      Supported
1099 F:      drivers/net/ethernet/cavium/thunder/
1100
1101 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1102 M:      Alexander Shiyan <shc_work@mail.ru>
1103 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1104 S:      Odd Fixes
1105 N:      clps711x
1106
1107 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1108 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1109 M:      Ryan Mallon <rmallon@gmail.com>
1110 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1111 S:      Maintained
1112 F:      arch/arm/mach-ep93xx/
1113 F:      arch/arm/mach-ep93xx/include/mach/
1114
1115 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1116 M:      Lennert Buytenhek <kernel@wantstofly.org>
1117 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1118 S:      Maintained
1119
1120 ARM/CLKDEV SUPPORT
1121 M:      Russell King <linux@armlinux.org.uk>
1122 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1123 S:      Maintained
1124 F:      arch/arm/include/asm/clkdev.h
1125 F:      drivers/clk/clkdev.c
1126
1127 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1128 M:      Mike Rapoport <mike@compulab.co.il>
1129 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130 S:      Maintained
1131
1132 ARM/CONTEC MICRO9 MACHINE SUPPORT
1133 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1134 S:      Maintained
1135 F:      arch/arm/mach-ep93xx/micro9.c
1136
1137 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1138 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1139 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1140 S:      Maintained
1141 F:      drivers/hwtracing/coresight/*
1142 F:      Documentation/trace/coresight.txt
1143 F:      Documentation/devicetree/bindings/arm/coresight.txt
1144 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1145 F:      tools/perf/arch/arm/util/pmu.c
1146 F:      tools/perf/arch/arm/util/auxtrace.c
1147 F:      tools/perf/arch/arm/util/cs-etm.c
1148 F:      tools/perf/arch/arm/util/cs-etm.h
1149 F:      tools/perf/util/cs-etm.h
1150
1151 ARM/CORGI MACHINE SUPPORT
1152 M:      Richard Purdie <rpurdie@rpsys.net>
1153 S:      Maintained
1154
1155 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1156 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1157 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1158 T:      git git://github.com/ulli-kroll/linux.git
1159 S:      Maintained
1160 F:      arch/arm/mach-gemini/
1161 F:      drivers/rtc/rtc-gemini.c
1162
1163 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1164 M:      Barry Song <baohua@kernel.org>
1165 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1166 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1167 S:      Maintained
1168 F:      arch/arm/boot/dts/prima2*
1169 F:      arch/arm/mach-prima2/
1170 F:      drivers/clk/sirf/
1171 F:      drivers/clocksource/timer-prima2.c
1172 F:      drivers/clocksource/timer-atlas7.c
1173 N:      [^a-z]sirf
1174
1175 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1176 M:      Baruch Siach <baruch@tkos.co.il>
1177 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1178 S:      Maintained
1179 F:      arch/arm/boot/dts/cx92755*
1180 N:      digicolor
1181
1182 ARM/EBSA110 MACHINE SUPPORT
1183 M:      Russell King <linux@armlinux.org.uk>
1184 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1185 W:      http://www.armlinux.org.uk/
1186 S:      Maintained
1187 F:      arch/arm/mach-ebsa110/
1188 F:      drivers/net/ethernet/amd/am79c961a.*
1189
1190 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1191 M:      Uwe Kleine-König <kernel@pengutronix.de>
1192 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1193 S:      Maintained
1194 N:      efm32
1195
1196 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1197 M:      Daniel Ribeiro <drwyrm@gmail.com>
1198 M:      Stefan Schmidt <stefan@openezx.org>
1199 M:      Harald Welte <laforge@openezx.org>
1200 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1201 W:      http://www.openezx.org/
1202 S:      Maintained
1203 T:      topgit git://git.openezx.org/openezx.git
1204 F:      arch/arm/mach-pxa/ezx.c
1205
1206 ARM/FARADAY FA526 PORT
1207 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1208 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1209 S:      Maintained
1210 T:      git git://git.berlios.de/gemini-board
1211 F:      arch/arm/mm/*-fa*
1212
1213 ARM/FOOTBRIDGE ARCHITECTURE
1214 M:      Russell King <linux@armlinux.org.uk>
1215 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1216 W:      http://www.armlinux.org.uk/
1217 S:      Maintained
1218 F:      arch/arm/include/asm/hardware/dec21285.h
1219 F:      arch/arm/mach-footbridge/
1220
1221 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1222 M:      Shawn Guo <shawnguo@kernel.org>
1223 M:      Sascha Hauer <kernel@pengutronix.de>
1224 R:      Fabio Estevam <fabio.estevam@nxp.com>
1225 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1226 S:      Maintained
1227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1228 F:      arch/arm/mach-imx/
1229 F:      arch/arm/mach-mxs/
1230 F:      arch/arm/boot/dts/imx*
1231 F:      arch/arm/configs/imx*_defconfig
1232 F:      drivers/clk/imx/
1233 F:      include/soc/imx/
1234
1235 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1236 M:      Shawn Guo <shawnguo@kernel.org>
1237 M:      Sascha Hauer <kernel@pengutronix.de>
1238 R:      Stefan Agner <stefan@agner.ch>
1239 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1240 S:      Maintained
1241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1242 F:      arch/arm/mach-imx/*vf610*
1243 F:      arch/arm/boot/dts/vf*
1244
1245 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1246 M:      Lennert Buytenhek <kernel@wantstofly.org>
1247 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1248 S:      Maintained
1249
1250 ARM/GUMSTIX MACHINE SUPPORT
1251 M:      Steve Sakoman <sakoman@gmail.com>
1252 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1253 S:      Maintained
1254
1255 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1256 M:      Philipp Zabel <philipp.zabel@gmail.com>
1257 M:      Paul Parsons <lost.distance@yahoo.com>
1258 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1259 S:      Maintained
1260 F:      arch/arm/mach-pxa/hx4700.c
1261 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1262 F:      sound/soc/pxa/hx4700.c
1263
1264 ARM/HISILICON SOC SUPPORT
1265 M:      Wei Xu <xuwei5@hisilicon.com>
1266 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1267 W:      http://www.hisilicon.com
1268 S:      Supported
1269 T:      git git://github.com/hisilicon/linux-hisi.git
1270 F:      arch/arm/mach-hisi/
1271 F:      arch/arm/boot/dts/hi3*
1272 F:      arch/arm/boot/dts/hip*
1273 F:      arch/arm/boot/dts/hisi*
1274 F:      arch/arm64/boot/dts/hisilicon/
1275
1276 ARM/HP JORNADA 7XX MACHINE SUPPORT
1277 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1278 W:      www.jlime.com
1279 S:      Maintained
1280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1281 F:      arch/arm/mach-sa1100/jornada720.c
1282 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1283
1284 ARM/IGEP MACHINE SUPPORT
1285 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1286 M:      Javier Martinez Canillas <javier@dowhile0.org>
1287 L:      linux-omap@vger.kernel.org
1288 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1289 S:      Maintained
1290 F:      arch/arm/boot/dts/omap3-igep*
1291
1292 ARM/INCOME PXA270 SUPPORT
1293 M:      Marek Vasut <marek.vasut@gmail.com>
1294 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1295 S:      Maintained
1296 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1297
1298 ARM/INTEL IOP32X ARM ARCHITECTURE
1299 M:      Lennert Buytenhek <kernel@wantstofly.org>
1300 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1301 S:      Maintained
1302
1303 ARM/INTEL IOP33X ARM ARCHITECTURE
1304 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1305 S:      Orphan
1306
1307 ARM/INTEL IOP13XX ARM ARCHITECTURE
1308 M:      Lennert Buytenhek <kernel@wantstofly.org>
1309 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1310 S:      Maintained
1311
1312 ARM/INTEL IQ81342EX MACHINE SUPPORT
1313 M:      Lennert Buytenhek <kernel@wantstofly.org>
1314 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1315 S:      Maintained
1316
1317 ARM/INTEL IXDP2850 MACHINE SUPPORT
1318 M:      Lennert Buytenhek <kernel@wantstofly.org>
1319 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1320 S:      Maintained
1321
1322 ARM/INTEL IXP4XX ARM ARCHITECTURE
1323 M:      Imre Kaloz <kaloz@openwrt.org>
1324 M:      Krzysztof Halasa <khalasa@piap.pl>
1325 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1326 S:      Maintained
1327 F:      arch/arm/mach-ixp4xx/
1328
1329 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1330 M:      Jonathan Cameron <jic23@cam.ac.uk>
1331 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1332 S:      Maintained
1333 F:      arch/arm/mach-pxa/stargate2.c
1334 F:      drivers/pcmcia/pxa2xx_stargate2.c
1335
1336 ARM/INTEL XSC3 (MANZANO) ARM CORE
1337 M:      Lennert Buytenhek <kernel@wantstofly.org>
1338 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1339 S:      Maintained
1340
1341 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1342 M:      Lennert Buytenhek <kernel@wantstofly.org>
1343 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1344 S:      Maintained
1345
1346 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1347 M:      Santosh Shilimkar <ssantosh@kernel.org>
1348 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1349 S:      Maintained
1350 F:      arch/arm/mach-keystone/
1351 F:      arch/arm/boot/dts/keystone-*
1352 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1353
1354 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1355 M:      Santosh Shilimkar <ssantosh@kernel.org>
1356 L:      linux-kernel@vger.kernel.org
1357 S:      Maintained
1358 F:      drivers/clk/keystone/
1359
1360 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1361 M:      Santosh Shilimkar <ssantosh@kernel.org>
1362 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1363 L:      linux-kernel@vger.kernel.org
1364 S:      Maintained
1365 F:      drivers/clocksource/timer-keystone.c
1366
1367 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1368 M:      Santosh Shilimkar <ssantosh@kernel.org>
1369 L:      linux-kernel@vger.kernel.org
1370 S:      Maintained
1371 F:      drivers/power/reset/keystone-reset.c
1372
1373 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1374 M:      Santosh Shilimkar <ssantosh@kernel.org>
1375 L:      linux-kernel@vger.kernel.org
1376 S:      Maintained
1377 F:      drivers/memory/*emif*
1378
1379 ARM/LG1K ARCHITECTURE
1380 M:      Chanho Min <chanho.min@lge.com>
1381 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1382 S:      Maintained
1383 F:      arch/arm64/boot/dts/lg/
1384
1385 ARM/LOGICPD PXA270 MACHINE SUPPORT
1386 M:      Lennert Buytenhek <kernel@wantstofly.org>
1387 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1388 S:      Maintained
1389
1390 ARM/LPC18XX ARCHITECTURE
1391 M:      Joachim Eastwood <manabian@gmail.com>
1392 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1393 S:      Maintained
1394 F:      arch/arm/boot/dts/lpc43*
1395 F:      drivers/clk/nxp/clk-lpc18xx*
1396 F:      drivers/clocksource/time-lpc32xx.c
1397 F:      drivers/i2c/busses/i2c-lpc2k.c
1398 F:      drivers/memory/pl172.c
1399 F:      drivers/mtd/spi-nor/nxp-spifi.c
1400 F:      drivers/rtc/rtc-lpc24xx.c
1401 N:      lpc18xx
1402
1403 ARM/LPC32XX SOC SUPPORT
1404 M:      Vladimir Zapolskiy <vz@mleia.com>
1405 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1406 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1407 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1408 S:      Maintained
1409 F:      arch/arm/boot/dts/lpc32*
1410 F:      arch/arm/mach-lpc32xx/
1411 F:      drivers/i2c/busses/i2c-pnx.c
1412 F:      drivers/net/ethernet/nxp/lpc_eth.c
1413 F:      drivers/usb/host/ohci-nxp.c
1414 F:      drivers/watchdog/pnx4008_wdt.c
1415 N:      lpc32xx
1416
1417 ARM/MAGICIAN MACHINE SUPPORT
1418 M:      Philipp Zabel <philipp.zabel@gmail.com>
1419 S:      Maintained
1420
1421 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1422 M:      Jason Cooper <jason@lakedaemon.net>
1423 M:      Andrew Lunn <andrew@lunn.ch>
1424 M:      Gregory Clement <gregory.clement@free-electrons.com>
1425 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1426 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1427 S:      Maintained
1428 F:      arch/arm/mach-mvebu/
1429 F:      drivers/rtc/rtc-armada38x.c
1430 F:      arch/arm/boot/dts/armada*
1431 F:      arch/arm/boot/dts/kirkwood*
1432 F:      arch/arm64/boot/dts/marvell/armada*
1433 F:      drivers/cpufreq/mvebu-cpufreq.c
1434 F:      arch/arm/configs/mvebu_*_defconfig
1435
1436 ARM/Marvell Berlin SoC support
1437 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1438 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1439 S:      Maintained
1440 F:      arch/arm/mach-berlin/
1441 F:      arch/arm/boot/dts/berlin*
1442 F:      arch/arm64/boot/dts/marvell/berlin*
1443
1444
1445 ARM/Marvell Dove/MV78xx0/Orion SOC support
1446 M:      Jason Cooper <jason@lakedaemon.net>
1447 M:      Andrew Lunn <andrew@lunn.ch>
1448 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1449 M:      Gregory Clement <gregory.clement@free-electrons.com>
1450 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1451 S:      Maintained
1452 F:      arch/arm/mach-dove/
1453 F:      arch/arm/mach-mv78xx0/
1454 F:      arch/arm/mach-orion5x/
1455 F:      arch/arm/plat-orion/
1456 F:      arch/arm/boot/dts/dove*
1457 F:      arch/arm/boot/dts/orion5x*
1458
1459
1460 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1461 M:      Alexander Clouter <alex@digriz.org.uk>
1462 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1463 W:      http://www.digriz.org.uk/ts78xx/kernel
1464 S:      Maintained
1465 F:      arch/arm/mach-orion5x/ts78xx-*
1466
1467 ARM/OXNAS platform support
1468 M:      Neil Armstrong <narmstrong@baylibre.com>
1469 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1470 L:      linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1471 S:      Maintained
1472 F:      arch/arm/mach-oxnas/
1473 F:      arch/arm/boot/dts/oxnas*
1474 F:      arch/arm/boot/dts/wd-mbwe.dts
1475 N:      oxnas
1476
1477 ARM/Mediatek RTC DRIVER
1478 M:      Eddie Huang <eddie.huang@mediatek.com>
1479 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1480 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1481 S:      Maintained
1482 F:      drivers/rtc/rtc-mt6397.c
1483
1484 ARM/Mediatek SoC support
1485 M:      Matthias Brugger <matthias.bgg@gmail.com>
1486 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1487 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1488 S:      Maintained
1489 F:      arch/arm/boot/dts/mt6*
1490 F:      arch/arm/boot/dts/mt8*
1491 F:      arch/arm/mach-mediatek/
1492 N:      mtk
1493 K:      mediatek
1494
1495 ARM/Mediatek USB3 PHY DRIVER
1496 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1497 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1498 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1499 S:      Maintained
1500 F:      drivers/phy/phy-mt65xx-usb3.c
1501
1502 ARM/MICREL KS8695 ARCHITECTURE
1503 M:      Greg Ungerer <gerg@uclinux.org>
1504 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1505 F:      arch/arm/mach-ks8695/
1506 S:      Odd Fixes
1507
1508 ARM/MIOA701 MACHINE SUPPORT
1509 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1510 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1511 F:      arch/arm/mach-pxa/mioa701.c
1512 S:      Maintained
1513
1514 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1515 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1516 S:      Maintained
1517
1518 ARM/NOMADIK ARCHITECTURE
1519 M:      Alessandro Rubini <rubini@unipv.it>
1520 M:      Linus Walleij <linus.walleij@linaro.org>
1521 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1522 S:      Maintained
1523 F:      arch/arm/mach-nomadik/
1524 F:      drivers/pinctrl/nomadik/
1525 F:      drivers/i2c/busses/i2c-nomadik.c
1526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1527
1528 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1529 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1530 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1531 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1532 S:      Supported
1533
1534 ARM/TOSA MACHINE SUPPORT
1535 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1536 M:      Dirk Opfer <dirk@opfer-online.de>
1537 S:      Maintained
1538
1539 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1540 M:      Marek Vasut <marek.vasut@gmail.com>
1541 L:      linux-arm-kernel@lists.infradead.org
1542 W:      http://hackndev.com
1543 S:      Maintained
1544 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1545 F:      arch/arm/mach-pxa/palmtx.c
1546 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1547 F:      arch/arm/mach-pxa/palmt5.c
1548 F:      arch/arm/mach-pxa/include/mach/palmld.h
1549 F:      arch/arm/mach-pxa/palmld.c
1550 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1551 F:      arch/arm/mach-pxa/palmte2.c
1552 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1553 F:      arch/arm/mach-pxa/palmtc.c
1554
1555 ARM/PALM TREO SUPPORT
1556 M:      Tomas Cech <sleep_walker@suse.com>
1557 L:      linux-arm-kernel@lists.infradead.org
1558 W:      http://hackndev.com
1559 S:      Maintained
1560 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1561 F:      arch/arm/mach-pxa/palmtreo.c
1562
1563 ARM/PALMZ72 SUPPORT
1564 M:      Sergey Lapin <slapin@ossfans.org>
1565 L:      linux-arm-kernel@lists.infradead.org
1566 W:      http://hackndev.com
1567 S:      Maintained
1568 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1569 F:      arch/arm/mach-pxa/palmz72.c
1570
1571 ARM/PLEB SUPPORT
1572 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1573 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1574 S:      Maintained
1575
1576 ARM/PT DIGITAL BOARD PORT
1577 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1578 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1579 W:      http://www.armlinux.org.uk/
1580 S:      Maintained
1581
1582 ARM/QUALCOMM SUPPORT
1583 M:      Andy Gross <andy.gross@linaro.org>
1584 M:      David Brown <david.brown@linaro.org>
1585 L:      linux-arm-msm@vger.kernel.org
1586 L:      linux-soc@vger.kernel.org
1587 S:      Maintained
1588 F:      Documentation/devicetree/bindings/soc/qcom/
1589 F:      arch/arm/boot/dts/qcom-*.dts
1590 F:      arch/arm/boot/dts/qcom-*.dtsi
1591 F:      arch/arm/mach-qcom/
1592 F:      arch/arm64/boot/dts/qcom/*
1593 F:      drivers/i2c/busses/i2c-qup.c
1594 F:      drivers/clk/qcom/
1595 F:      drivers/soc/qcom/
1596 F:      drivers/spi/spi-qup.c
1597 F:      drivers/tty/serial/msm_serial.h
1598 F:      drivers/tty/serial/msm_serial.c
1599 F:      drivers/*/pm8???-*
1600 F:      drivers/mfd/ssbi.c
1601 F:      drivers/firmware/qcom_scm.c
1602 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1603
1604 ARM/RADISYS ENP2611 MACHINE SUPPORT
1605 M:      Lennert Buytenhek <kernel@wantstofly.org>
1606 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1607 S:      Maintained
1608
1609 ARM/RENESAS ARM64 ARCHITECTURE
1610 M:      Simon Horman <horms@verge.net.au>
1611 M:      Magnus Damm <magnus.damm@gmail.com>
1612 L:      linux-renesas-soc@vger.kernel.org
1613 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1615 S:      Supported
1616 F:      arch/arm64/boot/dts/renesas/
1617 F:      drivers/soc/renesas/
1618 F:      include/linux/soc/renesas/
1619
1620 ARM/RISCPC ARCHITECTURE
1621 M:      Russell King <linux@armlinux.org.uk>
1622 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1623 W:      http://www.armlinux.org.uk/
1624 S:      Maintained
1625 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1626 F:      arch/arm/include/asm/hardware/ioc.h
1627 F:      arch/arm/include/asm/hardware/iomd.h
1628 F:      arch/arm/include/asm/hardware/memc.h
1629 F:      arch/arm/mach-rpc/
1630 F:      drivers/net/ethernet/8390/etherh.c
1631 F:      drivers/net/ethernet/i825xx/ether1*
1632 F:      drivers/net/ethernet/seeq/ether3*
1633 F:      drivers/scsi/arm/
1634
1635 ARM/Rockchip SoC support
1636 M:      Heiko Stuebner <heiko@sntech.de>
1637 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1638 L:      linux-rockchip@lists.infradead.org
1639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1640 S:      Maintained
1641 F:      arch/arm/boot/dts/rk3*
1642 F:      arch/arm/mach-rockchip/
1643 F:      drivers/clk/rockchip/
1644 F:      drivers/i2c/busses/i2c-rk3x.c
1645 F:      drivers/*/*rockchip*
1646 F:      drivers/*/*/*rockchip*
1647 F:      sound/soc/rockchip/
1648 N:      rockchip
1649
1650 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1651 M:      Kukjin Kim <kgene@kernel.org>
1652 M:      Krzysztof Kozlowski <krzk@kernel.org>
1653 R:      Javier Martinez Canillas <javier@osg.samsung.com>
1654 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1655 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1656 S:      Maintained
1657 F:      arch/arm/boot/dts/s3c*
1658 F:      arch/arm/boot/dts/s5p*
1659 F:      arch/arm/boot/dts/samsung*
1660 F:      arch/arm/boot/dts/exynos*
1661 F:      arch/arm64/boot/dts/exynos/
1662 F:      arch/arm/plat-samsung/
1663 F:      arch/arm/mach-s3c24*/
1664 F:      arch/arm/mach-s3c64xx/
1665 F:      arch/arm/mach-s5p*/
1666 F:      arch/arm/mach-exynos*/
1667 F:      drivers/*/*s3c24*
1668 F:      drivers/*/*/*s3c24*
1669 F:      drivers/*/*s3c64xx*
1670 F:      drivers/*/*s5pv210*
1671 F:      drivers/memory/samsung/*
1672 F:      drivers/soc/samsung/*
1673 F:      Documentation/arm/Samsung/
1674 F:      Documentation/devicetree/bindings/arm/samsung/
1675 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1676 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1677 N:      exynos
1678
1679 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1680 M:      Kyungmin Park <kyungmin.park@samsung.com>
1681 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1682 S:      Maintained
1683 F:      arch/arm/mach-s5pv210/
1684
1685 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1686 M:      Kyungmin Park <kyungmin.park@samsung.com>
1687 M:      Kamil Debski <kamil@wypas.org>
1688 M:      Andrzej Hajda <a.hajda@samsung.com>
1689 L:      linux-arm-kernel@lists.infradead.org
1690 L:      linux-media@vger.kernel.org
1691 S:      Maintained
1692 F:      drivers/media/platform/s5p-g2d/
1693
1694 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1695 M:      Kyungmin Park <kyungmin.park@samsung.com>
1696 M:      Kamil Debski <kamil@wypas.org>
1697 M:      Jeongtae Park <jtp.park@samsung.com>
1698 M:      Andrzej Hajda <a.hajda@samsung.com>
1699 L:      linux-arm-kernel@lists.infradead.org
1700 L:      linux-media@vger.kernel.org
1701 S:      Maintained
1702 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1703 F:      drivers/media/platform/s5p-mfc/
1704
1705 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1706 M:      Kyungmin Park <kyungmin.park@samsung.com>
1707 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1708 L:      linux-arm-kernel@lists.infradead.org
1709 L:      linux-media@vger.kernel.org
1710 S:      Maintained
1711 F:      drivers/media/platform/s5p-tv/
1712
1713 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1714 M:      Kyungmin Park <kyungmin.park@samsung.com>
1715 L:      linux-arm-kernel@lists.infradead.org
1716 L:      linux-media@vger.kernel.org
1717 S:      Maintained
1718 F:      drivers/staging/media/platform/s5p-cec/
1719
1720 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1721 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1722 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1723 L:      linux-arm-kernel@lists.infradead.org
1724 L:      linux-media@vger.kernel.org
1725 S:      Maintained
1726 F:      drivers/media/platform/s5p-jpeg/
1727
1728 ARM/SHMOBILE ARM ARCHITECTURE
1729 M:      Simon Horman <horms@verge.net.au>
1730 M:      Magnus Damm <magnus.damm@gmail.com>
1731 L:      linux-renesas-soc@vger.kernel.org
1732 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1734 S:      Supported
1735 F:      arch/arm/boot/dts/emev2*
1736 F:      arch/arm/boot/dts/r7s*
1737 F:      arch/arm/boot/dts/r8a*
1738 F:      arch/arm/boot/dts/sh*
1739 F:      arch/arm/configs/shmobile_defconfig
1740 F:      arch/arm/include/debug/renesas-scif.S
1741 F:      arch/arm/mach-shmobile/
1742 F:      drivers/soc/renesas/
1743 F:      include/linux/soc/renesas/
1744
1745 ARM/SOCFPGA ARCHITECTURE
1746 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1747 S:      Maintained
1748 F:      arch/arm/mach-socfpga/
1749 F:      arch/arm/boot/dts/socfpga*
1750 F:      arch/arm/configs/socfpga_defconfig
1751 F:      arch/arm64/boot/dts/altera/
1752 W:      http://www.rocketboards.org
1753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1754
1755 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1756 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1757 S:      Maintained
1758 F:      drivers/clk/socfpga/
1759
1760 ARM/SOCFPGA EDAC SUPPORT
1761 M:      Thor Thayer <tthayer@opensource.altera.com>
1762 S:      Maintained
1763 F:      drivers/edac/altera_edac.
1764
1765 ARM/STI ARCHITECTURE
1766 M:      Patrice Chotard <patrice.chotard@st.com>
1767 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1768 L:      kernel@stlinux.com
1769 W:      http://www.stlinux.com
1770 S:      Maintained
1771 F:      arch/arm/mach-sti/
1772 F:      arch/arm/boot/dts/sti*
1773 F:      drivers/char/hw_random/st-rng.c
1774 F:      drivers/clocksource/arm_global_timer.c
1775 F:      drivers/clocksource/clksrc_st_lpc.c
1776 F:      drivers/cpufreq/sti-cpufreq.c
1777 F:      drivers/i2c/busses/i2c-st.c
1778 F:      drivers/media/rc/st_rc.c
1779 F:      drivers/media/platform/sti/c8sectpfe/
1780 F:      drivers/mmc/host/sdhci-st.c
1781 F:      drivers/phy/phy-miphy28lp.c
1782 F:      drivers/phy/phy-miphy365x.c
1783 F:      drivers/phy/phy-stih407-usb.c
1784 F:      drivers/phy/phy-stih41x-usb.c
1785 F:      drivers/pinctrl/pinctrl-st.c
1786 F:      drivers/remoteproc/st_remoteproc.c
1787 F:      drivers/reset/sti/
1788 F:      drivers/rtc/rtc-st-lpc.c
1789 F:      drivers/tty/serial/st-asc.c
1790 F:      drivers/usb/dwc3/dwc3-st.c
1791 F:      drivers/usb/host/ehci-st.c
1792 F:      drivers/usb/host/ohci-st.c
1793 F:      drivers/watchdog/st_lpc_wdt.c
1794 F:      drivers/ata/ahci_st.c
1795
1796 ARM/STM32 ARCHITECTURE
1797 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1798 M:      Alexandre Torgue <alexandre.torgue@st.com>
1799 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1800 S:      Maintained
1801 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1802 N:      stm32
1803 F:      drivers/clocksource/armv7m_systick.c
1804
1805 ARM/TANGO ARCHITECTURE
1806 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1807 L:      linux-arm-kernel@lists.infradead.org
1808 S:      Maintained
1809 N:      tango
1810
1811 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1812 M:      Lennert Buytenhek <kernel@wantstofly.org>
1813 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1814 S:      Maintained
1815
1816 ARM/TETON BGA MACHINE SUPPORT
1817 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1818 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1819 S:      Maintained
1820
1821 ARM/THECUS N2100 MACHINE SUPPORT
1822 M:      Lennert Buytenhek <kernel@wantstofly.org>
1823 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1824 S:      Maintained
1825
1826 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1827 M:      Wan ZongShun <mcuos.com@gmail.com>
1828 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1829 W:      http://www.mcuos.com
1830 S:      Maintained
1831 F:      arch/arm/mach-w90x900/
1832 F:      drivers/input/keyboard/w90p910_keypad.c
1833 F:      drivers/input/touchscreen/w90p910_ts.c
1834 F:      drivers/watchdog/nuc900_wdt.c
1835 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1836 F:      drivers/mtd/nand/nuc900_nand.c
1837 F:      drivers/rtc/rtc-nuc900.c
1838 F:      drivers/spi/spi-nuc900.c
1839 F:      drivers/usb/host/ehci-w90x900.c
1840 F:      drivers/video/fbdev/nuc900fb.c
1841
1842 ARM/U300 MACHINE SUPPORT
1843 M:      Linus Walleij <linus.walleij@linaro.org>
1844 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1845 S:      Supported
1846 F:      arch/arm/mach-u300/
1847 F:      drivers/clocksource/timer-u300.c
1848 F:      drivers/i2c/busses/i2c-stu300.c
1849 F:      drivers/rtc/rtc-coh901331.c
1850 F:      drivers/watchdog/coh901327_wdt.c
1851 F:      drivers/dma/coh901318*
1852 F:      drivers/mfd/ab3100*
1853 F:      drivers/rtc/rtc-ab3100.c
1854 F:      drivers/rtc/rtc-coh901331.c
1855 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1856
1857 ARM/UNIPHIER ARCHITECTURE
1858 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1859 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1860 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1861 S:      Maintained
1862 F:      arch/arm/boot/dts/uniphier*
1863 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1864 F:      arch/arm/mach-uniphier/
1865 F:      arch/arm/mm/cache-uniphier.c
1866 F:      arch/arm64/boot/dts/socionext/
1867 F:      drivers/bus/uniphier-system-bus.c
1868 F:      drivers/clk/uniphier/
1869 F:      drivers/i2c/busses/i2c-uniphier*
1870 F:      drivers/pinctrl/uniphier/
1871 F:      drivers/reset/reset-uniphier.c
1872 F:      drivers/tty/serial/8250/8250_uniphier.c
1873 N:      uniphier
1874
1875 ARM/Ux500 ARM ARCHITECTURE
1876 M:      Linus Walleij <linus.walleij@linaro.org>
1877 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1878 S:      Maintained
1879 F:      arch/arm/mach-ux500/
1880 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1881 F:      drivers/dma/ste_dma40*
1882 F:      drivers/hwspinlock/u8500_hsem.c
1883 F:      drivers/mfd/abx500*
1884 F:      drivers/mfd/ab8500*
1885 F:      drivers/mfd/dbx500*
1886 F:      drivers/mfd/db8500*
1887 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1888 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1889 F:      drivers/rtc/rtc-ab8500.c
1890 F:      drivers/rtc/rtc-pl031.c
1891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1892
1893 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1894 M:      Ulf Hansson <ulf.hansson@linaro.org>
1895 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1896 T:      git git://git.linaro.org/people/ulfh/clk.git
1897 S:      Maintained
1898 F:      drivers/clk/ux500/
1899
1900 ARM/VERSATILE EXPRESS PLATFORM
1901 M:      Liviu Dudau <liviu.dudau@arm.com>
1902 M:      Sudeep Holla <sudeep.holla@arm.com>
1903 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1904 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1905 S:      Maintained
1906 F:      arch/arm/boot/dts/vexpress*
1907 F:      arch/arm64/boot/dts/arm/
1908 F:      arch/arm/mach-vexpress/
1909 F:      */*/vexpress*
1910 F:      */*/*/vexpress*
1911 F:      drivers/clk/versatile/clk-vexpress-osc.c
1912 F:      drivers/clocksource/versatile.c
1913 N:      mps2
1914
1915 ARM/VFP SUPPORT
1916 M:      Russell King <linux@armlinux.org.uk>
1917 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1918 W:      http://www.armlinux.org.uk/
1919 S:      Maintained
1920 F:      arch/arm/vfp/
1921
1922 ARM/VOIPAC PXA270 SUPPORT
1923 M:      Marek Vasut <marek.vasut@gmail.com>
1924 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1925 S:      Maintained
1926 F:      arch/arm/mach-pxa/vpac270.c
1927 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1928
1929 ARM/VT8500 ARM ARCHITECTURE
1930 M:      Tony Prisk <linux@prisktech.co.nz>
1931 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1932 S:      Maintained
1933 F:      arch/arm/mach-vt8500/
1934 F:      drivers/clocksource/vt8500_timer.c
1935 F:      drivers/i2c/busses/i2c-wmt.c
1936 F:      drivers/mmc/host/wmt-sdmmc.c
1937 F:      drivers/pwm/pwm-vt8500.c
1938 F:      drivers/rtc/rtc-vt8500.c
1939 F:      drivers/tty/serial/vt8500_serial.c
1940 F:      drivers/usb/host/ehci-platform.c
1941 F:      drivers/usb/host/uhci-platform.c
1942 F:      drivers/video/fbdev/vt8500lcdfb.*
1943 F:      drivers/video/fbdev/wm8505fb*
1944 F:      drivers/video/fbdev/wmt_ge_rops.*
1945
1946 ARM/ZIPIT Z2 SUPPORT
1947 M:      Marek Vasut <marek.vasut@gmail.com>
1948 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1949 S:      Maintained
1950 F:      arch/arm/mach-pxa/z2.c
1951 F:      arch/arm/mach-pxa/include/mach/z2.h
1952
1953 ARM/ZTE ARCHITECTURE
1954 M:      Jun Nie <jun.nie@linaro.org>
1955 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1956 S:      Maintained
1957 F:      arch/arm/mach-zx/
1958 F:      drivers/clk/zte/
1959 F:      Documentation/devicetree/bindings/arm/zte.txt
1960 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1961
1962 ARM/ZYNQ ARCHITECTURE
1963 M:      Michal Simek <michal.simek@xilinx.com>
1964 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1965 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1966 W:      http://wiki.xilinx.com
1967 T:      git https://github.com/Xilinx/linux-xlnx.git
1968 S:      Supported
1969 F:      arch/arm/mach-zynq/
1970 F:      drivers/cpuidle/cpuidle-zynq.c
1971 F:      drivers/block/xsysace.c
1972 N:      zynq
1973 N:      xilinx
1974 F:      drivers/clocksource/cadence_ttc_timer.c
1975 F:      drivers/i2c/busses/i2c-cadence.c
1976 F:      drivers/mmc/host/sdhci-of-arasan.c
1977 F:      drivers/edac/synopsys_edac.c
1978
1979 ARM SMMU DRIVERS
1980 M:      Will Deacon <will.deacon@arm.com>
1981 R:      Robin Murphy <robin.murphy@arm.com>
1982 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1983 S:      Maintained
1984 F:      drivers/iommu/arm-smmu.c
1985 F:      drivers/iommu/arm-smmu-v3.c
1986 F:      drivers/iommu/io-pgtable-arm.c
1987 F:      drivers/iommu/io-pgtable-arm-v7s.c
1988
1989 ARM64 PORT (AARCH64 ARCHITECTURE)
1990 M:      Catalin Marinas <catalin.marinas@arm.com>
1991 M:      Will Deacon <will.deacon@arm.com>
1992 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1993 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1994 S:      Maintained
1995 F:      arch/arm64/
1996 F:      Documentation/arm64/
1997
1998 AS3645A LED FLASH CONTROLLER DRIVER
1999 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2000 L:      linux-media@vger.kernel.org
2001 T:      git git://linuxtv.org/media_tree.git
2002 S:      Maintained
2003 F:      drivers/media/i2c/as3645a.c
2004 F:      include/media/i2c/as3645a.h
2005
2006 ASAHI KASEI AK8974 DRIVER
2007 M:      Linus Walleij <linus.walleij@linaro.org>
2008 L:      linux-iio@vger.kernel.org
2009 W:      http://www.akm.com/
2010 S:      Supported
2011 F:      drivers/iio/magnetometer/ak8974.c
2012
2013 ASC7621 HARDWARE MONITOR DRIVER
2014 M:      George Joseph <george.joseph@fairview5.com>
2015 L:      linux-hwmon@vger.kernel.org
2016 S:      Maintained
2017 F:      Documentation/hwmon/asc7621
2018 F:      drivers/hwmon/asc7621.c
2019
2020 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2021 M:      Corentin Chary <corentin.chary@gmail.com>
2022 L:      acpi4asus-user@lists.sourceforge.net
2023 L:      platform-driver-x86@vger.kernel.org
2024 W:      http://acpi4asus.sf.net
2025 S:      Maintained
2026 F:      drivers/platform/x86/asus*.c
2027 F:      drivers/platform/x86/eeepc*.c
2028
2029 ASUS WIRELESS RADIO CONTROL DRIVER
2030 M:      João Paulo Rechi Vita <jprvita@gmail.com>
2031 L:      platform-driver-x86@vger.kernel.org
2032 S:      Maintained
2033 F:      drivers/platform/x86/asus-wireless.c
2034
2035 ASYMMETRIC KEYS
2036 M:      David Howells <dhowells@redhat.com>
2037 L:      keyrings@vger.kernel.org
2038 S:      Maintained
2039 F:      Documentation/crypto/asymmetric-keys.txt
2040 F:      include/linux/verification.h
2041 F:      include/crypto/public_key.h
2042 F:      include/crypto/pkcs7.h
2043 F:      crypto/asymmetric_keys/
2044
2045 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2046 R:      Dan Williams <dan.j.williams@intel.com>
2047 W:      http://sourceforge.net/projects/xscaleiop
2048 S:      Odd fixes
2049 F:      Documentation/crypto/async-tx-api.txt
2050 F:      crypto/async_tx/
2051 F:      drivers/dma/
2052 F:      include/linux/dmaengine.h
2053 F:      include/linux/async_tx.h
2054
2055 AT24 EEPROM DRIVER
2056 M:      Wolfram Sang <wsa@the-dreams.de>
2057 L:      linux-i2c@vger.kernel.org
2058 S:      Maintained
2059 F:      drivers/misc/eeprom/at24.c
2060 F:      include/linux/platform_data/at24.h
2061
2062 ATA OVER ETHERNET (AOE) DRIVER
2063 M:      "Ed L. Cashin" <ed.cashin@acm.org>
2064 W:      http://www.openaoe.org/
2065 S:      Supported
2066 F:      Documentation/aoe/
2067 F:      drivers/block/aoe/
2068
2069 ATHEROS 71XX/9XXX GPIO DRIVER
2070 M:      Alban Bedel <albeu@free.fr>
2071 W:      https://github.com/AlbanBedel/linux
2072 T:      git git://github.com/AlbanBedel/linux
2073 S:      Maintained
2074 F:      drivers/gpio/gpio-ath79.c
2075 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2076
2077 ATHEROS ATH GENERIC UTILITIES
2078 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2079 L:      linux-wireless@vger.kernel.org
2080 S:      Supported
2081 F:      drivers/net/wireless/ath/*
2082
2083 ATHEROS ATH5K WIRELESS DRIVER
2084 M:      Jiri Slaby <jirislaby@gmail.com>
2085 M:      Nick Kossifidis <mickflemm@gmail.com>
2086 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2087 L:      linux-wireless@vger.kernel.org
2088 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2089 S:      Maintained
2090 F:      drivers/net/wireless/ath/ath5k/
2091
2092 ATHEROS ATH6KL WIRELESS DRIVER
2093 M:      Kalle Valo <kvalo@qca.qualcomm.com>
2094 L:      linux-wireless@vger.kernel.org
2095 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2097 S:      Supported
2098 F:      drivers/net/wireless/ath/ath6kl/
2099
2100 WILOCITY WIL6210 WIRELESS DRIVER
2101 M:      Maya Erez <qca_merez@qca.qualcomm.com>
2102 L:      linux-wireless@vger.kernel.org
2103 L:      wil6210@qca.qualcomm.com
2104 S:      Supported
2105 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2106 F:      drivers/net/wireless/ath/wil6210/
2107 F:      include/uapi/linux/wil6210_uapi.h
2108
2109 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2110 M:      Christian Lamparter <chunkeey@googlemail.com>
2111 L:      linux-wireless@vger.kernel.org
2112 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2113 S:      Maintained
2114 F:      drivers/net/wireless/ath/carl9170/
2115
2116 ATK0110 HWMON DRIVER
2117 M:      Luca Tettamanti <kronos.it@gmail.com>
2118 L:      linux-hwmon@vger.kernel.org
2119 S:      Maintained
2120 F:      drivers/hwmon/asus_atk0110.c
2121
2122 ATI_REMOTE2 DRIVER
2123 M:      Ville Syrjala <syrjala@sci.fi>
2124 S:      Maintained
2125 F:      drivers/input/misc/ati_remote2.c
2126
2127 ATLX ETHERNET DRIVERS
2128 M:      Jay Cliburn <jcliburn@gmail.com>
2129 M:      Chris Snook <chris.snook@gmail.com>
2130 L:      netdev@vger.kernel.org
2131 W:      http://sourceforge.net/projects/atl1
2132 W:      http://atl1.sourceforge.net
2133 S:      Maintained
2134 F:      drivers/net/ethernet/atheros/
2135
2136 ATM
2137 M:      Chas Williams <3chas3@gmail.com>
2138 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2139 L:      netdev@vger.kernel.org
2140 W:      http://linux-atm.sourceforge.net
2141 S:      Maintained
2142 F:      drivers/atm/
2143 F:      include/linux/atm*
2144 F:      include/uapi/linux/atm*
2145
2146 ATMEL AT91 / AT32 MCI DRIVER
2147 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2148 S:      Maintained
2149 F:      drivers/mmc/host/atmel-mci.c
2150
2151 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2152 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2153 S:      Supported
2154 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2155
2156 ATMEL SAMA5D2 ADC DRIVER
2157 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2158 L:      linux-iio@vger.kernel.org
2159 S:      Supported
2160 F:      drivers/iio/adc/at91-sama5d2_adc.c
2161
2162 ATMEL Audio ALSA driver
2163 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2164 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2165 S:      Supported
2166 F:      sound/soc/atmel
2167
2168 ATMEL DMA DRIVER
2169 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2170 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2171 S:      Supported
2172 F:      drivers/dma/at_hdmac.c
2173 F:      drivers/dma/at_hdmac_regs.h
2174 F:      include/linux/platform_data/dma-atmel.h
2175
2176 ATMEL XDMA DRIVER
2177 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2178 L:      linux-arm-kernel@lists.infradead.org
2179 L:      dmaengine@vger.kernel.org
2180 S:      Supported
2181 F:      drivers/dma/at_xdmac.c
2182
2183 ATMEL I2C DRIVER
2184 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2185 L:      linux-i2c@vger.kernel.org
2186 S:      Supported
2187 F:      drivers/i2c/busses/i2c-at91.c
2188
2189 ATMEL ISI DRIVER
2190 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2191 L:      linux-media@vger.kernel.org
2192 S:      Supported
2193 F:      drivers/media/platform/soc_camera/atmel-isi.c
2194 F:      include/media/atmel-isi.h
2195
2196 ATMEL LCDFB DRIVER
2197 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2198 L:      linux-fbdev@vger.kernel.org
2199 S:      Maintained
2200 F:      drivers/video/fbdev/atmel_lcdfb.c
2201 F:      include/video/atmel_lcdc.h
2202
2203 ATMEL MACB ETHERNET DRIVER
2204 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2205 S:      Supported
2206 F:      drivers/net/ethernet/cadence/
2207
2208 ATMEL NAND DRIVER
2209 M:      Wenyou Yang <wenyou.yang@atmel.com>
2210 M:      Josh Wu <rainyfeeling@outlook.com>
2211 L:      linux-mtd@lists.infradead.org
2212 S:      Supported
2213 F:      drivers/mtd/nand/atmel_nand*
2214
2215 ATMEL SDMMC DRIVER
2216 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2217 L:      linux-mmc@vger.kernel.org
2218 S:      Supported
2219 F:      drivers/mmc/host/sdhci-of-at91.c
2220
2221 ATMEL SPI DRIVER
2222 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2223 S:      Supported
2224 F:      drivers/spi/spi-atmel.*
2225
2226 ATMEL SSC DRIVER
2227 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2228 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2229 S:      Supported
2230 F:      drivers/misc/atmel-ssc.c
2231 F:      include/linux/atmel-ssc.h
2232
2233 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2234 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2235 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2236 S:      Supported
2237 F:      drivers/misc/atmel_tclib.c
2238 F:      drivers/clocksource/tcb_clksrc.c
2239
2240 ATMEL USBA UDC DRIVER
2241 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2242 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2243 S:      Supported
2244 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2245
2246 ATMEL WIRELESS DRIVER
2247 M:      Simon Kelley <simon@thekelleys.org.uk>
2248 L:      linux-wireless@vger.kernel.org
2249 W:      http://www.thekelleys.org.uk/atmel
2250 W:      http://atmelwlandriver.sourceforge.net/
2251 S:      Maintained
2252 F:      drivers/net/wireless/atmel/atmel*
2253
2254 ATMEL MAXTOUCH DRIVER
2255 M:      Nick Dyer <nick.dyer@itdev.co.uk>
2256 T:      git git://github.com/atmel-maxtouch/linux.git
2257 S:      Supported
2258 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2259 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2260 F:      include/linux/platform_data/atmel_mxt_ts.h
2261
2262 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2263 M:      Bradley Grove <linuxdrivers@attotech.com>
2264 L:      linux-scsi@vger.kernel.org
2265 W:      http://www.attotech.com
2266 S:      Supported
2267 F:      drivers/scsi/esas2r
2268
2269 ATUSB IEEE 802.15.4 RADIO DRIVER
2270 M:      Stefan Schmidt <stefan@osg.samsung.com>
2271 L:      linux-wpan@vger.kernel.org
2272 S:      Maintained
2273 F:      drivers/net/ieee802154/atusb.c
2274 F:      drivers/net/ieee802154/atusb.h
2275 F:      drivers/net/ieee802154/at86rf230.h
2276
2277 AUDIT SUBSYSTEM
2278 M:      Paul Moore <paul@paul-moore.com>
2279 M:      Eric Paris <eparis@redhat.com>
2280 L:      linux-audit@redhat.com (moderated for non-subscribers)
2281 W:      http://people.redhat.com/sgrubb/audit/
2282 T:      git git://git.infradead.org/users/pcmoore/audit
2283 S:      Maintained
2284 F:      include/linux/audit.h
2285 F:      include/uapi/linux/audit.h
2286 F:      kernel/audit*
2287
2288 AUXILIARY DISPLAY DRIVERS
2289 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2290 W:      http://miguelojeda.es/auxdisplay.htm
2291 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2292 S:      Maintained
2293 F:      drivers/auxdisplay/
2294 F:      include/linux/cfag12864b.h
2295
2296 AVR32 ARCHITECTURE
2297 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2298 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2299 W:      http://www.atmel.com/products/AVR32/
2300 W:      http://mirror.egtvedt.no/avr32linux.org/
2301 W:      http://avrfreaks.net/
2302 S:      Maintained
2303 F:      arch/avr32/
2304
2305 AVR32/AT32AP MACHINE SUPPORT
2306 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2307 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2308 S:      Maintained
2309 F:      arch/avr32/mach-at32ap/
2310
2311 AX.25 NETWORK LAYER
2312 M:      Ralf Baechle <ralf@linux-mips.org>
2313 L:      linux-hams@vger.kernel.org
2314 W:      http://www.linux-ax25.org/
2315 S:      Maintained
2316 F:      include/uapi/linux/ax25.h
2317 F:      include/net/ax25.h
2318 F:      net/ax25/
2319
2320 AZ6007 DVB DRIVER
2321 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2322 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2323 L:      linux-media@vger.kernel.org
2324 W:      https://linuxtv.org
2325 T:      git git://linuxtv.org/media_tree.git
2326 S:      Maintained
2327 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2328
2329 AZTECH FM RADIO RECEIVER DRIVER
2330 M:      Hans Verkuil <hverkuil@xs4all.nl>
2331 L:      linux-media@vger.kernel.org
2332 T:      git git://linuxtv.org/media_tree.git
2333 W:      https://linuxtv.org
2334 S:      Maintained
2335 F:      drivers/media/radio/radio-aztech*
2336
2337 B43 WIRELESS DRIVER
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:      Odd Fixes
2342 F:      drivers/net/wireless/broadcom/b43/
2343
2344 B43LEGACY WIRELESS DRIVER
2345 M:      Larry Finger <Larry.Finger@lwfinger.net>
2346 L:      linux-wireless@vger.kernel.org
2347 L:      b43-dev@lists.infradead.org
2348 W:      http://wireless.kernel.org/en/users/Drivers/b43
2349 S:      Maintained
2350 F:      drivers/net/wireless/broadcom/b43legacy/
2351
2352 BACKLIGHT CLASS/SUBSYSTEM
2353 M:      Jingoo Han <jingoohan1@gmail.com>
2354 M:      Lee Jones <lee.jones@linaro.org>
2355 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2356 S:      Maintained
2357 F:      drivers/video/backlight/
2358 F:      include/linux/backlight.h
2359
2360 BATMAN ADVANCED
2361 M:      Marek Lindner <mareklindner@neomailbox.ch>
2362 M:      Simon Wunderlich <sw@simonwunderlich.de>
2363 M:      Antonio Quartulli <a@unstable.cc>
2364 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2365 W:      https://www.open-mesh.org/
2366 Q:      https://patchwork.open-mesh.org/project/batman/list/
2367 S:      Maintained
2368 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2369 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2370 F:      Documentation/networking/batman-adv.txt
2371 F:      include/uapi/linux/batman_adv.h
2372 F:      net/batman-adv/
2373
2374 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2375 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2376 L:      linux-hams@vger.kernel.org
2377 W:      http://www.baycom.org/~tom/ham/ham.html
2378 S:      Maintained
2379 F:      drivers/net/hamradio/baycom*
2380
2381 BCACHE (BLOCK LAYER CACHE)
2382 M:      Kent Overstreet <kent.overstreet@gmail.com>
2383 L:      linux-bcache@vger.kernel.org
2384 W:      http://bcache.evilpiepirate.org
2385 S:      Orphan
2386 F:      drivers/md/bcache/
2387
2388 BDISP ST MEDIA DRIVER
2389 M:      Fabien Dessenne <fabien.dessenne@st.com>
2390 L:      linux-media@vger.kernel.org
2391 T:      git git://linuxtv.org/media_tree.git
2392 W:      https://linuxtv.org
2393 S:      Supported
2394 F:      drivers/media/platform/sti/bdisp
2395
2396 BEFS FILE SYSTEM
2397 M:      Luis de Bethencourt <luisbg@osg.samsung.com>
2398 M:      Salah Triki <salah.triki@gmail.com>
2399 S:      Maintained
2400 T:      git git://github.com/luisbg/linux-befs.git
2401 F:      Documentation/filesystems/befs.txt
2402 F:      fs/befs/
2403
2404 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2405 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2406 L:      netdev@vger.kernel.org
2407 S:      Maintained
2408 F:      drivers/net/ethernet/ec_bhf.c
2409
2410 BFS FILE SYSTEM
2411 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2412 S:      Maintained
2413 F:      Documentation/filesystems/bfs.txt
2414 F:      fs/bfs/
2415 F:      include/uapi/linux/bfs_fs.h
2416
2417 BLACKFIN ARCHITECTURE
2418 M:      Steven Miao <realmz6@gmail.com>
2419 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2420 T:      git git://git.code.sf.net/p/adi-linux/code
2421 W:      http://blackfin.uclinux.org
2422 S:      Supported
2423 F:      arch/blackfin/
2424
2425 BLACKFIN EMAC DRIVER
2426 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2427 W:      http://blackfin.uclinux.org
2428 S:      Supported
2429 F:      drivers/net/ethernet/adi/
2430
2431 BLACKFIN RTC DRIVER
2432 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2433 W:      http://blackfin.uclinux.org
2434 S:      Supported
2435 F:      drivers/rtc/rtc-bfin.c
2436
2437 BLACKFIN SDH DRIVER
2438 M:      Sonic Zhang <sonic.zhang@analog.com>
2439 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2440 W:      http://blackfin.uclinux.org
2441 S:      Supported
2442 F:      drivers/mmc/host/bfin_sdh.c
2443
2444 BLACKFIN SERIAL DRIVER
2445 M:      Sonic Zhang <sonic.zhang@analog.com>
2446 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2447 W:      http://blackfin.uclinux.org
2448 S:      Supported
2449 F:      drivers/tty/serial/bfin_uart.c
2450
2451 BLACKFIN WATCHDOG DRIVER
2452 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2453 W:      http://blackfin.uclinux.org
2454 S:      Supported
2455 F:      drivers/watchdog/bfin_wdt.c
2456
2457 BLACKFIN I2C TWI DRIVER
2458 M:      Sonic Zhang <sonic.zhang@analog.com>
2459 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2460 W:      http://blackfin.uclinux.org/
2461 S:      Supported
2462 F:      drivers/i2c/busses/i2c-bfin-twi.c
2463
2464 BLACKFIN MEDIA DRIVER
2465 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2466 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2467 W:      http://blackfin.uclinux.org/
2468 S:      Supported
2469 F:      drivers/media/platform/blackfin/
2470 F:      drivers/media/i2c/adv7183*
2471 F:      drivers/media/i2c/vs6624*
2472
2473 BLINKM RGB LED DRIVER
2474 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2475 S:      Maintained
2476 F:      drivers/leds/leds-blinkm.c
2477
2478 BLOCK LAYER
2479 M:      Jens Axboe <axboe@kernel.dk>
2480 L:      linux-block@vger.kernel.org
2481 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2482 S:      Maintained
2483 F:      block/
2484 F:      kernel/trace/blktrace.c
2485 F:      lib/sbitmap.c
2486
2487 BLOCK2MTD DRIVER
2488 M:      Joern Engel <joern@lazybastard.org>
2489 L:      linux-mtd@lists.infradead.org
2490 S:      Maintained
2491 F:      drivers/mtd/devices/block2mtd.c
2492
2493 BLUETOOTH DRIVERS
2494 M:      Marcel Holtmann <marcel@holtmann.org>
2495 M:      Gustavo Padovan <gustavo@padovan.org>
2496 M:      Johan Hedberg <johan.hedberg@gmail.com>
2497 L:      linux-bluetooth@vger.kernel.org
2498 W:      http://www.bluez.org/
2499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2501 S:      Maintained
2502 F:      drivers/bluetooth/
2503
2504 BLUETOOTH SUBSYSTEM
2505 M:      Marcel Holtmann <marcel@holtmann.org>
2506 M:      Gustavo Padovan <gustavo@padovan.org>
2507 M:      Johan Hedberg <johan.hedberg@gmail.com>
2508 L:      linux-bluetooth@vger.kernel.org
2509 W:      http://www.bluez.org/
2510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2512 S:      Maintained
2513 F:      net/bluetooth/
2514 F:      include/net/bluetooth/
2515
2516 BONDING DRIVER
2517 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2518 M:      Veaceslav Falico <vfalico@gmail.com>
2519 M:      Andy Gospodarek <andy@greyhouse.net>
2520 L:      netdev@vger.kernel.org
2521 W:      http://sourceforge.net/projects/bonding/
2522 S:      Supported
2523 F:      drivers/net/bonding/
2524 F:      include/uapi/linux/if_bonding.h
2525
2526 BPF (Safe dynamic programs and tools)
2527 M:      Alexei Starovoitov <ast@kernel.org>
2528 L:      netdev@vger.kernel.org
2529 L:      linux-kernel@vger.kernel.org
2530 S:      Supported
2531 F:      kernel/bpf/
2532
2533 BROADCOM B44 10/100 ETHERNET DRIVER
2534 M:      Michael Chan <michael.chan@broadcom.com>
2535 L:      netdev@vger.kernel.org
2536 S:      Supported
2537 F:      drivers/net/ethernet/broadcom/b44.*
2538
2539 BROADCOM B53 ETHERNET SWITCH DRIVER
2540 M:      Florian Fainelli <f.fainelli@gmail.com>
2541 L:      netdev@vger.kernel.org
2542 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
2543 S:      Supported
2544 F:      drivers/net/dsa/b53/*
2545 F:      include/linux/platform_data/b53.h
2546
2547 BROADCOM GENET ETHERNET DRIVER
2548 M:      Florian Fainelli <f.fainelli@gmail.com>
2549 L:      netdev@vger.kernel.org
2550 S:      Supported
2551 F:      drivers/net/ethernet/broadcom/genet/
2552
2553 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2554 M:      Sony Chacko <sony.chacko@qlogic.com>
2555 M:      Dept-HSGLinuxNICDev@qlogic.com
2556 L:      netdev@vger.kernel.org
2557 S:      Supported
2558 F:      drivers/net/ethernet/broadcom/bnx2.*
2559 F:      drivers/net/ethernet/broadcom/bnx2_*
2560
2561 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2562 M:      Ariel Elior <ariel.elior@qlogic.com>
2563 L:      netdev@vger.kernel.org
2564 S:      Supported
2565 F:      drivers/net/ethernet/broadcom/bnx2x/
2566
2567 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2568 M:      Florian Fainelli <f.fainelli@gmail.com>
2569 M:      Ray Jui <rjui@broadcom.com>
2570 M:      Scott Branden <sbranden@broadcom.com>
2571 M:      bcm-kernel-feedback-list@broadcom.com
2572 T:      git git://github.com/broadcom/mach-bcm
2573 S:      Maintained
2574 N:      bcm281*
2575 N:      bcm113*
2576 N:      bcm216*
2577 N:      kona
2578 F:      arch/arm/mach-bcm/
2579
2580 BROADCOM BCM2835 ARM ARCHITECTURE
2581 M:      Stephen Warren <swarren@wwwdotorg.org>
2582 M:      Lee Jones <lee@kernel.org>
2583 M:      Eric Anholt <eric@anholt.net>
2584 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2585 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2587 S:      Maintained
2588 N:      bcm2835
2589
2590 BROADCOM BCM47XX MIPS ARCHITECTURE
2591 M:      Hauke Mehrtens <hauke@hauke-m.de>
2592 M:      Rafał Miłecki <zajec5@gmail.com>
2593 L:      linux-mips@linux-mips.org
2594 S:      Maintained
2595 F:      Documentation/devicetree/bindings/mips/brcm/
2596 F:      arch/mips/bcm47xx/*
2597 F:      arch/mips/include/asm/mach-bcm47xx/*
2598
2599 BROADCOM BCM5301X ARM ARCHITECTURE
2600 M:      Hauke Mehrtens <hauke@hauke-m.de>
2601 M:      Rafał Miłecki <zajec5@gmail.com>
2602 M:      bcm-kernel-feedback-list@broadcom.com
2603 L:      linux-arm-kernel@lists.infradead.org
2604 S:      Maintained
2605 F:      arch/arm/mach-bcm/bcm_5301x.c
2606 F:      arch/arm/boot/dts/bcm5301x*.dtsi
2607 F:      arch/arm/boot/dts/bcm470*
2608
2609 BROADCOM BCM53573 ARM ARCHITECTURE
2610 M:      Rafał Miłecki <rafal@milecki.pl>
2611 L:      linux-arm-kernel@lists.infradead.org
2612 S:      Maintained
2613 F:      arch/arm/boot/dts/bcm53573*
2614 F:      arch/arm/boot/dts/bcm47189*
2615
2616 BROADCOM BCM63XX ARM ARCHITECTURE
2617 M:      Florian Fainelli <f.fainelli@gmail.com>
2618 M:      bcm-kernel-feedback-list@broadcom.com
2619 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2620 T:      git git://github.com/broadcom/stblinux.git
2621 S:      Maintained
2622 N:      bcm63xx
2623
2624 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2625 M:      Kevin Cernekee <cernekee@gmail.com>
2626 L:      linux-usb@vger.kernel.org
2627 S:      Maintained
2628 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2629
2630 BROADCOM BCM7XXX ARM ARCHITECTURE
2631 M:      Brian Norris <computersforpeace@gmail.com>
2632 M:      Gregory Fong <gregory.0xf0@gmail.com>
2633 M:      Florian Fainelli <f.fainelli@gmail.com>
2634 M:      bcm-kernel-feedback-list@broadcom.com
2635 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2636 T:      git git://github.com/broadcom/stblinux.git
2637 S:      Maintained
2638 F:      arch/arm/mach-bcm/*brcmstb*
2639 F:      arch/arm/boot/dts/bcm7*.dts*
2640 F:      drivers/bus/brcmstb_gisb.c
2641 N:      brcmstb
2642
2643 BROADCOM BMIPS MIPS ARCHITECTURE
2644 M:      Kevin Cernekee <cernekee@gmail.com>
2645 M:      Florian Fainelli <f.fainelli@gmail.com>
2646 L:      linux-mips@linux-mips.org
2647 T:      git git://github.com/broadcom/stblinux.git
2648 S:      Maintained
2649 F:      arch/mips/bmips/*
2650 F:      arch/mips/include/asm/mach-bmips/*
2651 F:      arch/mips/kernel/*bmips*
2652 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2653 F:      drivers/irqchip/irq-bcm63*
2654 F:      drivers/irqchip/irq-bcm7*
2655 F:      drivers/irqchip/irq-brcmstb*
2656 F:      include/linux/bcm963xx_nvram.h
2657 F:      include/linux/bcm963xx_tag.h
2658
2659 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2660 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2661 M:      Prashant Sreedharan <prashant@broadcom.com>
2662 M:      Michael Chan <mchan@broadcom.com>
2663 L:      netdev@vger.kernel.org
2664 S:      Supported
2665 F:      drivers/net/ethernet/broadcom/tg3.*
2666
2667 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2668 M:      Arend van Spriel <arend.vanspriel@broadcom.com>
2669 M:      Franky Lin <franky.lin@broadcom.com>
2670 M:      Hante Meuleman <hante.meuleman@broadcom.com>
2671 L:      linux-wireless@vger.kernel.org
2672 L:      brcm80211-dev-list.pdl@broadcom.com
2673 S:      Supported
2674 F:      drivers/net/wireless/broadcom/brcm80211/
2675
2676 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2677 M:      QLogic-Storage-Upstream@qlogic.com
2678 L:      linux-scsi@vger.kernel.org
2679 S:      Supported
2680 F:      drivers/scsi/bnx2fc/
2681
2682 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2683 M:      QLogic-Storage-Upstream@qlogic.com
2684 L:      linux-scsi@vger.kernel.org
2685 S:      Supported
2686 F:      drivers/scsi/bnx2i/
2687
2688 BROADCOM IPROC ARM ARCHITECTURE
2689 M:      Ray Jui <rjui@broadcom.com>
2690 M:      Scott Branden <sbranden@broadcom.com>
2691 M:      Jon Mason <jonmason@broadcom.com>
2692 M:      bcm-kernel-feedback-list@broadcom.com
2693 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2694 T:      git git://github.com/broadcom/cygnus-linux.git
2695 S:      Maintained
2696 N:      iproc
2697 N:      cygnus
2698 N:      bcm[-_]nsp
2699 N:      bcm9113*
2700 N:      bcm9583*
2701 N:      bcm9585*
2702 N:      bcm9586*
2703 N:      bcm988312
2704 N:      bcm113*
2705 N:      bcm583*
2706 N:      bcm585*
2707 N:      bcm586*
2708 N:      bcm88312
2709 F:      arch/arm64/boot/dts/broadcom/ns2*
2710 F:      drivers/clk/bcm/clk-ns*
2711 F:      drivers/pinctrl/bcm/pinctrl-ns*
2712
2713 BROADCOM BRCMSTB GPIO DRIVER
2714 M:      Gregory Fong <gregory.0xf0@gmail.com>
2715 L:      bcm-kernel-feedback-list@broadcom.com
2716 S:      Supported
2717 F:      drivers/gpio/gpio-brcmstb.c
2718 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2719
2720 BROADCOM KONA GPIO DRIVER
2721 M:      Ray Jui <rjui@broadcom.com>
2722 L:      bcm-kernel-feedback-list@broadcom.com
2723 S:      Supported
2724 F:      drivers/gpio/gpio-bcm-kona.c
2725 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2726
2727 BROADCOM NVRAM DRIVER
2728 M:      Rafał Miłecki <zajec5@gmail.com>
2729 L:      linux-mips@linux-mips.org
2730 S:      Maintained
2731 F:      drivers/firmware/broadcom/*
2732
2733 BROADCOM STB NAND FLASH DRIVER
2734 M:      Brian Norris <computersforpeace@gmail.com>
2735 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2736 L:      linux-mtd@lists.infradead.org
2737 L:      bcm-kernel-feedback-list@broadcom.com
2738 S:      Maintained
2739 F:      drivers/mtd/nand/brcmnand/
2740
2741 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2742 M:      Rafał Miłecki <zajec5@gmail.com>
2743 L:      linux-wireless@vger.kernel.org
2744 S:      Maintained
2745 F:      drivers/bcma/
2746 F:      include/linux/bcma/
2747
2748 BROADCOM SYSTEMPORT ETHERNET DRIVER
2749 M:      Florian Fainelli <f.fainelli@gmail.com>
2750 L:      netdev@vger.kernel.org
2751 S:      Supported
2752 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2753
2754 BROADCOM VULCAN ARM64 SOC
2755 M:      Jayachandran C. <jchandra@broadcom.com>
2756 M:      bcm-kernel-feedback-list@broadcom.com
2757 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2758 S:      Maintained
2759 F:      arch/arm64/boot/dts/broadcom/vulcan*
2760
2761 BROCADE BFA FC SCSI DRIVER
2762 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2763 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2764 L:      linux-scsi@vger.kernel.org
2765 S:      Supported
2766 F:      drivers/scsi/bfa/
2767
2768 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2769 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2770 L:      netdev@vger.kernel.org
2771 S:      Supported
2772 F:      drivers/net/ethernet/brocade/bna/
2773
2774 BSG (block layer generic sg v4 driver)
2775 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2776 L:      linux-scsi@vger.kernel.org
2777 S:      Supported
2778 F:      block/bsg.c
2779 F:      include/linux/bsg.h
2780 F:      include/uapi/linux/bsg.h
2781
2782 BT87X AUDIO DRIVER
2783 M:      Clemens Ladisch <clemens@ladisch.de>
2784 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2785 T:      git git://git.alsa-project.org/alsa-kernel.git
2786 S:      Maintained
2787 F:      Documentation/sound/alsa/Bt87x.txt
2788 F:      sound/pci/bt87x.c
2789
2790 BT8XXGPIO DRIVER
2791 M:      Michael Buesch <m@bues.ch>
2792 W:      http://bu3sch.de/btgpio.php
2793 S:      Maintained
2794 F:      drivers/gpio/gpio-bt8xx.c
2795
2796 BTRFS FILE SYSTEM
2797 M:      Chris Mason <clm@fb.com>
2798 M:      Josef Bacik <jbacik@fb.com>
2799 M:      David Sterba <dsterba@suse.com>
2800 L:      linux-btrfs@vger.kernel.org
2801 W:      http://btrfs.wiki.kernel.org/
2802 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2804 S:      Maintained
2805 F:      Documentation/filesystems/btrfs.txt
2806 F:      fs/btrfs/
2807
2808 BTTV VIDEO4LINUX DRIVER
2809 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2810 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2811 L:      linux-media@vger.kernel.org
2812 W:      https://linuxtv.org
2813 T:      git git://linuxtv.org/media_tree.git
2814 S:      Odd fixes
2815 F:      Documentation/video4linux/bttv/
2816 F:      drivers/media/pci/bt8xx/bttv*
2817
2818 BUSLOGIC SCSI DRIVER
2819 M:      Khalid Aziz <khalid@gonehiking.org>
2820 L:      linux-scsi@vger.kernel.org
2821 S:      Maintained
2822 F:      drivers/scsi/BusLogic.*
2823 F:      drivers/scsi/FlashPoint.*
2824
2825 C-MEDIA CMI8788 DRIVER
2826 M:      Clemens Ladisch <clemens@ladisch.de>
2827 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2828 T:      git git://git.alsa-project.org/alsa-kernel.git
2829 S:      Maintained
2830 F:      sound/pci/oxygen/
2831
2832 C6X ARCHITECTURE
2833 M:      Mark Salter <msalter@redhat.com>
2834 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2835 L:      linux-c6x-dev@linux-c6x.org
2836 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2837 S:      Maintained
2838 F:      arch/c6x/
2839
2840 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2841 M:      David Howells <dhowells@redhat.com>
2842 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2843 S:      Supported
2844 F:      Documentation/filesystems/caching/cachefiles.txt
2845 F:      fs/cachefiles/
2846
2847 CADET FM/AM RADIO RECEIVER DRIVER
2848 M:      Hans Verkuil <hverkuil@xs4all.nl>
2849 L:      linux-media@vger.kernel.org
2850 T:      git git://linuxtv.org/media_tree.git
2851 W:      https://linuxtv.org
2852 S:      Maintained
2853 F:      drivers/media/radio/radio-cadet*
2854
2855 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2856 M:      Jonathan Corbet <corbet@lwn.net>
2857 L:      linux-media@vger.kernel.org
2858 T:      git git://linuxtv.org/media_tree.git
2859 S:      Maintained
2860 F:      Documentation/video4linux/cafe_ccic
2861 F:      drivers/media/platform/marvell-ccic/
2862
2863 CAIF NETWORK LAYER
2864 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2865 L:      netdev@vger.kernel.org
2866 S:      Supported
2867 F:      Documentation/networking/caif/
2868 F:      drivers/net/caif/
2869 F:      include/uapi/linux/caif/
2870 F:      include/net/caif/
2871 F:      net/caif/
2872
2873 CALGARY x86-64 IOMMU
2874 M:      Muli Ben-Yehuda <mulix@mulix.org>
2875 M:      Jon Mason <jdmason@kudzu.us>
2876 L:      iommu@lists.linux-foundation.org
2877 S:      Maintained
2878 F:      arch/x86/kernel/pci-calgary_64.c
2879 F:      arch/x86/kernel/tce_64.c
2880 F:      arch/x86/include/asm/calgary.h
2881 F:      arch/x86/include/asm/tce.h
2882
2883 CAN NETWORK LAYER
2884 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2885 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2886 L:      linux-can@vger.kernel.org
2887 W:      https://github.com/linux-can
2888 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2889 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2890 S:      Maintained
2891 F:      Documentation/networking/can.txt
2892 F:      net/can/
2893 F:      include/linux/can/core.h
2894 F:      include/uapi/linux/can.h
2895 F:      include/uapi/linux/can/bcm.h
2896 F:      include/uapi/linux/can/raw.h
2897 F:      include/uapi/linux/can/gw.h
2898
2899 CAN NETWORK DRIVERS
2900 M:      Wolfgang Grandegger <wg@grandegger.com>
2901 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2902 L:      linux-can@vger.kernel.org
2903 W:      https://github.com/linux-can
2904 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2906 S:      Maintained
2907 F:      Documentation/devicetree/bindings/net/can/
2908 F:      drivers/net/can/
2909 F:      include/linux/can/dev.h
2910 F:      include/linux/can/platform/
2911 F:      include/uapi/linux/can/error.h
2912 F:      include/uapi/linux/can/netlink.h
2913
2914 CAPABILITIES
2915 M:      Serge Hallyn <serge@hallyn.com>
2916 L:      linux-security-module@vger.kernel.org
2917 S:      Supported
2918 F:      include/linux/capability.h
2919 F:      include/uapi/linux/capability.h
2920 F:      security/commoncap.c
2921 F:      kernel/capability.c
2922
2923 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2924 M:      Kevin Tsai <ktsai@capellamicro.com>
2925 S:      Maintained
2926 F:      drivers/iio/light/cm*
2927 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2928
2929 CAVIUM I2C DRIVER
2930 M:      Jan Glauber <jglauber@cavium.com>
2931 M:      David Daney <david.daney@cavium.com>
2932 W:      http://www.cavium.com
2933 S:      Supported
2934 F:      drivers/i2c/busses/i2c-octeon*
2935 F:      drivers/i2c/busses/i2c-thunderx*
2936
2937 CAVIUM LIQUIDIO NETWORK DRIVER
2938 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2939 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2940 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2941 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2942 L:     netdev@vger.kernel.org
2943 W:     http://www.cavium.com
2944 S:     Supported
2945 F:     drivers/net/ethernet/cavium/liquidio/
2946
2947 CC2520 IEEE-802.15.4 RADIO DRIVER
2948 M:      Varka Bhadram <varkabhadram@gmail.com>
2949 L:      linux-wpan@vger.kernel.org
2950 S:      Maintained
2951 F:      drivers/net/ieee802154/cc2520.c
2952 F:      include/linux/spi/cc2520.h
2953 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2954
2955 CEC DRIVER
2956 M:      Hans Verkuil <hans.verkuil@cisco.com>
2957 L:      linux-media@vger.kernel.org
2958 T:      git git://linuxtv.org/media_tree.git
2959 W:      http://linuxtv.org
2960 S:      Supported
2961 F:      Documentation/cec.txt
2962 F:      Documentation/DocBook/media/v4l/cec*
2963 F:      drivers/staging/media/cec/
2964 F:      drivers/media/cec-edid.c
2965 F:      drivers/media/rc/keymaps/rc-cec.c
2966 F:      include/media/cec.h
2967 F:      include/media/cec-edid.h
2968 F:      include/linux/cec.h
2969 F:      include/linux/cec-funcs.h
2970
2971 CELL BROADBAND ENGINE ARCHITECTURE
2972 M:      Arnd Bergmann <arnd@arndb.de>
2973 L:      linuxppc-dev@lists.ozlabs.org
2974 W:      http://www.ibm.com/developerworks/power/cell/
2975 S:      Supported
2976 F:      arch/powerpc/include/asm/cell*.h
2977 F:      arch/powerpc/include/asm/spu*.h
2978 F:      arch/powerpc/include/uapi/asm/spu*.h
2979 F:      arch/powerpc/oprofile/*cell*
2980 F:      arch/powerpc/platforms/cell/
2981
2982 CEPH COMMON CODE (LIBCEPH)
2983 M:      Ilya Dryomov <idryomov@gmail.com>
2984 M:      "Yan, Zheng" <zyan@redhat.com>
2985 M:      Sage Weil <sage@redhat.com>
2986 L:      ceph-devel@vger.kernel.org
2987 W:      http://ceph.com/
2988 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2989 T:      git git://github.com/ceph/ceph-client.git
2990 S:      Supported
2991 F:      net/ceph/
2992 F:      include/linux/ceph/
2993 F:      include/linux/crush/
2994
2995 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2996 M:      "Yan, Zheng" <zyan@redhat.com>
2997 M:      Sage Weil <sage@redhat.com>
2998 M:      Ilya Dryomov <idryomov@gmail.com>
2999 L:      ceph-devel@vger.kernel.org
3000 W:      http://ceph.com/
3001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3002 T:      git git://github.com/ceph/ceph-client.git
3003 S:      Supported
3004 F:      Documentation/filesystems/ceph.txt
3005 F:      fs/ceph/
3006
3007 CERTIFICATE HANDLING:
3008 M:      David Howells <dhowells@redhat.com>
3009 M:      David Woodhouse <dwmw2@infradead.org>
3010 L:      keyrings@vger.kernel.org
3011 S:      Maintained
3012 F:      Documentation/module-signing.txt
3013 F:      certs/
3014 F:      scripts/sign-file.c
3015 F:      scripts/extract-cert.c
3016
3017 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3018 L:      linux-usb@vger.kernel.org
3019 S:      Orphan
3020 F:      Documentation/usb/WUSB-Design-overview.txt
3021 F:      Documentation/usb/wusb-cbaf
3022 F:      drivers/usb/host/hwa-hc.c
3023 F:      drivers/usb/host/whci/
3024 F:      drivers/usb/wusbcore/
3025 F:      include/linux/usb/wusb*
3026
3027 CFAG12864B LCD 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/cfag12864b.c
3033 F:      include/linux/cfag12864b.h
3034
3035 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3036 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3037 W:      http://miguelojeda.es/auxdisplay.htm
3038 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3039 S:      Maintained
3040 F:      drivers/auxdisplay/cfag12864bfb.c
3041 F:      include/linux/cfag12864b.h
3042
3043 CFG80211 and NL80211
3044 M:      Johannes Berg <johannes@sipsolutions.net>
3045 L:      linux-wireless@vger.kernel.org
3046 W:      http://wireless.kernel.org/
3047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3048 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3049 S:      Maintained
3050 F:      include/uapi/linux/nl80211.h
3051 F:      include/net/cfg80211.h
3052 F:      net/wireless/*
3053 X:      net/wireless/wext*
3054
3055 CHAR and MISC DRIVERS
3056 M:      Arnd Bergmann <arnd@arndb.de>
3057 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3058 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3059 S:      Supported
3060 F:      drivers/char/*
3061 F:      drivers/misc/*
3062 F:      include/linux/miscdevice.h
3063
3064 CHECKPATCH
3065 M:      Andy Whitcroft <apw@canonical.com>
3066 M:      Joe Perches <joe@perches.com>
3067 S:      Maintained
3068 F:      scripts/checkpatch.pl
3069
3070 CHINESE DOCUMENTATION
3071 M:      Harry Wei <harryxiyou@gmail.com>
3072 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3073 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
3074 S:      Maintained
3075 F:      Documentation/zh_CN/
3076
3077 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3078 M:      Peter Chen <Peter.Chen@nxp.com>
3079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3080 L:      linux-usb@vger.kernel.org
3081 S:      Maintained
3082 F:      drivers/usb/chipidea/
3083
3084 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3085 M:      Hans de Goede <hdegoede@redhat.com>
3086 L:      linux-input@vger.kernel.org
3087 S:      Maintained
3088 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3089 F:      drivers/input/touchscreen/chipone_icn8318.c
3090
3091 CHROME HARDWARE PLATFORM SUPPORT
3092 M:      Olof Johansson <olof@lixom.net>
3093 S:      Maintained
3094 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3095 F:      drivers/platform/chrome/
3096
3097 CISCO VIC ETHERNET NIC DRIVER
3098 M:      Christian Benvenuti <benve@cisco.com>
3099 M:      Sujith Sankar <ssujith@cisco.com>
3100 M:      Govindarajulu Varadarajan <_govind@gmx.com>
3101 M:      Neel Patel <neepatel@cisco.com>
3102 S:      Supported
3103 F:      drivers/net/ethernet/cisco/enic/
3104
3105 CISCO VIC LOW LATENCY NIC DRIVER
3106 M:      Christian Benvenuti <benve@cisco.com>
3107 M:      Dave Goodell <dgoodell@cisco.com>
3108 S:      Supported
3109 F:      drivers/infiniband/hw/usnic/
3110
3111 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3112 M:      Hartley Sweeten <hsweeten@visionengravers.com>
3113 L:      netdev@vger.kernel.org
3114 S:      Maintained
3115 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3116
3117 CIRRUS LOGIC AUDIO CODEC DRIVERS
3118 M:      Brian Austin <brian.austin@cirrus.com>
3119 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
3120 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3121 S:      Maintained
3122 F:      sound/soc/codecs/cs*
3123
3124 CLEANCACHE API
3125 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3126 L:      linux-kernel@vger.kernel.org
3127 S:      Maintained
3128 F:      mm/cleancache.c
3129 F:      include/linux/cleancache.h
3130
3131 CLK API
3132 M:      Russell King <linux@armlinux.org.uk>
3133 L:      linux-clk@vger.kernel.org
3134 S:      Maintained
3135 F:      include/linux/clk.h
3136
3137 CLOCKSOURCE, CLOCKEVENT DRIVERS
3138 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3139 M:      Thomas Gleixner <tglx@linutronix.de>
3140 L:      linux-kernel@vger.kernel.org
3141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3142 S:      Supported
3143 F:      drivers/clocksource
3144
3145 CISCO FCOE HBA DRIVER
3146 M:      Hiral Patel <hiralpat@cisco.com>
3147 M:      Suma Ramars <sramars@cisco.com>
3148 M:      Brian Uchino <buchino@cisco.com>
3149 L:      linux-scsi@vger.kernel.org
3150 S:      Supported
3151 F:      drivers/scsi/fnic/
3152
3153 CISCO SCSI HBA DRIVER
3154 M:      Narsimhulu Musini <nmusini@cisco.com>
3155 M:      Sesidhar Baddela <sebaddel@cisco.com>
3156 L:      linux-scsi@vger.kernel.org
3157 S:      Supported
3158 F:      drivers/scsi/snic/
3159
3160 CMPC ACPI DRIVER
3161 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3162 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3163 L:      platform-driver-x86@vger.kernel.org
3164 S:      Supported
3165 F:      drivers/platform/x86/classmate-laptop.c
3166
3167 COBALT MEDIA DRIVER
3168 M:      Hans Verkuil <hans.verkuil@cisco.com>
3169 L:      linux-media@vger.kernel.org
3170 T:      git git://linuxtv.org/media_tree.git
3171 W:      https://linuxtv.org
3172 S:      Supported
3173 F:      drivers/media/pci/cobalt/
3174
3175 COCCINELLE/Semantic Patches (SmPL)
3176 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3177 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3178 M:      Nicolas Palix <nicolas.palix@imag.fr>
3179 M:      Michal Marek <mmarek@suse.com>
3180 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3182 W:      http://coccinelle.lip6.fr/
3183 S:      Supported
3184 F:      Documentation/dev-tools/coccinelle.rst
3185 F:      scripts/coccinelle/
3186 F:      scripts/coccicheck
3187
3188 CODA FILE SYSTEM
3189 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3190 M:      coda@cs.cmu.edu
3191 L:      codalist@coda.cs.cmu.edu
3192 W:      http://www.coda.cs.cmu.edu/
3193 S:      Maintained
3194 F:      Documentation/filesystems/coda.txt
3195 F:      fs/coda/
3196 F:      include/linux/coda*.h
3197 F:      include/uapi/linux/coda*.h
3198
3199 CODA V4L2 MEM2MEM DRIVER
3200 M:      Philipp Zabel <p.zabel@pengutronix.de>
3201 L:      linux-media@vger.kernel.org
3202 S:      Maintained
3203 F:      Documentation/devicetree/bindings/media/coda.txt
3204 F:      drivers/media/platform/coda/
3205
3206 COMMON CLK FRAMEWORK
3207 M:      Michael Turquette <mturquette@baylibre.com>
3208 M:      Stephen Boyd <sboyd@codeaurora.org>
3209 L:      linux-clk@vger.kernel.org
3210 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3211 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3212 S:      Maintained
3213 F:      Documentation/devicetree/bindings/clock/
3214 F:      drivers/clk/
3215 X:      drivers/clk/clkdev.c
3216 F:      include/linux/clk-pr*
3217 F:      include/linux/clk/
3218
3219 COMMON INTERNET FILE SYSTEM (CIFS)
3220 M:      Steve French <sfrench@samba.org>
3221 L:      linux-cifs@vger.kernel.org
3222 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3223 W:      http://linux-cifs.samba.org/
3224 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3225 S:      Supported
3226 F:      Documentation/filesystems/cifs/
3227 F:      fs/cifs/
3228
3229 COMPACTPCI HOTPLUG CORE
3230 M:      Scott Murray <scott@spiteful.org>
3231 L:      linux-pci@vger.kernel.org
3232 S:      Maintained
3233 F:      drivers/pci/hotplug/cpci_hotplug*
3234
3235 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3236 M:      Scott Murray <scott@spiteful.org>
3237 L:      linux-pci@vger.kernel.org
3238 S:      Maintained
3239 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3240
3241 COMPACTPCI HOTPLUG GENERIC DRIVER
3242 M:      Scott Murray <scott@spiteful.org>
3243 L:      linux-pci@vger.kernel.org
3244 S:      Maintained
3245 F:      drivers/pci/hotplug/cpcihp_generic.c
3246
3247 COMPAL LAPTOP SUPPORT
3248 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3249 L:      platform-driver-x86@vger.kernel.org
3250 S:      Maintained
3251 F:      drivers/platform/x86/compal-laptop.c
3252
3253 CONEXANT ACCESSRUNNER USB DRIVER
3254 L:      accessrunner-general@lists.sourceforge.net
3255 W:      http://accessrunner.sourceforge.net/
3256 S:      Orphan
3257 F:      drivers/usb/atm/cxacru.c
3258
3259 CONFIGFS
3260 M:      Joel Becker <jlbec@evilplan.org>
3261 M:      Christoph Hellwig <hch@lst.de>
3262 T:      git git://git.infradead.org/users/hch/configfs.git
3263 S:      Supported
3264 F:      fs/configfs/
3265 F:      include/linux/configfs.h
3266
3267 CONNECTOR
3268 M:      Evgeniy Polyakov <zbr@ioremap.net>
3269 L:      netdev@vger.kernel.org
3270 S:      Maintained
3271 F:      drivers/connector/
3272
3273 CONTROL GROUP (CGROUP)
3274 M:      Tejun Heo <tj@kernel.org>
3275 M:      Li Zefan <lizefan@huawei.com>
3276 M:      Johannes Weiner <hannes@cmpxchg.org>
3277 L:      cgroups@vger.kernel.org
3278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3279 S:      Maintained
3280 F:      Documentation/cgroup*
3281 F:      include/linux/cgroup*
3282 F:      kernel/cgroup*
3283
3284 CONTROL GROUP - CPUSET
3285 M:      Li Zefan <lizefan@huawei.com>
3286 L:      cgroups@vger.kernel.org
3287 W:      http://www.bullopensource.org/cpuset/
3288 W:      http://oss.sgi.com/projects/cpusets/
3289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3290 S:      Maintained
3291 F:      Documentation/cgroup-v1/cpusets.txt
3292 F:      include/linux/cpuset.h
3293 F:      kernel/cpuset.c
3294
3295 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3296 M:      Johannes Weiner <hannes@cmpxchg.org>
3297 M:      Michal Hocko <mhocko@kernel.org>
3298 M:      Vladimir Davydov <vdavydov.dev@gmail.com>
3299 L:      cgroups@vger.kernel.org
3300 L:      linux-mm@kvack.org
3301 S:      Maintained
3302 F:      mm/memcontrol.c
3303 F:      mm/swap_cgroup.c
3304
3305 CORETEMP HARDWARE MONITORING DRIVER
3306 M:      Fenghua Yu <fenghua.yu@intel.com>
3307 L:      linux-hwmon@vger.kernel.org
3308 S:      Maintained
3309 F:      Documentation/hwmon/coretemp
3310 F:      drivers/hwmon/coretemp.c
3311
3312 COSA/SRP SYNC SERIAL DRIVER
3313 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3314 W:      http://www.fi.muni.cz/~kas/cosa/
3315 S:      Maintained
3316 F:      drivers/net/wan/cosa*
3317
3318 CPMAC ETHERNET DRIVER
3319 M:      Florian Fainelli <f.fainelli@gmail.com>
3320 L:      netdev@vger.kernel.org
3321 S:      Maintained
3322 F:      drivers/net/ethernet/ti/cpmac.c
3323
3324 CPU FREQUENCY DRIVERS
3325 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3326 M:      Viresh Kumar <viresh.kumar@linaro.org>
3327 L:      linux-pm@vger.kernel.org
3328 S:      Maintained
3329 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3330 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3331 F:      Documentation/cpu-freq/
3332 F:      drivers/cpufreq/
3333 F:      include/linux/cpufreq.h
3334
3335 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3336 M:      Viresh Kumar <viresh.kumar@linaro.org>
3337 M:      Sudeep Holla <sudeep.holla@arm.com>
3338 L:      linux-pm@vger.kernel.org
3339 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3340 S:      Maintained
3341 F:      drivers/cpufreq/arm_big_little.h
3342 F:      drivers/cpufreq/arm_big_little.c
3343 F:      drivers/cpufreq/arm_big_little_dt.c
3344
3345 CPUIDLE DRIVER - ARM BIG LITTLE
3346 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3347 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3348 L:      linux-pm@vger.kernel.org
3349 L:      linux-arm-kernel@lists.infradead.org
3350 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3351 S:      Maintained
3352 F:      drivers/cpuidle/cpuidle-big_little.c
3353
3354 CPUIDLE DRIVER - ARM EXYNOS
3355 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3356 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3357 M:      Kukjin Kim <kgene@kernel.org>
3358 L:      linux-pm@vger.kernel.org
3359 L:      linux-samsung-soc@vger.kernel.org
3360 S:      Supported
3361 F:      drivers/cpuidle/cpuidle-exynos.c
3362 F:      arch/arm/mach-exynos/pm.c
3363
3364 CPUIDLE DRIVERS
3365 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3366 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3367 L:      linux-pm@vger.kernel.org
3368 S:      Maintained
3369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3370 F:      drivers/cpuidle/*
3371 F:      include/linux/cpuidle.h
3372
3373 CPUID/MSR DRIVER
3374 M:      "H. Peter Anvin" <hpa@zytor.com>
3375 S:      Maintained
3376 F:      arch/x86/kernel/cpuid.c
3377 F:      arch/x86/kernel/msr.c
3378
3379 CPU POWER MONITORING SUBSYSTEM
3380 M:      Thomas Renninger <trenn@suse.com>
3381 L:      linux-pm@vger.kernel.org
3382 S:      Maintained
3383 F:      tools/power/cpupower/
3384
3385 CRAMFS FILESYSTEM
3386 W:      http://sourceforge.net/projects/cramfs/
3387 S:      Orphan / Obsolete
3388 F:      Documentation/filesystems/cramfs.txt
3389 F:      fs/cramfs/
3390
3391 CRIS PORT
3392 M:      Mikael Starvik <starvik@axis.com>
3393 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3394 L:      linux-cris-kernel@axis.com
3395 W:      http://developer.axis.com
3396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3397 S:      Maintained
3398 F:      arch/cris/
3399 F:      drivers/tty/serial/crisv10.*
3400
3401 CRYPTO API
3402 M:      Herbert Xu <herbert@gondor.apana.org.au>
3403 M:      "David S. Miller" <davem@davemloft.net>
3404 L:      linux-crypto@vger.kernel.org
3405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3406 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3407 S:      Maintained
3408 F:      Documentation/crypto/
3409 F:      Documentation/devicetree/bindings/crypto/
3410 F:      Documentation/DocBook/crypto-API.tmpl
3411 F:      arch/*/crypto/
3412 F:      crypto/
3413 F:      drivers/crypto/
3414 F:      include/crypto/
3415
3416 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3417 M:      Neil Horman <nhorman@tuxdriver.com>
3418 L:      linux-crypto@vger.kernel.org
3419 S:      Maintained
3420 F:      crypto/ansi_cprng.c
3421 F:      crypto/rng.c
3422
3423 CS3308 MEDIA DRIVER
3424 M:      Hans Verkuil <hverkuil@xs4all.nl>
3425 L:      linux-media@vger.kernel.org
3426 T:      git git://linuxtv.org/media_tree.git
3427 W:      http://linuxtv.org
3428 S:      Odd Fixes
3429 F:      drivers/media/i2c/cs3308.c
3430 F:      drivers/media/i2c/cs3308.h
3431
3432 CS5535 Audio ALSA driver
3433 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3434 S:      Maintained
3435 F:      sound/pci/cs5535audio/
3436
3437 CW1200 WLAN driver
3438 M:      Solomon Peachy <pizza@shaftnet.org>
3439 S:      Maintained
3440 F:      drivers/net/wireless/st/cw1200/
3441
3442 CX18 VIDEO4LINUX DRIVER
3443 M:      Andy Walls <awalls@md.metrocast.net>
3444 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3445 L:      linux-media@vger.kernel.org
3446 T:      git git://linuxtv.org/media_tree.git
3447 W:      https://linuxtv.org
3448 W:      http://www.ivtvdriver.org/index.php/Cx18
3449 S:      Maintained
3450 F:      Documentation/video4linux/cx18.txt
3451 F:      drivers/media/pci/cx18/
3452 F:      include/uapi/linux/ivtv*
3453
3454 CX2341X MPEG ENCODER HELPER MODULE
3455 M:      Hans Verkuil <hverkuil@xs4all.nl>
3456 L:      linux-media@vger.kernel.org
3457 T:      git git://linuxtv.org/media_tree.git
3458 W:      https://linuxtv.org
3459 S:      Maintained
3460 F:      drivers/media/common/cx2341x*
3461 F:      include/media/cx2341x*
3462
3463 CX24120 MEDIA DRIVER
3464 M:      Jemma Denson <jdenson@gmail.com>
3465 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3466 L:      linux-media@vger.kernel.org
3467 W:      https://linuxtv.org
3468 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3469 S:      Maintained
3470 F:      drivers/media/dvb-frontends/cx24120*
3471
3472 CX88 VIDEO4LINUX DRIVER
3473 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
3474 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3475 L:      linux-media@vger.kernel.org
3476 W:      https://linuxtv.org
3477 T:      git git://linuxtv.org/media_tree.git
3478 S:      Odd fixes
3479 F:      Documentation/video4linux/cx88/
3480 F:      drivers/media/pci/cx88/
3481
3482 CXD2820R MEDIA DRIVER
3483 M:      Antti Palosaari <crope@iki.fi>
3484 L:      linux-media@vger.kernel.org
3485 W:      https://linuxtv.org
3486 W:      http://palosaari.fi/linux/
3487 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3488 T:      git git://linuxtv.org/anttip/media_tree.git
3489 S:      Maintained
3490 F:      drivers/media/dvb-frontends/cxd2820r*
3491
3492 CXGB3 ETHERNET DRIVER (CXGB3)
3493 M:      Santosh Raspatur <santosh@chelsio.com>
3494 L:      netdev@vger.kernel.org
3495 W:      http://www.chelsio.com
3496 S:      Supported
3497 F:      drivers/net/ethernet/chelsio/cxgb3/
3498
3499 CXGB3 ISCSI DRIVER (CXGB3I)
3500 M:      Karen Xie <kxie@chelsio.com>
3501 L:      linux-scsi@vger.kernel.org
3502 W:      http://www.chelsio.com
3503 S:      Supported
3504 F:      drivers/scsi/cxgbi/cxgb3i
3505
3506 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3507 M:      Steve Wise <swise@chelsio.com>
3508 L:      linux-rdma@vger.kernel.org
3509 W:      http://www.openfabrics.org
3510 S:      Supported
3511 F:      drivers/infiniband/hw/cxgb3/
3512
3513 CXGB4 ETHERNET DRIVER (CXGB4)
3514 M:      Hariprasad S <hariprasad@chelsio.com>
3515 L:      netdev@vger.kernel.org
3516 W:      http://www.chelsio.com
3517 S:      Supported
3518 F:      drivers/net/ethernet/chelsio/cxgb4/
3519
3520 CXGB4 ISCSI DRIVER (CXGB4I)
3521 M:      Karen Xie <kxie@chelsio.com>
3522 L:      linux-scsi@vger.kernel.org
3523 W:      http://www.chelsio.com
3524 S:      Supported
3525 F:      drivers/scsi/cxgbi/cxgb4i
3526
3527 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3528 M:      Steve Wise <swise@chelsio.com>
3529 L:      linux-rdma@vger.kernel.org
3530 W:      http://www.openfabrics.org
3531 S:      Supported
3532 F:      drivers/infiniband/hw/cxgb4/
3533
3534 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3535 M:      Casey Leedom <leedom@chelsio.com>
3536 L:      netdev@vger.kernel.org
3537 W:      http://www.chelsio.com
3538 S:      Supported
3539 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3540
3541 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3542 M:      Ian Munsie <imunsie@au1.ibm.com>
3543 M:      Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3544 L:      linuxppc-dev@lists.ozlabs.org
3545 S:      Supported
3546 F:      arch/powerpc/platforms/powernv/pci-cxl.c
3547 F:      drivers/misc/cxl/
3548 F:      include/misc/cxl*
3549 F:      include/uapi/misc/cxl.h
3550 F:      Documentation/powerpc/cxl.txt
3551 F:      Documentation/ABI/testing/sysfs-class-cxl
3552
3553 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3554 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3555 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3556 M:      Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3557 L:      linux-scsi@vger.kernel.org
3558 S:      Supported
3559 F:      drivers/scsi/cxlflash/
3560 F:      include/uapi/scsi/cxlflash_ioctls.h
3561 F:      Documentation/powerpc/cxlflash.txt
3562
3563 STMMAC ETHERNET DRIVER
3564 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3565 M:      Alexandre Torgue <alexandre.torgue@st.com>
3566 L:      netdev@vger.kernel.org
3567 W:      http://www.stlinux.com
3568 S:      Supported
3569 F:      drivers/net/ethernet/stmicro/stmmac/
3570
3571 CYBERPRO FB DRIVER
3572 M:      Russell King <linux@armlinux.org.uk>
3573 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3574 W:      http://www.armlinux.org.uk/
3575 S:      Maintained
3576 F:      drivers/video/fbdev/cyber2000fb.*
3577
3578 CYCLADES ASYNC MUX DRIVER
3579 W:      http://www.cyclades.com/
3580 S:      Orphan
3581 F:      drivers/tty/cyclades.c
3582 F:      include/linux/cyclades.h
3583 F:      include/uapi/linux/cyclades.h
3584
3585 CYCLADES PC300 DRIVER
3586 W:      http://www.cyclades.com/
3587 S:      Orphan
3588 F:      drivers/net/wan/pc300*
3589
3590 CYPRESS_FIRMWARE MEDIA DRIVER
3591 M:      Antti Palosaari <crope@iki.fi>
3592 L:      linux-media@vger.kernel.org
3593 W:      https://linuxtv.org
3594 W:      http://palosaari.fi/linux/
3595 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3596 T:      git git://linuxtv.org/anttip/media_tree.git
3597 S:      Maintained
3598 F:      drivers/media/common/cypress_firmware*
3599
3600 CYTTSP TOUCHSCREEN DRIVER
3601 M:      Ferruh Yigit <fery@cypress.com>
3602 L:      linux-input@vger.kernel.org
3603 S:      Supported
3604 F:      drivers/input/touchscreen/cyttsp*
3605 F:      include/linux/input/cyttsp.h
3606
3607 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3608 M:      Joshua Kinard <kumba@gentoo.org>
3609 S:      Maintained
3610 F:      drivers/rtc/rtc-ds1685.c
3611 F:      include/linux/rtc/ds1685.h
3612
3613 DAMA SLAVE for AX.25
3614 M:      Joerg Reuter <jreuter@yaina.de>
3615 W:      http://yaina.de/jreuter/
3616 W:      http://www.qsl.net/dl1bke/
3617 L:      linux-hams@vger.kernel.org
3618 S:      Maintained
3619 F:      net/ax25/af_ax25.c
3620 F:      net/ax25/ax25_dev.c
3621 F:      net/ax25/ax25_ds_*
3622 F:      net/ax25/ax25_in.c
3623 F:      net/ax25/ax25_out.c
3624 F:      net/ax25/ax25_timer.c
3625 F:      net/ax25/sysctl_net_ax25.c
3626
3627 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3628 L:      netdev@vger.kernel.org
3629 S:      Orphan
3630 F:      Documentation/networking/dmfe.txt
3631 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3632
3633 DC390/AM53C974 SCSI driver
3634 M:      Hannes Reinecke <hare@suse.com>
3635 L:      linux-scsi@vger.kernel.org
3636 S:      Maintained
3637 F:      drivers/scsi/am53c974.c
3638
3639 DC395x SCSI driver
3640 M:      Oliver Neukum <oliver@neukum.org>
3641 M:      Ali Akcaagac <aliakc@web.de>
3642 M:      Jamie Lenehan <lenehan@twibble.org>
3643 L:      dc395x@twibble.org
3644 W:      http://twibble.org/dist/dc395x/
3645 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3646 S:      Maintained
3647 F:      Documentation/scsi/dc395x.txt
3648 F:      drivers/scsi/dc395x.*
3649
3650 DCCP PROTOCOL
3651 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3652 L:      dccp@vger.kernel.org
3653 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3654 S:      Maintained
3655 F:      include/linux/dccp.h
3656 F:      include/uapi/linux/dccp.h
3657 F:      include/linux/tfrc.h
3658 F:      net/dccp/
3659
3660 DECnet NETWORK LAYER
3661 W:      http://linux-decnet.sourceforge.net
3662 L:      linux-decnet-user@lists.sourceforge.net
3663 S:      Orphan
3664 F:      Documentation/networking/decnet.txt
3665 F:      net/decnet/
3666
3667 DECSTATION PLATFORM SUPPORT
3668 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3669 L:      linux-mips@linux-mips.org
3670 W:      http://www.linux-mips.org/wiki/DECstation
3671 S:      Maintained
3672 F:      arch/mips/dec/
3673 F:      arch/mips/include/asm/dec/
3674 F:      arch/mips/include/asm/mach-dec/
3675
3676 DEFXX FDDI NETWORK DRIVER
3677 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3678 S:      Maintained
3679 F:      drivers/net/fddi/defxx.*
3680
3681 DELL LAPTOP DRIVER
3682 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3683 M:      Pali Rohár <pali.rohar@gmail.com>
3684 L:      platform-driver-x86@vger.kernel.org
3685 S:      Maintained
3686 F:      drivers/platform/x86/dell-laptop.c
3687
3688 DELL LAPTOP RBTN DRIVER
3689 M:      Pali Rohár <pali.rohar@gmail.com>
3690 S:      Maintained
3691 F:      drivers/platform/x86/dell-rbtn.*
3692
3693 DELL LAPTOP FREEFALL DRIVER
3694 M:      Pali Rohár <pali.rohar@gmail.com>
3695 S:      Maintained
3696 F:      drivers/platform/x86/dell-smo8800.c
3697
3698 DELL LAPTOP SMM DRIVER
3699 M:      Pali Rohár <pali.rohar@gmail.com>
3700 S:      Maintained
3701 F:      drivers/hwmon/dell-smm-hwmon.c
3702 F:      include/uapi/linux/i8k.h
3703
3704 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3705 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3706 S:      Maintained
3707 F:      Documentation/dcdbas.txt
3708 F:      drivers/firmware/dcdbas.*
3709
3710 DELL WMI EXTRAS DRIVER
3711 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3712 M:      Pali Rohár <pali.rohar@gmail.com>
3713 S:      Maintained
3714 F:      drivers/platform/x86/dell-wmi.c
3715
3716 DESIGNWARE USB2 DRD IP DRIVER
3717 M:      John Youn <johnyoun@synopsys.com>
3718 L:      linux-usb@vger.kernel.org
3719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3720 S:      Maintained
3721 F:      drivers/usb/dwc2/
3722
3723 DESIGNWARE USB3 DRD IP DRIVER
3724 M:      Felipe Balbi <balbi@kernel.org>
3725 L:      linux-usb@vger.kernel.org
3726 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3727 S:      Maintained
3728 F:      drivers/usb/dwc3/
3729
3730 DEVICE COREDUMP (DEV_COREDUMP)
3731 M:      Johannes Berg <johannes@sipsolutions.net>
3732 L:      linux-kernel@vger.kernel.org
3733 S:      Maintained
3734 F:      drivers/base/devcoredump.c
3735 F:      include/linux/devcoredump.h
3736
3737 DEVICE FREQUENCY (DEVFREQ)
3738 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3739 M:      Kyungmin Park <kyungmin.park@samsung.com>
3740 L:      linux-pm@vger.kernel.org
3741 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3742 S:      Maintained
3743 F:      drivers/devfreq/
3744 F:      include/linux/devfreq.h
3745 F:      Documentation/devicetree/bindings/devfreq/
3746
3747 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3748 M:      Chanwoo Choi <cw00.choi@samsung.com>
3749 L:      linux-pm@vger.kernel.org
3750 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3751 S:      Supported
3752 F:      drivers/devfreq/event/
3753 F:      drivers/devfreq/devfreq-event.c
3754 F:      include/linux/devfreq-event.h
3755 F:      Documentation/devicetree/bindings/devfreq/event/
3756
3757 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3758 M:      Chanwoo Choi <cw00.choi@samsung.com>
3759 L:      linux-pm@vger.kernel.org
3760 L:      linux-samsung-soc@vger.kernel.org
3761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3762 S:      Maintained
3763 F:      drivers/devfreq/exynos-bus.c
3764 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3765
3766 DEVICE NUMBER REGISTRY
3767 M:      Torben Mathiasen <device@lanana.org>
3768 W:      http://lanana.org/docs/device-list/index.html
3769 S:      Maintained
3770
3771 DEVICE-MAPPER  (LVM)
3772 M:      Alasdair Kergon <agk@redhat.com>
3773 M:      Mike Snitzer <snitzer@redhat.com>
3774 M:      dm-devel@redhat.com
3775 L:      dm-devel@redhat.com
3776 W:      http://sources.redhat.com/dm
3777 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3779 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3780 S:      Maintained
3781 F:      Documentation/device-mapper/
3782 F:      drivers/md/dm*
3783 F:      drivers/md/persistent-data/
3784 F:      include/linux/device-mapper.h
3785 F:      include/linux/dm-*.h
3786 F:      include/uapi/linux/dm-*.h
3787
3788 DEVLINK
3789 M:      Jiri Pirko <jiri@mellanox.com>
3790 L:      netdev@vger.kernel.org
3791 S:      Supported
3792 F:      net/core/devlink.c
3793 F:      include/net/devlink.h
3794 F:      include/uapi/linux/devlink.h
3795
3796 DIALOG SEMICONDUCTOR DRIVERS
3797 M:      Support Opensource <support.opensource@diasemi.com>
3798 W:      http://www.dialog-semiconductor.com/products
3799 S:      Supported
3800 F:      Documentation/hwmon/da90??
3801 F:      Documentation/devicetree/bindings/mfd/da90*.txt
3802 F:      Documentation/devicetree/bindings/regulator/da92*.txt
3803 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3804 F:      drivers/gpio/gpio-da90??.c
3805 F:      drivers/hwmon/da90??-hwmon.c
3806 F:      drivers/iio/adc/da91??-*.c
3807 F:      drivers/input/misc/da90??_onkey.c
3808 F:      drivers/input/touchscreen/da9052_tsi.c
3809 F:      drivers/leds/leds-da90??.c
3810 F:      drivers/mfd/da903x.c
3811 F:      drivers/mfd/da90??-*.c
3812 F:      drivers/mfd/da91??-*.c
3813 F:      drivers/power/supply/da9052-battery.c
3814 F:      drivers/power/supply/da91??-*.c
3815 F:      drivers/regulator/da903x.c
3816 F:      drivers/regulator/da9???-regulator.[ch]
3817 F:      drivers/rtc/rtc-da90??.c
3818 F:      drivers/video/backlight/da90??_bl.c
3819 F:      drivers/watchdog/da90??_wdt.c
3820 F:      include/linux/mfd/da903x.h
3821 F:      include/linux/mfd/da9052/
3822 F:      include/linux/mfd/da9055/
3823 F:      include/linux/mfd/da9062/
3824 F:      include/linux/mfd/da9063/
3825 F:      include/linux/mfd/da9150/
3826 F:      include/linux/regulator/da9211.h
3827 F:      include/sound/da[79]*.h
3828 F:      sound/soc/codecs/da[79]*.[ch]
3829
3830 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3831 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
3832 L:      linux-gpio@vger.kernel.org
3833 S:      Maintained
3834 F:      drivers/gpio/gpio-gpio-mm.c
3835
3836 DIGI NEO AND CLASSIC PCI PRODUCTS
3837 M:      Lidza Louina <lidza.louina@gmail.com>
3838 M:      Mark Hounschell <markh@compro.net>
3839 L:      driverdev-devel@linuxdriverproject.org
3840 S:      Maintained
3841 F:      drivers/staging/dgnc/
3842
3843 DIOLAN U2C-12 I2C DRIVER
3844 M:      Guenter Roeck <linux@roeck-us.net>
3845 L:      linux-i2c@vger.kernel.org
3846 S:      Maintained
3847 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3848
3849 DIRECT ACCESS (DAX)
3850 M:      Matthew Wilcox <willy@linux.intel.com>
3851 L:      linux-fsdevel@vger.kernel.org
3852 S:      Supported
3853 F:      fs/dax.c
3854
3855 DIRECTORY NOTIFICATION (DNOTIFY)
3856 M:      Eric Paris <eparis@parisplace.org>
3857 S:      Maintained
3858 F:      Documentation/filesystems/dnotify.txt
3859 F:      fs/notify/dnotify/
3860 F:      include/linux/dnotify.h
3861
3862 DISK GEOMETRY AND PARTITION HANDLING
3863 M:      Andries Brouwer <aeb@cwi.nl>
3864 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3865 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3866 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3867 S:      Maintained
3868
3869 DISKQUOTA
3870 M:      Jan Kara <jack@suse.com>
3871 S:      Maintained
3872 F:      Documentation/filesystems/quota.txt
3873 F:      fs/quota/
3874 F:      include/linux/quota*.h
3875 F:      include/uapi/linux/quota*.h
3876
3877 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3878 M:      Bernie Thompson <bernie@plugable.com>
3879 L:      linux-fbdev@vger.kernel.org
3880 S:      Maintained
3881 W:      http://plugable.com/category/projects/udlfb/
3882 F:      drivers/video/fbdev/udlfb.c
3883 F:      include/video/udlfb.h
3884 F:      Documentation/fb/udlfb.txt
3885
3886 DISTRIBUTED LOCK MANAGER (DLM)
3887 M:      Christine Caulfield <ccaulfie@redhat.com>
3888 M:      David Teigland <teigland@redhat.com>
3889 L:      cluster-devel@redhat.com
3890 W:      http://sources.redhat.com/cluster/
3891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3892 S:      Supported
3893 F:      fs/dlm/
3894
3895 DMA BUFFER SHARING FRAMEWORK
3896 M:      Sumit Semwal <sumit.semwal@linaro.org>
3897 S:      Maintained
3898 L:      linux-media@vger.kernel.org
3899 L:      dri-devel@lists.freedesktop.org
3900 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3901 F:      drivers/dma-buf/
3902 F:      include/linux/dma-buf*
3903 F:      include/linux/reservation.h
3904 F:      include/linux/*fence.h
3905 F:      Documentation/dma-buf-sharing.txt
3906 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3907
3908 SYNC FILE FRAMEWORK
3909 M:      Sumit Semwal <sumit.semwal@linaro.org>
3910 R:      Gustavo Padovan <gustavo@padovan.org>
3911 S:      Maintained
3912 L:      linux-media@vger.kernel.org
3913 L:      dri-devel@lists.freedesktop.org
3914 F:      drivers/dma-buf/sync_file.c
3915 F:      include/linux/sync_file.h
3916 F:      Documentation/sync_file.txt
3917 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3918
3919 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3920 M:      Vinod Koul <vinod.koul@intel.com>
3921 L:      dmaengine@vger.kernel.org
3922 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3923 S:      Maintained
3924 F:      drivers/dma/
3925 F:      include/linux/dmaengine.h
3926 F:      Documentation/devicetree/bindings/dma/
3927 F:      Documentation/dmaengine/
3928 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3929
3930 DME1737 HARDWARE MONITOR DRIVER
3931 M:      Juerg Haefliger <juergh@gmail.com>
3932 L:      linux-hwmon@vger.kernel.org
3933 S:      Maintained
3934 F:      Documentation/hwmon/dme1737
3935 F:      drivers/hwmon/dme1737.c
3936
3937 DMI/SMBIOS SUPPORT
3938 M:      Jean Delvare <jdelvare@suse.com>
3939 S:      Maintained
3940 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3941 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3942 F:      drivers/firmware/dmi-id.c
3943 F:      drivers/firmware/dmi_scan.c
3944 F:      include/linux/dmi.h
3945
3946 DOCUMENTATION
3947 M:      Jonathan Corbet <corbet@lwn.net>
3948 L:      linux-doc@vger.kernel.org
3949 S:      Maintained
3950 F:      Documentation/
3951 F:      scripts/docproc.c
3952 F:      scripts/kernel-doc*
3953 X:      Documentation/ABI/
3954 X:      Documentation/devicetree/
3955 X:      Documentation/acpi
3956 X:      Documentation/power
3957 X:      Documentation/spi
3958 X:      Documentation/DocBook/media
3959 T:      git git://git.lwn.net/linux.git docs-next
3960
3961 DOUBLETALK DRIVER
3962 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3963 L:      blinux-list@redhat.com
3964 S:      Maintained
3965 F:      drivers/char/dtlk.c
3966 F:      include/linux/dtlk.h
3967
3968 DPT_I2O SCSI RAID DRIVER
3969 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3970 L:      linux-scsi@vger.kernel.org
3971 W:      http://www.adaptec.com/
3972 S:      Maintained
3973 F:      drivers/scsi/dpt*
3974 F:      drivers/scsi/dpt/
3975
3976 DRBD DRIVER
3977 M:      Philipp Reisner <philipp.reisner@linbit.com>
3978 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
3979 L:      drbd-dev@lists.linbit.com
3980 W:      http://www.drbd.org
3981 T:      git git://git.linbit.com/linux-drbd.git
3982 T:      git git://git.linbit.com/drbd-8.4.git
3983 S:      Supported
3984 F:      drivers/block/drbd/
3985 F:      lib/lru_cache.c
3986 F:      Documentation/blockdev/drbd/
3987
3988 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3989 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3990 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3991 S:      Supported
3992 F:      Documentation/kobject.txt
3993 F:      drivers/base/
3994 F:      fs/debugfs/
3995 F:      fs/kernfs/
3996 F:      fs/sysfs/
3997 F:      include/linux/debugfs.h
3998 F:      include/linux/kobj*
3999 F:      lib/kobj*
4000
4001 DRM DRIVERS
4002 M:      David Airlie <airlied@linux.ie>
4003 L:      dri-devel@lists.freedesktop.org
4004 T:      git git://people.freedesktop.org/~airlied/linux
4005 S:      Maintained
4006 F:      drivers/gpu/drm/
4007 F:      drivers/gpu/vga/
4008 F:      Documentation/devicetree/bindings/display/
4009 F:      Documentation/devicetree/bindings/gpu/
4010 F:      Documentation/devicetree/bindings/video/
4011 F:      Documentation/gpu/
4012 F:      include/drm/
4013 F:      include/uapi/drm/
4014
4015 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4016 M:      Dave Airlie <airlied@redhat.com>
4017 S:      Odd Fixes
4018 F:      drivers/gpu/drm/ast/
4019
4020 DRM DRIVER FOR BOCHS VIRTUAL GPU
4021 M:      Gerd Hoffmann <kraxel@redhat.com>
4022 S:      Odd Fixes
4023 F:      drivers/gpu/drm/bochs/
4024
4025 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4026 M:      Dave Airlie <airlied@redhat.com>
4027 S:      Odd Fixes
4028 F:      drivers/gpu/drm/cirrus/
4029
4030 RADEON and AMDGPU DRM DRIVERS
4031 M:      Alex Deucher <alexander.deucher@amd.com>
4032 M:      Christian König <christian.koenig@amd.com>
4033 L:      dri-devel@lists.freedesktop.org
4034 T:      git git://people.freedesktop.org/~agd5f/linux
4035 S:      Supported
4036 F:      drivers/gpu/drm/radeon/
4037 F:      include/uapi/drm/radeon_drm.h
4038 F:      drivers/gpu/drm/amd/
4039 F:      include/uapi/drm/amdgpu_drm.h
4040
4041 DRM PANEL DRIVERS
4042 M:      Thierry Reding <thierry.reding@gmail.com>
4043 L:      dri-devel@lists.freedesktop.org
4044 T:      git git://anongit.freedesktop.org/tegra/linux.git
4045 S:      Maintained
4046 F:      drivers/gpu/drm/drm_panel.c
4047 F:      drivers/gpu/drm/panel/
4048 F:      include/drm/drm_panel.h
4049 F:      Documentation/devicetree/bindings/display/panel/
4050
4051 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4052 M:      Daniel Vetter <daniel.vetter@intel.com>
4053 M:      Jani Nikula <jani.nikula@linux.intel.com>
4054 L:      intel-gfx@lists.freedesktop.org
4055 L:      dri-devel@lists.freedesktop.org
4056 W:      https://01.org/linuxgraphics/
4057 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
4058 T:      git git://anongit.freedesktop.org/drm-intel
4059 S:      Supported
4060 F:      drivers/gpu/drm/i915/
4061 F:      include/drm/i915*
4062 F:      include/uapi/drm/i915_drm.h
4063 F:      Documentation/gpu/i915.rst
4064
4065 DRM DRIVERS FOR ATMEL HLCDC
4066 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
4067 L:      dri-devel@lists.freedesktop.org
4068 S:      Supported
4069 F:      drivers/gpu/drm/atmel-hlcdc/
4070 F:      Documentation/devicetree/bindings/drm/atmel/
4071
4072 DRM DRIVERS FOR ALLWINNER A10
4073 M:      Maxime Ripard  <maxime.ripard@free-electrons.com>
4074 L:      dri-devel@lists.freedesktop.org
4075 S:      Supported
4076 F:      drivers/gpu/drm/sun4i/
4077 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4078
4079 DRM DRIVERS FOR EXYNOS
4080 M:      Inki Dae <inki.dae@samsung.com>
4081 M:      Joonyoung Shim <jy0922.shim@samsung.com>
4082 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
4083 M:      Kyungmin Park <kyungmin.park@samsung.com>
4084 L:      dri-devel@lists.freedesktop.org
4085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4086 S:      Supported
4087 F:      drivers/gpu/drm/exynos/
4088 F:      include/uapi/drm/exynos_drm.h
4089 F:      Documentation/devicetree/bindings/display/exynos/
4090
4091 DRM DRIVERS FOR FREESCALE DCU
4092 M:      Stefan Agner <stefan@agner.ch>
4093 M:      Alison Wang <alison.wang@freescale.com>
4094 L:      dri-devel@lists.freedesktop.org
4095 S:      Supported
4096 F:      drivers/gpu/drm/fsl-dcu/
4097 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4098 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4099 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4100
4101 DRM DRIVERS FOR FREESCALE IMX
4102 M:      Philipp Zabel <p.zabel@pengutronix.de>
4103 L:      dri-devel@lists.freedesktop.org
4104 S:      Maintained
4105 F:      drivers/gpu/drm/imx/
4106 F:      drivers/gpu/ipu-v3/
4107 F:      Documentation/devicetree/bindings/display/imx/
4108
4109 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4110 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4111 L:      dri-devel@lists.freedesktop.org
4112 T:      git git://github.com/patjak/drm-gma500
4113 S:      Maintained
4114 F:      drivers/gpu/drm/gma500/
4115
4116 DRM DRIVERS FOR HISILICON
4117 M:      Xinliang Liu <z.liuxinliang@hisilicon.com>
4118 R:      Xinwei Kong <kong.kongxinwei@hisilicon.com>
4119 R:      Chen Feng <puck.chen@hisilicon.com>
4120 L:      dri-devel@lists.freedesktop.org
4121 T:      git git://github.com/xin3liang/linux.git
4122 S:      Maintained
4123 F:      drivers/gpu/drm/hisilicon/
4124 F:      Documentation/devicetree/bindings/display/hisilicon/
4125
4126 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4127 S:      Orphan / Obsolete
4128 F:      drivers/gpu/drm/i810/
4129 F:      include/uapi/drm/i810_drm.h
4130
4131 DRM DRIVER FOR MSM ADRENO GPU
4132 M:      Rob Clark <robdclark@gmail.com>
4133 L:      linux-arm-msm@vger.kernel.org
4134 L:      dri-devel@lists.freedesktop.org
4135 L:      freedreno@lists.freedesktop.org
4136 T:      git git://people.freedesktop.org/~robclark/linux
4137 S:      Maintained
4138 F:      drivers/gpu/drm/msm/
4139 F:      include/uapi/drm/msm_drm.h
4140 F:      Documentation/devicetree/bindings/display/msm/
4141
4142 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4143 M:      Ben Skeggs <bskeggs@redhat.com>
4144 L:      dri-devel@lists.freedesktop.org
4145 L:      nouveau@lists.freedesktop.org
4146 T:      git git://github.com/skeggsb/linux
4147 S:      Supported
4148 F:      drivers/gpu/drm/nouveau/
4149 F:      include/uapi/drm/nouveau_drm.h
4150
4151 DRM DRIVERS FOR NVIDIA TEGRA
4152 M:      Thierry Reding <thierry.reding@gmail.com>
4153 L:      dri-devel@lists.freedesktop.org
4154 L:      linux-tegra@vger.kernel.org
4155 T:      git git://anongit.freedesktop.org/tegra/linux.git
4156 S:      Supported
4157 F:      drivers/gpu/drm/tegra/
4158 F:      drivers/gpu/host1x/
4159 F:      include/linux/host1x.h
4160 F:      include/uapi/drm/tegra_drm.h
4161 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4162
4163 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4164 S:      Orphan / Obsolete
4165 F:      drivers/gpu/drm/mga/
4166 F:      include/uapi/drm/mga_drm.h
4167
4168 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4169 M:      Dave Airlie <airlied@redhat.com>
4170 S:      Odd Fixes
4171 F:      drivers/gpu/drm/mgag200/
4172
4173 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4174 S:      Orphan / Obsolete
4175 F:      drivers/gpu/drm/r128/
4176 F:      include/uapi/drm/r128_drm.h
4177
4178 DRM DRIVERS FOR RENESAS
4179 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4180 L:      dri-devel@lists.freedesktop.org
4181 L:      linux-renesas-soc@vger.kernel.org
4182 T:      git git://linuxtv.org/pinchartl/fbdev
4183 S:      Supported
4184 F:      drivers/gpu/drm/rcar-du/
4185 F:      drivers/gpu/drm/shmobile/
4186 F:      include/linux/platform_data/shmob_drm.h
4187 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4188
4189 DRM DRIVER FOR QXL VIRTUAL GPU
4190 M:      Dave Airlie <airlied@redhat.com>
4191 S:      Odd Fixes
4192 F:      drivers/gpu/drm/qxl/
4193 F:      include/uapi/drm/qxl_drm.h
4194
4195 DRM DRIVERS FOR ROCKCHIP
4196 M:      Mark Yao <mark.yao@rock-chips.com>
4197 L:      dri-devel@lists.freedesktop.org
4198 S:      Maintained
4199 F:      drivers/gpu/drm/rockchip/
4200 F:      Documentation/devicetree/bindings/display/rockchip/
4201
4202 DRM DRIVER FOR SAVAGE VIDEO CARDS
4203 S:      Orphan / Obsolete
4204 F:      drivers/gpu/drm/savage/
4205 F:      include/uapi/drm/savage_drm.h
4206
4207 DRM DRIVER FOR SIS VIDEO CARDS
4208 S:      Orphan / Obsolete
4209 F:      drivers/gpu/drm/sis/
4210 F:      include/uapi/drm/sis_drm.h
4211
4212 DRM DRIVERS FOR STI
4213 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
4214 M:      Vincent Abriou <vincent.abriou@st.com>
4215 L:      dri-devel@lists.freedesktop.org
4216 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4217 S:      Maintained
4218 F:      drivers/gpu/drm/sti
4219 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4220
4221 DRM DRIVER FOR TDFX VIDEO CARDS
4222 S:      Orphan / Obsolete
4223 F:      drivers/gpu/drm/tdfx/
4224
4225 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4226 M:      Dave Airlie <airlied@redhat.com>
4227 S:      Odd Fixes
4228 F:      drivers/gpu/drm/udl/
4229
4230 DRM DRIVERS FOR VIVANTE GPU IP
4231 M:      Lucas Stach <l.stach@pengutronix.de>
4232 R:      Russell King <linux+etnaviv@armlinux.org.uk>
4233 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
4234 L:      dri-devel@lists.freedesktop.org
4235 S:      Maintained
4236 F:      drivers/gpu/drm/etnaviv/
4237 F:      include/uapi/drm/etnaviv_drm.h
4238 F:      Documentation/devicetree/bindings/display/etnaviv/
4239
4240 DRM DRIVER FOR VMWARE VIRTUAL GPU
4241 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4242 M:      Sinclair Yeh <syeh@vmware.com>
4243 M:      Thomas Hellstrom <thellstrom@vmware.com>
4244 L:      dri-devel@lists.freedesktop.org
4245 T:      git git://people.freedesktop.org/~syeh/repos_linux
4246 T:      git git://people.freedesktop.org/~thomash/linux
4247 S:      Supported
4248 F:      drivers/gpu/drm/vmwgfx/
4249 F:      include/uapi/drm/vmwgfx_drm.h
4250
4251 DRM DRIVERS FOR VC4
4252 M:      Eric Anholt <eric@anholt.net>
4253 T:      git git://github.com/anholt/linux
4254 S:      Supported
4255 F:      drivers/gpu/drm/vc4/
4256 F:      include/uapi/drm/vc4_drm.h
4257 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4258
4259 DRM DRIVERS FOR TI OMAP
4260 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4261 L:      dri-devel@lists.freedesktop.org
4262 S:      Maintained
4263 F:      drivers/gpu/drm/omapdrm/
4264 F:      Documentation/devicetree/bindings/display/ti/
4265
4266 DRM DRIVERS FOR TI LCDC
4267 M:      Jyri Sarha <jsarha@ti.com>
4268 R:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4269 L:      dri-devel@lists.freedesktop.org
4270 S:      Maintained
4271 F:      drivers/gpu/drm/tilcdc/
4272 F:      Documentation/devicetree/bindings/display/tilcdc/
4273
4274 DSBR100 USB FM RADIO DRIVER
4275 M:      Alexey Klimov <klimov.linux@gmail.com>
4276 L:      linux-media@vger.kernel.org
4277 T:      git git://linuxtv.org/media_tree.git
4278 S:      Maintained
4279 F:      drivers/media/radio/dsbr100.c
4280
4281 DSCC4 DRIVER
4282 M:      Francois Romieu <romieu@fr.zoreil.com>
4283 L:      netdev@vger.kernel.org
4284 S:      Maintained
4285 F:      drivers/net/wan/dscc4.c
4286
4287 DT3155 MEDIA DRIVER
4288 M:      Hans Verkuil <hverkuil@xs4all.nl>
4289 L:      linux-media@vger.kernel.org
4290 T:      git git://linuxtv.org/media_tree.git
4291 W:      https://linuxtv.org
4292 S:      Odd Fixes
4293 F:      drivers/media/pci/dt3155/
4294
4295 DVB_USB_AF9015 MEDIA DRIVER
4296 M:      Antti Palosaari <crope@iki.fi>
4297 L:      linux-media@vger.kernel.org
4298 W:      https://linuxtv.org
4299 W:      http://palosaari.fi/linux/
4300 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4301 T:      git git://linuxtv.org/anttip/media_tree.git
4302 S:      Maintained
4303 F:      drivers/media/usb/dvb-usb-v2/af9015*
4304
4305 DVB_USB_AF9035 MEDIA DRIVER
4306 M:      Antti Palosaari <crope@iki.fi>
4307 L:      linux-media@vger.kernel.org
4308 W:      https://linuxtv.org
4309 W:      http://palosaari.fi/linux/
4310 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4311 T:      git git://linuxtv.org/anttip/media_tree.git
4312 S:      Maintained
4313 F:      drivers/media/usb/dvb-usb-v2/af9035*
4314
4315 DVB_USB_ANYSEE MEDIA DRIVER
4316 M:      Antti Palosaari <crope@iki.fi>
4317 L:      linux-media@vger.kernel.org
4318 W:      https://linuxtv.org
4319 W:      http://palosaari.fi/linux/
4320 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4321 T:      git git://linuxtv.org/anttip/media_tree.git
4322 S:      Maintained
4323 F:      drivers/media/usb/dvb-usb-v2/anysee*
4324
4325 DVB_USB_AU6610 MEDIA DRIVER
4326 M:      Antti Palosaari <crope@iki.fi>
4327 L:      linux-media@vger.kernel.org
4328 W:      https://linuxtv.org
4329 W:      http://palosaari.fi/linux/
4330 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4331 T:      git git://linuxtv.org/anttip/media_tree.git
4332 S:      Maintained
4333 F:      drivers/media/usb/dvb-usb-v2/au6610*
4334
4335 DVB_USB_CE6230 MEDIA DRIVER
4336 M:      Antti Palosaari <crope@iki.fi>
4337 L:      linux-media@vger.kernel.org
4338 W:      https://linuxtv.org
4339 W:      http://palosaari.fi/linux/
4340 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4341 T:      git git://linuxtv.org/anttip/media_tree.git
4342 S:      Maintained
4343 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4344
4345 DVB_USB_CXUSB MEDIA DRIVER
4346 M:      Michael Krufky <mkrufky@linuxtv.org>
4347 L:      linux-media@vger.kernel.org
4348 W:      https://linuxtv.org
4349 W:      http://github.com/mkrufky
4350 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4351 T:      git git://linuxtv.org/media_tree.git
4352 S:      Maintained
4353 F:      drivers/media/usb/dvb-usb/cxusb*
4354
4355 DVB_USB_EC168 MEDIA DRIVER
4356 M:      Antti Palosaari <crope@iki.fi>
4357 L:      linux-media@vger.kernel.org
4358 W:      https://linuxtv.org
4359 W:      http://palosaari.fi/linux/
4360 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4361 T:      git git://linuxtv.org/anttip/media_tree.git
4362 S:      Maintained
4363 F:      drivers/media/usb/dvb-usb-v2/ec168*
4364
4365 DVB_USB_GL861 MEDIA DRIVER
4366 M:      Antti Palosaari <crope@iki.fi>
4367 L:      linux-media@vger.kernel.org
4368 W:      https://linuxtv.org
4369 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4370 T:      git git://linuxtv.org/anttip/media_tree.git
4371 S:      Maintained
4372 F:      drivers/media/usb/dvb-usb-v2/gl861*
4373
4374 DVB_USB_MXL111SF MEDIA DRIVER
4375 M:      Michael Krufky <mkrufky@linuxtv.org>
4376 L:      linux-media@vger.kernel.org
4377 W:      https://linuxtv.org
4378 W:      http://github.com/mkrufky
4379 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4380 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4381 S:      Maintained
4382 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4383
4384 DVB_USB_RTL28XXU MEDIA DRIVER
4385 M:      Antti Palosaari <crope@iki.fi>
4386 L:      linux-media@vger.kernel.org
4387 W:      https://linuxtv.org
4388 W:      http://palosaari.fi/linux/
4389 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4390 T:      git git://linuxtv.org/anttip/media_tree.git
4391 S:      Maintained
4392 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4393
4394 DVB_USB_V2 MEDIA DRIVER
4395 M:      Antti Palosaari <crope@iki.fi>
4396 L:      linux-media@vger.kernel.org
4397 W:      https://linuxtv.org
4398 W:      http://palosaari.fi/linux/
4399 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4400 T:      git git://linuxtv.org/anttip/media_tree.git
4401 S:      Maintained
4402 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4403 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4404
4405 DYNAMIC DEBUG
4406 M:      Jason Baron <jbaron@akamai.com>
4407 S:      Maintained
4408 F:      lib/dynamic_debug.c
4409 F:      include/linux/dynamic_debug.h
4410
4411 DZ DECSTATION DZ11 SERIAL DRIVER
4412 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4413 S:      Maintained
4414 F:      drivers/tty/serial/dz.*
4415
4416 E3X0 POWER BUTTON DRIVER
4417 M:      Moritz Fischer <moritz.fischer@ettus.com>
4418 L:      usrp-users@lists.ettus.com
4419 W:      http://www.ettus.com
4420 S:      Supported
4421 F:      drivers/input/misc/e3x0-button.c
4422 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4423
4424 E4000 MEDIA DRIVER
4425 M:      Antti Palosaari <crope@iki.fi>
4426 L:      linux-media@vger.kernel.org
4427 W:      https://linuxtv.org
4428 W:      http://palosaari.fi/linux/
4429 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4430 T:      git git://linuxtv.org/anttip/media_tree.git
4431 S:      Maintained
4432 F:      drivers/media/tuners/e4000*
4433
4434 EATA ISA/EISA/PCI SCSI DRIVER
4435 M:      Dario Ballabio <ballabio_dario@emc.com>
4436 L:      linux-scsi@vger.kernel.org
4437 S:      Maintained
4438 F:      drivers/scsi/eata.c
4439
4440 EC100 MEDIA DRIVER
4441 M:      Antti Palosaari <crope@iki.fi>
4442 L:      linux-media@vger.kernel.org
4443 W:      https://linuxtv.org
4444 W:      http://palosaari.fi/linux/
4445 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4446 T:      git git://linuxtv.org/anttip/media_tree.git
4447 S:      Maintained
4448 F:      drivers/media/dvb-frontends/ec100*
4449
4450 ECRYPT FILE SYSTEM
4451 M:      Tyler Hicks <tyhicks@canonical.com>
4452 L:      ecryptfs@vger.kernel.org
4453 W:      http://ecryptfs.org
4454 W:      https://launchpad.net/ecryptfs
4455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4456 S:      Supported
4457 F:      Documentation/filesystems/ecryptfs.txt
4458 F:      fs/ecryptfs/
4459
4460 EDAC-CORE
4461 M:      Borislav Petkov <bp@alien8.de>
4462 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4463 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4464 L:      linux-edac@vger.kernel.org
4465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4467 S:      Supported
4468 F:      Documentation/edac.txt
4469 F:      drivers/edac/
4470 F:      include/linux/edac.h
4471
4472 EDAC-AMD64
4473 M:      Borislav Petkov <bp@alien8.de>
4474 L:      linux-edac@vger.kernel.org
4475 S:      Maintained
4476 F:      drivers/edac/amd64_edac*
4477
4478 EDAC-CALXEDA
4479 M:      Robert Richter <rric@kernel.org>
4480 L:      linux-edac@vger.kernel.org
4481 S:      Maintained
4482 F:      drivers/edac/highbank*
4483
4484 EDAC-CAVIUM
4485 M:      Ralf Baechle <ralf@linux-mips.org>
4486 M:      David Daney <david.daney@cavium.com>
4487 L:      linux-edac@vger.kernel.org
4488 L:      linux-mips@linux-mips.org
4489 S:      Supported
4490 F:      drivers/edac/octeon_edac*
4491
4492 EDAC-E752X
4493 M:      Mark Gross <mark.gross@intel.com>
4494 L:      linux-edac@vger.kernel.org
4495 S:      Maintained
4496 F:      drivers/edac/e752x_edac.c
4497
4498 EDAC-E7XXX
4499 L:      linux-edac@vger.kernel.org
4500 S:      Maintained
4501 F:      drivers/edac/e7xxx_edac.c
4502
4503 EDAC-FSL_DDR
4504 M:      York Sun <york.sun@nxp.com>
4505 L:      linux-edac@vger.kernel.org
4506 S:      Maintained
4507 F:      drivers/edac/fsl_ddr_edac.*
4508
4509 EDAC-GHES
4510 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4511 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4512 L:      linux-edac@vger.kernel.org
4513 S:      Maintained
4514 F:      drivers/edac/ghes_edac.c
4515
4516 EDAC-I82443BXGX
4517 M:      Tim Small <tim@buttersideup.com>
4518 L:      linux-edac@vger.kernel.org
4519 S:      Maintained
4520 F:      drivers/edac/i82443bxgx_edac.c
4521
4522 EDAC-I3000
4523 L:      linux-edac@vger.kernel.org
4524 S:      Orphan
4525 F:      drivers/edac/i3000_edac.c
4526
4527 EDAC-I5000
4528 L:      linux-edac@vger.kernel.org
4529 S:      Maintained
4530 F:      drivers/edac/i5000_edac.c
4531
4532 EDAC-I5400
4533 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4534 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4535 L:      linux-edac@vger.kernel.org
4536 S:      Maintained
4537 F:      drivers/edac/i5400_edac.c
4538
4539 EDAC-I7300
4540 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4541 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4542 L:      linux-edac@vger.kernel.org
4543 S:      Maintained
4544 F:      drivers/edac/i7300_edac.c
4545
4546 EDAC-I7CORE
4547 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4548 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4549 L:      linux-edac@vger.kernel.org
4550 S:      Maintained
4551 F:      drivers/edac/i7core_edac.c
4552
4553 EDAC-I82975X
4554 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4555 M:      "Arvind R." <arvino55@gmail.com>
4556 L:      linux-edac@vger.kernel.org
4557 S:      Maintained
4558 F:      drivers/edac/i82975x_edac.c
4559
4560 EDAC-IE31200
4561 M:      Jason Baron <jbaron@akamai.com>
4562 L:      linux-edac@vger.kernel.org
4563 S:      Maintained
4564 F:      drivers/edac/ie31200_edac.c
4565
4566 EDAC-MPC85XX
4567 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4568 L:      linux-edac@vger.kernel.org
4569 S:      Maintained
4570 F:      drivers/edac/mpc85xx_edac.[ch]
4571
4572 EDAC-PASEMI
4573 M:      Egor Martovetsky <egor@pasemi.com>
4574 L:      linux-edac@vger.kernel.org
4575 S:      Maintained
4576 F:      drivers/edac/pasemi_edac.c
4577
4578 EDAC-R82600
4579 M:      Tim Small <tim@buttersideup.com>
4580 L:      linux-edac@vger.kernel.org
4581 S:      Maintained
4582 F:      drivers/edac/r82600_edac.c
4583
4584 EDAC-SBRIDGE
4585 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4586 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4587 L:      linux-edac@vger.kernel.org
4588 S:      Maintained
4589 F:      drivers/edac/sb_edac.c
4590
4591 EDAC-SKYLAKE
4592 M:      Tony Luck <tony.luck@intel.com>
4593 L:      linux-edac@vger.kernel.org
4594 S:      Maintained
4595 F:      drivers/edac/skx_edac.c
4596
4597 EDAC-XGENE
4598 APPLIED MICRO (APM) X-GENE SOC EDAC
4599 M:     Loc Ho <lho@apm.com>
4600 S:     Supported
4601 F:     drivers/edac/xgene_edac.c
4602 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4603
4604 EDIROL UA-101/UA-1000 DRIVER
4605 M:      Clemens Ladisch <clemens@ladisch.de>
4606 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4607 T:      git git://git.alsa-project.org/alsa-kernel.git
4608 S:      Maintained
4609 F:      sound/usb/misc/ua101.c
4610
4611 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4612 M:      Matt Fleming <matt@codeblueprint.co.uk>
4613 L:      linux-efi@vger.kernel.org
4614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4615 S:      Maintained
4616 F:      Documentation/efi-stub.txt
4617 F:      arch/ia64/kernel/efi.c
4618 F:      arch/x86/boot/compressed/eboot.[ch]
4619 F:      arch/x86/include/asm/efi.h
4620 F:      arch/x86/platform/efi/
4621 F:      drivers/firmware/efi/
4622 F:      include/linux/efi*.h
4623
4624 EFI VARIABLE FILESYSTEM
4625 M:      Matthew Garrett <matthew.garrett@nebula.com>
4626 M:      Jeremy Kerr <jk@ozlabs.org>
4627 M:      Matt Fleming <matt@codeblueprint.co.uk>
4628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4629 L:      linux-efi@vger.kernel.org
4630 S:      Maintained
4631 F:      fs/efivarfs/
4632
4633 EFIFB FRAMEBUFFER DRIVER
4634 L:      linux-fbdev@vger.kernel.org
4635 M:      Peter Jones <pjones@redhat.com>
4636 S:      Maintained
4637 F:      drivers/video/fbdev/efifb.c
4638
4639 EFI TEST DRIVER
4640 L:      linux-efi@vger.kernel.org
4641 M:      Ivan Hu <ivan.hu@canonical.com>
4642 M:      Matt Fleming <matt@codeblueprint.co.uk>
4643 S:      Maintained
4644 F:      drivers/firmware/efi/test/
4645
4646 EFS FILESYSTEM
4647 W:      http://aeschi.ch.eu.org/efs/
4648 S:      Orphan
4649 F:      fs/efs/
4650
4651 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4652 M:      Douglas Miller <dougmill@linux.vnet.ibm.com>
4653 L:      netdev@vger.kernel.org
4654 S:      Maintained
4655 F:      drivers/net/ethernet/ibm/ehea/
4656
4657 EM28XX VIDEO4LINUX DRIVER
4658 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4659 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4660 L:      linux-media@vger.kernel.org
4661 W:      https://linuxtv.org
4662 T:      git git://linuxtv.org/media_tree.git
4663 S:      Maintained
4664 F:      drivers/media/usb/em28xx/
4665
4666 EMBEDDED LINUX
4667 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4668 M:      Matt Mackall <mpm@selenic.com>
4669 M:      David Woodhouse <dwmw2@infradead.org>
4670 L:      linux-embedded@vger.kernel.org
4671 S:      Maintained
4672
4673 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4674 M:      James Smart <james.smart@avagotech.com>
4675 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4676 L:      linux-scsi@vger.kernel.org
4677 W:      http://www.avagotech.com
4678 S:      Supported
4679 F:      drivers/scsi/lpfc/
4680
4681 ENE CB710 FLASH CARD READER DRIVER
4682 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
4683 S:      Maintained
4684 F:      drivers/misc/cb710/
4685 F:      drivers/mmc/host/cb710-mmc.*
4686 F:      include/linux/cb710.h
4687
4688 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4689 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4690 S:      Maintained
4691 F:      drivers/media/rc/ene_ir.*
4692
4693 EPSON S1D13XXX FRAMEBUFFER DRIVER
4694 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4695 S:      Maintained
4696 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4697 F:      drivers/video/fbdev/s1d13xxxfb.c
4698 F:      include/video/s1d13xxxfb.h
4699
4700 ET131X NETWORK DRIVER
4701 M:      Mark Einon <mark.einon@gmail.com>
4702 S:      Odd Fixes
4703 F:      drivers/net/ethernet/agere/
4704
4705 ETHERNET BRIDGE
4706 M:      Stephen Hemminger <stephen@networkplumber.org>
4707 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
4708 L:      netdev@vger.kernel.org
4709 W:      http://www.linuxfoundation.org/en/Net:Bridge
4710 S:      Maintained
4711 F:      include/linux/netfilter_bridge/
4712 F:      net/bridge/
4713
4714 ETHERNET PHY LIBRARY
4715 M:      Florian Fainelli <f.fainelli@gmail.com>
4716 L:      netdev@vger.kernel.org
4717 S:      Maintained
4718 F:      include/linux/phy.h
4719 F:      include/linux/phy_fixed.h
4720 F:      drivers/net/phy/
4721 F:      Documentation/networking/phy.txt
4722 F:      drivers/of/of_mdio.c
4723 F:      drivers/of/of_net.c
4724
4725 EXT2 FILE SYSTEM
4726 M:      Jan Kara <jack@suse.com>
4727 L:      linux-ext4@vger.kernel.org
4728 S:      Maintained
4729 F:      Documentation/filesystems/ext2.txt
4730 F:      fs/ext2/
4731 F:      include/linux/ext2*
4732
4733 EXT4 FILE SYSTEM
4734 M:      "Theodore Ts'o" <tytso@mit.edu>
4735 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4736 L:      linux-ext4@vger.kernel.org
4737 W:      http://ext4.wiki.kernel.org
4738 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4740 S:      Maintained
4741 F:      Documentation/filesystems/ext4.txt
4742 F:      fs/ext4/
4743
4744 Extended Verification Module (EVM)
4745 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4746 L:      linux-ima-devel@lists.sourceforge.net
4747 L:      linux-security-module@vger.kernel.org
4748 S:      Supported
4749 F:      security/integrity/evm/
4750
4751 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4752 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4753 M:      Chanwoo Choi <cw00.choi@samsung.com>
4754 L:      linux-kernel@vger.kernel.org
4755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4756 S:      Maintained
4757 F:      drivers/extcon/
4758 F:      include/linux/extcon/
4759 F:      include/linux/extcon.h
4760 F:      Documentation/extcon/
4761 F:      Documentation/devicetree/bindings/extcon/
4762
4763 EXYNOS DP DRIVER
4764 M:      Jingoo Han <jingoohan1@gmail.com>
4765 L:      dri-devel@lists.freedesktop.org
4766 S:      Maintained
4767 F:      drivers/gpu/drm/exynos/exynos_dp*
4768
4769 EXYNOS SYSMMU (IOMMU) driver
4770 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4771 L:      iommu@lists.linux-foundation.org
4772 S:      Maintained
4773 F:      drivers/iommu/exynos-iommu.c
4774
4775 EXYNOS MIPI DISPLAY DRIVERS
4776 M:      Inki Dae <inki.dae@samsung.com>
4777 M:      Donghwa Lee <dh09.lee@samsung.com>
4778 M:      Kyungmin Park <kyungmin.park@samsung.com>
4779 L:      linux-fbdev@vger.kernel.org
4780 S:      Maintained
4781 F:      drivers/video/fbdev/exynos/exynos_mipi*
4782 F:      include/video/exynos_mipi*
4783
4784 EZchip NPS platform support
4785 M:      Noam Camus <noamc@ezchip.com>
4786 S:      Supported
4787 F:      arch/arc/plat-eznps
4788 F:      arch/arc/boot/dts/eznps.dts
4789
4790 F71805F HARDWARE MONITORING DRIVER
4791 M:      Jean Delvare <jdelvare@suse.com>
4792 L:      linux-hwmon@vger.kernel.org
4793 S:      Maintained
4794 F:      Documentation/hwmon/f71805f
4795 F:      drivers/hwmon/f71805f.c
4796
4797 FC0011 TUNER DRIVER
4798 M:      Michael Buesch <m@bues.ch>
4799 L:      linux-media@vger.kernel.org
4800 S:      Maintained
4801 F:      drivers/media/tuners/fc0011.h
4802 F:      drivers/media/tuners/fc0011.c
4803
4804 FC2580 MEDIA DRIVER
4805 M:      Antti Palosaari <crope@iki.fi>
4806 L:      linux-media@vger.kernel.org
4807 W:      https://linuxtv.org
4808 W:      http://palosaari.fi/linux/
4809 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4810 T:      git git://linuxtv.org/anttip/media_tree.git
4811 S:      Maintained
4812 F:      drivers/media/tuners/fc2580*
4813
4814 FANOTIFY
4815 M:      Eric Paris <eparis@redhat.com>
4816 S:      Maintained
4817 F:      fs/notify/fanotify/
4818 F:      include/linux/fanotify.h
4819 F:      include/uapi/linux/fanotify.h
4820
4821 FARSYNC SYNCHRONOUS DRIVER
4822 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4823 W:      http://www.farsite.co.uk/
4824 S:      Supported
4825 F:      drivers/net/wan/farsync.*
4826
4827 FAULT INJECTION SUPPORT
4828 M:      Akinobu Mita <akinobu.mita@gmail.com>
4829 S:      Supported
4830 F:      Documentation/fault-injection/
4831 F:      lib/fault-inject.c
4832
4833 FBTFT Framebuffer drivers
4834 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4835 M:      Noralf Trønnes <noralf@tronnes.org>
4836 S:      Maintained
4837 F:      drivers/staging/fbtft/
4838
4839 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4840 M:      Johannes Thumshirn <jth@kernel.org>
4841 L:      fcoe-devel@open-fcoe.org
4842 W:      www.Open-FCoE.org
4843 S:      Supported
4844 F:      drivers/scsi/libfc/
4845 F:      drivers/scsi/fcoe/
4846 F:      include/scsi/fc/
4847 F:      include/scsi/libfc.h
4848 F:      include/scsi/libfcoe.h
4849 F:      include/uapi/scsi/fc/
4850
4851 FILE LOCKING (flock() and fcntl()/lockf())
4852 M:      Jeff Layton <jlayton@poochiereds.net>
4853 M:      "J. Bruce Fields" <bfields@fieldses.org>
4854 L:      linux-fsdevel@vger.kernel.org
4855 S:      Maintained
4856 F:      include/linux/fcntl.h
4857 F:      include/linux/fs.h
4858 F:      include/uapi/linux/fcntl.h
4859 F:      include/uapi/linux/fs.h
4860 F:      fs/fcntl.c
4861 F:      fs/locks.c
4862
4863 FILESYSTEMS (VFS and infrastructure)
4864 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4865 L:      linux-fsdevel@vger.kernel.org
4866 S:      Maintained
4867 F:      fs/*
4868
4869 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4870 M:      Riku Voipio <riku.voipio@iki.fi>
4871 L:      linux-hwmon@vger.kernel.org
4872 S:      Maintained
4873 F:      drivers/hwmon/f75375s.c
4874 F:      include/linux/f75375s.h
4875
4876 FIREWIRE AUDIO DRIVERS
4877 M:      Clemens Ladisch <clemens@ladisch.de>
4878 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4879 T:      git git://git.alsa-project.org/alsa-kernel.git
4880 S:      Maintained
4881 F:      sound/firewire/
4882
4883 FIREWIRE MEDIA DRIVERS (firedtv)
4884 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4885 L:      linux-media@vger.kernel.org
4886 L:      linux1394-devel@lists.sourceforge.net
4887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4888 S:      Maintained
4889 F:      drivers/media/firewire/
4890
4891 FIREWIRE SBP-2 TARGET
4892 M:      Chris Boot <bootc@bootc.net>
4893 L:      linux-scsi@vger.kernel.org
4894 L:      target-devel@vger.kernel.org
4895 L:      linux1394-devel@lists.sourceforge.net
4896 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4897 S:      Maintained
4898 F:      drivers/target/sbp/
4899
4900 FIREWIRE SUBSYSTEM
4901 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4902 L:      linux1394-devel@lists.sourceforge.net
4903 W:      http://ieee1394.wiki.kernel.org/
4904 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4905 S:      Maintained
4906 F:      drivers/firewire/
4907 F:      include/linux/firewire.h
4908 F:      include/uapi/linux/firewire*.h
4909 F:      tools/firewire/
4910
4911 FIRMWARE LOADER (request_firmware)
4912 M:      Ming Lei <ming.lei@canonical.com>
4913 M:      Luis R. Rodriguez <mcgrof@kernel.org>
4914 L:      linux-kernel@vger.kernel.org
4915 S:      Maintained
4916 F:      Documentation/firmware_class/
4917 F:      drivers/base/firmware*.c
4918 F:      include/linux/firmware.h
4919
4920 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4921 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4922 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4923 S:      Maintained
4924 F:      drivers/block/rsxx/
4925
4926 FLOPPY DRIVER
4927 M:      Jiri Kosina <jikos@kernel.org>
4928 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4929 S:      Odd fixes
4930 F:      drivers/block/floppy.c
4931
4932 FMC SUBSYSTEM
4933 M:      Alessandro Rubini <rubini@gnudd.com>
4934 W:      http://www.ohwr.org/projects/fmc-bus
4935 S:      Supported
4936 F:      drivers/fmc/
4937 F:      include/linux/fmc*.h
4938 F:      include/linux/ipmi-fru.h
4939 K:      fmc_d.*register
4940
4941 FPGA MANAGER FRAMEWORK
4942 M:      Alan Tull <atull@opensource.altera.com>
4943 R:      Moritz Fischer <moritz.fischer@ettus.com>
4944 S:      Maintained
4945 F:      drivers/fpga/
4946 F:      include/linux/fpga/fpga-mgr.h
4947 W:      http://www.rocketboards.org
4948
4949 FPU EMULATOR
4950 M:      Bill Metzenthen <billm@melbpc.org.au>
4951 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4952 S:      Maintained
4953 F:      arch/x86/math-emu/
4954
4955 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4956 L:      netdev@vger.kernel.org
4957 S:      Orphan
4958 F:      drivers/net/wan/dlci.c
4959 F:      drivers/net/wan/sdla.c
4960
4961 FRAMEBUFFER LAYER
4962 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4963 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4964 L:      linux-fbdev@vger.kernel.org
4965 W:      http://linux-fbdev.sourceforge.net/
4966 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4967 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4968 S:      Maintained
4969 F:      Documentation/fb/
4970 F:      drivers/video/
4971 F:      include/video/
4972 F:      include/linux/fb.h
4973 F:      include/uapi/video/
4974 F:      include/uapi/linux/fb.h
4975
4976 FREESCALE DIU FRAMEBUFFER DRIVER
4977 M:      Timur Tabi <timur@tabi.org>
4978 L:      linux-fbdev@vger.kernel.org
4979 S:      Maintained
4980 F:      drivers/video/fbdev/fsl-diu-fb.*
4981
4982 FREESCALE DMA DRIVER
4983 M:      Li Yang <leoli@freescale.com>
4984 M:      Zhang Wei <zw@zh-kernel.org>
4985 L:      linuxppc-dev@lists.ozlabs.org
4986 S:      Maintained
4987 F:      drivers/dma/fsldma.*
4988
4989 FREESCALE GPMI NAND DRIVER
4990 M:      Han Xu <han.xu@nxp.com>
4991 L:      linux-mtd@lists.infradead.org
4992 S:      Maintained
4993 F:      drivers/mtd/nand/gpmi-nand/*
4994
4995 FREESCALE I2C CPM DRIVER
4996 M:      Jochen Friedrich <jochen@scram.de>
4997 L:      linuxppc-dev@lists.ozlabs.org
4998 L:      linux-i2c@vger.kernel.org
4999 S:      Maintained
5000 F:      drivers/i2c/busses/i2c-cpm.c
5001
5002 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5003 M:      Sascha Hauer <kernel@pengutronix.de>
5004 L:      linux-fbdev@vger.kernel.org
5005 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5006 S:      Maintained
5007 F:      include/linux/platform_data/video-imxfb.h
5008 F:      drivers/video/fbdev/imxfb.c
5009
5010 FREESCALE QUAD SPI DRIVER
5011 M:      Han Xu <han.xu@nxp.com>
5012 L:      linux-mtd@lists.infradead.org
5013 S:      Maintained
5014 F:      drivers/mtd/spi-nor/fsl-quadspi.c
5015
5016 FREESCALE SOC FS_ENET DRIVER
5017 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
5018 M:      Vitaly Bordug <vbordug@ru.mvista.com>
5019 L:      linuxppc-dev@lists.ozlabs.org
5020 L:      netdev@vger.kernel.org
5021 S:      Maintained
5022 F:      drivers/net/ethernet/freescale/fs_enet/
5023 F:      include/linux/fs_enet_pd.h
5024
5025 FREESCALE IMX / MXC FEC DRIVER
5026 M:      Fugang Duan <fugang.duan@nxp.com>
5027 L:      netdev@vger.kernel.org
5028 S:      Maintained
5029 F:      drivers/net/ethernet/freescale/fec_main.c
5030 F:      drivers/net/ethernet/freescale/fec_ptp.c
5031 F:      drivers/net/ethernet/freescale/fec.h
5032 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
5033
5034 FREESCALE QUICC ENGINE LIBRARY
5035 L:      linuxppc-dev@lists.ozlabs.org
5036 S:      Orphan
5037 F:      drivers/soc/fsl/qe/
5038 F:      include/soc/fsl/*qe*.h
5039 F:      include/soc/fsl/*ucc*.h
5040
5041 FREESCALE USB PERIPHERAL DRIVERS
5042 M:      Li Yang <leoli@freescale.com>
5043 L:      linux-usb@vger.kernel.org
5044 L:      linuxppc-dev@lists.ozlabs.org
5045 S:      Maintained
5046 F:      drivers/usb/gadget/udc/fsl*
5047
5048 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5049 M:      Li Yang <leoli@freescale.com>
5050 L:      netdev@vger.kernel.org
5051 L:      linuxppc-dev@lists.ozlabs.org
5052 S:      Maintained
5053 F:      drivers/net/ethernet/freescale/ucc_geth*
5054
5055 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5056 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
5057 L:      netdev@vger.kernel.org
5058 S:      Maintained
5059 F:      drivers/net/ethernet/freescale/gianfar*
5060 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
5061 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5062
5063 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5064 M:      Zhao Qiang <qiang.zhao@nxp.com>
5065 L:      netdev@vger.kernel.org
5066 L:      linuxppc-dev@lists.ozlabs.org
5067 S:      Maintained
5068 F:      drivers/net/wan/fsl_ucc_hdlc*
5069
5070 FREESCALE QUICC ENGINE UCC UART DRIVER
5071 M:      Timur Tabi <timur@tabi.org>
5072 L:      linuxppc-dev@lists.ozlabs.org
5073 S:      Maintained
5074 F:      drivers/tty/serial/ucc_uart.c
5075
5076 FREESCALE SOC SOUND DRIVERS
5077 M:      Timur Tabi <timur@tabi.org>
5078 M:      Nicolin Chen <nicoleotsuka@gmail.com>
5079 M:      Xiubo Li <Xiubo.Lee@gmail.com>
5080 R:      Fabio Estevam <fabio.estevam@nxp.com>
5081 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5082 L:      linuxppc-dev@lists.ozlabs.org
5083 S:      Maintained
5084 F:      sound/soc/fsl/fsl*
5085 F:      sound/soc/fsl/imx*
5086 F:      sound/soc/fsl/mpc8610_hpcd.c
5087
5088 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
5089 M:      "J. German Rivera" <German.Rivera@freescale.com>
5090 M:      Stuart Yoder <stuart.yoder@nxp.com>
5091 L:      linux-kernel@vger.kernel.org
5092 S:      Maintained
5093 F:      drivers/staging/fsl-mc/
5094
5095 FREEVXFS FILESYSTEM
5096 M:      Christoph Hellwig <hch@infradead.org>
5097 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
5098 S:      Maintained
5099 F:      fs/freevxfs/
5100
5101 FREEZER
5102 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5103 M:      Pavel Machek <pavel@ucw.cz>
5104 L:      linux-pm@vger.kernel.org
5105 S:      Supported
5106 F:      Documentation/power/freezing-of-tasks.txt
5107 F:      include/linux/freezer.h
5108 F:      kernel/freezer.c
5109
5110 FRONTSWAP API
5111 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5112 L:      linux-kernel@vger.kernel.org
5113 S:      Maintained
5114 F:      mm/frontswap.c
5115 F:      include/linux/frontswap.h
5116
5117 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5118 M:      David Howells <dhowells@redhat.com>
5119 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
5120 S:      Supported
5121 F:      Documentation/filesystems/caching/
5122 F:      fs/fscache/
5123 F:      include/linux/fscache*.h
5124
5125 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5126 M:      Theodore Y. Ts'o <tytso@mit.edu>
5127 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5128 S:      Supported
5129 F:      fs/crypto/
5130 F:      include/linux/fscrypto.h
5131
5132 F2FS FILE SYSTEM
5133 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5134 M:      Chao Yu <yuchao0@huawei.com>
5135 L:      linux-f2fs-devel@lists.sourceforge.net
5136 W:      https://f2fs.wiki.kernel.org/
5137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5138 S:      Maintained
5139 F:      Documentation/filesystems/f2fs.txt
5140 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5141 F:      fs/f2fs/
5142 F:      include/linux/f2fs_fs.h
5143 F:      include/trace/events/f2fs.h
5144
5145 FUJITSU FR-V (FRV) PORT
5146 S:      Orphan
5147 F:      arch/frv/
5148
5149 FUJITSU LAPTOP EXTRAS
5150 M:      Jonathan Woithe <jwoithe@just42.net>
5151 L:      platform-driver-x86@vger.kernel.org
5152 S:      Maintained
5153 F:      drivers/platform/x86/fujitsu-laptop.c
5154
5155 FUJITSU M-5MO LS CAMERA ISP DRIVER
5156 M:      Kyungmin Park <kyungmin.park@samsung.com>
5157 M:      Heungjun Kim <riverful.kim@samsung.com>
5158 L:      linux-media@vger.kernel.org
5159 S:      Maintained
5160 F:      drivers/media/i2c/m5mols/
5161 F:      include/media/i2c/m5mols.h
5162
5163 FUJITSU TABLET EXTRAS
5164 M:      Robert Gerlach <khnz@gmx.de>
5165 L:      platform-driver-x86@vger.kernel.org
5166 S:      Maintained
5167 F:      drivers/platform/x86/fujitsu-tablet.c
5168
5169 FUSE: FILESYSTEM IN USERSPACE
5170 M:      Miklos Szeredi <miklos@szeredi.hu>
5171 L:      linux-fsdevel@vger.kernel.org
5172 W:      http://fuse.sourceforge.net/
5173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5174 S:      Maintained
5175 F:      fs/fuse/
5176 F:      include/uapi/linux/fuse.h
5177 F:      Documentation/filesystems/fuse.txt
5178
5179 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5180 M:      Rik Faith <faith@cs.unc.edu>
5181 L:      linux-scsi@vger.kernel.org
5182 S:      Odd Fixes (e.g., new signatures)
5183 F:      drivers/scsi/fdomain.*
5184
5185 GCC PLUGINS
5186 M:      Kees Cook <keescook@chromium.org>
5187 R:      Emese Revfy <re.emese@gmail.com>
5188 L:      kernel-hardening@lists.openwall.com
5189 S:      Maintained
5190 F:      scripts/gcc-plugins/
5191 F:      scripts/gcc-plugin.sh
5192 F:      Documentation/gcc-plugins.txt
5193
5194 GCOV BASED KERNEL PROFILING
5195 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5196 S:      Maintained
5197 F:      kernel/gcov/
5198 F:      Documentation/dev-tools/gcov.rst
5199
5200 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5201 M:      Achim Leubner <achim_leubner@adaptec.com>
5202 L:      linux-scsi@vger.kernel.org
5203 W:      http://www.icp-vortex.com/
5204 S:      Supported
5205 F:      drivers/scsi/gdt*
5206
5207 GDB KERNEL DEBUGGING HELPER SCRIPTS
5208 M:      Jan Kiszka <jan.kiszka@siemens.com>
5209 M:      Kieran Bingham <kieran@bingham.xyz>
5210 S:      Supported
5211 F:      scripts/gdb/
5212
5213 GEMTEK FM RADIO RECEIVER DRIVER
5214 M:      Hans Verkuil <hverkuil@xs4all.nl>
5215 L:      linux-media@vger.kernel.org
5216 T:      git git://linuxtv.org/media_tree.git
5217 W:      https://linuxtv.org
5218 S:      Maintained
5219 F:      drivers/media/radio/radio-gemtek*
5220
5221 GENERIC GPIO I2C DRIVER
5222 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
5223 S:      Supported
5224 F:      drivers/i2c/busses/i2c-gpio.c
5225 F:      include/linux/i2c-gpio.h
5226
5227 GENERIC GPIO I2C MULTIPLEXER DRIVER
5228 M:      Peter Korsgaard <peter.korsgaard@barco.com>
5229 L:      linux-i2c@vger.kernel.org
5230 S:      Supported
5231 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5232 F:      include/linux/i2c-mux-gpio.h
5233 F:      Documentation/i2c/muxes/i2c-mux-gpio
5234
5235 GENERIC HDLC (WAN) DRIVERS
5236 M:      Krzysztof Halasa <khc@pm.waw.pl>
5237 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5238 S:      Maintained
5239 F:      drivers/net/wan/c101.c
5240 F:      drivers/net/wan/hd6457*
5241 F:      drivers/net/wan/hdlc*
5242 F:      drivers/net/wan/n2.c
5243 F:      drivers/net/wan/pc300too.c
5244 F:      drivers/net/wan/pci200syn.c
5245 F:      drivers/net/wan/wanxl*
5246
5247 GENERIC INCLUDE/ASM HEADER FILES
5248 M:      Arnd Bergmann <arnd@arndb.de>
5249 L:      linux-arch@vger.kernel.org
5250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5251 S:      Maintained
5252 F:      include/asm-generic/
5253 F:      include/uapi/asm-generic/
5254
5255 GENERIC PHY FRAMEWORK
5256 M:      Kishon Vijay Abraham I <kishon@ti.com>
5257 L:      linux-kernel@vger.kernel.org
5258 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5259 S:      Supported
5260 F:      drivers/phy/
5261 F:      include/linux/phy/
5262
5263 GENERIC PM DOMAINS
5264 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5265 M:      Kevin Hilman <khilman@kernel.org>
5266 M:      Ulf Hansson <ulf.hansson@linaro.org>
5267 L:      linux-pm@vger.kernel.org
5268 S:      Supported
5269 F:      drivers/base/power/domain*.c
5270 F:      include/linux/pm_domain.h
5271
5272 GENERIC UIO DRIVER FOR PCI DEVICES
5273 M:      "Michael S. Tsirkin" <mst@redhat.com>
5274 L:      kvm@vger.kernel.org
5275 S:      Supported
5276 F:      drivers/uio/uio_pci_generic.c
5277
5278 GET_MAINTAINER SCRIPT
5279 M:      Joe Perches <joe@perches.com>
5280 S:      Maintained
5281 F:      scripts/get_maintainer.pl
5282
5283 GFS2 FILE SYSTEM
5284 M:      Steven Whitehouse <swhiteho@redhat.com>
5285 M:      Bob Peterson <rpeterso@redhat.com>
5286 L:      cluster-devel@redhat.com
5287 W:      http://sources.redhat.com/cluster/
5288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5289 S:      Supported
5290 F:      Documentation/filesystems/gfs2*.txt
5291 F:      fs/gfs2/
5292 F:      include/uapi/linux/gfs2_ondisk.h
5293
5294 GIGASET ISDN DRIVERS
5295 M:      Paul Bolle <pebolle@tiscali.nl>
5296 L:      gigaset307x-common@lists.sourceforge.net
5297 W:      http://gigaset307x.sourceforge.net/
5298 S:      Odd Fixes
5299 F:      Documentation/isdn/README.gigaset
5300 F:      drivers/isdn/gigaset/
5301 F:      include/uapi/linux/gigaset_dev.h
5302
5303 GO7007 MPEG CODEC
5304 M:      Hans Verkuil <hans.verkuil@cisco.com>
5305 L:      linux-media@vger.kernel.org
5306 S:      Maintained
5307 F:      drivers/media/usb/go7007/
5308
5309 GOODIX TOUCHSCREEN
5310 M:      Bastien Nocera <hadess@hadess.net>
5311 L:      linux-input@vger.kernel.org
5312 S:      Maintained
5313 F:      drivers/input/touchscreen/goodix.c
5314
5315 GPIO MOCKUP DRIVER
5316 M:      Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5317 L:      linux-gpio@vger.kernel.org
5318 S:      Maintained
5319 F:      drivers/gpio/gpio-mockup.c
5320 F:      tools/testing/selftests/gpio/
5321
5322 GPIO SUBSYSTEM
5323 M:      Linus Walleij <linus.walleij@linaro.org>
5324 M:      Alexandre Courbot <gnurou@gmail.com>
5325 L:      linux-gpio@vger.kernel.org
5326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5327 S:      Maintained
5328 F:      Documentation/devicetree/bindings/gpio/
5329 F:      Documentation/gpio/
5330 F:      Documentation/ABI/testing/gpio-cdev
5331 F:      Documentation/ABI/obsolete/sysfs-gpio
5332 F:      drivers/gpio/
5333 F:      include/linux/gpio/
5334 F:      include/linux/gpio.h
5335 F:      include/asm-generic/gpio.h
5336 F:      include/uapi/linux/gpio.h
5337 F:      tools/gpio/
5338
5339 GRE DEMULTIPLEXER DRIVER
5340 M:      Dmitry Kozlov <xeb@mail.ru>
5341 L:      netdev@vger.kernel.org
5342 S:      Maintained
5343 F:      net/ipv4/gre_demux.c
5344 F:      net/ipv4/gre_offload.c
5345 F:      include/net/gre.h
5346
5347 GRETH 10/100/1G Ethernet MAC device driver
5348 M:      Andreas Larsson <andreas@gaisler.com>
5349 L:      netdev@vger.kernel.org
5350 S:      Maintained
5351 F:      drivers/net/ethernet/aeroflex/
5352
5353 GREYBUS SUBSYSTEM
5354 M:      Johan Hovold <johan@kernel.org>
5355 M:      Alex Elder <elder@kernel.org>
5356 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5357 S:      Maintained
5358 F:      drivers/staging/greybus/
5359
5360 GREYBUS AUDIO PROTOCOLS DRIVERS
5361 M:      Vaibhav Agarwal <vaibhav.sr@gmail.com>
5362 M:      Mark Greer <mgreer@animalcreek.com>
5363 S:      Maintained
5364 F:      drivers/staging/greybus/audio_apbridgea.c
5365 F:      drivers/staging/greybus/audio_apbridgea.h
5366 F:      drivers/staging/greybus/audio_codec.c
5367 F:      drivers/staging/greybus/audio_codec.h
5368 F:      drivers/staging/greybus/audio_gb.c
5369 F:      drivers/staging/greybus/audio_manager.c
5370 F:      drivers/staging/greybus/audio_manager.h
5371 F:      drivers/staging/greybus/audio_manager_module.c
5372 F:      drivers/staging/greybus/audio_manager_private.h
5373 F:      drivers/staging/greybus/audio_manager_sysfs.c
5374 F:      drivers/staging/greybus/audio_module.c
5375 F:      drivers/staging/greybus/audio_topology.c
5376
5377 GREYBUS PROTOCOLS DRIVERS
5378 M:      Rui Miguel Silva <rmfrfs@gmail.com>
5379 S:      Maintained
5380 F:      drivers/staging/greybus/sdio.c
5381 F:      drivers/staging/greybus/light.c
5382 F:      drivers/staging/greybus/gpio.c
5383 F:      drivers/staging/greybus/power_supply.c
5384 F:      drivers/staging/greybus/spi.c
5385 F:      drivers/staging/greybus/spilib.c
5386
5387 GREYBUS PROTOCOLS DRIVERS
5388 M:      Bryan O'Donoghue <pure.logic@nexus-software.ie>
5389 S:      Maintained
5390 F:      drivers/staging/greybus/loopback.c
5391 F:      drivers/staging/greybus/timesync.c
5392 F:      drivers/staging/greybus/timesync_platform.c
5393
5394 GREYBUS PROTOCOLS DRIVERS
5395 M:      Viresh Kumar <vireshk@kernel.org>
5396 S:      Maintained
5397 F:      drivers/staging/greybus/authentication.c
5398 F:      drivers/staging/greybus/bootrom.c
5399 F:      drivers/staging/greybus/firmware.h
5400 F:      drivers/staging/greybus/fw-core.c
5401 F:      drivers/staging/greybus/fw-download.c
5402 F:      drivers/staging/greybus/fw-managament.c
5403 F:      drivers/staging/greybus/greybus_authentication.h
5404 F:      drivers/staging/greybus/greybus_firmware.h
5405 F:      drivers/staging/greybus/hid.c
5406 F:      drivers/staging/greybus/i2c.c
5407 F:      drivers/staging/greybus/spi.c
5408 F:      drivers/staging/greybus/spilib.c
5409 F:      drivers/staging/greybus/spilib.h
5410
5411 GREYBUS PROTOCOLS DRIVERS
5412 M:      David Lin <dtwlin@gmail.com>
5413 S:      Maintained
5414 F:      drivers/staging/greybus/uart.c
5415 F:      drivers/staging/greybus/log.c
5416
5417 GREYBUS PLATFORM DRIVERS
5418 M:      Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5419 S:      Maintained
5420 F:      drivers/staging/greybus/arche-platform.c
5421 F:      drivers/staging/greybus/arche-apb-ctrl.c
5422 F:      drivers/staging/greybus/arche_platform.h
5423
5424 GSPCA FINEPIX SUBDRIVER
5425 M:      Frank Zago <frank@zago.net>
5426 L:      linux-media@vger.kernel.org
5427 T:      git git://linuxtv.org/media_tree.git
5428 S:      Maintained
5429 F:      drivers/media/usb/gspca/finepix.c
5430
5431 GSPCA GL860 SUBDRIVER
5432 M:      Olivier Lorin <o.lorin@laposte.net>
5433 L:      linux-media@vger.kernel.org
5434 T:      git git://linuxtv.org/media_tree.git
5435 S:      Maintained
5436 F:      drivers/media/usb/gspca/gl860/
5437
5438 GSPCA M5602 SUBDRIVER
5439 M:      Erik Andren <erik.andren@gmail.com>
5440 L:      linux-media@vger.kernel.org
5441 T:      git git://linuxtv.org/media_tree.git
5442 S:      Maintained
5443 F:      drivers/media/usb/gspca/m5602/
5444
5445 GSPCA PAC207 SONIXB SUBDRIVER
5446 M:      Hans Verkuil <hverkuil@xs4all.nl>
5447 L:      linux-media@vger.kernel.org
5448 T:      git git://linuxtv.org/media_tree.git
5449 S:      Odd Fixes
5450 F:      drivers/media/usb/gspca/pac207.c
5451
5452 GSPCA SN9C20X SUBDRIVER
5453 M:      Brian Johnson <brijohn@gmail.com>
5454 L:      linux-media@vger.kernel.org
5455 T:      git git://linuxtv.org/media_tree.git
5456 S:      Maintained
5457 F:      drivers/media/usb/gspca/sn9c20x.c
5458
5459 GSPCA T613 SUBDRIVER
5460 M:      Leandro Costantino <lcostantino@gmail.com>
5461 L:      linux-media@vger.kernel.org
5462 T:      git git://linuxtv.org/media_tree.git
5463 S:      Maintained
5464 F:      drivers/media/usb/gspca/t613.c
5465
5466 GSPCA USB WEBCAM DRIVER
5467 M:      Hans Verkuil <hverkuil@xs4all.nl>
5468 L:      linux-media@vger.kernel.org
5469 T:      git git://linuxtv.org/media_tree.git
5470 S:      Odd Fixes
5471 F:      drivers/media/usb/gspca/
5472
5473 GUID PARTITION TABLE (GPT)
5474 M:      Davidlohr Bueso <dave@stgolabs.net>
5475 L:      linux-efi@vger.kernel.org
5476 S:      Maintained
5477 F:      block/partitions/efi.*
5478
5479 STK1160 USB VIDEO CAPTURE DRIVER
5480 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5481 L:      linux-media@vger.kernel.org
5482 T:      git git://linuxtv.org/media_tree.git
5483 S:      Maintained
5484 F:      drivers/media/usb/stk1160/
5485
5486 H8/300 ARCHITECTURE
5487 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5488 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5489 W:      http://uclinux-h8.sourceforge.jp
5490 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5491 S:      Maintained
5492 F:      arch/h8300/
5493 F:      drivers/clocksource/h8300_*.c
5494 F:      drivers/clk/h8300/
5495 F:      drivers/irqchip/irq-renesas-h8*.c
5496
5497 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5498 M:      Frank Seidel <frank@f-seidel.de>
5499 L:      platform-driver-x86@vger.kernel.org
5500 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5501 S:      Maintained
5502 F:      drivers/platform/x86/hdaps.c
5503
5504 HDPVR USB VIDEO ENCODER DRIVER
5505 M:      Hans Verkuil <hverkuil@xs4all.nl>
5506 L:      linux-media@vger.kernel.org
5507 T:      git git://linuxtv.org/media_tree.git
5508 W:      https://linuxtv.org
5509 S:      Odd Fixes
5510 F:      drivers/media/usb/hdpvr/
5511
5512 HWPOISON MEMORY FAILURE HANDLING
5513 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5514 L:      linux-mm@kvack.org
5515 S:      Maintained
5516 F:      mm/memory-failure.c
5517 F:      mm/hwpoison-inject.c
5518
5519 HYPERVISOR VIRTUAL CONSOLE DRIVER
5520 L:      linuxppc-dev@lists.ozlabs.org
5521 S:      Odd Fixes
5522 F:      drivers/tty/hvc/
5523
5524 HACKRF MEDIA DRIVER
5525 M:      Antti Palosaari <crope@iki.fi>
5526 L:      linux-media@vger.kernel.org
5527 W:      https://linuxtv.org
5528 W:      http://palosaari.fi/linux/
5529 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5530 T:      git git://linuxtv.org/anttip/media_tree.git
5531 S:      Maintained
5532 F:      drivers/media/usb/hackrf/
5533
5534 HARDWARE MONITORING
5535 M:      Jean Delvare <jdelvare@suse.com>
5536 M:      Guenter Roeck <linux@roeck-us.net>
5537 L:      linux-hwmon@vger.kernel.org
5538 W:      http://hwmon.wiki.kernel.org/
5539 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5541 S:      Maintained
5542 F:      Documentation/hwmon/
5543 F:      drivers/hwmon/
5544 F:      include/linux/hwmon*.h
5545
5546 HARDWARE RANDOM NUMBER GENERATOR CORE
5547 M:      Matt Mackall <mpm@selenic.com>
5548 M:      Herbert Xu <herbert@gondor.apana.org.au>
5549 L:      linux-crypto@vger.kernel.org
5550 S:      Odd fixes
5551 F:      Documentation/devicetree/bindings/rng/
5552 F:      Documentation/hw_random.txt
5553 F:      drivers/char/hw_random/
5554 F:      include/linux/hw_random.h
5555
5556 HARDWARE SPINLOCK CORE
5557 M:      Ohad Ben-Cohen <ohad@wizery.com>
5558 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5559 L:      linux-remoteproc@vger.kernel.org
5560 S:      Maintained
5561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5562 F:      Documentation/devicetree/bindings/hwlock/
5563 F:      Documentation/hwspinlock.txt
5564 F:      drivers/hwspinlock/
5565 F:      include/linux/hwspinlock.h
5566
5567 HARMONY SOUND DRIVER
5568 L:      linux-parisc@vger.kernel.org
5569 S:      Maintained
5570 F:      sound/parisc/harmony.*
5571
5572 HD29L2 MEDIA DRIVER
5573 M:      Antti Palosaari <crope@iki.fi>
5574 L:      linux-media@vger.kernel.org
5575 W:      https://linuxtv.org
5576 W:      http://palosaari.fi/linux/
5577 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5578 T:      git git://linuxtv.org/anttip/media_tree.git
5579 S:      Maintained
5580 F:      drivers/media/dvb-frontends/hd29l2*
5581
5582 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5583 M:      Brian Boylston <brian.boylston@hpe.com>
5584 S:      Supported
5585 F:      Documentation/watchdog/hpwdt.txt
5586 F:      drivers/watchdog/hpwdt.c
5587
5588 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5589 M:      Don Brace <don.brace@microsemi.com>
5590 L:      iss_storagedev@hp.com
5591 L:      esc.storagedev@microsemi.com
5592 L:      linux-scsi@vger.kernel.org
5593 S:      Supported
5594 F:      Documentation/scsi/hpsa.txt
5595 F:      drivers/scsi/hpsa*.[ch]
5596 F:      include/linux/cciss*.h
5597 F:      include/uapi/linux/cciss*.h
5598
5599 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5600 M:      Don Brace <don.brace@microsemi.com>
5601 L:      iss_storagedev@hp.com
5602 L:      esc.storagedev@microsemi.com
5603 L:      linux-scsi@vger.kernel.org
5604 S:      Supported
5605 F:      Documentation/blockdev/cciss.txt
5606 F:      drivers/block/cciss*
5607 F:      include/linux/cciss_ioctl.h
5608 F:      include/uapi/linux/cciss_ioctl.h
5609
5610 HFI1 DRIVER
5611 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
5612 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
5613 L:      linux-rdma@vger.kernel.org
5614 S:      Supported
5615 F:      drivers/infiniband/hw/hfi1
5616
5617 HFS FILESYSTEM
5618 L:      linux-fsdevel@vger.kernel.org
5619 S:      Orphan
5620 F:      Documentation/filesystems/hfs.txt
5621 F:      fs/hfs/
5622
5623 HFSPLUS FILESYSTEM
5624 L:      linux-fsdevel@vger.kernel.org
5625 S:      Orphan
5626 F:      Documentation/filesystems/hfsplus.txt
5627 F:      fs/hfsplus/
5628
5629 HGA FRAMEBUFFER DRIVER
5630 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5631 L:      linux-nvidia@lists.surfsouth.com
5632 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5633 S:      Maintained
5634 F:      drivers/video/fbdev/hgafb.c
5635
5636 HIBERNATION (aka Software Suspend, aka swsusp)
5637 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5638 M:      Pavel Machek <pavel@ucw.cz>
5639 L:      linux-pm@vger.kernel.org
5640 S:      Supported
5641 F:      arch/x86/power/
5642 F:      drivers/base/power/
5643 F:      kernel/power/
5644 F:      include/linux/suspend.h
5645 F:      include/linux/freezer.h
5646 F:      include/linux/pm.h
5647 F:      arch/*/include/asm/suspend*.h
5648
5649 HID CORE LAYER
5650 M:      Jiri Kosina <jikos@kernel.org>
5651 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5652 L:      linux-input@vger.kernel.org
5653 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5654 S:      Maintained
5655 F:      drivers/hid/
5656 F:      include/linux/hid*
5657 F:      include/uapi/linux/hid*
5658
5659 HID SENSOR HUB DRIVERS
5660 M:      Jiri Kosina <jikos@kernel.org>
5661 M:      Jonathan Cameron <jic23@kernel.org>
5662 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5663 L:      linux-input@vger.kernel.org
5664 L:      linux-iio@vger.kernel.org
5665 S:      Maintained
5666 F:      Documentation/hid/hid-sensor*
5667 F:      drivers/hid/hid-sensor-*
5668 F:      drivers/iio/*/hid-*
5669 F:      include/linux/hid-sensor-*
5670
5671 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5672 M:      Thomas Gleixner <tglx@linutronix.de>
5673 L:      linux-kernel@vger.kernel.org
5674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5675 S:      Maintained
5676 F:      Documentation/timers/
5677 F:      kernel/time/hrtimer.c
5678 F:      kernel/time/clockevents.c
5679 F:      kernel/time/tick*.*
5680 F:      kernel/time/timer_*.c
5681 F:      include/linux/clockchips.h
5682 F:      include/linux/hrtimer.h
5683
5684 HIGH-SPEED SCC DRIVER FOR AX.25
5685 L:      linux-hams@vger.kernel.org
5686 S:      Orphan
5687 F:      drivers/net/hamradio/dmascc.c
5688 F:      drivers/net/hamradio/scc.c
5689
5690 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5691 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5692 W:      http://www.highpoint-tech.com
5693 S:      Supported
5694 F:      Documentation/scsi/hptiop.txt
5695 F:      drivers/scsi/hptiop.c
5696
5697 HIPPI
5698 M:      Jes Sorensen <jes@trained-monkey.org>
5699 L:      linux-hippi@sunsite.dk
5700 S:      Maintained
5701 F:      include/linux/hippidevice.h
5702 F:      include/uapi/linux/if_hippi.h
5703 F:      net/802/hippi.c
5704 F:      drivers/net/hippi/
5705
5706 HISILICON NETWORK SUBSYSTEM DRIVER
5707 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
5708 M:      Salil Mehta <salil.mehta@huawei.com>
5709 L:      netdev@vger.kernel.org
5710 W:      http://www.hisilicon.com
5711 S:      Maintained
5712 F:      drivers/net/ethernet/hisilicon/
5713 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
5714
5715 HISILICON SAS Controller
5716 M:      John Garry <john.garry@huawei.com>
5717 W:      http://www.hisilicon.com
5718 S:      Supported
5719 F:      drivers/scsi/hisi_sas/
5720 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5721
5722 HOST AP DRIVER
5723 M:      Jouni Malinen <j@w1.fi>
5724 L:      linux-wireless@vger.kernel.org
5725 W:      http://w1.fi/hostap-driver.html
5726 S:      Obsolete
5727 F:      drivers/net/wireless/intersil/hostap/
5728
5729 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5730 L:      platform-driver-x86@vger.kernel.org
5731 S:      Orphan
5732 F:      drivers/platform/x86/tc1100-wmi.c
5733
5734 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5735 M:      Jaroslav Kysela <perex@perex.cz>
5736 S:      Maintained
5737 F:      drivers/net/ethernet/hp/hp100.*
5738
5739 HPET:   High Precision Event Timers driver
5740 M:      Clemens Ladisch <clemens@ladisch.de>
5741 S:      Maintained
5742 F:      Documentation/timers/hpet.txt
5743 F:      drivers/char/hpet.c
5744 F:      include/linux/hpet.h
5745 F:      include/uapi/linux/hpet.h
5746
5747 HPET:   x86
5748 S:      Orphan
5749 F:      arch/x86/kernel/hpet.c
5750 F:      arch/x86/include/asm/hpet.h
5751
5752 HPFS FILESYSTEM
5753 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5754 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5755 S:      Maintained
5756 F:      fs/hpfs/
5757
5758 HSI SUBSYSTEM
5759 M:      Sebastian Reichel <sre@kernel.org>
5760 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5761 S:      Maintained
5762 F:      Documentation/ABI/testing/sysfs-bus-hsi
5763 F:      Documentation/device-drivers/serial-interfaces.rst
5764 F:      drivers/hsi/
5765 F:      include/linux/hsi/
5766 F:      include/uapi/linux/hsi/
5767
5768 HSO 3G MODEM DRIVER
5769 M:      Jan Dumon <j.dumon@option.com>
5770 W:      http://www.pharscape.org
5771 S:      Maintained
5772 F:      drivers/net/usb/hso.c
5773
5774 HSR NETWORK PROTOCOL
5775 M:      Arvid Brodin <arvid.brodin@alten.se>
5776 L:      netdev@vger.kernel.org
5777 S:      Maintained
5778 F:      net/hsr/
5779
5780 HTCPEN TOUCHSCREEN DRIVER
5781 M:      Pau Oliva Fora <pof@eslack.org>
5782 L:      linux-input@vger.kernel.org
5783 S:      Maintained
5784 F:      drivers/input/touchscreen/htcpen.c
5785
5786 HUGETLB FILESYSTEM
5787 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5788 S:      Maintained
5789 F:      fs/hugetlbfs/
5790
5791 Hyper-V CORE AND DRIVERS
5792 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5793 M:      Haiyang Zhang <haiyangz@microsoft.com>
5794 L:      devel@linuxdriverproject.org
5795 S:      Maintained
5796 F:      arch/x86/include/asm/mshyperv.h
5797 F:      arch/x86/include/uapi/asm/hyperv.h
5798 F:      arch/x86/kernel/cpu/mshyperv.c
5799 F:      drivers/hid/hid-hyperv.c
5800 F:      drivers/hv/
5801 F:      drivers/input/serio/hyperv-keyboard.c
5802 F:      drivers/pci/host/pci-hyperv.c
5803 F:      drivers/net/hyperv/
5804 F:      drivers/scsi/storvsc_drv.c
5805 F:      drivers/video/fbdev/hyperv_fb.c
5806 F:      include/linux/hyperv.h
5807 F:      tools/hv/
5808 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5809
5810 I2C MUXES
5811 M:      Peter Rosin <peda@axentia.se>
5812 L:      linux-i2c@vger.kernel.org
5813 S:      Maintained
5814 F:      Documentation/i2c/i2c-topology
5815 F:      Documentation/i2c/muxes/
5816 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5817 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
5818 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
5819 F:      drivers/i2c/i2c-mux.c
5820 F:      drivers/i2c/muxes/
5821 F:      include/linux/i2c-mux.h
5822
5823 I2C OVER PARALLEL PORT
5824 M:      Jean Delvare <jdelvare@suse.com>
5825 L:      linux-i2c@vger.kernel.org
5826 S:      Maintained
5827 F:      Documentation/i2c/busses/i2c-parport
5828 F:      Documentation/i2c/busses/i2c-parport-light
5829 F:      drivers/i2c/busses/i2c-parport.c
5830 F:      drivers/i2c/busses/i2c-parport-light.c
5831
5832 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5833 M:      Jean Delvare <jdelvare@suse.com>
5834 L:      linux-i2c@vger.kernel.org
5835 S:      Maintained
5836 F:      Documentation/i2c/busses/i2c-ali1535
5837 F:      Documentation/i2c/busses/i2c-ali1563
5838 F:      Documentation/i2c/busses/i2c-ali15x3
5839 F:      Documentation/i2c/busses/i2c-amd756
5840 F:      Documentation/i2c/busses/i2c-amd8111
5841 F:      Documentation/i2c/busses/i2c-i801
5842 F:      Documentation/i2c/busses/i2c-nforce2
5843 F:      Documentation/i2c/busses/i2c-piix4
5844 F:      Documentation/i2c/busses/i2c-sis5595
5845 F:      Documentation/i2c/busses/i2c-sis630
5846 F:      Documentation/i2c/busses/i2c-sis96x
5847 F:      Documentation/i2c/busses/i2c-via
5848 F:      Documentation/i2c/busses/i2c-viapro
5849 F:      drivers/i2c/busses/i2c-ali1535.c
5850 F:      drivers/i2c/busses/i2c-ali1563.c
5851 F:      drivers/i2c/busses/i2c-ali15x3.c
5852 F:      drivers/i2c/busses/i2c-amd756.c
5853 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5854 F:      drivers/i2c/busses/i2c-amd8111.c
5855 F:      drivers/i2c/busses/i2c-i801.c
5856 F:      drivers/i2c/busses/i2c-isch.c
5857 F:      drivers/i2c/busses/i2c-nforce2.c
5858 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5859 F:      drivers/i2c/busses/i2c-piix4.c
5860 F:      drivers/i2c/busses/i2c-sis5595.c
5861 F:      drivers/i2c/busses/i2c-sis630.c
5862 F:      drivers/i2c/busses/i2c-sis96x.c
5863 F:      drivers/i2c/busses/i2c-via.c
5864 F:      drivers/i2c/busses/i2c-viapro.c
5865
5866 I2C/SMBUS ISMT DRIVER
5867 M:      Seth Heasley <seth.heasley@intel.com>
5868 M:      Neil Horman <nhorman@tuxdriver.com>
5869 L:      linux-i2c@vger.kernel.org
5870 F:      drivers/i2c/busses/i2c-ismt.c
5871 F:      Documentation/i2c/busses/i2c-ismt
5872
5873 I2C/SMBUS STUB DRIVER
5874 M:      Jean Delvare <jdelvare@suse.com>
5875 L:      linux-i2c@vger.kernel.org
5876 S:      Maintained
5877 F:      drivers/i2c/i2c-stub.c
5878
5879 I2C SUBSYSTEM
5880 M:      Wolfram Sang <wsa@the-dreams.de>
5881 L:      linux-i2c@vger.kernel.org
5882 W:      https://i2c.wiki.kernel.org/
5883 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5884 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5885 S:      Maintained
5886 F:      Documentation/devicetree/bindings/i2c/
5887 F:      Documentation/i2c/
5888 F:      drivers/i2c/
5889 F:      drivers/i2c/*/
5890 F:      include/linux/i2c.h
5891 F:      include/linux/i2c-*.h
5892 F:      include/uapi/linux/i2c.h
5893 F:      include/uapi/linux/i2c-*.h
5894
5895 I2C ACPI SUPPORT
5896 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5897 L:      linux-i2c@vger.kernel.org
5898 L:      linux-acpi@vger.kernel.org
5899 S:      Maintained
5900
5901 I2C-TAOS-EVM DRIVER
5902 M:      Jean Delvare <jdelvare@suse.com>
5903 L:      linux-i2c@vger.kernel.org
5904 S:      Maintained
5905 F:      Documentation/i2c/busses/i2c-taos-evm
5906 F:      drivers/i2c/busses/i2c-taos-evm.c
5907
5908 I2C-TINY-USB DRIVER
5909 M:      Till Harbaum <till@harbaum.org>
5910 L:      linux-i2c@vger.kernel.org
5911 W:      http://www.harbaum.org/till/i2c_tiny_usb
5912 S:      Maintained
5913 F:      drivers/i2c/busses/i2c-tiny-usb.c
5914
5915 i386 BOOT CODE
5916 M:      "H. Peter Anvin" <hpa@zytor.com>
5917 S:      Maintained
5918 F:      arch/x86/boot/
5919
5920 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5921 M:      "H. Peter Anvin" <hpa@zytor.com>
5922 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5923 S:      Maintained
5924
5925 IA64 (Itanium) PLATFORM
5926 M:      Tony Luck <tony.luck@intel.com>
5927 M:      Fenghua Yu <fenghua.yu@intel.com>
5928 L:      linux-ia64@vger.kernel.org
5929 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5930 S:      Maintained
5931 F:      arch/ia64/
5932
5933 IBM Power VMX Cryptographic instructions
5934 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5935 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5936 L:      linux-crypto@vger.kernel.org
5937 S:      Supported
5938 F:      drivers/crypto/vmx/Makefile
5939 F:      drivers/crypto/vmx/Kconfig
5940 F:      drivers/crypto/vmx/vmx.c
5941 F:      drivers/crypto/vmx/aes*
5942 F:      drivers/crypto/vmx/ghash*
5943 F:      drivers/crypto/vmx/ppc-xlate.pl
5944
5945 IBM Power in-Nest Crypto Acceleration
5946 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5947 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5948 L:      linux-crypto@vger.kernel.org
5949 S:      Supported
5950 F:      drivers/crypto/nx/Makefile
5951 F:      drivers/crypto/nx/Kconfig
5952 F:      drivers/crypto/nx/nx-aes*
5953 F:      drivers/crypto/nx/nx-sha*
5954 F:      drivers/crypto/nx/nx.*
5955 F:      drivers/crypto/nx/nx_csbcpb.h
5956 F:      drivers/crypto/nx/nx_debugfs.h
5957
5958 IBM Power 842 compression accelerator
5959 M:      Dan Streetman <ddstreet@ieee.org>
5960 S:      Supported
5961 F:      drivers/crypto/nx/Makefile
5962 F:      drivers/crypto/nx/Kconfig
5963 F:      drivers/crypto/nx/nx-842*
5964 F:      include/linux/sw842.h
5965 F:      crypto/842.c
5966 F:      lib/842/
5967
5968 IBM Power Linux RAID adapter
5969 M:      Brian King <brking@us.ibm.com>
5970 S:      Supported
5971 F:      drivers/scsi/ipr.*
5972
5973 IBM Power Virtual Ethernet Device Driver
5974 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5975 L:      netdev@vger.kernel.org
5976 S:      Supported
5977 F:      drivers/net/ethernet/ibm/ibmveth.*
5978
5979 IBM Power SRIOV Virtual NIC Device Driver
5980 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5981 M:      John Allen <jallen@linux.vnet.ibm.com>
5982 L:      netdev@vger.kernel.org
5983 S:      Supported
5984 F:      drivers/net/ethernet/ibm/ibmvnic.*
5985
5986 IBM Power Virtual SCSI Device Drivers
5987 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5988 L:      linux-scsi@vger.kernel.org
5989 S:      Supported
5990 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5991 F:      include/scsi/viosrp.h
5992
5993 IBM Power Virtual SCSI Device Target Driver
5994 M:      Bryant G. Ly <bryantly@linux.vnet.ibm.com>
5995 M:      Michael Cyr <mikecyr@linux.vnet.ibm.com>
5996 L:      linux-scsi@vger.kernel.org
5997 L:      target-devel@vger.kernel.org
5998 S:      Supported
5999 F:      drivers/scsi/ibmvscsi_tgt/
6000
6001 IBM Power Virtual FC Device Drivers
6002 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6003 L:      linux-scsi@vger.kernel.org
6004 S:      Supported
6005 F:      drivers/scsi/ibmvscsi/ibmvfc*
6006
6007 IBM ServeRAID RAID DRIVER
6008 S:      Orphan
6009 F:      drivers/scsi/ips.*
6010
6011 ICH LPC AND GPIO DRIVER
6012 M:      Peter Tyser <ptyser@xes-inc.com>
6013 S:      Maintained
6014 F:      drivers/mfd/lpc_ich.c
6015 F:      drivers/gpio/gpio-ich.c
6016
6017 IDE SUBSYSTEM
6018 M:      "David S. Miller" <davem@davemloft.net>
6019 L:      linux-ide@vger.kernel.org
6020 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
6021 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6022 S:      Maintained
6023 F:      Documentation/ide/
6024 F:      drivers/ide/
6025 F:      include/linux/ide.h
6026
6027 IDEAPAD LAPTOP EXTRAS DRIVER
6028 M:      Ike Panhc <ike.pan@canonical.com>
6029 L:      platform-driver-x86@vger.kernel.org
6030 W:      http://launchpad.net/ideapad-laptop
6031 S:      Maintained
6032 F:      drivers/platform/x86/ideapad-laptop.c
6033
6034 IDEAPAD LAPTOP SLIDEBAR DRIVER
6035 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
6036 L:      linux-input@vger.kernel.org
6037 W:      https://github.com/o2genum/ideapad-slidebar
6038 S:      Maintained
6039 F:      drivers/input/misc/ideapad_slidebar.c
6040
6041 IDE/ATAPI DRIVERS
6042 M:      Borislav Petkov <bp@alien8.de>
6043 L:      linux-ide@vger.kernel.org
6044 S:      Maintained
6045 F:      Documentation/cdrom/ide-cd
6046 F:      drivers/ide/ide-cd*
6047
6048 IDLE-I7300
6049 M:      Andy Henroid <andrew.d.henroid@intel.com>
6050 L:      linux-pm@vger.kernel.org
6051 S:      Supported
6052 F:      drivers/idle/i7300_idle.c
6053
6054 IEEE 802.15.4 SUBSYSTEM
6055 M:      Alexander Aring <aar@pengutronix.de>
6056 L:      linux-wpan@vger.kernel.org
6057 W:      http://wpan.cakelab.org/
6058 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6059 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6060 S:      Maintained
6061 F:      net/ieee802154/
6062 F:      net/mac802154/
6063 F:      drivers/net/ieee802154/
6064 F:      include/linux/nl802154.h
6065 F:      include/linux/ieee802154.h
6066 F:      include/net/nl802154.h
6067 F:      include/net/mac802154.h
6068 F:      include/net/af_ieee802154.h
6069 F:      include/net/cfg802154.h
6070 F:      include/net/ieee802154_netdev.h
6071 F:      Documentation/networking/ieee802154.txt
6072
6073 IGORPLUG-USB IR RECEIVER
6074 M:      Sean Young <sean@mess.org>
6075 L:      linux-media@vger.kernel.org
6076 S:      Maintained
6077 F:      drivers/media/rc/igorplugusb.c
6078
6079 IGUANAWORKS USB IR TRANSCEIVER
6080 M:      Sean Young <sean@mess.org>
6081 L:      linux-media@vger.kernel.org
6082 S:      Maintained
6083 F:      drivers/media/rc/iguanair.c
6084
6085 IIO SUBSYSTEM AND DRIVERS
6086 M:      Jonathan Cameron <jic23@kernel.org>
6087 R:      Hartmut Knaack <knaack.h@gmx.de>
6088 R:      Lars-Peter Clausen <lars@metafoo.de>
6089 R:      Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6090 L:      linux-iio@vger.kernel.org
6091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6092 S:      Maintained
6093 F:      Documentation/devicetree/bindings/iio/
6094 F:      drivers/iio/
6095 F:      drivers/staging/iio/
6096 F:      include/linux/iio/
6097 F:      tools/iio/
6098
6099 IKANOS/ADI EAGLE ADSL USB DRIVER
6100 M:      Matthieu Castet <castet.matthieu@free.fr>
6101 M:      Stanislaw Gruszka <stf_xl@wp.pl>
6102 S:      Maintained
6103 F:      drivers/usb/atm/ueagle-atm.c
6104
6105 INA209 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/ina209
6110 F:      Documentation/devicetree/bindings/i2c/ina209.txt
6111 F:      drivers/hwmon/ina209.c
6112
6113 INA2XX HARDWARE MONITOR DRIVER
6114 M:      Guenter Roeck <linux@roeck-us.net>
6115 L:      linux-hwmon@vger.kernel.org
6116 S:      Maintained
6117 F:      Documentation/hwmon/ina2xx
6118 F:      drivers/hwmon/ina2xx.c
6119 F:      include/linux/platform_data/ina2xx.h
6120
6121 INDUSTRY PACK SUBSYSTEM (IPACK)
6122 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6123 M:      Jens Taprogge <jens.taprogge@taprogge.org>
6124 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6125 L:      industrypack-devel@lists.sourceforge.net
6126 W:      http://industrypack.sourceforge.net
6127 S:      Maintained
6128 F:      drivers/ipack/
6129
6130 INGENIC JZ4780 DMA Driver
6131 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6132 S:      Maintained
6133 F:      drivers/dma/dma-jz4780.c
6134
6135 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6136 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6137 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6138 L:      linux-ima-devel@lists.sourceforge.net
6139 L:      linux-ima-user@lists.sourceforge.net
6140 L:      linux-security-module@vger.kernel.org
6141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6142 S:      Supported
6143 F:      security/integrity/ima/
6144
6145 IMGTEC IR DECODER DRIVER
6146 M:      James Hogan <james.hogan@imgtec.com>
6147 S:      Maintained
6148 F:      drivers/media/rc/img-ir/
6149
6150 IMS TWINTURBO FRAMEBUFFER DRIVER
6151 L:      linux-fbdev@vger.kernel.org
6152 S:      Orphan
6153 F:      drivers/video/fbdev/imsttfb.c
6154
6155 INFINIBAND SUBSYSTEM
6156 M:      Doug Ledford <dledford@redhat.com>
6157 M:      Sean Hefty <sean.hefty@intel.com>
6158 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
6159 L:      linux-rdma@vger.kernel.org
6160 W:      http://www.openfabrics.org/
6161 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6163 S:      Supported
6164 F:      Documentation/infiniband/
6165 F:      drivers/infiniband/
6166 F:      include/uapi/linux/if_infiniband.h
6167 F:      include/uapi/rdma/
6168 F:      include/rdma/
6169
6170 INOTIFY
6171 M:      John McCutchan <john@johnmccutchan.com>
6172 M:      Robert Love <rlove@rlove.org>
6173 M:      Eric Paris <eparis@parisplace.org>
6174 S:      Maintained
6175 F:      Documentation/filesystems/inotify.txt
6176 F:      fs/notify/inotify/
6177 F:      include/linux/inotify.h
6178 F:      include/uapi/linux/inotify.h
6179
6180 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6181 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
6182 L:      linux-input@vger.kernel.org
6183 Q:      http://patchwork.kernel.org/project/linux-input/list/
6184 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6185 S:      Maintained
6186 F:      drivers/input/
6187 F:      include/linux/input.h
6188 F:      include/uapi/linux/input.h
6189 F:      include/linux/input/
6190 F:      Documentation/devicetree/bindings/input/
6191
6192 INPUT MULTITOUCH (MT) PROTOCOL
6193 M:      Henrik Rydberg <rydberg@bitmath.org>
6194 L:      linux-input@vger.kernel.org
6195 S:      Odd fixes
6196 F:      Documentation/input/multi-touch-protocol.txt
6197 F:      drivers/input/input-mt.c
6198 K:      \b(ABS|SYN)_MT_
6199
6200 INTEL ASoC BDW/HSW DRIVERS
6201 M:      Jie Yang <yang.jie@linux.intel.com>
6202 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6203 S:      Supported
6204 F:      sound/soc/intel/common/sst-dsp*
6205 F:      sound/soc/intel/common/sst-firmware.c
6206 F:      sound/soc/intel/boards/broadwell.c
6207 F:      sound/soc/intel/haswell/
6208
6209 INTEL C600 SERIES SAS CONTROLLER DRIVER
6210 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
6211 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6212 L:      linux-scsi@vger.kernel.org
6213 T:      git git://git.code.sf.net/p/intel-sas/isci
6214 S:      Supported
6215 F:      drivers/scsi/isci/
6216
6217 INTEL HID EVENT DRIVER
6218 M:      Alex Hung <alex.hung@canonical.com>
6219 L:      platform-driver-x86@vger.kernel.org
6220 S:      Maintained
6221 F:      drivers/platform/x86/intel-hid.c
6222
6223 INTEL VIRTUAL BUTTON DRIVER
6224 M:      AceLan Kao <acelan.kao@canonical.com>
6225 L:      platform-driver-x86@vger.kernel.org
6226 S:      Maintained
6227 F:      drivers/platform/x86/intel-vbtn.c
6228
6229 INTEL IDLE DRIVER
6230 M:      Len Brown <lenb@kernel.org>
6231 L:      linux-pm@vger.kernel.org
6232 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6233 S:      Supported
6234 F:      drivers/idle/intel_idle.c
6235
6236 INTEL INTEGRATED SENSOR HUB DRIVER
6237 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6238 M:      Jiri Kosina <jikos@kernel.org>
6239 L:      linux-input@vger.kernel.org
6240 S:      Maintained
6241 F:      drivers/hid/intel-ish-hid/
6242
6243 INTEL PSTATE DRIVER
6244 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6245 M:      Len Brown <lenb@kernel.org>
6246 L:      linux-pm@vger.kernel.org
6247 S:      Supported
6248 F:      drivers/cpufreq/intel_pstate.c
6249
6250 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6251 M:      Maik Broemme <mbroemme@libmpq.org>
6252 L:      linux-fbdev@vger.kernel.org
6253 S:      Maintained
6254 F:      Documentation/fb/intelfb.txt
6255 F:      drivers/video/fbdev/intelfb/
6256
6257 INTEL 810/815 FRAMEBUFFER DRIVER
6258 M:      Antonino Daplas <adaplas@gmail.com>
6259 L:      linux-fbdev@vger.kernel.org
6260 S:      Maintained
6261 F:      drivers/video/fbdev/i810/
6262
6263 INTEL MENLOW THERMAL DRIVER
6264 M:      Sujith Thomas <sujith.thomas@intel.com>
6265 L:      platform-driver-x86@vger.kernel.org
6266 W:      https://01.org/linux-acpi
6267 S:      Supported
6268 F:      drivers/platform/x86/intel_menlow.c
6269
6270 INTEL I/OAT DMA DRIVER
6271 M:      Dave Jiang <dave.jiang@intel.com>
6272 R:      Dan Williams <dan.j.williams@intel.com>
6273 L:      dmaengine@vger.kernel.org
6274 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6275 S:      Supported
6276 F:      drivers/dma/ioat*
6277
6278 INTEL IOMMU (VT-d)
6279 M:      David Woodhouse <dwmw2@infradead.org>
6280 L:      iommu@lists.linux-foundation.org
6281 T:      git git://git.infradead.org/iommu-2.6.git
6282 S:      Supported
6283 F:      drivers/iommu/intel-iommu.c
6284 F:      include/linux/intel-iommu.h
6285
6286 INTEL IOP-ADMA DMA DRIVER
6287 R:      Dan Williams <dan.j.williams@intel.com>
6288 S:      Odd fixes
6289 F:      drivers/dma/iop-adma.c
6290
6291 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6292 M:      Krzysztof Halasa <khalasa@piap.pl>
6293 S:      Maintained
6294 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6295 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6296 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6297 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6298 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6299 F:      drivers/net/wan/ixp4xx_hss.c
6300
6301 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6302 M:      Deepak Saxena <dsaxena@plexity.net>
6303 S:      Maintained
6304 F:      drivers/char/hw_random/ixp4xx-rng.c
6305
6306 INTEL ETHERNET DRIVERS
6307 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6308 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6309 W:      http://www.intel.com/support/feedback.htm
6310 W:      http://e1000.sourceforge.net/
6311 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6312 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6314 S:      Supported
6315 F:      Documentation/networking/e100.txt
6316 F:      Documentation/networking/e1000.txt
6317 F:      Documentation/networking/e1000e.txt
6318 F:      Documentation/networking/igb.txt
6319 F:      Documentation/networking/igbvf.txt
6320 F:      Documentation/networking/ixgb.txt
6321 F:      Documentation/networking/ixgbe.txt
6322 F:      Documentation/networking/ixgbevf.txt
6323 F:      Documentation/networking/i40e.txt
6324 F:      Documentation/networking/i40evf.txt
6325 F:      drivers/net/ethernet/intel/
6326 F:      drivers/net/ethernet/intel/*/
6327
6328 INTEL RDMA RNIC DRIVER
6329 M:     Faisal Latif <faisal.latif@intel.com>
6330 R:     Chien Tin Tung <chien.tin.tung@intel.com>
6331 R:     Mustafa Ismail <mustafa.ismail@intel.com>
6332 R:     Shiraz Saleem <shiraz.saleem@intel.com>
6333 R:     Tatyana Nikolova <tatyana.e.nikolova@intel.com>
6334 L:     linux-rdma@vger.kernel.org
6335 S:     Supported
6336 F:     drivers/infiniband/hw/i40iw/
6337
6338 INTEL MERRIFIELD GPIO DRIVER
6339 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6340 L:      linux-gpio@vger.kernel.org
6341 S:      Maintained
6342 F:      drivers/gpio/gpio-merrifield.c
6343
6344 INTEL-MID GPIO DRIVER
6345 M:      David Cohen <david.a.cohen@linux.intel.com>
6346 L:      linux-gpio@vger.kernel.org
6347 S:      Maintained
6348 F:      drivers/gpio/gpio-intel-mid.c
6349
6350 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6351 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
6352 L:      linux-wireless@vger.kernel.org
6353 S:      Maintained
6354 F:      Documentation/networking/README.ipw2100
6355 F:      Documentation/networking/README.ipw2200
6356 F:      drivers/net/wireless/intel/ipw2x00/
6357
6358 INTEL(R) TRACE HUB
6359 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
6360 S:      Supported
6361 F:      Documentation/trace/intel_th.txt
6362 F:      drivers/hwtracing/intel_th/
6363
6364 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6365 M:      Ning Sun <ning.sun@intel.com>
6366 L:      tboot-devel@lists.sourceforge.net
6367 W:      http://tboot.sourceforge.net
6368 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6369 S:      Supported
6370 F:      Documentation/intel_txt.txt
6371 F:      include/linux/tboot.h
6372 F:      arch/x86/kernel/tboot.c
6373
6374 INTEL WIRELESS WIMAX CONNECTION 2400
6375 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6376 M:      linux-wimax@intel.com
6377 L:      wimax@linuxwimax.org (subscribers-only)
6378 S:      Supported
6379 W:      http://linuxwimax.org
6380 F:      Documentation/wimax/README.i2400m
6381 F:      drivers/net/wimax/i2400m/
6382 F:      include/uapi/linux/wimax/i2400m.h
6383
6384 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6385 M:      Stanislaw Gruszka <sgruszka@redhat.com>
6386 L:      linux-wireless@vger.kernel.org
6387 S:      Supported
6388 F:      drivers/net/wireless/intel/iwlegacy/
6389
6390 INTEL WIRELESS WIFI LINK (iwlwifi)
6391 M:      Johannes Berg <johannes.berg@intel.com>
6392 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6393 M:      Luca Coelho <luciano.coelho@intel.com>
6394 M:      Intel Linux Wireless <linuxwifi@intel.com>
6395 L:      linux-wireless@vger.kernel.org
6396 W:      http://intellinuxwireless.org
6397 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6398 S:      Supported
6399 F:      drivers/net/wireless/intel/iwlwifi/
6400
6401 INTEL MANAGEMENT ENGINE (mei)
6402 M:      Tomas Winkler <tomas.winkler@intel.com>
6403 L:      linux-kernel@vger.kernel.org
6404 S:      Supported
6405 F:      include/uapi/linux/mei.h
6406 F:      include/linux/mei_cl_bus.h
6407 F:      drivers/misc/mei/*
6408 F:      drivers/watchdog/mei_wdt.c
6409 F:      Documentation/misc-devices/mei/*
6410
6411 INTEL MIC DRIVERS (mic)
6412 M:      Sudeep Dutt <sudeep.dutt@intel.com>
6413 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
6414 S:      Supported
6415 W:      https://github.com/sudeepdutt/mic
6416 W:      http://software.intel.com/en-us/mic-developer
6417 F:      include/linux/mic_bus.h
6418 F:      include/linux/scif.h
6419 F:      include/uapi/linux/mic_common.h
6420 F:      include/uapi/linux/mic_ioctl.h
6421 F:      include/uapi/linux/scif_ioctl.h
6422 F:      drivers/misc/mic/
6423 F:      drivers/dma/mic_x100_dma.c
6424 F:      drivers/dma/mic_x100_dma.h
6425 F:      Documentation/mic/
6426
6427 INTEL PMC/P-Unit IPC DRIVER
6428 M:      Zha Qipeng<qipeng.zha@intel.com>
6429 L:      platform-driver-x86@vger.kernel.org
6430 S:      Maintained
6431 F:      drivers/platform/x86/intel_pmc_ipc.c
6432 F:      drivers/platform/x86/intel_punit_ipc.c
6433 F:      arch/x86/include/asm/intel_pmc_ipc.h
6434 F:      arch/x86/include/asm/intel_punit_ipc.h
6435
6436 INTEL TELEMETRY DRIVER
6437 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6438 L:      platform-driver-x86@vger.kernel.org
6439 S:      Maintained
6440 F:      arch/x86/include/asm/intel_telemetry.h
6441 F:      drivers/platform/x86/intel_telemetry*
6442
6443 INTEL PMC CORE DRIVER
6444 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6445 M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6446 L:      platform-driver-x86@vger.kernel.org
6447 S:      Maintained
6448 F:      arch/x86/include/asm/pmc_core.h
6449 F:      drivers/platform/x86/intel_pmc_core*
6450
6451 IOC3 ETHERNET DRIVER
6452 M:      Ralf Baechle <ralf@linux-mips.org>
6453 L:      linux-mips@linux-mips.org
6454 S:      Maintained
6455 F:      drivers/net/ethernet/sgi/ioc3-eth.c
6456
6457 IOC3 SERIAL DRIVER
6458 M:      Pat Gefre <pfg@sgi.com>
6459 L:      linux-serial@vger.kernel.org
6460 S:      Maintained
6461 F:      drivers/tty/serial/ioc3_serial.c
6462
6463 IOMMU DRIVERS
6464 M:      Joerg Roedel <joro@8bytes.org>
6465 L:      iommu@lists.linux-foundation.org
6466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6467 S:      Maintained
6468 F:      Documentation/devicetree/bindings/iommu/
6469 F:      drivers/iommu/
6470
6471 IP MASQUERADING
6472 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6473 S:      Maintained
6474 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
6475
6476 IPMI SUBSYSTEM
6477 M:      Corey Minyard <minyard@acm.org>
6478 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6479 W:      http://openipmi.sourceforge.net/
6480 S:      Supported
6481 F:      Documentation/IPMI.txt
6482 F:      drivers/char/ipmi/
6483 F:      include/linux/ipmi*
6484 F:      include/uapi/linux/ipmi*
6485
6486 QCOM AUDIO (ASoC) DRIVERS
6487 M:      Patrick Lai <plai@codeaurora.org>
6488 M:      Banajit Goswami <bgoswami@codeaurora.org>
6489 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6490 S:      Supported
6491 F:      sound/soc/qcom/
6492
6493 IPS SCSI RAID DRIVER
6494 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6495 L:      linux-scsi@vger.kernel.org
6496 W:      http://www.adaptec.com/
6497 S:      Maintained
6498 F:      drivers/scsi/ips*
6499
6500 IPVS
6501 M:      Wensong Zhang <wensong@linux-vs.org>
6502 M:      Simon Horman <horms@verge.net.au>
6503 M:      Julian Anastasov <ja@ssi.bg>
6504 L:      netdev@vger.kernel.org
6505 L:      lvs-devel@vger.kernel.org
6506 S:      Maintained
6507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6509 F:      Documentation/networking/ipvs-sysctl.txt
6510 F:      include/net/ip_vs.h
6511 F:      include/uapi/linux/ip_vs.h
6512 F:      net/netfilter/ipvs/
6513
6514 IPWIRELESS DRIVER
6515 M:      Jiri Kosina <jikos@kernel.org>
6516 M:      David Sterba <dsterba@suse.com>
6517 S:      Odd Fixes
6518 F:      drivers/tty/ipwireless/
6519
6520 IPX NETWORK LAYER
6521 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6522 L:      netdev@vger.kernel.org
6523 S:      Maintained
6524 F:      include/net/ipx.h
6525 F:      include/uapi/linux/ipx.h
6526 F:      net/ipx/
6527
6528 IRDA SUBSYSTEM
6529 M:      Samuel Ortiz <samuel@sortiz.org>
6530 L:      irda-users@lists.sourceforge.net (subscribers-only)
6531 L:      netdev@vger.kernel.org
6532 W:      http://irda.sourceforge.net/
6533 S:      Maintained
6534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6535 F:      Documentation/networking/irda.txt
6536 F:      drivers/net/irda/
6537 F:      include/net/irda/
6538 F:      net/irda/
6539
6540 IRQ SUBSYSTEM
6541 M:      Thomas Gleixner <tglx@linutronix.de>
6542 L:      linux-kernel@vger.kernel.org
6543 S:      Maintained
6544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6545 F:      kernel/irq/
6546
6547 IRQCHIP DRIVERS
6548 M:      Thomas Gleixner <tglx@linutronix.de>
6549 M:      Jason Cooper <jason@lakedaemon.net>
6550 M:      Marc Zyngier <marc.zyngier@arm.com>
6551 L:      linux-kernel@vger.kernel.org
6552 S:      Maintained
6553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6554 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6555 F:      Documentation/devicetree/bindings/interrupt-controller/
6556 F:      drivers/irqchip/
6557
6558 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6559 M:      Marc Zyngier <marc.zyngier@arm.com>
6560 S:      Maintained
6561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6562 F:      Documentation/IRQ-domain.txt
6563 F:      include/linux/irqdomain.h
6564 F:      kernel/irq/irqdomain.c
6565 F:      kernel/irq/msi.c
6566
6567 ISA
6568 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
6569 S:      Maintained
6570 F:      Documentation/isa.txt
6571 F:      drivers/base/isa.c
6572 F:      include/linux/isa.h
6573
6574 ISAPNP
6575 M:      Jaroslav Kysela <perex@perex.cz>
6576 S:      Maintained
6577 F:      Documentation/isapnp.txt
6578 F:      drivers/pnp/isapnp/
6579 F:      include/linux/isapnp.h
6580
6581 ISA RADIO MODULE
6582 M:      Hans Verkuil <hverkuil@xs4all.nl>
6583 L:      linux-media@vger.kernel.org
6584 T:      git git://linuxtv.org/media_tree.git
6585 W:      https://linuxtv.org
6586 S:      Maintained
6587 F:      drivers/media/radio/radio-isa*
6588
6589 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6590 M:      Peter Jones <pjones@redhat.com>
6591 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6592 S:      Maintained
6593 F:      drivers/firmware/iscsi_ibft*
6594
6595 ISCSI
6596 M:      Mike Christie <michaelc@cs.wisc.edu>
6597 L:      open-iscsi@googlegroups.com
6598 W:      www.open-iscsi.org
6599 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6600 S:      Maintained
6601 F:      drivers/scsi/*iscsi*
6602 F:      include/scsi/*iscsi*
6603
6604 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6605 M:      Or Gerlitz <ogerlitz@mellanox.com>
6606 M:      Sagi Grimberg <sagi@grimberg.me>
6607 M:      Roi Dayan <roid@mellanox.com>
6608 L:      linux-rdma@vger.kernel.org
6609 S:      Supported
6610 W:      http://www.openfabrics.org
6611 W:      www.open-iscsi.org
6612 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6613 F:      drivers/infiniband/ulp/iser/
6614
6615 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6616 M:      Sagi Grimberg <sagi@grimberg.me>
6617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6618 L:      linux-rdma@vger.kernel.org
6619 L:      target-devel@vger.kernel.org
6620 S:      Supported
6621 W:      http://www.linux-iscsi.org
6622 F:      drivers/infiniband/ulp/isert
6623
6624 ISDN SUBSYSTEM
6625 M:      Karsten Keil <isdn@linux-pingi.de>
6626 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6627 L:      netdev@vger.kernel.org
6628 W:      http://www.isdn4linux.de
6629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6630 S:      Maintained
6631 F:      Documentation/isdn/
6632 F:      drivers/isdn/
6633 F:      include/linux/isdn.h
6634 F:      include/linux/isdn/
6635 F:      include/uapi/linux/isdn.h
6636 F:      include/uapi/linux/isdn/
6637
6638 ISDN SUBSYSTEM (Eicon active card driver)
6639 M:      Armin Schindler <mac@melware.de>
6640 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6641 W:      http://www.melware.de
6642 S:      Maintained
6643 F:      drivers/isdn/hardware/eicon/
6644
6645 IT87 HARDWARE MONITORING DRIVER
6646 M:      Jean Delvare <jdelvare@suse.com>
6647 L:      linux-hwmon@vger.kernel.org
6648 S:      Maintained
6649 F:      Documentation/hwmon/it87
6650 F:      drivers/hwmon/it87.c
6651
6652 IT913X MEDIA DRIVER
6653 M:      Antti Palosaari <crope@iki.fi>
6654 L:      linux-media@vger.kernel.org
6655 W:      https://linuxtv.org
6656 W:      http://palosaari.fi/linux/
6657 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6658 T:      git git://linuxtv.org/anttip/media_tree.git
6659 S:      Maintained
6660 F:      drivers/media/tuners/it913x*
6661
6662 IVTV VIDEO4LINUX DRIVER
6663 M:      Andy Walls <awalls@md.metrocast.net>
6664 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6665 L:      linux-media@vger.kernel.org
6666 T:      git git://linuxtv.org/media_tree.git
6667 W:      http://www.ivtvdriver.org
6668 S:      Maintained
6669 F:      Documentation/video4linux/*.ivtv
6670 F:      drivers/media/pci/ivtv/
6671 F:      include/uapi/linux/ivtv*
6672
6673 IX2505V MEDIA DRIVER
6674 M:      Malcolm Priestley <tvboxspy@gmail.com>
6675 L:      linux-media@vger.kernel.org
6676 W:      https://linuxtv.org
6677 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6678 S:      Maintained
6679 F:      drivers/media/dvb-frontends/ix2505v*
6680
6681 JC42.4 TEMPERATURE SENSOR DRIVER
6682 M:      Guenter Roeck <linux@roeck-us.net>
6683 L:      linux-hwmon@vger.kernel.org
6684 S:      Maintained
6685 F:      drivers/hwmon/jc42.c
6686 F:      Documentation/hwmon/jc42
6687
6688 JFS FILESYSTEM
6689 M:      Dave Kleikamp <shaggy@kernel.org>
6690 L:      jfs-discussion@lists.sourceforge.net
6691 W:      http://jfs.sourceforge.net/
6692 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6693 S:      Maintained
6694 F:      Documentation/filesystems/jfs.txt
6695 F:      fs/jfs/
6696
6697 JME NETWORK DRIVER
6698 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6699 L:      netdev@vger.kernel.org
6700 S:      Maintained
6701 F:      drivers/net/ethernet/jme.*
6702
6703 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6704 M:      David Woodhouse <dwmw2@infradead.org>
6705 L:      linux-mtd@lists.infradead.org
6706 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6707 S:      Maintained
6708 F:      fs/jffs2/
6709 F:      include/uapi/linux/jffs2.h
6710
6711 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6712 M:      "Theodore Ts'o" <tytso@mit.edu>
6713 M:      Jan Kara <jack@suse.com>
6714 L:      linux-ext4@vger.kernel.org
6715 S:      Maintained
6716 F:      fs/jbd2/
6717 F:      include/linux/jbd2.h
6718
6719 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6720 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6721 L:      linux-media@vger.kernel.org
6722 S:      Maintained
6723 F:      drivers/media/platform/rcar_jpu.c
6724
6725 JSM Neo PCI based serial card
6726 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6727 L:      linux-serial@vger.kernel.org
6728 S:      Maintained
6729 F:      drivers/tty/serial/jsm/
6730
6731 K10TEMP HARDWARE MONITORING DRIVER
6732 M:      Clemens Ladisch <clemens@ladisch.de>
6733 L:      linux-hwmon@vger.kernel.org
6734 S:      Maintained
6735 F:      Documentation/hwmon/k10temp
6736 F:      drivers/hwmon/k10temp.c
6737
6738 K8TEMP HARDWARE MONITORING DRIVER
6739 M:      Rudolf Marek <r.marek@assembler.cz>
6740 L:      linux-hwmon@vger.kernel.org
6741 S:      Maintained
6742 F:      Documentation/hwmon/k8temp
6743 F:      drivers/hwmon/k8temp.c
6744
6745 KASAN
6746 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6747 R:      Alexander Potapenko <glider@google.com>
6748 R:      Dmitry Vyukov <dvyukov@google.com>
6749 L:      kasan-dev@googlegroups.com
6750 S:      Maintained
6751 F:      arch/*/include/asm/kasan.h
6752 F:      arch/*/mm/kasan_init*
6753 F:      Documentation/dev-tools/kasan.rst
6754 F:      include/linux/kasan*.h
6755 F:      lib/test_kasan.c
6756 F:      mm/kasan/
6757 F:      scripts/Makefile.kasan
6758
6759 KCONFIG
6760 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6761 L:      linux-kbuild@vger.kernel.org
6762 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6763 S:      Maintained
6764 F:      Documentation/kbuild/kconfig-language.txt
6765 F:      scripts/kconfig/
6766
6767 KDUMP
6768 M:      Dave Young <dyoung@redhat.com>
6769 M:      Baoquan He <bhe@redhat.com>
6770 R:      Vivek Goyal <vgoyal@redhat.com>
6771 L:      kexec@lists.infradead.org
6772 W:      http://lse.sourceforge.net/kdump/
6773 S:      Maintained
6774 F:      Documentation/kdump/
6775
6776 KEENE FM RADIO TRANSMITTER DRIVER
6777 M:      Hans Verkuil <hverkuil@xs4all.nl>
6778 L:      linux-media@vger.kernel.org
6779 T:      git git://linuxtv.org/media_tree.git
6780 W:      https://linuxtv.org
6781 S:      Maintained
6782 F:      drivers/media/radio/radio-keene*
6783
6784 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6785 M:      Ian Kent <raven@themaw.net>
6786 L:      autofs@vger.kernel.org
6787 S:      Maintained
6788 F:      fs/autofs4/
6789
6790 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6791 M:      Michal Marek <mmarek@suse.com>
6792 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6793 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6794 L:      linux-kbuild@vger.kernel.org
6795 S:      Maintained
6796 F:      Documentation/kbuild/
6797 F:      Makefile
6798 F:      scripts/Makefile.*
6799 F:      scripts/basic/
6800 F:      scripts/mk*
6801 F:      scripts/package/
6802
6803 KERNEL JANITORS
6804 L:      kernel-janitors@vger.kernel.org
6805 W:      http://kernelnewbies.org/KernelJanitors
6806 S:      Odd Fixes
6807
6808 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6809 M:      "J. Bruce Fields" <bfields@fieldses.org>
6810 M:      Jeff Layton <jlayton@poochiereds.net>
6811 L:      linux-nfs@vger.kernel.org
6812 W:      http://nfs.sourceforge.net/
6813 T:      git git://linux-nfs.org/~bfields/linux.git
6814 S:      Supported
6815 F:      fs/nfsd/
6816 F:      include/uapi/linux/nfsd/
6817 F:      fs/lockd/
6818 F:      fs/nfs_common/
6819 F:      net/sunrpc/
6820 F:      include/linux/lockd/
6821 F:      include/linux/sunrpc/
6822 F:      include/uapi/linux/sunrpc/
6823
6824 KERNEL SELFTEST FRAMEWORK
6825 M:      Shuah Khan <shuahkh@osg.samsung.com>
6826 M:      Shuah Khan <shuah@kernel.org>
6827 L:      linux-kselftest@vger.kernel.org
6828 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6829 S:      Maintained
6830 F:      tools/testing/selftests
6831
6832 KERNEL VIRTUAL MACHINE (KVM)
6833 M:      Paolo Bonzini <pbonzini@redhat.com>
6834 M:      Radim Krčmář <rkrcmar@redhat.com>
6835 L:      kvm@vger.kernel.org
6836 W:      http://www.linux-kvm.org
6837 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6838 S:      Supported
6839 F:      Documentation/*/kvm*.txt
6840 F:      Documentation/virtual/kvm/
6841 F:      arch/*/kvm/
6842 F:      arch/x86/kernel/kvm.c
6843 F:      arch/x86/kernel/kvmclock.c
6844 F:      arch/*/include/asm/kvm*
6845 F:      include/linux/kvm*
6846 F:      include/uapi/linux/kvm*
6847 F:      virt/kvm/
6848 F:      tools/kvm/
6849
6850 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6851 M:      Joerg Roedel <joro@8bytes.org>
6852 L:      kvm@vger.kernel.org
6853 W:      http://www.linux-kvm.org/
6854 S:      Maintained
6855 F:      arch/x86/include/asm/svm.h
6856 F:      arch/x86/kvm/svm.c
6857
6858 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6859 M:      Alexander Graf <agraf@suse.com>
6860 L:      kvm-ppc@vger.kernel.org
6861 W:      http://www.linux-kvm.org/
6862 T:      git git://github.com/agraf/linux-2.6.git
6863 S:      Supported
6864 F:      arch/powerpc/include/asm/kvm*
6865 F:      arch/powerpc/kvm/
6866
6867 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6868 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6869 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6870 L:      linux-s390@vger.kernel.org
6871 W:      http://www.ibm.com/developerworks/linux/linux390/
6872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6873 S:      Supported
6874 F:      Documentation/s390/kvm.txt
6875 F:      arch/s390/include/asm/kvm*
6876 F:      arch/s390/kvm/
6877
6878 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6879 M:      Christoffer Dall <christoffer.dall@linaro.org>
6880 M:      Marc Zyngier <marc.zyngier@arm.com>
6881 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6882 L:      kvmarm@lists.cs.columbia.edu
6883 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6884 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6885 S:      Supported
6886 F:      arch/arm/include/uapi/asm/kvm*
6887 F:      arch/arm/include/asm/kvm*
6888 F:      arch/arm/kvm/
6889 F:      virt/kvm/arm/
6890 F:      include/kvm/arm_*
6891
6892 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6893 M:      Christoffer Dall <christoffer.dall@linaro.org>
6894 M:      Marc Zyngier <marc.zyngier@arm.com>
6895 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6896 L:      kvmarm@lists.cs.columbia.edu
6897 S:      Maintained
6898 F:      arch/arm64/include/uapi/asm/kvm*
6899 F:      arch/arm64/include/asm/kvm*
6900 F:      arch/arm64/kvm/
6901
6902 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6903 M:      James Hogan <james.hogan@imgtec.com>
6904 L:      linux-mips@linux-mips.org
6905 S:      Supported
6906 F:      arch/mips/include/uapi/asm/kvm*
6907 F:      arch/mips/include/asm/kvm*
6908 F:      arch/mips/kvm/
6909
6910 KEXEC
6911 M:      Eric Biederman <ebiederm@xmission.com>
6912 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6913 L:      kexec@lists.infradead.org
6914 S:      Maintained
6915 F:      include/linux/kexec.h
6916 F:      include/uapi/linux/kexec.h
6917 F:      kernel/kexec*
6918
6919 KEYS/KEYRINGS:
6920 M:      David Howells <dhowells@redhat.com>
6921 L:      keyrings@vger.kernel.org
6922 S:      Maintained
6923 F:      Documentation/security/keys.txt
6924 F:      include/linux/key.h
6925 F:      include/linux/key-type.h
6926 F:      include/linux/keyctl.h
6927 F:      include/uapi/linux/keyctl.h
6928 F:      include/keys/
6929 F:      security/keys/
6930
6931 KEYS-TRUSTED
6932 M:      David Safford <safford@us.ibm.com>
6933 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6934 L:      linux-security-module@vger.kernel.org
6935 L:      keyrings@vger.kernel.org
6936 S:      Supported
6937 F:      Documentation/security/keys-trusted-encrypted.txt
6938 F:      include/keys/trusted-type.h
6939 F:      security/keys/trusted.c
6940 F:      security/keys/trusted.h
6941
6942 KEYS-ENCRYPTED
6943 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6944 M:      David Safford <safford@us.ibm.com>
6945 L:      linux-security-module@vger.kernel.org
6946 L:      keyrings@vger.kernel.org
6947 S:      Supported
6948 F:      Documentation/security/keys-trusted-encrypted.txt
6949 F:      include/keys/encrypted-type.h
6950 F:      security/keys/encrypted-keys/
6951
6952 KGDB / KDB /debug_core
6953 M:      Jason Wessel <jason.wessel@windriver.com>
6954 W:      http://kgdb.wiki.kernel.org/
6955 L:      kgdb-bugreport@lists.sourceforge.net
6956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6957 S:      Maintained
6958 F:      Documentation/DocBook/kgdb.tmpl
6959 F:      drivers/misc/kgdbts.c
6960 F:      drivers/tty/serial/kgdboc.c
6961 F:      include/linux/kdb.h
6962 F:      include/linux/kgdb.h
6963 F:      kernel/debug/
6964
6965 KMEMCHECK
6966 M:      Vegard Nossum <vegardno@ifi.uio.no>
6967 M:      Pekka Enberg <penberg@kernel.org>
6968 S:      Maintained
6969 F:      Documentation/dev-tools/kmemcheck.rst
6970 F:      arch/x86/include/asm/kmemcheck.h
6971 F:      arch/x86/mm/kmemcheck/
6972 F:      include/linux/kmemcheck.h
6973 F:      mm/kmemcheck.c
6974
6975 KMEMLEAK
6976 M:      Catalin Marinas <catalin.marinas@arm.com>
6977 S:      Maintained
6978 F:      Documentation/dev-tools/kmemleak.rst
6979 F:      include/linux/kmemleak.h
6980 F:      mm/kmemleak.c
6981 F:      mm/kmemleak-test.c
6982
6983 KPROBES
6984 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
6985 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6986 M:      "David S. Miller" <davem@davemloft.net>
6987 M:      Masami Hiramatsu <mhiramat@kernel.org>
6988 S:      Maintained
6989 F:      Documentation/kprobes.txt
6990 F:      include/linux/kprobes.h
6991 F:      kernel/kprobes.c
6992
6993 KS0108 LCD CONTROLLER DRIVER
6994 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6995 W:      http://miguelojeda.es/auxdisplay.htm
6996 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6997 S:      Maintained
6998 F:      Documentation/auxdisplay/ks0108
6999 F:      drivers/auxdisplay/ks0108.c
7000 F:      include/linux/ks0108.h
7001
7002 L3MDEV
7003 M:      David Ahern <dsa@cumulusnetworks.com>
7004 L:      netdev@vger.kernel.org
7005 S:      Maintained
7006 F:      net/l3mdev
7007 F:      include/net/l3mdev.h
7008
7009 LANTIQ MIPS ARCHITECTURE
7010 M:      John Crispin <john@phrozen.org>
7011 L:      linux-mips@linux-mips.org
7012 S:      Maintained
7013 F:      arch/mips/lantiq
7014
7015 LAPB module
7016 L:      linux-x25@vger.kernel.org
7017 S:      Orphan
7018 F:      Documentation/networking/lapb-module.txt
7019 F:      include/*/lapb.h
7020 F:      net/lapb/
7021
7022 LASI 53c700 driver for PARISC
7023 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7024 L:      linux-scsi@vger.kernel.org
7025 S:      Maintained
7026 F:      Documentation/scsi/53c700.txt
7027 F:      drivers/scsi/53c700*
7028
7029 LED SUBSYSTEM
7030 M:      Richard Purdie <rpurdie@rpsys.net>
7031 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
7032 L:      linux-leds@vger.kernel.org
7033 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7034 S:      Maintained
7035 F:      Documentation/devicetree/bindings/leds/
7036 F:      drivers/leds/
7037 F:      include/linux/leds.h
7038
7039 LEGACY EEPROM DRIVER
7040 M:      Jean Delvare <jdelvare@suse.com>
7041 S:      Maintained
7042 F:      Documentation/misc-devices/eeprom
7043 F:      drivers/misc/eeprom/eeprom.c
7044
7045 LEGO USB Tower driver
7046 M:      Juergen Stuber <starblue@users.sourceforge.net>
7047 L:      legousb-devel@lists.sourceforge.net
7048 W:      http://legousb.sourceforge.net/
7049 S:      Maintained
7050 F:      drivers/usb/misc/legousbtower.c
7051
7052 LG2160 MEDIA DRIVER
7053 M:      Michael Krufky <mkrufky@linuxtv.org>
7054 L:      linux-media@vger.kernel.org
7055 W:      https://linuxtv.org
7056 W:      http://github.com/mkrufky
7057 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7058 T:      git git://linuxtv.org/mkrufky/tuners.git
7059 S:      Maintained
7060 F:      drivers/media/dvb-frontends/lg2160.*
7061
7062 LGDT3305 MEDIA DRIVER
7063 M:      Michael Krufky <mkrufky@linuxtv.org>
7064 L:      linux-media@vger.kernel.org
7065 W:      https://linuxtv.org
7066 W:      http://github.com/mkrufky
7067 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7068 T:      git git://linuxtv.org/mkrufky/tuners.git
7069 S:      Maintained
7070 F:      drivers/media/dvb-frontends/lgdt3305.*
7071
7072 LGUEST
7073 M:      Rusty Russell <rusty@rustcorp.com.au>
7074 L:      lguest@lists.ozlabs.org
7075 W:      http://lguest.ozlabs.org/
7076 S:      Odd Fixes
7077 F:      arch/x86/include/asm/lguest*.h
7078 F:      arch/x86/lguest/
7079 F:      drivers/lguest/
7080 F:      include/linux/lguest*.h
7081 F:      tools/lguest/
7082
7083 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7084 M:      Tejun Heo <tj@kernel.org>
7085 L:      linux-ide@vger.kernel.org
7086 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7087 S:      Maintained
7088 F:      drivers/ata/
7089 F:      include/linux/ata.h
7090 F:      include/linux/libata.h
7091 F:      Documentation/devicetree/bindings/ata/
7092
7093 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7094 M:      Viresh Kumar <vireshk@kernel.org>
7095 L:      linux-ide@vger.kernel.org
7096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7097 S:      Maintained
7098 F:      include/linux/pata_arasan_cf_data.h
7099 F:      drivers/ata/pata_arasan_cf.c
7100
7101 LIBATA PATA DRIVERS
7102 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7103 M:      Tejun Heo <tj@kernel.org>
7104 L:      linux-ide@vger.kernel.org
7105 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7106 S:      Maintained
7107 F:      drivers/ata/pata_*.c
7108 F:      drivers/ata/ata_generic.c
7109
7110 LIBATA SATA AHCI PLATFORM devices support
7111 M:      Hans de Goede <hdegoede@redhat.com>
7112 M:      Tejun Heo <tj@kernel.org>
7113 L:      linux-ide@vger.kernel.org
7114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7115 S:      Maintained
7116 F:      drivers/ata/ahci_platform.c
7117 F:      drivers/ata/libahci_platform.c
7118 F:      include/linux/ahci_platform.h
7119
7120 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7121 M:      Mikael Pettersson <mikpelinux@gmail.com>
7122 L:      linux-ide@vger.kernel.org
7123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7124 S:      Maintained
7125 F:      drivers/ata/sata_promise.*
7126
7127 LIBLOCKDEP
7128 M:      Sasha Levin <sasha.levin@oracle.com>
7129 S:      Maintained
7130 F:      tools/lib/lockdep/
7131
7132 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7133 M:      Dan Williams <dan.j.williams@intel.com>
7134 L:      linux-nvdimm@lists.01.org
7135 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7136 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7137 S:      Supported
7138 F:      drivers/nvdimm/*
7139 F:      include/linux/nd.h
7140 F:      include/linux/libnvdimm.h
7141 F:      include/uapi/linux/ndctl.h
7142
7143 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7144 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7145 L:      linux-nvdimm@lists.01.org
7146 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7147 S:      Supported
7148 F:      drivers/nvdimm/blk.c
7149 F:      drivers/nvdimm/region_devs.c
7150 F:      drivers/acpi/nfit*
7151
7152 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7153 M:      Vishal Verma <vishal.l.verma@intel.com>
7154 L:      linux-nvdimm@lists.01.org
7155 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7156 S:      Supported
7157 F:      drivers/nvdimm/btt*
7158
7159 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7160 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7161 L:      linux-nvdimm@lists.01.org
7162 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7163 S:      Supported
7164 F:      drivers/nvdimm/pmem.c
7165 F:      include/linux/pmem.h
7166 F:      arch/*/include/asm/pmem.h
7167
7168 LIGHTNVM PLATFORM SUPPORT
7169 M:      Matias Bjorling <mb@lightnvm.io>
7170 W:      http://github/OpenChannelSSD
7171 L:      linux-block@vger.kernel.org
7172 S:      Maintained
7173 F:      drivers/lightnvm/
7174 F:      include/linux/lightnvm.h
7175 F:      include/uapi/linux/lightnvm.h
7176
7177 LINUX FOR IBM pSERIES (RS/6000)
7178 M:      Paul Mackerras <paulus@au.ibm.com>
7179 W:      http://www.ibm.com/linux/ltc/projects/ppc
7180 S:      Supported
7181 F:      arch/powerpc/boot/rs6000.h
7182
7183 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7184 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7185 M:      Paul Mackerras <paulus@samba.org>
7186 M:      Michael Ellerman <mpe@ellerman.id.au>
7187 W:      http://www.penguinppc.org/
7188 L:      linuxppc-dev@lists.ozlabs.org
7189 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7191 S:      Supported
7192 F:      Documentation/powerpc/
7193 F:      arch/powerpc/
7194 F:      drivers/char/tpm/tpm_ibmvtpm*
7195 F:      drivers/crypto/nx/
7196 F:      drivers/crypto/vmx/
7197 F:      drivers/net/ethernet/ibm/ibmveth.*
7198 F:      drivers/net/ethernet/ibm/ibmvnic.*
7199 F:      drivers/pci/hotplug/pnv_php.c
7200 F:      drivers/pci/hotplug/rpa*
7201 F:      drivers/scsi/ibmvscsi/
7202 N:      opal
7203 N:      /pmac
7204 N:      powermac
7205 N:      powernv
7206 N:      [^a-z0-9]ps3
7207 N:      pseries
7208
7209 LINUX FOR POWER MACINTOSH
7210 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7211 W:      http://www.penguinppc.org/
7212 L:      linuxppc-dev@lists.ozlabs.org
7213 S:      Maintained
7214 F:      arch/powerpc/platforms/powermac/
7215 F:      drivers/macintosh/
7216
7217 LINUX FOR POWERPC EMBEDDED MPC5XXX
7218 M:      Anatolij Gustschin <agust@denx.de>
7219 L:      linuxppc-dev@lists.ozlabs.org
7220 T:      git git://git.denx.de/linux-denx-agust.git
7221 S:      Maintained
7222 F:      arch/powerpc/platforms/512x/
7223 F:      arch/powerpc/platforms/52xx/
7224
7225 LINUX FOR POWERPC EMBEDDED PPC4XX
7226 M:      Alistair Popple <alistair@popple.id.au>
7227 M:      Matt Porter <mporter@kernel.crashing.org>
7228 W:      http://www.penguinppc.org/
7229 L:      linuxppc-dev@lists.ozlabs.org
7230 S:      Maintained
7231 F:      arch/powerpc/platforms/40x/
7232 F:      arch/powerpc/platforms/44x/
7233
7234 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7235 L:      linuxppc-dev@lists.ozlabs.org
7236 S:      Orphan
7237 F:      arch/powerpc/*/*virtex*
7238 F:      arch/powerpc/*/*/*virtex*
7239
7240 LINUX FOR POWERPC EMBEDDED PPC8XX
7241 M:      Vitaly Bordug <vitb@kernel.crashing.org>
7242 W:      http://www.penguinppc.org/
7243 L:      linuxppc-dev@lists.ozlabs.org
7244 S:      Maintained
7245 F:      arch/powerpc/platforms/8xx/
7246
7247 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7248 M:      Scott Wood <oss@buserror.net>
7249 M:      Kumar Gala <galak@kernel.crashing.org>
7250 W:      http://www.penguinppc.org/
7251 L:      linuxppc-dev@lists.ozlabs.org
7252 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7253 S:      Maintained
7254 F:      arch/powerpc/platforms/83xx/
7255 F:      arch/powerpc/platforms/85xx/
7256
7257 LINUX FOR POWERPC PA SEMI PWRFICIENT
7258 M:      Olof Johansson <olof@lixom.net>
7259 L:      linuxppc-dev@lists.ozlabs.org
7260 S:      Maintained
7261 F:      arch/powerpc/platforms/pasemi/
7262 F:      drivers/*/*pasemi*
7263 F:      drivers/*/*/*pasemi*
7264
7265 LINUX SECURITY MODULE (LSM) FRAMEWORK
7266 M:      Chris Wright <chrisw@sous-sol.org>
7267 L:      linux-security-module@vger.kernel.org
7268 S:      Supported
7269
7270 LIS3LV02D ACCELEROMETER DRIVER
7271 M:      Eric Piel <eric.piel@tremplin-utc.net>
7272 S:      Maintained
7273 F:      Documentation/misc-devices/lis3lv02d
7274 F:      drivers/misc/lis3lv02d/
7275 F:      drivers/platform/x86/hp_accel.c
7276
7277 LIVE PATCHING
7278 M:      Josh Poimboeuf <jpoimboe@redhat.com>
7279 M:      Jessica Yu <jeyu@redhat.com>
7280 M:      Jiri Kosina <jikos@kernel.org>
7281 M:      Miroslav Benes <mbenes@suse.cz>
7282 R:      Petr Mladek <pmladek@suse.com>
7283 S:      Maintained
7284 F:      kernel/livepatch/
7285 F:      include/linux/livepatch.h
7286 F:      arch/x86/include/asm/livepatch.h
7287 F:      arch/x86/kernel/livepatch.c
7288 F:      Documentation/livepatch/
7289 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7290 F:      samples/livepatch/
7291 L:      live-patching@vger.kernel.org
7292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7293
7294 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7295 M:      Kees Cook <keescook@chromium.org>
7296 S:      Maintained
7297 F:      drivers/misc/lkdtm*
7298
7299 LLC (802.2)
7300 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7301 S:      Maintained
7302 F:      include/linux/llc.h
7303 F:      include/uapi/linux/llc.h
7304 F:      include/net/llc*
7305 F:      net/llc/
7306
7307 LM73 HARDWARE MONITOR DRIVER
7308 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
7309 L:      linux-hwmon@vger.kernel.org
7310 S:      Maintained
7311 F:      drivers/hwmon/lm73.c
7312
7313 LM78 HARDWARE MONITOR DRIVER
7314 M:      Jean Delvare <jdelvare@suse.com>
7315 L:      linux-hwmon@vger.kernel.org
7316 S:      Maintained
7317 F:      Documentation/hwmon/lm78
7318 F:      drivers/hwmon/lm78.c
7319
7320 LM83 HARDWARE MONITOR DRIVER
7321 M:      Jean Delvare <jdelvare@suse.com>
7322 L:      linux-hwmon@vger.kernel.org
7323 S:      Maintained
7324 F:      Documentation/hwmon/lm83
7325 F:      drivers/hwmon/lm83.c
7326
7327 LM90 HARDWARE MONITOR DRIVER
7328 M:      Jean Delvare <jdelvare@suse.com>
7329 L:      linux-hwmon@vger.kernel.org
7330 S:      Maintained
7331 F:      Documentation/hwmon/lm90
7332 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7333 F:      drivers/hwmon/lm90.c
7334
7335 LM95234 HARDWARE MONITOR DRIVER
7336 M:      Guenter Roeck <linux@roeck-us.net>
7337 L:      linux-hwmon@vger.kernel.org
7338 S:      Maintained
7339 F:      Documentation/hwmon/lm95234
7340 F:      drivers/hwmon/lm95234.c
7341
7342 LME2510 MEDIA DRIVER
7343 M:      Malcolm Priestley <tvboxspy@gmail.com>
7344 L:      linux-media@vger.kernel.org
7345 W:      https://linuxtv.org
7346 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7347 S:      Maintained
7348 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7349
7350 LOCKING PRIMITIVES
7351 M:      Peter Zijlstra <peterz@infradead.org>
7352 M:      Ingo Molnar <mingo@redhat.com>
7353 L:      linux-kernel@vger.kernel.org
7354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7355 S:      Maintained
7356 F:      Documentation/locking/
7357 F:      include/linux/lockdep.h
7358 F:      include/linux/spinlock*.h
7359 F:      arch/*/include/asm/spinlock*.h
7360 F:      include/linux/rwlock*.h
7361 F:      include/linux/mutex*.h
7362 F:      arch/*/include/asm/mutex*.h
7363 F:      include/linux/rwsem*.h
7364 F:      arch/*/include/asm/rwsem.h
7365 F:      include/linux/seqlock.h
7366 F:      lib/locking*.[ch]
7367 F:      kernel/locking/
7368
7369 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7370 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
7371 L:      linux-ntfs-dev@lists.sourceforge.net
7372 W:      http://www.linux-ntfs.org/content/view/19/37/
7373 S:      Maintained
7374 F:      Documentation/ldm.txt
7375 F:      block/partitions/ldm.*
7376
7377 LogFS
7378 M:      Joern Engel <joern@logfs.org>
7379 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
7380 L:      logfs@logfs.org
7381 W:      logfs.org
7382 S:      Maintained
7383 F:      fs/logfs/
7384
7385 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7386 M:      Sathya Prakash <sathya.prakash@broadcom.com>
7387 M:      Chaitra P B <chaitra.basappa@broadcom.com>
7388 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7389 L:      MPT-FusionLinux.pdl@broadcom.com
7390 L:      linux-scsi@vger.kernel.org
7391 W:      http://www.avagotech.com/support/
7392 S:      Supported
7393 F:      drivers/message/fusion/
7394 F:      drivers/scsi/mpt2sas/
7395 F:      drivers/scsi/mpt3sas/
7396
7397 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7398 M:      Matthew Wilcox <matthew@wil.cx>
7399 L:      linux-scsi@vger.kernel.org
7400 S:      Maintained
7401 F:      drivers/scsi/sym53c8xx_2/
7402
7403 LTC4261 HARDWARE MONITOR DRIVER
7404 M:      Guenter Roeck <linux@roeck-us.net>
7405 L:      linux-hwmon@vger.kernel.org
7406 S:      Maintained
7407 F:      Documentation/hwmon/ltc4261
7408 F:      drivers/hwmon/ltc4261.c
7409
7410 LTP (Linux Test Project)
7411 M:      Mike Frysinger <vapier@gentoo.org>
7412 M:      Cyril Hrubis <chrubis@suse.cz>
7413 M:      Wanlong Gao <wanlong.gao@gmail.com>
7414 M:      Jan Stancek <jstancek@redhat.com>
7415 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7416 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
7417 L:      ltp@lists.linux.it (subscribers-only)
7418 W:      http://linux-test-project.github.io/
7419 T:      git git://github.com/linux-test-project/ltp.git
7420 S:      Maintained
7421
7422 M32R ARCHITECTURE
7423 W:      http://www.linux-m32r.org/
7424 S:      Orphan
7425 F:      arch/m32r/
7426
7427 M68K ARCHITECTURE
7428 M:      Geert Uytterhoeven <geert@linux-m68k.org>
7429 L:      linux-m68k@lists.linux-m68k.org
7430 W:      http://www.linux-m68k.org/
7431 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7432 S:      Maintained
7433 F:      arch/m68k/
7434 F:      drivers/zorro/
7435
7436 M68K ON APPLE MACINTOSH
7437 M:      Joshua Thompson <funaho@jurai.org>
7438 W:      http://www.mac.linux-m68k.org/
7439 L:      linux-m68k@lists.linux-m68k.org
7440 S:      Maintained
7441 F:      arch/m68k/mac/
7442
7443 M68K ON HP9000/300
7444 M:      Philip Blundell <philb@gnu.org>
7445 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
7446 S:      Maintained
7447 F:      arch/m68k/hp300/
7448
7449 M88DS3103 MEDIA DRIVER
7450 M:      Antti Palosaari <crope@iki.fi>
7451 L:      linux-media@vger.kernel.org
7452 W:      https://linuxtv.org
7453 W:      http://palosaari.fi/linux/
7454 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7455 T:      git git://linuxtv.org/anttip/media_tree.git
7456 S:      Maintained
7457 F:      drivers/media/dvb-frontends/m88ds3103*
7458
7459 M88RS2000 MEDIA DRIVER
7460 M:      Malcolm Priestley <tvboxspy@gmail.com>
7461 L:      linux-media@vger.kernel.org
7462 W:      https://linuxtv.org
7463 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7464 S:      Maintained
7465 F:      drivers/media/dvb-frontends/m88rs2000*
7466
7467 MA901 MASTERKIT USB FM RADIO DRIVER
7468 M:      Alexey Klimov <klimov.linux@gmail.com>
7469 L:      linux-media@vger.kernel.org
7470 T:      git git://linuxtv.org/media_tree.git
7471 S:      Maintained
7472 F:      drivers/media/radio/radio-ma901.c
7473
7474 MAC80211
7475 M:      Johannes Berg <johannes@sipsolutions.net>
7476 L:      linux-wireless@vger.kernel.org
7477 W:      http://wireless.kernel.org/
7478 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7479 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7480 S:      Maintained
7481 F:      Documentation/networking/mac80211-injection.txt
7482 F:      include/net/mac80211.h
7483 F:      net/mac80211/
7484 F:      drivers/net/wireless/mac80211_hwsim.[ch]
7485
7486 MACVLAN DRIVER
7487 M:      Patrick McHardy <kaber@trash.net>
7488 L:      netdev@vger.kernel.org
7489 S:      Maintained
7490 F:      drivers/net/macvlan.c
7491 F:      include/linux/if_macvlan.h
7492
7493 MAILBOX API
7494 M:      Jassi Brar <jassisinghbrar@gmail.com>
7495 L:      linux-kernel@vger.kernel.org
7496 S:      Maintained
7497 F:      drivers/mailbox/
7498 F:      include/linux/mailbox_client.h
7499 F:      include/linux/mailbox_controller.h
7500
7501 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7502 M:      Michael Kerrisk <mtk.manpages@gmail.com>
7503 W:      http://www.kernel.org/doc/man-pages
7504 L:      linux-man@vger.kernel.org
7505 S:      Maintained
7506
7507 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7508 M:      Andrew Lunn <andrew@lunn.ch>
7509 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7510 S:      Maintained
7511 F:      drivers/net/dsa/mv88e6xxx/
7512
7513 MARVELL ARMADA DRM SUPPORT
7514 M:      Russell King <rmk+kernel@armlinux.org.uk>
7515 S:      Maintained
7516 F:      drivers/gpu/drm/armada/
7517 F:      include/uapi/drm/armada_drm.h
7518 F:      Documentation/devicetree/bindings/display/armada/
7519
7520 MARVELL CRYPTO DRIVER
7521 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7522 M:      Arnaud Ebalard <arno@natisbad.org>
7523 F:      drivers/crypto/marvell/
7524 S:      Maintained
7525 L:      linux-crypto@vger.kernel.org
7526
7527 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7528 M:      Mirko Lindner <mlindner@marvell.com>
7529 M:      Stephen Hemminger <stephen@networkplumber.org>
7530 L:      netdev@vger.kernel.org
7531 S:      Maintained
7532 F:      drivers/net/ethernet/marvell/sk*
7533
7534 MARVELL LIBERTAS WIRELESS DRIVER
7535 L:      libertas-dev@lists.infradead.org
7536 S:      Orphan
7537 F:      drivers/net/wireless/marvell/libertas/
7538
7539 MARVELL MV643XX ETHERNET DRIVER
7540 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7541 L:      netdev@vger.kernel.org
7542 S:      Maintained
7543 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7544 F:      include/linux/mv643xx.h
7545
7546 MARVELL MVNETA ETHERNET DRIVER
7547 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7548 L:      netdev@vger.kernel.org
7549 S:      Maintained
7550 F:      drivers/net/ethernet/marvell/mvneta.*
7551
7552 MARVELL MWIFIEX WIRELESS DRIVER
7553 M:      Amitkumar Karwar <akarwar@marvell.com>
7554 M:      Nishant Sarmukadam <nishants@marvell.com>
7555 L:      linux-wireless@vger.kernel.org
7556 S:      Maintained
7557 F:      drivers/net/wireless/marvell/mwifiex/
7558
7559 MARVELL MWL8K WIRELESS DRIVER
7560 M:      Lennert Buytenhek <buytenh@wantstofly.org>
7561 L:      linux-wireless@vger.kernel.org
7562 S:      Odd Fixes
7563 F:      drivers/net/wireless/marvell/mwl8k.c
7564
7565 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7566 M:      Nicolas Pitre <nico@fluxnic.net>
7567 S:      Odd Fixes
7568 F:      drivers/mmc/host/mvsdio.*
7569
7570 MATROX FRAMEBUFFER DRIVER
7571 L:      linux-fbdev@vger.kernel.org
7572 S:      Orphan
7573 F:      drivers/video/fbdev/matrox/matroxfb_*
7574 F:      include/uapi/linux/matroxfb.h
7575
7576 MAX16065 HARDWARE MONITOR DRIVER
7577 M:      Guenter Roeck <linux@roeck-us.net>
7578 L:      linux-hwmon@vger.kernel.org
7579 S:      Maintained
7580 F:      Documentation/hwmon/max16065
7581 F:      drivers/hwmon/max16065.c
7582
7583 MAX20751 HARDWARE MONITOR DRIVER
7584 M:      Guenter Roeck <linux@roeck-us.net>
7585 L:      linux-hwmon@vger.kernel.org
7586 S:      Maintained
7587 F:      Documentation/hwmon/max20751
7588 F:      drivers/hwmon/max20751.c
7589
7590 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7591 L:      linux-hwmon@vger.kernel.org
7592 S:      Orphan
7593 F:      Documentation/hwmon/max6650
7594 F:      drivers/hwmon/max6650.c
7595
7596 MAX6697 HARDWARE MONITOR DRIVER
7597 M:      Guenter Roeck <linux@roeck-us.net>
7598 L:      linux-hwmon@vger.kernel.org
7599 S:      Maintained
7600 F:      Documentation/hwmon/max6697
7601 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7602 F:      drivers/hwmon/max6697.c
7603 F:      include/linux/platform_data/max6697.h
7604
7605 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7606 M:      Peter Rosin <peda@axentia.se>
7607 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7608 S:      Maintained
7609 F:      Documentation/devicetree/bindings/sound/max9860.txt
7610 F:      sound/soc/codecs/max9860.*
7611
7612 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7613 M:      Krzysztof Kozlowski <krzk@kernel.org>
7614 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7615 L:      linux-pm@vger.kernel.org
7616 S:      Supported
7617 F:      drivers/power/supply/max14577_charger.c
7618 F:      drivers/power/supply/max77693_charger.c
7619
7620 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7621 M:      Javier Martinez Canillas <javier@osg.samsung.com>
7622 L:      linux-kernel@vger.kernel.org
7623 S:      Supported
7624 F:      drivers/*/*max77802*.c
7625 F:      Documentation/devicetree/bindings/*/*max77802.txt
7626 F:      include/dt-bindings/*/*max77802.h
7627
7628 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7629 M:      Chanwoo Choi <cw00.choi@samsung.com>
7630 M:      Krzysztof Kozlowski <krzk@kernel.org>
7631 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7632 L:      linux-kernel@vger.kernel.org
7633 S:      Supported
7634 F:      drivers/*/max14577*.c
7635 F:      drivers/*/max77686*.c
7636 F:      drivers/*/max77693*.c
7637 F:      drivers/extcon/extcon-max14577.c
7638 F:      drivers/extcon/extcon-max77693.c
7639 F:      drivers/rtc/rtc-max77686.c
7640 F:      drivers/clk/clk-max77686.c
7641 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7642 F:      Documentation/devicetree/bindings/*/max77686.txt
7643 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7644 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7645 F:      include/linux/mfd/max14577*.h
7646 F:      include/linux/mfd/max77686*.h
7647 F:      include/linux/mfd/max77693*.h
7648
7649 MAXIRADIO FM RADIO RECEIVER DRIVER
7650 M:      Hans Verkuil <hverkuil@xs4all.nl>
7651 L:      linux-media@vger.kernel.org
7652 T:      git git://linuxtv.org/media_tree.git
7653 W:      https://linuxtv.org
7654 S:      Maintained
7655 F:      drivers/media/radio/radio-maxiradio*
7656
7657 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7658 M:      Peter Rosin <peda@axentia.se>
7659 L:      linux-iio@vger.kernel.org
7660 S:      Maintained
7661 F:      drivers/iio/potentiometer/mcp4531.c
7662
7663 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7664 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
7665 L:      linux-iio@vger.kernel.org
7666 S:      Maintained
7667 F:      drivers/iio/dac/cio-dac.c
7668
7669 MEDIA DRIVERS FOR RENESAS - FCP
7670 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7671 L:      linux-media@vger.kernel.org
7672 L:      linux-renesas-soc@vger.kernel.org
7673 T:      git git://linuxtv.org/media_tree.git
7674 S:      Supported
7675 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
7676 F:      drivers/media/platform/rcar-fcp.c
7677 F:      include/media/rcar-fcp.h
7678
7679 MEDIA DRIVERS FOR RENESAS - VSP1
7680 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7681 L:      linux-media@vger.kernel.org
7682 L:      linux-renesas-soc@vger.kernel.org
7683 T:      git git://linuxtv.org/media_tree.git
7684 S:      Supported
7685 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7686 F:      drivers/media/platform/vsp1/
7687
7688 MEDIA DRIVERS FOR HELENE
7689 M:      Abylay Ospan <aospan@netup.ru>
7690 L:      linux-media@vger.kernel.org
7691 W:      https://linuxtv.org
7692 W:      http://netup.tv/
7693 T:      git git://linuxtv.org/media_tree.git
7694 S:      Supported
7695 F:      drivers/media/dvb-frontends/helene*
7696
7697 MEDIA DRIVERS FOR ASCOT2E
7698 M:      Sergey Kozlov <serjk@netup.ru>
7699 M:      Abylay Ospan <aospan@netup.ru>
7700 L:      linux-media@vger.kernel.org
7701 W:      https://linuxtv.org
7702 W:      http://netup.tv/
7703 T:      git git://linuxtv.org/media_tree.git
7704 S:      Supported
7705 F:      drivers/media/dvb-frontends/ascot2e*
7706
7707 MEDIA DRIVERS FOR CXD2841ER
7708 M:      Sergey Kozlov <serjk@netup.ru>
7709 M:      Abylay Ospan <aospan@netup.ru>
7710 L:      linux-media@vger.kernel.org
7711 W:      https://linuxtv.org
7712 W:      http://netup.tv/
7713 T:      git git://linuxtv.org/media_tree.git
7714 S:      Supported
7715 F:      drivers/media/dvb-frontends/cxd2841er*
7716
7717 MEDIA DRIVERS FOR HORUS3A
7718 M:      Sergey Kozlov <serjk@netup.ru>
7719 M:      Abylay Ospan <aospan@netup.ru>
7720 L:      linux-media@vger.kernel.org
7721 W:      https://linuxtv.org
7722 W:      http://netup.tv/
7723 T:      git git://linuxtv.org/media_tree.git
7724 S:      Supported
7725 F:      drivers/media/dvb-frontends/horus3a*
7726
7727 MEDIA DRIVERS FOR LNBH25
7728 M:      Sergey Kozlov <serjk@netup.ru>
7729 M:      Abylay Ospan <aospan@netup.ru>
7730 L:      linux-media@vger.kernel.org
7731 W:      https://linuxtv.org
7732 W:      http://netup.tv/
7733 T:      git git://linuxtv.org/media_tree.git
7734 S:      Supported
7735 F:      drivers/media/dvb-frontends/lnbh25*
7736
7737 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7738 M:      Sergey Kozlov <serjk@netup.ru>
7739 M:      Abylay Ospan <aospan@netup.ru>
7740 L:      linux-media@vger.kernel.org
7741 W:      https://linuxtv.org
7742 W:      http://netup.tv/
7743 T:      git git://linuxtv.org/media_tree.git
7744 S:      Supported
7745 F:      drivers/media/pci/netup_unidvb/*
7746
7747 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7748 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
7749 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
7750 P:      LinuxTV.org Project
7751 L:      linux-media@vger.kernel.org
7752 W:      https://linuxtv.org
7753 Q:      http://patchwork.kernel.org/project/linux-media/list/
7754 T:      git git://linuxtv.org/media_tree.git
7755 S:      Maintained
7756 F:      Documentation/dvb/
7757 F:      Documentation/video4linux/
7758 F:      Documentation/DocBook/media/
7759 F:      drivers/media/
7760 F:      drivers/staging/media/
7761 F:      include/linux/platform_data/media/
7762 F:      include/media/
7763 F:      include/uapi/linux/dvb/
7764 F:      include/uapi/linux/videodev2.h
7765 F:      include/uapi/linux/media.h
7766 F:      include/uapi/linux/v4l2-*
7767 F:      include/uapi/linux/meye.h
7768 F:      include/uapi/linux/ivtv*
7769 F:      include/uapi/linux/uvcvideo.h
7770
7771 MEDIATEK ETHERNET DRIVER
7772 M:      Felix Fietkau <nbd@openwrt.org>
7773 M:      John Crispin <blogic@openwrt.org>
7774 L:      netdev@vger.kernel.org
7775 S:      Maintained
7776 F:      drivers/net/ethernet/mediatek/
7777
7778 MEDIATEK MT7601U WIRELESS LAN DRIVER
7779 M:      Jakub Kicinski <kubakici@wp.pl>
7780 L:      linux-wireless@vger.kernel.org
7781 S:      Maintained
7782 F:      drivers/net/wireless/mediatek/mt7601u/
7783
7784 MEGARAID SCSI/SAS DRIVERS
7785 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7786 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7787 M:      Uday Lingala <uday.lingala@avagotech.com>
7788 L:      megaraidlinux.pdl@avagotech.com
7789 L:      linux-scsi@vger.kernel.org
7790 W:      http://www.lsi.com
7791 S:      Maintained
7792 F:      Documentation/scsi/megaraid.txt
7793 F:      drivers/scsi/megaraid.*
7794 F:      drivers/scsi/megaraid/
7795
7796 MELLANOX ETHERNET DRIVER (mlx4_en)
7797 M:      Tariq Toukan <tariqt@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/mlx4/en_*
7803
7804 MELLANOX ETHERNET DRIVER (mlx5e)
7805 M:      Saeed Mahameed <saeedm@mellanox.com>
7806 L:      netdev@vger.kernel.org
7807 S:      Supported
7808 W:      http://www.mellanox.com
7809 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7810 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7811
7812 MELLANOX ETHERNET SWITCH DRIVERS
7813 M:      Jiri Pirko <jiri@mellanox.com>
7814 M:      Ido Schimmel <idosch@mellanox.com>
7815 L:      netdev@vger.kernel.org
7816 S:      Supported
7817 W:      http://www.mellanox.com
7818 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7819 F:      drivers/net/ethernet/mellanox/mlxsw/
7820
7821 MELLANOX MLXCPLD LED DRIVER
7822 M:      Vadim Pasternak <vadimp@mellanox.com>
7823 L:      linux-leds@vger.kernel.org
7824 S:      Supported
7825 F:      drivers/leds/leds-mlxcpld.c
7826 F:      Documentation/leds/leds-mlxcpld.txt
7827
7828 MELLANOX PLATFORM DRIVER
7829 M:      Vadim Pasternak <vadimp@mellanox.com>
7830 L:      platform-driver-x86@vger.kernel.org
7831 S:      Supported
7832 F:      arch/x86/platform/mellanox/mlx-platform.c
7833
7834 SOFT-ROCE DRIVER (rxe)
7835 M:      Moni Shoua <monis@mellanox.com>
7836 L:      linux-rdma@vger.kernel.org
7837 S:      Supported
7838 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
7839 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7840 F:      drivers/infiniband/sw/rxe/
7841 F:      include/uapi/rdma/rdma_user_rxe.h
7842
7843 MEMBARRIER SUPPORT
7844 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7845 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7846 L:      linux-kernel@vger.kernel.org
7847 S:      Supported
7848 F:      kernel/membarrier.c
7849 F:      include/uapi/linux/membarrier.h
7850
7851 MEMORY MANAGEMENT
7852 L:      linux-mm@kvack.org
7853 W:      http://www.linux-mm.org
7854 S:      Maintained
7855 F:      include/linux/mm.h
7856 F:      include/linux/gfp.h
7857 F:      include/linux/mmzone.h
7858 F:      include/linux/memory_hotplug.h
7859 F:      include/linux/vmalloc.h
7860 F:      mm/
7861
7862 MEMORY TECHNOLOGY DEVICES (MTD)
7863 M:      David Woodhouse <dwmw2@infradead.org>
7864 M:      Brian Norris <computersforpeace@gmail.com>
7865 L:      linux-mtd@lists.infradead.org
7866 W:      http://www.linux-mtd.infradead.org/
7867 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7868 T:      git git://git.infradead.org/linux-mtd.git
7869 T:      git git://git.infradead.org/l2-mtd.git
7870 S:      Maintained
7871 F:      Documentation/devicetree/bindings/mtd/
7872 F:      drivers/mtd/
7873 F:      include/linux/mtd/
7874 F:      include/uapi/mtd/
7875
7876 MEN A21 WATCHDOG DRIVER
7877 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7878 L:      linux-watchdog@vger.kernel.org
7879 S:      Maintained
7880 F:      drivers/watchdog/mena21_wdt.c
7881
7882 MEN CHAMELEON BUS (mcb)
7883 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7884 S:      Maintained
7885 F:      drivers/mcb/
7886 F:      include/linux/mcb.h
7887 F:      Documentation/men-chameleon-bus.txt
7888
7889 MEN F21BMC (Board Management Controller)
7890 M:      Andreas Werner <andreas.werner@men.de>
7891 S:      Supported
7892 F:      drivers/mfd/menf21bmc.c
7893 F:      drivers/watchdog/menf21bmc_wdt.c
7894 F:      drivers/leds/leds-menf21bmc.c
7895 F:      drivers/hwmon/menf21bmc_hwmon.c
7896 F:      Documentation/hwmon/menf21bmc
7897
7898 METAG ARCHITECTURE
7899 M:      James Hogan <james.hogan@imgtec.com>
7900 L:      linux-metag@vger.kernel.org
7901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7902 S:      Odd Fixes
7903 F:      arch/metag/
7904 F:      Documentation/metag/
7905 F:      Documentation/devicetree/bindings/metag/
7906 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7907 F:      drivers/clocksource/metag_generic.c
7908 F:      drivers/irqchip/irq-metag.c
7909 F:      drivers/irqchip/irq-metag-ext.c
7910 F:      drivers/tty/metag_da.c
7911
7912 MICROBLAZE ARCHITECTURE
7913 M:      Michal Simek <monstr@monstr.eu>
7914 W:      http://www.monstr.eu/fdt/
7915 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7916 S:      Supported
7917 F:      arch/microblaze/
7918
7919 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
7920 M:      Richard Genoud <richard.genoud@gmail.com>
7921 S:      Maintained
7922 F:      drivers/tty/serial/atmel_serial.c
7923 F:      include/linux/atmel_serial.h
7924
7925 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7926 M:      Chen Yu <yu.c.chen@intel.com>
7927 L:      platform-driver-x86@vger.kernel.org
7928 S:      Supported
7929 F:      drivers/platform/x86/surfacepro3_button.c
7930
7931 MICROTEK X6 SCANNER
7932 M:      Oliver Neukum <oliver@neukum.org>
7933 S:      Maintained
7934 F:      drivers/usb/image/microtek.*
7935
7936 MIPS
7937 M:      Ralf Baechle <ralf@linux-mips.org>
7938 L:      linux-mips@linux-mips.org
7939 W:      http://www.linux-mips.org/
7940 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7941 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7942 S:      Supported
7943 F:      Documentation/devicetree/bindings/mips/
7944 F:      Documentation/mips/
7945 F:      arch/mips/
7946
7947 MIPS/LOONGSON1 ARCHITECTURE
7948 M:      Keguang Zhang <keguang.zhang@gmail.com>
7949 L:      linux-mips@linux-mips.org
7950 S:      Maintained
7951 F:      arch/mips/loongson32/
7952 F:      arch/mips/include/asm/mach-loongson32/
7953 F:      drivers/*/*loongson1*
7954 F:      drivers/*/*/*loongson1*
7955
7956 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7957 M:      Hans Verkuil <hverkuil@xs4all.nl>
7958 L:      linux-media@vger.kernel.org
7959 T:      git git://linuxtv.org/media_tree.git
7960 W:      https://linuxtv.org
7961 S:      Odd Fixes
7962 F:      drivers/media/radio/radio-miropcm20*
7963
7964 MELLANOX MLX4 core VPI driver
7965 M:      Yishai Hadas <yishaih@mellanox.com>
7966 L:      netdev@vger.kernel.org
7967 L:      linux-rdma@vger.kernel.org
7968 W:      http://www.mellanox.com
7969 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7970 S:      Supported
7971 F:      drivers/net/ethernet/mellanox/mlx4/
7972 F:      include/linux/mlx4/
7973
7974 MELLANOX MLX4 IB driver
7975 M:      Yishai Hadas <yishaih@mellanox.com>
7976 L:      linux-rdma@vger.kernel.org
7977 W:      http://www.mellanox.com
7978 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7979 S:      Supported
7980 F:      drivers/infiniband/hw/mlx4/
7981 F:      include/linux/mlx4/
7982
7983 MELLANOX MLX5 core VPI driver
7984 M:      Matan Barak <matanb@mellanox.com>
7985 M:      Leon Romanovsky <leonro@mellanox.com>
7986 L:      netdev@vger.kernel.org
7987 L:      linux-rdma@vger.kernel.org
7988 W:      http://www.mellanox.com
7989 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7990 S:      Supported
7991 F:      drivers/net/ethernet/mellanox/mlx5/core/
7992 F:      include/linux/mlx5/
7993
7994 MELLANOX MLX5 IB driver
7995 M:      Matan Barak <matanb@mellanox.com>
7996 M:      Leon Romanovsky <leonro@mellanox.com>
7997 L:      linux-rdma@vger.kernel.org
7998 W:      http://www.mellanox.com
7999 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8000 S:      Supported
8001 F:      drivers/infiniband/hw/mlx5/
8002 F:      include/linux/mlx5/
8003
8004 MELEXIS MLX90614 DRIVER
8005 M:      Crt Mori <cmo@melexis.com>
8006 L:      linux-iio@vger.kernel.org
8007 W:      http://www.melexis.com
8008 S:      Supported
8009 F:      drivers/iio/temperature/mlx90614.c
8010
8011 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8012 M:      Don Brace <don.brace@microsemi.com>
8013 L:      esc.storagedev@microsemi.com
8014 L:      linux-scsi@vger.kernel.org
8015 S:      Supported
8016 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
8017 F:      drivers/scsi/smartpqi/Kconfig
8018 F:      drivers/scsi/smartpqi/Makefile
8019 F:      include/linux/cciss*.h
8020 F:      include/uapi/linux/cciss*.h
8021 F:      Documentation/scsi/smartpqi.txt
8022
8023 MN88472 MEDIA DRIVER
8024 M:      Antti Palosaari <crope@iki.fi>
8025 L:      linux-media@vger.kernel.org
8026 W:      https://linuxtv.org
8027 W:      http://palosaari.fi/linux/
8028 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8029 S:      Maintained
8030 F:      drivers/media/dvb-frontends/mn88472*
8031
8032 MN88473 MEDIA DRIVER
8033 M:      Antti Palosaari <crope@iki.fi>
8034 L:      linux-media@vger.kernel.org
8035 W:      https://linuxtv.org
8036 W:      http://palosaari.fi/linux/
8037 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8038 S:      Maintained
8039 F:      drivers/media/dvb-frontends/mn88473*
8040
8041 MODULE SUPPORT
8042 M:      Rusty Russell <rusty@rustcorp.com.au>
8043 S:      Maintained
8044 F:      include/linux/module.h
8045 F:      kernel/module.c
8046
8047 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8048 W:      http://popies.net/meye/
8049 S:      Orphan
8050 F:      Documentation/video4linux/meye.txt
8051 F:      drivers/media/pci/meye/
8052 F:      include/uapi/linux/meye.h
8053
8054 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8055 M:      Jiri Slaby <jirislaby@gmail.com>
8056 S:      Maintained
8057 F:      Documentation/serial/moxa-smartio
8058 F:      drivers/tty/mxser.*
8059
8060 MR800 AVERMEDIA USB FM RADIO DRIVER
8061 M:      Alexey Klimov <klimov.linux@gmail.com>
8062 L:      linux-media@vger.kernel.org
8063 T:      git git://linuxtv.org/media_tree.git
8064 S:      Maintained
8065 F:      drivers/media/radio/radio-mr800.c
8066
8067 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8068 M:      Alan Ott <alan@signal11.us>
8069 L:      linux-wpan@vger.kernel.org
8070 S:      Maintained
8071 F:      drivers/net/ieee802154/mrf24j40.c
8072 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8073
8074 MSI LAPTOP SUPPORT
8075 M:      "Lee, Chun-Yi" <jlee@suse.com>
8076 L:      platform-driver-x86@vger.kernel.org
8077 S:      Maintained
8078 F:      drivers/platform/x86/msi-laptop.c
8079
8080 MSI WMI SUPPORT
8081 L:      platform-driver-x86@vger.kernel.org
8082 S:      Orphan
8083 F:      drivers/platform/x86/msi-wmi.c
8084
8085 MSI001 MEDIA DRIVER
8086 M:      Antti Palosaari <crope@iki.fi>
8087 L:      linux-media@vger.kernel.org
8088 W:      https://linuxtv.org
8089 W:      http://palosaari.fi/linux/
8090 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8091 T:      git git://linuxtv.org/anttip/media_tree.git
8092 S:      Maintained
8093 F:      drivers/media/tuners/msi001*
8094
8095 MSI2500 MEDIA DRIVER
8096 M:      Antti Palosaari <crope@iki.fi>
8097 L:      linux-media@vger.kernel.org
8098 W:      https://linuxtv.org
8099 W:      http://palosaari.fi/linux/
8100 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8101 T:      git git://linuxtv.org/anttip/media_tree.git
8102 S:      Maintained
8103 F:      drivers/media/usb/msi2500/
8104
8105 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8106 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8107 L:      linux-mtd@lists.infradead.org
8108 S:      Maintained
8109 F:      drivers/mtd/devices/docg3*
8110
8111 MT9M032 APTINA SENSOR DRIVER
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/mt9m032.c
8117 F:      include/media/i2c/mt9m032.h
8118
8119 MT9P031 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/mt9p031.c
8125 F:      include/media/i2c/mt9p031.h
8126
8127 MT9T001 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:      drivers/media/i2c/mt9t001.c
8133 F:      include/media/i2c/mt9t001.h
8134
8135 MT9V032 APTINA CAMERA SENSOR
8136 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8137 L:      linux-media@vger.kernel.org
8138 T:      git git://linuxtv.org/media_tree.git
8139 S:      Maintained
8140 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8141 F:      drivers/media/i2c/mt9v032.c
8142 F:      include/media/i2c/mt9v032.h
8143
8144 MULTIFUNCTION DEVICES (MFD)
8145 M:      Lee Jones <lee.jones@linaro.org>
8146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8147 S:      Supported
8148 F:      Documentation/devicetree/bindings/mfd/
8149 F:      drivers/mfd/
8150 F:      include/linux/mfd/
8151
8152 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8153 M:      Ulf Hansson <ulf.hansson@linaro.org>
8154 L:      linux-mmc@vger.kernel.org
8155 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
8156 S:      Maintained
8157 F:      Documentation/devicetree/bindings/mmc/
8158 F:      drivers/mmc/
8159 F:      include/linux/mmc/
8160 F:      include/uapi/linux/mmc/
8161
8162 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8163 S:      Orphan
8164 F:      drivers/mmc/host/mmc_spi.c
8165 F:      include/linux/spi/mmc_spi.h
8166
8167 MULTISOUND SOUND DRIVER
8168 M:      Andrew Veliath <andrewtv@usa.net>
8169 S:      Maintained
8170 F:      Documentation/sound/oss/MultiSound
8171 F:      sound/oss/msnd*
8172
8173 MULTITECH MULTIPORT CARD (ISICOM)
8174 S:      Orphan
8175 F:      drivers/tty/isicom.c
8176 F:      include/linux/isicom.h
8177
8178 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8179 M:      Bin Liu <b-liu@ti.com>
8180 L:      linux-usb@vger.kernel.org
8181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8182 S:      Maintained
8183 F:      drivers/usb/musb/
8184
8185 MXL5007T MEDIA DRIVER
8186 M:      Michael Krufky <mkrufky@linuxtv.org>
8187 L:      linux-media@vger.kernel.org
8188 W:      https://linuxtv.org
8189 W:      http://github.com/mkrufky
8190 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8191 T:      git git://linuxtv.org/mkrufky/tuners.git
8192 S:      Maintained
8193 F:      drivers/media/tuners/mxl5007t.*
8194
8195 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8196 M:      Hyong-Youb Kim <hykim@myri.com>
8197 L:      netdev@vger.kernel.org
8198 W:      https://www.myricom.com/support/downloads/myri10ge.html
8199 S:      Supported
8200 F:      drivers/net/ethernet/myricom/myri10ge/
8201
8202 NAND FLASH SUBSYSTEM
8203 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8204 R:      Richard Weinberger <richard@nod.at>
8205 L:      linux-mtd@lists.infradead.org
8206 W:      http://www.linux-mtd.infradead.org/
8207 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8208 T:      git git://github.com/linux-nand/linux.git
8209 S:      Maintained
8210 F:      drivers/mtd/nand/
8211 F:      include/linux/mtd/nand*.h
8212
8213 NATSEMI ETHERNET DRIVER (DP8381x)
8214 S:      Orphan
8215 F:      drivers/net/ethernet/natsemi/natsemi.c
8216
8217 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8218 M:      Daniel Mack <zonque@gmail.com>
8219 S:      Maintained
8220 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8221 W:      http://www.native-instruments.com
8222 F:      sound/usb/caiaq/
8223
8224 NCP FILESYSTEM
8225 M:      Petr Vandrovec <petr@vandrovec.name>
8226 S:      Odd Fixes
8227 F:      fs/ncpfs/
8228
8229 NCR 5380 SCSI DRIVERS
8230 M:      Finn Thain <fthain@telegraphics.com.au>
8231 M:      Michael Schmitz <schmitzmic@gmail.com>
8232 L:      linux-scsi@vger.kernel.org
8233 S:      Maintained
8234 F:      Documentation/scsi/g_NCR5380.txt
8235 F:      drivers/scsi/NCR5380.*
8236 F:      drivers/scsi/arm/cumana_1.c
8237 F:      drivers/scsi/arm/oak.c
8238 F:      drivers/scsi/atari_scsi.*
8239 F:      drivers/scsi/dmx3191d.c
8240 F:      drivers/scsi/g_NCR5380.*
8241 F:      drivers/scsi/g_NCR5380_mmio.c
8242 F:      drivers/scsi/mac_scsi.*
8243 F:      drivers/scsi/sun3_scsi.*
8244 F:      drivers/scsi/sun3_scsi_vme.c
8245
8246 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8247 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8248 L:      linux-scsi@vger.kernel.org
8249 S:      Maintained
8250 F:      drivers/scsi/NCR_D700.*
8251
8252 NCT6775 HARDWARE MONITOR DRIVER
8253 M:      Guenter Roeck <linux@roeck-us.net>
8254 L:      linux-hwmon@vger.kernel.org
8255 S:      Maintained
8256 F:      Documentation/hwmon/nct6775
8257 F:      drivers/hwmon/nct6775.c
8258
8259 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8260 M:      Faisal Latif <faisal.latif@intel.com>
8261 L:      linux-rdma@vger.kernel.org
8262 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8263 S:      Supported
8264 F:      drivers/infiniband/hw/nes/
8265
8266 NETEM NETWORK EMULATOR
8267 M:      Stephen Hemminger <stephen@networkplumber.org>
8268 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
8269 S:      Maintained
8270 F:      net/sched/sch_netem.c
8271
8272 NETERION 10GbE DRIVERS (s2io/vxge)
8273 M:      Jon Mason <jdmason@kudzu.us>
8274 L:      netdev@vger.kernel.org
8275 S:      Supported
8276 F:      Documentation/networking/s2io.txt
8277 F:      Documentation/networking/vxge.txt
8278 F:      drivers/net/ethernet/neterion/
8279
8280 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8281 M:      Pablo Neira Ayuso <pablo@netfilter.org>
8282 M:      Patrick McHardy <kaber@trash.net>
8283 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8284 L:      netfilter-devel@vger.kernel.org
8285 L:      coreteam@netfilter.org
8286 W:      http://www.netfilter.org/
8287 W:      http://www.iptables.org/
8288 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
8289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8291 S:      Supported
8292 F:      include/linux/netfilter*
8293 F:      include/linux/netfilter/
8294 F:      include/net/netfilter/
8295 F:      include/uapi/linux/netfilter*
8296 F:      include/uapi/linux/netfilter/
8297 F:      net/*/netfilter.c
8298 F:      net/*/netfilter/
8299 F:      net/netfilter/
8300 F:      net/bridge/br_netfilter*.c
8301
8302 NETLABEL
8303 M:      Paul Moore <paul@paul-moore.com>
8304 W:      http://netlabel.sf.net
8305 L:      netdev@vger.kernel.org
8306 S:      Maintained
8307 F:      Documentation/netlabel/
8308 F:      include/net/netlabel.h
8309 F:      net/netlabel/
8310
8311 NETROM NETWORK LAYER
8312 M:      Ralf Baechle <ralf@linux-mips.org>
8313 L:      linux-hams@vger.kernel.org
8314 W:      http://www.linux-ax25.org/
8315 S:      Maintained
8316 F:      include/net/netrom.h
8317 F:      include/uapi/linux/netrom.h
8318 F:      net/netrom/
8319
8320 NETRONOME ETHERNET DRIVERS
8321 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
8322 L:      oss-drivers@netronome.com
8323 S:      Maintained
8324 F:      drivers/net/ethernet/netronome/
8325
8326 NETWORK BLOCK DEVICE (NBD)
8327 M:      Markus Pargmann <mpa@pengutronix.de>
8328 S:      Maintained
8329 L:      nbd-general@lists.sourceforge.net
8330 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
8331 F:      Documentation/blockdev/nbd.txt
8332 F:      drivers/block/nbd.c
8333 F:      include/uapi/linux/nbd.h
8334
8335 NETWORK DROP MONITOR
8336 M:      Neil Horman <nhorman@tuxdriver.com>
8337 L:      netdev@vger.kernel.org
8338 S:      Maintained
8339 W:      https://fedorahosted.org/dropwatch/
8340 F:      net/core/drop_monitor.c
8341
8342 NETWORKING [DSA]
8343 M:      Andrew Lunn <andrew@lunn.ch>
8344 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8345 M:      Florian Fainelli <f.fainelli@gmail.com>
8346 S:      Maintained
8347 F:      net/dsa/
8348 F:      include/net/dsa.h
8349 F:      drivers/net/dsa/
8350
8351 NETWORKING [GENERAL]
8352 M:      "David S. Miller" <davem@davemloft.net>
8353 L:      netdev@vger.kernel.org
8354 W:      http://www.linuxfoundation.org/en/Net
8355 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8357 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8358 S:      Maintained
8359 F:      net/
8360 F:      include/net/
8361 F:      include/linux/in.h
8362 F:      include/linux/net.h
8363 F:      include/linux/netdevice.h
8364 F:      include/uapi/linux/in.h
8365 F:      include/uapi/linux/net.h
8366 F:      include/uapi/linux/netdevice.h
8367 F:      include/uapi/linux/net_namespace.h
8368 F:      tools/net/
8369 F:      tools/testing/selftests/net/
8370 F:      lib/random32.c
8371 F:      lib/test_bpf.c
8372
8373 NETWORKING [IPv4/IPv6]
8374 M:      "David S. Miller" <davem@davemloft.net>
8375 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8376 M:      James Morris <jmorris@namei.org>
8377 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8378 M:      Patrick McHardy <kaber@trash.net>
8379 L:      netdev@vger.kernel.org
8380 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8381 S:      Maintained
8382 F:      net/ipv4/
8383 F:      net/ipv6/
8384 F:      include/net/ip*
8385 F:      arch/x86/net/*
8386
8387 NETWORKING [IPSEC]
8388 M:      Steffen Klassert <steffen.klassert@secunet.com>
8389 M:      Herbert Xu <herbert@gondor.apana.org.au>
8390 M:      "David S. Miller" <davem@davemloft.net>
8391 L:      netdev@vger.kernel.org
8392 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8393 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8394 S:      Maintained
8395 F:      net/core/flow.c
8396 F:      net/xfrm/
8397 F:      net/key/
8398 F:      net/ipv4/xfrm*
8399 F:      net/ipv4/esp4.c
8400 F:      net/ipv4/ah4.c
8401 F:      net/ipv4/ipcomp.c
8402 F:      net/ipv4/ip_vti.c
8403 F:      net/ipv6/xfrm*
8404 F:      net/ipv6/esp6.c
8405 F:      net/ipv6/ah6.c
8406 F:      net/ipv6/ipcomp6.c
8407 F:      net/ipv6/ip6_vti.c
8408 F:      include/uapi/linux/xfrm.h
8409 F:      include/net/xfrm.h
8410
8411 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8412 M:      Paul Moore <paul@paul-moore.com>
8413 L:      netdev@vger.kernel.org
8414 S:      Maintained
8415
8416 NETWORKING [WIRELESS]
8417 L:      linux-wireless@vger.kernel.org
8418 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8419
8420 NETWORKING DRIVERS
8421 L:      netdev@vger.kernel.org
8422 W:      http://www.linuxfoundation.org/en/Net
8423 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8424 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8426 S:      Odd Fixes
8427 F:      Documentation/devicetree/bindings/net/
8428 F:      drivers/net/
8429 F:      include/linux/if_*
8430 F:      include/linux/netdevice.h
8431 F:      include/linux/etherdevice.h
8432 F:      include/linux/fcdevice.h
8433 F:      include/linux/fddidevice.h
8434 F:      include/linux/hippidevice.h
8435 F:      include/linux/inetdevice.h
8436 F:      include/uapi/linux/if_*
8437 F:      include/uapi/linux/netdevice.h
8438
8439 NETWORKING DRIVERS (WIRELESS)
8440 M:      Kalle Valo <kvalo@codeaurora.org>
8441 L:      linux-wireless@vger.kernel.org
8442 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8445 S:      Maintained
8446 F:      Documentation/devicetree/bindings/net/wireless/
8447 F:      drivers/net/wireless/
8448
8449 NETXEN (1/10) GbE SUPPORT
8450 M:      Manish Chopra <manish.chopra@qlogic.com>
8451 M:      Sony Chacko <sony.chacko@qlogic.com>
8452 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
8453 L:      netdev@vger.kernel.org
8454 W:      http://www.qlogic.com
8455 S:      Supported
8456 F:      drivers/net/ethernet/qlogic/netxen/
8457
8458 NFC SUBSYSTEM
8459 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8460 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8461 M:      Samuel Ortiz <sameo@linux.intel.com>
8462 L:      linux-wireless@vger.kernel.org
8463 L:      linux-nfc@lists.01.org (subscribers-only)
8464 S:      Supported
8465 F:      net/nfc/
8466 F:      include/net/nfc/
8467 F:      include/uapi/linux/nfc.h
8468 F:      drivers/nfc/
8469 F:      include/linux/platform_data/nfcmrvl.h
8470 F:      include/linux/platform_data/nxp-nci.h
8471 F:      include/linux/platform_data/pn544.h
8472 F:      include/linux/platform_data/st21nfca.h
8473 F:      include/linux/platform_data/st-nci.h
8474 F:      Documentation/devicetree/bindings/net/nfc/
8475
8476 NFS, SUNRPC, AND LOCKD CLIENTS
8477 M:      Trond Myklebust <trond.myklebust@primarydata.com>
8478 M:      Anna Schumaker <anna.schumaker@netapp.com>
8479 L:      linux-nfs@vger.kernel.org
8480 W:      http://client.linux-nfs.org
8481 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8482 S:      Maintained
8483 F:      fs/lockd/
8484 F:      fs/nfs/
8485 F:      fs/nfs_common/
8486 F:      net/sunrpc/
8487 F:      include/linux/lockd/
8488 F:      include/linux/nfs*
8489 F:      include/linux/sunrpc/
8490 F:      include/uapi/linux/nfs*
8491 F:      include/uapi/linux/sunrpc/
8492
8493 NILFS2 FILESYSTEM
8494 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8495 L:      linux-nilfs@vger.kernel.org
8496 W:      http://nilfs.sourceforge.net/
8497 W:      http://nilfs.osdn.jp/
8498 T:      git git://github.com/konis/nilfs2.git
8499 S:      Supported
8500 F:      Documentation/filesystems/nilfs2.txt
8501 F:      fs/nilfs2/
8502 F:      include/trace/events/nilfs2.h
8503 F:      include/uapi/linux/nilfs2_api.h
8504 F:      include/uapi/linux/nilfs2_ondisk.h
8505
8506 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
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/pcmcia/nsp_*
8512
8513 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8514 M:      GOTO Masanori <gotom@debian.or.jp>
8515 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8516 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8517 S:      Maintained
8518 F:      Documentation/scsi/NinjaSCSI.txt
8519 F:      drivers/scsi/nsp32*
8520
8521 NIOS2 ARCHITECTURE
8522 M:      Ley Foon Tan <lftan@altera.com>
8523 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8525 S:      Maintained
8526 F:      arch/nios2/
8527
8528 NOKIA N900 POWER SUPPLY DRIVERS
8529 R:      Pali Rohár <pali.rohar@gmail.com>
8530 F:      include/linux/power/bq2415x_charger.h
8531 F:      include/linux/power/bq27xxx_battery.h
8532 F:      include/linux/power/isp1704_charger.h
8533 F:      drivers/power/supply/bq2415x_charger.c
8534 F:      drivers/power/supply/bq27xxx_battery.c
8535 F:      drivers/power/supply/bq27xxx_battery_i2c.c
8536 F:      drivers/power/supply/isp1704_charger.c
8537 F:      drivers/power/supply/rx51_battery.c
8538
8539 NTB DRIVER CORE
8540 M:      Jon Mason <jdmason@kudzu.us>
8541 M:      Dave Jiang <dave.jiang@intel.com>
8542 M:      Allen Hubbe <Allen.Hubbe@emc.com>
8543 L:      linux-ntb@googlegroups.com
8544 S:      Supported
8545 W:      https://github.com/jonmason/ntb/wiki
8546 T:      git git://github.com/jonmason/ntb.git
8547 F:      drivers/ntb/
8548 F:      drivers/net/ntb_netdev.c
8549 F:      include/linux/ntb.h
8550 F:      include/linux/ntb_transport.h
8551 F:      tools/testing/selftests/ntb/
8552
8553 NTB INTEL DRIVER
8554 M:      Jon Mason <jdmason@kudzu.us>
8555 M:      Dave Jiang <dave.jiang@intel.com>
8556 L:      linux-ntb@googlegroups.com
8557 S:      Supported
8558 W:      https://github.com/jonmason/ntb/wiki
8559 T:      git git://github.com/jonmason/ntb.git
8560 F:      drivers/ntb/hw/intel/
8561
8562 NTB AMD DRIVER
8563 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
8564 L:      linux-ntb@googlegroups.com
8565 S:      Supported
8566 F:      drivers/ntb/hw/amd/
8567
8568 NTFS FILESYSTEM
8569 M:      Anton Altaparmakov <anton@tuxera.com>
8570 L:      linux-ntfs-dev@lists.sourceforge.net
8571 W:      http://www.tuxera.com/
8572 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8573 S:      Supported
8574 F:      Documentation/filesystems/ntfs.txt
8575 F:      fs/ntfs/
8576
8577 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8578 M:      Antonino Daplas <adaplas@gmail.com>
8579 L:      linux-fbdev@vger.kernel.org
8580 S:      Maintained
8581 F:      drivers/video/fbdev/riva/
8582 F:      drivers/video/fbdev/nvidia/
8583
8584 NVM EXPRESS DRIVER
8585 M:      Keith Busch <keith.busch@intel.com>
8586 M:      Jens Axboe <axboe@fb.com>
8587 L:      linux-nvme@lists.infradead.org
8588 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8589 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8590 S:      Supported
8591 F:      drivers/nvme/host/
8592 F:      include/linux/nvme.h
8593
8594 NVM EXPRESS TARGET DRIVER
8595 M:      Christoph Hellwig <hch@lst.de>
8596 M:      Sagi Grimberg <sagi@grimberg.me>
8597 L:      linux-nvme@lists.infradead.org
8598 S:      Supported
8599 F:      drivers/nvme/target/
8600
8601 NVMEM FRAMEWORK
8602 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8603 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
8604 S:      Maintained
8605 F:      drivers/nvmem/
8606 F:      Documentation/devicetree/bindings/nvmem/
8607 F:      include/linux/nvmem-consumer.h
8608 F:      include/linux/nvmem-provider.h
8609
8610 NXP-NCI NFC DRIVER
8611 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
8612 R:      Charles Gorand <charles.gorand@effinnov.com>
8613 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
8614 S:      Supported
8615 F:      drivers/nfc/nxp-nci
8616
8617 NXP TDA998X DRM DRIVER
8618 M:      Russell King <rmk+kernel@armlinux.org.uk>
8619 S:      Supported
8620 F:      drivers/gpu/drm/i2c/tda998x_drv.c
8621 F:      include/drm/i2c/tda998x.h
8622
8623 NXP TFA9879 DRIVER
8624 M:      Peter Rosin <peda@axentia.se>
8625 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8626 S:      Maintained
8627 F:      sound/soc/codecs/tfa9879*
8628
8629 OBJTOOL
8630 M:      Josh Poimboeuf <jpoimboe@redhat.com>
8631 S:      Supported
8632 F:      tools/objtool/
8633
8634 OMAP SUPPORT
8635 M:      Tony Lindgren <tony@atomide.com>
8636 L:      linux-omap@vger.kernel.org
8637 W:      http://www.muru.com/linux/omap/
8638 W:      http://linux.omap.com/
8639 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8640 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8641 S:      Maintained
8642 F:      arch/arm/*omap*/
8643 F:      arch/arm/configs/omap1_defconfig
8644 F:      arch/arm/configs/omap2plus_defconfig
8645 F:      drivers/i2c/busses/i2c-omap.c
8646 F:      drivers/irqchip/irq-omap-intc.c
8647 F:      drivers/mfd/*omap*.c
8648 F:      drivers/mfd/menelaus.c
8649 F:      drivers/mfd/palmas.c
8650 F:      drivers/mfd/tps65217.c
8651 F:      drivers/mfd/tps65218.c
8652 F:      drivers/mfd/tps65910.c
8653 F:      drivers/mfd/twl-core.[ch]
8654 F:      drivers/mfd/twl4030*.c
8655 F:      drivers/mfd/twl6030*.c
8656 F:      drivers/mfd/twl6040*.c
8657 F:      drivers/regulator/palmas-regulator*.c
8658 F:      drivers/regulator/pbias-regulator.c
8659 F:      drivers/regulator/tps65217-regulator.c
8660 F:      drivers/regulator/tps65218-regulator.c
8661 F:      drivers/regulator/tps65910-regulator.c
8662 F:      drivers/regulator/twl-regulator.c
8663 F:      include/linux/i2c-omap.h
8664
8665 OMAP DEVICE TREE SUPPORT
8666 M:      Benoît Cousson <bcousson@baylibre.com>
8667 M:      Tony Lindgren <tony@atomide.com>
8668 L:      linux-omap@vger.kernel.org
8669 L:      devicetree@vger.kernel.org
8670 S:      Maintained
8671 F:      arch/arm/boot/dts/*omap*
8672 F:      arch/arm/boot/dts/*am3*
8673 F:      arch/arm/boot/dts/*am4*
8674 F:      arch/arm/boot/dts/*am5*
8675 F:      arch/arm/boot/dts/*dra7*
8676
8677 OMAP CLOCK FRAMEWORK SUPPORT
8678 M:      Paul Walmsley <paul@pwsan.com>
8679 L:      linux-omap@vger.kernel.org
8680 S:      Maintained
8681 F:      arch/arm/*omap*/*clock*
8682
8683 OMAP POWER MANAGEMENT SUPPORT
8684 M:      Kevin Hilman <khilman@kernel.org>
8685 L:      linux-omap@vger.kernel.org
8686 S:      Maintained
8687 F:      arch/arm/*omap*/*pm*
8688 F:      drivers/cpufreq/omap-cpufreq.c
8689
8690 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8691 M:      Rajendra Nayak <rnayak@codeaurora.org>
8692 M:      Paul Walmsley <paul@pwsan.com>
8693 L:      linux-omap@vger.kernel.org
8694 S:      Maintained
8695 F:      arch/arm/mach-omap2/prm*
8696
8697 OMAP AUDIO SUPPORT
8698 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8699 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
8700 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8701 L:      linux-omap@vger.kernel.org
8702 S:      Maintained
8703 F:      sound/soc/omap/
8704
8705 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8706 M:      Roger Quadros <rogerq@ti.com>
8707 M:      Tony Lindgren <tony@atomide.com>
8708 L:      linux-omap@vger.kernel.org
8709 S:      Maintained
8710 F:      drivers/memory/omap-gpmc.c
8711 F:      arch/arm/mach-omap2/*gpmc*
8712
8713 OMAP FRAMEBUFFER SUPPORT
8714 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8715 L:      linux-fbdev@vger.kernel.org
8716 L:      linux-omap@vger.kernel.org
8717 S:      Maintained
8718 F:      drivers/video/fbdev/omap/
8719
8720 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8721 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8722 L:      linux-omap@vger.kernel.org
8723 L:      linux-fbdev@vger.kernel.org
8724 S:      Maintained
8725 F:      drivers/video/fbdev/omap2/
8726 F:      Documentation/arm/OMAP/DSS
8727
8728 OMAP HARDWARE SPINLOCK SUPPORT
8729 M:      Ohad Ben-Cohen <ohad@wizery.com>
8730 L:      linux-omap@vger.kernel.org
8731 S:      Maintained
8732 F:      drivers/hwspinlock/omap_hwspinlock.c
8733
8734 OMAP MMC SUPPORT
8735 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
8736 L:      linux-omap@vger.kernel.org
8737 S:      Maintained
8738 F:      drivers/mmc/host/omap.c
8739
8740 OMAP HS MMC SUPPORT
8741 L:      linux-mmc@vger.kernel.org
8742 L:      linux-omap@vger.kernel.org
8743 S:      Orphan
8744 F:      drivers/mmc/host/omap_hsmmc.c
8745
8746 OMAP RANDOM NUMBER GENERATOR SUPPORT
8747 M:      Deepak Saxena <dsaxena@plexity.net>
8748 S:      Maintained
8749 F:      drivers/char/hw_random/omap-rng.c
8750
8751 OMAP HWMOD SUPPORT
8752 M:      Benoît Cousson <bcousson@baylibre.com>
8753 M:      Paul Walmsley <paul@pwsan.com>
8754 L:      linux-omap@vger.kernel.org
8755 S:      Maintained
8756 F:      arch/arm/mach-omap2/omap_hwmod.*
8757
8758 OMAP HWMOD DATA
8759 M:      Paul Walmsley <paul@pwsan.com>
8760 L:      linux-omap@vger.kernel.org
8761 S:      Maintained
8762 F:      arch/arm/mach-omap2/omap_hwmod*data*
8763
8764 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8765 M:      Benoît Cousson <bcousson@baylibre.com>
8766 L:      linux-omap@vger.kernel.org
8767 S:      Maintained
8768 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8769
8770 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8771 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8772 L:      linux-media@vger.kernel.org
8773 S:      Maintained
8774 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
8775 F:      drivers/media/platform/omap3isp/
8776 F:      drivers/staging/media/omap4iss/
8777
8778 OMAP USB SUPPORT
8779 L:      linux-usb@vger.kernel.org
8780 L:      linux-omap@vger.kernel.org
8781 S:      Orphan
8782 F:      drivers/usb/*/*omap*
8783 F:      arch/arm/*omap*/usb*
8784
8785 OMAP GPIO DRIVER
8786 M:      Grygorii Strashko <grygorii.strashko@ti.com>
8787 M:      Santosh Shilimkar <ssantosh@kernel.org>
8788 M:      Kevin Hilman <khilman@kernel.org>
8789 L:      linux-omap@vger.kernel.org
8790 S:      Maintained
8791 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
8792 F:      drivers/gpio/gpio-omap.c
8793
8794 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8795 M:      Mark Jackson <mpfj@newflow.co.uk>
8796 L:      linux-omap@vger.kernel.org
8797 S:      Maintained
8798 F:      arch/arm/boot/dts/am335x-nano.dts
8799
8800 OMFS FILESYSTEM
8801 M:      Bob Copeland <me@bobcopeland.com>
8802 L:      linux-karma-devel@lists.sourceforge.net
8803 S:      Maintained
8804 F:      Documentation/filesystems/omfs.txt
8805 F:      fs/omfs/
8806
8807 OMNIKEY CARDMAN 4000 DRIVER
8808 M:      Harald Welte <laforge@gnumonks.org>
8809 S:      Maintained
8810 F:      drivers/char/pcmcia/cm4000_cs.c
8811 F:      include/linux/cm4000_cs.h
8812 F:      include/uapi/linux/cm4000_cs.h
8813
8814 OMNIKEY CARDMAN 4040 DRIVER
8815 M:      Harald Welte <laforge@gnumonks.org>
8816 S:      Maintained
8817 F:      drivers/char/pcmcia/cm4040_cs.*
8818
8819 OMNIVISION OV7670 SENSOR DRIVER
8820 M:      Jonathan Corbet <corbet@lwn.net>
8821 L:      linux-media@vger.kernel.org
8822 T:      git git://linuxtv.org/media_tree.git
8823 S:      Maintained
8824 F:      drivers/media/i2c/ov7670.c
8825
8826 ONENAND FLASH DRIVER
8827 M:      Kyungmin Park <kyungmin.park@samsung.com>
8828 L:      linux-mtd@lists.infradead.org
8829 S:      Maintained
8830 F:      drivers/mtd/onenand/
8831 F:      include/linux/mtd/onenand*.h
8832
8833 ONSTREAM SCSI TAPE DRIVER
8834 M:      Willem Riede <osst@riede.org>
8835 L:      osst-users@lists.sourceforge.net
8836 L:      linux-scsi@vger.kernel.org
8837 S:      Maintained
8838 F:      Documentation/scsi/osst.txt
8839 F:      drivers/scsi/osst.*
8840 F:      drivers/scsi/osst_*.h
8841 F:      drivers/scsi/st.h
8842
8843 OPENCORES I2C BUS DRIVER
8844 M:      Peter Korsgaard <jacmet@sunsite.dk>
8845 L:      linux-i2c@vger.kernel.org
8846 S:      Maintained
8847 F:      Documentation/i2c/busses/i2c-ocores
8848 F:      drivers/i2c/busses/i2c-ocores.c
8849
8850 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8851 M:      Rob Herring <robh+dt@kernel.org>
8852 M:      Frank Rowand <frowand.list@gmail.com>
8853 L:      devicetree@vger.kernel.org
8854 W:      http://www.devicetree.org/
8855 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8856 S:      Maintained
8857 F:      drivers/of/
8858 F:      include/linux/of*.h
8859 F:      scripts/dtc/
8860
8861 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8862 M:      Rob Herring <robh+dt@kernel.org>
8863 M:      Mark Rutland <mark.rutland@arm.com>
8864 L:      devicetree@vger.kernel.org
8865 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8866 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
8867 S:      Maintained
8868 F:      Documentation/devicetree/
8869 F:      arch/*/boot/dts/
8870 F:      include/dt-bindings/
8871
8872 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8873 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8874 L:      devicetree@vger.kernel.org
8875 S:      Maintained
8876 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8877 F:      Documentation/devicetree/overlay-notes.txt
8878 F:      drivers/of/overlay.c
8879 F:      drivers/of/resolver.c
8880
8881 OPENRISC ARCHITECTURE
8882 M:      Jonas Bonn <jonas@southpole.se>
8883 W:      http://openrisc.net
8884 S:      Maintained
8885 T:      git git://openrisc.net/~jonas/linux
8886 F:      arch/openrisc/
8887
8888 OPENVSWITCH
8889 M:      Pravin Shelar <pshelar@nicira.com>
8890 L:      netdev@vger.kernel.org
8891 L:      dev@openvswitch.org
8892 W:      http://openvswitch.org
8893 S:      Maintained
8894 F:      net/openvswitch/
8895 F:      include/uapi/linux/openvswitch.h
8896
8897 OPERATING PERFORMANCE POINTS (OPP)
8898 M:      Viresh Kumar <vireshk@kernel.org>
8899 M:      Nishanth Menon <nm@ti.com>
8900 M:      Stephen Boyd <sboyd@codeaurora.org>
8901 L:      linux-pm@vger.kernel.org
8902 S:      Maintained
8903 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8904 F:      drivers/base/power/opp/
8905 F:      include/linux/pm_opp.h
8906 F:      Documentation/power/opp.txt
8907 F:      Documentation/devicetree/bindings/opp/
8908
8909 OPL4 DRIVER
8910 M:      Clemens Ladisch <clemens@ladisch.de>
8911 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8912 T:      git git://git.alsa-project.org/alsa-kernel.git
8913 S:      Maintained
8914 F:      sound/drivers/opl4/
8915
8916 OPROFILE
8917 M:      Robert Richter <rric@kernel.org>
8918 L:      oprofile-list@lists.sf.net
8919 S:      Maintained
8920 F:      arch/*/include/asm/oprofile*.h
8921 F:      arch/*/oprofile/
8922 F:      drivers/oprofile/
8923 F:      include/linux/oprofile.h
8924
8925 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8926 M:      Mark Fasheh <mfasheh@versity.com>
8927 M:      Joel Becker <jlbec@evilplan.org>
8928 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8929 W:      http://ocfs2.wiki.kernel.org
8930 S:      Supported
8931 F:      Documentation/filesystems/ocfs2.txt
8932 F:      Documentation/filesystems/dlmfs.txt
8933 F:      fs/ocfs2/
8934
8935 ORINOCO DRIVER
8936 L:      linux-wireless@vger.kernel.org
8937 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8938 W:      http://www.nongnu.org/orinoco/
8939 S:      Orphan
8940 F:      drivers/net/wireless/intersil/orinoco/
8941
8942 OSD LIBRARY and FILESYSTEM
8943 M:      Boaz Harrosh <ooo@electrozaur.com>
8944 M:      Benny Halevy <bhalevy@primarydata.com>
8945 L:      osd-dev@open-osd.org
8946 W:      http://open-osd.org
8947 T:      git git://git.open-osd.org/open-osd.git
8948 S:      Maintained
8949 F:      drivers/scsi/osd/
8950 F:      include/scsi/osd_*
8951 F:      fs/exofs/
8952
8953 OVERLAY FILESYSTEM
8954 M:      Miklos Szeredi <miklos@szeredi.hu>
8955 L:      linux-unionfs@vger.kernel.org
8956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8957 S:      Supported
8958 F:      fs/overlayfs/
8959 F:      Documentation/filesystems/overlayfs.txt
8960
8961 ORANGEFS FILESYSTEM
8962 M:      Mike Marshall <hubcap@omnibond.com>
8963 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
8964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
8965 S:      Supported
8966 F:      fs/orangefs/
8967 F:      Documentation/filesystems/orangefs.txt
8968
8969 P54 WIRELESS DRIVER
8970 M:      Christian Lamparter <chunkeey@googlemail.com>
8971 L:      linux-wireless@vger.kernel.org
8972 W:      http://wireless.kernel.org/en/users/Drivers/p54
8973 S:      Maintained
8974 F:      drivers/net/wireless/intersil/p54/
8975
8976 PA SEMI ETHERNET DRIVER
8977 M:      Olof Johansson <olof@lixom.net>
8978 L:      netdev@vger.kernel.org
8979 S:      Maintained
8980 F:      drivers/net/ethernet/pasemi/*
8981
8982 PA SEMI SMBUS DRIVER
8983 M:      Olof Johansson <olof@lixom.net>
8984 L:      linux-i2c@vger.kernel.org
8985 S:      Maintained
8986 F:      drivers/i2c/busses/i2c-pasemi.c
8987
8988 PADATA PARALLEL EXECUTION MECHANISM
8989 M:      Steffen Klassert <steffen.klassert@secunet.com>
8990 L:      linux-crypto@vger.kernel.org
8991 S:      Maintained
8992 F:      kernel/padata.c
8993 F:      include/linux/padata.h
8994 F:      Documentation/padata.txt
8995
8996 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8997 M:      Harald Welte <laforge@gnumonks.org>
8998 L:      platform-driver-x86@vger.kernel.org
8999 S:      Maintained
9000 F:      drivers/platform/x86/panasonic-laptop.c
9001
9002 PANASONIC MN10300/AM33/AM34 PORT
9003 M:      David Howells <dhowells@redhat.com>
9004 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
9005 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9006 S:      Maintained
9007 F:      Documentation/mn10300/
9008 F:      arch/mn10300/
9009
9010 PARALLEL LCD/KEYPAD PANEL DRIVER
9011 M:      Willy Tarreau <willy@haproxy.com>
9012 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
9013 S:      Odd Fixes
9014 F:      Documentation/misc-devices/lcd-panel-cgram.txt
9015 F:      drivers/misc/panel.c
9016
9017 PARALLEL PORT SUBSYSTEM
9018 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9019 M:      Sudip Mukherjee <sudip@vectorindia.org>
9020 L:      linux-parport@lists.infradead.org (subscribers-only)
9021 S:      Maintained
9022 F:      drivers/parport/
9023 F:      include/linux/parport*.h
9024 F:      drivers/char/ppdev.c
9025 F:      include/uapi/linux/ppdev.h
9026 F:      Documentation/parport*.txt
9027
9028 PARAVIRT_OPS INTERFACE
9029 M:      Jeremy Fitzhardinge <jeremy@goop.org>
9030 M:      Chris Wright <chrisw@sous-sol.org>
9031 M:      Alok Kataria <akataria@vmware.com>
9032 M:      Rusty Russell <rusty@rustcorp.com.au>
9033 L:      virtualization@lists.linux-foundation.org
9034 S:      Supported
9035 F:      Documentation/virtual/paravirt_ops.txt
9036 F:      arch/*/kernel/paravirt*
9037 F:      arch/*/include/asm/paravirt.h
9038 F:      include/linux/hypervisor.h
9039
9040 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9041 M:      Tim Waugh <tim@cyberelk.net>
9042 L:      linux-parport@lists.infradead.org (subscribers-only)
9043 S:      Maintained
9044 F:      Documentation/blockdev/paride.txt
9045 F:      drivers/block/paride/
9046
9047 PARISC ARCHITECTURE
9048 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
9049 M:      Helge Deller <deller@gmx.de>
9050 L:      linux-parisc@vger.kernel.org
9051 W:      http://www.parisc-linux.org/
9052 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
9053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9055 S:      Maintained
9056 F:      arch/parisc/
9057 F:      Documentation/parisc/
9058 F:      drivers/parisc/
9059 F:      drivers/char/agp/parisc-agp.c
9060 F:      drivers/input/serio/gscps2.c
9061 F:      drivers/parport/parport_gsc.*
9062 F:      drivers/tty/serial/8250/8250_gsc.c
9063 F:      drivers/video/fbdev/sti*
9064 F:      drivers/video/console/sti*
9065 F:      drivers/video/logo/logo_parisc*
9066
9067 PC87360 HARDWARE MONITORING DRIVER
9068 M:      Jim Cromie <jim.cromie@gmail.com>
9069 L:      linux-hwmon@vger.kernel.org
9070 S:      Maintained
9071 F:      Documentation/hwmon/pc87360
9072 F:      drivers/hwmon/pc87360.c
9073
9074 PC8736x GPIO DRIVER
9075 M:      Jim Cromie <jim.cromie@gmail.com>
9076 S:      Maintained
9077 F:      drivers/char/pc8736x_gpio.c
9078
9079 PC87427 HARDWARE MONITORING DRIVER
9080 M:      Jean Delvare <jdelvare@suse.com>
9081 L:      linux-hwmon@vger.kernel.org
9082 S:      Maintained
9083 F:      Documentation/hwmon/pc87427
9084 F:      drivers/hwmon/pc87427.c
9085
9086 PCA9532 LED DRIVER
9087 M:      Riku Voipio <riku.voipio@iki.fi>
9088 S:      Maintained
9089 F:      drivers/leds/leds-pca9532.c
9090 F:      include/linux/leds-pca9532.h
9091
9092 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9093 M:      Guenter Roeck <linux@roeck-us.net>
9094 L:      linux-i2c@vger.kernel.org
9095 S:      Maintained
9096 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
9097
9098 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9099 M:      Khalid Aziz <khalid@gonehiking.org>
9100 S:      Maintained
9101 F:      drivers/firmware/pcdp.*
9102
9103 PCI ERROR RECOVERY
9104 M:      Linas Vepstas <linasvepstas@gmail.com>
9105 L:      linux-pci@vger.kernel.org
9106 S:      Supported
9107 F:      Documentation/PCI/pci-error-recovery.txt
9108
9109 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9110 M:      Russell Currey <ruscur@russell.cc>
9111 L:      linuxppc-dev@lists.ozlabs.org
9112 S:      Supported
9113 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
9114 F:      arch/powerpc/kernel/eeh*.c
9115 F:      arch/powerpc/platforms/*/eeh*.c
9116 F:      arch/powerpc/include/*/eeh*.h
9117
9118 PCI SUBSYSTEM
9119 M:      Bjorn Helgaas <bhelgaas@google.com>
9120 L:      linux-pci@vger.kernel.org
9121 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
9122 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9123 S:      Supported
9124 F:      Documentation/devicetree/bindings/pci/
9125 F:      Documentation/PCI/
9126 F:      drivers/pci/
9127 F:      include/linux/pci*
9128 F:      arch/x86/pci/
9129 F:      arch/x86/kernel/quirks.c
9130
9131 PCI DRIVER FOR ALTERA PCIE IP
9132 M:      Ley Foon Tan <lftan@altera.com>
9133 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9134 L:      linux-pci@vger.kernel.org
9135 S:      Supported
9136 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
9137 F:      drivers/pci/host/pcie-altera.c
9138
9139 PCI DRIVER FOR ARM VERSATILE PLATFORM
9140 M:      Rob Herring <robh@kernel.org>
9141 L:      linux-pci@vger.kernel.org
9142 L:      linux-arm-kernel@lists.infradead.org
9143 S:      Maintained
9144 F:      Documentation/devicetree/bindings/pci/versatile.txt
9145 F:      drivers/pci/host/pci-versatile.c
9146
9147 PCI DRIVER FOR APPLIEDMICRO XGENE
9148 M:      Tanmay Inamdar <tinamdar@apm.com>
9149 L:      linux-pci@vger.kernel.org
9150 L:      linux-arm-kernel@lists.infradead.org
9151 S:      Maintained
9152 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
9153 F:      drivers/pci/host/pci-xgene.c
9154
9155 PCI DRIVER FOR FREESCALE LAYERSCAPE
9156 M:      Minghuan Lian <minghuan.Lian@freescale.com>
9157 M:      Mingkai Hu <mingkai.hu@freescale.com>
9158 M:      Roy Zang <tie-fei.zang@freescale.com>
9159 L:      linuxppc-dev@lists.ozlabs.org
9160 L:      linux-pci@vger.kernel.org
9161 L:      linux-arm-kernel@lists.infradead.org
9162 S:      Maintained
9163 F:      drivers/pci/host/*layerscape*
9164
9165 PCI DRIVER FOR IMX6
9166 M:      Richard Zhu <Richard.Zhu@freescale.com>
9167 M:      Lucas Stach <l.stach@pengutronix.de>
9168 L:      linux-pci@vger.kernel.org
9169 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9170 S:      Maintained
9171 F:      drivers/pci/host/*imx6*
9172
9173 PCI DRIVER FOR TI KEYSTONE
9174 M:      Murali Karicheri <m-karicheri2@ti.com>
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/*keystone*
9179
9180 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9181 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9182 M:      Jason Cooper <jason@lakedaemon.net>
9183 L:      linux-pci@vger.kernel.org
9184 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9185 S:      Maintained
9186 F:      drivers/pci/host/*mvebu*
9187
9188 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9189 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9190 L:      linux-pci@vger.kernel.org
9191 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9192 S:      Maintained
9193 F:      drivers/pci/host/pci-aardvark.c
9194
9195 PCI DRIVER FOR NVIDIA TEGRA
9196 M:      Thierry Reding <thierry.reding@gmail.com>
9197 L:      linux-tegra@vger.kernel.org
9198 L:      linux-pci@vger.kernel.org
9199 S:      Supported
9200 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9201 F:      drivers/pci/host/pci-tegra.c
9202
9203 PCI DRIVER FOR TI DRA7XX
9204 M:      Kishon Vijay Abraham I <kishon@ti.com>
9205 L:      linux-omap@vger.kernel.org
9206 L:      linux-pci@vger.kernel.org
9207 S:      Supported
9208 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
9209 F:      drivers/pci/host/pci-dra7xx.c
9210
9211 PCI DRIVER FOR RENESAS R-CAR
9212 M:      Simon Horman <horms@verge.net.au>
9213 L:      linux-pci@vger.kernel.org
9214 L:      linux-renesas-soc@vger.kernel.org
9215 S:      Maintained
9216 F:      drivers/pci/host/*rcar*
9217
9218 PCI DRIVER FOR SAMSUNG EXYNOS
9219 M:      Jingoo Han <jingoohan1@gmail.com>
9220 L:      linux-pci@vger.kernel.org
9221 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9222 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9223 S:      Maintained
9224 F:      drivers/pci/host/pci-exynos.c
9225
9226 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9227 M:      Jingoo Han <jingoohan1@gmail.com>
9228 M:      Pratyush Anand <pratyush.anand@gmail.com>
9229 L:      linux-pci@vger.kernel.org
9230 S:      Maintained
9231 F:      drivers/pci/host/*designware*
9232
9233 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
9234 M:      Joao Pinto <jpinto@synopsys.com>
9235 L:      linux-pci@vger.kernel.org
9236 S:      Maintained
9237 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
9238 F:      drivers/pci/host/pcie-designware-plat.c
9239
9240 PCI DRIVER FOR GENERIC OF HOSTS
9241 M:      Will Deacon <will.deacon@arm.com>
9242 L:      linux-pci@vger.kernel.org
9243 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9244 S:      Maintained
9245 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
9246 F:      drivers/pci/host/pci-host-common.c
9247 F:      drivers/pci/host/pci-host-generic.c
9248
9249 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9250 M:      Keith Busch <keith.busch@intel.com>
9251 L:      linux-pci@vger.kernel.org
9252 S:      Supported
9253 F:      arch/x86/pci/vmd.c
9254
9255 PCIE DRIVER FOR ST SPEAR13XX
9256 M:      Pratyush Anand <pratyush.anand@gmail.com>
9257 L:      linux-pci@vger.kernel.org
9258 S:      Maintained
9259 F:      drivers/pci/host/*spear*
9260
9261 PCI MSI DRIVER FOR ALTERA MSI IP
9262 M:      Ley Foon Tan <lftan@altera.com>
9263 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9264 L:      linux-pci@vger.kernel.org
9265 S:      Supported
9266 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9267 F:      drivers/pci/host/pcie-altera-msi.c
9268
9269 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9270 M:      Duc Dang <dhdang@apm.com>
9271 L:      linux-pci@vger.kernel.org
9272 L:      linux-arm-kernel@lists.infradead.org
9273 S:      Maintained
9274 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9275 F:      drivers/pci/host/pci-xgene-msi.c
9276
9277 PCIE DRIVER FOR AXIS ARTPEC
9278 M:      Niklas Cassel <niklas.cassel@axis.com>
9279 M:      Jesper Nilsson <jesper.nilsson@axis.com>
9280 L:      linux-arm-kernel@axis.com
9281 L:      linux-pci@vger.kernel.org
9282 S:      Maintained
9283 F:      Documentation/devicetree/bindings/pci/axis,artpec*
9284 F:      drivers/pci/host/*artpec*
9285
9286 PCIE DRIVER FOR HISILICON
9287 M:      Zhou Wang <wangzhou1@hisilicon.com>
9288 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
9289 L:      linux-pci@vger.kernel.org
9290 S:      Maintained
9291 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9292 F:      drivers/pci/host/pcie-hisi.c
9293
9294 PCIE DRIVER FOR ROCKCHIP
9295 M:      Shawn Lin <shawn.lin@rock-chips.com>
9296 M:      Wenrui Li <wenrui.li@rock-chips.com>
9297 L:      linux-pci@vger.kernel.org
9298 L:      linux-rockchip@lists.infradead.org
9299 S:      Maintained
9300 F:      Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9301 F:      drivers/pci/host/pcie-rockchip.c
9302
9303 PCIE DRIVER FOR QUALCOMM MSM
9304 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
9305 L:     linux-pci@vger.kernel.org
9306 L:     linux-arm-msm@vger.kernel.org
9307 S:     Maintained
9308 F:     drivers/pci/host/*qcom*
9309
9310 PCIE DRIVER FOR CAVIUM THUNDERX
9311 M:      David Daney <david.daney@cavium.com>
9312 L:      linux-pci@vger.kernel.org
9313 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9314 S:      Supported
9315 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
9316 F:      drivers/pci/host/pci-thunder-*
9317
9318 PCMCIA SUBSYSTEM
9319 P:      Linux PCMCIA Team
9320 L:      linux-pcmcia@lists.infradead.org
9321 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9323 S:      Maintained
9324 F:      Documentation/pcmcia/
9325 F:      drivers/pcmcia/
9326 F:      include/pcmcia/
9327
9328 PCNET32 NETWORK DRIVER
9329 M:      Don Fry <pcnet32@frontier.com>
9330 L:      netdev@vger.kernel.org
9331 S:      Maintained
9332 F:      drivers/net/ethernet/amd/pcnet32.c
9333
9334 PCRYPT PARALLEL CRYPTO ENGINE
9335 M:      Steffen Klassert <steffen.klassert@secunet.com>
9336 L:      linux-crypto@vger.kernel.org
9337 S:      Maintained
9338 F:      crypto/pcrypt.c
9339 F:      include/crypto/pcrypt.h
9340
9341 PER-CPU MEMORY ALLOCATOR
9342 M:      Tejun Heo <tj@kernel.org>
9343 M:      Christoph Lameter <cl@linux.com>
9344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9345 S:      Maintained
9346 F:      include/linux/percpu*.h
9347 F:      mm/percpu*.c
9348 F:      arch/*/include/asm/percpu.h
9349
9350 PER-TASK DELAY ACCOUNTING
9351 M:      Balbir Singh <bsingharora@gmail.com>
9352 S:      Maintained
9353 F:      include/linux/delayacct.h
9354 F:      kernel/delayacct.c
9355
9356 PERFORMANCE EVENTS SUBSYSTEM
9357 M:      Peter Zijlstra <peterz@infradead.org>
9358 M:      Ingo Molnar <mingo@redhat.com>
9359 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
9360 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9361 L:      linux-kernel@vger.kernel.org
9362 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9363 S:      Supported
9364 F:      kernel/events/*
9365 F:      include/linux/perf_event.h
9366 F:      include/uapi/linux/perf_event.h
9367 F:      arch/*/kernel/perf_event*.c
9368 F:      arch/*/kernel/*/perf_event*.c
9369 F:      arch/*/kernel/*/*/perf_event*.c
9370 F:      arch/*/include/asm/perf_event.h
9371 F:      arch/*/kernel/perf_callchain.c
9372 F:      arch/*/events/*
9373 F:      tools/perf/
9374
9375 PERSONALITY HANDLING
9376 M:      Christoph Hellwig <hch@infradead.org>
9377 L:      linux-abi-devel@lists.sourceforge.net
9378 S:      Maintained
9379 F:      include/linux/personality.h
9380 F:      include/uapi/linux/personality.h
9381
9382 PHONET PROTOCOL
9383 M:      Remi Denis-Courmont <courmisch@gmail.com>
9384 S:      Supported
9385 F:      Documentation/networking/phonet.txt
9386 F:      include/linux/phonet.h
9387 F:      include/net/phonet/
9388 F:      include/uapi/linux/phonet.h
9389 F:      net/phonet/
9390
9391 PHRAM MTD DRIVER
9392 M:      Joern Engel <joern@lazybastard.org>
9393 L:      linux-mtd@lists.infradead.org
9394 S:      Maintained
9395 F:      drivers/mtd/devices/phram.c
9396
9397 PICOLCD HID DRIVER
9398 M:      Bruno Prémont <bonbons@linux-vserver.org>
9399 L:      linux-input@vger.kernel.org
9400 S:      Maintained
9401 F:      drivers/hid/hid-picolcd*
9402
9403 PICOXCELL SUPPORT
9404 M:      Jamie Iles <jamie@jamieiles.com>
9405 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9406 T:      git git://github.com/jamieiles/linux-2.6-ji.git
9407 S:      Supported
9408 F:      arch/arm/boot/dts/picoxcell*
9409 F:      arch/arm/mach-picoxcell/
9410 F:      drivers/crypto/picoxcell*
9411
9412 PIN CONTROL SUBSYSTEM
9413 M:      Linus Walleij <linus.walleij@linaro.org>
9414 L:      linux-gpio@vger.kernel.org
9415 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9416 S:      Maintained
9417 F:      Documentation/devicetree/bindings/pinctrl/
9418 F:      Documentation/pinctrl.txt
9419 F:      drivers/pinctrl/
9420 F:      include/linux/pinctrl/
9421
9422 PIN CONTROLLER - ATMEL AT91
9423 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9424 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9425 S:      Maintained
9426 F:      drivers/pinctrl/pinctrl-at91.*
9427
9428 PIN CONTROLLER - ATMEL AT91 PIO4
9429 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
9430 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9431 L:      linux-gpio@vger.kernel.org
9432 S:      Supported
9433 F:      drivers/pinctrl/pinctrl-at91-pio4.*
9434
9435 PIN CONTROLLER - INTEL
9436 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9437 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
9438 S:      Maintained
9439 F:      drivers/pinctrl/intel/
9440
9441 PIN CONTROLLER - RENESAS
9442 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9443 M:      Geert Uytterhoeven <geert+renesas@glider.be>
9444 L:      linux-renesas-soc@vger.kernel.org
9445 S:      Maintained
9446 F:      drivers/pinctrl/sh-pfc/
9447
9448 PIN CONTROLLER - SAMSUNG
9449 M:      Tomasz Figa <tomasz.figa@gmail.com>
9450 M:      Krzysztof Kozlowski <krzk@kernel.org>
9451 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9452 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9453 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9454 S:      Maintained
9455 F:      drivers/pinctrl/samsung/
9456
9457 PIN CONTROLLER - SINGLE
9458 M:      Tony Lindgren <tony@atomide.com>
9459 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
9460 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9461 L:      linux-omap@vger.kernel.org
9462 S:      Maintained
9463 F:      drivers/pinctrl/pinctrl-single.c
9464
9465 PIN CONTROLLER - ST SPEAR
9466 M:      Viresh Kumar <vireshk@kernel.org>
9467 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9468 W:      http://www.st.com/spear
9469 S:      Maintained
9470 F:      drivers/pinctrl/spear/
9471
9472 PISTACHIO SOC SUPPORT
9473 M:      James Hartley <james.hartley@imgtec.com>
9474 M:      Ionela Voinescu <ionela.voinescu@imgtec.com>
9475 L:      linux-mips@linux-mips.org
9476 S:      Maintained
9477 F:      arch/mips/pistachio/
9478 F:      arch/mips/include/asm/mach-pistachio/
9479 F:      arch/mips/boot/dts/pistachio/
9480 F:      arch/mips/configs/pistachio*_defconfig
9481
9482 PKTCDVD DRIVER
9483 M:      Jiri Kosina <jikos@kernel.org>
9484 S:      Maintained
9485 F:      drivers/block/pktcdvd.c
9486 F:      include/linux/pktcdvd.h
9487 F:      include/uapi/linux/pktcdvd.h
9488
9489 PKUNITY SOC DRIVERS
9490 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9491 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9492 S:      Maintained
9493 T:      git git://github.com/gxt/linux.git
9494 F:      drivers/input/serio/i8042-unicore32io.h
9495 F:      drivers/i2c/busses/i2c-puv3.c
9496 F:      drivers/video/fbdev/fb-puv3.c
9497 F:      drivers/rtc/rtc-puv3.c
9498
9499 PMBUS HARDWARE MONITORING DRIVERS
9500 M:      Guenter Roeck <linux@roeck-us.net>
9501 L:      linux-hwmon@vger.kernel.org
9502 W:      http://hwmon.wiki.kernel.org/
9503 W:      http://www.roeck-us.net/linux/drivers/
9504 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9505 S:      Maintained
9506 F:      Documentation/hwmon/pmbus
9507 F:      drivers/hwmon/pmbus/
9508 F:      include/linux/i2c/pmbus.h
9509
9510 PMC SIERRA MaxRAID DRIVER
9511 L:      linux-scsi@vger.kernel.org
9512 W:      http://www.pmc-sierra.com/
9513 S:      Orphan
9514 F:      drivers/scsi/pmcraid.*
9515
9516 PMC SIERRA PM8001 DRIVER
9517 M:      Jack Wang <jinpu.wang@profitbricks.com>
9518 M:      lindar_liu@usish.com
9519 L:      pmchba@pmcs.com
9520 L:      linux-scsi@vger.kernel.org
9521 S:      Supported
9522 F:      drivers/scsi/pm8001/
9523
9524 POSIX CLOCKS and TIMERS
9525 M:      Thomas Gleixner <tglx@linutronix.de>
9526 L:      linux-kernel@vger.kernel.org
9527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9528 S:      Maintained
9529 F:      fs/timerfd.c
9530 F:      include/linux/timer*
9531 F:      kernel/time/*timer*
9532
9533 POWER MANAGEMENT CORE
9534 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9535 L:      linux-pm@vger.kernel.org
9536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9537 S:      Supported
9538 F:      drivers/base/power/
9539 F:      include/linux/pm.h
9540 F:      include/linux/pm_*
9541 F:      include/linux/powercap.h
9542 F:      drivers/powercap/
9543
9544 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9545 M:      Sebastian Reichel <sre@kernel.org>
9546 L:      linux-pm@vger.kernel.org
9547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9548 S:      Maintained
9549 F:      Documentation/devicetree/bindings/power/supply/
9550 F:      include/linux/power_supply.h
9551 F:      drivers/power/supply/
9552
9553 POWER STATE COORDINATION INTERFACE (PSCI)
9554 M:      Mark Rutland <mark.rutland@arm.com>
9555 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9556 L:      linux-arm-kernel@lists.infradead.org
9557 S:      Maintained
9558 F:      drivers/firmware/psci.c
9559 F:      include/linux/psci.h
9560 F:      include/uapi/linux/psci.h
9561
9562 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9563 M:      Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9564 L:      linuxppc-dev@lists.ozlabs.org
9565 S:      Maintained
9566 F:      drivers/char/powernv-op-panel.c
9567
9568 PNP SUPPORT
9569 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9570 S:      Maintained
9571 F:      drivers/pnp/
9572
9573 PPP PROTOCOL DRIVERS AND COMPRESSORS
9574 M:      Paul Mackerras <paulus@samba.org>
9575 L:      linux-ppp@vger.kernel.org
9576 S:      Maintained
9577 F:      drivers/net/ppp/ppp_*
9578
9579 PPP OVER ATM (RFC 2364)
9580 M:      Mitchell Blank Jr <mitch@sfgoth.com>
9581 S:      Maintained
9582 F:      net/atm/pppoatm.c
9583 F:      include/uapi/linux/atmppp.h
9584
9585 PPP OVER ETHERNET
9586 M:      Michal Ostrowski <mostrows@earthlink.net>
9587 S:      Maintained
9588 F:      drivers/net/ppp/pppoe.c
9589 F:      drivers/net/ppp/pppox.c
9590
9591 PPP OVER L2TP
9592 M:      James Chapman <jchapman@katalix.com>
9593 S:      Maintained
9594 F:      net/l2tp/l2tp_ppp.c
9595 F:      include/linux/if_pppol2tp.h
9596 F:      include/uapi/linux/if_pppol2tp.h
9597
9598 PPS SUPPORT
9599 M:      Rodolfo Giometti <giometti@enneenne.com>
9600 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
9601 L:      linuxpps@ml.enneenne.com (subscribers-only)
9602 S:      Maintained
9603 F:      Documentation/pps/
9604 F:      drivers/pps/
9605 F:      include/linux/pps*.h
9606
9607 PPTP DRIVER
9608 M:      Dmitry Kozlov <xeb@mail.ru>
9609 L:      netdev@vger.kernel.org
9610 S:      Maintained
9611 F:      drivers/net/ppp/pptp.c
9612 W:      http://sourceforge.net/projects/accel-pptp
9613
9614 PREEMPTIBLE KERNEL
9615 M:      Robert Love <rml@tech9.net>
9616 L:      kpreempt-tech@lists.sourceforge.net
9617 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9618 S:      Supported
9619 F:      Documentation/preempt-locking.txt
9620 F:      include/linux/preempt.h
9621
9622 PRISM54 WIRELESS DRIVER
9623 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
9624 L:      linux-wireless@vger.kernel.org
9625 W:      http://wireless.kernel.org/en/users/Drivers/p54
9626 S:      Obsolete
9627 F:      drivers/net/wireless/intersil/prism54/
9628
9629 PS3 NETWORK SUPPORT
9630 M:      Geoff Levand <geoff@infradead.org>
9631 L:      netdev@vger.kernel.org
9632 L:      linuxppc-dev@lists.ozlabs.org
9633 S:      Maintained
9634 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
9635
9636 PS3 PLATFORM SUPPORT
9637 M:      Geoff Levand <geoff@infradead.org>
9638 L:      linuxppc-dev@lists.ozlabs.org
9639 S:      Maintained
9640 F:      arch/powerpc/boot/ps3*
9641 F:      arch/powerpc/include/asm/lv1call.h
9642 F:      arch/powerpc/include/asm/ps3*.h
9643 F:      arch/powerpc/platforms/ps3/
9644 F:      drivers/*/ps3*
9645 F:      drivers/ps3/
9646 F:      drivers/rtc/rtc-ps3.c
9647 F:      drivers/usb/host/*ps3.c
9648 F:      sound/ppc/snd_ps3*
9649
9650 PS3VRAM DRIVER
9651 M:      Jim Paris <jim@jtan.com>
9652 M:      Geoff Levand <geoff@infradead.org>
9653 L:      linuxppc-dev@lists.ozlabs.org
9654 S:      Maintained
9655 F:      drivers/block/ps3vram.c
9656
9657 PSTORE FILESYSTEM
9658 M:      Anton Vorontsov <anton@enomsg.org>
9659 M:      Colin Cross <ccross@android.com>
9660 M:      Kees Cook <keescook@chromium.org>
9661 M:      Tony Luck <tony.luck@intel.com>
9662 S:      Maintained
9663 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9664 F:      fs/pstore/
9665 F:      include/linux/pstore*
9666 F:      drivers/firmware/efi/efi-pstore.c
9667 F:      drivers/acpi/apei/erst.c
9668
9669 PTP HARDWARE CLOCK SUPPORT
9670 M:      Richard Cochran <richardcochran@gmail.com>
9671 L:      netdev@vger.kernel.org
9672 S:      Maintained
9673 W:      http://linuxptp.sourceforge.net/
9674 F:      Documentation/ABI/testing/sysfs-ptp
9675 F:      Documentation/ptp/*
9676 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9677 F:      drivers/net/phy/dp83640*
9678 F:      drivers/ptp/*
9679 F:      include/linux/ptp_cl*
9680
9681 PTRACE SUPPORT
9682 M:      Roland McGrath <roland@hack.frob.com>
9683 M:      Oleg Nesterov <oleg@redhat.com>
9684 S:      Maintained
9685 F:      include/asm-generic/syscall.h
9686 F:      include/linux/ptrace.h
9687 F:      include/linux/regset.h
9688 F:      include/linux/tracehook.h
9689 F:      include/uapi/linux/ptrace.h
9690 F:      kernel/ptrace.c
9691
9692 PULSE8-CEC DRIVER
9693 M:      Hans Verkuil <hverkuil@xs4all.nl>
9694 L:      linux-media@vger.kernel.org
9695 T:      git git://linuxtv.org/media_tree.git
9696 S:      Maintained
9697 F:      drivers/staging/media/pulse8-cec
9698
9699 PVRUSB2 VIDEO4LINUX DRIVER
9700 M:      Mike Isely <isely@pobox.com>
9701 L:      pvrusb2@isely.net       (subscribers-only)
9702 L:      linux-media@vger.kernel.org
9703 W:      http://www.isely.net/pvrusb2/
9704 T:      git git://linuxtv.org/media_tree.git
9705 S:      Maintained
9706 F:      Documentation/video4linux/README.pvrusb2
9707 F:      drivers/media/usb/pvrusb2/
9708
9709 PWC WEBCAM DRIVER
9710 M:      Hans Verkuil <hverkuil@xs4all.nl>
9711 L:      linux-media@vger.kernel.org
9712 T:      git git://linuxtv.org/media_tree.git
9713 S:      Odd Fixes
9714 F:      drivers/media/usb/pwc/*
9715
9716 PWM FAN DRIVER
9717 M:      Kamil Debski <kamil@wypas.org>
9718 M:      Lukasz Majewski <l.majewski@samsung.com>
9719 L:      linux-hwmon@vger.kernel.org
9720 S:      Supported
9721 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9722 F:      Documentation/hwmon/pwm-fan
9723 F:      drivers/hwmon/pwm-fan.c
9724
9725 PWM SUBSYSTEM
9726 M:      Thierry Reding <thierry.reding@gmail.com>
9727 L:      linux-pwm@vger.kernel.org
9728 S:      Maintained
9729 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9730 F:      Documentation/pwm.txt
9731 F:      Documentation/devicetree/bindings/pwm/
9732 F:      include/linux/pwm.h
9733 F:      drivers/pwm/
9734 F:      drivers/video/backlight/pwm_bl.c
9735 F:      include/linux/pwm_backlight.h
9736
9737 PXA2xx/PXA3xx SUPPORT
9738 M:      Daniel Mack <daniel@zonque.org>
9739 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9740 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9741 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9742 T:      git git://github.com/hzhuang1/linux.git
9743 T:      git git://github.com/rjarzmik/linux.git
9744 S:      Maintained
9745 F:      arch/arm/boot/dts/pxa*
9746 F:      arch/arm/mach-pxa/
9747 F:      drivers/dma/pxa*
9748 F:      drivers/pcmcia/pxa2xx*
9749 F:      drivers/pinctrl/pxa/
9750 F:      drivers/spi/spi-pxa2xx*
9751 F:      drivers/usb/gadget/udc/pxa2*
9752 F:      include/sound/pxa2xx-lib.h
9753 F:      sound/arm/pxa*
9754 F:      sound/soc/pxa/
9755
9756 PXA GPIO DRIVER
9757 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9758 L:      linux-gpio@vger.kernel.org
9759 S:      Maintained
9760 F:      drivers/gpio/gpio-pxa.c
9761
9762 PXA3xx NAND FLASH DRIVER
9763 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9764 L:      linux-mtd@lists.infradead.org
9765 S:      Maintained
9766 F:      drivers/mtd/nand/pxa3xx_nand.c
9767
9768 MMP SUPPORT
9769 M:      Eric Miao <eric.y.miao@gmail.com>
9770 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9771 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9772 T:      git git://github.com/hzhuang1/linux.git
9773 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
9774 S:      Maintained
9775 F:      arch/arm/boot/dts/mmp*
9776 F:      arch/arm/mach-mmp/
9777
9778 PXA MMCI DRIVER
9779 S:      Orphan
9780
9781 PXA RTC DRIVER
9782 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9783 L:      rtc-linux@googlegroups.com
9784 S:      Maintained
9785
9786 QAT DRIVER
9787 M:      Giovanni Cabiddu <giovanni.cabiddu@intel.com>
9788 M:      Salvatore Benedetto <salvatore.benedetto@intel.com>
9789 L:      qat-linux@intel.com
9790 S:      Supported
9791 F:      drivers/crypto/qat/
9792
9793 QIB DRIVER
9794 M:      Mike Marciniszyn <infinipath@intel.com>
9795 L:      linux-rdma@vger.kernel.org
9796 S:      Supported
9797 F:      drivers/infiniband/hw/qib/
9798
9799 QLOGIC QLA1280 SCSI DRIVER
9800 M:      Michael Reed <mdr@sgi.com>
9801 L:      linux-scsi@vger.kernel.org
9802 S:      Maintained
9803 F:      drivers/scsi/qla1280.[ch]
9804
9805 QLOGIC QLA2XXX FC-SCSI DRIVER
9806 M:      qla2xxx-upstream@qlogic.com
9807 L:      linux-scsi@vger.kernel.org
9808 S:      Supported
9809 F:      Documentation/scsi/LICENSE.qla2xxx
9810 F:      drivers/scsi/qla2xxx/
9811
9812 QLOGIC QLA4XXX iSCSI DRIVER
9813 M:      QLogic-Storage-Upstream@qlogic.com
9814 L:      linux-scsi@vger.kernel.org
9815 S:      Supported
9816 F:      Documentation/scsi/LICENSE.qla4xxx
9817 F:      drivers/scsi/qla4xxx/
9818
9819 QLOGIC QLA3XXX NETWORK DRIVER
9820 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
9821 M:      Ron Mercer <ron.mercer@qlogic.com>
9822 M:      linux-driver@qlogic.com
9823 L:      netdev@vger.kernel.org
9824 S:      Supported
9825 F:      Documentation/networking/LICENSE.qla3xxx
9826 F:      drivers/net/ethernet/qlogic/qla3xxx.*
9827
9828 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9829 M:      Dept-GELinuxNICDev@qlogic.com
9830 L:      netdev@vger.kernel.org
9831 S:      Supported
9832 F:      drivers/net/ethernet/qlogic/qlcnic/
9833
9834 QLOGIC QLGE 10Gb ETHERNET DRIVER
9835 M:      Harish Patil <harish.patil@qlogic.com>
9836 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
9837 M:      Dept-GELinuxNICDev@qlogic.com
9838 M:      linux-driver@qlogic.com
9839 L:      netdev@vger.kernel.org
9840 S:      Supported
9841 F:      drivers/net/ethernet/qlogic/qlge/
9842
9843 QLOGIC QL4xxx ETHERNET DRIVER
9844 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
9845 M:      Ariel Elior <Ariel.Elior@qlogic.com>
9846 M:      everest-linux-l2@qlogic.com
9847 L:      netdev@vger.kernel.org
9848 S:      Supported
9849 F:      drivers/net/ethernet/qlogic/qed/
9850 F:      include/linux/qed/
9851 F:      drivers/net/ethernet/qlogic/qede/
9852
9853 QNX4 FILESYSTEM
9854 M:      Anders Larsen <al@alarsen.net>
9855 W:      http://www.alarsen.net/linux/qnx4fs/
9856 S:      Maintained
9857 F:      fs/qnx4/
9858 F:      include/uapi/linux/qnx4_fs.h
9859 F:      include/uapi/linux/qnxtypes.h
9860
9861 QT1010 MEDIA DRIVER
9862 M:      Antti Palosaari <crope@iki.fi>
9863 L:      linux-media@vger.kernel.org
9864 W:      https://linuxtv.org
9865 W:      http://palosaari.fi/linux/
9866 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9867 T:      git git://linuxtv.org/anttip/media_tree.git
9868 S:      Maintained
9869 F:      drivers/media/tuners/qt1010*
9870
9871 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9872 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9873 L:      linux-wireless@vger.kernel.org
9874 L:      ath9k-devel@lists.ath9k.org
9875 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
9876 S:      Supported
9877 F:      drivers/net/wireless/ath/ath9k/
9878
9879 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9880 M:      Kalle Valo <kvalo@qca.qualcomm.com>
9881 L:      ath10k@lists.infradead.org
9882 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
9883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9884 S:      Supported
9885 F:      drivers/net/wireless/ath/ath10k/
9886
9887 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
9888 M:      Timur Tabi <timur@codeaurora.org>
9889 L:      netdev@vger.kernel.org
9890 S:      Supported
9891 F:      drivers/net/ethernet/qualcomm/emac/
9892
9893 QUALCOMM HEXAGON ARCHITECTURE
9894 M:      Richard Kuo <rkuo@codeaurora.org>
9895 L:      linux-hexagon@vger.kernel.org
9896 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9897 S:      Supported
9898 F:      arch/hexagon/
9899
9900 QUALCOMM WCN36XX WIRELESS DRIVER
9901 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
9902 L:      wcn36xx@lists.infradead.org
9903 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
9904 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
9905 S:      Supported
9906 F:      drivers/net/wireless/ath/wcn36xx/
9907
9908 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9909 M:      Gabriel Somlo <somlo@cmu.edu>
9910 M:      "Michael S. Tsirkin" <mst@redhat.com>
9911 L:      qemu-devel@nongnu.org
9912 S:      Maintained
9913 F:      drivers/firmware/qemu_fw_cfg.c
9914
9915 RADOS BLOCK DEVICE (RBD)
9916 M:      Ilya Dryomov <idryomov@gmail.com>
9917 M:      Sage Weil <sage@redhat.com>
9918 M:      Alex Elder <elder@kernel.org>
9919 L:      ceph-devel@vger.kernel.org
9920 W:      http://ceph.com/
9921 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9922 T:      git git://github.com/ceph/ceph-client.git
9923 S:      Supported
9924 F:      Documentation/ABI/testing/sysfs-bus-rbd
9925 F:      drivers/block/rbd.c
9926 F:      drivers/block/rbd_types.h
9927
9928 RADEON FRAMEBUFFER DISPLAY DRIVER
9929 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
9930 L:      linux-fbdev@vger.kernel.org
9931 S:      Maintained
9932 F:      drivers/video/fbdev/aty/radeon*
9933 F:      include/uapi/linux/radeonfb.h
9934
9935 RADIOSHARK RADIO DRIVER
9936 M:      Hans Verkuil <hverkuil@xs4all.nl>
9937 L:      linux-media@vger.kernel.org
9938 T:      git git://linuxtv.org/media_tree.git
9939 S:      Maintained
9940 F:      drivers/media/radio/radio-shark.c
9941
9942 RADIOSHARK2 RADIO DRIVER
9943 M:      Hans Verkuil <hverkuil@xs4all.nl>
9944 L:      linux-media@vger.kernel.org
9945 T:      git git://linuxtv.org/media_tree.git
9946 S:      Maintained
9947 F:      drivers/media/radio/radio-shark2.c
9948 F:      drivers/media/radio/radio-tea5777.c
9949
9950 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9951 M:      Paul Mackerras <paulus@samba.org>
9952 L:      linux-fbdev@vger.kernel.org
9953 S:      Maintained
9954 F:      drivers/video/fbdev/aty/aty128fb.c
9955
9956 RALINK MIPS ARCHITECTURE
9957 M:      John Crispin <john@phrozen.org>
9958 L:      linux-mips@linux-mips.org
9959 S:      Maintained
9960 F:      arch/mips/ralink
9961
9962 RALINK RT2X00 WIRELESS LAN DRIVER
9963 P:      rt2x00 project
9964 M:      Stanislaw Gruszka <sgruszka@redhat.com>
9965 M:      Helmut Schaa <helmut.schaa@googlemail.com>
9966 L:      linux-wireless@vger.kernel.org
9967 S:      Maintained
9968 F:      drivers/net/wireless/ralink/rt2x00/
9969
9970 RAMDISK RAM BLOCK DEVICE DRIVER
9971 M:      Jens Axboe <axboe@kernel.dk>
9972 S:      Maintained
9973 F:      Documentation/blockdev/ramdisk.txt
9974 F:      drivers/block/brd.c
9975
9976 RANDOM NUMBER DRIVER
9977 M:      "Theodore Ts'o" <tytso@mit.edu>
9978 S:      Maintained
9979 F:      drivers/char/random.c
9980
9981 RAPIDIO SUBSYSTEM
9982 M:      Matt Porter <mporter@kernel.crashing.org>
9983 M:      Alexandre Bounine <alexandre.bounine@idt.com>
9984 S:      Maintained
9985 F:      drivers/rapidio/
9986
9987 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9988 L:      linux-wireless@vger.kernel.org
9989 S:      Orphan
9990 F:      drivers/net/wireless/ray*
9991
9992 RCUTORTURE MODULE
9993 M:      Josh Triplett <josh@joshtriplett.org>
9994 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9995 L:      linux-kernel@vger.kernel.org
9996 S:      Supported
9997 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9998 F:      Documentation/RCU/torture.txt
9999 F:      kernel/rcu/rcutorture.c
10000
10001 RCUTORTURE TEST FRAMEWORK
10002 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10003 M:      Josh Triplett <josh@joshtriplett.org>
10004 R:      Steven Rostedt <rostedt@goodmis.org>
10005 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10006 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10007 L:      linux-kernel@vger.kernel.org
10008 S:      Supported
10009 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10010 F:      tools/testing/selftests/rcutorture
10011
10012 RDC R-321X SoC
10013 M:      Florian Fainelli <florian@openwrt.org>
10014 S:      Maintained
10015
10016 RDC R6040 FAST ETHERNET DRIVER
10017 M:      Florian Fainelli <f.fainelli@gmail.com>
10018 L:      netdev@vger.kernel.org
10019 S:      Maintained
10020 F:      drivers/net/ethernet/rdc/r6040.c
10021
10022 RDS - RELIABLE DATAGRAM SOCKETS
10023 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
10024 L:      netdev@vger.kernel.org
10025 L:      linux-rdma@vger.kernel.org
10026 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
10027 W:      https://oss.oracle.com/projects/rds/
10028 S:      Supported
10029 F:      net/rds/
10030 F:      Documentation/networking/rds.txt
10031
10032 RDMAVT - RDMA verbs software
10033 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
10034 L:      linux-rdma@vger.kernel.org
10035 S:      Supported
10036 F:      drivers/infiniband/sw/rdmavt
10037
10038 READ-COPY UPDATE (RCU)
10039 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10040 M:      Josh Triplett <josh@joshtriplett.org>
10041 R:      Steven Rostedt <rostedt@goodmis.org>
10042 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10043 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10044 L:      linux-kernel@vger.kernel.org
10045 W:      http://www.rdrop.com/users/paulmck/RCU/
10046 S:      Supported
10047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10048 F:      Documentation/RCU/
10049 X:      Documentation/RCU/torture.txt
10050 F:      include/linux/rcu*
10051 X:      include/linux/srcu.h
10052 F:      kernel/rcu/
10053 X:      kernel/torture.c
10054
10055 REAL TIME CLOCK (RTC) SUBSYSTEM
10056 M:      Alessandro Zummo <a.zummo@towertech.it>
10057 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
10058 L:      rtc-linux@googlegroups.com
10059 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
10060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10061 S:      Maintained
10062 F:      Documentation/devicetree/bindings/rtc/
10063 F:      Documentation/rtc.txt
10064 F:      drivers/rtc/
10065 F:      include/linux/rtc.h
10066 F:      include/uapi/linux/rtc.h
10067 F:      include/linux/rtc/
10068 F:      include/linux/platform_data/rtc-*
10069 F:      tools/testing/selftests/timers/rtctest.c
10070
10071 REALTEK AUDIO CODECS
10072 M:      Bard Liao <bardliao@realtek.com>
10073 M:      Oder Chiou <oder_chiou@realtek.com>
10074 S:      Maintained
10075 F:      sound/soc/codecs/rt*
10076 F:      include/sound/rt*.h
10077
10078 REISERFS FILE SYSTEM
10079 L:      reiserfs-devel@vger.kernel.org
10080 S:      Supported
10081 F:      fs/reiserfs/
10082
10083 REGISTER MAP ABSTRACTION
10084 M:      Mark Brown <broonie@kernel.org>
10085 L:      linux-kernel@vger.kernel.org
10086 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10087 S:      Supported
10088 F:      Documentation/devicetree/bindings/regmap/
10089 F:      drivers/base/regmap/
10090 F:      include/linux/regmap.h
10091
10092 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10093 M:      Ohad Ben-Cohen <ohad@wizery.com>
10094 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10095 L:      linux-remoteproc@vger.kernel.org
10096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10097 S:      Maintained
10098 F:      Documentation/devicetree/bindings/remoteproc/
10099 F:      Documentation/remoteproc.txt
10100 F:      drivers/remoteproc/
10101 F:      include/linux/remoteproc.h
10102
10103 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10104 M:      Ohad Ben-Cohen <ohad@wizery.com>
10105 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10106 L:      linux-remoteproc@vger.kernel.org
10107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10108 S:      Maintained
10109 F:      drivers/rpmsg/
10110 F:      Documentation/rpmsg.txt
10111 F:      include/linux/rpmsg.h
10112
10113 RENESAS CLOCK DRIVERS
10114 M:      Geert Uytterhoeven <geert+renesas@glider.be>
10115 L:      linux-renesas-soc@vger.kernel.org
10116 S:      Supported
10117 F:      drivers/clk/renesas/
10118
10119 RENESAS ETHERNET DRIVERS
10120 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10121 L:      netdev@vger.kernel.org
10122 L:      linux-renesas-soc@vger.kernel.org
10123 F:      drivers/net/ethernet/renesas/
10124 F:      include/linux/sh_eth.h
10125
10126 RENESAS USB2 PHY DRIVER
10127 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10128 L:      linux-renesas-soc@vger.kernel.org
10129 S:      Maintained
10130 F:      drivers/phy/phy-rcar-gen3-usb2.c
10131
10132 RESET CONTROLLER FRAMEWORK
10133 M:      Philipp Zabel <p.zabel@pengutronix.de>
10134 T:      git git://git.pengutronix.de/git/pza/linux
10135 S:      Maintained
10136 F:      drivers/reset/
10137 F:      Documentation/devicetree/bindings/reset/
10138 F:      include/dt-bindings/reset/
10139 F:      include/linux/reset.h
10140 F:      include/linux/reset-controller.h
10141
10142 RFKILL
10143 M:      Johannes Berg <johannes@sipsolutions.net>
10144 L:      linux-wireless@vger.kernel.org
10145 W:      http://wireless.kernel.org/
10146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10147 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10148 S:      Maintained
10149 F:      Documentation/rfkill.txt
10150 F:      net/rfkill/
10151
10152 RHASHTABLE
10153 M:      Thomas Graf <tgraf@suug.ch>
10154 M:      Herbert Xu <herbert@gondor.apana.org.au>
10155 L:      netdev@vger.kernel.org
10156 S:      Maintained
10157 F:      lib/rhashtable.c
10158 F:      include/linux/rhashtable.h
10159
10160 RICOH SMARTMEDIA/XD DRIVER
10161 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10162 S:      Maintained
10163 F:      drivers/mtd/nand/r852.c
10164 F:      drivers/mtd/nand/r852.h
10165
10166 RICOH R5C592 MEMORYSTICK DRIVER
10167 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10168 S:      Maintained
10169 F:      drivers/memstick/host/r592.*
10170
10171 ROCCAT DRIVERS
10172 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
10173 W:      http://sourceforge.net/projects/roccat/
10174 S:      Maintained
10175 F:      drivers/hid/hid-roccat*
10176 F:      include/linux/hid-roccat*
10177 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
10178
10179 ROCKER DRIVER
10180 M:      Jiri Pirko <jiri@resnulli.us>
10181 L:      netdev@vger.kernel.org
10182 S:      Supported
10183 F:      drivers/net/ethernet/rocker/
10184
10185 ROCKETPORT DRIVER
10186 P:      Comtrol Corp.
10187 W:      http://www.comtrol.com
10188 S:      Maintained
10189 F:      Documentation/serial/rocket.txt
10190 F:      drivers/tty/rocket*
10191
10192 ROCKETPORT EXPRESS/INFINITY DRIVER
10193 M:      Kevin Cernekee <cernekee@gmail.com>
10194 L:      linux-serial@vger.kernel.org
10195 S:      Odd Fixes
10196 F:      drivers/tty/serial/rp2.*
10197
10198 ROSE NETWORK LAYER
10199 M:      Ralf Baechle <ralf@linux-mips.org>
10200 L:      linux-hams@vger.kernel.org
10201 W:      http://www.linux-ax25.org/
10202 S:      Maintained
10203 F:      include/net/rose.h
10204 F:      include/uapi/linux/rose.h
10205 F:      net/rose/
10206
10207 RTL2830 MEDIA DRIVER
10208 M:      Antti Palosaari <crope@iki.fi>
10209 L:      linux-media@vger.kernel.org
10210 W:      https://linuxtv.org
10211 W:      http://palosaari.fi/linux/
10212 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10213 T:      git git://linuxtv.org/anttip/media_tree.git
10214 S:      Maintained
10215 F:      drivers/media/dvb-frontends/rtl2830*
10216
10217 RTL2832 MEDIA DRIVER
10218 M:      Antti Palosaari <crope@iki.fi>
10219 L:      linux-media@vger.kernel.org
10220 W:      https://linuxtv.org
10221 W:      http://palosaari.fi/linux/
10222 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10223 T:      git git://linuxtv.org/anttip/media_tree.git
10224 S:      Maintained
10225 F:      drivers/media/dvb-frontends/rtl2832*
10226
10227 RTL2832_SDR MEDIA DRIVER
10228 M:      Antti Palosaari <crope@iki.fi>
10229 L:      linux-media@vger.kernel.org
10230 W:      https://linuxtv.org
10231 W:      http://palosaari.fi/linux/
10232 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10233 T:      git git://linuxtv.org/anttip/media_tree.git
10234 S:      Maintained
10235 F:      drivers/media/dvb-frontends/rtl2832_sdr*
10236
10237 RTL8180 WIRELESS DRIVER
10238 L:      linux-wireless@vger.kernel.org
10239 W:      http://wireless.kernel.org/
10240 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10241 S:      Orphan
10242 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
10243
10244 RTL8187 WIRELESS DRIVER
10245 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10246 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
10247 M:      Larry Finger <Larry.Finger@lwfinger.net>
10248 L:      linux-wireless@vger.kernel.org
10249 W:      http://wireless.kernel.org/
10250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10251 S:      Maintained
10252 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
10253
10254 RTL8192CE WIRELESS DRIVER
10255 M:      Larry Finger <Larry.Finger@lwfinger.net>
10256 M:      Chaoming Li <chaoming_li@realsil.com.cn>
10257 L:      linux-wireless@vger.kernel.org
10258 W:      http://wireless.kernel.org/
10259 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10260 S:      Maintained
10261 F:      drivers/net/wireless/realtek/rtlwifi/
10262 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10263
10264 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10265 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10266 L:      linux-wireless@vger.kernel.org
10267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10268 S:      Maintained
10269 F:      drivers/net/wireless/realtek/rtl8xxxu/
10270
10271 S3 SAVAGE FRAMEBUFFER DRIVER
10272 M:      Antonino Daplas <adaplas@gmail.com>
10273 L:      linux-fbdev@vger.kernel.org
10274 S:      Maintained
10275 F:      drivers/video/fbdev/savage/
10276
10277 S390
10278 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
10279 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
10280 L:      linux-s390@vger.kernel.org
10281 W:      http://www.ibm.com/developerworks/linux/linux390/
10282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10283 S:      Supported
10284 F:      arch/s390/
10285 F:      drivers/s390/
10286 F:      Documentation/s390/
10287 F:      Documentation/DocBook/s390*
10288
10289 S390 COMMON I/O LAYER
10290 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10291 M:      Peter Oberparleiter <oberpar@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/cio/
10296
10297 S390 DASD DRIVER
10298 M:      Stefan Haberland <sth@linux.vnet.ibm.com>
10299 M:      Jan Hoeppner <hoeppner@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/block/dasd*
10304 F:      block/partitions/ibm.c
10305
10306 S390 NETWORK DRIVERS
10307 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10308 L:      linux-s390@vger.kernel.org
10309 W:      http://www.ibm.com/developerworks/linux/linux390/
10310 S:      Supported
10311 F:      drivers/s390/net/
10312
10313 S390 PCI SUBSYSTEM
10314 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10315 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10316 L:      linux-s390@vger.kernel.org
10317 W:      http://www.ibm.com/developerworks/linux/linux390/
10318 S:      Supported
10319 F:      arch/s390/pci/
10320 F:      drivers/pci/hotplug/s390_pci_hpc.c
10321
10322 S390 ZCRYPT DRIVER
10323 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
10324 L:      linux-s390@vger.kernel.org
10325 W:      http://www.ibm.com/developerworks/linux/linux390/
10326 S:      Supported
10327 F:      drivers/s390/crypto/
10328
10329 S390 ZFCP DRIVER
10330 M:      Steffen Maier <maier@linux.vnet.ibm.com>
10331 L:      linux-s390@vger.kernel.org
10332 W:      http://www.ibm.com/developerworks/linux/linux390/
10333 S:      Supported
10334 F:      drivers/s390/scsi/zfcp_*
10335
10336 S390 IUCV NETWORK LAYER
10337 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10338 L:      linux-s390@vger.kernel.org
10339 W:      http://www.ibm.com/developerworks/linux/linux390/
10340 S:      Supported
10341 F:      drivers/s390/net/*iucv*
10342 F:      include/net/iucv/
10343 F:      net/iucv/
10344
10345 S390 IOMMU (PCI)
10346 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10347 L:      linux-s390@vger.kernel.org
10348 W:      http://www.ibm.com/developerworks/linux/linux390/
10349 S:      Supported
10350 F:      drivers/iommu/s390-iommu.c
10351
10352 S3C24XX SD/MMC Driver
10353 M:      Ben Dooks <ben-linux@fluff.org>
10354 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10355 S:      Supported
10356 F:      drivers/mmc/host/s3cmci.*
10357
10358 SAA6588 RDS RECEIVER DRIVER
10359 M:      Hans Verkuil <hverkuil@xs4all.nl>
10360 L:      linux-media@vger.kernel.org
10361 T:      git git://linuxtv.org/media_tree.git
10362 W:      https://linuxtv.org
10363 S:      Odd Fixes
10364 F:      drivers/media/i2c/saa6588*
10365
10366 SAA7134 VIDEO4LINUX DRIVER
10367 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
10368 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
10369 L:      linux-media@vger.kernel.org
10370 W:      https://linuxtv.org
10371 T:      git git://linuxtv.org/media_tree.git
10372 S:      Odd fixes
10373 F:      Documentation/video4linux/*.saa7134
10374 F:      drivers/media/pci/saa7134/
10375
10376 SAA7146 VIDEO4LINUX-2 DRIVER
10377 M:      Hans Verkuil <hverkuil@xs4all.nl>
10378 L:      linux-media@vger.kernel.org
10379 T:      git git://linuxtv.org/media_tree.git
10380 S:      Maintained
10381 F:      drivers/media/common/saa7146/
10382 F:      drivers/media/pci/saa7146/
10383 F:      include/media/saa7146*
10384
10385 SAMSUNG LAPTOP DRIVER
10386 M:      Corentin Chary <corentin.chary@gmail.com>
10387 L:      platform-driver-x86@vger.kernel.org
10388 S:      Maintained
10389 F:      drivers/platform/x86/samsung-laptop.c
10390
10391 SAMSUNG AUDIO (ASoC) DRIVERS
10392 M:      Krzysztof Kozlowski <krzk@kernel.org>
10393 M:      Sangbeom Kim <sbkim73@samsung.com>
10394 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10395 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10396 S:      Supported
10397 F:      sound/soc/samsung/
10398
10399 SAMSUNG FRAMEBUFFER DRIVER
10400 M:      Jingoo Han <jingoohan1@gmail.com>
10401 L:      linux-fbdev@vger.kernel.org
10402 S:      Maintained
10403 F:      drivers/video/fbdev/s3c-fb.c
10404
10405 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10406 M:      Sangbeom Kim <sbkim73@samsung.com>
10407 M:      Krzysztof Kozlowski <krzk@kernel.org>
10408 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10409 L:      linux-kernel@vger.kernel.org
10410 L:      linux-samsung-soc@vger.kernel.org
10411 S:      Supported
10412 F:      drivers/mfd/sec*.c
10413 F:      drivers/regulator/s2m*.c
10414 F:      drivers/regulator/s5m*.c
10415 F:      drivers/clk/clk-s2mps11.c
10416 F:      drivers/rtc/rtc-s5m.c
10417 F:      include/linux/mfd/samsung/
10418 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10419 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10420 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10421 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10422
10423 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10424 M:      Kyungmin Park <kyungmin.park@samsung.com>
10425 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10426 L:      linux-media@vger.kernel.org
10427 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
10428 S:      Supported
10429 F:      drivers/media/platform/exynos4-is/
10430
10431 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10432 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10433 L:      linux-media@vger.kernel.org
10434 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10435 S:      Maintained
10436 F:      drivers/media/platform/s3c-camif/
10437 F:      include/media/drv-intf/s3c_camif.h
10438
10439 SAMSUNG S5C73M3 CAMERA DRIVER
10440 M:      Kyungmin Park <kyungmin.park@samsung.com>
10441 M:      Andrzej Hajda <a.hajda@samsung.com>
10442 L:      linux-media@vger.kernel.org
10443 S:      Supported
10444 F:      drivers/media/i2c/s5c73m3/*
10445
10446 SAMSUNG S5K5BAF CAMERA DRIVER
10447 M:      Kyungmin Park <kyungmin.park@samsung.com>
10448 M:      Andrzej Hajda <a.hajda@samsung.com>
10449 L:      linux-media@vger.kernel.org
10450 S:      Supported
10451 F:      drivers/media/i2c/s5k5baf.c
10452
10453 SAMSUNG S3FWRN5 NFC DRIVER
10454 M:      Robert Baldyga <r.baldyga@samsung.com>
10455 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
10456 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
10457 S:      Supported
10458 F:      drivers/nfc/s3fwrn5
10459
10460 SAMSUNG SOC CLOCK DRIVERS
10461 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10462 M:      Tomasz Figa <tomasz.figa@gmail.com>
10463 M:      Chanwoo Choi <cw00.choi@samsung.com>
10464 S:      Supported
10465 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10466 F:      drivers/clk/samsung/
10467 F:      include/dt-bindings/clock/exynos*.h
10468 F:      Documentation/devicetree/bindings/clock/exynos*.txt
10469
10470 SAMSUNG SPI DRIVERS
10471 M:      Kukjin Kim <kgene@kernel.org>
10472 M:      Krzysztof Kozlowski <krzk@kernel.org>
10473 M:      Andi Shyti <andi.shyti@samsung.com>
10474 L:      linux-spi@vger.kernel.org
10475 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10476 S:      Maintained
10477 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
10478 F:      drivers/spi/spi-s3c*
10479 F:      include/linux/platform_data/spi-s3c64xx.h
10480
10481 SAMSUNG SXGBE DRIVERS
10482 M:      Byungho An <bh74.an@samsung.com>
10483 M:      Girish K S <ks.giri@samsung.com>
10484 M:      Vipul Pandya <vipul.pandya@samsung.com>
10485 S:      Supported
10486 L:      netdev@vger.kernel.org
10487 F:      drivers/net/ethernet/samsung/sxgbe/
10488
10489 SAMSUNG THERMAL DRIVER
10490 M:      Lukasz Majewski <l.majewski@samsung.com>
10491 L:      linux-pm@vger.kernel.org
10492 L:      linux-samsung-soc@vger.kernel.org
10493 S:      Supported
10494 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
10495 F:      drivers/thermal/samsung/
10496
10497 SAMSUNG USB2 PHY DRIVER
10498 M:      Kamil Debski <kamil@wypas.org>
10499 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10500 L:      linux-kernel@vger.kernel.org
10501 S:      Supported
10502 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
10503 F:      Documentation/phy/samsung-usb2.txt
10504 F:      drivers/phy/phy-exynos4210-usb2.c
10505 F:      drivers/phy/phy-exynos4x12-usb2.c
10506 F:      drivers/phy/phy-exynos5250-usb2.c
10507 F:      drivers/phy/phy-s5pv210-usb2.c
10508 F:      drivers/phy/phy-samsung-usb2.c
10509 F:      drivers/phy/phy-samsung-usb2.h
10510
10511 SERIAL DRIVERS
10512 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10513 L:      linux-serial@vger.kernel.org
10514 S:      Maintained
10515 F:      Documentation/devicetree/bindings/serial/
10516 F:      drivers/tty/serial/
10517
10518 SYNOPSYS DESIGNWARE DMAC DRIVER
10519 M:      Viresh Kumar <vireshk@kernel.org>
10520 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10521 S:      Maintained
10522 F:      include/linux/dma/dw.h
10523 F:      include/linux/platform_data/dma-dw.h
10524 F:      drivers/dma/dw/
10525
10526 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10527 M: Lars Persson <lars.persson@axis.com>
10528 L: netdev@vger.kernel.org
10529 S: Supported
10530 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10531 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10532
10533 SYNOPSYS DESIGNWARE I2C DRIVER
10534 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
10535 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10536 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
10537 L:      linux-i2c@vger.kernel.org
10538 S:      Maintained
10539 F:      drivers/i2c/busses/i2c-designware-*
10540 F:      include/linux/platform_data/i2c-designware.h
10541
10542 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10543 M:      Jaehoon Chung <jh80.chung@samsung.com>
10544 L:      linux-mmc@vger.kernel.org
10545 S:      Maintained
10546 F:      include/linux/mmc/dw_mmc.h
10547 F:      drivers/mmc/host/dw_mmc*
10548
10549 SYSTEM TRACE MODULE CLASS
10550 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
10551 S:      Maintained
10552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10553 F:      Documentation/trace/stm.txt
10554 F:      drivers/hwtracing/stm/
10555 F:      include/linux/stm.h
10556 F:      include/uapi/linux/stm.h
10557
10558 THUNDERBOLT DRIVER
10559 M:      Andreas Noever <andreas.noever@gmail.com>
10560 S:      Maintained
10561 F:      drivers/thunderbolt/
10562
10563 TI BQ27XXX POWER SUPPLY DRIVER
10564 R:      Andrew F. Davis <afd@ti.com>
10565 F:      include/linux/power/bq27xxx_battery.h
10566 F:      drivers/power/supply/bq27xxx_battery.c
10567 F:      drivers/power/supply/bq27xxx_battery_i2c.c
10568
10569 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10570 M:      John Stultz <john.stultz@linaro.org>
10571 M:      Thomas Gleixner <tglx@linutronix.de>
10572 L:      linux-kernel@vger.kernel.org
10573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10574 S:      Supported
10575 F:      include/linux/clocksource.h
10576 F:      include/linux/time.h
10577 F:      include/linux/timex.h
10578 F:      include/uapi/linux/time.h
10579 F:      include/uapi/linux/timex.h
10580 F:      kernel/time/clocksource.c
10581 F:      kernel/time/time*.c
10582 F:      kernel/time/alarmtimer.c
10583 F:      kernel/time/ntp.c
10584 F:      tools/testing/selftests/timers/
10585
10586 SC1200 WDT DRIVER
10587 M:      Zwane Mwaikambo <zwanem@gmail.com>
10588 S:      Maintained
10589 F:      drivers/watchdog/sc1200wdt.c
10590
10591 SCHEDULER
10592 M:      Ingo Molnar <mingo@redhat.com>
10593 M:      Peter Zijlstra <peterz@infradead.org>
10594 L:      linux-kernel@vger.kernel.org
10595 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10596 S:      Maintained
10597 F:      kernel/sched/
10598 F:      include/linux/sched.h
10599 F:      include/uapi/linux/sched.h
10600 F:      include/linux/wait.h
10601
10602 SCORE ARCHITECTURE
10603 M:      Chen Liqin <liqin.linux@gmail.com>
10604 M:      Lennox Wu <lennox.wu@gmail.com>
10605 W:      http://www.sunplus.com
10606 S:      Supported
10607 F:      arch/score/
10608
10609 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10610 M:      Sudeep Holla <sudeep.holla@arm.com>
10611 L:      linux-arm-kernel@lists.infradead.org
10612 S:      Maintained
10613 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
10614 F:      drivers/clk/clk-scpi.c
10615 F:      drivers/cpufreq/scpi-cpufreq.c
10616 F:      drivers/firmware/arm_scpi.c
10617 F:      include/linux/scpi_protocol.h
10618
10619 SCSI CDROM DRIVER
10620 M:      Jens Axboe <axboe@kernel.dk>
10621 L:      linux-scsi@vger.kernel.org
10622 W:      http://www.kernel.dk
10623 S:      Maintained
10624 F:      drivers/scsi/sr*
10625
10626 SCSI RDMA PROTOCOL (SRP) INITIATOR
10627 M:      Bart Van Assche <bart.vanassche@sandisk.com>
10628 L:      linux-rdma@vger.kernel.org
10629 S:      Supported
10630 W:      http://www.openfabrics.org
10631 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
10632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10633 F:      drivers/infiniband/ulp/srp/
10634 F:      include/scsi/srp.h
10635
10636 SCSI SG DRIVER
10637 M:      Doug Gilbert <dgilbert@interlog.com>
10638 L:      linux-scsi@vger.kernel.org
10639 W:      http://sg.danny.cz/sg
10640 S:      Maintained
10641 F:      Documentation/scsi/scsi-generic.txt
10642 F:      drivers/scsi/sg.c
10643 F:      include/scsi/sg.h
10644
10645 SCSI SUBSYSTEM
10646 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10647 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10648 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
10649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10650 L:      linux-scsi@vger.kernel.org
10651 S:      Maintained
10652 F:      Documentation/devicetree/bindings/scsi/
10653 F:      drivers/scsi/
10654 F:      include/scsi/
10655
10656 SCSI TAPE DRIVER
10657 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
10658 L:      linux-scsi@vger.kernel.org
10659 S:      Maintained
10660 F:      Documentation/scsi/st.txt
10661 F:      drivers/scsi/st.*
10662 F:      drivers/scsi/st_*.h
10663
10664 SCTP PROTOCOL
10665 M:      Vlad Yasevich <vyasevich@gmail.com>
10666 M:      Neil Horman <nhorman@tuxdriver.com>
10667 L:      linux-sctp@vger.kernel.org
10668 W:      http://lksctp.sourceforge.net
10669 S:      Maintained
10670 F:      Documentation/networking/sctp.txt
10671 F:      include/linux/sctp.h
10672 F:      include/uapi/linux/sctp.h
10673 F:      include/net/sctp/
10674 F:      net/sctp/
10675
10676 SCx200 CPU SUPPORT
10677 M:      Jim Cromie <jim.cromie@gmail.com>
10678 S:      Odd Fixes
10679 F:      Documentation/i2c/busses/scx200_acb
10680 F:      arch/x86/platform/scx200/
10681 F:      drivers/watchdog/scx200_wdt.c
10682 F:      drivers/i2c/busses/scx200*
10683 F:      drivers/mtd/maps/scx200_docflash.c
10684 F:      include/linux/scx200.h
10685
10686 SCx200 GPIO DRIVER
10687 M:      Jim Cromie <jim.cromie@gmail.com>
10688 S:      Maintained
10689 F:      drivers/char/scx200_gpio.c
10690 F:      include/linux/scx200_gpio.h
10691
10692 SCx200 HRT CLOCKSOURCE DRIVER
10693 M:      Jim Cromie <jim.cromie@gmail.com>
10694 S:      Maintained
10695 F:      drivers/clocksource/scx200_hrt.c
10696
10697 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10698 M:      Sascha Sommer <saschasommer@freenet.de>
10699 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10700 S:      Maintained
10701 F:      drivers/mmc/host/sdricoh_cs.c
10702
10703 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10704 M:      Adrian Hunter <adrian.hunter@intel.com>
10705 L:      linux-mmc@vger.kernel.org
10706 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
10707 S:      Maintained
10708 F:      drivers/mmc/host/sdhci*
10709 F:      include/linux/mmc/sdhci*
10710
10711 SECURE COMPUTING
10712 M:      Kees Cook <keescook@chromium.org>
10713 R:      Andy Lutomirski <luto@amacapital.net>
10714 R:      Will Drewry <wad@chromium.org>
10715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10716 S:      Supported
10717 F:      kernel/seccomp.c
10718 F:      include/uapi/linux/seccomp.h
10719 F:      include/linux/seccomp.h
10720 F:      tools/testing/selftests/seccomp/*
10721 K:      \bsecure_computing
10722 K:      \bTIF_SECCOMP\b
10723
10724 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
10725 M:      Al Cooper <alcooperx@gmail.com>
10726 L:      linux-mmc@vger.kernel.org
10727 L:      bcm-kernel-feedback-list@broadcom.com
10728 S:      Maintained
10729 F:      drivers/mmc/host/sdhci-brcmstb*
10730
10731 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10732 M:      Ben Dooks <ben-linux@fluff.org>
10733 M:      Jaehoon Chung <jh80.chung@samsung.com>
10734 L:      linux-mmc@vger.kernel.org
10735 S:      Maintained
10736 F:      drivers/mmc/host/sdhci-s3c*
10737
10738 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10739 M:      Viresh Kumar <vireshk@kernel.org>
10740 L:      linux-mmc@vger.kernel.org
10741 S:      Maintained
10742 F:      drivers/mmc/host/sdhci-spear.c
10743
10744 SECURITY SUBSYSTEM
10745 M:      James Morris <james.l.morris@oracle.com>
10746 M:      "Serge E. Hallyn" <serge@hallyn.com>
10747 L:      linux-security-module@vger.kernel.org (suggested Cc:)
10748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10749 W:      http://kernsec.org/
10750 S:      Supported
10751 F:      security/
10752
10753 SECURITY CONTACT
10754 M:      Security Officers <security@kernel.org>
10755 S:      Supported
10756
10757 SELINUX SECURITY MODULE
10758 M:      Paul Moore <paul@paul-moore.com>
10759 M:      Stephen Smalley <sds@tycho.nsa.gov>
10760 M:      Eric Paris <eparis@parisplace.org>
10761 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
10762 W:      http://selinuxproject.org
10763 T:      git git://git.infradead.org/users/pcmoore/selinux
10764 S:      Supported
10765 F:      include/linux/selinux*
10766 F:      security/selinux/
10767 F:      scripts/selinux/
10768
10769 APPARMOR SECURITY MODULE
10770 M:      John Johansen <john.johansen@canonical.com>
10771 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10772 W:      apparmor.wiki.kernel.org
10773 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10774 S:      Supported
10775 F:      security/apparmor/
10776
10777 LOADPIN SECURITY MODULE
10778 M:      Kees Cook <keescook@chromium.org>
10779 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10780 S:      Supported
10781 F:      security/loadpin/
10782
10783 YAMA SECURITY MODULE
10784 M:      Kees Cook <keescook@chromium.org>
10785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10786 S:      Supported
10787 F:      security/yama/
10788
10789 SENSABLE PHANTOM
10790 M:      Jiri Slaby <jirislaby@gmail.com>
10791 S:      Maintained
10792 F:      drivers/misc/phantom.c
10793 F:      include/uapi/linux/phantom.h
10794
10795 Emulex 10Gbps iSCSI - OneConnect DRIVER
10796 M:      Subbu Seetharaman <subbu.seetharaman@broadcom.com>
10797 M:      Ketan Mukadam <ketan.mukadam@broadcom.com>
10798 M:      Jitendra Bhivare <jitendra.bhivare@broadcom.com>
10799 L:      linux-scsi@vger.kernel.org
10800 W:      http://www.broadcom.com
10801 S:      Supported
10802 F:      drivers/scsi/be2iscsi/
10803
10804 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
10805 M:      Sathya Perla <sathya.perla@broadcom.com>
10806 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
10807 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10808 M:      Somnath Kotur <somnath.kotur@broadcom.com>
10809 L:      netdev@vger.kernel.org
10810 W:      http://www.emulex.com
10811 S:      Supported
10812 F:      drivers/net/ethernet/emulex/benet/
10813
10814 EMULEX ONECONNECT ROCE DRIVER
10815 M:      Selvin Xavier <selvin.xavier@avagotech.com>
10816 M:      Devesh Sharma <devesh.sharma@avagotech.com>
10817 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10818 L:      linux-rdma@vger.kernel.org
10819 W:      http://www.emulex.com
10820 S:      Supported
10821 F:      drivers/infiniband/hw/ocrdma/
10822
10823 SFC NETWORK DRIVER
10824 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10825 M:      Edward Cree <ecree@solarflare.com>
10826 M:      Bert Kenward <bkenward@solarflare.com>
10827 L:      netdev@vger.kernel.org
10828 S:      Supported
10829 F:      drivers/net/ethernet/sfc/
10830
10831 SGI GRU DRIVER
10832 M:      Dimitri Sivanich <sivanich@sgi.com>
10833 S:      Maintained
10834 F:      drivers/misc/sgi-gru/
10835
10836 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10837 M:      Pat Gefre <pfg@sgi.com>
10838 L:      linux-ia64@vger.kernel.org
10839 S:      Supported
10840 F:      Documentation/ia64/serial.txt
10841 F:      drivers/tty/serial/ioc?_serial.c
10842 F:      include/linux/ioc?.h
10843
10844 SGI XP/XPC/XPNET DRIVER
10845 M:      Cliff Whickman <cpw@sgi.com>
10846 M:      Robin Holt <robinmholt@gmail.com>
10847 S:      Maintained
10848 F:      drivers/misc/sgi-xp/
10849
10850 SI2157 MEDIA DRIVER
10851 M:      Antti Palosaari <crope@iki.fi>
10852 L:      linux-media@vger.kernel.org
10853 W:      https://linuxtv.org
10854 W:      http://palosaari.fi/linux/
10855 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10856 T:      git git://linuxtv.org/anttip/media_tree.git
10857 S:      Maintained
10858 F:      drivers/media/tuners/si2157*
10859
10860 SI2168 MEDIA DRIVER
10861 M:      Antti Palosaari <crope@iki.fi>
10862 L:      linux-media@vger.kernel.org
10863 W:      https://linuxtv.org
10864 W:      http://palosaari.fi/linux/
10865 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10866 T:      git git://linuxtv.org/anttip/media_tree.git
10867 S:      Maintained
10868 F:      drivers/media/dvb-frontends/si2168*
10869
10870 SI470X FM RADIO RECEIVER I2C 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:      Odd Fixes
10876 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
10877
10878 SI470X FM RADIO RECEIVER USB DRIVER
10879 M:      Hans Verkuil <hverkuil@xs4all.nl>
10880 L:      linux-media@vger.kernel.org
10881 T:      git git://linuxtv.org/media_tree.git
10882 W:      https://linuxtv.org
10883 S:      Maintained
10884 F:      drivers/media/radio/si470x/radio-si470x-common.c
10885 F:      drivers/media/radio/si470x/radio-si470x.h
10886 F:      drivers/media/radio/si470x/radio-si470x-usb.c
10887
10888 SI4713 FM RADIO TRANSMITTER I2C 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/si4713.?
10895
10896 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10897 M:      Eduardo Valentin <edubezval@gmail.com>
10898 L:      linux-media@vger.kernel.org
10899 T:      git git://linuxtv.org/media_tree.git
10900 W:      https://linuxtv.org
10901 S:      Odd Fixes
10902 F:      drivers/media/radio/si4713/radio-platform-si4713.c
10903
10904 SI4713 FM RADIO TRANSMITTER USB DRIVER
10905 M:      Hans Verkuil <hverkuil@xs4all.nl>
10906 L:      linux-media@vger.kernel.org
10907 T:      git git://linuxtv.org/media_tree.git
10908 W:      https://linuxtv.org
10909 S:      Maintained
10910 F:      drivers/media/radio/si4713/radio-usb-si4713.c
10911
10912 SIANO DVB DRIVER
10913 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
10914 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
10915 L:      linux-media@vger.kernel.org
10916 W:      https://linuxtv.org
10917 T:      git git://linuxtv.org/media_tree.git
10918 S:      Odd fixes
10919 F:      drivers/media/common/siano/
10920 F:      drivers/media/usb/siano/
10921 F:      drivers/media/usb/siano/
10922 F:      drivers/media/mmc/siano/
10923
10924 SIMPLEFB FB DRIVER
10925 M:      Hans de Goede <hdegoede@redhat.com>
10926 L:      linux-fbdev@vger.kernel.org
10927 S:      Maintained
10928 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
10929 F:      drivers/video/fbdev/simplefb.c
10930 F:      include/linux/platform_data/simplefb.h
10931
10932 SH_VEU V4L2 MEM2MEM DRIVER
10933 L:      linux-media@vger.kernel.org
10934 S:      Orphan
10935 F:      drivers/media/platform/sh_veu.c
10936
10937 SH_VOU V4L2 OUTPUT DRIVER
10938 L:      linux-media@vger.kernel.org
10939 S:      Orphan
10940 F:      drivers/media/platform/sh_vou.c
10941 F:      include/media/drv-intf/sh_vou.h
10942
10943 SIMPLE FIRMWARE INTERFACE (SFI)
10944 M:      Len Brown <lenb@kernel.org>
10945 L:      sfi-devel@simplefirmware.org
10946 W:      http://simplefirmware.org/
10947 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10948 S:      Supported
10949 F:      arch/x86/platform/sfi/
10950 F:      drivers/sfi/
10951 F:      include/linux/sfi*.h
10952
10953 SIMTEC EB110ATX (Chalice CATS)
10954 P:      Ben Dooks
10955 P:      Vincent Sanders <vince@simtec.co.uk>
10956 M:      Simtec Linux Team <linux@simtec.co.uk>
10957 W:      http://www.simtec.co.uk/products/EB110ATX/
10958 S:      Supported
10959
10960 SIMTEC EB2410ITX (BAST)
10961 P:      Ben Dooks
10962 P:      Vincent Sanders <vince@simtec.co.uk>
10963 M:      Simtec Linux Team <linux@simtec.co.uk>
10964 W:      http://www.simtec.co.uk/products/EB2410ITX/
10965 S:      Supported
10966 F:      arch/arm/mach-s3c24xx/mach-bast.c
10967 F:      arch/arm/mach-s3c24xx/bast-ide.c
10968 F:      arch/arm/mach-s3c24xx/bast-irq.c
10969
10970 TI DAVINCI MACHINE SUPPORT
10971 M:      Sekhar Nori <nsekhar@ti.com>
10972 M:      Kevin Hilman <khilman@kernel.org>
10973 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10974 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
10975 S:      Supported
10976 F:      arch/arm/mach-davinci/
10977 F:      drivers/i2c/busses/i2c-davinci.c
10978
10979 TI DAVINCI SERIES MEDIA DRIVER
10980 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10981 L:      linux-media@vger.kernel.org
10982 W:      https://linuxtv.org
10983 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10984 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10985 S:      Maintained
10986 F:      drivers/media/platform/davinci/
10987 F:      include/media/davinci/
10988
10989 TI AM437X VPFE DRIVER
10990 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10991 L:      linux-media@vger.kernel.org
10992 W:      https://linuxtv.org
10993 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10994 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10995 S:      Maintained
10996 F:      drivers/media/platform/am437x/
10997
10998 OV2659 OMNIVISION SENSOR DRIVER
10999 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11000 L:      linux-media@vger.kernel.org
11001 W:      https://linuxtv.org
11002 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11003 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11004 S:      Maintained
11005 F:      drivers/media/i2c/ov2659.c
11006 F:      include/media/i2c/ov2659.h
11007
11008 SILICON MOTION SM712 FRAME BUFFER DRIVER
11009 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11010 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11011 M:      Sudip Mukherjee <sudip@vectorindia.org>
11012 L:      linux-fbdev@vger.kernel.org
11013 S:      Maintained
11014 F:      drivers/video/fbdev/sm712*
11015 F:      Documentation/fb/sm712fb.txt
11016
11017 SIS 190 ETHERNET DRIVER
11018 M:      Francois Romieu <romieu@fr.zoreil.com>
11019 L:      netdev@vger.kernel.org
11020 S:      Maintained
11021 F:      drivers/net/ethernet/sis/sis190.c
11022
11023 SIS 900/7016 FAST ETHERNET DRIVER
11024 M:      Daniele Venzano <venza@brownhat.org>
11025 W:      http://www.brownhat.org/sis900.html
11026 L:      netdev@vger.kernel.org
11027 S:      Maintained
11028 F:      drivers/net/ethernet/sis/sis900.*
11029
11030 SIS FRAMEBUFFER DRIVER
11031 M:      Thomas Winischhofer <thomas@winischhofer.net>
11032 W:      http://www.winischhofer.net/linuxsisvga.shtml
11033 S:      Maintained
11034 F:      Documentation/fb/sisfb.txt
11035 F:      drivers/video/fbdev/sis/
11036 F:      include/video/sisfb.h
11037
11038 SIS USB2VGA DRIVER
11039 M:      Thomas Winischhofer <thomas@winischhofer.net>
11040 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
11041 S:      Maintained
11042 F:      drivers/usb/misc/sisusbvga/
11043
11044 SLAB ALLOCATOR
11045 M:      Christoph Lameter <cl@linux.com>
11046 M:      Pekka Enberg <penberg@kernel.org>
11047 M:      David Rientjes <rientjes@google.com>
11048 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
11049 M:      Andrew Morton <akpm@linux-foundation.org>
11050 L:      linux-mm@kvack.org
11051 S:      Maintained
11052 F:      include/linux/sl?b*.h
11053 F:      mm/sl?b*
11054
11055 SLEEPABLE READ-COPY UPDATE (SRCU)
11056 M:      Lai Jiangshan <jiangshanlai@gmail.com>
11057 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11058 M:      Josh Triplett <josh@joshtriplett.org>
11059 R:      Steven Rostedt <rostedt@goodmis.org>
11060 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11061 L:      linux-kernel@vger.kernel.org
11062 W:      http://www.rdrop.com/users/paulmck/RCU/
11063 S:      Supported
11064 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11065 F:      include/linux/srcu.h
11066 F:      kernel/rcu/srcu.c
11067
11068 SMACK SECURITY MODULE
11069 M:      Casey Schaufler <casey@schaufler-ca.com>
11070 L:      linux-security-module@vger.kernel.org
11071 W:      http://schaufler-ca.com
11072 T:      git git://github.com/cschaufler/smack-next
11073 S:      Maintained
11074 F:      Documentation/security/Smack.txt
11075 F:      security/smack/
11076
11077 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11078 M:      Kevin Hilman <khilman@kernel.org>
11079 M:      Nishanth Menon <nm@ti.com>
11080 S:      Maintained
11081 F:      drivers/power/avs/
11082 F:      include/linux/power/smartreflex.h
11083 L:      linux-pm@vger.kernel.org
11084
11085 SMC91x ETHERNET DRIVER
11086 M:      Nicolas Pitre <nico@fluxnic.net>
11087 S:      Odd Fixes
11088 F:      drivers/net/ethernet/smsc/smc91x.*
11089
11090 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11091 M:      Sakari Ailus <sakari.ailus@iki.fi>
11092 L:      linux-media@vger.kernel.org
11093 S:      Maintained
11094 F:      drivers/media/i2c/smiapp/
11095 F:      include/media/i2c/smiapp.h
11096 F:      drivers/media/i2c/smiapp-pll.c
11097 F:      drivers/media/i2c/smiapp-pll.h
11098 F:      include/uapi/linux/smiapp.h
11099 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11100
11101 SMM665 HARDWARE MONITOR DRIVER
11102 M:      Guenter Roeck <linux@roeck-us.net>
11103 L:      linux-hwmon@vger.kernel.org
11104 S:      Maintained
11105 F:      Documentation/hwmon/smm665
11106 F:      drivers/hwmon/smm665.c
11107
11108 SMSC EMC2103 HARDWARE MONITOR DRIVER
11109 M:      Steve Glendinning <steve.glendinning@shawell.net>
11110 L:      linux-hwmon@vger.kernel.org
11111 S:      Maintained
11112 F:      Documentation/hwmon/emc2103
11113 F:      drivers/hwmon/emc2103.c
11114
11115 SMSC SCH5627 HARDWARE MONITOR DRIVER
11116 M:      Hans de Goede <hdegoede@redhat.com>
11117 L:      linux-hwmon@vger.kernel.org
11118 S:      Supported
11119 F:      Documentation/hwmon/sch5627
11120 F:      drivers/hwmon/sch5627.c
11121
11122 SMSC47B397 HARDWARE MONITOR DRIVER
11123 M:      Jean Delvare <jdelvare@suse.com>
11124 L:      linux-hwmon@vger.kernel.org
11125 S:      Maintained
11126 F:      Documentation/hwmon/smsc47b397
11127 F:      drivers/hwmon/smsc47b397.c
11128
11129 SMSC911x ETHERNET DRIVER
11130 M:      Steve Glendinning <steve.glendinning@shawell.net>
11131 L:      netdev@vger.kernel.org
11132 S:      Maintained
11133 F:      include/linux/smsc911x.h
11134 F:      drivers/net/ethernet/smsc/smsc911x.*
11135
11136 SMSC9420 PCI ETHERNET DRIVER
11137 M:      Steve Glendinning <steve.glendinning@shawell.net>
11138 L:      netdev@vger.kernel.org
11139 S:      Maintained
11140 F:      drivers/net/ethernet/smsc/smsc9420.*
11141
11142 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11143 M:      Steve Glendinning <steve.glendinning@shawell.net>
11144 L:      linux-fbdev@vger.kernel.org
11145 S:      Maintained
11146 F:      drivers/video/fbdev/smscufx.c
11147
11148 SOC-CAMERA V4L2 SUBSYSTEM
11149 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11150 L:      linux-media@vger.kernel.org
11151 T:      git git://linuxtv.org/media_tree.git
11152 S:      Maintained
11153 F:      include/media/soc*
11154 F:      drivers/media/i2c/soc_camera/
11155 F:      drivers/media/platform/soc_camera/
11156
11157 SOEKRIS NET48XX LED SUPPORT
11158 M:      Chris Boot <bootc@bootc.net>
11159 S:      Maintained
11160 F:      drivers/leds/leds-net48xx.c
11161
11162 SOFTLOGIC 6x10 MPEG CODEC
11163 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11164 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11165 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
11166 M:      Ismael Luceno <ismael@iodev.co.uk>
11167 L:      linux-media@vger.kernel.org
11168 S:      Supported
11169 F:      drivers/media/pci/solo6x10/
11170
11171 SOFTWARE RAID (Multiple Disks) SUPPORT
11172 M:      Shaohua Li <shli@kernel.org>
11173 L:      linux-raid@vger.kernel.org
11174 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11175 S:      Supported
11176 F:      drivers/md/
11177 F:      include/linux/raid/
11178 F:      include/uapi/linux/raid/
11179
11180 SONIC NETWORK DRIVER
11181 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11182 L:      netdev@vger.kernel.org
11183 S:      Maintained
11184 F:      drivers/net/ethernet/natsemi/sonic.*
11185
11186 SONICS SILICON BACKPLANE DRIVER (SSB)
11187 M:      Michael Buesch <m@bues.ch>
11188 L:      linux-wireless@vger.kernel.org
11189 S:      Maintained
11190 F:      drivers/ssb/
11191 F:      include/linux/ssb/
11192
11193 SONY VAIO CONTROL DEVICE DRIVER
11194 M:      Mattia Dongili <malattia@linux.it>
11195 L:      platform-driver-x86@vger.kernel.org
11196 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11197 S:      Maintained
11198 F:      Documentation/laptops/sony-laptop.txt
11199 F:      drivers/char/sonypi.c
11200 F:      drivers/platform/x86/sony-laptop.c
11201 F:      include/linux/sony-laptop.h
11202
11203 SONY MEMORYSTICK CARD SUPPORT
11204 M:      Alex Dubov <oakad@yahoo.com>
11205 W:      http://tifmxx.berlios.de/
11206 S:      Maintained
11207 F:      drivers/memstick/host/tifm_ms.c
11208
11209 SONY MEMORYSTICK STANDARD SUPPORT
11210 M:      Maxim Levitsky <maximlevitsky@gmail.com>
11211 S:      Maintained
11212 F:      drivers/memstick/core/ms_block.*
11213
11214 SOUND
11215 M:      Jaroslav Kysela <perex@perex.cz>
11216 M:      Takashi Iwai <tiwai@suse.com>
11217 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11218 W:      http://www.alsa-project.org/
11219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11220 T:      git git://git.alsa-project.org/alsa-kernel.git
11221 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
11222 S:      Maintained
11223 F:      Documentation/sound/
11224 F:      include/sound/
11225 F:      include/uapi/sound/
11226 F:      sound/
11227
11228 SOUND - COMPRESSED AUDIO
11229 M:      Vinod Koul <vinod.koul@intel.com>
11230 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11231 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11232 S:      Supported
11233 F:      Documentation/sound/alsa/compress_offload.txt
11234 F:      include/sound/compress_driver.h
11235 F:      include/uapi/sound/compress_*
11236 F:      sound/core/compress_offload.c
11237 F:      sound/soc/soc-compress.c
11238
11239 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11240 M:      Liam Girdwood <lgirdwood@gmail.com>
11241 M:      Mark Brown <broonie@kernel.org>
11242 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11243 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11244 W:      http://alsa-project.org/main/index.php/ASoC
11245 S:      Supported
11246 F:      Documentation/devicetree/bindings/sound/
11247 F:      Documentation/sound/alsa/soc/
11248 F:      sound/soc/
11249 F:      include/sound/soc*
11250
11251 SOUND - DMAENGINE HELPERS
11252 M:      Lars-Peter Clausen <lars@metafoo.de>
11253 S:      Supported
11254 F:      include/sound/dmaengine_pcm.h
11255 F:      sound/core/pcm_dmaengine.c
11256 F:      sound/soc/soc-generic-dmaengine-pcm.c
11257
11258 SP2 MEDIA DRIVER
11259 M:      Olli Salonen <olli.salonen@iki.fi>
11260 L:      linux-media@vger.kernel.org
11261 W:      https://linuxtv.org
11262 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11263 S:      Maintained
11264 F:      drivers/media/dvb-frontends/sp2*
11265
11266 SPARC + UltraSPARC (sparc/sparc64)
11267 M:      "David S. Miller" <davem@davemloft.net>
11268 L:      sparclinux@vger.kernel.org
11269 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
11270 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11271 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11272 S:      Maintained
11273 F:      arch/sparc/
11274 F:      drivers/sbus/
11275
11276 SPARC SERIAL DRIVERS
11277 M:      "David S. Miller" <davem@davemloft.net>
11278 L:      sparclinux@vger.kernel.org
11279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11281 S:      Maintained
11282 F:      include/linux/sunserialcore.h
11283 F:      drivers/tty/serial/suncore.c
11284 F:      drivers/tty/serial/sunhv.c
11285 F:      drivers/tty/serial/sunsab.c
11286 F:      drivers/tty/serial/sunsab.h
11287 F:      drivers/tty/serial/sunsu.c
11288 F:      drivers/tty/serial/sunzilog.c
11289 F:      drivers/tty/serial/sunzilog.h
11290
11291 SPARSE CHECKER
11292 M:      "Christopher Li" <sparse@chrisli.org>
11293 L:      linux-sparse@vger.kernel.org
11294 W:      https://sparse.wiki.kernel.org/
11295 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11296 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11297 S:      Maintained
11298 F:      include/linux/compiler.h
11299
11300 SPEAR PLATFORM SUPPORT
11301 M:      Viresh Kumar <vireshk@kernel.org>
11302 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11303 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11304 W:      http://www.st.com/spear
11305 S:      Maintained
11306 F:      arch/arm/boot/dts/spear*
11307 F:      arch/arm/mach-spear/
11308
11309 SPEAR CLOCK FRAMEWORK SUPPORT
11310 M:      Viresh Kumar <vireshk@kernel.org>
11311 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11312 W:      http://www.st.com/spear
11313 S:      Maintained
11314 F:      drivers/clk/spear/
11315
11316 SPI SUBSYSTEM
11317 M:      Mark Brown <broonie@kernel.org>
11318 L:      linux-spi@vger.kernel.org
11319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11320 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
11321 S:      Maintained
11322 F:      Documentation/devicetree/bindings/spi/
11323 F:      Documentation/spi/
11324 F:      drivers/spi/
11325 F:      include/linux/spi/
11326 F:      include/uapi/linux/spi/
11327 F:      tools/spi/
11328
11329 SPIDERNET NETWORK DRIVER for CELL
11330 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
11331 L:      netdev@vger.kernel.org
11332 S:      Supported
11333 F:      Documentation/networking/spider_net.txt
11334 F:      drivers/net/ethernet/toshiba/spider_net*
11335
11336 SPU FILE SYSTEM
11337 M:      Jeremy Kerr <jk@ozlabs.org>
11338 L:      linuxppc-dev@lists.ozlabs.org
11339 W:      http://www.ibm.com/developerworks/power/cell/
11340 S:      Supported
11341 F:      Documentation/filesystems/spufs.txt
11342 F:      arch/powerpc/platforms/cell/spufs/
11343
11344 SQUASHFS FILE SYSTEM
11345 M:      Phillip Lougher <phillip@squashfs.org.uk>
11346 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
11347 W:      http://squashfs.org.uk
11348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11349 S:      Maintained
11350 F:      Documentation/filesystems/squashfs.txt
11351 F:      fs/squashfs/
11352
11353 SRM (Alpha) environment access
11354 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
11355 S:      Maintained
11356 F:      arch/alpha/kernel/srm_env.c
11357
11358 STABLE BRANCH
11359 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11360 L:      stable@vger.kernel.org
11361 S:      Supported
11362 F:      Documentation/stable_kernel_rules.txt
11363
11364 STAGING SUBSYSTEM
11365 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11367 L:      devel@driverdev.osuosl.org
11368 S:      Supported
11369 F:      drivers/staging/
11370
11371 STAGING - COMEDI
11372 M:      Ian Abbott <abbotti@mev.co.uk>
11373 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
11374 S:      Odd Fixes
11375 F:      drivers/staging/comedi/
11376
11377 STAGING - FLARION FT1000 DRIVERS
11378 M:      Marek Belisko <marek.belisko@gmail.com>
11379 S:      Odd Fixes
11380 F:      drivers/staging/ft1000/
11381
11382 STAGING - INDUSTRIAL IO
11383 M:      Jonathan Cameron <jic23@kernel.org>
11384 L:      linux-iio@vger.kernel.org
11385 S:      Odd Fixes
11386 F:      Documentation/devicetree/bindings/staging/iio/
11387 F:      drivers/staging/iio/
11388
11389 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11390 M:      Jarod Wilson <jarod@wilsonet.com>
11391 W:      http://www.lirc.org/
11392 S:      Odd Fixes
11393 F:      drivers/staging/media/lirc/
11394
11395 STAGING - LUSTRE PARALLEL FILESYSTEM
11396 M:      Oleg Drokin <oleg.drokin@intel.com>
11397 M:      Andreas Dilger <andreas.dilger@intel.com>
11398 M:      James Simmons <jsimmons@infradead.org>
11399 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
11400 W:      http://wiki.lustre.org/
11401 S:      Maintained
11402 F:      drivers/staging/lustre
11403
11404 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11405 M:      Marc Dietrich <marvin24@gmx.de>
11406 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
11407 L:      linux-tegra@vger.kernel.org
11408 S:      Maintained
11409 F:      drivers/staging/nvec/
11410
11411 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11412 M:      Jens Frederich <jfrederich@gmail.com>
11413 M:      Daniel Drake <dsd@laptop.org>
11414 M:      Jon Nettleton <jon.nettleton@gmail.com>
11415 W:      http://wiki.laptop.org/go/DCON
11416 S:      Maintained
11417 F:      drivers/staging/olpc_dcon/
11418
11419 STAGING - REALTEK RTL8712U DRIVERS
11420 M:      Larry Finger <Larry.Finger@lwfinger.net>
11421 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11422 S:      Odd Fixes
11423 F:      drivers/staging/rtl8712/
11424
11425 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11426 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11427 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11428 M:      Sudip Mukherjee <sudip@vectorindia.org>
11429 L:      linux-fbdev@vger.kernel.org
11430 S:      Maintained
11431 F:      drivers/staging/sm750fb/
11432
11433 STAGING - SLICOSS
11434 M:      Lior Dotan <liodot@gmail.com>
11435 M:      Christopher Harrer <charrer@alacritech.com>
11436 S:      Odd Fixes
11437 F:      drivers/staging/slicoss/
11438
11439 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11440 M:      William Hubbs <w.d.hubbs@gmail.com>
11441 M:      Chris Brannon <chris@the-brannons.com>
11442 M:      Kirk Reiser <kirk@reisers.ca>
11443 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
11444 L:      speakup@linux-speakup.org
11445 W:      http://www.linux-speakup.org/
11446 S:      Odd Fixes
11447 F:      drivers/staging/speakup/
11448
11449 STAGING - VIA VT665X DRIVERS
11450 M:      Forest Bond <forest@alittletooquiet.net>
11451 S:      Odd Fixes
11452 F:      drivers/staging/vt665?/
11453
11454 STAGING - WILC1000 WIFI DRIVER
11455 M:      Aditya Shankar <aditya.shankar@microchip.com>
11456 M:      Ganesh Krishna <ganesh.krishna@microchip.com>
11457 L:      linux-wireless@vger.kernel.org
11458 S:      Supported
11459 F:      drivers/staging/wilc1000/
11460
11461 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11462 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
11463 S:      Odd Fixes
11464 F:      drivers/staging/xgifb/
11465
11466 STARFIRE/DURALAN NETWORK DRIVER
11467 M:      Ion Badulescu <ionut@badula.org>
11468 S:      Odd Fixes
11469 F:      drivers/net/ethernet/adaptec/starfire*
11470
11471 SUN3/3X
11472 M:      Sam Creasey <sammy@sammy.net>
11473 W:      http://sammy.net/sun3/
11474 S:      Maintained
11475 F:      arch/m68k/kernel/*sun3*
11476 F:      arch/m68k/sun3*/
11477 F:      arch/m68k/include/asm/sun3*
11478 F:      drivers/net/ethernet/i825xx/sun3*
11479
11480 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11481 M:      Hans de Goede <hdegoede@redhat.com>
11482 L:      linux-input@vger.kernel.org
11483 S:      Maintained
11484 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11485 F:      drivers/input/keyboard/sun4i-lradc-keys.c
11486
11487 SUNDANCE NETWORK DRIVER
11488 M:      Denis Kirjanov <kda@linux-powerpc.org>
11489 L:      netdev@vger.kernel.org
11490 S:      Maintained
11491 F:      drivers/net/ethernet/dlink/sundance.c
11492
11493 SUPERH
11494 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
11495 M:      Rich Felker <dalias@libc.org>
11496 L:      linux-sh@vger.kernel.org
11497 Q:      http://patchwork.kernel.org/project/linux-sh/list/
11498 S:      Maintained
11499 F:      Documentation/sh/
11500 F:      arch/sh/
11501 F:      drivers/sh/
11502
11503 SUSPEND TO RAM
11504 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
11505 M:      Len Brown <len.brown@intel.com>
11506 M:      Pavel Machek <pavel@ucw.cz>
11507 L:      linux-pm@vger.kernel.org
11508 S:      Supported
11509 F:      Documentation/power/
11510 F:      arch/x86/kernel/acpi/
11511 F:      drivers/base/power/
11512 F:      kernel/power/
11513 F:      include/linux/suspend.h
11514 F:      include/linux/freezer.h
11515 F:      include/linux/pm.h
11516
11517 SVGA HANDLING
11518 M:      Martin Mares <mj@ucw.cz>
11519 L:      linux-video@atrey.karlin.mff.cuni.cz
11520 S:      Maintained
11521 F:      Documentation/svga.txt
11522 F:      arch/x86/boot/video*
11523
11524 SWIOTLB SUBSYSTEM
11525 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11526 L:      linux-kernel@vger.kernel.org
11527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11528 S:      Supported
11529 F:      lib/swiotlb.c
11530 F:      arch/*/kernel/pci-swiotlb.c
11531 F:      include/linux/swiotlb.h
11532
11533 SWITCHDEV
11534 M:      Jiri Pirko <jiri@resnulli.us>
11535 L:      netdev@vger.kernel.org
11536 S:      Supported
11537 F:      net/switchdev/
11538 F:      include/net/switchdev.h
11539
11540 SYNOPSYS ARC ARCHITECTURE
11541 M:      Vineet Gupta <vgupta@synopsys.com>
11542 L:      linux-snps-arc@lists.infradead.org
11543 S:      Supported
11544 F:      arch/arc/
11545 F:      Documentation/devicetree/bindings/arc/*
11546 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11547 F:      drivers/tty/serial/arc_uart.c
11548 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11549
11550 SYNOPSYS ARC SDP platform support
11551 M:      Alexey Brodkin <abrodkin@synopsys.com>
11552 S:      Supported
11553 F:      arch/arc/plat-axs10x
11554 F:      arch/arc/boot/dts/ax*
11555 F:      Documentation/devicetree/bindings/arc/axs10*
11556
11557 SYSTEM CONFIGURATION (SYSCON)
11558 M:      Lee Jones <lee.jones@linaro.org>
11559 M:      Arnd Bergmann <arnd@arndb.de>
11560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11561 S:      Supported
11562 F:      drivers/mfd/syscon.c
11563
11564 SYSTEM RESET/SHUTDOWN DRIVERS
11565 M:      Sebastian Reichel <sre@kernel.org>
11566 L:      linux-pm@vger.kernel.org
11567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
11568 S:      Maintained
11569 F:      Documentation/devicetree/bindings/power/reset/
11570 F:      drivers/power/reset/
11571
11572 SYSV FILESYSTEM
11573 M:      Christoph Hellwig <hch@infradead.org>
11574 S:      Maintained
11575 F:      Documentation/filesystems/sysv-fs.txt
11576 F:      fs/sysv/
11577 F:      include/linux/sysv_fs.h
11578
11579 TARGET SUBSYSTEM
11580 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11581 L:      linux-scsi@vger.kernel.org
11582 L:      target-devel@vger.kernel.org
11583 W:      http://www.linux-iscsi.org
11584 W:      http://groups.google.com/group/linux-iscsi-target-dev
11585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11586 S:      Supported
11587 F:      drivers/target/
11588 F:      include/target/
11589 F:      Documentation/target/
11590
11591 TASKSTATS STATISTICS INTERFACE
11592 M:      Balbir Singh <bsingharora@gmail.com>
11593 S:      Maintained
11594 F:      Documentation/accounting/taskstats*
11595 F:      include/linux/taskstats*
11596 F:      kernel/taskstats.c
11597
11598 TC CLASSIFIER
11599 M:      Jamal Hadi Salim <jhs@mojatatu.com>
11600 L:      netdev@vger.kernel.org
11601 S:      Maintained
11602 F:      include/net/pkt_cls.h
11603 F:      include/uapi/linux/pkt_cls.h
11604 F:      net/sched/
11605
11606 TCP LOW PRIORITY MODULE
11607 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11608 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11609 W:      http://tcp-lp-mod.sourceforge.net/
11610 S:      Maintained
11611 F:      net/ipv4/tcp_lp.c
11612
11613 TDA10071 MEDIA DRIVER
11614 M:      Antti Palosaari <crope@iki.fi>
11615 L:      linux-media@vger.kernel.org
11616 W:      https://linuxtv.org
11617 W:      http://palosaari.fi/linux/
11618 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11619 T:      git git://linuxtv.org/anttip/media_tree.git
11620 S:      Maintained
11621 F:      drivers/media/dvb-frontends/tda10071*
11622
11623 TDA18212 MEDIA DRIVER
11624 M:      Antti Palosaari <crope@iki.fi>
11625 L:      linux-media@vger.kernel.org
11626 W:      https://linuxtv.org
11627 W:      http://palosaari.fi/linux/
11628 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11629 T:      git git://linuxtv.org/anttip/media_tree.git
11630 S:      Maintained
11631 F:      drivers/media/tuners/tda18212*
11632
11633 TDA18218 MEDIA DRIVER
11634 M:      Antti Palosaari <crope@iki.fi>
11635 L:      linux-media@vger.kernel.org
11636 W:      https://linuxtv.org
11637 W:      http://palosaari.fi/linux/
11638 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11639 T:      git git://linuxtv.org/anttip/media_tree.git
11640 S:      Maintained
11641 F:      drivers/media/tuners/tda18218*
11642
11643 TDA18271 MEDIA DRIVER
11644 M:      Michael Krufky <mkrufky@linuxtv.org>
11645 L:      linux-media@vger.kernel.org
11646 W:      https://linuxtv.org
11647 W:      http://github.com/mkrufky
11648 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11649 T:      git git://linuxtv.org/mkrufky/tuners.git
11650 S:      Maintained
11651 F:      drivers/media/tuners/tda18271*
11652
11653 TDA827x MEDIA DRIVER
11654 M:      Michael Krufky <mkrufky@linuxtv.org>
11655 L:      linux-media@vger.kernel.org
11656 W:      https://linuxtv.org
11657 W:      http://github.com/mkrufky
11658 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11659 T:      git git://linuxtv.org/mkrufky/tuners.git
11660 S:      Maintained
11661 F:      drivers/media/tuners/tda8290.*
11662
11663 TDA8290 MEDIA DRIVER
11664 M:      Michael Krufky <mkrufky@linuxtv.org>
11665 L:      linux-media@vger.kernel.org
11666 W:      https://linuxtv.org
11667 W:      http://github.com/mkrufky
11668 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11669 T:      git git://linuxtv.org/mkrufky/tuners.git
11670 S:      Maintained
11671 F:      drivers/media/tuners/tda8290.*
11672
11673 TDA9840 MEDIA DRIVER
11674 M:      Hans Verkuil <hverkuil@xs4all.nl>
11675 L:      linux-media@vger.kernel.org
11676 T:      git git://linuxtv.org/media_tree.git
11677 W:      https://linuxtv.org
11678 S:      Maintained
11679 F:      drivers/media/i2c/tda9840*
11680
11681 TEA5761 TUNER DRIVER
11682 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11683 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11684 L:      linux-media@vger.kernel.org
11685 W:      https://linuxtv.org
11686 T:      git git://linuxtv.org/media_tree.git
11687 S:      Odd fixes
11688 F:      drivers/media/tuners/tea5761.*
11689
11690 TEA5767 TUNER DRIVER
11691 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11692 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11693 L:      linux-media@vger.kernel.org
11694 W:      https://linuxtv.org
11695 T:      git git://linuxtv.org/media_tree.git
11696 S:      Maintained
11697 F:      drivers/media/tuners/tea5767.*
11698
11699 TEA6415C 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/tea6415c*
11706
11707 TEA6420 MEDIA DRIVER
11708 M:      Hans Verkuil <hverkuil@xs4all.nl>
11709 L:      linux-media@vger.kernel.org
11710 T:      git git://linuxtv.org/media_tree.git
11711 W:      https://linuxtv.org
11712 S:      Maintained
11713 F:      drivers/media/i2c/tea6420*
11714
11715 TEAM DRIVER
11716 M:      Jiri Pirko <jiri@resnulli.us>
11717 L:      netdev@vger.kernel.org
11718 S:      Supported
11719 F:      drivers/net/team/
11720 F:      include/linux/if_team.h
11721 F:      include/uapi/linux/if_team.h
11722
11723 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11724 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11725 S:      Maintained
11726 F:      arch/x86/platform/ts5500/
11727
11728 TECHNOTREND USB IR RECEIVER
11729 M:      Sean Young <sean@mess.org>
11730 L:      linux-media@vger.kernel.org
11731 S:      Maintained
11732 F:      drivers/media/rc/ttusbir.c
11733
11734 TEGRA ARCHITECTURE SUPPORT
11735 M:      Stephen Warren <swarren@wwwdotorg.org>
11736 M:      Thierry Reding <thierry.reding@gmail.com>
11737 M:      Alexandre Courbot <gnurou@gmail.com>
11738 L:      linux-tegra@vger.kernel.org
11739 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
11740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11741 S:      Supported
11742 N:      [^a-z]tegra
11743
11744 TEGRA CLOCK DRIVER
11745 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
11746 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
11747 S:      Supported
11748 F:      drivers/clk/tegra/
11749
11750 TEGRA DMA DRIVERS
11751 M:      Laxman Dewangan <ldewangan@nvidia.com>
11752 M:      Jon Hunter <jonathanh@nvidia.com>
11753 S:      Supported
11754 F:      drivers/dma/tegra*
11755
11756 TEGRA I2C DRIVER
11757 M:      Laxman Dewangan <ldewangan@nvidia.com>
11758 S:      Supported
11759 F:      drivers/i2c/busses/i2c-tegra.c
11760
11761 TEGRA IOMMU DRIVERS
11762 M:      Hiroshi Doyu <hdoyu@nvidia.com>
11763 S:      Supported
11764 F:      drivers/iommu/tegra*
11765
11766 TEGRA KBC DRIVER
11767 M:      Rakesh Iyer <riyer@nvidia.com>
11768 M:      Laxman Dewangan <ldewangan@nvidia.com>
11769 S:      Supported
11770 F:      drivers/input/keyboard/tegra-kbc.c
11771
11772 TEGRA PWM DRIVER
11773 M:      Thierry Reding <thierry.reding@gmail.com>
11774 S:      Supported
11775 F:      drivers/pwm/pwm-tegra.c
11776
11777 TEGRA SERIAL DRIVER
11778 M:      Laxman Dewangan <ldewangan@nvidia.com>
11779 S:      Supported
11780 F:      drivers/tty/serial/serial-tegra.c
11781
11782 TEGRA SPI DRIVER
11783 M:      Laxman Dewangan <ldewangan@nvidia.com>
11784 S:      Supported
11785 F:      drivers/spi/spi-tegra*
11786
11787 TEHUTI ETHERNET DRIVER
11788 M:      Andy Gospodarek <andy@greyhouse.net>
11789 L:      netdev@vger.kernel.org
11790 S:      Supported
11791 F:      drivers/net/ethernet/tehuti/*
11792
11793 Telecom Clock Driver for MCPL0010
11794 M:      Mark Gross <mark.gross@intel.com>
11795 S:      Supported
11796 F:      drivers/char/tlclk.c
11797
11798 TENSILICA XTENSA PORT (xtensa)
11799 M:      Chris Zankel <chris@zankel.net>
11800 M:      Max Filippov <jcmvbkbc@gmail.com>
11801 L:      linux-xtensa@linux-xtensa.org
11802 T:      git git://github.com/czankel/xtensa-linux.git
11803 S:      Maintained
11804 F:      arch/xtensa/
11805 F:      drivers/irqchip/irq-xtensa-*
11806
11807 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11808 M:      Hans Verkuil <hverkuil@xs4all.nl>
11809 L:      linux-media@vger.kernel.org
11810 T:      git git://linuxtv.org/media_tree.git
11811 W:      https://linuxtv.org
11812 S:      Maintained
11813 F:      drivers/media/radio/radio-raremono.c
11814
11815 THERMAL
11816 M:      Zhang Rui <rui.zhang@intel.com>
11817 M:      Eduardo Valentin <edubezval@gmail.com>
11818 L:      linux-pm@vger.kernel.org
11819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11820 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11821 Q:      https://patchwork.kernel.org/project/linux-pm/list/
11822 S:      Supported
11823 F:      drivers/thermal/
11824 F:      include/linux/thermal.h
11825 F:      include/uapi/linux/thermal.h
11826 F:      include/linux/cpu_cooling.h
11827 F:      Documentation/devicetree/bindings/thermal/
11828
11829 THERMAL/CPU_COOLING
11830 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
11831 M:      Viresh Kumar <viresh.kumar@linaro.org>
11832 M:      Javi Merino <javi.merino@kernel.org>
11833 L:      linux-pm@vger.kernel.org
11834 S:      Supported
11835 F:      Documentation/thermal/cpu-cooling-api.txt
11836 F:      drivers/thermal/cpu_cooling.c
11837 F:      include/linux/cpu_cooling.h
11838
11839 THINKPAD ACPI EXTRAS DRIVER
11840 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11841 L:      ibm-acpi-devel@lists.sourceforge.net
11842 L:      platform-driver-x86@vger.kernel.org
11843 W:      http://ibm-acpi.sourceforge.net
11844 W:      http://thinkwiki.org/wiki/Ibm-acpi
11845 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11846 S:      Maintained
11847 F:      drivers/platform/x86/thinkpad_acpi.c
11848
11849 TI BANDGAP AND THERMAL DRIVER
11850 M:      Eduardo Valentin <edubezval@gmail.com>
11851 M:      Keerthy <j-keerthy@ti.com>
11852 L:      linux-pm@vger.kernel.org
11853 L:      linux-omap@vger.kernel.org
11854 S:      Maintained
11855 F:      drivers/thermal/ti-soc-thermal/
11856
11857 TI VPE/CAL DRIVERS
11858 M:      Benoit Parrot <bparrot@ti.com>
11859 L:      linux-media@vger.kernel.org
11860 W:      http://linuxtv.org/
11861 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11862 S:      Maintained
11863 F:      drivers/media/platform/ti-vpe/
11864
11865 TI CDCE706 CLOCK DRIVER
11866 M:      Max Filippov <jcmvbkbc@gmail.com>
11867 S:      Maintained
11868 F:      drivers/clk/clk-cdce706.c
11869
11870 TI CLOCK DRIVER
11871 M:      Tero Kristo <t-kristo@ti.com>
11872 L:      linux-omap@vger.kernel.org
11873 S:      Maintained
11874 F:      drivers/clk/ti/
11875 F:      include/linux/clk/ti.h
11876
11877 TI ETHERNET SWITCH DRIVER (CPSW)
11878 M:      Mugunthan V N <mugunthanvnm@ti.com>
11879 R:      Grygorii Strashko <grygorii.strashko@ti.com>
11880 L:      linux-omap@vger.kernel.org
11881 L:      netdev@vger.kernel.org
11882 S:      Maintained
11883 F:      drivers/net/ethernet/ti/cpsw*
11884 F:      drivers/net/ethernet/ti/davinci*
11885
11886 TI FLASH MEDIA INTERFACE DRIVER
11887 M:      Alex Dubov <oakad@yahoo.com>
11888 S:      Maintained
11889 F:      drivers/misc/tifm*
11890 F:      drivers/mmc/host/tifm_sd.c
11891 F:      include/linux/tifm.h
11892
11893 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11894 M:      Santosh Shilimkar <ssantosh@kernel.org>
11895 L:      linux-kernel@vger.kernel.org
11896 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11897 S:      Maintained
11898 F:      drivers/soc/ti/*
11899 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11900
11901
11902 TI LM49xxx FAMILY ASoC CODEC DRIVERS
11903 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
11904 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
11905 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11906 S:      Maintained
11907 F:      sound/soc/codecs/lm49453*
11908 F:      sound/soc/codecs/isabelle*
11909
11910 TI LP855x BACKLIGHT DRIVER
11911 M:      Milo Kim <milo.kim@ti.com>
11912 S:      Maintained
11913 F:      Documentation/backlight/lp855x-driver.txt
11914 F:      drivers/video/backlight/lp855x_bl.c
11915 F:      include/linux/platform_data/lp855x.h
11916
11917 TI LP8727 CHARGER DRIVER
11918 M:      Milo Kim <milo.kim@ti.com>
11919 S:      Maintained
11920 F:      drivers/power/supply/lp8727_charger.c
11921 F:      include/linux/platform_data/lp8727.h
11922
11923 TI LP8788 MFD DRIVER
11924 M:      Milo Kim <milo.kim@ti.com>
11925 S:      Maintained
11926 F:      drivers/iio/adc/lp8788_adc.c
11927 F:      drivers/leds/leds-lp8788.c
11928 F:      drivers/mfd/lp8788*.c
11929 F:      drivers/power/supply/lp8788-charger.c
11930 F:      drivers/regulator/lp8788-*.c
11931 F:      include/linux/mfd/lp8788*.h
11932
11933 TI NETCP ETHERNET DRIVER
11934 M:      Wingman Kwok <w-kwok2@ti.com>
11935 M:      Murali Karicheri <m-karicheri2@ti.com>
11936 L:      netdev@vger.kernel.org
11937 S:      Maintained
11938 F:      drivers/net/ethernet/ti/netcp*
11939
11940 TI TAS571X FAMILY ASoC CODEC DRIVER
11941 M:      Kevin Cernekee <cernekee@chromium.org>
11942 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11943 S:      Odd Fixes
11944 F:      sound/soc/codecs/tas571x*
11945
11946 TI TWL4030 SERIES SOC CODEC DRIVER
11947 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
11948 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11949 S:      Maintained
11950 F:      sound/soc/codecs/twl4030*
11951
11952 TI WILINK WIRELESS DRIVERS
11953 L:      linux-wireless@vger.kernel.org
11954 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
11955 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
11956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11957 S:      Orphan
11958 F:      drivers/net/wireless/ti/
11959 F:      include/linux/wl12xx.h
11960
11961 TIPC NETWORK LAYER
11962 M:      Jon Maloy <jon.maloy@ericsson.com>
11963 M:      Ying Xue <ying.xue@windriver.com>
11964 L:      netdev@vger.kernel.org (core kernel code)
11965 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11966 W:      http://tipc.sourceforge.net/
11967 S:      Maintained
11968 F:      include/uapi/linux/tipc*.h
11969 F:      net/tipc/
11970
11971 TILE ARCHITECTURE
11972 M:      Chris Metcalf <cmetcalf@mellanox.com>
11973 W:      http://www.mellanox.com/repository/solutions/tile-scm/
11974 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11975 S:      Supported
11976 F:      arch/tile/
11977 F:      drivers/char/tile-srom.c
11978 F:      drivers/edac/tile_edac.c
11979 F:      drivers/net/ethernet/tile/
11980 F:      drivers/rtc/rtc-tile.c
11981 F:      drivers/tty/hvc/hvc_tile.c
11982 F:      drivers/tty/serial/tilegx.c
11983 F:      drivers/usb/host/*-tilegx.c
11984 F:      include/linux/usb/tilegx.h
11985
11986 TLAN NETWORK DRIVER
11987 M:      Samuel Chessman <chessman@tux.org>
11988 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
11989 W:      http://sourceforge.net/projects/tlan/
11990 S:      Maintained
11991 F:      Documentation/networking/tlan.txt
11992 F:      drivers/net/ethernet/ti/tlan.*
11993
11994 TOMOYO SECURITY MODULE
11995 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
11996 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11997 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11998 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11999 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
12000 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
12001 W:      http://tomoyo.sourceforge.jp/
12002 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12003 S:      Maintained
12004 F:      security/tomoyo/
12005
12006 TOPSTAR LAPTOP EXTRAS DRIVER
12007 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
12008 L:      platform-driver-x86@vger.kernel.org
12009 S:      Maintained
12010 F:      drivers/platform/x86/topstar-laptop.c
12011
12012 TOSHIBA ACPI EXTRAS DRIVER
12013 M:      Azael Avalos <coproscefalo@gmail.com>
12014 L:      platform-driver-x86@vger.kernel.org
12015 S:      Maintained
12016 F:      drivers/platform/x86/toshiba_acpi.c
12017
12018 TOSHIBA BLUETOOTH DRIVER
12019 M:      Azael Avalos <coproscefalo@gmail.com>
12020 L:      platform-driver-x86@vger.kernel.org
12021 S:      Maintained
12022 F:      drivers/platform/x86/toshiba_bluetooth.c
12023
12024 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12025 M:      Azael Avalos <coproscefalo@gmail.com>
12026 L:      platform-driver-x86@vger.kernel.org
12027 S:      Maintained
12028 F:      drivers/platform/x86/toshiba_haps.c
12029
12030 TOSHIBA WMI HOTKEYS DRIVER
12031 M:      Azael Avalos <coproscefalo@gmail.com>
12032 L:      platform-driver-x86@vger.kernel.org
12033 S:      Maintained
12034 F:      drivers/platform/x86/toshiba-wmi.c
12035
12036 TOSHIBA SMM DRIVER
12037 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
12038 W:      http://www.buzzard.org.uk/toshiba/
12039 S:      Maintained
12040 F:      drivers/char/toshiba.c
12041 F:      include/linux/toshiba.h
12042 F:      include/uapi/linux/toshiba.h
12043
12044 TOSHIBA TC358743 DRIVER
12045 M:      Mats Randgaard <matrandg@cisco.com>
12046 L:      linux-media@vger.kernel.org
12047 S:      Maintained
12048 F:      drivers/media/i2c/tc358743*
12049 F:      include/media/i2c/tc358743.h
12050
12051 TMIO/SDHI MMC DRIVER
12052 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
12053 L:      linux-mmc@vger.kernel.org
12054 S:      Supported
12055 F:      drivers/mmc/host/tmio_mmc*
12056 F:      drivers/mmc/host/sh_mobile_sdhi.c
12057 F:      include/linux/mfd/tmio.h
12058
12059 TMP401 HARDWARE MONITOR DRIVER
12060 M:      Guenter Roeck <linux@roeck-us.net>
12061 L:      linux-hwmon@vger.kernel.org
12062 S:      Maintained
12063 F:      Documentation/hwmon/tmp401
12064 F:      drivers/hwmon/tmp401.c
12065
12066 TMPFS (SHMEM FILESYSTEM)
12067 M:      Hugh Dickins <hughd@google.com>
12068 L:      linux-mm@kvack.org
12069 S:      Maintained
12070 F:      include/linux/shmem_fs.h
12071 F:      mm/shmem.c
12072
12073 TM6000 VIDEO4LINUX DRIVER
12074 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12075 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12076 L:      linux-media@vger.kernel.org
12077 W:      https://linuxtv.org
12078 T:      git git://linuxtv.org/media_tree.git
12079 S:      Odd fixes
12080 F:      drivers/media/usb/tm6000/
12081
12082 TW68 VIDEO4LINUX DRIVER
12083 M:      Hans Verkuil <hverkuil@xs4all.nl>
12084 L:      linux-media@vger.kernel.org
12085 T:      git git://linuxtv.org/media_tree.git
12086 W:      https://linuxtv.org
12087 S:      Odd Fixes
12088 F:      drivers/media/pci/tw68/
12089
12090 TW686X VIDEO4LINUX DRIVER
12091 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12092 L:      linux-media@vger.kernel.org
12093 T:      git git://linuxtv.org/media_tree.git
12094 W:      http://linuxtv.org
12095 S:      Maintained
12096 F:      drivers/media/pci/tw686x/
12097
12098 TPM DEVICE DRIVER
12099 M:      Peter Huewe <peterhuewe@gmx.de>
12100 M:      Marcel Selhorst <tpmdd@selhorst.net>
12101 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
12102 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
12103 W:      http://tpmdd.sourceforge.net
12104 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12105 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
12106 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
12107 S:      Maintained
12108 F:      drivers/char/tpm/
12109
12110 TPM IBM_VTPM DEVICE DRIVER
12111 M:      Ashley Lai <ashleydlai@gmail.com>
12112 W:      http://tpmdd.sourceforge.net
12113 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12114 S:      Maintained
12115 F:      drivers/char/tpm/tpm_ibmvtpm*
12116
12117 TRACING
12118 M:      Steven Rostedt <rostedt@goodmis.org>
12119 M:      Ingo Molnar <mingo@redhat.com>
12120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12121 S:      Maintained
12122 F:      Documentation/trace/ftrace.txt
12123 F:      arch/*/*/*/ftrace.h
12124 F:      arch/*/kernel/ftrace.c
12125 F:      include/*/ftrace.h
12126 F:      include/linux/trace*.h
12127 F:      include/trace/
12128 F:      kernel/trace/
12129 F:      tools/testing/selftests/ftrace/
12130
12131 TRACING MMIO ACCESSES (MMIOTRACE)
12132 M:      Steven Rostedt <rostedt@goodmis.org>
12133 M:      Ingo Molnar <mingo@kernel.org>
12134 R:      Karol Herbst <karolherbst@gmail.com>
12135 R:      Pekka Paalanen <ppaalanen@gmail.com>
12136 S:      Maintained
12137 L:      linux-kernel@vger.kernel.org
12138 L:      nouveau@lists.freedesktop.org
12139 F:      kernel/trace/trace_mmiotrace.c
12140 F:      include/linux/mmiotrace.h
12141 F:      arch/x86/mm/kmmio.c
12142 F:      arch/x86/mm/mmio-mod.c
12143 F:      arch/x86/mm/testmmiotrace.c
12144
12145 TRIVIAL PATCHES
12146 M:      Jiri Kosina <trivial@kernel.org>
12147 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12148 S:      Maintained
12149 K:      ^Subject:.*(?i)trivial
12150
12151 TTY LAYER
12152 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12153 M:      Jiri Slaby <jslaby@suse.com>
12154 S:      Supported
12155 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12156 F:      Documentation/serial/
12157 F:      drivers/tty/
12158 F:      drivers/tty/serial/serial_core.c
12159 F:      include/linux/serial_core.h
12160 F:      include/linux/serial.h
12161 F:      include/linux/tty.h
12162 F:      include/uapi/linux/serial_core.h
12163 F:      include/uapi/linux/serial.h
12164 F:      include/uapi/linux/tty.h
12165
12166 TUA9001 MEDIA DRIVER
12167 M:      Antti Palosaari <crope@iki.fi>
12168 L:      linux-media@vger.kernel.org
12169 W:      https://linuxtv.org
12170 W:      http://palosaari.fi/linux/
12171 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12172 T:      git git://linuxtv.org/anttip/media_tree.git
12173 S:      Maintained
12174 F:      drivers/media/tuners/tua9001*
12175
12176 TULIP NETWORK DRIVERS
12177 L:      netdev@vger.kernel.org
12178 L:      linux-parisc@vger.kernel.org
12179 S:      Orphan
12180 F:      drivers/net/ethernet/dec/tulip/
12181
12182 TUN/TAP driver
12183 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
12184 W:      http://vtun.sourceforge.net/tun
12185 S:      Maintained
12186 F:      Documentation/networking/tuntap.txt
12187 F:      arch/um/os-Linux/drivers/
12188
12189 TURBOCHANNEL SUBSYSTEM
12190 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12191 M:      Ralf Baechle <ralf@linux-mips.org>
12192 L:      linux-mips@linux-mips.org
12193 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
12194 S:      Maintained
12195 F:      drivers/tc/
12196 F:      include/linux/tc.h
12197
12198 UBI FILE SYSTEM (UBIFS)
12199 M:      Richard Weinberger <richard@nod.at>
12200 M:      Artem Bityutskiy <dedekind1@gmail.com>
12201 M:      Adrian Hunter <adrian.hunter@intel.com>
12202 L:      linux-mtd@lists.infradead.org
12203 T:      git git://git.infradead.org/ubifs-2.6.git
12204 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
12205 S:      Supported
12206 F:      Documentation/filesystems/ubifs.txt
12207 F:      fs/ubifs/
12208
12209 UCLINUX (M68KNOMMU AND COLDFIRE)
12210 M:      Greg Ungerer <gerg@linux-m68k.org>
12211 W:      http://www.linux-m68k.org/
12212 W:      http://www.uclinux.org/
12213 L:      linux-m68k@lists.linux-m68k.org
12214 L:      uclinux-dev@uclinux.org  (subscribers-only)
12215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12216 S:      Maintained
12217 F:      arch/m68k/coldfire/
12218 F:      arch/m68k/68*/
12219 F:      arch/m68k/*/*_no.*
12220 F:      arch/m68k/include/asm/*_no.*
12221
12222 UDF FILESYSTEM
12223 M:      Jan Kara <jack@suse.com>
12224 S:      Maintained
12225 F:      Documentation/filesystems/udf.txt
12226 F:      fs/udf/
12227
12228 UFS FILESYSTEM
12229 M:      Evgeniy Dushistov <dushistov@mail.ru>
12230 S:      Maintained
12231 F:      Documentation/filesystems/ufs.txt
12232 F:      fs/ufs/
12233
12234 UHID USERSPACE HID IO DRIVER:
12235 M:      David Herrmann <dh.herrmann@googlemail.com>
12236 L:      linux-input@vger.kernel.org
12237 S:      Maintained
12238 F:      drivers/hid/uhid.c
12239 F:      include/uapi/linux/uhid.h
12240
12241 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12242 L:      linux-usb@vger.kernel.org
12243 S:      Orphan
12244 F:      drivers/uwb/
12245 F:      include/linux/uwb.h
12246 F:      include/linux/uwb/
12247
12248 UNICORE32 ARCHITECTURE:
12249 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
12250 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
12251 S:      Maintained
12252 T:      git git://github.com/gxt/linux.git
12253 F:      arch/unicore32/
12254
12255 UNIFDEF
12256 M:      Tony Finch <dot@dotat.at>
12257 W:      http://dotat.at/prog/unifdef
12258 S:      Maintained
12259 F:      scripts/unifdef.c
12260
12261 UNIFORM CDROM DRIVER
12262 M:      Jens Axboe <axboe@kernel.dk>
12263 W:      http://www.kernel.dk
12264 S:      Maintained
12265 F:      Documentation/cdrom/
12266 F:      drivers/cdrom/cdrom.c
12267 F:      include/linux/cdrom.h
12268 F:      include/uapi/linux/cdrom.h
12269
12270 UNISYS S-PAR DRIVERS
12271 M:      David Kershner <david.kershner@unisys.com>
12272 L:      sparmaintainer@unisys.com (Unisys internal)
12273 S:      Supported
12274 F:      drivers/staging/unisys/
12275
12276 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12277 M:      Vinayak Holikatti <vinholikatti@gmail.com>
12278 L:      linux-scsi@vger.kernel.org
12279 S:      Supported
12280 F:      Documentation/scsi/ufs.txt
12281 F:      drivers/scsi/ufs/
12282
12283 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12284 M:      Joao Pinto <Joao.Pinto@synopsys.com>
12285 L:      linux-scsi@vger.kernel.org
12286 S:      Supported
12287 F:      drivers/scsi/ufs/*dwc*
12288
12289 UNSORTED BLOCK IMAGES (UBI)
12290 M:      Artem Bityutskiy <dedekind1@gmail.com>
12291 M:      Richard Weinberger <richard@nod.at>
12292 W:      http://www.linux-mtd.infradead.org/
12293 L:      linux-mtd@lists.infradead.org
12294 T:      git git://git.infradead.org/ubifs-2.6.git
12295 S:      Supported
12296 F:      drivers/mtd/ubi/
12297 F:      include/linux/mtd/ubi.h
12298 F:      include/uapi/mtd/ubi-user.h
12299
12300 USB ACM DRIVER
12301 M:      Oliver Neukum <oneukum@suse.com>
12302 L:      linux-usb@vger.kernel.org
12303 S:      Maintained
12304 F:      Documentation/usb/acm.txt
12305 F:      drivers/usb/class/cdc-acm.*
12306
12307 USB AR5523 WIRELESS DRIVER
12308 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
12309 L:      linux-wireless@vger.kernel.org
12310 S:      Maintained
12311 F:      drivers/net/wireless/ath/ar5523/
12312
12313 USB ATTACHED SCSI
12314 M:      Oliver Neukum <oneukum@suse.com>
12315 L:      linux-usb@vger.kernel.org
12316 L:      linux-scsi@vger.kernel.org
12317 S:      Maintained
12318 F:      drivers/usb/storage/uas.c
12319
12320 USB CDC ETHERNET DRIVER
12321 M:      Oliver Neukum <oliver@neukum.org>
12322 L:      linux-usb@vger.kernel.org
12323 S:      Maintained
12324 F:      drivers/net/usb/cdc_*.c
12325 F:      include/uapi/linux/usb/cdc.h
12326
12327 USB CHAOSKEY DRIVER
12328 M:      Keith Packard <keithp@keithp.com>
12329 L:      linux-usb@vger.kernel.org
12330 S:      Maintained
12331 F:      drivers/usb/misc/chaoskey.c
12332
12333 USB CYPRESS C67X00 DRIVER
12334 M:      Peter Korsgaard <jacmet@sunsite.dk>
12335 L:      linux-usb@vger.kernel.org
12336 S:      Maintained
12337 F:      drivers/usb/c67x00/
12338
12339 USB DAVICOM DM9601 DRIVER
12340 M:      Peter Korsgaard <jacmet@sunsite.dk>
12341 L:      netdev@vger.kernel.org
12342 W:      http://www.linux-usb.org/usbnet
12343 S:      Maintained
12344 F:      drivers/net/usb/dm9601.c
12345
12346 USB DIAMOND RIO500 DRIVER
12347 M:      Cesar Miquel <miquel@df.uba.ar>
12348 L:      rio500-users@lists.sourceforge.net
12349 W:      http://rio500.sourceforge.net
12350 S:      Maintained
12351 F:      drivers/usb/misc/rio500*
12352
12353 USB EHCI DRIVER
12354 M:      Alan Stern <stern@rowland.harvard.edu>
12355 L:      linux-usb@vger.kernel.org
12356 S:      Maintained
12357 F:      Documentation/usb/ehci.txt
12358 F:      drivers/usb/host/ehci*
12359
12360 USB GADGET/PERIPHERAL SUBSYSTEM
12361 M:      Felipe Balbi <balbi@kernel.org>
12362 L:      linux-usb@vger.kernel.org
12363 W:      http://www.linux-usb.org/gadget
12364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12365 S:      Maintained
12366 F:      drivers/usb/gadget/
12367 F:      include/linux/usb/gadget*
12368
12369 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12370 M:      Jiri Kosina <jikos@kernel.org>
12371 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
12372 L:      linux-usb@vger.kernel.org
12373 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12374 S:      Maintained
12375 F:      Documentation/hid/hiddev.txt
12376 F:      drivers/hid/usbhid/
12377
12378 USB ISP116X DRIVER
12379 M:      Olav Kongas <ok@artecdesign.ee>
12380 L:      linux-usb@vger.kernel.org
12381 S:      Maintained
12382 F:      drivers/usb/host/isp116x*
12383 F:      include/linux/usb/isp116x.h
12384
12385 USB LAN78XX ETHERNET DRIVER
12386 M:      Woojung Huh <woojung.huh@microchip.com>
12387 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12388 L:      netdev@vger.kernel.org
12389 S:      Maintained
12390 F:      drivers/net/usb/lan78xx.*
12391
12392 USB MASS STORAGE DRIVER
12393 M:      Alan Stern <stern@rowland.harvard.edu>
12394 L:      linux-usb@vger.kernel.org
12395 L:      usb-storage@lists.one-eyed-alien.net
12396 S:      Maintained
12397 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
12398 F:      drivers/usb/storage/
12399
12400 USB MIDI DRIVER
12401 M:      Clemens Ladisch <clemens@ladisch.de>
12402 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12403 T:      git git://git.alsa-project.org/alsa-kernel.git
12404 S:      Maintained
12405 F:      sound/usb/midi.*
12406
12407 USB NETWORKING DRIVERS
12408 L:      linux-usb@vger.kernel.org
12409 S:      Odd Fixes
12410 F:      drivers/net/usb/
12411
12412 USB OHCI DRIVER
12413 M:      Alan Stern <stern@rowland.harvard.edu>
12414 L:      linux-usb@vger.kernel.org
12415 S:      Maintained
12416 F:      Documentation/usb/ohci.txt
12417 F:      drivers/usb/host/ohci*
12418
12419 USB OTG FSM (Finite State Machine)
12420 M:      Peter Chen <Peter.Chen@nxp.com>
12421 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12422 L:      linux-usb@vger.kernel.org
12423 S:      Maintained
12424 F:      drivers/usb/common/usb-otg-fsm.c
12425
12426 USB OVER IP DRIVER
12427 M:      Valentina Manea <valentina.manea.m@gmail.com>
12428 M:      Shuah Khan <shuahkh@osg.samsung.com>
12429 M:      Shuah Khan <shuah@kernel.org>
12430 L:      linux-usb@vger.kernel.org
12431 S:      Maintained
12432 F:      Documentation/usb/usbip_protocol.txt
12433 F:      drivers/usb/usbip/
12434 F:      tools/usb/usbip/
12435
12436 USB PEGASUS DRIVER
12437 M:      Petko Manolov <petkan@nucleusys.com>
12438 L:      linux-usb@vger.kernel.org
12439 L:      netdev@vger.kernel.org
12440 T:      git git://github.com/petkan/pegasus.git
12441 W:      https://github.com/petkan/pegasus
12442 S:      Maintained
12443 F:      drivers/net/usb/pegasus.*
12444
12445 USB PHY LAYER
12446 M:      Felipe Balbi <balbi@kernel.org>
12447 L:      linux-usb@vger.kernel.org
12448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12449 S:      Maintained
12450 F:      drivers/usb/phy/
12451
12452 USB PRINTER DRIVER (usblp)
12453 M:      Pete Zaitcev <zaitcev@redhat.com>
12454 L:      linux-usb@vger.kernel.org
12455 S:      Supported
12456 F:      drivers/usb/class/usblp.c
12457
12458 USB QMI WWAN NETWORK DRIVER
12459 M:      Bjørn Mork <bjorn@mork.no>
12460 L:      netdev@vger.kernel.org
12461 S:      Maintained
12462 F:      Documentation/ABI/testing/sysfs-class-net-qmi
12463 F:      drivers/net/usb/qmi_wwan.c
12464
12465 USB RTL8150 DRIVER
12466 M:      Petko Manolov <petkan@nucleusys.com>
12467 L:      linux-usb@vger.kernel.org
12468 L:      netdev@vger.kernel.org
12469 T:      git git://github.com/petkan/rtl8150.git
12470 W:      https://github.com/petkan/rtl8150
12471 S:      Maintained
12472 F:      drivers/net/usb/rtl8150.c
12473
12474 USB SERIAL SUBSYSTEM
12475 M:      Johan Hovold <johan@kernel.org>
12476 L:      linux-usb@vger.kernel.org
12477 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
12478 S:      Maintained
12479 F:      Documentation/usb/usb-serial.txt
12480 F:      drivers/usb/serial/
12481 F:      include/linux/usb/serial.h
12482
12483 USB SMSC75XX ETHERNET DRIVER
12484 M:      Steve Glendinning <steve.glendinning@shawell.net>
12485 L:      netdev@vger.kernel.org
12486 S:      Maintained
12487 F:      drivers/net/usb/smsc75xx.*
12488
12489 USB SMSC95XX ETHERNET DRIVER
12490 M:      Steve Glendinning <steve.glendinning@shawell.net>
12491 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12492 L:      netdev@vger.kernel.org
12493 S:      Maintained
12494 F:      drivers/net/usb/smsc95xx.*
12495
12496 USB SUBSYSTEM
12497 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12498 L:      linux-usb@vger.kernel.org
12499 W:      http://www.linux-usb.org
12500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12501 S:      Supported
12502 F:      Documentation/devicetree/bindings/usb/
12503 F:      Documentation/usb/
12504 F:      drivers/usb/
12505 F:      include/linux/usb.h
12506 F:      include/linux/usb/
12507
12508 USB UHCI DRIVER
12509 M:      Alan Stern <stern@rowland.harvard.edu>
12510 L:      linux-usb@vger.kernel.org
12511 S:      Maintained
12512 F:      drivers/usb/host/uhci*
12513
12514 USB "USBNET" DRIVER FRAMEWORK
12515 M:      Oliver Neukum <oneukum@suse.com>
12516 L:      netdev@vger.kernel.org
12517 W:      http://www.linux-usb.org/usbnet
12518 S:      Maintained
12519 F:      drivers/net/usb/usbnet.c
12520 F:      include/linux/usb/usbnet.h
12521
12522 USB VIDEO CLASS
12523 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12524 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12525 L:      linux-media@vger.kernel.org
12526 T:      git git://linuxtv.org/media_tree.git
12527 W:      http://www.ideasonboard.org/uvc/
12528 S:      Maintained
12529 F:      drivers/media/usb/uvc/
12530 F:      include/uapi/linux/uvcvideo.h
12531
12532 USB VISION DRIVER
12533 M:      Hans Verkuil <hverkuil@xs4all.nl>
12534 L:      linux-media@vger.kernel.org
12535 T:      git git://linuxtv.org/media_tree.git
12536 W:      https://linuxtv.org
12537 S:      Odd Fixes
12538 F:      drivers/media/usb/usbvision/
12539
12540 USB WEBCAM GADGET
12541 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12542 L:      linux-usb@vger.kernel.org
12543 S:      Maintained
12544 F:      drivers/usb/gadget/function/*uvc*
12545 F:      drivers/usb/gadget/legacy/webcam.c
12546
12547 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12548 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
12549 L:      linux-wireless@vger.kernel.org
12550 S:      Maintained
12551 F:      drivers/net/wireless/rndis_wlan.c
12552
12553 USB XHCI DRIVER
12554 M:      Mathias Nyman <mathias.nyman@intel.com>
12555 L:      linux-usb@vger.kernel.org
12556 S:      Supported
12557 F:      drivers/usb/host/xhci*
12558 F:      drivers/usb/host/pci-quirks*
12559
12560 USB ZD1201 DRIVER
12561 L:      linux-wireless@vger.kernel.org
12562 W:      http://linux-lc100020.sourceforge.net
12563 S:      Orphan
12564 F:      drivers/net/wireless/zydas/zd1201.*
12565
12566 USB ZR364XX DRIVER
12567 M:      Antoine Jacquet <royale@zerezo.com>
12568 L:      linux-usb@vger.kernel.org
12569 L:      linux-media@vger.kernel.org
12570 T:      git git://linuxtv.org/media_tree.git
12571 W:      http://royale.zerezo.com/zr364xx/
12572 S:      Maintained
12573 F:      Documentation/video4linux/zr364xx.txt
12574 F:      drivers/media/usb/zr364xx/
12575
12576 ULPI BUS
12577 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
12578 L:      linux-usb@vger.kernel.org
12579 S:      Maintained
12580 F:      drivers/usb/common/ulpi.c
12581 F:      include/linux/ulpi/
12582
12583 USER-MODE LINUX (UML)
12584 M:      Jeff Dike <jdike@addtoit.com>
12585 M:      Richard Weinberger <richard@nod.at>
12586 L:      user-mode-linux-devel@lists.sourceforge.net
12587 L:      user-mode-linux-user@lists.sourceforge.net
12588 W:      http://user-mode-linux.sourceforge.net
12589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12590 S:      Maintained
12591 F:      Documentation/virtual/uml/
12592 F:      arch/um/
12593 F:      arch/x86/um/
12594 F:      fs/hostfs/
12595 F:      fs/hppfs/
12596
12597 USERSPACE I/O (UIO)
12598 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12599 S:      Maintained
12600 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12601 F:      Documentation/DocBook/uio-howto.tmpl
12602 F:      drivers/uio/
12603 F:      include/linux/uio*.h
12604
12605 UTIL-LINUX PACKAGE
12606 M:      Karel Zak <kzak@redhat.com>
12607 L:      util-linux@vger.kernel.org
12608 W:      http://en.wikipedia.org/wiki/Util-linux
12609 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12610 S:      Maintained
12611
12612 UVESAFB DRIVER
12613 M:      Michal Januszewski <spock@gentoo.org>
12614 L:      linux-fbdev@vger.kernel.org
12615 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
12616 S:      Maintained
12617 F:      Documentation/fb/uvesafb.txt
12618 F:      drivers/video/fbdev/uvesafb.*
12619
12620 VF610 NAND DRIVER
12621 M:      Stefan Agner <stefan@agner.ch>
12622 L:      linux-mtd@lists.infradead.org
12623 S:      Supported
12624 F:      drivers/mtd/nand/vf610_nfc.c
12625
12626 VFAT/FAT/MSDOS FILESYSTEM
12627 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
12628 S:      Maintained
12629 F:      Documentation/filesystems/vfat.txt
12630 F:      fs/fat/
12631
12632 VFIO DRIVER
12633 M:      Alex Williamson <alex.williamson@redhat.com>
12634 L:      kvm@vger.kernel.org
12635 T:      git git://github.com/awilliam/linux-vfio.git
12636 S:      Maintained
12637 F:      Documentation/vfio.txt
12638 F:      drivers/vfio/
12639 F:      include/linux/vfio.h
12640 F:      include/uapi/linux/vfio.h
12641
12642 VFIO PLATFORM DRIVER
12643 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
12644 L:      kvm@vger.kernel.org
12645 S:      Maintained
12646 F:      drivers/vfio/platform/
12647
12648 VIDEOBUF2 FRAMEWORK
12649 M:      Pawel Osciak <pawel@osciak.com>
12650 M:      Marek Szyprowski <m.szyprowski@samsung.com>
12651 M:      Kyungmin Park <kyungmin.park@samsung.com>
12652 L:      linux-media@vger.kernel.org
12653 S:      Maintained
12654 F:      drivers/media/v4l2-core/videobuf2-*
12655 F:      include/media/videobuf2-*
12656
12657 VIRTIO AND VHOST VSOCK DRIVER
12658 M:      Stefan Hajnoczi <stefanha@redhat.com>
12659 L:      kvm@vger.kernel.org
12660 L:      virtualization@lists.linux-foundation.org
12661 L:      netdev@vger.kernel.org
12662 S:      Maintained
12663 F:      include/linux/virtio_vsock.h
12664 F:      include/uapi/linux/virtio_vsock.h
12665 F:      net/vmw_vsock/virtio_transport_common.c
12666 F:      net/vmw_vsock/virtio_transport.c
12667 F:      drivers/vhost/vsock.c
12668 F:      drivers/vhost/vsock.h
12669
12670 VIRTUAL SERIO DEVICE DRIVER
12671 M:      Stephen Chandler Paul <thatslyude@gmail.com>
12672 S:      Maintained
12673 F:      drivers/input/serio/userio.c
12674 F:      include/uapi/linux/userio.h
12675
12676 VIRTIO CONSOLE DRIVER
12677 M:      Amit Shah <amit.shah@redhat.com>
12678 L:      virtualization@lists.linux-foundation.org
12679 S:      Maintained
12680 F:      drivers/char/virtio_console.c
12681 F:      include/linux/virtio_console.h
12682 F:      include/uapi/linux/virtio_console.h
12683
12684 VIRTIO CORE, NET AND BLOCK DRIVERS
12685 M:      "Michael S. Tsirkin" <mst@redhat.com>
12686 L:      virtualization@lists.linux-foundation.org
12687 S:      Maintained
12688 F:      Documentation/devicetree/bindings/virtio/
12689 F:      drivers/virtio/
12690 F:      tools/virtio/
12691 F:      drivers/net/virtio_net.c
12692 F:      drivers/block/virtio_blk.c
12693 F:      include/linux/virtio_*.h
12694 F:      include/uapi/linux/virtio_*.h
12695
12696 VIRTIO DRIVERS FOR S390
12697 M:      Christian Borntraeger <borntraeger@de.ibm.com>
12698 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
12699 L:      linux-s390@vger.kernel.org
12700 L:      virtualization@lists.linux-foundation.org
12701 L:      kvm@vger.kernel.org
12702 S:      Supported
12703 F:      drivers/s390/virtio/
12704
12705 VIRTIO GPU DRIVER
12706 M:      David Airlie <airlied@linux.ie>
12707 M:      Gerd Hoffmann <kraxel@redhat.com>
12708 L:      dri-devel@lists.freedesktop.org
12709 L:      virtualization@lists.linux-foundation.org
12710 S:      Maintained
12711 F:      drivers/gpu/drm/virtio/
12712 F:      include/uapi/linux/virtio_gpu.h
12713
12714 VIRTIO HOST (VHOST)
12715 M:      "Michael S. Tsirkin" <mst@redhat.com>
12716 L:      kvm@vger.kernel.org
12717 L:      virtualization@lists.linux-foundation.org
12718 L:      netdev@vger.kernel.org
12719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12720 S:      Maintained
12721 F:      drivers/vhost/
12722 F:      include/uapi/linux/vhost.h
12723
12724 VIRTIO INPUT DRIVER
12725 M:      Gerd Hoffmann <kraxel@redhat.com>
12726 S:      Maintained
12727 F:      drivers/virtio/virtio_input.c
12728 F:      include/uapi/linux/virtio_input.h
12729
12730 VIA RHINE NETWORK DRIVER
12731 S:      Orphan
12732 F:      drivers/net/ethernet/via/via-rhine.c
12733
12734 VIA SD/MMC CARD CONTROLLER DRIVER
12735 M:      Bruce Chang <brucechang@via.com.tw>
12736 M:      Harald Welte <HaraldWelte@viatech.com>
12737 S:      Maintained
12738 F:      drivers/mmc/host/via-sdmmc.c
12739
12740 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12741 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
12742 L:      linux-fbdev@vger.kernel.org
12743 S:      Maintained
12744 F:      include/linux/via-core.h
12745 F:      include/linux/via-gpio.h
12746 F:      include/linux/via_i2c.h
12747 F:      drivers/video/fbdev/via/
12748
12749 VIA VELOCITY NETWORK DRIVER
12750 M:      Francois Romieu <romieu@fr.zoreil.com>
12751 L:      netdev@vger.kernel.org
12752 S:      Maintained
12753 F:      drivers/net/ethernet/via/via-velocity.*
12754
12755 VIRT LIB
12756 M:      Alex Williamson <alex.williamson@redhat.com>
12757 M:      Paolo Bonzini <pbonzini@redhat.com>
12758 L:      kvm@vger.kernel.org
12759 S:      Supported
12760 F:      virt/lib/
12761
12762 VIVID VIRTUAL VIDEO DRIVER
12763 M:      Hans Verkuil <hverkuil@xs4all.nl>
12764 L:      linux-media@vger.kernel.org
12765 T:      git git://linuxtv.org/media_tree.git
12766 W:      https://linuxtv.org
12767 S:      Maintained
12768 F:      drivers/media/platform/vivid/*
12769
12770 VLAN (802.1Q)
12771 M:      Patrick McHardy <kaber@trash.net>
12772 L:      netdev@vger.kernel.org
12773 S:      Maintained
12774 F:      drivers/net/macvlan.c
12775 F:      include/linux/if_*vlan.h
12776 F:      net/8021q/
12777
12778 VLYNQ BUS
12779 M:      Florian Fainelli <f.fainelli@gmail.com>
12780 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
12781 S:      Maintained
12782 F:      drivers/vlynq/vlynq.c
12783 F:      include/linux/vlynq.h
12784
12785 VME SUBSYSTEM
12786 M:      Martyn Welch <martyn@welchs.me.uk>
12787 M:      Manohar Vanga <manohar.vanga@gmail.com>
12788 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12789 L:      devel@driverdev.osuosl.org
12790 S:      Maintained
12791 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12792 F:      Documentation/vme_api.txt
12793 F:      drivers/staging/vme/
12794 F:      drivers/vme/
12795 F:      include/linux/vme*
12796
12797 VMWARE HYPERVISOR INTERFACE
12798 M:      Alok Kataria <akataria@vmware.com>
12799 L:      virtualization@lists.linux-foundation.org
12800 S:      Supported
12801 F:      arch/x86/kernel/cpu/vmware.c
12802
12803 VMWARE BALLOON DRIVER
12804 M:      Xavier Deguillard <xdeguillard@vmware.com>
12805 M:      Philip Moltmann <moltmann@vmware.com>
12806 M:      "VMware, Inc." <pv-drivers@vmware.com>
12807 L:      linux-kernel@vger.kernel.org
12808 S:      Maintained
12809 F:      drivers/misc/vmw_balloon.c
12810
12811 VMWARE VMMOUSE SUBDRIVER
12812 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12813 M:      "VMware, Inc." <pv-drivers@vmware.com>
12814 L:      linux-input@vger.kernel.org
12815 S:      Maintained
12816 F:      drivers/input/mouse/vmmouse.c
12817 F:      drivers/input/mouse/vmmouse.h
12818
12819 VMWARE VMXNET3 ETHERNET DRIVER
12820 M:      Shrikrishna Khare <skhare@vmware.com>
12821 M:      "VMware, Inc." <pv-drivers@vmware.com>
12822 L:      netdev@vger.kernel.org
12823 S:      Maintained
12824 F:      drivers/net/vmxnet3/
12825
12826 VMware PVSCSI driver
12827 M:      Jim Gill <jgill@vmware.com>
12828 M:      VMware PV-Drivers <pv-drivers@vmware.com>
12829 L:      linux-scsi@vger.kernel.org
12830 S:      Maintained
12831 F:      drivers/scsi/vmw_pvscsi.c
12832 F:      drivers/scsi/vmw_pvscsi.h
12833
12834 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12835 M:      Liam Girdwood <lgirdwood@gmail.com>
12836 M:      Mark Brown <broonie@kernel.org>
12837 L:      linux-kernel@vger.kernel.org
12838 W:      http://www.slimlogic.co.uk/?p=48
12839 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12840 S:      Supported
12841 F:      Documentation/devicetree/bindings/regulator/
12842 F:      drivers/regulator/
12843 F:      include/dt-bindings/regulator/
12844 F:      include/linux/regulator/
12845
12846 VRF
12847 M:      David Ahern <dsa@cumulusnetworks.com>
12848 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
12849 L:      netdev@vger.kernel.org
12850 S:      Maintained
12851 F:      drivers/net/vrf.c
12852 F:      Documentation/networking/vrf.txt
12853
12854 VT1211 HARDWARE MONITOR DRIVER
12855 M:      Juerg Haefliger <juergh@gmail.com>
12856 L:      linux-hwmon@vger.kernel.org
12857 S:      Maintained
12858 F:      Documentation/hwmon/vt1211
12859 F:      drivers/hwmon/vt1211.c
12860
12861 VT8231 HARDWARE MONITOR DRIVER
12862 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
12863 L:      linux-hwmon@vger.kernel.org
12864 S:      Maintained
12865 F:      drivers/hwmon/vt8231.c
12866
12867 VUB300 USB to SDIO/SD/MMC bridge chip
12868 M:      Tony Olech <tony.olech@elandigitalsystems.com>
12869 L:      linux-mmc@vger.kernel.org
12870 L:      linux-usb@vger.kernel.org
12871 S:      Supported
12872 F:      drivers/mmc/host/vub300.c
12873
12874 W1 DALLAS'S 1-WIRE BUS
12875 M:      Evgeniy Polyakov <zbr@ioremap.net>
12876 S:      Maintained
12877 F:      Documentation/w1/
12878 F:      drivers/w1/
12879
12880 W83791D HARDWARE MONITORING DRIVER
12881 M:      Marc Hulsman <m.hulsman@tudelft.nl>
12882 L:      linux-hwmon@vger.kernel.org
12883 S:      Maintained
12884 F:      Documentation/hwmon/w83791d
12885 F:      drivers/hwmon/w83791d.c
12886
12887 W83793 HARDWARE MONITORING DRIVER
12888 M:      Rudolf Marek <r.marek@assembler.cz>
12889 L:      linux-hwmon@vger.kernel.org
12890 S:      Maintained
12891 F:      Documentation/hwmon/w83793
12892 F:      drivers/hwmon/w83793.c
12893
12894 W83795 HARDWARE MONITORING DRIVER
12895 M:      Jean Delvare <jdelvare@suse.com>
12896 L:      linux-hwmon@vger.kernel.org
12897 S:      Maintained
12898 F:      drivers/hwmon/w83795.c
12899
12900 W83L51xD SD/MMC CARD INTERFACE DRIVER
12901 M:      Pierre Ossman <pierre@ossman.eu>
12902 S:      Maintained
12903 F:      drivers/mmc/host/wbsd.*
12904
12905 WACOM PROTOCOL 4 SERIAL TABLETS
12906 M:      Julian Squires <julian@cipht.net>
12907 M:      Hans de Goede <hdegoede@redhat.com>
12908 L:      linux-input@vger.kernel.org
12909 S:      Maintained
12910 F:      drivers/input/tablet/wacom_serial4.c
12911
12912 WATCHDOG DEVICE DRIVERS
12913 M:      Wim Van Sebroeck <wim@iguana.be>
12914 R:      Guenter Roeck <linux@roeck-us.net>
12915 L:      linux-watchdog@vger.kernel.org
12916 W:      http://www.linux-watchdog.org/
12917 T:      git git://www.linux-watchdog.org/linux-watchdog.git
12918 S:      Maintained
12919 F:      Documentation/devicetree/bindings/watchdog/
12920 F:      Documentation/watchdog/
12921 F:      drivers/watchdog/
12922 F:      include/linux/watchdog.h
12923 F:      include/uapi/linux/watchdog.h
12924
12925 WIIMOTE HID DRIVER
12926 M:      David Herrmann <dh.herrmann@googlemail.com>
12927 L:      linux-input@vger.kernel.org
12928 S:      Maintained
12929 F:      drivers/hid/hid-wiimote*
12930
12931 WINBOND CIR DRIVER
12932 M:      David Härdeman <david@hardeman.nu>
12933 S:      Maintained
12934 F:      drivers/media/rc/winbond-cir.c
12935
12936 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
12937 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12938 L:      linux-watchdog@vger.kernel.org
12939 S:      Maintained
12940 F:      drivers/watchdog/ebc-c384_wdt.c
12941
12942 WINSYSTEMS WS16C48 GPIO DRIVER
12943 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12944 L:      linux-gpio@vger.kernel.org
12945 S:      Maintained
12946 F:      drivers/gpio/gpio-ws16c48.c
12947
12948 WIMAX STACK
12949 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
12950 M:      linux-wimax@intel.com
12951 L:      wimax@linuxwimax.org (subscribers-only)
12952 S:      Supported
12953 W:      http://linuxwimax.org
12954 F:      Documentation/wimax/README.wimax
12955 F:      include/linux/wimax/debug.h
12956 F:      include/net/wimax.h
12957 F:      include/uapi/linux/wimax.h
12958 F:      net/wimax/
12959
12960 WISTRON LAPTOP BUTTON DRIVER
12961 M:      Miloslav Trmac <mitr@volny.cz>
12962 S:      Maintained
12963 F:      drivers/input/misc/wistron_btns.c
12964
12965 WL3501 WIRELESS PCMCIA CARD DRIVER
12966 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
12967 L:      linux-wireless@vger.kernel.org
12968 W:      http://oops.ghostprotocols.net:81/blog
12969 S:      Maintained
12970 F:      drivers/net/wireless/wl3501*
12971
12972 WOLFSON MICROELECTRONICS DRIVERS
12973 L:      patches@opensource.wolfsonmicro.com
12974 T:      git https://github.com/CirrusLogic/linux-drivers.git
12975 W:      https://github.com/CirrusLogic/linux-drivers/wiki
12976 S:      Supported
12977 F:      Documentation/hwmon/wm83??
12978 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12979 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12980 F:      Documentation/devicetree/bindings/mfd/arizona.txt
12981 F:      arch/arm/mach-s3c64xx/mach-crag6410*
12982 F:      drivers/clk/clk-wm83*.c
12983 F:      drivers/extcon/extcon-arizona.c
12984 F:      drivers/leds/leds-wm83*.c
12985 F:      drivers/gpio/gpio-*wm*.c
12986 F:      drivers/gpio/gpio-arizona.c
12987 F:      drivers/hwmon/wm83??-hwmon.c
12988 F:      drivers/input/misc/wm831x-on.c
12989 F:      drivers/input/touchscreen/wm831x-ts.c
12990 F:      drivers/input/touchscreen/wm97*.c
12991 F:      drivers/mfd/arizona*
12992 F:      drivers/mfd/wm*.c
12993 F:      drivers/mfd/cs47l24*
12994 F:      drivers/power/supply/wm83*.c
12995 F:      drivers/rtc/rtc-wm83*.c
12996 F:      drivers/regulator/wm8*.c
12997 F:      drivers/video/backlight/wm83*_bl.c
12998 F:      drivers/watchdog/wm83*_wdt.c
12999 F:      include/linux/mfd/arizona/
13000 F:      include/linux/mfd/wm831x/
13001 F:      include/linux/mfd/wm8350/
13002 F:      include/linux/mfd/wm8400*
13003 F:      include/linux/wm97xx.h
13004 F:      include/sound/wm????.h
13005 F:      sound/soc/codecs/arizona.?
13006 F:      sound/soc/codecs/wm*
13007 F:      sound/soc/codecs/cs47l24*
13008
13009 WORKQUEUE
13010 M:      Tejun Heo <tj@kernel.org>
13011 R:      Lai Jiangshan <jiangshanlai@gmail.com>
13012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13013 S:      Maintained
13014 F:      include/linux/workqueue.h
13015 F:      kernel/workqueue.c
13016 F:      Documentation/workqueue.txt
13017
13018 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13019 M:      Chen-Yu Tsai <wens@csie.org>
13020 L:      linux-kernel@vger.kernel.org
13021 S:      Maintained
13022 N:      axp[128]
13023
13024 X.25 NETWORK LAYER
13025 M:      Andrew Hendry <andrew.hendry@gmail.com>
13026 L:      linux-x25@vger.kernel.org
13027 S:      Odd Fixes
13028 F:      Documentation/networking/x25*
13029 F:      include/net/x25*
13030 F:      net/x25/
13031
13032 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13033 M:      Thomas Gleixner <tglx@linutronix.de>
13034 M:      Ingo Molnar <mingo@redhat.com>
13035 M:      "H. Peter Anvin" <hpa@zytor.com>
13036 M:      x86@kernel.org
13037 L:      linux-kernel@vger.kernel.org
13038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13039 S:      Maintained
13040 F:      Documentation/x86/
13041 F:      arch/x86/
13042
13043 X86 PLATFORM DRIVERS
13044 M:      Darren Hart <dvhart@infradead.org>
13045 L:      platform-driver-x86@vger.kernel.org
13046 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13047 S:      Maintained
13048 F:      drivers/platform/x86/
13049 F:      drivers/platform/olpc/
13050
13051 X86 MCE INFRASTRUCTURE
13052 M:      Tony Luck <tony.luck@intel.com>
13053 M:      Borislav Petkov <bp@alien8.de>
13054 L:      linux-edac@vger.kernel.org
13055 S:      Maintained
13056 F:      arch/x86/kernel/cpu/mcheck/*
13057
13058 X86 MICROCODE UPDATE SUPPORT
13059 M:      Borislav Petkov <bp@alien8.de>
13060 S:      Maintained
13061 F:      arch/x86/kernel/cpu/microcode/*
13062
13063 X86 VDSO
13064 M:      Andy Lutomirski <luto@amacapital.net>
13065 L:      linux-kernel@vger.kernel.org
13066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13067 S:      Maintained
13068 F:      arch/x86/entry/vdso/
13069
13070 XC2028/3028 TUNER DRIVER
13071 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
13072 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
13073 L:      linux-media@vger.kernel.org
13074 W:      https://linuxtv.org
13075 T:      git git://linuxtv.org/media_tree.git
13076 S:      Maintained
13077 F:      drivers/media/tuners/tuner-xc2028.*
13078
13079 XEN HYPERVISOR INTERFACE
13080 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
13081 M:      David Vrabel <david.vrabel@citrix.com>
13082 M:      Juergen Gross <jgross@suse.com>
13083 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13085 S:      Supported
13086 F:      arch/x86/xen/
13087 F:      drivers/*/xen-*front.c
13088 F:      drivers/xen/
13089 F:      arch/x86/include/asm/xen/
13090 F:      include/xen/
13091 F:      include/uapi/xen/
13092
13093 XEN HYPERVISOR ARM
13094 M:      Stefano Stabellini <sstabellini@kernel.org>
13095 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13096 S:      Maintained
13097 F:      arch/arm/xen/
13098 F:      arch/arm/include/asm/xen/
13099
13100 XEN HYPERVISOR ARM64
13101 M:      Stefano Stabellini <sstabellini@kernel.org>
13102 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13103 S:      Maintained
13104 F:      arch/arm64/xen/
13105 F:      arch/arm64/include/asm/xen/
13106
13107 XEN NETWORK BACKEND DRIVER
13108 M:      Wei Liu <wei.liu2@citrix.com>
13109 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13110 L:      netdev@vger.kernel.org
13111 S:      Supported
13112 F:      drivers/net/xen-netback/*
13113
13114 XEN PCI SUBSYSTEM
13115 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13116 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13117 S:      Supported
13118 F:      arch/x86/pci/*xen*
13119 F:      drivers/pci/*xen*
13120
13121 XEN BLOCK SUBSYSTEM
13122 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13123 M:      Roger Pau Monné <roger.pau@citrix.com>
13124 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13125 S:      Supported
13126 F:      drivers/block/xen-blkback/*
13127 F:      drivers/block/xen*
13128
13129 XEN PVSCSI DRIVERS
13130 M:      Juergen Gross <jgross@suse.com>
13131 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13132 L:      linux-scsi@vger.kernel.org
13133 S:      Supported
13134 F:      drivers/scsi/xen-scsifront.c
13135 F:      drivers/xen/xen-scsiback.c
13136 F:      include/xen/interface/io/vscsiif.h
13137
13138 XEN SWIOTLB SUBSYSTEM
13139 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13140 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13141 S:      Supported
13142 F:      arch/x86/xen/*swiotlb*
13143 F:      drivers/xen/*swiotlb*
13144
13145 XFS FILESYSTEM
13146 M:      Dave Chinner <david@fromorbit.com>
13147 M:      linux-xfs@vger.kernel.org
13148 L:      linux-xfs@vger.kernel.org
13149 W:      http://xfs.org/
13150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
13151 S:      Supported
13152 F:      Documentation/filesystems/xfs.txt
13153 F:      fs/xfs/
13154
13155 XILINX AXI ETHERNET DRIVER
13156 M:      Anirudha Sarangi <anirudh@xilinx.com>
13157 M:      John Linn <John.Linn@xilinx.com>
13158 S:      Maintained
13159 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
13160
13161 XILINX UARTLITE SERIAL DRIVER
13162 M:      Peter Korsgaard <jacmet@sunsite.dk>
13163 L:      linux-serial@vger.kernel.org
13164 S:      Maintained
13165 F:      drivers/tty/serial/uartlite.c
13166
13167 XILINX VIDEO IP CORES
13168 M:      Hyun Kwon <hyun.kwon@xilinx.com>
13169 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13170 L:      linux-media@vger.kernel.org
13171 T:      git git://linuxtv.org/media_tree.git
13172 S:      Supported
13173 F:      Documentation/devicetree/bindings/media/xilinx/
13174 F:      drivers/media/platform/xilinx/
13175 F:      include/uapi/linux/xilinx-v4l2-controls.h
13176
13177 XILLYBUS DRIVER
13178 M:      Eli Billauer <eli.billauer@gmail.com>
13179 L:      linux-kernel@vger.kernel.org
13180 S:      Supported
13181 F:      drivers/char/xillybus/
13182
13183 XTENSA XTFPGA PLATFORM SUPPORT
13184 M:      Max Filippov <jcmvbkbc@gmail.com>
13185 L:      linux-xtensa@linux-xtensa.org
13186 S:      Maintained
13187 F:      drivers/spi/spi-xtensa-xtfpga.c
13188 F:      sound/soc/xtensa/xtfpga-i2s.c
13189
13190 YAM DRIVER FOR AX.25
13191 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
13192 L:      linux-hams@vger.kernel.org
13193 S:      Maintained
13194 F:      drivers/net/hamradio/yam*
13195 F:      include/linux/yam.h
13196
13197 YEALINK PHONE DRIVER
13198 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
13199 L:      usbb2k-api-dev@nongnu.org
13200 S:      Maintained
13201 F:      Documentation/input/yealink.txt
13202 F:      drivers/input/misc/yealink.*
13203
13204 Z8530 DRIVER FOR AX.25
13205 M:      Joerg Reuter <jreuter@yaina.de>
13206 W:      http://yaina.de/jreuter/
13207 W:      http://www.qsl.net/dl1bke/
13208 L:      linux-hams@vger.kernel.org
13209 S:      Maintained
13210 F:      Documentation/networking/z8530drv.txt
13211 F:      drivers/net/hamradio/*scc.c
13212 F:      drivers/net/hamradio/z8530.h
13213
13214 ZBUD COMPRESSED PAGE ALLOCATOR
13215 M:      Seth Jennings <sjenning@redhat.com>
13216 L:      linux-mm@kvack.org
13217 S:      Maintained
13218 F:      mm/zbud.c
13219 F:      include/linux/zbud.h
13220
13221 ZD1211RW WIRELESS DRIVER
13222 M:      Daniel Drake <dsd@gentoo.org>
13223 M:      Ulrich Kunitz <kune@deine-taler.de>
13224 W:      http://zd1211.ath.cx/wiki/DriverRewrite
13225 L:      linux-wireless@vger.kernel.org
13226 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
13227 S:      Maintained
13228 F:      drivers/net/wireless/zydas/zd1211rw/
13229
13230 ZPOOL COMPRESSED PAGE STORAGE API
13231 M:      Dan Streetman <ddstreet@ieee.org>
13232 L:      linux-mm@kvack.org
13233 S:      Maintained
13234 F:      mm/zpool.c
13235 F:      include/linux/zpool.h
13236
13237 ZR36067 VIDEO FOR LINUX DRIVER
13238 L:      mjpeg-users@lists.sourceforge.net
13239 L:      linux-media@vger.kernel.org
13240 W:      http://mjpeg.sourceforge.net/driver-zoran/
13241 T:      hg https://linuxtv.org/hg/v4l-dvb
13242 S:      Odd Fixes
13243 F:      drivers/media/pci/zoran/
13244
13245 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13246 M:      Minchan Kim <minchan@kernel.org>
13247 M:      Nitin Gupta <ngupta@vflare.org>
13248 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13249 L:      linux-kernel@vger.kernel.org
13250 S:      Maintained
13251 F:      drivers/block/zram/
13252 F:      Documentation/blockdev/zram.txt
13253
13254 ZS DECSTATION Z85C30 SERIAL DRIVER
13255 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
13256 S:      Maintained
13257 F:      drivers/tty/serial/zs.*
13258
13259 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13260 M:      Minchan Kim <minchan@kernel.org>
13261 M:      Nitin Gupta <ngupta@vflare.org>
13262 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13263 L:      linux-mm@kvack.org
13264 S:      Maintained
13265 F:      mm/zsmalloc.c
13266 F:      include/linux/zsmalloc.h
13267 F:      Documentation/vm/zsmalloc.txt
13268
13269 ZSWAP COMPRESSED SWAP CACHING
13270 M:      Seth Jennings <sjenning@redhat.com>
13271 L:      linux-mm@kvack.org
13272 S:      Maintained
13273 F:      mm/zswap.c
13274
13275 THE REST
13276 M:      Linus Torvalds <torvalds@linux-foundation.org>
13277 L:      linux-kernel@vger.kernel.org
13278 Q:      http://patchwork.kernel.org/project/LKML/list/
13279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13280 S:      Buried alive in reporters
13281 F:      *
13282 F:      */