net_sched actions: use nla_parse_nested()
[cascardo/linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <aar@pengutronix.de>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      netdev@vger.kernel.org
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <ericvh@gmail.com>
190 M:      Ron Minnich <rminnich@sandia.gov>
191 M:      Latchesar Ionkov <lucho@ionkov.net>
192 L:      v9fs-developer@lists.sourceforge.net
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <crope@iki.fi>
207 L:      linux-media@vger.kernel.org
208 W:      https://linuxtv.org
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@microsemi.com>
217 L:      linux-scsi@vger.kernel.org
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
222
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      include/linux/syscalls.h
226 F:      kernel/sys_ni.c
227
228 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
229 M:      Hans de Goede <hdegoede@redhat.com>
230 L:      linux-hwmon@vger.kernel.org
231 S:      Maintained
232 F:      drivers/hwmon/abituguru.c
233
234 ABIT UGURU 3 HARDWARE MONITOR DRIVER
235 M:      Alistair John Strachan <alistair@devzero.co.uk>
236 L:      linux-hwmon@vger.kernel.org
237 S:      Maintained
238 F:      drivers/hwmon/abituguru3.c
239
240 ACCES 104-DIO-48E GPIO DRIVER
241 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
242 L:      linux-gpio@vger.kernel.org
243 S:      Maintained
244 F:      drivers/gpio/gpio-104-dio-48e.c
245
246 ACCES 104-IDI-48 GPIO DRIVER
247 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
248 L:      linux-gpio@vger.kernel.org
249 S:      Maintained
250 F:      drivers/gpio/gpio-104-idi-48.c
251
252 ACCES 104-IDIO-16 GPIO DRIVER
253 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
254 L:      linux-gpio@vger.kernel.org
255 S:      Maintained
256 F:      drivers/gpio/gpio-104-idio-16.c
257
258 ACENIC DRIVER
259 M:      Jes Sorensen <jes@trained-monkey.org>
260 L:      linux-acenic@sunsite.dk
261 S:      Maintained
262 F:      drivers/net/ethernet/alteon/acenic*
263
264 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
265 M:      Peter Feuerer <peter@piie.net>
266 L:      platform-driver-x86@vger.kernel.org
267 W:      http://piie.net/?section=acerhdf
268 S:      Maintained
269 F:      drivers/platform/x86/acerhdf.c
270
271 ACER WMI LAPTOP EXTRAS
272 M:      "Lee, Chun-Yi" <jlee@suse.com>
273 L:      platform-driver-x86@vger.kernel.org
274 S:      Maintained
275 F:      drivers/platform/x86/acer-wmi.c
276
277 ACPI
278 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
279 M:      Len Brown <lenb@kernel.org>
280 L:      linux-acpi@vger.kernel.org
281 W:      https://01.org/linux-acpi
282 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
284 S:      Supported
285 F:      drivers/acpi/
286 F:      drivers/pnp/pnpacpi/
287 F:      include/linux/acpi.h
288 F:      include/acpi/
289 F:      Documentation/acpi/
290 F:      Documentation/ABI/testing/sysfs-bus-acpi
291 F:      Documentation/ABI/testing/configfs-acpi
292 F:      drivers/pci/*acpi*
293 F:      drivers/pci/*/*acpi*
294 F:      drivers/pci/*/*/*acpi*
295 F:      tools/power/acpi/
296
297 ACPI COMPONENT ARCHITECTURE (ACPICA)
298 M:      Robert Moore <robert.moore@intel.com>
299 M:      Lv Zheng <lv.zheng@intel.com>
300 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
301 L:      linux-acpi@vger.kernel.org
302 L:      devel@acpica.org
303 W:      https://acpica.org/
304 W:      https://github.com/acpica/acpica/
305 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
307 S:      Supported
308 F:      drivers/acpi/acpica/
309 F:      include/acpi/
310 F:      tools/power/acpi/
311
312 ACPI FAN DRIVER
313 M:      Zhang Rui <rui.zhang@intel.com>
314 L:      linux-acpi@vger.kernel.org
315 W:      https://01.org/linux-acpi
316 S:      Supported
317 F:      drivers/acpi/fan.c
318
319 ACPI THERMAL DRIVER
320 M:      Zhang Rui <rui.zhang@intel.com>
321 L:      linux-acpi@vger.kernel.org
322 W:      https://01.org/linux-acpi
323 S:      Supported
324 F:      drivers/acpi/*thermal*
325
326 ACPI VIDEO DRIVER
327 M:      Zhang Rui <rui.zhang@intel.com>
328 L:      linux-acpi@vger.kernel.org
329 W:      https://01.org/linux-acpi
330 S:      Supported
331 F:      drivers/acpi/acpi_video.c
332
333 ACPI WMI DRIVER
334 L:      platform-driver-x86@vger.kernel.org
335 S:      Orphan
336 F:      drivers/platform/x86/wmi.c
337
338 AD1889 ALSA SOUND DRIVER
339 M:      Thibaut Varene <T-Bone@parisc-linux.org>
340 W:      http://wiki.parisc-linux.org/AD1889
341 L:      linux-parisc@vger.kernel.org
342 S:      Maintained
343 F:      sound/pci/ad1889.*
344
345 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
346 M:      Michael Hennerich <michael.hennerich@analog.com>
347 W:      http://wiki.analog.com/AD5254
348 W:      http://ez.analog.com/community/linux-device-drivers
349 S:      Supported
350 F:      drivers/misc/ad525x_dpot.c
351
352 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
353 M:      Michael Hennerich <michael.hennerich@analog.com>
354 W:      http://wiki.analog.com/AD5398
355 W:      http://ez.analog.com/community/linux-device-drivers
356 S:      Supported
357 F:      drivers/regulator/ad5398.c
358
359 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
360 M:      Michael Hennerich <michael.hennerich@analog.com>
361 W:      http://wiki.analog.com/AD7142
362 W:      http://ez.analog.com/community/linux-device-drivers
363 S:      Supported
364 F:      drivers/input/misc/ad714x.c
365
366 AD7877 TOUCHSCREEN DRIVER
367 M:      Michael Hennerich <michael.hennerich@analog.com>
368 W:      http://wiki.analog.com/AD7877
369 W:      http://ez.analog.com/community/linux-device-drivers
370 S:      Supported
371 F:      drivers/input/touchscreen/ad7877.c
372
373 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
374 M:      Michael Hennerich <michael.hennerich@analog.com>
375 W:      http://wiki.analog.com/AD7879
376 W:      http://ez.analog.com/community/linux-device-drivers
377 S:      Supported
378 F:      drivers/input/touchscreen/ad7879.c
379
380 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
381 M:      Jiri Kosina <jikos@kernel.org>
382 S:      Maintained
383
384 ADF7242 IEEE 802.15.4 RADIO DRIVER
385 M:      Michael Hennerich <michael.hennerich@analog.com>
386 W:      https://wiki.analog.com/ADF7242
387 W:      http://ez.analog.com/community/linux-device-drivers
388 L:      linux-wpan@vger.kernel.org
389 S:      Supported
390 F:      drivers/net/ieee802154/adf7242.c
391 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
392
393 ADM1025 HARDWARE MONITOR DRIVER
394 M:      Jean Delvare <jdelvare@suse.com>
395 L:      linux-hwmon@vger.kernel.org
396 S:      Maintained
397 F:      Documentation/hwmon/adm1025
398 F:      drivers/hwmon/adm1025.c
399
400 ADM1029 HARDWARE MONITOR DRIVER
401 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
402 L:      linux-hwmon@vger.kernel.org
403 S:      Maintained
404 F:      drivers/hwmon/adm1029.c
405
406 ADM8211 WIRELESS DRIVER
407 L:      linux-wireless@vger.kernel.org
408 W:      http://wireless.kernel.org/
409 S:      Orphan
410 F:      drivers/net/wireless/admtek/adm8211.*
411
412 ADP1653 FLASH CONTROLLER DRIVER
413 M:      Sakari Ailus <sakari.ailus@iki.fi>
414 L:      linux-media@vger.kernel.org
415 S:      Maintained
416 F:      drivers/media/i2c/adp1653.c
417 F:      include/media/i2c/adp1653.h
418
419 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
420 M:      Michael Hennerich <michael.hennerich@analog.com>
421 W:      http://wiki.analog.com/ADP5520
422 W:      http://ez.analog.com/community/linux-device-drivers
423 S:      Supported
424 F:      drivers/mfd/adp5520.c
425 F:      drivers/video/backlight/adp5520_bl.c
426 F:      drivers/leds/leds-adp5520.c
427 F:      drivers/gpio/gpio-adp5520.c
428 F:      drivers/input/keyboard/adp5520-keys.c
429
430 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
431 M:      Michael Hennerich <michael.hennerich@analog.com>
432 W:      http://wiki.analog.com/ADP5588
433 W:      http://ez.analog.com/community/linux-device-drivers
434 S:      Supported
435 F:      drivers/input/keyboard/adp5588-keys.c
436 F:      drivers/gpio/gpio-adp5588.c
437
438 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
439 M:      Michael Hennerich <michael.hennerich@analog.com>
440 W:      http://wiki.analog.com/ADP8860
441 W:      http://ez.analog.com/community/linux-device-drivers
442 S:      Supported
443 F:      drivers/video/backlight/adp8860_bl.c
444
445 ADS1015 HARDWARE MONITOR DRIVER
446 M:      Dirk Eibach <eibach@gdsys.de>
447 L:      linux-hwmon@vger.kernel.org
448 S:      Maintained
449 F:      Documentation/hwmon/ads1015
450 F:      drivers/hwmon/ads1015.c
451 F:      include/linux/i2c/ads1015.h
452
453 ADT746X FAN DRIVER
454 M:      Colin Leroy <colin@colino.net>
455 S:      Maintained
456 F:      drivers/macintosh/therm_adt746x.c
457
458 ADT7475 HARDWARE MONITOR DRIVER
459 M:      Jean Delvare <jdelvare@suse.com>
460 L:      linux-hwmon@vger.kernel.org
461 S:      Maintained
462 F:      Documentation/hwmon/adt7475
463 F:      drivers/hwmon/adt7475.c
464
465 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
466 M:      Michael Hennerich <michael.hennerich@analog.com>
467 W:      http://wiki.analog.com/ADXL345
468 W:      http://ez.analog.com/community/linux-device-drivers
469 S:      Supported
470 F:      drivers/input/misc/adxl34x.c
471
472 ADVANSYS SCSI DRIVER
473 M:      Matthew Wilcox <matthew@wil.cx>
474 M:      Hannes Reinecke <hare@suse.com>
475 L:      linux-scsi@vger.kernel.org
476 S:      Maintained
477 F:      Documentation/scsi/advansys.txt
478 F:      drivers/scsi/advansys.c
479
480 AEDSP16 DRIVER
481 M:      Riccardo Facchetti <fizban@tin.it>
482 S:      Maintained
483 F:      sound/oss/aedsp16.c
484
485 AF9013 MEDIA DRIVER
486 M:      Antti Palosaari <crope@iki.fi>
487 L:      linux-media@vger.kernel.org
488 W:      https://linuxtv.org
489 W:      http://palosaari.fi/linux/
490 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
491 T:      git git://linuxtv.org/anttip/media_tree.git
492 S:      Maintained
493 F:      drivers/media/dvb-frontends/af9013*
494
495 AF9033 MEDIA DRIVER
496 M:      Antti Palosaari <crope@iki.fi>
497 L:      linux-media@vger.kernel.org
498 W:      https://linuxtv.org
499 W:      http://palosaari.fi/linux/
500 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
501 T:      git git://linuxtv.org/anttip/media_tree.git
502 S:      Maintained
503 F:      drivers/media/dvb-frontends/af9033*
504
505 AFFS FILE SYSTEM
506 L:      linux-fsdevel@vger.kernel.org
507 S:      Orphan
508 F:      Documentation/filesystems/affs.txt
509 F:      fs/affs/
510
511 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
512 M:      David Howells <dhowells@redhat.com>
513 L:      linux-afs@lists.infradead.org
514 S:      Supported
515 F:      fs/afs/
516 F:      include/net/af_rxrpc.h
517 F:      net/rxrpc/af_rxrpc.c
518
519 AGPGART DRIVER
520 M:      David Airlie <airlied@linux.ie>
521 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
522 S:      Maintained
523 F:      drivers/char/agp/
524 F:      include/linux/agp*
525 F:      include/uapi/linux/agp*
526
527 AHA152X SCSI DRIVER
528 M:      "Juergen E. Fischer" <fischer@norbit.de>
529 L:      linux-scsi@vger.kernel.org
530 S:      Maintained
531 F:      drivers/scsi/aha152x*
532 F:      drivers/scsi/pcmcia/aha152x*
533
534 AIC7XXX / AIC79XX SCSI DRIVER
535 M:      Hannes Reinecke <hare@suse.com>
536 L:      linux-scsi@vger.kernel.org
537 S:      Maintained
538 F:      drivers/scsi/aic7xxx/
539
540 AIMSLAB FM RADIO RECEIVER DRIVER
541 M:      Hans Verkuil <hverkuil@xs4all.nl>
542 L:      linux-media@vger.kernel.org
543 T:      git git://linuxtv.org/media_tree.git
544 W:      https://linuxtv.org
545 S:      Maintained
546 F:      drivers/media/radio/radio-aimslab*
547
548 AIO
549 M:      Benjamin LaHaise <bcrl@kvack.org>
550 L:      linux-aio@kvack.org
551 S:      Supported
552 F:      fs/aio.c
553 F:      include/linux/*aio*.h
554
555 AIRSPY MEDIA DRIVER
556 M:      Antti Palosaari <crope@iki.fi>
557 L:      linux-media@vger.kernel.org
558 W:      https://linuxtv.org
559 W:      http://palosaari.fi/linux/
560 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
561 T:      git git://linuxtv.org/anttip/media_tree.git
562 S:      Maintained
563 F:      drivers/media/usb/airspy/
564
565 ALCATEL SPEEDTOUCH USB DRIVER
566 M:      Duncan Sands <duncan.sands@free.fr>
567 L:      linux-usb@vger.kernel.org
568 W:      http://www.linux-usb.org/SpeedTouch/
569 S:      Maintained
570 F:      drivers/usb/atm/speedtch.c
571 F:      drivers/usb/atm/usbatm.c
572
573 ALCHEMY AU1XX0 MMC DRIVER
574 M:      Manuel Lauss <manuel.lauss@gmail.com>
575 S:      Maintained
576 F:      drivers/mmc/host/au1xmmc.c
577
578 ALI1563 I2C DRIVER
579 M:      Rudolf Marek <r.marek@assembler.cz>
580 L:      linux-i2c@vger.kernel.org
581 S:      Maintained
582 F:      Documentation/i2c/busses/i2c-ali1563
583 F:      drivers/i2c/busses/i2c-ali1563.c
584
585 ALLWINNER SECURITY SYSTEM
586 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
587 L:      linux-crypto@vger.kernel.org
588 S:      Maintained
589 F:      drivers/crypto/sunxi-ss/
590
591 ALPHA PORT
592 M:      Richard Henderson <rth@twiddle.net>
593 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
594 M:      Matt Turner <mattst88@gmail.com>
595 S:      Odd Fixes
596 L:      linux-alpha@vger.kernel.org
597 F:      arch/alpha/
598
599 ALPS PS/2 TOUCHPAD DRIVER
600 R:      Pali Rohár <pali.rohar@gmail.com>
601 F:      drivers/input/mouse/alps.*
602
603 ALTERA MAILBOX DRIVER
604 M:      Ley Foon Tan <lftan@altera.com>
605 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
606 S:      Maintained
607 F:      drivers/mailbox/mailbox-altera.c
608
609 ALTERA PIO DRIVER
610 M:      Tien Hock Loh <thloh@altera.com>
611 L:      linux-gpio@vger.kernel.org
612 S:      Maintained
613 F:      drivers/gpio/gpio-altera.c
614
615 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
616 M:      Thor Thayer <tthayer@opensource.altera.com>
617 S:      Maintained
618 F:      drivers/gpio/gpio-altera-a10sr.c
619 F:      drivers/mfd/altera-a10sr.c
620 F:      include/linux/mfd/altera-a10sr.h
621
622 ALTERA TRIPLE SPEED ETHERNET DRIVER
623 M:      Vince Bridgers <vbridger@opensource.altera.com>
624 L:      netdev@vger.kernel.org
625 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
626 S:      Maintained
627 F:      drivers/net/ethernet/altera/
628
629 ALTERA UART/JTAG UART SERIAL DRIVERS
630 M:      Tobias Klauser <tklauser@distanz.ch>
631 L:      linux-serial@vger.kernel.org
632 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
633 S:      Maintained
634 F:      drivers/tty/serial/altera_uart.c
635 F:      drivers/tty/serial/altera_jtaguart.c
636 F:      include/linux/altera_uart.h
637 F:      include/linux/altera_jtaguart.h
638
639 AMAZON ETHERNET DRIVERS
640 M:      Netanel Belgazal <netanel@annapurnalabs.com>
641 R:      Saeed Bishara <saeed@annapurnalabs.com>
642 R:      Zorik Machulsky <zorik@annapurnalabs.com>
643 L:      netdev@vger.kernel.org
644 S:      Supported
645 F:      Documentation/networking/ena.txt
646 F:      drivers/net/ethernet/amazon/
647
648 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
649 M:      Tom Lendacky <thomas.lendacky@amd.com>
650 M:      Gary Hook <gary.hook@amd.com>
651 L:      linux-crypto@vger.kernel.org
652 S:      Supported
653 F:      drivers/crypto/ccp/
654 F:      include/linux/ccp.h
655
656 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
657 M:      Huang Rui <ray.huang@amd.com>
658 L:      linux-hwmon@vger.kernel.org
659 S:      Supported
660 F:      Documentation/hwmon/fam15h_power
661 F:      drivers/hwmon/fam15h_power.c
662
663 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
664 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
665 S:      Orphan
666 F:      drivers/usb/gadget/udc/amd5536udc.*
667
668 AMD GEODE PROCESSOR/CHIPSET SUPPORT
669 P:      Andres Salomon <dilinger@queued.net>
670 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
671 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
672 S:      Supported
673 F:      drivers/char/hw_random/geode-rng.c
674 F:      drivers/crypto/geode*
675 F:      drivers/video/fbdev/geode/
676 F:      arch/x86/include/asm/geode.h
677
678 AMD IOMMU (AMD-VI)
679 M:      Joerg Roedel <joro@8bytes.org>
680 L:      iommu@lists.linux-foundation.org
681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
682 S:      Maintained
683 F:      drivers/iommu/amd_iommu*.[ch]
684 F:      include/linux/amd-iommu.h
685
686 AMD KFD
687 M:      Oded Gabbay <oded.gabbay@gmail.com>
688 L:      dri-devel@lists.freedesktop.org
689 T:      git git://people.freedesktop.org/~gabbayo/linux.git
690 S:      Supported
691 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
692 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
693 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
694 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
695 F:      drivers/gpu/drm/amd/amdkfd/
696 F:      drivers/gpu/drm/amd/include/cik_structs.h
697 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
698 F:      drivers/gpu/drm/amd/include/vi_structs.h
699 F:      drivers/gpu/drm/radeon/radeon_kfd.c
700 F:      drivers/gpu/drm/radeon/radeon_kfd.h
701 F:      include/uapi/linux/kfd_ioctl.h
702
703 AMD SEATTLE DEVICE TREE SUPPORT
704 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
705 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
706 M:      Tom Lendacky <thomas.lendacky@amd.com>
707 S:      Supported
708 F:      arch/arm64/boot/dts/amd/
709
710 AMD XGBE DRIVER
711 M:      Tom Lendacky <thomas.lendacky@amd.com>
712 L:      netdev@vger.kernel.org
713 S:      Supported
714 F:      drivers/net/ethernet/amd/xgbe/
715 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
716
717 AMS (Apple Motion Sensor) DRIVER
718 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
719 S:      Supported
720 F:      drivers/macintosh/ams/
721
722 ANALOG DEVICES INC AD9389B DRIVER
723 M:      Hans Verkuil <hans.verkuil@cisco.com>
724 L:      linux-media@vger.kernel.org
725 S:      Maintained
726 F:      drivers/media/i2c/ad9389b*
727
728 ANALOG DEVICES INC ADV7180 DRIVER
729 M:      Lars-Peter Clausen <lars@metafoo.de>
730 L:      linux-media@vger.kernel.org
731 W:      http://ez.analog.com/community/linux-device-drivers
732 S:      Supported
733 F:      drivers/media/i2c/adv7180.c
734
735 ANALOG DEVICES INC ADV7511 DRIVER
736 M:      Hans Verkuil <hans.verkuil@cisco.com>
737 L:      linux-media@vger.kernel.org
738 S:      Maintained
739 F:      drivers/media/i2c/adv7511*
740
741 ANALOG DEVICES INC ADV7604 DRIVER
742 M:      Hans Verkuil <hans.verkuil@cisco.com>
743 L:      linux-media@vger.kernel.org
744 S:      Maintained
745 F:      drivers/media/i2c/adv7604*
746
747 ANALOG DEVICES INC ADV7842 DRIVER
748 M:      Hans Verkuil <hans.verkuil@cisco.com>
749 L:      linux-media@vger.kernel.org
750 S:      Maintained
751 F:      drivers/media/i2c/adv7842*
752
753 ANALOG DEVICES INC ASOC CODEC DRIVERS
754 M:      Lars-Peter Clausen <lars@metafoo.de>
755 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
756 W:      http://wiki.analog.com/
757 W:      http://ez.analog.com/community/linux-device-drivers
758 S:      Supported
759 F:      sound/soc/codecs/adau*
760 F:      sound/soc/codecs/adav*
761 F:      sound/soc/codecs/ad1*
762 F:      sound/soc/codecs/ad7*
763 F:      sound/soc/codecs/ssm*
764 F:      sound/soc/codecs/sigmadsp.*
765
766 ANALOG DEVICES INC ASOC DRIVERS
767 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
768 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
769 W:      http://blackfin.uclinux.org/
770 S:      Supported
771 F:      sound/soc/blackfin/*
772
773 ANALOG DEVICES INC IIO DRIVERS
774 M:      Lars-Peter Clausen <lars@metafoo.de>
775 M:      Michael Hennerich <Michael.Hennerich@analog.com>
776 W:      http://wiki.analog.com/
777 W:      http://ez.analog.com/community/linux-device-drivers
778 S:      Supported
779 F:      drivers/iio/*/ad*
780 X:      drivers/iio/*/adjd*
781 F:      drivers/staging/iio/*/ad*
782 F:      staging/iio/trigger/iio-trig-bfin-timer.c
783
784 ANALOG DEVICES INC DMA DRIVERS
785 M:      Lars-Peter Clausen <lars@metafoo.de>
786 W:      http://ez.analog.com/community/linux-device-drivers
787 S:      Supported
788 F:      drivers/dma/dma-axi-dmac.c
789
790 ANDROID CONFIG FRAGMENTS
791 M:      Rob Herring <robh@kernel.org>
792 S:      Supported
793 F:      kernel/configs/android*
794
795 ANDROID DRIVERS
796 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
797 M:      Arve Hjønnevåg <arve@android.com>
798 M:      Riley Andrews <riandrews@android.com>
799 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
800 L:      devel@driverdev.osuosl.org
801 S:      Supported
802 F:      drivers/android/
803 F:      drivers/staging/android/
804
805 ANDROID ION DRIVER
806 M:      Laura Abbott <labbott@redhat.com>
807 M:      Sumit Semwal <sumit.semwal@linaro.org>
808 L:      devel@driverdev.osuosl.org
809 S:      Supported
810 F:      Documentation/devicetree/bindings/staging/ion/
811 F:      drivers/staging/android/ion
812 F:      drivers/staging/android/uapi/ion.h
813 F:      drivers/staging/android/uapi/ion_test.h
814
815 AOA (Apple Onboard Audio) ALSA DRIVER
816 M:      Johannes Berg <johannes@sipsolutions.net>
817 L:      linuxppc-dev@lists.ozlabs.org
818 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
819 S:      Maintained
820 F:      sound/aoa/
821
822 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
823 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
824 L:      linux-iio@vger.kernel.org
825 S:      Maintained
826 F:      drivers/iio/adc/stx104.c
827
828 APM DRIVER
829 M:      Jiri Kosina <jikos@kernel.org>
830 S:      Odd fixes
831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
832 F:      arch/x86/kernel/apm_32.c
833 F:      include/linux/apm_bios.h
834 F:      include/uapi/linux/apm_bios.h
835 F:      drivers/char/apm-emulation.c
836
837 APPLE BCM5974 MULTITOUCH DRIVER
838 M:      Henrik Rydberg <rydberg@bitmath.org>
839 L:      linux-input@vger.kernel.org
840 S:      Odd fixes
841 F:      drivers/input/mouse/bcm5974.c
842
843 APPLE SMC DRIVER
844 M:      Henrik Rydberg <rydberg@bitmath.org>
845 L:      linux-hwmon@vger.kernel.org
846 S:      Odd fixes
847 F:      drivers/hwmon/applesmc.c
848
849 APPLETALK NETWORK LAYER
850 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
851 S:      Maintained
852 F:      drivers/net/appletalk/
853 F:      net/appletalk/
854
855 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
856 M:      Duc Dang <dhdang@apm.com>
857 S:      Supported
858 F:      arch/arm64/boot/dts/apm/
859
860 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
861 M:      Iyappan Subramanian <isubramanian@apm.com>
862 M:      Keyur Chudgar <kchudgar@apm.com>
863 S:      Supported
864 F:      drivers/net/ethernet/apm/xgene/
865 F:      drivers/net/phy/mdio-xgene.c
866 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
867 F:      Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
868
869 APPLIED MICRO (APM) X-GENE SOC PMU
870 M:      Tai Nguyen <ttnguyen@apm.com>
871 S:      Supported
872 F:      drivers/perf/xgene_pmu.c
873 F:      Documentation/perf/xgene-pmu.txt
874 F:      Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
875
876 APTINA CAMERA SENSOR PLL
877 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
878 L:      linux-media@vger.kernel.org
879 S:      Maintained
880 F:      drivers/media/i2c/aptina-pll.*
881
882 ARC FRAMEBUFFER DRIVER
883 M:      Jaya Kumar <jayalk@intworks.biz>
884 S:      Maintained
885 F:      drivers/video/fbdev/arcfb.c
886 F:      drivers/video/fbdev/core/fb_defio.c
887
888 ARCNET NETWORK LAYER
889 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
890 L:      netdev@vger.kernel.org
891 S:      Maintained
892 F:      drivers/net/arcnet/
893 F:      include/uapi/linux/if_arcnet.h
894
895 ARC PGU DRM DRIVER
896 M:      Alexey Brodkin <abrodkin@synopsys.com>
897 S:      Supported
898 F:      drivers/gpu/drm/arc/
899 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
900
901 ARM ARCHITECTED TIMER DRIVER
902 M:      Mark Rutland <mark.rutland@arm.com>
903 M:      Marc Zyngier <marc.zyngier@arm.com>
904 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
905 S:      Maintained
906 F:      arch/arm/include/asm/arch_timer.h
907 F:      arch/arm64/include/asm/arch_timer.h
908 F:      drivers/clocksource/arm_arch_timer.c
909
910 ARM HDLCD DRM DRIVER
911 M:      Liviu Dudau <liviu.dudau@arm.com>
912 S:      Supported
913 F:      drivers/gpu/drm/arm/hdlcd_*
914 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
915
916 ARM MALI-DP DRM DRIVER
917 M:      Liviu Dudau <liviu.dudau@arm.com>
918 M:      Brian Starkey <brian.starkey@arm.com>
919 M:      Mali DP Maintainers <malidp@foss.arm.com>
920 S:      Supported
921 F:      drivers/gpu/drm/arm/
922 F:      Documentation/devicetree/bindings/display/arm,malidp.txt
923
924 ARM MFM AND FLOPPY DRIVERS
925 M:      Ian Molton <spyro@f2s.com>
926 S:      Maintained
927 F:      arch/arm/lib/floppydma.S
928 F:      arch/arm/include/asm/floppy.h
929
930 ARM PMU PROFILING AND DEBUGGING
931 M:      Will Deacon <will.deacon@arm.com>
932 M:      Mark Rutland <mark.rutland@arm.com>
933 S:      Maintained
934 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
935 F:      arch/arm*/kernel/perf_*
936 F:      arch/arm/oprofile/common.c
937 F:      arch/arm*/kernel/hw_breakpoint.c
938 F:      arch/arm*/include/asm/hw_breakpoint.h
939 F:      arch/arm*/include/asm/perf_event.h
940 F:      drivers/perf/*
941 F:      include/linux/perf/arm_pmu.h
942 F:      Documentation/devicetree/bindings/arm/pmu.txt
943
944 ARM PORT
945 M:      Russell King <linux@armlinux.org.uk>
946 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
947 W:      http://www.armlinux.org.uk/
948 S:      Maintained
949 F:      arch/arm/
950
951 ARM SUB-ARCHITECTURES
952 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
953 S:      Maintained
954 F:      arch/arm/mach-*/
955 F:      arch/arm/plat-*/
956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
957
958 ARM PRIMECELL AACI PL041 DRIVER
959 M:      Russell King <linux@armlinux.org.uk>
960 S:      Maintained
961 F:      sound/arm/aaci.*
962
963 ARM PRIMECELL CLCD PL110 DRIVER
964 M:      Russell King <linux@armlinux.org.uk>
965 S:      Maintained
966 F:      drivers/video/fbdev/amba-clcd.*
967
968 ARM PRIMECELL KMI PL050 DRIVER
969 M:      Russell King <linux@armlinux.org.uk>
970 S:      Maintained
971 F:      drivers/input/serio/ambakmi.*
972 F:      include/linux/amba/kmi.h
973
974 ARM PRIMECELL MMCI PL180/1 DRIVER
975 M:      Russell King <linux@armlinux.org.uk>
976 S:      Maintained
977 F:      drivers/mmc/host/mmci.*
978 F:      include/linux/amba/mmci.h
979
980 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
981 M:      Russell King <linux@armlinux.org.uk>
982 S:      Maintained
983 F:      drivers/tty/serial/amba-pl01*.c
984 F:      include/linux/amba/serial.h
985
986 ARM PRIMECELL BUS SUPPORT
987 M:      Russell King <linux@armlinux.org.uk>
988 S:      Maintained
989 F:      drivers/amba/
990 F:      include/linux/amba/bus.h
991
992 ARM/ADS SPHERE MACHINE SUPPORT
993 M:      Lennert Buytenhek <kernel@wantstofly.org>
994 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
995 S:      Maintained
996
997 ARM/AFEB9260 MACHINE SUPPORT
998 M:      Sergey Lapin <slapin@ossfans.org>
999 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1000 S:      Maintained
1001
1002 ARM/AJECO 1ARM MACHINE SUPPORT
1003 M:      Lennert Buytenhek <kernel@wantstofly.org>
1004 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1005 S:      Maintained
1006
1007 ARM/Allwinner sunXi SoC support
1008 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
1009 M:      Chen-Yu Tsai <wens@csie.org>
1010 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1011 S:      Maintained
1012 N:      sun[x456789]i
1013 F:      arch/arm/boot/dts/ntc-gr8*
1014
1015 ARM/Allwinner SoC Clock Support
1016 M:      Emilio López <emilio@elopez.com.ar>
1017 S:      Maintained
1018 F:      drivers/clk/sunxi/
1019
1020 ARM/Amlogic Meson SoC support
1021 M:      Carlo Caione <carlo@caione.org>
1022 M:      Kevin Hilman <khilman@baylibre.com>
1023 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1024 L:      linux-amlogic@lists.infradead.org
1025 W:      http://linux-meson.com/
1026 S:      Maintained
1027 F:      arch/arm/mach-meson/
1028 F:      arch/arm/boot/dts/meson*
1029 F:      arch/arm64/boot/dts/amlogic/
1030 F:      drivers/pinctrl/meson/
1031 N:      meson
1032
1033 ARM/Annapurna Labs ALPINE ARCHITECTURE
1034 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
1035 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
1036 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1037 S:      Maintained
1038 F:      arch/arm/mach-alpine/
1039 F:      arch/arm/boot/dts/alpine*
1040 F:      arch/arm64/boot/dts/al/
1041 F:      drivers/*/*alpine*
1042
1043 ARM/ARTPEC MACHINE SUPPORT
1044 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1045 M:      Lars Persson <lars.persson@axis.com>
1046 M:      Niklas Cassel <niklas.cassel@axis.com>
1047 S:      Maintained
1048 L:      linux-arm-kernel@axis.com
1049 F:      arch/arm/mach-artpec
1050 F:      arch/arm/boot/dts/artpec6*
1051 F:      drivers/clk/axis
1052
1053 ARM/ASPEED MACHINE SUPPORT
1054 M:      Joel Stanley <joel@jms.id.au>
1055 S:      Maintained
1056 F:      arch/arm/mach-aspeed/
1057 F:      arch/arm/boot/dts/aspeed-*
1058 F:      drivers/*/*aspeed*
1059
1060 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1061 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1062 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
1063 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1064 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1065 W:      http://www.linux4sam.org
1066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1067 S:      Supported
1068 F:      arch/arm/mach-at91/
1069 F:      include/soc/at91/
1070 F:      arch/arm/boot/dts/at91*.dts
1071 F:      arch/arm/boot/dts/at91*.dtsi
1072 F:      arch/arm/boot/dts/sama*.dts
1073 F:      arch/arm/boot/dts/sama*.dtsi
1074 F:      arch/arm/include/debug/at91.S
1075
1076 ARM/ATMEL AT91 Clock Support
1077 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
1078 S:      Maintained
1079 F:      drivers/clk/at91
1080
1081 ARM/CALXEDA HIGHBANK ARCHITECTURE
1082 M:      Rob Herring <robh@kernel.org>
1083 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1084 S:      Maintained
1085 F:      arch/arm/mach-highbank/
1086 F:      arch/arm/boot/dts/highbank.dts
1087 F:      arch/arm/boot/dts/ecx-*.dts*
1088
1089 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1090 M:      Krzysztof Halasa <khalasa@piap.pl>
1091 S:      Maintained
1092 F:      arch/arm/mach-cns3xxx/
1093
1094 ARM/CAVIUM THUNDER NETWORK DRIVER
1095 M:      Sunil Goutham <sgoutham@cavium.com>
1096 M:      Robert Richter <rric@kernel.org>
1097 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1098 S:      Supported
1099 F:      drivers/net/ethernet/cavium/thunder/
1100
1101 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1102 M:      Alexander Shiyan <shc_work@mail.ru>
1103 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1104 S:      Odd Fixes
1105 N:      clps711x
1106
1107 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1108 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1109 M:      Ryan Mallon <rmallon@gmail.com>
1110 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1111 S:      Maintained
1112 F:      arch/arm/mach-ep93xx/
1113 F:      arch/arm/mach-ep93xx/include/mach/
1114
1115 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1116 M:      Lennert Buytenhek <kernel@wantstofly.org>
1117 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1118 S:      Maintained
1119
1120 ARM/CLKDEV SUPPORT
1121 M:      Russell King <linux@armlinux.org.uk>
1122 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1123 S:      Maintained
1124 F:      arch/arm/include/asm/clkdev.h
1125 F:      drivers/clk/clkdev.c
1126
1127 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1128 M:      Mike Rapoport <mike@compulab.co.il>
1129 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130 S:      Maintained
1131
1132 ARM/CONTEC MICRO9 MACHINE SUPPORT
1133 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1134 S:      Maintained
1135 F:      arch/arm/mach-ep93xx/micro9.c
1136
1137 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1138 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1139 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1140 S:      Maintained
1141 F:      drivers/hwtracing/coresight/*
1142 F:      Documentation/trace/coresight.txt
1143 F:      Documentation/devicetree/bindings/arm/coresight.txt
1144 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1145 F:      tools/perf/arch/arm/util/pmu.c
1146 F:      tools/perf/arch/arm/util/auxtrace.c
1147 F:      tools/perf/arch/arm/util/cs-etm.c
1148 F:      tools/perf/arch/arm/util/cs-etm.h
1149 F:      tools/perf/util/cs-etm.h
1150
1151 ARM/CORGI MACHINE SUPPORT
1152 M:      Richard Purdie <rpurdie@rpsys.net>
1153 S:      Maintained
1154
1155 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1156 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1157 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1158 T:      git git://github.com/ulli-kroll/linux.git
1159 S:      Maintained
1160 F:      arch/arm/mach-gemini/
1161 F:      drivers/rtc/rtc-gemini.c
1162
1163 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1164 M:      Barry Song <baohua@kernel.org>
1165 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1166 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1167 S:      Maintained
1168 F:      arch/arm/boot/dts/prima2*
1169 F:      arch/arm/mach-prima2/
1170 F:      drivers/clk/sirf/
1171 F:      drivers/clocksource/timer-prima2.c
1172 F:      drivers/clocksource/timer-atlas7.c
1173 N:      [^a-z]sirf
1174
1175 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1176 M:      Baruch Siach <baruch@tkos.co.il>
1177 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1178 S:      Maintained
1179 F:      arch/arm/boot/dts/cx92755*
1180 N:      digicolor
1181
1182 ARM/EBSA110 MACHINE SUPPORT
1183 M:      Russell King <linux@armlinux.org.uk>
1184 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1185 W:      http://www.armlinux.org.uk/
1186 S:      Maintained
1187 F:      arch/arm/mach-ebsa110/
1188 F:      drivers/net/ethernet/amd/am79c961a.*
1189
1190 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1191 M:      Uwe Kleine-König <kernel@pengutronix.de>
1192 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1193 S:      Maintained
1194 N:      efm32
1195
1196 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1197 M:      Daniel Ribeiro <drwyrm@gmail.com>
1198 M:      Stefan Schmidt <stefan@openezx.org>
1199 M:      Harald Welte <laforge@openezx.org>
1200 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1201 W:      http://www.openezx.org/
1202 S:      Maintained
1203 T:      topgit git://git.openezx.org/openezx.git
1204 F:      arch/arm/mach-pxa/ezx.c
1205
1206 ARM/FARADAY FA526 PORT
1207 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1208 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1209 S:      Maintained
1210 T:      git git://git.berlios.de/gemini-board
1211 F:      arch/arm/mm/*-fa*
1212
1213 ARM/FOOTBRIDGE ARCHITECTURE
1214 M:      Russell King <linux@armlinux.org.uk>
1215 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1216 W:      http://www.armlinux.org.uk/
1217 S:      Maintained
1218 F:      arch/arm/include/asm/hardware/dec21285.h
1219 F:      arch/arm/mach-footbridge/
1220
1221 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1222 M:      Shawn Guo <shawnguo@kernel.org>
1223 M:      Sascha Hauer <kernel@pengutronix.de>
1224 R:      Fabio Estevam <fabio.estevam@nxp.com>
1225 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1226 S:      Maintained
1227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1228 F:      arch/arm/mach-imx/
1229 F:      arch/arm/mach-mxs/
1230 F:      arch/arm/boot/dts/imx*
1231 F:      arch/arm/configs/imx*_defconfig
1232 F:      drivers/clk/imx/
1233 F:      include/soc/imx/
1234
1235 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1236 M:      Shawn Guo <shawnguo@kernel.org>
1237 M:      Sascha Hauer <kernel@pengutronix.de>
1238 R:      Stefan Agner <stefan@agner.ch>
1239 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1240 S:      Maintained
1241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1242 F:      arch/arm/mach-imx/*vf610*
1243 F:      arch/arm/boot/dts/vf*
1244
1245 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1246 M:      Lennert Buytenhek <kernel@wantstofly.org>
1247 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1248 S:      Maintained
1249
1250 ARM/GUMSTIX MACHINE SUPPORT
1251 M:      Steve Sakoman <sakoman@gmail.com>
1252 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1253 S:      Maintained
1254
1255 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1256 M:      Philipp Zabel <philipp.zabel@gmail.com>
1257 M:      Paul Parsons <lost.distance@yahoo.com>
1258 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1259 S:      Maintained
1260 F:      arch/arm/mach-pxa/hx4700.c
1261 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1262 F:      sound/soc/pxa/hx4700.c
1263
1264 ARM/HISILICON SOC SUPPORT
1265 M:      Wei Xu <xuwei5@hisilicon.com>
1266 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1267 W:      http://www.hisilicon.com
1268 S:      Supported
1269 T:      git git://github.com/hisilicon/linux-hisi.git
1270 F:      arch/arm/mach-hisi/
1271 F:      arch/arm/boot/dts/hi3*
1272 F:      arch/arm/boot/dts/hip*
1273 F:      arch/arm/boot/dts/hisi*
1274 F:      arch/arm64/boot/dts/hisilicon/
1275
1276 ARM/HP JORNADA 7XX MACHINE SUPPORT
1277 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1278 W:      www.jlime.com
1279 S:      Maintained
1280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1281 F:      arch/arm/mach-sa1100/jornada720.c
1282 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1283
1284 ARM/IGEP MACHINE SUPPORT
1285 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1286 M:      Javier Martinez Canillas <javier@dowhile0.org>
1287 L:      linux-omap@vger.kernel.org
1288 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1289 S:      Maintained
1290 F:      arch/arm/boot/dts/omap3-igep*
1291
1292 ARM/INCOME PXA270 SUPPORT
1293 M:      Marek Vasut <marek.vasut@gmail.com>
1294 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1295 S:      Maintained
1296 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1297
1298 ARM/INTEL IOP32X ARM ARCHITECTURE
1299 M:      Lennert Buytenhek <kernel@wantstofly.org>
1300 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1301 S:      Maintained
1302
1303 ARM/INTEL IOP33X ARM ARCHITECTURE
1304 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1305 S:      Orphan
1306
1307 ARM/INTEL IOP13XX ARM ARCHITECTURE
1308 M:      Lennert Buytenhek <kernel@wantstofly.org>
1309 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1310 S:      Maintained
1311
1312 ARM/INTEL IQ81342EX MACHINE SUPPORT
1313 M:      Lennert Buytenhek <kernel@wantstofly.org>
1314 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1315 S:      Maintained
1316
1317 ARM/INTEL IXDP2850 MACHINE SUPPORT
1318 M:      Lennert Buytenhek <kernel@wantstofly.org>
1319 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1320 S:      Maintained
1321
1322 ARM/INTEL IXP4XX ARM ARCHITECTURE
1323 M:      Imre Kaloz <kaloz@openwrt.org>
1324 M:      Krzysztof Halasa <khalasa@piap.pl>
1325 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1326 S:      Maintained
1327 F:      arch/arm/mach-ixp4xx/
1328
1329 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1330 M:      Jonathan Cameron <jic23@cam.ac.uk>
1331 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1332 S:      Maintained
1333 F:      arch/arm/mach-pxa/stargate2.c
1334 F:      drivers/pcmcia/pxa2xx_stargate2.c
1335
1336 ARM/INTEL XSC3 (MANZANO) ARM CORE
1337 M:      Lennert Buytenhek <kernel@wantstofly.org>
1338 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1339 S:      Maintained
1340
1341 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1342 M:      Lennert Buytenhek <kernel@wantstofly.org>
1343 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1344 S:      Maintained
1345
1346 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1347 M:      Santosh Shilimkar <ssantosh@kernel.org>
1348 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1349 S:      Maintained
1350 F:      arch/arm/mach-keystone/
1351 F:      arch/arm/boot/dts/keystone-*
1352 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1353
1354 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1355 M:      Santosh Shilimkar <ssantosh@kernel.org>
1356 L:      linux-kernel@vger.kernel.org
1357 S:      Maintained
1358 F:      drivers/clk/keystone/
1359
1360 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1361 M:      Santosh Shilimkar <ssantosh@kernel.org>
1362 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1363 L:      linux-kernel@vger.kernel.org
1364 S:      Maintained
1365 F:      drivers/clocksource/timer-keystone.c
1366
1367 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1368 M:      Santosh Shilimkar <ssantosh@kernel.org>
1369 L:      linux-kernel@vger.kernel.org
1370 S:      Maintained
1371 F:      drivers/power/reset/keystone-reset.c
1372
1373 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1374 M:      Santosh Shilimkar <ssantosh@kernel.org>
1375 L:      linux-kernel@vger.kernel.org
1376 S:      Maintained
1377 F:      drivers/memory/*emif*
1378
1379 ARM/LG1K ARCHITECTURE
1380 M:      Chanho Min <chanho.min@lge.com>
1381 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1382 S:      Maintained
1383 F:      arch/arm64/boot/dts/lg/
1384
1385 ARM/LOGICPD PXA270 MACHINE SUPPORT
1386 M:      Lennert Buytenhek <kernel@wantstofly.org>
1387 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1388 S:      Maintained
1389
1390 ARM/LPC18XX ARCHITECTURE
1391 M:      Joachim Eastwood <manabian@gmail.com>
1392 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1393 S:      Maintained
1394 F:      arch/arm/boot/dts/lpc43*
1395 F:      drivers/clk/nxp/clk-lpc18xx*
1396 F:      drivers/clocksource/time-lpc32xx.c
1397 F:      drivers/i2c/busses/i2c-lpc2k.c
1398 F:      drivers/memory/pl172.c
1399 F:      drivers/mtd/spi-nor/nxp-spifi.c
1400 F:      drivers/rtc/rtc-lpc24xx.c
1401 N:      lpc18xx
1402
1403 ARM/LPC32XX SOC SUPPORT
1404 M:      Vladimir Zapolskiy <vz@mleia.com>
1405 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1406 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1407 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1408 S:      Maintained
1409 F:      arch/arm/boot/dts/lpc32*
1410 F:      arch/arm/mach-lpc32xx/
1411 F:      drivers/i2c/busses/i2c-pnx.c
1412 F:      drivers/net/ethernet/nxp/lpc_eth.c
1413 F:      drivers/usb/host/ohci-nxp.c
1414 F:      drivers/watchdog/pnx4008_wdt.c
1415 N:      lpc32xx
1416
1417 ARM/MAGICIAN MACHINE SUPPORT
1418 M:      Philipp Zabel <philipp.zabel@gmail.com>
1419 S:      Maintained
1420
1421 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1422 M:      Jason Cooper <jason@lakedaemon.net>
1423 M:      Andrew Lunn <andrew@lunn.ch>
1424 M:      Gregory Clement <gregory.clement@free-electrons.com>
1425 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1426 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1427 S:      Maintained
1428 F:      arch/arm/mach-mvebu/
1429 F:      drivers/rtc/rtc-armada38x.c
1430 F:      arch/arm/boot/dts/armada*
1431 F:      arch/arm/boot/dts/kirkwood*
1432 F:      arch/arm64/boot/dts/marvell/armada*
1433 F:      drivers/cpufreq/mvebu-cpufreq.c
1434 F:      arch/arm/configs/mvebu_*_defconfig
1435
1436 ARM/Marvell Berlin SoC support
1437 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1438 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1439 S:      Maintained
1440 F:      arch/arm/mach-berlin/
1441 F:      arch/arm/boot/dts/berlin*
1442 F:      arch/arm64/boot/dts/marvell/berlin*
1443
1444
1445 ARM/Marvell Dove/MV78xx0/Orion SOC support
1446 M:      Jason Cooper <jason@lakedaemon.net>
1447 M:      Andrew Lunn <andrew@lunn.ch>
1448 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1449 M:      Gregory Clement <gregory.clement@free-electrons.com>
1450 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1451 S:      Maintained
1452 F:      arch/arm/mach-dove/
1453 F:      arch/arm/mach-mv78xx0/
1454 F:      arch/arm/mach-orion5x/
1455 F:      arch/arm/plat-orion/
1456 F:      arch/arm/boot/dts/dove*
1457 F:      arch/arm/boot/dts/orion5x*
1458
1459
1460 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1461 M:      Alexander Clouter <alex@digriz.org.uk>
1462 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1463 W:      http://www.digriz.org.uk/ts78xx/kernel
1464 S:      Maintained
1465 F:      arch/arm/mach-orion5x/ts78xx-*
1466
1467 ARM/OXNAS platform support
1468 M:      Neil Armstrong <narmstrong@baylibre.com>
1469 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1470 L:      linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1471 S:      Maintained
1472 F:      arch/arm/mach-oxnas/
1473 F:      arch/arm/boot/dts/oxnas*
1474 F:      arch/arm/boot/dts/wd-mbwe.dts
1475 N:      oxnas
1476
1477 ARM/Mediatek RTC DRIVER
1478 M:      Eddie Huang <eddie.huang@mediatek.com>
1479 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1480 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1481 S:      Maintained
1482 F:      drivers/rtc/rtc-mt6397.c
1483
1484 ARM/Mediatek SoC support
1485 M:      Matthias Brugger <matthias.bgg@gmail.com>
1486 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1487 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1488 S:      Maintained
1489 F:      arch/arm/boot/dts/mt6*
1490 F:      arch/arm/boot/dts/mt8*
1491 F:      arch/arm/mach-mediatek/
1492 N:      mtk
1493 K:      mediatek
1494
1495 ARM/Mediatek USB3 PHY DRIVER
1496 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1497 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1498 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1499 S:      Maintained
1500 F:      drivers/phy/phy-mt65xx-usb3.c
1501
1502 ARM/MICREL KS8695 ARCHITECTURE
1503 M:      Greg Ungerer <gerg@uclinux.org>
1504 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1505 F:      arch/arm/mach-ks8695/
1506 S:      Odd Fixes
1507
1508 ARM/MIOA701 MACHINE SUPPORT
1509 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1510 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1511 F:      arch/arm/mach-pxa/mioa701.c
1512 S:      Maintained
1513
1514 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1515 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1516 S:      Maintained
1517
1518 ARM/NOMADIK ARCHITECTURE
1519 M:      Alessandro Rubini <rubini@unipv.it>
1520 M:      Linus Walleij <linus.walleij@linaro.org>
1521 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1522 S:      Maintained
1523 F:      arch/arm/mach-nomadik/
1524 F:      drivers/pinctrl/nomadik/
1525 F:      drivers/i2c/busses/i2c-nomadik.c
1526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1527
1528 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1529 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1530 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1531 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1532 S:      Supported
1533
1534 ARM/TOSA MACHINE SUPPORT
1535 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1536 M:      Dirk Opfer <dirk@opfer-online.de>
1537 S:      Maintained
1538
1539 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1540 M:      Marek Vasut <marek.vasut@gmail.com>
1541 L:      linux-arm-kernel@lists.infradead.org
1542 W:      http://hackndev.com
1543 S:      Maintained
1544 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1545 F:      arch/arm/mach-pxa/palmtx.c
1546 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1547 F:      arch/arm/mach-pxa/palmt5.c
1548 F:      arch/arm/mach-pxa/include/mach/palmld.h
1549 F:      arch/arm/mach-pxa/palmld.c
1550 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1551 F:      arch/arm/mach-pxa/palmte2.c
1552 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1553 F:      arch/arm/mach-pxa/palmtc.c
1554
1555 ARM/PALM TREO SUPPORT
1556 M:      Tomas Cech <sleep_walker@suse.com>
1557 L:      linux-arm-kernel@lists.infradead.org
1558 W:      http://hackndev.com
1559 S:      Maintained
1560 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1561 F:      arch/arm/mach-pxa/palmtreo.c
1562
1563 ARM/PALMZ72 SUPPORT
1564 M:      Sergey Lapin <slapin@ossfans.org>
1565 L:      linux-arm-kernel@lists.infradead.org
1566 W:      http://hackndev.com
1567 S:      Maintained
1568 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1569 F:      arch/arm/mach-pxa/palmz72.c
1570
1571 ARM/PLEB SUPPORT
1572 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1573 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1574 S:      Maintained
1575
1576 ARM/PT DIGITAL BOARD PORT
1577 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1578 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1579 W:      http://www.armlinux.org.uk/
1580 S:      Maintained
1581
1582 ARM/QUALCOMM SUPPORT
1583 M:      Andy Gross <andy.gross@linaro.org>
1584 M:      David Brown <david.brown@linaro.org>
1585 L:      linux-arm-msm@vger.kernel.org
1586 L:      linux-soc@vger.kernel.org
1587 S:      Maintained
1588 F:      Documentation/devicetree/bindings/soc/qcom/
1589 F:      arch/arm/boot/dts/qcom-*.dts
1590 F:      arch/arm/boot/dts/qcom-*.dtsi
1591 F:      arch/arm/mach-qcom/
1592 F:      arch/arm64/boot/dts/qcom/*
1593 F:      drivers/i2c/busses/i2c-qup.c
1594 F:      drivers/clk/qcom/
1595 F:      drivers/soc/qcom/
1596 F:      drivers/spi/spi-qup.c
1597 F:      drivers/tty/serial/msm_serial.h
1598 F:      drivers/tty/serial/msm_serial.c
1599 F:      drivers/*/pm8???-*
1600 F:      drivers/mfd/ssbi.c
1601 F:      drivers/firmware/qcom_scm.c
1602 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1603
1604 ARM/RADISYS ENP2611 MACHINE SUPPORT
1605 M:      Lennert Buytenhek <kernel@wantstofly.org>
1606 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1607 S:      Maintained
1608
1609 ARM/RENESAS ARM64 ARCHITECTURE
1610 M:      Simon Horman <horms@verge.net.au>
1611 M:      Magnus Damm <magnus.damm@gmail.com>
1612 L:      linux-renesas-soc@vger.kernel.org
1613 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1615 S:      Supported
1616 F:      arch/arm64/boot/dts/renesas/
1617 F:      drivers/soc/renesas/
1618 F:      include/linux/soc/renesas/
1619
1620 ARM/RISCPC ARCHITECTURE
1621 M:      Russell King <linux@armlinux.org.uk>
1622 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1623 W:      http://www.armlinux.org.uk/
1624 S:      Maintained
1625 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1626 F:      arch/arm/include/asm/hardware/ioc.h
1627 F:      arch/arm/include/asm/hardware/iomd.h
1628 F:      arch/arm/include/asm/hardware/memc.h
1629 F:      arch/arm/mach-rpc/
1630 F:      drivers/net/ethernet/8390/etherh.c
1631 F:      drivers/net/ethernet/i825xx/ether1*
1632 F:      drivers/net/ethernet/seeq/ether3*
1633 F:      drivers/scsi/arm/
1634
1635 ARM/Rockchip SoC support
1636 M:      Heiko Stuebner <heiko@sntech.de>
1637 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1638 L:      linux-rockchip@lists.infradead.org
1639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1640 S:      Maintained
1641 F:      arch/arm/boot/dts/rk3*
1642 F:      arch/arm/mach-rockchip/
1643 F:      drivers/clk/rockchip/
1644 F:      drivers/i2c/busses/i2c-rk3x.c
1645 F:      drivers/*/*rockchip*
1646 F:      drivers/*/*/*rockchip*
1647 F:      sound/soc/rockchip/
1648 N:      rockchip
1649
1650 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1651 M:      Kukjin Kim <kgene@kernel.org>
1652 M:      Krzysztof Kozlowski <krzk@kernel.org>
1653 R:      Javier Martinez Canillas <javier@osg.samsung.com>
1654 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1655 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1656 S:      Maintained
1657 F:      arch/arm/boot/dts/s3c*
1658 F:      arch/arm/boot/dts/s5p*
1659 F:      arch/arm/boot/dts/samsung*
1660 F:      arch/arm/boot/dts/exynos*
1661 F:      arch/arm64/boot/dts/exynos/
1662 F:      arch/arm/plat-samsung/
1663 F:      arch/arm/mach-s3c24*/
1664 F:      arch/arm/mach-s3c64xx/
1665 F:      arch/arm/mach-s5p*/
1666 F:      arch/arm/mach-exynos*/
1667 F:      drivers/*/*s3c24*
1668 F:      drivers/*/*/*s3c24*
1669 F:      drivers/*/*s3c64xx*
1670 F:      drivers/*/*s5pv210*
1671 F:      drivers/memory/samsung/*
1672 F:      drivers/soc/samsung/*
1673 F:      Documentation/arm/Samsung/
1674 F:      Documentation/devicetree/bindings/arm/samsung/
1675 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1676 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1677 N:      exynos
1678
1679 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1680 M:      Kyungmin Park <kyungmin.park@samsung.com>
1681 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1682 S:      Maintained
1683 F:      arch/arm/mach-s5pv210/
1684
1685 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1686 M:      Kyungmin Park <kyungmin.park@samsung.com>
1687 M:      Kamil Debski <kamil@wypas.org>
1688 M:      Andrzej Hajda <a.hajda@samsung.com>
1689 L:      linux-arm-kernel@lists.infradead.org
1690 L:      linux-media@vger.kernel.org
1691 S:      Maintained
1692 F:      drivers/media/platform/s5p-g2d/
1693
1694 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1695 M:      Kyungmin Park <kyungmin.park@samsung.com>
1696 M:      Kamil Debski <kamil@wypas.org>
1697 M:      Jeongtae Park <jtp.park@samsung.com>
1698 M:      Andrzej Hajda <a.hajda@samsung.com>
1699 L:      linux-arm-kernel@lists.infradead.org
1700 L:      linux-media@vger.kernel.org
1701 S:      Maintained
1702 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1703 F:      drivers/media/platform/s5p-mfc/
1704
1705 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1706 M:      Kyungmin Park <kyungmin.park@samsung.com>
1707 L:      linux-arm-kernel@lists.infradead.org
1708 L:      linux-media@vger.kernel.org
1709 S:      Maintained
1710 F:      drivers/staging/media/platform/s5p-cec/
1711
1712 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1713 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1714 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1715 L:      linux-arm-kernel@lists.infradead.org
1716 L:      linux-media@vger.kernel.org
1717 S:      Maintained
1718 F:      drivers/media/platform/s5p-jpeg/
1719
1720 ARM/SHMOBILE ARM ARCHITECTURE
1721 M:      Simon Horman <horms@verge.net.au>
1722 M:      Magnus Damm <magnus.damm@gmail.com>
1723 L:      linux-renesas-soc@vger.kernel.org
1724 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1726 S:      Supported
1727 F:      arch/arm/boot/dts/emev2*
1728 F:      arch/arm/boot/dts/r7s*
1729 F:      arch/arm/boot/dts/r8a*
1730 F:      arch/arm/boot/dts/sh*
1731 F:      arch/arm/configs/shmobile_defconfig
1732 F:      arch/arm/include/debug/renesas-scif.S
1733 F:      arch/arm/mach-shmobile/
1734 F:      drivers/soc/renesas/
1735 F:      include/linux/soc/renesas/
1736
1737 ARM/SOCFPGA ARCHITECTURE
1738 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1739 S:      Maintained
1740 F:      arch/arm/mach-socfpga/
1741 F:      arch/arm/boot/dts/socfpga*
1742 F:      arch/arm/configs/socfpga_defconfig
1743 F:      arch/arm64/boot/dts/altera/
1744 W:      http://www.rocketboards.org
1745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1746
1747 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1748 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1749 S:      Maintained
1750 F:      drivers/clk/socfpga/
1751
1752 ARM/SOCFPGA EDAC SUPPORT
1753 M:      Thor Thayer <tthayer@opensource.altera.com>
1754 S:      Maintained
1755 F:      drivers/edac/altera_edac.
1756
1757 ARM/STI ARCHITECTURE
1758 M:      Patrice Chotard <patrice.chotard@st.com>
1759 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1760 L:      kernel@stlinux.com
1761 W:      http://www.stlinux.com
1762 S:      Maintained
1763 F:      arch/arm/mach-sti/
1764 F:      arch/arm/boot/dts/sti*
1765 F:      drivers/char/hw_random/st-rng.c
1766 F:      drivers/clocksource/arm_global_timer.c
1767 F:      drivers/clocksource/clksrc_st_lpc.c
1768 F:      drivers/cpufreq/sti-cpufreq.c
1769 F:      drivers/i2c/busses/i2c-st.c
1770 F:      drivers/media/rc/st_rc.c
1771 F:      drivers/media/platform/sti/c8sectpfe/
1772 F:      drivers/mmc/host/sdhci-st.c
1773 F:      drivers/phy/phy-miphy28lp.c
1774 F:      drivers/phy/phy-miphy365x.c
1775 F:      drivers/phy/phy-stih407-usb.c
1776 F:      drivers/phy/phy-stih41x-usb.c
1777 F:      drivers/pinctrl/pinctrl-st.c
1778 F:      drivers/remoteproc/st_remoteproc.c
1779 F:      drivers/reset/sti/
1780 F:      drivers/rtc/rtc-st-lpc.c
1781 F:      drivers/tty/serial/st-asc.c
1782 F:      drivers/usb/dwc3/dwc3-st.c
1783 F:      drivers/usb/host/ehci-st.c
1784 F:      drivers/usb/host/ohci-st.c
1785 F:      drivers/watchdog/st_lpc_wdt.c
1786 F:      drivers/ata/ahci_st.c
1787
1788 ARM/STM32 ARCHITECTURE
1789 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1790 M:      Alexandre Torgue <alexandre.torgue@st.com>
1791 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1792 S:      Maintained
1793 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1794 N:      stm32
1795 F:      drivers/clocksource/armv7m_systick.c
1796
1797 ARM/TANGO ARCHITECTURE
1798 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1799 L:      linux-arm-kernel@lists.infradead.org
1800 S:      Maintained
1801 N:      tango
1802
1803 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1804 M:      Lennert Buytenhek <kernel@wantstofly.org>
1805 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1806 S:      Maintained
1807
1808 ARM/TETON BGA MACHINE SUPPORT
1809 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1810 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1811 S:      Maintained
1812
1813 ARM/THECUS N2100 MACHINE SUPPORT
1814 M:      Lennert Buytenhek <kernel@wantstofly.org>
1815 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1816 S:      Maintained
1817
1818 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1819 M:      Wan ZongShun <mcuos.com@gmail.com>
1820 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1821 W:      http://www.mcuos.com
1822 S:      Maintained
1823 F:      arch/arm/mach-w90x900/
1824 F:      drivers/input/keyboard/w90p910_keypad.c
1825 F:      drivers/input/touchscreen/w90p910_ts.c
1826 F:      drivers/watchdog/nuc900_wdt.c
1827 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1828 F:      drivers/mtd/nand/nuc900_nand.c
1829 F:      drivers/rtc/rtc-nuc900.c
1830 F:      drivers/spi/spi-nuc900.c
1831 F:      drivers/usb/host/ehci-w90x900.c
1832 F:      drivers/video/fbdev/nuc900fb.c
1833
1834 ARM/U300 MACHINE SUPPORT
1835 M:      Linus Walleij <linus.walleij@linaro.org>
1836 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1837 S:      Supported
1838 F:      arch/arm/mach-u300/
1839 F:      drivers/clocksource/timer-u300.c
1840 F:      drivers/i2c/busses/i2c-stu300.c
1841 F:      drivers/rtc/rtc-coh901331.c
1842 F:      drivers/watchdog/coh901327_wdt.c
1843 F:      drivers/dma/coh901318*
1844 F:      drivers/mfd/ab3100*
1845 F:      drivers/rtc/rtc-ab3100.c
1846 F:      drivers/rtc/rtc-coh901331.c
1847 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1848
1849 ARM/UNIPHIER ARCHITECTURE
1850 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1851 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1852 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1853 S:      Maintained
1854 F:      arch/arm/boot/dts/uniphier*
1855 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1856 F:      arch/arm/mach-uniphier/
1857 F:      arch/arm/mm/cache-uniphier.c
1858 F:      arch/arm64/boot/dts/socionext/
1859 F:      drivers/bus/uniphier-system-bus.c
1860 F:      drivers/clk/uniphier/
1861 F:      drivers/i2c/busses/i2c-uniphier*
1862 F:      drivers/pinctrl/uniphier/
1863 F:      drivers/reset/reset-uniphier.c
1864 F:      drivers/tty/serial/8250/8250_uniphier.c
1865 N:      uniphier
1866
1867 ARM/Ux500 ARM ARCHITECTURE
1868 M:      Linus Walleij <linus.walleij@linaro.org>
1869 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1870 S:      Maintained
1871 F:      arch/arm/mach-ux500/
1872 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1873 F:      drivers/dma/ste_dma40*
1874 F:      drivers/hwspinlock/u8500_hsem.c
1875 F:      drivers/mfd/abx500*
1876 F:      drivers/mfd/ab8500*
1877 F:      drivers/mfd/dbx500*
1878 F:      drivers/mfd/db8500*
1879 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1880 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1881 F:      drivers/rtc/rtc-ab8500.c
1882 F:      drivers/rtc/rtc-pl031.c
1883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1884
1885 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1886 M:      Ulf Hansson <ulf.hansson@linaro.org>
1887 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1888 T:      git git://git.linaro.org/people/ulfh/clk.git
1889 S:      Maintained
1890 F:      drivers/clk/ux500/
1891
1892 ARM/VERSATILE EXPRESS PLATFORM
1893 M:      Liviu Dudau <liviu.dudau@arm.com>
1894 M:      Sudeep Holla <sudeep.holla@arm.com>
1895 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1896 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1897 S:      Maintained
1898 F:      arch/arm/boot/dts/vexpress*
1899 F:      arch/arm64/boot/dts/arm/
1900 F:      arch/arm/mach-vexpress/
1901 F:      */*/vexpress*
1902 F:      */*/*/vexpress*
1903 F:      drivers/clk/versatile/clk-vexpress-osc.c
1904 F:      drivers/clocksource/versatile.c
1905 N:      mps2
1906
1907 ARM/VFP SUPPORT
1908 M:      Russell King <linux@armlinux.org.uk>
1909 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1910 W:      http://www.armlinux.org.uk/
1911 S:      Maintained
1912 F:      arch/arm/vfp/
1913
1914 ARM/VOIPAC PXA270 SUPPORT
1915 M:      Marek Vasut <marek.vasut@gmail.com>
1916 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1917 S:      Maintained
1918 F:      arch/arm/mach-pxa/vpac270.c
1919 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1920
1921 ARM/VT8500 ARM ARCHITECTURE
1922 M:      Tony Prisk <linux@prisktech.co.nz>
1923 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1924 S:      Maintained
1925 F:      arch/arm/mach-vt8500/
1926 F:      drivers/clocksource/vt8500_timer.c
1927 F:      drivers/i2c/busses/i2c-wmt.c
1928 F:      drivers/mmc/host/wmt-sdmmc.c
1929 F:      drivers/pwm/pwm-vt8500.c
1930 F:      drivers/rtc/rtc-vt8500.c
1931 F:      drivers/tty/serial/vt8500_serial.c
1932 F:      drivers/usb/host/ehci-platform.c
1933 F:      drivers/usb/host/uhci-platform.c
1934 F:      drivers/video/fbdev/vt8500lcdfb.*
1935 F:      drivers/video/fbdev/wm8505fb*
1936 F:      drivers/video/fbdev/wmt_ge_rops.*
1937
1938 ARM/ZIPIT Z2 SUPPORT
1939 M:      Marek Vasut <marek.vasut@gmail.com>
1940 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1941 S:      Maintained
1942 F:      arch/arm/mach-pxa/z2.c
1943 F:      arch/arm/mach-pxa/include/mach/z2.h
1944
1945 ARM/ZTE ARCHITECTURE
1946 M:      Jun Nie <jun.nie@linaro.org>
1947 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1948 S:      Maintained
1949 F:      arch/arm/mach-zx/
1950 F:      drivers/clk/zte/
1951 F:      Documentation/devicetree/bindings/arm/zte.txt
1952 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1953
1954 ARM/ZYNQ ARCHITECTURE
1955 M:      Michal Simek <michal.simek@xilinx.com>
1956 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1957 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1958 W:      http://wiki.xilinx.com
1959 T:      git https://github.com/Xilinx/linux-xlnx.git
1960 S:      Supported
1961 F:      arch/arm/mach-zynq/
1962 F:      drivers/cpuidle/cpuidle-zynq.c
1963 F:      drivers/block/xsysace.c
1964 N:      zynq
1965 N:      xilinx
1966 F:      drivers/clocksource/cadence_ttc_timer.c
1967 F:      drivers/i2c/busses/i2c-cadence.c
1968 F:      drivers/mmc/host/sdhci-of-arasan.c
1969 F:      drivers/edac/synopsys_edac.c
1970
1971 ARM SMMU DRIVERS
1972 M:      Will Deacon <will.deacon@arm.com>
1973 R:      Robin Murphy <robin.murphy@arm.com>
1974 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1975 S:      Maintained
1976 F:      drivers/iommu/arm-smmu.c
1977 F:      drivers/iommu/arm-smmu-v3.c
1978 F:      drivers/iommu/io-pgtable-arm.c
1979 F:      drivers/iommu/io-pgtable-arm-v7s.c
1980
1981 ARM64 PORT (AARCH64 ARCHITECTURE)
1982 M:      Catalin Marinas <catalin.marinas@arm.com>
1983 M:      Will Deacon <will.deacon@arm.com>
1984 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1986 S:      Maintained
1987 F:      arch/arm64/
1988 F:      Documentation/arm64/
1989
1990 AS3645A LED FLASH CONTROLLER DRIVER
1991 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1992 L:      linux-media@vger.kernel.org
1993 T:      git git://linuxtv.org/media_tree.git
1994 S:      Maintained
1995 F:      drivers/media/i2c/as3645a.c
1996 F:      include/media/i2c/as3645a.h
1997
1998 ASAHI KASEI AK8974 DRIVER
1999 M:      Linus Walleij <linus.walleij@linaro.org>
2000 L:      linux-iio@vger.kernel.org
2001 W:      http://www.akm.com/
2002 S:      Supported
2003 F:      drivers/iio/magnetometer/ak8974.c
2004
2005 ASC7621 HARDWARE MONITOR DRIVER
2006 M:      George Joseph <george.joseph@fairview5.com>
2007 L:      linux-hwmon@vger.kernel.org
2008 S:      Maintained
2009 F:      Documentation/hwmon/asc7621
2010 F:      drivers/hwmon/asc7621.c
2011
2012 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2013 M:      Corentin Chary <corentin.chary@gmail.com>
2014 L:      acpi4asus-user@lists.sourceforge.net
2015 L:      platform-driver-x86@vger.kernel.org
2016 W:      http://acpi4asus.sf.net
2017 S:      Maintained
2018 F:      drivers/platform/x86/asus*.c
2019 F:      drivers/platform/x86/eeepc*.c
2020
2021 ASUS WIRELESS RADIO CONTROL DRIVER
2022 M:      João Paulo Rechi Vita <jprvita@gmail.com>
2023 L:      platform-driver-x86@vger.kernel.org
2024 S:      Maintained
2025 F:      drivers/platform/x86/asus-wireless.c
2026
2027 ASYMMETRIC KEYS
2028 M:      David Howells <dhowells@redhat.com>
2029 L:      keyrings@vger.kernel.org
2030 S:      Maintained
2031 F:      Documentation/crypto/asymmetric-keys.txt
2032 F:      include/linux/verification.h
2033 F:      include/crypto/public_key.h
2034 F:      include/crypto/pkcs7.h
2035 F:      crypto/asymmetric_keys/
2036
2037 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2038 R:      Dan Williams <dan.j.williams@intel.com>
2039 W:      http://sourceforge.net/projects/xscaleiop
2040 S:      Odd fixes
2041 F:      Documentation/crypto/async-tx-api.txt
2042 F:      crypto/async_tx/
2043 F:      drivers/dma/
2044 F:      include/linux/dmaengine.h
2045 F:      include/linux/async_tx.h
2046
2047 AT24 EEPROM DRIVER
2048 M:      Wolfram Sang <wsa@the-dreams.de>
2049 L:      linux-i2c@vger.kernel.org
2050 S:      Maintained
2051 F:      drivers/misc/eeprom/at24.c
2052 F:      include/linux/platform_data/at24.h
2053
2054 ATA OVER ETHERNET (AOE) DRIVER
2055 M:      "Ed L. Cashin" <ed.cashin@acm.org>
2056 W:      http://www.openaoe.org/
2057 S:      Supported
2058 F:      Documentation/aoe/
2059 F:      drivers/block/aoe/
2060
2061 ATHEROS 71XX/9XXX GPIO DRIVER
2062 M:      Alban Bedel <albeu@free.fr>
2063 W:      https://github.com/AlbanBedel/linux
2064 T:      git git://github.com/AlbanBedel/linux
2065 S:      Maintained
2066 F:      drivers/gpio/gpio-ath79.c
2067 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2068
2069 ATHEROS ATH GENERIC UTILITIES
2070 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2071 L:      linux-wireless@vger.kernel.org
2072 S:      Supported
2073 F:      drivers/net/wireless/ath/*
2074
2075 ATHEROS ATH5K WIRELESS DRIVER
2076 M:      Jiri Slaby <jirislaby@gmail.com>
2077 M:      Nick Kossifidis <mickflemm@gmail.com>
2078 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2079 L:      linux-wireless@vger.kernel.org
2080 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2081 S:      Maintained
2082 F:      drivers/net/wireless/ath/ath5k/
2083
2084 ATHEROS ATH6KL WIRELESS DRIVER
2085 M:      Kalle Valo <kvalo@qca.qualcomm.com>
2086 L:      linux-wireless@vger.kernel.org
2087 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2089 S:      Supported
2090 F:      drivers/net/wireless/ath/ath6kl/
2091
2092 WILOCITY WIL6210 WIRELESS DRIVER
2093 M:      Maya Erez <qca_merez@qca.qualcomm.com>
2094 L:      linux-wireless@vger.kernel.org
2095 L:      wil6210@qca.qualcomm.com
2096 S:      Supported
2097 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2098 F:      drivers/net/wireless/ath/wil6210/
2099 F:      include/uapi/linux/wil6210_uapi.h
2100
2101 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2102 M:      Christian Lamparter <chunkeey@googlemail.com>
2103 L:      linux-wireless@vger.kernel.org
2104 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2105 S:      Maintained
2106 F:      drivers/net/wireless/ath/carl9170/
2107
2108 ATK0110 HWMON DRIVER
2109 M:      Luca Tettamanti <kronos.it@gmail.com>
2110 L:      linux-hwmon@vger.kernel.org
2111 S:      Maintained
2112 F:      drivers/hwmon/asus_atk0110.c
2113
2114 ATI_REMOTE2 DRIVER
2115 M:      Ville Syrjala <syrjala@sci.fi>
2116 S:      Maintained
2117 F:      drivers/input/misc/ati_remote2.c
2118
2119 ATLX ETHERNET DRIVERS
2120 M:      Jay Cliburn <jcliburn@gmail.com>
2121 M:      Chris Snook <chris.snook@gmail.com>
2122 L:      netdev@vger.kernel.org
2123 W:      http://sourceforge.net/projects/atl1
2124 W:      http://atl1.sourceforge.net
2125 S:      Maintained
2126 F:      drivers/net/ethernet/atheros/
2127
2128 ATM
2129 M:      Chas Williams <3chas3@gmail.com>
2130 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2131 L:      netdev@vger.kernel.org
2132 W:      http://linux-atm.sourceforge.net
2133 S:      Maintained
2134 F:      drivers/atm/
2135 F:      include/linux/atm*
2136 F:      include/uapi/linux/atm*
2137
2138 ATMEL AT91 / AT32 MCI DRIVER
2139 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2140 S:      Maintained
2141 F:      drivers/mmc/host/atmel-mci.c
2142
2143 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2144 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2145 S:      Supported
2146 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2147
2148 ATMEL SAMA5D2 ADC DRIVER
2149 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2150 L:      linux-iio@vger.kernel.org
2151 S:      Supported
2152 F:      drivers/iio/adc/at91-sama5d2_adc.c
2153
2154 ATMEL Audio ALSA driver
2155 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2156 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2157 S:      Supported
2158 F:      sound/soc/atmel
2159
2160 ATMEL DMA DRIVER
2161 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2162 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2163 S:      Supported
2164 F:      drivers/dma/at_hdmac.c
2165 F:      drivers/dma/at_hdmac_regs.h
2166 F:      include/linux/platform_data/dma-atmel.h
2167
2168 ATMEL XDMA DRIVER
2169 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2170 L:      linux-arm-kernel@lists.infradead.org
2171 L:      dmaengine@vger.kernel.org
2172 S:      Supported
2173 F:      drivers/dma/at_xdmac.c
2174
2175 ATMEL I2C DRIVER
2176 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2177 L:      linux-i2c@vger.kernel.org
2178 S:      Supported
2179 F:      drivers/i2c/busses/i2c-at91.c
2180
2181 ATMEL ISI DRIVER
2182 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2183 L:      linux-media@vger.kernel.org
2184 S:      Supported
2185 F:      drivers/media/platform/soc_camera/atmel-isi.c
2186 F:      include/media/atmel-isi.h
2187
2188 ATMEL LCDFB DRIVER
2189 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2190 L:      linux-fbdev@vger.kernel.org
2191 S:      Maintained
2192 F:      drivers/video/fbdev/atmel_lcdfb.c
2193 F:      include/video/atmel_lcdc.h
2194
2195 ATMEL MACB ETHERNET DRIVER
2196 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2197 S:      Supported
2198 F:      drivers/net/ethernet/cadence/
2199
2200 ATMEL NAND DRIVER
2201 M:      Wenyou Yang <wenyou.yang@atmel.com>
2202 M:      Josh Wu <rainyfeeling@outlook.com>
2203 L:      linux-mtd@lists.infradead.org
2204 S:      Supported
2205 F:      drivers/mtd/nand/atmel_nand*
2206
2207 ATMEL SDMMC DRIVER
2208 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2209 L:      linux-mmc@vger.kernel.org
2210 S:      Supported
2211 F:      drivers/mmc/host/sdhci-of-at91.c
2212
2213 ATMEL SPI DRIVER
2214 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2215 S:      Supported
2216 F:      drivers/spi/spi-atmel.*
2217
2218 ATMEL SSC DRIVER
2219 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2220 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2221 S:      Supported
2222 F:      drivers/misc/atmel-ssc.c
2223 F:      include/linux/atmel-ssc.h
2224
2225 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2226 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2227 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2228 S:      Supported
2229 F:      drivers/misc/atmel_tclib.c
2230 F:      drivers/clocksource/tcb_clksrc.c
2231
2232 ATMEL USBA UDC DRIVER
2233 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2234 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2235 S:      Supported
2236 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2237
2238 ATMEL WIRELESS DRIVER
2239 M:      Simon Kelley <simon@thekelleys.org.uk>
2240 L:      linux-wireless@vger.kernel.org
2241 W:      http://www.thekelleys.org.uk/atmel
2242 W:      http://atmelwlandriver.sourceforge.net/
2243 S:      Maintained
2244 F:      drivers/net/wireless/atmel/atmel*
2245
2246 ATMEL MAXTOUCH DRIVER
2247 M:      Nick Dyer <nick@shmanahar.org>
2248 T:      git git://github.com/ndyer/linux.git
2249 S:      Maintained
2250 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2251 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2252 F:      include/linux/platform_data/atmel_mxt_ts.h
2253
2254 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2255 M:      Bradley Grove <linuxdrivers@attotech.com>
2256 L:      linux-scsi@vger.kernel.org
2257 W:      http://www.attotech.com
2258 S:      Supported
2259 F:      drivers/scsi/esas2r
2260
2261 ATUSB IEEE 802.15.4 RADIO DRIVER
2262 M:      Stefan Schmidt <stefan@osg.samsung.com>
2263 L:      linux-wpan@vger.kernel.org
2264 S:      Maintained
2265 F:      drivers/net/ieee802154/atusb.c
2266 F:      drivers/net/ieee802154/atusb.h
2267 F:      drivers/net/ieee802154/at86rf230.h
2268
2269 AUDIT SUBSYSTEM
2270 M:      Paul Moore <paul@paul-moore.com>
2271 M:      Eric Paris <eparis@redhat.com>
2272 L:      linux-audit@redhat.com (moderated for non-subscribers)
2273 W:      http://people.redhat.com/sgrubb/audit/
2274 T:      git git://git.infradead.org/users/pcmoore/audit
2275 S:      Maintained
2276 F:      include/linux/audit.h
2277 F:      include/uapi/linux/audit.h
2278 F:      kernel/audit*
2279
2280 AUXILIARY DISPLAY DRIVERS
2281 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2282 W:      http://miguelojeda.es/auxdisplay.htm
2283 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2284 S:      Maintained
2285 F:      drivers/auxdisplay/
2286 F:      include/linux/cfag12864b.h
2287
2288 AVR32 ARCHITECTURE
2289 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2290 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2291 W:      http://www.atmel.com/products/AVR32/
2292 W:      http://mirror.egtvedt.no/avr32linux.org/
2293 W:      http://avrfreaks.net/
2294 S:      Maintained
2295 F:      arch/avr32/
2296
2297 AVR32/AT32AP MACHINE SUPPORT
2298 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2299 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2300 S:      Maintained
2301 F:      arch/avr32/mach-at32ap/
2302
2303 AX.25 NETWORK LAYER
2304 M:      Ralf Baechle <ralf@linux-mips.org>
2305 L:      linux-hams@vger.kernel.org
2306 W:      http://www.linux-ax25.org/
2307 S:      Maintained
2308 F:      include/uapi/linux/ax25.h
2309 F:      include/net/ax25.h
2310 F:      net/ax25/
2311
2312 AZ6007 DVB DRIVER
2313 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2314 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2315 L:      linux-media@vger.kernel.org
2316 W:      https://linuxtv.org
2317 T:      git git://linuxtv.org/media_tree.git
2318 S:      Maintained
2319 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2320
2321 AZTECH FM RADIO RECEIVER DRIVER
2322 M:      Hans Verkuil <hverkuil@xs4all.nl>
2323 L:      linux-media@vger.kernel.org
2324 T:      git git://linuxtv.org/media_tree.git
2325 W:      https://linuxtv.org
2326 S:      Maintained
2327 F:      drivers/media/radio/radio-aztech*
2328
2329 B43 WIRELESS DRIVER
2330 L:      linux-wireless@vger.kernel.org
2331 L:      b43-dev@lists.infradead.org
2332 W:      http://wireless.kernel.org/en/users/Drivers/b43
2333 S:      Odd Fixes
2334 F:      drivers/net/wireless/broadcom/b43/
2335
2336 B43LEGACY WIRELESS DRIVER
2337 M:      Larry Finger <Larry.Finger@lwfinger.net>
2338 L:      linux-wireless@vger.kernel.org
2339 L:      b43-dev@lists.infradead.org
2340 W:      http://wireless.kernel.org/en/users/Drivers/b43
2341 S:      Maintained
2342 F:      drivers/net/wireless/broadcom/b43legacy/
2343
2344 BACKLIGHT CLASS/SUBSYSTEM
2345 M:      Jingoo Han <jingoohan1@gmail.com>
2346 M:      Lee Jones <lee.jones@linaro.org>
2347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2348 S:      Maintained
2349 F:      drivers/video/backlight/
2350 F:      include/linux/backlight.h
2351
2352 BATMAN ADVANCED
2353 M:      Marek Lindner <mareklindner@neomailbox.ch>
2354 M:      Simon Wunderlich <sw@simonwunderlich.de>
2355 M:      Antonio Quartulli <a@unstable.cc>
2356 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2357 W:      https://www.open-mesh.org/
2358 Q:      https://patchwork.open-mesh.org/project/batman/list/
2359 S:      Maintained
2360 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2361 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2362 F:      Documentation/networking/batman-adv.txt
2363 F:      include/uapi/linux/batman_adv.h
2364 F:      net/batman-adv/
2365
2366 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2367 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2368 L:      linux-hams@vger.kernel.org
2369 W:      http://www.baycom.org/~tom/ham/ham.html
2370 S:      Maintained
2371 F:      drivers/net/hamradio/baycom*
2372
2373 BCACHE (BLOCK LAYER CACHE)
2374 M:      Kent Overstreet <kent.overstreet@gmail.com>
2375 L:      linux-bcache@vger.kernel.org
2376 W:      http://bcache.evilpiepirate.org
2377 S:      Orphan
2378 F:      drivers/md/bcache/
2379
2380 BDISP ST MEDIA DRIVER
2381 M:      Fabien Dessenne <fabien.dessenne@st.com>
2382 L:      linux-media@vger.kernel.org
2383 T:      git git://linuxtv.org/media_tree.git
2384 W:      https://linuxtv.org
2385 S:      Supported
2386 F:      drivers/media/platform/sti/bdisp
2387
2388 BEFS FILE SYSTEM
2389 M:      Luis de Bethencourt <luisbg@osg.samsung.com>
2390 M:      Salah Triki <salah.triki@gmail.com>
2391 S:      Maintained
2392 T:      git git://github.com/luisbg/linux-befs.git
2393 F:      Documentation/filesystems/befs.txt
2394 F:      fs/befs/
2395
2396 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2397 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2398 L:      netdev@vger.kernel.org
2399 S:      Maintained
2400 F:      drivers/net/ethernet/ec_bhf.c
2401
2402 BFS FILE SYSTEM
2403 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2404 S:      Maintained
2405 F:      Documentation/filesystems/bfs.txt
2406 F:      fs/bfs/
2407 F:      include/uapi/linux/bfs_fs.h
2408
2409 BLACKFIN ARCHITECTURE
2410 M:      Steven Miao <realmz6@gmail.com>
2411 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2412 T:      git git://git.code.sf.net/p/adi-linux/code
2413 W:      http://blackfin.uclinux.org
2414 S:      Supported
2415 F:      arch/blackfin/
2416
2417 BLACKFIN EMAC DRIVER
2418 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2419 W:      http://blackfin.uclinux.org
2420 S:      Supported
2421 F:      drivers/net/ethernet/adi/
2422
2423 BLACKFIN RTC DRIVER
2424 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2425 W:      http://blackfin.uclinux.org
2426 S:      Supported
2427 F:      drivers/rtc/rtc-bfin.c
2428
2429 BLACKFIN SDH DRIVER
2430 M:      Sonic Zhang <sonic.zhang@analog.com>
2431 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2432 W:      http://blackfin.uclinux.org
2433 S:      Supported
2434 F:      drivers/mmc/host/bfin_sdh.c
2435
2436 BLACKFIN SERIAL DRIVER
2437 M:      Sonic Zhang <sonic.zhang@analog.com>
2438 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2439 W:      http://blackfin.uclinux.org
2440 S:      Supported
2441 F:      drivers/tty/serial/bfin_uart.c
2442
2443 BLACKFIN WATCHDOG DRIVER
2444 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2445 W:      http://blackfin.uclinux.org
2446 S:      Supported
2447 F:      drivers/watchdog/bfin_wdt.c
2448
2449 BLACKFIN I2C TWI DRIVER
2450 M:      Sonic Zhang <sonic.zhang@analog.com>
2451 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2452 W:      http://blackfin.uclinux.org/
2453 S:      Supported
2454 F:      drivers/i2c/busses/i2c-bfin-twi.c
2455
2456 BLACKFIN MEDIA DRIVER
2457 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2458 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2459 W:      http://blackfin.uclinux.org/
2460 S:      Supported
2461 F:      drivers/media/platform/blackfin/
2462 F:      drivers/media/i2c/adv7183*
2463 F:      drivers/media/i2c/vs6624*
2464
2465 BLINKM RGB LED DRIVER
2466 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2467 S:      Maintained
2468 F:      drivers/leds/leds-blinkm.c
2469
2470 BLOCK LAYER
2471 M:      Jens Axboe <axboe@kernel.dk>
2472 L:      linux-block@vger.kernel.org
2473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2474 S:      Maintained
2475 F:      block/
2476 F:      kernel/trace/blktrace.c
2477 F:      lib/sbitmap.c
2478
2479 BLOCK2MTD DRIVER
2480 M:      Joern Engel <joern@lazybastard.org>
2481 L:      linux-mtd@lists.infradead.org
2482 S:      Maintained
2483 F:      drivers/mtd/devices/block2mtd.c
2484
2485 BLUETOOTH DRIVERS
2486 M:      Marcel Holtmann <marcel@holtmann.org>
2487 M:      Gustavo Padovan <gustavo@padovan.org>
2488 M:      Johan Hedberg <johan.hedberg@gmail.com>
2489 L:      linux-bluetooth@vger.kernel.org
2490 W:      http://www.bluez.org/
2491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2492 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2493 S:      Maintained
2494 F:      drivers/bluetooth/
2495
2496 BLUETOOTH SUBSYSTEM
2497 M:      Marcel Holtmann <marcel@holtmann.org>
2498 M:      Gustavo Padovan <gustavo@padovan.org>
2499 M:      Johan Hedberg <johan.hedberg@gmail.com>
2500 L:      linux-bluetooth@vger.kernel.org
2501 W:      http://www.bluez.org/
2502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2504 S:      Maintained
2505 F:      net/bluetooth/
2506 F:      include/net/bluetooth/
2507
2508 BONDING DRIVER
2509 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2510 M:      Veaceslav Falico <vfalico@gmail.com>
2511 M:      Andy Gospodarek <andy@greyhouse.net>
2512 L:      netdev@vger.kernel.org
2513 W:      http://sourceforge.net/projects/bonding/
2514 S:      Supported
2515 F:      drivers/net/bonding/
2516 F:      include/uapi/linux/if_bonding.h
2517
2518 BPF (Safe dynamic programs and tools)
2519 M:      Alexei Starovoitov <ast@kernel.org>
2520 L:      netdev@vger.kernel.org
2521 L:      linux-kernel@vger.kernel.org
2522 S:      Supported
2523 F:      kernel/bpf/
2524
2525 BROADCOM B44 10/100 ETHERNET DRIVER
2526 M:      Michael Chan <michael.chan@broadcom.com>
2527 L:      netdev@vger.kernel.org
2528 S:      Supported
2529 F:      drivers/net/ethernet/broadcom/b44.*
2530
2531 BROADCOM B53 ETHERNET SWITCH DRIVER
2532 M:      Florian Fainelli <f.fainelli@gmail.com>
2533 L:      netdev@vger.kernel.org
2534 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
2535 S:      Supported
2536 F:      drivers/net/dsa/b53/*
2537 F:      include/linux/platform_data/b53.h
2538
2539 BROADCOM GENET ETHERNET DRIVER
2540 M:      Florian Fainelli <f.fainelli@gmail.com>
2541 L:      netdev@vger.kernel.org
2542 S:      Supported
2543 F:      drivers/net/ethernet/broadcom/genet/
2544
2545 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2546 M:      Rasesh Mody <rasesh.mody@cavium.com>
2547 M:      Harish Patil <harish.patil@cavium.com>
2548 M:      Dept-GELinuxNICDev@cavium.com
2549 L:      netdev@vger.kernel.org
2550 S:      Supported
2551 F:      drivers/net/ethernet/broadcom/bnx2.*
2552 F:      drivers/net/ethernet/broadcom/bnx2_*
2553
2554 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2555 M:      Yuval Mintz <Yuval.Mintz@cavium.com>
2556 M:      Ariel Elior <ariel.elior@cavium.com>
2557 M:      everest-linux-l2@cavium.com
2558 L:      netdev@vger.kernel.org
2559 S:      Supported
2560 F:      drivers/net/ethernet/broadcom/bnx2x/
2561
2562 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2563 M:      Florian Fainelli <f.fainelli@gmail.com>
2564 M:      Ray Jui <rjui@broadcom.com>
2565 M:      Scott Branden <sbranden@broadcom.com>
2566 M:      bcm-kernel-feedback-list@broadcom.com
2567 T:      git git://github.com/broadcom/mach-bcm
2568 S:      Maintained
2569 N:      bcm281*
2570 N:      bcm113*
2571 N:      bcm216*
2572 N:      kona
2573 F:      arch/arm/mach-bcm/
2574
2575 BROADCOM BCM2835 ARM ARCHITECTURE
2576 M:      Stephen Warren <swarren@wwwdotorg.org>
2577 M:      Lee Jones <lee@kernel.org>
2578 M:      Eric Anholt <eric@anholt.net>
2579 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2580 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2581 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2582 S:      Maintained
2583 N:      bcm2835
2584
2585 BROADCOM BCM47XX MIPS ARCHITECTURE
2586 M:      Hauke Mehrtens <hauke@hauke-m.de>
2587 M:      Rafał Miłecki <zajec5@gmail.com>
2588 L:      linux-mips@linux-mips.org
2589 S:      Maintained
2590 F:      Documentation/devicetree/bindings/mips/brcm/
2591 F:      arch/mips/bcm47xx/*
2592 F:      arch/mips/include/asm/mach-bcm47xx/*
2593
2594 BROADCOM BCM5301X ARM ARCHITECTURE
2595 M:      Hauke Mehrtens <hauke@hauke-m.de>
2596 M:      Rafał Miłecki <zajec5@gmail.com>
2597 M:      bcm-kernel-feedback-list@broadcom.com
2598 L:      linux-arm-kernel@lists.infradead.org
2599 S:      Maintained
2600 F:      arch/arm/mach-bcm/bcm_5301x.c
2601 F:      arch/arm/boot/dts/bcm5301x*.dtsi
2602 F:      arch/arm/boot/dts/bcm470*
2603
2604 BROADCOM BCM53573 ARM ARCHITECTURE
2605 M:      Rafał Miłecki <rafal@milecki.pl>
2606 L:      linux-arm-kernel@lists.infradead.org
2607 S:      Maintained
2608 F:      arch/arm/boot/dts/bcm53573*
2609 F:      arch/arm/boot/dts/bcm47189*
2610
2611 BROADCOM BCM63XX ARM ARCHITECTURE
2612 M:      Florian Fainelli <f.fainelli@gmail.com>
2613 M:      bcm-kernel-feedback-list@broadcom.com
2614 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2615 T:      git git://github.com/broadcom/stblinux.git
2616 S:      Maintained
2617 N:      bcm63xx
2618
2619 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2620 M:      Kevin Cernekee <cernekee@gmail.com>
2621 L:      linux-usb@vger.kernel.org
2622 S:      Maintained
2623 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2624
2625 BROADCOM BCM7XXX ARM ARCHITECTURE
2626 M:      Brian Norris <computersforpeace@gmail.com>
2627 M:      Gregory Fong <gregory.0xf0@gmail.com>
2628 M:      Florian Fainelli <f.fainelli@gmail.com>
2629 M:      bcm-kernel-feedback-list@broadcom.com
2630 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2631 T:      git git://github.com/broadcom/stblinux.git
2632 S:      Maintained
2633 F:      arch/arm/mach-bcm/*brcmstb*
2634 F:      arch/arm/boot/dts/bcm7*.dts*
2635 F:      drivers/bus/brcmstb_gisb.c
2636 N:      brcmstb
2637
2638 BROADCOM BMIPS MIPS ARCHITECTURE
2639 M:      Kevin Cernekee <cernekee@gmail.com>
2640 M:      Florian Fainelli <f.fainelli@gmail.com>
2641 L:      linux-mips@linux-mips.org
2642 T:      git git://github.com/broadcom/stblinux.git
2643 S:      Maintained
2644 F:      arch/mips/bmips/*
2645 F:      arch/mips/include/asm/mach-bmips/*
2646 F:      arch/mips/kernel/*bmips*
2647 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2648 F:      drivers/irqchip/irq-bcm63*
2649 F:      drivers/irqchip/irq-bcm7*
2650 F:      drivers/irqchip/irq-brcmstb*
2651 F:      include/linux/bcm963xx_nvram.h
2652 F:      include/linux/bcm963xx_tag.h
2653
2654 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2655 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2656 M:      Prashant Sreedharan <prashant@broadcom.com>
2657 M:      Michael Chan <mchan@broadcom.com>
2658 L:      netdev@vger.kernel.org
2659 S:      Supported
2660 F:      drivers/net/ethernet/broadcom/tg3.*
2661
2662 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2663 M:      Arend van Spriel <arend.vanspriel@broadcom.com>
2664 M:      Franky Lin <franky.lin@broadcom.com>
2665 M:      Hante Meuleman <hante.meuleman@broadcom.com>
2666 L:      linux-wireless@vger.kernel.org
2667 L:      brcm80211-dev-list.pdl@broadcom.com
2668 S:      Supported
2669 F:      drivers/net/wireless/broadcom/brcm80211/
2670
2671 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2672 M:      QLogic-Storage-Upstream@qlogic.com
2673 L:      linux-scsi@vger.kernel.org
2674 S:      Supported
2675 F:      drivers/scsi/bnx2fc/
2676
2677 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2678 M:      QLogic-Storage-Upstream@qlogic.com
2679 L:      linux-scsi@vger.kernel.org
2680 S:      Supported
2681 F:      drivers/scsi/bnx2i/
2682
2683 BROADCOM IPROC ARM ARCHITECTURE
2684 M:      Ray Jui <rjui@broadcom.com>
2685 M:      Scott Branden <sbranden@broadcom.com>
2686 M:      Jon Mason <jonmason@broadcom.com>
2687 M:      bcm-kernel-feedback-list@broadcom.com
2688 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2689 T:      git git://github.com/broadcom/cygnus-linux.git
2690 S:      Maintained
2691 N:      iproc
2692 N:      cygnus
2693 N:      bcm[-_]nsp
2694 N:      bcm9113*
2695 N:      bcm9583*
2696 N:      bcm9585*
2697 N:      bcm9586*
2698 N:      bcm988312
2699 N:      bcm113*
2700 N:      bcm583*
2701 N:      bcm585*
2702 N:      bcm586*
2703 N:      bcm88312
2704 F:      arch/arm64/boot/dts/broadcom/ns2*
2705 F:      drivers/clk/bcm/clk-ns*
2706 F:      drivers/pinctrl/bcm/pinctrl-ns*
2707
2708 BROADCOM BRCMSTB GPIO DRIVER
2709 M:      Gregory Fong <gregory.0xf0@gmail.com>
2710 L:      bcm-kernel-feedback-list@broadcom.com
2711 S:      Supported
2712 F:      drivers/gpio/gpio-brcmstb.c
2713 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2714
2715 BROADCOM KONA GPIO DRIVER
2716 M:      Ray Jui <rjui@broadcom.com>
2717 L:      bcm-kernel-feedback-list@broadcom.com
2718 S:      Supported
2719 F:      drivers/gpio/gpio-bcm-kona.c
2720 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2721
2722 BROADCOM NVRAM DRIVER
2723 M:      Rafał Miłecki <zajec5@gmail.com>
2724 L:      linux-mips@linux-mips.org
2725 S:      Maintained
2726 F:      drivers/firmware/broadcom/*
2727
2728 BROADCOM STB NAND FLASH DRIVER
2729 M:      Brian Norris <computersforpeace@gmail.com>
2730 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2731 L:      linux-mtd@lists.infradead.org
2732 L:      bcm-kernel-feedback-list@broadcom.com
2733 S:      Maintained
2734 F:      drivers/mtd/nand/brcmnand/
2735
2736 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2737 M:      Rafał Miłecki <zajec5@gmail.com>
2738 L:      linux-wireless@vger.kernel.org
2739 S:      Maintained
2740 F:      drivers/bcma/
2741 F:      include/linux/bcma/
2742
2743 BROADCOM SYSTEMPORT ETHERNET DRIVER
2744 M:      Florian Fainelli <f.fainelli@gmail.com>
2745 L:      netdev@vger.kernel.org
2746 S:      Supported
2747 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2748
2749 BROADCOM VULCAN ARM64 SOC
2750 M:      Jayachandran C. <jchandra@broadcom.com>
2751 M:      bcm-kernel-feedback-list@broadcom.com
2752 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2753 S:      Maintained
2754 F:      arch/arm64/boot/dts/broadcom/vulcan*
2755
2756 BROCADE BFA FC SCSI DRIVER
2757 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2758 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2759 L:      linux-scsi@vger.kernel.org
2760 S:      Supported
2761 F:      drivers/scsi/bfa/
2762
2763 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2764 M:      Rasesh Mody <rasesh.mody@cavium.com>
2765 M:      Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
2766 M:      Dept-GELinuxNICDev@cavium.com
2767 L:      netdev@vger.kernel.org
2768 S:      Supported
2769 F:      drivers/net/ethernet/brocade/bna/
2770
2771 BSG (block layer generic sg v4 driver)
2772 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2773 L:      linux-scsi@vger.kernel.org
2774 S:      Supported
2775 F:      block/bsg.c
2776 F:      include/linux/bsg.h
2777 F:      include/uapi/linux/bsg.h
2778
2779 BT87X AUDIO DRIVER
2780 M:      Clemens Ladisch <clemens@ladisch.de>
2781 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2782 T:      git git://git.alsa-project.org/alsa-kernel.git
2783 S:      Maintained
2784 F:      Documentation/sound/alsa/Bt87x.txt
2785 F:      sound/pci/bt87x.c
2786
2787 BT8XXGPIO DRIVER
2788 M:      Michael Buesch <m@bues.ch>
2789 W:      http://bu3sch.de/btgpio.php
2790 S:      Maintained
2791 F:      drivers/gpio/gpio-bt8xx.c
2792
2793 BTRFS FILE SYSTEM
2794 M:      Chris Mason <clm@fb.com>
2795 M:      Josef Bacik <jbacik@fb.com>
2796 M:      David Sterba <dsterba@suse.com>
2797 L:      linux-btrfs@vger.kernel.org
2798 W:      http://btrfs.wiki.kernel.org/
2799 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2801 S:      Maintained
2802 F:      Documentation/filesystems/btrfs.txt
2803 F:      fs/btrfs/
2804
2805 BTTV VIDEO4LINUX DRIVER
2806 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2807 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2808 L:      linux-media@vger.kernel.org
2809 W:      https://linuxtv.org
2810 T:      git git://linuxtv.org/media_tree.git
2811 S:      Odd fixes
2812 F:      Documentation/media/v4l-drivers/bttv*
2813 F:      drivers/media/pci/bt8xx/bttv*
2814
2815 BUSLOGIC SCSI DRIVER
2816 M:      Khalid Aziz <khalid@gonehiking.org>
2817 L:      linux-scsi@vger.kernel.org
2818 S:      Maintained
2819 F:      drivers/scsi/BusLogic.*
2820 F:      drivers/scsi/FlashPoint.*
2821
2822 C-MEDIA CMI8788 DRIVER
2823 M:      Clemens Ladisch <clemens@ladisch.de>
2824 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2825 T:      git git://git.alsa-project.org/alsa-kernel.git
2826 S:      Maintained
2827 F:      sound/pci/oxygen/
2828
2829 C6X ARCHITECTURE
2830 M:      Mark Salter <msalter@redhat.com>
2831 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2832 L:      linux-c6x-dev@linux-c6x.org
2833 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2834 S:      Maintained
2835 F:      arch/c6x/
2836
2837 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2838 M:      David Howells <dhowells@redhat.com>
2839 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2840 S:      Supported
2841 F:      Documentation/filesystems/caching/cachefiles.txt
2842 F:      fs/cachefiles/
2843
2844 CADET FM/AM RADIO RECEIVER DRIVER
2845 M:      Hans Verkuil <hverkuil@xs4all.nl>
2846 L:      linux-media@vger.kernel.org
2847 T:      git git://linuxtv.org/media_tree.git
2848 W:      https://linuxtv.org
2849 S:      Maintained
2850 F:      drivers/media/radio/radio-cadet*
2851
2852 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2853 M:      Jonathan Corbet <corbet@lwn.net>
2854 L:      linux-media@vger.kernel.org
2855 T:      git git://linuxtv.org/media_tree.git
2856 S:      Maintained
2857 F:      Documentation/media/v4l-drivers/cafe_ccic*
2858 F:      drivers/media/platform/marvell-ccic/
2859
2860 CAIF NETWORK LAYER
2861 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2862 L:      netdev@vger.kernel.org
2863 S:      Supported
2864 F:      Documentation/networking/caif/
2865 F:      drivers/net/caif/
2866 F:      include/uapi/linux/caif/
2867 F:      include/net/caif/
2868 F:      net/caif/
2869
2870 CALGARY x86-64 IOMMU
2871 M:      Muli Ben-Yehuda <mulix@mulix.org>
2872 M:      Jon Mason <jdmason@kudzu.us>
2873 L:      iommu@lists.linux-foundation.org
2874 S:      Maintained
2875 F:      arch/x86/kernel/pci-calgary_64.c
2876 F:      arch/x86/kernel/tce_64.c
2877 F:      arch/x86/include/asm/calgary.h
2878 F:      arch/x86/include/asm/tce.h
2879
2880 CAN NETWORK LAYER
2881 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2882 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2883 L:      linux-can@vger.kernel.org
2884 W:      https://github.com/linux-can
2885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2887 S:      Maintained
2888 F:      Documentation/networking/can.txt
2889 F:      net/can/
2890 F:      include/linux/can/core.h
2891 F:      include/uapi/linux/can.h
2892 F:      include/uapi/linux/can/bcm.h
2893 F:      include/uapi/linux/can/raw.h
2894 F:      include/uapi/linux/can/gw.h
2895
2896 CAN NETWORK DRIVERS
2897 M:      Wolfgang Grandegger <wg@grandegger.com>
2898 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2899 L:      linux-can@vger.kernel.org
2900 W:      https://github.com/linux-can
2901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2902 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2903 S:      Maintained
2904 F:      Documentation/devicetree/bindings/net/can/
2905 F:      drivers/net/can/
2906 F:      include/linux/can/dev.h
2907 F:      include/linux/can/platform/
2908 F:      include/uapi/linux/can/error.h
2909 F:      include/uapi/linux/can/netlink.h
2910
2911 CAPABILITIES
2912 M:      Serge Hallyn <serge@hallyn.com>
2913 L:      linux-security-module@vger.kernel.org
2914 S:      Supported
2915 F:      include/linux/capability.h
2916 F:      include/uapi/linux/capability.h
2917 F:      security/commoncap.c
2918 F:      kernel/capability.c
2919
2920 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2921 M:      Kevin Tsai <ktsai@capellamicro.com>
2922 S:      Maintained
2923 F:      drivers/iio/light/cm*
2924 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2925
2926 CAVIUM I2C DRIVER
2927 M:      Jan Glauber <jglauber@cavium.com>
2928 M:      David Daney <david.daney@cavium.com>
2929 W:      http://www.cavium.com
2930 S:      Supported
2931 F:      drivers/i2c/busses/i2c-octeon*
2932 F:      drivers/i2c/busses/i2c-thunderx*
2933
2934 CAVIUM LIQUIDIO NETWORK DRIVER
2935 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2936 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2937 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2938 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2939 L:     netdev@vger.kernel.org
2940 W:     http://www.cavium.com
2941 S:     Supported
2942 F:     drivers/net/ethernet/cavium/liquidio/
2943
2944 CC2520 IEEE-802.15.4 RADIO DRIVER
2945 M:      Varka Bhadram <varkabhadram@gmail.com>
2946 L:      linux-wpan@vger.kernel.org
2947 S:      Maintained
2948 F:      drivers/net/ieee802154/cc2520.c
2949 F:      include/linux/spi/cc2520.h
2950 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2951
2952 CEC DRIVER
2953 M:      Hans Verkuil <hans.verkuil@cisco.com>
2954 L:      linux-media@vger.kernel.org
2955 T:      git git://linuxtv.org/media_tree.git
2956 W:      http://linuxtv.org
2957 S:      Supported
2958 F:      Documentation/cec.txt
2959 F:      Documentation/media/uapi/cec
2960 F:      drivers/staging/media/cec/
2961 F:      drivers/media/cec-edid.c
2962 F:      drivers/media/rc/keymaps/rc-cec.c
2963 F:      include/media/cec.h
2964 F:      include/media/cec-edid.h
2965 F:      include/linux/cec.h
2966 F:      include/linux/cec-funcs.h
2967
2968 CELL BROADBAND ENGINE ARCHITECTURE
2969 M:      Arnd Bergmann <arnd@arndb.de>
2970 L:      linuxppc-dev@lists.ozlabs.org
2971 W:      http://www.ibm.com/developerworks/power/cell/
2972 S:      Supported
2973 F:      arch/powerpc/include/asm/cell*.h
2974 F:      arch/powerpc/include/asm/spu*.h
2975 F:      arch/powerpc/include/uapi/asm/spu*.h
2976 F:      arch/powerpc/oprofile/*cell*
2977 F:      arch/powerpc/platforms/cell/
2978
2979 CEPH COMMON CODE (LIBCEPH)
2980 M:      Ilya Dryomov <idryomov@gmail.com>
2981 M:      "Yan, Zheng" <zyan@redhat.com>
2982 M:      Sage Weil <sage@redhat.com>
2983 L:      ceph-devel@vger.kernel.org
2984 W:      http://ceph.com/
2985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2986 T:      git git://github.com/ceph/ceph-client.git
2987 S:      Supported
2988 F:      net/ceph/
2989 F:      include/linux/ceph/
2990 F:      include/linux/crush/
2991
2992 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2993 M:      "Yan, Zheng" <zyan@redhat.com>
2994 M:      Sage Weil <sage@redhat.com>
2995 M:      Ilya Dryomov <idryomov@gmail.com>
2996 L:      ceph-devel@vger.kernel.org
2997 W:      http://ceph.com/
2998 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2999 T:      git git://github.com/ceph/ceph-client.git
3000 S:      Supported
3001 F:      Documentation/filesystems/ceph.txt
3002 F:      fs/ceph/
3003
3004 CERTIFICATE HANDLING:
3005 M:      David Howells <dhowells@redhat.com>
3006 M:      David Woodhouse <dwmw2@infradead.org>
3007 L:      keyrings@vger.kernel.org
3008 S:      Maintained
3009 F:      Documentation/module-signing.txt
3010 F:      certs/
3011 F:      scripts/sign-file.c
3012 F:      scripts/extract-cert.c
3013
3014 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3015 L:      linux-usb@vger.kernel.org
3016 S:      Orphan
3017 F:      Documentation/usb/WUSB-Design-overview.txt
3018 F:      Documentation/usb/wusb-cbaf
3019 F:      drivers/usb/host/hwa-hc.c
3020 F:      drivers/usb/host/whci/
3021 F:      drivers/usb/wusbcore/
3022 F:      include/linux/usb/wusb*
3023
3024 CFAG12864B LCD DRIVER
3025 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3026 W:      http://miguelojeda.es/auxdisplay.htm
3027 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3028 S:      Maintained
3029 F:      drivers/auxdisplay/cfag12864b.c
3030 F:      include/linux/cfag12864b.h
3031
3032 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3033 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3034 W:      http://miguelojeda.es/auxdisplay.htm
3035 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3036 S:      Maintained
3037 F:      drivers/auxdisplay/cfag12864bfb.c
3038 F:      include/linux/cfag12864b.h
3039
3040 CFG80211 and NL80211
3041 M:      Johannes Berg <johannes@sipsolutions.net>
3042 L:      linux-wireless@vger.kernel.org
3043 W:      http://wireless.kernel.org/
3044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3045 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3046 S:      Maintained
3047 F:      include/uapi/linux/nl80211.h
3048 F:      include/net/cfg80211.h
3049 F:      net/wireless/*
3050 X:      net/wireless/wext*
3051
3052 CHAR and MISC DRIVERS
3053 M:      Arnd Bergmann <arnd@arndb.de>
3054 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3056 S:      Supported
3057 F:      drivers/char/*
3058 F:      drivers/misc/*
3059 F:      include/linux/miscdevice.h
3060
3061 CHECKPATCH
3062 M:      Andy Whitcroft <apw@canonical.com>
3063 M:      Joe Perches <joe@perches.com>
3064 S:      Maintained
3065 F:      scripts/checkpatch.pl
3066
3067 CHINESE DOCUMENTATION
3068 M:      Harry Wei <harryxiyou@gmail.com>
3069 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3070 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
3071 S:      Maintained
3072 F:      Documentation/zh_CN/
3073
3074 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3075 M:      Peter Chen <Peter.Chen@nxp.com>
3076 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3077 L:      linux-usb@vger.kernel.org
3078 S:      Maintained
3079 F:      drivers/usb/chipidea/
3080
3081 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3082 M:      Hans de Goede <hdegoede@redhat.com>
3083 L:      linux-input@vger.kernel.org
3084 S:      Maintained
3085 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3086 F:      drivers/input/touchscreen/chipone_icn8318.c
3087
3088 CHROME HARDWARE PLATFORM SUPPORT
3089 M:      Olof Johansson <olof@lixom.net>
3090 S:      Maintained
3091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3092 F:      drivers/platform/chrome/
3093
3094 CISCO VIC ETHERNET NIC DRIVER
3095 M:      Christian Benvenuti <benve@cisco.com>
3096 M:      Sujith Sankar <ssujith@cisco.com>
3097 M:      Govindarajulu Varadarajan <_govind@gmx.com>
3098 M:      Neel Patel <neepatel@cisco.com>
3099 S:      Supported
3100 F:      drivers/net/ethernet/cisco/enic/
3101
3102 CISCO VIC LOW LATENCY NIC DRIVER
3103 M:      Christian Benvenuti <benve@cisco.com>
3104 M:      Dave Goodell <dgoodell@cisco.com>
3105 S:      Supported
3106 F:      drivers/infiniband/hw/usnic/
3107
3108 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3109 M:      Hartley Sweeten <hsweeten@visionengravers.com>
3110 L:      netdev@vger.kernel.org
3111 S:      Maintained
3112 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3113
3114 CIRRUS LOGIC AUDIO CODEC DRIVERS
3115 M:      Brian Austin <brian.austin@cirrus.com>
3116 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
3117 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3118 S:      Maintained
3119 F:      sound/soc/codecs/cs*
3120
3121 CLEANCACHE API
3122 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3123 L:      linux-kernel@vger.kernel.org
3124 S:      Maintained
3125 F:      mm/cleancache.c
3126 F:      include/linux/cleancache.h
3127
3128 CLK API
3129 M:      Russell King <linux@armlinux.org.uk>
3130 L:      linux-clk@vger.kernel.org
3131 S:      Maintained
3132 F:      include/linux/clk.h
3133
3134 CLOCKSOURCE, CLOCKEVENT DRIVERS
3135 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3136 M:      Thomas Gleixner <tglx@linutronix.de>
3137 L:      linux-kernel@vger.kernel.org
3138 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3139 S:      Supported
3140 F:      drivers/clocksource
3141
3142 CISCO FCOE HBA DRIVER
3143 M:      Hiral Patel <hiralpat@cisco.com>
3144 M:      Suma Ramars <sramars@cisco.com>
3145 M:      Brian Uchino <buchino@cisco.com>
3146 L:      linux-scsi@vger.kernel.org
3147 S:      Supported
3148 F:      drivers/scsi/fnic/
3149
3150 CISCO SCSI HBA DRIVER
3151 M:      Narsimhulu Musini <nmusini@cisco.com>
3152 M:      Sesidhar Baddela <sebaddel@cisco.com>
3153 L:      linux-scsi@vger.kernel.org
3154 S:      Supported
3155 F:      drivers/scsi/snic/
3156
3157 CMPC ACPI DRIVER
3158 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3159 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3160 L:      platform-driver-x86@vger.kernel.org
3161 S:      Supported
3162 F:      drivers/platform/x86/classmate-laptop.c
3163
3164 COBALT MEDIA DRIVER
3165 M:      Hans Verkuil <hans.verkuil@cisco.com>
3166 L:      linux-media@vger.kernel.org
3167 T:      git git://linuxtv.org/media_tree.git
3168 W:      https://linuxtv.org
3169 S:      Supported
3170 F:      drivers/media/pci/cobalt/
3171
3172 COCCINELLE/Semantic Patches (SmPL)
3173 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3174 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3175 M:      Nicolas Palix <nicolas.palix@imag.fr>
3176 M:      Michal Marek <mmarek@suse.com>
3177 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3178 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3179 W:      http://coccinelle.lip6.fr/
3180 S:      Supported
3181 F:      Documentation/dev-tools/coccinelle.rst
3182 F:      scripts/coccinelle/
3183 F:      scripts/coccicheck
3184
3185 CODA FILE SYSTEM
3186 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3187 M:      coda@cs.cmu.edu
3188 L:      codalist@coda.cs.cmu.edu
3189 W:      http://www.coda.cs.cmu.edu/
3190 S:      Maintained
3191 F:      Documentation/filesystems/coda.txt
3192 F:      fs/coda/
3193 F:      include/linux/coda*.h
3194 F:      include/uapi/linux/coda*.h
3195
3196 CODA V4L2 MEM2MEM DRIVER
3197 M:      Philipp Zabel <p.zabel@pengutronix.de>
3198 L:      linux-media@vger.kernel.org
3199 S:      Maintained
3200 F:      Documentation/devicetree/bindings/media/coda.txt
3201 F:      drivers/media/platform/coda/
3202
3203 COMMON CLK FRAMEWORK
3204 M:      Michael Turquette <mturquette@baylibre.com>
3205 M:      Stephen Boyd <sboyd@codeaurora.org>
3206 L:      linux-clk@vger.kernel.org
3207 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3209 S:      Maintained
3210 F:      Documentation/devicetree/bindings/clock/
3211 F:      drivers/clk/
3212 X:      drivers/clk/clkdev.c
3213 F:      include/linux/clk-pr*
3214 F:      include/linux/clk/
3215
3216 COMMON INTERNET FILE SYSTEM (CIFS)
3217 M:      Steve French <sfrench@samba.org>
3218 L:      linux-cifs@vger.kernel.org
3219 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3220 W:      http://linux-cifs.samba.org/
3221 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3222 S:      Supported
3223 F:      Documentation/filesystems/cifs/
3224 F:      fs/cifs/
3225
3226 COMPACTPCI HOTPLUG CORE
3227 M:      Scott Murray <scott@spiteful.org>
3228 L:      linux-pci@vger.kernel.org
3229 S:      Maintained
3230 F:      drivers/pci/hotplug/cpci_hotplug*
3231
3232 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3233 M:      Scott Murray <scott@spiteful.org>
3234 L:      linux-pci@vger.kernel.org
3235 S:      Maintained
3236 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3237
3238 COMPACTPCI HOTPLUG GENERIC DRIVER
3239 M:      Scott Murray <scott@spiteful.org>
3240 L:      linux-pci@vger.kernel.org
3241 S:      Maintained
3242 F:      drivers/pci/hotplug/cpcihp_generic.c
3243
3244 COMPAL LAPTOP SUPPORT
3245 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3246 L:      platform-driver-x86@vger.kernel.org
3247 S:      Maintained
3248 F:      drivers/platform/x86/compal-laptop.c
3249
3250 CONEXANT ACCESSRUNNER USB DRIVER
3251 L:      accessrunner-general@lists.sourceforge.net
3252 W:      http://accessrunner.sourceforge.net/
3253 S:      Orphan
3254 F:      drivers/usb/atm/cxacru.c
3255
3256 CONFIGFS
3257 M:      Joel Becker <jlbec@evilplan.org>
3258 M:      Christoph Hellwig <hch@lst.de>
3259 T:      git git://git.infradead.org/users/hch/configfs.git
3260 S:      Supported
3261 F:      fs/configfs/
3262 F:      include/linux/configfs.h
3263
3264 CONNECTOR
3265 M:      Evgeniy Polyakov <zbr@ioremap.net>
3266 L:      netdev@vger.kernel.org
3267 S:      Maintained
3268 F:      drivers/connector/
3269
3270 CONTROL GROUP (CGROUP)
3271 M:      Tejun Heo <tj@kernel.org>
3272 M:      Li Zefan <lizefan@huawei.com>
3273 M:      Johannes Weiner <hannes@cmpxchg.org>
3274 L:      cgroups@vger.kernel.org
3275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3276 S:      Maintained
3277 F:      Documentation/cgroup*
3278 F:      include/linux/cgroup*
3279 F:      kernel/cgroup*
3280
3281 CONTROL GROUP - CPUSET
3282 M:      Li Zefan <lizefan@huawei.com>
3283 L:      cgroups@vger.kernel.org
3284 W:      http://www.bullopensource.org/cpuset/
3285 W:      http://oss.sgi.com/projects/cpusets/
3286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3287 S:      Maintained
3288 F:      Documentation/cgroup-v1/cpusets.txt
3289 F:      include/linux/cpuset.h
3290 F:      kernel/cpuset.c
3291
3292 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3293 M:      Johannes Weiner <hannes@cmpxchg.org>
3294 M:      Michal Hocko <mhocko@kernel.org>
3295 M:      Vladimir Davydov <vdavydov.dev@gmail.com>
3296 L:      cgroups@vger.kernel.org
3297 L:      linux-mm@kvack.org
3298 S:      Maintained
3299 F:      mm/memcontrol.c
3300 F:      mm/swap_cgroup.c
3301
3302 CORETEMP HARDWARE MONITORING DRIVER
3303 M:      Fenghua Yu <fenghua.yu@intel.com>
3304 L:      linux-hwmon@vger.kernel.org
3305 S:      Maintained
3306 F:      Documentation/hwmon/coretemp
3307 F:      drivers/hwmon/coretemp.c
3308
3309 COSA/SRP SYNC SERIAL DRIVER
3310 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3311 W:      http://www.fi.muni.cz/~kas/cosa/
3312 S:      Maintained
3313 F:      drivers/net/wan/cosa*
3314
3315 CPMAC ETHERNET DRIVER
3316 M:      Florian Fainelli <f.fainelli@gmail.com>
3317 L:      netdev@vger.kernel.org
3318 S:      Maintained
3319 F:      drivers/net/ethernet/ti/cpmac.c
3320
3321 CPU FREQUENCY DRIVERS
3322 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3323 M:      Viresh Kumar <viresh.kumar@linaro.org>
3324 L:      linux-pm@vger.kernel.org
3325 S:      Maintained
3326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3327 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3328 F:      Documentation/cpu-freq/
3329 F:      drivers/cpufreq/
3330 F:      include/linux/cpufreq.h
3331
3332 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3333 M:      Viresh Kumar <viresh.kumar@linaro.org>
3334 M:      Sudeep Holla <sudeep.holla@arm.com>
3335 L:      linux-pm@vger.kernel.org
3336 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3337 S:      Maintained
3338 F:      drivers/cpufreq/arm_big_little.h
3339 F:      drivers/cpufreq/arm_big_little.c
3340 F:      drivers/cpufreq/arm_big_little_dt.c
3341
3342 CPUIDLE DRIVER - ARM BIG LITTLE
3343 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3344 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3345 L:      linux-pm@vger.kernel.org
3346 L:      linux-arm-kernel@lists.infradead.org
3347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3348 S:      Maintained
3349 F:      drivers/cpuidle/cpuidle-big_little.c
3350
3351 CPUIDLE DRIVER - ARM EXYNOS
3352 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3353 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3354 M:      Kukjin Kim <kgene@kernel.org>
3355 L:      linux-pm@vger.kernel.org
3356 L:      linux-samsung-soc@vger.kernel.org
3357 S:      Supported
3358 F:      drivers/cpuidle/cpuidle-exynos.c
3359 F:      arch/arm/mach-exynos/pm.c
3360
3361 CPUIDLE DRIVERS
3362 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3363 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3364 L:      linux-pm@vger.kernel.org
3365 S:      Maintained
3366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3367 F:      drivers/cpuidle/*
3368 F:      include/linux/cpuidle.h
3369
3370 CPUID/MSR DRIVER
3371 M:      "H. Peter Anvin" <hpa@zytor.com>
3372 S:      Maintained
3373 F:      arch/x86/kernel/cpuid.c
3374 F:      arch/x86/kernel/msr.c
3375
3376 CPU POWER MONITORING SUBSYSTEM
3377 M:      Thomas Renninger <trenn@suse.com>
3378 L:      linux-pm@vger.kernel.org
3379 S:      Maintained
3380 F:      tools/power/cpupower/
3381
3382 CRAMFS FILESYSTEM
3383 W:      http://sourceforge.net/projects/cramfs/
3384 S:      Orphan / Obsolete
3385 F:      Documentation/filesystems/cramfs.txt
3386 F:      fs/cramfs/
3387
3388 CRIS PORT
3389 M:      Mikael Starvik <starvik@axis.com>
3390 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3391 L:      linux-cris-kernel@axis.com
3392 W:      http://developer.axis.com
3393 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3394 S:      Maintained
3395 F:      arch/cris/
3396 F:      drivers/tty/serial/crisv10.*
3397
3398 CRYPTO API
3399 M:      Herbert Xu <herbert@gondor.apana.org.au>
3400 M:      "David S. Miller" <davem@davemloft.net>
3401 L:      linux-crypto@vger.kernel.org
3402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3403 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3404 S:      Maintained
3405 F:      Documentation/crypto/
3406 F:      Documentation/devicetree/bindings/crypto/
3407 F:      Documentation/DocBook/crypto-API.tmpl
3408 F:      arch/*/crypto/
3409 F:      crypto/
3410 F:      drivers/crypto/
3411 F:      include/crypto/
3412
3413 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3414 M:      Neil Horman <nhorman@tuxdriver.com>
3415 L:      linux-crypto@vger.kernel.org
3416 S:      Maintained
3417 F:      crypto/ansi_cprng.c
3418 F:      crypto/rng.c
3419
3420 CS3308 MEDIA DRIVER
3421 M:      Hans Verkuil <hverkuil@xs4all.nl>
3422 L:      linux-media@vger.kernel.org
3423 T:      git git://linuxtv.org/media_tree.git
3424 W:      http://linuxtv.org
3425 S:      Odd Fixes
3426 F:      drivers/media/i2c/cs3308.c
3427 F:      drivers/media/i2c/cs3308.h
3428
3429 CS5535 Audio ALSA driver
3430 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3431 S:      Maintained
3432 F:      sound/pci/cs5535audio/
3433
3434 CW1200 WLAN driver
3435 M:      Solomon Peachy <pizza@shaftnet.org>
3436 S:      Maintained
3437 F:      drivers/net/wireless/st/cw1200/
3438
3439 CX18 VIDEO4LINUX DRIVER
3440 M:      Andy Walls <awalls@md.metrocast.net>
3441 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3442 L:      linux-media@vger.kernel.org
3443 T:      git git://linuxtv.org/media_tree.git
3444 W:      https://linuxtv.org
3445 W:      http://www.ivtvdriver.org/index.php/Cx18
3446 S:      Maintained
3447 F:      Documentation/media/v4l-drivers/cx18*
3448 F:      drivers/media/pci/cx18/
3449 F:      include/uapi/linux/ivtv*
3450
3451 CX2341X MPEG ENCODER HELPER MODULE
3452 M:      Hans Verkuil <hverkuil@xs4all.nl>
3453 L:      linux-media@vger.kernel.org
3454 T:      git git://linuxtv.org/media_tree.git
3455 W:      https://linuxtv.org
3456 S:      Maintained
3457 F:      drivers/media/common/cx2341x*
3458 F:      include/media/cx2341x*
3459
3460 CX24120 MEDIA DRIVER
3461 M:      Jemma Denson <jdenson@gmail.com>
3462 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3463 L:      linux-media@vger.kernel.org
3464 W:      https://linuxtv.org
3465 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3466 S:      Maintained
3467 F:      drivers/media/dvb-frontends/cx24120*
3468
3469 CX88 VIDEO4LINUX DRIVER
3470 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
3471 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3472 L:      linux-media@vger.kernel.org
3473 W:      https://linuxtv.org
3474 T:      git git://linuxtv.org/media_tree.git
3475 S:      Odd fixes
3476 F:      Documentation/media/v4l-drivers/cx88*
3477 F:      drivers/media/pci/cx88/
3478
3479 CXD2820R MEDIA DRIVER
3480 M:      Antti Palosaari <crope@iki.fi>
3481 L:      linux-media@vger.kernel.org
3482 W:      https://linuxtv.org
3483 W:      http://palosaari.fi/linux/
3484 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3485 T:      git git://linuxtv.org/anttip/media_tree.git
3486 S:      Maintained
3487 F:      drivers/media/dvb-frontends/cxd2820r*
3488
3489 CXGB3 ETHERNET DRIVER (CXGB3)
3490 M:      Santosh Raspatur <santosh@chelsio.com>
3491 L:      netdev@vger.kernel.org
3492 W:      http://www.chelsio.com
3493 S:      Supported
3494 F:      drivers/net/ethernet/chelsio/cxgb3/
3495
3496 CXGB3 ISCSI DRIVER (CXGB3I)
3497 M:      Karen Xie <kxie@chelsio.com>
3498 L:      linux-scsi@vger.kernel.org
3499 W:      http://www.chelsio.com
3500 S:      Supported
3501 F:      drivers/scsi/cxgbi/cxgb3i
3502
3503 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3504 M:      Steve Wise <swise@chelsio.com>
3505 L:      linux-rdma@vger.kernel.org
3506 W:      http://www.openfabrics.org
3507 S:      Supported
3508 F:      drivers/infiniband/hw/cxgb3/
3509 F:      include/uapi/rdma/cxgb3-abi.h
3510
3511 CXGB4 ETHERNET DRIVER (CXGB4)
3512 M:      Hariprasad S <hariprasad@chelsio.com>
3513 L:      netdev@vger.kernel.org
3514 W:      http://www.chelsio.com
3515 S:      Supported
3516 F:      drivers/net/ethernet/chelsio/cxgb4/
3517
3518 CXGB4 ISCSI DRIVER (CXGB4I)
3519 M:      Karen Xie <kxie@chelsio.com>
3520 L:      linux-scsi@vger.kernel.org
3521 W:      http://www.chelsio.com
3522 S:      Supported
3523 F:      drivers/scsi/cxgbi/cxgb4i
3524
3525 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3526 M:      Steve Wise <swise@chelsio.com>
3527 L:      linux-rdma@vger.kernel.org
3528 W:      http://www.openfabrics.org
3529 S:      Supported
3530 F:      drivers/infiniband/hw/cxgb4/
3531 F:      include/uapi/rdma/cxgb4-abi.h
3532
3533 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3534 M:      Casey Leedom <leedom@chelsio.com>
3535 L:      netdev@vger.kernel.org
3536 W:      http://www.chelsio.com
3537 S:      Supported
3538 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3539
3540 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3541 M:      Ian Munsie <imunsie@au1.ibm.com>
3542 M:      Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3543 L:      linuxppc-dev@lists.ozlabs.org
3544 S:      Supported
3545 F:      arch/powerpc/platforms/powernv/pci-cxl.c
3546 F:      drivers/misc/cxl/
3547 F:      include/misc/cxl*
3548 F:      include/uapi/misc/cxl.h
3549 F:      Documentation/powerpc/cxl.txt
3550 F:      Documentation/ABI/testing/sysfs-class-cxl
3551
3552 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3553 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3554 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3555 M:      Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3556 L:      linux-scsi@vger.kernel.org
3557 S:      Supported
3558 F:      drivers/scsi/cxlflash/
3559 F:      include/uapi/scsi/cxlflash_ioctls.h
3560 F:      Documentation/powerpc/cxlflash.txt
3561
3562 STMMAC ETHERNET DRIVER
3563 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3564 M:      Alexandre Torgue <alexandre.torgue@st.com>
3565 L:      netdev@vger.kernel.org
3566 W:      http://www.stlinux.com
3567 S:      Supported
3568 F:      drivers/net/ethernet/stmicro/stmmac/
3569
3570 CYBERPRO FB DRIVER
3571 M:      Russell King <linux@armlinux.org.uk>
3572 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3573 W:      http://www.armlinux.org.uk/
3574 S:      Maintained
3575 F:      drivers/video/fbdev/cyber2000fb.*
3576
3577 CYCLADES ASYNC MUX DRIVER
3578 W:      http://www.cyclades.com/
3579 S:      Orphan
3580 F:      drivers/tty/cyclades.c
3581 F:      include/linux/cyclades.h
3582 F:      include/uapi/linux/cyclades.h
3583
3584 CYCLADES PC300 DRIVER
3585 W:      http://www.cyclades.com/
3586 S:      Orphan
3587 F:      drivers/net/wan/pc300*
3588
3589 CYPRESS_FIRMWARE MEDIA DRIVER
3590 M:      Antti Palosaari <crope@iki.fi>
3591 L:      linux-media@vger.kernel.org
3592 W:      https://linuxtv.org
3593 W:      http://palosaari.fi/linux/
3594 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3595 T:      git git://linuxtv.org/anttip/media_tree.git
3596 S:      Maintained
3597 F:      drivers/media/common/cypress_firmware*
3598
3599 CYTTSP TOUCHSCREEN DRIVER
3600 M:      Ferruh Yigit <fery@cypress.com>
3601 L:      linux-input@vger.kernel.org
3602 S:      Supported
3603 F:      drivers/input/touchscreen/cyttsp*
3604 F:      include/linux/input/cyttsp.h
3605
3606 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3607 M:      Joshua Kinard <kumba@gentoo.org>
3608 S:      Maintained
3609 F:      drivers/rtc/rtc-ds1685.c
3610 F:      include/linux/rtc/ds1685.h
3611
3612 DAMA SLAVE for AX.25
3613 M:      Joerg Reuter <jreuter@yaina.de>
3614 W:      http://yaina.de/jreuter/
3615 W:      http://www.qsl.net/dl1bke/
3616 L:      linux-hams@vger.kernel.org
3617 S:      Maintained
3618 F:      net/ax25/af_ax25.c
3619 F:      net/ax25/ax25_dev.c
3620 F:      net/ax25/ax25_ds_*
3621 F:      net/ax25/ax25_in.c
3622 F:      net/ax25/ax25_out.c
3623 F:      net/ax25/ax25_timer.c
3624 F:      net/ax25/sysctl_net_ax25.c
3625
3626 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3627 L:      netdev@vger.kernel.org
3628 S:      Orphan
3629 F:      Documentation/networking/dmfe.txt
3630 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3631
3632 DC390/AM53C974 SCSI driver
3633 M:      Hannes Reinecke <hare@suse.com>
3634 L:      linux-scsi@vger.kernel.org
3635 S:      Maintained
3636 F:      drivers/scsi/am53c974.c
3637
3638 DC395x SCSI driver
3639 M:      Oliver Neukum <oliver@neukum.org>
3640 M:      Ali Akcaagac <aliakc@web.de>
3641 M:      Jamie Lenehan <lenehan@twibble.org>
3642 L:      dc395x@twibble.org
3643 W:      http://twibble.org/dist/dc395x/
3644 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3645 S:      Maintained
3646 F:      Documentation/scsi/dc395x.txt
3647 F:      drivers/scsi/dc395x.*
3648
3649 DCCP PROTOCOL
3650 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3651 L:      dccp@vger.kernel.org
3652 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3653 S:      Maintained
3654 F:      include/linux/dccp.h
3655 F:      include/uapi/linux/dccp.h
3656 F:      include/linux/tfrc.h
3657 F:      net/dccp/
3658
3659 DECnet NETWORK LAYER
3660 W:      http://linux-decnet.sourceforge.net
3661 L:      linux-decnet-user@lists.sourceforge.net
3662 S:      Orphan
3663 F:      Documentation/networking/decnet.txt
3664 F:      net/decnet/
3665
3666 DECSTATION PLATFORM SUPPORT
3667 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3668 L:      linux-mips@linux-mips.org
3669 W:      http://www.linux-mips.org/wiki/DECstation
3670 S:      Maintained
3671 F:      arch/mips/dec/
3672 F:      arch/mips/include/asm/dec/
3673 F:      arch/mips/include/asm/mach-dec/
3674
3675 DEFXX FDDI NETWORK DRIVER
3676 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3677 S:      Maintained
3678 F:      drivers/net/fddi/defxx.*
3679
3680 DELL LAPTOP DRIVER
3681 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3682 M:      Pali Rohár <pali.rohar@gmail.com>
3683 L:      platform-driver-x86@vger.kernel.org
3684 S:      Maintained
3685 F:      drivers/platform/x86/dell-laptop.c
3686
3687 DELL LAPTOP RBTN DRIVER
3688 M:      Pali Rohár <pali.rohar@gmail.com>
3689 S:      Maintained
3690 F:      drivers/platform/x86/dell-rbtn.*
3691
3692 DELL LAPTOP FREEFALL DRIVER
3693 M:      Pali Rohár <pali.rohar@gmail.com>
3694 S:      Maintained
3695 F:      drivers/platform/x86/dell-smo8800.c
3696
3697 DELL LAPTOP SMM DRIVER
3698 M:      Pali Rohár <pali.rohar@gmail.com>
3699 S:      Maintained
3700 F:      drivers/hwmon/dell-smm-hwmon.c
3701 F:      include/uapi/linux/i8k.h
3702
3703 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3704 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3705 S:      Maintained
3706 F:      Documentation/dcdbas.txt
3707 F:      drivers/firmware/dcdbas.*
3708
3709 DELL WMI EXTRAS DRIVER
3710 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3711 M:      Pali Rohár <pali.rohar@gmail.com>
3712 S:      Maintained
3713 F:      drivers/platform/x86/dell-wmi.c
3714
3715 DESIGNWARE USB2 DRD IP DRIVER
3716 M:      John Youn <johnyoun@synopsys.com>
3717 L:      linux-usb@vger.kernel.org
3718 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3719 S:      Maintained
3720 F:      drivers/usb/dwc2/
3721
3722 DESIGNWARE USB3 DRD IP DRIVER
3723 M:      Felipe Balbi <balbi@kernel.org>
3724 L:      linux-usb@vger.kernel.org
3725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3726 S:      Maintained
3727 F:      drivers/usb/dwc3/
3728
3729 DEVICE COREDUMP (DEV_COREDUMP)
3730 M:      Johannes Berg <johannes@sipsolutions.net>
3731 L:      linux-kernel@vger.kernel.org
3732 S:      Maintained
3733 F:      drivers/base/devcoredump.c
3734 F:      include/linux/devcoredump.h
3735
3736 DEVICE FREQUENCY (DEVFREQ)
3737 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3738 M:      Kyungmin Park <kyungmin.park@samsung.com>
3739 L:      linux-pm@vger.kernel.org
3740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3741 S:      Maintained
3742 F:      drivers/devfreq/
3743 F:      include/linux/devfreq.h
3744 F:      Documentation/devicetree/bindings/devfreq/
3745
3746 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3747 M:      Chanwoo Choi <cw00.choi@samsung.com>
3748 L:      linux-pm@vger.kernel.org
3749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3750 S:      Supported
3751 F:      drivers/devfreq/event/
3752 F:      drivers/devfreq/devfreq-event.c
3753 F:      include/linux/devfreq-event.h
3754 F:      Documentation/devicetree/bindings/devfreq/event/
3755
3756 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3757 M:      Chanwoo Choi <cw00.choi@samsung.com>
3758 L:      linux-pm@vger.kernel.org
3759 L:      linux-samsung-soc@vger.kernel.org
3760 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3761 S:      Maintained
3762 F:      drivers/devfreq/exynos-bus.c
3763 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3764
3765 DEVICE NUMBER REGISTRY
3766 M:      Torben Mathiasen <device@lanana.org>
3767 W:      http://lanana.org/docs/device-list/index.html
3768 S:      Maintained
3769
3770 DEVICE-MAPPER  (LVM)
3771 M:      Alasdair Kergon <agk@redhat.com>
3772 M:      Mike Snitzer <snitzer@redhat.com>
3773 M:      dm-devel@redhat.com
3774 L:      dm-devel@redhat.com
3775 W:      http://sources.redhat.com/dm
3776 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3778 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3779 S:      Maintained
3780 F:      Documentation/device-mapper/
3781 F:      drivers/md/dm*
3782 F:      drivers/md/persistent-data/
3783 F:      include/linux/device-mapper.h
3784 F:      include/linux/dm-*.h
3785 F:      include/uapi/linux/dm-*.h
3786
3787 DEVLINK
3788 M:      Jiri Pirko <jiri@mellanox.com>
3789 L:      netdev@vger.kernel.org
3790 S:      Supported
3791 F:      net/core/devlink.c
3792 F:      include/net/devlink.h
3793 F:      include/uapi/linux/devlink.h
3794
3795 DIALOG SEMICONDUCTOR DRIVERS
3796 M:      Support Opensource <support.opensource@diasemi.com>
3797 W:      http://www.dialog-semiconductor.com/products
3798 S:      Supported
3799 F:      Documentation/hwmon/da90??
3800 F:      Documentation/devicetree/bindings/mfd/da90*.txt
3801 F:      Documentation/devicetree/bindings/regulator/da92*.txt
3802 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3803 F:      drivers/gpio/gpio-da90??.c
3804 F:      drivers/hwmon/da90??-hwmon.c
3805 F:      drivers/iio/adc/da91??-*.c
3806 F:      drivers/input/misc/da90??_onkey.c
3807 F:      drivers/input/touchscreen/da9052_tsi.c
3808 F:      drivers/leds/leds-da90??.c
3809 F:      drivers/mfd/da903x.c
3810 F:      drivers/mfd/da90??-*.c
3811 F:      drivers/mfd/da91??-*.c
3812 F:      drivers/power/supply/da9052-battery.c
3813 F:      drivers/power/supply/da91??-*.c
3814 F:      drivers/regulator/da903x.c
3815 F:      drivers/regulator/da9???-regulator.[ch]
3816 F:      drivers/rtc/rtc-da90??.c
3817 F:      drivers/video/backlight/da90??_bl.c
3818 F:      drivers/watchdog/da90??_wdt.c
3819 F:      include/linux/mfd/da903x.h
3820 F:      include/linux/mfd/da9052/
3821 F:      include/linux/mfd/da9055/
3822 F:      include/linux/mfd/da9062/
3823 F:      include/linux/mfd/da9063/
3824 F:      include/linux/mfd/da9150/
3825 F:      include/linux/regulator/da9211.h
3826 F:      include/sound/da[79]*.h
3827 F:      sound/soc/codecs/da[79]*.[ch]
3828
3829 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3830 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
3831 L:      linux-gpio@vger.kernel.org
3832 S:      Maintained
3833 F:      drivers/gpio/gpio-gpio-mm.c
3834
3835 DIGI NEO AND CLASSIC PCI PRODUCTS
3836 M:      Lidza Louina <lidza.louina@gmail.com>
3837 M:      Mark Hounschell <markh@compro.net>
3838 L:      driverdev-devel@linuxdriverproject.org
3839 S:      Maintained
3840 F:      drivers/staging/dgnc/
3841
3842 DIOLAN U2C-12 I2C DRIVER
3843 M:      Guenter Roeck <linux@roeck-us.net>
3844 L:      linux-i2c@vger.kernel.org
3845 S:      Maintained
3846 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3847
3848 DIRECT ACCESS (DAX)
3849 M:      Matthew Wilcox <willy@linux.intel.com>
3850 L:      linux-fsdevel@vger.kernel.org
3851 S:      Supported
3852 F:      fs/dax.c
3853
3854 DIRECTORY NOTIFICATION (DNOTIFY)
3855 M:      Eric Paris <eparis@parisplace.org>
3856 S:      Maintained
3857 F:      Documentation/filesystems/dnotify.txt
3858 F:      fs/notify/dnotify/
3859 F:      include/linux/dnotify.h
3860
3861 DISK GEOMETRY AND PARTITION HANDLING
3862 M:      Andries Brouwer <aeb@cwi.nl>
3863 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3864 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3865 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3866 S:      Maintained
3867
3868 DISKQUOTA
3869 M:      Jan Kara <jack@suse.com>
3870 S:      Maintained
3871 F:      Documentation/filesystems/quota.txt
3872 F:      fs/quota/
3873 F:      include/linux/quota*.h
3874 F:      include/uapi/linux/quota*.h
3875
3876 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3877 M:      Bernie Thompson <bernie@plugable.com>
3878 L:      linux-fbdev@vger.kernel.org
3879 S:      Maintained
3880 W:      http://plugable.com/category/projects/udlfb/
3881 F:      drivers/video/fbdev/udlfb.c
3882 F:      include/video/udlfb.h
3883 F:      Documentation/fb/udlfb.txt
3884
3885 DISTRIBUTED LOCK MANAGER (DLM)
3886 M:      Christine Caulfield <ccaulfie@redhat.com>
3887 M:      David Teigland <teigland@redhat.com>
3888 L:      cluster-devel@redhat.com
3889 W:      http://sources.redhat.com/cluster/
3890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3891 S:      Supported
3892 F:      fs/dlm/
3893
3894 DMA BUFFER SHARING FRAMEWORK
3895 M:      Sumit Semwal <sumit.semwal@linaro.org>
3896 S:      Maintained
3897 L:      linux-media@vger.kernel.org
3898 L:      dri-devel@lists.freedesktop.org
3899 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3900 F:      drivers/dma-buf/
3901 F:      include/linux/dma-buf*
3902 F:      include/linux/reservation.h
3903 F:      include/linux/*fence.h
3904 F:      Documentation/dma-buf-sharing.txt
3905 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3906
3907 SYNC FILE FRAMEWORK
3908 M:      Sumit Semwal <sumit.semwal@linaro.org>
3909 R:      Gustavo Padovan <gustavo@padovan.org>
3910 S:      Maintained
3911 L:      linux-media@vger.kernel.org
3912 L:      dri-devel@lists.freedesktop.org
3913 F:      drivers/dma-buf/sync_file.c
3914 F:      include/linux/sync_file.h
3915 F:      Documentation/sync_file.txt
3916 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3917
3918 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3919 M:      Vinod Koul <vinod.koul@intel.com>
3920 L:      dmaengine@vger.kernel.org
3921 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3922 S:      Maintained
3923 F:      drivers/dma/
3924 F:      include/linux/dmaengine.h
3925 F:      Documentation/devicetree/bindings/dma/
3926 F:      Documentation/dmaengine/
3927 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3928
3929 DME1737 HARDWARE MONITOR DRIVER
3930 M:      Juerg Haefliger <juergh@gmail.com>
3931 L:      linux-hwmon@vger.kernel.org
3932 S:      Maintained
3933 F:      Documentation/hwmon/dme1737
3934 F:      drivers/hwmon/dme1737.c
3935
3936 DMI/SMBIOS SUPPORT
3937 M:      Jean Delvare <jdelvare@suse.com>
3938 S:      Maintained
3939 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3940 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3941 F:      drivers/firmware/dmi-id.c
3942 F:      drivers/firmware/dmi_scan.c
3943 F:      include/linux/dmi.h
3944
3945 DOCUMENTATION
3946 M:      Jonathan Corbet <corbet@lwn.net>
3947 L:      linux-doc@vger.kernel.org
3948 S:      Maintained
3949 F:      Documentation/
3950 F:      scripts/docproc.c
3951 F:      scripts/kernel-doc*
3952 X:      Documentation/ABI/
3953 X:      Documentation/devicetree/
3954 X:      Documentation/acpi
3955 X:      Documentation/power
3956 X:      Documentation/spi
3957 X:      Documentation/media
3958 T:      git git://git.lwn.net/linux.git docs-next
3959
3960 DOUBLETALK DRIVER
3961 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3962 L:      blinux-list@redhat.com
3963 S:      Maintained
3964 F:      drivers/char/dtlk.c
3965 F:      include/linux/dtlk.h
3966
3967 DPT_I2O SCSI RAID DRIVER
3968 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3969 L:      linux-scsi@vger.kernel.org
3970 W:      http://www.adaptec.com/
3971 S:      Maintained
3972 F:      drivers/scsi/dpt*
3973 F:      drivers/scsi/dpt/
3974
3975 DRBD DRIVER
3976 M:      Philipp Reisner <philipp.reisner@linbit.com>
3977 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
3978 L:      drbd-dev@lists.linbit.com
3979 W:      http://www.drbd.org
3980 T:      git git://git.linbit.com/linux-drbd.git
3981 T:      git git://git.linbit.com/drbd-8.4.git
3982 S:      Supported
3983 F:      drivers/block/drbd/
3984 F:      lib/lru_cache.c
3985 F:      Documentation/blockdev/drbd/
3986
3987 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3988 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3990 S:      Supported
3991 F:      Documentation/kobject.txt
3992 F:      drivers/base/
3993 F:      fs/debugfs/
3994 F:      fs/kernfs/
3995 F:      fs/sysfs/
3996 F:      include/linux/debugfs.h
3997 F:      include/linux/kobj*
3998 F:      lib/kobj*
3999
4000 DRM DRIVERS
4001 M:      David Airlie <airlied@linux.ie>
4002 L:      dri-devel@lists.freedesktop.org
4003 T:      git git://people.freedesktop.org/~airlied/linux
4004 S:      Maintained
4005 F:      drivers/gpu/drm/
4006 F:      drivers/gpu/vga/
4007 F:      Documentation/devicetree/bindings/display/
4008 F:      Documentation/devicetree/bindings/gpu/
4009 F:      Documentation/devicetree/bindings/video/
4010 F:      Documentation/gpu/
4011 F:      include/drm/
4012 F:      include/uapi/drm/
4013
4014 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4015 M:      Dave Airlie <airlied@redhat.com>
4016 S:      Odd Fixes
4017 F:      drivers/gpu/drm/ast/
4018
4019 DRM DRIVER FOR BOCHS VIRTUAL GPU
4020 M:      Gerd Hoffmann <kraxel@redhat.com>
4021 S:      Odd Fixes
4022 F:      drivers/gpu/drm/bochs/
4023
4024 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4025 M:      Dave Airlie <airlied@redhat.com>
4026 S:      Odd Fixes
4027 F:      drivers/gpu/drm/cirrus/
4028
4029 RADEON and AMDGPU DRM DRIVERS
4030 M:      Alex Deucher <alexander.deucher@amd.com>
4031 M:      Christian König <christian.koenig@amd.com>
4032 L:      dri-devel@lists.freedesktop.org
4033 T:      git git://people.freedesktop.org/~agd5f/linux
4034 S:      Supported
4035 F:      drivers/gpu/drm/radeon/
4036 F:      include/uapi/drm/radeon_drm.h
4037 F:      drivers/gpu/drm/amd/
4038 F:      include/uapi/drm/amdgpu_drm.h
4039
4040 DRM PANEL DRIVERS
4041 M:      Thierry Reding <thierry.reding@gmail.com>
4042 L:      dri-devel@lists.freedesktop.org
4043 T:      git git://anongit.freedesktop.org/tegra/linux.git
4044 S:      Maintained
4045 F:      drivers/gpu/drm/drm_panel.c
4046 F:      drivers/gpu/drm/panel/
4047 F:      include/drm/drm_panel.h
4048 F:      Documentation/devicetree/bindings/display/panel/
4049
4050 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4051 M:      Daniel Vetter <daniel.vetter@intel.com>
4052 M:      Jani Nikula <jani.nikula@linux.intel.com>
4053 L:      intel-gfx@lists.freedesktop.org
4054 L:      dri-devel@lists.freedesktop.org
4055 W:      https://01.org/linuxgraphics/
4056 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
4057 T:      git git://anongit.freedesktop.org/drm-intel
4058 S:      Supported
4059 F:      drivers/gpu/drm/i915/
4060 F:      include/drm/i915*
4061 F:      include/uapi/drm/i915_drm.h
4062 F:      Documentation/gpu/i915.rst
4063
4064 DRM DRIVERS FOR ATMEL HLCDC
4065 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
4066 L:      dri-devel@lists.freedesktop.org
4067 S:      Supported
4068 F:      drivers/gpu/drm/atmel-hlcdc/
4069 F:      Documentation/devicetree/bindings/drm/atmel/
4070
4071 DRM DRIVERS FOR ALLWINNER A10
4072 M:      Maxime Ripard  <maxime.ripard@free-electrons.com>
4073 L:      dri-devel@lists.freedesktop.org
4074 S:      Supported
4075 F:      drivers/gpu/drm/sun4i/
4076 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4077
4078 DRM DRIVERS FOR EXYNOS
4079 M:      Inki Dae <inki.dae@samsung.com>
4080 M:      Joonyoung Shim <jy0922.shim@samsung.com>
4081 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
4082 M:      Kyungmin Park <kyungmin.park@samsung.com>
4083 L:      dri-devel@lists.freedesktop.org
4084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4085 S:      Supported
4086 F:      drivers/gpu/drm/exynos/
4087 F:      include/uapi/drm/exynos_drm.h
4088 F:      Documentation/devicetree/bindings/display/exynos/
4089
4090 DRM DRIVERS FOR FREESCALE DCU
4091 M:      Stefan Agner <stefan@agner.ch>
4092 M:      Alison Wang <alison.wang@freescale.com>
4093 L:      dri-devel@lists.freedesktop.org
4094 S:      Supported
4095 F:      drivers/gpu/drm/fsl-dcu/
4096 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4097 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4098 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4099
4100 DRM DRIVERS FOR FREESCALE IMX
4101 M:      Philipp Zabel <p.zabel@pengutronix.de>
4102 L:      dri-devel@lists.freedesktop.org
4103 S:      Maintained
4104 F:      drivers/gpu/drm/imx/
4105 F:      drivers/gpu/ipu-v3/
4106 F:      Documentation/devicetree/bindings/display/imx/
4107
4108 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4109 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4110 L:      dri-devel@lists.freedesktop.org
4111 T:      git git://github.com/patjak/drm-gma500
4112 S:      Maintained
4113 F:      drivers/gpu/drm/gma500/
4114
4115 DRM DRIVERS FOR HISILICON
4116 M:      Xinliang Liu <z.liuxinliang@hisilicon.com>
4117 R:      Xinwei Kong <kong.kongxinwei@hisilicon.com>
4118 R:      Chen Feng <puck.chen@hisilicon.com>
4119 L:      dri-devel@lists.freedesktop.org
4120 T:      git git://github.com/xin3liang/linux.git
4121 S:      Maintained
4122 F:      drivers/gpu/drm/hisilicon/
4123 F:      Documentation/devicetree/bindings/display/hisilicon/
4124
4125 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4126 S:      Orphan / Obsolete
4127 F:      drivers/gpu/drm/i810/
4128 F:      include/uapi/drm/i810_drm.h
4129
4130 DRM DRIVERS FOR MEDIATEK
4131 M:      CK Hu <ck.hu@mediatek.com>
4132 M:      Philipp Zabel <p.zabel@pengutronix.de>
4133 L:      dri-devel@lists.freedesktop.org
4134 S:      Supported
4135 F:      drivers/gpu/drm/mediatek/
4136 F:      Documentation/devicetree/bindings/display/mediatek/
4137
4138 DRM DRIVER FOR MSM ADRENO GPU
4139 M:      Rob Clark <robdclark@gmail.com>
4140 L:      linux-arm-msm@vger.kernel.org
4141 L:      dri-devel@lists.freedesktop.org
4142 L:      freedreno@lists.freedesktop.org
4143 T:      git git://people.freedesktop.org/~robclark/linux
4144 S:      Maintained
4145 F:      drivers/gpu/drm/msm/
4146 F:      include/uapi/drm/msm_drm.h
4147 F:      Documentation/devicetree/bindings/display/msm/
4148
4149 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4150 M:      Ben Skeggs <bskeggs@redhat.com>
4151 L:      dri-devel@lists.freedesktop.org
4152 L:      nouveau@lists.freedesktop.org
4153 T:      git git://github.com/skeggsb/linux
4154 S:      Supported
4155 F:      drivers/gpu/drm/nouveau/
4156 F:      include/uapi/drm/nouveau_drm.h
4157
4158 DRM DRIVERS FOR NVIDIA TEGRA
4159 M:      Thierry Reding <thierry.reding@gmail.com>
4160 L:      dri-devel@lists.freedesktop.org
4161 L:      linux-tegra@vger.kernel.org
4162 T:      git git://anongit.freedesktop.org/tegra/linux.git
4163 S:      Supported
4164 F:      drivers/gpu/drm/tegra/
4165 F:      drivers/gpu/host1x/
4166 F:      include/linux/host1x.h
4167 F:      include/uapi/drm/tegra_drm.h
4168 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4169
4170 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4171 S:      Orphan / Obsolete
4172 F:      drivers/gpu/drm/mga/
4173 F:      include/uapi/drm/mga_drm.h
4174
4175 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4176 M:      Dave Airlie <airlied@redhat.com>
4177 S:      Odd Fixes
4178 F:      drivers/gpu/drm/mgag200/
4179
4180 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4181 S:      Orphan / Obsolete
4182 F:      drivers/gpu/drm/r128/
4183 F:      include/uapi/drm/r128_drm.h
4184
4185 DRM DRIVERS FOR RENESAS
4186 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4187 L:      dri-devel@lists.freedesktop.org
4188 L:      linux-renesas-soc@vger.kernel.org
4189 T:      git git://linuxtv.org/pinchartl/fbdev
4190 S:      Supported
4191 F:      drivers/gpu/drm/rcar-du/
4192 F:      drivers/gpu/drm/shmobile/
4193 F:      include/linux/platform_data/shmob_drm.h
4194 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4195
4196 DRM DRIVER FOR QXL VIRTUAL GPU
4197 M:      Dave Airlie <airlied@redhat.com>
4198 S:      Odd Fixes
4199 F:      drivers/gpu/drm/qxl/
4200 F:      include/uapi/drm/qxl_drm.h
4201
4202 DRM DRIVERS FOR ROCKCHIP
4203 M:      Mark Yao <mark.yao@rock-chips.com>
4204 L:      dri-devel@lists.freedesktop.org
4205 S:      Maintained
4206 F:      drivers/gpu/drm/rockchip/
4207 F:      Documentation/devicetree/bindings/display/rockchip/
4208
4209 DRM DRIVER FOR SAVAGE VIDEO CARDS
4210 S:      Orphan / Obsolete
4211 F:      drivers/gpu/drm/savage/
4212 F:      include/uapi/drm/savage_drm.h
4213
4214 DRM DRIVER FOR SIS VIDEO CARDS
4215 S:      Orphan / Obsolete
4216 F:      drivers/gpu/drm/sis/
4217 F:      include/uapi/drm/sis_drm.h
4218
4219 DRM DRIVERS FOR STI
4220 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
4221 M:      Vincent Abriou <vincent.abriou@st.com>
4222 L:      dri-devel@lists.freedesktop.org
4223 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4224 S:      Maintained
4225 F:      drivers/gpu/drm/sti
4226 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4227
4228 DRM DRIVER FOR TDFX VIDEO CARDS
4229 S:      Orphan / Obsolete
4230 F:      drivers/gpu/drm/tdfx/
4231
4232 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4233 M:      Dave Airlie <airlied@redhat.com>
4234 S:      Odd Fixes
4235 F:      drivers/gpu/drm/udl/
4236
4237 DRM DRIVERS FOR VIVANTE GPU IP
4238 M:      Lucas Stach <l.stach@pengutronix.de>
4239 R:      Russell King <linux+etnaviv@armlinux.org.uk>
4240 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
4241 L:      dri-devel@lists.freedesktop.org
4242 S:      Maintained
4243 F:      drivers/gpu/drm/etnaviv/
4244 F:      include/uapi/drm/etnaviv_drm.h
4245 F:      Documentation/devicetree/bindings/display/etnaviv/
4246
4247 DRM DRIVER FOR VMWARE VIRTUAL GPU
4248 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4249 M:      Sinclair Yeh <syeh@vmware.com>
4250 M:      Thomas Hellstrom <thellstrom@vmware.com>
4251 L:      dri-devel@lists.freedesktop.org
4252 T:      git git://people.freedesktop.org/~syeh/repos_linux
4253 T:      git git://people.freedesktop.org/~thomash/linux
4254 S:      Supported
4255 F:      drivers/gpu/drm/vmwgfx/
4256 F:      include/uapi/drm/vmwgfx_drm.h
4257
4258 DRM DRIVERS FOR VC4
4259 M:      Eric Anholt <eric@anholt.net>
4260 T:      git git://github.com/anholt/linux
4261 S:      Supported
4262 F:      drivers/gpu/drm/vc4/
4263 F:      include/uapi/drm/vc4_drm.h
4264 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4265
4266 DRM DRIVERS FOR TI OMAP
4267 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4268 L:      dri-devel@lists.freedesktop.org
4269 S:      Maintained
4270 F:      drivers/gpu/drm/omapdrm/
4271 F:      Documentation/devicetree/bindings/display/ti/
4272
4273 DRM DRIVERS FOR TI LCDC
4274 M:      Jyri Sarha <jsarha@ti.com>
4275 R:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4276 L:      dri-devel@lists.freedesktop.org
4277 S:      Maintained
4278 F:      drivers/gpu/drm/tilcdc/
4279 F:      Documentation/devicetree/bindings/display/tilcdc/
4280
4281 DSBR100 USB FM RADIO DRIVER
4282 M:      Alexey Klimov <klimov.linux@gmail.com>
4283 L:      linux-media@vger.kernel.org
4284 T:      git git://linuxtv.org/media_tree.git
4285 S:      Maintained
4286 F:      drivers/media/radio/dsbr100.c
4287
4288 DSCC4 DRIVER
4289 M:      Francois Romieu <romieu@fr.zoreil.com>
4290 L:      netdev@vger.kernel.org
4291 S:      Maintained
4292 F:      drivers/net/wan/dscc4.c
4293
4294 DT3155 MEDIA DRIVER
4295 M:      Hans Verkuil <hverkuil@xs4all.nl>
4296 L:      linux-media@vger.kernel.org
4297 T:      git git://linuxtv.org/media_tree.git
4298 W:      https://linuxtv.org
4299 S:      Odd Fixes
4300 F:      drivers/media/pci/dt3155/
4301
4302 DVB_USB_AF9015 MEDIA DRIVER
4303 M:      Antti Palosaari <crope@iki.fi>
4304 L:      linux-media@vger.kernel.org
4305 W:      https://linuxtv.org
4306 W:      http://palosaari.fi/linux/
4307 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4308 T:      git git://linuxtv.org/anttip/media_tree.git
4309 S:      Maintained
4310 F:      drivers/media/usb/dvb-usb-v2/af9015*
4311
4312 DVB_USB_AF9035 MEDIA DRIVER
4313 M:      Antti Palosaari <crope@iki.fi>
4314 L:      linux-media@vger.kernel.org
4315 W:      https://linuxtv.org
4316 W:      http://palosaari.fi/linux/
4317 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4318 T:      git git://linuxtv.org/anttip/media_tree.git
4319 S:      Maintained
4320 F:      drivers/media/usb/dvb-usb-v2/af9035*
4321
4322 DVB_USB_ANYSEE MEDIA DRIVER
4323 M:      Antti Palosaari <crope@iki.fi>
4324 L:      linux-media@vger.kernel.org
4325 W:      https://linuxtv.org
4326 W:      http://palosaari.fi/linux/
4327 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4328 T:      git git://linuxtv.org/anttip/media_tree.git
4329 S:      Maintained
4330 F:      drivers/media/usb/dvb-usb-v2/anysee*
4331
4332 DVB_USB_AU6610 MEDIA DRIVER
4333 M:      Antti Palosaari <crope@iki.fi>
4334 L:      linux-media@vger.kernel.org
4335 W:      https://linuxtv.org
4336 W:      http://palosaari.fi/linux/
4337 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4338 T:      git git://linuxtv.org/anttip/media_tree.git
4339 S:      Maintained
4340 F:      drivers/media/usb/dvb-usb-v2/au6610*
4341
4342 DVB_USB_CE6230 MEDIA DRIVER
4343 M:      Antti Palosaari <crope@iki.fi>
4344 L:      linux-media@vger.kernel.org
4345 W:      https://linuxtv.org
4346 W:      http://palosaari.fi/linux/
4347 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4348 T:      git git://linuxtv.org/anttip/media_tree.git
4349 S:      Maintained
4350 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4351
4352 DVB_USB_CXUSB MEDIA DRIVER
4353 M:      Michael Krufky <mkrufky@linuxtv.org>
4354 L:      linux-media@vger.kernel.org
4355 W:      https://linuxtv.org
4356 W:      http://github.com/mkrufky
4357 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4358 T:      git git://linuxtv.org/media_tree.git
4359 S:      Maintained
4360 F:      drivers/media/usb/dvb-usb/cxusb*
4361
4362 DVB_USB_EC168 MEDIA DRIVER
4363 M:      Antti Palosaari <crope@iki.fi>
4364 L:      linux-media@vger.kernel.org
4365 W:      https://linuxtv.org
4366 W:      http://palosaari.fi/linux/
4367 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4368 T:      git git://linuxtv.org/anttip/media_tree.git
4369 S:      Maintained
4370 F:      drivers/media/usb/dvb-usb-v2/ec168*
4371
4372 DVB_USB_GL861 MEDIA DRIVER
4373 M:      Antti Palosaari <crope@iki.fi>
4374 L:      linux-media@vger.kernel.org
4375 W:      https://linuxtv.org
4376 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4377 T:      git git://linuxtv.org/anttip/media_tree.git
4378 S:      Maintained
4379 F:      drivers/media/usb/dvb-usb-v2/gl861*
4380
4381 DVB_USB_MXL111SF MEDIA DRIVER
4382 M:      Michael Krufky <mkrufky@linuxtv.org>
4383 L:      linux-media@vger.kernel.org
4384 W:      https://linuxtv.org
4385 W:      http://github.com/mkrufky
4386 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4387 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4388 S:      Maintained
4389 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4390
4391 DVB_USB_RTL28XXU MEDIA DRIVER
4392 M:      Antti Palosaari <crope@iki.fi>
4393 L:      linux-media@vger.kernel.org
4394 W:      https://linuxtv.org
4395 W:      http://palosaari.fi/linux/
4396 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4397 T:      git git://linuxtv.org/anttip/media_tree.git
4398 S:      Maintained
4399 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4400
4401 DVB_USB_V2 MEDIA DRIVER
4402 M:      Antti Palosaari <crope@iki.fi>
4403 L:      linux-media@vger.kernel.org
4404 W:      https://linuxtv.org
4405 W:      http://palosaari.fi/linux/
4406 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4407 T:      git git://linuxtv.org/anttip/media_tree.git
4408 S:      Maintained
4409 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4410 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4411
4412 DYNAMIC DEBUG
4413 M:      Jason Baron <jbaron@akamai.com>
4414 S:      Maintained
4415 F:      lib/dynamic_debug.c
4416 F:      include/linux/dynamic_debug.h
4417
4418 DZ DECSTATION DZ11 SERIAL DRIVER
4419 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4420 S:      Maintained
4421 F:      drivers/tty/serial/dz.*
4422
4423 E3X0 POWER BUTTON DRIVER
4424 M:      Moritz Fischer <moritz.fischer@ettus.com>
4425 L:      usrp-users@lists.ettus.com
4426 W:      http://www.ettus.com
4427 S:      Supported
4428 F:      drivers/input/misc/e3x0-button.c
4429 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4430
4431 E4000 MEDIA DRIVER
4432 M:      Antti Palosaari <crope@iki.fi>
4433 L:      linux-media@vger.kernel.org
4434 W:      https://linuxtv.org
4435 W:      http://palosaari.fi/linux/
4436 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4437 T:      git git://linuxtv.org/anttip/media_tree.git
4438 S:      Maintained
4439 F:      drivers/media/tuners/e4000*
4440
4441 EATA ISA/EISA/PCI SCSI DRIVER
4442 M:      Dario Ballabio <ballabio_dario@emc.com>
4443 L:      linux-scsi@vger.kernel.org
4444 S:      Maintained
4445 F:      drivers/scsi/eata.c
4446
4447 EC100 MEDIA DRIVER
4448 M:      Antti Palosaari <crope@iki.fi>
4449 L:      linux-media@vger.kernel.org
4450 W:      https://linuxtv.org
4451 W:      http://palosaari.fi/linux/
4452 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4453 T:      git git://linuxtv.org/anttip/media_tree.git
4454 S:      Maintained
4455 F:      drivers/media/dvb-frontends/ec100*
4456
4457 ECRYPT FILE SYSTEM
4458 M:      Tyler Hicks <tyhicks@canonical.com>
4459 L:      ecryptfs@vger.kernel.org
4460 W:      http://ecryptfs.org
4461 W:      https://launchpad.net/ecryptfs
4462 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4463 S:      Supported
4464 F:      Documentation/filesystems/ecryptfs.txt
4465 F:      fs/ecryptfs/
4466
4467 EDAC-CORE
4468 M:      Borislav Petkov <bp@alien8.de>
4469 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4470 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4471 L:      linux-edac@vger.kernel.org
4472 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4474 S:      Supported
4475 F:      Documentation/edac.txt
4476 F:      drivers/edac/
4477 F:      include/linux/edac.h
4478
4479 EDAC-AMD64
4480 M:      Borislav Petkov <bp@alien8.de>
4481 L:      linux-edac@vger.kernel.org
4482 S:      Maintained
4483 F:      drivers/edac/amd64_edac*
4484
4485 EDAC-CALXEDA
4486 M:      Robert Richter <rric@kernel.org>
4487 L:      linux-edac@vger.kernel.org
4488 S:      Maintained
4489 F:      drivers/edac/highbank*
4490
4491 EDAC-CAVIUM
4492 M:      Ralf Baechle <ralf@linux-mips.org>
4493 M:      David Daney <david.daney@cavium.com>
4494 L:      linux-edac@vger.kernel.org
4495 L:      linux-mips@linux-mips.org
4496 S:      Supported
4497 F:      drivers/edac/octeon_edac*
4498
4499 EDAC-E752X
4500 M:      Mark Gross <mark.gross@intel.com>
4501 L:      linux-edac@vger.kernel.org
4502 S:      Maintained
4503 F:      drivers/edac/e752x_edac.c
4504
4505 EDAC-E7XXX
4506 L:      linux-edac@vger.kernel.org
4507 S:      Maintained
4508 F:      drivers/edac/e7xxx_edac.c
4509
4510 EDAC-FSL_DDR
4511 M:      York Sun <york.sun@nxp.com>
4512 L:      linux-edac@vger.kernel.org
4513 S:      Maintained
4514 F:      drivers/edac/fsl_ddr_edac.*
4515
4516 EDAC-GHES
4517 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4518 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4519 L:      linux-edac@vger.kernel.org
4520 S:      Maintained
4521 F:      drivers/edac/ghes_edac.c
4522
4523 EDAC-I82443BXGX
4524 M:      Tim Small <tim@buttersideup.com>
4525 L:      linux-edac@vger.kernel.org
4526 S:      Maintained
4527 F:      drivers/edac/i82443bxgx_edac.c
4528
4529 EDAC-I3000
4530 L:      linux-edac@vger.kernel.org
4531 S:      Orphan
4532 F:      drivers/edac/i3000_edac.c
4533
4534 EDAC-I5000
4535 L:      linux-edac@vger.kernel.org
4536 S:      Maintained
4537 F:      drivers/edac/i5000_edac.c
4538
4539 EDAC-I5400
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/i5400_edac.c
4545
4546 EDAC-I7300
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/i7300_edac.c
4552
4553 EDAC-I7CORE
4554 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4555 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4556 L:      linux-edac@vger.kernel.org
4557 S:      Maintained
4558 F:      drivers/edac/i7core_edac.c
4559
4560 EDAC-I82975X
4561 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4562 M:      "Arvind R." <arvino55@gmail.com>
4563 L:      linux-edac@vger.kernel.org
4564 S:      Maintained
4565 F:      drivers/edac/i82975x_edac.c
4566
4567 EDAC-IE31200
4568 M:      Jason Baron <jbaron@akamai.com>
4569 L:      linux-edac@vger.kernel.org
4570 S:      Maintained
4571 F:      drivers/edac/ie31200_edac.c
4572
4573 EDAC-MPC85XX
4574 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4575 L:      linux-edac@vger.kernel.org
4576 S:      Maintained
4577 F:      drivers/edac/mpc85xx_edac.[ch]
4578
4579 EDAC-PASEMI
4580 M:      Egor Martovetsky <egor@pasemi.com>
4581 L:      linux-edac@vger.kernel.org
4582 S:      Maintained
4583 F:      drivers/edac/pasemi_edac.c
4584
4585 EDAC-R82600
4586 M:      Tim Small <tim@buttersideup.com>
4587 L:      linux-edac@vger.kernel.org
4588 S:      Maintained
4589 F:      drivers/edac/r82600_edac.c
4590
4591 EDAC-SBRIDGE
4592 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4593 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4594 L:      linux-edac@vger.kernel.org
4595 S:      Maintained
4596 F:      drivers/edac/sb_edac.c
4597
4598 EDAC-SKYLAKE
4599 M:      Tony Luck <tony.luck@intel.com>
4600 L:      linux-edac@vger.kernel.org
4601 S:      Maintained
4602 F:      drivers/edac/skx_edac.c
4603
4604 EDAC-XGENE
4605 APPLIED MICRO (APM) X-GENE SOC EDAC
4606 M:     Loc Ho <lho@apm.com>
4607 S:     Supported
4608 F:     drivers/edac/xgene_edac.c
4609 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4610
4611 EDIROL UA-101/UA-1000 DRIVER
4612 M:      Clemens Ladisch <clemens@ladisch.de>
4613 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4614 T:      git git://git.alsa-project.org/alsa-kernel.git
4615 S:      Maintained
4616 F:      sound/usb/misc/ua101.c
4617
4618 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4619 M:      Matt Fleming <matt@codeblueprint.co.uk>
4620 L:      linux-efi@vger.kernel.org
4621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4622 S:      Maintained
4623 F:      Documentation/efi-stub.txt
4624 F:      arch/ia64/kernel/efi.c
4625 F:      arch/x86/boot/compressed/eboot.[ch]
4626 F:      arch/x86/include/asm/efi.h
4627 F:      arch/x86/platform/efi/
4628 F:      drivers/firmware/efi/
4629 F:      include/linux/efi*.h
4630
4631 EFI VARIABLE FILESYSTEM
4632 M:      Matthew Garrett <matthew.garrett@nebula.com>
4633 M:      Jeremy Kerr <jk@ozlabs.org>
4634 M:      Matt Fleming <matt@codeblueprint.co.uk>
4635 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4636 L:      linux-efi@vger.kernel.org
4637 S:      Maintained
4638 F:      fs/efivarfs/
4639
4640 EFIFB FRAMEBUFFER DRIVER
4641 L:      linux-fbdev@vger.kernel.org
4642 M:      Peter Jones <pjones@redhat.com>
4643 S:      Maintained
4644 F:      drivers/video/fbdev/efifb.c
4645
4646 EFI TEST DRIVER
4647 L:      linux-efi@vger.kernel.org
4648 M:      Ivan Hu <ivan.hu@canonical.com>
4649 M:      Matt Fleming <matt@codeblueprint.co.uk>
4650 S:      Maintained
4651 F:      drivers/firmware/efi/test/
4652
4653 EFS FILESYSTEM
4654 W:      http://aeschi.ch.eu.org/efs/
4655 S:      Orphan
4656 F:      fs/efs/
4657
4658 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4659 M:      Douglas Miller <dougmill@linux.vnet.ibm.com>
4660 L:      netdev@vger.kernel.org
4661 S:      Maintained
4662 F:      drivers/net/ethernet/ibm/ehea/
4663
4664 EM28XX VIDEO4LINUX DRIVER
4665 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4666 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4667 L:      linux-media@vger.kernel.org
4668 W:      https://linuxtv.org
4669 T:      git git://linuxtv.org/media_tree.git
4670 S:      Maintained
4671 F:      drivers/media/usb/em28xx/
4672 F:      Documentation/media/v4l-drivers/em28xx*
4673
4674 EMBEDDED LINUX
4675 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4676 M:      Matt Mackall <mpm@selenic.com>
4677 M:      David Woodhouse <dwmw2@infradead.org>
4678 L:      linux-embedded@vger.kernel.org
4679 S:      Maintained
4680
4681 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4682 M:      James Smart <james.smart@avagotech.com>
4683 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4684 L:      linux-scsi@vger.kernel.org
4685 W:      http://www.avagotech.com
4686 S:      Supported
4687 F:      drivers/scsi/lpfc/
4688
4689 ENE CB710 FLASH CARD READER DRIVER
4690 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
4691 S:      Maintained
4692 F:      drivers/misc/cb710/
4693 F:      drivers/mmc/host/cb710-mmc.*
4694 F:      include/linux/cb710.h
4695
4696 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4697 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4698 S:      Maintained
4699 F:      drivers/media/rc/ene_ir.*
4700
4701 EPSON S1D13XXX FRAMEBUFFER DRIVER
4702 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4703 S:      Maintained
4704 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4705 F:      drivers/video/fbdev/s1d13xxxfb.c
4706 F:      include/video/s1d13xxxfb.h
4707
4708 ET131X NETWORK DRIVER
4709 M:      Mark Einon <mark.einon@gmail.com>
4710 S:      Odd Fixes
4711 F:      drivers/net/ethernet/agere/
4712
4713 ETHERNET BRIDGE
4714 M:      Stephen Hemminger <stephen@networkplumber.org>
4715 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
4716 L:      netdev@vger.kernel.org
4717 W:      http://www.linuxfoundation.org/en/Net:Bridge
4718 S:      Maintained
4719 F:      include/linux/netfilter_bridge/
4720 F:      net/bridge/
4721
4722 ETHERNET PHY LIBRARY
4723 M:      Florian Fainelli <f.fainelli@gmail.com>
4724 L:      netdev@vger.kernel.org
4725 S:      Maintained
4726 F:      include/linux/phy.h
4727 F:      include/linux/phy_fixed.h
4728 F:      drivers/net/phy/
4729 F:      Documentation/networking/phy.txt
4730 F:      drivers/of/of_mdio.c
4731 F:      drivers/of/of_net.c
4732
4733 EXT2 FILE SYSTEM
4734 M:      Jan Kara <jack@suse.com>
4735 L:      linux-ext4@vger.kernel.org
4736 S:      Maintained
4737 F:      Documentation/filesystems/ext2.txt
4738 F:      fs/ext2/
4739 F:      include/linux/ext2*
4740
4741 EXT4 FILE SYSTEM
4742 M:      "Theodore Ts'o" <tytso@mit.edu>
4743 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4744 L:      linux-ext4@vger.kernel.org
4745 W:      http://ext4.wiki.kernel.org
4746 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4748 S:      Maintained
4749 F:      Documentation/filesystems/ext4.txt
4750 F:      fs/ext4/
4751
4752 Extended Verification Module (EVM)
4753 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4754 L:      linux-ima-devel@lists.sourceforge.net
4755 L:      linux-security-module@vger.kernel.org
4756 S:      Supported
4757 F:      security/integrity/evm/
4758
4759 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4760 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4761 M:      Chanwoo Choi <cw00.choi@samsung.com>
4762 L:      linux-kernel@vger.kernel.org
4763 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4764 S:      Maintained
4765 F:      drivers/extcon/
4766 F:      include/linux/extcon/
4767 F:      include/linux/extcon.h
4768 F:      Documentation/extcon/
4769 F:      Documentation/devicetree/bindings/extcon/
4770
4771 EXYNOS DP DRIVER
4772 M:      Jingoo Han <jingoohan1@gmail.com>
4773 L:      dri-devel@lists.freedesktop.org
4774 S:      Maintained
4775 F:      drivers/gpu/drm/exynos/exynos_dp*
4776
4777 EXYNOS SYSMMU (IOMMU) driver
4778 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4779 L:      iommu@lists.linux-foundation.org
4780 S:      Maintained
4781 F:      drivers/iommu/exynos-iommu.c
4782
4783 EZchip NPS platform support
4784 M:      Noam Camus <noamc@ezchip.com>
4785 S:      Supported
4786 F:      arch/arc/plat-eznps
4787 F:      arch/arc/boot/dts/eznps.dts
4788
4789 F71805F HARDWARE MONITORING DRIVER
4790 M:      Jean Delvare <jdelvare@suse.com>
4791 L:      linux-hwmon@vger.kernel.org
4792 S:      Maintained
4793 F:      Documentation/hwmon/f71805f
4794 F:      drivers/hwmon/f71805f.c
4795
4796 FC0011 TUNER DRIVER
4797 M:      Michael Buesch <m@bues.ch>
4798 L:      linux-media@vger.kernel.org
4799 S:      Maintained
4800 F:      drivers/media/tuners/fc0011.h
4801 F:      drivers/media/tuners/fc0011.c
4802
4803 FC2580 MEDIA DRIVER
4804 M:      Antti Palosaari <crope@iki.fi>
4805 L:      linux-media@vger.kernel.org
4806 W:      https://linuxtv.org
4807 W:      http://palosaari.fi/linux/
4808 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4809 T:      git git://linuxtv.org/anttip/media_tree.git
4810 S:      Maintained
4811 F:      drivers/media/tuners/fc2580*
4812
4813 FANOTIFY
4814 M:      Eric Paris <eparis@redhat.com>
4815 S:      Maintained
4816 F:      fs/notify/fanotify/
4817 F:      include/linux/fanotify.h
4818 F:      include/uapi/linux/fanotify.h
4819
4820 FARSYNC SYNCHRONOUS DRIVER
4821 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4822 W:      http://www.farsite.co.uk/
4823 S:      Supported
4824 F:      drivers/net/wan/farsync.*
4825
4826 FAULT INJECTION SUPPORT
4827 M:      Akinobu Mita <akinobu.mita@gmail.com>
4828 S:      Supported
4829 F:      Documentation/fault-injection/
4830 F:      lib/fault-inject.c
4831
4832 FBTFT Framebuffer drivers
4833 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4834 M:      Noralf Trønnes <noralf@tronnes.org>
4835 S:      Maintained
4836 F:      drivers/staging/fbtft/
4837
4838 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4839 M:      Johannes Thumshirn <jth@kernel.org>
4840 L:      fcoe-devel@open-fcoe.org
4841 W:      www.Open-FCoE.org
4842 S:      Supported
4843 F:      drivers/scsi/libfc/
4844 F:      drivers/scsi/fcoe/
4845 F:      include/scsi/fc/
4846 F:      include/scsi/libfc.h
4847 F:      include/scsi/libfcoe.h
4848 F:      include/uapi/scsi/fc/
4849
4850 FILE LOCKING (flock() and fcntl()/lockf())
4851 M:      Jeff Layton <jlayton@poochiereds.net>
4852 M:      "J. Bruce Fields" <bfields@fieldses.org>
4853 L:      linux-fsdevel@vger.kernel.org
4854 S:      Maintained
4855 F:      include/linux/fcntl.h
4856 F:      include/linux/fs.h
4857 F:      include/uapi/linux/fcntl.h
4858 F:      include/uapi/linux/fs.h
4859 F:      fs/fcntl.c
4860 F:      fs/locks.c
4861
4862 FILESYSTEMS (VFS and infrastructure)
4863 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4864 L:      linux-fsdevel@vger.kernel.org
4865 S:      Maintained
4866 F:      fs/*
4867
4868 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4869 M:      Riku Voipio <riku.voipio@iki.fi>
4870 L:      linux-hwmon@vger.kernel.org
4871 S:      Maintained
4872 F:      drivers/hwmon/f75375s.c
4873 F:      include/linux/f75375s.h
4874
4875 FIREWIRE AUDIO DRIVERS
4876 M:      Clemens Ladisch <clemens@ladisch.de>
4877 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4878 T:      git git://git.alsa-project.org/alsa-kernel.git
4879 S:      Maintained
4880 F:      sound/firewire/
4881
4882 FIREWIRE MEDIA DRIVERS (firedtv)
4883 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4884 L:      linux-media@vger.kernel.org
4885 L:      linux1394-devel@lists.sourceforge.net
4886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4887 S:      Maintained
4888 F:      drivers/media/firewire/
4889
4890 FIREWIRE SBP-2 TARGET
4891 M:      Chris Boot <bootc@bootc.net>
4892 L:      linux-scsi@vger.kernel.org
4893 L:      target-devel@vger.kernel.org
4894 L:      linux1394-devel@lists.sourceforge.net
4895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4896 S:      Maintained
4897 F:      drivers/target/sbp/
4898
4899 FIREWIRE SUBSYSTEM
4900 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4901 L:      linux1394-devel@lists.sourceforge.net
4902 W:      http://ieee1394.wiki.kernel.org/
4903 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4904 S:      Maintained
4905 F:      drivers/firewire/
4906 F:      include/linux/firewire.h
4907 F:      include/uapi/linux/firewire*.h
4908 F:      tools/firewire/
4909
4910 FIRMWARE LOADER (request_firmware)
4911 M:      Ming Lei <ming.lei@canonical.com>
4912 M:      Luis R. Rodriguez <mcgrof@kernel.org>
4913 L:      linux-kernel@vger.kernel.org
4914 S:      Maintained
4915 F:      Documentation/firmware_class/
4916 F:      drivers/base/firmware*.c
4917 F:      include/linux/firmware.h
4918
4919 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4920 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4921 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4922 S:      Maintained
4923 F:      drivers/block/rsxx/
4924
4925 FLOPPY DRIVER
4926 M:      Jiri Kosina <jikos@kernel.org>
4927 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4928 S:      Odd fixes
4929 F:      drivers/block/floppy.c
4930
4931 FMC SUBSYSTEM
4932 M:      Alessandro Rubini <rubini@gnudd.com>
4933 W:      http://www.ohwr.org/projects/fmc-bus
4934 S:      Supported
4935 F:      drivers/fmc/
4936 F:      include/linux/fmc*.h
4937 F:      include/linux/ipmi-fru.h
4938 K:      fmc_d.*register
4939
4940 FPGA MANAGER FRAMEWORK
4941 M:      Alan Tull <atull@opensource.altera.com>
4942 R:      Moritz Fischer <moritz.fischer@ettus.com>
4943 S:      Maintained
4944 F:      drivers/fpga/
4945 F:      include/linux/fpga/fpga-mgr.h
4946 W:      http://www.rocketboards.org
4947
4948 FPU EMULATOR
4949 M:      Bill Metzenthen <billm@melbpc.org.au>
4950 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4951 S:      Maintained
4952 F:      arch/x86/math-emu/
4953
4954 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4955 L:      netdev@vger.kernel.org
4956 S:      Orphan
4957 F:      drivers/net/wan/dlci.c
4958 F:      drivers/net/wan/sdla.c
4959
4960 FRAMEBUFFER LAYER
4961 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4962 L:      linux-fbdev@vger.kernel.org
4963 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4964 S:      Maintained
4965 F:      Documentation/fb/
4966 F:      drivers/video/
4967 F:      include/video/
4968 F:      include/linux/fb.h
4969 F:      include/uapi/video/
4970 F:      include/uapi/linux/fb.h
4971
4972 FREESCALE DIU FRAMEBUFFER DRIVER
4973 M:      Timur Tabi <timur@tabi.org>
4974 L:      linux-fbdev@vger.kernel.org
4975 S:      Maintained
4976 F:      drivers/video/fbdev/fsl-diu-fb.*
4977
4978 FREESCALE DMA DRIVER
4979 M:      Li Yang <leoli@freescale.com>
4980 M:      Zhang Wei <zw@zh-kernel.org>
4981 L:      linuxppc-dev@lists.ozlabs.org
4982 S:      Maintained
4983 F:      drivers/dma/fsldma.*
4984
4985 FREESCALE GPMI NAND DRIVER
4986 M:      Han Xu <han.xu@nxp.com>
4987 L:      linux-mtd@lists.infradead.org
4988 S:      Maintained
4989 F:      drivers/mtd/nand/gpmi-nand/*
4990
4991 FREESCALE I2C CPM DRIVER
4992 M:      Jochen Friedrich <jochen@scram.de>
4993 L:      linuxppc-dev@lists.ozlabs.org
4994 L:      linux-i2c@vger.kernel.org
4995 S:      Maintained
4996 F:      drivers/i2c/busses/i2c-cpm.c
4997
4998 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4999 M:      Sascha Hauer <kernel@pengutronix.de>
5000 L:      linux-fbdev@vger.kernel.org
5001 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5002 S:      Maintained
5003 F:      include/linux/platform_data/video-imxfb.h
5004 F:      drivers/video/fbdev/imxfb.c
5005
5006 FREESCALE QUAD SPI DRIVER
5007 M:      Han Xu <han.xu@nxp.com>
5008 L:      linux-mtd@lists.infradead.org
5009 S:      Maintained
5010 F:      drivers/mtd/spi-nor/fsl-quadspi.c
5011
5012 FREESCALE SOC FS_ENET DRIVER
5013 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
5014 M:      Vitaly Bordug <vbordug@ru.mvista.com>
5015 L:      linuxppc-dev@lists.ozlabs.org
5016 L:      netdev@vger.kernel.org
5017 S:      Maintained
5018 F:      drivers/net/ethernet/freescale/fs_enet/
5019 F:      include/linux/fs_enet_pd.h
5020
5021 FREESCALE IMX / MXC FEC DRIVER
5022 M:      Fugang Duan <fugang.duan@nxp.com>
5023 L:      netdev@vger.kernel.org
5024 S:      Maintained
5025 F:      drivers/net/ethernet/freescale/fec_main.c
5026 F:      drivers/net/ethernet/freescale/fec_ptp.c
5027 F:      drivers/net/ethernet/freescale/fec.h
5028 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
5029
5030 FREESCALE QORIQ DPAA FMAN DRIVER
5031 M:      Madalin Bucur <madalin.bucur@nxp.com>
5032 L:      netdev@vger.kernel.org
5033 S:      Maintained
5034 F:      drivers/net/ethernet/freescale/fman
5035 F:      Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5036
5037 FREESCALE QUICC ENGINE LIBRARY
5038 L:      linuxppc-dev@lists.ozlabs.org
5039 S:      Orphan
5040 F:      drivers/soc/fsl/qe/
5041 F:      include/soc/fsl/*qe*.h
5042 F:      include/soc/fsl/*ucc*.h
5043
5044 FREESCALE USB PERIPHERAL DRIVERS
5045 M:      Li Yang <leoli@freescale.com>
5046 L:      linux-usb@vger.kernel.org
5047 L:      linuxppc-dev@lists.ozlabs.org
5048 S:      Maintained
5049 F:      drivers/usb/gadget/udc/fsl*
5050
5051 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5052 M:      Li Yang <leoli@freescale.com>
5053 L:      netdev@vger.kernel.org
5054 L:      linuxppc-dev@lists.ozlabs.org
5055 S:      Maintained
5056 F:      drivers/net/ethernet/freescale/ucc_geth*
5057
5058 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5059 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
5060 L:      netdev@vger.kernel.org
5061 S:      Maintained
5062 F:      drivers/net/ethernet/freescale/gianfar*
5063 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
5064 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5065
5066 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5067 M:      Zhao Qiang <qiang.zhao@nxp.com>
5068 L:      netdev@vger.kernel.org
5069 L:      linuxppc-dev@lists.ozlabs.org
5070 S:      Maintained
5071 F:      drivers/net/wan/fsl_ucc_hdlc*
5072
5073 FREESCALE QUICC ENGINE UCC UART DRIVER
5074 M:      Timur Tabi <timur@tabi.org>
5075 L:      linuxppc-dev@lists.ozlabs.org
5076 S:      Maintained
5077 F:      drivers/tty/serial/ucc_uart.c
5078
5079 FREESCALE SOC SOUND DRIVERS
5080 M:      Timur Tabi <timur@tabi.org>
5081 M:      Nicolin Chen <nicoleotsuka@gmail.com>
5082 M:      Xiubo Li <Xiubo.Lee@gmail.com>
5083 R:      Fabio Estevam <fabio.estevam@nxp.com>
5084 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5085 L:      linuxppc-dev@lists.ozlabs.org
5086 S:      Maintained
5087 F:      sound/soc/fsl/fsl*
5088 F:      sound/soc/fsl/imx*
5089 F:      sound/soc/fsl/mpc8610_hpcd.c
5090
5091 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
5092 M:      "J. German Rivera" <German.Rivera@freescale.com>
5093 M:      Stuart Yoder <stuart.yoder@nxp.com>
5094 L:      linux-kernel@vger.kernel.org
5095 S:      Maintained
5096 F:      drivers/staging/fsl-mc/
5097
5098 FREEVXFS FILESYSTEM
5099 M:      Christoph Hellwig <hch@infradead.org>
5100 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
5101 S:      Maintained
5102 F:      fs/freevxfs/
5103
5104 FREEZER
5105 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5106 M:      Pavel Machek <pavel@ucw.cz>
5107 L:      linux-pm@vger.kernel.org
5108 S:      Supported
5109 F:      Documentation/power/freezing-of-tasks.txt
5110 F:      include/linux/freezer.h
5111 F:      kernel/freezer.c
5112
5113 FRONTSWAP API
5114 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5115 L:      linux-kernel@vger.kernel.org
5116 S:      Maintained
5117 F:      mm/frontswap.c
5118 F:      include/linux/frontswap.h
5119
5120 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5121 M:      David Howells <dhowells@redhat.com>
5122 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
5123 S:      Supported
5124 F:      Documentation/filesystems/caching/
5125 F:      fs/fscache/
5126 F:      include/linux/fscache*.h
5127
5128 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5129 M:      Theodore Y. Ts'o <tytso@mit.edu>
5130 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5131 S:      Supported
5132 F:      fs/crypto/
5133 F:      include/linux/fscrypto.h
5134
5135 F2FS FILE SYSTEM
5136 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5137 M:      Chao Yu <yuchao0@huawei.com>
5138 L:      linux-f2fs-devel@lists.sourceforge.net
5139 W:      https://f2fs.wiki.kernel.org/
5140 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5141 S:      Maintained
5142 F:      Documentation/filesystems/f2fs.txt
5143 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5144 F:      fs/f2fs/
5145 F:      include/linux/f2fs_fs.h
5146 F:      include/trace/events/f2fs.h
5147
5148 FUJITSU FR-V (FRV) PORT
5149 S:      Orphan
5150 F:      arch/frv/
5151
5152 FUJITSU LAPTOP EXTRAS
5153 M:      Jonathan Woithe <jwoithe@just42.net>
5154 L:      platform-driver-x86@vger.kernel.org
5155 S:      Maintained
5156 F:      drivers/platform/x86/fujitsu-laptop.c
5157
5158 FUJITSU M-5MO LS CAMERA ISP DRIVER
5159 M:      Kyungmin Park <kyungmin.park@samsung.com>
5160 M:      Heungjun Kim <riverful.kim@samsung.com>
5161 L:      linux-media@vger.kernel.org
5162 S:      Maintained
5163 F:      drivers/media/i2c/m5mols/
5164 F:      include/media/i2c/m5mols.h
5165
5166 FUJITSU TABLET EXTRAS
5167 M:      Robert Gerlach <khnz@gmx.de>
5168 L:      platform-driver-x86@vger.kernel.org
5169 S:      Maintained
5170 F:      drivers/platform/x86/fujitsu-tablet.c
5171
5172 FUSE: FILESYSTEM IN USERSPACE
5173 M:      Miklos Szeredi <miklos@szeredi.hu>
5174 L:      linux-fsdevel@vger.kernel.org
5175 W:      http://fuse.sourceforge.net/
5176 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5177 S:      Maintained
5178 F:      fs/fuse/
5179 F:      include/uapi/linux/fuse.h
5180 F:      Documentation/filesystems/fuse.txt
5181
5182 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5183 M:      Rik Faith <faith@cs.unc.edu>
5184 L:      linux-scsi@vger.kernel.org
5185 S:      Odd Fixes (e.g., new signatures)
5186 F:      drivers/scsi/fdomain.*
5187
5188 GCC PLUGINS
5189 M:      Kees Cook <keescook@chromium.org>
5190 R:      Emese Revfy <re.emese@gmail.com>
5191 L:      kernel-hardening@lists.openwall.com
5192 S:      Maintained
5193 F:      scripts/gcc-plugins/
5194 F:      scripts/gcc-plugin.sh
5195 F:      Documentation/gcc-plugins.txt
5196
5197 GCOV BASED KERNEL PROFILING
5198 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5199 S:      Maintained
5200 F:      kernel/gcov/
5201 F:      Documentation/dev-tools/gcov.rst
5202
5203 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5204 M:      Achim Leubner <achim_leubner@adaptec.com>
5205 L:      linux-scsi@vger.kernel.org
5206 W:      http://www.icp-vortex.com/
5207 S:      Supported
5208 F:      drivers/scsi/gdt*
5209
5210 GDB KERNEL DEBUGGING HELPER SCRIPTS
5211 M:      Jan Kiszka <jan.kiszka@siemens.com>
5212 M:      Kieran Bingham <kieran@bingham.xyz>
5213 S:      Supported
5214 F:      scripts/gdb/
5215
5216 GEMTEK FM RADIO RECEIVER DRIVER
5217 M:      Hans Verkuil <hverkuil@xs4all.nl>
5218 L:      linux-media@vger.kernel.org
5219 T:      git git://linuxtv.org/media_tree.git
5220 W:      https://linuxtv.org
5221 S:      Maintained
5222 F:      drivers/media/radio/radio-gemtek*
5223
5224 GENERIC GPIO I2C DRIVER
5225 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
5226 S:      Supported
5227 F:      drivers/i2c/busses/i2c-gpio.c
5228 F:      include/linux/i2c-gpio.h
5229
5230 GENERIC GPIO I2C MULTIPLEXER DRIVER
5231 M:      Peter Korsgaard <peter.korsgaard@barco.com>
5232 L:      linux-i2c@vger.kernel.org
5233 S:      Supported
5234 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5235 F:      include/linux/i2c-mux-gpio.h
5236 F:      Documentation/i2c/muxes/i2c-mux-gpio
5237
5238 GENERIC HDLC (WAN) DRIVERS
5239 M:      Krzysztof Halasa <khc@pm.waw.pl>
5240 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5241 S:      Maintained
5242 F:      drivers/net/wan/c101.c
5243 F:      drivers/net/wan/hd6457*
5244 F:      drivers/net/wan/hdlc*
5245 F:      drivers/net/wan/n2.c
5246 F:      drivers/net/wan/pc300too.c
5247 F:      drivers/net/wan/pci200syn.c
5248 F:      drivers/net/wan/wanxl*
5249
5250 GENERIC INCLUDE/ASM HEADER FILES
5251 M:      Arnd Bergmann <arnd@arndb.de>
5252 L:      linux-arch@vger.kernel.org
5253 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5254 S:      Maintained
5255 F:      include/asm-generic/
5256 F:      include/uapi/asm-generic/
5257
5258 GENERIC PHY FRAMEWORK
5259 M:      Kishon Vijay Abraham I <kishon@ti.com>
5260 L:      linux-kernel@vger.kernel.org
5261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5262 S:      Supported
5263 F:      drivers/phy/
5264 F:      include/linux/phy/
5265
5266 GENERIC PM DOMAINS
5267 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5268 M:      Kevin Hilman <khilman@kernel.org>
5269 M:      Ulf Hansson <ulf.hansson@linaro.org>
5270 L:      linux-pm@vger.kernel.org
5271 S:      Supported
5272 F:      drivers/base/power/domain*.c
5273 F:      include/linux/pm_domain.h
5274
5275 GENERIC UIO DRIVER FOR PCI DEVICES
5276 M:      "Michael S. Tsirkin" <mst@redhat.com>
5277 L:      kvm@vger.kernel.org
5278 S:      Supported
5279 F:      drivers/uio/uio_pci_generic.c
5280
5281 GET_MAINTAINER SCRIPT
5282 M:      Joe Perches <joe@perches.com>
5283 S:      Maintained
5284 F:      scripts/get_maintainer.pl
5285
5286 GFS2 FILE SYSTEM
5287 M:      Steven Whitehouse <swhiteho@redhat.com>
5288 M:      Bob Peterson <rpeterso@redhat.com>
5289 L:      cluster-devel@redhat.com
5290 W:      http://sources.redhat.com/cluster/
5291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5292 S:      Supported
5293 F:      Documentation/filesystems/gfs2*.txt
5294 F:      fs/gfs2/
5295 F:      include/uapi/linux/gfs2_ondisk.h
5296
5297 GIGASET ISDN DRIVERS
5298 M:      Paul Bolle <pebolle@tiscali.nl>
5299 L:      gigaset307x-common@lists.sourceforge.net
5300 W:      http://gigaset307x.sourceforge.net/
5301 S:      Odd Fixes
5302 F:      Documentation/isdn/README.gigaset
5303 F:      drivers/isdn/gigaset/
5304 F:      include/uapi/linux/gigaset_dev.h
5305
5306 GO7007 MPEG CODEC
5307 M:      Hans Verkuil <hans.verkuil@cisco.com>
5308 L:      linux-media@vger.kernel.org
5309 S:      Maintained
5310 F:      drivers/media/usb/go7007/
5311
5312 GOODIX TOUCHSCREEN
5313 M:      Bastien Nocera <hadess@hadess.net>
5314 L:      linux-input@vger.kernel.org
5315 S:      Maintained
5316 F:      drivers/input/touchscreen/goodix.c
5317
5318 GPIO MOCKUP DRIVER
5319 M:      Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5320 L:      linux-gpio@vger.kernel.org
5321 S:      Maintained
5322 F:      drivers/gpio/gpio-mockup.c
5323 F:      tools/testing/selftests/gpio/
5324
5325 GPIO SUBSYSTEM
5326 M:      Linus Walleij <linus.walleij@linaro.org>
5327 M:      Alexandre Courbot <gnurou@gmail.com>
5328 L:      linux-gpio@vger.kernel.org
5329 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5330 S:      Maintained
5331 F:      Documentation/devicetree/bindings/gpio/
5332 F:      Documentation/gpio/
5333 F:      Documentation/ABI/testing/gpio-cdev
5334 F:      Documentation/ABI/obsolete/sysfs-gpio
5335 F:      drivers/gpio/
5336 F:      include/linux/gpio/
5337 F:      include/linux/gpio.h
5338 F:      include/asm-generic/gpio.h
5339 F:      include/uapi/linux/gpio.h
5340 F:      tools/gpio/
5341
5342 GRE DEMULTIPLEXER DRIVER
5343 M:      Dmitry Kozlov <xeb@mail.ru>
5344 L:      netdev@vger.kernel.org
5345 S:      Maintained
5346 F:      net/ipv4/gre_demux.c
5347 F:      net/ipv4/gre_offload.c
5348 F:      include/net/gre.h
5349
5350 GRETH 10/100/1G Ethernet MAC device driver
5351 M:      Andreas Larsson <andreas@gaisler.com>
5352 L:      netdev@vger.kernel.org
5353 S:      Maintained
5354 F:      drivers/net/ethernet/aeroflex/
5355
5356 GREYBUS SUBSYSTEM
5357 M:      Johan Hovold <johan@kernel.org>
5358 M:      Alex Elder <elder@kernel.org>
5359 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5360 S:      Maintained
5361 F:      drivers/staging/greybus/
5362
5363 GREYBUS AUDIO PROTOCOLS DRIVERS
5364 M:      Vaibhav Agarwal <vaibhav.sr@gmail.com>
5365 M:      Mark Greer <mgreer@animalcreek.com>
5366 S:      Maintained
5367 F:      drivers/staging/greybus/audio_apbridgea.c
5368 F:      drivers/staging/greybus/audio_apbridgea.h
5369 F:      drivers/staging/greybus/audio_codec.c
5370 F:      drivers/staging/greybus/audio_codec.h
5371 F:      drivers/staging/greybus/audio_gb.c
5372 F:      drivers/staging/greybus/audio_manager.c
5373 F:      drivers/staging/greybus/audio_manager.h
5374 F:      drivers/staging/greybus/audio_manager_module.c
5375 F:      drivers/staging/greybus/audio_manager_private.h
5376 F:      drivers/staging/greybus/audio_manager_sysfs.c
5377 F:      drivers/staging/greybus/audio_module.c
5378 F:      drivers/staging/greybus/audio_topology.c
5379
5380 GREYBUS PROTOCOLS DRIVERS
5381 M:      Rui Miguel Silva <rmfrfs@gmail.com>
5382 S:      Maintained
5383 F:      drivers/staging/greybus/sdio.c
5384 F:      drivers/staging/greybus/light.c
5385 F:      drivers/staging/greybus/gpio.c
5386 F:      drivers/staging/greybus/power_supply.c
5387 F:      drivers/staging/greybus/spi.c
5388 F:      drivers/staging/greybus/spilib.c
5389
5390 GREYBUS PROTOCOLS DRIVERS
5391 M:      Bryan O'Donoghue <pure.logic@nexus-software.ie>
5392 S:      Maintained
5393 F:      drivers/staging/greybus/loopback.c
5394 F:      drivers/staging/greybus/timesync.c
5395 F:      drivers/staging/greybus/timesync_platform.c
5396
5397 GREYBUS PROTOCOLS DRIVERS
5398 M:      Viresh Kumar <vireshk@kernel.org>
5399 S:      Maintained
5400 F:      drivers/staging/greybus/authentication.c
5401 F:      drivers/staging/greybus/bootrom.c
5402 F:      drivers/staging/greybus/firmware.h
5403 F:      drivers/staging/greybus/fw-core.c
5404 F:      drivers/staging/greybus/fw-download.c
5405 F:      drivers/staging/greybus/fw-managament.c
5406 F:      drivers/staging/greybus/greybus_authentication.h
5407 F:      drivers/staging/greybus/greybus_firmware.h
5408 F:      drivers/staging/greybus/hid.c
5409 F:      drivers/staging/greybus/i2c.c
5410 F:      drivers/staging/greybus/spi.c
5411 F:      drivers/staging/greybus/spilib.c
5412 F:      drivers/staging/greybus/spilib.h
5413
5414 GREYBUS PROTOCOLS DRIVERS
5415 M:      David Lin <dtwlin@gmail.com>
5416 S:      Maintained
5417 F:      drivers/staging/greybus/uart.c
5418 F:      drivers/staging/greybus/log.c
5419
5420 GREYBUS PLATFORM DRIVERS
5421 M:      Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5422 S:      Maintained
5423 F:      drivers/staging/greybus/arche-platform.c
5424 F:      drivers/staging/greybus/arche-apb-ctrl.c
5425 F:      drivers/staging/greybus/arche_platform.h
5426
5427 GS1662 VIDEO SERIALIZER
5428 M:      Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
5429 L:      linux-media@vger.kernel.org
5430 T:      git git://linuxtv.org/media_tree.git
5431 S:      Maintained
5432 F:      drivers/media/spi/gs1662.c
5433
5434 GSPCA FINEPIX SUBDRIVER
5435 M:      Frank Zago <frank@zago.net>
5436 L:      linux-media@vger.kernel.org
5437 T:      git git://linuxtv.org/media_tree.git
5438 S:      Maintained
5439 F:      drivers/media/usb/gspca/finepix.c
5440
5441 GSPCA GL860 SUBDRIVER
5442 M:      Olivier Lorin <o.lorin@laposte.net>
5443 L:      linux-media@vger.kernel.org
5444 T:      git git://linuxtv.org/media_tree.git
5445 S:      Maintained
5446 F:      drivers/media/usb/gspca/gl860/
5447
5448 GSPCA M5602 SUBDRIVER
5449 M:      Erik Andren <erik.andren@gmail.com>
5450 L:      linux-media@vger.kernel.org
5451 T:      git git://linuxtv.org/media_tree.git
5452 S:      Maintained
5453 F:      drivers/media/usb/gspca/m5602/
5454
5455 GSPCA PAC207 SONIXB SUBDRIVER
5456 M:      Hans Verkuil <hverkuil@xs4all.nl>
5457 L:      linux-media@vger.kernel.org
5458 T:      git git://linuxtv.org/media_tree.git
5459 S:      Odd Fixes
5460 F:      drivers/media/usb/gspca/pac207.c
5461
5462 GSPCA SN9C20X SUBDRIVER
5463 M:      Brian Johnson <brijohn@gmail.com>
5464 L:      linux-media@vger.kernel.org
5465 T:      git git://linuxtv.org/media_tree.git
5466 S:      Maintained
5467 F:      drivers/media/usb/gspca/sn9c20x.c
5468
5469 GSPCA T613 SUBDRIVER
5470 M:      Leandro Costantino <lcostantino@gmail.com>
5471 L:      linux-media@vger.kernel.org
5472 T:      git git://linuxtv.org/media_tree.git
5473 S:      Maintained
5474 F:      drivers/media/usb/gspca/t613.c
5475
5476 GSPCA USB WEBCAM DRIVER
5477 M:      Hans Verkuil <hverkuil@xs4all.nl>
5478 L:      linux-media@vger.kernel.org
5479 T:      git git://linuxtv.org/media_tree.git
5480 S:      Odd Fixes
5481 F:      drivers/media/usb/gspca/
5482
5483 GUID PARTITION TABLE (GPT)
5484 M:      Davidlohr Bueso <dave@stgolabs.net>
5485 L:      linux-efi@vger.kernel.org
5486 S:      Maintained
5487 F:      block/partitions/efi.*
5488
5489 STK1160 USB VIDEO CAPTURE DRIVER
5490 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5491 L:      linux-media@vger.kernel.org
5492 T:      git git://linuxtv.org/media_tree.git
5493 S:      Maintained
5494 F:      drivers/media/usb/stk1160/
5495
5496 H8/300 ARCHITECTURE
5497 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5498 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5499 W:      http://uclinux-h8.sourceforge.jp
5500 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5501 S:      Maintained
5502 F:      arch/h8300/
5503 F:      drivers/clocksource/h8300_*.c
5504 F:      drivers/clk/h8300/
5505 F:      drivers/irqchip/irq-renesas-h8*.c
5506
5507 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5508 M:      Frank Seidel <frank@f-seidel.de>
5509 L:      platform-driver-x86@vger.kernel.org
5510 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5511 S:      Maintained
5512 F:      drivers/platform/x86/hdaps.c
5513
5514 HDPVR USB VIDEO ENCODER DRIVER
5515 M:      Hans Verkuil <hverkuil@xs4all.nl>
5516 L:      linux-media@vger.kernel.org
5517 T:      git git://linuxtv.org/media_tree.git
5518 W:      https://linuxtv.org
5519 S:      Odd Fixes
5520 F:      drivers/media/usb/hdpvr/
5521
5522 HWPOISON MEMORY FAILURE HANDLING
5523 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5524 L:      linux-mm@kvack.org
5525 S:      Maintained
5526 F:      mm/memory-failure.c
5527 F:      mm/hwpoison-inject.c
5528
5529 HYPERVISOR VIRTUAL CONSOLE DRIVER
5530 L:      linuxppc-dev@lists.ozlabs.org
5531 S:      Odd Fixes
5532 F:      drivers/tty/hvc/
5533
5534 HACKRF MEDIA DRIVER
5535 M:      Antti Palosaari <crope@iki.fi>
5536 L:      linux-media@vger.kernel.org
5537 W:      https://linuxtv.org
5538 W:      http://palosaari.fi/linux/
5539 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5540 T:      git git://linuxtv.org/anttip/media_tree.git
5541 S:      Maintained
5542 F:      drivers/media/usb/hackrf/
5543
5544 HARDWARE MONITORING
5545 M:      Jean Delvare <jdelvare@suse.com>
5546 M:      Guenter Roeck <linux@roeck-us.net>
5547 L:      linux-hwmon@vger.kernel.org
5548 W:      http://hwmon.wiki.kernel.org/
5549 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5551 S:      Maintained
5552 F:      Documentation/hwmon/
5553 F:      drivers/hwmon/
5554 F:      include/linux/hwmon*.h
5555
5556 HARDWARE RANDOM NUMBER GENERATOR CORE
5557 M:      Matt Mackall <mpm@selenic.com>
5558 M:      Herbert Xu <herbert@gondor.apana.org.au>
5559 L:      linux-crypto@vger.kernel.org
5560 S:      Odd fixes
5561 F:      Documentation/devicetree/bindings/rng/
5562 F:      Documentation/hw_random.txt
5563 F:      drivers/char/hw_random/
5564 F:      include/linux/hw_random.h
5565
5566 HARDWARE SPINLOCK CORE
5567 M:      Ohad Ben-Cohen <ohad@wizery.com>
5568 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5569 L:      linux-remoteproc@vger.kernel.org
5570 S:      Maintained
5571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5572 F:      Documentation/devicetree/bindings/hwlock/
5573 F:      Documentation/hwspinlock.txt
5574 F:      drivers/hwspinlock/
5575 F:      include/linux/hwspinlock.h
5576
5577 HARMONY SOUND DRIVER
5578 L:      linux-parisc@vger.kernel.org
5579 S:      Maintained
5580 F:      sound/parisc/harmony.*
5581
5582 HD29L2 MEDIA DRIVER
5583 M:      Antti Palosaari <crope@iki.fi>
5584 L:      linux-media@vger.kernel.org
5585 W:      https://linuxtv.org
5586 W:      http://palosaari.fi/linux/
5587 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5588 T:      git git://linuxtv.org/anttip/media_tree.git
5589 S:      Maintained
5590 F:      drivers/media/dvb-frontends/hd29l2*
5591
5592 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5593 M:      Brian Boylston <brian.boylston@hpe.com>
5594 S:      Supported
5595 F:      Documentation/watchdog/hpwdt.txt
5596 F:      drivers/watchdog/hpwdt.c
5597
5598 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5599 M:      Don Brace <don.brace@microsemi.com>
5600 L:      iss_storagedev@hp.com
5601 L:      esc.storagedev@microsemi.com
5602 L:      linux-scsi@vger.kernel.org
5603 S:      Supported
5604 F:      Documentation/scsi/hpsa.txt
5605 F:      drivers/scsi/hpsa*.[ch]
5606 F:      include/linux/cciss*.h
5607 F:      include/uapi/linux/cciss*.h
5608
5609 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5610 M:      Don Brace <don.brace@microsemi.com>
5611 L:      iss_storagedev@hp.com
5612 L:      esc.storagedev@microsemi.com
5613 L:      linux-scsi@vger.kernel.org
5614 S:      Supported
5615 F:      Documentation/blockdev/cciss.txt
5616 F:      drivers/block/cciss*
5617 F:      include/linux/cciss_ioctl.h
5618 F:      include/uapi/linux/cciss_ioctl.h
5619
5620 HFI1 DRIVER
5621 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
5622 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
5623 L:      linux-rdma@vger.kernel.org
5624 S:      Supported
5625 F:      drivers/infiniband/hw/hfi1
5626
5627 HFS FILESYSTEM
5628 L:      linux-fsdevel@vger.kernel.org
5629 S:      Orphan
5630 F:      Documentation/filesystems/hfs.txt
5631 F:      fs/hfs/
5632
5633 HFSPLUS FILESYSTEM
5634 L:      linux-fsdevel@vger.kernel.org
5635 S:      Orphan
5636 F:      Documentation/filesystems/hfsplus.txt
5637 F:      fs/hfsplus/
5638
5639 HGA FRAMEBUFFER DRIVER
5640 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5641 L:      linux-nvidia@lists.surfsouth.com
5642 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5643 S:      Maintained
5644 F:      drivers/video/fbdev/hgafb.c
5645
5646 HIBERNATION (aka Software Suspend, aka swsusp)
5647 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5648 M:      Pavel Machek <pavel@ucw.cz>
5649 L:      linux-pm@vger.kernel.org
5650 S:      Supported
5651 F:      arch/x86/power/
5652 F:      drivers/base/power/
5653 F:      kernel/power/
5654 F:      include/linux/suspend.h
5655 F:      include/linux/freezer.h
5656 F:      include/linux/pm.h
5657 F:      arch/*/include/asm/suspend*.h
5658
5659 HID CORE LAYER
5660 M:      Jiri Kosina <jikos@kernel.org>
5661 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5662 L:      linux-input@vger.kernel.org
5663 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5664 S:      Maintained
5665 F:      drivers/hid/
5666 F:      include/linux/hid*
5667 F:      include/uapi/linux/hid*
5668
5669 HID SENSOR HUB DRIVERS
5670 M:      Jiri Kosina <jikos@kernel.org>
5671 M:      Jonathan Cameron <jic23@kernel.org>
5672 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5673 L:      linux-input@vger.kernel.org
5674 L:      linux-iio@vger.kernel.org
5675 S:      Maintained
5676 F:      Documentation/hid/hid-sensor*
5677 F:      drivers/hid/hid-sensor-*
5678 F:      drivers/iio/*/hid-*
5679 F:      include/linux/hid-sensor-*
5680
5681 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5682 M:      Thomas Gleixner <tglx@linutronix.de>
5683 L:      linux-kernel@vger.kernel.org
5684 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5685 S:      Maintained
5686 F:      Documentation/timers/
5687 F:      kernel/time/hrtimer.c
5688 F:      kernel/time/clockevents.c
5689 F:      kernel/time/tick*.*
5690 F:      kernel/time/timer_*.c
5691 F:      include/linux/clockchips.h
5692 F:      include/linux/hrtimer.h
5693
5694 HIGH-SPEED SCC DRIVER FOR AX.25
5695 L:      linux-hams@vger.kernel.org
5696 S:      Orphan
5697 F:      drivers/net/hamradio/dmascc.c
5698 F:      drivers/net/hamradio/scc.c
5699
5700 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5701 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5702 W:      http://www.highpoint-tech.com
5703 S:      Supported
5704 F:      Documentation/scsi/hptiop.txt
5705 F:      drivers/scsi/hptiop.c
5706
5707 HIPPI
5708 M:      Jes Sorensen <jes@trained-monkey.org>
5709 L:      linux-hippi@sunsite.dk
5710 S:      Maintained
5711 F:      include/linux/hippidevice.h
5712 F:      include/uapi/linux/if_hippi.h
5713 F:      net/802/hippi.c
5714 F:      drivers/net/hippi/
5715
5716 HISILICON NETWORK SUBSYSTEM DRIVER
5717 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
5718 M:      Salil Mehta <salil.mehta@huawei.com>
5719 L:      netdev@vger.kernel.org
5720 W:      http://www.hisilicon.com
5721 S:      Maintained
5722 F:      drivers/net/ethernet/hisilicon/
5723 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
5724
5725 HISILICON ROCE DRIVER
5726 M:      Lijun Ou <oulijun@huawei.com>
5727 M:      Wei Hu(Xavier) <xavier.huwei@huawei.com>
5728 L:      linux-rdma@vger.kernel.org
5729 S:      Maintained
5730 F:      drivers/infiniband/hw/hns/
5731 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
5732
5733 HISILICON SAS Controller
5734 M:      John Garry <john.garry@huawei.com>
5735 W:      http://www.hisilicon.com
5736 S:      Supported
5737 F:      drivers/scsi/hisi_sas/
5738 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5739
5740 HOST AP DRIVER
5741 M:      Jouni Malinen <j@w1.fi>
5742 L:      linux-wireless@vger.kernel.org
5743 W:      http://w1.fi/hostap-driver.html
5744 S:      Obsolete
5745 F:      drivers/net/wireless/intersil/hostap/
5746
5747 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5748 L:      platform-driver-x86@vger.kernel.org
5749 S:      Orphan
5750 F:      drivers/platform/x86/tc1100-wmi.c
5751
5752 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5753 M:      Jaroslav Kysela <perex@perex.cz>
5754 S:      Maintained
5755 F:      drivers/net/ethernet/hp/hp100.*
5756
5757 HPET:   High Precision Event Timers driver
5758 M:      Clemens Ladisch <clemens@ladisch.de>
5759 S:      Maintained
5760 F:      Documentation/timers/hpet.txt
5761 F:      drivers/char/hpet.c
5762 F:      include/linux/hpet.h
5763 F:      include/uapi/linux/hpet.h
5764
5765 HPET:   x86
5766 S:      Orphan
5767 F:      arch/x86/kernel/hpet.c
5768 F:      arch/x86/include/asm/hpet.h
5769
5770 HPFS FILESYSTEM
5771 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5772 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5773 S:      Maintained
5774 F:      fs/hpfs/
5775
5776 HSI SUBSYSTEM
5777 M:      Sebastian Reichel <sre@kernel.org>
5778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5779 S:      Maintained
5780 F:      Documentation/ABI/testing/sysfs-bus-hsi
5781 F:      Documentation/device-drivers/serial-interfaces.rst
5782 F:      drivers/hsi/
5783 F:      include/linux/hsi/
5784 F:      include/uapi/linux/hsi/
5785
5786 HSO 3G MODEM DRIVER
5787 M:      Jan Dumon <j.dumon@option.com>
5788 W:      http://www.pharscape.org
5789 S:      Maintained
5790 F:      drivers/net/usb/hso.c
5791
5792 HSR NETWORK PROTOCOL
5793 M:      Arvid Brodin <arvid.brodin@alten.se>
5794 L:      netdev@vger.kernel.org
5795 S:      Maintained
5796 F:      net/hsr/
5797
5798 HTCPEN TOUCHSCREEN DRIVER
5799 M:      Pau Oliva Fora <pof@eslack.org>
5800 L:      linux-input@vger.kernel.org
5801 S:      Maintained
5802 F:      drivers/input/touchscreen/htcpen.c
5803
5804 HUGETLB FILESYSTEM
5805 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5806 S:      Maintained
5807 F:      fs/hugetlbfs/
5808
5809 HVA ST MEDIA DRIVER
5810 M:      Jean-Christophe Trotin <jean-christophe.trotin@st.com>
5811 L:      linux-media@vger.kernel.org
5812 T:      git git://linuxtv.org/media_tree.git
5813 W:      https://linuxtv.org
5814 S:      Supported
5815 F:      drivers/media/platform/sti/hva
5816
5817 Hyper-V CORE AND DRIVERS
5818 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5819 M:      Haiyang Zhang <haiyangz@microsoft.com>
5820 L:      devel@linuxdriverproject.org
5821 S:      Maintained
5822 F:      arch/x86/include/asm/mshyperv.h
5823 F:      arch/x86/include/uapi/asm/hyperv.h
5824 F:      arch/x86/kernel/cpu/mshyperv.c
5825 F:      drivers/hid/hid-hyperv.c
5826 F:      drivers/hv/
5827 F:      drivers/input/serio/hyperv-keyboard.c
5828 F:      drivers/pci/host/pci-hyperv.c
5829 F:      drivers/net/hyperv/
5830 F:      drivers/scsi/storvsc_drv.c
5831 F:      drivers/video/fbdev/hyperv_fb.c
5832 F:      include/linux/hyperv.h
5833 F:      tools/hv/
5834 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5835
5836 I2C MUXES
5837 M:      Peter Rosin <peda@axentia.se>
5838 L:      linux-i2c@vger.kernel.org
5839 S:      Maintained
5840 F:      Documentation/i2c/i2c-topology
5841 F:      Documentation/i2c/muxes/
5842 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5843 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
5844 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
5845 F:      drivers/i2c/i2c-mux.c
5846 F:      drivers/i2c/muxes/
5847 F:      include/linux/i2c-mux.h
5848
5849 I2C OVER PARALLEL PORT
5850 M:      Jean Delvare <jdelvare@suse.com>
5851 L:      linux-i2c@vger.kernel.org
5852 S:      Maintained
5853 F:      Documentation/i2c/busses/i2c-parport
5854 F:      Documentation/i2c/busses/i2c-parport-light
5855 F:      drivers/i2c/busses/i2c-parport.c
5856 F:      drivers/i2c/busses/i2c-parport-light.c
5857
5858 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5859 M:      Jean Delvare <jdelvare@suse.com>
5860 L:      linux-i2c@vger.kernel.org
5861 S:      Maintained
5862 F:      Documentation/i2c/busses/i2c-ali1535
5863 F:      Documentation/i2c/busses/i2c-ali1563
5864 F:      Documentation/i2c/busses/i2c-ali15x3
5865 F:      Documentation/i2c/busses/i2c-amd756
5866 F:      Documentation/i2c/busses/i2c-amd8111
5867 F:      Documentation/i2c/busses/i2c-i801
5868 F:      Documentation/i2c/busses/i2c-nforce2
5869 F:      Documentation/i2c/busses/i2c-piix4
5870 F:      Documentation/i2c/busses/i2c-sis5595
5871 F:      Documentation/i2c/busses/i2c-sis630
5872 F:      Documentation/i2c/busses/i2c-sis96x
5873 F:      Documentation/i2c/busses/i2c-via
5874 F:      Documentation/i2c/busses/i2c-viapro
5875 F:      drivers/i2c/busses/i2c-ali1535.c
5876 F:      drivers/i2c/busses/i2c-ali1563.c
5877 F:      drivers/i2c/busses/i2c-ali15x3.c
5878 F:      drivers/i2c/busses/i2c-amd756.c
5879 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5880 F:      drivers/i2c/busses/i2c-amd8111.c
5881 F:      drivers/i2c/busses/i2c-i801.c
5882 F:      drivers/i2c/busses/i2c-isch.c
5883 F:      drivers/i2c/busses/i2c-nforce2.c
5884 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5885 F:      drivers/i2c/busses/i2c-piix4.c
5886 F:      drivers/i2c/busses/i2c-sis5595.c
5887 F:      drivers/i2c/busses/i2c-sis630.c
5888 F:      drivers/i2c/busses/i2c-sis96x.c
5889 F:      drivers/i2c/busses/i2c-via.c
5890 F:      drivers/i2c/busses/i2c-viapro.c
5891
5892 I2C/SMBUS ISMT DRIVER
5893 M:      Seth Heasley <seth.heasley@intel.com>
5894 M:      Neil Horman <nhorman@tuxdriver.com>
5895 L:      linux-i2c@vger.kernel.org
5896 F:      drivers/i2c/busses/i2c-ismt.c
5897 F:      Documentation/i2c/busses/i2c-ismt
5898
5899 I2C/SMBUS STUB DRIVER
5900 M:      Jean Delvare <jdelvare@suse.com>
5901 L:      linux-i2c@vger.kernel.org
5902 S:      Maintained
5903 F:      drivers/i2c/i2c-stub.c
5904
5905 I2C SUBSYSTEM
5906 M:      Wolfram Sang <wsa@the-dreams.de>
5907 L:      linux-i2c@vger.kernel.org
5908 W:      https://i2c.wiki.kernel.org/
5909 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5910 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5911 S:      Maintained
5912 F:      Documentation/devicetree/bindings/i2c/
5913 F:      Documentation/i2c/
5914 F:      drivers/i2c/
5915 F:      drivers/i2c/*/
5916 F:      include/linux/i2c.h
5917 F:      include/linux/i2c-*.h
5918 F:      include/uapi/linux/i2c.h
5919 F:      include/uapi/linux/i2c-*.h
5920
5921 I2C ACPI SUPPORT
5922 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5923 L:      linux-i2c@vger.kernel.org
5924 L:      linux-acpi@vger.kernel.org
5925 S:      Maintained
5926
5927 I2C-TAOS-EVM DRIVER
5928 M:      Jean Delvare <jdelvare@suse.com>
5929 L:      linux-i2c@vger.kernel.org
5930 S:      Maintained
5931 F:      Documentation/i2c/busses/i2c-taos-evm
5932 F:      drivers/i2c/busses/i2c-taos-evm.c
5933
5934 I2C-TINY-USB DRIVER
5935 M:      Till Harbaum <till@harbaum.org>
5936 L:      linux-i2c@vger.kernel.org
5937 W:      http://www.harbaum.org/till/i2c_tiny_usb
5938 S:      Maintained
5939 F:      drivers/i2c/busses/i2c-tiny-usb.c
5940
5941 i386 BOOT CODE
5942 M:      "H. Peter Anvin" <hpa@zytor.com>
5943 S:      Maintained
5944 F:      arch/x86/boot/
5945
5946 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5947 M:      "H. Peter Anvin" <hpa@zytor.com>
5948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5949 S:      Maintained
5950
5951 IA64 (Itanium) PLATFORM
5952 M:      Tony Luck <tony.luck@intel.com>
5953 M:      Fenghua Yu <fenghua.yu@intel.com>
5954 L:      linux-ia64@vger.kernel.org
5955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5956 S:      Maintained
5957 F:      arch/ia64/
5958
5959 IBM Power VMX Cryptographic instructions
5960 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5961 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5962 L:      linux-crypto@vger.kernel.org
5963 S:      Supported
5964 F:      drivers/crypto/vmx/Makefile
5965 F:      drivers/crypto/vmx/Kconfig
5966 F:      drivers/crypto/vmx/vmx.c
5967 F:      drivers/crypto/vmx/aes*
5968 F:      drivers/crypto/vmx/ghash*
5969 F:      drivers/crypto/vmx/ppc-xlate.pl
5970
5971 IBM Power in-Nest Crypto Acceleration
5972 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5973 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5974 L:      linux-crypto@vger.kernel.org
5975 S:      Supported
5976 F:      drivers/crypto/nx/Makefile
5977 F:      drivers/crypto/nx/Kconfig
5978 F:      drivers/crypto/nx/nx-aes*
5979 F:      drivers/crypto/nx/nx-sha*
5980 F:      drivers/crypto/nx/nx.*
5981 F:      drivers/crypto/nx/nx_csbcpb.h
5982 F:      drivers/crypto/nx/nx_debugfs.h
5983
5984 IBM Power 842 compression accelerator
5985 M:      Dan Streetman <ddstreet@ieee.org>
5986 S:      Supported
5987 F:      drivers/crypto/nx/Makefile
5988 F:      drivers/crypto/nx/Kconfig
5989 F:      drivers/crypto/nx/nx-842*
5990 F:      include/linux/sw842.h
5991 F:      crypto/842.c
5992 F:      lib/842/
5993
5994 IBM Power Linux RAID adapter
5995 M:      Brian King <brking@us.ibm.com>
5996 S:      Supported
5997 F:      drivers/scsi/ipr.*
5998
5999 IBM Power Virtual Ethernet Device Driver
6000 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6001 L:      netdev@vger.kernel.org
6002 S:      Supported
6003 F:      drivers/net/ethernet/ibm/ibmveth.*
6004
6005 IBM Power SRIOV Virtual NIC Device Driver
6006 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6007 M:      John Allen <jallen@linux.vnet.ibm.com>
6008 L:      netdev@vger.kernel.org
6009 S:      Supported
6010 F:      drivers/net/ethernet/ibm/ibmvnic.*
6011
6012 IBM Power Virtual SCSI Device Drivers
6013 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6014 L:      linux-scsi@vger.kernel.org
6015 S:      Supported
6016 F:      drivers/scsi/ibmvscsi/ibmvscsi*
6017 F:      include/scsi/viosrp.h
6018
6019 IBM Power Virtual SCSI Device Target Driver
6020 M:      Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6021 M:      Michael Cyr <mikecyr@linux.vnet.ibm.com>
6022 L:      linux-scsi@vger.kernel.org
6023 L:      target-devel@vger.kernel.org
6024 S:      Supported
6025 F:      drivers/scsi/ibmvscsi_tgt/
6026
6027 IBM Power Virtual FC Device Drivers
6028 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6029 L:      linux-scsi@vger.kernel.org
6030 S:      Supported
6031 F:      drivers/scsi/ibmvscsi/ibmvfc*
6032
6033 IBM ServeRAID RAID DRIVER
6034 S:      Orphan
6035 F:      drivers/scsi/ips.*
6036
6037 ICH LPC AND GPIO DRIVER
6038 M:      Peter Tyser <ptyser@xes-inc.com>
6039 S:      Maintained
6040 F:      drivers/mfd/lpc_ich.c
6041 F:      drivers/gpio/gpio-ich.c
6042
6043 IDE SUBSYSTEM
6044 M:      "David S. Miller" <davem@davemloft.net>
6045 L:      linux-ide@vger.kernel.org
6046 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
6047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6048 S:      Maintained
6049 F:      Documentation/ide/
6050 F:      drivers/ide/
6051 F:      include/linux/ide.h
6052
6053 IDEAPAD LAPTOP EXTRAS DRIVER
6054 M:      Ike Panhc <ike.pan@canonical.com>
6055 L:      platform-driver-x86@vger.kernel.org
6056 W:      http://launchpad.net/ideapad-laptop
6057 S:      Maintained
6058 F:      drivers/platform/x86/ideapad-laptop.c
6059
6060 IDEAPAD LAPTOP SLIDEBAR DRIVER
6061 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
6062 L:      linux-input@vger.kernel.org
6063 W:      https://github.com/o2genum/ideapad-slidebar
6064 S:      Maintained
6065 F:      drivers/input/misc/ideapad_slidebar.c
6066
6067 IDE/ATAPI DRIVERS
6068 M:      Borislav Petkov <bp@alien8.de>
6069 L:      linux-ide@vger.kernel.org
6070 S:      Maintained
6071 F:      Documentation/cdrom/ide-cd
6072 F:      drivers/ide/ide-cd*
6073
6074 IDLE-I7300
6075 M:      Andy Henroid <andrew.d.henroid@intel.com>
6076 L:      linux-pm@vger.kernel.org
6077 S:      Supported
6078 F:      drivers/idle/i7300_idle.c
6079
6080 IEEE 802.15.4 SUBSYSTEM
6081 M:      Alexander Aring <aar@pengutronix.de>
6082 L:      linux-wpan@vger.kernel.org
6083 W:      http://wpan.cakelab.org/
6084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6086 S:      Maintained
6087 F:      net/ieee802154/
6088 F:      net/mac802154/
6089 F:      drivers/net/ieee802154/
6090 F:      include/linux/nl802154.h
6091 F:      include/linux/ieee802154.h
6092 F:      include/net/nl802154.h
6093 F:      include/net/mac802154.h
6094 F:      include/net/af_ieee802154.h
6095 F:      include/net/cfg802154.h
6096 F:      include/net/ieee802154_netdev.h
6097 F:      Documentation/networking/ieee802154.txt
6098
6099 IGORPLUG-USB IR RECEIVER
6100 M:      Sean Young <sean@mess.org>
6101 L:      linux-media@vger.kernel.org
6102 S:      Maintained
6103 F:      drivers/media/rc/igorplugusb.c
6104
6105 IGUANAWORKS USB IR TRANSCEIVER
6106 M:      Sean Young <sean@mess.org>
6107 L:      linux-media@vger.kernel.org
6108 S:      Maintained
6109 F:      drivers/media/rc/iguanair.c
6110
6111 IIO SUBSYSTEM AND DRIVERS
6112 M:      Jonathan Cameron <jic23@kernel.org>
6113 R:      Hartmut Knaack <knaack.h@gmx.de>
6114 R:      Lars-Peter Clausen <lars@metafoo.de>
6115 R:      Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6116 L:      linux-iio@vger.kernel.org
6117 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6118 S:      Maintained
6119 F:      Documentation/devicetree/bindings/iio/
6120 F:      drivers/iio/
6121 F:      drivers/staging/iio/
6122 F:      include/linux/iio/
6123 F:      tools/iio/
6124
6125 IKANOS/ADI EAGLE ADSL USB DRIVER
6126 M:      Matthieu Castet <castet.matthieu@free.fr>
6127 M:      Stanislaw Gruszka <stf_xl@wp.pl>
6128 S:      Maintained
6129 F:      drivers/usb/atm/ueagle-atm.c
6130
6131 INA209 HARDWARE MONITOR DRIVER
6132 M:      Guenter Roeck <linux@roeck-us.net>
6133 L:      linux-hwmon@vger.kernel.org
6134 S:      Maintained
6135 F:      Documentation/hwmon/ina209
6136 F:      Documentation/devicetree/bindings/i2c/ina209.txt
6137 F:      drivers/hwmon/ina209.c
6138
6139 INA2XX HARDWARE MONITOR DRIVER
6140 M:      Guenter Roeck <linux@roeck-us.net>
6141 L:      linux-hwmon@vger.kernel.org
6142 S:      Maintained
6143 F:      Documentation/hwmon/ina2xx
6144 F:      drivers/hwmon/ina2xx.c
6145 F:      include/linux/platform_data/ina2xx.h
6146
6147 INDUSTRY PACK SUBSYSTEM (IPACK)
6148 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6149 M:      Jens Taprogge <jens.taprogge@taprogge.org>
6150 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6151 L:      industrypack-devel@lists.sourceforge.net
6152 W:      http://industrypack.sourceforge.net
6153 S:      Maintained
6154 F:      drivers/ipack/
6155
6156 INGENIC JZ4780 DMA Driver
6157 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6158 S:      Maintained
6159 F:      drivers/dma/dma-jz4780.c
6160
6161 INGENIC JZ4780 NAND DRIVER
6162 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
6163 L:      linux-mtd@lists.infradead.org
6164 S:      Maintained
6165 F:      drivers/mtd/nand/jz4780_*
6166
6167 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6168 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6169 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6170 L:      linux-ima-devel@lists.sourceforge.net
6171 L:      linux-ima-user@lists.sourceforge.net
6172 L:      linux-security-module@vger.kernel.org
6173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6174 S:      Supported
6175 F:      security/integrity/ima/
6176
6177 IMGTEC IR DECODER DRIVER
6178 M:      James Hogan <james.hogan@imgtec.com>
6179 S:      Maintained
6180 F:      drivers/media/rc/img-ir/
6181
6182 IMS TWINTURBO FRAMEBUFFER DRIVER
6183 L:      linux-fbdev@vger.kernel.org
6184 S:      Orphan
6185 F:      drivers/video/fbdev/imsttfb.c
6186
6187 INFINIBAND SUBSYSTEM
6188 M:      Doug Ledford <dledford@redhat.com>
6189 M:      Sean Hefty <sean.hefty@intel.com>
6190 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
6191 L:      linux-rdma@vger.kernel.org
6192 W:      http://www.openfabrics.org/
6193 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6194 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6195 S:      Supported
6196 F:      Documentation/infiniband/
6197 F:      drivers/infiniband/
6198 F:      include/uapi/linux/if_infiniband.h
6199 F:      include/uapi/rdma/
6200 F:      include/rdma/
6201
6202 INOTIFY
6203 M:      John McCutchan <john@johnmccutchan.com>
6204 M:      Robert Love <rlove@rlove.org>
6205 M:      Eric Paris <eparis@parisplace.org>
6206 S:      Maintained
6207 F:      Documentation/filesystems/inotify.txt
6208 F:      fs/notify/inotify/
6209 F:      include/linux/inotify.h
6210 F:      include/uapi/linux/inotify.h
6211
6212 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6213 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
6214 L:      linux-input@vger.kernel.org
6215 Q:      http://patchwork.kernel.org/project/linux-input/list/
6216 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6217 S:      Maintained
6218 F:      drivers/input/
6219 F:      include/linux/input.h
6220 F:      include/uapi/linux/input.h
6221 F:      include/linux/input/
6222 F:      Documentation/devicetree/bindings/input/
6223
6224 INPUT MULTITOUCH (MT) PROTOCOL
6225 M:      Henrik Rydberg <rydberg@bitmath.org>
6226 L:      linux-input@vger.kernel.org
6227 S:      Odd fixes
6228 F:      Documentation/input/multi-touch-protocol.txt
6229 F:      drivers/input/input-mt.c
6230 K:      \b(ABS|SYN)_MT_
6231
6232 INTEL ASoC BDW/HSW DRIVERS
6233 M:      Jie Yang <yang.jie@linux.intel.com>
6234 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6235 S:      Supported
6236 F:      sound/soc/intel/common/sst-dsp*
6237 F:      sound/soc/intel/common/sst-firmware.c
6238 F:      sound/soc/intel/boards/broadwell.c
6239 F:      sound/soc/intel/haswell/
6240
6241 INTEL C600 SERIES SAS CONTROLLER DRIVER
6242 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
6243 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6244 L:      linux-scsi@vger.kernel.org
6245 T:      git git://git.code.sf.net/p/intel-sas/isci
6246 S:      Supported
6247 F:      drivers/scsi/isci/
6248
6249 INTEL HID EVENT DRIVER
6250 M:      Alex Hung <alex.hung@canonical.com>
6251 L:      platform-driver-x86@vger.kernel.org
6252 S:      Maintained
6253 F:      drivers/platform/x86/intel-hid.c
6254
6255 INTEL VIRTUAL BUTTON DRIVER
6256 M:      AceLan Kao <acelan.kao@canonical.com>
6257 L:      platform-driver-x86@vger.kernel.org
6258 S:      Maintained
6259 F:      drivers/platform/x86/intel-vbtn.c
6260
6261 INTEL IDLE DRIVER
6262 M:      Len Brown <lenb@kernel.org>
6263 L:      linux-pm@vger.kernel.org
6264 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6265 S:      Supported
6266 F:      drivers/idle/intel_idle.c
6267
6268 INTEL INTEGRATED SENSOR HUB DRIVER
6269 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6270 M:      Jiri Kosina <jikos@kernel.org>
6271 L:      linux-input@vger.kernel.org
6272 S:      Maintained
6273 F:      drivers/hid/intel-ish-hid/
6274
6275 INTEL PSTATE DRIVER
6276 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6277 M:      Len Brown <lenb@kernel.org>
6278 L:      linux-pm@vger.kernel.org
6279 S:      Supported
6280 F:      drivers/cpufreq/intel_pstate.c
6281
6282 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6283 M:      Maik Broemme <mbroemme@libmpq.org>
6284 L:      linux-fbdev@vger.kernel.org
6285 S:      Maintained
6286 F:      Documentation/fb/intelfb.txt
6287 F:      drivers/video/fbdev/intelfb/
6288
6289 INTEL 810/815 FRAMEBUFFER DRIVER
6290 M:      Antonino Daplas <adaplas@gmail.com>
6291 L:      linux-fbdev@vger.kernel.org
6292 S:      Maintained
6293 F:      drivers/video/fbdev/i810/
6294
6295 INTEL MENLOW THERMAL DRIVER
6296 M:      Sujith Thomas <sujith.thomas@intel.com>
6297 L:      platform-driver-x86@vger.kernel.org
6298 W:      https://01.org/linux-acpi
6299 S:      Supported
6300 F:      drivers/platform/x86/intel_menlow.c
6301
6302 INTEL I/OAT DMA DRIVER
6303 M:      Dave Jiang <dave.jiang@intel.com>
6304 R:      Dan Williams <dan.j.williams@intel.com>
6305 L:      dmaengine@vger.kernel.org
6306 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6307 S:      Supported
6308 F:      drivers/dma/ioat*
6309
6310 INTEL IOMMU (VT-d)
6311 M:      David Woodhouse <dwmw2@infradead.org>
6312 L:      iommu@lists.linux-foundation.org
6313 T:      git git://git.infradead.org/iommu-2.6.git
6314 S:      Supported
6315 F:      drivers/iommu/intel-iommu.c
6316 F:      include/linux/intel-iommu.h
6317
6318 INTEL IOP-ADMA DMA DRIVER
6319 R:      Dan Williams <dan.j.williams@intel.com>
6320 S:      Odd fixes
6321 F:      drivers/dma/iop-adma.c
6322
6323 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6324 M:      Krzysztof Halasa <khalasa@piap.pl>
6325 S:      Maintained
6326 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6327 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6328 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6329 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6330 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6331 F:      drivers/net/wan/ixp4xx_hss.c
6332
6333 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6334 M:      Deepak Saxena <dsaxena@plexity.net>
6335 S:      Maintained
6336 F:      drivers/char/hw_random/ixp4xx-rng.c
6337
6338 INTEL ETHERNET DRIVERS
6339 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6340 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6341 W:      http://www.intel.com/support/feedback.htm
6342 W:      http://e1000.sourceforge.net/
6343 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6346 S:      Supported
6347 F:      Documentation/networking/e100.txt
6348 F:      Documentation/networking/e1000.txt
6349 F:      Documentation/networking/e1000e.txt
6350 F:      Documentation/networking/igb.txt
6351 F:      Documentation/networking/igbvf.txt
6352 F:      Documentation/networking/ixgb.txt
6353 F:      Documentation/networking/ixgbe.txt
6354 F:      Documentation/networking/ixgbevf.txt
6355 F:      Documentation/networking/i40e.txt
6356 F:      Documentation/networking/i40evf.txt
6357 F:      drivers/net/ethernet/intel/
6358 F:      drivers/net/ethernet/intel/*/
6359
6360 INTEL RDMA RNIC DRIVER
6361 M:     Faisal Latif <faisal.latif@intel.com>
6362 R:     Chien Tin Tung <chien.tin.tung@intel.com>
6363 R:     Mustafa Ismail <mustafa.ismail@intel.com>
6364 R:     Shiraz Saleem <shiraz.saleem@intel.com>
6365 R:     Tatyana Nikolova <tatyana.e.nikolova@intel.com>
6366 L:     linux-rdma@vger.kernel.org
6367 S:     Supported
6368 F:     drivers/infiniband/hw/i40iw/
6369
6370 INTEL MERRIFIELD GPIO DRIVER
6371 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6372 L:      linux-gpio@vger.kernel.org
6373 S:      Maintained
6374 F:      drivers/gpio/gpio-merrifield.c
6375
6376 INTEL-MID GPIO DRIVER
6377 M:      David Cohen <david.a.cohen@linux.intel.com>
6378 L:      linux-gpio@vger.kernel.org
6379 S:      Maintained
6380 F:      drivers/gpio/gpio-intel-mid.c
6381
6382 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6383 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
6384 L:      linux-wireless@vger.kernel.org
6385 S:      Maintained
6386 F:      Documentation/networking/README.ipw2100
6387 F:      Documentation/networking/README.ipw2200
6388 F:      drivers/net/wireless/intel/ipw2x00/
6389
6390 INTEL(R) TRACE HUB
6391 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
6392 S:      Supported
6393 F:      Documentation/trace/intel_th.txt
6394 F:      drivers/hwtracing/intel_th/
6395
6396 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6397 M:      Ning Sun <ning.sun@intel.com>
6398 L:      tboot-devel@lists.sourceforge.net
6399 W:      http://tboot.sourceforge.net
6400 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6401 S:      Supported
6402 F:      Documentation/intel_txt.txt
6403 F:      include/linux/tboot.h
6404 F:      arch/x86/kernel/tboot.c
6405
6406 INTEL WIRELESS WIMAX CONNECTION 2400
6407 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6408 M:      linux-wimax@intel.com
6409 L:      wimax@linuxwimax.org (subscribers-only)
6410 S:      Supported
6411 W:      http://linuxwimax.org
6412 F:      Documentation/wimax/README.i2400m
6413 F:      drivers/net/wimax/i2400m/
6414 F:      include/uapi/linux/wimax/i2400m.h
6415
6416 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6417 M:      Stanislaw Gruszka <sgruszka@redhat.com>
6418 L:      linux-wireless@vger.kernel.org
6419 S:      Supported
6420 F:      drivers/net/wireless/intel/iwlegacy/
6421
6422 INTEL WIRELESS WIFI LINK (iwlwifi)
6423 M:      Johannes Berg <johannes.berg@intel.com>
6424 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6425 M:      Luca Coelho <luciano.coelho@intel.com>
6426 M:      Intel Linux Wireless <linuxwifi@intel.com>
6427 L:      linux-wireless@vger.kernel.org
6428 W:      http://intellinuxwireless.org
6429 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6430 S:      Supported
6431 F:      drivers/net/wireless/intel/iwlwifi/
6432
6433 INTEL MANAGEMENT ENGINE (mei)
6434 M:      Tomas Winkler <tomas.winkler@intel.com>
6435 L:      linux-kernel@vger.kernel.org
6436 S:      Supported
6437 F:      include/uapi/linux/mei.h
6438 F:      include/linux/mei_cl_bus.h
6439 F:      drivers/misc/mei/*
6440 F:      drivers/watchdog/mei_wdt.c
6441 F:      Documentation/misc-devices/mei/*
6442
6443 INTEL MIC DRIVERS (mic)
6444 M:      Sudeep Dutt <sudeep.dutt@intel.com>
6445 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
6446 S:      Supported
6447 W:      https://github.com/sudeepdutt/mic
6448 W:      http://software.intel.com/en-us/mic-developer
6449 F:      include/linux/mic_bus.h
6450 F:      include/linux/scif.h
6451 F:      include/uapi/linux/mic_common.h
6452 F:      include/uapi/linux/mic_ioctl.h
6453 F:      include/uapi/linux/scif_ioctl.h
6454 F:      drivers/misc/mic/
6455 F:      drivers/dma/mic_x100_dma.c
6456 F:      drivers/dma/mic_x100_dma.h
6457 F:      Documentation/mic/
6458
6459 INTEL PMC/P-Unit IPC DRIVER
6460 M:      Zha Qipeng<qipeng.zha@intel.com>
6461 L:      platform-driver-x86@vger.kernel.org
6462 S:      Maintained
6463 F:      drivers/platform/x86/intel_pmc_ipc.c
6464 F:      drivers/platform/x86/intel_punit_ipc.c
6465 F:      arch/x86/include/asm/intel_pmc_ipc.h
6466 F:      arch/x86/include/asm/intel_punit_ipc.h
6467
6468 INTEL TELEMETRY DRIVER
6469 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6470 L:      platform-driver-x86@vger.kernel.org
6471 S:      Maintained
6472 F:      arch/x86/include/asm/intel_telemetry.h
6473 F:      drivers/platform/x86/intel_telemetry*
6474
6475 INTEL PMC CORE DRIVER
6476 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6477 M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6478 L:      platform-driver-x86@vger.kernel.org
6479 S:      Maintained
6480 F:      arch/x86/include/asm/pmc_core.h
6481 F:      drivers/platform/x86/intel_pmc_core*
6482
6483 IOC3 ETHERNET DRIVER
6484 M:      Ralf Baechle <ralf@linux-mips.org>
6485 L:      linux-mips@linux-mips.org
6486 S:      Maintained
6487 F:      drivers/net/ethernet/sgi/ioc3-eth.c
6488
6489 IOC3 SERIAL DRIVER
6490 M:      Pat Gefre <pfg@sgi.com>
6491 L:      linux-serial@vger.kernel.org
6492 S:      Maintained
6493 F:      drivers/tty/serial/ioc3_serial.c
6494
6495 IOMMU DRIVERS
6496 M:      Joerg Roedel <joro@8bytes.org>
6497 L:      iommu@lists.linux-foundation.org
6498 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6499 S:      Maintained
6500 F:      Documentation/devicetree/bindings/iommu/
6501 F:      drivers/iommu/
6502
6503 IP MASQUERADING
6504 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6505 S:      Maintained
6506 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
6507
6508 IPMI SUBSYSTEM
6509 M:      Corey Minyard <minyard@acm.org>
6510 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6511 W:      http://openipmi.sourceforge.net/
6512 S:      Supported
6513 F:      Documentation/IPMI.txt
6514 F:      drivers/char/ipmi/
6515 F:      include/linux/ipmi*
6516 F:      include/uapi/linux/ipmi*
6517
6518 QCOM AUDIO (ASoC) DRIVERS
6519 M:      Patrick Lai <plai@codeaurora.org>
6520 M:      Banajit Goswami <bgoswami@codeaurora.org>
6521 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6522 S:      Supported
6523 F:      sound/soc/qcom/
6524
6525 IPS SCSI RAID DRIVER
6526 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6527 L:      linux-scsi@vger.kernel.org
6528 W:      http://www.adaptec.com/
6529 S:      Maintained
6530 F:      drivers/scsi/ips*
6531
6532 IPVS
6533 M:      Wensong Zhang <wensong@linux-vs.org>
6534 M:      Simon Horman <horms@verge.net.au>
6535 M:      Julian Anastasov <ja@ssi.bg>
6536 L:      netdev@vger.kernel.org
6537 L:      lvs-devel@vger.kernel.org
6538 S:      Maintained
6539 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6541 F:      Documentation/networking/ipvs-sysctl.txt
6542 F:      include/net/ip_vs.h
6543 F:      include/uapi/linux/ip_vs.h
6544 F:      net/netfilter/ipvs/
6545
6546 IPWIRELESS DRIVER
6547 M:      Jiri Kosina <jikos@kernel.org>
6548 M:      David Sterba <dsterba@suse.com>
6549 S:      Odd Fixes
6550 F:      drivers/tty/ipwireless/
6551
6552 IPX NETWORK LAYER
6553 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6554 L:      netdev@vger.kernel.org
6555 S:      Maintained
6556 F:      include/net/ipx.h
6557 F:      include/uapi/linux/ipx.h
6558 F:      net/ipx/
6559
6560 IRDA SUBSYSTEM
6561 M:      Samuel Ortiz <samuel@sortiz.org>
6562 L:      irda-users@lists.sourceforge.net (subscribers-only)
6563 L:      netdev@vger.kernel.org
6564 W:      http://irda.sourceforge.net/
6565 S:      Maintained
6566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6567 F:      Documentation/networking/irda.txt
6568 F:      drivers/net/irda/
6569 F:      include/net/irda/
6570 F:      net/irda/
6571
6572 IRQ SUBSYSTEM
6573 M:      Thomas Gleixner <tglx@linutronix.de>
6574 L:      linux-kernel@vger.kernel.org
6575 S:      Maintained
6576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6577 F:      kernel/irq/
6578
6579 IRQCHIP DRIVERS
6580 M:      Thomas Gleixner <tglx@linutronix.de>
6581 M:      Jason Cooper <jason@lakedaemon.net>
6582 M:      Marc Zyngier <marc.zyngier@arm.com>
6583 L:      linux-kernel@vger.kernel.org
6584 S:      Maintained
6585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6586 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6587 F:      Documentation/devicetree/bindings/interrupt-controller/
6588 F:      drivers/irqchip/
6589
6590 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6591 M:      Marc Zyngier <marc.zyngier@arm.com>
6592 S:      Maintained
6593 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6594 F:      Documentation/IRQ-domain.txt
6595 F:      include/linux/irqdomain.h
6596 F:      kernel/irq/irqdomain.c
6597 F:      kernel/irq/msi.c
6598
6599 ISA
6600 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
6601 S:      Maintained
6602 F:      Documentation/isa.txt
6603 F:      drivers/base/isa.c
6604 F:      include/linux/isa.h
6605
6606 ISAPNP
6607 M:      Jaroslav Kysela <perex@perex.cz>
6608 S:      Maintained
6609 F:      Documentation/isapnp.txt
6610 F:      drivers/pnp/isapnp/
6611 F:      include/linux/isapnp.h
6612
6613 ISA RADIO MODULE
6614 M:      Hans Verkuil <hverkuil@xs4all.nl>
6615 L:      linux-media@vger.kernel.org
6616 T:      git git://linuxtv.org/media_tree.git
6617 W:      https://linuxtv.org
6618 S:      Maintained
6619 F:      drivers/media/radio/radio-isa*
6620
6621 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6622 M:      Peter Jones <pjones@redhat.com>
6623 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6624 S:      Maintained
6625 F:      drivers/firmware/iscsi_ibft*
6626
6627 ISCSI
6628 M:      Mike Christie <michaelc@cs.wisc.edu>
6629 L:      open-iscsi@googlegroups.com
6630 W:      www.open-iscsi.org
6631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6632 S:      Maintained
6633 F:      drivers/scsi/*iscsi*
6634 F:      include/scsi/*iscsi*
6635
6636 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6637 M:      Or Gerlitz <ogerlitz@mellanox.com>
6638 M:      Sagi Grimberg <sagi@grimberg.me>
6639 M:      Roi Dayan <roid@mellanox.com>
6640 L:      linux-rdma@vger.kernel.org
6641 S:      Supported
6642 W:      http://www.openfabrics.org
6643 W:      www.open-iscsi.org
6644 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6645 F:      drivers/infiniband/ulp/iser/
6646
6647 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6648 M:      Sagi Grimberg <sagi@grimberg.me>
6649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6650 L:      linux-rdma@vger.kernel.org
6651 L:      target-devel@vger.kernel.org
6652 S:      Supported
6653 W:      http://www.linux-iscsi.org
6654 F:      drivers/infiniband/ulp/isert
6655
6656 ISDN SUBSYSTEM
6657 M:      Karsten Keil <isdn@linux-pingi.de>
6658 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6659 L:      netdev@vger.kernel.org
6660 W:      http://www.isdn4linux.de
6661 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6662 S:      Maintained
6663 F:      Documentation/isdn/
6664 F:      drivers/isdn/
6665 F:      include/linux/isdn.h
6666 F:      include/linux/isdn/
6667 F:      include/uapi/linux/isdn.h
6668 F:      include/uapi/linux/isdn/
6669
6670 ISDN SUBSYSTEM (Eicon active card driver)
6671 M:      Armin Schindler <mac@melware.de>
6672 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6673 W:      http://www.melware.de
6674 S:      Maintained
6675 F:      drivers/isdn/hardware/eicon/
6676
6677 IT87 HARDWARE MONITORING DRIVER
6678 M:      Jean Delvare <jdelvare@suse.com>
6679 L:      linux-hwmon@vger.kernel.org
6680 S:      Maintained
6681 F:      Documentation/hwmon/it87
6682 F:      drivers/hwmon/it87.c
6683
6684 IT913X MEDIA DRIVER
6685 M:      Antti Palosaari <crope@iki.fi>
6686 L:      linux-media@vger.kernel.org
6687 W:      https://linuxtv.org
6688 W:      http://palosaari.fi/linux/
6689 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6690 T:      git git://linuxtv.org/anttip/media_tree.git
6691 S:      Maintained
6692 F:      drivers/media/tuners/it913x*
6693
6694 IVTV VIDEO4LINUX DRIVER
6695 M:      Andy Walls <awalls@md.metrocast.net>
6696 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6697 L:      linux-media@vger.kernel.org
6698 T:      git git://linuxtv.org/media_tree.git
6699 W:      http://www.ivtvdriver.org
6700 S:      Maintained
6701 F:      Documentation/media/v4l-drivers/ivtv*
6702 F:      drivers/media/pci/ivtv/
6703 F:      include/uapi/linux/ivtv*
6704
6705 IX2505V MEDIA DRIVER
6706 M:      Malcolm Priestley <tvboxspy@gmail.com>
6707 L:      linux-media@vger.kernel.org
6708 W:      https://linuxtv.org
6709 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6710 S:      Maintained
6711 F:      drivers/media/dvb-frontends/ix2505v*
6712
6713 JC42.4 TEMPERATURE SENSOR DRIVER
6714 M:      Guenter Roeck <linux@roeck-us.net>
6715 L:      linux-hwmon@vger.kernel.org
6716 S:      Maintained
6717 F:      drivers/hwmon/jc42.c
6718 F:      Documentation/hwmon/jc42
6719
6720 JFS FILESYSTEM
6721 M:      Dave Kleikamp <shaggy@kernel.org>
6722 L:      jfs-discussion@lists.sourceforge.net
6723 W:      http://jfs.sourceforge.net/
6724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6725 S:      Maintained
6726 F:      Documentation/filesystems/jfs.txt
6727 F:      fs/jfs/
6728
6729 JME NETWORK DRIVER
6730 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6731 L:      netdev@vger.kernel.org
6732 S:      Maintained
6733 F:      drivers/net/ethernet/jme.*
6734
6735 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6736 M:      David Woodhouse <dwmw2@infradead.org>
6737 L:      linux-mtd@lists.infradead.org
6738 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6739 S:      Maintained
6740 F:      fs/jffs2/
6741 F:      include/uapi/linux/jffs2.h
6742
6743 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6744 M:      "Theodore Ts'o" <tytso@mit.edu>
6745 M:      Jan Kara <jack@suse.com>
6746 L:      linux-ext4@vger.kernel.org
6747 S:      Maintained
6748 F:      fs/jbd2/
6749 F:      include/linux/jbd2.h
6750
6751 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6752 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6753 L:      linux-media@vger.kernel.org
6754 S:      Maintained
6755 F:      drivers/media/platform/rcar_jpu.c
6756
6757 JSM Neo PCI based serial card
6758 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6759 L:      linux-serial@vger.kernel.org
6760 S:      Maintained
6761 F:      drivers/tty/serial/jsm/
6762
6763 K10TEMP HARDWARE MONITORING DRIVER
6764 M:      Clemens Ladisch <clemens@ladisch.de>
6765 L:      linux-hwmon@vger.kernel.org
6766 S:      Maintained
6767 F:      Documentation/hwmon/k10temp
6768 F:      drivers/hwmon/k10temp.c
6769
6770 K8TEMP HARDWARE MONITORING DRIVER
6771 M:      Rudolf Marek <r.marek@assembler.cz>
6772 L:      linux-hwmon@vger.kernel.org
6773 S:      Maintained
6774 F:      Documentation/hwmon/k8temp
6775 F:      drivers/hwmon/k8temp.c
6776
6777 KASAN
6778 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6779 R:      Alexander Potapenko <glider@google.com>
6780 R:      Dmitry Vyukov <dvyukov@google.com>
6781 L:      kasan-dev@googlegroups.com
6782 S:      Maintained
6783 F:      arch/*/include/asm/kasan.h
6784 F:      arch/*/mm/kasan_init*
6785 F:      Documentation/dev-tools/kasan.rst
6786 F:      include/linux/kasan*.h
6787 F:      lib/test_kasan.c
6788 F:      mm/kasan/
6789 F:      scripts/Makefile.kasan
6790
6791 KCONFIG
6792 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6793 L:      linux-kbuild@vger.kernel.org
6794 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6795 S:      Maintained
6796 F:      Documentation/kbuild/kconfig-language.txt
6797 F:      scripts/kconfig/
6798
6799 KDUMP
6800 M:      Dave Young <dyoung@redhat.com>
6801 M:      Baoquan He <bhe@redhat.com>
6802 R:      Vivek Goyal <vgoyal@redhat.com>
6803 L:      kexec@lists.infradead.org
6804 W:      http://lse.sourceforge.net/kdump/
6805 S:      Maintained
6806 F:      Documentation/kdump/
6807
6808 KEENE FM RADIO TRANSMITTER DRIVER
6809 M:      Hans Verkuil <hverkuil@xs4all.nl>
6810 L:      linux-media@vger.kernel.org
6811 T:      git git://linuxtv.org/media_tree.git
6812 W:      https://linuxtv.org
6813 S:      Maintained
6814 F:      drivers/media/radio/radio-keene*
6815
6816 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6817 M:      Ian Kent <raven@themaw.net>
6818 L:      autofs@vger.kernel.org
6819 S:      Maintained
6820 F:      fs/autofs4/
6821
6822 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6823 M:      Michal Marek <mmarek@suse.com>
6824 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6825 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6826 L:      linux-kbuild@vger.kernel.org
6827 S:      Maintained
6828 F:      Documentation/kbuild/
6829 F:      Makefile
6830 F:      scripts/Makefile.*
6831 F:      scripts/basic/
6832 F:      scripts/mk*
6833 F:      scripts/package/
6834
6835 KERNEL JANITORS
6836 L:      kernel-janitors@vger.kernel.org
6837 W:      http://kernelnewbies.org/KernelJanitors
6838 S:      Odd Fixes
6839
6840 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6841 M:      "J. Bruce Fields" <bfields@fieldses.org>
6842 M:      Jeff Layton <jlayton@poochiereds.net>
6843 L:      linux-nfs@vger.kernel.org
6844 W:      http://nfs.sourceforge.net/
6845 T:      git git://linux-nfs.org/~bfields/linux.git
6846 S:      Supported
6847 F:      fs/nfsd/
6848 F:      include/uapi/linux/nfsd/
6849 F:      fs/lockd/
6850 F:      fs/nfs_common/
6851 F:      net/sunrpc/
6852 F:      include/linux/lockd/
6853 F:      include/linux/sunrpc/
6854 F:      include/uapi/linux/sunrpc/
6855
6856 KERNEL SELFTEST FRAMEWORK
6857 M:      Shuah Khan <shuahkh@osg.samsung.com>
6858 M:      Shuah Khan <shuah@kernel.org>
6859 L:      linux-kselftest@vger.kernel.org
6860 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6861 S:      Maintained
6862 F:      tools/testing/selftests
6863
6864 KERNEL VIRTUAL MACHINE (KVM)
6865 M:      Paolo Bonzini <pbonzini@redhat.com>
6866 M:      Radim Krčmář <rkrcmar@redhat.com>
6867 L:      kvm@vger.kernel.org
6868 W:      http://www.linux-kvm.org
6869 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6870 S:      Supported
6871 F:      Documentation/*/kvm*.txt
6872 F:      Documentation/virtual/kvm/
6873 F:      arch/*/kvm/
6874 F:      arch/x86/kernel/kvm.c
6875 F:      arch/x86/kernel/kvmclock.c
6876 F:      arch/*/include/asm/kvm*
6877 F:      include/linux/kvm*
6878 F:      include/uapi/linux/kvm*
6879 F:      virt/kvm/
6880 F:      tools/kvm/
6881
6882 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6883 M:      Joerg Roedel <joro@8bytes.org>
6884 L:      kvm@vger.kernel.org
6885 W:      http://www.linux-kvm.org/
6886 S:      Maintained
6887 F:      arch/x86/include/asm/svm.h
6888 F:      arch/x86/kvm/svm.c
6889
6890 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6891 M:      Alexander Graf <agraf@suse.com>
6892 L:      kvm-ppc@vger.kernel.org
6893 W:      http://www.linux-kvm.org/
6894 T:      git git://github.com/agraf/linux-2.6.git
6895 S:      Supported
6896 F:      arch/powerpc/include/asm/kvm*
6897 F:      arch/powerpc/kvm/
6898
6899 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6900 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6901 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6902 L:      linux-s390@vger.kernel.org
6903 W:      http://www.ibm.com/developerworks/linux/linux390/
6904 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6905 S:      Supported
6906 F:      Documentation/s390/kvm.txt
6907 F:      arch/s390/include/asm/kvm*
6908 F:      arch/s390/kvm/
6909
6910 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6911 M:      Christoffer Dall <christoffer.dall@linaro.org>
6912 M:      Marc Zyngier <marc.zyngier@arm.com>
6913 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6914 L:      kvmarm@lists.cs.columbia.edu
6915 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6916 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6917 S:      Supported
6918 F:      arch/arm/include/uapi/asm/kvm*
6919 F:      arch/arm/include/asm/kvm*
6920 F:      arch/arm/kvm/
6921 F:      virt/kvm/arm/
6922 F:      include/kvm/arm_*
6923
6924 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6925 M:      Christoffer Dall <christoffer.dall@linaro.org>
6926 M:      Marc Zyngier <marc.zyngier@arm.com>
6927 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6928 L:      kvmarm@lists.cs.columbia.edu
6929 S:      Maintained
6930 F:      arch/arm64/include/uapi/asm/kvm*
6931 F:      arch/arm64/include/asm/kvm*
6932 F:      arch/arm64/kvm/
6933
6934 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6935 M:      James Hogan <james.hogan@imgtec.com>
6936 L:      linux-mips@linux-mips.org
6937 S:      Supported
6938 F:      arch/mips/include/uapi/asm/kvm*
6939 F:      arch/mips/include/asm/kvm*
6940 F:      arch/mips/kvm/
6941
6942 KEXEC
6943 M:      Eric Biederman <ebiederm@xmission.com>
6944 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6945 L:      kexec@lists.infradead.org
6946 S:      Maintained
6947 F:      include/linux/kexec.h
6948 F:      include/uapi/linux/kexec.h
6949 F:      kernel/kexec*
6950
6951 KEYS/KEYRINGS:
6952 M:      David Howells <dhowells@redhat.com>
6953 L:      keyrings@vger.kernel.org
6954 S:      Maintained
6955 F:      Documentation/security/keys.txt
6956 F:      include/linux/key.h
6957 F:      include/linux/key-type.h
6958 F:      include/linux/keyctl.h
6959 F:      include/uapi/linux/keyctl.h
6960 F:      include/keys/
6961 F:      security/keys/
6962
6963 KEYS-TRUSTED
6964 M:      David Safford <safford@us.ibm.com>
6965 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6966 L:      linux-security-module@vger.kernel.org
6967 L:      keyrings@vger.kernel.org
6968 S:      Supported
6969 F:      Documentation/security/keys-trusted-encrypted.txt
6970 F:      include/keys/trusted-type.h
6971 F:      security/keys/trusted.c
6972 F:      security/keys/trusted.h
6973
6974 KEYS-ENCRYPTED
6975 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6976 M:      David Safford <safford@us.ibm.com>
6977 L:      linux-security-module@vger.kernel.org
6978 L:      keyrings@vger.kernel.org
6979 S:      Supported
6980 F:      Documentation/security/keys-trusted-encrypted.txt
6981 F:      include/keys/encrypted-type.h
6982 F:      security/keys/encrypted-keys/
6983
6984 KGDB / KDB /debug_core
6985 M:      Jason Wessel <jason.wessel@windriver.com>
6986 W:      http://kgdb.wiki.kernel.org/
6987 L:      kgdb-bugreport@lists.sourceforge.net
6988 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6989 S:      Maintained
6990 F:      Documentation/DocBook/kgdb.tmpl
6991 F:      drivers/misc/kgdbts.c
6992 F:      drivers/tty/serial/kgdboc.c
6993 F:      include/linux/kdb.h
6994 F:      include/linux/kgdb.h
6995 F:      kernel/debug/
6996
6997 KMEMCHECK
6998 M:      Vegard Nossum <vegardno@ifi.uio.no>
6999 M:      Pekka Enberg <penberg@kernel.org>
7000 S:      Maintained
7001 F:      Documentation/dev-tools/kmemcheck.rst
7002 F:      arch/x86/include/asm/kmemcheck.h
7003 F:      arch/x86/mm/kmemcheck/
7004 F:      include/linux/kmemcheck.h
7005 F:      mm/kmemcheck.c
7006
7007 KMEMLEAK
7008 M:      Catalin Marinas <catalin.marinas@arm.com>
7009 S:      Maintained
7010 F:      Documentation/dev-tools/kmemleak.rst
7011 F:      include/linux/kmemleak.h
7012 F:      mm/kmemleak.c
7013 F:      mm/kmemleak-test.c
7014
7015 KPROBES
7016 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7017 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7018 M:      "David S. Miller" <davem@davemloft.net>
7019 M:      Masami Hiramatsu <mhiramat@kernel.org>
7020 S:      Maintained
7021 F:      Documentation/kprobes.txt
7022 F:      include/linux/kprobes.h
7023 F:      kernel/kprobes.c
7024
7025 KS0108 LCD CONTROLLER DRIVER
7026 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7027 W:      http://miguelojeda.es/auxdisplay.htm
7028 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7029 S:      Maintained
7030 F:      Documentation/auxdisplay/ks0108
7031 F:      drivers/auxdisplay/ks0108.c
7032 F:      include/linux/ks0108.h
7033
7034 L3MDEV
7035 M:      David Ahern <dsa@cumulusnetworks.com>
7036 L:      netdev@vger.kernel.org
7037 S:      Maintained
7038 F:      net/l3mdev
7039 F:      include/net/l3mdev.h
7040
7041 LANTIQ MIPS ARCHITECTURE
7042 M:      John Crispin <john@phrozen.org>
7043 L:      linux-mips@linux-mips.org
7044 S:      Maintained
7045 F:      arch/mips/lantiq
7046
7047 LAPB module
7048 L:      linux-x25@vger.kernel.org
7049 S:      Orphan
7050 F:      Documentation/networking/lapb-module.txt
7051 F:      include/*/lapb.h
7052 F:      net/lapb/
7053
7054 LASI 53c700 driver for PARISC
7055 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7056 L:      linux-scsi@vger.kernel.org
7057 S:      Maintained
7058 F:      Documentation/scsi/53c700.txt
7059 F:      drivers/scsi/53c700*
7060
7061 LED SUBSYSTEM
7062 M:      Richard Purdie <rpurdie@rpsys.net>
7063 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
7064 L:      linux-leds@vger.kernel.org
7065 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7066 S:      Maintained
7067 F:      Documentation/devicetree/bindings/leds/
7068 F:      drivers/leds/
7069 F:      include/linux/leds.h
7070
7071 LEGACY EEPROM DRIVER
7072 M:      Jean Delvare <jdelvare@suse.com>
7073 S:      Maintained
7074 F:      Documentation/misc-devices/eeprom
7075 F:      drivers/misc/eeprom/eeprom.c
7076
7077 LEGO USB Tower driver
7078 M:      Juergen Stuber <starblue@users.sourceforge.net>
7079 L:      legousb-devel@lists.sourceforge.net
7080 W:      http://legousb.sourceforge.net/
7081 S:      Maintained
7082 F:      drivers/usb/misc/legousbtower.c
7083
7084 LG2160 MEDIA DRIVER
7085 M:      Michael Krufky <mkrufky@linuxtv.org>
7086 L:      linux-media@vger.kernel.org
7087 W:      https://linuxtv.org
7088 W:      http://github.com/mkrufky
7089 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7090 T:      git git://linuxtv.org/mkrufky/tuners.git
7091 S:      Maintained
7092 F:      drivers/media/dvb-frontends/lg2160.*
7093
7094 LGDT3305 MEDIA DRIVER
7095 M:      Michael Krufky <mkrufky@linuxtv.org>
7096 L:      linux-media@vger.kernel.org
7097 W:      https://linuxtv.org
7098 W:      http://github.com/mkrufky
7099 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7100 T:      git git://linuxtv.org/mkrufky/tuners.git
7101 S:      Maintained
7102 F:      drivers/media/dvb-frontends/lgdt3305.*
7103
7104 LGUEST
7105 M:      Rusty Russell <rusty@rustcorp.com.au>
7106 L:      lguest@lists.ozlabs.org
7107 W:      http://lguest.ozlabs.org/
7108 S:      Odd Fixes
7109 F:      arch/x86/include/asm/lguest*.h
7110 F:      arch/x86/lguest/
7111 F:      drivers/lguest/
7112 F:      include/linux/lguest*.h
7113 F:      tools/lguest/
7114
7115 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7116 M:      Tejun Heo <tj@kernel.org>
7117 L:      linux-ide@vger.kernel.org
7118 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7119 S:      Maintained
7120 F:      drivers/ata/
7121 F:      include/linux/ata.h
7122 F:      include/linux/libata.h
7123 F:      Documentation/devicetree/bindings/ata/
7124
7125 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7126 M:      Viresh Kumar <vireshk@kernel.org>
7127 L:      linux-ide@vger.kernel.org
7128 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7129 S:      Maintained
7130 F:      include/linux/pata_arasan_cf_data.h
7131 F:      drivers/ata/pata_arasan_cf.c
7132
7133 LIBATA PATA DRIVERS
7134 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7135 M:      Tejun Heo <tj@kernel.org>
7136 L:      linux-ide@vger.kernel.org
7137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7138 S:      Maintained
7139 F:      drivers/ata/pata_*.c
7140 F:      drivers/ata/ata_generic.c
7141
7142 LIBATA SATA AHCI PLATFORM devices support
7143 M:      Hans de Goede <hdegoede@redhat.com>
7144 M:      Tejun Heo <tj@kernel.org>
7145 L:      linux-ide@vger.kernel.org
7146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7147 S:      Maintained
7148 F:      drivers/ata/ahci_platform.c
7149 F:      drivers/ata/libahci_platform.c
7150 F:      include/linux/ahci_platform.h
7151
7152 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7153 M:      Mikael Pettersson <mikpelinux@gmail.com>
7154 L:      linux-ide@vger.kernel.org
7155 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7156 S:      Maintained
7157 F:      drivers/ata/sata_promise.*
7158
7159 LIBLOCKDEP
7160 M:      Sasha Levin <sasha.levin@oracle.com>
7161 S:      Maintained
7162 F:      tools/lib/lockdep/
7163
7164 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7165 M:      Dan Williams <dan.j.williams@intel.com>
7166 L:      linux-nvdimm@lists.01.org
7167 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7169 S:      Supported
7170 F:      drivers/nvdimm/*
7171 F:      include/linux/nd.h
7172 F:      include/linux/libnvdimm.h
7173 F:      include/uapi/linux/ndctl.h
7174
7175 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7176 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7177 L:      linux-nvdimm@lists.01.org
7178 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7179 S:      Supported
7180 F:      drivers/nvdimm/blk.c
7181 F:      drivers/nvdimm/region_devs.c
7182 F:      drivers/acpi/nfit*
7183
7184 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7185 M:      Vishal Verma <vishal.l.verma@intel.com>
7186 L:      linux-nvdimm@lists.01.org
7187 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7188 S:      Supported
7189 F:      drivers/nvdimm/btt*
7190
7191 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7192 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7193 L:      linux-nvdimm@lists.01.org
7194 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7195 S:      Supported
7196 F:      drivers/nvdimm/pmem.c
7197 F:      include/linux/pmem.h
7198 F:      arch/*/include/asm/pmem.h
7199
7200 LIGHTNVM PLATFORM SUPPORT
7201 M:      Matias Bjorling <mb@lightnvm.io>
7202 W:      http://github/OpenChannelSSD
7203 L:      linux-block@vger.kernel.org
7204 S:      Maintained
7205 F:      drivers/lightnvm/
7206 F:      include/linux/lightnvm.h
7207 F:      include/uapi/linux/lightnvm.h
7208
7209 LINUX FOR IBM pSERIES (RS/6000)
7210 M:      Paul Mackerras <paulus@au.ibm.com>
7211 W:      http://www.ibm.com/linux/ltc/projects/ppc
7212 S:      Supported
7213 F:      arch/powerpc/boot/rs6000.h
7214
7215 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7216 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7217 M:      Paul Mackerras <paulus@samba.org>
7218 M:      Michael Ellerman <mpe@ellerman.id.au>
7219 W:      http://www.penguinppc.org/
7220 L:      linuxppc-dev@lists.ozlabs.org
7221 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7222 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7223 S:      Supported
7224 F:      Documentation/powerpc/
7225 F:      arch/powerpc/
7226 F:      drivers/char/tpm/tpm_ibmvtpm*
7227 F:      drivers/crypto/nx/
7228 F:      drivers/crypto/vmx/
7229 F:      drivers/net/ethernet/ibm/ibmveth.*
7230 F:      drivers/net/ethernet/ibm/ibmvnic.*
7231 F:      drivers/pci/hotplug/pnv_php.c
7232 F:      drivers/pci/hotplug/rpa*
7233 F:      drivers/scsi/ibmvscsi/
7234 N:      opal
7235 N:      /pmac
7236 N:      powermac
7237 N:      powernv
7238 N:      [^a-z0-9]ps3
7239 N:      pseries
7240
7241 LINUX FOR POWER MACINTOSH
7242 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7243 W:      http://www.penguinppc.org/
7244 L:      linuxppc-dev@lists.ozlabs.org
7245 S:      Maintained
7246 F:      arch/powerpc/platforms/powermac/
7247 F:      drivers/macintosh/
7248
7249 LINUX FOR POWERPC EMBEDDED MPC5XXX
7250 M:      Anatolij Gustschin <agust@denx.de>
7251 L:      linuxppc-dev@lists.ozlabs.org
7252 T:      git git://git.denx.de/linux-denx-agust.git
7253 S:      Maintained
7254 F:      arch/powerpc/platforms/512x/
7255 F:      arch/powerpc/platforms/52xx/
7256
7257 LINUX FOR POWERPC EMBEDDED PPC4XX
7258 M:      Alistair Popple <alistair@popple.id.au>
7259 M:      Matt Porter <mporter@kernel.crashing.org>
7260 W:      http://www.penguinppc.org/
7261 L:      linuxppc-dev@lists.ozlabs.org
7262 S:      Maintained
7263 F:      arch/powerpc/platforms/40x/
7264 F:      arch/powerpc/platforms/44x/
7265
7266 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7267 L:      linuxppc-dev@lists.ozlabs.org
7268 S:      Orphan
7269 F:      arch/powerpc/*/*virtex*
7270 F:      arch/powerpc/*/*/*virtex*
7271
7272 LINUX FOR POWERPC EMBEDDED PPC8XX
7273 M:      Vitaly Bordug <vitb@kernel.crashing.org>
7274 W:      http://www.penguinppc.org/
7275 L:      linuxppc-dev@lists.ozlabs.org
7276 S:      Maintained
7277 F:      arch/powerpc/platforms/8xx/
7278
7279 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7280 M:      Scott Wood <oss@buserror.net>
7281 M:      Kumar Gala <galak@kernel.crashing.org>
7282 W:      http://www.penguinppc.org/
7283 L:      linuxppc-dev@lists.ozlabs.org
7284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7285 S:      Maintained
7286 F:      arch/powerpc/platforms/83xx/
7287 F:      arch/powerpc/platforms/85xx/
7288
7289 LINUX FOR POWERPC PA SEMI PWRFICIENT
7290 M:      Olof Johansson <olof@lixom.net>
7291 L:      linuxppc-dev@lists.ozlabs.org
7292 S:      Maintained
7293 F:      arch/powerpc/platforms/pasemi/
7294 F:      drivers/*/*pasemi*
7295 F:      drivers/*/*/*pasemi*
7296
7297 LINUX SECURITY MODULE (LSM) FRAMEWORK
7298 M:      Chris Wright <chrisw@sous-sol.org>
7299 L:      linux-security-module@vger.kernel.org
7300 S:      Supported
7301
7302 LIS3LV02D ACCELEROMETER DRIVER
7303 M:      Eric Piel <eric.piel@tremplin-utc.net>
7304 S:      Maintained
7305 F:      Documentation/misc-devices/lis3lv02d
7306 F:      drivers/misc/lis3lv02d/
7307 F:      drivers/platform/x86/hp_accel.c
7308
7309 LIVE PATCHING
7310 M:      Josh Poimboeuf <jpoimboe@redhat.com>
7311 M:      Jessica Yu <jeyu@redhat.com>
7312 M:      Jiri Kosina <jikos@kernel.org>
7313 M:      Miroslav Benes <mbenes@suse.cz>
7314 R:      Petr Mladek <pmladek@suse.com>
7315 S:      Maintained
7316 F:      kernel/livepatch/
7317 F:      include/linux/livepatch.h
7318 F:      arch/x86/include/asm/livepatch.h
7319 F:      arch/x86/kernel/livepatch.c
7320 F:      Documentation/livepatch/
7321 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7322 F:      samples/livepatch/
7323 L:      live-patching@vger.kernel.org
7324 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7325
7326 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7327 M:      Kees Cook <keescook@chromium.org>
7328 S:      Maintained
7329 F:      drivers/misc/lkdtm*
7330
7331 LLC (802.2)
7332 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7333 S:      Maintained
7334 F:      include/linux/llc.h
7335 F:      include/uapi/linux/llc.h
7336 F:      include/net/llc*
7337 F:      net/llc/
7338
7339 LM73 HARDWARE MONITOR DRIVER
7340 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
7341 L:      linux-hwmon@vger.kernel.org
7342 S:      Maintained
7343 F:      drivers/hwmon/lm73.c
7344
7345 LM78 HARDWARE MONITOR DRIVER
7346 M:      Jean Delvare <jdelvare@suse.com>
7347 L:      linux-hwmon@vger.kernel.org
7348 S:      Maintained
7349 F:      Documentation/hwmon/lm78
7350 F:      drivers/hwmon/lm78.c
7351
7352 LM83 HARDWARE MONITOR DRIVER
7353 M:      Jean Delvare <jdelvare@suse.com>
7354 L:      linux-hwmon@vger.kernel.org
7355 S:      Maintained
7356 F:      Documentation/hwmon/lm83
7357 F:      drivers/hwmon/lm83.c
7358
7359 LM90 HARDWARE MONITOR DRIVER
7360 M:      Jean Delvare <jdelvare@suse.com>
7361 L:      linux-hwmon@vger.kernel.org
7362 S:      Maintained
7363 F:      Documentation/hwmon/lm90
7364 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7365 F:      drivers/hwmon/lm90.c
7366
7367 LM95234 HARDWARE MONITOR DRIVER
7368 M:      Guenter Roeck <linux@roeck-us.net>
7369 L:      linux-hwmon@vger.kernel.org
7370 S:      Maintained
7371 F:      Documentation/hwmon/lm95234
7372 F:      drivers/hwmon/lm95234.c
7373
7374 LME2510 MEDIA DRIVER
7375 M:      Malcolm Priestley <tvboxspy@gmail.com>
7376 L:      linux-media@vger.kernel.org
7377 W:      https://linuxtv.org
7378 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7379 S:      Maintained
7380 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7381
7382 LOCKING PRIMITIVES
7383 M:      Peter Zijlstra <peterz@infradead.org>
7384 M:      Ingo Molnar <mingo@redhat.com>
7385 L:      linux-kernel@vger.kernel.org
7386 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7387 S:      Maintained
7388 F:      Documentation/locking/
7389 F:      include/linux/lockdep.h
7390 F:      include/linux/spinlock*.h
7391 F:      arch/*/include/asm/spinlock*.h
7392 F:      include/linux/rwlock*.h
7393 F:      include/linux/mutex*.h
7394 F:      arch/*/include/asm/mutex*.h
7395 F:      include/linux/rwsem*.h
7396 F:      arch/*/include/asm/rwsem.h
7397 F:      include/linux/seqlock.h
7398 F:      lib/locking*.[ch]
7399 F:      kernel/locking/
7400
7401 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7402 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
7403 L:      linux-ntfs-dev@lists.sourceforge.net
7404 W:      http://www.linux-ntfs.org/content/view/19/37/
7405 S:      Maintained
7406 F:      Documentation/ldm.txt
7407 F:      block/partitions/ldm.*
7408
7409 LogFS
7410 M:      Joern Engel <joern@logfs.org>
7411 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
7412 L:      logfs@logfs.org
7413 W:      logfs.org
7414 S:      Maintained
7415 F:      fs/logfs/
7416
7417 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7418 M:      Sathya Prakash <sathya.prakash@broadcom.com>
7419 M:      Chaitra P B <chaitra.basappa@broadcom.com>
7420 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7421 L:      MPT-FusionLinux.pdl@broadcom.com
7422 L:      linux-scsi@vger.kernel.org
7423 W:      http://www.avagotech.com/support/
7424 S:      Supported
7425 F:      drivers/message/fusion/
7426 F:      drivers/scsi/mpt2sas/
7427 F:      drivers/scsi/mpt3sas/
7428
7429 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7430 M:      Matthew Wilcox <matthew@wil.cx>
7431 L:      linux-scsi@vger.kernel.org
7432 S:      Maintained
7433 F:      drivers/scsi/sym53c8xx_2/
7434
7435 LTC4261 HARDWARE MONITOR DRIVER
7436 M:      Guenter Roeck <linux@roeck-us.net>
7437 L:      linux-hwmon@vger.kernel.org
7438 S:      Maintained
7439 F:      Documentation/hwmon/ltc4261
7440 F:      drivers/hwmon/ltc4261.c
7441
7442 LTP (Linux Test Project)
7443 M:      Mike Frysinger <vapier@gentoo.org>
7444 M:      Cyril Hrubis <chrubis@suse.cz>
7445 M:      Wanlong Gao <wanlong.gao@gmail.com>
7446 M:      Jan Stancek <jstancek@redhat.com>
7447 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7448 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
7449 L:      ltp@lists.linux.it (subscribers-only)
7450 W:      http://linux-test-project.github.io/
7451 T:      git git://github.com/linux-test-project/ltp.git
7452 S:      Maintained
7453
7454 M32R ARCHITECTURE
7455 W:      http://www.linux-m32r.org/
7456 S:      Orphan
7457 F:      arch/m32r/
7458
7459 M68K ARCHITECTURE
7460 M:      Geert Uytterhoeven <geert@linux-m68k.org>
7461 L:      linux-m68k@lists.linux-m68k.org
7462 W:      http://www.linux-m68k.org/
7463 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7464 S:      Maintained
7465 F:      arch/m68k/
7466 F:      drivers/zorro/
7467
7468 M68K ON APPLE MACINTOSH
7469 M:      Joshua Thompson <funaho@jurai.org>
7470 W:      http://www.mac.linux-m68k.org/
7471 L:      linux-m68k@lists.linux-m68k.org
7472 S:      Maintained
7473 F:      arch/m68k/mac/
7474
7475 M68K ON HP9000/300
7476 M:      Philip Blundell <philb@gnu.org>
7477 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
7478 S:      Maintained
7479 F:      arch/m68k/hp300/
7480
7481 M88DS3103 MEDIA DRIVER
7482 M:      Antti Palosaari <crope@iki.fi>
7483 L:      linux-media@vger.kernel.org
7484 W:      https://linuxtv.org
7485 W:      http://palosaari.fi/linux/
7486 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7487 T:      git git://linuxtv.org/anttip/media_tree.git
7488 S:      Maintained
7489 F:      drivers/media/dvb-frontends/m88ds3103*
7490
7491 M88RS2000 MEDIA DRIVER
7492 M:      Malcolm Priestley <tvboxspy@gmail.com>
7493 L:      linux-media@vger.kernel.org
7494 W:      https://linuxtv.org
7495 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7496 S:      Maintained
7497 F:      drivers/media/dvb-frontends/m88rs2000*
7498
7499 MA901 MASTERKIT USB FM RADIO DRIVER
7500 M:      Alexey Klimov <klimov.linux@gmail.com>
7501 L:      linux-media@vger.kernel.org
7502 T:      git git://linuxtv.org/media_tree.git
7503 S:      Maintained
7504 F:      drivers/media/radio/radio-ma901.c
7505
7506 MAC80211
7507 M:      Johannes Berg <johannes@sipsolutions.net>
7508 L:      linux-wireless@vger.kernel.org
7509 W:      http://wireless.kernel.org/
7510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7512 S:      Maintained
7513 F:      Documentation/networking/mac80211-injection.txt
7514 F:      include/net/mac80211.h
7515 F:      net/mac80211/
7516 F:      drivers/net/wireless/mac80211_hwsim.[ch]
7517
7518 MACVLAN DRIVER
7519 M:      Patrick McHardy <kaber@trash.net>
7520 L:      netdev@vger.kernel.org
7521 S:      Maintained
7522 F:      drivers/net/macvlan.c
7523 F:      include/linux/if_macvlan.h
7524
7525 MAILBOX API
7526 M:      Jassi Brar <jassisinghbrar@gmail.com>
7527 L:      linux-kernel@vger.kernel.org
7528 S:      Maintained
7529 F:      drivers/mailbox/
7530 F:      include/linux/mailbox_client.h
7531 F:      include/linux/mailbox_controller.h
7532
7533 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7534 M:      Michael Kerrisk <mtk.manpages@gmail.com>
7535 W:      http://www.kernel.org/doc/man-pages
7536 L:      linux-man@vger.kernel.org
7537 S:      Maintained
7538
7539 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7540 M:      Andrew Lunn <andrew@lunn.ch>
7541 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7542 S:      Maintained
7543 F:      drivers/net/dsa/mv88e6xxx/
7544
7545 MARVELL ARMADA DRM SUPPORT
7546 M:      Russell King <rmk+kernel@armlinux.org.uk>
7547 S:      Maintained
7548 F:      drivers/gpu/drm/armada/
7549 F:      include/uapi/drm/armada_drm.h
7550 F:      Documentation/devicetree/bindings/display/armada/
7551
7552 MARVELL CRYPTO DRIVER
7553 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7554 M:      Arnaud Ebalard <arno@natisbad.org>
7555 F:      drivers/crypto/marvell/
7556 S:      Maintained
7557 L:      linux-crypto@vger.kernel.org
7558
7559 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7560 M:      Mirko Lindner <mlindner@marvell.com>
7561 M:      Stephen Hemminger <stephen@networkplumber.org>
7562 L:      netdev@vger.kernel.org
7563 S:      Maintained
7564 F:      drivers/net/ethernet/marvell/sk*
7565
7566 MARVELL LIBERTAS WIRELESS DRIVER
7567 L:      libertas-dev@lists.infradead.org
7568 S:      Orphan
7569 F:      drivers/net/wireless/marvell/libertas/
7570
7571 MARVELL MV643XX ETHERNET DRIVER
7572 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7573 L:      netdev@vger.kernel.org
7574 S:      Maintained
7575 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7576 F:      include/linux/mv643xx.h
7577
7578 MARVELL MVNETA ETHERNET DRIVER
7579 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7580 L:      netdev@vger.kernel.org
7581 S:      Maintained
7582 F:      drivers/net/ethernet/marvell/mvneta.*
7583
7584 MARVELL MWIFIEX WIRELESS DRIVER
7585 M:      Amitkumar Karwar <akarwar@marvell.com>
7586 M:      Nishant Sarmukadam <nishants@marvell.com>
7587 L:      linux-wireless@vger.kernel.org
7588 S:      Maintained
7589 F:      drivers/net/wireless/marvell/mwifiex/
7590
7591 MARVELL MWL8K WIRELESS DRIVER
7592 M:      Lennert Buytenhek <buytenh@wantstofly.org>
7593 L:      linux-wireless@vger.kernel.org
7594 S:      Odd Fixes
7595 F:      drivers/net/wireless/marvell/mwl8k.c
7596
7597 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7598 M:      Nicolas Pitre <nico@fluxnic.net>
7599 S:      Odd Fixes
7600 F:      drivers/mmc/host/mvsdio.*
7601
7602 MATROX FRAMEBUFFER DRIVER
7603 L:      linux-fbdev@vger.kernel.org
7604 S:      Orphan
7605 F:      drivers/video/fbdev/matrox/matroxfb_*
7606 F:      include/uapi/linux/matroxfb.h
7607
7608 MAX16065 HARDWARE MONITOR DRIVER
7609 M:      Guenter Roeck <linux@roeck-us.net>
7610 L:      linux-hwmon@vger.kernel.org
7611 S:      Maintained
7612 F:      Documentation/hwmon/max16065
7613 F:      drivers/hwmon/max16065.c
7614
7615 MAX20751 HARDWARE MONITOR DRIVER
7616 M:      Guenter Roeck <linux@roeck-us.net>
7617 L:      linux-hwmon@vger.kernel.org
7618 S:      Maintained
7619 F:      Documentation/hwmon/max20751
7620 F:      drivers/hwmon/max20751.c
7621
7622 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7623 L:      linux-hwmon@vger.kernel.org
7624 S:      Orphan
7625 F:      Documentation/hwmon/max6650
7626 F:      drivers/hwmon/max6650.c
7627
7628 MAX6697 HARDWARE MONITOR DRIVER
7629 M:      Guenter Roeck <linux@roeck-us.net>
7630 L:      linux-hwmon@vger.kernel.org
7631 S:      Maintained
7632 F:      Documentation/hwmon/max6697
7633 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7634 F:      drivers/hwmon/max6697.c
7635 F:      include/linux/platform_data/max6697.h
7636
7637 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7638 M:      Peter Rosin <peda@axentia.se>
7639 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7640 S:      Maintained
7641 F:      Documentation/devicetree/bindings/sound/max9860.txt
7642 F:      sound/soc/codecs/max9860.*
7643
7644 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7645 M:      Krzysztof Kozlowski <krzk@kernel.org>
7646 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7647 L:      linux-pm@vger.kernel.org
7648 S:      Supported
7649 F:      drivers/power/supply/max14577_charger.c
7650 F:      drivers/power/supply/max77693_charger.c
7651
7652 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7653 M:      Javier Martinez Canillas <javier@osg.samsung.com>
7654 L:      linux-kernel@vger.kernel.org
7655 S:      Supported
7656 F:      drivers/*/*max77802*.c
7657 F:      Documentation/devicetree/bindings/*/*max77802.txt
7658 F:      include/dt-bindings/*/*max77802.h
7659
7660 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7661 M:      Chanwoo Choi <cw00.choi@samsung.com>
7662 M:      Krzysztof Kozlowski <krzk@kernel.org>
7663 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7664 L:      linux-kernel@vger.kernel.org
7665 S:      Supported
7666 F:      drivers/*/max14577*.c
7667 F:      drivers/*/max77686*.c
7668 F:      drivers/*/max77693*.c
7669 F:      drivers/extcon/extcon-max14577.c
7670 F:      drivers/extcon/extcon-max77693.c
7671 F:      drivers/rtc/rtc-max77686.c
7672 F:      drivers/clk/clk-max77686.c
7673 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7674 F:      Documentation/devicetree/bindings/*/max77686.txt
7675 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7676 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7677 F:      include/linux/mfd/max14577*.h
7678 F:      include/linux/mfd/max77686*.h
7679 F:      include/linux/mfd/max77693*.h
7680
7681 MAXIRADIO FM RADIO RECEIVER DRIVER
7682 M:      Hans Verkuil <hverkuil@xs4all.nl>
7683 L:      linux-media@vger.kernel.org
7684 T:      git git://linuxtv.org/media_tree.git
7685 W:      https://linuxtv.org
7686 S:      Maintained
7687 F:      drivers/media/radio/radio-maxiradio*
7688
7689 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7690 M:      Peter Rosin <peda@axentia.se>
7691 L:      linux-iio@vger.kernel.org
7692 S:      Maintained
7693 F:      drivers/iio/potentiometer/mcp4531.c
7694
7695 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7696 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
7697 L:      linux-iio@vger.kernel.org
7698 S:      Maintained
7699 F:      drivers/iio/dac/cio-dac.c
7700
7701 MEDIA DRIVERS FOR RENESAS - FCP
7702 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7703 L:      linux-media@vger.kernel.org
7704 L:      linux-renesas-soc@vger.kernel.org
7705 T:      git git://linuxtv.org/media_tree.git
7706 S:      Supported
7707 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
7708 F:      drivers/media/platform/rcar-fcp.c
7709 F:      include/media/rcar-fcp.h
7710
7711 MEDIA DRIVERS FOR RENESAS - VIN
7712 M:      Niklas Söderlund <niklas.soderlund@ragnatech.se>
7713 L:      linux-media@vger.kernel.org
7714 L:      linux-renesas-soc@vger.kernel.org
7715 T:      git git://linuxtv.org/media_tree.git
7716 S:      Supported
7717 F:      Documentation/devicetree/bindings/media/rcar_vin.txt
7718 F:      drivers/media/platform/rcar-vin/
7719
7720 MEDIA DRIVERS FOR RENESAS - VSP1
7721 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7722 L:      linux-media@vger.kernel.org
7723 L:      linux-renesas-soc@vger.kernel.org
7724 T:      git git://linuxtv.org/media_tree.git
7725 S:      Supported
7726 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7727 F:      drivers/media/platform/vsp1/
7728
7729 MEDIA DRIVERS FOR HELENE
7730 M:      Abylay Ospan <aospan@netup.ru>
7731 L:      linux-media@vger.kernel.org
7732 W:      https://linuxtv.org
7733 W:      http://netup.tv/
7734 T:      git git://linuxtv.org/media_tree.git
7735 S:      Supported
7736 F:      drivers/media/dvb-frontends/helene*
7737
7738 MEDIA DRIVERS FOR ASCOT2E
7739 M:      Sergey Kozlov <serjk@netup.ru>
7740 M:      Abylay Ospan <aospan@netup.ru>
7741 L:      linux-media@vger.kernel.org
7742 W:      https://linuxtv.org
7743 W:      http://netup.tv/
7744 T:      git git://linuxtv.org/media_tree.git
7745 S:      Supported
7746 F:      drivers/media/dvb-frontends/ascot2e*
7747
7748 MEDIA DRIVERS FOR CXD2841ER
7749 M:      Sergey Kozlov <serjk@netup.ru>
7750 M:      Abylay Ospan <aospan@netup.ru>
7751 L:      linux-media@vger.kernel.org
7752 W:      https://linuxtv.org
7753 W:      http://netup.tv/
7754 T:      git git://linuxtv.org/media_tree.git
7755 S:      Supported
7756 F:      drivers/media/dvb-frontends/cxd2841er*
7757
7758 MEDIA DRIVERS FOR HORUS3A
7759 M:      Sergey Kozlov <serjk@netup.ru>
7760 M:      Abylay Ospan <aospan@netup.ru>
7761 L:      linux-media@vger.kernel.org
7762 W:      https://linuxtv.org
7763 W:      http://netup.tv/
7764 T:      git git://linuxtv.org/media_tree.git
7765 S:      Supported
7766 F:      drivers/media/dvb-frontends/horus3a*
7767
7768 MEDIA DRIVERS FOR LNBH25
7769 M:      Sergey Kozlov <serjk@netup.ru>
7770 M:      Abylay Ospan <aospan@netup.ru>
7771 L:      linux-media@vger.kernel.org
7772 W:      https://linuxtv.org
7773 W:      http://netup.tv/
7774 T:      git git://linuxtv.org/media_tree.git
7775 S:      Supported
7776 F:      drivers/media/dvb-frontends/lnbh25*
7777
7778 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7779 M:      Sergey Kozlov <serjk@netup.ru>
7780 M:      Abylay Ospan <aospan@netup.ru>
7781 L:      linux-media@vger.kernel.org
7782 W:      https://linuxtv.org
7783 W:      http://netup.tv/
7784 T:      git git://linuxtv.org/media_tree.git
7785 S:      Supported
7786 F:      drivers/media/pci/netup_unidvb/*
7787
7788 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7789 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
7790 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
7791 P:      LinuxTV.org Project
7792 L:      linux-media@vger.kernel.org
7793 W:      https://linuxtv.org
7794 Q:      http://patchwork.kernel.org/project/linux-media/list/
7795 T:      git git://linuxtv.org/media_tree.git
7796 S:      Maintained
7797 F:      Documentation/media/
7798 F:      drivers/media/
7799 F:      drivers/staging/media/
7800 F:      include/linux/platform_data/media/
7801 F:      include/media/
7802 F:      include/uapi/linux/dvb/
7803 F:      include/uapi/linux/videodev2.h
7804 F:      include/uapi/linux/media.h
7805 F:      include/uapi/linux/v4l2-*
7806 F:      include/uapi/linux/meye.h
7807 F:      include/uapi/linux/ivtv*
7808 F:      include/uapi/linux/uvcvideo.h
7809
7810 MEDIATEK ETHERNET DRIVER
7811 M:      Felix Fietkau <nbd@openwrt.org>
7812 M:      John Crispin <blogic@openwrt.org>
7813 L:      netdev@vger.kernel.org
7814 S:      Maintained
7815 F:      drivers/net/ethernet/mediatek/
7816
7817 MEDIATEK MT7601U WIRELESS LAN DRIVER
7818 M:      Jakub Kicinski <kubakici@wp.pl>
7819 L:      linux-wireless@vger.kernel.org
7820 S:      Maintained
7821 F:      drivers/net/wireless/mediatek/mt7601u/
7822
7823 MEGARAID SCSI/SAS DRIVERS
7824 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7825 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7826 M:      Uday Lingala <uday.lingala@avagotech.com>
7827 L:      megaraidlinux.pdl@avagotech.com
7828 L:      linux-scsi@vger.kernel.org
7829 W:      http://www.lsi.com
7830 S:      Maintained
7831 F:      Documentation/scsi/megaraid.txt
7832 F:      drivers/scsi/megaraid.*
7833 F:      drivers/scsi/megaraid/
7834
7835 MELLANOX ETHERNET DRIVER (mlx4_en)
7836 M:      Tariq Toukan <tariqt@mellanox.com>
7837 L:      netdev@vger.kernel.org
7838 S:      Supported
7839 W:      http://www.mellanox.com
7840 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7841 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7842
7843 MELLANOX ETHERNET DRIVER (mlx5e)
7844 M:      Saeed Mahameed <saeedm@mellanox.com>
7845 L:      netdev@vger.kernel.org
7846 S:      Supported
7847 W:      http://www.mellanox.com
7848 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7849 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7850
7851 MELLANOX ETHERNET SWITCH DRIVERS
7852 M:      Jiri Pirko <jiri@mellanox.com>
7853 M:      Ido Schimmel <idosch@mellanox.com>
7854 L:      netdev@vger.kernel.org
7855 S:      Supported
7856 W:      http://www.mellanox.com
7857 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7858 F:      drivers/net/ethernet/mellanox/mlxsw/
7859
7860 MELLANOX MLXCPLD LED DRIVER
7861 M:      Vadim Pasternak <vadimp@mellanox.com>
7862 L:      linux-leds@vger.kernel.org
7863 S:      Supported
7864 F:      drivers/leds/leds-mlxcpld.c
7865 F:      Documentation/leds/leds-mlxcpld.txt
7866
7867 MELLANOX PLATFORM DRIVER
7868 M:      Vadim Pasternak <vadimp@mellanox.com>
7869 L:      platform-driver-x86@vger.kernel.org
7870 S:      Supported
7871 F:      arch/x86/platform/mellanox/mlx-platform.c
7872
7873 SOFT-ROCE DRIVER (rxe)
7874 M:      Moni Shoua <monis@mellanox.com>
7875 L:      linux-rdma@vger.kernel.org
7876 S:      Supported
7877 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
7878 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7879 F:      drivers/infiniband/sw/rxe/
7880 F:      include/uapi/rdma/rdma_user_rxe.h
7881
7882 MEMBARRIER SUPPORT
7883 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7884 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7885 L:      linux-kernel@vger.kernel.org
7886 S:      Supported
7887 F:      kernel/membarrier.c
7888 F:      include/uapi/linux/membarrier.h
7889
7890 MEMORY MANAGEMENT
7891 L:      linux-mm@kvack.org
7892 W:      http://www.linux-mm.org
7893 S:      Maintained
7894 F:      include/linux/mm.h
7895 F:      include/linux/gfp.h
7896 F:      include/linux/mmzone.h
7897 F:      include/linux/memory_hotplug.h
7898 F:      include/linux/vmalloc.h
7899 F:      mm/
7900
7901 MEMORY TECHNOLOGY DEVICES (MTD)
7902 M:      David Woodhouse <dwmw2@infradead.org>
7903 M:      Brian Norris <computersforpeace@gmail.com>
7904 L:      linux-mtd@lists.infradead.org
7905 W:      http://www.linux-mtd.infradead.org/
7906 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7907 T:      git git://git.infradead.org/linux-mtd.git
7908 T:      git git://git.infradead.org/l2-mtd.git
7909 S:      Maintained
7910 F:      Documentation/devicetree/bindings/mtd/
7911 F:      drivers/mtd/
7912 F:      include/linux/mtd/
7913 F:      include/uapi/mtd/
7914
7915 MEN A21 WATCHDOG DRIVER
7916 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7917 L:      linux-watchdog@vger.kernel.org
7918 S:      Maintained
7919 F:      drivers/watchdog/mena21_wdt.c
7920
7921 MEN CHAMELEON BUS (mcb)
7922 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7923 S:      Maintained
7924 F:      drivers/mcb/
7925 F:      include/linux/mcb.h
7926 F:      Documentation/men-chameleon-bus.txt
7927
7928 MEN F21BMC (Board Management Controller)
7929 M:      Andreas Werner <andreas.werner@men.de>
7930 S:      Supported
7931 F:      drivers/mfd/menf21bmc.c
7932 F:      drivers/watchdog/menf21bmc_wdt.c
7933 F:      drivers/leds/leds-menf21bmc.c
7934 F:      drivers/hwmon/menf21bmc_hwmon.c
7935 F:      Documentation/hwmon/menf21bmc
7936
7937 METAG ARCHITECTURE
7938 M:      James Hogan <james.hogan@imgtec.com>
7939 L:      linux-metag@vger.kernel.org
7940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7941 S:      Odd Fixes
7942 F:      arch/metag/
7943 F:      Documentation/metag/
7944 F:      Documentation/devicetree/bindings/metag/
7945 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7946 F:      drivers/clocksource/metag_generic.c
7947 F:      drivers/irqchip/irq-metag.c
7948 F:      drivers/irqchip/irq-metag-ext.c
7949 F:      drivers/tty/metag_da.c
7950
7951 MICROBLAZE ARCHITECTURE
7952 M:      Michal Simek <monstr@monstr.eu>
7953 W:      http://www.monstr.eu/fdt/
7954 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7955 S:      Supported
7956 F:      arch/microblaze/
7957
7958 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
7959 M:      Richard Genoud <richard.genoud@gmail.com>
7960 S:      Maintained
7961 F:      drivers/tty/serial/atmel_serial.c
7962 F:      include/linux/atmel_serial.h
7963
7964 MICROCHIP / ATMEL ISC DRIVER
7965 M:      Songjun Wu <songjun.wu@microchip.com>
7966 L:      linux-media@vger.kernel.org
7967 S:      Supported
7968 F:      drivers/media/platform/atmel/atmel-isc.c
7969 F:      drivers/media/platform/atmel/atmel-isc-regs.h
7970 F:      devicetree/bindings/media/atmel-isc.txt
7971
7972 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7973 M:      Chen Yu <yu.c.chen@intel.com>
7974 L:      platform-driver-x86@vger.kernel.org
7975 S:      Supported
7976 F:      drivers/platform/x86/surfacepro3_button.c
7977
7978 MICROTEK X6 SCANNER
7979 M:      Oliver Neukum <oliver@neukum.org>
7980 S:      Maintained
7981 F:      drivers/usb/image/microtek.*
7982
7983 MIPS
7984 M:      Ralf Baechle <ralf@linux-mips.org>
7985 L:      linux-mips@linux-mips.org
7986 W:      http://www.linux-mips.org/
7987 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7988 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7989 S:      Supported
7990 F:      Documentation/devicetree/bindings/mips/
7991 F:      Documentation/mips/
7992 F:      arch/mips/
7993
7994 MIPS/LOONGSON1 ARCHITECTURE
7995 M:      Keguang Zhang <keguang.zhang@gmail.com>
7996 L:      linux-mips@linux-mips.org
7997 S:      Maintained
7998 F:      arch/mips/loongson32/
7999 F:      arch/mips/include/asm/mach-loongson32/
8000 F:      drivers/*/*loongson1*
8001 F:      drivers/*/*/*loongson1*
8002
8003 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8004 M:      Hans Verkuil <hverkuil@xs4all.nl>
8005 L:      linux-media@vger.kernel.org
8006 T:      git git://linuxtv.org/media_tree.git
8007 W:      https://linuxtv.org
8008 S:      Odd Fixes
8009 F:      drivers/media/radio/radio-miropcm20*
8010
8011 MELLANOX MLX4 core VPI driver
8012 M:      Yishai Hadas <yishaih@mellanox.com>
8013 L:      netdev@vger.kernel.org
8014 L:      linux-rdma@vger.kernel.org
8015 W:      http://www.mellanox.com
8016 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8017 S:      Supported
8018 F:      drivers/net/ethernet/mellanox/mlx4/
8019 F:      include/linux/mlx4/
8020 F:      include/uapi/rdma/mlx4-abi.h
8021
8022 MELLANOX MLX4 IB driver
8023 M:      Yishai Hadas <yishaih@mellanox.com>
8024 L:      linux-rdma@vger.kernel.org
8025 W:      http://www.mellanox.com
8026 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8027 S:      Supported
8028 F:      drivers/infiniband/hw/mlx4/
8029 F:      include/linux/mlx4/
8030
8031 MELLANOX MLX5 core VPI driver
8032 M:      Matan Barak <matanb@mellanox.com>
8033 M:      Leon Romanovsky <leonro@mellanox.com>
8034 L:      netdev@vger.kernel.org
8035 L:      linux-rdma@vger.kernel.org
8036 W:      http://www.mellanox.com
8037 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8038 S:      Supported
8039 F:      drivers/net/ethernet/mellanox/mlx5/core/
8040 F:      include/linux/mlx5/
8041 F:      include/uapi/rdma/mlx5-abi.h
8042
8043 MELLANOX MLX5 IB driver
8044 M:      Matan Barak <matanb@mellanox.com>
8045 M:      Leon Romanovsky <leonro@mellanox.com>
8046 L:      linux-rdma@vger.kernel.org
8047 W:      http://www.mellanox.com
8048 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8049 S:      Supported
8050 F:      drivers/infiniband/hw/mlx5/
8051 F:      include/linux/mlx5/
8052
8053 MELEXIS MLX90614 DRIVER
8054 M:      Crt Mori <cmo@melexis.com>
8055 L:      linux-iio@vger.kernel.org
8056 W:      http://www.melexis.com
8057 S:      Supported
8058 F:      drivers/iio/temperature/mlx90614.c
8059
8060 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8061 M:      Don Brace <don.brace@microsemi.com>
8062 L:      esc.storagedev@microsemi.com
8063 L:      linux-scsi@vger.kernel.org
8064 S:      Supported
8065 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
8066 F:      drivers/scsi/smartpqi/Kconfig
8067 F:      drivers/scsi/smartpqi/Makefile
8068 F:      include/linux/cciss*.h
8069 F:      include/uapi/linux/cciss*.h
8070 F:      Documentation/scsi/smartpqi.txt
8071
8072 MN88472 MEDIA DRIVER
8073 M:      Antti Palosaari <crope@iki.fi>
8074 L:      linux-media@vger.kernel.org
8075 W:      https://linuxtv.org
8076 W:      http://palosaari.fi/linux/
8077 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8078 S:      Maintained
8079 F:      drivers/media/dvb-frontends/mn88472*
8080
8081 MN88473 MEDIA DRIVER
8082 M:      Antti Palosaari <crope@iki.fi>
8083 L:      linux-media@vger.kernel.org
8084 W:      https://linuxtv.org
8085 W:      http://palosaari.fi/linux/
8086 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8087 S:      Maintained
8088 F:      drivers/media/dvb-frontends/mn88473*
8089
8090 MODULE SUPPORT
8091 M:      Rusty Russell <rusty@rustcorp.com.au>
8092 S:      Maintained
8093 F:      include/linux/module.h
8094 F:      kernel/module.c
8095
8096 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8097 W:      http://popies.net/meye/
8098 S:      Orphan
8099 F:      Documentation/media/v4l-drivers/meye*
8100 F:      drivers/media/pci/meye/
8101 F:      include/uapi/linux/meye.h
8102
8103 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8104 M:      Jiri Slaby <jirislaby@gmail.com>
8105 S:      Maintained
8106 F:      Documentation/serial/moxa-smartio
8107 F:      drivers/tty/mxser.*
8108
8109 MR800 AVERMEDIA USB FM RADIO DRIVER
8110 M:      Alexey Klimov <klimov.linux@gmail.com>
8111 L:      linux-media@vger.kernel.org
8112 T:      git git://linuxtv.org/media_tree.git
8113 S:      Maintained
8114 F:      drivers/media/radio/radio-mr800.c
8115
8116 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8117 M:      Alan Ott <alan@signal11.us>
8118 L:      linux-wpan@vger.kernel.org
8119 S:      Maintained
8120 F:      drivers/net/ieee802154/mrf24j40.c
8121 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8122
8123 MSI LAPTOP SUPPORT
8124 M:      "Lee, Chun-Yi" <jlee@suse.com>
8125 L:      platform-driver-x86@vger.kernel.org
8126 S:      Maintained
8127 F:      drivers/platform/x86/msi-laptop.c
8128
8129 MSI WMI SUPPORT
8130 L:      platform-driver-x86@vger.kernel.org
8131 S:      Orphan
8132 F:      drivers/platform/x86/msi-wmi.c
8133
8134 MSI001 MEDIA DRIVER
8135 M:      Antti Palosaari <crope@iki.fi>
8136 L:      linux-media@vger.kernel.org
8137 W:      https://linuxtv.org
8138 W:      http://palosaari.fi/linux/
8139 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8140 T:      git git://linuxtv.org/anttip/media_tree.git
8141 S:      Maintained
8142 F:      drivers/media/tuners/msi001*
8143
8144 MSI2500 MEDIA DRIVER
8145 M:      Antti Palosaari <crope@iki.fi>
8146 L:      linux-media@vger.kernel.org
8147 W:      https://linuxtv.org
8148 W:      http://palosaari.fi/linux/
8149 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8150 T:      git git://linuxtv.org/anttip/media_tree.git
8151 S:      Maintained
8152 F:      drivers/media/usb/msi2500/
8153
8154 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8155 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8156 L:      linux-mtd@lists.infradead.org
8157 S:      Maintained
8158 F:      drivers/mtd/devices/docg3*
8159
8160 MT9M032 APTINA SENSOR DRIVER
8161 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8162 L:      linux-media@vger.kernel.org
8163 T:      git git://linuxtv.org/media_tree.git
8164 S:      Maintained
8165 F:      drivers/media/i2c/mt9m032.c
8166 F:      include/media/i2c/mt9m032.h
8167
8168 MT9P031 APTINA CAMERA SENSOR
8169 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8170 L:      linux-media@vger.kernel.org
8171 T:      git git://linuxtv.org/media_tree.git
8172 S:      Maintained
8173 F:      drivers/media/i2c/mt9p031.c
8174 F:      include/media/i2c/mt9p031.h
8175
8176 MT9T001 APTINA CAMERA SENSOR
8177 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8178 L:      linux-media@vger.kernel.org
8179 T:      git git://linuxtv.org/media_tree.git
8180 S:      Maintained
8181 F:      drivers/media/i2c/mt9t001.c
8182 F:      include/media/i2c/mt9t001.h
8183
8184 MT9V032 APTINA CAMERA SENSOR
8185 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8186 L:      linux-media@vger.kernel.org
8187 T:      git git://linuxtv.org/media_tree.git
8188 S:      Maintained
8189 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8190 F:      drivers/media/i2c/mt9v032.c
8191 F:      include/media/i2c/mt9v032.h
8192
8193 MULTIFUNCTION DEVICES (MFD)
8194 M:      Lee Jones <lee.jones@linaro.org>
8195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8196 S:      Supported
8197 F:      Documentation/devicetree/bindings/mfd/
8198 F:      drivers/mfd/
8199 F:      include/linux/mfd/
8200
8201 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8202 M:      Ulf Hansson <ulf.hansson@linaro.org>
8203 L:      linux-mmc@vger.kernel.org
8204 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
8205 S:      Maintained
8206 F:      Documentation/devicetree/bindings/mmc/
8207 F:      drivers/mmc/
8208 F:      include/linux/mmc/
8209 F:      include/uapi/linux/mmc/
8210
8211 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8212 S:      Orphan
8213 F:      drivers/mmc/host/mmc_spi.c
8214 F:      include/linux/spi/mmc_spi.h
8215
8216 MULTISOUND SOUND DRIVER
8217 M:      Andrew Veliath <andrewtv@usa.net>
8218 S:      Maintained
8219 F:      Documentation/sound/oss/MultiSound
8220 F:      sound/oss/msnd*
8221
8222 MULTITECH MULTIPORT CARD (ISICOM)
8223 S:      Orphan
8224 F:      drivers/tty/isicom.c
8225 F:      include/linux/isicom.h
8226
8227 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8228 M:      Bin Liu <b-liu@ti.com>
8229 L:      linux-usb@vger.kernel.org
8230 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8231 S:      Maintained
8232 F:      drivers/usb/musb/
8233
8234 MXL5007T MEDIA DRIVER
8235 M:      Michael Krufky <mkrufky@linuxtv.org>
8236 L:      linux-media@vger.kernel.org
8237 W:      https://linuxtv.org
8238 W:      http://github.com/mkrufky
8239 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8240 T:      git git://linuxtv.org/mkrufky/tuners.git
8241 S:      Maintained
8242 F:      drivers/media/tuners/mxl5007t.*
8243
8244 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8245 M:      Hyong-Youb Kim <hykim@myri.com>
8246 L:      netdev@vger.kernel.org
8247 W:      https://www.myricom.com/support/downloads/myri10ge.html
8248 S:      Supported
8249 F:      drivers/net/ethernet/myricom/myri10ge/
8250
8251 NAND FLASH SUBSYSTEM
8252 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8253 R:      Richard Weinberger <richard@nod.at>
8254 L:      linux-mtd@lists.infradead.org
8255 W:      http://www.linux-mtd.infradead.org/
8256 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8257 T:      git git://github.com/linux-nand/linux.git
8258 S:      Maintained
8259 F:      drivers/mtd/nand/
8260 F:      include/linux/mtd/nand*.h
8261
8262 NATSEMI ETHERNET DRIVER (DP8381x)
8263 S:      Orphan
8264 F:      drivers/net/ethernet/natsemi/natsemi.c
8265
8266 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8267 M:      Daniel Mack <zonque@gmail.com>
8268 S:      Maintained
8269 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8270 W:      http://www.native-instruments.com
8271 F:      sound/usb/caiaq/
8272
8273 NCP FILESYSTEM
8274 M:      Petr Vandrovec <petr@vandrovec.name>
8275 S:      Odd Fixes
8276 F:      fs/ncpfs/
8277
8278 NCR 5380 SCSI DRIVERS
8279 M:      Finn Thain <fthain@telegraphics.com.au>
8280 M:      Michael Schmitz <schmitzmic@gmail.com>
8281 L:      linux-scsi@vger.kernel.org
8282 S:      Maintained
8283 F:      Documentation/scsi/g_NCR5380.txt
8284 F:      drivers/scsi/NCR5380.*
8285 F:      drivers/scsi/arm/cumana_1.c
8286 F:      drivers/scsi/arm/oak.c
8287 F:      drivers/scsi/atari_scsi.*
8288 F:      drivers/scsi/dmx3191d.c
8289 F:      drivers/scsi/g_NCR5380.*
8290 F:      drivers/scsi/g_NCR5380_mmio.c
8291 F:      drivers/scsi/mac_scsi.*
8292 F:      drivers/scsi/sun3_scsi.*
8293 F:      drivers/scsi/sun3_scsi_vme.c
8294
8295 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8296 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8297 L:      linux-scsi@vger.kernel.org
8298 S:      Maintained
8299 F:      drivers/scsi/NCR_D700.*
8300
8301 NCT6775 HARDWARE MONITOR DRIVER
8302 M:      Guenter Roeck <linux@roeck-us.net>
8303 L:      linux-hwmon@vger.kernel.org
8304 S:      Maintained
8305 F:      Documentation/hwmon/nct6775
8306 F:      drivers/hwmon/nct6775.c
8307
8308 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8309 M:      Faisal Latif <faisal.latif@intel.com>
8310 L:      linux-rdma@vger.kernel.org
8311 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8312 S:      Supported
8313 F:      drivers/infiniband/hw/nes/
8314 F:      include/uapi/rdma/nes-abi.h
8315
8316 NETEM NETWORK EMULATOR
8317 M:      Stephen Hemminger <stephen@networkplumber.org>
8318 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
8319 S:      Maintained
8320 F:      net/sched/sch_netem.c
8321
8322 NETERION 10GbE DRIVERS (s2io/vxge)
8323 M:      Jon Mason <jdmason@kudzu.us>
8324 L:      netdev@vger.kernel.org
8325 S:      Supported
8326 F:      Documentation/networking/s2io.txt
8327 F:      Documentation/networking/vxge.txt
8328 F:      drivers/net/ethernet/neterion/
8329
8330 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8331 M:      Pablo Neira Ayuso <pablo@netfilter.org>
8332 M:      Patrick McHardy <kaber@trash.net>
8333 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8334 L:      netfilter-devel@vger.kernel.org
8335 L:      coreteam@netfilter.org
8336 W:      http://www.netfilter.org/
8337 W:      http://www.iptables.org/
8338 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
8339 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8340 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8341 S:      Supported
8342 F:      include/linux/netfilter*
8343 F:      include/linux/netfilter/
8344 F:      include/net/netfilter/
8345 F:      include/uapi/linux/netfilter*
8346 F:      include/uapi/linux/netfilter/
8347 F:      net/*/netfilter.c
8348 F:      net/*/netfilter/
8349 F:      net/netfilter/
8350 F:      net/bridge/br_netfilter*.c
8351
8352 NETLABEL
8353 M:      Paul Moore <paul@paul-moore.com>
8354 W:      http://netlabel.sf.net
8355 L:      netdev@vger.kernel.org
8356 S:      Maintained
8357 F:      Documentation/netlabel/
8358 F:      include/net/netlabel.h
8359 F:      net/netlabel/
8360
8361 NETROM NETWORK LAYER
8362 M:      Ralf Baechle <ralf@linux-mips.org>
8363 L:      linux-hams@vger.kernel.org
8364 W:      http://www.linux-ax25.org/
8365 S:      Maintained
8366 F:      include/net/netrom.h
8367 F:      include/uapi/linux/netrom.h
8368 F:      net/netrom/
8369
8370 NETRONOME ETHERNET DRIVERS
8371 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
8372 L:      oss-drivers@netronome.com
8373 S:      Maintained
8374 F:      drivers/net/ethernet/netronome/
8375
8376 NETWORK BLOCK DEVICE (NBD)
8377 M:      Markus Pargmann <mpa@pengutronix.de>
8378 S:      Maintained
8379 L:      nbd-general@lists.sourceforge.net
8380 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
8381 F:      Documentation/blockdev/nbd.txt
8382 F:      drivers/block/nbd.c
8383 F:      include/uapi/linux/nbd.h
8384
8385 NETWORK DROP MONITOR
8386 M:      Neil Horman <nhorman@tuxdriver.com>
8387 L:      netdev@vger.kernel.org
8388 S:      Maintained
8389 W:      https://fedorahosted.org/dropwatch/
8390 F:      net/core/drop_monitor.c
8391
8392 NETWORKING [DSA]
8393 M:      Andrew Lunn <andrew@lunn.ch>
8394 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8395 M:      Florian Fainelli <f.fainelli@gmail.com>
8396 S:      Maintained
8397 F:      net/dsa/
8398 F:      include/net/dsa.h
8399 F:      drivers/net/dsa/
8400
8401 NETWORKING [GENERAL]
8402 M:      "David S. Miller" <davem@davemloft.net>
8403 L:      netdev@vger.kernel.org
8404 W:      http://www.linuxfoundation.org/en/Net
8405 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8406 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8408 S:      Maintained
8409 F:      net/
8410 F:      include/net/
8411 F:      include/linux/in.h
8412 F:      include/linux/net.h
8413 F:      include/linux/netdevice.h
8414 F:      include/uapi/linux/in.h
8415 F:      include/uapi/linux/net.h
8416 F:      include/uapi/linux/netdevice.h
8417 F:      include/uapi/linux/net_namespace.h
8418 F:      tools/net/
8419 F:      tools/testing/selftests/net/
8420 F:      lib/random32.c
8421 F:      lib/test_bpf.c
8422
8423 NETWORKING [IPv4/IPv6]
8424 M:      "David S. Miller" <davem@davemloft.net>
8425 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8426 M:      James Morris <jmorris@namei.org>
8427 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8428 M:      Patrick McHardy <kaber@trash.net>
8429 L:      netdev@vger.kernel.org
8430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8431 S:      Maintained
8432 F:      net/ipv4/
8433 F:      net/ipv6/
8434 F:      include/net/ip*
8435 F:      arch/x86/net/*
8436
8437 NETWORKING [IPSEC]
8438 M:      Steffen Klassert <steffen.klassert@secunet.com>
8439 M:      Herbert Xu <herbert@gondor.apana.org.au>
8440 M:      "David S. Miller" <davem@davemloft.net>
8441 L:      netdev@vger.kernel.org
8442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8444 S:      Maintained
8445 F:      net/core/flow.c
8446 F:      net/xfrm/
8447 F:      net/key/
8448 F:      net/ipv4/xfrm*
8449 F:      net/ipv4/esp4.c
8450 F:      net/ipv4/ah4.c
8451 F:      net/ipv4/ipcomp.c
8452 F:      net/ipv4/ip_vti.c
8453 F:      net/ipv6/xfrm*
8454 F:      net/ipv6/esp6.c
8455 F:      net/ipv6/ah6.c
8456 F:      net/ipv6/ipcomp6.c
8457 F:      net/ipv6/ip6_vti.c
8458 F:      include/uapi/linux/xfrm.h
8459 F:      include/net/xfrm.h
8460
8461 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8462 M:      Paul Moore <paul@paul-moore.com>
8463 L:      netdev@vger.kernel.org
8464 S:      Maintained
8465
8466 NETWORKING [WIRELESS]
8467 L:      linux-wireless@vger.kernel.org
8468 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8469
8470 NETWORKING DRIVERS
8471 L:      netdev@vger.kernel.org
8472 W:      http://www.linuxfoundation.org/en/Net
8473 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8476 S:      Odd Fixes
8477 F:      Documentation/devicetree/bindings/net/
8478 F:      drivers/net/
8479 F:      include/linux/if_*
8480 F:      include/linux/netdevice.h
8481 F:      include/linux/etherdevice.h
8482 F:      include/linux/fcdevice.h
8483 F:      include/linux/fddidevice.h
8484 F:      include/linux/hippidevice.h
8485 F:      include/linux/inetdevice.h
8486 F:      include/uapi/linux/if_*
8487 F:      include/uapi/linux/netdevice.h
8488
8489 NETWORKING DRIVERS (WIRELESS)
8490 M:      Kalle Valo <kvalo@codeaurora.org>
8491 L:      linux-wireless@vger.kernel.org
8492 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8493 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8494 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8495 S:      Maintained
8496 F:      Documentation/devicetree/bindings/net/wireless/
8497 F:      drivers/net/wireless/
8498
8499 NETXEN (1/10) GbE SUPPORT
8500 M:      Manish Chopra <manish.chopra@cavium.com>
8501 M:      Rahul Verma <rahul.verma@cavium.com>
8502 M:      Dept-GELinuxNICDev@cavium.com
8503 L:      netdev@vger.kernel.org
8504 S:      Supported
8505 F:      drivers/net/ethernet/qlogic/netxen/
8506
8507 NFC SUBSYSTEM
8508 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8509 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8510 M:      Samuel Ortiz <sameo@linux.intel.com>
8511 L:      linux-wireless@vger.kernel.org
8512 L:      linux-nfc@lists.01.org (subscribers-only)
8513 S:      Supported
8514 F:      net/nfc/
8515 F:      include/net/nfc/
8516 F:      include/uapi/linux/nfc.h
8517 F:      drivers/nfc/
8518 F:      include/linux/platform_data/nfcmrvl.h
8519 F:      include/linux/platform_data/nxp-nci.h
8520 F:      include/linux/platform_data/pn544.h
8521 F:      include/linux/platform_data/st21nfca.h
8522 F:      include/linux/platform_data/st-nci.h
8523 F:      Documentation/devicetree/bindings/net/nfc/
8524
8525 NFS, SUNRPC, AND LOCKD CLIENTS
8526 M:      Trond Myklebust <trond.myklebust@primarydata.com>
8527 M:      Anna Schumaker <anna.schumaker@netapp.com>
8528 L:      linux-nfs@vger.kernel.org
8529 W:      http://client.linux-nfs.org
8530 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8531 S:      Maintained
8532 F:      fs/lockd/
8533 F:      fs/nfs/
8534 F:      fs/nfs_common/
8535 F:      net/sunrpc/
8536 F:      include/linux/lockd/
8537 F:      include/linux/nfs*
8538 F:      include/linux/sunrpc/
8539 F:      include/uapi/linux/nfs*
8540 F:      include/uapi/linux/sunrpc/
8541
8542 NILFS2 FILESYSTEM
8543 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8544 L:      linux-nilfs@vger.kernel.org
8545 W:      http://nilfs.sourceforge.net/
8546 W:      http://nilfs.osdn.jp/
8547 T:      git git://github.com/konis/nilfs2.git
8548 S:      Supported
8549 F:      Documentation/filesystems/nilfs2.txt
8550 F:      fs/nilfs2/
8551 F:      include/trace/events/nilfs2.h
8552 F:      include/uapi/linux/nilfs2_api.h
8553 F:      include/uapi/linux/nilfs2_ondisk.h
8554
8555 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8556 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8557 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8558 S:      Maintained
8559 F:      Documentation/scsi/NinjaSCSI.txt
8560 F:      drivers/scsi/pcmcia/nsp_*
8561
8562 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8563 M:      GOTO Masanori <gotom@debian.or.jp>
8564 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8565 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8566 S:      Maintained
8567 F:      Documentation/scsi/NinjaSCSI.txt
8568 F:      drivers/scsi/nsp32*
8569
8570 NIOS2 ARCHITECTURE
8571 M:      Ley Foon Tan <lftan@altera.com>
8572 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8574 S:      Maintained
8575 F:      arch/nios2/
8576
8577 NOKIA N900 POWER SUPPLY DRIVERS
8578 R:      Pali Rohár <pali.rohar@gmail.com>
8579 F:      include/linux/power/bq2415x_charger.h
8580 F:      include/linux/power/bq27xxx_battery.h
8581 F:      include/linux/power/isp1704_charger.h
8582 F:      drivers/power/supply/bq2415x_charger.c
8583 F:      drivers/power/supply/bq27xxx_battery.c
8584 F:      drivers/power/supply/bq27xxx_battery_i2c.c
8585 F:      drivers/power/supply/isp1704_charger.c
8586 F:      drivers/power/supply/rx51_battery.c
8587
8588 NTB DRIVER CORE
8589 M:      Jon Mason <jdmason@kudzu.us>
8590 M:      Dave Jiang <dave.jiang@intel.com>
8591 M:      Allen Hubbe <Allen.Hubbe@emc.com>
8592 L:      linux-ntb@googlegroups.com
8593 S:      Supported
8594 W:      https://github.com/jonmason/ntb/wiki
8595 T:      git git://github.com/jonmason/ntb.git
8596 F:      drivers/ntb/
8597 F:      drivers/net/ntb_netdev.c
8598 F:      include/linux/ntb.h
8599 F:      include/linux/ntb_transport.h
8600 F:      tools/testing/selftests/ntb/
8601
8602 NTB INTEL DRIVER
8603 M:      Jon Mason <jdmason@kudzu.us>
8604 M:      Dave Jiang <dave.jiang@intel.com>
8605 L:      linux-ntb@googlegroups.com
8606 S:      Supported
8607 W:      https://github.com/jonmason/ntb/wiki
8608 T:      git git://github.com/jonmason/ntb.git
8609 F:      drivers/ntb/hw/intel/
8610
8611 NTB AMD DRIVER
8612 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
8613 L:      linux-ntb@googlegroups.com
8614 S:      Supported
8615 F:      drivers/ntb/hw/amd/
8616
8617 NTFS FILESYSTEM
8618 M:      Anton Altaparmakov <anton@tuxera.com>
8619 L:      linux-ntfs-dev@lists.sourceforge.net
8620 W:      http://www.tuxera.com/
8621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8622 S:      Supported
8623 F:      Documentation/filesystems/ntfs.txt
8624 F:      fs/ntfs/
8625
8626 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8627 M:      Antonino Daplas <adaplas@gmail.com>
8628 L:      linux-fbdev@vger.kernel.org
8629 S:      Maintained
8630 F:      drivers/video/fbdev/riva/
8631 F:      drivers/video/fbdev/nvidia/
8632
8633 NVM EXPRESS DRIVER
8634 M:      Keith Busch <keith.busch@intel.com>
8635 M:      Jens Axboe <axboe@fb.com>
8636 L:      linux-nvme@lists.infradead.org
8637 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8638 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8639 S:      Supported
8640 F:      drivers/nvme/host/
8641 F:      include/linux/nvme.h
8642
8643 NVM EXPRESS TARGET DRIVER
8644 M:      Christoph Hellwig <hch@lst.de>
8645 M:      Sagi Grimberg <sagi@grimberg.me>
8646 L:      linux-nvme@lists.infradead.org
8647 S:      Supported
8648 F:      drivers/nvme/target/
8649
8650 NVMEM FRAMEWORK
8651 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8652 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
8653 S:      Maintained
8654 F:      drivers/nvmem/
8655 F:      Documentation/devicetree/bindings/nvmem/
8656 F:      include/linux/nvmem-consumer.h
8657 F:      include/linux/nvmem-provider.h
8658
8659 NXP-NCI NFC DRIVER
8660 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
8661 R:      Charles Gorand <charles.gorand@effinnov.com>
8662 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
8663 S:      Supported
8664 F:      drivers/nfc/nxp-nci
8665
8666 NXP TDA998X DRM DRIVER
8667 M:      Russell King <rmk+kernel@armlinux.org.uk>
8668 S:      Supported
8669 F:      drivers/gpu/drm/i2c/tda998x_drv.c
8670 F:      include/drm/i2c/tda998x.h
8671
8672 NXP TFA9879 DRIVER
8673 M:      Peter Rosin <peda@axentia.se>
8674 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8675 S:      Maintained
8676 F:      sound/soc/codecs/tfa9879*
8677
8678 OBJTOOL
8679 M:      Josh Poimboeuf <jpoimboe@redhat.com>
8680 S:      Supported
8681 F:      tools/objtool/
8682
8683 OMAP SUPPORT
8684 M:      Tony Lindgren <tony@atomide.com>
8685 L:      linux-omap@vger.kernel.org
8686 W:      http://www.muru.com/linux/omap/
8687 W:      http://linux.omap.com/
8688 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8689 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8690 S:      Maintained
8691 F:      arch/arm/*omap*/
8692 F:      arch/arm/configs/omap1_defconfig
8693 F:      arch/arm/configs/omap2plus_defconfig
8694 F:      drivers/i2c/busses/i2c-omap.c
8695 F:      drivers/irqchip/irq-omap-intc.c
8696 F:      drivers/mfd/*omap*.c
8697 F:      drivers/mfd/menelaus.c
8698 F:      drivers/mfd/palmas.c
8699 F:      drivers/mfd/tps65217.c
8700 F:      drivers/mfd/tps65218.c
8701 F:      drivers/mfd/tps65910.c
8702 F:      drivers/mfd/twl-core.[ch]
8703 F:      drivers/mfd/twl4030*.c
8704 F:      drivers/mfd/twl6030*.c
8705 F:      drivers/mfd/twl6040*.c
8706 F:      drivers/regulator/palmas-regulator*.c
8707 F:      drivers/regulator/pbias-regulator.c
8708 F:      drivers/regulator/tps65217-regulator.c
8709 F:      drivers/regulator/tps65218-regulator.c
8710 F:      drivers/regulator/tps65910-regulator.c
8711 F:      drivers/regulator/twl-regulator.c
8712 F:      include/linux/i2c-omap.h
8713
8714 OMAP DEVICE TREE SUPPORT
8715 M:      Benoît Cousson <bcousson@baylibre.com>
8716 M:      Tony Lindgren <tony@atomide.com>
8717 L:      linux-omap@vger.kernel.org
8718 L:      devicetree@vger.kernel.org
8719 S:      Maintained
8720 F:      arch/arm/boot/dts/*omap*
8721 F:      arch/arm/boot/dts/*am3*
8722 F:      arch/arm/boot/dts/*am4*
8723 F:      arch/arm/boot/dts/*am5*
8724 F:      arch/arm/boot/dts/*dra7*
8725
8726 OMAP CLOCK FRAMEWORK SUPPORT
8727 M:      Paul Walmsley <paul@pwsan.com>
8728 L:      linux-omap@vger.kernel.org
8729 S:      Maintained
8730 F:      arch/arm/*omap*/*clock*
8731
8732 OMAP POWER MANAGEMENT SUPPORT
8733 M:      Kevin Hilman <khilman@kernel.org>
8734 L:      linux-omap@vger.kernel.org
8735 S:      Maintained
8736 F:      arch/arm/*omap*/*pm*
8737 F:      drivers/cpufreq/omap-cpufreq.c
8738
8739 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8740 M:      Rajendra Nayak <rnayak@codeaurora.org>
8741 M:      Paul Walmsley <paul@pwsan.com>
8742 L:      linux-omap@vger.kernel.org
8743 S:      Maintained
8744 F:      arch/arm/mach-omap2/prm*
8745
8746 OMAP AUDIO SUPPORT
8747 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8748 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
8749 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8750 L:      linux-omap@vger.kernel.org
8751 S:      Maintained
8752 F:      sound/soc/omap/
8753
8754 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8755 M:      Roger Quadros <rogerq@ti.com>
8756 M:      Tony Lindgren <tony@atomide.com>
8757 L:      linux-omap@vger.kernel.org
8758 S:      Maintained
8759 F:      drivers/memory/omap-gpmc.c
8760 F:      arch/arm/mach-omap2/*gpmc*
8761
8762 OMAP FRAMEBUFFER SUPPORT
8763 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8764 L:      linux-fbdev@vger.kernel.org
8765 L:      linux-omap@vger.kernel.org
8766 S:      Maintained
8767 F:      drivers/video/fbdev/omap/
8768
8769 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8770 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8771 L:      linux-omap@vger.kernel.org
8772 L:      linux-fbdev@vger.kernel.org
8773 S:      Maintained
8774 F:      drivers/video/fbdev/omap2/
8775 F:      Documentation/arm/OMAP/DSS
8776
8777 OMAP HARDWARE SPINLOCK SUPPORT
8778 M:      Ohad Ben-Cohen <ohad@wizery.com>
8779 L:      linux-omap@vger.kernel.org
8780 S:      Maintained
8781 F:      drivers/hwspinlock/omap_hwspinlock.c
8782
8783 OMAP MMC SUPPORT
8784 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
8785 L:      linux-omap@vger.kernel.org
8786 S:      Maintained
8787 F:      drivers/mmc/host/omap.c
8788
8789 OMAP HS MMC SUPPORT
8790 L:      linux-mmc@vger.kernel.org
8791 L:      linux-omap@vger.kernel.org
8792 S:      Orphan
8793 F:      drivers/mmc/host/omap_hsmmc.c
8794
8795 OMAP RANDOM NUMBER GENERATOR SUPPORT
8796 M:      Deepak Saxena <dsaxena@plexity.net>
8797 S:      Maintained
8798 F:      drivers/char/hw_random/omap-rng.c
8799
8800 OMAP HWMOD SUPPORT
8801 M:      Benoît Cousson <bcousson@baylibre.com>
8802 M:      Paul Walmsley <paul@pwsan.com>
8803 L:      linux-omap@vger.kernel.org
8804 S:      Maintained
8805 F:      arch/arm/mach-omap2/omap_hwmod.*
8806
8807 OMAP HWMOD DATA
8808 M:      Paul Walmsley <paul@pwsan.com>
8809 L:      linux-omap@vger.kernel.org
8810 S:      Maintained
8811 F:      arch/arm/mach-omap2/omap_hwmod*data*
8812
8813 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8814 M:      Benoît Cousson <bcousson@baylibre.com>
8815 L:      linux-omap@vger.kernel.org
8816 S:      Maintained
8817 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8818
8819 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8820 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8821 L:      linux-media@vger.kernel.org
8822 S:      Maintained
8823 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
8824 F:      drivers/media/platform/omap3isp/
8825 F:      drivers/staging/media/omap4iss/
8826
8827 OMAP USB SUPPORT
8828 L:      linux-usb@vger.kernel.org
8829 L:      linux-omap@vger.kernel.org
8830 S:      Orphan
8831 F:      drivers/usb/*/*omap*
8832 F:      arch/arm/*omap*/usb*
8833
8834 OMAP GPIO DRIVER
8835 M:      Grygorii Strashko <grygorii.strashko@ti.com>
8836 M:      Santosh Shilimkar <ssantosh@kernel.org>
8837 M:      Kevin Hilman <khilman@kernel.org>
8838 L:      linux-omap@vger.kernel.org
8839 S:      Maintained
8840 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
8841 F:      drivers/gpio/gpio-omap.c
8842
8843 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8844 M:      Mark Jackson <mpfj@newflow.co.uk>
8845 L:      linux-omap@vger.kernel.org
8846 S:      Maintained
8847 F:      arch/arm/boot/dts/am335x-nano.dts
8848
8849 OMFS FILESYSTEM
8850 M:      Bob Copeland <me@bobcopeland.com>
8851 L:      linux-karma-devel@lists.sourceforge.net
8852 S:      Maintained
8853 F:      Documentation/filesystems/omfs.txt
8854 F:      fs/omfs/
8855
8856 OMNIKEY CARDMAN 4000 DRIVER
8857 M:      Harald Welte <laforge@gnumonks.org>
8858 S:      Maintained
8859 F:      drivers/char/pcmcia/cm4000_cs.c
8860 F:      include/linux/cm4000_cs.h
8861 F:      include/uapi/linux/cm4000_cs.h
8862
8863 OMNIKEY CARDMAN 4040 DRIVER
8864 M:      Harald Welte <laforge@gnumonks.org>
8865 S:      Maintained
8866 F:      drivers/char/pcmcia/cm4040_cs.*
8867
8868 OMNIVISION OV7670 SENSOR DRIVER
8869 M:      Jonathan Corbet <corbet@lwn.net>
8870 L:      linux-media@vger.kernel.org
8871 T:      git git://linuxtv.org/media_tree.git
8872 S:      Maintained
8873 F:      drivers/media/i2c/ov7670.c
8874
8875 ONENAND FLASH DRIVER
8876 M:      Kyungmin Park <kyungmin.park@samsung.com>
8877 L:      linux-mtd@lists.infradead.org
8878 S:      Maintained
8879 F:      drivers/mtd/onenand/
8880 F:      include/linux/mtd/onenand*.h
8881
8882 ONSTREAM SCSI TAPE DRIVER
8883 M:      Willem Riede <osst@riede.org>
8884 L:      osst-users@lists.sourceforge.net
8885 L:      linux-scsi@vger.kernel.org
8886 S:      Maintained
8887 F:      Documentation/scsi/osst.txt
8888 F:      drivers/scsi/osst.*
8889 F:      drivers/scsi/osst_*.h
8890 F:      drivers/scsi/st.h
8891
8892 OPENCORES I2C BUS DRIVER
8893 M:      Peter Korsgaard <jacmet@sunsite.dk>
8894 L:      linux-i2c@vger.kernel.org
8895 S:      Maintained
8896 F:      Documentation/i2c/busses/i2c-ocores
8897 F:      drivers/i2c/busses/i2c-ocores.c
8898
8899 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8900 M:      Rob Herring <robh+dt@kernel.org>
8901 M:      Frank Rowand <frowand.list@gmail.com>
8902 L:      devicetree@vger.kernel.org
8903 W:      http://www.devicetree.org/
8904 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8905 S:      Maintained
8906 F:      drivers/of/
8907 F:      include/linux/of*.h
8908 F:      scripts/dtc/
8909
8910 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8911 M:      Rob Herring <robh+dt@kernel.org>
8912 M:      Mark Rutland <mark.rutland@arm.com>
8913 L:      devicetree@vger.kernel.org
8914 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8915 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
8916 S:      Maintained
8917 F:      Documentation/devicetree/
8918 F:      arch/*/boot/dts/
8919 F:      include/dt-bindings/
8920
8921 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8922 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8923 L:      devicetree@vger.kernel.org
8924 S:      Maintained
8925 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8926 F:      Documentation/devicetree/overlay-notes.txt
8927 F:      drivers/of/overlay.c
8928 F:      drivers/of/resolver.c
8929
8930 OPENRISC ARCHITECTURE
8931 M:      Jonas Bonn <jonas@southpole.se>
8932 W:      http://openrisc.net
8933 S:      Maintained
8934 T:      git git://openrisc.net/~jonas/linux
8935 F:      arch/openrisc/
8936
8937 OPENVSWITCH
8938 M:      Pravin Shelar <pshelar@nicira.com>
8939 L:      netdev@vger.kernel.org
8940 L:      dev@openvswitch.org
8941 W:      http://openvswitch.org
8942 S:      Maintained
8943 F:      net/openvswitch/
8944 F:      include/uapi/linux/openvswitch.h
8945
8946 OPERATING PERFORMANCE POINTS (OPP)
8947 M:      Viresh Kumar <vireshk@kernel.org>
8948 M:      Nishanth Menon <nm@ti.com>
8949 M:      Stephen Boyd <sboyd@codeaurora.org>
8950 L:      linux-pm@vger.kernel.org
8951 S:      Maintained
8952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8953 F:      drivers/base/power/opp/
8954 F:      include/linux/pm_opp.h
8955 F:      Documentation/power/opp.txt
8956 F:      Documentation/devicetree/bindings/opp/
8957
8958 OPL4 DRIVER
8959 M:      Clemens Ladisch <clemens@ladisch.de>
8960 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8961 T:      git git://git.alsa-project.org/alsa-kernel.git
8962 S:      Maintained
8963 F:      sound/drivers/opl4/
8964
8965 OPROFILE
8966 M:      Robert Richter <rric@kernel.org>
8967 L:      oprofile-list@lists.sf.net
8968 S:      Maintained
8969 F:      arch/*/include/asm/oprofile*.h
8970 F:      arch/*/oprofile/
8971 F:      drivers/oprofile/
8972 F:      include/linux/oprofile.h
8973
8974 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8975 M:      Mark Fasheh <mfasheh@versity.com>
8976 M:      Joel Becker <jlbec@evilplan.org>
8977 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8978 W:      http://ocfs2.wiki.kernel.org
8979 S:      Supported
8980 F:      Documentation/filesystems/ocfs2.txt
8981 F:      Documentation/filesystems/dlmfs.txt
8982 F:      fs/ocfs2/
8983
8984 ORINOCO DRIVER
8985 L:      linux-wireless@vger.kernel.org
8986 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8987 W:      http://www.nongnu.org/orinoco/
8988 S:      Orphan
8989 F:      drivers/net/wireless/intersil/orinoco/
8990
8991 OSD LIBRARY and FILESYSTEM
8992 M:      Boaz Harrosh <ooo@electrozaur.com>
8993 M:      Benny Halevy <bhalevy@primarydata.com>
8994 L:      osd-dev@open-osd.org
8995 W:      http://open-osd.org
8996 T:      git git://git.open-osd.org/open-osd.git
8997 S:      Maintained
8998 F:      drivers/scsi/osd/
8999 F:      include/scsi/osd_*
9000 F:      fs/exofs/
9001
9002 OVERLAY FILESYSTEM
9003 M:      Miklos Szeredi <miklos@szeredi.hu>
9004 L:      linux-unionfs@vger.kernel.org
9005 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9006 S:      Supported
9007 F:      fs/overlayfs/
9008 F:      Documentation/filesystems/overlayfs.txt
9009
9010 ORANGEFS FILESYSTEM
9011 M:      Mike Marshall <hubcap@omnibond.com>
9012 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
9013 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9014 S:      Supported
9015 F:      fs/orangefs/
9016 F:      Documentation/filesystems/orangefs.txt
9017
9018 P54 WIRELESS DRIVER
9019 M:      Christian Lamparter <chunkeey@googlemail.com>
9020 L:      linux-wireless@vger.kernel.org
9021 W:      http://wireless.kernel.org/en/users/Drivers/p54
9022 S:      Maintained
9023 F:      drivers/net/wireless/intersil/p54/
9024
9025 PA SEMI ETHERNET DRIVER
9026 M:      Olof Johansson <olof@lixom.net>
9027 L:      netdev@vger.kernel.org
9028 S:      Maintained
9029 F:      drivers/net/ethernet/pasemi/*
9030
9031 PA SEMI SMBUS DRIVER
9032 M:      Olof Johansson <olof@lixom.net>
9033 L:      linux-i2c@vger.kernel.org
9034 S:      Maintained
9035 F:      drivers/i2c/busses/i2c-pasemi.c
9036
9037 PADATA PARALLEL EXECUTION MECHANISM
9038 M:      Steffen Klassert <steffen.klassert@secunet.com>
9039 L:      linux-crypto@vger.kernel.org
9040 S:      Maintained
9041 F:      kernel/padata.c
9042 F:      include/linux/padata.h
9043 F:      Documentation/padata.txt
9044
9045 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9046 M:      Harald Welte <laforge@gnumonks.org>
9047 L:      platform-driver-x86@vger.kernel.org
9048 S:      Maintained
9049 F:      drivers/platform/x86/panasonic-laptop.c
9050
9051 PANASONIC MN10300/AM33/AM34 PORT
9052 M:      David Howells <dhowells@redhat.com>
9053 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
9054 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9055 S:      Maintained
9056 F:      Documentation/mn10300/
9057 F:      arch/mn10300/
9058
9059 PARALLEL LCD/KEYPAD PANEL DRIVER
9060 M:      Willy Tarreau <willy@haproxy.com>
9061 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
9062 S:      Odd Fixes
9063 F:      Documentation/misc-devices/lcd-panel-cgram.txt
9064 F:      drivers/misc/panel.c
9065
9066 PARALLEL PORT SUBSYSTEM
9067 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9068 M:      Sudip Mukherjee <sudip@vectorindia.org>
9069 L:      linux-parport@lists.infradead.org (subscribers-only)
9070 S:      Maintained
9071 F:      drivers/parport/
9072 F:      include/linux/parport*.h
9073 F:      drivers/char/ppdev.c
9074 F:      include/uapi/linux/ppdev.h
9075 F:      Documentation/parport*.txt
9076
9077 PARAVIRT_OPS INTERFACE
9078 M:      Jeremy Fitzhardinge <jeremy@goop.org>
9079 M:      Chris Wright <chrisw@sous-sol.org>
9080 M:      Alok Kataria <akataria@vmware.com>
9081 M:      Rusty Russell <rusty@rustcorp.com.au>
9082 L:      virtualization@lists.linux-foundation.org
9083 S:      Supported
9084 F:      Documentation/virtual/paravirt_ops.txt
9085 F:      arch/*/kernel/paravirt*
9086 F:      arch/*/include/asm/paravirt.h
9087 F:      include/linux/hypervisor.h
9088
9089 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9090 M:      Tim Waugh <tim@cyberelk.net>
9091 L:      linux-parport@lists.infradead.org (subscribers-only)
9092 S:      Maintained
9093 F:      Documentation/blockdev/paride.txt
9094 F:      drivers/block/paride/
9095
9096 PARISC ARCHITECTURE
9097 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
9098 M:      Helge Deller <deller@gmx.de>
9099 L:      linux-parisc@vger.kernel.org
9100 W:      http://www.parisc-linux.org/
9101 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
9102 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9103 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9104 S:      Maintained
9105 F:      arch/parisc/
9106 F:      Documentation/parisc/
9107 F:      drivers/parisc/
9108 F:      drivers/char/agp/parisc-agp.c
9109 F:      drivers/input/serio/gscps2.c
9110 F:      drivers/parport/parport_gsc.*
9111 F:      drivers/tty/serial/8250/8250_gsc.c
9112 F:      drivers/video/fbdev/sti*
9113 F:      drivers/video/console/sti*
9114 F:      drivers/video/logo/logo_parisc*
9115
9116 PC87360 HARDWARE MONITORING DRIVER
9117 M:      Jim Cromie <jim.cromie@gmail.com>
9118 L:      linux-hwmon@vger.kernel.org
9119 S:      Maintained
9120 F:      Documentation/hwmon/pc87360
9121 F:      drivers/hwmon/pc87360.c
9122
9123 PC8736x GPIO DRIVER
9124 M:      Jim Cromie <jim.cromie@gmail.com>
9125 S:      Maintained
9126 F:      drivers/char/pc8736x_gpio.c
9127
9128 PC87427 HARDWARE MONITORING DRIVER
9129 M:      Jean Delvare <jdelvare@suse.com>
9130 L:      linux-hwmon@vger.kernel.org
9131 S:      Maintained
9132 F:      Documentation/hwmon/pc87427
9133 F:      drivers/hwmon/pc87427.c
9134
9135 PCA9532 LED DRIVER
9136 M:      Riku Voipio <riku.voipio@iki.fi>
9137 S:      Maintained
9138 F:      drivers/leds/leds-pca9532.c
9139 F:      include/linux/leds-pca9532.h
9140
9141 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9142 M:      Guenter Roeck <linux@roeck-us.net>
9143 L:      linux-i2c@vger.kernel.org
9144 S:      Maintained
9145 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
9146
9147 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9148 M:      Khalid Aziz <khalid@gonehiking.org>
9149 S:      Maintained
9150 F:      drivers/firmware/pcdp.*
9151
9152 PCI ERROR RECOVERY
9153 M:      Linas Vepstas <linasvepstas@gmail.com>
9154 L:      linux-pci@vger.kernel.org
9155 S:      Supported
9156 F:      Documentation/PCI/pci-error-recovery.txt
9157
9158 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9159 M:      Russell Currey <ruscur@russell.cc>
9160 L:      linuxppc-dev@lists.ozlabs.org
9161 S:      Supported
9162 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
9163 F:      arch/powerpc/kernel/eeh*.c
9164 F:      arch/powerpc/platforms/*/eeh*.c
9165 F:      arch/powerpc/include/*/eeh*.h
9166
9167 PCI SUBSYSTEM
9168 M:      Bjorn Helgaas <bhelgaas@google.com>
9169 L:      linux-pci@vger.kernel.org
9170 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
9171 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9172 S:      Supported
9173 F:      Documentation/devicetree/bindings/pci/
9174 F:      Documentation/PCI/
9175 F:      drivers/pci/
9176 F:      include/linux/pci*
9177 F:      arch/x86/pci/
9178 F:      arch/x86/kernel/quirks.c
9179
9180 PCI DRIVER FOR ALTERA PCIE IP
9181 M:      Ley Foon Tan <lftan@altera.com>
9182 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9183 L:      linux-pci@vger.kernel.org
9184 S:      Supported
9185 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
9186 F:      drivers/pci/host/pcie-altera.c
9187
9188 PCI DRIVER FOR ARM VERSATILE PLATFORM
9189 M:      Rob Herring <robh@kernel.org>
9190 L:      linux-pci@vger.kernel.org
9191 L:      linux-arm-kernel@lists.infradead.org
9192 S:      Maintained
9193 F:      Documentation/devicetree/bindings/pci/versatile.txt
9194 F:      drivers/pci/host/pci-versatile.c
9195
9196 PCI DRIVER FOR ARMADA 8K
9197 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9198 L:      linux-pci@vger.kernel.org
9199 L:      linux-arm-kernel@lists.infradead.org
9200 S:      Maintained
9201 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
9202 F:      drivers/pci/host/pcie-armada8k.c
9203
9204 PCI DRIVER FOR APPLIEDMICRO XGENE
9205 M:      Tanmay Inamdar <tinamdar@apm.com>
9206 L:      linux-pci@vger.kernel.org
9207 L:      linux-arm-kernel@lists.infradead.org
9208 S:      Maintained
9209 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
9210 F:      drivers/pci/host/pci-xgene.c
9211
9212 PCI DRIVER FOR FREESCALE LAYERSCAPE
9213 M:      Minghuan Lian <minghuan.Lian@freescale.com>
9214 M:      Mingkai Hu <mingkai.hu@freescale.com>
9215 M:      Roy Zang <tie-fei.zang@freescale.com>
9216 L:      linuxppc-dev@lists.ozlabs.org
9217 L:      linux-pci@vger.kernel.org
9218 L:      linux-arm-kernel@lists.infradead.org
9219 S:      Maintained
9220 F:      drivers/pci/host/*layerscape*
9221
9222 PCI DRIVER FOR IMX6
9223 M:      Richard Zhu <Richard.Zhu@freescale.com>
9224 M:      Lucas Stach <l.stach@pengutronix.de>
9225 L:      linux-pci@vger.kernel.org
9226 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9227 S:      Maintained
9228 F:      drivers/pci/host/*imx6*
9229
9230 PCI DRIVER FOR TI KEYSTONE
9231 M:      Murali Karicheri <m-karicheri2@ti.com>
9232 L:      linux-pci@vger.kernel.org
9233 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9234 S:      Maintained
9235 F:      drivers/pci/host/*keystone*
9236
9237 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9238 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9239 M:      Jason Cooper <jason@lakedaemon.net>
9240 L:      linux-pci@vger.kernel.org
9241 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9242 S:      Maintained
9243 F:      drivers/pci/host/*mvebu*
9244
9245 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9246 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9247 L:      linux-pci@vger.kernel.org
9248 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9249 S:      Maintained
9250 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
9251 F:      drivers/pci/host/pci-aardvark.c
9252
9253 PCI DRIVER FOR NVIDIA TEGRA
9254 M:      Thierry Reding <thierry.reding@gmail.com>
9255 L:      linux-tegra@vger.kernel.org
9256 L:      linux-pci@vger.kernel.org
9257 S:      Supported
9258 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9259 F:      drivers/pci/host/pci-tegra.c
9260
9261 PCI DRIVER FOR TI DRA7XX
9262 M:      Kishon Vijay Abraham I <kishon@ti.com>
9263 L:      linux-omap@vger.kernel.org
9264 L:      linux-pci@vger.kernel.org
9265 S:      Supported
9266 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
9267 F:      drivers/pci/host/pci-dra7xx.c
9268
9269 PCI DRIVER FOR RENESAS R-CAR
9270 M:      Simon Horman <horms@verge.net.au>
9271 L:      linux-pci@vger.kernel.org
9272 L:      linux-renesas-soc@vger.kernel.org
9273 S:      Maintained
9274 F:      drivers/pci/host/*rcar*
9275
9276 PCI DRIVER FOR SAMSUNG EXYNOS
9277 M:      Jingoo Han <jingoohan1@gmail.com>
9278 L:      linux-pci@vger.kernel.org
9279 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9280 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9281 S:      Maintained
9282 F:      drivers/pci/host/pci-exynos.c
9283
9284 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9285 M:      Jingoo Han <jingoohan1@gmail.com>
9286 M:      Pratyush Anand <pratyush.anand@gmail.com>
9287 L:      linux-pci@vger.kernel.org
9288 S:      Maintained
9289 F:      drivers/pci/host/*designware*
9290
9291 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
9292 M:      Joao Pinto <jpinto@synopsys.com>
9293 L:      linux-pci@vger.kernel.org
9294 S:      Maintained
9295 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
9296 F:      drivers/pci/host/pcie-designware-plat.c
9297
9298 PCI DRIVER FOR GENERIC OF HOSTS
9299 M:      Will Deacon <will.deacon@arm.com>
9300 L:      linux-pci@vger.kernel.org
9301 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9302 S:      Maintained
9303 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
9304 F:      drivers/pci/host/pci-host-common.c
9305 F:      drivers/pci/host/pci-host-generic.c
9306
9307 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9308 M:      Keith Busch <keith.busch@intel.com>
9309 L:      linux-pci@vger.kernel.org
9310 S:      Supported
9311 F:      arch/x86/pci/vmd.c
9312
9313 PCIE DRIVER FOR ST SPEAR13XX
9314 M:      Pratyush Anand <pratyush.anand@gmail.com>
9315 L:      linux-pci@vger.kernel.org
9316 S:      Maintained
9317 F:      drivers/pci/host/*spear*
9318
9319 PCI MSI DRIVER FOR ALTERA MSI IP
9320 M:      Ley Foon Tan <lftan@altera.com>
9321 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9322 L:      linux-pci@vger.kernel.org
9323 S:      Supported
9324 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9325 F:      drivers/pci/host/pcie-altera-msi.c
9326
9327 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9328 M:      Duc Dang <dhdang@apm.com>
9329 L:      linux-pci@vger.kernel.org
9330 L:      linux-arm-kernel@lists.infradead.org
9331 S:      Maintained
9332 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9333 F:      drivers/pci/host/pci-xgene-msi.c
9334
9335 PCIE DRIVER FOR AXIS ARTPEC
9336 M:      Niklas Cassel <niklas.cassel@axis.com>
9337 M:      Jesper Nilsson <jesper.nilsson@axis.com>
9338 L:      linux-arm-kernel@axis.com
9339 L:      linux-pci@vger.kernel.org
9340 S:      Maintained
9341 F:      Documentation/devicetree/bindings/pci/axis,artpec*
9342 F:      drivers/pci/host/*artpec*
9343
9344 PCIE DRIVER FOR HISILICON
9345 M:      Zhou Wang <wangzhou1@hisilicon.com>
9346 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
9347 L:      linux-pci@vger.kernel.org
9348 S:      Maintained
9349 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9350 F:      drivers/pci/host/pcie-hisi.c
9351
9352 PCIE DRIVER FOR ROCKCHIP
9353 M:      Shawn Lin <shawn.lin@rock-chips.com>
9354 M:      Wenrui Li <wenrui.li@rock-chips.com>
9355 L:      linux-pci@vger.kernel.org
9356 L:      linux-rockchip@lists.infradead.org
9357 S:      Maintained
9358 F:      Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9359 F:      drivers/pci/host/pcie-rockchip.c
9360
9361 PCIE DRIVER FOR QUALCOMM MSM
9362 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
9363 L:     linux-pci@vger.kernel.org
9364 L:     linux-arm-msm@vger.kernel.org
9365 S:     Maintained
9366 F:     drivers/pci/host/*qcom*
9367
9368 PCIE DRIVER FOR CAVIUM THUNDERX
9369 M:      David Daney <david.daney@cavium.com>
9370 L:      linux-pci@vger.kernel.org
9371 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9372 S:      Supported
9373 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
9374 F:      drivers/pci/host/pci-thunder-*
9375
9376 PCMCIA SUBSYSTEM
9377 P:      Linux PCMCIA Team
9378 L:      linux-pcmcia@lists.infradead.org
9379 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9380 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9381 S:      Maintained
9382 F:      Documentation/pcmcia/
9383 F:      drivers/pcmcia/
9384 F:      include/pcmcia/
9385
9386 PCNET32 NETWORK DRIVER
9387 M:      Don Fry <pcnet32@frontier.com>
9388 L:      netdev@vger.kernel.org
9389 S:      Maintained
9390 F:      drivers/net/ethernet/amd/pcnet32.c
9391
9392 PCRYPT PARALLEL CRYPTO ENGINE
9393 M:      Steffen Klassert <steffen.klassert@secunet.com>
9394 L:      linux-crypto@vger.kernel.org
9395 S:      Maintained
9396 F:      crypto/pcrypt.c
9397 F:      include/crypto/pcrypt.h
9398
9399 PER-CPU MEMORY ALLOCATOR
9400 M:      Tejun Heo <tj@kernel.org>
9401 M:      Christoph Lameter <cl@linux.com>
9402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9403 S:      Maintained
9404 F:      include/linux/percpu*.h
9405 F:      mm/percpu*.c
9406 F:      arch/*/include/asm/percpu.h
9407
9408 PER-TASK DELAY ACCOUNTING
9409 M:      Balbir Singh <bsingharora@gmail.com>
9410 S:      Maintained
9411 F:      include/linux/delayacct.h
9412 F:      kernel/delayacct.c
9413
9414 PERFORMANCE EVENTS SUBSYSTEM
9415 M:      Peter Zijlstra <peterz@infradead.org>
9416 M:      Ingo Molnar <mingo@redhat.com>
9417 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
9418 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9419 L:      linux-kernel@vger.kernel.org
9420 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9421 S:      Supported
9422 F:      kernel/events/*
9423 F:      include/linux/perf_event.h
9424 F:      include/uapi/linux/perf_event.h
9425 F:      arch/*/kernel/perf_event*.c
9426 F:      arch/*/kernel/*/perf_event*.c
9427 F:      arch/*/kernel/*/*/perf_event*.c
9428 F:      arch/*/include/asm/perf_event.h
9429 F:      arch/*/kernel/perf_callchain.c
9430 F:      arch/*/events/*
9431 F:      tools/perf/
9432
9433 PERSONALITY HANDLING
9434 M:      Christoph Hellwig <hch@infradead.org>
9435 L:      linux-abi-devel@lists.sourceforge.net
9436 S:      Maintained
9437 F:      include/linux/personality.h
9438 F:      include/uapi/linux/personality.h
9439
9440 PHONET PROTOCOL
9441 M:      Remi Denis-Courmont <courmisch@gmail.com>
9442 S:      Supported
9443 F:      Documentation/networking/phonet.txt
9444 F:      include/linux/phonet.h
9445 F:      include/net/phonet/
9446 F:      include/uapi/linux/phonet.h
9447 F:      net/phonet/
9448
9449 PHRAM MTD DRIVER
9450 M:      Joern Engel <joern@lazybastard.org>
9451 L:      linux-mtd@lists.infradead.org
9452 S:      Maintained
9453 F:      drivers/mtd/devices/phram.c
9454
9455 PICOLCD HID DRIVER
9456 M:      Bruno Prémont <bonbons@linux-vserver.org>
9457 L:      linux-input@vger.kernel.org
9458 S:      Maintained
9459 F:      drivers/hid/hid-picolcd*
9460
9461 PICOXCELL SUPPORT
9462 M:      Jamie Iles <jamie@jamieiles.com>
9463 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9464 T:      git git://github.com/jamieiles/linux-2.6-ji.git
9465 S:      Supported
9466 F:      arch/arm/boot/dts/picoxcell*
9467 F:      arch/arm/mach-picoxcell/
9468 F:      drivers/crypto/picoxcell*
9469
9470 PIN CONTROL SUBSYSTEM
9471 M:      Linus Walleij <linus.walleij@linaro.org>
9472 L:      linux-gpio@vger.kernel.org
9473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9474 S:      Maintained
9475 F:      Documentation/devicetree/bindings/pinctrl/
9476 F:      Documentation/pinctrl.txt
9477 F:      drivers/pinctrl/
9478 F:      include/linux/pinctrl/
9479
9480 PIN CONTROLLER - ATMEL AT91
9481 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9482 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9483 S:      Maintained
9484 F:      drivers/pinctrl/pinctrl-at91.*
9485
9486 PIN CONTROLLER - ATMEL AT91 PIO4
9487 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
9488 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9489 L:      linux-gpio@vger.kernel.org
9490 S:      Supported
9491 F:      drivers/pinctrl/pinctrl-at91-pio4.*
9492
9493 PIN CONTROLLER - INTEL
9494 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9495 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
9496 S:      Maintained
9497 F:      drivers/pinctrl/intel/
9498
9499 PIN CONTROLLER - RENESAS
9500 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9501 M:      Geert Uytterhoeven <geert+renesas@glider.be>
9502 L:      linux-renesas-soc@vger.kernel.org
9503 S:      Maintained
9504 F:      drivers/pinctrl/sh-pfc/
9505
9506 PIN CONTROLLER - SAMSUNG
9507 M:      Tomasz Figa <tomasz.figa@gmail.com>
9508 M:      Krzysztof Kozlowski <krzk@kernel.org>
9509 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9510 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9511 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9512 S:      Maintained
9513 F:      drivers/pinctrl/samsung/
9514 F:      include/dt-bindings/pinctrl/samsung.h
9515 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
9516
9517 PIN CONTROLLER - SINGLE
9518 M:      Tony Lindgren <tony@atomide.com>
9519 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
9520 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9521 L:      linux-omap@vger.kernel.org
9522 S:      Maintained
9523 F:      drivers/pinctrl/pinctrl-single.c
9524
9525 PIN CONTROLLER - ST SPEAR
9526 M:      Viresh Kumar <vireshk@kernel.org>
9527 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9528 W:      http://www.st.com/spear
9529 S:      Maintained
9530 F:      drivers/pinctrl/spear/
9531
9532 PISTACHIO SOC SUPPORT
9533 M:      James Hartley <james.hartley@imgtec.com>
9534 M:      Ionela Voinescu <ionela.voinescu@imgtec.com>
9535 L:      linux-mips@linux-mips.org
9536 S:      Maintained
9537 F:      arch/mips/pistachio/
9538 F:      arch/mips/include/asm/mach-pistachio/
9539 F:      arch/mips/boot/dts/pistachio/
9540 F:      arch/mips/configs/pistachio*_defconfig
9541
9542 PKTCDVD DRIVER
9543 M:      Jiri Kosina <jikos@kernel.org>
9544 S:      Maintained
9545 F:      drivers/block/pktcdvd.c
9546 F:      include/linux/pktcdvd.h
9547 F:      include/uapi/linux/pktcdvd.h
9548
9549 PKUNITY SOC DRIVERS
9550 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9551 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9552 S:      Maintained
9553 T:      git git://github.com/gxt/linux.git
9554 F:      drivers/input/serio/i8042-unicore32io.h
9555 F:      drivers/i2c/busses/i2c-puv3.c
9556 F:      drivers/video/fbdev/fb-puv3.c
9557 F:      drivers/rtc/rtc-puv3.c
9558
9559 PMBUS HARDWARE MONITORING DRIVERS
9560 M:      Guenter Roeck <linux@roeck-us.net>
9561 L:      linux-hwmon@vger.kernel.org
9562 W:      http://hwmon.wiki.kernel.org/
9563 W:      http://www.roeck-us.net/linux/drivers/
9564 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9565 S:      Maintained
9566 F:      Documentation/hwmon/pmbus
9567 F:      drivers/hwmon/pmbus/
9568 F:      include/linux/i2c/pmbus.h
9569
9570 PMC SIERRA MaxRAID DRIVER
9571 L:      linux-scsi@vger.kernel.org
9572 W:      http://www.pmc-sierra.com/
9573 S:      Orphan
9574 F:      drivers/scsi/pmcraid.*
9575
9576 PMC SIERRA PM8001 DRIVER
9577 M:      Jack Wang <jinpu.wang@profitbricks.com>
9578 M:      lindar_liu@usish.com
9579 L:      pmchba@pmcs.com
9580 L:      linux-scsi@vger.kernel.org
9581 S:      Supported
9582 F:      drivers/scsi/pm8001/
9583
9584 POSIX CLOCKS and TIMERS
9585 M:      Thomas Gleixner <tglx@linutronix.de>
9586 L:      linux-kernel@vger.kernel.org
9587 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9588 S:      Maintained
9589 F:      fs/timerfd.c
9590 F:      include/linux/timer*
9591 F:      kernel/time/*timer*
9592
9593 POWER MANAGEMENT CORE
9594 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9595 L:      linux-pm@vger.kernel.org
9596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9597 S:      Supported
9598 F:      drivers/base/power/
9599 F:      include/linux/pm.h
9600 F:      include/linux/pm_*
9601 F:      include/linux/powercap.h
9602 F:      drivers/powercap/
9603
9604 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9605 M:      Sebastian Reichel <sre@kernel.org>
9606 L:      linux-pm@vger.kernel.org
9607 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9608 S:      Maintained
9609 F:      Documentation/devicetree/bindings/power/supply/
9610 F:      include/linux/power_supply.h
9611 F:      drivers/power/supply/
9612
9613 POWER STATE COORDINATION INTERFACE (PSCI)
9614 M:      Mark Rutland <mark.rutland@arm.com>
9615 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9616 L:      linux-arm-kernel@lists.infradead.org
9617 S:      Maintained
9618 F:      drivers/firmware/psci.c
9619 F:      include/linux/psci.h
9620 F:      include/uapi/linux/psci.h
9621
9622 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9623 M:      Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9624 L:      linuxppc-dev@lists.ozlabs.org
9625 S:      Maintained
9626 F:      drivers/char/powernv-op-panel.c
9627
9628 PNP SUPPORT
9629 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9630 S:      Maintained
9631 F:      drivers/pnp/
9632
9633 PPP PROTOCOL DRIVERS AND COMPRESSORS
9634 M:      Paul Mackerras <paulus@samba.org>
9635 L:      linux-ppp@vger.kernel.org
9636 S:      Maintained
9637 F:      drivers/net/ppp/ppp_*
9638
9639 PPP OVER ATM (RFC 2364)
9640 M:      Mitchell Blank Jr <mitch@sfgoth.com>
9641 S:      Maintained
9642 F:      net/atm/pppoatm.c
9643 F:      include/uapi/linux/atmppp.h
9644
9645 PPP OVER ETHERNET
9646 M:      Michal Ostrowski <mostrows@earthlink.net>
9647 S:      Maintained
9648 F:      drivers/net/ppp/pppoe.c
9649 F:      drivers/net/ppp/pppox.c
9650
9651 PPP OVER L2TP
9652 M:      James Chapman <jchapman@katalix.com>
9653 S:      Maintained
9654 F:      net/l2tp/l2tp_ppp.c
9655 F:      include/linux/if_pppol2tp.h
9656 F:      include/uapi/linux/if_pppol2tp.h
9657
9658 PPS SUPPORT
9659 M:      Rodolfo Giometti <giometti@enneenne.com>
9660 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
9661 L:      linuxpps@ml.enneenne.com (subscribers-only)
9662 S:      Maintained
9663 F:      Documentation/pps/
9664 F:      drivers/pps/
9665 F:      include/linux/pps*.h
9666
9667 PPTP DRIVER
9668 M:      Dmitry Kozlov <xeb@mail.ru>
9669 L:      netdev@vger.kernel.org
9670 S:      Maintained
9671 F:      drivers/net/ppp/pptp.c
9672 W:      http://sourceforge.net/projects/accel-pptp
9673
9674 PREEMPTIBLE KERNEL
9675 M:      Robert Love <rml@tech9.net>
9676 L:      kpreempt-tech@lists.sourceforge.net
9677 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9678 S:      Supported
9679 F:      Documentation/preempt-locking.txt
9680 F:      include/linux/preempt.h
9681
9682 PRISM54 WIRELESS DRIVER
9683 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
9684 L:      linux-wireless@vger.kernel.org
9685 W:      http://wireless.kernel.org/en/users/Drivers/p54
9686 S:      Obsolete
9687 F:      drivers/net/wireless/intersil/prism54/
9688
9689 PS3 NETWORK SUPPORT
9690 M:      Geoff Levand <geoff@infradead.org>
9691 L:      netdev@vger.kernel.org
9692 L:      linuxppc-dev@lists.ozlabs.org
9693 S:      Maintained
9694 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
9695
9696 PS3 PLATFORM SUPPORT
9697 M:      Geoff Levand <geoff@infradead.org>
9698 L:      linuxppc-dev@lists.ozlabs.org
9699 S:      Maintained
9700 F:      arch/powerpc/boot/ps3*
9701 F:      arch/powerpc/include/asm/lv1call.h
9702 F:      arch/powerpc/include/asm/ps3*.h
9703 F:      arch/powerpc/platforms/ps3/
9704 F:      drivers/*/ps3*
9705 F:      drivers/ps3/
9706 F:      drivers/rtc/rtc-ps3.c
9707 F:      drivers/usb/host/*ps3.c
9708 F:      sound/ppc/snd_ps3*
9709
9710 PS3VRAM DRIVER
9711 M:      Jim Paris <jim@jtan.com>
9712 M:      Geoff Levand <geoff@infradead.org>
9713 L:      linuxppc-dev@lists.ozlabs.org
9714 S:      Maintained
9715 F:      drivers/block/ps3vram.c
9716
9717 PSTORE FILESYSTEM
9718 M:      Anton Vorontsov <anton@enomsg.org>
9719 M:      Colin Cross <ccross@android.com>
9720 M:      Kees Cook <keescook@chromium.org>
9721 M:      Tony Luck <tony.luck@intel.com>
9722 S:      Maintained
9723 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9724 F:      fs/pstore/
9725 F:      include/linux/pstore*
9726 F:      drivers/firmware/efi/efi-pstore.c
9727 F:      drivers/acpi/apei/erst.c
9728
9729 PTP HARDWARE CLOCK SUPPORT
9730 M:      Richard Cochran <richardcochran@gmail.com>
9731 L:      netdev@vger.kernel.org
9732 S:      Maintained
9733 W:      http://linuxptp.sourceforge.net/
9734 F:      Documentation/ABI/testing/sysfs-ptp
9735 F:      Documentation/ptp/*
9736 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9737 F:      drivers/net/phy/dp83640*
9738 F:      drivers/ptp/*
9739 F:      include/linux/ptp_cl*
9740
9741 PTRACE SUPPORT
9742 M:      Roland McGrath <roland@hack.frob.com>
9743 M:      Oleg Nesterov <oleg@redhat.com>
9744 S:      Maintained
9745 F:      include/asm-generic/syscall.h
9746 F:      include/linux/ptrace.h
9747 F:      include/linux/regset.h
9748 F:      include/linux/tracehook.h
9749 F:      include/uapi/linux/ptrace.h
9750 F:      kernel/ptrace.c
9751
9752 PULSE8-CEC DRIVER
9753 M:      Hans Verkuil <hverkuil@xs4all.nl>
9754 L:      linux-media@vger.kernel.org
9755 T:      git git://linuxtv.org/media_tree.git
9756 S:      Maintained
9757 F:      drivers/staging/media/pulse8-cec
9758
9759 PVRUSB2 VIDEO4LINUX DRIVER
9760 M:      Mike Isely <isely@pobox.com>
9761 L:      pvrusb2@isely.net       (subscribers-only)
9762 L:      linux-media@vger.kernel.org
9763 W:      http://www.isely.net/pvrusb2/
9764 T:      git git://linuxtv.org/media_tree.git
9765 S:      Maintained
9766 F:      Documentation/media/v4l-drivers/pvrusb2*
9767 F:      drivers/media/usb/pvrusb2/
9768
9769 PWC WEBCAM DRIVER
9770 M:      Hans Verkuil <hverkuil@xs4all.nl>
9771 L:      linux-media@vger.kernel.org
9772 T:      git git://linuxtv.org/media_tree.git
9773 S:      Odd Fixes
9774 F:      drivers/media/usb/pwc/*
9775
9776 PWM FAN DRIVER
9777 M:      Kamil Debski <kamil@wypas.org>
9778 M:      Lukasz Majewski <l.majewski@samsung.com>
9779 L:      linux-hwmon@vger.kernel.org
9780 S:      Supported
9781 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9782 F:      Documentation/hwmon/pwm-fan
9783 F:      drivers/hwmon/pwm-fan.c
9784
9785 PWM SUBSYSTEM
9786 M:      Thierry Reding <thierry.reding@gmail.com>
9787 L:      linux-pwm@vger.kernel.org
9788 S:      Maintained
9789 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9790 F:      Documentation/pwm.txt
9791 F:      Documentation/devicetree/bindings/pwm/
9792 F:      include/linux/pwm.h
9793 F:      drivers/pwm/
9794 F:      drivers/video/backlight/pwm_bl.c
9795 F:      include/linux/pwm_backlight.h
9796
9797 PXA2xx/PXA3xx SUPPORT
9798 M:      Daniel Mack <daniel@zonque.org>
9799 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9800 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9801 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9802 T:      git git://github.com/hzhuang1/linux.git
9803 T:      git git://github.com/rjarzmik/linux.git
9804 S:      Maintained
9805 F:      arch/arm/boot/dts/pxa*
9806 F:      arch/arm/mach-pxa/
9807 F:      drivers/dma/pxa*
9808 F:      drivers/pcmcia/pxa2xx*
9809 F:      drivers/pinctrl/pxa/
9810 F:      drivers/spi/spi-pxa2xx*
9811 F:      drivers/usb/gadget/udc/pxa2*
9812 F:      include/sound/pxa2xx-lib.h
9813 F:      sound/arm/pxa*
9814 F:      sound/soc/pxa/
9815
9816 PXA GPIO DRIVER
9817 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9818 L:      linux-gpio@vger.kernel.org
9819 S:      Maintained
9820 F:      drivers/gpio/gpio-pxa.c
9821
9822 PXA3xx NAND FLASH DRIVER
9823 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9824 L:      linux-mtd@lists.infradead.org
9825 S:      Maintained
9826 F:      drivers/mtd/nand/pxa3xx_nand.c
9827
9828 MMP SUPPORT
9829 M:      Eric Miao <eric.y.miao@gmail.com>
9830 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9831 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9832 T:      git git://github.com/hzhuang1/linux.git
9833 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
9834 S:      Maintained
9835 F:      arch/arm/boot/dts/mmp*
9836 F:      arch/arm/mach-mmp/
9837
9838 PXA MMCI DRIVER
9839 S:      Orphan
9840
9841 PXA RTC DRIVER
9842 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9843 L:      rtc-linux@googlegroups.com
9844 S:      Maintained
9845
9846 QAT DRIVER
9847 M:      Giovanni Cabiddu <giovanni.cabiddu@intel.com>
9848 M:      Salvatore Benedetto <salvatore.benedetto@intel.com>
9849 L:      qat-linux@intel.com
9850 S:      Supported
9851 F:      drivers/crypto/qat/
9852
9853 QIB DRIVER
9854 M:      Mike Marciniszyn <infinipath@intel.com>
9855 L:      linux-rdma@vger.kernel.org
9856 S:      Supported
9857 F:      drivers/infiniband/hw/qib/
9858
9859 QLOGIC QLA1280 SCSI DRIVER
9860 M:      Michael Reed <mdr@sgi.com>
9861 L:      linux-scsi@vger.kernel.org
9862 S:      Maintained
9863 F:      drivers/scsi/qla1280.[ch]
9864
9865 QLOGIC QLA2XXX FC-SCSI DRIVER
9866 M:      qla2xxx-upstream@qlogic.com
9867 L:      linux-scsi@vger.kernel.org
9868 S:      Supported
9869 F:      Documentation/scsi/LICENSE.qla2xxx
9870 F:      drivers/scsi/qla2xxx/
9871
9872 QLOGIC QLA4XXX iSCSI DRIVER
9873 M:      QLogic-Storage-Upstream@qlogic.com
9874 L:      linux-scsi@vger.kernel.org
9875 S:      Supported
9876 F:      Documentation/scsi/LICENSE.qla4xxx
9877 F:      drivers/scsi/qla4xxx/
9878
9879 QLOGIC QLA3XXX NETWORK DRIVER
9880 M:      Dept-GELinuxNICDev@cavium.com
9881 L:      netdev@vger.kernel.org
9882 S:      Supported
9883 F:      Documentation/networking/LICENSE.qla3xxx
9884 F:      drivers/net/ethernet/qlogic/qla3xxx.*
9885
9886 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9887 M:      Harish Patil <harish.patil@cavium.com>
9888 M:      Manish Chopra <manish.chopra@cavium.com>
9889 M:      Dept-GELinuxNICDev@cavium.com
9890 L:      netdev@vger.kernel.org
9891 S:      Supported
9892 F:      drivers/net/ethernet/qlogic/qlcnic/
9893
9894 QLOGIC QLGE 10Gb ETHERNET DRIVER
9895 M:      Harish Patil <harish.patil@cavium.com>
9896 M:      Manish Chopra <manish.chopra@cavium.com>
9897 M:      Dept-GELinuxNICDev@cavium.com
9898 L:      netdev@vger.kernel.org
9899 S:      Supported
9900 F:      drivers/net/ethernet/qlogic/qlge/
9901
9902 QLOGIC QL4xxx ETHERNET DRIVER
9903 M:      Yuval Mintz <Yuval.Mintz@cavium.com>
9904 M:      Ariel Elior <Ariel.Elior@cavium.com>
9905 M:      everest-linux-l2@cavium.com
9906 L:      netdev@vger.kernel.org
9907 S:      Supported
9908 F:      drivers/net/ethernet/qlogic/qed/
9909 F:      include/linux/qed/
9910 F:      drivers/net/ethernet/qlogic/qede/
9911
9912 QNX4 FILESYSTEM
9913 M:      Anders Larsen <al@alarsen.net>
9914 W:      http://www.alarsen.net/linux/qnx4fs/
9915 S:      Maintained
9916 F:      fs/qnx4/
9917 F:      include/uapi/linux/qnx4_fs.h
9918 F:      include/uapi/linux/qnxtypes.h
9919
9920 QT1010 MEDIA DRIVER
9921 M:      Antti Palosaari <crope@iki.fi>
9922 L:      linux-media@vger.kernel.org
9923 W:      https://linuxtv.org
9924 W:      http://palosaari.fi/linux/
9925 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9926 T:      git git://linuxtv.org/anttip/media_tree.git
9927 S:      Maintained
9928 F:      drivers/media/tuners/qt1010*
9929
9930 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9931 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9932 L:      linux-wireless@vger.kernel.org
9933 L:      ath9k-devel@lists.ath9k.org
9934 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
9935 S:      Supported
9936 F:      drivers/net/wireless/ath/ath9k/
9937
9938 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9939 M:      Kalle Valo <kvalo@qca.qualcomm.com>
9940 L:      ath10k@lists.infradead.org
9941 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
9942 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9943 S:      Supported
9944 F:      drivers/net/wireless/ath/ath10k/
9945
9946 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
9947 M:      Timur Tabi <timur@codeaurora.org>
9948 L:      netdev@vger.kernel.org
9949 S:      Supported
9950 F:      drivers/net/ethernet/qualcomm/emac/
9951
9952 QUALCOMM HEXAGON ARCHITECTURE
9953 M:      Richard Kuo <rkuo@codeaurora.org>
9954 L:      linux-hexagon@vger.kernel.org
9955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9956 S:      Supported
9957 F:      arch/hexagon/
9958
9959 QUALCOMM WCN36XX WIRELESS DRIVER
9960 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
9961 L:      wcn36xx@lists.infradead.org
9962 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
9963 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
9964 S:      Supported
9965 F:      drivers/net/wireless/ath/wcn36xx/
9966
9967 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9968 M:      Gabriel Somlo <somlo@cmu.edu>
9969 M:      "Michael S. Tsirkin" <mst@redhat.com>
9970 L:      qemu-devel@nongnu.org
9971 S:      Maintained
9972 F:      drivers/firmware/qemu_fw_cfg.c
9973
9974 RADOS BLOCK DEVICE (RBD)
9975 M:      Ilya Dryomov <idryomov@gmail.com>
9976 M:      Sage Weil <sage@redhat.com>
9977 M:      Alex Elder <elder@kernel.org>
9978 L:      ceph-devel@vger.kernel.org
9979 W:      http://ceph.com/
9980 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9981 T:      git git://github.com/ceph/ceph-client.git
9982 S:      Supported
9983 F:      Documentation/ABI/testing/sysfs-bus-rbd
9984 F:      drivers/block/rbd.c
9985 F:      drivers/block/rbd_types.h
9986
9987 RADEON FRAMEBUFFER DISPLAY DRIVER
9988 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
9989 L:      linux-fbdev@vger.kernel.org
9990 S:      Maintained
9991 F:      drivers/video/fbdev/aty/radeon*
9992 F:      include/uapi/linux/radeonfb.h
9993
9994 RADIOSHARK RADIO DRIVER
9995 M:      Hans Verkuil <hverkuil@xs4all.nl>
9996 L:      linux-media@vger.kernel.org
9997 T:      git git://linuxtv.org/media_tree.git
9998 S:      Maintained
9999 F:      drivers/media/radio/radio-shark.c
10000
10001 RADIOSHARK2 RADIO DRIVER
10002 M:      Hans Verkuil <hverkuil@xs4all.nl>
10003 L:      linux-media@vger.kernel.org
10004 T:      git git://linuxtv.org/media_tree.git
10005 S:      Maintained
10006 F:      drivers/media/radio/radio-shark2.c
10007 F:      drivers/media/radio/radio-tea5777.c
10008
10009 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10010 M:      Paul Mackerras <paulus@samba.org>
10011 L:      linux-fbdev@vger.kernel.org
10012 S:      Maintained
10013 F:      drivers/video/fbdev/aty/aty128fb.c
10014
10015 RALINK MIPS ARCHITECTURE
10016 M:      John Crispin <john@phrozen.org>
10017 L:      linux-mips@linux-mips.org
10018 S:      Maintained
10019 F:      arch/mips/ralink
10020
10021 RALINK RT2X00 WIRELESS LAN DRIVER
10022 P:      rt2x00 project
10023 M:      Stanislaw Gruszka <sgruszka@redhat.com>
10024 M:      Helmut Schaa <helmut.schaa@googlemail.com>
10025 L:      linux-wireless@vger.kernel.org
10026 S:      Maintained
10027 F:      drivers/net/wireless/ralink/rt2x00/
10028
10029 RAMDISK RAM BLOCK DEVICE DRIVER
10030 M:      Jens Axboe <axboe@kernel.dk>
10031 S:      Maintained
10032 F:      Documentation/blockdev/ramdisk.txt
10033 F:      drivers/block/brd.c
10034
10035 RANDOM NUMBER DRIVER
10036 M:      "Theodore Ts'o" <tytso@mit.edu>
10037 S:      Maintained
10038 F:      drivers/char/random.c
10039
10040 RAPIDIO SUBSYSTEM
10041 M:      Matt Porter <mporter@kernel.crashing.org>
10042 M:      Alexandre Bounine <alexandre.bounine@idt.com>
10043 S:      Maintained
10044 F:      drivers/rapidio/
10045
10046 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10047 L:      linux-wireless@vger.kernel.org
10048 S:      Orphan
10049 F:      drivers/net/wireless/ray*
10050
10051 RCUTORTURE MODULE
10052 M:      Josh Triplett <josh@joshtriplett.org>
10053 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10054 L:      linux-kernel@vger.kernel.org
10055 S:      Supported
10056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10057 F:      Documentation/RCU/torture.txt
10058 F:      kernel/rcu/rcutorture.c
10059
10060 RCUTORTURE TEST FRAMEWORK
10061 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10062 M:      Josh Triplett <josh@joshtriplett.org>
10063 R:      Steven Rostedt <rostedt@goodmis.org>
10064 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10065 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10066 L:      linux-kernel@vger.kernel.org
10067 S:      Supported
10068 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10069 F:      tools/testing/selftests/rcutorture
10070
10071 RDC R-321X SoC
10072 M:      Florian Fainelli <florian@openwrt.org>
10073 S:      Maintained
10074
10075 RDC R6040 FAST ETHERNET DRIVER
10076 M:      Florian Fainelli <f.fainelli@gmail.com>
10077 L:      netdev@vger.kernel.org
10078 S:      Maintained
10079 F:      drivers/net/ethernet/rdc/r6040.c
10080
10081 RDS - RELIABLE DATAGRAM SOCKETS
10082 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
10083 L:      netdev@vger.kernel.org
10084 L:      linux-rdma@vger.kernel.org
10085 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
10086 W:      https://oss.oracle.com/projects/rds/
10087 S:      Supported
10088 F:      net/rds/
10089 F:      Documentation/networking/rds.txt
10090
10091 RDMAVT - RDMA verbs software
10092 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
10093 L:      linux-rdma@vger.kernel.org
10094 S:      Supported
10095 F:      drivers/infiniband/sw/rdmavt
10096
10097 READ-COPY UPDATE (RCU)
10098 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10099 M:      Josh Triplett <josh@joshtriplett.org>
10100 R:      Steven Rostedt <rostedt@goodmis.org>
10101 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10102 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10103 L:      linux-kernel@vger.kernel.org
10104 W:      http://www.rdrop.com/users/paulmck/RCU/
10105 S:      Supported
10106 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10107 F:      Documentation/RCU/
10108 X:      Documentation/RCU/torture.txt
10109 F:      include/linux/rcu*
10110 X:      include/linux/srcu.h
10111 F:      kernel/rcu/
10112 X:      kernel/torture.c
10113
10114 REAL TIME CLOCK (RTC) SUBSYSTEM
10115 M:      Alessandro Zummo <a.zummo@towertech.it>
10116 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
10117 L:      rtc-linux@googlegroups.com
10118 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
10119 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10120 S:      Maintained
10121 F:      Documentation/devicetree/bindings/rtc/
10122 F:      Documentation/rtc.txt
10123 F:      drivers/rtc/
10124 F:      include/linux/rtc.h
10125 F:      include/uapi/linux/rtc.h
10126 F:      include/linux/rtc/
10127 F:      include/linux/platform_data/rtc-*
10128 F:      tools/testing/selftests/timers/rtctest.c
10129
10130 REALTEK AUDIO CODECS
10131 M:      Bard Liao <bardliao@realtek.com>
10132 M:      Oder Chiou <oder_chiou@realtek.com>
10133 S:      Maintained
10134 F:      sound/soc/codecs/rt*
10135 F:      include/sound/rt*.h
10136
10137 REISERFS FILE SYSTEM
10138 L:      reiserfs-devel@vger.kernel.org
10139 S:      Supported
10140 F:      fs/reiserfs/
10141
10142 REGISTER MAP ABSTRACTION
10143 M:      Mark Brown <broonie@kernel.org>
10144 L:      linux-kernel@vger.kernel.org
10145 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10146 S:      Supported
10147 F:      Documentation/devicetree/bindings/regmap/
10148 F:      drivers/base/regmap/
10149 F:      include/linux/regmap.h
10150
10151 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10152 M:      Ohad Ben-Cohen <ohad@wizery.com>
10153 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10154 L:      linux-remoteproc@vger.kernel.org
10155 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10156 S:      Maintained
10157 F:      Documentation/devicetree/bindings/remoteproc/
10158 F:      Documentation/remoteproc.txt
10159 F:      drivers/remoteproc/
10160 F:      include/linux/remoteproc.h
10161
10162 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10163 M:      Ohad Ben-Cohen <ohad@wizery.com>
10164 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10165 L:      linux-remoteproc@vger.kernel.org
10166 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10167 S:      Maintained
10168 F:      drivers/rpmsg/
10169 F:      Documentation/rpmsg.txt
10170 F:      include/linux/rpmsg.h
10171
10172 RENESAS CLOCK DRIVERS
10173 M:      Geert Uytterhoeven <geert+renesas@glider.be>
10174 L:      linux-renesas-soc@vger.kernel.org
10175 S:      Supported
10176 F:      drivers/clk/renesas/
10177
10178 RENESAS ETHERNET DRIVERS
10179 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10180 L:      netdev@vger.kernel.org
10181 L:      linux-renesas-soc@vger.kernel.org
10182 F:      drivers/net/ethernet/renesas/
10183 F:      include/linux/sh_eth.h
10184
10185 RENESAS USB2 PHY DRIVER
10186 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10187 L:      linux-renesas-soc@vger.kernel.org
10188 S:      Maintained
10189 F:      drivers/phy/phy-rcar-gen3-usb2.c
10190
10191 RESET CONTROLLER FRAMEWORK
10192 M:      Philipp Zabel <p.zabel@pengutronix.de>
10193 T:      git git://git.pengutronix.de/git/pza/linux
10194 S:      Maintained
10195 F:      drivers/reset/
10196 F:      Documentation/devicetree/bindings/reset/
10197 F:      include/dt-bindings/reset/
10198 F:      include/linux/reset.h
10199 F:      include/linux/reset-controller.h
10200
10201 RFKILL
10202 M:      Johannes Berg <johannes@sipsolutions.net>
10203 L:      linux-wireless@vger.kernel.org
10204 W:      http://wireless.kernel.org/
10205 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10207 S:      Maintained
10208 F:      Documentation/rfkill.txt
10209 F:      net/rfkill/
10210
10211 RHASHTABLE
10212 M:      Thomas Graf <tgraf@suug.ch>
10213 M:      Herbert Xu <herbert@gondor.apana.org.au>
10214 L:      netdev@vger.kernel.org
10215 S:      Maintained
10216 F:      lib/rhashtable.c
10217 F:      include/linux/rhashtable.h
10218
10219 RICOH SMARTMEDIA/XD DRIVER
10220 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10221 S:      Maintained
10222 F:      drivers/mtd/nand/r852.c
10223 F:      drivers/mtd/nand/r852.h
10224
10225 RICOH R5C592 MEMORYSTICK DRIVER
10226 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10227 S:      Maintained
10228 F:      drivers/memstick/host/r592.*
10229
10230 ROCCAT DRIVERS
10231 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
10232 W:      http://sourceforge.net/projects/roccat/
10233 S:      Maintained
10234 F:      drivers/hid/hid-roccat*
10235 F:      include/linux/hid-roccat*
10236 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
10237
10238 ROCKER DRIVER
10239 M:      Jiri Pirko <jiri@resnulli.us>
10240 L:      netdev@vger.kernel.org
10241 S:      Supported
10242 F:      drivers/net/ethernet/rocker/
10243
10244 ROCKETPORT DRIVER
10245 P:      Comtrol Corp.
10246 W:      http://www.comtrol.com
10247 S:      Maintained
10248 F:      Documentation/serial/rocket.txt
10249 F:      drivers/tty/rocket*
10250
10251 ROCKETPORT EXPRESS/INFINITY DRIVER
10252 M:      Kevin Cernekee <cernekee@gmail.com>
10253 L:      linux-serial@vger.kernel.org
10254 S:      Odd Fixes
10255 F:      drivers/tty/serial/rp2.*
10256
10257 ROSE NETWORK LAYER
10258 M:      Ralf Baechle <ralf@linux-mips.org>
10259 L:      linux-hams@vger.kernel.org
10260 W:      http://www.linux-ax25.org/
10261 S:      Maintained
10262 F:      include/net/rose.h
10263 F:      include/uapi/linux/rose.h
10264 F:      net/rose/
10265
10266 RTL2830 MEDIA DRIVER
10267 M:      Antti Palosaari <crope@iki.fi>
10268 L:      linux-media@vger.kernel.org
10269 W:      https://linuxtv.org
10270 W:      http://palosaari.fi/linux/
10271 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10272 T:      git git://linuxtv.org/anttip/media_tree.git
10273 S:      Maintained
10274 F:      drivers/media/dvb-frontends/rtl2830*
10275
10276 RTL2832 MEDIA DRIVER
10277 M:      Antti Palosaari <crope@iki.fi>
10278 L:      linux-media@vger.kernel.org
10279 W:      https://linuxtv.org
10280 W:      http://palosaari.fi/linux/
10281 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10282 T:      git git://linuxtv.org/anttip/media_tree.git
10283 S:      Maintained
10284 F:      drivers/media/dvb-frontends/rtl2832*
10285
10286 RTL2832_SDR MEDIA DRIVER
10287 M:      Antti Palosaari <crope@iki.fi>
10288 L:      linux-media@vger.kernel.org
10289 W:      https://linuxtv.org
10290 W:      http://palosaari.fi/linux/
10291 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10292 T:      git git://linuxtv.org/anttip/media_tree.git
10293 S:      Maintained
10294 F:      drivers/media/dvb-frontends/rtl2832_sdr*
10295
10296 RTL8180 WIRELESS DRIVER
10297 L:      linux-wireless@vger.kernel.org
10298 W:      http://wireless.kernel.org/
10299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10300 S:      Orphan
10301 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
10302
10303 RTL8187 WIRELESS DRIVER
10304 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10305 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
10306 M:      Larry Finger <Larry.Finger@lwfinger.net>
10307 L:      linux-wireless@vger.kernel.org
10308 W:      http://wireless.kernel.org/
10309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10310 S:      Maintained
10311 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
10312
10313 RTL8192CE WIRELESS DRIVER
10314 M:      Larry Finger <Larry.Finger@lwfinger.net>
10315 M:      Chaoming Li <chaoming_li@realsil.com.cn>
10316 L:      linux-wireless@vger.kernel.org
10317 W:      http://wireless.kernel.org/
10318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10319 S:      Maintained
10320 F:      drivers/net/wireless/realtek/rtlwifi/
10321 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10322
10323 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10324 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10325 L:      linux-wireless@vger.kernel.org
10326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10327 S:      Maintained
10328 F:      drivers/net/wireless/realtek/rtl8xxxu/
10329
10330 S3 SAVAGE FRAMEBUFFER DRIVER
10331 M:      Antonino Daplas <adaplas@gmail.com>
10332 L:      linux-fbdev@vger.kernel.org
10333 S:      Maintained
10334 F:      drivers/video/fbdev/savage/
10335
10336 S390
10337 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
10338 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
10339 L:      linux-s390@vger.kernel.org
10340 W:      http://www.ibm.com/developerworks/linux/linux390/
10341 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10342 S:      Supported
10343 F:      arch/s390/
10344 F:      drivers/s390/
10345 F:      Documentation/s390/
10346 F:      Documentation/DocBook/s390*
10347
10348 S390 COMMON I/O LAYER
10349 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10350 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10351 L:      linux-s390@vger.kernel.org
10352 W:      http://www.ibm.com/developerworks/linux/linux390/
10353 S:      Supported
10354 F:      drivers/s390/cio/
10355
10356 S390 DASD DRIVER
10357 M:      Stefan Haberland <sth@linux.vnet.ibm.com>
10358 M:      Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
10359 L:      linux-s390@vger.kernel.org
10360 W:      http://www.ibm.com/developerworks/linux/linux390/
10361 S:      Supported
10362 F:      drivers/s390/block/dasd*
10363 F:      block/partitions/ibm.c
10364
10365 S390 NETWORK DRIVERS
10366 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10367 L:      linux-s390@vger.kernel.org
10368 W:      http://www.ibm.com/developerworks/linux/linux390/
10369 S:      Supported
10370 F:      drivers/s390/net/
10371
10372 S390 PCI SUBSYSTEM
10373 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10374 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10375 L:      linux-s390@vger.kernel.org
10376 W:      http://www.ibm.com/developerworks/linux/linux390/
10377 S:      Supported
10378 F:      arch/s390/pci/
10379 F:      drivers/pci/hotplug/s390_pci_hpc.c
10380
10381 S390 ZCRYPT DRIVER
10382 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
10383 L:      linux-s390@vger.kernel.org
10384 W:      http://www.ibm.com/developerworks/linux/linux390/
10385 S:      Supported
10386 F:      drivers/s390/crypto/
10387
10388 S390 ZFCP DRIVER
10389 M:      Steffen Maier <maier@linux.vnet.ibm.com>
10390 L:      linux-s390@vger.kernel.org
10391 W:      http://www.ibm.com/developerworks/linux/linux390/
10392 S:      Supported
10393 F:      drivers/s390/scsi/zfcp_*
10394
10395 S390 IUCV NETWORK LAYER
10396 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10397 L:      linux-s390@vger.kernel.org
10398 W:      http://www.ibm.com/developerworks/linux/linux390/
10399 S:      Supported
10400 F:      drivers/s390/net/*iucv*
10401 F:      include/net/iucv/
10402 F:      net/iucv/
10403
10404 S390 IOMMU (PCI)
10405 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10406 L:      linux-s390@vger.kernel.org
10407 W:      http://www.ibm.com/developerworks/linux/linux390/
10408 S:      Supported
10409 F:      drivers/iommu/s390-iommu.c
10410
10411 S3C24XX SD/MMC Driver
10412 M:      Ben Dooks <ben-linux@fluff.org>
10413 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10414 S:      Supported
10415 F:      drivers/mmc/host/s3cmci.*
10416
10417 SAA6588 RDS RECEIVER DRIVER
10418 M:      Hans Verkuil <hverkuil@xs4all.nl>
10419 L:      linux-media@vger.kernel.org
10420 T:      git git://linuxtv.org/media_tree.git
10421 W:      https://linuxtv.org
10422 S:      Odd Fixes
10423 F:      drivers/media/i2c/saa6588*
10424
10425 SAA7134 VIDEO4LINUX DRIVER
10426 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
10427 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
10428 L:      linux-media@vger.kernel.org
10429 W:      https://linuxtv.org
10430 T:      git git://linuxtv.org/media_tree.git
10431 S:      Odd fixes
10432 F:      Documentation/media/v4l-drivers/saa7134*
10433 F:      drivers/media/pci/saa7134/
10434
10435 SAA7146 VIDEO4LINUX-2 DRIVER
10436 M:      Hans Verkuil <hverkuil@xs4all.nl>
10437 L:      linux-media@vger.kernel.org
10438 T:      git git://linuxtv.org/media_tree.git
10439 S:      Maintained
10440 F:      drivers/media/common/saa7146/
10441 F:      drivers/media/pci/saa7146/
10442 F:      include/media/saa7146*
10443
10444 SAMSUNG LAPTOP DRIVER
10445 M:      Corentin Chary <corentin.chary@gmail.com>
10446 L:      platform-driver-x86@vger.kernel.org
10447 S:      Maintained
10448 F:      drivers/platform/x86/samsung-laptop.c
10449
10450 SAMSUNG AUDIO (ASoC) DRIVERS
10451 M:      Krzysztof Kozlowski <krzk@kernel.org>
10452 M:      Sangbeom Kim <sbkim73@samsung.com>
10453 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10454 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10455 S:      Supported
10456 F:      sound/soc/samsung/
10457
10458 SAMSUNG FRAMEBUFFER DRIVER
10459 M:      Jingoo Han <jingoohan1@gmail.com>
10460 L:      linux-fbdev@vger.kernel.org
10461 S:      Maintained
10462 F:      drivers/video/fbdev/s3c-fb.c
10463
10464 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10465 M:      Sangbeom Kim <sbkim73@samsung.com>
10466 M:      Krzysztof Kozlowski <krzk@kernel.org>
10467 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10468 L:      linux-kernel@vger.kernel.org
10469 L:      linux-samsung-soc@vger.kernel.org
10470 S:      Supported
10471 F:      drivers/mfd/sec*.c
10472 F:      drivers/regulator/s2m*.c
10473 F:      drivers/regulator/s5m*.c
10474 F:      drivers/clk/clk-s2mps11.c
10475 F:      drivers/rtc/rtc-s5m.c
10476 F:      include/linux/mfd/samsung/
10477 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10478 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10479 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10480 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10481
10482 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10483 M:      Kyungmin Park <kyungmin.park@samsung.com>
10484 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10485 L:      linux-media@vger.kernel.org
10486 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
10487 S:      Supported
10488 F:      drivers/media/platform/exynos4-is/
10489
10490 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10491 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10492 L:      linux-media@vger.kernel.org
10493 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10494 S:      Maintained
10495 F:      drivers/media/platform/s3c-camif/
10496 F:      include/media/drv-intf/s3c_camif.h
10497
10498 SAMSUNG S5C73M3 CAMERA DRIVER
10499 M:      Kyungmin Park <kyungmin.park@samsung.com>
10500 M:      Andrzej Hajda <a.hajda@samsung.com>
10501 L:      linux-media@vger.kernel.org
10502 S:      Supported
10503 F:      drivers/media/i2c/s5c73m3/*
10504
10505 SAMSUNG S5K5BAF CAMERA DRIVER
10506 M:      Kyungmin Park <kyungmin.park@samsung.com>
10507 M:      Andrzej Hajda <a.hajda@samsung.com>
10508 L:      linux-media@vger.kernel.org
10509 S:      Supported
10510 F:      drivers/media/i2c/s5k5baf.c
10511
10512 SAMSUNG S3FWRN5 NFC DRIVER
10513 M:      Robert Baldyga <r.baldyga@samsung.com>
10514 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
10515 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
10516 S:      Supported
10517 F:      drivers/nfc/s3fwrn5
10518
10519 SAMSUNG SOC CLOCK DRIVERS
10520 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10521 M:      Tomasz Figa <tomasz.figa@gmail.com>
10522 M:      Chanwoo Choi <cw00.choi@samsung.com>
10523 S:      Supported
10524 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10525 F:      drivers/clk/samsung/
10526 F:      include/dt-bindings/clock/exynos*.h
10527 F:      Documentation/devicetree/bindings/clock/exynos*.txt
10528
10529 SAMSUNG SPI DRIVERS
10530 M:      Kukjin Kim <kgene@kernel.org>
10531 M:      Krzysztof Kozlowski <krzk@kernel.org>
10532 M:      Andi Shyti <andi.shyti@samsung.com>
10533 L:      linux-spi@vger.kernel.org
10534 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10535 S:      Maintained
10536 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
10537 F:      drivers/spi/spi-s3c*
10538 F:      include/linux/platform_data/spi-s3c64xx.h
10539
10540 SAMSUNG SXGBE DRIVERS
10541 M:      Byungho An <bh74.an@samsung.com>
10542 M:      Girish K S <ks.giri@samsung.com>
10543 M:      Vipul Pandya <vipul.pandya@samsung.com>
10544 S:      Supported
10545 L:      netdev@vger.kernel.org
10546 F:      drivers/net/ethernet/samsung/sxgbe/
10547
10548 SAMSUNG THERMAL DRIVER
10549 M:      Lukasz Majewski <l.majewski@samsung.com>
10550 L:      linux-pm@vger.kernel.org
10551 L:      linux-samsung-soc@vger.kernel.org
10552 S:      Supported
10553 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
10554 F:      drivers/thermal/samsung/
10555
10556 SAMSUNG USB2 PHY DRIVER
10557 M:      Kamil Debski <kamil@wypas.org>
10558 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10559 L:      linux-kernel@vger.kernel.org
10560 S:      Supported
10561 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
10562 F:      Documentation/phy/samsung-usb2.txt
10563 F:      drivers/phy/phy-exynos4210-usb2.c
10564 F:      drivers/phy/phy-exynos4x12-usb2.c
10565 F:      drivers/phy/phy-exynos5250-usb2.c
10566 F:      drivers/phy/phy-s5pv210-usb2.c
10567 F:      drivers/phy/phy-samsung-usb2.c
10568 F:      drivers/phy/phy-samsung-usb2.h
10569
10570 SERIAL DRIVERS
10571 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10572 L:      linux-serial@vger.kernel.org
10573 S:      Maintained
10574 F:      Documentation/devicetree/bindings/serial/
10575 F:      drivers/tty/serial/
10576
10577 STI CEC DRIVER
10578 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
10579 L:      kernel@stlinux.com
10580 S:      Maintained
10581 F:      drivers/staging/media/st-cec/
10582 F:      Documentation/devicetree/bindings/media/stih-cec.txt
10583
10584 SYNOPSYS DESIGNWARE DMAC DRIVER
10585 M:      Viresh Kumar <vireshk@kernel.org>
10586 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10587 S:      Maintained
10588 F:      include/linux/dma/dw.h
10589 F:      include/linux/platform_data/dma-dw.h
10590 F:      drivers/dma/dw/
10591
10592 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10593 M: Lars Persson <lars.persson@axis.com>
10594 L: netdev@vger.kernel.org
10595 S: Supported
10596 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10597 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10598
10599 SYNOPSYS DESIGNWARE I2C DRIVER
10600 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
10601 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10602 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
10603 L:      linux-i2c@vger.kernel.org
10604 S:      Maintained
10605 F:      drivers/i2c/busses/i2c-designware-*
10606 F:      include/linux/platform_data/i2c-designware.h
10607
10608 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10609 M:      Jaehoon Chung <jh80.chung@samsung.com>
10610 L:      linux-mmc@vger.kernel.org
10611 S:      Maintained
10612 F:      include/linux/mmc/dw_mmc.h
10613 F:      drivers/mmc/host/dw_mmc*
10614
10615 SYSTEM TRACE MODULE CLASS
10616 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
10617 S:      Maintained
10618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10619 F:      Documentation/trace/stm.txt
10620 F:      drivers/hwtracing/stm/
10621 F:      include/linux/stm.h
10622 F:      include/uapi/linux/stm.h
10623
10624 THUNDERBOLT DRIVER
10625 M:      Andreas Noever <andreas.noever@gmail.com>
10626 S:      Maintained
10627 F:      drivers/thunderbolt/
10628
10629 TI BQ27XXX POWER SUPPLY DRIVER
10630 R:      Andrew F. Davis <afd@ti.com>
10631 F:      include/linux/power/bq27xxx_battery.h
10632 F:      drivers/power/supply/bq27xxx_battery.c
10633 F:      drivers/power/supply/bq27xxx_battery_i2c.c
10634
10635 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10636 M:      John Stultz <john.stultz@linaro.org>
10637 M:      Thomas Gleixner <tglx@linutronix.de>
10638 L:      linux-kernel@vger.kernel.org
10639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10640 S:      Supported
10641 F:      include/linux/clocksource.h
10642 F:      include/linux/time.h
10643 F:      include/linux/timex.h
10644 F:      include/uapi/linux/time.h
10645 F:      include/uapi/linux/timex.h
10646 F:      kernel/time/clocksource.c
10647 F:      kernel/time/time*.c
10648 F:      kernel/time/alarmtimer.c
10649 F:      kernel/time/ntp.c
10650 F:      tools/testing/selftests/timers/
10651
10652 SC1200 WDT DRIVER
10653 M:      Zwane Mwaikambo <zwanem@gmail.com>
10654 S:      Maintained
10655 F:      drivers/watchdog/sc1200wdt.c
10656
10657 SCHEDULER
10658 M:      Ingo Molnar <mingo@redhat.com>
10659 M:      Peter Zijlstra <peterz@infradead.org>
10660 L:      linux-kernel@vger.kernel.org
10661 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10662 S:      Maintained
10663 F:      kernel/sched/
10664 F:      include/linux/sched.h
10665 F:      include/uapi/linux/sched.h
10666 F:      include/linux/wait.h
10667
10668 SCORE ARCHITECTURE
10669 M:      Chen Liqin <liqin.linux@gmail.com>
10670 M:      Lennox Wu <lennox.wu@gmail.com>
10671 W:      http://www.sunplus.com
10672 S:      Supported
10673 F:      arch/score/
10674
10675 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10676 M:      Sudeep Holla <sudeep.holla@arm.com>
10677 L:      linux-arm-kernel@lists.infradead.org
10678 S:      Maintained
10679 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
10680 F:      drivers/clk/clk-scpi.c
10681 F:      drivers/cpufreq/scpi-cpufreq.c
10682 F:      drivers/firmware/arm_scpi.c
10683 F:      include/linux/scpi_protocol.h
10684
10685 SCSI CDROM DRIVER
10686 M:      Jens Axboe <axboe@kernel.dk>
10687 L:      linux-scsi@vger.kernel.org
10688 W:      http://www.kernel.dk
10689 S:      Maintained
10690 F:      drivers/scsi/sr*
10691
10692 SCSI RDMA PROTOCOL (SRP) INITIATOR
10693 M:      Bart Van Assche <bart.vanassche@sandisk.com>
10694 L:      linux-rdma@vger.kernel.org
10695 S:      Supported
10696 W:      http://www.openfabrics.org
10697 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
10698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10699 F:      drivers/infiniband/ulp/srp/
10700 F:      include/scsi/srp.h
10701
10702 SCSI SG DRIVER
10703 M:      Doug Gilbert <dgilbert@interlog.com>
10704 L:      linux-scsi@vger.kernel.org
10705 W:      http://sg.danny.cz/sg
10706 S:      Maintained
10707 F:      Documentation/scsi/scsi-generic.txt
10708 F:      drivers/scsi/sg.c
10709 F:      include/scsi/sg.h
10710
10711 SCSI SUBSYSTEM
10712 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10714 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
10715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10716 L:      linux-scsi@vger.kernel.org
10717 S:      Maintained
10718 F:      Documentation/devicetree/bindings/scsi/
10719 F:      drivers/scsi/
10720 F:      include/scsi/
10721
10722 SCSI TAPE DRIVER
10723 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
10724 L:      linux-scsi@vger.kernel.org
10725 S:      Maintained
10726 F:      Documentation/scsi/st.txt
10727 F:      drivers/scsi/st.*
10728 F:      drivers/scsi/st_*.h
10729
10730 SCTP PROTOCOL
10731 M:      Vlad Yasevich <vyasevich@gmail.com>
10732 M:      Neil Horman <nhorman@tuxdriver.com>
10733 L:      linux-sctp@vger.kernel.org
10734 W:      http://lksctp.sourceforge.net
10735 S:      Maintained
10736 F:      Documentation/networking/sctp.txt
10737 F:      include/linux/sctp.h
10738 F:      include/uapi/linux/sctp.h
10739 F:      include/net/sctp/
10740 F:      net/sctp/
10741
10742 SCx200 CPU SUPPORT
10743 M:      Jim Cromie <jim.cromie@gmail.com>
10744 S:      Odd Fixes
10745 F:      Documentation/i2c/busses/scx200_acb
10746 F:      arch/x86/platform/scx200/
10747 F:      drivers/watchdog/scx200_wdt.c
10748 F:      drivers/i2c/busses/scx200*
10749 F:      drivers/mtd/maps/scx200_docflash.c
10750 F:      include/linux/scx200.h
10751
10752 SCx200 GPIO DRIVER
10753 M:      Jim Cromie <jim.cromie@gmail.com>
10754 S:      Maintained
10755 F:      drivers/char/scx200_gpio.c
10756 F:      include/linux/scx200_gpio.h
10757
10758 SCx200 HRT CLOCKSOURCE DRIVER
10759 M:      Jim Cromie <jim.cromie@gmail.com>
10760 S:      Maintained
10761 F:      drivers/clocksource/scx200_hrt.c
10762
10763 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10764 M:      Sascha Sommer <saschasommer@freenet.de>
10765 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10766 S:      Maintained
10767 F:      drivers/mmc/host/sdricoh_cs.c
10768
10769 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10770 M:      Adrian Hunter <adrian.hunter@intel.com>
10771 L:      linux-mmc@vger.kernel.org
10772 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
10773 S:      Maintained
10774 F:      drivers/mmc/host/sdhci*
10775 F:      include/linux/mmc/sdhci*
10776
10777 SECURE COMPUTING
10778 M:      Kees Cook <keescook@chromium.org>
10779 R:      Andy Lutomirski <luto@amacapital.net>
10780 R:      Will Drewry <wad@chromium.org>
10781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10782 S:      Supported
10783 F:      kernel/seccomp.c
10784 F:      include/uapi/linux/seccomp.h
10785 F:      include/linux/seccomp.h
10786 F:      tools/testing/selftests/seccomp/*
10787 K:      \bsecure_computing
10788 K:      \bTIF_SECCOMP\b
10789
10790 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
10791 M:      Al Cooper <alcooperx@gmail.com>
10792 L:      linux-mmc@vger.kernel.org
10793 L:      bcm-kernel-feedback-list@broadcom.com
10794 S:      Maintained
10795 F:      drivers/mmc/host/sdhci-brcmstb*
10796
10797 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10798 M:      Ben Dooks <ben-linux@fluff.org>
10799 M:      Jaehoon Chung <jh80.chung@samsung.com>
10800 L:      linux-mmc@vger.kernel.org
10801 S:      Maintained
10802 F:      drivers/mmc/host/sdhci-s3c*
10803
10804 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10805 M:      Viresh Kumar <vireshk@kernel.org>
10806 L:      linux-mmc@vger.kernel.org
10807 S:      Maintained
10808 F:      drivers/mmc/host/sdhci-spear.c
10809
10810 SECURITY SUBSYSTEM
10811 M:      James Morris <james.l.morris@oracle.com>
10812 M:      "Serge E. Hallyn" <serge@hallyn.com>
10813 L:      linux-security-module@vger.kernel.org (suggested Cc:)
10814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10815 W:      http://kernsec.org/
10816 S:      Supported
10817 F:      security/
10818
10819 SECURITY CONTACT
10820 M:      Security Officers <security@kernel.org>
10821 S:      Supported
10822
10823 SELINUX SECURITY MODULE
10824 M:      Paul Moore <paul@paul-moore.com>
10825 M:      Stephen Smalley <sds@tycho.nsa.gov>
10826 M:      Eric Paris <eparis@parisplace.org>
10827 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
10828 W:      http://selinuxproject.org
10829 T:      git git://git.infradead.org/users/pcmoore/selinux
10830 S:      Supported
10831 F:      include/linux/selinux*
10832 F:      security/selinux/
10833 F:      scripts/selinux/
10834
10835 APPARMOR SECURITY MODULE
10836 M:      John Johansen <john.johansen@canonical.com>
10837 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10838 W:      apparmor.wiki.kernel.org
10839 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10840 S:      Supported
10841 F:      security/apparmor/
10842
10843 LOADPIN SECURITY MODULE
10844 M:      Kees Cook <keescook@chromium.org>
10845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10846 S:      Supported
10847 F:      security/loadpin/
10848
10849 YAMA SECURITY MODULE
10850 M:      Kees Cook <keescook@chromium.org>
10851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10852 S:      Supported
10853 F:      security/yama/
10854
10855 SENSABLE PHANTOM
10856 M:      Jiri Slaby <jirislaby@gmail.com>
10857 S:      Maintained
10858 F:      drivers/misc/phantom.c
10859 F:      include/uapi/linux/phantom.h
10860
10861 Emulex 10Gbps iSCSI - OneConnect DRIVER
10862 M:      Subbu Seetharaman <subbu.seetharaman@broadcom.com>
10863 M:      Ketan Mukadam <ketan.mukadam@broadcom.com>
10864 M:      Jitendra Bhivare <jitendra.bhivare@broadcom.com>
10865 L:      linux-scsi@vger.kernel.org
10866 W:      http://www.broadcom.com
10867 S:      Supported
10868 F:      drivers/scsi/be2iscsi/
10869
10870 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
10871 M:      Sathya Perla <sathya.perla@broadcom.com>
10872 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
10873 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10874 M:      Somnath Kotur <somnath.kotur@broadcom.com>
10875 L:      netdev@vger.kernel.org
10876 W:      http://www.emulex.com
10877 S:      Supported
10878 F:      drivers/net/ethernet/emulex/benet/
10879
10880 EMULEX ONECONNECT ROCE DRIVER
10881 M:      Selvin Xavier <selvin.xavier@avagotech.com>
10882 M:      Devesh Sharma <devesh.sharma@avagotech.com>
10883 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10884 L:      linux-rdma@vger.kernel.org
10885 W:      http://www.emulex.com
10886 S:      Supported
10887 F:      drivers/infiniband/hw/ocrdma/
10888 F:      include/uapi/rdma/ocrdma-abi.h
10889
10890 SFC NETWORK DRIVER
10891 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10892 M:      Edward Cree <ecree@solarflare.com>
10893 M:      Bert Kenward <bkenward@solarflare.com>
10894 L:      netdev@vger.kernel.org
10895 S:      Supported
10896 F:      drivers/net/ethernet/sfc/
10897
10898 SGI GRU DRIVER
10899 M:      Dimitri Sivanich <sivanich@sgi.com>
10900 S:      Maintained
10901 F:      drivers/misc/sgi-gru/
10902
10903 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10904 M:      Pat Gefre <pfg@sgi.com>
10905 L:      linux-ia64@vger.kernel.org
10906 S:      Supported
10907 F:      Documentation/ia64/serial.txt
10908 F:      drivers/tty/serial/ioc?_serial.c
10909 F:      include/linux/ioc?.h
10910
10911 SGI XP/XPC/XPNET DRIVER
10912 M:      Cliff Whickman <cpw@sgi.com>
10913 M:      Robin Holt <robinmholt@gmail.com>
10914 S:      Maintained
10915 F:      drivers/misc/sgi-xp/
10916
10917 SI2157 MEDIA DRIVER
10918 M:      Antti Palosaari <crope@iki.fi>
10919 L:      linux-media@vger.kernel.org
10920 W:      https://linuxtv.org
10921 W:      http://palosaari.fi/linux/
10922 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10923 T:      git git://linuxtv.org/anttip/media_tree.git
10924 S:      Maintained
10925 F:      drivers/media/tuners/si2157*
10926
10927 SI2168 MEDIA DRIVER
10928 M:      Antti Palosaari <crope@iki.fi>
10929 L:      linux-media@vger.kernel.org
10930 W:      https://linuxtv.org
10931 W:      http://palosaari.fi/linux/
10932 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10933 T:      git git://linuxtv.org/anttip/media_tree.git
10934 S:      Maintained
10935 F:      drivers/media/dvb-frontends/si2168*
10936
10937 SI470X FM RADIO RECEIVER I2C DRIVER
10938 M:      Hans Verkuil <hverkuil@xs4all.nl>
10939 L:      linux-media@vger.kernel.org
10940 T:      git git://linuxtv.org/media_tree.git
10941 W:      https://linuxtv.org
10942 S:      Odd Fixes
10943 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
10944
10945 SI470X FM RADIO RECEIVER USB DRIVER
10946 M:      Hans Verkuil <hverkuil@xs4all.nl>
10947 L:      linux-media@vger.kernel.org
10948 T:      git git://linuxtv.org/media_tree.git
10949 W:      https://linuxtv.org
10950 S:      Maintained
10951 F:      drivers/media/radio/si470x/radio-si470x-common.c
10952 F:      drivers/media/radio/si470x/radio-si470x.h
10953 F:      drivers/media/radio/si470x/radio-si470x-usb.c
10954
10955 SI4713 FM RADIO TRANSMITTER I2C DRIVER
10956 M:      Eduardo Valentin <edubezval@gmail.com>
10957 L:      linux-media@vger.kernel.org
10958 T:      git git://linuxtv.org/media_tree.git
10959 W:      https://linuxtv.org
10960 S:      Odd Fixes
10961 F:      drivers/media/radio/si4713/si4713.?
10962
10963 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10964 M:      Eduardo Valentin <edubezval@gmail.com>
10965 L:      linux-media@vger.kernel.org
10966 T:      git git://linuxtv.org/media_tree.git
10967 W:      https://linuxtv.org
10968 S:      Odd Fixes
10969 F:      drivers/media/radio/si4713/radio-platform-si4713.c
10970
10971 SI4713 FM RADIO TRANSMITTER USB DRIVER
10972 M:      Hans Verkuil <hverkuil@xs4all.nl>
10973 L:      linux-media@vger.kernel.org
10974 T:      git git://linuxtv.org/media_tree.git
10975 W:      https://linuxtv.org
10976 S:      Maintained
10977 F:      drivers/media/radio/si4713/radio-usb-si4713.c
10978
10979 SIANO DVB DRIVER
10980 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
10981 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
10982 L:      linux-media@vger.kernel.org
10983 W:      https://linuxtv.org
10984 T:      git git://linuxtv.org/media_tree.git
10985 S:      Odd fixes
10986 F:      drivers/media/common/siano/
10987 F:      drivers/media/usb/siano/
10988 F:      drivers/media/usb/siano/
10989 F:      drivers/media/mmc/siano/
10990
10991 SIMPLEFB FB DRIVER
10992 M:      Hans de Goede <hdegoede@redhat.com>
10993 L:      linux-fbdev@vger.kernel.org
10994 S:      Maintained
10995 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
10996 F:      drivers/video/fbdev/simplefb.c
10997 F:      include/linux/platform_data/simplefb.h
10998
10999 SH_VEU V4L2 MEM2MEM DRIVER
11000 L:      linux-media@vger.kernel.org
11001 S:      Orphan
11002 F:      drivers/media/platform/sh_veu.c
11003
11004 SH_VOU V4L2 OUTPUT DRIVER
11005 L:      linux-media@vger.kernel.org
11006 S:      Orphan
11007 F:      drivers/media/platform/sh_vou.c
11008 F:      include/media/drv-intf/sh_vou.h
11009
11010 SIMPLE FIRMWARE INTERFACE (SFI)
11011 M:      Len Brown <lenb@kernel.org>
11012 L:      sfi-devel@simplefirmware.org
11013 W:      http://simplefirmware.org/
11014 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11015 S:      Supported
11016 F:      arch/x86/platform/sfi/
11017 F:      drivers/sfi/
11018 F:      include/linux/sfi*.h
11019
11020 SIMTEC EB110ATX (Chalice CATS)
11021 P:      Ben Dooks
11022 P:      Vincent Sanders <vince@simtec.co.uk>
11023 M:      Simtec Linux Team <linux@simtec.co.uk>
11024 W:      http://www.simtec.co.uk/products/EB110ATX/
11025 S:      Supported
11026
11027 SIMTEC EB2410ITX (BAST)
11028 P:      Ben Dooks
11029 P:      Vincent Sanders <vince@simtec.co.uk>
11030 M:      Simtec Linux Team <linux@simtec.co.uk>
11031 W:      http://www.simtec.co.uk/products/EB2410ITX/
11032 S:      Supported
11033 F:      arch/arm/mach-s3c24xx/mach-bast.c
11034 F:      arch/arm/mach-s3c24xx/bast-ide.c
11035 F:      arch/arm/mach-s3c24xx/bast-irq.c
11036
11037 TI DAVINCI MACHINE SUPPORT
11038 M:      Sekhar Nori <nsekhar@ti.com>
11039 M:      Kevin Hilman <khilman@kernel.org>
11040 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11041 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11042 S:      Supported
11043 F:      arch/arm/mach-davinci/
11044 F:      drivers/i2c/busses/i2c-davinci.c
11045
11046 TI DAVINCI SERIES MEDIA DRIVER
11047 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11048 L:      linux-media@vger.kernel.org
11049 W:      https://linuxtv.org
11050 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11051 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11052 S:      Maintained
11053 F:      drivers/media/platform/davinci/
11054 F:      include/media/davinci/
11055
11056 TI AM437X VPFE DRIVER
11057 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11058 L:      linux-media@vger.kernel.org
11059 W:      https://linuxtv.org
11060 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11061 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11062 S:      Maintained
11063 F:      drivers/media/platform/am437x/
11064
11065 OV2659 OMNIVISION SENSOR DRIVER
11066 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11067 L:      linux-media@vger.kernel.org
11068 W:      https://linuxtv.org
11069 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11070 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11071 S:      Maintained
11072 F:      drivers/media/i2c/ov2659.c
11073 F:      include/media/i2c/ov2659.h
11074
11075 SILICON MOTION SM712 FRAME BUFFER DRIVER
11076 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11077 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11078 M:      Sudip Mukherjee <sudip@vectorindia.org>
11079 L:      linux-fbdev@vger.kernel.org
11080 S:      Maintained
11081 F:      drivers/video/fbdev/sm712*
11082 F:      Documentation/fb/sm712fb.txt
11083
11084 SIS 190 ETHERNET DRIVER
11085 M:      Francois Romieu <romieu@fr.zoreil.com>
11086 L:      netdev@vger.kernel.org
11087 S:      Maintained
11088 F:      drivers/net/ethernet/sis/sis190.c
11089
11090 SIS 900/7016 FAST ETHERNET DRIVER
11091 M:      Daniele Venzano <venza@brownhat.org>
11092 W:      http://www.brownhat.org/sis900.html
11093 L:      netdev@vger.kernel.org
11094 S:      Maintained
11095 F:      drivers/net/ethernet/sis/sis900.*
11096
11097 SIS FRAMEBUFFER DRIVER
11098 M:      Thomas Winischhofer <thomas@winischhofer.net>
11099 W:      http://www.winischhofer.net/linuxsisvga.shtml
11100 S:      Maintained
11101 F:      Documentation/fb/sisfb.txt
11102 F:      drivers/video/fbdev/sis/
11103 F:      include/video/sisfb.h
11104
11105 SIS USB2VGA DRIVER
11106 M:      Thomas Winischhofer <thomas@winischhofer.net>
11107 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
11108 S:      Maintained
11109 F:      drivers/usb/misc/sisusbvga/
11110
11111 SLAB ALLOCATOR
11112 M:      Christoph Lameter <cl@linux.com>
11113 M:      Pekka Enberg <penberg@kernel.org>
11114 M:      David Rientjes <rientjes@google.com>
11115 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
11116 M:      Andrew Morton <akpm@linux-foundation.org>
11117 L:      linux-mm@kvack.org
11118 S:      Maintained
11119 F:      include/linux/sl?b*.h
11120 F:      mm/sl?b*
11121
11122 SLEEPABLE READ-COPY UPDATE (SRCU)
11123 M:      Lai Jiangshan <jiangshanlai@gmail.com>
11124 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11125 M:      Josh Triplett <josh@joshtriplett.org>
11126 R:      Steven Rostedt <rostedt@goodmis.org>
11127 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11128 L:      linux-kernel@vger.kernel.org
11129 W:      http://www.rdrop.com/users/paulmck/RCU/
11130 S:      Supported
11131 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11132 F:      include/linux/srcu.h
11133 F:      kernel/rcu/srcu.c
11134
11135 SMACK SECURITY MODULE
11136 M:      Casey Schaufler <casey@schaufler-ca.com>
11137 L:      linux-security-module@vger.kernel.org
11138 W:      http://schaufler-ca.com
11139 T:      git git://github.com/cschaufler/smack-next
11140 S:      Maintained
11141 F:      Documentation/security/Smack.txt
11142 F:      security/smack/
11143
11144 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11145 M:      Kevin Hilman <khilman@kernel.org>
11146 M:      Nishanth Menon <nm@ti.com>
11147 S:      Maintained
11148 F:      drivers/power/avs/
11149 F:      include/linux/power/smartreflex.h
11150 L:      linux-pm@vger.kernel.org
11151
11152 SMC91x ETHERNET DRIVER
11153 M:      Nicolas Pitre <nico@fluxnic.net>
11154 S:      Odd Fixes
11155 F:      drivers/net/ethernet/smsc/smc91x.*
11156
11157 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11158 M:      Sakari Ailus <sakari.ailus@iki.fi>
11159 L:      linux-media@vger.kernel.org
11160 S:      Maintained
11161 F:      drivers/media/i2c/smiapp/
11162 F:      include/media/i2c/smiapp.h
11163 F:      drivers/media/i2c/smiapp-pll.c
11164 F:      drivers/media/i2c/smiapp-pll.h
11165 F:      include/uapi/linux/smiapp.h
11166 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11167
11168 SMM665 HARDWARE MONITOR DRIVER
11169 M:      Guenter Roeck <linux@roeck-us.net>
11170 L:      linux-hwmon@vger.kernel.org
11171 S:      Maintained
11172 F:      Documentation/hwmon/smm665
11173 F:      drivers/hwmon/smm665.c
11174
11175 SMSC EMC2103 HARDWARE MONITOR DRIVER
11176 M:      Steve Glendinning <steve.glendinning@shawell.net>
11177 L:      linux-hwmon@vger.kernel.org
11178 S:      Maintained
11179 F:      Documentation/hwmon/emc2103
11180 F:      drivers/hwmon/emc2103.c
11181
11182 SMSC SCH5627 HARDWARE MONITOR DRIVER
11183 M:      Hans de Goede <hdegoede@redhat.com>
11184 L:      linux-hwmon@vger.kernel.org
11185 S:      Supported
11186 F:      Documentation/hwmon/sch5627
11187 F:      drivers/hwmon/sch5627.c
11188
11189 SMSC47B397 HARDWARE MONITOR DRIVER
11190 M:      Jean Delvare <jdelvare@suse.com>
11191 L:      linux-hwmon@vger.kernel.org
11192 S:      Maintained
11193 F:      Documentation/hwmon/smsc47b397
11194 F:      drivers/hwmon/smsc47b397.c
11195
11196 SMSC911x ETHERNET DRIVER
11197 M:      Steve Glendinning <steve.glendinning@shawell.net>
11198 L:      netdev@vger.kernel.org
11199 S:      Maintained
11200 F:      include/linux/smsc911x.h
11201 F:      drivers/net/ethernet/smsc/smsc911x.*
11202
11203 SMSC9420 PCI ETHERNET DRIVER
11204 M:      Steve Glendinning <steve.glendinning@shawell.net>
11205 L:      netdev@vger.kernel.org
11206 S:      Maintained
11207 F:      drivers/net/ethernet/smsc/smsc9420.*
11208
11209 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11210 M:      Steve Glendinning <steve.glendinning@shawell.net>
11211 L:      linux-fbdev@vger.kernel.org
11212 S:      Maintained
11213 F:      drivers/video/fbdev/smscufx.c
11214
11215 SOC-CAMERA V4L2 SUBSYSTEM
11216 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11217 L:      linux-media@vger.kernel.org
11218 T:      git git://linuxtv.org/media_tree.git
11219 S:      Maintained
11220 F:      include/media/soc*
11221 F:      drivers/media/i2c/soc_camera/
11222 F:      drivers/media/platform/soc_camera/
11223
11224 SOEKRIS NET48XX LED SUPPORT
11225 M:      Chris Boot <bootc@bootc.net>
11226 S:      Maintained
11227 F:      drivers/leds/leds-net48xx.c
11228
11229 SOFTLOGIC 6x10 MPEG CODEC
11230 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11231 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11232 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
11233 M:      Ismael Luceno <ismael@iodev.co.uk>
11234 L:      linux-media@vger.kernel.org
11235 S:      Supported
11236 F:      drivers/media/pci/solo6x10/
11237
11238 SOFTWARE RAID (Multiple Disks) SUPPORT
11239 M:      Shaohua Li <shli@kernel.org>
11240 L:      linux-raid@vger.kernel.org
11241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11242 S:      Supported
11243 F:      drivers/md/
11244 F:      include/linux/raid/
11245 F:      include/uapi/linux/raid/
11246
11247 SONIC NETWORK DRIVER
11248 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11249 L:      netdev@vger.kernel.org
11250 S:      Maintained
11251 F:      drivers/net/ethernet/natsemi/sonic.*
11252
11253 SONICS SILICON BACKPLANE DRIVER (SSB)
11254 M:      Michael Buesch <m@bues.ch>
11255 L:      linux-wireless@vger.kernel.org
11256 S:      Maintained
11257 F:      drivers/ssb/
11258 F:      include/linux/ssb/
11259
11260 SONY VAIO CONTROL DEVICE DRIVER
11261 M:      Mattia Dongili <malattia@linux.it>
11262 L:      platform-driver-x86@vger.kernel.org
11263 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11264 S:      Maintained
11265 F:      Documentation/laptops/sony-laptop.txt
11266 F:      drivers/char/sonypi.c
11267 F:      drivers/platform/x86/sony-laptop.c
11268 F:      include/linux/sony-laptop.h
11269
11270 SONY MEMORYSTICK CARD SUPPORT
11271 M:      Alex Dubov <oakad@yahoo.com>
11272 W:      http://tifmxx.berlios.de/
11273 S:      Maintained
11274 F:      drivers/memstick/host/tifm_ms.c
11275
11276 SONY MEMORYSTICK STANDARD SUPPORT
11277 M:      Maxim Levitsky <maximlevitsky@gmail.com>
11278 S:      Maintained
11279 F:      drivers/memstick/core/ms_block.*
11280
11281 SOUND
11282 M:      Jaroslav Kysela <perex@perex.cz>
11283 M:      Takashi Iwai <tiwai@suse.com>
11284 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11285 W:      http://www.alsa-project.org/
11286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11287 T:      git git://git.alsa-project.org/alsa-kernel.git
11288 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
11289 S:      Maintained
11290 F:      Documentation/sound/
11291 F:      include/sound/
11292 F:      include/uapi/sound/
11293 F:      sound/
11294
11295 SOUND - COMPRESSED AUDIO
11296 M:      Vinod Koul <vinod.koul@intel.com>
11297 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11299 S:      Supported
11300 F:      Documentation/sound/alsa/compress_offload.txt
11301 F:      include/sound/compress_driver.h
11302 F:      include/uapi/sound/compress_*
11303 F:      sound/core/compress_offload.c
11304 F:      sound/soc/soc-compress.c
11305
11306 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11307 M:      Liam Girdwood <lgirdwood@gmail.com>
11308 M:      Mark Brown <broonie@kernel.org>
11309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11310 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11311 W:      http://alsa-project.org/main/index.php/ASoC
11312 S:      Supported
11313 F:      Documentation/devicetree/bindings/sound/
11314 F:      Documentation/sound/alsa/soc/
11315 F:      sound/soc/
11316 F:      include/sound/soc*
11317
11318 SOUND - DMAENGINE HELPERS
11319 M:      Lars-Peter Clausen <lars@metafoo.de>
11320 S:      Supported
11321 F:      include/sound/dmaengine_pcm.h
11322 F:      sound/core/pcm_dmaengine.c
11323 F:      sound/soc/soc-generic-dmaengine-pcm.c
11324
11325 SP2 MEDIA DRIVER
11326 M:      Olli Salonen <olli.salonen@iki.fi>
11327 L:      linux-media@vger.kernel.org
11328 W:      https://linuxtv.org
11329 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11330 S:      Maintained
11331 F:      drivers/media/dvb-frontends/sp2*
11332
11333 SPARC + UltraSPARC (sparc/sparc64)
11334 M:      "David S. Miller" <davem@davemloft.net>
11335 L:      sparclinux@vger.kernel.org
11336 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
11337 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11339 S:      Maintained
11340 F:      arch/sparc/
11341 F:      drivers/sbus/
11342
11343 SPARC SERIAL DRIVERS
11344 M:      "David S. Miller" <davem@davemloft.net>
11345 L:      sparclinux@vger.kernel.org
11346 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11348 S:      Maintained
11349 F:      include/linux/sunserialcore.h
11350 F:      drivers/tty/serial/suncore.c
11351 F:      drivers/tty/serial/sunhv.c
11352 F:      drivers/tty/serial/sunsab.c
11353 F:      drivers/tty/serial/sunsab.h
11354 F:      drivers/tty/serial/sunsu.c
11355 F:      drivers/tty/serial/sunzilog.c
11356 F:      drivers/tty/serial/sunzilog.h
11357
11358 SPARSE CHECKER
11359 M:      "Christopher Li" <sparse@chrisli.org>
11360 L:      linux-sparse@vger.kernel.org
11361 W:      https://sparse.wiki.kernel.org/
11362 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11363 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11364 S:      Maintained
11365 F:      include/linux/compiler.h
11366
11367 SPEAR PLATFORM SUPPORT
11368 M:      Viresh Kumar <vireshk@kernel.org>
11369 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11370 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11371 W:      http://www.st.com/spear
11372 S:      Maintained
11373 F:      arch/arm/boot/dts/spear*
11374 F:      arch/arm/mach-spear/
11375
11376 SPEAR CLOCK FRAMEWORK SUPPORT
11377 M:      Viresh Kumar <vireshk@kernel.org>
11378 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11379 W:      http://www.st.com/spear
11380 S:      Maintained
11381 F:      drivers/clk/spear/
11382
11383 SPI SUBSYSTEM
11384 M:      Mark Brown <broonie@kernel.org>
11385 L:      linux-spi@vger.kernel.org
11386 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11387 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
11388 S:      Maintained
11389 F:      Documentation/devicetree/bindings/spi/
11390 F:      Documentation/spi/
11391 F:      drivers/spi/
11392 F:      include/linux/spi/
11393 F:      include/uapi/linux/spi/
11394 F:      tools/spi/
11395
11396 SPIDERNET NETWORK DRIVER for CELL
11397 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
11398 L:      netdev@vger.kernel.org
11399 S:      Supported
11400 F:      Documentation/networking/spider_net.txt
11401 F:      drivers/net/ethernet/toshiba/spider_net*
11402
11403 SPU FILE SYSTEM
11404 M:      Jeremy Kerr <jk@ozlabs.org>
11405 L:      linuxppc-dev@lists.ozlabs.org
11406 W:      http://www.ibm.com/developerworks/power/cell/
11407 S:      Supported
11408 F:      Documentation/filesystems/spufs.txt
11409 F:      arch/powerpc/platforms/cell/spufs/
11410
11411 SQUASHFS FILE SYSTEM
11412 M:      Phillip Lougher <phillip@squashfs.org.uk>
11413 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
11414 W:      http://squashfs.org.uk
11415 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11416 S:      Maintained
11417 F:      Documentation/filesystems/squashfs.txt
11418 F:      fs/squashfs/
11419
11420 SRM (Alpha) environment access
11421 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
11422 S:      Maintained
11423 F:      arch/alpha/kernel/srm_env.c
11424
11425 STABLE BRANCH
11426 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11427 L:      stable@vger.kernel.org
11428 S:      Supported
11429 F:      Documentation/stable_kernel_rules.txt
11430
11431 STAGING SUBSYSTEM
11432 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11433 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11434 L:      devel@driverdev.osuosl.org
11435 S:      Supported
11436 F:      drivers/staging/
11437
11438 STAGING - COMEDI
11439 M:      Ian Abbott <abbotti@mev.co.uk>
11440 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
11441 S:      Odd Fixes
11442 F:      drivers/staging/comedi/
11443
11444 STAGING - FLARION FT1000 DRIVERS
11445 M:      Marek Belisko <marek.belisko@gmail.com>
11446 S:      Odd Fixes
11447 F:      drivers/staging/ft1000/
11448
11449 STAGING - INDUSTRIAL IO
11450 M:      Jonathan Cameron <jic23@kernel.org>
11451 L:      linux-iio@vger.kernel.org
11452 S:      Odd Fixes
11453 F:      Documentation/devicetree/bindings/staging/iio/
11454 F:      drivers/staging/iio/
11455
11456 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11457 M:      Jarod Wilson <jarod@wilsonet.com>
11458 W:      http://www.lirc.org/
11459 S:      Odd Fixes
11460 F:      drivers/staging/media/lirc/
11461
11462 STAGING - LUSTRE PARALLEL FILESYSTEM
11463 M:      Oleg Drokin <oleg.drokin@intel.com>
11464 M:      Andreas Dilger <andreas.dilger@intel.com>
11465 M:      James Simmons <jsimmons@infradead.org>
11466 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
11467 W:      http://wiki.lustre.org/
11468 S:      Maintained
11469 F:      drivers/staging/lustre
11470
11471 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11472 M:      Marc Dietrich <marvin24@gmx.de>
11473 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
11474 L:      linux-tegra@vger.kernel.org
11475 S:      Maintained
11476 F:      drivers/staging/nvec/
11477
11478 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11479 M:      Jens Frederich <jfrederich@gmail.com>
11480 M:      Daniel Drake <dsd@laptop.org>
11481 M:      Jon Nettleton <jon.nettleton@gmail.com>
11482 W:      http://wiki.laptop.org/go/DCON
11483 S:      Maintained
11484 F:      drivers/staging/olpc_dcon/
11485
11486 STAGING - REALTEK RTL8712U DRIVERS
11487 M:      Larry Finger <Larry.Finger@lwfinger.net>
11488 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11489 S:      Odd Fixes
11490 F:      drivers/staging/rtl8712/
11491
11492 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11493 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11494 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11495 M:      Sudip Mukherjee <sudip@vectorindia.org>
11496 L:      linux-fbdev@vger.kernel.org
11497 S:      Maintained
11498 F:      drivers/staging/sm750fb/
11499
11500 STAGING - SLICOSS
11501 M:      Lior Dotan <liodot@gmail.com>
11502 M:      Christopher Harrer <charrer@alacritech.com>
11503 S:      Odd Fixes
11504 F:      drivers/staging/slicoss/
11505
11506 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11507 M:      William Hubbs <w.d.hubbs@gmail.com>
11508 M:      Chris Brannon <chris@the-brannons.com>
11509 M:      Kirk Reiser <kirk@reisers.ca>
11510 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
11511 L:      speakup@linux-speakup.org
11512 W:      http://www.linux-speakup.org/
11513 S:      Odd Fixes
11514 F:      drivers/staging/speakup/
11515
11516 STAGING - VIA VT665X DRIVERS
11517 M:      Forest Bond <forest@alittletooquiet.net>
11518 S:      Odd Fixes
11519 F:      drivers/staging/vt665?/
11520
11521 STAGING - WILC1000 WIFI DRIVER
11522 M:      Aditya Shankar <aditya.shankar@microchip.com>
11523 M:      Ganesh Krishna <ganesh.krishna@microchip.com>
11524 L:      linux-wireless@vger.kernel.org
11525 S:      Supported
11526 F:      drivers/staging/wilc1000/
11527
11528 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11529 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
11530 S:      Odd Fixes
11531 F:      drivers/staging/xgifb/
11532
11533 STARFIRE/DURALAN NETWORK DRIVER
11534 M:      Ion Badulescu <ionut@badula.org>
11535 S:      Odd Fixes
11536 F:      drivers/net/ethernet/adaptec/starfire*
11537
11538 SUN3/3X
11539 M:      Sam Creasey <sammy@sammy.net>
11540 W:      http://sammy.net/sun3/
11541 S:      Maintained
11542 F:      arch/m68k/kernel/*sun3*
11543 F:      arch/m68k/sun3*/
11544 F:      arch/m68k/include/asm/sun3*
11545 F:      drivers/net/ethernet/i825xx/sun3*
11546
11547 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11548 M:      Hans de Goede <hdegoede@redhat.com>
11549 L:      linux-input@vger.kernel.org
11550 S:      Maintained
11551 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11552 F:      drivers/input/keyboard/sun4i-lradc-keys.c
11553
11554 SUNDANCE NETWORK DRIVER
11555 M:      Denis Kirjanov <kda@linux-powerpc.org>
11556 L:      netdev@vger.kernel.org
11557 S:      Maintained
11558 F:      drivers/net/ethernet/dlink/sundance.c
11559
11560 SUPERH
11561 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
11562 M:      Rich Felker <dalias@libc.org>
11563 L:      linux-sh@vger.kernel.org
11564 Q:      http://patchwork.kernel.org/project/linux-sh/list/
11565 S:      Maintained
11566 F:      Documentation/sh/
11567 F:      arch/sh/
11568 F:      drivers/sh/
11569
11570 SUSPEND TO RAM
11571 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
11572 M:      Len Brown <len.brown@intel.com>
11573 M:      Pavel Machek <pavel@ucw.cz>
11574 L:      linux-pm@vger.kernel.org
11575 S:      Supported
11576 F:      Documentation/power/
11577 F:      arch/x86/kernel/acpi/
11578 F:      drivers/base/power/
11579 F:      kernel/power/
11580 F:      include/linux/suspend.h
11581 F:      include/linux/freezer.h
11582 F:      include/linux/pm.h
11583
11584 SVGA HANDLING
11585 M:      Martin Mares <mj@ucw.cz>
11586 L:      linux-video@atrey.karlin.mff.cuni.cz
11587 S:      Maintained
11588 F:      Documentation/svga.txt
11589 F:      arch/x86/boot/video*
11590
11591 SWIOTLB SUBSYSTEM
11592 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11593 L:      linux-kernel@vger.kernel.org
11594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11595 S:      Supported
11596 F:      lib/swiotlb.c
11597 F:      arch/*/kernel/pci-swiotlb.c
11598 F:      include/linux/swiotlb.h
11599
11600 SWITCHDEV
11601 M:      Jiri Pirko <jiri@resnulli.us>
11602 L:      netdev@vger.kernel.org
11603 S:      Supported
11604 F:      net/switchdev/
11605 F:      include/net/switchdev.h
11606
11607 SYNOPSYS ARC ARCHITECTURE
11608 M:      Vineet Gupta <vgupta@synopsys.com>
11609 L:      linux-snps-arc@lists.infradead.org
11610 S:      Supported
11611 F:      arch/arc/
11612 F:      Documentation/devicetree/bindings/arc/*
11613 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11614 F:      drivers/tty/serial/arc_uart.c
11615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11616
11617 SYNOPSYS ARC SDP platform support
11618 M:      Alexey Brodkin <abrodkin@synopsys.com>
11619 S:      Supported
11620 F:      arch/arc/plat-axs10x
11621 F:      arch/arc/boot/dts/ax*
11622 F:      Documentation/devicetree/bindings/arc/axs10*
11623
11624 SYSTEM CONFIGURATION (SYSCON)
11625 M:      Lee Jones <lee.jones@linaro.org>
11626 M:      Arnd Bergmann <arnd@arndb.de>
11627 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11628 S:      Supported
11629 F:      drivers/mfd/syscon.c
11630
11631 SYSTEM RESET/SHUTDOWN DRIVERS
11632 M:      Sebastian Reichel <sre@kernel.org>
11633 L:      linux-pm@vger.kernel.org
11634 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
11635 S:      Maintained
11636 F:      Documentation/devicetree/bindings/power/reset/
11637 F:      drivers/power/reset/
11638
11639 SYSV FILESYSTEM
11640 M:      Christoph Hellwig <hch@infradead.org>
11641 S:      Maintained
11642 F:      Documentation/filesystems/sysv-fs.txt
11643 F:      fs/sysv/
11644 F:      include/linux/sysv_fs.h
11645
11646 TARGET SUBSYSTEM
11647 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11648 L:      linux-scsi@vger.kernel.org
11649 L:      target-devel@vger.kernel.org
11650 W:      http://www.linux-iscsi.org
11651 W:      http://groups.google.com/group/linux-iscsi-target-dev
11652 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11653 S:      Supported
11654 F:      drivers/target/
11655 F:      include/target/
11656 F:      Documentation/target/
11657
11658 TASKSTATS STATISTICS INTERFACE
11659 M:      Balbir Singh <bsingharora@gmail.com>
11660 S:      Maintained
11661 F:      Documentation/accounting/taskstats*
11662 F:      include/linux/taskstats*
11663 F:      kernel/taskstats.c
11664
11665 TC CLASSIFIER
11666 M:      Jamal Hadi Salim <jhs@mojatatu.com>
11667 L:      netdev@vger.kernel.org
11668 S:      Maintained
11669 F:      include/net/pkt_cls.h
11670 F:      include/uapi/linux/pkt_cls.h
11671 F:      net/sched/
11672
11673 TCP LOW PRIORITY MODULE
11674 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11675 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11676 W:      http://tcp-lp-mod.sourceforge.net/
11677 S:      Maintained
11678 F:      net/ipv4/tcp_lp.c
11679
11680 TDA10071 MEDIA DRIVER
11681 M:      Antti Palosaari <crope@iki.fi>
11682 L:      linux-media@vger.kernel.org
11683 W:      https://linuxtv.org
11684 W:      http://palosaari.fi/linux/
11685 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11686 T:      git git://linuxtv.org/anttip/media_tree.git
11687 S:      Maintained
11688 F:      drivers/media/dvb-frontends/tda10071*
11689
11690 TDA18212 MEDIA DRIVER
11691 M:      Antti Palosaari <crope@iki.fi>
11692 L:      linux-media@vger.kernel.org
11693 W:      https://linuxtv.org
11694 W:      http://palosaari.fi/linux/
11695 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11696 T:      git git://linuxtv.org/anttip/media_tree.git
11697 S:      Maintained
11698 F:      drivers/media/tuners/tda18212*
11699
11700 TDA18218 MEDIA DRIVER
11701 M:      Antti Palosaari <crope@iki.fi>
11702 L:      linux-media@vger.kernel.org
11703 W:      https://linuxtv.org
11704 W:      http://palosaari.fi/linux/
11705 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11706 T:      git git://linuxtv.org/anttip/media_tree.git
11707 S:      Maintained
11708 F:      drivers/media/tuners/tda18218*
11709
11710 TDA18271 MEDIA DRIVER
11711 M:      Michael Krufky <mkrufky@linuxtv.org>
11712 L:      linux-media@vger.kernel.org
11713 W:      https://linuxtv.org
11714 W:      http://github.com/mkrufky
11715 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11716 T:      git git://linuxtv.org/mkrufky/tuners.git
11717 S:      Maintained
11718 F:      drivers/media/tuners/tda18271*
11719
11720 TDA827x MEDIA DRIVER
11721 M:      Michael Krufky <mkrufky@linuxtv.org>
11722 L:      linux-media@vger.kernel.org
11723 W:      https://linuxtv.org
11724 W:      http://github.com/mkrufky
11725 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11726 T:      git git://linuxtv.org/mkrufky/tuners.git
11727 S:      Maintained
11728 F:      drivers/media/tuners/tda8290.*
11729
11730 TDA8290 MEDIA DRIVER
11731 M:      Michael Krufky <mkrufky@linuxtv.org>
11732 L:      linux-media@vger.kernel.org
11733 W:      https://linuxtv.org
11734 W:      http://github.com/mkrufky
11735 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11736 T:      git git://linuxtv.org/mkrufky/tuners.git
11737 S:      Maintained
11738 F:      drivers/media/tuners/tda8290.*
11739
11740 TDA9840 MEDIA DRIVER
11741 M:      Hans Verkuil <hverkuil@xs4all.nl>
11742 L:      linux-media@vger.kernel.org
11743 T:      git git://linuxtv.org/media_tree.git
11744 W:      https://linuxtv.org
11745 S:      Maintained
11746 F:      drivers/media/i2c/tda9840*
11747
11748 TEA5761 TUNER DRIVER
11749 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11750 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11751 L:      linux-media@vger.kernel.org
11752 W:      https://linuxtv.org
11753 T:      git git://linuxtv.org/media_tree.git
11754 S:      Odd fixes
11755 F:      drivers/media/tuners/tea5761.*
11756
11757 TEA5767 TUNER DRIVER
11758 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11759 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11760 L:      linux-media@vger.kernel.org
11761 W:      https://linuxtv.org
11762 T:      git git://linuxtv.org/media_tree.git
11763 S:      Maintained
11764 F:      drivers/media/tuners/tea5767.*
11765
11766 TEA6415C MEDIA DRIVER
11767 M:      Hans Verkuil <hverkuil@xs4all.nl>
11768 L:      linux-media@vger.kernel.org
11769 T:      git git://linuxtv.org/media_tree.git
11770 W:      https://linuxtv.org
11771 S:      Maintained
11772 F:      drivers/media/i2c/tea6415c*
11773
11774 TEA6420 MEDIA DRIVER
11775 M:      Hans Verkuil <hverkuil@xs4all.nl>
11776 L:      linux-media@vger.kernel.org
11777 T:      git git://linuxtv.org/media_tree.git
11778 W:      https://linuxtv.org
11779 S:      Maintained
11780 F:      drivers/media/i2c/tea6420*
11781
11782 TEAM DRIVER
11783 M:      Jiri Pirko <jiri@resnulli.us>
11784 L:      netdev@vger.kernel.org
11785 S:      Supported
11786 F:      drivers/net/team/
11787 F:      include/linux/if_team.h
11788 F:      include/uapi/linux/if_team.h
11789
11790 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11791 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11792 S:      Maintained
11793 F:      arch/x86/platform/ts5500/
11794
11795 TECHNOTREND USB IR RECEIVER
11796 M:      Sean Young <sean@mess.org>
11797 L:      linux-media@vger.kernel.org
11798 S:      Maintained
11799 F:      drivers/media/rc/ttusbir.c
11800
11801 TEGRA ARCHITECTURE SUPPORT
11802 M:      Stephen Warren <swarren@wwwdotorg.org>
11803 M:      Thierry Reding <thierry.reding@gmail.com>
11804 M:      Alexandre Courbot <gnurou@gmail.com>
11805 L:      linux-tegra@vger.kernel.org
11806 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
11807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11808 S:      Supported
11809 N:      [^a-z]tegra
11810
11811 TEGRA CLOCK DRIVER
11812 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
11813 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
11814 S:      Supported
11815 F:      drivers/clk/tegra/
11816
11817 TEGRA DMA DRIVERS
11818 M:      Laxman Dewangan <ldewangan@nvidia.com>
11819 M:      Jon Hunter <jonathanh@nvidia.com>
11820 S:      Supported
11821 F:      drivers/dma/tegra*
11822
11823 TEGRA I2C DRIVER
11824 M:      Laxman Dewangan <ldewangan@nvidia.com>
11825 S:      Supported
11826 F:      drivers/i2c/busses/i2c-tegra.c
11827
11828 TEGRA IOMMU DRIVERS
11829 M:      Hiroshi Doyu <hdoyu@nvidia.com>
11830 S:      Supported
11831 F:      drivers/iommu/tegra*
11832
11833 TEGRA KBC DRIVER
11834 M:      Rakesh Iyer <riyer@nvidia.com>
11835 M:      Laxman Dewangan <ldewangan@nvidia.com>
11836 S:      Supported
11837 F:      drivers/input/keyboard/tegra-kbc.c
11838
11839 TEGRA PWM DRIVER
11840 M:      Thierry Reding <thierry.reding@gmail.com>
11841 S:      Supported
11842 F:      drivers/pwm/pwm-tegra.c
11843
11844 TEGRA SERIAL DRIVER
11845 M:      Laxman Dewangan <ldewangan@nvidia.com>
11846 S:      Supported
11847 F:      drivers/tty/serial/serial-tegra.c
11848
11849 TEGRA SPI DRIVER
11850 M:      Laxman Dewangan <ldewangan@nvidia.com>
11851 S:      Supported
11852 F:      drivers/spi/spi-tegra*
11853
11854 TEHUTI ETHERNET DRIVER
11855 M:      Andy Gospodarek <andy@greyhouse.net>
11856 L:      netdev@vger.kernel.org
11857 S:      Supported
11858 F:      drivers/net/ethernet/tehuti/*
11859
11860 Telecom Clock Driver for MCPL0010
11861 M:      Mark Gross <mark.gross@intel.com>
11862 S:      Supported
11863 F:      drivers/char/tlclk.c
11864
11865 TENSILICA XTENSA PORT (xtensa)
11866 M:      Chris Zankel <chris@zankel.net>
11867 M:      Max Filippov <jcmvbkbc@gmail.com>
11868 L:      linux-xtensa@linux-xtensa.org
11869 T:      git git://github.com/czankel/xtensa-linux.git
11870 S:      Maintained
11871 F:      arch/xtensa/
11872 F:      drivers/irqchip/irq-xtensa-*
11873
11874 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11875 M:      Hans Verkuil <hverkuil@xs4all.nl>
11876 L:      linux-media@vger.kernel.org
11877 T:      git git://linuxtv.org/media_tree.git
11878 W:      https://linuxtv.org
11879 S:      Maintained
11880 F:      drivers/media/radio/radio-raremono.c
11881
11882 THERMAL
11883 M:      Zhang Rui <rui.zhang@intel.com>
11884 M:      Eduardo Valentin <edubezval@gmail.com>
11885 L:      linux-pm@vger.kernel.org
11886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11888 Q:      https://patchwork.kernel.org/project/linux-pm/list/
11889 S:      Supported
11890 F:      drivers/thermal/
11891 F:      include/linux/thermal.h
11892 F:      include/uapi/linux/thermal.h
11893 F:      include/linux/cpu_cooling.h
11894 F:      Documentation/devicetree/bindings/thermal/
11895
11896 THERMAL/CPU_COOLING
11897 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
11898 M:      Viresh Kumar <viresh.kumar@linaro.org>
11899 M:      Javi Merino <javi.merino@kernel.org>
11900 L:      linux-pm@vger.kernel.org
11901 S:      Supported
11902 F:      Documentation/thermal/cpu-cooling-api.txt
11903 F:      drivers/thermal/cpu_cooling.c
11904 F:      include/linux/cpu_cooling.h
11905
11906 THINKPAD ACPI EXTRAS DRIVER
11907 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11908 L:      ibm-acpi-devel@lists.sourceforge.net
11909 L:      platform-driver-x86@vger.kernel.org
11910 W:      http://ibm-acpi.sourceforge.net
11911 W:      http://thinkwiki.org/wiki/Ibm-acpi
11912 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11913 S:      Maintained
11914 F:      drivers/platform/x86/thinkpad_acpi.c
11915
11916 TI BANDGAP AND THERMAL DRIVER
11917 M:      Eduardo Valentin <edubezval@gmail.com>
11918 M:      Keerthy <j-keerthy@ti.com>
11919 L:      linux-pm@vger.kernel.org
11920 L:      linux-omap@vger.kernel.org
11921 S:      Maintained
11922 F:      drivers/thermal/ti-soc-thermal/
11923
11924 TI VPE/CAL DRIVERS
11925 M:      Benoit Parrot <bparrot@ti.com>
11926 L:      linux-media@vger.kernel.org
11927 W:      http://linuxtv.org/
11928 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11929 S:      Maintained
11930 F:      drivers/media/platform/ti-vpe/
11931
11932 TI CDCE706 CLOCK DRIVER
11933 M:      Max Filippov <jcmvbkbc@gmail.com>
11934 S:      Maintained
11935 F:      drivers/clk/clk-cdce706.c
11936
11937 TI CLOCK DRIVER
11938 M:      Tero Kristo <t-kristo@ti.com>
11939 L:      linux-omap@vger.kernel.org
11940 S:      Maintained
11941 F:      drivers/clk/ti/
11942 F:      include/linux/clk/ti.h
11943
11944 TI ETHERNET SWITCH DRIVER (CPSW)
11945 M:      Mugunthan V N <mugunthanvnm@ti.com>
11946 R:      Grygorii Strashko <grygorii.strashko@ti.com>
11947 L:      linux-omap@vger.kernel.org
11948 L:      netdev@vger.kernel.org
11949 S:      Maintained
11950 F:      drivers/net/ethernet/ti/cpsw*
11951 F:      drivers/net/ethernet/ti/davinci*
11952
11953 TI FLASH MEDIA INTERFACE DRIVER
11954 M:      Alex Dubov <oakad@yahoo.com>
11955 S:      Maintained
11956 F:      drivers/misc/tifm*
11957 F:      drivers/mmc/host/tifm_sd.c
11958 F:      include/linux/tifm.h
11959
11960 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11961 M:      Santosh Shilimkar <ssantosh@kernel.org>
11962 L:      linux-kernel@vger.kernel.org
11963 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11964 S:      Maintained
11965 F:      drivers/soc/ti/*
11966 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11967
11968
11969 TI LM49xxx FAMILY ASoC CODEC DRIVERS
11970 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
11971 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
11972 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11973 S:      Maintained
11974 F:      sound/soc/codecs/lm49453*
11975 F:      sound/soc/codecs/isabelle*
11976
11977 TI LP855x BACKLIGHT DRIVER
11978 M:      Milo Kim <milo.kim@ti.com>
11979 S:      Maintained
11980 F:      Documentation/backlight/lp855x-driver.txt
11981 F:      drivers/video/backlight/lp855x_bl.c
11982 F:      include/linux/platform_data/lp855x.h
11983
11984 TI LP8727 CHARGER DRIVER
11985 M:      Milo Kim <milo.kim@ti.com>
11986 S:      Maintained
11987 F:      drivers/power/supply/lp8727_charger.c
11988 F:      include/linux/platform_data/lp8727.h
11989
11990 TI LP8788 MFD DRIVER
11991 M:      Milo Kim <milo.kim@ti.com>
11992 S:      Maintained
11993 F:      drivers/iio/adc/lp8788_adc.c
11994 F:      drivers/leds/leds-lp8788.c
11995 F:      drivers/mfd/lp8788*.c
11996 F:      drivers/power/supply/lp8788-charger.c
11997 F:      drivers/regulator/lp8788-*.c
11998 F:      include/linux/mfd/lp8788*.h
11999
12000 TI NETCP ETHERNET DRIVER
12001 M:      Wingman Kwok <w-kwok2@ti.com>
12002 M:      Murali Karicheri <m-karicheri2@ti.com>
12003 L:      netdev@vger.kernel.org
12004 S:      Maintained
12005 F:      drivers/net/ethernet/ti/netcp*
12006
12007 TI TAS571X FAMILY ASoC CODEC DRIVER
12008 M:      Kevin Cernekee <cernekee@chromium.org>
12009 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12010 S:      Odd Fixes
12011 F:      sound/soc/codecs/tas571x*
12012
12013 TI TWL4030 SERIES SOC CODEC DRIVER
12014 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
12015 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12016 S:      Maintained
12017 F:      sound/soc/codecs/twl4030*
12018
12019 TI WILINK WIRELESS DRIVERS
12020 L:      linux-wireless@vger.kernel.org
12021 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
12022 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
12023 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12024 S:      Orphan
12025 F:      drivers/net/wireless/ti/
12026 F:      include/linux/wl12xx.h
12027
12028 TIPC NETWORK LAYER
12029 M:      Jon Maloy <jon.maloy@ericsson.com>
12030 M:      Ying Xue <ying.xue@windriver.com>
12031 L:      netdev@vger.kernel.org (core kernel code)
12032 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
12033 W:      http://tipc.sourceforge.net/
12034 S:      Maintained
12035 F:      include/uapi/linux/tipc*.h
12036 F:      net/tipc/
12037
12038 TILE ARCHITECTURE
12039 M:      Chris Metcalf <cmetcalf@mellanox.com>
12040 W:      http://www.mellanox.com/repository/solutions/tile-scm/
12041 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12042 S:      Supported
12043 F:      arch/tile/
12044 F:      drivers/char/tile-srom.c
12045 F:      drivers/edac/tile_edac.c
12046 F:      drivers/net/ethernet/tile/
12047 F:      drivers/rtc/rtc-tile.c
12048 F:      drivers/tty/hvc/hvc_tile.c
12049 F:      drivers/tty/serial/tilegx.c
12050 F:      drivers/usb/host/*-tilegx.c
12051 F:      include/linux/usb/tilegx.h
12052
12053 TLAN NETWORK DRIVER
12054 M:      Samuel Chessman <chessman@tux.org>
12055 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
12056 W:      http://sourceforge.net/projects/tlan/
12057 S:      Maintained
12058 F:      Documentation/networking/tlan.txt
12059 F:      drivers/net/ethernet/ti/tlan.*
12060
12061 TOMOYO SECURITY MODULE
12062 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
12063 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
12064 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
12065 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
12066 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
12067 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
12068 W:      http://tomoyo.sourceforge.jp/
12069 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12070 S:      Maintained
12071 F:      security/tomoyo/
12072
12073 TOPSTAR LAPTOP EXTRAS DRIVER
12074 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
12075 L:      platform-driver-x86@vger.kernel.org
12076 S:      Maintained
12077 F:      drivers/platform/x86/topstar-laptop.c
12078
12079 TOSHIBA ACPI EXTRAS DRIVER
12080 M:      Azael Avalos <coproscefalo@gmail.com>
12081 L:      platform-driver-x86@vger.kernel.org
12082 S:      Maintained
12083 F:      drivers/platform/x86/toshiba_acpi.c
12084
12085 TOSHIBA BLUETOOTH DRIVER
12086 M:      Azael Avalos <coproscefalo@gmail.com>
12087 L:      platform-driver-x86@vger.kernel.org
12088 S:      Maintained
12089 F:      drivers/platform/x86/toshiba_bluetooth.c
12090
12091 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12092 M:      Azael Avalos <coproscefalo@gmail.com>
12093 L:      platform-driver-x86@vger.kernel.org
12094 S:      Maintained
12095 F:      drivers/platform/x86/toshiba_haps.c
12096
12097 TOSHIBA WMI HOTKEYS DRIVER
12098 M:      Azael Avalos <coproscefalo@gmail.com>
12099 L:      platform-driver-x86@vger.kernel.org
12100 S:      Maintained
12101 F:      drivers/platform/x86/toshiba-wmi.c
12102
12103 TOSHIBA SMM DRIVER
12104 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
12105 W:      http://www.buzzard.org.uk/toshiba/
12106 S:      Maintained
12107 F:      drivers/char/toshiba.c
12108 F:      include/linux/toshiba.h
12109 F:      include/uapi/linux/toshiba.h
12110
12111 TOSHIBA TC358743 DRIVER
12112 M:      Mats Randgaard <matrandg@cisco.com>
12113 L:      linux-media@vger.kernel.org
12114 S:      Maintained
12115 F:      drivers/media/i2c/tc358743*
12116 F:      include/media/i2c/tc358743.h
12117
12118 TMIO/SDHI MMC DRIVER
12119 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
12120 L:      linux-mmc@vger.kernel.org
12121 S:      Supported
12122 F:      drivers/mmc/host/tmio_mmc*
12123 F:      drivers/mmc/host/sh_mobile_sdhi.c
12124 F:      include/linux/mfd/tmio.h
12125
12126 TMP401 HARDWARE MONITOR DRIVER
12127 M:      Guenter Roeck <linux@roeck-us.net>
12128 L:      linux-hwmon@vger.kernel.org
12129 S:      Maintained
12130 F:      Documentation/hwmon/tmp401
12131 F:      drivers/hwmon/tmp401.c
12132
12133 TMPFS (SHMEM FILESYSTEM)
12134 M:      Hugh Dickins <hughd@google.com>
12135 L:      linux-mm@kvack.org
12136 S:      Maintained
12137 F:      include/linux/shmem_fs.h
12138 F:      mm/shmem.c
12139
12140 TM6000 VIDEO4LINUX DRIVER
12141 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12142 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12143 L:      linux-media@vger.kernel.org
12144 W:      https://linuxtv.org
12145 T:      git git://linuxtv.org/media_tree.git
12146 S:      Odd fixes
12147 F:      drivers/media/usb/tm6000/
12148 F:      Documentation/media/v4l-drivers/tm6000*
12149
12150 TW5864 VIDEO4LINUX DRIVER
12151 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12152 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12153 M:      Andrey Utkin <andrey_utkin@fastmail.com>
12154 L:      linux-media@vger.kernel.org
12155 S:      Supported
12156 F:      drivers/media/pci/tw5864/
12157
12158 TW68 VIDEO4LINUX DRIVER
12159 M:      Hans Verkuil <hverkuil@xs4all.nl>
12160 L:      linux-media@vger.kernel.org
12161 T:      git git://linuxtv.org/media_tree.git
12162 W:      https://linuxtv.org
12163 S:      Odd Fixes
12164 F:      drivers/media/pci/tw68/
12165
12166 TW686X VIDEO4LINUX DRIVER
12167 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12168 L:      linux-media@vger.kernel.org
12169 T:      git git://linuxtv.org/media_tree.git
12170 W:      http://linuxtv.org
12171 S:      Maintained
12172 F:      drivers/media/pci/tw686x/
12173
12174 TPM DEVICE DRIVER
12175 M:      Peter Huewe <peterhuewe@gmx.de>
12176 M:      Marcel Selhorst <tpmdd@selhorst.net>
12177 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
12178 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
12179 W:      http://tpmdd.sourceforge.net
12180 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12181 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
12182 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
12183 S:      Maintained
12184 F:      drivers/char/tpm/
12185
12186 TPM IBM_VTPM DEVICE DRIVER
12187 M:      Ashley Lai <ashleydlai@gmail.com>
12188 W:      http://tpmdd.sourceforge.net
12189 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12190 S:      Maintained
12191 F:      drivers/char/tpm/tpm_ibmvtpm*
12192
12193 TRACING
12194 M:      Steven Rostedt <rostedt@goodmis.org>
12195 M:      Ingo Molnar <mingo@redhat.com>
12196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12197 S:      Maintained
12198 F:      Documentation/trace/ftrace.txt
12199 F:      arch/*/*/*/ftrace.h
12200 F:      arch/*/kernel/ftrace.c
12201 F:      include/*/ftrace.h
12202 F:      include/linux/trace*.h
12203 F:      include/trace/
12204 F:      kernel/trace/
12205 F:      tools/testing/selftests/ftrace/
12206
12207 TRACING MMIO ACCESSES (MMIOTRACE)
12208 M:      Steven Rostedt <rostedt@goodmis.org>
12209 M:      Ingo Molnar <mingo@kernel.org>
12210 R:      Karol Herbst <karolherbst@gmail.com>
12211 R:      Pekka Paalanen <ppaalanen@gmail.com>
12212 S:      Maintained
12213 L:      linux-kernel@vger.kernel.org
12214 L:      nouveau@lists.freedesktop.org
12215 F:      kernel/trace/trace_mmiotrace.c
12216 F:      include/linux/mmiotrace.h
12217 F:      arch/x86/mm/kmmio.c
12218 F:      arch/x86/mm/mmio-mod.c
12219 F:      arch/x86/mm/testmmiotrace.c
12220
12221 TRIVIAL PATCHES
12222 M:      Jiri Kosina <trivial@kernel.org>
12223 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12224 S:      Maintained
12225 K:      ^Subject:.*(?i)trivial
12226
12227 TTY LAYER
12228 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12229 M:      Jiri Slaby <jslaby@suse.com>
12230 S:      Supported
12231 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12232 F:      Documentation/serial/
12233 F:      drivers/tty/
12234 F:      drivers/tty/serial/serial_core.c
12235 F:      include/linux/serial_core.h
12236 F:      include/linux/serial.h
12237 F:      include/linux/tty.h
12238 F:      include/uapi/linux/serial_core.h
12239 F:      include/uapi/linux/serial.h
12240 F:      include/uapi/linux/tty.h
12241
12242 TUA9001 MEDIA DRIVER
12243 M:      Antti Palosaari <crope@iki.fi>
12244 L:      linux-media@vger.kernel.org
12245 W:      https://linuxtv.org
12246 W:      http://palosaari.fi/linux/
12247 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12248 T:      git git://linuxtv.org/anttip/media_tree.git
12249 S:      Maintained
12250 F:      drivers/media/tuners/tua9001*
12251
12252 TULIP NETWORK DRIVERS
12253 L:      netdev@vger.kernel.org
12254 L:      linux-parisc@vger.kernel.org
12255 S:      Orphan
12256 F:      drivers/net/ethernet/dec/tulip/
12257
12258 TUN/TAP driver
12259 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
12260 W:      http://vtun.sourceforge.net/tun
12261 S:      Maintained
12262 F:      Documentation/networking/tuntap.txt
12263 F:      arch/um/os-Linux/drivers/
12264
12265 TURBOCHANNEL SUBSYSTEM
12266 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12267 M:      Ralf Baechle <ralf@linux-mips.org>
12268 L:      linux-mips@linux-mips.org
12269 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
12270 S:      Maintained
12271 F:      drivers/tc/
12272 F:      include/linux/tc.h
12273
12274 UBI FILE SYSTEM (UBIFS)
12275 M:      Richard Weinberger <richard@nod.at>
12276 M:      Artem Bityutskiy <dedekind1@gmail.com>
12277 M:      Adrian Hunter <adrian.hunter@intel.com>
12278 L:      linux-mtd@lists.infradead.org
12279 T:      git git://git.infradead.org/ubifs-2.6.git
12280 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
12281 S:      Supported
12282 F:      Documentation/filesystems/ubifs.txt
12283 F:      fs/ubifs/
12284
12285 UCLINUX (M68KNOMMU AND COLDFIRE)
12286 M:      Greg Ungerer <gerg@linux-m68k.org>
12287 W:      http://www.linux-m68k.org/
12288 W:      http://www.uclinux.org/
12289 L:      linux-m68k@lists.linux-m68k.org
12290 L:      uclinux-dev@uclinux.org  (subscribers-only)
12291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12292 S:      Maintained
12293 F:      arch/m68k/coldfire/
12294 F:      arch/m68k/68*/
12295 F:      arch/m68k/*/*_no.*
12296 F:      arch/m68k/include/asm/*_no.*
12297
12298 UDF FILESYSTEM
12299 M:      Jan Kara <jack@suse.com>
12300 S:      Maintained
12301 F:      Documentation/filesystems/udf.txt
12302 F:      fs/udf/
12303
12304 UFS FILESYSTEM
12305 M:      Evgeniy Dushistov <dushistov@mail.ru>
12306 S:      Maintained
12307 F:      Documentation/filesystems/ufs.txt
12308 F:      fs/ufs/
12309
12310 UHID USERSPACE HID IO DRIVER:
12311 M:      David Herrmann <dh.herrmann@googlemail.com>
12312 L:      linux-input@vger.kernel.org
12313 S:      Maintained
12314 F:      drivers/hid/uhid.c
12315 F:      include/uapi/linux/uhid.h
12316
12317 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12318 L:      linux-usb@vger.kernel.org
12319 S:      Orphan
12320 F:      drivers/uwb/
12321 F:      include/linux/uwb.h
12322 F:      include/linux/uwb/
12323
12324 UNICORE32 ARCHITECTURE:
12325 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
12326 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
12327 S:      Maintained
12328 T:      git git://github.com/gxt/linux.git
12329 F:      arch/unicore32/
12330
12331 UNIFDEF
12332 M:      Tony Finch <dot@dotat.at>
12333 W:      http://dotat.at/prog/unifdef
12334 S:      Maintained
12335 F:      scripts/unifdef.c
12336
12337 UNIFORM CDROM DRIVER
12338 M:      Jens Axboe <axboe@kernel.dk>
12339 W:      http://www.kernel.dk
12340 S:      Maintained
12341 F:      Documentation/cdrom/
12342 F:      drivers/cdrom/cdrom.c
12343 F:      include/linux/cdrom.h
12344 F:      include/uapi/linux/cdrom.h
12345
12346 UNISYS S-PAR DRIVERS
12347 M:      David Kershner <david.kershner@unisys.com>
12348 L:      sparmaintainer@unisys.com (Unisys internal)
12349 S:      Supported
12350 F:      drivers/staging/unisys/
12351
12352 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12353 M:      Vinayak Holikatti <vinholikatti@gmail.com>
12354 L:      linux-scsi@vger.kernel.org
12355 S:      Supported
12356 F:      Documentation/scsi/ufs.txt
12357 F:      drivers/scsi/ufs/
12358
12359 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12360 M:      Joao Pinto <Joao.Pinto@synopsys.com>
12361 L:      linux-scsi@vger.kernel.org
12362 S:      Supported
12363 F:      drivers/scsi/ufs/*dwc*
12364
12365 UNSORTED BLOCK IMAGES (UBI)
12366 M:      Artem Bityutskiy <dedekind1@gmail.com>
12367 M:      Richard Weinberger <richard@nod.at>
12368 W:      http://www.linux-mtd.infradead.org/
12369 L:      linux-mtd@lists.infradead.org
12370 T:      git git://git.infradead.org/ubifs-2.6.git
12371 S:      Supported
12372 F:      drivers/mtd/ubi/
12373 F:      include/linux/mtd/ubi.h
12374 F:      include/uapi/mtd/ubi-user.h
12375
12376 USB ACM DRIVER
12377 M:      Oliver Neukum <oneukum@suse.com>
12378 L:      linux-usb@vger.kernel.org
12379 S:      Maintained
12380 F:      Documentation/usb/acm.txt
12381 F:      drivers/usb/class/cdc-acm.*
12382
12383 USB AR5523 WIRELESS DRIVER
12384 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
12385 L:      linux-wireless@vger.kernel.org
12386 S:      Maintained
12387 F:      drivers/net/wireless/ath/ar5523/
12388
12389 USB ATTACHED SCSI
12390 M:      Oliver Neukum <oneukum@suse.com>
12391 L:      linux-usb@vger.kernel.org
12392 L:      linux-scsi@vger.kernel.org
12393 S:      Maintained
12394 F:      drivers/usb/storage/uas.c
12395
12396 USB CDC ETHERNET DRIVER
12397 M:      Oliver Neukum <oliver@neukum.org>
12398 L:      linux-usb@vger.kernel.org
12399 S:      Maintained
12400 F:      drivers/net/usb/cdc_*.c
12401 F:      include/uapi/linux/usb/cdc.h
12402
12403 USB CHAOSKEY DRIVER
12404 M:      Keith Packard <keithp@keithp.com>
12405 L:      linux-usb@vger.kernel.org
12406 S:      Maintained
12407 F:      drivers/usb/misc/chaoskey.c
12408
12409 USB CYPRESS C67X00 DRIVER
12410 M:      Peter Korsgaard <jacmet@sunsite.dk>
12411 L:      linux-usb@vger.kernel.org
12412 S:      Maintained
12413 F:      drivers/usb/c67x00/
12414
12415 USB DAVICOM DM9601 DRIVER
12416 M:      Peter Korsgaard <jacmet@sunsite.dk>
12417 L:      netdev@vger.kernel.org
12418 W:      http://www.linux-usb.org/usbnet
12419 S:      Maintained
12420 F:      drivers/net/usb/dm9601.c
12421
12422 USB DIAMOND RIO500 DRIVER
12423 M:      Cesar Miquel <miquel@df.uba.ar>
12424 L:      rio500-users@lists.sourceforge.net
12425 W:      http://rio500.sourceforge.net
12426 S:      Maintained
12427 F:      drivers/usb/misc/rio500*
12428
12429 USB EHCI DRIVER
12430 M:      Alan Stern <stern@rowland.harvard.edu>
12431 L:      linux-usb@vger.kernel.org
12432 S:      Maintained
12433 F:      Documentation/usb/ehci.txt
12434 F:      drivers/usb/host/ehci*
12435
12436 USB GADGET/PERIPHERAL SUBSYSTEM
12437 M:      Felipe Balbi <balbi@kernel.org>
12438 L:      linux-usb@vger.kernel.org
12439 W:      http://www.linux-usb.org/gadget
12440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12441 S:      Maintained
12442 F:      drivers/usb/gadget/
12443 F:      include/linux/usb/gadget*
12444
12445 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12446 M:      Jiri Kosina <jikos@kernel.org>
12447 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
12448 L:      linux-usb@vger.kernel.org
12449 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12450 S:      Maintained
12451 F:      Documentation/hid/hiddev.txt
12452 F:      drivers/hid/usbhid/
12453
12454 USB ISP116X DRIVER
12455 M:      Olav Kongas <ok@artecdesign.ee>
12456 L:      linux-usb@vger.kernel.org
12457 S:      Maintained
12458 F:      drivers/usb/host/isp116x*
12459 F:      include/linux/usb/isp116x.h
12460
12461 USB LAN78XX ETHERNET DRIVER
12462 M:      Woojung Huh <woojung.huh@microchip.com>
12463 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12464 L:      netdev@vger.kernel.org
12465 S:      Maintained
12466 F:      drivers/net/usb/lan78xx.*
12467
12468 USB MASS STORAGE DRIVER
12469 M:      Alan Stern <stern@rowland.harvard.edu>
12470 L:      linux-usb@vger.kernel.org
12471 L:      usb-storage@lists.one-eyed-alien.net
12472 S:      Maintained
12473 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
12474 F:      drivers/usb/storage/
12475
12476 USB MIDI DRIVER
12477 M:      Clemens Ladisch <clemens@ladisch.de>
12478 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12479 T:      git git://git.alsa-project.org/alsa-kernel.git
12480 S:      Maintained
12481 F:      sound/usb/midi.*
12482
12483 USB NETWORKING DRIVERS
12484 L:      linux-usb@vger.kernel.org
12485 S:      Odd Fixes
12486 F:      drivers/net/usb/
12487
12488 USB OHCI DRIVER
12489 M:      Alan Stern <stern@rowland.harvard.edu>
12490 L:      linux-usb@vger.kernel.org
12491 S:      Maintained
12492 F:      Documentation/usb/ohci.txt
12493 F:      drivers/usb/host/ohci*
12494
12495 USB OTG FSM (Finite State Machine)
12496 M:      Peter Chen <Peter.Chen@nxp.com>
12497 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12498 L:      linux-usb@vger.kernel.org
12499 S:      Maintained
12500 F:      drivers/usb/common/usb-otg-fsm.c
12501
12502 USB OVER IP DRIVER
12503 M:      Valentina Manea <valentina.manea.m@gmail.com>
12504 M:      Shuah Khan <shuahkh@osg.samsung.com>
12505 M:      Shuah Khan <shuah@kernel.org>
12506 L:      linux-usb@vger.kernel.org
12507 S:      Maintained
12508 F:      Documentation/usb/usbip_protocol.txt
12509 F:      drivers/usb/usbip/
12510 F:      tools/usb/usbip/
12511
12512 USB PEGASUS DRIVER
12513 M:      Petko Manolov <petkan@nucleusys.com>
12514 L:      linux-usb@vger.kernel.org
12515 L:      netdev@vger.kernel.org
12516 T:      git git://github.com/petkan/pegasus.git
12517 W:      https://github.com/petkan/pegasus
12518 S:      Maintained
12519 F:      drivers/net/usb/pegasus.*
12520
12521 USB PHY LAYER
12522 M:      Felipe Balbi <balbi@kernel.org>
12523 L:      linux-usb@vger.kernel.org
12524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12525 S:      Maintained
12526 F:      drivers/usb/phy/
12527
12528 USB PRINTER DRIVER (usblp)
12529 M:      Pete Zaitcev <zaitcev@redhat.com>
12530 L:      linux-usb@vger.kernel.org
12531 S:      Supported
12532 F:      drivers/usb/class/usblp.c
12533
12534 USB QMI WWAN NETWORK DRIVER
12535 M:      Bjørn Mork <bjorn@mork.no>
12536 L:      netdev@vger.kernel.org
12537 S:      Maintained
12538 F:      Documentation/ABI/testing/sysfs-class-net-qmi
12539 F:      drivers/net/usb/qmi_wwan.c
12540
12541 USB RTL8150 DRIVER
12542 M:      Petko Manolov <petkan@nucleusys.com>
12543 L:      linux-usb@vger.kernel.org
12544 L:      netdev@vger.kernel.org
12545 T:      git git://github.com/petkan/rtl8150.git
12546 W:      https://github.com/petkan/rtl8150
12547 S:      Maintained
12548 F:      drivers/net/usb/rtl8150.c
12549
12550 USB SERIAL SUBSYSTEM
12551 M:      Johan Hovold <johan@kernel.org>
12552 L:      linux-usb@vger.kernel.org
12553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
12554 S:      Maintained
12555 F:      Documentation/usb/usb-serial.txt
12556 F:      drivers/usb/serial/
12557 F:      include/linux/usb/serial.h
12558
12559 USB SMSC75XX ETHERNET DRIVER
12560 M:      Steve Glendinning <steve.glendinning@shawell.net>
12561 L:      netdev@vger.kernel.org
12562 S:      Maintained
12563 F:      drivers/net/usb/smsc75xx.*
12564
12565 USB SMSC95XX ETHERNET DRIVER
12566 M:      Steve Glendinning <steve.glendinning@shawell.net>
12567 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12568 L:      netdev@vger.kernel.org
12569 S:      Maintained
12570 F:      drivers/net/usb/smsc95xx.*
12571
12572 USB SUBSYSTEM
12573 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12574 L:      linux-usb@vger.kernel.org
12575 W:      http://www.linux-usb.org
12576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12577 S:      Supported
12578 F:      Documentation/devicetree/bindings/usb/
12579 F:      Documentation/usb/
12580 F:      drivers/usb/
12581 F:      include/linux/usb.h
12582 F:      include/linux/usb/
12583
12584 USB UHCI DRIVER
12585 M:      Alan Stern <stern@rowland.harvard.edu>
12586 L:      linux-usb@vger.kernel.org
12587 S:      Maintained
12588 F:      drivers/usb/host/uhci*
12589
12590 USB "USBNET" DRIVER FRAMEWORK
12591 M:      Oliver Neukum <oneukum@suse.com>
12592 L:      netdev@vger.kernel.org
12593 W:      http://www.linux-usb.org/usbnet
12594 S:      Maintained
12595 F:      drivers/net/usb/usbnet.c
12596 F:      include/linux/usb/usbnet.h
12597
12598 USB VIDEO CLASS
12599 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12600 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12601 L:      linux-media@vger.kernel.org
12602 T:      git git://linuxtv.org/media_tree.git
12603 W:      http://www.ideasonboard.org/uvc/
12604 S:      Maintained
12605 F:      drivers/media/usb/uvc/
12606 F:      include/uapi/linux/uvcvideo.h
12607
12608 USB VISION DRIVER
12609 M:      Hans Verkuil <hverkuil@xs4all.nl>
12610 L:      linux-media@vger.kernel.org
12611 T:      git git://linuxtv.org/media_tree.git
12612 W:      https://linuxtv.org
12613 S:      Odd Fixes
12614 F:      drivers/media/usb/usbvision/
12615
12616 USB WEBCAM GADGET
12617 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12618 L:      linux-usb@vger.kernel.org
12619 S:      Maintained
12620 F:      drivers/usb/gadget/function/*uvc*
12621 F:      drivers/usb/gadget/legacy/webcam.c
12622
12623 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12624 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
12625 L:      linux-wireless@vger.kernel.org
12626 S:      Maintained
12627 F:      drivers/net/wireless/rndis_wlan.c
12628
12629 USB XHCI DRIVER
12630 M:      Mathias Nyman <mathias.nyman@intel.com>
12631 L:      linux-usb@vger.kernel.org
12632 S:      Supported
12633 F:      drivers/usb/host/xhci*
12634 F:      drivers/usb/host/pci-quirks*
12635
12636 USB ZD1201 DRIVER
12637 L:      linux-wireless@vger.kernel.org
12638 W:      http://linux-lc100020.sourceforge.net
12639 S:      Orphan
12640 F:      drivers/net/wireless/zydas/zd1201.*
12641
12642 USB ZR364XX DRIVER
12643 M:      Antoine Jacquet <royale@zerezo.com>
12644 L:      linux-usb@vger.kernel.org
12645 L:      linux-media@vger.kernel.org
12646 T:      git git://linuxtv.org/media_tree.git
12647 W:      http://royale.zerezo.com/zr364xx/
12648 S:      Maintained
12649 F:      Documentation/media/v4l-drivers/zr364xx*
12650 F:      drivers/media/usb/zr364xx/
12651
12652 ULPI BUS
12653 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
12654 L:      linux-usb@vger.kernel.org
12655 S:      Maintained
12656 F:      drivers/usb/common/ulpi.c
12657 F:      include/linux/ulpi/
12658
12659 USER-MODE LINUX (UML)
12660 M:      Jeff Dike <jdike@addtoit.com>
12661 M:      Richard Weinberger <richard@nod.at>
12662 L:      user-mode-linux-devel@lists.sourceforge.net
12663 L:      user-mode-linux-user@lists.sourceforge.net
12664 W:      http://user-mode-linux.sourceforge.net
12665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12666 S:      Maintained
12667 F:      Documentation/virtual/uml/
12668 F:      arch/um/
12669 F:      arch/x86/um/
12670 F:      fs/hostfs/
12671 F:      fs/hppfs/
12672
12673 USERSPACE I/O (UIO)
12674 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12675 S:      Maintained
12676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12677 F:      Documentation/DocBook/uio-howto.tmpl
12678 F:      drivers/uio/
12679 F:      include/linux/uio*.h
12680
12681 UTIL-LINUX PACKAGE
12682 M:      Karel Zak <kzak@redhat.com>
12683 L:      util-linux@vger.kernel.org
12684 W:      http://en.wikipedia.org/wiki/Util-linux
12685 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12686 S:      Maintained
12687
12688 UVESAFB DRIVER
12689 M:      Michal Januszewski <spock@gentoo.org>
12690 L:      linux-fbdev@vger.kernel.org
12691 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
12692 S:      Maintained
12693 F:      Documentation/fb/uvesafb.txt
12694 F:      drivers/video/fbdev/uvesafb.*
12695
12696 VF610 NAND DRIVER
12697 M:      Stefan Agner <stefan@agner.ch>
12698 L:      linux-mtd@lists.infradead.org
12699 S:      Supported
12700 F:      drivers/mtd/nand/vf610_nfc.c
12701
12702 VFAT/FAT/MSDOS FILESYSTEM
12703 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
12704 S:      Maintained
12705 F:      Documentation/filesystems/vfat.txt
12706 F:      fs/fat/
12707
12708 VFIO DRIVER
12709 M:      Alex Williamson <alex.williamson@redhat.com>
12710 L:      kvm@vger.kernel.org
12711 T:      git git://github.com/awilliam/linux-vfio.git
12712 S:      Maintained
12713 F:      Documentation/vfio.txt
12714 F:      drivers/vfio/
12715 F:      include/linux/vfio.h
12716 F:      include/uapi/linux/vfio.h
12717
12718 VFIO PLATFORM DRIVER
12719 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
12720 L:      kvm@vger.kernel.org
12721 S:      Maintained
12722 F:      drivers/vfio/platform/
12723
12724 VIDEOBUF2 FRAMEWORK
12725 M:      Pawel Osciak <pawel@osciak.com>
12726 M:      Marek Szyprowski <m.szyprowski@samsung.com>
12727 M:      Kyungmin Park <kyungmin.park@samsung.com>
12728 L:      linux-media@vger.kernel.org
12729 S:      Maintained
12730 F:      drivers/media/v4l2-core/videobuf2-*
12731 F:      include/media/videobuf2-*
12732
12733 VIRTIO AND VHOST VSOCK DRIVER
12734 M:      Stefan Hajnoczi <stefanha@redhat.com>
12735 L:      kvm@vger.kernel.org
12736 L:      virtualization@lists.linux-foundation.org
12737 L:      netdev@vger.kernel.org
12738 S:      Maintained
12739 F:      include/linux/virtio_vsock.h
12740 F:      include/uapi/linux/virtio_vsock.h
12741 F:      net/vmw_vsock/virtio_transport_common.c
12742 F:      net/vmw_vsock/virtio_transport.c
12743 F:      drivers/vhost/vsock.c
12744 F:      drivers/vhost/vsock.h
12745
12746 VIRTUAL SERIO DEVICE DRIVER
12747 M:      Stephen Chandler Paul <thatslyude@gmail.com>
12748 S:      Maintained
12749 F:      drivers/input/serio/userio.c
12750 F:      include/uapi/linux/userio.h
12751
12752 VIRTIO CONSOLE DRIVER
12753 M:      Amit Shah <amit.shah@redhat.com>
12754 L:      virtualization@lists.linux-foundation.org
12755 S:      Maintained
12756 F:      drivers/char/virtio_console.c
12757 F:      include/linux/virtio_console.h
12758 F:      include/uapi/linux/virtio_console.h
12759
12760 VIRTIO CORE, NET AND BLOCK DRIVERS
12761 M:      "Michael S. Tsirkin" <mst@redhat.com>
12762 L:      virtualization@lists.linux-foundation.org
12763 S:      Maintained
12764 F:      Documentation/devicetree/bindings/virtio/
12765 F:      drivers/virtio/
12766 F:      tools/virtio/
12767 F:      drivers/net/virtio_net.c
12768 F:      drivers/block/virtio_blk.c
12769 F:      include/linux/virtio_*.h
12770 F:      include/uapi/linux/virtio_*.h
12771
12772 VIRTIO DRIVERS FOR S390
12773 M:      Christian Borntraeger <borntraeger@de.ibm.com>
12774 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
12775 L:      linux-s390@vger.kernel.org
12776 L:      virtualization@lists.linux-foundation.org
12777 L:      kvm@vger.kernel.org
12778 S:      Supported
12779 F:      drivers/s390/virtio/
12780
12781 VIRTIO GPU DRIVER
12782 M:      David Airlie <airlied@linux.ie>
12783 M:      Gerd Hoffmann <kraxel@redhat.com>
12784 L:      dri-devel@lists.freedesktop.org
12785 L:      virtualization@lists.linux-foundation.org
12786 S:      Maintained
12787 F:      drivers/gpu/drm/virtio/
12788 F:      include/uapi/linux/virtio_gpu.h
12789
12790 VIRTIO HOST (VHOST)
12791 M:      "Michael S. Tsirkin" <mst@redhat.com>
12792 L:      kvm@vger.kernel.org
12793 L:      virtualization@lists.linux-foundation.org
12794 L:      netdev@vger.kernel.org
12795 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12796 S:      Maintained
12797 F:      drivers/vhost/
12798 F:      include/uapi/linux/vhost.h
12799
12800 VIRTIO INPUT DRIVER
12801 M:      Gerd Hoffmann <kraxel@redhat.com>
12802 S:      Maintained
12803 F:      drivers/virtio/virtio_input.c
12804 F:      include/uapi/linux/virtio_input.h
12805
12806 VIA RHINE NETWORK DRIVER
12807 S:      Orphan
12808 F:      drivers/net/ethernet/via/via-rhine.c
12809
12810 VIA SD/MMC CARD CONTROLLER DRIVER
12811 M:      Bruce Chang <brucechang@via.com.tw>
12812 M:      Harald Welte <HaraldWelte@viatech.com>
12813 S:      Maintained
12814 F:      drivers/mmc/host/via-sdmmc.c
12815
12816 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12817 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
12818 L:      linux-fbdev@vger.kernel.org
12819 S:      Maintained
12820 F:      include/linux/via-core.h
12821 F:      include/linux/via-gpio.h
12822 F:      include/linux/via_i2c.h
12823 F:      drivers/video/fbdev/via/
12824
12825 VIA VELOCITY NETWORK DRIVER
12826 M:      Francois Romieu <romieu@fr.zoreil.com>
12827 L:      netdev@vger.kernel.org
12828 S:      Maintained
12829 F:      drivers/net/ethernet/via/via-velocity.*
12830
12831 VIRT LIB
12832 M:      Alex Williamson <alex.williamson@redhat.com>
12833 M:      Paolo Bonzini <pbonzini@redhat.com>
12834 L:      kvm@vger.kernel.org
12835 S:      Supported
12836 F:      virt/lib/
12837
12838 VIVID VIRTUAL VIDEO DRIVER
12839 M:      Hans Verkuil <hverkuil@xs4all.nl>
12840 L:      linux-media@vger.kernel.org
12841 T:      git git://linuxtv.org/media_tree.git
12842 W:      https://linuxtv.org
12843 S:      Maintained
12844 F:      drivers/media/platform/vivid/*
12845
12846 VLAN (802.1Q)
12847 M:      Patrick McHardy <kaber@trash.net>
12848 L:      netdev@vger.kernel.org
12849 S:      Maintained
12850 F:      drivers/net/macvlan.c
12851 F:      include/linux/if_*vlan.h
12852 F:      net/8021q/
12853
12854 VLYNQ BUS
12855 M:      Florian Fainelli <f.fainelli@gmail.com>
12856 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
12857 S:      Maintained
12858 F:      drivers/vlynq/vlynq.c
12859 F:      include/linux/vlynq.h
12860
12861 VME SUBSYSTEM
12862 M:      Martyn Welch <martyn@welchs.me.uk>
12863 M:      Manohar Vanga <manohar.vanga@gmail.com>
12864 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12865 L:      devel@driverdev.osuosl.org
12866 S:      Maintained
12867 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12868 F:      Documentation/vme_api.txt
12869 F:      drivers/staging/vme/
12870 F:      drivers/vme/
12871 F:      include/linux/vme*
12872
12873 VMWARE HYPERVISOR INTERFACE
12874 M:      Alok Kataria <akataria@vmware.com>
12875 L:      virtualization@lists.linux-foundation.org
12876 S:      Supported
12877 F:      arch/x86/kernel/cpu/vmware.c
12878
12879 VMWARE BALLOON DRIVER
12880 M:      Xavier Deguillard <xdeguillard@vmware.com>
12881 M:      Philip Moltmann <moltmann@vmware.com>
12882 M:      "VMware, Inc." <pv-drivers@vmware.com>
12883 L:      linux-kernel@vger.kernel.org
12884 S:      Maintained
12885 F:      drivers/misc/vmw_balloon.c
12886
12887 VMWARE VMMOUSE SUBDRIVER
12888 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12889 M:      "VMware, Inc." <pv-drivers@vmware.com>
12890 L:      linux-input@vger.kernel.org
12891 S:      Maintained
12892 F:      drivers/input/mouse/vmmouse.c
12893 F:      drivers/input/mouse/vmmouse.h
12894
12895 VMWARE VMXNET3 ETHERNET DRIVER
12896 M:      Shrikrishna Khare <skhare@vmware.com>
12897 M:      "VMware, Inc." <pv-drivers@vmware.com>
12898 L:      netdev@vger.kernel.org
12899 S:      Maintained
12900 F:      drivers/net/vmxnet3/
12901
12902 VMware PVSCSI driver
12903 M:      Jim Gill <jgill@vmware.com>
12904 M:      VMware PV-Drivers <pv-drivers@vmware.com>
12905 L:      linux-scsi@vger.kernel.org
12906 S:      Maintained
12907 F:      drivers/scsi/vmw_pvscsi.c
12908 F:      drivers/scsi/vmw_pvscsi.h
12909
12910 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12911 M:      Liam Girdwood <lgirdwood@gmail.com>
12912 M:      Mark Brown <broonie@kernel.org>
12913 L:      linux-kernel@vger.kernel.org
12914 W:      http://www.slimlogic.co.uk/?p=48
12915 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12916 S:      Supported
12917 F:      Documentation/devicetree/bindings/regulator/
12918 F:      drivers/regulator/
12919 F:      include/dt-bindings/regulator/
12920 F:      include/linux/regulator/
12921
12922 VRF
12923 M:      David Ahern <dsa@cumulusnetworks.com>
12924 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
12925 L:      netdev@vger.kernel.org
12926 S:      Maintained
12927 F:      drivers/net/vrf.c
12928 F:      Documentation/networking/vrf.txt
12929
12930 VT1211 HARDWARE MONITOR DRIVER
12931 M:      Juerg Haefliger <juergh@gmail.com>
12932 L:      linux-hwmon@vger.kernel.org
12933 S:      Maintained
12934 F:      Documentation/hwmon/vt1211
12935 F:      drivers/hwmon/vt1211.c
12936
12937 VT8231 HARDWARE MONITOR DRIVER
12938 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
12939 L:      linux-hwmon@vger.kernel.org
12940 S:      Maintained
12941 F:      drivers/hwmon/vt8231.c
12942
12943 VUB300 USB to SDIO/SD/MMC bridge chip
12944 M:      Tony Olech <tony.olech@elandigitalsystems.com>
12945 L:      linux-mmc@vger.kernel.org
12946 L:      linux-usb@vger.kernel.org
12947 S:      Supported
12948 F:      drivers/mmc/host/vub300.c
12949
12950 W1 DALLAS'S 1-WIRE BUS
12951 M:      Evgeniy Polyakov <zbr@ioremap.net>
12952 S:      Maintained
12953 F:      Documentation/w1/
12954 F:      drivers/w1/
12955
12956 W83791D HARDWARE MONITORING DRIVER
12957 M:      Marc Hulsman <m.hulsman@tudelft.nl>
12958 L:      linux-hwmon@vger.kernel.org
12959 S:      Maintained
12960 F:      Documentation/hwmon/w83791d
12961 F:      drivers/hwmon/w83791d.c
12962
12963 W83793 HARDWARE MONITORING DRIVER
12964 M:      Rudolf Marek <r.marek@assembler.cz>
12965 L:      linux-hwmon@vger.kernel.org
12966 S:      Maintained
12967 F:      Documentation/hwmon/w83793
12968 F:      drivers/hwmon/w83793.c
12969
12970 W83795 HARDWARE MONITORING DRIVER
12971 M:      Jean Delvare <jdelvare@suse.com>
12972 L:      linux-hwmon@vger.kernel.org
12973 S:      Maintained
12974 F:      drivers/hwmon/w83795.c
12975
12976 W83L51xD SD/MMC CARD INTERFACE DRIVER
12977 M:      Pierre Ossman <pierre@ossman.eu>
12978 S:      Maintained
12979 F:      drivers/mmc/host/wbsd.*
12980
12981 WACOM PROTOCOL 4 SERIAL TABLETS
12982 M:      Julian Squires <julian@cipht.net>
12983 M:      Hans de Goede <hdegoede@redhat.com>
12984 L:      linux-input@vger.kernel.org
12985 S:      Maintained
12986 F:      drivers/input/tablet/wacom_serial4.c
12987
12988 WATCHDOG DEVICE DRIVERS
12989 M:      Wim Van Sebroeck <wim@iguana.be>
12990 R:      Guenter Roeck <linux@roeck-us.net>
12991 L:      linux-watchdog@vger.kernel.org
12992 W:      http://www.linux-watchdog.org/
12993 T:      git git://www.linux-watchdog.org/linux-watchdog.git
12994 S:      Maintained
12995 F:      Documentation/devicetree/bindings/watchdog/
12996 F:      Documentation/watchdog/
12997 F:      drivers/watchdog/
12998 F:      include/linux/watchdog.h
12999 F:      include/uapi/linux/watchdog.h
13000
13001 WIIMOTE HID DRIVER
13002 M:      David Herrmann <dh.herrmann@googlemail.com>
13003 L:      linux-input@vger.kernel.org
13004 S:      Maintained
13005 F:      drivers/hid/hid-wiimote*
13006
13007 WINBOND CIR DRIVER
13008 M:      David Härdeman <david@hardeman.nu>
13009 S:      Maintained
13010 F:      drivers/media/rc/winbond-cir.c
13011
13012 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13013 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13014 L:      linux-watchdog@vger.kernel.org
13015 S:      Maintained
13016 F:      drivers/watchdog/ebc-c384_wdt.c
13017
13018 WINSYSTEMS WS16C48 GPIO DRIVER
13019 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13020 L:      linux-gpio@vger.kernel.org
13021 S:      Maintained
13022 F:      drivers/gpio/gpio-ws16c48.c
13023
13024 WIMAX STACK
13025 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
13026 M:      linux-wimax@intel.com
13027 L:      wimax@linuxwimax.org (subscribers-only)
13028 S:      Supported
13029 W:      http://linuxwimax.org
13030 F:      Documentation/wimax/README.wimax
13031 F:      include/linux/wimax/debug.h
13032 F:      include/net/wimax.h
13033 F:      include/uapi/linux/wimax.h
13034 F:      net/wimax/
13035
13036 WISTRON LAPTOP BUTTON DRIVER
13037 M:      Miloslav Trmac <mitr@volny.cz>
13038 S:      Maintained
13039 F:      drivers/input/misc/wistron_btns.c
13040
13041 WL3501 WIRELESS PCMCIA CARD DRIVER
13042 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
13043 L:      linux-wireless@vger.kernel.org
13044 W:      http://oops.ghostprotocols.net:81/blog
13045 S:      Maintained
13046 F:      drivers/net/wireless/wl3501*
13047
13048 WOLFSON MICROELECTRONICS DRIVERS
13049 L:      patches@opensource.wolfsonmicro.com
13050 T:      git https://github.com/CirrusLogic/linux-drivers.git
13051 W:      https://github.com/CirrusLogic/linux-drivers/wiki
13052 S:      Supported
13053 F:      Documentation/hwmon/wm83??
13054 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13055 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13056 F:      Documentation/devicetree/bindings/mfd/arizona.txt
13057 F:      arch/arm/mach-s3c64xx/mach-crag6410*
13058 F:      drivers/clk/clk-wm83*.c
13059 F:      drivers/extcon/extcon-arizona.c
13060 F:      drivers/leds/leds-wm83*.c
13061 F:      drivers/gpio/gpio-*wm*.c
13062 F:      drivers/gpio/gpio-arizona.c
13063 F:      drivers/hwmon/wm83??-hwmon.c
13064 F:      drivers/input/misc/wm831x-on.c
13065 F:      drivers/input/touchscreen/wm831x-ts.c
13066 F:      drivers/input/touchscreen/wm97*.c
13067 F:      drivers/mfd/arizona*
13068 F:      drivers/mfd/wm*.c
13069 F:      drivers/mfd/cs47l24*
13070 F:      drivers/power/supply/wm83*.c
13071 F:      drivers/rtc/rtc-wm83*.c
13072 F:      drivers/regulator/wm8*.c
13073 F:      drivers/video/backlight/wm83*_bl.c
13074 F:      drivers/watchdog/wm83*_wdt.c
13075 F:      include/linux/mfd/arizona/
13076 F:      include/linux/mfd/wm831x/
13077 F:      include/linux/mfd/wm8350/
13078 F:      include/linux/mfd/wm8400*
13079 F:      include/linux/wm97xx.h
13080 F:      include/sound/wm????.h
13081 F:      sound/soc/codecs/arizona.?
13082 F:      sound/soc/codecs/wm*
13083 F:      sound/soc/codecs/cs47l24*
13084
13085 WORKQUEUE
13086 M:      Tejun Heo <tj@kernel.org>
13087 R:      Lai Jiangshan <jiangshanlai@gmail.com>
13088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13089 S:      Maintained
13090 F:      include/linux/workqueue.h
13091 F:      kernel/workqueue.c
13092 F:      Documentation/workqueue.txt
13093
13094 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13095 M:      Chen-Yu Tsai <wens@csie.org>
13096 L:      linux-kernel@vger.kernel.org
13097 S:      Maintained
13098 N:      axp[128]
13099
13100 X.25 NETWORK LAYER
13101 M:      Andrew Hendry <andrew.hendry@gmail.com>
13102 L:      linux-x25@vger.kernel.org
13103 S:      Odd Fixes
13104 F:      Documentation/networking/x25*
13105 F:      include/net/x25*
13106 F:      net/x25/
13107
13108 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13109 M:      Thomas Gleixner <tglx@linutronix.de>
13110 M:      Ingo Molnar <mingo@redhat.com>
13111 M:      "H. Peter Anvin" <hpa@zytor.com>
13112 M:      x86@kernel.org
13113 L:      linux-kernel@vger.kernel.org
13114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13115 S:      Maintained
13116 F:      Documentation/x86/
13117 F:      arch/x86/
13118
13119 X86 PLATFORM DRIVERS
13120 M:      Darren Hart <dvhart@infradead.org>
13121 L:      platform-driver-x86@vger.kernel.org
13122 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13123 S:      Maintained
13124 F:      drivers/platform/x86/
13125 F:      drivers/platform/olpc/
13126
13127 X86 MCE INFRASTRUCTURE
13128 M:      Tony Luck <tony.luck@intel.com>
13129 M:      Borislav Petkov <bp@alien8.de>
13130 L:      linux-edac@vger.kernel.org
13131 S:      Maintained
13132 F:      arch/x86/kernel/cpu/mcheck/*
13133
13134 X86 MICROCODE UPDATE SUPPORT
13135 M:      Borislav Petkov <bp@alien8.de>
13136 S:      Maintained
13137 F:      arch/x86/kernel/cpu/microcode/*
13138
13139 X86 VDSO
13140 M:      Andy Lutomirski <luto@amacapital.net>
13141 L:      linux-kernel@vger.kernel.org
13142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13143 S:      Maintained
13144 F:      arch/x86/entry/vdso/
13145
13146 XC2028/3028 TUNER DRIVER
13147 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
13148 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
13149 L:      linux-media@vger.kernel.org
13150 W:      https://linuxtv.org
13151 T:      git git://linuxtv.org/media_tree.git
13152 S:      Maintained
13153 F:      drivers/media/tuners/tuner-xc2028.*
13154
13155 XEN HYPERVISOR INTERFACE
13156 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
13157 M:      David Vrabel <david.vrabel@citrix.com>
13158 M:      Juergen Gross <jgross@suse.com>
13159 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13160 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13161 S:      Supported
13162 F:      arch/x86/xen/
13163 F:      drivers/*/xen-*front.c
13164 F:      drivers/xen/
13165 F:      arch/x86/include/asm/xen/
13166 F:      include/xen/
13167 F:      include/uapi/xen/
13168
13169 XEN HYPERVISOR ARM
13170 M:      Stefano Stabellini <sstabellini@kernel.org>
13171 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13172 S:      Maintained
13173 F:      arch/arm/xen/
13174 F:      arch/arm/include/asm/xen/
13175
13176 XEN HYPERVISOR ARM64
13177 M:      Stefano Stabellini <sstabellini@kernel.org>
13178 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13179 S:      Maintained
13180 F:      arch/arm64/xen/
13181 F:      arch/arm64/include/asm/xen/
13182
13183 XEN NETWORK BACKEND DRIVER
13184 M:      Wei Liu <wei.liu2@citrix.com>
13185 M:      Paul Durrant <paul.durrant@citrix.com>
13186 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13187 L:      netdev@vger.kernel.org
13188 S:      Supported
13189 F:      drivers/net/xen-netback/*
13190
13191 XEN PCI SUBSYSTEM
13192 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13193 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13194 S:      Supported
13195 F:      arch/x86/pci/*xen*
13196 F:      drivers/pci/*xen*
13197
13198 XEN BLOCK SUBSYSTEM
13199 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13200 M:      Roger Pau Monné <roger.pau@citrix.com>
13201 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13202 S:      Supported
13203 F:      drivers/block/xen-blkback/*
13204 F:      drivers/block/xen*
13205
13206 XEN PVSCSI DRIVERS
13207 M:      Juergen Gross <jgross@suse.com>
13208 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13209 L:      linux-scsi@vger.kernel.org
13210 S:      Supported
13211 F:      drivers/scsi/xen-scsifront.c
13212 F:      drivers/xen/xen-scsiback.c
13213 F:      include/xen/interface/io/vscsiif.h
13214
13215 XEN SWIOTLB SUBSYSTEM
13216 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13217 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13218 S:      Supported
13219 F:      arch/x86/xen/*swiotlb*
13220 F:      drivers/xen/*swiotlb*
13221
13222 XFS FILESYSTEM
13223 M:      Dave Chinner <david@fromorbit.com>
13224 M:      linux-xfs@vger.kernel.org
13225 L:      linux-xfs@vger.kernel.org
13226 W:      http://xfs.org/
13227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
13228 S:      Supported
13229 F:      Documentation/filesystems/xfs.txt
13230 F:      fs/xfs/
13231
13232 XILINX AXI ETHERNET DRIVER
13233 M:      Anirudha Sarangi <anirudh@xilinx.com>
13234 M:      John Linn <John.Linn@xilinx.com>
13235 S:      Maintained
13236 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
13237
13238 XILINX UARTLITE SERIAL DRIVER
13239 M:      Peter Korsgaard <jacmet@sunsite.dk>
13240 L:      linux-serial@vger.kernel.org
13241 S:      Maintained
13242 F:      drivers/tty/serial/uartlite.c
13243
13244 XILINX VIDEO IP CORES
13245 M:      Hyun Kwon <hyun.kwon@xilinx.com>
13246 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13247 L:      linux-media@vger.kernel.org
13248 T:      git git://linuxtv.org/media_tree.git
13249 S:      Supported
13250 F:      Documentation/devicetree/bindings/media/xilinx/
13251 F:      drivers/media/platform/xilinx/
13252 F:      include/uapi/linux/xilinx-v4l2-controls.h
13253
13254 XILLYBUS DRIVER
13255 M:      Eli Billauer <eli.billauer@gmail.com>
13256 L:      linux-kernel@vger.kernel.org
13257 S:      Supported
13258 F:      drivers/char/xillybus/
13259
13260 XTENSA XTFPGA PLATFORM SUPPORT
13261 M:      Max Filippov <jcmvbkbc@gmail.com>
13262 L:      linux-xtensa@linux-xtensa.org
13263 S:      Maintained
13264 F:      drivers/spi/spi-xtensa-xtfpga.c
13265 F:      sound/soc/xtensa/xtfpga-i2s.c
13266
13267 YAM DRIVER FOR AX.25
13268 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
13269 L:      linux-hams@vger.kernel.org
13270 S:      Maintained
13271 F:      drivers/net/hamradio/yam*
13272 F:      include/linux/yam.h
13273
13274 YEALINK PHONE DRIVER
13275 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
13276 L:      usbb2k-api-dev@nongnu.org
13277 S:      Maintained
13278 F:      Documentation/input/yealink.txt
13279 F:      drivers/input/misc/yealink.*
13280
13281 Z8530 DRIVER FOR AX.25
13282 M:      Joerg Reuter <jreuter@yaina.de>
13283 W:      http://yaina.de/jreuter/
13284 W:      http://www.qsl.net/dl1bke/
13285 L:      linux-hams@vger.kernel.org
13286 S:      Maintained
13287 F:      Documentation/networking/z8530drv.txt
13288 F:      drivers/net/hamradio/*scc.c
13289 F:      drivers/net/hamradio/z8530.h
13290
13291 ZBUD COMPRESSED PAGE ALLOCATOR
13292 M:      Seth Jennings <sjenning@redhat.com>
13293 L:      linux-mm@kvack.org
13294 S:      Maintained
13295 F:      mm/zbud.c
13296 F:      include/linux/zbud.h
13297
13298 ZD1211RW WIRELESS DRIVER
13299 M:      Daniel Drake <dsd@gentoo.org>
13300 M:      Ulrich Kunitz <kune@deine-taler.de>
13301 W:      http://zd1211.ath.cx/wiki/DriverRewrite
13302 L:      linux-wireless@vger.kernel.org
13303 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
13304 S:      Maintained
13305 F:      drivers/net/wireless/zydas/zd1211rw/
13306
13307 ZPOOL COMPRESSED PAGE STORAGE API
13308 M:      Dan Streetman <ddstreet@ieee.org>
13309 L:      linux-mm@kvack.org
13310 S:      Maintained
13311 F:      mm/zpool.c
13312 F:      include/linux/zpool.h
13313
13314 ZR36067 VIDEO FOR LINUX DRIVER
13315 L:      mjpeg-users@lists.sourceforge.net
13316 L:      linux-media@vger.kernel.org
13317 W:      http://mjpeg.sourceforge.net/driver-zoran/
13318 T:      hg https://linuxtv.org/hg/v4l-dvb
13319 S:      Odd Fixes
13320 F:      drivers/media/pci/zoran/
13321
13322 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13323 M:      Minchan Kim <minchan@kernel.org>
13324 M:      Nitin Gupta <ngupta@vflare.org>
13325 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13326 L:      linux-kernel@vger.kernel.org
13327 S:      Maintained
13328 F:      drivers/block/zram/
13329 F:      Documentation/blockdev/zram.txt
13330
13331 ZS DECSTATION Z85C30 SERIAL DRIVER
13332 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
13333 S:      Maintained
13334 F:      drivers/tty/serial/zs.*
13335
13336 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13337 M:      Minchan Kim <minchan@kernel.org>
13338 M:      Nitin Gupta <ngupta@vflare.org>
13339 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13340 L:      linux-mm@kvack.org
13341 S:      Maintained
13342 F:      mm/zsmalloc.c
13343 F:      include/linux/zsmalloc.h
13344 F:      Documentation/vm/zsmalloc.txt
13345
13346 ZSWAP COMPRESSED SWAP CACHING
13347 M:      Seth Jennings <sjenning@redhat.com>
13348 L:      linux-mm@kvack.org
13349 S:      Maintained
13350 F:      mm/zswap.c
13351
13352 THE REST
13353 M:      Linus Torvalds <torvalds@linux-foundation.org>
13354 L:      linux-kernel@vger.kernel.org
13355 Q:      http://patchwork.kernel.org/project/LKML/list/
13356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13357 S:      Buried alive in reporters
13358 F:      *
13359 F:      */