Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[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/keystone-*
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/LG1K ARCHITECTURE
1303 M:      Chanho Min <chanho.min@lge.com>
1304 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1305 S:      Maintained
1306 F:      arch/arm64/boot/dts/lg/
1307
1308 ARM/LOGICPD PXA270 MACHINE SUPPORT
1309 M:      Lennert Buytenhek <kernel@wantstofly.org>
1310 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1311 S:      Maintained
1312
1313 ARM/LPC18XX ARCHITECTURE
1314 M:      Joachim Eastwood <manabian@gmail.com>
1315 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1316 S:      Maintained
1317 F:      arch/arm/boot/dts/lpc43*
1318 F:      drivers/clk/nxp/clk-lpc18xx*
1319 F:      drivers/clocksource/time-lpc32xx.c
1320 F:      drivers/i2c/busses/i2c-lpc2k.c
1321 F:      drivers/memory/pl172.c
1322 F:      drivers/mtd/spi-nor/nxp-spifi.c
1323 F:      drivers/rtc/rtc-lpc24xx.c
1324 N:      lpc18xx
1325
1326 ARM/LPC32XX SOC SUPPORT
1327 M:      Vladimir Zapolskiy <vz@mleia.com>
1328 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1329 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1330 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1331 S:      Maintained
1332 F:      arch/arm/boot/dts/lpc32*
1333 F:      arch/arm/mach-lpc32xx/
1334 F:      drivers/i2c/busses/i2c-pnx.c
1335 F:      drivers/net/ethernet/nxp/lpc_eth.c
1336 F:      drivers/usb/host/ohci-nxp.c
1337 F:      drivers/watchdog/pnx4008_wdt.c
1338 N:      lpc32xx
1339
1340 ARM/MAGICIAN MACHINE SUPPORT
1341 M:      Philipp Zabel <philipp.zabel@gmail.com>
1342 S:      Maintained
1343
1344 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1345 M:      Jason Cooper <jason@lakedaemon.net>
1346 M:      Andrew Lunn <andrew@lunn.ch>
1347 M:      Gregory Clement <gregory.clement@free-electrons.com>
1348 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1349 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1350 S:      Maintained
1351 F:      arch/arm/mach-mvebu/
1352 F:      drivers/rtc/rtc-armada38x.c
1353 F:      arch/arm/boot/dts/armada*
1354 F:      arch/arm/boot/dts/kirkwood*
1355 F:      arch/arm64/boot/dts/marvell/armada*
1356 F:      drivers/cpufreq/mvebu-cpufreq.c
1357 F:      arch/arm/configs/mvebu_*_defconfig
1358
1359 ARM/Marvell Berlin SoC support
1360 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1361 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1362 S:      Maintained
1363 F:      arch/arm/mach-berlin/
1364 F:      arch/arm/boot/dts/berlin*
1365 F:      arch/arm64/boot/dts/marvell/berlin*
1366
1367
1368 ARM/Marvell Dove/MV78xx0/Orion SOC support
1369 M:      Jason Cooper <jason@lakedaemon.net>
1370 M:      Andrew Lunn <andrew@lunn.ch>
1371 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1372 M:      Gregory Clement <gregory.clement@free-electrons.com>
1373 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1374 S:      Maintained
1375 F:      arch/arm/mach-dove/
1376 F:      arch/arm/mach-mv78xx0/
1377 F:      arch/arm/mach-orion5x/
1378 F:      arch/arm/plat-orion/
1379 F:      arch/arm/boot/dts/dove*
1380 F:      arch/arm/boot/dts/orion5x*
1381
1382
1383 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1384 M:      Alexander Clouter <alex@digriz.org.uk>
1385 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1386 W:      http://www.digriz.org.uk/ts78xx/kernel
1387 S:      Maintained
1388 F:      arch/arm/mach-orion5x/ts78xx-*
1389
1390 ARM/OXNAS platform support
1391 M:      Neil Armstrong <narmstrong@baylibre.com>
1392 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1393 S:      Maintained
1394 F:      arch/arm/mach-oxnas/
1395 F:      arch/arm/boot/dts/oxnas*
1396 F:      arch/arm/boot/dts/wd-mbwe.dts
1397 N:      oxnas
1398
1399 ARM/Mediatek RTC DRIVER
1400 M:      Eddie Huang <eddie.huang@mediatek.com>
1401 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1402 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1403 S:      Maintained
1404 F:      drivers/rtc/rtc-mt6397.c
1405
1406 ARM/Mediatek SoC support
1407 M:      Matthias Brugger <matthias.bgg@gmail.com>
1408 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1409 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1410 S:      Maintained
1411 F:      arch/arm/boot/dts/mt6*
1412 F:      arch/arm/boot/dts/mt8*
1413 F:      arch/arm/mach-mediatek/
1414 N:      mtk
1415 K:      mediatek
1416
1417 ARM/Mediatek USB3 PHY DRIVER
1418 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1419 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1420 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1421 S:      Maintained
1422 F:      drivers/phy/phy-mt65xx-usb3.c
1423
1424 ARM/MICREL KS8695 ARCHITECTURE
1425 M:      Greg Ungerer <gerg@uclinux.org>
1426 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1427 F:      arch/arm/mach-ks8695/
1428 S:      Odd Fixes
1429
1430 ARM/MIOA701 MACHINE SUPPORT
1431 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1432 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1433 F:      arch/arm/mach-pxa/mioa701.c
1434 S:      Maintained
1435
1436 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1437 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1438 S:      Maintained
1439
1440 ARM/NOMADIK ARCHITECTURE
1441 M:      Alessandro Rubini <rubini@unipv.it>
1442 M:      Linus Walleij <linus.walleij@linaro.org>
1443 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1444 S:      Maintained
1445 F:      arch/arm/mach-nomadik/
1446 F:      drivers/pinctrl/nomadik/
1447 F:      drivers/i2c/busses/i2c-nomadik.c
1448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1449
1450 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1451 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1452 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1453 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1454 S:      Supported
1455
1456 ARM/TOSA MACHINE SUPPORT
1457 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1458 M:      Dirk Opfer <dirk@opfer-online.de>
1459 S:      Maintained
1460
1461 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1462 M:      Marek Vasut <marek.vasut@gmail.com>
1463 L:      linux-arm-kernel@lists.infradead.org
1464 W:      http://hackndev.com
1465 S:      Maintained
1466 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1467 F:      arch/arm/mach-pxa/palmtx.c
1468 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1469 F:      arch/arm/mach-pxa/palmt5.c
1470 F:      arch/arm/mach-pxa/include/mach/palmld.h
1471 F:      arch/arm/mach-pxa/palmld.c
1472 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1473 F:      arch/arm/mach-pxa/palmte2.c
1474 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1475 F:      arch/arm/mach-pxa/palmtc.c
1476
1477 ARM/PALM TREO SUPPORT
1478 M:      Tomas Cech <sleep_walker@suse.com>
1479 L:      linux-arm-kernel@lists.infradead.org
1480 W:      http://hackndev.com
1481 S:      Maintained
1482 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1483 F:      arch/arm/mach-pxa/palmtreo.c
1484
1485 ARM/PALMZ72 SUPPORT
1486 M:      Sergey Lapin <slapin@ossfans.org>
1487 L:      linux-arm-kernel@lists.infradead.org
1488 W:      http://hackndev.com
1489 S:      Maintained
1490 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1491 F:      arch/arm/mach-pxa/palmz72.c
1492
1493 ARM/PLEB SUPPORT
1494 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1495 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1496 S:      Maintained
1497
1498 ARM/PT DIGITAL BOARD PORT
1499 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1500 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1501 W:      http://www.armlinux.org.uk/
1502 S:      Maintained
1503
1504 ARM/QUALCOMM SUPPORT
1505 M:      Andy Gross <andy.gross@linaro.org>
1506 M:      David Brown <david.brown@linaro.org>
1507 L:      linux-arm-msm@vger.kernel.org
1508 L:      linux-soc@vger.kernel.org
1509 S:      Maintained
1510 F:      arch/arm/boot/dts/qcom-*.dts
1511 F:      arch/arm/boot/dts/qcom-*.dtsi
1512 F:      arch/arm/mach-qcom/
1513 F:      arch/arm64/boot/dts/qcom/*
1514 F:      drivers/i2c/busses/i2c-qup.c
1515 F:      drivers/clk/qcom/
1516 F:      drivers/soc/qcom/
1517 F:      drivers/spi/spi-qup.c
1518 F:      drivers/tty/serial/msm_serial.h
1519 F:      drivers/tty/serial/msm_serial.c
1520 F:      drivers/*/pm8???-*
1521 F:      drivers/mfd/ssbi.c
1522 F:      drivers/firmware/qcom_scm.c
1523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1524
1525 ARM/RADISYS ENP2611 MACHINE SUPPORT
1526 M:      Lennert Buytenhek <kernel@wantstofly.org>
1527 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1528 S:      Maintained
1529
1530 ARM/RENESAS ARM64 ARCHITECTURE
1531 M:      Simon Horman <horms@verge.net.au>
1532 M:      Magnus Damm <magnus.damm@gmail.com>
1533 L:      linux-renesas-soc@vger.kernel.org
1534 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1536 S:      Supported
1537 F:      arch/arm64/boot/dts/renesas/
1538 F:      drivers/soc/renesas/
1539 F:      include/linux/soc/renesas/
1540
1541 ARM/RISCPC ARCHITECTURE
1542 M:      Russell King <linux@armlinux.org.uk>
1543 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1544 W:      http://www.armlinux.org.uk/
1545 S:      Maintained
1546 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1547 F:      arch/arm/include/asm/hardware/ioc.h
1548 F:      arch/arm/include/asm/hardware/iomd.h
1549 F:      arch/arm/include/asm/hardware/memc.h
1550 F:      arch/arm/mach-rpc/
1551 F:      drivers/net/ethernet/8390/etherh.c
1552 F:      drivers/net/ethernet/i825xx/ether1*
1553 F:      drivers/net/ethernet/seeq/ether3*
1554 F:      drivers/scsi/arm/
1555
1556 ARM/Rockchip SoC support
1557 M:      Heiko Stuebner <heiko@sntech.de>
1558 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1559 L:      linux-rockchip@lists.infradead.org
1560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1561 S:      Maintained
1562 F:      arch/arm/boot/dts/rk3*
1563 F:      arch/arm/mach-rockchip/
1564 F:      drivers/clk/rockchip/
1565 F:      drivers/i2c/busses/i2c-rk3x.c
1566 F:      drivers/*/*rockchip*
1567 F:      drivers/*/*/*rockchip*
1568 F:      sound/soc/rockchip/
1569 N:      rockchip
1570
1571 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1572 M:      Kukjin Kim <kgene@kernel.org>
1573 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1574 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1575 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1576 S:      Maintained
1577 F:      arch/arm/boot/dts/s3c*
1578 F:      arch/arm/boot/dts/s5p*
1579 F:      arch/arm/boot/dts/samsung*
1580 F:      arch/arm/boot/dts/exynos*
1581 F:      arch/arm64/boot/dts/exynos/
1582 F:      arch/arm/plat-samsung/
1583 F:      arch/arm/mach-s3c24*/
1584 F:      arch/arm/mach-s3c64xx/
1585 F:      arch/arm/mach-s5p*/
1586 F:      arch/arm/mach-exynos*/
1587 F:      drivers/*/*s3c2410*
1588 F:      drivers/*/*/*s3c2410*
1589 F:      drivers/memory/samsung/*
1590 F:      drivers/soc/samsung/*
1591 F:      drivers/spi/spi-s3c*
1592 F:      sound/soc/samsung/*
1593 F:      Documentation/arm/Samsung/
1594 F:      Documentation/devicetree/bindings/arm/samsung/
1595 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1596 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1597 N:      exynos
1598
1599 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1600 M:      Kyungmin Park <kyungmin.park@samsung.com>
1601 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1602 S:      Maintained
1603 F:      arch/arm/mach-s5pv210/
1604
1605 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1606 M:      Kyungmin Park <kyungmin.park@samsung.com>
1607 M:      Kamil Debski <k.debski@samsung.com>
1608 L:      linux-arm-kernel@lists.infradead.org
1609 L:      linux-media@vger.kernel.org
1610 S:      Maintained
1611 F:      drivers/media/platform/s5p-g2d/
1612
1613 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1614 M:      Kyungmin Park <kyungmin.park@samsung.com>
1615 M:      Kamil Debski <k.debski@samsung.com>
1616 M:      Jeongtae Park <jtp.park@samsung.com>
1617 L:      linux-arm-kernel@lists.infradead.org
1618 L:      linux-media@vger.kernel.org
1619 S:      Maintained
1620 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1621 F:      drivers/media/platform/s5p-mfc/
1622
1623 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1624 M:      Kyungmin Park <kyungmin.park@samsung.com>
1625 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1626 L:      linux-arm-kernel@lists.infradead.org
1627 L:      linux-media@vger.kernel.org
1628 S:      Maintained
1629 F:      drivers/media/platform/s5p-tv/
1630
1631 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1632 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1633 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1634 L:      linux-arm-kernel@lists.infradead.org
1635 L:      linux-media@vger.kernel.org
1636 S:      Maintained
1637 F:      drivers/media/platform/s5p-jpeg/
1638
1639 ARM/SHMOBILE ARM ARCHITECTURE
1640 M:      Simon Horman <horms@verge.net.au>
1641 M:      Magnus Damm <magnus.damm@gmail.com>
1642 L:      linux-renesas-soc@vger.kernel.org
1643 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1645 S:      Supported
1646 F:      arch/arm/boot/dts/emev2*
1647 F:      arch/arm/boot/dts/r7s*
1648 F:      arch/arm/boot/dts/r8a*
1649 F:      arch/arm/boot/dts/sh*
1650 F:      arch/arm/configs/shmobile_defconfig
1651 F:      arch/arm/include/debug/renesas-scif.S
1652 F:      arch/arm/mach-shmobile/
1653 F:      drivers/sh/
1654 F:      drivers/soc/renesas/
1655 F:      include/linux/soc/renesas/
1656
1657 ARM/SOCFPGA ARCHITECTURE
1658 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1659 S:      Maintained
1660 F:      arch/arm/mach-socfpga/
1661 F:      arch/arm/boot/dts/socfpga*
1662 F:      arch/arm/configs/socfpga_defconfig
1663 F:      arch/arm64/boot/dts/altera/
1664 W:      http://www.rocketboards.org
1665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1666
1667 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1668 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1669 S:      Maintained
1670 F:      drivers/clk/socfpga/
1671
1672 ARM/SOCFPGA EDAC SUPPORT
1673 M:      Thor Thayer <tthayer@opensource.altera.com>
1674 S:      Maintained
1675 F:      drivers/edac/altera_edac.
1676
1677 ARM/STI ARCHITECTURE
1678 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1679 M:      Maxime Coquelin <maxime.coquelin@st.com>
1680 M:      Patrice Chotard <patrice.chotard@st.com>
1681 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1682 L:      kernel@stlinux.com
1683 W:      http://www.stlinux.com
1684 S:      Maintained
1685 F:      arch/arm/mach-sti/
1686 F:      arch/arm/boot/dts/sti*
1687 F:      drivers/char/hw_random/st-rng.c
1688 F:      drivers/clocksource/arm_global_timer.c
1689 F:      drivers/clocksource/clksrc_st_lpc.c
1690 F:      drivers/cpufreq/sti-cpufreq.c
1691 F:      drivers/i2c/busses/i2c-st.c
1692 F:      drivers/media/rc/st_rc.c
1693 F:      drivers/media/platform/sti/c8sectpfe/
1694 F:      drivers/mmc/host/sdhci-st.c
1695 F:      drivers/phy/phy-miphy28lp.c
1696 F:      drivers/phy/phy-miphy365x.c
1697 F:      drivers/phy/phy-stih407-usb.c
1698 F:      drivers/phy/phy-stih41x-usb.c
1699 F:      drivers/pinctrl/pinctrl-st.c
1700 F:      drivers/remoteproc/st_remoteproc.c
1701 F:      drivers/reset/sti/
1702 F:      drivers/rtc/rtc-st-lpc.c
1703 F:      drivers/tty/serial/st-asc.c
1704 F:      drivers/usb/dwc3/dwc3-st.c
1705 F:      drivers/usb/host/ehci-st.c
1706 F:      drivers/usb/host/ohci-st.c
1707 F:      drivers/watchdog/st_lpc_wdt.c
1708 F:      drivers/ata/ahci_st.c
1709
1710 ARM/STM32 ARCHITECTURE
1711 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1712 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1713 S:      Maintained
1714 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1715 N:      stm32
1716 F:      drivers/clocksource/armv7m_systick.c
1717
1718 ARM/TANGO ARCHITECTURE
1719 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1720 L:      linux-arm-kernel@lists.infradead.org
1721 S:      Maintained
1722 F:      arch/arm/mach-tango/
1723 F:      arch/arm/boot/dts/tango*
1724
1725 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1726 M:      Lennert Buytenhek <kernel@wantstofly.org>
1727 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1728 S:      Maintained
1729
1730 ARM/TETON BGA MACHINE SUPPORT
1731 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1732 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1733 S:      Maintained
1734
1735 ARM/THECUS N2100 MACHINE SUPPORT
1736 M:      Lennert Buytenhek <kernel@wantstofly.org>
1737 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1738 S:      Maintained
1739
1740 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1741 M:      Wan ZongShun <mcuos.com@gmail.com>
1742 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1743 W:      http://www.mcuos.com
1744 S:      Maintained
1745 F:      arch/arm/mach-w90x900/
1746 F:      drivers/input/keyboard/w90p910_keypad.c
1747 F:      drivers/input/touchscreen/w90p910_ts.c
1748 F:      drivers/watchdog/nuc900_wdt.c
1749 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1750 F:      drivers/mtd/nand/nuc900_nand.c
1751 F:      drivers/rtc/rtc-nuc900.c
1752 F:      drivers/spi/spi-nuc900.c
1753 F:      drivers/usb/host/ehci-w90x900.c
1754 F:      drivers/video/fbdev/nuc900fb.c
1755
1756 ARM/U300 MACHINE SUPPORT
1757 M:      Linus Walleij <linus.walleij@linaro.org>
1758 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1759 S:      Supported
1760 F:      arch/arm/mach-u300/
1761 F:      drivers/clocksource/timer-u300.c
1762 F:      drivers/i2c/busses/i2c-stu300.c
1763 F:      drivers/rtc/rtc-coh901331.c
1764 F:      drivers/watchdog/coh901327_wdt.c
1765 F:      drivers/dma/coh901318*
1766 F:      drivers/mfd/ab3100*
1767 F:      drivers/rtc/rtc-ab3100.c
1768 F:      drivers/rtc/rtc-coh901331.c
1769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1770
1771 ARM/UNIPHIER ARCHITECTURE
1772 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1773 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1774 S:      Maintained
1775 F:      arch/arm/boot/dts/uniphier*
1776 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1777 F:      arch/arm/mach-uniphier/
1778 F:      arch/arm/mm/cache-uniphier.c
1779 F:      arch/arm64/boot/dts/socionext/
1780 F:      drivers/bus/uniphier-system-bus.c
1781 F:      drivers/i2c/busses/i2c-uniphier*
1782 F:      drivers/pinctrl/uniphier/
1783 F:      drivers/tty/serial/8250/8250_uniphier.c
1784 N:      uniphier
1785
1786 ARM/Ux500 ARM ARCHITECTURE
1787 M:      Linus Walleij <linus.walleij@linaro.org>
1788 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1789 S:      Maintained
1790 F:      arch/arm/mach-ux500/
1791 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1792 F:      drivers/dma/ste_dma40*
1793 F:      drivers/hwspinlock/u8500_hsem.c
1794 F:      drivers/mfd/abx500*
1795 F:      drivers/mfd/ab8500*
1796 F:      drivers/mfd/dbx500*
1797 F:      drivers/mfd/db8500*
1798 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1799 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1800 F:      drivers/rtc/rtc-ab8500.c
1801 F:      drivers/rtc/rtc-pl031.c
1802 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1803
1804 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1805 M:      Ulf Hansson <ulf.hansson@linaro.org>
1806 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1807 T:      git git://git.linaro.org/people/ulfh/clk.git
1808 S:      Maintained
1809 F:      drivers/clk/ux500/
1810 F:      include/linux/platform_data/clk-ux500.h
1811
1812 ARM/VERSATILE EXPRESS PLATFORM
1813 M:      Liviu Dudau <liviu.dudau@arm.com>
1814 M:      Sudeep Holla <sudeep.holla@arm.com>
1815 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1816 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1817 S:      Maintained
1818 F:      arch/arm/boot/dts/vexpress*
1819 F:      arch/arm64/boot/dts/arm/
1820 F:      arch/arm/mach-vexpress/
1821 F:      */*/vexpress*
1822 F:      */*/*/vexpress*
1823 F:      drivers/clk/versatile/clk-vexpress-osc.c
1824 F:      drivers/clocksource/versatile.c
1825 N:      mps2
1826
1827 ARM/VFP SUPPORT
1828 M:      Russell King <linux@armlinux.org.uk>
1829 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1830 W:      http://www.armlinux.org.uk/
1831 S:      Maintained
1832 F:      arch/arm/vfp/
1833
1834 ARM/VOIPAC PXA270 SUPPORT
1835 M:      Marek Vasut <marek.vasut@gmail.com>
1836 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1837 S:      Maintained
1838 F:      arch/arm/mach-pxa/vpac270.c
1839 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1840
1841 ARM/VT8500 ARM ARCHITECTURE
1842 M:      Tony Prisk <linux@prisktech.co.nz>
1843 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1844 S:      Maintained
1845 F:      arch/arm/mach-vt8500/
1846 F:      drivers/clocksource/vt8500_timer.c
1847 F:      drivers/i2c/busses/i2c-wmt.c
1848 F:      drivers/mmc/host/wmt-sdmmc.c
1849 F:      drivers/pwm/pwm-vt8500.c
1850 F:      drivers/rtc/rtc-vt8500.c
1851 F:      drivers/tty/serial/vt8500_serial.c
1852 F:      drivers/usb/host/ehci-platform.c
1853 F:      drivers/usb/host/uhci-platform.c
1854 F:      drivers/video/fbdev/vt8500lcdfb.*
1855 F:      drivers/video/fbdev/wm8505fb*
1856 F:      drivers/video/fbdev/wmt_ge_rops.*
1857
1858 ARM/ZIPIT Z2 SUPPORT
1859 M:      Marek Vasut <marek.vasut@gmail.com>
1860 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1861 S:      Maintained
1862 F:      arch/arm/mach-pxa/z2.c
1863 F:      arch/arm/mach-pxa/include/mach/z2.h
1864
1865 ARM/ZTE ARCHITECTURE
1866 M:      Jun Nie <jun.nie@linaro.org>
1867 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1868 S:      Maintained
1869 F:      arch/arm/mach-zx/
1870 F:      drivers/clk/zte/
1871 F:      Documentation/devicetree/bindings/arm/zte.txt
1872 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1873
1874 ARM/ZYNQ ARCHITECTURE
1875 M:      Michal Simek <michal.simek@xilinx.com>
1876 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1877 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1878 W:      http://wiki.xilinx.com
1879 T:      git https://github.com/Xilinx/linux-xlnx.git
1880 S:      Supported
1881 F:      arch/arm/mach-zynq/
1882 F:      drivers/cpuidle/cpuidle-zynq.c
1883 F:      drivers/block/xsysace.c
1884 N:      zynq
1885 N:      xilinx
1886 F:      drivers/clocksource/cadence_ttc_timer.c
1887 F:      drivers/i2c/busses/i2c-cadence.c
1888 F:      drivers/mmc/host/sdhci-of-arasan.c
1889 F:      drivers/edac/synopsys_edac.c
1890
1891 ARM SMMU DRIVERS
1892 M:      Will Deacon <will.deacon@arm.com>
1893 R:      Robin Murphy <robin.murphy@arm.com>
1894 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1895 S:      Maintained
1896 F:      drivers/iommu/arm-smmu.c
1897 F:      drivers/iommu/arm-smmu-v3.c
1898 F:      drivers/iommu/io-pgtable-arm.c
1899 F:      drivers/iommu/io-pgtable-arm-v7s.c
1900
1901 ARM64 PORT (AARCH64 ARCHITECTURE)
1902 M:      Catalin Marinas <catalin.marinas@arm.com>
1903 M:      Will Deacon <will.deacon@arm.com>
1904 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1906 S:      Maintained
1907 F:      arch/arm64/
1908 F:      Documentation/arm64/
1909
1910 AS3645A LED FLASH CONTROLLER DRIVER
1911 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1912 L:      linux-media@vger.kernel.org
1913 T:      git git://linuxtv.org/media_tree.git
1914 S:      Maintained
1915 F:      drivers/media/i2c/as3645a.c
1916 F:      include/media/i2c/as3645a.h
1917
1918 ASC7621 HARDWARE MONITOR DRIVER
1919 M:      George Joseph <george.joseph@fairview5.com>
1920 L:      linux-hwmon@vger.kernel.org
1921 S:      Maintained
1922 F:      Documentation/hwmon/asc7621
1923 F:      drivers/hwmon/asc7621.c
1924
1925 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1926 M:      Corentin Chary <corentin.chary@gmail.com>
1927 L:      acpi4asus-user@lists.sourceforge.net
1928 L:      platform-driver-x86@vger.kernel.org
1929 W:      http://acpi4asus.sf.net
1930 S:      Maintained
1931 F:      drivers/platform/x86/asus*.c
1932 F:      drivers/platform/x86/eeepc*.c
1933
1934 ASUS WIRELESS RADIO CONTROL DRIVER
1935 M:      João Paulo Rechi Vita <jprvita@gmail.com>
1936 L:      platform-driver-x86@vger.kernel.org
1937 S:      Maintained
1938 F:      drivers/platform/x86/asus-wireless.c
1939
1940 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1941 R:      Dan Williams <dan.j.williams@intel.com>
1942 W:      http://sourceforge.net/projects/xscaleiop
1943 S:      Odd fixes
1944 F:      Documentation/crypto/async-tx-api.txt
1945 F:      crypto/async_tx/
1946 F:      drivers/dma/
1947 F:      include/linux/dmaengine.h
1948 F:      include/linux/async_tx.h
1949
1950 AT24 EEPROM DRIVER
1951 M:      Wolfram Sang <wsa@the-dreams.de>
1952 L:      linux-i2c@vger.kernel.org
1953 S:      Maintained
1954 F:      drivers/misc/eeprom/at24.c
1955 F:      include/linux/platform_data/at24.h
1956
1957 ATA OVER ETHERNET (AOE) DRIVER
1958 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1959 W:      http://www.openaoe.org/
1960 S:      Supported
1961 F:      Documentation/aoe/
1962 F:      drivers/block/aoe/
1963
1964 ATHEROS 71XX/9XXX GPIO DRIVER
1965 M:      Alban Bedel <albeu@free.fr>
1966 W:      https://github.com/AlbanBedel/linux
1967 T:      git git://github.com/AlbanBedel/linux
1968 S:      Maintained
1969 F:      drivers/gpio/gpio-ath79.c
1970 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1971
1972 ATHEROS ATH GENERIC UTILITIES
1973 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1974 L:      linux-wireless@vger.kernel.org
1975 S:      Supported
1976 F:      drivers/net/wireless/ath/*
1977
1978 ATHEROS ATH5K WIRELESS DRIVER
1979 M:      Jiri Slaby <jirislaby@gmail.com>
1980 M:      Nick Kossifidis <mickflemm@gmail.com>
1981 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1982 L:      linux-wireless@vger.kernel.org
1983 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1984 S:      Maintained
1985 F:      drivers/net/wireless/ath/ath5k/
1986
1987 ATHEROS ATH6KL WIRELESS DRIVER
1988 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1989 L:      linux-wireless@vger.kernel.org
1990 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
1992 S:      Supported
1993 F:      drivers/net/wireless/ath/ath6kl/
1994
1995 WILOCITY WIL6210 WIRELESS DRIVER
1996 M:      Maya Erez <qca_merez@qca.qualcomm.com>
1997 L:      linux-wireless@vger.kernel.org
1998 L:      wil6210@qca.qualcomm.com
1999 S:      Supported
2000 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2001 F:      drivers/net/wireless/ath/wil6210/
2002 F:      include/uapi/linux/wil6210_uapi.h
2003
2004 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2005 M:      Christian Lamparter <chunkeey@googlemail.com>
2006 L:      linux-wireless@vger.kernel.org
2007 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2008 S:      Maintained
2009 F:      drivers/net/wireless/ath/carl9170/
2010
2011 ATK0110 HWMON DRIVER
2012 M:      Luca Tettamanti <kronos.it@gmail.com>
2013 L:      linux-hwmon@vger.kernel.org
2014 S:      Maintained
2015 F:      drivers/hwmon/asus_atk0110.c
2016
2017 ATI_REMOTE2 DRIVER
2018 M:      Ville Syrjala <syrjala@sci.fi>
2019 S:      Maintained
2020 F:      drivers/input/misc/ati_remote2.c
2021
2022 ATLX ETHERNET DRIVERS
2023 M:      Jay Cliburn <jcliburn@gmail.com>
2024 M:      Chris Snook <chris.snook@gmail.com>
2025 L:      netdev@vger.kernel.org
2026 W:      http://sourceforge.net/projects/atl1
2027 W:      http://atl1.sourceforge.net
2028 S:      Maintained
2029 F:      drivers/net/ethernet/atheros/
2030
2031 ATM
2032 M:      Chas Williams <3chas3@gmail.com>
2033 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2034 L:      netdev@vger.kernel.org
2035 W:      http://linux-atm.sourceforge.net
2036 S:      Maintained
2037 F:      drivers/atm/
2038 F:      include/linux/atm*
2039 F:      include/uapi/linux/atm*
2040
2041 ATMEL AT91 / AT32 MCI DRIVER
2042 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2043 S:      Maintained
2044 F:      drivers/mmc/host/atmel-mci.c
2045
2046 ATMEL AT91 / AT32 SERIAL DRIVER
2047 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2048 S:      Supported
2049 F:      drivers/tty/serial/atmel_serial.c
2050
2051 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2052 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2053 S:      Supported
2054 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2055
2056 ATMEL SAMA5D2 ADC DRIVER
2057 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2058 L:      linux-iio@vger.kernel.org
2059 S:      Supported
2060 F:      drivers/iio/adc/at91-sama5d2_adc.c
2061
2062 ATMEL Audio ALSA driver
2063 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2064 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2065 S:      Supported
2066 F:      sound/soc/atmel
2067
2068 ATMEL DMA DRIVER
2069 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2070 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2071 S:      Supported
2072 F:      drivers/dma/at_hdmac.c
2073 F:      drivers/dma/at_hdmac_regs.h
2074 F:      include/linux/platform_data/dma-atmel.h
2075
2076 ATMEL XDMA DRIVER
2077 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2078 L:      linux-arm-kernel@lists.infradead.org
2079 L:      dmaengine@vger.kernel.org
2080 S:      Supported
2081 F:      drivers/dma/at_xdmac.c
2082
2083 ATMEL I2C DRIVER
2084 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2085 L:      linux-i2c@vger.kernel.org
2086 S:      Supported
2087 F:      drivers/i2c/busses/i2c-at91.c
2088
2089 ATMEL ISI DRIVER
2090 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2091 L:      linux-media@vger.kernel.org
2092 S:      Supported
2093 F:      drivers/media/platform/soc_camera/atmel-isi.c
2094 F:      include/media/atmel-isi.h
2095
2096 ATMEL LCDFB DRIVER
2097 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2098 L:      linux-fbdev@vger.kernel.org
2099 S:      Maintained
2100 F:      drivers/video/fbdev/atmel_lcdfb.c
2101 F:      include/video/atmel_lcdc.h
2102
2103 ATMEL MACB ETHERNET DRIVER
2104 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2105 S:      Supported
2106 F:      drivers/net/ethernet/cadence/
2107
2108 ATMEL NAND DRIVER
2109 M:      Wenyou Yang <wenyou.yang@atmel.com>
2110 M:      Josh Wu <rainyfeeling@outlook.com>
2111 L:      linux-mtd@lists.infradead.org
2112 S:      Supported
2113 F:      drivers/mtd/nand/atmel_nand*
2114
2115 ATMEL SDMMC DRIVER
2116 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2117 L:      linux-mmc@vger.kernel.org
2118 S:      Supported
2119 F:      drivers/mmc/host/sdhci-of-at91.c
2120
2121 ATMEL SPI DRIVER
2122 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2123 S:      Supported
2124 F:      drivers/spi/spi-atmel.*
2125
2126 ATMEL SSC DRIVER
2127 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2128 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2129 S:      Supported
2130 F:      drivers/misc/atmel-ssc.c
2131 F:      include/linux/atmel-ssc.h
2132
2133 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2134 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2135 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2136 S:      Supported
2137 F:      drivers/misc/atmel_tclib.c
2138 F:      drivers/clocksource/tcb_clksrc.c
2139
2140 ATMEL USBA UDC DRIVER
2141 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2142 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2143 S:      Supported
2144 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2145
2146 ATMEL WIRELESS DRIVER
2147 M:      Simon Kelley <simon@thekelleys.org.uk>
2148 L:      linux-wireless@vger.kernel.org
2149 W:      http://www.thekelleys.org.uk/atmel
2150 W:      http://atmelwlandriver.sourceforge.net/
2151 S:      Maintained
2152 F:      drivers/net/wireless/atmel/atmel*
2153
2154 ATMEL MAXTOUCH DRIVER
2155 M:      Nick Dyer <nick.dyer@itdev.co.uk>
2156 T:      git git://github.com/atmel-maxtouch/linux.git
2157 S:      Supported
2158 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2159 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2160 F:      include/linux/platform_data/atmel_mxt_ts.h
2161
2162 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2163 M:      Bradley Grove <linuxdrivers@attotech.com>
2164 L:      linux-scsi@vger.kernel.org
2165 W:      http://www.attotech.com
2166 S:      Supported
2167 F:      drivers/scsi/esas2r
2168
2169 ATUSB IEEE 802.15.4 RADIO DRIVER
2170 M:      Stefan Schmidt <stefan@osg.samsung.com>
2171 L:      linux-wpan@vger.kernel.org
2172 S:      Maintained
2173 F:      drivers/net/ieee802154/atusb.c
2174 F:      drivers/net/ieee802154/atusb.h
2175 F:      drivers/net/ieee802154/at86rf230.h
2176
2177 AUDIT SUBSYSTEM
2178 M:      Paul Moore <paul@paul-moore.com>
2179 M:      Eric Paris <eparis@redhat.com>
2180 L:      linux-audit@redhat.com (moderated for non-subscribers)
2181 W:      http://people.redhat.com/sgrubb/audit/
2182 T:      git git://git.infradead.org/users/pcmoore/audit
2183 S:      Maintained
2184 F:      include/linux/audit.h
2185 F:      include/uapi/linux/audit.h
2186 F:      kernel/audit*
2187
2188 AUXILIARY DISPLAY DRIVERS
2189 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2190 W:      http://miguelojeda.es/auxdisplay.htm
2191 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2192 S:      Maintained
2193 F:      drivers/auxdisplay/
2194 F:      include/linux/cfag12864b.h
2195
2196 AVR32 ARCHITECTURE
2197 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2198 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2199 W:      http://www.atmel.com/products/AVR32/
2200 W:      http://mirror.egtvedt.no/avr32linux.org/
2201 W:      http://avrfreaks.net/
2202 S:      Maintained
2203 F:      arch/avr32/
2204
2205 AVR32/AT32AP MACHINE SUPPORT
2206 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2207 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2208 S:      Maintained
2209 F:      arch/avr32/mach-at32ap/
2210
2211 AX.25 NETWORK LAYER
2212 M:      Ralf Baechle <ralf@linux-mips.org>
2213 L:      linux-hams@vger.kernel.org
2214 W:      http://www.linux-ax25.org/
2215 S:      Maintained
2216 F:      include/uapi/linux/ax25.h
2217 F:      include/net/ax25.h
2218 F:      net/ax25/
2219
2220 AZ6007 DVB DRIVER
2221 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2222 L:      linux-media@vger.kernel.org
2223 W:      https://linuxtv.org
2224 T:      git git://linuxtv.org/media_tree.git
2225 S:      Maintained
2226 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2227
2228 AZTECH FM RADIO RECEIVER DRIVER
2229 M:      Hans Verkuil <hverkuil@xs4all.nl>
2230 L:      linux-media@vger.kernel.org
2231 T:      git git://linuxtv.org/media_tree.git
2232 W:      https://linuxtv.org
2233 S:      Maintained
2234 F:      drivers/media/radio/radio-aztech*
2235
2236 B43 WIRELESS DRIVER
2237 L:      linux-wireless@vger.kernel.org
2238 L:      b43-dev@lists.infradead.org
2239 W:      http://wireless.kernel.org/en/users/Drivers/b43
2240 S:      Odd Fixes
2241 F:      drivers/net/wireless/broadcom/b43/
2242
2243 B43LEGACY WIRELESS DRIVER
2244 M:      Larry Finger <Larry.Finger@lwfinger.net>
2245 L:      linux-wireless@vger.kernel.org
2246 L:      b43-dev@lists.infradead.org
2247 W:      http://wireless.kernel.org/en/users/Drivers/b43
2248 S:      Maintained
2249 F:      drivers/net/wireless/broadcom/b43legacy/
2250
2251 BACKLIGHT CLASS/SUBSYSTEM
2252 M:      Jingoo Han <jingoohan1@gmail.com>
2253 M:      Lee Jones <lee.jones@linaro.org>
2254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2255 S:      Maintained
2256 F:      drivers/video/backlight/
2257 F:      include/linux/backlight.h
2258
2259 BATMAN ADVANCED
2260 M:      Marek Lindner <mareklindner@neomailbox.ch>
2261 M:      Simon Wunderlich <sw@simonwunderlich.de>
2262 M:      Antonio Quartulli <a@unstable.cc>
2263 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2264 W:      https://www.open-mesh.org/
2265 Q:      https://patchwork.open-mesh.org/project/batman/list/
2266 S:      Maintained
2267 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2268 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2269 F:      Documentation/networking/batman-adv.txt
2270 F:      net/batman-adv/
2271
2272 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2273 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2274 L:      linux-hams@vger.kernel.org
2275 W:      http://www.baycom.org/~tom/ham/ham.html
2276 S:      Maintained
2277 F:      drivers/net/hamradio/baycom*
2278
2279 BCACHE (BLOCK LAYER CACHE)
2280 M:      Kent Overstreet <kent.overstreet@gmail.com>
2281 L:      linux-bcache@vger.kernel.org
2282 W:      http://bcache.evilpiepirate.org
2283 S:      Maintained
2284 F:      drivers/md/bcache/
2285
2286 BDISP ST MEDIA DRIVER
2287 M:      Fabien Dessenne <fabien.dessenne@st.com>
2288 L:      linux-media@vger.kernel.org
2289 T:      git git://linuxtv.org/media_tree.git
2290 W:      https://linuxtv.org
2291 S:      Supported
2292 F:      drivers/media/platform/sti/bdisp
2293
2294 BEFS FILE SYSTEM
2295 S:      Orphan
2296 F:      Documentation/filesystems/befs.txt
2297 F:      fs/befs/
2298
2299 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2300 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2301 L:      netdev@vger.kernel.org
2302 S:      Maintained
2303 F:      drivers/net/ethernet/ec_bhf.c
2304
2305 BFS FILE SYSTEM
2306 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2307 S:      Maintained
2308 F:      Documentation/filesystems/bfs.txt
2309 F:      fs/bfs/
2310 F:      include/uapi/linux/bfs_fs.h
2311
2312 BLACKFIN ARCHITECTURE
2313 M:      Steven Miao <realmz6@gmail.com>
2314 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2315 T:      git git://git.code.sf.net/p/adi-linux/code
2316 W:      http://blackfin.uclinux.org
2317 S:      Supported
2318 F:      arch/blackfin/
2319
2320 BLACKFIN EMAC DRIVER
2321 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2322 W:      http://blackfin.uclinux.org
2323 S:      Supported
2324 F:      drivers/net/ethernet/adi/
2325
2326 BLACKFIN RTC DRIVER
2327 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2328 W:      http://blackfin.uclinux.org
2329 S:      Supported
2330 F:      drivers/rtc/rtc-bfin.c
2331
2332 BLACKFIN SDH DRIVER
2333 M:      Sonic Zhang <sonic.zhang@analog.com>
2334 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2335 W:      http://blackfin.uclinux.org
2336 S:      Supported
2337 F:      drivers/mmc/host/bfin_sdh.c
2338
2339 BLACKFIN SERIAL DRIVER
2340 M:      Sonic Zhang <sonic.zhang@analog.com>
2341 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2342 W:      http://blackfin.uclinux.org
2343 S:      Supported
2344 F:      drivers/tty/serial/bfin_uart.c
2345
2346 BLACKFIN WATCHDOG DRIVER
2347 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2348 W:      http://blackfin.uclinux.org
2349 S:      Supported
2350 F:      drivers/watchdog/bfin_wdt.c
2351
2352 BLACKFIN I2C TWI DRIVER
2353 M:      Sonic Zhang <sonic.zhang@analog.com>
2354 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2355 W:      http://blackfin.uclinux.org/
2356 S:      Supported
2357 F:      drivers/i2c/busses/i2c-bfin-twi.c
2358
2359 BLACKFIN MEDIA DRIVER
2360 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2361 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2362 W:      http://blackfin.uclinux.org/
2363 S:      Supported
2364 F:      drivers/media/platform/blackfin/
2365 F:      drivers/media/i2c/adv7183*
2366 F:      drivers/media/i2c/vs6624*
2367
2368 BLINKM RGB LED DRIVER
2369 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2370 S:      Maintained
2371 F:      drivers/leds/leds-blinkm.c
2372
2373 BLOCK LAYER
2374 M:      Jens Axboe <axboe@kernel.dk>
2375 L:      linux-block@vger.kernel.org
2376 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2377 S:      Maintained
2378 F:      block/
2379 F:      kernel/trace/blktrace.c
2380
2381 BLOCK2MTD DRIVER
2382 M:      Joern Engel <joern@lazybastard.org>
2383 L:      linux-mtd@lists.infradead.org
2384 S:      Maintained
2385 F:      drivers/mtd/devices/block2mtd.c
2386
2387 BLUETOOTH DRIVERS
2388 M:      Marcel Holtmann <marcel@holtmann.org>
2389 M:      Gustavo Padovan <gustavo@padovan.org>
2390 M:      Johan Hedberg <johan.hedberg@gmail.com>
2391 L:      linux-bluetooth@vger.kernel.org
2392 W:      http://www.bluez.org/
2393 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2394 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2395 S:      Maintained
2396 F:      drivers/bluetooth/
2397
2398 BLUETOOTH SUBSYSTEM
2399 M:      Marcel Holtmann <marcel@holtmann.org>
2400 M:      Gustavo Padovan <gustavo@padovan.org>
2401 M:      Johan Hedberg <johan.hedberg@gmail.com>
2402 L:      linux-bluetooth@vger.kernel.org
2403 W:      http://www.bluez.org/
2404 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2406 S:      Maintained
2407 F:      net/bluetooth/
2408 F:      include/net/bluetooth/
2409
2410 BONDING DRIVER
2411 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2412 M:      Veaceslav Falico <vfalico@gmail.com>
2413 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2414 L:      netdev@vger.kernel.org
2415 W:      http://sourceforge.net/projects/bonding/
2416 S:      Supported
2417 F:      drivers/net/bonding/
2418 F:      include/uapi/linux/if_bonding.h
2419
2420 BPF (Safe dynamic programs and tools)
2421 M:      Alexei Starovoitov <ast@kernel.org>
2422 L:      netdev@vger.kernel.org
2423 L:      linux-kernel@vger.kernel.org
2424 S:      Supported
2425 F:      kernel/bpf/
2426
2427 BROADCOM B44 10/100 ETHERNET DRIVER
2428 M:      Gary Zambrano <zambrano@broadcom.com>
2429 L:      netdev@vger.kernel.org
2430 S:      Supported
2431 F:      drivers/net/ethernet/broadcom/b44.*
2432
2433 BROADCOM GENET ETHERNET DRIVER
2434 M:      Florian Fainelli <f.fainelli@gmail.com>
2435 L:      netdev@vger.kernel.org
2436 S:      Supported
2437 F:      drivers/net/ethernet/broadcom/genet/
2438
2439 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2440 M:      Sony Chacko <sony.chacko@qlogic.com>
2441 M:      Dept-HSGLinuxNICDev@qlogic.com
2442 L:      netdev@vger.kernel.org
2443 S:      Supported
2444 F:      drivers/net/ethernet/broadcom/bnx2.*
2445 F:      drivers/net/ethernet/broadcom/bnx2_*
2446
2447 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2448 M:      Ariel Elior <ariel.elior@qlogic.com>
2449 L:      netdev@vger.kernel.org
2450 S:      Supported
2451 F:      drivers/net/ethernet/broadcom/bnx2x/
2452
2453 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2454 M:      Florian Fainelli <f.fainelli@gmail.com>
2455 M:      Ray Jui <rjui@broadcom.com>
2456 M:      Scott Branden <sbranden@broadcom.com>
2457 L:      bcm-kernel-feedback-list@broadcom.com
2458 T:      git git://github.com/broadcom/mach-bcm
2459 S:      Maintained
2460 F:      arch/arm/mach-bcm/
2461 F:      arch/arm/boot/dts/bcm113*
2462 F:      arch/arm/boot/dts/bcm216*
2463 F:      arch/arm/boot/dts/bcm281*
2464 F:      arch/arm64/boot/dts/broadcom/
2465 F:      arch/arm/configs/bcm_defconfig
2466 F:      drivers/mmc/host/sdhci-bcm-kona.c
2467 F:      drivers/clocksource/bcm_kona_timer.c
2468
2469 BROADCOM BCM2835 ARM ARCHITECTURE
2470 M:      Stephen Warren <swarren@wwwdotorg.org>
2471 M:      Lee Jones <lee@kernel.org>
2472 M:      Eric Anholt <eric@anholt.net>
2473 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2474 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2476 S:      Maintained
2477 N:      bcm2835
2478
2479 BROADCOM BCM47XX MIPS ARCHITECTURE
2480 M:      Hauke Mehrtens <hauke@hauke-m.de>
2481 M:      Rafał Miłecki <zajec5@gmail.com>
2482 L:      linux-mips@linux-mips.org
2483 S:      Maintained
2484 F:      arch/mips/bcm47xx/*
2485 F:      arch/mips/include/asm/mach-bcm47xx/*
2486
2487 BROADCOM BCM5301X ARM ARCHITECTURE
2488 M:      Hauke Mehrtens <hauke@hauke-m.de>
2489 L:      linux-arm-kernel@lists.infradead.org
2490 S:      Maintained
2491 F:      arch/arm/mach-bcm/bcm_5301x.c
2492 F:      arch/arm/boot/dts/bcm5301x.dtsi
2493 F:      arch/arm/boot/dts/bcm470*
2494
2495 BROADCOM BCM63XX ARM ARCHITECTURE
2496 M:      Florian Fainelli <f.fainelli@gmail.com>
2497 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2498 L:      bcm-kernel-feedback-list@broadcom.com
2499 T:      git git://github.com/broadcom/stblinux.git
2500 S:      Maintained
2501 F:      arch/arm/mach-bcm/bcm63xx.c
2502 F:      arch/arm/include/debug/bcm63xx.S
2503
2504 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2505 M:      Kevin Cernekee <cernekee@gmail.com>
2506 L:      linux-usb@vger.kernel.org
2507 S:      Maintained
2508 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2509
2510 BROADCOM BCM7XXX ARM ARCHITECTURE
2511 M:      Brian Norris <computersforpeace@gmail.com>
2512 M:      Gregory Fong <gregory.0xf0@gmail.com>
2513 M:      Florian Fainelli <f.fainelli@gmail.com>
2514 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2515 L:      bcm-kernel-feedback-list@broadcom.com
2516 T:      git git://github.com/broadcom/stblinux.git
2517 S:      Maintained
2518 F:      arch/arm/mach-bcm/*brcmstb*
2519 F:      arch/arm/boot/dts/bcm7*.dts*
2520 F:      drivers/bus/brcmstb_gisb.c
2521 N:      brcmstb
2522
2523 BROADCOM BMIPS MIPS ARCHITECTURE
2524 M:      Kevin Cernekee <cernekee@gmail.com>
2525 M:      Florian Fainelli <f.fainelli@gmail.com>
2526 L:      linux-mips@linux-mips.org
2527 T:      git git://github.com/broadcom/stblinux.git
2528 S:      Maintained
2529 F:      arch/mips/bmips/*
2530 F:      arch/mips/include/asm/mach-bmips/*
2531 F:      arch/mips/kernel/*bmips*
2532 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2533 F:      drivers/irqchip/irq-bcm63*
2534 F:      drivers/irqchip/irq-bcm7*
2535 F:      drivers/irqchip/irq-brcmstb*
2536 F:      include/linux/bcm963xx_nvram.h
2537 F:      include/linux/bcm963xx_tag.h
2538
2539 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2540 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2541 M:      Prashant Sreedharan <prashant@broadcom.com>
2542 M:      Michael Chan <mchan@broadcom.com>
2543 L:      netdev@vger.kernel.org
2544 S:      Supported
2545 F:      drivers/net/ethernet/broadcom/tg3.*
2546
2547 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2548 M:      Brett Rudley <brudley@broadcom.com>
2549 M:      Arend van Spriel <arend@broadcom.com>
2550 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2551 M:      Hante Meuleman <meuleman@broadcom.com>
2552 L:      linux-wireless@vger.kernel.org
2553 L:      brcm80211-dev-list@broadcom.com
2554 S:      Supported
2555 F:      drivers/net/wireless/broadcom/brcm80211/
2556
2557 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2558 M:      QLogic-Storage-Upstream@qlogic.com
2559 L:      linux-scsi@vger.kernel.org
2560 S:      Supported
2561 F:      drivers/scsi/bnx2fc/
2562
2563 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2564 M:      QLogic-Storage-Upstream@qlogic.com
2565 L:      linux-scsi@vger.kernel.org
2566 S:      Supported
2567 F:      drivers/scsi/bnx2i/
2568
2569 BROADCOM IPROC ARM ARCHITECTURE
2570 M:      Ray Jui <rjui@broadcom.com>
2571 M:      Scott Branden <sbranden@broadcom.com>
2572 M:      Jon Mason <jonmason@broadcom.com>
2573 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2574 L:      bcm-kernel-feedback-list@broadcom.com
2575 T:      git git://github.com/broadcom/cygnus-linux.git
2576 S:      Maintained
2577 N:      iproc
2578 N:      cygnus
2579 N:      nsp
2580 N:      bcm9113*
2581 N:      bcm9583*
2582 N:      bcm9585*
2583 N:      bcm9586*
2584 N:      bcm988312
2585 N:      bcm113*
2586 N:      bcm583*
2587 N:      bcm585*
2588 N:      bcm586*
2589 N:      bcm88312
2590
2591 BROADCOM BRCMSTB GPIO DRIVER
2592 M:      Gregory Fong <gregory.0xf0@gmail.com>
2593 L:      bcm-kernel-feedback-list@broadcom.com
2594 S:      Supported
2595 F:      drivers/gpio/gpio-brcmstb.c
2596 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2597
2598 BROADCOM KONA GPIO DRIVER
2599 M:      Ray Jui <rjui@broadcom.com>
2600 L:      bcm-kernel-feedback-list@broadcom.com
2601 S:      Supported
2602 F:      drivers/gpio/gpio-bcm-kona.c
2603 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2604
2605 BROADCOM NVRAM DRIVER
2606 M:      Rafał Miłecki <zajec5@gmail.com>
2607 L:      linux-mips@linux-mips.org
2608 S:      Maintained
2609 F:      drivers/firmware/broadcom/*
2610
2611 BROADCOM STB NAND FLASH DRIVER
2612 M:      Brian Norris <computersforpeace@gmail.com>
2613 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2614 L:      linux-mtd@lists.infradead.org
2615 L:      bcm-kernel-feedback-list@broadcom.com
2616 S:      Maintained
2617 F:      drivers/mtd/nand/brcmnand/
2618
2619 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2620 M:      Rafał Miłecki <zajec5@gmail.com>
2621 L:      linux-wireless@vger.kernel.org
2622 S:      Maintained
2623 F:      drivers/bcma/
2624 F:      include/linux/bcma/
2625
2626 BROADCOM SYSTEMPORT ETHERNET DRIVER
2627 M:      Florian Fainelli <f.fainelli@gmail.com>
2628 L:      netdev@vger.kernel.org
2629 S:      Supported
2630 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2631
2632 BROADCOM VULCAN ARM64 SOC
2633 M:      Jayachandran C. <jchandra@broadcom.com>
2634 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2635 L:      bcm-kernel-feedback-list@broadcom.com
2636 S:      Maintained
2637 F:      arch/arm64/boot/dts/broadcom/vulcan*
2638
2639 BROCADE BFA FC SCSI DRIVER
2640 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2641 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2642 L:      linux-scsi@vger.kernel.org
2643 S:      Supported
2644 F:      drivers/scsi/bfa/
2645
2646 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2647 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2648 L:      netdev@vger.kernel.org
2649 S:      Supported
2650 F:      drivers/net/ethernet/brocade/bna/
2651
2652 BSG (block layer generic sg v4 driver)
2653 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2654 L:      linux-scsi@vger.kernel.org
2655 S:      Supported
2656 F:      block/bsg.c
2657 F:      include/linux/bsg.h
2658 F:      include/uapi/linux/bsg.h
2659
2660 BT87X AUDIO DRIVER
2661 M:      Clemens Ladisch <clemens@ladisch.de>
2662 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2663 T:      git git://git.alsa-project.org/alsa-kernel.git
2664 S:      Maintained
2665 F:      Documentation/sound/alsa/Bt87x.txt
2666 F:      sound/pci/bt87x.c
2667
2668 BT8XXGPIO DRIVER
2669 M:      Michael Buesch <m@bues.ch>
2670 W:      http://bu3sch.de/btgpio.php
2671 S:      Maintained
2672 F:      drivers/gpio/gpio-bt8xx.c
2673
2674 BTRFS FILE SYSTEM
2675 M:      Chris Mason <clm@fb.com>
2676 M:      Josef Bacik <jbacik@fb.com>
2677 M:      David Sterba <dsterba@suse.com>
2678 L:      linux-btrfs@vger.kernel.org
2679 W:      http://btrfs.wiki.kernel.org/
2680 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2682 S:      Maintained
2683 F:      Documentation/filesystems/btrfs.txt
2684 F:      fs/btrfs/
2685
2686 BTTV VIDEO4LINUX DRIVER
2687 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2688 L:      linux-media@vger.kernel.org
2689 W:      https://linuxtv.org
2690 T:      git git://linuxtv.org/media_tree.git
2691 S:      Odd fixes
2692 F:      Documentation/video4linux/bttv/
2693 F:      drivers/media/pci/bt8xx/bttv*
2694
2695 BUSLOGIC SCSI DRIVER
2696 M:      Khalid Aziz <khalid@gonehiking.org>
2697 L:      linux-scsi@vger.kernel.org
2698 S:      Maintained
2699 F:      drivers/scsi/BusLogic.*
2700 F:      drivers/scsi/FlashPoint.*
2701
2702 C-MEDIA CMI8788 DRIVER
2703 M:      Clemens Ladisch <clemens@ladisch.de>
2704 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2705 T:      git git://git.alsa-project.org/alsa-kernel.git
2706 S:      Maintained
2707 F:      sound/pci/oxygen/
2708
2709 C6X ARCHITECTURE
2710 M:      Mark Salter <msalter@redhat.com>
2711 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2712 L:      linux-c6x-dev@linux-c6x.org
2713 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2714 S:      Maintained
2715 F:      arch/c6x/
2716
2717 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2718 M:      David Howells <dhowells@redhat.com>
2719 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2720 S:      Supported
2721 F:      Documentation/filesystems/caching/cachefiles.txt
2722 F:      fs/cachefiles/
2723
2724 CADET FM/AM RADIO RECEIVER DRIVER
2725 M:      Hans Verkuil <hverkuil@xs4all.nl>
2726 L:      linux-media@vger.kernel.org
2727 T:      git git://linuxtv.org/media_tree.git
2728 W:      https://linuxtv.org
2729 S:      Maintained
2730 F:      drivers/media/radio/radio-cadet*
2731
2732 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2733 M:      Jonathan Corbet <corbet@lwn.net>
2734 L:      linux-media@vger.kernel.org
2735 T:      git git://linuxtv.org/media_tree.git
2736 S:      Maintained
2737 F:      Documentation/video4linux/cafe_ccic
2738 F:      drivers/media/platform/marvell-ccic/
2739
2740 CAIF NETWORK LAYER
2741 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2742 L:      netdev@vger.kernel.org
2743 S:      Supported
2744 F:      Documentation/networking/caif/
2745 F:      drivers/net/caif/
2746 F:      include/uapi/linux/caif/
2747 F:      include/net/caif/
2748 F:      net/caif/
2749
2750 CALGARY x86-64 IOMMU
2751 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2752 M:      "Jon D. Mason" <jdmason@kudzu.us>
2753 L:      discuss@x86-64.org
2754 S:      Maintained
2755 F:      arch/x86/kernel/pci-calgary_64.c
2756 F:      arch/x86/kernel/tce_64.c
2757 F:      arch/x86/include/asm/calgary.h
2758 F:      arch/x86/include/asm/tce.h
2759
2760 CAN NETWORK LAYER
2761 M:      Oliver Hartkopp <socketcan@hartkopp.net>
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:      Documentation/networking/can.txt
2769 F:      net/can/
2770 F:      include/linux/can/core.h
2771 F:      include/uapi/linux/can.h
2772 F:      include/uapi/linux/can/bcm.h
2773 F:      include/uapi/linux/can/raw.h
2774 F:      include/uapi/linux/can/gw.h
2775
2776 CAN NETWORK DRIVERS
2777 M:      Wolfgang Grandegger <wg@grandegger.com>
2778 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2779 L:      linux-can@vger.kernel.org
2780 W:      https://github.com/linux-can
2781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2782 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2783 S:      Maintained
2784 F:      drivers/net/can/
2785 F:      include/linux/can/dev.h
2786 F:      include/linux/can/platform/
2787 F:      include/uapi/linux/can/error.h
2788 F:      include/uapi/linux/can/netlink.h
2789
2790 CAPABILITIES
2791 M:      Serge Hallyn <serge.hallyn@canonical.com>
2792 L:      linux-security-module@vger.kernel.org
2793 S:      Supported
2794 F:      include/linux/capability.h
2795 F:      include/uapi/linux/capability.h
2796 F:      security/commoncap.c
2797 F:      kernel/capability.c
2798
2799 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2800 M:      Kevin Tsai <ktsai@capellamicro.com>
2801 S:      Maintained
2802 F:      drivers/iio/light/cm*
2803 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2804
2805 CAVIUM LIQUIDIO NETWORK DRIVER
2806 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2807 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2808 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2809 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2810 L:     netdev@vger.kernel.org
2811 W:     http://www.cavium.com
2812 S:     Supported
2813 F:     drivers/net/ethernet/cavium/liquidio/
2814
2815 CC2520 IEEE-802.15.4 RADIO DRIVER
2816 M:      Varka Bhadram <varkabhadram@gmail.com>
2817 L:      linux-wpan@vger.kernel.org
2818 S:      Maintained
2819 F:      drivers/net/ieee802154/cc2520.c
2820 F:      include/linux/spi/cc2520.h
2821 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2822
2823 CELL BROADBAND ENGINE ARCHITECTURE
2824 M:      Arnd Bergmann <arnd@arndb.de>
2825 L:      linuxppc-dev@lists.ozlabs.org
2826 W:      http://www.ibm.com/developerworks/power/cell/
2827 S:      Supported
2828 F:      arch/powerpc/include/asm/cell*.h
2829 F:      arch/powerpc/include/asm/spu*.h
2830 F:      arch/powerpc/include/uapi/asm/spu*.h
2831 F:      arch/powerpc/oprofile/*cell*
2832 F:      arch/powerpc/platforms/cell/
2833
2834 CEPH COMMON CODE (LIBCEPH)
2835 M:      Ilya Dryomov <idryomov@gmail.com>
2836 M:      "Yan, Zheng" <zyan@redhat.com>
2837 M:      Sage Weil <sage@redhat.com>
2838 L:      ceph-devel@vger.kernel.org
2839 W:      http://ceph.com/
2840 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2841 T:      git git://github.com/ceph/ceph-client.git
2842 S:      Supported
2843 F:      net/ceph/
2844 F:      include/linux/ceph/
2845 F:      include/linux/crush/
2846
2847 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2848 M:      "Yan, Zheng" <zyan@redhat.com>
2849 M:      Sage Weil <sage@redhat.com>
2850 M:      Ilya Dryomov <idryomov@gmail.com>
2851 L:      ceph-devel@vger.kernel.org
2852 W:      http://ceph.com/
2853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2854 T:      git git://github.com/ceph/ceph-client.git
2855 S:      Supported
2856 F:      Documentation/filesystems/ceph.txt
2857 F:      fs/ceph/
2858
2859 CERTIFICATE HANDLING:
2860 M:      David Howells <dhowells@redhat.com>
2861 M:      David Woodhouse <dwmw2@infradead.org>
2862 L:      keyrings@vger.kernel.org
2863 S:      Maintained
2864 F:      Documentation/module-signing.txt
2865 F:      certs/
2866 F:      scripts/sign-file.c
2867 F:      scripts/extract-cert.c
2868
2869 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2870 L:      linux-usb@vger.kernel.org
2871 S:      Orphan
2872 F:      Documentation/usb/WUSB-Design-overview.txt
2873 F:      Documentation/usb/wusb-cbaf
2874 F:      drivers/usb/host/hwa-hc.c
2875 F:      drivers/usb/host/whci/
2876 F:      drivers/usb/wusbcore/
2877 F:      include/linux/usb/wusb*
2878
2879 CFAG12864B LCD DRIVER
2880 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2881 W:      http://miguelojeda.es/auxdisplay.htm
2882 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2883 S:      Maintained
2884 F:      drivers/auxdisplay/cfag12864b.c
2885 F:      include/linux/cfag12864b.h
2886
2887 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2888 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2889 W:      http://miguelojeda.es/auxdisplay.htm
2890 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2891 S:      Maintained
2892 F:      drivers/auxdisplay/cfag12864bfb.c
2893 F:      include/linux/cfag12864b.h
2894
2895 CFG80211 and NL80211
2896 M:      Johannes Berg <johannes@sipsolutions.net>
2897 L:      linux-wireless@vger.kernel.org
2898 W:      http://wireless.kernel.org/
2899 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2901 S:      Maintained
2902 F:      include/uapi/linux/nl80211.h
2903 F:      include/net/cfg80211.h
2904 F:      net/wireless/*
2905 X:      net/wireless/wext*
2906
2907 CHAR and MISC DRIVERS
2908 M:      Arnd Bergmann <arnd@arndb.de>
2909 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2910 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2911 S:      Supported
2912 F:      drivers/char/*
2913 F:      drivers/misc/*
2914 F:      include/linux/miscdevice.h
2915
2916 CHECKPATCH
2917 M:      Andy Whitcroft <apw@canonical.com>
2918 M:      Joe Perches <joe@perches.com>
2919 S:      Maintained
2920 F:      scripts/checkpatch.pl
2921
2922 CHINESE DOCUMENTATION
2923 M:      Harry Wei <harryxiyou@gmail.com>
2924 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2925 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2926 S:      Maintained
2927 F:      Documentation/zh_CN/
2928
2929 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2930 M:      Peter Chen <Peter.Chen@nxp.com>
2931 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2932 L:      linux-usb@vger.kernel.org
2933 S:      Maintained
2934 F:      drivers/usb/chipidea/
2935
2936 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2937 M:      Hans de Goede <hdegoede@redhat.com>
2938 L:      linux-input@vger.kernel.org
2939 S:      Maintained
2940 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2941 F:      drivers/input/touchscreen/chipone_icn8318.c
2942
2943 CHROME HARDWARE PLATFORM SUPPORT
2944 M:      Olof Johansson <olof@lixom.net>
2945 S:      Maintained
2946 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
2947 F:      drivers/platform/chrome/
2948
2949 CISCO VIC ETHERNET NIC DRIVER
2950 M:      Christian Benvenuti <benve@cisco.com>
2951 M:      Sujith Sankar <ssujith@cisco.com>
2952 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2953 M:      Neel Patel <neepatel@cisco.com>
2954 S:      Supported
2955 F:      drivers/net/ethernet/cisco/enic/
2956
2957 CISCO VIC LOW LATENCY NIC DRIVER
2958 M:      Christian Benvenuti <benve@cisco.com>
2959 M:      Dave Goodell <dgoodell@cisco.com>
2960 S:      Supported
2961 F:      drivers/infiniband/hw/usnic/
2962
2963 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2964 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2965 L:      netdev@vger.kernel.org
2966 S:      Maintained
2967 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2968
2969 CIRRUS LOGIC AUDIO CODEC DRIVERS
2970 M:      Brian Austin <brian.austin@cirrus.com>
2971 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2972 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2973 S:      Maintained
2974 F:      sound/soc/codecs/cs*
2975
2976 CLEANCACHE API
2977 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2978 L:      linux-kernel@vger.kernel.org
2979 S:      Maintained
2980 F:      mm/cleancache.c
2981 F:      include/linux/cleancache.h
2982
2983 CLK API
2984 M:      Russell King <linux@armlinux.org.uk>
2985 L:      linux-clk@vger.kernel.org
2986 S:      Maintained
2987 F:      include/linux/clk.h
2988
2989 CLOCKSOURCE, CLOCKEVENT DRIVERS
2990 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2991 M:      Thomas Gleixner <tglx@linutronix.de>
2992 L:      linux-kernel@vger.kernel.org
2993 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2994 S:      Supported
2995 F:      drivers/clocksource
2996
2997 CISCO FCOE HBA DRIVER
2998 M:      Hiral Patel <hiralpat@cisco.com>
2999 M:      Suma Ramars <sramars@cisco.com>
3000 M:      Brian Uchino <buchino@cisco.com>
3001 L:      linux-scsi@vger.kernel.org
3002 S:      Supported
3003 F:      drivers/scsi/fnic/
3004
3005 CISCO SCSI HBA DRIVER
3006 M:      Narsimhulu Musini <nmusini@cisco.com>
3007 M:      Sesidhar Baddela <sebaddel@cisco.com>
3008 L:      linux-scsi@vger.kernel.org
3009 S:      Supported
3010 F:      drivers/scsi/snic/
3011
3012 CMPC ACPI DRIVER
3013 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3014 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3015 L:      platform-driver-x86@vger.kernel.org
3016 S:      Supported
3017 F:      drivers/platform/x86/classmate-laptop.c
3018
3019 COBALT MEDIA DRIVER
3020 M:      Hans Verkuil <hans.verkuil@cisco.com>
3021 L:      linux-media@vger.kernel.org
3022 T:      git git://linuxtv.org/media_tree.git
3023 W:      https://linuxtv.org
3024 S:      Supported
3025 F:      drivers/media/pci/cobalt/
3026
3027 COCCINELLE/Semantic Patches (SmPL)
3028 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3029 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3030 M:      Nicolas Palix <nicolas.palix@imag.fr>
3031 M:      Michal Marek <mmarek@suse.com>
3032 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3033 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3034 W:      http://coccinelle.lip6.fr/
3035 S:      Supported
3036 F:      Documentation/coccinelle.txt
3037 F:      scripts/coccinelle/
3038 F:      scripts/coccicheck
3039
3040 CODA FILE SYSTEM
3041 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3042 M:      coda@cs.cmu.edu
3043 L:      codalist@coda.cs.cmu.edu
3044 W:      http://www.coda.cs.cmu.edu/
3045 S:      Maintained
3046 F:      Documentation/filesystems/coda.txt
3047 F:      fs/coda/
3048 F:      include/linux/coda*.h
3049 F:      include/uapi/linux/coda*.h
3050
3051 CODA V4L2 MEM2MEM DRIVER
3052 M:      Philipp Zabel <p.zabel@pengutronix.de>
3053 L:      linux-media@vger.kernel.org
3054 S:      Maintained
3055 F:      Documentation/devicetree/bindings/media/coda.txt
3056 F:      drivers/media/platform/coda/
3057
3058 COMMON CLK FRAMEWORK
3059 M:      Michael Turquette <mturquette@baylibre.com>
3060 M:      Stephen Boyd <sboyd@codeaurora.org>
3061 L:      linux-clk@vger.kernel.org
3062 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3063 S:      Maintained
3064 F:      drivers/clk/
3065 X:      drivers/clk/clkdev.c
3066 F:      include/linux/clk-pr*
3067 F:      include/linux/clk/
3068
3069 COMMON INTERNET FILE SYSTEM (CIFS)
3070 M:      Steve French <sfrench@samba.org>
3071 L:      linux-cifs@vger.kernel.org
3072 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3073 W:      http://linux-cifs.samba.org/
3074 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3075 S:      Supported
3076 F:      Documentation/filesystems/cifs/
3077 F:      fs/cifs/
3078
3079 COMPACTPCI HOTPLUG CORE
3080 M:      Scott Murray <scott@spiteful.org>
3081 L:      linux-pci@vger.kernel.org
3082 S:      Maintained
3083 F:      drivers/pci/hotplug/cpci_hotplug*
3084
3085 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3086 M:      Scott Murray <scott@spiteful.org>
3087 L:      linux-pci@vger.kernel.org
3088 S:      Maintained
3089 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3090
3091 COMPACTPCI HOTPLUG GENERIC DRIVER
3092 M:      Scott Murray <scott@spiteful.org>
3093 L:      linux-pci@vger.kernel.org
3094 S:      Maintained
3095 F:      drivers/pci/hotplug/cpcihp_generic.c
3096
3097 COMPAL LAPTOP SUPPORT
3098 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3099 L:      platform-driver-x86@vger.kernel.org
3100 S:      Maintained
3101 F:      drivers/platform/x86/compal-laptop.c
3102
3103 CONEXANT ACCESSRUNNER USB DRIVER
3104 L:      accessrunner-general@lists.sourceforge.net
3105 W:      http://accessrunner.sourceforge.net/
3106 S:      Orphan
3107 F:      drivers/usb/atm/cxacru.c
3108
3109 CONFIGFS
3110 M:      Joel Becker <jlbec@evilplan.org>
3111 M:      Christoph Hellwig <hch@lst.de>
3112 T:      git git://git.infradead.org/users/hch/configfs.git
3113 S:      Supported
3114 F:      fs/configfs/
3115 F:      include/linux/configfs.h
3116
3117 CONNECTOR
3118 M:      Evgeniy Polyakov <zbr@ioremap.net>
3119 L:      netdev@vger.kernel.org
3120 S:      Maintained
3121 F:      drivers/connector/
3122
3123 CONTROL GROUP (CGROUP)
3124 M:      Tejun Heo <tj@kernel.org>
3125 M:      Li Zefan <lizefan@huawei.com>
3126 M:      Johannes Weiner <hannes@cmpxchg.org>
3127 L:      cgroups@vger.kernel.org
3128 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3129 S:      Maintained
3130 F:      Documentation/cgroups/
3131 F:      include/linux/cgroup*
3132 F:      kernel/cgroup*
3133
3134 CONTROL GROUP - CPUSET
3135 M:      Li Zefan <lizefan@huawei.com>
3136 L:      cgroups@vger.kernel.org
3137 W:      http://www.bullopensource.org/cpuset/
3138 W:      http://oss.sgi.com/projects/cpusets/
3139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3140 S:      Maintained
3141 F:      Documentation/cgroups/cpusets.txt
3142 F:      include/linux/cpuset.h
3143 F:      kernel/cpuset.c
3144
3145 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3146 M:      Johannes Weiner <hannes@cmpxchg.org>
3147 M:      Michal Hocko <mhocko@kernel.org>
3148 M:      Vladimir Davydov <vdavydov@virtuozzo.com>
3149 L:      cgroups@vger.kernel.org
3150 L:      linux-mm@kvack.org
3151 S:      Maintained
3152 F:      mm/memcontrol.c
3153 F:      mm/swap_cgroup.c
3154
3155 CORETEMP HARDWARE MONITORING DRIVER
3156 M:      Fenghua Yu <fenghua.yu@intel.com>
3157 L:      linux-hwmon@vger.kernel.org
3158 S:      Maintained
3159 F:      Documentation/hwmon/coretemp
3160 F:      drivers/hwmon/coretemp.c
3161
3162 COSA/SRP SYNC SERIAL DRIVER
3163 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3164 W:      http://www.fi.muni.cz/~kas/cosa/
3165 S:      Maintained
3166 F:      drivers/net/wan/cosa*
3167
3168 CPMAC ETHERNET DRIVER
3169 M:      Florian Fainelli <florian@openwrt.org>
3170 L:      netdev@vger.kernel.org
3171 S:      Maintained
3172 F:      drivers/net/ethernet/ti/cpmac.c
3173
3174 CPU FREQUENCY DRIVERS
3175 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3176 M:      Viresh Kumar <viresh.kumar@linaro.org>
3177 L:      linux-pm@vger.kernel.org
3178 S:      Maintained
3179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3180 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3181 F:      drivers/cpufreq/
3182 F:      include/linux/cpufreq.h
3183
3184 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3185 M:      Viresh Kumar <viresh.kumar@linaro.org>
3186 M:      Sudeep Holla <sudeep.holla@arm.com>
3187 L:      linux-pm@vger.kernel.org
3188 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3189 S:      Maintained
3190 F:      drivers/cpufreq/arm_big_little.h
3191 F:      drivers/cpufreq/arm_big_little.c
3192 F:      drivers/cpufreq/arm_big_little_dt.c
3193
3194 CPUIDLE DRIVER - ARM BIG LITTLE
3195 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3196 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3197 L:      linux-pm@vger.kernel.org
3198 L:      linux-arm-kernel@lists.infradead.org
3199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3200 S:      Maintained
3201 F:      drivers/cpuidle/cpuidle-big_little.c
3202
3203 CPUIDLE DRIVER - ARM EXYNOS
3204 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3205 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3206 M:      Kukjin Kim <kgene@kernel.org>
3207 L:      linux-pm@vger.kernel.org
3208 L:      linux-samsung-soc@vger.kernel.org
3209 S:      Supported
3210 F:      drivers/cpuidle/cpuidle-exynos.c
3211 F:      arch/arm/mach-exynos/pm.c
3212
3213 CPUIDLE DRIVERS
3214 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3215 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3216 L:      linux-pm@vger.kernel.org
3217 S:      Maintained
3218 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3219 F:      drivers/cpuidle/*
3220 F:      include/linux/cpuidle.h
3221
3222 CPUID/MSR DRIVER
3223 M:      "H. Peter Anvin" <hpa@zytor.com>
3224 S:      Maintained
3225 F:      arch/x86/kernel/cpuid.c
3226 F:      arch/x86/kernel/msr.c
3227
3228 CPU POWER MONITORING SUBSYSTEM
3229 M:      Thomas Renninger <trenn@suse.com>
3230 L:      linux-pm@vger.kernel.org
3231 S:      Maintained
3232 F:      tools/power/cpupower/
3233
3234 CRAMFS FILESYSTEM
3235 W:      http://sourceforge.net/projects/cramfs/
3236 S:      Orphan / Obsolete
3237 F:      Documentation/filesystems/cramfs.txt
3238 F:      fs/cramfs/
3239
3240 CRIS PORT
3241 M:      Mikael Starvik <starvik@axis.com>
3242 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3243 L:      linux-cris-kernel@axis.com
3244 W:      http://developer.axis.com
3245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3246 S:      Maintained
3247 F:      arch/cris/
3248 F:      drivers/tty/serial/crisv10.*
3249
3250 CRYPTO API
3251 M:      Herbert Xu <herbert@gondor.apana.org.au>
3252 M:      "David S. Miller" <davem@davemloft.net>
3253 L:      linux-crypto@vger.kernel.org
3254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3255 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3256 S:      Maintained
3257 F:      Documentation/crypto/
3258 F:      Documentation/DocBook/crypto-API.tmpl
3259 F:      arch/*/crypto/
3260 F:      crypto/
3261 F:      drivers/crypto/
3262 F:      include/crypto/
3263
3264 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3265 M:      Neil Horman <nhorman@tuxdriver.com>
3266 L:      linux-crypto@vger.kernel.org
3267 S:      Maintained
3268 F:      crypto/ansi_cprng.c
3269 F:      crypto/rng.c
3270
3271 CS3308 MEDIA DRIVER
3272 M:      Hans Verkuil <hverkuil@xs4all.nl>
3273 L:      linux-media@vger.kernel.org
3274 T:      git git://linuxtv.org/media_tree.git
3275 W:      http://linuxtv.org
3276 S:      Odd Fixes
3277 F:      drivers/media/i2c/cs3308.c
3278 F:      drivers/media/i2c/cs3308.h
3279
3280 CS5535 Audio ALSA driver
3281 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3282 S:      Maintained
3283 F:      sound/pci/cs5535audio/
3284
3285 CW1200 WLAN driver
3286 M:      Solomon Peachy <pizza@shaftnet.org>
3287 S:      Maintained
3288 F:      drivers/net/wireless/st/cw1200/
3289
3290 CX18 VIDEO4LINUX DRIVER
3291 M:      Andy Walls <awalls@md.metrocast.net>
3292 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3293 L:      linux-media@vger.kernel.org
3294 T:      git git://linuxtv.org/media_tree.git
3295 W:      https://linuxtv.org
3296 W:      http://www.ivtvdriver.org/index.php/Cx18
3297 S:      Maintained
3298 F:      Documentation/video4linux/cx18.txt
3299 F:      drivers/media/pci/cx18/
3300 F:      include/uapi/linux/ivtv*
3301
3302 CX2341X MPEG ENCODER HELPER MODULE
3303 M:      Hans Verkuil <hverkuil@xs4all.nl>
3304 L:      linux-media@vger.kernel.org
3305 T:      git git://linuxtv.org/media_tree.git
3306 W:      https://linuxtv.org
3307 S:      Maintained
3308 F:      drivers/media/common/cx2341x*
3309 F:      include/media/cx2341x*
3310
3311 CX24120 MEDIA DRIVER
3312 M:      Jemma Denson <jdenson@gmail.com>
3313 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3314 L:      linux-media@vger.kernel.org
3315 W:      https://linuxtv.org
3316 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3317 S:      Maintained
3318 F:      drivers/media/dvb-frontends/cx24120*
3319
3320 CX88 VIDEO4LINUX DRIVER
3321 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3322 L:      linux-media@vger.kernel.org
3323 W:      https://linuxtv.org
3324 T:      git git://linuxtv.org/media_tree.git
3325 S:      Odd fixes
3326 F:      Documentation/video4linux/cx88/
3327 F:      drivers/media/pci/cx88/
3328
3329 CXD2820R MEDIA DRIVER
3330 M:      Antti Palosaari <crope@iki.fi>
3331 L:      linux-media@vger.kernel.org
3332 W:      https://linuxtv.org
3333 W:      http://palosaari.fi/linux/
3334 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3335 T:      git git://linuxtv.org/anttip/media_tree.git
3336 S:      Maintained
3337 F:      drivers/media/dvb-frontends/cxd2820r*
3338
3339 CXGB3 ETHERNET DRIVER (CXGB3)
3340 M:      Santosh Raspatur <santosh@chelsio.com>
3341 L:      netdev@vger.kernel.org
3342 W:      http://www.chelsio.com
3343 S:      Supported
3344 F:      drivers/net/ethernet/chelsio/cxgb3/
3345
3346 CXGB3 ISCSI DRIVER (CXGB3I)
3347 M:      Karen Xie <kxie@chelsio.com>
3348 L:      linux-scsi@vger.kernel.org
3349 W:      http://www.chelsio.com
3350 S:      Supported
3351 F:      drivers/scsi/cxgbi/cxgb3i
3352
3353 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3354 M:      Steve Wise <swise@chelsio.com>
3355 L:      linux-rdma@vger.kernel.org
3356 W:      http://www.openfabrics.org
3357 S:      Supported
3358 F:      drivers/infiniband/hw/cxgb3/
3359
3360 CXGB4 ETHERNET DRIVER (CXGB4)
3361 M:      Hariprasad S <hariprasad@chelsio.com>
3362 L:      netdev@vger.kernel.org
3363 W:      http://www.chelsio.com
3364 S:      Supported
3365 F:      drivers/net/ethernet/chelsio/cxgb4/
3366
3367 CXGB4 ISCSI DRIVER (CXGB4I)
3368 M:      Karen Xie <kxie@chelsio.com>
3369 L:      linux-scsi@vger.kernel.org
3370 W:      http://www.chelsio.com
3371 S:      Supported
3372 F:      drivers/scsi/cxgbi/cxgb4i
3373
3374 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3375 M:      Steve Wise <swise@chelsio.com>
3376 L:      linux-rdma@vger.kernel.org
3377 W:      http://www.openfabrics.org
3378 S:      Supported
3379 F:      drivers/infiniband/hw/cxgb4/
3380
3381 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3382 M:      Casey Leedom <leedom@chelsio.com>
3383 L:      netdev@vger.kernel.org
3384 W:      http://www.chelsio.com
3385 S:      Supported
3386 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3387
3388 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3389 M:      Ian Munsie <imunsie@au1.ibm.com>
3390 M:      Michael Neuling <mikey@neuling.org>
3391 L:      linuxppc-dev@lists.ozlabs.org
3392 S:      Supported
3393 F:      drivers/misc/cxl/
3394 F:      include/misc/cxl*
3395 F:      include/uapi/misc/cxl.h
3396 F:      Documentation/powerpc/cxl.txt
3397 F:      Documentation/powerpc/cxl.txt
3398 F:      Documentation/ABI/testing/sysfs-class-cxl
3399
3400 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3401 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3402 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3403 L:      linux-scsi@vger.kernel.org
3404 S:      Supported
3405 F:      drivers/scsi/cxlflash/
3406 F:      include/uapi/scsi/cxlflash_ioctls.h
3407 F:      Documentation/powerpc/cxlflash.txt
3408
3409 STMMAC ETHERNET DRIVER
3410 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3411 M:      Alexandre Torgue <alexandre.torgue@st.com>
3412 L:      netdev@vger.kernel.org
3413 W:      http://www.stlinux.com
3414 S:      Supported
3415 F:      drivers/net/ethernet/stmicro/stmmac/
3416
3417 CYBERPRO FB DRIVER
3418 M:      Russell King <linux@armlinux.org.uk>
3419 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3420 W:      http://www.armlinux.org.uk/
3421 S:      Maintained
3422 F:      drivers/video/fbdev/cyber2000fb.*
3423
3424 CYCLADES ASYNC MUX DRIVER
3425 W:      http://www.cyclades.com/
3426 S:      Orphan
3427 F:      drivers/tty/cyclades.c
3428 F:      include/linux/cyclades.h
3429 F:      include/uapi/linux/cyclades.h
3430
3431 CYCLADES PC300 DRIVER
3432 W:      http://www.cyclades.com/
3433 S:      Orphan
3434 F:      drivers/net/wan/pc300*
3435
3436 CYPRESS_FIRMWARE MEDIA DRIVER
3437 M:      Antti Palosaari <crope@iki.fi>
3438 L:      linux-media@vger.kernel.org
3439 W:      https://linuxtv.org
3440 W:      http://palosaari.fi/linux/
3441 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3442 T:      git git://linuxtv.org/anttip/media_tree.git
3443 S:      Maintained
3444 F:      drivers/media/common/cypress_firmware*
3445
3446 CYTTSP TOUCHSCREEN DRIVER
3447 M:      Ferruh Yigit <fery@cypress.com>
3448 L:      linux-input@vger.kernel.org
3449 S:      Supported
3450 F:      drivers/input/touchscreen/cyttsp*
3451 F:      include/linux/input/cyttsp.h
3452
3453 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3454 M:      Joshua Kinard <kumba@gentoo.org>
3455 S:      Maintained
3456 F:      drivers/rtc/rtc-ds1685.c
3457 F:      include/linux/rtc/ds1685.h
3458
3459 DAMA SLAVE for AX.25
3460 M:      Joerg Reuter <jreuter@yaina.de>
3461 W:      http://yaina.de/jreuter/
3462 W:      http://www.qsl.net/dl1bke/
3463 L:      linux-hams@vger.kernel.org
3464 S:      Maintained
3465 F:      net/ax25/af_ax25.c
3466 F:      net/ax25/ax25_dev.c
3467 F:      net/ax25/ax25_ds_*
3468 F:      net/ax25/ax25_in.c
3469 F:      net/ax25/ax25_out.c
3470 F:      net/ax25/ax25_timer.c
3471 F:      net/ax25/sysctl_net_ax25.c
3472
3473 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3474 L:      netdev@vger.kernel.org
3475 S:      Orphan
3476 F:      Documentation/networking/dmfe.txt
3477 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3478
3479 DC390/AM53C974 SCSI driver
3480 M:      Hannes Reinecke <hare@suse.com>
3481 L:      linux-scsi@vger.kernel.org
3482 S:      Maintained
3483 F:      drivers/scsi/am53c974.c
3484
3485 DC395x SCSI driver
3486 M:      Oliver Neukum <oliver@neukum.org>
3487 M:      Ali Akcaagac <aliakc@web.de>
3488 M:      Jamie Lenehan <lenehan@twibble.org>
3489 L:      dc395x@twibble.org
3490 W:      http://twibble.org/dist/dc395x/
3491 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3492 S:      Maintained
3493 F:      Documentation/scsi/dc395x.txt
3494 F:      drivers/scsi/dc395x.*
3495
3496 DCCP PROTOCOL
3497 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3498 L:      dccp@vger.kernel.org
3499 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3500 S:      Maintained
3501 F:      include/linux/dccp.h
3502 F:      include/uapi/linux/dccp.h
3503 F:      include/linux/tfrc.h
3504 F:      net/dccp/
3505
3506 DECnet NETWORK LAYER
3507 W:      http://linux-decnet.sourceforge.net
3508 L:      linux-decnet-user@lists.sourceforge.net
3509 S:      Orphan
3510 F:      Documentation/networking/decnet.txt
3511 F:      net/decnet/
3512
3513 DECSTATION PLATFORM SUPPORT
3514 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3515 L:      linux-mips@linux-mips.org
3516 W:      http://www.linux-mips.org/wiki/DECstation
3517 S:      Maintained
3518 F:      arch/mips/dec/
3519 F:      arch/mips/include/asm/dec/
3520 F:      arch/mips/include/asm/mach-dec/
3521
3522 DEFXX FDDI NETWORK DRIVER
3523 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3524 S:      Maintained
3525 F:      drivers/net/fddi/defxx.*
3526
3527 DELL LAPTOP DRIVER
3528 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3529 M:      Pali Rohár <pali.rohar@gmail.com>
3530 L:      platform-driver-x86@vger.kernel.org
3531 S:      Maintained
3532 F:      drivers/platform/x86/dell-laptop.c
3533
3534 DELL LAPTOP RBTN DRIVER
3535 M:      Pali Rohár <pali.rohar@gmail.com>
3536 S:      Maintained
3537 F:      drivers/platform/x86/dell-rbtn.*
3538
3539 DELL LAPTOP FREEFALL DRIVER
3540 M:      Pali Rohár <pali.rohar@gmail.com>
3541 S:      Maintained
3542 F:      drivers/platform/x86/dell-smo8800.c
3543
3544 DELL LAPTOP SMM DRIVER
3545 M:      Pali Rohár <pali.rohar@gmail.com>
3546 S:      Maintained
3547 F:      drivers/hwmon/dell-smm-hwmon.c
3548 F:      include/uapi/linux/i8k.h
3549
3550 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3551 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3552 S:      Maintained
3553 F:      Documentation/dcdbas.txt
3554 F:      drivers/firmware/dcdbas.*
3555
3556 DELL WMI EXTRAS DRIVER
3557 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3558 M:      Pali Rohár <pali.rohar@gmail.com>
3559 S:      Maintained
3560 F:      drivers/platform/x86/dell-wmi.c
3561
3562 DESIGNWARE USB2 DRD IP DRIVER
3563 M:      John Youn <johnyoun@synopsys.com>
3564 L:      linux-usb@vger.kernel.org
3565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3566 S:      Maintained
3567 F:      drivers/usb/dwc2/
3568
3569 DESIGNWARE USB3 DRD IP DRIVER
3570 M:      Felipe Balbi <balbi@kernel.org>
3571 L:      linux-usb@vger.kernel.org
3572 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3573 S:      Maintained
3574 F:      drivers/usb/dwc3/
3575
3576 DEVICE COREDUMP (DEV_COREDUMP)
3577 M:      Johannes Berg <johannes@sipsolutions.net>
3578 L:      linux-kernel@vger.kernel.org
3579 S:      Maintained
3580 F:      drivers/base/devcoredump.c
3581 F:      include/linux/devcoredump.h
3582
3583 DEVICE FREQUENCY (DEVFREQ)
3584 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3585 M:      Kyungmin Park <kyungmin.park@samsung.com>
3586 L:      linux-pm@vger.kernel.org
3587 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3588 S:      Maintained
3589 F:      drivers/devfreq/
3590 F:      include/linux/devfreq.h
3591 F:      Documentation/devicetree/bindings/devfreq/
3592
3593 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3594 M:      Chanwoo Choi <cw00.choi@samsung.com>
3595 L:      linux-pm@vger.kernel.org
3596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3597 S:      Supported
3598 F:      drivers/devfreq/event/
3599 F:      drivers/devfreq/devfreq-event.c
3600 F:      include/linux/devfreq-event.h
3601 F:      Documentation/devicetree/bindings/devfreq/event/
3602
3603 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3604 M:      Chanwoo Choi <cw00.choi@samsung.com>
3605 L:      linux-pm@vger.kernel.org
3606 L:      linux-samsung-soc@vger.kernel.org
3607 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3608 S:      Maintained
3609 F:      drivers/devfreq/exynos-bus.c
3610 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3611
3612 DEVICE NUMBER REGISTRY
3613 M:      Torben Mathiasen <device@lanana.org>
3614 W:      http://lanana.org/docs/device-list/index.html
3615 S:      Maintained
3616
3617 DEVICE-MAPPER  (LVM)
3618 M:      Alasdair Kergon <agk@redhat.com>
3619 M:      Mike Snitzer <snitzer@redhat.com>
3620 M:      dm-devel@redhat.com
3621 L:      dm-devel@redhat.com
3622 W:      http://sources.redhat.com/dm
3623 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3624 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3625 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3626 S:      Maintained
3627 F:      Documentation/device-mapper/
3628 F:      drivers/md/dm*
3629 F:      drivers/md/persistent-data/
3630 F:      include/linux/device-mapper.h
3631 F:      include/linux/dm-*.h
3632 F:      include/uapi/linux/dm-*.h
3633
3634 DEVLINK
3635 M:      Jiri Pirko <jiri@mellanox.com>
3636 L:      netdev@vger.kernel.org
3637 S:      Supported
3638 F:      net/core/devlink.c
3639 F:      include/net/devlink.h
3640 F:      include/uapi/linux/devlink.h
3641
3642 DIALOG SEMICONDUCTOR DRIVERS
3643 M:      Support Opensource <support.opensource@diasemi.com>
3644 W:      http://www.dialog-semiconductor.com/products
3645 S:      Supported
3646 F:      Documentation/hwmon/da90??
3647 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3648 F:      drivers/gpio/gpio-da90??.c
3649 F:      drivers/hwmon/da90??-hwmon.c
3650 F:      drivers/iio/adc/da91??-*.c
3651 F:      drivers/input/misc/da90??_onkey.c
3652 F:      drivers/input/touchscreen/da9052_tsi.c
3653 F:      drivers/leds/leds-da90??.c
3654 F:      drivers/mfd/da903x.c
3655 F:      drivers/mfd/da90??-*.c
3656 F:      drivers/mfd/da91??-*.c
3657 F:      drivers/power/da9052-battery.c
3658 F:      drivers/power/da91??-*.c
3659 F:      drivers/regulator/da903x.c
3660 F:      drivers/regulator/da9???-regulator.[ch]
3661 F:      drivers/rtc/rtc-da90??.c
3662 F:      drivers/video/backlight/da90??_bl.c
3663 F:      drivers/watchdog/da90??_wdt.c
3664 F:      include/linux/mfd/da903x.h
3665 F:      include/linux/mfd/da9052/
3666 F:      include/linux/mfd/da9055/
3667 F:      include/linux/mfd/da9063/
3668 F:      include/linux/mfd/da9150/
3669 F:      include/sound/da[79]*.h
3670 F:      sound/soc/codecs/da[79]*.[ch]
3671
3672 DIGI NEO AND CLASSIC PCI PRODUCTS
3673 M:      Lidza Louina <lidza.louina@gmail.com>
3674 M:      Mark Hounschell <markh@compro.net>
3675 L:      driverdev-devel@linuxdriverproject.org
3676 S:      Maintained
3677 F:      drivers/staging/dgnc/
3678
3679 DIOLAN U2C-12 I2C DRIVER
3680 M:      Guenter Roeck <linux@roeck-us.net>
3681 L:      linux-i2c@vger.kernel.org
3682 S:      Maintained
3683 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3684
3685 DIRECT ACCESS (DAX)
3686 M:      Matthew Wilcox <willy@linux.intel.com>
3687 L:      linux-fsdevel@vger.kernel.org
3688 S:      Supported
3689 F:      fs/dax.c
3690
3691 DIRECTORY NOTIFICATION (DNOTIFY)
3692 M:      Eric Paris <eparis@parisplace.org>
3693 S:      Maintained
3694 F:      Documentation/filesystems/dnotify.txt
3695 F:      fs/notify/dnotify/
3696 F:      include/linux/dnotify.h
3697
3698 DISK GEOMETRY AND PARTITION HANDLING
3699 M:      Andries Brouwer <aeb@cwi.nl>
3700 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3701 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3702 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3703 S:      Maintained
3704
3705 DISKQUOTA
3706 M:      Jan Kara <jack@suse.com>
3707 S:      Maintained
3708 F:      Documentation/filesystems/quota.txt
3709 F:      fs/quota/
3710 F:      include/linux/quota*.h
3711 F:      include/uapi/linux/quota*.h
3712
3713 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3714 M:      Bernie Thompson <bernie@plugable.com>
3715 L:      linux-fbdev@vger.kernel.org
3716 S:      Maintained
3717 W:      http://plugable.com/category/projects/udlfb/
3718 F:      drivers/video/fbdev/udlfb.c
3719 F:      include/video/udlfb.h
3720 F:      Documentation/fb/udlfb.txt
3721
3722 DISTRIBUTED LOCK MANAGER (DLM)
3723 M:      Christine Caulfield <ccaulfie@redhat.com>
3724 M:      David Teigland <teigland@redhat.com>
3725 L:      cluster-devel@redhat.com
3726 W:      http://sources.redhat.com/cluster/
3727 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3728 S:      Supported
3729 F:      fs/dlm/
3730
3731 DMA BUFFER SHARING FRAMEWORK
3732 M:      Sumit Semwal <sumit.semwal@linaro.org>
3733 S:      Maintained
3734 L:      linux-media@vger.kernel.org
3735 L:      dri-devel@lists.freedesktop.org
3736 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3737 F:      drivers/dma-buf/
3738 F:      include/linux/dma-buf*
3739 F:      include/linux/reservation.h
3740 F:      include/linux/*fence.h
3741 F:      Documentation/dma-buf-sharing.txt
3742 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3743
3744 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3745 M:      Vinod Koul <vinod.koul@intel.com>
3746 L:      dmaengine@vger.kernel.org
3747 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3748 S:      Maintained
3749 F:      drivers/dma/
3750 F:      include/linux/dmaengine.h
3751 F:      Documentation/dmaengine/
3752 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3753
3754 DME1737 HARDWARE MONITOR DRIVER
3755 M:      Juerg Haefliger <juergh@gmail.com>
3756 L:      linux-hwmon@vger.kernel.org
3757 S:      Maintained
3758 F:      Documentation/hwmon/dme1737
3759 F:      drivers/hwmon/dme1737.c
3760
3761 DMI/SMBIOS SUPPORT
3762 M:      Jean Delvare <jdelvare@suse.com>
3763 S:      Maintained
3764 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3765 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3766 F:      drivers/firmware/dmi-id.c
3767 F:      drivers/firmware/dmi_scan.c
3768 F:      include/linux/dmi.h
3769
3770 DOCUMENTATION
3771 M:      Jonathan Corbet <corbet@lwn.net>
3772 L:      linux-doc@vger.kernel.org
3773 S:      Maintained
3774 F:      Documentation/
3775 F:      scripts/docproc.c
3776 F:      scripts/kernel-doc*
3777 X:      Documentation/ABI/
3778 X:      Documentation/devicetree/
3779 X:      Documentation/acpi
3780 X:      Documentation/power
3781 X:      Documentation/spi
3782 X:      Documentation/DocBook/media
3783 T:      git git://git.lwn.net/linux.git docs-next
3784
3785 DOUBLETALK DRIVER
3786 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3787 L:      blinux-list@redhat.com
3788 S:      Maintained
3789 F:      drivers/char/dtlk.c
3790 F:      include/linux/dtlk.h
3791
3792 DPT_I2O SCSI RAID DRIVER
3793 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3794 L:      linux-scsi@vger.kernel.org
3795 W:      http://www.adaptec.com/
3796 S:      Maintained
3797 F:      drivers/scsi/dpt*
3798 F:      drivers/scsi/dpt/
3799
3800 DRBD DRIVER
3801 M:      Philipp Reisner <philipp.reisner@linbit.com>
3802 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
3803 L:      drbd-dev@lists.linbit.com
3804 W:      http://www.drbd.org
3805 T:      git git://git.linbit.com/linux-drbd.git
3806 T:      git git://git.linbit.com/drbd-8.4.git
3807 S:      Supported
3808 F:      drivers/block/drbd/
3809 F:      lib/lru_cache.c
3810 F:      Documentation/blockdev/drbd/
3811
3812 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3813 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3815 S:      Supported
3816 F:      Documentation/kobject.txt
3817 F:      drivers/base/
3818 F:      fs/debugfs/
3819 F:      fs/kernfs/
3820 F:      fs/sysfs/
3821 F:      include/linux/debugfs.h
3822 F:      include/linux/kobj*
3823 F:      lib/kobj*
3824
3825 DRM DRIVERS
3826 M:      David Airlie <airlied@linux.ie>
3827 L:      dri-devel@lists.freedesktop.org
3828 T:      git git://people.freedesktop.org/~airlied/linux
3829 S:      Maintained
3830 F:      drivers/gpu/drm/
3831 F:      drivers/gpu/vga/
3832 F:      include/drm/
3833 F:      include/uapi/drm/
3834
3835 RADEON and AMDGPU DRM DRIVERS
3836 M:      Alex Deucher <alexander.deucher@amd.com>
3837 M:      Christian König <christian.koenig@amd.com>
3838 L:      dri-devel@lists.freedesktop.org
3839 T:      git git://people.freedesktop.org/~agd5f/linux
3840 S:      Supported
3841 F:      drivers/gpu/drm/radeon/
3842 F:      include/uapi/drm/radeon*
3843 F:      drivers/gpu/drm/amd/
3844 F:      include/uapi/drm/amdgpu*
3845
3846 DRM PANEL DRIVERS
3847 M:      Thierry Reding <thierry.reding@gmail.com>
3848 L:      dri-devel@lists.freedesktop.org
3849 T:      git git://anongit.freedesktop.org/tegra/linux.git
3850 S:      Maintained
3851 F:      drivers/gpu/drm/drm_panel.c
3852 F:      drivers/gpu/drm/panel/
3853 F:      include/drm/drm_panel.h
3854 F:      Documentation/devicetree/bindings/display/panel/
3855
3856 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3857 M:      Daniel Vetter <daniel.vetter@intel.com>
3858 M:      Jani Nikula <jani.nikula@linux.intel.com>
3859 L:      intel-gfx@lists.freedesktop.org
3860 L:      dri-devel@lists.freedesktop.org
3861 W:      https://01.org/linuxgraphics/
3862 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3863 T:      git git://anongit.freedesktop.org/drm-intel
3864 S:      Supported
3865 F:      drivers/gpu/drm/i915/
3866 F:      include/drm/i915*
3867 F:      include/uapi/drm/i915*
3868
3869 DRM DRIVERS FOR ATMEL HLCDC
3870 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3871 L:      dri-devel@lists.freedesktop.org
3872 S:      Supported
3873 F:      drivers/gpu/drm/atmel-hlcdc/
3874 F:      Documentation/devicetree/bindings/drm/atmel/
3875
3876 DRM DRIVERS FOR EXYNOS
3877 M:      Inki Dae <inki.dae@samsung.com>
3878 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3879 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3880 M:      Kyungmin Park <kyungmin.park@samsung.com>
3881 L:      dri-devel@lists.freedesktop.org
3882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3883 S:      Supported
3884 F:      drivers/gpu/drm/exynos/
3885 F:      include/drm/exynos*
3886 F:      include/uapi/drm/exynos*
3887
3888 DRM DRIVERS FOR FREESCALE DCU
3889 M:      Stefan Agner <stefan@agner.ch>
3890 M:      Alison Wang <alison.wang@freescale.com>
3891 L:      dri-devel@lists.freedesktop.org
3892 S:      Supported
3893 F:      drivers/gpu/drm/fsl-dcu/
3894 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
3895 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3896
3897 DRM DRIVERS FOR FREESCALE IMX
3898 M:      Philipp Zabel <p.zabel@pengutronix.de>
3899 L:      dri-devel@lists.freedesktop.org
3900 S:      Maintained
3901 F:      drivers/gpu/drm/imx/
3902 F:      drivers/gpu/ipu-v3/
3903 F:      Documentation/devicetree/bindings/display/imx/
3904
3905 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3906 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3907 L:      dri-devel@lists.freedesktop.org
3908 T:      git git://github.com/patjak/drm-gma500
3909 S:      Maintained
3910 F:      drivers/gpu/drm/gma500
3911 F:      include/drm/gma500*
3912
3913 DRM DRIVERS FOR NVIDIA TEGRA
3914 M:      Thierry Reding <thierry.reding@gmail.com>
3915 M:      Terje Bergström <tbergstrom@nvidia.com>
3916 L:      dri-devel@lists.freedesktop.org
3917 L:      linux-tegra@vger.kernel.org
3918 T:      git git://anongit.freedesktop.org/tegra/linux.git
3919 S:      Supported
3920 F:      drivers/gpu/drm/tegra/
3921 F:      drivers/gpu/host1x/
3922 F:      include/linux/host1x.h
3923 F:      include/uapi/drm/tegra_drm.h
3924 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3925
3926 DRM DRIVERS FOR RENESAS
3927 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3928 L:      dri-devel@lists.freedesktop.org
3929 L:      linux-renesas-soc@vger.kernel.org
3930 T:      git git://people.freedesktop.org/~airlied/linux
3931 S:      Supported
3932 F:      drivers/gpu/drm/rcar-du/
3933 F:      drivers/gpu/drm/shmobile/
3934 F:      include/linux/platform_data/shmob_drm.h
3935
3936 DRM DRIVERS FOR ROCKCHIP
3937 M:      Mark Yao <mark.yao@rock-chips.com>
3938 L:      dri-devel@lists.freedesktop.org
3939 S:      Maintained
3940 F:      drivers/gpu/drm/rockchip/
3941 F:      Documentation/devicetree/bindings/display/rockchip*
3942
3943 DRM DRIVERS FOR STI
3944 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3945 M:      Vincent Abriou <vincent.abriou@st.com>
3946 L:      dri-devel@lists.freedesktop.org
3947 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3948 S:      Maintained
3949 F:      drivers/gpu/drm/sti
3950 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
3951
3952 DRM DRIVERS FOR VIVANTE GPU IP
3953 M:      Lucas Stach <l.stach@pengutronix.de>
3954 R:      Russell King <linux+etnaviv@armlinux.org.uk>
3955 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
3956 L:      dri-devel@lists.freedesktop.org
3957 S:      Maintained
3958 F:      drivers/gpu/drm/etnaviv
3959 F:      Documentation/devicetree/bindings/display/etnaviv
3960
3961 DSBR100 USB FM RADIO DRIVER
3962 M:      Alexey Klimov <klimov.linux@gmail.com>
3963 L:      linux-media@vger.kernel.org
3964 T:      git git://linuxtv.org/media_tree.git
3965 S:      Maintained
3966 F:      drivers/media/radio/dsbr100.c
3967
3968 DSCC4 DRIVER
3969 M:      Francois Romieu <romieu@fr.zoreil.com>
3970 L:      netdev@vger.kernel.org
3971 S:      Maintained
3972 F:      drivers/net/wan/dscc4.c
3973
3974 DT3155 MEDIA DRIVER
3975 M:      Hans Verkuil <hverkuil@xs4all.nl>
3976 L:      linux-media@vger.kernel.org
3977 T:      git git://linuxtv.org/media_tree.git
3978 W:      https://linuxtv.org
3979 S:      Odd Fixes
3980 F:      drivers/media/pci/dt3155/
3981
3982 DVB_USB_AF9015 MEDIA DRIVER
3983 M:      Antti Palosaari <crope@iki.fi>
3984 L:      linux-media@vger.kernel.org
3985 W:      https://linuxtv.org
3986 W:      http://palosaari.fi/linux/
3987 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3988 T:      git git://linuxtv.org/anttip/media_tree.git
3989 S:      Maintained
3990 F:      drivers/media/usb/dvb-usb-v2/af9015*
3991
3992 DVB_USB_AF9035 MEDIA DRIVER
3993 M:      Antti Palosaari <crope@iki.fi>
3994 L:      linux-media@vger.kernel.org
3995 W:      https://linuxtv.org
3996 W:      http://palosaari.fi/linux/
3997 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3998 T:      git git://linuxtv.org/anttip/media_tree.git
3999 S:      Maintained
4000 F:      drivers/media/usb/dvb-usb-v2/af9035*
4001
4002 DVB_USB_ANYSEE MEDIA DRIVER
4003 M:      Antti Palosaari <crope@iki.fi>
4004 L:      linux-media@vger.kernel.org
4005 W:      https://linuxtv.org
4006 W:      http://palosaari.fi/linux/
4007 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4008 T:      git git://linuxtv.org/anttip/media_tree.git
4009 S:      Maintained
4010 F:      drivers/media/usb/dvb-usb-v2/anysee*
4011
4012 DVB_USB_AU6610 MEDIA DRIVER
4013 M:      Antti Palosaari <crope@iki.fi>
4014 L:      linux-media@vger.kernel.org
4015 W:      https://linuxtv.org
4016 W:      http://palosaari.fi/linux/
4017 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4018 T:      git git://linuxtv.org/anttip/media_tree.git
4019 S:      Maintained
4020 F:      drivers/media/usb/dvb-usb-v2/au6610*
4021
4022 DVB_USB_CE6230 MEDIA DRIVER
4023 M:      Antti Palosaari <crope@iki.fi>
4024 L:      linux-media@vger.kernel.org
4025 W:      https://linuxtv.org
4026 W:      http://palosaari.fi/linux/
4027 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4028 T:      git git://linuxtv.org/anttip/media_tree.git
4029 S:      Maintained
4030 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4031
4032 DVB_USB_CXUSB MEDIA DRIVER
4033 M:      Michael Krufky <mkrufky@linuxtv.org>
4034 L:      linux-media@vger.kernel.org
4035 W:      https://linuxtv.org
4036 W:      http://github.com/mkrufky
4037 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4038 T:      git git://linuxtv.org/media_tree.git
4039 S:      Maintained
4040 F:      drivers/media/usb/dvb-usb/cxusb*
4041
4042 DVB_USB_EC168 MEDIA DRIVER
4043 M:      Antti Palosaari <crope@iki.fi>
4044 L:      linux-media@vger.kernel.org
4045 W:      https://linuxtv.org
4046 W:      http://palosaari.fi/linux/
4047 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4048 T:      git git://linuxtv.org/anttip/media_tree.git
4049 S:      Maintained
4050 F:      drivers/media/usb/dvb-usb-v2/ec168*
4051
4052 DVB_USB_GL861 MEDIA DRIVER
4053 M:      Antti Palosaari <crope@iki.fi>
4054 L:      linux-media@vger.kernel.org
4055 W:      https://linuxtv.org
4056 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4057 T:      git git://linuxtv.org/anttip/media_tree.git
4058 S:      Maintained
4059 F:      drivers/media/usb/dvb-usb-v2/gl861*
4060
4061 DVB_USB_MXL111SF MEDIA DRIVER
4062 M:      Michael Krufky <mkrufky@linuxtv.org>
4063 L:      linux-media@vger.kernel.org
4064 W:      https://linuxtv.org
4065 W:      http://github.com/mkrufky
4066 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4067 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4068 S:      Maintained
4069 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4070
4071 DVB_USB_RTL28XXU MEDIA DRIVER
4072 M:      Antti Palosaari <crope@iki.fi>
4073 L:      linux-media@vger.kernel.org
4074 W:      https://linuxtv.org
4075 W:      http://palosaari.fi/linux/
4076 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4077 T:      git git://linuxtv.org/anttip/media_tree.git
4078 S:      Maintained
4079 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4080
4081 DVB_USB_V2 MEDIA DRIVER
4082 M:      Antti Palosaari <crope@iki.fi>
4083 L:      linux-media@vger.kernel.org
4084 W:      https://linuxtv.org
4085 W:      http://palosaari.fi/linux/
4086 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4087 T:      git git://linuxtv.org/anttip/media_tree.git
4088 S:      Maintained
4089 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4090 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4091
4092 DYNAMIC DEBUG
4093 M:      Jason Baron <jbaron@akamai.com>
4094 S:      Maintained
4095 F:      lib/dynamic_debug.c
4096 F:      include/linux/dynamic_debug.h
4097
4098 DZ DECSTATION DZ11 SERIAL DRIVER
4099 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4100 S:      Maintained
4101 F:      drivers/tty/serial/dz.*
4102
4103 E3X0 POWER BUTTON DRIVER
4104 M:      Moritz Fischer <moritz.fischer@ettus.com>
4105 L:      usrp-users@lists.ettus.com
4106 W:      http://www.ettus.com
4107 S:      Supported
4108 F:      drivers/input/misc/e3x0-button.c
4109 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4110
4111 E4000 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/tuners/e4000*
4120
4121 EATA ISA/EISA/PCI SCSI DRIVER
4122 M:      Dario Ballabio <ballabio_dario@emc.com>
4123 L:      linux-scsi@vger.kernel.org
4124 S:      Maintained
4125 F:      drivers/scsi/eata.c
4126
4127 EC100 MEDIA DRIVER
4128 M:      Antti Palosaari <crope@iki.fi>
4129 L:      linux-media@vger.kernel.org
4130 W:      https://linuxtv.org
4131 W:      http://palosaari.fi/linux/
4132 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4133 T:      git git://linuxtv.org/anttip/media_tree.git
4134 S:      Maintained
4135 F:      drivers/media/dvb-frontends/ec100*
4136
4137 ECRYPT FILE SYSTEM
4138 M:      Tyler Hicks <tyhicks@canonical.com>
4139 L:      ecryptfs@vger.kernel.org
4140 W:      http://ecryptfs.org
4141 W:      https://launchpad.net/ecryptfs
4142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4143 S:      Supported
4144 F:      Documentation/filesystems/ecryptfs.txt
4145 F:      fs/ecryptfs/
4146
4147 EDAC-CORE
4148 M:      Doug Thompson <dougthompson@xmission.com>
4149 M:      Borislav Petkov <bp@alien8.de>
4150 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4151 L:      linux-edac@vger.kernel.org
4152 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4154 S:      Supported
4155 F:      Documentation/edac.txt
4156 F:      drivers/edac/
4157 F:      include/linux/edac.h
4158
4159 EDAC-AMD64
4160 M:      Doug Thompson <dougthompson@xmission.com>
4161 M:      Borislav Petkov <bp@alien8.de>
4162 L:      linux-edac@vger.kernel.org
4163 S:      Maintained
4164 F:      drivers/edac/amd64_edac*
4165
4166 EDAC-CALXEDA
4167 M:      Doug Thompson <dougthompson@xmission.com>
4168 M:      Robert Richter <rric@kernel.org>
4169 L:      linux-edac@vger.kernel.org
4170 S:      Maintained
4171 F:      drivers/edac/highbank*
4172
4173 EDAC-CAVIUM
4174 M:      Ralf Baechle <ralf@linux-mips.org>
4175 M:      David Daney <david.daney@cavium.com>
4176 L:      linux-edac@vger.kernel.org
4177 L:      linux-mips@linux-mips.org
4178 S:      Supported
4179 F:      drivers/edac/octeon_edac*
4180
4181 EDAC-E752X
4182 M:      Mark Gross <mark.gross@intel.com>
4183 M:      Doug Thompson <dougthompson@xmission.com>
4184 L:      linux-edac@vger.kernel.org
4185 S:      Maintained
4186 F:      drivers/edac/e752x_edac.c
4187
4188 EDAC-E7XXX
4189 M:      Doug Thompson <dougthompson@xmission.com>
4190 L:      linux-edac@vger.kernel.org
4191 S:      Maintained
4192 F:      drivers/edac/e7xxx_edac.c
4193
4194 EDAC-GHES
4195 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4196 L:      linux-edac@vger.kernel.org
4197 S:      Maintained
4198 F:      drivers/edac/ghes_edac.c
4199
4200 EDAC-I82443BXGX
4201 M:      Tim Small <tim@buttersideup.com>
4202 L:      linux-edac@vger.kernel.org
4203 S:      Maintained
4204 F:      drivers/edac/i82443bxgx_edac.c
4205
4206 EDAC-I3000
4207 M:      Jason Uhlenkott <juhlenko@akamai.com>
4208 L:      linux-edac@vger.kernel.org
4209 S:      Maintained
4210 F:      drivers/edac/i3000_edac.c
4211
4212 EDAC-I5000
4213 M:      Doug Thompson <dougthompson@xmission.com>
4214 L:      linux-edac@vger.kernel.org
4215 S:      Maintained
4216 F:      drivers/edac/i5000_edac.c
4217
4218 EDAC-I5400
4219 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4220 L:      linux-edac@vger.kernel.org
4221 S:      Maintained
4222 F:      drivers/edac/i5400_edac.c
4223
4224 EDAC-I7300
4225 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4226 L:      linux-edac@vger.kernel.org
4227 S:      Maintained
4228 F:      drivers/edac/i7300_edac.c
4229
4230 EDAC-I7CORE
4231 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4232 L:      linux-edac@vger.kernel.org
4233 S:      Maintained
4234 F:      drivers/edac/i7core_edac.c
4235
4236 EDAC-I82975X
4237 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4238 M:      "Arvind R." <arvino55@gmail.com>
4239 L:      linux-edac@vger.kernel.org
4240 S:      Maintained
4241 F:      drivers/edac/i82975x_edac.c
4242
4243 EDAC-IE31200
4244 M:      Jason Baron <jbaron@akamai.com>
4245 L:      linux-edac@vger.kernel.org
4246 S:      Maintained
4247 F:      drivers/edac/ie31200_edac.c
4248
4249 EDAC-MPC85XX
4250 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4251 L:      linux-edac@vger.kernel.org
4252 S:      Maintained
4253 F:      drivers/edac/mpc85xx_edac.[ch]
4254
4255 EDAC-PASEMI
4256 M:      Egor Martovetsky <egor@pasemi.com>
4257 L:      linux-edac@vger.kernel.org
4258 S:      Maintained
4259 F:      drivers/edac/pasemi_edac.c
4260
4261 EDAC-R82600
4262 M:      Tim Small <tim@buttersideup.com>
4263 L:      linux-edac@vger.kernel.org
4264 S:      Maintained
4265 F:      drivers/edac/r82600_edac.c
4266
4267 EDAC-SBRIDGE
4268 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4269 L:      linux-edac@vger.kernel.org
4270 S:      Maintained
4271 F:      drivers/edac/sb_edac.c
4272
4273 EDAC-XGENE
4274 APPLIED MICRO (APM) X-GENE SOC EDAC
4275 M:     Loc Ho <lho@apm.com>
4276 S:     Supported
4277 F:     drivers/edac/xgene_edac.c
4278 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4279
4280 EDIROL UA-101/UA-1000 DRIVER
4281 M:      Clemens Ladisch <clemens@ladisch.de>
4282 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4283 T:      git git://git.alsa-project.org/alsa-kernel.git
4284 S:      Maintained
4285 F:      sound/usb/misc/ua101.c
4286
4287 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4288 M:      Matt Fleming <matt@codeblueprint.co.uk>
4289 L:      linux-efi@vger.kernel.org
4290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4291 S:      Maintained
4292 F:      Documentation/efi-stub.txt
4293 F:      arch/ia64/kernel/efi.c
4294 F:      arch/x86/boot/compressed/eboot.[ch]
4295 F:      arch/x86/include/asm/efi.h
4296 F:      arch/x86/platform/efi/
4297 F:      drivers/firmware/efi/
4298 F:      include/linux/efi*.h
4299
4300 EFI VARIABLE FILESYSTEM
4301 M:      Matthew Garrett <matthew.garrett@nebula.com>
4302 M:      Jeremy Kerr <jk@ozlabs.org>
4303 M:      Matt Fleming <matt@codeblueprint.co.uk>
4304 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4305 L:      linux-efi@vger.kernel.org
4306 S:      Maintained
4307 F:      fs/efivarfs/
4308
4309 EFIFB FRAMEBUFFER DRIVER
4310 L:      linux-fbdev@vger.kernel.org
4311 M:      Peter Jones <pjones@redhat.com>
4312 S:      Maintained
4313 F:      drivers/video/fbdev/efifb.c
4314
4315 EFS FILESYSTEM
4316 W:      http://aeschi.ch.eu.org/efs/
4317 S:      Orphan
4318 F:      fs/efs/
4319
4320 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4321 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4322 L:      netdev@vger.kernel.org
4323 S:      Maintained
4324 F:      drivers/net/ethernet/ibm/ehea/
4325
4326 EM28XX VIDEO4LINUX DRIVER
4327 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4328 L:      linux-media@vger.kernel.org
4329 W:      https://linuxtv.org
4330 T:      git git://linuxtv.org/media_tree.git
4331 S:      Maintained
4332 F:      drivers/media/usb/em28xx/
4333
4334 EMBEDDED LINUX
4335 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4336 M:      Matt Mackall <mpm@selenic.com>
4337 M:      David Woodhouse <dwmw2@infradead.org>
4338 L:      linux-embedded@vger.kernel.org
4339 S:      Maintained
4340
4341 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4342 M:      James Smart <james.smart@avagotech.com>
4343 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4344 L:      linux-scsi@vger.kernel.org
4345 W:      http://www.avagotech.com
4346 S:      Supported
4347 F:      drivers/scsi/lpfc/
4348
4349 ENE CB710 FLASH CARD READER DRIVER
4350 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
4351 S:      Maintained
4352 F:      drivers/misc/cb710/
4353 F:      drivers/mmc/host/cb710-mmc.*
4354 F:      include/linux/cb710.h
4355
4356 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4357 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4358 S:      Maintained
4359 F:      drivers/media/rc/ene_ir.*
4360
4361 EPSON S1D13XXX FRAMEBUFFER DRIVER
4362 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4363 S:      Maintained
4364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4365 F:      drivers/video/fbdev/s1d13xxxfb.c
4366 F:      include/video/s1d13xxxfb.h
4367
4368 ET131X NETWORK DRIVER
4369 M:      Mark Einon <mark.einon@gmail.com>
4370 S:      Odd Fixes
4371 F:      drivers/net/ethernet/agere/
4372
4373 ETHERNET BRIDGE
4374 M:      Stephen Hemminger <stephen@networkplumber.org>
4375 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
4376 L:      netdev@vger.kernel.org
4377 W:      http://www.linuxfoundation.org/en/Net:Bridge
4378 S:      Maintained
4379 F:      include/linux/netfilter_bridge/
4380 F:      net/bridge/
4381
4382 ETHERNET PHY LIBRARY
4383 M:      Florian Fainelli <f.fainelli@gmail.com>
4384 L:      netdev@vger.kernel.org
4385 S:      Maintained
4386 F:      include/linux/phy.h
4387 F:      include/linux/phy_fixed.h
4388 F:      drivers/net/phy/
4389 F:      Documentation/networking/phy.txt
4390 F:      drivers/of/of_mdio.c
4391 F:      drivers/of/of_net.c
4392
4393 EXT2 FILE SYSTEM
4394 M:      Jan Kara <jack@suse.com>
4395 L:      linux-ext4@vger.kernel.org
4396 S:      Maintained
4397 F:      Documentation/filesystems/ext2.txt
4398 F:      fs/ext2/
4399 F:      include/linux/ext2*
4400
4401 EXT4 FILE SYSTEM
4402 M:      "Theodore Ts'o" <tytso@mit.edu>
4403 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4404 L:      linux-ext4@vger.kernel.org
4405 W:      http://ext4.wiki.kernel.org
4406 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4408 S:      Maintained
4409 F:      Documentation/filesystems/ext4.txt
4410 F:      fs/ext4/
4411
4412 Extended Verification Module (EVM)
4413 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4414 L:      linux-ima-devel@lists.sourceforge.net
4415 L:      linux-security-module@vger.kernel.org
4416 S:      Supported
4417 F:      security/integrity/evm/
4418
4419 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4420 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4421 M:      Chanwoo Choi <cw00.choi@samsung.com>
4422 L:      linux-kernel@vger.kernel.org
4423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4424 S:      Maintained
4425 F:      drivers/extcon/
4426 F:      include/linux/extcon/
4427 F:      include/linux/extcon.h
4428 F:      Documentation/extcon/
4429 F:      Documentation/devicetree/bindings/extcon/
4430
4431 EXYNOS DP DRIVER
4432 M:      Jingoo Han <jingoohan1@gmail.com>
4433 L:      dri-devel@lists.freedesktop.org
4434 S:      Maintained
4435 F:      drivers/gpu/drm/exynos/exynos_dp*
4436
4437 EXYNOS SYSMMU (IOMMU) driver
4438 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4439 L:      iommu@lists.linux-foundation.org
4440 S:      Maintained
4441 F:      drivers/iommu/exynos-iommu.c
4442
4443 EXYNOS MIPI DISPLAY DRIVERS
4444 M:      Inki Dae <inki.dae@samsung.com>
4445 M:      Donghwa Lee <dh09.lee@samsung.com>
4446 M:      Kyungmin Park <kyungmin.park@samsung.com>
4447 L:      linux-fbdev@vger.kernel.org
4448 S:      Maintained
4449 F:      drivers/video/fbdev/exynos/exynos_mipi*
4450 F:      include/video/exynos_mipi*
4451
4452 EZchip NPS platform support
4453 M:      Noam Camus <noamc@ezchip.com>
4454 S:      Supported
4455 F:      arch/arc/plat-eznps
4456 F:      arch/arc/boot/dts/eznps.dts
4457
4458 F71805F HARDWARE MONITORING DRIVER
4459 M:      Jean Delvare <jdelvare@suse.com>
4460 L:      linux-hwmon@vger.kernel.org
4461 S:      Maintained
4462 F:      Documentation/hwmon/f71805f
4463 F:      drivers/hwmon/f71805f.c
4464
4465 FC0011 TUNER DRIVER
4466 M:      Michael Buesch <m@bues.ch>
4467 L:      linux-media@vger.kernel.org
4468 S:      Maintained
4469 F:      drivers/media/tuners/fc0011.h
4470 F:      drivers/media/tuners/fc0011.c
4471
4472 FC2580 MEDIA DRIVER
4473 M:      Antti Palosaari <crope@iki.fi>
4474 L:      linux-media@vger.kernel.org
4475 W:      https://linuxtv.org
4476 W:      http://palosaari.fi/linux/
4477 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4478 T:      git git://linuxtv.org/anttip/media_tree.git
4479 S:      Maintained
4480 F:      drivers/media/tuners/fc2580*
4481
4482 FANOTIFY
4483 M:      Eric Paris <eparis@redhat.com>
4484 S:      Maintained
4485 F:      fs/notify/fanotify/
4486 F:      include/linux/fanotify.h
4487 F:      include/uapi/linux/fanotify.h
4488
4489 FARSYNC SYNCHRONOUS DRIVER
4490 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4491 W:      http://www.farsite.co.uk/
4492 S:      Supported
4493 F:      drivers/net/wan/farsync.*
4494
4495 FAULT INJECTION SUPPORT
4496 M:      Akinobu Mita <akinobu.mita@gmail.com>
4497 S:      Supported
4498 F:      Documentation/fault-injection/
4499 F:      lib/fault-inject.c
4500
4501 FBTFT Framebuffer drivers
4502 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4503 M:      Noralf Trønnes <noralf@tronnes.org>
4504 S:      Maintained
4505 F:      drivers/staging/fbtft/
4506
4507 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4508 M:      Vasu Dev <vasu.dev@intel.com>
4509 L:      fcoe-devel@open-fcoe.org
4510 W:      www.Open-FCoE.org
4511 S:      Supported
4512 F:      drivers/scsi/libfc/
4513 F:      drivers/scsi/fcoe/
4514 F:      include/scsi/fc/
4515 F:      include/scsi/libfc.h
4516 F:      include/scsi/libfcoe.h
4517 F:      include/uapi/scsi/fc/
4518
4519 FILE LOCKING (flock() and fcntl()/lockf())
4520 M:      Jeff Layton <jlayton@poochiereds.net>
4521 M:      "J. Bruce Fields" <bfields@fieldses.org>
4522 L:      linux-fsdevel@vger.kernel.org
4523 S:      Maintained
4524 F:      include/linux/fcntl.h
4525 F:      include/linux/fs.h
4526 F:      include/uapi/linux/fcntl.h
4527 F:      include/uapi/linux/fs.h
4528 F:      fs/fcntl.c
4529 F:      fs/locks.c
4530
4531 FILESYSTEMS (VFS and infrastructure)
4532 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4533 L:      linux-fsdevel@vger.kernel.org
4534 S:      Maintained
4535 F:      fs/*
4536
4537 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4538 M:      Riku Voipio <riku.voipio@iki.fi>
4539 L:      linux-hwmon@vger.kernel.org
4540 S:      Maintained
4541 F:      drivers/hwmon/f75375s.c
4542 F:      include/linux/f75375s.h
4543
4544 FIREWIRE AUDIO DRIVERS
4545 M:      Clemens Ladisch <clemens@ladisch.de>
4546 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4547 T:      git git://git.alsa-project.org/alsa-kernel.git
4548 S:      Maintained
4549 F:      sound/firewire/
4550
4551 FIREWIRE MEDIA DRIVERS (firedtv)
4552 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4553 L:      linux-media@vger.kernel.org
4554 L:      linux1394-devel@lists.sourceforge.net
4555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4556 S:      Maintained
4557 F:      drivers/media/firewire/
4558
4559 FIREWIRE SBP-2 TARGET
4560 M:      Chris Boot <bootc@bootc.net>
4561 L:      linux-scsi@vger.kernel.org
4562 L:      target-devel@vger.kernel.org
4563 L:      linux1394-devel@lists.sourceforge.net
4564 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4565 S:      Maintained
4566 F:      drivers/target/sbp/
4567
4568 FIREWIRE SUBSYSTEM
4569 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4570 L:      linux1394-devel@lists.sourceforge.net
4571 W:      http://ieee1394.wiki.kernel.org/
4572 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4573 S:      Maintained
4574 F:      drivers/firewire/
4575 F:      include/linux/firewire.h
4576 F:      include/uapi/linux/firewire*.h
4577 F:      tools/firewire/
4578
4579 FIRMWARE LOADER (request_firmware)
4580 M:      Ming Lei <ming.lei@canonical.com>
4581 L:      linux-kernel@vger.kernel.org
4582 S:      Maintained
4583 F:      Documentation/firmware_class/
4584 F:      drivers/base/firmware*.c
4585 F:      include/linux/firmware.h
4586
4587 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4588 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4589 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4590 S:      Maintained
4591 F:      drivers/block/rsxx/
4592
4593 FLOPPY DRIVER
4594 M:      Jiri Kosina <jikos@kernel.org>
4595 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4596 S:      Odd fixes
4597 F:      drivers/block/floppy.c
4598
4599 FMC SUBSYSTEM
4600 M:      Alessandro Rubini <rubini@gnudd.com>
4601 W:      http://www.ohwr.org/projects/fmc-bus
4602 S:      Supported
4603 F:      drivers/fmc/
4604 F:      include/linux/fmc*.h
4605 F:      include/linux/ipmi-fru.h
4606 K:      fmc_d.*register
4607
4608 FPGA MANAGER FRAMEWORK
4609 M:      Alan Tull <atull@opensource.altera.com>
4610 R:      Moritz Fischer <moritz.fischer@ettus.com>
4611 S:      Maintained
4612 F:      drivers/fpga/
4613 F:      include/linux/fpga/fpga-mgr.h
4614 W:      http://www.rocketboards.org
4615
4616 FPU EMULATOR
4617 M:      Bill Metzenthen <billm@melbpc.org.au>
4618 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4619 S:      Maintained
4620 F:      arch/x86/math-emu/
4621
4622 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4623 L:      netdev@vger.kernel.org
4624 S:      Orphan
4625 F:      drivers/net/wan/dlci.c
4626 F:      drivers/net/wan/sdla.c
4627
4628 FRAMEBUFFER LAYER
4629 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4630 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4631 L:      linux-fbdev@vger.kernel.org
4632 W:      http://linux-fbdev.sourceforge.net/
4633 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4634 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4635 S:      Maintained
4636 F:      Documentation/fb/
4637 F:      drivers/video/
4638 F:      include/video/
4639 F:      include/linux/fb.h
4640 F:      include/uapi/video/
4641 F:      include/uapi/linux/fb.h
4642
4643 FREESCALE DIU FRAMEBUFFER DRIVER
4644 M:      Timur Tabi <timur@tabi.org>
4645 L:      linux-fbdev@vger.kernel.org
4646 S:      Maintained
4647 F:      drivers/video/fbdev/fsl-diu-fb.*
4648
4649 FREESCALE DMA DRIVER
4650 M:      Li Yang <leoli@freescale.com>
4651 M:      Zhang Wei <zw@zh-kernel.org>
4652 L:      linuxppc-dev@lists.ozlabs.org
4653 S:      Maintained
4654 F:      drivers/dma/fsldma.*
4655
4656 FREESCALE GPMI NAND DRIVER
4657 M:      Han Xu <han.xu@nxp.com>
4658 L:      linux-mtd@lists.infradead.org
4659 S:      Maintained
4660 F:      drivers/mtd/nand/gpmi-nand/*
4661
4662 FREESCALE I2C CPM DRIVER
4663 M:      Jochen Friedrich <jochen@scram.de>
4664 L:      linuxppc-dev@lists.ozlabs.org
4665 L:      linux-i2c@vger.kernel.org
4666 S:      Maintained
4667 F:      drivers/i2c/busses/i2c-cpm.c
4668
4669 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4670 M:      Sascha Hauer <kernel@pengutronix.de>
4671 L:      linux-fbdev@vger.kernel.org
4672 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4673 S:      Maintained
4674 F:      include/linux/platform_data/video-imxfb.h
4675 F:      drivers/video/fbdev/imxfb.c
4676
4677 FREESCALE QUAD SPI DRIVER
4678 M:      Han Xu <han.xu@nxp.com>
4679 L:      linux-mtd@lists.infradead.org
4680 S:      Maintained
4681 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4682
4683 FREESCALE SOC FS_ENET DRIVER
4684 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4685 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4686 L:      linuxppc-dev@lists.ozlabs.org
4687 L:      netdev@vger.kernel.org
4688 S:      Maintained
4689 F:      drivers/net/ethernet/freescale/fs_enet/
4690 F:      include/linux/fs_enet_pd.h
4691
4692 FREESCALE IMX / MXC FEC DRIVER
4693 M:      Fugang Duan <fugang.duan@nxp.com>
4694 L:      netdev@vger.kernel.org
4695 S:      Maintained
4696 F:      drivers/net/ethernet/freescale/fec_main.c
4697 F:      drivers/net/ethernet/freescale/fec_ptp.c
4698 F:      drivers/net/ethernet/freescale/fec.h
4699 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
4700
4701 FREESCALE QUICC ENGINE LIBRARY
4702 L:      linuxppc-dev@lists.ozlabs.org
4703 S:      Orphan
4704 F:      drivers/soc/fsl/qe/
4705 F:      include/soc/fsl/*qe*.h
4706 F:      include/soc/fsl/*ucc*.h
4707
4708 FREESCALE USB PERIPHERAL DRIVERS
4709 M:      Li Yang <leoli@freescale.com>
4710 L:      linux-usb@vger.kernel.org
4711 L:      linuxppc-dev@lists.ozlabs.org
4712 S:      Maintained
4713 F:      drivers/usb/gadget/udc/fsl*
4714
4715 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4716 M:      Li Yang <leoli@freescale.com>
4717 L:      netdev@vger.kernel.org
4718 L:      linuxppc-dev@lists.ozlabs.org
4719 S:      Maintained
4720 F:      drivers/net/ethernet/freescale/ucc_geth*
4721
4722 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4723 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4724 L:      netdev@vger.kernel.org
4725 S:      Maintained
4726 F:      drivers/net/ethernet/freescale/gianfar*
4727 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4728 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4729
4730 FREESCALE QUICC ENGINE UCC UART DRIVER
4731 M:      Timur Tabi <timur@tabi.org>
4732 L:      linuxppc-dev@lists.ozlabs.org
4733 S:      Maintained
4734 F:      drivers/tty/serial/ucc_uart.c
4735
4736 FREESCALE SOC SOUND DRIVERS
4737 M:      Timur Tabi <timur@tabi.org>
4738 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4739 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4740 R:      Fabio Estevam <fabio.estevam@nxp.com>
4741 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4742 L:      linuxppc-dev@lists.ozlabs.org
4743 S:      Maintained
4744 F:      sound/soc/fsl/fsl*
4745 F:      sound/soc/fsl/imx*
4746 F:      sound/soc/fsl/mpc8610_hpcd.c
4747
4748 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4749 M:      "J. German Rivera" <German.Rivera@freescale.com>
4750 L:      linux-kernel@vger.kernel.org
4751 S:      Maintained
4752 F:      drivers/staging/fsl-mc/
4753
4754 FREEVXFS FILESYSTEM
4755 M:      Christoph Hellwig <hch@infradead.org>
4756 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4757 S:      Maintained
4758 F:      fs/freevxfs/
4759
4760 FREEZER
4761 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4762 M:      Pavel Machek <pavel@ucw.cz>
4763 L:      linux-pm@vger.kernel.org
4764 S:      Supported
4765 F:      Documentation/power/freezing-of-tasks.txt
4766 F:      include/linux/freezer.h
4767 F:      kernel/freezer.c
4768
4769 FRONTSWAP API
4770 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4771 L:      linux-kernel@vger.kernel.org
4772 S:      Maintained
4773 F:      mm/frontswap.c
4774 F:      include/linux/frontswap.h
4775
4776 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4777 M:      David Howells <dhowells@redhat.com>
4778 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
4779 S:      Supported
4780 F:      Documentation/filesystems/caching/
4781 F:      fs/fscache/
4782 F:      include/linux/fscache*.h
4783
4784 F2FS FILE SYSTEM
4785 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4786 M:      Changman Lee <cm224.lee@samsung.com>
4787 R:      Chao Yu <chao2.yu@samsung.com>
4788 L:      linux-f2fs-devel@lists.sourceforge.net
4789 W:      http://en.wikipedia.org/wiki/F2FS
4790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4791 S:      Maintained
4792 F:      Documentation/filesystems/f2fs.txt
4793 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4794 F:      fs/f2fs/
4795 F:      include/linux/f2fs_fs.h
4796 F:      include/trace/events/f2fs.h
4797
4798 FUJITSU FR-V (FRV) PORT
4799 S:      Orphan
4800 F:      arch/frv/
4801
4802 FUJITSU LAPTOP EXTRAS
4803 M:      Jonathan Woithe <jwoithe@just42.net>
4804 L:      platform-driver-x86@vger.kernel.org
4805 S:      Maintained
4806 F:      drivers/platform/x86/fujitsu-laptop.c
4807
4808 FUJITSU M-5MO LS CAMERA ISP DRIVER
4809 M:      Kyungmin Park <kyungmin.park@samsung.com>
4810 M:      Heungjun Kim <riverful.kim@samsung.com>
4811 L:      linux-media@vger.kernel.org
4812 S:      Maintained
4813 F:      drivers/media/i2c/m5mols/
4814 F:      include/media/i2c/m5mols.h
4815
4816 FUJITSU TABLET EXTRAS
4817 M:      Robert Gerlach <khnz@gmx.de>
4818 L:      platform-driver-x86@vger.kernel.org
4819 S:      Maintained
4820 F:      drivers/platform/x86/fujitsu-tablet.c
4821
4822 FUSE: FILESYSTEM IN USERSPACE
4823 M:      Miklos Szeredi <miklos@szeredi.hu>
4824 L:      linux-fsdevel@vger.kernel.org
4825 W:      http://fuse.sourceforge.net/
4826 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4827 S:      Maintained
4828 F:      fs/fuse/
4829 F:      include/uapi/linux/fuse.h
4830 F:      Documentation/filesystems/fuse.txt
4831
4832 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4833 M:      Rik Faith <faith@cs.unc.edu>
4834 L:      linux-scsi@vger.kernel.org
4835 S:      Odd Fixes (e.g., new signatures)
4836 F:      drivers/scsi/fdomain.*
4837
4838 GCOV BASED KERNEL PROFILING
4839 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4840 S:      Maintained
4841 F:      kernel/gcov/
4842 F:      Documentation/gcov.txt
4843
4844 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4845 M:      Achim Leubner <achim_leubner@adaptec.com>
4846 L:      linux-scsi@vger.kernel.org
4847 W:      http://www.icp-vortex.com/
4848 S:      Supported
4849 F:      drivers/scsi/gdt*
4850
4851 GDB KERNEL DEBUGGING HELPER SCRIPTS
4852 M:      Jan Kiszka <jan.kiszka@siemens.com>
4853 S:      Supported
4854 F:      scripts/gdb/
4855
4856 GEMTEK FM RADIO RECEIVER DRIVER
4857 M:      Hans Verkuil <hverkuil@xs4all.nl>
4858 L:      linux-media@vger.kernel.org
4859 T:      git git://linuxtv.org/media_tree.git
4860 W:      https://linuxtv.org
4861 S:      Maintained
4862 F:      drivers/media/radio/radio-gemtek*
4863
4864 GENERIC GPIO I2C DRIVER
4865 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4866 S:      Supported
4867 F:      drivers/i2c/busses/i2c-gpio.c
4868 F:      include/linux/i2c-gpio.h
4869
4870 GENERIC GPIO I2C MULTIPLEXER DRIVER
4871 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4872 L:      linux-i2c@vger.kernel.org
4873 S:      Supported
4874 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4875 F:      include/linux/i2c-mux-gpio.h
4876 F:      Documentation/i2c/muxes/i2c-mux-gpio
4877
4878 GENERIC HDLC (WAN) DRIVERS
4879 M:      Krzysztof Halasa <khc@pm.waw.pl>
4880 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4881 S:      Maintained
4882 F:      drivers/net/wan/c101.c
4883 F:      drivers/net/wan/hd6457*
4884 F:      drivers/net/wan/hdlc*
4885 F:      drivers/net/wan/n2.c
4886 F:      drivers/net/wan/pc300too.c
4887 F:      drivers/net/wan/pci200syn.c
4888 F:      drivers/net/wan/wanxl*
4889
4890 GENERIC INCLUDE/ASM HEADER FILES
4891 M:      Arnd Bergmann <arnd@arndb.de>
4892 L:      linux-arch@vger.kernel.org
4893 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4894 S:      Maintained
4895 F:      include/asm-generic/
4896 F:      include/uapi/asm-generic/
4897
4898 GENERIC PHY FRAMEWORK
4899 M:      Kishon Vijay Abraham I <kishon@ti.com>
4900 L:      linux-kernel@vger.kernel.org
4901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4902 S:      Supported
4903 F:      drivers/phy/
4904 F:      include/linux/phy/
4905
4906 GENERIC PM DOMAINS
4907 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4908 M:      Kevin Hilman <khilman@kernel.org>
4909 M:      Ulf Hansson <ulf.hansson@linaro.org>
4910 L:      linux-pm@vger.kernel.org
4911 S:      Supported
4912 F:      drivers/base/power/domain*.c
4913 F:      include/linux/pm_domain.h
4914
4915 GENERIC UIO DRIVER FOR PCI DEVICES
4916 M:      "Michael S. Tsirkin" <mst@redhat.com>
4917 L:      kvm@vger.kernel.org
4918 S:      Supported
4919 F:      drivers/uio/uio_pci_generic.c
4920
4921 GET_MAINTAINER SCRIPT
4922 M:      Joe Perches <joe@perches.com>
4923 S:      Maintained
4924 F:      scripts/get_maintainer.pl
4925
4926 GFS2 FILE SYSTEM
4927 M:      Steven Whitehouse <swhiteho@redhat.com>
4928 M:      Bob Peterson <rpeterso@redhat.com>
4929 L:      cluster-devel@redhat.com
4930 W:      http://sources.redhat.com/cluster/
4931 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4932 S:      Supported
4933 F:      Documentation/filesystems/gfs2*.txt
4934 F:      fs/gfs2/
4935 F:      include/uapi/linux/gfs2_ondisk.h
4936
4937 GIGASET ISDN DRIVERS
4938 M:      Paul Bolle <pebolle@tiscali.nl>
4939 L:      gigaset307x-common@lists.sourceforge.net
4940 W:      http://gigaset307x.sourceforge.net/
4941 S:      Odd Fixes
4942 F:      Documentation/isdn/README.gigaset
4943 F:      drivers/isdn/gigaset/
4944 F:      include/uapi/linux/gigaset_dev.h
4945
4946 GO7007 MPEG CODEC
4947 M:      Hans Verkuil <hans.verkuil@cisco.com>
4948 L:      linux-media@vger.kernel.org
4949 S:      Maintained
4950 F:      drivers/media/usb/go7007/
4951
4952 GOODIX TOUCHSCREEN
4953 M:      Bastien Nocera <hadess@hadess.net>
4954 L:      linux-input@vger.kernel.org
4955 S:      Maintained
4956 F:      drivers/input/touchscreen/goodix.c
4957
4958 GPIO SUBSYSTEM
4959 M:      Linus Walleij <linus.walleij@linaro.org>
4960 M:      Alexandre Courbot <gnurou@gmail.com>
4961 L:      linux-gpio@vger.kernel.org
4962 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4963 S:      Maintained
4964 F:      Documentation/devicetree/bindings/gpio/
4965 F:      Documentation/gpio/
4966 F:      Documentation/ABI/testing/gpio-cdev
4967 F:      Documentation/ABI/obsolete/sysfs-gpio
4968 F:      drivers/gpio/
4969 F:      include/linux/gpio/
4970 F:      include/linux/gpio.h
4971 F:      include/asm-generic/gpio.h
4972 F:      include/uapi/linux/gpio.h
4973 F:      tools/gpio/
4974
4975 GRE DEMULTIPLEXER DRIVER
4976 M:      Dmitry Kozlov <xeb@mail.ru>
4977 L:      netdev@vger.kernel.org
4978 S:      Maintained
4979 F:      net/ipv4/gre_demux.c
4980 F:      net/ipv4/gre_offload.c
4981 F:      include/net/gre.h
4982
4983 GRETH 10/100/1G Ethernet MAC device driver
4984 M:      Andreas Larsson <andreas@gaisler.com>
4985 L:      netdev@vger.kernel.org
4986 S:      Maintained
4987 F:      drivers/net/ethernet/aeroflex/
4988
4989 GSPCA FINEPIX SUBDRIVER
4990 M:      Frank Zago <frank@zago.net>
4991 L:      linux-media@vger.kernel.org
4992 T:      git git://linuxtv.org/media_tree.git
4993 S:      Maintained
4994 F:      drivers/media/usb/gspca/finepix.c
4995
4996 GSPCA GL860 SUBDRIVER
4997 M:      Olivier Lorin <o.lorin@laposte.net>
4998 L:      linux-media@vger.kernel.org
4999 T:      git git://linuxtv.org/media_tree.git
5000 S:      Maintained
5001 F:      drivers/media/usb/gspca/gl860/
5002
5003 GSPCA M5602 SUBDRIVER
5004 M:      Erik Andren <erik.andren@gmail.com>
5005 L:      linux-media@vger.kernel.org
5006 T:      git git://linuxtv.org/media_tree.git
5007 S:      Maintained
5008 F:      drivers/media/usb/gspca/m5602/
5009
5010 GSPCA PAC207 SONIXB SUBDRIVER
5011 M:      Hans de Goede <hdegoede@redhat.com>
5012 L:      linux-media@vger.kernel.org
5013 T:      git git://linuxtv.org/media_tree.git
5014 S:      Maintained
5015 F:      drivers/media/usb/gspca/pac207.c
5016
5017 GSPCA SN9C20X SUBDRIVER
5018 M:      Brian Johnson <brijohn@gmail.com>
5019 L:      linux-media@vger.kernel.org
5020 T:      git git://linuxtv.org/media_tree.git
5021 S:      Maintained
5022 F:      drivers/media/usb/gspca/sn9c20x.c
5023
5024 GSPCA T613 SUBDRIVER
5025 M:      Leandro Costantino <lcostantino@gmail.com>
5026 L:      linux-media@vger.kernel.org
5027 T:      git git://linuxtv.org/media_tree.git
5028 S:      Maintained
5029 F:      drivers/media/usb/gspca/t613.c
5030
5031 GSPCA USB WEBCAM DRIVER
5032 M:      Hans de Goede <hdegoede@redhat.com>
5033 L:      linux-media@vger.kernel.org
5034 T:      git git://linuxtv.org/media_tree.git
5035 S:      Maintained
5036 F:      drivers/media/usb/gspca/
5037
5038 GUID PARTITION TABLE (GPT)
5039 M:      Davidlohr Bueso <dave@stgolabs.net>
5040 L:      linux-efi@vger.kernel.org
5041 S:      Maintained
5042 F:      block/partitions/efi.*
5043
5044 STK1160 USB VIDEO CAPTURE DRIVER
5045 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5046 L:      linux-media@vger.kernel.org
5047 T:      git git://linuxtv.org/media_tree.git
5048 S:      Maintained
5049 F:      drivers/media/usb/stk1160/
5050
5051 H8/300 ARCHITECTURE
5052 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5053 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5054 W:      http://uclinux-h8.sourceforge.jp
5055 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5056 S:      Maintained
5057 F:      arch/h8300/
5058 F:      drivers/clocksource/h8300_*.c
5059 F:      drivers/clk/h8300/
5060 F:      drivers/irqchip/irq-renesas-h8*.c
5061
5062 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5063 M:      Frank Seidel <frank@f-seidel.de>
5064 L:      platform-driver-x86@vger.kernel.org
5065 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5066 S:      Maintained
5067 F:      drivers/platform/x86/hdaps.c
5068
5069 HDPVR USB VIDEO ENCODER DRIVER
5070 M:      Hans Verkuil <hverkuil@xs4all.nl>
5071 L:      linux-media@vger.kernel.org
5072 T:      git git://linuxtv.org/media_tree.git
5073 W:      https://linuxtv.org
5074 S:      Odd Fixes
5075 F:      drivers/media/usb/hdpvr/
5076
5077 HWPOISON MEMORY FAILURE HANDLING
5078 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5079 L:      linux-mm@kvack.org
5080 S:      Maintained
5081 F:      mm/memory-failure.c
5082 F:      mm/hwpoison-inject.c
5083
5084 HYPERVISOR VIRTUAL CONSOLE DRIVER
5085 L:      linuxppc-dev@lists.ozlabs.org
5086 S:      Odd Fixes
5087 F:      drivers/tty/hvc/
5088
5089 HACKRF MEDIA DRIVER
5090 M:      Antti Palosaari <crope@iki.fi>
5091 L:      linux-media@vger.kernel.org
5092 W:      https://linuxtv.org
5093 W:      http://palosaari.fi/linux/
5094 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5095 T:      git git://linuxtv.org/anttip/media_tree.git
5096 S:      Maintained
5097 F:      drivers/media/usb/hackrf/
5098
5099 HARDWARE MONITORING
5100 M:      Jean Delvare <jdelvare@suse.com>
5101 M:      Guenter Roeck <linux@roeck-us.net>
5102 L:      linux-hwmon@vger.kernel.org
5103 W:      http://hwmon.wiki.kernel.org/
5104 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5105 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5106 S:      Maintained
5107 F:      Documentation/hwmon/
5108 F:      drivers/hwmon/
5109 F:      include/linux/hwmon*.h
5110
5111 HARDWARE RANDOM NUMBER GENERATOR CORE
5112 M:      Matt Mackall <mpm@selenic.com>
5113 M:      Herbert Xu <herbert@gondor.apana.org.au>
5114 L:      linux-crypto@vger.kernel.org
5115 S:      Odd fixes
5116 F:      Documentation/hw_random.txt
5117 F:      drivers/char/hw_random/
5118 F:      include/linux/hw_random.h
5119
5120 HARDWARE SPINLOCK CORE
5121 M:      Ohad Ben-Cohen <ohad@wizery.com>
5122 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5123 L:      linux-remoteproc@vger.kernel.org
5124 S:      Maintained
5125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5126 F:      Documentation/hwspinlock.txt
5127 F:      drivers/hwspinlock/hwspinlock_*
5128 F:      include/linux/hwspinlock.h
5129
5130 HARMONY SOUND DRIVER
5131 L:      linux-parisc@vger.kernel.org
5132 S:      Maintained
5133 F:      sound/parisc/harmony.*
5134
5135 HD29L2 MEDIA DRIVER
5136 M:      Antti Palosaari <crope@iki.fi>
5137 L:      linux-media@vger.kernel.org
5138 W:      https://linuxtv.org
5139 W:      http://palosaari.fi/linux/
5140 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5141 T:      git git://linuxtv.org/anttip/media_tree.git
5142 S:      Maintained
5143 F:      drivers/media/dvb-frontends/hd29l2*
5144
5145 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5146 M:      Don Brace <don.brace@microsemi.com>
5147 L:      iss_storagedev@hp.com
5148 L:      esc.storagedev@microsemi.com
5149 L:      linux-scsi@vger.kernel.org
5150 S:      Supported
5151 F:      Documentation/scsi/hpsa.txt
5152 F:      drivers/scsi/hpsa*.[ch]
5153 F:      include/linux/cciss*.h
5154 F:      include/uapi/linux/cciss*.h
5155
5156 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5157 M:      Don Brace <don.brace@microsemi.com>
5158 L:      iss_storagedev@hp.com
5159 L:      esc.storagedev@microsemi.com
5160 L:      linux-scsi@vger.kernel.org
5161 S:      Supported
5162 F:      Documentation/blockdev/cciss.txt
5163 F:      drivers/block/cciss*
5164 F:      include/linux/cciss_ioctl.h
5165 F:      include/uapi/linux/cciss_ioctl.h
5166
5167 HFS FILESYSTEM
5168 L:      linux-fsdevel@vger.kernel.org
5169 S:      Orphan
5170 F:      Documentation/filesystems/hfs.txt
5171 F:      fs/hfs/
5172
5173 HFSPLUS FILESYSTEM
5174 L:      linux-fsdevel@vger.kernel.org
5175 S:      Orphan
5176 F:      Documentation/filesystems/hfsplus.txt
5177 F:      fs/hfsplus/
5178
5179 HGA FRAMEBUFFER DRIVER
5180 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5181 L:      linux-nvidia@lists.surfsouth.com
5182 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5183 S:      Maintained
5184 F:      drivers/video/fbdev/hgafb.c
5185
5186 HIBERNATION (aka Software Suspend, aka swsusp)
5187 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5188 M:      Pavel Machek <pavel@ucw.cz>
5189 L:      linux-pm@vger.kernel.org
5190 S:      Supported
5191 F:      arch/x86/power/
5192 F:      drivers/base/power/
5193 F:      kernel/power/
5194 F:      include/linux/suspend.h
5195 F:      include/linux/freezer.h
5196 F:      include/linux/pm.h
5197 F:      arch/*/include/asm/suspend*.h
5198
5199 HID CORE LAYER
5200 M:      Jiri Kosina <jikos@kernel.org>
5201 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5202 L:      linux-input@vger.kernel.org
5203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5204 S:      Maintained
5205 F:      drivers/hid/
5206 F:      include/linux/hid*
5207 F:      include/uapi/linux/hid*
5208
5209 HID SENSOR HUB DRIVERS
5210 M:      Jiri Kosina <jikos@kernel.org>
5211 M:      Jonathan Cameron <jic23@kernel.org>
5212 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5213 L:      linux-input@vger.kernel.org
5214 L:      linux-iio@vger.kernel.org
5215 S:      Maintained
5216 F:      Documentation/hid/hid-sensor*
5217 F:      drivers/hid/hid-sensor-*
5218 F:      drivers/iio/*/hid-*
5219 F:      include/linux/hid-sensor-*
5220
5221 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5222 M:      Thomas Gleixner <tglx@linutronix.de>
5223 L:      linux-kernel@vger.kernel.org
5224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5225 S:      Maintained
5226 F:      Documentation/timers/
5227 F:      kernel/time/hrtimer.c
5228 F:      kernel/time/clockevents.c
5229 F:      kernel/time/tick*.*
5230 F:      kernel/time/timer_*.c
5231 F:      include/linux/clockchips.h
5232 F:      include/linux/hrtimer.h
5233
5234 HIGH-SPEED SCC DRIVER FOR AX.25
5235 L:      linux-hams@vger.kernel.org
5236 S:      Orphan
5237 F:      drivers/net/hamradio/dmascc.c
5238 F:      drivers/net/hamradio/scc.c
5239
5240 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5241 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5242 W:      http://www.highpoint-tech.com
5243 S:      Supported
5244 F:      Documentation/scsi/hptiop.txt
5245 F:      drivers/scsi/hptiop.c
5246
5247 HIPPI
5248 M:      Jes Sorensen <jes@trained-monkey.org>
5249 L:      linux-hippi@sunsite.dk
5250 S:      Maintained
5251 F:      include/linux/hippidevice.h
5252 F:      include/uapi/linux/if_hippi.h
5253 F:      net/802/hippi.c
5254 F:      drivers/net/hippi/
5255
5256 HISILICON SAS Controller
5257 M:      John Garry <john.garry@huawei.com>
5258 W:      http://www.hisilicon.com
5259 S:      Supported
5260 F:      drivers/scsi/hisi_sas/
5261 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5262
5263 HOST AP DRIVER
5264 M:      Jouni Malinen <j@w1.fi>
5265 L:      hostap@shmoo.com (subscribers-only)
5266 L:      linux-wireless@vger.kernel.org
5267 W:      http://hostap.epitest.fi/
5268 S:      Maintained
5269 F:      drivers/net/wireless/intersil/hostap/
5270
5271 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5272 L:      platform-driver-x86@vger.kernel.org
5273 S:      Orphan
5274 F:      drivers/platform/x86/tc1100-wmi.c
5275
5276 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5277 M:      Jaroslav Kysela <perex@perex.cz>
5278 S:      Maintained
5279 F:      drivers/net/ethernet/hp/hp100.*
5280
5281 HPET:   High Precision Event Timers driver
5282 M:      Clemens Ladisch <clemens@ladisch.de>
5283 S:      Maintained
5284 F:      Documentation/timers/hpet.txt
5285 F:      drivers/char/hpet.c
5286 F:      include/linux/hpet.h
5287 F:      include/uapi/linux/hpet.h
5288
5289 HPET:   x86
5290 S:      Orphan
5291 F:      arch/x86/kernel/hpet.c
5292 F:      arch/x86/include/asm/hpet.h
5293
5294 HPFS FILESYSTEM
5295 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5296 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5297 S:      Maintained
5298 F:      fs/hpfs/
5299
5300 HSI SUBSYSTEM
5301 M:      Sebastian Reichel <sre@kernel.org>
5302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5303 S:      Maintained
5304 F:      Documentation/ABI/testing/sysfs-bus-hsi
5305 F:      Documentation/hsi.txt
5306 F:      drivers/hsi/
5307 F:      include/linux/hsi/
5308 F:      include/uapi/linux/hsi/
5309
5310 HSO 3G MODEM DRIVER
5311 M:      Jan Dumon <j.dumon@option.com>
5312 W:      http://www.pharscape.org
5313 S:      Maintained
5314 F:      drivers/net/usb/hso.c
5315
5316 HSR NETWORK PROTOCOL
5317 M:      Arvid Brodin <arvid.brodin@alten.se>
5318 L:      netdev@vger.kernel.org
5319 S:      Maintained
5320 F:      net/hsr/
5321
5322 HTCPEN TOUCHSCREEN DRIVER
5323 M:      Pau Oliva Fora <pof@eslack.org>
5324 L:      linux-input@vger.kernel.org
5325 S:      Maintained
5326 F:      drivers/input/touchscreen/htcpen.c
5327
5328 HUGETLB FILESYSTEM
5329 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5330 S:      Maintained
5331 F:      fs/hugetlbfs/
5332
5333 Hyper-V CORE AND DRIVERS
5334 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5335 M:      Haiyang Zhang <haiyangz@microsoft.com>
5336 L:      devel@linuxdriverproject.org
5337 S:      Maintained
5338 F:      arch/x86/include/asm/mshyperv.h
5339 F:      arch/x86/include/uapi/asm/hyperv.h
5340 F:      arch/x86/kernel/cpu/mshyperv.c
5341 F:      drivers/hid/hid-hyperv.c
5342 F:      drivers/hv/
5343 F:      drivers/input/serio/hyperv-keyboard.c
5344 F:      drivers/pci/host/pci-hyperv.c
5345 F:      drivers/net/hyperv/
5346 F:      drivers/scsi/storvsc_drv.c
5347 F:      drivers/video/fbdev/hyperv_fb.c
5348 F:      include/linux/hyperv.h
5349 F:      tools/hv/
5350 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5351
5352 I2C MUXES
5353 M:      Peter Rosin <peda@axentia.se>
5354 L:      linux-i2c@vger.kernel.org
5355 S:      Maintained
5356 F:      Documentation/i2c/i2c-topology
5357 F:      Documentation/i2c/muxes/
5358 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5359 F:      drivers/i2c/i2c-mux.c
5360 F:      drivers/i2c/muxes/
5361 F:      include/linux/i2c-mux.h
5362
5363 I2C OVER PARALLEL PORT
5364 M:      Jean Delvare <jdelvare@suse.com>
5365 L:      linux-i2c@vger.kernel.org
5366 S:      Maintained
5367 F:      Documentation/i2c/busses/i2c-parport
5368 F:      Documentation/i2c/busses/i2c-parport-light
5369 F:      drivers/i2c/busses/i2c-parport.c
5370 F:      drivers/i2c/busses/i2c-parport-light.c
5371
5372 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5373 M:      Jean Delvare <jdelvare@suse.com>
5374 L:      linux-i2c@vger.kernel.org
5375 S:      Maintained
5376 F:      Documentation/i2c/busses/i2c-ali1535
5377 F:      Documentation/i2c/busses/i2c-ali1563
5378 F:      Documentation/i2c/busses/i2c-ali15x3
5379 F:      Documentation/i2c/busses/i2c-amd756
5380 F:      Documentation/i2c/busses/i2c-amd8111
5381 F:      Documentation/i2c/busses/i2c-i801
5382 F:      Documentation/i2c/busses/i2c-nforce2
5383 F:      Documentation/i2c/busses/i2c-piix4
5384 F:      Documentation/i2c/busses/i2c-sis5595
5385 F:      Documentation/i2c/busses/i2c-sis630
5386 F:      Documentation/i2c/busses/i2c-sis96x
5387 F:      Documentation/i2c/busses/i2c-via
5388 F:      Documentation/i2c/busses/i2c-viapro
5389 F:      drivers/i2c/busses/i2c-ali1535.c
5390 F:      drivers/i2c/busses/i2c-ali1563.c
5391 F:      drivers/i2c/busses/i2c-ali15x3.c
5392 F:      drivers/i2c/busses/i2c-amd756.c
5393 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5394 F:      drivers/i2c/busses/i2c-amd8111.c
5395 F:      drivers/i2c/busses/i2c-i801.c
5396 F:      drivers/i2c/busses/i2c-isch.c
5397 F:      drivers/i2c/busses/i2c-nforce2.c
5398 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5399 F:      drivers/i2c/busses/i2c-piix4.c
5400 F:      drivers/i2c/busses/i2c-sis5595.c
5401 F:      drivers/i2c/busses/i2c-sis630.c
5402 F:      drivers/i2c/busses/i2c-sis96x.c
5403 F:      drivers/i2c/busses/i2c-via.c
5404 F:      drivers/i2c/busses/i2c-viapro.c
5405
5406 I2C/SMBUS ISMT DRIVER
5407 M:      Seth Heasley <seth.heasley@intel.com>
5408 M:      Neil Horman <nhorman@tuxdriver.com>
5409 L:      linux-i2c@vger.kernel.org
5410 F:      drivers/i2c/busses/i2c-ismt.c
5411 F:      Documentation/i2c/busses/i2c-ismt
5412
5413 I2C/SMBUS STUB DRIVER
5414 M:      Jean Delvare <jdelvare@suse.com>
5415 L:      linux-i2c@vger.kernel.org
5416 S:      Maintained
5417 F:      drivers/i2c/i2c-stub.c
5418
5419 I2C SUBSYSTEM
5420 M:      Wolfram Sang <wsa@the-dreams.de>
5421 L:      linux-i2c@vger.kernel.org
5422 W:      https://i2c.wiki.kernel.org/
5423 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5424 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5425 S:      Maintained
5426 F:      Documentation/devicetree/bindings/i2c/
5427 F:      Documentation/i2c/
5428 F:      drivers/i2c/
5429 F:      drivers/i2c/*/
5430 F:      include/linux/i2c.h
5431 F:      include/linux/i2c-*.h
5432 F:      include/uapi/linux/i2c.h
5433 F:      include/uapi/linux/i2c-*.h
5434
5435 I2C ACPI SUPPORT
5436 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5437 L:      linux-i2c@vger.kernel.org
5438 L:      linux-acpi@vger.kernel.org
5439 S:      Maintained
5440
5441 I2C-TAOS-EVM DRIVER
5442 M:      Jean Delvare <jdelvare@suse.com>
5443 L:      linux-i2c@vger.kernel.org
5444 S:      Maintained
5445 F:      Documentation/i2c/busses/i2c-taos-evm
5446 F:      drivers/i2c/busses/i2c-taos-evm.c
5447
5448 I2C-TINY-USB DRIVER
5449 M:      Till Harbaum <till@harbaum.org>
5450 L:      linux-i2c@vger.kernel.org
5451 W:      http://www.harbaum.org/till/i2c_tiny_usb
5452 S:      Maintained
5453 F:      drivers/i2c/busses/i2c-tiny-usb.c
5454
5455 i386 BOOT CODE
5456 M:      "H. Peter Anvin" <hpa@zytor.com>
5457 S:      Maintained
5458 F:      arch/x86/boot/
5459
5460 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5461 M:      "H. Peter Anvin" <hpa@zytor.com>
5462 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5463 S:      Maintained
5464
5465 IA64 (Itanium) PLATFORM
5466 M:      Tony Luck <tony.luck@intel.com>
5467 M:      Fenghua Yu <fenghua.yu@intel.com>
5468 L:      linux-ia64@vger.kernel.org
5469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5470 S:      Maintained
5471 F:      arch/ia64/
5472
5473 IBM Power VMX Cryptographic instructions
5474 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5475 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5476 L:      linux-crypto@vger.kernel.org
5477 S:      Supported
5478 F:      drivers/crypto/vmx/Makefile
5479 F:      drivers/crypto/vmx/Kconfig
5480 F:      drivers/crypto/vmx/vmx.c
5481 F:      drivers/crypto/vmx/aes*
5482 F:      drivers/crypto/vmx/ghash*
5483 F:      drivers/crypto/vmx/ppc-xlate.pl
5484
5485 IBM Power in-Nest Crypto Acceleration
5486 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5487 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5488 L:      linux-crypto@vger.kernel.org
5489 S:      Supported
5490 F:      drivers/crypto/nx/Makefile
5491 F:      drivers/crypto/nx/Kconfig
5492 F:      drivers/crypto/nx/nx-aes*
5493 F:      drivers/crypto/nx/nx-sha*
5494 F:      drivers/crypto/nx/nx.*
5495 F:      drivers/crypto/nx/nx_csbcpb.h
5496 F:      drivers/crypto/nx/nx_debugfs.h
5497
5498 IBM Power 842 compression accelerator
5499 M:      Dan Streetman <ddstreet@ieee.org>
5500 S:      Supported
5501 F:      drivers/crypto/nx/Makefile
5502 F:      drivers/crypto/nx/Kconfig
5503 F:      drivers/crypto/nx/nx-842*
5504 F:      include/linux/sw842.h
5505 F:      crypto/842.c
5506 F:      lib/842/
5507
5508 IBM Power Linux RAID adapter
5509 M:      Brian King <brking@us.ibm.com>
5510 S:      Supported
5511 F:      drivers/scsi/ipr.*
5512
5513 IBM Power Virtual Ethernet Device Driver
5514 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5515 L:      netdev@vger.kernel.org
5516 S:      Supported
5517 F:      drivers/net/ethernet/ibm/ibmveth.*
5518
5519 IBM Power SRIOV Virtual NIC Device Driver
5520 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5521 M:      John Allen <jallen@linux.vnet.ibm.com>
5522 L:      netdev@vger.kernel.org
5523 S:      Supported
5524 F:      drivers/net/ethernet/ibm/ibmvnic.*
5525
5526 IBM Power Virtual SCSI Device Drivers
5527 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5528 L:      linux-scsi@vger.kernel.org
5529 S:      Supported
5530 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5531 F:      drivers/scsi/ibmvscsi/viosrp.h
5532
5533 IBM Power Virtual FC Device Drivers
5534 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5535 L:      linux-scsi@vger.kernel.org
5536 S:      Supported
5537 F:      drivers/scsi/ibmvscsi/ibmvfc*
5538
5539 IBM ServeRAID RAID DRIVER
5540 S:      Orphan
5541 F:      drivers/scsi/ips.*
5542
5543 ICH LPC AND GPIO DRIVER
5544 M:      Peter Tyser <ptyser@xes-inc.com>
5545 S:      Maintained
5546 F:      drivers/mfd/lpc_ich.c
5547 F:      drivers/gpio/gpio-ich.c
5548
5549 IDE SUBSYSTEM
5550 M:      "David S. Miller" <davem@davemloft.net>
5551 L:      linux-ide@vger.kernel.org
5552 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5554 S:      Maintained
5555 F:      Documentation/ide/
5556 F:      drivers/ide/
5557 F:      include/linux/ide.h
5558
5559 IDEAPAD LAPTOP EXTRAS DRIVER
5560 M:      Ike Panhc <ike.pan@canonical.com>
5561 L:      platform-driver-x86@vger.kernel.org
5562 W:      http://launchpad.net/ideapad-laptop
5563 S:      Maintained
5564 F:      drivers/platform/x86/ideapad-laptop.c
5565
5566 IDEAPAD LAPTOP SLIDEBAR DRIVER
5567 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5568 L:      linux-input@vger.kernel.org
5569 W:      https://github.com/o2genum/ideapad-slidebar
5570 S:      Maintained
5571 F:      drivers/input/misc/ideapad_slidebar.c
5572
5573 IDE/ATAPI DRIVERS
5574 M:      Borislav Petkov <bp@alien8.de>
5575 L:      linux-ide@vger.kernel.org
5576 S:      Maintained
5577 F:      Documentation/cdrom/ide-cd
5578 F:      drivers/ide/ide-cd*
5579
5580 IDLE-I7300
5581 M:      Andy Henroid <andrew.d.henroid@intel.com>
5582 L:      linux-pm@vger.kernel.org
5583 S:      Supported
5584 F:      drivers/idle/i7300_idle.c
5585
5586 IEEE 802.15.4 SUBSYSTEM
5587 M:      Alexander Aring <aar@pengutronix.de>
5588 L:      linux-wpan@vger.kernel.org
5589 W:      http://wpan.cakelab.org/
5590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
5591 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
5592 S:      Maintained
5593 F:      net/ieee802154/
5594 F:      net/mac802154/
5595 F:      drivers/net/ieee802154/
5596 F:      include/linux/nl802154.h
5597 F:      include/linux/ieee802154.h
5598 F:      include/net/nl802154.h
5599 F:      include/net/mac802154.h
5600 F:      include/net/af_ieee802154.h
5601 F:      include/net/cfg802154.h
5602 F:      include/net/ieee802154_netdev.h
5603 F:      Documentation/networking/ieee802154.txt
5604
5605 IGORPLUG-USB IR RECEIVER
5606 M:      Sean Young <sean@mess.org>
5607 L:      linux-media@vger.kernel.org
5608 S:      Maintained
5609 F:      drivers/media/rc/igorplugusb.c
5610
5611 IGUANAWORKS USB IR TRANSCEIVER
5612 M:      Sean Young <sean@mess.org>
5613 L:      linux-media@vger.kernel.org
5614 S:      Maintained
5615 F:      drivers/media/rc/iguanair.c
5616
5617 IIO SUBSYSTEM AND DRIVERS
5618 M:      Jonathan Cameron <jic23@kernel.org>
5619 R:      Hartmut Knaack <knaack.h@gmx.de>
5620 R:      Lars-Peter Clausen <lars@metafoo.de>
5621 R:      Peter Meerwald <pmeerw@pmeerw.net>
5622 L:      linux-iio@vger.kernel.org
5623 S:      Maintained
5624 F:      drivers/iio/
5625 F:      drivers/staging/iio/
5626 F:      include/linux/iio/
5627 F:      tools/iio/
5628
5629 IKANOS/ADI EAGLE ADSL USB DRIVER
5630 M:      Matthieu Castet <castet.matthieu@free.fr>
5631 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5632 S:      Maintained
5633 F:      drivers/usb/atm/ueagle-atm.c
5634
5635 INA209 HARDWARE MONITOR DRIVER
5636 M:      Guenter Roeck <linux@roeck-us.net>
5637 L:      linux-hwmon@vger.kernel.org
5638 S:      Maintained
5639 F:      Documentation/hwmon/ina209
5640 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5641 F:      drivers/hwmon/ina209.c
5642
5643 INA2XX HARDWARE MONITOR DRIVER
5644 M:      Guenter Roeck <linux@roeck-us.net>
5645 L:      linux-hwmon@vger.kernel.org
5646 S:      Maintained
5647 F:      Documentation/hwmon/ina2xx
5648 F:      drivers/hwmon/ina2xx.c
5649 F:      include/linux/platform_data/ina2xx.h
5650
5651 INDUSTRY PACK SUBSYSTEM (IPACK)
5652 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5653 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5654 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5655 L:      industrypack-devel@lists.sourceforge.net
5656 W:      http://industrypack.sourceforge.net
5657 S:      Maintained
5658 F:      drivers/ipack/
5659
5660 INGENIC JZ4780 DMA Driver
5661 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5662 S:      Maintained
5663 F:      drivers/dma/dma-jz4780.c
5664
5665 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5666 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5667 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5668 L:      linux-ima-devel@lists.sourceforge.net
5669 L:      linux-ima-user@lists.sourceforge.net
5670 L:      linux-security-module@vger.kernel.org
5671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5672 S:      Supported
5673 F:      security/integrity/ima/
5674
5675 IMGTEC IR DECODER DRIVER
5676 M:      James Hogan <james.hogan@imgtec.com>
5677 S:      Maintained
5678 F:      drivers/media/rc/img-ir/
5679
5680 IMS TWINTURBO FRAMEBUFFER DRIVER
5681 L:      linux-fbdev@vger.kernel.org
5682 S:      Orphan
5683 F:      drivers/video/fbdev/imsttfb.c
5684
5685 INFINIBAND SUBSYSTEM
5686 M:      Doug Ledford <dledford@redhat.com>
5687 M:      Sean Hefty <sean.hefty@intel.com>
5688 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5689 L:      linux-rdma@vger.kernel.org
5690 W:      http://www.openfabrics.org/
5691 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5692 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5693 S:      Supported
5694 F:      Documentation/infiniband/
5695 F:      drivers/infiniband/
5696 F:      drivers/staging/rdma/
5697 F:      include/uapi/linux/if_infiniband.h
5698 F:      include/uapi/rdma/
5699 F:      include/rdma/
5700
5701 INOTIFY
5702 M:      John McCutchan <john@johnmccutchan.com>
5703 M:      Robert Love <rlove@rlove.org>
5704 M:      Eric Paris <eparis@parisplace.org>
5705 S:      Maintained
5706 F:      Documentation/filesystems/inotify.txt
5707 F:      fs/notify/inotify/
5708 F:      include/linux/inotify.h
5709 F:      include/uapi/linux/inotify.h
5710
5711 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5712 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5713 L:      linux-input@vger.kernel.org
5714 Q:      http://patchwork.kernel.org/project/linux-input/list/
5715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5716 S:      Maintained
5717 F:      drivers/input/
5718 F:      include/linux/input.h
5719 F:      include/uapi/linux/input.h
5720 F:      include/linux/input/
5721 F:      Documentation/devicetree/bindings/input/
5722
5723 INPUT MULTITOUCH (MT) PROTOCOL
5724 M:      Henrik Rydberg <rydberg@bitmath.org>
5725 L:      linux-input@vger.kernel.org
5726 S:      Odd fixes
5727 F:      Documentation/input/multi-touch-protocol.txt
5728 F:      drivers/input/input-mt.c
5729 K:      \b(ABS|SYN)_MT_
5730
5731 INTEL ASoC BDW/HSW DRIVERS
5732 M:      Jie Yang <yang.jie@linux.intel.com>
5733 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5734 S:      Supported
5735 F:      sound/soc/intel/common/sst-dsp*
5736 F:      sound/soc/intel/common/sst-firmware.c
5737 F:      sound/soc/intel/boards/broadwell.c
5738 F:      sound/soc/intel/haswell/
5739
5740 INTEL C600 SERIES SAS CONTROLLER DRIVER
5741 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5742 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5743 L:      linux-scsi@vger.kernel.org
5744 T:      git git://git.code.sf.net/p/intel-sas/isci
5745 S:      Supported
5746 F:      drivers/scsi/isci/
5747
5748 INTEL HID EVENT DRIVER
5749 M:      Alex Hung <alex.hung@canonical.com>
5750 L:      platform-driver-x86@vger.kernel.org
5751 S:      Maintained
5752 F:      drivers/platform/x86/intel-hid.c
5753
5754 INTEL IDLE DRIVER
5755 M:      Len Brown <lenb@kernel.org>
5756 L:      linux-pm@vger.kernel.org
5757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5758 S:      Supported
5759 F:      drivers/idle/intel_idle.c
5760
5761 INTEL PSTATE DRIVER
5762 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5763 M:      Len Brown <lenb@kernel.org>
5764 L:      linux-pm@vger.kernel.org
5765 S:      Supported
5766 F:      drivers/cpufreq/intel_pstate.c
5767
5768 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5769 M:      Maik Broemme <mbroemme@plusserver.de>
5770 L:      linux-fbdev@vger.kernel.org
5771 S:      Maintained
5772 F:      Documentation/fb/intelfb.txt
5773 F:      drivers/video/fbdev/intelfb/
5774
5775 INTEL 810/815 FRAMEBUFFER DRIVER
5776 M:      Antonino Daplas <adaplas@gmail.com>
5777 L:      linux-fbdev@vger.kernel.org
5778 S:      Maintained
5779 F:      drivers/video/fbdev/i810/
5780
5781 INTEL MENLOW THERMAL DRIVER
5782 M:      Sujith Thomas <sujith.thomas@intel.com>
5783 L:      platform-driver-x86@vger.kernel.org
5784 W:      https://01.org/linux-acpi
5785 S:      Supported
5786 F:      drivers/platform/x86/intel_menlow.c
5787
5788 INTEL I/OAT DMA DRIVER
5789 M:      Dave Jiang <dave.jiang@intel.com>
5790 R:      Dan Williams <dan.j.williams@intel.com>
5791 L:      dmaengine@vger.kernel.org
5792 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5793 S:      Supported
5794 F:      drivers/dma/ioat*
5795
5796 INTEL IOMMU (VT-d)
5797 M:      David Woodhouse <dwmw2@infradead.org>
5798 L:      iommu@lists.linux-foundation.org
5799 T:      git git://git.infradead.org/iommu-2.6.git
5800 S:      Supported
5801 F:      drivers/iommu/intel-iommu.c
5802 F:      include/linux/intel-iommu.h
5803
5804 INTEL IOP-ADMA DMA DRIVER
5805 R:      Dan Williams <dan.j.williams@intel.com>
5806 S:      Odd fixes
5807 F:      drivers/dma/iop-adma.c
5808
5809 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5810 M:      Krzysztof Halasa <khalasa@piap.pl>
5811 S:      Maintained
5812 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5813 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5814 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5815 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5816 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5817 F:      drivers/net/wan/ixp4xx_hss.c
5818
5819 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5820 M:      Deepak Saxena <dsaxena@plexity.net>
5821 S:      Maintained
5822 F:      drivers/char/hw_random/ixp4xx-rng.c
5823
5824 INTEL ETHERNET DRIVERS
5825 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5826 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
5827 W:      http://www.intel.com/support/feedback.htm
5828 W:      http://e1000.sourceforge.net/
5829 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5830 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5832 S:      Supported
5833 F:      Documentation/networking/e100.txt
5834 F:      Documentation/networking/e1000.txt
5835 F:      Documentation/networking/e1000e.txt
5836 F:      Documentation/networking/igb.txt
5837 F:      Documentation/networking/igbvf.txt
5838 F:      Documentation/networking/ixgb.txt
5839 F:      Documentation/networking/ixgbe.txt
5840 F:      Documentation/networking/ixgbevf.txt
5841 F:      Documentation/networking/i40e.txt
5842 F:      Documentation/networking/i40evf.txt
5843 F:      drivers/net/ethernet/intel/
5844 F:      drivers/net/ethernet/intel/*/
5845
5846 INTEL RDMA RNIC DRIVER
5847 M:     Faisal Latif <faisal.latif@intel.com>
5848 R:     Chien Tin Tung <chien.tin.tung@intel.com>
5849 R:     Mustafa Ismail <mustafa.ismail@intel.com>
5850 R:     Shiraz Saleem <shiraz.saleem@intel.com>
5851 R:     Tatyana Nikolova <tatyana.e.nikolova@intel.com>
5852 L:     linux-rdma@vger.kernel.org
5853 S:     Supported
5854 F:     drivers/infiniband/hw/i40iw/
5855
5856 INTEL-MID GPIO DRIVER
5857 M:      David Cohen <david.a.cohen@linux.intel.com>
5858 L:      linux-gpio@vger.kernel.org
5859 S:      Maintained
5860 F:      drivers/gpio/gpio-intel-mid.c
5861
5862 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5863 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5864 L:      linux-wireless@vger.kernel.org
5865 S:      Maintained
5866 F:      Documentation/networking/README.ipw2100
5867 F:      Documentation/networking/README.ipw2200
5868 F:      drivers/net/wireless/intel/ipw2x00/
5869
5870 INTEL(R) TRACE HUB
5871 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
5872 S:      Supported
5873 F:      Documentation/trace/intel_th.txt
5874 F:      drivers/hwtracing/intel_th/
5875
5876 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5877 M:      Ning Sun <ning.sun@intel.com>
5878 L:      tboot-devel@lists.sourceforge.net
5879 W:      http://tboot.sourceforge.net
5880 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5881 S:      Supported
5882 F:      Documentation/intel_txt.txt
5883 F:      include/linux/tboot.h
5884 F:      arch/x86/kernel/tboot.c
5885
5886 INTEL WIRELESS WIMAX CONNECTION 2400
5887 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5888 M:      linux-wimax@intel.com
5889 L:      wimax@linuxwimax.org (subscribers-only)
5890 S:      Supported
5891 W:      http://linuxwimax.org
5892 F:      Documentation/wimax/README.i2400m
5893 F:      drivers/net/wimax/i2400m/
5894 F:      include/uapi/linux/wimax/i2400m.h
5895
5896 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5897 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5898 L:      linux-wireless@vger.kernel.org
5899 S:      Supported
5900 F:      drivers/net/wireless/intel/iwlegacy/
5901
5902 INTEL WIRELESS WIFI LINK (iwlwifi)
5903 M:      Johannes Berg <johannes.berg@intel.com>
5904 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5905 M:      Luca Coelho <luciano.coelho@intel.com>
5906 M:      Intel Linux Wireless <linuxwifi@intel.com>
5907 L:      linux-wireless@vger.kernel.org
5908 W:      http://intellinuxwireless.org
5909 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5910 S:      Supported
5911 F:      drivers/net/wireless/intel/iwlwifi/
5912
5913 INTEL MANAGEMENT ENGINE (mei)
5914 M:      Tomas Winkler <tomas.winkler@intel.com>
5915 L:      linux-kernel@vger.kernel.org
5916 S:      Supported
5917 F:      include/uapi/linux/mei.h
5918 F:      include/linux/mei_cl_bus.h
5919 F:      drivers/misc/mei/*
5920 F:      drivers/watchdog/mei_wdt.c
5921 F:      Documentation/misc-devices/mei/*
5922
5923 INTEL MIC DRIVERS (mic)
5924 M:      Sudeep Dutt <sudeep.dutt@intel.com>
5925 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
5926 S:      Supported
5927 W:      https://github.com/sudeepdutt/mic
5928 W:      http://software.intel.com/en-us/mic-developer
5929 F:      include/linux/mic_bus.h
5930 F:      include/linux/scif.h
5931 F:      include/uapi/linux/mic_common.h
5932 F:      include/uapi/linux/mic_ioctl.h
5933 F:      include/uapi/linux/scif_ioctl.h
5934 F:      drivers/misc/mic/
5935 F:      drivers/dma/mic_x100_dma.c
5936 F:      drivers/dma/mic_x100_dma.h
5937 F:      Documentation/mic/
5938
5939 INTEL PMC/P-Unit IPC DRIVER
5940 M:      Zha Qipeng<qipeng.zha@intel.com>
5941 L:      platform-driver-x86@vger.kernel.org
5942 S:      Maintained
5943 F:      drivers/platform/x86/intel_pmc_ipc.c
5944 F:      drivers/platform/x86/intel_punit_ipc.c
5945 F:      arch/x86/include/asm/intel_pmc_ipc.h
5946 F:      arch/x86/include/asm/intel_punit_ipc.h
5947
5948 INTEL TELEMETRY DRIVER
5949 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
5950 L:      platform-driver-x86@vger.kernel.org
5951 S:      Maintained
5952 F:      arch/x86/include/asm/intel_telemetry.h
5953 F:      drivers/platform/x86/intel_telemetry*
5954
5955 IOC3 ETHERNET DRIVER
5956 M:      Ralf Baechle <ralf@linux-mips.org>
5957 L:      linux-mips@linux-mips.org
5958 S:      Maintained
5959 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5960
5961 IOC3 SERIAL DRIVER
5962 M:      Pat Gefre <pfg@sgi.com>
5963 L:      linux-serial@vger.kernel.org
5964 S:      Maintained
5965 F:      drivers/tty/serial/ioc3_serial.c
5966
5967 IOMMU DRIVERS
5968 M:      Joerg Roedel <joro@8bytes.org>
5969 L:      iommu@lists.linux-foundation.org
5970 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5971 S:      Maintained
5972 F:      drivers/iommu/
5973
5974 IP MASQUERADING
5975 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5976 S:      Maintained
5977 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5978
5979 IPMI SUBSYSTEM
5980 M:      Corey Minyard <minyard@acm.org>
5981 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5982 W:      http://openipmi.sourceforge.net/
5983 S:      Supported
5984 F:      Documentation/IPMI.txt
5985 F:      drivers/char/ipmi/
5986 F:      include/linux/ipmi*
5987 F:      include/uapi/linux/ipmi*
5988
5989 QCOM AUDIO (ASoC) DRIVERS
5990 M:      Patrick Lai <plai@codeaurora.org>
5991 M:      Banajit Goswami <bgoswami@codeaurora.org>
5992 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5993 S:      Supported
5994 F:      sound/soc/qcom/
5995
5996 IPS SCSI RAID DRIVER
5997 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5998 L:      linux-scsi@vger.kernel.org
5999 W:      http://www.adaptec.com/
6000 S:      Maintained
6001 F:      drivers/scsi/ips*
6002
6003 IPVS
6004 M:      Wensong Zhang <wensong@linux-vs.org>
6005 M:      Simon Horman <horms@verge.net.au>
6006 M:      Julian Anastasov <ja@ssi.bg>
6007 L:      netdev@vger.kernel.org
6008 L:      lvs-devel@vger.kernel.org
6009 S:      Maintained
6010 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6011 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6012 F:      Documentation/networking/ipvs-sysctl.txt
6013 F:      include/net/ip_vs.h
6014 F:      include/uapi/linux/ip_vs.h
6015 F:      net/netfilter/ipvs/
6016
6017 IPWIRELESS DRIVER
6018 M:      Jiri Kosina <jikos@kernel.org>
6019 M:      David Sterba <dsterba@suse.com>
6020 S:      Odd Fixes
6021 F:      drivers/tty/ipwireless/
6022
6023 IPX NETWORK LAYER
6024 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6025 L:      netdev@vger.kernel.org
6026 S:      Maintained
6027 F:      include/net/ipx.h
6028 F:      include/uapi/linux/ipx.h
6029 F:      net/ipx/
6030
6031 IRDA SUBSYSTEM
6032 M:      Samuel Ortiz <samuel@sortiz.org>
6033 L:      irda-users@lists.sourceforge.net (subscribers-only)
6034 L:      netdev@vger.kernel.org
6035 W:      http://irda.sourceforge.net/
6036 S:      Maintained
6037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6038 F:      Documentation/networking/irda.txt
6039 F:      drivers/net/irda/
6040 F:      include/net/irda/
6041 F:      net/irda/
6042
6043 IRQ SUBSYSTEM
6044 M:      Thomas Gleixner <tglx@linutronix.de>
6045 L:      linux-kernel@vger.kernel.org
6046 S:      Maintained
6047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6048 F:      kernel/irq/
6049
6050 IRQCHIP DRIVERS
6051 M:      Thomas Gleixner <tglx@linutronix.de>
6052 M:      Jason Cooper <jason@lakedaemon.net>
6053 M:      Marc Zyngier <marc.zyngier@arm.com>
6054 L:      linux-kernel@vger.kernel.org
6055 S:      Maintained
6056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6057 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6058 F:      Documentation/devicetree/bindings/interrupt-controller/
6059 F:      drivers/irqchip/
6060
6061 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6062 M:      Jiang Liu <jiang.liu@linux.intel.com>
6063 M:      Marc Zyngier <marc.zyngier@arm.com>
6064 S:      Maintained
6065 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6066 F:      Documentation/IRQ-domain.txt
6067 F:      include/linux/irqdomain.h
6068 F:      kernel/irq/irqdomain.c
6069 F:      kernel/irq/msi.c
6070
6071 ISAPNP
6072 M:      Jaroslav Kysela <perex@perex.cz>
6073 S:      Maintained
6074 F:      Documentation/isapnp.txt
6075 F:      drivers/pnp/isapnp/
6076 F:      include/linux/isapnp.h
6077
6078 ISA RADIO MODULE
6079 M:      Hans Verkuil <hverkuil@xs4all.nl>
6080 L:      linux-media@vger.kernel.org
6081 T:      git git://linuxtv.org/media_tree.git
6082 W:      https://linuxtv.org
6083 S:      Maintained
6084 F:      drivers/media/radio/radio-isa*
6085
6086 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6087 M:      Peter Jones <pjones@redhat.com>
6088 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6089 S:      Maintained
6090 F:      drivers/firmware/iscsi_ibft*
6091
6092 ISCSI
6093 M:      Mike Christie <michaelc@cs.wisc.edu>
6094 L:      open-iscsi@googlegroups.com
6095 W:      www.open-iscsi.org
6096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6097 S:      Maintained
6098 F:      drivers/scsi/*iscsi*
6099 F:      include/scsi/*iscsi*
6100
6101 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6102 M:      Or Gerlitz <ogerlitz@mellanox.com>
6103 M:      Sagi Grimberg <sagi@grimberg.me>
6104 M:      Roi Dayan <roid@mellanox.com>
6105 L:      linux-rdma@vger.kernel.org
6106 S:      Supported
6107 W:      http://www.openfabrics.org
6108 W:      www.open-iscsi.org
6109 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6110 F:      drivers/infiniband/ulp/iser/
6111
6112 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6113 M:      Sagi Grimberg <sagi@grimberg.me>
6114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6115 L:      linux-rdma@vger.kernel.org
6116 L:      target-devel@vger.kernel.org
6117 S:      Supported
6118 W:      http://www.linux-iscsi.org
6119 F:      drivers/infiniband/ulp/isert
6120
6121 ISDN SUBSYSTEM
6122 M:      Karsten Keil <isdn@linux-pingi.de>
6123 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6124 L:      netdev@vger.kernel.org
6125 W:      http://www.isdn4linux.de
6126 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6127 S:      Maintained
6128 F:      Documentation/isdn/
6129 F:      drivers/isdn/
6130 F:      include/linux/isdn.h
6131 F:      include/linux/isdn/
6132 F:      include/uapi/linux/isdn.h
6133 F:      include/uapi/linux/isdn/
6134
6135 ISDN SUBSYSTEM (Eicon active card driver)
6136 M:      Armin Schindler <mac@melware.de>
6137 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6138 W:      http://www.melware.de
6139 S:      Maintained
6140 F:      drivers/isdn/hardware/eicon/
6141
6142 IT87 HARDWARE MONITORING DRIVER
6143 M:      Jean Delvare <jdelvare@suse.com>
6144 L:      linux-hwmon@vger.kernel.org
6145 S:      Maintained
6146 F:      Documentation/hwmon/it87
6147 F:      drivers/hwmon/it87.c
6148
6149 IT913X MEDIA DRIVER
6150 M:      Antti Palosaari <crope@iki.fi>
6151 L:      linux-media@vger.kernel.org
6152 W:      https://linuxtv.org
6153 W:      http://palosaari.fi/linux/
6154 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6155 T:      git git://linuxtv.org/anttip/media_tree.git
6156 S:      Maintained
6157 F:      drivers/media/tuners/it913x*
6158
6159 IVTV VIDEO4LINUX DRIVER
6160 M:      Andy Walls <awalls@md.metrocast.net>
6161 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6162 L:      linux-media@vger.kernel.org
6163 T:      git git://linuxtv.org/media_tree.git
6164 W:      http://www.ivtvdriver.org
6165 S:      Maintained
6166 F:      Documentation/video4linux/*.ivtv
6167 F:      drivers/media/pci/ivtv/
6168 F:      include/uapi/linux/ivtv*
6169
6170 IX2505V MEDIA DRIVER
6171 M:      Malcolm Priestley <tvboxspy@gmail.com>
6172 L:      linux-media@vger.kernel.org
6173 W:      https://linuxtv.org
6174 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6175 S:      Maintained
6176 F:      drivers/media/dvb-frontends/ix2505v*
6177
6178 JC42.4 TEMPERATURE SENSOR DRIVER
6179 M:      Guenter Roeck <linux@roeck-us.net>
6180 L:      linux-hwmon@vger.kernel.org
6181 S:      Maintained
6182 F:      drivers/hwmon/jc42.c
6183 F:      Documentation/hwmon/jc42
6184
6185 JFS FILESYSTEM
6186 M:      Dave Kleikamp <shaggy@kernel.org>
6187 L:      jfs-discussion@lists.sourceforge.net
6188 W:      http://jfs.sourceforge.net/
6189 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6190 S:      Maintained
6191 F:      Documentation/filesystems/jfs.txt
6192 F:      fs/jfs/
6193
6194 JME NETWORK DRIVER
6195 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6196 L:      netdev@vger.kernel.org
6197 S:      Maintained
6198 F:      drivers/net/ethernet/jme.*
6199
6200 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6201 M:      David Woodhouse <dwmw2@infradead.org>
6202 L:      linux-mtd@lists.infradead.org
6203 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6204 S:      Maintained
6205 F:      fs/jffs2/
6206 F:      include/uapi/linux/jffs2.h
6207
6208 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6209 M:      "Theodore Ts'o" <tytso@mit.edu>
6210 M:      Jan Kara <jack@suse.com>
6211 L:      linux-ext4@vger.kernel.org
6212 S:      Maintained
6213 F:      fs/jbd2/
6214 F:      include/linux/jbd2.h
6215
6216 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6217 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6218 L:      linux-media@vger.kernel.org
6219 S:      Maintained
6220 F:      drivers/media/platform/rcar_jpu.c
6221
6222 JSM Neo PCI based serial card
6223 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6224 L:      linux-serial@vger.kernel.org
6225 S:      Maintained
6226 F:      drivers/tty/serial/jsm/
6227
6228 K10TEMP HARDWARE MONITORING DRIVER
6229 M:      Clemens Ladisch <clemens@ladisch.de>
6230 L:      linux-hwmon@vger.kernel.org
6231 S:      Maintained
6232 F:      Documentation/hwmon/k10temp
6233 F:      drivers/hwmon/k10temp.c
6234
6235 K8TEMP HARDWARE MONITORING DRIVER
6236 M:      Rudolf Marek <r.marek@assembler.cz>
6237 L:      linux-hwmon@vger.kernel.org
6238 S:      Maintained
6239 F:      Documentation/hwmon/k8temp
6240 F:      drivers/hwmon/k8temp.c
6241
6242 KASAN
6243 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6244 R:      Alexander Potapenko <glider@google.com>
6245 R:      Dmitry Vyukov <dvyukov@google.com>
6246 L:      kasan-dev@googlegroups.com
6247 S:      Maintained
6248 F:      arch/*/include/asm/kasan.h
6249 F:      arch/*/mm/kasan_init*
6250 F:      Documentation/kasan.txt
6251 F:      include/linux/kasan.h
6252 F:      lib/test_kasan.c
6253 F:      mm/kasan/
6254 F:      scripts/Makefile.kasan
6255
6256 KCONFIG
6257 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6258 L:      linux-kbuild@vger.kernel.org
6259 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6260 S:      Maintained
6261 F:      Documentation/kbuild/kconfig-language.txt
6262 F:      scripts/kconfig/
6263
6264 KDUMP
6265 M:      Vivek Goyal <vgoyal@redhat.com>
6266 M:      Haren Myneni <hbabu@us.ibm.com>
6267 L:      kexec@lists.infradead.org
6268 W:      http://lse.sourceforge.net/kdump/
6269 S:      Maintained
6270 F:      Documentation/kdump/
6271
6272 KEENE FM RADIO TRANSMITTER DRIVER
6273 M:      Hans Verkuil <hverkuil@xs4all.nl>
6274 L:      linux-media@vger.kernel.org
6275 T:      git git://linuxtv.org/media_tree.git
6276 W:      https://linuxtv.org
6277 S:      Maintained
6278 F:      drivers/media/radio/radio-keene*
6279
6280 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6281 M:      Ian Kent <raven@themaw.net>
6282 L:      autofs@vger.kernel.org
6283 S:      Maintained
6284 F:      fs/autofs4/
6285
6286 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6287 M:      Michal Marek <mmarek@suse.com>
6288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6290 L:      linux-kbuild@vger.kernel.org
6291 S:      Maintained
6292 F:      Documentation/kbuild/
6293 F:      Makefile
6294 F:      scripts/Makefile.*
6295 F:      scripts/basic/
6296 F:      scripts/mk*
6297 F:      scripts/package/
6298
6299 KERNEL JANITORS
6300 L:      kernel-janitors@vger.kernel.org
6301 W:      http://kernelnewbies.org/KernelJanitors
6302 S:      Odd Fixes
6303
6304 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6305 M:      "J. Bruce Fields" <bfields@fieldses.org>
6306 M:      Jeff Layton <jlayton@poochiereds.net>
6307 L:      linux-nfs@vger.kernel.org
6308 W:      http://nfs.sourceforge.net/
6309 T:      git git://linux-nfs.org/~bfields/linux.git
6310 S:      Supported
6311 F:      fs/nfsd/
6312 F:      include/uapi/linux/nfsd/
6313 F:      fs/lockd/
6314 F:      fs/nfs_common/
6315 F:      net/sunrpc/
6316 F:      include/linux/lockd/
6317 F:      include/linux/sunrpc/
6318 F:      include/uapi/linux/sunrpc/
6319
6320 KERNEL SELFTEST FRAMEWORK
6321 M:      Shuah Khan <shuahkh@osg.samsung.com>
6322 L:      linux-kselftest@vger.kernel.org
6323 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6324 S:      Maintained
6325 F:      tools/testing/selftests
6326
6327 KERNEL VIRTUAL MACHINE (KVM)
6328 M:      Paolo Bonzini <pbonzini@redhat.com>
6329 M:      Radim Krčmář <rkrcmar@redhat.com>
6330 L:      kvm@vger.kernel.org
6331 W:      http://www.linux-kvm.org
6332 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6333 S:      Supported
6334 F:      Documentation/*/kvm*.txt
6335 F:      Documentation/virtual/kvm/
6336 F:      arch/*/kvm/
6337 F:      arch/x86/kernel/kvm.c
6338 F:      arch/x86/kernel/kvmclock.c
6339 F:      arch/*/include/asm/kvm*
6340 F:      include/linux/kvm*
6341 F:      include/uapi/linux/kvm*
6342 F:      virt/kvm/
6343
6344 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6345 M:      Joerg Roedel <joro@8bytes.org>
6346 L:      kvm@vger.kernel.org
6347 W:      http://www.linux-kvm.org/
6348 S:      Maintained
6349 F:      arch/x86/include/asm/svm.h
6350 F:      arch/x86/kvm/svm.c
6351
6352 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6353 M:      Alexander Graf <agraf@suse.com>
6354 L:      kvm-ppc@vger.kernel.org
6355 W:      http://www.linux-kvm.org/
6356 T:      git git://github.com/agraf/linux-2.6.git
6357 S:      Supported
6358 F:      arch/powerpc/include/asm/kvm*
6359 F:      arch/powerpc/kvm/
6360
6361 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6362 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6363 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6364 L:      linux-s390@vger.kernel.org
6365 W:      http://www.ibm.com/developerworks/linux/linux390/
6366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6367 S:      Supported
6368 F:      Documentation/s390/kvm.txt
6369 F:      arch/s390/include/asm/kvm*
6370 F:      arch/s390/kvm/
6371
6372 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6373 M:      Christoffer Dall <christoffer.dall@linaro.org>
6374 M:      Marc Zyngier <marc.zyngier@arm.com>
6375 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6376 L:      kvmarm@lists.cs.columbia.edu
6377 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6378 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6379 S:      Supported
6380 F:      arch/arm/include/uapi/asm/kvm*
6381 F:      arch/arm/include/asm/kvm*
6382 F:      arch/arm/kvm/
6383 F:      virt/kvm/arm/
6384 F:      include/kvm/arm_*
6385
6386 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6387 M:      Christoffer Dall <christoffer.dall@linaro.org>
6388 M:      Marc Zyngier <marc.zyngier@arm.com>
6389 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6390 L:      kvmarm@lists.cs.columbia.edu
6391 S:      Maintained
6392 F:      arch/arm64/include/uapi/asm/kvm*
6393 F:      arch/arm64/include/asm/kvm*
6394 F:      arch/arm64/kvm/
6395
6396 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6397 M:      James Hogan <james.hogan@imgtec.com>
6398 L:      linux-mips@linux-mips.org
6399 S:      Supported
6400 F:      arch/mips/include/uapi/asm/kvm*
6401 F:      arch/mips/include/asm/kvm*
6402 F:      arch/mips/kvm/
6403
6404 KEXEC
6405 M:      Eric Biederman <ebiederm@xmission.com>
6406 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6407 L:      kexec@lists.infradead.org
6408 S:      Maintained
6409 F:      include/linux/kexec.h
6410 F:      include/uapi/linux/kexec.h
6411 F:      kernel/kexec.c
6412
6413 KEYS/KEYRINGS:
6414 M:      David Howells <dhowells@redhat.com>
6415 L:      keyrings@vger.kernel.org
6416 S:      Maintained
6417 F:      Documentation/security/keys.txt
6418 F:      include/linux/key.h
6419 F:      include/linux/key-type.h
6420 F:      include/keys/
6421 F:      security/keys/
6422
6423 KEYS-TRUSTED
6424 M:      David Safford <safford@us.ibm.com>
6425 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6426 L:      linux-security-module@vger.kernel.org
6427 L:      keyrings@vger.kernel.org
6428 S:      Supported
6429 F:      Documentation/security/keys-trusted-encrypted.txt
6430 F:      include/keys/trusted-type.h
6431 F:      security/keys/trusted.c
6432 F:      security/keys/trusted.h
6433
6434 KEYS-ENCRYPTED
6435 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6436 M:      David Safford <safford@us.ibm.com>
6437 L:      linux-security-module@vger.kernel.org
6438 L:      keyrings@vger.kernel.org
6439 S:      Supported
6440 F:      Documentation/security/keys-trusted-encrypted.txt
6441 F:      include/keys/encrypted-type.h
6442 F:      security/keys/encrypted-keys/
6443
6444 KGDB / KDB /debug_core
6445 M:      Jason Wessel <jason.wessel@windriver.com>
6446 W:      http://kgdb.wiki.kernel.org/
6447 L:      kgdb-bugreport@lists.sourceforge.net
6448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6449 S:      Maintained
6450 F:      Documentation/DocBook/kgdb.tmpl
6451 F:      drivers/misc/kgdbts.c
6452 F:      drivers/tty/serial/kgdboc.c
6453 F:      include/linux/kdb.h
6454 F:      include/linux/kgdb.h
6455 F:      kernel/debug/
6456
6457 KMEMCHECK
6458 M:      Vegard Nossum <vegardno@ifi.uio.no>
6459 M:      Pekka Enberg <penberg@kernel.org>
6460 S:      Maintained
6461 F:      Documentation/kmemcheck.txt
6462 F:      arch/x86/include/asm/kmemcheck.h
6463 F:      arch/x86/mm/kmemcheck/
6464 F:      include/linux/kmemcheck.h
6465 F:      mm/kmemcheck.c
6466
6467 KMEMLEAK
6468 M:      Catalin Marinas <catalin.marinas@arm.com>
6469 S:      Maintained
6470 F:      Documentation/kmemleak.txt
6471 F:      include/linux/kmemleak.h
6472 F:      mm/kmemleak.c
6473 F:      mm/kmemleak-test.c
6474
6475 KPROBES
6476 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
6477 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6478 M:      "David S. Miller" <davem@davemloft.net>
6479 M:      Masami Hiramatsu <mhiramat@kernel.org>
6480 S:      Maintained
6481 F:      Documentation/kprobes.txt
6482 F:      include/linux/kprobes.h
6483 F:      kernel/kprobes.c
6484
6485 KS0108 LCD CONTROLLER DRIVER
6486 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6487 W:      http://miguelojeda.es/auxdisplay.htm
6488 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6489 S:      Maintained
6490 F:      Documentation/auxdisplay/ks0108
6491 F:      drivers/auxdisplay/ks0108.c
6492 F:      include/linux/ks0108.h
6493
6494 L3MDEV
6495 M:      David Ahern <dsa@cumulusnetworks.com>
6496 L:      netdev@vger.kernel.org
6497 S:      Maintained
6498 F:      net/l3mdev
6499 F:      include/net/l3mdev.h
6500
6501 LANTIQ MIPS ARCHITECTURE
6502 M:      John Crispin <john@phrozen.org>
6503 L:      linux-mips@linux-mips.org
6504 S:      Maintained
6505 F:      arch/mips/lantiq
6506
6507 LAPB module
6508 L:      linux-x25@vger.kernel.org
6509 S:      Orphan
6510 F:      Documentation/networking/lapb-module.txt
6511 F:      include/*/lapb.h
6512 F:      net/lapb/
6513
6514 LASI 53c700 driver for PARISC
6515 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6516 L:      linux-scsi@vger.kernel.org
6517 S:      Maintained
6518 F:      Documentation/scsi/53c700.txt
6519 F:      drivers/scsi/53c700*
6520
6521 LED SUBSYSTEM
6522 M:      Richard Purdie <rpurdie@rpsys.net>
6523 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6524 L:      linux-leds@vger.kernel.org
6525 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6526 S:      Maintained
6527 F:      drivers/leds/
6528 F:      include/linux/leds.h
6529
6530 LEGACY EEPROM DRIVER
6531 M:      Jean Delvare <jdelvare@suse.com>
6532 S:      Maintained
6533 F:      Documentation/misc-devices/eeprom
6534 F:      drivers/misc/eeprom/eeprom.c
6535
6536 LEGO USB Tower driver
6537 M:      Juergen Stuber <starblue@users.sourceforge.net>
6538 L:      legousb-devel@lists.sourceforge.net
6539 W:      http://legousb.sourceforge.net/
6540 S:      Maintained
6541 F:      drivers/usb/misc/legousbtower.c
6542
6543 LG2160 MEDIA DRIVER
6544 M:      Michael Krufky <mkrufky@linuxtv.org>
6545 L:      linux-media@vger.kernel.org
6546 W:      https://linuxtv.org
6547 W:      http://github.com/mkrufky
6548 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6549 T:      git git://linuxtv.org/mkrufky/tuners.git
6550 S:      Maintained
6551 F:      drivers/media/dvb-frontends/lg2160.*
6552
6553 LGDT3305 MEDIA DRIVER
6554 M:      Michael Krufky <mkrufky@linuxtv.org>
6555 L:      linux-media@vger.kernel.org
6556 W:      https://linuxtv.org
6557 W:      http://github.com/mkrufky
6558 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6559 T:      git git://linuxtv.org/mkrufky/tuners.git
6560 S:      Maintained
6561 F:      drivers/media/dvb-frontends/lgdt3305.*
6562
6563 LGUEST
6564 M:      Rusty Russell <rusty@rustcorp.com.au>
6565 L:      lguest@lists.ozlabs.org
6566 W:      http://lguest.ozlabs.org/
6567 S:      Odd Fixes
6568 F:      arch/x86/include/asm/lguest*.h
6569 F:      arch/x86/lguest/
6570 F:      drivers/lguest/
6571 F:      include/linux/lguest*.h
6572 F:      tools/lguest/
6573
6574 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6575 M:      Tejun Heo <tj@kernel.org>
6576 L:      linux-ide@vger.kernel.org
6577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6578 S:      Maintained
6579 F:      drivers/ata/
6580 F:      include/linux/ata.h
6581 F:      include/linux/libata.h
6582
6583 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6584 M:      Viresh Kumar <vireshk@kernel.org>
6585 L:      linux-ide@vger.kernel.org
6586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6587 S:      Maintained
6588 F:      include/linux/pata_arasan_cf_data.h
6589 F:      drivers/ata/pata_arasan_cf.c
6590
6591 LIBATA PATA DRIVERS
6592 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6593 M:      Tejun Heo <tj@kernel.org>
6594 L:      linux-ide@vger.kernel.org
6595 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6596 S:      Maintained
6597 F:      drivers/ata/pata_*.c
6598 F:      drivers/ata/ata_generic.c
6599
6600 LIBATA SATA AHCI PLATFORM devices support
6601 M:      Hans de Goede <hdegoede@redhat.com>
6602 M:      Tejun Heo <tj@kernel.org>
6603 L:      linux-ide@vger.kernel.org
6604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6605 S:      Maintained
6606 F:      drivers/ata/ahci_platform.c
6607 F:      drivers/ata/libahci_platform.c
6608 F:      include/linux/ahci_platform.h
6609
6610 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6611 M:      Mikael Pettersson <mikpelinux@gmail.com>
6612 L:      linux-ide@vger.kernel.org
6613 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6614 S:      Maintained
6615 F:      drivers/ata/sata_promise.*
6616
6617 LIBLOCKDEP
6618 M:      Sasha Levin <sasha.levin@oracle.com>
6619 S:      Maintained
6620 F:      tools/lib/lockdep/
6621
6622 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6623 M:      Dan Williams <dan.j.williams@intel.com>
6624 L:      linux-nvdimm@lists.01.org
6625 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6626 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6627 S:      Supported
6628 F:      drivers/nvdimm/*
6629 F:      include/linux/nd.h
6630 F:      include/linux/libnvdimm.h
6631 F:      include/uapi/linux/ndctl.h
6632
6633 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6634 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6635 L:      linux-nvdimm@lists.01.org
6636 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6637 S:      Supported
6638 F:      drivers/nvdimm/blk.c
6639 F:      drivers/nvdimm/region_devs.c
6640 F:      drivers/acpi/nfit*
6641
6642 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6643 M:      Vishal Verma <vishal.l.verma@intel.com>
6644 L:      linux-nvdimm@lists.01.org
6645 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6646 S:      Supported
6647 F:      drivers/nvdimm/btt*
6648
6649 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6650 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6651 L:      linux-nvdimm@lists.01.org
6652 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6653 S:      Supported
6654 F:      drivers/nvdimm/pmem.c
6655 F:      include/linux/pmem.h
6656 F:      arch/*/include/asm/pmem.h
6657
6658 LIGHTNVM PLATFORM SUPPORT
6659 M:      Matias Bjorling <mb@lightnvm.io>
6660 W:      http://github/OpenChannelSSD
6661 L:      linux-block@vger.kernel.org
6662 S:      Maintained
6663 F:      drivers/lightnvm/
6664 F:      include/linux/lightnvm.h
6665 F:      include/uapi/linux/lightnvm.h
6666
6667 LINUX FOR IBM pSERIES (RS/6000)
6668 M:      Paul Mackerras <paulus@au.ibm.com>
6669 W:      http://www.ibm.com/linux/ltc/projects/ppc
6670 S:      Supported
6671 F:      arch/powerpc/boot/rs6000.h
6672
6673 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6674 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6675 M:      Paul Mackerras <paulus@samba.org>
6676 M:      Michael Ellerman <mpe@ellerman.id.au>
6677 W:      http://www.penguinppc.org/
6678 L:      linuxppc-dev@lists.ozlabs.org
6679 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6680 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6681 S:      Supported
6682 F:      Documentation/powerpc/
6683 F:      arch/powerpc/
6684 F:      drivers/char/tpm/tpm_ibmvtpm*
6685 F:      drivers/crypto/nx/
6686 F:      drivers/crypto/vmx/
6687 F:      drivers/net/ethernet/ibm/ibmveth.*
6688 F:      drivers/net/ethernet/ibm/ibmvnic.*
6689 F:      drivers/pci/hotplug/rpa*
6690 F:      drivers/scsi/ibmvscsi/
6691 N:      opal
6692 N:      /pmac
6693 N:      powermac
6694 N:      powernv
6695 N:      [^a-z0-9]ps3
6696 N:      pseries
6697
6698 LINUX FOR POWER MACINTOSH
6699 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6700 W:      http://www.penguinppc.org/
6701 L:      linuxppc-dev@lists.ozlabs.org
6702 S:      Maintained
6703 F:      arch/powerpc/platforms/powermac/
6704 F:      drivers/macintosh/
6705
6706 LINUX FOR POWERPC EMBEDDED MPC5XXX
6707 M:      Anatolij Gustschin <agust@denx.de>
6708 L:      linuxppc-dev@lists.ozlabs.org
6709 T:      git git://git.denx.de/linux-denx-agust.git
6710 S:      Maintained
6711 F:      arch/powerpc/platforms/512x/
6712 F:      arch/powerpc/platforms/52xx/
6713
6714 LINUX FOR POWERPC EMBEDDED PPC4XX
6715 M:      Alistair Popple <alistair@popple.id.au>
6716 M:      Matt Porter <mporter@kernel.crashing.org>
6717 W:      http://www.penguinppc.org/
6718 L:      linuxppc-dev@lists.ozlabs.org
6719 S:      Maintained
6720 F:      arch/powerpc/platforms/40x/
6721 F:      arch/powerpc/platforms/44x/
6722
6723 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6724 L:      linuxppc-dev@lists.ozlabs.org
6725 S:      Orphan
6726 F:      arch/powerpc/*/*virtex*
6727 F:      arch/powerpc/*/*/*virtex*
6728
6729 LINUX FOR POWERPC EMBEDDED PPC8XX
6730 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6731 W:      http://www.penguinppc.org/
6732 L:      linuxppc-dev@lists.ozlabs.org
6733 S:      Maintained
6734 F:      arch/powerpc/platforms/8xx/
6735
6736 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6737 M:      Scott Wood <oss@buserror.net>
6738 M:      Kumar Gala <galak@kernel.crashing.org>
6739 W:      http://www.penguinppc.org/
6740 L:      linuxppc-dev@lists.ozlabs.org
6741 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6742 S:      Maintained
6743 F:      arch/powerpc/platforms/83xx/
6744 F:      arch/powerpc/platforms/85xx/
6745
6746 LINUX FOR POWERPC PA SEMI PWRFICIENT
6747 M:      Olof Johansson <olof@lixom.net>
6748 L:      linuxppc-dev@lists.ozlabs.org
6749 S:      Maintained
6750 F:      arch/powerpc/platforms/pasemi/
6751 F:      drivers/*/*pasemi*
6752 F:      drivers/*/*/*pasemi*
6753
6754 LINUX SECURITY MODULE (LSM) FRAMEWORK
6755 M:      Chris Wright <chrisw@sous-sol.org>
6756 L:      linux-security-module@vger.kernel.org
6757 S:      Supported
6758
6759 LIS3LV02D ACCELEROMETER DRIVER
6760 M:      Eric Piel <eric.piel@tremplin-utc.net>
6761 S:      Maintained
6762 F:      Documentation/misc-devices/lis3lv02d
6763 F:      drivers/misc/lis3lv02d/
6764 F:      drivers/platform/x86/hp_accel.c
6765
6766 LIVE PATCHING
6767 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6768 M:      Jessica Yu <jeyu@redhat.com>
6769 M:      Jiri Kosina <jikos@kernel.org>
6770 M:      Miroslav Benes <mbenes@suse.cz>
6771 R:      Petr Mladek <pmladek@suse.com>
6772 S:      Maintained
6773 F:      kernel/livepatch/
6774 F:      include/linux/livepatch.h
6775 F:      arch/x86/include/asm/livepatch.h
6776 F:      arch/x86/kernel/livepatch.c
6777 F:      Documentation/livepatch/
6778 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6779 F:      samples/livepatch/
6780 L:      live-patching@vger.kernel.org
6781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6782
6783 LINUX KERNEL DUMP TEST MODULE (LKDTM)
6784 M:      Kees Cook <keescook@chromium.org>
6785 S:      Maintained
6786 F:      drivers/misc/lkdtm.c
6787
6788 LLC (802.2)
6789 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6790 S:      Maintained
6791 F:      include/linux/llc.h
6792 F:      include/uapi/linux/llc.h
6793 F:      include/net/llc*
6794 F:      net/llc/
6795
6796 LM73 HARDWARE MONITOR DRIVER
6797 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6798 L:      linux-hwmon@vger.kernel.org
6799 S:      Maintained
6800 F:      drivers/hwmon/lm73.c
6801
6802 LM78 HARDWARE MONITOR DRIVER
6803 M:      Jean Delvare <jdelvare@suse.com>
6804 L:      linux-hwmon@vger.kernel.org
6805 S:      Maintained
6806 F:      Documentation/hwmon/lm78
6807 F:      drivers/hwmon/lm78.c
6808
6809 LM83 HARDWARE MONITOR DRIVER
6810 M:      Jean Delvare <jdelvare@suse.com>
6811 L:      linux-hwmon@vger.kernel.org
6812 S:      Maintained
6813 F:      Documentation/hwmon/lm83
6814 F:      drivers/hwmon/lm83.c
6815
6816 LM90 HARDWARE MONITOR DRIVER
6817 M:      Jean Delvare <jdelvare@suse.com>
6818 L:      linux-hwmon@vger.kernel.org
6819 S:      Maintained
6820 F:      Documentation/hwmon/lm90
6821 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6822 F:      drivers/hwmon/lm90.c
6823
6824 LM95234 HARDWARE MONITOR DRIVER
6825 M:      Guenter Roeck <linux@roeck-us.net>
6826 L:      linux-hwmon@vger.kernel.org
6827 S:      Maintained
6828 F:      Documentation/hwmon/lm95234
6829 F:      drivers/hwmon/lm95234.c
6830
6831 LME2510 MEDIA DRIVER
6832 M:      Malcolm Priestley <tvboxspy@gmail.com>
6833 L:      linux-media@vger.kernel.org
6834 W:      https://linuxtv.org
6835 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6836 S:      Maintained
6837 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6838
6839 LOCKDEP AND LOCKSTAT
6840 M:      Peter Zijlstra <peterz@infradead.org>
6841 M:      Ingo Molnar <mingo@redhat.com>
6842 L:      linux-kernel@vger.kernel.org
6843 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6844 S:      Maintained
6845 F:      Documentation/locking/lockdep*.txt
6846 F:      Documentation/locking/lockstat.txt
6847 F:      include/linux/lockdep.h
6848 F:      kernel/locking/
6849
6850 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6851 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6852 L:      linux-ntfs-dev@lists.sourceforge.net
6853 W:      http://www.linux-ntfs.org/content/view/19/37/
6854 S:      Maintained
6855 F:      Documentation/ldm.txt
6856 F:      block/partitions/ldm.*
6857
6858 LogFS
6859 M:      Joern Engel <joern@logfs.org>
6860 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6861 L:      logfs@logfs.org
6862 W:      logfs.org
6863 S:      Maintained
6864 F:      fs/logfs/
6865
6866 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6867 M:      Sathya Prakash <sathya.prakash@broadcom.com>
6868 M:      Chaitra P B <chaitra.basappa@broadcom.com>
6869 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
6870 L:      MPT-FusionLinux.pdl@broadcom.com
6871 L:      linux-scsi@vger.kernel.org
6872 W:      http://www.avagotech.com/support/
6873 S:      Supported
6874 F:      drivers/message/fusion/
6875 F:      drivers/scsi/mpt2sas/
6876 F:      drivers/scsi/mpt3sas/
6877
6878 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6879 M:      Matthew Wilcox <matthew@wil.cx>
6880 L:      linux-scsi@vger.kernel.org
6881 S:      Maintained
6882 F:      drivers/scsi/sym53c8xx_2/
6883
6884 LTC4261 HARDWARE MONITOR DRIVER
6885 M:      Guenter Roeck <linux@roeck-us.net>
6886 L:      linux-hwmon@vger.kernel.org
6887 S:      Maintained
6888 F:      Documentation/hwmon/ltc4261
6889 F:      drivers/hwmon/ltc4261.c
6890
6891 LTP (Linux Test Project)
6892 M:      Mike Frysinger <vapier@gentoo.org>
6893 M:      Cyril Hrubis <chrubis@suse.cz>
6894 M:      Wanlong Gao <wanlong.gao@gmail.com>
6895 M:      Jan Stancek <jstancek@redhat.com>
6896 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6897 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6898 L:      ltp@lists.linux.it (subscribers-only)
6899 W:      http://linux-test-project.github.io/
6900 T:      git git://github.com/linux-test-project/ltp.git
6901 S:      Maintained
6902
6903 M32R ARCHITECTURE
6904 W:      http://www.linux-m32r.org/
6905 S:      Orphan
6906 F:      arch/m32r/
6907
6908 M68K ARCHITECTURE
6909 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6910 L:      linux-m68k@lists.linux-m68k.org
6911 W:      http://www.linux-m68k.org/
6912 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6913 S:      Maintained
6914 F:      arch/m68k/
6915 F:      drivers/zorro/
6916
6917 M68K ON APPLE MACINTOSH
6918 M:      Joshua Thompson <funaho@jurai.org>
6919 W:      http://www.mac.linux-m68k.org/
6920 L:      linux-m68k@lists.linux-m68k.org
6921 S:      Maintained
6922 F:      arch/m68k/mac/
6923
6924 M68K ON HP9000/300
6925 M:      Philip Blundell <philb@gnu.org>
6926 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6927 S:      Maintained
6928 F:      arch/m68k/hp300/
6929
6930 M88DS3103 MEDIA DRIVER
6931 M:      Antti Palosaari <crope@iki.fi>
6932 L:      linux-media@vger.kernel.org
6933 W:      https://linuxtv.org
6934 W:      http://palosaari.fi/linux/
6935 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6936 T:      git git://linuxtv.org/anttip/media_tree.git
6937 S:      Maintained
6938 F:      drivers/media/dvb-frontends/m88ds3103*
6939
6940 M88RS2000 MEDIA DRIVER
6941 M:      Malcolm Priestley <tvboxspy@gmail.com>
6942 L:      linux-media@vger.kernel.org
6943 W:      https://linuxtv.org
6944 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6945 S:      Maintained
6946 F:      drivers/media/dvb-frontends/m88rs2000*
6947
6948 MA901 MASTERKIT USB FM RADIO DRIVER
6949 M:      Alexey Klimov <klimov.linux@gmail.com>
6950 L:      linux-media@vger.kernel.org
6951 T:      git git://linuxtv.org/media_tree.git
6952 S:      Maintained
6953 F:      drivers/media/radio/radio-ma901.c
6954
6955 MAC80211
6956 M:      Johannes Berg <johannes@sipsolutions.net>
6957 L:      linux-wireless@vger.kernel.org
6958 W:      http://wireless.kernel.org/
6959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6960 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6961 S:      Maintained
6962 F:      Documentation/networking/mac80211-injection.txt
6963 F:      include/net/mac80211.h
6964 F:      net/mac80211/
6965 F:      drivers/net/wireless/mac80211_hwsim.[ch]
6966
6967 MACVLAN DRIVER
6968 M:      Patrick McHardy <kaber@trash.net>
6969 L:      netdev@vger.kernel.org
6970 S:      Maintained
6971 F:      drivers/net/macvlan.c
6972 F:      include/linux/if_macvlan.h
6973
6974 MAILBOX API
6975 M:      Jassi Brar <jassisinghbrar@gmail.com>
6976 L:      linux-kernel@vger.kernel.org
6977 S:      Maintained
6978 F:      drivers/mailbox/
6979 F:      include/linux/mailbox_client.h
6980 F:      include/linux/mailbox_controller.h
6981
6982 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6983 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6984 W:      http://www.kernel.org/doc/man-pages
6985 L:      linux-man@vger.kernel.org
6986 S:      Maintained
6987
6988 MARVELL ARMADA DRM SUPPORT
6989 M:      Russell King <rmk+kernel@armlinux.org.uk>
6990 S:      Maintained
6991 F:      drivers/gpu/drm/armada/
6992
6993 MARVELL 88E6352 DSA support
6994 M:      Guenter Roeck <linux@roeck-us.net>
6995 S:      Maintained
6996 F:      drivers/net/dsa/mv88e6352.c
6997
6998 MARVELL CRYPTO DRIVER
6999 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7000 M:      Arnaud Ebalard <arno@natisbad.org>
7001 F:      drivers/crypto/marvell/
7002 S:      Maintained
7003 L:      linux-crypto@vger.kernel.org
7004
7005 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7006 M:      Mirko Lindner <mlindner@marvell.com>
7007 M:      Stephen Hemminger <stephen@networkplumber.org>
7008 L:      netdev@vger.kernel.org
7009 S:      Maintained
7010 F:      drivers/net/ethernet/marvell/sk*
7011
7012 MARVELL LIBERTAS WIRELESS DRIVER
7013 L:      libertas-dev@lists.infradead.org
7014 S:      Orphan
7015 F:      drivers/net/wireless/marvell/libertas/
7016
7017 MARVELL MV643XX ETHERNET DRIVER
7018 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7019 L:      netdev@vger.kernel.org
7020 S:      Maintained
7021 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7022 F:      include/linux/mv643xx.h
7023
7024 MARVELL MVNETA ETHERNET DRIVER
7025 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7026 L:      netdev@vger.kernel.org
7027 S:      Maintained
7028 F:      drivers/net/ethernet/marvell/mvneta.*
7029
7030 MARVELL MWIFIEX WIRELESS DRIVER
7031 M:      Amitkumar Karwar <akarwar@marvell.com>
7032 M:      Nishant Sarmukadam <nishants@marvell.com>
7033 L:      linux-wireless@vger.kernel.org
7034 S:      Maintained
7035 F:      drivers/net/wireless/marvell/mwifiex/
7036
7037 MARVELL MWL8K WIRELESS DRIVER
7038 M:      Lennert Buytenhek <buytenh@wantstofly.org>
7039 L:      linux-wireless@vger.kernel.org
7040 S:      Odd Fixes
7041 F:      drivers/net/wireless/marvell/mwl8k.c
7042
7043 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7044 M:      Nicolas Pitre <nico@fluxnic.net>
7045 S:      Odd Fixes
7046 F:      drivers/mmc/host/mvsdio.*
7047
7048 MATROX FRAMEBUFFER DRIVER
7049 L:      linux-fbdev@vger.kernel.org
7050 S:      Orphan
7051 F:      drivers/video/fbdev/matrox/matroxfb_*
7052 F:      include/uapi/linux/matroxfb.h
7053
7054 MAX16065 HARDWARE MONITOR DRIVER
7055 M:      Guenter Roeck <linux@roeck-us.net>
7056 L:      linux-hwmon@vger.kernel.org
7057 S:      Maintained
7058 F:      Documentation/hwmon/max16065
7059 F:      drivers/hwmon/max16065.c
7060
7061 MAX20751 HARDWARE MONITOR DRIVER
7062 M:      Guenter Roeck <linux@roeck-us.net>
7063 L:      linux-hwmon@vger.kernel.org
7064 S:      Maintained
7065 F:      Documentation/hwmon/max20751
7066 F:      drivers/hwmon/max20751.c
7067
7068 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7069 M:      "Hans J. Koch" <hjk@hansjkoch.de>
7070 L:      linux-hwmon@vger.kernel.org
7071 S:      Maintained
7072 F:      Documentation/hwmon/max6650
7073 F:      drivers/hwmon/max6650.c
7074
7075 MAX6697 HARDWARE MONITOR DRIVER
7076 M:      Guenter Roeck <linux@roeck-us.net>
7077 L:      linux-hwmon@vger.kernel.org
7078 S:      Maintained
7079 F:      Documentation/hwmon/max6697
7080 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7081 F:      drivers/hwmon/max6697.c
7082 F:      include/linux/platform_data/max6697.h
7083
7084 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7085 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
7086 L:      linux-pm@vger.kernel.org
7087 S:      Supported
7088 F:      drivers/power/max14577_charger.c
7089 F:      drivers/power/max77693_charger.c
7090
7091 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7092 M:      Javier Martinez Canillas <javier@osg.samsung.com>
7093 L:      linux-kernel@vger.kernel.org
7094 S:      Supported
7095 F:      drivers/*/*max77802*.c
7096 F:      Documentation/devicetree/bindings/*/*max77802.txt
7097 F:      include/dt-bindings/*/*max77802.h
7098
7099 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7100 M:      Chanwoo Choi <cw00.choi@samsung.com>
7101 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
7102 L:      linux-kernel@vger.kernel.org
7103 S:      Supported
7104 F:      drivers/*/max14577*.c
7105 F:      drivers/*/max77686*.c
7106 F:      drivers/*/max77693*.c
7107 F:      drivers/extcon/extcon-max14577.c
7108 F:      drivers/extcon/extcon-max77693.c
7109 F:      drivers/rtc/rtc-max77686.c
7110 F:      drivers/clk/clk-max77686.c
7111 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7112 F:      Documentation/devicetree/bindings/*/max77686.txt
7113 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7114 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7115 F:      include/linux/mfd/max14577*.h
7116 F:      include/linux/mfd/max77686*.h
7117 F:      include/linux/mfd/max77693*.h
7118
7119 MAXIRADIO FM RADIO RECEIVER DRIVER
7120 M:      Hans Verkuil <hverkuil@xs4all.nl>
7121 L:      linux-media@vger.kernel.org
7122 T:      git git://linuxtv.org/media_tree.git
7123 W:      https://linuxtv.org
7124 S:      Maintained
7125 F:      drivers/media/radio/radio-maxiradio*
7126
7127 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7128 M:      Peter Rosin <peda@axentia.se>
7129 L:      linux-iio@vger.kernel.org
7130 S:      Maintained
7131 F:      drivers/iio/potentiometer/mcp4531.c
7132
7133 MEDIA DRIVERS FOR RENESAS - VSP1
7134 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7135 L:      linux-media@vger.kernel.org
7136 L:      linux-renesas-soc@vger.kernel.org
7137 T:      git git://linuxtv.org/media_tree.git
7138 S:      Supported
7139 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7140 F:      drivers/media/platform/vsp1/
7141
7142 MEDIA DRIVERS FOR ASCOT2E
7143 M:      Sergey Kozlov <serjk@netup.ru>
7144 L:      linux-media@vger.kernel.org
7145 W:      https://linuxtv.org
7146 W:      http://netup.tv/
7147 T:      git git://linuxtv.org/media_tree.git
7148 S:      Supported
7149 F:      drivers/media/dvb-frontends/ascot2e*
7150
7151 MEDIA DRIVERS FOR CXD2841ER
7152 M:      Sergey Kozlov <serjk@netup.ru>
7153 L:      linux-media@vger.kernel.org
7154 W:      https://linuxtv.org
7155 W:      http://netup.tv/
7156 T:      git git://linuxtv.org/media_tree.git
7157 S:      Supported
7158 F:      drivers/media/dvb-frontends/cxd2841er*
7159
7160 MEDIA DRIVERS FOR HORUS3A
7161 M:      Sergey Kozlov <serjk@netup.ru>
7162 L:      linux-media@vger.kernel.org
7163 W:      https://linuxtv.org
7164 W:      http://netup.tv/
7165 T:      git git://linuxtv.org/media_tree.git
7166 S:      Supported
7167 F:      drivers/media/dvb-frontends/horus3a*
7168
7169 MEDIA DRIVERS FOR LNBH25
7170 M:      Sergey Kozlov <serjk@netup.ru>
7171 L:      linux-media@vger.kernel.org
7172 W:      https://linuxtv.org
7173 W:      http://netup.tv/
7174 T:      git git://linuxtv.org/media_tree.git
7175 S:      Supported
7176 F:      drivers/media/dvb-frontends/lnbh25*
7177
7178 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7179 M:      Sergey Kozlov <serjk@netup.ru>
7180 L:      linux-media@vger.kernel.org
7181 W:      https://linuxtv.org
7182 W:      http://netup.tv/
7183 T:      git git://linuxtv.org/media_tree.git
7184 S:      Supported
7185 F:      drivers/media/pci/netup_unidvb/*
7186
7187 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7188 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
7189 P:      LinuxTV.org Project
7190 L:      linux-media@vger.kernel.org
7191 W:      https://linuxtv.org
7192 Q:      http://patchwork.kernel.org/project/linux-media/list/
7193 T:      git git://linuxtv.org/media_tree.git
7194 S:      Maintained
7195 F:      Documentation/dvb/
7196 F:      Documentation/video4linux/
7197 F:      Documentation/DocBook/media/
7198 F:      drivers/media/
7199 F:      drivers/staging/media/
7200 F:      include/linux/platform_data/media/
7201 F:      include/media/
7202 F:      include/uapi/linux/dvb/
7203 F:      include/uapi/linux/videodev2.h
7204 F:      include/uapi/linux/media.h
7205 F:      include/uapi/linux/v4l2-*
7206 F:      include/uapi/linux/meye.h
7207 F:      include/uapi/linux/ivtv*
7208 F:      include/uapi/linux/uvcvideo.h
7209
7210 MEDIATEK ETHERNET DRIVER
7211 M:      Felix Fietkau <nbd@openwrt.org>
7212 M:      John Crispin <blogic@openwrt.org>
7213 L:      netdev@vger.kernel.org
7214 S:      Maintained
7215 F:      drivers/net/ethernet/mediatek/
7216
7217 MEDIATEK MT7601U WIRELESS LAN DRIVER
7218 M:      Jakub Kicinski <kubakici@wp.pl>
7219 L:      linux-wireless@vger.kernel.org
7220 S:      Maintained
7221 F:      drivers/net/wireless/mediatek/mt7601u/
7222
7223 MEGARAID SCSI/SAS DRIVERS
7224 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7225 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7226 M:      Uday Lingala <uday.lingala@avagotech.com>
7227 L:      megaraidlinux.pdl@avagotech.com
7228 L:      linux-scsi@vger.kernel.org
7229 W:      http://www.lsi.com
7230 S:      Maintained
7231 F:      Documentation/scsi/megaraid.txt
7232 F:      drivers/scsi/megaraid.*
7233 F:      drivers/scsi/megaraid/
7234
7235 MELLANOX ETHERNET DRIVER (mlx4_en)
7236 M:      Eugenia Emantayev <eugenia@mellanox.com>
7237 L:      netdev@vger.kernel.org
7238 S:      Supported
7239 W:      http://www.mellanox.com
7240 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7241 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7242
7243 MELLANOX ETHERNET DRIVER (mlx5e)
7244 M:      Saeed Mahameed <saeedm@mellanox.com>
7245 L:      netdev@vger.kernel.org
7246 S:      Supported
7247 W:      http://www.mellanox.com
7248 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7249 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7250
7251 MELLANOX ETHERNET SWITCH DRIVERS
7252 M:      Jiri Pirko <jiri@mellanox.com>
7253 M:      Ido Schimmel <idosch@mellanox.com>
7254 L:      netdev@vger.kernel.org
7255 S:      Supported
7256 W:      http://www.mellanox.com
7257 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7258 F:      drivers/net/ethernet/mellanox/mlxsw/
7259
7260 MEMBARRIER SUPPORT
7261 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7262 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7263 L:      linux-kernel@vger.kernel.org
7264 S:      Supported
7265 F:      kernel/membarrier.c
7266 F:      include/uapi/linux/membarrier.h
7267
7268 MEMORY MANAGEMENT
7269 L:      linux-mm@kvack.org
7270 W:      http://www.linux-mm.org
7271 S:      Maintained
7272 F:      include/linux/mm.h
7273 F:      include/linux/gfp.h
7274 F:      include/linux/mmzone.h
7275 F:      include/linux/memory_hotplug.h
7276 F:      include/linux/vmalloc.h
7277 F:      mm/
7278
7279 MEMORY TECHNOLOGY DEVICES (MTD)
7280 M:      David Woodhouse <dwmw2@infradead.org>
7281 M:      Brian Norris <computersforpeace@gmail.com>
7282 L:      linux-mtd@lists.infradead.org
7283 W:      http://www.linux-mtd.infradead.org/
7284 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7285 T:      git git://git.infradead.org/linux-mtd.git
7286 T:      git git://git.infradead.org/l2-mtd.git
7287 S:      Maintained
7288 F:      drivers/mtd/
7289 F:      include/linux/mtd/
7290 F:      include/uapi/mtd/
7291
7292 MEN A21 WATCHDOG DRIVER
7293 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7294 L:      linux-watchdog@vger.kernel.org
7295 S:      Maintained
7296 F:      drivers/watchdog/mena21_wdt.c
7297
7298 MEN CHAMELEON BUS (mcb)
7299 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7300 S:      Maintained
7301 F:      drivers/mcb/
7302 F:      include/linux/mcb.h
7303 F:      Documentation/men-chameleon-bus.txt
7304
7305 MEN F21BMC (Board Management Controller)
7306 M:      Andreas Werner <andreas.werner@men.de>
7307 S:      Supported
7308 F:      drivers/mfd/menf21bmc.c
7309 F:      drivers/watchdog/menf21bmc_wdt.c
7310 F:      drivers/leds/leds-menf21bmc.c
7311 F:      drivers/hwmon/menf21bmc_hwmon.c
7312 F:      Documentation/hwmon/menf21bmc
7313
7314 METAG ARCHITECTURE
7315 M:      James Hogan <james.hogan@imgtec.com>
7316 L:      linux-metag@vger.kernel.org
7317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7318 S:      Odd Fixes
7319 F:      arch/metag/
7320 F:      Documentation/metag/
7321 F:      Documentation/devicetree/bindings/metag/
7322 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7323 F:      drivers/clocksource/metag_generic.c
7324 F:      drivers/irqchip/irq-metag.c
7325 F:      drivers/irqchip/irq-metag-ext.c
7326 F:      drivers/tty/metag_da.c
7327
7328 MICROBLAZE ARCHITECTURE
7329 M:      Michal Simek <monstr@monstr.eu>
7330 W:      http://www.monstr.eu/fdt/
7331 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7332 S:      Supported
7333 F:      arch/microblaze/
7334
7335 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7336 M:      Chen Yu <yu.c.chen@intel.com>
7337 L:      platform-driver-x86@vger.kernel.org
7338 S:      Supported
7339 F:      drivers/platform/x86/surfacepro3_button.c
7340
7341 MICROTEK X6 SCANNER
7342 M:      Oliver Neukum <oliver@neukum.org>
7343 S:      Maintained
7344 F:      drivers/usb/image/microtek.*
7345
7346 MIPS
7347 M:      Ralf Baechle <ralf@linux-mips.org>
7348 L:      linux-mips@linux-mips.org
7349 W:      http://www.linux-mips.org/
7350 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7351 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7352 S:      Supported
7353 F:      Documentation/mips/
7354 F:      arch/mips/
7355
7356 MIPS/LOONGSON1 ARCHITECTURE
7357 M:      Keguang Zhang <keguang.zhang@gmail.com>
7358 L:      linux-mips@linux-mips.org
7359 S:      Maintained
7360 F:      arch/mips/loongson32/
7361 F:      arch/mips/include/asm/mach-loongson32/
7362 F:      drivers/*/*loongson1*
7363 F:      drivers/*/*/*loongson1*
7364
7365 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7366 M:      Hans Verkuil <hverkuil@xs4all.nl>
7367 L:      linux-media@vger.kernel.org
7368 T:      git git://linuxtv.org/media_tree.git
7369 W:      https://linuxtv.org
7370 S:      Odd Fixes
7371 F:      drivers/media/radio/radio-miropcm20*
7372
7373 MELLANOX MLX4 core VPI driver
7374 M:      Yishai Hadas <yishaih@mellanox.com>
7375 L:      netdev@vger.kernel.org
7376 L:      linux-rdma@vger.kernel.org
7377 W:      http://www.mellanox.com
7378 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7379 S:      Supported
7380 F:      drivers/net/ethernet/mellanox/mlx4/
7381 F:      include/linux/mlx4/
7382
7383 MELLANOX MLX4 IB driver
7384 M:      Yishai Hadas <yishaih@mellanox.com>
7385 L:      linux-rdma@vger.kernel.org
7386 W:      http://www.mellanox.com
7387 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7388 S:      Supported
7389 F:      drivers/infiniband/hw/mlx4/
7390 F:      include/linux/mlx4/
7391
7392 MELLANOX MLX5 core VPI driver
7393 M:      Matan Barak <matanb@mellanox.com>
7394 M:      Leon Romanovsky <leonro@mellanox.com>
7395 L:      netdev@vger.kernel.org
7396 L:      linux-rdma@vger.kernel.org
7397 W:      http://www.mellanox.com
7398 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7399 S:      Supported
7400 F:      drivers/net/ethernet/mellanox/mlx5/core/
7401 F:      include/linux/mlx5/
7402
7403 MELLANOX MLX5 IB driver
7404 M:      Matan Barak <matanb@mellanox.com>
7405 M:      Leon Romanovsky <leonro@mellanox.com>
7406 L:      linux-rdma@vger.kernel.org
7407 W:      http://www.mellanox.com
7408 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7409 S:      Supported
7410 F:      drivers/infiniband/hw/mlx5/
7411 F:      include/linux/mlx5/
7412
7413 MELEXIS MLX90614 DRIVER
7414 M:      Crt Mori <cmo@melexis.com>
7415 L:      linux-iio@vger.kernel.org
7416 W:      http://www.melexis.com
7417 S:      Supported
7418 F:      drivers/iio/temperature/mlx90614.c
7419
7420 MN88472 MEDIA DRIVER
7421 M:      Antti Palosaari <crope@iki.fi>
7422 L:      linux-media@vger.kernel.org
7423 W:      https://linuxtv.org
7424 W:      http://palosaari.fi/linux/
7425 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7426 T:      git git://linuxtv.org/anttip/media_tree.git
7427 S:      Maintained
7428 F:      drivers/staging/media/mn88472/
7429 F:      drivers/media/dvb-frontends/mn88472.h
7430
7431 MN88473 MEDIA DRIVER
7432 M:      Antti Palosaari <crope@iki.fi>
7433 L:      linux-media@vger.kernel.org
7434 W:      https://linuxtv.org
7435 W:      http://palosaari.fi/linux/
7436 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7437 S:      Maintained
7438 F:      drivers/media/dvb-frontends/mn88473*
7439
7440 MODULE SUPPORT
7441 M:      Rusty Russell <rusty@rustcorp.com.au>
7442 S:      Maintained
7443 F:      include/linux/module.h
7444 F:      kernel/module.c
7445
7446 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7447 W:      http://popies.net/meye/
7448 S:      Orphan
7449 F:      Documentation/video4linux/meye.txt
7450 F:      drivers/media/pci/meye/
7451 F:      include/uapi/linux/meye.h
7452
7453 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7454 M:      Jiri Slaby <jirislaby@gmail.com>
7455 S:      Maintained
7456 F:      Documentation/serial/moxa-smartio
7457 F:      drivers/tty/mxser.*
7458
7459 MR800 AVERMEDIA USB FM RADIO DRIVER
7460 M:      Alexey Klimov <klimov.linux@gmail.com>
7461 L:      linux-media@vger.kernel.org
7462 T:      git git://linuxtv.org/media_tree.git
7463 S:      Maintained
7464 F:      drivers/media/radio/radio-mr800.c
7465
7466 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7467 M:      Alan Ott <alan@signal11.us>
7468 L:      linux-wpan@vger.kernel.org
7469 S:      Maintained
7470 F:      drivers/net/ieee802154/mrf24j40.c
7471 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7472
7473 MSI LAPTOP SUPPORT
7474 M:      "Lee, Chun-Yi" <jlee@suse.com>
7475 L:      platform-driver-x86@vger.kernel.org
7476 S:      Maintained
7477 F:      drivers/platform/x86/msi-laptop.c
7478
7479 MSI WMI SUPPORT
7480 L:      platform-driver-x86@vger.kernel.org
7481 S:      Orphan
7482 F:      drivers/platform/x86/msi-wmi.c
7483
7484 MSI001 MEDIA DRIVER
7485 M:      Antti Palosaari <crope@iki.fi>
7486 L:      linux-media@vger.kernel.org
7487 W:      https://linuxtv.org
7488 W:      http://palosaari.fi/linux/
7489 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7490 T:      git git://linuxtv.org/anttip/media_tree.git
7491 S:      Maintained
7492 F:      drivers/media/tuners/msi001*
7493
7494 MSI2500 MEDIA DRIVER
7495 M:      Antti Palosaari <crope@iki.fi>
7496 L:      linux-media@vger.kernel.org
7497 W:      https://linuxtv.org
7498 W:      http://palosaari.fi/linux/
7499 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7500 T:      git git://linuxtv.org/anttip/media_tree.git
7501 S:      Maintained
7502 F:      drivers/media/usb/msi2500/
7503
7504 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7505 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7506 L:      linux-mtd@lists.infradead.org
7507 S:      Maintained
7508 F:      drivers/mtd/devices/docg3*
7509
7510 MT9M032 APTINA SENSOR DRIVER
7511 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7512 L:      linux-media@vger.kernel.org
7513 T:      git git://linuxtv.org/media_tree.git
7514 S:      Maintained
7515 F:      drivers/media/i2c/mt9m032.c
7516 F:      include/media/i2c/mt9m032.h
7517
7518 MT9P031 APTINA CAMERA SENSOR
7519 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7520 L:      linux-media@vger.kernel.org
7521 T:      git git://linuxtv.org/media_tree.git
7522 S:      Maintained
7523 F:      drivers/media/i2c/mt9p031.c
7524 F:      include/media/i2c/mt9p031.h
7525
7526 MT9T001 APTINA CAMERA SENSOR
7527 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7528 L:      linux-media@vger.kernel.org
7529 T:      git git://linuxtv.org/media_tree.git
7530 S:      Maintained
7531 F:      drivers/media/i2c/mt9t001.c
7532 F:      include/media/i2c/mt9t001.h
7533
7534 MT9V032 APTINA CAMERA SENSOR
7535 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7536 L:      linux-media@vger.kernel.org
7537 T:      git git://linuxtv.org/media_tree.git
7538 S:      Maintained
7539 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7540 F:      drivers/media/i2c/mt9v032.c
7541 F:      include/media/i2c/mt9v032.h
7542
7543 MULTIFUNCTION DEVICES (MFD)
7544 M:      Lee Jones <lee.jones@linaro.org>
7545 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7546 S:      Supported
7547 F:      drivers/mfd/
7548 F:      include/linux/mfd/
7549
7550 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7551 M:      Ulf Hansson <ulf.hansson@linaro.org>
7552 L:      linux-mmc@vger.kernel.org
7553 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7554 S:      Maintained
7555 F:      drivers/mmc/
7556 F:      include/linux/mmc/
7557 F:      include/uapi/linux/mmc/
7558
7559 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7560 S:      Orphan
7561 F:      drivers/mmc/host/mmc_spi.c
7562 F:      include/linux/spi/mmc_spi.h
7563
7564 MULTISOUND SOUND DRIVER
7565 M:      Andrew Veliath <andrewtv@usa.net>
7566 S:      Maintained
7567 F:      Documentation/sound/oss/MultiSound
7568 F:      sound/oss/msnd*
7569
7570 MULTITECH MULTIPORT CARD (ISICOM)
7571 S:      Orphan
7572 F:      drivers/tty/isicom.c
7573 F:      include/linux/isicom.h
7574
7575 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7576 M:      Bin Liu <b-liu@ti.com>
7577 L:      linux-usb@vger.kernel.org
7578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7579 S:      Maintained
7580 F:      drivers/usb/musb/
7581
7582 MXL5007T MEDIA DRIVER
7583 M:      Michael Krufky <mkrufky@linuxtv.org>
7584 L:      linux-media@vger.kernel.org
7585 W:      https://linuxtv.org
7586 W:      http://github.com/mkrufky
7587 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7588 T:      git git://linuxtv.org/mkrufky/tuners.git
7589 S:      Maintained
7590 F:      drivers/media/tuners/mxl5007t.*
7591
7592 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7593 M:      Hyong-Youb Kim <hykim@myri.com>
7594 L:      netdev@vger.kernel.org
7595 W:      https://www.myricom.com/support/downloads/myri10ge.html
7596 S:      Supported
7597 F:      drivers/net/ethernet/myricom/myri10ge/
7598
7599 NAND FLASH SUBSYSTEM
7600 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7601 R:      Richard Weinberger <richard@nod.at>
7602 L:      linux-mtd@lists.infradead.org
7603 W:      http://www.linux-mtd.infradead.org/
7604 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7605 T:      git git://github.com/linux-nand/linux.git
7606 S:      Maintained
7607 F:      drivers/mtd/nand/
7608 F:      include/linux/mtd/nand*.h
7609
7610 NATSEMI ETHERNET DRIVER (DP8381x)
7611 S:      Orphan
7612 F:      drivers/net/ethernet/natsemi/natsemi.c
7613
7614 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7615 M:      Daniel Mack <zonque@gmail.com>
7616 S:      Maintained
7617 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7618 W:      http://www.native-instruments.com
7619 F:      sound/usb/caiaq/
7620
7621 NCP FILESYSTEM
7622 M:      Petr Vandrovec <petr@vandrovec.name>
7623 S:      Odd Fixes
7624 F:      fs/ncpfs/
7625
7626 NCR 5380 SCSI DRIVERS
7627 M:      Finn Thain <fthain@telegraphics.com.au>
7628 M:      Michael Schmitz <schmitzmic@gmail.com>
7629 L:      linux-scsi@vger.kernel.org
7630 S:      Maintained
7631 F:      Documentation/scsi/g_NCR5380.txt
7632 F:      Documentation/scsi/dtc3x80.txt
7633 F:      drivers/scsi/NCR5380.*
7634 F:      drivers/scsi/arm/cumana_1.c
7635 F:      drivers/scsi/arm/oak.c
7636 F:      drivers/scsi/atari_scsi.*
7637 F:      drivers/scsi/dmx3191d.c
7638 F:      drivers/scsi/dtc.*
7639 F:      drivers/scsi/g_NCR5380.*
7640 F:      drivers/scsi/g_NCR5380_mmio.c
7641 F:      drivers/scsi/mac_scsi.*
7642 F:      drivers/scsi/pas16.*
7643 F:      drivers/scsi/sun3_scsi.*
7644 F:      drivers/scsi/sun3_scsi_vme.c
7645 F:      drivers/scsi/t128.*
7646
7647 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7648 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7649 L:      linux-scsi@vger.kernel.org
7650 S:      Maintained
7651 F:      drivers/scsi/NCR_D700.*
7652
7653 NCT6775 HARDWARE MONITOR DRIVER
7654 M:      Guenter Roeck <linux@roeck-us.net>
7655 L:      linux-hwmon@vger.kernel.org
7656 S:      Maintained
7657 F:      Documentation/hwmon/nct6775
7658 F:      drivers/hwmon/nct6775.c
7659
7660 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7661 M:      Faisal Latif <faisal.latif@intel.com>
7662 L:      linux-rdma@vger.kernel.org
7663 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7664 S:      Supported
7665 F:      drivers/infiniband/hw/nes/
7666
7667 NETEM NETWORK EMULATOR
7668 M:      Stephen Hemminger <stephen@networkplumber.org>
7669 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
7670 S:      Maintained
7671 F:      net/sched/sch_netem.c
7672
7673 NETERION 10GbE DRIVERS (s2io/vxge)
7674 M:      Jon Mason <jdmason@kudzu.us>
7675 L:      netdev@vger.kernel.org
7676 S:      Supported
7677 F:      Documentation/networking/s2io.txt
7678 F:      Documentation/networking/vxge.txt
7679 F:      drivers/net/ethernet/neterion/
7680
7681 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7682 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7683 M:      Patrick McHardy <kaber@trash.net>
7684 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7685 L:      netfilter-devel@vger.kernel.org
7686 L:      coreteam@netfilter.org
7687 W:      http://www.netfilter.org/
7688 W:      http://www.iptables.org/
7689 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7690 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7691 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7692 S:      Supported
7693 F:      include/linux/netfilter*
7694 F:      include/linux/netfilter/
7695 F:      include/net/netfilter/
7696 F:      include/uapi/linux/netfilter*
7697 F:      include/uapi/linux/netfilter/
7698 F:      net/*/netfilter.c
7699 F:      net/*/netfilter/
7700 F:      net/netfilter/
7701 F:      net/bridge/br_netfilter*.c
7702
7703 NETLABEL
7704 M:      Paul Moore <paul@paul-moore.com>
7705 W:      http://netlabel.sf.net
7706 L:      netdev@vger.kernel.org
7707 S:      Maintained
7708 F:      Documentation/netlabel/
7709 F:      include/net/netlabel.h
7710 F:      net/netlabel/
7711
7712 NETROM NETWORK LAYER
7713 M:      Ralf Baechle <ralf@linux-mips.org>
7714 L:      linux-hams@vger.kernel.org
7715 W:      http://www.linux-ax25.org/
7716 S:      Maintained
7717 F:      include/net/netrom.h
7718 F:      include/uapi/linux/netrom.h
7719 F:      net/netrom/
7720
7721 NETRONOME ETHERNET DRIVERS
7722 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
7723 L:      oss-drivers@netronome.com
7724 S:      Maintained
7725 F:      drivers/net/ethernet/netronome/
7726
7727 NETWORK BLOCK DEVICE (NBD)
7728 M:      Markus Pargmann <mpa@pengutronix.de>
7729 S:      Maintained
7730 L:      nbd-general@lists.sourceforge.net
7731 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7732 F:      Documentation/blockdev/nbd.txt
7733 F:      drivers/block/nbd.c
7734 F:      include/uapi/linux/nbd.h
7735
7736 NETWORK DROP MONITOR
7737 M:      Neil Horman <nhorman@tuxdriver.com>
7738 L:      netdev@vger.kernel.org
7739 S:      Maintained
7740 W:      https://fedorahosted.org/dropwatch/
7741 F:      net/core/drop_monitor.c
7742
7743 NETWORKING [GENERAL]
7744 M:      "David S. Miller" <davem@davemloft.net>
7745 L:      netdev@vger.kernel.org
7746 W:      http://www.linuxfoundation.org/en/Net
7747 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7750 S:      Maintained
7751 F:      net/
7752 F:      include/net/
7753 F:      include/linux/in.h
7754 F:      include/linux/net.h
7755 F:      include/linux/netdevice.h
7756 F:      include/uapi/linux/in.h
7757 F:      include/uapi/linux/net.h
7758 F:      include/uapi/linux/netdevice.h
7759 F:      include/uapi/linux/net_namespace.h
7760 F:      tools/net/
7761 F:      tools/testing/selftests/net/
7762 F:      lib/random32.c
7763 F:      lib/test_bpf.c
7764
7765 NETWORKING [IPv4/IPv6]
7766 M:      "David S. Miller" <davem@davemloft.net>
7767 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7768 M:      James Morris <jmorris@namei.org>
7769 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7770 M:      Patrick McHardy <kaber@trash.net>
7771 L:      netdev@vger.kernel.org
7772 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7773 S:      Maintained
7774 F:      net/ipv4/
7775 F:      net/ipv6/
7776 F:      include/net/ip*
7777 F:      arch/x86/net/*
7778
7779 NETWORKING [IPSEC]
7780 M:      Steffen Klassert <steffen.klassert@secunet.com>
7781 M:      Herbert Xu <herbert@gondor.apana.org.au>
7782 M:      "David S. Miller" <davem@davemloft.net>
7783 L:      netdev@vger.kernel.org
7784 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7786 S:      Maintained
7787 F:      net/core/flow.c
7788 F:      net/xfrm/
7789 F:      net/key/
7790 F:      net/ipv4/xfrm*
7791 F:      net/ipv4/esp4.c
7792 F:      net/ipv4/ah4.c
7793 F:      net/ipv4/ipcomp.c
7794 F:      net/ipv4/ip_vti.c
7795 F:      net/ipv6/xfrm*
7796 F:      net/ipv6/esp6.c
7797 F:      net/ipv6/ah6.c
7798 F:      net/ipv6/ipcomp6.c
7799 F:      net/ipv6/ip6_vti.c
7800 F:      include/uapi/linux/xfrm.h
7801 F:      include/net/xfrm.h
7802
7803 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7804 M:      Paul Moore <paul@paul-moore.com>
7805 L:      netdev@vger.kernel.org
7806 S:      Maintained
7807
7808 NETWORKING [WIRELESS]
7809 L:      linux-wireless@vger.kernel.org
7810 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7811
7812 NETWORKING DRIVERS
7813 L:      netdev@vger.kernel.org
7814 W:      http://www.linuxfoundation.org/en/Net
7815 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7816 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7817 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7818 S:      Odd Fixes
7819 F:      drivers/net/
7820 F:      include/linux/if_*
7821 F:      include/linux/netdevice.h
7822 F:      include/linux/etherdevice.h
7823 F:      include/linux/fcdevice.h
7824 F:      include/linux/fddidevice.h
7825 F:      include/linux/hippidevice.h
7826 F:      include/linux/inetdevice.h
7827 F:      include/uapi/linux/if_*
7828 F:      include/uapi/linux/netdevice.h
7829
7830 NETWORKING DRIVERS (WIRELESS)
7831 M:      Kalle Valo <kvalo@codeaurora.org>
7832 L:      linux-wireless@vger.kernel.org
7833 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7834 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
7835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
7836 S:      Maintained
7837 F:      drivers/net/wireless/
7838
7839 NETXEN (1/10) GbE SUPPORT
7840 M:      Manish Chopra <manish.chopra@qlogic.com>
7841 M:      Sony Chacko <sony.chacko@qlogic.com>
7842 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7843 L:      netdev@vger.kernel.org
7844 W:      http://www.qlogic.com
7845 S:      Supported
7846 F:      drivers/net/ethernet/qlogic/netxen/
7847
7848 NFC SUBSYSTEM
7849 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7850 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7851 M:      Samuel Ortiz <sameo@linux.intel.com>
7852 L:      linux-wireless@vger.kernel.org
7853 L:      linux-nfc@lists.01.org (subscribers-only)
7854 S:      Supported
7855 F:      net/nfc/
7856 F:      include/net/nfc/
7857 F:      include/uapi/linux/nfc.h
7858 F:      drivers/nfc/
7859 F:      include/linux/platform_data/nfcmrvl.h
7860 F:      include/linux/platform_data/nxp-nci.h
7861 F:      include/linux/platform_data/pn544.h
7862 F:      include/linux/platform_data/st21nfca.h
7863 F:      include/linux/platform_data/st-nci.h
7864 F:      Documentation/devicetree/bindings/net/nfc/
7865
7866 NFS, SUNRPC, AND LOCKD CLIENTS
7867 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7868 M:      Anna Schumaker <anna.schumaker@netapp.com>
7869 L:      linux-nfs@vger.kernel.org
7870 W:      http://client.linux-nfs.org
7871 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7872 S:      Maintained
7873 F:      fs/lockd/
7874 F:      fs/nfs/
7875 F:      fs/nfs_common/
7876 F:      net/sunrpc/
7877 F:      include/linux/lockd/
7878 F:      include/linux/nfs*
7879 F:      include/linux/sunrpc/
7880 F:      include/uapi/linux/nfs*
7881 F:      include/uapi/linux/sunrpc/
7882
7883 NILFS2 FILESYSTEM
7884 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7885 L:      linux-nilfs@vger.kernel.org
7886 W:      http://nilfs.sourceforge.net/
7887 T:      git git://github.com/konis/nilfs2.git
7888 S:      Supported
7889 F:      Documentation/filesystems/nilfs2.txt
7890 F:      fs/nilfs2/
7891 F:      include/linux/nilfs2_fs.h
7892 F:      include/trace/events/nilfs2.h
7893
7894 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7895 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7896 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7897 S:      Maintained
7898 F:      Documentation/scsi/NinjaSCSI.txt
7899 F:      drivers/scsi/pcmcia/nsp_*
7900
7901 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7902 M:      GOTO Masanori <gotom@debian.or.jp>
7903 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7904 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7905 S:      Maintained
7906 F:      Documentation/scsi/NinjaSCSI.txt
7907 F:      drivers/scsi/nsp32*
7908
7909 NIOS2 ARCHITECTURE
7910 M:      Ley Foon Tan <lftan@altera.com>
7911 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7912 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7913 S:      Maintained
7914 F:      arch/nios2/
7915
7916 NOKIA N900 POWER SUPPLY DRIVERS
7917 R:      Pali Rohár <pali.rohar@gmail.com>
7918 F:      include/linux/power/bq2415x_charger.h
7919 F:      include/linux/power/bq27xxx_battery.h
7920 F:      include/linux/power/isp1704_charger.h
7921 F:      drivers/power/bq2415x_charger.c
7922 F:      drivers/power/bq27xxx_battery.c
7923 F:      drivers/power/bq27xxx_battery_i2c.c
7924 F:      drivers/power/isp1704_charger.c
7925 F:      drivers/power/rx51_battery.c
7926
7927 NTB DRIVER CORE
7928 M:      Jon Mason <jdmason@kudzu.us>
7929 M:      Dave Jiang <dave.jiang@intel.com>
7930 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7931 L:      linux-ntb@googlegroups.com
7932 S:      Supported
7933 W:      https://github.com/jonmason/ntb/wiki
7934 T:      git git://github.com/jonmason/ntb.git
7935 F:      drivers/ntb/
7936 F:      drivers/net/ntb_netdev.c
7937 F:      include/linux/ntb.h
7938 F:      include/linux/ntb_transport.h
7939
7940 NTB INTEL DRIVER
7941 M:      Jon Mason <jdmason@kudzu.us>
7942 M:      Dave Jiang <dave.jiang@intel.com>
7943 L:      linux-ntb@googlegroups.com
7944 S:      Supported
7945 W:      https://github.com/jonmason/ntb/wiki
7946 T:      git git://github.com/jonmason/ntb.git
7947 F:      drivers/ntb/hw/intel/
7948
7949 NTB AMD DRIVER
7950 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
7951 L:      linux-ntb@googlegroups.com
7952 S:      Supported
7953 F:      drivers/ntb/hw/amd/
7954
7955 NTFS FILESYSTEM
7956 M:      Anton Altaparmakov <anton@tuxera.com>
7957 L:      linux-ntfs-dev@lists.sourceforge.net
7958 W:      http://www.tuxera.com/
7959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7960 S:      Supported
7961 F:      Documentation/filesystems/ntfs.txt
7962 F:      fs/ntfs/
7963
7964 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7965 M:      Antonino Daplas <adaplas@gmail.com>
7966 L:      linux-fbdev@vger.kernel.org
7967 S:      Maintained
7968 F:      drivers/video/fbdev/riva/
7969 F:      drivers/video/fbdev/nvidia/
7970
7971 NVM EXPRESS DRIVER
7972 M:      Keith Busch <keith.busch@intel.com>
7973 M:      Jens Axboe <axboe@fb.com>
7974 L:      linux-nvme@lists.infradead.org
7975 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7976 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7977 S:      Supported
7978 F:      drivers/nvme/host/
7979 F:      include/linux/nvme.h
7980
7981 NVMEM FRAMEWORK
7982 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7983 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7984 S:      Maintained
7985 F:      drivers/nvmem/
7986 F:      Documentation/devicetree/bindings/nvmem/
7987 F:      include/linux/nvmem-consumer.h
7988 F:      include/linux/nvmem-provider.h
7989
7990 NXP-NCI NFC DRIVER
7991 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
7992 R:      Charles Gorand <charles.gorand@effinnov.com>
7993 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7994 S:      Supported
7995 F:      drivers/nfc/nxp-nci
7996
7997 NXP TDA998X DRM DRIVER
7998 M:      Russell King <rmk+kernel@armlinux.org.uk>
7999 S:      Supported
8000 F:      drivers/gpu/drm/i2c/tda998x_drv.c
8001 F:      include/drm/i2c/tda998x.h
8002
8003 NXP TFA9879 DRIVER
8004 M:      Peter Rosin <peda@axentia.se>
8005 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8006 S:      Maintained
8007 F:      sound/soc/codecs/tfa9879*
8008
8009 OBJTOOL
8010 M:      Josh Poimboeuf <jpoimboe@redhat.com>
8011 S:      Supported
8012 F:      tools/objtool/
8013
8014 OMAP SUPPORT
8015 M:      Tony Lindgren <tony@atomide.com>
8016 L:      linux-omap@vger.kernel.org
8017 W:      http://www.muru.com/linux/omap/
8018 W:      http://linux.omap.com/
8019 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8021 S:      Maintained
8022 F:      arch/arm/*omap*/
8023 F:      arch/arm/configs/omap1_defconfig
8024 F:      arch/arm/configs/omap2plus_defconfig
8025 F:      drivers/i2c/busses/i2c-omap.c
8026 F:      drivers/irqchip/irq-omap-intc.c
8027 F:      drivers/mfd/*omap*.c
8028 F:      drivers/mfd/menelaus.c
8029 F:      drivers/mfd/palmas.c
8030 F:      drivers/mfd/tps65217.c
8031 F:      drivers/mfd/tps65218.c
8032 F:      drivers/mfd/tps65910.c
8033 F:      drivers/mfd/twl-core.[ch]
8034 F:      drivers/mfd/twl4030*.c
8035 F:      drivers/mfd/twl6030*.c
8036 F:      drivers/mfd/twl6040*.c
8037 F:      drivers/regulator/palmas-regulator*.c
8038 F:      drivers/regulator/pbias-regulator.c
8039 F:      drivers/regulator/tps65217-regulator.c
8040 F:      drivers/regulator/tps65218-regulator.c
8041 F:      drivers/regulator/tps65910-regulator.c
8042 F:      drivers/regulator/twl-regulator.c
8043 F:      include/linux/i2c-omap.h
8044
8045 OMAP DEVICE TREE SUPPORT
8046 M:      Benoît Cousson <bcousson@baylibre.com>
8047 M:      Tony Lindgren <tony@atomide.com>
8048 L:      linux-omap@vger.kernel.org
8049 L:      devicetree@vger.kernel.org
8050 S:      Maintained
8051 F:      arch/arm/boot/dts/*omap*
8052 F:      arch/arm/boot/dts/*am3*
8053 F:      arch/arm/boot/dts/*am4*
8054 F:      arch/arm/boot/dts/*am5*
8055 F:      arch/arm/boot/dts/*dra7*
8056
8057 OMAP CLOCK FRAMEWORK SUPPORT
8058 M:      Paul Walmsley <paul@pwsan.com>
8059 L:      linux-omap@vger.kernel.org
8060 S:      Maintained
8061 F:      arch/arm/*omap*/*clock*
8062
8063 OMAP POWER MANAGEMENT SUPPORT
8064 M:      Kevin Hilman <khilman@kernel.org>
8065 L:      linux-omap@vger.kernel.org
8066 S:      Maintained
8067 F:      arch/arm/*omap*/*pm*
8068 F:      drivers/cpufreq/omap-cpufreq.c
8069
8070 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8071 M:      Rajendra Nayak <rnayak@codeaurora.org>
8072 M:      Paul Walmsley <paul@pwsan.com>
8073 L:      linux-omap@vger.kernel.org
8074 S:      Maintained
8075 F:      arch/arm/mach-omap2/prm*
8076
8077 OMAP AUDIO SUPPORT
8078 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8079 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
8080 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8081 L:      linux-omap@vger.kernel.org
8082 S:      Maintained
8083 F:      sound/soc/omap/
8084
8085 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8086 M:      Roger Quadros <rogerq@ti.com>
8087 M:      Tony Lindgren <tony@atomide.com>
8088 L:      linux-omap@vger.kernel.org
8089 S:      Maintained
8090 F:      drivers/memory/omap-gpmc.c
8091 F:      arch/arm/mach-omap2/*gpmc*
8092
8093 OMAP FRAMEBUFFER SUPPORT
8094 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8095 L:      linux-fbdev@vger.kernel.org
8096 L:      linux-omap@vger.kernel.org
8097 S:      Maintained
8098 F:      drivers/video/fbdev/omap/
8099
8100 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8101 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8102 L:      linux-omap@vger.kernel.org
8103 L:      linux-fbdev@vger.kernel.org
8104 S:      Maintained
8105 F:      drivers/video/fbdev/omap2/
8106 F:      Documentation/arm/OMAP/DSS
8107
8108 OMAP HARDWARE SPINLOCK SUPPORT
8109 M:      Ohad Ben-Cohen <ohad@wizery.com>
8110 L:      linux-omap@vger.kernel.org
8111 S:      Maintained
8112 F:      drivers/hwspinlock/omap_hwspinlock.c
8113
8114 OMAP MMC SUPPORT
8115 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
8116 L:      linux-omap@vger.kernel.org
8117 S:      Maintained
8118 F:      drivers/mmc/host/omap.c
8119
8120 OMAP HS MMC SUPPORT
8121 L:      linux-mmc@vger.kernel.org
8122 L:      linux-omap@vger.kernel.org
8123 S:      Orphan
8124 F:      drivers/mmc/host/omap_hsmmc.c
8125
8126 OMAP RANDOM NUMBER GENERATOR SUPPORT
8127 M:      Deepak Saxena <dsaxena@plexity.net>
8128 S:      Maintained
8129 F:      drivers/char/hw_random/omap-rng.c
8130
8131 OMAP HWMOD SUPPORT
8132 M:      Benoît Cousson <bcousson@baylibre.com>
8133 M:      Paul Walmsley <paul@pwsan.com>
8134 L:      linux-omap@vger.kernel.org
8135 S:      Maintained
8136 F:      arch/arm/mach-omap2/omap_hwmod.*
8137
8138 OMAP HWMOD DATA
8139 M:      Paul Walmsley <paul@pwsan.com>
8140 L:      linux-omap@vger.kernel.org
8141 S:      Maintained
8142 F:      arch/arm/mach-omap2/omap_hwmod*data*
8143
8144 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8145 M:      Benoît Cousson <bcousson@baylibre.com>
8146 L:      linux-omap@vger.kernel.org
8147 S:      Maintained
8148 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8149
8150 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8151 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8152 L:      linux-media@vger.kernel.org
8153 S:      Maintained
8154 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
8155 F:      drivers/media/platform/omap3isp/
8156 F:      drivers/staging/media/omap4iss/
8157
8158 OMAP USB SUPPORT
8159 L:      linux-usb@vger.kernel.org
8160 L:      linux-omap@vger.kernel.org
8161 S:      Orphan
8162 F:      drivers/usb/*/*omap*
8163 F:      arch/arm/*omap*/usb*
8164
8165 OMAP GPIO DRIVER
8166 M:      Grygorii Strashko <grygorii.strashko@ti.com>
8167 M:      Santosh Shilimkar <ssantosh@kernel.org>
8168 M:      Kevin Hilman <khilman@kernel.org>
8169 L:      linux-omap@vger.kernel.org
8170 S:      Maintained
8171 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
8172 F:      drivers/gpio/gpio-omap.c
8173
8174 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8175 M:      Mark Jackson <mpfj@newflow.co.uk>
8176 L:      linux-omap@vger.kernel.org
8177 S:      Maintained
8178 F:      arch/arm/boot/dts/am335x-nano.dts
8179
8180 OMFS FILESYSTEM
8181 M:      Bob Copeland <me@bobcopeland.com>
8182 L:      linux-karma-devel@lists.sourceforge.net
8183 S:      Maintained
8184 F:      Documentation/filesystems/omfs.txt
8185 F:      fs/omfs/
8186
8187 OMNIKEY CARDMAN 4000 DRIVER
8188 M:      Harald Welte <laforge@gnumonks.org>
8189 S:      Maintained
8190 F:      drivers/char/pcmcia/cm4000_cs.c
8191 F:      include/linux/cm4000_cs.h
8192 F:      include/uapi/linux/cm4000_cs.h
8193
8194 OMNIKEY CARDMAN 4040 DRIVER
8195 M:      Harald Welte <laforge@gnumonks.org>
8196 S:      Maintained
8197 F:      drivers/char/pcmcia/cm4040_cs.*
8198
8199 OMNIVISION OV7670 SENSOR DRIVER
8200 M:      Jonathan Corbet <corbet@lwn.net>
8201 L:      linux-media@vger.kernel.org
8202 T:      git git://linuxtv.org/media_tree.git
8203 S:      Maintained
8204 F:      drivers/media/i2c/ov7670.c
8205
8206 ONENAND FLASH DRIVER
8207 M:      Kyungmin Park <kyungmin.park@samsung.com>
8208 L:      linux-mtd@lists.infradead.org
8209 S:      Maintained
8210 F:      drivers/mtd/onenand/
8211 F:      include/linux/mtd/onenand*.h
8212
8213 ONSTREAM SCSI TAPE DRIVER
8214 M:      Willem Riede <osst@riede.org>
8215 L:      osst-users@lists.sourceforge.net
8216 L:      linux-scsi@vger.kernel.org
8217 S:      Maintained
8218 F:      Documentation/scsi/osst.txt
8219 F:      drivers/scsi/osst.*
8220 F:      drivers/scsi/osst_*.h
8221 F:      drivers/scsi/st.h
8222
8223 OPENCORES I2C BUS DRIVER
8224 M:      Peter Korsgaard <jacmet@sunsite.dk>
8225 L:      linux-i2c@vger.kernel.org
8226 S:      Maintained
8227 F:      Documentation/i2c/busses/i2c-ocores
8228 F:      drivers/i2c/busses/i2c-ocores.c
8229
8230 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8231 M:      Rob Herring <robh+dt@kernel.org>
8232 M:      Frank Rowand <frowand.list@gmail.com>
8233 M:      Grant Likely <grant.likely@linaro.org>
8234 L:      devicetree@vger.kernel.org
8235 W:      http://www.devicetree.org/
8236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
8237 S:      Maintained
8238 F:      drivers/of/
8239 F:      include/linux/of*.h
8240 F:      scripts/dtc/
8241
8242 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8243 M:      Rob Herring <robh+dt@kernel.org>
8244 M:      Pawel Moll <pawel.moll@arm.com>
8245 M:      Mark Rutland <mark.rutland@arm.com>
8246 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
8247 M:      Kumar Gala <galak@codeaurora.org>
8248 L:      devicetree@vger.kernel.org
8249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8250 S:      Maintained
8251 F:      Documentation/devicetree/
8252 F:      arch/*/boot/dts/
8253 F:      include/dt-bindings/
8254
8255 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8256 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8257 L:      devicetree@vger.kernel.org
8258 S:      Maintained
8259 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8260 F:      Documentation/devicetree/overlay-notes.txt
8261 F:      drivers/of/overlay.c
8262 F:      drivers/of/resolver.c
8263
8264 OPENRISC ARCHITECTURE
8265 M:      Jonas Bonn <jonas@southpole.se>
8266 W:      http://openrisc.net
8267 L:      linux@lists.openrisc.net (moderated for non-subscribers)
8268 S:      Maintained
8269 T:      git git://openrisc.net/~jonas/linux
8270 F:      arch/openrisc/
8271
8272 OPENVSWITCH
8273 M:      Pravin Shelar <pshelar@nicira.com>
8274 L:      netdev@vger.kernel.org
8275 L:      dev@openvswitch.org
8276 W:      http://openvswitch.org
8277 S:      Maintained
8278 F:      net/openvswitch/
8279 F:      include/uapi/linux/openvswitch.h
8280
8281 OPERATING PERFORMANCE POINTS (OPP)
8282 M:      Viresh Kumar <vireshk@kernel.org>
8283 M:      Nishanth Menon <nm@ti.com>
8284 M:      Stephen Boyd <sboyd@codeaurora.org>
8285 L:      linux-pm@vger.kernel.org
8286 S:      Maintained
8287 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8288 F:      drivers/base/power/opp/
8289 F:      include/linux/pm_opp.h
8290 F:      Documentation/power/opp.txt
8291 F:      Documentation/devicetree/bindings/opp/
8292
8293 OPL4 DRIVER
8294 M:      Clemens Ladisch <clemens@ladisch.de>
8295 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8296 T:      git git://git.alsa-project.org/alsa-kernel.git
8297 S:      Maintained
8298 F:      sound/drivers/opl4/
8299
8300 OPROFILE
8301 M:      Robert Richter <rric@kernel.org>
8302 L:      oprofile-list@lists.sf.net
8303 S:      Maintained
8304 F:      arch/*/include/asm/oprofile*.h
8305 F:      arch/*/oprofile/
8306 F:      drivers/oprofile/
8307 F:      include/linux/oprofile.h
8308
8309 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8310 M:      Mark Fasheh <mfasheh@suse.com>
8311 M:      Joel Becker <jlbec@evilplan.org>
8312 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8313 W:      http://ocfs2.wiki.kernel.org
8314 S:      Supported
8315 F:      Documentation/filesystems/ocfs2.txt
8316 F:      Documentation/filesystems/dlmfs.txt
8317 F:      fs/ocfs2/
8318
8319 ORINOCO DRIVER
8320 L:      linux-wireless@vger.kernel.org
8321 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8322 W:      http://www.nongnu.org/orinoco/
8323 S:      Orphan
8324 F:      drivers/net/wireless/intersil/orinoco/
8325
8326 OSD LIBRARY and FILESYSTEM
8327 M:      Boaz Harrosh <ooo@electrozaur.com>
8328 M:      Benny Halevy <bhalevy@primarydata.com>
8329 L:      osd-dev@open-osd.org
8330 W:      http://open-osd.org
8331 T:      git git://git.open-osd.org/open-osd.git
8332 S:      Maintained
8333 F:      drivers/scsi/osd/
8334 F:      include/scsi/osd_*
8335 F:      fs/exofs/
8336
8337 OVERLAY FILESYSTEM
8338 M:      Miklos Szeredi <miklos@szeredi.hu>
8339 L:      linux-unionfs@vger.kernel.org
8340 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8341 S:      Supported
8342 F:      fs/overlayfs/
8343 F:      Documentation/filesystems/overlayfs.txt
8344
8345 ORANGEFS FILESYSTEM
8346 M:      Mike Marshall <hubcap@omnibond.com>
8347 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
8348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
8349 S:      Supported
8350 F:      fs/orangefs/
8351 F:      Documentation/filesystems/orangefs.txt
8352
8353 P54 WIRELESS DRIVER
8354 M:      Christian Lamparter <chunkeey@googlemail.com>
8355 L:      linux-wireless@vger.kernel.org
8356 W:      http://wireless.kernel.org/en/users/Drivers/p54
8357 S:      Maintained
8358 F:      drivers/net/wireless/intersil/p54/
8359
8360 PA SEMI ETHERNET DRIVER
8361 M:      Olof Johansson <olof@lixom.net>
8362 L:      netdev@vger.kernel.org
8363 S:      Maintained
8364 F:      drivers/net/ethernet/pasemi/*
8365
8366 PA SEMI SMBUS DRIVER
8367 M:      Olof Johansson <olof@lixom.net>
8368 L:      linux-i2c@vger.kernel.org
8369 S:      Maintained
8370 F:      drivers/i2c/busses/i2c-pasemi.c
8371
8372 PADATA PARALLEL EXECUTION MECHANISM
8373 M:      Steffen Klassert <steffen.klassert@secunet.com>
8374 L:      linux-crypto@vger.kernel.org
8375 S:      Maintained
8376 F:      kernel/padata.c
8377 F:      include/linux/padata.h
8378 F:      Documentation/padata.txt
8379
8380 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8381 M:      Harald Welte <laforge@gnumonks.org>
8382 L:      platform-driver-x86@vger.kernel.org
8383 S:      Maintained
8384 F:      drivers/platform/x86/panasonic-laptop.c
8385
8386 PANASONIC MN10300/AM33/AM34 PORT
8387 M:      David Howells <dhowells@redhat.com>
8388 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8389 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
8390 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8391 S:      Maintained
8392 F:      Documentation/mn10300/
8393 F:      arch/mn10300/
8394
8395 PARALLEL LCD/KEYPAD PANEL DRIVER
8396 M:      Willy Tarreau <willy@haproxy.com>
8397 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
8398 S:      Odd Fixes
8399 F:      Documentation/misc-devices/lcd-panel-cgram.txt
8400 F:      drivers/misc/panel.c
8401
8402 PARALLEL PORT SUBSYSTEM
8403 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8404 M:      Sudip Mukherjee <sudip@vectorindia.org>
8405 L:      linux-parport@lists.infradead.org (subscribers-only)
8406 S:      Maintained
8407 F:      drivers/parport/
8408 F:      include/linux/parport*.h
8409 F:      drivers/char/ppdev.c
8410 F:      include/uapi/linux/ppdev.h
8411 F:      Documentation/parport*.txt
8412
8413 PARAVIRT_OPS INTERFACE
8414 M:      Jeremy Fitzhardinge <jeremy@goop.org>
8415 M:      Chris Wright <chrisw@sous-sol.org>
8416 M:      Alok Kataria <akataria@vmware.com>
8417 M:      Rusty Russell <rusty@rustcorp.com.au>
8418 L:      virtualization@lists.linux-foundation.org
8419 S:      Supported
8420 F:      Documentation/virtual/paravirt_ops.txt
8421 F:      arch/*/kernel/paravirt*
8422 F:      arch/*/include/asm/paravirt.h
8423
8424 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8425 M:      Tim Waugh <tim@cyberelk.net>
8426 L:      linux-parport@lists.infradead.org (subscribers-only)
8427 S:      Maintained
8428 F:      Documentation/blockdev/paride.txt
8429 F:      drivers/block/paride/
8430
8431 PARISC ARCHITECTURE
8432 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
8433 M:      Helge Deller <deller@gmx.de>
8434 L:      linux-parisc@vger.kernel.org
8435 W:      http://www.parisc-linux.org/
8436 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
8437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8439 S:      Maintained
8440 F:      arch/parisc/
8441 F:      Documentation/parisc/
8442 F:      drivers/parisc/
8443 F:      drivers/char/agp/parisc-agp.c
8444 F:      drivers/input/serio/gscps2.c
8445 F:      drivers/parport/parport_gsc.*
8446 F:      drivers/tty/serial/8250/8250_gsc.c
8447 F:      drivers/video/fbdev/sti*
8448 F:      drivers/video/console/sti*
8449 F:      drivers/video/logo/logo_parisc*
8450
8451 PC87360 HARDWARE MONITORING DRIVER
8452 M:      Jim Cromie <jim.cromie@gmail.com>
8453 L:      linux-hwmon@vger.kernel.org
8454 S:      Maintained
8455 F:      Documentation/hwmon/pc87360
8456 F:      drivers/hwmon/pc87360.c
8457
8458 PC8736x GPIO DRIVER
8459 M:      Jim Cromie <jim.cromie@gmail.com>
8460 S:      Maintained
8461 F:      drivers/char/pc8736x_gpio.c
8462
8463 PC87427 HARDWARE MONITORING DRIVER
8464 M:      Jean Delvare <jdelvare@suse.com>
8465 L:      linux-hwmon@vger.kernel.org
8466 S:      Maintained
8467 F:      Documentation/hwmon/pc87427
8468 F:      drivers/hwmon/pc87427.c
8469
8470 PCA9532 LED DRIVER
8471 M:      Riku Voipio <riku.voipio@iki.fi>
8472 S:      Maintained
8473 F:      drivers/leds/leds-pca9532.c
8474 F:      include/linux/leds-pca9532.h
8475
8476 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8477 M:      Guenter Roeck <linux@roeck-us.net>
8478 L:      linux-i2c@vger.kernel.org
8479 S:      Maintained
8480 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8481
8482 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8483 M:      Khalid Aziz <khalid@gonehiking.org>
8484 S:      Maintained
8485 F:      drivers/firmware/pcdp.*
8486
8487 PCI ERROR RECOVERY
8488 M:      Linas Vepstas <linasvepstas@gmail.com>
8489 L:      linux-pci@vger.kernel.org
8490 S:      Supported
8491 F:      Documentation/PCI/pci-error-recovery.txt
8492
8493 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
8494 M:      Russell Currey <ruscur@russell.cc>
8495 L:      linuxppc-dev@lists.ozlabs.org
8496 S:      Supported
8497 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
8498 F:      arch/powerpc/kernel/eeh*.c
8499 F:      arch/powerpc/platforms/*/eeh*.c
8500 F:      arch/powerpc/include/*/eeh*.h
8501
8502 PCI SUBSYSTEM
8503 M:      Bjorn Helgaas <bhelgaas@google.com>
8504 L:      linux-pci@vger.kernel.org
8505 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8506 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8507 S:      Supported
8508 F:      Documentation/PCI/
8509 F:      drivers/pci/
8510 F:      include/linux/pci*
8511 F:      arch/x86/pci/
8512 F:      arch/x86/kernel/quirks.c
8513
8514 PCI DRIVER FOR ALTERA PCIE IP
8515 M:      Ley Foon Tan <lftan@altera.com>
8516 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8517 L:      linux-pci@vger.kernel.org
8518 S:      Supported
8519 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
8520 F:      drivers/pci/host/pcie-altera.c
8521
8522 PCI DRIVER FOR ARM VERSATILE PLATFORM
8523 M:      Rob Herring <robh@kernel.org>
8524 L:      linux-pci@vger.kernel.org
8525 L:      linux-arm-kernel@lists.infradead.org
8526 S:      Maintained
8527 F:      Documentation/devicetree/bindings/pci/versatile.txt
8528 F:      drivers/pci/host/pci-versatile.c
8529
8530 PCI DRIVER FOR APPLIEDMICRO XGENE
8531 M:      Tanmay Inamdar <tinamdar@apm.com>
8532 L:      linux-pci@vger.kernel.org
8533 L:      linux-arm-kernel@lists.infradead.org
8534 S:      Maintained
8535 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8536 F:      drivers/pci/host/pci-xgene.c
8537
8538 PCI DRIVER FOR FREESCALE LAYERSCAPE
8539 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8540 M:      Mingkai Hu <mingkai.hu@freescale.com>
8541 M:      Roy Zang <tie-fei.zang@freescale.com>
8542 L:      linuxppc-dev@lists.ozlabs.org
8543 L:      linux-pci@vger.kernel.org
8544 L:      linux-arm-kernel@lists.infradead.org
8545 S:      Maintained
8546 F:      drivers/pci/host/*layerscape*
8547
8548 PCI DRIVER FOR IMX6
8549 M:      Richard Zhu <Richard.Zhu@freescale.com>
8550 M:      Lucas Stach <l.stach@pengutronix.de>
8551 L:      linux-pci@vger.kernel.org
8552 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8553 S:      Maintained
8554 F:      drivers/pci/host/*imx6*
8555
8556 PCI DRIVER FOR TI KEYSTONE
8557 M:      Murali Karicheri <m-karicheri2@ti.com>
8558 L:      linux-pci@vger.kernel.org
8559 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8560 S:      Maintained
8561 F:      drivers/pci/host/*keystone*
8562
8563 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8564 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8565 M:      Jason Cooper <jason@lakedaemon.net>
8566 L:      linux-pci@vger.kernel.org
8567 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8568 S:      Maintained
8569 F:      drivers/pci/host/*mvebu*
8570
8571 PCI DRIVER FOR NVIDIA TEGRA
8572 M:      Thierry Reding <thierry.reding@gmail.com>
8573 L:      linux-tegra@vger.kernel.org
8574 L:      linux-pci@vger.kernel.org
8575 S:      Supported
8576 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8577 F:      drivers/pci/host/pci-tegra.c
8578
8579 PCI DRIVER FOR TI DRA7XX
8580 M:      Kishon Vijay Abraham I <kishon@ti.com>
8581 L:      linux-omap@vger.kernel.org
8582 L:      linux-pci@vger.kernel.org
8583 S:      Supported
8584 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8585 F:      drivers/pci/host/pci-dra7xx.c
8586
8587 PCI DRIVER FOR RENESAS R-CAR
8588 M:      Simon Horman <horms@verge.net.au>
8589 L:      linux-pci@vger.kernel.org
8590 L:      linux-renesas-soc@vger.kernel.org
8591 S:      Maintained
8592 F:      drivers/pci/host/*rcar*
8593
8594 PCI DRIVER FOR SAMSUNG EXYNOS
8595 M:      Jingoo Han <jingoohan1@gmail.com>
8596 L:      linux-pci@vger.kernel.org
8597 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8598 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8599 S:      Maintained
8600 F:      drivers/pci/host/pci-exynos.c
8601
8602 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8603 M:      Jingoo Han <jingoohan1@gmail.com>
8604 M:      Pratyush Anand <pratyush.anand@gmail.com>
8605 L:      linux-pci@vger.kernel.org
8606 S:      Maintained
8607 F:      drivers/pci/host/*designware*
8608
8609 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
8610 M:      Joao Pinto <jpinto@synopsys.com>
8611 L:      linux-pci@vger.kernel.org
8612 S:      Maintained
8613 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
8614 F:      drivers/pci/host/pcie-designware-plat.c
8615
8616 PCI DRIVER FOR GENERIC OF HOSTS
8617 M:      Will Deacon <will.deacon@arm.com>
8618 L:      linux-pci@vger.kernel.org
8619 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8620 S:      Maintained
8621 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8622 F:      drivers/pci/host/pci-host-common.c
8623 F:      drivers/pci/host/pci-host-generic.c
8624
8625 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8626 M:      Keith Busch <keith.busch@intel.com>
8627 L:      linux-pci@vger.kernel.org
8628 S:      Supported
8629 F:      arch/x86/pci/vmd.c
8630
8631 PCIE DRIVER FOR ST SPEAR13XX
8632 M:      Pratyush Anand <pratyush.anand@gmail.com>
8633 L:      linux-pci@vger.kernel.org
8634 S:      Maintained
8635 F:      drivers/pci/host/*spear*
8636
8637 PCI MSI DRIVER FOR ALTERA MSI IP
8638 M:      Ley Foon Tan <lftan@altera.com>
8639 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8640 L:      linux-pci@vger.kernel.org
8641 S:      Supported
8642 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8643 F:      drivers/pci/host/pcie-altera-msi.c
8644
8645 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8646 M:      Duc Dang <dhdang@apm.com>
8647 L:      linux-pci@vger.kernel.org
8648 L:      linux-arm-kernel@lists.infradead.org
8649 S:      Maintained
8650 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8651 F:      drivers/pci/host/pci-xgene-msi.c
8652
8653 PCIE DRIVER FOR HISILICON
8654 M:      Zhou Wang <wangzhou1@hisilicon.com>
8655 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
8656 L:      linux-pci@vger.kernel.org
8657 S:      Maintained
8658 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8659 F:      drivers/pci/host/pcie-hisi.c
8660
8661 PCIE DRIVER FOR QUALCOMM MSM
8662 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
8663 L:     linux-pci@vger.kernel.org
8664 L:     linux-arm-msm@vger.kernel.org
8665 S:     Maintained
8666 F:     drivers/pci/host/*qcom*
8667
8668 PCIE DRIVER FOR CAVIUM THUNDERX
8669 M:      David Daney <david.daney@cavium.com>
8670 L:      linux-pci@vger.kernel.org
8671 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8672 S:      Supported
8673 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
8674 F:      drivers/pci/host/pci-thunder-*
8675
8676 PCMCIA SUBSYSTEM
8677 P:      Linux PCMCIA Team
8678 L:      linux-pcmcia@lists.infradead.org
8679 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8680 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8681 S:      Maintained
8682 F:      Documentation/pcmcia/
8683 F:      drivers/pcmcia/
8684 F:      include/pcmcia/
8685
8686 PCNET32 NETWORK DRIVER
8687 M:      Don Fry <pcnet32@frontier.com>
8688 L:      netdev@vger.kernel.org
8689 S:      Maintained
8690 F:      drivers/net/ethernet/amd/pcnet32.c
8691
8692 PCRYPT PARALLEL CRYPTO ENGINE
8693 M:      Steffen Klassert <steffen.klassert@secunet.com>
8694 L:      linux-crypto@vger.kernel.org
8695 S:      Maintained
8696 F:      crypto/pcrypt.c
8697 F:      include/crypto/pcrypt.h
8698
8699 PER-CPU MEMORY ALLOCATOR
8700 M:      Tejun Heo <tj@kernel.org>
8701 M:      Christoph Lameter <cl@linux.com>
8702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8703 S:      Maintained
8704 F:      include/linux/percpu*.h
8705 F:      mm/percpu*.c
8706 F:      arch/*/include/asm/percpu.h
8707
8708 PER-TASK DELAY ACCOUNTING
8709 M:      Balbir Singh <bsingharora@gmail.com>
8710 S:      Maintained
8711 F:      include/linux/delayacct.h
8712 F:      kernel/delayacct.c
8713
8714 PERFORMANCE EVENTS SUBSYSTEM
8715 M:      Peter Zijlstra <peterz@infradead.org>
8716 M:      Ingo Molnar <mingo@redhat.com>
8717 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8718 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
8719 L:      linux-kernel@vger.kernel.org
8720 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8721 S:      Supported
8722 F:      kernel/events/*
8723 F:      include/linux/perf_event.h
8724 F:      include/uapi/linux/perf_event.h
8725 F:      arch/*/kernel/perf_event*.c
8726 F:      arch/*/kernel/*/perf_event*.c
8727 F:      arch/*/kernel/*/*/perf_event*.c
8728 F:      arch/*/include/asm/perf_event.h
8729 F:      arch/*/kernel/perf_callchain.c
8730 F:      tools/perf/
8731
8732 PERSONALITY HANDLING
8733 M:      Christoph Hellwig <hch@infradead.org>
8734 L:      linux-abi-devel@lists.sourceforge.net
8735 S:      Maintained
8736 F:      include/linux/personality.h
8737 F:      include/uapi/linux/personality.h
8738
8739 PHONET PROTOCOL
8740 M:      Remi Denis-Courmont <courmisch@gmail.com>
8741 S:      Supported
8742 F:      Documentation/networking/phonet.txt
8743 F:      include/linux/phonet.h
8744 F:      include/net/phonet/
8745 F:      include/uapi/linux/phonet.h
8746 F:      net/phonet/
8747
8748 PHRAM MTD DRIVER
8749 M:      Joern Engel <joern@lazybastard.org>
8750 L:      linux-mtd@lists.infradead.org
8751 S:      Maintained
8752 F:      drivers/mtd/devices/phram.c
8753
8754 PICOLCD HID DRIVER
8755 M:      Bruno Prémont <bonbons@linux-vserver.org>
8756 L:      linux-input@vger.kernel.org
8757 S:      Maintained
8758 F:      drivers/hid/hid-picolcd*
8759
8760 PICOXCELL SUPPORT
8761 M:      Jamie Iles <jamie@jamieiles.com>
8762 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8763 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8764 S:      Supported
8765 F:      arch/arm/boot/dts/picoxcell*
8766 F:      arch/arm/mach-picoxcell/
8767 F:      drivers/crypto/picoxcell*
8768
8769 PIN CONTROL SUBSYSTEM
8770 M:      Linus Walleij <linus.walleij@linaro.org>
8771 L:      linux-gpio@vger.kernel.org
8772 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8773 S:      Maintained
8774 F:      drivers/pinctrl/
8775 F:      include/linux/pinctrl/
8776
8777 PIN CONTROLLER - ATMEL AT91
8778 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8779 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8780 S:      Maintained
8781 F:      drivers/pinctrl/pinctrl-at91.*
8782
8783 PIN CONTROLLER - ATMEL AT91 PIO4
8784 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8785 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8786 L:      linux-gpio@vger.kernel.org
8787 S:      Supported
8788 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8789
8790 PIN CONTROLLER - INTEL
8791 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8792 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8793 S:      Maintained
8794 F:      drivers/pinctrl/intel/
8795
8796 PIN CONTROLLER - RENESAS
8797 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8798 M:      Geert Uytterhoeven <geert+renesas@glider.be>
8799 L:      linux-renesas-soc@vger.kernel.org
8800 S:      Maintained
8801 F:      drivers/pinctrl/sh-pfc/
8802
8803 PIN CONTROLLER - SAMSUNG
8804 M:      Tomasz Figa <tomasz.figa@gmail.com>
8805 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
8806 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8807 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8808 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8809 S:      Maintained
8810 F:      drivers/pinctrl/samsung/
8811
8812 PIN CONTROLLER - SINGLE
8813 M:      Tony Lindgren <tony@atomide.com>
8814 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
8815 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8816 L:      linux-omap@vger.kernel.org
8817 S:      Maintained
8818 F:      drivers/pinctrl/pinctrl-single.c
8819
8820 PIN CONTROLLER - ST SPEAR
8821 M:      Viresh Kumar <vireshk@kernel.org>
8822 L:      spear-devel@list.st.com
8823 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8824 W:      http://www.st.com/spear
8825 S:      Maintained
8826 F:      drivers/pinctrl/spear/
8827
8828 PKTCDVD DRIVER
8829 M:      Jiri Kosina <jikos@kernel.org>
8830 S:      Maintained
8831 F:      drivers/block/pktcdvd.c
8832 F:      include/linux/pktcdvd.h
8833 F:      include/uapi/linux/pktcdvd.h
8834
8835 PKUNITY SOC DRIVERS
8836 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8837 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8838 S:      Maintained
8839 T:      git git://github.com/gxt/linux.git
8840 F:      drivers/input/serio/i8042-unicore32io.h
8841 F:      drivers/i2c/busses/i2c-puv3.c
8842 F:      drivers/video/fbdev/fb-puv3.c
8843 F:      drivers/rtc/rtc-puv3.c
8844
8845 PMBUS HARDWARE MONITORING DRIVERS
8846 M:      Guenter Roeck <linux@roeck-us.net>
8847 L:      linux-hwmon@vger.kernel.org
8848 W:      http://hwmon.wiki.kernel.org/
8849 W:      http://www.roeck-us.net/linux/drivers/
8850 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8851 S:      Maintained
8852 F:      Documentation/hwmon/pmbus
8853 F:      drivers/hwmon/pmbus/
8854 F:      include/linux/i2c/pmbus.h
8855
8856 PMC SIERRA MaxRAID DRIVER
8857 L:      linux-scsi@vger.kernel.org
8858 W:      http://www.pmc-sierra.com/
8859 S:      Orphan
8860 F:      drivers/scsi/pmcraid.*
8861
8862 PMC SIERRA PM8001 DRIVER
8863 M:      Jack Wang <jinpu.wang@profitbricks.com>
8864 M:      lindar_liu@usish.com
8865 L:      pmchba@pmcs.com
8866 L:      linux-scsi@vger.kernel.org
8867 S:      Supported
8868 F:      drivers/scsi/pm8001/
8869
8870 POSIX CLOCKS and TIMERS
8871 M:      Thomas Gleixner <tglx@linutronix.de>
8872 L:      linux-kernel@vger.kernel.org
8873 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8874 S:      Maintained
8875 F:      fs/timerfd.c
8876 F:      include/linux/timer*
8877 F:      kernel/time/*timer*
8878
8879 POWER MANAGEMENT CORE
8880 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
8881 L:      linux-pm@vger.kernel.org
8882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8883 S:      Supported
8884 F:      drivers/base/power/
8885 F:      include/linux/pm.h
8886 F:      include/linux/pm_*
8887 F:      include/linux/powercap.h
8888 F:      drivers/powercap/
8889
8890 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8891 M:      Sebastian Reichel <sre@kernel.org>
8892 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8893 M:      David Woodhouse <dwmw2@infradead.org>
8894 L:      linux-pm@vger.kernel.org
8895 T:      git git://git.infradead.org/battery-2.6.git
8896 S:      Maintained
8897 F:      include/linux/power_supply.h
8898 F:      drivers/power/
8899 X:      drivers/power/avs/
8900
8901 POWER STATE COORDINATION INTERFACE (PSCI)
8902 M:      Mark Rutland <mark.rutland@arm.com>
8903 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8904 L:      linux-arm-kernel@lists.infradead.org
8905 S:      Maintained
8906 F:      drivers/firmware/psci.c
8907 F:      include/linux/psci.h
8908 F:      include/uapi/linux/psci.h
8909
8910 PNP SUPPORT
8911 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8912 S:      Maintained
8913 F:      drivers/pnp/
8914
8915 PPP PROTOCOL DRIVERS AND COMPRESSORS
8916 M:      Paul Mackerras <paulus@samba.org>
8917 L:      linux-ppp@vger.kernel.org
8918 S:      Maintained
8919 F:      drivers/net/ppp/ppp_*
8920
8921 PPP OVER ATM (RFC 2364)
8922 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8923 S:      Maintained
8924 F:      net/atm/pppoatm.c
8925 F:      include/uapi/linux/atmppp.h
8926
8927 PPP OVER ETHERNET
8928 M:      Michal Ostrowski <mostrows@earthlink.net>
8929 S:      Maintained
8930 F:      drivers/net/ppp/pppoe.c
8931 F:      drivers/net/ppp/pppox.c
8932
8933 PPP OVER L2TP
8934 M:      James Chapman <jchapman@katalix.com>
8935 S:      Maintained
8936 F:      net/l2tp/l2tp_ppp.c
8937 F:      include/linux/if_pppol2tp.h
8938 F:      include/uapi/linux/if_pppol2tp.h
8939
8940 PPS SUPPORT
8941 M:      Rodolfo Giometti <giometti@enneenne.com>
8942 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8943 L:      linuxpps@ml.enneenne.com (subscribers-only)
8944 S:      Maintained
8945 F:      Documentation/pps/
8946 F:      drivers/pps/
8947 F:      include/linux/pps*.h
8948
8949 PPTP DRIVER
8950 M:      Dmitry Kozlov <xeb@mail.ru>
8951 L:      netdev@vger.kernel.org
8952 S:      Maintained
8953 F:      drivers/net/ppp/pptp.c
8954 W:      http://sourceforge.net/projects/accel-pptp
8955
8956 PREEMPTIBLE KERNEL
8957 M:      Robert Love <rml@tech9.net>
8958 L:      kpreempt-tech@lists.sourceforge.net
8959 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8960 S:      Supported
8961 F:      Documentation/preempt-locking.txt
8962 F:      include/linux/preempt.h
8963
8964 PRISM54 WIRELESS DRIVER
8965 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8966 L:      linux-wireless@vger.kernel.org
8967 W:      http://wireless.kernel.org/en/users/Drivers/p54
8968 S:      Obsolete
8969 F:      drivers/net/wireless/intersil/prism54/
8970
8971 PS3 NETWORK SUPPORT
8972 M:      Geoff Levand <geoff@infradead.org>
8973 L:      netdev@vger.kernel.org
8974 L:      linuxppc-dev@lists.ozlabs.org
8975 S:      Maintained
8976 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8977
8978 PS3 PLATFORM SUPPORT
8979 M:      Geoff Levand <geoff@infradead.org>
8980 L:      linuxppc-dev@lists.ozlabs.org
8981 S:      Maintained
8982 F:      arch/powerpc/boot/ps3*
8983 F:      arch/powerpc/include/asm/lv1call.h
8984 F:      arch/powerpc/include/asm/ps3*.h
8985 F:      arch/powerpc/platforms/ps3/
8986 F:      drivers/*/ps3*
8987 F:      drivers/ps3/
8988 F:      drivers/rtc/rtc-ps3.c
8989 F:      drivers/usb/host/*ps3.c
8990 F:      sound/ppc/snd_ps3*
8991
8992 PS3VRAM DRIVER
8993 M:      Jim Paris <jim@jtan.com>
8994 M:      Geoff Levand <geoff@infradead.org>
8995 L:      linuxppc-dev@lists.ozlabs.org
8996 S:      Maintained
8997 F:      drivers/block/ps3vram.c
8998
8999 PSTORE FILESYSTEM
9000 M:      Anton Vorontsov <anton@enomsg.org>
9001 M:      Colin Cross <ccross@android.com>
9002 M:      Kees Cook <keescook@chromium.org>
9003 M:      Tony Luck <tony.luck@intel.com>
9004 S:      Maintained
9005 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9006 F:      fs/pstore/
9007 F:      include/linux/pstore*
9008 F:      drivers/firmware/efi/efi-pstore.c
9009 F:      drivers/acpi/apei/erst.c
9010
9011 PTP HARDWARE CLOCK SUPPORT
9012 M:      Richard Cochran <richardcochran@gmail.com>
9013 L:      netdev@vger.kernel.org
9014 S:      Maintained
9015 W:      http://linuxptp.sourceforge.net/
9016 F:      Documentation/ABI/testing/sysfs-ptp
9017 F:      Documentation/ptp/*
9018 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9019 F:      drivers/net/phy/dp83640*
9020 F:      drivers/ptp/*
9021 F:      include/linux/ptp_cl*
9022
9023 PTRACE SUPPORT
9024 M:      Roland McGrath <roland@hack.frob.com>
9025 M:      Oleg Nesterov <oleg@redhat.com>
9026 S:      Maintained
9027 F:      include/asm-generic/syscall.h
9028 F:      include/linux/ptrace.h
9029 F:      include/linux/regset.h
9030 F:      include/linux/tracehook.h
9031 F:      include/uapi/linux/ptrace.h
9032 F:      kernel/ptrace.c
9033
9034 PVRUSB2 VIDEO4LINUX DRIVER
9035 M:      Mike Isely <isely@pobox.com>
9036 L:      pvrusb2@isely.net       (subscribers-only)
9037 L:      linux-media@vger.kernel.org
9038 W:      http://www.isely.net/pvrusb2/
9039 T:      git git://linuxtv.org/media_tree.git
9040 S:      Maintained
9041 F:      Documentation/video4linux/README.pvrusb2
9042 F:      drivers/media/usb/pvrusb2/
9043
9044 PWC WEBCAM DRIVER
9045 M:      Hans de Goede <hdegoede@redhat.com>
9046 L:      linux-media@vger.kernel.org
9047 T:      git git://linuxtv.org/media_tree.git
9048 S:      Maintained
9049 F:      drivers/media/usb/pwc/*
9050
9051 PWM FAN DRIVER
9052 M:      Kamil Debski <k.debski@samsung.com>
9053 L:      linux-hwmon@vger.kernel.org
9054 S:      Supported
9055 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9056 F:      Documentation/hwmon/pwm-fan
9057 F:      drivers/hwmon/pwm-fan.c
9058
9059 PWM SUBSYSTEM
9060 M:      Thierry Reding <thierry.reding@gmail.com>
9061 L:      linux-pwm@vger.kernel.org
9062 S:      Maintained
9063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9064 F:      Documentation/pwm.txt
9065 F:      Documentation/devicetree/bindings/pwm/
9066 F:      include/linux/pwm.h
9067 F:      drivers/pwm/
9068 F:      drivers/video/backlight/pwm_bl.c
9069 F:      include/linux/pwm_backlight.h
9070
9071 PXA2xx/PXA3xx SUPPORT
9072 M:      Daniel Mack <daniel@zonque.org>
9073 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9074 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9075 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9076 T:      git git://github.com/hzhuang1/linux.git
9077 T:      git git://github.com/rjarzmik/linux.git
9078 S:      Maintained
9079 F:      arch/arm/boot/dts/pxa*
9080 F:      arch/arm/mach-pxa/
9081 F:      drivers/dma/pxa*
9082 F:      drivers/pcmcia/pxa2xx*
9083 F:      drivers/pinctrl/pxa/
9084 F:      drivers/spi/spi-pxa2xx*
9085 F:      drivers/usb/gadget/udc/pxa2*
9086 F:      include/sound/pxa2xx-lib.h
9087 F:      sound/arm/pxa*
9088 F:      sound/soc/pxa/
9089
9090 PXA GPIO DRIVER
9091 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9092 L:      linux-gpio@vger.kernel.org
9093 S:      Maintained
9094 F:      drivers/gpio/gpio-pxa.c
9095
9096 PXA3xx NAND FLASH DRIVER
9097 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9098 L:      linux-mtd@lists.infradead.org
9099 S:      Maintained
9100 F:      drivers/mtd/nand/pxa3xx_nand.c
9101
9102 MMP SUPPORT
9103 M:      Eric Miao <eric.y.miao@gmail.com>
9104 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9105 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9106 T:      git git://github.com/hzhuang1/linux.git
9107 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
9108 S:      Maintained
9109 F:      arch/arm/boot/dts/mmp*
9110 F:      arch/arm/mach-mmp/
9111
9112 PXA MMCI DRIVER
9113 S:      Orphan
9114
9115 PXA RTC DRIVER
9116 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9117 L:      rtc-linux@googlegroups.com
9118 S:      Maintained
9119
9120 QAT DRIVER
9121 M:      Tadeusz Struk <tadeusz.struk@intel.com>
9122 L:      qat-linux@intel.com
9123 S:      Supported
9124 F:      drivers/crypto/qat/
9125
9126 QIB DRIVER
9127 M:      Mike Marciniszyn <infinipath@intel.com>
9128 L:      linux-rdma@vger.kernel.org
9129 S:      Supported
9130 F:      drivers/infiniband/hw/qib/
9131
9132 QLOGIC QLA1280 SCSI DRIVER
9133 M:      Michael Reed <mdr@sgi.com>
9134 L:      linux-scsi@vger.kernel.org
9135 S:      Maintained
9136 F:      drivers/scsi/qla1280.[ch]
9137
9138 QLOGIC QLA2XXX FC-SCSI DRIVER
9139 M:      qla2xxx-upstream@qlogic.com
9140 L:      linux-scsi@vger.kernel.org
9141 S:      Supported
9142 F:      Documentation/scsi/LICENSE.qla2xxx
9143 F:      drivers/scsi/qla2xxx/
9144
9145 QLOGIC QLA4XXX iSCSI DRIVER
9146 M:      QLogic-Storage-Upstream@qlogic.com
9147 L:      linux-scsi@vger.kernel.org
9148 S:      Supported
9149 F:      Documentation/scsi/LICENSE.qla4xxx
9150 F:      drivers/scsi/qla4xxx/
9151
9152 QLOGIC QLA3XXX NETWORK DRIVER
9153 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
9154 M:      Ron Mercer <ron.mercer@qlogic.com>
9155 M:      linux-driver@qlogic.com
9156 L:      netdev@vger.kernel.org
9157 S:      Supported
9158 F:      Documentation/networking/LICENSE.qla3xxx
9159 F:      drivers/net/ethernet/qlogic/qla3xxx.*
9160
9161 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9162 M:      Dept-GELinuxNICDev@qlogic.com
9163 L:      netdev@vger.kernel.org
9164 S:      Supported
9165 F:      drivers/net/ethernet/qlogic/qlcnic/
9166
9167 QLOGIC QLGE 10Gb ETHERNET DRIVER
9168 M:      Harish Patil <harish.patil@qlogic.com>
9169 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
9170 M:      Dept-GELinuxNICDev@qlogic.com
9171 M:      linux-driver@qlogic.com
9172 L:      netdev@vger.kernel.org
9173 S:      Supported
9174 F:      drivers/net/ethernet/qlogic/qlge/
9175
9176 QLOGIC QL4xxx ETHERNET DRIVER
9177 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
9178 M:      Ariel Elior <Ariel.Elior@qlogic.com>
9179 M:      everest-linux-l2@qlogic.com
9180 L:      netdev@vger.kernel.org
9181 S:      Supported
9182 F:      drivers/net/ethernet/qlogic/qed/
9183 F:      include/linux/qed/
9184 F:      drivers/net/ethernet/qlogic/qede/
9185
9186 QNX4 FILESYSTEM
9187 M:      Anders Larsen <al@alarsen.net>
9188 W:      http://www.alarsen.net/linux/qnx4fs/
9189 S:      Maintained
9190 F:      fs/qnx4/
9191 F:      include/uapi/linux/qnx4_fs.h
9192 F:      include/uapi/linux/qnxtypes.h
9193
9194 QT1010 MEDIA DRIVER
9195 M:      Antti Palosaari <crope@iki.fi>
9196 L:      linux-media@vger.kernel.org
9197 W:      https://linuxtv.org
9198 W:      http://palosaari.fi/linux/
9199 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9200 T:      git git://linuxtv.org/anttip/media_tree.git
9201 S:      Maintained
9202 F:      drivers/media/tuners/qt1010*
9203
9204 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9205 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9206 L:      linux-wireless@vger.kernel.org
9207 L:      ath9k-devel@lists.ath9k.org
9208 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
9209 S:      Supported
9210 F:      drivers/net/wireless/ath/ath9k/
9211
9212 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9213 M:      Kalle Valo <kvalo@qca.qualcomm.com>
9214 L:      ath10k@lists.infradead.org
9215 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
9216 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9217 S:      Supported
9218 F:      drivers/net/wireless/ath/ath10k/
9219
9220 QUALCOMM HEXAGON ARCHITECTURE
9221 M:      Richard Kuo <rkuo@codeaurora.org>
9222 L:      linux-hexagon@vger.kernel.org
9223 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9224 S:      Supported
9225 F:      arch/hexagon/
9226
9227 QUALCOMM WCN36XX WIRELESS DRIVER
9228 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
9229 L:      wcn36xx@lists.infradead.org
9230 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
9231 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
9232 S:      Supported
9233 F:      drivers/net/wireless/ath/wcn36xx/
9234
9235 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9236 M:      Gabriel Somlo <somlo@cmu.edu>
9237 M:      "Michael S. Tsirkin" <mst@redhat.com>
9238 L:      qemu-devel@nongnu.org
9239 S:      Maintained
9240 F:      drivers/firmware/qemu_fw_cfg.c
9241
9242 RADOS BLOCK DEVICE (RBD)
9243 M:      Ilya Dryomov <idryomov@gmail.com>
9244 M:      Sage Weil <sage@redhat.com>
9245 M:      Alex Elder <elder@kernel.org>
9246 L:      ceph-devel@vger.kernel.org
9247 W:      http://ceph.com/
9248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9249 T:      git git://github.com/ceph/ceph-client.git
9250 S:      Supported
9251 F:      Documentation/ABI/testing/sysfs-bus-rbd
9252 F:      drivers/block/rbd.c
9253 F:      drivers/block/rbd_types.h
9254
9255 RADEON FRAMEBUFFER DISPLAY DRIVER
9256 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
9257 L:      linux-fbdev@vger.kernel.org
9258 S:      Maintained
9259 F:      drivers/video/fbdev/aty/radeon*
9260 F:      include/uapi/linux/radeonfb.h
9261
9262 RADIOSHARK RADIO DRIVER
9263 M:      Hans de Goede <hdegoede@redhat.com>
9264 L:      linux-media@vger.kernel.org
9265 T:      git git://linuxtv.org/media_tree.git
9266 S:      Maintained
9267 F:      drivers/media/radio/radio-shark.c
9268
9269 RADIOSHARK2 RADIO DRIVER
9270 M:      Hans de Goede <hdegoede@redhat.com>
9271 L:      linux-media@vger.kernel.org
9272 T:      git git://linuxtv.org/media_tree.git
9273 S:      Maintained
9274 F:      drivers/media/radio/radio-shark2.c
9275 F:      drivers/media/radio/radio-tea5777.c
9276
9277 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9278 M:      Paul Mackerras <paulus@samba.org>
9279 L:      linux-fbdev@vger.kernel.org
9280 S:      Maintained
9281 F:      drivers/video/fbdev/aty/aty128fb.c
9282
9283 RALINK MIPS ARCHITECTURE
9284 M:      John Crispin <john@phrozen.org>
9285 L:      linux-mips@linux-mips.org
9286 S:      Maintained
9287 F:      arch/mips/ralink
9288
9289 RALINK RT2X00 WIRELESS LAN DRIVER
9290 P:      rt2x00 project
9291 M:      Stanislaw Gruszka <sgruszka@redhat.com>
9292 M:      Helmut Schaa <helmut.schaa@googlemail.com>
9293 L:      linux-wireless@vger.kernel.org
9294 S:      Maintained
9295 F:      drivers/net/wireless/ralink/rt2x00/
9296
9297 RAMDISK RAM BLOCK DEVICE DRIVER
9298 M:      Jens Axboe <axboe@kernel.dk>
9299 S:      Maintained
9300 F:      Documentation/blockdev/ramdisk.txt
9301 F:      drivers/block/brd.c
9302
9303 RANDOM NUMBER DRIVER
9304 M:      "Theodore Ts'o" <tytso@mit.edu>
9305 S:      Maintained
9306 F:      drivers/char/random.c
9307
9308 RAPIDIO SUBSYSTEM
9309 M:      Matt Porter <mporter@kernel.crashing.org>
9310 M:      Alexandre Bounine <alexandre.bounine@idt.com>
9311 S:      Maintained
9312 F:      drivers/rapidio/
9313
9314 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9315 L:      linux-wireless@vger.kernel.org
9316 S:      Orphan
9317 F:      drivers/net/wireless/ray*
9318
9319 RCUTORTURE MODULE
9320 M:      Josh Triplett <josh@joshtriplett.org>
9321 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9322 L:      linux-kernel@vger.kernel.org
9323 S:      Supported
9324 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9325 F:      Documentation/RCU/torture.txt
9326 F:      kernel/rcu/rcutorture.c
9327
9328 RCUTORTURE TEST FRAMEWORK
9329 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9330 M:      Josh Triplett <josh@joshtriplett.org>
9331 R:      Steven Rostedt <rostedt@goodmis.org>
9332 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9333 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9334 L:      linux-kernel@vger.kernel.org
9335 S:      Supported
9336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9337 F:      tools/testing/selftests/rcutorture
9338
9339 RDC R-321X SoC
9340 M:      Florian Fainelli <florian@openwrt.org>
9341 S:      Maintained
9342
9343 RDC R6040 FAST ETHERNET DRIVER
9344 M:      Florian Fainelli <florian@openwrt.org>
9345 L:      netdev@vger.kernel.org
9346 S:      Maintained
9347 F:      drivers/net/ethernet/rdc/r6040.c
9348
9349 RDS - RELIABLE DATAGRAM SOCKETS
9350 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
9351 L:      netdev@vger.kernel.org
9352 L:      linux-rdma@vger.kernel.org
9353 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
9354 W:      https://oss.oracle.com/projects/rds/
9355 S:      Supported
9356 F:      net/rds/
9357 F:      Documentation/networking/rds.txt
9358
9359 RDMAVT - RDMA verbs software
9360 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
9361 L:      linux-rdma@vger.kernel.org
9362 S:      Supported
9363 F:      drivers/infiniband/sw/rdmavt
9364
9365 READ-COPY UPDATE (RCU)
9366 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9367 M:      Josh Triplett <josh@joshtriplett.org>
9368 R:      Steven Rostedt <rostedt@goodmis.org>
9369 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9370 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9371 L:      linux-kernel@vger.kernel.org
9372 W:      http://www.rdrop.com/users/paulmck/RCU/
9373 S:      Supported
9374 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9375 F:      Documentation/RCU/
9376 X:      Documentation/RCU/torture.txt
9377 F:      include/linux/rcu*
9378 X:      include/linux/srcu.h
9379 F:      kernel/rcu/
9380 X:      kernel/torture.c
9381
9382 REAL TIME CLOCK (RTC) SUBSYSTEM
9383 M:      Alessandro Zummo <a.zummo@towertech.it>
9384 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
9385 L:      rtc-linux@googlegroups.com
9386 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
9387 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9388 S:      Maintained
9389 F:      Documentation/rtc.txt
9390 F:      drivers/rtc/
9391 F:      include/linux/rtc.h
9392 F:      include/uapi/linux/rtc.h
9393
9394 REALTEK AUDIO CODECS
9395 M:      Bard Liao <bardliao@realtek.com>
9396 M:      Oder Chiou <oder_chiou@realtek.com>
9397 S:      Maintained
9398 F:      sound/soc/codecs/rt*
9399 F:      include/sound/rt*.h
9400
9401 REISERFS FILE SYSTEM
9402 L:      reiserfs-devel@vger.kernel.org
9403 S:      Supported
9404 F:      fs/reiserfs/
9405
9406 REGISTER MAP ABSTRACTION
9407 M:      Mark Brown <broonie@kernel.org>
9408 L:      linux-kernel@vger.kernel.org
9409 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9410 S:      Supported
9411 F:      drivers/base/regmap/
9412 F:      include/linux/regmap.h
9413
9414 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9415 M:      Ohad Ben-Cohen <ohad@wizery.com>
9416 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9417 L:      linux-remoteproc@vger.kernel.org
9418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9419 S:      Maintained
9420 F:      drivers/remoteproc/
9421 F:      Documentation/remoteproc.txt
9422 F:      include/linux/remoteproc.h
9423
9424 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9425 M:      Ohad Ben-Cohen <ohad@wizery.com>
9426 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9427 L:      linux-remoteproc@vger.kernel.org
9428 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9429 S:      Maintained
9430 F:      drivers/rpmsg/
9431 F:      Documentation/rpmsg.txt
9432 F:      include/linux/rpmsg.h
9433
9434 RENESAS ETHERNET DRIVERS
9435 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9436 L:      netdev@vger.kernel.org
9437 L:      linux-renesas-soc@vger.kernel.org
9438 F:      drivers/net/ethernet/renesas/
9439 F:      include/linux/sh_eth.h
9440
9441 RENESAS USB2 PHY DRIVER
9442 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9443 L:      linux-renesas-soc@vger.kernel.org
9444 S:      Maintained
9445 F:      drivers/phy/phy-rcar-gen3-usb2.c
9446
9447 RESET CONTROLLER FRAMEWORK
9448 M:      Philipp Zabel <p.zabel@pengutronix.de>
9449 T:      git git://git.pengutronix.de/git/pza/linux
9450 S:      Maintained
9451 F:      drivers/reset/
9452 F:      Documentation/devicetree/bindings/reset/
9453 F:      include/dt-bindings/reset/
9454 F:      include/linux/reset.h
9455 F:      include/linux/reset-controller.h
9456
9457 RFKILL
9458 M:      Johannes Berg <johannes@sipsolutions.net>
9459 L:      linux-wireless@vger.kernel.org
9460 W:      http://wireless.kernel.org/
9461 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9462 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9463 S:      Maintained
9464 F:      Documentation/rfkill.txt
9465 F:      net/rfkill/
9466
9467 RHASHTABLE
9468 M:      Thomas Graf <tgraf@suug.ch>
9469 L:      netdev@vger.kernel.org
9470 S:      Maintained
9471 F:      lib/rhashtable.c
9472 F:      include/linux/rhashtable.h
9473
9474 RICOH SMARTMEDIA/XD DRIVER
9475 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9476 S:      Maintained
9477 F:      drivers/mtd/nand/r852.c
9478 F:      drivers/mtd/nand/r852.h
9479
9480 RICOH R5C592 MEMORYSTICK DRIVER
9481 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9482 S:      Maintained
9483 F:      drivers/memstick/host/r592.*
9484
9485 ROCCAT DRIVERS
9486 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
9487 W:      http://sourceforge.net/projects/roccat/
9488 S:      Maintained
9489 F:      drivers/hid/hid-roccat*
9490 F:      include/linux/hid-roccat*
9491 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
9492
9493 ROCKER DRIVER
9494 M:      Jiri Pirko <jiri@resnulli.us>
9495 M:      Scott Feldman <sfeldma@gmail.com>
9496 L:      netdev@vger.kernel.org
9497 S:      Supported
9498 F:      drivers/net/ethernet/rocker/
9499
9500 ROCKETPORT DRIVER
9501 P:      Comtrol Corp.
9502 W:      http://www.comtrol.com
9503 S:      Maintained
9504 F:      Documentation/serial/rocket.txt
9505 F:      drivers/tty/rocket*
9506
9507 ROCKETPORT EXPRESS/INFINITY DRIVER
9508 M:      Kevin Cernekee <cernekee@gmail.com>
9509 L:      linux-serial@vger.kernel.org
9510 S:      Odd Fixes
9511 F:      drivers/tty/serial/rp2.*
9512
9513 ROSE NETWORK LAYER
9514 M:      Ralf Baechle <ralf@linux-mips.org>
9515 L:      linux-hams@vger.kernel.org
9516 W:      http://www.linux-ax25.org/
9517 S:      Maintained
9518 F:      include/net/rose.h
9519 F:      include/uapi/linux/rose.h
9520 F:      net/rose/
9521
9522 RTL2830 MEDIA DRIVER
9523 M:      Antti Palosaari <crope@iki.fi>
9524 L:      linux-media@vger.kernel.org
9525 W:      https://linuxtv.org
9526 W:      http://palosaari.fi/linux/
9527 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9528 T:      git git://linuxtv.org/anttip/media_tree.git
9529 S:      Maintained
9530 F:      drivers/media/dvb-frontends/rtl2830*
9531
9532 RTL2832 MEDIA DRIVER
9533 M:      Antti Palosaari <crope@iki.fi>
9534 L:      linux-media@vger.kernel.org
9535 W:      https://linuxtv.org
9536 W:      http://palosaari.fi/linux/
9537 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9538 T:      git git://linuxtv.org/anttip/media_tree.git
9539 S:      Maintained
9540 F:      drivers/media/dvb-frontends/rtl2832*
9541
9542 RTL2832_SDR MEDIA DRIVER
9543 M:      Antti Palosaari <crope@iki.fi>
9544 L:      linux-media@vger.kernel.org
9545 W:      https://linuxtv.org
9546 W:      http://palosaari.fi/linux/
9547 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9548 T:      git git://linuxtv.org/anttip/media_tree.git
9549 S:      Maintained
9550 F:      drivers/media/dvb-frontends/rtl2832_sdr*
9551
9552 RTL8180 WIRELESS DRIVER
9553 L:      linux-wireless@vger.kernel.org
9554 W:      http://wireless.kernel.org/
9555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9556 S:      Orphan
9557 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
9558
9559 RTL8187 WIRELESS DRIVER
9560 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9561 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
9562 M:      Larry Finger <Larry.Finger@lwfinger.net>
9563 L:      linux-wireless@vger.kernel.org
9564 W:      http://wireless.kernel.org/
9565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9566 S:      Maintained
9567 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
9568
9569 RTL8192CE WIRELESS DRIVER
9570 M:      Larry Finger <Larry.Finger@lwfinger.net>
9571 M:      Chaoming Li <chaoming_li@realsil.com.cn>
9572 L:      linux-wireless@vger.kernel.org
9573 W:      http://wireless.kernel.org/
9574 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9575 S:      Maintained
9576 F:      drivers/net/wireless/realtek/rtlwifi/
9577 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9578
9579 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9580 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9581 L:      linux-wireless@vger.kernel.org
9582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
9583 S:      Maintained
9584 F:      drivers/net/wireless/realtek/rtl8xxxu/
9585
9586 S3 SAVAGE FRAMEBUFFER DRIVER
9587 M:      Antonino Daplas <adaplas@gmail.com>
9588 L:      linux-fbdev@vger.kernel.org
9589 S:      Maintained
9590 F:      drivers/video/fbdev/savage/
9591
9592 S390
9593 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
9594 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
9595 L:      linux-s390@vger.kernel.org
9596 W:      http://www.ibm.com/developerworks/linux/linux390/
9597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9598 S:      Supported
9599 F:      arch/s390/
9600 F:      drivers/s390/
9601 F:      Documentation/s390/
9602 F:      Documentation/DocBook/s390*
9603
9604 S390 COMMON I/O LAYER
9605 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9606 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9607 L:      linux-s390@vger.kernel.org
9608 W:      http://www.ibm.com/developerworks/linux/linux390/
9609 S:      Supported
9610 F:      drivers/s390/cio/
9611
9612 S390 DASD DRIVER
9613 M:      Stefan Weinhuber <wein@de.ibm.com>
9614 M:      Stefan Haberland <stefan.haberland@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/s390/block/dasd*
9619 F:      block/partitions/ibm.c
9620
9621 S390 NETWORK DRIVERS
9622 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9623 L:      linux-s390@vger.kernel.org
9624 W:      http://www.ibm.com/developerworks/linux/linux390/
9625 S:      Supported
9626 F:      drivers/s390/net/
9627
9628 S390 PCI SUBSYSTEM
9629 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9630 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9631 L:      linux-s390@vger.kernel.org
9632 W:      http://www.ibm.com/developerworks/linux/linux390/
9633 S:      Supported
9634 F:      arch/s390/pci/
9635 F:      drivers/pci/hotplug/s390_pci_hpc.c
9636
9637 S390 ZCRYPT DRIVER
9638 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9639 L:      linux-s390@vger.kernel.org
9640 W:      http://www.ibm.com/developerworks/linux/linux390/
9641 S:      Supported
9642 F:      drivers/s390/crypto/
9643
9644 S390 ZFCP DRIVER
9645 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9646 L:      linux-s390@vger.kernel.org
9647 W:      http://www.ibm.com/developerworks/linux/linux390/
9648 S:      Supported
9649 F:      drivers/s390/scsi/zfcp_*
9650
9651 S390 IUCV NETWORK LAYER
9652 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9653 L:      linux-s390@vger.kernel.org
9654 W:      http://www.ibm.com/developerworks/linux/linux390/
9655 S:      Supported
9656 F:      drivers/s390/net/*iucv*
9657 F:      include/net/iucv/
9658 F:      net/iucv/
9659
9660 S390 IOMMU (PCI)
9661 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9662 L:      linux-s390@vger.kernel.org
9663 W:      http://www.ibm.com/developerworks/linux/linux390/
9664 S:      Supported
9665 F:      drivers/iommu/s390-iommu.c
9666
9667 S3C24XX SD/MMC Driver
9668 M:      Ben Dooks <ben-linux@fluff.org>
9669 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9670 S:      Supported
9671 F:      drivers/mmc/host/s3cmci.*
9672
9673 SAA6588 RDS RECEIVER DRIVER
9674 M:      Hans Verkuil <hverkuil@xs4all.nl>
9675 L:      linux-media@vger.kernel.org
9676 T:      git git://linuxtv.org/media_tree.git
9677 W:      https://linuxtv.org
9678 S:      Odd Fixes
9679 F:      drivers/media/i2c/saa6588*
9680
9681 SAA7134 VIDEO4LINUX DRIVER
9682 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9683 L:      linux-media@vger.kernel.org
9684 W:      https://linuxtv.org
9685 T:      git git://linuxtv.org/media_tree.git
9686 S:      Odd fixes
9687 F:      Documentation/video4linux/*.saa7134
9688 F:      drivers/media/pci/saa7134/
9689
9690 SAA7146 VIDEO4LINUX-2 DRIVER
9691 M:      Hans Verkuil <hverkuil@xs4all.nl>
9692 L:      linux-media@vger.kernel.org
9693 T:      git git://linuxtv.org/media_tree.git
9694 S:      Maintained
9695 F:      drivers/media/common/saa7146/
9696 F:      drivers/media/pci/saa7146/
9697 F:      include/media/saa7146*
9698
9699 SAMSUNG LAPTOP DRIVER
9700 M:      Corentin Chary <corentin.chary@gmail.com>
9701 L:      platform-driver-x86@vger.kernel.org
9702 S:      Maintained
9703 F:      drivers/platform/x86/samsung-laptop.c
9704
9705 SAMSUNG AUDIO (ASoC) DRIVERS
9706 M:      Sangbeom Kim <sbkim73@samsung.com>
9707 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9708 S:      Supported
9709 F:      sound/soc/samsung/
9710
9711 SAMSUNG FRAMEBUFFER DRIVER
9712 M:      Jingoo Han <jingoohan1@gmail.com>
9713 L:      linux-fbdev@vger.kernel.org
9714 S:      Maintained
9715 F:      drivers/video/fbdev/s3c-fb.c
9716
9717 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9718 M:      Sangbeom Kim <sbkim73@samsung.com>
9719 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9720 L:      linux-kernel@vger.kernel.org
9721 L:      linux-samsung-soc@vger.kernel.org
9722 S:      Supported
9723 F:      drivers/mfd/sec*.c
9724 F:      drivers/regulator/s2m*.c
9725 F:      drivers/regulator/s5m*.c
9726 F:      drivers/clk/clk-s2mps11.c
9727 F:      drivers/rtc/rtc-s5m.c
9728 F:      include/linux/mfd/samsung/
9729 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9730 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9731 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9732 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9733
9734 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9735 M:      Kyungmin Park <kyungmin.park@samsung.com>
9736 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9737 L:      linux-media@vger.kernel.org
9738 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9739 S:      Supported
9740 F:      drivers/media/platform/exynos4-is/
9741
9742 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9743 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9744 L:      linux-media@vger.kernel.org
9745 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9746 S:      Maintained
9747 F:      drivers/media/platform/s3c-camif/
9748 F:      include/media/drv-intf/s3c_camif.h
9749
9750 SAMSUNG S5C73M3 CAMERA DRIVER
9751 M:      Kyungmin Park <kyungmin.park@samsung.com>
9752 M:      Andrzej Hajda <a.hajda@samsung.com>
9753 L:      linux-media@vger.kernel.org
9754 S:      Supported
9755 F:      drivers/media/i2c/s5c73m3/*
9756
9757 SAMSUNG S5K5BAF CAMERA DRIVER
9758 M:      Kyungmin Park <kyungmin.park@samsung.com>
9759 M:      Andrzej Hajda <a.hajda@samsung.com>
9760 L:      linux-media@vger.kernel.org
9761 S:      Supported
9762 F:      drivers/media/i2c/s5k5baf.c
9763
9764 SAMSUNG S3FWRN5 NFC DRIVER
9765 M:      Robert Baldyga <r.baldyga@samsung.com>
9766 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
9767 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9768 S:      Supported
9769 F:      drivers/nfc/s3fwrn5
9770
9771 SAMSUNG SOC CLOCK DRIVERS
9772 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9773 M:      Tomasz Figa <tomasz.figa@gmail.com>
9774 S:      Supported
9775 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9776 F:      drivers/clk/samsung/
9777
9778 SAMSUNG SXGBE DRIVERS
9779 M:      Byungho An <bh74.an@samsung.com>
9780 M:      Girish K S <ks.giri@samsung.com>
9781 M:      Vipul Pandya <vipul.pandya@samsung.com>
9782 S:      Supported
9783 L:      netdev@vger.kernel.org
9784 F:      drivers/net/ethernet/samsung/sxgbe/
9785
9786 SAMSUNG THERMAL DRIVER
9787 M:      Lukasz Majewski <l.majewski@samsung.com>
9788 L:      linux-pm@vger.kernel.org
9789 L:      linux-samsung-soc@vger.kernel.org
9790 S:      Supported
9791 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
9792 F:      drivers/thermal/samsung/
9793
9794 SAMSUNG USB2 PHY DRIVER
9795 M:      Kamil Debski <k.debski@samsung.com>
9796 L:      linux-kernel@vger.kernel.org
9797 S:      Supported
9798 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9799 F:      Documentation/phy/samsung-usb2.txt
9800 F:      drivers/phy/phy-exynos4210-usb2.c
9801 F:      drivers/phy/phy-exynos4x12-usb2.c
9802 F:      drivers/phy/phy-exynos5250-usb2.c
9803 F:      drivers/phy/phy-s5pv210-usb2.c
9804 F:      drivers/phy/phy-samsung-usb2.c
9805 F:      drivers/phy/phy-samsung-usb2.h
9806
9807 SERIAL DRIVERS
9808 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9809 L:      linux-serial@vger.kernel.org
9810 S:      Maintained
9811 F:      drivers/tty/serial/
9812
9813 SYNOPSYS DESIGNWARE DMAC DRIVER
9814 M:      Viresh Kumar <vireshk@kernel.org>
9815 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9816 S:      Maintained
9817 F:      include/linux/dma/dw.h
9818 F:      include/linux/platform_data/dma-dw.h
9819 F:      drivers/dma/dw/
9820
9821 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9822 M: Lars Persson <lars.persson@axis.com>
9823 L: netdev@vger.kernel.org
9824 S: Supported
9825 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9826 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9827
9828 SYNOPSYS DESIGNWARE I2C DRIVER
9829 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9830 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9831 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
9832 L:      linux-i2c@vger.kernel.org
9833 S:      Maintained
9834 F:      drivers/i2c/busses/i2c-designware-*
9835 F:      include/linux/platform_data/i2c-designware.h
9836
9837 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9838 M:      Jaehoon Chung <jh80.chung@samsung.com>
9839 L:      linux-mmc@vger.kernel.org
9840 S:      Maintained
9841 F:      include/linux/mmc/dw_mmc.h
9842 F:      drivers/mmc/host/dw_mmc*
9843
9844 SYSTEM TRACE MODULE CLASS
9845 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9846 S:      Maintained
9847 F:      Documentation/trace/stm.txt
9848 F:      drivers/hwtracing/stm/
9849 F:      include/linux/stm.h
9850 F:      include/uapi/linux/stm.h
9851
9852 THUNDERBOLT DRIVER
9853 M:      Andreas Noever <andreas.noever@gmail.com>
9854 S:      Maintained
9855 F:      drivers/thunderbolt/
9856
9857 TI BQ27XXX POWER SUPPLY DRIVER
9858 R:      Andrew F. Davis <afd@ti.com>
9859 F:      include/linux/power/bq27xxx_battery.h
9860 F:      drivers/power/bq27xxx_battery.c
9861 F:      drivers/power/bq27xxx_battery_i2c.c
9862
9863 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
9864 M:      John Stultz <john.stultz@linaro.org>
9865 M:      Thomas Gleixner <tglx@linutronix.de>
9866 L:      linux-kernel@vger.kernel.org
9867 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9868 S:      Supported
9869 F:      include/linux/clocksource.h
9870 F:      include/linux/time.h
9871 F:      include/linux/timex.h
9872 F:      include/uapi/linux/time.h
9873 F:      include/uapi/linux/timex.h
9874 F:      kernel/time/clocksource.c
9875 F:      kernel/time/time*.c
9876 F:      kernel/time/alarmtimer.c
9877 F:      kernel/time/ntp.c
9878 F:      tools/testing/selftests/timers/
9879
9880 SC1200 WDT DRIVER
9881 M:      Zwane Mwaikambo <zwanem@gmail.com>
9882 S:      Maintained
9883 F:      drivers/watchdog/sc1200wdt.c
9884
9885 SCHEDULER
9886 M:      Ingo Molnar <mingo@redhat.com>
9887 M:      Peter Zijlstra <peterz@infradead.org>
9888 L:      linux-kernel@vger.kernel.org
9889 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9890 S:      Maintained
9891 F:      kernel/sched/
9892 F:      include/linux/sched.h
9893 F:      include/uapi/linux/sched.h
9894 F:      include/linux/wait.h
9895
9896 SCORE ARCHITECTURE
9897 M:      Chen Liqin <liqin.linux@gmail.com>
9898 M:      Lennox Wu <lennox.wu@gmail.com>
9899 W:      http://www.sunplus.com
9900 S:      Supported
9901 F:      arch/score/
9902
9903 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9904 M:      Sudeep Holla <sudeep.holla@arm.com>
9905 L:      linux-arm-kernel@lists.infradead.org
9906 S:      Maintained
9907 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
9908 F:      drivers/clk/clk-scpi.c
9909 F:      drivers/cpufreq/scpi-cpufreq.c
9910 F:      drivers/firmware/arm_scpi.c
9911 F:      include/linux/scpi_protocol.h
9912
9913 SCSI CDROM DRIVER
9914 M:      Jens Axboe <axboe@kernel.dk>
9915 L:      linux-scsi@vger.kernel.org
9916 W:      http://www.kernel.dk
9917 S:      Maintained
9918 F:      drivers/scsi/sr*
9919
9920 SCSI RDMA PROTOCOL (SRP) INITIATOR
9921 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9922 L:      linux-rdma@vger.kernel.org
9923 S:      Supported
9924 W:      http://www.openfabrics.org
9925 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9926 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9927 F:      drivers/infiniband/ulp/srp/
9928 F:      include/scsi/srp.h
9929
9930 SCSI SG DRIVER
9931 M:      Doug Gilbert <dgilbert@interlog.com>
9932 L:      linux-scsi@vger.kernel.org
9933 W:      http://sg.danny.cz/sg
9934 S:      Maintained
9935 F:      Documentation/scsi/scsi-generic.txt
9936 F:      drivers/scsi/sg.c
9937 F:      include/scsi/sg.h
9938
9939 SCSI SUBSYSTEM
9940 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
9941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9942 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
9943 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9944 L:      linux-scsi@vger.kernel.org
9945 S:      Maintained
9946 F:      drivers/scsi/
9947 F:      include/scsi/
9948
9949 SCSI TAPE DRIVER
9950 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9951 L:      linux-scsi@vger.kernel.org
9952 S:      Maintained
9953 F:      Documentation/scsi/st.txt
9954 F:      drivers/scsi/st.*
9955 F:      drivers/scsi/st_*.h
9956
9957 SCTP PROTOCOL
9958 M:      Vlad Yasevich <vyasevich@gmail.com>
9959 M:      Neil Horman <nhorman@tuxdriver.com>
9960 L:      linux-sctp@vger.kernel.org
9961 W:      http://lksctp.sourceforge.net
9962 S:      Maintained
9963 F:      Documentation/networking/sctp.txt
9964 F:      include/linux/sctp.h
9965 F:      include/uapi/linux/sctp.h
9966 F:      include/net/sctp/
9967 F:      net/sctp/
9968
9969 SCx200 CPU SUPPORT
9970 M:      Jim Cromie <jim.cromie@gmail.com>
9971 S:      Odd Fixes
9972 F:      Documentation/i2c/busses/scx200_acb
9973 F:      arch/x86/platform/scx200/
9974 F:      drivers/watchdog/scx200_wdt.c
9975 F:      drivers/i2c/busses/scx200*
9976 F:      drivers/mtd/maps/scx200_docflash.c
9977 F:      include/linux/scx200.h
9978
9979 SCx200 GPIO DRIVER
9980 M:      Jim Cromie <jim.cromie@gmail.com>
9981 S:      Maintained
9982 F:      drivers/char/scx200_gpio.c
9983 F:      include/linux/scx200_gpio.h
9984
9985 SCx200 HRT CLOCKSOURCE DRIVER
9986 M:      Jim Cromie <jim.cromie@gmail.com>
9987 S:      Maintained
9988 F:      drivers/clocksource/scx200_hrt.c
9989
9990 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9991 M:      Sascha Sommer <saschasommer@freenet.de>
9992 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9993 S:      Maintained
9994 F:      drivers/mmc/host/sdricoh_cs.c
9995
9996 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9997 M:      Adrian Hunter <adrian.hunter@intel.com>
9998 L:      linux-mmc@vger.kernel.org
9999 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
10000 S:      Maintained
10001 F:      drivers/mmc/host/sdhci*
10002 F:      include/linux/mmc/sdhci*
10003
10004 SECURE COMPUTING
10005 M:      Kees Cook <keescook@chromium.org>
10006 R:      Andy Lutomirski <luto@amacapital.net>
10007 R:      Will Drewry <wad@chromium.org>
10008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10009 S:      Supported
10010 F:      kernel/seccomp.c
10011 F:      include/uapi/linux/seccomp.h
10012 F:      include/linux/seccomp.h
10013 F:      tools/testing/selftests/seccomp/*
10014 K:      \bsecure_computing
10015 K:      \bTIF_SECCOMP\b
10016
10017 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10018 M:      Ben Dooks <ben-linux@fluff.org>
10019 M:      Jaehoon Chung <jh80.chung@samsung.com>
10020 L:      linux-mmc@vger.kernel.org
10021 S:      Maintained
10022 F:      drivers/mmc/host/sdhci-s3c*
10023
10024 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10025 M:      Viresh Kumar <vireshk@kernel.org>
10026 L:      spear-devel@list.st.com
10027 L:      linux-mmc@vger.kernel.org
10028 S:      Maintained
10029 F:      drivers/mmc/host/sdhci-spear.c
10030
10031 SECURITY SUBSYSTEM
10032 M:      James Morris <james.l.morris@oracle.com>
10033 M:      "Serge E. Hallyn" <serge@hallyn.com>
10034 L:      linux-security-module@vger.kernel.org (suggested Cc:)
10035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10036 W:      http://kernsec.org/
10037 S:      Supported
10038 F:      security/
10039
10040 SECURITY CONTACT
10041 M:      Security Officers <security@kernel.org>
10042 S:      Supported
10043
10044 SELINUX SECURITY MODULE
10045 M:      Paul Moore <paul@paul-moore.com>
10046 M:      Stephen Smalley <sds@tycho.nsa.gov>
10047 M:      Eric Paris <eparis@parisplace.org>
10048 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
10049 W:      http://selinuxproject.org
10050 T:      git git://git.infradead.org/users/pcmoore/selinux
10051 S:      Supported
10052 F:      include/linux/selinux*
10053 F:      security/selinux/
10054 F:      scripts/selinux/
10055
10056 APPARMOR SECURITY MODULE
10057 M:      John Johansen <john.johansen@canonical.com>
10058 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10059 W:      apparmor.wiki.kernel.org
10060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10061 S:      Supported
10062 F:      security/apparmor/
10063
10064 LOADPIN SECURITY MODULE
10065 M:      Kees Cook <keescook@chromium.org>
10066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10067 S:      Supported
10068 F:      security/loadpin/
10069
10070 YAMA SECURITY MODULE
10071 M:      Kees Cook <keescook@chromium.org>
10072 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10073 S:      Supported
10074 F:      security/yama/
10075
10076 SENSABLE PHANTOM
10077 M:      Jiri Slaby <jirislaby@gmail.com>
10078 S:      Maintained
10079 F:      drivers/misc/phantom.c
10080 F:      include/uapi/linux/phantom.h
10081
10082 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
10083 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
10084 M:      Ketan Mukadam <ketan.mukadam@avagotech.com>
10085 M:      John Soni Jose <sony.john@avagotech.com>
10086 L:      linux-scsi@vger.kernel.org
10087 W:      http://www.avagotech.com
10088 S:      Supported
10089 F:      drivers/scsi/be2iscsi/
10090
10091 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
10092 M:      Sathya Perla <sathya.perla@broadcom.com>
10093 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
10094 M:      Padmanabh Ratnakar <padmanabh.ratnakar@broadcom.com>
10095 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10096 M:      Somnath Kotur <somnath.kotur@broadcom.com>
10097 L:      netdev@vger.kernel.org
10098 W:      http://www.emulex.com
10099 S:      Supported
10100 F:      drivers/net/ethernet/emulex/benet/
10101
10102 EMULEX ONECONNECT ROCE DRIVER
10103 M:      Selvin Xavier <selvin.xavier@avagotech.com>
10104 M:      Devesh Sharma <devesh.sharma@avagotech.com>
10105 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10106 L:      linux-rdma@vger.kernel.org
10107 W:      http://www.emulex.com
10108 S:      Supported
10109 F:      drivers/infiniband/hw/ocrdma/
10110
10111 SFC NETWORK DRIVER
10112 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10113 M:      Edward Cree <ecree@solarflare.com>
10114 M:      Bert Kenward <bkenward@solarflare.com>
10115 L:      netdev@vger.kernel.org
10116 S:      Supported
10117 F:      drivers/net/ethernet/sfc/
10118
10119 SGI GRU DRIVER
10120 M:      Dimitri Sivanich <sivanich@sgi.com>
10121 S:      Maintained
10122 F:      drivers/misc/sgi-gru/
10123
10124 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10125 M:      Pat Gefre <pfg@sgi.com>
10126 L:      linux-ia64@vger.kernel.org
10127 S:      Supported
10128 F:      Documentation/ia64/serial.txt
10129 F:      drivers/tty/serial/ioc?_serial.c
10130 F:      include/linux/ioc?.h
10131
10132 SGI XP/XPC/XPNET DRIVER
10133 M:      Cliff Whickman <cpw@sgi.com>
10134 M:      Robin Holt <robinmholt@gmail.com>
10135 S:      Maintained
10136 F:      drivers/misc/sgi-xp/
10137
10138 SI2157 MEDIA DRIVER
10139 M:      Antti Palosaari <crope@iki.fi>
10140 L:      linux-media@vger.kernel.org
10141 W:      https://linuxtv.org
10142 W:      http://palosaari.fi/linux/
10143 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10144 T:      git git://linuxtv.org/anttip/media_tree.git
10145 S:      Maintained
10146 F:      drivers/media/tuners/si2157*
10147
10148 SI2168 MEDIA DRIVER
10149 M:      Antti Palosaari <crope@iki.fi>
10150 L:      linux-media@vger.kernel.org
10151 W:      https://linuxtv.org
10152 W:      http://palosaari.fi/linux/
10153 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10154 T:      git git://linuxtv.org/anttip/media_tree.git
10155 S:      Maintained
10156 F:      drivers/media/dvb-frontends/si2168*
10157
10158 SI470X FM RADIO RECEIVER I2C DRIVER
10159 M:      Hans Verkuil <hverkuil@xs4all.nl>
10160 L:      linux-media@vger.kernel.org
10161 T:      git git://linuxtv.org/media_tree.git
10162 W:      https://linuxtv.org
10163 S:      Odd Fixes
10164 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
10165
10166 SI470X FM RADIO RECEIVER USB DRIVER
10167 M:      Hans Verkuil <hverkuil@xs4all.nl>
10168 L:      linux-media@vger.kernel.org
10169 T:      git git://linuxtv.org/media_tree.git
10170 W:      https://linuxtv.org
10171 S:      Maintained
10172 F:      drivers/media/radio/si470x/radio-si470x-common.c
10173 F:      drivers/media/radio/si470x/radio-si470x.h
10174 F:      drivers/media/radio/si470x/radio-si470x-usb.c
10175
10176 SI4713 FM RADIO TRANSMITTER I2C DRIVER
10177 M:      Eduardo Valentin <edubezval@gmail.com>
10178 L:      linux-media@vger.kernel.org
10179 T:      git git://linuxtv.org/media_tree.git
10180 W:      https://linuxtv.org
10181 S:      Odd Fixes
10182 F:      drivers/media/radio/si4713/si4713.?
10183
10184 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10185 M:      Eduardo Valentin <edubezval@gmail.com>
10186 L:      linux-media@vger.kernel.org
10187 T:      git git://linuxtv.org/media_tree.git
10188 W:      https://linuxtv.org
10189 S:      Odd Fixes
10190 F:      drivers/media/radio/si4713/radio-platform-si4713.c
10191
10192 SI4713 FM RADIO TRANSMITTER USB DRIVER
10193 M:      Hans Verkuil <hverkuil@xs4all.nl>
10194 L:      linux-media@vger.kernel.org
10195 T:      git git://linuxtv.org/media_tree.git
10196 W:      https://linuxtv.org
10197 S:      Maintained
10198 F:      drivers/media/radio/si4713/radio-usb-si4713.c
10199
10200 SIANO DVB DRIVER
10201 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10202 L:      linux-media@vger.kernel.org
10203 W:      https://linuxtv.org
10204 T:      git git://linuxtv.org/media_tree.git
10205 S:      Odd fixes
10206 F:      drivers/media/common/siano/
10207 F:      drivers/media/usb/siano/
10208 F:      drivers/media/usb/siano/
10209 F:      drivers/media/mmc/siano/
10210
10211 SIMPLEFB FB DRIVER
10212 M:      Hans de Goede <hdegoede@redhat.com>
10213 L:      linux-fbdev@vger.kernel.org
10214 S:      Maintained
10215 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
10216 F:      drivers/video/fbdev/simplefb.c
10217 F:      include/linux/platform_data/simplefb.h
10218
10219 SH_VEU V4L2 MEM2MEM DRIVER
10220 L:      linux-media@vger.kernel.org
10221 S:      Orphan
10222 F:      drivers/media/platform/sh_veu.c
10223
10224 SH_VOU V4L2 OUTPUT DRIVER
10225 L:      linux-media@vger.kernel.org
10226 S:      Orphan
10227 F:      drivers/media/platform/sh_vou.c
10228 F:      include/media/drv-intf/sh_vou.h
10229
10230 SIMPLE FIRMWARE INTERFACE (SFI)
10231 M:      Len Brown <lenb@kernel.org>
10232 L:      sfi-devel@simplefirmware.org
10233 W:      http://simplefirmware.org/
10234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10235 S:      Supported
10236 F:      arch/x86/platform/sfi/
10237 F:      drivers/sfi/
10238 F:      include/linux/sfi*.h
10239
10240 SIMTEC EB110ATX (Chalice CATS)
10241 P:      Ben Dooks
10242 P:      Vincent Sanders <vince@simtec.co.uk>
10243 M:      Simtec Linux Team <linux@simtec.co.uk>
10244 W:      http://www.simtec.co.uk/products/EB110ATX/
10245 S:      Supported
10246
10247 SIMTEC EB2410ITX (BAST)
10248 P:      Ben Dooks
10249 P:      Vincent Sanders <vince@simtec.co.uk>
10250 M:      Simtec Linux Team <linux@simtec.co.uk>
10251 W:      http://www.simtec.co.uk/products/EB2410ITX/
10252 S:      Supported
10253 F:      arch/arm/mach-s3c24xx/mach-bast.c
10254 F:      arch/arm/mach-s3c24xx/bast-ide.c
10255 F:      arch/arm/mach-s3c24xx/bast-irq.c
10256
10257 TI DAVINCI MACHINE SUPPORT
10258 M:      Sekhar Nori <nsekhar@ti.com>
10259 M:      Kevin Hilman <khilman@kernel.org>
10260 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
10262 S:      Supported
10263 F:      arch/arm/mach-davinci/
10264 F:      drivers/i2c/busses/i2c-davinci.c
10265
10266 TI DAVINCI SERIES MEDIA DRIVER
10267 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10268 L:      linux-media@vger.kernel.org
10269 W:      https://linuxtv.org
10270 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10271 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10272 S:      Maintained
10273 F:      drivers/media/platform/davinci/
10274 F:      include/media/davinci/
10275
10276 TI AM437X VPFE DRIVER
10277 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10278 L:      linux-media@vger.kernel.org
10279 W:      https://linuxtv.org
10280 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10281 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10282 S:      Maintained
10283 F:      drivers/media/platform/am437x/
10284
10285 OV2659 OMNIVISION SENSOR DRIVER
10286 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10287 L:      linux-media@vger.kernel.org
10288 W:      https://linuxtv.org
10289 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10290 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10291 S:      Maintained
10292 F:      drivers/media/i2c/ov2659.c
10293 F:      include/media/i2c/ov2659.h
10294
10295 SILICON MOTION SM712 FRAME BUFFER DRIVER
10296 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10297 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10298 M:      Sudip Mukherjee <sudip@vectorindia.org>
10299 L:      linux-fbdev@vger.kernel.org
10300 S:      Maintained
10301 F:      drivers/video/fbdev/sm712*
10302 F:      Documentation/fb/sm712fb.txt
10303
10304 SIS 190 ETHERNET DRIVER
10305 M:      Francois Romieu <romieu@fr.zoreil.com>
10306 L:      netdev@vger.kernel.org
10307 S:      Maintained
10308 F:      drivers/net/ethernet/sis/sis190.c
10309
10310 SIS 900/7016 FAST ETHERNET DRIVER
10311 M:      Daniele Venzano <venza@brownhat.org>
10312 W:      http://www.brownhat.org/sis900.html
10313 L:      netdev@vger.kernel.org
10314 S:      Maintained
10315 F:      drivers/net/ethernet/sis/sis900.*
10316
10317 SIS FRAMEBUFFER DRIVER
10318 M:      Thomas Winischhofer <thomas@winischhofer.net>
10319 W:      http://www.winischhofer.net/linuxsisvga.shtml
10320 S:      Maintained
10321 F:      Documentation/fb/sisfb.txt
10322 F:      drivers/video/fbdev/sis/
10323 F:      include/video/sisfb.h
10324
10325 SIS USB2VGA DRIVER
10326 M:      Thomas Winischhofer <thomas@winischhofer.net>
10327 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
10328 S:      Maintained
10329 F:      drivers/usb/misc/sisusbvga/
10330
10331 SLAB ALLOCATOR
10332 M:      Christoph Lameter <cl@linux.com>
10333 M:      Pekka Enberg <penberg@kernel.org>
10334 M:      David Rientjes <rientjes@google.com>
10335 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
10336 M:      Andrew Morton <akpm@linux-foundation.org>
10337 L:      linux-mm@kvack.org
10338 S:      Maintained
10339 F:      include/linux/sl?b*.h
10340 F:      mm/sl?b*
10341
10342 SLEEPABLE READ-COPY UPDATE (SRCU)
10343 M:      Lai Jiangshan <jiangshanlai@gmail.com>
10344 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10345 M:      Josh Triplett <josh@joshtriplett.org>
10346 R:      Steven Rostedt <rostedt@goodmis.org>
10347 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10348 L:      linux-kernel@vger.kernel.org
10349 W:      http://www.rdrop.com/users/paulmck/RCU/
10350 S:      Supported
10351 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10352 F:      include/linux/srcu.h
10353 F:      kernel/rcu/srcu.c
10354
10355 SMACK SECURITY MODULE
10356 M:      Casey Schaufler <casey@schaufler-ca.com>
10357 L:      linux-security-module@vger.kernel.org
10358 W:      http://schaufler-ca.com
10359 T:      git git://git.gitorious.org/smack-next/kernel.git
10360 S:      Maintained
10361 F:      Documentation/security/Smack.txt
10362 F:      security/smack/
10363
10364 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10365 M:      Kevin Hilman <khilman@kernel.org>
10366 M:      Nishanth Menon <nm@ti.com>
10367 S:      Maintained
10368 F:      drivers/power/avs/
10369 F:      include/linux/power/smartreflex.h
10370 L:      linux-pm@vger.kernel.org
10371
10372 SMC91x ETHERNET DRIVER
10373 M:      Nicolas Pitre <nico@fluxnic.net>
10374 S:      Odd Fixes
10375 F:      drivers/net/ethernet/smsc/smc91x.*
10376
10377 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10378 M:      Sakari Ailus <sakari.ailus@iki.fi>
10379 L:      linux-media@vger.kernel.org
10380 S:      Maintained
10381 F:      drivers/media/i2c/smiapp/
10382 F:      include/media/i2c/smiapp.h
10383 F:      drivers/media/i2c/smiapp-pll.c
10384 F:      drivers/media/i2c/smiapp-pll.h
10385 F:      include/uapi/linux/smiapp.h
10386 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10387
10388 SMM665 HARDWARE MONITOR DRIVER
10389 M:      Guenter Roeck <linux@roeck-us.net>
10390 L:      linux-hwmon@vger.kernel.org
10391 S:      Maintained
10392 F:      Documentation/hwmon/smm665
10393 F:      drivers/hwmon/smm665.c
10394
10395 SMSC EMC2103 HARDWARE MONITOR DRIVER
10396 M:      Steve Glendinning <steve.glendinning@shawell.net>
10397 L:      linux-hwmon@vger.kernel.org
10398 S:      Maintained
10399 F:      Documentation/hwmon/emc2103
10400 F:      drivers/hwmon/emc2103.c
10401
10402 SMSC SCH5627 HARDWARE MONITOR DRIVER
10403 M:      Hans de Goede <hdegoede@redhat.com>
10404 L:      linux-hwmon@vger.kernel.org
10405 S:      Supported
10406 F:      Documentation/hwmon/sch5627
10407 F:      drivers/hwmon/sch5627.c
10408
10409 SMSC47B397 HARDWARE MONITOR DRIVER
10410 M:      Jean Delvare <jdelvare@suse.com>
10411 L:      linux-hwmon@vger.kernel.org
10412 S:      Maintained
10413 F:      Documentation/hwmon/smsc47b397
10414 F:      drivers/hwmon/smsc47b397.c
10415
10416 SMSC911x ETHERNET DRIVER
10417 M:      Steve Glendinning <steve.glendinning@shawell.net>
10418 L:      netdev@vger.kernel.org
10419 S:      Maintained
10420 F:      include/linux/smsc911x.h
10421 F:      drivers/net/ethernet/smsc/smsc911x.*
10422
10423 SMSC9420 PCI ETHERNET DRIVER
10424 M:      Steve Glendinning <steve.glendinning@shawell.net>
10425 L:      netdev@vger.kernel.org
10426 S:      Maintained
10427 F:      drivers/net/ethernet/smsc/smsc9420.*
10428
10429 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10430 M:      Steve Glendinning <steve.glendinning@shawell.net>
10431 L:      linux-fbdev@vger.kernel.org
10432 S:      Maintained
10433 F:      drivers/video/fbdev/smscufx.c
10434
10435 SOC-CAMERA V4L2 SUBSYSTEM
10436 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10437 L:      linux-media@vger.kernel.org
10438 T:      git git://linuxtv.org/media_tree.git
10439 S:      Maintained
10440 F:      include/media/soc*
10441 F:      drivers/media/i2c/soc_camera/
10442 F:      drivers/media/platform/soc_camera/
10443
10444 SOEKRIS NET48XX LED SUPPORT
10445 M:      Chris Boot <bootc@bootc.net>
10446 S:      Maintained
10447 F:      drivers/leds/leds-net48xx.c
10448
10449 SOFTLOGIC 6x10 MPEG CODEC
10450 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10451 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10452 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
10453 M:      Ismael Luceno <ismael@iodev.co.uk>
10454 L:      linux-media@vger.kernel.org
10455 S:      Supported
10456 F:      drivers/media/pci/solo6x10/
10457
10458 SOFTWARE RAID (Multiple Disks) SUPPORT
10459 M:      Shaohua Li <shli@kernel.org>
10460 L:      linux-raid@vger.kernel.org
10461 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
10462 S:      Supported
10463 F:      drivers/md/
10464 F:      include/linux/raid/
10465 F:      include/uapi/linux/raid/
10466
10467 SONIC NETWORK DRIVER
10468 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10469 L:      netdev@vger.kernel.org
10470 S:      Maintained
10471 F:      drivers/net/ethernet/natsemi/sonic.*
10472
10473 SONICS SILICON BACKPLANE DRIVER (SSB)
10474 M:      Michael Buesch <m@bues.ch>
10475 L:      linux-wireless@vger.kernel.org
10476 S:      Maintained
10477 F:      drivers/ssb/
10478 F:      include/linux/ssb/
10479
10480 SONY VAIO CONTROL DEVICE DRIVER
10481 M:      Mattia Dongili <malattia@linux.it>
10482 L:      platform-driver-x86@vger.kernel.org
10483 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10484 S:      Maintained
10485 F:      Documentation/laptops/sony-laptop.txt
10486 F:      drivers/char/sonypi.c
10487 F:      drivers/platform/x86/sony-laptop.c
10488 F:      include/linux/sony-laptop.h
10489
10490 SONY MEMORYSTICK CARD SUPPORT
10491 M:      Alex Dubov <oakad@yahoo.com>
10492 W:      http://tifmxx.berlios.de/
10493 S:      Maintained
10494 F:      drivers/memstick/host/tifm_ms.c
10495
10496 SONY MEMORYSTICK STANDARD SUPPORT
10497 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10498 S:      Maintained
10499 F:      drivers/memstick/core/ms_block.*
10500
10501 SOUND
10502 M:      Jaroslav Kysela <perex@perex.cz>
10503 M:      Takashi Iwai <tiwai@suse.com>
10504 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10505 W:      http://www.alsa-project.org/
10506 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10507 T:      git git://git.alsa-project.org/alsa-kernel.git
10508 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
10509 S:      Maintained
10510 F:      Documentation/sound/
10511 F:      include/sound/
10512 F:      include/uapi/sound/
10513 F:      sound/
10514
10515 SOUND - COMPRESSED AUDIO
10516 M:      Vinod Koul <vinod.koul@intel.com>
10517 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10519 S:      Supported
10520 F:      Documentation/sound/alsa/compress_offload.txt
10521 F:      include/sound/compress_driver.h
10522 F:      include/uapi/sound/compress_*
10523 F:      sound/core/compress_offload.c
10524 F:      sound/soc/soc-compress.c
10525
10526 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10527 M:      Liam Girdwood <lgirdwood@gmail.com>
10528 M:      Mark Brown <broonie@kernel.org>
10529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10530 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10531 W:      http://alsa-project.org/main/index.php/ASoC
10532 S:      Supported
10533 F:      Documentation/sound/alsa/soc/
10534 F:      sound/soc/
10535 F:      include/sound/soc*
10536
10537 SOUND - DMAENGINE HELPERS
10538 M:      Lars-Peter Clausen <lars@metafoo.de>
10539 S:      Supported
10540 F:      include/sound/dmaengine_pcm.h
10541 F:      sound/core/pcm_dmaengine.c
10542 F:      sound/soc/soc-generic-dmaengine-pcm.c
10543
10544 SP2 MEDIA DRIVER
10545 M:      Olli Salonen <olli.salonen@iki.fi>
10546 L:      linux-media@vger.kernel.org
10547 W:      https://linuxtv.org
10548 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10549 S:      Maintained
10550 F:      drivers/media/dvb-frontends/sp2*
10551
10552 SPARC + UltraSPARC (sparc/sparc64)
10553 M:      "David S. Miller" <davem@davemloft.net>
10554 L:      sparclinux@vger.kernel.org
10555 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
10556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10558 S:      Maintained
10559 F:      arch/sparc/
10560 F:      drivers/sbus/
10561
10562 SPARC SERIAL DRIVERS
10563 M:      "David S. Miller" <davem@davemloft.net>
10564 L:      sparclinux@vger.kernel.org
10565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10567 S:      Maintained
10568 F:      include/linux/sunserialcore.h
10569 F:      drivers/tty/serial/suncore.c
10570 F:      drivers/tty/serial/sunhv.c
10571 F:      drivers/tty/serial/sunsab.c
10572 F:      drivers/tty/serial/sunsab.h
10573 F:      drivers/tty/serial/sunsu.c
10574 F:      drivers/tty/serial/sunzilog.c
10575 F:      drivers/tty/serial/sunzilog.h
10576
10577 SPARSE CHECKER
10578 M:      "Christopher Li" <sparse@chrisli.org>
10579 L:      linux-sparse@vger.kernel.org
10580 W:      https://sparse.wiki.kernel.org/
10581 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10582 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10583 S:      Maintained
10584 F:      include/linux/compiler.h
10585
10586 SPEAR PLATFORM SUPPORT
10587 M:      Viresh Kumar <vireshk@kernel.org>
10588 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10589 L:      spear-devel@list.st.com
10590 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10591 W:      http://www.st.com/spear
10592 S:      Maintained
10593 F:      arch/arm/boot/dts/spear*
10594 F:      arch/arm/mach-spear/
10595
10596 SPEAR CLOCK FRAMEWORK SUPPORT
10597 M:      Viresh Kumar <vireshk@kernel.org>
10598 L:      spear-devel@list.st.com
10599 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10600 W:      http://www.st.com/spear
10601 S:      Maintained
10602 F:      drivers/clk/spear/
10603
10604 SPI SUBSYSTEM
10605 M:      Mark Brown <broonie@kernel.org>
10606 L:      linux-spi@vger.kernel.org
10607 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10608 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
10609 S:      Maintained
10610 F:      Documentation/spi/
10611 F:      drivers/spi/
10612 F:      include/linux/spi/
10613 F:      include/uapi/linux/spi/
10614
10615 SPIDERNET NETWORK DRIVER for CELL
10616 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10617 L:      netdev@vger.kernel.org
10618 S:      Supported
10619 F:      Documentation/networking/spider_net.txt
10620 F:      drivers/net/ethernet/toshiba/spider_net*
10621
10622 SPU FILE SYSTEM
10623 M:      Jeremy Kerr <jk@ozlabs.org>
10624 L:      linuxppc-dev@lists.ozlabs.org
10625 W:      http://www.ibm.com/developerworks/power/cell/
10626 S:      Supported
10627 F:      Documentation/filesystems/spufs.txt
10628 F:      arch/powerpc/platforms/cell/spufs/
10629
10630 SQUASHFS FILE SYSTEM
10631 M:      Phillip Lougher <phillip@squashfs.org.uk>
10632 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
10633 W:      http://squashfs.org.uk
10634 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10635 S:      Maintained
10636 F:      Documentation/filesystems/squashfs.txt
10637 F:      fs/squashfs/
10638
10639 SRM (Alpha) environment access
10640 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
10641 S:      Maintained
10642 F:      arch/alpha/kernel/srm_env.c
10643
10644 STABLE BRANCH
10645 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10646 L:      stable@vger.kernel.org
10647 S:      Supported
10648 F:      Documentation/stable_kernel_rules.txt
10649
10650 STAGING SUBSYSTEM
10651 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10652 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10653 L:      devel@driverdev.osuosl.org
10654 S:      Supported
10655 F:      drivers/staging/
10656
10657 STAGING - COMEDI
10658 M:      Ian Abbott <abbotti@mev.co.uk>
10659 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
10660 S:      Odd Fixes
10661 F:      drivers/staging/comedi/
10662
10663 STAGING - FLARION FT1000 DRIVERS
10664 M:      Marek Belisko <marek.belisko@gmail.com>
10665 S:      Odd Fixes
10666 F:      drivers/staging/ft1000/
10667
10668 STAGING - INDUSTRIAL IO
10669 M:      Jonathan Cameron <jic23@kernel.org>
10670 L:      linux-iio@vger.kernel.org
10671 S:      Odd Fixes
10672 F:      drivers/staging/iio/
10673
10674 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10675 M:      Jarod Wilson <jarod@wilsonet.com>
10676 W:      http://www.lirc.org/
10677 S:      Odd Fixes
10678 F:      drivers/staging/media/lirc/
10679
10680 STAGING - LUSTRE PARALLEL FILESYSTEM
10681 M:      Oleg Drokin <oleg.drokin@intel.com>
10682 M:      Andreas Dilger <andreas.dilger@intel.com>
10683 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
10684 W:      http://wiki.lustre.org/
10685 S:      Maintained
10686 F:      drivers/staging/lustre
10687
10688 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10689 M:      Marc Dietrich <marvin24@gmx.de>
10690 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10691 L:      linux-tegra@vger.kernel.org
10692 S:      Maintained
10693 F:      drivers/staging/nvec/
10694
10695 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10696 M:      Jens Frederich <jfrederich@gmail.com>
10697 M:      Daniel Drake <dsd@laptop.org>
10698 M:      Jon Nettleton <jon.nettleton@gmail.com>
10699 W:      http://wiki.laptop.org/go/DCON
10700 S:      Maintained
10701 F:      drivers/staging/olpc_dcon/
10702
10703 STAGING - REALTEK RTL8712U DRIVERS
10704 M:      Larry Finger <Larry.Finger@lwfinger.net>
10705 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10706 S:      Odd Fixes
10707 F:      drivers/staging/rtl8712/
10708
10709 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10710 M:      Larry Finger <Larry.Finger@lwfinger.net>
10711 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10712 L:      linux-wireless@vger.kernel.org
10713 S:      Maintained
10714 F:      drivers/staging/rtl8723au/
10715
10716 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10717 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10718 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10719 M:      Sudip Mukherjee <sudip@vectorindia.org>
10720 L:      linux-fbdev@vger.kernel.org
10721 S:      Maintained
10722 F:      drivers/staging/sm750fb/
10723
10724 STAGING - SLICOSS
10725 M:      Lior Dotan <liodot@gmail.com>
10726 M:      Christopher Harrer <charrer@alacritech.com>
10727 S:      Odd Fixes
10728 F:      drivers/staging/slicoss/
10729
10730 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10731 M:      William Hubbs <w.d.hubbs@gmail.com>
10732 M:      Chris Brannon <chris@the-brannons.com>
10733 M:      Kirk Reiser <kirk@reisers.ca>
10734 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10735 L:      speakup@linux-speakup.org
10736 W:      http://www.linux-speakup.org/
10737 S:      Odd Fixes
10738 F:      drivers/staging/speakup/
10739
10740 STAGING - VIA VT665X DRIVERS
10741 M:      Forest Bond <forest@alittletooquiet.net>
10742 S:      Odd Fixes
10743 F:      drivers/staging/vt665?/
10744
10745 STAGING - WILC1000 WIFI DRIVER
10746 M:      Johnny Kim <johnny.kim@atmel.com>
10747 M:      Austin Shin <austin.shin@atmel.com>
10748 M:      Chris Park <chris.park@atmel.com>
10749 M:      Tony Cho <tony.cho@atmel.com>
10750 M:      Glen Lee <glen.lee@atmel.com>
10751 M:      Leo Kim <leo.kim@atmel.com>
10752 L:      linux-wireless@vger.kernel.org
10753 S:      Supported
10754 F:      drivers/staging/wilc1000/
10755
10756 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10757 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10758 S:      Odd Fixes
10759 F:      drivers/staging/xgifb/
10760
10761 HFI1 DRIVER
10762 M:      Mike Marciniszyn <infinipath@intel.com>
10763 L:      linux-rdma@vger.kernel.org
10764 S:      Supported
10765 F:      drivers/staging/rdma/hfi1
10766
10767 STARFIRE/DURALAN NETWORK DRIVER
10768 M:      Ion Badulescu <ionut@badula.org>
10769 S:      Odd Fixes
10770 F:      drivers/net/ethernet/adaptec/starfire*
10771
10772 SUN3/3X
10773 M:      Sam Creasey <sammy@sammy.net>
10774 W:      http://sammy.net/sun3/
10775 S:      Maintained
10776 F:      arch/m68k/kernel/*sun3*
10777 F:      arch/m68k/sun3*/
10778 F:      arch/m68k/include/asm/sun3*
10779 F:      drivers/net/ethernet/i825xx/sun3*
10780
10781 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10782 M:      Hans de Goede <hdegoede@redhat.com>
10783 L:      linux-input@vger.kernel.org
10784 S:      Maintained
10785 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10786 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10787
10788 SUNDANCE NETWORK DRIVER
10789 M:      Denis Kirjanov <kda@linux-powerpc.org>
10790 L:      netdev@vger.kernel.org
10791 S:      Maintained
10792 F:      drivers/net/ethernet/dlink/sundance.c
10793
10794 SUPERH
10795 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
10796 M:      Rich Felker <dalias@libc.org>
10797 L:      linux-sh@vger.kernel.org
10798 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10799 S:      Maintained
10800 F:      Documentation/sh/
10801 F:      arch/sh/
10802 F:      drivers/sh/
10803
10804 SUSPEND TO RAM
10805 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10806 M:      Len Brown <len.brown@intel.com>
10807 M:      Pavel Machek <pavel@ucw.cz>
10808 L:      linux-pm@vger.kernel.org
10809 S:      Supported
10810 F:      Documentation/power/
10811 F:      arch/x86/kernel/acpi/
10812 F:      drivers/base/power/
10813 F:      kernel/power/
10814 F:      include/linux/suspend.h
10815 F:      include/linux/freezer.h
10816 F:      include/linux/pm.h
10817
10818 SVGA HANDLING
10819 M:      Martin Mares <mj@ucw.cz>
10820 L:      linux-video@atrey.karlin.mff.cuni.cz
10821 S:      Maintained
10822 F:      Documentation/svga.txt
10823 F:      arch/x86/boot/video*
10824
10825 SWIOTLB SUBSYSTEM
10826 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10827 L:      linux-kernel@vger.kernel.org
10828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
10829 S:      Supported
10830 F:      lib/swiotlb.c
10831 F:      arch/*/kernel/pci-swiotlb.c
10832 F:      include/linux/swiotlb.h
10833
10834 SWITCHDEV
10835 M:      Jiri Pirko <jiri@resnulli.us>
10836 L:      netdev@vger.kernel.org
10837 S:      Supported
10838 F:      net/switchdev/
10839 F:      include/net/switchdev.h
10840
10841 SYNOPSYS ARC ARCHITECTURE
10842 M:      Vineet Gupta <vgupta@synopsys.com>
10843 L:      linux-snps-arc@lists.infradead.org
10844 S:      Supported
10845 F:      arch/arc/
10846 F:      Documentation/devicetree/bindings/arc/*
10847 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10848 F:      drivers/tty/serial/arc_uart.c
10849 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10850
10851 SYNOPSYS ARC SDP platform support
10852 M:      Alexey Brodkin <abrodkin@synopsys.com>
10853 S:      Supported
10854 F:      arch/arc/plat-axs10x
10855 F:      arch/arc/boot/dts/ax*
10856 F:      Documentation/devicetree/bindings/arc/axs10*
10857
10858 SYSTEM CONFIGURATION (SYSCON)
10859 M:      Lee Jones <lee.jones@linaro.org>
10860 M:      Arnd Bergmann <arnd@arndb.de>
10861 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10862 S:      Supported
10863 F:      drivers/mfd/syscon.c
10864
10865 SYSV FILESYSTEM
10866 M:      Christoph Hellwig <hch@infradead.org>
10867 S:      Maintained
10868 F:      Documentation/filesystems/sysv-fs.txt
10869 F:      fs/sysv/
10870 F:      include/linux/sysv_fs.h
10871
10872 TARGET SUBSYSTEM
10873 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10874 L:      linux-scsi@vger.kernel.org
10875 L:      target-devel@vger.kernel.org
10876 W:      http://www.linux-iscsi.org
10877 W:      http://groups.google.com/group/linux-iscsi-target-dev
10878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10879 S:      Supported
10880 F:      drivers/target/
10881 F:      include/target/
10882 F:      Documentation/target/
10883
10884 TASKSTATS STATISTICS INTERFACE
10885 M:      Balbir Singh <bsingharora@gmail.com>
10886 S:      Maintained
10887 F:      Documentation/accounting/taskstats*
10888 F:      include/linux/taskstats*
10889 F:      kernel/taskstats.c
10890
10891 TC CLASSIFIER
10892 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10893 L:      netdev@vger.kernel.org
10894 S:      Maintained
10895 F:      include/net/pkt_cls.h
10896 F:      include/uapi/linux/pkt_cls.h
10897 F:      net/sched/
10898
10899 TCP LOW PRIORITY MODULE
10900 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10901 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10902 W:      http://tcp-lp-mod.sourceforge.net/
10903 S:      Maintained
10904 F:      net/ipv4/tcp_lp.c
10905
10906 TDA10071 MEDIA DRIVER
10907 M:      Antti Palosaari <crope@iki.fi>
10908 L:      linux-media@vger.kernel.org
10909 W:      https://linuxtv.org
10910 W:      http://palosaari.fi/linux/
10911 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10912 T:      git git://linuxtv.org/anttip/media_tree.git
10913 S:      Maintained
10914 F:      drivers/media/dvb-frontends/tda10071*
10915
10916 TDA18212 MEDIA DRIVER
10917 M:      Antti Palosaari <crope@iki.fi>
10918 L:      linux-media@vger.kernel.org
10919 W:      https://linuxtv.org
10920 W:      http://palosaari.fi/linux/
10921 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10922 T:      git git://linuxtv.org/anttip/media_tree.git
10923 S:      Maintained
10924 F:      drivers/media/tuners/tda18212*
10925
10926 TDA18218 MEDIA DRIVER
10927 M:      Antti Palosaari <crope@iki.fi>
10928 L:      linux-media@vger.kernel.org
10929 W:      https://linuxtv.org
10930 W:      http://palosaari.fi/linux/
10931 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10932 T:      git git://linuxtv.org/anttip/media_tree.git
10933 S:      Maintained
10934 F:      drivers/media/tuners/tda18218*
10935
10936 TDA18271 MEDIA DRIVER
10937 M:      Michael Krufky <mkrufky@linuxtv.org>
10938 L:      linux-media@vger.kernel.org
10939 W:      https://linuxtv.org
10940 W:      http://github.com/mkrufky
10941 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10942 T:      git git://linuxtv.org/mkrufky/tuners.git
10943 S:      Maintained
10944 F:      drivers/media/tuners/tda18271*
10945
10946 TDA827x MEDIA DRIVER
10947 M:      Michael Krufky <mkrufky@linuxtv.org>
10948 L:      linux-media@vger.kernel.org
10949 W:      https://linuxtv.org
10950 W:      http://github.com/mkrufky
10951 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10952 T:      git git://linuxtv.org/mkrufky/tuners.git
10953 S:      Maintained
10954 F:      drivers/media/tuners/tda8290.*
10955
10956 TDA8290 MEDIA DRIVER
10957 M:      Michael Krufky <mkrufky@linuxtv.org>
10958 L:      linux-media@vger.kernel.org
10959 W:      https://linuxtv.org
10960 W:      http://github.com/mkrufky
10961 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10962 T:      git git://linuxtv.org/mkrufky/tuners.git
10963 S:      Maintained
10964 F:      drivers/media/tuners/tda8290.*
10965
10966 TDA9840 MEDIA DRIVER
10967 M:      Hans Verkuil <hverkuil@xs4all.nl>
10968 L:      linux-media@vger.kernel.org
10969 T:      git git://linuxtv.org/media_tree.git
10970 W:      https://linuxtv.org
10971 S:      Maintained
10972 F:      drivers/media/i2c/tda9840*
10973
10974 TEA5761 TUNER DRIVER
10975 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10976 L:      linux-media@vger.kernel.org
10977 W:      https://linuxtv.org
10978 T:      git git://linuxtv.org/media_tree.git
10979 S:      Odd fixes
10980 F:      drivers/media/tuners/tea5761.*
10981
10982 TEA5767 TUNER DRIVER
10983 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10984 L:      linux-media@vger.kernel.org
10985 W:      https://linuxtv.org
10986 T:      git git://linuxtv.org/media_tree.git
10987 S:      Maintained
10988 F:      drivers/media/tuners/tea5767.*
10989
10990 TEA6415C MEDIA DRIVER
10991 M:      Hans Verkuil <hverkuil@xs4all.nl>
10992 L:      linux-media@vger.kernel.org
10993 T:      git git://linuxtv.org/media_tree.git
10994 W:      https://linuxtv.org
10995 S:      Maintained
10996 F:      drivers/media/i2c/tea6415c*
10997
10998 TEA6420 MEDIA DRIVER
10999 M:      Hans Verkuil <hverkuil@xs4all.nl>
11000 L:      linux-media@vger.kernel.org
11001 T:      git git://linuxtv.org/media_tree.git
11002 W:      https://linuxtv.org
11003 S:      Maintained
11004 F:      drivers/media/i2c/tea6420*
11005
11006 TEAM DRIVER
11007 M:      Jiri Pirko <jiri@resnulli.us>
11008 L:      netdev@vger.kernel.org
11009 S:      Supported
11010 F:      drivers/net/team/
11011 F:      include/linux/if_team.h
11012 F:      include/uapi/linux/if_team.h
11013
11014 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11015 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11016 S:      Maintained
11017 F:      arch/x86/platform/ts5500/
11018
11019 TECHNOTREND USB IR RECEIVER
11020 M:      Sean Young <sean@mess.org>
11021 L:      linux-media@vger.kernel.org
11022 S:      Maintained
11023 F:      drivers/media/rc/ttusbir.c
11024
11025 TEGRA ARCHITECTURE SUPPORT
11026 M:      Stephen Warren <swarren@wwwdotorg.org>
11027 M:      Thierry Reding <thierry.reding@gmail.com>
11028 M:      Alexandre Courbot <gnurou@gmail.com>
11029 L:      linux-tegra@vger.kernel.org
11030 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
11031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11032 S:      Supported
11033 N:      [^a-z]tegra
11034
11035 TEGRA CLOCK DRIVER
11036 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
11037 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
11038 S:      Supported
11039 F:      drivers/clk/tegra/
11040
11041 TEGRA DMA DRIVERS
11042 M:      Laxman Dewangan <ldewangan@nvidia.com>
11043 M:      Jon Hunter <jonathanh@nvidia.com>
11044 S:      Supported
11045 F:      drivers/dma/tegra*
11046
11047 TEGRA I2C DRIVER
11048 M:      Laxman Dewangan <ldewangan@nvidia.com>
11049 S:      Supported
11050 F:      drivers/i2c/busses/i2c-tegra.c
11051
11052 TEGRA IOMMU DRIVERS
11053 M:      Hiroshi Doyu <hdoyu@nvidia.com>
11054 S:      Supported
11055 F:      drivers/iommu/tegra*
11056
11057 TEGRA KBC DRIVER
11058 M:      Rakesh Iyer <riyer@nvidia.com>
11059 M:      Laxman Dewangan <ldewangan@nvidia.com>
11060 S:      Supported
11061 F:      drivers/input/keyboard/tegra-kbc.c
11062
11063 TEGRA PWM DRIVER
11064 M:      Thierry Reding <thierry.reding@gmail.com>
11065 S:      Supported
11066 F:      drivers/pwm/pwm-tegra.c
11067
11068 TEGRA SERIAL DRIVER
11069 M:      Laxman Dewangan <ldewangan@nvidia.com>
11070 S:      Supported
11071 F:      drivers/tty/serial/serial-tegra.c
11072
11073 TEGRA SPI DRIVER
11074 M:      Laxman Dewangan <ldewangan@nvidia.com>
11075 S:      Supported
11076 F:      drivers/spi/spi-tegra*
11077
11078 TEHUTI ETHERNET DRIVER
11079 M:      Andy Gospodarek <andy@greyhouse.net>
11080 L:      netdev@vger.kernel.org
11081 S:      Supported
11082 F:      drivers/net/ethernet/tehuti/*
11083
11084 Telecom Clock Driver for MCPL0010
11085 M:      Mark Gross <mark.gross@intel.com>
11086 S:      Supported
11087 F:      drivers/char/tlclk.c
11088
11089 TENSILICA XTENSA PORT (xtensa)
11090 M:      Chris Zankel <chris@zankel.net>
11091 M:      Max Filippov <jcmvbkbc@gmail.com>
11092 L:      linux-xtensa@linux-xtensa.org
11093 T:      git git://github.com/czankel/xtensa-linux.git
11094 S:      Maintained
11095 F:      arch/xtensa/
11096 F:      drivers/irqchip/irq-xtensa-*
11097
11098 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11099 M:      Hans Verkuil <hverkuil@xs4all.nl>
11100 L:      linux-media@vger.kernel.org
11101 T:      git git://linuxtv.org/media_tree.git
11102 W:      https://linuxtv.org
11103 S:      Maintained
11104 F:      drivers/media/radio/radio-raremono.c
11105
11106 THERMAL
11107 M:      Zhang Rui <rui.zhang@intel.com>
11108 M:      Eduardo Valentin <edubezval@gmail.com>
11109 L:      linux-pm@vger.kernel.org
11110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11112 Q:      https://patchwork.kernel.org/project/linux-pm/list/
11113 S:      Supported
11114 F:      drivers/thermal/
11115 F:      include/linux/thermal.h
11116 F:      include/uapi/linux/thermal.h
11117 F:      include/linux/cpu_cooling.h
11118 F:      Documentation/devicetree/bindings/thermal/
11119
11120 THERMAL/CPU_COOLING
11121 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
11122 M:      Viresh Kumar <viresh.kumar@linaro.org>
11123 M:      Javi Merino <javi.merino@arm.com>
11124 L:      linux-pm@vger.kernel.org
11125 S:      Supported
11126 F:      Documentation/thermal/cpu-cooling-api.txt
11127 F:      drivers/thermal/cpu_cooling.c
11128 F:      include/linux/cpu_cooling.h
11129
11130 THINGM BLINK(1) USB RGB LED DRIVER
11131 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
11132 S:      Maintained
11133 F:      drivers/hid/hid-thingm.c
11134
11135 THINKPAD ACPI EXTRAS DRIVER
11136 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11137 L:      ibm-acpi-devel@lists.sourceforge.net
11138 L:      platform-driver-x86@vger.kernel.org
11139 W:      http://ibm-acpi.sourceforge.net
11140 W:      http://thinkwiki.org/wiki/Ibm-acpi
11141 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11142 S:      Maintained
11143 F:      drivers/platform/x86/thinkpad_acpi.c
11144
11145 TI BANDGAP AND THERMAL DRIVER
11146 M:      Eduardo Valentin <edubezval@gmail.com>
11147 L:      linux-pm@vger.kernel.org
11148 L:      linux-omap@vger.kernel.org
11149 S:      Maintained
11150 F:      drivers/thermal/ti-soc-thermal/
11151
11152 TI VPE/CAL DRIVERS
11153 M:      Benoit Parrot <bparrot@ti.com>
11154 L:      linux-media@vger.kernel.org
11155 W:      http://linuxtv.org/
11156 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11157 S:      Maintained
11158 F:      drivers/media/platform/ti-vpe/
11159
11160 TI CDCE706 CLOCK DRIVER
11161 M:      Max Filippov <jcmvbkbc@gmail.com>
11162 S:      Maintained
11163 F:      drivers/clk/clk-cdce706.c
11164
11165 TI CLOCK DRIVER
11166 M:      Tero Kristo <t-kristo@ti.com>
11167 L:      linux-omap@vger.kernel.org
11168 S:      Maintained
11169 F:      drivers/clk/ti/
11170 F:      include/linux/clk/ti.h
11171
11172 TI ETHERNET SWITCH DRIVER (CPSW)
11173 M:      Mugunthan V N <mugunthanvnm@ti.com>
11174 R:      Grygorii Strashko <grygorii.strashko@ti.com>
11175 L:      linux-omap@vger.kernel.org
11176 L:      netdev@vger.kernel.org
11177 S:      Maintained
11178 F:      drivers/net/ethernet/ti/cpsw*
11179 F:      drivers/net/ethernet/ti/davinci*
11180
11181 TI FLASH MEDIA INTERFACE DRIVER
11182 M:      Alex Dubov <oakad@yahoo.com>
11183 S:      Maintained
11184 F:      drivers/misc/tifm*
11185 F:      drivers/mmc/host/tifm_sd.c
11186 F:      include/linux/tifm.h
11187
11188 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11189 M:      Santosh Shilimkar <ssantosh@kernel.org>
11190 L:      linux-kernel@vger.kernel.org
11191 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11192 S:      Maintained
11193 F:      drivers/soc/ti/*
11194 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11195
11196
11197 TI LM49xxx FAMILY ASoC CODEC DRIVERS
11198 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
11199 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
11200 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11201 S:      Maintained
11202 F:      sound/soc/codecs/lm49453*
11203 F:      sound/soc/codecs/isabelle*
11204
11205 TI LP855x BACKLIGHT DRIVER
11206 M:      Milo Kim <milo.kim@ti.com>
11207 S:      Maintained
11208 F:      Documentation/backlight/lp855x-driver.txt
11209 F:      drivers/video/backlight/lp855x_bl.c
11210 F:      include/linux/platform_data/lp855x.h
11211
11212 TI LP8727 CHARGER DRIVER
11213 M:      Milo Kim <milo.kim@ti.com>
11214 S:      Maintained
11215 F:      drivers/power/lp8727_charger.c
11216 F:      include/linux/platform_data/lp8727.h
11217
11218 TI LP8788 MFD DRIVER
11219 M:      Milo Kim <milo.kim@ti.com>
11220 S:      Maintained
11221 F:      drivers/iio/adc/lp8788_adc.c
11222 F:      drivers/leds/leds-lp8788.c
11223 F:      drivers/mfd/lp8788*.c
11224 F:      drivers/power/lp8788-charger.c
11225 F:      drivers/regulator/lp8788-*.c
11226 F:      include/linux/mfd/lp8788*.h
11227
11228 TI NETCP ETHERNET DRIVER
11229 M:      Wingman Kwok <w-kwok2@ti.com>
11230 M:      Murali Karicheri <m-karicheri2@ti.com>
11231 L:      netdev@vger.kernel.org
11232 S:      Maintained
11233 F:      drivers/net/ethernet/ti/netcp*
11234
11235 TI TAS571X FAMILY ASoC CODEC DRIVER
11236 M:      Kevin Cernekee <cernekee@chromium.org>
11237 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11238 S:      Odd Fixes
11239 F:      sound/soc/codecs/tas571x*
11240
11241 TI TWL4030 SERIES SOC CODEC DRIVER
11242 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
11243 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11244 S:      Maintained
11245 F:      sound/soc/codecs/twl4030*
11246
11247 TI WILINK WIRELESS DRIVERS
11248 L:      linux-wireless@vger.kernel.org
11249 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
11250 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
11251 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11252 S:      Orphan
11253 F:      drivers/net/wireless/ti/
11254 F:      include/linux/wl12xx.h
11255
11256 TIPC NETWORK LAYER
11257 M:      Jon Maloy <jon.maloy@ericsson.com>
11258 M:      Ying Xue <ying.xue@windriver.com>
11259 L:      netdev@vger.kernel.org (core kernel code)
11260 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11261 W:      http://tipc.sourceforge.net/
11262 S:      Maintained
11263 F:      include/uapi/linux/tipc*.h
11264 F:      net/tipc/
11265
11266 TILE ARCHITECTURE
11267 M:      Chris Metcalf <cmetcalf@mellanox.com>
11268 W:      http://www.mellanox.com/repository/solutions/tile-scm/
11269 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11270 S:      Supported
11271 F:      arch/tile/
11272 F:      drivers/char/tile-srom.c
11273 F:      drivers/edac/tile_edac.c
11274 F:      drivers/net/ethernet/tile/
11275 F:      drivers/rtc/rtc-tile.c
11276 F:      drivers/tty/hvc/hvc_tile.c
11277 F:      drivers/tty/serial/tilegx.c
11278 F:      drivers/usb/host/*-tilegx.c
11279 F:      include/linux/usb/tilegx.h
11280
11281 TLAN NETWORK DRIVER
11282 M:      Samuel Chessman <chessman@tux.org>
11283 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
11284 W:      http://sourceforge.net/projects/tlan/
11285 S:      Maintained
11286 F:      Documentation/networking/tlan.txt
11287 F:      drivers/net/ethernet/ti/tlan.*
11288
11289 TOMOYO SECURITY MODULE
11290 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
11291 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11292 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11293 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11294 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11295 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11296 W:      http://tomoyo.sourceforge.jp/
11297 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11298 S:      Maintained
11299 F:      security/tomoyo/
11300
11301 TOPSTAR LAPTOP EXTRAS DRIVER
11302 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
11303 L:      platform-driver-x86@vger.kernel.org
11304 S:      Maintained
11305 F:      drivers/platform/x86/topstar-laptop.c
11306
11307 TOSHIBA ACPI EXTRAS DRIVER
11308 M:      Azael Avalos <coproscefalo@gmail.com>
11309 L:      platform-driver-x86@vger.kernel.org
11310 S:      Maintained
11311 F:      drivers/platform/x86/toshiba_acpi.c
11312
11313 TOSHIBA BLUETOOTH DRIVER
11314 M:      Azael Avalos <coproscefalo@gmail.com>
11315 L:      platform-driver-x86@vger.kernel.org
11316 S:      Maintained
11317 F:      drivers/platform/x86/toshiba_bluetooth.c
11318
11319 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11320 M:      Azael Avalos <coproscefalo@gmail.com>
11321 L:      platform-driver-x86@vger.kernel.org
11322 S:      Maintained
11323 F:      drivers/platform/x86/toshiba_haps.c
11324
11325 TOSHIBA WMI HOTKEYS DRIVER
11326 M:      Azael Avalos <coproscefalo@gmail.com>
11327 L:      platform-driver-x86@vger.kernel.org
11328 S:      Maintained
11329 F:      drivers/platform/x86/toshiba-wmi.c
11330
11331 TOSHIBA SMM DRIVER
11332 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
11333 W:      http://www.buzzard.org.uk/toshiba/
11334 S:      Maintained
11335 F:      drivers/char/toshiba.c
11336 F:      include/linux/toshiba.h
11337 F:      include/uapi/linux/toshiba.h
11338
11339 TOSHIBA TC358743 DRIVER
11340 M:      Mats Randgaard <matrandg@cisco.com>
11341 L:      linux-media@vger.kernel.org
11342 S:      Maintained
11343 F:      drivers/media/i2c/tc358743*
11344 F:      include/media/i2c/tc358743.h
11345
11346 TMIO/SDHI MMC DRIVER
11347 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
11348 L:      linux-mmc@vger.kernel.org
11349 S:      Supported
11350 F:      drivers/mmc/host/tmio_mmc*
11351 F:      drivers/mmc/host/sh_mobile_sdhi.c
11352 F:      include/linux/mfd/tmio.h
11353
11354 TMP401 HARDWARE MONITOR DRIVER
11355 M:      Guenter Roeck <linux@roeck-us.net>
11356 L:      linux-hwmon@vger.kernel.org
11357 S:      Maintained
11358 F:      Documentation/hwmon/tmp401
11359 F:      drivers/hwmon/tmp401.c
11360
11361 TMPFS (SHMEM FILESYSTEM)
11362 M:      Hugh Dickins <hughd@google.com>
11363 L:      linux-mm@kvack.org
11364 S:      Maintained
11365 F:      include/linux/shmem_fs.h
11366 F:      mm/shmem.c
11367
11368 TM6000 VIDEO4LINUX DRIVER
11369 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11370 L:      linux-media@vger.kernel.org
11371 W:      https://linuxtv.org
11372 T:      git git://linuxtv.org/media_tree.git
11373 S:      Odd fixes
11374 F:      drivers/media/usb/tm6000/
11375
11376 TW68 VIDEO4LINUX DRIVER
11377 M:      Hans Verkuil <hverkuil@xs4all.nl>
11378 L:      linux-media@vger.kernel.org
11379 T:      git git://linuxtv.org/media_tree.git
11380 W:      https://linuxtv.org
11381 S:      Odd Fixes
11382 F:      drivers/media/pci/tw68/
11383
11384 TW686X VIDEO4LINUX DRIVER
11385 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
11386 L:      linux-media@vger.kernel.org
11387 T:      git git://linuxtv.org/media_tree.git
11388 W:      http://linuxtv.org
11389 S:      Maintained
11390 F:      drivers/media/pci/tw686x/
11391
11392 TPM DEVICE DRIVER
11393 M:      Peter Huewe <peterhuewe@gmx.de>
11394 M:      Marcel Selhorst <tpmdd@selhorst.net>
11395 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11396 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11397 W:      http://tpmdd.sourceforge.net
11398 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11399 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
11400 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
11401 S:      Maintained
11402 F:      drivers/char/tpm/
11403
11404 TPM IBM_VTPM DEVICE DRIVER
11405 M:      Ashley Lai <ashleydlai@gmail.com>
11406 W:      http://tpmdd.sourceforge.net
11407 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11408 S:      Maintained
11409 F:      drivers/char/tpm/tpm_ibmvtpm*
11410
11411 TRACING
11412 M:      Steven Rostedt <rostedt@goodmis.org>
11413 M:      Ingo Molnar <mingo@redhat.com>
11414 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11415 S:      Maintained
11416 F:      Documentation/trace/ftrace.txt
11417 F:      arch/*/*/*/ftrace.h
11418 F:      arch/*/kernel/ftrace.c
11419 F:      include/*/ftrace.h
11420 F:      include/linux/trace*.h
11421 F:      include/trace/
11422 F:      kernel/trace/
11423 F:      tools/testing/selftests/ftrace/
11424
11425 TRACING MMIO ACCESSES (MMIOTRACE)
11426 M:      Steven Rostedt <rostedt@goodmis.org>
11427 M:      Ingo Molnar <mingo@kernel.org>
11428 R:      Karol Herbst <karolherbst@gmail.com>
11429 R:      Pekka Paalanen <ppaalanen@gmail.com>
11430 S:      Maintained
11431 L:      linux-kernel@vger.kernel.org
11432 L:      nouveau@lists.freedesktop.org
11433 F:      kernel/trace/trace_mmiotrace.c
11434 F:      include/linux/mmiotrace.h
11435 F:      arch/x86/mm/kmmio.c
11436 F:      arch/x86/mm/mmio-mod.c
11437 F:      arch/x86/mm/testmmiotrace.c
11438
11439 TRIVIAL PATCHES
11440 M:      Jiri Kosina <trivial@kernel.org>
11441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11442 S:      Maintained
11443 K:      ^Subject:.*(?i)trivial
11444
11445 TTY LAYER
11446 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11447 M:      Jiri Slaby <jslaby@suse.com>
11448 S:      Supported
11449 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11450 F:      Documentation/serial/
11451 F:      drivers/tty/
11452 F:      drivers/tty/serial/serial_core.c
11453 F:      include/linux/serial_core.h
11454 F:      include/linux/serial.h
11455 F:      include/linux/tty.h
11456 F:      include/uapi/linux/serial_core.h
11457 F:      include/uapi/linux/serial.h
11458 F:      include/uapi/linux/tty.h
11459
11460 TUA9001 MEDIA DRIVER
11461 M:      Antti Palosaari <crope@iki.fi>
11462 L:      linux-media@vger.kernel.org
11463 W:      https://linuxtv.org
11464 W:      http://palosaari.fi/linux/
11465 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11466 T:      git git://linuxtv.org/anttip/media_tree.git
11467 S:      Maintained
11468 F:      drivers/media/tuners/tua9001*
11469
11470 TULIP NETWORK DRIVERS
11471 L:      netdev@vger.kernel.org
11472 L:      linux-parisc@vger.kernel.org
11473 S:      Orphan
11474 F:      drivers/net/ethernet/dec/tulip/
11475
11476 TUN/TAP driver
11477 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
11478 W:      http://vtun.sourceforge.net/tun
11479 S:      Maintained
11480 F:      Documentation/networking/tuntap.txt
11481 F:      arch/um/os-Linux/drivers/
11482
11483 TURBOCHANNEL SUBSYSTEM
11484 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11485 M:      Ralf Baechle <ralf@linux-mips.org>
11486 L:      linux-mips@linux-mips.org
11487 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
11488 S:      Maintained
11489 F:      drivers/tc/
11490 F:      include/linux/tc.h
11491
11492 U14-34F SCSI DRIVER
11493 M:      Dario Ballabio <ballabio_dario@emc.com>
11494 L:      linux-scsi@vger.kernel.org
11495 S:      Maintained
11496 F:      drivers/scsi/u14-34f.c
11497
11498 UBI FILE SYSTEM (UBIFS)
11499 M:      Richard Weinberger <richard@nod.at>
11500 M:      Artem Bityutskiy <dedekind1@gmail.com>
11501 M:      Adrian Hunter <adrian.hunter@intel.com>
11502 L:      linux-mtd@lists.infradead.org
11503 T:      git git://git.infradead.org/ubifs-2.6.git
11504 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
11505 S:      Supported
11506 F:      Documentation/filesystems/ubifs.txt
11507 F:      fs/ubifs/
11508
11509 UCLINUX (M68KNOMMU AND COLDFIRE)
11510 M:      Greg Ungerer <gerg@uclinux.org>
11511 W:      http://www.uclinux.org/
11512 L:      linux-m68k@lists.linux-m68k.org
11513 L:      uclinux-dev@uclinux.org  (subscribers-only)
11514 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11515 S:      Maintained
11516 F:      arch/m68k/coldfire/
11517 F:      arch/m68k/68*/
11518 F:      arch/m68k/*/*_no.*
11519 F:      arch/m68k/include/asm/*_no.*
11520
11521 UDF FILESYSTEM
11522 M:      Jan Kara <jack@suse.com>
11523 S:      Maintained
11524 F:      Documentation/filesystems/udf.txt
11525 F:      fs/udf/
11526
11527 UFS FILESYSTEM
11528 M:      Evgeniy Dushistov <dushistov@mail.ru>
11529 S:      Maintained
11530 F:      Documentation/filesystems/ufs.txt
11531 F:      fs/ufs/
11532
11533 UHID USERSPACE HID IO DRIVER:
11534 M:      David Herrmann <dh.herrmann@googlemail.com>
11535 L:      linux-input@vger.kernel.org
11536 S:      Maintained
11537 F:      drivers/hid/uhid.c
11538 F:      include/uapi/linux/uhid.h
11539
11540 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11541 L:      linux-usb@vger.kernel.org
11542 S:      Orphan
11543 F:      drivers/uwb/
11544 F:      include/linux/uwb.h
11545 F:      include/linux/uwb/
11546
11547 UNICORE32 ARCHITECTURE:
11548 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
11549 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
11550 S:      Maintained
11551 T:      git git://github.com/gxt/linux.git
11552 F:      arch/unicore32/
11553
11554 UNIFDEF
11555 M:      Tony Finch <dot@dotat.at>
11556 W:      http://dotat.at/prog/unifdef
11557 S:      Maintained
11558 F:      scripts/unifdef.c
11559
11560 UNIFORM CDROM DRIVER
11561 M:      Jens Axboe <axboe@kernel.dk>
11562 W:      http://www.kernel.dk
11563 S:      Maintained
11564 F:      Documentation/cdrom/
11565 F:      drivers/cdrom/cdrom.c
11566 F:      include/linux/cdrom.h
11567 F:      include/uapi/linux/cdrom.h
11568
11569 UNISYS S-PAR DRIVERS
11570 M:      David Kershner <david.kershner@unisys.com>
11571 L:      sparmaintainer@unisys.com (Unisys internal)
11572 S:      Supported
11573 F:      drivers/staging/unisys/
11574
11575 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11576 M:      Vinayak Holikatti <vinholikatti@gmail.com>
11577 L:      linux-scsi@vger.kernel.org
11578 S:      Supported
11579 F:      Documentation/scsi/ufs.txt
11580 F:      drivers/scsi/ufs/
11581
11582 UNSORTED BLOCK IMAGES (UBI)
11583 M:      Artem Bityutskiy <dedekind1@gmail.com>
11584 M:      Richard Weinberger <richard@nod.at>
11585 W:      http://www.linux-mtd.infradead.org/
11586 L:      linux-mtd@lists.infradead.org
11587 T:      git git://git.infradead.org/ubifs-2.6.git
11588 S:      Supported
11589 F:      drivers/mtd/ubi/
11590 F:      include/linux/mtd/ubi.h
11591 F:      include/uapi/mtd/ubi-user.h
11592
11593 USB ACM DRIVER
11594 M:      Oliver Neukum <oneukum@suse.com>
11595 L:      linux-usb@vger.kernel.org
11596 S:      Maintained
11597 F:      Documentation/usb/acm.txt
11598 F:      drivers/usb/class/cdc-acm.*
11599
11600 USB AR5523 WIRELESS DRIVER
11601 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
11602 L:      linux-wireless@vger.kernel.org
11603 S:      Maintained
11604 F:      drivers/net/wireless/ath/ar5523/
11605
11606 USB ATTACHED SCSI
11607 M:      Hans de Goede <hdegoede@redhat.com>
11608 M:      Gerd Hoffmann <kraxel@redhat.com>
11609 L:      linux-usb@vger.kernel.org
11610 L:      linux-scsi@vger.kernel.org
11611 S:      Maintained
11612 F:      drivers/usb/storage/uas.c
11613
11614 USB CDC ETHERNET DRIVER
11615 M:      Oliver Neukum <oliver@neukum.org>
11616 L:      linux-usb@vger.kernel.org
11617 S:      Maintained
11618 F:      drivers/net/usb/cdc_*.c
11619 F:      include/uapi/linux/usb/cdc.h
11620
11621 USB CHAOSKEY DRIVER
11622 M:      Keith Packard <keithp@keithp.com>
11623 L:      linux-usb@vger.kernel.org
11624 S:      Maintained
11625 F:      drivers/usb/misc/chaoskey.c
11626
11627 USB CYPRESS C67X00 DRIVER
11628 M:      Peter Korsgaard <jacmet@sunsite.dk>
11629 L:      linux-usb@vger.kernel.org
11630 S:      Maintained
11631 F:      drivers/usb/c67x00/
11632
11633 USB DAVICOM DM9601 DRIVER
11634 M:      Peter Korsgaard <jacmet@sunsite.dk>
11635 L:      netdev@vger.kernel.org
11636 W:      http://www.linux-usb.org/usbnet
11637 S:      Maintained
11638 F:      drivers/net/usb/dm9601.c
11639
11640 USB DIAMOND RIO500 DRIVER
11641 M:      Cesar Miquel <miquel@df.uba.ar>
11642 L:      rio500-users@lists.sourceforge.net
11643 W:      http://rio500.sourceforge.net
11644 S:      Maintained
11645 F:      drivers/usb/misc/rio500*
11646
11647 USB EHCI DRIVER
11648 M:      Alan Stern <stern@rowland.harvard.edu>
11649 L:      linux-usb@vger.kernel.org
11650 S:      Maintained
11651 F:      Documentation/usb/ehci.txt
11652 F:      drivers/usb/host/ehci*
11653
11654 USB GADGET/PERIPHERAL SUBSYSTEM
11655 M:      Felipe Balbi <balbi@kernel.org>
11656 L:      linux-usb@vger.kernel.org
11657 W:      http://www.linux-usb.org/gadget
11658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11659 S:      Maintained
11660 F:      drivers/usb/gadget/
11661 F:      include/linux/usb/gadget*
11662
11663 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11664 M:      Jiri Kosina <jikos@kernel.org>
11665 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
11666 L:      linux-usb@vger.kernel.org
11667 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11668 S:      Maintained
11669 F:      Documentation/hid/hiddev.txt
11670 F:      drivers/hid/usbhid/
11671
11672 USB ISP116X DRIVER
11673 M:      Olav Kongas <ok@artecdesign.ee>
11674 L:      linux-usb@vger.kernel.org
11675 S:      Maintained
11676 F:      drivers/usb/host/isp116x*
11677 F:      include/linux/usb/isp116x.h
11678
11679 USB LAN78XX ETHERNET DRIVER
11680 M:      Woojung Huh <woojung.huh@microchip.com>
11681 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
11682 L:      netdev@vger.kernel.org
11683 S:      Maintained
11684 F:      drivers/net/usb/lan78xx.*
11685
11686 USB MASS STORAGE DRIVER
11687 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11688 L:      linux-usb@vger.kernel.org
11689 L:      usb-storage@lists.one-eyed-alien.net
11690 S:      Maintained
11691 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11692 F:      drivers/usb/storage/
11693
11694 USB MIDI DRIVER
11695 M:      Clemens Ladisch <clemens@ladisch.de>
11696 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11697 T:      git git://git.alsa-project.org/alsa-kernel.git
11698 S:      Maintained
11699 F:      sound/usb/midi.*
11700
11701 USB NETWORKING DRIVERS
11702 L:      linux-usb@vger.kernel.org
11703 S:      Odd Fixes
11704 F:      drivers/net/usb/
11705
11706 USB OHCI DRIVER
11707 M:      Alan Stern <stern@rowland.harvard.edu>
11708 L:      linux-usb@vger.kernel.org
11709 S:      Maintained
11710 F:      Documentation/usb/ohci.txt
11711 F:      drivers/usb/host/ohci*
11712
11713 USB OTG FSM (Finite State Machine)
11714 M:      Peter Chen <Peter.Chen@nxp.com>
11715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11716 L:      linux-usb@vger.kernel.org
11717 S:      Maintained
11718 F:      drivers/usb/common/usb-otg-fsm.c
11719
11720 USB OVER IP DRIVER
11721 M:      Valentina Manea <valentina.manea.m@gmail.com>
11722 M:      Shuah Khan <shuah.kh@samsung.com>
11723 L:      linux-usb@vger.kernel.org
11724 S:      Maintained
11725 F:      Documentation/usb/usbip_protocol.txt
11726 F:      drivers/usb/usbip/
11727 F:      tools/usb/usbip/
11728
11729 USB PEGASUS DRIVER
11730 M:      Petko Manolov <petkan@nucleusys.com>
11731 L:      linux-usb@vger.kernel.org
11732 L:      netdev@vger.kernel.org
11733 T:      git git://github.com/petkan/pegasus.git
11734 W:      https://github.com/petkan/pegasus
11735 S:      Maintained
11736 F:      drivers/net/usb/pegasus.*
11737
11738 USB PHY LAYER
11739 M:      Felipe Balbi <balbi@kernel.org>
11740 L:      linux-usb@vger.kernel.org
11741 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11742 S:      Maintained
11743 F:      drivers/usb/phy/
11744
11745 USB PRINTER DRIVER (usblp)
11746 M:      Pete Zaitcev <zaitcev@redhat.com>
11747 L:      linux-usb@vger.kernel.org
11748 S:      Supported
11749 F:      drivers/usb/class/usblp.c
11750
11751 USB QMI WWAN NETWORK DRIVER
11752 M:      Bjørn Mork <bjorn@mork.no>
11753 L:      netdev@vger.kernel.org
11754 S:      Maintained
11755 F:      Documentation/ABI/testing/sysfs-class-net-qmi
11756 F:      drivers/net/usb/qmi_wwan.c
11757
11758 USB RTL8150 DRIVER
11759 M:      Petko Manolov <petkan@nucleusys.com>
11760 L:      linux-usb@vger.kernel.org
11761 L:      netdev@vger.kernel.org
11762 T:      git git://github.com/petkan/rtl8150.git
11763 W:      https://github.com/petkan/rtl8150
11764 S:      Maintained
11765 F:      drivers/net/usb/rtl8150.c
11766
11767 USB SERIAL SUBSYSTEM
11768 M:      Johan Hovold <johan@kernel.org>
11769 L:      linux-usb@vger.kernel.org
11770 S:      Maintained
11771 F:      Documentation/usb/usb-serial.txt
11772 F:      drivers/usb/serial/
11773 F:      include/linux/usb/serial.h
11774
11775 USB SMSC75XX ETHERNET DRIVER
11776 M:      Steve Glendinning <steve.glendinning@shawell.net>
11777 L:      netdev@vger.kernel.org
11778 S:      Maintained
11779 F:      drivers/net/usb/smsc75xx.*
11780
11781 USB SMSC95XX ETHERNET DRIVER
11782 M:      Steve Glendinning <steve.glendinning@shawell.net>
11783 L:      netdev@vger.kernel.org
11784 S:      Maintained
11785 F:      drivers/net/usb/smsc95xx.*
11786
11787 USB SUBSYSTEM
11788 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11789 L:      linux-usb@vger.kernel.org
11790 W:      http://www.linux-usb.org
11791 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11792 S:      Supported
11793 F:      Documentation/usb/
11794 F:      drivers/usb/
11795 F:      include/linux/usb.h
11796 F:      include/linux/usb/
11797
11798 USB UHCI DRIVER
11799 M:      Alan Stern <stern@rowland.harvard.edu>
11800 L:      linux-usb@vger.kernel.org
11801 S:      Maintained
11802 F:      drivers/usb/host/uhci*
11803
11804 USB "USBNET" DRIVER FRAMEWORK
11805 M:      Oliver Neukum <oneukum@suse.com>
11806 L:      netdev@vger.kernel.org
11807 W:      http://www.linux-usb.org/usbnet
11808 S:      Maintained
11809 F:      drivers/net/usb/usbnet.c
11810 F:      include/linux/usb/usbnet.h
11811
11812 USB VIDEO CLASS
11813 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11814 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11815 L:      linux-media@vger.kernel.org
11816 T:      git git://linuxtv.org/media_tree.git
11817 W:      http://www.ideasonboard.org/uvc/
11818 S:      Maintained
11819 F:      drivers/media/usb/uvc/
11820 F:      include/uapi/linux/uvcvideo.h
11821
11822 USB VISION DRIVER
11823 M:      Hans Verkuil <hverkuil@xs4all.nl>
11824 L:      linux-media@vger.kernel.org
11825 T:      git git://linuxtv.org/media_tree.git
11826 W:      https://linuxtv.org
11827 S:      Odd Fixes
11828 F:      drivers/media/usb/usbvision/
11829
11830 USB WEBCAM GADGET
11831 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11832 L:      linux-usb@vger.kernel.org
11833 S:      Maintained
11834 F:      drivers/usb/gadget/function/*uvc*
11835 F:      drivers/usb/gadget/legacy/webcam.c
11836
11837 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11838 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11839 L:      linux-wireless@vger.kernel.org
11840 S:      Maintained
11841 F:      drivers/net/wireless/rndis_wlan.c
11842
11843 USB XHCI DRIVER
11844 M:      Mathias Nyman <mathias.nyman@intel.com>
11845 L:      linux-usb@vger.kernel.org
11846 S:      Supported
11847 F:      drivers/usb/host/xhci*
11848 F:      drivers/usb/host/pci-quirks*
11849
11850 USB ZD1201 DRIVER
11851 L:      linux-wireless@vger.kernel.org
11852 W:      http://linux-lc100020.sourceforge.net
11853 S:      Orphan
11854 F:      drivers/net/wireless/zydas/zd1201.*
11855
11856 USB ZR364XX DRIVER
11857 M:      Antoine Jacquet <royale@zerezo.com>
11858 L:      linux-usb@vger.kernel.org
11859 L:      linux-media@vger.kernel.org
11860 T:      git git://linuxtv.org/media_tree.git
11861 W:      http://royale.zerezo.com/zr364xx/
11862 S:      Maintained
11863 F:      Documentation/video4linux/zr364xx.txt
11864 F:      drivers/media/usb/zr364xx/
11865
11866 ULPI BUS
11867 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11868 L:      linux-usb@vger.kernel.org
11869 S:      Maintained
11870 F:      drivers/usb/common/ulpi.c
11871 F:      include/linux/ulpi/
11872
11873 USER-MODE LINUX (UML)
11874 M:      Jeff Dike <jdike@addtoit.com>
11875 M:      Richard Weinberger <richard@nod.at>
11876 L:      user-mode-linux-devel@lists.sourceforge.net
11877 L:      user-mode-linux-user@lists.sourceforge.net
11878 W:      http://user-mode-linux.sourceforge.net
11879 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
11880 S:      Maintained
11881 F:      Documentation/virtual/uml/
11882 F:      arch/um/
11883 F:      arch/x86/um/
11884 F:      fs/hostfs/
11885 F:      fs/hppfs/
11886
11887 USERSPACE I/O (UIO)
11888 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11889 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11890 S:      Maintained
11891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11892 F:      Documentation/DocBook/uio-howto.tmpl
11893 F:      drivers/uio/
11894 F:      include/linux/uio*.h
11895
11896 UTIL-LINUX PACKAGE
11897 M:      Karel Zak <kzak@redhat.com>
11898 L:      util-linux@vger.kernel.org
11899 W:      http://en.wikipedia.org/wiki/Util-linux
11900 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11901 S:      Maintained
11902
11903 UVESAFB DRIVER
11904 M:      Michal Januszewski <spock@gentoo.org>
11905 L:      linux-fbdev@vger.kernel.org
11906 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11907 S:      Maintained
11908 F:      Documentation/fb/uvesafb.txt
11909 F:      drivers/video/fbdev/uvesafb.*
11910
11911 VF610 NAND DRIVER
11912 M:      Stefan Agner <stefan@agner.ch>
11913 L:      linux-mtd@lists.infradead.org
11914 S:      Supported
11915 F:      drivers/mtd/nand/vf610_nfc.c
11916
11917 VFAT/FAT/MSDOS FILESYSTEM
11918 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11919 S:      Maintained
11920 F:      Documentation/filesystems/vfat.txt
11921 F:      fs/fat/
11922
11923 VFIO DRIVER
11924 M:      Alex Williamson <alex.williamson@redhat.com>
11925 L:      kvm@vger.kernel.org
11926 T:      git git://github.com/awilliam/linux-vfio.git
11927 S:      Maintained
11928 F:      Documentation/vfio.txt
11929 F:      drivers/vfio/
11930 F:      include/linux/vfio.h
11931 F:      include/uapi/linux/vfio.h
11932
11933 VFIO PLATFORM DRIVER
11934 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11935 L:      kvm@vger.kernel.org
11936 S:      Maintained
11937 F:      drivers/vfio/platform/
11938
11939 VIDEOBUF2 FRAMEWORK
11940 M:      Pawel Osciak <pawel@osciak.com>
11941 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11942 M:      Kyungmin Park <kyungmin.park@samsung.com>
11943 L:      linux-media@vger.kernel.org
11944 S:      Maintained
11945 F:      drivers/media/v4l2-core/videobuf2-*
11946 F:      include/media/videobuf2-*
11947
11948 VIRTUAL SERIO DEVICE DRIVER
11949 M:      Stephen Chandler Paul <thatslyude@gmail.com>
11950 S:      Maintained
11951 F:      drivers/input/serio/userio.c
11952 F:      include/uapi/linux/userio.h
11953
11954 VIRTIO CONSOLE DRIVER
11955 M:      Amit Shah <amit.shah@redhat.com>
11956 L:      virtualization@lists.linux-foundation.org
11957 S:      Maintained
11958 F:      drivers/char/virtio_console.c
11959 F:      include/linux/virtio_console.h
11960 F:      include/uapi/linux/virtio_console.h
11961
11962 VIRTIO CORE, NET AND BLOCK DRIVERS
11963 M:      "Michael S. Tsirkin" <mst@redhat.com>
11964 L:      virtualization@lists.linux-foundation.org
11965 S:      Maintained
11966 F:      drivers/virtio/
11967 F:      tools/virtio/
11968 F:      drivers/net/virtio_net.c
11969 F:      drivers/block/virtio_blk.c
11970 F:      include/linux/virtio_*.h
11971 F:      include/uapi/linux/virtio_*.h
11972
11973 VIRTIO DRIVERS FOR S390
11974 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11975 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11976 L:      linux-s390@vger.kernel.org
11977 L:      virtualization@lists.linux-foundation.org
11978 L:      kvm@vger.kernel.org
11979 S:      Supported
11980 F:      drivers/s390/virtio/
11981
11982 VIRTIO GPU DRIVER
11983 M:      David Airlie <airlied@linux.ie>
11984 M:      Gerd Hoffmann <kraxel@redhat.com>
11985 L:      dri-devel@lists.freedesktop.org
11986 L:      virtualization@lists.linux-foundation.org
11987 S:      Maintained
11988 F:      drivers/gpu/drm/virtio/
11989 F:      include/uapi/linux/virtio_gpu.h
11990
11991 VIRTIO HOST (VHOST)
11992 M:      "Michael S. Tsirkin" <mst@redhat.com>
11993 L:      kvm@vger.kernel.org
11994 L:      virtualization@lists.linux-foundation.org
11995 L:      netdev@vger.kernel.org
11996 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
11997 S:      Maintained
11998 F:      drivers/vhost/
11999 F:      include/uapi/linux/vhost.h
12000
12001 VIRTIO INPUT DRIVER
12002 M:      Gerd Hoffmann <kraxel@redhat.com>
12003 S:      Maintained
12004 F:      drivers/virtio/virtio_input.c
12005 F:      include/uapi/linux/virtio_input.h
12006
12007 VIA RHINE NETWORK DRIVER
12008 S:      Orphan
12009 F:      drivers/net/ethernet/via/via-rhine.c
12010
12011 VIA SD/MMC CARD CONTROLLER DRIVER
12012 M:      Bruce Chang <brucechang@via.com.tw>
12013 M:      Harald Welte <HaraldWelte@viatech.com>
12014 S:      Maintained
12015 F:      drivers/mmc/host/via-sdmmc.c
12016
12017 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12018 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
12019 L:      linux-fbdev@vger.kernel.org
12020 S:      Maintained
12021 F:      include/linux/via-core.h
12022 F:      include/linux/via-gpio.h
12023 F:      include/linux/via_i2c.h
12024 F:      drivers/video/fbdev/via/
12025
12026 VIA VELOCITY NETWORK DRIVER
12027 M:      Francois Romieu <romieu@fr.zoreil.com>
12028 L:      netdev@vger.kernel.org
12029 S:      Maintained
12030 F:      drivers/net/ethernet/via/via-velocity.*
12031
12032 VIRT LIB
12033 M:      Alex Williamson <alex.williamson@redhat.com>
12034 M:      Paolo Bonzini <pbonzini@redhat.com>
12035 L:      kvm@vger.kernel.org
12036 S:      Supported
12037 F:      virt/lib/
12038
12039 VIVID VIRTUAL VIDEO DRIVER
12040 M:      Hans Verkuil <hverkuil@xs4all.nl>
12041 L:      linux-media@vger.kernel.org
12042 T:      git git://linuxtv.org/media_tree.git
12043 W:      https://linuxtv.org
12044 S:      Maintained
12045 F:      drivers/media/platform/vivid/*
12046
12047 VLAN (802.1Q)
12048 M:      Patrick McHardy <kaber@trash.net>
12049 L:      netdev@vger.kernel.org
12050 S:      Maintained
12051 F:      drivers/net/macvlan.c
12052 F:      include/linux/if_*vlan.h
12053 F:      net/8021q/
12054
12055 VLYNQ BUS
12056 M:      Florian Fainelli <florian@openwrt.org>
12057 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
12058 S:      Maintained
12059 F:      drivers/vlynq/vlynq.c
12060 F:      include/linux/vlynq.h
12061
12062 VME SUBSYSTEM
12063 M:      Martyn Welch <martyn@welchs.me.uk>
12064 M:      Manohar Vanga <manohar.vanga@gmail.com>
12065 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12066 L:      devel@driverdev.osuosl.org
12067 S:      Maintained
12068 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12069 F:      Documentation/vme_api.txt
12070 F:      drivers/staging/vme/
12071 F:      drivers/vme/
12072 F:      include/linux/vme*
12073
12074 VMWARE HYPERVISOR INTERFACE
12075 M:      Alok Kataria <akataria@vmware.com>
12076 L:      virtualization@lists.linux-foundation.org
12077 S:      Supported
12078 F:      arch/x86/kernel/cpu/vmware.c
12079
12080 VMWARE BALLOON DRIVER
12081 M:      Xavier Deguillard <xdeguillard@vmware.com>
12082 M:      Philip Moltmann <moltmann@vmware.com>
12083 M:      "VMware, Inc." <pv-drivers@vmware.com>
12084 L:      linux-kernel@vger.kernel.org
12085 S:      Maintained
12086 F:      drivers/misc/vmw_balloon.c
12087
12088 VMWARE VMMOUSE SUBDRIVER
12089 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12090 M:      "VMware, Inc." <pv-drivers@vmware.com>
12091 L:      linux-input@vger.kernel.org
12092 S:      Maintained
12093 F:      drivers/input/mouse/vmmouse.c
12094 F:      drivers/input/mouse/vmmouse.h
12095
12096 VMWARE VMXNET3 ETHERNET DRIVER
12097 M:      Shrikrishna Khare <skhare@vmware.com>
12098 M:      "VMware, Inc." <pv-drivers@vmware.com>
12099 L:      netdev@vger.kernel.org
12100 S:      Maintained
12101 F:      drivers/net/vmxnet3/
12102
12103 VMware PVSCSI driver
12104 M:      Arvind Kumar <arvindkumar@vmware.com>
12105 M:      VMware PV-Drivers <pv-drivers@vmware.com>
12106 L:      linux-scsi@vger.kernel.org
12107 S:      Maintained
12108 F:      drivers/scsi/vmw_pvscsi.c
12109 F:      drivers/scsi/vmw_pvscsi.h
12110
12111 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12112 M:      Liam Girdwood <lgirdwood@gmail.com>
12113 M:      Mark Brown <broonie@kernel.org>
12114 L:      linux-kernel@vger.kernel.org
12115 W:      http://www.slimlogic.co.uk/?p=48
12116 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12117 S:      Supported
12118 F:      Documentation/devicetree/bindings/regulator/
12119 F:      drivers/regulator/
12120 F:      include/dt-bindings/regulator/
12121 F:      include/linux/regulator/
12122
12123 VRF
12124 M:      David Ahern <dsa@cumulusnetworks.com>
12125 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
12126 L:      netdev@vger.kernel.org
12127 S:      Maintained
12128 F:      drivers/net/vrf.c
12129 F:      Documentation/networking/vrf.txt
12130
12131 VT1211 HARDWARE MONITOR DRIVER
12132 M:      Juerg Haefliger <juergh@gmail.com>
12133 L:      linux-hwmon@vger.kernel.org
12134 S:      Maintained
12135 F:      Documentation/hwmon/vt1211
12136 F:      drivers/hwmon/vt1211.c
12137
12138 VT8231 HARDWARE MONITOR DRIVER
12139 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
12140 L:      linux-hwmon@vger.kernel.org
12141 S:      Maintained
12142 F:      drivers/hwmon/vt8231.c
12143
12144 VUB300 USB to SDIO/SD/MMC bridge chip
12145 M:      Tony Olech <tony.olech@elandigitalsystems.com>
12146 L:      linux-mmc@vger.kernel.org
12147 L:      linux-usb@vger.kernel.org
12148 S:      Supported
12149 F:      drivers/mmc/host/vub300.c
12150
12151 W1 DALLAS'S 1-WIRE BUS
12152 M:      Evgeniy Polyakov <zbr@ioremap.net>
12153 S:      Maintained
12154 F:      Documentation/w1/
12155 F:      drivers/w1/
12156
12157 W83791D HARDWARE MONITORING DRIVER
12158 M:      Marc Hulsman <m.hulsman@tudelft.nl>
12159 L:      linux-hwmon@vger.kernel.org
12160 S:      Maintained
12161 F:      Documentation/hwmon/w83791d
12162 F:      drivers/hwmon/w83791d.c
12163
12164 W83793 HARDWARE MONITORING DRIVER
12165 M:      Rudolf Marek <r.marek@assembler.cz>
12166 L:      linux-hwmon@vger.kernel.org
12167 S:      Maintained
12168 F:      Documentation/hwmon/w83793
12169 F:      drivers/hwmon/w83793.c
12170
12171 W83795 HARDWARE MONITORING DRIVER
12172 M:      Jean Delvare <jdelvare@suse.com>
12173 L:      linux-hwmon@vger.kernel.org
12174 S:      Maintained
12175 F:      drivers/hwmon/w83795.c
12176
12177 W83L51xD SD/MMC CARD INTERFACE DRIVER
12178 M:      Pierre Ossman <pierre@ossman.eu>
12179 S:      Maintained
12180 F:      drivers/mmc/host/wbsd.*
12181
12182 WACOM PROTOCOL 4 SERIAL TABLETS
12183 M:      Julian Squires <julian@cipht.net>
12184 M:      Hans de Goede <hdegoede@redhat.com>
12185 L:      linux-input@vger.kernel.org
12186 S:      Maintained
12187 F:      drivers/input/tablet/wacom_serial4.c
12188
12189 WATCHDOG DEVICE DRIVERS
12190 M:      Wim Van Sebroeck <wim@iguana.be>
12191 R:      Guenter Roeck <linux@roeck-us.net>
12192 L:      linux-watchdog@vger.kernel.org
12193 W:      http://www.linux-watchdog.org/
12194 T:      git git://www.linux-watchdog.org/linux-watchdog.git
12195 S:      Maintained
12196 F:      Documentation/watchdog/
12197 F:      drivers/watchdog/
12198 F:      include/linux/watchdog.h
12199 F:      include/uapi/linux/watchdog.h
12200
12201 WD7000 SCSI DRIVER
12202 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
12203 L:      linux-scsi@vger.kernel.org
12204 S:      Maintained
12205 F:      drivers/scsi/wd7000.c
12206
12207 WIIMOTE HID DRIVER
12208 M:      David Herrmann <dh.herrmann@googlemail.com>
12209 L:      linux-input@vger.kernel.org
12210 S:      Maintained
12211 F:      drivers/hid/hid-wiimote*
12212
12213 WINBOND CIR DRIVER
12214 M:      David Härdeman <david@hardeman.nu>
12215 S:      Maintained
12216 F:      drivers/media/rc/winbond-cir.c
12217
12218 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
12219 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12220 L:      linux-watchdog@vger.kernel.org
12221 S:      Maintained
12222 F:      drivers/watchdog/ebc-c384_wdt.c
12223
12224 WINSYSTEMS WS16C48 GPIO DRIVER
12225 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12226 L:      linux-gpio@vger.kernel.org
12227 S:      Maintained
12228 F:      drivers/gpio/gpio-ws16c48.c
12229
12230 WIMAX STACK
12231 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
12232 M:      linux-wimax@intel.com
12233 L:      wimax@linuxwimax.org (subscribers-only)
12234 S:      Supported
12235 W:      http://linuxwimax.org
12236 F:      Documentation/wimax/README.wimax
12237 F:      include/linux/wimax/debug.h
12238 F:      include/net/wimax.h
12239 F:      include/uapi/linux/wimax.h
12240 F:      net/wimax/
12241
12242 WISTRON LAPTOP BUTTON DRIVER
12243 M:      Miloslav Trmac <mitr@volny.cz>
12244 S:      Maintained
12245 F:      drivers/input/misc/wistron_btns.c
12246
12247 WL3501 WIRELESS PCMCIA CARD DRIVER
12248 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
12249 L:      linux-wireless@vger.kernel.org
12250 W:      http://oops.ghostprotocols.net:81/blog
12251 S:      Maintained
12252 F:      drivers/net/wireless/wl3501*
12253
12254 WOLFSON MICROELECTRONICS DRIVERS
12255 L:      patches@opensource.wolfsonmicro.com
12256 T:      git https://github.com/CirrusLogic/linux-drivers.git
12257 W:      https://github.com/CirrusLogic/linux-drivers/wiki
12258 S:      Supported
12259 F:      Documentation/hwmon/wm83??
12260 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12261 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12262 F:      Documentation/devicetree/bindings/mfd/arizona.txt
12263 F:      arch/arm/mach-s3c64xx/mach-crag6410*
12264 F:      drivers/clk/clk-wm83*.c
12265 F:      drivers/extcon/extcon-arizona.c
12266 F:      drivers/leds/leds-wm83*.c
12267 F:      drivers/gpio/gpio-*wm*.c
12268 F:      drivers/gpio/gpio-arizona.c
12269 F:      drivers/hwmon/wm83??-hwmon.c
12270 F:      drivers/input/misc/wm831x-on.c
12271 F:      drivers/input/touchscreen/wm831x-ts.c
12272 F:      drivers/input/touchscreen/wm97*.c
12273 F:      drivers/mfd/arizona*
12274 F:      drivers/mfd/wm*.c
12275 F:      drivers/mfd/cs47l24*
12276 F:      drivers/power/wm83*.c
12277 F:      drivers/rtc/rtc-wm83*.c
12278 F:      drivers/regulator/wm8*.c
12279 F:      drivers/video/backlight/wm83*_bl.c
12280 F:      drivers/watchdog/wm83*_wdt.c
12281 F:      include/linux/mfd/arizona/
12282 F:      include/linux/mfd/wm831x/
12283 F:      include/linux/mfd/wm8350/
12284 F:      include/linux/mfd/wm8400*
12285 F:      include/linux/wm97xx.h
12286 F:      include/sound/wm????.h
12287 F:      sound/soc/codecs/arizona.?
12288 F:      sound/soc/codecs/wm*
12289 F:      sound/soc/codecs/cs47l24*
12290
12291 WORKQUEUE
12292 M:      Tejun Heo <tj@kernel.org>
12293 R:      Lai Jiangshan <jiangshanlai@gmail.com>
12294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12295 S:      Maintained
12296 F:      include/linux/workqueue.h
12297 F:      kernel/workqueue.c
12298 F:      Documentation/workqueue.txt
12299
12300 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
12301 M:      Chen-Yu Tsai <wens@csie.org>
12302 L:      linux-kernel@vger.kernel.org
12303 S:      Maintained
12304 N:      axp[128]
12305
12306 X.25 NETWORK LAYER
12307 M:      Andrew Hendry <andrew.hendry@gmail.com>
12308 L:      linux-x25@vger.kernel.org
12309 S:      Odd Fixes
12310 F:      Documentation/networking/x25*
12311 F:      include/net/x25*
12312 F:      net/x25/
12313
12314 X86 ARCHITECTURE (32-BIT AND 64-BIT)
12315 M:      Thomas Gleixner <tglx@linutronix.de>
12316 M:      Ingo Molnar <mingo@redhat.com>
12317 M:      "H. Peter Anvin" <hpa@zytor.com>
12318 M:      x86@kernel.org
12319 L:      linux-kernel@vger.kernel.org
12320 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
12321 S:      Maintained
12322 F:      Documentation/x86/
12323 F:      arch/x86/
12324
12325 X86 PLATFORM DRIVERS
12326 M:      Darren Hart <dvhart@infradead.org>
12327 L:      platform-driver-x86@vger.kernel.org
12328 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12329 S:      Maintained
12330 F:      drivers/platform/x86/
12331 F:      drivers/platform/olpc/
12332
12333 X86 MCE INFRASTRUCTURE
12334 M:      Tony Luck <tony.luck@intel.com>
12335 M:      Borislav Petkov <bp@alien8.de>
12336 L:      linux-edac@vger.kernel.org
12337 S:      Maintained
12338 F:      arch/x86/kernel/cpu/mcheck/*
12339
12340 X86 MICROCODE UPDATE SUPPORT
12341 M:      Borislav Petkov <bp@alien8.de>
12342 S:      Maintained
12343 F:      arch/x86/kernel/cpu/microcode/*
12344
12345 X86 VDSO
12346 M:      Andy Lutomirski <luto@amacapital.net>
12347 L:      linux-kernel@vger.kernel.org
12348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12349 S:      Maintained
12350 F:      arch/x86/entry/vdso/
12351
12352 XC2028/3028 TUNER DRIVER
12353 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
12354 L:      linux-media@vger.kernel.org
12355 W:      https://linuxtv.org
12356 T:      git git://linuxtv.org/media_tree.git
12357 S:      Maintained
12358 F:      drivers/media/tuners/tuner-xc2028.*
12359
12360 XEN HYPERVISOR INTERFACE
12361 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
12362 M:      David Vrabel <david.vrabel@citrix.com>
12363 M:      Juergen Gross <jgross@suse.com>
12364 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12365 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12366 S:      Supported
12367 F:      arch/x86/xen/
12368 F:      drivers/*/xen-*front.c
12369 F:      drivers/xen/
12370 F:      arch/x86/include/asm/xen/
12371 F:      include/xen/
12372 F:      include/uapi/xen/
12373
12374 XEN HYPERVISOR ARM
12375 M:      Stefano Stabellini <sstabellini@kernel.org>
12376 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12377 S:      Maintained
12378 F:      arch/arm/xen/
12379 F:      arch/arm/include/asm/xen/
12380
12381 XEN HYPERVISOR ARM64
12382 M:      Stefano Stabellini <sstabellini@kernel.org>
12383 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12384 S:      Maintained
12385 F:      arch/arm64/xen/
12386 F:      arch/arm64/include/asm/xen/
12387
12388 XEN NETWORK BACKEND DRIVER
12389 M:      Wei Liu <wei.liu2@citrix.com>
12390 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12391 L:      netdev@vger.kernel.org
12392 S:      Supported
12393 F:      drivers/net/xen-netback/*
12394
12395 XEN PCI SUBSYSTEM
12396 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12397 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12398 S:      Supported
12399 F:      arch/x86/pci/*xen*
12400 F:      drivers/pci/*xen*
12401
12402 XEN BLOCK SUBSYSTEM
12403 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12404 M:      Roger Pau Monné <roger.pau@citrix.com>
12405 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12406 S:      Supported
12407 F:      drivers/block/xen-blkback/*
12408 F:      drivers/block/xen*
12409
12410 XEN PVSCSI DRIVERS
12411 M:      Juergen Gross <jgross@suse.com>
12412 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12413 L:      linux-scsi@vger.kernel.org
12414 S:      Supported
12415 F:      drivers/scsi/xen-scsifront.c
12416 F:      drivers/xen/xen-scsiback.c
12417 F:      include/xen/interface/io/vscsiif.h
12418
12419 XEN SWIOTLB SUBSYSTEM
12420 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12421 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12422 S:      Supported
12423 F:      arch/x86/xen/*swiotlb*
12424 F:      drivers/xen/*swiotlb*
12425
12426 XFS FILESYSTEM
12427 P:      Silicon Graphics Inc
12428 M:      Dave Chinner <david@fromorbit.com>
12429 M:      xfs@oss.sgi.com
12430 L:      xfs@oss.sgi.com
12431 W:      http://oss.sgi.com/projects/xfs
12432 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12433 S:      Supported
12434 F:      Documentation/filesystems/xfs.txt
12435 F:      fs/xfs/
12436
12437 XILINX AXI ETHERNET DRIVER
12438 M:      Anirudha Sarangi <anirudh@xilinx.com>
12439 M:      John Linn <John.Linn@xilinx.com>
12440 S:      Maintained
12441 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
12442
12443 XILINX UARTLITE SERIAL DRIVER
12444 M:      Peter Korsgaard <jacmet@sunsite.dk>
12445 L:      linux-serial@vger.kernel.org
12446 S:      Maintained
12447 F:      drivers/tty/serial/uartlite.c
12448
12449 XILINX VIDEO IP CORES
12450 M:      Hyun Kwon <hyun.kwon@xilinx.com>
12451 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12452 L:      linux-media@vger.kernel.org
12453 T:      git git://linuxtv.org/media_tree.git
12454 S:      Supported
12455 F:      Documentation/devicetree/bindings/media/xilinx/
12456 F:      drivers/media/platform/xilinx/
12457 F:      include/uapi/linux/xilinx-v4l2-controls.h
12458
12459 XILLYBUS DRIVER
12460 M:      Eli Billauer <eli.billauer@gmail.com>
12461 L:      linux-kernel@vger.kernel.org
12462 S:      Supported
12463 F:      drivers/char/xillybus/
12464
12465 XTENSA XTFPGA PLATFORM SUPPORT
12466 M:      Max Filippov <jcmvbkbc@gmail.com>
12467 L:      linux-xtensa@linux-xtensa.org
12468 S:      Maintained
12469 F:      drivers/spi/spi-xtensa-xtfpga.c
12470 F:      sound/soc/xtensa/xtfpga-i2s.c
12471
12472 YAM DRIVER FOR AX.25
12473 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
12474 L:      linux-hams@vger.kernel.org
12475 S:      Maintained
12476 F:      drivers/net/hamradio/yam*
12477 F:      include/linux/yam.h
12478
12479 YEALINK PHONE DRIVER
12480 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
12481 L:      usbb2k-api-dev@nongnu.org
12482 S:      Maintained
12483 F:      Documentation/input/yealink.txt
12484 F:      drivers/input/misc/yealink.*
12485
12486 Z8530 DRIVER FOR AX.25
12487 M:      Joerg Reuter <jreuter@yaina.de>
12488 W:      http://yaina.de/jreuter/
12489 W:      http://www.qsl.net/dl1bke/
12490 L:      linux-hams@vger.kernel.org
12491 S:      Maintained
12492 F:      Documentation/networking/z8530drv.txt
12493 F:      drivers/net/hamradio/*scc.c
12494 F:      drivers/net/hamradio/z8530.h
12495
12496 ZBUD COMPRESSED PAGE ALLOCATOR
12497 M:      Seth Jennings <sjenning@redhat.com>
12498 L:      linux-mm@kvack.org
12499 S:      Maintained
12500 F:      mm/zbud.c
12501 F:      include/linux/zbud.h
12502
12503 ZD1211RW WIRELESS DRIVER
12504 M:      Daniel Drake <dsd@gentoo.org>
12505 M:      Ulrich Kunitz <kune@deine-taler.de>
12506 W:      http://zd1211.ath.cx/wiki/DriverRewrite
12507 L:      linux-wireless@vger.kernel.org
12508 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
12509 S:      Maintained
12510 F:      drivers/net/wireless/zydas/zd1211rw/
12511
12512 ZPOOL COMPRESSED PAGE STORAGE API
12513 M:      Dan Streetman <ddstreet@ieee.org>
12514 L:      linux-mm@kvack.org
12515 S:      Maintained
12516 F:      mm/zpool.c
12517 F:      include/linux/zpool.h
12518
12519 ZR36067 VIDEO FOR LINUX DRIVER
12520 L:      mjpeg-users@lists.sourceforge.net
12521 L:      linux-media@vger.kernel.org
12522 W:      http://mjpeg.sourceforge.net/driver-zoran/
12523 T:      hg https://linuxtv.org/hg/v4l-dvb
12524 S:      Odd Fixes
12525 F:      drivers/media/pci/zoran/
12526
12527 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12528 M:      Minchan Kim <minchan@kernel.org>
12529 M:      Nitin Gupta <ngupta@vflare.org>
12530 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12531 L:      linux-kernel@vger.kernel.org
12532 S:      Maintained
12533 F:      drivers/block/zram/
12534 F:      Documentation/blockdev/zram.txt
12535
12536 ZS DECSTATION Z85C30 SERIAL DRIVER
12537 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12538 S:      Maintained
12539 F:      drivers/tty/serial/zs.*
12540
12541 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12542 M:      Minchan Kim <minchan@kernel.org>
12543 M:      Nitin Gupta <ngupta@vflare.org>
12544 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12545 L:      linux-mm@kvack.org
12546 S:      Maintained
12547 F:      mm/zsmalloc.c
12548 F:      include/linux/zsmalloc.h
12549 F:      Documentation/vm/zsmalloc.txt
12550
12551 ZSWAP COMPRESSED SWAP CACHING
12552 M:      Seth Jennings <sjenning@redhat.com>
12553 L:      linux-mm@kvack.org
12554 S:      Maintained
12555 F:      mm/zswap.c
12556
12557 THE REST
12558 M:      Linus Torvalds <torvalds@linux-foundation.org>
12559 L:      linux-kernel@vger.kernel.org
12560 Q:      http://patchwork.kernel.org/project/LKML/list/
12561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12562 S:      Buried alive in reporters
12563 F:      *
12564 F:      */