Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[cascardo/linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <aar@pengutronix.de>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      netdev@vger.kernel.org
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <ericvh@gmail.com>
191 M:      Ron Minnich <rminnich@sandia.gov>
192 M:      Latchesar Ionkov <lucho@ionkov.net>
193 L:      v9fs-developer@lists.sourceforge.net
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <crope@iki.fi>
208 L:      linux-media@vger.kernel.org
209 W:      https://linuxtv.org
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L:      linux-scsi@vger.kernel.org
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      linux-api@vger.kernel.org
226 F:      include/linux/syscalls.h
227 F:      kernel/sys_ni.c
228
229 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
230 M:      Hans de Goede <hdegoede@redhat.com>
231 L:      linux-hwmon@vger.kernel.org
232 S:      Maintained
233 F:      drivers/hwmon/abituguru.c
234
235 ABIT UGURU 3 HARDWARE MONITOR DRIVER
236 M:      Alistair John Strachan <alistair@devzero.co.uk>
237 L:      linux-hwmon@vger.kernel.org
238 S:      Maintained
239 F:      drivers/hwmon/abituguru3.c
240
241 ACCES 104-DIO-48E GPIO DRIVER
242 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
243 L:      linux-gpio@vger.kernel.org
244 S:      Maintained
245 F:      drivers/gpio/gpio-104-dio-48e.c
246
247 ACCES 104-IDI-48 GPIO DRIVER
248 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
249 L:      linux-gpio@vger.kernel.org
250 S:      Maintained
251 F:      drivers/gpio/gpio-104-idi-48.c
252
253 ACCES 104-IDIO-16 GPIO DRIVER
254 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
255 L:      linux-gpio@vger.kernel.org
256 S:      Maintained
257 F:      drivers/gpio/gpio-104-idio-16.c
258
259 ACENIC DRIVER
260 M:      Jes Sorensen <jes@trained-monkey.org>
261 L:      linux-acenic@sunsite.dk
262 S:      Maintained
263 F:      drivers/net/ethernet/alteon/acenic*
264
265 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
266 M:      Peter Feuerer <peter@piie.net>
267 L:      platform-driver-x86@vger.kernel.org
268 W:      http://piie.net/?section=acerhdf
269 S:      Maintained
270 F:      drivers/platform/x86/acerhdf.c
271
272 ACER WMI LAPTOP EXTRAS
273 M:      "Lee, Chun-Yi" <jlee@suse.com>
274 L:      platform-driver-x86@vger.kernel.org
275 S:      Maintained
276 F:      drivers/platform/x86/acer-wmi.c
277
278 ACPI
279 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
280 M:      Len Brown <lenb@kernel.org>
281 L:      linux-acpi@vger.kernel.org
282 W:      https://01.org/linux-acpi
283 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
285 S:      Supported
286 F:      drivers/acpi/
287 F:      drivers/pnp/pnpacpi/
288 F:      include/linux/acpi.h
289 F:      include/acpi/
290 F:      Documentation/acpi/
291 F:      Documentation/ABI/testing/sysfs-bus-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 ALTERA MAILBOX DRIVER
600 M:      Ley Foon Tan <lftan@altera.com>
601 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
602 S:      Maintained
603 F:      drivers/mailbox/mailbox-altera.c
604
605 ALTERA PIO DRIVER
606 M:      Tien Hock Loh <thloh@altera.com>
607 L:      linux-gpio@vger.kernel.org
608 S:      Maintained
609 F:      drivers/gpio/gpio-altera.c
610
611 ALTERA TRIPLE SPEED ETHERNET DRIVER
612 M:      Vince Bridgers <vbridger@opensource.altera.com>
613 L:      netdev@vger.kernel.org
614 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
615 S:      Maintained
616 F:      drivers/net/ethernet/altera/
617
618 ALTERA UART/JTAG UART SERIAL DRIVERS
619 M:      Tobias Klauser <tklauser@distanz.ch>
620 L:      linux-serial@vger.kernel.org
621 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
622 S:      Maintained
623 F:      drivers/tty/serial/altera_uart.c
624 F:      drivers/tty/serial/altera_jtaguart.c
625 F:      include/linux/altera_uart.h
626 F:      include/linux/altera_jtaguart.h
627
628 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
629 M:      Tom Lendacky <thomas.lendacky@amd.com>
630 M:      Gary Hook <gary.hook@amd.com>
631 L:      linux-crypto@vger.kernel.org
632 S:      Supported
633 F:      drivers/crypto/ccp/
634 F:      include/linux/ccp.h
635
636 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
637 M:      Huang Rui <ray.huang@amd.com>
638 L:      linux-hwmon@vger.kernel.org
639 S:      Supported
640 F:      Documentation/hwmon/fam15h_power
641 F:      drivers/hwmon/fam15h_power.c
642
643 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
644 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
645 S:      Orphan
646 F:      drivers/usb/gadget/udc/amd5536udc.*
647
648 AMD GEODE PROCESSOR/CHIPSET SUPPORT
649 P:      Andres Salomon <dilinger@queued.net>
650 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
651 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
652 S:      Supported
653 F:      drivers/char/hw_random/geode-rng.c
654 F:      drivers/crypto/geode*
655 F:      drivers/video/fbdev/geode/
656 F:      arch/x86/include/asm/geode.h
657
658 AMD IOMMU (AMD-VI)
659 M:      Joerg Roedel <joro@8bytes.org>
660 L:      iommu@lists.linux-foundation.org
661 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
662 S:      Maintained
663 F:      drivers/iommu/amd_iommu*.[ch]
664 F:      include/linux/amd-iommu.h
665
666 AMD KFD
667 M:      Oded Gabbay <oded.gabbay@gmail.com>
668 L:      dri-devel@lists.freedesktop.org
669 T:      git git://people.freedesktop.org/~gabbayo/linux.git
670 S:      Supported
671 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
672 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
673 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
674 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
675 F:      drivers/gpu/drm/amd/amdkfd/
676 F:      drivers/gpu/drm/amd/include/cik_structs.h
677 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
678 F:      drivers/gpu/drm/amd/include/vi_structs.h
679 F:      drivers/gpu/drm/radeon/radeon_kfd.c
680 F:      drivers/gpu/drm/radeon/radeon_kfd.h
681 F:      include/uapi/linux/kfd_ioctl.h
682
683 AMD SEATTLE DEVICE TREE SUPPORT
684 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
685 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
686 M:      Tom Lendacky <thomas.lendacky@amd.com>
687 S:      Supported
688 F:      arch/arm64/boot/dts/amd/
689
690 AMD XGBE DRIVER
691 M:      Tom Lendacky <thomas.lendacky@amd.com>
692 L:      netdev@vger.kernel.org
693 S:      Supported
694 F:      drivers/net/ethernet/amd/xgbe/
695 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
696
697 AMS (Apple Motion Sensor) DRIVER
698 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
699 S:      Supported
700 F:      drivers/macintosh/ams/
701
702 ANALOG DEVICES INC AD9389B DRIVER
703 M:      Hans Verkuil <hans.verkuil@cisco.com>
704 L:      linux-media@vger.kernel.org
705 S:      Maintained
706 F:      drivers/media/i2c/ad9389b*
707
708 ANALOG DEVICES INC ADV7180 DRIVER
709 M:      Lars-Peter Clausen <lars@metafoo.de>
710 L:      linux-media@vger.kernel.org
711 W:      http://ez.analog.com/community/linux-device-drivers
712 S:      Supported
713 F:      drivers/media/i2c/adv7180.c
714
715 ANALOG DEVICES INC ADV7511 DRIVER
716 M:      Hans Verkuil <hans.verkuil@cisco.com>
717 L:      linux-media@vger.kernel.org
718 S:      Maintained
719 F:      drivers/media/i2c/adv7511*
720
721 ANALOG DEVICES INC ADV7604 DRIVER
722 M:      Hans Verkuil <hans.verkuil@cisco.com>
723 L:      linux-media@vger.kernel.org
724 S:      Maintained
725 F:      drivers/media/i2c/adv7604*
726
727 ANALOG DEVICES INC ADV7842 DRIVER
728 M:      Hans Verkuil <hans.verkuil@cisco.com>
729 L:      linux-media@vger.kernel.org
730 S:      Maintained
731 F:      drivers/media/i2c/adv7842*
732
733 ANALOG DEVICES INC ASOC CODEC DRIVERS
734 M:      Lars-Peter Clausen <lars@metafoo.de>
735 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
736 W:      http://wiki.analog.com/
737 W:      http://ez.analog.com/community/linux-device-drivers
738 S:      Supported
739 F:      sound/soc/codecs/adau*
740 F:      sound/soc/codecs/adav*
741 F:      sound/soc/codecs/ad1*
742 F:      sound/soc/codecs/ad7*
743 F:      sound/soc/codecs/ssm*
744 F:      sound/soc/codecs/sigmadsp.*
745
746 ANALOG DEVICES INC ASOC DRIVERS
747 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
748 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
749 W:      http://blackfin.uclinux.org/
750 S:      Supported
751 F:      sound/soc/blackfin/*
752
753 ANALOG DEVICES INC IIO DRIVERS
754 M:      Lars-Peter Clausen <lars@metafoo.de>
755 M:      Michael Hennerich <Michael.Hennerich@analog.com>
756 W:      http://wiki.analog.com/
757 W:      http://ez.analog.com/community/linux-device-drivers
758 S:      Supported
759 F:      drivers/iio/*/ad*
760 X:      drivers/iio/*/adjd*
761 F:      drivers/staging/iio/*/ad*
762 F:      staging/iio/trigger/iio-trig-bfin-timer.c
763
764 ANALOG DEVICES INC DMA DRIVERS
765 M:      Lars-Peter Clausen <lars@metafoo.de>
766 W:      http://ez.analog.com/community/linux-device-drivers
767 S:      Supported
768 F:      drivers/dma/dma-axi-dmac.c
769
770 ANDROID DRIVERS
771 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
772 M:      Arve Hjønnevåg <arve@android.com>
773 M:      Riley Andrews <riandrews@android.com>
774 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
775 L:      devel@driverdev.osuosl.org
776 S:      Supported
777 F:      drivers/android/
778 F:      drivers/staging/android/
779
780 AOA (Apple Onboard Audio) ALSA DRIVER
781 M:      Johannes Berg <johannes@sipsolutions.net>
782 L:      linuxppc-dev@lists.ozlabs.org
783 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
784 S:      Maintained
785 F:      sound/aoa/
786
787 APEX EMBEDDED SYSTEMS STX104 DAC DRIVER
788 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
789 L:      linux-iio@vger.kernel.org
790 S:      Maintained
791 F:      drivers/iio/dac/stx104.c
792
793 APM DRIVER
794 M:      Jiri Kosina <jikos@kernel.org>
795 S:      Odd fixes
796 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
797 F:      arch/x86/kernel/apm_32.c
798 F:      include/linux/apm_bios.h
799 F:      include/uapi/linux/apm_bios.h
800 F:      drivers/char/apm-emulation.c
801
802 APPLE BCM5974 MULTITOUCH DRIVER
803 M:      Henrik Rydberg <rydberg@bitmath.org>
804 L:      linux-input@vger.kernel.org
805 S:      Odd fixes
806 F:      drivers/input/mouse/bcm5974.c
807
808 APPLE SMC DRIVER
809 M:      Henrik Rydberg <rydberg@bitmath.org>
810 L:      linux-hwmon@vger.kernel.org
811 S:      Odd fixes
812 F:      drivers/hwmon/applesmc.c
813
814 APPLETALK NETWORK LAYER
815 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
816 S:      Maintained
817 F:      drivers/net/appletalk/
818 F:      net/appletalk/
819
820 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
821 M:      Duc Dang <dhdang@apm.com>
822 S:      Supported
823 F:      arch/arm64/boot/dts/apm/
824
825 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
826 M:      Iyappan Subramanian <isubramanian@apm.com>
827 M:      Keyur Chudgar <kchudgar@apm.com>
828 S:      Supported
829 F:      drivers/net/ethernet/apm/xgene/
830 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
831
832 APTINA CAMERA SENSOR PLL
833 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
834 L:      linux-media@vger.kernel.org
835 S:      Maintained
836 F:      drivers/media/i2c/aptina-pll.*
837
838 ARC FRAMEBUFFER DRIVER
839 M:      Jaya Kumar <jayalk@intworks.biz>
840 S:      Maintained
841 F:      drivers/video/fbdev/arcfb.c
842 F:      drivers/video/fbdev/core/fb_defio.c
843
844 ARCNET NETWORK LAYER
845 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
846 L:      netdev@vger.kernel.org
847 S:      Maintained
848 F:      drivers/net/arcnet/
849 F:      include/uapi/linux/if_arcnet.h
850
851 ARM HDLCD DRM DRIVER
852 M:      Liviu Dudau <liviu.dudau@arm.com>
853 S:      Supported
854 F:      drivers/gpu/drm/arm/
855 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
856
857 ARM MFM AND FLOPPY DRIVERS
858 M:      Ian Molton <spyro@f2s.com>
859 S:      Maintained
860 F:      arch/arm/lib/floppydma.S
861 F:      arch/arm/include/asm/floppy.h
862
863 ARM PMU PROFILING AND DEBUGGING
864 M:      Will Deacon <will.deacon@arm.com>
865 R:      Mark Rutland <mark.rutland@arm.com>
866 S:      Maintained
867 F:      arch/arm*/kernel/perf_*
868 F:      arch/arm/oprofile/common.c
869 F:      arch/arm*/kernel/hw_breakpoint.c
870 F:      arch/arm*/include/asm/hw_breakpoint.h
871 F:      arch/arm*/include/asm/perf_event.h
872 F:      drivers/perf/arm_pmu.c
873 F:      include/linux/perf/arm_pmu.h
874
875 ARM PORT
876 M:      Russell King <linux@armlinux.org.uk>
877 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
878 W:      http://www.armlinux.org.uk/
879 S:      Maintained
880 F:      arch/arm/
881
882 ARM SUB-ARCHITECTURES
883 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
884 S:      Maintained
885 F:      arch/arm/mach-*/
886 F:      arch/arm/plat-*/
887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
888
889 ARM PRIMECELL AACI PL041 DRIVER
890 M:      Russell King <linux@armlinux.org.uk>
891 S:      Maintained
892 F:      sound/arm/aaci.*
893
894 ARM PRIMECELL CLCD PL110 DRIVER
895 M:      Russell King <linux@armlinux.org.uk>
896 S:      Maintained
897 F:      drivers/video/fbdev/amba-clcd.*
898
899 ARM PRIMECELL KMI PL050 DRIVER
900 M:      Russell King <linux@armlinux.org.uk>
901 S:      Maintained
902 F:      drivers/input/serio/ambakmi.*
903 F:      include/linux/amba/kmi.h
904
905 ARM PRIMECELL MMCI PL180/1 DRIVER
906 M:      Russell King <linux@armlinux.org.uk>
907 S:      Maintained
908 F:      drivers/mmc/host/mmci.*
909 F:      include/linux/amba/mmci.h
910
911 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
912 M:      Russell King <linux@armlinux.org.uk>
913 S:      Maintained
914 F:      drivers/tty/serial/amba-pl01*.c
915 F:      include/linux/amba/serial.h
916
917 ARM PRIMECELL BUS SUPPORT
918 M:      Russell King <linux@armlinux.org.uk>
919 S:      Maintained
920 F:      drivers/amba/
921 F:      include/linux/amba/bus.h
922
923 ARM/ADS SPHERE MACHINE SUPPORT
924 M:      Lennert Buytenhek <kernel@wantstofly.org>
925 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
926 S:      Maintained
927
928 ARM/AFEB9260 MACHINE SUPPORT
929 M:      Sergey Lapin <slapin@ossfans.org>
930 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
931 S:      Maintained
932
933 ARM/AJECO 1ARM MACHINE SUPPORT
934 M:      Lennert Buytenhek <kernel@wantstofly.org>
935 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
936 S:      Maintained
937
938 ARM/Allwinner sunXi SoC support
939 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
940 M:      Chen-Yu Tsai <wens@csie.org>
941 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
942 S:      Maintained
943 N:      sun[x456789]i
944
945 ARM/Allwinner SoC Clock Support
946 M:      Emilio López <emilio@elopez.com.ar>
947 S:      Maintained
948 F:      drivers/clk/sunxi/
949
950 ARM/Amlogic Meson SoC support
951 M:      Carlo Caione <carlo@caione.org>
952 M:      Kevin Hilman <khilman@baylibre.com>
953 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
954 L:      linux-amlogic@lists.infradead.org
955 W:      http://linux-meson.com/
956 S:      Maintained
957 F:      arch/arm/mach-meson/
958 F:      arch/arm/boot/dts/meson*
959 F:      arch/arm64/boot/dts/amlogic/
960 F:      drivers/pinctrl/meson/
961 N:      meson
962
963 ARM/Annapurna Labs ALPINE ARCHITECTURE
964 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
965 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
966 S:      Maintained
967 F:      arch/arm/mach-alpine/
968 F:      arch/arm/boot/dts/alpine*
969 F:      arch/arm64/boot/dts/al/
970 F:      drivers/*/*alpine*
971
972 ARM/ARTPEC MACHINE SUPPORT
973 M:      Jesper Nilsson <jesper.nilsson@axis.com>
974 M:      Lars Persson <lars.persson@axis.com>
975 M:      Niklas Cassel <niklas.cassel@axis.com>
976 S:      Maintained
977 L:      linux-arm-kernel@axis.com
978 F:      arch/arm/mach-artpec
979 F:      arch/arm/boot/dts/artpec6*
980 F:      drivers/clk/clk-artpec6.c
981
982 ARM/ASPEED MACHINE SUPPORT
983 M:      Joel Stanley <joel@jms.id.au>
984 S:      Maintained
985 F:      arch/arm/mach-aspeed/
986 F:      arch/arm/boot/dts/aspeed-*
987 F:      drivers/*/*aspeed*
988
989 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
990 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
991 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
992 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
993 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
994 W:      http://www.linux4sam.org
995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
996 S:      Supported
997 F:      arch/arm/mach-at91/
998 F:      include/soc/at91/
999 F:      arch/arm/boot/dts/at91*.dts
1000 F:      arch/arm/boot/dts/at91*.dtsi
1001 F:      arch/arm/boot/dts/sama*.dts
1002 F:      arch/arm/boot/dts/sama*.dtsi
1003 F:      arch/arm/include/debug/at91.S
1004
1005 ARM/ATMEL AT91 Clock Support
1006 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
1007 S:      Maintained
1008 F:      drivers/clk/at91
1009
1010 ARM/CALXEDA HIGHBANK ARCHITECTURE
1011 M:      Rob Herring <robh@kernel.org>
1012 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1013 S:      Maintained
1014 F:      arch/arm/mach-highbank/
1015 F:      arch/arm/boot/dts/highbank.dts
1016 F:      arch/arm/boot/dts/ecx-*.dts*
1017
1018 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1019 M:      Krzysztof Halasa <khalasa@piap.pl>
1020 S:      Maintained
1021 F:      arch/arm/mach-cns3xxx/
1022
1023 ARM/CAVIUM THUNDER NETWORK DRIVER
1024 M:      Sunil Goutham <sgoutham@cavium.com>
1025 M:      Robert Richter <rric@kernel.org>
1026 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1027 S:      Supported
1028 F:      drivers/net/ethernet/cavium/thunder/
1029
1030 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1031 M:      Alexander Shiyan <shc_work@mail.ru>
1032 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1033 S:      Odd Fixes
1034 N:      clps711x
1035
1036 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1037 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1038 M:      Ryan Mallon <rmallon@gmail.com>
1039 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1040 S:      Maintained
1041 F:      arch/arm/mach-ep93xx/
1042 F:      arch/arm/mach-ep93xx/include/mach/
1043
1044 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1045 M:      Lennert Buytenhek <kernel@wantstofly.org>
1046 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1047 S:      Maintained
1048
1049 ARM/CLKDEV SUPPORT
1050 M:      Russell King <linux@armlinux.org.uk>
1051 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1052 S:      Maintained
1053 F:      arch/arm/include/asm/clkdev.h
1054 F:      drivers/clk/clkdev.c
1055
1056 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1057 M:      Mike Rapoport <mike@compulab.co.il>
1058 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1059 S:      Maintained
1060
1061 ARM/CONTEC MICRO9 MACHINE SUPPORT
1062 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1063 S:      Maintained
1064 F:      arch/arm/mach-ep93xx/micro9.c
1065
1066 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1067 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1068 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1069 S:      Maintained
1070 F:      drivers/hwtracing/coresight/*
1071 F:      Documentation/trace/coresight.txt
1072 F:      Documentation/devicetree/bindings/arm/coresight.txt
1073 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1074
1075 ARM/CORGI MACHINE SUPPORT
1076 M:      Richard Purdie <rpurdie@rpsys.net>
1077 S:      Maintained
1078
1079 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1080 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1081 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1082 T:      git git://github.com/ulli-kroll/linux.git
1083 S:      Maintained
1084 F:      arch/arm/mach-gemini/
1085 F:      drivers/rtc/rtc-gemini.c
1086
1087 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1088 M:      Barry Song <baohua@kernel.org>
1089 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1091 S:      Maintained
1092 F:      arch/arm/boot/dts/prima2*
1093 F:      arch/arm/mach-prima2/
1094 F:      drivers/clk/sirf/
1095 F:      drivers/clocksource/timer-prima2.c
1096 F:      drivers/clocksource/timer-atlas7.c
1097 N:      [^a-z]sirf
1098
1099 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1100 M:      Baruch Siach <baruch@tkos.co.il>
1101 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1102 S:      Maintained
1103 F:      arch/arm/boot/dts/cx92755*
1104 N:      digicolor
1105
1106 ARM/EBSA110 MACHINE SUPPORT
1107 M:      Russell King <linux@armlinux.org.uk>
1108 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1109 W:      http://www.armlinux.org.uk/
1110 S:      Maintained
1111 F:      arch/arm/mach-ebsa110/
1112 F:      drivers/net/ethernet/amd/am79c961a.*
1113
1114 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1115 M:      Uwe Kleine-König <kernel@pengutronix.de>
1116 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1117 S:      Maintained
1118 N:      efm32
1119
1120 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1121 M:      Daniel Ribeiro <drwyrm@gmail.com>
1122 M:      Stefan Schmidt <stefan@openezx.org>
1123 M:      Harald Welte <laforge@openezx.org>
1124 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1125 W:      http://www.openezx.org/
1126 S:      Maintained
1127 T:      topgit git://git.openezx.org/openezx.git
1128 F:      arch/arm/mach-pxa/ezx.c
1129
1130 ARM/FARADAY FA526 PORT
1131 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1132 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1133 S:      Maintained
1134 T:      git git://git.berlios.de/gemini-board
1135 F:      arch/arm/mm/*-fa*
1136
1137 ARM/FOOTBRIDGE ARCHITECTURE
1138 M:      Russell King <linux@armlinux.org.uk>
1139 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1140 W:      http://www.armlinux.org.uk/
1141 S:      Maintained
1142 F:      arch/arm/include/asm/hardware/dec21285.h
1143 F:      arch/arm/mach-footbridge/
1144
1145 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1146 M:      Shawn Guo <shawnguo@kernel.org>
1147 M:      Sascha Hauer <kernel@pengutronix.de>
1148 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1149 S:      Maintained
1150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1151 F:      arch/arm/mach-imx/
1152 F:      arch/arm/mach-mxs/
1153 F:      arch/arm/boot/dts/imx*
1154 F:      arch/arm/configs/imx*_defconfig
1155 F:      drivers/clk/imx/
1156 F:      include/soc/imx/
1157
1158 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1159 M:      Shawn Guo <shawnguo@kernel.org>
1160 M:      Sascha Hauer <kernel@pengutronix.de>
1161 R:      Stefan Agner <stefan@agner.ch>
1162 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1163 S:      Maintained
1164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1165 F:      arch/arm/mach-imx/*vf610*
1166 F:      arch/arm/boot/dts/vf*
1167
1168 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1169 M:      Lennert Buytenhek <kernel@wantstofly.org>
1170 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1171 S:      Maintained
1172
1173 ARM/GUMSTIX MACHINE SUPPORT
1174 M:      Steve Sakoman <sakoman@gmail.com>
1175 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1176 S:      Maintained
1177
1178 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1179 M:      Philipp Zabel <philipp.zabel@gmail.com>
1180 M:      Paul Parsons <lost.distance@yahoo.com>
1181 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1182 S:      Maintained
1183 F:      arch/arm/mach-pxa/hx4700.c
1184 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1185 F:      sound/soc/pxa/hx4700.c
1186
1187 ARM/HISILICON SOC SUPPORT
1188 M:      Wei Xu <xuwei5@hisilicon.com>
1189 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1190 W:      http://www.hisilicon.com
1191 S:      Supported
1192 T:      git git://github.com/hisilicon/linux-hisi.git
1193 F:      arch/arm/mach-hisi/
1194 F:      arch/arm/boot/dts/hi3*
1195 F:      arch/arm/boot/dts/hip*
1196 F:      arch/arm/boot/dts/hisi*
1197 F:      arch/arm64/boot/dts/hisilicon/
1198
1199 ARM/HP JORNADA 7XX MACHINE SUPPORT
1200 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1201 W:      www.jlime.com
1202 S:      Maintained
1203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1204 F:      arch/arm/mach-sa1100/jornada720.c
1205 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1206
1207 ARM/IGEP MACHINE SUPPORT
1208 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1209 M:      Javier Martinez Canillas <javier@dowhile0.org>
1210 L:      linux-omap@vger.kernel.org
1211 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1212 S:      Maintained
1213 F:      arch/arm/boot/dts/omap3-igep*
1214
1215 ARM/INCOME PXA270 SUPPORT
1216 M:      Marek Vasut <marek.vasut@gmail.com>
1217 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1218 S:      Maintained
1219 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1220
1221 ARM/INTEL IOP32X ARM ARCHITECTURE
1222 M:      Lennert Buytenhek <kernel@wantstofly.org>
1223 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1224 S:      Maintained
1225
1226 ARM/INTEL IOP33X ARM ARCHITECTURE
1227 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1228 S:      Orphan
1229
1230 ARM/INTEL IOP13XX ARM ARCHITECTURE
1231 M:      Lennert Buytenhek <kernel@wantstofly.org>
1232 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1233 S:      Maintained
1234
1235 ARM/INTEL IQ81342EX MACHINE SUPPORT
1236 M:      Lennert Buytenhek <kernel@wantstofly.org>
1237 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1238 S:      Maintained
1239
1240 ARM/INTEL IXDP2850 MACHINE SUPPORT
1241 M:      Lennert Buytenhek <kernel@wantstofly.org>
1242 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1243 S:      Maintained
1244
1245 ARM/INTEL IXP4XX ARM ARCHITECTURE
1246 M:      Imre Kaloz <kaloz@openwrt.org>
1247 M:      Krzysztof Halasa <khalasa@piap.pl>
1248 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1249 S:      Maintained
1250 F:      arch/arm/mach-ixp4xx/
1251
1252 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1253 M:      Jonathan Cameron <jic23@cam.ac.uk>
1254 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1255 S:      Maintained
1256 F:      arch/arm/mach-pxa/stargate2.c
1257 F:      drivers/pcmcia/pxa2xx_stargate2.c
1258
1259 ARM/INTEL XSC3 (MANZANO) ARM CORE
1260 M:      Lennert Buytenhek <kernel@wantstofly.org>
1261 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1262 S:      Maintained
1263
1264 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1265 M:      Lennert Buytenhek <kernel@wantstofly.org>
1266 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1267 S:      Maintained
1268
1269 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1270 M:      Santosh Shilimkar <ssantosh@kernel.org>
1271 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1272 S:      Maintained
1273 F:      arch/arm/mach-keystone/
1274 F:      arch/arm/boot/dts/k2*
1275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1276
1277 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1278 M:      Santosh Shilimkar <ssantosh@kernel.org>
1279 L:      linux-kernel@vger.kernel.org
1280 S:      Maintained
1281 F:      drivers/clk/keystone/
1282
1283 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1284 M:      Santosh Shilimkar <ssantosh@kernel.org>
1285 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1286 L:      linux-kernel@vger.kernel.org
1287 S:      Maintained
1288 F:      drivers/clocksource/timer-keystone.c
1289
1290 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1291 M:      Santosh Shilimkar <ssantosh@kernel.org>
1292 L:      linux-kernel@vger.kernel.org
1293 S:      Maintained
1294 F:      drivers/power/reset/keystone-reset.c
1295
1296 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1297 M:      Santosh Shilimkar <ssantosh@kernel.org>
1298 L:      linux-kernel@vger.kernel.org
1299 S:      Maintained
1300 F:      drivers/memory/*emif*
1301
1302 ARM/LOGICPD PXA270 MACHINE SUPPORT
1303 M:      Lennert Buytenhek <kernel@wantstofly.org>
1304 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1305 S:      Maintained
1306
1307 ARM/LPC18XX ARCHITECTURE
1308 M:      Joachim Eastwood <manabian@gmail.com>
1309 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1310 S:      Maintained
1311 F:      arch/arm/boot/dts/lpc43*
1312 F:      drivers/clk/nxp/clk-lpc18xx*
1313 F:      drivers/clocksource/time-lpc32xx.c
1314 F:      drivers/i2c/busses/i2c-lpc2k.c
1315 F:      drivers/memory/pl172.c
1316 F:      drivers/mtd/spi-nor/nxp-spifi.c
1317 F:      drivers/rtc/rtc-lpc24xx.c
1318 N:      lpc18xx
1319
1320 ARM/LPC32XX SOC SUPPORT
1321 M:      Vladimir Zapolskiy <vz@mleia.com>
1322 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1323 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1324 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1325 S:      Maintained
1326 F:      arch/arm/boot/dts/lpc32*
1327 F:      arch/arm/mach-lpc32xx/
1328 F:      drivers/i2c/busses/i2c-pnx.c
1329 F:      drivers/net/ethernet/nxp/lpc_eth.c
1330 F:      drivers/usb/host/ohci-nxp.c
1331 F:      drivers/watchdog/pnx4008_wdt.c
1332 N:      lpc32xx
1333
1334 ARM/MAGICIAN MACHINE SUPPORT
1335 M:      Philipp Zabel <philipp.zabel@gmail.com>
1336 S:      Maintained
1337
1338 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1339 M:      Jason Cooper <jason@lakedaemon.net>
1340 M:      Andrew Lunn <andrew@lunn.ch>
1341 M:      Gregory Clement <gregory.clement@free-electrons.com>
1342 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1343 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1344 S:      Maintained
1345 F:      arch/arm/mach-mvebu/
1346 F:      drivers/rtc/rtc-armada38x.c
1347 F:      arch/arm/boot/dts/armada*
1348 F:      arch/arm/boot/dts/kirkwood*
1349 F:      arch/arm64/boot/dts/marvell/armada*
1350 F:      drivers/cpufreq/mvebu-cpufreq.c
1351
1352
1353 ARM/Marvell Berlin SoC support
1354 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1355 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1356 S:      Maintained
1357 F:      arch/arm/mach-berlin/
1358 F:      arch/arm/boot/dts/berlin*
1359 F:      arch/arm64/boot/dts/marvell/berlin*
1360
1361
1362 ARM/Marvell Dove/MV78xx0/Orion SOC support
1363 M:      Jason Cooper <jason@lakedaemon.net>
1364 M:      Andrew Lunn <andrew@lunn.ch>
1365 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1366 M:      Gregory Clement <gregory.clement@free-electrons.com>
1367 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1368 S:      Maintained
1369 F:      arch/arm/mach-dove/
1370 F:      arch/arm/mach-mv78xx0/
1371 F:      arch/arm/mach-orion5x/
1372 F:      arch/arm/plat-orion/
1373 F:      arch/arm/boot/dts/dove*
1374 F:      arch/arm/boot/dts/orion5x*
1375
1376
1377 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1378 M:      Alexander Clouter <alex@digriz.org.uk>
1379 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1380 W:      http://www.digriz.org.uk/ts78xx/kernel
1381 S:      Maintained
1382 F:      arch/arm/mach-orion5x/ts78xx-*
1383
1384 ARM/OXNAS platform support
1385 M:      Neil Armstrong <narmstrong@baylibre.com>
1386 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1387 S:      Maintained
1388 F:      arch/arm/mach-oxnas/
1389 F:      arch/arm/boot/dts/oxnas*
1390 F:      arch/arm/boot/dts/wd-mbwe.dts
1391 N:      oxnas
1392
1393 ARM/Mediatek RTC DRIVER
1394 M:      Eddie Huang <eddie.huang@mediatek.com>
1395 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1396 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1397 S:      Maintained
1398 F:      drivers/rtc/rtc-mt6397.c
1399
1400 ARM/Mediatek SoC support
1401 M:      Matthias Brugger <matthias.bgg@gmail.com>
1402 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1403 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1404 S:      Maintained
1405 F:      arch/arm/boot/dts/mt6*
1406 F:      arch/arm/boot/dts/mt8*
1407 F:      arch/arm/mach-mediatek/
1408 N:      mtk
1409 K:      mediatek
1410
1411 ARM/Mediatek USB3 PHY DRIVER
1412 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1413 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1414 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1415 S:      Maintained
1416 F:      drivers/phy/phy-mt65xx-usb3.c
1417
1418 ARM/MICREL KS8695 ARCHITECTURE
1419 M:      Greg Ungerer <gerg@uclinux.org>
1420 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1421 F:      arch/arm/mach-ks8695/
1422 S:      Odd Fixes
1423
1424 ARM/MIOA701 MACHINE SUPPORT
1425 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1426 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1427 F:      arch/arm/mach-pxa/mioa701.c
1428 S:      Maintained
1429
1430 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1431 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1432 S:      Maintained
1433
1434 ARM/NOMADIK ARCHITECTURE
1435 M:      Alessandro Rubini <rubini@unipv.it>
1436 M:      Linus Walleij <linus.walleij@linaro.org>
1437 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1438 S:      Maintained
1439 F:      arch/arm/mach-nomadik/
1440 F:      drivers/pinctrl/nomadik/
1441 F:      drivers/i2c/busses/i2c-nomadik.c
1442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1443
1444 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1445 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1446 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1447 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1448 S:      Supported
1449
1450 ARM/TOSA MACHINE SUPPORT
1451 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1452 M:      Dirk Opfer <dirk@opfer-online.de>
1453 S:      Maintained
1454
1455 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1456 M:      Marek Vasut <marek.vasut@gmail.com>
1457 L:      linux-arm-kernel@lists.infradead.org
1458 W:      http://hackndev.com
1459 S:      Maintained
1460 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1461 F:      arch/arm/mach-pxa/palmtx.c
1462 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1463 F:      arch/arm/mach-pxa/palmt5.c
1464 F:      arch/arm/mach-pxa/include/mach/palmld.h
1465 F:      arch/arm/mach-pxa/palmld.c
1466 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1467 F:      arch/arm/mach-pxa/palmte2.c
1468 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1469 F:      arch/arm/mach-pxa/palmtc.c
1470
1471 ARM/PALM TREO SUPPORT
1472 M:      Tomas Cech <sleep_walker@suse.com>
1473 L:      linux-arm-kernel@lists.infradead.org
1474 W:      http://hackndev.com
1475 S:      Maintained
1476 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1477 F:      arch/arm/mach-pxa/palmtreo.c
1478
1479 ARM/PALMZ72 SUPPORT
1480 M:      Sergey Lapin <slapin@ossfans.org>
1481 L:      linux-arm-kernel@lists.infradead.org
1482 W:      http://hackndev.com
1483 S:      Maintained
1484 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1485 F:      arch/arm/mach-pxa/palmz72.c
1486
1487 ARM/PLEB SUPPORT
1488 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1489 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1490 S:      Maintained
1491
1492 ARM/PT DIGITAL BOARD PORT
1493 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1494 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1495 W:      http://www.armlinux.org.uk/
1496 S:      Maintained
1497
1498 ARM/QUALCOMM SUPPORT
1499 M:      Andy Gross <andy.gross@linaro.org>
1500 M:      David Brown <david.brown@linaro.org>
1501 L:      linux-arm-msm@vger.kernel.org
1502 L:      linux-soc@vger.kernel.org
1503 S:      Maintained
1504 F:      arch/arm/boot/dts/qcom-*.dts
1505 F:      arch/arm/boot/dts/qcom-*.dtsi
1506 F:      arch/arm/mach-qcom/
1507 F:      arch/arm64/boot/dts/qcom/*
1508 F:      drivers/i2c/busses/i2c-qup.c
1509 F:      drivers/clk/qcom/
1510 F:      drivers/soc/qcom/
1511 F:      drivers/spi/spi-qup.c
1512 F:      drivers/tty/serial/msm_serial.h
1513 F:      drivers/tty/serial/msm_serial.c
1514 F:      drivers/*/pm8???-*
1515 F:      drivers/mfd/ssbi.c
1516 F:      drivers/firmware/qcom_scm.c
1517 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1518
1519 ARM/RADISYS ENP2611 MACHINE SUPPORT
1520 M:      Lennert Buytenhek <kernel@wantstofly.org>
1521 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1522 S:      Maintained
1523
1524 ARM/RENESAS ARM64 ARCHITECTURE
1525 M:      Simon Horman <horms@verge.net.au>
1526 M:      Magnus Damm <magnus.damm@gmail.com>
1527 L:      linux-renesas-soc@vger.kernel.org
1528 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1530 S:      Supported
1531 F:      arch/arm64/boot/dts/renesas/
1532
1533 ARM/RISCPC ARCHITECTURE
1534 M:      Russell King <linux@armlinux.org.uk>
1535 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1536 W:      http://www.armlinux.org.uk/
1537 S:      Maintained
1538 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1539 F:      arch/arm/include/asm/hardware/ioc.h
1540 F:      arch/arm/include/asm/hardware/iomd.h
1541 F:      arch/arm/include/asm/hardware/memc.h
1542 F:      arch/arm/mach-rpc/
1543 F:      drivers/net/ethernet/8390/etherh.c
1544 F:      drivers/net/ethernet/i825xx/ether1*
1545 F:      drivers/net/ethernet/seeq/ether3*
1546 F:      drivers/scsi/arm/
1547
1548 ARM/Rockchip SoC support
1549 M:      Heiko Stuebner <heiko@sntech.de>
1550 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1551 L:      linux-rockchip@lists.infradead.org
1552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1553 S:      Maintained
1554 F:      arch/arm/boot/dts/rk3*
1555 F:      arch/arm/mach-rockchip/
1556 F:      drivers/clk/rockchip/
1557 F:      drivers/i2c/busses/i2c-rk3x.c
1558 F:      drivers/*/*rockchip*
1559 F:      drivers/*/*/*rockchip*
1560 F:      sound/soc/rockchip/
1561 N:      rockchip
1562
1563 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1564 M:      Kukjin Kim <kgene@kernel.org>
1565 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1566 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1567 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1568 S:      Maintained
1569 F:      arch/arm/boot/dts/s3c*
1570 F:      arch/arm/boot/dts/s5p*
1571 F:      arch/arm/boot/dts/samsung*
1572 F:      arch/arm/boot/dts/exynos*
1573 F:      arch/arm64/boot/dts/exynos/
1574 F:      arch/arm/plat-samsung/
1575 F:      arch/arm/mach-s3c24*/
1576 F:      arch/arm/mach-s3c64xx/
1577 F:      arch/arm/mach-s5p*/
1578 F:      arch/arm/mach-exynos*/
1579 F:      drivers/*/*s3c2410*
1580 F:      drivers/*/*/*s3c2410*
1581 F:      drivers/soc/samsung/*
1582 F:      drivers/spi/spi-s3c*
1583 F:      sound/soc/samsung/*
1584 F:      Documentation/arm/Samsung/
1585 F:      Documentation/devicetree/bindings/arm/samsung/
1586 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1587 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1588 N:      exynos
1589
1590 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1591 M:      Kyungmin Park <kyungmin.park@samsung.com>
1592 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1593 S:      Maintained
1594 F:      arch/arm/mach-s5pv210/
1595
1596 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1597 M:      Kyungmin Park <kyungmin.park@samsung.com>
1598 M:      Kamil Debski <k.debski@samsung.com>
1599 L:      linux-arm-kernel@lists.infradead.org
1600 L:      linux-media@vger.kernel.org
1601 S:      Maintained
1602 F:      drivers/media/platform/s5p-g2d/
1603
1604 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1605 M:      Kyungmin Park <kyungmin.park@samsung.com>
1606 M:      Kamil Debski <k.debski@samsung.com>
1607 M:      Jeongtae Park <jtp.park@samsung.com>
1608 L:      linux-arm-kernel@lists.infradead.org
1609 L:      linux-media@vger.kernel.org
1610 S:      Maintained
1611 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1612 F:      drivers/media/platform/s5p-mfc/
1613
1614 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1615 M:      Kyungmin Park <kyungmin.park@samsung.com>
1616 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1617 L:      linux-arm-kernel@lists.infradead.org
1618 L:      linux-media@vger.kernel.org
1619 S:      Maintained
1620 F:      drivers/media/platform/s5p-tv/
1621
1622 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1623 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1624 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1625 L:      linux-arm-kernel@lists.infradead.org
1626 L:      linux-media@vger.kernel.org
1627 S:      Maintained
1628 F:      drivers/media/platform/s5p-jpeg/
1629
1630 ARM/SHMOBILE ARM ARCHITECTURE
1631 M:      Simon Horman <horms@verge.net.au>
1632 M:      Magnus Damm <magnus.damm@gmail.com>
1633 L:      linux-renesas-soc@vger.kernel.org
1634 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1635 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1636 S:      Supported
1637 F:      arch/arm/boot/dts/emev2*
1638 F:      arch/arm/boot/dts/r7s*
1639 F:      arch/arm/boot/dts/r8a*
1640 F:      arch/arm/boot/dts/sh*
1641 F:      arch/arm/configs/shmobile_defconfig
1642 F:      arch/arm/include/debug/renesas-scif.S
1643 F:      arch/arm/mach-shmobile/
1644 F:      drivers/sh/
1645
1646 ARM/SOCFPGA ARCHITECTURE
1647 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1648 S:      Maintained
1649 F:      arch/arm/mach-socfpga/
1650 F:      arch/arm/boot/dts/socfpga*
1651 F:      arch/arm/configs/socfpga_defconfig
1652 F:      arch/arm64/boot/dts/altera/
1653 W:      http://www.rocketboards.org
1654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1655
1656 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1657 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1658 S:      Maintained
1659 F:      drivers/clk/socfpga/
1660
1661 ARM/SOCFPGA EDAC SUPPORT
1662 M:      Thor Thayer <tthayer@opensource.altera.com>
1663 S:      Maintained
1664 F:      drivers/edac/altera_edac.
1665
1666 ARM/STI ARCHITECTURE
1667 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1668 M:      Maxime Coquelin <maxime.coquelin@st.com>
1669 M:      Patrice Chotard <patrice.chotard@st.com>
1670 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1671 L:      kernel@stlinux.com
1672 W:      http://www.stlinux.com
1673 S:      Maintained
1674 F:      arch/arm/mach-sti/
1675 F:      arch/arm/boot/dts/sti*
1676 F:      drivers/char/hw_random/st-rng.c
1677 F:      drivers/clocksource/arm_global_timer.c
1678 F:      drivers/clocksource/clksrc_st_lpc.c
1679 F:      drivers/cpufreq/sti-cpufreq.c
1680 F:      drivers/i2c/busses/i2c-st.c
1681 F:      drivers/media/rc/st_rc.c
1682 F:      drivers/media/platform/sti/c8sectpfe/
1683 F:      drivers/mmc/host/sdhci-st.c
1684 F:      drivers/phy/phy-miphy28lp.c
1685 F:      drivers/phy/phy-miphy365x.c
1686 F:      drivers/phy/phy-stih407-usb.c
1687 F:      drivers/phy/phy-stih41x-usb.c
1688 F:      drivers/pinctrl/pinctrl-st.c
1689 F:      drivers/remoteproc/st_remoteproc.c
1690 F:      drivers/reset/sti/
1691 F:      drivers/rtc/rtc-st-lpc.c
1692 F:      drivers/tty/serial/st-asc.c
1693 F:      drivers/usb/dwc3/dwc3-st.c
1694 F:      drivers/usb/host/ehci-st.c
1695 F:      drivers/usb/host/ohci-st.c
1696 F:      drivers/watchdog/st_lpc_wdt.c
1697 F:      drivers/ata/ahci_st.c
1698
1699 ARM/STM32 ARCHITECTURE
1700 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1701 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1702 S:      Maintained
1703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1704 N:      stm32
1705 F:      drivers/clocksource/armv7m_systick.c
1706
1707 ARM/TANGO ARCHITECTURE
1708 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1709 L:      linux-arm-kernel@lists.infradead.org
1710 S:      Maintained
1711 F:      arch/arm/mach-tango/
1712 F:      arch/arm/boot/dts/tango*
1713
1714 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1715 M:      Lennert Buytenhek <kernel@wantstofly.org>
1716 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1717 S:      Maintained
1718
1719 ARM/TETON BGA MACHINE SUPPORT
1720 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1721 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1722 S:      Maintained
1723
1724 ARM/THECUS N2100 MACHINE SUPPORT
1725 M:      Lennert Buytenhek <kernel@wantstofly.org>
1726 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1727 S:      Maintained
1728
1729 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1730 M:      Wan ZongShun <mcuos.com@gmail.com>
1731 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1732 W:      http://www.mcuos.com
1733 S:      Maintained
1734 F:      arch/arm/mach-w90x900/
1735 F:      drivers/input/keyboard/w90p910_keypad.c
1736 F:      drivers/input/touchscreen/w90p910_ts.c
1737 F:      drivers/watchdog/nuc900_wdt.c
1738 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1739 F:      drivers/mtd/nand/nuc900_nand.c
1740 F:      drivers/rtc/rtc-nuc900.c
1741 F:      drivers/spi/spi-nuc900.c
1742 F:      drivers/usb/host/ehci-w90x900.c
1743 F:      drivers/video/fbdev/nuc900fb.c
1744
1745 ARM/U300 MACHINE SUPPORT
1746 M:      Linus Walleij <linus.walleij@linaro.org>
1747 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1748 S:      Supported
1749 F:      arch/arm/mach-u300/
1750 F:      drivers/clocksource/timer-u300.c
1751 F:      drivers/i2c/busses/i2c-stu300.c
1752 F:      drivers/rtc/rtc-coh901331.c
1753 F:      drivers/watchdog/coh901327_wdt.c
1754 F:      drivers/dma/coh901318*
1755 F:      drivers/mfd/ab3100*
1756 F:      drivers/rtc/rtc-ab3100.c
1757 F:      drivers/rtc/rtc-coh901331.c
1758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1759
1760 ARM/UNIPHIER ARCHITECTURE
1761 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1762 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1763 S:      Maintained
1764 F:      arch/arm/boot/dts/uniphier*
1765 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1766 F:      arch/arm/mach-uniphier/
1767 F:      arch/arm/mm/cache-uniphier.c
1768 F:      arch/arm64/boot/dts/socionext/
1769 F:      drivers/bus/uniphier-system-bus.c
1770 F:      drivers/i2c/busses/i2c-uniphier*
1771 F:      drivers/pinctrl/uniphier/
1772 F:      drivers/tty/serial/8250/8250_uniphier.c
1773 N:      uniphier
1774
1775 ARM/Ux500 ARM ARCHITECTURE
1776 M:      Linus Walleij <linus.walleij@linaro.org>
1777 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1778 S:      Maintained
1779 F:      arch/arm/mach-ux500/
1780 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1781 F:      drivers/dma/ste_dma40*
1782 F:      drivers/hwspinlock/u8500_hsem.c
1783 F:      drivers/mfd/abx500*
1784 F:      drivers/mfd/ab8500*
1785 F:      drivers/mfd/dbx500*
1786 F:      drivers/mfd/db8500*
1787 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1788 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1789 F:      drivers/rtc/rtc-ab8500.c
1790 F:      drivers/rtc/rtc-pl031.c
1791 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1792
1793 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1794 M:      Ulf Hansson <ulf.hansson@linaro.org>
1795 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1796 T:      git git://git.linaro.org/people/ulfh/clk.git
1797 S:      Maintained
1798 F:      drivers/clk/ux500/
1799 F:      include/linux/platform_data/clk-ux500.h
1800
1801 ARM/VERSATILE EXPRESS PLATFORM
1802 M:      Liviu Dudau <liviu.dudau@arm.com>
1803 M:      Sudeep Holla <sudeep.holla@arm.com>
1804 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1805 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1806 S:      Maintained
1807 F:      arch/arm/boot/dts/vexpress*
1808 F:      arch/arm64/boot/dts/arm/
1809 F:      arch/arm/mach-vexpress/
1810 F:      */*/vexpress*
1811 F:      */*/*/vexpress*
1812 F:      drivers/clk/versatile/clk-vexpress-osc.c
1813 F:      drivers/clocksource/versatile.c
1814 N:      mps2
1815
1816 ARM/VFP SUPPORT
1817 M:      Russell King <linux@armlinux.org.uk>
1818 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1819 W:      http://www.armlinux.org.uk/
1820 S:      Maintained
1821 F:      arch/arm/vfp/
1822
1823 ARM/VOIPAC PXA270 SUPPORT
1824 M:      Marek Vasut <marek.vasut@gmail.com>
1825 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1826 S:      Maintained
1827 F:      arch/arm/mach-pxa/vpac270.c
1828 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1829
1830 ARM/VT8500 ARM ARCHITECTURE
1831 M:      Tony Prisk <linux@prisktech.co.nz>
1832 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1833 S:      Maintained
1834 F:      arch/arm/mach-vt8500/
1835 F:      drivers/clocksource/vt8500_timer.c
1836 F:      drivers/i2c/busses/i2c-wmt.c
1837 F:      drivers/mmc/host/wmt-sdmmc.c
1838 F:      drivers/pwm/pwm-vt8500.c
1839 F:      drivers/rtc/rtc-vt8500.c
1840 F:      drivers/tty/serial/vt8500_serial.c
1841 F:      drivers/usb/host/ehci-platform.c
1842 F:      drivers/usb/host/uhci-platform.c
1843 F:      drivers/video/fbdev/vt8500lcdfb.*
1844 F:      drivers/video/fbdev/wm8505fb*
1845 F:      drivers/video/fbdev/wmt_ge_rops.*
1846
1847 ARM/ZIPIT Z2 SUPPORT
1848 M:      Marek Vasut <marek.vasut@gmail.com>
1849 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1850 S:      Maintained
1851 F:      arch/arm/mach-pxa/z2.c
1852 F:      arch/arm/mach-pxa/include/mach/z2.h
1853
1854 ARM/ZTE ARCHITECTURE
1855 M:      Jun Nie <jun.nie@linaro.org>
1856 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1857 S:      Maintained
1858 F:      arch/arm/mach-zx/
1859 F:      drivers/clk/zte/
1860 F:      Documentation/devicetree/bindings/arm/zte.txt
1861 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1862
1863 ARM/ZYNQ ARCHITECTURE
1864 M:      Michal Simek <michal.simek@xilinx.com>
1865 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1866 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1867 W:      http://wiki.xilinx.com
1868 T:      git https://github.com/Xilinx/linux-xlnx.git
1869 S:      Supported
1870 F:      arch/arm/mach-zynq/
1871 F:      drivers/cpuidle/cpuidle-zynq.c
1872 F:      drivers/block/xsysace.c
1873 N:      zynq
1874 N:      xilinx
1875 F:      drivers/clocksource/cadence_ttc_timer.c
1876 F:      drivers/i2c/busses/i2c-cadence.c
1877 F:      drivers/mmc/host/sdhci-of-arasan.c
1878 F:      drivers/edac/synopsys_edac.c
1879
1880 ARM SMMU DRIVERS
1881 M:      Will Deacon <will.deacon@arm.com>
1882 R:      Robin Murphy <robin.murphy@arm.com>
1883 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1884 S:      Maintained
1885 F:      drivers/iommu/arm-smmu.c
1886 F:      drivers/iommu/arm-smmu-v3.c
1887 F:      drivers/iommu/io-pgtable-arm.c
1888 F:      drivers/iommu/io-pgtable-arm-v7s.c
1889
1890 ARM64 PORT (AARCH64 ARCHITECTURE)
1891 M:      Catalin Marinas <catalin.marinas@arm.com>
1892 M:      Will Deacon <will.deacon@arm.com>
1893 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1895 S:      Maintained
1896 F:      arch/arm64/
1897 F:      Documentation/arm64/
1898
1899 AS3645A LED FLASH CONTROLLER DRIVER
1900 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1901 L:      linux-media@vger.kernel.org
1902 T:      git git://linuxtv.org/media_tree.git
1903 S:      Maintained
1904 F:      drivers/media/i2c/as3645a.c
1905 F:      include/media/i2c/as3645a.h
1906
1907 ASC7621 HARDWARE MONITOR DRIVER
1908 M:      George Joseph <george.joseph@fairview5.com>
1909 L:      linux-hwmon@vger.kernel.org
1910 S:      Maintained
1911 F:      Documentation/hwmon/asc7621
1912 F:      drivers/hwmon/asc7621.c
1913
1914 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1915 M:      Corentin Chary <corentin.chary@gmail.com>
1916 L:      acpi4asus-user@lists.sourceforge.net
1917 L:      platform-driver-x86@vger.kernel.org
1918 W:      http://acpi4asus.sf.net
1919 S:      Maintained
1920 F:      drivers/platform/x86/asus*.c
1921 F:      drivers/platform/x86/eeepc*.c
1922
1923 ASUS WIRELESS RADIO CONTROL DRIVER
1924 M:      João Paulo Rechi Vita <jprvita@gmail.com>
1925 L:      platform-driver-x86@vger.kernel.org
1926 S:      Maintained
1927 F:      drivers/platform/x86/asus-wireless.c
1928
1929 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1930 R:      Dan Williams <dan.j.williams@intel.com>
1931 W:      http://sourceforge.net/projects/xscaleiop
1932 S:      Odd fixes
1933 F:      Documentation/crypto/async-tx-api.txt
1934 F:      crypto/async_tx/
1935 F:      drivers/dma/
1936 F:      include/linux/dmaengine.h
1937 F:      include/linux/async_tx.h
1938
1939 AT24 EEPROM DRIVER
1940 M:      Wolfram Sang <wsa@the-dreams.de>
1941 L:      linux-i2c@vger.kernel.org
1942 S:      Maintained
1943 F:      drivers/misc/eeprom/at24.c
1944 F:      include/linux/platform_data/at24.h
1945
1946 ATA OVER ETHERNET (AOE) DRIVER
1947 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1948 W:      http://www.openaoe.org/
1949 S:      Supported
1950 F:      Documentation/aoe/
1951 F:      drivers/block/aoe/
1952
1953 ATHEROS 71XX/9XXX GPIO DRIVER
1954 M:      Alban Bedel <albeu@free.fr>
1955 W:      https://github.com/AlbanBedel/linux
1956 T:      git git://github.com/AlbanBedel/linux
1957 S:      Maintained
1958 F:      drivers/gpio/gpio-ath79.c
1959 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1960
1961 ATHEROS ATH GENERIC UTILITIES
1962 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1963 L:      linux-wireless@vger.kernel.org
1964 S:      Supported
1965 F:      drivers/net/wireless/ath/*
1966
1967 ATHEROS ATH5K WIRELESS DRIVER
1968 M:      Jiri Slaby <jirislaby@gmail.com>
1969 M:      Nick Kossifidis <mickflemm@gmail.com>
1970 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1971 L:      linux-wireless@vger.kernel.org
1972 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1973 S:      Maintained
1974 F:      drivers/net/wireless/ath/ath5k/
1975
1976 ATHEROS ATH6KL WIRELESS DRIVER
1977 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1978 L:      linux-wireless@vger.kernel.org
1979 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1980 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
1981 S:      Supported
1982 F:      drivers/net/wireless/ath/ath6kl/
1983
1984 WILOCITY WIL6210 WIRELESS DRIVER
1985 M:      Maya Erez <qca_merez@qca.qualcomm.com>
1986 L:      linux-wireless@vger.kernel.org
1987 L:      wil6210@qca.qualcomm.com
1988 S:      Supported
1989 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1990 F:      drivers/net/wireless/ath/wil6210/
1991 F:      include/uapi/linux/wil6210_uapi.h
1992
1993 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1994 M:      Christian Lamparter <chunkeey@googlemail.com>
1995 L:      linux-wireless@vger.kernel.org
1996 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1997 S:      Maintained
1998 F:      drivers/net/wireless/ath/carl9170/
1999
2000 ATK0110 HWMON DRIVER
2001 M:      Luca Tettamanti <kronos.it@gmail.com>
2002 L:      linux-hwmon@vger.kernel.org
2003 S:      Maintained
2004 F:      drivers/hwmon/asus_atk0110.c
2005
2006 ATI_REMOTE2 DRIVER
2007 M:      Ville Syrjala <syrjala@sci.fi>
2008 S:      Maintained
2009 F:      drivers/input/misc/ati_remote2.c
2010
2011 ATLX ETHERNET DRIVERS
2012 M:      Jay Cliburn <jcliburn@gmail.com>
2013 M:      Chris Snook <chris.snook@gmail.com>
2014 L:      netdev@vger.kernel.org
2015 W:      http://sourceforge.net/projects/atl1
2016 W:      http://atl1.sourceforge.net
2017 S:      Maintained
2018 F:      drivers/net/ethernet/atheros/
2019
2020 ATM
2021 M:      Chas Williams <3chas3@gmail.com>
2022 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2023 L:      netdev@vger.kernel.org
2024 W:      http://linux-atm.sourceforge.net
2025 S:      Maintained
2026 F:      drivers/atm/
2027 F:      include/linux/atm*
2028 F:      include/uapi/linux/atm*
2029
2030 ATMEL AT91 / AT32 MCI DRIVER
2031 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2032 S:      Maintained
2033 F:      drivers/mmc/host/atmel-mci.c
2034
2035 ATMEL AT91 / AT32 SERIAL DRIVER
2036 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2037 S:      Supported
2038 F:      drivers/tty/serial/atmel_serial.c
2039
2040 ATMEL SAMA5D2 ADC DRIVER
2041 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2042 L:      linux-iio@vger.kernel.org
2043 S:      Supported
2044 F:      drivers/iio/adc/at91-sama5d2_adc.c
2045
2046 ATMEL Audio ALSA driver
2047 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2048 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2049 S:      Supported
2050 F:      sound/soc/atmel
2051
2052 ATMEL DMA DRIVER
2053 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2054 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2055 S:      Supported
2056 F:      drivers/dma/at_hdmac.c
2057 F:      drivers/dma/at_hdmac_regs.h
2058 F:      include/linux/platform_data/dma-atmel.h
2059
2060 ATMEL XDMA DRIVER
2061 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2062 L:      linux-arm-kernel@lists.infradead.org
2063 L:      dmaengine@vger.kernel.org
2064 S:      Supported
2065 F:      drivers/dma/at_xdmac.c
2066
2067 ATMEL I2C DRIVER
2068 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2069 L:      linux-i2c@vger.kernel.org
2070 S:      Supported
2071 F:      drivers/i2c/busses/i2c-at91.c
2072
2073 ATMEL ISI DRIVER
2074 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2075 L:      linux-media@vger.kernel.org
2076 S:      Supported
2077 F:      drivers/media/platform/soc_camera/atmel-isi.c
2078 F:      include/media/atmel-isi.h
2079
2080 ATMEL LCDFB DRIVER
2081 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2082 L:      linux-fbdev@vger.kernel.org
2083 S:      Maintained
2084 F:      drivers/video/fbdev/atmel_lcdfb.c
2085 F:      include/video/atmel_lcdc.h
2086
2087 ATMEL MACB ETHERNET DRIVER
2088 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2089 S:      Supported
2090 F:      drivers/net/ethernet/cadence/
2091
2092 ATMEL NAND DRIVER
2093 M:      Wenyou Yang <wenyou.yang@atmel.com>
2094 M:      Josh Wu <rainyfeeling@outlook.com>
2095 L:      linux-mtd@lists.infradead.org
2096 S:      Supported
2097 F:      drivers/mtd/nand/atmel_nand*
2098
2099 ATMEL SDMMC DRIVER
2100 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2101 L:      linux-mmc@vger.kernel.org
2102 S:      Supported
2103 F:      drivers/mmc/host/sdhci-of-at91.c
2104
2105 ATMEL SPI DRIVER
2106 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2107 S:      Supported
2108 F:      drivers/spi/spi-atmel.*
2109
2110 ATMEL SSC DRIVER
2111 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2112 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2113 S:      Supported
2114 F:      drivers/misc/atmel-ssc.c
2115 F:      include/linux/atmel-ssc.h
2116
2117 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2118 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2119 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2120 S:      Supported
2121 F:      drivers/misc/atmel_tclib.c
2122 F:      drivers/clocksource/tcb_clksrc.c
2123
2124 ATMEL USBA UDC DRIVER
2125 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2126 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2127 S:      Supported
2128 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2129
2130 ATMEL WIRELESS DRIVER
2131 M:      Simon Kelley <simon@thekelleys.org.uk>
2132 L:      linux-wireless@vger.kernel.org
2133 W:      http://www.thekelleys.org.uk/atmel
2134 W:      http://atmelwlandriver.sourceforge.net/
2135 S:      Maintained
2136 F:      drivers/net/wireless/atmel/atmel*
2137
2138 ATMEL MAXTOUCH DRIVER
2139 M:      Nick Dyer <nick.dyer@itdev.co.uk>
2140 T:      git git://github.com/atmel-maxtouch/linux.git
2141 S:      Supported
2142 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2143 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2144 F:      include/linux/platform_data/atmel_mxt_ts.h
2145
2146 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2147 M:      Bradley Grove <linuxdrivers@attotech.com>
2148 L:      linux-scsi@vger.kernel.org
2149 W:      http://www.attotech.com
2150 S:      Supported
2151 F:      drivers/scsi/esas2r
2152
2153 ATUSB IEEE 802.15.4 RADIO DRIVER
2154 M:      Stefan Schmidt <stefan@osg.samsung.com>
2155 L:      linux-wpan@vger.kernel.org
2156 S:      Maintained
2157 F:      drivers/net/ieee802154/atusb.c
2158 F:      drivers/net/ieee802154/atusb.h
2159 F:      drivers/net/ieee802154/at86rf230.h
2160
2161 AUDIT SUBSYSTEM
2162 M:      Paul Moore <paul@paul-moore.com>
2163 M:      Eric Paris <eparis@redhat.com>
2164 L:      linux-audit@redhat.com (moderated for non-subscribers)
2165 W:      http://people.redhat.com/sgrubb/audit/
2166 T:      git git://git.infradead.org/users/pcmoore/audit
2167 S:      Maintained
2168 F:      include/linux/audit.h
2169 F:      include/uapi/linux/audit.h
2170 F:      kernel/audit*
2171
2172 AUXILIARY DISPLAY DRIVERS
2173 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2174 W:      http://miguelojeda.es/auxdisplay.htm
2175 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2176 S:      Maintained
2177 F:      drivers/auxdisplay/
2178 F:      include/linux/cfag12864b.h
2179
2180 AVR32 ARCHITECTURE
2181 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2182 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2183 W:      http://www.atmel.com/products/AVR32/
2184 W:      http://mirror.egtvedt.no/avr32linux.org/
2185 W:      http://avrfreaks.net/
2186 S:      Maintained
2187 F:      arch/avr32/
2188
2189 AVR32/AT32AP MACHINE SUPPORT
2190 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2191 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2192 S:      Maintained
2193 F:      arch/avr32/mach-at32ap/
2194
2195 AX.25 NETWORK LAYER
2196 M:      Ralf Baechle <ralf@linux-mips.org>
2197 L:      linux-hams@vger.kernel.org
2198 W:      http://www.linux-ax25.org/
2199 S:      Maintained
2200 F:      include/uapi/linux/ax25.h
2201 F:      include/net/ax25.h
2202 F:      net/ax25/
2203
2204 AZ6007 DVB DRIVER
2205 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2206 L:      linux-media@vger.kernel.org
2207 W:      https://linuxtv.org
2208 T:      git git://linuxtv.org/media_tree.git
2209 S:      Maintained
2210 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2211
2212 AZTECH FM RADIO RECEIVER DRIVER
2213 M:      Hans Verkuil <hverkuil@xs4all.nl>
2214 L:      linux-media@vger.kernel.org
2215 T:      git git://linuxtv.org/media_tree.git
2216 W:      https://linuxtv.org
2217 S:      Maintained
2218 F:      drivers/media/radio/radio-aztech*
2219
2220 B43 WIRELESS DRIVER
2221 L:      linux-wireless@vger.kernel.org
2222 L:      b43-dev@lists.infradead.org
2223 W:      http://wireless.kernel.org/en/users/Drivers/b43
2224 S:      Odd Fixes
2225 F:      drivers/net/wireless/broadcom/b43/
2226
2227 B43LEGACY WIRELESS DRIVER
2228 M:      Larry Finger <Larry.Finger@lwfinger.net>
2229 L:      linux-wireless@vger.kernel.org
2230 L:      b43-dev@lists.infradead.org
2231 W:      http://wireless.kernel.org/en/users/Drivers/b43
2232 S:      Maintained
2233 F:      drivers/net/wireless/broadcom/b43legacy/
2234
2235 BACKLIGHT CLASS/SUBSYSTEM
2236 M:      Jingoo Han <jingoohan1@gmail.com>
2237 M:      Lee Jones <lee.jones@linaro.org>
2238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2239 S:      Maintained
2240 F:      drivers/video/backlight/
2241 F:      include/linux/backlight.h
2242
2243 BATMAN ADVANCED
2244 M:      Marek Lindner <mareklindner@neomailbox.ch>
2245 M:      Simon Wunderlich <sw@simonwunderlich.de>
2246 M:      Antonio Quartulli <a@unstable.cc>
2247 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2248 W:      https://www.open-mesh.org/
2249 Q:      https://patchwork.open-mesh.org/project/batman/list/
2250 S:      Maintained
2251 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2252 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2253 F:      Documentation/networking/batman-adv.txt
2254 F:      net/batman-adv/
2255
2256 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2257 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2258 L:      linux-hams@vger.kernel.org
2259 W:      http://www.baycom.org/~tom/ham/ham.html
2260 S:      Maintained
2261 F:      drivers/net/hamradio/baycom*
2262
2263 BCACHE (BLOCK LAYER CACHE)
2264 M:      Kent Overstreet <kent.overstreet@gmail.com>
2265 L:      linux-bcache@vger.kernel.org
2266 W:      http://bcache.evilpiepirate.org
2267 S:      Maintained
2268 F:      drivers/md/bcache/
2269
2270 BDISP ST MEDIA DRIVER
2271 M:      Fabien Dessenne <fabien.dessenne@st.com>
2272 L:      linux-media@vger.kernel.org
2273 T:      git git://linuxtv.org/media_tree.git
2274 W:      https://linuxtv.org
2275 S:      Supported
2276 F:      drivers/media/platform/sti/bdisp
2277
2278 BEFS FILE SYSTEM
2279 S:      Orphan
2280 F:      Documentation/filesystems/befs.txt
2281 F:      fs/befs/
2282
2283 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2284 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2285 L:      netdev@vger.kernel.org
2286 S:      Maintained
2287 F:      drivers/net/ethernet/ec_bhf.c
2288
2289 BFS FILE SYSTEM
2290 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2291 S:      Maintained
2292 F:      Documentation/filesystems/bfs.txt
2293 F:      fs/bfs/
2294 F:      include/uapi/linux/bfs_fs.h
2295
2296 BLACKFIN ARCHITECTURE
2297 M:      Steven Miao <realmz6@gmail.com>
2298 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2299 T:      git git://git.code.sf.net/p/adi-linux/code
2300 W:      http://blackfin.uclinux.org
2301 S:      Supported
2302 F:      arch/blackfin/
2303
2304 BLACKFIN EMAC DRIVER
2305 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2306 W:      http://blackfin.uclinux.org
2307 S:      Supported
2308 F:      drivers/net/ethernet/adi/
2309
2310 BLACKFIN RTC DRIVER
2311 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2312 W:      http://blackfin.uclinux.org
2313 S:      Supported
2314 F:      drivers/rtc/rtc-bfin.c
2315
2316 BLACKFIN SDH DRIVER
2317 M:      Sonic Zhang <sonic.zhang@analog.com>
2318 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2319 W:      http://blackfin.uclinux.org
2320 S:      Supported
2321 F:      drivers/mmc/host/bfin_sdh.c
2322
2323 BLACKFIN SERIAL DRIVER
2324 M:      Sonic Zhang <sonic.zhang@analog.com>
2325 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2326 W:      http://blackfin.uclinux.org
2327 S:      Supported
2328 F:      drivers/tty/serial/bfin_uart.c
2329
2330 BLACKFIN WATCHDOG DRIVER
2331 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2332 W:      http://blackfin.uclinux.org
2333 S:      Supported
2334 F:      drivers/watchdog/bfin_wdt.c
2335
2336 BLACKFIN I2C TWI DRIVER
2337 M:      Sonic Zhang <sonic.zhang@analog.com>
2338 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2339 W:      http://blackfin.uclinux.org/
2340 S:      Supported
2341 F:      drivers/i2c/busses/i2c-bfin-twi.c
2342
2343 BLACKFIN MEDIA DRIVER
2344 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2345 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2346 W:      http://blackfin.uclinux.org/
2347 S:      Supported
2348 F:      drivers/media/platform/blackfin/
2349 F:      drivers/media/i2c/adv7183*
2350 F:      drivers/media/i2c/vs6624*
2351
2352 BLINKM RGB LED DRIVER
2353 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2354 S:      Maintained
2355 F:      drivers/leds/leds-blinkm.c
2356
2357 BLOCK LAYER
2358 M:      Jens Axboe <axboe@kernel.dk>
2359 L:      linux-block@vger.kernel.org
2360 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2361 S:      Maintained
2362 F:      block/
2363 F:      kernel/trace/blktrace.c
2364
2365 BLOCK2MTD DRIVER
2366 M:      Joern Engel <joern@lazybastard.org>
2367 L:      linux-mtd@lists.infradead.org
2368 S:      Maintained
2369 F:      drivers/mtd/devices/block2mtd.c
2370
2371 BLUETOOTH DRIVERS
2372 M:      Marcel Holtmann <marcel@holtmann.org>
2373 M:      Gustavo Padovan <gustavo@padovan.org>
2374 M:      Johan Hedberg <johan.hedberg@gmail.com>
2375 L:      linux-bluetooth@vger.kernel.org
2376 W:      http://www.bluez.org/
2377 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2378 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2379 S:      Maintained
2380 F:      drivers/bluetooth/
2381
2382 BLUETOOTH SUBSYSTEM
2383 M:      Marcel Holtmann <marcel@holtmann.org>
2384 M:      Gustavo Padovan <gustavo@padovan.org>
2385 M:      Johan Hedberg <johan.hedberg@gmail.com>
2386 L:      linux-bluetooth@vger.kernel.org
2387 W:      http://www.bluez.org/
2388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2389 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2390 S:      Maintained
2391 F:      net/bluetooth/
2392 F:      include/net/bluetooth/
2393
2394 BONDING DRIVER
2395 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2396 M:      Veaceslav Falico <vfalico@gmail.com>
2397 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2398 L:      netdev@vger.kernel.org
2399 W:      http://sourceforge.net/projects/bonding/
2400 S:      Supported
2401 F:      drivers/net/bonding/
2402 F:      include/uapi/linux/if_bonding.h
2403
2404 BPF (Safe dynamic programs and tools)
2405 M:      Alexei Starovoitov <ast@kernel.org>
2406 L:      netdev@vger.kernel.org
2407 L:      linux-kernel@vger.kernel.org
2408 S:      Supported
2409 F:      kernel/bpf/
2410
2411 BROADCOM B44 10/100 ETHERNET DRIVER
2412 M:      Gary Zambrano <zambrano@broadcom.com>
2413 L:      netdev@vger.kernel.org
2414 S:      Supported
2415 F:      drivers/net/ethernet/broadcom/b44.*
2416
2417 BROADCOM GENET ETHERNET DRIVER
2418 M:      Florian Fainelli <f.fainelli@gmail.com>
2419 L:      netdev@vger.kernel.org
2420 S:      Supported
2421 F:      drivers/net/ethernet/broadcom/genet/
2422
2423 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2424 M:      Sony Chacko <sony.chacko@qlogic.com>
2425 M:      Dept-HSGLinuxNICDev@qlogic.com
2426 L:      netdev@vger.kernel.org
2427 S:      Supported
2428 F:      drivers/net/ethernet/broadcom/bnx2.*
2429 F:      drivers/net/ethernet/broadcom/bnx2_*
2430
2431 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2432 M:      Ariel Elior <ariel.elior@qlogic.com>
2433 L:      netdev@vger.kernel.org
2434 S:      Supported
2435 F:      drivers/net/ethernet/broadcom/bnx2x/
2436
2437 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2438 M:      Florian Fainelli <f.fainelli@gmail.com>
2439 M:      Ray Jui <rjui@broadcom.com>
2440 M:      Scott Branden <sbranden@broadcom.com>
2441 L:      bcm-kernel-feedback-list@broadcom.com
2442 T:      git git://github.com/broadcom/mach-bcm
2443 S:      Maintained
2444 F:      arch/arm/mach-bcm/
2445 F:      arch/arm/boot/dts/bcm113*
2446 F:      arch/arm/boot/dts/bcm216*
2447 F:      arch/arm/boot/dts/bcm281*
2448 F:      arch/arm64/boot/dts/broadcom/
2449 F:      arch/arm/configs/bcm_defconfig
2450 F:      drivers/mmc/host/sdhci-bcm-kona.c
2451 F:      drivers/clocksource/bcm_kona_timer.c
2452
2453 BROADCOM BCM2835 ARM ARCHITECTURE
2454 M:      Stephen Warren <swarren@wwwdotorg.org>
2455 M:      Lee Jones <lee@kernel.org>
2456 M:      Eric Anholt <eric@anholt.net>
2457 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2458 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2460 S:      Maintained
2461 N:      bcm2835
2462
2463 BROADCOM BCM47XX MIPS ARCHITECTURE
2464 M:      Hauke Mehrtens <hauke@hauke-m.de>
2465 M:      Rafał Miłecki <zajec5@gmail.com>
2466 L:      linux-mips@linux-mips.org
2467 S:      Maintained
2468 F:      arch/mips/bcm47xx/*
2469 F:      arch/mips/include/asm/mach-bcm47xx/*
2470
2471 BROADCOM BCM5301X ARM ARCHITECTURE
2472 M:      Hauke Mehrtens <hauke@hauke-m.de>
2473 L:      linux-arm-kernel@lists.infradead.org
2474 S:      Maintained
2475 F:      arch/arm/mach-bcm/bcm_5301x.c
2476 F:      arch/arm/boot/dts/bcm5301x.dtsi
2477 F:      arch/arm/boot/dts/bcm470*
2478
2479 BROADCOM BCM63XX ARM ARCHITECTURE
2480 M:      Florian Fainelli <f.fainelli@gmail.com>
2481 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2482 L:      bcm-kernel-feedback-list@broadcom.com
2483 T:      git git://github.com/broadcom/stblinux.git
2484 S:      Maintained
2485 F:      arch/arm/mach-bcm/bcm63xx.c
2486 F:      arch/arm/include/debug/bcm63xx.S
2487
2488 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2489 M:      Kevin Cernekee <cernekee@gmail.com>
2490 L:      linux-usb@vger.kernel.org
2491 S:      Maintained
2492 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2493
2494 BROADCOM BCM7XXX ARM ARCHITECTURE
2495 M:      Brian Norris <computersforpeace@gmail.com>
2496 M:      Gregory Fong <gregory.0xf0@gmail.com>
2497 M:      Florian Fainelli <f.fainelli@gmail.com>
2498 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2499 L:      bcm-kernel-feedback-list@broadcom.com
2500 T:      git git://github.com/broadcom/stblinux.git
2501 S:      Maintained
2502 F:      arch/arm/mach-bcm/*brcmstb*
2503 F:      arch/arm/boot/dts/bcm7*.dts*
2504 F:      drivers/bus/brcmstb_gisb.c
2505 N:      brcmstb
2506
2507 BROADCOM BMIPS MIPS ARCHITECTURE
2508 M:      Kevin Cernekee <cernekee@gmail.com>
2509 M:      Florian Fainelli <f.fainelli@gmail.com>
2510 L:      linux-mips@linux-mips.org
2511 T:      git git://github.com/broadcom/stblinux.git
2512 S:      Maintained
2513 F:      arch/mips/bmips/*
2514 F:      arch/mips/include/asm/mach-bmips/*
2515 F:      arch/mips/kernel/*bmips*
2516 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2517 F:      drivers/irqchip/irq-bcm63*
2518 F:      drivers/irqchip/irq-bcm7*
2519 F:      drivers/irqchip/irq-brcmstb*
2520 F:      include/linux/bcm963xx_nvram.h
2521 F:      include/linux/bcm963xx_tag.h
2522
2523 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2524 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2525 M:      Prashant Sreedharan <prashant@broadcom.com>
2526 M:      Michael Chan <mchan@broadcom.com>
2527 L:      netdev@vger.kernel.org
2528 S:      Supported
2529 F:      drivers/net/ethernet/broadcom/tg3.*
2530
2531 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2532 M:      Brett Rudley <brudley@broadcom.com>
2533 M:      Arend van Spriel <arend@broadcom.com>
2534 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2535 M:      Hante Meuleman <meuleman@broadcom.com>
2536 L:      linux-wireless@vger.kernel.org
2537 L:      brcm80211-dev-list@broadcom.com
2538 S:      Supported
2539 F:      drivers/net/wireless/broadcom/brcm80211/
2540
2541 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2542 M:      QLogic-Storage-Upstream@qlogic.com
2543 L:      linux-scsi@vger.kernel.org
2544 S:      Supported
2545 F:      drivers/scsi/bnx2fc/
2546
2547 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2548 M:      QLogic-Storage-Upstream@qlogic.com
2549 L:      linux-scsi@vger.kernel.org
2550 S:      Supported
2551 F:      drivers/scsi/bnx2i/
2552
2553 BROADCOM IPROC ARM ARCHITECTURE
2554 M:      Ray Jui <rjui@broadcom.com>
2555 M:      Scott Branden <sbranden@broadcom.com>
2556 M:      Jon Mason <jonmason@broadcom.com>
2557 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2558 L:      bcm-kernel-feedback-list@broadcom.com
2559 T:      git git://github.com/broadcom/cygnus-linux.git
2560 S:      Maintained
2561 N:      iproc
2562 N:      cygnus
2563 N:      nsp
2564 N:      bcm9113*
2565 N:      bcm9583*
2566 N:      bcm9585*
2567 N:      bcm9586*
2568 N:      bcm988312
2569 N:      bcm113*
2570 N:      bcm583*
2571 N:      bcm585*
2572 N:      bcm586*
2573 N:      bcm88312
2574
2575 BROADCOM BRCMSTB GPIO DRIVER
2576 M:      Gregory Fong <gregory.0xf0@gmail.com>
2577 L:      bcm-kernel-feedback-list@broadcom.com
2578 S:      Supported
2579 F:      drivers/gpio/gpio-brcmstb.c
2580 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2581
2582 BROADCOM KONA GPIO DRIVER
2583 M:      Ray Jui <rjui@broadcom.com>
2584 L:      bcm-kernel-feedback-list@broadcom.com
2585 S:      Supported
2586 F:      drivers/gpio/gpio-bcm-kona.c
2587 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2588
2589 BROADCOM NVRAM DRIVER
2590 M:      Rafał Miłecki <zajec5@gmail.com>
2591 L:      linux-mips@linux-mips.org
2592 S:      Maintained
2593 F:      drivers/firmware/broadcom/*
2594
2595 BROADCOM STB NAND FLASH DRIVER
2596 M:      Brian Norris <computersforpeace@gmail.com>
2597 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2598 L:      linux-mtd@lists.infradead.org
2599 L:      bcm-kernel-feedback-list@broadcom.com
2600 S:      Maintained
2601 F:      drivers/mtd/nand/brcmnand/
2602
2603 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2604 M:      Rafał Miłecki <zajec5@gmail.com>
2605 L:      linux-wireless@vger.kernel.org
2606 S:      Maintained
2607 F:      drivers/bcma/
2608 F:      include/linux/bcma/
2609
2610 BROADCOM SYSTEMPORT ETHERNET DRIVER
2611 M:      Florian Fainelli <f.fainelli@gmail.com>
2612 L:      netdev@vger.kernel.org
2613 S:      Supported
2614 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2615
2616 BROADCOM VULCAN ARM64 SOC
2617 M:      Jayachandran C. <jchandra@broadcom.com>
2618 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2619 L:      bcm-kernel-feedback-list@broadcom.com
2620 S:      Maintained
2621 F:      arch/arm64/boot/dts/broadcom/vulcan*
2622
2623 BROCADE BFA FC SCSI DRIVER
2624 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2625 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2626 L:      linux-scsi@vger.kernel.org
2627 S:      Supported
2628 F:      drivers/scsi/bfa/
2629
2630 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2631 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2632 L:      netdev@vger.kernel.org
2633 S:      Supported
2634 F:      drivers/net/ethernet/brocade/bna/
2635
2636 BSG (block layer generic sg v4 driver)
2637 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2638 L:      linux-scsi@vger.kernel.org
2639 S:      Supported
2640 F:      block/bsg.c
2641 F:      include/linux/bsg.h
2642 F:      include/uapi/linux/bsg.h
2643
2644 BT87X AUDIO DRIVER
2645 M:      Clemens Ladisch <clemens@ladisch.de>
2646 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2647 T:      git git://git.alsa-project.org/alsa-kernel.git
2648 S:      Maintained
2649 F:      Documentation/sound/alsa/Bt87x.txt
2650 F:      sound/pci/bt87x.c
2651
2652 BT8XXGPIO DRIVER
2653 M:      Michael Buesch <m@bues.ch>
2654 W:      http://bu3sch.de/btgpio.php
2655 S:      Maintained
2656 F:      drivers/gpio/gpio-bt8xx.c
2657
2658 BTRFS FILE SYSTEM
2659 M:      Chris Mason <clm@fb.com>
2660 M:      Josef Bacik <jbacik@fb.com>
2661 M:      David Sterba <dsterba@suse.com>
2662 L:      linux-btrfs@vger.kernel.org
2663 W:      http://btrfs.wiki.kernel.org/
2664 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2666 S:      Maintained
2667 F:      Documentation/filesystems/btrfs.txt
2668 F:      fs/btrfs/
2669
2670 BTTV VIDEO4LINUX DRIVER
2671 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2672 L:      linux-media@vger.kernel.org
2673 W:      https://linuxtv.org
2674 T:      git git://linuxtv.org/media_tree.git
2675 S:      Odd fixes
2676 F:      Documentation/video4linux/bttv/
2677 F:      drivers/media/pci/bt8xx/bttv*
2678
2679 BUSLOGIC SCSI DRIVER
2680 M:      Khalid Aziz <khalid@gonehiking.org>
2681 L:      linux-scsi@vger.kernel.org
2682 S:      Maintained
2683 F:      drivers/scsi/BusLogic.*
2684 F:      drivers/scsi/FlashPoint.*
2685
2686 C-MEDIA CMI8788 DRIVER
2687 M:      Clemens Ladisch <clemens@ladisch.de>
2688 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2689 T:      git git://git.alsa-project.org/alsa-kernel.git
2690 S:      Maintained
2691 F:      sound/pci/oxygen/
2692
2693 C6X ARCHITECTURE
2694 M:      Mark Salter <msalter@redhat.com>
2695 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2696 L:      linux-c6x-dev@linux-c6x.org
2697 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2698 S:      Maintained
2699 F:      arch/c6x/
2700
2701 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2702 M:      David Howells <dhowells@redhat.com>
2703 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2704 S:      Supported
2705 F:      Documentation/filesystems/caching/cachefiles.txt
2706 F:      fs/cachefiles/
2707
2708 CADET FM/AM RADIO RECEIVER DRIVER
2709 M:      Hans Verkuil <hverkuil@xs4all.nl>
2710 L:      linux-media@vger.kernel.org
2711 T:      git git://linuxtv.org/media_tree.git
2712 W:      https://linuxtv.org
2713 S:      Maintained
2714 F:      drivers/media/radio/radio-cadet*
2715
2716 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2717 M:      Jonathan Corbet <corbet@lwn.net>
2718 L:      linux-media@vger.kernel.org
2719 T:      git git://linuxtv.org/media_tree.git
2720 S:      Maintained
2721 F:      Documentation/video4linux/cafe_ccic
2722 F:      drivers/media/platform/marvell-ccic/
2723
2724 CAIF NETWORK LAYER
2725 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2726 L:      netdev@vger.kernel.org
2727 S:      Supported
2728 F:      Documentation/networking/caif/
2729 F:      drivers/net/caif/
2730 F:      include/uapi/linux/caif/
2731 F:      include/net/caif/
2732 F:      net/caif/
2733
2734 CALGARY x86-64 IOMMU
2735 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2736 M:      "Jon D. Mason" <jdmason@kudzu.us>
2737 L:      discuss@x86-64.org
2738 S:      Maintained
2739 F:      arch/x86/kernel/pci-calgary_64.c
2740 F:      arch/x86/kernel/tce_64.c
2741 F:      arch/x86/include/asm/calgary.h
2742 F:      arch/x86/include/asm/tce.h
2743
2744 CAN NETWORK LAYER
2745 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2746 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2747 L:      linux-can@vger.kernel.org
2748 W:      https://github.com/linux-can
2749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2750 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2751 S:      Maintained
2752 F:      Documentation/networking/can.txt
2753 F:      net/can/
2754 F:      include/linux/can/core.h
2755 F:      include/uapi/linux/can.h
2756 F:      include/uapi/linux/can/bcm.h
2757 F:      include/uapi/linux/can/raw.h
2758 F:      include/uapi/linux/can/gw.h
2759
2760 CAN NETWORK DRIVERS
2761 M:      Wolfgang Grandegger <wg@grandegger.com>
2762 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2763 L:      linux-can@vger.kernel.org
2764 W:      https://github.com/linux-can
2765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2767 S:      Maintained
2768 F:      drivers/net/can/
2769 F:      include/linux/can/dev.h
2770 F:      include/linux/can/platform/
2771 F:      include/uapi/linux/can/error.h
2772 F:      include/uapi/linux/can/netlink.h
2773
2774 CAPABILITIES
2775 M:      Serge Hallyn <serge.hallyn@canonical.com>
2776 L:      linux-security-module@vger.kernel.org
2777 S:      Supported
2778 F:      include/linux/capability.h
2779 F:      include/uapi/linux/capability.h
2780 F:      security/commoncap.c
2781 F:      kernel/capability.c
2782
2783 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2784 M:      Kevin Tsai <ktsai@capellamicro.com>
2785 S:      Maintained
2786 F:      drivers/iio/light/cm*
2787 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2788
2789 CAVIUM LIQUIDIO NETWORK DRIVER
2790 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2791 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2792 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2793 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2794 L:     netdev@vger.kernel.org
2795 W:     http://www.cavium.com
2796 S:     Supported
2797 F:     drivers/net/ethernet/cavium/liquidio/
2798
2799 CC2520 IEEE-802.15.4 RADIO DRIVER
2800 M:      Varka Bhadram <varkabhadram@gmail.com>
2801 L:      linux-wpan@vger.kernel.org
2802 S:      Maintained
2803 F:      drivers/net/ieee802154/cc2520.c
2804 F:      include/linux/spi/cc2520.h
2805 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2806
2807 CELL BROADBAND ENGINE ARCHITECTURE
2808 M:      Arnd Bergmann <arnd@arndb.de>
2809 L:      linuxppc-dev@lists.ozlabs.org
2810 W:      http://www.ibm.com/developerworks/power/cell/
2811 S:      Supported
2812 F:      arch/powerpc/include/asm/cell*.h
2813 F:      arch/powerpc/include/asm/spu*.h
2814 F:      arch/powerpc/include/uapi/asm/spu*.h
2815 F:      arch/powerpc/oprofile/*cell*
2816 F:      arch/powerpc/platforms/cell/
2817
2818 CEPH COMMON CODE (LIBCEPH)
2819 M:      Ilya Dryomov <idryomov@gmail.com>
2820 M:      "Yan, Zheng" <zyan@redhat.com>
2821 M:      Sage Weil <sage@redhat.com>
2822 L:      ceph-devel@vger.kernel.org
2823 W:      http://ceph.com/
2824 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2825 T:      git git://github.com/ceph/ceph-client.git
2826 S:      Supported
2827 F:      net/ceph/
2828 F:      include/linux/ceph/
2829 F:      include/linux/crush/
2830
2831 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2832 M:      "Yan, Zheng" <zyan@redhat.com>
2833 M:      Sage Weil <sage@redhat.com>
2834 M:      Ilya Dryomov <idryomov@gmail.com>
2835 L:      ceph-devel@vger.kernel.org
2836 W:      http://ceph.com/
2837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2838 T:      git git://github.com/ceph/ceph-client.git
2839 S:      Supported
2840 F:      Documentation/filesystems/ceph.txt
2841 F:      fs/ceph/
2842
2843 CERTIFICATE HANDLING:
2844 M:      David Howells <dhowells@redhat.com>
2845 M:      David Woodhouse <dwmw2@infradead.org>
2846 L:      keyrings@vger.kernel.org
2847 S:      Maintained
2848 F:      Documentation/module-signing.txt
2849 F:      certs/
2850 F:      scripts/sign-file.c
2851 F:      scripts/extract-cert.c
2852
2853 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2854 L:      linux-usb@vger.kernel.org
2855 S:      Orphan
2856 F:      Documentation/usb/WUSB-Design-overview.txt
2857 F:      Documentation/usb/wusb-cbaf
2858 F:      drivers/usb/host/hwa-hc.c
2859 F:      drivers/usb/host/whci/
2860 F:      drivers/usb/wusbcore/
2861 F:      include/linux/usb/wusb*
2862
2863 CFAG12864B LCD DRIVER
2864 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2865 W:      http://miguelojeda.es/auxdisplay.htm
2866 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2867 S:      Maintained
2868 F:      drivers/auxdisplay/cfag12864b.c
2869 F:      include/linux/cfag12864b.h
2870
2871 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2872 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2873 W:      http://miguelojeda.es/auxdisplay.htm
2874 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2875 S:      Maintained
2876 F:      drivers/auxdisplay/cfag12864bfb.c
2877 F:      include/linux/cfag12864b.h
2878
2879 CFG80211 and NL80211
2880 M:      Johannes Berg <johannes@sipsolutions.net>
2881 L:      linux-wireless@vger.kernel.org
2882 W:      http://wireless.kernel.org/
2883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2884 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2885 S:      Maintained
2886 F:      include/uapi/linux/nl80211.h
2887 F:      include/net/cfg80211.h
2888 F:      net/wireless/*
2889 X:      net/wireless/wext*
2890
2891 CHAR and MISC DRIVERS
2892 M:      Arnd Bergmann <arnd@arndb.de>
2893 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2895 S:      Supported
2896 F:      drivers/char/*
2897 F:      drivers/misc/*
2898 F:      include/linux/miscdevice.h
2899
2900 CHECKPATCH
2901 M:      Andy Whitcroft <apw@canonical.com>
2902 M:      Joe Perches <joe@perches.com>
2903 S:      Maintained
2904 F:      scripts/checkpatch.pl
2905
2906 CHINESE DOCUMENTATION
2907 M:      Harry Wei <harryxiyou@gmail.com>
2908 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2909 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2910 S:      Maintained
2911 F:      Documentation/zh_CN/
2912
2913 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2914 M:      Peter Chen <Peter.Chen@nxp.com>
2915 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2916 L:      linux-usb@vger.kernel.org
2917 S:      Maintained
2918 F:      drivers/usb/chipidea/
2919
2920 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2921 M:      Hans de Goede <hdegoede@redhat.com>
2922 L:      linux-input@vger.kernel.org
2923 S:      Maintained
2924 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2925 F:      drivers/input/touchscreen/chipone_icn8318.c
2926
2927 CHROME HARDWARE PLATFORM SUPPORT
2928 M:      Olof Johansson <olof@lixom.net>
2929 S:      Maintained
2930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
2931 F:      drivers/platform/chrome/
2932
2933 CISCO VIC ETHERNET NIC DRIVER
2934 M:      Christian Benvenuti <benve@cisco.com>
2935 M:      Sujith Sankar <ssujith@cisco.com>
2936 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2937 M:      Neel Patel <neepatel@cisco.com>
2938 S:      Supported
2939 F:      drivers/net/ethernet/cisco/enic/
2940
2941 CISCO VIC LOW LATENCY NIC DRIVER
2942 M:      Christian Benvenuti <benve@cisco.com>
2943 M:      Dave Goodell <dgoodell@cisco.com>
2944 S:      Supported
2945 F:      drivers/infiniband/hw/usnic/
2946
2947 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2948 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2949 L:      netdev@vger.kernel.org
2950 S:      Maintained
2951 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2952
2953 CIRRUS LOGIC AUDIO CODEC DRIVERS
2954 M:      Brian Austin <brian.austin@cirrus.com>
2955 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2956 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2957 S:      Maintained
2958 F:      sound/soc/codecs/cs*
2959
2960 CLEANCACHE API
2961 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2962 L:      linux-kernel@vger.kernel.org
2963 S:      Maintained
2964 F:      mm/cleancache.c
2965 F:      include/linux/cleancache.h
2966
2967 CLK API
2968 M:      Russell King <linux@armlinux.org.uk>
2969 L:      linux-clk@vger.kernel.org
2970 S:      Maintained
2971 F:      include/linux/clk.h
2972
2973 CLOCKSOURCE, CLOCKEVENT DRIVERS
2974 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2975 M:      Thomas Gleixner <tglx@linutronix.de>
2976 L:      linux-kernel@vger.kernel.org
2977 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2978 S:      Supported
2979 F:      drivers/clocksource
2980
2981 CISCO FCOE HBA DRIVER
2982 M:      Hiral Patel <hiralpat@cisco.com>
2983 M:      Suma Ramars <sramars@cisco.com>
2984 M:      Brian Uchino <buchino@cisco.com>
2985 L:      linux-scsi@vger.kernel.org
2986 S:      Supported
2987 F:      drivers/scsi/fnic/
2988
2989 CISCO SCSI HBA DRIVER
2990 M:      Narsimhulu Musini <nmusini@cisco.com>
2991 M:      Sesidhar Baddela <sebaddel@cisco.com>
2992 L:      linux-scsi@vger.kernel.org
2993 S:      Supported
2994 F:      drivers/scsi/snic/
2995
2996 CMPC ACPI DRIVER
2997 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2998 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2999 L:      platform-driver-x86@vger.kernel.org
3000 S:      Supported
3001 F:      drivers/platform/x86/classmate-laptop.c
3002
3003 COBALT MEDIA DRIVER
3004 M:      Hans Verkuil <hans.verkuil@cisco.com>
3005 L:      linux-media@vger.kernel.org
3006 T:      git git://linuxtv.org/media_tree.git
3007 W:      https://linuxtv.org
3008 S:      Supported
3009 F:      drivers/media/pci/cobalt/
3010
3011 COCCINELLE/Semantic Patches (SmPL)
3012 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3013 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3014 M:      Nicolas Palix <nicolas.palix@imag.fr>
3015 M:      Michal Marek <mmarek@suse.com>
3016 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3017 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3018 W:      http://coccinelle.lip6.fr/
3019 S:      Supported
3020 F:      Documentation/coccinelle.txt
3021 F:      scripts/coccinelle/
3022 F:      scripts/coccicheck
3023
3024 CODA FILE SYSTEM
3025 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3026 M:      coda@cs.cmu.edu
3027 L:      codalist@coda.cs.cmu.edu
3028 W:      http://www.coda.cs.cmu.edu/
3029 S:      Maintained
3030 F:      Documentation/filesystems/coda.txt
3031 F:      fs/coda/
3032 F:      include/linux/coda*.h
3033 F:      include/uapi/linux/coda*.h
3034
3035 CODA V4L2 MEM2MEM DRIVER
3036 M:      Philipp Zabel <p.zabel@pengutronix.de>
3037 L:      linux-media@vger.kernel.org
3038 S:      Maintained
3039 F:      Documentation/devicetree/bindings/media/coda.txt
3040 F:      drivers/media/platform/coda/
3041
3042 COMMON CLK FRAMEWORK
3043 M:      Michael Turquette <mturquette@baylibre.com>
3044 M:      Stephen Boyd <sboyd@codeaurora.org>
3045 L:      linux-clk@vger.kernel.org
3046 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3047 S:      Maintained
3048 F:      drivers/clk/
3049 X:      drivers/clk/clkdev.c
3050 F:      include/linux/clk-pr*
3051 F:      include/linux/clk/
3052
3053 COMMON INTERNET FILE SYSTEM (CIFS)
3054 M:      Steve French <sfrench@samba.org>
3055 L:      linux-cifs@vger.kernel.org
3056 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3057 W:      http://linux-cifs.samba.org/
3058 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3059 S:      Supported
3060 F:      Documentation/filesystems/cifs/
3061 F:      fs/cifs/
3062
3063 COMPACTPCI HOTPLUG CORE
3064 M:      Scott Murray <scott@spiteful.org>
3065 L:      linux-pci@vger.kernel.org
3066 S:      Maintained
3067 F:      drivers/pci/hotplug/cpci_hotplug*
3068
3069 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3070 M:      Scott Murray <scott@spiteful.org>
3071 L:      linux-pci@vger.kernel.org
3072 S:      Maintained
3073 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3074
3075 COMPACTPCI HOTPLUG GENERIC DRIVER
3076 M:      Scott Murray <scott@spiteful.org>
3077 L:      linux-pci@vger.kernel.org
3078 S:      Maintained
3079 F:      drivers/pci/hotplug/cpcihp_generic.c
3080
3081 COMPAL LAPTOP SUPPORT
3082 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3083 L:      platform-driver-x86@vger.kernel.org
3084 S:      Maintained
3085 F:      drivers/platform/x86/compal-laptop.c
3086
3087 CONEXANT ACCESSRUNNER USB DRIVER
3088 L:      accessrunner-general@lists.sourceforge.net
3089 W:      http://accessrunner.sourceforge.net/
3090 S:      Orphan
3091 F:      drivers/usb/atm/cxacru.c
3092
3093 CONFIGFS
3094 M:      Joel Becker <jlbec@evilplan.org>
3095 M:      Christoph Hellwig <hch@lst.de>
3096 T:      git git://git.infradead.org/users/hch/configfs.git
3097 S:      Supported
3098 F:      fs/configfs/
3099 F:      include/linux/configfs.h
3100
3101 CONNECTOR
3102 M:      Evgeniy Polyakov <zbr@ioremap.net>
3103 L:      netdev@vger.kernel.org
3104 S:      Maintained
3105 F:      drivers/connector/
3106
3107 CONTROL GROUP (CGROUP)
3108 M:      Tejun Heo <tj@kernel.org>
3109 M:      Li Zefan <lizefan@huawei.com>
3110 M:      Johannes Weiner <hannes@cmpxchg.org>
3111 L:      cgroups@vger.kernel.org
3112 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3113 S:      Maintained
3114 F:      Documentation/cgroups/
3115 F:      include/linux/cgroup*
3116 F:      kernel/cgroup*
3117
3118 CONTROL GROUP - CPUSET
3119 M:      Li Zefan <lizefan@huawei.com>
3120 L:      cgroups@vger.kernel.org
3121 W:      http://www.bullopensource.org/cpuset/
3122 W:      http://oss.sgi.com/projects/cpusets/
3123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3124 S:      Maintained
3125 F:      Documentation/cgroups/cpusets.txt
3126 F:      include/linux/cpuset.h
3127 F:      kernel/cpuset.c
3128
3129 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3130 M:      Johannes Weiner <hannes@cmpxchg.org>
3131 M:      Michal Hocko <mhocko@kernel.org>
3132 M:      Vladimir Davydov <vdavydov@virtuozzo.com>
3133 L:      cgroups@vger.kernel.org
3134 L:      linux-mm@kvack.org
3135 S:      Maintained
3136 F:      mm/memcontrol.c
3137 F:      mm/swap_cgroup.c
3138
3139 CORETEMP HARDWARE MONITORING DRIVER
3140 M:      Fenghua Yu <fenghua.yu@intel.com>
3141 L:      linux-hwmon@vger.kernel.org
3142 S:      Maintained
3143 F:      Documentation/hwmon/coretemp
3144 F:      drivers/hwmon/coretemp.c
3145
3146 COSA/SRP SYNC SERIAL DRIVER
3147 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3148 W:      http://www.fi.muni.cz/~kas/cosa/
3149 S:      Maintained
3150 F:      drivers/net/wan/cosa*
3151
3152 CPMAC ETHERNET DRIVER
3153 M:      Florian Fainelli <florian@openwrt.org>
3154 L:      netdev@vger.kernel.org
3155 S:      Maintained
3156 F:      drivers/net/ethernet/ti/cpmac.c
3157
3158 CPU FREQUENCY DRIVERS
3159 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3160 M:      Viresh Kumar <viresh.kumar@linaro.org>
3161 L:      linux-pm@vger.kernel.org
3162 S:      Maintained
3163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3164 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3165 F:      drivers/cpufreq/
3166 F:      include/linux/cpufreq.h
3167
3168 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3169 M:      Viresh Kumar <viresh.kumar@linaro.org>
3170 M:      Sudeep Holla <sudeep.holla@arm.com>
3171 L:      linux-pm@vger.kernel.org
3172 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3173 S:      Maintained
3174 F:      drivers/cpufreq/arm_big_little.h
3175 F:      drivers/cpufreq/arm_big_little.c
3176 F:      drivers/cpufreq/arm_big_little_dt.c
3177
3178 CPUIDLE DRIVER - ARM BIG LITTLE
3179 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3180 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3181 L:      linux-pm@vger.kernel.org
3182 L:      linux-arm-kernel@lists.infradead.org
3183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3184 S:      Maintained
3185 F:      drivers/cpuidle/cpuidle-big_little.c
3186
3187 CPUIDLE DRIVER - ARM EXYNOS
3188 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3189 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3190 M:      Kukjin Kim <kgene@kernel.org>
3191 L:      linux-pm@vger.kernel.org
3192 L:      linux-samsung-soc@vger.kernel.org
3193 S:      Supported
3194 F:      drivers/cpuidle/cpuidle-exynos.c
3195 F:      arch/arm/mach-exynos/pm.c
3196
3197 CPUIDLE DRIVERS
3198 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3199 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3200 L:      linux-pm@vger.kernel.org
3201 S:      Maintained
3202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3203 F:      drivers/cpuidle/*
3204 F:      include/linux/cpuidle.h
3205
3206 CPUID/MSR DRIVER
3207 M:      "H. Peter Anvin" <hpa@zytor.com>
3208 S:      Maintained
3209 F:      arch/x86/kernel/cpuid.c
3210 F:      arch/x86/kernel/msr.c
3211
3212 CPU POWER MONITORING SUBSYSTEM
3213 M:      Thomas Renninger <trenn@suse.com>
3214 L:      linux-pm@vger.kernel.org
3215 S:      Maintained
3216 F:      tools/power/cpupower/
3217
3218 CRAMFS FILESYSTEM
3219 W:      http://sourceforge.net/projects/cramfs/
3220 S:      Orphan / Obsolete
3221 F:      Documentation/filesystems/cramfs.txt
3222 F:      fs/cramfs/
3223
3224 CRIS PORT
3225 M:      Mikael Starvik <starvik@axis.com>
3226 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3227 L:      linux-cris-kernel@axis.com
3228 W:      http://developer.axis.com
3229 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3230 S:      Maintained
3231 F:      arch/cris/
3232 F:      drivers/tty/serial/crisv10.*
3233
3234 CRYPTO API
3235 M:      Herbert Xu <herbert@gondor.apana.org.au>
3236 M:      "David S. Miller" <davem@davemloft.net>
3237 L:      linux-crypto@vger.kernel.org
3238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3240 S:      Maintained
3241 F:      Documentation/crypto/
3242 F:      Documentation/DocBook/crypto-API.tmpl
3243 F:      arch/*/crypto/
3244 F:      crypto/
3245 F:      drivers/crypto/
3246 F:      include/crypto/
3247
3248 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3249 M:      Neil Horman <nhorman@tuxdriver.com>
3250 L:      linux-crypto@vger.kernel.org
3251 S:      Maintained
3252 F:      crypto/ansi_cprng.c
3253 F:      crypto/rng.c
3254
3255 CS3308 MEDIA DRIVER
3256 M:      Hans Verkuil <hverkuil@xs4all.nl>
3257 L:      linux-media@vger.kernel.org
3258 T:      git git://linuxtv.org/media_tree.git
3259 W:      http://linuxtv.org
3260 S:      Odd Fixes
3261 F:      drivers/media/i2c/cs3308.c
3262 F:      drivers/media/i2c/cs3308.h
3263
3264 CS5535 Audio ALSA driver
3265 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3266 S:      Maintained
3267 F:      sound/pci/cs5535audio/
3268
3269 CW1200 WLAN driver
3270 M:      Solomon Peachy <pizza@shaftnet.org>
3271 S:      Maintained
3272 F:      drivers/net/wireless/st/cw1200/
3273
3274 CX18 VIDEO4LINUX DRIVER
3275 M:      Andy Walls <awalls@md.metrocast.net>
3276 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3277 L:      linux-media@vger.kernel.org
3278 T:      git git://linuxtv.org/media_tree.git
3279 W:      https://linuxtv.org
3280 W:      http://www.ivtvdriver.org/index.php/Cx18
3281 S:      Maintained
3282 F:      Documentation/video4linux/cx18.txt
3283 F:      drivers/media/pci/cx18/
3284 F:      include/uapi/linux/ivtv*
3285
3286 CX2341X MPEG ENCODER HELPER MODULE
3287 M:      Hans Verkuil <hverkuil@xs4all.nl>
3288 L:      linux-media@vger.kernel.org
3289 T:      git git://linuxtv.org/media_tree.git
3290 W:      https://linuxtv.org
3291 S:      Maintained
3292 F:      drivers/media/common/cx2341x*
3293 F:      include/media/cx2341x*
3294
3295 CX24120 MEDIA DRIVER
3296 M:      Jemma Denson <jdenson@gmail.com>
3297 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3298 L:      linux-media@vger.kernel.org
3299 W:      https://linuxtv.org
3300 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3301 S:      Maintained
3302 F:      drivers/media/dvb-frontends/cx24120*
3303
3304 CX88 VIDEO4LINUX DRIVER
3305 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3306 L:      linux-media@vger.kernel.org
3307 W:      https://linuxtv.org
3308 T:      git git://linuxtv.org/media_tree.git
3309 S:      Odd fixes
3310 F:      Documentation/video4linux/cx88/
3311 F:      drivers/media/pci/cx88/
3312
3313 CXD2820R MEDIA DRIVER
3314 M:      Antti Palosaari <crope@iki.fi>
3315 L:      linux-media@vger.kernel.org
3316 W:      https://linuxtv.org
3317 W:      http://palosaari.fi/linux/
3318 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3319 T:      git git://linuxtv.org/anttip/media_tree.git
3320 S:      Maintained
3321 F:      drivers/media/dvb-frontends/cxd2820r*
3322
3323 CXGB3 ETHERNET DRIVER (CXGB3)
3324 M:      Santosh Raspatur <santosh@chelsio.com>
3325 L:      netdev@vger.kernel.org
3326 W:      http://www.chelsio.com
3327 S:      Supported
3328 F:      drivers/net/ethernet/chelsio/cxgb3/
3329
3330 CXGB3 ISCSI DRIVER (CXGB3I)
3331 M:      Karen Xie <kxie@chelsio.com>
3332 L:      linux-scsi@vger.kernel.org
3333 W:      http://www.chelsio.com
3334 S:      Supported
3335 F:      drivers/scsi/cxgbi/cxgb3i
3336
3337 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3338 M:      Steve Wise <swise@chelsio.com>
3339 L:      linux-rdma@vger.kernel.org
3340 W:      http://www.openfabrics.org
3341 S:      Supported
3342 F:      drivers/infiniband/hw/cxgb3/
3343
3344 CXGB4 ETHERNET DRIVER (CXGB4)
3345 M:      Hariprasad S <hariprasad@chelsio.com>
3346 L:      netdev@vger.kernel.org
3347 W:      http://www.chelsio.com
3348 S:      Supported
3349 F:      drivers/net/ethernet/chelsio/cxgb4/
3350
3351 CXGB4 ISCSI DRIVER (CXGB4I)
3352 M:      Karen Xie <kxie@chelsio.com>
3353 L:      linux-scsi@vger.kernel.org
3354 W:      http://www.chelsio.com
3355 S:      Supported
3356 F:      drivers/scsi/cxgbi/cxgb4i
3357
3358 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3359 M:      Steve Wise <swise@chelsio.com>
3360 L:      linux-rdma@vger.kernel.org
3361 W:      http://www.openfabrics.org
3362 S:      Supported
3363 F:      drivers/infiniband/hw/cxgb4/
3364
3365 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3366 M:      Casey Leedom <leedom@chelsio.com>
3367 L:      netdev@vger.kernel.org
3368 W:      http://www.chelsio.com
3369 S:      Supported
3370 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3371
3372 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3373 M:      Ian Munsie <imunsie@au1.ibm.com>
3374 M:      Michael Neuling <mikey@neuling.org>
3375 L:      linuxppc-dev@lists.ozlabs.org
3376 S:      Supported
3377 F:      drivers/misc/cxl/
3378 F:      include/misc/cxl*
3379 F:      include/uapi/misc/cxl.h
3380 F:      Documentation/powerpc/cxl.txt
3381 F:      Documentation/powerpc/cxl.txt
3382 F:      Documentation/ABI/testing/sysfs-class-cxl
3383
3384 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3385 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3386 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3387 L:      linux-scsi@vger.kernel.org
3388 S:      Supported
3389 F:      drivers/scsi/cxlflash/
3390 F:      include/uapi/scsi/cxlflash_ioctls.h
3391 F:      Documentation/powerpc/cxlflash.txt
3392
3393 STMMAC ETHERNET DRIVER
3394 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3395 M:      Alexandre Torgue <alexandre.torgue@st.com>
3396 L:      netdev@vger.kernel.org
3397 W:      http://www.stlinux.com
3398 S:      Supported
3399 F:      drivers/net/ethernet/stmicro/stmmac/
3400
3401 CYBERPRO FB DRIVER
3402 M:      Russell King <linux@armlinux.org.uk>
3403 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3404 W:      http://www.armlinux.org.uk/
3405 S:      Maintained
3406 F:      drivers/video/fbdev/cyber2000fb.*
3407
3408 CYCLADES ASYNC MUX DRIVER
3409 W:      http://www.cyclades.com/
3410 S:      Orphan
3411 F:      drivers/tty/cyclades.c
3412 F:      include/linux/cyclades.h
3413 F:      include/uapi/linux/cyclades.h
3414
3415 CYCLADES PC300 DRIVER
3416 W:      http://www.cyclades.com/
3417 S:      Orphan
3418 F:      drivers/net/wan/pc300*
3419
3420 CYPRESS_FIRMWARE MEDIA DRIVER
3421 M:      Antti Palosaari <crope@iki.fi>
3422 L:      linux-media@vger.kernel.org
3423 W:      https://linuxtv.org
3424 W:      http://palosaari.fi/linux/
3425 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3426 T:      git git://linuxtv.org/anttip/media_tree.git
3427 S:      Maintained
3428 F:      drivers/media/common/cypress_firmware*
3429
3430 CYTTSP TOUCHSCREEN DRIVER
3431 M:      Ferruh Yigit <fery@cypress.com>
3432 L:      linux-input@vger.kernel.org
3433 S:      Supported
3434 F:      drivers/input/touchscreen/cyttsp*
3435 F:      include/linux/input/cyttsp.h
3436
3437 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3438 M:      Joshua Kinard <kumba@gentoo.org>
3439 S:      Maintained
3440 F:      drivers/rtc/rtc-ds1685.c
3441 F:      include/linux/rtc/ds1685.h
3442
3443 DAMA SLAVE for AX.25
3444 M:      Joerg Reuter <jreuter@yaina.de>
3445 W:      http://yaina.de/jreuter/
3446 W:      http://www.qsl.net/dl1bke/
3447 L:      linux-hams@vger.kernel.org
3448 S:      Maintained
3449 F:      net/ax25/af_ax25.c
3450 F:      net/ax25/ax25_dev.c
3451 F:      net/ax25/ax25_ds_*
3452 F:      net/ax25/ax25_in.c
3453 F:      net/ax25/ax25_out.c
3454 F:      net/ax25/ax25_timer.c
3455 F:      net/ax25/sysctl_net_ax25.c
3456
3457 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3458 L:      netdev@vger.kernel.org
3459 S:      Orphan
3460 F:      Documentation/networking/dmfe.txt
3461 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3462
3463 DC390/AM53C974 SCSI driver
3464 M:      Hannes Reinecke <hare@suse.com>
3465 L:      linux-scsi@vger.kernel.org
3466 S:      Maintained
3467 F:      drivers/scsi/am53c974.c
3468
3469 DC395x SCSI driver
3470 M:      Oliver Neukum <oliver@neukum.org>
3471 M:      Ali Akcaagac <aliakc@web.de>
3472 M:      Jamie Lenehan <lenehan@twibble.org>
3473 L:      dc395x@twibble.org
3474 W:      http://twibble.org/dist/dc395x/
3475 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3476 S:      Maintained
3477 F:      Documentation/scsi/dc395x.txt
3478 F:      drivers/scsi/dc395x.*
3479
3480 DCCP PROTOCOL
3481 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3482 L:      dccp@vger.kernel.org
3483 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3484 S:      Maintained
3485 F:      include/linux/dccp.h
3486 F:      include/uapi/linux/dccp.h
3487 F:      include/linux/tfrc.h
3488 F:      net/dccp/
3489
3490 DECnet NETWORK LAYER
3491 W:      http://linux-decnet.sourceforge.net
3492 L:      linux-decnet-user@lists.sourceforge.net
3493 S:      Orphan
3494 F:      Documentation/networking/decnet.txt
3495 F:      net/decnet/
3496
3497 DECSTATION PLATFORM SUPPORT
3498 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3499 L:      linux-mips@linux-mips.org
3500 W:      http://www.linux-mips.org/wiki/DECstation
3501 S:      Maintained
3502 F:      arch/mips/dec/
3503 F:      arch/mips/include/asm/dec/
3504 F:      arch/mips/include/asm/mach-dec/
3505
3506 DEFXX FDDI NETWORK DRIVER
3507 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3508 S:      Maintained
3509 F:      drivers/net/fddi/defxx.*
3510
3511 DELL LAPTOP DRIVER
3512 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3513 M:      Pali Rohár <pali.rohar@gmail.com>
3514 L:      platform-driver-x86@vger.kernel.org
3515 S:      Maintained
3516 F:      drivers/platform/x86/dell-laptop.c
3517
3518 DELL LAPTOP RBTN DRIVER
3519 M:      Pali Rohár <pali.rohar@gmail.com>
3520 S:      Maintained
3521 F:      drivers/platform/x86/dell-rbtn.*
3522
3523 DELL LAPTOP FREEFALL DRIVER
3524 M:      Pali Rohár <pali.rohar@gmail.com>
3525 S:      Maintained
3526 F:      drivers/platform/x86/dell-smo8800.c
3527
3528 DELL LAPTOP SMM DRIVER
3529 M:      Pali Rohár <pali.rohar@gmail.com>
3530 S:      Maintained
3531 F:      drivers/hwmon/dell-smm-hwmon.c
3532 F:      include/uapi/linux/i8k.h
3533
3534 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3535 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3536 S:      Maintained
3537 F:      Documentation/dcdbas.txt
3538 F:      drivers/firmware/dcdbas.*
3539
3540 DELL WMI EXTRAS DRIVER
3541 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3542 M:      Pali Rohár <pali.rohar@gmail.com>
3543 S:      Maintained
3544 F:      drivers/platform/x86/dell-wmi.c
3545
3546 DESIGNWARE USB2 DRD IP DRIVER
3547 M:      John Youn <johnyoun@synopsys.com>
3548 L:      linux-usb@vger.kernel.org
3549 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3550 S:      Maintained
3551 F:      drivers/usb/dwc2/
3552
3553 DESIGNWARE USB3 DRD IP DRIVER
3554 M:      Felipe Balbi <balbi@kernel.org>
3555 L:      linux-usb@vger.kernel.org
3556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3557 S:      Maintained
3558 F:      drivers/usb/dwc3/
3559
3560 DEVICE COREDUMP (DEV_COREDUMP)
3561 M:      Johannes Berg <johannes@sipsolutions.net>
3562 L:      linux-kernel@vger.kernel.org
3563 S:      Maintained
3564 F:      drivers/base/devcoredump.c
3565 F:      include/linux/devcoredump.h
3566
3567 DEVICE FREQUENCY (DEVFREQ)
3568 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3569 M:      Kyungmin Park <kyungmin.park@samsung.com>
3570 L:      linux-pm@vger.kernel.org
3571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3572 S:      Maintained
3573 F:      drivers/devfreq/
3574 F:      include/linux/devfreq.h
3575 F:      Documentation/devicetree/bindings/devfreq/
3576
3577 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3578 M:      Chanwoo Choi <cw00.choi@samsung.com>
3579 L:      linux-pm@vger.kernel.org
3580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3581 S:      Supported
3582 F:      drivers/devfreq/event/
3583 F:      drivers/devfreq/devfreq-event.c
3584 F:      include/linux/devfreq-event.h
3585 F:      Documentation/devicetree/bindings/devfreq/event/
3586
3587 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3588 M:      Chanwoo Choi <cw00.choi@samsung.com>
3589 L:      linux-pm@vger.kernel.org
3590 L:      linux-samsung-soc@vger.kernel.org
3591 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3592 S:      Maintained
3593 F:      drivers/devfreq/exynos-bus.c
3594 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3595
3596 DEVICE NUMBER REGISTRY
3597 M:      Torben Mathiasen <device@lanana.org>
3598 W:      http://lanana.org/docs/device-list/index.html
3599 S:      Maintained
3600
3601 DEVICE-MAPPER  (LVM)
3602 M:      Alasdair Kergon <agk@redhat.com>
3603 M:      Mike Snitzer <snitzer@redhat.com>
3604 M:      dm-devel@redhat.com
3605 L:      dm-devel@redhat.com
3606 W:      http://sources.redhat.com/dm
3607 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3608 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3609 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3610 S:      Maintained
3611 F:      Documentation/device-mapper/
3612 F:      drivers/md/dm*
3613 F:      drivers/md/persistent-data/
3614 F:      include/linux/device-mapper.h
3615 F:      include/linux/dm-*.h
3616 F:      include/uapi/linux/dm-*.h
3617
3618 DEVLINK
3619 M:      Jiri Pirko <jiri@mellanox.com>
3620 L:      netdev@vger.kernel.org
3621 S:      Supported
3622 F:      net/core/devlink.c
3623 F:      include/net/devlink.h
3624 F:      include/uapi/linux/devlink.h
3625
3626 DIALOG SEMICONDUCTOR DRIVERS
3627 M:      Support Opensource <support.opensource@diasemi.com>
3628 W:      http://www.dialog-semiconductor.com/products
3629 S:      Supported
3630 F:      Documentation/hwmon/da90??
3631 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3632 F:      drivers/gpio/gpio-da90??.c
3633 F:      drivers/hwmon/da90??-hwmon.c
3634 F:      drivers/iio/adc/da91??-*.c
3635 F:      drivers/input/misc/da90??_onkey.c
3636 F:      drivers/input/touchscreen/da9052_tsi.c
3637 F:      drivers/leds/leds-da90??.c
3638 F:      drivers/mfd/da903x.c
3639 F:      drivers/mfd/da90??-*.c
3640 F:      drivers/mfd/da91??-*.c
3641 F:      drivers/power/da9052-battery.c
3642 F:      drivers/power/da91??-*.c
3643 F:      drivers/regulator/da903x.c
3644 F:      drivers/regulator/da9???-regulator.[ch]
3645 F:      drivers/rtc/rtc-da90??.c
3646 F:      drivers/video/backlight/da90??_bl.c
3647 F:      drivers/watchdog/da90??_wdt.c
3648 F:      include/linux/mfd/da903x.h
3649 F:      include/linux/mfd/da9052/
3650 F:      include/linux/mfd/da9055/
3651 F:      include/linux/mfd/da9063/
3652 F:      include/linux/mfd/da9150/
3653 F:      include/sound/da[79]*.h
3654 F:      sound/soc/codecs/da[79]*.[ch]
3655
3656 DIGI NEO AND CLASSIC PCI PRODUCTS
3657 M:      Lidza Louina <lidza.louina@gmail.com>
3658 M:      Mark Hounschell <markh@compro.net>
3659 L:      driverdev-devel@linuxdriverproject.org
3660 S:      Maintained
3661 F:      drivers/staging/dgnc/
3662
3663 DIOLAN U2C-12 I2C DRIVER
3664 M:      Guenter Roeck <linux@roeck-us.net>
3665 L:      linux-i2c@vger.kernel.org
3666 S:      Maintained
3667 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3668
3669 DIRECT ACCESS (DAX)
3670 M:      Matthew Wilcox <willy@linux.intel.com>
3671 L:      linux-fsdevel@vger.kernel.org
3672 S:      Supported
3673 F:      fs/dax.c
3674
3675 DIRECTORY NOTIFICATION (DNOTIFY)
3676 M:      Eric Paris <eparis@parisplace.org>
3677 S:      Maintained
3678 F:      Documentation/filesystems/dnotify.txt
3679 F:      fs/notify/dnotify/
3680 F:      include/linux/dnotify.h
3681
3682 DISK GEOMETRY AND PARTITION HANDLING
3683 M:      Andries Brouwer <aeb@cwi.nl>
3684 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3685 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3686 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3687 S:      Maintained
3688
3689 DISKQUOTA
3690 M:      Jan Kara <jack@suse.com>
3691 S:      Maintained
3692 F:      Documentation/filesystems/quota.txt
3693 F:      fs/quota/
3694 F:      include/linux/quota*.h
3695 F:      include/uapi/linux/quota*.h
3696
3697 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3698 M:      Bernie Thompson <bernie@plugable.com>
3699 L:      linux-fbdev@vger.kernel.org
3700 S:      Maintained
3701 W:      http://plugable.com/category/projects/udlfb/
3702 F:      drivers/video/fbdev/udlfb.c
3703 F:      include/video/udlfb.h
3704 F:      Documentation/fb/udlfb.txt
3705
3706 DISTRIBUTED LOCK MANAGER (DLM)
3707 M:      Christine Caulfield <ccaulfie@redhat.com>
3708 M:      David Teigland <teigland@redhat.com>
3709 L:      cluster-devel@redhat.com
3710 W:      http://sources.redhat.com/cluster/
3711 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3712 S:      Supported
3713 F:      fs/dlm/
3714
3715 DMA BUFFER SHARING FRAMEWORK
3716 M:      Sumit Semwal <sumit.semwal@linaro.org>
3717 S:      Maintained
3718 L:      linux-media@vger.kernel.org
3719 L:      dri-devel@lists.freedesktop.org
3720 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3721 F:      drivers/dma-buf/
3722 F:      include/linux/dma-buf*
3723 F:      include/linux/reservation.h
3724 F:      include/linux/*fence.h
3725 F:      Documentation/dma-buf-sharing.txt
3726 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3727
3728 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3729 M:      Vinod Koul <vinod.koul@intel.com>
3730 L:      dmaengine@vger.kernel.org
3731 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3732 S:      Maintained
3733 F:      drivers/dma/
3734 F:      include/linux/dmaengine.h
3735 F:      Documentation/dmaengine/
3736 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3737
3738 DME1737 HARDWARE MONITOR DRIVER
3739 M:      Juerg Haefliger <juergh@gmail.com>
3740 L:      linux-hwmon@vger.kernel.org
3741 S:      Maintained
3742 F:      Documentation/hwmon/dme1737
3743 F:      drivers/hwmon/dme1737.c
3744
3745 DMI/SMBIOS SUPPORT
3746 M:      Jean Delvare <jdelvare@suse.com>
3747 S:      Maintained
3748 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3749 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3750 F:      drivers/firmware/dmi-id.c
3751 F:      drivers/firmware/dmi_scan.c
3752 F:      include/linux/dmi.h
3753
3754 DOCUMENTATION
3755 M:      Jonathan Corbet <corbet@lwn.net>
3756 L:      linux-doc@vger.kernel.org
3757 S:      Maintained
3758 F:      Documentation/
3759 F:      scripts/docproc.c
3760 F:      scripts/kernel-doc*
3761 X:      Documentation/ABI/
3762 X:      Documentation/devicetree/
3763 X:      Documentation/acpi
3764 X:      Documentation/power
3765 X:      Documentation/spi
3766 X:      Documentation/DocBook/media
3767 T:      git git://git.lwn.net/linux.git docs-next
3768
3769 DOUBLETALK DRIVER
3770 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3771 L:      blinux-list@redhat.com
3772 S:      Maintained
3773 F:      drivers/char/dtlk.c
3774 F:      include/linux/dtlk.h
3775
3776 DPT_I2O SCSI RAID DRIVER
3777 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3778 L:      linux-scsi@vger.kernel.org
3779 W:      http://www.adaptec.com/
3780 S:      Maintained
3781 F:      drivers/scsi/dpt*
3782 F:      drivers/scsi/dpt/
3783
3784 DRBD DRIVER
3785 M:      Philipp Reisner <philipp.reisner@linbit.com>
3786 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
3787 L:      drbd-dev@lists.linbit.com
3788 W:      http://www.drbd.org
3789 T:      git git://git.linbit.com/linux-drbd.git
3790 T:      git git://git.linbit.com/drbd-8.4.git
3791 S:      Supported
3792 F:      drivers/block/drbd/
3793 F:      lib/lru_cache.c
3794 F:      Documentation/blockdev/drbd/
3795
3796 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3797 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3798 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3799 S:      Supported
3800 F:      Documentation/kobject.txt
3801 F:      drivers/base/
3802 F:      fs/debugfs/
3803 F:      fs/kernfs/
3804 F:      fs/sysfs/
3805 F:      include/linux/debugfs.h
3806 F:      include/linux/kobj*
3807 F:      lib/kobj*
3808
3809 DRM DRIVERS
3810 M:      David Airlie <airlied@linux.ie>
3811 L:      dri-devel@lists.freedesktop.org
3812 T:      git git://people.freedesktop.org/~airlied/linux
3813 S:      Maintained
3814 F:      drivers/gpu/drm/
3815 F:      drivers/gpu/vga/
3816 F:      include/drm/
3817 F:      include/uapi/drm/
3818
3819 RADEON and AMDGPU DRM DRIVERS
3820 M:      Alex Deucher <alexander.deucher@amd.com>
3821 M:      Christian König <christian.koenig@amd.com>
3822 L:      dri-devel@lists.freedesktop.org
3823 T:      git git://people.freedesktop.org/~agd5f/linux
3824 S:      Supported
3825 F:      drivers/gpu/drm/radeon/
3826 F:      include/uapi/drm/radeon*
3827 F:      drivers/gpu/drm/amd/
3828 F:      include/uapi/drm/amdgpu*
3829
3830 DRM PANEL DRIVERS
3831 M:      Thierry Reding <thierry.reding@gmail.com>
3832 L:      dri-devel@lists.freedesktop.org
3833 T:      git git://anongit.freedesktop.org/tegra/linux.git
3834 S:      Maintained
3835 F:      drivers/gpu/drm/drm_panel.c
3836 F:      drivers/gpu/drm/panel/
3837 F:      include/drm/drm_panel.h
3838 F:      Documentation/devicetree/bindings/display/panel/
3839
3840 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3841 M:      Daniel Vetter <daniel.vetter@intel.com>
3842 M:      Jani Nikula <jani.nikula@linux.intel.com>
3843 L:      intel-gfx@lists.freedesktop.org
3844 L:      dri-devel@lists.freedesktop.org
3845 W:      https://01.org/linuxgraphics/
3846 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3847 T:      git git://anongit.freedesktop.org/drm-intel
3848 S:      Supported
3849 F:      drivers/gpu/drm/i915/
3850 F:      include/drm/i915*
3851 F:      include/uapi/drm/i915*
3852
3853 DRM DRIVERS FOR ATMEL HLCDC
3854 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3855 L:      dri-devel@lists.freedesktop.org
3856 S:      Supported
3857 F:      drivers/gpu/drm/atmel-hlcdc/
3858 F:      Documentation/devicetree/bindings/drm/atmel/
3859
3860 DRM DRIVERS FOR EXYNOS
3861 M:      Inki Dae <inki.dae@samsung.com>
3862 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3863 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3864 M:      Kyungmin Park <kyungmin.park@samsung.com>
3865 L:      dri-devel@lists.freedesktop.org
3866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3867 S:      Supported
3868 F:      drivers/gpu/drm/exynos/
3869 F:      include/drm/exynos*
3870 F:      include/uapi/drm/exynos*
3871
3872 DRM DRIVERS FOR FREESCALE DCU
3873 M:      Stefan Agner <stefan@agner.ch>
3874 M:      Alison Wang <alison.wang@freescale.com>
3875 L:      dri-devel@lists.freedesktop.org
3876 S:      Supported
3877 F:      drivers/gpu/drm/fsl-dcu/
3878 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
3879 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3880
3881 DRM DRIVERS FOR FREESCALE IMX
3882 M:      Philipp Zabel <p.zabel@pengutronix.de>
3883 L:      dri-devel@lists.freedesktop.org
3884 S:      Maintained
3885 F:      drivers/gpu/drm/imx/
3886 F:      drivers/gpu/ipu-v3/
3887 F:      Documentation/devicetree/bindings/display/imx/
3888
3889 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3890 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3891 L:      dri-devel@lists.freedesktop.org
3892 T:      git git://github.com/patjak/drm-gma500
3893 S:      Maintained
3894 F:      drivers/gpu/drm/gma500
3895 F:      include/drm/gma500*
3896
3897 DRM DRIVERS FOR NVIDIA TEGRA
3898 M:      Thierry Reding <thierry.reding@gmail.com>
3899 M:      Terje Bergström <tbergstrom@nvidia.com>
3900 L:      dri-devel@lists.freedesktop.org
3901 L:      linux-tegra@vger.kernel.org
3902 T:      git git://anongit.freedesktop.org/tegra/linux.git
3903 S:      Supported
3904 F:      drivers/gpu/drm/tegra/
3905 F:      drivers/gpu/host1x/
3906 F:      include/linux/host1x.h
3907 F:      include/uapi/drm/tegra_drm.h
3908 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3909
3910 DRM DRIVERS FOR RENESAS
3911 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3912 L:      dri-devel@lists.freedesktop.org
3913 L:      linux-renesas-soc@vger.kernel.org
3914 T:      git git://people.freedesktop.org/~airlied/linux
3915 S:      Supported
3916 F:      drivers/gpu/drm/rcar-du/
3917 F:      drivers/gpu/drm/shmobile/
3918 F:      include/linux/platform_data/shmob_drm.h
3919
3920 DRM DRIVERS FOR ROCKCHIP
3921 M:      Mark Yao <mark.yao@rock-chips.com>
3922 L:      dri-devel@lists.freedesktop.org
3923 S:      Maintained
3924 F:      drivers/gpu/drm/rockchip/
3925 F:      Documentation/devicetree/bindings/display/rockchip*
3926
3927 DRM DRIVERS FOR STI
3928 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3929 M:      Vincent Abriou <vincent.abriou@st.com>
3930 L:      dri-devel@lists.freedesktop.org
3931 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3932 S:      Maintained
3933 F:      drivers/gpu/drm/sti
3934 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
3935
3936 DRM DRIVERS FOR VIVANTE GPU IP
3937 M:      Lucas Stach <l.stach@pengutronix.de>
3938 R:      Russell King <linux+etnaviv@armlinux.org.uk>
3939 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
3940 L:      dri-devel@lists.freedesktop.org
3941 S:      Maintained
3942 F:      drivers/gpu/drm/etnaviv
3943 F:      Documentation/devicetree/bindings/display/etnaviv
3944
3945 DSBR100 USB FM RADIO DRIVER
3946 M:      Alexey Klimov <klimov.linux@gmail.com>
3947 L:      linux-media@vger.kernel.org
3948 T:      git git://linuxtv.org/media_tree.git
3949 S:      Maintained
3950 F:      drivers/media/radio/dsbr100.c
3951
3952 DSCC4 DRIVER
3953 M:      Francois Romieu <romieu@fr.zoreil.com>
3954 L:      netdev@vger.kernel.org
3955 S:      Maintained
3956 F:      drivers/net/wan/dscc4.c
3957
3958 DT3155 MEDIA DRIVER
3959 M:      Hans Verkuil <hverkuil@xs4all.nl>
3960 L:      linux-media@vger.kernel.org
3961 T:      git git://linuxtv.org/media_tree.git
3962 W:      https://linuxtv.org
3963 S:      Odd Fixes
3964 F:      drivers/media/pci/dt3155/
3965
3966 DVB_USB_AF9015 MEDIA DRIVER
3967 M:      Antti Palosaari <crope@iki.fi>
3968 L:      linux-media@vger.kernel.org
3969 W:      https://linuxtv.org
3970 W:      http://palosaari.fi/linux/
3971 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3972 T:      git git://linuxtv.org/anttip/media_tree.git
3973 S:      Maintained
3974 F:      drivers/media/usb/dvb-usb-v2/af9015*
3975
3976 DVB_USB_AF9035 MEDIA DRIVER
3977 M:      Antti Palosaari <crope@iki.fi>
3978 L:      linux-media@vger.kernel.org
3979 W:      https://linuxtv.org
3980 W:      http://palosaari.fi/linux/
3981 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3982 T:      git git://linuxtv.org/anttip/media_tree.git
3983 S:      Maintained
3984 F:      drivers/media/usb/dvb-usb-v2/af9035*
3985
3986 DVB_USB_ANYSEE MEDIA DRIVER
3987 M:      Antti Palosaari <crope@iki.fi>
3988 L:      linux-media@vger.kernel.org
3989 W:      https://linuxtv.org
3990 W:      http://palosaari.fi/linux/
3991 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3992 T:      git git://linuxtv.org/anttip/media_tree.git
3993 S:      Maintained
3994 F:      drivers/media/usb/dvb-usb-v2/anysee*
3995
3996 DVB_USB_AU6610 MEDIA DRIVER
3997 M:      Antti Palosaari <crope@iki.fi>
3998 L:      linux-media@vger.kernel.org
3999 W:      https://linuxtv.org
4000 W:      http://palosaari.fi/linux/
4001 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4002 T:      git git://linuxtv.org/anttip/media_tree.git
4003 S:      Maintained
4004 F:      drivers/media/usb/dvb-usb-v2/au6610*
4005
4006 DVB_USB_CE6230 MEDIA DRIVER
4007 M:      Antti Palosaari <crope@iki.fi>
4008 L:      linux-media@vger.kernel.org
4009 W:      https://linuxtv.org
4010 W:      http://palosaari.fi/linux/
4011 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4012 T:      git git://linuxtv.org/anttip/media_tree.git
4013 S:      Maintained
4014 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4015
4016 DVB_USB_CXUSB MEDIA DRIVER
4017 M:      Michael Krufky <mkrufky@linuxtv.org>
4018 L:      linux-media@vger.kernel.org
4019 W:      https://linuxtv.org
4020 W:      http://github.com/mkrufky
4021 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4022 T:      git git://linuxtv.org/media_tree.git
4023 S:      Maintained
4024 F:      drivers/media/usb/dvb-usb/cxusb*
4025
4026 DVB_USB_EC168 MEDIA DRIVER
4027 M:      Antti Palosaari <crope@iki.fi>
4028 L:      linux-media@vger.kernel.org
4029 W:      https://linuxtv.org
4030 W:      http://palosaari.fi/linux/
4031 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4032 T:      git git://linuxtv.org/anttip/media_tree.git
4033 S:      Maintained
4034 F:      drivers/media/usb/dvb-usb-v2/ec168*
4035
4036 DVB_USB_GL861 MEDIA DRIVER
4037 M:      Antti Palosaari <crope@iki.fi>
4038 L:      linux-media@vger.kernel.org
4039 W:      https://linuxtv.org
4040 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4041 T:      git git://linuxtv.org/anttip/media_tree.git
4042 S:      Maintained
4043 F:      drivers/media/usb/dvb-usb-v2/gl861*
4044
4045 DVB_USB_MXL111SF MEDIA DRIVER
4046 M:      Michael Krufky <mkrufky@linuxtv.org>
4047 L:      linux-media@vger.kernel.org
4048 W:      https://linuxtv.org
4049 W:      http://github.com/mkrufky
4050 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4051 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4052 S:      Maintained
4053 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4054
4055 DVB_USB_RTL28XXU MEDIA DRIVER
4056 M:      Antti Palosaari <crope@iki.fi>
4057 L:      linux-media@vger.kernel.org
4058 W:      https://linuxtv.org
4059 W:      http://palosaari.fi/linux/
4060 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4061 T:      git git://linuxtv.org/anttip/media_tree.git
4062 S:      Maintained
4063 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4064
4065 DVB_USB_V2 MEDIA DRIVER
4066 M:      Antti Palosaari <crope@iki.fi>
4067 L:      linux-media@vger.kernel.org
4068 W:      https://linuxtv.org
4069 W:      http://palosaari.fi/linux/
4070 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4071 T:      git git://linuxtv.org/anttip/media_tree.git
4072 S:      Maintained
4073 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4074 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4075
4076 DYNAMIC DEBUG
4077 M:      Jason Baron <jbaron@akamai.com>
4078 S:      Maintained
4079 F:      lib/dynamic_debug.c
4080 F:      include/linux/dynamic_debug.h
4081
4082 DZ DECSTATION DZ11 SERIAL DRIVER
4083 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4084 S:      Maintained
4085 F:      drivers/tty/serial/dz.*
4086
4087 E3X0 POWER BUTTON DRIVER
4088 M:      Moritz Fischer <moritz.fischer@ettus.com>
4089 L:      usrp-users@lists.ettus.com
4090 W:      http://www.ettus.com
4091 S:      Supported
4092 F:      drivers/input/misc/e3x0-button.c
4093 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4094
4095 E4000 MEDIA DRIVER
4096 M:      Antti Palosaari <crope@iki.fi>
4097 L:      linux-media@vger.kernel.org
4098 W:      https://linuxtv.org
4099 W:      http://palosaari.fi/linux/
4100 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4101 T:      git git://linuxtv.org/anttip/media_tree.git
4102 S:      Maintained
4103 F:      drivers/media/tuners/e4000*
4104
4105 EATA ISA/EISA/PCI SCSI DRIVER
4106 M:      Dario Ballabio <ballabio_dario@emc.com>
4107 L:      linux-scsi@vger.kernel.org
4108 S:      Maintained
4109 F:      drivers/scsi/eata.c
4110
4111 EC100 MEDIA DRIVER
4112 M:      Antti Palosaari <crope@iki.fi>
4113 L:      linux-media@vger.kernel.org
4114 W:      https://linuxtv.org
4115 W:      http://palosaari.fi/linux/
4116 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4117 T:      git git://linuxtv.org/anttip/media_tree.git
4118 S:      Maintained
4119 F:      drivers/media/dvb-frontends/ec100*
4120
4121 ECRYPT FILE SYSTEM
4122 M:      Tyler Hicks <tyhicks@canonical.com>
4123 L:      ecryptfs@vger.kernel.org
4124 W:      http://ecryptfs.org
4125 W:      https://launchpad.net/ecryptfs
4126 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4127 S:      Supported
4128 F:      Documentation/filesystems/ecryptfs.txt
4129 F:      fs/ecryptfs/
4130
4131 EDAC-CORE
4132 M:      Doug Thompson <dougthompson@xmission.com>
4133 M:      Borislav Petkov <bp@alien8.de>
4134 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4135 L:      linux-edac@vger.kernel.org
4136 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4138 S:      Supported
4139 F:      Documentation/edac.txt
4140 F:      drivers/edac/
4141 F:      include/linux/edac.h
4142
4143 EDAC-AMD64
4144 M:      Doug Thompson <dougthompson@xmission.com>
4145 M:      Borislav Petkov <bp@alien8.de>
4146 L:      linux-edac@vger.kernel.org
4147 S:      Maintained
4148 F:      drivers/edac/amd64_edac*
4149
4150 EDAC-CALXEDA
4151 M:      Doug Thompson <dougthompson@xmission.com>
4152 M:      Robert Richter <rric@kernel.org>
4153 L:      linux-edac@vger.kernel.org
4154 S:      Maintained
4155 F:      drivers/edac/highbank*
4156
4157 EDAC-CAVIUM
4158 M:      Ralf Baechle <ralf@linux-mips.org>
4159 M:      David Daney <david.daney@cavium.com>
4160 L:      linux-edac@vger.kernel.org
4161 L:      linux-mips@linux-mips.org
4162 S:      Supported
4163 F:      drivers/edac/octeon_edac*
4164
4165 EDAC-E752X
4166 M:      Mark Gross <mark.gross@intel.com>
4167 M:      Doug Thompson <dougthompson@xmission.com>
4168 L:      linux-edac@vger.kernel.org
4169 S:      Maintained
4170 F:      drivers/edac/e752x_edac.c
4171
4172 EDAC-E7XXX
4173 M:      Doug Thompson <dougthompson@xmission.com>
4174 L:      linux-edac@vger.kernel.org
4175 S:      Maintained
4176 F:      drivers/edac/e7xxx_edac.c
4177
4178 EDAC-GHES
4179 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4180 L:      linux-edac@vger.kernel.org
4181 S:      Maintained
4182 F:      drivers/edac/ghes_edac.c
4183
4184 EDAC-I82443BXGX
4185 M:      Tim Small <tim@buttersideup.com>
4186 L:      linux-edac@vger.kernel.org
4187 S:      Maintained
4188 F:      drivers/edac/i82443bxgx_edac.c
4189
4190 EDAC-I3000
4191 M:      Jason Uhlenkott <juhlenko@akamai.com>
4192 L:      linux-edac@vger.kernel.org
4193 S:      Maintained
4194 F:      drivers/edac/i3000_edac.c
4195
4196 EDAC-I5000
4197 M:      Doug Thompson <dougthompson@xmission.com>
4198 L:      linux-edac@vger.kernel.org
4199 S:      Maintained
4200 F:      drivers/edac/i5000_edac.c
4201
4202 EDAC-I5400
4203 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4204 L:      linux-edac@vger.kernel.org
4205 S:      Maintained
4206 F:      drivers/edac/i5400_edac.c
4207
4208 EDAC-I7300
4209 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4210 L:      linux-edac@vger.kernel.org
4211 S:      Maintained
4212 F:      drivers/edac/i7300_edac.c
4213
4214 EDAC-I7CORE
4215 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4216 L:      linux-edac@vger.kernel.org
4217 S:      Maintained
4218 F:      drivers/edac/i7core_edac.c
4219
4220 EDAC-I82975X
4221 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4222 M:      "Arvind R." <arvino55@gmail.com>
4223 L:      linux-edac@vger.kernel.org
4224 S:      Maintained
4225 F:      drivers/edac/i82975x_edac.c
4226
4227 EDAC-IE31200
4228 M:      Jason Baron <jbaron@akamai.com>
4229 L:      linux-edac@vger.kernel.org
4230 S:      Maintained
4231 F:      drivers/edac/ie31200_edac.c
4232
4233 EDAC-MPC85XX
4234 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4235 L:      linux-edac@vger.kernel.org
4236 S:      Maintained
4237 F:      drivers/edac/mpc85xx_edac.[ch]
4238
4239 EDAC-PASEMI
4240 M:      Egor Martovetsky <egor@pasemi.com>
4241 L:      linux-edac@vger.kernel.org
4242 S:      Maintained
4243 F:      drivers/edac/pasemi_edac.c
4244
4245 EDAC-R82600
4246 M:      Tim Small <tim@buttersideup.com>
4247 L:      linux-edac@vger.kernel.org
4248 S:      Maintained
4249 F:      drivers/edac/r82600_edac.c
4250
4251 EDAC-SBRIDGE
4252 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4253 L:      linux-edac@vger.kernel.org
4254 S:      Maintained
4255 F:      drivers/edac/sb_edac.c
4256
4257 EDAC-XGENE
4258 APPLIED MICRO (APM) X-GENE SOC EDAC
4259 M:     Loc Ho <lho@apm.com>
4260 S:     Supported
4261 F:     drivers/edac/xgene_edac.c
4262 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4263
4264 EDIROL UA-101/UA-1000 DRIVER
4265 M:      Clemens Ladisch <clemens@ladisch.de>
4266 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4267 T:      git git://git.alsa-project.org/alsa-kernel.git
4268 S:      Maintained
4269 F:      sound/usb/misc/ua101.c
4270
4271 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4272 M:      Matt Fleming <matt@codeblueprint.co.uk>
4273 L:      linux-efi@vger.kernel.org
4274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4275 S:      Maintained
4276 F:      Documentation/efi-stub.txt
4277 F:      arch/ia64/kernel/efi.c
4278 F:      arch/x86/boot/compressed/eboot.[ch]
4279 F:      arch/x86/include/asm/efi.h
4280 F:      arch/x86/platform/efi/
4281 F:      drivers/firmware/efi/
4282 F:      include/linux/efi*.h
4283
4284 EFI VARIABLE FILESYSTEM
4285 M:      Matthew Garrett <matthew.garrett@nebula.com>
4286 M:      Jeremy Kerr <jk@ozlabs.org>
4287 M:      Matt Fleming <matt@codeblueprint.co.uk>
4288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4289 L:      linux-efi@vger.kernel.org
4290 S:      Maintained
4291 F:      fs/efivarfs/
4292
4293 EFIFB FRAMEBUFFER DRIVER
4294 L:      linux-fbdev@vger.kernel.org
4295 M:      Peter Jones <pjones@redhat.com>
4296 S:      Maintained
4297 F:      drivers/video/fbdev/efifb.c
4298
4299 EFS FILESYSTEM
4300 W:      http://aeschi.ch.eu.org/efs/
4301 S:      Orphan
4302 F:      fs/efs/
4303
4304 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4305 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4306 L:      netdev@vger.kernel.org
4307 S:      Maintained
4308 F:      drivers/net/ethernet/ibm/ehea/
4309
4310 EM28XX VIDEO4LINUX DRIVER
4311 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4312 L:      linux-media@vger.kernel.org
4313 W:      https://linuxtv.org
4314 T:      git git://linuxtv.org/media_tree.git
4315 S:      Maintained
4316 F:      drivers/media/usb/em28xx/
4317
4318 EMBEDDED LINUX
4319 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4320 M:      Matt Mackall <mpm@selenic.com>
4321 M:      David Woodhouse <dwmw2@infradead.org>
4322 L:      linux-embedded@vger.kernel.org
4323 S:      Maintained
4324
4325 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4326 M:      James Smart <james.smart@avagotech.com>
4327 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4328 L:      linux-scsi@vger.kernel.org
4329 W:      http://www.avagotech.com
4330 S:      Supported
4331 F:      drivers/scsi/lpfc/
4332
4333 ENE CB710 FLASH CARD READER DRIVER
4334 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
4335 S:      Maintained
4336 F:      drivers/misc/cb710/
4337 F:      drivers/mmc/host/cb710-mmc.*
4338 F:      include/linux/cb710.h
4339
4340 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4341 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4342 S:      Maintained
4343 F:      drivers/media/rc/ene_ir.*
4344
4345 EPSON S1D13XXX FRAMEBUFFER DRIVER
4346 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4347 S:      Maintained
4348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4349 F:      drivers/video/fbdev/s1d13xxxfb.c
4350 F:      include/video/s1d13xxxfb.h
4351
4352 ET131X NETWORK DRIVER
4353 M:      Mark Einon <mark.einon@gmail.com>
4354 S:      Odd Fixes
4355 F:      drivers/net/ethernet/agere/
4356
4357 ETHERNET BRIDGE
4358 M:      Stephen Hemminger <stephen@networkplumber.org>
4359 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
4360 L:      netdev@vger.kernel.org
4361 W:      http://www.linuxfoundation.org/en/Net:Bridge
4362 S:      Maintained
4363 F:      include/linux/netfilter_bridge/
4364 F:      net/bridge/
4365
4366 ETHERNET PHY LIBRARY
4367 M:      Florian Fainelli <f.fainelli@gmail.com>
4368 L:      netdev@vger.kernel.org
4369 S:      Maintained
4370 F:      include/linux/phy.h
4371 F:      include/linux/phy_fixed.h
4372 F:      drivers/net/phy/
4373 F:      Documentation/networking/phy.txt
4374 F:      drivers/of/of_mdio.c
4375 F:      drivers/of/of_net.c
4376
4377 EXT2 FILE SYSTEM
4378 M:      Jan Kara <jack@suse.com>
4379 L:      linux-ext4@vger.kernel.org
4380 S:      Maintained
4381 F:      Documentation/filesystems/ext2.txt
4382 F:      fs/ext2/
4383 F:      include/linux/ext2*
4384
4385 EXT4 FILE SYSTEM
4386 M:      "Theodore Ts'o" <tytso@mit.edu>
4387 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4388 L:      linux-ext4@vger.kernel.org
4389 W:      http://ext4.wiki.kernel.org
4390 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4391 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4392 S:      Maintained
4393 F:      Documentation/filesystems/ext4.txt
4394 F:      fs/ext4/
4395
4396 Extended Verification Module (EVM)
4397 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4398 L:      linux-ima-devel@lists.sourceforge.net
4399 L:      linux-security-module@vger.kernel.org
4400 S:      Supported
4401 F:      security/integrity/evm/
4402
4403 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4404 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4405 M:      Chanwoo Choi <cw00.choi@samsung.com>
4406 L:      linux-kernel@vger.kernel.org
4407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4408 S:      Maintained
4409 F:      drivers/extcon/
4410 F:      include/linux/extcon/
4411 F:      include/linux/extcon.h
4412 F:      Documentation/extcon/
4413 F:      Documentation/devicetree/bindings/extcon/
4414
4415 EXYNOS DP DRIVER
4416 M:      Jingoo Han <jingoohan1@gmail.com>
4417 L:      dri-devel@lists.freedesktop.org
4418 S:      Maintained
4419 F:      drivers/gpu/drm/exynos/exynos_dp*
4420
4421 EXYNOS SYSMMU (IOMMU) driver
4422 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4423 L:      iommu@lists.linux-foundation.org
4424 S:      Maintained
4425 F:      drivers/iommu/exynos-iommu.c
4426
4427 EXYNOS MIPI DISPLAY DRIVERS
4428 M:      Inki Dae <inki.dae@samsung.com>
4429 M:      Donghwa Lee <dh09.lee@samsung.com>
4430 M:      Kyungmin Park <kyungmin.park@samsung.com>
4431 L:      linux-fbdev@vger.kernel.org
4432 S:      Maintained
4433 F:      drivers/video/fbdev/exynos/exynos_mipi*
4434 F:      include/video/exynos_mipi*
4435
4436 F71805F HARDWARE MONITORING DRIVER
4437 M:      Jean Delvare <jdelvare@suse.com>
4438 L:      linux-hwmon@vger.kernel.org
4439 S:      Maintained
4440 F:      Documentation/hwmon/f71805f
4441 F:      drivers/hwmon/f71805f.c
4442
4443 FC0011 TUNER DRIVER
4444 M:      Michael Buesch <m@bues.ch>
4445 L:      linux-media@vger.kernel.org
4446 S:      Maintained
4447 F:      drivers/media/tuners/fc0011.h
4448 F:      drivers/media/tuners/fc0011.c
4449
4450 FC2580 MEDIA DRIVER
4451 M:      Antti Palosaari <crope@iki.fi>
4452 L:      linux-media@vger.kernel.org
4453 W:      https://linuxtv.org
4454 W:      http://palosaari.fi/linux/
4455 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4456 T:      git git://linuxtv.org/anttip/media_tree.git
4457 S:      Maintained
4458 F:      drivers/media/tuners/fc2580*
4459
4460 FANOTIFY
4461 M:      Eric Paris <eparis@redhat.com>
4462 S:      Maintained
4463 F:      fs/notify/fanotify/
4464 F:      include/linux/fanotify.h
4465 F:      include/uapi/linux/fanotify.h
4466
4467 FARSYNC SYNCHRONOUS DRIVER
4468 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4469 W:      http://www.farsite.co.uk/
4470 S:      Supported
4471 F:      drivers/net/wan/farsync.*
4472
4473 FAULT INJECTION SUPPORT
4474 M:      Akinobu Mita <akinobu.mita@gmail.com>
4475 S:      Supported
4476 F:      Documentation/fault-injection/
4477 F:      lib/fault-inject.c
4478
4479 FBTFT Framebuffer drivers
4480 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4481 M:      Noralf Trønnes <noralf@tronnes.org>
4482 S:      Maintained
4483 F:      drivers/staging/fbtft/
4484
4485 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4486 M:      Vasu Dev <vasu.dev@intel.com>
4487 L:      fcoe-devel@open-fcoe.org
4488 W:      www.Open-FCoE.org
4489 S:      Supported
4490 F:      drivers/scsi/libfc/
4491 F:      drivers/scsi/fcoe/
4492 F:      include/scsi/fc/
4493 F:      include/scsi/libfc.h
4494 F:      include/scsi/libfcoe.h
4495 F:      include/uapi/scsi/fc/
4496
4497 FILE LOCKING (flock() and fcntl()/lockf())
4498 M:      Jeff Layton <jlayton@poochiereds.net>
4499 M:      "J. Bruce Fields" <bfields@fieldses.org>
4500 L:      linux-fsdevel@vger.kernel.org
4501 S:      Maintained
4502 F:      include/linux/fcntl.h
4503 F:      include/linux/fs.h
4504 F:      include/uapi/linux/fcntl.h
4505 F:      include/uapi/linux/fs.h
4506 F:      fs/fcntl.c
4507 F:      fs/locks.c
4508
4509 FILESYSTEMS (VFS and infrastructure)
4510 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4511 L:      linux-fsdevel@vger.kernel.org
4512 S:      Maintained
4513 F:      fs/*
4514
4515 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4516 M:      Riku Voipio <riku.voipio@iki.fi>
4517 L:      linux-hwmon@vger.kernel.org
4518 S:      Maintained
4519 F:      drivers/hwmon/f75375s.c
4520 F:      include/linux/f75375s.h
4521
4522 FIREWIRE AUDIO DRIVERS
4523 M:      Clemens Ladisch <clemens@ladisch.de>
4524 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4525 T:      git git://git.alsa-project.org/alsa-kernel.git
4526 S:      Maintained
4527 F:      sound/firewire/
4528
4529 FIREWIRE MEDIA DRIVERS (firedtv)
4530 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4531 L:      linux-media@vger.kernel.org
4532 L:      linux1394-devel@lists.sourceforge.net
4533 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4534 S:      Maintained
4535 F:      drivers/media/firewire/
4536
4537 FIREWIRE SBP-2 TARGET
4538 M:      Chris Boot <bootc@bootc.net>
4539 L:      linux-scsi@vger.kernel.org
4540 L:      target-devel@vger.kernel.org
4541 L:      linux1394-devel@lists.sourceforge.net
4542 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4543 S:      Maintained
4544 F:      drivers/target/sbp/
4545
4546 FIREWIRE SUBSYSTEM
4547 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4548 L:      linux1394-devel@lists.sourceforge.net
4549 W:      http://ieee1394.wiki.kernel.org/
4550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4551 S:      Maintained
4552 F:      drivers/firewire/
4553 F:      include/linux/firewire.h
4554 F:      include/uapi/linux/firewire*.h
4555 F:      tools/firewire/
4556
4557 FIRMWARE LOADER (request_firmware)
4558 M:      Ming Lei <ming.lei@canonical.com>
4559 L:      linux-kernel@vger.kernel.org
4560 S:      Maintained
4561 F:      Documentation/firmware_class/
4562 F:      drivers/base/firmware*.c
4563 F:      include/linux/firmware.h
4564
4565 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4566 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4567 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4568 S:      Maintained
4569 F:      drivers/block/rsxx/
4570
4571 FLOPPY DRIVER
4572 M:      Jiri Kosina <jikos@kernel.org>
4573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4574 S:      Odd fixes
4575 F:      drivers/block/floppy.c
4576
4577 FMC SUBSYSTEM
4578 M:      Alessandro Rubini <rubini@gnudd.com>
4579 W:      http://www.ohwr.org/projects/fmc-bus
4580 S:      Supported
4581 F:      drivers/fmc/
4582 F:      include/linux/fmc*.h
4583 F:      include/linux/ipmi-fru.h
4584 K:      fmc_d.*register
4585
4586 FPGA MANAGER FRAMEWORK
4587 M:      Alan Tull <atull@opensource.altera.com>
4588 R:      Moritz Fischer <moritz.fischer@ettus.com>
4589 S:      Maintained
4590 F:      drivers/fpga/
4591 F:      include/linux/fpga/fpga-mgr.h
4592 W:      http://www.rocketboards.org
4593
4594 FPU EMULATOR
4595 M:      Bill Metzenthen <billm@melbpc.org.au>
4596 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4597 S:      Maintained
4598 F:      arch/x86/math-emu/
4599
4600 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4601 L:      netdev@vger.kernel.org
4602 S:      Orphan
4603 F:      drivers/net/wan/dlci.c
4604 F:      drivers/net/wan/sdla.c
4605
4606 FRAMEBUFFER LAYER
4607 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4608 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4609 L:      linux-fbdev@vger.kernel.org
4610 W:      http://linux-fbdev.sourceforge.net/
4611 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4612 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4613 S:      Maintained
4614 F:      Documentation/fb/
4615 F:      drivers/video/
4616 F:      include/video/
4617 F:      include/linux/fb.h
4618 F:      include/uapi/video/
4619 F:      include/uapi/linux/fb.h
4620
4621 FREESCALE DIU FRAMEBUFFER DRIVER
4622 M:      Timur Tabi <timur@tabi.org>
4623 L:      linux-fbdev@vger.kernel.org
4624 S:      Maintained
4625 F:      drivers/video/fbdev/fsl-diu-fb.*
4626
4627 FREESCALE DMA DRIVER
4628 M:      Li Yang <leoli@freescale.com>
4629 M:      Zhang Wei <zw@zh-kernel.org>
4630 L:      linuxppc-dev@lists.ozlabs.org
4631 S:      Maintained
4632 F:      drivers/dma/fsldma.*
4633
4634 FREESCALE GPMI NAND DRIVER
4635 M:      Han Xu <han.xu@nxp.com>
4636 L:      linux-mtd@lists.infradead.org
4637 S:      Maintained
4638 F:      drivers/mtd/nand/gpmi-nand/*
4639
4640 FREESCALE I2C CPM DRIVER
4641 M:      Jochen Friedrich <jochen@scram.de>
4642 L:      linuxppc-dev@lists.ozlabs.org
4643 L:      linux-i2c@vger.kernel.org
4644 S:      Maintained
4645 F:      drivers/i2c/busses/i2c-cpm.c
4646
4647 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4648 M:      Sascha Hauer <kernel@pengutronix.de>
4649 L:      linux-fbdev@vger.kernel.org
4650 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4651 S:      Maintained
4652 F:      include/linux/platform_data/video-imxfb.h
4653 F:      drivers/video/fbdev/imxfb.c
4654
4655 FREESCALE QUAD SPI DRIVER
4656 M:      Han Xu <han.xu@nxp.com>
4657 L:      linux-mtd@lists.infradead.org
4658 S:      Maintained
4659 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4660
4661 FREESCALE SOC FS_ENET DRIVER
4662 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4663 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4664 L:      linuxppc-dev@lists.ozlabs.org
4665 L:      netdev@vger.kernel.org
4666 S:      Maintained
4667 F:      drivers/net/ethernet/freescale/fs_enet/
4668 F:      include/linux/fs_enet_pd.h
4669
4670 FREESCALE IMX / MXC FEC DRIVER
4671 M:      Fugang Duan <fugang.duan@nxp.com>
4672 L:      netdev@vger.kernel.org
4673 S:      Maintained
4674 F:      drivers/net/ethernet/freescale/fec_main.c
4675 F:      drivers/net/ethernet/freescale/fec_ptp.c
4676 F:      drivers/net/ethernet/freescale/fec.h
4677 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
4678
4679 FREESCALE QUICC ENGINE LIBRARY
4680 L:      linuxppc-dev@lists.ozlabs.org
4681 S:      Orphan
4682 F:      drivers/soc/fsl/qe/
4683 F:      include/soc/fsl/*qe*.h
4684 F:      include/soc/fsl/*ucc*.h
4685
4686 FREESCALE USB PERIPHERAL DRIVERS
4687 M:      Li Yang <leoli@freescale.com>
4688 L:      linux-usb@vger.kernel.org
4689 L:      linuxppc-dev@lists.ozlabs.org
4690 S:      Maintained
4691 F:      drivers/usb/gadget/udc/fsl*
4692
4693 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4694 M:      Li Yang <leoli@freescale.com>
4695 L:      netdev@vger.kernel.org
4696 L:      linuxppc-dev@lists.ozlabs.org
4697 S:      Maintained
4698 F:      drivers/net/ethernet/freescale/ucc_geth*
4699
4700 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4701 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4702 L:      netdev@vger.kernel.org
4703 S:      Maintained
4704 F:      drivers/net/ethernet/freescale/gianfar*
4705 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4706 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4707
4708 FREESCALE QUICC ENGINE UCC UART DRIVER
4709 M:      Timur Tabi <timur@tabi.org>
4710 L:      linuxppc-dev@lists.ozlabs.org
4711 S:      Maintained
4712 F:      drivers/tty/serial/ucc_uart.c
4713
4714 FREESCALE SOC SOUND DRIVERS
4715 M:      Timur Tabi <timur@tabi.org>
4716 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4717 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4718 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4719 L:      linuxppc-dev@lists.ozlabs.org
4720 S:      Maintained
4721 F:      sound/soc/fsl/fsl*
4722 F:      sound/soc/fsl/imx*
4723 F:      sound/soc/fsl/mpc8610_hpcd.c
4724
4725 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4726 M:      "J. German Rivera" <German.Rivera@freescale.com>
4727 L:      linux-kernel@vger.kernel.org
4728 S:      Maintained
4729 F:      drivers/staging/fsl-mc/
4730
4731 FREEVXFS FILESYSTEM
4732 M:      Christoph Hellwig <hch@infradead.org>
4733 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4734 S:      Maintained
4735 F:      fs/freevxfs/
4736
4737 FREEZER
4738 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4739 M:      Pavel Machek <pavel@ucw.cz>
4740 L:      linux-pm@vger.kernel.org
4741 S:      Supported
4742 F:      Documentation/power/freezing-of-tasks.txt
4743 F:      include/linux/freezer.h
4744 F:      kernel/freezer.c
4745
4746 FRONTSWAP API
4747 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4748 L:      linux-kernel@vger.kernel.org
4749 S:      Maintained
4750 F:      mm/frontswap.c
4751 F:      include/linux/frontswap.h
4752
4753 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4754 M:      David Howells <dhowells@redhat.com>
4755 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
4756 S:      Supported
4757 F:      Documentation/filesystems/caching/
4758 F:      fs/fscache/
4759 F:      include/linux/fscache*.h
4760
4761 F2FS FILE SYSTEM
4762 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4763 M:      Changman Lee <cm224.lee@samsung.com>
4764 R:      Chao Yu <chao2.yu@samsung.com>
4765 L:      linux-f2fs-devel@lists.sourceforge.net
4766 W:      http://en.wikipedia.org/wiki/F2FS
4767 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4768 S:      Maintained
4769 F:      Documentation/filesystems/f2fs.txt
4770 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4771 F:      fs/f2fs/
4772 F:      include/linux/f2fs_fs.h
4773 F:      include/trace/events/f2fs.h
4774
4775 FUJITSU FR-V (FRV) PORT
4776 S:      Orphan
4777 F:      arch/frv/
4778
4779 FUJITSU LAPTOP EXTRAS
4780 M:      Jonathan Woithe <jwoithe@just42.net>
4781 L:      platform-driver-x86@vger.kernel.org
4782 S:      Maintained
4783 F:      drivers/platform/x86/fujitsu-laptop.c
4784
4785 FUJITSU M-5MO LS CAMERA ISP DRIVER
4786 M:      Kyungmin Park <kyungmin.park@samsung.com>
4787 M:      Heungjun Kim <riverful.kim@samsung.com>
4788 L:      linux-media@vger.kernel.org
4789 S:      Maintained
4790 F:      drivers/media/i2c/m5mols/
4791 F:      include/media/i2c/m5mols.h
4792
4793 FUJITSU TABLET EXTRAS
4794 M:      Robert Gerlach <khnz@gmx.de>
4795 L:      platform-driver-x86@vger.kernel.org
4796 S:      Maintained
4797 F:      drivers/platform/x86/fujitsu-tablet.c
4798
4799 FUSE: FILESYSTEM IN USERSPACE
4800 M:      Miklos Szeredi <miklos@szeredi.hu>
4801 L:      linux-fsdevel@vger.kernel.org
4802 W:      http://fuse.sourceforge.net/
4803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4804 S:      Maintained
4805 F:      fs/fuse/
4806 F:      include/uapi/linux/fuse.h
4807 F:      Documentation/filesystems/fuse.txt
4808
4809 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4810 M:      Rik Faith <faith@cs.unc.edu>
4811 L:      linux-scsi@vger.kernel.org
4812 S:      Odd Fixes (e.g., new signatures)
4813 F:      drivers/scsi/fdomain.*
4814
4815 GCOV BASED KERNEL PROFILING
4816 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4817 S:      Maintained
4818 F:      kernel/gcov/
4819 F:      Documentation/gcov.txt
4820
4821 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4822 M:      Achim Leubner <achim_leubner@adaptec.com>
4823 L:      linux-scsi@vger.kernel.org
4824 W:      http://www.icp-vortex.com/
4825 S:      Supported
4826 F:      drivers/scsi/gdt*
4827
4828 GDB KERNEL DEBUGGING HELPER SCRIPTS
4829 M:      Jan Kiszka <jan.kiszka@siemens.com>
4830 S:      Supported
4831 F:      scripts/gdb/
4832
4833 GEMTEK FM RADIO RECEIVER DRIVER
4834 M:      Hans Verkuil <hverkuil@xs4all.nl>
4835 L:      linux-media@vger.kernel.org
4836 T:      git git://linuxtv.org/media_tree.git
4837 W:      https://linuxtv.org
4838 S:      Maintained
4839 F:      drivers/media/radio/radio-gemtek*
4840
4841 GENERIC GPIO I2C DRIVER
4842 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4843 S:      Supported
4844 F:      drivers/i2c/busses/i2c-gpio.c
4845 F:      include/linux/i2c-gpio.h
4846
4847 GENERIC GPIO I2C MULTIPLEXER DRIVER
4848 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4849 L:      linux-i2c@vger.kernel.org
4850 S:      Supported
4851 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4852 F:      include/linux/i2c-mux-gpio.h
4853 F:      Documentation/i2c/muxes/i2c-mux-gpio
4854
4855 GENERIC HDLC (WAN) DRIVERS
4856 M:      Krzysztof Halasa <khc@pm.waw.pl>
4857 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4858 S:      Maintained
4859 F:      drivers/net/wan/c101.c
4860 F:      drivers/net/wan/hd6457*
4861 F:      drivers/net/wan/hdlc*
4862 F:      drivers/net/wan/n2.c
4863 F:      drivers/net/wan/pc300too.c
4864 F:      drivers/net/wan/pci200syn.c
4865 F:      drivers/net/wan/wanxl*
4866
4867 GENERIC INCLUDE/ASM HEADER FILES
4868 M:      Arnd Bergmann <arnd@arndb.de>
4869 L:      linux-arch@vger.kernel.org
4870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4871 S:      Maintained
4872 F:      include/asm-generic/
4873 F:      include/uapi/asm-generic/
4874
4875 GENERIC PHY FRAMEWORK
4876 M:      Kishon Vijay Abraham I <kishon@ti.com>
4877 L:      linux-kernel@vger.kernel.org
4878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4879 S:      Supported
4880 F:      drivers/phy/
4881 F:      include/linux/phy/
4882
4883 GENERIC PM DOMAINS
4884 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4885 M:      Kevin Hilman <khilman@kernel.org>
4886 M:      Ulf Hansson <ulf.hansson@linaro.org>
4887 L:      linux-pm@vger.kernel.org
4888 S:      Supported
4889 F:      drivers/base/power/domain*.c
4890 F:      include/linux/pm_domain.h
4891
4892 GENERIC UIO DRIVER FOR PCI DEVICES
4893 M:      "Michael S. Tsirkin" <mst@redhat.com>
4894 L:      kvm@vger.kernel.org
4895 S:      Supported
4896 F:      drivers/uio/uio_pci_generic.c
4897
4898 GET_MAINTAINER SCRIPT
4899 M:      Joe Perches <joe@perches.com>
4900 S:      Maintained
4901 F:      scripts/get_maintainer.pl
4902
4903 GFS2 FILE SYSTEM
4904 M:      Steven Whitehouse <swhiteho@redhat.com>
4905 M:      Bob Peterson <rpeterso@redhat.com>
4906 L:      cluster-devel@redhat.com
4907 W:      http://sources.redhat.com/cluster/
4908 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4909 S:      Supported
4910 F:      Documentation/filesystems/gfs2*.txt
4911 F:      fs/gfs2/
4912 F:      include/uapi/linux/gfs2_ondisk.h
4913
4914 GIGASET ISDN DRIVERS
4915 M:      Paul Bolle <pebolle@tiscali.nl>
4916 L:      gigaset307x-common@lists.sourceforge.net
4917 W:      http://gigaset307x.sourceforge.net/
4918 S:      Odd Fixes
4919 F:      Documentation/isdn/README.gigaset
4920 F:      drivers/isdn/gigaset/
4921 F:      include/uapi/linux/gigaset_dev.h
4922
4923 GO7007 MPEG CODEC
4924 M:      Hans Verkuil <hans.verkuil@cisco.com>
4925 L:      linux-media@vger.kernel.org
4926 S:      Maintained
4927 F:      drivers/media/usb/go7007/
4928
4929 GOODIX TOUCHSCREEN
4930 M:      Bastien Nocera <hadess@hadess.net>
4931 L:      linux-input@vger.kernel.org
4932 S:      Maintained
4933 F:      drivers/input/touchscreen/goodix.c
4934
4935 GPIO SUBSYSTEM
4936 M:      Linus Walleij <linus.walleij@linaro.org>
4937 M:      Alexandre Courbot <gnurou@gmail.com>
4938 L:      linux-gpio@vger.kernel.org
4939 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4940 S:      Maintained
4941 F:      Documentation/devicetree/bindings/gpio/
4942 F:      Documentation/gpio/
4943 F:      Documentation/ABI/testing/gpio-cdev
4944 F:      Documentation/ABI/obsolete/sysfs-gpio
4945 F:      drivers/gpio/
4946 F:      include/linux/gpio/
4947 F:      include/linux/gpio.h
4948 F:      include/asm-generic/gpio.h
4949 F:      include/uapi/linux/gpio.h
4950 F:      tools/gpio/
4951
4952 GRE DEMULTIPLEXER DRIVER
4953 M:      Dmitry Kozlov <xeb@mail.ru>
4954 L:      netdev@vger.kernel.org
4955 S:      Maintained
4956 F:      net/ipv4/gre_demux.c
4957 F:      net/ipv4/gre_offload.c
4958 F:      include/net/gre.h
4959
4960 GRETH 10/100/1G Ethernet MAC device driver
4961 M:      Andreas Larsson <andreas@gaisler.com>
4962 L:      netdev@vger.kernel.org
4963 S:      Maintained
4964 F:      drivers/net/ethernet/aeroflex/
4965
4966 GSPCA FINEPIX SUBDRIVER
4967 M:      Frank Zago <frank@zago.net>
4968 L:      linux-media@vger.kernel.org
4969 T:      git git://linuxtv.org/media_tree.git
4970 S:      Maintained
4971 F:      drivers/media/usb/gspca/finepix.c
4972
4973 GSPCA GL860 SUBDRIVER
4974 M:      Olivier Lorin <o.lorin@laposte.net>
4975 L:      linux-media@vger.kernel.org
4976 T:      git git://linuxtv.org/media_tree.git
4977 S:      Maintained
4978 F:      drivers/media/usb/gspca/gl860/
4979
4980 GSPCA M5602 SUBDRIVER
4981 M:      Erik Andren <erik.andren@gmail.com>
4982 L:      linux-media@vger.kernel.org
4983 T:      git git://linuxtv.org/media_tree.git
4984 S:      Maintained
4985 F:      drivers/media/usb/gspca/m5602/
4986
4987 GSPCA PAC207 SONIXB SUBDRIVER
4988 M:      Hans de Goede <hdegoede@redhat.com>
4989 L:      linux-media@vger.kernel.org
4990 T:      git git://linuxtv.org/media_tree.git
4991 S:      Maintained
4992 F:      drivers/media/usb/gspca/pac207.c
4993
4994 GSPCA SN9C20X SUBDRIVER
4995 M:      Brian Johnson <brijohn@gmail.com>
4996 L:      linux-media@vger.kernel.org
4997 T:      git git://linuxtv.org/media_tree.git
4998 S:      Maintained
4999 F:      drivers/media/usb/gspca/sn9c20x.c
5000
5001 GSPCA T613 SUBDRIVER
5002 M:      Leandro Costantino <lcostantino@gmail.com>
5003 L:      linux-media@vger.kernel.org
5004 T:      git git://linuxtv.org/media_tree.git
5005 S:      Maintained
5006 F:      drivers/media/usb/gspca/t613.c
5007
5008 GSPCA USB WEBCAM DRIVER
5009 M:      Hans de Goede <hdegoede@redhat.com>
5010 L:      linux-media@vger.kernel.org
5011 T:      git git://linuxtv.org/media_tree.git
5012 S:      Maintained
5013 F:      drivers/media/usb/gspca/
5014
5015 GUID PARTITION TABLE (GPT)
5016 M:      Davidlohr Bueso <dave@stgolabs.net>
5017 L:      linux-efi@vger.kernel.org
5018 S:      Maintained
5019 F:      block/partitions/efi.*
5020
5021 STK1160 USB VIDEO CAPTURE DRIVER
5022 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5023 L:      linux-media@vger.kernel.org
5024 T:      git git://linuxtv.org/media_tree.git
5025 S:      Maintained
5026 F:      drivers/media/usb/stk1160/
5027
5028 H8/300 ARCHITECTURE
5029 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5030 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5031 W:      http://uclinux-h8.sourceforge.jp
5032 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5033 S:      Maintained
5034 F:      arch/h8300/
5035 F:      drivers/clocksource/h8300_*.c
5036 F:      drivers/clk/h8300/
5037 F:      drivers/irqchip/irq-renesas-h8*.c
5038
5039 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5040 M:      Frank Seidel <frank@f-seidel.de>
5041 L:      platform-driver-x86@vger.kernel.org
5042 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5043 S:      Maintained
5044 F:      drivers/platform/x86/hdaps.c
5045
5046 HDPVR USB VIDEO ENCODER DRIVER
5047 M:      Hans Verkuil <hverkuil@xs4all.nl>
5048 L:      linux-media@vger.kernel.org
5049 T:      git git://linuxtv.org/media_tree.git
5050 W:      https://linuxtv.org
5051 S:      Odd Fixes
5052 F:      drivers/media/usb/hdpvr/
5053
5054 HWPOISON MEMORY FAILURE HANDLING
5055 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5056 L:      linux-mm@kvack.org
5057 S:      Maintained
5058 F:      mm/memory-failure.c
5059 F:      mm/hwpoison-inject.c
5060
5061 HYPERVISOR VIRTUAL CONSOLE DRIVER
5062 L:      linuxppc-dev@lists.ozlabs.org
5063 S:      Odd Fixes
5064 F:      drivers/tty/hvc/
5065
5066 HACKRF MEDIA DRIVER
5067 M:      Antti Palosaari <crope@iki.fi>
5068 L:      linux-media@vger.kernel.org
5069 W:      https://linuxtv.org
5070 W:      http://palosaari.fi/linux/
5071 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5072 T:      git git://linuxtv.org/anttip/media_tree.git
5073 S:      Maintained
5074 F:      drivers/media/usb/hackrf/
5075
5076 HARDWARE MONITORING
5077 M:      Jean Delvare <jdelvare@suse.com>
5078 M:      Guenter Roeck <linux@roeck-us.net>
5079 L:      linux-hwmon@vger.kernel.org
5080 W:      http://hwmon.wiki.kernel.org/
5081 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5082 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5083 S:      Maintained
5084 F:      Documentation/hwmon/
5085 F:      drivers/hwmon/
5086 F:      include/linux/hwmon*.h
5087
5088 HARDWARE RANDOM NUMBER GENERATOR CORE
5089 M:      Matt Mackall <mpm@selenic.com>
5090 M:      Herbert Xu <herbert@gondor.apana.org.au>
5091 L:      linux-crypto@vger.kernel.org
5092 S:      Odd fixes
5093 F:      Documentation/hw_random.txt
5094 F:      drivers/char/hw_random/
5095 F:      include/linux/hw_random.h
5096
5097 HARDWARE SPINLOCK CORE
5098 M:      Ohad Ben-Cohen <ohad@wizery.com>
5099 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5100 L:      linux-remoteproc@vger.kernel.org
5101 S:      Maintained
5102 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5103 F:      Documentation/hwspinlock.txt
5104 F:      drivers/hwspinlock/hwspinlock_*
5105 F:      include/linux/hwspinlock.h
5106
5107 HARMONY SOUND DRIVER
5108 L:      linux-parisc@vger.kernel.org
5109 S:      Maintained
5110 F:      sound/parisc/harmony.*
5111
5112 HD29L2 MEDIA DRIVER
5113 M:      Antti Palosaari <crope@iki.fi>
5114 L:      linux-media@vger.kernel.org
5115 W:      https://linuxtv.org
5116 W:      http://palosaari.fi/linux/
5117 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5118 T:      git git://linuxtv.org/anttip/media_tree.git
5119 S:      Maintained
5120 F:      drivers/media/dvb-frontends/hd29l2*
5121
5122 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5123 M:      Don Brace <don.brace@microsemi.com>
5124 L:      iss_storagedev@hp.com
5125 L:      esc.storagedev@microsemi.com
5126 L:      linux-scsi@vger.kernel.org
5127 S:      Supported
5128 F:      Documentation/scsi/hpsa.txt
5129 F:      drivers/scsi/hpsa*.[ch]
5130 F:      include/linux/cciss*.h
5131 F:      include/uapi/linux/cciss*.h
5132
5133 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5134 M:      Don Brace <don.brace@microsemi.com>
5135 L:      iss_storagedev@hp.com
5136 L:      esc.storagedev@microsemi.com
5137 L:      linux-scsi@vger.kernel.org
5138 S:      Supported
5139 F:      Documentation/blockdev/cciss.txt
5140 F:      drivers/block/cciss*
5141 F:      include/linux/cciss_ioctl.h
5142 F:      include/uapi/linux/cciss_ioctl.h
5143
5144 HFS FILESYSTEM
5145 L:      linux-fsdevel@vger.kernel.org
5146 S:      Orphan
5147 F:      Documentation/filesystems/hfs.txt
5148 F:      fs/hfs/
5149
5150 HFSPLUS FILESYSTEM
5151 L:      linux-fsdevel@vger.kernel.org
5152 S:      Orphan
5153 F:      Documentation/filesystems/hfsplus.txt
5154 F:      fs/hfsplus/
5155
5156 HGA FRAMEBUFFER DRIVER
5157 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5158 L:      linux-nvidia@lists.surfsouth.com
5159 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5160 S:      Maintained
5161 F:      drivers/video/fbdev/hgafb.c
5162
5163 HIBERNATION (aka Software Suspend, aka swsusp)
5164 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5165 M:      Pavel Machek <pavel@ucw.cz>
5166 L:      linux-pm@vger.kernel.org
5167 S:      Supported
5168 F:      arch/x86/power/
5169 F:      drivers/base/power/
5170 F:      kernel/power/
5171 F:      include/linux/suspend.h
5172 F:      include/linux/freezer.h
5173 F:      include/linux/pm.h
5174 F:      arch/*/include/asm/suspend*.h
5175
5176 HID CORE LAYER
5177 M:      Jiri Kosina <jikos@kernel.org>
5178 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5179 L:      linux-input@vger.kernel.org
5180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5181 S:      Maintained
5182 F:      drivers/hid/
5183 F:      include/linux/hid*
5184 F:      include/uapi/linux/hid*
5185
5186 HID SENSOR HUB DRIVERS
5187 M:      Jiri Kosina <jikos@kernel.org>
5188 M:      Jonathan Cameron <jic23@kernel.org>
5189 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5190 L:      linux-input@vger.kernel.org
5191 L:      linux-iio@vger.kernel.org
5192 S:      Maintained
5193 F:      Documentation/hid/hid-sensor*
5194 F:      drivers/hid/hid-sensor-*
5195 F:      drivers/iio/*/hid-*
5196 F:      include/linux/hid-sensor-*
5197
5198 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5199 M:      Thomas Gleixner <tglx@linutronix.de>
5200 L:      linux-kernel@vger.kernel.org
5201 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5202 S:      Maintained
5203 F:      Documentation/timers/
5204 F:      kernel/time/hrtimer.c
5205 F:      kernel/time/clockevents.c
5206 F:      kernel/time/tick*.*
5207 F:      kernel/time/timer_*.c
5208 F:      include/linux/clockchips.h
5209 F:      include/linux/hrtimer.h
5210
5211 HIGH-SPEED SCC DRIVER FOR AX.25
5212 L:      linux-hams@vger.kernel.org
5213 S:      Orphan
5214 F:      drivers/net/hamradio/dmascc.c
5215 F:      drivers/net/hamradio/scc.c
5216
5217 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5218 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5219 W:      http://www.highpoint-tech.com
5220 S:      Supported
5221 F:      Documentation/scsi/hptiop.txt
5222 F:      drivers/scsi/hptiop.c
5223
5224 HIPPI
5225 M:      Jes Sorensen <jes@trained-monkey.org>
5226 L:      linux-hippi@sunsite.dk
5227 S:      Maintained
5228 F:      include/linux/hippidevice.h
5229 F:      include/uapi/linux/if_hippi.h
5230 F:      net/802/hippi.c
5231 F:      drivers/net/hippi/
5232
5233 HISILICON SAS Controller
5234 M:      John Garry <john.garry@huawei.com>
5235 W:      http://www.hisilicon.com
5236 S:      Supported
5237 F:      drivers/scsi/hisi_sas/
5238 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5239
5240 HOST AP DRIVER
5241 M:      Jouni Malinen <j@w1.fi>
5242 L:      hostap@shmoo.com (subscribers-only)
5243 L:      linux-wireless@vger.kernel.org
5244 W:      http://hostap.epitest.fi/
5245 S:      Maintained
5246 F:      drivers/net/wireless/intersil/hostap/
5247
5248 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5249 L:      platform-driver-x86@vger.kernel.org
5250 S:      Orphan
5251 F:      drivers/platform/x86/tc1100-wmi.c
5252
5253 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5254 M:      Jaroslav Kysela <perex@perex.cz>
5255 S:      Maintained
5256 F:      drivers/net/ethernet/hp/hp100.*
5257
5258 HPET:   High Precision Event Timers driver
5259 M:      Clemens Ladisch <clemens@ladisch.de>
5260 S:      Maintained
5261 F:      Documentation/timers/hpet.txt
5262 F:      drivers/char/hpet.c
5263 F:      include/linux/hpet.h
5264 F:      include/uapi/linux/hpet.h
5265
5266 HPET:   x86
5267 S:      Orphan
5268 F:      arch/x86/kernel/hpet.c
5269 F:      arch/x86/include/asm/hpet.h
5270
5271 HPFS FILESYSTEM
5272 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5273 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5274 S:      Maintained
5275 F:      fs/hpfs/
5276
5277 HSI SUBSYSTEM
5278 M:      Sebastian Reichel <sre@kernel.org>
5279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5280 S:      Maintained
5281 F:      Documentation/ABI/testing/sysfs-bus-hsi
5282 F:      Documentation/hsi.txt
5283 F:      drivers/hsi/
5284 F:      include/linux/hsi/
5285 F:      include/uapi/linux/hsi/
5286
5287 HSO 3G MODEM DRIVER
5288 M:      Jan Dumon <j.dumon@option.com>
5289 W:      http://www.pharscape.org
5290 S:      Maintained
5291 F:      drivers/net/usb/hso.c
5292
5293 HSR NETWORK PROTOCOL
5294 M:      Arvid Brodin <arvid.brodin@alten.se>
5295 L:      netdev@vger.kernel.org
5296 S:      Maintained
5297 F:      net/hsr/
5298
5299 HTCPEN TOUCHSCREEN DRIVER
5300 M:      Pau Oliva Fora <pof@eslack.org>
5301 L:      linux-input@vger.kernel.org
5302 S:      Maintained
5303 F:      drivers/input/touchscreen/htcpen.c
5304
5305 HUGETLB FILESYSTEM
5306 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5307 S:      Maintained
5308 F:      fs/hugetlbfs/
5309
5310 Hyper-V CORE AND DRIVERS
5311 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5312 M:      Haiyang Zhang <haiyangz@microsoft.com>
5313 L:      devel@linuxdriverproject.org
5314 S:      Maintained
5315 F:      arch/x86/include/asm/mshyperv.h
5316 F:      arch/x86/include/uapi/asm/hyperv.h
5317 F:      arch/x86/kernel/cpu/mshyperv.c
5318 F:      drivers/hid/hid-hyperv.c
5319 F:      drivers/hv/
5320 F:      drivers/input/serio/hyperv-keyboard.c
5321 F:      drivers/pci/host/pci-hyperv.c
5322 F:      drivers/net/hyperv/
5323 F:      drivers/scsi/storvsc_drv.c
5324 F:      drivers/video/fbdev/hyperv_fb.c
5325 F:      include/linux/hyperv.h
5326 F:      tools/hv/
5327 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5328
5329 I2C MUXES
5330 M:      Peter Rosin <peda@axentia.se>
5331 L:      linux-i2c@vger.kernel.org
5332 S:      Maintained
5333 F:      Documentation/i2c/muxes/
5334 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5335 F:      drivers/i2c/i2c-mux.c
5336 F:      drivers/i2c/muxes/
5337 F:      include/linux/i2c-mux.h
5338
5339 I2C OVER PARALLEL PORT
5340 M:      Jean Delvare <jdelvare@suse.com>
5341 L:      linux-i2c@vger.kernel.org
5342 S:      Maintained
5343 F:      Documentation/i2c/busses/i2c-parport
5344 F:      Documentation/i2c/busses/i2c-parport-light
5345 F:      drivers/i2c/busses/i2c-parport.c
5346 F:      drivers/i2c/busses/i2c-parport-light.c
5347
5348 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5349 M:      Jean Delvare <jdelvare@suse.com>
5350 L:      linux-i2c@vger.kernel.org
5351 S:      Maintained
5352 F:      Documentation/i2c/busses/i2c-ali1535
5353 F:      Documentation/i2c/busses/i2c-ali1563
5354 F:      Documentation/i2c/busses/i2c-ali15x3
5355 F:      Documentation/i2c/busses/i2c-amd756
5356 F:      Documentation/i2c/busses/i2c-amd8111
5357 F:      Documentation/i2c/busses/i2c-i801
5358 F:      Documentation/i2c/busses/i2c-nforce2
5359 F:      Documentation/i2c/busses/i2c-piix4
5360 F:      Documentation/i2c/busses/i2c-sis5595
5361 F:      Documentation/i2c/busses/i2c-sis630
5362 F:      Documentation/i2c/busses/i2c-sis96x
5363 F:      Documentation/i2c/busses/i2c-via
5364 F:      Documentation/i2c/busses/i2c-viapro
5365 F:      drivers/i2c/busses/i2c-ali1535.c
5366 F:      drivers/i2c/busses/i2c-ali1563.c
5367 F:      drivers/i2c/busses/i2c-ali15x3.c
5368 F:      drivers/i2c/busses/i2c-amd756.c
5369 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5370 F:      drivers/i2c/busses/i2c-amd8111.c
5371 F:      drivers/i2c/busses/i2c-i801.c
5372 F:      drivers/i2c/busses/i2c-isch.c
5373 F:      drivers/i2c/busses/i2c-nforce2.c
5374 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5375 F:      drivers/i2c/busses/i2c-piix4.c
5376 F:      drivers/i2c/busses/i2c-sis5595.c
5377 F:      drivers/i2c/busses/i2c-sis630.c
5378 F:      drivers/i2c/busses/i2c-sis96x.c
5379 F:      drivers/i2c/busses/i2c-via.c
5380 F:      drivers/i2c/busses/i2c-viapro.c
5381
5382 I2C/SMBUS ISMT DRIVER
5383 M:      Seth Heasley <seth.heasley@intel.com>
5384 M:      Neil Horman <nhorman@tuxdriver.com>
5385 L:      linux-i2c@vger.kernel.org
5386 F:      drivers/i2c/busses/i2c-ismt.c
5387 F:      Documentation/i2c/busses/i2c-ismt
5388
5389 I2C/SMBUS STUB DRIVER
5390 M:      Jean Delvare <jdelvare@suse.com>
5391 L:      linux-i2c@vger.kernel.org
5392 S:      Maintained
5393 F:      drivers/i2c/i2c-stub.c
5394
5395 I2C SUBSYSTEM
5396 M:      Wolfram Sang <wsa@the-dreams.de>
5397 L:      linux-i2c@vger.kernel.org
5398 W:      https://i2c.wiki.kernel.org/
5399 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5400 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5401 S:      Maintained
5402 F:      Documentation/devicetree/bindings/i2c/
5403 F:      Documentation/i2c/
5404 F:      drivers/i2c/
5405 F:      drivers/i2c/*/
5406 F:      include/linux/i2c.h
5407 F:      include/linux/i2c-*.h
5408 F:      include/uapi/linux/i2c.h
5409 F:      include/uapi/linux/i2c-*.h
5410
5411 I2C ACPI SUPPORT
5412 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5413 L:      linux-i2c@vger.kernel.org
5414 L:      linux-acpi@vger.kernel.org
5415 S:      Maintained
5416
5417 I2C-TAOS-EVM DRIVER
5418 M:      Jean Delvare <jdelvare@suse.com>
5419 L:      linux-i2c@vger.kernel.org
5420 S:      Maintained
5421 F:      Documentation/i2c/busses/i2c-taos-evm
5422 F:      drivers/i2c/busses/i2c-taos-evm.c
5423
5424 I2C-TINY-USB DRIVER
5425 M:      Till Harbaum <till@harbaum.org>
5426 L:      linux-i2c@vger.kernel.org
5427 W:      http://www.harbaum.org/till/i2c_tiny_usb
5428 S:      Maintained
5429 F:      drivers/i2c/busses/i2c-tiny-usb.c
5430
5431 i386 BOOT CODE
5432 M:      "H. Peter Anvin" <hpa@zytor.com>
5433 S:      Maintained
5434 F:      arch/x86/boot/
5435
5436 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5437 M:      "H. Peter Anvin" <hpa@zytor.com>
5438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5439 S:      Maintained
5440
5441 IA64 (Itanium) PLATFORM
5442 M:      Tony Luck <tony.luck@intel.com>
5443 M:      Fenghua Yu <fenghua.yu@intel.com>
5444 L:      linux-ia64@vger.kernel.org
5445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5446 S:      Maintained
5447 F:      arch/ia64/
5448
5449 IBM Power VMX Cryptographic instructions
5450 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5451 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5452 L:      linux-crypto@vger.kernel.org
5453 S:      Supported
5454 F:      drivers/crypto/vmx/Makefile
5455 F:      drivers/crypto/vmx/Kconfig
5456 F:      drivers/crypto/vmx/vmx.c
5457 F:      drivers/crypto/vmx/aes*
5458 F:      drivers/crypto/vmx/ghash*
5459 F:      drivers/crypto/vmx/ppc-xlate.pl
5460
5461 IBM Power in-Nest Crypto Acceleration
5462 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5463 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5464 L:      linux-crypto@vger.kernel.org
5465 S:      Supported
5466 F:      drivers/crypto/nx/Makefile
5467 F:      drivers/crypto/nx/Kconfig
5468 F:      drivers/crypto/nx/nx-aes*
5469 F:      drivers/crypto/nx/nx-sha*
5470 F:      drivers/crypto/nx/nx.*
5471 F:      drivers/crypto/nx/nx_csbcpb.h
5472 F:      drivers/crypto/nx/nx_debugfs.h
5473
5474 IBM Power 842 compression accelerator
5475 M:      Dan Streetman <ddstreet@ieee.org>
5476 S:      Supported
5477 F:      drivers/crypto/nx/Makefile
5478 F:      drivers/crypto/nx/Kconfig
5479 F:      drivers/crypto/nx/nx-842*
5480 F:      include/linux/sw842.h
5481 F:      crypto/842.c
5482 F:      lib/842/
5483
5484 IBM Power Linux RAID adapter
5485 M:      Brian King <brking@us.ibm.com>
5486 S:      Supported
5487 F:      drivers/scsi/ipr.*
5488
5489 IBM Power Virtual Ethernet Device Driver
5490 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5491 L:      netdev@vger.kernel.org
5492 S:      Supported
5493 F:      drivers/net/ethernet/ibm/ibmveth.*
5494
5495 IBM Power SRIOV Virtual NIC Device Driver
5496 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5497 M:      John Allen <jallen@linux.vnet.ibm.com>
5498 L:      netdev@vger.kernel.org
5499 S:      Supported
5500 F:      drivers/net/ethernet/ibm/ibmvnic.*
5501
5502 IBM Power Virtual SCSI Device Drivers
5503 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5504 L:      linux-scsi@vger.kernel.org
5505 S:      Supported
5506 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5507 F:      drivers/scsi/ibmvscsi/viosrp.h
5508
5509 IBM Power Virtual FC Device Drivers
5510 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5511 L:      linux-scsi@vger.kernel.org
5512 S:      Supported
5513 F:      drivers/scsi/ibmvscsi/ibmvfc*
5514
5515 IBM ServeRAID RAID DRIVER
5516 S:      Orphan
5517 F:      drivers/scsi/ips.*
5518
5519 ICH LPC AND GPIO DRIVER
5520 M:      Peter Tyser <ptyser@xes-inc.com>
5521 S:      Maintained
5522 F:      drivers/mfd/lpc_ich.c
5523 F:      drivers/gpio/gpio-ich.c
5524
5525 IDE SUBSYSTEM
5526 M:      "David S. Miller" <davem@davemloft.net>
5527 L:      linux-ide@vger.kernel.org
5528 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5530 S:      Maintained
5531 F:      Documentation/ide/
5532 F:      drivers/ide/
5533 F:      include/linux/ide.h
5534
5535 IDEAPAD LAPTOP EXTRAS DRIVER
5536 M:      Ike Panhc <ike.pan@canonical.com>
5537 L:      platform-driver-x86@vger.kernel.org
5538 W:      http://launchpad.net/ideapad-laptop
5539 S:      Maintained
5540 F:      drivers/platform/x86/ideapad-laptop.c
5541
5542 IDEAPAD LAPTOP SLIDEBAR DRIVER
5543 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5544 L:      linux-input@vger.kernel.org
5545 W:      https://github.com/o2genum/ideapad-slidebar
5546 S:      Maintained
5547 F:      drivers/input/misc/ideapad_slidebar.c
5548
5549 IDE/ATAPI DRIVERS
5550 M:      Borislav Petkov <bp@alien8.de>
5551 L:      linux-ide@vger.kernel.org
5552 S:      Maintained
5553 F:      Documentation/cdrom/ide-cd
5554 F:      drivers/ide/ide-cd*
5555
5556 IDLE-I7300
5557 M:      Andy Henroid <andrew.d.henroid@intel.com>
5558 L:      linux-pm@vger.kernel.org
5559 S:      Supported
5560 F:      drivers/idle/i7300_idle.c
5561
5562 IEEE 802.15.4 SUBSYSTEM
5563 M:      Alexander Aring <aar@pengutronix.de>
5564 L:      linux-wpan@vger.kernel.org
5565 W:      http://wpan.cakelab.org/
5566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
5567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
5568 S:      Maintained
5569 F:      net/ieee802154/
5570 F:      net/mac802154/
5571 F:      drivers/net/ieee802154/
5572 F:      include/linux/nl802154.h
5573 F:      include/linux/ieee802154.h
5574 F:      include/net/nl802154.h
5575 F:      include/net/mac802154.h
5576 F:      include/net/af_ieee802154.h
5577 F:      include/net/cfg802154.h
5578 F:      include/net/ieee802154_netdev.h
5579 F:      Documentation/networking/ieee802154.txt
5580
5581 IGORPLUG-USB IR RECEIVER
5582 M:      Sean Young <sean@mess.org>
5583 L:      linux-media@vger.kernel.org
5584 S:      Maintained
5585 F:      drivers/media/rc/igorplugusb.c
5586
5587 IGUANAWORKS USB IR TRANSCEIVER
5588 M:      Sean Young <sean@mess.org>
5589 L:      linux-media@vger.kernel.org
5590 S:      Maintained
5591 F:      drivers/media/rc/iguanair.c
5592
5593 IIO SUBSYSTEM AND DRIVERS
5594 M:      Jonathan Cameron <jic23@kernel.org>
5595 R:      Hartmut Knaack <knaack.h@gmx.de>
5596 R:      Lars-Peter Clausen <lars@metafoo.de>
5597 R:      Peter Meerwald <pmeerw@pmeerw.net>
5598 L:      linux-iio@vger.kernel.org
5599 S:      Maintained
5600 F:      drivers/iio/
5601 F:      drivers/staging/iio/
5602 F:      include/linux/iio/
5603 F:      tools/iio/
5604
5605 IKANOS/ADI EAGLE ADSL USB DRIVER
5606 M:      Matthieu Castet <castet.matthieu@free.fr>
5607 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5608 S:      Maintained
5609 F:      drivers/usb/atm/ueagle-atm.c
5610
5611 INA209 HARDWARE MONITOR DRIVER
5612 M:      Guenter Roeck <linux@roeck-us.net>
5613 L:      linux-hwmon@vger.kernel.org
5614 S:      Maintained
5615 F:      Documentation/hwmon/ina209
5616 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5617 F:      drivers/hwmon/ina209.c
5618
5619 INA2XX HARDWARE MONITOR DRIVER
5620 M:      Guenter Roeck <linux@roeck-us.net>
5621 L:      linux-hwmon@vger.kernel.org
5622 S:      Maintained
5623 F:      Documentation/hwmon/ina2xx
5624 F:      drivers/hwmon/ina2xx.c
5625 F:      include/linux/platform_data/ina2xx.h
5626
5627 INDUSTRY PACK SUBSYSTEM (IPACK)
5628 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5629 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5630 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5631 L:      industrypack-devel@lists.sourceforge.net
5632 W:      http://industrypack.sourceforge.net
5633 S:      Maintained
5634 F:      drivers/ipack/
5635
5636 INGENIC JZ4780 DMA Driver
5637 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5638 S:      Maintained
5639 F:      drivers/dma/dma-jz4780.c
5640
5641 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5642 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5643 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5644 L:      linux-ima-devel@lists.sourceforge.net
5645 L:      linux-ima-user@lists.sourceforge.net
5646 L:      linux-security-module@vger.kernel.org
5647 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5648 S:      Supported
5649 F:      security/integrity/ima/
5650
5651 IMGTEC IR DECODER DRIVER
5652 M:      James Hogan <james.hogan@imgtec.com>
5653 S:      Maintained
5654 F:      drivers/media/rc/img-ir/
5655
5656 IMS TWINTURBO FRAMEBUFFER DRIVER
5657 L:      linux-fbdev@vger.kernel.org
5658 S:      Orphan
5659 F:      drivers/video/fbdev/imsttfb.c
5660
5661 INFINIBAND SUBSYSTEM
5662 M:      Doug Ledford <dledford@redhat.com>
5663 M:      Sean Hefty <sean.hefty@intel.com>
5664 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5665 L:      linux-rdma@vger.kernel.org
5666 W:      http://www.openfabrics.org/
5667 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5668 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5669 S:      Supported
5670 F:      Documentation/infiniband/
5671 F:      drivers/infiniband/
5672 F:      drivers/staging/rdma/
5673 F:      include/uapi/linux/if_infiniband.h
5674 F:      include/uapi/rdma/
5675 F:      include/rdma/
5676
5677 INOTIFY
5678 M:      John McCutchan <john@johnmccutchan.com>
5679 M:      Robert Love <rlove@rlove.org>
5680 M:      Eric Paris <eparis@parisplace.org>
5681 S:      Maintained
5682 F:      Documentation/filesystems/inotify.txt
5683 F:      fs/notify/inotify/
5684 F:      include/linux/inotify.h
5685 F:      include/uapi/linux/inotify.h
5686
5687 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5688 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5689 L:      linux-input@vger.kernel.org
5690 Q:      http://patchwork.kernel.org/project/linux-input/list/
5691 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5692 S:      Maintained
5693 F:      drivers/input/
5694 F:      include/linux/input.h
5695 F:      include/uapi/linux/input.h
5696 F:      include/linux/input/
5697 F:      Documentation/devicetree/bindings/input/
5698
5699 INPUT MULTITOUCH (MT) PROTOCOL
5700 M:      Henrik Rydberg <rydberg@bitmath.org>
5701 L:      linux-input@vger.kernel.org
5702 S:      Odd fixes
5703 F:      Documentation/input/multi-touch-protocol.txt
5704 F:      drivers/input/input-mt.c
5705 K:      \b(ABS|SYN)_MT_
5706
5707 INTEL ASoC BDW/HSW DRIVERS
5708 M:      Jie Yang <yang.jie@linux.intel.com>
5709 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5710 S:      Supported
5711 F:      sound/soc/intel/common/sst-dsp*
5712 F:      sound/soc/intel/common/sst-firmware.c
5713 F:      sound/soc/intel/boards/broadwell.c
5714 F:      sound/soc/intel/haswell/
5715
5716 INTEL C600 SERIES SAS CONTROLLER DRIVER
5717 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5718 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5719 L:      linux-scsi@vger.kernel.org
5720 T:      git git://git.code.sf.net/p/intel-sas/isci
5721 S:      Supported
5722 F:      drivers/scsi/isci/
5723
5724 INTEL HID EVENT DRIVER
5725 M:      Alex Hung <alex.hung@canonical.com>
5726 L:      platform-driver-x86@vger.kernel.org
5727 S:      Maintained
5728 F:      drivers/platform/x86/intel-hid.c
5729
5730 INTEL IDLE DRIVER
5731 M:      Len Brown <lenb@kernel.org>
5732 L:      linux-pm@vger.kernel.org
5733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5734 S:      Supported
5735 F:      drivers/idle/intel_idle.c
5736
5737 INTEL PSTATE DRIVER
5738 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5739 M:      Len Brown <lenb@kernel.org>
5740 L:      linux-pm@vger.kernel.org
5741 S:      Supported
5742 F:      drivers/cpufreq/intel_pstate.c
5743
5744 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5745 M:      Maik Broemme <mbroemme@plusserver.de>
5746 L:      linux-fbdev@vger.kernel.org
5747 S:      Maintained
5748 F:      Documentation/fb/intelfb.txt
5749 F:      drivers/video/fbdev/intelfb/
5750
5751 INTEL 810/815 FRAMEBUFFER DRIVER
5752 M:      Antonino Daplas <adaplas@gmail.com>
5753 L:      linux-fbdev@vger.kernel.org
5754 S:      Maintained
5755 F:      drivers/video/fbdev/i810/
5756
5757 INTEL MENLOW THERMAL DRIVER
5758 M:      Sujith Thomas <sujith.thomas@intel.com>
5759 L:      platform-driver-x86@vger.kernel.org
5760 W:      https://01.org/linux-acpi
5761 S:      Supported
5762 F:      drivers/platform/x86/intel_menlow.c
5763
5764 INTEL I/OAT DMA DRIVER
5765 M:      Dave Jiang <dave.jiang@intel.com>
5766 R:      Dan Williams <dan.j.williams@intel.com>
5767 L:      dmaengine@vger.kernel.org
5768 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5769 S:      Supported
5770 F:      drivers/dma/ioat*
5771
5772 INTEL IOMMU (VT-d)
5773 M:      David Woodhouse <dwmw2@infradead.org>
5774 L:      iommu@lists.linux-foundation.org
5775 T:      git git://git.infradead.org/iommu-2.6.git
5776 S:      Supported
5777 F:      drivers/iommu/intel-iommu.c
5778 F:      include/linux/intel-iommu.h
5779
5780 INTEL IOP-ADMA DMA DRIVER
5781 R:      Dan Williams <dan.j.williams@intel.com>
5782 S:      Odd fixes
5783 F:      drivers/dma/iop-adma.c
5784
5785 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5786 M:      Krzysztof Halasa <khalasa@piap.pl>
5787 S:      Maintained
5788 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5789 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5790 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5791 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5792 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5793 F:      drivers/net/wan/ixp4xx_hss.c
5794
5795 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5796 M:      Deepak Saxena <dsaxena@plexity.net>
5797 S:      Maintained
5798 F:      drivers/char/hw_random/ixp4xx-rng.c
5799
5800 INTEL ETHERNET DRIVERS
5801 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5802 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
5803 W:      http://www.intel.com/support/feedback.htm
5804 W:      http://e1000.sourceforge.net/
5805 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5806 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5808 S:      Supported
5809 F:      Documentation/networking/e100.txt
5810 F:      Documentation/networking/e1000.txt
5811 F:      Documentation/networking/e1000e.txt
5812 F:      Documentation/networking/igb.txt
5813 F:      Documentation/networking/igbvf.txt
5814 F:      Documentation/networking/ixgb.txt
5815 F:      Documentation/networking/ixgbe.txt
5816 F:      Documentation/networking/ixgbevf.txt
5817 F:      Documentation/networking/i40e.txt
5818 F:      Documentation/networking/i40evf.txt
5819 F:      drivers/net/ethernet/intel/
5820 F:      drivers/net/ethernet/intel/*/
5821
5822 INTEL RDMA RNIC DRIVER
5823 M:     Faisal Latif <faisal.latif@intel.com>
5824 R:     Chien Tin Tung <chien.tin.tung@intel.com>
5825 R:     Mustafa Ismail <mustafa.ismail@intel.com>
5826 R:     Shiraz Saleem <shiraz.saleem@intel.com>
5827 R:     Tatyana Nikolova <tatyana.e.nikolova@intel.com>
5828 L:     linux-rdma@vger.kernel.org
5829 S:     Supported
5830 F:     drivers/infiniband/hw/i40iw/
5831
5832 INTEL-MID GPIO DRIVER
5833 M:      David Cohen <david.a.cohen@linux.intel.com>
5834 L:      linux-gpio@vger.kernel.org
5835 S:      Maintained
5836 F:      drivers/gpio/gpio-intel-mid.c
5837
5838 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5839 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5840 L:      linux-wireless@vger.kernel.org
5841 S:      Maintained
5842 F:      Documentation/networking/README.ipw2100
5843 F:      Documentation/networking/README.ipw2200
5844 F:      drivers/net/wireless/intel/ipw2x00/
5845
5846 INTEL(R) TRACE HUB
5847 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
5848 S:      Supported
5849 F:      Documentation/trace/intel_th.txt
5850 F:      drivers/hwtracing/intel_th/
5851
5852 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5853 M:      Ning Sun <ning.sun@intel.com>
5854 L:      tboot-devel@lists.sourceforge.net
5855 W:      http://tboot.sourceforge.net
5856 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5857 S:      Supported
5858 F:      Documentation/intel_txt.txt
5859 F:      include/linux/tboot.h
5860 F:      arch/x86/kernel/tboot.c
5861
5862 INTEL WIRELESS WIMAX CONNECTION 2400
5863 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5864 M:      linux-wimax@intel.com
5865 L:      wimax@linuxwimax.org (subscribers-only)
5866 S:      Supported
5867 W:      http://linuxwimax.org
5868 F:      Documentation/wimax/README.i2400m
5869 F:      drivers/net/wimax/i2400m/
5870 F:      include/uapi/linux/wimax/i2400m.h
5871
5872 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5873 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5874 L:      linux-wireless@vger.kernel.org
5875 S:      Supported
5876 F:      drivers/net/wireless/intel/iwlegacy/
5877
5878 INTEL WIRELESS WIFI LINK (iwlwifi)
5879 M:      Johannes Berg <johannes.berg@intel.com>
5880 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5881 M:      Intel Linux Wireless <linuxwifi@intel.com>
5882 L:      linux-wireless@vger.kernel.org
5883 W:      http://intellinuxwireless.org
5884 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5885 S:      Supported
5886 F:      drivers/net/wireless/intel/iwlwifi/
5887
5888 INTEL MANAGEMENT ENGINE (mei)
5889 M:      Tomas Winkler <tomas.winkler@intel.com>
5890 L:      linux-kernel@vger.kernel.org
5891 S:      Supported
5892 F:      include/uapi/linux/mei.h
5893 F:      include/linux/mei_cl_bus.h
5894 F:      drivers/misc/mei/*
5895 F:      drivers/watchdog/mei_wdt.c
5896 F:      Documentation/misc-devices/mei/*
5897
5898 INTEL MIC DRIVERS (mic)
5899 M:      Sudeep Dutt <sudeep.dutt@intel.com>
5900 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
5901 S:      Supported
5902 W:      https://github.com/sudeepdutt/mic
5903 W:      http://software.intel.com/en-us/mic-developer
5904 F:      include/linux/mic_bus.h
5905 F:      include/linux/scif.h
5906 F:      include/uapi/linux/mic_common.h
5907 F:      include/uapi/linux/mic_ioctl.h
5908 F:      include/uapi/linux/scif_ioctl.h
5909 F:      drivers/misc/mic/
5910 F:      drivers/dma/mic_x100_dma.c
5911 F:      drivers/dma/mic_x100_dma.h
5912 F:      Documentation/mic/
5913
5914 INTEL PMC/P-Unit IPC DRIVER
5915 M:      Zha Qipeng<qipeng.zha@intel.com>
5916 L:      platform-driver-x86@vger.kernel.org
5917 S:      Maintained
5918 F:      drivers/platform/x86/intel_pmc_ipc.c
5919 F:      drivers/platform/x86/intel_punit_ipc.c
5920 F:      arch/x86/include/asm/intel_pmc_ipc.h
5921 F:      arch/x86/include/asm/intel_punit_ipc.h
5922
5923 INTEL TELEMETRY DRIVER
5924 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
5925 L:      platform-driver-x86@vger.kernel.org
5926 S:      Maintained
5927 F:      arch/x86/include/asm/intel_telemetry.h
5928 F:      drivers/platform/x86/intel_telemetry*
5929
5930 IOC3 ETHERNET DRIVER
5931 M:      Ralf Baechle <ralf@linux-mips.org>
5932 L:      linux-mips@linux-mips.org
5933 S:      Maintained
5934 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5935
5936 IOC3 SERIAL DRIVER
5937 M:      Pat Gefre <pfg@sgi.com>
5938 L:      linux-serial@vger.kernel.org
5939 S:      Maintained
5940 F:      drivers/tty/serial/ioc3_serial.c
5941
5942 IOMMU DRIVERS
5943 M:      Joerg Roedel <joro@8bytes.org>
5944 L:      iommu@lists.linux-foundation.org
5945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5946 S:      Maintained
5947 F:      drivers/iommu/
5948
5949 IP MASQUERADING
5950 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5951 S:      Maintained
5952 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5953
5954 IPMI SUBSYSTEM
5955 M:      Corey Minyard <minyard@acm.org>
5956 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5957 W:      http://openipmi.sourceforge.net/
5958 S:      Supported
5959 F:      Documentation/IPMI.txt
5960 F:      drivers/char/ipmi/
5961 F:      include/linux/ipmi*
5962 F:      include/uapi/linux/ipmi*
5963
5964 QCOM AUDIO (ASoC) DRIVERS
5965 M:      Patrick Lai <plai@codeaurora.org>
5966 M:      Banajit Goswami <bgoswami@codeaurora.org>
5967 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5968 S:      Supported
5969 F:      sound/soc/qcom/
5970
5971 IPS SCSI RAID DRIVER
5972 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5973 L:      linux-scsi@vger.kernel.org
5974 W:      http://www.adaptec.com/
5975 S:      Maintained
5976 F:      drivers/scsi/ips*
5977
5978 IPVS
5979 M:      Wensong Zhang <wensong@linux-vs.org>
5980 M:      Simon Horman <horms@verge.net.au>
5981 M:      Julian Anastasov <ja@ssi.bg>
5982 L:      netdev@vger.kernel.org
5983 L:      lvs-devel@vger.kernel.org
5984 S:      Maintained
5985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
5986 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
5987 F:      Documentation/networking/ipvs-sysctl.txt
5988 F:      include/net/ip_vs.h
5989 F:      include/uapi/linux/ip_vs.h
5990 F:      net/netfilter/ipvs/
5991
5992 IPWIRELESS DRIVER
5993 M:      Jiri Kosina <jikos@kernel.org>
5994 M:      David Sterba <dsterba@suse.com>
5995 S:      Odd Fixes
5996 F:      drivers/tty/ipwireless/
5997
5998 IPX NETWORK LAYER
5999 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6000 L:      netdev@vger.kernel.org
6001 S:      Maintained
6002 F:      include/net/ipx.h
6003 F:      include/uapi/linux/ipx.h
6004 F:      net/ipx/
6005
6006 IRDA SUBSYSTEM
6007 M:      Samuel Ortiz <samuel@sortiz.org>
6008 L:      irda-users@lists.sourceforge.net (subscribers-only)
6009 L:      netdev@vger.kernel.org
6010 W:      http://irda.sourceforge.net/
6011 S:      Maintained
6012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6013 F:      Documentation/networking/irda.txt
6014 F:      drivers/net/irda/
6015 F:      include/net/irda/
6016 F:      net/irda/
6017
6018 IRQ SUBSYSTEM
6019 M:      Thomas Gleixner <tglx@linutronix.de>
6020 L:      linux-kernel@vger.kernel.org
6021 S:      Maintained
6022 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6023 F:      kernel/irq/
6024
6025 IRQCHIP DRIVERS
6026 M:      Thomas Gleixner <tglx@linutronix.de>
6027 M:      Jason Cooper <jason@lakedaemon.net>
6028 M:      Marc Zyngier <marc.zyngier@arm.com>
6029 L:      linux-kernel@vger.kernel.org
6030 S:      Maintained
6031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6032 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6033 F:      Documentation/devicetree/bindings/interrupt-controller/
6034 F:      drivers/irqchip/
6035
6036 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6037 M:      Jiang Liu <jiang.liu@linux.intel.com>
6038 M:      Marc Zyngier <marc.zyngier@arm.com>
6039 S:      Maintained
6040 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6041 F:      Documentation/IRQ-domain.txt
6042 F:      include/linux/irqdomain.h
6043 F:      kernel/irq/irqdomain.c
6044 F:      kernel/irq/msi.c
6045
6046 ISAPNP
6047 M:      Jaroslav Kysela <perex@perex.cz>
6048 S:      Maintained
6049 F:      Documentation/isapnp.txt
6050 F:      drivers/pnp/isapnp/
6051 F:      include/linux/isapnp.h
6052
6053 ISA RADIO MODULE
6054 M:      Hans Verkuil <hverkuil@xs4all.nl>
6055 L:      linux-media@vger.kernel.org
6056 T:      git git://linuxtv.org/media_tree.git
6057 W:      https://linuxtv.org
6058 S:      Maintained
6059 F:      drivers/media/radio/radio-isa*
6060
6061 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6062 M:      Peter Jones <pjones@redhat.com>
6063 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6064 S:      Maintained
6065 F:      drivers/firmware/iscsi_ibft*
6066
6067 ISCSI
6068 M:      Mike Christie <michaelc@cs.wisc.edu>
6069 L:      open-iscsi@googlegroups.com
6070 W:      www.open-iscsi.org
6071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6072 S:      Maintained
6073 F:      drivers/scsi/*iscsi*
6074 F:      include/scsi/*iscsi*
6075
6076 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6077 M:      Or Gerlitz <ogerlitz@mellanox.com>
6078 M:      Sagi Grimberg <sagi@grimberg.me>
6079 M:      Roi Dayan <roid@mellanox.com>
6080 L:      linux-rdma@vger.kernel.org
6081 S:      Supported
6082 W:      http://www.openfabrics.org
6083 W:      www.open-iscsi.org
6084 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6085 F:      drivers/infiniband/ulp/iser/
6086
6087 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6088 M:      Sagi Grimberg <sagi@grimberg.me>
6089 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6090 L:      linux-rdma@vger.kernel.org
6091 L:      target-devel@vger.kernel.org
6092 S:      Supported
6093 W:      http://www.linux-iscsi.org
6094 F:      drivers/infiniband/ulp/isert
6095
6096 ISDN SUBSYSTEM
6097 M:      Karsten Keil <isdn@linux-pingi.de>
6098 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6099 L:      netdev@vger.kernel.org
6100 W:      http://www.isdn4linux.de
6101 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6102 S:      Maintained
6103 F:      Documentation/isdn/
6104 F:      drivers/isdn/
6105 F:      include/linux/isdn.h
6106 F:      include/linux/isdn/
6107 F:      include/uapi/linux/isdn.h
6108 F:      include/uapi/linux/isdn/
6109
6110 ISDN SUBSYSTEM (Eicon active card driver)
6111 M:      Armin Schindler <mac@melware.de>
6112 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6113 W:      http://www.melware.de
6114 S:      Maintained
6115 F:      drivers/isdn/hardware/eicon/
6116
6117 IT87 HARDWARE MONITORING DRIVER
6118 M:      Jean Delvare <jdelvare@suse.com>
6119 L:      linux-hwmon@vger.kernel.org
6120 S:      Maintained
6121 F:      Documentation/hwmon/it87
6122 F:      drivers/hwmon/it87.c
6123
6124 IT913X MEDIA DRIVER
6125 M:      Antti Palosaari <crope@iki.fi>
6126 L:      linux-media@vger.kernel.org
6127 W:      https://linuxtv.org
6128 W:      http://palosaari.fi/linux/
6129 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6130 T:      git git://linuxtv.org/anttip/media_tree.git
6131 S:      Maintained
6132 F:      drivers/media/tuners/it913x*
6133
6134 IVTV VIDEO4LINUX DRIVER
6135 M:      Andy Walls <awalls@md.metrocast.net>
6136 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6137 L:      linux-media@vger.kernel.org
6138 T:      git git://linuxtv.org/media_tree.git
6139 W:      http://www.ivtvdriver.org
6140 S:      Maintained
6141 F:      Documentation/video4linux/*.ivtv
6142 F:      drivers/media/pci/ivtv/
6143 F:      include/uapi/linux/ivtv*
6144
6145 IX2505V MEDIA DRIVER
6146 M:      Malcolm Priestley <tvboxspy@gmail.com>
6147 L:      linux-media@vger.kernel.org
6148 W:      https://linuxtv.org
6149 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6150 S:      Maintained
6151 F:      drivers/media/dvb-frontends/ix2505v*
6152
6153 JC42.4 TEMPERATURE SENSOR DRIVER
6154 M:      Guenter Roeck <linux@roeck-us.net>
6155 L:      linux-hwmon@vger.kernel.org
6156 S:      Maintained
6157 F:      drivers/hwmon/jc42.c
6158 F:      Documentation/hwmon/jc42
6159
6160 JFS FILESYSTEM
6161 M:      Dave Kleikamp <shaggy@kernel.org>
6162 L:      jfs-discussion@lists.sourceforge.net
6163 W:      http://jfs.sourceforge.net/
6164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6165 S:      Maintained
6166 F:      Documentation/filesystems/jfs.txt
6167 F:      fs/jfs/
6168
6169 JME NETWORK DRIVER
6170 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6171 L:      netdev@vger.kernel.org
6172 S:      Maintained
6173 F:      drivers/net/ethernet/jme.*
6174
6175 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6176 M:      David Woodhouse <dwmw2@infradead.org>
6177 L:      linux-mtd@lists.infradead.org
6178 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6179 S:      Maintained
6180 F:      fs/jffs2/
6181 F:      include/uapi/linux/jffs2.h
6182
6183 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6184 M:      "Theodore Ts'o" <tytso@mit.edu>
6185 M:      Jan Kara <jack@suse.com>
6186 L:      linux-ext4@vger.kernel.org
6187 S:      Maintained
6188 F:      fs/jbd2/
6189 F:      include/linux/jbd2.h
6190
6191 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6192 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6193 L:      linux-media@vger.kernel.org
6194 S:      Maintained
6195 F:      drivers/media/platform/rcar_jpu.c
6196
6197 JSM Neo PCI based serial card
6198 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6199 L:      linux-serial@vger.kernel.org
6200 S:      Maintained
6201 F:      drivers/tty/serial/jsm/
6202
6203 K10TEMP HARDWARE MONITORING DRIVER
6204 M:      Clemens Ladisch <clemens@ladisch.de>
6205 L:      linux-hwmon@vger.kernel.org
6206 S:      Maintained
6207 F:      Documentation/hwmon/k10temp
6208 F:      drivers/hwmon/k10temp.c
6209
6210 K8TEMP HARDWARE MONITORING DRIVER
6211 M:      Rudolf Marek <r.marek@assembler.cz>
6212 L:      linux-hwmon@vger.kernel.org
6213 S:      Maintained
6214 F:      Documentation/hwmon/k8temp
6215 F:      drivers/hwmon/k8temp.c
6216
6217 KASAN
6218 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6219 R:      Alexander Potapenko <glider@google.com>
6220 R:      Dmitry Vyukov <dvyukov@google.com>
6221 L:      kasan-dev@googlegroups.com
6222 S:      Maintained
6223 F:      arch/*/include/asm/kasan.h
6224 F:      arch/*/mm/kasan_init*
6225 F:      Documentation/kasan.txt
6226 F:      include/linux/kasan.h
6227 F:      lib/test_kasan.c
6228 F:      mm/kasan/
6229 F:      scripts/Makefile.kasan
6230
6231 KCONFIG
6232 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6233 L:      linux-kbuild@vger.kernel.org
6234 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6235 S:      Maintained
6236 F:      Documentation/kbuild/kconfig-language.txt
6237 F:      scripts/kconfig/
6238
6239 KDUMP
6240 M:      Vivek Goyal <vgoyal@redhat.com>
6241 M:      Haren Myneni <hbabu@us.ibm.com>
6242 L:      kexec@lists.infradead.org
6243 W:      http://lse.sourceforge.net/kdump/
6244 S:      Maintained
6245 F:      Documentation/kdump/
6246
6247 KEENE FM RADIO TRANSMITTER DRIVER
6248 M:      Hans Verkuil <hverkuil@xs4all.nl>
6249 L:      linux-media@vger.kernel.org
6250 T:      git git://linuxtv.org/media_tree.git
6251 W:      https://linuxtv.org
6252 S:      Maintained
6253 F:      drivers/media/radio/radio-keene*
6254
6255 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6256 M:      Ian Kent <raven@themaw.net>
6257 L:      autofs@vger.kernel.org
6258 S:      Maintained
6259 F:      fs/autofs4/
6260
6261 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6262 M:      Michal Marek <mmarek@suse.com>
6263 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6264 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6265 L:      linux-kbuild@vger.kernel.org
6266 S:      Maintained
6267 F:      Documentation/kbuild/
6268 F:      Makefile
6269 F:      scripts/Makefile.*
6270 F:      scripts/basic/
6271 F:      scripts/mk*
6272 F:      scripts/package/
6273
6274 KERNEL JANITORS
6275 L:      kernel-janitors@vger.kernel.org
6276 W:      http://kernelnewbies.org/KernelJanitors
6277 S:      Odd Fixes
6278
6279 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6280 M:      "J. Bruce Fields" <bfields@fieldses.org>
6281 M:      Jeff Layton <jlayton@poochiereds.net>
6282 L:      linux-nfs@vger.kernel.org
6283 W:      http://nfs.sourceforge.net/
6284 T:      git git://linux-nfs.org/~bfields/linux.git
6285 S:      Supported
6286 F:      fs/nfsd/
6287 F:      include/uapi/linux/nfsd/
6288 F:      fs/lockd/
6289 F:      fs/nfs_common/
6290 F:      net/sunrpc/
6291 F:      include/linux/lockd/
6292 F:      include/linux/sunrpc/
6293 F:      include/uapi/linux/sunrpc/
6294
6295 KERNEL SELFTEST FRAMEWORK
6296 M:      Shuah Khan <shuahkh@osg.samsung.com>
6297 L:      linux-kselftest@vger.kernel.org
6298 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6299 S:      Maintained
6300 F:      tools/testing/selftests
6301
6302 KERNEL VIRTUAL MACHINE (KVM)
6303 M:      Paolo Bonzini <pbonzini@redhat.com>
6304 M:      Radim Krčmář <rkrcmar@redhat.com>
6305 L:      kvm@vger.kernel.org
6306 W:      http://www.linux-kvm.org
6307 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6308 S:      Supported
6309 F:      Documentation/*/kvm*.txt
6310 F:      Documentation/virtual/kvm/
6311 F:      arch/*/kvm/
6312 F:      arch/x86/kernel/kvm.c
6313 F:      arch/x86/kernel/kvmclock.c
6314 F:      arch/*/include/asm/kvm*
6315 F:      include/linux/kvm*
6316 F:      include/uapi/linux/kvm*
6317 F:      virt/kvm/
6318
6319 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6320 M:      Joerg Roedel <joro@8bytes.org>
6321 L:      kvm@vger.kernel.org
6322 W:      http://www.linux-kvm.org/
6323 S:      Maintained
6324 F:      arch/x86/include/asm/svm.h
6325 F:      arch/x86/kvm/svm.c
6326
6327 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6328 M:      Alexander Graf <agraf@suse.com>
6329 L:      kvm-ppc@vger.kernel.org
6330 W:      http://www.linux-kvm.org/
6331 T:      git git://github.com/agraf/linux-2.6.git
6332 S:      Supported
6333 F:      arch/powerpc/include/asm/kvm*
6334 F:      arch/powerpc/kvm/
6335
6336 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6337 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6338 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6339 L:      linux-s390@vger.kernel.org
6340 W:      http://www.ibm.com/developerworks/linux/linux390/
6341 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6342 S:      Supported
6343 F:      Documentation/s390/kvm.txt
6344 F:      arch/s390/include/asm/kvm*
6345 F:      arch/s390/kvm/
6346
6347 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6348 M:      Christoffer Dall <christoffer.dall@linaro.org>
6349 M:      Marc Zyngier <marc.zyngier@arm.com>
6350 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6351 L:      kvmarm@lists.cs.columbia.edu
6352 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6353 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6354 S:      Supported
6355 F:      arch/arm/include/uapi/asm/kvm*
6356 F:      arch/arm/include/asm/kvm*
6357 F:      arch/arm/kvm/
6358 F:      virt/kvm/arm/
6359 F:      include/kvm/arm_*
6360
6361 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6362 M:      Christoffer Dall <christoffer.dall@linaro.org>
6363 M:      Marc Zyngier <marc.zyngier@arm.com>
6364 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6365 L:      kvmarm@lists.cs.columbia.edu
6366 S:      Maintained
6367 F:      arch/arm64/include/uapi/asm/kvm*
6368 F:      arch/arm64/include/asm/kvm*
6369 F:      arch/arm64/kvm/
6370
6371 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6372 M:      James Hogan <james.hogan@imgtec.com>
6373 L:      linux-mips@linux-mips.org
6374 S:      Supported
6375 F:      arch/mips/include/uapi/asm/kvm*
6376 F:      arch/mips/include/asm/kvm*
6377 F:      arch/mips/kvm/
6378
6379 KEXEC
6380 M:      Eric Biederman <ebiederm@xmission.com>
6381 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6382 L:      kexec@lists.infradead.org
6383 S:      Maintained
6384 F:      include/linux/kexec.h
6385 F:      include/uapi/linux/kexec.h
6386 F:      kernel/kexec.c
6387
6388 KEYS/KEYRINGS:
6389 M:      David Howells <dhowells@redhat.com>
6390 L:      keyrings@vger.kernel.org
6391 S:      Maintained
6392 F:      Documentation/security/keys.txt
6393 F:      include/linux/key.h
6394 F:      include/linux/key-type.h
6395 F:      include/keys/
6396 F:      security/keys/
6397
6398 KEYS-TRUSTED
6399 M:      David Safford <safford@us.ibm.com>
6400 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6401 L:      linux-security-module@vger.kernel.org
6402 L:      keyrings@vger.kernel.org
6403 S:      Supported
6404 F:      Documentation/security/keys-trusted-encrypted.txt
6405 F:      include/keys/trusted-type.h
6406 F:      security/keys/trusted.c
6407 F:      security/keys/trusted.h
6408
6409 KEYS-ENCRYPTED
6410 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6411 M:      David Safford <safford@us.ibm.com>
6412 L:      linux-security-module@vger.kernel.org
6413 L:      keyrings@vger.kernel.org
6414 S:      Supported
6415 F:      Documentation/security/keys-trusted-encrypted.txt
6416 F:      include/keys/encrypted-type.h
6417 F:      security/keys/encrypted-keys/
6418
6419 KGDB / KDB /debug_core
6420 M:      Jason Wessel <jason.wessel@windriver.com>
6421 W:      http://kgdb.wiki.kernel.org/
6422 L:      kgdb-bugreport@lists.sourceforge.net
6423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6424 S:      Maintained
6425 F:      Documentation/DocBook/kgdb.tmpl
6426 F:      drivers/misc/kgdbts.c
6427 F:      drivers/tty/serial/kgdboc.c
6428 F:      include/linux/kdb.h
6429 F:      include/linux/kgdb.h
6430 F:      kernel/debug/
6431
6432 KMEMCHECK
6433 M:      Vegard Nossum <vegardno@ifi.uio.no>
6434 M:      Pekka Enberg <penberg@kernel.org>
6435 S:      Maintained
6436 F:      Documentation/kmemcheck.txt
6437 F:      arch/x86/include/asm/kmemcheck.h
6438 F:      arch/x86/mm/kmemcheck/
6439 F:      include/linux/kmemcheck.h
6440 F:      mm/kmemcheck.c
6441
6442 KMEMLEAK
6443 M:      Catalin Marinas <catalin.marinas@arm.com>
6444 S:      Maintained
6445 F:      Documentation/kmemleak.txt
6446 F:      include/linux/kmemleak.h
6447 F:      mm/kmemleak.c
6448 F:      mm/kmemleak-test.c
6449
6450 KPROBES
6451 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
6452 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6453 M:      "David S. Miller" <davem@davemloft.net>
6454 M:      Masami Hiramatsu <mhiramat@kernel.org>
6455 S:      Maintained
6456 F:      Documentation/kprobes.txt
6457 F:      include/linux/kprobes.h
6458 F:      kernel/kprobes.c
6459
6460 KS0108 LCD CONTROLLER DRIVER
6461 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6462 W:      http://miguelojeda.es/auxdisplay.htm
6463 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6464 S:      Maintained
6465 F:      Documentation/auxdisplay/ks0108
6466 F:      drivers/auxdisplay/ks0108.c
6467 F:      include/linux/ks0108.h
6468
6469 L3MDEV
6470 M:      David Ahern <dsa@cumulusnetworks.com>
6471 L:      netdev@vger.kernel.org
6472 S:      Maintained
6473 F:      net/l3mdev
6474 F:      include/net/l3mdev.h
6475
6476 LANTIQ MIPS ARCHITECTURE
6477 M:      John Crispin <blogic@openwrt.org>
6478 L:      linux-mips@linux-mips.org
6479 S:      Maintained
6480 F:      arch/mips/lantiq
6481
6482 LAPB module
6483 L:      linux-x25@vger.kernel.org
6484 S:      Orphan
6485 F:      Documentation/networking/lapb-module.txt
6486 F:      include/*/lapb.h
6487 F:      net/lapb/
6488
6489 LASI 53c700 driver for PARISC
6490 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6491 L:      linux-scsi@vger.kernel.org
6492 S:      Maintained
6493 F:      Documentation/scsi/53c700.txt
6494 F:      drivers/scsi/53c700*
6495
6496 LED SUBSYSTEM
6497 M:      Richard Purdie <rpurdie@rpsys.net>
6498 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6499 L:      linux-leds@vger.kernel.org
6500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6501 S:      Maintained
6502 F:      drivers/leds/
6503 F:      include/linux/leds.h
6504
6505 LEGACY EEPROM DRIVER
6506 M:      Jean Delvare <jdelvare@suse.com>
6507 S:      Maintained
6508 F:      Documentation/misc-devices/eeprom
6509 F:      drivers/misc/eeprom/eeprom.c
6510
6511 LEGO USB Tower driver
6512 M:      Juergen Stuber <starblue@users.sourceforge.net>
6513 L:      legousb-devel@lists.sourceforge.net
6514 W:      http://legousb.sourceforge.net/
6515 S:      Maintained
6516 F:      drivers/usb/misc/legousbtower.c
6517
6518 LG2160 MEDIA DRIVER
6519 M:      Michael Krufky <mkrufky@linuxtv.org>
6520 L:      linux-media@vger.kernel.org
6521 W:      https://linuxtv.org
6522 W:      http://github.com/mkrufky
6523 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6524 T:      git git://linuxtv.org/mkrufky/tuners.git
6525 S:      Maintained
6526 F:      drivers/media/dvb-frontends/lg2160.*
6527
6528 LGDT3305 MEDIA DRIVER
6529 M:      Michael Krufky <mkrufky@linuxtv.org>
6530 L:      linux-media@vger.kernel.org
6531 W:      https://linuxtv.org
6532 W:      http://github.com/mkrufky
6533 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6534 T:      git git://linuxtv.org/mkrufky/tuners.git
6535 S:      Maintained
6536 F:      drivers/media/dvb-frontends/lgdt3305.*
6537
6538 LGUEST
6539 M:      Rusty Russell <rusty@rustcorp.com.au>
6540 L:      lguest@lists.ozlabs.org
6541 W:      http://lguest.ozlabs.org/
6542 S:      Odd Fixes
6543 F:      arch/x86/include/asm/lguest*.h
6544 F:      arch/x86/lguest/
6545 F:      drivers/lguest/
6546 F:      include/linux/lguest*.h
6547 F:      tools/lguest/
6548
6549 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6550 M:      Tejun Heo <tj@kernel.org>
6551 L:      linux-ide@vger.kernel.org
6552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6553 S:      Maintained
6554 F:      drivers/ata/
6555 F:      include/linux/ata.h
6556 F:      include/linux/libata.h
6557
6558 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6559 M:      Viresh Kumar <vireshk@kernel.org>
6560 L:      linux-ide@vger.kernel.org
6561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6562 S:      Maintained
6563 F:      include/linux/pata_arasan_cf_data.h
6564 F:      drivers/ata/pata_arasan_cf.c
6565
6566 LIBATA PATA DRIVERS
6567 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6568 M:      Tejun Heo <tj@kernel.org>
6569 L:      linux-ide@vger.kernel.org
6570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6571 S:      Maintained
6572 F:      drivers/ata/pata_*.c
6573 F:      drivers/ata/ata_generic.c
6574
6575 LIBATA SATA AHCI PLATFORM devices support
6576 M:      Hans de Goede <hdegoede@redhat.com>
6577 M:      Tejun Heo <tj@kernel.org>
6578 L:      linux-ide@vger.kernel.org
6579 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6580 S:      Maintained
6581 F:      drivers/ata/ahci_platform.c
6582 F:      drivers/ata/libahci_platform.c
6583 F:      include/linux/ahci_platform.h
6584
6585 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6586 M:      Mikael Pettersson <mikpelinux@gmail.com>
6587 L:      linux-ide@vger.kernel.org
6588 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6589 S:      Maintained
6590 F:      drivers/ata/sata_promise.*
6591
6592 LIBLOCKDEP
6593 M:      Sasha Levin <sasha.levin@oracle.com>
6594 S:      Maintained
6595 F:      tools/lib/lockdep/
6596
6597 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6598 M:      Dan Williams <dan.j.williams@intel.com>
6599 L:      linux-nvdimm@lists.01.org
6600 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6601 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6602 S:      Supported
6603 F:      drivers/nvdimm/*
6604 F:      include/linux/nd.h
6605 F:      include/linux/libnvdimm.h
6606 F:      include/uapi/linux/ndctl.h
6607
6608 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6609 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6610 L:      linux-nvdimm@lists.01.org
6611 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6612 S:      Supported
6613 F:      drivers/nvdimm/blk.c
6614 F:      drivers/nvdimm/region_devs.c
6615 F:      drivers/acpi/nfit*
6616
6617 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6618 M:      Vishal Verma <vishal.l.verma@intel.com>
6619 L:      linux-nvdimm@lists.01.org
6620 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6621 S:      Supported
6622 F:      drivers/nvdimm/btt*
6623
6624 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6625 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6626 L:      linux-nvdimm@lists.01.org
6627 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6628 S:      Supported
6629 F:      drivers/nvdimm/pmem.c
6630 F:      include/linux/pmem.h
6631 F:      arch/*/include/asm/pmem.h
6632
6633 LIGHTNVM PLATFORM SUPPORT
6634 M:      Matias Bjorling <mb@lightnvm.io>
6635 W:      http://github/OpenChannelSSD
6636 L:      linux-block@vger.kernel.org
6637 S:      Maintained
6638 F:      drivers/lightnvm/
6639 F:      include/linux/lightnvm.h
6640 F:      include/uapi/linux/lightnvm.h
6641
6642 LINUX FOR IBM pSERIES (RS/6000)
6643 M:      Paul Mackerras <paulus@au.ibm.com>
6644 W:      http://www.ibm.com/linux/ltc/projects/ppc
6645 S:      Supported
6646 F:      arch/powerpc/boot/rs6000.h
6647
6648 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6649 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6650 M:      Paul Mackerras <paulus@samba.org>
6651 M:      Michael Ellerman <mpe@ellerman.id.au>
6652 W:      http://www.penguinppc.org/
6653 L:      linuxppc-dev@lists.ozlabs.org
6654 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6656 S:      Supported
6657 F:      Documentation/powerpc/
6658 F:      arch/powerpc/
6659
6660 LINUX FOR POWER MACINTOSH
6661 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6662 W:      http://www.penguinppc.org/
6663 L:      linuxppc-dev@lists.ozlabs.org
6664 S:      Maintained
6665 F:      arch/powerpc/platforms/powermac/
6666 F:      drivers/macintosh/
6667
6668 LINUX FOR POWERPC EMBEDDED MPC5XXX
6669 M:      Anatolij Gustschin <agust@denx.de>
6670 L:      linuxppc-dev@lists.ozlabs.org
6671 T:      git git://git.denx.de/linux-denx-agust.git
6672 S:      Maintained
6673 F:      arch/powerpc/platforms/512x/
6674 F:      arch/powerpc/platforms/52xx/
6675
6676 LINUX FOR POWERPC EMBEDDED PPC4XX
6677 M:      Alistair Popple <alistair@popple.id.au>
6678 M:      Matt Porter <mporter@kernel.crashing.org>
6679 W:      http://www.penguinppc.org/
6680 L:      linuxppc-dev@lists.ozlabs.org
6681 S:      Maintained
6682 F:      arch/powerpc/platforms/40x/
6683 F:      arch/powerpc/platforms/44x/
6684
6685 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6686 L:      linuxppc-dev@lists.ozlabs.org
6687 S:      Orphan
6688 F:      arch/powerpc/*/*virtex*
6689 F:      arch/powerpc/*/*/*virtex*
6690
6691 LINUX FOR POWERPC EMBEDDED PPC8XX
6692 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6693 W:      http://www.penguinppc.org/
6694 L:      linuxppc-dev@lists.ozlabs.org
6695 S:      Maintained
6696 F:      arch/powerpc/platforms/8xx/
6697
6698 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6699 M:      Scott Wood <oss@buserror.net>
6700 M:      Kumar Gala <galak@kernel.crashing.org>
6701 W:      http://www.penguinppc.org/
6702 L:      linuxppc-dev@lists.ozlabs.org
6703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6704 S:      Maintained
6705 F:      arch/powerpc/platforms/83xx/
6706 F:      arch/powerpc/platforms/85xx/
6707
6708 LINUX FOR POWERPC PA SEMI PWRFICIENT
6709 M:      Olof Johansson <olof@lixom.net>
6710 L:      linuxppc-dev@lists.ozlabs.org
6711 S:      Maintained
6712 F:      arch/powerpc/platforms/pasemi/
6713 F:      drivers/*/*pasemi*
6714 F:      drivers/*/*/*pasemi*
6715
6716 LINUX SECURITY MODULE (LSM) FRAMEWORK
6717 M:      Chris Wright <chrisw@sous-sol.org>
6718 L:      linux-security-module@vger.kernel.org
6719 S:      Supported
6720
6721 LIS3LV02D ACCELEROMETER DRIVER
6722 M:      Eric Piel <eric.piel@tremplin-utc.net>
6723 S:      Maintained
6724 F:      Documentation/misc-devices/lis3lv02d
6725 F:      drivers/misc/lis3lv02d/
6726 F:      drivers/platform/x86/hp_accel.c
6727
6728 LIVE PATCHING
6729 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6730 M:      Jessica Yu <jeyu@redhat.com>
6731 M:      Jiri Kosina <jikos@kernel.org>
6732 M:      Miroslav Benes <mbenes@suse.cz>
6733 R:      Petr Mladek <pmladek@suse.com>
6734 S:      Maintained
6735 F:      kernel/livepatch/
6736 F:      include/linux/livepatch.h
6737 F:      arch/x86/include/asm/livepatch.h
6738 F:      arch/x86/kernel/livepatch.c
6739 F:      Documentation/livepatch/
6740 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6741 F:      samples/livepatch/
6742 L:      live-patching@vger.kernel.org
6743 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6744
6745 LINUX KERNEL DUMP TEST MODULE (LKDTM)
6746 M:      Kees Cook <keescook@chromium.org>
6747 S:      Maintained
6748 F:      drivers/misc/lkdtm.c
6749
6750 LLC (802.2)
6751 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6752 S:      Maintained
6753 F:      include/linux/llc.h
6754 F:      include/uapi/linux/llc.h
6755 F:      include/net/llc*
6756 F:      net/llc/
6757
6758 LM73 HARDWARE MONITOR DRIVER
6759 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6760 L:      linux-hwmon@vger.kernel.org
6761 S:      Maintained
6762 F:      drivers/hwmon/lm73.c
6763
6764 LM78 HARDWARE MONITOR DRIVER
6765 M:      Jean Delvare <jdelvare@suse.com>
6766 L:      linux-hwmon@vger.kernel.org
6767 S:      Maintained
6768 F:      Documentation/hwmon/lm78
6769 F:      drivers/hwmon/lm78.c
6770
6771 LM83 HARDWARE MONITOR DRIVER
6772 M:      Jean Delvare <jdelvare@suse.com>
6773 L:      linux-hwmon@vger.kernel.org
6774 S:      Maintained
6775 F:      Documentation/hwmon/lm83
6776 F:      drivers/hwmon/lm83.c
6777
6778 LM90 HARDWARE MONITOR DRIVER
6779 M:      Jean Delvare <jdelvare@suse.com>
6780 L:      linux-hwmon@vger.kernel.org
6781 S:      Maintained
6782 F:      Documentation/hwmon/lm90
6783 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6784 F:      drivers/hwmon/lm90.c
6785
6786 LM95234 HARDWARE MONITOR DRIVER
6787 M:      Guenter Roeck <linux@roeck-us.net>
6788 L:      linux-hwmon@vger.kernel.org
6789 S:      Maintained
6790 F:      Documentation/hwmon/lm95234
6791 F:      drivers/hwmon/lm95234.c
6792
6793 LME2510 MEDIA DRIVER
6794 M:      Malcolm Priestley <tvboxspy@gmail.com>
6795 L:      linux-media@vger.kernel.org
6796 W:      https://linuxtv.org
6797 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6798 S:      Maintained
6799 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6800
6801 LOCKDEP AND LOCKSTAT
6802 M:      Peter Zijlstra <peterz@infradead.org>
6803 M:      Ingo Molnar <mingo@redhat.com>
6804 L:      linux-kernel@vger.kernel.org
6805 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6806 S:      Maintained
6807 F:      Documentation/locking/lockdep*.txt
6808 F:      Documentation/locking/lockstat.txt
6809 F:      include/linux/lockdep.h
6810 F:      kernel/locking/
6811
6812 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6813 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6814 L:      linux-ntfs-dev@lists.sourceforge.net
6815 W:      http://www.linux-ntfs.org/content/view/19/37/
6816 S:      Maintained
6817 F:      Documentation/ldm.txt
6818 F:      block/partitions/ldm.*
6819
6820 LogFS
6821 M:      Joern Engel <joern@logfs.org>
6822 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6823 L:      logfs@logfs.org
6824 W:      logfs.org
6825 S:      Maintained
6826 F:      fs/logfs/
6827
6828 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6829 M:      Sathya Prakash <sathya.prakash@broadcom.com>
6830 M:      Chaitra P B <chaitra.basappa@broadcom.com>
6831 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
6832 L:      MPT-FusionLinux.pdl@broadcom.com
6833 L:      linux-scsi@vger.kernel.org
6834 W:      http://www.avagotech.com/support/
6835 S:      Supported
6836 F:      drivers/message/fusion/
6837 F:      drivers/scsi/mpt2sas/
6838 F:      drivers/scsi/mpt3sas/
6839
6840 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6841 M:      Matthew Wilcox <matthew@wil.cx>
6842 L:      linux-scsi@vger.kernel.org
6843 S:      Maintained
6844 F:      drivers/scsi/sym53c8xx_2/
6845
6846 LTC4261 HARDWARE MONITOR DRIVER
6847 M:      Guenter Roeck <linux@roeck-us.net>
6848 L:      linux-hwmon@vger.kernel.org
6849 S:      Maintained
6850 F:      Documentation/hwmon/ltc4261
6851 F:      drivers/hwmon/ltc4261.c
6852
6853 LTP (Linux Test Project)
6854 M:      Mike Frysinger <vapier@gentoo.org>
6855 M:      Cyril Hrubis <chrubis@suse.cz>
6856 M:      Wanlong Gao <wanlong.gao@gmail.com>
6857 M:      Jan Stancek <jstancek@redhat.com>
6858 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6859 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6860 L:      ltp@lists.linux.it (subscribers-only)
6861 W:      http://linux-test-project.github.io/
6862 T:      git git://github.com/linux-test-project/ltp.git
6863 S:      Maintained
6864
6865 M32R ARCHITECTURE
6866 W:      http://www.linux-m32r.org/
6867 S:      Orphan
6868 F:      arch/m32r/
6869
6870 M68K ARCHITECTURE
6871 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6872 L:      linux-m68k@lists.linux-m68k.org
6873 W:      http://www.linux-m68k.org/
6874 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6875 S:      Maintained
6876 F:      arch/m68k/
6877 F:      drivers/zorro/
6878
6879 M68K ON APPLE MACINTOSH
6880 M:      Joshua Thompson <funaho@jurai.org>
6881 W:      http://www.mac.linux-m68k.org/
6882 L:      linux-m68k@lists.linux-m68k.org
6883 S:      Maintained
6884 F:      arch/m68k/mac/
6885
6886 M68K ON HP9000/300
6887 M:      Philip Blundell <philb@gnu.org>
6888 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6889 S:      Maintained
6890 F:      arch/m68k/hp300/
6891
6892 M88DS3103 MEDIA DRIVER
6893 M:      Antti Palosaari <crope@iki.fi>
6894 L:      linux-media@vger.kernel.org
6895 W:      https://linuxtv.org
6896 W:      http://palosaari.fi/linux/
6897 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6898 T:      git git://linuxtv.org/anttip/media_tree.git
6899 S:      Maintained
6900 F:      drivers/media/dvb-frontends/m88ds3103*
6901
6902 M88RS2000 MEDIA DRIVER
6903 M:      Malcolm Priestley <tvboxspy@gmail.com>
6904 L:      linux-media@vger.kernel.org
6905 W:      https://linuxtv.org
6906 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6907 S:      Maintained
6908 F:      drivers/media/dvb-frontends/m88rs2000*
6909
6910 MA901 MASTERKIT USB FM RADIO DRIVER
6911 M:      Alexey Klimov <klimov.linux@gmail.com>
6912 L:      linux-media@vger.kernel.org
6913 T:      git git://linuxtv.org/media_tree.git
6914 S:      Maintained
6915 F:      drivers/media/radio/radio-ma901.c
6916
6917 MAC80211
6918 M:      Johannes Berg <johannes@sipsolutions.net>
6919 L:      linux-wireless@vger.kernel.org
6920 W:      http://wireless.kernel.org/
6921 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6922 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6923 S:      Maintained
6924 F:      Documentation/networking/mac80211-injection.txt
6925 F:      include/net/mac80211.h
6926 F:      net/mac80211/
6927 F:      drivers/net/wireless/mac80211_hwsim.[ch]
6928
6929 MACVLAN DRIVER
6930 M:      Patrick McHardy <kaber@trash.net>
6931 L:      netdev@vger.kernel.org
6932 S:      Maintained
6933 F:      drivers/net/macvlan.c
6934 F:      include/linux/if_macvlan.h
6935
6936 MAILBOX API
6937 M:      Jassi Brar <jassisinghbrar@gmail.com>
6938 L:      linux-kernel@vger.kernel.org
6939 S:      Maintained
6940 F:      drivers/mailbox/
6941 F:      include/linux/mailbox_client.h
6942 F:      include/linux/mailbox_controller.h
6943
6944 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6945 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6946 W:      http://www.kernel.org/doc/man-pages
6947 L:      linux-man@vger.kernel.org
6948 S:      Maintained
6949
6950 MARVELL ARMADA DRM SUPPORT
6951 M:      Russell King <rmk+kernel@armlinux.org.uk>
6952 S:      Maintained
6953 F:      drivers/gpu/drm/armada/
6954
6955 MARVELL 88E6352 DSA support
6956 M:      Guenter Roeck <linux@roeck-us.net>
6957 S:      Maintained
6958 F:      drivers/net/dsa/mv88e6352.c
6959
6960 MARVELL CRYPTO DRIVER
6961 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
6962 M:      Arnaud Ebalard <arno@natisbad.org>
6963 F:      drivers/crypto/marvell/
6964 S:      Maintained
6965 L:      linux-crypto@vger.kernel.org
6966
6967 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6968 M:      Mirko Lindner <mlindner@marvell.com>
6969 M:      Stephen Hemminger <stephen@networkplumber.org>
6970 L:      netdev@vger.kernel.org
6971 S:      Maintained
6972 F:      drivers/net/ethernet/marvell/sk*
6973
6974 MARVELL LIBERTAS WIRELESS DRIVER
6975 L:      libertas-dev@lists.infradead.org
6976 S:      Orphan
6977 F:      drivers/net/wireless/marvell/libertas/
6978
6979 MARVELL MV643XX ETHERNET DRIVER
6980 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6981 L:      netdev@vger.kernel.org
6982 S:      Maintained
6983 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6984 F:      include/linux/mv643xx.h
6985
6986 MARVELL MVNETA ETHERNET DRIVER
6987 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6988 L:      netdev@vger.kernel.org
6989 S:      Maintained
6990 F:      drivers/net/ethernet/marvell/mvneta.*
6991
6992 MARVELL MWIFIEX WIRELESS DRIVER
6993 M:      Amitkumar Karwar <akarwar@marvell.com>
6994 M:      Nishant Sarmukadam <nishants@marvell.com>
6995 L:      linux-wireless@vger.kernel.org
6996 S:      Maintained
6997 F:      drivers/net/wireless/marvell/mwifiex/
6998
6999 MARVELL MWL8K WIRELESS DRIVER
7000 M:      Lennert Buytenhek <buytenh@wantstofly.org>
7001 L:      linux-wireless@vger.kernel.org
7002 S:      Odd Fixes
7003 F:      drivers/net/wireless/marvell/mwl8k.c
7004
7005 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7006 M:      Nicolas Pitre <nico@fluxnic.net>
7007 S:      Odd Fixes
7008 F:      drivers/mmc/host/mvsdio.*
7009
7010 MATROX FRAMEBUFFER DRIVER
7011 L:      linux-fbdev@vger.kernel.org
7012 S:      Orphan
7013 F:      drivers/video/fbdev/matrox/matroxfb_*
7014 F:      include/uapi/linux/matroxfb.h
7015
7016 MAX16065 HARDWARE MONITOR DRIVER
7017 M:      Guenter Roeck <linux@roeck-us.net>
7018 L:      linux-hwmon@vger.kernel.org
7019 S:      Maintained
7020 F:      Documentation/hwmon/max16065
7021 F:      drivers/hwmon/max16065.c
7022
7023 MAX20751 HARDWARE MONITOR DRIVER
7024 M:      Guenter Roeck <linux@roeck-us.net>
7025 L:      linux-hwmon@vger.kernel.org
7026 S:      Maintained
7027 F:      Documentation/hwmon/max20751
7028 F:      drivers/hwmon/max20751.c
7029
7030 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7031 M:      "Hans J. Koch" <hjk@hansjkoch.de>
7032 L:      linux-hwmon@vger.kernel.org
7033 S:      Maintained
7034 F:      Documentation/hwmon/max6650
7035 F:      drivers/hwmon/max6650.c
7036
7037 MAX6697 HARDWARE MONITOR DRIVER
7038 M:      Guenter Roeck <linux@roeck-us.net>
7039 L:      linux-hwmon@vger.kernel.org
7040 S:      Maintained
7041 F:      Documentation/hwmon/max6697
7042 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7043 F:      drivers/hwmon/max6697.c
7044 F:      include/linux/platform_data/max6697.h
7045
7046 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7047 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
7048 L:      linux-pm@vger.kernel.org
7049 S:      Supported
7050 F:      drivers/power/max14577_charger.c
7051 F:      drivers/power/max77693_charger.c
7052
7053 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7054 M:      Javier Martinez Canillas <javier@osg.samsung.com>
7055 L:      linux-kernel@vger.kernel.org
7056 S:      Supported
7057 F:      drivers/*/*max77802*.c
7058 F:      Documentation/devicetree/bindings/*/*max77802.txt
7059 F:      include/dt-bindings/*/*max77802.h
7060
7061 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7062 M:      Chanwoo Choi <cw00.choi@samsung.com>
7063 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
7064 L:      linux-kernel@vger.kernel.org
7065 S:      Supported
7066 F:      drivers/*/max14577*.c
7067 F:      drivers/*/max77686*.c
7068 F:      drivers/*/max77693*.c
7069 F:      drivers/extcon/extcon-max14577.c
7070 F:      drivers/extcon/extcon-max77693.c
7071 F:      drivers/rtc/rtc-max77686.c
7072 F:      drivers/clk/clk-max77686.c
7073 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7074 F:      Documentation/devicetree/bindings/*/max77686.txt
7075 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7076 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7077 F:      include/linux/mfd/max14577*.h
7078 F:      include/linux/mfd/max77686*.h
7079 F:      include/linux/mfd/max77693*.h
7080
7081 MAXIRADIO FM RADIO RECEIVER DRIVER
7082 M:      Hans Verkuil <hverkuil@xs4all.nl>
7083 L:      linux-media@vger.kernel.org
7084 T:      git git://linuxtv.org/media_tree.git
7085 W:      https://linuxtv.org
7086 S:      Maintained
7087 F:      drivers/media/radio/radio-maxiradio*
7088
7089 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7090 M:      Peter Rosin <peda@axentia.se>
7091 L:      linux-iio@vger.kernel.org
7092 S:      Maintained
7093 F:      drivers/iio/potentiometer/mcp4531.c
7094
7095 MEDIA DRIVERS FOR RENESAS - VSP1
7096 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7097 L:      linux-media@vger.kernel.org
7098 L:      linux-renesas-soc@vger.kernel.org
7099 T:      git git://linuxtv.org/media_tree.git
7100 S:      Supported
7101 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7102 F:      drivers/media/platform/vsp1/
7103
7104 MEDIA DRIVERS FOR ASCOT2E
7105 M:      Sergey Kozlov <serjk@netup.ru>
7106 L:      linux-media@vger.kernel.org
7107 W:      https://linuxtv.org
7108 W:      http://netup.tv/
7109 T:      git git://linuxtv.org/media_tree.git
7110 S:      Supported
7111 F:      drivers/media/dvb-frontends/ascot2e*
7112
7113 MEDIA DRIVERS FOR CXD2841ER
7114 M:      Sergey Kozlov <serjk@netup.ru>
7115 L:      linux-media@vger.kernel.org
7116 W:      https://linuxtv.org
7117 W:      http://netup.tv/
7118 T:      git git://linuxtv.org/media_tree.git
7119 S:      Supported
7120 F:      drivers/media/dvb-frontends/cxd2841er*
7121
7122 MEDIA DRIVERS FOR HORUS3A
7123 M:      Sergey Kozlov <serjk@netup.ru>
7124 L:      linux-media@vger.kernel.org
7125 W:      https://linuxtv.org
7126 W:      http://netup.tv/
7127 T:      git git://linuxtv.org/media_tree.git
7128 S:      Supported
7129 F:      drivers/media/dvb-frontends/horus3a*
7130
7131 MEDIA DRIVERS FOR LNBH25
7132 M:      Sergey Kozlov <serjk@netup.ru>
7133 L:      linux-media@vger.kernel.org
7134 W:      https://linuxtv.org
7135 W:      http://netup.tv/
7136 T:      git git://linuxtv.org/media_tree.git
7137 S:      Supported
7138 F:      drivers/media/dvb-frontends/lnbh25*
7139
7140 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7141 M:      Sergey Kozlov <serjk@netup.ru>
7142 L:      linux-media@vger.kernel.org
7143 W:      https://linuxtv.org
7144 W:      http://netup.tv/
7145 T:      git git://linuxtv.org/media_tree.git
7146 S:      Supported
7147 F:      drivers/media/pci/netup_unidvb/*
7148
7149 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7150 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
7151 P:      LinuxTV.org Project
7152 L:      linux-media@vger.kernel.org
7153 W:      https://linuxtv.org
7154 Q:      http://patchwork.kernel.org/project/linux-media/list/
7155 T:      git git://linuxtv.org/media_tree.git
7156 S:      Maintained
7157 F:      Documentation/dvb/
7158 F:      Documentation/video4linux/
7159 F:      Documentation/DocBook/media/
7160 F:      drivers/media/
7161 F:      drivers/staging/media/
7162 F:      include/linux/platform_data/media/
7163 F:      include/media/
7164 F:      include/uapi/linux/dvb/
7165 F:      include/uapi/linux/videodev2.h
7166 F:      include/uapi/linux/media.h
7167 F:      include/uapi/linux/v4l2-*
7168 F:      include/uapi/linux/meye.h
7169 F:      include/uapi/linux/ivtv*
7170 F:      include/uapi/linux/uvcvideo.h
7171
7172 MEDIATEK ETHERNET DRIVER
7173 M:      Felix Fietkau <nbd@openwrt.org>
7174 M:      John Crispin <blogic@openwrt.org>
7175 L:      netdev@vger.kernel.org
7176 S:      Maintained
7177 F:      drivers/net/ethernet/mediatek/
7178
7179 MEDIATEK MT7601U WIRELESS LAN DRIVER
7180 M:      Jakub Kicinski <kubakici@wp.pl>
7181 L:      linux-wireless@vger.kernel.org
7182 S:      Maintained
7183 F:      drivers/net/wireless/mediatek/mt7601u/
7184
7185 MEGARAID SCSI/SAS DRIVERS
7186 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7187 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7188 M:      Uday Lingala <uday.lingala@avagotech.com>
7189 L:      megaraidlinux.pdl@avagotech.com
7190 L:      linux-scsi@vger.kernel.org
7191 W:      http://www.lsi.com
7192 S:      Maintained
7193 F:      Documentation/scsi/megaraid.txt
7194 F:      drivers/scsi/megaraid.*
7195 F:      drivers/scsi/megaraid/
7196
7197 MELLANOX ETHERNET DRIVER (mlx4_en)
7198 M:      Eugenia Emantayev <eugenia@mellanox.com>
7199 L:      netdev@vger.kernel.org
7200 S:      Supported
7201 W:      http://www.mellanox.com
7202 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7203 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7204
7205 MELLANOX ETHERNET DRIVER (mlx5e)
7206 M:      Saeed Mahameed <saeedm@mellanox.com>
7207 L:      netdev@vger.kernel.org
7208 S:      Supported
7209 W:      http://www.mellanox.com
7210 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7211 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7212
7213 MELLANOX ETHERNET SWITCH DRIVERS
7214 M:      Jiri Pirko <jiri@mellanox.com>
7215 M:      Ido Schimmel <idosch@mellanox.com>
7216 L:      netdev@vger.kernel.org
7217 S:      Supported
7218 W:      http://www.mellanox.com
7219 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7220 F:      drivers/net/ethernet/mellanox/mlxsw/
7221
7222 MEMBARRIER SUPPORT
7223 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7224 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7225 L:      linux-kernel@vger.kernel.org
7226 S:      Supported
7227 F:      kernel/membarrier.c
7228 F:      include/uapi/linux/membarrier.h
7229
7230 MEMORY MANAGEMENT
7231 L:      linux-mm@kvack.org
7232 W:      http://www.linux-mm.org
7233 S:      Maintained
7234 F:      include/linux/mm.h
7235 F:      include/linux/gfp.h
7236 F:      include/linux/mmzone.h
7237 F:      include/linux/memory_hotplug.h
7238 F:      include/linux/vmalloc.h
7239 F:      mm/
7240
7241 MEMORY TECHNOLOGY DEVICES (MTD)
7242 M:      David Woodhouse <dwmw2@infradead.org>
7243 M:      Brian Norris <computersforpeace@gmail.com>
7244 L:      linux-mtd@lists.infradead.org
7245 W:      http://www.linux-mtd.infradead.org/
7246 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7247 T:      git git://git.infradead.org/linux-mtd.git
7248 T:      git git://git.infradead.org/l2-mtd.git
7249 S:      Maintained
7250 F:      drivers/mtd/
7251 F:      include/linux/mtd/
7252 F:      include/uapi/mtd/
7253
7254 MEN A21 WATCHDOG DRIVER
7255 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7256 L:      linux-watchdog@vger.kernel.org
7257 S:      Maintained
7258 F:      drivers/watchdog/mena21_wdt.c
7259
7260 MEN CHAMELEON BUS (mcb)
7261 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7262 S:      Maintained
7263 F:      drivers/mcb/
7264 F:      include/linux/mcb.h
7265 F:      Documentation/men-chameleon-bus.txt
7266
7267 MEN F21BMC (Board Management Controller)
7268 M:      Andreas Werner <andreas.werner@men.de>
7269 S:      Supported
7270 F:      drivers/mfd/menf21bmc.c
7271 F:      drivers/watchdog/menf21bmc_wdt.c
7272 F:      drivers/leds/leds-menf21bmc.c
7273 F:      drivers/hwmon/menf21bmc_hwmon.c
7274 F:      Documentation/hwmon/menf21bmc
7275
7276 METAG ARCHITECTURE
7277 M:      James Hogan <james.hogan@imgtec.com>
7278 L:      linux-metag@vger.kernel.org
7279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7280 S:      Odd Fixes
7281 F:      arch/metag/
7282 F:      Documentation/metag/
7283 F:      Documentation/devicetree/bindings/metag/
7284 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7285 F:      drivers/clocksource/metag_generic.c
7286 F:      drivers/irqchip/irq-metag.c
7287 F:      drivers/irqchip/irq-metag-ext.c
7288 F:      drivers/tty/metag_da.c
7289
7290 MICROBLAZE ARCHITECTURE
7291 M:      Michal Simek <monstr@monstr.eu>
7292 W:      http://www.monstr.eu/fdt/
7293 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7294 S:      Supported
7295 F:      arch/microblaze/
7296
7297 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7298 M:      Chen Yu <yu.c.chen@intel.com>
7299 L:      platform-driver-x86@vger.kernel.org
7300 S:      Supported
7301 F:      drivers/platform/x86/surfacepro3_button.c
7302
7303 MICROTEK X6 SCANNER
7304 M:      Oliver Neukum <oliver@neukum.org>
7305 S:      Maintained
7306 F:      drivers/usb/image/microtek.*
7307
7308 MIPS
7309 M:      Ralf Baechle <ralf@linux-mips.org>
7310 L:      linux-mips@linux-mips.org
7311 W:      http://www.linux-mips.org/
7312 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7313 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7314 S:      Supported
7315 F:      Documentation/mips/
7316 F:      arch/mips/
7317
7318 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7319 M:      Hans Verkuil <hverkuil@xs4all.nl>
7320 L:      linux-media@vger.kernel.org
7321 T:      git git://linuxtv.org/media_tree.git
7322 W:      https://linuxtv.org
7323 S:      Odd Fixes
7324 F:      drivers/media/radio/radio-miropcm20*
7325
7326 MELLANOX MLX4 core VPI driver
7327 M:      Yishai Hadas <yishaih@mellanox.com>
7328 L:      netdev@vger.kernel.org
7329 L:      linux-rdma@vger.kernel.org
7330 W:      http://www.mellanox.com
7331 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7332 S:      Supported
7333 F:      drivers/net/ethernet/mellanox/mlx4/
7334 F:      include/linux/mlx4/
7335
7336 MELLANOX MLX4 IB driver
7337 M:      Yishai Hadas <yishaih@mellanox.com>
7338 L:      linux-rdma@vger.kernel.org
7339 W:      http://www.mellanox.com
7340 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7341 S:      Supported
7342 F:      drivers/infiniband/hw/mlx4/
7343 F:      include/linux/mlx4/
7344
7345 MELLANOX MLX5 core VPI driver
7346 M:      Matan Barak <matanb@mellanox.com>
7347 M:      Leon Romanovsky <leonro@mellanox.com>
7348 L:      netdev@vger.kernel.org
7349 L:      linux-rdma@vger.kernel.org
7350 W:      http://www.mellanox.com
7351 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7352 S:      Supported
7353 F:      drivers/net/ethernet/mellanox/mlx5/core/
7354 F:      include/linux/mlx5/
7355
7356 MELLANOX MLX5 IB driver
7357 M:      Matan Barak <matanb@mellanox.com>
7358 M:      Leon Romanovsky <leonro@mellanox.com>
7359 L:      linux-rdma@vger.kernel.org
7360 W:      http://www.mellanox.com
7361 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7362 S:      Supported
7363 F:      drivers/infiniband/hw/mlx5/
7364 F:      include/linux/mlx5/
7365
7366 MELEXIS MLX90614 DRIVER
7367 M:      Crt Mori <cmo@melexis.com>
7368 L:      linux-iio@vger.kernel.org
7369 W:      http://www.melexis.com
7370 S:      Supported
7371 F:      drivers/iio/temperature/mlx90614.c
7372
7373 MN88472 MEDIA DRIVER
7374 M:      Antti Palosaari <crope@iki.fi>
7375 L:      linux-media@vger.kernel.org
7376 W:      https://linuxtv.org
7377 W:      http://palosaari.fi/linux/
7378 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7379 T:      git git://linuxtv.org/anttip/media_tree.git
7380 S:      Maintained
7381 F:      drivers/staging/media/mn88472/
7382 F:      drivers/media/dvb-frontends/mn88472.h
7383
7384 MN88473 MEDIA DRIVER
7385 M:      Antti Palosaari <crope@iki.fi>
7386 L:      linux-media@vger.kernel.org
7387 W:      https://linuxtv.org
7388 W:      http://palosaari.fi/linux/
7389 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7390 S:      Maintained
7391 F:      drivers/media/dvb-frontends/mn88473*
7392
7393 MODULE SUPPORT
7394 M:      Rusty Russell <rusty@rustcorp.com.au>
7395 S:      Maintained
7396 F:      include/linux/module.h
7397 F:      kernel/module.c
7398
7399 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7400 W:      http://popies.net/meye/
7401 S:      Orphan
7402 F:      Documentation/video4linux/meye.txt
7403 F:      drivers/media/pci/meye/
7404 F:      include/uapi/linux/meye.h
7405
7406 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7407 M:      Jiri Slaby <jirislaby@gmail.com>
7408 S:      Maintained
7409 F:      Documentation/serial/moxa-smartio
7410 F:      drivers/tty/mxser.*
7411
7412 MR800 AVERMEDIA USB FM RADIO DRIVER
7413 M:      Alexey Klimov <klimov.linux@gmail.com>
7414 L:      linux-media@vger.kernel.org
7415 T:      git git://linuxtv.org/media_tree.git
7416 S:      Maintained
7417 F:      drivers/media/radio/radio-mr800.c
7418
7419 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7420 M:      Alan Ott <alan@signal11.us>
7421 L:      linux-wpan@vger.kernel.org
7422 S:      Maintained
7423 F:      drivers/net/ieee802154/mrf24j40.c
7424 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7425
7426 MSI LAPTOP SUPPORT
7427 M:      "Lee, Chun-Yi" <jlee@suse.com>
7428 L:      platform-driver-x86@vger.kernel.org
7429 S:      Maintained
7430 F:      drivers/platform/x86/msi-laptop.c
7431
7432 MSI WMI SUPPORT
7433 L:      platform-driver-x86@vger.kernel.org
7434 S:      Orphan
7435 F:      drivers/platform/x86/msi-wmi.c
7436
7437 MSI001 MEDIA DRIVER
7438 M:      Antti Palosaari <crope@iki.fi>
7439 L:      linux-media@vger.kernel.org
7440 W:      https://linuxtv.org
7441 W:      http://palosaari.fi/linux/
7442 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7443 T:      git git://linuxtv.org/anttip/media_tree.git
7444 S:      Maintained
7445 F:      drivers/media/tuners/msi001*
7446
7447 MSI2500 MEDIA DRIVER
7448 M:      Antti Palosaari <crope@iki.fi>
7449 L:      linux-media@vger.kernel.org
7450 W:      https://linuxtv.org
7451 W:      http://palosaari.fi/linux/
7452 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7453 T:      git git://linuxtv.org/anttip/media_tree.git
7454 S:      Maintained
7455 F:      drivers/media/usb/msi2500/
7456
7457 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7458 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7459 L:      linux-mtd@lists.infradead.org
7460 S:      Maintained
7461 F:      drivers/mtd/devices/docg3*
7462
7463 MT9M032 APTINA SENSOR DRIVER
7464 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7465 L:      linux-media@vger.kernel.org
7466 T:      git git://linuxtv.org/media_tree.git
7467 S:      Maintained
7468 F:      drivers/media/i2c/mt9m032.c
7469 F:      include/media/i2c/mt9m032.h
7470
7471 MT9P031 APTINA CAMERA SENSOR
7472 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7473 L:      linux-media@vger.kernel.org
7474 T:      git git://linuxtv.org/media_tree.git
7475 S:      Maintained
7476 F:      drivers/media/i2c/mt9p031.c
7477 F:      include/media/i2c/mt9p031.h
7478
7479 MT9T001 APTINA CAMERA SENSOR
7480 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7481 L:      linux-media@vger.kernel.org
7482 T:      git git://linuxtv.org/media_tree.git
7483 S:      Maintained
7484 F:      drivers/media/i2c/mt9t001.c
7485 F:      include/media/i2c/mt9t001.h
7486
7487 MT9V032 APTINA CAMERA SENSOR
7488 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7489 L:      linux-media@vger.kernel.org
7490 T:      git git://linuxtv.org/media_tree.git
7491 S:      Maintained
7492 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7493 F:      drivers/media/i2c/mt9v032.c
7494 F:      include/media/i2c/mt9v032.h
7495
7496 MULTIFUNCTION DEVICES (MFD)
7497 M:      Lee Jones <lee.jones@linaro.org>
7498 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7499 S:      Supported
7500 F:      drivers/mfd/
7501 F:      include/linux/mfd/
7502
7503 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7504 M:      Ulf Hansson <ulf.hansson@linaro.org>
7505 L:      linux-mmc@vger.kernel.org
7506 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7507 S:      Maintained
7508 F:      drivers/mmc/
7509 F:      include/linux/mmc/
7510 F:      include/uapi/linux/mmc/
7511
7512 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7513 S:      Orphan
7514 F:      drivers/mmc/host/mmc_spi.c
7515 F:      include/linux/spi/mmc_spi.h
7516
7517 MULTISOUND SOUND DRIVER
7518 M:      Andrew Veliath <andrewtv@usa.net>
7519 S:      Maintained
7520 F:      Documentation/sound/oss/MultiSound
7521 F:      sound/oss/msnd*
7522
7523 MULTITECH MULTIPORT CARD (ISICOM)
7524 S:      Orphan
7525 F:      drivers/tty/isicom.c
7526 F:      include/linux/isicom.h
7527
7528 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7529 M:      Bin Liu <b-liu@ti.com>
7530 L:      linux-usb@vger.kernel.org
7531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7532 S:      Maintained
7533 F:      drivers/usb/musb/
7534
7535 MXL5007T MEDIA DRIVER
7536 M:      Michael Krufky <mkrufky@linuxtv.org>
7537 L:      linux-media@vger.kernel.org
7538 W:      https://linuxtv.org
7539 W:      http://github.com/mkrufky
7540 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7541 T:      git git://linuxtv.org/mkrufky/tuners.git
7542 S:      Maintained
7543 F:      drivers/media/tuners/mxl5007t.*
7544
7545 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7546 M:      Hyong-Youb Kim <hykim@myri.com>
7547 L:      netdev@vger.kernel.org
7548 W:      https://www.myricom.com/support/downloads/myri10ge.html
7549 S:      Supported
7550 F:      drivers/net/ethernet/myricom/myri10ge/
7551
7552 NAND FLASH SUBSYSTEM
7553 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7554 R:      Richard Weinberger <richard@nod.at>
7555 L:      linux-mtd@lists.infradead.org
7556 W:      http://www.linux-mtd.infradead.org/
7557 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7558 T:      git git://github.com/linux-nand/linux.git
7559 S:      Maintained
7560 F:      drivers/mtd/nand/
7561 F:      include/linux/mtd/nand*.h
7562
7563 NATSEMI ETHERNET DRIVER (DP8381x)
7564 S:      Orphan
7565 F:      drivers/net/ethernet/natsemi/natsemi.c
7566
7567 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7568 M:      Daniel Mack <zonque@gmail.com>
7569 S:      Maintained
7570 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7571 W:      http://www.native-instruments.com
7572 F:      sound/usb/caiaq/
7573
7574 NCP FILESYSTEM
7575 M:      Petr Vandrovec <petr@vandrovec.name>
7576 S:      Odd Fixes
7577 F:      fs/ncpfs/
7578
7579 NCR 5380 SCSI DRIVERS
7580 M:      Finn Thain <fthain@telegraphics.com.au>
7581 M:      Michael Schmitz <schmitzmic@gmail.com>
7582 L:      linux-scsi@vger.kernel.org
7583 S:      Maintained
7584 F:      Documentation/scsi/g_NCR5380.txt
7585 F:      drivers/scsi/NCR5380.*
7586 F:      drivers/scsi/arm/cumana_1.c
7587 F:      drivers/scsi/arm/oak.c
7588 F:      drivers/scsi/atari_NCR5380.c
7589 F:      drivers/scsi/atari_scsi.*
7590 F:      drivers/scsi/dmx3191d.c
7591 F:      drivers/scsi/dtc.*
7592 F:      drivers/scsi/g_NCR5380.*
7593 F:      drivers/scsi/g_NCR5380_mmio.c
7594 F:      drivers/scsi/mac_scsi.*
7595 F:      drivers/scsi/pas16.*
7596 F:      drivers/scsi/sun3_scsi.*
7597 F:      drivers/scsi/sun3_scsi_vme.c
7598 F:      drivers/scsi/t128.*
7599
7600 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7601 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7602 L:      linux-scsi@vger.kernel.org
7603 S:      Maintained
7604 F:      drivers/scsi/NCR_D700.*
7605
7606 NCT6775 HARDWARE MONITOR DRIVER
7607 M:      Guenter Roeck <linux@roeck-us.net>
7608 L:      linux-hwmon@vger.kernel.org
7609 S:      Maintained
7610 F:      Documentation/hwmon/nct6775
7611 F:      drivers/hwmon/nct6775.c
7612
7613 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7614 M:      Faisal Latif <faisal.latif@intel.com>
7615 L:      linux-rdma@vger.kernel.org
7616 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7617 S:      Supported
7618 F:      drivers/infiniband/hw/nes/
7619
7620 NETEM NETWORK EMULATOR
7621 M:      Stephen Hemminger <stephen@networkplumber.org>
7622 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
7623 S:      Maintained
7624 F:      net/sched/sch_netem.c
7625
7626 NETERION 10GbE DRIVERS (s2io/vxge)
7627 M:      Jon Mason <jdmason@kudzu.us>
7628 L:      netdev@vger.kernel.org
7629 S:      Supported
7630 F:      Documentation/networking/s2io.txt
7631 F:      Documentation/networking/vxge.txt
7632 F:      drivers/net/ethernet/neterion/
7633
7634 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7635 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7636 M:      Patrick McHardy <kaber@trash.net>
7637 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7638 L:      netfilter-devel@vger.kernel.org
7639 L:      coreteam@netfilter.org
7640 W:      http://www.netfilter.org/
7641 W:      http://www.iptables.org/
7642 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7645 S:      Supported
7646 F:      include/linux/netfilter*
7647 F:      include/linux/netfilter/
7648 F:      include/net/netfilter/
7649 F:      include/uapi/linux/netfilter*
7650 F:      include/uapi/linux/netfilter/
7651 F:      net/*/netfilter.c
7652 F:      net/*/netfilter/
7653 F:      net/netfilter/
7654 F:      net/bridge/br_netfilter*.c
7655
7656 NETLABEL
7657 M:      Paul Moore <paul@paul-moore.com>
7658 W:      http://netlabel.sf.net
7659 L:      netdev@vger.kernel.org
7660 S:      Maintained
7661 F:      Documentation/netlabel/
7662 F:      include/net/netlabel.h
7663 F:      net/netlabel/
7664
7665 NETROM NETWORK LAYER
7666 M:      Ralf Baechle <ralf@linux-mips.org>
7667 L:      linux-hams@vger.kernel.org
7668 W:      http://www.linux-ax25.org/
7669 S:      Maintained
7670 F:      include/net/netrom.h
7671 F:      include/uapi/linux/netrom.h
7672 F:      net/netrom/
7673
7674 NETRONOME ETHERNET DRIVERS
7675 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
7676 L:      oss-drivers@netronome.com
7677 S:      Maintained
7678 F:      drivers/net/ethernet/netronome/
7679
7680 NETWORK BLOCK DEVICE (NBD)
7681 M:      Markus Pargmann <mpa@pengutronix.de>
7682 S:      Maintained
7683 L:      nbd-general@lists.sourceforge.net
7684 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7685 F:      Documentation/blockdev/nbd.txt
7686 F:      drivers/block/nbd.c
7687 F:      include/uapi/linux/nbd.h
7688
7689 NETWORK DROP MONITOR
7690 M:      Neil Horman <nhorman@tuxdriver.com>
7691 L:      netdev@vger.kernel.org
7692 S:      Maintained
7693 W:      https://fedorahosted.org/dropwatch/
7694 F:      net/core/drop_monitor.c
7695
7696 NETWORKING [GENERAL]
7697 M:      "David S. Miller" <davem@davemloft.net>
7698 L:      netdev@vger.kernel.org
7699 W:      http://www.linuxfoundation.org/en/Net
7700 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7703 S:      Maintained
7704 F:      net/
7705 F:      include/net/
7706 F:      include/linux/in.h
7707 F:      include/linux/net.h
7708 F:      include/linux/netdevice.h
7709 F:      include/uapi/linux/in.h
7710 F:      include/uapi/linux/net.h
7711 F:      include/uapi/linux/netdevice.h
7712 F:      include/uapi/linux/net_namespace.h
7713 F:      tools/net/
7714 F:      tools/testing/selftests/net/
7715 F:      lib/random32.c
7716 F:      lib/test_bpf.c
7717
7718 NETWORKING [IPv4/IPv6]
7719 M:      "David S. Miller" <davem@davemloft.net>
7720 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7721 M:      James Morris <jmorris@namei.org>
7722 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7723 M:      Patrick McHardy <kaber@trash.net>
7724 L:      netdev@vger.kernel.org
7725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7726 S:      Maintained
7727 F:      net/ipv4/
7728 F:      net/ipv6/
7729 F:      include/net/ip*
7730 F:      arch/x86/net/*
7731
7732 NETWORKING [IPSEC]
7733 M:      Steffen Klassert <steffen.klassert@secunet.com>
7734 M:      Herbert Xu <herbert@gondor.apana.org.au>
7735 M:      "David S. Miller" <davem@davemloft.net>
7736 L:      netdev@vger.kernel.org
7737 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7738 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7739 S:      Maintained
7740 F:      net/core/flow.c
7741 F:      net/xfrm/
7742 F:      net/key/
7743 F:      net/ipv4/xfrm*
7744 F:      net/ipv4/esp4.c
7745 F:      net/ipv4/ah4.c
7746 F:      net/ipv4/ipcomp.c
7747 F:      net/ipv4/ip_vti.c
7748 F:      net/ipv6/xfrm*
7749 F:      net/ipv6/esp6.c
7750 F:      net/ipv6/ah6.c
7751 F:      net/ipv6/ipcomp6.c
7752 F:      net/ipv6/ip6_vti.c
7753 F:      include/uapi/linux/xfrm.h
7754 F:      include/net/xfrm.h
7755
7756 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7757 M:      Paul Moore <paul@paul-moore.com>
7758 L:      netdev@vger.kernel.org
7759 S:      Maintained
7760
7761 NETWORKING [WIRELESS]
7762 L:      linux-wireless@vger.kernel.org
7763 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7764
7765 NETWORKING DRIVERS
7766 L:      netdev@vger.kernel.org
7767 W:      http://www.linuxfoundation.org/en/Net
7768 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7770 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7771 S:      Odd Fixes
7772 F:      drivers/net/
7773 F:      include/linux/if_*
7774 F:      include/linux/netdevice.h
7775 F:      include/linux/etherdevice.h
7776 F:      include/linux/fcdevice.h
7777 F:      include/linux/fddidevice.h
7778 F:      include/linux/hippidevice.h
7779 F:      include/linux/inetdevice.h
7780 F:      include/uapi/linux/if_*
7781 F:      include/uapi/linux/netdevice.h
7782
7783 NETWORKING DRIVERS (WIRELESS)
7784 M:      Kalle Valo <kvalo@codeaurora.org>
7785 L:      linux-wireless@vger.kernel.org
7786 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
7788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
7789 S:      Maintained
7790 F:      drivers/net/wireless/
7791
7792 NETXEN (1/10) GbE SUPPORT
7793 M:      Manish Chopra <manish.chopra@qlogic.com>
7794 M:      Sony Chacko <sony.chacko@qlogic.com>
7795 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7796 L:      netdev@vger.kernel.org
7797 W:      http://www.qlogic.com
7798 S:      Supported
7799 F:      drivers/net/ethernet/qlogic/netxen/
7800
7801 NFC SUBSYSTEM
7802 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7803 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7804 M:      Samuel Ortiz <sameo@linux.intel.com>
7805 L:      linux-wireless@vger.kernel.org
7806 L:      linux-nfc@lists.01.org (subscribers-only)
7807 S:      Supported
7808 F:      net/nfc/
7809 F:      include/net/nfc/
7810 F:      include/uapi/linux/nfc.h
7811 F:      drivers/nfc/
7812 F:      include/linux/platform_data/nfcmrvl.h
7813 F:      include/linux/platform_data/nxp-nci.h
7814 F:      include/linux/platform_data/pn544.h
7815 F:      include/linux/platform_data/st21nfca.h
7816 F:      include/linux/platform_data/st-nci.h
7817 F:      Documentation/devicetree/bindings/net/nfc/
7818
7819 NFS, SUNRPC, AND LOCKD CLIENTS
7820 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7821 M:      Anna Schumaker <anna.schumaker@netapp.com>
7822 L:      linux-nfs@vger.kernel.org
7823 W:      http://client.linux-nfs.org
7824 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7825 S:      Maintained
7826 F:      fs/lockd/
7827 F:      fs/nfs/
7828 F:      fs/nfs_common/
7829 F:      net/sunrpc/
7830 F:      include/linux/lockd/
7831 F:      include/linux/nfs*
7832 F:      include/linux/sunrpc/
7833 F:      include/uapi/linux/nfs*
7834 F:      include/uapi/linux/sunrpc/
7835
7836 NILFS2 FILESYSTEM
7837 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7838 L:      linux-nilfs@vger.kernel.org
7839 W:      http://nilfs.sourceforge.net/
7840 T:      git git://github.com/konis/nilfs2.git
7841 S:      Supported
7842 F:      Documentation/filesystems/nilfs2.txt
7843 F:      fs/nilfs2/
7844 F:      include/linux/nilfs2_fs.h
7845 F:      include/trace/events/nilfs2.h
7846
7847 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7848 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7849 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7850 S:      Maintained
7851 F:      Documentation/scsi/NinjaSCSI.txt
7852 F:      drivers/scsi/pcmcia/nsp_*
7853
7854 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7855 M:      GOTO Masanori <gotom@debian.or.jp>
7856 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7857 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7858 S:      Maintained
7859 F:      Documentation/scsi/NinjaSCSI.txt
7860 F:      drivers/scsi/nsp32*
7861
7862 NIOS2 ARCHITECTURE
7863 M:      Ley Foon Tan <lftan@altera.com>
7864 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7865 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7866 S:      Maintained
7867 F:      arch/nios2/
7868
7869 NOKIA N900 POWER SUPPLY DRIVERS
7870 R:      Pali Rohár <pali.rohar@gmail.com>
7871 F:      include/linux/power/bq2415x_charger.h
7872 F:      include/linux/power/bq27xxx_battery.h
7873 F:      include/linux/power/isp1704_charger.h
7874 F:      drivers/power/bq2415x_charger.c
7875 F:      drivers/power/bq27xxx_battery.c
7876 F:      drivers/power/bq27xxx_battery_i2c.c
7877 F:      drivers/power/isp1704_charger.c
7878 F:      drivers/power/rx51_battery.c
7879
7880 NTB DRIVER CORE
7881 M:      Jon Mason <jdmason@kudzu.us>
7882 M:      Dave Jiang <dave.jiang@intel.com>
7883 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7884 L:      linux-ntb@googlegroups.com
7885 S:      Supported
7886 W:      https://github.com/jonmason/ntb/wiki
7887 T:      git git://github.com/jonmason/ntb.git
7888 F:      drivers/ntb/
7889 F:      drivers/net/ntb_netdev.c
7890 F:      include/linux/ntb.h
7891 F:      include/linux/ntb_transport.h
7892
7893 NTB INTEL DRIVER
7894 M:      Jon Mason <jdmason@kudzu.us>
7895 M:      Dave Jiang <dave.jiang@intel.com>
7896 L:      linux-ntb@googlegroups.com
7897 S:      Supported
7898 W:      https://github.com/jonmason/ntb/wiki
7899 T:      git git://github.com/jonmason/ntb.git
7900 F:      drivers/ntb/hw/intel/
7901
7902 NTB AMD DRIVER
7903 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
7904 L:      linux-ntb@googlegroups.com
7905 S:      Supported
7906 F:      drivers/ntb/hw/amd/
7907
7908 NTFS FILESYSTEM
7909 M:      Anton Altaparmakov <anton@tuxera.com>
7910 L:      linux-ntfs-dev@lists.sourceforge.net
7911 W:      http://www.tuxera.com/
7912 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7913 S:      Supported
7914 F:      Documentation/filesystems/ntfs.txt
7915 F:      fs/ntfs/
7916
7917 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7918 M:      Antonino Daplas <adaplas@gmail.com>
7919 L:      linux-fbdev@vger.kernel.org
7920 S:      Maintained
7921 F:      drivers/video/fbdev/riva/
7922 F:      drivers/video/fbdev/nvidia/
7923
7924 NVM EXPRESS DRIVER
7925 M:      Keith Busch <keith.busch@intel.com>
7926 M:      Jens Axboe <axboe@fb.com>
7927 L:      linux-nvme@lists.infradead.org
7928 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7929 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7930 S:      Supported
7931 F:      drivers/nvme/host/
7932 F:      include/linux/nvme.h
7933
7934 NVMEM FRAMEWORK
7935 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7936 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7937 S:      Maintained
7938 F:      drivers/nvmem/
7939 F:      Documentation/devicetree/bindings/nvmem/
7940 F:      include/linux/nvmem-consumer.h
7941 F:      include/linux/nvmem-provider.h
7942
7943 NXP-NCI NFC DRIVER
7944 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
7945 R:      Charles Gorand <charles.gorand@effinnov.com>
7946 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7947 S:      Supported
7948 F:      drivers/nfc/nxp-nci
7949
7950 NXP TDA998X DRM DRIVER
7951 M:      Russell King <rmk+kernel@armlinux.org.uk>
7952 S:      Supported
7953 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7954 F:      include/drm/i2c/tda998x.h
7955
7956 NXP TFA9879 DRIVER
7957 M:      Peter Rosin <peda@axentia.se>
7958 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7959 S:      Maintained
7960 F:      sound/soc/codecs/tfa9879*
7961
7962 OBJTOOL
7963 M:      Josh Poimboeuf <jpoimboe@redhat.com>
7964 S:      Supported
7965 F:      tools/objtool/
7966
7967 OMAP SUPPORT
7968 M:      Tony Lindgren <tony@atomide.com>
7969 L:      linux-omap@vger.kernel.org
7970 W:      http://www.muru.com/linux/omap/
7971 W:      http://linux.omap.com/
7972 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7973 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7974 S:      Maintained
7975 F:      arch/arm/*omap*/
7976 F:      arch/arm/configs/omap1_defconfig
7977 F:      arch/arm/configs/omap2plus_defconfig
7978 F:      drivers/i2c/busses/i2c-omap.c
7979 F:      drivers/irqchip/irq-omap-intc.c
7980 F:      drivers/mfd/*omap*.c
7981 F:      drivers/mfd/menelaus.c
7982 F:      drivers/mfd/palmas.c
7983 F:      drivers/mfd/tps65217.c
7984 F:      drivers/mfd/tps65218.c
7985 F:      drivers/mfd/tps65910.c
7986 F:      drivers/mfd/twl-core.[ch]
7987 F:      drivers/mfd/twl4030*.c
7988 F:      drivers/mfd/twl6030*.c
7989 F:      drivers/mfd/twl6040*.c
7990 F:      drivers/regulator/palmas-regulator*.c
7991 F:      drivers/regulator/pbias-regulator.c
7992 F:      drivers/regulator/tps65217-regulator.c
7993 F:      drivers/regulator/tps65218-regulator.c
7994 F:      drivers/regulator/tps65910-regulator.c
7995 F:      drivers/regulator/twl-regulator.c
7996 F:      include/linux/i2c-omap.h
7997
7998 OMAP DEVICE TREE SUPPORT
7999 M:      Benoît Cousson <bcousson@baylibre.com>
8000 M:      Tony Lindgren <tony@atomide.com>
8001 L:      linux-omap@vger.kernel.org
8002 L:      devicetree@vger.kernel.org
8003 S:      Maintained
8004 F:      arch/arm/boot/dts/*omap*
8005 F:      arch/arm/boot/dts/*am3*
8006 F:      arch/arm/boot/dts/*am4*
8007 F:      arch/arm/boot/dts/*am5*
8008 F:      arch/arm/boot/dts/*dra7*
8009
8010 OMAP CLOCK FRAMEWORK SUPPORT
8011 M:      Paul Walmsley <paul@pwsan.com>
8012 L:      linux-omap@vger.kernel.org
8013 S:      Maintained
8014 F:      arch/arm/*omap*/*clock*
8015
8016 OMAP POWER MANAGEMENT SUPPORT
8017 M:      Kevin Hilman <khilman@kernel.org>
8018 L:      linux-omap@vger.kernel.org
8019 S:      Maintained
8020 F:      arch/arm/*omap*/*pm*
8021 F:      drivers/cpufreq/omap-cpufreq.c
8022
8023 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8024 M:      Rajendra Nayak <rnayak@codeaurora.org>
8025 M:      Paul Walmsley <paul@pwsan.com>
8026 L:      linux-omap@vger.kernel.org
8027 S:      Maintained
8028 F:      arch/arm/mach-omap2/prm*
8029
8030 OMAP AUDIO SUPPORT
8031 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8032 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
8033 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8034 L:      linux-omap@vger.kernel.org
8035 S:      Maintained
8036 F:      sound/soc/omap/
8037
8038 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8039 M:      Roger Quadros <rogerq@ti.com>
8040 M:      Tony Lindgren <tony@atomide.com>
8041 L:      linux-omap@vger.kernel.org
8042 S:      Maintained
8043 F:      drivers/memory/omap-gpmc.c
8044 F:      arch/arm/mach-omap2/*gpmc*
8045
8046 OMAP FRAMEBUFFER SUPPORT
8047 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8048 L:      linux-fbdev@vger.kernel.org
8049 L:      linux-omap@vger.kernel.org
8050 S:      Maintained
8051 F:      drivers/video/fbdev/omap/
8052
8053 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8054 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8055 L:      linux-omap@vger.kernel.org
8056 L:      linux-fbdev@vger.kernel.org
8057 S:      Maintained
8058 F:      drivers/video/fbdev/omap2/
8059 F:      Documentation/arm/OMAP/DSS
8060
8061 OMAP HARDWARE SPINLOCK SUPPORT
8062 M:      Ohad Ben-Cohen <ohad@wizery.com>
8063 L:      linux-omap@vger.kernel.org
8064 S:      Maintained
8065 F:      drivers/hwspinlock/omap_hwspinlock.c
8066
8067 OMAP MMC SUPPORT
8068 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
8069 L:      linux-omap@vger.kernel.org
8070 S:      Maintained
8071 F:      drivers/mmc/host/omap.c
8072
8073 OMAP HS MMC SUPPORT
8074 L:      linux-mmc@vger.kernel.org
8075 L:      linux-omap@vger.kernel.org
8076 S:      Orphan
8077 F:      drivers/mmc/host/omap_hsmmc.c
8078
8079 OMAP RANDOM NUMBER GENERATOR SUPPORT
8080 M:      Deepak Saxena <dsaxena@plexity.net>
8081 S:      Maintained
8082 F:      drivers/char/hw_random/omap-rng.c
8083
8084 OMAP HWMOD SUPPORT
8085 M:      Benoît Cousson <bcousson@baylibre.com>
8086 M:      Paul Walmsley <paul@pwsan.com>
8087 L:      linux-omap@vger.kernel.org
8088 S:      Maintained
8089 F:      arch/arm/mach-omap2/omap_hwmod.*
8090
8091 OMAP HWMOD DATA
8092 M:      Paul Walmsley <paul@pwsan.com>
8093 L:      linux-omap@vger.kernel.org
8094 S:      Maintained
8095 F:      arch/arm/mach-omap2/omap_hwmod*data*
8096
8097 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8098 M:      Benoît Cousson <bcousson@baylibre.com>
8099 L:      linux-omap@vger.kernel.org
8100 S:      Maintained
8101 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8102
8103 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8104 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8105 L:      linux-media@vger.kernel.org
8106 S:      Maintained
8107 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
8108 F:      drivers/media/platform/omap3isp/
8109 F:      drivers/staging/media/omap4iss/
8110
8111 OMAP USB SUPPORT
8112 L:      linux-usb@vger.kernel.org
8113 L:      linux-omap@vger.kernel.org
8114 S:      Orphan
8115 F:      drivers/usb/*/*omap*
8116 F:      arch/arm/*omap*/usb*
8117
8118 OMAP GPIO DRIVER
8119 M:      Grygorii Strashko <grygorii.strashko@ti.com>
8120 M:      Santosh Shilimkar <ssantosh@kernel.org>
8121 M:      Kevin Hilman <khilman@kernel.org>
8122 L:      linux-omap@vger.kernel.org
8123 S:      Maintained
8124 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
8125 F:      drivers/gpio/gpio-omap.c
8126
8127 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8128 M:      Mark Jackson <mpfj@newflow.co.uk>
8129 L:      linux-omap@vger.kernel.org
8130 S:      Maintained
8131 F:      arch/arm/boot/dts/am335x-nano.dts
8132
8133 OMFS FILESYSTEM
8134 M:      Bob Copeland <me@bobcopeland.com>
8135 L:      linux-karma-devel@lists.sourceforge.net
8136 S:      Maintained
8137 F:      Documentation/filesystems/omfs.txt
8138 F:      fs/omfs/
8139
8140 OMNIKEY CARDMAN 4000 DRIVER
8141 M:      Harald Welte <laforge@gnumonks.org>
8142 S:      Maintained
8143 F:      drivers/char/pcmcia/cm4000_cs.c
8144 F:      include/linux/cm4000_cs.h
8145 F:      include/uapi/linux/cm4000_cs.h
8146
8147 OMNIKEY CARDMAN 4040 DRIVER
8148 M:      Harald Welte <laforge@gnumonks.org>
8149 S:      Maintained
8150 F:      drivers/char/pcmcia/cm4040_cs.*
8151
8152 OMNIVISION OV7670 SENSOR DRIVER
8153 M:      Jonathan Corbet <corbet@lwn.net>
8154 L:      linux-media@vger.kernel.org
8155 T:      git git://linuxtv.org/media_tree.git
8156 S:      Maintained
8157 F:      drivers/media/i2c/ov7670.c
8158
8159 ONENAND FLASH DRIVER
8160 M:      Kyungmin Park <kyungmin.park@samsung.com>
8161 L:      linux-mtd@lists.infradead.org
8162 S:      Maintained
8163 F:      drivers/mtd/onenand/
8164 F:      include/linux/mtd/onenand*.h
8165
8166 ONSTREAM SCSI TAPE DRIVER
8167 M:      Willem Riede <osst@riede.org>
8168 L:      osst-users@lists.sourceforge.net
8169 L:      linux-scsi@vger.kernel.org
8170 S:      Maintained
8171 F:      Documentation/scsi/osst.txt
8172 F:      drivers/scsi/osst.*
8173 F:      drivers/scsi/osst_*.h
8174 F:      drivers/scsi/st.h
8175
8176 OPENCORES I2C BUS DRIVER
8177 M:      Peter Korsgaard <jacmet@sunsite.dk>
8178 L:      linux-i2c@vger.kernel.org
8179 S:      Maintained
8180 F:      Documentation/i2c/busses/i2c-ocores
8181 F:      drivers/i2c/busses/i2c-ocores.c
8182
8183 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8184 M:      Rob Herring <robh+dt@kernel.org>
8185 M:      Frank Rowand <frowand.list@gmail.com>
8186 M:      Grant Likely <grant.likely@linaro.org>
8187 L:      devicetree@vger.kernel.org
8188 W:      http://www.devicetree.org/
8189 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
8190 S:      Maintained
8191 F:      drivers/of/
8192 F:      include/linux/of*.h
8193 F:      scripts/dtc/
8194
8195 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8196 M:      Rob Herring <robh+dt@kernel.org>
8197 M:      Pawel Moll <pawel.moll@arm.com>
8198 M:      Mark Rutland <mark.rutland@arm.com>
8199 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
8200 M:      Kumar Gala <galak@codeaurora.org>
8201 L:      devicetree@vger.kernel.org
8202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8203 S:      Maintained
8204 F:      Documentation/devicetree/
8205 F:      arch/*/boot/dts/
8206 F:      include/dt-bindings/
8207
8208 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8209 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8210 L:      devicetree@vger.kernel.org
8211 S:      Maintained
8212 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8213 F:      Documentation/devicetree/overlay-notes.txt
8214 F:      drivers/of/overlay.c
8215 F:      drivers/of/resolver.c
8216
8217 OPENRISC ARCHITECTURE
8218 M:      Jonas Bonn <jonas@southpole.se>
8219 W:      http://openrisc.net
8220 L:      linux@lists.openrisc.net (moderated for non-subscribers)
8221 S:      Maintained
8222 T:      git git://openrisc.net/~jonas/linux
8223 F:      arch/openrisc/
8224
8225 OPENVSWITCH
8226 M:      Pravin Shelar <pshelar@nicira.com>
8227 L:      netdev@vger.kernel.org
8228 L:      dev@openvswitch.org
8229 W:      http://openvswitch.org
8230 S:      Maintained
8231 F:      net/openvswitch/
8232 F:      include/uapi/linux/openvswitch.h
8233
8234 OPERATING PERFORMANCE POINTS (OPP)
8235 M:      Viresh Kumar <vireshk@kernel.org>
8236 M:      Nishanth Menon <nm@ti.com>
8237 M:      Stephen Boyd <sboyd@codeaurora.org>
8238 L:      linux-pm@vger.kernel.org
8239 S:      Maintained
8240 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8241 F:      drivers/base/power/opp/
8242 F:      include/linux/pm_opp.h
8243 F:      Documentation/power/opp.txt
8244 F:      Documentation/devicetree/bindings/opp/
8245
8246 OPL4 DRIVER
8247 M:      Clemens Ladisch <clemens@ladisch.de>
8248 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8249 T:      git git://git.alsa-project.org/alsa-kernel.git
8250 S:      Maintained
8251 F:      sound/drivers/opl4/
8252
8253 OPROFILE
8254 M:      Robert Richter <rric@kernel.org>
8255 L:      oprofile-list@lists.sf.net
8256 S:      Maintained
8257 F:      arch/*/include/asm/oprofile*.h
8258 F:      arch/*/oprofile/
8259 F:      drivers/oprofile/
8260 F:      include/linux/oprofile.h
8261
8262 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8263 M:      Mark Fasheh <mfasheh@suse.com>
8264 M:      Joel Becker <jlbec@evilplan.org>
8265 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8266 W:      http://ocfs2.wiki.kernel.org
8267 S:      Supported
8268 F:      Documentation/filesystems/ocfs2.txt
8269 F:      Documentation/filesystems/dlmfs.txt
8270 F:      fs/ocfs2/
8271
8272 ORINOCO DRIVER
8273 L:      linux-wireless@vger.kernel.org
8274 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8275 W:      http://www.nongnu.org/orinoco/
8276 S:      Orphan
8277 F:      drivers/net/wireless/intersil/orinoco/
8278
8279 OSD LIBRARY and FILESYSTEM
8280 M:      Boaz Harrosh <ooo@electrozaur.com>
8281 M:      Benny Halevy <bhalevy@primarydata.com>
8282 L:      osd-dev@open-osd.org
8283 W:      http://open-osd.org
8284 T:      git git://git.open-osd.org/open-osd.git
8285 S:      Maintained
8286 F:      drivers/scsi/osd/
8287 F:      include/scsi/osd_*
8288 F:      fs/exofs/
8289
8290 OVERLAY FILESYSTEM
8291 M:      Miklos Szeredi <miklos@szeredi.hu>
8292 L:      linux-unionfs@vger.kernel.org
8293 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8294 S:      Supported
8295 F:      fs/overlayfs/
8296 F:      Documentation/filesystems/overlayfs.txt
8297
8298 ORANGEFS FILESYSTEM
8299 M:      Mike Marshall <hubcap@omnibond.com>
8300 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
8301 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
8302 S:      Supported
8303 F:      fs/orangefs/
8304 F:      Documentation/filesystems/orangefs.txt
8305
8306 P54 WIRELESS DRIVER
8307 M:      Christian Lamparter <chunkeey@googlemail.com>
8308 L:      linux-wireless@vger.kernel.org
8309 W:      http://wireless.kernel.org/en/users/Drivers/p54
8310 S:      Maintained
8311 F:      drivers/net/wireless/intersil/p54/
8312
8313 PA SEMI ETHERNET DRIVER
8314 M:      Olof Johansson <olof@lixom.net>
8315 L:      netdev@vger.kernel.org
8316 S:      Maintained
8317 F:      drivers/net/ethernet/pasemi/*
8318
8319 PA SEMI SMBUS DRIVER
8320 M:      Olof Johansson <olof@lixom.net>
8321 L:      linux-i2c@vger.kernel.org
8322 S:      Maintained
8323 F:      drivers/i2c/busses/i2c-pasemi.c
8324
8325 PADATA PARALLEL EXECUTION MECHANISM
8326 M:      Steffen Klassert <steffen.klassert@secunet.com>
8327 L:      linux-crypto@vger.kernel.org
8328 S:      Maintained
8329 F:      kernel/padata.c
8330 F:      include/linux/padata.h
8331 F:      Documentation/padata.txt
8332
8333 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8334 M:      Harald Welte <laforge@gnumonks.org>
8335 L:      platform-driver-x86@vger.kernel.org
8336 S:      Maintained
8337 F:      drivers/platform/x86/panasonic-laptop.c
8338
8339 PANASONIC MN10300/AM33/AM34 PORT
8340 M:      David Howells <dhowells@redhat.com>
8341 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8342 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
8343 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8344 S:      Maintained
8345 F:      Documentation/mn10300/
8346 F:      arch/mn10300/
8347
8348 PARALLEL LCD/KEYPAD PANEL DRIVER
8349 M:      Willy Tarreau <willy@haproxy.com>
8350 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
8351 S:      Odd Fixes
8352 F:      Documentation/misc-devices/lcd-panel-cgram.txt
8353 F:      drivers/misc/panel.c
8354
8355 PARALLEL PORT SUBSYSTEM
8356 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8357 M:      Sudip Mukherjee <sudip@vectorindia.org>
8358 L:      linux-parport@lists.infradead.org (subscribers-only)
8359 S:      Maintained
8360 F:      drivers/parport/
8361 F:      include/linux/parport*.h
8362 F:      drivers/char/ppdev.c
8363 F:      include/uapi/linux/ppdev.h
8364 F:      Documentation/parport*.txt
8365
8366 PARAVIRT_OPS INTERFACE
8367 M:      Jeremy Fitzhardinge <jeremy@goop.org>
8368 M:      Chris Wright <chrisw@sous-sol.org>
8369 M:      Alok Kataria <akataria@vmware.com>
8370 M:      Rusty Russell <rusty@rustcorp.com.au>
8371 L:      virtualization@lists.linux-foundation.org
8372 S:      Supported
8373 F:      Documentation/virtual/paravirt_ops.txt
8374 F:      arch/*/kernel/paravirt*
8375 F:      arch/*/include/asm/paravirt.h
8376
8377 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8378 M:      Tim Waugh <tim@cyberelk.net>
8379 L:      linux-parport@lists.infradead.org (subscribers-only)
8380 S:      Maintained
8381 F:      Documentation/blockdev/paride.txt
8382 F:      drivers/block/paride/
8383
8384 PARISC ARCHITECTURE
8385 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
8386 M:      Helge Deller <deller@gmx.de>
8387 L:      linux-parisc@vger.kernel.org
8388 W:      http://www.parisc-linux.org/
8389 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
8390 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8391 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8392 S:      Maintained
8393 F:      arch/parisc/
8394 F:      Documentation/parisc/
8395 F:      drivers/parisc/
8396 F:      drivers/char/agp/parisc-agp.c
8397 F:      drivers/input/serio/gscps2.c
8398 F:      drivers/parport/parport_gsc.*
8399 F:      drivers/tty/serial/8250/8250_gsc.c
8400 F:      drivers/video/fbdev/sti*
8401 F:      drivers/video/console/sti*
8402 F:      drivers/video/logo/logo_parisc*
8403
8404 PC87360 HARDWARE MONITORING DRIVER
8405 M:      Jim Cromie <jim.cromie@gmail.com>
8406 L:      linux-hwmon@vger.kernel.org
8407 S:      Maintained
8408 F:      Documentation/hwmon/pc87360
8409 F:      drivers/hwmon/pc87360.c
8410
8411 PC8736x GPIO DRIVER
8412 M:      Jim Cromie <jim.cromie@gmail.com>
8413 S:      Maintained
8414 F:      drivers/char/pc8736x_gpio.c
8415
8416 PC87427 HARDWARE MONITORING DRIVER
8417 M:      Jean Delvare <jdelvare@suse.com>
8418 L:      linux-hwmon@vger.kernel.org
8419 S:      Maintained
8420 F:      Documentation/hwmon/pc87427
8421 F:      drivers/hwmon/pc87427.c
8422
8423 PCA9532 LED DRIVER
8424 M:      Riku Voipio <riku.voipio@iki.fi>
8425 S:      Maintained
8426 F:      drivers/leds/leds-pca9532.c
8427 F:      include/linux/leds-pca9532.h
8428
8429 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8430 M:      Guenter Roeck <linux@roeck-us.net>
8431 L:      linux-i2c@vger.kernel.org
8432 S:      Maintained
8433 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8434
8435 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8436 M:      Khalid Aziz <khalid@gonehiking.org>
8437 S:      Maintained
8438 F:      drivers/firmware/pcdp.*
8439
8440 PCI ERROR RECOVERY
8441 M:      Linas Vepstas <linasvepstas@gmail.com>
8442 L:      linux-pci@vger.kernel.org
8443 S:      Supported
8444 F:      Documentation/PCI/pci-error-recovery.txt
8445
8446 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
8447 M:      Russell Currey <ruscur@russell.cc>
8448 L:      linuxppc-dev@lists.ozlabs.org
8449 S:      Supported
8450 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
8451 F:      arch/powerpc/kernel/eeh*.c
8452 F:      arch/powerpc/platforms/*/eeh*.c
8453 F:      arch/powerpc/include/*/eeh*.h
8454
8455 PCI SUBSYSTEM
8456 M:      Bjorn Helgaas <bhelgaas@google.com>
8457 L:      linux-pci@vger.kernel.org
8458 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8460 S:      Supported
8461 F:      Documentation/PCI/
8462 F:      drivers/pci/
8463 F:      include/linux/pci*
8464 F:      arch/x86/pci/
8465 F:      arch/x86/kernel/quirks.c
8466
8467 PCI DRIVER FOR ALTERA PCIE IP
8468 M:      Ley Foon Tan <lftan@altera.com>
8469 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8470 L:      linux-pci@vger.kernel.org
8471 S:      Supported
8472 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
8473 F:      drivers/pci/host/pcie-altera.c
8474
8475 PCI DRIVER FOR ARM VERSATILE PLATFORM
8476 M:      Rob Herring <robh@kernel.org>
8477 L:      linux-pci@vger.kernel.org
8478 L:      linux-arm-kernel@lists.infradead.org
8479 S:      Maintained
8480 F:      Documentation/devicetree/bindings/pci/versatile.txt
8481 F:      drivers/pci/host/pci-versatile.c
8482
8483 PCI DRIVER FOR APPLIEDMICRO XGENE
8484 M:      Tanmay Inamdar <tinamdar@apm.com>
8485 L:      linux-pci@vger.kernel.org
8486 L:      linux-arm-kernel@lists.infradead.org
8487 S:      Maintained
8488 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8489 F:      drivers/pci/host/pci-xgene.c
8490
8491 PCI DRIVER FOR FREESCALE LAYERSCAPE
8492 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8493 M:      Mingkai Hu <mingkai.hu@freescale.com>
8494 M:      Roy Zang <tie-fei.zang@freescale.com>
8495 L:      linuxppc-dev@lists.ozlabs.org
8496 L:      linux-pci@vger.kernel.org
8497 L:      linux-arm-kernel@lists.infradead.org
8498 S:      Maintained
8499 F:      drivers/pci/host/*layerscape*
8500
8501 PCI DRIVER FOR IMX6
8502 M:      Richard Zhu <Richard.Zhu@freescale.com>
8503 M:      Lucas Stach <l.stach@pengutronix.de>
8504 L:      linux-pci@vger.kernel.org
8505 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8506 S:      Maintained
8507 F:      drivers/pci/host/*imx6*
8508
8509 PCI DRIVER FOR TI KEYSTONE
8510 M:      Murali Karicheri <m-karicheri2@ti.com>
8511 L:      linux-pci@vger.kernel.org
8512 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8513 S:      Maintained
8514 F:      drivers/pci/host/*keystone*
8515
8516 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8517 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8518 M:      Jason Cooper <jason@lakedaemon.net>
8519 L:      linux-pci@vger.kernel.org
8520 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8521 S:      Maintained
8522 F:      drivers/pci/host/*mvebu*
8523
8524 PCI DRIVER FOR NVIDIA TEGRA
8525 M:      Thierry Reding <thierry.reding@gmail.com>
8526 L:      linux-tegra@vger.kernel.org
8527 L:      linux-pci@vger.kernel.org
8528 S:      Supported
8529 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8530 F:      drivers/pci/host/pci-tegra.c
8531
8532 PCI DRIVER FOR TI DRA7XX
8533 M:      Kishon Vijay Abraham I <kishon@ti.com>
8534 L:      linux-omap@vger.kernel.org
8535 L:      linux-pci@vger.kernel.org
8536 S:      Supported
8537 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8538 F:      drivers/pci/host/pci-dra7xx.c
8539
8540 PCI DRIVER FOR RENESAS R-CAR
8541 M:      Simon Horman <horms@verge.net.au>
8542 L:      linux-pci@vger.kernel.org
8543 L:      linux-renesas-soc@vger.kernel.org
8544 S:      Maintained
8545 F:      drivers/pci/host/*rcar*
8546
8547 PCI DRIVER FOR SAMSUNG EXYNOS
8548 M:      Jingoo Han <jingoohan1@gmail.com>
8549 L:      linux-pci@vger.kernel.org
8550 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8551 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8552 S:      Maintained
8553 F:      drivers/pci/host/pci-exynos.c
8554
8555 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8556 M:      Jingoo Han <jingoohan1@gmail.com>
8557 M:      Pratyush Anand <pratyush.anand@gmail.com>
8558 L:      linux-pci@vger.kernel.org
8559 S:      Maintained
8560 F:      drivers/pci/host/*designware*
8561
8562 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
8563 M:      Joao Pinto <jpinto@synopsys.com>
8564 L:      linux-pci@vger.kernel.org
8565 S:      Maintained
8566 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
8567 F:      drivers/pci/host/pcie-designware-plat.c
8568
8569 PCI DRIVER FOR GENERIC OF HOSTS
8570 M:      Will Deacon <will.deacon@arm.com>
8571 L:      linux-pci@vger.kernel.org
8572 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8573 S:      Maintained
8574 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8575 F:      drivers/pci/host/pci-host-common.c
8576 F:      drivers/pci/host/pci-host-generic.c
8577
8578 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8579 M:      Keith Busch <keith.busch@intel.com>
8580 L:      linux-pci@vger.kernel.org
8581 S:      Supported
8582 F:      arch/x86/pci/vmd.c
8583
8584 PCIE DRIVER FOR ST SPEAR13XX
8585 M:      Pratyush Anand <pratyush.anand@gmail.com>
8586 L:      linux-pci@vger.kernel.org
8587 S:      Maintained
8588 F:      drivers/pci/host/*spear*
8589
8590 PCI MSI DRIVER FOR ALTERA MSI IP
8591 M:      Ley Foon Tan <lftan@altera.com>
8592 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8593 L:      linux-pci@vger.kernel.org
8594 S:      Supported
8595 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8596 F:      drivers/pci/host/pcie-altera-msi.c
8597
8598 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8599 M:      Duc Dang <dhdang@apm.com>
8600 L:      linux-pci@vger.kernel.org
8601 L:      linux-arm-kernel@lists.infradead.org
8602 S:      Maintained
8603 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8604 F:      drivers/pci/host/pci-xgene-msi.c
8605
8606 PCIE DRIVER FOR HISILICON
8607 M:      Zhou Wang <wangzhou1@hisilicon.com>
8608 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
8609 L:      linux-pci@vger.kernel.org
8610 S:      Maintained
8611 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8612 F:      drivers/pci/host/pcie-hisi.c
8613
8614 PCIE DRIVER FOR QUALCOMM MSM
8615 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
8616 L:     linux-pci@vger.kernel.org
8617 L:     linux-arm-msm@vger.kernel.org
8618 S:     Maintained
8619 F:     drivers/pci/host/*qcom*
8620
8621 PCIE DRIVER FOR CAVIUM THUNDERX
8622 M:      David Daney <david.daney@cavium.com>
8623 L:      linux-pci@vger.kernel.org
8624 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8625 S:      Supported
8626 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
8627 F:      drivers/pci/host/pci-thunder-*
8628
8629 PCMCIA SUBSYSTEM
8630 P:      Linux PCMCIA Team
8631 L:      linux-pcmcia@lists.infradead.org
8632 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8633 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8634 S:      Maintained
8635 F:      Documentation/pcmcia/
8636 F:      drivers/pcmcia/
8637 F:      include/pcmcia/
8638
8639 PCNET32 NETWORK DRIVER
8640 M:      Don Fry <pcnet32@frontier.com>
8641 L:      netdev@vger.kernel.org
8642 S:      Maintained
8643 F:      drivers/net/ethernet/amd/pcnet32.c
8644
8645 PCRYPT PARALLEL CRYPTO ENGINE
8646 M:      Steffen Klassert <steffen.klassert@secunet.com>
8647 L:      linux-crypto@vger.kernel.org
8648 S:      Maintained
8649 F:      crypto/pcrypt.c
8650 F:      include/crypto/pcrypt.h
8651
8652 PER-CPU MEMORY ALLOCATOR
8653 M:      Tejun Heo <tj@kernel.org>
8654 M:      Christoph Lameter <cl@linux.com>
8655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8656 S:      Maintained
8657 F:      include/linux/percpu*.h
8658 F:      mm/percpu*.c
8659 F:      arch/*/include/asm/percpu.h
8660
8661 PER-TASK DELAY ACCOUNTING
8662 M:      Balbir Singh <bsingharora@gmail.com>
8663 S:      Maintained
8664 F:      include/linux/delayacct.h
8665 F:      kernel/delayacct.c
8666
8667 PERFORMANCE EVENTS SUBSYSTEM
8668 M:      Peter Zijlstra <peterz@infradead.org>
8669 M:      Ingo Molnar <mingo@redhat.com>
8670 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8671 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
8672 L:      linux-kernel@vger.kernel.org
8673 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8674 S:      Supported
8675 F:      kernel/events/*
8676 F:      include/linux/perf_event.h
8677 F:      include/uapi/linux/perf_event.h
8678 F:      arch/*/kernel/perf_event*.c
8679 F:      arch/*/kernel/*/perf_event*.c
8680 F:      arch/*/kernel/*/*/perf_event*.c
8681 F:      arch/*/include/asm/perf_event.h
8682 F:      arch/*/kernel/perf_callchain.c
8683 F:      tools/perf/
8684
8685 PERSONALITY HANDLING
8686 M:      Christoph Hellwig <hch@infradead.org>
8687 L:      linux-abi-devel@lists.sourceforge.net
8688 S:      Maintained
8689 F:      include/linux/personality.h
8690 F:      include/uapi/linux/personality.h
8691
8692 PHONET PROTOCOL
8693 M:      Remi Denis-Courmont <courmisch@gmail.com>
8694 S:      Supported
8695 F:      Documentation/networking/phonet.txt
8696 F:      include/linux/phonet.h
8697 F:      include/net/phonet/
8698 F:      include/uapi/linux/phonet.h
8699 F:      net/phonet/
8700
8701 PHRAM MTD DRIVER
8702 M:      Joern Engel <joern@lazybastard.org>
8703 L:      linux-mtd@lists.infradead.org
8704 S:      Maintained
8705 F:      drivers/mtd/devices/phram.c
8706
8707 PICOLCD HID DRIVER
8708 M:      Bruno Prémont <bonbons@linux-vserver.org>
8709 L:      linux-input@vger.kernel.org
8710 S:      Maintained
8711 F:      drivers/hid/hid-picolcd*
8712
8713 PICOXCELL SUPPORT
8714 M:      Jamie Iles <jamie@jamieiles.com>
8715 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8716 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8717 S:      Supported
8718 F:      arch/arm/boot/dts/picoxcell*
8719 F:      arch/arm/mach-picoxcell/
8720 F:      drivers/crypto/picoxcell*
8721
8722 PIN CONTROL SUBSYSTEM
8723 M:      Linus Walleij <linus.walleij@linaro.org>
8724 L:      linux-gpio@vger.kernel.org
8725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8726 S:      Maintained
8727 F:      drivers/pinctrl/
8728 F:      include/linux/pinctrl/
8729
8730 PIN CONTROLLER - ATMEL AT91
8731 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8732 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8733 S:      Maintained
8734 F:      drivers/pinctrl/pinctrl-at91.*
8735
8736 PIN CONTROLLER - ATMEL AT91 PIO4
8737 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8738 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8739 L:      linux-gpio@vger.kernel.org
8740 S:      Supported
8741 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8742
8743 PIN CONTROLLER - INTEL
8744 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8745 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8746 S:      Maintained
8747 F:      drivers/pinctrl/intel/
8748
8749 PIN CONTROLLER - RENESAS
8750 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8751 M:      Geert Uytterhoeven <geert+renesas@glider.be>
8752 L:      linux-renesas-soc@vger.kernel.org
8753 S:      Maintained
8754 F:      drivers/pinctrl/sh-pfc/
8755
8756 PIN CONTROLLER - SAMSUNG
8757 M:      Tomasz Figa <tomasz.figa@gmail.com>
8758 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
8759 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8760 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8761 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8762 S:      Maintained
8763 F:      drivers/pinctrl/samsung/
8764
8765 PIN CONTROLLER - SINGLE
8766 M:      Tony Lindgren <tony@atomide.com>
8767 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
8768 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8769 L:      linux-omap@vger.kernel.org
8770 S:      Maintained
8771 F:      drivers/pinctrl/pinctrl-single.c
8772
8773 PIN CONTROLLER - ST SPEAR
8774 M:      Viresh Kumar <vireshk@kernel.org>
8775 L:      spear-devel@list.st.com
8776 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8777 W:      http://www.st.com/spear
8778 S:      Maintained
8779 F:      drivers/pinctrl/spear/
8780
8781 PKTCDVD DRIVER
8782 M:      Jiri Kosina <jikos@kernel.org>
8783 S:      Maintained
8784 F:      drivers/block/pktcdvd.c
8785 F:      include/linux/pktcdvd.h
8786 F:      include/uapi/linux/pktcdvd.h
8787
8788 PKUNITY SOC DRIVERS
8789 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8790 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8791 S:      Maintained
8792 T:      git git://github.com/gxt/linux.git
8793 F:      drivers/input/serio/i8042-unicore32io.h
8794 F:      drivers/i2c/busses/i2c-puv3.c
8795 F:      drivers/video/fbdev/fb-puv3.c
8796 F:      drivers/rtc/rtc-puv3.c
8797
8798 PMBUS HARDWARE MONITORING DRIVERS
8799 M:      Guenter Roeck <linux@roeck-us.net>
8800 L:      linux-hwmon@vger.kernel.org
8801 W:      http://hwmon.wiki.kernel.org/
8802 W:      http://www.roeck-us.net/linux/drivers/
8803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8804 S:      Maintained
8805 F:      Documentation/hwmon/pmbus
8806 F:      drivers/hwmon/pmbus/
8807 F:      include/linux/i2c/pmbus.h
8808
8809 PMC SIERRA MaxRAID DRIVER
8810 L:      linux-scsi@vger.kernel.org
8811 W:      http://www.pmc-sierra.com/
8812 S:      Orphan
8813 F:      drivers/scsi/pmcraid.*
8814
8815 PMC SIERRA PM8001 DRIVER
8816 M:      Jack Wang <jinpu.wang@profitbricks.com>
8817 M:      lindar_liu@usish.com
8818 L:      pmchba@pmcs.com
8819 L:      linux-scsi@vger.kernel.org
8820 S:      Supported
8821 F:      drivers/scsi/pm8001/
8822
8823 POSIX CLOCKS and TIMERS
8824 M:      Thomas Gleixner <tglx@linutronix.de>
8825 L:      linux-kernel@vger.kernel.org
8826 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8827 S:      Maintained
8828 F:      fs/timerfd.c
8829 F:      include/linux/timer*
8830 F:      kernel/time/*timer*
8831
8832 POWER MANAGEMENT CORE
8833 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
8834 L:      linux-pm@vger.kernel.org
8835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8836 S:      Supported
8837 F:      drivers/base/power/
8838 F:      include/linux/pm.h
8839 F:      include/linux/pm_*
8840 F:      include/linux/powercap.h
8841 F:      drivers/powercap/
8842
8843 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8844 M:      Sebastian Reichel <sre@kernel.org>
8845 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8846 M:      David Woodhouse <dwmw2@infradead.org>
8847 L:      linux-pm@vger.kernel.org
8848 T:      git git://git.infradead.org/battery-2.6.git
8849 S:      Maintained
8850 F:      include/linux/power_supply.h
8851 F:      drivers/power/
8852 X:      drivers/power/avs/
8853
8854 POWER STATE COORDINATION INTERFACE (PSCI)
8855 M:      Mark Rutland <mark.rutland@arm.com>
8856 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8857 L:      linux-arm-kernel@lists.infradead.org
8858 S:      Maintained
8859 F:      drivers/firmware/psci.c
8860 F:      include/linux/psci.h
8861 F:      include/uapi/linux/psci.h
8862
8863 PNP SUPPORT
8864 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8865 S:      Maintained
8866 F:      drivers/pnp/
8867
8868 PPP PROTOCOL DRIVERS AND COMPRESSORS
8869 M:      Paul Mackerras <paulus@samba.org>
8870 L:      linux-ppp@vger.kernel.org
8871 S:      Maintained
8872 F:      drivers/net/ppp/ppp_*
8873
8874 PPP OVER ATM (RFC 2364)
8875 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8876 S:      Maintained
8877 F:      net/atm/pppoatm.c
8878 F:      include/uapi/linux/atmppp.h
8879
8880 PPP OVER ETHERNET
8881 M:      Michal Ostrowski <mostrows@earthlink.net>
8882 S:      Maintained
8883 F:      drivers/net/ppp/pppoe.c
8884 F:      drivers/net/ppp/pppox.c
8885
8886 PPP OVER L2TP
8887 M:      James Chapman <jchapman@katalix.com>
8888 S:      Maintained
8889 F:      net/l2tp/l2tp_ppp.c
8890 F:      include/linux/if_pppol2tp.h
8891 F:      include/uapi/linux/if_pppol2tp.h
8892
8893 PPS SUPPORT
8894 M:      Rodolfo Giometti <giometti@enneenne.com>
8895 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8896 L:      linuxpps@ml.enneenne.com (subscribers-only)
8897 S:      Maintained
8898 F:      Documentation/pps/
8899 F:      drivers/pps/
8900 F:      include/linux/pps*.h
8901
8902 PPTP DRIVER
8903 M:      Dmitry Kozlov <xeb@mail.ru>
8904 L:      netdev@vger.kernel.org
8905 S:      Maintained
8906 F:      drivers/net/ppp/pptp.c
8907 W:      http://sourceforge.net/projects/accel-pptp
8908
8909 PREEMPTIBLE KERNEL
8910 M:      Robert Love <rml@tech9.net>
8911 L:      kpreempt-tech@lists.sourceforge.net
8912 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8913 S:      Supported
8914 F:      Documentation/preempt-locking.txt
8915 F:      include/linux/preempt.h
8916
8917 PRISM54 WIRELESS DRIVER
8918 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8919 L:      linux-wireless@vger.kernel.org
8920 W:      http://wireless.kernel.org/en/users/Drivers/p54
8921 S:      Obsolete
8922 F:      drivers/net/wireless/intersil/prism54/
8923
8924 PS3 NETWORK SUPPORT
8925 M:      Geoff Levand <geoff@infradead.org>
8926 L:      netdev@vger.kernel.org
8927 L:      linuxppc-dev@lists.ozlabs.org
8928 S:      Maintained
8929 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8930
8931 PS3 PLATFORM SUPPORT
8932 M:      Geoff Levand <geoff@infradead.org>
8933 L:      linuxppc-dev@lists.ozlabs.org
8934 S:      Maintained
8935 F:      arch/powerpc/boot/ps3*
8936 F:      arch/powerpc/include/asm/lv1call.h
8937 F:      arch/powerpc/include/asm/ps3*.h
8938 F:      arch/powerpc/platforms/ps3/
8939 F:      drivers/*/ps3*
8940 F:      drivers/ps3/
8941 F:      drivers/rtc/rtc-ps3.c
8942 F:      drivers/usb/host/*ps3.c
8943 F:      sound/ppc/snd_ps3*
8944
8945 PS3VRAM DRIVER
8946 M:      Jim Paris <jim@jtan.com>
8947 M:      Geoff Levand <geoff@infradead.org>
8948 L:      linuxppc-dev@lists.ozlabs.org
8949 S:      Maintained
8950 F:      drivers/block/ps3vram.c
8951
8952 PSTORE FILESYSTEM
8953 M:      Anton Vorontsov <anton@enomsg.org>
8954 M:      Colin Cross <ccross@android.com>
8955 M:      Kees Cook <keescook@chromium.org>
8956 M:      Tony Luck <tony.luck@intel.com>
8957 S:      Maintained
8958 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
8959 F:      fs/pstore/
8960 F:      include/linux/pstore*
8961 F:      drivers/firmware/efi/efi-pstore.c
8962 F:      drivers/acpi/apei/erst.c
8963
8964 PTP HARDWARE CLOCK SUPPORT
8965 M:      Richard Cochran <richardcochran@gmail.com>
8966 L:      netdev@vger.kernel.org
8967 S:      Maintained
8968 W:      http://linuxptp.sourceforge.net/
8969 F:      Documentation/ABI/testing/sysfs-ptp
8970 F:      Documentation/ptp/*
8971 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8972 F:      drivers/net/phy/dp83640*
8973 F:      drivers/ptp/*
8974 F:      include/linux/ptp_cl*
8975
8976 PTRACE SUPPORT
8977 M:      Roland McGrath <roland@hack.frob.com>
8978 M:      Oleg Nesterov <oleg@redhat.com>
8979 S:      Maintained
8980 F:      include/asm-generic/syscall.h
8981 F:      include/linux/ptrace.h
8982 F:      include/linux/regset.h
8983 F:      include/linux/tracehook.h
8984 F:      include/uapi/linux/ptrace.h
8985 F:      kernel/ptrace.c
8986
8987 PVRUSB2 VIDEO4LINUX DRIVER
8988 M:      Mike Isely <isely@pobox.com>
8989 L:      pvrusb2@isely.net       (subscribers-only)
8990 L:      linux-media@vger.kernel.org
8991 W:      http://www.isely.net/pvrusb2/
8992 T:      git git://linuxtv.org/media_tree.git
8993 S:      Maintained
8994 F:      Documentation/video4linux/README.pvrusb2
8995 F:      drivers/media/usb/pvrusb2/
8996
8997 PWC WEBCAM DRIVER
8998 M:      Hans de Goede <hdegoede@redhat.com>
8999 L:      linux-media@vger.kernel.org
9000 T:      git git://linuxtv.org/media_tree.git
9001 S:      Maintained
9002 F:      drivers/media/usb/pwc/*
9003
9004 PWM FAN DRIVER
9005 M:      Kamil Debski <k.debski@samsung.com>
9006 L:      linux-hwmon@vger.kernel.org
9007 S:      Supported
9008 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9009 F:      Documentation/hwmon/pwm-fan
9010 F:      drivers/hwmon/pwm-fan.c
9011
9012 PWM SUBSYSTEM
9013 M:      Thierry Reding <thierry.reding@gmail.com>
9014 L:      linux-pwm@vger.kernel.org
9015 S:      Maintained
9016 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9017 F:      Documentation/pwm.txt
9018 F:      Documentation/devicetree/bindings/pwm/
9019 F:      include/linux/pwm.h
9020 F:      drivers/pwm/
9021 F:      drivers/video/backlight/pwm_bl.c
9022 F:      include/linux/pwm_backlight.h
9023
9024 PXA2xx/PXA3xx SUPPORT
9025 M:      Daniel Mack <daniel@zonque.org>
9026 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9027 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9028 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9029 T:      git git://github.com/hzhuang1/linux.git
9030 T:      git git://github.com/rjarzmik/linux.git
9031 S:      Maintained
9032 F:      arch/arm/boot/dts/pxa*
9033 F:      arch/arm/mach-pxa/
9034 F:      drivers/dma/pxa*
9035 F:      drivers/pcmcia/pxa2xx*
9036 F:      drivers/pinctrl/pxa/
9037 F:      drivers/spi/spi-pxa2xx*
9038 F:      drivers/usb/gadget/udc/pxa2*
9039 F:      include/sound/pxa2xx-lib.h
9040 F:      sound/arm/pxa*
9041 F:      sound/soc/pxa/
9042
9043 PXA GPIO DRIVER
9044 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9045 L:      linux-gpio@vger.kernel.org
9046 S:      Maintained
9047 F:      drivers/gpio/gpio-pxa.c
9048
9049 PXA3xx NAND FLASH DRIVER
9050 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9051 L:      linux-mtd@lists.infradead.org
9052 S:      Maintained
9053 F:      drivers/mtd/nand/pxa3xx_nand.c
9054
9055 MMP SUPPORT
9056 M:      Eric Miao <eric.y.miao@gmail.com>
9057 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9058 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9059 T:      git git://github.com/hzhuang1/linux.git
9060 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
9061 S:      Maintained
9062 F:      arch/arm/boot/dts/mmp*
9063 F:      arch/arm/mach-mmp/
9064
9065 PXA MMCI DRIVER
9066 S:      Orphan
9067
9068 PXA RTC DRIVER
9069 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9070 L:      rtc-linux@googlegroups.com
9071 S:      Maintained
9072
9073 QAT DRIVER
9074 M:      Tadeusz Struk <tadeusz.struk@intel.com>
9075 L:      qat-linux@intel.com
9076 S:      Supported
9077 F:      drivers/crypto/qat/
9078
9079 QIB DRIVER
9080 M:      Mike Marciniszyn <infinipath@intel.com>
9081 L:      linux-rdma@vger.kernel.org
9082 S:      Supported
9083 F:      drivers/infiniband/hw/qib/
9084
9085 QLOGIC QLA1280 SCSI DRIVER
9086 M:      Michael Reed <mdr@sgi.com>
9087 L:      linux-scsi@vger.kernel.org
9088 S:      Maintained
9089 F:      drivers/scsi/qla1280.[ch]
9090
9091 QLOGIC QLA2XXX FC-SCSI DRIVER
9092 M:      qla2xxx-upstream@qlogic.com
9093 L:      linux-scsi@vger.kernel.org
9094 S:      Supported
9095 F:      Documentation/scsi/LICENSE.qla2xxx
9096 F:      drivers/scsi/qla2xxx/
9097
9098 QLOGIC QLA4XXX iSCSI DRIVER
9099 M:      QLogic-Storage-Upstream@qlogic.com
9100 L:      linux-scsi@vger.kernel.org
9101 S:      Supported
9102 F:      Documentation/scsi/LICENSE.qla4xxx
9103 F:      drivers/scsi/qla4xxx/
9104
9105 QLOGIC QLA3XXX NETWORK DRIVER
9106 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
9107 M:      Ron Mercer <ron.mercer@qlogic.com>
9108 M:      linux-driver@qlogic.com
9109 L:      netdev@vger.kernel.org
9110 S:      Supported
9111 F:      Documentation/networking/LICENSE.qla3xxx
9112 F:      drivers/net/ethernet/qlogic/qla3xxx.*
9113
9114 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9115 M:      Dept-GELinuxNICDev@qlogic.com
9116 L:      netdev@vger.kernel.org
9117 S:      Supported
9118 F:      drivers/net/ethernet/qlogic/qlcnic/
9119
9120 QLOGIC QLGE 10Gb ETHERNET DRIVER
9121 M:      Harish Patil <harish.patil@qlogic.com>
9122 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
9123 M:      Dept-GELinuxNICDev@qlogic.com
9124 M:      linux-driver@qlogic.com
9125 L:      netdev@vger.kernel.org
9126 S:      Supported
9127 F:      drivers/net/ethernet/qlogic/qlge/
9128
9129 QLOGIC QL4xxx ETHERNET DRIVER
9130 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
9131 M:      Ariel Elior <Ariel.Elior@qlogic.com>
9132 M:      everest-linux-l2@qlogic.com
9133 L:      netdev@vger.kernel.org
9134 S:      Supported
9135 F:      drivers/net/ethernet/qlogic/qed/
9136 F:      include/linux/qed/
9137 F:      drivers/net/ethernet/qlogic/qede/
9138
9139 QNX4 FILESYSTEM
9140 M:      Anders Larsen <al@alarsen.net>
9141 W:      http://www.alarsen.net/linux/qnx4fs/
9142 S:      Maintained
9143 F:      fs/qnx4/
9144 F:      include/uapi/linux/qnx4_fs.h
9145 F:      include/uapi/linux/qnxtypes.h
9146
9147 QT1010 MEDIA DRIVER
9148 M:      Antti Palosaari <crope@iki.fi>
9149 L:      linux-media@vger.kernel.org
9150 W:      https://linuxtv.org
9151 W:      http://palosaari.fi/linux/
9152 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9153 T:      git git://linuxtv.org/anttip/media_tree.git
9154 S:      Maintained
9155 F:      drivers/media/tuners/qt1010*
9156
9157 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9158 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9159 L:      linux-wireless@vger.kernel.org
9160 L:      ath9k-devel@lists.ath9k.org
9161 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
9162 S:      Supported
9163 F:      drivers/net/wireless/ath/ath9k/
9164
9165 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9166 M:      Kalle Valo <kvalo@qca.qualcomm.com>
9167 L:      ath10k@lists.infradead.org
9168 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
9169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9170 S:      Supported
9171 F:      drivers/net/wireless/ath/ath10k/
9172
9173 QUALCOMM HEXAGON ARCHITECTURE
9174 M:      Richard Kuo <rkuo@codeaurora.org>
9175 L:      linux-hexagon@vger.kernel.org
9176 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9177 S:      Supported
9178 F:      arch/hexagon/
9179
9180 QUALCOMM WCN36XX WIRELESS DRIVER
9181 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
9182 L:      wcn36xx@lists.infradead.org
9183 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
9184 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
9185 S:      Supported
9186 F:      drivers/net/wireless/ath/wcn36xx/
9187
9188 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9189 M:      Gabriel Somlo <somlo@cmu.edu>
9190 M:      "Michael S. Tsirkin" <mst@redhat.com>
9191 L:      qemu-devel@nongnu.org
9192 S:      Maintained
9193 F:      drivers/firmware/qemu_fw_cfg.c
9194
9195 RADOS BLOCK DEVICE (RBD)
9196 M:      Ilya Dryomov <idryomov@gmail.com>
9197 M:      Sage Weil <sage@redhat.com>
9198 M:      Alex Elder <elder@kernel.org>
9199 L:      ceph-devel@vger.kernel.org
9200 W:      http://ceph.com/
9201 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9202 T:      git git://github.com/ceph/ceph-client.git
9203 S:      Supported
9204 F:      Documentation/ABI/testing/sysfs-bus-rbd
9205 F:      drivers/block/rbd.c
9206 F:      drivers/block/rbd_types.h
9207
9208 RADEON FRAMEBUFFER DISPLAY DRIVER
9209 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
9210 L:      linux-fbdev@vger.kernel.org
9211 S:      Maintained
9212 F:      drivers/video/fbdev/aty/radeon*
9213 F:      include/uapi/linux/radeonfb.h
9214
9215 RADIOSHARK RADIO DRIVER
9216 M:      Hans de Goede <hdegoede@redhat.com>
9217 L:      linux-media@vger.kernel.org
9218 T:      git git://linuxtv.org/media_tree.git
9219 S:      Maintained
9220 F:      drivers/media/radio/radio-shark.c
9221
9222 RADIOSHARK2 RADIO DRIVER
9223 M:      Hans de Goede <hdegoede@redhat.com>
9224 L:      linux-media@vger.kernel.org
9225 T:      git git://linuxtv.org/media_tree.git
9226 S:      Maintained
9227 F:      drivers/media/radio/radio-shark2.c
9228 F:      drivers/media/radio/radio-tea5777.c
9229
9230 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9231 M:      Paul Mackerras <paulus@samba.org>
9232 L:      linux-fbdev@vger.kernel.org
9233 S:      Maintained
9234 F:      drivers/video/fbdev/aty/aty128fb.c
9235
9236 RALINK MIPS ARCHITECTURE
9237 M:      John Crispin <blogic@openwrt.org>
9238 L:      linux-mips@linux-mips.org
9239 S:      Maintained
9240 F:      arch/mips/ralink
9241
9242 RALINK RT2X00 WIRELESS LAN DRIVER
9243 P:      rt2x00 project
9244 M:      Stanislaw Gruszka <sgruszka@redhat.com>
9245 M:      Helmut Schaa <helmut.schaa@googlemail.com>
9246 L:      linux-wireless@vger.kernel.org
9247 S:      Maintained
9248 F:      drivers/net/wireless/ralink/rt2x00/
9249
9250 RAMDISK RAM BLOCK DEVICE DRIVER
9251 M:      Jens Axboe <axboe@kernel.dk>
9252 S:      Maintained
9253 F:      Documentation/blockdev/ramdisk.txt
9254 F:      drivers/block/brd.c
9255
9256 RANDOM NUMBER DRIVER
9257 M:      "Theodore Ts'o" <tytso@mit.edu>
9258 S:      Maintained
9259 F:      drivers/char/random.c
9260
9261 RAPIDIO SUBSYSTEM
9262 M:      Matt Porter <mporter@kernel.crashing.org>
9263 M:      Alexandre Bounine <alexandre.bounine@idt.com>
9264 S:      Maintained
9265 F:      drivers/rapidio/
9266
9267 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9268 L:      linux-wireless@vger.kernel.org
9269 S:      Orphan
9270 F:      drivers/net/wireless/ray*
9271
9272 RCUTORTURE MODULE
9273 M:      Josh Triplett <josh@joshtriplett.org>
9274 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9275 L:      linux-kernel@vger.kernel.org
9276 S:      Supported
9277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9278 F:      Documentation/RCU/torture.txt
9279 F:      kernel/rcu/rcutorture.c
9280
9281 RCUTORTURE TEST FRAMEWORK
9282 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9283 M:      Josh Triplett <josh@joshtriplett.org>
9284 R:      Steven Rostedt <rostedt@goodmis.org>
9285 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9286 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9287 L:      linux-kernel@vger.kernel.org
9288 S:      Supported
9289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9290 F:      tools/testing/selftests/rcutorture
9291
9292 RDC R-321X SoC
9293 M:      Florian Fainelli <florian@openwrt.org>
9294 S:      Maintained
9295
9296 RDC R6040 FAST ETHERNET DRIVER
9297 M:      Florian Fainelli <florian@openwrt.org>
9298 L:      netdev@vger.kernel.org
9299 S:      Maintained
9300 F:      drivers/net/ethernet/rdc/r6040.c
9301
9302 RDS - RELIABLE DATAGRAM SOCKETS
9303 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
9304 L:      netdev@vger.kernel.org
9305 L:      linux-rdma@vger.kernel.org
9306 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
9307 W:      https://oss.oracle.com/projects/rds/
9308 S:      Supported
9309 F:      net/rds/
9310 F:      Documentation/networking/rds.txt
9311
9312 RDMAVT - RDMA verbs software
9313 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
9314 L:      linux-rdma@vger.kernel.org
9315 S:      Supported
9316 F:      drivers/infiniband/sw/rdmavt
9317
9318 READ-COPY UPDATE (RCU)
9319 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9320 M:      Josh Triplett <josh@joshtriplett.org>
9321 R:      Steven Rostedt <rostedt@goodmis.org>
9322 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9323 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9324 L:      linux-kernel@vger.kernel.org
9325 W:      http://www.rdrop.com/users/paulmck/RCU/
9326 S:      Supported
9327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9328 F:      Documentation/RCU/
9329 X:      Documentation/RCU/torture.txt
9330 F:      include/linux/rcu*
9331 X:      include/linux/srcu.h
9332 F:      kernel/rcu/
9333 X:      kernel/torture.c
9334
9335 REAL TIME CLOCK (RTC) SUBSYSTEM
9336 M:      Alessandro Zummo <a.zummo@towertech.it>
9337 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
9338 L:      rtc-linux@googlegroups.com
9339 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
9340 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9341 S:      Maintained
9342 F:      Documentation/rtc.txt
9343 F:      drivers/rtc/
9344 F:      include/linux/rtc.h
9345 F:      include/uapi/linux/rtc.h
9346
9347 REALTEK AUDIO CODECS
9348 M:      Bard Liao <bardliao@realtek.com>
9349 M:      Oder Chiou <oder_chiou@realtek.com>
9350 S:      Maintained
9351 F:      sound/soc/codecs/rt*
9352 F:      include/sound/rt*.h
9353
9354 REISERFS FILE SYSTEM
9355 L:      reiserfs-devel@vger.kernel.org
9356 S:      Supported
9357 F:      fs/reiserfs/
9358
9359 REGISTER MAP ABSTRACTION
9360 M:      Mark Brown <broonie@kernel.org>
9361 L:      linux-kernel@vger.kernel.org
9362 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9363 S:      Supported
9364 F:      drivers/base/regmap/
9365 F:      include/linux/regmap.h
9366
9367 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9368 M:      Ohad Ben-Cohen <ohad@wizery.com>
9369 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9370 L:      linux-remoteproc@vger.kernel.org
9371 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9372 S:      Maintained
9373 F:      drivers/remoteproc/
9374 F:      Documentation/remoteproc.txt
9375 F:      include/linux/remoteproc.h
9376
9377 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9378 M:      Ohad Ben-Cohen <ohad@wizery.com>
9379 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9380 L:      linux-remoteproc@vger.kernel.org
9381 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9382 S:      Maintained
9383 F:      drivers/rpmsg/
9384 F:      Documentation/rpmsg.txt
9385 F:      include/linux/rpmsg.h
9386
9387 RENESAS ETHERNET DRIVERS
9388 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9389 L:      netdev@vger.kernel.org
9390 L:      linux-renesas-soc@vger.kernel.org
9391 F:      drivers/net/ethernet/renesas/
9392 F:      include/linux/sh_eth.h
9393
9394 RENESAS USB2 PHY DRIVER
9395 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9396 L:      linux-renesas-soc@vger.kernel.org
9397 S:      Maintained
9398 F:      drivers/phy/phy-rcar-gen3-usb2.c
9399
9400 RESET CONTROLLER FRAMEWORK
9401 M:      Philipp Zabel <p.zabel@pengutronix.de>
9402 T:      git git://git.pengutronix.de/git/pza/linux
9403 S:      Maintained
9404 F:      drivers/reset/
9405 F:      Documentation/devicetree/bindings/reset/
9406 F:      include/dt-bindings/reset/
9407 F:      include/linux/reset.h
9408 F:      include/linux/reset-controller.h
9409
9410 RFKILL
9411 M:      Johannes Berg <johannes@sipsolutions.net>
9412 L:      linux-wireless@vger.kernel.org
9413 W:      http://wireless.kernel.org/
9414 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9415 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9416 S:      Maintained
9417 F:      Documentation/rfkill.txt
9418 F:      net/rfkill/
9419
9420 RHASHTABLE
9421 M:      Thomas Graf <tgraf@suug.ch>
9422 L:      netdev@vger.kernel.org
9423 S:      Maintained
9424 F:      lib/rhashtable.c
9425 F:      include/linux/rhashtable.h
9426
9427 RICOH SMARTMEDIA/XD DRIVER
9428 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9429 S:      Maintained
9430 F:      drivers/mtd/nand/r852.c
9431 F:      drivers/mtd/nand/r852.h
9432
9433 RICOH R5C592 MEMORYSTICK DRIVER
9434 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9435 S:      Maintained
9436 F:      drivers/memstick/host/r592.*
9437
9438 ROCCAT DRIVERS
9439 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
9440 W:      http://sourceforge.net/projects/roccat/
9441 S:      Maintained
9442 F:      drivers/hid/hid-roccat*
9443 F:      include/linux/hid-roccat*
9444 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
9445
9446 ROCKER DRIVER
9447 M:      Jiri Pirko <jiri@resnulli.us>
9448 M:      Scott Feldman <sfeldma@gmail.com>
9449 L:      netdev@vger.kernel.org
9450 S:      Supported
9451 F:      drivers/net/ethernet/rocker/
9452
9453 ROCKETPORT DRIVER
9454 P:      Comtrol Corp.
9455 W:      http://www.comtrol.com
9456 S:      Maintained
9457 F:      Documentation/serial/rocket.txt
9458 F:      drivers/tty/rocket*
9459
9460 ROCKETPORT EXPRESS/INFINITY DRIVER
9461 M:      Kevin Cernekee <cernekee@gmail.com>
9462 L:      linux-serial@vger.kernel.org
9463 S:      Odd Fixes
9464 F:      drivers/tty/serial/rp2.*
9465
9466 ROSE NETWORK LAYER
9467 M:      Ralf Baechle <ralf@linux-mips.org>
9468 L:      linux-hams@vger.kernel.org
9469 W:      http://www.linux-ax25.org/
9470 S:      Maintained
9471 F:      include/net/rose.h
9472 F:      include/uapi/linux/rose.h
9473 F:      net/rose/
9474
9475 RTL2830 MEDIA DRIVER
9476 M:      Antti Palosaari <crope@iki.fi>
9477 L:      linux-media@vger.kernel.org
9478 W:      https://linuxtv.org
9479 W:      http://palosaari.fi/linux/
9480 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9481 T:      git git://linuxtv.org/anttip/media_tree.git
9482 S:      Maintained
9483 F:      drivers/media/dvb-frontends/rtl2830*
9484
9485 RTL2832 MEDIA DRIVER
9486 M:      Antti Palosaari <crope@iki.fi>
9487 L:      linux-media@vger.kernel.org
9488 W:      https://linuxtv.org
9489 W:      http://palosaari.fi/linux/
9490 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9491 T:      git git://linuxtv.org/anttip/media_tree.git
9492 S:      Maintained
9493 F:      drivers/media/dvb-frontends/rtl2832*
9494
9495 RTL2832_SDR MEDIA DRIVER
9496 M:      Antti Palosaari <crope@iki.fi>
9497 L:      linux-media@vger.kernel.org
9498 W:      https://linuxtv.org
9499 W:      http://palosaari.fi/linux/
9500 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9501 T:      git git://linuxtv.org/anttip/media_tree.git
9502 S:      Maintained
9503 F:      drivers/media/dvb-frontends/rtl2832_sdr*
9504
9505 RTL8180 WIRELESS DRIVER
9506 L:      linux-wireless@vger.kernel.org
9507 W:      http://wireless.kernel.org/
9508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9509 S:      Orphan
9510 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
9511
9512 RTL8187 WIRELESS DRIVER
9513 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9514 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
9515 M:      Larry Finger <Larry.Finger@lwfinger.net>
9516 L:      linux-wireless@vger.kernel.org
9517 W:      http://wireless.kernel.org/
9518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9519 S:      Maintained
9520 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
9521
9522 RTL8192CE WIRELESS DRIVER
9523 M:      Larry Finger <Larry.Finger@lwfinger.net>
9524 M:      Chaoming Li <chaoming_li@realsil.com.cn>
9525 L:      linux-wireless@vger.kernel.org
9526 W:      http://wireless.kernel.org/
9527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9528 S:      Maintained
9529 F:      drivers/net/wireless/realtek/rtlwifi/
9530 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9531
9532 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9533 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9534 L:      linux-wireless@vger.kernel.org
9535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
9536 S:      Maintained
9537 F:      drivers/net/wireless/realtek/rtl8xxxu/
9538
9539 S3 SAVAGE FRAMEBUFFER DRIVER
9540 M:      Antonino Daplas <adaplas@gmail.com>
9541 L:      linux-fbdev@vger.kernel.org
9542 S:      Maintained
9543 F:      drivers/video/fbdev/savage/
9544
9545 S390
9546 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
9547 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
9548 L:      linux-s390@vger.kernel.org
9549 W:      http://www.ibm.com/developerworks/linux/linux390/
9550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9551 S:      Supported
9552 F:      arch/s390/
9553 F:      drivers/s390/
9554 F:      Documentation/s390/
9555 F:      Documentation/DocBook/s390*
9556
9557 S390 COMMON I/O LAYER
9558 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9559 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9560 L:      linux-s390@vger.kernel.org
9561 W:      http://www.ibm.com/developerworks/linux/linux390/
9562 S:      Supported
9563 F:      drivers/s390/cio/
9564
9565 S390 DASD DRIVER
9566 M:      Stefan Weinhuber <wein@de.ibm.com>
9567 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
9568 L:      linux-s390@vger.kernel.org
9569 W:      http://www.ibm.com/developerworks/linux/linux390/
9570 S:      Supported
9571 F:      drivers/s390/block/dasd*
9572 F:      block/partitions/ibm.c
9573
9574 S390 NETWORK DRIVERS
9575 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9576 L:      linux-s390@vger.kernel.org
9577 W:      http://www.ibm.com/developerworks/linux/linux390/
9578 S:      Supported
9579 F:      drivers/s390/net/
9580
9581 S390 PCI SUBSYSTEM
9582 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9583 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9584 L:      linux-s390@vger.kernel.org
9585 W:      http://www.ibm.com/developerworks/linux/linux390/
9586 S:      Supported
9587 F:      arch/s390/pci/
9588 F:      drivers/pci/hotplug/s390_pci_hpc.c
9589
9590 S390 ZCRYPT DRIVER
9591 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9592 L:      linux-s390@vger.kernel.org
9593 W:      http://www.ibm.com/developerworks/linux/linux390/
9594 S:      Supported
9595 F:      drivers/s390/crypto/
9596
9597 S390 ZFCP DRIVER
9598 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9599 L:      linux-s390@vger.kernel.org
9600 W:      http://www.ibm.com/developerworks/linux/linux390/
9601 S:      Supported
9602 F:      drivers/s390/scsi/zfcp_*
9603
9604 S390 IUCV NETWORK LAYER
9605 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9606 L:      linux-s390@vger.kernel.org
9607 W:      http://www.ibm.com/developerworks/linux/linux390/
9608 S:      Supported
9609 F:      drivers/s390/net/*iucv*
9610 F:      include/net/iucv/
9611 F:      net/iucv/
9612
9613 S390 IOMMU (PCI)
9614 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9615 L:      linux-s390@vger.kernel.org
9616 W:      http://www.ibm.com/developerworks/linux/linux390/
9617 S:      Supported
9618 F:      drivers/iommu/s390-iommu.c
9619
9620 S3C24XX SD/MMC Driver
9621 M:      Ben Dooks <ben-linux@fluff.org>
9622 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9623 S:      Supported
9624 F:      drivers/mmc/host/s3cmci.*
9625
9626 SAA6588 RDS RECEIVER DRIVER
9627 M:      Hans Verkuil <hverkuil@xs4all.nl>
9628 L:      linux-media@vger.kernel.org
9629 T:      git git://linuxtv.org/media_tree.git
9630 W:      https://linuxtv.org
9631 S:      Odd Fixes
9632 F:      drivers/media/i2c/saa6588*
9633
9634 SAA7134 VIDEO4LINUX DRIVER
9635 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9636 L:      linux-media@vger.kernel.org
9637 W:      https://linuxtv.org
9638 T:      git git://linuxtv.org/media_tree.git
9639 S:      Odd fixes
9640 F:      Documentation/video4linux/*.saa7134
9641 F:      drivers/media/pci/saa7134/
9642
9643 SAA7146 VIDEO4LINUX-2 DRIVER
9644 M:      Hans Verkuil <hverkuil@xs4all.nl>
9645 L:      linux-media@vger.kernel.org
9646 T:      git git://linuxtv.org/media_tree.git
9647 S:      Maintained
9648 F:      drivers/media/common/saa7146/
9649 F:      drivers/media/pci/saa7146/
9650 F:      include/media/saa7146*
9651
9652 SAMSUNG LAPTOP DRIVER
9653 M:      Corentin Chary <corentin.chary@gmail.com>
9654 L:      platform-driver-x86@vger.kernel.org
9655 S:      Maintained
9656 F:      drivers/platform/x86/samsung-laptop.c
9657
9658 SAMSUNG AUDIO (ASoC) DRIVERS
9659 M:      Sangbeom Kim <sbkim73@samsung.com>
9660 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9661 S:      Supported
9662 F:      sound/soc/samsung/
9663
9664 SAMSUNG FRAMEBUFFER DRIVER
9665 M:      Jingoo Han <jingoohan1@gmail.com>
9666 L:      linux-fbdev@vger.kernel.org
9667 S:      Maintained
9668 F:      drivers/video/fbdev/s3c-fb.c
9669
9670 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9671 M:      Sangbeom Kim <sbkim73@samsung.com>
9672 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9673 L:      linux-kernel@vger.kernel.org
9674 L:      linux-samsung-soc@vger.kernel.org
9675 S:      Supported
9676 F:      drivers/mfd/sec*.c
9677 F:      drivers/regulator/s2m*.c
9678 F:      drivers/regulator/s5m*.c
9679 F:      drivers/clk/clk-s2mps11.c
9680 F:      drivers/rtc/rtc-s5m.c
9681 F:      include/linux/mfd/samsung/
9682 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9683 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9684 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9685 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9686
9687 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9688 M:      Kyungmin Park <kyungmin.park@samsung.com>
9689 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9690 L:      linux-media@vger.kernel.org
9691 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9692 S:      Supported
9693 F:      drivers/media/platform/exynos4-is/
9694
9695 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9696 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9697 L:      linux-media@vger.kernel.org
9698 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9699 S:      Maintained
9700 F:      drivers/media/platform/s3c-camif/
9701 F:      include/media/drv-intf/s3c_camif.h
9702
9703 SAMSUNG S5C73M3 CAMERA DRIVER
9704 M:      Kyungmin Park <kyungmin.park@samsung.com>
9705 M:      Andrzej Hajda <a.hajda@samsung.com>
9706 L:      linux-media@vger.kernel.org
9707 S:      Supported
9708 F:      drivers/media/i2c/s5c73m3/*
9709
9710 SAMSUNG S5K5BAF CAMERA DRIVER
9711 M:      Kyungmin Park <kyungmin.park@samsung.com>
9712 M:      Andrzej Hajda <a.hajda@samsung.com>
9713 L:      linux-media@vger.kernel.org
9714 S:      Supported
9715 F:      drivers/media/i2c/s5k5baf.c
9716
9717 SAMSUNG S3FWRN5 NFC DRIVER
9718 M:      Robert Baldyga <r.baldyga@samsung.com>
9719 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
9720 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9721 S:      Supported
9722 F:      drivers/nfc/s3fwrn5
9723
9724 SAMSUNG SOC CLOCK DRIVERS
9725 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9726 M:      Tomasz Figa <tomasz.figa@gmail.com>
9727 S:      Supported
9728 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9729 F:      drivers/clk/samsung/
9730
9731 SAMSUNG SXGBE DRIVERS
9732 M:      Byungho An <bh74.an@samsung.com>
9733 M:      Girish K S <ks.giri@samsung.com>
9734 M:      Vipul Pandya <vipul.pandya@samsung.com>
9735 S:      Supported
9736 L:      netdev@vger.kernel.org
9737 F:      drivers/net/ethernet/samsung/sxgbe/
9738
9739 SAMSUNG THERMAL DRIVER
9740 M:      Lukasz Majewski <l.majewski@samsung.com>
9741 L:      linux-pm@vger.kernel.org
9742 L:      linux-samsung-soc@vger.kernel.org
9743 S:      Supported
9744 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
9745 F:      drivers/thermal/samsung/
9746
9747 SAMSUNG USB2 PHY DRIVER
9748 M:      Kamil Debski <k.debski@samsung.com>
9749 L:      linux-kernel@vger.kernel.org
9750 S:      Supported
9751 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9752 F:      Documentation/phy/samsung-usb2.txt
9753 F:      drivers/phy/phy-exynos4210-usb2.c
9754 F:      drivers/phy/phy-exynos4x12-usb2.c
9755 F:      drivers/phy/phy-exynos5250-usb2.c
9756 F:      drivers/phy/phy-s5pv210-usb2.c
9757 F:      drivers/phy/phy-samsung-usb2.c
9758 F:      drivers/phy/phy-samsung-usb2.h
9759
9760 SERIAL DRIVERS
9761 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9762 L:      linux-serial@vger.kernel.org
9763 S:      Maintained
9764 F:      drivers/tty/serial/
9765
9766 SYNOPSYS DESIGNWARE DMAC DRIVER
9767 M:      Viresh Kumar <vireshk@kernel.org>
9768 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9769 S:      Maintained
9770 F:      include/linux/dma/dw.h
9771 F:      include/linux/platform_data/dma-dw.h
9772 F:      drivers/dma/dw/
9773
9774 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9775 M: Lars Persson <lars.persson@axis.com>
9776 L: netdev@vger.kernel.org
9777 S: Supported
9778 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9779 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9780
9781 SYNOPSYS DESIGNWARE I2C DRIVER
9782 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9783 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9784 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
9785 L:      linux-i2c@vger.kernel.org
9786 S:      Maintained
9787 F:      drivers/i2c/busses/i2c-designware-*
9788 F:      include/linux/platform_data/i2c-designware.h
9789
9790 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9791 M:      Jaehoon Chung <jh80.chung@samsung.com>
9792 L:      linux-mmc@vger.kernel.org
9793 S:      Maintained
9794 F:      include/linux/mmc/dw_mmc.h
9795 F:      drivers/mmc/host/dw_mmc*
9796
9797 SYSTEM TRACE MODULE CLASS
9798 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9799 S:      Maintained
9800 F:      Documentation/trace/stm.txt
9801 F:      drivers/hwtracing/stm/
9802 F:      include/linux/stm.h
9803 F:      include/uapi/linux/stm.h
9804
9805 THUNDERBOLT DRIVER
9806 M:      Andreas Noever <andreas.noever@gmail.com>
9807 S:      Maintained
9808 F:      drivers/thunderbolt/
9809
9810 TI BQ27XXX POWER SUPPLY DRIVER
9811 R:      Andrew F. Davis <afd@ti.com>
9812 F:      include/linux/power/bq27xxx_battery.h
9813 F:      drivers/power/bq27xxx_battery.c
9814 F:      drivers/power/bq27xxx_battery_i2c.c
9815
9816 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
9817 M:      John Stultz <john.stultz@linaro.org>
9818 M:      Thomas Gleixner <tglx@linutronix.de>
9819 L:      linux-kernel@vger.kernel.org
9820 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9821 S:      Supported
9822 F:      include/linux/clocksource.h
9823 F:      include/linux/time.h
9824 F:      include/linux/timex.h
9825 F:      include/uapi/linux/time.h
9826 F:      include/uapi/linux/timex.h
9827 F:      kernel/time/clocksource.c
9828 F:      kernel/time/time*.c
9829 F:      kernel/time/alarmtimer.c
9830 F:      kernel/time/ntp.c
9831 F:      tools/testing/selftests/timers/
9832
9833 SC1200 WDT DRIVER
9834 M:      Zwane Mwaikambo <zwanem@gmail.com>
9835 S:      Maintained
9836 F:      drivers/watchdog/sc1200wdt.c
9837
9838 SCHEDULER
9839 M:      Ingo Molnar <mingo@redhat.com>
9840 M:      Peter Zijlstra <peterz@infradead.org>
9841 L:      linux-kernel@vger.kernel.org
9842 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9843 S:      Maintained
9844 F:      kernel/sched/
9845 F:      include/linux/sched.h
9846 F:      include/uapi/linux/sched.h
9847 F:      include/linux/wait.h
9848
9849 SCORE ARCHITECTURE
9850 M:      Chen Liqin <liqin.linux@gmail.com>
9851 M:      Lennox Wu <lennox.wu@gmail.com>
9852 W:      http://www.sunplus.com
9853 S:      Supported
9854 F:      arch/score/
9855
9856 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9857 M:      Sudeep Holla <sudeep.holla@arm.com>
9858 L:      linux-arm-kernel@lists.infradead.org
9859 S:      Maintained
9860 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
9861 F:      drivers/clk/clk-scpi.c
9862 F:      drivers/cpufreq/scpi-cpufreq.c
9863 F:      drivers/firmware/arm_scpi.c
9864 F:      include/linux/scpi_protocol.h
9865
9866 SCSI CDROM DRIVER
9867 M:      Jens Axboe <axboe@kernel.dk>
9868 L:      linux-scsi@vger.kernel.org
9869 W:      http://www.kernel.dk
9870 S:      Maintained
9871 F:      drivers/scsi/sr*
9872
9873 SCSI RDMA PROTOCOL (SRP) INITIATOR
9874 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9875 L:      linux-rdma@vger.kernel.org
9876 S:      Supported
9877 W:      http://www.openfabrics.org
9878 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9879 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9880 F:      drivers/infiniband/ulp/srp/
9881 F:      include/scsi/srp.h
9882
9883 SCSI SG DRIVER
9884 M:      Doug Gilbert <dgilbert@interlog.com>
9885 L:      linux-scsi@vger.kernel.org
9886 W:      http://sg.danny.cz/sg
9887 S:      Maintained
9888 F:      Documentation/scsi/scsi-generic.txt
9889 F:      drivers/scsi/sg.c
9890 F:      include/scsi/sg.h
9891
9892 SCSI SUBSYSTEM
9893 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
9894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9895 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
9896 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9897 L:      linux-scsi@vger.kernel.org
9898 S:      Maintained
9899 F:      drivers/scsi/
9900 F:      include/scsi/
9901
9902 SCSI TAPE DRIVER
9903 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9904 L:      linux-scsi@vger.kernel.org
9905 S:      Maintained
9906 F:      Documentation/scsi/st.txt
9907 F:      drivers/scsi/st.*
9908 F:      drivers/scsi/st_*.h
9909
9910 SCTP PROTOCOL
9911 M:      Vlad Yasevich <vyasevich@gmail.com>
9912 M:      Neil Horman <nhorman@tuxdriver.com>
9913 L:      linux-sctp@vger.kernel.org
9914 W:      http://lksctp.sourceforge.net
9915 S:      Maintained
9916 F:      Documentation/networking/sctp.txt
9917 F:      include/linux/sctp.h
9918 F:      include/uapi/linux/sctp.h
9919 F:      include/net/sctp/
9920 F:      net/sctp/
9921
9922 SCx200 CPU SUPPORT
9923 M:      Jim Cromie <jim.cromie@gmail.com>
9924 S:      Odd Fixes
9925 F:      Documentation/i2c/busses/scx200_acb
9926 F:      arch/x86/platform/scx200/
9927 F:      drivers/watchdog/scx200_wdt.c
9928 F:      drivers/i2c/busses/scx200*
9929 F:      drivers/mtd/maps/scx200_docflash.c
9930 F:      include/linux/scx200.h
9931
9932 SCx200 GPIO DRIVER
9933 M:      Jim Cromie <jim.cromie@gmail.com>
9934 S:      Maintained
9935 F:      drivers/char/scx200_gpio.c
9936 F:      include/linux/scx200_gpio.h
9937
9938 SCx200 HRT CLOCKSOURCE DRIVER
9939 M:      Jim Cromie <jim.cromie@gmail.com>
9940 S:      Maintained
9941 F:      drivers/clocksource/scx200_hrt.c
9942
9943 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9944 M:      Sascha Sommer <saschasommer@freenet.de>
9945 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9946 S:      Maintained
9947 F:      drivers/mmc/host/sdricoh_cs.c
9948
9949 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9950 M:      Adrian Hunter <adrian.hunter@intel.com>
9951 L:      linux-mmc@vger.kernel.org
9952 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
9953 S:      Maintained
9954 F:      drivers/mmc/host/sdhci*
9955 F:      include/linux/mmc/sdhci*
9956
9957 SECURE COMPUTING
9958 M:      Kees Cook <keescook@chromium.org>
9959 R:      Andy Lutomirski <luto@amacapital.net>
9960 R:      Will Drewry <wad@chromium.org>
9961 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9962 S:      Supported
9963 F:      kernel/seccomp.c
9964 F:      include/uapi/linux/seccomp.h
9965 F:      include/linux/seccomp.h
9966 F:      tools/testing/selftests/seccomp/*
9967 K:      \bsecure_computing
9968 K:      \bTIF_SECCOMP\b
9969
9970 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9971 M:      Ben Dooks <ben-linux@fluff.org>
9972 M:      Jaehoon Chung <jh80.chung@samsung.com>
9973 L:      linux-mmc@vger.kernel.org
9974 S:      Maintained
9975 F:      drivers/mmc/host/sdhci-s3c*
9976
9977 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9978 M:      Viresh Kumar <vireshk@kernel.org>
9979 L:      spear-devel@list.st.com
9980 L:      linux-mmc@vger.kernel.org
9981 S:      Maintained
9982 F:      drivers/mmc/host/sdhci-spear.c
9983
9984 SECURITY SUBSYSTEM
9985 M:      James Morris <james.l.morris@oracle.com>
9986 M:      "Serge E. Hallyn" <serge@hallyn.com>
9987 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9988 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9989 W:      http://kernsec.org/
9990 S:      Supported
9991 F:      security/
9992
9993 SECURITY CONTACT
9994 M:      Security Officers <security@kernel.org>
9995 S:      Supported
9996
9997 SELINUX SECURITY MODULE
9998 M:      Paul Moore <paul@paul-moore.com>
9999 M:      Stephen Smalley <sds@tycho.nsa.gov>
10000 M:      Eric Paris <eparis@parisplace.org>
10001 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
10002 W:      http://selinuxproject.org
10003 T:      git git://git.infradead.org/users/pcmoore/selinux
10004 S:      Supported
10005 F:      include/linux/selinux*
10006 F:      security/selinux/
10007 F:      scripts/selinux/
10008
10009 APPARMOR SECURITY MODULE
10010 M:      John Johansen <john.johansen@canonical.com>
10011 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10012 W:      apparmor.wiki.kernel.org
10013 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10014 S:      Supported
10015 F:      security/apparmor/
10016
10017 YAMA SECURITY MODULE
10018 M:      Kees Cook <keescook@chromium.org>
10019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10020 S:      Supported
10021 F:      security/yama/
10022
10023 SENSABLE PHANTOM
10024 M:      Jiri Slaby <jirislaby@gmail.com>
10025 S:      Maintained
10026 F:      drivers/misc/phantom.c
10027 F:      include/uapi/linux/phantom.h
10028
10029 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
10030 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
10031 M:      Ketan Mukadam <ketan.mukadam@avagotech.com>
10032 M:      John Soni Jose <sony.john@avagotech.com>
10033 L:      linux-scsi@vger.kernel.org
10034 W:      http://www.avagotech.com
10035 S:      Supported
10036 F:      drivers/scsi/be2iscsi/
10037
10038 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
10039 M:      Sathya Perla <sathya.perla@broadcom.com>
10040 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
10041 M:      Padmanabh Ratnakar <padmanabh.ratnakar@broadcom.com>
10042 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10043 M:      Somnath Kotur <somnath.kotur@broadcom.com>
10044 L:      netdev@vger.kernel.org
10045 W:      http://www.emulex.com
10046 S:      Supported
10047 F:      drivers/net/ethernet/emulex/benet/
10048
10049 EMULEX ONECONNECT ROCE DRIVER
10050 M:      Selvin Xavier <selvin.xavier@avagotech.com>
10051 M:      Devesh Sharma <devesh.sharma@avagotech.com>
10052 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10053 L:      linux-rdma@vger.kernel.org
10054 W:      http://www.emulex.com
10055 S:      Supported
10056 F:      drivers/infiniband/hw/ocrdma/
10057
10058 SFC NETWORK DRIVER
10059 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10060 M:      Edward Cree <ecree@solarflare.com>
10061 M:      Bert Kenward <bkenward@solarflare.com>
10062 L:      netdev@vger.kernel.org
10063 S:      Supported
10064 F:      drivers/net/ethernet/sfc/
10065
10066 SGI GRU DRIVER
10067 M:      Dimitri Sivanich <sivanich@sgi.com>
10068 S:      Maintained
10069 F:      drivers/misc/sgi-gru/
10070
10071 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10072 M:      Pat Gefre <pfg@sgi.com>
10073 L:      linux-ia64@vger.kernel.org
10074 S:      Supported
10075 F:      Documentation/ia64/serial.txt
10076 F:      drivers/tty/serial/ioc?_serial.c
10077 F:      include/linux/ioc?.h
10078
10079 SGI XP/XPC/XPNET DRIVER
10080 M:      Cliff Whickman <cpw@sgi.com>
10081 M:      Robin Holt <robinmholt@gmail.com>
10082 S:      Maintained
10083 F:      drivers/misc/sgi-xp/
10084
10085 SI2157 MEDIA DRIVER
10086 M:      Antti Palosaari <crope@iki.fi>
10087 L:      linux-media@vger.kernel.org
10088 W:      https://linuxtv.org
10089 W:      http://palosaari.fi/linux/
10090 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10091 T:      git git://linuxtv.org/anttip/media_tree.git
10092 S:      Maintained
10093 F:      drivers/media/tuners/si2157*
10094
10095 SI2168 MEDIA DRIVER
10096 M:      Antti Palosaari <crope@iki.fi>
10097 L:      linux-media@vger.kernel.org
10098 W:      https://linuxtv.org
10099 W:      http://palosaari.fi/linux/
10100 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10101 T:      git git://linuxtv.org/anttip/media_tree.git
10102 S:      Maintained
10103 F:      drivers/media/dvb-frontends/si2168*
10104
10105 SI470X FM RADIO RECEIVER I2C DRIVER
10106 M:      Hans Verkuil <hverkuil@xs4all.nl>
10107 L:      linux-media@vger.kernel.org
10108 T:      git git://linuxtv.org/media_tree.git
10109 W:      https://linuxtv.org
10110 S:      Odd Fixes
10111 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
10112
10113 SI470X FM RADIO RECEIVER USB DRIVER
10114 M:      Hans Verkuil <hverkuil@xs4all.nl>
10115 L:      linux-media@vger.kernel.org
10116 T:      git git://linuxtv.org/media_tree.git
10117 W:      https://linuxtv.org
10118 S:      Maintained
10119 F:      drivers/media/radio/si470x/radio-si470x-common.c
10120 F:      drivers/media/radio/si470x/radio-si470x.h
10121 F:      drivers/media/radio/si470x/radio-si470x-usb.c
10122
10123 SI4713 FM RADIO TRANSMITTER I2C DRIVER
10124 M:      Eduardo Valentin <edubezval@gmail.com>
10125 L:      linux-media@vger.kernel.org
10126 T:      git git://linuxtv.org/media_tree.git
10127 W:      https://linuxtv.org
10128 S:      Odd Fixes
10129 F:      drivers/media/radio/si4713/si4713.?
10130
10131 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10132 M:      Eduardo Valentin <edubezval@gmail.com>
10133 L:      linux-media@vger.kernel.org
10134 T:      git git://linuxtv.org/media_tree.git
10135 W:      https://linuxtv.org
10136 S:      Odd Fixes
10137 F:      drivers/media/radio/si4713/radio-platform-si4713.c
10138
10139 SI4713 FM RADIO TRANSMITTER USB DRIVER
10140 M:      Hans Verkuil <hverkuil@xs4all.nl>
10141 L:      linux-media@vger.kernel.org
10142 T:      git git://linuxtv.org/media_tree.git
10143 W:      https://linuxtv.org
10144 S:      Maintained
10145 F:      drivers/media/radio/si4713/radio-usb-si4713.c
10146
10147 SIANO DVB DRIVER
10148 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10149 L:      linux-media@vger.kernel.org
10150 W:      https://linuxtv.org
10151 T:      git git://linuxtv.org/media_tree.git
10152 S:      Odd fixes
10153 F:      drivers/media/common/siano/
10154 F:      drivers/media/usb/siano/
10155 F:      drivers/media/usb/siano/
10156 F:      drivers/media/mmc/siano/
10157
10158 SIMPLEFB FB DRIVER
10159 M:      Hans de Goede <hdegoede@redhat.com>
10160 L:      linux-fbdev@vger.kernel.org
10161 S:      Maintained
10162 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
10163 F:      drivers/video/fbdev/simplefb.c
10164 F:      include/linux/platform_data/simplefb.h
10165
10166 SH_VEU V4L2 MEM2MEM DRIVER
10167 L:      linux-media@vger.kernel.org
10168 S:      Orphan
10169 F:      drivers/media/platform/sh_veu.c
10170
10171 SH_VOU V4L2 OUTPUT DRIVER
10172 L:      linux-media@vger.kernel.org
10173 S:      Orphan
10174 F:      drivers/media/platform/sh_vou.c
10175 F:      include/media/drv-intf/sh_vou.h
10176
10177 SIMPLE FIRMWARE INTERFACE (SFI)
10178 M:      Len Brown <lenb@kernel.org>
10179 L:      sfi-devel@simplefirmware.org
10180 W:      http://simplefirmware.org/
10181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10182 S:      Supported
10183 F:      arch/x86/platform/sfi/
10184 F:      drivers/sfi/
10185 F:      include/linux/sfi*.h
10186
10187 SIMTEC EB110ATX (Chalice CATS)
10188 P:      Ben Dooks
10189 P:      Vincent Sanders <vince@simtec.co.uk>
10190 M:      Simtec Linux Team <linux@simtec.co.uk>
10191 W:      http://www.simtec.co.uk/products/EB110ATX/
10192 S:      Supported
10193
10194 SIMTEC EB2410ITX (BAST)
10195 P:      Ben Dooks
10196 P:      Vincent Sanders <vince@simtec.co.uk>
10197 M:      Simtec Linux Team <linux@simtec.co.uk>
10198 W:      http://www.simtec.co.uk/products/EB2410ITX/
10199 S:      Supported
10200 F:      arch/arm/mach-s3c24xx/mach-bast.c
10201 F:      arch/arm/mach-s3c24xx/bast-ide.c
10202 F:      arch/arm/mach-s3c24xx/bast-irq.c
10203
10204 TI DAVINCI MACHINE SUPPORT
10205 M:      Sekhar Nori <nsekhar@ti.com>
10206 M:      Kevin Hilman <khilman@kernel.org>
10207 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
10209 S:      Supported
10210 F:      arch/arm/mach-davinci/
10211 F:      drivers/i2c/busses/i2c-davinci.c
10212
10213 TI DAVINCI SERIES MEDIA DRIVER
10214 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10215 L:      linux-media@vger.kernel.org
10216 W:      https://linuxtv.org
10217 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10218 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10219 S:      Maintained
10220 F:      drivers/media/platform/davinci/
10221 F:      include/media/davinci/
10222
10223 TI AM437X VPFE DRIVER
10224 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10225 L:      linux-media@vger.kernel.org
10226 W:      https://linuxtv.org
10227 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10228 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10229 S:      Maintained
10230 F:      drivers/media/platform/am437x/
10231
10232 OV2659 OMNIVISION SENSOR DRIVER
10233 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10234 L:      linux-media@vger.kernel.org
10235 W:      https://linuxtv.org
10236 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10237 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10238 S:      Maintained
10239 F:      drivers/media/i2c/ov2659.c
10240 F:      include/media/i2c/ov2659.h
10241
10242 SILICON MOTION SM712 FRAME BUFFER DRIVER
10243 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10244 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10245 M:      Sudip Mukherjee <sudip@vectorindia.org>
10246 L:      linux-fbdev@vger.kernel.org
10247 S:      Maintained
10248 F:      drivers/video/fbdev/sm712*
10249 F:      Documentation/fb/sm712fb.txt
10250
10251 SIS 190 ETHERNET DRIVER
10252 M:      Francois Romieu <romieu@fr.zoreil.com>
10253 L:      netdev@vger.kernel.org
10254 S:      Maintained
10255 F:      drivers/net/ethernet/sis/sis190.c
10256
10257 SIS 900/7016 FAST ETHERNET DRIVER
10258 M:      Daniele Venzano <venza@brownhat.org>
10259 W:      http://www.brownhat.org/sis900.html
10260 L:      netdev@vger.kernel.org
10261 S:      Maintained
10262 F:      drivers/net/ethernet/sis/sis900.*
10263
10264 SIS FRAMEBUFFER DRIVER
10265 M:      Thomas Winischhofer <thomas@winischhofer.net>
10266 W:      http://www.winischhofer.net/linuxsisvga.shtml
10267 S:      Maintained
10268 F:      Documentation/fb/sisfb.txt
10269 F:      drivers/video/fbdev/sis/
10270 F:      include/video/sisfb.h
10271
10272 SIS USB2VGA DRIVER
10273 M:      Thomas Winischhofer <thomas@winischhofer.net>
10274 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
10275 S:      Maintained
10276 F:      drivers/usb/misc/sisusbvga/
10277
10278 SLAB ALLOCATOR
10279 M:      Christoph Lameter <cl@linux.com>
10280 M:      Pekka Enberg <penberg@kernel.org>
10281 M:      David Rientjes <rientjes@google.com>
10282 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
10283 M:      Andrew Morton <akpm@linux-foundation.org>
10284 L:      linux-mm@kvack.org
10285 S:      Maintained
10286 F:      include/linux/sl?b*.h
10287 F:      mm/sl?b*
10288
10289 SLEEPABLE READ-COPY UPDATE (SRCU)
10290 M:      Lai Jiangshan <jiangshanlai@gmail.com>
10291 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10292 M:      Josh Triplett <josh@joshtriplett.org>
10293 R:      Steven Rostedt <rostedt@goodmis.org>
10294 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10295 L:      linux-kernel@vger.kernel.org
10296 W:      http://www.rdrop.com/users/paulmck/RCU/
10297 S:      Supported
10298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10299 F:      include/linux/srcu.h
10300 F:      kernel/rcu/srcu.c
10301
10302 SMACK SECURITY MODULE
10303 M:      Casey Schaufler <casey@schaufler-ca.com>
10304 L:      linux-security-module@vger.kernel.org
10305 W:      http://schaufler-ca.com
10306 T:      git git://git.gitorious.org/smack-next/kernel.git
10307 S:      Maintained
10308 F:      Documentation/security/Smack.txt
10309 F:      security/smack/
10310
10311 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10312 M:      Kevin Hilman <khilman@kernel.org>
10313 M:      Nishanth Menon <nm@ti.com>
10314 S:      Maintained
10315 F:      drivers/power/avs/
10316 F:      include/linux/power/smartreflex.h
10317 L:      linux-pm@vger.kernel.org
10318
10319 SMC91x ETHERNET DRIVER
10320 M:      Nicolas Pitre <nico@fluxnic.net>
10321 S:      Odd Fixes
10322 F:      drivers/net/ethernet/smsc/smc91x.*
10323
10324 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10325 M:      Sakari Ailus <sakari.ailus@iki.fi>
10326 L:      linux-media@vger.kernel.org
10327 S:      Maintained
10328 F:      drivers/media/i2c/smiapp/
10329 F:      include/media/i2c/smiapp.h
10330 F:      drivers/media/i2c/smiapp-pll.c
10331 F:      drivers/media/i2c/smiapp-pll.h
10332 F:      include/uapi/linux/smiapp.h
10333 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10334
10335 SMM665 HARDWARE MONITOR DRIVER
10336 M:      Guenter Roeck <linux@roeck-us.net>
10337 L:      linux-hwmon@vger.kernel.org
10338 S:      Maintained
10339 F:      Documentation/hwmon/smm665
10340 F:      drivers/hwmon/smm665.c
10341
10342 SMSC EMC2103 HARDWARE MONITOR DRIVER
10343 M:      Steve Glendinning <steve.glendinning@shawell.net>
10344 L:      linux-hwmon@vger.kernel.org
10345 S:      Maintained
10346 F:      Documentation/hwmon/emc2103
10347 F:      drivers/hwmon/emc2103.c
10348
10349 SMSC SCH5627 HARDWARE MONITOR DRIVER
10350 M:      Hans de Goede <hdegoede@redhat.com>
10351 L:      linux-hwmon@vger.kernel.org
10352 S:      Supported
10353 F:      Documentation/hwmon/sch5627
10354 F:      drivers/hwmon/sch5627.c
10355
10356 SMSC47B397 HARDWARE MONITOR DRIVER
10357 M:      Jean Delvare <jdelvare@suse.com>
10358 L:      linux-hwmon@vger.kernel.org
10359 S:      Maintained
10360 F:      Documentation/hwmon/smsc47b397
10361 F:      drivers/hwmon/smsc47b397.c
10362
10363 SMSC911x ETHERNET DRIVER
10364 M:      Steve Glendinning <steve.glendinning@shawell.net>
10365 L:      netdev@vger.kernel.org
10366 S:      Maintained
10367 F:      include/linux/smsc911x.h
10368 F:      drivers/net/ethernet/smsc/smsc911x.*
10369
10370 SMSC9420 PCI ETHERNET DRIVER
10371 M:      Steve Glendinning <steve.glendinning@shawell.net>
10372 L:      netdev@vger.kernel.org
10373 S:      Maintained
10374 F:      drivers/net/ethernet/smsc/smsc9420.*
10375
10376 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10377 M:      Steve Glendinning <steve.glendinning@shawell.net>
10378 L:      linux-fbdev@vger.kernel.org
10379 S:      Maintained
10380 F:      drivers/video/fbdev/smscufx.c
10381
10382 SOC-CAMERA V4L2 SUBSYSTEM
10383 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10384 L:      linux-media@vger.kernel.org
10385 T:      git git://linuxtv.org/media_tree.git
10386 S:      Maintained
10387 F:      include/media/soc*
10388 F:      drivers/media/i2c/soc_camera/
10389 F:      drivers/media/platform/soc_camera/
10390
10391 SOEKRIS NET48XX LED SUPPORT
10392 M:      Chris Boot <bootc@bootc.net>
10393 S:      Maintained
10394 F:      drivers/leds/leds-net48xx.c
10395
10396 SOFTLOGIC 6x10 MPEG CODEC
10397 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10398 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10399 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
10400 M:      Ismael Luceno <ismael@iodev.co.uk>
10401 L:      linux-media@vger.kernel.org
10402 S:      Supported
10403 F:      drivers/media/pci/solo6x10/
10404
10405 SOFTWARE RAID (Multiple Disks) SUPPORT
10406 M:      Shaohua Li <shli@kernel.org>
10407 L:      linux-raid@vger.kernel.org
10408 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
10409 S:      Supported
10410 F:      drivers/md/
10411 F:      include/linux/raid/
10412 F:      include/uapi/linux/raid/
10413
10414 SONIC NETWORK DRIVER
10415 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10416 L:      netdev@vger.kernel.org
10417 S:      Maintained
10418 F:      drivers/net/ethernet/natsemi/sonic.*
10419
10420 SONICS SILICON BACKPLANE DRIVER (SSB)
10421 M:      Michael Buesch <m@bues.ch>
10422 L:      linux-wireless@vger.kernel.org
10423 S:      Maintained
10424 F:      drivers/ssb/
10425 F:      include/linux/ssb/
10426
10427 SONY VAIO CONTROL DEVICE DRIVER
10428 M:      Mattia Dongili <malattia@linux.it>
10429 L:      platform-driver-x86@vger.kernel.org
10430 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10431 S:      Maintained
10432 F:      Documentation/laptops/sony-laptop.txt
10433 F:      drivers/char/sonypi.c
10434 F:      drivers/platform/x86/sony-laptop.c
10435 F:      include/linux/sony-laptop.h
10436
10437 SONY MEMORYSTICK CARD SUPPORT
10438 M:      Alex Dubov <oakad@yahoo.com>
10439 W:      http://tifmxx.berlios.de/
10440 S:      Maintained
10441 F:      drivers/memstick/host/tifm_ms.c
10442
10443 SONY MEMORYSTICK STANDARD SUPPORT
10444 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10445 S:      Maintained
10446 F:      drivers/memstick/core/ms_block.*
10447
10448 SOUND
10449 M:      Jaroslav Kysela <perex@perex.cz>
10450 M:      Takashi Iwai <tiwai@suse.com>
10451 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10452 W:      http://www.alsa-project.org/
10453 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10454 T:      git git://git.alsa-project.org/alsa-kernel.git
10455 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
10456 S:      Maintained
10457 F:      Documentation/sound/
10458 F:      include/sound/
10459 F:      include/uapi/sound/
10460 F:      sound/
10461
10462 SOUND - COMPRESSED AUDIO
10463 M:      Vinod Koul <vinod.koul@intel.com>
10464 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10466 S:      Supported
10467 F:      Documentation/sound/alsa/compress_offload.txt
10468 F:      include/sound/compress_driver.h
10469 F:      include/uapi/sound/compress_*
10470 F:      sound/core/compress_offload.c
10471 F:      sound/soc/soc-compress.c
10472
10473 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10474 M:      Liam Girdwood <lgirdwood@gmail.com>
10475 M:      Mark Brown <broonie@kernel.org>
10476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10477 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10478 W:      http://alsa-project.org/main/index.php/ASoC
10479 S:      Supported
10480 F:      Documentation/sound/alsa/soc/
10481 F:      sound/soc/
10482 F:      include/sound/soc*
10483
10484 SOUND - DMAENGINE HELPERS
10485 M:      Lars-Peter Clausen <lars@metafoo.de>
10486 S:      Supported
10487 F:      include/sound/dmaengine_pcm.h
10488 F:      sound/core/pcm_dmaengine.c
10489 F:      sound/soc/soc-generic-dmaengine-pcm.c
10490
10491 SP2 MEDIA DRIVER
10492 M:      Olli Salonen <olli.salonen@iki.fi>
10493 L:      linux-media@vger.kernel.org
10494 W:      https://linuxtv.org
10495 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10496 S:      Maintained
10497 F:      drivers/media/dvb-frontends/sp2*
10498
10499 SPARC + UltraSPARC (sparc/sparc64)
10500 M:      "David S. Miller" <davem@davemloft.net>
10501 L:      sparclinux@vger.kernel.org
10502 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
10503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10504 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10505 S:      Maintained
10506 F:      arch/sparc/
10507 F:      drivers/sbus/
10508
10509 SPARC SERIAL DRIVERS
10510 M:      "David S. Miller" <davem@davemloft.net>
10511 L:      sparclinux@vger.kernel.org
10512 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10513 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10514 S:      Maintained
10515 F:      include/linux/sunserialcore.h
10516 F:      drivers/tty/serial/suncore.c
10517 F:      drivers/tty/serial/sunhv.c
10518 F:      drivers/tty/serial/sunsab.c
10519 F:      drivers/tty/serial/sunsab.h
10520 F:      drivers/tty/serial/sunsu.c
10521 F:      drivers/tty/serial/sunzilog.c
10522 F:      drivers/tty/serial/sunzilog.h
10523
10524 SPARSE CHECKER
10525 M:      "Christopher Li" <sparse@chrisli.org>
10526 L:      linux-sparse@vger.kernel.org
10527 W:      https://sparse.wiki.kernel.org/
10528 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10529 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10530 S:      Maintained
10531 F:      include/linux/compiler.h
10532
10533 SPEAR PLATFORM SUPPORT
10534 M:      Viresh Kumar <vireshk@kernel.org>
10535 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10536 L:      spear-devel@list.st.com
10537 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10538 W:      http://www.st.com/spear
10539 S:      Maintained
10540 F:      arch/arm/boot/dts/spear*
10541 F:      arch/arm/mach-spear/
10542
10543 SPEAR CLOCK FRAMEWORK SUPPORT
10544 M:      Viresh Kumar <vireshk@kernel.org>
10545 L:      spear-devel@list.st.com
10546 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10547 W:      http://www.st.com/spear
10548 S:      Maintained
10549 F:      drivers/clk/spear/
10550
10551 SPI SUBSYSTEM
10552 M:      Mark Brown <broonie@kernel.org>
10553 L:      linux-spi@vger.kernel.org
10554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10555 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
10556 S:      Maintained
10557 F:      Documentation/spi/
10558 F:      drivers/spi/
10559 F:      include/linux/spi/
10560 F:      include/uapi/linux/spi/
10561
10562 SPIDERNET NETWORK DRIVER for CELL
10563 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10564 L:      netdev@vger.kernel.org
10565 S:      Supported
10566 F:      Documentation/networking/spider_net.txt
10567 F:      drivers/net/ethernet/toshiba/spider_net*
10568
10569 SPU FILE SYSTEM
10570 M:      Jeremy Kerr <jk@ozlabs.org>
10571 L:      linuxppc-dev@lists.ozlabs.org
10572 W:      http://www.ibm.com/developerworks/power/cell/
10573 S:      Supported
10574 F:      Documentation/filesystems/spufs.txt
10575 F:      arch/powerpc/platforms/cell/spufs/
10576
10577 SQUASHFS FILE SYSTEM
10578 M:      Phillip Lougher <phillip@squashfs.org.uk>
10579 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
10580 W:      http://squashfs.org.uk
10581 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10582 S:      Maintained
10583 F:      Documentation/filesystems/squashfs.txt
10584 F:      fs/squashfs/
10585
10586 SRM (Alpha) environment access
10587 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
10588 S:      Maintained
10589 F:      arch/alpha/kernel/srm_env.c
10590
10591 STABLE BRANCH
10592 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10593 L:      stable@vger.kernel.org
10594 S:      Supported
10595 F:      Documentation/stable_kernel_rules.txt
10596
10597 STAGING SUBSYSTEM
10598 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10599 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10600 L:      devel@driverdev.osuosl.org
10601 S:      Supported
10602 F:      drivers/staging/
10603
10604 STAGING - COMEDI
10605 M:      Ian Abbott <abbotti@mev.co.uk>
10606 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
10607 S:      Odd Fixes
10608 F:      drivers/staging/comedi/
10609
10610 STAGING - FLARION FT1000 DRIVERS
10611 M:      Marek Belisko <marek.belisko@gmail.com>
10612 S:      Odd Fixes
10613 F:      drivers/staging/ft1000/
10614
10615 STAGING - INDUSTRIAL IO
10616 M:      Jonathan Cameron <jic23@kernel.org>
10617 L:      linux-iio@vger.kernel.org
10618 S:      Odd Fixes
10619 F:      drivers/staging/iio/
10620
10621 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10622 M:      Jarod Wilson <jarod@wilsonet.com>
10623 W:      http://www.lirc.org/
10624 S:      Odd Fixes
10625 F:      drivers/staging/media/lirc/
10626
10627 STAGING - LUSTRE PARALLEL FILESYSTEM
10628 M:      Oleg Drokin <oleg.drokin@intel.com>
10629 M:      Andreas Dilger <andreas.dilger@intel.com>
10630 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
10631 W:      http://wiki.lustre.org/
10632 S:      Maintained
10633 F:      drivers/staging/lustre
10634
10635 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10636 M:      Marc Dietrich <marvin24@gmx.de>
10637 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10638 L:      linux-tegra@vger.kernel.org
10639 S:      Maintained
10640 F:      drivers/staging/nvec/
10641
10642 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10643 M:      Jens Frederich <jfrederich@gmail.com>
10644 M:      Daniel Drake <dsd@laptop.org>
10645 M:      Jon Nettleton <jon.nettleton@gmail.com>
10646 W:      http://wiki.laptop.org/go/DCON
10647 S:      Maintained
10648 F:      drivers/staging/olpc_dcon/
10649
10650 STAGING - REALTEK RTL8712U DRIVERS
10651 M:      Larry Finger <Larry.Finger@lwfinger.net>
10652 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10653 S:      Odd Fixes
10654 F:      drivers/staging/rtl8712/
10655
10656 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10657 M:      Larry Finger <Larry.Finger@lwfinger.net>
10658 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10659 L:      linux-wireless@vger.kernel.org
10660 S:      Maintained
10661 F:      drivers/staging/rtl8723au/
10662
10663 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10664 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10665 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10666 M:      Sudip Mukherjee <sudip@vectorindia.org>
10667 L:      linux-fbdev@vger.kernel.org
10668 S:      Maintained
10669 F:      drivers/staging/sm750fb/
10670
10671 STAGING - SLICOSS
10672 M:      Lior Dotan <liodot@gmail.com>
10673 M:      Christopher Harrer <charrer@alacritech.com>
10674 S:      Odd Fixes
10675 F:      drivers/staging/slicoss/
10676
10677 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10678 M:      William Hubbs <w.d.hubbs@gmail.com>
10679 M:      Chris Brannon <chris@the-brannons.com>
10680 M:      Kirk Reiser <kirk@reisers.ca>
10681 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10682 L:      speakup@linux-speakup.org
10683 W:      http://www.linux-speakup.org/
10684 S:      Odd Fixes
10685 F:      drivers/staging/speakup/
10686
10687 STAGING - VIA VT665X DRIVERS
10688 M:      Forest Bond <forest@alittletooquiet.net>
10689 S:      Odd Fixes
10690 F:      drivers/staging/vt665?/
10691
10692 STAGING - WILC1000 WIFI DRIVER
10693 M:      Johnny Kim <johnny.kim@atmel.com>
10694 M:      Austin Shin <austin.shin@atmel.com>
10695 M:      Chris Park <chris.park@atmel.com>
10696 M:      Tony Cho <tony.cho@atmel.com>
10697 M:      Glen Lee <glen.lee@atmel.com>
10698 M:      Leo Kim <leo.kim@atmel.com>
10699 L:      linux-wireless@vger.kernel.org
10700 S:      Supported
10701 F:      drivers/staging/wilc1000/
10702
10703 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10704 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10705 S:      Odd Fixes
10706 F:      drivers/staging/xgifb/
10707
10708 HFI1 DRIVER
10709 M:      Mike Marciniszyn <infinipath@intel.com>
10710 L:      linux-rdma@vger.kernel.org
10711 S:      Supported
10712 F:      drivers/staging/rdma/hfi1
10713
10714 STARFIRE/DURALAN NETWORK DRIVER
10715 M:      Ion Badulescu <ionut@badula.org>
10716 S:      Odd Fixes
10717 F:      drivers/net/ethernet/adaptec/starfire*
10718
10719 SUN3/3X
10720 M:      Sam Creasey <sammy@sammy.net>
10721 W:      http://sammy.net/sun3/
10722 S:      Maintained
10723 F:      arch/m68k/kernel/*sun3*
10724 F:      arch/m68k/sun3*/
10725 F:      arch/m68k/include/asm/sun3*
10726 F:      drivers/net/ethernet/i825xx/sun3*
10727
10728 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10729 M:      Hans de Goede <hdegoede@redhat.com>
10730 L:      linux-input@vger.kernel.org
10731 S:      Maintained
10732 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10733 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10734
10735 SUNDANCE NETWORK DRIVER
10736 M:      Denis Kirjanov <kda@linux-powerpc.org>
10737 L:      netdev@vger.kernel.org
10738 S:      Maintained
10739 F:      drivers/net/ethernet/dlink/sundance.c
10740
10741 SUPERH
10742 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
10743 M:      Rich Felker <dalias@libc.org>
10744 L:      linux-sh@vger.kernel.org
10745 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10746 S:      Maintained
10747 F:      Documentation/sh/
10748 F:      arch/sh/
10749 F:      drivers/sh/
10750
10751 SUSPEND TO RAM
10752 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10753 M:      Len Brown <len.brown@intel.com>
10754 M:      Pavel Machek <pavel@ucw.cz>
10755 L:      linux-pm@vger.kernel.org
10756 S:      Supported
10757 F:      Documentation/power/
10758 F:      arch/x86/kernel/acpi/
10759 F:      drivers/base/power/
10760 F:      kernel/power/
10761 F:      include/linux/suspend.h
10762 F:      include/linux/freezer.h
10763 F:      include/linux/pm.h
10764
10765 SVGA HANDLING
10766 M:      Martin Mares <mj@ucw.cz>
10767 L:      linux-video@atrey.karlin.mff.cuni.cz
10768 S:      Maintained
10769 F:      Documentation/svga.txt
10770 F:      arch/x86/boot/video*
10771
10772 SWIOTLB SUBSYSTEM
10773 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10774 L:      linux-kernel@vger.kernel.org
10775 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
10776 S:      Supported
10777 F:      lib/swiotlb.c
10778 F:      arch/*/kernel/pci-swiotlb.c
10779 F:      include/linux/swiotlb.h
10780
10781 SWITCHDEV
10782 M:      Jiri Pirko <jiri@resnulli.us>
10783 L:      netdev@vger.kernel.org
10784 S:      Supported
10785 F:      net/switchdev/
10786 F:      include/net/switchdev.h
10787
10788 SYNOPSYS ARC ARCHITECTURE
10789 M:      Vineet Gupta <vgupta@synopsys.com>
10790 L:      linux-snps-arc@lists.infradead.org
10791 S:      Supported
10792 F:      arch/arc/
10793 F:      Documentation/devicetree/bindings/arc/*
10794 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10795 F:      drivers/tty/serial/arc_uart.c
10796 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10797
10798 SYNOPSYS ARC SDP platform support
10799 M:      Alexey Brodkin <abrodkin@synopsys.com>
10800 S:      Supported
10801 F:      arch/arc/plat-axs10x
10802 F:      arch/arc/boot/dts/ax*
10803 F:      Documentation/devicetree/bindings/arc/axs10*
10804
10805 SYSTEM CONFIGURATION (SYSCON)
10806 M:      Lee Jones <lee.jones@linaro.org>
10807 M:      Arnd Bergmann <arnd@arndb.de>
10808 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10809 S:      Supported
10810 F:      drivers/mfd/syscon.c
10811
10812 SYSV FILESYSTEM
10813 M:      Christoph Hellwig <hch@infradead.org>
10814 S:      Maintained
10815 F:      Documentation/filesystems/sysv-fs.txt
10816 F:      fs/sysv/
10817 F:      include/linux/sysv_fs.h
10818
10819 TARGET SUBSYSTEM
10820 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10821 L:      linux-scsi@vger.kernel.org
10822 L:      target-devel@vger.kernel.org
10823 W:      http://www.linux-iscsi.org
10824 W:      http://groups.google.com/group/linux-iscsi-target-dev
10825 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10826 S:      Supported
10827 F:      drivers/target/
10828 F:      include/target/
10829 F:      Documentation/target/
10830
10831 TASKSTATS STATISTICS INTERFACE
10832 M:      Balbir Singh <bsingharora@gmail.com>
10833 S:      Maintained
10834 F:      Documentation/accounting/taskstats*
10835 F:      include/linux/taskstats*
10836 F:      kernel/taskstats.c
10837
10838 TC CLASSIFIER
10839 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10840 L:      netdev@vger.kernel.org
10841 S:      Maintained
10842 F:      include/net/pkt_cls.h
10843 F:      include/uapi/linux/pkt_cls.h
10844 F:      net/sched/
10845
10846 TCP LOW PRIORITY MODULE
10847 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10848 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10849 W:      http://tcp-lp-mod.sourceforge.net/
10850 S:      Maintained
10851 F:      net/ipv4/tcp_lp.c
10852
10853 TDA10071 MEDIA DRIVER
10854 M:      Antti Palosaari <crope@iki.fi>
10855 L:      linux-media@vger.kernel.org
10856 W:      https://linuxtv.org
10857 W:      http://palosaari.fi/linux/
10858 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10859 T:      git git://linuxtv.org/anttip/media_tree.git
10860 S:      Maintained
10861 F:      drivers/media/dvb-frontends/tda10071*
10862
10863 TDA18212 MEDIA DRIVER
10864 M:      Antti Palosaari <crope@iki.fi>
10865 L:      linux-media@vger.kernel.org
10866 W:      https://linuxtv.org
10867 W:      http://palosaari.fi/linux/
10868 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10869 T:      git git://linuxtv.org/anttip/media_tree.git
10870 S:      Maintained
10871 F:      drivers/media/tuners/tda18212*
10872
10873 TDA18218 MEDIA DRIVER
10874 M:      Antti Palosaari <crope@iki.fi>
10875 L:      linux-media@vger.kernel.org
10876 W:      https://linuxtv.org
10877 W:      http://palosaari.fi/linux/
10878 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10879 T:      git git://linuxtv.org/anttip/media_tree.git
10880 S:      Maintained
10881 F:      drivers/media/tuners/tda18218*
10882
10883 TDA18271 MEDIA DRIVER
10884 M:      Michael Krufky <mkrufky@linuxtv.org>
10885 L:      linux-media@vger.kernel.org
10886 W:      https://linuxtv.org
10887 W:      http://github.com/mkrufky
10888 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10889 T:      git git://linuxtv.org/mkrufky/tuners.git
10890 S:      Maintained
10891 F:      drivers/media/tuners/tda18271*
10892
10893 TDA827x MEDIA DRIVER
10894 M:      Michael Krufky <mkrufky@linuxtv.org>
10895 L:      linux-media@vger.kernel.org
10896 W:      https://linuxtv.org
10897 W:      http://github.com/mkrufky
10898 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10899 T:      git git://linuxtv.org/mkrufky/tuners.git
10900 S:      Maintained
10901 F:      drivers/media/tuners/tda8290.*
10902
10903 TDA8290 MEDIA DRIVER
10904 M:      Michael Krufky <mkrufky@linuxtv.org>
10905 L:      linux-media@vger.kernel.org
10906 W:      https://linuxtv.org
10907 W:      http://github.com/mkrufky
10908 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10909 T:      git git://linuxtv.org/mkrufky/tuners.git
10910 S:      Maintained
10911 F:      drivers/media/tuners/tda8290.*
10912
10913 TDA9840 MEDIA DRIVER
10914 M:      Hans Verkuil <hverkuil@xs4all.nl>
10915 L:      linux-media@vger.kernel.org
10916 T:      git git://linuxtv.org/media_tree.git
10917 W:      https://linuxtv.org
10918 S:      Maintained
10919 F:      drivers/media/i2c/tda9840*
10920
10921 TEA5761 TUNER DRIVER
10922 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10923 L:      linux-media@vger.kernel.org
10924 W:      https://linuxtv.org
10925 T:      git git://linuxtv.org/media_tree.git
10926 S:      Odd fixes
10927 F:      drivers/media/tuners/tea5761.*
10928
10929 TEA5767 TUNER DRIVER
10930 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10931 L:      linux-media@vger.kernel.org
10932 W:      https://linuxtv.org
10933 T:      git git://linuxtv.org/media_tree.git
10934 S:      Maintained
10935 F:      drivers/media/tuners/tea5767.*
10936
10937 TEA6415C MEDIA DRIVER
10938 M:      Hans Verkuil <hverkuil@xs4all.nl>
10939 L:      linux-media@vger.kernel.org
10940 T:      git git://linuxtv.org/media_tree.git
10941 W:      https://linuxtv.org
10942 S:      Maintained
10943 F:      drivers/media/i2c/tea6415c*
10944
10945 TEA6420 MEDIA DRIVER
10946 M:      Hans Verkuil <hverkuil@xs4all.nl>
10947 L:      linux-media@vger.kernel.org
10948 T:      git git://linuxtv.org/media_tree.git
10949 W:      https://linuxtv.org
10950 S:      Maintained
10951 F:      drivers/media/i2c/tea6420*
10952
10953 TEAM DRIVER
10954 M:      Jiri Pirko <jiri@resnulli.us>
10955 L:      netdev@vger.kernel.org
10956 S:      Supported
10957 F:      drivers/net/team/
10958 F:      include/linux/if_team.h
10959 F:      include/uapi/linux/if_team.h
10960
10961 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10962 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10963 S:      Maintained
10964 F:      arch/x86/platform/ts5500/
10965
10966 TECHNOTREND USB IR RECEIVER
10967 M:      Sean Young <sean@mess.org>
10968 L:      linux-media@vger.kernel.org
10969 S:      Maintained
10970 F:      drivers/media/rc/ttusbir.c
10971
10972 TEGRA ARCHITECTURE SUPPORT
10973 M:      Stephen Warren <swarren@wwwdotorg.org>
10974 M:      Thierry Reding <thierry.reding@gmail.com>
10975 M:      Alexandre Courbot <gnurou@gmail.com>
10976 L:      linux-tegra@vger.kernel.org
10977 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10978 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10979 S:      Supported
10980 N:      [^a-z]tegra
10981
10982 TEGRA CLOCK DRIVER
10983 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10984 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10985 S:      Supported
10986 F:      drivers/clk/tegra/
10987
10988 TEGRA DMA DRIVER
10989 M:      Laxman Dewangan <ldewangan@nvidia.com>
10990 S:      Supported
10991 F:      drivers/dma/tegra20-apb-dma.c
10992
10993 TEGRA I2C DRIVER
10994 M:      Laxman Dewangan <ldewangan@nvidia.com>
10995 S:      Supported
10996 F:      drivers/i2c/busses/i2c-tegra.c
10997
10998 TEGRA IOMMU DRIVERS
10999 M:      Hiroshi Doyu <hdoyu@nvidia.com>
11000 S:      Supported
11001 F:      drivers/iommu/tegra*
11002
11003 TEGRA KBC DRIVER
11004 M:      Rakesh Iyer <riyer@nvidia.com>
11005 M:      Laxman Dewangan <ldewangan@nvidia.com>
11006 S:      Supported
11007 F:      drivers/input/keyboard/tegra-kbc.c
11008
11009 TEGRA PWM DRIVER
11010 M:      Thierry Reding <thierry.reding@gmail.com>
11011 S:      Supported
11012 F:      drivers/pwm/pwm-tegra.c
11013
11014 TEGRA SERIAL DRIVER
11015 M:      Laxman Dewangan <ldewangan@nvidia.com>
11016 S:      Supported
11017 F:      drivers/tty/serial/serial-tegra.c
11018
11019 TEGRA SPI DRIVER
11020 M:      Laxman Dewangan <ldewangan@nvidia.com>
11021 S:      Supported
11022 F:      drivers/spi/spi-tegra*
11023
11024 TEHUTI ETHERNET DRIVER
11025 M:      Andy Gospodarek <andy@greyhouse.net>
11026 L:      netdev@vger.kernel.org
11027 S:      Supported
11028 F:      drivers/net/ethernet/tehuti/*
11029
11030 Telecom Clock Driver for MCPL0010
11031 M:      Mark Gross <mark.gross@intel.com>
11032 S:      Supported
11033 F:      drivers/char/tlclk.c
11034
11035 TENSILICA XTENSA PORT (xtensa)
11036 M:      Chris Zankel <chris@zankel.net>
11037 M:      Max Filippov <jcmvbkbc@gmail.com>
11038 L:      linux-xtensa@linux-xtensa.org
11039 T:      git git://github.com/czankel/xtensa-linux.git
11040 S:      Maintained
11041 F:      arch/xtensa/
11042 F:      drivers/irqchip/irq-xtensa-*
11043
11044 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11045 M:      Hans Verkuil <hverkuil@xs4all.nl>
11046 L:      linux-media@vger.kernel.org
11047 T:      git git://linuxtv.org/media_tree.git
11048 W:      https://linuxtv.org
11049 S:      Maintained
11050 F:      drivers/media/radio/radio-raremono.c
11051
11052 THERMAL
11053 M:      Zhang Rui <rui.zhang@intel.com>
11054 M:      Eduardo Valentin <edubezval@gmail.com>
11055 L:      linux-pm@vger.kernel.org
11056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11057 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11058 Q:      https://patchwork.kernel.org/project/linux-pm/list/
11059 S:      Supported
11060 F:      drivers/thermal/
11061 F:      include/linux/thermal.h
11062 F:      include/uapi/linux/thermal.h
11063 F:      include/linux/cpu_cooling.h
11064 F:      Documentation/devicetree/bindings/thermal/
11065
11066 THERMAL/CPU_COOLING
11067 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
11068 M:      Viresh Kumar <viresh.kumar@linaro.org>
11069 M:      Javi Merino <javi.merino@arm.com>
11070 L:      linux-pm@vger.kernel.org
11071 S:      Supported
11072 F:      Documentation/thermal/cpu-cooling-api.txt
11073 F:      drivers/thermal/cpu_cooling.c
11074 F:      include/linux/cpu_cooling.h
11075
11076 THINGM BLINK(1) USB RGB LED DRIVER
11077 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
11078 S:      Maintained
11079 F:      drivers/hid/hid-thingm.c
11080
11081 THINKPAD ACPI EXTRAS DRIVER
11082 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11083 L:      ibm-acpi-devel@lists.sourceforge.net
11084 L:      platform-driver-x86@vger.kernel.org
11085 W:      http://ibm-acpi.sourceforge.net
11086 W:      http://thinkwiki.org/wiki/Ibm-acpi
11087 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11088 S:      Maintained
11089 F:      drivers/platform/x86/thinkpad_acpi.c
11090
11091 TI BANDGAP AND THERMAL DRIVER
11092 M:      Eduardo Valentin <edubezval@gmail.com>
11093 L:      linux-pm@vger.kernel.org
11094 L:      linux-omap@vger.kernel.org
11095 S:      Maintained
11096 F:      drivers/thermal/ti-soc-thermal/
11097
11098 TI VPE/CAL DRIVERS
11099 M:      Benoit Parrot <bparrot@ti.com>
11100 L:      linux-media@vger.kernel.org
11101 W:      http://linuxtv.org/
11102 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11103 S:      Maintained
11104 F:      drivers/media/platform/ti-vpe/
11105
11106 TI CDCE706 CLOCK DRIVER
11107 M:      Max Filippov <jcmvbkbc@gmail.com>
11108 S:      Maintained
11109 F:      drivers/clk/clk-cdce706.c
11110
11111 TI CLOCK DRIVER
11112 M:      Tero Kristo <t-kristo@ti.com>
11113 L:      linux-omap@vger.kernel.org
11114 S:      Maintained
11115 F:      drivers/clk/ti/
11116 F:      include/linux/clk/ti.h
11117
11118 TI ETHERNET SWITCH DRIVER (CPSW)
11119 M:      Mugunthan V N <mugunthanvnm@ti.com>
11120 R:      Grygorii Strashko <grygorii.strashko@ti.com>
11121 L:      linux-omap@vger.kernel.org
11122 L:      netdev@vger.kernel.org
11123 S:      Maintained
11124 F:      drivers/net/ethernet/ti/cpsw*
11125 F:      drivers/net/ethernet/ti/davinci*
11126
11127 TI FLASH MEDIA INTERFACE DRIVER
11128 M:      Alex Dubov <oakad@yahoo.com>
11129 S:      Maintained
11130 F:      drivers/misc/tifm*
11131 F:      drivers/mmc/host/tifm_sd.c
11132 F:      include/linux/tifm.h
11133
11134 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11135 M:      Santosh Shilimkar <ssantosh@kernel.org>
11136 L:      linux-kernel@vger.kernel.org
11137 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11138 S:      Maintained
11139 F:      drivers/soc/ti/*
11140 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11141
11142
11143 TI LM49xxx FAMILY ASoC CODEC DRIVERS
11144 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
11145 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
11146 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11147 S:      Maintained
11148 F:      sound/soc/codecs/lm49453*
11149 F:      sound/soc/codecs/isabelle*
11150
11151 TI LP855x BACKLIGHT DRIVER
11152 M:      Milo Kim <milo.kim@ti.com>
11153 S:      Maintained
11154 F:      Documentation/backlight/lp855x-driver.txt
11155 F:      drivers/video/backlight/lp855x_bl.c
11156 F:      include/linux/platform_data/lp855x.h
11157
11158 TI LP8727 CHARGER DRIVER
11159 M:      Milo Kim <milo.kim@ti.com>
11160 S:      Maintained
11161 F:      drivers/power/lp8727_charger.c
11162 F:      include/linux/platform_data/lp8727.h
11163
11164 TI LP8788 MFD DRIVER
11165 M:      Milo Kim <milo.kim@ti.com>
11166 S:      Maintained
11167 F:      drivers/iio/adc/lp8788_adc.c
11168 F:      drivers/leds/leds-lp8788.c
11169 F:      drivers/mfd/lp8788*.c
11170 F:      drivers/power/lp8788-charger.c
11171 F:      drivers/regulator/lp8788-*.c
11172 F:      include/linux/mfd/lp8788*.h
11173
11174 TI NETCP ETHERNET DRIVER
11175 M:      Wingman Kwok <w-kwok2@ti.com>
11176 M:      Murali Karicheri <m-karicheri2@ti.com>
11177 L:      netdev@vger.kernel.org
11178 S:      Maintained
11179 F:      drivers/net/ethernet/ti/netcp*
11180
11181 TI TAS571X FAMILY ASoC CODEC DRIVER
11182 M:      Kevin Cernekee <cernekee@chromium.org>
11183 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11184 S:      Odd Fixes
11185 F:      sound/soc/codecs/tas571x*
11186
11187 TI TWL4030 SERIES SOC CODEC DRIVER
11188 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
11189 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11190 S:      Maintained
11191 F:      sound/soc/codecs/twl4030*
11192
11193 TI WILINK WIRELESS DRIVERS
11194 L:      linux-wireless@vger.kernel.org
11195 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
11196 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
11197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11198 S:      Orphan
11199 F:      drivers/net/wireless/ti/
11200 F:      include/linux/wl12xx.h
11201
11202 TIPC NETWORK LAYER
11203 M:      Jon Maloy <jon.maloy@ericsson.com>
11204 M:      Ying Xue <ying.xue@windriver.com>
11205 L:      netdev@vger.kernel.org (core kernel code)
11206 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11207 W:      http://tipc.sourceforge.net/
11208 S:      Maintained
11209 F:      include/uapi/linux/tipc*.h
11210 F:      net/tipc/
11211
11212 TILE ARCHITECTURE
11213 M:      Chris Metcalf <cmetcalf@mellanox.com>
11214 W:      http://www.mellanox.com/repository/solutions/tile-scm/
11215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11216 S:      Supported
11217 F:      arch/tile/
11218 F:      drivers/char/tile-srom.c
11219 F:      drivers/edac/tile_edac.c
11220 F:      drivers/net/ethernet/tile/
11221 F:      drivers/rtc/rtc-tile.c
11222 F:      drivers/tty/hvc/hvc_tile.c
11223 F:      drivers/tty/serial/tilegx.c
11224 F:      drivers/usb/host/*-tilegx.c
11225 F:      include/linux/usb/tilegx.h
11226
11227 TLAN NETWORK DRIVER
11228 M:      Samuel Chessman <chessman@tux.org>
11229 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
11230 W:      http://sourceforge.net/projects/tlan/
11231 S:      Maintained
11232 F:      Documentation/networking/tlan.txt
11233 F:      drivers/net/ethernet/ti/tlan.*
11234
11235 TOMOYO SECURITY MODULE
11236 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
11237 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11238 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11239 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11240 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11241 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11242 W:      http://tomoyo.sourceforge.jp/
11243 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11244 S:      Maintained
11245 F:      security/tomoyo/
11246
11247 TOPSTAR LAPTOP EXTRAS DRIVER
11248 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
11249 L:      platform-driver-x86@vger.kernel.org
11250 S:      Maintained
11251 F:      drivers/platform/x86/topstar-laptop.c
11252
11253 TOSHIBA ACPI EXTRAS DRIVER
11254 M:      Azael Avalos <coproscefalo@gmail.com>
11255 L:      platform-driver-x86@vger.kernel.org
11256 S:      Maintained
11257 F:      drivers/platform/x86/toshiba_acpi.c
11258
11259 TOSHIBA BLUETOOTH DRIVER
11260 M:      Azael Avalos <coproscefalo@gmail.com>
11261 L:      platform-driver-x86@vger.kernel.org
11262 S:      Maintained
11263 F:      drivers/platform/x86/toshiba_bluetooth.c
11264
11265 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11266 M:      Azael Avalos <coproscefalo@gmail.com>
11267 L:      platform-driver-x86@vger.kernel.org
11268 S:      Maintained
11269 F:      drivers/platform/x86/toshiba_haps.c
11270
11271 TOSHIBA WMI HOTKEYS DRIVER
11272 M:      Azael Avalos <coproscefalo@gmail.com>
11273 L:      platform-driver-x86@vger.kernel.org
11274 S:      Maintained
11275 F:      drivers/platform/x86/toshiba-wmi.c
11276
11277 TOSHIBA SMM DRIVER
11278 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
11279 W:      http://www.buzzard.org.uk/toshiba/
11280 S:      Maintained
11281 F:      drivers/char/toshiba.c
11282 F:      include/linux/toshiba.h
11283 F:      include/uapi/linux/toshiba.h
11284
11285 TOSHIBA TC358743 DRIVER
11286 M:      Mats Randgaard <matrandg@cisco.com>
11287 L:      linux-media@vger.kernel.org
11288 S:      Maintained
11289 F:      drivers/media/i2c/tc358743*
11290 F:      include/media/i2c/tc358743.h
11291
11292 TMIO/SDHI MMC DRIVER
11293 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
11294 L:      linux-mmc@vger.kernel.org
11295 S:      Supported
11296 F:      drivers/mmc/host/tmio_mmc*
11297 F:      drivers/mmc/host/sh_mobile_sdhi.c
11298 F:      include/linux/mfd/tmio.h
11299
11300 TMP401 HARDWARE MONITOR DRIVER
11301 M:      Guenter Roeck <linux@roeck-us.net>
11302 L:      linux-hwmon@vger.kernel.org
11303 S:      Maintained
11304 F:      Documentation/hwmon/tmp401
11305 F:      drivers/hwmon/tmp401.c
11306
11307 TMPFS (SHMEM FILESYSTEM)
11308 M:      Hugh Dickins <hughd@google.com>
11309 L:      linux-mm@kvack.org
11310 S:      Maintained
11311 F:      include/linux/shmem_fs.h
11312 F:      mm/shmem.c
11313
11314 TM6000 VIDEO4LINUX DRIVER
11315 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11316 L:      linux-media@vger.kernel.org
11317 W:      https://linuxtv.org
11318 T:      git git://linuxtv.org/media_tree.git
11319 S:      Odd fixes
11320 F:      drivers/media/usb/tm6000/
11321
11322 TW68 VIDEO4LINUX DRIVER
11323 M:      Hans Verkuil <hverkuil@xs4all.nl>
11324 L:      linux-media@vger.kernel.org
11325 T:      git git://linuxtv.org/media_tree.git
11326 W:      https://linuxtv.org
11327 S:      Odd Fixes
11328 F:      drivers/media/pci/tw68/
11329
11330 TPM DEVICE DRIVER
11331 M:      Peter Huewe <peterhuewe@gmx.de>
11332 M:      Marcel Selhorst <tpmdd@selhorst.net>
11333 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11334 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11335 W:      http://tpmdd.sourceforge.net
11336 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11337 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
11338 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
11339 S:      Maintained
11340 F:      drivers/char/tpm/
11341
11342 TPM IBM_VTPM DEVICE DRIVER
11343 M:      Ashley Lai <ashleydlai@gmail.com>
11344 W:      http://tpmdd.sourceforge.net
11345 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11346 S:      Maintained
11347 F:      drivers/char/tpm/tpm_ibmvtpm*
11348
11349 TRACING
11350 M:      Steven Rostedt <rostedt@goodmis.org>
11351 M:      Ingo Molnar <mingo@redhat.com>
11352 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11353 S:      Maintained
11354 F:      Documentation/trace/ftrace.txt
11355 F:      arch/*/*/*/ftrace.h
11356 F:      arch/*/kernel/ftrace.c
11357 F:      include/*/ftrace.h
11358 F:      include/linux/trace*.h
11359 F:      include/trace/
11360 F:      kernel/trace/
11361 F:      tools/testing/selftests/ftrace/
11362
11363 TRACING MMIO ACCESSES (MMIOTRACE)
11364 M:      Steven Rostedt <rostedt@goodmis.org>
11365 M:      Ingo Molnar <mingo@kernel.org>
11366 R:      Karol Herbst <karolherbst@gmail.com>
11367 R:      Pekka Paalanen <ppaalanen@gmail.com>
11368 S:      Maintained
11369 L:      linux-kernel@vger.kernel.org
11370 L:      nouveau@lists.freedesktop.org
11371 F:      kernel/trace/trace_mmiotrace.c
11372 F:      include/linux/mmiotrace.h
11373 F:      arch/x86/mm/kmmio.c
11374 F:      arch/x86/mm/mmio-mod.c
11375 F:      arch/x86/mm/testmmiotrace.c
11376
11377 TRIVIAL PATCHES
11378 M:      Jiri Kosina <trivial@kernel.org>
11379 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11380 S:      Maintained
11381 K:      ^Subject:.*(?i)trivial
11382
11383 TTY LAYER
11384 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11385 M:      Jiri Slaby <jslaby@suse.com>
11386 S:      Supported
11387 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11388 F:      Documentation/serial/
11389 F:      drivers/tty/
11390 F:      drivers/tty/serial/serial_core.c
11391 F:      include/linux/serial_core.h
11392 F:      include/linux/serial.h
11393 F:      include/linux/tty.h
11394 F:      include/uapi/linux/serial_core.h
11395 F:      include/uapi/linux/serial.h
11396 F:      include/uapi/linux/tty.h
11397
11398 TUA9001 MEDIA DRIVER
11399 M:      Antti Palosaari <crope@iki.fi>
11400 L:      linux-media@vger.kernel.org
11401 W:      https://linuxtv.org
11402 W:      http://palosaari.fi/linux/
11403 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11404 T:      git git://linuxtv.org/anttip/media_tree.git
11405 S:      Maintained
11406 F:      drivers/media/tuners/tua9001*
11407
11408 TULIP NETWORK DRIVERS
11409 L:      netdev@vger.kernel.org
11410 L:      linux-parisc@vger.kernel.org
11411 S:      Orphan
11412 F:      drivers/net/ethernet/dec/tulip/
11413
11414 TUN/TAP driver
11415 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
11416 W:      http://vtun.sourceforge.net/tun
11417 S:      Maintained
11418 F:      Documentation/networking/tuntap.txt
11419 F:      arch/um/os-Linux/drivers/
11420
11421 TURBOCHANNEL SUBSYSTEM
11422 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11423 M:      Ralf Baechle <ralf@linux-mips.org>
11424 L:      linux-mips@linux-mips.org
11425 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
11426 S:      Maintained
11427 F:      drivers/tc/
11428 F:      include/linux/tc.h
11429
11430 U14-34F SCSI DRIVER
11431 M:      Dario Ballabio <ballabio_dario@emc.com>
11432 L:      linux-scsi@vger.kernel.org
11433 S:      Maintained
11434 F:      drivers/scsi/u14-34f.c
11435
11436 UBI FILE SYSTEM (UBIFS)
11437 M:      Richard Weinberger <richard@nod.at>
11438 M:      Artem Bityutskiy <dedekind1@gmail.com>
11439 M:      Adrian Hunter <adrian.hunter@intel.com>
11440 L:      linux-mtd@lists.infradead.org
11441 T:      git git://git.infradead.org/ubifs-2.6.git
11442 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
11443 S:      Supported
11444 F:      Documentation/filesystems/ubifs.txt
11445 F:      fs/ubifs/
11446
11447 UCLINUX (M68KNOMMU AND COLDFIRE)
11448 M:      Greg Ungerer <gerg@uclinux.org>
11449 W:      http://www.uclinux.org/
11450 L:      linux-m68k@lists.linux-m68k.org
11451 L:      uclinux-dev@uclinux.org  (subscribers-only)
11452 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11453 S:      Maintained
11454 F:      arch/m68k/coldfire/
11455 F:      arch/m68k/68*/
11456 F:      arch/m68k/*/*_no.*
11457 F:      arch/m68k/include/asm/*_no.*
11458
11459 UDF FILESYSTEM
11460 M:      Jan Kara <jack@suse.com>
11461 S:      Maintained
11462 F:      Documentation/filesystems/udf.txt
11463 F:      fs/udf/
11464
11465 UFS FILESYSTEM
11466 M:      Evgeniy Dushistov <dushistov@mail.ru>
11467 S:      Maintained
11468 F:      Documentation/filesystems/ufs.txt
11469 F:      fs/ufs/
11470
11471 UHID USERSPACE HID IO DRIVER:
11472 M:      David Herrmann <dh.herrmann@googlemail.com>
11473 L:      linux-input@vger.kernel.org
11474 S:      Maintained
11475 F:      drivers/hid/uhid.c
11476 F:      include/uapi/linux/uhid.h
11477
11478 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11479 L:      linux-usb@vger.kernel.org
11480 S:      Orphan
11481 F:      drivers/uwb/
11482 F:      include/linux/uwb.h
11483 F:      include/linux/uwb/
11484
11485 UNICORE32 ARCHITECTURE:
11486 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
11487 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
11488 S:      Maintained
11489 T:      git git://github.com/gxt/linux.git
11490 F:      arch/unicore32/
11491
11492 UNIFDEF
11493 M:      Tony Finch <dot@dotat.at>
11494 W:      http://dotat.at/prog/unifdef
11495 S:      Maintained
11496 F:      scripts/unifdef.c
11497
11498 UNIFORM CDROM DRIVER
11499 M:      Jens Axboe <axboe@kernel.dk>
11500 W:      http://www.kernel.dk
11501 S:      Maintained
11502 F:      Documentation/cdrom/
11503 F:      drivers/cdrom/cdrom.c
11504 F:      include/linux/cdrom.h
11505 F:      include/uapi/linux/cdrom.h
11506
11507 UNISYS S-PAR DRIVERS
11508 M:      David Kershner <david.kershner@unisys.com>
11509 L:      sparmaintainer@unisys.com (Unisys internal)
11510 S:      Supported
11511 F:      drivers/staging/unisys/
11512
11513 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11514 M:      Vinayak Holikatti <vinholikatti@gmail.com>
11515 L:      linux-scsi@vger.kernel.org
11516 S:      Supported
11517 F:      Documentation/scsi/ufs.txt
11518 F:      drivers/scsi/ufs/
11519
11520 UNSORTED BLOCK IMAGES (UBI)
11521 M:      Artem Bityutskiy <dedekind1@gmail.com>
11522 M:      Richard Weinberger <richard@nod.at>
11523 W:      http://www.linux-mtd.infradead.org/
11524 L:      linux-mtd@lists.infradead.org
11525 T:      git git://git.infradead.org/ubifs-2.6.git
11526 S:      Supported
11527 F:      drivers/mtd/ubi/
11528 F:      include/linux/mtd/ubi.h
11529 F:      include/uapi/mtd/ubi-user.h
11530
11531 USB ACM DRIVER
11532 M:      Oliver Neukum <oneukum@suse.com>
11533 L:      linux-usb@vger.kernel.org
11534 S:      Maintained
11535 F:      Documentation/usb/acm.txt
11536 F:      drivers/usb/class/cdc-acm.*
11537
11538 USB AR5523 WIRELESS DRIVER
11539 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
11540 L:      linux-wireless@vger.kernel.org
11541 S:      Maintained
11542 F:      drivers/net/wireless/ath/ar5523/
11543
11544 USB ATTACHED SCSI
11545 M:      Hans de Goede <hdegoede@redhat.com>
11546 M:      Gerd Hoffmann <kraxel@redhat.com>
11547 L:      linux-usb@vger.kernel.org
11548 L:      linux-scsi@vger.kernel.org
11549 S:      Maintained
11550 F:      drivers/usb/storage/uas.c
11551
11552 USB CDC ETHERNET DRIVER
11553 M:      Oliver Neukum <oliver@neukum.org>
11554 L:      linux-usb@vger.kernel.org
11555 S:      Maintained
11556 F:      drivers/net/usb/cdc_*.c
11557 F:      include/uapi/linux/usb/cdc.h
11558
11559 USB CHAOSKEY DRIVER
11560 M:      Keith Packard <keithp@keithp.com>
11561 L:      linux-usb@vger.kernel.org
11562 S:      Maintained
11563 F:      drivers/usb/misc/chaoskey.c
11564
11565 USB CYPRESS C67X00 DRIVER
11566 M:      Peter Korsgaard <jacmet@sunsite.dk>
11567 L:      linux-usb@vger.kernel.org
11568 S:      Maintained
11569 F:      drivers/usb/c67x00/
11570
11571 USB DAVICOM DM9601 DRIVER
11572 M:      Peter Korsgaard <jacmet@sunsite.dk>
11573 L:      netdev@vger.kernel.org
11574 W:      http://www.linux-usb.org/usbnet
11575 S:      Maintained
11576 F:      drivers/net/usb/dm9601.c
11577
11578 USB DIAMOND RIO500 DRIVER
11579 M:      Cesar Miquel <miquel@df.uba.ar>
11580 L:      rio500-users@lists.sourceforge.net
11581 W:      http://rio500.sourceforge.net
11582 S:      Maintained
11583 F:      drivers/usb/misc/rio500*
11584
11585 USB EHCI DRIVER
11586 M:      Alan Stern <stern@rowland.harvard.edu>
11587 L:      linux-usb@vger.kernel.org
11588 S:      Maintained
11589 F:      Documentation/usb/ehci.txt
11590 F:      drivers/usb/host/ehci*
11591
11592 USB GADGET/PERIPHERAL SUBSYSTEM
11593 M:      Felipe Balbi <balbi@kernel.org>
11594 L:      linux-usb@vger.kernel.org
11595 W:      http://www.linux-usb.org/gadget
11596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11597 S:      Maintained
11598 F:      drivers/usb/gadget/
11599 F:      include/linux/usb/gadget*
11600
11601 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11602 M:      Jiri Kosina <jikos@kernel.org>
11603 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
11604 L:      linux-usb@vger.kernel.org
11605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11606 S:      Maintained
11607 F:      Documentation/hid/hiddev.txt
11608 F:      drivers/hid/usbhid/
11609
11610 USB ISP116X DRIVER
11611 M:      Olav Kongas <ok@artecdesign.ee>
11612 L:      linux-usb@vger.kernel.org
11613 S:      Maintained
11614 F:      drivers/usb/host/isp116x*
11615 F:      include/linux/usb/isp116x.h
11616
11617 USB LAN78XX ETHERNET DRIVER
11618 M:      Woojung Huh <woojung.huh@microchip.com>
11619 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
11620 L:      netdev@vger.kernel.org
11621 S:      Maintained
11622 F:      drivers/net/usb/lan78xx.*
11623
11624 USB MASS STORAGE DRIVER
11625 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11626 L:      linux-usb@vger.kernel.org
11627 L:      usb-storage@lists.one-eyed-alien.net
11628 S:      Maintained
11629 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11630 F:      drivers/usb/storage/
11631
11632 USB MIDI DRIVER
11633 M:      Clemens Ladisch <clemens@ladisch.de>
11634 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11635 T:      git git://git.alsa-project.org/alsa-kernel.git
11636 S:      Maintained
11637 F:      sound/usb/midi.*
11638
11639 USB NETWORKING DRIVERS
11640 L:      linux-usb@vger.kernel.org
11641 S:      Odd Fixes
11642 F:      drivers/net/usb/
11643
11644 USB OHCI DRIVER
11645 M:      Alan Stern <stern@rowland.harvard.edu>
11646 L:      linux-usb@vger.kernel.org
11647 S:      Maintained
11648 F:      Documentation/usb/ohci.txt
11649 F:      drivers/usb/host/ohci*
11650
11651 USB OTG FSM (Finite State Machine)
11652 M:      Peter Chen <Peter.Chen@nxp.com>
11653 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11654 L:      linux-usb@vger.kernel.org
11655 S:      Maintained
11656 F:      drivers/usb/common/usb-otg-fsm.c
11657
11658 USB OVER IP DRIVER
11659 M:      Valentina Manea <valentina.manea.m@gmail.com>
11660 M:      Shuah Khan <shuah.kh@samsung.com>
11661 L:      linux-usb@vger.kernel.org
11662 S:      Maintained
11663 F:      Documentation/usb/usbip_protocol.txt
11664 F:      drivers/usb/usbip/
11665 F:      tools/usb/usbip/
11666
11667 USB PEGASUS DRIVER
11668 M:      Petko Manolov <petkan@nucleusys.com>
11669 L:      linux-usb@vger.kernel.org
11670 L:      netdev@vger.kernel.org
11671 T:      git git://github.com/petkan/pegasus.git
11672 W:      https://github.com/petkan/pegasus
11673 S:      Maintained
11674 F:      drivers/net/usb/pegasus.*
11675
11676 USB PHY LAYER
11677 M:      Felipe Balbi <balbi@kernel.org>
11678 L:      linux-usb@vger.kernel.org
11679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11680 S:      Maintained
11681 F:      drivers/usb/phy/
11682
11683 USB PRINTER DRIVER (usblp)
11684 M:      Pete Zaitcev <zaitcev@redhat.com>
11685 L:      linux-usb@vger.kernel.org
11686 S:      Supported
11687 F:      drivers/usb/class/usblp.c
11688
11689 USB QMI WWAN NETWORK DRIVER
11690 M:      Bjørn Mork <bjorn@mork.no>
11691 L:      netdev@vger.kernel.org
11692 S:      Maintained
11693 F:      Documentation/ABI/testing/sysfs-class-net-qmi
11694 F:      drivers/net/usb/qmi_wwan.c
11695
11696 USB RTL8150 DRIVER
11697 M:      Petko Manolov <petkan@nucleusys.com>
11698 L:      linux-usb@vger.kernel.org
11699 L:      netdev@vger.kernel.org
11700 T:      git git://github.com/petkan/rtl8150.git
11701 W:      https://github.com/petkan/rtl8150
11702 S:      Maintained
11703 F:      drivers/net/usb/rtl8150.c
11704
11705 USB SERIAL SUBSYSTEM
11706 M:      Johan Hovold <johan@kernel.org>
11707 L:      linux-usb@vger.kernel.org
11708 S:      Maintained
11709 F:      Documentation/usb/usb-serial.txt
11710 F:      drivers/usb/serial/
11711 F:      include/linux/usb/serial.h
11712
11713 USB SMSC75XX ETHERNET DRIVER
11714 M:      Steve Glendinning <steve.glendinning@shawell.net>
11715 L:      netdev@vger.kernel.org
11716 S:      Maintained
11717 F:      drivers/net/usb/smsc75xx.*
11718
11719 USB SMSC95XX ETHERNET DRIVER
11720 M:      Steve Glendinning <steve.glendinning@shawell.net>
11721 L:      netdev@vger.kernel.org
11722 S:      Maintained
11723 F:      drivers/net/usb/smsc95xx.*
11724
11725 USB SUBSYSTEM
11726 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11727 L:      linux-usb@vger.kernel.org
11728 W:      http://www.linux-usb.org
11729 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11730 S:      Supported
11731 F:      Documentation/usb/
11732 F:      drivers/usb/
11733 F:      include/linux/usb.h
11734 F:      include/linux/usb/
11735
11736 USB UHCI DRIVER
11737 M:      Alan Stern <stern@rowland.harvard.edu>
11738 L:      linux-usb@vger.kernel.org
11739 S:      Maintained
11740 F:      drivers/usb/host/uhci*
11741
11742 USB "USBNET" DRIVER FRAMEWORK
11743 M:      Oliver Neukum <oneukum@suse.com>
11744 L:      netdev@vger.kernel.org
11745 W:      http://www.linux-usb.org/usbnet
11746 S:      Maintained
11747 F:      drivers/net/usb/usbnet.c
11748 F:      include/linux/usb/usbnet.h
11749
11750 USB VIDEO CLASS
11751 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11752 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11753 L:      linux-media@vger.kernel.org
11754 T:      git git://linuxtv.org/media_tree.git
11755 W:      http://www.ideasonboard.org/uvc/
11756 S:      Maintained
11757 F:      drivers/media/usb/uvc/
11758 F:      include/uapi/linux/uvcvideo.h
11759
11760 USB VISION DRIVER
11761 M:      Hans Verkuil <hverkuil@xs4all.nl>
11762 L:      linux-media@vger.kernel.org
11763 T:      git git://linuxtv.org/media_tree.git
11764 W:      https://linuxtv.org
11765 S:      Odd Fixes
11766 F:      drivers/media/usb/usbvision/
11767
11768 USB WEBCAM GADGET
11769 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11770 L:      linux-usb@vger.kernel.org
11771 S:      Maintained
11772 F:      drivers/usb/gadget/function/*uvc*
11773 F:      drivers/usb/gadget/legacy/webcam.c
11774
11775 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11776 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11777 L:      linux-wireless@vger.kernel.org
11778 S:      Maintained
11779 F:      drivers/net/wireless/rndis_wlan.c
11780
11781 USB XHCI DRIVER
11782 M:      Mathias Nyman <mathias.nyman@intel.com>
11783 L:      linux-usb@vger.kernel.org
11784 S:      Supported
11785 F:      drivers/usb/host/xhci*
11786 F:      drivers/usb/host/pci-quirks*
11787
11788 USB ZD1201 DRIVER
11789 L:      linux-wireless@vger.kernel.org
11790 W:      http://linux-lc100020.sourceforge.net
11791 S:      Orphan
11792 F:      drivers/net/wireless/zydas/zd1201.*
11793
11794 USB ZR364XX DRIVER
11795 M:      Antoine Jacquet <royale@zerezo.com>
11796 L:      linux-usb@vger.kernel.org
11797 L:      linux-media@vger.kernel.org
11798 T:      git git://linuxtv.org/media_tree.git
11799 W:      http://royale.zerezo.com/zr364xx/
11800 S:      Maintained
11801 F:      Documentation/video4linux/zr364xx.txt
11802 F:      drivers/media/usb/zr364xx/
11803
11804 ULPI BUS
11805 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11806 L:      linux-usb@vger.kernel.org
11807 S:      Maintained
11808 F:      drivers/usb/common/ulpi.c
11809 F:      include/linux/ulpi/
11810
11811 USER-MODE LINUX (UML)
11812 M:      Jeff Dike <jdike@addtoit.com>
11813 M:      Richard Weinberger <richard@nod.at>
11814 L:      user-mode-linux-devel@lists.sourceforge.net
11815 L:      user-mode-linux-user@lists.sourceforge.net
11816 W:      http://user-mode-linux.sourceforge.net
11817 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
11818 S:      Maintained
11819 F:      Documentation/virtual/uml/
11820 F:      arch/um/
11821 F:      arch/x86/um/
11822 F:      fs/hostfs/
11823 F:      fs/hppfs/
11824
11825 USERSPACE I/O (UIO)
11826 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11827 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11828 S:      Maintained
11829 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11830 F:      Documentation/DocBook/uio-howto.tmpl
11831 F:      drivers/uio/
11832 F:      include/linux/uio*.h
11833
11834 UTIL-LINUX PACKAGE
11835 M:      Karel Zak <kzak@redhat.com>
11836 L:      util-linux@vger.kernel.org
11837 W:      http://en.wikipedia.org/wiki/Util-linux
11838 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11839 S:      Maintained
11840
11841 UVESAFB DRIVER
11842 M:      Michal Januszewski <spock@gentoo.org>
11843 L:      linux-fbdev@vger.kernel.org
11844 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11845 S:      Maintained
11846 F:      Documentation/fb/uvesafb.txt
11847 F:      drivers/video/fbdev/uvesafb.*
11848
11849 VF610 NAND DRIVER
11850 M:      Stefan Agner <stefan@agner.ch>
11851 L:      linux-mtd@lists.infradead.org
11852 S:      Supported
11853 F:      drivers/mtd/nand/vf610_nfc.c
11854
11855 VFAT/FAT/MSDOS FILESYSTEM
11856 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11857 S:      Maintained
11858 F:      Documentation/filesystems/vfat.txt
11859 F:      fs/fat/
11860
11861 VFIO DRIVER
11862 M:      Alex Williamson <alex.williamson@redhat.com>
11863 L:      kvm@vger.kernel.org
11864 T:      git git://github.com/awilliam/linux-vfio.git
11865 S:      Maintained
11866 F:      Documentation/vfio.txt
11867 F:      drivers/vfio/
11868 F:      include/linux/vfio.h
11869 F:      include/uapi/linux/vfio.h
11870
11871 VFIO PLATFORM DRIVER
11872 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11873 L:      kvm@vger.kernel.org
11874 S:      Maintained
11875 F:      drivers/vfio/platform/
11876
11877 VIDEOBUF2 FRAMEWORK
11878 M:      Pawel Osciak <pawel@osciak.com>
11879 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11880 M:      Kyungmin Park <kyungmin.park@samsung.com>
11881 L:      linux-media@vger.kernel.org
11882 S:      Maintained
11883 F:      drivers/media/v4l2-core/videobuf2-*
11884 F:      include/media/videobuf2-*
11885
11886 VIRTUAL SERIO DEVICE DRIVER
11887 M:      Stephen Chandler Paul <thatslyude@gmail.com>
11888 S:      Maintained
11889 F:      drivers/input/serio/userio.c
11890 F:      include/uapi/linux/userio.h
11891
11892 VIRTIO CONSOLE DRIVER
11893 M:      Amit Shah <amit.shah@redhat.com>
11894 L:      virtualization@lists.linux-foundation.org
11895 S:      Maintained
11896 F:      drivers/char/virtio_console.c
11897 F:      include/linux/virtio_console.h
11898 F:      include/uapi/linux/virtio_console.h
11899
11900 VIRTIO CORE, NET AND BLOCK DRIVERS
11901 M:      "Michael S. Tsirkin" <mst@redhat.com>
11902 L:      virtualization@lists.linux-foundation.org
11903 S:      Maintained
11904 F:      drivers/virtio/
11905 F:      tools/virtio/
11906 F:      drivers/net/virtio_net.c
11907 F:      drivers/block/virtio_blk.c
11908 F:      include/linux/virtio_*.h
11909 F:      include/uapi/linux/virtio_*.h
11910
11911 VIRTIO DRIVERS FOR S390
11912 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11913 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11914 L:      linux-s390@vger.kernel.org
11915 L:      virtualization@lists.linux-foundation.org
11916 L:      kvm@vger.kernel.org
11917 S:      Supported
11918 F:      drivers/s390/virtio/
11919
11920 VIRTIO GPU DRIVER
11921 M:      David Airlie <airlied@linux.ie>
11922 M:      Gerd Hoffmann <kraxel@redhat.com>
11923 L:      dri-devel@lists.freedesktop.org
11924 L:      virtualization@lists.linux-foundation.org
11925 S:      Maintained
11926 F:      drivers/gpu/drm/virtio/
11927 F:      include/uapi/linux/virtio_gpu.h
11928
11929 VIRTIO HOST (VHOST)
11930 M:      "Michael S. Tsirkin" <mst@redhat.com>
11931 L:      kvm@vger.kernel.org
11932 L:      virtualization@lists.linux-foundation.org
11933 L:      netdev@vger.kernel.org
11934 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
11935 S:      Maintained
11936 F:      drivers/vhost/
11937 F:      include/uapi/linux/vhost.h
11938
11939 VIRTIO INPUT DRIVER
11940 M:      Gerd Hoffmann <kraxel@redhat.com>
11941 S:      Maintained
11942 F:      drivers/virtio/virtio_input.c
11943 F:      include/uapi/linux/virtio_input.h
11944
11945 VIA RHINE NETWORK DRIVER
11946 S:      Orphan
11947 F:      drivers/net/ethernet/via/via-rhine.c
11948
11949 VIA SD/MMC CARD CONTROLLER DRIVER
11950 M:      Bruce Chang <brucechang@via.com.tw>
11951 M:      Harald Welte <HaraldWelte@viatech.com>
11952 S:      Maintained
11953 F:      drivers/mmc/host/via-sdmmc.c
11954
11955 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11956 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11957 L:      linux-fbdev@vger.kernel.org
11958 S:      Maintained
11959 F:      include/linux/via-core.h
11960 F:      include/linux/via-gpio.h
11961 F:      include/linux/via_i2c.h
11962 F:      drivers/video/fbdev/via/
11963
11964 VIA VELOCITY NETWORK DRIVER
11965 M:      Francois Romieu <romieu@fr.zoreil.com>
11966 L:      netdev@vger.kernel.org
11967 S:      Maintained
11968 F:      drivers/net/ethernet/via/via-velocity.*
11969
11970 VIRT LIB
11971 M:      Alex Williamson <alex.williamson@redhat.com>
11972 M:      Paolo Bonzini <pbonzini@redhat.com>
11973 L:      kvm@vger.kernel.org
11974 S:      Supported
11975 F:      virt/lib/
11976
11977 VIVID VIRTUAL VIDEO DRIVER
11978 M:      Hans Verkuil <hverkuil@xs4all.nl>
11979 L:      linux-media@vger.kernel.org
11980 T:      git git://linuxtv.org/media_tree.git
11981 W:      https://linuxtv.org
11982 S:      Maintained
11983 F:      drivers/media/platform/vivid/*
11984
11985 VLAN (802.1Q)
11986 M:      Patrick McHardy <kaber@trash.net>
11987 L:      netdev@vger.kernel.org
11988 S:      Maintained
11989 F:      drivers/net/macvlan.c
11990 F:      include/linux/if_*vlan.h
11991 F:      net/8021q/
11992
11993 VLYNQ BUS
11994 M:      Florian Fainelli <florian@openwrt.org>
11995 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11996 S:      Maintained
11997 F:      drivers/vlynq/vlynq.c
11998 F:      include/linux/vlynq.h
11999
12000 VME SUBSYSTEM
12001 M:      Martyn Welch <martyn@welchs.me.uk>
12002 M:      Manohar Vanga <manohar.vanga@gmail.com>
12003 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12004 L:      devel@driverdev.osuosl.org
12005 S:      Maintained
12006 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12007 F:      Documentation/vme_api.txt
12008 F:      drivers/staging/vme/
12009 F:      drivers/vme/
12010 F:      include/linux/vme*
12011
12012 VMWARE HYPERVISOR INTERFACE
12013 M:      Alok Kataria <akataria@vmware.com>
12014 L:      virtualization@lists.linux-foundation.org
12015 S:      Supported
12016 F:      arch/x86/kernel/cpu/vmware.c
12017
12018 VMWARE BALLOON DRIVER
12019 M:      Xavier Deguillard <xdeguillard@vmware.com>
12020 M:      Philip Moltmann <moltmann@vmware.com>
12021 M:      "VMware, Inc." <pv-drivers@vmware.com>
12022 L:      linux-kernel@vger.kernel.org
12023 S:      Maintained
12024 F:      drivers/misc/vmw_balloon.c
12025
12026 VMWARE VMMOUSE SUBDRIVER
12027 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12028 M:      "VMware, Inc." <pv-drivers@vmware.com>
12029 L:      linux-input@vger.kernel.org
12030 S:      Maintained
12031 F:      drivers/input/mouse/vmmouse.c
12032 F:      drivers/input/mouse/vmmouse.h
12033
12034 VMWARE VMXNET3 ETHERNET DRIVER
12035 M:      Shrikrishna Khare <skhare@vmware.com>
12036 M:      "VMware, Inc." <pv-drivers@vmware.com>
12037 L:      netdev@vger.kernel.org
12038 S:      Maintained
12039 F:      drivers/net/vmxnet3/
12040
12041 VMware PVSCSI driver
12042 M:      Arvind Kumar <arvindkumar@vmware.com>
12043 M:      VMware PV-Drivers <pv-drivers@vmware.com>
12044 L:      linux-scsi@vger.kernel.org
12045 S:      Maintained
12046 F:      drivers/scsi/vmw_pvscsi.c
12047 F:      drivers/scsi/vmw_pvscsi.h
12048
12049 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12050 M:      Liam Girdwood <lgirdwood@gmail.com>
12051 M:      Mark Brown <broonie@kernel.org>
12052 L:      linux-kernel@vger.kernel.org
12053 W:      http://www.slimlogic.co.uk/?p=48
12054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12055 S:      Supported
12056 F:      Documentation/devicetree/bindings/regulator/
12057 F:      drivers/regulator/
12058 F:      include/dt-bindings/regulator/
12059 F:      include/linux/regulator/
12060
12061 VRF
12062 M:      David Ahern <dsa@cumulusnetworks.com>
12063 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
12064 L:      netdev@vger.kernel.org
12065 S:      Maintained
12066 F:      drivers/net/vrf.c
12067 F:      Documentation/networking/vrf.txt
12068
12069 VT1211 HARDWARE MONITOR DRIVER
12070 M:      Juerg Haefliger <juergh@gmail.com>
12071 L:      linux-hwmon@vger.kernel.org
12072 S:      Maintained
12073 F:      Documentation/hwmon/vt1211
12074 F:      drivers/hwmon/vt1211.c
12075
12076 VT8231 HARDWARE MONITOR DRIVER
12077 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
12078 L:      linux-hwmon@vger.kernel.org
12079 S:      Maintained
12080 F:      drivers/hwmon/vt8231.c
12081
12082 VUB300 USB to SDIO/SD/MMC bridge chip
12083 M:      Tony Olech <tony.olech@elandigitalsystems.com>
12084 L:      linux-mmc@vger.kernel.org
12085 L:      linux-usb@vger.kernel.org
12086 S:      Supported
12087 F:      drivers/mmc/host/vub300.c
12088
12089 W1 DALLAS'S 1-WIRE BUS
12090 M:      Evgeniy Polyakov <zbr@ioremap.net>
12091 S:      Maintained
12092 F:      Documentation/w1/
12093 F:      drivers/w1/
12094
12095 W83791D HARDWARE MONITORING DRIVER
12096 M:      Marc Hulsman <m.hulsman@tudelft.nl>
12097 L:      linux-hwmon@vger.kernel.org
12098 S:      Maintained
12099 F:      Documentation/hwmon/w83791d
12100 F:      drivers/hwmon/w83791d.c
12101
12102 W83793 HARDWARE MONITORING DRIVER
12103 M:      Rudolf Marek <r.marek@assembler.cz>
12104 L:      linux-hwmon@vger.kernel.org
12105 S:      Maintained
12106 F:      Documentation/hwmon/w83793
12107 F:      drivers/hwmon/w83793.c
12108
12109 W83795 HARDWARE MONITORING DRIVER
12110 M:      Jean Delvare <jdelvare@suse.com>
12111 L:      linux-hwmon@vger.kernel.org
12112 S:      Maintained
12113 F:      drivers/hwmon/w83795.c
12114
12115 W83L51xD SD/MMC CARD INTERFACE DRIVER
12116 M:      Pierre Ossman <pierre@ossman.eu>
12117 S:      Maintained
12118 F:      drivers/mmc/host/wbsd.*
12119
12120 WACOM PROTOCOL 4 SERIAL TABLETS
12121 M:      Julian Squires <julian@cipht.net>
12122 M:      Hans de Goede <hdegoede@redhat.com>
12123 L:      linux-input@vger.kernel.org
12124 S:      Maintained
12125 F:      drivers/input/tablet/wacom_serial4.c
12126
12127 WATCHDOG DEVICE DRIVERS
12128 M:      Wim Van Sebroeck <wim@iguana.be>
12129 R:      Guenter Roeck <linux@roeck-us.net>
12130 L:      linux-watchdog@vger.kernel.org
12131 W:      http://www.linux-watchdog.org/
12132 T:      git git://www.linux-watchdog.org/linux-watchdog.git
12133 S:      Maintained
12134 F:      Documentation/watchdog/
12135 F:      drivers/watchdog/
12136 F:      include/linux/watchdog.h
12137 F:      include/uapi/linux/watchdog.h
12138
12139 WD7000 SCSI DRIVER
12140 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
12141 L:      linux-scsi@vger.kernel.org
12142 S:      Maintained
12143 F:      drivers/scsi/wd7000.c
12144
12145 WIIMOTE HID DRIVER
12146 M:      David Herrmann <dh.herrmann@googlemail.com>
12147 L:      linux-input@vger.kernel.org
12148 S:      Maintained
12149 F:      drivers/hid/hid-wiimote*
12150
12151 WINBOND CIR DRIVER
12152 M:      David Härdeman <david@hardeman.nu>
12153 S:      Maintained
12154 F:      drivers/media/rc/winbond-cir.c
12155
12156 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
12157 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12158 L:      linux-watchdog@vger.kernel.org
12159 S:      Maintained
12160 F:      drivers/watchdog/ebc-c384_wdt.c
12161
12162 WINSYSTEMS WS16C48 GPIO DRIVER
12163 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12164 L:      linux-gpio@vger.kernel.org
12165 S:      Maintained
12166 F:      drivers/gpio/gpio-ws16c48.c
12167
12168 WIMAX STACK
12169 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
12170 M:      linux-wimax@intel.com
12171 L:      wimax@linuxwimax.org (subscribers-only)
12172 S:      Supported
12173 W:      http://linuxwimax.org
12174 F:      Documentation/wimax/README.wimax
12175 F:      include/linux/wimax/debug.h
12176 F:      include/net/wimax.h
12177 F:      include/uapi/linux/wimax.h
12178 F:      net/wimax/
12179
12180 WISTRON LAPTOP BUTTON DRIVER
12181 M:      Miloslav Trmac <mitr@volny.cz>
12182 S:      Maintained
12183 F:      drivers/input/misc/wistron_btns.c
12184
12185 WL3501 WIRELESS PCMCIA CARD DRIVER
12186 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
12187 L:      linux-wireless@vger.kernel.org
12188 W:      http://oops.ghostprotocols.net:81/blog
12189 S:      Maintained
12190 F:      drivers/net/wireless/wl3501*
12191
12192 WOLFSON MICROELECTRONICS DRIVERS
12193 L:      patches@opensource.wolfsonmicro.com
12194 T:      git https://github.com/CirrusLogic/linux-drivers.git
12195 W:      https://github.com/CirrusLogic/linux-drivers/wiki
12196 S:      Supported
12197 F:      Documentation/hwmon/wm83??
12198 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12199 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12200 F:      Documentation/devicetree/bindings/mfd/arizona.txt
12201 F:      arch/arm/mach-s3c64xx/mach-crag6410*
12202 F:      drivers/clk/clk-wm83*.c
12203 F:      drivers/extcon/extcon-arizona.c
12204 F:      drivers/leds/leds-wm83*.c
12205 F:      drivers/gpio/gpio-*wm*.c
12206 F:      drivers/gpio/gpio-arizona.c
12207 F:      drivers/hwmon/wm83??-hwmon.c
12208 F:      drivers/input/misc/wm831x-on.c
12209 F:      drivers/input/touchscreen/wm831x-ts.c
12210 F:      drivers/input/touchscreen/wm97*.c
12211 F:      drivers/mfd/arizona*
12212 F:      drivers/mfd/wm*.c
12213 F:      drivers/mfd/cs47l24*
12214 F:      drivers/power/wm83*.c
12215 F:      drivers/rtc/rtc-wm83*.c
12216 F:      drivers/regulator/wm8*.c
12217 F:      drivers/video/backlight/wm83*_bl.c
12218 F:      drivers/watchdog/wm83*_wdt.c
12219 F:      include/linux/mfd/arizona/
12220 F:      include/linux/mfd/wm831x/
12221 F:      include/linux/mfd/wm8350/
12222 F:      include/linux/mfd/wm8400*
12223 F:      include/linux/wm97xx.h
12224 F:      include/sound/wm????.h
12225 F:      sound/soc/codecs/arizona.?
12226 F:      sound/soc/codecs/wm*
12227 F:      sound/soc/codecs/cs47l24*
12228
12229 WORKQUEUE
12230 M:      Tejun Heo <tj@kernel.org>
12231 R:      Lai Jiangshan <jiangshanlai@gmail.com>
12232 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12233 S:      Maintained
12234 F:      include/linux/workqueue.h
12235 F:      kernel/workqueue.c
12236 F:      Documentation/workqueue.txt
12237
12238 X.25 NETWORK LAYER
12239 M:      Andrew Hendry <andrew.hendry@gmail.com>
12240 L:      linux-x25@vger.kernel.org
12241 S:      Odd Fixes
12242 F:      Documentation/networking/x25*
12243 F:      include/net/x25*
12244 F:      net/x25/
12245
12246 X86 ARCHITECTURE (32-BIT AND 64-BIT)
12247 M:      Thomas Gleixner <tglx@linutronix.de>
12248 M:      Ingo Molnar <mingo@redhat.com>
12249 M:      "H. Peter Anvin" <hpa@zytor.com>
12250 M:      x86@kernel.org
12251 L:      linux-kernel@vger.kernel.org
12252 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
12253 S:      Maintained
12254 F:      Documentation/x86/
12255 F:      arch/x86/
12256
12257 X86 PLATFORM DRIVERS
12258 M:      Darren Hart <dvhart@infradead.org>
12259 L:      platform-driver-x86@vger.kernel.org
12260 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12261 S:      Maintained
12262 F:      drivers/platform/x86/
12263 F:      drivers/platform/olpc/
12264
12265 X86 MCE INFRASTRUCTURE
12266 M:      Tony Luck <tony.luck@intel.com>
12267 M:      Borislav Petkov <bp@alien8.de>
12268 L:      linux-edac@vger.kernel.org
12269 S:      Maintained
12270 F:      arch/x86/kernel/cpu/mcheck/*
12271
12272 X86 MICROCODE UPDATE SUPPORT
12273 M:      Borislav Petkov <bp@alien8.de>
12274 S:      Maintained
12275 F:      arch/x86/kernel/cpu/microcode/*
12276
12277 X86 VDSO
12278 M:      Andy Lutomirski <luto@amacapital.net>
12279 L:      linux-kernel@vger.kernel.org
12280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12281 S:      Maintained
12282 F:      arch/x86/entry/vdso/
12283
12284 XC2028/3028 TUNER DRIVER
12285 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
12286 L:      linux-media@vger.kernel.org
12287 W:      https://linuxtv.org
12288 T:      git git://linuxtv.org/media_tree.git
12289 S:      Maintained
12290 F:      drivers/media/tuners/tuner-xc2028.*
12291
12292 XEN HYPERVISOR INTERFACE
12293 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
12294 M:      David Vrabel <david.vrabel@citrix.com>
12295 M:      Juergen Gross <jgross@suse.com>
12296 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12298 S:      Supported
12299 F:      arch/x86/xen/
12300 F:      drivers/*/xen-*front.c
12301 F:      drivers/xen/
12302 F:      arch/x86/include/asm/xen/
12303 F:      include/xen/
12304 F:      include/uapi/xen/
12305
12306 XEN HYPERVISOR ARM
12307 M:      Stefano Stabellini <sstabellini@kernel.org>
12308 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12309 S:      Maintained
12310 F:      arch/arm/xen/
12311 F:      arch/arm/include/asm/xen/
12312
12313 XEN HYPERVISOR ARM64
12314 M:      Stefano Stabellini <sstabellini@kernel.org>
12315 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12316 S:      Maintained
12317 F:      arch/arm64/xen/
12318 F:      arch/arm64/include/asm/xen/
12319
12320 XEN NETWORK BACKEND DRIVER
12321 M:      Wei Liu <wei.liu2@citrix.com>
12322 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12323 L:      netdev@vger.kernel.org
12324 S:      Supported
12325 F:      drivers/net/xen-netback/*
12326
12327 XEN PCI SUBSYSTEM
12328 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12329 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12330 S:      Supported
12331 F:      arch/x86/pci/*xen*
12332 F:      drivers/pci/*xen*
12333
12334 XEN BLOCK SUBSYSTEM
12335 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12336 M:      Roger Pau Monné <roger.pau@citrix.com>
12337 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12338 S:      Supported
12339 F:      drivers/block/xen-blkback/*
12340 F:      drivers/block/xen*
12341
12342 XEN PVSCSI DRIVERS
12343 M:      Juergen Gross <jgross@suse.com>
12344 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12345 L:      linux-scsi@vger.kernel.org
12346 S:      Supported
12347 F:      drivers/scsi/xen-scsifront.c
12348 F:      drivers/xen/xen-scsiback.c
12349 F:      include/xen/interface/io/vscsiif.h
12350
12351 XEN SWIOTLB SUBSYSTEM
12352 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12353 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12354 S:      Supported
12355 F:      arch/x86/xen/*swiotlb*
12356 F:      drivers/xen/*swiotlb*
12357
12358 XFS FILESYSTEM
12359 P:      Silicon Graphics Inc
12360 M:      Dave Chinner <david@fromorbit.com>
12361 M:      xfs@oss.sgi.com
12362 L:      xfs@oss.sgi.com
12363 W:      http://oss.sgi.com/projects/xfs
12364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12365 S:      Supported
12366 F:      Documentation/filesystems/xfs.txt
12367 F:      fs/xfs/
12368
12369 XILINX AXI ETHERNET DRIVER
12370 M:      Anirudha Sarangi <anirudh@xilinx.com>
12371 M:      John Linn <John.Linn@xilinx.com>
12372 S:      Maintained
12373 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
12374
12375 XILINX UARTLITE SERIAL DRIVER
12376 M:      Peter Korsgaard <jacmet@sunsite.dk>
12377 L:      linux-serial@vger.kernel.org
12378 S:      Maintained
12379 F:      drivers/tty/serial/uartlite.c
12380
12381 XILINX VIDEO IP CORES
12382 M:      Hyun Kwon <hyun.kwon@xilinx.com>
12383 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12384 L:      linux-media@vger.kernel.org
12385 T:      git git://linuxtv.org/media_tree.git
12386 S:      Supported
12387 F:      Documentation/devicetree/bindings/media/xilinx/
12388 F:      drivers/media/platform/xilinx/
12389 F:      include/uapi/linux/xilinx-v4l2-controls.h
12390
12391 XILLYBUS DRIVER
12392 M:      Eli Billauer <eli.billauer@gmail.com>
12393 L:      linux-kernel@vger.kernel.org
12394 S:      Supported
12395 F:      drivers/char/xillybus/
12396
12397 XTENSA XTFPGA PLATFORM SUPPORT
12398 M:      Max Filippov <jcmvbkbc@gmail.com>
12399 L:      linux-xtensa@linux-xtensa.org
12400 S:      Maintained
12401 F:      drivers/spi/spi-xtensa-xtfpga.c
12402 F:      sound/soc/xtensa/xtfpga-i2s.c
12403
12404 YAM DRIVER FOR AX.25
12405 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
12406 L:      linux-hams@vger.kernel.org
12407 S:      Maintained
12408 F:      drivers/net/hamradio/yam*
12409 F:      include/linux/yam.h
12410
12411 YEALINK PHONE DRIVER
12412 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
12413 L:      usbb2k-api-dev@nongnu.org
12414 S:      Maintained
12415 F:      Documentation/input/yealink.txt
12416 F:      drivers/input/misc/yealink.*
12417
12418 Z8530 DRIVER FOR AX.25
12419 M:      Joerg Reuter <jreuter@yaina.de>
12420 W:      http://yaina.de/jreuter/
12421 W:      http://www.qsl.net/dl1bke/
12422 L:      linux-hams@vger.kernel.org
12423 S:      Maintained
12424 F:      Documentation/networking/z8530drv.txt
12425 F:      drivers/net/hamradio/*scc.c
12426 F:      drivers/net/hamradio/z8530.h
12427
12428 ZBUD COMPRESSED PAGE ALLOCATOR
12429 M:      Seth Jennings <sjenning@redhat.com>
12430 L:      linux-mm@kvack.org
12431 S:      Maintained
12432 F:      mm/zbud.c
12433 F:      include/linux/zbud.h
12434
12435 ZD1211RW WIRELESS DRIVER
12436 M:      Daniel Drake <dsd@gentoo.org>
12437 M:      Ulrich Kunitz <kune@deine-taler.de>
12438 W:      http://zd1211.ath.cx/wiki/DriverRewrite
12439 L:      linux-wireless@vger.kernel.org
12440 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
12441 S:      Maintained
12442 F:      drivers/net/wireless/zydas/zd1211rw/
12443
12444 ZPOOL COMPRESSED PAGE STORAGE API
12445 M:      Dan Streetman <ddstreet@ieee.org>
12446 L:      linux-mm@kvack.org
12447 S:      Maintained
12448 F:      mm/zpool.c
12449 F:      include/linux/zpool.h
12450
12451 ZR36067 VIDEO FOR LINUX DRIVER
12452 L:      mjpeg-users@lists.sourceforge.net
12453 L:      linux-media@vger.kernel.org
12454 W:      http://mjpeg.sourceforge.net/driver-zoran/
12455 T:      hg https://linuxtv.org/hg/v4l-dvb
12456 S:      Odd Fixes
12457 F:      drivers/media/pci/zoran/
12458
12459 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12460 M:      Minchan Kim <minchan@kernel.org>
12461 M:      Nitin Gupta <ngupta@vflare.org>
12462 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12463 L:      linux-kernel@vger.kernel.org
12464 S:      Maintained
12465 F:      drivers/block/zram/
12466 F:      Documentation/blockdev/zram.txt
12467
12468 ZS DECSTATION Z85C30 SERIAL DRIVER
12469 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12470 S:      Maintained
12471 F:      drivers/tty/serial/zs.*
12472
12473 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12474 M:      Minchan Kim <minchan@kernel.org>
12475 M:      Nitin Gupta <ngupta@vflare.org>
12476 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12477 L:      linux-mm@kvack.org
12478 S:      Maintained
12479 F:      mm/zsmalloc.c
12480 F:      include/linux/zsmalloc.h
12481 F:      Documentation/vm/zsmalloc.txt
12482
12483 ZSWAP COMPRESSED SWAP CACHING
12484 M:      Seth Jennings <sjenning@redhat.com>
12485 L:      linux-mm@kvack.org
12486 S:      Maintained
12487 F:      mm/zswap.c
12488
12489 THE REST
12490 M:      Linus Torvalds <torvalds@linux-foundation.org>
12491 L:      linux-kernel@vger.kernel.org
12492 Q:      http://patchwork.kernel.org/project/LKML/list/
12493 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12494 S:      Buried alive in reporters
12495 F:      *
12496 F:      */