Merge tag 'mmc-v4.8' of git://git.linaro.org/people/ulf.hansson/mmc
[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 TRIPLE SPEED ETHERNET DRIVER
616 M:      Vince Bridgers <vbridger@opensource.altera.com>
617 L:      netdev@vger.kernel.org
618 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
619 S:      Maintained
620 F:      drivers/net/ethernet/altera/
621
622 ALTERA UART/JTAG UART SERIAL DRIVERS
623 M:      Tobias Klauser <tklauser@distanz.ch>
624 L:      linux-serial@vger.kernel.org
625 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
626 S:      Maintained
627 F:      drivers/tty/serial/altera_uart.c
628 F:      drivers/tty/serial/altera_jtaguart.c
629 F:      include/linux/altera_uart.h
630 F:      include/linux/altera_jtaguart.h
631
632 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
633 M:      Tom Lendacky <thomas.lendacky@amd.com>
634 M:      Gary Hook <gary.hook@amd.com>
635 L:      linux-crypto@vger.kernel.org
636 S:      Supported
637 F:      drivers/crypto/ccp/
638 F:      include/linux/ccp.h
639
640 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
641 M:      Huang Rui <ray.huang@amd.com>
642 L:      linux-hwmon@vger.kernel.org
643 S:      Supported
644 F:      Documentation/hwmon/fam15h_power
645 F:      drivers/hwmon/fam15h_power.c
646
647 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
648 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
649 S:      Orphan
650 F:      drivers/usb/gadget/udc/amd5536udc.*
651
652 AMD GEODE PROCESSOR/CHIPSET SUPPORT
653 P:      Andres Salomon <dilinger@queued.net>
654 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
655 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
656 S:      Supported
657 F:      drivers/char/hw_random/geode-rng.c
658 F:      drivers/crypto/geode*
659 F:      drivers/video/fbdev/geode/
660 F:      arch/x86/include/asm/geode.h
661
662 AMD IOMMU (AMD-VI)
663 M:      Joerg Roedel <joro@8bytes.org>
664 L:      iommu@lists.linux-foundation.org
665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
666 S:      Maintained
667 F:      drivers/iommu/amd_iommu*.[ch]
668 F:      include/linux/amd-iommu.h
669
670 AMD KFD
671 M:      Oded Gabbay <oded.gabbay@gmail.com>
672 L:      dri-devel@lists.freedesktop.org
673 T:      git git://people.freedesktop.org/~gabbayo/linux.git
674 S:      Supported
675 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
676 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
677 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
678 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
679 F:      drivers/gpu/drm/amd/amdkfd/
680 F:      drivers/gpu/drm/amd/include/cik_structs.h
681 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
682 F:      drivers/gpu/drm/amd/include/vi_structs.h
683 F:      drivers/gpu/drm/radeon/radeon_kfd.c
684 F:      drivers/gpu/drm/radeon/radeon_kfd.h
685 F:      include/uapi/linux/kfd_ioctl.h
686
687 AMD SEATTLE DEVICE TREE SUPPORT
688 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
689 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
690 M:      Tom Lendacky <thomas.lendacky@amd.com>
691 S:      Supported
692 F:      arch/arm64/boot/dts/amd/
693
694 AMD XGBE DRIVER
695 M:      Tom Lendacky <thomas.lendacky@amd.com>
696 L:      netdev@vger.kernel.org
697 S:      Supported
698 F:      drivers/net/ethernet/amd/xgbe/
699 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
700
701 AMS (Apple Motion Sensor) DRIVER
702 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
703 S:      Supported
704 F:      drivers/macintosh/ams/
705
706 ANALOG DEVICES INC AD9389B DRIVER
707 M:      Hans Verkuil <hans.verkuil@cisco.com>
708 L:      linux-media@vger.kernel.org
709 S:      Maintained
710 F:      drivers/media/i2c/ad9389b*
711
712 ANALOG DEVICES INC ADV7180 DRIVER
713 M:      Lars-Peter Clausen <lars@metafoo.de>
714 L:      linux-media@vger.kernel.org
715 W:      http://ez.analog.com/community/linux-device-drivers
716 S:      Supported
717 F:      drivers/media/i2c/adv7180.c
718
719 ANALOG DEVICES INC ADV7511 DRIVER
720 M:      Hans Verkuil <hans.verkuil@cisco.com>
721 L:      linux-media@vger.kernel.org
722 S:      Maintained
723 F:      drivers/media/i2c/adv7511*
724
725 ANALOG DEVICES INC ADV7604 DRIVER
726 M:      Hans Verkuil <hans.verkuil@cisco.com>
727 L:      linux-media@vger.kernel.org
728 S:      Maintained
729 F:      drivers/media/i2c/adv7604*
730
731 ANALOG DEVICES INC ADV7842 DRIVER
732 M:      Hans Verkuil <hans.verkuil@cisco.com>
733 L:      linux-media@vger.kernel.org
734 S:      Maintained
735 F:      drivers/media/i2c/adv7842*
736
737 ANALOG DEVICES INC ASOC CODEC DRIVERS
738 M:      Lars-Peter Clausen <lars@metafoo.de>
739 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
740 W:      http://wiki.analog.com/
741 W:      http://ez.analog.com/community/linux-device-drivers
742 S:      Supported
743 F:      sound/soc/codecs/adau*
744 F:      sound/soc/codecs/adav*
745 F:      sound/soc/codecs/ad1*
746 F:      sound/soc/codecs/ad7*
747 F:      sound/soc/codecs/ssm*
748 F:      sound/soc/codecs/sigmadsp.*
749
750 ANALOG DEVICES INC ASOC DRIVERS
751 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
752 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
753 W:      http://blackfin.uclinux.org/
754 S:      Supported
755 F:      sound/soc/blackfin/*
756
757 ANALOG DEVICES INC IIO DRIVERS
758 M:      Lars-Peter Clausen <lars@metafoo.de>
759 M:      Michael Hennerich <Michael.Hennerich@analog.com>
760 W:      http://wiki.analog.com/
761 W:      http://ez.analog.com/community/linux-device-drivers
762 S:      Supported
763 F:      drivers/iio/*/ad*
764 X:      drivers/iio/*/adjd*
765 F:      drivers/staging/iio/*/ad*
766 F:      staging/iio/trigger/iio-trig-bfin-timer.c
767
768 ANALOG DEVICES INC DMA DRIVERS
769 M:      Lars-Peter Clausen <lars@metafoo.de>
770 W:      http://ez.analog.com/community/linux-device-drivers
771 S:      Supported
772 F:      drivers/dma/dma-axi-dmac.c
773
774 ANDROID DRIVERS
775 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
776 M:      Arve Hjønnevåg <arve@android.com>
777 M:      Riley Andrews <riandrews@android.com>
778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
779 L:      devel@driverdev.osuosl.org
780 S:      Supported
781 F:      drivers/android/
782 F:      drivers/staging/android/
783
784 ANDROID ION DRIVER
785 M:      Laura Abbott <labbott@redhat.com>
786 M:      Sumit Semwal <sumit.semwal@linaro.org>
787 L:      devel@driverdev.osuosl.org
788 S:      Supported
789 F:      drivers/staging/android/ion
790 F:      drivers/staging/android/uapi/ion.h
791 F:      drivers/staging/android/uapi/ion_test.h
792
793 AOA (Apple Onboard Audio) ALSA DRIVER
794 M:      Johannes Berg <johannes@sipsolutions.net>
795 L:      linuxppc-dev@lists.ozlabs.org
796 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
797 S:      Maintained
798 F:      sound/aoa/
799
800 APEX EMBEDDED SYSTEMS STX104 DAC DRIVER
801 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
802 L:      linux-iio@vger.kernel.org
803 S:      Maintained
804 F:      drivers/iio/dac/stx104.c
805
806 APM DRIVER
807 M:      Jiri Kosina <jikos@kernel.org>
808 S:      Odd fixes
809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
810 F:      arch/x86/kernel/apm_32.c
811 F:      include/linux/apm_bios.h
812 F:      include/uapi/linux/apm_bios.h
813 F:      drivers/char/apm-emulation.c
814
815 APPLE BCM5974 MULTITOUCH DRIVER
816 M:      Henrik Rydberg <rydberg@bitmath.org>
817 L:      linux-input@vger.kernel.org
818 S:      Odd fixes
819 F:      drivers/input/mouse/bcm5974.c
820
821 APPLE SMC DRIVER
822 M:      Henrik Rydberg <rydberg@bitmath.org>
823 L:      linux-hwmon@vger.kernel.org
824 S:      Odd fixes
825 F:      drivers/hwmon/applesmc.c
826
827 APPLETALK NETWORK LAYER
828 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
829 S:      Maintained
830 F:      drivers/net/appletalk/
831 F:      net/appletalk/
832
833 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
834 M:      Duc Dang <dhdang@apm.com>
835 S:      Supported
836 F:      arch/arm64/boot/dts/apm/
837
838 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
839 M:      Iyappan Subramanian <isubramanian@apm.com>
840 M:      Keyur Chudgar <kchudgar@apm.com>
841 S:      Supported
842 F:      drivers/net/ethernet/apm/xgene/
843 F:      drivers/net/phy/mdio-xgene.c
844 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
845 F:      Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
846
847 APTINA CAMERA SENSOR PLL
848 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
849 L:      linux-media@vger.kernel.org
850 S:      Maintained
851 F:      drivers/media/i2c/aptina-pll.*
852
853 ARC FRAMEBUFFER DRIVER
854 M:      Jaya Kumar <jayalk@intworks.biz>
855 S:      Maintained
856 F:      drivers/video/fbdev/arcfb.c
857 F:      drivers/video/fbdev/core/fb_defio.c
858
859 ARCNET NETWORK LAYER
860 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
861 L:      netdev@vger.kernel.org
862 S:      Maintained
863 F:      drivers/net/arcnet/
864 F:      include/uapi/linux/if_arcnet.h
865
866 ARC PGU DRM DRIVER
867 M:      Alexey Brodkin <abrodkin@synopsys.com>
868 S:      Supported
869 F:      drivers/gpu/drm/arc/
870 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
871
872 ARM HDLCD DRM DRIVER
873 M:      Liviu Dudau <liviu.dudau@arm.com>
874 S:      Supported
875 F:      drivers/gpu/drm/arm/
876 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
877
878 ARM MFM AND FLOPPY DRIVERS
879 M:      Ian Molton <spyro@f2s.com>
880 S:      Maintained
881 F:      arch/arm/lib/floppydma.S
882 F:      arch/arm/include/asm/floppy.h
883
884 ARM PMU PROFILING AND DEBUGGING
885 M:      Will Deacon <will.deacon@arm.com>
886 R:      Mark Rutland <mark.rutland@arm.com>
887 S:      Maintained
888 F:      arch/arm*/kernel/perf_*
889 F:      arch/arm/oprofile/common.c
890 F:      arch/arm*/kernel/hw_breakpoint.c
891 F:      arch/arm*/include/asm/hw_breakpoint.h
892 F:      arch/arm*/include/asm/perf_event.h
893 F:      drivers/perf/arm_pmu.c
894 F:      include/linux/perf/arm_pmu.h
895
896 ARM PORT
897 M:      Russell King <linux@armlinux.org.uk>
898 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
899 W:      http://www.armlinux.org.uk/
900 S:      Maintained
901 F:      arch/arm/
902
903 ARM SUB-ARCHITECTURES
904 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
905 S:      Maintained
906 F:      arch/arm/mach-*/
907 F:      arch/arm/plat-*/
908 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
909
910 ARM PRIMECELL AACI PL041 DRIVER
911 M:      Russell King <linux@armlinux.org.uk>
912 S:      Maintained
913 F:      sound/arm/aaci.*
914
915 ARM PRIMECELL CLCD PL110 DRIVER
916 M:      Russell King <linux@armlinux.org.uk>
917 S:      Maintained
918 F:      drivers/video/fbdev/amba-clcd.*
919
920 ARM PRIMECELL KMI PL050 DRIVER
921 M:      Russell King <linux@armlinux.org.uk>
922 S:      Maintained
923 F:      drivers/input/serio/ambakmi.*
924 F:      include/linux/amba/kmi.h
925
926 ARM PRIMECELL MMCI PL180/1 DRIVER
927 M:      Russell King <linux@armlinux.org.uk>
928 S:      Maintained
929 F:      drivers/mmc/host/mmci.*
930 F:      include/linux/amba/mmci.h
931
932 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
933 M:      Russell King <linux@armlinux.org.uk>
934 S:      Maintained
935 F:      drivers/tty/serial/amba-pl01*.c
936 F:      include/linux/amba/serial.h
937
938 ARM PRIMECELL BUS SUPPORT
939 M:      Russell King <linux@armlinux.org.uk>
940 S:      Maintained
941 F:      drivers/amba/
942 F:      include/linux/amba/bus.h
943
944 ARM/ADS SPHERE MACHINE SUPPORT
945 M:      Lennert Buytenhek <kernel@wantstofly.org>
946 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
947 S:      Maintained
948
949 ARM/AFEB9260 MACHINE SUPPORT
950 M:      Sergey Lapin <slapin@ossfans.org>
951 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
952 S:      Maintained
953
954 ARM/AJECO 1ARM MACHINE SUPPORT
955 M:      Lennert Buytenhek <kernel@wantstofly.org>
956 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
957 S:      Maintained
958
959 ARM/Allwinner sunXi SoC support
960 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
961 M:      Chen-Yu Tsai <wens@csie.org>
962 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
963 S:      Maintained
964 N:      sun[x456789]i
965
966 ARM/Allwinner SoC Clock Support
967 M:      Emilio López <emilio@elopez.com.ar>
968 S:      Maintained
969 F:      drivers/clk/sunxi/
970
971 ARM/Amlogic Meson SoC support
972 M:      Carlo Caione <carlo@caione.org>
973 M:      Kevin Hilman <khilman@baylibre.com>
974 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
975 L:      linux-amlogic@lists.infradead.org
976 W:      http://linux-meson.com/
977 S:      Maintained
978 F:      arch/arm/mach-meson/
979 F:      arch/arm/boot/dts/meson*
980 F:      arch/arm64/boot/dts/amlogic/
981 F:      drivers/pinctrl/meson/
982 N:      meson
983
984 ARM/Annapurna Labs ALPINE ARCHITECTURE
985 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
986 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
987 S:      Maintained
988 F:      arch/arm/mach-alpine/
989 F:      arch/arm/boot/dts/alpine*
990 F:      arch/arm64/boot/dts/al/
991 F:      drivers/*/*alpine*
992
993 ARM/ARTPEC MACHINE SUPPORT
994 M:      Jesper Nilsson <jesper.nilsson@axis.com>
995 M:      Lars Persson <lars.persson@axis.com>
996 M:      Niklas Cassel <niklas.cassel@axis.com>
997 S:      Maintained
998 L:      linux-arm-kernel@axis.com
999 F:      arch/arm/mach-artpec
1000 F:      arch/arm/boot/dts/artpec6*
1001 F:      drivers/clk/axis
1002
1003 ARM/ASPEED MACHINE SUPPORT
1004 M:      Joel Stanley <joel@jms.id.au>
1005 S:      Maintained
1006 F:      arch/arm/mach-aspeed/
1007 F:      arch/arm/boot/dts/aspeed-*
1008 F:      drivers/*/*aspeed*
1009
1010 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1011 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1012 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
1013 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1014 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1015 W:      http://www.linux4sam.org
1016 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1017 S:      Supported
1018 F:      arch/arm/mach-at91/
1019 F:      include/soc/at91/
1020 F:      arch/arm/boot/dts/at91*.dts
1021 F:      arch/arm/boot/dts/at91*.dtsi
1022 F:      arch/arm/boot/dts/sama*.dts
1023 F:      arch/arm/boot/dts/sama*.dtsi
1024 F:      arch/arm/include/debug/at91.S
1025
1026 ARM/ATMEL AT91 Clock Support
1027 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
1028 S:      Maintained
1029 F:      drivers/clk/at91
1030
1031 ARM/CALXEDA HIGHBANK ARCHITECTURE
1032 M:      Rob Herring <robh@kernel.org>
1033 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1034 S:      Maintained
1035 F:      arch/arm/mach-highbank/
1036 F:      arch/arm/boot/dts/highbank.dts
1037 F:      arch/arm/boot/dts/ecx-*.dts*
1038
1039 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1040 M:      Krzysztof Halasa <khalasa@piap.pl>
1041 S:      Maintained
1042 F:      arch/arm/mach-cns3xxx/
1043
1044 ARM/CAVIUM THUNDER NETWORK DRIVER
1045 M:      Sunil Goutham <sgoutham@cavium.com>
1046 M:      Robert Richter <rric@kernel.org>
1047 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1048 S:      Supported
1049 F:      drivers/net/ethernet/cavium/thunder/
1050
1051 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1052 M:      Alexander Shiyan <shc_work@mail.ru>
1053 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1054 S:      Odd Fixes
1055 N:      clps711x
1056
1057 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1058 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1059 M:      Ryan Mallon <rmallon@gmail.com>
1060 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1061 S:      Maintained
1062 F:      arch/arm/mach-ep93xx/
1063 F:      arch/arm/mach-ep93xx/include/mach/
1064
1065 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1066 M:      Lennert Buytenhek <kernel@wantstofly.org>
1067 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1068 S:      Maintained
1069
1070 ARM/CLKDEV SUPPORT
1071 M:      Russell King <linux@armlinux.org.uk>
1072 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1073 S:      Maintained
1074 F:      arch/arm/include/asm/clkdev.h
1075 F:      drivers/clk/clkdev.c
1076
1077 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1078 M:      Mike Rapoport <mike@compulab.co.il>
1079 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1080 S:      Maintained
1081
1082 ARM/CONTEC MICRO9 MACHINE SUPPORT
1083 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1084 S:      Maintained
1085 F:      arch/arm/mach-ep93xx/micro9.c
1086
1087 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1088 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1089 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1090 S:      Maintained
1091 F:      drivers/hwtracing/coresight/*
1092 F:      Documentation/trace/coresight.txt
1093 F:      Documentation/devicetree/bindings/arm/coresight.txt
1094 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1095
1096 ARM/CORGI MACHINE SUPPORT
1097 M:      Richard Purdie <rpurdie@rpsys.net>
1098 S:      Maintained
1099
1100 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1101 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1102 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1103 T:      git git://github.com/ulli-kroll/linux.git
1104 S:      Maintained
1105 F:      arch/arm/mach-gemini/
1106 F:      drivers/rtc/rtc-gemini.c
1107
1108 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1109 M:      Barry Song <baohua@kernel.org>
1110 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1112 S:      Maintained
1113 F:      arch/arm/boot/dts/prima2*
1114 F:      arch/arm/mach-prima2/
1115 F:      drivers/clk/sirf/
1116 F:      drivers/clocksource/timer-prima2.c
1117 F:      drivers/clocksource/timer-atlas7.c
1118 N:      [^a-z]sirf
1119
1120 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1121 M:      Baruch Siach <baruch@tkos.co.il>
1122 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1123 S:      Maintained
1124 F:      arch/arm/boot/dts/cx92755*
1125 N:      digicolor
1126
1127 ARM/EBSA110 MACHINE SUPPORT
1128 M:      Russell King <linux@armlinux.org.uk>
1129 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130 W:      http://www.armlinux.org.uk/
1131 S:      Maintained
1132 F:      arch/arm/mach-ebsa110/
1133 F:      drivers/net/ethernet/amd/am79c961a.*
1134
1135 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1136 M:      Uwe Kleine-König <kernel@pengutronix.de>
1137 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1138 S:      Maintained
1139 N:      efm32
1140
1141 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1142 M:      Daniel Ribeiro <drwyrm@gmail.com>
1143 M:      Stefan Schmidt <stefan@openezx.org>
1144 M:      Harald Welte <laforge@openezx.org>
1145 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1146 W:      http://www.openezx.org/
1147 S:      Maintained
1148 T:      topgit git://git.openezx.org/openezx.git
1149 F:      arch/arm/mach-pxa/ezx.c
1150
1151 ARM/FARADAY FA526 PORT
1152 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1153 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1154 S:      Maintained
1155 T:      git git://git.berlios.de/gemini-board
1156 F:      arch/arm/mm/*-fa*
1157
1158 ARM/FOOTBRIDGE ARCHITECTURE
1159 M:      Russell King <linux@armlinux.org.uk>
1160 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1161 W:      http://www.armlinux.org.uk/
1162 S:      Maintained
1163 F:      arch/arm/include/asm/hardware/dec21285.h
1164 F:      arch/arm/mach-footbridge/
1165
1166 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1167 M:      Shawn Guo <shawnguo@kernel.org>
1168 M:      Sascha Hauer <kernel@pengutronix.de>
1169 R:      Fabio Estevam <fabio.estevam@nxp.com>
1170 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1171 S:      Maintained
1172 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1173 F:      arch/arm/mach-imx/
1174 F:      arch/arm/mach-mxs/
1175 F:      arch/arm/boot/dts/imx*
1176 F:      arch/arm/configs/imx*_defconfig
1177 F:      drivers/clk/imx/
1178 F:      include/soc/imx/
1179
1180 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1181 M:      Shawn Guo <shawnguo@kernel.org>
1182 M:      Sascha Hauer <kernel@pengutronix.de>
1183 R:      Stefan Agner <stefan@agner.ch>
1184 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1185 S:      Maintained
1186 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1187 F:      arch/arm/mach-imx/*vf610*
1188 F:      arch/arm/boot/dts/vf*
1189
1190 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1191 M:      Lennert Buytenhek <kernel@wantstofly.org>
1192 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1193 S:      Maintained
1194
1195 ARM/GUMSTIX MACHINE SUPPORT
1196 M:      Steve Sakoman <sakoman@gmail.com>
1197 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1198 S:      Maintained
1199
1200 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1201 M:      Philipp Zabel <philipp.zabel@gmail.com>
1202 M:      Paul Parsons <lost.distance@yahoo.com>
1203 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1204 S:      Maintained
1205 F:      arch/arm/mach-pxa/hx4700.c
1206 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1207 F:      sound/soc/pxa/hx4700.c
1208
1209 ARM/HISILICON SOC SUPPORT
1210 M:      Wei Xu <xuwei5@hisilicon.com>
1211 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1212 W:      http://www.hisilicon.com
1213 S:      Supported
1214 T:      git git://github.com/hisilicon/linux-hisi.git
1215 F:      arch/arm/mach-hisi/
1216 F:      arch/arm/boot/dts/hi3*
1217 F:      arch/arm/boot/dts/hip*
1218 F:      arch/arm/boot/dts/hisi*
1219 F:      arch/arm64/boot/dts/hisilicon/
1220
1221 ARM/HP JORNADA 7XX MACHINE SUPPORT
1222 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1223 W:      www.jlime.com
1224 S:      Maintained
1225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1226 F:      arch/arm/mach-sa1100/jornada720.c
1227 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1228
1229 ARM/IGEP MACHINE SUPPORT
1230 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1231 M:      Javier Martinez Canillas <javier@dowhile0.org>
1232 L:      linux-omap@vger.kernel.org
1233 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1234 S:      Maintained
1235 F:      arch/arm/boot/dts/omap3-igep*
1236
1237 ARM/INCOME PXA270 SUPPORT
1238 M:      Marek Vasut <marek.vasut@gmail.com>
1239 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1240 S:      Maintained
1241 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1242
1243 ARM/INTEL IOP32X ARM ARCHITECTURE
1244 M:      Lennert Buytenhek <kernel@wantstofly.org>
1245 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1246 S:      Maintained
1247
1248 ARM/INTEL IOP33X ARM ARCHITECTURE
1249 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1250 S:      Orphan
1251
1252 ARM/INTEL IOP13XX ARM ARCHITECTURE
1253 M:      Lennert Buytenhek <kernel@wantstofly.org>
1254 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1255 S:      Maintained
1256
1257 ARM/INTEL IQ81342EX MACHINE SUPPORT
1258 M:      Lennert Buytenhek <kernel@wantstofly.org>
1259 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1260 S:      Maintained
1261
1262 ARM/INTEL IXDP2850 MACHINE SUPPORT
1263 M:      Lennert Buytenhek <kernel@wantstofly.org>
1264 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1265 S:      Maintained
1266
1267 ARM/INTEL IXP4XX ARM ARCHITECTURE
1268 M:      Imre Kaloz <kaloz@openwrt.org>
1269 M:      Krzysztof Halasa <khalasa@piap.pl>
1270 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1271 S:      Maintained
1272 F:      arch/arm/mach-ixp4xx/
1273
1274 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1275 M:      Jonathan Cameron <jic23@cam.ac.uk>
1276 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1277 S:      Maintained
1278 F:      arch/arm/mach-pxa/stargate2.c
1279 F:      drivers/pcmcia/pxa2xx_stargate2.c
1280
1281 ARM/INTEL XSC3 (MANZANO) ARM CORE
1282 M:      Lennert Buytenhek <kernel@wantstofly.org>
1283 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1284 S:      Maintained
1285
1286 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1287 M:      Lennert Buytenhek <kernel@wantstofly.org>
1288 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1289 S:      Maintained
1290
1291 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1292 M:      Santosh Shilimkar <ssantosh@kernel.org>
1293 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1294 S:      Maintained
1295 F:      arch/arm/mach-keystone/
1296 F:      arch/arm/boot/dts/keystone-*
1297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1298
1299 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1300 M:      Santosh Shilimkar <ssantosh@kernel.org>
1301 L:      linux-kernel@vger.kernel.org
1302 S:      Maintained
1303 F:      drivers/clk/keystone/
1304
1305 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1306 M:      Santosh Shilimkar <ssantosh@kernel.org>
1307 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1308 L:      linux-kernel@vger.kernel.org
1309 S:      Maintained
1310 F:      drivers/clocksource/timer-keystone.c
1311
1312 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1313 M:      Santosh Shilimkar <ssantosh@kernel.org>
1314 L:      linux-kernel@vger.kernel.org
1315 S:      Maintained
1316 F:      drivers/power/reset/keystone-reset.c
1317
1318 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1319 M:      Santosh Shilimkar <ssantosh@kernel.org>
1320 L:      linux-kernel@vger.kernel.org
1321 S:      Maintained
1322 F:      drivers/memory/*emif*
1323
1324 ARM/LG1K ARCHITECTURE
1325 M:      Chanho Min <chanho.min@lge.com>
1326 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1327 S:      Maintained
1328 F:      arch/arm64/boot/dts/lg/
1329
1330 ARM/LOGICPD PXA270 MACHINE SUPPORT
1331 M:      Lennert Buytenhek <kernel@wantstofly.org>
1332 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1333 S:      Maintained
1334
1335 ARM/LPC18XX ARCHITECTURE
1336 M:      Joachim Eastwood <manabian@gmail.com>
1337 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1338 S:      Maintained
1339 F:      arch/arm/boot/dts/lpc43*
1340 F:      drivers/clk/nxp/clk-lpc18xx*
1341 F:      drivers/clocksource/time-lpc32xx.c
1342 F:      drivers/i2c/busses/i2c-lpc2k.c
1343 F:      drivers/memory/pl172.c
1344 F:      drivers/mtd/spi-nor/nxp-spifi.c
1345 F:      drivers/rtc/rtc-lpc24xx.c
1346 N:      lpc18xx
1347
1348 ARM/LPC32XX SOC SUPPORT
1349 M:      Vladimir Zapolskiy <vz@mleia.com>
1350 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1351 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1352 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1353 S:      Maintained
1354 F:      arch/arm/boot/dts/lpc32*
1355 F:      arch/arm/mach-lpc32xx/
1356 F:      drivers/i2c/busses/i2c-pnx.c
1357 F:      drivers/net/ethernet/nxp/lpc_eth.c
1358 F:      drivers/usb/host/ohci-nxp.c
1359 F:      drivers/watchdog/pnx4008_wdt.c
1360 N:      lpc32xx
1361
1362 ARM/MAGICIAN MACHINE SUPPORT
1363 M:      Philipp Zabel <philipp.zabel@gmail.com>
1364 S:      Maintained
1365
1366 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1367 M:      Jason Cooper <jason@lakedaemon.net>
1368 M:      Andrew Lunn <andrew@lunn.ch>
1369 M:      Gregory Clement <gregory.clement@free-electrons.com>
1370 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1371 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1372 S:      Maintained
1373 F:      arch/arm/mach-mvebu/
1374 F:      drivers/rtc/rtc-armada38x.c
1375 F:      arch/arm/boot/dts/armada*
1376 F:      arch/arm/boot/dts/kirkwood*
1377 F:      arch/arm64/boot/dts/marvell/armada*
1378 F:      drivers/cpufreq/mvebu-cpufreq.c
1379 F:      arch/arm/configs/mvebu_*_defconfig
1380
1381 ARM/Marvell Berlin SoC support
1382 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1383 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1384 S:      Maintained
1385 F:      arch/arm/mach-berlin/
1386 F:      arch/arm/boot/dts/berlin*
1387 F:      arch/arm64/boot/dts/marvell/berlin*
1388
1389
1390 ARM/Marvell Dove/MV78xx0/Orion SOC support
1391 M:      Jason Cooper <jason@lakedaemon.net>
1392 M:      Andrew Lunn <andrew@lunn.ch>
1393 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1394 M:      Gregory Clement <gregory.clement@free-electrons.com>
1395 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1396 S:      Maintained
1397 F:      arch/arm/mach-dove/
1398 F:      arch/arm/mach-mv78xx0/
1399 F:      arch/arm/mach-orion5x/
1400 F:      arch/arm/plat-orion/
1401 F:      arch/arm/boot/dts/dove*
1402 F:      arch/arm/boot/dts/orion5x*
1403
1404
1405 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1406 M:      Alexander Clouter <alex@digriz.org.uk>
1407 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1408 W:      http://www.digriz.org.uk/ts78xx/kernel
1409 S:      Maintained
1410 F:      arch/arm/mach-orion5x/ts78xx-*
1411
1412 ARM/OXNAS platform support
1413 M:      Neil Armstrong <narmstrong@baylibre.com>
1414 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1415 S:      Maintained
1416 F:      arch/arm/mach-oxnas/
1417 F:      arch/arm/boot/dts/oxnas*
1418 F:      arch/arm/boot/dts/wd-mbwe.dts
1419 N:      oxnas
1420
1421 ARM/Mediatek RTC DRIVER
1422 M:      Eddie Huang <eddie.huang@mediatek.com>
1423 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1424 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1425 S:      Maintained
1426 F:      drivers/rtc/rtc-mt6397.c
1427
1428 ARM/Mediatek SoC support
1429 M:      Matthias Brugger <matthias.bgg@gmail.com>
1430 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1431 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1432 S:      Maintained
1433 F:      arch/arm/boot/dts/mt6*
1434 F:      arch/arm/boot/dts/mt8*
1435 F:      arch/arm/mach-mediatek/
1436 N:      mtk
1437 K:      mediatek
1438
1439 ARM/Mediatek USB3 PHY DRIVER
1440 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1441 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1442 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1443 S:      Maintained
1444 F:      drivers/phy/phy-mt65xx-usb3.c
1445
1446 ARM/MICREL KS8695 ARCHITECTURE
1447 M:      Greg Ungerer <gerg@uclinux.org>
1448 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1449 F:      arch/arm/mach-ks8695/
1450 S:      Odd Fixes
1451
1452 ARM/MIOA701 MACHINE SUPPORT
1453 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1454 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1455 F:      arch/arm/mach-pxa/mioa701.c
1456 S:      Maintained
1457
1458 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1459 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1460 S:      Maintained
1461
1462 ARM/NOMADIK ARCHITECTURE
1463 M:      Alessandro Rubini <rubini@unipv.it>
1464 M:      Linus Walleij <linus.walleij@linaro.org>
1465 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1466 S:      Maintained
1467 F:      arch/arm/mach-nomadik/
1468 F:      drivers/pinctrl/nomadik/
1469 F:      drivers/i2c/busses/i2c-nomadik.c
1470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1471
1472 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1473 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1474 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1475 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1476 S:      Supported
1477
1478 ARM/TOSA MACHINE SUPPORT
1479 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1480 M:      Dirk Opfer <dirk@opfer-online.de>
1481 S:      Maintained
1482
1483 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1484 M:      Marek Vasut <marek.vasut@gmail.com>
1485 L:      linux-arm-kernel@lists.infradead.org
1486 W:      http://hackndev.com
1487 S:      Maintained
1488 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1489 F:      arch/arm/mach-pxa/palmtx.c
1490 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1491 F:      arch/arm/mach-pxa/palmt5.c
1492 F:      arch/arm/mach-pxa/include/mach/palmld.h
1493 F:      arch/arm/mach-pxa/palmld.c
1494 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1495 F:      arch/arm/mach-pxa/palmte2.c
1496 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1497 F:      arch/arm/mach-pxa/palmtc.c
1498
1499 ARM/PALM TREO SUPPORT
1500 M:      Tomas Cech <sleep_walker@suse.com>
1501 L:      linux-arm-kernel@lists.infradead.org
1502 W:      http://hackndev.com
1503 S:      Maintained
1504 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1505 F:      arch/arm/mach-pxa/palmtreo.c
1506
1507 ARM/PALMZ72 SUPPORT
1508 M:      Sergey Lapin <slapin@ossfans.org>
1509 L:      linux-arm-kernel@lists.infradead.org
1510 W:      http://hackndev.com
1511 S:      Maintained
1512 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1513 F:      arch/arm/mach-pxa/palmz72.c
1514
1515 ARM/PLEB SUPPORT
1516 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1517 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1518 S:      Maintained
1519
1520 ARM/PT DIGITAL BOARD PORT
1521 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1522 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1523 W:      http://www.armlinux.org.uk/
1524 S:      Maintained
1525
1526 ARM/QUALCOMM SUPPORT
1527 M:      Andy Gross <andy.gross@linaro.org>
1528 M:      David Brown <david.brown@linaro.org>
1529 L:      linux-arm-msm@vger.kernel.org
1530 L:      linux-soc@vger.kernel.org
1531 S:      Maintained
1532 F:      arch/arm/boot/dts/qcom-*.dts
1533 F:      arch/arm/boot/dts/qcom-*.dtsi
1534 F:      arch/arm/mach-qcom/
1535 F:      arch/arm64/boot/dts/qcom/*
1536 F:      drivers/i2c/busses/i2c-qup.c
1537 F:      drivers/clk/qcom/
1538 F:      drivers/soc/qcom/
1539 F:      drivers/spi/spi-qup.c
1540 F:      drivers/tty/serial/msm_serial.h
1541 F:      drivers/tty/serial/msm_serial.c
1542 F:      drivers/*/pm8???-*
1543 F:      drivers/mfd/ssbi.c
1544 F:      drivers/firmware/qcom_scm.c
1545 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1546
1547 ARM/RADISYS ENP2611 MACHINE SUPPORT
1548 M:      Lennert Buytenhek <kernel@wantstofly.org>
1549 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1550 S:      Maintained
1551
1552 ARM/RENESAS ARM64 ARCHITECTURE
1553 M:      Simon Horman <horms@verge.net.au>
1554 M:      Magnus Damm <magnus.damm@gmail.com>
1555 L:      linux-renesas-soc@vger.kernel.org
1556 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1558 S:      Supported
1559 F:      arch/arm64/boot/dts/renesas/
1560 F:      drivers/soc/renesas/
1561 F:      include/linux/soc/renesas/
1562
1563 ARM/RISCPC ARCHITECTURE
1564 M:      Russell King <linux@armlinux.org.uk>
1565 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1566 W:      http://www.armlinux.org.uk/
1567 S:      Maintained
1568 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1569 F:      arch/arm/include/asm/hardware/ioc.h
1570 F:      arch/arm/include/asm/hardware/iomd.h
1571 F:      arch/arm/include/asm/hardware/memc.h
1572 F:      arch/arm/mach-rpc/
1573 F:      drivers/net/ethernet/8390/etherh.c
1574 F:      drivers/net/ethernet/i825xx/ether1*
1575 F:      drivers/net/ethernet/seeq/ether3*
1576 F:      drivers/scsi/arm/
1577
1578 ARM/Rockchip SoC support
1579 M:      Heiko Stuebner <heiko@sntech.de>
1580 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1581 L:      linux-rockchip@lists.infradead.org
1582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1583 S:      Maintained
1584 F:      arch/arm/boot/dts/rk3*
1585 F:      arch/arm/mach-rockchip/
1586 F:      drivers/clk/rockchip/
1587 F:      drivers/i2c/busses/i2c-rk3x.c
1588 F:      drivers/*/*rockchip*
1589 F:      drivers/*/*/*rockchip*
1590 F:      sound/soc/rockchip/
1591 N:      rockchip
1592
1593 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1594 M:      Kukjin Kim <kgene@kernel.org>
1595 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1596 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1597 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1598 S:      Maintained
1599 F:      arch/arm/boot/dts/s3c*
1600 F:      arch/arm/boot/dts/s5p*
1601 F:      arch/arm/boot/dts/samsung*
1602 F:      arch/arm/boot/dts/exynos*
1603 F:      arch/arm64/boot/dts/exynos/
1604 F:      arch/arm/plat-samsung/
1605 F:      arch/arm/mach-s3c24*/
1606 F:      arch/arm/mach-s3c64xx/
1607 F:      arch/arm/mach-s5p*/
1608 F:      arch/arm/mach-exynos*/
1609 F:      drivers/*/*s3c2410*
1610 F:      drivers/*/*/*s3c2410*
1611 F:      drivers/memory/samsung/*
1612 F:      drivers/soc/samsung/*
1613 F:      drivers/spi/spi-s3c*
1614 F:      Documentation/arm/Samsung/
1615 F:      Documentation/devicetree/bindings/arm/samsung/
1616 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1617 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1618 N:      exynos
1619
1620 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1621 M:      Kyungmin Park <kyungmin.park@samsung.com>
1622 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1623 S:      Maintained
1624 F:      arch/arm/mach-s5pv210/
1625
1626 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1627 M:      Kyungmin Park <kyungmin.park@samsung.com>
1628 M:      Kamil Debski <k.debski@samsung.com>
1629 L:      linux-arm-kernel@lists.infradead.org
1630 L:      linux-media@vger.kernel.org
1631 S:      Maintained
1632 F:      drivers/media/platform/s5p-g2d/
1633
1634 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1635 M:      Kyungmin Park <kyungmin.park@samsung.com>
1636 M:      Kamil Debski <k.debski@samsung.com>
1637 M:      Jeongtae Park <jtp.park@samsung.com>
1638 L:      linux-arm-kernel@lists.infradead.org
1639 L:      linux-media@vger.kernel.org
1640 S:      Maintained
1641 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1642 F:      drivers/media/platform/s5p-mfc/
1643
1644 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1645 M:      Kyungmin Park <kyungmin.park@samsung.com>
1646 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1647 L:      linux-arm-kernel@lists.infradead.org
1648 L:      linux-media@vger.kernel.org
1649 S:      Maintained
1650 F:      drivers/media/platform/s5p-tv/
1651
1652 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1653 M:      Kyungmin Park <kyungmin.park@samsung.com>
1654 L:      linux-arm-kernel@lists.infradead.org
1655 L:      linux-media@vger.kernel.org
1656 S:      Maintained
1657 F:      drivers/staging/media/platform/s5p-cec/
1658
1659 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1660 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1661 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1662 L:      linux-arm-kernel@lists.infradead.org
1663 L:      linux-media@vger.kernel.org
1664 S:      Maintained
1665 F:      drivers/media/platform/s5p-jpeg/
1666
1667 ARM/SHMOBILE ARM ARCHITECTURE
1668 M:      Simon Horman <horms@verge.net.au>
1669 M:      Magnus Damm <magnus.damm@gmail.com>
1670 L:      linux-renesas-soc@vger.kernel.org
1671 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1672 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1673 S:      Supported
1674 F:      arch/arm/boot/dts/emev2*
1675 F:      arch/arm/boot/dts/r7s*
1676 F:      arch/arm/boot/dts/r8a*
1677 F:      arch/arm/boot/dts/sh*
1678 F:      arch/arm/configs/shmobile_defconfig
1679 F:      arch/arm/include/debug/renesas-scif.S
1680 F:      arch/arm/mach-shmobile/
1681 F:      drivers/soc/renesas/
1682 F:      include/linux/soc/renesas/
1683
1684 ARM/SOCFPGA ARCHITECTURE
1685 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1686 S:      Maintained
1687 F:      arch/arm/mach-socfpga/
1688 F:      arch/arm/boot/dts/socfpga*
1689 F:      arch/arm/configs/socfpga_defconfig
1690 F:      arch/arm64/boot/dts/altera/
1691 W:      http://www.rocketboards.org
1692 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1693
1694 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1695 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1696 S:      Maintained
1697 F:      drivers/clk/socfpga/
1698
1699 ARM/SOCFPGA EDAC SUPPORT
1700 M:      Thor Thayer <tthayer@opensource.altera.com>
1701 S:      Maintained
1702 F:      drivers/edac/altera_edac.
1703
1704 ARM/STI ARCHITECTURE
1705 M:      Patrice Chotard <patrice.chotard@st.com>
1706 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1707 L:      kernel@stlinux.com
1708 W:      http://www.stlinux.com
1709 S:      Maintained
1710 F:      arch/arm/mach-sti/
1711 F:      arch/arm/boot/dts/sti*
1712 F:      drivers/char/hw_random/st-rng.c
1713 F:      drivers/clocksource/arm_global_timer.c
1714 F:      drivers/clocksource/clksrc_st_lpc.c
1715 F:      drivers/cpufreq/sti-cpufreq.c
1716 F:      drivers/i2c/busses/i2c-st.c
1717 F:      drivers/media/rc/st_rc.c
1718 F:      drivers/media/platform/sti/c8sectpfe/
1719 F:      drivers/mmc/host/sdhci-st.c
1720 F:      drivers/phy/phy-miphy28lp.c
1721 F:      drivers/phy/phy-miphy365x.c
1722 F:      drivers/phy/phy-stih407-usb.c
1723 F:      drivers/phy/phy-stih41x-usb.c
1724 F:      drivers/pinctrl/pinctrl-st.c
1725 F:      drivers/remoteproc/st_remoteproc.c
1726 F:      drivers/reset/sti/
1727 F:      drivers/rtc/rtc-st-lpc.c
1728 F:      drivers/tty/serial/st-asc.c
1729 F:      drivers/usb/dwc3/dwc3-st.c
1730 F:      drivers/usb/host/ehci-st.c
1731 F:      drivers/usb/host/ohci-st.c
1732 F:      drivers/watchdog/st_lpc_wdt.c
1733 F:      drivers/ata/ahci_st.c
1734
1735 ARM/STM32 ARCHITECTURE
1736 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1737 M:      Alexandre Torgue <alexandre.torgue@st.com>
1738 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1739 S:      Maintained
1740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1741 N:      stm32
1742 F:      drivers/clocksource/armv7m_systick.c
1743
1744 ARM/TANGO ARCHITECTURE
1745 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1746 L:      linux-arm-kernel@lists.infradead.org
1747 S:      Maintained
1748 F:      arch/arm/mach-tango/
1749 F:      arch/arm/boot/dts/tango*
1750
1751 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1752 M:      Lennert Buytenhek <kernel@wantstofly.org>
1753 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1754 S:      Maintained
1755
1756 ARM/TETON BGA MACHINE SUPPORT
1757 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1758 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1759 S:      Maintained
1760
1761 ARM/THECUS N2100 MACHINE SUPPORT
1762 M:      Lennert Buytenhek <kernel@wantstofly.org>
1763 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1764 S:      Maintained
1765
1766 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1767 M:      Wan ZongShun <mcuos.com@gmail.com>
1768 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1769 W:      http://www.mcuos.com
1770 S:      Maintained
1771 F:      arch/arm/mach-w90x900/
1772 F:      drivers/input/keyboard/w90p910_keypad.c
1773 F:      drivers/input/touchscreen/w90p910_ts.c
1774 F:      drivers/watchdog/nuc900_wdt.c
1775 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1776 F:      drivers/mtd/nand/nuc900_nand.c
1777 F:      drivers/rtc/rtc-nuc900.c
1778 F:      drivers/spi/spi-nuc900.c
1779 F:      drivers/usb/host/ehci-w90x900.c
1780 F:      drivers/video/fbdev/nuc900fb.c
1781
1782 ARM/U300 MACHINE SUPPORT
1783 M:      Linus Walleij <linus.walleij@linaro.org>
1784 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1785 S:      Supported
1786 F:      arch/arm/mach-u300/
1787 F:      drivers/clocksource/timer-u300.c
1788 F:      drivers/i2c/busses/i2c-stu300.c
1789 F:      drivers/rtc/rtc-coh901331.c
1790 F:      drivers/watchdog/coh901327_wdt.c
1791 F:      drivers/dma/coh901318*
1792 F:      drivers/mfd/ab3100*
1793 F:      drivers/rtc/rtc-ab3100.c
1794 F:      drivers/rtc/rtc-coh901331.c
1795 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1796
1797 ARM/UNIPHIER ARCHITECTURE
1798 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1799 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1800 S:      Maintained
1801 F:      arch/arm/boot/dts/uniphier*
1802 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1803 F:      arch/arm/mach-uniphier/
1804 F:      arch/arm/mm/cache-uniphier.c
1805 F:      arch/arm64/boot/dts/socionext/
1806 F:      drivers/bus/uniphier-system-bus.c
1807 F:      drivers/i2c/busses/i2c-uniphier*
1808 F:      drivers/pinctrl/uniphier/
1809 F:      drivers/tty/serial/8250/8250_uniphier.c
1810 N:      uniphier
1811
1812 ARM/Ux500 ARM ARCHITECTURE
1813 M:      Linus Walleij <linus.walleij@linaro.org>
1814 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1815 S:      Maintained
1816 F:      arch/arm/mach-ux500/
1817 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1818 F:      drivers/dma/ste_dma40*
1819 F:      drivers/hwspinlock/u8500_hsem.c
1820 F:      drivers/mfd/abx500*
1821 F:      drivers/mfd/ab8500*
1822 F:      drivers/mfd/dbx500*
1823 F:      drivers/mfd/db8500*
1824 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1825 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1826 F:      drivers/rtc/rtc-ab8500.c
1827 F:      drivers/rtc/rtc-pl031.c
1828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1829
1830 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1831 M:      Ulf Hansson <ulf.hansson@linaro.org>
1832 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1833 T:      git git://git.linaro.org/people/ulfh/clk.git
1834 S:      Maintained
1835 F:      drivers/clk/ux500/
1836 F:      include/linux/platform_data/clk-ux500.h
1837
1838 ARM/VERSATILE EXPRESS PLATFORM
1839 M:      Liviu Dudau <liviu.dudau@arm.com>
1840 M:      Sudeep Holla <sudeep.holla@arm.com>
1841 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1842 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1843 S:      Maintained
1844 F:      arch/arm/boot/dts/vexpress*
1845 F:      arch/arm64/boot/dts/arm/
1846 F:      arch/arm/mach-vexpress/
1847 F:      */*/vexpress*
1848 F:      */*/*/vexpress*
1849 F:      drivers/clk/versatile/clk-vexpress-osc.c
1850 F:      drivers/clocksource/versatile.c
1851 N:      mps2
1852
1853 ARM/VFP SUPPORT
1854 M:      Russell King <linux@armlinux.org.uk>
1855 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1856 W:      http://www.armlinux.org.uk/
1857 S:      Maintained
1858 F:      arch/arm/vfp/
1859
1860 ARM/VOIPAC PXA270 SUPPORT
1861 M:      Marek Vasut <marek.vasut@gmail.com>
1862 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1863 S:      Maintained
1864 F:      arch/arm/mach-pxa/vpac270.c
1865 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1866
1867 ARM/VT8500 ARM ARCHITECTURE
1868 M:      Tony Prisk <linux@prisktech.co.nz>
1869 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1870 S:      Maintained
1871 F:      arch/arm/mach-vt8500/
1872 F:      drivers/clocksource/vt8500_timer.c
1873 F:      drivers/i2c/busses/i2c-wmt.c
1874 F:      drivers/mmc/host/wmt-sdmmc.c
1875 F:      drivers/pwm/pwm-vt8500.c
1876 F:      drivers/rtc/rtc-vt8500.c
1877 F:      drivers/tty/serial/vt8500_serial.c
1878 F:      drivers/usb/host/ehci-platform.c
1879 F:      drivers/usb/host/uhci-platform.c
1880 F:      drivers/video/fbdev/vt8500lcdfb.*
1881 F:      drivers/video/fbdev/wm8505fb*
1882 F:      drivers/video/fbdev/wmt_ge_rops.*
1883
1884 ARM/ZIPIT Z2 SUPPORT
1885 M:      Marek Vasut <marek.vasut@gmail.com>
1886 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1887 S:      Maintained
1888 F:      arch/arm/mach-pxa/z2.c
1889 F:      arch/arm/mach-pxa/include/mach/z2.h
1890
1891 ARM/ZTE ARCHITECTURE
1892 M:      Jun Nie <jun.nie@linaro.org>
1893 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1894 S:      Maintained
1895 F:      arch/arm/mach-zx/
1896 F:      drivers/clk/zte/
1897 F:      Documentation/devicetree/bindings/arm/zte.txt
1898 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1899
1900 ARM/ZYNQ ARCHITECTURE
1901 M:      Michal Simek <michal.simek@xilinx.com>
1902 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1903 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1904 W:      http://wiki.xilinx.com
1905 T:      git https://github.com/Xilinx/linux-xlnx.git
1906 S:      Supported
1907 F:      arch/arm/mach-zynq/
1908 F:      drivers/cpuidle/cpuidle-zynq.c
1909 F:      drivers/block/xsysace.c
1910 N:      zynq
1911 N:      xilinx
1912 F:      drivers/clocksource/cadence_ttc_timer.c
1913 F:      drivers/i2c/busses/i2c-cadence.c
1914 F:      drivers/mmc/host/sdhci-of-arasan.c
1915 F:      drivers/edac/synopsys_edac.c
1916
1917 ARM SMMU DRIVERS
1918 M:      Will Deacon <will.deacon@arm.com>
1919 R:      Robin Murphy <robin.murphy@arm.com>
1920 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1921 S:      Maintained
1922 F:      drivers/iommu/arm-smmu.c
1923 F:      drivers/iommu/arm-smmu-v3.c
1924 F:      drivers/iommu/io-pgtable-arm.c
1925 F:      drivers/iommu/io-pgtable-arm-v7s.c
1926
1927 ARM64 PORT (AARCH64 ARCHITECTURE)
1928 M:      Catalin Marinas <catalin.marinas@arm.com>
1929 M:      Will Deacon <will.deacon@arm.com>
1930 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1931 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1932 S:      Maintained
1933 F:      arch/arm64/
1934 F:      Documentation/arm64/
1935
1936 AS3645A LED FLASH CONTROLLER DRIVER
1937 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1938 L:      linux-media@vger.kernel.org
1939 T:      git git://linuxtv.org/media_tree.git
1940 S:      Maintained
1941 F:      drivers/media/i2c/as3645a.c
1942 F:      include/media/i2c/as3645a.h
1943
1944 ASC7621 HARDWARE MONITOR DRIVER
1945 M:      George Joseph <george.joseph@fairview5.com>
1946 L:      linux-hwmon@vger.kernel.org
1947 S:      Maintained
1948 F:      Documentation/hwmon/asc7621
1949 F:      drivers/hwmon/asc7621.c
1950
1951 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1952 M:      Corentin Chary <corentin.chary@gmail.com>
1953 L:      acpi4asus-user@lists.sourceforge.net
1954 L:      platform-driver-x86@vger.kernel.org
1955 W:      http://acpi4asus.sf.net
1956 S:      Maintained
1957 F:      drivers/platform/x86/asus*.c
1958 F:      drivers/platform/x86/eeepc*.c
1959
1960 ASUS WIRELESS RADIO CONTROL DRIVER
1961 M:      João Paulo Rechi Vita <jprvita@gmail.com>
1962 L:      platform-driver-x86@vger.kernel.org
1963 S:      Maintained
1964 F:      drivers/platform/x86/asus-wireless.c
1965
1966 ASYMMETRIC KEYS
1967 M:      David Howells <dhowells@redhat.com>
1968 L:      keyrings@vger.kernel.org
1969 S:      Maintained
1970 F:      Documentation/crypto/asymmetric-keys.txt
1971 F:      include/linux/verification.h
1972 F:      include/crypto/public_key.h
1973 F:      include/crypto/pkcs7.h
1974 F:      crypto/asymmetric_keys/
1975
1976 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1977 R:      Dan Williams <dan.j.williams@intel.com>
1978 W:      http://sourceforge.net/projects/xscaleiop
1979 S:      Odd fixes
1980 F:      Documentation/crypto/async-tx-api.txt
1981 F:      crypto/async_tx/
1982 F:      drivers/dma/
1983 F:      include/linux/dmaengine.h
1984 F:      include/linux/async_tx.h
1985
1986 AT24 EEPROM DRIVER
1987 M:      Wolfram Sang <wsa@the-dreams.de>
1988 L:      linux-i2c@vger.kernel.org
1989 S:      Maintained
1990 F:      drivers/misc/eeprom/at24.c
1991 F:      include/linux/platform_data/at24.h
1992
1993 ATA OVER ETHERNET (AOE) DRIVER
1994 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1995 W:      http://www.openaoe.org/
1996 S:      Supported
1997 F:      Documentation/aoe/
1998 F:      drivers/block/aoe/
1999
2000 ATHEROS 71XX/9XXX GPIO DRIVER
2001 M:      Alban Bedel <albeu@free.fr>
2002 W:      https://github.com/AlbanBedel/linux
2003 T:      git git://github.com/AlbanBedel/linux
2004 S:      Maintained
2005 F:      drivers/gpio/gpio-ath79.c
2006 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2007
2008 ATHEROS ATH GENERIC UTILITIES
2009 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2010 L:      linux-wireless@vger.kernel.org
2011 S:      Supported
2012 F:      drivers/net/wireless/ath/*
2013
2014 ATHEROS ATH5K WIRELESS DRIVER
2015 M:      Jiri Slaby <jirislaby@gmail.com>
2016 M:      Nick Kossifidis <mickflemm@gmail.com>
2017 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2018 L:      linux-wireless@vger.kernel.org
2019 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2020 S:      Maintained
2021 F:      drivers/net/wireless/ath/ath5k/
2022
2023 ATHEROS ATH6KL WIRELESS DRIVER
2024 M:      Kalle Valo <kvalo@qca.qualcomm.com>
2025 L:      linux-wireless@vger.kernel.org
2026 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2027 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2028 S:      Supported
2029 F:      drivers/net/wireless/ath/ath6kl/
2030
2031 WILOCITY WIL6210 WIRELESS DRIVER
2032 M:      Maya Erez <qca_merez@qca.qualcomm.com>
2033 L:      linux-wireless@vger.kernel.org
2034 L:      wil6210@qca.qualcomm.com
2035 S:      Supported
2036 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2037 F:      drivers/net/wireless/ath/wil6210/
2038 F:      include/uapi/linux/wil6210_uapi.h
2039
2040 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2041 M:      Christian Lamparter <chunkeey@googlemail.com>
2042 L:      linux-wireless@vger.kernel.org
2043 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2044 S:      Maintained
2045 F:      drivers/net/wireless/ath/carl9170/
2046
2047 ATK0110 HWMON DRIVER
2048 M:      Luca Tettamanti <kronos.it@gmail.com>
2049 L:      linux-hwmon@vger.kernel.org
2050 S:      Maintained
2051 F:      drivers/hwmon/asus_atk0110.c
2052
2053 ATI_REMOTE2 DRIVER
2054 M:      Ville Syrjala <syrjala@sci.fi>
2055 S:      Maintained
2056 F:      drivers/input/misc/ati_remote2.c
2057
2058 ATLX ETHERNET DRIVERS
2059 M:      Jay Cliburn <jcliburn@gmail.com>
2060 M:      Chris Snook <chris.snook@gmail.com>
2061 L:      netdev@vger.kernel.org
2062 W:      http://sourceforge.net/projects/atl1
2063 W:      http://atl1.sourceforge.net
2064 S:      Maintained
2065 F:      drivers/net/ethernet/atheros/
2066
2067 ATM
2068 M:      Chas Williams <3chas3@gmail.com>
2069 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2070 L:      netdev@vger.kernel.org
2071 W:      http://linux-atm.sourceforge.net
2072 S:      Maintained
2073 F:      drivers/atm/
2074 F:      include/linux/atm*
2075 F:      include/uapi/linux/atm*
2076
2077 ATMEL AT91 / AT32 MCI DRIVER
2078 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2079 S:      Maintained
2080 F:      drivers/mmc/host/atmel-mci.c
2081
2082 ATMEL AT91 / AT32 SERIAL DRIVER
2083 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2084 S:      Supported
2085 F:      drivers/tty/serial/atmel_serial.c
2086
2087 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2088 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2089 S:      Supported
2090 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2091
2092 ATMEL SAMA5D2 ADC DRIVER
2093 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2094 L:      linux-iio@vger.kernel.org
2095 S:      Supported
2096 F:      drivers/iio/adc/at91-sama5d2_adc.c
2097
2098 ATMEL Audio ALSA driver
2099 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2100 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2101 S:      Supported
2102 F:      sound/soc/atmel
2103
2104 ATMEL DMA DRIVER
2105 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2106 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2107 S:      Supported
2108 F:      drivers/dma/at_hdmac.c
2109 F:      drivers/dma/at_hdmac_regs.h
2110 F:      include/linux/platform_data/dma-atmel.h
2111
2112 ATMEL XDMA DRIVER
2113 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2114 L:      linux-arm-kernel@lists.infradead.org
2115 L:      dmaengine@vger.kernel.org
2116 S:      Supported
2117 F:      drivers/dma/at_xdmac.c
2118
2119 ATMEL I2C DRIVER
2120 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2121 L:      linux-i2c@vger.kernel.org
2122 S:      Supported
2123 F:      drivers/i2c/busses/i2c-at91.c
2124
2125 ATMEL ISI DRIVER
2126 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2127 L:      linux-media@vger.kernel.org
2128 S:      Supported
2129 F:      drivers/media/platform/soc_camera/atmel-isi.c
2130 F:      include/media/atmel-isi.h
2131
2132 ATMEL LCDFB DRIVER
2133 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2134 L:      linux-fbdev@vger.kernel.org
2135 S:      Maintained
2136 F:      drivers/video/fbdev/atmel_lcdfb.c
2137 F:      include/video/atmel_lcdc.h
2138
2139 ATMEL MACB ETHERNET DRIVER
2140 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2141 S:      Supported
2142 F:      drivers/net/ethernet/cadence/
2143
2144 ATMEL NAND DRIVER
2145 M:      Wenyou Yang <wenyou.yang@atmel.com>
2146 M:      Josh Wu <rainyfeeling@outlook.com>
2147 L:      linux-mtd@lists.infradead.org
2148 S:      Supported
2149 F:      drivers/mtd/nand/atmel_nand*
2150
2151 ATMEL SDMMC DRIVER
2152 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2153 L:      linux-mmc@vger.kernel.org
2154 S:      Supported
2155 F:      drivers/mmc/host/sdhci-of-at91.c
2156
2157 ATMEL SPI DRIVER
2158 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2159 S:      Supported
2160 F:      drivers/spi/spi-atmel.*
2161
2162 ATMEL SSC DRIVER
2163 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2164 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2165 S:      Supported
2166 F:      drivers/misc/atmel-ssc.c
2167 F:      include/linux/atmel-ssc.h
2168
2169 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2170 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2171 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2172 S:      Supported
2173 F:      drivers/misc/atmel_tclib.c
2174 F:      drivers/clocksource/tcb_clksrc.c
2175
2176 ATMEL USBA UDC DRIVER
2177 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2178 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2179 S:      Supported
2180 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2181
2182 ATMEL WIRELESS DRIVER
2183 M:      Simon Kelley <simon@thekelleys.org.uk>
2184 L:      linux-wireless@vger.kernel.org
2185 W:      http://www.thekelleys.org.uk/atmel
2186 W:      http://atmelwlandriver.sourceforge.net/
2187 S:      Maintained
2188 F:      drivers/net/wireless/atmel/atmel*
2189
2190 ATMEL MAXTOUCH DRIVER
2191 M:      Nick Dyer <nick.dyer@itdev.co.uk>
2192 T:      git git://github.com/atmel-maxtouch/linux.git
2193 S:      Supported
2194 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2195 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2196 F:      include/linux/platform_data/atmel_mxt_ts.h
2197
2198 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2199 M:      Bradley Grove <linuxdrivers@attotech.com>
2200 L:      linux-scsi@vger.kernel.org
2201 W:      http://www.attotech.com
2202 S:      Supported
2203 F:      drivers/scsi/esas2r
2204
2205 ATUSB IEEE 802.15.4 RADIO DRIVER
2206 M:      Stefan Schmidt <stefan@osg.samsung.com>
2207 L:      linux-wpan@vger.kernel.org
2208 S:      Maintained
2209 F:      drivers/net/ieee802154/atusb.c
2210 F:      drivers/net/ieee802154/atusb.h
2211 F:      drivers/net/ieee802154/at86rf230.h
2212
2213 AUDIT SUBSYSTEM
2214 M:      Paul Moore <paul@paul-moore.com>
2215 M:      Eric Paris <eparis@redhat.com>
2216 L:      linux-audit@redhat.com (moderated for non-subscribers)
2217 W:      http://people.redhat.com/sgrubb/audit/
2218 T:      git git://git.infradead.org/users/pcmoore/audit
2219 S:      Maintained
2220 F:      include/linux/audit.h
2221 F:      include/uapi/linux/audit.h
2222 F:      kernel/audit*
2223
2224 AUXILIARY DISPLAY DRIVERS
2225 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2226 W:      http://miguelojeda.es/auxdisplay.htm
2227 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2228 S:      Maintained
2229 F:      drivers/auxdisplay/
2230 F:      include/linux/cfag12864b.h
2231
2232 AVR32 ARCHITECTURE
2233 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2234 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2235 W:      http://www.atmel.com/products/AVR32/
2236 W:      http://mirror.egtvedt.no/avr32linux.org/
2237 W:      http://avrfreaks.net/
2238 S:      Maintained
2239 F:      arch/avr32/
2240
2241 AVR32/AT32AP MACHINE SUPPORT
2242 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2243 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2244 S:      Maintained
2245 F:      arch/avr32/mach-at32ap/
2246
2247 AX.25 NETWORK LAYER
2248 M:      Ralf Baechle <ralf@linux-mips.org>
2249 L:      linux-hams@vger.kernel.org
2250 W:      http://www.linux-ax25.org/
2251 S:      Maintained
2252 F:      include/uapi/linux/ax25.h
2253 F:      include/net/ax25.h
2254 F:      net/ax25/
2255
2256 AZ6007 DVB DRIVER
2257 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2258 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2259 L:      linux-media@vger.kernel.org
2260 W:      https://linuxtv.org
2261 T:      git git://linuxtv.org/media_tree.git
2262 S:      Maintained
2263 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2264
2265 AZTECH FM RADIO RECEIVER DRIVER
2266 M:      Hans Verkuil <hverkuil@xs4all.nl>
2267 L:      linux-media@vger.kernel.org
2268 T:      git git://linuxtv.org/media_tree.git
2269 W:      https://linuxtv.org
2270 S:      Maintained
2271 F:      drivers/media/radio/radio-aztech*
2272
2273 B43 WIRELESS DRIVER
2274 L:      linux-wireless@vger.kernel.org
2275 L:      b43-dev@lists.infradead.org
2276 W:      http://wireless.kernel.org/en/users/Drivers/b43
2277 S:      Odd Fixes
2278 F:      drivers/net/wireless/broadcom/b43/
2279
2280 B43LEGACY WIRELESS DRIVER
2281 M:      Larry Finger <Larry.Finger@lwfinger.net>
2282 L:      linux-wireless@vger.kernel.org
2283 L:      b43-dev@lists.infradead.org
2284 W:      http://wireless.kernel.org/en/users/Drivers/b43
2285 S:      Maintained
2286 F:      drivers/net/wireless/broadcom/b43legacy/
2287
2288 BACKLIGHT CLASS/SUBSYSTEM
2289 M:      Jingoo Han <jingoohan1@gmail.com>
2290 M:      Lee Jones <lee.jones@linaro.org>
2291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2292 S:      Maintained
2293 F:      drivers/video/backlight/
2294 F:      include/linux/backlight.h
2295
2296 BATMAN ADVANCED
2297 M:      Marek Lindner <mareklindner@neomailbox.ch>
2298 M:      Simon Wunderlich <sw@simonwunderlich.de>
2299 M:      Antonio Quartulli <a@unstable.cc>
2300 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2301 W:      https://www.open-mesh.org/
2302 Q:      https://patchwork.open-mesh.org/project/batman/list/
2303 S:      Maintained
2304 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2305 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2306 F:      Documentation/networking/batman-adv.txt
2307 F:      include/uapi/linux/batman_adv.h
2308 F:      net/batman-adv/
2309
2310 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2311 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2312 L:      linux-hams@vger.kernel.org
2313 W:      http://www.baycom.org/~tom/ham/ham.html
2314 S:      Maintained
2315 F:      drivers/net/hamradio/baycom*
2316
2317 BCACHE (BLOCK LAYER CACHE)
2318 M:      Kent Overstreet <kent.overstreet@gmail.com>
2319 L:      linux-bcache@vger.kernel.org
2320 W:      http://bcache.evilpiepirate.org
2321 S:      Orphan
2322 F:      drivers/md/bcache/
2323
2324 BDISP ST MEDIA DRIVER
2325 M:      Fabien Dessenne <fabien.dessenne@st.com>
2326 L:      linux-media@vger.kernel.org
2327 T:      git git://linuxtv.org/media_tree.git
2328 W:      https://linuxtv.org
2329 S:      Supported
2330 F:      drivers/media/platform/sti/bdisp
2331
2332 BEFS FILE SYSTEM
2333 S:      Orphan
2334 F:      Documentation/filesystems/befs.txt
2335 F:      fs/befs/
2336
2337 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2338 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2339 L:      netdev@vger.kernel.org
2340 S:      Maintained
2341 F:      drivers/net/ethernet/ec_bhf.c
2342
2343 BFS FILE SYSTEM
2344 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2345 S:      Maintained
2346 F:      Documentation/filesystems/bfs.txt
2347 F:      fs/bfs/
2348 F:      include/uapi/linux/bfs_fs.h
2349
2350 BLACKFIN ARCHITECTURE
2351 M:      Steven Miao <realmz6@gmail.com>
2352 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2353 T:      git git://git.code.sf.net/p/adi-linux/code
2354 W:      http://blackfin.uclinux.org
2355 S:      Supported
2356 F:      arch/blackfin/
2357
2358 BLACKFIN EMAC DRIVER
2359 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2360 W:      http://blackfin.uclinux.org
2361 S:      Supported
2362 F:      drivers/net/ethernet/adi/
2363
2364 BLACKFIN RTC DRIVER
2365 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2366 W:      http://blackfin.uclinux.org
2367 S:      Supported
2368 F:      drivers/rtc/rtc-bfin.c
2369
2370 BLACKFIN SDH DRIVER
2371 M:      Sonic Zhang <sonic.zhang@analog.com>
2372 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2373 W:      http://blackfin.uclinux.org
2374 S:      Supported
2375 F:      drivers/mmc/host/bfin_sdh.c
2376
2377 BLACKFIN SERIAL DRIVER
2378 M:      Sonic Zhang <sonic.zhang@analog.com>
2379 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2380 W:      http://blackfin.uclinux.org
2381 S:      Supported
2382 F:      drivers/tty/serial/bfin_uart.c
2383
2384 BLACKFIN WATCHDOG DRIVER
2385 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2386 W:      http://blackfin.uclinux.org
2387 S:      Supported
2388 F:      drivers/watchdog/bfin_wdt.c
2389
2390 BLACKFIN I2C TWI DRIVER
2391 M:      Sonic Zhang <sonic.zhang@analog.com>
2392 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2393 W:      http://blackfin.uclinux.org/
2394 S:      Supported
2395 F:      drivers/i2c/busses/i2c-bfin-twi.c
2396
2397 BLACKFIN MEDIA DRIVER
2398 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2399 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2400 W:      http://blackfin.uclinux.org/
2401 S:      Supported
2402 F:      drivers/media/platform/blackfin/
2403 F:      drivers/media/i2c/adv7183*
2404 F:      drivers/media/i2c/vs6624*
2405
2406 BLINKM RGB LED DRIVER
2407 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2408 S:      Maintained
2409 F:      drivers/leds/leds-blinkm.c
2410
2411 BLOCK LAYER
2412 M:      Jens Axboe <axboe@kernel.dk>
2413 L:      linux-block@vger.kernel.org
2414 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2415 S:      Maintained
2416 F:      block/
2417 F:      kernel/trace/blktrace.c
2418
2419 BLOCK2MTD DRIVER
2420 M:      Joern Engel <joern@lazybastard.org>
2421 L:      linux-mtd@lists.infradead.org
2422 S:      Maintained
2423 F:      drivers/mtd/devices/block2mtd.c
2424
2425 BLUETOOTH DRIVERS
2426 M:      Marcel Holtmann <marcel@holtmann.org>
2427 M:      Gustavo Padovan <gustavo@padovan.org>
2428 M:      Johan Hedberg <johan.hedberg@gmail.com>
2429 L:      linux-bluetooth@vger.kernel.org
2430 W:      http://www.bluez.org/
2431 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2432 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2433 S:      Maintained
2434 F:      drivers/bluetooth/
2435
2436 BLUETOOTH SUBSYSTEM
2437 M:      Marcel Holtmann <marcel@holtmann.org>
2438 M:      Gustavo Padovan <gustavo@padovan.org>
2439 M:      Johan Hedberg <johan.hedberg@gmail.com>
2440 L:      linux-bluetooth@vger.kernel.org
2441 W:      http://www.bluez.org/
2442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2444 S:      Maintained
2445 F:      net/bluetooth/
2446 F:      include/net/bluetooth/
2447
2448 BONDING DRIVER
2449 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2450 M:      Veaceslav Falico <vfalico@gmail.com>
2451 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2452 L:      netdev@vger.kernel.org
2453 W:      http://sourceforge.net/projects/bonding/
2454 S:      Supported
2455 F:      drivers/net/bonding/
2456 F:      include/uapi/linux/if_bonding.h
2457
2458 BPF (Safe dynamic programs and tools)
2459 M:      Alexei Starovoitov <ast@kernel.org>
2460 L:      netdev@vger.kernel.org
2461 L:      linux-kernel@vger.kernel.org
2462 S:      Supported
2463 F:      kernel/bpf/
2464
2465 BROADCOM B44 10/100 ETHERNET DRIVER
2466 M:      Gary Zambrano <zambrano@broadcom.com>
2467 L:      netdev@vger.kernel.org
2468 S:      Supported
2469 F:      drivers/net/ethernet/broadcom/b44.*
2470
2471 BROADCOM B53 ETHERNET SWITCH DRIVER
2472 M:      Florian Fainelli <f.fainelli@gmail.com>
2473 L:      netdev@vger.kernel.org
2474 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
2475 S:      Supported
2476 F:      drivers/net/dsa/b53/*
2477 F:      include/linux/platform_data/b53.h
2478
2479 BROADCOM GENET ETHERNET DRIVER
2480 M:      Florian Fainelli <f.fainelli@gmail.com>
2481 L:      netdev@vger.kernel.org
2482 S:      Supported
2483 F:      drivers/net/ethernet/broadcom/genet/
2484
2485 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2486 M:      Sony Chacko <sony.chacko@qlogic.com>
2487 M:      Dept-HSGLinuxNICDev@qlogic.com
2488 L:      netdev@vger.kernel.org
2489 S:      Supported
2490 F:      drivers/net/ethernet/broadcom/bnx2.*
2491 F:      drivers/net/ethernet/broadcom/bnx2_*
2492
2493 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2494 M:      Ariel Elior <ariel.elior@qlogic.com>
2495 L:      netdev@vger.kernel.org
2496 S:      Supported
2497 F:      drivers/net/ethernet/broadcom/bnx2x/
2498
2499 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2500 M:      Florian Fainelli <f.fainelli@gmail.com>
2501 M:      Ray Jui <rjui@broadcom.com>
2502 M:      Scott Branden <sbranden@broadcom.com>
2503 L:      bcm-kernel-feedback-list@broadcom.com
2504 T:      git git://github.com/broadcom/mach-bcm
2505 S:      Maintained
2506 F:      arch/arm/mach-bcm/
2507 F:      arch/arm/boot/dts/bcm113*
2508 F:      arch/arm/boot/dts/bcm216*
2509 F:      arch/arm/boot/dts/bcm281*
2510 F:      arch/arm64/boot/dts/broadcom/
2511 F:      arch/arm/configs/bcm_defconfig
2512 F:      drivers/mmc/host/sdhci-bcm-kona.c
2513 F:      drivers/clocksource/bcm_kona_timer.c
2514
2515 BROADCOM BCM2835 ARM ARCHITECTURE
2516 M:      Stephen Warren <swarren@wwwdotorg.org>
2517 M:      Lee Jones <lee@kernel.org>
2518 M:      Eric Anholt <eric@anholt.net>
2519 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2520 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2521 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2522 S:      Maintained
2523 N:      bcm2835
2524
2525 BROADCOM BCM47XX MIPS ARCHITECTURE
2526 M:      Hauke Mehrtens <hauke@hauke-m.de>
2527 M:      Rafał Miłecki <zajec5@gmail.com>
2528 L:      linux-mips@linux-mips.org
2529 S:      Maintained
2530 F:      Documentation/devicetree/bindings/mips/brcm/
2531 F:      arch/mips/bcm47xx/*
2532 F:      arch/mips/include/asm/mach-bcm47xx/*
2533
2534 BROADCOM BCM5301X ARM ARCHITECTURE
2535 M:      Hauke Mehrtens <hauke@hauke-m.de>
2536 L:      linux-arm-kernel@lists.infradead.org
2537 S:      Maintained
2538 F:      arch/arm/mach-bcm/bcm_5301x.c
2539 F:      arch/arm/boot/dts/bcm5301x.dtsi
2540 F:      arch/arm/boot/dts/bcm470*
2541
2542 BROADCOM BCM63XX ARM ARCHITECTURE
2543 M:      Florian Fainelli <f.fainelli@gmail.com>
2544 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2545 L:      bcm-kernel-feedback-list@broadcom.com
2546 T:      git git://github.com/broadcom/stblinux.git
2547 S:      Maintained
2548 F:      arch/arm/mach-bcm/bcm63xx.c
2549 F:      arch/arm/include/debug/bcm63xx.S
2550
2551 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2552 M:      Kevin Cernekee <cernekee@gmail.com>
2553 L:      linux-usb@vger.kernel.org
2554 S:      Maintained
2555 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2556
2557 BROADCOM BCM7XXX ARM ARCHITECTURE
2558 M:      Brian Norris <computersforpeace@gmail.com>
2559 M:      Gregory Fong <gregory.0xf0@gmail.com>
2560 M:      Florian Fainelli <f.fainelli@gmail.com>
2561 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2562 L:      bcm-kernel-feedback-list@broadcom.com
2563 T:      git git://github.com/broadcom/stblinux.git
2564 S:      Maintained
2565 F:      arch/arm/mach-bcm/*brcmstb*
2566 F:      arch/arm/boot/dts/bcm7*.dts*
2567 F:      drivers/bus/brcmstb_gisb.c
2568 N:      brcmstb
2569
2570 BROADCOM BMIPS MIPS ARCHITECTURE
2571 M:      Kevin Cernekee <cernekee@gmail.com>
2572 M:      Florian Fainelli <f.fainelli@gmail.com>
2573 L:      linux-mips@linux-mips.org
2574 T:      git git://github.com/broadcom/stblinux.git
2575 S:      Maintained
2576 F:      arch/mips/bmips/*
2577 F:      arch/mips/include/asm/mach-bmips/*
2578 F:      arch/mips/kernel/*bmips*
2579 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2580 F:      drivers/irqchip/irq-bcm63*
2581 F:      drivers/irqchip/irq-bcm7*
2582 F:      drivers/irqchip/irq-brcmstb*
2583 F:      include/linux/bcm963xx_nvram.h
2584 F:      include/linux/bcm963xx_tag.h
2585
2586 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2587 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2588 M:      Prashant Sreedharan <prashant@broadcom.com>
2589 M:      Michael Chan <mchan@broadcom.com>
2590 L:      netdev@vger.kernel.org
2591 S:      Supported
2592 F:      drivers/net/ethernet/broadcom/tg3.*
2593
2594 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2595 M:      Arend van Spriel <arend.vanspriel@broadcom.com>
2596 M:      Franky Lin <franky.lin@broadcom.com>
2597 M:      Hante Meuleman <hante.meuleman@broadcom.com>
2598 L:      linux-wireless@vger.kernel.org
2599 L:      brcm80211-dev-list.pdl@broadcom.com
2600 S:      Supported
2601 F:      drivers/net/wireless/broadcom/brcm80211/
2602
2603 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2604 M:      QLogic-Storage-Upstream@qlogic.com
2605 L:      linux-scsi@vger.kernel.org
2606 S:      Supported
2607 F:      drivers/scsi/bnx2fc/
2608
2609 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2610 M:      QLogic-Storage-Upstream@qlogic.com
2611 L:      linux-scsi@vger.kernel.org
2612 S:      Supported
2613 F:      drivers/scsi/bnx2i/
2614
2615 BROADCOM IPROC ARM ARCHITECTURE
2616 M:      Ray Jui <rjui@broadcom.com>
2617 M:      Scott Branden <sbranden@broadcom.com>
2618 M:      Jon Mason <jonmason@broadcom.com>
2619 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2620 L:      bcm-kernel-feedback-list@broadcom.com
2621 T:      git git://github.com/broadcom/cygnus-linux.git
2622 S:      Maintained
2623 N:      iproc
2624 N:      cygnus
2625 N:      nsp
2626 N:      bcm9113*
2627 N:      bcm9583*
2628 N:      bcm9585*
2629 N:      bcm9586*
2630 N:      bcm988312
2631 N:      bcm113*
2632 N:      bcm583*
2633 N:      bcm585*
2634 N:      bcm586*
2635 N:      bcm88312
2636
2637 BROADCOM BRCMSTB GPIO DRIVER
2638 M:      Gregory Fong <gregory.0xf0@gmail.com>
2639 L:      bcm-kernel-feedback-list@broadcom.com
2640 S:      Supported
2641 F:      drivers/gpio/gpio-brcmstb.c
2642 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2643
2644 BROADCOM KONA GPIO DRIVER
2645 M:      Ray Jui <rjui@broadcom.com>
2646 L:      bcm-kernel-feedback-list@broadcom.com
2647 S:      Supported
2648 F:      drivers/gpio/gpio-bcm-kona.c
2649 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2650
2651 BROADCOM NVRAM DRIVER
2652 M:      Rafał Miłecki <zajec5@gmail.com>
2653 L:      linux-mips@linux-mips.org
2654 S:      Maintained
2655 F:      drivers/firmware/broadcom/*
2656
2657 BROADCOM STB NAND FLASH DRIVER
2658 M:      Brian Norris <computersforpeace@gmail.com>
2659 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2660 L:      linux-mtd@lists.infradead.org
2661 L:      bcm-kernel-feedback-list@broadcom.com
2662 S:      Maintained
2663 F:      drivers/mtd/nand/brcmnand/
2664
2665 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2666 M:      Rafał Miłecki <zajec5@gmail.com>
2667 L:      linux-wireless@vger.kernel.org
2668 S:      Maintained
2669 F:      drivers/bcma/
2670 F:      include/linux/bcma/
2671
2672 BROADCOM SYSTEMPORT ETHERNET DRIVER
2673 M:      Florian Fainelli <f.fainelli@gmail.com>
2674 L:      netdev@vger.kernel.org
2675 S:      Supported
2676 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2677
2678 BROADCOM VULCAN ARM64 SOC
2679 M:      Jayachandran C. <jchandra@broadcom.com>
2680 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2681 L:      bcm-kernel-feedback-list@broadcom.com
2682 S:      Maintained
2683 F:      arch/arm64/boot/dts/broadcom/vulcan*
2684
2685 BROCADE BFA FC SCSI DRIVER
2686 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2687 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2688 L:      linux-scsi@vger.kernel.org
2689 S:      Supported
2690 F:      drivers/scsi/bfa/
2691
2692 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2693 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2694 L:      netdev@vger.kernel.org
2695 S:      Supported
2696 F:      drivers/net/ethernet/brocade/bna/
2697
2698 BSG (block layer generic sg v4 driver)
2699 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2700 L:      linux-scsi@vger.kernel.org
2701 S:      Supported
2702 F:      block/bsg.c
2703 F:      include/linux/bsg.h
2704 F:      include/uapi/linux/bsg.h
2705
2706 BT87X AUDIO DRIVER
2707 M:      Clemens Ladisch <clemens@ladisch.de>
2708 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2709 T:      git git://git.alsa-project.org/alsa-kernel.git
2710 S:      Maintained
2711 F:      Documentation/sound/alsa/Bt87x.txt
2712 F:      sound/pci/bt87x.c
2713
2714 BT8XXGPIO DRIVER
2715 M:      Michael Buesch <m@bues.ch>
2716 W:      http://bu3sch.de/btgpio.php
2717 S:      Maintained
2718 F:      drivers/gpio/gpio-bt8xx.c
2719
2720 BTRFS FILE SYSTEM
2721 M:      Chris Mason <clm@fb.com>
2722 M:      Josef Bacik <jbacik@fb.com>
2723 M:      David Sterba <dsterba@suse.com>
2724 L:      linux-btrfs@vger.kernel.org
2725 W:      http://btrfs.wiki.kernel.org/
2726 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2727 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2728 S:      Maintained
2729 F:      Documentation/filesystems/btrfs.txt
2730 F:      fs/btrfs/
2731
2732 BTTV VIDEO4LINUX DRIVER
2733 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2734 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2735 L:      linux-media@vger.kernel.org
2736 W:      https://linuxtv.org
2737 T:      git git://linuxtv.org/media_tree.git
2738 S:      Odd fixes
2739 F:      Documentation/video4linux/bttv/
2740 F:      drivers/media/pci/bt8xx/bttv*
2741
2742 BUSLOGIC SCSI DRIVER
2743 M:      Khalid Aziz <khalid@gonehiking.org>
2744 L:      linux-scsi@vger.kernel.org
2745 S:      Maintained
2746 F:      drivers/scsi/BusLogic.*
2747 F:      drivers/scsi/FlashPoint.*
2748
2749 C-MEDIA CMI8788 DRIVER
2750 M:      Clemens Ladisch <clemens@ladisch.de>
2751 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2752 T:      git git://git.alsa-project.org/alsa-kernel.git
2753 S:      Maintained
2754 F:      sound/pci/oxygen/
2755
2756 C6X ARCHITECTURE
2757 M:      Mark Salter <msalter@redhat.com>
2758 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2759 L:      linux-c6x-dev@linux-c6x.org
2760 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2761 S:      Maintained
2762 F:      arch/c6x/
2763
2764 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2765 M:      David Howells <dhowells@redhat.com>
2766 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2767 S:      Supported
2768 F:      Documentation/filesystems/caching/cachefiles.txt
2769 F:      fs/cachefiles/
2770
2771 CADET FM/AM RADIO RECEIVER DRIVER
2772 M:      Hans Verkuil <hverkuil@xs4all.nl>
2773 L:      linux-media@vger.kernel.org
2774 T:      git git://linuxtv.org/media_tree.git
2775 W:      https://linuxtv.org
2776 S:      Maintained
2777 F:      drivers/media/radio/radio-cadet*
2778
2779 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2780 M:      Jonathan Corbet <corbet@lwn.net>
2781 L:      linux-media@vger.kernel.org
2782 T:      git git://linuxtv.org/media_tree.git
2783 S:      Maintained
2784 F:      Documentation/video4linux/cafe_ccic
2785 F:      drivers/media/platform/marvell-ccic/
2786
2787 CAIF NETWORK LAYER
2788 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2789 L:      netdev@vger.kernel.org
2790 S:      Supported
2791 F:      Documentation/networking/caif/
2792 F:      drivers/net/caif/
2793 F:      include/uapi/linux/caif/
2794 F:      include/net/caif/
2795 F:      net/caif/
2796
2797 CALGARY x86-64 IOMMU
2798 M:      Muli Ben-Yehuda <mulix@mulix.org>
2799 M:      Jon Mason <jdmason@kudzu.us>
2800 L:      iommu@lists.linux-foundation.org
2801 S:      Maintained
2802 F:      arch/x86/kernel/pci-calgary_64.c
2803 F:      arch/x86/kernel/tce_64.c
2804 F:      arch/x86/include/asm/calgary.h
2805 F:      arch/x86/include/asm/tce.h
2806
2807 CAN NETWORK LAYER
2808 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2809 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2810 L:      linux-can@vger.kernel.org
2811 W:      https://github.com/linux-can
2812 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2814 S:      Maintained
2815 F:      Documentation/networking/can.txt
2816 F:      net/can/
2817 F:      include/linux/can/core.h
2818 F:      include/uapi/linux/can.h
2819 F:      include/uapi/linux/can/bcm.h
2820 F:      include/uapi/linux/can/raw.h
2821 F:      include/uapi/linux/can/gw.h
2822
2823 CAN NETWORK DRIVERS
2824 M:      Wolfgang Grandegger <wg@grandegger.com>
2825 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2826 L:      linux-can@vger.kernel.org
2827 W:      https://github.com/linux-can
2828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2829 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2830 S:      Maintained
2831 F:      Documentation/devicetree/bindings/net/can/
2832 F:      drivers/net/can/
2833 F:      include/linux/can/dev.h
2834 F:      include/linux/can/platform/
2835 F:      include/uapi/linux/can/error.h
2836 F:      include/uapi/linux/can/netlink.h
2837
2838 CAPABILITIES
2839 M:      Serge Hallyn <serge@hallyn.com>
2840 L:      linux-security-module@vger.kernel.org
2841 S:      Supported
2842 F:      include/linux/capability.h
2843 F:      include/uapi/linux/capability.h
2844 F:      security/commoncap.c
2845 F:      kernel/capability.c
2846
2847 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2848 M:      Kevin Tsai <ktsai@capellamicro.com>
2849 S:      Maintained
2850 F:      drivers/iio/light/cm*
2851 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2852
2853 CAVIUM LIQUIDIO NETWORK DRIVER
2854 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2855 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2856 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2857 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2858 L:     netdev@vger.kernel.org
2859 W:     http://www.cavium.com
2860 S:     Supported
2861 F:     drivers/net/ethernet/cavium/liquidio/
2862
2863 CC2520 IEEE-802.15.4 RADIO DRIVER
2864 M:      Varka Bhadram <varkabhadram@gmail.com>
2865 L:      linux-wpan@vger.kernel.org
2866 S:      Maintained
2867 F:      drivers/net/ieee802154/cc2520.c
2868 F:      include/linux/spi/cc2520.h
2869 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2870
2871 CEC DRIVER
2872 M:      Hans Verkuil <hans.verkuil@cisco.com>
2873 L:      linux-media@vger.kernel.org
2874 T:      git git://linuxtv.org/media_tree.git
2875 W:      http://linuxtv.org
2876 S:      Supported
2877 F:      Documentation/cec.txt
2878 F:      Documentation/DocBook/media/v4l/cec*
2879 F:      drivers/staging/media/cec/
2880 F:      drivers/media/cec-edid.c
2881 F:      drivers/media/rc/keymaps/rc-cec.c
2882 F:      include/media/cec.h
2883 F:      include/media/cec-edid.h
2884 F:      include/linux/cec.h
2885 F:      include/linux/cec-funcs.h
2886
2887 CELL BROADBAND ENGINE ARCHITECTURE
2888 M:      Arnd Bergmann <arnd@arndb.de>
2889 L:      linuxppc-dev@lists.ozlabs.org
2890 W:      http://www.ibm.com/developerworks/power/cell/
2891 S:      Supported
2892 F:      arch/powerpc/include/asm/cell*.h
2893 F:      arch/powerpc/include/asm/spu*.h
2894 F:      arch/powerpc/include/uapi/asm/spu*.h
2895 F:      arch/powerpc/oprofile/*cell*
2896 F:      arch/powerpc/platforms/cell/
2897
2898 CEPH COMMON CODE (LIBCEPH)
2899 M:      Ilya Dryomov <idryomov@gmail.com>
2900 M:      "Yan, Zheng" <zyan@redhat.com>
2901 M:      Sage Weil <sage@redhat.com>
2902 L:      ceph-devel@vger.kernel.org
2903 W:      http://ceph.com/
2904 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2905 T:      git git://github.com/ceph/ceph-client.git
2906 S:      Supported
2907 F:      net/ceph/
2908 F:      include/linux/ceph/
2909 F:      include/linux/crush/
2910
2911 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2912 M:      "Yan, Zheng" <zyan@redhat.com>
2913 M:      Sage Weil <sage@redhat.com>
2914 M:      Ilya Dryomov <idryomov@gmail.com>
2915 L:      ceph-devel@vger.kernel.org
2916 W:      http://ceph.com/
2917 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2918 T:      git git://github.com/ceph/ceph-client.git
2919 S:      Supported
2920 F:      Documentation/filesystems/ceph.txt
2921 F:      fs/ceph/
2922
2923 CERTIFICATE HANDLING:
2924 M:      David Howells <dhowells@redhat.com>
2925 M:      David Woodhouse <dwmw2@infradead.org>
2926 L:      keyrings@vger.kernel.org
2927 S:      Maintained
2928 F:      Documentation/module-signing.txt
2929 F:      certs/
2930 F:      scripts/sign-file.c
2931 F:      scripts/extract-cert.c
2932
2933 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2934 L:      linux-usb@vger.kernel.org
2935 S:      Orphan
2936 F:      Documentation/usb/WUSB-Design-overview.txt
2937 F:      Documentation/usb/wusb-cbaf
2938 F:      drivers/usb/host/hwa-hc.c
2939 F:      drivers/usb/host/whci/
2940 F:      drivers/usb/wusbcore/
2941 F:      include/linux/usb/wusb*
2942
2943 CFAG12864B LCD DRIVER
2944 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2945 W:      http://miguelojeda.es/auxdisplay.htm
2946 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2947 S:      Maintained
2948 F:      drivers/auxdisplay/cfag12864b.c
2949 F:      include/linux/cfag12864b.h
2950
2951 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2952 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2953 W:      http://miguelojeda.es/auxdisplay.htm
2954 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2955 S:      Maintained
2956 F:      drivers/auxdisplay/cfag12864bfb.c
2957 F:      include/linux/cfag12864b.h
2958
2959 CFG80211 and NL80211
2960 M:      Johannes Berg <johannes@sipsolutions.net>
2961 L:      linux-wireless@vger.kernel.org
2962 W:      http://wireless.kernel.org/
2963 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2965 S:      Maintained
2966 F:      include/uapi/linux/nl80211.h
2967 F:      include/net/cfg80211.h
2968 F:      net/wireless/*
2969 X:      net/wireless/wext*
2970
2971 CHAR and MISC DRIVERS
2972 M:      Arnd Bergmann <arnd@arndb.de>
2973 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2974 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2975 S:      Supported
2976 F:      drivers/char/*
2977 F:      drivers/misc/*
2978 F:      include/linux/miscdevice.h
2979
2980 CHECKPATCH
2981 M:      Andy Whitcroft <apw@canonical.com>
2982 M:      Joe Perches <joe@perches.com>
2983 S:      Maintained
2984 F:      scripts/checkpatch.pl
2985
2986 CHINESE DOCUMENTATION
2987 M:      Harry Wei <harryxiyou@gmail.com>
2988 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2989 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2990 S:      Maintained
2991 F:      Documentation/zh_CN/
2992
2993 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2994 M:      Peter Chen <Peter.Chen@nxp.com>
2995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2996 L:      linux-usb@vger.kernel.org
2997 S:      Maintained
2998 F:      drivers/usb/chipidea/
2999
3000 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3001 M:      Hans de Goede <hdegoede@redhat.com>
3002 L:      linux-input@vger.kernel.org
3003 S:      Maintained
3004 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3005 F:      drivers/input/touchscreen/chipone_icn8318.c
3006
3007 CHROME HARDWARE PLATFORM SUPPORT
3008 M:      Olof Johansson <olof@lixom.net>
3009 S:      Maintained
3010 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3011 F:      drivers/platform/chrome/
3012
3013 CISCO VIC ETHERNET NIC DRIVER
3014 M:      Christian Benvenuti <benve@cisco.com>
3015 M:      Sujith Sankar <ssujith@cisco.com>
3016 M:      Govindarajulu Varadarajan <_govind@gmx.com>
3017 M:      Neel Patel <neepatel@cisco.com>
3018 S:      Supported
3019 F:      drivers/net/ethernet/cisco/enic/
3020
3021 CISCO VIC LOW LATENCY NIC DRIVER
3022 M:      Christian Benvenuti <benve@cisco.com>
3023 M:      Dave Goodell <dgoodell@cisco.com>
3024 S:      Supported
3025 F:      drivers/infiniband/hw/usnic/
3026
3027 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3028 M:      Hartley Sweeten <hsweeten@visionengravers.com>
3029 L:      netdev@vger.kernel.org
3030 S:      Maintained
3031 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3032
3033 CIRRUS LOGIC AUDIO CODEC DRIVERS
3034 M:      Brian Austin <brian.austin@cirrus.com>
3035 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
3036 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3037 S:      Maintained
3038 F:      sound/soc/codecs/cs*
3039
3040 CLEANCACHE API
3041 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3042 L:      linux-kernel@vger.kernel.org
3043 S:      Maintained
3044 F:      mm/cleancache.c
3045 F:      include/linux/cleancache.h
3046
3047 CLK API
3048 M:      Russell King <linux@armlinux.org.uk>
3049 L:      linux-clk@vger.kernel.org
3050 S:      Maintained
3051 F:      include/linux/clk.h
3052
3053 CLOCKSOURCE, CLOCKEVENT DRIVERS
3054 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3055 M:      Thomas Gleixner <tglx@linutronix.de>
3056 L:      linux-kernel@vger.kernel.org
3057 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3058 S:      Supported
3059 F:      drivers/clocksource
3060
3061 CISCO FCOE HBA DRIVER
3062 M:      Hiral Patel <hiralpat@cisco.com>
3063 M:      Suma Ramars <sramars@cisco.com>
3064 M:      Brian Uchino <buchino@cisco.com>
3065 L:      linux-scsi@vger.kernel.org
3066 S:      Supported
3067 F:      drivers/scsi/fnic/
3068
3069 CISCO SCSI HBA DRIVER
3070 M:      Narsimhulu Musini <nmusini@cisco.com>
3071 M:      Sesidhar Baddela <sebaddel@cisco.com>
3072 L:      linux-scsi@vger.kernel.org
3073 S:      Supported
3074 F:      drivers/scsi/snic/
3075
3076 CMPC ACPI DRIVER
3077 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3078 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3079 L:      platform-driver-x86@vger.kernel.org
3080 S:      Supported
3081 F:      drivers/platform/x86/classmate-laptop.c
3082
3083 COBALT MEDIA DRIVER
3084 M:      Hans Verkuil <hans.verkuil@cisco.com>
3085 L:      linux-media@vger.kernel.org
3086 T:      git git://linuxtv.org/media_tree.git
3087 W:      https://linuxtv.org
3088 S:      Supported
3089 F:      drivers/media/pci/cobalt/
3090
3091 COCCINELLE/Semantic Patches (SmPL)
3092 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3093 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3094 M:      Nicolas Palix <nicolas.palix@imag.fr>
3095 M:      Michal Marek <mmarek@suse.com>
3096 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3098 W:      http://coccinelle.lip6.fr/
3099 S:      Supported
3100 F:      Documentation/coccinelle.txt
3101 F:      scripts/coccinelle/
3102 F:      scripts/coccicheck
3103
3104 CODA FILE SYSTEM
3105 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3106 M:      coda@cs.cmu.edu
3107 L:      codalist@coda.cs.cmu.edu
3108 W:      http://www.coda.cs.cmu.edu/
3109 S:      Maintained
3110 F:      Documentation/filesystems/coda.txt
3111 F:      fs/coda/
3112 F:      include/linux/coda*.h
3113 F:      include/uapi/linux/coda*.h
3114
3115 CODA V4L2 MEM2MEM DRIVER
3116 M:      Philipp Zabel <p.zabel@pengutronix.de>
3117 L:      linux-media@vger.kernel.org
3118 S:      Maintained
3119 F:      Documentation/devicetree/bindings/media/coda.txt
3120 F:      drivers/media/platform/coda/
3121
3122 COMMON CLK FRAMEWORK
3123 M:      Michael Turquette <mturquette@baylibre.com>
3124 M:      Stephen Boyd <sboyd@codeaurora.org>
3125 L:      linux-clk@vger.kernel.org
3126 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3127 S:      Maintained
3128 F:      Documentation/devicetree/bindings/clock/
3129 F:      drivers/clk/
3130 X:      drivers/clk/clkdev.c
3131 F:      include/linux/clk-pr*
3132 F:      include/linux/clk/
3133
3134 COMMON INTERNET FILE SYSTEM (CIFS)
3135 M:      Steve French <sfrench@samba.org>
3136 L:      linux-cifs@vger.kernel.org
3137 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3138 W:      http://linux-cifs.samba.org/
3139 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3140 S:      Supported
3141 F:      Documentation/filesystems/cifs/
3142 F:      fs/cifs/
3143
3144 COMPACTPCI HOTPLUG CORE
3145 M:      Scott Murray <scott@spiteful.org>
3146 L:      linux-pci@vger.kernel.org
3147 S:      Maintained
3148 F:      drivers/pci/hotplug/cpci_hotplug*
3149
3150 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3151 M:      Scott Murray <scott@spiteful.org>
3152 L:      linux-pci@vger.kernel.org
3153 S:      Maintained
3154 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3155
3156 COMPACTPCI HOTPLUG GENERIC DRIVER
3157 M:      Scott Murray <scott@spiteful.org>
3158 L:      linux-pci@vger.kernel.org
3159 S:      Maintained
3160 F:      drivers/pci/hotplug/cpcihp_generic.c
3161
3162 COMPAL LAPTOP SUPPORT
3163 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3164 L:      platform-driver-x86@vger.kernel.org
3165 S:      Maintained
3166 F:      drivers/platform/x86/compal-laptop.c
3167
3168 CONEXANT ACCESSRUNNER USB DRIVER
3169 L:      accessrunner-general@lists.sourceforge.net
3170 W:      http://accessrunner.sourceforge.net/
3171 S:      Orphan
3172 F:      drivers/usb/atm/cxacru.c
3173
3174 CONFIGFS
3175 M:      Joel Becker <jlbec@evilplan.org>
3176 M:      Christoph Hellwig <hch@lst.de>
3177 T:      git git://git.infradead.org/users/hch/configfs.git
3178 S:      Supported
3179 F:      fs/configfs/
3180 F:      include/linux/configfs.h
3181
3182 CONNECTOR
3183 M:      Evgeniy Polyakov <zbr@ioremap.net>
3184 L:      netdev@vger.kernel.org
3185 S:      Maintained
3186 F:      drivers/connector/
3187
3188 CONTROL GROUP (CGROUP)
3189 M:      Tejun Heo <tj@kernel.org>
3190 M:      Li Zefan <lizefan@huawei.com>
3191 M:      Johannes Weiner <hannes@cmpxchg.org>
3192 L:      cgroups@vger.kernel.org
3193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3194 S:      Maintained
3195 F:      Documentation/cgroups/
3196 F:      include/linux/cgroup*
3197 F:      kernel/cgroup*
3198
3199 CONTROL GROUP - CPUSET
3200 M:      Li Zefan <lizefan@huawei.com>
3201 L:      cgroups@vger.kernel.org
3202 W:      http://www.bullopensource.org/cpuset/
3203 W:      http://oss.sgi.com/projects/cpusets/
3204 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3205 S:      Maintained
3206 F:      Documentation/cgroups/cpusets.txt
3207 F:      include/linux/cpuset.h
3208 F:      kernel/cpuset.c
3209
3210 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3211 M:      Johannes Weiner <hannes@cmpxchg.org>
3212 M:      Michal Hocko <mhocko@kernel.org>
3213 M:      Vladimir Davydov <vdavydov@virtuozzo.com>
3214 L:      cgroups@vger.kernel.org
3215 L:      linux-mm@kvack.org
3216 S:      Maintained
3217 F:      mm/memcontrol.c
3218 F:      mm/swap_cgroup.c
3219
3220 CORETEMP HARDWARE MONITORING DRIVER
3221 M:      Fenghua Yu <fenghua.yu@intel.com>
3222 L:      linux-hwmon@vger.kernel.org
3223 S:      Maintained
3224 F:      Documentation/hwmon/coretemp
3225 F:      drivers/hwmon/coretemp.c
3226
3227 COSA/SRP SYNC SERIAL DRIVER
3228 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3229 W:      http://www.fi.muni.cz/~kas/cosa/
3230 S:      Maintained
3231 F:      drivers/net/wan/cosa*
3232
3233 CPMAC ETHERNET DRIVER
3234 M:      Florian Fainelli <florian@openwrt.org>
3235 L:      netdev@vger.kernel.org
3236 S:      Maintained
3237 F:      drivers/net/ethernet/ti/cpmac.c
3238
3239 CPU FREQUENCY DRIVERS
3240 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3241 M:      Viresh Kumar <viresh.kumar@linaro.org>
3242 L:      linux-pm@vger.kernel.org
3243 S:      Maintained
3244 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3245 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3246 F:      drivers/cpufreq/
3247 F:      include/linux/cpufreq.h
3248
3249 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3250 M:      Viresh Kumar <viresh.kumar@linaro.org>
3251 M:      Sudeep Holla <sudeep.holla@arm.com>
3252 L:      linux-pm@vger.kernel.org
3253 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3254 S:      Maintained
3255 F:      drivers/cpufreq/arm_big_little.h
3256 F:      drivers/cpufreq/arm_big_little.c
3257 F:      drivers/cpufreq/arm_big_little_dt.c
3258
3259 CPUIDLE DRIVER - ARM BIG LITTLE
3260 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3261 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3262 L:      linux-pm@vger.kernel.org
3263 L:      linux-arm-kernel@lists.infradead.org
3264 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3265 S:      Maintained
3266 F:      drivers/cpuidle/cpuidle-big_little.c
3267
3268 CPUIDLE DRIVER - ARM EXYNOS
3269 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3270 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3271 M:      Kukjin Kim <kgene@kernel.org>
3272 L:      linux-pm@vger.kernel.org
3273 L:      linux-samsung-soc@vger.kernel.org
3274 S:      Supported
3275 F:      drivers/cpuidle/cpuidle-exynos.c
3276 F:      arch/arm/mach-exynos/pm.c
3277
3278 CPUIDLE DRIVERS
3279 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3280 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3281 L:      linux-pm@vger.kernel.org
3282 S:      Maintained
3283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3284 F:      drivers/cpuidle/*
3285 F:      include/linux/cpuidle.h
3286
3287 CPUID/MSR DRIVER
3288 M:      "H. Peter Anvin" <hpa@zytor.com>
3289 S:      Maintained
3290 F:      arch/x86/kernel/cpuid.c
3291 F:      arch/x86/kernel/msr.c
3292
3293 CPU POWER MONITORING SUBSYSTEM
3294 M:      Thomas Renninger <trenn@suse.com>
3295 L:      linux-pm@vger.kernel.org
3296 S:      Maintained
3297 F:      tools/power/cpupower/
3298
3299 CRAMFS FILESYSTEM
3300 W:      http://sourceforge.net/projects/cramfs/
3301 S:      Orphan / Obsolete
3302 F:      Documentation/filesystems/cramfs.txt
3303 F:      fs/cramfs/
3304
3305 CRIS PORT
3306 M:      Mikael Starvik <starvik@axis.com>
3307 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3308 L:      linux-cris-kernel@axis.com
3309 W:      http://developer.axis.com
3310 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3311 S:      Maintained
3312 F:      arch/cris/
3313 F:      drivers/tty/serial/crisv10.*
3314
3315 CRYPTO API
3316 M:      Herbert Xu <herbert@gondor.apana.org.au>
3317 M:      "David S. Miller" <davem@davemloft.net>
3318 L:      linux-crypto@vger.kernel.org
3319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3320 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3321 S:      Maintained
3322 F:      Documentation/crypto/
3323 F:      Documentation/devicetree/bindings/crypto/
3324 F:      Documentation/DocBook/crypto-API.tmpl
3325 F:      arch/*/crypto/
3326 F:      crypto/
3327 F:      drivers/crypto/
3328 F:      include/crypto/
3329
3330 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3331 M:      Neil Horman <nhorman@tuxdriver.com>
3332 L:      linux-crypto@vger.kernel.org
3333 S:      Maintained
3334 F:      crypto/ansi_cprng.c
3335 F:      crypto/rng.c
3336
3337 CS3308 MEDIA DRIVER
3338 M:      Hans Verkuil <hverkuil@xs4all.nl>
3339 L:      linux-media@vger.kernel.org
3340 T:      git git://linuxtv.org/media_tree.git
3341 W:      http://linuxtv.org
3342 S:      Odd Fixes
3343 F:      drivers/media/i2c/cs3308.c
3344 F:      drivers/media/i2c/cs3308.h
3345
3346 CS5535 Audio ALSA driver
3347 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3348 S:      Maintained
3349 F:      sound/pci/cs5535audio/
3350
3351 CW1200 WLAN driver
3352 M:      Solomon Peachy <pizza@shaftnet.org>
3353 S:      Maintained
3354 F:      drivers/net/wireless/st/cw1200/
3355
3356 CX18 VIDEO4LINUX DRIVER
3357 M:      Andy Walls <awalls@md.metrocast.net>
3358 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3359 L:      linux-media@vger.kernel.org
3360 T:      git git://linuxtv.org/media_tree.git
3361 W:      https://linuxtv.org
3362 W:      http://www.ivtvdriver.org/index.php/Cx18
3363 S:      Maintained
3364 F:      Documentation/video4linux/cx18.txt
3365 F:      drivers/media/pci/cx18/
3366 F:      include/uapi/linux/ivtv*
3367
3368 CX2341X MPEG ENCODER HELPER MODULE
3369 M:      Hans Verkuil <hverkuil@xs4all.nl>
3370 L:      linux-media@vger.kernel.org
3371 T:      git git://linuxtv.org/media_tree.git
3372 W:      https://linuxtv.org
3373 S:      Maintained
3374 F:      drivers/media/common/cx2341x*
3375 F:      include/media/cx2341x*
3376
3377 CX24120 MEDIA DRIVER
3378 M:      Jemma Denson <jdenson@gmail.com>
3379 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3380 L:      linux-media@vger.kernel.org
3381 W:      https://linuxtv.org
3382 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3383 S:      Maintained
3384 F:      drivers/media/dvb-frontends/cx24120*
3385
3386 CX88 VIDEO4LINUX DRIVER
3387 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
3388 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3389 L:      linux-media@vger.kernel.org
3390 W:      https://linuxtv.org
3391 T:      git git://linuxtv.org/media_tree.git
3392 S:      Odd fixes
3393 F:      Documentation/video4linux/cx88/
3394 F:      drivers/media/pci/cx88/
3395
3396 CXD2820R MEDIA DRIVER
3397 M:      Antti Palosaari <crope@iki.fi>
3398 L:      linux-media@vger.kernel.org
3399 W:      https://linuxtv.org
3400 W:      http://palosaari.fi/linux/
3401 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3402 T:      git git://linuxtv.org/anttip/media_tree.git
3403 S:      Maintained
3404 F:      drivers/media/dvb-frontends/cxd2820r*
3405
3406 CXGB3 ETHERNET DRIVER (CXGB3)
3407 M:      Santosh Raspatur <santosh@chelsio.com>
3408 L:      netdev@vger.kernel.org
3409 W:      http://www.chelsio.com
3410 S:      Supported
3411 F:      drivers/net/ethernet/chelsio/cxgb3/
3412
3413 CXGB3 ISCSI DRIVER (CXGB3I)
3414 M:      Karen Xie <kxie@chelsio.com>
3415 L:      linux-scsi@vger.kernel.org
3416 W:      http://www.chelsio.com
3417 S:      Supported
3418 F:      drivers/scsi/cxgbi/cxgb3i
3419
3420 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3421 M:      Steve Wise <swise@chelsio.com>
3422 L:      linux-rdma@vger.kernel.org
3423 W:      http://www.openfabrics.org
3424 S:      Supported
3425 F:      drivers/infiniband/hw/cxgb3/
3426
3427 CXGB4 ETHERNET DRIVER (CXGB4)
3428 M:      Hariprasad S <hariprasad@chelsio.com>
3429 L:      netdev@vger.kernel.org
3430 W:      http://www.chelsio.com
3431 S:      Supported
3432 F:      drivers/net/ethernet/chelsio/cxgb4/
3433
3434 CXGB4 ISCSI DRIVER (CXGB4I)
3435 M:      Karen Xie <kxie@chelsio.com>
3436 L:      linux-scsi@vger.kernel.org
3437 W:      http://www.chelsio.com
3438 S:      Supported
3439 F:      drivers/scsi/cxgbi/cxgb4i
3440
3441 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3442 M:      Steve Wise <swise@chelsio.com>
3443 L:      linux-rdma@vger.kernel.org
3444 W:      http://www.openfabrics.org
3445 S:      Supported
3446 F:      drivers/infiniband/hw/cxgb4/
3447
3448 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3449 M:      Casey Leedom <leedom@chelsio.com>
3450 L:      netdev@vger.kernel.org
3451 W:      http://www.chelsio.com
3452 S:      Supported
3453 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3454
3455 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3456 M:      Ian Munsie <imunsie@au1.ibm.com>
3457 M:      Michael Neuling <mikey@neuling.org>
3458 L:      linuxppc-dev@lists.ozlabs.org
3459 S:      Supported
3460 F:      drivers/misc/cxl/
3461 F:      include/misc/cxl*
3462 F:      include/uapi/misc/cxl.h
3463 F:      Documentation/powerpc/cxl.txt
3464 F:      Documentation/powerpc/cxl.txt
3465 F:      Documentation/ABI/testing/sysfs-class-cxl
3466
3467 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3468 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3469 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3470 L:      linux-scsi@vger.kernel.org
3471 S:      Supported
3472 F:      drivers/scsi/cxlflash/
3473 F:      include/uapi/scsi/cxlflash_ioctls.h
3474 F:      Documentation/powerpc/cxlflash.txt
3475
3476 STMMAC ETHERNET DRIVER
3477 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3478 M:      Alexandre Torgue <alexandre.torgue@st.com>
3479 L:      netdev@vger.kernel.org
3480 W:      http://www.stlinux.com
3481 S:      Supported
3482 F:      drivers/net/ethernet/stmicro/stmmac/
3483
3484 CYBERPRO FB DRIVER
3485 M:      Russell King <linux@armlinux.org.uk>
3486 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3487 W:      http://www.armlinux.org.uk/
3488 S:      Maintained
3489 F:      drivers/video/fbdev/cyber2000fb.*
3490
3491 CYCLADES ASYNC MUX DRIVER
3492 W:      http://www.cyclades.com/
3493 S:      Orphan
3494 F:      drivers/tty/cyclades.c
3495 F:      include/linux/cyclades.h
3496 F:      include/uapi/linux/cyclades.h
3497
3498 CYCLADES PC300 DRIVER
3499 W:      http://www.cyclades.com/
3500 S:      Orphan
3501 F:      drivers/net/wan/pc300*
3502
3503 CYPRESS_FIRMWARE MEDIA DRIVER
3504 M:      Antti Palosaari <crope@iki.fi>
3505 L:      linux-media@vger.kernel.org
3506 W:      https://linuxtv.org
3507 W:      http://palosaari.fi/linux/
3508 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3509 T:      git git://linuxtv.org/anttip/media_tree.git
3510 S:      Maintained
3511 F:      drivers/media/common/cypress_firmware*
3512
3513 CYTTSP TOUCHSCREEN DRIVER
3514 M:      Ferruh Yigit <fery@cypress.com>
3515 L:      linux-input@vger.kernel.org
3516 S:      Supported
3517 F:      drivers/input/touchscreen/cyttsp*
3518 F:      include/linux/input/cyttsp.h
3519
3520 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3521 M:      Joshua Kinard <kumba@gentoo.org>
3522 S:      Maintained
3523 F:      drivers/rtc/rtc-ds1685.c
3524 F:      include/linux/rtc/ds1685.h
3525
3526 DAMA SLAVE for AX.25
3527 M:      Joerg Reuter <jreuter@yaina.de>
3528 W:      http://yaina.de/jreuter/
3529 W:      http://www.qsl.net/dl1bke/
3530 L:      linux-hams@vger.kernel.org
3531 S:      Maintained
3532 F:      net/ax25/af_ax25.c
3533 F:      net/ax25/ax25_dev.c
3534 F:      net/ax25/ax25_ds_*
3535 F:      net/ax25/ax25_in.c
3536 F:      net/ax25/ax25_out.c
3537 F:      net/ax25/ax25_timer.c
3538 F:      net/ax25/sysctl_net_ax25.c
3539
3540 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3541 L:      netdev@vger.kernel.org
3542 S:      Orphan
3543 F:      Documentation/networking/dmfe.txt
3544 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3545
3546 DC390/AM53C974 SCSI driver
3547 M:      Hannes Reinecke <hare@suse.com>
3548 L:      linux-scsi@vger.kernel.org
3549 S:      Maintained
3550 F:      drivers/scsi/am53c974.c
3551
3552 DC395x SCSI driver
3553 M:      Oliver Neukum <oliver@neukum.org>
3554 M:      Ali Akcaagac <aliakc@web.de>
3555 M:      Jamie Lenehan <lenehan@twibble.org>
3556 L:      dc395x@twibble.org
3557 W:      http://twibble.org/dist/dc395x/
3558 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3559 S:      Maintained
3560 F:      Documentation/scsi/dc395x.txt
3561 F:      drivers/scsi/dc395x.*
3562
3563 DCCP PROTOCOL
3564 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3565 L:      dccp@vger.kernel.org
3566 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3567 S:      Maintained
3568 F:      include/linux/dccp.h
3569 F:      include/uapi/linux/dccp.h
3570 F:      include/linux/tfrc.h
3571 F:      net/dccp/
3572
3573 DECnet NETWORK LAYER
3574 W:      http://linux-decnet.sourceforge.net
3575 L:      linux-decnet-user@lists.sourceforge.net
3576 S:      Orphan
3577 F:      Documentation/networking/decnet.txt
3578 F:      net/decnet/
3579
3580 DECSTATION PLATFORM SUPPORT
3581 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3582 L:      linux-mips@linux-mips.org
3583 W:      http://www.linux-mips.org/wiki/DECstation
3584 S:      Maintained
3585 F:      arch/mips/dec/
3586 F:      arch/mips/include/asm/dec/
3587 F:      arch/mips/include/asm/mach-dec/
3588
3589 DEFXX FDDI NETWORK DRIVER
3590 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3591 S:      Maintained
3592 F:      drivers/net/fddi/defxx.*
3593
3594 DELL LAPTOP DRIVER
3595 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3596 M:      Pali Rohár <pali.rohar@gmail.com>
3597 L:      platform-driver-x86@vger.kernel.org
3598 S:      Maintained
3599 F:      drivers/platform/x86/dell-laptop.c
3600
3601 DELL LAPTOP RBTN DRIVER
3602 M:      Pali Rohár <pali.rohar@gmail.com>
3603 S:      Maintained
3604 F:      drivers/platform/x86/dell-rbtn.*
3605
3606 DELL LAPTOP FREEFALL DRIVER
3607 M:      Pali Rohár <pali.rohar@gmail.com>
3608 S:      Maintained
3609 F:      drivers/platform/x86/dell-smo8800.c
3610
3611 DELL LAPTOP SMM DRIVER
3612 M:      Pali Rohár <pali.rohar@gmail.com>
3613 S:      Maintained
3614 F:      drivers/hwmon/dell-smm-hwmon.c
3615 F:      include/uapi/linux/i8k.h
3616
3617 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3618 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3619 S:      Maintained
3620 F:      Documentation/dcdbas.txt
3621 F:      drivers/firmware/dcdbas.*
3622
3623 DELL WMI EXTRAS DRIVER
3624 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3625 M:      Pali Rohár <pali.rohar@gmail.com>
3626 S:      Maintained
3627 F:      drivers/platform/x86/dell-wmi.c
3628
3629 DESIGNWARE USB2 DRD IP DRIVER
3630 M:      John Youn <johnyoun@synopsys.com>
3631 L:      linux-usb@vger.kernel.org
3632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3633 S:      Maintained
3634 F:      drivers/usb/dwc2/
3635
3636 DESIGNWARE USB3 DRD IP DRIVER
3637 M:      Felipe Balbi <balbi@kernel.org>
3638 L:      linux-usb@vger.kernel.org
3639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3640 S:      Maintained
3641 F:      drivers/usb/dwc3/
3642
3643 DEVICE COREDUMP (DEV_COREDUMP)
3644 M:      Johannes Berg <johannes@sipsolutions.net>
3645 L:      linux-kernel@vger.kernel.org
3646 S:      Maintained
3647 F:      drivers/base/devcoredump.c
3648 F:      include/linux/devcoredump.h
3649
3650 DEVICE FREQUENCY (DEVFREQ)
3651 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3652 M:      Kyungmin Park <kyungmin.park@samsung.com>
3653 L:      linux-pm@vger.kernel.org
3654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3655 S:      Maintained
3656 F:      drivers/devfreq/
3657 F:      include/linux/devfreq.h
3658 F:      Documentation/devicetree/bindings/devfreq/
3659
3660 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3661 M:      Chanwoo Choi <cw00.choi@samsung.com>
3662 L:      linux-pm@vger.kernel.org
3663 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3664 S:      Supported
3665 F:      drivers/devfreq/event/
3666 F:      drivers/devfreq/devfreq-event.c
3667 F:      include/linux/devfreq-event.h
3668 F:      Documentation/devicetree/bindings/devfreq/event/
3669
3670 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3671 M:      Chanwoo Choi <cw00.choi@samsung.com>
3672 L:      linux-pm@vger.kernel.org
3673 L:      linux-samsung-soc@vger.kernel.org
3674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3675 S:      Maintained
3676 F:      drivers/devfreq/exynos-bus.c
3677 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3678
3679 DEVICE NUMBER REGISTRY
3680 M:      Torben Mathiasen <device@lanana.org>
3681 W:      http://lanana.org/docs/device-list/index.html
3682 S:      Maintained
3683
3684 DEVICE-MAPPER  (LVM)
3685 M:      Alasdair Kergon <agk@redhat.com>
3686 M:      Mike Snitzer <snitzer@redhat.com>
3687 M:      dm-devel@redhat.com
3688 L:      dm-devel@redhat.com
3689 W:      http://sources.redhat.com/dm
3690 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3691 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3692 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3693 S:      Maintained
3694 F:      Documentation/device-mapper/
3695 F:      drivers/md/dm*
3696 F:      drivers/md/persistent-data/
3697 F:      include/linux/device-mapper.h
3698 F:      include/linux/dm-*.h
3699 F:      include/uapi/linux/dm-*.h
3700
3701 DEVLINK
3702 M:      Jiri Pirko <jiri@mellanox.com>
3703 L:      netdev@vger.kernel.org
3704 S:      Supported
3705 F:      net/core/devlink.c
3706 F:      include/net/devlink.h
3707 F:      include/uapi/linux/devlink.h
3708
3709 DIALOG SEMICONDUCTOR DRIVERS
3710 M:      Support Opensource <support.opensource@diasemi.com>
3711 W:      http://www.dialog-semiconductor.com/products
3712 S:      Supported
3713 F:      Documentation/hwmon/da90??
3714 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3715 F:      drivers/gpio/gpio-da90??.c
3716 F:      drivers/hwmon/da90??-hwmon.c
3717 F:      drivers/iio/adc/da91??-*.c
3718 F:      drivers/input/misc/da90??_onkey.c
3719 F:      drivers/input/touchscreen/da9052_tsi.c
3720 F:      drivers/leds/leds-da90??.c
3721 F:      drivers/mfd/da903x.c
3722 F:      drivers/mfd/da90??-*.c
3723 F:      drivers/mfd/da91??-*.c
3724 F:      drivers/power/da9052-battery.c
3725 F:      drivers/power/da91??-*.c
3726 F:      drivers/regulator/da903x.c
3727 F:      drivers/regulator/da9???-regulator.[ch]
3728 F:      drivers/rtc/rtc-da90??.c
3729 F:      drivers/video/backlight/da90??_bl.c
3730 F:      drivers/watchdog/da90??_wdt.c
3731 F:      include/linux/mfd/da903x.h
3732 F:      include/linux/mfd/da9052/
3733 F:      include/linux/mfd/da9055/
3734 F:      include/linux/mfd/da9063/
3735 F:      include/linux/mfd/da9150/
3736 F:      include/sound/da[79]*.h
3737 F:      sound/soc/codecs/da[79]*.[ch]
3738
3739 DIGI NEO AND CLASSIC PCI PRODUCTS
3740 M:      Lidza Louina <lidza.louina@gmail.com>
3741 M:      Mark Hounschell <markh@compro.net>
3742 L:      driverdev-devel@linuxdriverproject.org
3743 S:      Maintained
3744 F:      drivers/staging/dgnc/
3745
3746 DIOLAN U2C-12 I2C DRIVER
3747 M:      Guenter Roeck <linux@roeck-us.net>
3748 L:      linux-i2c@vger.kernel.org
3749 S:      Maintained
3750 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3751
3752 DIRECT ACCESS (DAX)
3753 M:      Matthew Wilcox <willy@linux.intel.com>
3754 L:      linux-fsdevel@vger.kernel.org
3755 S:      Supported
3756 F:      fs/dax.c
3757
3758 DIRECTORY NOTIFICATION (DNOTIFY)
3759 M:      Eric Paris <eparis@parisplace.org>
3760 S:      Maintained
3761 F:      Documentation/filesystems/dnotify.txt
3762 F:      fs/notify/dnotify/
3763 F:      include/linux/dnotify.h
3764
3765 DISK GEOMETRY AND PARTITION HANDLING
3766 M:      Andries Brouwer <aeb@cwi.nl>
3767 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3768 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3769 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3770 S:      Maintained
3771
3772 DISKQUOTA
3773 M:      Jan Kara <jack@suse.com>
3774 S:      Maintained
3775 F:      Documentation/filesystems/quota.txt
3776 F:      fs/quota/
3777 F:      include/linux/quota*.h
3778 F:      include/uapi/linux/quota*.h
3779
3780 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3781 M:      Bernie Thompson <bernie@plugable.com>
3782 L:      linux-fbdev@vger.kernel.org
3783 S:      Maintained
3784 W:      http://plugable.com/category/projects/udlfb/
3785 F:      drivers/video/fbdev/udlfb.c
3786 F:      include/video/udlfb.h
3787 F:      Documentation/fb/udlfb.txt
3788
3789 DISTRIBUTED LOCK MANAGER (DLM)
3790 M:      Christine Caulfield <ccaulfie@redhat.com>
3791 M:      David Teigland <teigland@redhat.com>
3792 L:      cluster-devel@redhat.com
3793 W:      http://sources.redhat.com/cluster/
3794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3795 S:      Supported
3796 F:      fs/dlm/
3797
3798 DMA BUFFER SHARING FRAMEWORK
3799 M:      Sumit Semwal <sumit.semwal@linaro.org>
3800 S:      Maintained
3801 L:      linux-media@vger.kernel.org
3802 L:      dri-devel@lists.freedesktop.org
3803 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3804 F:      drivers/dma-buf/
3805 F:      include/linux/dma-buf*
3806 F:      include/linux/reservation.h
3807 F:      include/linux/*fence.h
3808 F:      Documentation/dma-buf-sharing.txt
3809 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3810
3811 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3812 M:      Vinod Koul <vinod.koul@intel.com>
3813 L:      dmaengine@vger.kernel.org
3814 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3815 S:      Maintained
3816 F:      drivers/dma/
3817 F:      include/linux/dmaengine.h
3818 F:      Documentation/devicetree/bindings/dma/
3819 F:      Documentation/dmaengine/
3820 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3821
3822 DME1737 HARDWARE MONITOR DRIVER
3823 M:      Juerg Haefliger <juergh@gmail.com>
3824 L:      linux-hwmon@vger.kernel.org
3825 S:      Maintained
3826 F:      Documentation/hwmon/dme1737
3827 F:      drivers/hwmon/dme1737.c
3828
3829 DMI/SMBIOS SUPPORT
3830 M:      Jean Delvare <jdelvare@suse.com>
3831 S:      Maintained
3832 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3833 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3834 F:      drivers/firmware/dmi-id.c
3835 F:      drivers/firmware/dmi_scan.c
3836 F:      include/linux/dmi.h
3837
3838 DOCUMENTATION
3839 M:      Jonathan Corbet <corbet@lwn.net>
3840 L:      linux-doc@vger.kernel.org
3841 S:      Maintained
3842 F:      Documentation/
3843 F:      scripts/docproc.c
3844 F:      scripts/kernel-doc*
3845 X:      Documentation/ABI/
3846 X:      Documentation/devicetree/
3847 X:      Documentation/acpi
3848 X:      Documentation/power
3849 X:      Documentation/spi
3850 X:      Documentation/DocBook/media
3851 T:      git git://git.lwn.net/linux.git docs-next
3852
3853 DOUBLETALK DRIVER
3854 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3855 L:      blinux-list@redhat.com
3856 S:      Maintained
3857 F:      drivers/char/dtlk.c
3858 F:      include/linux/dtlk.h
3859
3860 DPT_I2O SCSI RAID DRIVER
3861 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3862 L:      linux-scsi@vger.kernel.org
3863 W:      http://www.adaptec.com/
3864 S:      Maintained
3865 F:      drivers/scsi/dpt*
3866 F:      drivers/scsi/dpt/
3867
3868 DRBD DRIVER
3869 M:      Philipp Reisner <philipp.reisner@linbit.com>
3870 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
3871 L:      drbd-dev@lists.linbit.com
3872 W:      http://www.drbd.org
3873 T:      git git://git.linbit.com/linux-drbd.git
3874 T:      git git://git.linbit.com/drbd-8.4.git
3875 S:      Supported
3876 F:      drivers/block/drbd/
3877 F:      lib/lru_cache.c
3878 F:      Documentation/blockdev/drbd/
3879
3880 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3881 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3883 S:      Supported
3884 F:      Documentation/kobject.txt
3885 F:      drivers/base/
3886 F:      fs/debugfs/
3887 F:      fs/kernfs/
3888 F:      fs/sysfs/
3889 F:      include/linux/debugfs.h
3890 F:      include/linux/kobj*
3891 F:      lib/kobj*
3892
3893 DRM DRIVERS
3894 M:      David Airlie <airlied@linux.ie>
3895 L:      dri-devel@lists.freedesktop.org
3896 T:      git git://people.freedesktop.org/~airlied/linux
3897 S:      Maintained
3898 F:      drivers/gpu/drm/
3899 F:      drivers/gpu/vga/
3900 F:      Documentation/DocBook/gpu.*
3901 F:      include/drm/
3902 F:      include/uapi/drm/
3903
3904 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
3905 M:      Dave Airlie <airlied@redhat.com>
3906 S:      Odd Fixes
3907 F:      drivers/gpu/drm/ast/
3908
3909 DRM DRIVER FOR BOCHS VIRTUAL GPU
3910 M:      Gerd Hoffmann <kraxel@redhat.com>
3911 S:      Odd Fixes
3912 F:      drivers/gpu/drm/bochs/
3913
3914 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
3915 M:      Dave Airlie <airlied@redhat.com>
3916 S:      Odd Fixes
3917 F:      drivers/gpu/drm/cirrus/
3918
3919 RADEON and AMDGPU DRM DRIVERS
3920 M:      Alex Deucher <alexander.deucher@amd.com>
3921 M:      Christian König <christian.koenig@amd.com>
3922 L:      dri-devel@lists.freedesktop.org
3923 T:      git git://people.freedesktop.org/~agd5f/linux
3924 S:      Supported
3925 F:      drivers/gpu/drm/radeon/
3926 F:      include/uapi/drm/radeon_drm.h
3927 F:      drivers/gpu/drm/amd/
3928 F:      include/uapi/drm/amdgpu_drm.h
3929
3930 DRM PANEL DRIVERS
3931 M:      Thierry Reding <thierry.reding@gmail.com>
3932 L:      dri-devel@lists.freedesktop.org
3933 T:      git git://anongit.freedesktop.org/tegra/linux.git
3934 S:      Maintained
3935 F:      drivers/gpu/drm/drm_panel.c
3936 F:      drivers/gpu/drm/panel/
3937 F:      include/drm/drm_panel.h
3938 F:      Documentation/devicetree/bindings/display/panel/
3939
3940 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3941 M:      Daniel Vetter <daniel.vetter@intel.com>
3942 M:      Jani Nikula <jani.nikula@linux.intel.com>
3943 L:      intel-gfx@lists.freedesktop.org
3944 L:      dri-devel@lists.freedesktop.org
3945 W:      https://01.org/linuxgraphics/
3946 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3947 T:      git git://anongit.freedesktop.org/drm-intel
3948 S:      Supported
3949 F:      drivers/gpu/drm/i915/
3950 F:      include/drm/i915*
3951 F:      include/uapi/drm/i915_drm.h
3952
3953 DRM DRIVERS FOR ATMEL HLCDC
3954 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3955 L:      dri-devel@lists.freedesktop.org
3956 S:      Supported
3957 F:      drivers/gpu/drm/atmel-hlcdc/
3958 F:      Documentation/devicetree/bindings/drm/atmel/
3959
3960 DRM DRIVERS FOR ALLWINNER A10
3961 M:      Maxime Ripard  <maxime.ripard@free-electrons.com>
3962 L:      dri-devel@lists.freedesktop.org
3963 S:      Supported
3964 F:      drivers/gpu/drm/sun4i/
3965 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
3966
3967 DRM DRIVERS FOR EXYNOS
3968 M:      Inki Dae <inki.dae@samsung.com>
3969 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3970 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3971 M:      Kyungmin Park <kyungmin.park@samsung.com>
3972 L:      dri-devel@lists.freedesktop.org
3973 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3974 S:      Supported
3975 F:      drivers/gpu/drm/exynos/
3976 F:      include/uapi/drm/exynos_drm.h
3977 F:      Documentation/devicetree/bindings/display/exynos/
3978
3979 DRM DRIVERS FOR FREESCALE DCU
3980 M:      Stefan Agner <stefan@agner.ch>
3981 M:      Alison Wang <alison.wang@freescale.com>
3982 L:      dri-devel@lists.freedesktop.org
3983 S:      Supported
3984 F:      drivers/gpu/drm/fsl-dcu/
3985 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
3986 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
3987 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3988
3989 DRM DRIVERS FOR FREESCALE IMX
3990 M:      Philipp Zabel <p.zabel@pengutronix.de>
3991 L:      dri-devel@lists.freedesktop.org
3992 S:      Maintained
3993 F:      drivers/gpu/drm/imx/
3994 F:      drivers/gpu/ipu-v3/
3995 F:      Documentation/devicetree/bindings/display/imx/
3996
3997 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3998 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3999 L:      dri-devel@lists.freedesktop.org
4000 T:      git git://github.com/patjak/drm-gma500
4001 S:      Maintained
4002 F:      drivers/gpu/drm/gma500/
4003
4004 DRM DRIVERS FOR HISILICON
4005 M:      Xinliang Liu <z.liuxinliang@hisilicon.com>
4006 R:      Xinwei Kong <kong.kongxinwei@hisilicon.com>
4007 R:      Chen Feng <puck.chen@hisilicon.com>
4008 L:      dri-devel@lists.freedesktop.org
4009 T:      git git://github.com/xin3liang/linux.git
4010 S:      Maintained
4011 F:      drivers/gpu/drm/hisilicon/
4012 F:      Documentation/devicetree/bindings/display/hisilicon/
4013
4014 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4015 S:      Orphan / Obsolete
4016 F:      drivers/gpu/drm/i810/
4017 F:      include/uapi/drm/i810_drm.h
4018
4019 DRM DRIVER FOR MSM ADRENO GPU
4020 M:      Rob Clark <robdclark@gmail.com>
4021 L:      linux-arm-msm@vger.kernel.org
4022 L:      dri-devel@lists.freedesktop.org
4023 L:      freedreno@lists.freedesktop.org
4024 T:      git git://people.freedesktop.org/~robclark/linux
4025 S:      Maintained
4026 F:      drivers/gpu/drm/msm/
4027 F:      include/uapi/drm/msm_drm.h
4028 F:      Documentation/devicetree/bindings/display/msm/
4029
4030 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4031 M:      Ben Skeggs <bskeggs@redhat.com>
4032 L:      dri-devel@lists.freedesktop.org
4033 L:      nouveau@lists.freedesktop.org
4034 T:      git git://github.com/skeggsb/linux
4035 S:      Supported
4036 F:      drivers/gpu/drm/nouveau/
4037 F:      include/uapi/drm/nouveau_drm.h
4038
4039 DRM DRIVERS FOR NVIDIA TEGRA
4040 M:      Thierry Reding <thierry.reding@gmail.com>
4041 L:      dri-devel@lists.freedesktop.org
4042 L:      linux-tegra@vger.kernel.org
4043 T:      git git://anongit.freedesktop.org/tegra/linux.git
4044 S:      Supported
4045 F:      drivers/gpu/drm/tegra/
4046 F:      drivers/gpu/host1x/
4047 F:      include/linux/host1x.h
4048 F:      include/uapi/drm/tegra_drm.h
4049 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4050
4051 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4052 S:      Orphan / Obsolete
4053 F:      drivers/gpu/drm/mga/
4054 F:      include/uapi/drm/mga_drm.h
4055
4056 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4057 M:      Dave Airlie <airlied@redhat.com>
4058 S:      Odd Fixes
4059 F:      drivers/gpu/drm/mgag200/
4060
4061 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4062 S:      Orphan / Obsolete
4063 F:      drivers/gpu/drm/r128/
4064 F:      include/uapi/drm/r128_drm.h
4065
4066 DRM DRIVERS FOR RENESAS
4067 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4068 L:      dri-devel@lists.freedesktop.org
4069 L:      linux-renesas-soc@vger.kernel.org
4070 T:      git git://linuxtv.org/pinchartl/fbdev
4071 S:      Supported
4072 F:      drivers/gpu/drm/rcar-du/
4073 F:      drivers/gpu/drm/shmobile/
4074 F:      include/linux/platform_data/shmob_drm.h
4075 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4076
4077 DRM DRIVER FOR QXL VIRTUAL GPU
4078 M:      Dave Airlie <airlied@redhat.com>
4079 S:      Odd Fixes
4080 F:      drivers/gpu/drm/qxl/
4081 F:      include/uapi/drm/qxl_drm.h
4082
4083 DRM DRIVERS FOR ROCKCHIP
4084 M:      Mark Yao <mark.yao@rock-chips.com>
4085 L:      dri-devel@lists.freedesktop.org
4086 S:      Maintained
4087 F:      drivers/gpu/drm/rockchip/
4088 F:      Documentation/devicetree/bindings/display/rockchip/
4089
4090 DRM DRIVER FOR SAVAGE VIDEO CARDS
4091 S:      Orphan / Obsolete
4092 F:      drivers/gpu/drm/savage/
4093 F:      include/uapi/drm/savage_drm.h
4094
4095 DRM DRIVER FOR SIS VIDEO CARDS
4096 S:      Orphan / Obsolete
4097 F:      drivers/gpu/drm/sis/
4098 F:      include/uapi/drm/sis_drm.h
4099
4100 DRM DRIVERS FOR STI
4101 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
4102 M:      Vincent Abriou <vincent.abriou@st.com>
4103 L:      dri-devel@lists.freedesktop.org
4104 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4105 S:      Maintained
4106 F:      drivers/gpu/drm/sti
4107 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4108
4109 DRM DRIVER FOR TDFX VIDEO CARDS
4110 S:      Orphan / Obsolete
4111 F:      drivers/gpu/drm/tdfx/
4112
4113 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4114 M:      Dave Airlie <airlied@redhat.com>
4115 S:      Odd Fixes
4116 F:      drivers/gpu/drm/udl/
4117
4118 DRM DRIVERS FOR VIVANTE GPU IP
4119 M:      Lucas Stach <l.stach@pengutronix.de>
4120 R:      Russell King <linux+etnaviv@armlinux.org.uk>
4121 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
4122 L:      dri-devel@lists.freedesktop.org
4123 S:      Maintained
4124 F:      drivers/gpu/drm/etnaviv/
4125 F:      include/uapi/drm/etnaviv_drm.h
4126 F:      Documentation/devicetree/bindings/display/etnaviv/
4127
4128 DRM DRIVER FOR VMWARE VIRTUAL GPU
4129 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4130 M:      Sinclair Yeh <syeh@vmware.com>
4131 M:      Thomas Hellstrom <thellstrom@vmware.com>
4132 L:      dri-devel@lists.freedesktop.org
4133 T:      git git://people.freedesktop.org/~syeh/repos_linux
4134 T:      git git://people.freedesktop.org/~thomash/linux
4135 S:      Supported
4136 F:      drivers/gpu/drm/vmwgfx/
4137 F:      include/uapi/drm/vmwgfx_drm.h
4138
4139 DRM DRIVERS FOR VC4
4140 M:      Eric Anholt <eric@anholt.net>
4141 T:      git git://github.com/anholt/linux
4142 S:      Supported
4143 F:      drivers/gpu/drm/vc4/
4144 F:      include/uapi/drm/vc4_drm.h
4145 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4146
4147 DSBR100 USB FM RADIO DRIVER
4148 M:      Alexey Klimov <klimov.linux@gmail.com>
4149 L:      linux-media@vger.kernel.org
4150 T:      git git://linuxtv.org/media_tree.git
4151 S:      Maintained
4152 F:      drivers/media/radio/dsbr100.c
4153
4154 DSCC4 DRIVER
4155 M:      Francois Romieu <romieu@fr.zoreil.com>
4156 L:      netdev@vger.kernel.org
4157 S:      Maintained
4158 F:      drivers/net/wan/dscc4.c
4159
4160 DT3155 MEDIA DRIVER
4161 M:      Hans Verkuil <hverkuil@xs4all.nl>
4162 L:      linux-media@vger.kernel.org
4163 T:      git git://linuxtv.org/media_tree.git
4164 W:      https://linuxtv.org
4165 S:      Odd Fixes
4166 F:      drivers/media/pci/dt3155/
4167
4168 DVB_USB_AF9015 MEDIA DRIVER
4169 M:      Antti Palosaari <crope@iki.fi>
4170 L:      linux-media@vger.kernel.org
4171 W:      https://linuxtv.org
4172 W:      http://palosaari.fi/linux/
4173 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4174 T:      git git://linuxtv.org/anttip/media_tree.git
4175 S:      Maintained
4176 F:      drivers/media/usb/dvb-usb-v2/af9015*
4177
4178 DVB_USB_AF9035 MEDIA DRIVER
4179 M:      Antti Palosaari <crope@iki.fi>
4180 L:      linux-media@vger.kernel.org
4181 W:      https://linuxtv.org
4182 W:      http://palosaari.fi/linux/
4183 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4184 T:      git git://linuxtv.org/anttip/media_tree.git
4185 S:      Maintained
4186 F:      drivers/media/usb/dvb-usb-v2/af9035*
4187
4188 DVB_USB_ANYSEE MEDIA DRIVER
4189 M:      Antti Palosaari <crope@iki.fi>
4190 L:      linux-media@vger.kernel.org
4191 W:      https://linuxtv.org
4192 W:      http://palosaari.fi/linux/
4193 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4194 T:      git git://linuxtv.org/anttip/media_tree.git
4195 S:      Maintained
4196 F:      drivers/media/usb/dvb-usb-v2/anysee*
4197
4198 DVB_USB_AU6610 MEDIA DRIVER
4199 M:      Antti Palosaari <crope@iki.fi>
4200 L:      linux-media@vger.kernel.org
4201 W:      https://linuxtv.org
4202 W:      http://palosaari.fi/linux/
4203 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4204 T:      git git://linuxtv.org/anttip/media_tree.git
4205 S:      Maintained
4206 F:      drivers/media/usb/dvb-usb-v2/au6610*
4207
4208 DVB_USB_CE6230 MEDIA DRIVER
4209 M:      Antti Palosaari <crope@iki.fi>
4210 L:      linux-media@vger.kernel.org
4211 W:      https://linuxtv.org
4212 W:      http://palosaari.fi/linux/
4213 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4214 T:      git git://linuxtv.org/anttip/media_tree.git
4215 S:      Maintained
4216 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4217
4218 DVB_USB_CXUSB MEDIA DRIVER
4219 M:      Michael Krufky <mkrufky@linuxtv.org>
4220 L:      linux-media@vger.kernel.org
4221 W:      https://linuxtv.org
4222 W:      http://github.com/mkrufky
4223 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4224 T:      git git://linuxtv.org/media_tree.git
4225 S:      Maintained
4226 F:      drivers/media/usb/dvb-usb/cxusb*
4227
4228 DVB_USB_EC168 MEDIA DRIVER
4229 M:      Antti Palosaari <crope@iki.fi>
4230 L:      linux-media@vger.kernel.org
4231 W:      https://linuxtv.org
4232 W:      http://palosaari.fi/linux/
4233 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4234 T:      git git://linuxtv.org/anttip/media_tree.git
4235 S:      Maintained
4236 F:      drivers/media/usb/dvb-usb-v2/ec168*
4237
4238 DVB_USB_GL861 MEDIA DRIVER
4239 M:      Antti Palosaari <crope@iki.fi>
4240 L:      linux-media@vger.kernel.org
4241 W:      https://linuxtv.org
4242 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4243 T:      git git://linuxtv.org/anttip/media_tree.git
4244 S:      Maintained
4245 F:      drivers/media/usb/dvb-usb-v2/gl861*
4246
4247 DVB_USB_MXL111SF MEDIA DRIVER
4248 M:      Michael Krufky <mkrufky@linuxtv.org>
4249 L:      linux-media@vger.kernel.org
4250 W:      https://linuxtv.org
4251 W:      http://github.com/mkrufky
4252 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4253 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4254 S:      Maintained
4255 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4256
4257 DVB_USB_RTL28XXU MEDIA DRIVER
4258 M:      Antti Palosaari <crope@iki.fi>
4259 L:      linux-media@vger.kernel.org
4260 W:      https://linuxtv.org
4261 W:      http://palosaari.fi/linux/
4262 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4263 T:      git git://linuxtv.org/anttip/media_tree.git
4264 S:      Maintained
4265 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4266
4267 DVB_USB_V2 MEDIA DRIVER
4268 M:      Antti Palosaari <crope@iki.fi>
4269 L:      linux-media@vger.kernel.org
4270 W:      https://linuxtv.org
4271 W:      http://palosaari.fi/linux/
4272 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4273 T:      git git://linuxtv.org/anttip/media_tree.git
4274 S:      Maintained
4275 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4276 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4277
4278 DYNAMIC DEBUG
4279 M:      Jason Baron <jbaron@akamai.com>
4280 S:      Maintained
4281 F:      lib/dynamic_debug.c
4282 F:      include/linux/dynamic_debug.h
4283
4284 DZ DECSTATION DZ11 SERIAL DRIVER
4285 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4286 S:      Maintained
4287 F:      drivers/tty/serial/dz.*
4288
4289 E3X0 POWER BUTTON DRIVER
4290 M:      Moritz Fischer <moritz.fischer@ettus.com>
4291 L:      usrp-users@lists.ettus.com
4292 W:      http://www.ettus.com
4293 S:      Supported
4294 F:      drivers/input/misc/e3x0-button.c
4295 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4296
4297 E4000 MEDIA DRIVER
4298 M:      Antti Palosaari <crope@iki.fi>
4299 L:      linux-media@vger.kernel.org
4300 W:      https://linuxtv.org
4301 W:      http://palosaari.fi/linux/
4302 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4303 T:      git git://linuxtv.org/anttip/media_tree.git
4304 S:      Maintained
4305 F:      drivers/media/tuners/e4000*
4306
4307 EATA ISA/EISA/PCI SCSI DRIVER
4308 M:      Dario Ballabio <ballabio_dario@emc.com>
4309 L:      linux-scsi@vger.kernel.org
4310 S:      Maintained
4311 F:      drivers/scsi/eata.c
4312
4313 EC100 MEDIA DRIVER
4314 M:      Antti Palosaari <crope@iki.fi>
4315 L:      linux-media@vger.kernel.org
4316 W:      https://linuxtv.org
4317 W:      http://palosaari.fi/linux/
4318 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4319 T:      git git://linuxtv.org/anttip/media_tree.git
4320 S:      Maintained
4321 F:      drivers/media/dvb-frontends/ec100*
4322
4323 ECRYPT FILE SYSTEM
4324 M:      Tyler Hicks <tyhicks@canonical.com>
4325 L:      ecryptfs@vger.kernel.org
4326 W:      http://ecryptfs.org
4327 W:      https://launchpad.net/ecryptfs
4328 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4329 S:      Supported
4330 F:      Documentation/filesystems/ecryptfs.txt
4331 F:      fs/ecryptfs/
4332
4333 EDAC-CORE
4334 M:      Doug Thompson <dougthompson@xmission.com>
4335 M:      Borislav Petkov <bp@alien8.de>
4336 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4337 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4338 L:      linux-edac@vger.kernel.org
4339 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4340 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4341 S:      Supported
4342 F:      Documentation/edac.txt
4343 F:      drivers/edac/
4344 F:      include/linux/edac.h
4345
4346 EDAC-AMD64
4347 M:      Doug Thompson <dougthompson@xmission.com>
4348 M:      Borislav Petkov <bp@alien8.de>
4349 L:      linux-edac@vger.kernel.org
4350 S:      Maintained
4351 F:      drivers/edac/amd64_edac*
4352
4353 EDAC-CALXEDA
4354 M:      Doug Thompson <dougthompson@xmission.com>
4355 M:      Robert Richter <rric@kernel.org>
4356 L:      linux-edac@vger.kernel.org
4357 S:      Maintained
4358 F:      drivers/edac/highbank*
4359
4360 EDAC-CAVIUM
4361 M:      Ralf Baechle <ralf@linux-mips.org>
4362 M:      David Daney <david.daney@cavium.com>
4363 L:      linux-edac@vger.kernel.org
4364 L:      linux-mips@linux-mips.org
4365 S:      Supported
4366 F:      drivers/edac/octeon_edac*
4367
4368 EDAC-E752X
4369 M:      Mark Gross <mark.gross@intel.com>
4370 M:      Doug Thompson <dougthompson@xmission.com>
4371 L:      linux-edac@vger.kernel.org
4372 S:      Maintained
4373 F:      drivers/edac/e752x_edac.c
4374
4375 EDAC-E7XXX
4376 M:      Doug Thompson <dougthompson@xmission.com>
4377 L:      linux-edac@vger.kernel.org
4378 S:      Maintained
4379 F:      drivers/edac/e7xxx_edac.c
4380
4381 EDAC-GHES
4382 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4383 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4384 L:      linux-edac@vger.kernel.org
4385 S:      Maintained
4386 F:      drivers/edac/ghes_edac.c
4387
4388 EDAC-I82443BXGX
4389 M:      Tim Small <tim@buttersideup.com>
4390 L:      linux-edac@vger.kernel.org
4391 S:      Maintained
4392 F:      drivers/edac/i82443bxgx_edac.c
4393
4394 EDAC-I3000
4395 M:      Jason Uhlenkott <juhlenko@akamai.com>
4396 L:      linux-edac@vger.kernel.org
4397 S:      Maintained
4398 F:      drivers/edac/i3000_edac.c
4399
4400 EDAC-I5000
4401 M:      Doug Thompson <dougthompson@xmission.com>
4402 L:      linux-edac@vger.kernel.org
4403 S:      Maintained
4404 F:      drivers/edac/i5000_edac.c
4405
4406 EDAC-I5400
4407 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4408 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4409 L:      linux-edac@vger.kernel.org
4410 S:      Maintained
4411 F:      drivers/edac/i5400_edac.c
4412
4413 EDAC-I7300
4414 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4415 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4416 L:      linux-edac@vger.kernel.org
4417 S:      Maintained
4418 F:      drivers/edac/i7300_edac.c
4419
4420 EDAC-I7CORE
4421 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4422 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4423 L:      linux-edac@vger.kernel.org
4424 S:      Maintained
4425 F:      drivers/edac/i7core_edac.c
4426
4427 EDAC-I82975X
4428 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4429 M:      "Arvind R." <arvino55@gmail.com>
4430 L:      linux-edac@vger.kernel.org
4431 S:      Maintained
4432 F:      drivers/edac/i82975x_edac.c
4433
4434 EDAC-IE31200
4435 M:      Jason Baron <jbaron@akamai.com>
4436 L:      linux-edac@vger.kernel.org
4437 S:      Maintained
4438 F:      drivers/edac/ie31200_edac.c
4439
4440 EDAC-MPC85XX
4441 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4442 L:      linux-edac@vger.kernel.org
4443 S:      Maintained
4444 F:      drivers/edac/mpc85xx_edac.[ch]
4445
4446 EDAC-PASEMI
4447 M:      Egor Martovetsky <egor@pasemi.com>
4448 L:      linux-edac@vger.kernel.org
4449 S:      Maintained
4450 F:      drivers/edac/pasemi_edac.c
4451
4452 EDAC-R82600
4453 M:      Tim Small <tim@buttersideup.com>
4454 L:      linux-edac@vger.kernel.org
4455 S:      Maintained
4456 F:      drivers/edac/r82600_edac.c
4457
4458 EDAC-SBRIDGE
4459 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4460 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4461 L:      linux-edac@vger.kernel.org
4462 S:      Maintained
4463 F:      drivers/edac/sb_edac.c
4464
4465 EDAC-XGENE
4466 APPLIED MICRO (APM) X-GENE SOC EDAC
4467 M:     Loc Ho <lho@apm.com>
4468 S:     Supported
4469 F:     drivers/edac/xgene_edac.c
4470 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4471
4472 EDIROL UA-101/UA-1000 DRIVER
4473 M:      Clemens Ladisch <clemens@ladisch.de>
4474 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4475 T:      git git://git.alsa-project.org/alsa-kernel.git
4476 S:      Maintained
4477 F:      sound/usb/misc/ua101.c
4478
4479 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4480 M:      Matt Fleming <matt@codeblueprint.co.uk>
4481 L:      linux-efi@vger.kernel.org
4482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4483 S:      Maintained
4484 F:      Documentation/efi-stub.txt
4485 F:      arch/ia64/kernel/efi.c
4486 F:      arch/x86/boot/compressed/eboot.[ch]
4487 F:      arch/x86/include/asm/efi.h
4488 F:      arch/x86/platform/efi/
4489 F:      drivers/firmware/efi/
4490 F:      include/linux/efi*.h
4491
4492 EFI VARIABLE FILESYSTEM
4493 M:      Matthew Garrett <matthew.garrett@nebula.com>
4494 M:      Jeremy Kerr <jk@ozlabs.org>
4495 M:      Matt Fleming <matt@codeblueprint.co.uk>
4496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4497 L:      linux-efi@vger.kernel.org
4498 S:      Maintained
4499 F:      fs/efivarfs/
4500
4501 EFIFB FRAMEBUFFER DRIVER
4502 L:      linux-fbdev@vger.kernel.org
4503 M:      Peter Jones <pjones@redhat.com>
4504 S:      Maintained
4505 F:      drivers/video/fbdev/efifb.c
4506
4507 EFS FILESYSTEM
4508 W:      http://aeschi.ch.eu.org/efs/
4509 S:      Orphan
4510 F:      fs/efs/
4511
4512 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4513 M:      Douglas Miller <dougmill@linux.vnet.ibm.com>
4514 L:      netdev@vger.kernel.org
4515 S:      Maintained
4516 F:      drivers/net/ethernet/ibm/ehea/
4517
4518 EM28XX VIDEO4LINUX DRIVER
4519 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4520 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4521 L:      linux-media@vger.kernel.org
4522 W:      https://linuxtv.org
4523 T:      git git://linuxtv.org/media_tree.git
4524 S:      Maintained
4525 F:      drivers/media/usb/em28xx/
4526
4527 EMBEDDED LINUX
4528 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4529 M:      Matt Mackall <mpm@selenic.com>
4530 M:      David Woodhouse <dwmw2@infradead.org>
4531 L:      linux-embedded@vger.kernel.org
4532 S:      Maintained
4533
4534 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4535 M:      James Smart <james.smart@avagotech.com>
4536 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4537 L:      linux-scsi@vger.kernel.org
4538 W:      http://www.avagotech.com
4539 S:      Supported
4540 F:      drivers/scsi/lpfc/
4541
4542 ENE CB710 FLASH CARD READER DRIVER
4543 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
4544 S:      Maintained
4545 F:      drivers/misc/cb710/
4546 F:      drivers/mmc/host/cb710-mmc.*
4547 F:      include/linux/cb710.h
4548
4549 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4550 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4551 S:      Maintained
4552 F:      drivers/media/rc/ene_ir.*
4553
4554 EPSON S1D13XXX FRAMEBUFFER DRIVER
4555 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4556 S:      Maintained
4557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4558 F:      drivers/video/fbdev/s1d13xxxfb.c
4559 F:      include/video/s1d13xxxfb.h
4560
4561 ET131X NETWORK DRIVER
4562 M:      Mark Einon <mark.einon@gmail.com>
4563 S:      Odd Fixes
4564 F:      drivers/net/ethernet/agere/
4565
4566 ETHERNET BRIDGE
4567 M:      Stephen Hemminger <stephen@networkplumber.org>
4568 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
4569 L:      netdev@vger.kernel.org
4570 W:      http://www.linuxfoundation.org/en/Net:Bridge
4571 S:      Maintained
4572 F:      include/linux/netfilter_bridge/
4573 F:      net/bridge/
4574
4575 ETHERNET PHY LIBRARY
4576 M:      Florian Fainelli <f.fainelli@gmail.com>
4577 L:      netdev@vger.kernel.org
4578 S:      Maintained
4579 F:      include/linux/phy.h
4580 F:      include/linux/phy_fixed.h
4581 F:      drivers/net/phy/
4582 F:      Documentation/networking/phy.txt
4583 F:      drivers/of/of_mdio.c
4584 F:      drivers/of/of_net.c
4585
4586 EXT2 FILE SYSTEM
4587 M:      Jan Kara <jack@suse.com>
4588 L:      linux-ext4@vger.kernel.org
4589 S:      Maintained
4590 F:      Documentation/filesystems/ext2.txt
4591 F:      fs/ext2/
4592 F:      include/linux/ext2*
4593
4594 EXT4 FILE SYSTEM
4595 M:      "Theodore Ts'o" <tytso@mit.edu>
4596 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4597 L:      linux-ext4@vger.kernel.org
4598 W:      http://ext4.wiki.kernel.org
4599 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4600 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4601 S:      Maintained
4602 F:      Documentation/filesystems/ext4.txt
4603 F:      fs/ext4/
4604
4605 Extended Verification Module (EVM)
4606 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4607 L:      linux-ima-devel@lists.sourceforge.net
4608 L:      linux-security-module@vger.kernel.org
4609 S:      Supported
4610 F:      security/integrity/evm/
4611
4612 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4613 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4614 M:      Chanwoo Choi <cw00.choi@samsung.com>
4615 L:      linux-kernel@vger.kernel.org
4616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4617 S:      Maintained
4618 F:      drivers/extcon/
4619 F:      include/linux/extcon/
4620 F:      include/linux/extcon.h
4621 F:      Documentation/extcon/
4622 F:      Documentation/devicetree/bindings/extcon/
4623
4624 EXYNOS DP DRIVER
4625 M:      Jingoo Han <jingoohan1@gmail.com>
4626 L:      dri-devel@lists.freedesktop.org
4627 S:      Maintained
4628 F:      drivers/gpu/drm/exynos/exynos_dp*
4629
4630 EXYNOS SYSMMU (IOMMU) driver
4631 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4632 L:      iommu@lists.linux-foundation.org
4633 S:      Maintained
4634 F:      drivers/iommu/exynos-iommu.c
4635
4636 EXYNOS MIPI DISPLAY DRIVERS
4637 M:      Inki Dae <inki.dae@samsung.com>
4638 M:      Donghwa Lee <dh09.lee@samsung.com>
4639 M:      Kyungmin Park <kyungmin.park@samsung.com>
4640 L:      linux-fbdev@vger.kernel.org
4641 S:      Maintained
4642 F:      drivers/video/fbdev/exynos/exynos_mipi*
4643 F:      include/video/exynos_mipi*
4644
4645 EZchip NPS platform support
4646 M:      Noam Camus <noamc@ezchip.com>
4647 S:      Supported
4648 F:      arch/arc/plat-eznps
4649 F:      arch/arc/boot/dts/eznps.dts
4650
4651 F71805F HARDWARE MONITORING DRIVER
4652 M:      Jean Delvare <jdelvare@suse.com>
4653 L:      linux-hwmon@vger.kernel.org
4654 S:      Maintained
4655 F:      Documentation/hwmon/f71805f
4656 F:      drivers/hwmon/f71805f.c
4657
4658 FC0011 TUNER DRIVER
4659 M:      Michael Buesch <m@bues.ch>
4660 L:      linux-media@vger.kernel.org
4661 S:      Maintained
4662 F:      drivers/media/tuners/fc0011.h
4663 F:      drivers/media/tuners/fc0011.c
4664
4665 FC2580 MEDIA DRIVER
4666 M:      Antti Palosaari <crope@iki.fi>
4667 L:      linux-media@vger.kernel.org
4668 W:      https://linuxtv.org
4669 W:      http://palosaari.fi/linux/
4670 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4671 T:      git git://linuxtv.org/anttip/media_tree.git
4672 S:      Maintained
4673 F:      drivers/media/tuners/fc2580*
4674
4675 FANOTIFY
4676 M:      Eric Paris <eparis@redhat.com>
4677 S:      Maintained
4678 F:      fs/notify/fanotify/
4679 F:      include/linux/fanotify.h
4680 F:      include/uapi/linux/fanotify.h
4681
4682 FARSYNC SYNCHRONOUS DRIVER
4683 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4684 W:      http://www.farsite.co.uk/
4685 S:      Supported
4686 F:      drivers/net/wan/farsync.*
4687
4688 FAULT INJECTION SUPPORT
4689 M:      Akinobu Mita <akinobu.mita@gmail.com>
4690 S:      Supported
4691 F:      Documentation/fault-injection/
4692 F:      lib/fault-inject.c
4693
4694 FBTFT Framebuffer drivers
4695 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4696 M:      Noralf Trønnes <noralf@tronnes.org>
4697 S:      Maintained
4698 F:      drivers/staging/fbtft/
4699
4700 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4701 M:      Johannes Thumshirn <jth@kernel.org>
4702 L:      fcoe-devel@open-fcoe.org
4703 W:      www.Open-FCoE.org
4704 S:      Supported
4705 F:      drivers/scsi/libfc/
4706 F:      drivers/scsi/fcoe/
4707 F:      include/scsi/fc/
4708 F:      include/scsi/libfc.h
4709 F:      include/scsi/libfcoe.h
4710 F:      include/uapi/scsi/fc/
4711
4712 FILE LOCKING (flock() and fcntl()/lockf())
4713 M:      Jeff Layton <jlayton@poochiereds.net>
4714 M:      "J. Bruce Fields" <bfields@fieldses.org>
4715 L:      linux-fsdevel@vger.kernel.org
4716 S:      Maintained
4717 F:      include/linux/fcntl.h
4718 F:      include/linux/fs.h
4719 F:      include/uapi/linux/fcntl.h
4720 F:      include/uapi/linux/fs.h
4721 F:      fs/fcntl.c
4722 F:      fs/locks.c
4723
4724 FILESYSTEMS (VFS and infrastructure)
4725 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4726 L:      linux-fsdevel@vger.kernel.org
4727 S:      Maintained
4728 F:      fs/*
4729
4730 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4731 M:      Riku Voipio <riku.voipio@iki.fi>
4732 L:      linux-hwmon@vger.kernel.org
4733 S:      Maintained
4734 F:      drivers/hwmon/f75375s.c
4735 F:      include/linux/f75375s.h
4736
4737 FIREWIRE AUDIO DRIVERS
4738 M:      Clemens Ladisch <clemens@ladisch.de>
4739 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4740 T:      git git://git.alsa-project.org/alsa-kernel.git
4741 S:      Maintained
4742 F:      sound/firewire/
4743
4744 FIREWIRE MEDIA DRIVERS (firedtv)
4745 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4746 L:      linux-media@vger.kernel.org
4747 L:      linux1394-devel@lists.sourceforge.net
4748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4749 S:      Maintained
4750 F:      drivers/media/firewire/
4751
4752 FIREWIRE SBP-2 TARGET
4753 M:      Chris Boot <bootc@bootc.net>
4754 L:      linux-scsi@vger.kernel.org
4755 L:      target-devel@vger.kernel.org
4756 L:      linux1394-devel@lists.sourceforge.net
4757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4758 S:      Maintained
4759 F:      drivers/target/sbp/
4760
4761 FIREWIRE SUBSYSTEM
4762 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4763 L:      linux1394-devel@lists.sourceforge.net
4764 W:      http://ieee1394.wiki.kernel.org/
4765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4766 S:      Maintained
4767 F:      drivers/firewire/
4768 F:      include/linux/firewire.h
4769 F:      include/uapi/linux/firewire*.h
4770 F:      tools/firewire/
4771
4772 FIRMWARE LOADER (request_firmware)
4773 M:      Ming Lei <ming.lei@canonical.com>
4774 L:      linux-kernel@vger.kernel.org
4775 S:      Maintained
4776 F:      Documentation/firmware_class/
4777 F:      drivers/base/firmware*.c
4778 F:      include/linux/firmware.h
4779
4780 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4781 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4782 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4783 S:      Maintained
4784 F:      drivers/block/rsxx/
4785
4786 FLOPPY DRIVER
4787 M:      Jiri Kosina <jikos@kernel.org>
4788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4789 S:      Odd fixes
4790 F:      drivers/block/floppy.c
4791
4792 FMC SUBSYSTEM
4793 M:      Alessandro Rubini <rubini@gnudd.com>
4794 W:      http://www.ohwr.org/projects/fmc-bus
4795 S:      Supported
4796 F:      drivers/fmc/
4797 F:      include/linux/fmc*.h
4798 F:      include/linux/ipmi-fru.h
4799 K:      fmc_d.*register
4800
4801 FPGA MANAGER FRAMEWORK
4802 M:      Alan Tull <atull@opensource.altera.com>
4803 R:      Moritz Fischer <moritz.fischer@ettus.com>
4804 S:      Maintained
4805 F:      drivers/fpga/
4806 F:      include/linux/fpga/fpga-mgr.h
4807 W:      http://www.rocketboards.org
4808
4809 FPU EMULATOR
4810 M:      Bill Metzenthen <billm@melbpc.org.au>
4811 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4812 S:      Maintained
4813 F:      arch/x86/math-emu/
4814
4815 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4816 L:      netdev@vger.kernel.org
4817 S:      Orphan
4818 F:      drivers/net/wan/dlci.c
4819 F:      drivers/net/wan/sdla.c
4820
4821 FRAMEBUFFER LAYER
4822 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4823 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4824 L:      linux-fbdev@vger.kernel.org
4825 W:      http://linux-fbdev.sourceforge.net/
4826 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4827 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4828 S:      Maintained
4829 F:      Documentation/fb/
4830 F:      drivers/video/
4831 F:      include/video/
4832 F:      include/linux/fb.h
4833 F:      include/uapi/video/
4834 F:      include/uapi/linux/fb.h
4835
4836 FREESCALE DIU FRAMEBUFFER DRIVER
4837 M:      Timur Tabi <timur@tabi.org>
4838 L:      linux-fbdev@vger.kernel.org
4839 S:      Maintained
4840 F:      drivers/video/fbdev/fsl-diu-fb.*
4841
4842 FREESCALE DMA DRIVER
4843 M:      Li Yang <leoli@freescale.com>
4844 M:      Zhang Wei <zw@zh-kernel.org>
4845 L:      linuxppc-dev@lists.ozlabs.org
4846 S:      Maintained
4847 F:      drivers/dma/fsldma.*
4848
4849 FREESCALE GPMI NAND DRIVER
4850 M:      Han Xu <han.xu@nxp.com>
4851 L:      linux-mtd@lists.infradead.org
4852 S:      Maintained
4853 F:      drivers/mtd/nand/gpmi-nand/*
4854
4855 FREESCALE I2C CPM DRIVER
4856 M:      Jochen Friedrich <jochen@scram.de>
4857 L:      linuxppc-dev@lists.ozlabs.org
4858 L:      linux-i2c@vger.kernel.org
4859 S:      Maintained
4860 F:      drivers/i2c/busses/i2c-cpm.c
4861
4862 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4863 M:      Sascha Hauer <kernel@pengutronix.de>
4864 L:      linux-fbdev@vger.kernel.org
4865 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4866 S:      Maintained
4867 F:      include/linux/platform_data/video-imxfb.h
4868 F:      drivers/video/fbdev/imxfb.c
4869
4870 FREESCALE QUAD SPI DRIVER
4871 M:      Han Xu <han.xu@nxp.com>
4872 L:      linux-mtd@lists.infradead.org
4873 S:      Maintained
4874 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4875
4876 FREESCALE SOC FS_ENET DRIVER
4877 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4878 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4879 L:      linuxppc-dev@lists.ozlabs.org
4880 L:      netdev@vger.kernel.org
4881 S:      Maintained
4882 F:      drivers/net/ethernet/freescale/fs_enet/
4883 F:      include/linux/fs_enet_pd.h
4884
4885 FREESCALE IMX / MXC FEC DRIVER
4886 M:      Fugang Duan <fugang.duan@nxp.com>
4887 L:      netdev@vger.kernel.org
4888 S:      Maintained
4889 F:      drivers/net/ethernet/freescale/fec_main.c
4890 F:      drivers/net/ethernet/freescale/fec_ptp.c
4891 F:      drivers/net/ethernet/freescale/fec.h
4892 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
4893
4894 FREESCALE QUICC ENGINE LIBRARY
4895 L:      linuxppc-dev@lists.ozlabs.org
4896 S:      Orphan
4897 F:      drivers/soc/fsl/qe/
4898 F:      include/soc/fsl/*qe*.h
4899 F:      include/soc/fsl/*ucc*.h
4900
4901 FREESCALE USB PERIPHERAL DRIVERS
4902 M:      Li Yang <leoli@freescale.com>
4903 L:      linux-usb@vger.kernel.org
4904 L:      linuxppc-dev@lists.ozlabs.org
4905 S:      Maintained
4906 F:      drivers/usb/gadget/udc/fsl*
4907
4908 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4909 M:      Li Yang <leoli@freescale.com>
4910 L:      netdev@vger.kernel.org
4911 L:      linuxppc-dev@lists.ozlabs.org
4912 S:      Maintained
4913 F:      drivers/net/ethernet/freescale/ucc_geth*
4914
4915 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4916 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4917 L:      netdev@vger.kernel.org
4918 S:      Maintained
4919 F:      drivers/net/ethernet/freescale/gianfar*
4920 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4921 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4922
4923 FREESCALE QUICC ENGINE UCC HDLC DRIVER
4924 M:      Zhao Qiang <qiang.zhao@nxp.com>
4925 L:      netdev@vger.kernel.org
4926 L:      linuxppc-dev@lists.ozlabs.org
4927 S:      Maintained
4928 F:      drivers/net/wan/fsl_ucc_hdlc*
4929
4930 FREESCALE QUICC ENGINE UCC UART DRIVER
4931 M:      Timur Tabi <timur@tabi.org>
4932 L:      linuxppc-dev@lists.ozlabs.org
4933 S:      Maintained
4934 F:      drivers/tty/serial/ucc_uart.c
4935
4936 FREESCALE SOC SOUND DRIVERS
4937 M:      Timur Tabi <timur@tabi.org>
4938 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4939 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4940 R:      Fabio Estevam <fabio.estevam@nxp.com>
4941 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4942 L:      linuxppc-dev@lists.ozlabs.org
4943 S:      Maintained
4944 F:      sound/soc/fsl/fsl*
4945 F:      sound/soc/fsl/imx*
4946 F:      sound/soc/fsl/mpc8610_hpcd.c
4947
4948 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4949 M:      "J. German Rivera" <German.Rivera@freescale.com>
4950 M:      Stuart Yoder <stuart.yoder@nxp.com>
4951 L:      linux-kernel@vger.kernel.org
4952 S:      Maintained
4953 F:      drivers/staging/fsl-mc/
4954
4955 FREEVXFS FILESYSTEM
4956 M:      Christoph Hellwig <hch@infradead.org>
4957 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4958 S:      Maintained
4959 F:      fs/freevxfs/
4960
4961 FREEZER
4962 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4963 M:      Pavel Machek <pavel@ucw.cz>
4964 L:      linux-pm@vger.kernel.org
4965 S:      Supported
4966 F:      Documentation/power/freezing-of-tasks.txt
4967 F:      include/linux/freezer.h
4968 F:      kernel/freezer.c
4969
4970 FRONTSWAP API
4971 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4972 L:      linux-kernel@vger.kernel.org
4973 S:      Maintained
4974 F:      mm/frontswap.c
4975 F:      include/linux/frontswap.h
4976
4977 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4978 M:      David Howells <dhowells@redhat.com>
4979 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
4980 S:      Supported
4981 F:      Documentation/filesystems/caching/
4982 F:      fs/fscache/
4983 F:      include/linux/fscache*.h
4984
4985 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
4986 M:      Theodore Y. Ts'o <tytso@mit.edu>
4987 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4988 S:      Supported
4989 F:      fs/crypto/
4990 F:      include/linux/fscrypto.h
4991
4992 F2FS FILE SYSTEM
4993 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4994 M:      Changman Lee <cm224.lee@samsung.com>
4995 R:      Chao Yu <yuchao0@huawei.com>
4996 L:      linux-f2fs-devel@lists.sourceforge.net
4997 W:      http://en.wikipedia.org/wiki/F2FS
4998 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4999 S:      Maintained
5000 F:      Documentation/filesystems/f2fs.txt
5001 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5002 F:      fs/f2fs/
5003 F:      include/linux/f2fs_fs.h
5004 F:      include/trace/events/f2fs.h
5005
5006 FUJITSU FR-V (FRV) PORT
5007 S:      Orphan
5008 F:      arch/frv/
5009
5010 FUJITSU LAPTOP EXTRAS
5011 M:      Jonathan Woithe <jwoithe@just42.net>
5012 L:      platform-driver-x86@vger.kernel.org
5013 S:      Maintained
5014 F:      drivers/platform/x86/fujitsu-laptop.c
5015
5016 FUJITSU M-5MO LS CAMERA ISP DRIVER
5017 M:      Kyungmin Park <kyungmin.park@samsung.com>
5018 M:      Heungjun Kim <riverful.kim@samsung.com>
5019 L:      linux-media@vger.kernel.org
5020 S:      Maintained
5021 F:      drivers/media/i2c/m5mols/
5022 F:      include/media/i2c/m5mols.h
5023
5024 FUJITSU TABLET EXTRAS
5025 M:      Robert Gerlach <khnz@gmx.de>
5026 L:      platform-driver-x86@vger.kernel.org
5027 S:      Maintained
5028 F:      drivers/platform/x86/fujitsu-tablet.c
5029
5030 FUSE: FILESYSTEM IN USERSPACE
5031 M:      Miklos Szeredi <miklos@szeredi.hu>
5032 L:      linux-fsdevel@vger.kernel.org
5033 W:      http://fuse.sourceforge.net/
5034 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5035 S:      Maintained
5036 F:      fs/fuse/
5037 F:      include/uapi/linux/fuse.h
5038 F:      Documentation/filesystems/fuse.txt
5039
5040 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5041 M:      Rik Faith <faith@cs.unc.edu>
5042 L:      linux-scsi@vger.kernel.org
5043 S:      Odd Fixes (e.g., new signatures)
5044 F:      drivers/scsi/fdomain.*
5045
5046 GCOV BASED KERNEL PROFILING
5047 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5048 S:      Maintained
5049 F:      kernel/gcov/
5050 F:      Documentation/gcov.txt
5051
5052 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5053 M:      Achim Leubner <achim_leubner@adaptec.com>
5054 L:      linux-scsi@vger.kernel.org
5055 W:      http://www.icp-vortex.com/
5056 S:      Supported
5057 F:      drivers/scsi/gdt*
5058
5059 GDB KERNEL DEBUGGING HELPER SCRIPTS
5060 M:      Jan Kiszka <jan.kiszka@siemens.com>
5061 M:      Kieran Bingham <kieran@bingham.xyz>
5062 S:      Supported
5063 F:      scripts/gdb/
5064
5065 GEMTEK FM RADIO RECEIVER DRIVER
5066 M:      Hans Verkuil <hverkuil@xs4all.nl>
5067 L:      linux-media@vger.kernel.org
5068 T:      git git://linuxtv.org/media_tree.git
5069 W:      https://linuxtv.org
5070 S:      Maintained
5071 F:      drivers/media/radio/radio-gemtek*
5072
5073 GENERIC GPIO I2C DRIVER
5074 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
5075 S:      Supported
5076 F:      drivers/i2c/busses/i2c-gpio.c
5077 F:      include/linux/i2c-gpio.h
5078
5079 GENERIC GPIO I2C MULTIPLEXER DRIVER
5080 M:      Peter Korsgaard <peter.korsgaard@barco.com>
5081 L:      linux-i2c@vger.kernel.org
5082 S:      Supported
5083 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5084 F:      include/linux/i2c-mux-gpio.h
5085 F:      Documentation/i2c/muxes/i2c-mux-gpio
5086
5087 GENERIC HDLC (WAN) DRIVERS
5088 M:      Krzysztof Halasa <khc@pm.waw.pl>
5089 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5090 S:      Maintained
5091 F:      drivers/net/wan/c101.c
5092 F:      drivers/net/wan/hd6457*
5093 F:      drivers/net/wan/hdlc*
5094 F:      drivers/net/wan/n2.c
5095 F:      drivers/net/wan/pc300too.c
5096 F:      drivers/net/wan/pci200syn.c
5097 F:      drivers/net/wan/wanxl*
5098
5099 GENERIC INCLUDE/ASM HEADER FILES
5100 M:      Arnd Bergmann <arnd@arndb.de>
5101 L:      linux-arch@vger.kernel.org
5102 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5103 S:      Maintained
5104 F:      include/asm-generic/
5105 F:      include/uapi/asm-generic/
5106
5107 GENERIC PHY FRAMEWORK
5108 M:      Kishon Vijay Abraham I <kishon@ti.com>
5109 L:      linux-kernel@vger.kernel.org
5110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5111 S:      Supported
5112 F:      drivers/phy/
5113 F:      include/linux/phy/
5114
5115 GENERIC PM DOMAINS
5116 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5117 M:      Kevin Hilman <khilman@kernel.org>
5118 M:      Ulf Hansson <ulf.hansson@linaro.org>
5119 L:      linux-pm@vger.kernel.org
5120 S:      Supported
5121 F:      drivers/base/power/domain*.c
5122 F:      include/linux/pm_domain.h
5123
5124 GENERIC UIO DRIVER FOR PCI DEVICES
5125 M:      "Michael S. Tsirkin" <mst@redhat.com>
5126 L:      kvm@vger.kernel.org
5127 S:      Supported
5128 F:      drivers/uio/uio_pci_generic.c
5129
5130 GET_MAINTAINER SCRIPT
5131 M:      Joe Perches <joe@perches.com>
5132 S:      Maintained
5133 F:      scripts/get_maintainer.pl
5134
5135 GFS2 FILE SYSTEM
5136 M:      Steven Whitehouse <swhiteho@redhat.com>
5137 M:      Bob Peterson <rpeterso@redhat.com>
5138 L:      cluster-devel@redhat.com
5139 W:      http://sources.redhat.com/cluster/
5140 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5141 S:      Supported
5142 F:      Documentation/filesystems/gfs2*.txt
5143 F:      fs/gfs2/
5144 F:      include/uapi/linux/gfs2_ondisk.h
5145
5146 GIGASET ISDN DRIVERS
5147 M:      Paul Bolle <pebolle@tiscali.nl>
5148 L:      gigaset307x-common@lists.sourceforge.net
5149 W:      http://gigaset307x.sourceforge.net/
5150 S:      Odd Fixes
5151 F:      Documentation/isdn/README.gigaset
5152 F:      drivers/isdn/gigaset/
5153 F:      include/uapi/linux/gigaset_dev.h
5154
5155 GO7007 MPEG CODEC
5156 M:      Hans Verkuil <hans.verkuil@cisco.com>
5157 L:      linux-media@vger.kernel.org
5158 S:      Maintained
5159 F:      drivers/media/usb/go7007/
5160
5161 GOODIX TOUCHSCREEN
5162 M:      Bastien Nocera <hadess@hadess.net>
5163 L:      linux-input@vger.kernel.org
5164 S:      Maintained
5165 F:      drivers/input/touchscreen/goodix.c
5166
5167 GPIO SUBSYSTEM
5168 M:      Linus Walleij <linus.walleij@linaro.org>
5169 M:      Alexandre Courbot <gnurou@gmail.com>
5170 L:      linux-gpio@vger.kernel.org
5171 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5172 S:      Maintained
5173 F:      Documentation/devicetree/bindings/gpio/
5174 F:      Documentation/gpio/
5175 F:      Documentation/ABI/testing/gpio-cdev
5176 F:      Documentation/ABI/obsolete/sysfs-gpio
5177 F:      drivers/gpio/
5178 F:      include/linux/gpio/
5179 F:      include/linux/gpio.h
5180 F:      include/asm-generic/gpio.h
5181 F:      include/uapi/linux/gpio.h
5182 F:      tools/gpio/
5183
5184 GRE DEMULTIPLEXER DRIVER
5185 M:      Dmitry Kozlov <xeb@mail.ru>
5186 L:      netdev@vger.kernel.org
5187 S:      Maintained
5188 F:      net/ipv4/gre_demux.c
5189 F:      net/ipv4/gre_offload.c
5190 F:      include/net/gre.h
5191
5192 GRETH 10/100/1G Ethernet MAC device driver
5193 M:      Andreas Larsson <andreas@gaisler.com>
5194 L:      netdev@vger.kernel.org
5195 S:      Maintained
5196 F:      drivers/net/ethernet/aeroflex/
5197
5198 GSPCA FINEPIX SUBDRIVER
5199 M:      Frank Zago <frank@zago.net>
5200 L:      linux-media@vger.kernel.org
5201 T:      git git://linuxtv.org/media_tree.git
5202 S:      Maintained
5203 F:      drivers/media/usb/gspca/finepix.c
5204
5205 GSPCA GL860 SUBDRIVER
5206 M:      Olivier Lorin <o.lorin@laposte.net>
5207 L:      linux-media@vger.kernel.org
5208 T:      git git://linuxtv.org/media_tree.git
5209 S:      Maintained
5210 F:      drivers/media/usb/gspca/gl860/
5211
5212 GSPCA M5602 SUBDRIVER
5213 M:      Erik Andren <erik.andren@gmail.com>
5214 L:      linux-media@vger.kernel.org
5215 T:      git git://linuxtv.org/media_tree.git
5216 S:      Maintained
5217 F:      drivers/media/usb/gspca/m5602/
5218
5219 GSPCA PAC207 SONIXB SUBDRIVER
5220 M:      Hans Verkuil <hverkuil@xs4all.nl>
5221 L:      linux-media@vger.kernel.org
5222 T:      git git://linuxtv.org/media_tree.git
5223 S:      Odd Fixes
5224 F:      drivers/media/usb/gspca/pac207.c
5225
5226 GSPCA SN9C20X SUBDRIVER
5227 M:      Brian Johnson <brijohn@gmail.com>
5228 L:      linux-media@vger.kernel.org
5229 T:      git git://linuxtv.org/media_tree.git
5230 S:      Maintained
5231 F:      drivers/media/usb/gspca/sn9c20x.c
5232
5233 GSPCA T613 SUBDRIVER
5234 M:      Leandro Costantino <lcostantino@gmail.com>
5235 L:      linux-media@vger.kernel.org
5236 T:      git git://linuxtv.org/media_tree.git
5237 S:      Maintained
5238 F:      drivers/media/usb/gspca/t613.c
5239
5240 GSPCA USB WEBCAM DRIVER
5241 M:      Hans Verkuil <hverkuil@xs4all.nl>
5242 L:      linux-media@vger.kernel.org
5243 T:      git git://linuxtv.org/media_tree.git
5244 S:      Odd Fixes
5245 F:      drivers/media/usb/gspca/
5246
5247 GUID PARTITION TABLE (GPT)
5248 M:      Davidlohr Bueso <dave@stgolabs.net>
5249 L:      linux-efi@vger.kernel.org
5250 S:      Maintained
5251 F:      block/partitions/efi.*
5252
5253 STK1160 USB VIDEO CAPTURE DRIVER
5254 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5255 L:      linux-media@vger.kernel.org
5256 T:      git git://linuxtv.org/media_tree.git
5257 S:      Maintained
5258 F:      drivers/media/usb/stk1160/
5259
5260 H8/300 ARCHITECTURE
5261 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5262 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5263 W:      http://uclinux-h8.sourceforge.jp
5264 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5265 S:      Maintained
5266 F:      arch/h8300/
5267 F:      drivers/clocksource/h8300_*.c
5268 F:      drivers/clk/h8300/
5269 F:      drivers/irqchip/irq-renesas-h8*.c
5270
5271 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5272 M:      Frank Seidel <frank@f-seidel.de>
5273 L:      platform-driver-x86@vger.kernel.org
5274 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5275 S:      Maintained
5276 F:      drivers/platform/x86/hdaps.c
5277
5278 HDPVR USB VIDEO ENCODER DRIVER
5279 M:      Hans Verkuil <hverkuil@xs4all.nl>
5280 L:      linux-media@vger.kernel.org
5281 T:      git git://linuxtv.org/media_tree.git
5282 W:      https://linuxtv.org
5283 S:      Odd Fixes
5284 F:      drivers/media/usb/hdpvr/
5285
5286 HWPOISON MEMORY FAILURE HANDLING
5287 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5288 L:      linux-mm@kvack.org
5289 S:      Maintained
5290 F:      mm/memory-failure.c
5291 F:      mm/hwpoison-inject.c
5292
5293 HYPERVISOR VIRTUAL CONSOLE DRIVER
5294 L:      linuxppc-dev@lists.ozlabs.org
5295 S:      Odd Fixes
5296 F:      drivers/tty/hvc/
5297
5298 HACKRF MEDIA DRIVER
5299 M:      Antti Palosaari <crope@iki.fi>
5300 L:      linux-media@vger.kernel.org
5301 W:      https://linuxtv.org
5302 W:      http://palosaari.fi/linux/
5303 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5304 T:      git git://linuxtv.org/anttip/media_tree.git
5305 S:      Maintained
5306 F:      drivers/media/usb/hackrf/
5307
5308 HARDWARE MONITORING
5309 M:      Jean Delvare <jdelvare@suse.com>
5310 M:      Guenter Roeck <linux@roeck-us.net>
5311 L:      linux-hwmon@vger.kernel.org
5312 W:      http://hwmon.wiki.kernel.org/
5313 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5315 S:      Maintained
5316 F:      Documentation/hwmon/
5317 F:      drivers/hwmon/
5318 F:      include/linux/hwmon*.h
5319
5320 HARDWARE RANDOM NUMBER GENERATOR CORE
5321 M:      Matt Mackall <mpm@selenic.com>
5322 M:      Herbert Xu <herbert@gondor.apana.org.au>
5323 L:      linux-crypto@vger.kernel.org
5324 S:      Odd fixes
5325 F:      Documentation/devicetree/bindings/rng/
5326 F:      Documentation/hw_random.txt
5327 F:      drivers/char/hw_random/
5328 F:      include/linux/hw_random.h
5329
5330 HARDWARE SPINLOCK CORE
5331 M:      Ohad Ben-Cohen <ohad@wizery.com>
5332 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5333 L:      linux-remoteproc@vger.kernel.org
5334 S:      Maintained
5335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5336 F:      Documentation/devicetree/bindings/hwlock/
5337 F:      Documentation/hwspinlock.txt
5338 F:      drivers/hwspinlock/
5339 F:      include/linux/hwspinlock.h
5340
5341 HARMONY SOUND DRIVER
5342 L:      linux-parisc@vger.kernel.org
5343 S:      Maintained
5344 F:      sound/parisc/harmony.*
5345
5346 HD29L2 MEDIA DRIVER
5347 M:      Antti Palosaari <crope@iki.fi>
5348 L:      linux-media@vger.kernel.org
5349 W:      https://linuxtv.org
5350 W:      http://palosaari.fi/linux/
5351 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5352 T:      git git://linuxtv.org/anttip/media_tree.git
5353 S:      Maintained
5354 F:      drivers/media/dvb-frontends/hd29l2*
5355
5356 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5357 M:      Brian Boylston <brian.boylston@hpe.com>
5358 S:      Supported
5359 F:      Documentation/watchdog/hpwdt.txt
5360 F:      drivers/watchdog/hpwdt.c
5361
5362 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5363 M:      Don Brace <don.brace@microsemi.com>
5364 L:      iss_storagedev@hp.com
5365 L:      esc.storagedev@microsemi.com
5366 L:      linux-scsi@vger.kernel.org
5367 S:      Supported
5368 F:      Documentation/scsi/hpsa.txt
5369 F:      drivers/scsi/hpsa*.[ch]
5370 F:      include/linux/cciss*.h
5371 F:      include/uapi/linux/cciss*.h
5372
5373 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5374 M:      Don Brace <don.brace@microsemi.com>
5375 L:      iss_storagedev@hp.com
5376 L:      esc.storagedev@microsemi.com
5377 L:      linux-scsi@vger.kernel.org
5378 S:      Supported
5379 F:      Documentation/blockdev/cciss.txt
5380 F:      drivers/block/cciss*
5381 F:      include/linux/cciss_ioctl.h
5382 F:      include/uapi/linux/cciss_ioctl.h
5383
5384 HFI1 DRIVER
5385 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
5386 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
5387 L:      linux-rdma@vger.kernel.org
5388 S:      Supported
5389 F:      drivers/infiniband/hw/hfi1
5390
5391 HFS FILESYSTEM
5392 L:      linux-fsdevel@vger.kernel.org
5393 S:      Orphan
5394 F:      Documentation/filesystems/hfs.txt
5395 F:      fs/hfs/
5396
5397 HFSPLUS FILESYSTEM
5398 L:      linux-fsdevel@vger.kernel.org
5399 S:      Orphan
5400 F:      Documentation/filesystems/hfsplus.txt
5401 F:      fs/hfsplus/
5402
5403 HGA FRAMEBUFFER DRIVER
5404 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5405 L:      linux-nvidia@lists.surfsouth.com
5406 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5407 S:      Maintained
5408 F:      drivers/video/fbdev/hgafb.c
5409
5410 HIBERNATION (aka Software Suspend, aka swsusp)
5411 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5412 M:      Pavel Machek <pavel@ucw.cz>
5413 L:      linux-pm@vger.kernel.org
5414 S:      Supported
5415 F:      arch/x86/power/
5416 F:      drivers/base/power/
5417 F:      kernel/power/
5418 F:      include/linux/suspend.h
5419 F:      include/linux/freezer.h
5420 F:      include/linux/pm.h
5421 F:      arch/*/include/asm/suspend*.h
5422
5423 HID CORE LAYER
5424 M:      Jiri Kosina <jikos@kernel.org>
5425 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5426 L:      linux-input@vger.kernel.org
5427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5428 S:      Maintained
5429 F:      drivers/hid/
5430 F:      include/linux/hid*
5431 F:      include/uapi/linux/hid*
5432
5433 HID SENSOR HUB DRIVERS
5434 M:      Jiri Kosina <jikos@kernel.org>
5435 M:      Jonathan Cameron <jic23@kernel.org>
5436 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5437 L:      linux-input@vger.kernel.org
5438 L:      linux-iio@vger.kernel.org
5439 S:      Maintained
5440 F:      Documentation/hid/hid-sensor*
5441 F:      drivers/hid/hid-sensor-*
5442 F:      drivers/iio/*/hid-*
5443 F:      include/linux/hid-sensor-*
5444
5445 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5446 M:      Thomas Gleixner <tglx@linutronix.de>
5447 L:      linux-kernel@vger.kernel.org
5448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5449 S:      Maintained
5450 F:      Documentation/timers/
5451 F:      kernel/time/hrtimer.c
5452 F:      kernel/time/clockevents.c
5453 F:      kernel/time/tick*.*
5454 F:      kernel/time/timer_*.c
5455 F:      include/linux/clockchips.h
5456 F:      include/linux/hrtimer.h
5457
5458 HIGH-SPEED SCC DRIVER FOR AX.25
5459 L:      linux-hams@vger.kernel.org
5460 S:      Orphan
5461 F:      drivers/net/hamradio/dmascc.c
5462 F:      drivers/net/hamradio/scc.c
5463
5464 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5465 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5466 W:      http://www.highpoint-tech.com
5467 S:      Supported
5468 F:      Documentation/scsi/hptiop.txt
5469 F:      drivers/scsi/hptiop.c
5470
5471 HIPPI
5472 M:      Jes Sorensen <jes@trained-monkey.org>
5473 L:      linux-hippi@sunsite.dk
5474 S:      Maintained
5475 F:      include/linux/hippidevice.h
5476 F:      include/uapi/linux/if_hippi.h
5477 F:      net/802/hippi.c
5478 F:      drivers/net/hippi/
5479
5480 HISILICON NETWORK SUBSYSTEM DRIVER
5481 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
5482 M:      Salil Mehta <salil.mehta@huawei.com>
5483 L:      netdev@vger.kernel.org
5484 W:      http://www.hisilicon.com
5485 S:      Maintained
5486 F:      drivers/net/ethernet/hisilicon/
5487 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
5488
5489 HISILICON SAS Controller
5490 M:      John Garry <john.garry@huawei.com>
5491 W:      http://www.hisilicon.com
5492 S:      Supported
5493 F:      drivers/scsi/hisi_sas/
5494 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5495
5496 HOST AP DRIVER
5497 M:      Jouni Malinen <j@w1.fi>
5498 L:      hostap@shmoo.com (subscribers-only)
5499 L:      linux-wireless@vger.kernel.org
5500 W:      http://hostap.epitest.fi/
5501 S:      Maintained
5502 F:      drivers/net/wireless/intersil/hostap/
5503
5504 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5505 L:      platform-driver-x86@vger.kernel.org
5506 S:      Orphan
5507 F:      drivers/platform/x86/tc1100-wmi.c
5508
5509 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5510 M:      Jaroslav Kysela <perex@perex.cz>
5511 S:      Maintained
5512 F:      drivers/net/ethernet/hp/hp100.*
5513
5514 HPET:   High Precision Event Timers driver
5515 M:      Clemens Ladisch <clemens@ladisch.de>
5516 S:      Maintained
5517 F:      Documentation/timers/hpet.txt
5518 F:      drivers/char/hpet.c
5519 F:      include/linux/hpet.h
5520 F:      include/uapi/linux/hpet.h
5521
5522 HPET:   x86
5523 S:      Orphan
5524 F:      arch/x86/kernel/hpet.c
5525 F:      arch/x86/include/asm/hpet.h
5526
5527 HPFS FILESYSTEM
5528 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5529 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5530 S:      Maintained
5531 F:      fs/hpfs/
5532
5533 HSI SUBSYSTEM
5534 M:      Sebastian Reichel <sre@kernel.org>
5535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5536 S:      Maintained
5537 F:      Documentation/ABI/testing/sysfs-bus-hsi
5538 F:      Documentation/hsi.txt
5539 F:      drivers/hsi/
5540 F:      include/linux/hsi/
5541 F:      include/uapi/linux/hsi/
5542
5543 HSO 3G MODEM DRIVER
5544 M:      Jan Dumon <j.dumon@option.com>
5545 W:      http://www.pharscape.org
5546 S:      Maintained
5547 F:      drivers/net/usb/hso.c
5548
5549 HSR NETWORK PROTOCOL
5550 M:      Arvid Brodin <arvid.brodin@alten.se>
5551 L:      netdev@vger.kernel.org
5552 S:      Maintained
5553 F:      net/hsr/
5554
5555 HTCPEN TOUCHSCREEN DRIVER
5556 M:      Pau Oliva Fora <pof@eslack.org>
5557 L:      linux-input@vger.kernel.org
5558 S:      Maintained
5559 F:      drivers/input/touchscreen/htcpen.c
5560
5561 HUGETLB FILESYSTEM
5562 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5563 S:      Maintained
5564 F:      fs/hugetlbfs/
5565
5566 Hyper-V CORE AND DRIVERS
5567 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5568 M:      Haiyang Zhang <haiyangz@microsoft.com>
5569 L:      devel@linuxdriverproject.org
5570 S:      Maintained
5571 F:      arch/x86/include/asm/mshyperv.h
5572 F:      arch/x86/include/uapi/asm/hyperv.h
5573 F:      arch/x86/kernel/cpu/mshyperv.c
5574 F:      drivers/hid/hid-hyperv.c
5575 F:      drivers/hv/
5576 F:      drivers/input/serio/hyperv-keyboard.c
5577 F:      drivers/pci/host/pci-hyperv.c
5578 F:      drivers/net/hyperv/
5579 F:      drivers/scsi/storvsc_drv.c
5580 F:      drivers/video/fbdev/hyperv_fb.c
5581 F:      include/linux/hyperv.h
5582 F:      tools/hv/
5583 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5584
5585 I2C MUXES
5586 M:      Peter Rosin <peda@axentia.se>
5587 L:      linux-i2c@vger.kernel.org
5588 S:      Maintained
5589 F:      Documentation/i2c/i2c-topology
5590 F:      Documentation/i2c/muxes/
5591 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5592 F:      drivers/i2c/i2c-mux.c
5593 F:      drivers/i2c/muxes/
5594 F:      include/linux/i2c-mux.h
5595
5596 I2C OVER PARALLEL PORT
5597 M:      Jean Delvare <jdelvare@suse.com>
5598 L:      linux-i2c@vger.kernel.org
5599 S:      Maintained
5600 F:      Documentation/i2c/busses/i2c-parport
5601 F:      Documentation/i2c/busses/i2c-parport-light
5602 F:      drivers/i2c/busses/i2c-parport.c
5603 F:      drivers/i2c/busses/i2c-parport-light.c
5604
5605 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5606 M:      Jean Delvare <jdelvare@suse.com>
5607 L:      linux-i2c@vger.kernel.org
5608 S:      Maintained
5609 F:      Documentation/i2c/busses/i2c-ali1535
5610 F:      Documentation/i2c/busses/i2c-ali1563
5611 F:      Documentation/i2c/busses/i2c-ali15x3
5612 F:      Documentation/i2c/busses/i2c-amd756
5613 F:      Documentation/i2c/busses/i2c-amd8111
5614 F:      Documentation/i2c/busses/i2c-i801
5615 F:      Documentation/i2c/busses/i2c-nforce2
5616 F:      Documentation/i2c/busses/i2c-piix4
5617 F:      Documentation/i2c/busses/i2c-sis5595
5618 F:      Documentation/i2c/busses/i2c-sis630
5619 F:      Documentation/i2c/busses/i2c-sis96x
5620 F:      Documentation/i2c/busses/i2c-via
5621 F:      Documentation/i2c/busses/i2c-viapro
5622 F:      drivers/i2c/busses/i2c-ali1535.c
5623 F:      drivers/i2c/busses/i2c-ali1563.c
5624 F:      drivers/i2c/busses/i2c-ali15x3.c
5625 F:      drivers/i2c/busses/i2c-amd756.c
5626 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5627 F:      drivers/i2c/busses/i2c-amd8111.c
5628 F:      drivers/i2c/busses/i2c-i801.c
5629 F:      drivers/i2c/busses/i2c-isch.c
5630 F:      drivers/i2c/busses/i2c-nforce2.c
5631 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5632 F:      drivers/i2c/busses/i2c-piix4.c
5633 F:      drivers/i2c/busses/i2c-sis5595.c
5634 F:      drivers/i2c/busses/i2c-sis630.c
5635 F:      drivers/i2c/busses/i2c-sis96x.c
5636 F:      drivers/i2c/busses/i2c-via.c
5637 F:      drivers/i2c/busses/i2c-viapro.c
5638
5639 I2C/SMBUS ISMT DRIVER
5640 M:      Seth Heasley <seth.heasley@intel.com>
5641 M:      Neil Horman <nhorman@tuxdriver.com>
5642 L:      linux-i2c@vger.kernel.org
5643 F:      drivers/i2c/busses/i2c-ismt.c
5644 F:      Documentation/i2c/busses/i2c-ismt
5645
5646 I2C/SMBUS STUB DRIVER
5647 M:      Jean Delvare <jdelvare@suse.com>
5648 L:      linux-i2c@vger.kernel.org
5649 S:      Maintained
5650 F:      drivers/i2c/i2c-stub.c
5651
5652 I2C SUBSYSTEM
5653 M:      Wolfram Sang <wsa@the-dreams.de>
5654 L:      linux-i2c@vger.kernel.org
5655 W:      https://i2c.wiki.kernel.org/
5656 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5658 S:      Maintained
5659 F:      Documentation/devicetree/bindings/i2c/
5660 F:      Documentation/i2c/
5661 F:      drivers/i2c/
5662 F:      drivers/i2c/*/
5663 F:      include/linux/i2c.h
5664 F:      include/linux/i2c-*.h
5665 F:      include/uapi/linux/i2c.h
5666 F:      include/uapi/linux/i2c-*.h
5667
5668 I2C ACPI SUPPORT
5669 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5670 L:      linux-i2c@vger.kernel.org
5671 L:      linux-acpi@vger.kernel.org
5672 S:      Maintained
5673
5674 I2C-TAOS-EVM DRIVER
5675 M:      Jean Delvare <jdelvare@suse.com>
5676 L:      linux-i2c@vger.kernel.org
5677 S:      Maintained
5678 F:      Documentation/i2c/busses/i2c-taos-evm
5679 F:      drivers/i2c/busses/i2c-taos-evm.c
5680
5681 I2C-TINY-USB DRIVER
5682 M:      Till Harbaum <till@harbaum.org>
5683 L:      linux-i2c@vger.kernel.org
5684 W:      http://www.harbaum.org/till/i2c_tiny_usb
5685 S:      Maintained
5686 F:      drivers/i2c/busses/i2c-tiny-usb.c
5687
5688 i386 BOOT CODE
5689 M:      "H. Peter Anvin" <hpa@zytor.com>
5690 S:      Maintained
5691 F:      arch/x86/boot/
5692
5693 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5694 M:      "H. Peter Anvin" <hpa@zytor.com>
5695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5696 S:      Maintained
5697
5698 IA64 (Itanium) PLATFORM
5699 M:      Tony Luck <tony.luck@intel.com>
5700 M:      Fenghua Yu <fenghua.yu@intel.com>
5701 L:      linux-ia64@vger.kernel.org
5702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5703 S:      Maintained
5704 F:      arch/ia64/
5705
5706 IBM Power VMX Cryptographic instructions
5707 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5708 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5709 L:      linux-crypto@vger.kernel.org
5710 S:      Supported
5711 F:      drivers/crypto/vmx/Makefile
5712 F:      drivers/crypto/vmx/Kconfig
5713 F:      drivers/crypto/vmx/vmx.c
5714 F:      drivers/crypto/vmx/aes*
5715 F:      drivers/crypto/vmx/ghash*
5716 F:      drivers/crypto/vmx/ppc-xlate.pl
5717
5718 IBM Power in-Nest Crypto Acceleration
5719 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5720 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5721 L:      linux-crypto@vger.kernel.org
5722 S:      Supported
5723 F:      drivers/crypto/nx/Makefile
5724 F:      drivers/crypto/nx/Kconfig
5725 F:      drivers/crypto/nx/nx-aes*
5726 F:      drivers/crypto/nx/nx-sha*
5727 F:      drivers/crypto/nx/nx.*
5728 F:      drivers/crypto/nx/nx_csbcpb.h
5729 F:      drivers/crypto/nx/nx_debugfs.h
5730
5731 IBM Power 842 compression accelerator
5732 M:      Dan Streetman <ddstreet@ieee.org>
5733 S:      Supported
5734 F:      drivers/crypto/nx/Makefile
5735 F:      drivers/crypto/nx/Kconfig
5736 F:      drivers/crypto/nx/nx-842*
5737 F:      include/linux/sw842.h
5738 F:      crypto/842.c
5739 F:      lib/842/
5740
5741 IBM Power Linux RAID adapter
5742 M:      Brian King <brking@us.ibm.com>
5743 S:      Supported
5744 F:      drivers/scsi/ipr.*
5745
5746 IBM Power Virtual Ethernet Device Driver
5747 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5748 L:      netdev@vger.kernel.org
5749 S:      Supported
5750 F:      drivers/net/ethernet/ibm/ibmveth.*
5751
5752 IBM Power SRIOV Virtual NIC Device Driver
5753 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5754 M:      John Allen <jallen@linux.vnet.ibm.com>
5755 L:      netdev@vger.kernel.org
5756 S:      Supported
5757 F:      drivers/net/ethernet/ibm/ibmvnic.*
5758
5759 IBM Power Virtual SCSI Device Drivers
5760 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5761 L:      linux-scsi@vger.kernel.org
5762 S:      Supported
5763 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5764 F:      drivers/scsi/ibmvscsi/viosrp.h
5765
5766 IBM Power Virtual FC Device Drivers
5767 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5768 L:      linux-scsi@vger.kernel.org
5769 S:      Supported
5770 F:      drivers/scsi/ibmvscsi/ibmvfc*
5771
5772 IBM ServeRAID RAID DRIVER
5773 S:      Orphan
5774 F:      drivers/scsi/ips.*
5775
5776 ICH LPC AND GPIO DRIVER
5777 M:      Peter Tyser <ptyser@xes-inc.com>
5778 S:      Maintained
5779 F:      drivers/mfd/lpc_ich.c
5780 F:      drivers/gpio/gpio-ich.c
5781
5782 IDE SUBSYSTEM
5783 M:      "David S. Miller" <davem@davemloft.net>
5784 L:      linux-ide@vger.kernel.org
5785 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5787 S:      Maintained
5788 F:      Documentation/ide/
5789 F:      drivers/ide/
5790 F:      include/linux/ide.h
5791
5792 IDEAPAD LAPTOP EXTRAS DRIVER
5793 M:      Ike Panhc <ike.pan@canonical.com>
5794 L:      platform-driver-x86@vger.kernel.org
5795 W:      http://launchpad.net/ideapad-laptop
5796 S:      Maintained
5797 F:      drivers/platform/x86/ideapad-laptop.c
5798
5799 IDEAPAD LAPTOP SLIDEBAR DRIVER
5800 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5801 L:      linux-input@vger.kernel.org
5802 W:      https://github.com/o2genum/ideapad-slidebar
5803 S:      Maintained
5804 F:      drivers/input/misc/ideapad_slidebar.c
5805
5806 IDE/ATAPI DRIVERS
5807 M:      Borislav Petkov <bp@alien8.de>
5808 L:      linux-ide@vger.kernel.org
5809 S:      Maintained
5810 F:      Documentation/cdrom/ide-cd
5811 F:      drivers/ide/ide-cd*
5812
5813 IDLE-I7300
5814 M:      Andy Henroid <andrew.d.henroid@intel.com>
5815 L:      linux-pm@vger.kernel.org
5816 S:      Supported
5817 F:      drivers/idle/i7300_idle.c
5818
5819 IEEE 802.15.4 SUBSYSTEM
5820 M:      Alexander Aring <aar@pengutronix.de>
5821 L:      linux-wpan@vger.kernel.org
5822 W:      http://wpan.cakelab.org/
5823 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
5824 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
5825 S:      Maintained
5826 F:      net/ieee802154/
5827 F:      net/mac802154/
5828 F:      drivers/net/ieee802154/
5829 F:      include/linux/nl802154.h
5830 F:      include/linux/ieee802154.h
5831 F:      include/net/nl802154.h
5832 F:      include/net/mac802154.h
5833 F:      include/net/af_ieee802154.h
5834 F:      include/net/cfg802154.h
5835 F:      include/net/ieee802154_netdev.h
5836 F:      Documentation/networking/ieee802154.txt
5837
5838 IGORPLUG-USB IR RECEIVER
5839 M:      Sean Young <sean@mess.org>
5840 L:      linux-media@vger.kernel.org
5841 S:      Maintained
5842 F:      drivers/media/rc/igorplugusb.c
5843
5844 IGUANAWORKS USB IR TRANSCEIVER
5845 M:      Sean Young <sean@mess.org>
5846 L:      linux-media@vger.kernel.org
5847 S:      Maintained
5848 F:      drivers/media/rc/iguanair.c
5849
5850 IIO SUBSYSTEM AND DRIVERS
5851 M:      Jonathan Cameron <jic23@kernel.org>
5852 R:      Hartmut Knaack <knaack.h@gmx.de>
5853 R:      Lars-Peter Clausen <lars@metafoo.de>
5854 R:      Peter Meerwald-Stadler <pmeerw@pmeerw.net>
5855 L:      linux-iio@vger.kernel.org
5856 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
5857 S:      Maintained
5858 F:      Documentation/devicetree/bindings/iio/
5859 F:      drivers/iio/
5860 F:      drivers/staging/iio/
5861 F:      include/linux/iio/
5862 F:      tools/iio/
5863
5864 IKANOS/ADI EAGLE ADSL USB DRIVER
5865 M:      Matthieu Castet <castet.matthieu@free.fr>
5866 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5867 S:      Maintained
5868 F:      drivers/usb/atm/ueagle-atm.c
5869
5870 INA209 HARDWARE MONITOR DRIVER
5871 M:      Guenter Roeck <linux@roeck-us.net>
5872 L:      linux-hwmon@vger.kernel.org
5873 S:      Maintained
5874 F:      Documentation/hwmon/ina209
5875 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5876 F:      drivers/hwmon/ina209.c
5877
5878 INA2XX HARDWARE MONITOR DRIVER
5879 M:      Guenter Roeck <linux@roeck-us.net>
5880 L:      linux-hwmon@vger.kernel.org
5881 S:      Maintained
5882 F:      Documentation/hwmon/ina2xx
5883 F:      drivers/hwmon/ina2xx.c
5884 F:      include/linux/platform_data/ina2xx.h
5885
5886 INDUSTRY PACK SUBSYSTEM (IPACK)
5887 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5888 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5889 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5890 L:      industrypack-devel@lists.sourceforge.net
5891 W:      http://industrypack.sourceforge.net
5892 S:      Maintained
5893 F:      drivers/ipack/
5894
5895 INGENIC JZ4780 DMA Driver
5896 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5897 S:      Maintained
5898 F:      drivers/dma/dma-jz4780.c
5899
5900 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5901 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5902 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5903 L:      linux-ima-devel@lists.sourceforge.net
5904 L:      linux-ima-user@lists.sourceforge.net
5905 L:      linux-security-module@vger.kernel.org
5906 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5907 S:      Supported
5908 F:      security/integrity/ima/
5909
5910 IMGTEC IR DECODER DRIVER
5911 M:      James Hogan <james.hogan@imgtec.com>
5912 S:      Maintained
5913 F:      drivers/media/rc/img-ir/
5914
5915 IMS TWINTURBO FRAMEBUFFER DRIVER
5916 L:      linux-fbdev@vger.kernel.org
5917 S:      Orphan
5918 F:      drivers/video/fbdev/imsttfb.c
5919
5920 INFINIBAND SUBSYSTEM
5921 M:      Doug Ledford <dledford@redhat.com>
5922 M:      Sean Hefty <sean.hefty@intel.com>
5923 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5924 L:      linux-rdma@vger.kernel.org
5925 W:      http://www.openfabrics.org/
5926 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5927 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5928 S:      Supported
5929 F:      Documentation/infiniband/
5930 F:      drivers/infiniband/
5931 F:      include/uapi/linux/if_infiniband.h
5932 F:      include/uapi/rdma/
5933 F:      include/rdma/
5934
5935 INOTIFY
5936 M:      John McCutchan <john@johnmccutchan.com>
5937 M:      Robert Love <rlove@rlove.org>
5938 M:      Eric Paris <eparis@parisplace.org>
5939 S:      Maintained
5940 F:      Documentation/filesystems/inotify.txt
5941 F:      fs/notify/inotify/
5942 F:      include/linux/inotify.h
5943 F:      include/uapi/linux/inotify.h
5944
5945 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5946 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5947 L:      linux-input@vger.kernel.org
5948 Q:      http://patchwork.kernel.org/project/linux-input/list/
5949 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5950 S:      Maintained
5951 F:      drivers/input/
5952 F:      include/linux/input.h
5953 F:      include/uapi/linux/input.h
5954 F:      include/linux/input/
5955 F:      Documentation/devicetree/bindings/input/
5956
5957 INPUT MULTITOUCH (MT) PROTOCOL
5958 M:      Henrik Rydberg <rydberg@bitmath.org>
5959 L:      linux-input@vger.kernel.org
5960 S:      Odd fixes
5961 F:      Documentation/input/multi-touch-protocol.txt
5962 F:      drivers/input/input-mt.c
5963 K:      \b(ABS|SYN)_MT_
5964
5965 INTEL ASoC BDW/HSW DRIVERS
5966 M:      Jie Yang <yang.jie@linux.intel.com>
5967 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5968 S:      Supported
5969 F:      sound/soc/intel/common/sst-dsp*
5970 F:      sound/soc/intel/common/sst-firmware.c
5971 F:      sound/soc/intel/boards/broadwell.c
5972 F:      sound/soc/intel/haswell/
5973
5974 INTEL C600 SERIES SAS CONTROLLER DRIVER
5975 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5976 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5977 L:      linux-scsi@vger.kernel.org
5978 T:      git git://git.code.sf.net/p/intel-sas/isci
5979 S:      Supported
5980 F:      drivers/scsi/isci/
5981
5982 INTEL HID EVENT DRIVER
5983 M:      Alex Hung <alex.hung@canonical.com>
5984 L:      platform-driver-x86@vger.kernel.org
5985 S:      Maintained
5986 F:      drivers/platform/x86/intel-hid.c
5987
5988 INTEL VIRTUAL BUTTON DRIVER
5989 M:      AceLan Kao <acelan.kao@canonical.com>
5990 L:      platform-driver-x86@vger.kernel.org
5991 S:      Maintained
5992 F:      drivers/platform/x86/intel-vbtn.c
5993
5994 INTEL IDLE DRIVER
5995 M:      Len Brown <lenb@kernel.org>
5996 L:      linux-pm@vger.kernel.org
5997 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5998 S:      Supported
5999 F:      drivers/idle/intel_idle.c
6000
6001 INTEL PSTATE DRIVER
6002 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6003 M:      Len Brown <lenb@kernel.org>
6004 L:      linux-pm@vger.kernel.org
6005 S:      Supported
6006 F:      drivers/cpufreq/intel_pstate.c
6007
6008 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6009 M:      Maik Broemme <mbroemme@plusserver.de>
6010 L:      linux-fbdev@vger.kernel.org
6011 S:      Maintained
6012 F:      Documentation/fb/intelfb.txt
6013 F:      drivers/video/fbdev/intelfb/
6014
6015 INTEL 810/815 FRAMEBUFFER DRIVER
6016 M:      Antonino Daplas <adaplas@gmail.com>
6017 L:      linux-fbdev@vger.kernel.org
6018 S:      Maintained
6019 F:      drivers/video/fbdev/i810/
6020
6021 INTEL MENLOW THERMAL DRIVER
6022 M:      Sujith Thomas <sujith.thomas@intel.com>
6023 L:      platform-driver-x86@vger.kernel.org
6024 W:      https://01.org/linux-acpi
6025 S:      Supported
6026 F:      drivers/platform/x86/intel_menlow.c
6027
6028 INTEL I/OAT DMA DRIVER
6029 M:      Dave Jiang <dave.jiang@intel.com>
6030 R:      Dan Williams <dan.j.williams@intel.com>
6031 L:      dmaengine@vger.kernel.org
6032 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6033 S:      Supported
6034 F:      drivers/dma/ioat*
6035
6036 INTEL IOMMU (VT-d)
6037 M:      David Woodhouse <dwmw2@infradead.org>
6038 L:      iommu@lists.linux-foundation.org
6039 T:      git git://git.infradead.org/iommu-2.6.git
6040 S:      Supported
6041 F:      drivers/iommu/intel-iommu.c
6042 F:      include/linux/intel-iommu.h
6043
6044 INTEL IOP-ADMA DMA DRIVER
6045 R:      Dan Williams <dan.j.williams@intel.com>
6046 S:      Odd fixes
6047 F:      drivers/dma/iop-adma.c
6048
6049 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6050 M:      Krzysztof Halasa <khalasa@piap.pl>
6051 S:      Maintained
6052 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6053 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6054 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6055 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6056 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6057 F:      drivers/net/wan/ixp4xx_hss.c
6058
6059 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6060 M:      Deepak Saxena <dsaxena@plexity.net>
6061 S:      Maintained
6062 F:      drivers/char/hw_random/ixp4xx-rng.c
6063
6064 INTEL ETHERNET DRIVERS
6065 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6066 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6067 W:      http://www.intel.com/support/feedback.htm
6068 W:      http://e1000.sourceforge.net/
6069 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6070 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6072 S:      Supported
6073 F:      Documentation/networking/e100.txt
6074 F:      Documentation/networking/e1000.txt
6075 F:      Documentation/networking/e1000e.txt
6076 F:      Documentation/networking/igb.txt
6077 F:      Documentation/networking/igbvf.txt
6078 F:      Documentation/networking/ixgb.txt
6079 F:      Documentation/networking/ixgbe.txt
6080 F:      Documentation/networking/ixgbevf.txt
6081 F:      Documentation/networking/i40e.txt
6082 F:      Documentation/networking/i40evf.txt
6083 F:      drivers/net/ethernet/intel/
6084 F:      drivers/net/ethernet/intel/*/
6085
6086 INTEL RDMA RNIC DRIVER
6087 M:     Faisal Latif <faisal.latif@intel.com>
6088 R:     Chien Tin Tung <chien.tin.tung@intel.com>
6089 R:     Mustafa Ismail <mustafa.ismail@intel.com>
6090 R:     Shiraz Saleem <shiraz.saleem@intel.com>
6091 R:     Tatyana Nikolova <tatyana.e.nikolova@intel.com>
6092 L:     linux-rdma@vger.kernel.org
6093 S:     Supported
6094 F:     drivers/infiniband/hw/i40iw/
6095
6096 INTEL MERRIFIELD GPIO DRIVER
6097 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6098 L:      linux-gpio@vger.kernel.org
6099 S:      Maintained
6100 F:      drivers/gpio/gpio-merrifield.c
6101
6102 INTEL-MID GPIO DRIVER
6103 M:      David Cohen <david.a.cohen@linux.intel.com>
6104 L:      linux-gpio@vger.kernel.org
6105 S:      Maintained
6106 F:      drivers/gpio/gpio-intel-mid.c
6107
6108 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6109 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
6110 L:      linux-wireless@vger.kernel.org
6111 S:      Maintained
6112 F:      Documentation/networking/README.ipw2100
6113 F:      Documentation/networking/README.ipw2200
6114 F:      drivers/net/wireless/intel/ipw2x00/
6115
6116 INTEL(R) TRACE HUB
6117 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
6118 S:      Supported
6119 F:      Documentation/trace/intel_th.txt
6120 F:      drivers/hwtracing/intel_th/
6121
6122 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6123 M:      Ning Sun <ning.sun@intel.com>
6124 L:      tboot-devel@lists.sourceforge.net
6125 W:      http://tboot.sourceforge.net
6126 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6127 S:      Supported
6128 F:      Documentation/intel_txt.txt
6129 F:      include/linux/tboot.h
6130 F:      arch/x86/kernel/tboot.c
6131
6132 INTEL WIRELESS WIMAX CONNECTION 2400
6133 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6134 M:      linux-wimax@intel.com
6135 L:      wimax@linuxwimax.org (subscribers-only)
6136 S:      Supported
6137 W:      http://linuxwimax.org
6138 F:      Documentation/wimax/README.i2400m
6139 F:      drivers/net/wimax/i2400m/
6140 F:      include/uapi/linux/wimax/i2400m.h
6141
6142 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6143 M:      Stanislaw Gruszka <sgruszka@redhat.com>
6144 L:      linux-wireless@vger.kernel.org
6145 S:      Supported
6146 F:      drivers/net/wireless/intel/iwlegacy/
6147
6148 INTEL WIRELESS WIFI LINK (iwlwifi)
6149 M:      Johannes Berg <johannes.berg@intel.com>
6150 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6151 M:      Luca Coelho <luciano.coelho@intel.com>
6152 M:      Intel Linux Wireless <linuxwifi@intel.com>
6153 L:      linux-wireless@vger.kernel.org
6154 W:      http://intellinuxwireless.org
6155 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6156 S:      Supported
6157 F:      drivers/net/wireless/intel/iwlwifi/
6158
6159 INTEL MANAGEMENT ENGINE (mei)
6160 M:      Tomas Winkler <tomas.winkler@intel.com>
6161 L:      linux-kernel@vger.kernel.org
6162 S:      Supported
6163 F:      include/uapi/linux/mei.h
6164 F:      include/linux/mei_cl_bus.h
6165 F:      drivers/misc/mei/*
6166 F:      drivers/watchdog/mei_wdt.c
6167 F:      Documentation/misc-devices/mei/*
6168
6169 INTEL MIC DRIVERS (mic)
6170 M:      Sudeep Dutt <sudeep.dutt@intel.com>
6171 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
6172 S:      Supported
6173 W:      https://github.com/sudeepdutt/mic
6174 W:      http://software.intel.com/en-us/mic-developer
6175 F:      include/linux/mic_bus.h
6176 F:      include/linux/scif.h
6177 F:      include/uapi/linux/mic_common.h
6178 F:      include/uapi/linux/mic_ioctl.h
6179 F:      include/uapi/linux/scif_ioctl.h
6180 F:      drivers/misc/mic/
6181 F:      drivers/dma/mic_x100_dma.c
6182 F:      drivers/dma/mic_x100_dma.h
6183 F:      Documentation/mic/
6184
6185 INTEL PMC/P-Unit IPC DRIVER
6186 M:      Zha Qipeng<qipeng.zha@intel.com>
6187 L:      platform-driver-x86@vger.kernel.org
6188 S:      Maintained
6189 F:      drivers/platform/x86/intel_pmc_ipc.c
6190 F:      drivers/platform/x86/intel_punit_ipc.c
6191 F:      arch/x86/include/asm/intel_pmc_ipc.h
6192 F:      arch/x86/include/asm/intel_punit_ipc.h
6193
6194 INTEL TELEMETRY DRIVER
6195 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6196 L:      platform-driver-x86@vger.kernel.org
6197 S:      Maintained
6198 F:      arch/x86/include/asm/intel_telemetry.h
6199 F:      drivers/platform/x86/intel_telemetry*
6200
6201 INTEL PMC CORE DRIVER
6202 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6203 M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6204 L:      platform-driver-x86@vger.kernel.org
6205 S:      Maintained
6206 F:      arch/x86/include/asm/pmc_core.h
6207 F:      drivers/platform/x86/intel_pmc_core*
6208
6209 IOC3 ETHERNET DRIVER
6210 M:      Ralf Baechle <ralf@linux-mips.org>
6211 L:      linux-mips@linux-mips.org
6212 S:      Maintained
6213 F:      drivers/net/ethernet/sgi/ioc3-eth.c
6214
6215 IOC3 SERIAL DRIVER
6216 M:      Pat Gefre <pfg@sgi.com>
6217 L:      linux-serial@vger.kernel.org
6218 S:      Maintained
6219 F:      drivers/tty/serial/ioc3_serial.c
6220
6221 IOMMU DRIVERS
6222 M:      Joerg Roedel <joro@8bytes.org>
6223 L:      iommu@lists.linux-foundation.org
6224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6225 S:      Maintained
6226 F:      drivers/iommu/
6227
6228 IP MASQUERADING
6229 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6230 S:      Maintained
6231 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
6232
6233 IPMI SUBSYSTEM
6234 M:      Corey Minyard <minyard@acm.org>
6235 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6236 W:      http://openipmi.sourceforge.net/
6237 S:      Supported
6238 F:      Documentation/IPMI.txt
6239 F:      drivers/char/ipmi/
6240 F:      include/linux/ipmi*
6241 F:      include/uapi/linux/ipmi*
6242
6243 QCOM AUDIO (ASoC) DRIVERS
6244 M:      Patrick Lai <plai@codeaurora.org>
6245 M:      Banajit Goswami <bgoswami@codeaurora.org>
6246 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6247 S:      Supported
6248 F:      sound/soc/qcom/
6249
6250 IPS SCSI RAID DRIVER
6251 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6252 L:      linux-scsi@vger.kernel.org
6253 W:      http://www.adaptec.com/
6254 S:      Maintained
6255 F:      drivers/scsi/ips*
6256
6257 IPVS
6258 M:      Wensong Zhang <wensong@linux-vs.org>
6259 M:      Simon Horman <horms@verge.net.au>
6260 M:      Julian Anastasov <ja@ssi.bg>
6261 L:      netdev@vger.kernel.org
6262 L:      lvs-devel@vger.kernel.org
6263 S:      Maintained
6264 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6265 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6266 F:      Documentation/networking/ipvs-sysctl.txt
6267 F:      include/net/ip_vs.h
6268 F:      include/uapi/linux/ip_vs.h
6269 F:      net/netfilter/ipvs/
6270
6271 IPWIRELESS DRIVER
6272 M:      Jiri Kosina <jikos@kernel.org>
6273 M:      David Sterba <dsterba@suse.com>
6274 S:      Odd Fixes
6275 F:      drivers/tty/ipwireless/
6276
6277 IPX NETWORK LAYER
6278 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6279 L:      netdev@vger.kernel.org
6280 S:      Maintained
6281 F:      include/net/ipx.h
6282 F:      include/uapi/linux/ipx.h
6283 F:      net/ipx/
6284
6285 IRDA SUBSYSTEM
6286 M:      Samuel Ortiz <samuel@sortiz.org>
6287 L:      irda-users@lists.sourceforge.net (subscribers-only)
6288 L:      netdev@vger.kernel.org
6289 W:      http://irda.sourceforge.net/
6290 S:      Maintained
6291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6292 F:      Documentation/networking/irda.txt
6293 F:      drivers/net/irda/
6294 F:      include/net/irda/
6295 F:      net/irda/
6296
6297 IRQ SUBSYSTEM
6298 M:      Thomas Gleixner <tglx@linutronix.de>
6299 L:      linux-kernel@vger.kernel.org
6300 S:      Maintained
6301 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6302 F:      kernel/irq/
6303
6304 IRQCHIP DRIVERS
6305 M:      Thomas Gleixner <tglx@linutronix.de>
6306 M:      Jason Cooper <jason@lakedaemon.net>
6307 M:      Marc Zyngier <marc.zyngier@arm.com>
6308 L:      linux-kernel@vger.kernel.org
6309 S:      Maintained
6310 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6311 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6312 F:      Documentation/devicetree/bindings/interrupt-controller/
6313 F:      drivers/irqchip/
6314
6315 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6316 M:      Marc Zyngier <marc.zyngier@arm.com>
6317 S:      Maintained
6318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6319 F:      Documentation/IRQ-domain.txt
6320 F:      include/linux/irqdomain.h
6321 F:      kernel/irq/irqdomain.c
6322 F:      kernel/irq/msi.c
6323
6324 ISA
6325 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
6326 S:      Maintained
6327 F:      Documentation/isa.txt
6328 F:      drivers/base/isa.c
6329 F:      include/linux/isa.h
6330
6331 ISAPNP
6332 M:      Jaroslav Kysela <perex@perex.cz>
6333 S:      Maintained
6334 F:      Documentation/isapnp.txt
6335 F:      drivers/pnp/isapnp/
6336 F:      include/linux/isapnp.h
6337
6338 ISA RADIO MODULE
6339 M:      Hans Verkuil <hverkuil@xs4all.nl>
6340 L:      linux-media@vger.kernel.org
6341 T:      git git://linuxtv.org/media_tree.git
6342 W:      https://linuxtv.org
6343 S:      Maintained
6344 F:      drivers/media/radio/radio-isa*
6345
6346 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6347 M:      Peter Jones <pjones@redhat.com>
6348 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6349 S:      Maintained
6350 F:      drivers/firmware/iscsi_ibft*
6351
6352 ISCSI
6353 M:      Mike Christie <michaelc@cs.wisc.edu>
6354 L:      open-iscsi@googlegroups.com
6355 W:      www.open-iscsi.org
6356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6357 S:      Maintained
6358 F:      drivers/scsi/*iscsi*
6359 F:      include/scsi/*iscsi*
6360
6361 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6362 M:      Or Gerlitz <ogerlitz@mellanox.com>
6363 M:      Sagi Grimberg <sagi@grimberg.me>
6364 M:      Roi Dayan <roid@mellanox.com>
6365 L:      linux-rdma@vger.kernel.org
6366 S:      Supported
6367 W:      http://www.openfabrics.org
6368 W:      www.open-iscsi.org
6369 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6370 F:      drivers/infiniband/ulp/iser/
6371
6372 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6373 M:      Sagi Grimberg <sagi@grimberg.me>
6374 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6375 L:      linux-rdma@vger.kernel.org
6376 L:      target-devel@vger.kernel.org
6377 S:      Supported
6378 W:      http://www.linux-iscsi.org
6379 F:      drivers/infiniband/ulp/isert
6380
6381 ISDN SUBSYSTEM
6382 M:      Karsten Keil <isdn@linux-pingi.de>
6383 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6384 L:      netdev@vger.kernel.org
6385 W:      http://www.isdn4linux.de
6386 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6387 S:      Maintained
6388 F:      Documentation/isdn/
6389 F:      drivers/isdn/
6390 F:      include/linux/isdn.h
6391 F:      include/linux/isdn/
6392 F:      include/uapi/linux/isdn.h
6393 F:      include/uapi/linux/isdn/
6394
6395 ISDN SUBSYSTEM (Eicon active card driver)
6396 M:      Armin Schindler <mac@melware.de>
6397 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6398 W:      http://www.melware.de
6399 S:      Maintained
6400 F:      drivers/isdn/hardware/eicon/
6401
6402 IT87 HARDWARE MONITORING DRIVER
6403 M:      Jean Delvare <jdelvare@suse.com>
6404 L:      linux-hwmon@vger.kernel.org
6405 S:      Maintained
6406 F:      Documentation/hwmon/it87
6407 F:      drivers/hwmon/it87.c
6408
6409 IT913X MEDIA DRIVER
6410 M:      Antti Palosaari <crope@iki.fi>
6411 L:      linux-media@vger.kernel.org
6412 W:      https://linuxtv.org
6413 W:      http://palosaari.fi/linux/
6414 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6415 T:      git git://linuxtv.org/anttip/media_tree.git
6416 S:      Maintained
6417 F:      drivers/media/tuners/it913x*
6418
6419 IVTV VIDEO4LINUX DRIVER
6420 M:      Andy Walls <awalls@md.metrocast.net>
6421 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6422 L:      linux-media@vger.kernel.org
6423 T:      git git://linuxtv.org/media_tree.git
6424 W:      http://www.ivtvdriver.org
6425 S:      Maintained
6426 F:      Documentation/video4linux/*.ivtv
6427 F:      drivers/media/pci/ivtv/
6428 F:      include/uapi/linux/ivtv*
6429
6430 IX2505V MEDIA DRIVER
6431 M:      Malcolm Priestley <tvboxspy@gmail.com>
6432 L:      linux-media@vger.kernel.org
6433 W:      https://linuxtv.org
6434 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6435 S:      Maintained
6436 F:      drivers/media/dvb-frontends/ix2505v*
6437
6438 JC42.4 TEMPERATURE SENSOR DRIVER
6439 M:      Guenter Roeck <linux@roeck-us.net>
6440 L:      linux-hwmon@vger.kernel.org
6441 S:      Maintained
6442 F:      drivers/hwmon/jc42.c
6443 F:      Documentation/hwmon/jc42
6444
6445 JFS FILESYSTEM
6446 M:      Dave Kleikamp <shaggy@kernel.org>
6447 L:      jfs-discussion@lists.sourceforge.net
6448 W:      http://jfs.sourceforge.net/
6449 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6450 S:      Maintained
6451 F:      Documentation/filesystems/jfs.txt
6452 F:      fs/jfs/
6453
6454 JME NETWORK DRIVER
6455 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6456 L:      netdev@vger.kernel.org
6457 S:      Maintained
6458 F:      drivers/net/ethernet/jme.*
6459
6460 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6461 M:      David Woodhouse <dwmw2@infradead.org>
6462 L:      linux-mtd@lists.infradead.org
6463 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6464 S:      Maintained
6465 F:      fs/jffs2/
6466 F:      include/uapi/linux/jffs2.h
6467
6468 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6469 M:      "Theodore Ts'o" <tytso@mit.edu>
6470 M:      Jan Kara <jack@suse.com>
6471 L:      linux-ext4@vger.kernel.org
6472 S:      Maintained
6473 F:      fs/jbd2/
6474 F:      include/linux/jbd2.h
6475
6476 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6477 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6478 L:      linux-media@vger.kernel.org
6479 S:      Maintained
6480 F:      drivers/media/platform/rcar_jpu.c
6481
6482 JSM Neo PCI based serial card
6483 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6484 L:      linux-serial@vger.kernel.org
6485 S:      Maintained
6486 F:      drivers/tty/serial/jsm/
6487
6488 K10TEMP HARDWARE MONITORING DRIVER
6489 M:      Clemens Ladisch <clemens@ladisch.de>
6490 L:      linux-hwmon@vger.kernel.org
6491 S:      Maintained
6492 F:      Documentation/hwmon/k10temp
6493 F:      drivers/hwmon/k10temp.c
6494
6495 K8TEMP HARDWARE MONITORING DRIVER
6496 M:      Rudolf Marek <r.marek@assembler.cz>
6497 L:      linux-hwmon@vger.kernel.org
6498 S:      Maintained
6499 F:      Documentation/hwmon/k8temp
6500 F:      drivers/hwmon/k8temp.c
6501
6502 KASAN
6503 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6504 R:      Alexander Potapenko <glider@google.com>
6505 R:      Dmitry Vyukov <dvyukov@google.com>
6506 L:      kasan-dev@googlegroups.com
6507 S:      Maintained
6508 F:      arch/*/include/asm/kasan.h
6509 F:      arch/*/mm/kasan_init*
6510 F:      Documentation/kasan.txt
6511 F:      include/linux/kasan*.h
6512 F:      lib/test_kasan.c
6513 F:      mm/kasan/
6514 F:      scripts/Makefile.kasan
6515
6516 KCONFIG
6517 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6518 L:      linux-kbuild@vger.kernel.org
6519 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6520 S:      Maintained
6521 F:      Documentation/kbuild/kconfig-language.txt
6522 F:      scripts/kconfig/
6523
6524 KDUMP
6525 M:      Dave Young <dyoung@redhat.com>
6526 M:      Baoquan He <bhe@redhat.com>
6527 R:      Vivek Goyal <vgoyal@redhat.com>
6528 L:      kexec@lists.infradead.org
6529 W:      http://lse.sourceforge.net/kdump/
6530 S:      Maintained
6531 F:      Documentation/kdump/
6532
6533 KEENE FM RADIO TRANSMITTER DRIVER
6534 M:      Hans Verkuil <hverkuil@xs4all.nl>
6535 L:      linux-media@vger.kernel.org
6536 T:      git git://linuxtv.org/media_tree.git
6537 W:      https://linuxtv.org
6538 S:      Maintained
6539 F:      drivers/media/radio/radio-keene*
6540
6541 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6542 M:      Ian Kent <raven@themaw.net>
6543 L:      autofs@vger.kernel.org
6544 S:      Maintained
6545 F:      fs/autofs4/
6546
6547 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6548 M:      Michal Marek <mmarek@suse.com>
6549 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6551 L:      linux-kbuild@vger.kernel.org
6552 S:      Maintained
6553 F:      Documentation/kbuild/
6554 F:      Makefile
6555 F:      scripts/Makefile.*
6556 F:      scripts/basic/
6557 F:      scripts/mk*
6558 F:      scripts/package/
6559
6560 KERNEL JANITORS
6561 L:      kernel-janitors@vger.kernel.org
6562 W:      http://kernelnewbies.org/KernelJanitors
6563 S:      Odd Fixes
6564
6565 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6566 M:      "J. Bruce Fields" <bfields@fieldses.org>
6567 M:      Jeff Layton <jlayton@poochiereds.net>
6568 L:      linux-nfs@vger.kernel.org
6569 W:      http://nfs.sourceforge.net/
6570 T:      git git://linux-nfs.org/~bfields/linux.git
6571 S:      Supported
6572 F:      fs/nfsd/
6573 F:      include/uapi/linux/nfsd/
6574 F:      fs/lockd/
6575 F:      fs/nfs_common/
6576 F:      net/sunrpc/
6577 F:      include/linux/lockd/
6578 F:      include/linux/sunrpc/
6579 F:      include/uapi/linux/sunrpc/
6580
6581 KERNEL SELFTEST FRAMEWORK
6582 M:      Shuah Khan <shuahkh@osg.samsung.com>
6583 M:      Shuah Khan <shuah@kernel.org>
6584 L:      linux-kselftest@vger.kernel.org
6585 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6586 S:      Maintained
6587 F:      tools/testing/selftests
6588
6589 KERNEL VIRTUAL MACHINE (KVM)
6590 M:      Paolo Bonzini <pbonzini@redhat.com>
6591 M:      Radim Krčmář <rkrcmar@redhat.com>
6592 L:      kvm@vger.kernel.org
6593 W:      http://www.linux-kvm.org
6594 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6595 S:      Supported
6596 F:      Documentation/*/kvm*.txt
6597 F:      Documentation/virtual/kvm/
6598 F:      arch/*/kvm/
6599 F:      arch/x86/kernel/kvm.c
6600 F:      arch/x86/kernel/kvmclock.c
6601 F:      arch/*/include/asm/kvm*
6602 F:      include/linux/kvm*
6603 F:      include/uapi/linux/kvm*
6604 F:      virt/kvm/
6605 F:      tools/kvm/
6606
6607 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6608 M:      Joerg Roedel <joro@8bytes.org>
6609 L:      kvm@vger.kernel.org
6610 W:      http://www.linux-kvm.org/
6611 S:      Maintained
6612 F:      arch/x86/include/asm/svm.h
6613 F:      arch/x86/kvm/svm.c
6614
6615 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6616 M:      Alexander Graf <agraf@suse.com>
6617 L:      kvm-ppc@vger.kernel.org
6618 W:      http://www.linux-kvm.org/
6619 T:      git git://github.com/agraf/linux-2.6.git
6620 S:      Supported
6621 F:      arch/powerpc/include/asm/kvm*
6622 F:      arch/powerpc/kvm/
6623
6624 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6625 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6626 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6627 L:      linux-s390@vger.kernel.org
6628 W:      http://www.ibm.com/developerworks/linux/linux390/
6629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6630 S:      Supported
6631 F:      Documentation/s390/kvm.txt
6632 F:      arch/s390/include/asm/kvm*
6633 F:      arch/s390/kvm/
6634
6635 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6636 M:      Christoffer Dall <christoffer.dall@linaro.org>
6637 M:      Marc Zyngier <marc.zyngier@arm.com>
6638 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6639 L:      kvmarm@lists.cs.columbia.edu
6640 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6642 S:      Supported
6643 F:      arch/arm/include/uapi/asm/kvm*
6644 F:      arch/arm/include/asm/kvm*
6645 F:      arch/arm/kvm/
6646 F:      virt/kvm/arm/
6647 F:      include/kvm/arm_*
6648
6649 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6650 M:      Christoffer Dall <christoffer.dall@linaro.org>
6651 M:      Marc Zyngier <marc.zyngier@arm.com>
6652 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6653 L:      kvmarm@lists.cs.columbia.edu
6654 S:      Maintained
6655 F:      arch/arm64/include/uapi/asm/kvm*
6656 F:      arch/arm64/include/asm/kvm*
6657 F:      arch/arm64/kvm/
6658
6659 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6660 M:      James Hogan <james.hogan@imgtec.com>
6661 L:      linux-mips@linux-mips.org
6662 S:      Supported
6663 F:      arch/mips/include/uapi/asm/kvm*
6664 F:      arch/mips/include/asm/kvm*
6665 F:      arch/mips/kvm/
6666
6667 KEXEC
6668 M:      Eric Biederman <ebiederm@xmission.com>
6669 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6670 L:      kexec@lists.infradead.org
6671 S:      Maintained
6672 F:      include/linux/kexec.h
6673 F:      include/uapi/linux/kexec.h
6674 F:      kernel/kexec*
6675
6676 KEYS/KEYRINGS:
6677 M:      David Howells <dhowells@redhat.com>
6678 L:      keyrings@vger.kernel.org
6679 S:      Maintained
6680 F:      Documentation/security/keys.txt
6681 F:      include/linux/key.h
6682 F:      include/linux/key-type.h
6683 F:      include/linux/keyctl.h
6684 F:      include/uapi/linux/keyctl.h
6685 F:      include/keys/
6686 F:      security/keys/
6687
6688 KEYS-TRUSTED
6689 M:      David Safford <safford@us.ibm.com>
6690 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6691 L:      linux-security-module@vger.kernel.org
6692 L:      keyrings@vger.kernel.org
6693 S:      Supported
6694 F:      Documentation/security/keys-trusted-encrypted.txt
6695 F:      include/keys/trusted-type.h
6696 F:      security/keys/trusted.c
6697 F:      security/keys/trusted.h
6698
6699 KEYS-ENCRYPTED
6700 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6701 M:      David Safford <safford@us.ibm.com>
6702 L:      linux-security-module@vger.kernel.org
6703 L:      keyrings@vger.kernel.org
6704 S:      Supported
6705 F:      Documentation/security/keys-trusted-encrypted.txt
6706 F:      include/keys/encrypted-type.h
6707 F:      security/keys/encrypted-keys/
6708
6709 KGDB / KDB /debug_core
6710 M:      Jason Wessel <jason.wessel@windriver.com>
6711 W:      http://kgdb.wiki.kernel.org/
6712 L:      kgdb-bugreport@lists.sourceforge.net
6713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6714 S:      Maintained
6715 F:      Documentation/DocBook/kgdb.tmpl
6716 F:      drivers/misc/kgdbts.c
6717 F:      drivers/tty/serial/kgdboc.c
6718 F:      include/linux/kdb.h
6719 F:      include/linux/kgdb.h
6720 F:      kernel/debug/
6721
6722 KMEMCHECK
6723 M:      Vegard Nossum <vegardno@ifi.uio.no>
6724 M:      Pekka Enberg <penberg@kernel.org>
6725 S:      Maintained
6726 F:      Documentation/kmemcheck.txt
6727 F:      arch/x86/include/asm/kmemcheck.h
6728 F:      arch/x86/mm/kmemcheck/
6729 F:      include/linux/kmemcheck.h
6730 F:      mm/kmemcheck.c
6731
6732 KMEMLEAK
6733 M:      Catalin Marinas <catalin.marinas@arm.com>
6734 S:      Maintained
6735 F:      Documentation/kmemleak.txt
6736 F:      include/linux/kmemleak.h
6737 F:      mm/kmemleak.c
6738 F:      mm/kmemleak-test.c
6739
6740 KPROBES
6741 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
6742 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6743 M:      "David S. Miller" <davem@davemloft.net>
6744 M:      Masami Hiramatsu <mhiramat@kernel.org>
6745 S:      Maintained
6746 F:      Documentation/kprobes.txt
6747 F:      include/linux/kprobes.h
6748 F:      kernel/kprobes.c
6749
6750 KS0108 LCD CONTROLLER DRIVER
6751 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6752 W:      http://miguelojeda.es/auxdisplay.htm
6753 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6754 S:      Maintained
6755 F:      Documentation/auxdisplay/ks0108
6756 F:      drivers/auxdisplay/ks0108.c
6757 F:      include/linux/ks0108.h
6758
6759 L3MDEV
6760 M:      David Ahern <dsa@cumulusnetworks.com>
6761 L:      netdev@vger.kernel.org
6762 S:      Maintained
6763 F:      net/l3mdev
6764 F:      include/net/l3mdev.h
6765
6766 LANTIQ MIPS ARCHITECTURE
6767 M:      John Crispin <john@phrozen.org>
6768 L:      linux-mips@linux-mips.org
6769 S:      Maintained
6770 F:      arch/mips/lantiq
6771
6772 LAPB module
6773 L:      linux-x25@vger.kernel.org
6774 S:      Orphan
6775 F:      Documentation/networking/lapb-module.txt
6776 F:      include/*/lapb.h
6777 F:      net/lapb/
6778
6779 LASI 53c700 driver for PARISC
6780 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6781 L:      linux-scsi@vger.kernel.org
6782 S:      Maintained
6783 F:      Documentation/scsi/53c700.txt
6784 F:      drivers/scsi/53c700*
6785
6786 LED SUBSYSTEM
6787 M:      Richard Purdie <rpurdie@rpsys.net>
6788 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6789 L:      linux-leds@vger.kernel.org
6790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6791 S:      Maintained
6792 F:      Documentation/devicetree/bindings/leds/
6793 F:      drivers/leds/
6794 F:      include/linux/leds.h
6795
6796 LEGACY EEPROM DRIVER
6797 M:      Jean Delvare <jdelvare@suse.com>
6798 S:      Maintained
6799 F:      Documentation/misc-devices/eeprom
6800 F:      drivers/misc/eeprom/eeprom.c
6801
6802 LEGO USB Tower driver
6803 M:      Juergen Stuber <starblue@users.sourceforge.net>
6804 L:      legousb-devel@lists.sourceforge.net
6805 W:      http://legousb.sourceforge.net/
6806 S:      Maintained
6807 F:      drivers/usb/misc/legousbtower.c
6808
6809 LG2160 MEDIA DRIVER
6810 M:      Michael Krufky <mkrufky@linuxtv.org>
6811 L:      linux-media@vger.kernel.org
6812 W:      https://linuxtv.org
6813 W:      http://github.com/mkrufky
6814 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6815 T:      git git://linuxtv.org/mkrufky/tuners.git
6816 S:      Maintained
6817 F:      drivers/media/dvb-frontends/lg2160.*
6818
6819 LGDT3305 MEDIA DRIVER
6820 M:      Michael Krufky <mkrufky@linuxtv.org>
6821 L:      linux-media@vger.kernel.org
6822 W:      https://linuxtv.org
6823 W:      http://github.com/mkrufky
6824 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6825 T:      git git://linuxtv.org/mkrufky/tuners.git
6826 S:      Maintained
6827 F:      drivers/media/dvb-frontends/lgdt3305.*
6828
6829 LGUEST
6830 M:      Rusty Russell <rusty@rustcorp.com.au>
6831 L:      lguest@lists.ozlabs.org
6832 W:      http://lguest.ozlabs.org/
6833 S:      Odd Fixes
6834 F:      arch/x86/include/asm/lguest*.h
6835 F:      arch/x86/lguest/
6836 F:      drivers/lguest/
6837 F:      include/linux/lguest*.h
6838 F:      tools/lguest/
6839
6840 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6841 M:      Tejun Heo <tj@kernel.org>
6842 L:      linux-ide@vger.kernel.org
6843 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6844 S:      Maintained
6845 F:      drivers/ata/
6846 F:      include/linux/ata.h
6847 F:      include/linux/libata.h
6848 F:      Documentation/devicetree/bindings/ata/
6849
6850 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6851 M:      Viresh Kumar <vireshk@kernel.org>
6852 L:      linux-ide@vger.kernel.org
6853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6854 S:      Maintained
6855 F:      include/linux/pata_arasan_cf_data.h
6856 F:      drivers/ata/pata_arasan_cf.c
6857
6858 LIBATA PATA DRIVERS
6859 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6860 M:      Tejun Heo <tj@kernel.org>
6861 L:      linux-ide@vger.kernel.org
6862 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6863 S:      Maintained
6864 F:      drivers/ata/pata_*.c
6865 F:      drivers/ata/ata_generic.c
6866
6867 LIBATA SATA AHCI PLATFORM devices support
6868 M:      Hans de Goede <hdegoede@redhat.com>
6869 M:      Tejun Heo <tj@kernel.org>
6870 L:      linux-ide@vger.kernel.org
6871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6872 S:      Maintained
6873 F:      drivers/ata/ahci_platform.c
6874 F:      drivers/ata/libahci_platform.c
6875 F:      include/linux/ahci_platform.h
6876
6877 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6878 M:      Mikael Pettersson <mikpelinux@gmail.com>
6879 L:      linux-ide@vger.kernel.org
6880 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6881 S:      Maintained
6882 F:      drivers/ata/sata_promise.*
6883
6884 LIBLOCKDEP
6885 M:      Sasha Levin <sasha.levin@oracle.com>
6886 S:      Maintained
6887 F:      tools/lib/lockdep/
6888
6889 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6890 M:      Dan Williams <dan.j.williams@intel.com>
6891 L:      linux-nvdimm@lists.01.org
6892 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6893 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6894 S:      Supported
6895 F:      drivers/nvdimm/*
6896 F:      include/linux/nd.h
6897 F:      include/linux/libnvdimm.h
6898 F:      include/uapi/linux/ndctl.h
6899
6900 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6901 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6902 L:      linux-nvdimm@lists.01.org
6903 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6904 S:      Supported
6905 F:      drivers/nvdimm/blk.c
6906 F:      drivers/nvdimm/region_devs.c
6907 F:      drivers/acpi/nfit*
6908
6909 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6910 M:      Vishal Verma <vishal.l.verma@intel.com>
6911 L:      linux-nvdimm@lists.01.org
6912 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6913 S:      Supported
6914 F:      drivers/nvdimm/btt*
6915
6916 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6917 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6918 L:      linux-nvdimm@lists.01.org
6919 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6920 S:      Supported
6921 F:      drivers/nvdimm/pmem.c
6922 F:      include/linux/pmem.h
6923 F:      arch/*/include/asm/pmem.h
6924
6925 LIGHTNVM PLATFORM SUPPORT
6926 M:      Matias Bjorling <mb@lightnvm.io>
6927 W:      http://github/OpenChannelSSD
6928 L:      linux-block@vger.kernel.org
6929 S:      Maintained
6930 F:      drivers/lightnvm/
6931 F:      include/linux/lightnvm.h
6932 F:      include/uapi/linux/lightnvm.h
6933
6934 LINUX FOR IBM pSERIES (RS/6000)
6935 M:      Paul Mackerras <paulus@au.ibm.com>
6936 W:      http://www.ibm.com/linux/ltc/projects/ppc
6937 S:      Supported
6938 F:      arch/powerpc/boot/rs6000.h
6939
6940 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6941 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6942 M:      Paul Mackerras <paulus@samba.org>
6943 M:      Michael Ellerman <mpe@ellerman.id.au>
6944 W:      http://www.penguinppc.org/
6945 L:      linuxppc-dev@lists.ozlabs.org
6946 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6947 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6948 S:      Supported
6949 F:      Documentation/powerpc/
6950 F:      arch/powerpc/
6951 F:      drivers/char/tpm/tpm_ibmvtpm*
6952 F:      drivers/crypto/nx/
6953 F:      drivers/crypto/vmx/
6954 F:      drivers/net/ethernet/ibm/ibmveth.*
6955 F:      drivers/net/ethernet/ibm/ibmvnic.*
6956 F:      drivers/pci/hotplug/pnv_php.c
6957 F:      drivers/pci/hotplug/rpa*
6958 F:      drivers/scsi/ibmvscsi/
6959 N:      opal
6960 N:      /pmac
6961 N:      powermac
6962 N:      powernv
6963 N:      [^a-z0-9]ps3
6964 N:      pseries
6965
6966 LINUX FOR POWER MACINTOSH
6967 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6968 W:      http://www.penguinppc.org/
6969 L:      linuxppc-dev@lists.ozlabs.org
6970 S:      Maintained
6971 F:      arch/powerpc/platforms/powermac/
6972 F:      drivers/macintosh/
6973
6974 LINUX FOR POWERPC EMBEDDED MPC5XXX
6975 M:      Anatolij Gustschin <agust@denx.de>
6976 L:      linuxppc-dev@lists.ozlabs.org
6977 T:      git git://git.denx.de/linux-denx-agust.git
6978 S:      Maintained
6979 F:      arch/powerpc/platforms/512x/
6980 F:      arch/powerpc/platforms/52xx/
6981
6982 LINUX FOR POWERPC EMBEDDED PPC4XX
6983 M:      Alistair Popple <alistair@popple.id.au>
6984 M:      Matt Porter <mporter@kernel.crashing.org>
6985 W:      http://www.penguinppc.org/
6986 L:      linuxppc-dev@lists.ozlabs.org
6987 S:      Maintained
6988 F:      arch/powerpc/platforms/40x/
6989 F:      arch/powerpc/platforms/44x/
6990
6991 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6992 L:      linuxppc-dev@lists.ozlabs.org
6993 S:      Orphan
6994 F:      arch/powerpc/*/*virtex*
6995 F:      arch/powerpc/*/*/*virtex*
6996
6997 LINUX FOR POWERPC EMBEDDED PPC8XX
6998 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6999 W:      http://www.penguinppc.org/
7000 L:      linuxppc-dev@lists.ozlabs.org
7001 S:      Maintained
7002 F:      arch/powerpc/platforms/8xx/
7003
7004 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7005 M:      Scott Wood <oss@buserror.net>
7006 M:      Kumar Gala <galak@kernel.crashing.org>
7007 W:      http://www.penguinppc.org/
7008 L:      linuxppc-dev@lists.ozlabs.org
7009 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7010 S:      Maintained
7011 F:      arch/powerpc/platforms/83xx/
7012 F:      arch/powerpc/platforms/85xx/
7013
7014 LINUX FOR POWERPC PA SEMI PWRFICIENT
7015 M:      Olof Johansson <olof@lixom.net>
7016 L:      linuxppc-dev@lists.ozlabs.org
7017 S:      Maintained
7018 F:      arch/powerpc/platforms/pasemi/
7019 F:      drivers/*/*pasemi*
7020 F:      drivers/*/*/*pasemi*
7021
7022 LINUX SECURITY MODULE (LSM) FRAMEWORK
7023 M:      Chris Wright <chrisw@sous-sol.org>
7024 L:      linux-security-module@vger.kernel.org
7025 S:      Supported
7026
7027 LIS3LV02D ACCELEROMETER DRIVER
7028 M:      Eric Piel <eric.piel@tremplin-utc.net>
7029 S:      Maintained
7030 F:      Documentation/misc-devices/lis3lv02d
7031 F:      drivers/misc/lis3lv02d/
7032 F:      drivers/platform/x86/hp_accel.c
7033
7034 LIVE PATCHING
7035 M:      Josh Poimboeuf <jpoimboe@redhat.com>
7036 M:      Jessica Yu <jeyu@redhat.com>
7037 M:      Jiri Kosina <jikos@kernel.org>
7038 M:      Miroslav Benes <mbenes@suse.cz>
7039 R:      Petr Mladek <pmladek@suse.com>
7040 S:      Maintained
7041 F:      kernel/livepatch/
7042 F:      include/linux/livepatch.h
7043 F:      arch/x86/include/asm/livepatch.h
7044 F:      arch/x86/kernel/livepatch.c
7045 F:      Documentation/livepatch/
7046 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7047 F:      samples/livepatch/
7048 L:      live-patching@vger.kernel.org
7049 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7050
7051 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7052 M:      Kees Cook <keescook@chromium.org>
7053 S:      Maintained
7054 F:      drivers/misc/lkdtm*
7055
7056 LLC (802.2)
7057 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7058 S:      Maintained
7059 F:      include/linux/llc.h
7060 F:      include/uapi/linux/llc.h
7061 F:      include/net/llc*
7062 F:      net/llc/
7063
7064 LM73 HARDWARE MONITOR DRIVER
7065 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
7066 L:      linux-hwmon@vger.kernel.org
7067 S:      Maintained
7068 F:      drivers/hwmon/lm73.c
7069
7070 LM78 HARDWARE MONITOR DRIVER
7071 M:      Jean Delvare <jdelvare@suse.com>
7072 L:      linux-hwmon@vger.kernel.org
7073 S:      Maintained
7074 F:      Documentation/hwmon/lm78
7075 F:      drivers/hwmon/lm78.c
7076
7077 LM83 HARDWARE MONITOR DRIVER
7078 M:      Jean Delvare <jdelvare@suse.com>
7079 L:      linux-hwmon@vger.kernel.org
7080 S:      Maintained
7081 F:      Documentation/hwmon/lm83
7082 F:      drivers/hwmon/lm83.c
7083
7084 LM90 HARDWARE MONITOR DRIVER
7085 M:      Jean Delvare <jdelvare@suse.com>
7086 L:      linux-hwmon@vger.kernel.org
7087 S:      Maintained
7088 F:      Documentation/hwmon/lm90
7089 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7090 F:      drivers/hwmon/lm90.c
7091
7092 LM95234 HARDWARE MONITOR DRIVER
7093 M:      Guenter Roeck <linux@roeck-us.net>
7094 L:      linux-hwmon@vger.kernel.org
7095 S:      Maintained
7096 F:      Documentation/hwmon/lm95234
7097 F:      drivers/hwmon/lm95234.c
7098
7099 LME2510 MEDIA DRIVER
7100 M:      Malcolm Priestley <tvboxspy@gmail.com>
7101 L:      linux-media@vger.kernel.org
7102 W:      https://linuxtv.org
7103 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7104 S:      Maintained
7105 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7106
7107 LOCKING PRIMITIVES
7108 M:      Peter Zijlstra <peterz@infradead.org>
7109 M:      Ingo Molnar <mingo@redhat.com>
7110 L:      linux-kernel@vger.kernel.org
7111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7112 S:      Maintained
7113 F:      Documentation/locking/
7114 F:      include/linux/lockdep.h
7115 F:      include/linux/spinlock*.h
7116 F:      arch/*/include/asm/spinlock*.h
7117 F:      include/linux/rwlock*.h
7118 F:      include/linux/mutex*.h
7119 F:      arch/*/include/asm/mutex*.h
7120 F:      include/linux/rwsem*.h
7121 F:      arch/*/include/asm/rwsem.h
7122 F:      include/linux/seqlock.h
7123 F:      lib/locking*.[ch]
7124 F:      kernel/locking/
7125
7126 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7127 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
7128 L:      linux-ntfs-dev@lists.sourceforge.net
7129 W:      http://www.linux-ntfs.org/content/view/19/37/
7130 S:      Maintained
7131 F:      Documentation/ldm.txt
7132 F:      block/partitions/ldm.*
7133
7134 LogFS
7135 M:      Joern Engel <joern@logfs.org>
7136 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
7137 L:      logfs@logfs.org
7138 W:      logfs.org
7139 S:      Maintained
7140 F:      fs/logfs/
7141
7142 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7143 M:      Sathya Prakash <sathya.prakash@broadcom.com>
7144 M:      Chaitra P B <chaitra.basappa@broadcom.com>
7145 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7146 L:      MPT-FusionLinux.pdl@broadcom.com
7147 L:      linux-scsi@vger.kernel.org
7148 W:      http://www.avagotech.com/support/
7149 S:      Supported
7150 F:      drivers/message/fusion/
7151 F:      drivers/scsi/mpt2sas/
7152 F:      drivers/scsi/mpt3sas/
7153
7154 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7155 M:      Matthew Wilcox <matthew@wil.cx>
7156 L:      linux-scsi@vger.kernel.org
7157 S:      Maintained
7158 F:      drivers/scsi/sym53c8xx_2/
7159
7160 LTC4261 HARDWARE MONITOR DRIVER
7161 M:      Guenter Roeck <linux@roeck-us.net>
7162 L:      linux-hwmon@vger.kernel.org
7163 S:      Maintained
7164 F:      Documentation/hwmon/ltc4261
7165 F:      drivers/hwmon/ltc4261.c
7166
7167 LTP (Linux Test Project)
7168 M:      Mike Frysinger <vapier@gentoo.org>
7169 M:      Cyril Hrubis <chrubis@suse.cz>
7170 M:      Wanlong Gao <wanlong.gao@gmail.com>
7171 M:      Jan Stancek <jstancek@redhat.com>
7172 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7173 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
7174 L:      ltp@lists.linux.it (subscribers-only)
7175 W:      http://linux-test-project.github.io/
7176 T:      git git://github.com/linux-test-project/ltp.git
7177 S:      Maintained
7178
7179 M32R ARCHITECTURE
7180 W:      http://www.linux-m32r.org/
7181 S:      Orphan
7182 F:      arch/m32r/
7183
7184 M68K ARCHITECTURE
7185 M:      Geert Uytterhoeven <geert@linux-m68k.org>
7186 L:      linux-m68k@lists.linux-m68k.org
7187 W:      http://www.linux-m68k.org/
7188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7189 S:      Maintained
7190 F:      arch/m68k/
7191 F:      drivers/zorro/
7192
7193 M68K ON APPLE MACINTOSH
7194 M:      Joshua Thompson <funaho@jurai.org>
7195 W:      http://www.mac.linux-m68k.org/
7196 L:      linux-m68k@lists.linux-m68k.org
7197 S:      Maintained
7198 F:      arch/m68k/mac/
7199
7200 M68K ON HP9000/300
7201 M:      Philip Blundell <philb@gnu.org>
7202 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
7203 S:      Maintained
7204 F:      arch/m68k/hp300/
7205
7206 M88DS3103 MEDIA DRIVER
7207 M:      Antti Palosaari <crope@iki.fi>
7208 L:      linux-media@vger.kernel.org
7209 W:      https://linuxtv.org
7210 W:      http://palosaari.fi/linux/
7211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7212 T:      git git://linuxtv.org/anttip/media_tree.git
7213 S:      Maintained
7214 F:      drivers/media/dvb-frontends/m88ds3103*
7215
7216 M88RS2000 MEDIA DRIVER
7217 M:      Malcolm Priestley <tvboxspy@gmail.com>
7218 L:      linux-media@vger.kernel.org
7219 W:      https://linuxtv.org
7220 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7221 S:      Maintained
7222 F:      drivers/media/dvb-frontends/m88rs2000*
7223
7224 MA901 MASTERKIT USB FM RADIO DRIVER
7225 M:      Alexey Klimov <klimov.linux@gmail.com>
7226 L:      linux-media@vger.kernel.org
7227 T:      git git://linuxtv.org/media_tree.git
7228 S:      Maintained
7229 F:      drivers/media/radio/radio-ma901.c
7230
7231 MAC80211
7232 M:      Johannes Berg <johannes@sipsolutions.net>
7233 L:      linux-wireless@vger.kernel.org
7234 W:      http://wireless.kernel.org/
7235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7237 S:      Maintained
7238 F:      Documentation/networking/mac80211-injection.txt
7239 F:      include/net/mac80211.h
7240 F:      net/mac80211/
7241 F:      drivers/net/wireless/mac80211_hwsim.[ch]
7242
7243 MACVLAN DRIVER
7244 M:      Patrick McHardy <kaber@trash.net>
7245 L:      netdev@vger.kernel.org
7246 S:      Maintained
7247 F:      drivers/net/macvlan.c
7248 F:      include/linux/if_macvlan.h
7249
7250 MAILBOX API
7251 M:      Jassi Brar <jassisinghbrar@gmail.com>
7252 L:      linux-kernel@vger.kernel.org
7253 S:      Maintained
7254 F:      drivers/mailbox/
7255 F:      include/linux/mailbox_client.h
7256 F:      include/linux/mailbox_controller.h
7257
7258 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7259 M:      Michael Kerrisk <mtk.manpages@gmail.com>
7260 W:      http://www.kernel.org/doc/man-pages
7261 L:      linux-man@vger.kernel.org
7262 S:      Maintained
7263
7264 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7265 M:      Andrew Lunn <andrew@lunn.ch>
7266 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7267 S:      Maintained
7268 F:      drivers/net/dsa/mv88e6xxx/
7269
7270 MARVELL ARMADA DRM SUPPORT
7271 M:      Russell King <rmk+kernel@armlinux.org.uk>
7272 S:      Maintained
7273 F:      drivers/gpu/drm/armada/
7274 F:      include/uapi/drm/armada_drm.h
7275 F:      Documentation/devicetree/bindings/display/armada/
7276
7277 MARVELL CRYPTO DRIVER
7278 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7279 M:      Arnaud Ebalard <arno@natisbad.org>
7280 F:      drivers/crypto/marvell/
7281 S:      Maintained
7282 L:      linux-crypto@vger.kernel.org
7283
7284 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7285 M:      Mirko Lindner <mlindner@marvell.com>
7286 M:      Stephen Hemminger <stephen@networkplumber.org>
7287 L:      netdev@vger.kernel.org
7288 S:      Maintained
7289 F:      drivers/net/ethernet/marvell/sk*
7290
7291 MARVELL LIBERTAS WIRELESS DRIVER
7292 L:      libertas-dev@lists.infradead.org
7293 S:      Orphan
7294 F:      drivers/net/wireless/marvell/libertas/
7295
7296 MARVELL MV643XX ETHERNET DRIVER
7297 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7298 L:      netdev@vger.kernel.org
7299 S:      Maintained
7300 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7301 F:      include/linux/mv643xx.h
7302
7303 MARVELL MVNETA ETHERNET DRIVER
7304 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7305 L:      netdev@vger.kernel.org
7306 S:      Maintained
7307 F:      drivers/net/ethernet/marvell/mvneta.*
7308
7309 MARVELL MWIFIEX WIRELESS DRIVER
7310 M:      Amitkumar Karwar <akarwar@marvell.com>
7311 M:      Nishant Sarmukadam <nishants@marvell.com>
7312 L:      linux-wireless@vger.kernel.org
7313 S:      Maintained
7314 F:      drivers/net/wireless/marvell/mwifiex/
7315
7316 MARVELL MWL8K WIRELESS DRIVER
7317 M:      Lennert Buytenhek <buytenh@wantstofly.org>
7318 L:      linux-wireless@vger.kernel.org
7319 S:      Odd Fixes
7320 F:      drivers/net/wireless/marvell/mwl8k.c
7321
7322 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7323 M:      Nicolas Pitre <nico@fluxnic.net>
7324 S:      Odd Fixes
7325 F:      drivers/mmc/host/mvsdio.*
7326
7327 MATROX FRAMEBUFFER DRIVER
7328 L:      linux-fbdev@vger.kernel.org
7329 S:      Orphan
7330 F:      drivers/video/fbdev/matrox/matroxfb_*
7331 F:      include/uapi/linux/matroxfb.h
7332
7333 MAX16065 HARDWARE MONITOR DRIVER
7334 M:      Guenter Roeck <linux@roeck-us.net>
7335 L:      linux-hwmon@vger.kernel.org
7336 S:      Maintained
7337 F:      Documentation/hwmon/max16065
7338 F:      drivers/hwmon/max16065.c
7339
7340 MAX20751 HARDWARE MONITOR DRIVER
7341 M:      Guenter Roeck <linux@roeck-us.net>
7342 L:      linux-hwmon@vger.kernel.org
7343 S:      Maintained
7344 F:      Documentation/hwmon/max20751
7345 F:      drivers/hwmon/max20751.c
7346
7347 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7348 M:      "Hans J. Koch" <hjk@hansjkoch.de>
7349 L:      linux-hwmon@vger.kernel.org
7350 S:      Maintained
7351 F:      Documentation/hwmon/max6650
7352 F:      drivers/hwmon/max6650.c
7353
7354 MAX6697 HARDWARE MONITOR DRIVER
7355 M:      Guenter Roeck <linux@roeck-us.net>
7356 L:      linux-hwmon@vger.kernel.org
7357 S:      Maintained
7358 F:      Documentation/hwmon/max6697
7359 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7360 F:      drivers/hwmon/max6697.c
7361 F:      include/linux/platform_data/max6697.h
7362
7363 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7364 M:      Peter Rosin <peda@axentia.se>
7365 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7366 S:      Maintained
7367 F:      Documentation/devicetree/bindings/sound/max9860.txt
7368 F:      sound/soc/codecs/max9860.*
7369
7370 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7371 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
7372 L:      linux-pm@vger.kernel.org
7373 S:      Supported
7374 F:      drivers/power/max14577_charger.c
7375 F:      drivers/power/max77693_charger.c
7376
7377 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7378 M:      Javier Martinez Canillas <javier@osg.samsung.com>
7379 L:      linux-kernel@vger.kernel.org
7380 S:      Supported
7381 F:      drivers/*/*max77802*.c
7382 F:      Documentation/devicetree/bindings/*/*max77802.txt
7383 F:      include/dt-bindings/*/*max77802.h
7384
7385 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7386 M:      Chanwoo Choi <cw00.choi@samsung.com>
7387 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
7388 L:      linux-kernel@vger.kernel.org
7389 S:      Supported
7390 F:      drivers/*/max14577*.c
7391 F:      drivers/*/max77686*.c
7392 F:      drivers/*/max77693*.c
7393 F:      drivers/extcon/extcon-max14577.c
7394 F:      drivers/extcon/extcon-max77693.c
7395 F:      drivers/rtc/rtc-max77686.c
7396 F:      drivers/clk/clk-max77686.c
7397 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7398 F:      Documentation/devicetree/bindings/*/max77686.txt
7399 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7400 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7401 F:      include/linux/mfd/max14577*.h
7402 F:      include/linux/mfd/max77686*.h
7403 F:      include/linux/mfd/max77693*.h
7404
7405 MAXIRADIO FM RADIO RECEIVER DRIVER
7406 M:      Hans Verkuil <hverkuil@xs4all.nl>
7407 L:      linux-media@vger.kernel.org
7408 T:      git git://linuxtv.org/media_tree.git
7409 W:      https://linuxtv.org
7410 S:      Maintained
7411 F:      drivers/media/radio/radio-maxiradio*
7412
7413 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7414 M:      Peter Rosin <peda@axentia.se>
7415 L:      linux-iio@vger.kernel.org
7416 S:      Maintained
7417 F:      drivers/iio/potentiometer/mcp4531.c
7418
7419 MEDIA DRIVERS FOR RENESAS - FCP
7420 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7421 L:      linux-media@vger.kernel.org
7422 L:      linux-renesas-soc@vger.kernel.org
7423 T:      git git://linuxtv.org/media_tree.git
7424 S:      Supported
7425 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
7426 F:      drivers/media/platform/rcar-fcp.c
7427 F:      include/media/rcar-fcp.h
7428
7429 MEDIA DRIVERS FOR RENESAS - VSP1
7430 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7431 L:      linux-media@vger.kernel.org
7432 L:      linux-renesas-soc@vger.kernel.org
7433 T:      git git://linuxtv.org/media_tree.git
7434 S:      Supported
7435 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7436 F:      drivers/media/platform/vsp1/
7437
7438 MEDIA DRIVERS FOR HELENE
7439 M:      Abylay Ospan <aospan@netup.ru>
7440 L:      linux-media@vger.kernel.org
7441 W:      https://linuxtv.org
7442 W:      http://netup.tv/
7443 T:      git git://linuxtv.org/media_tree.git
7444 S:      Supported
7445 F:      drivers/media/dvb-frontends/helene*
7446
7447 MEDIA DRIVERS FOR ASCOT2E
7448 M:      Sergey Kozlov <serjk@netup.ru>
7449 M:      Abylay Ospan <aospan@netup.ru>
7450 L:      linux-media@vger.kernel.org
7451 W:      https://linuxtv.org
7452 W:      http://netup.tv/
7453 T:      git git://linuxtv.org/media_tree.git
7454 S:      Supported
7455 F:      drivers/media/dvb-frontends/ascot2e*
7456
7457 MEDIA DRIVERS FOR CXD2841ER
7458 M:      Sergey Kozlov <serjk@netup.ru>
7459 M:      Abylay Ospan <aospan@netup.ru>
7460 L:      linux-media@vger.kernel.org
7461 W:      https://linuxtv.org
7462 W:      http://netup.tv/
7463 T:      git git://linuxtv.org/media_tree.git
7464 S:      Supported
7465 F:      drivers/media/dvb-frontends/cxd2841er*
7466
7467 MEDIA DRIVERS FOR HORUS3A
7468 M:      Sergey Kozlov <serjk@netup.ru>
7469 M:      Abylay Ospan <aospan@netup.ru>
7470 L:      linux-media@vger.kernel.org
7471 W:      https://linuxtv.org
7472 W:      http://netup.tv/
7473 T:      git git://linuxtv.org/media_tree.git
7474 S:      Supported
7475 F:      drivers/media/dvb-frontends/horus3a*
7476
7477 MEDIA DRIVERS FOR LNBH25
7478 M:      Sergey Kozlov <serjk@netup.ru>
7479 M:      Abylay Ospan <aospan@netup.ru>
7480 L:      linux-media@vger.kernel.org
7481 W:      https://linuxtv.org
7482 W:      http://netup.tv/
7483 T:      git git://linuxtv.org/media_tree.git
7484 S:      Supported
7485 F:      drivers/media/dvb-frontends/lnbh25*
7486
7487 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7488 M:      Sergey Kozlov <serjk@netup.ru>
7489 M:      Abylay Ospan <aospan@netup.ru>
7490 L:      linux-media@vger.kernel.org
7491 W:      https://linuxtv.org
7492 W:      http://netup.tv/
7493 T:      git git://linuxtv.org/media_tree.git
7494 S:      Supported
7495 F:      drivers/media/pci/netup_unidvb/*
7496
7497 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7498 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
7499 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
7500 P:      LinuxTV.org Project
7501 L:      linux-media@vger.kernel.org
7502 W:      https://linuxtv.org
7503 Q:      http://patchwork.kernel.org/project/linux-media/list/
7504 T:      git git://linuxtv.org/media_tree.git
7505 S:      Maintained
7506 F:      Documentation/dvb/
7507 F:      Documentation/video4linux/
7508 F:      Documentation/DocBook/media/
7509 F:      drivers/media/
7510 F:      drivers/staging/media/
7511 F:      include/linux/platform_data/media/
7512 F:      include/media/
7513 F:      include/uapi/linux/dvb/
7514 F:      include/uapi/linux/videodev2.h
7515 F:      include/uapi/linux/media.h
7516 F:      include/uapi/linux/v4l2-*
7517 F:      include/uapi/linux/meye.h
7518 F:      include/uapi/linux/ivtv*
7519 F:      include/uapi/linux/uvcvideo.h
7520
7521 MEDIATEK ETHERNET DRIVER
7522 M:      Felix Fietkau <nbd@openwrt.org>
7523 M:      John Crispin <blogic@openwrt.org>
7524 L:      netdev@vger.kernel.org
7525 S:      Maintained
7526 F:      drivers/net/ethernet/mediatek/
7527
7528 MEDIATEK MT7601U WIRELESS LAN DRIVER
7529 M:      Jakub Kicinski <kubakici@wp.pl>
7530 L:      linux-wireless@vger.kernel.org
7531 S:      Maintained
7532 F:      drivers/net/wireless/mediatek/mt7601u/
7533
7534 MEGARAID SCSI/SAS DRIVERS
7535 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7536 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7537 M:      Uday Lingala <uday.lingala@avagotech.com>
7538 L:      megaraidlinux.pdl@avagotech.com
7539 L:      linux-scsi@vger.kernel.org
7540 W:      http://www.lsi.com
7541 S:      Maintained
7542 F:      Documentation/scsi/megaraid.txt
7543 F:      drivers/scsi/megaraid.*
7544 F:      drivers/scsi/megaraid/
7545
7546 MELLANOX ETHERNET DRIVER (mlx4_en)
7547 M:      Tariq Toukan <tariqt@mellanox.com>
7548 L:      netdev@vger.kernel.org
7549 S:      Supported
7550 W:      http://www.mellanox.com
7551 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7552 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7553
7554 MELLANOX ETHERNET DRIVER (mlx5e)
7555 M:      Saeed Mahameed <saeedm@mellanox.com>
7556 L:      netdev@vger.kernel.org
7557 S:      Supported
7558 W:      http://www.mellanox.com
7559 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7560 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7561
7562 MELLANOX ETHERNET SWITCH DRIVERS
7563 M:      Jiri Pirko <jiri@mellanox.com>
7564 M:      Ido Schimmel <idosch@mellanox.com>
7565 L:      netdev@vger.kernel.org
7566 S:      Supported
7567 W:      http://www.mellanox.com
7568 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7569 F:      drivers/net/ethernet/mellanox/mlxsw/
7570
7571 MEMBARRIER SUPPORT
7572 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7573 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7574 L:      linux-kernel@vger.kernel.org
7575 S:      Supported
7576 F:      kernel/membarrier.c
7577 F:      include/uapi/linux/membarrier.h
7578
7579 MEMORY MANAGEMENT
7580 L:      linux-mm@kvack.org
7581 W:      http://www.linux-mm.org
7582 S:      Maintained
7583 F:      include/linux/mm.h
7584 F:      include/linux/gfp.h
7585 F:      include/linux/mmzone.h
7586 F:      include/linux/memory_hotplug.h
7587 F:      include/linux/vmalloc.h
7588 F:      mm/
7589
7590 MEMORY TECHNOLOGY DEVICES (MTD)
7591 M:      David Woodhouse <dwmw2@infradead.org>
7592 M:      Brian Norris <computersforpeace@gmail.com>
7593 L:      linux-mtd@lists.infradead.org
7594 W:      http://www.linux-mtd.infradead.org/
7595 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7596 T:      git git://git.infradead.org/linux-mtd.git
7597 T:      git git://git.infradead.org/l2-mtd.git
7598 S:      Maintained
7599 F:      Documentation/devicetree/bindings/mtd/
7600 F:      drivers/mtd/
7601 F:      include/linux/mtd/
7602 F:      include/uapi/mtd/
7603
7604 MEN A21 WATCHDOG DRIVER
7605 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7606 L:      linux-watchdog@vger.kernel.org
7607 S:      Maintained
7608 F:      drivers/watchdog/mena21_wdt.c
7609
7610 MEN CHAMELEON BUS (mcb)
7611 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7612 S:      Maintained
7613 F:      drivers/mcb/
7614 F:      include/linux/mcb.h
7615 F:      Documentation/men-chameleon-bus.txt
7616
7617 MEN F21BMC (Board Management Controller)
7618 M:      Andreas Werner <andreas.werner@men.de>
7619 S:      Supported
7620 F:      drivers/mfd/menf21bmc.c
7621 F:      drivers/watchdog/menf21bmc_wdt.c
7622 F:      drivers/leds/leds-menf21bmc.c
7623 F:      drivers/hwmon/menf21bmc_hwmon.c
7624 F:      Documentation/hwmon/menf21bmc
7625
7626 METAG ARCHITECTURE
7627 M:      James Hogan <james.hogan@imgtec.com>
7628 L:      linux-metag@vger.kernel.org
7629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7630 S:      Odd Fixes
7631 F:      arch/metag/
7632 F:      Documentation/metag/
7633 F:      Documentation/devicetree/bindings/metag/
7634 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7635 F:      drivers/clocksource/metag_generic.c
7636 F:      drivers/irqchip/irq-metag.c
7637 F:      drivers/irqchip/irq-metag-ext.c
7638 F:      drivers/tty/metag_da.c
7639
7640 MICROBLAZE ARCHITECTURE
7641 M:      Michal Simek <monstr@monstr.eu>
7642 W:      http://www.monstr.eu/fdt/
7643 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7644 S:      Supported
7645 F:      arch/microblaze/
7646
7647 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7648 M:      Chen Yu <yu.c.chen@intel.com>
7649 L:      platform-driver-x86@vger.kernel.org
7650 S:      Supported
7651 F:      drivers/platform/x86/surfacepro3_button.c
7652
7653 MICROTEK X6 SCANNER
7654 M:      Oliver Neukum <oliver@neukum.org>
7655 S:      Maintained
7656 F:      drivers/usb/image/microtek.*
7657
7658 MIPS
7659 M:      Ralf Baechle <ralf@linux-mips.org>
7660 L:      linux-mips@linux-mips.org
7661 W:      http://www.linux-mips.org/
7662 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7663 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7664 S:      Supported
7665 F:      Documentation/devicetree/bindings/mips/
7666 F:      Documentation/mips/
7667 F:      arch/mips/
7668
7669 MIPS/LOONGSON1 ARCHITECTURE
7670 M:      Keguang Zhang <keguang.zhang@gmail.com>
7671 L:      linux-mips@linux-mips.org
7672 S:      Maintained
7673 F:      arch/mips/loongson32/
7674 F:      arch/mips/include/asm/mach-loongson32/
7675 F:      drivers/*/*loongson1*
7676 F:      drivers/*/*/*loongson1*
7677
7678 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7679 M:      Hans Verkuil <hverkuil@xs4all.nl>
7680 L:      linux-media@vger.kernel.org
7681 T:      git git://linuxtv.org/media_tree.git
7682 W:      https://linuxtv.org
7683 S:      Odd Fixes
7684 F:      drivers/media/radio/radio-miropcm20*
7685
7686 MELLANOX MLX4 core VPI driver
7687 M:      Yishai Hadas <yishaih@mellanox.com>
7688 L:      netdev@vger.kernel.org
7689 L:      linux-rdma@vger.kernel.org
7690 W:      http://www.mellanox.com
7691 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7692 S:      Supported
7693 F:      drivers/net/ethernet/mellanox/mlx4/
7694 F:      include/linux/mlx4/
7695
7696 MELLANOX MLX4 IB driver
7697 M:      Yishai Hadas <yishaih@mellanox.com>
7698 L:      linux-rdma@vger.kernel.org
7699 W:      http://www.mellanox.com
7700 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7701 S:      Supported
7702 F:      drivers/infiniband/hw/mlx4/
7703 F:      include/linux/mlx4/
7704
7705 MELLANOX MLX5 core VPI driver
7706 M:      Matan Barak <matanb@mellanox.com>
7707 M:      Leon Romanovsky <leonro@mellanox.com>
7708 L:      netdev@vger.kernel.org
7709 L:      linux-rdma@vger.kernel.org
7710 W:      http://www.mellanox.com
7711 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7712 S:      Supported
7713 F:      drivers/net/ethernet/mellanox/mlx5/core/
7714 F:      include/linux/mlx5/
7715
7716 MELLANOX MLX5 IB driver
7717 M:      Matan Barak <matanb@mellanox.com>
7718 M:      Leon Romanovsky <leonro@mellanox.com>
7719 L:      linux-rdma@vger.kernel.org
7720 W:      http://www.mellanox.com
7721 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7722 S:      Supported
7723 F:      drivers/infiniband/hw/mlx5/
7724 F:      include/linux/mlx5/
7725
7726 MELEXIS MLX90614 DRIVER
7727 M:      Crt Mori <cmo@melexis.com>
7728 L:      linux-iio@vger.kernel.org
7729 W:      http://www.melexis.com
7730 S:      Supported
7731 F:      drivers/iio/temperature/mlx90614.c
7732
7733 MN88472 MEDIA DRIVER
7734 M:      Antti Palosaari <crope@iki.fi>
7735 L:      linux-media@vger.kernel.org
7736 W:      https://linuxtv.org
7737 W:      http://palosaari.fi/linux/
7738 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7739 S:      Maintained
7740 F:      drivers/media/dvb-frontends/mn88472*
7741
7742 MN88473 MEDIA DRIVER
7743 M:      Antti Palosaari <crope@iki.fi>
7744 L:      linux-media@vger.kernel.org
7745 W:      https://linuxtv.org
7746 W:      http://palosaari.fi/linux/
7747 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7748 S:      Maintained
7749 F:      drivers/media/dvb-frontends/mn88473*
7750
7751 MODULE SUPPORT
7752 M:      Rusty Russell <rusty@rustcorp.com.au>
7753 S:      Maintained
7754 F:      include/linux/module.h
7755 F:      kernel/module.c
7756
7757 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7758 W:      http://popies.net/meye/
7759 S:      Orphan
7760 F:      Documentation/video4linux/meye.txt
7761 F:      drivers/media/pci/meye/
7762 F:      include/uapi/linux/meye.h
7763
7764 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7765 M:      Jiri Slaby <jirislaby@gmail.com>
7766 S:      Maintained
7767 F:      Documentation/serial/moxa-smartio
7768 F:      drivers/tty/mxser.*
7769
7770 MR800 AVERMEDIA USB FM RADIO DRIVER
7771 M:      Alexey Klimov <klimov.linux@gmail.com>
7772 L:      linux-media@vger.kernel.org
7773 T:      git git://linuxtv.org/media_tree.git
7774 S:      Maintained
7775 F:      drivers/media/radio/radio-mr800.c
7776
7777 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7778 M:      Alan Ott <alan@signal11.us>
7779 L:      linux-wpan@vger.kernel.org
7780 S:      Maintained
7781 F:      drivers/net/ieee802154/mrf24j40.c
7782 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7783
7784 MSI LAPTOP SUPPORT
7785 M:      "Lee, Chun-Yi" <jlee@suse.com>
7786 L:      platform-driver-x86@vger.kernel.org
7787 S:      Maintained
7788 F:      drivers/platform/x86/msi-laptop.c
7789
7790 MSI WMI SUPPORT
7791 L:      platform-driver-x86@vger.kernel.org
7792 S:      Orphan
7793 F:      drivers/platform/x86/msi-wmi.c
7794
7795 MSI001 MEDIA DRIVER
7796 M:      Antti Palosaari <crope@iki.fi>
7797 L:      linux-media@vger.kernel.org
7798 W:      https://linuxtv.org
7799 W:      http://palosaari.fi/linux/
7800 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7801 T:      git git://linuxtv.org/anttip/media_tree.git
7802 S:      Maintained
7803 F:      drivers/media/tuners/msi001*
7804
7805 MSI2500 MEDIA DRIVER
7806 M:      Antti Palosaari <crope@iki.fi>
7807 L:      linux-media@vger.kernel.org
7808 W:      https://linuxtv.org
7809 W:      http://palosaari.fi/linux/
7810 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7811 T:      git git://linuxtv.org/anttip/media_tree.git
7812 S:      Maintained
7813 F:      drivers/media/usb/msi2500/
7814
7815 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7816 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7817 L:      linux-mtd@lists.infradead.org
7818 S:      Maintained
7819 F:      drivers/mtd/devices/docg3*
7820
7821 MT9M032 APTINA SENSOR DRIVER
7822 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7823 L:      linux-media@vger.kernel.org
7824 T:      git git://linuxtv.org/media_tree.git
7825 S:      Maintained
7826 F:      drivers/media/i2c/mt9m032.c
7827 F:      include/media/i2c/mt9m032.h
7828
7829 MT9P031 APTINA CAMERA SENSOR
7830 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7831 L:      linux-media@vger.kernel.org
7832 T:      git git://linuxtv.org/media_tree.git
7833 S:      Maintained
7834 F:      drivers/media/i2c/mt9p031.c
7835 F:      include/media/i2c/mt9p031.h
7836
7837 MT9T001 APTINA CAMERA SENSOR
7838 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7839 L:      linux-media@vger.kernel.org
7840 T:      git git://linuxtv.org/media_tree.git
7841 S:      Maintained
7842 F:      drivers/media/i2c/mt9t001.c
7843 F:      include/media/i2c/mt9t001.h
7844
7845 MT9V032 APTINA CAMERA SENSOR
7846 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7847 L:      linux-media@vger.kernel.org
7848 T:      git git://linuxtv.org/media_tree.git
7849 S:      Maintained
7850 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7851 F:      drivers/media/i2c/mt9v032.c
7852 F:      include/media/i2c/mt9v032.h
7853
7854 MULTIFUNCTION DEVICES (MFD)
7855 M:      Lee Jones <lee.jones@linaro.org>
7856 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7857 S:      Supported
7858 F:      drivers/mfd/
7859 F:      include/linux/mfd/
7860
7861 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7862 M:      Ulf Hansson <ulf.hansson@linaro.org>
7863 L:      linux-mmc@vger.kernel.org
7864 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7865 S:      Maintained
7866 F:      Documentation/devicetree/bindings/mmc/
7867 F:      drivers/mmc/
7868 F:      include/linux/mmc/
7869 F:      include/uapi/linux/mmc/
7870
7871 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7872 S:      Orphan
7873 F:      drivers/mmc/host/mmc_spi.c
7874 F:      include/linux/spi/mmc_spi.h
7875
7876 MULTISOUND SOUND DRIVER
7877 M:      Andrew Veliath <andrewtv@usa.net>
7878 S:      Maintained
7879 F:      Documentation/sound/oss/MultiSound
7880 F:      sound/oss/msnd*
7881
7882 MULTITECH MULTIPORT CARD (ISICOM)
7883 S:      Orphan
7884 F:      drivers/tty/isicom.c
7885 F:      include/linux/isicom.h
7886
7887 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7888 M:      Bin Liu <b-liu@ti.com>
7889 L:      linux-usb@vger.kernel.org
7890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7891 S:      Maintained
7892 F:      drivers/usb/musb/
7893
7894 MXL5007T MEDIA DRIVER
7895 M:      Michael Krufky <mkrufky@linuxtv.org>
7896 L:      linux-media@vger.kernel.org
7897 W:      https://linuxtv.org
7898 W:      http://github.com/mkrufky
7899 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7900 T:      git git://linuxtv.org/mkrufky/tuners.git
7901 S:      Maintained
7902 F:      drivers/media/tuners/mxl5007t.*
7903
7904 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7905 M:      Hyong-Youb Kim <hykim@myri.com>
7906 L:      netdev@vger.kernel.org
7907 W:      https://www.myricom.com/support/downloads/myri10ge.html
7908 S:      Supported
7909 F:      drivers/net/ethernet/myricom/myri10ge/
7910
7911 NAND FLASH SUBSYSTEM
7912 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7913 R:      Richard Weinberger <richard@nod.at>
7914 L:      linux-mtd@lists.infradead.org
7915 W:      http://www.linux-mtd.infradead.org/
7916 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7917 T:      git git://github.com/linux-nand/linux.git
7918 S:      Maintained
7919 F:      drivers/mtd/nand/
7920 F:      include/linux/mtd/nand*.h
7921
7922 NATSEMI ETHERNET DRIVER (DP8381x)
7923 S:      Orphan
7924 F:      drivers/net/ethernet/natsemi/natsemi.c
7925
7926 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7927 M:      Daniel Mack <zonque@gmail.com>
7928 S:      Maintained
7929 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7930 W:      http://www.native-instruments.com
7931 F:      sound/usb/caiaq/
7932
7933 NCP FILESYSTEM
7934 M:      Petr Vandrovec <petr@vandrovec.name>
7935 S:      Odd Fixes
7936 F:      fs/ncpfs/
7937
7938 NCR 5380 SCSI DRIVERS
7939 M:      Finn Thain <fthain@telegraphics.com.au>
7940 M:      Michael Schmitz <schmitzmic@gmail.com>
7941 L:      linux-scsi@vger.kernel.org
7942 S:      Maintained
7943 F:      Documentation/scsi/g_NCR5380.txt
7944 F:      Documentation/scsi/dtc3x80.txt
7945 F:      drivers/scsi/NCR5380.*
7946 F:      drivers/scsi/arm/cumana_1.c
7947 F:      drivers/scsi/arm/oak.c
7948 F:      drivers/scsi/atari_scsi.*
7949 F:      drivers/scsi/dmx3191d.c
7950 F:      drivers/scsi/dtc.*
7951 F:      drivers/scsi/g_NCR5380.*
7952 F:      drivers/scsi/g_NCR5380_mmio.c
7953 F:      drivers/scsi/mac_scsi.*
7954 F:      drivers/scsi/pas16.*
7955 F:      drivers/scsi/sun3_scsi.*
7956 F:      drivers/scsi/sun3_scsi_vme.c
7957 F:      drivers/scsi/t128.*
7958
7959 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7960 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7961 L:      linux-scsi@vger.kernel.org
7962 S:      Maintained
7963 F:      drivers/scsi/NCR_D700.*
7964
7965 NCT6775 HARDWARE MONITOR DRIVER
7966 M:      Guenter Roeck <linux@roeck-us.net>
7967 L:      linux-hwmon@vger.kernel.org
7968 S:      Maintained
7969 F:      Documentation/hwmon/nct6775
7970 F:      drivers/hwmon/nct6775.c
7971
7972 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7973 M:      Faisal Latif <faisal.latif@intel.com>
7974 L:      linux-rdma@vger.kernel.org
7975 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7976 S:      Supported
7977 F:      drivers/infiniband/hw/nes/
7978
7979 NETEM NETWORK EMULATOR
7980 M:      Stephen Hemminger <stephen@networkplumber.org>
7981 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
7982 S:      Maintained
7983 F:      net/sched/sch_netem.c
7984
7985 NETERION 10GbE DRIVERS (s2io/vxge)
7986 M:      Jon Mason <jdmason@kudzu.us>
7987 L:      netdev@vger.kernel.org
7988 S:      Supported
7989 F:      Documentation/networking/s2io.txt
7990 F:      Documentation/networking/vxge.txt
7991 F:      drivers/net/ethernet/neterion/
7992
7993 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7994 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7995 M:      Patrick McHardy <kaber@trash.net>
7996 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7997 L:      netfilter-devel@vger.kernel.org
7998 L:      coreteam@netfilter.org
7999 W:      http://www.netfilter.org/
8000 W:      http://www.iptables.org/
8001 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
8002 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8003 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8004 S:      Supported
8005 F:      include/linux/netfilter*
8006 F:      include/linux/netfilter/
8007 F:      include/net/netfilter/
8008 F:      include/uapi/linux/netfilter*
8009 F:      include/uapi/linux/netfilter/
8010 F:      net/*/netfilter.c
8011 F:      net/*/netfilter/
8012 F:      net/netfilter/
8013 F:      net/bridge/br_netfilter*.c
8014
8015 NETLABEL
8016 M:      Paul Moore <paul@paul-moore.com>
8017 W:      http://netlabel.sf.net
8018 L:      netdev@vger.kernel.org
8019 S:      Maintained
8020 F:      Documentation/netlabel/
8021 F:      include/net/netlabel.h
8022 F:      net/netlabel/
8023
8024 NETROM NETWORK LAYER
8025 M:      Ralf Baechle <ralf@linux-mips.org>
8026 L:      linux-hams@vger.kernel.org
8027 W:      http://www.linux-ax25.org/
8028 S:      Maintained
8029 F:      include/net/netrom.h
8030 F:      include/uapi/linux/netrom.h
8031 F:      net/netrom/
8032
8033 NETRONOME ETHERNET DRIVERS
8034 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
8035 L:      oss-drivers@netronome.com
8036 S:      Maintained
8037 F:      drivers/net/ethernet/netronome/
8038
8039 NETWORK BLOCK DEVICE (NBD)
8040 M:      Markus Pargmann <mpa@pengutronix.de>
8041 S:      Maintained
8042 L:      nbd-general@lists.sourceforge.net
8043 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
8044 F:      Documentation/blockdev/nbd.txt
8045 F:      drivers/block/nbd.c
8046 F:      include/uapi/linux/nbd.h
8047
8048 NETWORK DROP MONITOR
8049 M:      Neil Horman <nhorman@tuxdriver.com>
8050 L:      netdev@vger.kernel.org
8051 S:      Maintained
8052 W:      https://fedorahosted.org/dropwatch/
8053 F:      net/core/drop_monitor.c
8054
8055 NETWORKING [GENERAL]
8056 M:      "David S. Miller" <davem@davemloft.net>
8057 L:      netdev@vger.kernel.org
8058 W:      http://www.linuxfoundation.org/en/Net
8059 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8062 S:      Maintained
8063 F:      net/
8064 F:      include/net/
8065 F:      include/linux/in.h
8066 F:      include/linux/net.h
8067 F:      include/linux/netdevice.h
8068 F:      include/uapi/linux/in.h
8069 F:      include/uapi/linux/net.h
8070 F:      include/uapi/linux/netdevice.h
8071 F:      include/uapi/linux/net_namespace.h
8072 F:      tools/net/
8073 F:      tools/testing/selftests/net/
8074 F:      lib/random32.c
8075 F:      lib/test_bpf.c
8076
8077 NETWORKING [IPv4/IPv6]
8078 M:      "David S. Miller" <davem@davemloft.net>
8079 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8080 M:      James Morris <jmorris@namei.org>
8081 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8082 M:      Patrick McHardy <kaber@trash.net>
8083 L:      netdev@vger.kernel.org
8084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8085 S:      Maintained
8086 F:      net/ipv4/
8087 F:      net/ipv6/
8088 F:      include/net/ip*
8089 F:      arch/x86/net/*
8090
8091 NETWORKING [IPSEC]
8092 M:      Steffen Klassert <steffen.klassert@secunet.com>
8093 M:      Herbert Xu <herbert@gondor.apana.org.au>
8094 M:      "David S. Miller" <davem@davemloft.net>
8095 L:      netdev@vger.kernel.org
8096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8098 S:      Maintained
8099 F:      net/core/flow.c
8100 F:      net/xfrm/
8101 F:      net/key/
8102 F:      net/ipv4/xfrm*
8103 F:      net/ipv4/esp4.c
8104 F:      net/ipv4/ah4.c
8105 F:      net/ipv4/ipcomp.c
8106 F:      net/ipv4/ip_vti.c
8107 F:      net/ipv6/xfrm*
8108 F:      net/ipv6/esp6.c
8109 F:      net/ipv6/ah6.c
8110 F:      net/ipv6/ipcomp6.c
8111 F:      net/ipv6/ip6_vti.c
8112 F:      include/uapi/linux/xfrm.h
8113 F:      include/net/xfrm.h
8114
8115 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8116 M:      Paul Moore <paul@paul-moore.com>
8117 L:      netdev@vger.kernel.org
8118 S:      Maintained
8119
8120 NETWORKING [WIRELESS]
8121 L:      linux-wireless@vger.kernel.org
8122 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8123
8124 NETWORKING DRIVERS
8125 L:      netdev@vger.kernel.org
8126 W:      http://www.linuxfoundation.org/en/Net
8127 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8128 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8130 S:      Odd Fixes
8131 F:      Documentation/devicetree/bindings/net/
8132 F:      drivers/net/
8133 F:      include/linux/if_*
8134 F:      include/linux/netdevice.h
8135 F:      include/linux/etherdevice.h
8136 F:      include/linux/fcdevice.h
8137 F:      include/linux/fddidevice.h
8138 F:      include/linux/hippidevice.h
8139 F:      include/linux/inetdevice.h
8140 F:      include/uapi/linux/if_*
8141 F:      include/uapi/linux/netdevice.h
8142
8143 NETWORKING DRIVERS (WIRELESS)
8144 M:      Kalle Valo <kvalo@codeaurora.org>
8145 L:      linux-wireless@vger.kernel.org
8146 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8147 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8148 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8149 S:      Maintained
8150 F:      Documentation/devicetree/bindings/net/wireless/
8151 F:      drivers/net/wireless/
8152
8153 NETXEN (1/10) GbE SUPPORT
8154 M:      Manish Chopra <manish.chopra@qlogic.com>
8155 M:      Sony Chacko <sony.chacko@qlogic.com>
8156 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
8157 L:      netdev@vger.kernel.org
8158 W:      http://www.qlogic.com
8159 S:      Supported
8160 F:      drivers/net/ethernet/qlogic/netxen/
8161
8162 NFC SUBSYSTEM
8163 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8164 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8165 M:      Samuel Ortiz <sameo@linux.intel.com>
8166 L:      linux-wireless@vger.kernel.org
8167 L:      linux-nfc@lists.01.org (subscribers-only)
8168 S:      Supported
8169 F:      net/nfc/
8170 F:      include/net/nfc/
8171 F:      include/uapi/linux/nfc.h
8172 F:      drivers/nfc/
8173 F:      include/linux/platform_data/nfcmrvl.h
8174 F:      include/linux/platform_data/nxp-nci.h
8175 F:      include/linux/platform_data/pn544.h
8176 F:      include/linux/platform_data/st21nfca.h
8177 F:      include/linux/platform_data/st-nci.h
8178 F:      Documentation/devicetree/bindings/net/nfc/
8179
8180 NFS, SUNRPC, AND LOCKD CLIENTS
8181 M:      Trond Myklebust <trond.myklebust@primarydata.com>
8182 M:      Anna Schumaker <anna.schumaker@netapp.com>
8183 L:      linux-nfs@vger.kernel.org
8184 W:      http://client.linux-nfs.org
8185 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8186 S:      Maintained
8187 F:      fs/lockd/
8188 F:      fs/nfs/
8189 F:      fs/nfs_common/
8190 F:      net/sunrpc/
8191 F:      include/linux/lockd/
8192 F:      include/linux/nfs*
8193 F:      include/linux/sunrpc/
8194 F:      include/uapi/linux/nfs*
8195 F:      include/uapi/linux/sunrpc/
8196
8197 NILFS2 FILESYSTEM
8198 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8199 L:      linux-nilfs@vger.kernel.org
8200 W:      http://nilfs.sourceforge.net/
8201 W:      http://nilfs.osdn.jp/
8202 T:      git git://github.com/konis/nilfs2.git
8203 S:      Supported
8204 F:      Documentation/filesystems/nilfs2.txt
8205 F:      fs/nilfs2/
8206 F:      include/linux/nilfs2_fs.h
8207 F:      include/trace/events/nilfs2.h
8208
8209 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8210 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8211 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8212 S:      Maintained
8213 F:      Documentation/scsi/NinjaSCSI.txt
8214 F:      drivers/scsi/pcmcia/nsp_*
8215
8216 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8217 M:      GOTO Masanori <gotom@debian.or.jp>
8218 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8219 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8220 S:      Maintained
8221 F:      Documentation/scsi/NinjaSCSI.txt
8222 F:      drivers/scsi/nsp32*
8223
8224 NIOS2 ARCHITECTURE
8225 M:      Ley Foon Tan <lftan@altera.com>
8226 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8228 S:      Maintained
8229 F:      arch/nios2/
8230
8231 NOKIA N900 POWER SUPPLY DRIVERS
8232 R:      Pali Rohár <pali.rohar@gmail.com>
8233 F:      include/linux/power/bq2415x_charger.h
8234 F:      include/linux/power/bq27xxx_battery.h
8235 F:      include/linux/power/isp1704_charger.h
8236 F:      drivers/power/bq2415x_charger.c
8237 F:      drivers/power/bq27xxx_battery.c
8238 F:      drivers/power/bq27xxx_battery_i2c.c
8239 F:      drivers/power/isp1704_charger.c
8240 F:      drivers/power/rx51_battery.c
8241
8242 NTB DRIVER CORE
8243 M:      Jon Mason <jdmason@kudzu.us>
8244 M:      Dave Jiang <dave.jiang@intel.com>
8245 M:      Allen Hubbe <Allen.Hubbe@emc.com>
8246 L:      linux-ntb@googlegroups.com
8247 S:      Supported
8248 W:      https://github.com/jonmason/ntb/wiki
8249 T:      git git://github.com/jonmason/ntb.git
8250 F:      drivers/ntb/
8251 F:      drivers/net/ntb_netdev.c
8252 F:      include/linux/ntb.h
8253 F:      include/linux/ntb_transport.h
8254
8255 NTB INTEL DRIVER
8256 M:      Jon Mason <jdmason@kudzu.us>
8257 M:      Dave Jiang <dave.jiang@intel.com>
8258 L:      linux-ntb@googlegroups.com
8259 S:      Supported
8260 W:      https://github.com/jonmason/ntb/wiki
8261 T:      git git://github.com/jonmason/ntb.git
8262 F:      drivers/ntb/hw/intel/
8263
8264 NTB AMD DRIVER
8265 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
8266 L:      linux-ntb@googlegroups.com
8267 S:      Supported
8268 F:      drivers/ntb/hw/amd/
8269
8270 NTFS FILESYSTEM
8271 M:      Anton Altaparmakov <anton@tuxera.com>
8272 L:      linux-ntfs-dev@lists.sourceforge.net
8273 W:      http://www.tuxera.com/
8274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8275 S:      Supported
8276 F:      Documentation/filesystems/ntfs.txt
8277 F:      fs/ntfs/
8278
8279 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8280 M:      Antonino Daplas <adaplas@gmail.com>
8281 L:      linux-fbdev@vger.kernel.org
8282 S:      Maintained
8283 F:      drivers/video/fbdev/riva/
8284 F:      drivers/video/fbdev/nvidia/
8285
8286 NVM EXPRESS DRIVER
8287 M:      Keith Busch <keith.busch@intel.com>
8288 M:      Jens Axboe <axboe@fb.com>
8289 L:      linux-nvme@lists.infradead.org
8290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8291 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8292 S:      Supported
8293 F:      drivers/nvme/host/
8294 F:      include/linux/nvme.h
8295
8296 NVM EXPRESS TARGET DRIVER
8297 M:      Christoph Hellwig <hch@lst.de>
8298 M:      Sagi Grimberg <sagi@grimberg.me>
8299 L:      linux-nvme@lists.infradead.org
8300 S:      Supported
8301 F:      drivers/nvme/target/
8302
8303 NVMEM FRAMEWORK
8304 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8305 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
8306 S:      Maintained
8307 F:      drivers/nvmem/
8308 F:      Documentation/devicetree/bindings/nvmem/
8309 F:      include/linux/nvmem-consumer.h
8310 F:      include/linux/nvmem-provider.h
8311
8312 NXP-NCI NFC DRIVER
8313 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
8314 R:      Charles Gorand <charles.gorand@effinnov.com>
8315 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
8316 S:      Supported
8317 F:      drivers/nfc/nxp-nci
8318
8319 NXP TDA998X DRM DRIVER
8320 M:      Russell King <rmk+kernel@armlinux.org.uk>
8321 S:      Supported
8322 F:      drivers/gpu/drm/i2c/tda998x_drv.c
8323 F:      include/drm/i2c/tda998x.h
8324
8325 NXP TFA9879 DRIVER
8326 M:      Peter Rosin <peda@axentia.se>
8327 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8328 S:      Maintained
8329 F:      sound/soc/codecs/tfa9879*
8330
8331 OBJTOOL
8332 M:      Josh Poimboeuf <jpoimboe@redhat.com>
8333 S:      Supported
8334 F:      tools/objtool/
8335
8336 OMAP SUPPORT
8337 M:      Tony Lindgren <tony@atomide.com>
8338 L:      linux-omap@vger.kernel.org
8339 W:      http://www.muru.com/linux/omap/
8340 W:      http://linux.omap.com/
8341 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8343 S:      Maintained
8344 F:      arch/arm/*omap*/
8345 F:      arch/arm/configs/omap1_defconfig
8346 F:      arch/arm/configs/omap2plus_defconfig
8347 F:      drivers/i2c/busses/i2c-omap.c
8348 F:      drivers/irqchip/irq-omap-intc.c
8349 F:      drivers/mfd/*omap*.c
8350 F:      drivers/mfd/menelaus.c
8351 F:      drivers/mfd/palmas.c
8352 F:      drivers/mfd/tps65217.c
8353 F:      drivers/mfd/tps65218.c
8354 F:      drivers/mfd/tps65910.c
8355 F:      drivers/mfd/twl-core.[ch]
8356 F:      drivers/mfd/twl4030*.c
8357 F:      drivers/mfd/twl6030*.c
8358 F:      drivers/mfd/twl6040*.c
8359 F:      drivers/regulator/palmas-regulator*.c
8360 F:      drivers/regulator/pbias-regulator.c
8361 F:      drivers/regulator/tps65217-regulator.c
8362 F:      drivers/regulator/tps65218-regulator.c
8363 F:      drivers/regulator/tps65910-regulator.c
8364 F:      drivers/regulator/twl-regulator.c
8365 F:      include/linux/i2c-omap.h
8366
8367 OMAP DEVICE TREE SUPPORT
8368 M:      Benoît Cousson <bcousson@baylibre.com>
8369 M:      Tony Lindgren <tony@atomide.com>
8370 L:      linux-omap@vger.kernel.org
8371 L:      devicetree@vger.kernel.org
8372 S:      Maintained
8373 F:      arch/arm/boot/dts/*omap*
8374 F:      arch/arm/boot/dts/*am3*
8375 F:      arch/arm/boot/dts/*am4*
8376 F:      arch/arm/boot/dts/*am5*
8377 F:      arch/arm/boot/dts/*dra7*
8378
8379 OMAP CLOCK FRAMEWORK SUPPORT
8380 M:      Paul Walmsley <paul@pwsan.com>
8381 L:      linux-omap@vger.kernel.org
8382 S:      Maintained
8383 F:      arch/arm/*omap*/*clock*
8384
8385 OMAP POWER MANAGEMENT SUPPORT
8386 M:      Kevin Hilman <khilman@kernel.org>
8387 L:      linux-omap@vger.kernel.org
8388 S:      Maintained
8389 F:      arch/arm/*omap*/*pm*
8390 F:      drivers/cpufreq/omap-cpufreq.c
8391
8392 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8393 M:      Rajendra Nayak <rnayak@codeaurora.org>
8394 M:      Paul Walmsley <paul@pwsan.com>
8395 L:      linux-omap@vger.kernel.org
8396 S:      Maintained
8397 F:      arch/arm/mach-omap2/prm*
8398
8399 OMAP AUDIO SUPPORT
8400 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8401 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
8402 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8403 L:      linux-omap@vger.kernel.org
8404 S:      Maintained
8405 F:      sound/soc/omap/
8406
8407 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8408 M:      Roger Quadros <rogerq@ti.com>
8409 M:      Tony Lindgren <tony@atomide.com>
8410 L:      linux-omap@vger.kernel.org
8411 S:      Maintained
8412 F:      drivers/memory/omap-gpmc.c
8413 F:      arch/arm/mach-omap2/*gpmc*
8414
8415 OMAP FRAMEBUFFER SUPPORT
8416 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8417 L:      linux-fbdev@vger.kernel.org
8418 L:      linux-omap@vger.kernel.org
8419 S:      Maintained
8420 F:      drivers/video/fbdev/omap/
8421
8422 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8423 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8424 L:      linux-omap@vger.kernel.org
8425 L:      linux-fbdev@vger.kernel.org
8426 S:      Maintained
8427 F:      drivers/video/fbdev/omap2/
8428 F:      Documentation/arm/OMAP/DSS
8429
8430 OMAP HARDWARE SPINLOCK SUPPORT
8431 M:      Ohad Ben-Cohen <ohad@wizery.com>
8432 L:      linux-omap@vger.kernel.org
8433 S:      Maintained
8434 F:      drivers/hwspinlock/omap_hwspinlock.c
8435
8436 OMAP MMC SUPPORT
8437 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
8438 L:      linux-omap@vger.kernel.org
8439 S:      Maintained
8440 F:      drivers/mmc/host/omap.c
8441
8442 OMAP HS MMC SUPPORT
8443 L:      linux-mmc@vger.kernel.org
8444 L:      linux-omap@vger.kernel.org
8445 S:      Orphan
8446 F:      drivers/mmc/host/omap_hsmmc.c
8447
8448 OMAP RANDOM NUMBER GENERATOR SUPPORT
8449 M:      Deepak Saxena <dsaxena@plexity.net>
8450 S:      Maintained
8451 F:      drivers/char/hw_random/omap-rng.c
8452
8453 OMAP HWMOD SUPPORT
8454 M:      Benoît Cousson <bcousson@baylibre.com>
8455 M:      Paul Walmsley <paul@pwsan.com>
8456 L:      linux-omap@vger.kernel.org
8457 S:      Maintained
8458 F:      arch/arm/mach-omap2/omap_hwmod.*
8459
8460 OMAP HWMOD DATA
8461 M:      Paul Walmsley <paul@pwsan.com>
8462 L:      linux-omap@vger.kernel.org
8463 S:      Maintained
8464 F:      arch/arm/mach-omap2/omap_hwmod*data*
8465
8466 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8467 M:      Benoît Cousson <bcousson@baylibre.com>
8468 L:      linux-omap@vger.kernel.org
8469 S:      Maintained
8470 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8471
8472 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8473 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8474 L:      linux-media@vger.kernel.org
8475 S:      Maintained
8476 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
8477 F:      drivers/media/platform/omap3isp/
8478 F:      drivers/staging/media/omap4iss/
8479
8480 OMAP USB SUPPORT
8481 L:      linux-usb@vger.kernel.org
8482 L:      linux-omap@vger.kernel.org
8483 S:      Orphan
8484 F:      drivers/usb/*/*omap*
8485 F:      arch/arm/*omap*/usb*
8486
8487 OMAP GPIO DRIVER
8488 M:      Grygorii Strashko <grygorii.strashko@ti.com>
8489 M:      Santosh Shilimkar <ssantosh@kernel.org>
8490 M:      Kevin Hilman <khilman@kernel.org>
8491 L:      linux-omap@vger.kernel.org
8492 S:      Maintained
8493 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
8494 F:      drivers/gpio/gpio-omap.c
8495
8496 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8497 M:      Mark Jackson <mpfj@newflow.co.uk>
8498 L:      linux-omap@vger.kernel.org
8499 S:      Maintained
8500 F:      arch/arm/boot/dts/am335x-nano.dts
8501
8502 OMFS FILESYSTEM
8503 M:      Bob Copeland <me@bobcopeland.com>
8504 L:      linux-karma-devel@lists.sourceforge.net
8505 S:      Maintained
8506 F:      Documentation/filesystems/omfs.txt
8507 F:      fs/omfs/
8508
8509 OMNIKEY CARDMAN 4000 DRIVER
8510 M:      Harald Welte <laforge@gnumonks.org>
8511 S:      Maintained
8512 F:      drivers/char/pcmcia/cm4000_cs.c
8513 F:      include/linux/cm4000_cs.h
8514 F:      include/uapi/linux/cm4000_cs.h
8515
8516 OMNIKEY CARDMAN 4040 DRIVER
8517 M:      Harald Welte <laforge@gnumonks.org>
8518 S:      Maintained
8519 F:      drivers/char/pcmcia/cm4040_cs.*
8520
8521 OMNIVISION OV7670 SENSOR DRIVER
8522 M:      Jonathan Corbet <corbet@lwn.net>
8523 L:      linux-media@vger.kernel.org
8524 T:      git git://linuxtv.org/media_tree.git
8525 S:      Maintained
8526 F:      drivers/media/i2c/ov7670.c
8527
8528 ONENAND FLASH DRIVER
8529 M:      Kyungmin Park <kyungmin.park@samsung.com>
8530 L:      linux-mtd@lists.infradead.org
8531 S:      Maintained
8532 F:      drivers/mtd/onenand/
8533 F:      include/linux/mtd/onenand*.h
8534
8535 ONSTREAM SCSI TAPE DRIVER
8536 M:      Willem Riede <osst@riede.org>
8537 L:      osst-users@lists.sourceforge.net
8538 L:      linux-scsi@vger.kernel.org
8539 S:      Maintained
8540 F:      Documentation/scsi/osst.txt
8541 F:      drivers/scsi/osst.*
8542 F:      drivers/scsi/osst_*.h
8543 F:      drivers/scsi/st.h
8544
8545 OPENCORES I2C BUS DRIVER
8546 M:      Peter Korsgaard <jacmet@sunsite.dk>
8547 L:      linux-i2c@vger.kernel.org
8548 S:      Maintained
8549 F:      Documentation/i2c/busses/i2c-ocores
8550 F:      drivers/i2c/busses/i2c-ocores.c
8551
8552 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8553 M:      Rob Herring <robh+dt@kernel.org>
8554 M:      Frank Rowand <frowand.list@gmail.com>
8555 L:      devicetree@vger.kernel.org
8556 W:      http://www.devicetree.org/
8557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8558 S:      Maintained
8559 F:      drivers/of/
8560 F:      include/linux/of*.h
8561 F:      scripts/dtc/
8562
8563 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8564 M:      Rob Herring <robh+dt@kernel.org>
8565 M:      Mark Rutland <mark.rutland@arm.com>
8566 L:      devicetree@vger.kernel.org
8567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8568 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
8569 S:      Maintained
8570 F:      Documentation/devicetree/
8571 F:      arch/*/boot/dts/
8572 F:      include/dt-bindings/
8573
8574 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8575 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8576 L:      devicetree@vger.kernel.org
8577 S:      Maintained
8578 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8579 F:      Documentation/devicetree/overlay-notes.txt
8580 F:      drivers/of/overlay.c
8581 F:      drivers/of/resolver.c
8582
8583 OPENRISC ARCHITECTURE
8584 M:      Jonas Bonn <jonas@southpole.se>
8585 W:      http://openrisc.net
8586 S:      Maintained
8587 T:      git git://openrisc.net/~jonas/linux
8588 F:      arch/openrisc/
8589
8590 OPENVSWITCH
8591 M:      Pravin Shelar <pshelar@nicira.com>
8592 L:      netdev@vger.kernel.org
8593 L:      dev@openvswitch.org
8594 W:      http://openvswitch.org
8595 S:      Maintained
8596 F:      net/openvswitch/
8597 F:      include/uapi/linux/openvswitch.h
8598
8599 OPERATING PERFORMANCE POINTS (OPP)
8600 M:      Viresh Kumar <vireshk@kernel.org>
8601 M:      Nishanth Menon <nm@ti.com>
8602 M:      Stephen Boyd <sboyd@codeaurora.org>
8603 L:      linux-pm@vger.kernel.org
8604 S:      Maintained
8605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8606 F:      drivers/base/power/opp/
8607 F:      include/linux/pm_opp.h
8608 F:      Documentation/power/opp.txt
8609 F:      Documentation/devicetree/bindings/opp/
8610
8611 OPL4 DRIVER
8612 M:      Clemens Ladisch <clemens@ladisch.de>
8613 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8614 T:      git git://git.alsa-project.org/alsa-kernel.git
8615 S:      Maintained
8616 F:      sound/drivers/opl4/
8617
8618 OPROFILE
8619 M:      Robert Richter <rric@kernel.org>
8620 L:      oprofile-list@lists.sf.net
8621 S:      Maintained
8622 F:      arch/*/include/asm/oprofile*.h
8623 F:      arch/*/oprofile/
8624 F:      drivers/oprofile/
8625 F:      include/linux/oprofile.h
8626
8627 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8628 M:      Mark Fasheh <mfasheh@suse.com>
8629 M:      Joel Becker <jlbec@evilplan.org>
8630 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8631 W:      http://ocfs2.wiki.kernel.org
8632 S:      Supported
8633 F:      Documentation/filesystems/ocfs2.txt
8634 F:      Documentation/filesystems/dlmfs.txt
8635 F:      fs/ocfs2/
8636
8637 ORINOCO DRIVER
8638 L:      linux-wireless@vger.kernel.org
8639 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8640 W:      http://www.nongnu.org/orinoco/
8641 S:      Orphan
8642 F:      drivers/net/wireless/intersil/orinoco/
8643
8644 OSD LIBRARY and FILESYSTEM
8645 M:      Boaz Harrosh <ooo@electrozaur.com>
8646 M:      Benny Halevy <bhalevy@primarydata.com>
8647 L:      osd-dev@open-osd.org
8648 W:      http://open-osd.org
8649 T:      git git://git.open-osd.org/open-osd.git
8650 S:      Maintained
8651 F:      drivers/scsi/osd/
8652 F:      include/scsi/osd_*
8653 F:      fs/exofs/
8654
8655 OVERLAY FILESYSTEM
8656 M:      Miklos Szeredi <miklos@szeredi.hu>
8657 L:      linux-unionfs@vger.kernel.org
8658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8659 S:      Supported
8660 F:      fs/overlayfs/
8661 F:      Documentation/filesystems/overlayfs.txt
8662
8663 ORANGEFS FILESYSTEM
8664 M:      Mike Marshall <hubcap@omnibond.com>
8665 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
8666 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
8667 S:      Supported
8668 F:      fs/orangefs/
8669 F:      Documentation/filesystems/orangefs.txt
8670
8671 P54 WIRELESS DRIVER
8672 M:      Christian Lamparter <chunkeey@googlemail.com>
8673 L:      linux-wireless@vger.kernel.org
8674 W:      http://wireless.kernel.org/en/users/Drivers/p54
8675 S:      Maintained
8676 F:      drivers/net/wireless/intersil/p54/
8677
8678 PA SEMI ETHERNET DRIVER
8679 M:      Olof Johansson <olof@lixom.net>
8680 L:      netdev@vger.kernel.org
8681 S:      Maintained
8682 F:      drivers/net/ethernet/pasemi/*
8683
8684 PA SEMI SMBUS DRIVER
8685 M:      Olof Johansson <olof@lixom.net>
8686 L:      linux-i2c@vger.kernel.org
8687 S:      Maintained
8688 F:      drivers/i2c/busses/i2c-pasemi.c
8689
8690 PADATA PARALLEL EXECUTION MECHANISM
8691 M:      Steffen Klassert <steffen.klassert@secunet.com>
8692 L:      linux-crypto@vger.kernel.org
8693 S:      Maintained
8694 F:      kernel/padata.c
8695 F:      include/linux/padata.h
8696 F:      Documentation/padata.txt
8697
8698 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8699 M:      Harald Welte <laforge@gnumonks.org>
8700 L:      platform-driver-x86@vger.kernel.org
8701 S:      Maintained
8702 F:      drivers/platform/x86/panasonic-laptop.c
8703
8704 PANASONIC MN10300/AM33/AM34 PORT
8705 M:      David Howells <dhowells@redhat.com>
8706 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
8707 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8708 S:      Maintained
8709 F:      Documentation/mn10300/
8710 F:      arch/mn10300/
8711
8712 PARALLEL LCD/KEYPAD PANEL DRIVER
8713 M:      Willy Tarreau <willy@haproxy.com>
8714 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
8715 S:      Odd Fixes
8716 F:      Documentation/misc-devices/lcd-panel-cgram.txt
8717 F:      drivers/misc/panel.c
8718
8719 PARALLEL PORT SUBSYSTEM
8720 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8721 M:      Sudip Mukherjee <sudip@vectorindia.org>
8722 L:      linux-parport@lists.infradead.org (subscribers-only)
8723 S:      Maintained
8724 F:      drivers/parport/
8725 F:      include/linux/parport*.h
8726 F:      drivers/char/ppdev.c
8727 F:      include/uapi/linux/ppdev.h
8728 F:      Documentation/parport*.txt
8729
8730 PARAVIRT_OPS INTERFACE
8731 M:      Jeremy Fitzhardinge <jeremy@goop.org>
8732 M:      Chris Wright <chrisw@sous-sol.org>
8733 M:      Alok Kataria <akataria@vmware.com>
8734 M:      Rusty Russell <rusty@rustcorp.com.au>
8735 L:      virtualization@lists.linux-foundation.org
8736 S:      Supported
8737 F:      Documentation/virtual/paravirt_ops.txt
8738 F:      arch/*/kernel/paravirt*
8739 F:      arch/*/include/asm/paravirt.h
8740
8741 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8742 M:      Tim Waugh <tim@cyberelk.net>
8743 L:      linux-parport@lists.infradead.org (subscribers-only)
8744 S:      Maintained
8745 F:      Documentation/blockdev/paride.txt
8746 F:      drivers/block/paride/
8747
8748 PARISC ARCHITECTURE
8749 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
8750 M:      Helge Deller <deller@gmx.de>
8751 L:      linux-parisc@vger.kernel.org
8752 W:      http://www.parisc-linux.org/
8753 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
8754 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8756 S:      Maintained
8757 F:      arch/parisc/
8758 F:      Documentation/parisc/
8759 F:      drivers/parisc/
8760 F:      drivers/char/agp/parisc-agp.c
8761 F:      drivers/input/serio/gscps2.c
8762 F:      drivers/parport/parport_gsc.*
8763 F:      drivers/tty/serial/8250/8250_gsc.c
8764 F:      drivers/video/fbdev/sti*
8765 F:      drivers/video/console/sti*
8766 F:      drivers/video/logo/logo_parisc*
8767
8768 PC87360 HARDWARE MONITORING DRIVER
8769 M:      Jim Cromie <jim.cromie@gmail.com>
8770 L:      linux-hwmon@vger.kernel.org
8771 S:      Maintained
8772 F:      Documentation/hwmon/pc87360
8773 F:      drivers/hwmon/pc87360.c
8774
8775 PC8736x GPIO DRIVER
8776 M:      Jim Cromie <jim.cromie@gmail.com>
8777 S:      Maintained
8778 F:      drivers/char/pc8736x_gpio.c
8779
8780 PC87427 HARDWARE MONITORING DRIVER
8781 M:      Jean Delvare <jdelvare@suse.com>
8782 L:      linux-hwmon@vger.kernel.org
8783 S:      Maintained
8784 F:      Documentation/hwmon/pc87427
8785 F:      drivers/hwmon/pc87427.c
8786
8787 PCA9532 LED DRIVER
8788 M:      Riku Voipio <riku.voipio@iki.fi>
8789 S:      Maintained
8790 F:      drivers/leds/leds-pca9532.c
8791 F:      include/linux/leds-pca9532.h
8792
8793 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8794 M:      Guenter Roeck <linux@roeck-us.net>
8795 L:      linux-i2c@vger.kernel.org
8796 S:      Maintained
8797 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8798
8799 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8800 M:      Khalid Aziz <khalid@gonehiking.org>
8801 S:      Maintained
8802 F:      drivers/firmware/pcdp.*
8803
8804 PCI ERROR RECOVERY
8805 M:      Linas Vepstas <linasvepstas@gmail.com>
8806 L:      linux-pci@vger.kernel.org
8807 S:      Supported
8808 F:      Documentation/PCI/pci-error-recovery.txt
8809
8810 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
8811 M:      Russell Currey <ruscur@russell.cc>
8812 L:      linuxppc-dev@lists.ozlabs.org
8813 S:      Supported
8814 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
8815 F:      arch/powerpc/kernel/eeh*.c
8816 F:      arch/powerpc/platforms/*/eeh*.c
8817 F:      arch/powerpc/include/*/eeh*.h
8818
8819 PCI SUBSYSTEM
8820 M:      Bjorn Helgaas <bhelgaas@google.com>
8821 L:      linux-pci@vger.kernel.org
8822 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8823 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8824 S:      Supported
8825 F:      Documentation/PCI/
8826 F:      drivers/pci/
8827 F:      include/linux/pci*
8828 F:      arch/x86/pci/
8829 F:      arch/x86/kernel/quirks.c
8830
8831 PCI DRIVER FOR ALTERA PCIE IP
8832 M:      Ley Foon Tan <lftan@altera.com>
8833 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8834 L:      linux-pci@vger.kernel.org
8835 S:      Supported
8836 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
8837 F:      drivers/pci/host/pcie-altera.c
8838
8839 PCI DRIVER FOR ARM VERSATILE PLATFORM
8840 M:      Rob Herring <robh@kernel.org>
8841 L:      linux-pci@vger.kernel.org
8842 L:      linux-arm-kernel@lists.infradead.org
8843 S:      Maintained
8844 F:      Documentation/devicetree/bindings/pci/versatile.txt
8845 F:      drivers/pci/host/pci-versatile.c
8846
8847 PCI DRIVER FOR APPLIEDMICRO XGENE
8848 M:      Tanmay Inamdar <tinamdar@apm.com>
8849 L:      linux-pci@vger.kernel.org
8850 L:      linux-arm-kernel@lists.infradead.org
8851 S:      Maintained
8852 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8853 F:      drivers/pci/host/pci-xgene.c
8854
8855 PCI DRIVER FOR FREESCALE LAYERSCAPE
8856 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8857 M:      Mingkai Hu <mingkai.hu@freescale.com>
8858 M:      Roy Zang <tie-fei.zang@freescale.com>
8859 L:      linuxppc-dev@lists.ozlabs.org
8860 L:      linux-pci@vger.kernel.org
8861 L:      linux-arm-kernel@lists.infradead.org
8862 S:      Maintained
8863 F:      drivers/pci/host/*layerscape*
8864
8865 PCI DRIVER FOR IMX6
8866 M:      Richard Zhu <Richard.Zhu@freescale.com>
8867 M:      Lucas Stach <l.stach@pengutronix.de>
8868 L:      linux-pci@vger.kernel.org
8869 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8870 S:      Maintained
8871 F:      drivers/pci/host/*imx6*
8872
8873 PCI DRIVER FOR TI KEYSTONE
8874 M:      Murali Karicheri <m-karicheri2@ti.com>
8875 L:      linux-pci@vger.kernel.org
8876 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8877 S:      Maintained
8878 F:      drivers/pci/host/*keystone*
8879
8880 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8881 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8882 M:      Jason Cooper <jason@lakedaemon.net>
8883 L:      linux-pci@vger.kernel.org
8884 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8885 S:      Maintained
8886 F:      drivers/pci/host/*mvebu*
8887
8888 PCI DRIVER FOR NVIDIA TEGRA
8889 M:      Thierry Reding <thierry.reding@gmail.com>
8890 L:      linux-tegra@vger.kernel.org
8891 L:      linux-pci@vger.kernel.org
8892 S:      Supported
8893 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8894 F:      drivers/pci/host/pci-tegra.c
8895
8896 PCI DRIVER FOR TI DRA7XX
8897 M:      Kishon Vijay Abraham I <kishon@ti.com>
8898 L:      linux-omap@vger.kernel.org
8899 L:      linux-pci@vger.kernel.org
8900 S:      Supported
8901 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8902 F:      drivers/pci/host/pci-dra7xx.c
8903
8904 PCI DRIVER FOR RENESAS R-CAR
8905 M:      Simon Horman <horms@verge.net.au>
8906 L:      linux-pci@vger.kernel.org
8907 L:      linux-renesas-soc@vger.kernel.org
8908 S:      Maintained
8909 F:      drivers/pci/host/*rcar*
8910
8911 PCI DRIVER FOR SAMSUNG EXYNOS
8912 M:      Jingoo Han <jingoohan1@gmail.com>
8913 L:      linux-pci@vger.kernel.org
8914 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8915 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8916 S:      Maintained
8917 F:      drivers/pci/host/pci-exynos.c
8918
8919 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8920 M:      Jingoo Han <jingoohan1@gmail.com>
8921 M:      Pratyush Anand <pratyush.anand@gmail.com>
8922 L:      linux-pci@vger.kernel.org
8923 S:      Maintained
8924 F:      drivers/pci/host/*designware*
8925
8926 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
8927 M:      Joao Pinto <jpinto@synopsys.com>
8928 L:      linux-pci@vger.kernel.org
8929 S:      Maintained
8930 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
8931 F:      drivers/pci/host/pcie-designware-plat.c
8932
8933 PCI DRIVER FOR GENERIC OF HOSTS
8934 M:      Will Deacon <will.deacon@arm.com>
8935 L:      linux-pci@vger.kernel.org
8936 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8937 S:      Maintained
8938 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8939 F:      drivers/pci/host/pci-host-common.c
8940 F:      drivers/pci/host/pci-host-generic.c
8941
8942 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8943 M:      Keith Busch <keith.busch@intel.com>
8944 L:      linux-pci@vger.kernel.org
8945 S:      Supported
8946 F:      arch/x86/pci/vmd.c
8947
8948 PCIE DRIVER FOR ST SPEAR13XX
8949 M:      Pratyush Anand <pratyush.anand@gmail.com>
8950 L:      linux-pci@vger.kernel.org
8951 S:      Maintained
8952 F:      drivers/pci/host/*spear*
8953
8954 PCI MSI DRIVER FOR ALTERA MSI IP
8955 M:      Ley Foon Tan <lftan@altera.com>
8956 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8957 L:      linux-pci@vger.kernel.org
8958 S:      Supported
8959 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8960 F:      drivers/pci/host/pcie-altera-msi.c
8961
8962 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8963 M:      Duc Dang <dhdang@apm.com>
8964 L:      linux-pci@vger.kernel.org
8965 L:      linux-arm-kernel@lists.infradead.org
8966 S:      Maintained
8967 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8968 F:      drivers/pci/host/pci-xgene-msi.c
8969
8970 PCIE DRIVER FOR HISILICON
8971 M:      Zhou Wang <wangzhou1@hisilicon.com>
8972 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
8973 L:      linux-pci@vger.kernel.org
8974 S:      Maintained
8975 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8976 F:      drivers/pci/host/pcie-hisi.c
8977
8978 PCIE DRIVER FOR QUALCOMM MSM
8979 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
8980 L:     linux-pci@vger.kernel.org
8981 L:     linux-arm-msm@vger.kernel.org
8982 S:     Maintained
8983 F:     drivers/pci/host/*qcom*
8984
8985 PCIE DRIVER FOR CAVIUM THUNDERX
8986 M:      David Daney <david.daney@cavium.com>
8987 L:      linux-pci@vger.kernel.org
8988 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8989 S:      Supported
8990 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
8991 F:      drivers/pci/host/pci-thunder-*
8992
8993 PCMCIA SUBSYSTEM
8994 P:      Linux PCMCIA Team
8995 L:      linux-pcmcia@lists.infradead.org
8996 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8997 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8998 S:      Maintained
8999 F:      Documentation/pcmcia/
9000 F:      drivers/pcmcia/
9001 F:      include/pcmcia/
9002
9003 PCNET32 NETWORK DRIVER
9004 M:      Don Fry <pcnet32@frontier.com>
9005 L:      netdev@vger.kernel.org
9006 S:      Maintained
9007 F:      drivers/net/ethernet/amd/pcnet32.c
9008
9009 PCRYPT PARALLEL CRYPTO ENGINE
9010 M:      Steffen Klassert <steffen.klassert@secunet.com>
9011 L:      linux-crypto@vger.kernel.org
9012 S:      Maintained
9013 F:      crypto/pcrypt.c
9014 F:      include/crypto/pcrypt.h
9015
9016 PER-CPU MEMORY ALLOCATOR
9017 M:      Tejun Heo <tj@kernel.org>
9018 M:      Christoph Lameter <cl@linux.com>
9019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9020 S:      Maintained
9021 F:      include/linux/percpu*.h
9022 F:      mm/percpu*.c
9023 F:      arch/*/include/asm/percpu.h
9024
9025 PER-TASK DELAY ACCOUNTING
9026 M:      Balbir Singh <bsingharora@gmail.com>
9027 S:      Maintained
9028 F:      include/linux/delayacct.h
9029 F:      kernel/delayacct.c
9030
9031 PERFORMANCE EVENTS SUBSYSTEM
9032 M:      Peter Zijlstra <peterz@infradead.org>
9033 M:      Ingo Molnar <mingo@redhat.com>
9034 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
9035 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9036 L:      linux-kernel@vger.kernel.org
9037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9038 S:      Supported
9039 F:      kernel/events/*
9040 F:      include/linux/perf_event.h
9041 F:      include/uapi/linux/perf_event.h
9042 F:      arch/*/kernel/perf_event*.c
9043 F:      arch/*/kernel/*/perf_event*.c
9044 F:      arch/*/kernel/*/*/perf_event*.c
9045 F:      arch/*/include/asm/perf_event.h
9046 F:      arch/*/kernel/perf_callchain.c
9047 F:      arch/*/events/*
9048 F:      tools/perf/
9049
9050 PERSONALITY HANDLING
9051 M:      Christoph Hellwig <hch@infradead.org>
9052 L:      linux-abi-devel@lists.sourceforge.net
9053 S:      Maintained
9054 F:      include/linux/personality.h
9055 F:      include/uapi/linux/personality.h
9056
9057 PHONET PROTOCOL
9058 M:      Remi Denis-Courmont <courmisch@gmail.com>
9059 S:      Supported
9060 F:      Documentation/networking/phonet.txt
9061 F:      include/linux/phonet.h
9062 F:      include/net/phonet/
9063 F:      include/uapi/linux/phonet.h
9064 F:      net/phonet/
9065
9066 PHRAM MTD DRIVER
9067 M:      Joern Engel <joern@lazybastard.org>
9068 L:      linux-mtd@lists.infradead.org
9069 S:      Maintained
9070 F:      drivers/mtd/devices/phram.c
9071
9072 PICOLCD HID DRIVER
9073 M:      Bruno Prémont <bonbons@linux-vserver.org>
9074 L:      linux-input@vger.kernel.org
9075 S:      Maintained
9076 F:      drivers/hid/hid-picolcd*
9077
9078 PICOXCELL SUPPORT
9079 M:      Jamie Iles <jamie@jamieiles.com>
9080 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9081 T:      git git://github.com/jamieiles/linux-2.6-ji.git
9082 S:      Supported
9083 F:      arch/arm/boot/dts/picoxcell*
9084 F:      arch/arm/mach-picoxcell/
9085 F:      drivers/crypto/picoxcell*
9086
9087 PIN CONTROL SUBSYSTEM
9088 M:      Linus Walleij <linus.walleij@linaro.org>
9089 L:      linux-gpio@vger.kernel.org
9090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9091 S:      Maintained
9092 F:      Documentation/devicetree/bindings/pinctrl/
9093 F:      Documentation/pinctrl.txt
9094 F:      drivers/pinctrl/
9095 F:      include/linux/pinctrl/
9096
9097 PIN CONTROLLER - ATMEL AT91
9098 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9099 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9100 S:      Maintained
9101 F:      drivers/pinctrl/pinctrl-at91.*
9102
9103 PIN CONTROLLER - ATMEL AT91 PIO4
9104 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
9105 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9106 L:      linux-gpio@vger.kernel.org
9107 S:      Supported
9108 F:      drivers/pinctrl/pinctrl-at91-pio4.*
9109
9110 PIN CONTROLLER - INTEL
9111 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9112 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
9113 S:      Maintained
9114 F:      drivers/pinctrl/intel/
9115
9116 PIN CONTROLLER - RENESAS
9117 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9118 M:      Geert Uytterhoeven <geert+renesas@glider.be>
9119 L:      linux-renesas-soc@vger.kernel.org
9120 S:      Maintained
9121 F:      drivers/pinctrl/sh-pfc/
9122
9123 PIN CONTROLLER - SAMSUNG
9124 M:      Tomasz Figa <tomasz.figa@gmail.com>
9125 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9126 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9127 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9128 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9129 S:      Maintained
9130 F:      drivers/pinctrl/samsung/
9131
9132 PIN CONTROLLER - SINGLE
9133 M:      Tony Lindgren <tony@atomide.com>
9134 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
9135 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9136 L:      linux-omap@vger.kernel.org
9137 S:      Maintained
9138 F:      drivers/pinctrl/pinctrl-single.c
9139
9140 PIN CONTROLLER - ST SPEAR
9141 M:      Viresh Kumar <vireshk@kernel.org>
9142 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9143 W:      http://www.st.com/spear
9144 S:      Maintained
9145 F:      drivers/pinctrl/spear/
9146
9147 PKTCDVD DRIVER
9148 M:      Jiri Kosina <jikos@kernel.org>
9149 S:      Maintained
9150 F:      drivers/block/pktcdvd.c
9151 F:      include/linux/pktcdvd.h
9152 F:      include/uapi/linux/pktcdvd.h
9153
9154 PKUNITY SOC DRIVERS
9155 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9156 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9157 S:      Maintained
9158 T:      git git://github.com/gxt/linux.git
9159 F:      drivers/input/serio/i8042-unicore32io.h
9160 F:      drivers/i2c/busses/i2c-puv3.c
9161 F:      drivers/video/fbdev/fb-puv3.c
9162 F:      drivers/rtc/rtc-puv3.c
9163
9164 PMBUS HARDWARE MONITORING DRIVERS
9165 M:      Guenter Roeck <linux@roeck-us.net>
9166 L:      linux-hwmon@vger.kernel.org
9167 W:      http://hwmon.wiki.kernel.org/
9168 W:      http://www.roeck-us.net/linux/drivers/
9169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9170 S:      Maintained
9171 F:      Documentation/hwmon/pmbus
9172 F:      drivers/hwmon/pmbus/
9173 F:      include/linux/i2c/pmbus.h
9174
9175 PMC SIERRA MaxRAID DRIVER
9176 L:      linux-scsi@vger.kernel.org
9177 W:      http://www.pmc-sierra.com/
9178 S:      Orphan
9179 F:      drivers/scsi/pmcraid.*
9180
9181 PMC SIERRA PM8001 DRIVER
9182 M:      Jack Wang <jinpu.wang@profitbricks.com>
9183 M:      lindar_liu@usish.com
9184 L:      pmchba@pmcs.com
9185 L:      linux-scsi@vger.kernel.org
9186 S:      Supported
9187 F:      drivers/scsi/pm8001/
9188
9189 POSIX CLOCKS and TIMERS
9190 M:      Thomas Gleixner <tglx@linutronix.de>
9191 L:      linux-kernel@vger.kernel.org
9192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9193 S:      Maintained
9194 F:      fs/timerfd.c
9195 F:      include/linux/timer*
9196 F:      kernel/time/*timer*
9197
9198 POWER MANAGEMENT CORE
9199 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9200 L:      linux-pm@vger.kernel.org
9201 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9202 S:      Supported
9203 F:      drivers/base/power/
9204 F:      include/linux/pm.h
9205 F:      include/linux/pm_*
9206 F:      include/linux/powercap.h
9207 F:      drivers/powercap/
9208
9209 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9210 M:      Sebastian Reichel <sre@kernel.org>
9211 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
9212 M:      David Woodhouse <dwmw2@infradead.org>
9213 L:      linux-pm@vger.kernel.org
9214 T:      git git://git.infradead.org/battery-2.6.git
9215 S:      Maintained
9216 F:      Documentation/devicetree/bindings/power/
9217 F:      Documentation/devicetree/bindings/power_supply/
9218 F:      include/linux/power_supply.h
9219 F:      drivers/power/
9220 X:      drivers/power/avs/
9221
9222 POWER STATE COORDINATION INTERFACE (PSCI)
9223 M:      Mark Rutland <mark.rutland@arm.com>
9224 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9225 L:      linux-arm-kernel@lists.infradead.org
9226 S:      Maintained
9227 F:      drivers/firmware/psci.c
9228 F:      include/linux/psci.h
9229 F:      include/uapi/linux/psci.h
9230
9231 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9232 M:      Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9233 L:      linuxppc-dev@lists.ozlabs.org
9234 S:      Maintained
9235 F:      drivers/char/powernv-op-panel.c
9236
9237 PNP SUPPORT
9238 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9239 S:      Maintained
9240 F:      drivers/pnp/
9241
9242 PPP PROTOCOL DRIVERS AND COMPRESSORS
9243 M:      Paul Mackerras <paulus@samba.org>
9244 L:      linux-ppp@vger.kernel.org
9245 S:      Maintained
9246 F:      drivers/net/ppp/ppp_*
9247
9248 PPP OVER ATM (RFC 2364)
9249 M:      Mitchell Blank Jr <mitch@sfgoth.com>
9250 S:      Maintained
9251 F:      net/atm/pppoatm.c
9252 F:      include/uapi/linux/atmppp.h
9253
9254 PPP OVER ETHERNET
9255 M:      Michal Ostrowski <mostrows@earthlink.net>
9256 S:      Maintained
9257 F:      drivers/net/ppp/pppoe.c
9258 F:      drivers/net/ppp/pppox.c
9259
9260 PPP OVER L2TP
9261 M:      James Chapman <jchapman@katalix.com>
9262 S:      Maintained
9263 F:      net/l2tp/l2tp_ppp.c
9264 F:      include/linux/if_pppol2tp.h
9265 F:      include/uapi/linux/if_pppol2tp.h
9266
9267 PPS SUPPORT
9268 M:      Rodolfo Giometti <giometti@enneenne.com>
9269 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
9270 L:      linuxpps@ml.enneenne.com (subscribers-only)
9271 S:      Maintained
9272 F:      Documentation/pps/
9273 F:      drivers/pps/
9274 F:      include/linux/pps*.h
9275
9276 PPTP DRIVER
9277 M:      Dmitry Kozlov <xeb@mail.ru>
9278 L:      netdev@vger.kernel.org
9279 S:      Maintained
9280 F:      drivers/net/ppp/pptp.c
9281 W:      http://sourceforge.net/projects/accel-pptp
9282
9283 PREEMPTIBLE KERNEL
9284 M:      Robert Love <rml@tech9.net>
9285 L:      kpreempt-tech@lists.sourceforge.net
9286 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9287 S:      Supported
9288 F:      Documentation/preempt-locking.txt
9289 F:      include/linux/preempt.h
9290
9291 PRISM54 WIRELESS DRIVER
9292 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
9293 L:      linux-wireless@vger.kernel.org
9294 W:      http://wireless.kernel.org/en/users/Drivers/p54
9295 S:      Obsolete
9296 F:      drivers/net/wireless/intersil/prism54/
9297
9298 PS3 NETWORK SUPPORT
9299 M:      Geoff Levand <geoff@infradead.org>
9300 L:      netdev@vger.kernel.org
9301 L:      linuxppc-dev@lists.ozlabs.org
9302 S:      Maintained
9303 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
9304
9305 PS3 PLATFORM SUPPORT
9306 M:      Geoff Levand <geoff@infradead.org>
9307 L:      linuxppc-dev@lists.ozlabs.org
9308 S:      Maintained
9309 F:      arch/powerpc/boot/ps3*
9310 F:      arch/powerpc/include/asm/lv1call.h
9311 F:      arch/powerpc/include/asm/ps3*.h
9312 F:      arch/powerpc/platforms/ps3/
9313 F:      drivers/*/ps3*
9314 F:      drivers/ps3/
9315 F:      drivers/rtc/rtc-ps3.c
9316 F:      drivers/usb/host/*ps3.c
9317 F:      sound/ppc/snd_ps3*
9318
9319 PS3VRAM DRIVER
9320 M:      Jim Paris <jim@jtan.com>
9321 M:      Geoff Levand <geoff@infradead.org>
9322 L:      linuxppc-dev@lists.ozlabs.org
9323 S:      Maintained
9324 F:      drivers/block/ps3vram.c
9325
9326 PSTORE FILESYSTEM
9327 M:      Anton Vorontsov <anton@enomsg.org>
9328 M:      Colin Cross <ccross@android.com>
9329 M:      Kees Cook <keescook@chromium.org>
9330 M:      Tony Luck <tony.luck@intel.com>
9331 S:      Maintained
9332 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9333 F:      fs/pstore/
9334 F:      include/linux/pstore*
9335 F:      drivers/firmware/efi/efi-pstore.c
9336 F:      drivers/acpi/apei/erst.c
9337
9338 PTP HARDWARE CLOCK SUPPORT
9339 M:      Richard Cochran <richardcochran@gmail.com>
9340 L:      netdev@vger.kernel.org
9341 S:      Maintained
9342 W:      http://linuxptp.sourceforge.net/
9343 F:      Documentation/ABI/testing/sysfs-ptp
9344 F:      Documentation/ptp/*
9345 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9346 F:      drivers/net/phy/dp83640*
9347 F:      drivers/ptp/*
9348 F:      include/linux/ptp_cl*
9349
9350 PTRACE SUPPORT
9351 M:      Roland McGrath <roland@hack.frob.com>
9352 M:      Oleg Nesterov <oleg@redhat.com>
9353 S:      Maintained
9354 F:      include/asm-generic/syscall.h
9355 F:      include/linux/ptrace.h
9356 F:      include/linux/regset.h
9357 F:      include/linux/tracehook.h
9358 F:      include/uapi/linux/ptrace.h
9359 F:      kernel/ptrace.c
9360
9361 PULSE8-CEC DRIVER
9362 M:      Hans Verkuil <hverkuil@xs4all.nl>
9363 L:      linux-media@vger.kernel.org
9364 T:      git git://linuxtv.org/media_tree.git
9365 S:      Maintained
9366 F:      drivers/staging/media/pulse8-cec
9367
9368 PVRUSB2 VIDEO4LINUX DRIVER
9369 M:      Mike Isely <isely@pobox.com>
9370 L:      pvrusb2@isely.net       (subscribers-only)
9371 L:      linux-media@vger.kernel.org
9372 W:      http://www.isely.net/pvrusb2/
9373 T:      git git://linuxtv.org/media_tree.git
9374 S:      Maintained
9375 F:      Documentation/video4linux/README.pvrusb2
9376 F:      drivers/media/usb/pvrusb2/
9377
9378 PWC WEBCAM DRIVER
9379 M:      Hans Verkuil <hverkuil@xs4all.nl>
9380 L:      linux-media@vger.kernel.org
9381 T:      git git://linuxtv.org/media_tree.git
9382 S:      Odd Fixes
9383 F:      drivers/media/usb/pwc/*
9384
9385 PWM FAN DRIVER
9386 M:      Kamil Debski <k.debski@samsung.com>
9387 L:      linux-hwmon@vger.kernel.org
9388 S:      Supported
9389 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9390 F:      Documentation/hwmon/pwm-fan
9391 F:      drivers/hwmon/pwm-fan.c
9392
9393 PWM SUBSYSTEM
9394 M:      Thierry Reding <thierry.reding@gmail.com>
9395 L:      linux-pwm@vger.kernel.org
9396 S:      Maintained
9397 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9398 F:      Documentation/pwm.txt
9399 F:      Documentation/devicetree/bindings/pwm/
9400 F:      include/linux/pwm.h
9401 F:      drivers/pwm/
9402 F:      drivers/video/backlight/pwm_bl.c
9403 F:      include/linux/pwm_backlight.h
9404
9405 PXA2xx/PXA3xx SUPPORT
9406 M:      Daniel Mack <daniel@zonque.org>
9407 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9408 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9409 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9410 T:      git git://github.com/hzhuang1/linux.git
9411 T:      git git://github.com/rjarzmik/linux.git
9412 S:      Maintained
9413 F:      arch/arm/boot/dts/pxa*
9414 F:      arch/arm/mach-pxa/
9415 F:      drivers/dma/pxa*
9416 F:      drivers/pcmcia/pxa2xx*
9417 F:      drivers/pinctrl/pxa/
9418 F:      drivers/spi/spi-pxa2xx*
9419 F:      drivers/usb/gadget/udc/pxa2*
9420 F:      include/sound/pxa2xx-lib.h
9421 F:      sound/arm/pxa*
9422 F:      sound/soc/pxa/
9423
9424 PXA GPIO DRIVER
9425 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9426 L:      linux-gpio@vger.kernel.org
9427 S:      Maintained
9428 F:      drivers/gpio/gpio-pxa.c
9429
9430 PXA3xx NAND FLASH DRIVER
9431 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9432 L:      linux-mtd@lists.infradead.org
9433 S:      Maintained
9434 F:      drivers/mtd/nand/pxa3xx_nand.c
9435
9436 MMP SUPPORT
9437 M:      Eric Miao <eric.y.miao@gmail.com>
9438 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9439 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9440 T:      git git://github.com/hzhuang1/linux.git
9441 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
9442 S:      Maintained
9443 F:      arch/arm/boot/dts/mmp*
9444 F:      arch/arm/mach-mmp/
9445
9446 PXA MMCI DRIVER
9447 S:      Orphan
9448
9449 PXA RTC DRIVER
9450 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9451 L:      rtc-linux@googlegroups.com
9452 S:      Maintained
9453
9454 QAT DRIVER
9455 M:      Giovanni Cabiddu <giovanni.cabiddu@intel.com>
9456 M:      Salvatore Benedetto <salvatore.benedetto@intel.com>
9457 L:      qat-linux@intel.com
9458 S:      Supported
9459 F:      drivers/crypto/qat/
9460
9461 QIB DRIVER
9462 M:      Mike Marciniszyn <infinipath@intel.com>
9463 L:      linux-rdma@vger.kernel.org
9464 S:      Supported
9465 F:      drivers/infiniband/hw/qib/
9466
9467 QLOGIC QLA1280 SCSI DRIVER
9468 M:      Michael Reed <mdr@sgi.com>
9469 L:      linux-scsi@vger.kernel.org
9470 S:      Maintained
9471 F:      drivers/scsi/qla1280.[ch]
9472
9473 QLOGIC QLA2XXX FC-SCSI DRIVER
9474 M:      qla2xxx-upstream@qlogic.com
9475 L:      linux-scsi@vger.kernel.org
9476 S:      Supported
9477 F:      Documentation/scsi/LICENSE.qla2xxx
9478 F:      drivers/scsi/qla2xxx/
9479
9480 QLOGIC QLA4XXX iSCSI DRIVER
9481 M:      QLogic-Storage-Upstream@qlogic.com
9482 L:      linux-scsi@vger.kernel.org
9483 S:      Supported
9484 F:      Documentation/scsi/LICENSE.qla4xxx
9485 F:      drivers/scsi/qla4xxx/
9486
9487 QLOGIC QLA3XXX NETWORK DRIVER
9488 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
9489 M:      Ron Mercer <ron.mercer@qlogic.com>
9490 M:      linux-driver@qlogic.com
9491 L:      netdev@vger.kernel.org
9492 S:      Supported
9493 F:      Documentation/networking/LICENSE.qla3xxx
9494 F:      drivers/net/ethernet/qlogic/qla3xxx.*
9495
9496 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9497 M:      Dept-GELinuxNICDev@qlogic.com
9498 L:      netdev@vger.kernel.org
9499 S:      Supported
9500 F:      drivers/net/ethernet/qlogic/qlcnic/
9501
9502 QLOGIC QLGE 10Gb ETHERNET DRIVER
9503 M:      Harish Patil <harish.patil@qlogic.com>
9504 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
9505 M:      Dept-GELinuxNICDev@qlogic.com
9506 M:      linux-driver@qlogic.com
9507 L:      netdev@vger.kernel.org
9508 S:      Supported
9509 F:      drivers/net/ethernet/qlogic/qlge/
9510
9511 QLOGIC QL4xxx ETHERNET DRIVER
9512 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
9513 M:      Ariel Elior <Ariel.Elior@qlogic.com>
9514 M:      everest-linux-l2@qlogic.com
9515 L:      netdev@vger.kernel.org
9516 S:      Supported
9517 F:      drivers/net/ethernet/qlogic/qed/
9518 F:      include/linux/qed/
9519 F:      drivers/net/ethernet/qlogic/qede/
9520
9521 QNX4 FILESYSTEM
9522 M:      Anders Larsen <al@alarsen.net>
9523 W:      http://www.alarsen.net/linux/qnx4fs/
9524 S:      Maintained
9525 F:      fs/qnx4/
9526 F:      include/uapi/linux/qnx4_fs.h
9527 F:      include/uapi/linux/qnxtypes.h
9528
9529 QT1010 MEDIA DRIVER
9530 M:      Antti Palosaari <crope@iki.fi>
9531 L:      linux-media@vger.kernel.org
9532 W:      https://linuxtv.org
9533 W:      http://palosaari.fi/linux/
9534 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9535 T:      git git://linuxtv.org/anttip/media_tree.git
9536 S:      Maintained
9537 F:      drivers/media/tuners/qt1010*
9538
9539 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9540 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9541 L:      linux-wireless@vger.kernel.org
9542 L:      ath9k-devel@lists.ath9k.org
9543 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
9544 S:      Supported
9545 F:      drivers/net/wireless/ath/ath9k/
9546
9547 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9548 M:      Kalle Valo <kvalo@qca.qualcomm.com>
9549 L:      ath10k@lists.infradead.org
9550 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
9551 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9552 S:      Supported
9553 F:      drivers/net/wireless/ath/ath10k/
9554
9555 QUALCOMM HEXAGON ARCHITECTURE
9556 M:      Richard Kuo <rkuo@codeaurora.org>
9557 L:      linux-hexagon@vger.kernel.org
9558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9559 S:      Supported
9560 F:      arch/hexagon/
9561
9562 QUALCOMM WCN36XX WIRELESS DRIVER
9563 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
9564 L:      wcn36xx@lists.infradead.org
9565 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
9566 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
9567 S:      Supported
9568 F:      drivers/net/wireless/ath/wcn36xx/
9569
9570 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9571 M:      Gabriel Somlo <somlo@cmu.edu>
9572 M:      "Michael S. Tsirkin" <mst@redhat.com>
9573 L:      qemu-devel@nongnu.org
9574 S:      Maintained
9575 F:      drivers/firmware/qemu_fw_cfg.c
9576
9577 RADOS BLOCK DEVICE (RBD)
9578 M:      Ilya Dryomov <idryomov@gmail.com>
9579 M:      Sage Weil <sage@redhat.com>
9580 M:      Alex Elder <elder@kernel.org>
9581 L:      ceph-devel@vger.kernel.org
9582 W:      http://ceph.com/
9583 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9584 T:      git git://github.com/ceph/ceph-client.git
9585 S:      Supported
9586 F:      Documentation/ABI/testing/sysfs-bus-rbd
9587 F:      drivers/block/rbd.c
9588 F:      drivers/block/rbd_types.h
9589
9590 RADEON FRAMEBUFFER DISPLAY DRIVER
9591 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
9592 L:      linux-fbdev@vger.kernel.org
9593 S:      Maintained
9594 F:      drivers/video/fbdev/aty/radeon*
9595 F:      include/uapi/linux/radeonfb.h
9596
9597 RADIOSHARK RADIO DRIVER
9598 M:      Hans Verkuil <hverkuil@xs4all.nl>
9599 L:      linux-media@vger.kernel.org
9600 T:      git git://linuxtv.org/media_tree.git
9601 S:      Maintained
9602 F:      drivers/media/radio/radio-shark.c
9603
9604 RADIOSHARK2 RADIO DRIVER
9605 M:      Hans Verkuil <hverkuil@xs4all.nl>
9606 L:      linux-media@vger.kernel.org
9607 T:      git git://linuxtv.org/media_tree.git
9608 S:      Maintained
9609 F:      drivers/media/radio/radio-shark2.c
9610 F:      drivers/media/radio/radio-tea5777.c
9611
9612 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9613 M:      Paul Mackerras <paulus@samba.org>
9614 L:      linux-fbdev@vger.kernel.org
9615 S:      Maintained
9616 F:      drivers/video/fbdev/aty/aty128fb.c
9617
9618 RALINK MIPS ARCHITECTURE
9619 M:      John Crispin <john@phrozen.org>
9620 L:      linux-mips@linux-mips.org
9621 S:      Maintained
9622 F:      arch/mips/ralink
9623
9624 RALINK RT2X00 WIRELESS LAN DRIVER
9625 P:      rt2x00 project
9626 M:      Stanislaw Gruszka <sgruszka@redhat.com>
9627 M:      Helmut Schaa <helmut.schaa@googlemail.com>
9628 L:      linux-wireless@vger.kernel.org
9629 S:      Maintained
9630 F:      drivers/net/wireless/ralink/rt2x00/
9631
9632 RAMDISK RAM BLOCK DEVICE DRIVER
9633 M:      Jens Axboe <axboe@kernel.dk>
9634 S:      Maintained
9635 F:      Documentation/blockdev/ramdisk.txt
9636 F:      drivers/block/brd.c
9637
9638 RANDOM NUMBER DRIVER
9639 M:      "Theodore Ts'o" <tytso@mit.edu>
9640 S:      Maintained
9641 F:      drivers/char/random.c
9642
9643 RAPIDIO SUBSYSTEM
9644 M:      Matt Porter <mporter@kernel.crashing.org>
9645 M:      Alexandre Bounine <alexandre.bounine@idt.com>
9646 S:      Maintained
9647 F:      drivers/rapidio/
9648
9649 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9650 L:      linux-wireless@vger.kernel.org
9651 S:      Orphan
9652 F:      drivers/net/wireless/ray*
9653
9654 RCUTORTURE MODULE
9655 M:      Josh Triplett <josh@joshtriplett.org>
9656 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9657 L:      linux-kernel@vger.kernel.org
9658 S:      Supported
9659 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9660 F:      Documentation/RCU/torture.txt
9661 F:      kernel/rcu/rcutorture.c
9662
9663 RCUTORTURE TEST FRAMEWORK
9664 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9665 M:      Josh Triplett <josh@joshtriplett.org>
9666 R:      Steven Rostedt <rostedt@goodmis.org>
9667 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9668 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9669 L:      linux-kernel@vger.kernel.org
9670 S:      Supported
9671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9672 F:      tools/testing/selftests/rcutorture
9673
9674 RDC R-321X SoC
9675 M:      Florian Fainelli <florian@openwrt.org>
9676 S:      Maintained
9677
9678 RDC R6040 FAST ETHERNET DRIVER
9679 M:      Florian Fainelli <f.fainelli@gmail.com>
9680 L:      netdev@vger.kernel.org
9681 S:      Maintained
9682 F:      drivers/net/ethernet/rdc/r6040.c
9683
9684 RDS - RELIABLE DATAGRAM SOCKETS
9685 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
9686 L:      netdev@vger.kernel.org
9687 L:      linux-rdma@vger.kernel.org
9688 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
9689 W:      https://oss.oracle.com/projects/rds/
9690 S:      Supported
9691 F:      net/rds/
9692 F:      Documentation/networking/rds.txt
9693
9694 RDMAVT - RDMA verbs software
9695 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
9696 L:      linux-rdma@vger.kernel.org
9697 S:      Supported
9698 F:      drivers/infiniband/sw/rdmavt
9699
9700 READ-COPY UPDATE (RCU)
9701 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9702 M:      Josh Triplett <josh@joshtriplett.org>
9703 R:      Steven Rostedt <rostedt@goodmis.org>
9704 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9705 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9706 L:      linux-kernel@vger.kernel.org
9707 W:      http://www.rdrop.com/users/paulmck/RCU/
9708 S:      Supported
9709 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9710 F:      Documentation/RCU/
9711 X:      Documentation/RCU/torture.txt
9712 F:      include/linux/rcu*
9713 X:      include/linux/srcu.h
9714 F:      kernel/rcu/
9715 X:      kernel/torture.c
9716
9717 REAL TIME CLOCK (RTC) SUBSYSTEM
9718 M:      Alessandro Zummo <a.zummo@towertech.it>
9719 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
9720 L:      rtc-linux@googlegroups.com
9721 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
9722 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9723 S:      Maintained
9724 F:      Documentation/rtc.txt
9725 F:      drivers/rtc/
9726 F:      include/linux/rtc.h
9727 F:      include/uapi/linux/rtc.h
9728
9729 REALTEK AUDIO CODECS
9730 M:      Bard Liao <bardliao@realtek.com>
9731 M:      Oder Chiou <oder_chiou@realtek.com>
9732 S:      Maintained
9733 F:      sound/soc/codecs/rt*
9734 F:      include/sound/rt*.h
9735
9736 REISERFS FILE SYSTEM
9737 L:      reiserfs-devel@vger.kernel.org
9738 S:      Supported
9739 F:      fs/reiserfs/
9740
9741 REGISTER MAP ABSTRACTION
9742 M:      Mark Brown <broonie@kernel.org>
9743 L:      linux-kernel@vger.kernel.org
9744 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9745 S:      Supported
9746 F:      Documentation/devicetree/bindings/regmap/
9747 F:      drivers/base/regmap/
9748 F:      include/linux/regmap.h
9749
9750 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9751 M:      Ohad Ben-Cohen <ohad@wizery.com>
9752 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9753 L:      linux-remoteproc@vger.kernel.org
9754 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9755 S:      Maintained
9756 F:      Documentation/devicetree/bindings/remoteproc/
9757 F:      Documentation/remoteproc.txt
9758 F:      drivers/remoteproc/
9759 F:      include/linux/remoteproc.h
9760
9761 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9762 M:      Ohad Ben-Cohen <ohad@wizery.com>
9763 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9764 L:      linux-remoteproc@vger.kernel.org
9765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9766 S:      Maintained
9767 F:      drivers/rpmsg/
9768 F:      Documentation/rpmsg.txt
9769 F:      include/linux/rpmsg.h
9770
9771 RENESAS ETHERNET DRIVERS
9772 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9773 L:      netdev@vger.kernel.org
9774 L:      linux-renesas-soc@vger.kernel.org
9775 F:      drivers/net/ethernet/renesas/
9776 F:      include/linux/sh_eth.h
9777
9778 RENESAS USB2 PHY DRIVER
9779 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9780 L:      linux-renesas-soc@vger.kernel.org
9781 S:      Maintained
9782 F:      drivers/phy/phy-rcar-gen3-usb2.c
9783
9784 RESET CONTROLLER FRAMEWORK
9785 M:      Philipp Zabel <p.zabel@pengutronix.de>
9786 T:      git git://git.pengutronix.de/git/pza/linux
9787 S:      Maintained
9788 F:      drivers/reset/
9789 F:      Documentation/devicetree/bindings/reset/
9790 F:      include/dt-bindings/reset/
9791 F:      include/linux/reset.h
9792 F:      include/linux/reset-controller.h
9793
9794 RFKILL
9795 M:      Johannes Berg <johannes@sipsolutions.net>
9796 L:      linux-wireless@vger.kernel.org
9797 W:      http://wireless.kernel.org/
9798 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9799 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9800 S:      Maintained
9801 F:      Documentation/rfkill.txt
9802 F:      net/rfkill/
9803
9804 RHASHTABLE
9805 M:      Thomas Graf <tgraf@suug.ch>
9806 L:      netdev@vger.kernel.org
9807 S:      Maintained
9808 F:      lib/rhashtable.c
9809 F:      include/linux/rhashtable.h
9810
9811 RICOH SMARTMEDIA/XD DRIVER
9812 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9813 S:      Maintained
9814 F:      drivers/mtd/nand/r852.c
9815 F:      drivers/mtd/nand/r852.h
9816
9817 RICOH R5C592 MEMORYSTICK DRIVER
9818 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9819 S:      Maintained
9820 F:      drivers/memstick/host/r592.*
9821
9822 ROCCAT DRIVERS
9823 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
9824 W:      http://sourceforge.net/projects/roccat/
9825 S:      Maintained
9826 F:      drivers/hid/hid-roccat*
9827 F:      include/linux/hid-roccat*
9828 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
9829
9830 ROCKER DRIVER
9831 M:      Jiri Pirko <jiri@resnulli.us>
9832 L:      netdev@vger.kernel.org
9833 S:      Supported
9834 F:      drivers/net/ethernet/rocker/
9835
9836 ROCKETPORT DRIVER
9837 P:      Comtrol Corp.
9838 W:      http://www.comtrol.com
9839 S:      Maintained
9840 F:      Documentation/serial/rocket.txt
9841 F:      drivers/tty/rocket*
9842
9843 ROCKETPORT EXPRESS/INFINITY DRIVER
9844 M:      Kevin Cernekee <cernekee@gmail.com>
9845 L:      linux-serial@vger.kernel.org
9846 S:      Odd Fixes
9847 F:      drivers/tty/serial/rp2.*
9848
9849 ROSE NETWORK LAYER
9850 M:      Ralf Baechle <ralf@linux-mips.org>
9851 L:      linux-hams@vger.kernel.org
9852 W:      http://www.linux-ax25.org/
9853 S:      Maintained
9854 F:      include/net/rose.h
9855 F:      include/uapi/linux/rose.h
9856 F:      net/rose/
9857
9858 RTL2830 MEDIA DRIVER
9859 M:      Antti Palosaari <crope@iki.fi>
9860 L:      linux-media@vger.kernel.org
9861 W:      https://linuxtv.org
9862 W:      http://palosaari.fi/linux/
9863 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9864 T:      git git://linuxtv.org/anttip/media_tree.git
9865 S:      Maintained
9866 F:      drivers/media/dvb-frontends/rtl2830*
9867
9868 RTL2832 MEDIA DRIVER
9869 M:      Antti Palosaari <crope@iki.fi>
9870 L:      linux-media@vger.kernel.org
9871 W:      https://linuxtv.org
9872 W:      http://palosaari.fi/linux/
9873 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9874 T:      git git://linuxtv.org/anttip/media_tree.git
9875 S:      Maintained
9876 F:      drivers/media/dvb-frontends/rtl2832*
9877
9878 RTL2832_SDR MEDIA DRIVER
9879 M:      Antti Palosaari <crope@iki.fi>
9880 L:      linux-media@vger.kernel.org
9881 W:      https://linuxtv.org
9882 W:      http://palosaari.fi/linux/
9883 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9884 T:      git git://linuxtv.org/anttip/media_tree.git
9885 S:      Maintained
9886 F:      drivers/media/dvb-frontends/rtl2832_sdr*
9887
9888 RTL8180 WIRELESS DRIVER
9889 L:      linux-wireless@vger.kernel.org
9890 W:      http://wireless.kernel.org/
9891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9892 S:      Orphan
9893 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
9894
9895 RTL8187 WIRELESS DRIVER
9896 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9897 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
9898 M:      Larry Finger <Larry.Finger@lwfinger.net>
9899 L:      linux-wireless@vger.kernel.org
9900 W:      http://wireless.kernel.org/
9901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9902 S:      Maintained
9903 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
9904
9905 RTL8192CE WIRELESS DRIVER
9906 M:      Larry Finger <Larry.Finger@lwfinger.net>
9907 M:      Chaoming Li <chaoming_li@realsil.com.cn>
9908 L:      linux-wireless@vger.kernel.org
9909 W:      http://wireless.kernel.org/
9910 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9911 S:      Maintained
9912 F:      drivers/net/wireless/realtek/rtlwifi/
9913 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9914
9915 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9916 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9917 L:      linux-wireless@vger.kernel.org
9918 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
9919 S:      Maintained
9920 F:      drivers/net/wireless/realtek/rtl8xxxu/
9921
9922 S3 SAVAGE FRAMEBUFFER DRIVER
9923 M:      Antonino Daplas <adaplas@gmail.com>
9924 L:      linux-fbdev@vger.kernel.org
9925 S:      Maintained
9926 F:      drivers/video/fbdev/savage/
9927
9928 S390
9929 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
9930 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
9931 L:      linux-s390@vger.kernel.org
9932 W:      http://www.ibm.com/developerworks/linux/linux390/
9933 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9934 S:      Supported
9935 F:      arch/s390/
9936 F:      drivers/s390/
9937 F:      Documentation/s390/
9938 F:      Documentation/DocBook/s390*
9939
9940 S390 COMMON I/O LAYER
9941 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9942 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9943 L:      linux-s390@vger.kernel.org
9944 W:      http://www.ibm.com/developerworks/linux/linux390/
9945 S:      Supported
9946 F:      drivers/s390/cio/
9947
9948 S390 DASD DRIVER
9949 M:      Stefan Weinhuber <wein@de.ibm.com>
9950 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
9951 L:      linux-s390@vger.kernel.org
9952 W:      http://www.ibm.com/developerworks/linux/linux390/
9953 S:      Supported
9954 F:      drivers/s390/block/dasd*
9955 F:      block/partitions/ibm.c
9956
9957 S390 NETWORK DRIVERS
9958 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9959 L:      linux-s390@vger.kernel.org
9960 W:      http://www.ibm.com/developerworks/linux/linux390/
9961 S:      Supported
9962 F:      drivers/s390/net/
9963
9964 S390 PCI SUBSYSTEM
9965 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9966 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9967 L:      linux-s390@vger.kernel.org
9968 W:      http://www.ibm.com/developerworks/linux/linux390/
9969 S:      Supported
9970 F:      arch/s390/pci/
9971 F:      drivers/pci/hotplug/s390_pci_hpc.c
9972
9973 S390 ZCRYPT DRIVER
9974 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9975 L:      linux-s390@vger.kernel.org
9976 W:      http://www.ibm.com/developerworks/linux/linux390/
9977 S:      Supported
9978 F:      drivers/s390/crypto/
9979
9980 S390 ZFCP DRIVER
9981 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9982 L:      linux-s390@vger.kernel.org
9983 W:      http://www.ibm.com/developerworks/linux/linux390/
9984 S:      Supported
9985 F:      drivers/s390/scsi/zfcp_*
9986
9987 S390 IUCV NETWORK LAYER
9988 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9989 L:      linux-s390@vger.kernel.org
9990 W:      http://www.ibm.com/developerworks/linux/linux390/
9991 S:      Supported
9992 F:      drivers/s390/net/*iucv*
9993 F:      include/net/iucv/
9994 F:      net/iucv/
9995
9996 S390 IOMMU (PCI)
9997 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9998 L:      linux-s390@vger.kernel.org
9999 W:      http://www.ibm.com/developerworks/linux/linux390/
10000 S:      Supported
10001 F:      drivers/iommu/s390-iommu.c
10002
10003 S3C24XX SD/MMC Driver
10004 M:      Ben Dooks <ben-linux@fluff.org>
10005 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10006 S:      Supported
10007 F:      drivers/mmc/host/s3cmci.*
10008
10009 SAA6588 RDS RECEIVER DRIVER
10010 M:      Hans Verkuil <hverkuil@xs4all.nl>
10011 L:      linux-media@vger.kernel.org
10012 T:      git git://linuxtv.org/media_tree.git
10013 W:      https://linuxtv.org
10014 S:      Odd Fixes
10015 F:      drivers/media/i2c/saa6588*
10016
10017 SAA7134 VIDEO4LINUX DRIVER
10018 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
10019 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
10020 L:      linux-media@vger.kernel.org
10021 W:      https://linuxtv.org
10022 T:      git git://linuxtv.org/media_tree.git
10023 S:      Odd fixes
10024 F:      Documentation/video4linux/*.saa7134
10025 F:      drivers/media/pci/saa7134/
10026
10027 SAA7146 VIDEO4LINUX-2 DRIVER
10028 M:      Hans Verkuil <hverkuil@xs4all.nl>
10029 L:      linux-media@vger.kernel.org
10030 T:      git git://linuxtv.org/media_tree.git
10031 S:      Maintained
10032 F:      drivers/media/common/saa7146/
10033 F:      drivers/media/pci/saa7146/
10034 F:      include/media/saa7146*
10035
10036 SAMSUNG LAPTOP DRIVER
10037 M:      Corentin Chary <corentin.chary@gmail.com>
10038 L:      platform-driver-x86@vger.kernel.org
10039 S:      Maintained
10040 F:      drivers/platform/x86/samsung-laptop.c
10041
10042 SAMSUNG AUDIO (ASoC) DRIVERS
10043 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
10044 M:      Sangbeom Kim <sbkim73@samsung.com>
10045 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10046 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10047 S:      Supported
10048 F:      sound/soc/samsung/
10049
10050 SAMSUNG FRAMEBUFFER DRIVER
10051 M:      Jingoo Han <jingoohan1@gmail.com>
10052 L:      linux-fbdev@vger.kernel.org
10053 S:      Maintained
10054 F:      drivers/video/fbdev/s3c-fb.c
10055
10056 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10057 M:      Sangbeom Kim <sbkim73@samsung.com>
10058 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
10059 L:      linux-kernel@vger.kernel.org
10060 L:      linux-samsung-soc@vger.kernel.org
10061 S:      Supported
10062 F:      drivers/mfd/sec*.c
10063 F:      drivers/regulator/s2m*.c
10064 F:      drivers/regulator/s5m*.c
10065 F:      drivers/clk/clk-s2mps11.c
10066 F:      drivers/rtc/rtc-s5m.c
10067 F:      include/linux/mfd/samsung/
10068 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10069 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10070 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10071 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10072
10073 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10074 M:      Kyungmin Park <kyungmin.park@samsung.com>
10075 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10076 L:      linux-media@vger.kernel.org
10077 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
10078 S:      Supported
10079 F:      drivers/media/platform/exynos4-is/
10080
10081 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10082 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10083 L:      linux-media@vger.kernel.org
10084 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10085 S:      Maintained
10086 F:      drivers/media/platform/s3c-camif/
10087 F:      include/media/drv-intf/s3c_camif.h
10088
10089 SAMSUNG S5C73M3 CAMERA DRIVER
10090 M:      Kyungmin Park <kyungmin.park@samsung.com>
10091 M:      Andrzej Hajda <a.hajda@samsung.com>
10092 L:      linux-media@vger.kernel.org
10093 S:      Supported
10094 F:      drivers/media/i2c/s5c73m3/*
10095
10096 SAMSUNG S5K5BAF CAMERA DRIVER
10097 M:      Kyungmin Park <kyungmin.park@samsung.com>
10098 M:      Andrzej Hajda <a.hajda@samsung.com>
10099 L:      linux-media@vger.kernel.org
10100 S:      Supported
10101 F:      drivers/media/i2c/s5k5baf.c
10102
10103 SAMSUNG S3FWRN5 NFC DRIVER
10104 M:      Robert Baldyga <r.baldyga@samsung.com>
10105 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
10106 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
10107 S:      Supported
10108 F:      drivers/nfc/s3fwrn5
10109
10110 SAMSUNG SOC CLOCK DRIVERS
10111 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10112 M:      Tomasz Figa <tomasz.figa@gmail.com>
10113 S:      Supported
10114 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10115 F:      drivers/clk/samsung/
10116
10117 SAMSUNG SXGBE DRIVERS
10118 M:      Byungho An <bh74.an@samsung.com>
10119 M:      Girish K S <ks.giri@samsung.com>
10120 M:      Vipul Pandya <vipul.pandya@samsung.com>
10121 S:      Supported
10122 L:      netdev@vger.kernel.org
10123 F:      drivers/net/ethernet/samsung/sxgbe/
10124
10125 SAMSUNG THERMAL DRIVER
10126 M:      Lukasz Majewski <l.majewski@samsung.com>
10127 L:      linux-pm@vger.kernel.org
10128 L:      linux-samsung-soc@vger.kernel.org
10129 S:      Supported
10130 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
10131 F:      drivers/thermal/samsung/
10132
10133 SAMSUNG USB2 PHY DRIVER
10134 M:      Kamil Debski <k.debski@samsung.com>
10135 L:      linux-kernel@vger.kernel.org
10136 S:      Supported
10137 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
10138 F:      Documentation/phy/samsung-usb2.txt
10139 F:      drivers/phy/phy-exynos4210-usb2.c
10140 F:      drivers/phy/phy-exynos4x12-usb2.c
10141 F:      drivers/phy/phy-exynos5250-usb2.c
10142 F:      drivers/phy/phy-s5pv210-usb2.c
10143 F:      drivers/phy/phy-samsung-usb2.c
10144 F:      drivers/phy/phy-samsung-usb2.h
10145
10146 SERIAL DRIVERS
10147 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10148 L:      linux-serial@vger.kernel.org
10149 S:      Maintained
10150 F:      Documentation/devicetree/bindings/serial/
10151 F:      drivers/tty/serial/
10152
10153 SYNOPSYS DESIGNWARE DMAC DRIVER
10154 M:      Viresh Kumar <vireshk@kernel.org>
10155 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10156 S:      Maintained
10157 F:      include/linux/dma/dw.h
10158 F:      include/linux/platform_data/dma-dw.h
10159 F:      drivers/dma/dw/
10160
10161 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10162 M: Lars Persson <lars.persson@axis.com>
10163 L: netdev@vger.kernel.org
10164 S: Supported
10165 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10166 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10167
10168 SYNOPSYS DESIGNWARE I2C DRIVER
10169 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
10170 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10171 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
10172 L:      linux-i2c@vger.kernel.org
10173 S:      Maintained
10174 F:      drivers/i2c/busses/i2c-designware-*
10175 F:      include/linux/platform_data/i2c-designware.h
10176
10177 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10178 M:      Jaehoon Chung <jh80.chung@samsung.com>
10179 L:      linux-mmc@vger.kernel.org
10180 S:      Maintained
10181 F:      include/linux/mmc/dw_mmc.h
10182 F:      drivers/mmc/host/dw_mmc*
10183
10184 SYSTEM TRACE MODULE CLASS
10185 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
10186 S:      Maintained
10187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10188 F:      Documentation/trace/stm.txt
10189 F:      drivers/hwtracing/stm/
10190 F:      include/linux/stm.h
10191 F:      include/uapi/linux/stm.h
10192
10193 THUNDERBOLT DRIVER
10194 M:      Andreas Noever <andreas.noever@gmail.com>
10195 S:      Maintained
10196 F:      drivers/thunderbolt/
10197
10198 TI BQ27XXX POWER SUPPLY DRIVER
10199 R:      Andrew F. Davis <afd@ti.com>
10200 F:      include/linux/power/bq27xxx_battery.h
10201 F:      drivers/power/bq27xxx_battery.c
10202 F:      drivers/power/bq27xxx_battery_i2c.c
10203
10204 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10205 M:      John Stultz <john.stultz@linaro.org>
10206 M:      Thomas Gleixner <tglx@linutronix.de>
10207 L:      linux-kernel@vger.kernel.org
10208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10209 S:      Supported
10210 F:      include/linux/clocksource.h
10211 F:      include/linux/time.h
10212 F:      include/linux/timex.h
10213 F:      include/uapi/linux/time.h
10214 F:      include/uapi/linux/timex.h
10215 F:      kernel/time/clocksource.c
10216 F:      kernel/time/time*.c
10217 F:      kernel/time/alarmtimer.c
10218 F:      kernel/time/ntp.c
10219 F:      tools/testing/selftests/timers/
10220
10221 SC1200 WDT DRIVER
10222 M:      Zwane Mwaikambo <zwanem@gmail.com>
10223 S:      Maintained
10224 F:      drivers/watchdog/sc1200wdt.c
10225
10226 SCHEDULER
10227 M:      Ingo Molnar <mingo@redhat.com>
10228 M:      Peter Zijlstra <peterz@infradead.org>
10229 L:      linux-kernel@vger.kernel.org
10230 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10231 S:      Maintained
10232 F:      kernel/sched/
10233 F:      include/linux/sched.h
10234 F:      include/uapi/linux/sched.h
10235 F:      include/linux/wait.h
10236
10237 SCORE ARCHITECTURE
10238 M:      Chen Liqin <liqin.linux@gmail.com>
10239 M:      Lennox Wu <lennox.wu@gmail.com>
10240 W:      http://www.sunplus.com
10241 S:      Supported
10242 F:      arch/score/
10243
10244 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10245 M:      Sudeep Holla <sudeep.holla@arm.com>
10246 L:      linux-arm-kernel@lists.infradead.org
10247 S:      Maintained
10248 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
10249 F:      drivers/clk/clk-scpi.c
10250 F:      drivers/cpufreq/scpi-cpufreq.c
10251 F:      drivers/firmware/arm_scpi.c
10252 F:      include/linux/scpi_protocol.h
10253
10254 SCSI CDROM DRIVER
10255 M:      Jens Axboe <axboe@kernel.dk>
10256 L:      linux-scsi@vger.kernel.org
10257 W:      http://www.kernel.dk
10258 S:      Maintained
10259 F:      drivers/scsi/sr*
10260
10261 SCSI RDMA PROTOCOL (SRP) INITIATOR
10262 M:      Bart Van Assche <bart.vanassche@sandisk.com>
10263 L:      linux-rdma@vger.kernel.org
10264 S:      Supported
10265 W:      http://www.openfabrics.org
10266 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
10267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10268 F:      drivers/infiniband/ulp/srp/
10269 F:      include/scsi/srp.h
10270
10271 SCSI SG DRIVER
10272 M:      Doug Gilbert <dgilbert@interlog.com>
10273 L:      linux-scsi@vger.kernel.org
10274 W:      http://sg.danny.cz/sg
10275 S:      Maintained
10276 F:      Documentation/scsi/scsi-generic.txt
10277 F:      drivers/scsi/sg.c
10278 F:      include/scsi/sg.h
10279
10280 SCSI SUBSYSTEM
10281 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10283 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
10284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10285 L:      linux-scsi@vger.kernel.org
10286 S:      Maintained
10287 F:      Documentation/devicetree/bindings/scsi/
10288 F:      drivers/scsi/
10289 F:      include/scsi/
10290
10291 SCSI TAPE DRIVER
10292 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
10293 L:      linux-scsi@vger.kernel.org
10294 S:      Maintained
10295 F:      Documentation/scsi/st.txt
10296 F:      drivers/scsi/st.*
10297 F:      drivers/scsi/st_*.h
10298
10299 SCTP PROTOCOL
10300 M:      Vlad Yasevich <vyasevich@gmail.com>
10301 M:      Neil Horman <nhorman@tuxdriver.com>
10302 L:      linux-sctp@vger.kernel.org
10303 W:      http://lksctp.sourceforge.net
10304 S:      Maintained
10305 F:      Documentation/networking/sctp.txt
10306 F:      include/linux/sctp.h
10307 F:      include/uapi/linux/sctp.h
10308 F:      include/net/sctp/
10309 F:      net/sctp/
10310
10311 SCx200 CPU SUPPORT
10312 M:      Jim Cromie <jim.cromie@gmail.com>
10313 S:      Odd Fixes
10314 F:      Documentation/i2c/busses/scx200_acb
10315 F:      arch/x86/platform/scx200/
10316 F:      drivers/watchdog/scx200_wdt.c
10317 F:      drivers/i2c/busses/scx200*
10318 F:      drivers/mtd/maps/scx200_docflash.c
10319 F:      include/linux/scx200.h
10320
10321 SCx200 GPIO DRIVER
10322 M:      Jim Cromie <jim.cromie@gmail.com>
10323 S:      Maintained
10324 F:      drivers/char/scx200_gpio.c
10325 F:      include/linux/scx200_gpio.h
10326
10327 SCx200 HRT CLOCKSOURCE DRIVER
10328 M:      Jim Cromie <jim.cromie@gmail.com>
10329 S:      Maintained
10330 F:      drivers/clocksource/scx200_hrt.c
10331
10332 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10333 M:      Sascha Sommer <saschasommer@freenet.de>
10334 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10335 S:      Maintained
10336 F:      drivers/mmc/host/sdricoh_cs.c
10337
10338 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10339 M:      Adrian Hunter <adrian.hunter@intel.com>
10340 L:      linux-mmc@vger.kernel.org
10341 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
10342 S:      Maintained
10343 F:      drivers/mmc/host/sdhci*
10344 F:      include/linux/mmc/sdhci*
10345
10346 SECURE COMPUTING
10347 M:      Kees Cook <keescook@chromium.org>
10348 R:      Andy Lutomirski <luto@amacapital.net>
10349 R:      Will Drewry <wad@chromium.org>
10350 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10351 S:      Supported
10352 F:      kernel/seccomp.c
10353 F:      include/uapi/linux/seccomp.h
10354 F:      include/linux/seccomp.h
10355 F:      tools/testing/selftests/seccomp/*
10356 K:      \bsecure_computing
10357 K:      \bTIF_SECCOMP\b
10358
10359 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
10360 M:      Al Cooper <alcooperx@gmail.com>
10361 L:      linux-mmc@vger.kernel.org
10362 L:      bcm-kernel-feedback-list@broadcom.com
10363 S:      Maintained
10364 F:      drivers/mmc/host/sdhci-brcmstb*
10365
10366 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10367 M:      Ben Dooks <ben-linux@fluff.org>
10368 M:      Jaehoon Chung <jh80.chung@samsung.com>
10369 L:      linux-mmc@vger.kernel.org
10370 S:      Maintained
10371 F:      drivers/mmc/host/sdhci-s3c*
10372
10373 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10374 M:      Viresh Kumar <vireshk@kernel.org>
10375 L:      linux-mmc@vger.kernel.org
10376 S:      Maintained
10377 F:      drivers/mmc/host/sdhci-spear.c
10378
10379 SECURITY SUBSYSTEM
10380 M:      James Morris <james.l.morris@oracle.com>
10381 M:      "Serge E. Hallyn" <serge@hallyn.com>
10382 L:      linux-security-module@vger.kernel.org (suggested Cc:)
10383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10384 W:      http://kernsec.org/
10385 S:      Supported
10386 F:      security/
10387
10388 SECURITY CONTACT
10389 M:      Security Officers <security@kernel.org>
10390 S:      Supported
10391
10392 SELINUX SECURITY MODULE
10393 M:      Paul Moore <paul@paul-moore.com>
10394 M:      Stephen Smalley <sds@tycho.nsa.gov>
10395 M:      Eric Paris <eparis@parisplace.org>
10396 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
10397 W:      http://selinuxproject.org
10398 T:      git git://git.infradead.org/users/pcmoore/selinux
10399 S:      Supported
10400 F:      include/linux/selinux*
10401 F:      security/selinux/
10402 F:      scripts/selinux/
10403
10404 APPARMOR SECURITY MODULE
10405 M:      John Johansen <john.johansen@canonical.com>
10406 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10407 W:      apparmor.wiki.kernel.org
10408 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10409 S:      Supported
10410 F:      security/apparmor/
10411
10412 LOADPIN SECURITY MODULE
10413 M:      Kees Cook <keescook@chromium.org>
10414 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10415 S:      Supported
10416 F:      security/loadpin/
10417
10418 YAMA SECURITY MODULE
10419 M:      Kees Cook <keescook@chromium.org>
10420 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10421 S:      Supported
10422 F:      security/yama/
10423
10424 SENSABLE PHANTOM
10425 M:      Jiri Slaby <jirislaby@gmail.com>
10426 S:      Maintained
10427 F:      drivers/misc/phantom.c
10428 F:      include/uapi/linux/phantom.h
10429
10430 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
10431 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
10432 M:      Ketan Mukadam <ketan.mukadam@avagotech.com>
10433 M:      John Soni Jose <sony.john@avagotech.com>
10434 L:      linux-scsi@vger.kernel.org
10435 W:      http://www.avagotech.com
10436 S:      Supported
10437 F:      drivers/scsi/be2iscsi/
10438
10439 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
10440 M:      Sathya Perla <sathya.perla@broadcom.com>
10441 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
10442 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10443 M:      Somnath Kotur <somnath.kotur@broadcom.com>
10444 L:      netdev@vger.kernel.org
10445 W:      http://www.emulex.com
10446 S:      Supported
10447 F:      drivers/net/ethernet/emulex/benet/
10448
10449 EMULEX ONECONNECT ROCE DRIVER
10450 M:      Selvin Xavier <selvin.xavier@avagotech.com>
10451 M:      Devesh Sharma <devesh.sharma@avagotech.com>
10452 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10453 L:      linux-rdma@vger.kernel.org
10454 W:      http://www.emulex.com
10455 S:      Supported
10456 F:      drivers/infiniband/hw/ocrdma/
10457
10458 SFC NETWORK DRIVER
10459 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10460 M:      Edward Cree <ecree@solarflare.com>
10461 M:      Bert Kenward <bkenward@solarflare.com>
10462 L:      netdev@vger.kernel.org
10463 S:      Supported
10464 F:      drivers/net/ethernet/sfc/
10465
10466 SGI GRU DRIVER
10467 M:      Dimitri Sivanich <sivanich@sgi.com>
10468 S:      Maintained
10469 F:      drivers/misc/sgi-gru/
10470
10471 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10472 M:      Pat Gefre <pfg@sgi.com>
10473 L:      linux-ia64@vger.kernel.org
10474 S:      Supported
10475 F:      Documentation/ia64/serial.txt
10476 F:      drivers/tty/serial/ioc?_serial.c
10477 F:      include/linux/ioc?.h
10478
10479 SGI XP/XPC/XPNET DRIVER
10480 M:      Cliff Whickman <cpw@sgi.com>
10481 M:      Robin Holt <robinmholt@gmail.com>
10482 S:      Maintained
10483 F:      drivers/misc/sgi-xp/
10484
10485 SI2157 MEDIA DRIVER
10486 M:      Antti Palosaari <crope@iki.fi>
10487 L:      linux-media@vger.kernel.org
10488 W:      https://linuxtv.org
10489 W:      http://palosaari.fi/linux/
10490 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10491 T:      git git://linuxtv.org/anttip/media_tree.git
10492 S:      Maintained
10493 F:      drivers/media/tuners/si2157*
10494
10495 SI2168 MEDIA DRIVER
10496 M:      Antti Palosaari <crope@iki.fi>
10497 L:      linux-media@vger.kernel.org
10498 W:      https://linuxtv.org
10499 W:      http://palosaari.fi/linux/
10500 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10501 T:      git git://linuxtv.org/anttip/media_tree.git
10502 S:      Maintained
10503 F:      drivers/media/dvb-frontends/si2168*
10504
10505 SI470X FM RADIO RECEIVER I2C DRIVER
10506 M:      Hans Verkuil <hverkuil@xs4all.nl>
10507 L:      linux-media@vger.kernel.org
10508 T:      git git://linuxtv.org/media_tree.git
10509 W:      https://linuxtv.org
10510 S:      Odd Fixes
10511 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
10512
10513 SI470X FM RADIO RECEIVER USB DRIVER
10514 M:      Hans Verkuil <hverkuil@xs4all.nl>
10515 L:      linux-media@vger.kernel.org
10516 T:      git git://linuxtv.org/media_tree.git
10517 W:      https://linuxtv.org
10518 S:      Maintained
10519 F:      drivers/media/radio/si470x/radio-si470x-common.c
10520 F:      drivers/media/radio/si470x/radio-si470x.h
10521 F:      drivers/media/radio/si470x/radio-si470x-usb.c
10522
10523 SI4713 FM RADIO TRANSMITTER I2C DRIVER
10524 M:      Eduardo Valentin <edubezval@gmail.com>
10525 L:      linux-media@vger.kernel.org
10526 T:      git git://linuxtv.org/media_tree.git
10527 W:      https://linuxtv.org
10528 S:      Odd Fixes
10529 F:      drivers/media/radio/si4713/si4713.?
10530
10531 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10532 M:      Eduardo Valentin <edubezval@gmail.com>
10533 L:      linux-media@vger.kernel.org
10534 T:      git git://linuxtv.org/media_tree.git
10535 W:      https://linuxtv.org
10536 S:      Odd Fixes
10537 F:      drivers/media/radio/si4713/radio-platform-si4713.c
10538
10539 SI4713 FM RADIO TRANSMITTER USB DRIVER
10540 M:      Hans Verkuil <hverkuil@xs4all.nl>
10541 L:      linux-media@vger.kernel.org
10542 T:      git git://linuxtv.org/media_tree.git
10543 W:      https://linuxtv.org
10544 S:      Maintained
10545 F:      drivers/media/radio/si4713/radio-usb-si4713.c
10546
10547 SIANO DVB DRIVER
10548 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
10549 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
10550 L:      linux-media@vger.kernel.org
10551 W:      https://linuxtv.org
10552 T:      git git://linuxtv.org/media_tree.git
10553 S:      Odd fixes
10554 F:      drivers/media/common/siano/
10555 F:      drivers/media/usb/siano/
10556 F:      drivers/media/usb/siano/
10557 F:      drivers/media/mmc/siano/
10558
10559 SIMPLEFB FB DRIVER
10560 M:      Hans de Goede <hdegoede@redhat.com>
10561 L:      linux-fbdev@vger.kernel.org
10562 S:      Maintained
10563 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
10564 F:      drivers/video/fbdev/simplefb.c
10565 F:      include/linux/platform_data/simplefb.h
10566
10567 SH_VEU V4L2 MEM2MEM DRIVER
10568 L:      linux-media@vger.kernel.org
10569 S:      Orphan
10570 F:      drivers/media/platform/sh_veu.c
10571
10572 SH_VOU V4L2 OUTPUT DRIVER
10573 L:      linux-media@vger.kernel.org
10574 S:      Orphan
10575 F:      drivers/media/platform/sh_vou.c
10576 F:      include/media/drv-intf/sh_vou.h
10577
10578 SIMPLE FIRMWARE INTERFACE (SFI)
10579 M:      Len Brown <lenb@kernel.org>
10580 L:      sfi-devel@simplefirmware.org
10581 W:      http://simplefirmware.org/
10582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10583 S:      Supported
10584 F:      arch/x86/platform/sfi/
10585 F:      drivers/sfi/
10586 F:      include/linux/sfi*.h
10587
10588 SIMTEC EB110ATX (Chalice CATS)
10589 P:      Ben Dooks
10590 P:      Vincent Sanders <vince@simtec.co.uk>
10591 M:      Simtec Linux Team <linux@simtec.co.uk>
10592 W:      http://www.simtec.co.uk/products/EB110ATX/
10593 S:      Supported
10594
10595 SIMTEC EB2410ITX (BAST)
10596 P:      Ben Dooks
10597 P:      Vincent Sanders <vince@simtec.co.uk>
10598 M:      Simtec Linux Team <linux@simtec.co.uk>
10599 W:      http://www.simtec.co.uk/products/EB2410ITX/
10600 S:      Supported
10601 F:      arch/arm/mach-s3c24xx/mach-bast.c
10602 F:      arch/arm/mach-s3c24xx/bast-ide.c
10603 F:      arch/arm/mach-s3c24xx/bast-irq.c
10604
10605 TI DAVINCI MACHINE SUPPORT
10606 M:      Sekhar Nori <nsekhar@ti.com>
10607 M:      Kevin Hilman <khilman@kernel.org>
10608 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10609 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
10610 S:      Supported
10611 F:      arch/arm/mach-davinci/
10612 F:      drivers/i2c/busses/i2c-davinci.c
10613
10614 TI DAVINCI SERIES MEDIA DRIVER
10615 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10616 L:      linux-media@vger.kernel.org
10617 W:      https://linuxtv.org
10618 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10619 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10620 S:      Maintained
10621 F:      drivers/media/platform/davinci/
10622 F:      include/media/davinci/
10623
10624 TI AM437X VPFE DRIVER
10625 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10626 L:      linux-media@vger.kernel.org
10627 W:      https://linuxtv.org
10628 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10629 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10630 S:      Maintained
10631 F:      drivers/media/platform/am437x/
10632
10633 OV2659 OMNIVISION SENSOR DRIVER
10634 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10635 L:      linux-media@vger.kernel.org
10636 W:      https://linuxtv.org
10637 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10638 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10639 S:      Maintained
10640 F:      drivers/media/i2c/ov2659.c
10641 F:      include/media/i2c/ov2659.h
10642
10643 SILICON MOTION SM712 FRAME BUFFER DRIVER
10644 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10645 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10646 M:      Sudip Mukherjee <sudip@vectorindia.org>
10647 L:      linux-fbdev@vger.kernel.org
10648 S:      Maintained
10649 F:      drivers/video/fbdev/sm712*
10650 F:      Documentation/fb/sm712fb.txt
10651
10652 SIS 190 ETHERNET DRIVER
10653 M:      Francois Romieu <romieu@fr.zoreil.com>
10654 L:      netdev@vger.kernel.org
10655 S:      Maintained
10656 F:      drivers/net/ethernet/sis/sis190.c
10657
10658 SIS 900/7016 FAST ETHERNET DRIVER
10659 M:      Daniele Venzano <venza@brownhat.org>
10660 W:      http://www.brownhat.org/sis900.html
10661 L:      netdev@vger.kernel.org
10662 S:      Maintained
10663 F:      drivers/net/ethernet/sis/sis900.*
10664
10665 SIS FRAMEBUFFER DRIVER
10666 M:      Thomas Winischhofer <thomas@winischhofer.net>
10667 W:      http://www.winischhofer.net/linuxsisvga.shtml
10668 S:      Maintained
10669 F:      Documentation/fb/sisfb.txt
10670 F:      drivers/video/fbdev/sis/
10671 F:      include/video/sisfb.h
10672
10673 SIS USB2VGA DRIVER
10674 M:      Thomas Winischhofer <thomas@winischhofer.net>
10675 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
10676 S:      Maintained
10677 F:      drivers/usb/misc/sisusbvga/
10678
10679 SLAB ALLOCATOR
10680 M:      Christoph Lameter <cl@linux.com>
10681 M:      Pekka Enberg <penberg@kernel.org>
10682 M:      David Rientjes <rientjes@google.com>
10683 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
10684 M:      Andrew Morton <akpm@linux-foundation.org>
10685 L:      linux-mm@kvack.org
10686 S:      Maintained
10687 F:      include/linux/sl?b*.h
10688 F:      mm/sl?b*
10689
10690 SLEEPABLE READ-COPY UPDATE (SRCU)
10691 M:      Lai Jiangshan <jiangshanlai@gmail.com>
10692 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10693 M:      Josh Triplett <josh@joshtriplett.org>
10694 R:      Steven Rostedt <rostedt@goodmis.org>
10695 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10696 L:      linux-kernel@vger.kernel.org
10697 W:      http://www.rdrop.com/users/paulmck/RCU/
10698 S:      Supported
10699 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10700 F:      include/linux/srcu.h
10701 F:      kernel/rcu/srcu.c
10702
10703 SMACK SECURITY MODULE
10704 M:      Casey Schaufler <casey@schaufler-ca.com>
10705 L:      linux-security-module@vger.kernel.org
10706 W:      http://schaufler-ca.com
10707 T:      git git://github.com/cschaufler/smack-next
10708 S:      Maintained
10709 F:      Documentation/security/Smack.txt
10710 F:      security/smack/
10711
10712 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10713 M:      Kevin Hilman <khilman@kernel.org>
10714 M:      Nishanth Menon <nm@ti.com>
10715 S:      Maintained
10716 F:      drivers/power/avs/
10717 F:      include/linux/power/smartreflex.h
10718 L:      linux-pm@vger.kernel.org
10719
10720 SMC91x ETHERNET DRIVER
10721 M:      Nicolas Pitre <nico@fluxnic.net>
10722 S:      Odd Fixes
10723 F:      drivers/net/ethernet/smsc/smc91x.*
10724
10725 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10726 M:      Sakari Ailus <sakari.ailus@iki.fi>
10727 L:      linux-media@vger.kernel.org
10728 S:      Maintained
10729 F:      drivers/media/i2c/smiapp/
10730 F:      include/media/i2c/smiapp.h
10731 F:      drivers/media/i2c/smiapp-pll.c
10732 F:      drivers/media/i2c/smiapp-pll.h
10733 F:      include/uapi/linux/smiapp.h
10734 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10735
10736 SMM665 HARDWARE MONITOR DRIVER
10737 M:      Guenter Roeck <linux@roeck-us.net>
10738 L:      linux-hwmon@vger.kernel.org
10739 S:      Maintained
10740 F:      Documentation/hwmon/smm665
10741 F:      drivers/hwmon/smm665.c
10742
10743 SMSC EMC2103 HARDWARE MONITOR DRIVER
10744 M:      Steve Glendinning <steve.glendinning@shawell.net>
10745 L:      linux-hwmon@vger.kernel.org
10746 S:      Maintained
10747 F:      Documentation/hwmon/emc2103
10748 F:      drivers/hwmon/emc2103.c
10749
10750 SMSC SCH5627 HARDWARE MONITOR DRIVER
10751 M:      Hans de Goede <hdegoede@redhat.com>
10752 L:      linux-hwmon@vger.kernel.org
10753 S:      Supported
10754 F:      Documentation/hwmon/sch5627
10755 F:      drivers/hwmon/sch5627.c
10756
10757 SMSC47B397 HARDWARE MONITOR DRIVER
10758 M:      Jean Delvare <jdelvare@suse.com>
10759 L:      linux-hwmon@vger.kernel.org
10760 S:      Maintained
10761 F:      Documentation/hwmon/smsc47b397
10762 F:      drivers/hwmon/smsc47b397.c
10763
10764 SMSC911x ETHERNET DRIVER
10765 M:      Steve Glendinning <steve.glendinning@shawell.net>
10766 L:      netdev@vger.kernel.org
10767 S:      Maintained
10768 F:      include/linux/smsc911x.h
10769 F:      drivers/net/ethernet/smsc/smsc911x.*
10770
10771 SMSC9420 PCI ETHERNET DRIVER
10772 M:      Steve Glendinning <steve.glendinning@shawell.net>
10773 L:      netdev@vger.kernel.org
10774 S:      Maintained
10775 F:      drivers/net/ethernet/smsc/smsc9420.*
10776
10777 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10778 M:      Steve Glendinning <steve.glendinning@shawell.net>
10779 L:      linux-fbdev@vger.kernel.org
10780 S:      Maintained
10781 F:      drivers/video/fbdev/smscufx.c
10782
10783 SOC-CAMERA V4L2 SUBSYSTEM
10784 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10785 L:      linux-media@vger.kernel.org
10786 T:      git git://linuxtv.org/media_tree.git
10787 S:      Maintained
10788 F:      include/media/soc*
10789 F:      drivers/media/i2c/soc_camera/
10790 F:      drivers/media/platform/soc_camera/
10791
10792 SOEKRIS NET48XX LED SUPPORT
10793 M:      Chris Boot <bootc@bootc.net>
10794 S:      Maintained
10795 F:      drivers/leds/leds-net48xx.c
10796
10797 SOFTLOGIC 6x10 MPEG CODEC
10798 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10799 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10800 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
10801 M:      Ismael Luceno <ismael@iodev.co.uk>
10802 L:      linux-media@vger.kernel.org
10803 S:      Supported
10804 F:      drivers/media/pci/solo6x10/
10805
10806 SOFTWARE RAID (Multiple Disks) SUPPORT
10807 M:      Shaohua Li <shli@kernel.org>
10808 L:      linux-raid@vger.kernel.org
10809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
10810 S:      Supported
10811 F:      drivers/md/
10812 F:      include/linux/raid/
10813 F:      include/uapi/linux/raid/
10814
10815 SONIC NETWORK DRIVER
10816 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10817 L:      netdev@vger.kernel.org
10818 S:      Maintained
10819 F:      drivers/net/ethernet/natsemi/sonic.*
10820
10821 SONICS SILICON BACKPLANE DRIVER (SSB)
10822 M:      Michael Buesch <m@bues.ch>
10823 L:      linux-wireless@vger.kernel.org
10824 S:      Maintained
10825 F:      drivers/ssb/
10826 F:      include/linux/ssb/
10827
10828 SONY VAIO CONTROL DEVICE DRIVER
10829 M:      Mattia Dongili <malattia@linux.it>
10830 L:      platform-driver-x86@vger.kernel.org
10831 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10832 S:      Maintained
10833 F:      Documentation/laptops/sony-laptop.txt
10834 F:      drivers/char/sonypi.c
10835 F:      drivers/platform/x86/sony-laptop.c
10836 F:      include/linux/sony-laptop.h
10837
10838 SONY MEMORYSTICK CARD SUPPORT
10839 M:      Alex Dubov <oakad@yahoo.com>
10840 W:      http://tifmxx.berlios.de/
10841 S:      Maintained
10842 F:      drivers/memstick/host/tifm_ms.c
10843
10844 SONY MEMORYSTICK STANDARD SUPPORT
10845 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10846 S:      Maintained
10847 F:      drivers/memstick/core/ms_block.*
10848
10849 SOUND
10850 M:      Jaroslav Kysela <perex@perex.cz>
10851 M:      Takashi Iwai <tiwai@suse.com>
10852 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10853 W:      http://www.alsa-project.org/
10854 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10855 T:      git git://git.alsa-project.org/alsa-kernel.git
10856 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
10857 S:      Maintained
10858 F:      Documentation/sound/
10859 F:      include/sound/
10860 F:      include/uapi/sound/
10861 F:      sound/
10862
10863 SOUND - COMPRESSED AUDIO
10864 M:      Vinod Koul <vinod.koul@intel.com>
10865 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10867 S:      Supported
10868 F:      Documentation/sound/alsa/compress_offload.txt
10869 F:      include/sound/compress_driver.h
10870 F:      include/uapi/sound/compress_*
10871 F:      sound/core/compress_offload.c
10872 F:      sound/soc/soc-compress.c
10873
10874 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10875 M:      Liam Girdwood <lgirdwood@gmail.com>
10876 M:      Mark Brown <broonie@kernel.org>
10877 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10878 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10879 W:      http://alsa-project.org/main/index.php/ASoC
10880 S:      Supported
10881 F:      Documentation/devicetree/bindings/sound/
10882 F:      Documentation/sound/alsa/soc/
10883 F:      sound/soc/
10884 F:      include/sound/soc*
10885
10886 SOUND - DMAENGINE HELPERS
10887 M:      Lars-Peter Clausen <lars@metafoo.de>
10888 S:      Supported
10889 F:      include/sound/dmaengine_pcm.h
10890 F:      sound/core/pcm_dmaengine.c
10891 F:      sound/soc/soc-generic-dmaengine-pcm.c
10892
10893 SP2 MEDIA DRIVER
10894 M:      Olli Salonen <olli.salonen@iki.fi>
10895 L:      linux-media@vger.kernel.org
10896 W:      https://linuxtv.org
10897 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10898 S:      Maintained
10899 F:      drivers/media/dvb-frontends/sp2*
10900
10901 SPARC + UltraSPARC (sparc/sparc64)
10902 M:      "David S. Miller" <davem@davemloft.net>
10903 L:      sparclinux@vger.kernel.org
10904 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
10905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10906 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10907 S:      Maintained
10908 F:      arch/sparc/
10909 F:      drivers/sbus/
10910
10911 SPARC SERIAL DRIVERS
10912 M:      "David S. Miller" <davem@davemloft.net>
10913 L:      sparclinux@vger.kernel.org
10914 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10915 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10916 S:      Maintained
10917 F:      include/linux/sunserialcore.h
10918 F:      drivers/tty/serial/suncore.c
10919 F:      drivers/tty/serial/sunhv.c
10920 F:      drivers/tty/serial/sunsab.c
10921 F:      drivers/tty/serial/sunsab.h
10922 F:      drivers/tty/serial/sunsu.c
10923 F:      drivers/tty/serial/sunzilog.c
10924 F:      drivers/tty/serial/sunzilog.h
10925
10926 SPARSE CHECKER
10927 M:      "Christopher Li" <sparse@chrisli.org>
10928 L:      linux-sparse@vger.kernel.org
10929 W:      https://sparse.wiki.kernel.org/
10930 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10931 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10932 S:      Maintained
10933 F:      include/linux/compiler.h
10934
10935 SPEAR PLATFORM SUPPORT
10936 M:      Viresh Kumar <vireshk@kernel.org>
10937 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10938 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10939 W:      http://www.st.com/spear
10940 S:      Maintained
10941 F:      arch/arm/boot/dts/spear*
10942 F:      arch/arm/mach-spear/
10943
10944 SPEAR CLOCK FRAMEWORK SUPPORT
10945 M:      Viresh Kumar <vireshk@kernel.org>
10946 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10947 W:      http://www.st.com/spear
10948 S:      Maintained
10949 F:      drivers/clk/spear/
10950
10951 SPI SUBSYSTEM
10952 M:      Mark Brown <broonie@kernel.org>
10953 L:      linux-spi@vger.kernel.org
10954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10955 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
10956 S:      Maintained
10957 F:      Documentation/devicetree/bindings/spi/
10958 F:      Documentation/spi/
10959 F:      drivers/spi/
10960 F:      include/linux/spi/
10961 F:      include/uapi/linux/spi/
10962
10963 SPIDERNET NETWORK DRIVER for CELL
10964 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10965 L:      netdev@vger.kernel.org
10966 S:      Supported
10967 F:      Documentation/networking/spider_net.txt
10968 F:      drivers/net/ethernet/toshiba/spider_net*
10969
10970 SPU FILE SYSTEM
10971 M:      Jeremy Kerr <jk@ozlabs.org>
10972 L:      linuxppc-dev@lists.ozlabs.org
10973 W:      http://www.ibm.com/developerworks/power/cell/
10974 S:      Supported
10975 F:      Documentation/filesystems/spufs.txt
10976 F:      arch/powerpc/platforms/cell/spufs/
10977
10978 SQUASHFS FILE SYSTEM
10979 M:      Phillip Lougher <phillip@squashfs.org.uk>
10980 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
10981 W:      http://squashfs.org.uk
10982 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10983 S:      Maintained
10984 F:      Documentation/filesystems/squashfs.txt
10985 F:      fs/squashfs/
10986
10987 SRM (Alpha) environment access
10988 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
10989 S:      Maintained
10990 F:      arch/alpha/kernel/srm_env.c
10991
10992 STABLE BRANCH
10993 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10994 L:      stable@vger.kernel.org
10995 S:      Supported
10996 F:      Documentation/stable_kernel_rules.txt
10997
10998 STAGING SUBSYSTEM
10999 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11000 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11001 L:      devel@driverdev.osuosl.org
11002 S:      Supported
11003 F:      drivers/staging/
11004
11005 STAGING - COMEDI
11006 M:      Ian Abbott <abbotti@mev.co.uk>
11007 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
11008 S:      Odd Fixes
11009 F:      drivers/staging/comedi/
11010
11011 STAGING - FLARION FT1000 DRIVERS
11012 M:      Marek Belisko <marek.belisko@gmail.com>
11013 S:      Odd Fixes
11014 F:      drivers/staging/ft1000/
11015
11016 STAGING - INDUSTRIAL IO
11017 M:      Jonathan Cameron <jic23@kernel.org>
11018 L:      linux-iio@vger.kernel.org
11019 S:      Odd Fixes
11020 F:      Documentation/devicetree/bindings/staging/iio/
11021 F:      drivers/staging/iio/
11022
11023 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11024 M:      Jarod Wilson <jarod@wilsonet.com>
11025 W:      http://www.lirc.org/
11026 S:      Odd Fixes
11027 F:      drivers/staging/media/lirc/
11028
11029 STAGING - LUSTRE PARALLEL FILESYSTEM
11030 M:      Oleg Drokin <oleg.drokin@intel.com>
11031 M:      Andreas Dilger <andreas.dilger@intel.com>
11032 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
11033 W:      http://wiki.lustre.org/
11034 S:      Maintained
11035 F:      drivers/staging/lustre
11036
11037 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11038 M:      Marc Dietrich <marvin24@gmx.de>
11039 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
11040 L:      linux-tegra@vger.kernel.org
11041 S:      Maintained
11042 F:      drivers/staging/nvec/
11043
11044 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11045 M:      Jens Frederich <jfrederich@gmail.com>
11046 M:      Daniel Drake <dsd@laptop.org>
11047 M:      Jon Nettleton <jon.nettleton@gmail.com>
11048 W:      http://wiki.laptop.org/go/DCON
11049 S:      Maintained
11050 F:      drivers/staging/olpc_dcon/
11051
11052 STAGING - REALTEK RTL8712U DRIVERS
11053 M:      Larry Finger <Larry.Finger@lwfinger.net>
11054 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11055 S:      Odd Fixes
11056 F:      drivers/staging/rtl8712/
11057
11058 STAGING - REALTEK RTL8723U WIRELESS DRIVER
11059 M:      Larry Finger <Larry.Finger@lwfinger.net>
11060 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
11061 L:      linux-wireless@vger.kernel.org
11062 S:      Maintained
11063 F:      drivers/staging/rtl8723au/
11064
11065 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11066 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11067 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11068 M:      Sudip Mukherjee <sudip@vectorindia.org>
11069 L:      linux-fbdev@vger.kernel.org
11070 S:      Maintained
11071 F:      drivers/staging/sm750fb/
11072
11073 STAGING - SLICOSS
11074 M:      Lior Dotan <liodot@gmail.com>
11075 M:      Christopher Harrer <charrer@alacritech.com>
11076 S:      Odd Fixes
11077 F:      drivers/staging/slicoss/
11078
11079 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11080 M:      William Hubbs <w.d.hubbs@gmail.com>
11081 M:      Chris Brannon <chris@the-brannons.com>
11082 M:      Kirk Reiser <kirk@reisers.ca>
11083 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
11084 L:      speakup@linux-speakup.org
11085 W:      http://www.linux-speakup.org/
11086 S:      Odd Fixes
11087 F:      drivers/staging/speakup/
11088
11089 STAGING - VIA VT665X DRIVERS
11090 M:      Forest Bond <forest@alittletooquiet.net>
11091 S:      Odd Fixes
11092 F:      drivers/staging/vt665?/
11093
11094 STAGING - WILC1000 WIFI DRIVER
11095 M:      Johnny Kim <johnny.kim@atmel.com>
11096 M:      Austin Shin <austin.shin@atmel.com>
11097 M:      Chris Park <chris.park@atmel.com>
11098 M:      Tony Cho <tony.cho@atmel.com>
11099 M:      Glen Lee <glen.lee@atmel.com>
11100 M:      Leo Kim <leo.kim@atmel.com>
11101 L:      linux-wireless@vger.kernel.org
11102 S:      Supported
11103 F:      drivers/staging/wilc1000/
11104
11105 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11106 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
11107 S:      Odd Fixes
11108 F:      drivers/staging/xgifb/
11109
11110 STARFIRE/DURALAN NETWORK DRIVER
11111 M:      Ion Badulescu <ionut@badula.org>
11112 S:      Odd Fixes
11113 F:      drivers/net/ethernet/adaptec/starfire*
11114
11115 SUN3/3X
11116 M:      Sam Creasey <sammy@sammy.net>
11117 W:      http://sammy.net/sun3/
11118 S:      Maintained
11119 F:      arch/m68k/kernel/*sun3*
11120 F:      arch/m68k/sun3*/
11121 F:      arch/m68k/include/asm/sun3*
11122 F:      drivers/net/ethernet/i825xx/sun3*
11123
11124 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11125 M:      Hans de Goede <hdegoede@redhat.com>
11126 L:      linux-input@vger.kernel.org
11127 S:      Maintained
11128 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11129 F:      drivers/input/keyboard/sun4i-lradc-keys.c
11130
11131 SUNDANCE NETWORK DRIVER
11132 M:      Denis Kirjanov <kda@linux-powerpc.org>
11133 L:      netdev@vger.kernel.org
11134 S:      Maintained
11135 F:      drivers/net/ethernet/dlink/sundance.c
11136
11137 SUPERH
11138 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
11139 M:      Rich Felker <dalias@libc.org>
11140 L:      linux-sh@vger.kernel.org
11141 Q:      http://patchwork.kernel.org/project/linux-sh/list/
11142 S:      Maintained
11143 F:      Documentation/sh/
11144 F:      arch/sh/
11145 F:      drivers/sh/
11146
11147 SUSPEND TO RAM
11148 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
11149 M:      Len Brown <len.brown@intel.com>
11150 M:      Pavel Machek <pavel@ucw.cz>
11151 L:      linux-pm@vger.kernel.org
11152 S:      Supported
11153 F:      Documentation/power/
11154 F:      arch/x86/kernel/acpi/
11155 F:      drivers/base/power/
11156 F:      kernel/power/
11157 F:      include/linux/suspend.h
11158 F:      include/linux/freezer.h
11159 F:      include/linux/pm.h
11160
11161 SVGA HANDLING
11162 M:      Martin Mares <mj@ucw.cz>
11163 L:      linux-video@atrey.karlin.mff.cuni.cz
11164 S:      Maintained
11165 F:      Documentation/svga.txt
11166 F:      arch/x86/boot/video*
11167
11168 SWIOTLB SUBSYSTEM
11169 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11170 L:      linux-kernel@vger.kernel.org
11171 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11172 S:      Supported
11173 F:      lib/swiotlb.c
11174 F:      arch/*/kernel/pci-swiotlb.c
11175 F:      include/linux/swiotlb.h
11176
11177 SWITCHDEV
11178 M:      Jiri Pirko <jiri@resnulli.us>
11179 L:      netdev@vger.kernel.org
11180 S:      Supported
11181 F:      net/switchdev/
11182 F:      include/net/switchdev.h
11183
11184 SYNOPSYS ARC ARCHITECTURE
11185 M:      Vineet Gupta <vgupta@synopsys.com>
11186 L:      linux-snps-arc@lists.infradead.org
11187 S:      Supported
11188 F:      arch/arc/
11189 F:      Documentation/devicetree/bindings/arc/*
11190 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11191 F:      drivers/tty/serial/arc_uart.c
11192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11193
11194 SYNOPSYS ARC SDP platform support
11195 M:      Alexey Brodkin <abrodkin@synopsys.com>
11196 S:      Supported
11197 F:      arch/arc/plat-axs10x
11198 F:      arch/arc/boot/dts/ax*
11199 F:      Documentation/devicetree/bindings/arc/axs10*
11200
11201 SYSTEM CONFIGURATION (SYSCON)
11202 M:      Lee Jones <lee.jones@linaro.org>
11203 M:      Arnd Bergmann <arnd@arndb.de>
11204 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11205 S:      Supported
11206 F:      drivers/mfd/syscon.c
11207
11208 SYSV FILESYSTEM
11209 M:      Christoph Hellwig <hch@infradead.org>
11210 S:      Maintained
11211 F:      Documentation/filesystems/sysv-fs.txt
11212 F:      fs/sysv/
11213 F:      include/linux/sysv_fs.h
11214
11215 TARGET SUBSYSTEM
11216 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11217 L:      linux-scsi@vger.kernel.org
11218 L:      target-devel@vger.kernel.org
11219 W:      http://www.linux-iscsi.org
11220 W:      http://groups.google.com/group/linux-iscsi-target-dev
11221 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11222 S:      Supported
11223 F:      drivers/target/
11224 F:      include/target/
11225 F:      Documentation/target/
11226
11227 TASKSTATS STATISTICS INTERFACE
11228 M:      Balbir Singh <bsingharora@gmail.com>
11229 S:      Maintained
11230 F:      Documentation/accounting/taskstats*
11231 F:      include/linux/taskstats*
11232 F:      kernel/taskstats.c
11233
11234 TC CLASSIFIER
11235 M:      Jamal Hadi Salim <jhs@mojatatu.com>
11236 L:      netdev@vger.kernel.org
11237 S:      Maintained
11238 F:      include/net/pkt_cls.h
11239 F:      include/uapi/linux/pkt_cls.h
11240 F:      net/sched/
11241
11242 TCP LOW PRIORITY MODULE
11243 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11244 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11245 W:      http://tcp-lp-mod.sourceforge.net/
11246 S:      Maintained
11247 F:      net/ipv4/tcp_lp.c
11248
11249 TDA10071 MEDIA DRIVER
11250 M:      Antti Palosaari <crope@iki.fi>
11251 L:      linux-media@vger.kernel.org
11252 W:      https://linuxtv.org
11253 W:      http://palosaari.fi/linux/
11254 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11255 T:      git git://linuxtv.org/anttip/media_tree.git
11256 S:      Maintained
11257 F:      drivers/media/dvb-frontends/tda10071*
11258
11259 TDA18212 MEDIA DRIVER
11260 M:      Antti Palosaari <crope@iki.fi>
11261 L:      linux-media@vger.kernel.org
11262 W:      https://linuxtv.org
11263 W:      http://palosaari.fi/linux/
11264 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11265 T:      git git://linuxtv.org/anttip/media_tree.git
11266 S:      Maintained
11267 F:      drivers/media/tuners/tda18212*
11268
11269 TDA18218 MEDIA DRIVER
11270 M:      Antti Palosaari <crope@iki.fi>
11271 L:      linux-media@vger.kernel.org
11272 W:      https://linuxtv.org
11273 W:      http://palosaari.fi/linux/
11274 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11275 T:      git git://linuxtv.org/anttip/media_tree.git
11276 S:      Maintained
11277 F:      drivers/media/tuners/tda18218*
11278
11279 TDA18271 MEDIA DRIVER
11280 M:      Michael Krufky <mkrufky@linuxtv.org>
11281 L:      linux-media@vger.kernel.org
11282 W:      https://linuxtv.org
11283 W:      http://github.com/mkrufky
11284 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11285 T:      git git://linuxtv.org/mkrufky/tuners.git
11286 S:      Maintained
11287 F:      drivers/media/tuners/tda18271*
11288
11289 TDA827x MEDIA DRIVER
11290 M:      Michael Krufky <mkrufky@linuxtv.org>
11291 L:      linux-media@vger.kernel.org
11292 W:      https://linuxtv.org
11293 W:      http://github.com/mkrufky
11294 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11295 T:      git git://linuxtv.org/mkrufky/tuners.git
11296 S:      Maintained
11297 F:      drivers/media/tuners/tda8290.*
11298
11299 TDA8290 MEDIA DRIVER
11300 M:      Michael Krufky <mkrufky@linuxtv.org>
11301 L:      linux-media@vger.kernel.org
11302 W:      https://linuxtv.org
11303 W:      http://github.com/mkrufky
11304 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11305 T:      git git://linuxtv.org/mkrufky/tuners.git
11306 S:      Maintained
11307 F:      drivers/media/tuners/tda8290.*
11308
11309 TDA9840 MEDIA DRIVER
11310 M:      Hans Verkuil <hverkuil@xs4all.nl>
11311 L:      linux-media@vger.kernel.org
11312 T:      git git://linuxtv.org/media_tree.git
11313 W:      https://linuxtv.org
11314 S:      Maintained
11315 F:      drivers/media/i2c/tda9840*
11316
11317 TEA5761 TUNER DRIVER
11318 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11319 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11320 L:      linux-media@vger.kernel.org
11321 W:      https://linuxtv.org
11322 T:      git git://linuxtv.org/media_tree.git
11323 S:      Odd fixes
11324 F:      drivers/media/tuners/tea5761.*
11325
11326 TEA5767 TUNER DRIVER
11327 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11328 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11329 L:      linux-media@vger.kernel.org
11330 W:      https://linuxtv.org
11331 T:      git git://linuxtv.org/media_tree.git
11332 S:      Maintained
11333 F:      drivers/media/tuners/tea5767.*
11334
11335 TEA6415C MEDIA DRIVER
11336 M:      Hans Verkuil <hverkuil@xs4all.nl>
11337 L:      linux-media@vger.kernel.org
11338 T:      git git://linuxtv.org/media_tree.git
11339 W:      https://linuxtv.org
11340 S:      Maintained
11341 F:      drivers/media/i2c/tea6415c*
11342
11343 TEA6420 MEDIA DRIVER
11344 M:      Hans Verkuil <hverkuil@xs4all.nl>
11345 L:      linux-media@vger.kernel.org
11346 T:      git git://linuxtv.org/media_tree.git
11347 W:      https://linuxtv.org
11348 S:      Maintained
11349 F:      drivers/media/i2c/tea6420*
11350
11351 TEAM DRIVER
11352 M:      Jiri Pirko <jiri@resnulli.us>
11353 L:      netdev@vger.kernel.org
11354 S:      Supported
11355 F:      drivers/net/team/
11356 F:      include/linux/if_team.h
11357 F:      include/uapi/linux/if_team.h
11358
11359 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11360 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11361 S:      Maintained
11362 F:      arch/x86/platform/ts5500/
11363
11364 TECHNOTREND USB IR RECEIVER
11365 M:      Sean Young <sean@mess.org>
11366 L:      linux-media@vger.kernel.org
11367 S:      Maintained
11368 F:      drivers/media/rc/ttusbir.c
11369
11370 TEGRA ARCHITECTURE SUPPORT
11371 M:      Stephen Warren <swarren@wwwdotorg.org>
11372 M:      Thierry Reding <thierry.reding@gmail.com>
11373 M:      Alexandre Courbot <gnurou@gmail.com>
11374 L:      linux-tegra@vger.kernel.org
11375 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
11376 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11377 S:      Supported
11378 N:      [^a-z]tegra
11379
11380 TEGRA CLOCK DRIVER
11381 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
11382 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
11383 S:      Supported
11384 F:      drivers/clk/tegra/
11385
11386 TEGRA DMA DRIVERS
11387 M:      Laxman Dewangan <ldewangan@nvidia.com>
11388 M:      Jon Hunter <jonathanh@nvidia.com>
11389 S:      Supported
11390 F:      drivers/dma/tegra*
11391
11392 TEGRA I2C DRIVER
11393 M:      Laxman Dewangan <ldewangan@nvidia.com>
11394 S:      Supported
11395 F:      drivers/i2c/busses/i2c-tegra.c
11396
11397 TEGRA IOMMU DRIVERS
11398 M:      Hiroshi Doyu <hdoyu@nvidia.com>
11399 S:      Supported
11400 F:      drivers/iommu/tegra*
11401
11402 TEGRA KBC DRIVER
11403 M:      Rakesh Iyer <riyer@nvidia.com>
11404 M:      Laxman Dewangan <ldewangan@nvidia.com>
11405 S:      Supported
11406 F:      drivers/input/keyboard/tegra-kbc.c
11407
11408 TEGRA PWM DRIVER
11409 M:      Thierry Reding <thierry.reding@gmail.com>
11410 S:      Supported
11411 F:      drivers/pwm/pwm-tegra.c
11412
11413 TEGRA SERIAL DRIVER
11414 M:      Laxman Dewangan <ldewangan@nvidia.com>
11415 S:      Supported
11416 F:      drivers/tty/serial/serial-tegra.c
11417
11418 TEGRA SPI DRIVER
11419 M:      Laxman Dewangan <ldewangan@nvidia.com>
11420 S:      Supported
11421 F:      drivers/spi/spi-tegra*
11422
11423 TEHUTI ETHERNET DRIVER
11424 M:      Andy Gospodarek <andy@greyhouse.net>
11425 L:      netdev@vger.kernel.org
11426 S:      Supported
11427 F:      drivers/net/ethernet/tehuti/*
11428
11429 Telecom Clock Driver for MCPL0010
11430 M:      Mark Gross <mark.gross@intel.com>
11431 S:      Supported
11432 F:      drivers/char/tlclk.c
11433
11434 TENSILICA XTENSA PORT (xtensa)
11435 M:      Chris Zankel <chris@zankel.net>
11436 M:      Max Filippov <jcmvbkbc@gmail.com>
11437 L:      linux-xtensa@linux-xtensa.org
11438 T:      git git://github.com/czankel/xtensa-linux.git
11439 S:      Maintained
11440 F:      arch/xtensa/
11441 F:      drivers/irqchip/irq-xtensa-*
11442
11443 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11444 M:      Hans Verkuil <hverkuil@xs4all.nl>
11445 L:      linux-media@vger.kernel.org
11446 T:      git git://linuxtv.org/media_tree.git
11447 W:      https://linuxtv.org
11448 S:      Maintained
11449 F:      drivers/media/radio/radio-raremono.c
11450
11451 THERMAL
11452 M:      Zhang Rui <rui.zhang@intel.com>
11453 M:      Eduardo Valentin <edubezval@gmail.com>
11454 L:      linux-pm@vger.kernel.org
11455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11457 Q:      https://patchwork.kernel.org/project/linux-pm/list/
11458 S:      Supported
11459 F:      drivers/thermal/
11460 F:      include/linux/thermal.h
11461 F:      include/uapi/linux/thermal.h
11462 F:      include/linux/cpu_cooling.h
11463 F:      Documentation/devicetree/bindings/thermal/
11464
11465 THERMAL/CPU_COOLING
11466 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
11467 M:      Viresh Kumar <viresh.kumar@linaro.org>
11468 M:      Javi Merino <javi.merino@arm.com>
11469 L:      linux-pm@vger.kernel.org
11470 S:      Supported
11471 F:      Documentation/thermal/cpu-cooling-api.txt
11472 F:      drivers/thermal/cpu_cooling.c
11473 F:      include/linux/cpu_cooling.h
11474
11475 THINKPAD ACPI EXTRAS DRIVER
11476 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11477 L:      ibm-acpi-devel@lists.sourceforge.net
11478 L:      platform-driver-x86@vger.kernel.org
11479 W:      http://ibm-acpi.sourceforge.net
11480 W:      http://thinkwiki.org/wiki/Ibm-acpi
11481 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11482 S:      Maintained
11483 F:      drivers/platform/x86/thinkpad_acpi.c
11484
11485 TI BANDGAP AND THERMAL DRIVER
11486 M:      Eduardo Valentin <edubezval@gmail.com>
11487 M:      Keerthy <j-keerthy@ti.com>
11488 L:      linux-pm@vger.kernel.org
11489 L:      linux-omap@vger.kernel.org
11490 S:      Maintained
11491 F:      drivers/thermal/ti-soc-thermal/
11492
11493 TI VPE/CAL DRIVERS
11494 M:      Benoit Parrot <bparrot@ti.com>
11495 L:      linux-media@vger.kernel.org
11496 W:      http://linuxtv.org/
11497 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11498 S:      Maintained
11499 F:      drivers/media/platform/ti-vpe/
11500
11501 TI CDCE706 CLOCK DRIVER
11502 M:      Max Filippov <jcmvbkbc@gmail.com>
11503 S:      Maintained
11504 F:      drivers/clk/clk-cdce706.c
11505
11506 TI CLOCK DRIVER
11507 M:      Tero Kristo <t-kristo@ti.com>
11508 L:      linux-omap@vger.kernel.org
11509 S:      Maintained
11510 F:      drivers/clk/ti/
11511 F:      include/linux/clk/ti.h
11512
11513 TI ETHERNET SWITCH DRIVER (CPSW)
11514 M:      Mugunthan V N <mugunthanvnm@ti.com>
11515 R:      Grygorii Strashko <grygorii.strashko@ti.com>
11516 L:      linux-omap@vger.kernel.org
11517 L:      netdev@vger.kernel.org
11518 S:      Maintained
11519 F:      drivers/net/ethernet/ti/cpsw*
11520 F:      drivers/net/ethernet/ti/davinci*
11521
11522 TI FLASH MEDIA INTERFACE DRIVER
11523 M:      Alex Dubov <oakad@yahoo.com>
11524 S:      Maintained
11525 F:      drivers/misc/tifm*
11526 F:      drivers/mmc/host/tifm_sd.c
11527 F:      include/linux/tifm.h
11528
11529 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11530 M:      Santosh Shilimkar <ssantosh@kernel.org>
11531 L:      linux-kernel@vger.kernel.org
11532 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11533 S:      Maintained
11534 F:      drivers/soc/ti/*
11535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11536
11537
11538 TI LM49xxx FAMILY ASoC CODEC DRIVERS
11539 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
11540 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
11541 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11542 S:      Maintained
11543 F:      sound/soc/codecs/lm49453*
11544 F:      sound/soc/codecs/isabelle*
11545
11546 TI LP855x BACKLIGHT DRIVER
11547 M:      Milo Kim <milo.kim@ti.com>
11548 S:      Maintained
11549 F:      Documentation/backlight/lp855x-driver.txt
11550 F:      drivers/video/backlight/lp855x_bl.c
11551 F:      include/linux/platform_data/lp855x.h
11552
11553 TI LP8727 CHARGER DRIVER
11554 M:      Milo Kim <milo.kim@ti.com>
11555 S:      Maintained
11556 F:      drivers/power/lp8727_charger.c
11557 F:      include/linux/platform_data/lp8727.h
11558
11559 TI LP8788 MFD DRIVER
11560 M:      Milo Kim <milo.kim@ti.com>
11561 S:      Maintained
11562 F:      drivers/iio/adc/lp8788_adc.c
11563 F:      drivers/leds/leds-lp8788.c
11564 F:      drivers/mfd/lp8788*.c
11565 F:      drivers/power/lp8788-charger.c
11566 F:      drivers/regulator/lp8788-*.c
11567 F:      include/linux/mfd/lp8788*.h
11568
11569 TI NETCP ETHERNET DRIVER
11570 M:      Wingman Kwok <w-kwok2@ti.com>
11571 M:      Murali Karicheri <m-karicheri2@ti.com>
11572 L:      netdev@vger.kernel.org
11573 S:      Maintained
11574 F:      drivers/net/ethernet/ti/netcp*
11575
11576 TI TAS571X FAMILY ASoC CODEC DRIVER
11577 M:      Kevin Cernekee <cernekee@chromium.org>
11578 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11579 S:      Odd Fixes
11580 F:      sound/soc/codecs/tas571x*
11581
11582 TI TWL4030 SERIES SOC CODEC DRIVER
11583 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
11584 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11585 S:      Maintained
11586 F:      sound/soc/codecs/twl4030*
11587
11588 TI WILINK WIRELESS DRIVERS
11589 L:      linux-wireless@vger.kernel.org
11590 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
11591 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
11592 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11593 S:      Orphan
11594 F:      drivers/net/wireless/ti/
11595 F:      include/linux/wl12xx.h
11596
11597 TIPC NETWORK LAYER
11598 M:      Jon Maloy <jon.maloy@ericsson.com>
11599 M:      Ying Xue <ying.xue@windriver.com>
11600 L:      netdev@vger.kernel.org (core kernel code)
11601 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11602 W:      http://tipc.sourceforge.net/
11603 S:      Maintained
11604 F:      include/uapi/linux/tipc*.h
11605 F:      net/tipc/
11606
11607 TILE ARCHITECTURE
11608 M:      Chris Metcalf <cmetcalf@mellanox.com>
11609 W:      http://www.mellanox.com/repository/solutions/tile-scm/
11610 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11611 S:      Supported
11612 F:      arch/tile/
11613 F:      drivers/char/tile-srom.c
11614 F:      drivers/edac/tile_edac.c
11615 F:      drivers/net/ethernet/tile/
11616 F:      drivers/rtc/rtc-tile.c
11617 F:      drivers/tty/hvc/hvc_tile.c
11618 F:      drivers/tty/serial/tilegx.c
11619 F:      drivers/usb/host/*-tilegx.c
11620 F:      include/linux/usb/tilegx.h
11621
11622 TLAN NETWORK DRIVER
11623 M:      Samuel Chessman <chessman@tux.org>
11624 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
11625 W:      http://sourceforge.net/projects/tlan/
11626 S:      Maintained
11627 F:      Documentation/networking/tlan.txt
11628 F:      drivers/net/ethernet/ti/tlan.*
11629
11630 TOMOYO SECURITY MODULE
11631 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
11632 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11633 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11634 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11635 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11636 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11637 W:      http://tomoyo.sourceforge.jp/
11638 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11639 S:      Maintained
11640 F:      security/tomoyo/
11641
11642 TOPSTAR LAPTOP EXTRAS DRIVER
11643 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
11644 L:      platform-driver-x86@vger.kernel.org
11645 S:      Maintained
11646 F:      drivers/platform/x86/topstar-laptop.c
11647
11648 TOSHIBA ACPI EXTRAS DRIVER
11649 M:      Azael Avalos <coproscefalo@gmail.com>
11650 L:      platform-driver-x86@vger.kernel.org
11651 S:      Maintained
11652 F:      drivers/platform/x86/toshiba_acpi.c
11653
11654 TOSHIBA BLUETOOTH DRIVER
11655 M:      Azael Avalos <coproscefalo@gmail.com>
11656 L:      platform-driver-x86@vger.kernel.org
11657 S:      Maintained
11658 F:      drivers/platform/x86/toshiba_bluetooth.c
11659
11660 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11661 M:      Azael Avalos <coproscefalo@gmail.com>
11662 L:      platform-driver-x86@vger.kernel.org
11663 S:      Maintained
11664 F:      drivers/platform/x86/toshiba_haps.c
11665
11666 TOSHIBA WMI HOTKEYS DRIVER
11667 M:      Azael Avalos <coproscefalo@gmail.com>
11668 L:      platform-driver-x86@vger.kernel.org
11669 S:      Maintained
11670 F:      drivers/platform/x86/toshiba-wmi.c
11671
11672 TOSHIBA SMM DRIVER
11673 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
11674 W:      http://www.buzzard.org.uk/toshiba/
11675 S:      Maintained
11676 F:      drivers/char/toshiba.c
11677 F:      include/linux/toshiba.h
11678 F:      include/uapi/linux/toshiba.h
11679
11680 TOSHIBA TC358743 DRIVER
11681 M:      Mats Randgaard <matrandg@cisco.com>
11682 L:      linux-media@vger.kernel.org
11683 S:      Maintained
11684 F:      drivers/media/i2c/tc358743*
11685 F:      include/media/i2c/tc358743.h
11686
11687 TMIO/SDHI MMC DRIVER
11688 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
11689 L:      linux-mmc@vger.kernel.org
11690 S:      Supported
11691 F:      drivers/mmc/host/tmio_mmc*
11692 F:      drivers/mmc/host/sh_mobile_sdhi.c
11693 F:      include/linux/mfd/tmio.h
11694
11695 TMP401 HARDWARE MONITOR DRIVER
11696 M:      Guenter Roeck <linux@roeck-us.net>
11697 L:      linux-hwmon@vger.kernel.org
11698 S:      Maintained
11699 F:      Documentation/hwmon/tmp401
11700 F:      drivers/hwmon/tmp401.c
11701
11702 TMPFS (SHMEM FILESYSTEM)
11703 M:      Hugh Dickins <hughd@google.com>
11704 L:      linux-mm@kvack.org
11705 S:      Maintained
11706 F:      include/linux/shmem_fs.h
11707 F:      mm/shmem.c
11708
11709 TM6000 VIDEO4LINUX DRIVER
11710 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11711 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11712 L:      linux-media@vger.kernel.org
11713 W:      https://linuxtv.org
11714 T:      git git://linuxtv.org/media_tree.git
11715 S:      Odd fixes
11716 F:      drivers/media/usb/tm6000/
11717
11718 TW68 VIDEO4LINUX DRIVER
11719 M:      Hans Verkuil <hverkuil@xs4all.nl>
11720 L:      linux-media@vger.kernel.org
11721 T:      git git://linuxtv.org/media_tree.git
11722 W:      https://linuxtv.org
11723 S:      Odd Fixes
11724 F:      drivers/media/pci/tw68/
11725
11726 TW686X VIDEO4LINUX DRIVER
11727 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
11728 L:      linux-media@vger.kernel.org
11729 T:      git git://linuxtv.org/media_tree.git
11730 W:      http://linuxtv.org
11731 S:      Maintained
11732 F:      drivers/media/pci/tw686x/
11733
11734 TPM DEVICE DRIVER
11735 M:      Peter Huewe <peterhuewe@gmx.de>
11736 M:      Marcel Selhorst <tpmdd@selhorst.net>
11737 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11738 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11739 W:      http://tpmdd.sourceforge.net
11740 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11741 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
11742 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
11743 S:      Maintained
11744 F:      drivers/char/tpm/
11745
11746 TPM IBM_VTPM DEVICE DRIVER
11747 M:      Ashley Lai <ashleydlai@gmail.com>
11748 W:      http://tpmdd.sourceforge.net
11749 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11750 S:      Maintained
11751 F:      drivers/char/tpm/tpm_ibmvtpm*
11752
11753 TRACING
11754 M:      Steven Rostedt <rostedt@goodmis.org>
11755 M:      Ingo Molnar <mingo@redhat.com>
11756 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11757 S:      Maintained
11758 F:      Documentation/trace/ftrace.txt
11759 F:      arch/*/*/*/ftrace.h
11760 F:      arch/*/kernel/ftrace.c
11761 F:      include/*/ftrace.h
11762 F:      include/linux/trace*.h
11763 F:      include/trace/
11764 F:      kernel/trace/
11765 F:      tools/testing/selftests/ftrace/
11766
11767 TRACING MMIO ACCESSES (MMIOTRACE)
11768 M:      Steven Rostedt <rostedt@goodmis.org>
11769 M:      Ingo Molnar <mingo@kernel.org>
11770 R:      Karol Herbst <karolherbst@gmail.com>
11771 R:      Pekka Paalanen <ppaalanen@gmail.com>
11772 S:      Maintained
11773 L:      linux-kernel@vger.kernel.org
11774 L:      nouveau@lists.freedesktop.org
11775 F:      kernel/trace/trace_mmiotrace.c
11776 F:      include/linux/mmiotrace.h
11777 F:      arch/x86/mm/kmmio.c
11778 F:      arch/x86/mm/mmio-mod.c
11779 F:      arch/x86/mm/testmmiotrace.c
11780
11781 TRIVIAL PATCHES
11782 M:      Jiri Kosina <trivial@kernel.org>
11783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11784 S:      Maintained
11785 K:      ^Subject:.*(?i)trivial
11786
11787 TTY LAYER
11788 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11789 M:      Jiri Slaby <jslaby@suse.com>
11790 S:      Supported
11791 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11792 F:      Documentation/serial/
11793 F:      drivers/tty/
11794 F:      drivers/tty/serial/serial_core.c
11795 F:      include/linux/serial_core.h
11796 F:      include/linux/serial.h
11797 F:      include/linux/tty.h
11798 F:      include/uapi/linux/serial_core.h
11799 F:      include/uapi/linux/serial.h
11800 F:      include/uapi/linux/tty.h
11801
11802 TUA9001 MEDIA DRIVER
11803 M:      Antti Palosaari <crope@iki.fi>
11804 L:      linux-media@vger.kernel.org
11805 W:      https://linuxtv.org
11806 W:      http://palosaari.fi/linux/
11807 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11808 T:      git git://linuxtv.org/anttip/media_tree.git
11809 S:      Maintained
11810 F:      drivers/media/tuners/tua9001*
11811
11812 TULIP NETWORK DRIVERS
11813 L:      netdev@vger.kernel.org
11814 L:      linux-parisc@vger.kernel.org
11815 S:      Orphan
11816 F:      drivers/net/ethernet/dec/tulip/
11817
11818 TUN/TAP driver
11819 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
11820 W:      http://vtun.sourceforge.net/tun
11821 S:      Maintained
11822 F:      Documentation/networking/tuntap.txt
11823 F:      arch/um/os-Linux/drivers/
11824
11825 TURBOCHANNEL SUBSYSTEM
11826 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11827 M:      Ralf Baechle <ralf@linux-mips.org>
11828 L:      linux-mips@linux-mips.org
11829 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
11830 S:      Maintained
11831 F:      drivers/tc/
11832 F:      include/linux/tc.h
11833
11834 U14-34F SCSI DRIVER
11835 M:      Dario Ballabio <ballabio_dario@emc.com>
11836 L:      linux-scsi@vger.kernel.org
11837 S:      Maintained
11838 F:      drivers/scsi/u14-34f.c
11839
11840 UBI FILE SYSTEM (UBIFS)
11841 M:      Richard Weinberger <richard@nod.at>
11842 M:      Artem Bityutskiy <dedekind1@gmail.com>
11843 M:      Adrian Hunter <adrian.hunter@intel.com>
11844 L:      linux-mtd@lists.infradead.org
11845 T:      git git://git.infradead.org/ubifs-2.6.git
11846 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
11847 S:      Supported
11848 F:      Documentation/filesystems/ubifs.txt
11849 F:      fs/ubifs/
11850
11851 UCLINUX (M68KNOMMU AND COLDFIRE)
11852 M:      Greg Ungerer <gerg@linux-m68k.org>
11853 W:      http://www.linux-m68k.org/
11854 W:      http://www.uclinux.org/
11855 L:      linux-m68k@lists.linux-m68k.org
11856 L:      uclinux-dev@uclinux.org  (subscribers-only)
11857 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11858 S:      Maintained
11859 F:      arch/m68k/coldfire/
11860 F:      arch/m68k/68*/
11861 F:      arch/m68k/*/*_no.*
11862 F:      arch/m68k/include/asm/*_no.*
11863
11864 UDF FILESYSTEM
11865 M:      Jan Kara <jack@suse.com>
11866 S:      Maintained
11867 F:      Documentation/filesystems/udf.txt
11868 F:      fs/udf/
11869
11870 UFS FILESYSTEM
11871 M:      Evgeniy Dushistov <dushistov@mail.ru>
11872 S:      Maintained
11873 F:      Documentation/filesystems/ufs.txt
11874 F:      fs/ufs/
11875
11876 UHID USERSPACE HID IO DRIVER:
11877 M:      David Herrmann <dh.herrmann@googlemail.com>
11878 L:      linux-input@vger.kernel.org
11879 S:      Maintained
11880 F:      drivers/hid/uhid.c
11881 F:      include/uapi/linux/uhid.h
11882
11883 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11884 L:      linux-usb@vger.kernel.org
11885 S:      Orphan
11886 F:      drivers/uwb/
11887 F:      include/linux/uwb.h
11888 F:      include/linux/uwb/
11889
11890 UNICORE32 ARCHITECTURE:
11891 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
11892 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
11893 S:      Maintained
11894 T:      git git://github.com/gxt/linux.git
11895 F:      arch/unicore32/
11896
11897 UNIFDEF
11898 M:      Tony Finch <dot@dotat.at>
11899 W:      http://dotat.at/prog/unifdef
11900 S:      Maintained
11901 F:      scripts/unifdef.c
11902
11903 UNIFORM CDROM DRIVER
11904 M:      Jens Axboe <axboe@kernel.dk>
11905 W:      http://www.kernel.dk
11906 S:      Maintained
11907 F:      Documentation/cdrom/
11908 F:      drivers/cdrom/cdrom.c
11909 F:      include/linux/cdrom.h
11910 F:      include/uapi/linux/cdrom.h
11911
11912 UNISYS S-PAR DRIVERS
11913 M:      David Kershner <david.kershner@unisys.com>
11914 L:      sparmaintainer@unisys.com (Unisys internal)
11915 S:      Supported
11916 F:      drivers/staging/unisys/
11917
11918 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11919 M:      Vinayak Holikatti <vinholikatti@gmail.com>
11920 L:      linux-scsi@vger.kernel.org
11921 S:      Supported
11922 F:      Documentation/scsi/ufs.txt
11923 F:      drivers/scsi/ufs/
11924
11925 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
11926 M:      Joao Pinto <Joao.Pinto@synopsys.com>
11927 L:      linux-scsi@vger.kernel.org
11928 S:      Supported
11929 F:      drivers/scsi/ufs/*dwc*
11930
11931 UNSORTED BLOCK IMAGES (UBI)
11932 M:      Artem Bityutskiy <dedekind1@gmail.com>
11933 M:      Richard Weinberger <richard@nod.at>
11934 W:      http://www.linux-mtd.infradead.org/
11935 L:      linux-mtd@lists.infradead.org
11936 T:      git git://git.infradead.org/ubifs-2.6.git
11937 S:      Supported
11938 F:      drivers/mtd/ubi/
11939 F:      include/linux/mtd/ubi.h
11940 F:      include/uapi/mtd/ubi-user.h
11941
11942 USB ACM DRIVER
11943 M:      Oliver Neukum <oneukum@suse.com>
11944 L:      linux-usb@vger.kernel.org
11945 S:      Maintained
11946 F:      Documentation/usb/acm.txt
11947 F:      drivers/usb/class/cdc-acm.*
11948
11949 USB AR5523 WIRELESS DRIVER
11950 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
11951 L:      linux-wireless@vger.kernel.org
11952 S:      Maintained
11953 F:      drivers/net/wireless/ath/ar5523/
11954
11955 USB ATTACHED SCSI
11956 M:      Oliver Neukum <oneukum@suse.com>
11957 L:      linux-usb@vger.kernel.org
11958 L:      linux-scsi@vger.kernel.org
11959 S:      Maintained
11960 F:      drivers/usb/storage/uas.c
11961
11962 USB CDC ETHERNET DRIVER
11963 M:      Oliver Neukum <oliver@neukum.org>
11964 L:      linux-usb@vger.kernel.org
11965 S:      Maintained
11966 F:      drivers/net/usb/cdc_*.c
11967 F:      include/uapi/linux/usb/cdc.h
11968
11969 USB CHAOSKEY DRIVER
11970 M:      Keith Packard <keithp@keithp.com>
11971 L:      linux-usb@vger.kernel.org
11972 S:      Maintained
11973 F:      drivers/usb/misc/chaoskey.c
11974
11975 USB CYPRESS C67X00 DRIVER
11976 M:      Peter Korsgaard <jacmet@sunsite.dk>
11977 L:      linux-usb@vger.kernel.org
11978 S:      Maintained
11979 F:      drivers/usb/c67x00/
11980
11981 USB DAVICOM DM9601 DRIVER
11982 M:      Peter Korsgaard <jacmet@sunsite.dk>
11983 L:      netdev@vger.kernel.org
11984 W:      http://www.linux-usb.org/usbnet
11985 S:      Maintained
11986 F:      drivers/net/usb/dm9601.c
11987
11988 USB DIAMOND RIO500 DRIVER
11989 M:      Cesar Miquel <miquel@df.uba.ar>
11990 L:      rio500-users@lists.sourceforge.net
11991 W:      http://rio500.sourceforge.net
11992 S:      Maintained
11993 F:      drivers/usb/misc/rio500*
11994
11995 USB EHCI DRIVER
11996 M:      Alan Stern <stern@rowland.harvard.edu>
11997 L:      linux-usb@vger.kernel.org
11998 S:      Maintained
11999 F:      Documentation/usb/ehci.txt
12000 F:      drivers/usb/host/ehci*
12001
12002 USB GADGET/PERIPHERAL SUBSYSTEM
12003 M:      Felipe Balbi <balbi@kernel.org>
12004 L:      linux-usb@vger.kernel.org
12005 W:      http://www.linux-usb.org/gadget
12006 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12007 S:      Maintained
12008 F:      drivers/usb/gadget/
12009 F:      include/linux/usb/gadget*
12010
12011 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12012 M:      Jiri Kosina <jikos@kernel.org>
12013 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
12014 L:      linux-usb@vger.kernel.org
12015 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12016 S:      Maintained
12017 F:      Documentation/hid/hiddev.txt
12018 F:      drivers/hid/usbhid/
12019
12020 USB ISP116X DRIVER
12021 M:      Olav Kongas <ok@artecdesign.ee>
12022 L:      linux-usb@vger.kernel.org
12023 S:      Maintained
12024 F:      drivers/usb/host/isp116x*
12025 F:      include/linux/usb/isp116x.h
12026
12027 USB LAN78XX ETHERNET DRIVER
12028 M:      Woojung Huh <woojung.huh@microchip.com>
12029 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12030 L:      netdev@vger.kernel.org
12031 S:      Maintained
12032 F:      drivers/net/usb/lan78xx.*
12033
12034 USB MASS STORAGE DRIVER
12035 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
12036 L:      linux-usb@vger.kernel.org
12037 L:      usb-storage@lists.one-eyed-alien.net
12038 S:      Maintained
12039 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
12040 F:      drivers/usb/storage/
12041
12042 USB MIDI DRIVER
12043 M:      Clemens Ladisch <clemens@ladisch.de>
12044 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12045 T:      git git://git.alsa-project.org/alsa-kernel.git
12046 S:      Maintained
12047 F:      sound/usb/midi.*
12048
12049 USB NETWORKING DRIVERS
12050 L:      linux-usb@vger.kernel.org
12051 S:      Odd Fixes
12052 F:      drivers/net/usb/
12053
12054 USB OHCI DRIVER
12055 M:      Alan Stern <stern@rowland.harvard.edu>
12056 L:      linux-usb@vger.kernel.org
12057 S:      Maintained
12058 F:      Documentation/usb/ohci.txt
12059 F:      drivers/usb/host/ohci*
12060
12061 USB OTG FSM (Finite State Machine)
12062 M:      Peter Chen <Peter.Chen@nxp.com>
12063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12064 L:      linux-usb@vger.kernel.org
12065 S:      Maintained
12066 F:      drivers/usb/common/usb-otg-fsm.c
12067
12068 USB OVER IP DRIVER
12069 M:      Valentina Manea <valentina.manea.m@gmail.com>
12070 M:      Shuah Khan <shuahkh@osg.samsung.com>
12071 M:      Shuah Khan <shuah@kernel.org>
12072 L:      linux-usb@vger.kernel.org
12073 S:      Maintained
12074 F:      Documentation/usb/usbip_protocol.txt
12075 F:      drivers/usb/usbip/
12076 F:      tools/usb/usbip/
12077
12078 USB PEGASUS DRIVER
12079 M:      Petko Manolov <petkan@nucleusys.com>
12080 L:      linux-usb@vger.kernel.org
12081 L:      netdev@vger.kernel.org
12082 T:      git git://github.com/petkan/pegasus.git
12083 W:      https://github.com/petkan/pegasus
12084 S:      Maintained
12085 F:      drivers/net/usb/pegasus.*
12086
12087 USB PHY LAYER
12088 M:      Felipe Balbi <balbi@kernel.org>
12089 L:      linux-usb@vger.kernel.org
12090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12091 S:      Maintained
12092 F:      drivers/usb/phy/
12093
12094 USB PRINTER DRIVER (usblp)
12095 M:      Pete Zaitcev <zaitcev@redhat.com>
12096 L:      linux-usb@vger.kernel.org
12097 S:      Supported
12098 F:      drivers/usb/class/usblp.c
12099
12100 USB QMI WWAN NETWORK DRIVER
12101 M:      Bjørn Mork <bjorn@mork.no>
12102 L:      netdev@vger.kernel.org
12103 S:      Maintained
12104 F:      Documentation/ABI/testing/sysfs-class-net-qmi
12105 F:      drivers/net/usb/qmi_wwan.c
12106
12107 USB RTL8150 DRIVER
12108 M:      Petko Manolov <petkan@nucleusys.com>
12109 L:      linux-usb@vger.kernel.org
12110 L:      netdev@vger.kernel.org
12111 T:      git git://github.com/petkan/rtl8150.git
12112 W:      https://github.com/petkan/rtl8150
12113 S:      Maintained
12114 F:      drivers/net/usb/rtl8150.c
12115
12116 USB SERIAL SUBSYSTEM
12117 M:      Johan Hovold <johan@kernel.org>
12118 L:      linux-usb@vger.kernel.org
12119 S:      Maintained
12120 F:      Documentation/usb/usb-serial.txt
12121 F:      drivers/usb/serial/
12122 F:      include/linux/usb/serial.h
12123
12124 USB SMSC75XX ETHERNET DRIVER
12125 M:      Steve Glendinning <steve.glendinning@shawell.net>
12126 L:      netdev@vger.kernel.org
12127 S:      Maintained
12128 F:      drivers/net/usb/smsc75xx.*
12129
12130 USB SMSC95XX ETHERNET DRIVER
12131 M:      Steve Glendinning <steve.glendinning@shawell.net>
12132 L:      netdev@vger.kernel.org
12133 S:      Maintained
12134 F:      drivers/net/usb/smsc95xx.*
12135
12136 USB SUBSYSTEM
12137 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12138 L:      linux-usb@vger.kernel.org
12139 W:      http://www.linux-usb.org
12140 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12141 S:      Supported
12142 F:      Documentation/devicetree/bindings/usb/
12143 F:      Documentation/usb/
12144 F:      drivers/usb/
12145 F:      include/linux/usb.h
12146 F:      include/linux/usb/
12147
12148 USB UHCI DRIVER
12149 M:      Alan Stern <stern@rowland.harvard.edu>
12150 L:      linux-usb@vger.kernel.org
12151 S:      Maintained
12152 F:      drivers/usb/host/uhci*
12153
12154 USB "USBNET" DRIVER FRAMEWORK
12155 M:      Oliver Neukum <oneukum@suse.com>
12156 L:      netdev@vger.kernel.org
12157 W:      http://www.linux-usb.org/usbnet
12158 S:      Maintained
12159 F:      drivers/net/usb/usbnet.c
12160 F:      include/linux/usb/usbnet.h
12161
12162 USB VIDEO CLASS
12163 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12164 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12165 L:      linux-media@vger.kernel.org
12166 T:      git git://linuxtv.org/media_tree.git
12167 W:      http://www.ideasonboard.org/uvc/
12168 S:      Maintained
12169 F:      drivers/media/usb/uvc/
12170 F:      include/uapi/linux/uvcvideo.h
12171
12172 USB VISION DRIVER
12173 M:      Hans Verkuil <hverkuil@xs4all.nl>
12174 L:      linux-media@vger.kernel.org
12175 T:      git git://linuxtv.org/media_tree.git
12176 W:      https://linuxtv.org
12177 S:      Odd Fixes
12178 F:      drivers/media/usb/usbvision/
12179
12180 USB WEBCAM GADGET
12181 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12182 L:      linux-usb@vger.kernel.org
12183 S:      Maintained
12184 F:      drivers/usb/gadget/function/*uvc*
12185 F:      drivers/usb/gadget/legacy/webcam.c
12186
12187 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12188 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
12189 L:      linux-wireless@vger.kernel.org
12190 S:      Maintained
12191 F:      drivers/net/wireless/rndis_wlan.c
12192
12193 USB XHCI DRIVER
12194 M:      Mathias Nyman <mathias.nyman@intel.com>
12195 L:      linux-usb@vger.kernel.org
12196 S:      Supported
12197 F:      drivers/usb/host/xhci*
12198 F:      drivers/usb/host/pci-quirks*
12199
12200 USB ZD1201 DRIVER
12201 L:      linux-wireless@vger.kernel.org
12202 W:      http://linux-lc100020.sourceforge.net
12203 S:      Orphan
12204 F:      drivers/net/wireless/zydas/zd1201.*
12205
12206 USB ZR364XX DRIVER
12207 M:      Antoine Jacquet <royale@zerezo.com>
12208 L:      linux-usb@vger.kernel.org
12209 L:      linux-media@vger.kernel.org
12210 T:      git git://linuxtv.org/media_tree.git
12211 W:      http://royale.zerezo.com/zr364xx/
12212 S:      Maintained
12213 F:      Documentation/video4linux/zr364xx.txt
12214 F:      drivers/media/usb/zr364xx/
12215
12216 ULPI BUS
12217 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
12218 L:      linux-usb@vger.kernel.org
12219 S:      Maintained
12220 F:      drivers/usb/common/ulpi.c
12221 F:      include/linux/ulpi/
12222
12223 USER-MODE LINUX (UML)
12224 M:      Jeff Dike <jdike@addtoit.com>
12225 M:      Richard Weinberger <richard@nod.at>
12226 L:      user-mode-linux-devel@lists.sourceforge.net
12227 L:      user-mode-linux-user@lists.sourceforge.net
12228 W:      http://user-mode-linux.sourceforge.net
12229 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12230 S:      Maintained
12231 F:      Documentation/virtual/uml/
12232 F:      arch/um/
12233 F:      arch/x86/um/
12234 F:      fs/hostfs/
12235 F:      fs/hppfs/
12236
12237 USERSPACE I/O (UIO)
12238 M:      "Hans J. Koch" <hjk@hansjkoch.de>
12239 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12240 S:      Maintained
12241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12242 F:      Documentation/DocBook/uio-howto.tmpl
12243 F:      drivers/uio/
12244 F:      include/linux/uio*.h
12245
12246 UTIL-LINUX PACKAGE
12247 M:      Karel Zak <kzak@redhat.com>
12248 L:      util-linux@vger.kernel.org
12249 W:      http://en.wikipedia.org/wiki/Util-linux
12250 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12251 S:      Maintained
12252
12253 UVESAFB DRIVER
12254 M:      Michal Januszewski <spock@gentoo.org>
12255 L:      linux-fbdev@vger.kernel.org
12256 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
12257 S:      Maintained
12258 F:      Documentation/fb/uvesafb.txt
12259 F:      drivers/video/fbdev/uvesafb.*
12260
12261 VF610 NAND DRIVER
12262 M:      Stefan Agner <stefan@agner.ch>
12263 L:      linux-mtd@lists.infradead.org
12264 S:      Supported
12265 F:      drivers/mtd/nand/vf610_nfc.c
12266
12267 VFAT/FAT/MSDOS FILESYSTEM
12268 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
12269 S:      Maintained
12270 F:      Documentation/filesystems/vfat.txt
12271 F:      fs/fat/
12272
12273 VFIO DRIVER
12274 M:      Alex Williamson <alex.williamson@redhat.com>
12275 L:      kvm@vger.kernel.org
12276 T:      git git://github.com/awilliam/linux-vfio.git
12277 S:      Maintained
12278 F:      Documentation/vfio.txt
12279 F:      drivers/vfio/
12280 F:      include/linux/vfio.h
12281 F:      include/uapi/linux/vfio.h
12282
12283 VFIO PLATFORM DRIVER
12284 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
12285 L:      kvm@vger.kernel.org
12286 S:      Maintained
12287 F:      drivers/vfio/platform/
12288
12289 VIDEOBUF2 FRAMEWORK
12290 M:      Pawel Osciak <pawel@osciak.com>
12291 M:      Marek Szyprowski <m.szyprowski@samsung.com>
12292 M:      Kyungmin Park <kyungmin.park@samsung.com>
12293 L:      linux-media@vger.kernel.org
12294 S:      Maintained
12295 F:      drivers/media/v4l2-core/videobuf2-*
12296 F:      include/media/videobuf2-*
12297
12298 VIRTUAL SERIO DEVICE DRIVER
12299 M:      Stephen Chandler Paul <thatslyude@gmail.com>
12300 S:      Maintained
12301 F:      drivers/input/serio/userio.c
12302 F:      include/uapi/linux/userio.h
12303
12304 VIRTIO CONSOLE DRIVER
12305 M:      Amit Shah <amit.shah@redhat.com>
12306 L:      virtualization@lists.linux-foundation.org
12307 S:      Maintained
12308 F:      drivers/char/virtio_console.c
12309 F:      include/linux/virtio_console.h
12310 F:      include/uapi/linux/virtio_console.h
12311
12312 VIRTIO CORE, NET AND BLOCK DRIVERS
12313 M:      "Michael S. Tsirkin" <mst@redhat.com>
12314 L:      virtualization@lists.linux-foundation.org
12315 S:      Maintained
12316 F:      Documentation/devicetree/bindings/virtio/
12317 F:      drivers/virtio/
12318 F:      tools/virtio/
12319 F:      drivers/net/virtio_net.c
12320 F:      drivers/block/virtio_blk.c
12321 F:      include/linux/virtio_*.h
12322 F:      include/uapi/linux/virtio_*.h
12323
12324 VIRTIO DRIVERS FOR S390
12325 M:      Christian Borntraeger <borntraeger@de.ibm.com>
12326 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
12327 L:      linux-s390@vger.kernel.org
12328 L:      virtualization@lists.linux-foundation.org
12329 L:      kvm@vger.kernel.org
12330 S:      Supported
12331 F:      drivers/s390/virtio/
12332
12333 VIRTIO GPU DRIVER
12334 M:      David Airlie <airlied@linux.ie>
12335 M:      Gerd Hoffmann <kraxel@redhat.com>
12336 L:      dri-devel@lists.freedesktop.org
12337 L:      virtualization@lists.linux-foundation.org
12338 S:      Maintained
12339 F:      drivers/gpu/drm/virtio/
12340 F:      include/uapi/linux/virtio_gpu.h
12341
12342 VIRTIO HOST (VHOST)
12343 M:      "Michael S. Tsirkin" <mst@redhat.com>
12344 L:      kvm@vger.kernel.org
12345 L:      virtualization@lists.linux-foundation.org
12346 L:      netdev@vger.kernel.org
12347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12348 S:      Maintained
12349 F:      drivers/vhost/
12350 F:      include/uapi/linux/vhost.h
12351
12352 VIRTIO INPUT DRIVER
12353 M:      Gerd Hoffmann <kraxel@redhat.com>
12354 S:      Maintained
12355 F:      drivers/virtio/virtio_input.c
12356 F:      include/uapi/linux/virtio_input.h
12357
12358 VIA RHINE NETWORK DRIVER
12359 S:      Orphan
12360 F:      drivers/net/ethernet/via/via-rhine.c
12361
12362 VIA SD/MMC CARD CONTROLLER DRIVER
12363 M:      Bruce Chang <brucechang@via.com.tw>
12364 M:      Harald Welte <HaraldWelte@viatech.com>
12365 S:      Maintained
12366 F:      drivers/mmc/host/via-sdmmc.c
12367
12368 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12369 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
12370 L:      linux-fbdev@vger.kernel.org
12371 S:      Maintained
12372 F:      include/linux/via-core.h
12373 F:      include/linux/via-gpio.h
12374 F:      include/linux/via_i2c.h
12375 F:      drivers/video/fbdev/via/
12376
12377 VIA VELOCITY NETWORK DRIVER
12378 M:      Francois Romieu <romieu@fr.zoreil.com>
12379 L:      netdev@vger.kernel.org
12380 S:      Maintained
12381 F:      drivers/net/ethernet/via/via-velocity.*
12382
12383 VIRT LIB
12384 M:      Alex Williamson <alex.williamson@redhat.com>
12385 M:      Paolo Bonzini <pbonzini@redhat.com>
12386 L:      kvm@vger.kernel.org
12387 S:      Supported
12388 F:      virt/lib/
12389
12390 VIVID VIRTUAL VIDEO DRIVER
12391 M:      Hans Verkuil <hverkuil@xs4all.nl>
12392 L:      linux-media@vger.kernel.org
12393 T:      git git://linuxtv.org/media_tree.git
12394 W:      https://linuxtv.org
12395 S:      Maintained
12396 F:      drivers/media/platform/vivid/*
12397
12398 VLAN (802.1Q)
12399 M:      Patrick McHardy <kaber@trash.net>
12400 L:      netdev@vger.kernel.org
12401 S:      Maintained
12402 F:      drivers/net/macvlan.c
12403 F:      include/linux/if_*vlan.h
12404 F:      net/8021q/
12405
12406 VLYNQ BUS
12407 M:      Florian Fainelli <florian@openwrt.org>
12408 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
12409 S:      Maintained
12410 F:      drivers/vlynq/vlynq.c
12411 F:      include/linux/vlynq.h
12412
12413 VME SUBSYSTEM
12414 M:      Martyn Welch <martyn@welchs.me.uk>
12415 M:      Manohar Vanga <manohar.vanga@gmail.com>
12416 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12417 L:      devel@driverdev.osuosl.org
12418 S:      Maintained
12419 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12420 F:      Documentation/vme_api.txt
12421 F:      drivers/staging/vme/
12422 F:      drivers/vme/
12423 F:      include/linux/vme*
12424
12425 VMWARE HYPERVISOR INTERFACE
12426 M:      Alok Kataria <akataria@vmware.com>
12427 L:      virtualization@lists.linux-foundation.org
12428 S:      Supported
12429 F:      arch/x86/kernel/cpu/vmware.c
12430
12431 VMWARE BALLOON DRIVER
12432 M:      Xavier Deguillard <xdeguillard@vmware.com>
12433 M:      Philip Moltmann <moltmann@vmware.com>
12434 M:      "VMware, Inc." <pv-drivers@vmware.com>
12435 L:      linux-kernel@vger.kernel.org
12436 S:      Maintained
12437 F:      drivers/misc/vmw_balloon.c
12438
12439 VMWARE VMMOUSE SUBDRIVER
12440 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12441 M:      "VMware, Inc." <pv-drivers@vmware.com>
12442 L:      linux-input@vger.kernel.org
12443 S:      Maintained
12444 F:      drivers/input/mouse/vmmouse.c
12445 F:      drivers/input/mouse/vmmouse.h
12446
12447 VMWARE VMXNET3 ETHERNET DRIVER
12448 M:      Shrikrishna Khare <skhare@vmware.com>
12449 M:      "VMware, Inc." <pv-drivers@vmware.com>
12450 L:      netdev@vger.kernel.org
12451 S:      Maintained
12452 F:      drivers/net/vmxnet3/
12453
12454 VMware PVSCSI driver
12455 M:      Jim Gill <jgill@vmware.com>
12456 M:      VMware PV-Drivers <pv-drivers@vmware.com>
12457 L:      linux-scsi@vger.kernel.org
12458 S:      Maintained
12459 F:      drivers/scsi/vmw_pvscsi.c
12460 F:      drivers/scsi/vmw_pvscsi.h
12461
12462 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12463 M:      Liam Girdwood <lgirdwood@gmail.com>
12464 M:      Mark Brown <broonie@kernel.org>
12465 L:      linux-kernel@vger.kernel.org
12466 W:      http://www.slimlogic.co.uk/?p=48
12467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12468 S:      Supported
12469 F:      Documentation/devicetree/bindings/regulator/
12470 F:      drivers/regulator/
12471 F:      include/dt-bindings/regulator/
12472 F:      include/linux/regulator/
12473
12474 VRF
12475 M:      David Ahern <dsa@cumulusnetworks.com>
12476 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
12477 L:      netdev@vger.kernel.org
12478 S:      Maintained
12479 F:      drivers/net/vrf.c
12480 F:      Documentation/networking/vrf.txt
12481
12482 VT1211 HARDWARE MONITOR DRIVER
12483 M:      Juerg Haefliger <juergh@gmail.com>
12484 L:      linux-hwmon@vger.kernel.org
12485 S:      Maintained
12486 F:      Documentation/hwmon/vt1211
12487 F:      drivers/hwmon/vt1211.c
12488
12489 VT8231 HARDWARE MONITOR DRIVER
12490 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
12491 L:      linux-hwmon@vger.kernel.org
12492 S:      Maintained
12493 F:      drivers/hwmon/vt8231.c
12494
12495 VUB300 USB to SDIO/SD/MMC bridge chip
12496 M:      Tony Olech <tony.olech@elandigitalsystems.com>
12497 L:      linux-mmc@vger.kernel.org
12498 L:      linux-usb@vger.kernel.org
12499 S:      Supported
12500 F:      drivers/mmc/host/vub300.c
12501
12502 W1 DALLAS'S 1-WIRE BUS
12503 M:      Evgeniy Polyakov <zbr@ioremap.net>
12504 S:      Maintained
12505 F:      Documentation/w1/
12506 F:      drivers/w1/
12507
12508 W83791D HARDWARE MONITORING DRIVER
12509 M:      Marc Hulsman <m.hulsman@tudelft.nl>
12510 L:      linux-hwmon@vger.kernel.org
12511 S:      Maintained
12512 F:      Documentation/hwmon/w83791d
12513 F:      drivers/hwmon/w83791d.c
12514
12515 W83793 HARDWARE MONITORING DRIVER
12516 M:      Rudolf Marek <r.marek@assembler.cz>
12517 L:      linux-hwmon@vger.kernel.org
12518 S:      Maintained
12519 F:      Documentation/hwmon/w83793
12520 F:      drivers/hwmon/w83793.c
12521
12522 W83795 HARDWARE MONITORING DRIVER
12523 M:      Jean Delvare <jdelvare@suse.com>
12524 L:      linux-hwmon@vger.kernel.org
12525 S:      Maintained
12526 F:      drivers/hwmon/w83795.c
12527
12528 W83L51xD SD/MMC CARD INTERFACE DRIVER
12529 M:      Pierre Ossman <pierre@ossman.eu>
12530 S:      Maintained
12531 F:      drivers/mmc/host/wbsd.*
12532
12533 WACOM PROTOCOL 4 SERIAL TABLETS
12534 M:      Julian Squires <julian@cipht.net>
12535 M:      Hans de Goede <hdegoede@redhat.com>
12536 L:      linux-input@vger.kernel.org
12537 S:      Maintained
12538 F:      drivers/input/tablet/wacom_serial4.c
12539
12540 WATCHDOG DEVICE DRIVERS
12541 M:      Wim Van Sebroeck <wim@iguana.be>
12542 R:      Guenter Roeck <linux@roeck-us.net>
12543 L:      linux-watchdog@vger.kernel.org
12544 W:      http://www.linux-watchdog.org/
12545 T:      git git://www.linux-watchdog.org/linux-watchdog.git
12546 S:      Maintained
12547 F:      Documentation/devicetree/bindings/watchdog/
12548 F:      Documentation/watchdog/
12549 F:      drivers/watchdog/
12550 F:      include/linux/watchdog.h
12551 F:      include/uapi/linux/watchdog.h
12552
12553 WD7000 SCSI DRIVER
12554 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
12555 L:      linux-scsi@vger.kernel.org
12556 S:      Maintained
12557 F:      drivers/scsi/wd7000.c
12558
12559 WIIMOTE HID DRIVER
12560 M:      David Herrmann <dh.herrmann@googlemail.com>
12561 L:      linux-input@vger.kernel.org
12562 S:      Maintained
12563 F:      drivers/hid/hid-wiimote*
12564
12565 WINBOND CIR DRIVER
12566 M:      David Härdeman <david@hardeman.nu>
12567 S:      Maintained
12568 F:      drivers/media/rc/winbond-cir.c
12569
12570 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
12571 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12572 L:      linux-watchdog@vger.kernel.org
12573 S:      Maintained
12574 F:      drivers/watchdog/ebc-c384_wdt.c
12575
12576 WINSYSTEMS WS16C48 GPIO DRIVER
12577 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12578 L:      linux-gpio@vger.kernel.org
12579 S:      Maintained
12580 F:      drivers/gpio/gpio-ws16c48.c
12581
12582 WIMAX STACK
12583 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
12584 M:      linux-wimax@intel.com
12585 L:      wimax@linuxwimax.org (subscribers-only)
12586 S:      Supported
12587 W:      http://linuxwimax.org
12588 F:      Documentation/wimax/README.wimax
12589 F:      include/linux/wimax/debug.h
12590 F:      include/net/wimax.h
12591 F:      include/uapi/linux/wimax.h
12592 F:      net/wimax/
12593
12594 WISTRON LAPTOP BUTTON DRIVER
12595 M:      Miloslav Trmac <mitr@volny.cz>
12596 S:      Maintained
12597 F:      drivers/input/misc/wistron_btns.c
12598
12599 WL3501 WIRELESS PCMCIA CARD DRIVER
12600 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
12601 L:      linux-wireless@vger.kernel.org
12602 W:      http://oops.ghostprotocols.net:81/blog
12603 S:      Maintained
12604 F:      drivers/net/wireless/wl3501*
12605
12606 WOLFSON MICROELECTRONICS DRIVERS
12607 L:      patches@opensource.wolfsonmicro.com
12608 T:      git https://github.com/CirrusLogic/linux-drivers.git
12609 W:      https://github.com/CirrusLogic/linux-drivers/wiki
12610 S:      Supported
12611 F:      Documentation/hwmon/wm83??
12612 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12613 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12614 F:      Documentation/devicetree/bindings/mfd/arizona.txt
12615 F:      arch/arm/mach-s3c64xx/mach-crag6410*
12616 F:      drivers/clk/clk-wm83*.c
12617 F:      drivers/extcon/extcon-arizona.c
12618 F:      drivers/leds/leds-wm83*.c
12619 F:      drivers/gpio/gpio-*wm*.c
12620 F:      drivers/gpio/gpio-arizona.c
12621 F:      drivers/hwmon/wm83??-hwmon.c
12622 F:      drivers/input/misc/wm831x-on.c
12623 F:      drivers/input/touchscreen/wm831x-ts.c
12624 F:      drivers/input/touchscreen/wm97*.c
12625 F:      drivers/mfd/arizona*
12626 F:      drivers/mfd/wm*.c
12627 F:      drivers/mfd/cs47l24*
12628 F:      drivers/power/wm83*.c
12629 F:      drivers/rtc/rtc-wm83*.c
12630 F:      drivers/regulator/wm8*.c
12631 F:      drivers/video/backlight/wm83*_bl.c
12632 F:      drivers/watchdog/wm83*_wdt.c
12633 F:      include/linux/mfd/arizona/
12634 F:      include/linux/mfd/wm831x/
12635 F:      include/linux/mfd/wm8350/
12636 F:      include/linux/mfd/wm8400*
12637 F:      include/linux/wm97xx.h
12638 F:      include/sound/wm????.h
12639 F:      sound/soc/codecs/arizona.?
12640 F:      sound/soc/codecs/wm*
12641 F:      sound/soc/codecs/cs47l24*
12642
12643 WORKQUEUE
12644 M:      Tejun Heo <tj@kernel.org>
12645 R:      Lai Jiangshan <jiangshanlai@gmail.com>
12646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12647 S:      Maintained
12648 F:      include/linux/workqueue.h
12649 F:      kernel/workqueue.c
12650 F:      Documentation/workqueue.txt
12651
12652 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
12653 M:      Chen-Yu Tsai <wens@csie.org>
12654 L:      linux-kernel@vger.kernel.org
12655 S:      Maintained
12656 N:      axp[128]
12657
12658 X.25 NETWORK LAYER
12659 M:      Andrew Hendry <andrew.hendry@gmail.com>
12660 L:      linux-x25@vger.kernel.org
12661 S:      Odd Fixes
12662 F:      Documentation/networking/x25*
12663 F:      include/net/x25*
12664 F:      net/x25/
12665
12666 X86 ARCHITECTURE (32-BIT AND 64-BIT)
12667 M:      Thomas Gleixner <tglx@linutronix.de>
12668 M:      Ingo Molnar <mingo@redhat.com>
12669 M:      "H. Peter Anvin" <hpa@zytor.com>
12670 M:      x86@kernel.org
12671 L:      linux-kernel@vger.kernel.org
12672 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
12673 S:      Maintained
12674 F:      Documentation/x86/
12675 F:      arch/x86/
12676
12677 X86 PLATFORM DRIVERS
12678 M:      Darren Hart <dvhart@infradead.org>
12679 L:      platform-driver-x86@vger.kernel.org
12680 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12681 S:      Maintained
12682 F:      drivers/platform/x86/
12683 F:      drivers/platform/olpc/
12684
12685 X86 MCE INFRASTRUCTURE
12686 M:      Tony Luck <tony.luck@intel.com>
12687 M:      Borislav Petkov <bp@alien8.de>
12688 L:      linux-edac@vger.kernel.org
12689 S:      Maintained
12690 F:      arch/x86/kernel/cpu/mcheck/*
12691
12692 X86 MICROCODE UPDATE SUPPORT
12693 M:      Borislav Petkov <bp@alien8.de>
12694 S:      Maintained
12695 F:      arch/x86/kernel/cpu/microcode/*
12696
12697 X86 VDSO
12698 M:      Andy Lutomirski <luto@amacapital.net>
12699 L:      linux-kernel@vger.kernel.org
12700 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12701 S:      Maintained
12702 F:      arch/x86/entry/vdso/
12703
12704 XC2028/3028 TUNER DRIVER
12705 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12706 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12707 L:      linux-media@vger.kernel.org
12708 W:      https://linuxtv.org
12709 T:      git git://linuxtv.org/media_tree.git
12710 S:      Maintained
12711 F:      drivers/media/tuners/tuner-xc2028.*
12712
12713 XEN HYPERVISOR INTERFACE
12714 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
12715 M:      David Vrabel <david.vrabel@citrix.com>
12716 M:      Juergen Gross <jgross@suse.com>
12717 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12718 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12719 S:      Supported
12720 F:      arch/x86/xen/
12721 F:      drivers/*/xen-*front.c
12722 F:      drivers/xen/
12723 F:      arch/x86/include/asm/xen/
12724 F:      include/xen/
12725 F:      include/uapi/xen/
12726
12727 XEN HYPERVISOR ARM
12728 M:      Stefano Stabellini <sstabellini@kernel.org>
12729 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12730 S:      Maintained
12731 F:      arch/arm/xen/
12732 F:      arch/arm/include/asm/xen/
12733
12734 XEN HYPERVISOR ARM64
12735 M:      Stefano Stabellini <sstabellini@kernel.org>
12736 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12737 S:      Maintained
12738 F:      arch/arm64/xen/
12739 F:      arch/arm64/include/asm/xen/
12740
12741 XEN NETWORK BACKEND DRIVER
12742 M:      Wei Liu <wei.liu2@citrix.com>
12743 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12744 L:      netdev@vger.kernel.org
12745 S:      Supported
12746 F:      drivers/net/xen-netback/*
12747
12748 XEN PCI SUBSYSTEM
12749 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12750 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12751 S:      Supported
12752 F:      arch/x86/pci/*xen*
12753 F:      drivers/pci/*xen*
12754
12755 XEN BLOCK SUBSYSTEM
12756 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12757 M:      Roger Pau Monné <roger.pau@citrix.com>
12758 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12759 S:      Supported
12760 F:      drivers/block/xen-blkback/*
12761 F:      drivers/block/xen*
12762
12763 XEN PVSCSI DRIVERS
12764 M:      Juergen Gross <jgross@suse.com>
12765 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12766 L:      linux-scsi@vger.kernel.org
12767 S:      Supported
12768 F:      drivers/scsi/xen-scsifront.c
12769 F:      drivers/xen/xen-scsiback.c
12770 F:      include/xen/interface/io/vscsiif.h
12771
12772 XEN SWIOTLB SUBSYSTEM
12773 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12774 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12775 S:      Supported
12776 F:      arch/x86/xen/*swiotlb*
12777 F:      drivers/xen/*swiotlb*
12778
12779 XFS FILESYSTEM
12780 P:      Silicon Graphics Inc
12781 M:      Dave Chinner <david@fromorbit.com>
12782 M:      xfs@oss.sgi.com
12783 L:      xfs@oss.sgi.com
12784 W:      http://oss.sgi.com/projects/xfs
12785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12786 S:      Supported
12787 F:      Documentation/filesystems/xfs.txt
12788 F:      fs/xfs/
12789
12790 XILINX AXI ETHERNET DRIVER
12791 M:      Anirudha Sarangi <anirudh@xilinx.com>
12792 M:      John Linn <John.Linn@xilinx.com>
12793 S:      Maintained
12794 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
12795
12796 XILINX UARTLITE SERIAL DRIVER
12797 M:      Peter Korsgaard <jacmet@sunsite.dk>
12798 L:      linux-serial@vger.kernel.org
12799 S:      Maintained
12800 F:      drivers/tty/serial/uartlite.c
12801
12802 XILINX VIDEO IP CORES
12803 M:      Hyun Kwon <hyun.kwon@xilinx.com>
12804 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12805 L:      linux-media@vger.kernel.org
12806 T:      git git://linuxtv.org/media_tree.git
12807 S:      Supported
12808 F:      Documentation/devicetree/bindings/media/xilinx/
12809 F:      drivers/media/platform/xilinx/
12810 F:      include/uapi/linux/xilinx-v4l2-controls.h
12811
12812 XILLYBUS DRIVER
12813 M:      Eli Billauer <eli.billauer@gmail.com>
12814 L:      linux-kernel@vger.kernel.org
12815 S:      Supported
12816 F:      drivers/char/xillybus/
12817
12818 XTENSA XTFPGA PLATFORM SUPPORT
12819 M:      Max Filippov <jcmvbkbc@gmail.com>
12820 L:      linux-xtensa@linux-xtensa.org
12821 S:      Maintained
12822 F:      drivers/spi/spi-xtensa-xtfpga.c
12823 F:      sound/soc/xtensa/xtfpga-i2s.c
12824
12825 YAM DRIVER FOR AX.25
12826 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
12827 L:      linux-hams@vger.kernel.org
12828 S:      Maintained
12829 F:      drivers/net/hamradio/yam*
12830 F:      include/linux/yam.h
12831
12832 YEALINK PHONE DRIVER
12833 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
12834 L:      usbb2k-api-dev@nongnu.org
12835 S:      Maintained
12836 F:      Documentation/input/yealink.txt
12837 F:      drivers/input/misc/yealink.*
12838
12839 Z8530 DRIVER FOR AX.25
12840 M:      Joerg Reuter <jreuter@yaina.de>
12841 W:      http://yaina.de/jreuter/
12842 W:      http://www.qsl.net/dl1bke/
12843 L:      linux-hams@vger.kernel.org
12844 S:      Maintained
12845 F:      Documentation/networking/z8530drv.txt
12846 F:      drivers/net/hamradio/*scc.c
12847 F:      drivers/net/hamradio/z8530.h
12848
12849 ZBUD COMPRESSED PAGE ALLOCATOR
12850 M:      Seth Jennings <sjenning@redhat.com>
12851 L:      linux-mm@kvack.org
12852 S:      Maintained
12853 F:      mm/zbud.c
12854 F:      include/linux/zbud.h
12855
12856 ZD1211RW WIRELESS DRIVER
12857 M:      Daniel Drake <dsd@gentoo.org>
12858 M:      Ulrich Kunitz <kune@deine-taler.de>
12859 W:      http://zd1211.ath.cx/wiki/DriverRewrite
12860 L:      linux-wireless@vger.kernel.org
12861 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
12862 S:      Maintained
12863 F:      drivers/net/wireless/zydas/zd1211rw/
12864
12865 ZPOOL COMPRESSED PAGE STORAGE API
12866 M:      Dan Streetman <ddstreet@ieee.org>
12867 L:      linux-mm@kvack.org
12868 S:      Maintained
12869 F:      mm/zpool.c
12870 F:      include/linux/zpool.h
12871
12872 ZR36067 VIDEO FOR LINUX DRIVER
12873 L:      mjpeg-users@lists.sourceforge.net
12874 L:      linux-media@vger.kernel.org
12875 W:      http://mjpeg.sourceforge.net/driver-zoran/
12876 T:      hg https://linuxtv.org/hg/v4l-dvb
12877 S:      Odd Fixes
12878 F:      drivers/media/pci/zoran/
12879
12880 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12881 M:      Minchan Kim <minchan@kernel.org>
12882 M:      Nitin Gupta <ngupta@vflare.org>
12883 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12884 L:      linux-kernel@vger.kernel.org
12885 S:      Maintained
12886 F:      drivers/block/zram/
12887 F:      Documentation/blockdev/zram.txt
12888
12889 ZS DECSTATION Z85C30 SERIAL DRIVER
12890 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12891 S:      Maintained
12892 F:      drivers/tty/serial/zs.*
12893
12894 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12895 M:      Minchan Kim <minchan@kernel.org>
12896 M:      Nitin Gupta <ngupta@vflare.org>
12897 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12898 L:      linux-mm@kvack.org
12899 S:      Maintained
12900 F:      mm/zsmalloc.c
12901 F:      include/linux/zsmalloc.h
12902 F:      Documentation/vm/zsmalloc.txt
12903
12904 ZSWAP COMPRESSED SWAP CACHING
12905 M:      Seth Jennings <sjenning@redhat.com>
12906 L:      linux-mm@kvack.org
12907 S:      Maintained
12908 F:      mm/zswap.c
12909
12910 THE REST
12911 M:      Linus Torvalds <torvalds@linux-foundation.org>
12912 L:      linux-kernel@vger.kernel.org
12913 Q:      http://patchwork.kernel.org/project/LKML/list/
12914 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12915 S:      Buried alive in reporters
12916 F:      *
12917 F:      */