Merge tag 'keys-next-20160511' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...
[linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <aar@pengutronix.de>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      netdev@vger.kernel.org
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <ericvh@gmail.com>
190 M:      Ron Minnich <rminnich@sandia.gov>
191 M:      Latchesar Ionkov <lucho@ionkov.net>
192 L:      v9fs-developer@lists.sourceforge.net
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <crope@iki.fi>
207 L:      linux-media@vger.kernel.org
208 W:      https://linuxtv.org
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L:      linux-scsi@vger.kernel.org
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
222
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      include/linux/syscalls.h
226 F:      kernel/sys_ni.c
227
228 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
229 M:      Hans de Goede <hdegoede@redhat.com>
230 L:      linux-hwmon@vger.kernel.org
231 S:      Maintained
232 F:      drivers/hwmon/abituguru.c
233
234 ABIT UGURU 3 HARDWARE MONITOR DRIVER
235 M:      Alistair John Strachan <alistair@devzero.co.uk>
236 L:      linux-hwmon@vger.kernel.org
237 S:      Maintained
238 F:      drivers/hwmon/abituguru3.c
239
240 ACCES 104-DIO-48E GPIO DRIVER
241 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
242 L:      linux-gpio@vger.kernel.org
243 S:      Maintained
244 F:      drivers/gpio/gpio-104-dio-48e.c
245
246 ACCES 104-IDI-48 GPIO DRIVER
247 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
248 L:      linux-gpio@vger.kernel.org
249 S:      Maintained
250 F:      drivers/gpio/gpio-104-idi-48.c
251
252 ACCES 104-IDIO-16 GPIO DRIVER
253 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
254 L:      linux-gpio@vger.kernel.org
255 S:      Maintained
256 F:      drivers/gpio/gpio-104-idio-16.c
257
258 ACENIC DRIVER
259 M:      Jes Sorensen <jes@trained-monkey.org>
260 L:      linux-acenic@sunsite.dk
261 S:      Maintained
262 F:      drivers/net/ethernet/alteon/acenic*
263
264 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
265 M:      Peter Feuerer <peter@piie.net>
266 L:      platform-driver-x86@vger.kernel.org
267 W:      http://piie.net/?section=acerhdf
268 S:      Maintained
269 F:      drivers/platform/x86/acerhdf.c
270
271 ACER WMI LAPTOP EXTRAS
272 M:      "Lee, Chun-Yi" <jlee@suse.com>
273 L:      platform-driver-x86@vger.kernel.org
274 S:      Maintained
275 F:      drivers/platform/x86/acer-wmi.c
276
277 ACPI
278 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
279 M:      Len Brown <lenb@kernel.org>
280 L:      linux-acpi@vger.kernel.org
281 W:      https://01.org/linux-acpi
282 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
284 S:      Supported
285 F:      drivers/acpi/
286 F:      drivers/pnp/pnpacpi/
287 F:      include/linux/acpi.h
288 F:      include/acpi/
289 F:      Documentation/acpi/
290 F:      Documentation/ABI/testing/sysfs-bus-acpi
291 F:      drivers/pci/*acpi*
292 F:      drivers/pci/*/*acpi*
293 F:      drivers/pci/*/*/*acpi*
294 F:      tools/power/acpi/
295
296 ACPI COMPONENT ARCHITECTURE (ACPICA)
297 M:      Robert Moore <robert.moore@intel.com>
298 M:      Lv Zheng <lv.zheng@intel.com>
299 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
300 L:      linux-acpi@vger.kernel.org
301 L:      devel@acpica.org
302 W:      https://acpica.org/
303 W:      https://github.com/acpica/acpica/
304 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
306 S:      Supported
307 F:      drivers/acpi/acpica/
308 F:      include/acpi/
309 F:      tools/power/acpi/
310
311 ACPI FAN DRIVER
312 M:      Zhang Rui <rui.zhang@intel.com>
313 L:      linux-acpi@vger.kernel.org
314 W:      https://01.org/linux-acpi
315 S:      Supported
316 F:      drivers/acpi/fan.c
317
318 ACPI THERMAL DRIVER
319 M:      Zhang Rui <rui.zhang@intel.com>
320 L:      linux-acpi@vger.kernel.org
321 W:      https://01.org/linux-acpi
322 S:      Supported
323 F:      drivers/acpi/*thermal*
324
325 ACPI VIDEO DRIVER
326 M:      Zhang Rui <rui.zhang@intel.com>
327 L:      linux-acpi@vger.kernel.org
328 W:      https://01.org/linux-acpi
329 S:      Supported
330 F:      drivers/acpi/acpi_video.c
331
332 ACPI WMI DRIVER
333 L:      platform-driver-x86@vger.kernel.org
334 S:      Orphan
335 F:      drivers/platform/x86/wmi.c
336
337 AD1889 ALSA SOUND DRIVER
338 M:      Thibaut Varene <T-Bone@parisc-linux.org>
339 W:      http://wiki.parisc-linux.org/AD1889
340 L:      linux-parisc@vger.kernel.org
341 S:      Maintained
342 F:      sound/pci/ad1889.*
343
344 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
345 M:      Michael Hennerich <michael.hennerich@analog.com>
346 W:      http://wiki.analog.com/AD5254
347 W:      http://ez.analog.com/community/linux-device-drivers
348 S:      Supported
349 F:      drivers/misc/ad525x_dpot.c
350
351 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
352 M:      Michael Hennerich <michael.hennerich@analog.com>
353 W:      http://wiki.analog.com/AD5398
354 W:      http://ez.analog.com/community/linux-device-drivers
355 S:      Supported
356 F:      drivers/regulator/ad5398.c
357
358 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
359 M:      Michael Hennerich <michael.hennerich@analog.com>
360 W:      http://wiki.analog.com/AD7142
361 W:      http://ez.analog.com/community/linux-device-drivers
362 S:      Supported
363 F:      drivers/input/misc/ad714x.c
364
365 AD7877 TOUCHSCREEN DRIVER
366 M:      Michael Hennerich <michael.hennerich@analog.com>
367 W:      http://wiki.analog.com/AD7877
368 W:      http://ez.analog.com/community/linux-device-drivers
369 S:      Supported
370 F:      drivers/input/touchscreen/ad7877.c
371
372 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
373 M:      Michael Hennerich <michael.hennerich@analog.com>
374 W:      http://wiki.analog.com/AD7879
375 W:      http://ez.analog.com/community/linux-device-drivers
376 S:      Supported
377 F:      drivers/input/touchscreen/ad7879.c
378
379 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
380 M:      Jiri Kosina <jikos@kernel.org>
381 S:      Maintained
382
383 ADF7242 IEEE 802.15.4 RADIO DRIVER
384 M:      Michael Hennerich <michael.hennerich@analog.com>
385 W:      https://wiki.analog.com/ADF7242
386 W:      http://ez.analog.com/community/linux-device-drivers
387 L:      linux-wpan@vger.kernel.org
388 S:      Supported
389 F:      drivers/net/ieee802154/adf7242.c
390 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
391
392 ADM1025 HARDWARE MONITOR DRIVER
393 M:      Jean Delvare <jdelvare@suse.com>
394 L:      linux-hwmon@vger.kernel.org
395 S:      Maintained
396 F:      Documentation/hwmon/adm1025
397 F:      drivers/hwmon/adm1025.c
398
399 ADM1029 HARDWARE MONITOR DRIVER
400 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
401 L:      linux-hwmon@vger.kernel.org
402 S:      Maintained
403 F:      drivers/hwmon/adm1029.c
404
405 ADM8211 WIRELESS DRIVER
406 L:      linux-wireless@vger.kernel.org
407 W:      http://wireless.kernel.org/
408 S:      Orphan
409 F:      drivers/net/wireless/admtek/adm8211.*
410
411 ADP1653 FLASH CONTROLLER DRIVER
412 M:      Sakari Ailus <sakari.ailus@iki.fi>
413 L:      linux-media@vger.kernel.org
414 S:      Maintained
415 F:      drivers/media/i2c/adp1653.c
416 F:      include/media/i2c/adp1653.h
417
418 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
419 M:      Michael Hennerich <michael.hennerich@analog.com>
420 W:      http://wiki.analog.com/ADP5520
421 W:      http://ez.analog.com/community/linux-device-drivers
422 S:      Supported
423 F:      drivers/mfd/adp5520.c
424 F:      drivers/video/backlight/adp5520_bl.c
425 F:      drivers/leds/leds-adp5520.c
426 F:      drivers/gpio/gpio-adp5520.c
427 F:      drivers/input/keyboard/adp5520-keys.c
428
429 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
430 M:      Michael Hennerich <michael.hennerich@analog.com>
431 W:      http://wiki.analog.com/ADP5588
432 W:      http://ez.analog.com/community/linux-device-drivers
433 S:      Supported
434 F:      drivers/input/keyboard/adp5588-keys.c
435 F:      drivers/gpio/gpio-adp5588.c
436
437 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
438 M:      Michael Hennerich <michael.hennerich@analog.com>
439 W:      http://wiki.analog.com/ADP8860
440 W:      http://ez.analog.com/community/linux-device-drivers
441 S:      Supported
442 F:      drivers/video/backlight/adp8860_bl.c
443
444 ADS1015 HARDWARE MONITOR DRIVER
445 M:      Dirk Eibach <eibach@gdsys.de>
446 L:      linux-hwmon@vger.kernel.org
447 S:      Maintained
448 F:      Documentation/hwmon/ads1015
449 F:      drivers/hwmon/ads1015.c
450 F:      include/linux/i2c/ads1015.h
451
452 ADT746X FAN DRIVER
453 M:      Colin Leroy <colin@colino.net>
454 S:      Maintained
455 F:      drivers/macintosh/therm_adt746x.c
456
457 ADT7475 HARDWARE MONITOR DRIVER
458 M:      Jean Delvare <jdelvare@suse.com>
459 L:      linux-hwmon@vger.kernel.org
460 S:      Maintained
461 F:      Documentation/hwmon/adt7475
462 F:      drivers/hwmon/adt7475.c
463
464 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
465 M:      Michael Hennerich <michael.hennerich@analog.com>
466 W:      http://wiki.analog.com/ADXL345
467 W:      http://ez.analog.com/community/linux-device-drivers
468 S:      Supported
469 F:      drivers/input/misc/adxl34x.c
470
471 ADVANSYS SCSI DRIVER
472 M:      Matthew Wilcox <matthew@wil.cx>
473 M:      Hannes Reinecke <hare@suse.com>
474 L:      linux-scsi@vger.kernel.org
475 S:      Maintained
476 F:      Documentation/scsi/advansys.txt
477 F:      drivers/scsi/advansys.c
478
479 AEDSP16 DRIVER
480 M:      Riccardo Facchetti <fizban@tin.it>
481 S:      Maintained
482 F:      sound/oss/aedsp16.c
483
484 AF9013 MEDIA DRIVER
485 M:      Antti Palosaari <crope@iki.fi>
486 L:      linux-media@vger.kernel.org
487 W:      https://linuxtv.org
488 W:      http://palosaari.fi/linux/
489 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
490 T:      git git://linuxtv.org/anttip/media_tree.git
491 S:      Maintained
492 F:      drivers/media/dvb-frontends/af9013*
493
494 AF9033 MEDIA DRIVER
495 M:      Antti Palosaari <crope@iki.fi>
496 L:      linux-media@vger.kernel.org
497 W:      https://linuxtv.org
498 W:      http://palosaari.fi/linux/
499 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
500 T:      git git://linuxtv.org/anttip/media_tree.git
501 S:      Maintained
502 F:      drivers/media/dvb-frontends/af9033*
503
504 AFFS FILE SYSTEM
505 L:      linux-fsdevel@vger.kernel.org
506 S:      Orphan
507 F:      Documentation/filesystems/affs.txt
508 F:      fs/affs/
509
510 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
511 M:      David Howells <dhowells@redhat.com>
512 L:      linux-afs@lists.infradead.org
513 S:      Supported
514 F:      fs/afs/
515 F:      include/net/af_rxrpc.h
516 F:      net/rxrpc/af_rxrpc.c
517
518 AGPGART DRIVER
519 M:      David Airlie <airlied@linux.ie>
520 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
521 S:      Maintained
522 F:      drivers/char/agp/
523 F:      include/linux/agp*
524 F:      include/uapi/linux/agp*
525
526 AHA152X SCSI DRIVER
527 M:      "Juergen E. Fischer" <fischer@norbit.de>
528 L:      linux-scsi@vger.kernel.org
529 S:      Maintained
530 F:      drivers/scsi/aha152x*
531 F:      drivers/scsi/pcmcia/aha152x*
532
533 AIC7XXX / AIC79XX SCSI DRIVER
534 M:      Hannes Reinecke <hare@suse.com>
535 L:      linux-scsi@vger.kernel.org
536 S:      Maintained
537 F:      drivers/scsi/aic7xxx/
538
539 AIMSLAB FM RADIO RECEIVER DRIVER
540 M:      Hans Verkuil <hverkuil@xs4all.nl>
541 L:      linux-media@vger.kernel.org
542 T:      git git://linuxtv.org/media_tree.git
543 W:      https://linuxtv.org
544 S:      Maintained
545 F:      drivers/media/radio/radio-aimslab*
546
547 AIO
548 M:      Benjamin LaHaise <bcrl@kvack.org>
549 L:      linux-aio@kvack.org
550 S:      Supported
551 F:      fs/aio.c
552 F:      include/linux/*aio*.h
553
554 AIRSPY MEDIA DRIVER
555 M:      Antti Palosaari <crope@iki.fi>
556 L:      linux-media@vger.kernel.org
557 W:      https://linuxtv.org
558 W:      http://palosaari.fi/linux/
559 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
560 T:      git git://linuxtv.org/anttip/media_tree.git
561 S:      Maintained
562 F:      drivers/media/usb/airspy/
563
564 ALCATEL SPEEDTOUCH USB DRIVER
565 M:      Duncan Sands <duncan.sands@free.fr>
566 L:      linux-usb@vger.kernel.org
567 W:      http://www.linux-usb.org/SpeedTouch/
568 S:      Maintained
569 F:      drivers/usb/atm/speedtch.c
570 F:      drivers/usb/atm/usbatm.c
571
572 ALCHEMY AU1XX0 MMC DRIVER
573 M:      Manuel Lauss <manuel.lauss@gmail.com>
574 S:      Maintained
575 F:      drivers/mmc/host/au1xmmc.c
576
577 ALI1563 I2C DRIVER
578 M:      Rudolf Marek <r.marek@assembler.cz>
579 L:      linux-i2c@vger.kernel.org
580 S:      Maintained
581 F:      Documentation/i2c/busses/i2c-ali1563
582 F:      drivers/i2c/busses/i2c-ali1563.c
583
584 ALLWINNER SECURITY SYSTEM
585 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
586 L:      linux-crypto@vger.kernel.org
587 S:      Maintained
588 F:      drivers/crypto/sunxi-ss/
589
590 ALPHA PORT
591 M:      Richard Henderson <rth@twiddle.net>
592 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
593 M:      Matt Turner <mattst88@gmail.com>
594 S:      Odd Fixes
595 L:      linux-alpha@vger.kernel.org
596 F:      arch/alpha/
597
598 ALTERA MAILBOX DRIVER
599 M:      Ley Foon Tan <lftan@altera.com>
600 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
601 S:      Maintained
602 F:      drivers/mailbox/mailbox-altera.c
603
604 ALTERA PIO DRIVER
605 M:      Tien Hock Loh <thloh@altera.com>
606 L:      linux-gpio@vger.kernel.org
607 S:      Maintained
608 F:      drivers/gpio/gpio-altera.c
609
610 ALTERA TRIPLE SPEED ETHERNET DRIVER
611 M:      Vince Bridgers <vbridger@opensource.altera.com>
612 L:      netdev@vger.kernel.org
613 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
614 S:      Maintained
615 F:      drivers/net/ethernet/altera/
616
617 ALTERA UART/JTAG UART SERIAL DRIVERS
618 M:      Tobias Klauser <tklauser@distanz.ch>
619 L:      linux-serial@vger.kernel.org
620 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
621 S:      Maintained
622 F:      drivers/tty/serial/altera_uart.c
623 F:      drivers/tty/serial/altera_jtaguart.c
624 F:      include/linux/altera_uart.h
625 F:      include/linux/altera_jtaguart.h
626
627 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
628 M:      Tom Lendacky <thomas.lendacky@amd.com>
629 M:      Gary Hook <gary.hook@amd.com>
630 L:      linux-crypto@vger.kernel.org
631 S:      Supported
632 F:      drivers/crypto/ccp/
633 F:      include/linux/ccp.h
634
635 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
636 M:      Huang Rui <ray.huang@amd.com>
637 L:      linux-hwmon@vger.kernel.org
638 S:      Supported
639 F:      Documentation/hwmon/fam15h_power
640 F:      drivers/hwmon/fam15h_power.c
641
642 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
643 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
644 S:      Orphan
645 F:      drivers/usb/gadget/udc/amd5536udc.*
646
647 AMD GEODE PROCESSOR/CHIPSET SUPPORT
648 P:      Andres Salomon <dilinger@queued.net>
649 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
650 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
651 S:      Supported
652 F:      drivers/char/hw_random/geode-rng.c
653 F:      drivers/crypto/geode*
654 F:      drivers/video/fbdev/geode/
655 F:      arch/x86/include/asm/geode.h
656
657 AMD IOMMU (AMD-VI)
658 M:      Joerg Roedel <joro@8bytes.org>
659 L:      iommu@lists.linux-foundation.org
660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
661 S:      Maintained
662 F:      drivers/iommu/amd_iommu*.[ch]
663 F:      include/linux/amd-iommu.h
664
665 AMD KFD
666 M:      Oded Gabbay <oded.gabbay@gmail.com>
667 L:      dri-devel@lists.freedesktop.org
668 T:      git git://people.freedesktop.org/~gabbayo/linux.git
669 S:      Supported
670 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
671 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
672 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
673 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
674 F:      drivers/gpu/drm/amd/amdkfd/
675 F:      drivers/gpu/drm/amd/include/cik_structs.h
676 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
677 F:      drivers/gpu/drm/amd/include/vi_structs.h
678 F:      drivers/gpu/drm/radeon/radeon_kfd.c
679 F:      drivers/gpu/drm/radeon/radeon_kfd.h
680 F:      include/uapi/linux/kfd_ioctl.h
681
682 AMD SEATTLE DEVICE TREE SUPPORT
683 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
684 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
685 M:      Tom Lendacky <thomas.lendacky@amd.com>
686 S:      Supported
687 F:      arch/arm64/boot/dts/amd/
688
689 AMD XGBE DRIVER
690 M:      Tom Lendacky <thomas.lendacky@amd.com>
691 L:      netdev@vger.kernel.org
692 S:      Supported
693 F:      drivers/net/ethernet/amd/xgbe/
694 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
695
696 AMS (Apple Motion Sensor) DRIVER
697 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
698 S:      Supported
699 F:      drivers/macintosh/ams/
700
701 ANALOG DEVICES INC AD9389B DRIVER
702 M:      Hans Verkuil <hans.verkuil@cisco.com>
703 L:      linux-media@vger.kernel.org
704 S:      Maintained
705 F:      drivers/media/i2c/ad9389b*
706
707 ANALOG DEVICES INC ADV7180 DRIVER
708 M:      Lars-Peter Clausen <lars@metafoo.de>
709 L:      linux-media@vger.kernel.org
710 W:      http://ez.analog.com/community/linux-device-drivers
711 S:      Supported
712 F:      drivers/media/i2c/adv7180.c
713
714 ANALOG DEVICES INC ADV7511 DRIVER
715 M:      Hans Verkuil <hans.verkuil@cisco.com>
716 L:      linux-media@vger.kernel.org
717 S:      Maintained
718 F:      drivers/media/i2c/adv7511*
719
720 ANALOG DEVICES INC ADV7604 DRIVER
721 M:      Hans Verkuil <hans.verkuil@cisco.com>
722 L:      linux-media@vger.kernel.org
723 S:      Maintained
724 F:      drivers/media/i2c/adv7604*
725
726 ANALOG DEVICES INC ADV7842 DRIVER
727 M:      Hans Verkuil <hans.verkuil@cisco.com>
728 L:      linux-media@vger.kernel.org
729 S:      Maintained
730 F:      drivers/media/i2c/adv7842*
731
732 ANALOG DEVICES INC ASOC CODEC DRIVERS
733 M:      Lars-Peter Clausen <lars@metafoo.de>
734 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
735 W:      http://wiki.analog.com/
736 W:      http://ez.analog.com/community/linux-device-drivers
737 S:      Supported
738 F:      sound/soc/codecs/adau*
739 F:      sound/soc/codecs/adav*
740 F:      sound/soc/codecs/ad1*
741 F:      sound/soc/codecs/ad7*
742 F:      sound/soc/codecs/ssm*
743 F:      sound/soc/codecs/sigmadsp.*
744
745 ANALOG DEVICES INC ASOC DRIVERS
746 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
747 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
748 W:      http://blackfin.uclinux.org/
749 S:      Supported
750 F:      sound/soc/blackfin/*
751
752 ANALOG DEVICES INC IIO DRIVERS
753 M:      Lars-Peter Clausen <lars@metafoo.de>
754 M:      Michael Hennerich <Michael.Hennerich@analog.com>
755 W:      http://wiki.analog.com/
756 W:      http://ez.analog.com/community/linux-device-drivers
757 S:      Supported
758 F:      drivers/iio/*/ad*
759 X:      drivers/iio/*/adjd*
760 F:      drivers/staging/iio/*/ad*
761 F:      staging/iio/trigger/iio-trig-bfin-timer.c
762
763 ANALOG DEVICES INC DMA DRIVERS
764 M:      Lars-Peter Clausen <lars@metafoo.de>
765 W:      http://ez.analog.com/community/linux-device-drivers
766 S:      Supported
767 F:      drivers/dma/dma-axi-dmac.c
768
769 ANDROID DRIVERS
770 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
771 M:      Arve Hjønnevåg <arve@android.com>
772 M:      Riley Andrews <riandrews@android.com>
773 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
774 L:      devel@driverdev.osuosl.org
775 S:      Supported
776 F:      drivers/android/
777 F:      drivers/staging/android/
778
779 ANDROID ION DRIVER
780 M:      Laura Abbott <labbott@redhat.com>
781 M:      Sumit Semwal <sumit.semwal@linaro.org>
782 L:      devel@driverdev.osuosl.org
783 S:      Supported
784 F:      drivers/staging/android/ion
785 F:      drivers/staging/android/uapi/ion.h
786 F:      drivers/staging/android/uapi/ion_test.h
787
788 AOA (Apple Onboard Audio) ALSA DRIVER
789 M:      Johannes Berg <johannes@sipsolutions.net>
790 L:      linuxppc-dev@lists.ozlabs.org
791 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
792 S:      Maintained
793 F:      sound/aoa/
794
795 APEX EMBEDDED SYSTEMS STX104 DAC DRIVER
796 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
797 L:      linux-iio@vger.kernel.org
798 S:      Maintained
799 F:      drivers/iio/dac/stx104.c
800
801 APM DRIVER
802 M:      Jiri Kosina <jikos@kernel.org>
803 S:      Odd fixes
804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
805 F:      arch/x86/kernel/apm_32.c
806 F:      include/linux/apm_bios.h
807 F:      include/uapi/linux/apm_bios.h
808 F:      drivers/char/apm-emulation.c
809
810 APPLE BCM5974 MULTITOUCH DRIVER
811 M:      Henrik Rydberg <rydberg@bitmath.org>
812 L:      linux-input@vger.kernel.org
813 S:      Odd fixes
814 F:      drivers/input/mouse/bcm5974.c
815
816 APPLE SMC DRIVER
817 M:      Henrik Rydberg <rydberg@bitmath.org>
818 L:      linux-hwmon@vger.kernel.org
819 S:      Odd fixes
820 F:      drivers/hwmon/applesmc.c
821
822 APPLETALK NETWORK LAYER
823 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
824 S:      Maintained
825 F:      drivers/net/appletalk/
826 F:      net/appletalk/
827
828 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
829 M:      Duc Dang <dhdang@apm.com>
830 S:      Supported
831 F:      arch/arm64/boot/dts/apm/
832
833 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
834 M:      Iyappan Subramanian <isubramanian@apm.com>
835 M:      Keyur Chudgar <kchudgar@apm.com>
836 S:      Supported
837 F:      drivers/net/ethernet/apm/xgene/
838 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
839
840 APTINA CAMERA SENSOR PLL
841 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
842 L:      linux-media@vger.kernel.org
843 S:      Maintained
844 F:      drivers/media/i2c/aptina-pll.*
845
846 ARC FRAMEBUFFER DRIVER
847 M:      Jaya Kumar <jayalk@intworks.biz>
848 S:      Maintained
849 F:      drivers/video/fbdev/arcfb.c
850 F:      drivers/video/fbdev/core/fb_defio.c
851
852 ARCNET NETWORK LAYER
853 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
854 L:      netdev@vger.kernel.org
855 S:      Maintained
856 F:      drivers/net/arcnet/
857 F:      include/uapi/linux/if_arcnet.h
858
859 ARM HDLCD DRM DRIVER
860 M:      Liviu Dudau <liviu.dudau@arm.com>
861 S:      Supported
862 F:      drivers/gpu/drm/arm/
863 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
864
865 ARM MFM AND FLOPPY DRIVERS
866 M:      Ian Molton <spyro@f2s.com>
867 S:      Maintained
868 F:      arch/arm/lib/floppydma.S
869 F:      arch/arm/include/asm/floppy.h
870
871 ARM PMU PROFILING AND DEBUGGING
872 M:      Will Deacon <will.deacon@arm.com>
873 R:      Mark Rutland <mark.rutland@arm.com>
874 S:      Maintained
875 F:      arch/arm*/kernel/perf_*
876 F:      arch/arm/oprofile/common.c
877 F:      arch/arm*/kernel/hw_breakpoint.c
878 F:      arch/arm*/include/asm/hw_breakpoint.h
879 F:      arch/arm*/include/asm/perf_event.h
880 F:      drivers/perf/arm_pmu.c
881 F:      include/linux/perf/arm_pmu.h
882
883 ARM PORT
884 M:      Russell King <linux@armlinux.org.uk>
885 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
886 W:      http://www.armlinux.org.uk/
887 S:      Maintained
888 F:      arch/arm/
889
890 ARM SUB-ARCHITECTURES
891 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
892 S:      Maintained
893 F:      arch/arm/mach-*/
894 F:      arch/arm/plat-*/
895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
896
897 ARM PRIMECELL AACI PL041 DRIVER
898 M:      Russell King <linux@armlinux.org.uk>
899 S:      Maintained
900 F:      sound/arm/aaci.*
901
902 ARM PRIMECELL CLCD PL110 DRIVER
903 M:      Russell King <linux@armlinux.org.uk>
904 S:      Maintained
905 F:      drivers/video/fbdev/amba-clcd.*
906
907 ARM PRIMECELL KMI PL050 DRIVER
908 M:      Russell King <linux@armlinux.org.uk>
909 S:      Maintained
910 F:      drivers/input/serio/ambakmi.*
911 F:      include/linux/amba/kmi.h
912
913 ARM PRIMECELL MMCI PL180/1 DRIVER
914 M:      Russell King <linux@armlinux.org.uk>
915 S:      Maintained
916 F:      drivers/mmc/host/mmci.*
917 F:      include/linux/amba/mmci.h
918
919 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
920 M:      Russell King <linux@armlinux.org.uk>
921 S:      Maintained
922 F:      drivers/tty/serial/amba-pl01*.c
923 F:      include/linux/amba/serial.h
924
925 ARM PRIMECELL BUS SUPPORT
926 M:      Russell King <linux@armlinux.org.uk>
927 S:      Maintained
928 F:      drivers/amba/
929 F:      include/linux/amba/bus.h
930
931 ARM/ADS SPHERE MACHINE SUPPORT
932 M:      Lennert Buytenhek <kernel@wantstofly.org>
933 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
934 S:      Maintained
935
936 ARM/AFEB9260 MACHINE SUPPORT
937 M:      Sergey Lapin <slapin@ossfans.org>
938 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
939 S:      Maintained
940
941 ARM/AJECO 1ARM MACHINE SUPPORT
942 M:      Lennert Buytenhek <kernel@wantstofly.org>
943 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
944 S:      Maintained
945
946 ARM/Allwinner sunXi SoC support
947 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
948 M:      Chen-Yu Tsai <wens@csie.org>
949 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
950 S:      Maintained
951 N:      sun[x456789]i
952
953 ARM/Allwinner SoC Clock Support
954 M:      Emilio López <emilio@elopez.com.ar>
955 S:      Maintained
956 F:      drivers/clk/sunxi/
957
958 ARM/Amlogic Meson SoC support
959 M:      Carlo Caione <carlo@caione.org>
960 M:      Kevin Hilman <khilman@baylibre.com>
961 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
962 L:      linux-amlogic@lists.infradead.org
963 W:      http://linux-meson.com/
964 S:      Maintained
965 F:      arch/arm/mach-meson/
966 F:      arch/arm/boot/dts/meson*
967 F:      arch/arm64/boot/dts/amlogic/
968 F:      drivers/pinctrl/meson/
969 N:      meson
970
971 ARM/Annapurna Labs ALPINE ARCHITECTURE
972 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
973 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
974 S:      Maintained
975 F:      arch/arm/mach-alpine/
976 F:      arch/arm/boot/dts/alpine*
977 F:      arch/arm64/boot/dts/al/
978 F:      drivers/*/*alpine*
979
980 ARM/ARTPEC MACHINE SUPPORT
981 M:      Jesper Nilsson <jesper.nilsson@axis.com>
982 M:      Lars Persson <lars.persson@axis.com>
983 M:      Niklas Cassel <niklas.cassel@axis.com>
984 S:      Maintained
985 L:      linux-arm-kernel@axis.com
986 F:      arch/arm/mach-artpec
987 F:      arch/arm/boot/dts/artpec6*
988 F:      drivers/clk/axis
989
990 ARM/ASPEED MACHINE SUPPORT
991 M:      Joel Stanley <joel@jms.id.au>
992 S:      Maintained
993 F:      arch/arm/mach-aspeed/
994 F:      arch/arm/boot/dts/aspeed-*
995 F:      drivers/*/*aspeed*
996
997 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
998 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
999 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
1000 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1001 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1002 W:      http://www.linux4sam.org
1003 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1004 S:      Supported
1005 F:      arch/arm/mach-at91/
1006 F:      include/soc/at91/
1007 F:      arch/arm/boot/dts/at91*.dts
1008 F:      arch/arm/boot/dts/at91*.dtsi
1009 F:      arch/arm/boot/dts/sama*.dts
1010 F:      arch/arm/boot/dts/sama*.dtsi
1011 F:      arch/arm/include/debug/at91.S
1012
1013 ARM/ATMEL AT91 Clock Support
1014 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
1015 S:      Maintained
1016 F:      drivers/clk/at91
1017
1018 ARM/CALXEDA HIGHBANK ARCHITECTURE
1019 M:      Rob Herring <robh@kernel.org>
1020 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1021 S:      Maintained
1022 F:      arch/arm/mach-highbank/
1023 F:      arch/arm/boot/dts/highbank.dts
1024 F:      arch/arm/boot/dts/ecx-*.dts*
1025
1026 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1027 M:      Krzysztof Halasa <khalasa@piap.pl>
1028 S:      Maintained
1029 F:      arch/arm/mach-cns3xxx/
1030
1031 ARM/CAVIUM THUNDER NETWORK DRIVER
1032 M:      Sunil Goutham <sgoutham@cavium.com>
1033 M:      Robert Richter <rric@kernel.org>
1034 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1035 S:      Supported
1036 F:      drivers/net/ethernet/cavium/thunder/
1037
1038 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1039 M:      Alexander Shiyan <shc_work@mail.ru>
1040 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1041 S:      Odd Fixes
1042 N:      clps711x
1043
1044 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1045 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1046 M:      Ryan Mallon <rmallon@gmail.com>
1047 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1048 S:      Maintained
1049 F:      arch/arm/mach-ep93xx/
1050 F:      arch/arm/mach-ep93xx/include/mach/
1051
1052 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1053 M:      Lennert Buytenhek <kernel@wantstofly.org>
1054 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1055 S:      Maintained
1056
1057 ARM/CLKDEV SUPPORT
1058 M:      Russell King <linux@armlinux.org.uk>
1059 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1060 S:      Maintained
1061 F:      arch/arm/include/asm/clkdev.h
1062 F:      drivers/clk/clkdev.c
1063
1064 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1065 M:      Mike Rapoport <mike@compulab.co.il>
1066 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1067 S:      Maintained
1068
1069 ARM/CONTEC MICRO9 MACHINE SUPPORT
1070 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1071 S:      Maintained
1072 F:      arch/arm/mach-ep93xx/micro9.c
1073
1074 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1075 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1076 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1077 S:      Maintained
1078 F:      drivers/hwtracing/coresight/*
1079 F:      Documentation/trace/coresight.txt
1080 F:      Documentation/devicetree/bindings/arm/coresight.txt
1081 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1082
1083 ARM/CORGI MACHINE SUPPORT
1084 M:      Richard Purdie <rpurdie@rpsys.net>
1085 S:      Maintained
1086
1087 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1088 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1089 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1090 T:      git git://github.com/ulli-kroll/linux.git
1091 S:      Maintained
1092 F:      arch/arm/mach-gemini/
1093 F:      drivers/rtc/rtc-gemini.c
1094
1095 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1096 M:      Barry Song <baohua@kernel.org>
1097 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1099 S:      Maintained
1100 F:      arch/arm/boot/dts/prima2*
1101 F:      arch/arm/mach-prima2/
1102 F:      drivers/clk/sirf/
1103 F:      drivers/clocksource/timer-prima2.c
1104 F:      drivers/clocksource/timer-atlas7.c
1105 N:      [^a-z]sirf
1106
1107 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1108 M:      Baruch Siach <baruch@tkos.co.il>
1109 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1110 S:      Maintained
1111 F:      arch/arm/boot/dts/cx92755*
1112 N:      digicolor
1113
1114 ARM/EBSA110 MACHINE SUPPORT
1115 M:      Russell King <linux@armlinux.org.uk>
1116 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1117 W:      http://www.armlinux.org.uk/
1118 S:      Maintained
1119 F:      arch/arm/mach-ebsa110/
1120 F:      drivers/net/ethernet/amd/am79c961a.*
1121
1122 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1123 M:      Uwe Kleine-König <kernel@pengutronix.de>
1124 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1125 S:      Maintained
1126 N:      efm32
1127
1128 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1129 M:      Daniel Ribeiro <drwyrm@gmail.com>
1130 M:      Stefan Schmidt <stefan@openezx.org>
1131 M:      Harald Welte <laforge@openezx.org>
1132 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1133 W:      http://www.openezx.org/
1134 S:      Maintained
1135 T:      topgit git://git.openezx.org/openezx.git
1136 F:      arch/arm/mach-pxa/ezx.c
1137
1138 ARM/FARADAY FA526 PORT
1139 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1140 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1141 S:      Maintained
1142 T:      git git://git.berlios.de/gemini-board
1143 F:      arch/arm/mm/*-fa*
1144
1145 ARM/FOOTBRIDGE ARCHITECTURE
1146 M:      Russell King <linux@armlinux.org.uk>
1147 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1148 W:      http://www.armlinux.org.uk/
1149 S:      Maintained
1150 F:      arch/arm/include/asm/hardware/dec21285.h
1151 F:      arch/arm/mach-footbridge/
1152
1153 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1154 M:      Shawn Guo <shawnguo@kernel.org>
1155 M:      Sascha Hauer <kernel@pengutronix.de>
1156 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1157 S:      Maintained
1158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1159 F:      arch/arm/mach-imx/
1160 F:      arch/arm/mach-mxs/
1161 F:      arch/arm/boot/dts/imx*
1162 F:      arch/arm/configs/imx*_defconfig
1163 F:      drivers/clk/imx/
1164 F:      include/soc/imx/
1165
1166 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1167 M:      Shawn Guo <shawnguo@kernel.org>
1168 M:      Sascha Hauer <kernel@pengutronix.de>
1169 R:      Stefan Agner <stefan@agner.ch>
1170 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1171 S:      Maintained
1172 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1173 F:      arch/arm/mach-imx/*vf610*
1174 F:      arch/arm/boot/dts/vf*
1175
1176 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1177 M:      Lennert Buytenhek <kernel@wantstofly.org>
1178 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1179 S:      Maintained
1180
1181 ARM/GUMSTIX MACHINE SUPPORT
1182 M:      Steve Sakoman <sakoman@gmail.com>
1183 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1184 S:      Maintained
1185
1186 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1187 M:      Philipp Zabel <philipp.zabel@gmail.com>
1188 M:      Paul Parsons <lost.distance@yahoo.com>
1189 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1190 S:      Maintained
1191 F:      arch/arm/mach-pxa/hx4700.c
1192 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1193 F:      sound/soc/pxa/hx4700.c
1194
1195 ARM/HISILICON SOC SUPPORT
1196 M:      Wei Xu <xuwei5@hisilicon.com>
1197 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1198 W:      http://www.hisilicon.com
1199 S:      Supported
1200 T:      git git://github.com/hisilicon/linux-hisi.git
1201 F:      arch/arm/mach-hisi/
1202 F:      arch/arm/boot/dts/hi3*
1203 F:      arch/arm/boot/dts/hip*
1204 F:      arch/arm/boot/dts/hisi*
1205 F:      arch/arm64/boot/dts/hisilicon/
1206
1207 ARM/HP JORNADA 7XX MACHINE SUPPORT
1208 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1209 W:      www.jlime.com
1210 S:      Maintained
1211 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1212 F:      arch/arm/mach-sa1100/jornada720.c
1213 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1214
1215 ARM/IGEP MACHINE SUPPORT
1216 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1217 M:      Javier Martinez Canillas <javier@dowhile0.org>
1218 L:      linux-omap@vger.kernel.org
1219 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1220 S:      Maintained
1221 F:      arch/arm/boot/dts/omap3-igep*
1222
1223 ARM/INCOME PXA270 SUPPORT
1224 M:      Marek Vasut <marek.vasut@gmail.com>
1225 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1226 S:      Maintained
1227 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1228
1229 ARM/INTEL IOP32X ARM ARCHITECTURE
1230 M:      Lennert Buytenhek <kernel@wantstofly.org>
1231 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1232 S:      Maintained
1233
1234 ARM/INTEL IOP33X ARM ARCHITECTURE
1235 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1236 S:      Orphan
1237
1238 ARM/INTEL IOP13XX ARM ARCHITECTURE
1239 M:      Lennert Buytenhek <kernel@wantstofly.org>
1240 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1241 S:      Maintained
1242
1243 ARM/INTEL IQ81342EX MACHINE SUPPORT
1244 M:      Lennert Buytenhek <kernel@wantstofly.org>
1245 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1246 S:      Maintained
1247
1248 ARM/INTEL IXDP2850 MACHINE SUPPORT
1249 M:      Lennert Buytenhek <kernel@wantstofly.org>
1250 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1251 S:      Maintained
1252
1253 ARM/INTEL IXP4XX ARM ARCHITECTURE
1254 M:      Imre Kaloz <kaloz@openwrt.org>
1255 M:      Krzysztof Halasa <khalasa@piap.pl>
1256 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1257 S:      Maintained
1258 F:      arch/arm/mach-ixp4xx/
1259
1260 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1261 M:      Jonathan Cameron <jic23@cam.ac.uk>
1262 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1263 S:      Maintained
1264 F:      arch/arm/mach-pxa/stargate2.c
1265 F:      drivers/pcmcia/pxa2xx_stargate2.c
1266
1267 ARM/INTEL XSC3 (MANZANO) ARM CORE
1268 M:      Lennert Buytenhek <kernel@wantstofly.org>
1269 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1270 S:      Maintained
1271
1272 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1273 M:      Lennert Buytenhek <kernel@wantstofly.org>
1274 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1275 S:      Maintained
1276
1277 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1278 M:      Santosh Shilimkar <ssantosh@kernel.org>
1279 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1280 S:      Maintained
1281 F:      arch/arm/mach-keystone/
1282 F:      arch/arm/boot/dts/keystone-*
1283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1284
1285 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1286 M:      Santosh Shilimkar <ssantosh@kernel.org>
1287 L:      linux-kernel@vger.kernel.org
1288 S:      Maintained
1289 F:      drivers/clk/keystone/
1290
1291 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1292 M:      Santosh Shilimkar <ssantosh@kernel.org>
1293 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1294 L:      linux-kernel@vger.kernel.org
1295 S:      Maintained
1296 F:      drivers/clocksource/timer-keystone.c
1297
1298 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1299 M:      Santosh Shilimkar <ssantosh@kernel.org>
1300 L:      linux-kernel@vger.kernel.org
1301 S:      Maintained
1302 F:      drivers/power/reset/keystone-reset.c
1303
1304 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1305 M:      Santosh Shilimkar <ssantosh@kernel.org>
1306 L:      linux-kernel@vger.kernel.org
1307 S:      Maintained
1308 F:      drivers/memory/*emif*
1309
1310 ARM/LG1K ARCHITECTURE
1311 M:      Chanho Min <chanho.min@lge.com>
1312 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1313 S:      Maintained
1314 F:      arch/arm64/boot/dts/lg/
1315
1316 ARM/LOGICPD PXA270 MACHINE SUPPORT
1317 M:      Lennert Buytenhek <kernel@wantstofly.org>
1318 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1319 S:      Maintained
1320
1321 ARM/LPC18XX ARCHITECTURE
1322 M:      Joachim Eastwood <manabian@gmail.com>
1323 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1324 S:      Maintained
1325 F:      arch/arm/boot/dts/lpc43*
1326 F:      drivers/clk/nxp/clk-lpc18xx*
1327 F:      drivers/clocksource/time-lpc32xx.c
1328 F:      drivers/i2c/busses/i2c-lpc2k.c
1329 F:      drivers/memory/pl172.c
1330 F:      drivers/mtd/spi-nor/nxp-spifi.c
1331 F:      drivers/rtc/rtc-lpc24xx.c
1332 N:      lpc18xx
1333
1334 ARM/LPC32XX SOC SUPPORT
1335 M:      Vladimir Zapolskiy <vz@mleia.com>
1336 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1337 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1338 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1339 S:      Maintained
1340 F:      arch/arm/boot/dts/lpc32*
1341 F:      arch/arm/mach-lpc32xx/
1342 F:      drivers/i2c/busses/i2c-pnx.c
1343 F:      drivers/net/ethernet/nxp/lpc_eth.c
1344 F:      drivers/usb/host/ohci-nxp.c
1345 F:      drivers/watchdog/pnx4008_wdt.c
1346 N:      lpc32xx
1347
1348 ARM/MAGICIAN MACHINE SUPPORT
1349 M:      Philipp Zabel <philipp.zabel@gmail.com>
1350 S:      Maintained
1351
1352 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1353 M:      Jason Cooper <jason@lakedaemon.net>
1354 M:      Andrew Lunn <andrew@lunn.ch>
1355 M:      Gregory Clement <gregory.clement@free-electrons.com>
1356 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1357 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1358 S:      Maintained
1359 F:      arch/arm/mach-mvebu/
1360 F:      drivers/rtc/rtc-armada38x.c
1361 F:      arch/arm/boot/dts/armada*
1362 F:      arch/arm/boot/dts/kirkwood*
1363 F:      arch/arm64/boot/dts/marvell/armada*
1364 F:      drivers/cpufreq/mvebu-cpufreq.c
1365 F:      arch/arm/configs/mvebu_*_defconfig
1366
1367 ARM/Marvell Berlin SoC support
1368 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1369 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1370 S:      Maintained
1371 F:      arch/arm/mach-berlin/
1372 F:      arch/arm/boot/dts/berlin*
1373 F:      arch/arm64/boot/dts/marvell/berlin*
1374
1375
1376 ARM/Marvell Dove/MV78xx0/Orion SOC support
1377 M:      Jason Cooper <jason@lakedaemon.net>
1378 M:      Andrew Lunn <andrew@lunn.ch>
1379 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1380 M:      Gregory Clement <gregory.clement@free-electrons.com>
1381 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1382 S:      Maintained
1383 F:      arch/arm/mach-dove/
1384 F:      arch/arm/mach-mv78xx0/
1385 F:      arch/arm/mach-orion5x/
1386 F:      arch/arm/plat-orion/
1387 F:      arch/arm/boot/dts/dove*
1388 F:      arch/arm/boot/dts/orion5x*
1389
1390
1391 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1392 M:      Alexander Clouter <alex@digriz.org.uk>
1393 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1394 W:      http://www.digriz.org.uk/ts78xx/kernel
1395 S:      Maintained
1396 F:      arch/arm/mach-orion5x/ts78xx-*
1397
1398 ARM/OXNAS platform support
1399 M:      Neil Armstrong <narmstrong@baylibre.com>
1400 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1401 S:      Maintained
1402 F:      arch/arm/mach-oxnas/
1403 F:      arch/arm/boot/dts/oxnas*
1404 F:      arch/arm/boot/dts/wd-mbwe.dts
1405 N:      oxnas
1406
1407 ARM/Mediatek RTC DRIVER
1408 M:      Eddie Huang <eddie.huang@mediatek.com>
1409 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1410 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1411 S:      Maintained
1412 F:      drivers/rtc/rtc-mt6397.c
1413
1414 ARM/Mediatek SoC support
1415 M:      Matthias Brugger <matthias.bgg@gmail.com>
1416 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1417 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1418 S:      Maintained
1419 F:      arch/arm/boot/dts/mt6*
1420 F:      arch/arm/boot/dts/mt8*
1421 F:      arch/arm/mach-mediatek/
1422 N:      mtk
1423 K:      mediatek
1424
1425 ARM/Mediatek USB3 PHY DRIVER
1426 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1427 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1428 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1429 S:      Maintained
1430 F:      drivers/phy/phy-mt65xx-usb3.c
1431
1432 ARM/MICREL KS8695 ARCHITECTURE
1433 M:      Greg Ungerer <gerg@uclinux.org>
1434 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1435 F:      arch/arm/mach-ks8695/
1436 S:      Odd Fixes
1437
1438 ARM/MIOA701 MACHINE SUPPORT
1439 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1440 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1441 F:      arch/arm/mach-pxa/mioa701.c
1442 S:      Maintained
1443
1444 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1445 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1446 S:      Maintained
1447
1448 ARM/NOMADIK ARCHITECTURE
1449 M:      Alessandro Rubini <rubini@unipv.it>
1450 M:      Linus Walleij <linus.walleij@linaro.org>
1451 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1452 S:      Maintained
1453 F:      arch/arm/mach-nomadik/
1454 F:      drivers/pinctrl/nomadik/
1455 F:      drivers/i2c/busses/i2c-nomadik.c
1456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1457
1458 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1459 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1460 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1461 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1462 S:      Supported
1463
1464 ARM/TOSA MACHINE SUPPORT
1465 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1466 M:      Dirk Opfer <dirk@opfer-online.de>
1467 S:      Maintained
1468
1469 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1470 M:      Marek Vasut <marek.vasut@gmail.com>
1471 L:      linux-arm-kernel@lists.infradead.org
1472 W:      http://hackndev.com
1473 S:      Maintained
1474 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1475 F:      arch/arm/mach-pxa/palmtx.c
1476 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1477 F:      arch/arm/mach-pxa/palmt5.c
1478 F:      arch/arm/mach-pxa/include/mach/palmld.h
1479 F:      arch/arm/mach-pxa/palmld.c
1480 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1481 F:      arch/arm/mach-pxa/palmte2.c
1482 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1483 F:      arch/arm/mach-pxa/palmtc.c
1484
1485 ARM/PALM TREO SUPPORT
1486 M:      Tomas Cech <sleep_walker@suse.com>
1487 L:      linux-arm-kernel@lists.infradead.org
1488 W:      http://hackndev.com
1489 S:      Maintained
1490 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1491 F:      arch/arm/mach-pxa/palmtreo.c
1492
1493 ARM/PALMZ72 SUPPORT
1494 M:      Sergey Lapin <slapin@ossfans.org>
1495 L:      linux-arm-kernel@lists.infradead.org
1496 W:      http://hackndev.com
1497 S:      Maintained
1498 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1499 F:      arch/arm/mach-pxa/palmz72.c
1500
1501 ARM/PLEB SUPPORT
1502 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1503 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1504 S:      Maintained
1505
1506 ARM/PT DIGITAL BOARD PORT
1507 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1508 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1509 W:      http://www.armlinux.org.uk/
1510 S:      Maintained
1511
1512 ARM/QUALCOMM SUPPORT
1513 M:      Andy Gross <andy.gross@linaro.org>
1514 M:      David Brown <david.brown@linaro.org>
1515 L:      linux-arm-msm@vger.kernel.org
1516 L:      linux-soc@vger.kernel.org
1517 S:      Maintained
1518 F:      arch/arm/boot/dts/qcom-*.dts
1519 F:      arch/arm/boot/dts/qcom-*.dtsi
1520 F:      arch/arm/mach-qcom/
1521 F:      arch/arm64/boot/dts/qcom/*
1522 F:      drivers/i2c/busses/i2c-qup.c
1523 F:      drivers/clk/qcom/
1524 F:      drivers/soc/qcom/
1525 F:      drivers/spi/spi-qup.c
1526 F:      drivers/tty/serial/msm_serial.h
1527 F:      drivers/tty/serial/msm_serial.c
1528 F:      drivers/*/pm8???-*
1529 F:      drivers/mfd/ssbi.c
1530 F:      drivers/firmware/qcom_scm.c
1531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1532
1533 ARM/RADISYS ENP2611 MACHINE SUPPORT
1534 M:      Lennert Buytenhek <kernel@wantstofly.org>
1535 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1536 S:      Maintained
1537
1538 ARM/RENESAS ARM64 ARCHITECTURE
1539 M:      Simon Horman <horms@verge.net.au>
1540 M:      Magnus Damm <magnus.damm@gmail.com>
1541 L:      linux-renesas-soc@vger.kernel.org
1542 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1544 S:      Supported
1545 F:      arch/arm64/boot/dts/renesas/
1546 F:      drivers/soc/renesas/
1547 F:      include/linux/soc/renesas/
1548
1549 ARM/RISCPC ARCHITECTURE
1550 M:      Russell King <linux@armlinux.org.uk>
1551 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1552 W:      http://www.armlinux.org.uk/
1553 S:      Maintained
1554 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1555 F:      arch/arm/include/asm/hardware/ioc.h
1556 F:      arch/arm/include/asm/hardware/iomd.h
1557 F:      arch/arm/include/asm/hardware/memc.h
1558 F:      arch/arm/mach-rpc/
1559 F:      drivers/net/ethernet/8390/etherh.c
1560 F:      drivers/net/ethernet/i825xx/ether1*
1561 F:      drivers/net/ethernet/seeq/ether3*
1562 F:      drivers/scsi/arm/
1563
1564 ARM/Rockchip SoC support
1565 M:      Heiko Stuebner <heiko@sntech.de>
1566 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1567 L:      linux-rockchip@lists.infradead.org
1568 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1569 S:      Maintained
1570 F:      arch/arm/boot/dts/rk3*
1571 F:      arch/arm/mach-rockchip/
1572 F:      drivers/clk/rockchip/
1573 F:      drivers/i2c/busses/i2c-rk3x.c
1574 F:      drivers/*/*rockchip*
1575 F:      drivers/*/*/*rockchip*
1576 F:      sound/soc/rockchip/
1577 N:      rockchip
1578
1579 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1580 M:      Kukjin Kim <kgene@kernel.org>
1581 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1582 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1583 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1584 S:      Maintained
1585 F:      arch/arm/boot/dts/s3c*
1586 F:      arch/arm/boot/dts/s5p*
1587 F:      arch/arm/boot/dts/samsung*
1588 F:      arch/arm/boot/dts/exynos*
1589 F:      arch/arm64/boot/dts/exynos/
1590 F:      arch/arm/plat-samsung/
1591 F:      arch/arm/mach-s3c24*/
1592 F:      arch/arm/mach-s3c64xx/
1593 F:      arch/arm/mach-s5p*/
1594 F:      arch/arm/mach-exynos*/
1595 F:      drivers/*/*s3c2410*
1596 F:      drivers/*/*/*s3c2410*
1597 F:      drivers/memory/samsung/*
1598 F:      drivers/soc/samsung/*
1599 F:      drivers/spi/spi-s3c*
1600 F:      sound/soc/samsung/*
1601 F:      Documentation/arm/Samsung/
1602 F:      Documentation/devicetree/bindings/arm/samsung/
1603 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1604 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1605 N:      exynos
1606
1607 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1608 M:      Kyungmin Park <kyungmin.park@samsung.com>
1609 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1610 S:      Maintained
1611 F:      arch/arm/mach-s5pv210/
1612
1613 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1614 M:      Kyungmin Park <kyungmin.park@samsung.com>
1615 M:      Kamil Debski <k.debski@samsung.com>
1616 L:      linux-arm-kernel@lists.infradead.org
1617 L:      linux-media@vger.kernel.org
1618 S:      Maintained
1619 F:      drivers/media/platform/s5p-g2d/
1620
1621 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1622 M:      Kyungmin Park <kyungmin.park@samsung.com>
1623 M:      Kamil Debski <k.debski@samsung.com>
1624 M:      Jeongtae Park <jtp.park@samsung.com>
1625 L:      linux-arm-kernel@lists.infradead.org
1626 L:      linux-media@vger.kernel.org
1627 S:      Maintained
1628 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1629 F:      drivers/media/platform/s5p-mfc/
1630
1631 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1632 M:      Kyungmin Park <kyungmin.park@samsung.com>
1633 M:      Tomasz Stanislawski <t.stanislaws@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-tv/
1638
1639 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1640 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1641 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1642 L:      linux-arm-kernel@lists.infradead.org
1643 L:      linux-media@vger.kernel.org
1644 S:      Maintained
1645 F:      drivers/media/platform/s5p-jpeg/
1646
1647 ARM/SHMOBILE ARM ARCHITECTURE
1648 M:      Simon Horman <horms@verge.net.au>
1649 M:      Magnus Damm <magnus.damm@gmail.com>
1650 L:      linux-renesas-soc@vger.kernel.org
1651 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1652 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1653 S:      Supported
1654 F:      arch/arm/boot/dts/emev2*
1655 F:      arch/arm/boot/dts/r7s*
1656 F:      arch/arm/boot/dts/r8a*
1657 F:      arch/arm/boot/dts/sh*
1658 F:      arch/arm/configs/shmobile_defconfig
1659 F:      arch/arm/include/debug/renesas-scif.S
1660 F:      arch/arm/mach-shmobile/
1661 F:      drivers/sh/
1662 F:      drivers/soc/renesas/
1663 F:      include/linux/soc/renesas/
1664
1665 ARM/SOCFPGA ARCHITECTURE
1666 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1667 S:      Maintained
1668 F:      arch/arm/mach-socfpga/
1669 F:      arch/arm/boot/dts/socfpga*
1670 F:      arch/arm/configs/socfpga_defconfig
1671 F:      arch/arm64/boot/dts/altera/
1672 W:      http://www.rocketboards.org
1673 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1674
1675 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1676 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1677 S:      Maintained
1678 F:      drivers/clk/socfpga/
1679
1680 ARM/SOCFPGA EDAC SUPPORT
1681 M:      Thor Thayer <tthayer@opensource.altera.com>
1682 S:      Maintained
1683 F:      drivers/edac/altera_edac.
1684
1685 ARM/STI ARCHITECTURE
1686 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1687 M:      Maxime Coquelin <maxime.coquelin@st.com>
1688 M:      Patrice Chotard <patrice.chotard@st.com>
1689 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1690 L:      kernel@stlinux.com
1691 W:      http://www.stlinux.com
1692 S:      Maintained
1693 F:      arch/arm/mach-sti/
1694 F:      arch/arm/boot/dts/sti*
1695 F:      drivers/char/hw_random/st-rng.c
1696 F:      drivers/clocksource/arm_global_timer.c
1697 F:      drivers/clocksource/clksrc_st_lpc.c
1698 F:      drivers/cpufreq/sti-cpufreq.c
1699 F:      drivers/i2c/busses/i2c-st.c
1700 F:      drivers/media/rc/st_rc.c
1701 F:      drivers/media/platform/sti/c8sectpfe/
1702 F:      drivers/mmc/host/sdhci-st.c
1703 F:      drivers/phy/phy-miphy28lp.c
1704 F:      drivers/phy/phy-miphy365x.c
1705 F:      drivers/phy/phy-stih407-usb.c
1706 F:      drivers/phy/phy-stih41x-usb.c
1707 F:      drivers/pinctrl/pinctrl-st.c
1708 F:      drivers/remoteproc/st_remoteproc.c
1709 F:      drivers/reset/sti/
1710 F:      drivers/rtc/rtc-st-lpc.c
1711 F:      drivers/tty/serial/st-asc.c
1712 F:      drivers/usb/dwc3/dwc3-st.c
1713 F:      drivers/usb/host/ehci-st.c
1714 F:      drivers/usb/host/ohci-st.c
1715 F:      drivers/watchdog/st_lpc_wdt.c
1716 F:      drivers/ata/ahci_st.c
1717
1718 ARM/STM32 ARCHITECTURE
1719 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1720 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1721 S:      Maintained
1722 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1723 N:      stm32
1724 F:      drivers/clocksource/armv7m_systick.c
1725
1726 ARM/TANGO ARCHITECTURE
1727 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1728 L:      linux-arm-kernel@lists.infradead.org
1729 S:      Maintained
1730 F:      arch/arm/mach-tango/
1731 F:      arch/arm/boot/dts/tango*
1732
1733 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1734 M:      Lennert Buytenhek <kernel@wantstofly.org>
1735 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1736 S:      Maintained
1737
1738 ARM/TETON BGA MACHINE SUPPORT
1739 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1740 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1741 S:      Maintained
1742
1743 ARM/THECUS N2100 MACHINE SUPPORT
1744 M:      Lennert Buytenhek <kernel@wantstofly.org>
1745 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1746 S:      Maintained
1747
1748 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1749 M:      Wan ZongShun <mcuos.com@gmail.com>
1750 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1751 W:      http://www.mcuos.com
1752 S:      Maintained
1753 F:      arch/arm/mach-w90x900/
1754 F:      drivers/input/keyboard/w90p910_keypad.c
1755 F:      drivers/input/touchscreen/w90p910_ts.c
1756 F:      drivers/watchdog/nuc900_wdt.c
1757 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1758 F:      drivers/mtd/nand/nuc900_nand.c
1759 F:      drivers/rtc/rtc-nuc900.c
1760 F:      drivers/spi/spi-nuc900.c
1761 F:      drivers/usb/host/ehci-w90x900.c
1762 F:      drivers/video/fbdev/nuc900fb.c
1763
1764 ARM/U300 MACHINE SUPPORT
1765 M:      Linus Walleij <linus.walleij@linaro.org>
1766 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1767 S:      Supported
1768 F:      arch/arm/mach-u300/
1769 F:      drivers/clocksource/timer-u300.c
1770 F:      drivers/i2c/busses/i2c-stu300.c
1771 F:      drivers/rtc/rtc-coh901331.c
1772 F:      drivers/watchdog/coh901327_wdt.c
1773 F:      drivers/dma/coh901318*
1774 F:      drivers/mfd/ab3100*
1775 F:      drivers/rtc/rtc-ab3100.c
1776 F:      drivers/rtc/rtc-coh901331.c
1777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1778
1779 ARM/UNIPHIER ARCHITECTURE
1780 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1781 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1782 S:      Maintained
1783 F:      arch/arm/boot/dts/uniphier*
1784 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1785 F:      arch/arm/mach-uniphier/
1786 F:      arch/arm/mm/cache-uniphier.c
1787 F:      arch/arm64/boot/dts/socionext/
1788 F:      drivers/bus/uniphier-system-bus.c
1789 F:      drivers/i2c/busses/i2c-uniphier*
1790 F:      drivers/pinctrl/uniphier/
1791 F:      drivers/tty/serial/8250/8250_uniphier.c
1792 N:      uniphier
1793
1794 ARM/Ux500 ARM ARCHITECTURE
1795 M:      Linus Walleij <linus.walleij@linaro.org>
1796 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1797 S:      Maintained
1798 F:      arch/arm/mach-ux500/
1799 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1800 F:      drivers/dma/ste_dma40*
1801 F:      drivers/hwspinlock/u8500_hsem.c
1802 F:      drivers/mfd/abx500*
1803 F:      drivers/mfd/ab8500*
1804 F:      drivers/mfd/dbx500*
1805 F:      drivers/mfd/db8500*
1806 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1807 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1808 F:      drivers/rtc/rtc-ab8500.c
1809 F:      drivers/rtc/rtc-pl031.c
1810 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1811
1812 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1813 M:      Ulf Hansson <ulf.hansson@linaro.org>
1814 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1815 T:      git git://git.linaro.org/people/ulfh/clk.git
1816 S:      Maintained
1817 F:      drivers/clk/ux500/
1818 F:      include/linux/platform_data/clk-ux500.h
1819
1820 ARM/VERSATILE EXPRESS PLATFORM
1821 M:      Liviu Dudau <liviu.dudau@arm.com>
1822 M:      Sudeep Holla <sudeep.holla@arm.com>
1823 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1824 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1825 S:      Maintained
1826 F:      arch/arm/boot/dts/vexpress*
1827 F:      arch/arm64/boot/dts/arm/
1828 F:      arch/arm/mach-vexpress/
1829 F:      */*/vexpress*
1830 F:      */*/*/vexpress*
1831 F:      drivers/clk/versatile/clk-vexpress-osc.c
1832 F:      drivers/clocksource/versatile.c
1833 N:      mps2
1834
1835 ARM/VFP SUPPORT
1836 M:      Russell King <linux@armlinux.org.uk>
1837 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1838 W:      http://www.armlinux.org.uk/
1839 S:      Maintained
1840 F:      arch/arm/vfp/
1841
1842 ARM/VOIPAC PXA270 SUPPORT
1843 M:      Marek Vasut <marek.vasut@gmail.com>
1844 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1845 S:      Maintained
1846 F:      arch/arm/mach-pxa/vpac270.c
1847 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1848
1849 ARM/VT8500 ARM ARCHITECTURE
1850 M:      Tony Prisk <linux@prisktech.co.nz>
1851 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1852 S:      Maintained
1853 F:      arch/arm/mach-vt8500/
1854 F:      drivers/clocksource/vt8500_timer.c
1855 F:      drivers/i2c/busses/i2c-wmt.c
1856 F:      drivers/mmc/host/wmt-sdmmc.c
1857 F:      drivers/pwm/pwm-vt8500.c
1858 F:      drivers/rtc/rtc-vt8500.c
1859 F:      drivers/tty/serial/vt8500_serial.c
1860 F:      drivers/usb/host/ehci-platform.c
1861 F:      drivers/usb/host/uhci-platform.c
1862 F:      drivers/video/fbdev/vt8500lcdfb.*
1863 F:      drivers/video/fbdev/wm8505fb*
1864 F:      drivers/video/fbdev/wmt_ge_rops.*
1865
1866 ARM/ZIPIT Z2 SUPPORT
1867 M:      Marek Vasut <marek.vasut@gmail.com>
1868 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1869 S:      Maintained
1870 F:      arch/arm/mach-pxa/z2.c
1871 F:      arch/arm/mach-pxa/include/mach/z2.h
1872
1873 ARM/ZTE ARCHITECTURE
1874 M:      Jun Nie <jun.nie@linaro.org>
1875 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1876 S:      Maintained
1877 F:      arch/arm/mach-zx/
1878 F:      drivers/clk/zte/
1879 F:      Documentation/devicetree/bindings/arm/zte.txt
1880 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1881
1882 ARM/ZYNQ ARCHITECTURE
1883 M:      Michal Simek <michal.simek@xilinx.com>
1884 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1885 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1886 W:      http://wiki.xilinx.com
1887 T:      git https://github.com/Xilinx/linux-xlnx.git
1888 S:      Supported
1889 F:      arch/arm/mach-zynq/
1890 F:      drivers/cpuidle/cpuidle-zynq.c
1891 F:      drivers/block/xsysace.c
1892 N:      zynq
1893 N:      xilinx
1894 F:      drivers/clocksource/cadence_ttc_timer.c
1895 F:      drivers/i2c/busses/i2c-cadence.c
1896 F:      drivers/mmc/host/sdhci-of-arasan.c
1897 F:      drivers/edac/synopsys_edac.c
1898
1899 ARM SMMU DRIVERS
1900 M:      Will Deacon <will.deacon@arm.com>
1901 R:      Robin Murphy <robin.murphy@arm.com>
1902 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1903 S:      Maintained
1904 F:      drivers/iommu/arm-smmu.c
1905 F:      drivers/iommu/arm-smmu-v3.c
1906 F:      drivers/iommu/io-pgtable-arm.c
1907 F:      drivers/iommu/io-pgtable-arm-v7s.c
1908
1909 ARM64 PORT (AARCH64 ARCHITECTURE)
1910 M:      Catalin Marinas <catalin.marinas@arm.com>
1911 M:      Will Deacon <will.deacon@arm.com>
1912 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1913 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1914 S:      Maintained
1915 F:      arch/arm64/
1916 F:      Documentation/arm64/
1917
1918 AS3645A LED FLASH CONTROLLER DRIVER
1919 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1920 L:      linux-media@vger.kernel.org
1921 T:      git git://linuxtv.org/media_tree.git
1922 S:      Maintained
1923 F:      drivers/media/i2c/as3645a.c
1924 F:      include/media/i2c/as3645a.h
1925
1926 ASC7621 HARDWARE MONITOR DRIVER
1927 M:      George Joseph <george.joseph@fairview5.com>
1928 L:      linux-hwmon@vger.kernel.org
1929 S:      Maintained
1930 F:      Documentation/hwmon/asc7621
1931 F:      drivers/hwmon/asc7621.c
1932
1933 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1934 M:      Corentin Chary <corentin.chary@gmail.com>
1935 L:      acpi4asus-user@lists.sourceforge.net
1936 L:      platform-driver-x86@vger.kernel.org
1937 W:      http://acpi4asus.sf.net
1938 S:      Maintained
1939 F:      drivers/platform/x86/asus*.c
1940 F:      drivers/platform/x86/eeepc*.c
1941
1942 ASUS WIRELESS RADIO CONTROL DRIVER
1943 M:      João Paulo Rechi Vita <jprvita@gmail.com>
1944 L:      platform-driver-x86@vger.kernel.org
1945 S:      Maintained
1946 F:      drivers/platform/x86/asus-wireless.c
1947
1948 ASYMMETRIC KEYS
1949 M:      David Howells <dhowells@redhat.com>
1950 L:      keyrings@vger.kernel.org
1951 S:      Maintained
1952 F:      Documentation/crypto/asymmetric-keys.txt
1953 F:      include/linux/verification.h
1954 F:      include/crypto/public_key.h
1955 F:      include/crypto/pkcs7.h
1956 F:      crypto/asymmetric_keys/
1957
1958 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1959 R:      Dan Williams <dan.j.williams@intel.com>
1960 W:      http://sourceforge.net/projects/xscaleiop
1961 S:      Odd fixes
1962 F:      Documentation/crypto/async-tx-api.txt
1963 F:      crypto/async_tx/
1964 F:      drivers/dma/
1965 F:      include/linux/dmaengine.h
1966 F:      include/linux/async_tx.h
1967
1968 AT24 EEPROM DRIVER
1969 M:      Wolfram Sang <wsa@the-dreams.de>
1970 L:      linux-i2c@vger.kernel.org
1971 S:      Maintained
1972 F:      drivers/misc/eeprom/at24.c
1973 F:      include/linux/platform_data/at24.h
1974
1975 ATA OVER ETHERNET (AOE) DRIVER
1976 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1977 W:      http://www.openaoe.org/
1978 S:      Supported
1979 F:      Documentation/aoe/
1980 F:      drivers/block/aoe/
1981
1982 ATHEROS 71XX/9XXX GPIO DRIVER
1983 M:      Alban Bedel <albeu@free.fr>
1984 W:      https://github.com/AlbanBedel/linux
1985 T:      git git://github.com/AlbanBedel/linux
1986 S:      Maintained
1987 F:      drivers/gpio/gpio-ath79.c
1988 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1989
1990 ATHEROS ATH GENERIC UTILITIES
1991 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1992 L:      linux-wireless@vger.kernel.org
1993 S:      Supported
1994 F:      drivers/net/wireless/ath/*
1995
1996 ATHEROS ATH5K WIRELESS DRIVER
1997 M:      Jiri Slaby <jirislaby@gmail.com>
1998 M:      Nick Kossifidis <mickflemm@gmail.com>
1999 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2000 L:      linux-wireless@vger.kernel.org
2001 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2002 S:      Maintained
2003 F:      drivers/net/wireless/ath/ath5k/
2004
2005 ATHEROS ATH6KL WIRELESS DRIVER
2006 M:      Kalle Valo <kvalo@qca.qualcomm.com>
2007 L:      linux-wireless@vger.kernel.org
2008 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2009 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2010 S:      Supported
2011 F:      drivers/net/wireless/ath/ath6kl/
2012
2013 WILOCITY WIL6210 WIRELESS DRIVER
2014 M:      Maya Erez <qca_merez@qca.qualcomm.com>
2015 L:      linux-wireless@vger.kernel.org
2016 L:      wil6210@qca.qualcomm.com
2017 S:      Supported
2018 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2019 F:      drivers/net/wireless/ath/wil6210/
2020 F:      include/uapi/linux/wil6210_uapi.h
2021
2022 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2023 M:      Christian Lamparter <chunkeey@googlemail.com>
2024 L:      linux-wireless@vger.kernel.org
2025 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2026 S:      Maintained
2027 F:      drivers/net/wireless/ath/carl9170/
2028
2029 ATK0110 HWMON DRIVER
2030 M:      Luca Tettamanti <kronos.it@gmail.com>
2031 L:      linux-hwmon@vger.kernel.org
2032 S:      Maintained
2033 F:      drivers/hwmon/asus_atk0110.c
2034
2035 ATI_REMOTE2 DRIVER
2036 M:      Ville Syrjala <syrjala@sci.fi>
2037 S:      Maintained
2038 F:      drivers/input/misc/ati_remote2.c
2039
2040 ATLX ETHERNET DRIVERS
2041 M:      Jay Cliburn <jcliburn@gmail.com>
2042 M:      Chris Snook <chris.snook@gmail.com>
2043 L:      netdev@vger.kernel.org
2044 W:      http://sourceforge.net/projects/atl1
2045 W:      http://atl1.sourceforge.net
2046 S:      Maintained
2047 F:      drivers/net/ethernet/atheros/
2048
2049 ATM
2050 M:      Chas Williams <3chas3@gmail.com>
2051 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2052 L:      netdev@vger.kernel.org
2053 W:      http://linux-atm.sourceforge.net
2054 S:      Maintained
2055 F:      drivers/atm/
2056 F:      include/linux/atm*
2057 F:      include/uapi/linux/atm*
2058
2059 ATMEL AT91 / AT32 MCI DRIVER
2060 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2061 S:      Maintained
2062 F:      drivers/mmc/host/atmel-mci.c
2063
2064 ATMEL AT91 / AT32 SERIAL DRIVER
2065 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2066 S:      Supported
2067 F:      drivers/tty/serial/atmel_serial.c
2068
2069 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2070 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2071 S:      Supported
2072 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2073
2074 ATMEL SAMA5D2 ADC DRIVER
2075 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2076 L:      linux-iio@vger.kernel.org
2077 S:      Supported
2078 F:      drivers/iio/adc/at91-sama5d2_adc.c
2079
2080 ATMEL Audio ALSA driver
2081 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2082 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2083 S:      Supported
2084 F:      sound/soc/atmel
2085
2086 ATMEL DMA DRIVER
2087 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2088 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2089 S:      Supported
2090 F:      drivers/dma/at_hdmac.c
2091 F:      drivers/dma/at_hdmac_regs.h
2092 F:      include/linux/platform_data/dma-atmel.h
2093
2094 ATMEL XDMA DRIVER
2095 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2096 L:      linux-arm-kernel@lists.infradead.org
2097 L:      dmaengine@vger.kernel.org
2098 S:      Supported
2099 F:      drivers/dma/at_xdmac.c
2100
2101 ATMEL I2C DRIVER
2102 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2103 L:      linux-i2c@vger.kernel.org
2104 S:      Supported
2105 F:      drivers/i2c/busses/i2c-at91.c
2106
2107 ATMEL ISI DRIVER
2108 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2109 L:      linux-media@vger.kernel.org
2110 S:      Supported
2111 F:      drivers/media/platform/soc_camera/atmel-isi.c
2112 F:      include/media/atmel-isi.h
2113
2114 ATMEL LCDFB DRIVER
2115 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2116 L:      linux-fbdev@vger.kernel.org
2117 S:      Maintained
2118 F:      drivers/video/fbdev/atmel_lcdfb.c
2119 F:      include/video/atmel_lcdc.h
2120
2121 ATMEL MACB ETHERNET DRIVER
2122 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2123 S:      Supported
2124 F:      drivers/net/ethernet/cadence/
2125
2126 ATMEL NAND DRIVER
2127 M:      Wenyou Yang <wenyou.yang@atmel.com>
2128 M:      Josh Wu <rainyfeeling@outlook.com>
2129 L:      linux-mtd@lists.infradead.org
2130 S:      Supported
2131 F:      drivers/mtd/nand/atmel_nand*
2132
2133 ATMEL SDMMC DRIVER
2134 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2135 L:      linux-mmc@vger.kernel.org
2136 S:      Supported
2137 F:      drivers/mmc/host/sdhci-of-at91.c
2138
2139 ATMEL SPI DRIVER
2140 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2141 S:      Supported
2142 F:      drivers/spi/spi-atmel.*
2143
2144 ATMEL SSC DRIVER
2145 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2146 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2147 S:      Supported
2148 F:      drivers/misc/atmel-ssc.c
2149 F:      include/linux/atmel-ssc.h
2150
2151 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2152 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2153 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2154 S:      Supported
2155 F:      drivers/misc/atmel_tclib.c
2156 F:      drivers/clocksource/tcb_clksrc.c
2157
2158 ATMEL USBA UDC DRIVER
2159 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2160 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2161 S:      Supported
2162 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2163
2164 ATMEL WIRELESS DRIVER
2165 M:      Simon Kelley <simon@thekelleys.org.uk>
2166 L:      linux-wireless@vger.kernel.org
2167 W:      http://www.thekelleys.org.uk/atmel
2168 W:      http://atmelwlandriver.sourceforge.net/
2169 S:      Maintained
2170 F:      drivers/net/wireless/atmel/atmel*
2171
2172 ATMEL MAXTOUCH DRIVER
2173 M:      Nick Dyer <nick.dyer@itdev.co.uk>
2174 T:      git git://github.com/atmel-maxtouch/linux.git
2175 S:      Supported
2176 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2177 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2178 F:      include/linux/platform_data/atmel_mxt_ts.h
2179
2180 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2181 M:      Bradley Grove <linuxdrivers@attotech.com>
2182 L:      linux-scsi@vger.kernel.org
2183 W:      http://www.attotech.com
2184 S:      Supported
2185 F:      drivers/scsi/esas2r
2186
2187 ATUSB IEEE 802.15.4 RADIO DRIVER
2188 M:      Stefan Schmidt <stefan@osg.samsung.com>
2189 L:      linux-wpan@vger.kernel.org
2190 S:      Maintained
2191 F:      drivers/net/ieee802154/atusb.c
2192 F:      drivers/net/ieee802154/atusb.h
2193 F:      drivers/net/ieee802154/at86rf230.h
2194
2195 AUDIT SUBSYSTEM
2196 M:      Paul Moore <paul@paul-moore.com>
2197 M:      Eric Paris <eparis@redhat.com>
2198 L:      linux-audit@redhat.com (moderated for non-subscribers)
2199 W:      http://people.redhat.com/sgrubb/audit/
2200 T:      git git://git.infradead.org/users/pcmoore/audit
2201 S:      Maintained
2202 F:      include/linux/audit.h
2203 F:      include/uapi/linux/audit.h
2204 F:      kernel/audit*
2205
2206 AUXILIARY DISPLAY DRIVERS
2207 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2208 W:      http://miguelojeda.es/auxdisplay.htm
2209 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2210 S:      Maintained
2211 F:      drivers/auxdisplay/
2212 F:      include/linux/cfag12864b.h
2213
2214 AVR32 ARCHITECTURE
2215 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2216 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2217 W:      http://www.atmel.com/products/AVR32/
2218 W:      http://mirror.egtvedt.no/avr32linux.org/
2219 W:      http://avrfreaks.net/
2220 S:      Maintained
2221 F:      arch/avr32/
2222
2223 AVR32/AT32AP MACHINE SUPPORT
2224 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2225 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2226 S:      Maintained
2227 F:      arch/avr32/mach-at32ap/
2228
2229 AX.25 NETWORK LAYER
2230 M:      Ralf Baechle <ralf@linux-mips.org>
2231 L:      linux-hams@vger.kernel.org
2232 W:      http://www.linux-ax25.org/
2233 S:      Maintained
2234 F:      include/uapi/linux/ax25.h
2235 F:      include/net/ax25.h
2236 F:      net/ax25/
2237
2238 AZ6007 DVB DRIVER
2239 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2240 L:      linux-media@vger.kernel.org
2241 W:      https://linuxtv.org
2242 T:      git git://linuxtv.org/media_tree.git
2243 S:      Maintained
2244 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2245
2246 AZTECH FM RADIO RECEIVER DRIVER
2247 M:      Hans Verkuil <hverkuil@xs4all.nl>
2248 L:      linux-media@vger.kernel.org
2249 T:      git git://linuxtv.org/media_tree.git
2250 W:      https://linuxtv.org
2251 S:      Maintained
2252 F:      drivers/media/radio/radio-aztech*
2253
2254 B43 WIRELESS DRIVER
2255 L:      linux-wireless@vger.kernel.org
2256 L:      b43-dev@lists.infradead.org
2257 W:      http://wireless.kernel.org/en/users/Drivers/b43
2258 S:      Odd Fixes
2259 F:      drivers/net/wireless/broadcom/b43/
2260
2261 B43LEGACY WIRELESS DRIVER
2262 M:      Larry Finger <Larry.Finger@lwfinger.net>
2263 L:      linux-wireless@vger.kernel.org
2264 L:      b43-dev@lists.infradead.org
2265 W:      http://wireless.kernel.org/en/users/Drivers/b43
2266 S:      Maintained
2267 F:      drivers/net/wireless/broadcom/b43legacy/
2268
2269 BACKLIGHT CLASS/SUBSYSTEM
2270 M:      Jingoo Han <jingoohan1@gmail.com>
2271 M:      Lee Jones <lee.jones@linaro.org>
2272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2273 S:      Maintained
2274 F:      drivers/video/backlight/
2275 F:      include/linux/backlight.h
2276
2277 BATMAN ADVANCED
2278 M:      Marek Lindner <mareklindner@neomailbox.ch>
2279 M:      Simon Wunderlich <sw@simonwunderlich.de>
2280 M:      Antonio Quartulli <a@unstable.cc>
2281 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2282 W:      https://www.open-mesh.org/
2283 Q:      https://patchwork.open-mesh.org/project/batman/list/
2284 S:      Maintained
2285 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2286 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2287 F:      Documentation/networking/batman-adv.txt
2288 F:      net/batman-adv/
2289
2290 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2291 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2292 L:      linux-hams@vger.kernel.org
2293 W:      http://www.baycom.org/~tom/ham/ham.html
2294 S:      Maintained
2295 F:      drivers/net/hamradio/baycom*
2296
2297 BCACHE (BLOCK LAYER CACHE)
2298 M:      Kent Overstreet <kent.overstreet@gmail.com>
2299 L:      linux-bcache@vger.kernel.org
2300 W:      http://bcache.evilpiepirate.org
2301 S:      Maintained
2302 F:      drivers/md/bcache/
2303
2304 BDISP ST MEDIA DRIVER
2305 M:      Fabien Dessenne <fabien.dessenne@st.com>
2306 L:      linux-media@vger.kernel.org
2307 T:      git git://linuxtv.org/media_tree.git
2308 W:      https://linuxtv.org
2309 S:      Supported
2310 F:      drivers/media/platform/sti/bdisp
2311
2312 BEFS FILE SYSTEM
2313 S:      Orphan
2314 F:      Documentation/filesystems/befs.txt
2315 F:      fs/befs/
2316
2317 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2318 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2319 L:      netdev@vger.kernel.org
2320 S:      Maintained
2321 F:      drivers/net/ethernet/ec_bhf.c
2322
2323 BFS FILE SYSTEM
2324 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2325 S:      Maintained
2326 F:      Documentation/filesystems/bfs.txt
2327 F:      fs/bfs/
2328 F:      include/uapi/linux/bfs_fs.h
2329
2330 BLACKFIN ARCHITECTURE
2331 M:      Steven Miao <realmz6@gmail.com>
2332 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2333 T:      git git://git.code.sf.net/p/adi-linux/code
2334 W:      http://blackfin.uclinux.org
2335 S:      Supported
2336 F:      arch/blackfin/
2337
2338 BLACKFIN EMAC DRIVER
2339 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2340 W:      http://blackfin.uclinux.org
2341 S:      Supported
2342 F:      drivers/net/ethernet/adi/
2343
2344 BLACKFIN RTC DRIVER
2345 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2346 W:      http://blackfin.uclinux.org
2347 S:      Supported
2348 F:      drivers/rtc/rtc-bfin.c
2349
2350 BLACKFIN SDH DRIVER
2351 M:      Sonic Zhang <sonic.zhang@analog.com>
2352 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2353 W:      http://blackfin.uclinux.org
2354 S:      Supported
2355 F:      drivers/mmc/host/bfin_sdh.c
2356
2357 BLACKFIN SERIAL DRIVER
2358 M:      Sonic Zhang <sonic.zhang@analog.com>
2359 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2360 W:      http://blackfin.uclinux.org
2361 S:      Supported
2362 F:      drivers/tty/serial/bfin_uart.c
2363
2364 BLACKFIN WATCHDOG DRIVER
2365 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2366 W:      http://blackfin.uclinux.org
2367 S:      Supported
2368 F:      drivers/watchdog/bfin_wdt.c
2369
2370 BLACKFIN I2C TWI DRIVER
2371 M:      Sonic Zhang <sonic.zhang@analog.com>
2372 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2373 W:      http://blackfin.uclinux.org/
2374 S:      Supported
2375 F:      drivers/i2c/busses/i2c-bfin-twi.c
2376
2377 BLACKFIN MEDIA DRIVER
2378 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2379 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2380 W:      http://blackfin.uclinux.org/
2381 S:      Supported
2382 F:      drivers/media/platform/blackfin/
2383 F:      drivers/media/i2c/adv7183*
2384 F:      drivers/media/i2c/vs6624*
2385
2386 BLINKM RGB LED DRIVER
2387 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2388 S:      Maintained
2389 F:      drivers/leds/leds-blinkm.c
2390
2391 BLOCK LAYER
2392 M:      Jens Axboe <axboe@kernel.dk>
2393 L:      linux-block@vger.kernel.org
2394 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2395 S:      Maintained
2396 F:      block/
2397 F:      kernel/trace/blktrace.c
2398
2399 BLOCK2MTD DRIVER
2400 M:      Joern Engel <joern@lazybastard.org>
2401 L:      linux-mtd@lists.infradead.org
2402 S:      Maintained
2403 F:      drivers/mtd/devices/block2mtd.c
2404
2405 BLUETOOTH DRIVERS
2406 M:      Marcel Holtmann <marcel@holtmann.org>
2407 M:      Gustavo Padovan <gustavo@padovan.org>
2408 M:      Johan Hedberg <johan.hedberg@gmail.com>
2409 L:      linux-bluetooth@vger.kernel.org
2410 W:      http://www.bluez.org/
2411 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2412 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2413 S:      Maintained
2414 F:      drivers/bluetooth/
2415
2416 BLUETOOTH SUBSYSTEM
2417 M:      Marcel Holtmann <marcel@holtmann.org>
2418 M:      Gustavo Padovan <gustavo@padovan.org>
2419 M:      Johan Hedberg <johan.hedberg@gmail.com>
2420 L:      linux-bluetooth@vger.kernel.org
2421 W:      http://www.bluez.org/
2422 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2424 S:      Maintained
2425 F:      net/bluetooth/
2426 F:      include/net/bluetooth/
2427
2428 BONDING DRIVER
2429 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2430 M:      Veaceslav Falico <vfalico@gmail.com>
2431 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2432 L:      netdev@vger.kernel.org
2433 W:      http://sourceforge.net/projects/bonding/
2434 S:      Supported
2435 F:      drivers/net/bonding/
2436 F:      include/uapi/linux/if_bonding.h
2437
2438 BPF (Safe dynamic programs and tools)
2439 M:      Alexei Starovoitov <ast@kernel.org>
2440 L:      netdev@vger.kernel.org
2441 L:      linux-kernel@vger.kernel.org
2442 S:      Supported
2443 F:      kernel/bpf/
2444
2445 BROADCOM B44 10/100 ETHERNET DRIVER
2446 M:      Gary Zambrano <zambrano@broadcom.com>
2447 L:      netdev@vger.kernel.org
2448 S:      Supported
2449 F:      drivers/net/ethernet/broadcom/b44.*
2450
2451 BROADCOM GENET ETHERNET DRIVER
2452 M:      Florian Fainelli <f.fainelli@gmail.com>
2453 L:      netdev@vger.kernel.org
2454 S:      Supported
2455 F:      drivers/net/ethernet/broadcom/genet/
2456
2457 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2458 M:      Sony Chacko <sony.chacko@qlogic.com>
2459 M:      Dept-HSGLinuxNICDev@qlogic.com
2460 L:      netdev@vger.kernel.org
2461 S:      Supported
2462 F:      drivers/net/ethernet/broadcom/bnx2.*
2463 F:      drivers/net/ethernet/broadcom/bnx2_*
2464
2465 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2466 M:      Ariel Elior <ariel.elior@qlogic.com>
2467 L:      netdev@vger.kernel.org
2468 S:      Supported
2469 F:      drivers/net/ethernet/broadcom/bnx2x/
2470
2471 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2472 M:      Florian Fainelli <f.fainelli@gmail.com>
2473 M:      Ray Jui <rjui@broadcom.com>
2474 M:      Scott Branden <sbranden@broadcom.com>
2475 L:      bcm-kernel-feedback-list@broadcom.com
2476 T:      git git://github.com/broadcom/mach-bcm
2477 S:      Maintained
2478 F:      arch/arm/mach-bcm/
2479 F:      arch/arm/boot/dts/bcm113*
2480 F:      arch/arm/boot/dts/bcm216*
2481 F:      arch/arm/boot/dts/bcm281*
2482 F:      arch/arm64/boot/dts/broadcom/
2483 F:      arch/arm/configs/bcm_defconfig
2484 F:      drivers/mmc/host/sdhci-bcm-kona.c
2485 F:      drivers/clocksource/bcm_kona_timer.c
2486
2487 BROADCOM BCM2835 ARM ARCHITECTURE
2488 M:      Stephen Warren <swarren@wwwdotorg.org>
2489 M:      Lee Jones <lee@kernel.org>
2490 M:      Eric Anholt <eric@anholt.net>
2491 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2492 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2493 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2494 S:      Maintained
2495 N:      bcm2835
2496
2497 BROADCOM BCM47XX MIPS ARCHITECTURE
2498 M:      Hauke Mehrtens <hauke@hauke-m.de>
2499 M:      Rafał Miłecki <zajec5@gmail.com>
2500 L:      linux-mips@linux-mips.org
2501 S:      Maintained
2502 F:      arch/mips/bcm47xx/*
2503 F:      arch/mips/include/asm/mach-bcm47xx/*
2504
2505 BROADCOM BCM5301X ARM ARCHITECTURE
2506 M:      Hauke Mehrtens <hauke@hauke-m.de>
2507 L:      linux-arm-kernel@lists.infradead.org
2508 S:      Maintained
2509 F:      arch/arm/mach-bcm/bcm_5301x.c
2510 F:      arch/arm/boot/dts/bcm5301x.dtsi
2511 F:      arch/arm/boot/dts/bcm470*
2512
2513 BROADCOM BCM63XX ARM ARCHITECTURE
2514 M:      Florian Fainelli <f.fainelli@gmail.com>
2515 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2516 L:      bcm-kernel-feedback-list@broadcom.com
2517 T:      git git://github.com/broadcom/stblinux.git
2518 S:      Maintained
2519 F:      arch/arm/mach-bcm/bcm63xx.c
2520 F:      arch/arm/include/debug/bcm63xx.S
2521
2522 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2523 M:      Kevin Cernekee <cernekee@gmail.com>
2524 L:      linux-usb@vger.kernel.org
2525 S:      Maintained
2526 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2527
2528 BROADCOM BCM7XXX ARM ARCHITECTURE
2529 M:      Brian Norris <computersforpeace@gmail.com>
2530 M:      Gregory Fong <gregory.0xf0@gmail.com>
2531 M:      Florian Fainelli <f.fainelli@gmail.com>
2532 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2533 L:      bcm-kernel-feedback-list@broadcom.com
2534 T:      git git://github.com/broadcom/stblinux.git
2535 S:      Maintained
2536 F:      arch/arm/mach-bcm/*brcmstb*
2537 F:      arch/arm/boot/dts/bcm7*.dts*
2538 F:      drivers/bus/brcmstb_gisb.c
2539 N:      brcmstb
2540
2541 BROADCOM BMIPS MIPS ARCHITECTURE
2542 M:      Kevin Cernekee <cernekee@gmail.com>
2543 M:      Florian Fainelli <f.fainelli@gmail.com>
2544 L:      linux-mips@linux-mips.org
2545 T:      git git://github.com/broadcom/stblinux.git
2546 S:      Maintained
2547 F:      arch/mips/bmips/*
2548 F:      arch/mips/include/asm/mach-bmips/*
2549 F:      arch/mips/kernel/*bmips*
2550 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2551 F:      drivers/irqchip/irq-bcm63*
2552 F:      drivers/irqchip/irq-bcm7*
2553 F:      drivers/irqchip/irq-brcmstb*
2554 F:      include/linux/bcm963xx_nvram.h
2555 F:      include/linux/bcm963xx_tag.h
2556
2557 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2558 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2559 M:      Prashant Sreedharan <prashant@broadcom.com>
2560 M:      Michael Chan <mchan@broadcom.com>
2561 L:      netdev@vger.kernel.org
2562 S:      Supported
2563 F:      drivers/net/ethernet/broadcom/tg3.*
2564
2565 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2566 M:      Brett Rudley <brudley@broadcom.com>
2567 M:      Arend van Spriel <arend@broadcom.com>
2568 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2569 M:      Hante Meuleman <meuleman@broadcom.com>
2570 L:      linux-wireless@vger.kernel.org
2571 L:      brcm80211-dev-list@broadcom.com
2572 S:      Supported
2573 F:      drivers/net/wireless/broadcom/brcm80211/
2574
2575 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2576 M:      QLogic-Storage-Upstream@qlogic.com
2577 L:      linux-scsi@vger.kernel.org
2578 S:      Supported
2579 F:      drivers/scsi/bnx2fc/
2580
2581 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2582 M:      QLogic-Storage-Upstream@qlogic.com
2583 L:      linux-scsi@vger.kernel.org
2584 S:      Supported
2585 F:      drivers/scsi/bnx2i/
2586
2587 BROADCOM IPROC ARM ARCHITECTURE
2588 M:      Ray Jui <rjui@broadcom.com>
2589 M:      Scott Branden <sbranden@broadcom.com>
2590 M:      Jon Mason <jonmason@broadcom.com>
2591 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2592 L:      bcm-kernel-feedback-list@broadcom.com
2593 T:      git git://github.com/broadcom/cygnus-linux.git
2594 S:      Maintained
2595 N:      iproc
2596 N:      cygnus
2597 N:      nsp
2598 N:      bcm9113*
2599 N:      bcm9583*
2600 N:      bcm9585*
2601 N:      bcm9586*
2602 N:      bcm988312
2603 N:      bcm113*
2604 N:      bcm583*
2605 N:      bcm585*
2606 N:      bcm586*
2607 N:      bcm88312
2608
2609 BROADCOM BRCMSTB GPIO DRIVER
2610 M:      Gregory Fong <gregory.0xf0@gmail.com>
2611 L:      bcm-kernel-feedback-list@broadcom.com
2612 S:      Supported
2613 F:      drivers/gpio/gpio-brcmstb.c
2614 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2615
2616 BROADCOM KONA GPIO DRIVER
2617 M:      Ray Jui <rjui@broadcom.com>
2618 L:      bcm-kernel-feedback-list@broadcom.com
2619 S:      Supported
2620 F:      drivers/gpio/gpio-bcm-kona.c
2621 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2622
2623 BROADCOM NVRAM DRIVER
2624 M:      Rafał Miłecki <zajec5@gmail.com>
2625 L:      linux-mips@linux-mips.org
2626 S:      Maintained
2627 F:      drivers/firmware/broadcom/*
2628
2629 BROADCOM STB NAND FLASH DRIVER
2630 M:      Brian Norris <computersforpeace@gmail.com>
2631 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2632 L:      linux-mtd@lists.infradead.org
2633 L:      bcm-kernel-feedback-list@broadcom.com
2634 S:      Maintained
2635 F:      drivers/mtd/nand/brcmnand/
2636
2637 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2638 M:      Rafał Miłecki <zajec5@gmail.com>
2639 L:      linux-wireless@vger.kernel.org
2640 S:      Maintained
2641 F:      drivers/bcma/
2642 F:      include/linux/bcma/
2643
2644 BROADCOM SYSTEMPORT ETHERNET DRIVER
2645 M:      Florian Fainelli <f.fainelli@gmail.com>
2646 L:      netdev@vger.kernel.org
2647 S:      Supported
2648 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2649
2650 BROADCOM VULCAN ARM64 SOC
2651 M:      Jayachandran C. <jchandra@broadcom.com>
2652 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2653 L:      bcm-kernel-feedback-list@broadcom.com
2654 S:      Maintained
2655 F:      arch/arm64/boot/dts/broadcom/vulcan*
2656
2657 BROCADE BFA FC SCSI DRIVER
2658 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2659 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2660 L:      linux-scsi@vger.kernel.org
2661 S:      Supported
2662 F:      drivers/scsi/bfa/
2663
2664 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2665 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2666 L:      netdev@vger.kernel.org
2667 S:      Supported
2668 F:      drivers/net/ethernet/brocade/bna/
2669
2670 BSG (block layer generic sg v4 driver)
2671 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2672 L:      linux-scsi@vger.kernel.org
2673 S:      Supported
2674 F:      block/bsg.c
2675 F:      include/linux/bsg.h
2676 F:      include/uapi/linux/bsg.h
2677
2678 BT87X AUDIO DRIVER
2679 M:      Clemens Ladisch <clemens@ladisch.de>
2680 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2681 T:      git git://git.alsa-project.org/alsa-kernel.git
2682 S:      Maintained
2683 F:      Documentation/sound/alsa/Bt87x.txt
2684 F:      sound/pci/bt87x.c
2685
2686 BT8XXGPIO DRIVER
2687 M:      Michael Buesch <m@bues.ch>
2688 W:      http://bu3sch.de/btgpio.php
2689 S:      Maintained
2690 F:      drivers/gpio/gpio-bt8xx.c
2691
2692 BTRFS FILE SYSTEM
2693 M:      Chris Mason <clm@fb.com>
2694 M:      Josef Bacik <jbacik@fb.com>
2695 M:      David Sterba <dsterba@suse.com>
2696 L:      linux-btrfs@vger.kernel.org
2697 W:      http://btrfs.wiki.kernel.org/
2698 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2699 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2700 S:      Maintained
2701 F:      Documentation/filesystems/btrfs.txt
2702 F:      fs/btrfs/
2703
2704 BTTV VIDEO4LINUX DRIVER
2705 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2706 L:      linux-media@vger.kernel.org
2707 W:      https://linuxtv.org
2708 T:      git git://linuxtv.org/media_tree.git
2709 S:      Odd fixes
2710 F:      Documentation/video4linux/bttv/
2711 F:      drivers/media/pci/bt8xx/bttv*
2712
2713 BUSLOGIC SCSI DRIVER
2714 M:      Khalid Aziz <khalid@gonehiking.org>
2715 L:      linux-scsi@vger.kernel.org
2716 S:      Maintained
2717 F:      drivers/scsi/BusLogic.*
2718 F:      drivers/scsi/FlashPoint.*
2719
2720 C-MEDIA CMI8788 DRIVER
2721 M:      Clemens Ladisch <clemens@ladisch.de>
2722 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2723 T:      git git://git.alsa-project.org/alsa-kernel.git
2724 S:      Maintained
2725 F:      sound/pci/oxygen/
2726
2727 C6X ARCHITECTURE
2728 M:      Mark Salter <msalter@redhat.com>
2729 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2730 L:      linux-c6x-dev@linux-c6x.org
2731 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2732 S:      Maintained
2733 F:      arch/c6x/
2734
2735 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2736 M:      David Howells <dhowells@redhat.com>
2737 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2738 S:      Supported
2739 F:      Documentation/filesystems/caching/cachefiles.txt
2740 F:      fs/cachefiles/
2741
2742 CADET FM/AM RADIO RECEIVER DRIVER
2743 M:      Hans Verkuil <hverkuil@xs4all.nl>
2744 L:      linux-media@vger.kernel.org
2745 T:      git git://linuxtv.org/media_tree.git
2746 W:      https://linuxtv.org
2747 S:      Maintained
2748 F:      drivers/media/radio/radio-cadet*
2749
2750 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2751 M:      Jonathan Corbet <corbet@lwn.net>
2752 L:      linux-media@vger.kernel.org
2753 T:      git git://linuxtv.org/media_tree.git
2754 S:      Maintained
2755 F:      Documentation/video4linux/cafe_ccic
2756 F:      drivers/media/platform/marvell-ccic/
2757
2758 CAIF NETWORK LAYER
2759 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2760 L:      netdev@vger.kernel.org
2761 S:      Supported
2762 F:      Documentation/networking/caif/
2763 F:      drivers/net/caif/
2764 F:      include/uapi/linux/caif/
2765 F:      include/net/caif/
2766 F:      net/caif/
2767
2768 CALGARY x86-64 IOMMU
2769 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2770 M:      "Jon D. Mason" <jdmason@kudzu.us>
2771 L:      discuss@x86-64.org
2772 S:      Maintained
2773 F:      arch/x86/kernel/pci-calgary_64.c
2774 F:      arch/x86/kernel/tce_64.c
2775 F:      arch/x86/include/asm/calgary.h
2776 F:      arch/x86/include/asm/tce.h
2777
2778 CAN NETWORK LAYER
2779 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2780 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2781 L:      linux-can@vger.kernel.org
2782 W:      https://github.com/linux-can
2783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2784 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2785 S:      Maintained
2786 F:      Documentation/networking/can.txt
2787 F:      net/can/
2788 F:      include/linux/can/core.h
2789 F:      include/uapi/linux/can.h
2790 F:      include/uapi/linux/can/bcm.h
2791 F:      include/uapi/linux/can/raw.h
2792 F:      include/uapi/linux/can/gw.h
2793
2794 CAN NETWORK DRIVERS
2795 M:      Wolfgang Grandegger <wg@grandegger.com>
2796 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2797 L:      linux-can@vger.kernel.org
2798 W:      https://github.com/linux-can
2799 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2801 S:      Maintained
2802 F:      drivers/net/can/
2803 F:      include/linux/can/dev.h
2804 F:      include/linux/can/platform/
2805 F:      include/uapi/linux/can/error.h
2806 F:      include/uapi/linux/can/netlink.h
2807
2808 CAPABILITIES
2809 M:      Serge Hallyn <serge.hallyn@canonical.com>
2810 L:      linux-security-module@vger.kernel.org
2811 S:      Supported
2812 F:      include/linux/capability.h
2813 F:      include/uapi/linux/capability.h
2814 F:      security/commoncap.c
2815 F:      kernel/capability.c
2816
2817 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2818 M:      Kevin Tsai <ktsai@capellamicro.com>
2819 S:      Maintained
2820 F:      drivers/iio/light/cm*
2821 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2822
2823 CAVIUM LIQUIDIO NETWORK DRIVER
2824 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2825 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2826 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2827 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2828 L:     netdev@vger.kernel.org
2829 W:     http://www.cavium.com
2830 S:     Supported
2831 F:     drivers/net/ethernet/cavium/liquidio/
2832
2833 CC2520 IEEE-802.15.4 RADIO DRIVER
2834 M:      Varka Bhadram <varkabhadram@gmail.com>
2835 L:      linux-wpan@vger.kernel.org
2836 S:      Maintained
2837 F:      drivers/net/ieee802154/cc2520.c
2838 F:      include/linux/spi/cc2520.h
2839 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2840
2841 CELL BROADBAND ENGINE ARCHITECTURE
2842 M:      Arnd Bergmann <arnd@arndb.de>
2843 L:      linuxppc-dev@lists.ozlabs.org
2844 W:      http://www.ibm.com/developerworks/power/cell/
2845 S:      Supported
2846 F:      arch/powerpc/include/asm/cell*.h
2847 F:      arch/powerpc/include/asm/spu*.h
2848 F:      arch/powerpc/include/uapi/asm/spu*.h
2849 F:      arch/powerpc/oprofile/*cell*
2850 F:      arch/powerpc/platforms/cell/
2851
2852 CEPH COMMON CODE (LIBCEPH)
2853 M:      Ilya Dryomov <idryomov@gmail.com>
2854 M:      "Yan, Zheng" <zyan@redhat.com>
2855 M:      Sage Weil <sage@redhat.com>
2856 L:      ceph-devel@vger.kernel.org
2857 W:      http://ceph.com/
2858 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2859 T:      git git://github.com/ceph/ceph-client.git
2860 S:      Supported
2861 F:      net/ceph/
2862 F:      include/linux/ceph/
2863 F:      include/linux/crush/
2864
2865 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2866 M:      "Yan, Zheng" <zyan@redhat.com>
2867 M:      Sage Weil <sage@redhat.com>
2868 M:      Ilya Dryomov <idryomov@gmail.com>
2869 L:      ceph-devel@vger.kernel.org
2870 W:      http://ceph.com/
2871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2872 T:      git git://github.com/ceph/ceph-client.git
2873 S:      Supported
2874 F:      Documentation/filesystems/ceph.txt
2875 F:      fs/ceph/
2876
2877 CERTIFICATE HANDLING:
2878 M:      David Howells <dhowells@redhat.com>
2879 M:      David Woodhouse <dwmw2@infradead.org>
2880 L:      keyrings@vger.kernel.org
2881 S:      Maintained
2882 F:      Documentation/module-signing.txt
2883 F:      certs/
2884 F:      scripts/sign-file.c
2885 F:      scripts/extract-cert.c
2886
2887 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2888 L:      linux-usb@vger.kernel.org
2889 S:      Orphan
2890 F:      Documentation/usb/WUSB-Design-overview.txt
2891 F:      Documentation/usb/wusb-cbaf
2892 F:      drivers/usb/host/hwa-hc.c
2893 F:      drivers/usb/host/whci/
2894 F:      drivers/usb/wusbcore/
2895 F:      include/linux/usb/wusb*
2896
2897 CFAG12864B LCD DRIVER
2898 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2899 W:      http://miguelojeda.es/auxdisplay.htm
2900 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2901 S:      Maintained
2902 F:      drivers/auxdisplay/cfag12864b.c
2903 F:      include/linux/cfag12864b.h
2904
2905 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2906 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2907 W:      http://miguelojeda.es/auxdisplay.htm
2908 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2909 S:      Maintained
2910 F:      drivers/auxdisplay/cfag12864bfb.c
2911 F:      include/linux/cfag12864b.h
2912
2913 CFG80211 and NL80211
2914 M:      Johannes Berg <johannes@sipsolutions.net>
2915 L:      linux-wireless@vger.kernel.org
2916 W:      http://wireless.kernel.org/
2917 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2918 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2919 S:      Maintained
2920 F:      include/uapi/linux/nl80211.h
2921 F:      include/net/cfg80211.h
2922 F:      net/wireless/*
2923 X:      net/wireless/wext*
2924
2925 CHAR and MISC DRIVERS
2926 M:      Arnd Bergmann <arnd@arndb.de>
2927 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2928 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2929 S:      Supported
2930 F:      drivers/char/*
2931 F:      drivers/misc/*
2932 F:      include/linux/miscdevice.h
2933
2934 CHECKPATCH
2935 M:      Andy Whitcroft <apw@canonical.com>
2936 M:      Joe Perches <joe@perches.com>
2937 S:      Maintained
2938 F:      scripts/checkpatch.pl
2939
2940 CHINESE DOCUMENTATION
2941 M:      Harry Wei <harryxiyou@gmail.com>
2942 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2943 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2944 S:      Maintained
2945 F:      Documentation/zh_CN/
2946
2947 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2948 M:      Peter Chen <Peter.Chen@nxp.com>
2949 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2950 L:      linux-usb@vger.kernel.org
2951 S:      Maintained
2952 F:      drivers/usb/chipidea/
2953
2954 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2955 M:      Hans de Goede <hdegoede@redhat.com>
2956 L:      linux-input@vger.kernel.org
2957 S:      Maintained
2958 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2959 F:      drivers/input/touchscreen/chipone_icn8318.c
2960
2961 CHROME HARDWARE PLATFORM SUPPORT
2962 M:      Olof Johansson <olof@lixom.net>
2963 S:      Maintained
2964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
2965 F:      drivers/platform/chrome/
2966
2967 CISCO VIC ETHERNET NIC DRIVER
2968 M:      Christian Benvenuti <benve@cisco.com>
2969 M:      Sujith Sankar <ssujith@cisco.com>
2970 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2971 M:      Neel Patel <neepatel@cisco.com>
2972 S:      Supported
2973 F:      drivers/net/ethernet/cisco/enic/
2974
2975 CISCO VIC LOW LATENCY NIC DRIVER
2976 M:      Christian Benvenuti <benve@cisco.com>
2977 M:      Dave Goodell <dgoodell@cisco.com>
2978 S:      Supported
2979 F:      drivers/infiniband/hw/usnic/
2980
2981 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2982 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2983 L:      netdev@vger.kernel.org
2984 S:      Maintained
2985 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2986
2987 CIRRUS LOGIC AUDIO CODEC DRIVERS
2988 M:      Brian Austin <brian.austin@cirrus.com>
2989 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2990 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2991 S:      Maintained
2992 F:      sound/soc/codecs/cs*
2993
2994 CLEANCACHE API
2995 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2996 L:      linux-kernel@vger.kernel.org
2997 S:      Maintained
2998 F:      mm/cleancache.c
2999 F:      include/linux/cleancache.h
3000
3001 CLK API
3002 M:      Russell King <linux@armlinux.org.uk>
3003 L:      linux-clk@vger.kernel.org
3004 S:      Maintained
3005 F:      include/linux/clk.h
3006
3007 CLOCKSOURCE, CLOCKEVENT DRIVERS
3008 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3009 M:      Thomas Gleixner <tglx@linutronix.de>
3010 L:      linux-kernel@vger.kernel.org
3011 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3012 S:      Supported
3013 F:      drivers/clocksource
3014
3015 CISCO FCOE HBA DRIVER
3016 M:      Hiral Patel <hiralpat@cisco.com>
3017 M:      Suma Ramars <sramars@cisco.com>
3018 M:      Brian Uchino <buchino@cisco.com>
3019 L:      linux-scsi@vger.kernel.org
3020 S:      Supported
3021 F:      drivers/scsi/fnic/
3022
3023 CISCO SCSI HBA DRIVER
3024 M:      Narsimhulu Musini <nmusini@cisco.com>
3025 M:      Sesidhar Baddela <sebaddel@cisco.com>
3026 L:      linux-scsi@vger.kernel.org
3027 S:      Supported
3028 F:      drivers/scsi/snic/
3029
3030 CMPC ACPI DRIVER
3031 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3032 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3033 L:      platform-driver-x86@vger.kernel.org
3034 S:      Supported
3035 F:      drivers/platform/x86/classmate-laptop.c
3036
3037 COBALT MEDIA DRIVER
3038 M:      Hans Verkuil <hans.verkuil@cisco.com>
3039 L:      linux-media@vger.kernel.org
3040 T:      git git://linuxtv.org/media_tree.git
3041 W:      https://linuxtv.org
3042 S:      Supported
3043 F:      drivers/media/pci/cobalt/
3044
3045 COCCINELLE/Semantic Patches (SmPL)
3046 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3047 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3048 M:      Nicolas Palix <nicolas.palix@imag.fr>
3049 M:      Michal Marek <mmarek@suse.com>
3050 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3051 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3052 W:      http://coccinelle.lip6.fr/
3053 S:      Supported
3054 F:      Documentation/coccinelle.txt
3055 F:      scripts/coccinelle/
3056 F:      scripts/coccicheck
3057
3058 CODA FILE SYSTEM
3059 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3060 M:      coda@cs.cmu.edu
3061 L:      codalist@coda.cs.cmu.edu
3062 W:      http://www.coda.cs.cmu.edu/
3063 S:      Maintained
3064 F:      Documentation/filesystems/coda.txt
3065 F:      fs/coda/
3066 F:      include/linux/coda*.h
3067 F:      include/uapi/linux/coda*.h
3068
3069 CODA V4L2 MEM2MEM DRIVER
3070 M:      Philipp Zabel <p.zabel@pengutronix.de>
3071 L:      linux-media@vger.kernel.org
3072 S:      Maintained
3073 F:      Documentation/devicetree/bindings/media/coda.txt
3074 F:      drivers/media/platform/coda/
3075
3076 COMMON CLK FRAMEWORK
3077 M:      Michael Turquette <mturquette@baylibre.com>
3078 M:      Stephen Boyd <sboyd@codeaurora.org>
3079 L:      linux-clk@vger.kernel.org
3080 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3081 S:      Maintained
3082 F:      drivers/clk/
3083 X:      drivers/clk/clkdev.c
3084 F:      include/linux/clk-pr*
3085 F:      include/linux/clk/
3086
3087 COMMON INTERNET FILE SYSTEM (CIFS)
3088 M:      Steve French <sfrench@samba.org>
3089 L:      linux-cifs@vger.kernel.org
3090 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3091 W:      http://linux-cifs.samba.org/
3092 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3093 S:      Supported
3094 F:      Documentation/filesystems/cifs/
3095 F:      fs/cifs/
3096
3097 COMPACTPCI HOTPLUG CORE
3098 M:      Scott Murray <scott@spiteful.org>
3099 L:      linux-pci@vger.kernel.org
3100 S:      Maintained
3101 F:      drivers/pci/hotplug/cpci_hotplug*
3102
3103 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3104 M:      Scott Murray <scott@spiteful.org>
3105 L:      linux-pci@vger.kernel.org
3106 S:      Maintained
3107 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3108
3109 COMPACTPCI HOTPLUG GENERIC DRIVER
3110 M:      Scott Murray <scott@spiteful.org>
3111 L:      linux-pci@vger.kernel.org
3112 S:      Maintained
3113 F:      drivers/pci/hotplug/cpcihp_generic.c
3114
3115 COMPAL LAPTOP SUPPORT
3116 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3117 L:      platform-driver-x86@vger.kernel.org
3118 S:      Maintained
3119 F:      drivers/platform/x86/compal-laptop.c
3120
3121 CONEXANT ACCESSRUNNER USB DRIVER
3122 L:      accessrunner-general@lists.sourceforge.net
3123 W:      http://accessrunner.sourceforge.net/
3124 S:      Orphan
3125 F:      drivers/usb/atm/cxacru.c
3126
3127 CONFIGFS
3128 M:      Joel Becker <jlbec@evilplan.org>
3129 M:      Christoph Hellwig <hch@lst.de>
3130 T:      git git://git.infradead.org/users/hch/configfs.git
3131 S:      Supported
3132 F:      fs/configfs/
3133 F:      include/linux/configfs.h
3134
3135 CONNECTOR
3136 M:      Evgeniy Polyakov <zbr@ioremap.net>
3137 L:      netdev@vger.kernel.org
3138 S:      Maintained
3139 F:      drivers/connector/
3140
3141 CONTROL GROUP (CGROUP)
3142 M:      Tejun Heo <tj@kernel.org>
3143 M:      Li Zefan <lizefan@huawei.com>
3144 M:      Johannes Weiner <hannes@cmpxchg.org>
3145 L:      cgroups@vger.kernel.org
3146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3147 S:      Maintained
3148 F:      Documentation/cgroups/
3149 F:      include/linux/cgroup*
3150 F:      kernel/cgroup*
3151
3152 CONTROL GROUP - CPUSET
3153 M:      Li Zefan <lizefan@huawei.com>
3154 L:      cgroups@vger.kernel.org
3155 W:      http://www.bullopensource.org/cpuset/
3156 W:      http://oss.sgi.com/projects/cpusets/
3157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3158 S:      Maintained
3159 F:      Documentation/cgroups/cpusets.txt
3160 F:      include/linux/cpuset.h
3161 F:      kernel/cpuset.c
3162
3163 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3164 M:      Johannes Weiner <hannes@cmpxchg.org>
3165 M:      Michal Hocko <mhocko@kernel.org>
3166 M:      Vladimir Davydov <vdavydov@virtuozzo.com>
3167 L:      cgroups@vger.kernel.org
3168 L:      linux-mm@kvack.org
3169 S:      Maintained
3170 F:      mm/memcontrol.c
3171 F:      mm/swap_cgroup.c
3172
3173 CORETEMP HARDWARE MONITORING DRIVER
3174 M:      Fenghua Yu <fenghua.yu@intel.com>
3175 L:      linux-hwmon@vger.kernel.org
3176 S:      Maintained
3177 F:      Documentation/hwmon/coretemp
3178 F:      drivers/hwmon/coretemp.c
3179
3180 COSA/SRP SYNC SERIAL DRIVER
3181 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3182 W:      http://www.fi.muni.cz/~kas/cosa/
3183 S:      Maintained
3184 F:      drivers/net/wan/cosa*
3185
3186 CPMAC ETHERNET DRIVER
3187 M:      Florian Fainelli <florian@openwrt.org>
3188 L:      netdev@vger.kernel.org
3189 S:      Maintained
3190 F:      drivers/net/ethernet/ti/cpmac.c
3191
3192 CPU FREQUENCY DRIVERS
3193 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3194 M:      Viresh Kumar <viresh.kumar@linaro.org>
3195 L:      linux-pm@vger.kernel.org
3196 S:      Maintained
3197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3198 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3199 F:      drivers/cpufreq/
3200 F:      include/linux/cpufreq.h
3201
3202 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3203 M:      Viresh Kumar <viresh.kumar@linaro.org>
3204 M:      Sudeep Holla <sudeep.holla@arm.com>
3205 L:      linux-pm@vger.kernel.org
3206 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3207 S:      Maintained
3208 F:      drivers/cpufreq/arm_big_little.h
3209 F:      drivers/cpufreq/arm_big_little.c
3210 F:      drivers/cpufreq/arm_big_little_dt.c
3211
3212 CPUIDLE DRIVER - ARM BIG LITTLE
3213 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3214 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3215 L:      linux-pm@vger.kernel.org
3216 L:      linux-arm-kernel@lists.infradead.org
3217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3218 S:      Maintained
3219 F:      drivers/cpuidle/cpuidle-big_little.c
3220
3221 CPUIDLE DRIVER - ARM EXYNOS
3222 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3223 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3224 M:      Kukjin Kim <kgene@kernel.org>
3225 L:      linux-pm@vger.kernel.org
3226 L:      linux-samsung-soc@vger.kernel.org
3227 S:      Supported
3228 F:      drivers/cpuidle/cpuidle-exynos.c
3229 F:      arch/arm/mach-exynos/pm.c
3230
3231 CPUIDLE DRIVERS
3232 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3233 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3234 L:      linux-pm@vger.kernel.org
3235 S:      Maintained
3236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3237 F:      drivers/cpuidle/*
3238 F:      include/linux/cpuidle.h
3239
3240 CPUID/MSR DRIVER
3241 M:      "H. Peter Anvin" <hpa@zytor.com>
3242 S:      Maintained
3243 F:      arch/x86/kernel/cpuid.c
3244 F:      arch/x86/kernel/msr.c
3245
3246 CPU POWER MONITORING SUBSYSTEM
3247 M:      Thomas Renninger <trenn@suse.com>
3248 L:      linux-pm@vger.kernel.org
3249 S:      Maintained
3250 F:      tools/power/cpupower/
3251
3252 CRAMFS FILESYSTEM
3253 W:      http://sourceforge.net/projects/cramfs/
3254 S:      Orphan / Obsolete
3255 F:      Documentation/filesystems/cramfs.txt
3256 F:      fs/cramfs/
3257
3258 CRIS PORT
3259 M:      Mikael Starvik <starvik@axis.com>
3260 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3261 L:      linux-cris-kernel@axis.com
3262 W:      http://developer.axis.com
3263 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3264 S:      Maintained
3265 F:      arch/cris/
3266 F:      drivers/tty/serial/crisv10.*
3267
3268 CRYPTO API
3269 M:      Herbert Xu <herbert@gondor.apana.org.au>
3270 M:      "David S. Miller" <davem@davemloft.net>
3271 L:      linux-crypto@vger.kernel.org
3272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3273 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3274 S:      Maintained
3275 F:      Documentation/crypto/
3276 F:      Documentation/DocBook/crypto-API.tmpl
3277 F:      arch/*/crypto/
3278 F:      crypto/
3279 F:      drivers/crypto/
3280 F:      include/crypto/
3281
3282 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3283 M:      Neil Horman <nhorman@tuxdriver.com>
3284 L:      linux-crypto@vger.kernel.org
3285 S:      Maintained
3286 F:      crypto/ansi_cprng.c
3287 F:      crypto/rng.c
3288
3289 CS3308 MEDIA DRIVER
3290 M:      Hans Verkuil <hverkuil@xs4all.nl>
3291 L:      linux-media@vger.kernel.org
3292 T:      git git://linuxtv.org/media_tree.git
3293 W:      http://linuxtv.org
3294 S:      Odd Fixes
3295 F:      drivers/media/i2c/cs3308.c
3296 F:      drivers/media/i2c/cs3308.h
3297
3298 CS5535 Audio ALSA driver
3299 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3300 S:      Maintained
3301 F:      sound/pci/cs5535audio/
3302
3303 CW1200 WLAN driver
3304 M:      Solomon Peachy <pizza@shaftnet.org>
3305 S:      Maintained
3306 F:      drivers/net/wireless/st/cw1200/
3307
3308 CX18 VIDEO4LINUX DRIVER
3309 M:      Andy Walls <awalls@md.metrocast.net>
3310 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3311 L:      linux-media@vger.kernel.org
3312 T:      git git://linuxtv.org/media_tree.git
3313 W:      https://linuxtv.org
3314 W:      http://www.ivtvdriver.org/index.php/Cx18
3315 S:      Maintained
3316 F:      Documentation/video4linux/cx18.txt
3317 F:      drivers/media/pci/cx18/
3318 F:      include/uapi/linux/ivtv*
3319
3320 CX2341X MPEG ENCODER HELPER MODULE
3321 M:      Hans Verkuil <hverkuil@xs4all.nl>
3322 L:      linux-media@vger.kernel.org
3323 T:      git git://linuxtv.org/media_tree.git
3324 W:      https://linuxtv.org
3325 S:      Maintained
3326 F:      drivers/media/common/cx2341x*
3327 F:      include/media/cx2341x*
3328
3329 CX24120 MEDIA DRIVER
3330 M:      Jemma Denson <jdenson@gmail.com>
3331 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3332 L:      linux-media@vger.kernel.org
3333 W:      https://linuxtv.org
3334 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3335 S:      Maintained
3336 F:      drivers/media/dvb-frontends/cx24120*
3337
3338 CX88 VIDEO4LINUX DRIVER
3339 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3340 L:      linux-media@vger.kernel.org
3341 W:      https://linuxtv.org
3342 T:      git git://linuxtv.org/media_tree.git
3343 S:      Odd fixes
3344 F:      Documentation/video4linux/cx88/
3345 F:      drivers/media/pci/cx88/
3346
3347 CXD2820R MEDIA DRIVER
3348 M:      Antti Palosaari <crope@iki.fi>
3349 L:      linux-media@vger.kernel.org
3350 W:      https://linuxtv.org
3351 W:      http://palosaari.fi/linux/
3352 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3353 T:      git git://linuxtv.org/anttip/media_tree.git
3354 S:      Maintained
3355 F:      drivers/media/dvb-frontends/cxd2820r*
3356
3357 CXGB3 ETHERNET DRIVER (CXGB3)
3358 M:      Santosh Raspatur <santosh@chelsio.com>
3359 L:      netdev@vger.kernel.org
3360 W:      http://www.chelsio.com
3361 S:      Supported
3362 F:      drivers/net/ethernet/chelsio/cxgb3/
3363
3364 CXGB3 ISCSI DRIVER (CXGB3I)
3365 M:      Karen Xie <kxie@chelsio.com>
3366 L:      linux-scsi@vger.kernel.org
3367 W:      http://www.chelsio.com
3368 S:      Supported
3369 F:      drivers/scsi/cxgbi/cxgb3i
3370
3371 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3372 M:      Steve Wise <swise@chelsio.com>
3373 L:      linux-rdma@vger.kernel.org
3374 W:      http://www.openfabrics.org
3375 S:      Supported
3376 F:      drivers/infiniband/hw/cxgb3/
3377
3378 CXGB4 ETHERNET DRIVER (CXGB4)
3379 M:      Hariprasad S <hariprasad@chelsio.com>
3380 L:      netdev@vger.kernel.org
3381 W:      http://www.chelsio.com
3382 S:      Supported
3383 F:      drivers/net/ethernet/chelsio/cxgb4/
3384
3385 CXGB4 ISCSI DRIVER (CXGB4I)
3386 M:      Karen Xie <kxie@chelsio.com>
3387 L:      linux-scsi@vger.kernel.org
3388 W:      http://www.chelsio.com
3389 S:      Supported
3390 F:      drivers/scsi/cxgbi/cxgb4i
3391
3392 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3393 M:      Steve Wise <swise@chelsio.com>
3394 L:      linux-rdma@vger.kernel.org
3395 W:      http://www.openfabrics.org
3396 S:      Supported
3397 F:      drivers/infiniband/hw/cxgb4/
3398
3399 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3400 M:      Casey Leedom <leedom@chelsio.com>
3401 L:      netdev@vger.kernel.org
3402 W:      http://www.chelsio.com
3403 S:      Supported
3404 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3405
3406 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3407 M:      Ian Munsie <imunsie@au1.ibm.com>
3408 M:      Michael Neuling <mikey@neuling.org>
3409 L:      linuxppc-dev@lists.ozlabs.org
3410 S:      Supported
3411 F:      drivers/misc/cxl/
3412 F:      include/misc/cxl*
3413 F:      include/uapi/misc/cxl.h
3414 F:      Documentation/powerpc/cxl.txt
3415 F:      Documentation/powerpc/cxl.txt
3416 F:      Documentation/ABI/testing/sysfs-class-cxl
3417
3418 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3419 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3420 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3421 L:      linux-scsi@vger.kernel.org
3422 S:      Supported
3423 F:      drivers/scsi/cxlflash/
3424 F:      include/uapi/scsi/cxlflash_ioctls.h
3425 F:      Documentation/powerpc/cxlflash.txt
3426
3427 STMMAC ETHERNET DRIVER
3428 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3429 M:      Alexandre Torgue <alexandre.torgue@st.com>
3430 L:      netdev@vger.kernel.org
3431 W:      http://www.stlinux.com
3432 S:      Supported
3433 F:      drivers/net/ethernet/stmicro/stmmac/
3434
3435 CYBERPRO FB DRIVER
3436 M:      Russell King <linux@armlinux.org.uk>
3437 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3438 W:      http://www.armlinux.org.uk/
3439 S:      Maintained
3440 F:      drivers/video/fbdev/cyber2000fb.*
3441
3442 CYCLADES ASYNC MUX DRIVER
3443 W:      http://www.cyclades.com/
3444 S:      Orphan
3445 F:      drivers/tty/cyclades.c
3446 F:      include/linux/cyclades.h
3447 F:      include/uapi/linux/cyclades.h
3448
3449 CYCLADES PC300 DRIVER
3450 W:      http://www.cyclades.com/
3451 S:      Orphan
3452 F:      drivers/net/wan/pc300*
3453
3454 CYPRESS_FIRMWARE MEDIA DRIVER
3455 M:      Antti Palosaari <crope@iki.fi>
3456 L:      linux-media@vger.kernel.org
3457 W:      https://linuxtv.org
3458 W:      http://palosaari.fi/linux/
3459 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3460 T:      git git://linuxtv.org/anttip/media_tree.git
3461 S:      Maintained
3462 F:      drivers/media/common/cypress_firmware*
3463
3464 CYTTSP TOUCHSCREEN DRIVER
3465 M:      Ferruh Yigit <fery@cypress.com>
3466 L:      linux-input@vger.kernel.org
3467 S:      Supported
3468 F:      drivers/input/touchscreen/cyttsp*
3469 F:      include/linux/input/cyttsp.h
3470
3471 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3472 M:      Joshua Kinard <kumba@gentoo.org>
3473 S:      Maintained
3474 F:      drivers/rtc/rtc-ds1685.c
3475 F:      include/linux/rtc/ds1685.h
3476
3477 DAMA SLAVE for AX.25
3478 M:      Joerg Reuter <jreuter@yaina.de>
3479 W:      http://yaina.de/jreuter/
3480 W:      http://www.qsl.net/dl1bke/
3481 L:      linux-hams@vger.kernel.org
3482 S:      Maintained
3483 F:      net/ax25/af_ax25.c
3484 F:      net/ax25/ax25_dev.c
3485 F:      net/ax25/ax25_ds_*
3486 F:      net/ax25/ax25_in.c
3487 F:      net/ax25/ax25_out.c
3488 F:      net/ax25/ax25_timer.c
3489 F:      net/ax25/sysctl_net_ax25.c
3490
3491 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3492 L:      netdev@vger.kernel.org
3493 S:      Orphan
3494 F:      Documentation/networking/dmfe.txt
3495 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3496
3497 DC390/AM53C974 SCSI driver
3498 M:      Hannes Reinecke <hare@suse.com>
3499 L:      linux-scsi@vger.kernel.org
3500 S:      Maintained
3501 F:      drivers/scsi/am53c974.c
3502
3503 DC395x SCSI driver
3504 M:      Oliver Neukum <oliver@neukum.org>
3505 M:      Ali Akcaagac <aliakc@web.de>
3506 M:      Jamie Lenehan <lenehan@twibble.org>
3507 L:      dc395x@twibble.org
3508 W:      http://twibble.org/dist/dc395x/
3509 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3510 S:      Maintained
3511 F:      Documentation/scsi/dc395x.txt
3512 F:      drivers/scsi/dc395x.*
3513
3514 DCCP PROTOCOL
3515 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3516 L:      dccp@vger.kernel.org
3517 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3518 S:      Maintained
3519 F:      include/linux/dccp.h
3520 F:      include/uapi/linux/dccp.h
3521 F:      include/linux/tfrc.h
3522 F:      net/dccp/
3523
3524 DECnet NETWORK LAYER
3525 W:      http://linux-decnet.sourceforge.net
3526 L:      linux-decnet-user@lists.sourceforge.net
3527 S:      Orphan
3528 F:      Documentation/networking/decnet.txt
3529 F:      net/decnet/
3530
3531 DECSTATION PLATFORM SUPPORT
3532 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3533 L:      linux-mips@linux-mips.org
3534 W:      http://www.linux-mips.org/wiki/DECstation
3535 S:      Maintained
3536 F:      arch/mips/dec/
3537 F:      arch/mips/include/asm/dec/
3538 F:      arch/mips/include/asm/mach-dec/
3539
3540 DEFXX FDDI NETWORK DRIVER
3541 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3542 S:      Maintained
3543 F:      drivers/net/fddi/defxx.*
3544
3545 DELL LAPTOP DRIVER
3546 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3547 M:      Pali Rohár <pali.rohar@gmail.com>
3548 L:      platform-driver-x86@vger.kernel.org
3549 S:      Maintained
3550 F:      drivers/platform/x86/dell-laptop.c
3551
3552 DELL LAPTOP RBTN DRIVER
3553 M:      Pali Rohár <pali.rohar@gmail.com>
3554 S:      Maintained
3555 F:      drivers/platform/x86/dell-rbtn.*
3556
3557 DELL LAPTOP FREEFALL DRIVER
3558 M:      Pali Rohár <pali.rohar@gmail.com>
3559 S:      Maintained
3560 F:      drivers/platform/x86/dell-smo8800.c
3561
3562 DELL LAPTOP SMM DRIVER
3563 M:      Pali Rohár <pali.rohar@gmail.com>
3564 S:      Maintained
3565 F:      drivers/hwmon/dell-smm-hwmon.c
3566 F:      include/uapi/linux/i8k.h
3567
3568 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3569 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3570 S:      Maintained
3571 F:      Documentation/dcdbas.txt
3572 F:      drivers/firmware/dcdbas.*
3573
3574 DELL WMI EXTRAS DRIVER
3575 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3576 M:      Pali Rohár <pali.rohar@gmail.com>
3577 S:      Maintained
3578 F:      drivers/platform/x86/dell-wmi.c
3579
3580 DESIGNWARE USB2 DRD IP DRIVER
3581 M:      John Youn <johnyoun@synopsys.com>
3582 L:      linux-usb@vger.kernel.org
3583 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3584 S:      Maintained
3585 F:      drivers/usb/dwc2/
3586
3587 DESIGNWARE USB3 DRD IP DRIVER
3588 M:      Felipe Balbi <balbi@kernel.org>
3589 L:      linux-usb@vger.kernel.org
3590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3591 S:      Maintained
3592 F:      drivers/usb/dwc3/
3593
3594 DEVICE COREDUMP (DEV_COREDUMP)
3595 M:      Johannes Berg <johannes@sipsolutions.net>
3596 L:      linux-kernel@vger.kernel.org
3597 S:      Maintained
3598 F:      drivers/base/devcoredump.c
3599 F:      include/linux/devcoredump.h
3600
3601 DEVICE FREQUENCY (DEVFREQ)
3602 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3603 M:      Kyungmin Park <kyungmin.park@samsung.com>
3604 L:      linux-pm@vger.kernel.org
3605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3606 S:      Maintained
3607 F:      drivers/devfreq/
3608 F:      include/linux/devfreq.h
3609 F:      Documentation/devicetree/bindings/devfreq/
3610
3611 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3612 M:      Chanwoo Choi <cw00.choi@samsung.com>
3613 L:      linux-pm@vger.kernel.org
3614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3615 S:      Supported
3616 F:      drivers/devfreq/event/
3617 F:      drivers/devfreq/devfreq-event.c
3618 F:      include/linux/devfreq-event.h
3619 F:      Documentation/devicetree/bindings/devfreq/event/
3620
3621 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3622 M:      Chanwoo Choi <cw00.choi@samsung.com>
3623 L:      linux-pm@vger.kernel.org
3624 L:      linux-samsung-soc@vger.kernel.org
3625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3626 S:      Maintained
3627 F:      drivers/devfreq/exynos-bus.c
3628 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3629
3630 DEVICE NUMBER REGISTRY
3631 M:      Torben Mathiasen <device@lanana.org>
3632 W:      http://lanana.org/docs/device-list/index.html
3633 S:      Maintained
3634
3635 DEVICE-MAPPER  (LVM)
3636 M:      Alasdair Kergon <agk@redhat.com>
3637 M:      Mike Snitzer <snitzer@redhat.com>
3638 M:      dm-devel@redhat.com
3639 L:      dm-devel@redhat.com
3640 W:      http://sources.redhat.com/dm
3641 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3642 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3643 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3644 S:      Maintained
3645 F:      Documentation/device-mapper/
3646 F:      drivers/md/dm*
3647 F:      drivers/md/persistent-data/
3648 F:      include/linux/device-mapper.h
3649 F:      include/linux/dm-*.h
3650 F:      include/uapi/linux/dm-*.h
3651
3652 DEVLINK
3653 M:      Jiri Pirko <jiri@mellanox.com>
3654 L:      netdev@vger.kernel.org
3655 S:      Supported
3656 F:      net/core/devlink.c
3657 F:      include/net/devlink.h
3658 F:      include/uapi/linux/devlink.h
3659
3660 DIALOG SEMICONDUCTOR DRIVERS
3661 M:      Support Opensource <support.opensource@diasemi.com>
3662 W:      http://www.dialog-semiconductor.com/products
3663 S:      Supported
3664 F:      Documentation/hwmon/da90??
3665 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3666 F:      drivers/gpio/gpio-da90??.c
3667 F:      drivers/hwmon/da90??-hwmon.c
3668 F:      drivers/iio/adc/da91??-*.c
3669 F:      drivers/input/misc/da90??_onkey.c
3670 F:      drivers/input/touchscreen/da9052_tsi.c
3671 F:      drivers/leds/leds-da90??.c
3672 F:      drivers/mfd/da903x.c
3673 F:      drivers/mfd/da90??-*.c
3674 F:      drivers/mfd/da91??-*.c
3675 F:      drivers/power/da9052-battery.c
3676 F:      drivers/power/da91??-*.c
3677 F:      drivers/regulator/da903x.c
3678 F:      drivers/regulator/da9???-regulator.[ch]
3679 F:      drivers/rtc/rtc-da90??.c
3680 F:      drivers/video/backlight/da90??_bl.c
3681 F:      drivers/watchdog/da90??_wdt.c
3682 F:      include/linux/mfd/da903x.h
3683 F:      include/linux/mfd/da9052/
3684 F:      include/linux/mfd/da9055/
3685 F:      include/linux/mfd/da9063/
3686 F:      include/linux/mfd/da9150/
3687 F:      include/sound/da[79]*.h
3688 F:      sound/soc/codecs/da[79]*.[ch]
3689
3690 DIGI NEO AND CLASSIC PCI PRODUCTS
3691 M:      Lidza Louina <lidza.louina@gmail.com>
3692 M:      Mark Hounschell <markh@compro.net>
3693 L:      driverdev-devel@linuxdriverproject.org
3694 S:      Maintained
3695 F:      drivers/staging/dgnc/
3696
3697 DIOLAN U2C-12 I2C DRIVER
3698 M:      Guenter Roeck <linux@roeck-us.net>
3699 L:      linux-i2c@vger.kernel.org
3700 S:      Maintained
3701 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3702
3703 DIRECT ACCESS (DAX)
3704 M:      Matthew Wilcox <willy@linux.intel.com>
3705 L:      linux-fsdevel@vger.kernel.org
3706 S:      Supported
3707 F:      fs/dax.c
3708
3709 DIRECTORY NOTIFICATION (DNOTIFY)
3710 M:      Eric Paris <eparis@parisplace.org>
3711 S:      Maintained
3712 F:      Documentation/filesystems/dnotify.txt
3713 F:      fs/notify/dnotify/
3714 F:      include/linux/dnotify.h
3715
3716 DISK GEOMETRY AND PARTITION HANDLING
3717 M:      Andries Brouwer <aeb@cwi.nl>
3718 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3719 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3720 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3721 S:      Maintained
3722
3723 DISKQUOTA
3724 M:      Jan Kara <jack@suse.com>
3725 S:      Maintained
3726 F:      Documentation/filesystems/quota.txt
3727 F:      fs/quota/
3728 F:      include/linux/quota*.h
3729 F:      include/uapi/linux/quota*.h
3730
3731 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3732 M:      Bernie Thompson <bernie@plugable.com>
3733 L:      linux-fbdev@vger.kernel.org
3734 S:      Maintained
3735 W:      http://plugable.com/category/projects/udlfb/
3736 F:      drivers/video/fbdev/udlfb.c
3737 F:      include/video/udlfb.h
3738 F:      Documentation/fb/udlfb.txt
3739
3740 DISTRIBUTED LOCK MANAGER (DLM)
3741 M:      Christine Caulfield <ccaulfie@redhat.com>
3742 M:      David Teigland <teigland@redhat.com>
3743 L:      cluster-devel@redhat.com
3744 W:      http://sources.redhat.com/cluster/
3745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3746 S:      Supported
3747 F:      fs/dlm/
3748
3749 DMA BUFFER SHARING FRAMEWORK
3750 M:      Sumit Semwal <sumit.semwal@linaro.org>
3751 S:      Maintained
3752 L:      linux-media@vger.kernel.org
3753 L:      dri-devel@lists.freedesktop.org
3754 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3755 F:      drivers/dma-buf/
3756 F:      include/linux/dma-buf*
3757 F:      include/linux/reservation.h
3758 F:      include/linux/*fence.h
3759 F:      Documentation/dma-buf-sharing.txt
3760 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3761
3762 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3763 M:      Vinod Koul <vinod.koul@intel.com>
3764 L:      dmaengine@vger.kernel.org
3765 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3766 S:      Maintained
3767 F:      drivers/dma/
3768 F:      include/linux/dmaengine.h
3769 F:      Documentation/dmaengine/
3770 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3771
3772 DME1737 HARDWARE MONITOR DRIVER
3773 M:      Juerg Haefliger <juergh@gmail.com>
3774 L:      linux-hwmon@vger.kernel.org
3775 S:      Maintained
3776 F:      Documentation/hwmon/dme1737
3777 F:      drivers/hwmon/dme1737.c
3778
3779 DMI/SMBIOS SUPPORT
3780 M:      Jean Delvare <jdelvare@suse.com>
3781 S:      Maintained
3782 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3783 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3784 F:      drivers/firmware/dmi-id.c
3785 F:      drivers/firmware/dmi_scan.c
3786 F:      include/linux/dmi.h
3787
3788 DOCUMENTATION
3789 M:      Jonathan Corbet <corbet@lwn.net>
3790 L:      linux-doc@vger.kernel.org
3791 S:      Maintained
3792 F:      Documentation/
3793 F:      scripts/docproc.c
3794 F:      scripts/kernel-doc*
3795 X:      Documentation/ABI/
3796 X:      Documentation/devicetree/
3797 X:      Documentation/acpi
3798 X:      Documentation/power
3799 X:      Documentation/spi
3800 X:      Documentation/DocBook/media
3801 T:      git git://git.lwn.net/linux.git docs-next
3802
3803 DOUBLETALK DRIVER
3804 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3805 L:      blinux-list@redhat.com
3806 S:      Maintained
3807 F:      drivers/char/dtlk.c
3808 F:      include/linux/dtlk.h
3809
3810 DPT_I2O SCSI RAID DRIVER
3811 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3812 L:      linux-scsi@vger.kernel.org
3813 W:      http://www.adaptec.com/
3814 S:      Maintained
3815 F:      drivers/scsi/dpt*
3816 F:      drivers/scsi/dpt/
3817
3818 DRBD DRIVER
3819 M:      Philipp Reisner <philipp.reisner@linbit.com>
3820 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
3821 L:      drbd-dev@lists.linbit.com
3822 W:      http://www.drbd.org
3823 T:      git git://git.linbit.com/linux-drbd.git
3824 T:      git git://git.linbit.com/drbd-8.4.git
3825 S:      Supported
3826 F:      drivers/block/drbd/
3827 F:      lib/lru_cache.c
3828 F:      Documentation/blockdev/drbd/
3829
3830 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3831 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3832 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3833 S:      Supported
3834 F:      Documentation/kobject.txt
3835 F:      drivers/base/
3836 F:      fs/debugfs/
3837 F:      fs/kernfs/
3838 F:      fs/sysfs/
3839 F:      include/linux/debugfs.h
3840 F:      include/linux/kobj*
3841 F:      lib/kobj*
3842
3843 DRM DRIVERS
3844 M:      David Airlie <airlied@linux.ie>
3845 L:      dri-devel@lists.freedesktop.org
3846 T:      git git://people.freedesktop.org/~airlied/linux
3847 S:      Maintained
3848 F:      drivers/gpu/drm/
3849 F:      drivers/gpu/vga/
3850 F:      include/drm/
3851 F:      include/uapi/drm/
3852
3853 RADEON and AMDGPU DRM DRIVERS
3854 M:      Alex Deucher <alexander.deucher@amd.com>
3855 M:      Christian König <christian.koenig@amd.com>
3856 L:      dri-devel@lists.freedesktop.org
3857 T:      git git://people.freedesktop.org/~agd5f/linux
3858 S:      Supported
3859 F:      drivers/gpu/drm/radeon/
3860 F:      include/uapi/drm/radeon*
3861 F:      drivers/gpu/drm/amd/
3862 F:      include/uapi/drm/amdgpu*
3863
3864 DRM PANEL DRIVERS
3865 M:      Thierry Reding <thierry.reding@gmail.com>
3866 L:      dri-devel@lists.freedesktop.org
3867 T:      git git://anongit.freedesktop.org/tegra/linux.git
3868 S:      Maintained
3869 F:      drivers/gpu/drm/drm_panel.c
3870 F:      drivers/gpu/drm/panel/
3871 F:      include/drm/drm_panel.h
3872 F:      Documentation/devicetree/bindings/display/panel/
3873
3874 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3875 M:      Daniel Vetter <daniel.vetter@intel.com>
3876 M:      Jani Nikula <jani.nikula@linux.intel.com>
3877 L:      intel-gfx@lists.freedesktop.org
3878 L:      dri-devel@lists.freedesktop.org
3879 W:      https://01.org/linuxgraphics/
3880 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3881 T:      git git://anongit.freedesktop.org/drm-intel
3882 S:      Supported
3883 F:      drivers/gpu/drm/i915/
3884 F:      include/drm/i915*
3885 F:      include/uapi/drm/i915*
3886
3887 DRM DRIVERS FOR ATMEL HLCDC
3888 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3889 L:      dri-devel@lists.freedesktop.org
3890 S:      Supported
3891 F:      drivers/gpu/drm/atmel-hlcdc/
3892 F:      Documentation/devicetree/bindings/drm/atmel/
3893
3894 DRM DRIVERS FOR EXYNOS
3895 M:      Inki Dae <inki.dae@samsung.com>
3896 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3897 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3898 M:      Kyungmin Park <kyungmin.park@samsung.com>
3899 L:      dri-devel@lists.freedesktop.org
3900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3901 S:      Supported
3902 F:      drivers/gpu/drm/exynos/
3903 F:      include/drm/exynos*
3904 F:      include/uapi/drm/exynos*
3905
3906 DRM DRIVERS FOR FREESCALE DCU
3907 M:      Stefan Agner <stefan@agner.ch>
3908 M:      Alison Wang <alison.wang@freescale.com>
3909 L:      dri-devel@lists.freedesktop.org
3910 S:      Supported
3911 F:      drivers/gpu/drm/fsl-dcu/
3912 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
3913 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3914
3915 DRM DRIVERS FOR FREESCALE IMX
3916 M:      Philipp Zabel <p.zabel@pengutronix.de>
3917 L:      dri-devel@lists.freedesktop.org
3918 S:      Maintained
3919 F:      drivers/gpu/drm/imx/
3920 F:      drivers/gpu/ipu-v3/
3921 F:      Documentation/devicetree/bindings/display/imx/
3922
3923 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3924 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3925 L:      dri-devel@lists.freedesktop.org
3926 T:      git git://github.com/patjak/drm-gma500
3927 S:      Maintained
3928 F:      drivers/gpu/drm/gma500
3929 F:      include/drm/gma500*
3930
3931 DRM DRIVERS FOR NVIDIA TEGRA
3932 M:      Thierry Reding <thierry.reding@gmail.com>
3933 M:      Terje Bergström <tbergstrom@nvidia.com>
3934 L:      dri-devel@lists.freedesktop.org
3935 L:      linux-tegra@vger.kernel.org
3936 T:      git git://anongit.freedesktop.org/tegra/linux.git
3937 S:      Supported
3938 F:      drivers/gpu/drm/tegra/
3939 F:      drivers/gpu/host1x/
3940 F:      include/linux/host1x.h
3941 F:      include/uapi/drm/tegra_drm.h
3942 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3943
3944 DRM DRIVERS FOR RENESAS
3945 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3946 L:      dri-devel@lists.freedesktop.org
3947 L:      linux-renesas-soc@vger.kernel.org
3948 T:      git git://people.freedesktop.org/~airlied/linux
3949 S:      Supported
3950 F:      drivers/gpu/drm/rcar-du/
3951 F:      drivers/gpu/drm/shmobile/
3952 F:      include/linux/platform_data/shmob_drm.h
3953
3954 DRM DRIVERS FOR ROCKCHIP
3955 M:      Mark Yao <mark.yao@rock-chips.com>
3956 L:      dri-devel@lists.freedesktop.org
3957 S:      Maintained
3958 F:      drivers/gpu/drm/rockchip/
3959 F:      Documentation/devicetree/bindings/display/rockchip*
3960
3961 DRM DRIVERS FOR STI
3962 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3963 M:      Vincent Abriou <vincent.abriou@st.com>
3964 L:      dri-devel@lists.freedesktop.org
3965 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3966 S:      Maintained
3967 F:      drivers/gpu/drm/sti
3968 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
3969
3970 DRM DRIVERS FOR VIVANTE GPU IP
3971 M:      Lucas Stach <l.stach@pengutronix.de>
3972 R:      Russell King <linux+etnaviv@armlinux.org.uk>
3973 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
3974 L:      dri-devel@lists.freedesktop.org
3975 S:      Maintained
3976 F:      drivers/gpu/drm/etnaviv
3977 F:      Documentation/devicetree/bindings/display/etnaviv
3978
3979 DSBR100 USB FM RADIO DRIVER
3980 M:      Alexey Klimov <klimov.linux@gmail.com>
3981 L:      linux-media@vger.kernel.org
3982 T:      git git://linuxtv.org/media_tree.git
3983 S:      Maintained
3984 F:      drivers/media/radio/dsbr100.c
3985
3986 DSCC4 DRIVER
3987 M:      Francois Romieu <romieu@fr.zoreil.com>
3988 L:      netdev@vger.kernel.org
3989 S:      Maintained
3990 F:      drivers/net/wan/dscc4.c
3991
3992 DT3155 MEDIA DRIVER
3993 M:      Hans Verkuil <hverkuil@xs4all.nl>
3994 L:      linux-media@vger.kernel.org
3995 T:      git git://linuxtv.org/media_tree.git
3996 W:      https://linuxtv.org
3997 S:      Odd Fixes
3998 F:      drivers/media/pci/dt3155/
3999
4000 DVB_USB_AF9015 MEDIA DRIVER
4001 M:      Antti Palosaari <crope@iki.fi>
4002 L:      linux-media@vger.kernel.org
4003 W:      https://linuxtv.org
4004 W:      http://palosaari.fi/linux/
4005 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4006 T:      git git://linuxtv.org/anttip/media_tree.git
4007 S:      Maintained
4008 F:      drivers/media/usb/dvb-usb-v2/af9015*
4009
4010 DVB_USB_AF9035 MEDIA DRIVER
4011 M:      Antti Palosaari <crope@iki.fi>
4012 L:      linux-media@vger.kernel.org
4013 W:      https://linuxtv.org
4014 W:      http://palosaari.fi/linux/
4015 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4016 T:      git git://linuxtv.org/anttip/media_tree.git
4017 S:      Maintained
4018 F:      drivers/media/usb/dvb-usb-v2/af9035*
4019
4020 DVB_USB_ANYSEE MEDIA DRIVER
4021 M:      Antti Palosaari <crope@iki.fi>
4022 L:      linux-media@vger.kernel.org
4023 W:      https://linuxtv.org
4024 W:      http://palosaari.fi/linux/
4025 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4026 T:      git git://linuxtv.org/anttip/media_tree.git
4027 S:      Maintained
4028 F:      drivers/media/usb/dvb-usb-v2/anysee*
4029
4030 DVB_USB_AU6610 MEDIA DRIVER
4031 M:      Antti Palosaari <crope@iki.fi>
4032 L:      linux-media@vger.kernel.org
4033 W:      https://linuxtv.org
4034 W:      http://palosaari.fi/linux/
4035 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4036 T:      git git://linuxtv.org/anttip/media_tree.git
4037 S:      Maintained
4038 F:      drivers/media/usb/dvb-usb-v2/au6610*
4039
4040 DVB_USB_CE6230 MEDIA DRIVER
4041 M:      Antti Palosaari <crope@iki.fi>
4042 L:      linux-media@vger.kernel.org
4043 W:      https://linuxtv.org
4044 W:      http://palosaari.fi/linux/
4045 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4046 T:      git git://linuxtv.org/anttip/media_tree.git
4047 S:      Maintained
4048 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4049
4050 DVB_USB_CXUSB MEDIA DRIVER
4051 M:      Michael Krufky <mkrufky@linuxtv.org>
4052 L:      linux-media@vger.kernel.org
4053 W:      https://linuxtv.org
4054 W:      http://github.com/mkrufky
4055 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4056 T:      git git://linuxtv.org/media_tree.git
4057 S:      Maintained
4058 F:      drivers/media/usb/dvb-usb/cxusb*
4059
4060 DVB_USB_EC168 MEDIA DRIVER
4061 M:      Antti Palosaari <crope@iki.fi>
4062 L:      linux-media@vger.kernel.org
4063 W:      https://linuxtv.org
4064 W:      http://palosaari.fi/linux/
4065 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4066 T:      git git://linuxtv.org/anttip/media_tree.git
4067 S:      Maintained
4068 F:      drivers/media/usb/dvb-usb-v2/ec168*
4069
4070 DVB_USB_GL861 MEDIA DRIVER
4071 M:      Antti Palosaari <crope@iki.fi>
4072 L:      linux-media@vger.kernel.org
4073 W:      https://linuxtv.org
4074 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4075 T:      git git://linuxtv.org/anttip/media_tree.git
4076 S:      Maintained
4077 F:      drivers/media/usb/dvb-usb-v2/gl861*
4078
4079 DVB_USB_MXL111SF MEDIA DRIVER
4080 M:      Michael Krufky <mkrufky@linuxtv.org>
4081 L:      linux-media@vger.kernel.org
4082 W:      https://linuxtv.org
4083 W:      http://github.com/mkrufky
4084 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4085 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4086 S:      Maintained
4087 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4088
4089 DVB_USB_RTL28XXU MEDIA DRIVER
4090 M:      Antti Palosaari <crope@iki.fi>
4091 L:      linux-media@vger.kernel.org
4092 W:      https://linuxtv.org
4093 W:      http://palosaari.fi/linux/
4094 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4095 T:      git git://linuxtv.org/anttip/media_tree.git
4096 S:      Maintained
4097 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4098
4099 DVB_USB_V2 MEDIA DRIVER
4100 M:      Antti Palosaari <crope@iki.fi>
4101 L:      linux-media@vger.kernel.org
4102 W:      https://linuxtv.org
4103 W:      http://palosaari.fi/linux/
4104 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4105 T:      git git://linuxtv.org/anttip/media_tree.git
4106 S:      Maintained
4107 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4108 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4109
4110 DYNAMIC DEBUG
4111 M:      Jason Baron <jbaron@akamai.com>
4112 S:      Maintained
4113 F:      lib/dynamic_debug.c
4114 F:      include/linux/dynamic_debug.h
4115
4116 DZ DECSTATION DZ11 SERIAL DRIVER
4117 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4118 S:      Maintained
4119 F:      drivers/tty/serial/dz.*
4120
4121 E3X0 POWER BUTTON DRIVER
4122 M:      Moritz Fischer <moritz.fischer@ettus.com>
4123 L:      usrp-users@lists.ettus.com
4124 W:      http://www.ettus.com
4125 S:      Supported
4126 F:      drivers/input/misc/e3x0-button.c
4127 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4128
4129 E4000 MEDIA DRIVER
4130 M:      Antti Palosaari <crope@iki.fi>
4131 L:      linux-media@vger.kernel.org
4132 W:      https://linuxtv.org
4133 W:      http://palosaari.fi/linux/
4134 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4135 T:      git git://linuxtv.org/anttip/media_tree.git
4136 S:      Maintained
4137 F:      drivers/media/tuners/e4000*
4138
4139 EATA ISA/EISA/PCI SCSI DRIVER
4140 M:      Dario Ballabio <ballabio_dario@emc.com>
4141 L:      linux-scsi@vger.kernel.org
4142 S:      Maintained
4143 F:      drivers/scsi/eata.c
4144
4145 EC100 MEDIA DRIVER
4146 M:      Antti Palosaari <crope@iki.fi>
4147 L:      linux-media@vger.kernel.org
4148 W:      https://linuxtv.org
4149 W:      http://palosaari.fi/linux/
4150 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4151 T:      git git://linuxtv.org/anttip/media_tree.git
4152 S:      Maintained
4153 F:      drivers/media/dvb-frontends/ec100*
4154
4155 ECRYPT FILE SYSTEM
4156 M:      Tyler Hicks <tyhicks@canonical.com>
4157 L:      ecryptfs@vger.kernel.org
4158 W:      http://ecryptfs.org
4159 W:      https://launchpad.net/ecryptfs
4160 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4161 S:      Supported
4162 F:      Documentation/filesystems/ecryptfs.txt
4163 F:      fs/ecryptfs/
4164
4165 EDAC-CORE
4166 M:      Doug Thompson <dougthompson@xmission.com>
4167 M:      Borislav Petkov <bp@alien8.de>
4168 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4169 L:      linux-edac@vger.kernel.org
4170 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4171 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4172 S:      Supported
4173 F:      Documentation/edac.txt
4174 F:      drivers/edac/
4175 F:      include/linux/edac.h
4176
4177 EDAC-AMD64
4178 M:      Doug Thompson <dougthompson@xmission.com>
4179 M:      Borislav Petkov <bp@alien8.de>
4180 L:      linux-edac@vger.kernel.org
4181 S:      Maintained
4182 F:      drivers/edac/amd64_edac*
4183
4184 EDAC-CALXEDA
4185 M:      Doug Thompson <dougthompson@xmission.com>
4186 M:      Robert Richter <rric@kernel.org>
4187 L:      linux-edac@vger.kernel.org
4188 S:      Maintained
4189 F:      drivers/edac/highbank*
4190
4191 EDAC-CAVIUM
4192 M:      Ralf Baechle <ralf@linux-mips.org>
4193 M:      David Daney <david.daney@cavium.com>
4194 L:      linux-edac@vger.kernel.org
4195 L:      linux-mips@linux-mips.org
4196 S:      Supported
4197 F:      drivers/edac/octeon_edac*
4198
4199 EDAC-E752X
4200 M:      Mark Gross <mark.gross@intel.com>
4201 M:      Doug Thompson <dougthompson@xmission.com>
4202 L:      linux-edac@vger.kernel.org
4203 S:      Maintained
4204 F:      drivers/edac/e752x_edac.c
4205
4206 EDAC-E7XXX
4207 M:      Doug Thompson <dougthompson@xmission.com>
4208 L:      linux-edac@vger.kernel.org
4209 S:      Maintained
4210 F:      drivers/edac/e7xxx_edac.c
4211
4212 EDAC-GHES
4213 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4214 L:      linux-edac@vger.kernel.org
4215 S:      Maintained
4216 F:      drivers/edac/ghes_edac.c
4217
4218 EDAC-I82443BXGX
4219 M:      Tim Small <tim@buttersideup.com>
4220 L:      linux-edac@vger.kernel.org
4221 S:      Maintained
4222 F:      drivers/edac/i82443bxgx_edac.c
4223
4224 EDAC-I3000
4225 M:      Jason Uhlenkott <juhlenko@akamai.com>
4226 L:      linux-edac@vger.kernel.org
4227 S:      Maintained
4228 F:      drivers/edac/i3000_edac.c
4229
4230 EDAC-I5000
4231 M:      Doug Thompson <dougthompson@xmission.com>
4232 L:      linux-edac@vger.kernel.org
4233 S:      Maintained
4234 F:      drivers/edac/i5000_edac.c
4235
4236 EDAC-I5400
4237 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4238 L:      linux-edac@vger.kernel.org
4239 S:      Maintained
4240 F:      drivers/edac/i5400_edac.c
4241
4242 EDAC-I7300
4243 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4244 L:      linux-edac@vger.kernel.org
4245 S:      Maintained
4246 F:      drivers/edac/i7300_edac.c
4247
4248 EDAC-I7CORE
4249 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4250 L:      linux-edac@vger.kernel.org
4251 S:      Maintained
4252 F:      drivers/edac/i7core_edac.c
4253
4254 EDAC-I82975X
4255 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4256 M:      "Arvind R." <arvino55@gmail.com>
4257 L:      linux-edac@vger.kernel.org
4258 S:      Maintained
4259 F:      drivers/edac/i82975x_edac.c
4260
4261 EDAC-IE31200
4262 M:      Jason Baron <jbaron@akamai.com>
4263 L:      linux-edac@vger.kernel.org
4264 S:      Maintained
4265 F:      drivers/edac/ie31200_edac.c
4266
4267 EDAC-MPC85XX
4268 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4269 L:      linux-edac@vger.kernel.org
4270 S:      Maintained
4271 F:      drivers/edac/mpc85xx_edac.[ch]
4272
4273 EDAC-PASEMI
4274 M:      Egor Martovetsky <egor@pasemi.com>
4275 L:      linux-edac@vger.kernel.org
4276 S:      Maintained
4277 F:      drivers/edac/pasemi_edac.c
4278
4279 EDAC-R82600
4280 M:      Tim Small <tim@buttersideup.com>
4281 L:      linux-edac@vger.kernel.org
4282 S:      Maintained
4283 F:      drivers/edac/r82600_edac.c
4284
4285 EDAC-SBRIDGE
4286 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4287 L:      linux-edac@vger.kernel.org
4288 S:      Maintained
4289 F:      drivers/edac/sb_edac.c
4290
4291 EDAC-XGENE
4292 APPLIED MICRO (APM) X-GENE SOC EDAC
4293 M:     Loc Ho <lho@apm.com>
4294 S:     Supported
4295 F:     drivers/edac/xgene_edac.c
4296 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4297
4298 EDIROL UA-101/UA-1000 DRIVER
4299 M:      Clemens Ladisch <clemens@ladisch.de>
4300 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4301 T:      git git://git.alsa-project.org/alsa-kernel.git
4302 S:      Maintained
4303 F:      sound/usb/misc/ua101.c
4304
4305 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4306 M:      Matt Fleming <matt@codeblueprint.co.uk>
4307 L:      linux-efi@vger.kernel.org
4308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4309 S:      Maintained
4310 F:      Documentation/efi-stub.txt
4311 F:      arch/ia64/kernel/efi.c
4312 F:      arch/x86/boot/compressed/eboot.[ch]
4313 F:      arch/x86/include/asm/efi.h
4314 F:      arch/x86/platform/efi/
4315 F:      drivers/firmware/efi/
4316 F:      include/linux/efi*.h
4317
4318 EFI VARIABLE FILESYSTEM
4319 M:      Matthew Garrett <matthew.garrett@nebula.com>
4320 M:      Jeremy Kerr <jk@ozlabs.org>
4321 M:      Matt Fleming <matt@codeblueprint.co.uk>
4322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4323 L:      linux-efi@vger.kernel.org
4324 S:      Maintained
4325 F:      fs/efivarfs/
4326
4327 EFIFB FRAMEBUFFER DRIVER
4328 L:      linux-fbdev@vger.kernel.org
4329 M:      Peter Jones <pjones@redhat.com>
4330 S:      Maintained
4331 F:      drivers/video/fbdev/efifb.c
4332
4333 EFS FILESYSTEM
4334 W:      http://aeschi.ch.eu.org/efs/
4335 S:      Orphan
4336 F:      fs/efs/
4337
4338 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4339 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4340 L:      netdev@vger.kernel.org
4341 S:      Maintained
4342 F:      drivers/net/ethernet/ibm/ehea/
4343
4344 EM28XX VIDEO4LINUX DRIVER
4345 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4346 L:      linux-media@vger.kernel.org
4347 W:      https://linuxtv.org
4348 T:      git git://linuxtv.org/media_tree.git
4349 S:      Maintained
4350 F:      drivers/media/usb/em28xx/
4351
4352 EMBEDDED LINUX
4353 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4354 M:      Matt Mackall <mpm@selenic.com>
4355 M:      David Woodhouse <dwmw2@infradead.org>
4356 L:      linux-embedded@vger.kernel.org
4357 S:      Maintained
4358
4359 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4360 M:      James Smart <james.smart@avagotech.com>
4361 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4362 L:      linux-scsi@vger.kernel.org
4363 W:      http://www.avagotech.com
4364 S:      Supported
4365 F:      drivers/scsi/lpfc/
4366
4367 ENE CB710 FLASH CARD READER DRIVER
4368 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
4369 S:      Maintained
4370 F:      drivers/misc/cb710/
4371 F:      drivers/mmc/host/cb710-mmc.*
4372 F:      include/linux/cb710.h
4373
4374 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4375 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4376 S:      Maintained
4377 F:      drivers/media/rc/ene_ir.*
4378
4379 EPSON S1D13XXX FRAMEBUFFER DRIVER
4380 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4381 S:      Maintained
4382 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4383 F:      drivers/video/fbdev/s1d13xxxfb.c
4384 F:      include/video/s1d13xxxfb.h
4385
4386 ET131X NETWORK DRIVER
4387 M:      Mark Einon <mark.einon@gmail.com>
4388 S:      Odd Fixes
4389 F:      drivers/net/ethernet/agere/
4390
4391 ETHERNET BRIDGE
4392 M:      Stephen Hemminger <stephen@networkplumber.org>
4393 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
4394 L:      netdev@vger.kernel.org
4395 W:      http://www.linuxfoundation.org/en/Net:Bridge
4396 S:      Maintained
4397 F:      include/linux/netfilter_bridge/
4398 F:      net/bridge/
4399
4400 ETHERNET PHY LIBRARY
4401 M:      Florian Fainelli <f.fainelli@gmail.com>
4402 L:      netdev@vger.kernel.org
4403 S:      Maintained
4404 F:      include/linux/phy.h
4405 F:      include/linux/phy_fixed.h
4406 F:      drivers/net/phy/
4407 F:      Documentation/networking/phy.txt
4408 F:      drivers/of/of_mdio.c
4409 F:      drivers/of/of_net.c
4410
4411 EXT2 FILE SYSTEM
4412 M:      Jan Kara <jack@suse.com>
4413 L:      linux-ext4@vger.kernel.org
4414 S:      Maintained
4415 F:      Documentation/filesystems/ext2.txt
4416 F:      fs/ext2/
4417 F:      include/linux/ext2*
4418
4419 EXT4 FILE SYSTEM
4420 M:      "Theodore Ts'o" <tytso@mit.edu>
4421 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4422 L:      linux-ext4@vger.kernel.org
4423 W:      http://ext4.wiki.kernel.org
4424 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4426 S:      Maintained
4427 F:      Documentation/filesystems/ext4.txt
4428 F:      fs/ext4/
4429
4430 Extended Verification Module (EVM)
4431 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4432 L:      linux-ima-devel@lists.sourceforge.net
4433 L:      linux-security-module@vger.kernel.org
4434 S:      Supported
4435 F:      security/integrity/evm/
4436
4437 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4438 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4439 M:      Chanwoo Choi <cw00.choi@samsung.com>
4440 L:      linux-kernel@vger.kernel.org
4441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4442 S:      Maintained
4443 F:      drivers/extcon/
4444 F:      include/linux/extcon/
4445 F:      include/linux/extcon.h
4446 F:      Documentation/extcon/
4447 F:      Documentation/devicetree/bindings/extcon/
4448
4449 EXYNOS DP DRIVER
4450 M:      Jingoo Han <jingoohan1@gmail.com>
4451 L:      dri-devel@lists.freedesktop.org
4452 S:      Maintained
4453 F:      drivers/gpu/drm/exynos/exynos_dp*
4454
4455 EXYNOS SYSMMU (IOMMU) driver
4456 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4457 L:      iommu@lists.linux-foundation.org
4458 S:      Maintained
4459 F:      drivers/iommu/exynos-iommu.c
4460
4461 EXYNOS MIPI DISPLAY DRIVERS
4462 M:      Inki Dae <inki.dae@samsung.com>
4463 M:      Donghwa Lee <dh09.lee@samsung.com>
4464 M:      Kyungmin Park <kyungmin.park@samsung.com>
4465 L:      linux-fbdev@vger.kernel.org
4466 S:      Maintained
4467 F:      drivers/video/fbdev/exynos/exynos_mipi*
4468 F:      include/video/exynos_mipi*
4469
4470 EZchip NPS platform support
4471 M:      Noam Camus <noamc@ezchip.com>
4472 S:      Supported
4473 F:      arch/arc/plat-eznps
4474 F:      arch/arc/boot/dts/eznps.dts
4475
4476 F71805F HARDWARE MONITORING DRIVER
4477 M:      Jean Delvare <jdelvare@suse.com>
4478 L:      linux-hwmon@vger.kernel.org
4479 S:      Maintained
4480 F:      Documentation/hwmon/f71805f
4481 F:      drivers/hwmon/f71805f.c
4482
4483 FC0011 TUNER DRIVER
4484 M:      Michael Buesch <m@bues.ch>
4485 L:      linux-media@vger.kernel.org
4486 S:      Maintained
4487 F:      drivers/media/tuners/fc0011.h
4488 F:      drivers/media/tuners/fc0011.c
4489
4490 FC2580 MEDIA DRIVER
4491 M:      Antti Palosaari <crope@iki.fi>
4492 L:      linux-media@vger.kernel.org
4493 W:      https://linuxtv.org
4494 W:      http://palosaari.fi/linux/
4495 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4496 T:      git git://linuxtv.org/anttip/media_tree.git
4497 S:      Maintained
4498 F:      drivers/media/tuners/fc2580*
4499
4500 FANOTIFY
4501 M:      Eric Paris <eparis@redhat.com>
4502 S:      Maintained
4503 F:      fs/notify/fanotify/
4504 F:      include/linux/fanotify.h
4505 F:      include/uapi/linux/fanotify.h
4506
4507 FARSYNC SYNCHRONOUS DRIVER
4508 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4509 W:      http://www.farsite.co.uk/
4510 S:      Supported
4511 F:      drivers/net/wan/farsync.*
4512
4513 FAULT INJECTION SUPPORT
4514 M:      Akinobu Mita <akinobu.mita@gmail.com>
4515 S:      Supported
4516 F:      Documentation/fault-injection/
4517 F:      lib/fault-inject.c
4518
4519 FBTFT Framebuffer drivers
4520 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4521 M:      Noralf Trønnes <noralf@tronnes.org>
4522 S:      Maintained
4523 F:      drivers/staging/fbtft/
4524
4525 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4526 M:      Vasu Dev <vasu.dev@intel.com>
4527 L:      fcoe-devel@open-fcoe.org
4528 W:      www.Open-FCoE.org
4529 S:      Supported
4530 F:      drivers/scsi/libfc/
4531 F:      drivers/scsi/fcoe/
4532 F:      include/scsi/fc/
4533 F:      include/scsi/libfc.h
4534 F:      include/scsi/libfcoe.h
4535 F:      include/uapi/scsi/fc/
4536
4537 FILE LOCKING (flock() and fcntl()/lockf())
4538 M:      Jeff Layton <jlayton@poochiereds.net>
4539 M:      "J. Bruce Fields" <bfields@fieldses.org>
4540 L:      linux-fsdevel@vger.kernel.org
4541 S:      Maintained
4542 F:      include/linux/fcntl.h
4543 F:      include/linux/fs.h
4544 F:      include/uapi/linux/fcntl.h
4545 F:      include/uapi/linux/fs.h
4546 F:      fs/fcntl.c
4547 F:      fs/locks.c
4548
4549 FILESYSTEMS (VFS and infrastructure)
4550 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4551 L:      linux-fsdevel@vger.kernel.org
4552 S:      Maintained
4553 F:      fs/*
4554
4555 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4556 M:      Riku Voipio <riku.voipio@iki.fi>
4557 L:      linux-hwmon@vger.kernel.org
4558 S:      Maintained
4559 F:      drivers/hwmon/f75375s.c
4560 F:      include/linux/f75375s.h
4561
4562 FIREWIRE AUDIO DRIVERS
4563 M:      Clemens Ladisch <clemens@ladisch.de>
4564 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4565 T:      git git://git.alsa-project.org/alsa-kernel.git
4566 S:      Maintained
4567 F:      sound/firewire/
4568
4569 FIREWIRE MEDIA DRIVERS (firedtv)
4570 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4571 L:      linux-media@vger.kernel.org
4572 L:      linux1394-devel@lists.sourceforge.net
4573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4574 S:      Maintained
4575 F:      drivers/media/firewire/
4576
4577 FIREWIRE SBP-2 TARGET
4578 M:      Chris Boot <bootc@bootc.net>
4579 L:      linux-scsi@vger.kernel.org
4580 L:      target-devel@vger.kernel.org
4581 L:      linux1394-devel@lists.sourceforge.net
4582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4583 S:      Maintained
4584 F:      drivers/target/sbp/
4585
4586 FIREWIRE SUBSYSTEM
4587 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4588 L:      linux1394-devel@lists.sourceforge.net
4589 W:      http://ieee1394.wiki.kernel.org/
4590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4591 S:      Maintained
4592 F:      drivers/firewire/
4593 F:      include/linux/firewire.h
4594 F:      include/uapi/linux/firewire*.h
4595 F:      tools/firewire/
4596
4597 FIRMWARE LOADER (request_firmware)
4598 M:      Ming Lei <ming.lei@canonical.com>
4599 L:      linux-kernel@vger.kernel.org
4600 S:      Maintained
4601 F:      Documentation/firmware_class/
4602 F:      drivers/base/firmware*.c
4603 F:      include/linux/firmware.h
4604
4605 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4606 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4607 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4608 S:      Maintained
4609 F:      drivers/block/rsxx/
4610
4611 FLOPPY DRIVER
4612 M:      Jiri Kosina <jikos@kernel.org>
4613 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4614 S:      Odd fixes
4615 F:      drivers/block/floppy.c
4616
4617 FMC SUBSYSTEM
4618 M:      Alessandro Rubini <rubini@gnudd.com>
4619 W:      http://www.ohwr.org/projects/fmc-bus
4620 S:      Supported
4621 F:      drivers/fmc/
4622 F:      include/linux/fmc*.h
4623 F:      include/linux/ipmi-fru.h
4624 K:      fmc_d.*register
4625
4626 FPGA MANAGER FRAMEWORK
4627 M:      Alan Tull <atull@opensource.altera.com>
4628 R:      Moritz Fischer <moritz.fischer@ettus.com>
4629 S:      Maintained
4630 F:      drivers/fpga/
4631 F:      include/linux/fpga/fpga-mgr.h
4632 W:      http://www.rocketboards.org
4633
4634 FPU EMULATOR
4635 M:      Bill Metzenthen <billm@melbpc.org.au>
4636 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4637 S:      Maintained
4638 F:      arch/x86/math-emu/
4639
4640 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4641 L:      netdev@vger.kernel.org
4642 S:      Orphan
4643 F:      drivers/net/wan/dlci.c
4644 F:      drivers/net/wan/sdla.c
4645
4646 FRAMEBUFFER LAYER
4647 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4648 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4649 L:      linux-fbdev@vger.kernel.org
4650 W:      http://linux-fbdev.sourceforge.net/
4651 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4652 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4653 S:      Maintained
4654 F:      Documentation/fb/
4655 F:      drivers/video/
4656 F:      include/video/
4657 F:      include/linux/fb.h
4658 F:      include/uapi/video/
4659 F:      include/uapi/linux/fb.h
4660
4661 FREESCALE DIU FRAMEBUFFER DRIVER
4662 M:      Timur Tabi <timur@tabi.org>
4663 L:      linux-fbdev@vger.kernel.org
4664 S:      Maintained
4665 F:      drivers/video/fbdev/fsl-diu-fb.*
4666
4667 FREESCALE DMA DRIVER
4668 M:      Li Yang <leoli@freescale.com>
4669 M:      Zhang Wei <zw@zh-kernel.org>
4670 L:      linuxppc-dev@lists.ozlabs.org
4671 S:      Maintained
4672 F:      drivers/dma/fsldma.*
4673
4674 FREESCALE GPMI NAND DRIVER
4675 M:      Han Xu <han.xu@nxp.com>
4676 L:      linux-mtd@lists.infradead.org
4677 S:      Maintained
4678 F:      drivers/mtd/nand/gpmi-nand/*
4679
4680 FREESCALE I2C CPM DRIVER
4681 M:      Jochen Friedrich <jochen@scram.de>
4682 L:      linuxppc-dev@lists.ozlabs.org
4683 L:      linux-i2c@vger.kernel.org
4684 S:      Maintained
4685 F:      drivers/i2c/busses/i2c-cpm.c
4686
4687 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4688 M:      Sascha Hauer <kernel@pengutronix.de>
4689 L:      linux-fbdev@vger.kernel.org
4690 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4691 S:      Maintained
4692 F:      include/linux/platform_data/video-imxfb.h
4693 F:      drivers/video/fbdev/imxfb.c
4694
4695 FREESCALE QUAD SPI DRIVER
4696 M:      Han Xu <han.xu@nxp.com>
4697 L:      linux-mtd@lists.infradead.org
4698 S:      Maintained
4699 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4700
4701 FREESCALE SOC FS_ENET DRIVER
4702 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4703 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4704 L:      linuxppc-dev@lists.ozlabs.org
4705 L:      netdev@vger.kernel.org
4706 S:      Maintained
4707 F:      drivers/net/ethernet/freescale/fs_enet/
4708 F:      include/linux/fs_enet_pd.h
4709
4710 FREESCALE IMX / MXC FEC DRIVER
4711 M:      Fugang Duan <fugang.duan@nxp.com>
4712 L:      netdev@vger.kernel.org
4713 S:      Maintained
4714 F:      drivers/net/ethernet/freescale/fec_main.c
4715 F:      drivers/net/ethernet/freescale/fec_ptp.c
4716 F:      drivers/net/ethernet/freescale/fec.h
4717 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
4718
4719 FREESCALE QUICC ENGINE LIBRARY
4720 L:      linuxppc-dev@lists.ozlabs.org
4721 S:      Orphan
4722 F:      drivers/soc/fsl/qe/
4723 F:      include/soc/fsl/*qe*.h
4724 F:      include/soc/fsl/*ucc*.h
4725
4726 FREESCALE USB PERIPHERAL DRIVERS
4727 M:      Li Yang <leoli@freescale.com>
4728 L:      linux-usb@vger.kernel.org
4729 L:      linuxppc-dev@lists.ozlabs.org
4730 S:      Maintained
4731 F:      drivers/usb/gadget/udc/fsl*
4732
4733 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4734 M:      Li Yang <leoli@freescale.com>
4735 L:      netdev@vger.kernel.org
4736 L:      linuxppc-dev@lists.ozlabs.org
4737 S:      Maintained
4738 F:      drivers/net/ethernet/freescale/ucc_geth*
4739
4740 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4741 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4742 L:      netdev@vger.kernel.org
4743 S:      Maintained
4744 F:      drivers/net/ethernet/freescale/gianfar*
4745 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4746 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4747
4748 FREESCALE QUICC ENGINE UCC UART DRIVER
4749 M:      Timur Tabi <timur@tabi.org>
4750 L:      linuxppc-dev@lists.ozlabs.org
4751 S:      Maintained
4752 F:      drivers/tty/serial/ucc_uart.c
4753
4754 FREESCALE SOC SOUND DRIVERS
4755 M:      Timur Tabi <timur@tabi.org>
4756 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4757 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4758 R:      Fabio Estevam <fabio.estevam@nxp.com>
4759 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4760 L:      linuxppc-dev@lists.ozlabs.org
4761 S:      Maintained
4762 F:      sound/soc/fsl/fsl*
4763 F:      sound/soc/fsl/imx*
4764 F:      sound/soc/fsl/mpc8610_hpcd.c
4765
4766 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4767 M:      "J. German Rivera" <German.Rivera@freescale.com>
4768 M:      Stuart Yoder <stuart.yoder@nxp.com>
4769 L:      linux-kernel@vger.kernel.org
4770 S:      Maintained
4771 F:      drivers/staging/fsl-mc/
4772
4773 FREEVXFS FILESYSTEM
4774 M:      Christoph Hellwig <hch@infradead.org>
4775 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4776 S:      Maintained
4777 F:      fs/freevxfs/
4778
4779 FREEZER
4780 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4781 M:      Pavel Machek <pavel@ucw.cz>
4782 L:      linux-pm@vger.kernel.org
4783 S:      Supported
4784 F:      Documentation/power/freezing-of-tasks.txt
4785 F:      include/linux/freezer.h
4786 F:      kernel/freezer.c
4787
4788 FRONTSWAP API
4789 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4790 L:      linux-kernel@vger.kernel.org
4791 S:      Maintained
4792 F:      mm/frontswap.c
4793 F:      include/linux/frontswap.h
4794
4795 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4796 M:      David Howells <dhowells@redhat.com>
4797 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
4798 S:      Supported
4799 F:      Documentation/filesystems/caching/
4800 F:      fs/fscache/
4801 F:      include/linux/fscache*.h
4802
4803 F2FS FILE SYSTEM
4804 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4805 M:      Changman Lee <cm224.lee@samsung.com>
4806 R:      Chao Yu <yuchao0@huawei.com>
4807 L:      linux-f2fs-devel@lists.sourceforge.net
4808 W:      http://en.wikipedia.org/wiki/F2FS
4809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4810 S:      Maintained
4811 F:      Documentation/filesystems/f2fs.txt
4812 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4813 F:      fs/f2fs/
4814 F:      include/linux/f2fs_fs.h
4815 F:      include/trace/events/f2fs.h
4816
4817 FUJITSU FR-V (FRV) PORT
4818 S:      Orphan
4819 F:      arch/frv/
4820
4821 FUJITSU LAPTOP EXTRAS
4822 M:      Jonathan Woithe <jwoithe@just42.net>
4823 L:      platform-driver-x86@vger.kernel.org
4824 S:      Maintained
4825 F:      drivers/platform/x86/fujitsu-laptop.c
4826
4827 FUJITSU M-5MO LS CAMERA ISP DRIVER
4828 M:      Kyungmin Park <kyungmin.park@samsung.com>
4829 M:      Heungjun Kim <riverful.kim@samsung.com>
4830 L:      linux-media@vger.kernel.org
4831 S:      Maintained
4832 F:      drivers/media/i2c/m5mols/
4833 F:      include/media/i2c/m5mols.h
4834
4835 FUJITSU TABLET EXTRAS
4836 M:      Robert Gerlach <khnz@gmx.de>
4837 L:      platform-driver-x86@vger.kernel.org
4838 S:      Maintained
4839 F:      drivers/platform/x86/fujitsu-tablet.c
4840
4841 FUSE: FILESYSTEM IN USERSPACE
4842 M:      Miklos Szeredi <miklos@szeredi.hu>
4843 L:      linux-fsdevel@vger.kernel.org
4844 W:      http://fuse.sourceforge.net/
4845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4846 S:      Maintained
4847 F:      fs/fuse/
4848 F:      include/uapi/linux/fuse.h
4849 F:      Documentation/filesystems/fuse.txt
4850
4851 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4852 M:      Rik Faith <faith@cs.unc.edu>
4853 L:      linux-scsi@vger.kernel.org
4854 S:      Odd Fixes (e.g., new signatures)
4855 F:      drivers/scsi/fdomain.*
4856
4857 GCOV BASED KERNEL PROFILING
4858 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4859 S:      Maintained
4860 F:      kernel/gcov/
4861 F:      Documentation/gcov.txt
4862
4863 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4864 M:      Achim Leubner <achim_leubner@adaptec.com>
4865 L:      linux-scsi@vger.kernel.org
4866 W:      http://www.icp-vortex.com/
4867 S:      Supported
4868 F:      drivers/scsi/gdt*
4869
4870 GDB KERNEL DEBUGGING HELPER SCRIPTS
4871 M:      Jan Kiszka <jan.kiszka@siemens.com>
4872 S:      Supported
4873 F:      scripts/gdb/
4874
4875 GEMTEK FM RADIO RECEIVER DRIVER
4876 M:      Hans Verkuil <hverkuil@xs4all.nl>
4877 L:      linux-media@vger.kernel.org
4878 T:      git git://linuxtv.org/media_tree.git
4879 W:      https://linuxtv.org
4880 S:      Maintained
4881 F:      drivers/media/radio/radio-gemtek*
4882
4883 GENERIC GPIO I2C DRIVER
4884 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4885 S:      Supported
4886 F:      drivers/i2c/busses/i2c-gpio.c
4887 F:      include/linux/i2c-gpio.h
4888
4889 GENERIC GPIO I2C MULTIPLEXER DRIVER
4890 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4891 L:      linux-i2c@vger.kernel.org
4892 S:      Supported
4893 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4894 F:      include/linux/i2c-mux-gpio.h
4895 F:      Documentation/i2c/muxes/i2c-mux-gpio
4896
4897 GENERIC HDLC (WAN) DRIVERS
4898 M:      Krzysztof Halasa <khc@pm.waw.pl>
4899 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4900 S:      Maintained
4901 F:      drivers/net/wan/c101.c
4902 F:      drivers/net/wan/hd6457*
4903 F:      drivers/net/wan/hdlc*
4904 F:      drivers/net/wan/n2.c
4905 F:      drivers/net/wan/pc300too.c
4906 F:      drivers/net/wan/pci200syn.c
4907 F:      drivers/net/wan/wanxl*
4908
4909 GENERIC INCLUDE/ASM HEADER FILES
4910 M:      Arnd Bergmann <arnd@arndb.de>
4911 L:      linux-arch@vger.kernel.org
4912 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4913 S:      Maintained
4914 F:      include/asm-generic/
4915 F:      include/uapi/asm-generic/
4916
4917 GENERIC PHY FRAMEWORK
4918 M:      Kishon Vijay Abraham I <kishon@ti.com>
4919 L:      linux-kernel@vger.kernel.org
4920 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4921 S:      Supported
4922 F:      drivers/phy/
4923 F:      include/linux/phy/
4924
4925 GENERIC PM DOMAINS
4926 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4927 M:      Kevin Hilman <khilman@kernel.org>
4928 M:      Ulf Hansson <ulf.hansson@linaro.org>
4929 L:      linux-pm@vger.kernel.org
4930 S:      Supported
4931 F:      drivers/base/power/domain*.c
4932 F:      include/linux/pm_domain.h
4933
4934 GENERIC UIO DRIVER FOR PCI DEVICES
4935 M:      "Michael S. Tsirkin" <mst@redhat.com>
4936 L:      kvm@vger.kernel.org
4937 S:      Supported
4938 F:      drivers/uio/uio_pci_generic.c
4939
4940 GET_MAINTAINER SCRIPT
4941 M:      Joe Perches <joe@perches.com>
4942 S:      Maintained
4943 F:      scripts/get_maintainer.pl
4944
4945 GFS2 FILE SYSTEM
4946 M:      Steven Whitehouse <swhiteho@redhat.com>
4947 M:      Bob Peterson <rpeterso@redhat.com>
4948 L:      cluster-devel@redhat.com
4949 W:      http://sources.redhat.com/cluster/
4950 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4951 S:      Supported
4952 F:      Documentation/filesystems/gfs2*.txt
4953 F:      fs/gfs2/
4954 F:      include/uapi/linux/gfs2_ondisk.h
4955
4956 GIGASET ISDN DRIVERS
4957 M:      Paul Bolle <pebolle@tiscali.nl>
4958 L:      gigaset307x-common@lists.sourceforge.net
4959 W:      http://gigaset307x.sourceforge.net/
4960 S:      Odd Fixes
4961 F:      Documentation/isdn/README.gigaset
4962 F:      drivers/isdn/gigaset/
4963 F:      include/uapi/linux/gigaset_dev.h
4964
4965 GO7007 MPEG CODEC
4966 M:      Hans Verkuil <hans.verkuil@cisco.com>
4967 L:      linux-media@vger.kernel.org
4968 S:      Maintained
4969 F:      drivers/media/usb/go7007/
4970
4971 GOODIX TOUCHSCREEN
4972 M:      Bastien Nocera <hadess@hadess.net>
4973 L:      linux-input@vger.kernel.org
4974 S:      Maintained
4975 F:      drivers/input/touchscreen/goodix.c
4976
4977 GPIO SUBSYSTEM
4978 M:      Linus Walleij <linus.walleij@linaro.org>
4979 M:      Alexandre Courbot <gnurou@gmail.com>
4980 L:      linux-gpio@vger.kernel.org
4981 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4982 S:      Maintained
4983 F:      Documentation/devicetree/bindings/gpio/
4984 F:      Documentation/gpio/
4985 F:      Documentation/ABI/testing/gpio-cdev
4986 F:      Documentation/ABI/obsolete/sysfs-gpio
4987 F:      drivers/gpio/
4988 F:      include/linux/gpio/
4989 F:      include/linux/gpio.h
4990 F:      include/asm-generic/gpio.h
4991 F:      include/uapi/linux/gpio.h
4992 F:      tools/gpio/
4993
4994 GRE DEMULTIPLEXER DRIVER
4995 M:      Dmitry Kozlov <xeb@mail.ru>
4996 L:      netdev@vger.kernel.org
4997 S:      Maintained
4998 F:      net/ipv4/gre_demux.c
4999 F:      net/ipv4/gre_offload.c
5000 F:      include/net/gre.h
5001
5002 GRETH 10/100/1G Ethernet MAC device driver
5003 M:      Andreas Larsson <andreas@gaisler.com>
5004 L:      netdev@vger.kernel.org
5005 S:      Maintained
5006 F:      drivers/net/ethernet/aeroflex/
5007
5008 GSPCA FINEPIX SUBDRIVER
5009 M:      Frank Zago <frank@zago.net>
5010 L:      linux-media@vger.kernel.org
5011 T:      git git://linuxtv.org/media_tree.git
5012 S:      Maintained
5013 F:      drivers/media/usb/gspca/finepix.c
5014
5015 GSPCA GL860 SUBDRIVER
5016 M:      Olivier Lorin <o.lorin@laposte.net>
5017 L:      linux-media@vger.kernel.org
5018 T:      git git://linuxtv.org/media_tree.git
5019 S:      Maintained
5020 F:      drivers/media/usb/gspca/gl860/
5021
5022 GSPCA M5602 SUBDRIVER
5023 M:      Erik Andren <erik.andren@gmail.com>
5024 L:      linux-media@vger.kernel.org
5025 T:      git git://linuxtv.org/media_tree.git
5026 S:      Maintained
5027 F:      drivers/media/usb/gspca/m5602/
5028
5029 GSPCA PAC207 SONIXB SUBDRIVER
5030 M:      Hans de Goede <hdegoede@redhat.com>
5031 L:      linux-media@vger.kernel.org
5032 T:      git git://linuxtv.org/media_tree.git
5033 S:      Maintained
5034 F:      drivers/media/usb/gspca/pac207.c
5035
5036 GSPCA SN9C20X SUBDRIVER
5037 M:      Brian Johnson <brijohn@gmail.com>
5038 L:      linux-media@vger.kernel.org
5039 T:      git git://linuxtv.org/media_tree.git
5040 S:      Maintained
5041 F:      drivers/media/usb/gspca/sn9c20x.c
5042
5043 GSPCA T613 SUBDRIVER
5044 M:      Leandro Costantino <lcostantino@gmail.com>
5045 L:      linux-media@vger.kernel.org
5046 T:      git git://linuxtv.org/media_tree.git
5047 S:      Maintained
5048 F:      drivers/media/usb/gspca/t613.c
5049
5050 GSPCA USB WEBCAM DRIVER
5051 M:      Hans de Goede <hdegoede@redhat.com>
5052 L:      linux-media@vger.kernel.org
5053 T:      git git://linuxtv.org/media_tree.git
5054 S:      Maintained
5055 F:      drivers/media/usb/gspca/
5056
5057 GUID PARTITION TABLE (GPT)
5058 M:      Davidlohr Bueso <dave@stgolabs.net>
5059 L:      linux-efi@vger.kernel.org
5060 S:      Maintained
5061 F:      block/partitions/efi.*
5062
5063 STK1160 USB VIDEO CAPTURE DRIVER
5064 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5065 L:      linux-media@vger.kernel.org
5066 T:      git git://linuxtv.org/media_tree.git
5067 S:      Maintained
5068 F:      drivers/media/usb/stk1160/
5069
5070 H8/300 ARCHITECTURE
5071 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5072 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5073 W:      http://uclinux-h8.sourceforge.jp
5074 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5075 S:      Maintained
5076 F:      arch/h8300/
5077 F:      drivers/clocksource/h8300_*.c
5078 F:      drivers/clk/h8300/
5079 F:      drivers/irqchip/irq-renesas-h8*.c
5080
5081 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5082 M:      Frank Seidel <frank@f-seidel.de>
5083 L:      platform-driver-x86@vger.kernel.org
5084 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5085 S:      Maintained
5086 F:      drivers/platform/x86/hdaps.c
5087
5088 HDPVR USB VIDEO ENCODER DRIVER
5089 M:      Hans Verkuil <hverkuil@xs4all.nl>
5090 L:      linux-media@vger.kernel.org
5091 T:      git git://linuxtv.org/media_tree.git
5092 W:      https://linuxtv.org
5093 S:      Odd Fixes
5094 F:      drivers/media/usb/hdpvr/
5095
5096 HWPOISON MEMORY FAILURE HANDLING
5097 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5098 L:      linux-mm@kvack.org
5099 S:      Maintained
5100 F:      mm/memory-failure.c
5101 F:      mm/hwpoison-inject.c
5102
5103 HYPERVISOR VIRTUAL CONSOLE DRIVER
5104 L:      linuxppc-dev@lists.ozlabs.org
5105 S:      Odd Fixes
5106 F:      drivers/tty/hvc/
5107
5108 HACKRF MEDIA DRIVER
5109 M:      Antti Palosaari <crope@iki.fi>
5110 L:      linux-media@vger.kernel.org
5111 W:      https://linuxtv.org
5112 W:      http://palosaari.fi/linux/
5113 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5114 T:      git git://linuxtv.org/anttip/media_tree.git
5115 S:      Maintained
5116 F:      drivers/media/usb/hackrf/
5117
5118 HARDWARE MONITORING
5119 M:      Jean Delvare <jdelvare@suse.com>
5120 M:      Guenter Roeck <linux@roeck-us.net>
5121 L:      linux-hwmon@vger.kernel.org
5122 W:      http://hwmon.wiki.kernel.org/
5123 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5125 S:      Maintained
5126 F:      Documentation/hwmon/
5127 F:      drivers/hwmon/
5128 F:      include/linux/hwmon*.h
5129
5130 HARDWARE RANDOM NUMBER GENERATOR CORE
5131 M:      Matt Mackall <mpm@selenic.com>
5132 M:      Herbert Xu <herbert@gondor.apana.org.au>
5133 L:      linux-crypto@vger.kernel.org
5134 S:      Odd fixes
5135 F:      Documentation/hw_random.txt
5136 F:      drivers/char/hw_random/
5137 F:      include/linux/hw_random.h
5138
5139 HARDWARE SPINLOCK CORE
5140 M:      Ohad Ben-Cohen <ohad@wizery.com>
5141 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5142 L:      linux-remoteproc@vger.kernel.org
5143 S:      Maintained
5144 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5145 F:      Documentation/hwspinlock.txt
5146 F:      drivers/hwspinlock/hwspinlock_*
5147 F:      include/linux/hwspinlock.h
5148
5149 HARMONY SOUND DRIVER
5150 L:      linux-parisc@vger.kernel.org
5151 S:      Maintained
5152 F:      sound/parisc/harmony.*
5153
5154 HD29L2 MEDIA DRIVER
5155 M:      Antti Palosaari <crope@iki.fi>
5156 L:      linux-media@vger.kernel.org
5157 W:      https://linuxtv.org
5158 W:      http://palosaari.fi/linux/
5159 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5160 T:      git git://linuxtv.org/anttip/media_tree.git
5161 S:      Maintained
5162 F:      drivers/media/dvb-frontends/hd29l2*
5163
5164 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5165 M:      Don Brace <don.brace@microsemi.com>
5166 L:      iss_storagedev@hp.com
5167 L:      esc.storagedev@microsemi.com
5168 L:      linux-scsi@vger.kernel.org
5169 S:      Supported
5170 F:      Documentation/scsi/hpsa.txt
5171 F:      drivers/scsi/hpsa*.[ch]
5172 F:      include/linux/cciss*.h
5173 F:      include/uapi/linux/cciss*.h
5174
5175 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5176 M:      Don Brace <don.brace@microsemi.com>
5177 L:      iss_storagedev@hp.com
5178 L:      esc.storagedev@microsemi.com
5179 L:      linux-scsi@vger.kernel.org
5180 S:      Supported
5181 F:      Documentation/blockdev/cciss.txt
5182 F:      drivers/block/cciss*
5183 F:      include/linux/cciss_ioctl.h
5184 F:      include/uapi/linux/cciss_ioctl.h
5185
5186 HFS FILESYSTEM
5187 L:      linux-fsdevel@vger.kernel.org
5188 S:      Orphan
5189 F:      Documentation/filesystems/hfs.txt
5190 F:      fs/hfs/
5191
5192 HFSPLUS FILESYSTEM
5193 L:      linux-fsdevel@vger.kernel.org
5194 S:      Orphan
5195 F:      Documentation/filesystems/hfsplus.txt
5196 F:      fs/hfsplus/
5197
5198 HGA FRAMEBUFFER DRIVER
5199 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5200 L:      linux-nvidia@lists.surfsouth.com
5201 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5202 S:      Maintained
5203 F:      drivers/video/fbdev/hgafb.c
5204
5205 HIBERNATION (aka Software Suspend, aka swsusp)
5206 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5207 M:      Pavel Machek <pavel@ucw.cz>
5208 L:      linux-pm@vger.kernel.org
5209 S:      Supported
5210 F:      arch/x86/power/
5211 F:      drivers/base/power/
5212 F:      kernel/power/
5213 F:      include/linux/suspend.h
5214 F:      include/linux/freezer.h
5215 F:      include/linux/pm.h
5216 F:      arch/*/include/asm/suspend*.h
5217
5218 HID CORE LAYER
5219 M:      Jiri Kosina <jikos@kernel.org>
5220 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5221 L:      linux-input@vger.kernel.org
5222 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5223 S:      Maintained
5224 F:      drivers/hid/
5225 F:      include/linux/hid*
5226 F:      include/uapi/linux/hid*
5227
5228 HID SENSOR HUB DRIVERS
5229 M:      Jiri Kosina <jikos@kernel.org>
5230 M:      Jonathan Cameron <jic23@kernel.org>
5231 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5232 L:      linux-input@vger.kernel.org
5233 L:      linux-iio@vger.kernel.org
5234 S:      Maintained
5235 F:      Documentation/hid/hid-sensor*
5236 F:      drivers/hid/hid-sensor-*
5237 F:      drivers/iio/*/hid-*
5238 F:      include/linux/hid-sensor-*
5239
5240 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5241 M:      Thomas Gleixner <tglx@linutronix.de>
5242 L:      linux-kernel@vger.kernel.org
5243 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5244 S:      Maintained
5245 F:      Documentation/timers/
5246 F:      kernel/time/hrtimer.c
5247 F:      kernel/time/clockevents.c
5248 F:      kernel/time/tick*.*
5249 F:      kernel/time/timer_*.c
5250 F:      include/linux/clockchips.h
5251 F:      include/linux/hrtimer.h
5252
5253 HIGH-SPEED SCC DRIVER FOR AX.25
5254 L:      linux-hams@vger.kernel.org
5255 S:      Orphan
5256 F:      drivers/net/hamradio/dmascc.c
5257 F:      drivers/net/hamradio/scc.c
5258
5259 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5260 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5261 W:      http://www.highpoint-tech.com
5262 S:      Supported
5263 F:      Documentation/scsi/hptiop.txt
5264 F:      drivers/scsi/hptiop.c
5265
5266 HIPPI
5267 M:      Jes Sorensen <jes@trained-monkey.org>
5268 L:      linux-hippi@sunsite.dk
5269 S:      Maintained
5270 F:      include/linux/hippidevice.h
5271 F:      include/uapi/linux/if_hippi.h
5272 F:      net/802/hippi.c
5273 F:      drivers/net/hippi/
5274
5275 HISILICON SAS Controller
5276 M:      John Garry <john.garry@huawei.com>
5277 W:      http://www.hisilicon.com
5278 S:      Supported
5279 F:      drivers/scsi/hisi_sas/
5280 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5281
5282 HOST AP DRIVER
5283 M:      Jouni Malinen <j@w1.fi>
5284 L:      hostap@shmoo.com (subscribers-only)
5285 L:      linux-wireless@vger.kernel.org
5286 W:      http://hostap.epitest.fi/
5287 S:      Maintained
5288 F:      drivers/net/wireless/intersil/hostap/
5289
5290 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5291 L:      platform-driver-x86@vger.kernel.org
5292 S:      Orphan
5293 F:      drivers/platform/x86/tc1100-wmi.c
5294
5295 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5296 M:      Jaroslav Kysela <perex@perex.cz>
5297 S:      Maintained
5298 F:      drivers/net/ethernet/hp/hp100.*
5299
5300 HPET:   High Precision Event Timers driver
5301 M:      Clemens Ladisch <clemens@ladisch.de>
5302 S:      Maintained
5303 F:      Documentation/timers/hpet.txt
5304 F:      drivers/char/hpet.c
5305 F:      include/linux/hpet.h
5306 F:      include/uapi/linux/hpet.h
5307
5308 HPET:   x86
5309 S:      Orphan
5310 F:      arch/x86/kernel/hpet.c
5311 F:      arch/x86/include/asm/hpet.h
5312
5313 HPFS FILESYSTEM
5314 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5315 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5316 S:      Maintained
5317 F:      fs/hpfs/
5318
5319 HSI SUBSYSTEM
5320 M:      Sebastian Reichel <sre@kernel.org>
5321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5322 S:      Maintained
5323 F:      Documentation/ABI/testing/sysfs-bus-hsi
5324 F:      Documentation/hsi.txt
5325 F:      drivers/hsi/
5326 F:      include/linux/hsi/
5327 F:      include/uapi/linux/hsi/
5328
5329 HSO 3G MODEM DRIVER
5330 M:      Jan Dumon <j.dumon@option.com>
5331 W:      http://www.pharscape.org
5332 S:      Maintained
5333 F:      drivers/net/usb/hso.c
5334
5335 HSR NETWORK PROTOCOL
5336 M:      Arvid Brodin <arvid.brodin@alten.se>
5337 L:      netdev@vger.kernel.org
5338 S:      Maintained
5339 F:      net/hsr/
5340
5341 HTCPEN TOUCHSCREEN DRIVER
5342 M:      Pau Oliva Fora <pof@eslack.org>
5343 L:      linux-input@vger.kernel.org
5344 S:      Maintained
5345 F:      drivers/input/touchscreen/htcpen.c
5346
5347 HUGETLB FILESYSTEM
5348 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5349 S:      Maintained
5350 F:      fs/hugetlbfs/
5351
5352 Hyper-V CORE AND DRIVERS
5353 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5354 M:      Haiyang Zhang <haiyangz@microsoft.com>
5355 L:      devel@linuxdriverproject.org
5356 S:      Maintained
5357 F:      arch/x86/include/asm/mshyperv.h
5358 F:      arch/x86/include/uapi/asm/hyperv.h
5359 F:      arch/x86/kernel/cpu/mshyperv.c
5360 F:      drivers/hid/hid-hyperv.c
5361 F:      drivers/hv/
5362 F:      drivers/input/serio/hyperv-keyboard.c
5363 F:      drivers/pci/host/pci-hyperv.c
5364 F:      drivers/net/hyperv/
5365 F:      drivers/scsi/storvsc_drv.c
5366 F:      drivers/video/fbdev/hyperv_fb.c
5367 F:      include/linux/hyperv.h
5368 F:      tools/hv/
5369 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5370
5371 I2C MUXES
5372 M:      Peter Rosin <peda@axentia.se>
5373 L:      linux-i2c@vger.kernel.org
5374 S:      Maintained
5375 F:      Documentation/i2c/i2c-topology
5376 F:      Documentation/i2c/muxes/
5377 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5378 F:      drivers/i2c/i2c-mux.c
5379 F:      drivers/i2c/muxes/
5380 F:      include/linux/i2c-mux.h
5381
5382 I2C OVER PARALLEL PORT
5383 M:      Jean Delvare <jdelvare@suse.com>
5384 L:      linux-i2c@vger.kernel.org
5385 S:      Maintained
5386 F:      Documentation/i2c/busses/i2c-parport
5387 F:      Documentation/i2c/busses/i2c-parport-light
5388 F:      drivers/i2c/busses/i2c-parport.c
5389 F:      drivers/i2c/busses/i2c-parport-light.c
5390
5391 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5392 M:      Jean Delvare <jdelvare@suse.com>
5393 L:      linux-i2c@vger.kernel.org
5394 S:      Maintained
5395 F:      Documentation/i2c/busses/i2c-ali1535
5396 F:      Documentation/i2c/busses/i2c-ali1563
5397 F:      Documentation/i2c/busses/i2c-ali15x3
5398 F:      Documentation/i2c/busses/i2c-amd756
5399 F:      Documentation/i2c/busses/i2c-amd8111
5400 F:      Documentation/i2c/busses/i2c-i801
5401 F:      Documentation/i2c/busses/i2c-nforce2
5402 F:      Documentation/i2c/busses/i2c-piix4
5403 F:      Documentation/i2c/busses/i2c-sis5595
5404 F:      Documentation/i2c/busses/i2c-sis630
5405 F:      Documentation/i2c/busses/i2c-sis96x
5406 F:      Documentation/i2c/busses/i2c-via
5407 F:      Documentation/i2c/busses/i2c-viapro
5408 F:      drivers/i2c/busses/i2c-ali1535.c
5409 F:      drivers/i2c/busses/i2c-ali1563.c
5410 F:      drivers/i2c/busses/i2c-ali15x3.c
5411 F:      drivers/i2c/busses/i2c-amd756.c
5412 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5413 F:      drivers/i2c/busses/i2c-amd8111.c
5414 F:      drivers/i2c/busses/i2c-i801.c
5415 F:      drivers/i2c/busses/i2c-isch.c
5416 F:      drivers/i2c/busses/i2c-nforce2.c
5417 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5418 F:      drivers/i2c/busses/i2c-piix4.c
5419 F:      drivers/i2c/busses/i2c-sis5595.c
5420 F:      drivers/i2c/busses/i2c-sis630.c
5421 F:      drivers/i2c/busses/i2c-sis96x.c
5422 F:      drivers/i2c/busses/i2c-via.c
5423 F:      drivers/i2c/busses/i2c-viapro.c
5424
5425 I2C/SMBUS ISMT DRIVER
5426 M:      Seth Heasley <seth.heasley@intel.com>
5427 M:      Neil Horman <nhorman@tuxdriver.com>
5428 L:      linux-i2c@vger.kernel.org
5429 F:      drivers/i2c/busses/i2c-ismt.c
5430 F:      Documentation/i2c/busses/i2c-ismt
5431
5432 I2C/SMBUS STUB DRIVER
5433 M:      Jean Delvare <jdelvare@suse.com>
5434 L:      linux-i2c@vger.kernel.org
5435 S:      Maintained
5436 F:      drivers/i2c/i2c-stub.c
5437
5438 I2C SUBSYSTEM
5439 M:      Wolfram Sang <wsa@the-dreams.de>
5440 L:      linux-i2c@vger.kernel.org
5441 W:      https://i2c.wiki.kernel.org/
5442 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5444 S:      Maintained
5445 F:      Documentation/devicetree/bindings/i2c/
5446 F:      Documentation/i2c/
5447 F:      drivers/i2c/
5448 F:      drivers/i2c/*/
5449 F:      include/linux/i2c.h
5450 F:      include/linux/i2c-*.h
5451 F:      include/uapi/linux/i2c.h
5452 F:      include/uapi/linux/i2c-*.h
5453
5454 I2C ACPI SUPPORT
5455 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5456 L:      linux-i2c@vger.kernel.org
5457 L:      linux-acpi@vger.kernel.org
5458 S:      Maintained
5459
5460 I2C-TAOS-EVM DRIVER
5461 M:      Jean Delvare <jdelvare@suse.com>
5462 L:      linux-i2c@vger.kernel.org
5463 S:      Maintained
5464 F:      Documentation/i2c/busses/i2c-taos-evm
5465 F:      drivers/i2c/busses/i2c-taos-evm.c
5466
5467 I2C-TINY-USB DRIVER
5468 M:      Till Harbaum <till@harbaum.org>
5469 L:      linux-i2c@vger.kernel.org
5470 W:      http://www.harbaum.org/till/i2c_tiny_usb
5471 S:      Maintained
5472 F:      drivers/i2c/busses/i2c-tiny-usb.c
5473
5474 i386 BOOT CODE
5475 M:      "H. Peter Anvin" <hpa@zytor.com>
5476 S:      Maintained
5477 F:      arch/x86/boot/
5478
5479 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5480 M:      "H. Peter Anvin" <hpa@zytor.com>
5481 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5482 S:      Maintained
5483
5484 IA64 (Itanium) PLATFORM
5485 M:      Tony Luck <tony.luck@intel.com>
5486 M:      Fenghua Yu <fenghua.yu@intel.com>
5487 L:      linux-ia64@vger.kernel.org
5488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5489 S:      Maintained
5490 F:      arch/ia64/
5491
5492 IBM Power VMX Cryptographic instructions
5493 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5494 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5495 L:      linux-crypto@vger.kernel.org
5496 S:      Supported
5497 F:      drivers/crypto/vmx/Makefile
5498 F:      drivers/crypto/vmx/Kconfig
5499 F:      drivers/crypto/vmx/vmx.c
5500 F:      drivers/crypto/vmx/aes*
5501 F:      drivers/crypto/vmx/ghash*
5502 F:      drivers/crypto/vmx/ppc-xlate.pl
5503
5504 IBM Power in-Nest Crypto Acceleration
5505 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5506 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5507 L:      linux-crypto@vger.kernel.org
5508 S:      Supported
5509 F:      drivers/crypto/nx/Makefile
5510 F:      drivers/crypto/nx/Kconfig
5511 F:      drivers/crypto/nx/nx-aes*
5512 F:      drivers/crypto/nx/nx-sha*
5513 F:      drivers/crypto/nx/nx.*
5514 F:      drivers/crypto/nx/nx_csbcpb.h
5515 F:      drivers/crypto/nx/nx_debugfs.h
5516
5517 IBM Power 842 compression accelerator
5518 M:      Dan Streetman <ddstreet@ieee.org>
5519 S:      Supported
5520 F:      drivers/crypto/nx/Makefile
5521 F:      drivers/crypto/nx/Kconfig
5522 F:      drivers/crypto/nx/nx-842*
5523 F:      include/linux/sw842.h
5524 F:      crypto/842.c
5525 F:      lib/842/
5526
5527 IBM Power Linux RAID adapter
5528 M:      Brian King <brking@us.ibm.com>
5529 S:      Supported
5530 F:      drivers/scsi/ipr.*
5531
5532 IBM Power Virtual Ethernet Device Driver
5533 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5534 L:      netdev@vger.kernel.org
5535 S:      Supported
5536 F:      drivers/net/ethernet/ibm/ibmveth.*
5537
5538 IBM Power SRIOV Virtual NIC Device Driver
5539 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5540 M:      John Allen <jallen@linux.vnet.ibm.com>
5541 L:      netdev@vger.kernel.org
5542 S:      Supported
5543 F:      drivers/net/ethernet/ibm/ibmvnic.*
5544
5545 IBM Power Virtual SCSI Device Drivers
5546 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5547 L:      linux-scsi@vger.kernel.org
5548 S:      Supported
5549 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5550 F:      drivers/scsi/ibmvscsi/viosrp.h
5551
5552 IBM Power Virtual FC Device Drivers
5553 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5554 L:      linux-scsi@vger.kernel.org
5555 S:      Supported
5556 F:      drivers/scsi/ibmvscsi/ibmvfc*
5557
5558 IBM ServeRAID RAID DRIVER
5559 S:      Orphan
5560 F:      drivers/scsi/ips.*
5561
5562 ICH LPC AND GPIO DRIVER
5563 M:      Peter Tyser <ptyser@xes-inc.com>
5564 S:      Maintained
5565 F:      drivers/mfd/lpc_ich.c
5566 F:      drivers/gpio/gpio-ich.c
5567
5568 IDE SUBSYSTEM
5569 M:      "David S. Miller" <davem@davemloft.net>
5570 L:      linux-ide@vger.kernel.org
5571 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5572 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5573 S:      Maintained
5574 F:      Documentation/ide/
5575 F:      drivers/ide/
5576 F:      include/linux/ide.h
5577
5578 IDEAPAD LAPTOP EXTRAS DRIVER
5579 M:      Ike Panhc <ike.pan@canonical.com>
5580 L:      platform-driver-x86@vger.kernel.org
5581 W:      http://launchpad.net/ideapad-laptop
5582 S:      Maintained
5583 F:      drivers/platform/x86/ideapad-laptop.c
5584
5585 IDEAPAD LAPTOP SLIDEBAR DRIVER
5586 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5587 L:      linux-input@vger.kernel.org
5588 W:      https://github.com/o2genum/ideapad-slidebar
5589 S:      Maintained
5590 F:      drivers/input/misc/ideapad_slidebar.c
5591
5592 IDE/ATAPI DRIVERS
5593 M:      Borislav Petkov <bp@alien8.de>
5594 L:      linux-ide@vger.kernel.org
5595 S:      Maintained
5596 F:      Documentation/cdrom/ide-cd
5597 F:      drivers/ide/ide-cd*
5598
5599 IDLE-I7300
5600 M:      Andy Henroid <andrew.d.henroid@intel.com>
5601 L:      linux-pm@vger.kernel.org
5602 S:      Supported
5603 F:      drivers/idle/i7300_idle.c
5604
5605 IEEE 802.15.4 SUBSYSTEM
5606 M:      Alexander Aring <aar@pengutronix.de>
5607 L:      linux-wpan@vger.kernel.org
5608 W:      http://wpan.cakelab.org/
5609 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
5610 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
5611 S:      Maintained
5612 F:      net/ieee802154/
5613 F:      net/mac802154/
5614 F:      drivers/net/ieee802154/
5615 F:      include/linux/nl802154.h
5616 F:      include/linux/ieee802154.h
5617 F:      include/net/nl802154.h
5618 F:      include/net/mac802154.h
5619 F:      include/net/af_ieee802154.h
5620 F:      include/net/cfg802154.h
5621 F:      include/net/ieee802154_netdev.h
5622 F:      Documentation/networking/ieee802154.txt
5623
5624 IGORPLUG-USB IR RECEIVER
5625 M:      Sean Young <sean@mess.org>
5626 L:      linux-media@vger.kernel.org
5627 S:      Maintained
5628 F:      drivers/media/rc/igorplugusb.c
5629
5630 IGUANAWORKS USB IR TRANSCEIVER
5631 M:      Sean Young <sean@mess.org>
5632 L:      linux-media@vger.kernel.org
5633 S:      Maintained
5634 F:      drivers/media/rc/iguanair.c
5635
5636 IIO SUBSYSTEM AND DRIVERS
5637 M:      Jonathan Cameron <jic23@kernel.org>
5638 R:      Hartmut Knaack <knaack.h@gmx.de>
5639 R:      Lars-Peter Clausen <lars@metafoo.de>
5640 R:      Peter Meerwald-Stadler <pmeerw@pmeerw.net>
5641 L:      linux-iio@vger.kernel.org
5642 S:      Maintained
5643 F:      drivers/iio/
5644 F:      drivers/staging/iio/
5645 F:      include/linux/iio/
5646 F:      tools/iio/
5647
5648 IKANOS/ADI EAGLE ADSL USB DRIVER
5649 M:      Matthieu Castet <castet.matthieu@free.fr>
5650 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5651 S:      Maintained
5652 F:      drivers/usb/atm/ueagle-atm.c
5653
5654 INA209 HARDWARE MONITOR DRIVER
5655 M:      Guenter Roeck <linux@roeck-us.net>
5656 L:      linux-hwmon@vger.kernel.org
5657 S:      Maintained
5658 F:      Documentation/hwmon/ina209
5659 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5660 F:      drivers/hwmon/ina209.c
5661
5662 INA2XX HARDWARE MONITOR DRIVER
5663 M:      Guenter Roeck <linux@roeck-us.net>
5664 L:      linux-hwmon@vger.kernel.org
5665 S:      Maintained
5666 F:      Documentation/hwmon/ina2xx
5667 F:      drivers/hwmon/ina2xx.c
5668 F:      include/linux/platform_data/ina2xx.h
5669
5670 INDUSTRY PACK SUBSYSTEM (IPACK)
5671 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5672 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5673 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5674 L:      industrypack-devel@lists.sourceforge.net
5675 W:      http://industrypack.sourceforge.net
5676 S:      Maintained
5677 F:      drivers/ipack/
5678
5679 INGENIC JZ4780 DMA Driver
5680 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5681 S:      Maintained
5682 F:      drivers/dma/dma-jz4780.c
5683
5684 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5685 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5686 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5687 L:      linux-ima-devel@lists.sourceforge.net
5688 L:      linux-ima-user@lists.sourceforge.net
5689 L:      linux-security-module@vger.kernel.org
5690 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5691 S:      Supported
5692 F:      security/integrity/ima/
5693
5694 IMGTEC IR DECODER DRIVER
5695 M:      James Hogan <james.hogan@imgtec.com>
5696 S:      Maintained
5697 F:      drivers/media/rc/img-ir/
5698
5699 IMS TWINTURBO FRAMEBUFFER DRIVER
5700 L:      linux-fbdev@vger.kernel.org
5701 S:      Orphan
5702 F:      drivers/video/fbdev/imsttfb.c
5703
5704 INFINIBAND SUBSYSTEM
5705 M:      Doug Ledford <dledford@redhat.com>
5706 M:      Sean Hefty <sean.hefty@intel.com>
5707 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5708 L:      linux-rdma@vger.kernel.org
5709 W:      http://www.openfabrics.org/
5710 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5711 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5712 S:      Supported
5713 F:      Documentation/infiniband/
5714 F:      drivers/infiniband/
5715 F:      drivers/staging/rdma/
5716 F:      include/uapi/linux/if_infiniband.h
5717 F:      include/uapi/rdma/
5718 F:      include/rdma/
5719
5720 INOTIFY
5721 M:      John McCutchan <john@johnmccutchan.com>
5722 M:      Robert Love <rlove@rlove.org>
5723 M:      Eric Paris <eparis@parisplace.org>
5724 S:      Maintained
5725 F:      Documentation/filesystems/inotify.txt
5726 F:      fs/notify/inotify/
5727 F:      include/linux/inotify.h
5728 F:      include/uapi/linux/inotify.h
5729
5730 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5731 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5732 L:      linux-input@vger.kernel.org
5733 Q:      http://patchwork.kernel.org/project/linux-input/list/
5734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5735 S:      Maintained
5736 F:      drivers/input/
5737 F:      include/linux/input.h
5738 F:      include/uapi/linux/input.h
5739 F:      include/linux/input/
5740 F:      Documentation/devicetree/bindings/input/
5741
5742 INPUT MULTITOUCH (MT) PROTOCOL
5743 M:      Henrik Rydberg <rydberg@bitmath.org>
5744 L:      linux-input@vger.kernel.org
5745 S:      Odd fixes
5746 F:      Documentation/input/multi-touch-protocol.txt
5747 F:      drivers/input/input-mt.c
5748 K:      \b(ABS|SYN)_MT_
5749
5750 INTEL ASoC BDW/HSW DRIVERS
5751 M:      Jie Yang <yang.jie@linux.intel.com>
5752 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5753 S:      Supported
5754 F:      sound/soc/intel/common/sst-dsp*
5755 F:      sound/soc/intel/common/sst-firmware.c
5756 F:      sound/soc/intel/boards/broadwell.c
5757 F:      sound/soc/intel/haswell/
5758
5759 INTEL C600 SERIES SAS CONTROLLER DRIVER
5760 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5761 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5762 L:      linux-scsi@vger.kernel.org
5763 T:      git git://git.code.sf.net/p/intel-sas/isci
5764 S:      Supported
5765 F:      drivers/scsi/isci/
5766
5767 INTEL HID EVENT DRIVER
5768 M:      Alex Hung <alex.hung@canonical.com>
5769 L:      platform-driver-x86@vger.kernel.org
5770 S:      Maintained
5771 F:      drivers/platform/x86/intel-hid.c
5772
5773 INTEL IDLE DRIVER
5774 M:      Len Brown <lenb@kernel.org>
5775 L:      linux-pm@vger.kernel.org
5776 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5777 S:      Supported
5778 F:      drivers/idle/intel_idle.c
5779
5780 INTEL PSTATE DRIVER
5781 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5782 M:      Len Brown <lenb@kernel.org>
5783 L:      linux-pm@vger.kernel.org
5784 S:      Supported
5785 F:      drivers/cpufreq/intel_pstate.c
5786
5787 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5788 M:      Maik Broemme <mbroemme@plusserver.de>
5789 L:      linux-fbdev@vger.kernel.org
5790 S:      Maintained
5791 F:      Documentation/fb/intelfb.txt
5792 F:      drivers/video/fbdev/intelfb/
5793
5794 INTEL 810/815 FRAMEBUFFER DRIVER
5795 M:      Antonino Daplas <adaplas@gmail.com>
5796 L:      linux-fbdev@vger.kernel.org
5797 S:      Maintained
5798 F:      drivers/video/fbdev/i810/
5799
5800 INTEL MENLOW THERMAL DRIVER
5801 M:      Sujith Thomas <sujith.thomas@intel.com>
5802 L:      platform-driver-x86@vger.kernel.org
5803 W:      https://01.org/linux-acpi
5804 S:      Supported
5805 F:      drivers/platform/x86/intel_menlow.c
5806
5807 INTEL I/OAT DMA DRIVER
5808 M:      Dave Jiang <dave.jiang@intel.com>
5809 R:      Dan Williams <dan.j.williams@intel.com>
5810 L:      dmaengine@vger.kernel.org
5811 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5812 S:      Supported
5813 F:      drivers/dma/ioat*
5814
5815 INTEL IOMMU (VT-d)
5816 M:      David Woodhouse <dwmw2@infradead.org>
5817 L:      iommu@lists.linux-foundation.org
5818 T:      git git://git.infradead.org/iommu-2.6.git
5819 S:      Supported
5820 F:      drivers/iommu/intel-iommu.c
5821 F:      include/linux/intel-iommu.h
5822
5823 INTEL IOP-ADMA DMA DRIVER
5824 R:      Dan Williams <dan.j.williams@intel.com>
5825 S:      Odd fixes
5826 F:      drivers/dma/iop-adma.c
5827
5828 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5829 M:      Krzysztof Halasa <khalasa@piap.pl>
5830 S:      Maintained
5831 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5832 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5833 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5834 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5835 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5836 F:      drivers/net/wan/ixp4xx_hss.c
5837
5838 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5839 M:      Deepak Saxena <dsaxena@plexity.net>
5840 S:      Maintained
5841 F:      drivers/char/hw_random/ixp4xx-rng.c
5842
5843 INTEL ETHERNET DRIVERS
5844 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5845 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
5846 W:      http://www.intel.com/support/feedback.htm
5847 W:      http://e1000.sourceforge.net/
5848 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5849 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5850 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5851 S:      Supported
5852 F:      Documentation/networking/e100.txt
5853 F:      Documentation/networking/e1000.txt
5854 F:      Documentation/networking/e1000e.txt
5855 F:      Documentation/networking/igb.txt
5856 F:      Documentation/networking/igbvf.txt
5857 F:      Documentation/networking/ixgb.txt
5858 F:      Documentation/networking/ixgbe.txt
5859 F:      Documentation/networking/ixgbevf.txt
5860 F:      Documentation/networking/i40e.txt
5861 F:      Documentation/networking/i40evf.txt
5862 F:      drivers/net/ethernet/intel/
5863 F:      drivers/net/ethernet/intel/*/
5864
5865 INTEL RDMA RNIC DRIVER
5866 M:     Faisal Latif <faisal.latif@intel.com>
5867 R:     Chien Tin Tung <chien.tin.tung@intel.com>
5868 R:     Mustafa Ismail <mustafa.ismail@intel.com>
5869 R:     Shiraz Saleem <shiraz.saleem@intel.com>
5870 R:     Tatyana Nikolova <tatyana.e.nikolova@intel.com>
5871 L:     linux-rdma@vger.kernel.org
5872 S:     Supported
5873 F:     drivers/infiniband/hw/i40iw/
5874
5875 INTEL-MID GPIO DRIVER
5876 M:      David Cohen <david.a.cohen@linux.intel.com>
5877 L:      linux-gpio@vger.kernel.org
5878 S:      Maintained
5879 F:      drivers/gpio/gpio-intel-mid.c
5880
5881 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5882 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5883 L:      linux-wireless@vger.kernel.org
5884 S:      Maintained
5885 F:      Documentation/networking/README.ipw2100
5886 F:      Documentation/networking/README.ipw2200
5887 F:      drivers/net/wireless/intel/ipw2x00/
5888
5889 INTEL(R) TRACE HUB
5890 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
5891 S:      Supported
5892 F:      Documentation/trace/intel_th.txt
5893 F:      drivers/hwtracing/intel_th/
5894
5895 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5896 M:      Ning Sun <ning.sun@intel.com>
5897 L:      tboot-devel@lists.sourceforge.net
5898 W:      http://tboot.sourceforge.net
5899 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5900 S:      Supported
5901 F:      Documentation/intel_txt.txt
5902 F:      include/linux/tboot.h
5903 F:      arch/x86/kernel/tboot.c
5904
5905 INTEL WIRELESS WIMAX CONNECTION 2400
5906 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5907 M:      linux-wimax@intel.com
5908 L:      wimax@linuxwimax.org (subscribers-only)
5909 S:      Supported
5910 W:      http://linuxwimax.org
5911 F:      Documentation/wimax/README.i2400m
5912 F:      drivers/net/wimax/i2400m/
5913 F:      include/uapi/linux/wimax/i2400m.h
5914
5915 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5916 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5917 L:      linux-wireless@vger.kernel.org
5918 S:      Supported
5919 F:      drivers/net/wireless/intel/iwlegacy/
5920
5921 INTEL WIRELESS WIFI LINK (iwlwifi)
5922 M:      Johannes Berg <johannes.berg@intel.com>
5923 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5924 M:      Luca Coelho <luciano.coelho@intel.com>
5925 M:      Intel Linux Wireless <linuxwifi@intel.com>
5926 L:      linux-wireless@vger.kernel.org
5927 W:      http://intellinuxwireless.org
5928 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5929 S:      Supported
5930 F:      drivers/net/wireless/intel/iwlwifi/
5931
5932 INTEL MANAGEMENT ENGINE (mei)
5933 M:      Tomas Winkler <tomas.winkler@intel.com>
5934 L:      linux-kernel@vger.kernel.org
5935 S:      Supported
5936 F:      include/uapi/linux/mei.h
5937 F:      include/linux/mei_cl_bus.h
5938 F:      drivers/misc/mei/*
5939 F:      drivers/watchdog/mei_wdt.c
5940 F:      Documentation/misc-devices/mei/*
5941
5942 INTEL MIC DRIVERS (mic)
5943 M:      Sudeep Dutt <sudeep.dutt@intel.com>
5944 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
5945 S:      Supported
5946 W:      https://github.com/sudeepdutt/mic
5947 W:      http://software.intel.com/en-us/mic-developer
5948 F:      include/linux/mic_bus.h
5949 F:      include/linux/scif.h
5950 F:      include/uapi/linux/mic_common.h
5951 F:      include/uapi/linux/mic_ioctl.h
5952 F:      include/uapi/linux/scif_ioctl.h
5953 F:      drivers/misc/mic/
5954 F:      drivers/dma/mic_x100_dma.c
5955 F:      drivers/dma/mic_x100_dma.h
5956 F:      Documentation/mic/
5957
5958 INTEL PMC/P-Unit IPC DRIVER
5959 M:      Zha Qipeng<qipeng.zha@intel.com>
5960 L:      platform-driver-x86@vger.kernel.org
5961 S:      Maintained
5962 F:      drivers/platform/x86/intel_pmc_ipc.c
5963 F:      drivers/platform/x86/intel_punit_ipc.c
5964 F:      arch/x86/include/asm/intel_pmc_ipc.h
5965 F:      arch/x86/include/asm/intel_punit_ipc.h
5966
5967 INTEL TELEMETRY DRIVER
5968 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
5969 L:      platform-driver-x86@vger.kernel.org
5970 S:      Maintained
5971 F:      arch/x86/include/asm/intel_telemetry.h
5972 F:      drivers/platform/x86/intel_telemetry*
5973
5974 IOC3 ETHERNET DRIVER
5975 M:      Ralf Baechle <ralf@linux-mips.org>
5976 L:      linux-mips@linux-mips.org
5977 S:      Maintained
5978 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5979
5980 IOC3 SERIAL DRIVER
5981 M:      Pat Gefre <pfg@sgi.com>
5982 L:      linux-serial@vger.kernel.org
5983 S:      Maintained
5984 F:      drivers/tty/serial/ioc3_serial.c
5985
5986 IOMMU DRIVERS
5987 M:      Joerg Roedel <joro@8bytes.org>
5988 L:      iommu@lists.linux-foundation.org
5989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5990 S:      Maintained
5991 F:      drivers/iommu/
5992
5993 IP MASQUERADING
5994 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5995 S:      Maintained
5996 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5997
5998 IPMI SUBSYSTEM
5999 M:      Corey Minyard <minyard@acm.org>
6000 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6001 W:      http://openipmi.sourceforge.net/
6002 S:      Supported
6003 F:      Documentation/IPMI.txt
6004 F:      drivers/char/ipmi/
6005 F:      include/linux/ipmi*
6006 F:      include/uapi/linux/ipmi*
6007
6008 QCOM AUDIO (ASoC) DRIVERS
6009 M:      Patrick Lai <plai@codeaurora.org>
6010 M:      Banajit Goswami <bgoswami@codeaurora.org>
6011 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6012 S:      Supported
6013 F:      sound/soc/qcom/
6014
6015 IPS SCSI RAID DRIVER
6016 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6017 L:      linux-scsi@vger.kernel.org
6018 W:      http://www.adaptec.com/
6019 S:      Maintained
6020 F:      drivers/scsi/ips*
6021
6022 IPVS
6023 M:      Wensong Zhang <wensong@linux-vs.org>
6024 M:      Simon Horman <horms@verge.net.au>
6025 M:      Julian Anastasov <ja@ssi.bg>
6026 L:      netdev@vger.kernel.org
6027 L:      lvs-devel@vger.kernel.org
6028 S:      Maintained
6029 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6031 F:      Documentation/networking/ipvs-sysctl.txt
6032 F:      include/net/ip_vs.h
6033 F:      include/uapi/linux/ip_vs.h
6034 F:      net/netfilter/ipvs/
6035
6036 IPWIRELESS DRIVER
6037 M:      Jiri Kosina <jikos@kernel.org>
6038 M:      David Sterba <dsterba@suse.com>
6039 S:      Odd Fixes
6040 F:      drivers/tty/ipwireless/
6041
6042 IPX NETWORK LAYER
6043 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6044 L:      netdev@vger.kernel.org
6045 S:      Maintained
6046 F:      include/net/ipx.h
6047 F:      include/uapi/linux/ipx.h
6048 F:      net/ipx/
6049
6050 IRDA SUBSYSTEM
6051 M:      Samuel Ortiz <samuel@sortiz.org>
6052 L:      irda-users@lists.sourceforge.net (subscribers-only)
6053 L:      netdev@vger.kernel.org
6054 W:      http://irda.sourceforge.net/
6055 S:      Maintained
6056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6057 F:      Documentation/networking/irda.txt
6058 F:      drivers/net/irda/
6059 F:      include/net/irda/
6060 F:      net/irda/
6061
6062 IRQ SUBSYSTEM
6063 M:      Thomas Gleixner <tglx@linutronix.de>
6064 L:      linux-kernel@vger.kernel.org
6065 S:      Maintained
6066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6067 F:      kernel/irq/
6068
6069 IRQCHIP DRIVERS
6070 M:      Thomas Gleixner <tglx@linutronix.de>
6071 M:      Jason Cooper <jason@lakedaemon.net>
6072 M:      Marc Zyngier <marc.zyngier@arm.com>
6073 L:      linux-kernel@vger.kernel.org
6074 S:      Maintained
6075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6076 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6077 F:      Documentation/devicetree/bindings/interrupt-controller/
6078 F:      drivers/irqchip/
6079
6080 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6081 M:      Jiang Liu <jiang.liu@linux.intel.com>
6082 M:      Marc Zyngier <marc.zyngier@arm.com>
6083 S:      Maintained
6084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6085 F:      Documentation/IRQ-domain.txt
6086 F:      include/linux/irqdomain.h
6087 F:      kernel/irq/irqdomain.c
6088 F:      kernel/irq/msi.c
6089
6090 ISA
6091 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
6092 S:      Maintained
6093 F:      Documentation/isa.txt
6094 F:      drivers/base/isa.c
6095 F:      include/linux/isa.h
6096
6097 ISAPNP
6098 M:      Jaroslav Kysela <perex@perex.cz>
6099 S:      Maintained
6100 F:      Documentation/isapnp.txt
6101 F:      drivers/pnp/isapnp/
6102 F:      include/linux/isapnp.h
6103
6104 ISA RADIO MODULE
6105 M:      Hans Verkuil <hverkuil@xs4all.nl>
6106 L:      linux-media@vger.kernel.org
6107 T:      git git://linuxtv.org/media_tree.git
6108 W:      https://linuxtv.org
6109 S:      Maintained
6110 F:      drivers/media/radio/radio-isa*
6111
6112 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6113 M:      Peter Jones <pjones@redhat.com>
6114 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6115 S:      Maintained
6116 F:      drivers/firmware/iscsi_ibft*
6117
6118 ISCSI
6119 M:      Mike Christie <michaelc@cs.wisc.edu>
6120 L:      open-iscsi@googlegroups.com
6121 W:      www.open-iscsi.org
6122 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6123 S:      Maintained
6124 F:      drivers/scsi/*iscsi*
6125 F:      include/scsi/*iscsi*
6126
6127 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6128 M:      Or Gerlitz <ogerlitz@mellanox.com>
6129 M:      Sagi Grimberg <sagi@grimberg.me>
6130 M:      Roi Dayan <roid@mellanox.com>
6131 L:      linux-rdma@vger.kernel.org
6132 S:      Supported
6133 W:      http://www.openfabrics.org
6134 W:      www.open-iscsi.org
6135 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6136 F:      drivers/infiniband/ulp/iser/
6137
6138 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6139 M:      Sagi Grimberg <sagi@grimberg.me>
6140 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6141 L:      linux-rdma@vger.kernel.org
6142 L:      target-devel@vger.kernel.org
6143 S:      Supported
6144 W:      http://www.linux-iscsi.org
6145 F:      drivers/infiniband/ulp/isert
6146
6147 ISDN SUBSYSTEM
6148 M:      Karsten Keil <isdn@linux-pingi.de>
6149 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6150 L:      netdev@vger.kernel.org
6151 W:      http://www.isdn4linux.de
6152 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6153 S:      Maintained
6154 F:      Documentation/isdn/
6155 F:      drivers/isdn/
6156 F:      include/linux/isdn.h
6157 F:      include/linux/isdn/
6158 F:      include/uapi/linux/isdn.h
6159 F:      include/uapi/linux/isdn/
6160
6161 ISDN SUBSYSTEM (Eicon active card driver)
6162 M:      Armin Schindler <mac@melware.de>
6163 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6164 W:      http://www.melware.de
6165 S:      Maintained
6166 F:      drivers/isdn/hardware/eicon/
6167
6168 IT87 HARDWARE MONITORING DRIVER
6169 M:      Jean Delvare <jdelvare@suse.com>
6170 L:      linux-hwmon@vger.kernel.org
6171 S:      Maintained
6172 F:      Documentation/hwmon/it87
6173 F:      drivers/hwmon/it87.c
6174
6175 IT913X MEDIA DRIVER
6176 M:      Antti Palosaari <crope@iki.fi>
6177 L:      linux-media@vger.kernel.org
6178 W:      https://linuxtv.org
6179 W:      http://palosaari.fi/linux/
6180 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6181 T:      git git://linuxtv.org/anttip/media_tree.git
6182 S:      Maintained
6183 F:      drivers/media/tuners/it913x*
6184
6185 IVTV VIDEO4LINUX DRIVER
6186 M:      Andy Walls <awalls@md.metrocast.net>
6187 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6188 L:      linux-media@vger.kernel.org
6189 T:      git git://linuxtv.org/media_tree.git
6190 W:      http://www.ivtvdriver.org
6191 S:      Maintained
6192 F:      Documentation/video4linux/*.ivtv
6193 F:      drivers/media/pci/ivtv/
6194 F:      include/uapi/linux/ivtv*
6195
6196 IX2505V MEDIA DRIVER
6197 M:      Malcolm Priestley <tvboxspy@gmail.com>
6198 L:      linux-media@vger.kernel.org
6199 W:      https://linuxtv.org
6200 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6201 S:      Maintained
6202 F:      drivers/media/dvb-frontends/ix2505v*
6203
6204 JC42.4 TEMPERATURE SENSOR DRIVER
6205 M:      Guenter Roeck <linux@roeck-us.net>
6206 L:      linux-hwmon@vger.kernel.org
6207 S:      Maintained
6208 F:      drivers/hwmon/jc42.c
6209 F:      Documentation/hwmon/jc42
6210
6211 JFS FILESYSTEM
6212 M:      Dave Kleikamp <shaggy@kernel.org>
6213 L:      jfs-discussion@lists.sourceforge.net
6214 W:      http://jfs.sourceforge.net/
6215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6216 S:      Maintained
6217 F:      Documentation/filesystems/jfs.txt
6218 F:      fs/jfs/
6219
6220 JME NETWORK DRIVER
6221 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6222 L:      netdev@vger.kernel.org
6223 S:      Maintained
6224 F:      drivers/net/ethernet/jme.*
6225
6226 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6227 M:      David Woodhouse <dwmw2@infradead.org>
6228 L:      linux-mtd@lists.infradead.org
6229 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6230 S:      Maintained
6231 F:      fs/jffs2/
6232 F:      include/uapi/linux/jffs2.h
6233
6234 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6235 M:      "Theodore Ts'o" <tytso@mit.edu>
6236 M:      Jan Kara <jack@suse.com>
6237 L:      linux-ext4@vger.kernel.org
6238 S:      Maintained
6239 F:      fs/jbd2/
6240 F:      include/linux/jbd2.h
6241
6242 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6243 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6244 L:      linux-media@vger.kernel.org
6245 S:      Maintained
6246 F:      drivers/media/platform/rcar_jpu.c
6247
6248 JSM Neo PCI based serial card
6249 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6250 L:      linux-serial@vger.kernel.org
6251 S:      Maintained
6252 F:      drivers/tty/serial/jsm/
6253
6254 K10TEMP HARDWARE MONITORING DRIVER
6255 M:      Clemens Ladisch <clemens@ladisch.de>
6256 L:      linux-hwmon@vger.kernel.org
6257 S:      Maintained
6258 F:      Documentation/hwmon/k10temp
6259 F:      drivers/hwmon/k10temp.c
6260
6261 K8TEMP HARDWARE MONITORING DRIVER
6262 M:      Rudolf Marek <r.marek@assembler.cz>
6263 L:      linux-hwmon@vger.kernel.org
6264 S:      Maintained
6265 F:      Documentation/hwmon/k8temp
6266 F:      drivers/hwmon/k8temp.c
6267
6268 KASAN
6269 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6270 R:      Alexander Potapenko <glider@google.com>
6271 R:      Dmitry Vyukov <dvyukov@google.com>
6272 L:      kasan-dev@googlegroups.com
6273 S:      Maintained
6274 F:      arch/*/include/asm/kasan.h
6275 F:      arch/*/mm/kasan_init*
6276 F:      Documentation/kasan.txt
6277 F:      include/linux/kasan*.h
6278 F:      lib/test_kasan.c
6279 F:      mm/kasan/
6280 F:      scripts/Makefile.kasan
6281
6282 KCONFIG
6283 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6284 L:      linux-kbuild@vger.kernel.org
6285 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6286 S:      Maintained
6287 F:      Documentation/kbuild/kconfig-language.txt
6288 F:      scripts/kconfig/
6289
6290 KDUMP
6291 M:      Vivek Goyal <vgoyal@redhat.com>
6292 M:      Haren Myneni <hbabu@us.ibm.com>
6293 L:      kexec@lists.infradead.org
6294 W:      http://lse.sourceforge.net/kdump/
6295 S:      Maintained
6296 F:      Documentation/kdump/
6297
6298 KEENE FM RADIO TRANSMITTER DRIVER
6299 M:      Hans Verkuil <hverkuil@xs4all.nl>
6300 L:      linux-media@vger.kernel.org
6301 T:      git git://linuxtv.org/media_tree.git
6302 W:      https://linuxtv.org
6303 S:      Maintained
6304 F:      drivers/media/radio/radio-keene*
6305
6306 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6307 M:      Ian Kent <raven@themaw.net>
6308 L:      autofs@vger.kernel.org
6309 S:      Maintained
6310 F:      fs/autofs4/
6311
6312 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6313 M:      Michal Marek <mmarek@suse.com>
6314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6315 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6316 L:      linux-kbuild@vger.kernel.org
6317 S:      Maintained
6318 F:      Documentation/kbuild/
6319 F:      Makefile
6320 F:      scripts/Makefile.*
6321 F:      scripts/basic/
6322 F:      scripts/mk*
6323 F:      scripts/package/
6324
6325 KERNEL JANITORS
6326 L:      kernel-janitors@vger.kernel.org
6327 W:      http://kernelnewbies.org/KernelJanitors
6328 S:      Odd Fixes
6329
6330 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6331 M:      "J. Bruce Fields" <bfields@fieldses.org>
6332 M:      Jeff Layton <jlayton@poochiereds.net>
6333 L:      linux-nfs@vger.kernel.org
6334 W:      http://nfs.sourceforge.net/
6335 T:      git git://linux-nfs.org/~bfields/linux.git
6336 S:      Supported
6337 F:      fs/nfsd/
6338 F:      include/uapi/linux/nfsd/
6339 F:      fs/lockd/
6340 F:      fs/nfs_common/
6341 F:      net/sunrpc/
6342 F:      include/linux/lockd/
6343 F:      include/linux/sunrpc/
6344 F:      include/uapi/linux/sunrpc/
6345
6346 KERNEL SELFTEST FRAMEWORK
6347 M:      Shuah Khan <shuahkh@osg.samsung.com>
6348 L:      linux-kselftest@vger.kernel.org
6349 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6350 S:      Maintained
6351 F:      tools/testing/selftests
6352
6353 KERNEL VIRTUAL MACHINE (KVM)
6354 M:      Paolo Bonzini <pbonzini@redhat.com>
6355 M:      Radim Krčmář <rkrcmar@redhat.com>
6356 L:      kvm@vger.kernel.org
6357 W:      http://www.linux-kvm.org
6358 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6359 S:      Supported
6360 F:      Documentation/*/kvm*.txt
6361 F:      Documentation/virtual/kvm/
6362 F:      arch/*/kvm/
6363 F:      arch/x86/kernel/kvm.c
6364 F:      arch/x86/kernel/kvmclock.c
6365 F:      arch/*/include/asm/kvm*
6366 F:      include/linux/kvm*
6367 F:      include/uapi/linux/kvm*
6368 F:      virt/kvm/
6369
6370 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6371 M:      Joerg Roedel <joro@8bytes.org>
6372 L:      kvm@vger.kernel.org
6373 W:      http://www.linux-kvm.org/
6374 S:      Maintained
6375 F:      arch/x86/include/asm/svm.h
6376 F:      arch/x86/kvm/svm.c
6377
6378 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6379 M:      Alexander Graf <agraf@suse.com>
6380 L:      kvm-ppc@vger.kernel.org
6381 W:      http://www.linux-kvm.org/
6382 T:      git git://github.com/agraf/linux-2.6.git
6383 S:      Supported
6384 F:      arch/powerpc/include/asm/kvm*
6385 F:      arch/powerpc/kvm/
6386
6387 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6388 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6389 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6390 L:      linux-s390@vger.kernel.org
6391 W:      http://www.ibm.com/developerworks/linux/linux390/
6392 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6393 S:      Supported
6394 F:      Documentation/s390/kvm.txt
6395 F:      arch/s390/include/asm/kvm*
6396 F:      arch/s390/kvm/
6397
6398 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6399 M:      Christoffer Dall <christoffer.dall@linaro.org>
6400 M:      Marc Zyngier <marc.zyngier@arm.com>
6401 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6402 L:      kvmarm@lists.cs.columbia.edu
6403 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6404 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6405 S:      Supported
6406 F:      arch/arm/include/uapi/asm/kvm*
6407 F:      arch/arm/include/asm/kvm*
6408 F:      arch/arm/kvm/
6409 F:      virt/kvm/arm/
6410 F:      include/kvm/arm_*
6411
6412 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6413 M:      Christoffer Dall <christoffer.dall@linaro.org>
6414 M:      Marc Zyngier <marc.zyngier@arm.com>
6415 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6416 L:      kvmarm@lists.cs.columbia.edu
6417 S:      Maintained
6418 F:      arch/arm64/include/uapi/asm/kvm*
6419 F:      arch/arm64/include/asm/kvm*
6420 F:      arch/arm64/kvm/
6421
6422 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6423 M:      James Hogan <james.hogan@imgtec.com>
6424 L:      linux-mips@linux-mips.org
6425 S:      Supported
6426 F:      arch/mips/include/uapi/asm/kvm*
6427 F:      arch/mips/include/asm/kvm*
6428 F:      arch/mips/kvm/
6429
6430 KEXEC
6431 M:      Eric Biederman <ebiederm@xmission.com>
6432 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6433 L:      kexec@lists.infradead.org
6434 S:      Maintained
6435 F:      include/linux/kexec.h
6436 F:      include/uapi/linux/kexec.h
6437 F:      kernel/kexec.c
6438
6439 KEYS/KEYRINGS:
6440 M:      David Howells <dhowells@redhat.com>
6441 L:      keyrings@vger.kernel.org
6442 S:      Maintained
6443 F:      Documentation/security/keys.txt
6444 F:      include/linux/key.h
6445 F:      include/linux/key-type.h
6446 F:      include/linux/keyctl.h
6447 F:      include/uapi/linux/keyctl.h
6448 F:      include/keys/
6449 F:      security/keys/
6450
6451 KEYS-TRUSTED
6452 M:      David Safford <safford@us.ibm.com>
6453 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6454 L:      linux-security-module@vger.kernel.org
6455 L:      keyrings@vger.kernel.org
6456 S:      Supported
6457 F:      Documentation/security/keys-trusted-encrypted.txt
6458 F:      include/keys/trusted-type.h
6459 F:      security/keys/trusted.c
6460 F:      security/keys/trusted.h
6461
6462 KEYS-ENCRYPTED
6463 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6464 M:      David Safford <safford@us.ibm.com>
6465 L:      linux-security-module@vger.kernel.org
6466 L:      keyrings@vger.kernel.org
6467 S:      Supported
6468 F:      Documentation/security/keys-trusted-encrypted.txt
6469 F:      include/keys/encrypted-type.h
6470 F:      security/keys/encrypted-keys/
6471
6472 KGDB / KDB /debug_core
6473 M:      Jason Wessel <jason.wessel@windriver.com>
6474 W:      http://kgdb.wiki.kernel.org/
6475 L:      kgdb-bugreport@lists.sourceforge.net
6476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6477 S:      Maintained
6478 F:      Documentation/DocBook/kgdb.tmpl
6479 F:      drivers/misc/kgdbts.c
6480 F:      drivers/tty/serial/kgdboc.c
6481 F:      include/linux/kdb.h
6482 F:      include/linux/kgdb.h
6483 F:      kernel/debug/
6484
6485 KMEMCHECK
6486 M:      Vegard Nossum <vegardno@ifi.uio.no>
6487 M:      Pekka Enberg <penberg@kernel.org>
6488 S:      Maintained
6489 F:      Documentation/kmemcheck.txt
6490 F:      arch/x86/include/asm/kmemcheck.h
6491 F:      arch/x86/mm/kmemcheck/
6492 F:      include/linux/kmemcheck.h
6493 F:      mm/kmemcheck.c
6494
6495 KMEMLEAK
6496 M:      Catalin Marinas <catalin.marinas@arm.com>
6497 S:      Maintained
6498 F:      Documentation/kmemleak.txt
6499 F:      include/linux/kmemleak.h
6500 F:      mm/kmemleak.c
6501 F:      mm/kmemleak-test.c
6502
6503 KPROBES
6504 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
6505 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6506 M:      "David S. Miller" <davem@davemloft.net>
6507 M:      Masami Hiramatsu <mhiramat@kernel.org>
6508 S:      Maintained
6509 F:      Documentation/kprobes.txt
6510 F:      include/linux/kprobes.h
6511 F:      kernel/kprobes.c
6512
6513 KS0108 LCD CONTROLLER DRIVER
6514 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6515 W:      http://miguelojeda.es/auxdisplay.htm
6516 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6517 S:      Maintained
6518 F:      Documentation/auxdisplay/ks0108
6519 F:      drivers/auxdisplay/ks0108.c
6520 F:      include/linux/ks0108.h
6521
6522 L3MDEV
6523 M:      David Ahern <dsa@cumulusnetworks.com>
6524 L:      netdev@vger.kernel.org
6525 S:      Maintained
6526 F:      net/l3mdev
6527 F:      include/net/l3mdev.h
6528
6529 LANTIQ MIPS ARCHITECTURE
6530 M:      John Crispin <john@phrozen.org>
6531 L:      linux-mips@linux-mips.org
6532 S:      Maintained
6533 F:      arch/mips/lantiq
6534
6535 LAPB module
6536 L:      linux-x25@vger.kernel.org
6537 S:      Orphan
6538 F:      Documentation/networking/lapb-module.txt
6539 F:      include/*/lapb.h
6540 F:      net/lapb/
6541
6542 LASI 53c700 driver for PARISC
6543 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6544 L:      linux-scsi@vger.kernel.org
6545 S:      Maintained
6546 F:      Documentation/scsi/53c700.txt
6547 F:      drivers/scsi/53c700*
6548
6549 LED SUBSYSTEM
6550 M:      Richard Purdie <rpurdie@rpsys.net>
6551 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6552 L:      linux-leds@vger.kernel.org
6553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6554 S:      Maintained
6555 F:      drivers/leds/
6556 F:      include/linux/leds.h
6557
6558 LEGACY EEPROM DRIVER
6559 M:      Jean Delvare <jdelvare@suse.com>
6560 S:      Maintained
6561 F:      Documentation/misc-devices/eeprom
6562 F:      drivers/misc/eeprom/eeprom.c
6563
6564 LEGO USB Tower driver
6565 M:      Juergen Stuber <starblue@users.sourceforge.net>
6566 L:      legousb-devel@lists.sourceforge.net
6567 W:      http://legousb.sourceforge.net/
6568 S:      Maintained
6569 F:      drivers/usb/misc/legousbtower.c
6570
6571 LG2160 MEDIA DRIVER
6572 M:      Michael Krufky <mkrufky@linuxtv.org>
6573 L:      linux-media@vger.kernel.org
6574 W:      https://linuxtv.org
6575 W:      http://github.com/mkrufky
6576 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6577 T:      git git://linuxtv.org/mkrufky/tuners.git
6578 S:      Maintained
6579 F:      drivers/media/dvb-frontends/lg2160.*
6580
6581 LGDT3305 MEDIA DRIVER
6582 M:      Michael Krufky <mkrufky@linuxtv.org>
6583 L:      linux-media@vger.kernel.org
6584 W:      https://linuxtv.org
6585 W:      http://github.com/mkrufky
6586 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6587 T:      git git://linuxtv.org/mkrufky/tuners.git
6588 S:      Maintained
6589 F:      drivers/media/dvb-frontends/lgdt3305.*
6590
6591 LGUEST
6592 M:      Rusty Russell <rusty@rustcorp.com.au>
6593 L:      lguest@lists.ozlabs.org
6594 W:      http://lguest.ozlabs.org/
6595 S:      Odd Fixes
6596 F:      arch/x86/include/asm/lguest*.h
6597 F:      arch/x86/lguest/
6598 F:      drivers/lguest/
6599 F:      include/linux/lguest*.h
6600 F:      tools/lguest/
6601
6602 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6603 M:      Tejun Heo <tj@kernel.org>
6604 L:      linux-ide@vger.kernel.org
6605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6606 S:      Maintained
6607 F:      drivers/ata/
6608 F:      include/linux/ata.h
6609 F:      include/linux/libata.h
6610
6611 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6612 M:      Viresh Kumar <vireshk@kernel.org>
6613 L:      linux-ide@vger.kernel.org
6614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6615 S:      Maintained
6616 F:      include/linux/pata_arasan_cf_data.h
6617 F:      drivers/ata/pata_arasan_cf.c
6618
6619 LIBATA PATA DRIVERS
6620 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6621 M:      Tejun Heo <tj@kernel.org>
6622 L:      linux-ide@vger.kernel.org
6623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6624 S:      Maintained
6625 F:      drivers/ata/pata_*.c
6626 F:      drivers/ata/ata_generic.c
6627
6628 LIBATA SATA AHCI PLATFORM devices support
6629 M:      Hans de Goede <hdegoede@redhat.com>
6630 M:      Tejun Heo <tj@kernel.org>
6631 L:      linux-ide@vger.kernel.org
6632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6633 S:      Maintained
6634 F:      drivers/ata/ahci_platform.c
6635 F:      drivers/ata/libahci_platform.c
6636 F:      include/linux/ahci_platform.h
6637
6638 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6639 M:      Mikael Pettersson <mikpelinux@gmail.com>
6640 L:      linux-ide@vger.kernel.org
6641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6642 S:      Maintained
6643 F:      drivers/ata/sata_promise.*
6644
6645 LIBLOCKDEP
6646 M:      Sasha Levin <sasha.levin@oracle.com>
6647 S:      Maintained
6648 F:      tools/lib/lockdep/
6649
6650 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6651 M:      Dan Williams <dan.j.williams@intel.com>
6652 L:      linux-nvdimm@lists.01.org
6653 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6655 S:      Supported
6656 F:      drivers/nvdimm/*
6657 F:      include/linux/nd.h
6658 F:      include/linux/libnvdimm.h
6659 F:      include/uapi/linux/ndctl.h
6660
6661 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6662 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6663 L:      linux-nvdimm@lists.01.org
6664 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6665 S:      Supported
6666 F:      drivers/nvdimm/blk.c
6667 F:      drivers/nvdimm/region_devs.c
6668 F:      drivers/acpi/nfit*
6669
6670 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6671 M:      Vishal Verma <vishal.l.verma@intel.com>
6672 L:      linux-nvdimm@lists.01.org
6673 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6674 S:      Supported
6675 F:      drivers/nvdimm/btt*
6676
6677 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6678 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6679 L:      linux-nvdimm@lists.01.org
6680 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6681 S:      Supported
6682 F:      drivers/nvdimm/pmem.c
6683 F:      include/linux/pmem.h
6684 F:      arch/*/include/asm/pmem.h
6685
6686 LIGHTNVM PLATFORM SUPPORT
6687 M:      Matias Bjorling <mb@lightnvm.io>
6688 W:      http://github/OpenChannelSSD
6689 L:      linux-block@vger.kernel.org
6690 S:      Maintained
6691 F:      drivers/lightnvm/
6692 F:      include/linux/lightnvm.h
6693 F:      include/uapi/linux/lightnvm.h
6694
6695 LINUX FOR IBM pSERIES (RS/6000)
6696 M:      Paul Mackerras <paulus@au.ibm.com>
6697 W:      http://www.ibm.com/linux/ltc/projects/ppc
6698 S:      Supported
6699 F:      arch/powerpc/boot/rs6000.h
6700
6701 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6702 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6703 M:      Paul Mackerras <paulus@samba.org>
6704 M:      Michael Ellerman <mpe@ellerman.id.au>
6705 W:      http://www.penguinppc.org/
6706 L:      linuxppc-dev@lists.ozlabs.org
6707 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6708 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6709 S:      Supported
6710 F:      Documentation/powerpc/
6711 F:      arch/powerpc/
6712 F:      drivers/char/tpm/tpm_ibmvtpm*
6713 F:      drivers/crypto/nx/
6714 F:      drivers/crypto/vmx/
6715 F:      drivers/net/ethernet/ibm/ibmveth.*
6716 F:      drivers/net/ethernet/ibm/ibmvnic.*
6717 F:      drivers/pci/hotplug/rpa*
6718 F:      drivers/scsi/ibmvscsi/
6719 N:      opal
6720 N:      /pmac
6721 N:      powermac
6722 N:      powernv
6723 N:      [^a-z0-9]ps3
6724 N:      pseries
6725
6726 LINUX FOR POWER MACINTOSH
6727 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6728 W:      http://www.penguinppc.org/
6729 L:      linuxppc-dev@lists.ozlabs.org
6730 S:      Maintained
6731 F:      arch/powerpc/platforms/powermac/
6732 F:      drivers/macintosh/
6733
6734 LINUX FOR POWERPC EMBEDDED MPC5XXX
6735 M:      Anatolij Gustschin <agust@denx.de>
6736 L:      linuxppc-dev@lists.ozlabs.org
6737 T:      git git://git.denx.de/linux-denx-agust.git
6738 S:      Maintained
6739 F:      arch/powerpc/platforms/512x/
6740 F:      arch/powerpc/platforms/52xx/
6741
6742 LINUX FOR POWERPC EMBEDDED PPC4XX
6743 M:      Alistair Popple <alistair@popple.id.au>
6744 M:      Matt Porter <mporter@kernel.crashing.org>
6745 W:      http://www.penguinppc.org/
6746 L:      linuxppc-dev@lists.ozlabs.org
6747 S:      Maintained
6748 F:      arch/powerpc/platforms/40x/
6749 F:      arch/powerpc/platforms/44x/
6750
6751 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6752 L:      linuxppc-dev@lists.ozlabs.org
6753 S:      Orphan
6754 F:      arch/powerpc/*/*virtex*
6755 F:      arch/powerpc/*/*/*virtex*
6756
6757 LINUX FOR POWERPC EMBEDDED PPC8XX
6758 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6759 W:      http://www.penguinppc.org/
6760 L:      linuxppc-dev@lists.ozlabs.org
6761 S:      Maintained
6762 F:      arch/powerpc/platforms/8xx/
6763
6764 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6765 M:      Scott Wood <oss@buserror.net>
6766 M:      Kumar Gala <galak@kernel.crashing.org>
6767 W:      http://www.penguinppc.org/
6768 L:      linuxppc-dev@lists.ozlabs.org
6769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6770 S:      Maintained
6771 F:      arch/powerpc/platforms/83xx/
6772 F:      arch/powerpc/platforms/85xx/
6773
6774 LINUX FOR POWERPC PA SEMI PWRFICIENT
6775 M:      Olof Johansson <olof@lixom.net>
6776 L:      linuxppc-dev@lists.ozlabs.org
6777 S:      Maintained
6778 F:      arch/powerpc/platforms/pasemi/
6779 F:      drivers/*/*pasemi*
6780 F:      drivers/*/*/*pasemi*
6781
6782 LINUX SECURITY MODULE (LSM) FRAMEWORK
6783 M:      Chris Wright <chrisw@sous-sol.org>
6784 L:      linux-security-module@vger.kernel.org
6785 S:      Supported
6786
6787 LIS3LV02D ACCELEROMETER DRIVER
6788 M:      Eric Piel <eric.piel@tremplin-utc.net>
6789 S:      Maintained
6790 F:      Documentation/misc-devices/lis3lv02d
6791 F:      drivers/misc/lis3lv02d/
6792 F:      drivers/platform/x86/hp_accel.c
6793
6794 LIVE PATCHING
6795 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6796 M:      Jessica Yu <jeyu@redhat.com>
6797 M:      Jiri Kosina <jikos@kernel.org>
6798 M:      Miroslav Benes <mbenes@suse.cz>
6799 R:      Petr Mladek <pmladek@suse.com>
6800 S:      Maintained
6801 F:      kernel/livepatch/
6802 F:      include/linux/livepatch.h
6803 F:      arch/x86/include/asm/livepatch.h
6804 F:      arch/x86/kernel/livepatch.c
6805 F:      Documentation/livepatch/
6806 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6807 F:      samples/livepatch/
6808 L:      live-patching@vger.kernel.org
6809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6810
6811 LINUX KERNEL DUMP TEST MODULE (LKDTM)
6812 M:      Kees Cook <keescook@chromium.org>
6813 S:      Maintained
6814 F:      drivers/misc/lkdtm.c
6815
6816 LLC (802.2)
6817 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6818 S:      Maintained
6819 F:      include/linux/llc.h
6820 F:      include/uapi/linux/llc.h
6821 F:      include/net/llc*
6822 F:      net/llc/
6823
6824 LM73 HARDWARE MONITOR DRIVER
6825 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6826 L:      linux-hwmon@vger.kernel.org
6827 S:      Maintained
6828 F:      drivers/hwmon/lm73.c
6829
6830 LM78 HARDWARE MONITOR DRIVER
6831 M:      Jean Delvare <jdelvare@suse.com>
6832 L:      linux-hwmon@vger.kernel.org
6833 S:      Maintained
6834 F:      Documentation/hwmon/lm78
6835 F:      drivers/hwmon/lm78.c
6836
6837 LM83 HARDWARE MONITOR DRIVER
6838 M:      Jean Delvare <jdelvare@suse.com>
6839 L:      linux-hwmon@vger.kernel.org
6840 S:      Maintained
6841 F:      Documentation/hwmon/lm83
6842 F:      drivers/hwmon/lm83.c
6843
6844 LM90 HARDWARE MONITOR DRIVER
6845 M:      Jean Delvare <jdelvare@suse.com>
6846 L:      linux-hwmon@vger.kernel.org
6847 S:      Maintained
6848 F:      Documentation/hwmon/lm90
6849 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6850 F:      drivers/hwmon/lm90.c
6851
6852 LM95234 HARDWARE MONITOR DRIVER
6853 M:      Guenter Roeck <linux@roeck-us.net>
6854 L:      linux-hwmon@vger.kernel.org
6855 S:      Maintained
6856 F:      Documentation/hwmon/lm95234
6857 F:      drivers/hwmon/lm95234.c
6858
6859 LME2510 MEDIA DRIVER
6860 M:      Malcolm Priestley <tvboxspy@gmail.com>
6861 L:      linux-media@vger.kernel.org
6862 W:      https://linuxtv.org
6863 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6864 S:      Maintained
6865 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6866
6867 LOCKDEP AND LOCKSTAT
6868 M:      Peter Zijlstra <peterz@infradead.org>
6869 M:      Ingo Molnar <mingo@redhat.com>
6870 L:      linux-kernel@vger.kernel.org
6871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6872 S:      Maintained
6873 F:      Documentation/locking/lockdep*.txt
6874 F:      Documentation/locking/lockstat.txt
6875 F:      include/linux/lockdep.h
6876 F:      kernel/locking/
6877
6878 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6879 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6880 L:      linux-ntfs-dev@lists.sourceforge.net
6881 W:      http://www.linux-ntfs.org/content/view/19/37/
6882 S:      Maintained
6883 F:      Documentation/ldm.txt
6884 F:      block/partitions/ldm.*
6885
6886 LogFS
6887 M:      Joern Engel <joern@logfs.org>
6888 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6889 L:      logfs@logfs.org
6890 W:      logfs.org
6891 S:      Maintained
6892 F:      fs/logfs/
6893
6894 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6895 M:      Sathya Prakash <sathya.prakash@broadcom.com>
6896 M:      Chaitra P B <chaitra.basappa@broadcom.com>
6897 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
6898 L:      MPT-FusionLinux.pdl@broadcom.com
6899 L:      linux-scsi@vger.kernel.org
6900 W:      http://www.avagotech.com/support/
6901 S:      Supported
6902 F:      drivers/message/fusion/
6903 F:      drivers/scsi/mpt2sas/
6904 F:      drivers/scsi/mpt3sas/
6905
6906 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6907 M:      Matthew Wilcox <matthew@wil.cx>
6908 L:      linux-scsi@vger.kernel.org
6909 S:      Maintained
6910 F:      drivers/scsi/sym53c8xx_2/
6911
6912 LTC4261 HARDWARE MONITOR DRIVER
6913 M:      Guenter Roeck <linux@roeck-us.net>
6914 L:      linux-hwmon@vger.kernel.org
6915 S:      Maintained
6916 F:      Documentation/hwmon/ltc4261
6917 F:      drivers/hwmon/ltc4261.c
6918
6919 LTP (Linux Test Project)
6920 M:      Mike Frysinger <vapier@gentoo.org>
6921 M:      Cyril Hrubis <chrubis@suse.cz>
6922 M:      Wanlong Gao <wanlong.gao@gmail.com>
6923 M:      Jan Stancek <jstancek@redhat.com>
6924 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6925 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6926 L:      ltp@lists.linux.it (subscribers-only)
6927 W:      http://linux-test-project.github.io/
6928 T:      git git://github.com/linux-test-project/ltp.git
6929 S:      Maintained
6930
6931 M32R ARCHITECTURE
6932 W:      http://www.linux-m32r.org/
6933 S:      Orphan
6934 F:      arch/m32r/
6935
6936 M68K ARCHITECTURE
6937 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6938 L:      linux-m68k@lists.linux-m68k.org
6939 W:      http://www.linux-m68k.org/
6940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6941 S:      Maintained
6942 F:      arch/m68k/
6943 F:      drivers/zorro/
6944
6945 M68K ON APPLE MACINTOSH
6946 M:      Joshua Thompson <funaho@jurai.org>
6947 W:      http://www.mac.linux-m68k.org/
6948 L:      linux-m68k@lists.linux-m68k.org
6949 S:      Maintained
6950 F:      arch/m68k/mac/
6951
6952 M68K ON HP9000/300
6953 M:      Philip Blundell <philb@gnu.org>
6954 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6955 S:      Maintained
6956 F:      arch/m68k/hp300/
6957
6958 M88DS3103 MEDIA DRIVER
6959 M:      Antti Palosaari <crope@iki.fi>
6960 L:      linux-media@vger.kernel.org
6961 W:      https://linuxtv.org
6962 W:      http://palosaari.fi/linux/
6963 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6964 T:      git git://linuxtv.org/anttip/media_tree.git
6965 S:      Maintained
6966 F:      drivers/media/dvb-frontends/m88ds3103*
6967
6968 M88RS2000 MEDIA DRIVER
6969 M:      Malcolm Priestley <tvboxspy@gmail.com>
6970 L:      linux-media@vger.kernel.org
6971 W:      https://linuxtv.org
6972 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6973 S:      Maintained
6974 F:      drivers/media/dvb-frontends/m88rs2000*
6975
6976 MA901 MASTERKIT USB FM RADIO DRIVER
6977 M:      Alexey Klimov <klimov.linux@gmail.com>
6978 L:      linux-media@vger.kernel.org
6979 T:      git git://linuxtv.org/media_tree.git
6980 S:      Maintained
6981 F:      drivers/media/radio/radio-ma901.c
6982
6983 MAC80211
6984 M:      Johannes Berg <johannes@sipsolutions.net>
6985 L:      linux-wireless@vger.kernel.org
6986 W:      http://wireless.kernel.org/
6987 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6988 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6989 S:      Maintained
6990 F:      Documentation/networking/mac80211-injection.txt
6991 F:      include/net/mac80211.h
6992 F:      net/mac80211/
6993 F:      drivers/net/wireless/mac80211_hwsim.[ch]
6994
6995 MACVLAN DRIVER
6996 M:      Patrick McHardy <kaber@trash.net>
6997 L:      netdev@vger.kernel.org
6998 S:      Maintained
6999 F:      drivers/net/macvlan.c
7000 F:      include/linux/if_macvlan.h
7001
7002 MAILBOX API
7003 M:      Jassi Brar <jassisinghbrar@gmail.com>
7004 L:      linux-kernel@vger.kernel.org
7005 S:      Maintained
7006 F:      drivers/mailbox/
7007 F:      include/linux/mailbox_client.h
7008 F:      include/linux/mailbox_controller.h
7009
7010 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7011 M:      Michael Kerrisk <mtk.manpages@gmail.com>
7012 W:      http://www.kernel.org/doc/man-pages
7013 L:      linux-man@vger.kernel.org
7014 S:      Maintained
7015
7016 MARVELL ARMADA DRM SUPPORT
7017 M:      Russell King <rmk+kernel@armlinux.org.uk>
7018 S:      Maintained
7019 F:      drivers/gpu/drm/armada/
7020
7021 MARVELL 88E6352 DSA support
7022 M:      Guenter Roeck <linux@roeck-us.net>
7023 S:      Maintained
7024 F:      drivers/net/dsa/mv88e6352.c
7025
7026 MARVELL CRYPTO DRIVER
7027 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7028 M:      Arnaud Ebalard <arno@natisbad.org>
7029 F:      drivers/crypto/marvell/
7030 S:      Maintained
7031 L:      linux-crypto@vger.kernel.org
7032
7033 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7034 M:      Mirko Lindner <mlindner@marvell.com>
7035 M:      Stephen Hemminger <stephen@networkplumber.org>
7036 L:      netdev@vger.kernel.org
7037 S:      Maintained
7038 F:      drivers/net/ethernet/marvell/sk*
7039
7040 MARVELL LIBERTAS WIRELESS DRIVER
7041 L:      libertas-dev@lists.infradead.org
7042 S:      Orphan
7043 F:      drivers/net/wireless/marvell/libertas/
7044
7045 MARVELL MV643XX ETHERNET DRIVER
7046 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7047 L:      netdev@vger.kernel.org
7048 S:      Maintained
7049 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7050 F:      include/linux/mv643xx.h
7051
7052 MARVELL MVNETA ETHERNET DRIVER
7053 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7054 L:      netdev@vger.kernel.org
7055 S:      Maintained
7056 F:      drivers/net/ethernet/marvell/mvneta.*
7057
7058 MARVELL MWIFIEX WIRELESS DRIVER
7059 M:      Amitkumar Karwar <akarwar@marvell.com>
7060 M:      Nishant Sarmukadam <nishants@marvell.com>
7061 L:      linux-wireless@vger.kernel.org
7062 S:      Maintained
7063 F:      drivers/net/wireless/marvell/mwifiex/
7064
7065 MARVELL MWL8K WIRELESS DRIVER
7066 M:      Lennert Buytenhek <buytenh@wantstofly.org>
7067 L:      linux-wireless@vger.kernel.org
7068 S:      Odd Fixes
7069 F:      drivers/net/wireless/marvell/mwl8k.c
7070
7071 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7072 M:      Nicolas Pitre <nico@fluxnic.net>
7073 S:      Odd Fixes
7074 F:      drivers/mmc/host/mvsdio.*
7075
7076 MATROX FRAMEBUFFER DRIVER
7077 L:      linux-fbdev@vger.kernel.org
7078 S:      Orphan
7079 F:      drivers/video/fbdev/matrox/matroxfb_*
7080 F:      include/uapi/linux/matroxfb.h
7081
7082 MAX16065 HARDWARE MONITOR DRIVER
7083 M:      Guenter Roeck <linux@roeck-us.net>
7084 L:      linux-hwmon@vger.kernel.org
7085 S:      Maintained
7086 F:      Documentation/hwmon/max16065
7087 F:      drivers/hwmon/max16065.c
7088
7089 MAX20751 HARDWARE MONITOR DRIVER
7090 M:      Guenter Roeck <linux@roeck-us.net>
7091 L:      linux-hwmon@vger.kernel.org
7092 S:      Maintained
7093 F:      Documentation/hwmon/max20751
7094 F:      drivers/hwmon/max20751.c
7095
7096 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7097 M:      "Hans J. Koch" <hjk@hansjkoch.de>
7098 L:      linux-hwmon@vger.kernel.org
7099 S:      Maintained
7100 F:      Documentation/hwmon/max6650
7101 F:      drivers/hwmon/max6650.c
7102
7103 MAX6697 HARDWARE MONITOR DRIVER
7104 M:      Guenter Roeck <linux@roeck-us.net>
7105 L:      linux-hwmon@vger.kernel.org
7106 S:      Maintained
7107 F:      Documentation/hwmon/max6697
7108 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7109 F:      drivers/hwmon/max6697.c
7110 F:      include/linux/platform_data/max6697.h
7111
7112 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7113 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
7114 L:      linux-pm@vger.kernel.org
7115 S:      Supported
7116 F:      drivers/power/max14577_charger.c
7117 F:      drivers/power/max77693_charger.c
7118
7119 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7120 M:      Javier Martinez Canillas <javier@osg.samsung.com>
7121 L:      linux-kernel@vger.kernel.org
7122 S:      Supported
7123 F:      drivers/*/*max77802*.c
7124 F:      Documentation/devicetree/bindings/*/*max77802.txt
7125 F:      include/dt-bindings/*/*max77802.h
7126
7127 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7128 M:      Chanwoo Choi <cw00.choi@samsung.com>
7129 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
7130 L:      linux-kernel@vger.kernel.org
7131 S:      Supported
7132 F:      drivers/*/max14577*.c
7133 F:      drivers/*/max77686*.c
7134 F:      drivers/*/max77693*.c
7135 F:      drivers/extcon/extcon-max14577.c
7136 F:      drivers/extcon/extcon-max77693.c
7137 F:      drivers/rtc/rtc-max77686.c
7138 F:      drivers/clk/clk-max77686.c
7139 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7140 F:      Documentation/devicetree/bindings/*/max77686.txt
7141 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7142 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7143 F:      include/linux/mfd/max14577*.h
7144 F:      include/linux/mfd/max77686*.h
7145 F:      include/linux/mfd/max77693*.h
7146
7147 MAXIRADIO FM RADIO RECEIVER DRIVER
7148 M:      Hans Verkuil <hverkuil@xs4all.nl>
7149 L:      linux-media@vger.kernel.org
7150 T:      git git://linuxtv.org/media_tree.git
7151 W:      https://linuxtv.org
7152 S:      Maintained
7153 F:      drivers/media/radio/radio-maxiradio*
7154
7155 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7156 M:      Peter Rosin <peda@axentia.se>
7157 L:      linux-iio@vger.kernel.org
7158 S:      Maintained
7159 F:      drivers/iio/potentiometer/mcp4531.c
7160
7161 MEDIA DRIVERS FOR RENESAS - VSP1
7162 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7163 L:      linux-media@vger.kernel.org
7164 L:      linux-renesas-soc@vger.kernel.org
7165 T:      git git://linuxtv.org/media_tree.git
7166 S:      Supported
7167 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7168 F:      drivers/media/platform/vsp1/
7169
7170 MEDIA DRIVERS FOR ASCOT2E
7171 M:      Sergey Kozlov <serjk@netup.ru>
7172 L:      linux-media@vger.kernel.org
7173 W:      https://linuxtv.org
7174 W:      http://netup.tv/
7175 T:      git git://linuxtv.org/media_tree.git
7176 S:      Supported
7177 F:      drivers/media/dvb-frontends/ascot2e*
7178
7179 MEDIA DRIVERS FOR CXD2841ER
7180 M:      Sergey Kozlov <serjk@netup.ru>
7181 L:      linux-media@vger.kernel.org
7182 W:      https://linuxtv.org
7183 W:      http://netup.tv/
7184 T:      git git://linuxtv.org/media_tree.git
7185 S:      Supported
7186 F:      drivers/media/dvb-frontends/cxd2841er*
7187
7188 MEDIA DRIVERS FOR HORUS3A
7189 M:      Sergey Kozlov <serjk@netup.ru>
7190 L:      linux-media@vger.kernel.org
7191 W:      https://linuxtv.org
7192 W:      http://netup.tv/
7193 T:      git git://linuxtv.org/media_tree.git
7194 S:      Supported
7195 F:      drivers/media/dvb-frontends/horus3a*
7196
7197 MEDIA DRIVERS FOR LNBH25
7198 M:      Sergey Kozlov <serjk@netup.ru>
7199 L:      linux-media@vger.kernel.org
7200 W:      https://linuxtv.org
7201 W:      http://netup.tv/
7202 T:      git git://linuxtv.org/media_tree.git
7203 S:      Supported
7204 F:      drivers/media/dvb-frontends/lnbh25*
7205
7206 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7207 M:      Sergey Kozlov <serjk@netup.ru>
7208 L:      linux-media@vger.kernel.org
7209 W:      https://linuxtv.org
7210 W:      http://netup.tv/
7211 T:      git git://linuxtv.org/media_tree.git
7212 S:      Supported
7213 F:      drivers/media/pci/netup_unidvb/*
7214
7215 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7216 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
7217 P:      LinuxTV.org Project
7218 L:      linux-media@vger.kernel.org
7219 W:      https://linuxtv.org
7220 Q:      http://patchwork.kernel.org/project/linux-media/list/
7221 T:      git git://linuxtv.org/media_tree.git
7222 S:      Maintained
7223 F:      Documentation/dvb/
7224 F:      Documentation/video4linux/
7225 F:      Documentation/DocBook/media/
7226 F:      drivers/media/
7227 F:      drivers/staging/media/
7228 F:      include/linux/platform_data/media/
7229 F:      include/media/
7230 F:      include/uapi/linux/dvb/
7231 F:      include/uapi/linux/videodev2.h
7232 F:      include/uapi/linux/media.h
7233 F:      include/uapi/linux/v4l2-*
7234 F:      include/uapi/linux/meye.h
7235 F:      include/uapi/linux/ivtv*
7236 F:      include/uapi/linux/uvcvideo.h
7237
7238 MEDIATEK ETHERNET DRIVER
7239 M:      Felix Fietkau <nbd@openwrt.org>
7240 M:      John Crispin <blogic@openwrt.org>
7241 L:      netdev@vger.kernel.org
7242 S:      Maintained
7243 F:      drivers/net/ethernet/mediatek/
7244
7245 MEDIATEK MT7601U WIRELESS LAN DRIVER
7246 M:      Jakub Kicinski <kubakici@wp.pl>
7247 L:      linux-wireless@vger.kernel.org
7248 S:      Maintained
7249 F:      drivers/net/wireless/mediatek/mt7601u/
7250
7251 MEGARAID SCSI/SAS DRIVERS
7252 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7253 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7254 M:      Uday Lingala <uday.lingala@avagotech.com>
7255 L:      megaraidlinux.pdl@avagotech.com
7256 L:      linux-scsi@vger.kernel.org
7257 W:      http://www.lsi.com
7258 S:      Maintained
7259 F:      Documentation/scsi/megaraid.txt
7260 F:      drivers/scsi/megaraid.*
7261 F:      drivers/scsi/megaraid/
7262
7263 MELLANOX ETHERNET DRIVER (mlx4_en)
7264 M:      Eugenia Emantayev <eugenia@mellanox.com>
7265 L:      netdev@vger.kernel.org
7266 S:      Supported
7267 W:      http://www.mellanox.com
7268 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7269 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7270
7271 MELLANOX ETHERNET DRIVER (mlx5e)
7272 M:      Saeed Mahameed <saeedm@mellanox.com>
7273 L:      netdev@vger.kernel.org
7274 S:      Supported
7275 W:      http://www.mellanox.com
7276 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7277 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7278
7279 MELLANOX ETHERNET SWITCH DRIVERS
7280 M:      Jiri Pirko <jiri@mellanox.com>
7281 M:      Ido Schimmel <idosch@mellanox.com>
7282 L:      netdev@vger.kernel.org
7283 S:      Supported
7284 W:      http://www.mellanox.com
7285 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7286 F:      drivers/net/ethernet/mellanox/mlxsw/
7287
7288 MEMBARRIER SUPPORT
7289 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7290 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7291 L:      linux-kernel@vger.kernel.org
7292 S:      Supported
7293 F:      kernel/membarrier.c
7294 F:      include/uapi/linux/membarrier.h
7295
7296 MEMORY MANAGEMENT
7297 L:      linux-mm@kvack.org
7298 W:      http://www.linux-mm.org
7299 S:      Maintained
7300 F:      include/linux/mm.h
7301 F:      include/linux/gfp.h
7302 F:      include/linux/mmzone.h
7303 F:      include/linux/memory_hotplug.h
7304 F:      include/linux/vmalloc.h
7305 F:      mm/
7306
7307 MEMORY TECHNOLOGY DEVICES (MTD)
7308 M:      David Woodhouse <dwmw2@infradead.org>
7309 M:      Brian Norris <computersforpeace@gmail.com>
7310 L:      linux-mtd@lists.infradead.org
7311 W:      http://www.linux-mtd.infradead.org/
7312 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7313 T:      git git://git.infradead.org/linux-mtd.git
7314 T:      git git://git.infradead.org/l2-mtd.git
7315 S:      Maintained
7316 F:      drivers/mtd/
7317 F:      include/linux/mtd/
7318 F:      include/uapi/mtd/
7319
7320 MEN A21 WATCHDOG DRIVER
7321 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7322 L:      linux-watchdog@vger.kernel.org
7323 S:      Maintained
7324 F:      drivers/watchdog/mena21_wdt.c
7325
7326 MEN CHAMELEON BUS (mcb)
7327 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7328 S:      Maintained
7329 F:      drivers/mcb/
7330 F:      include/linux/mcb.h
7331 F:      Documentation/men-chameleon-bus.txt
7332
7333 MEN F21BMC (Board Management Controller)
7334 M:      Andreas Werner <andreas.werner@men.de>
7335 S:      Supported
7336 F:      drivers/mfd/menf21bmc.c
7337 F:      drivers/watchdog/menf21bmc_wdt.c
7338 F:      drivers/leds/leds-menf21bmc.c
7339 F:      drivers/hwmon/menf21bmc_hwmon.c
7340 F:      Documentation/hwmon/menf21bmc
7341
7342 METAG ARCHITECTURE
7343 M:      James Hogan <james.hogan@imgtec.com>
7344 L:      linux-metag@vger.kernel.org
7345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7346 S:      Odd Fixes
7347 F:      arch/metag/
7348 F:      Documentation/metag/
7349 F:      Documentation/devicetree/bindings/metag/
7350 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7351 F:      drivers/clocksource/metag_generic.c
7352 F:      drivers/irqchip/irq-metag.c
7353 F:      drivers/irqchip/irq-metag-ext.c
7354 F:      drivers/tty/metag_da.c
7355
7356 MICROBLAZE ARCHITECTURE
7357 M:      Michal Simek <monstr@monstr.eu>
7358 W:      http://www.monstr.eu/fdt/
7359 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7360 S:      Supported
7361 F:      arch/microblaze/
7362
7363 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7364 M:      Chen Yu <yu.c.chen@intel.com>
7365 L:      platform-driver-x86@vger.kernel.org
7366 S:      Supported
7367 F:      drivers/platform/x86/surfacepro3_button.c
7368
7369 MICROTEK X6 SCANNER
7370 M:      Oliver Neukum <oliver@neukum.org>
7371 S:      Maintained
7372 F:      drivers/usb/image/microtek.*
7373
7374 MIPS
7375 M:      Ralf Baechle <ralf@linux-mips.org>
7376 L:      linux-mips@linux-mips.org
7377 W:      http://www.linux-mips.org/
7378 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7379 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7380 S:      Supported
7381 F:      Documentation/mips/
7382 F:      arch/mips/
7383
7384 MIPS/LOONGSON1 ARCHITECTURE
7385 M:      Keguang Zhang <keguang.zhang@gmail.com>
7386 L:      linux-mips@linux-mips.org
7387 S:      Maintained
7388 F:      arch/mips/loongson32/
7389 F:      arch/mips/include/asm/mach-loongson32/
7390 F:      drivers/*/*loongson1*
7391 F:      drivers/*/*/*loongson1*
7392
7393 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7394 M:      Hans Verkuil <hverkuil@xs4all.nl>
7395 L:      linux-media@vger.kernel.org
7396 T:      git git://linuxtv.org/media_tree.git
7397 W:      https://linuxtv.org
7398 S:      Odd Fixes
7399 F:      drivers/media/radio/radio-miropcm20*
7400
7401 MELLANOX MLX4 core VPI driver
7402 M:      Yishai Hadas <yishaih@mellanox.com>
7403 L:      netdev@vger.kernel.org
7404 L:      linux-rdma@vger.kernel.org
7405 W:      http://www.mellanox.com
7406 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7407 S:      Supported
7408 F:      drivers/net/ethernet/mellanox/mlx4/
7409 F:      include/linux/mlx4/
7410
7411 MELLANOX MLX4 IB driver
7412 M:      Yishai Hadas <yishaih@mellanox.com>
7413 L:      linux-rdma@vger.kernel.org
7414 W:      http://www.mellanox.com
7415 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7416 S:      Supported
7417 F:      drivers/infiniband/hw/mlx4/
7418 F:      include/linux/mlx4/
7419
7420 MELLANOX MLX5 core VPI driver
7421 M:      Matan Barak <matanb@mellanox.com>
7422 M:      Leon Romanovsky <leonro@mellanox.com>
7423 L:      netdev@vger.kernel.org
7424 L:      linux-rdma@vger.kernel.org
7425 W:      http://www.mellanox.com
7426 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7427 S:      Supported
7428 F:      drivers/net/ethernet/mellanox/mlx5/core/
7429 F:      include/linux/mlx5/
7430
7431 MELLANOX MLX5 IB driver
7432 M:      Matan Barak <matanb@mellanox.com>
7433 M:      Leon Romanovsky <leonro@mellanox.com>
7434 L:      linux-rdma@vger.kernel.org
7435 W:      http://www.mellanox.com
7436 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7437 S:      Supported
7438 F:      drivers/infiniband/hw/mlx5/
7439 F:      include/linux/mlx5/
7440
7441 MELEXIS MLX90614 DRIVER
7442 M:      Crt Mori <cmo@melexis.com>
7443 L:      linux-iio@vger.kernel.org
7444 W:      http://www.melexis.com
7445 S:      Supported
7446 F:      drivers/iio/temperature/mlx90614.c
7447
7448 MN88472 MEDIA DRIVER
7449 M:      Antti Palosaari <crope@iki.fi>
7450 L:      linux-media@vger.kernel.org
7451 W:      https://linuxtv.org
7452 W:      http://palosaari.fi/linux/
7453 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7454 T:      git git://linuxtv.org/anttip/media_tree.git
7455 S:      Maintained
7456 F:      drivers/staging/media/mn88472/
7457 F:      drivers/media/dvb-frontends/mn88472.h
7458
7459 MN88473 MEDIA DRIVER
7460 M:      Antti Palosaari <crope@iki.fi>
7461 L:      linux-media@vger.kernel.org
7462 W:      https://linuxtv.org
7463 W:      http://palosaari.fi/linux/
7464 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7465 S:      Maintained
7466 F:      drivers/media/dvb-frontends/mn88473*
7467
7468 MODULE SUPPORT
7469 M:      Rusty Russell <rusty@rustcorp.com.au>
7470 S:      Maintained
7471 F:      include/linux/module.h
7472 F:      kernel/module.c
7473
7474 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7475 W:      http://popies.net/meye/
7476 S:      Orphan
7477 F:      Documentation/video4linux/meye.txt
7478 F:      drivers/media/pci/meye/
7479 F:      include/uapi/linux/meye.h
7480
7481 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7482 M:      Jiri Slaby <jirislaby@gmail.com>
7483 S:      Maintained
7484 F:      Documentation/serial/moxa-smartio
7485 F:      drivers/tty/mxser.*
7486
7487 MR800 AVERMEDIA USB FM RADIO DRIVER
7488 M:      Alexey Klimov <klimov.linux@gmail.com>
7489 L:      linux-media@vger.kernel.org
7490 T:      git git://linuxtv.org/media_tree.git
7491 S:      Maintained
7492 F:      drivers/media/radio/radio-mr800.c
7493
7494 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7495 M:      Alan Ott <alan@signal11.us>
7496 L:      linux-wpan@vger.kernel.org
7497 S:      Maintained
7498 F:      drivers/net/ieee802154/mrf24j40.c
7499 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7500
7501 MSI LAPTOP SUPPORT
7502 M:      "Lee, Chun-Yi" <jlee@suse.com>
7503 L:      platform-driver-x86@vger.kernel.org
7504 S:      Maintained
7505 F:      drivers/platform/x86/msi-laptop.c
7506
7507 MSI WMI SUPPORT
7508 L:      platform-driver-x86@vger.kernel.org
7509 S:      Orphan
7510 F:      drivers/platform/x86/msi-wmi.c
7511
7512 MSI001 MEDIA DRIVER
7513 M:      Antti Palosaari <crope@iki.fi>
7514 L:      linux-media@vger.kernel.org
7515 W:      https://linuxtv.org
7516 W:      http://palosaari.fi/linux/
7517 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7518 T:      git git://linuxtv.org/anttip/media_tree.git
7519 S:      Maintained
7520 F:      drivers/media/tuners/msi001*
7521
7522 MSI2500 MEDIA DRIVER
7523 M:      Antti Palosaari <crope@iki.fi>
7524 L:      linux-media@vger.kernel.org
7525 W:      https://linuxtv.org
7526 W:      http://palosaari.fi/linux/
7527 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7528 T:      git git://linuxtv.org/anttip/media_tree.git
7529 S:      Maintained
7530 F:      drivers/media/usb/msi2500/
7531
7532 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7533 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7534 L:      linux-mtd@lists.infradead.org
7535 S:      Maintained
7536 F:      drivers/mtd/devices/docg3*
7537
7538 MT9M032 APTINA SENSOR DRIVER
7539 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7540 L:      linux-media@vger.kernel.org
7541 T:      git git://linuxtv.org/media_tree.git
7542 S:      Maintained
7543 F:      drivers/media/i2c/mt9m032.c
7544 F:      include/media/i2c/mt9m032.h
7545
7546 MT9P031 APTINA CAMERA SENSOR
7547 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7548 L:      linux-media@vger.kernel.org
7549 T:      git git://linuxtv.org/media_tree.git
7550 S:      Maintained
7551 F:      drivers/media/i2c/mt9p031.c
7552 F:      include/media/i2c/mt9p031.h
7553
7554 MT9T001 APTINA CAMERA SENSOR
7555 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7556 L:      linux-media@vger.kernel.org
7557 T:      git git://linuxtv.org/media_tree.git
7558 S:      Maintained
7559 F:      drivers/media/i2c/mt9t001.c
7560 F:      include/media/i2c/mt9t001.h
7561
7562 MT9V032 APTINA CAMERA SENSOR
7563 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7564 L:      linux-media@vger.kernel.org
7565 T:      git git://linuxtv.org/media_tree.git
7566 S:      Maintained
7567 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7568 F:      drivers/media/i2c/mt9v032.c
7569 F:      include/media/i2c/mt9v032.h
7570
7571 MULTIFUNCTION DEVICES (MFD)
7572 M:      Lee Jones <lee.jones@linaro.org>
7573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7574 S:      Supported
7575 F:      drivers/mfd/
7576 F:      include/linux/mfd/
7577
7578 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7579 M:      Ulf Hansson <ulf.hansson@linaro.org>
7580 L:      linux-mmc@vger.kernel.org
7581 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7582 S:      Maintained
7583 F:      drivers/mmc/
7584 F:      include/linux/mmc/
7585 F:      include/uapi/linux/mmc/
7586
7587 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7588 S:      Orphan
7589 F:      drivers/mmc/host/mmc_spi.c
7590 F:      include/linux/spi/mmc_spi.h
7591
7592 MULTISOUND SOUND DRIVER
7593 M:      Andrew Veliath <andrewtv@usa.net>
7594 S:      Maintained
7595 F:      Documentation/sound/oss/MultiSound
7596 F:      sound/oss/msnd*
7597
7598 MULTITECH MULTIPORT CARD (ISICOM)
7599 S:      Orphan
7600 F:      drivers/tty/isicom.c
7601 F:      include/linux/isicom.h
7602
7603 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7604 M:      Bin Liu <b-liu@ti.com>
7605 L:      linux-usb@vger.kernel.org
7606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7607 S:      Maintained
7608 F:      drivers/usb/musb/
7609
7610 MXL5007T MEDIA DRIVER
7611 M:      Michael Krufky <mkrufky@linuxtv.org>
7612 L:      linux-media@vger.kernel.org
7613 W:      https://linuxtv.org
7614 W:      http://github.com/mkrufky
7615 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7616 T:      git git://linuxtv.org/mkrufky/tuners.git
7617 S:      Maintained
7618 F:      drivers/media/tuners/mxl5007t.*
7619
7620 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7621 M:      Hyong-Youb Kim <hykim@myri.com>
7622 L:      netdev@vger.kernel.org
7623 W:      https://www.myricom.com/support/downloads/myri10ge.html
7624 S:      Supported
7625 F:      drivers/net/ethernet/myricom/myri10ge/
7626
7627 NAND FLASH SUBSYSTEM
7628 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7629 R:      Richard Weinberger <richard@nod.at>
7630 L:      linux-mtd@lists.infradead.org
7631 W:      http://www.linux-mtd.infradead.org/
7632 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7633 T:      git git://github.com/linux-nand/linux.git
7634 S:      Maintained
7635 F:      drivers/mtd/nand/
7636 F:      include/linux/mtd/nand*.h
7637
7638 NATSEMI ETHERNET DRIVER (DP8381x)
7639 S:      Orphan
7640 F:      drivers/net/ethernet/natsemi/natsemi.c
7641
7642 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7643 M:      Daniel Mack <zonque@gmail.com>
7644 S:      Maintained
7645 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7646 W:      http://www.native-instruments.com
7647 F:      sound/usb/caiaq/
7648
7649 NCP FILESYSTEM
7650 M:      Petr Vandrovec <petr@vandrovec.name>
7651 S:      Odd Fixes
7652 F:      fs/ncpfs/
7653
7654 NCR 5380 SCSI DRIVERS
7655 M:      Finn Thain <fthain@telegraphics.com.au>
7656 M:      Michael Schmitz <schmitzmic@gmail.com>
7657 L:      linux-scsi@vger.kernel.org
7658 S:      Maintained
7659 F:      Documentation/scsi/g_NCR5380.txt
7660 F:      Documentation/scsi/dtc3x80.txt
7661 F:      drivers/scsi/NCR5380.*
7662 F:      drivers/scsi/arm/cumana_1.c
7663 F:      drivers/scsi/arm/oak.c
7664 F:      drivers/scsi/atari_scsi.*
7665 F:      drivers/scsi/dmx3191d.c
7666 F:      drivers/scsi/dtc.*
7667 F:      drivers/scsi/g_NCR5380.*
7668 F:      drivers/scsi/g_NCR5380_mmio.c
7669 F:      drivers/scsi/mac_scsi.*
7670 F:      drivers/scsi/pas16.*
7671 F:      drivers/scsi/sun3_scsi.*
7672 F:      drivers/scsi/sun3_scsi_vme.c
7673 F:      drivers/scsi/t128.*
7674
7675 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7676 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7677 L:      linux-scsi@vger.kernel.org
7678 S:      Maintained
7679 F:      drivers/scsi/NCR_D700.*
7680
7681 NCT6775 HARDWARE MONITOR DRIVER
7682 M:      Guenter Roeck <linux@roeck-us.net>
7683 L:      linux-hwmon@vger.kernel.org
7684 S:      Maintained
7685 F:      Documentation/hwmon/nct6775
7686 F:      drivers/hwmon/nct6775.c
7687
7688 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7689 M:      Faisal Latif <faisal.latif@intel.com>
7690 L:      linux-rdma@vger.kernel.org
7691 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7692 S:      Supported
7693 F:      drivers/infiniband/hw/nes/
7694
7695 NETEM NETWORK EMULATOR
7696 M:      Stephen Hemminger <stephen@networkplumber.org>
7697 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
7698 S:      Maintained
7699 F:      net/sched/sch_netem.c
7700
7701 NETERION 10GbE DRIVERS (s2io/vxge)
7702 M:      Jon Mason <jdmason@kudzu.us>
7703 L:      netdev@vger.kernel.org
7704 S:      Supported
7705 F:      Documentation/networking/s2io.txt
7706 F:      Documentation/networking/vxge.txt
7707 F:      drivers/net/ethernet/neterion/
7708
7709 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7710 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7711 M:      Patrick McHardy <kaber@trash.net>
7712 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7713 L:      netfilter-devel@vger.kernel.org
7714 L:      coreteam@netfilter.org
7715 W:      http://www.netfilter.org/
7716 W:      http://www.iptables.org/
7717 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7718 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7720 S:      Supported
7721 F:      include/linux/netfilter*
7722 F:      include/linux/netfilter/
7723 F:      include/net/netfilter/
7724 F:      include/uapi/linux/netfilter*
7725 F:      include/uapi/linux/netfilter/
7726 F:      net/*/netfilter.c
7727 F:      net/*/netfilter/
7728 F:      net/netfilter/
7729 F:      net/bridge/br_netfilter*.c
7730
7731 NETLABEL
7732 M:      Paul Moore <paul@paul-moore.com>
7733 W:      http://netlabel.sf.net
7734 L:      netdev@vger.kernel.org
7735 S:      Maintained
7736 F:      Documentation/netlabel/
7737 F:      include/net/netlabel.h
7738 F:      net/netlabel/
7739
7740 NETROM NETWORK LAYER
7741 M:      Ralf Baechle <ralf@linux-mips.org>
7742 L:      linux-hams@vger.kernel.org
7743 W:      http://www.linux-ax25.org/
7744 S:      Maintained
7745 F:      include/net/netrom.h
7746 F:      include/uapi/linux/netrom.h
7747 F:      net/netrom/
7748
7749 NETRONOME ETHERNET DRIVERS
7750 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
7751 L:      oss-drivers@netronome.com
7752 S:      Maintained
7753 F:      drivers/net/ethernet/netronome/
7754
7755 NETWORK BLOCK DEVICE (NBD)
7756 M:      Markus Pargmann <mpa@pengutronix.de>
7757 S:      Maintained
7758 L:      nbd-general@lists.sourceforge.net
7759 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7760 F:      Documentation/blockdev/nbd.txt
7761 F:      drivers/block/nbd.c
7762 F:      include/uapi/linux/nbd.h
7763
7764 NETWORK DROP MONITOR
7765 M:      Neil Horman <nhorman@tuxdriver.com>
7766 L:      netdev@vger.kernel.org
7767 S:      Maintained
7768 W:      https://fedorahosted.org/dropwatch/
7769 F:      net/core/drop_monitor.c
7770
7771 NETWORKING [GENERAL]
7772 M:      "David S. Miller" <davem@davemloft.net>
7773 L:      netdev@vger.kernel.org
7774 W:      http://www.linuxfoundation.org/en/Net
7775 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7776 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7778 S:      Maintained
7779 F:      net/
7780 F:      include/net/
7781 F:      include/linux/in.h
7782 F:      include/linux/net.h
7783 F:      include/linux/netdevice.h
7784 F:      include/uapi/linux/in.h
7785 F:      include/uapi/linux/net.h
7786 F:      include/uapi/linux/netdevice.h
7787 F:      include/uapi/linux/net_namespace.h
7788 F:      tools/net/
7789 F:      tools/testing/selftests/net/
7790 F:      lib/random32.c
7791 F:      lib/test_bpf.c
7792
7793 NETWORKING [IPv4/IPv6]
7794 M:      "David S. Miller" <davem@davemloft.net>
7795 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7796 M:      James Morris <jmorris@namei.org>
7797 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7798 M:      Patrick McHardy <kaber@trash.net>
7799 L:      netdev@vger.kernel.org
7800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7801 S:      Maintained
7802 F:      net/ipv4/
7803 F:      net/ipv6/
7804 F:      include/net/ip*
7805 F:      arch/x86/net/*
7806
7807 NETWORKING [IPSEC]
7808 M:      Steffen Klassert <steffen.klassert@secunet.com>
7809 M:      Herbert Xu <herbert@gondor.apana.org.au>
7810 M:      "David S. Miller" <davem@davemloft.net>
7811 L:      netdev@vger.kernel.org
7812 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7814 S:      Maintained
7815 F:      net/core/flow.c
7816 F:      net/xfrm/
7817 F:      net/key/
7818 F:      net/ipv4/xfrm*
7819 F:      net/ipv4/esp4.c
7820 F:      net/ipv4/ah4.c
7821 F:      net/ipv4/ipcomp.c
7822 F:      net/ipv4/ip_vti.c
7823 F:      net/ipv6/xfrm*
7824 F:      net/ipv6/esp6.c
7825 F:      net/ipv6/ah6.c
7826 F:      net/ipv6/ipcomp6.c
7827 F:      net/ipv6/ip6_vti.c
7828 F:      include/uapi/linux/xfrm.h
7829 F:      include/net/xfrm.h
7830
7831 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7832 M:      Paul Moore <paul@paul-moore.com>
7833 L:      netdev@vger.kernel.org
7834 S:      Maintained
7835
7836 NETWORKING [WIRELESS]
7837 L:      linux-wireless@vger.kernel.org
7838 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7839
7840 NETWORKING DRIVERS
7841 L:      netdev@vger.kernel.org
7842 W:      http://www.linuxfoundation.org/en/Net
7843 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7846 S:      Odd Fixes
7847 F:      drivers/net/
7848 F:      include/linux/if_*
7849 F:      include/linux/netdevice.h
7850 F:      include/linux/etherdevice.h
7851 F:      include/linux/fcdevice.h
7852 F:      include/linux/fddidevice.h
7853 F:      include/linux/hippidevice.h
7854 F:      include/linux/inetdevice.h
7855 F:      include/uapi/linux/if_*
7856 F:      include/uapi/linux/netdevice.h
7857
7858 NETWORKING DRIVERS (WIRELESS)
7859 M:      Kalle Valo <kvalo@codeaurora.org>
7860 L:      linux-wireless@vger.kernel.org
7861 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7862 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
7863 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
7864 S:      Maintained
7865 F:      drivers/net/wireless/
7866
7867 NETXEN (1/10) GbE SUPPORT
7868 M:      Manish Chopra <manish.chopra@qlogic.com>
7869 M:      Sony Chacko <sony.chacko@qlogic.com>
7870 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7871 L:      netdev@vger.kernel.org
7872 W:      http://www.qlogic.com
7873 S:      Supported
7874 F:      drivers/net/ethernet/qlogic/netxen/
7875
7876 NFC SUBSYSTEM
7877 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7878 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7879 M:      Samuel Ortiz <sameo@linux.intel.com>
7880 L:      linux-wireless@vger.kernel.org
7881 L:      linux-nfc@lists.01.org (subscribers-only)
7882 S:      Supported
7883 F:      net/nfc/
7884 F:      include/net/nfc/
7885 F:      include/uapi/linux/nfc.h
7886 F:      drivers/nfc/
7887 F:      include/linux/platform_data/nfcmrvl.h
7888 F:      include/linux/platform_data/nxp-nci.h
7889 F:      include/linux/platform_data/pn544.h
7890 F:      include/linux/platform_data/st21nfca.h
7891 F:      include/linux/platform_data/st-nci.h
7892 F:      Documentation/devicetree/bindings/net/nfc/
7893
7894 NFS, SUNRPC, AND LOCKD CLIENTS
7895 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7896 M:      Anna Schumaker <anna.schumaker@netapp.com>
7897 L:      linux-nfs@vger.kernel.org
7898 W:      http://client.linux-nfs.org
7899 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7900 S:      Maintained
7901 F:      fs/lockd/
7902 F:      fs/nfs/
7903 F:      fs/nfs_common/
7904 F:      net/sunrpc/
7905 F:      include/linux/lockd/
7906 F:      include/linux/nfs*
7907 F:      include/linux/sunrpc/
7908 F:      include/uapi/linux/nfs*
7909 F:      include/uapi/linux/sunrpc/
7910
7911 NILFS2 FILESYSTEM
7912 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7913 L:      linux-nilfs@vger.kernel.org
7914 W:      http://nilfs.sourceforge.net/
7915 T:      git git://github.com/konis/nilfs2.git
7916 S:      Supported
7917 F:      Documentation/filesystems/nilfs2.txt
7918 F:      fs/nilfs2/
7919 F:      include/linux/nilfs2_fs.h
7920 F:      include/trace/events/nilfs2.h
7921
7922 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7923 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7924 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7925 S:      Maintained
7926 F:      Documentation/scsi/NinjaSCSI.txt
7927 F:      drivers/scsi/pcmcia/nsp_*
7928
7929 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7930 M:      GOTO Masanori <gotom@debian.or.jp>
7931 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7932 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7933 S:      Maintained
7934 F:      Documentation/scsi/NinjaSCSI.txt
7935 F:      drivers/scsi/nsp32*
7936
7937 NIOS2 ARCHITECTURE
7938 M:      Ley Foon Tan <lftan@altera.com>
7939 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7941 S:      Maintained
7942 F:      arch/nios2/
7943
7944 NOKIA N900 POWER SUPPLY DRIVERS
7945 R:      Pali Rohár <pali.rohar@gmail.com>
7946 F:      include/linux/power/bq2415x_charger.h
7947 F:      include/linux/power/bq27xxx_battery.h
7948 F:      include/linux/power/isp1704_charger.h
7949 F:      drivers/power/bq2415x_charger.c
7950 F:      drivers/power/bq27xxx_battery.c
7951 F:      drivers/power/bq27xxx_battery_i2c.c
7952 F:      drivers/power/isp1704_charger.c
7953 F:      drivers/power/rx51_battery.c
7954
7955 NTB DRIVER CORE
7956 M:      Jon Mason <jdmason@kudzu.us>
7957 M:      Dave Jiang <dave.jiang@intel.com>
7958 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7959 L:      linux-ntb@googlegroups.com
7960 S:      Supported
7961 W:      https://github.com/jonmason/ntb/wiki
7962 T:      git git://github.com/jonmason/ntb.git
7963 F:      drivers/ntb/
7964 F:      drivers/net/ntb_netdev.c
7965 F:      include/linux/ntb.h
7966 F:      include/linux/ntb_transport.h
7967
7968 NTB INTEL DRIVER
7969 M:      Jon Mason <jdmason@kudzu.us>
7970 M:      Dave Jiang <dave.jiang@intel.com>
7971 L:      linux-ntb@googlegroups.com
7972 S:      Supported
7973 W:      https://github.com/jonmason/ntb/wiki
7974 T:      git git://github.com/jonmason/ntb.git
7975 F:      drivers/ntb/hw/intel/
7976
7977 NTB AMD DRIVER
7978 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
7979 L:      linux-ntb@googlegroups.com
7980 S:      Supported
7981 F:      drivers/ntb/hw/amd/
7982
7983 NTFS FILESYSTEM
7984 M:      Anton Altaparmakov <anton@tuxera.com>
7985 L:      linux-ntfs-dev@lists.sourceforge.net
7986 W:      http://www.tuxera.com/
7987 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7988 S:      Supported
7989 F:      Documentation/filesystems/ntfs.txt
7990 F:      fs/ntfs/
7991
7992 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7993 M:      Antonino Daplas <adaplas@gmail.com>
7994 L:      linux-fbdev@vger.kernel.org
7995 S:      Maintained
7996 F:      drivers/video/fbdev/riva/
7997 F:      drivers/video/fbdev/nvidia/
7998
7999 NVM EXPRESS DRIVER
8000 M:      Keith Busch <keith.busch@intel.com>
8001 M:      Jens Axboe <axboe@fb.com>
8002 L:      linux-nvme@lists.infradead.org
8003 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8004 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8005 S:      Supported
8006 F:      drivers/nvme/host/
8007 F:      include/linux/nvme.h
8008
8009 NVMEM FRAMEWORK
8010 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8011 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
8012 S:      Maintained
8013 F:      drivers/nvmem/
8014 F:      Documentation/devicetree/bindings/nvmem/
8015 F:      include/linux/nvmem-consumer.h
8016 F:      include/linux/nvmem-provider.h
8017
8018 NXP-NCI NFC DRIVER
8019 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
8020 R:      Charles Gorand <charles.gorand@effinnov.com>
8021 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
8022 S:      Supported
8023 F:      drivers/nfc/nxp-nci
8024
8025 NXP TDA998X DRM DRIVER
8026 M:      Russell King <rmk+kernel@armlinux.org.uk>
8027 S:      Supported
8028 F:      drivers/gpu/drm/i2c/tda998x_drv.c
8029 F:      include/drm/i2c/tda998x.h
8030
8031 NXP TFA9879 DRIVER
8032 M:      Peter Rosin <peda@axentia.se>
8033 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8034 S:      Maintained
8035 F:      sound/soc/codecs/tfa9879*
8036
8037 OBJTOOL
8038 M:      Josh Poimboeuf <jpoimboe@redhat.com>
8039 S:      Supported
8040 F:      tools/objtool/
8041
8042 OMAP SUPPORT
8043 M:      Tony Lindgren <tony@atomide.com>
8044 L:      linux-omap@vger.kernel.org
8045 W:      http://www.muru.com/linux/omap/
8046 W:      http://linux.omap.com/
8047 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8048 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8049 S:      Maintained
8050 F:      arch/arm/*omap*/
8051 F:      arch/arm/configs/omap1_defconfig
8052 F:      arch/arm/configs/omap2plus_defconfig
8053 F:      drivers/i2c/busses/i2c-omap.c
8054 F:      drivers/irqchip/irq-omap-intc.c
8055 F:      drivers/mfd/*omap*.c
8056 F:      drivers/mfd/menelaus.c
8057 F:      drivers/mfd/palmas.c
8058 F:      drivers/mfd/tps65217.c
8059 F:      drivers/mfd/tps65218.c
8060 F:      drivers/mfd/tps65910.c
8061 F:      drivers/mfd/twl-core.[ch]
8062 F:      drivers/mfd/twl4030*.c
8063 F:      drivers/mfd/twl6030*.c
8064 F:      drivers/mfd/twl6040*.c
8065 F:      drivers/regulator/palmas-regulator*.c
8066 F:      drivers/regulator/pbias-regulator.c
8067 F:      drivers/regulator/tps65217-regulator.c
8068 F:      drivers/regulator/tps65218-regulator.c
8069 F:      drivers/regulator/tps65910-regulator.c
8070 F:      drivers/regulator/twl-regulator.c
8071 F:      include/linux/i2c-omap.h
8072
8073 OMAP DEVICE TREE SUPPORT
8074 M:      Benoît Cousson <bcousson@baylibre.com>
8075 M:      Tony Lindgren <tony@atomide.com>
8076 L:      linux-omap@vger.kernel.org
8077 L:      devicetree@vger.kernel.org
8078 S:      Maintained
8079 F:      arch/arm/boot/dts/*omap*
8080 F:      arch/arm/boot/dts/*am3*
8081 F:      arch/arm/boot/dts/*am4*
8082 F:      arch/arm/boot/dts/*am5*
8083 F:      arch/arm/boot/dts/*dra7*
8084
8085 OMAP CLOCK FRAMEWORK SUPPORT
8086 M:      Paul Walmsley <paul@pwsan.com>
8087 L:      linux-omap@vger.kernel.org
8088 S:      Maintained
8089 F:      arch/arm/*omap*/*clock*
8090
8091 OMAP POWER MANAGEMENT SUPPORT
8092 M:      Kevin Hilman <khilman@kernel.org>
8093 L:      linux-omap@vger.kernel.org
8094 S:      Maintained
8095 F:      arch/arm/*omap*/*pm*
8096 F:      drivers/cpufreq/omap-cpufreq.c
8097
8098 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8099 M:      Rajendra Nayak <rnayak@codeaurora.org>
8100 M:      Paul Walmsley <paul@pwsan.com>
8101 L:      linux-omap@vger.kernel.org
8102 S:      Maintained
8103 F:      arch/arm/mach-omap2/prm*
8104
8105 OMAP AUDIO SUPPORT
8106 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8107 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
8108 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8109 L:      linux-omap@vger.kernel.org
8110 S:      Maintained
8111 F:      sound/soc/omap/
8112
8113 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8114 M:      Roger Quadros <rogerq@ti.com>
8115 M:      Tony Lindgren <tony@atomide.com>
8116 L:      linux-omap@vger.kernel.org
8117 S:      Maintained
8118 F:      drivers/memory/omap-gpmc.c
8119 F:      arch/arm/mach-omap2/*gpmc*
8120
8121 OMAP FRAMEBUFFER SUPPORT
8122 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8123 L:      linux-fbdev@vger.kernel.org
8124 L:      linux-omap@vger.kernel.org
8125 S:      Maintained
8126 F:      drivers/video/fbdev/omap/
8127
8128 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8129 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8130 L:      linux-omap@vger.kernel.org
8131 L:      linux-fbdev@vger.kernel.org
8132 S:      Maintained
8133 F:      drivers/video/fbdev/omap2/
8134 F:      Documentation/arm/OMAP/DSS
8135
8136 OMAP HARDWARE SPINLOCK SUPPORT
8137 M:      Ohad Ben-Cohen <ohad@wizery.com>
8138 L:      linux-omap@vger.kernel.org
8139 S:      Maintained
8140 F:      drivers/hwspinlock/omap_hwspinlock.c
8141
8142 OMAP MMC SUPPORT
8143 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
8144 L:      linux-omap@vger.kernel.org
8145 S:      Maintained
8146 F:      drivers/mmc/host/omap.c
8147
8148 OMAP HS MMC SUPPORT
8149 L:      linux-mmc@vger.kernel.org
8150 L:      linux-omap@vger.kernel.org
8151 S:      Orphan
8152 F:      drivers/mmc/host/omap_hsmmc.c
8153
8154 OMAP RANDOM NUMBER GENERATOR SUPPORT
8155 M:      Deepak Saxena <dsaxena@plexity.net>
8156 S:      Maintained
8157 F:      drivers/char/hw_random/omap-rng.c
8158
8159 OMAP HWMOD SUPPORT
8160 M:      Benoît Cousson <bcousson@baylibre.com>
8161 M:      Paul Walmsley <paul@pwsan.com>
8162 L:      linux-omap@vger.kernel.org
8163 S:      Maintained
8164 F:      arch/arm/mach-omap2/omap_hwmod.*
8165
8166 OMAP HWMOD DATA
8167 M:      Paul Walmsley <paul@pwsan.com>
8168 L:      linux-omap@vger.kernel.org
8169 S:      Maintained
8170 F:      arch/arm/mach-omap2/omap_hwmod*data*
8171
8172 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8173 M:      Benoît Cousson <bcousson@baylibre.com>
8174 L:      linux-omap@vger.kernel.org
8175 S:      Maintained
8176 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8177
8178 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8179 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8180 L:      linux-media@vger.kernel.org
8181 S:      Maintained
8182 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
8183 F:      drivers/media/platform/omap3isp/
8184 F:      drivers/staging/media/omap4iss/
8185
8186 OMAP USB SUPPORT
8187 L:      linux-usb@vger.kernel.org
8188 L:      linux-omap@vger.kernel.org
8189 S:      Orphan
8190 F:      drivers/usb/*/*omap*
8191 F:      arch/arm/*omap*/usb*
8192
8193 OMAP GPIO DRIVER
8194 M:      Grygorii Strashko <grygorii.strashko@ti.com>
8195 M:      Santosh Shilimkar <ssantosh@kernel.org>
8196 M:      Kevin Hilman <khilman@kernel.org>
8197 L:      linux-omap@vger.kernel.org
8198 S:      Maintained
8199 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
8200 F:      drivers/gpio/gpio-omap.c
8201
8202 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8203 M:      Mark Jackson <mpfj@newflow.co.uk>
8204 L:      linux-omap@vger.kernel.org
8205 S:      Maintained
8206 F:      arch/arm/boot/dts/am335x-nano.dts
8207
8208 OMFS FILESYSTEM
8209 M:      Bob Copeland <me@bobcopeland.com>
8210 L:      linux-karma-devel@lists.sourceforge.net
8211 S:      Maintained
8212 F:      Documentation/filesystems/omfs.txt
8213 F:      fs/omfs/
8214
8215 OMNIKEY CARDMAN 4000 DRIVER
8216 M:      Harald Welte <laforge@gnumonks.org>
8217 S:      Maintained
8218 F:      drivers/char/pcmcia/cm4000_cs.c
8219 F:      include/linux/cm4000_cs.h
8220 F:      include/uapi/linux/cm4000_cs.h
8221
8222 OMNIKEY CARDMAN 4040 DRIVER
8223 M:      Harald Welte <laforge@gnumonks.org>
8224 S:      Maintained
8225 F:      drivers/char/pcmcia/cm4040_cs.*
8226
8227 OMNIVISION OV7670 SENSOR DRIVER
8228 M:      Jonathan Corbet <corbet@lwn.net>
8229 L:      linux-media@vger.kernel.org
8230 T:      git git://linuxtv.org/media_tree.git
8231 S:      Maintained
8232 F:      drivers/media/i2c/ov7670.c
8233
8234 ONENAND FLASH DRIVER
8235 M:      Kyungmin Park <kyungmin.park@samsung.com>
8236 L:      linux-mtd@lists.infradead.org
8237 S:      Maintained
8238 F:      drivers/mtd/onenand/
8239 F:      include/linux/mtd/onenand*.h
8240
8241 ONSTREAM SCSI TAPE DRIVER
8242 M:      Willem Riede <osst@riede.org>
8243 L:      osst-users@lists.sourceforge.net
8244 L:      linux-scsi@vger.kernel.org
8245 S:      Maintained
8246 F:      Documentation/scsi/osst.txt
8247 F:      drivers/scsi/osst.*
8248 F:      drivers/scsi/osst_*.h
8249 F:      drivers/scsi/st.h
8250
8251 OPENCORES I2C BUS DRIVER
8252 M:      Peter Korsgaard <jacmet@sunsite.dk>
8253 L:      linux-i2c@vger.kernel.org
8254 S:      Maintained
8255 F:      Documentation/i2c/busses/i2c-ocores
8256 F:      drivers/i2c/busses/i2c-ocores.c
8257
8258 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8259 M:      Rob Herring <robh+dt@kernel.org>
8260 M:      Frank Rowand <frowand.list@gmail.com>
8261 M:      Grant Likely <grant.likely@linaro.org>
8262 L:      devicetree@vger.kernel.org
8263 W:      http://www.devicetree.org/
8264 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
8265 S:      Maintained
8266 F:      drivers/of/
8267 F:      include/linux/of*.h
8268 F:      scripts/dtc/
8269
8270 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8271 M:      Rob Herring <robh+dt@kernel.org>
8272 M:      Pawel Moll <pawel.moll@arm.com>
8273 M:      Mark Rutland <mark.rutland@arm.com>
8274 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
8275 M:      Kumar Gala <galak@codeaurora.org>
8276 L:      devicetree@vger.kernel.org
8277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8278 S:      Maintained
8279 F:      Documentation/devicetree/
8280 F:      arch/*/boot/dts/
8281 F:      include/dt-bindings/
8282
8283 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8284 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8285 L:      devicetree@vger.kernel.org
8286 S:      Maintained
8287 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8288 F:      Documentation/devicetree/overlay-notes.txt
8289 F:      drivers/of/overlay.c
8290 F:      drivers/of/resolver.c
8291
8292 OPENRISC ARCHITECTURE
8293 M:      Jonas Bonn <jonas@southpole.se>
8294 W:      http://openrisc.net
8295 S:      Maintained
8296 T:      git git://openrisc.net/~jonas/linux
8297 F:      arch/openrisc/
8298
8299 OPENVSWITCH
8300 M:      Pravin Shelar <pshelar@nicira.com>
8301 L:      netdev@vger.kernel.org
8302 L:      dev@openvswitch.org
8303 W:      http://openvswitch.org
8304 S:      Maintained
8305 F:      net/openvswitch/
8306 F:      include/uapi/linux/openvswitch.h
8307
8308 OPERATING PERFORMANCE POINTS (OPP)
8309 M:      Viresh Kumar <vireshk@kernel.org>
8310 M:      Nishanth Menon <nm@ti.com>
8311 M:      Stephen Boyd <sboyd@codeaurora.org>
8312 L:      linux-pm@vger.kernel.org
8313 S:      Maintained
8314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8315 F:      drivers/base/power/opp/
8316 F:      include/linux/pm_opp.h
8317 F:      Documentation/power/opp.txt
8318 F:      Documentation/devicetree/bindings/opp/
8319
8320 OPL4 DRIVER
8321 M:      Clemens Ladisch <clemens@ladisch.de>
8322 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8323 T:      git git://git.alsa-project.org/alsa-kernel.git
8324 S:      Maintained
8325 F:      sound/drivers/opl4/
8326
8327 OPROFILE
8328 M:      Robert Richter <rric@kernel.org>
8329 L:      oprofile-list@lists.sf.net
8330 S:      Maintained
8331 F:      arch/*/include/asm/oprofile*.h
8332 F:      arch/*/oprofile/
8333 F:      drivers/oprofile/
8334 F:      include/linux/oprofile.h
8335
8336 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8337 M:      Mark Fasheh <mfasheh@suse.com>
8338 M:      Joel Becker <jlbec@evilplan.org>
8339 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8340 W:      http://ocfs2.wiki.kernel.org
8341 S:      Supported
8342 F:      Documentation/filesystems/ocfs2.txt
8343 F:      Documentation/filesystems/dlmfs.txt
8344 F:      fs/ocfs2/
8345
8346 ORINOCO DRIVER
8347 L:      linux-wireless@vger.kernel.org
8348 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8349 W:      http://www.nongnu.org/orinoco/
8350 S:      Orphan
8351 F:      drivers/net/wireless/intersil/orinoco/
8352
8353 OSD LIBRARY and FILESYSTEM
8354 M:      Boaz Harrosh <ooo@electrozaur.com>
8355 M:      Benny Halevy <bhalevy@primarydata.com>
8356 L:      osd-dev@open-osd.org
8357 W:      http://open-osd.org
8358 T:      git git://git.open-osd.org/open-osd.git
8359 S:      Maintained
8360 F:      drivers/scsi/osd/
8361 F:      include/scsi/osd_*
8362 F:      fs/exofs/
8363
8364 OVERLAY FILESYSTEM
8365 M:      Miklos Szeredi <miklos@szeredi.hu>
8366 L:      linux-unionfs@vger.kernel.org
8367 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8368 S:      Supported
8369 F:      fs/overlayfs/
8370 F:      Documentation/filesystems/overlayfs.txt
8371
8372 ORANGEFS FILESYSTEM
8373 M:      Mike Marshall <hubcap@omnibond.com>
8374 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
8375 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
8376 S:      Supported
8377 F:      fs/orangefs/
8378 F:      Documentation/filesystems/orangefs.txt
8379
8380 P54 WIRELESS DRIVER
8381 M:      Christian Lamparter <chunkeey@googlemail.com>
8382 L:      linux-wireless@vger.kernel.org
8383 W:      http://wireless.kernel.org/en/users/Drivers/p54
8384 S:      Maintained
8385 F:      drivers/net/wireless/intersil/p54/
8386
8387 PA SEMI ETHERNET DRIVER
8388 M:      Olof Johansson <olof@lixom.net>
8389 L:      netdev@vger.kernel.org
8390 S:      Maintained
8391 F:      drivers/net/ethernet/pasemi/*
8392
8393 PA SEMI SMBUS DRIVER
8394 M:      Olof Johansson <olof@lixom.net>
8395 L:      linux-i2c@vger.kernel.org
8396 S:      Maintained
8397 F:      drivers/i2c/busses/i2c-pasemi.c
8398
8399 PADATA PARALLEL EXECUTION MECHANISM
8400 M:      Steffen Klassert <steffen.klassert@secunet.com>
8401 L:      linux-crypto@vger.kernel.org
8402 S:      Maintained
8403 F:      kernel/padata.c
8404 F:      include/linux/padata.h
8405 F:      Documentation/padata.txt
8406
8407 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8408 M:      Harald Welte <laforge@gnumonks.org>
8409 L:      platform-driver-x86@vger.kernel.org
8410 S:      Maintained
8411 F:      drivers/platform/x86/panasonic-laptop.c
8412
8413 PANASONIC MN10300/AM33/AM34 PORT
8414 M:      David Howells <dhowells@redhat.com>
8415 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
8416 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8417 S:      Maintained
8418 F:      Documentation/mn10300/
8419 F:      arch/mn10300/
8420
8421 PARALLEL LCD/KEYPAD PANEL DRIVER
8422 M:      Willy Tarreau <willy@haproxy.com>
8423 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
8424 S:      Odd Fixes
8425 F:      Documentation/misc-devices/lcd-panel-cgram.txt
8426 F:      drivers/misc/panel.c
8427
8428 PARALLEL PORT SUBSYSTEM
8429 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8430 M:      Sudip Mukherjee <sudip@vectorindia.org>
8431 L:      linux-parport@lists.infradead.org (subscribers-only)
8432 S:      Maintained
8433 F:      drivers/parport/
8434 F:      include/linux/parport*.h
8435 F:      drivers/char/ppdev.c
8436 F:      include/uapi/linux/ppdev.h
8437 F:      Documentation/parport*.txt
8438
8439 PARAVIRT_OPS INTERFACE
8440 M:      Jeremy Fitzhardinge <jeremy@goop.org>
8441 M:      Chris Wright <chrisw@sous-sol.org>
8442 M:      Alok Kataria <akataria@vmware.com>
8443 M:      Rusty Russell <rusty@rustcorp.com.au>
8444 L:      virtualization@lists.linux-foundation.org
8445 S:      Supported
8446 F:      Documentation/virtual/paravirt_ops.txt
8447 F:      arch/*/kernel/paravirt*
8448 F:      arch/*/include/asm/paravirt.h
8449
8450 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8451 M:      Tim Waugh <tim@cyberelk.net>
8452 L:      linux-parport@lists.infradead.org (subscribers-only)
8453 S:      Maintained
8454 F:      Documentation/blockdev/paride.txt
8455 F:      drivers/block/paride/
8456
8457 PARISC ARCHITECTURE
8458 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
8459 M:      Helge Deller <deller@gmx.de>
8460 L:      linux-parisc@vger.kernel.org
8461 W:      http://www.parisc-linux.org/
8462 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
8463 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8464 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8465 S:      Maintained
8466 F:      arch/parisc/
8467 F:      Documentation/parisc/
8468 F:      drivers/parisc/
8469 F:      drivers/char/agp/parisc-agp.c
8470 F:      drivers/input/serio/gscps2.c
8471 F:      drivers/parport/parport_gsc.*
8472 F:      drivers/tty/serial/8250/8250_gsc.c
8473 F:      drivers/video/fbdev/sti*
8474 F:      drivers/video/console/sti*
8475 F:      drivers/video/logo/logo_parisc*
8476
8477 PC87360 HARDWARE MONITORING DRIVER
8478 M:      Jim Cromie <jim.cromie@gmail.com>
8479 L:      linux-hwmon@vger.kernel.org
8480 S:      Maintained
8481 F:      Documentation/hwmon/pc87360
8482 F:      drivers/hwmon/pc87360.c
8483
8484 PC8736x GPIO DRIVER
8485 M:      Jim Cromie <jim.cromie@gmail.com>
8486 S:      Maintained
8487 F:      drivers/char/pc8736x_gpio.c
8488
8489 PC87427 HARDWARE MONITORING DRIVER
8490 M:      Jean Delvare <jdelvare@suse.com>
8491 L:      linux-hwmon@vger.kernel.org
8492 S:      Maintained
8493 F:      Documentation/hwmon/pc87427
8494 F:      drivers/hwmon/pc87427.c
8495
8496 PCA9532 LED DRIVER
8497 M:      Riku Voipio <riku.voipio@iki.fi>
8498 S:      Maintained
8499 F:      drivers/leds/leds-pca9532.c
8500 F:      include/linux/leds-pca9532.h
8501
8502 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8503 M:      Guenter Roeck <linux@roeck-us.net>
8504 L:      linux-i2c@vger.kernel.org
8505 S:      Maintained
8506 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8507
8508 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8509 M:      Khalid Aziz <khalid@gonehiking.org>
8510 S:      Maintained
8511 F:      drivers/firmware/pcdp.*
8512
8513 PCI ERROR RECOVERY
8514 M:      Linas Vepstas <linasvepstas@gmail.com>
8515 L:      linux-pci@vger.kernel.org
8516 S:      Supported
8517 F:      Documentation/PCI/pci-error-recovery.txt
8518
8519 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
8520 M:      Russell Currey <ruscur@russell.cc>
8521 L:      linuxppc-dev@lists.ozlabs.org
8522 S:      Supported
8523 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
8524 F:      arch/powerpc/kernel/eeh*.c
8525 F:      arch/powerpc/platforms/*/eeh*.c
8526 F:      arch/powerpc/include/*/eeh*.h
8527
8528 PCI SUBSYSTEM
8529 M:      Bjorn Helgaas <bhelgaas@google.com>
8530 L:      linux-pci@vger.kernel.org
8531 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8532 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8533 S:      Supported
8534 F:      Documentation/PCI/
8535 F:      drivers/pci/
8536 F:      include/linux/pci*
8537 F:      arch/x86/pci/
8538 F:      arch/x86/kernel/quirks.c
8539
8540 PCI DRIVER FOR ALTERA PCIE IP
8541 M:      Ley Foon Tan <lftan@altera.com>
8542 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8543 L:      linux-pci@vger.kernel.org
8544 S:      Supported
8545 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
8546 F:      drivers/pci/host/pcie-altera.c
8547
8548 PCI DRIVER FOR ARM VERSATILE PLATFORM
8549 M:      Rob Herring <robh@kernel.org>
8550 L:      linux-pci@vger.kernel.org
8551 L:      linux-arm-kernel@lists.infradead.org
8552 S:      Maintained
8553 F:      Documentation/devicetree/bindings/pci/versatile.txt
8554 F:      drivers/pci/host/pci-versatile.c
8555
8556 PCI DRIVER FOR APPLIEDMICRO XGENE
8557 M:      Tanmay Inamdar <tinamdar@apm.com>
8558 L:      linux-pci@vger.kernel.org
8559 L:      linux-arm-kernel@lists.infradead.org
8560 S:      Maintained
8561 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8562 F:      drivers/pci/host/pci-xgene.c
8563
8564 PCI DRIVER FOR FREESCALE LAYERSCAPE
8565 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8566 M:      Mingkai Hu <mingkai.hu@freescale.com>
8567 M:      Roy Zang <tie-fei.zang@freescale.com>
8568 L:      linuxppc-dev@lists.ozlabs.org
8569 L:      linux-pci@vger.kernel.org
8570 L:      linux-arm-kernel@lists.infradead.org
8571 S:      Maintained
8572 F:      drivers/pci/host/*layerscape*
8573
8574 PCI DRIVER FOR IMX6
8575 M:      Richard Zhu <Richard.Zhu@freescale.com>
8576 M:      Lucas Stach <l.stach@pengutronix.de>
8577 L:      linux-pci@vger.kernel.org
8578 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8579 S:      Maintained
8580 F:      drivers/pci/host/*imx6*
8581
8582 PCI DRIVER FOR TI KEYSTONE
8583 M:      Murali Karicheri <m-karicheri2@ti.com>
8584 L:      linux-pci@vger.kernel.org
8585 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8586 S:      Maintained
8587 F:      drivers/pci/host/*keystone*
8588
8589 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8590 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8591 M:      Jason Cooper <jason@lakedaemon.net>
8592 L:      linux-pci@vger.kernel.org
8593 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8594 S:      Maintained
8595 F:      drivers/pci/host/*mvebu*
8596
8597 PCI DRIVER FOR NVIDIA TEGRA
8598 M:      Thierry Reding <thierry.reding@gmail.com>
8599 L:      linux-tegra@vger.kernel.org
8600 L:      linux-pci@vger.kernel.org
8601 S:      Supported
8602 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8603 F:      drivers/pci/host/pci-tegra.c
8604
8605 PCI DRIVER FOR TI DRA7XX
8606 M:      Kishon Vijay Abraham I <kishon@ti.com>
8607 L:      linux-omap@vger.kernel.org
8608 L:      linux-pci@vger.kernel.org
8609 S:      Supported
8610 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8611 F:      drivers/pci/host/pci-dra7xx.c
8612
8613 PCI DRIVER FOR RENESAS R-CAR
8614 M:      Simon Horman <horms@verge.net.au>
8615 L:      linux-pci@vger.kernel.org
8616 L:      linux-renesas-soc@vger.kernel.org
8617 S:      Maintained
8618 F:      drivers/pci/host/*rcar*
8619
8620 PCI DRIVER FOR SAMSUNG EXYNOS
8621 M:      Jingoo Han <jingoohan1@gmail.com>
8622 L:      linux-pci@vger.kernel.org
8623 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8624 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8625 S:      Maintained
8626 F:      drivers/pci/host/pci-exynos.c
8627
8628 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8629 M:      Jingoo Han <jingoohan1@gmail.com>
8630 M:      Pratyush Anand <pratyush.anand@gmail.com>
8631 L:      linux-pci@vger.kernel.org
8632 S:      Maintained
8633 F:      drivers/pci/host/*designware*
8634
8635 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
8636 M:      Joao Pinto <jpinto@synopsys.com>
8637 L:      linux-pci@vger.kernel.org
8638 S:      Maintained
8639 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
8640 F:      drivers/pci/host/pcie-designware-plat.c
8641
8642 PCI DRIVER FOR GENERIC OF HOSTS
8643 M:      Will Deacon <will.deacon@arm.com>
8644 L:      linux-pci@vger.kernel.org
8645 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8646 S:      Maintained
8647 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8648 F:      drivers/pci/host/pci-host-common.c
8649 F:      drivers/pci/host/pci-host-generic.c
8650
8651 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8652 M:      Keith Busch <keith.busch@intel.com>
8653 L:      linux-pci@vger.kernel.org
8654 S:      Supported
8655 F:      arch/x86/pci/vmd.c
8656
8657 PCIE DRIVER FOR ST SPEAR13XX
8658 M:      Pratyush Anand <pratyush.anand@gmail.com>
8659 L:      linux-pci@vger.kernel.org
8660 S:      Maintained
8661 F:      drivers/pci/host/*spear*
8662
8663 PCI MSI DRIVER FOR ALTERA MSI IP
8664 M:      Ley Foon Tan <lftan@altera.com>
8665 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8666 L:      linux-pci@vger.kernel.org
8667 S:      Supported
8668 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8669 F:      drivers/pci/host/pcie-altera-msi.c
8670
8671 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8672 M:      Duc Dang <dhdang@apm.com>
8673 L:      linux-pci@vger.kernel.org
8674 L:      linux-arm-kernel@lists.infradead.org
8675 S:      Maintained
8676 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8677 F:      drivers/pci/host/pci-xgene-msi.c
8678
8679 PCIE DRIVER FOR HISILICON
8680 M:      Zhou Wang <wangzhou1@hisilicon.com>
8681 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
8682 L:      linux-pci@vger.kernel.org
8683 S:      Maintained
8684 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8685 F:      drivers/pci/host/pcie-hisi.c
8686
8687 PCIE DRIVER FOR QUALCOMM MSM
8688 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
8689 L:     linux-pci@vger.kernel.org
8690 L:     linux-arm-msm@vger.kernel.org
8691 S:     Maintained
8692 F:     drivers/pci/host/*qcom*
8693
8694 PCIE DRIVER FOR CAVIUM THUNDERX
8695 M:      David Daney <david.daney@cavium.com>
8696 L:      linux-pci@vger.kernel.org
8697 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8698 S:      Supported
8699 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
8700 F:      drivers/pci/host/pci-thunder-*
8701
8702 PCMCIA SUBSYSTEM
8703 P:      Linux PCMCIA Team
8704 L:      linux-pcmcia@lists.infradead.org
8705 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8706 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8707 S:      Maintained
8708 F:      Documentation/pcmcia/
8709 F:      drivers/pcmcia/
8710 F:      include/pcmcia/
8711
8712 PCNET32 NETWORK DRIVER
8713 M:      Don Fry <pcnet32@frontier.com>
8714 L:      netdev@vger.kernel.org
8715 S:      Maintained
8716 F:      drivers/net/ethernet/amd/pcnet32.c
8717
8718 PCRYPT PARALLEL CRYPTO ENGINE
8719 M:      Steffen Klassert <steffen.klassert@secunet.com>
8720 L:      linux-crypto@vger.kernel.org
8721 S:      Maintained
8722 F:      crypto/pcrypt.c
8723 F:      include/crypto/pcrypt.h
8724
8725 PER-CPU MEMORY ALLOCATOR
8726 M:      Tejun Heo <tj@kernel.org>
8727 M:      Christoph Lameter <cl@linux.com>
8728 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8729 S:      Maintained
8730 F:      include/linux/percpu*.h
8731 F:      mm/percpu*.c
8732 F:      arch/*/include/asm/percpu.h
8733
8734 PER-TASK DELAY ACCOUNTING
8735 M:      Balbir Singh <bsingharora@gmail.com>
8736 S:      Maintained
8737 F:      include/linux/delayacct.h
8738 F:      kernel/delayacct.c
8739
8740 PERFORMANCE EVENTS SUBSYSTEM
8741 M:      Peter Zijlstra <peterz@infradead.org>
8742 M:      Ingo Molnar <mingo@redhat.com>
8743 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8744 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
8745 L:      linux-kernel@vger.kernel.org
8746 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8747 S:      Supported
8748 F:      kernel/events/*
8749 F:      include/linux/perf_event.h
8750 F:      include/uapi/linux/perf_event.h
8751 F:      arch/*/kernel/perf_event*.c
8752 F:      arch/*/kernel/*/perf_event*.c
8753 F:      arch/*/kernel/*/*/perf_event*.c
8754 F:      arch/*/include/asm/perf_event.h
8755 F:      arch/*/kernel/perf_callchain.c
8756 F:      tools/perf/
8757
8758 PERSONALITY HANDLING
8759 M:      Christoph Hellwig <hch@infradead.org>
8760 L:      linux-abi-devel@lists.sourceforge.net
8761 S:      Maintained
8762 F:      include/linux/personality.h
8763 F:      include/uapi/linux/personality.h
8764
8765 PHONET PROTOCOL
8766 M:      Remi Denis-Courmont <courmisch@gmail.com>
8767 S:      Supported
8768 F:      Documentation/networking/phonet.txt
8769 F:      include/linux/phonet.h
8770 F:      include/net/phonet/
8771 F:      include/uapi/linux/phonet.h
8772 F:      net/phonet/
8773
8774 PHRAM MTD DRIVER
8775 M:      Joern Engel <joern@lazybastard.org>
8776 L:      linux-mtd@lists.infradead.org
8777 S:      Maintained
8778 F:      drivers/mtd/devices/phram.c
8779
8780 PICOLCD HID DRIVER
8781 M:      Bruno Prémont <bonbons@linux-vserver.org>
8782 L:      linux-input@vger.kernel.org
8783 S:      Maintained
8784 F:      drivers/hid/hid-picolcd*
8785
8786 PICOXCELL SUPPORT
8787 M:      Jamie Iles <jamie@jamieiles.com>
8788 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8789 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8790 S:      Supported
8791 F:      arch/arm/boot/dts/picoxcell*
8792 F:      arch/arm/mach-picoxcell/
8793 F:      drivers/crypto/picoxcell*
8794
8795 PIN CONTROL SUBSYSTEM
8796 M:      Linus Walleij <linus.walleij@linaro.org>
8797 L:      linux-gpio@vger.kernel.org
8798 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8799 S:      Maintained
8800 F:      drivers/pinctrl/
8801 F:      include/linux/pinctrl/
8802
8803 PIN CONTROLLER - ATMEL AT91
8804 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8805 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8806 S:      Maintained
8807 F:      drivers/pinctrl/pinctrl-at91.*
8808
8809 PIN CONTROLLER - ATMEL AT91 PIO4
8810 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8811 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8812 L:      linux-gpio@vger.kernel.org
8813 S:      Supported
8814 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8815
8816 PIN CONTROLLER - INTEL
8817 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8818 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8819 S:      Maintained
8820 F:      drivers/pinctrl/intel/
8821
8822 PIN CONTROLLER - RENESAS
8823 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8824 M:      Geert Uytterhoeven <geert+renesas@glider.be>
8825 L:      linux-renesas-soc@vger.kernel.org
8826 S:      Maintained
8827 F:      drivers/pinctrl/sh-pfc/
8828
8829 PIN CONTROLLER - SAMSUNG
8830 M:      Tomasz Figa <tomasz.figa@gmail.com>
8831 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
8832 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8833 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8834 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8835 S:      Maintained
8836 F:      drivers/pinctrl/samsung/
8837
8838 PIN CONTROLLER - SINGLE
8839 M:      Tony Lindgren <tony@atomide.com>
8840 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
8841 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8842 L:      linux-omap@vger.kernel.org
8843 S:      Maintained
8844 F:      drivers/pinctrl/pinctrl-single.c
8845
8846 PIN CONTROLLER - ST SPEAR
8847 M:      Viresh Kumar <vireshk@kernel.org>
8848 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8849 W:      http://www.st.com/spear
8850 S:      Maintained
8851 F:      drivers/pinctrl/spear/
8852
8853 PKTCDVD DRIVER
8854 M:      Jiri Kosina <jikos@kernel.org>
8855 S:      Maintained
8856 F:      drivers/block/pktcdvd.c
8857 F:      include/linux/pktcdvd.h
8858 F:      include/uapi/linux/pktcdvd.h
8859
8860 PKUNITY SOC DRIVERS
8861 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8862 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8863 S:      Maintained
8864 T:      git git://github.com/gxt/linux.git
8865 F:      drivers/input/serio/i8042-unicore32io.h
8866 F:      drivers/i2c/busses/i2c-puv3.c
8867 F:      drivers/video/fbdev/fb-puv3.c
8868 F:      drivers/rtc/rtc-puv3.c
8869
8870 PMBUS HARDWARE MONITORING DRIVERS
8871 M:      Guenter Roeck <linux@roeck-us.net>
8872 L:      linux-hwmon@vger.kernel.org
8873 W:      http://hwmon.wiki.kernel.org/
8874 W:      http://www.roeck-us.net/linux/drivers/
8875 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8876 S:      Maintained
8877 F:      Documentation/hwmon/pmbus
8878 F:      drivers/hwmon/pmbus/
8879 F:      include/linux/i2c/pmbus.h
8880
8881 PMC SIERRA MaxRAID DRIVER
8882 L:      linux-scsi@vger.kernel.org
8883 W:      http://www.pmc-sierra.com/
8884 S:      Orphan
8885 F:      drivers/scsi/pmcraid.*
8886
8887 PMC SIERRA PM8001 DRIVER
8888 M:      Jack Wang <jinpu.wang@profitbricks.com>
8889 M:      lindar_liu@usish.com
8890 L:      pmchba@pmcs.com
8891 L:      linux-scsi@vger.kernel.org
8892 S:      Supported
8893 F:      drivers/scsi/pm8001/
8894
8895 POSIX CLOCKS and TIMERS
8896 M:      Thomas Gleixner <tglx@linutronix.de>
8897 L:      linux-kernel@vger.kernel.org
8898 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8899 S:      Maintained
8900 F:      fs/timerfd.c
8901 F:      include/linux/timer*
8902 F:      kernel/time/*timer*
8903
8904 POWER MANAGEMENT CORE
8905 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
8906 L:      linux-pm@vger.kernel.org
8907 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8908 S:      Supported
8909 F:      drivers/base/power/
8910 F:      include/linux/pm.h
8911 F:      include/linux/pm_*
8912 F:      include/linux/powercap.h
8913 F:      drivers/powercap/
8914
8915 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8916 M:      Sebastian Reichel <sre@kernel.org>
8917 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8918 M:      David Woodhouse <dwmw2@infradead.org>
8919 L:      linux-pm@vger.kernel.org
8920 T:      git git://git.infradead.org/battery-2.6.git
8921 S:      Maintained
8922 F:      include/linux/power_supply.h
8923 F:      drivers/power/
8924 X:      drivers/power/avs/
8925
8926 POWER STATE COORDINATION INTERFACE (PSCI)
8927 M:      Mark Rutland <mark.rutland@arm.com>
8928 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8929 L:      linux-arm-kernel@lists.infradead.org
8930 S:      Maintained
8931 F:      drivers/firmware/psci.c
8932 F:      include/linux/psci.h
8933 F:      include/uapi/linux/psci.h
8934
8935 PNP SUPPORT
8936 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8937 S:      Maintained
8938 F:      drivers/pnp/
8939
8940 PPP PROTOCOL DRIVERS AND COMPRESSORS
8941 M:      Paul Mackerras <paulus@samba.org>
8942 L:      linux-ppp@vger.kernel.org
8943 S:      Maintained
8944 F:      drivers/net/ppp/ppp_*
8945
8946 PPP OVER ATM (RFC 2364)
8947 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8948 S:      Maintained
8949 F:      net/atm/pppoatm.c
8950 F:      include/uapi/linux/atmppp.h
8951
8952 PPP OVER ETHERNET
8953 M:      Michal Ostrowski <mostrows@earthlink.net>
8954 S:      Maintained
8955 F:      drivers/net/ppp/pppoe.c
8956 F:      drivers/net/ppp/pppox.c
8957
8958 PPP OVER L2TP
8959 M:      James Chapman <jchapman@katalix.com>
8960 S:      Maintained
8961 F:      net/l2tp/l2tp_ppp.c
8962 F:      include/linux/if_pppol2tp.h
8963 F:      include/uapi/linux/if_pppol2tp.h
8964
8965 PPS SUPPORT
8966 M:      Rodolfo Giometti <giometti@enneenne.com>
8967 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8968 L:      linuxpps@ml.enneenne.com (subscribers-only)
8969 S:      Maintained
8970 F:      Documentation/pps/
8971 F:      drivers/pps/
8972 F:      include/linux/pps*.h
8973
8974 PPTP DRIVER
8975 M:      Dmitry Kozlov <xeb@mail.ru>
8976 L:      netdev@vger.kernel.org
8977 S:      Maintained
8978 F:      drivers/net/ppp/pptp.c
8979 W:      http://sourceforge.net/projects/accel-pptp
8980
8981 PREEMPTIBLE KERNEL
8982 M:      Robert Love <rml@tech9.net>
8983 L:      kpreempt-tech@lists.sourceforge.net
8984 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8985 S:      Supported
8986 F:      Documentation/preempt-locking.txt
8987 F:      include/linux/preempt.h
8988
8989 PRISM54 WIRELESS DRIVER
8990 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8991 L:      linux-wireless@vger.kernel.org
8992 W:      http://wireless.kernel.org/en/users/Drivers/p54
8993 S:      Obsolete
8994 F:      drivers/net/wireless/intersil/prism54/
8995
8996 PS3 NETWORK SUPPORT
8997 M:      Geoff Levand <geoff@infradead.org>
8998 L:      netdev@vger.kernel.org
8999 L:      linuxppc-dev@lists.ozlabs.org
9000 S:      Maintained
9001 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
9002
9003 PS3 PLATFORM SUPPORT
9004 M:      Geoff Levand <geoff@infradead.org>
9005 L:      linuxppc-dev@lists.ozlabs.org
9006 S:      Maintained
9007 F:      arch/powerpc/boot/ps3*
9008 F:      arch/powerpc/include/asm/lv1call.h
9009 F:      arch/powerpc/include/asm/ps3*.h
9010 F:      arch/powerpc/platforms/ps3/
9011 F:      drivers/*/ps3*
9012 F:      drivers/ps3/
9013 F:      drivers/rtc/rtc-ps3.c
9014 F:      drivers/usb/host/*ps3.c
9015 F:      sound/ppc/snd_ps3*
9016
9017 PS3VRAM DRIVER
9018 M:      Jim Paris <jim@jtan.com>
9019 M:      Geoff Levand <geoff@infradead.org>
9020 L:      linuxppc-dev@lists.ozlabs.org
9021 S:      Maintained
9022 F:      drivers/block/ps3vram.c
9023
9024 PSTORE FILESYSTEM
9025 M:      Anton Vorontsov <anton@enomsg.org>
9026 M:      Colin Cross <ccross@android.com>
9027 M:      Kees Cook <keescook@chromium.org>
9028 M:      Tony Luck <tony.luck@intel.com>
9029 S:      Maintained
9030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9031 F:      fs/pstore/
9032 F:      include/linux/pstore*
9033 F:      drivers/firmware/efi/efi-pstore.c
9034 F:      drivers/acpi/apei/erst.c
9035
9036 PTP HARDWARE CLOCK SUPPORT
9037 M:      Richard Cochran <richardcochran@gmail.com>
9038 L:      netdev@vger.kernel.org
9039 S:      Maintained
9040 W:      http://linuxptp.sourceforge.net/
9041 F:      Documentation/ABI/testing/sysfs-ptp
9042 F:      Documentation/ptp/*
9043 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9044 F:      drivers/net/phy/dp83640*
9045 F:      drivers/ptp/*
9046 F:      include/linux/ptp_cl*
9047
9048 PTRACE SUPPORT
9049 M:      Roland McGrath <roland@hack.frob.com>
9050 M:      Oleg Nesterov <oleg@redhat.com>
9051 S:      Maintained
9052 F:      include/asm-generic/syscall.h
9053 F:      include/linux/ptrace.h
9054 F:      include/linux/regset.h
9055 F:      include/linux/tracehook.h
9056 F:      include/uapi/linux/ptrace.h
9057 F:      kernel/ptrace.c
9058
9059 PVRUSB2 VIDEO4LINUX DRIVER
9060 M:      Mike Isely <isely@pobox.com>
9061 L:      pvrusb2@isely.net       (subscribers-only)
9062 L:      linux-media@vger.kernel.org
9063 W:      http://www.isely.net/pvrusb2/
9064 T:      git git://linuxtv.org/media_tree.git
9065 S:      Maintained
9066 F:      Documentation/video4linux/README.pvrusb2
9067 F:      drivers/media/usb/pvrusb2/
9068
9069 PWC WEBCAM DRIVER
9070 M:      Hans de Goede <hdegoede@redhat.com>
9071 L:      linux-media@vger.kernel.org
9072 T:      git git://linuxtv.org/media_tree.git
9073 S:      Maintained
9074 F:      drivers/media/usb/pwc/*
9075
9076 PWM FAN DRIVER
9077 M:      Kamil Debski <k.debski@samsung.com>
9078 L:      linux-hwmon@vger.kernel.org
9079 S:      Supported
9080 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9081 F:      Documentation/hwmon/pwm-fan
9082 F:      drivers/hwmon/pwm-fan.c
9083
9084 PWM SUBSYSTEM
9085 M:      Thierry Reding <thierry.reding@gmail.com>
9086 L:      linux-pwm@vger.kernel.org
9087 S:      Maintained
9088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9089 F:      Documentation/pwm.txt
9090 F:      Documentation/devicetree/bindings/pwm/
9091 F:      include/linux/pwm.h
9092 F:      drivers/pwm/
9093 F:      drivers/video/backlight/pwm_bl.c
9094 F:      include/linux/pwm_backlight.h
9095
9096 PXA2xx/PXA3xx SUPPORT
9097 M:      Daniel Mack <daniel@zonque.org>
9098 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9099 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9100 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9101 T:      git git://github.com/hzhuang1/linux.git
9102 T:      git git://github.com/rjarzmik/linux.git
9103 S:      Maintained
9104 F:      arch/arm/boot/dts/pxa*
9105 F:      arch/arm/mach-pxa/
9106 F:      drivers/dma/pxa*
9107 F:      drivers/pcmcia/pxa2xx*
9108 F:      drivers/pinctrl/pxa/
9109 F:      drivers/spi/spi-pxa2xx*
9110 F:      drivers/usb/gadget/udc/pxa2*
9111 F:      include/sound/pxa2xx-lib.h
9112 F:      sound/arm/pxa*
9113 F:      sound/soc/pxa/
9114
9115 PXA GPIO DRIVER
9116 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9117 L:      linux-gpio@vger.kernel.org
9118 S:      Maintained
9119 F:      drivers/gpio/gpio-pxa.c
9120
9121 PXA3xx NAND FLASH DRIVER
9122 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9123 L:      linux-mtd@lists.infradead.org
9124 S:      Maintained
9125 F:      drivers/mtd/nand/pxa3xx_nand.c
9126
9127 MMP SUPPORT
9128 M:      Eric Miao <eric.y.miao@gmail.com>
9129 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9130 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9131 T:      git git://github.com/hzhuang1/linux.git
9132 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
9133 S:      Maintained
9134 F:      arch/arm/boot/dts/mmp*
9135 F:      arch/arm/mach-mmp/
9136
9137 PXA MMCI DRIVER
9138 S:      Orphan
9139
9140 PXA RTC DRIVER
9141 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9142 L:      rtc-linux@googlegroups.com
9143 S:      Maintained
9144
9145 QAT DRIVER
9146 M:      Tadeusz Struk <tadeusz.struk@intel.com>
9147 L:      qat-linux@intel.com
9148 S:      Supported
9149 F:      drivers/crypto/qat/
9150
9151 QIB DRIVER
9152 M:      Mike Marciniszyn <infinipath@intel.com>
9153 L:      linux-rdma@vger.kernel.org
9154 S:      Supported
9155 F:      drivers/infiniband/hw/qib/
9156
9157 QLOGIC QLA1280 SCSI DRIVER
9158 M:      Michael Reed <mdr@sgi.com>
9159 L:      linux-scsi@vger.kernel.org
9160 S:      Maintained
9161 F:      drivers/scsi/qla1280.[ch]
9162
9163 QLOGIC QLA2XXX FC-SCSI DRIVER
9164 M:      qla2xxx-upstream@qlogic.com
9165 L:      linux-scsi@vger.kernel.org
9166 S:      Supported
9167 F:      Documentation/scsi/LICENSE.qla2xxx
9168 F:      drivers/scsi/qla2xxx/
9169
9170 QLOGIC QLA4XXX iSCSI DRIVER
9171 M:      QLogic-Storage-Upstream@qlogic.com
9172 L:      linux-scsi@vger.kernel.org
9173 S:      Supported
9174 F:      Documentation/scsi/LICENSE.qla4xxx
9175 F:      drivers/scsi/qla4xxx/
9176
9177 QLOGIC QLA3XXX NETWORK DRIVER
9178 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
9179 M:      Ron Mercer <ron.mercer@qlogic.com>
9180 M:      linux-driver@qlogic.com
9181 L:      netdev@vger.kernel.org
9182 S:      Supported
9183 F:      Documentation/networking/LICENSE.qla3xxx
9184 F:      drivers/net/ethernet/qlogic/qla3xxx.*
9185
9186 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9187 M:      Dept-GELinuxNICDev@qlogic.com
9188 L:      netdev@vger.kernel.org
9189 S:      Supported
9190 F:      drivers/net/ethernet/qlogic/qlcnic/
9191
9192 QLOGIC QLGE 10Gb ETHERNET DRIVER
9193 M:      Harish Patil <harish.patil@qlogic.com>
9194 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
9195 M:      Dept-GELinuxNICDev@qlogic.com
9196 M:      linux-driver@qlogic.com
9197 L:      netdev@vger.kernel.org
9198 S:      Supported
9199 F:      drivers/net/ethernet/qlogic/qlge/
9200
9201 QLOGIC QL4xxx ETHERNET DRIVER
9202 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
9203 M:      Ariel Elior <Ariel.Elior@qlogic.com>
9204 M:      everest-linux-l2@qlogic.com
9205 L:      netdev@vger.kernel.org
9206 S:      Supported
9207 F:      drivers/net/ethernet/qlogic/qed/
9208 F:      include/linux/qed/
9209 F:      drivers/net/ethernet/qlogic/qede/
9210
9211 QNX4 FILESYSTEM
9212 M:      Anders Larsen <al@alarsen.net>
9213 W:      http://www.alarsen.net/linux/qnx4fs/
9214 S:      Maintained
9215 F:      fs/qnx4/
9216 F:      include/uapi/linux/qnx4_fs.h
9217 F:      include/uapi/linux/qnxtypes.h
9218
9219 QT1010 MEDIA DRIVER
9220 M:      Antti Palosaari <crope@iki.fi>
9221 L:      linux-media@vger.kernel.org
9222 W:      https://linuxtv.org
9223 W:      http://palosaari.fi/linux/
9224 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9225 T:      git git://linuxtv.org/anttip/media_tree.git
9226 S:      Maintained
9227 F:      drivers/media/tuners/qt1010*
9228
9229 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9230 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9231 L:      linux-wireless@vger.kernel.org
9232 L:      ath9k-devel@lists.ath9k.org
9233 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
9234 S:      Supported
9235 F:      drivers/net/wireless/ath/ath9k/
9236
9237 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9238 M:      Kalle Valo <kvalo@qca.qualcomm.com>
9239 L:      ath10k@lists.infradead.org
9240 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
9241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9242 S:      Supported
9243 F:      drivers/net/wireless/ath/ath10k/
9244
9245 QUALCOMM HEXAGON ARCHITECTURE
9246 M:      Richard Kuo <rkuo@codeaurora.org>
9247 L:      linux-hexagon@vger.kernel.org
9248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9249 S:      Supported
9250 F:      arch/hexagon/
9251
9252 QUALCOMM WCN36XX WIRELESS DRIVER
9253 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
9254 L:      wcn36xx@lists.infradead.org
9255 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
9256 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
9257 S:      Supported
9258 F:      drivers/net/wireless/ath/wcn36xx/
9259
9260 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9261 M:      Gabriel Somlo <somlo@cmu.edu>
9262 M:      "Michael S. Tsirkin" <mst@redhat.com>
9263 L:      qemu-devel@nongnu.org
9264 S:      Maintained
9265 F:      drivers/firmware/qemu_fw_cfg.c
9266
9267 RADOS BLOCK DEVICE (RBD)
9268 M:      Ilya Dryomov <idryomov@gmail.com>
9269 M:      Sage Weil <sage@redhat.com>
9270 M:      Alex Elder <elder@kernel.org>
9271 L:      ceph-devel@vger.kernel.org
9272 W:      http://ceph.com/
9273 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9274 T:      git git://github.com/ceph/ceph-client.git
9275 S:      Supported
9276 F:      Documentation/ABI/testing/sysfs-bus-rbd
9277 F:      drivers/block/rbd.c
9278 F:      drivers/block/rbd_types.h
9279
9280 RADEON FRAMEBUFFER DISPLAY DRIVER
9281 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
9282 L:      linux-fbdev@vger.kernel.org
9283 S:      Maintained
9284 F:      drivers/video/fbdev/aty/radeon*
9285 F:      include/uapi/linux/radeonfb.h
9286
9287 RADIOSHARK RADIO DRIVER
9288 M:      Hans de Goede <hdegoede@redhat.com>
9289 L:      linux-media@vger.kernel.org
9290 T:      git git://linuxtv.org/media_tree.git
9291 S:      Maintained
9292 F:      drivers/media/radio/radio-shark.c
9293
9294 RADIOSHARK2 RADIO DRIVER
9295 M:      Hans de Goede <hdegoede@redhat.com>
9296 L:      linux-media@vger.kernel.org
9297 T:      git git://linuxtv.org/media_tree.git
9298 S:      Maintained
9299 F:      drivers/media/radio/radio-shark2.c
9300 F:      drivers/media/radio/radio-tea5777.c
9301
9302 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9303 M:      Paul Mackerras <paulus@samba.org>
9304 L:      linux-fbdev@vger.kernel.org
9305 S:      Maintained
9306 F:      drivers/video/fbdev/aty/aty128fb.c
9307
9308 RALINK MIPS ARCHITECTURE
9309 M:      John Crispin <john@phrozen.org>
9310 L:      linux-mips@linux-mips.org
9311 S:      Maintained
9312 F:      arch/mips/ralink
9313
9314 RALINK RT2X00 WIRELESS LAN DRIVER
9315 P:      rt2x00 project
9316 M:      Stanislaw Gruszka <sgruszka@redhat.com>
9317 M:      Helmut Schaa <helmut.schaa@googlemail.com>
9318 L:      linux-wireless@vger.kernel.org
9319 S:      Maintained
9320 F:      drivers/net/wireless/ralink/rt2x00/
9321
9322 RAMDISK RAM BLOCK DEVICE DRIVER
9323 M:      Jens Axboe <axboe@kernel.dk>
9324 S:      Maintained
9325 F:      Documentation/blockdev/ramdisk.txt
9326 F:      drivers/block/brd.c
9327
9328 RANDOM NUMBER DRIVER
9329 M:      "Theodore Ts'o" <tytso@mit.edu>
9330 S:      Maintained
9331 F:      drivers/char/random.c
9332
9333 RAPIDIO SUBSYSTEM
9334 M:      Matt Porter <mporter@kernel.crashing.org>
9335 M:      Alexandre Bounine <alexandre.bounine@idt.com>
9336 S:      Maintained
9337 F:      drivers/rapidio/
9338
9339 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9340 L:      linux-wireless@vger.kernel.org
9341 S:      Orphan
9342 F:      drivers/net/wireless/ray*
9343
9344 RCUTORTURE MODULE
9345 M:      Josh Triplett <josh@joshtriplett.org>
9346 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9347 L:      linux-kernel@vger.kernel.org
9348 S:      Supported
9349 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9350 F:      Documentation/RCU/torture.txt
9351 F:      kernel/rcu/rcutorture.c
9352
9353 RCUTORTURE TEST FRAMEWORK
9354 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9355 M:      Josh Triplett <josh@joshtriplett.org>
9356 R:      Steven Rostedt <rostedt@goodmis.org>
9357 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9358 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9359 L:      linux-kernel@vger.kernel.org
9360 S:      Supported
9361 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9362 F:      tools/testing/selftests/rcutorture
9363
9364 RDC R-321X SoC
9365 M:      Florian Fainelli <florian@openwrt.org>
9366 S:      Maintained
9367
9368 RDC R6040 FAST ETHERNET DRIVER
9369 M:      Florian Fainelli <florian@openwrt.org>
9370 L:      netdev@vger.kernel.org
9371 S:      Maintained
9372 F:      drivers/net/ethernet/rdc/r6040.c
9373
9374 RDS - RELIABLE DATAGRAM SOCKETS
9375 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
9376 L:      netdev@vger.kernel.org
9377 L:      linux-rdma@vger.kernel.org
9378 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
9379 W:      https://oss.oracle.com/projects/rds/
9380 S:      Supported
9381 F:      net/rds/
9382 F:      Documentation/networking/rds.txt
9383
9384 RDMAVT - RDMA verbs software
9385 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
9386 L:      linux-rdma@vger.kernel.org
9387 S:      Supported
9388 F:      drivers/infiniband/sw/rdmavt
9389
9390 READ-COPY UPDATE (RCU)
9391 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9392 M:      Josh Triplett <josh@joshtriplett.org>
9393 R:      Steven Rostedt <rostedt@goodmis.org>
9394 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9395 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9396 L:      linux-kernel@vger.kernel.org
9397 W:      http://www.rdrop.com/users/paulmck/RCU/
9398 S:      Supported
9399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9400 F:      Documentation/RCU/
9401 X:      Documentation/RCU/torture.txt
9402 F:      include/linux/rcu*
9403 X:      include/linux/srcu.h
9404 F:      kernel/rcu/
9405 X:      kernel/torture.c
9406
9407 REAL TIME CLOCK (RTC) SUBSYSTEM
9408 M:      Alessandro Zummo <a.zummo@towertech.it>
9409 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
9410 L:      rtc-linux@googlegroups.com
9411 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
9412 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9413 S:      Maintained
9414 F:      Documentation/rtc.txt
9415 F:      drivers/rtc/
9416 F:      include/linux/rtc.h
9417 F:      include/uapi/linux/rtc.h
9418
9419 REALTEK AUDIO CODECS
9420 M:      Bard Liao <bardliao@realtek.com>
9421 M:      Oder Chiou <oder_chiou@realtek.com>
9422 S:      Maintained
9423 F:      sound/soc/codecs/rt*
9424 F:      include/sound/rt*.h
9425
9426 REISERFS FILE SYSTEM
9427 L:      reiserfs-devel@vger.kernel.org
9428 S:      Supported
9429 F:      fs/reiserfs/
9430
9431 REGISTER MAP ABSTRACTION
9432 M:      Mark Brown <broonie@kernel.org>
9433 L:      linux-kernel@vger.kernel.org
9434 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9435 S:      Supported
9436 F:      drivers/base/regmap/
9437 F:      include/linux/regmap.h
9438
9439 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9440 M:      Ohad Ben-Cohen <ohad@wizery.com>
9441 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9442 L:      linux-remoteproc@vger.kernel.org
9443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9444 S:      Maintained
9445 F:      drivers/remoteproc/
9446 F:      Documentation/remoteproc.txt
9447 F:      include/linux/remoteproc.h
9448
9449 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9450 M:      Ohad Ben-Cohen <ohad@wizery.com>
9451 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9452 L:      linux-remoteproc@vger.kernel.org
9453 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9454 S:      Maintained
9455 F:      drivers/rpmsg/
9456 F:      Documentation/rpmsg.txt
9457 F:      include/linux/rpmsg.h
9458
9459 RENESAS ETHERNET DRIVERS
9460 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9461 L:      netdev@vger.kernel.org
9462 L:      linux-renesas-soc@vger.kernel.org
9463 F:      drivers/net/ethernet/renesas/
9464 F:      include/linux/sh_eth.h
9465
9466 RENESAS USB2 PHY DRIVER
9467 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9468 L:      linux-renesas-soc@vger.kernel.org
9469 S:      Maintained
9470 F:      drivers/phy/phy-rcar-gen3-usb2.c
9471
9472 RESET CONTROLLER FRAMEWORK
9473 M:      Philipp Zabel <p.zabel@pengutronix.de>
9474 T:      git git://git.pengutronix.de/git/pza/linux
9475 S:      Maintained
9476 F:      drivers/reset/
9477 F:      Documentation/devicetree/bindings/reset/
9478 F:      include/dt-bindings/reset/
9479 F:      include/linux/reset.h
9480 F:      include/linux/reset-controller.h
9481
9482 RFKILL
9483 M:      Johannes Berg <johannes@sipsolutions.net>
9484 L:      linux-wireless@vger.kernel.org
9485 W:      http://wireless.kernel.org/
9486 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9488 S:      Maintained
9489 F:      Documentation/rfkill.txt
9490 F:      net/rfkill/
9491
9492 RHASHTABLE
9493 M:      Thomas Graf <tgraf@suug.ch>
9494 L:      netdev@vger.kernel.org
9495 S:      Maintained
9496 F:      lib/rhashtable.c
9497 F:      include/linux/rhashtable.h
9498
9499 RICOH SMARTMEDIA/XD DRIVER
9500 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9501 S:      Maintained
9502 F:      drivers/mtd/nand/r852.c
9503 F:      drivers/mtd/nand/r852.h
9504
9505 RICOH R5C592 MEMORYSTICK DRIVER
9506 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9507 S:      Maintained
9508 F:      drivers/memstick/host/r592.*
9509
9510 ROCCAT DRIVERS
9511 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
9512 W:      http://sourceforge.net/projects/roccat/
9513 S:      Maintained
9514 F:      drivers/hid/hid-roccat*
9515 F:      include/linux/hid-roccat*
9516 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
9517
9518 ROCKER DRIVER
9519 M:      Jiri Pirko <jiri@resnulli.us>
9520 M:      Scott Feldman <sfeldma@gmail.com>
9521 L:      netdev@vger.kernel.org
9522 S:      Supported
9523 F:      drivers/net/ethernet/rocker/
9524
9525 ROCKETPORT DRIVER
9526 P:      Comtrol Corp.
9527 W:      http://www.comtrol.com
9528 S:      Maintained
9529 F:      Documentation/serial/rocket.txt
9530 F:      drivers/tty/rocket*
9531
9532 ROCKETPORT EXPRESS/INFINITY DRIVER
9533 M:      Kevin Cernekee <cernekee@gmail.com>
9534 L:      linux-serial@vger.kernel.org
9535 S:      Odd Fixes
9536 F:      drivers/tty/serial/rp2.*
9537
9538 ROSE NETWORK LAYER
9539 M:      Ralf Baechle <ralf@linux-mips.org>
9540 L:      linux-hams@vger.kernel.org
9541 W:      http://www.linux-ax25.org/
9542 S:      Maintained
9543 F:      include/net/rose.h
9544 F:      include/uapi/linux/rose.h
9545 F:      net/rose/
9546
9547 RTL2830 MEDIA DRIVER
9548 M:      Antti Palosaari <crope@iki.fi>
9549 L:      linux-media@vger.kernel.org
9550 W:      https://linuxtv.org
9551 W:      http://palosaari.fi/linux/
9552 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9553 T:      git git://linuxtv.org/anttip/media_tree.git
9554 S:      Maintained
9555 F:      drivers/media/dvb-frontends/rtl2830*
9556
9557 RTL2832 MEDIA DRIVER
9558 M:      Antti Palosaari <crope@iki.fi>
9559 L:      linux-media@vger.kernel.org
9560 W:      https://linuxtv.org
9561 W:      http://palosaari.fi/linux/
9562 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9563 T:      git git://linuxtv.org/anttip/media_tree.git
9564 S:      Maintained
9565 F:      drivers/media/dvb-frontends/rtl2832*
9566
9567 RTL2832_SDR MEDIA DRIVER
9568 M:      Antti Palosaari <crope@iki.fi>
9569 L:      linux-media@vger.kernel.org
9570 W:      https://linuxtv.org
9571 W:      http://palosaari.fi/linux/
9572 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9573 T:      git git://linuxtv.org/anttip/media_tree.git
9574 S:      Maintained
9575 F:      drivers/media/dvb-frontends/rtl2832_sdr*
9576
9577 RTL8180 WIRELESS DRIVER
9578 L:      linux-wireless@vger.kernel.org
9579 W:      http://wireless.kernel.org/
9580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9581 S:      Orphan
9582 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
9583
9584 RTL8187 WIRELESS DRIVER
9585 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9586 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
9587 M:      Larry Finger <Larry.Finger@lwfinger.net>
9588 L:      linux-wireless@vger.kernel.org
9589 W:      http://wireless.kernel.org/
9590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9591 S:      Maintained
9592 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
9593
9594 RTL8192CE WIRELESS DRIVER
9595 M:      Larry Finger <Larry.Finger@lwfinger.net>
9596 M:      Chaoming Li <chaoming_li@realsil.com.cn>
9597 L:      linux-wireless@vger.kernel.org
9598 W:      http://wireless.kernel.org/
9599 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9600 S:      Maintained
9601 F:      drivers/net/wireless/realtek/rtlwifi/
9602 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9603
9604 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9605 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9606 L:      linux-wireless@vger.kernel.org
9607 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
9608 S:      Maintained
9609 F:      drivers/net/wireless/realtek/rtl8xxxu/
9610
9611 S3 SAVAGE FRAMEBUFFER DRIVER
9612 M:      Antonino Daplas <adaplas@gmail.com>
9613 L:      linux-fbdev@vger.kernel.org
9614 S:      Maintained
9615 F:      drivers/video/fbdev/savage/
9616
9617 S390
9618 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
9619 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
9620 L:      linux-s390@vger.kernel.org
9621 W:      http://www.ibm.com/developerworks/linux/linux390/
9622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9623 S:      Supported
9624 F:      arch/s390/
9625 F:      drivers/s390/
9626 F:      Documentation/s390/
9627 F:      Documentation/DocBook/s390*
9628
9629 S390 COMMON I/O LAYER
9630 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9631 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9632 L:      linux-s390@vger.kernel.org
9633 W:      http://www.ibm.com/developerworks/linux/linux390/
9634 S:      Supported
9635 F:      drivers/s390/cio/
9636
9637 S390 DASD DRIVER
9638 M:      Stefan Weinhuber <wein@de.ibm.com>
9639 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
9640 L:      linux-s390@vger.kernel.org
9641 W:      http://www.ibm.com/developerworks/linux/linux390/
9642 S:      Supported
9643 F:      drivers/s390/block/dasd*
9644 F:      block/partitions/ibm.c
9645
9646 S390 NETWORK DRIVERS
9647 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9648 L:      linux-s390@vger.kernel.org
9649 W:      http://www.ibm.com/developerworks/linux/linux390/
9650 S:      Supported
9651 F:      drivers/s390/net/
9652
9653 S390 PCI SUBSYSTEM
9654 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9655 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9656 L:      linux-s390@vger.kernel.org
9657 W:      http://www.ibm.com/developerworks/linux/linux390/
9658 S:      Supported
9659 F:      arch/s390/pci/
9660 F:      drivers/pci/hotplug/s390_pci_hpc.c
9661
9662 S390 ZCRYPT DRIVER
9663 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9664 L:      linux-s390@vger.kernel.org
9665 W:      http://www.ibm.com/developerworks/linux/linux390/
9666 S:      Supported
9667 F:      drivers/s390/crypto/
9668
9669 S390 ZFCP DRIVER
9670 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9671 L:      linux-s390@vger.kernel.org
9672 W:      http://www.ibm.com/developerworks/linux/linux390/
9673 S:      Supported
9674 F:      drivers/s390/scsi/zfcp_*
9675
9676 S390 IUCV NETWORK LAYER
9677 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9678 L:      linux-s390@vger.kernel.org
9679 W:      http://www.ibm.com/developerworks/linux/linux390/
9680 S:      Supported
9681 F:      drivers/s390/net/*iucv*
9682 F:      include/net/iucv/
9683 F:      net/iucv/
9684
9685 S390 IOMMU (PCI)
9686 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9687 L:      linux-s390@vger.kernel.org
9688 W:      http://www.ibm.com/developerworks/linux/linux390/
9689 S:      Supported
9690 F:      drivers/iommu/s390-iommu.c
9691
9692 S3C24XX SD/MMC Driver
9693 M:      Ben Dooks <ben-linux@fluff.org>
9694 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9695 S:      Supported
9696 F:      drivers/mmc/host/s3cmci.*
9697
9698 SAA6588 RDS RECEIVER DRIVER
9699 M:      Hans Verkuil <hverkuil@xs4all.nl>
9700 L:      linux-media@vger.kernel.org
9701 T:      git git://linuxtv.org/media_tree.git
9702 W:      https://linuxtv.org
9703 S:      Odd Fixes
9704 F:      drivers/media/i2c/saa6588*
9705
9706 SAA7134 VIDEO4LINUX DRIVER
9707 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9708 L:      linux-media@vger.kernel.org
9709 W:      https://linuxtv.org
9710 T:      git git://linuxtv.org/media_tree.git
9711 S:      Odd fixes
9712 F:      Documentation/video4linux/*.saa7134
9713 F:      drivers/media/pci/saa7134/
9714
9715 SAA7146 VIDEO4LINUX-2 DRIVER
9716 M:      Hans Verkuil <hverkuil@xs4all.nl>
9717 L:      linux-media@vger.kernel.org
9718 T:      git git://linuxtv.org/media_tree.git
9719 S:      Maintained
9720 F:      drivers/media/common/saa7146/
9721 F:      drivers/media/pci/saa7146/
9722 F:      include/media/saa7146*
9723
9724 SAMSUNG LAPTOP DRIVER
9725 M:      Corentin Chary <corentin.chary@gmail.com>
9726 L:      platform-driver-x86@vger.kernel.org
9727 S:      Maintained
9728 F:      drivers/platform/x86/samsung-laptop.c
9729
9730 SAMSUNG AUDIO (ASoC) DRIVERS
9731 M:      Sangbeom Kim <sbkim73@samsung.com>
9732 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9733 S:      Supported
9734 F:      sound/soc/samsung/
9735
9736 SAMSUNG FRAMEBUFFER DRIVER
9737 M:      Jingoo Han <jingoohan1@gmail.com>
9738 L:      linux-fbdev@vger.kernel.org
9739 S:      Maintained
9740 F:      drivers/video/fbdev/s3c-fb.c
9741
9742 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9743 M:      Sangbeom Kim <sbkim73@samsung.com>
9744 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9745 L:      linux-kernel@vger.kernel.org
9746 L:      linux-samsung-soc@vger.kernel.org
9747 S:      Supported
9748 F:      drivers/mfd/sec*.c
9749 F:      drivers/regulator/s2m*.c
9750 F:      drivers/regulator/s5m*.c
9751 F:      drivers/clk/clk-s2mps11.c
9752 F:      drivers/rtc/rtc-s5m.c
9753 F:      include/linux/mfd/samsung/
9754 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9755 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9756 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9757 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9758
9759 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9760 M:      Kyungmin Park <kyungmin.park@samsung.com>
9761 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9762 L:      linux-media@vger.kernel.org
9763 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9764 S:      Supported
9765 F:      drivers/media/platform/exynos4-is/
9766
9767 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9768 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9769 L:      linux-media@vger.kernel.org
9770 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9771 S:      Maintained
9772 F:      drivers/media/platform/s3c-camif/
9773 F:      include/media/drv-intf/s3c_camif.h
9774
9775 SAMSUNG S5C73M3 CAMERA DRIVER
9776 M:      Kyungmin Park <kyungmin.park@samsung.com>
9777 M:      Andrzej Hajda <a.hajda@samsung.com>
9778 L:      linux-media@vger.kernel.org
9779 S:      Supported
9780 F:      drivers/media/i2c/s5c73m3/*
9781
9782 SAMSUNG S5K5BAF CAMERA DRIVER
9783 M:      Kyungmin Park <kyungmin.park@samsung.com>
9784 M:      Andrzej Hajda <a.hajda@samsung.com>
9785 L:      linux-media@vger.kernel.org
9786 S:      Supported
9787 F:      drivers/media/i2c/s5k5baf.c
9788
9789 SAMSUNG S3FWRN5 NFC DRIVER
9790 M:      Robert Baldyga <r.baldyga@samsung.com>
9791 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
9792 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9793 S:      Supported
9794 F:      drivers/nfc/s3fwrn5
9795
9796 SAMSUNG SOC CLOCK DRIVERS
9797 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9798 M:      Tomasz Figa <tomasz.figa@gmail.com>
9799 S:      Supported
9800 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9801 F:      drivers/clk/samsung/
9802
9803 SAMSUNG SXGBE DRIVERS
9804 M:      Byungho An <bh74.an@samsung.com>
9805 M:      Girish K S <ks.giri@samsung.com>
9806 M:      Vipul Pandya <vipul.pandya@samsung.com>
9807 S:      Supported
9808 L:      netdev@vger.kernel.org
9809 F:      drivers/net/ethernet/samsung/sxgbe/
9810
9811 SAMSUNG THERMAL DRIVER
9812 M:      Lukasz Majewski <l.majewski@samsung.com>
9813 L:      linux-pm@vger.kernel.org
9814 L:      linux-samsung-soc@vger.kernel.org
9815 S:      Supported
9816 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
9817 F:      drivers/thermal/samsung/
9818
9819 SAMSUNG USB2 PHY DRIVER
9820 M:      Kamil Debski <k.debski@samsung.com>
9821 L:      linux-kernel@vger.kernel.org
9822 S:      Supported
9823 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9824 F:      Documentation/phy/samsung-usb2.txt
9825 F:      drivers/phy/phy-exynos4210-usb2.c
9826 F:      drivers/phy/phy-exynos4x12-usb2.c
9827 F:      drivers/phy/phy-exynos5250-usb2.c
9828 F:      drivers/phy/phy-s5pv210-usb2.c
9829 F:      drivers/phy/phy-samsung-usb2.c
9830 F:      drivers/phy/phy-samsung-usb2.h
9831
9832 SERIAL DRIVERS
9833 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9834 L:      linux-serial@vger.kernel.org
9835 S:      Maintained
9836 F:      drivers/tty/serial/
9837
9838 SYNOPSYS DESIGNWARE DMAC DRIVER
9839 M:      Viresh Kumar <vireshk@kernel.org>
9840 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9841 S:      Maintained
9842 F:      include/linux/dma/dw.h
9843 F:      include/linux/platform_data/dma-dw.h
9844 F:      drivers/dma/dw/
9845
9846 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9847 M: Lars Persson <lars.persson@axis.com>
9848 L: netdev@vger.kernel.org
9849 S: Supported
9850 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9851 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9852
9853 SYNOPSYS DESIGNWARE I2C DRIVER
9854 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9855 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9856 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
9857 L:      linux-i2c@vger.kernel.org
9858 S:      Maintained
9859 F:      drivers/i2c/busses/i2c-designware-*
9860 F:      include/linux/platform_data/i2c-designware.h
9861
9862 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9863 M:      Jaehoon Chung <jh80.chung@samsung.com>
9864 L:      linux-mmc@vger.kernel.org
9865 S:      Maintained
9866 F:      include/linux/mmc/dw_mmc.h
9867 F:      drivers/mmc/host/dw_mmc*
9868
9869 SYSTEM TRACE MODULE CLASS
9870 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9871 S:      Maintained
9872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
9873 F:      Documentation/trace/stm.txt
9874 F:      drivers/hwtracing/stm/
9875 F:      include/linux/stm.h
9876 F:      include/uapi/linux/stm.h
9877
9878 THUNDERBOLT DRIVER
9879 M:      Andreas Noever <andreas.noever@gmail.com>
9880 S:      Maintained
9881 F:      drivers/thunderbolt/
9882
9883 TI BQ27XXX POWER SUPPLY DRIVER
9884 R:      Andrew F. Davis <afd@ti.com>
9885 F:      include/linux/power/bq27xxx_battery.h
9886 F:      drivers/power/bq27xxx_battery.c
9887 F:      drivers/power/bq27xxx_battery_i2c.c
9888
9889 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
9890 M:      John Stultz <john.stultz@linaro.org>
9891 M:      Thomas Gleixner <tglx@linutronix.de>
9892 L:      linux-kernel@vger.kernel.org
9893 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9894 S:      Supported
9895 F:      include/linux/clocksource.h
9896 F:      include/linux/time.h
9897 F:      include/linux/timex.h
9898 F:      include/uapi/linux/time.h
9899 F:      include/uapi/linux/timex.h
9900 F:      kernel/time/clocksource.c
9901 F:      kernel/time/time*.c
9902 F:      kernel/time/alarmtimer.c
9903 F:      kernel/time/ntp.c
9904 F:      tools/testing/selftests/timers/
9905
9906 SC1200 WDT DRIVER
9907 M:      Zwane Mwaikambo <zwanem@gmail.com>
9908 S:      Maintained
9909 F:      drivers/watchdog/sc1200wdt.c
9910
9911 SCHEDULER
9912 M:      Ingo Molnar <mingo@redhat.com>
9913 M:      Peter Zijlstra <peterz@infradead.org>
9914 L:      linux-kernel@vger.kernel.org
9915 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9916 S:      Maintained
9917 F:      kernel/sched/
9918 F:      include/linux/sched.h
9919 F:      include/uapi/linux/sched.h
9920 F:      include/linux/wait.h
9921
9922 SCORE ARCHITECTURE
9923 M:      Chen Liqin <liqin.linux@gmail.com>
9924 M:      Lennox Wu <lennox.wu@gmail.com>
9925 W:      http://www.sunplus.com
9926 S:      Supported
9927 F:      arch/score/
9928
9929 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9930 M:      Sudeep Holla <sudeep.holla@arm.com>
9931 L:      linux-arm-kernel@lists.infradead.org
9932 S:      Maintained
9933 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
9934 F:      drivers/clk/clk-scpi.c
9935 F:      drivers/cpufreq/scpi-cpufreq.c
9936 F:      drivers/firmware/arm_scpi.c
9937 F:      include/linux/scpi_protocol.h
9938
9939 SCSI CDROM DRIVER
9940 M:      Jens Axboe <axboe@kernel.dk>
9941 L:      linux-scsi@vger.kernel.org
9942 W:      http://www.kernel.dk
9943 S:      Maintained
9944 F:      drivers/scsi/sr*
9945
9946 SCSI RDMA PROTOCOL (SRP) INITIATOR
9947 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9948 L:      linux-rdma@vger.kernel.org
9949 S:      Supported
9950 W:      http://www.openfabrics.org
9951 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9953 F:      drivers/infiniband/ulp/srp/
9954 F:      include/scsi/srp.h
9955
9956 SCSI SG DRIVER
9957 M:      Doug Gilbert <dgilbert@interlog.com>
9958 L:      linux-scsi@vger.kernel.org
9959 W:      http://sg.danny.cz/sg
9960 S:      Maintained
9961 F:      Documentation/scsi/scsi-generic.txt
9962 F:      drivers/scsi/sg.c
9963 F:      include/scsi/sg.h
9964
9965 SCSI SUBSYSTEM
9966 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
9967 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9968 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
9969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9970 L:      linux-scsi@vger.kernel.org
9971 S:      Maintained
9972 F:      drivers/scsi/
9973 F:      include/scsi/
9974
9975 SCSI TAPE DRIVER
9976 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9977 L:      linux-scsi@vger.kernel.org
9978 S:      Maintained
9979 F:      Documentation/scsi/st.txt
9980 F:      drivers/scsi/st.*
9981 F:      drivers/scsi/st_*.h
9982
9983 SCTP PROTOCOL
9984 M:      Vlad Yasevich <vyasevich@gmail.com>
9985 M:      Neil Horman <nhorman@tuxdriver.com>
9986 L:      linux-sctp@vger.kernel.org
9987 W:      http://lksctp.sourceforge.net
9988 S:      Maintained
9989 F:      Documentation/networking/sctp.txt
9990 F:      include/linux/sctp.h
9991 F:      include/uapi/linux/sctp.h
9992 F:      include/net/sctp/
9993 F:      net/sctp/
9994
9995 SCx200 CPU SUPPORT
9996 M:      Jim Cromie <jim.cromie@gmail.com>
9997 S:      Odd Fixes
9998 F:      Documentation/i2c/busses/scx200_acb
9999 F:      arch/x86/platform/scx200/
10000 F:      drivers/watchdog/scx200_wdt.c
10001 F:      drivers/i2c/busses/scx200*
10002 F:      drivers/mtd/maps/scx200_docflash.c
10003 F:      include/linux/scx200.h
10004
10005 SCx200 GPIO DRIVER
10006 M:      Jim Cromie <jim.cromie@gmail.com>
10007 S:      Maintained
10008 F:      drivers/char/scx200_gpio.c
10009 F:      include/linux/scx200_gpio.h
10010
10011 SCx200 HRT CLOCKSOURCE DRIVER
10012 M:      Jim Cromie <jim.cromie@gmail.com>
10013 S:      Maintained
10014 F:      drivers/clocksource/scx200_hrt.c
10015
10016 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10017 M:      Sascha Sommer <saschasommer@freenet.de>
10018 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10019 S:      Maintained
10020 F:      drivers/mmc/host/sdricoh_cs.c
10021
10022 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10023 M:      Adrian Hunter <adrian.hunter@intel.com>
10024 L:      linux-mmc@vger.kernel.org
10025 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
10026 S:      Maintained
10027 F:      drivers/mmc/host/sdhci*
10028 F:      include/linux/mmc/sdhci*
10029
10030 SECURE COMPUTING
10031 M:      Kees Cook <keescook@chromium.org>
10032 R:      Andy Lutomirski <luto@amacapital.net>
10033 R:      Will Drewry <wad@chromium.org>
10034 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10035 S:      Supported
10036 F:      kernel/seccomp.c
10037 F:      include/uapi/linux/seccomp.h
10038 F:      include/linux/seccomp.h
10039 F:      tools/testing/selftests/seccomp/*
10040 K:      \bsecure_computing
10041 K:      \bTIF_SECCOMP\b
10042
10043 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10044 M:      Ben Dooks <ben-linux@fluff.org>
10045 M:      Jaehoon Chung <jh80.chung@samsung.com>
10046 L:      linux-mmc@vger.kernel.org
10047 S:      Maintained
10048 F:      drivers/mmc/host/sdhci-s3c*
10049
10050 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10051 M:      Viresh Kumar <vireshk@kernel.org>
10052 L:      linux-mmc@vger.kernel.org
10053 S:      Maintained
10054 F:      drivers/mmc/host/sdhci-spear.c
10055
10056 SECURITY SUBSYSTEM
10057 M:      James Morris <james.l.morris@oracle.com>
10058 M:      "Serge E. Hallyn" <serge@hallyn.com>
10059 L:      linux-security-module@vger.kernel.org (suggested Cc:)
10060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10061 W:      http://kernsec.org/
10062 S:      Supported
10063 F:      security/
10064
10065 SECURITY CONTACT
10066 M:      Security Officers <security@kernel.org>
10067 S:      Supported
10068
10069 SELINUX SECURITY MODULE
10070 M:      Paul Moore <paul@paul-moore.com>
10071 M:      Stephen Smalley <sds@tycho.nsa.gov>
10072 M:      Eric Paris <eparis@parisplace.org>
10073 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
10074 W:      http://selinuxproject.org
10075 T:      git git://git.infradead.org/users/pcmoore/selinux
10076 S:      Supported
10077 F:      include/linux/selinux*
10078 F:      security/selinux/
10079 F:      scripts/selinux/
10080
10081 APPARMOR SECURITY MODULE
10082 M:      John Johansen <john.johansen@canonical.com>
10083 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10084 W:      apparmor.wiki.kernel.org
10085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10086 S:      Supported
10087 F:      security/apparmor/
10088
10089 LOADPIN SECURITY MODULE
10090 M:      Kees Cook <keescook@chromium.org>
10091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10092 S:      Supported
10093 F:      security/loadpin/
10094
10095 YAMA SECURITY MODULE
10096 M:      Kees Cook <keescook@chromium.org>
10097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10098 S:      Supported
10099 F:      security/yama/
10100
10101 SENSABLE PHANTOM
10102 M:      Jiri Slaby <jirislaby@gmail.com>
10103 S:      Maintained
10104 F:      drivers/misc/phantom.c
10105 F:      include/uapi/linux/phantom.h
10106
10107 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
10108 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
10109 M:      Ketan Mukadam <ketan.mukadam@avagotech.com>
10110 M:      John Soni Jose <sony.john@avagotech.com>
10111 L:      linux-scsi@vger.kernel.org
10112 W:      http://www.avagotech.com
10113 S:      Supported
10114 F:      drivers/scsi/be2iscsi/
10115
10116 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
10117 M:      Sathya Perla <sathya.perla@broadcom.com>
10118 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
10119 M:      Padmanabh Ratnakar <padmanabh.ratnakar@broadcom.com>
10120 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10121 M:      Somnath Kotur <somnath.kotur@broadcom.com>
10122 L:      netdev@vger.kernel.org
10123 W:      http://www.emulex.com
10124 S:      Supported
10125 F:      drivers/net/ethernet/emulex/benet/
10126
10127 EMULEX ONECONNECT ROCE DRIVER
10128 M:      Selvin Xavier <selvin.xavier@avagotech.com>
10129 M:      Devesh Sharma <devesh.sharma@avagotech.com>
10130 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10131 L:      linux-rdma@vger.kernel.org
10132 W:      http://www.emulex.com
10133 S:      Supported
10134 F:      drivers/infiniband/hw/ocrdma/
10135
10136 SFC NETWORK DRIVER
10137 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10138 M:      Edward Cree <ecree@solarflare.com>
10139 M:      Bert Kenward <bkenward@solarflare.com>
10140 L:      netdev@vger.kernel.org
10141 S:      Supported
10142 F:      drivers/net/ethernet/sfc/
10143
10144 SGI GRU DRIVER
10145 M:      Dimitri Sivanich <sivanich@sgi.com>
10146 S:      Maintained
10147 F:      drivers/misc/sgi-gru/
10148
10149 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10150 M:      Pat Gefre <pfg@sgi.com>
10151 L:      linux-ia64@vger.kernel.org
10152 S:      Supported
10153 F:      Documentation/ia64/serial.txt
10154 F:      drivers/tty/serial/ioc?_serial.c
10155 F:      include/linux/ioc?.h
10156
10157 SGI XP/XPC/XPNET DRIVER
10158 M:      Cliff Whickman <cpw@sgi.com>
10159 M:      Robin Holt <robinmholt@gmail.com>
10160 S:      Maintained
10161 F:      drivers/misc/sgi-xp/
10162
10163 SI2157 MEDIA DRIVER
10164 M:      Antti Palosaari <crope@iki.fi>
10165 L:      linux-media@vger.kernel.org
10166 W:      https://linuxtv.org
10167 W:      http://palosaari.fi/linux/
10168 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10169 T:      git git://linuxtv.org/anttip/media_tree.git
10170 S:      Maintained
10171 F:      drivers/media/tuners/si2157*
10172
10173 SI2168 MEDIA DRIVER
10174 M:      Antti Palosaari <crope@iki.fi>
10175 L:      linux-media@vger.kernel.org
10176 W:      https://linuxtv.org
10177 W:      http://palosaari.fi/linux/
10178 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10179 T:      git git://linuxtv.org/anttip/media_tree.git
10180 S:      Maintained
10181 F:      drivers/media/dvb-frontends/si2168*
10182
10183 SI470X FM RADIO RECEIVER I2C DRIVER
10184 M:      Hans Verkuil <hverkuil@xs4all.nl>
10185 L:      linux-media@vger.kernel.org
10186 T:      git git://linuxtv.org/media_tree.git
10187 W:      https://linuxtv.org
10188 S:      Odd Fixes
10189 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
10190
10191 SI470X FM RADIO RECEIVER USB DRIVER
10192 M:      Hans Verkuil <hverkuil@xs4all.nl>
10193 L:      linux-media@vger.kernel.org
10194 T:      git git://linuxtv.org/media_tree.git
10195 W:      https://linuxtv.org
10196 S:      Maintained
10197 F:      drivers/media/radio/si470x/radio-si470x-common.c
10198 F:      drivers/media/radio/si470x/radio-si470x.h
10199 F:      drivers/media/radio/si470x/radio-si470x-usb.c
10200
10201 SI4713 FM RADIO TRANSMITTER I2C DRIVER
10202 M:      Eduardo Valentin <edubezval@gmail.com>
10203 L:      linux-media@vger.kernel.org
10204 T:      git git://linuxtv.org/media_tree.git
10205 W:      https://linuxtv.org
10206 S:      Odd Fixes
10207 F:      drivers/media/radio/si4713/si4713.?
10208
10209 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10210 M:      Eduardo Valentin <edubezval@gmail.com>
10211 L:      linux-media@vger.kernel.org
10212 T:      git git://linuxtv.org/media_tree.git
10213 W:      https://linuxtv.org
10214 S:      Odd Fixes
10215 F:      drivers/media/radio/si4713/radio-platform-si4713.c
10216
10217 SI4713 FM RADIO TRANSMITTER USB DRIVER
10218 M:      Hans Verkuil <hverkuil@xs4all.nl>
10219 L:      linux-media@vger.kernel.org
10220 T:      git git://linuxtv.org/media_tree.git
10221 W:      https://linuxtv.org
10222 S:      Maintained
10223 F:      drivers/media/radio/si4713/radio-usb-si4713.c
10224
10225 SIANO DVB DRIVER
10226 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10227 L:      linux-media@vger.kernel.org
10228 W:      https://linuxtv.org
10229 T:      git git://linuxtv.org/media_tree.git
10230 S:      Odd fixes
10231 F:      drivers/media/common/siano/
10232 F:      drivers/media/usb/siano/
10233 F:      drivers/media/usb/siano/
10234 F:      drivers/media/mmc/siano/
10235
10236 SIMPLEFB FB DRIVER
10237 M:      Hans de Goede <hdegoede@redhat.com>
10238 L:      linux-fbdev@vger.kernel.org
10239 S:      Maintained
10240 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
10241 F:      drivers/video/fbdev/simplefb.c
10242 F:      include/linux/platform_data/simplefb.h
10243
10244 SH_VEU V4L2 MEM2MEM DRIVER
10245 L:      linux-media@vger.kernel.org
10246 S:      Orphan
10247 F:      drivers/media/platform/sh_veu.c
10248
10249 SH_VOU V4L2 OUTPUT DRIVER
10250 L:      linux-media@vger.kernel.org
10251 S:      Orphan
10252 F:      drivers/media/platform/sh_vou.c
10253 F:      include/media/drv-intf/sh_vou.h
10254
10255 SIMPLE FIRMWARE INTERFACE (SFI)
10256 M:      Len Brown <lenb@kernel.org>
10257 L:      sfi-devel@simplefirmware.org
10258 W:      http://simplefirmware.org/
10259 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10260 S:      Supported
10261 F:      arch/x86/platform/sfi/
10262 F:      drivers/sfi/
10263 F:      include/linux/sfi*.h
10264
10265 SIMTEC EB110ATX (Chalice CATS)
10266 P:      Ben Dooks
10267 P:      Vincent Sanders <vince@simtec.co.uk>
10268 M:      Simtec Linux Team <linux@simtec.co.uk>
10269 W:      http://www.simtec.co.uk/products/EB110ATX/
10270 S:      Supported
10271
10272 SIMTEC EB2410ITX (BAST)
10273 P:      Ben Dooks
10274 P:      Vincent Sanders <vince@simtec.co.uk>
10275 M:      Simtec Linux Team <linux@simtec.co.uk>
10276 W:      http://www.simtec.co.uk/products/EB2410ITX/
10277 S:      Supported
10278 F:      arch/arm/mach-s3c24xx/mach-bast.c
10279 F:      arch/arm/mach-s3c24xx/bast-ide.c
10280 F:      arch/arm/mach-s3c24xx/bast-irq.c
10281
10282 TI DAVINCI MACHINE SUPPORT
10283 M:      Sekhar Nori <nsekhar@ti.com>
10284 M:      Kevin Hilman <khilman@kernel.org>
10285 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
10287 S:      Supported
10288 F:      arch/arm/mach-davinci/
10289 F:      drivers/i2c/busses/i2c-davinci.c
10290
10291 TI DAVINCI SERIES MEDIA DRIVER
10292 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10293 L:      linux-media@vger.kernel.org
10294 W:      https://linuxtv.org
10295 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10296 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10297 S:      Maintained
10298 F:      drivers/media/platform/davinci/
10299 F:      include/media/davinci/
10300
10301 TI AM437X VPFE DRIVER
10302 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10303 L:      linux-media@vger.kernel.org
10304 W:      https://linuxtv.org
10305 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10306 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10307 S:      Maintained
10308 F:      drivers/media/platform/am437x/
10309
10310 OV2659 OMNIVISION SENSOR DRIVER
10311 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10312 L:      linux-media@vger.kernel.org
10313 W:      https://linuxtv.org
10314 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10315 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10316 S:      Maintained
10317 F:      drivers/media/i2c/ov2659.c
10318 F:      include/media/i2c/ov2659.h
10319
10320 SILICON MOTION SM712 FRAME BUFFER DRIVER
10321 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10322 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10323 M:      Sudip Mukherjee <sudip@vectorindia.org>
10324 L:      linux-fbdev@vger.kernel.org
10325 S:      Maintained
10326 F:      drivers/video/fbdev/sm712*
10327 F:      Documentation/fb/sm712fb.txt
10328
10329 SIS 190 ETHERNET DRIVER
10330 M:      Francois Romieu <romieu@fr.zoreil.com>
10331 L:      netdev@vger.kernel.org
10332 S:      Maintained
10333 F:      drivers/net/ethernet/sis/sis190.c
10334
10335 SIS 900/7016 FAST ETHERNET DRIVER
10336 M:      Daniele Venzano <venza@brownhat.org>
10337 W:      http://www.brownhat.org/sis900.html
10338 L:      netdev@vger.kernel.org
10339 S:      Maintained
10340 F:      drivers/net/ethernet/sis/sis900.*
10341
10342 SIS FRAMEBUFFER DRIVER
10343 M:      Thomas Winischhofer <thomas@winischhofer.net>
10344 W:      http://www.winischhofer.net/linuxsisvga.shtml
10345 S:      Maintained
10346 F:      Documentation/fb/sisfb.txt
10347 F:      drivers/video/fbdev/sis/
10348 F:      include/video/sisfb.h
10349
10350 SIS USB2VGA DRIVER
10351 M:      Thomas Winischhofer <thomas@winischhofer.net>
10352 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
10353 S:      Maintained
10354 F:      drivers/usb/misc/sisusbvga/
10355
10356 SLAB ALLOCATOR
10357 M:      Christoph Lameter <cl@linux.com>
10358 M:      Pekka Enberg <penberg@kernel.org>
10359 M:      David Rientjes <rientjes@google.com>
10360 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
10361 M:      Andrew Morton <akpm@linux-foundation.org>
10362 L:      linux-mm@kvack.org
10363 S:      Maintained
10364 F:      include/linux/sl?b*.h
10365 F:      mm/sl?b*
10366
10367 SLEEPABLE READ-COPY UPDATE (SRCU)
10368 M:      Lai Jiangshan <jiangshanlai@gmail.com>
10369 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10370 M:      Josh Triplett <josh@joshtriplett.org>
10371 R:      Steven Rostedt <rostedt@goodmis.org>
10372 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10373 L:      linux-kernel@vger.kernel.org
10374 W:      http://www.rdrop.com/users/paulmck/RCU/
10375 S:      Supported
10376 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10377 F:      include/linux/srcu.h
10378 F:      kernel/rcu/srcu.c
10379
10380 SMACK SECURITY MODULE
10381 M:      Casey Schaufler <casey@schaufler-ca.com>
10382 L:      linux-security-module@vger.kernel.org
10383 W:      http://schaufler-ca.com
10384 T:      git git://git.gitorious.org/smack-next/kernel.git
10385 S:      Maintained
10386 F:      Documentation/security/Smack.txt
10387 F:      security/smack/
10388
10389 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10390 M:      Kevin Hilman <khilman@kernel.org>
10391 M:      Nishanth Menon <nm@ti.com>
10392 S:      Maintained
10393 F:      drivers/power/avs/
10394 F:      include/linux/power/smartreflex.h
10395 L:      linux-pm@vger.kernel.org
10396
10397 SMC91x ETHERNET DRIVER
10398 M:      Nicolas Pitre <nico@fluxnic.net>
10399 S:      Odd Fixes
10400 F:      drivers/net/ethernet/smsc/smc91x.*
10401
10402 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10403 M:      Sakari Ailus <sakari.ailus@iki.fi>
10404 L:      linux-media@vger.kernel.org
10405 S:      Maintained
10406 F:      drivers/media/i2c/smiapp/
10407 F:      include/media/i2c/smiapp.h
10408 F:      drivers/media/i2c/smiapp-pll.c
10409 F:      drivers/media/i2c/smiapp-pll.h
10410 F:      include/uapi/linux/smiapp.h
10411 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10412
10413 SMM665 HARDWARE MONITOR DRIVER
10414 M:      Guenter Roeck <linux@roeck-us.net>
10415 L:      linux-hwmon@vger.kernel.org
10416 S:      Maintained
10417 F:      Documentation/hwmon/smm665
10418 F:      drivers/hwmon/smm665.c
10419
10420 SMSC EMC2103 HARDWARE MONITOR DRIVER
10421 M:      Steve Glendinning <steve.glendinning@shawell.net>
10422 L:      linux-hwmon@vger.kernel.org
10423 S:      Maintained
10424 F:      Documentation/hwmon/emc2103
10425 F:      drivers/hwmon/emc2103.c
10426
10427 SMSC SCH5627 HARDWARE MONITOR DRIVER
10428 M:      Hans de Goede <hdegoede@redhat.com>
10429 L:      linux-hwmon@vger.kernel.org
10430 S:      Supported
10431 F:      Documentation/hwmon/sch5627
10432 F:      drivers/hwmon/sch5627.c
10433
10434 SMSC47B397 HARDWARE MONITOR DRIVER
10435 M:      Jean Delvare <jdelvare@suse.com>
10436 L:      linux-hwmon@vger.kernel.org
10437 S:      Maintained
10438 F:      Documentation/hwmon/smsc47b397
10439 F:      drivers/hwmon/smsc47b397.c
10440
10441 SMSC911x ETHERNET DRIVER
10442 M:      Steve Glendinning <steve.glendinning@shawell.net>
10443 L:      netdev@vger.kernel.org
10444 S:      Maintained
10445 F:      include/linux/smsc911x.h
10446 F:      drivers/net/ethernet/smsc/smsc911x.*
10447
10448 SMSC9420 PCI ETHERNET DRIVER
10449 M:      Steve Glendinning <steve.glendinning@shawell.net>
10450 L:      netdev@vger.kernel.org
10451 S:      Maintained
10452 F:      drivers/net/ethernet/smsc/smsc9420.*
10453
10454 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10455 M:      Steve Glendinning <steve.glendinning@shawell.net>
10456 L:      linux-fbdev@vger.kernel.org
10457 S:      Maintained
10458 F:      drivers/video/fbdev/smscufx.c
10459
10460 SOC-CAMERA V4L2 SUBSYSTEM
10461 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10462 L:      linux-media@vger.kernel.org
10463 T:      git git://linuxtv.org/media_tree.git
10464 S:      Maintained
10465 F:      include/media/soc*
10466 F:      drivers/media/i2c/soc_camera/
10467 F:      drivers/media/platform/soc_camera/
10468
10469 SOEKRIS NET48XX LED SUPPORT
10470 M:      Chris Boot <bootc@bootc.net>
10471 S:      Maintained
10472 F:      drivers/leds/leds-net48xx.c
10473
10474 SOFTLOGIC 6x10 MPEG CODEC
10475 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10476 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10477 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
10478 M:      Ismael Luceno <ismael@iodev.co.uk>
10479 L:      linux-media@vger.kernel.org
10480 S:      Supported
10481 F:      drivers/media/pci/solo6x10/
10482
10483 SOFTWARE RAID (Multiple Disks) SUPPORT
10484 M:      Shaohua Li <shli@kernel.org>
10485 L:      linux-raid@vger.kernel.org
10486 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
10487 S:      Supported
10488 F:      drivers/md/
10489 F:      include/linux/raid/
10490 F:      include/uapi/linux/raid/
10491
10492 SONIC NETWORK DRIVER
10493 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10494 L:      netdev@vger.kernel.org
10495 S:      Maintained
10496 F:      drivers/net/ethernet/natsemi/sonic.*
10497
10498 SONICS SILICON BACKPLANE DRIVER (SSB)
10499 M:      Michael Buesch <m@bues.ch>
10500 L:      linux-wireless@vger.kernel.org
10501 S:      Maintained
10502 F:      drivers/ssb/
10503 F:      include/linux/ssb/
10504
10505 SONY VAIO CONTROL DEVICE DRIVER
10506 M:      Mattia Dongili <malattia@linux.it>
10507 L:      platform-driver-x86@vger.kernel.org
10508 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10509 S:      Maintained
10510 F:      Documentation/laptops/sony-laptop.txt
10511 F:      drivers/char/sonypi.c
10512 F:      drivers/platform/x86/sony-laptop.c
10513 F:      include/linux/sony-laptop.h
10514
10515 SONY MEMORYSTICK CARD SUPPORT
10516 M:      Alex Dubov <oakad@yahoo.com>
10517 W:      http://tifmxx.berlios.de/
10518 S:      Maintained
10519 F:      drivers/memstick/host/tifm_ms.c
10520
10521 SONY MEMORYSTICK STANDARD SUPPORT
10522 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10523 S:      Maintained
10524 F:      drivers/memstick/core/ms_block.*
10525
10526 SOUND
10527 M:      Jaroslav Kysela <perex@perex.cz>
10528 M:      Takashi Iwai <tiwai@suse.com>
10529 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10530 W:      http://www.alsa-project.org/
10531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10532 T:      git git://git.alsa-project.org/alsa-kernel.git
10533 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
10534 S:      Maintained
10535 F:      Documentation/sound/
10536 F:      include/sound/
10537 F:      include/uapi/sound/
10538 F:      sound/
10539
10540 SOUND - COMPRESSED AUDIO
10541 M:      Vinod Koul <vinod.koul@intel.com>
10542 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10544 S:      Supported
10545 F:      Documentation/sound/alsa/compress_offload.txt
10546 F:      include/sound/compress_driver.h
10547 F:      include/uapi/sound/compress_*
10548 F:      sound/core/compress_offload.c
10549 F:      sound/soc/soc-compress.c
10550
10551 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10552 M:      Liam Girdwood <lgirdwood@gmail.com>
10553 M:      Mark Brown <broonie@kernel.org>
10554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10555 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10556 W:      http://alsa-project.org/main/index.php/ASoC
10557 S:      Supported
10558 F:      Documentation/sound/alsa/soc/
10559 F:      sound/soc/
10560 F:      include/sound/soc*
10561
10562 SOUND - DMAENGINE HELPERS
10563 M:      Lars-Peter Clausen <lars@metafoo.de>
10564 S:      Supported
10565 F:      include/sound/dmaengine_pcm.h
10566 F:      sound/core/pcm_dmaengine.c
10567 F:      sound/soc/soc-generic-dmaengine-pcm.c
10568
10569 SP2 MEDIA DRIVER
10570 M:      Olli Salonen <olli.salonen@iki.fi>
10571 L:      linux-media@vger.kernel.org
10572 W:      https://linuxtv.org
10573 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10574 S:      Maintained
10575 F:      drivers/media/dvb-frontends/sp2*
10576
10577 SPARC + UltraSPARC (sparc/sparc64)
10578 M:      "David S. Miller" <davem@davemloft.net>
10579 L:      sparclinux@vger.kernel.org
10580 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
10581 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10583 S:      Maintained
10584 F:      arch/sparc/
10585 F:      drivers/sbus/
10586
10587 SPARC SERIAL DRIVERS
10588 M:      "David S. Miller" <davem@davemloft.net>
10589 L:      sparclinux@vger.kernel.org
10590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10591 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10592 S:      Maintained
10593 F:      include/linux/sunserialcore.h
10594 F:      drivers/tty/serial/suncore.c
10595 F:      drivers/tty/serial/sunhv.c
10596 F:      drivers/tty/serial/sunsab.c
10597 F:      drivers/tty/serial/sunsab.h
10598 F:      drivers/tty/serial/sunsu.c
10599 F:      drivers/tty/serial/sunzilog.c
10600 F:      drivers/tty/serial/sunzilog.h
10601
10602 SPARSE CHECKER
10603 M:      "Christopher Li" <sparse@chrisli.org>
10604 L:      linux-sparse@vger.kernel.org
10605 W:      https://sparse.wiki.kernel.org/
10606 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10607 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10608 S:      Maintained
10609 F:      include/linux/compiler.h
10610
10611 SPEAR PLATFORM SUPPORT
10612 M:      Viresh Kumar <vireshk@kernel.org>
10613 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10614 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10615 W:      http://www.st.com/spear
10616 S:      Maintained
10617 F:      arch/arm/boot/dts/spear*
10618 F:      arch/arm/mach-spear/
10619
10620 SPEAR CLOCK FRAMEWORK SUPPORT
10621 M:      Viresh Kumar <vireshk@kernel.org>
10622 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10623 W:      http://www.st.com/spear
10624 S:      Maintained
10625 F:      drivers/clk/spear/
10626
10627 SPI SUBSYSTEM
10628 M:      Mark Brown <broonie@kernel.org>
10629 L:      linux-spi@vger.kernel.org
10630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10631 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
10632 S:      Maintained
10633 F:      Documentation/spi/
10634 F:      drivers/spi/
10635 F:      include/linux/spi/
10636 F:      include/uapi/linux/spi/
10637
10638 SPIDERNET NETWORK DRIVER for CELL
10639 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10640 L:      netdev@vger.kernel.org
10641 S:      Supported
10642 F:      Documentation/networking/spider_net.txt
10643 F:      drivers/net/ethernet/toshiba/spider_net*
10644
10645 SPU FILE SYSTEM
10646 M:      Jeremy Kerr <jk@ozlabs.org>
10647 L:      linuxppc-dev@lists.ozlabs.org
10648 W:      http://www.ibm.com/developerworks/power/cell/
10649 S:      Supported
10650 F:      Documentation/filesystems/spufs.txt
10651 F:      arch/powerpc/platforms/cell/spufs/
10652
10653 SQUASHFS FILE SYSTEM
10654 M:      Phillip Lougher <phillip@squashfs.org.uk>
10655 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
10656 W:      http://squashfs.org.uk
10657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10658 S:      Maintained
10659 F:      Documentation/filesystems/squashfs.txt
10660 F:      fs/squashfs/
10661
10662 SRM (Alpha) environment access
10663 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
10664 S:      Maintained
10665 F:      arch/alpha/kernel/srm_env.c
10666
10667 STABLE BRANCH
10668 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10669 L:      stable@vger.kernel.org
10670 S:      Supported
10671 F:      Documentation/stable_kernel_rules.txt
10672
10673 STAGING SUBSYSTEM
10674 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10676 L:      devel@driverdev.osuosl.org
10677 S:      Supported
10678 F:      drivers/staging/
10679
10680 STAGING - COMEDI
10681 M:      Ian Abbott <abbotti@mev.co.uk>
10682 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
10683 S:      Odd Fixes
10684 F:      drivers/staging/comedi/
10685
10686 STAGING - FLARION FT1000 DRIVERS
10687 M:      Marek Belisko <marek.belisko@gmail.com>
10688 S:      Odd Fixes
10689 F:      drivers/staging/ft1000/
10690
10691 STAGING - INDUSTRIAL IO
10692 M:      Jonathan Cameron <jic23@kernel.org>
10693 L:      linux-iio@vger.kernel.org
10694 S:      Odd Fixes
10695 F:      drivers/staging/iio/
10696
10697 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10698 M:      Jarod Wilson <jarod@wilsonet.com>
10699 W:      http://www.lirc.org/
10700 S:      Odd Fixes
10701 F:      drivers/staging/media/lirc/
10702
10703 STAGING - LUSTRE PARALLEL FILESYSTEM
10704 M:      Oleg Drokin <oleg.drokin@intel.com>
10705 M:      Andreas Dilger <andreas.dilger@intel.com>
10706 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
10707 W:      http://wiki.lustre.org/
10708 S:      Maintained
10709 F:      drivers/staging/lustre
10710
10711 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10712 M:      Marc Dietrich <marvin24@gmx.de>
10713 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10714 L:      linux-tegra@vger.kernel.org
10715 S:      Maintained
10716 F:      drivers/staging/nvec/
10717
10718 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10719 M:      Jens Frederich <jfrederich@gmail.com>
10720 M:      Daniel Drake <dsd@laptop.org>
10721 M:      Jon Nettleton <jon.nettleton@gmail.com>
10722 W:      http://wiki.laptop.org/go/DCON
10723 S:      Maintained
10724 F:      drivers/staging/olpc_dcon/
10725
10726 STAGING - REALTEK RTL8712U DRIVERS
10727 M:      Larry Finger <Larry.Finger@lwfinger.net>
10728 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10729 S:      Odd Fixes
10730 F:      drivers/staging/rtl8712/
10731
10732 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10733 M:      Larry Finger <Larry.Finger@lwfinger.net>
10734 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10735 L:      linux-wireless@vger.kernel.org
10736 S:      Maintained
10737 F:      drivers/staging/rtl8723au/
10738
10739 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10740 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10741 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10742 M:      Sudip Mukherjee <sudip@vectorindia.org>
10743 L:      linux-fbdev@vger.kernel.org
10744 S:      Maintained
10745 F:      drivers/staging/sm750fb/
10746
10747 STAGING - SLICOSS
10748 M:      Lior Dotan <liodot@gmail.com>
10749 M:      Christopher Harrer <charrer@alacritech.com>
10750 S:      Odd Fixes
10751 F:      drivers/staging/slicoss/
10752
10753 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10754 M:      William Hubbs <w.d.hubbs@gmail.com>
10755 M:      Chris Brannon <chris@the-brannons.com>
10756 M:      Kirk Reiser <kirk@reisers.ca>
10757 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10758 L:      speakup@linux-speakup.org
10759 W:      http://www.linux-speakup.org/
10760 S:      Odd Fixes
10761 F:      drivers/staging/speakup/
10762
10763 STAGING - VIA VT665X DRIVERS
10764 M:      Forest Bond <forest@alittletooquiet.net>
10765 S:      Odd Fixes
10766 F:      drivers/staging/vt665?/
10767
10768 STAGING - WILC1000 WIFI DRIVER
10769 M:      Johnny Kim <johnny.kim@atmel.com>
10770 M:      Austin Shin <austin.shin@atmel.com>
10771 M:      Chris Park <chris.park@atmel.com>
10772 M:      Tony Cho <tony.cho@atmel.com>
10773 M:      Glen Lee <glen.lee@atmel.com>
10774 M:      Leo Kim <leo.kim@atmel.com>
10775 L:      linux-wireless@vger.kernel.org
10776 S:      Supported
10777 F:      drivers/staging/wilc1000/
10778
10779 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10780 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10781 S:      Odd Fixes
10782 F:      drivers/staging/xgifb/
10783
10784 HFI1 DRIVER
10785 M:      Mike Marciniszyn <infinipath@intel.com>
10786 L:      linux-rdma@vger.kernel.org
10787 S:      Supported
10788 F:      drivers/staging/rdma/hfi1
10789
10790 STARFIRE/DURALAN NETWORK DRIVER
10791 M:      Ion Badulescu <ionut@badula.org>
10792 S:      Odd Fixes
10793 F:      drivers/net/ethernet/adaptec/starfire*
10794
10795 SUN3/3X
10796 M:      Sam Creasey <sammy@sammy.net>
10797 W:      http://sammy.net/sun3/
10798 S:      Maintained
10799 F:      arch/m68k/kernel/*sun3*
10800 F:      arch/m68k/sun3*/
10801 F:      arch/m68k/include/asm/sun3*
10802 F:      drivers/net/ethernet/i825xx/sun3*
10803
10804 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10805 M:      Hans de Goede <hdegoede@redhat.com>
10806 L:      linux-input@vger.kernel.org
10807 S:      Maintained
10808 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10809 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10810
10811 SUNDANCE NETWORK DRIVER
10812 M:      Denis Kirjanov <kda@linux-powerpc.org>
10813 L:      netdev@vger.kernel.org
10814 S:      Maintained
10815 F:      drivers/net/ethernet/dlink/sundance.c
10816
10817 SUPERH
10818 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
10819 M:      Rich Felker <dalias@libc.org>
10820 L:      linux-sh@vger.kernel.org
10821 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10822 S:      Maintained
10823 F:      Documentation/sh/
10824 F:      arch/sh/
10825 F:      drivers/sh/
10826
10827 SUSPEND TO RAM
10828 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10829 M:      Len Brown <len.brown@intel.com>
10830 M:      Pavel Machek <pavel@ucw.cz>
10831 L:      linux-pm@vger.kernel.org
10832 S:      Supported
10833 F:      Documentation/power/
10834 F:      arch/x86/kernel/acpi/
10835 F:      drivers/base/power/
10836 F:      kernel/power/
10837 F:      include/linux/suspend.h
10838 F:      include/linux/freezer.h
10839 F:      include/linux/pm.h
10840
10841 SVGA HANDLING
10842 M:      Martin Mares <mj@ucw.cz>
10843 L:      linux-video@atrey.karlin.mff.cuni.cz
10844 S:      Maintained
10845 F:      Documentation/svga.txt
10846 F:      arch/x86/boot/video*
10847
10848 SWIOTLB SUBSYSTEM
10849 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10850 L:      linux-kernel@vger.kernel.org
10851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
10852 S:      Supported
10853 F:      lib/swiotlb.c
10854 F:      arch/*/kernel/pci-swiotlb.c
10855 F:      include/linux/swiotlb.h
10856
10857 SWITCHDEV
10858 M:      Jiri Pirko <jiri@resnulli.us>
10859 L:      netdev@vger.kernel.org
10860 S:      Supported
10861 F:      net/switchdev/
10862 F:      include/net/switchdev.h
10863
10864 SYNOPSYS ARC ARCHITECTURE
10865 M:      Vineet Gupta <vgupta@synopsys.com>
10866 L:      linux-snps-arc@lists.infradead.org
10867 S:      Supported
10868 F:      arch/arc/
10869 F:      Documentation/devicetree/bindings/arc/*
10870 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10871 F:      drivers/tty/serial/arc_uart.c
10872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10873
10874 SYNOPSYS ARC SDP platform support
10875 M:      Alexey Brodkin <abrodkin@synopsys.com>
10876 S:      Supported
10877 F:      arch/arc/plat-axs10x
10878 F:      arch/arc/boot/dts/ax*
10879 F:      Documentation/devicetree/bindings/arc/axs10*
10880
10881 SYSTEM CONFIGURATION (SYSCON)
10882 M:      Lee Jones <lee.jones@linaro.org>
10883 M:      Arnd Bergmann <arnd@arndb.de>
10884 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10885 S:      Supported
10886 F:      drivers/mfd/syscon.c
10887
10888 SYSV FILESYSTEM
10889 M:      Christoph Hellwig <hch@infradead.org>
10890 S:      Maintained
10891 F:      Documentation/filesystems/sysv-fs.txt
10892 F:      fs/sysv/
10893 F:      include/linux/sysv_fs.h
10894
10895 TARGET SUBSYSTEM
10896 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10897 L:      linux-scsi@vger.kernel.org
10898 L:      target-devel@vger.kernel.org
10899 W:      http://www.linux-iscsi.org
10900 W:      http://groups.google.com/group/linux-iscsi-target-dev
10901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10902 S:      Supported
10903 F:      drivers/target/
10904 F:      include/target/
10905 F:      Documentation/target/
10906
10907 TASKSTATS STATISTICS INTERFACE
10908 M:      Balbir Singh <bsingharora@gmail.com>
10909 S:      Maintained
10910 F:      Documentation/accounting/taskstats*
10911 F:      include/linux/taskstats*
10912 F:      kernel/taskstats.c
10913
10914 TC CLASSIFIER
10915 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10916 L:      netdev@vger.kernel.org
10917 S:      Maintained
10918 F:      include/net/pkt_cls.h
10919 F:      include/uapi/linux/pkt_cls.h
10920 F:      net/sched/
10921
10922 TCP LOW PRIORITY MODULE
10923 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10924 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10925 W:      http://tcp-lp-mod.sourceforge.net/
10926 S:      Maintained
10927 F:      net/ipv4/tcp_lp.c
10928
10929 TDA10071 MEDIA DRIVER
10930 M:      Antti Palosaari <crope@iki.fi>
10931 L:      linux-media@vger.kernel.org
10932 W:      https://linuxtv.org
10933 W:      http://palosaari.fi/linux/
10934 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10935 T:      git git://linuxtv.org/anttip/media_tree.git
10936 S:      Maintained
10937 F:      drivers/media/dvb-frontends/tda10071*
10938
10939 TDA18212 MEDIA DRIVER
10940 M:      Antti Palosaari <crope@iki.fi>
10941 L:      linux-media@vger.kernel.org
10942 W:      https://linuxtv.org
10943 W:      http://palosaari.fi/linux/
10944 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10945 T:      git git://linuxtv.org/anttip/media_tree.git
10946 S:      Maintained
10947 F:      drivers/media/tuners/tda18212*
10948
10949 TDA18218 MEDIA DRIVER
10950 M:      Antti Palosaari <crope@iki.fi>
10951 L:      linux-media@vger.kernel.org
10952 W:      https://linuxtv.org
10953 W:      http://palosaari.fi/linux/
10954 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10955 T:      git git://linuxtv.org/anttip/media_tree.git
10956 S:      Maintained
10957 F:      drivers/media/tuners/tda18218*
10958
10959 TDA18271 MEDIA DRIVER
10960 M:      Michael Krufky <mkrufky@linuxtv.org>
10961 L:      linux-media@vger.kernel.org
10962 W:      https://linuxtv.org
10963 W:      http://github.com/mkrufky
10964 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10965 T:      git git://linuxtv.org/mkrufky/tuners.git
10966 S:      Maintained
10967 F:      drivers/media/tuners/tda18271*
10968
10969 TDA827x MEDIA DRIVER
10970 M:      Michael Krufky <mkrufky@linuxtv.org>
10971 L:      linux-media@vger.kernel.org
10972 W:      https://linuxtv.org
10973 W:      http://github.com/mkrufky
10974 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10975 T:      git git://linuxtv.org/mkrufky/tuners.git
10976 S:      Maintained
10977 F:      drivers/media/tuners/tda8290.*
10978
10979 TDA8290 MEDIA DRIVER
10980 M:      Michael Krufky <mkrufky@linuxtv.org>
10981 L:      linux-media@vger.kernel.org
10982 W:      https://linuxtv.org
10983 W:      http://github.com/mkrufky
10984 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10985 T:      git git://linuxtv.org/mkrufky/tuners.git
10986 S:      Maintained
10987 F:      drivers/media/tuners/tda8290.*
10988
10989 TDA9840 MEDIA DRIVER
10990 M:      Hans Verkuil <hverkuil@xs4all.nl>
10991 L:      linux-media@vger.kernel.org
10992 T:      git git://linuxtv.org/media_tree.git
10993 W:      https://linuxtv.org
10994 S:      Maintained
10995 F:      drivers/media/i2c/tda9840*
10996
10997 TEA5761 TUNER DRIVER
10998 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10999 L:      linux-media@vger.kernel.org
11000 W:      https://linuxtv.org
11001 T:      git git://linuxtv.org/media_tree.git
11002 S:      Odd fixes
11003 F:      drivers/media/tuners/tea5761.*
11004
11005 TEA5767 TUNER DRIVER
11006 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11007 L:      linux-media@vger.kernel.org
11008 W:      https://linuxtv.org
11009 T:      git git://linuxtv.org/media_tree.git
11010 S:      Maintained
11011 F:      drivers/media/tuners/tea5767.*
11012
11013 TEA6415C MEDIA DRIVER
11014 M:      Hans Verkuil <hverkuil@xs4all.nl>
11015 L:      linux-media@vger.kernel.org
11016 T:      git git://linuxtv.org/media_tree.git
11017 W:      https://linuxtv.org
11018 S:      Maintained
11019 F:      drivers/media/i2c/tea6415c*
11020
11021 TEA6420 MEDIA DRIVER
11022 M:      Hans Verkuil <hverkuil@xs4all.nl>
11023 L:      linux-media@vger.kernel.org
11024 T:      git git://linuxtv.org/media_tree.git
11025 W:      https://linuxtv.org
11026 S:      Maintained
11027 F:      drivers/media/i2c/tea6420*
11028
11029 TEAM DRIVER
11030 M:      Jiri Pirko <jiri@resnulli.us>
11031 L:      netdev@vger.kernel.org
11032 S:      Supported
11033 F:      drivers/net/team/
11034 F:      include/linux/if_team.h
11035 F:      include/uapi/linux/if_team.h
11036
11037 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11038 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11039 S:      Maintained
11040 F:      arch/x86/platform/ts5500/
11041
11042 TECHNOTREND USB IR RECEIVER
11043 M:      Sean Young <sean@mess.org>
11044 L:      linux-media@vger.kernel.org
11045 S:      Maintained
11046 F:      drivers/media/rc/ttusbir.c
11047
11048 TEGRA ARCHITECTURE SUPPORT
11049 M:      Stephen Warren <swarren@wwwdotorg.org>
11050 M:      Thierry Reding <thierry.reding@gmail.com>
11051 M:      Alexandre Courbot <gnurou@gmail.com>
11052 L:      linux-tegra@vger.kernel.org
11053 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
11054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11055 S:      Supported
11056 N:      [^a-z]tegra
11057
11058 TEGRA CLOCK DRIVER
11059 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
11060 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
11061 S:      Supported
11062 F:      drivers/clk/tegra/
11063
11064 TEGRA DMA DRIVERS
11065 M:      Laxman Dewangan <ldewangan@nvidia.com>
11066 M:      Jon Hunter <jonathanh@nvidia.com>
11067 S:      Supported
11068 F:      drivers/dma/tegra*
11069
11070 TEGRA I2C DRIVER
11071 M:      Laxman Dewangan <ldewangan@nvidia.com>
11072 S:      Supported
11073 F:      drivers/i2c/busses/i2c-tegra.c
11074
11075 TEGRA IOMMU DRIVERS
11076 M:      Hiroshi Doyu <hdoyu@nvidia.com>
11077 S:      Supported
11078 F:      drivers/iommu/tegra*
11079
11080 TEGRA KBC DRIVER
11081 M:      Rakesh Iyer <riyer@nvidia.com>
11082 M:      Laxman Dewangan <ldewangan@nvidia.com>
11083 S:      Supported
11084 F:      drivers/input/keyboard/tegra-kbc.c
11085
11086 TEGRA PWM DRIVER
11087 M:      Thierry Reding <thierry.reding@gmail.com>
11088 S:      Supported
11089 F:      drivers/pwm/pwm-tegra.c
11090
11091 TEGRA SERIAL DRIVER
11092 M:      Laxman Dewangan <ldewangan@nvidia.com>
11093 S:      Supported
11094 F:      drivers/tty/serial/serial-tegra.c
11095
11096 TEGRA SPI DRIVER
11097 M:      Laxman Dewangan <ldewangan@nvidia.com>
11098 S:      Supported
11099 F:      drivers/spi/spi-tegra*
11100
11101 TEHUTI ETHERNET DRIVER
11102 M:      Andy Gospodarek <andy@greyhouse.net>
11103 L:      netdev@vger.kernel.org
11104 S:      Supported
11105 F:      drivers/net/ethernet/tehuti/*
11106
11107 Telecom Clock Driver for MCPL0010
11108 M:      Mark Gross <mark.gross@intel.com>
11109 S:      Supported
11110 F:      drivers/char/tlclk.c
11111
11112 TENSILICA XTENSA PORT (xtensa)
11113 M:      Chris Zankel <chris@zankel.net>
11114 M:      Max Filippov <jcmvbkbc@gmail.com>
11115 L:      linux-xtensa@linux-xtensa.org
11116 T:      git git://github.com/czankel/xtensa-linux.git
11117 S:      Maintained
11118 F:      arch/xtensa/
11119 F:      drivers/irqchip/irq-xtensa-*
11120
11121 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11122 M:      Hans Verkuil <hverkuil@xs4all.nl>
11123 L:      linux-media@vger.kernel.org
11124 T:      git git://linuxtv.org/media_tree.git
11125 W:      https://linuxtv.org
11126 S:      Maintained
11127 F:      drivers/media/radio/radio-raremono.c
11128
11129 THERMAL
11130 M:      Zhang Rui <rui.zhang@intel.com>
11131 M:      Eduardo Valentin <edubezval@gmail.com>
11132 L:      linux-pm@vger.kernel.org
11133 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11134 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11135 Q:      https://patchwork.kernel.org/project/linux-pm/list/
11136 S:      Supported
11137 F:      drivers/thermal/
11138 F:      include/linux/thermal.h
11139 F:      include/uapi/linux/thermal.h
11140 F:      include/linux/cpu_cooling.h
11141 F:      Documentation/devicetree/bindings/thermal/
11142
11143 THERMAL/CPU_COOLING
11144 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
11145 M:      Viresh Kumar <viresh.kumar@linaro.org>
11146 M:      Javi Merino <javi.merino@arm.com>
11147 L:      linux-pm@vger.kernel.org
11148 S:      Supported
11149 F:      Documentation/thermal/cpu-cooling-api.txt
11150 F:      drivers/thermal/cpu_cooling.c
11151 F:      include/linux/cpu_cooling.h
11152
11153 THINGM BLINK(1) USB RGB LED DRIVER
11154 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
11155 S:      Maintained
11156 F:      drivers/hid/hid-thingm.c
11157
11158 THINKPAD ACPI EXTRAS DRIVER
11159 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11160 L:      ibm-acpi-devel@lists.sourceforge.net
11161 L:      platform-driver-x86@vger.kernel.org
11162 W:      http://ibm-acpi.sourceforge.net
11163 W:      http://thinkwiki.org/wiki/Ibm-acpi
11164 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11165 S:      Maintained
11166 F:      drivers/platform/x86/thinkpad_acpi.c
11167
11168 TI BANDGAP AND THERMAL DRIVER
11169 M:      Eduardo Valentin <edubezval@gmail.com>
11170 L:      linux-pm@vger.kernel.org
11171 L:      linux-omap@vger.kernel.org
11172 S:      Maintained
11173 F:      drivers/thermal/ti-soc-thermal/
11174
11175 TI VPE/CAL DRIVERS
11176 M:      Benoit Parrot <bparrot@ti.com>
11177 L:      linux-media@vger.kernel.org
11178 W:      http://linuxtv.org/
11179 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11180 S:      Maintained
11181 F:      drivers/media/platform/ti-vpe/
11182
11183 TI CDCE706 CLOCK DRIVER
11184 M:      Max Filippov <jcmvbkbc@gmail.com>
11185 S:      Maintained
11186 F:      drivers/clk/clk-cdce706.c
11187
11188 TI CLOCK DRIVER
11189 M:      Tero Kristo <t-kristo@ti.com>
11190 L:      linux-omap@vger.kernel.org
11191 S:      Maintained
11192 F:      drivers/clk/ti/
11193 F:      include/linux/clk/ti.h
11194
11195 TI ETHERNET SWITCH DRIVER (CPSW)
11196 M:      Mugunthan V N <mugunthanvnm@ti.com>
11197 R:      Grygorii Strashko <grygorii.strashko@ti.com>
11198 L:      linux-omap@vger.kernel.org
11199 L:      netdev@vger.kernel.org
11200 S:      Maintained
11201 F:      drivers/net/ethernet/ti/cpsw*
11202 F:      drivers/net/ethernet/ti/davinci*
11203
11204 TI FLASH MEDIA INTERFACE DRIVER
11205 M:      Alex Dubov <oakad@yahoo.com>
11206 S:      Maintained
11207 F:      drivers/misc/tifm*
11208 F:      drivers/mmc/host/tifm_sd.c
11209 F:      include/linux/tifm.h
11210
11211 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11212 M:      Santosh Shilimkar <ssantosh@kernel.org>
11213 L:      linux-kernel@vger.kernel.org
11214 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11215 S:      Maintained
11216 F:      drivers/soc/ti/*
11217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11218
11219
11220 TI LM49xxx FAMILY ASoC CODEC DRIVERS
11221 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
11222 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
11223 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11224 S:      Maintained
11225 F:      sound/soc/codecs/lm49453*
11226 F:      sound/soc/codecs/isabelle*
11227
11228 TI LP855x BACKLIGHT DRIVER
11229 M:      Milo Kim <milo.kim@ti.com>
11230 S:      Maintained
11231 F:      Documentation/backlight/lp855x-driver.txt
11232 F:      drivers/video/backlight/lp855x_bl.c
11233 F:      include/linux/platform_data/lp855x.h
11234
11235 TI LP8727 CHARGER DRIVER
11236 M:      Milo Kim <milo.kim@ti.com>
11237 S:      Maintained
11238 F:      drivers/power/lp8727_charger.c
11239 F:      include/linux/platform_data/lp8727.h
11240
11241 TI LP8788 MFD DRIVER
11242 M:      Milo Kim <milo.kim@ti.com>
11243 S:      Maintained
11244 F:      drivers/iio/adc/lp8788_adc.c
11245 F:      drivers/leds/leds-lp8788.c
11246 F:      drivers/mfd/lp8788*.c
11247 F:      drivers/power/lp8788-charger.c
11248 F:      drivers/regulator/lp8788-*.c
11249 F:      include/linux/mfd/lp8788*.h
11250
11251 TI NETCP ETHERNET DRIVER
11252 M:      Wingman Kwok <w-kwok2@ti.com>
11253 M:      Murali Karicheri <m-karicheri2@ti.com>
11254 L:      netdev@vger.kernel.org
11255 S:      Maintained
11256 F:      drivers/net/ethernet/ti/netcp*
11257
11258 TI TAS571X FAMILY ASoC CODEC DRIVER
11259 M:      Kevin Cernekee <cernekee@chromium.org>
11260 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11261 S:      Odd Fixes
11262 F:      sound/soc/codecs/tas571x*
11263
11264 TI TWL4030 SERIES SOC CODEC DRIVER
11265 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
11266 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11267 S:      Maintained
11268 F:      sound/soc/codecs/twl4030*
11269
11270 TI WILINK WIRELESS DRIVERS
11271 L:      linux-wireless@vger.kernel.org
11272 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
11273 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
11274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11275 S:      Orphan
11276 F:      drivers/net/wireless/ti/
11277 F:      include/linux/wl12xx.h
11278
11279 TIPC NETWORK LAYER
11280 M:      Jon Maloy <jon.maloy@ericsson.com>
11281 M:      Ying Xue <ying.xue@windriver.com>
11282 L:      netdev@vger.kernel.org (core kernel code)
11283 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11284 W:      http://tipc.sourceforge.net/
11285 S:      Maintained
11286 F:      include/uapi/linux/tipc*.h
11287 F:      net/tipc/
11288
11289 TILE ARCHITECTURE
11290 M:      Chris Metcalf <cmetcalf@mellanox.com>
11291 W:      http://www.mellanox.com/repository/solutions/tile-scm/
11292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11293 S:      Supported
11294 F:      arch/tile/
11295 F:      drivers/char/tile-srom.c
11296 F:      drivers/edac/tile_edac.c
11297 F:      drivers/net/ethernet/tile/
11298 F:      drivers/rtc/rtc-tile.c
11299 F:      drivers/tty/hvc/hvc_tile.c
11300 F:      drivers/tty/serial/tilegx.c
11301 F:      drivers/usb/host/*-tilegx.c
11302 F:      include/linux/usb/tilegx.h
11303
11304 TLAN NETWORK DRIVER
11305 M:      Samuel Chessman <chessman@tux.org>
11306 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
11307 W:      http://sourceforge.net/projects/tlan/
11308 S:      Maintained
11309 F:      Documentation/networking/tlan.txt
11310 F:      drivers/net/ethernet/ti/tlan.*
11311
11312 TOMOYO SECURITY MODULE
11313 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
11314 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11315 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11316 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11317 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11318 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11319 W:      http://tomoyo.sourceforge.jp/
11320 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11321 S:      Maintained
11322 F:      security/tomoyo/
11323
11324 TOPSTAR LAPTOP EXTRAS DRIVER
11325 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
11326 L:      platform-driver-x86@vger.kernel.org
11327 S:      Maintained
11328 F:      drivers/platform/x86/topstar-laptop.c
11329
11330 TOSHIBA ACPI EXTRAS DRIVER
11331 M:      Azael Avalos <coproscefalo@gmail.com>
11332 L:      platform-driver-x86@vger.kernel.org
11333 S:      Maintained
11334 F:      drivers/platform/x86/toshiba_acpi.c
11335
11336 TOSHIBA BLUETOOTH DRIVER
11337 M:      Azael Avalos <coproscefalo@gmail.com>
11338 L:      platform-driver-x86@vger.kernel.org
11339 S:      Maintained
11340 F:      drivers/platform/x86/toshiba_bluetooth.c
11341
11342 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11343 M:      Azael Avalos <coproscefalo@gmail.com>
11344 L:      platform-driver-x86@vger.kernel.org
11345 S:      Maintained
11346 F:      drivers/platform/x86/toshiba_haps.c
11347
11348 TOSHIBA WMI HOTKEYS DRIVER
11349 M:      Azael Avalos <coproscefalo@gmail.com>
11350 L:      platform-driver-x86@vger.kernel.org
11351 S:      Maintained
11352 F:      drivers/platform/x86/toshiba-wmi.c
11353
11354 TOSHIBA SMM DRIVER
11355 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
11356 W:      http://www.buzzard.org.uk/toshiba/
11357 S:      Maintained
11358 F:      drivers/char/toshiba.c
11359 F:      include/linux/toshiba.h
11360 F:      include/uapi/linux/toshiba.h
11361
11362 TOSHIBA TC358743 DRIVER
11363 M:      Mats Randgaard <matrandg@cisco.com>
11364 L:      linux-media@vger.kernel.org
11365 S:      Maintained
11366 F:      drivers/media/i2c/tc358743*
11367 F:      include/media/i2c/tc358743.h
11368
11369 TMIO/SDHI MMC DRIVER
11370 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
11371 L:      linux-mmc@vger.kernel.org
11372 S:      Supported
11373 F:      drivers/mmc/host/tmio_mmc*
11374 F:      drivers/mmc/host/sh_mobile_sdhi.c
11375 F:      include/linux/mfd/tmio.h
11376
11377 TMP401 HARDWARE MONITOR DRIVER
11378 M:      Guenter Roeck <linux@roeck-us.net>
11379 L:      linux-hwmon@vger.kernel.org
11380 S:      Maintained
11381 F:      Documentation/hwmon/tmp401
11382 F:      drivers/hwmon/tmp401.c
11383
11384 TMPFS (SHMEM FILESYSTEM)
11385 M:      Hugh Dickins <hughd@google.com>
11386 L:      linux-mm@kvack.org
11387 S:      Maintained
11388 F:      include/linux/shmem_fs.h
11389 F:      mm/shmem.c
11390
11391 TM6000 VIDEO4LINUX DRIVER
11392 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11393 L:      linux-media@vger.kernel.org
11394 W:      https://linuxtv.org
11395 T:      git git://linuxtv.org/media_tree.git
11396 S:      Odd fixes
11397 F:      drivers/media/usb/tm6000/
11398
11399 TW68 VIDEO4LINUX DRIVER
11400 M:      Hans Verkuil <hverkuil@xs4all.nl>
11401 L:      linux-media@vger.kernel.org
11402 T:      git git://linuxtv.org/media_tree.git
11403 W:      https://linuxtv.org
11404 S:      Odd Fixes
11405 F:      drivers/media/pci/tw68/
11406
11407 TW686X VIDEO4LINUX DRIVER
11408 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
11409 L:      linux-media@vger.kernel.org
11410 T:      git git://linuxtv.org/media_tree.git
11411 W:      http://linuxtv.org
11412 S:      Maintained
11413 F:      drivers/media/pci/tw686x/
11414
11415 TPM DEVICE DRIVER
11416 M:      Peter Huewe <peterhuewe@gmx.de>
11417 M:      Marcel Selhorst <tpmdd@selhorst.net>
11418 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11419 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11420 W:      http://tpmdd.sourceforge.net
11421 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11422 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
11423 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
11424 S:      Maintained
11425 F:      drivers/char/tpm/
11426
11427 TPM IBM_VTPM DEVICE DRIVER
11428 M:      Ashley Lai <ashleydlai@gmail.com>
11429 W:      http://tpmdd.sourceforge.net
11430 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11431 S:      Maintained
11432 F:      drivers/char/tpm/tpm_ibmvtpm*
11433
11434 TRACING
11435 M:      Steven Rostedt <rostedt@goodmis.org>
11436 M:      Ingo Molnar <mingo@redhat.com>
11437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11438 S:      Maintained
11439 F:      Documentation/trace/ftrace.txt
11440 F:      arch/*/*/*/ftrace.h
11441 F:      arch/*/kernel/ftrace.c
11442 F:      include/*/ftrace.h
11443 F:      include/linux/trace*.h
11444 F:      include/trace/
11445 F:      kernel/trace/
11446 F:      tools/testing/selftests/ftrace/
11447
11448 TRACING MMIO ACCESSES (MMIOTRACE)
11449 M:      Steven Rostedt <rostedt@goodmis.org>
11450 M:      Ingo Molnar <mingo@kernel.org>
11451 R:      Karol Herbst <karolherbst@gmail.com>
11452 R:      Pekka Paalanen <ppaalanen@gmail.com>
11453 S:      Maintained
11454 L:      linux-kernel@vger.kernel.org
11455 L:      nouveau@lists.freedesktop.org
11456 F:      kernel/trace/trace_mmiotrace.c
11457 F:      include/linux/mmiotrace.h
11458 F:      arch/x86/mm/kmmio.c
11459 F:      arch/x86/mm/mmio-mod.c
11460 F:      arch/x86/mm/testmmiotrace.c
11461
11462 TRIVIAL PATCHES
11463 M:      Jiri Kosina <trivial@kernel.org>
11464 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11465 S:      Maintained
11466 K:      ^Subject:.*(?i)trivial
11467
11468 TTY LAYER
11469 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11470 M:      Jiri Slaby <jslaby@suse.com>
11471 S:      Supported
11472 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11473 F:      Documentation/serial/
11474 F:      drivers/tty/
11475 F:      drivers/tty/serial/serial_core.c
11476 F:      include/linux/serial_core.h
11477 F:      include/linux/serial.h
11478 F:      include/linux/tty.h
11479 F:      include/uapi/linux/serial_core.h
11480 F:      include/uapi/linux/serial.h
11481 F:      include/uapi/linux/tty.h
11482
11483 TUA9001 MEDIA DRIVER
11484 M:      Antti Palosaari <crope@iki.fi>
11485 L:      linux-media@vger.kernel.org
11486 W:      https://linuxtv.org
11487 W:      http://palosaari.fi/linux/
11488 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11489 T:      git git://linuxtv.org/anttip/media_tree.git
11490 S:      Maintained
11491 F:      drivers/media/tuners/tua9001*
11492
11493 TULIP NETWORK DRIVERS
11494 L:      netdev@vger.kernel.org
11495 L:      linux-parisc@vger.kernel.org
11496 S:      Orphan
11497 F:      drivers/net/ethernet/dec/tulip/
11498
11499 TUN/TAP driver
11500 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
11501 W:      http://vtun.sourceforge.net/tun
11502 S:      Maintained
11503 F:      Documentation/networking/tuntap.txt
11504 F:      arch/um/os-Linux/drivers/
11505
11506 TURBOCHANNEL SUBSYSTEM
11507 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11508 M:      Ralf Baechle <ralf@linux-mips.org>
11509 L:      linux-mips@linux-mips.org
11510 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
11511 S:      Maintained
11512 F:      drivers/tc/
11513 F:      include/linux/tc.h
11514
11515 U14-34F SCSI DRIVER
11516 M:      Dario Ballabio <ballabio_dario@emc.com>
11517 L:      linux-scsi@vger.kernel.org
11518 S:      Maintained
11519 F:      drivers/scsi/u14-34f.c
11520
11521 UBI FILE SYSTEM (UBIFS)
11522 M:      Richard Weinberger <richard@nod.at>
11523 M:      Artem Bityutskiy <dedekind1@gmail.com>
11524 M:      Adrian Hunter <adrian.hunter@intel.com>
11525 L:      linux-mtd@lists.infradead.org
11526 T:      git git://git.infradead.org/ubifs-2.6.git
11527 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
11528 S:      Supported
11529 F:      Documentation/filesystems/ubifs.txt
11530 F:      fs/ubifs/
11531
11532 UCLINUX (M68KNOMMU AND COLDFIRE)
11533 M:      Greg Ungerer <gerg@linux-m68k.org>
11534 W:      http://www.linux-m68k.org/
11535 W:      http://www.uclinux.org/
11536 L:      linux-m68k@lists.linux-m68k.org
11537 L:      uclinux-dev@uclinux.org  (subscribers-only)
11538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11539 S:      Maintained
11540 F:      arch/m68k/coldfire/
11541 F:      arch/m68k/68*/
11542 F:      arch/m68k/*/*_no.*
11543 F:      arch/m68k/include/asm/*_no.*
11544
11545 UDF FILESYSTEM
11546 M:      Jan Kara <jack@suse.com>
11547 S:      Maintained
11548 F:      Documentation/filesystems/udf.txt
11549 F:      fs/udf/
11550
11551 UFS FILESYSTEM
11552 M:      Evgeniy Dushistov <dushistov@mail.ru>
11553 S:      Maintained
11554 F:      Documentation/filesystems/ufs.txt
11555 F:      fs/ufs/
11556
11557 UHID USERSPACE HID IO DRIVER:
11558 M:      David Herrmann <dh.herrmann@googlemail.com>
11559 L:      linux-input@vger.kernel.org
11560 S:      Maintained
11561 F:      drivers/hid/uhid.c
11562 F:      include/uapi/linux/uhid.h
11563
11564 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11565 L:      linux-usb@vger.kernel.org
11566 S:      Orphan
11567 F:      drivers/uwb/
11568 F:      include/linux/uwb.h
11569 F:      include/linux/uwb/
11570
11571 UNICORE32 ARCHITECTURE:
11572 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
11573 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
11574 S:      Maintained
11575 T:      git git://github.com/gxt/linux.git
11576 F:      arch/unicore32/
11577
11578 UNIFDEF
11579 M:      Tony Finch <dot@dotat.at>
11580 W:      http://dotat.at/prog/unifdef
11581 S:      Maintained
11582 F:      scripts/unifdef.c
11583
11584 UNIFORM CDROM DRIVER
11585 M:      Jens Axboe <axboe@kernel.dk>
11586 W:      http://www.kernel.dk
11587 S:      Maintained
11588 F:      Documentation/cdrom/
11589 F:      drivers/cdrom/cdrom.c
11590 F:      include/linux/cdrom.h
11591 F:      include/uapi/linux/cdrom.h
11592
11593 UNISYS S-PAR DRIVERS
11594 M:      David Kershner <david.kershner@unisys.com>
11595 L:      sparmaintainer@unisys.com (Unisys internal)
11596 S:      Supported
11597 F:      drivers/staging/unisys/
11598
11599 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11600 M:      Vinayak Holikatti <vinholikatti@gmail.com>
11601 L:      linux-scsi@vger.kernel.org
11602 S:      Supported
11603 F:      Documentation/scsi/ufs.txt
11604 F:      drivers/scsi/ufs/
11605
11606 UNSORTED BLOCK IMAGES (UBI)
11607 M:      Artem Bityutskiy <dedekind1@gmail.com>
11608 M:      Richard Weinberger <richard@nod.at>
11609 W:      http://www.linux-mtd.infradead.org/
11610 L:      linux-mtd@lists.infradead.org
11611 T:      git git://git.infradead.org/ubifs-2.6.git
11612 S:      Supported
11613 F:      drivers/mtd/ubi/
11614 F:      include/linux/mtd/ubi.h
11615 F:      include/uapi/mtd/ubi-user.h
11616
11617 USB ACM DRIVER
11618 M:      Oliver Neukum <oneukum@suse.com>
11619 L:      linux-usb@vger.kernel.org
11620 S:      Maintained
11621 F:      Documentation/usb/acm.txt
11622 F:      drivers/usb/class/cdc-acm.*
11623
11624 USB AR5523 WIRELESS DRIVER
11625 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
11626 L:      linux-wireless@vger.kernel.org
11627 S:      Maintained
11628 F:      drivers/net/wireless/ath/ar5523/
11629
11630 USB ATTACHED SCSI
11631 M:      Hans de Goede <hdegoede@redhat.com>
11632 M:      Gerd Hoffmann <kraxel@redhat.com>
11633 L:      linux-usb@vger.kernel.org
11634 L:      linux-scsi@vger.kernel.org
11635 S:      Maintained
11636 F:      drivers/usb/storage/uas.c
11637
11638 USB CDC ETHERNET DRIVER
11639 M:      Oliver Neukum <oliver@neukum.org>
11640 L:      linux-usb@vger.kernel.org
11641 S:      Maintained
11642 F:      drivers/net/usb/cdc_*.c
11643 F:      include/uapi/linux/usb/cdc.h
11644
11645 USB CHAOSKEY DRIVER
11646 M:      Keith Packard <keithp@keithp.com>
11647 L:      linux-usb@vger.kernel.org
11648 S:      Maintained
11649 F:      drivers/usb/misc/chaoskey.c
11650
11651 USB CYPRESS C67X00 DRIVER
11652 M:      Peter Korsgaard <jacmet@sunsite.dk>
11653 L:      linux-usb@vger.kernel.org
11654 S:      Maintained
11655 F:      drivers/usb/c67x00/
11656
11657 USB DAVICOM DM9601 DRIVER
11658 M:      Peter Korsgaard <jacmet@sunsite.dk>
11659 L:      netdev@vger.kernel.org
11660 W:      http://www.linux-usb.org/usbnet
11661 S:      Maintained
11662 F:      drivers/net/usb/dm9601.c
11663
11664 USB DIAMOND RIO500 DRIVER
11665 M:      Cesar Miquel <miquel@df.uba.ar>
11666 L:      rio500-users@lists.sourceforge.net
11667 W:      http://rio500.sourceforge.net
11668 S:      Maintained
11669 F:      drivers/usb/misc/rio500*
11670
11671 USB EHCI DRIVER
11672 M:      Alan Stern <stern@rowland.harvard.edu>
11673 L:      linux-usb@vger.kernel.org
11674 S:      Maintained
11675 F:      Documentation/usb/ehci.txt
11676 F:      drivers/usb/host/ehci*
11677
11678 USB GADGET/PERIPHERAL SUBSYSTEM
11679 M:      Felipe Balbi <balbi@kernel.org>
11680 L:      linux-usb@vger.kernel.org
11681 W:      http://www.linux-usb.org/gadget
11682 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11683 S:      Maintained
11684 F:      drivers/usb/gadget/
11685 F:      include/linux/usb/gadget*
11686
11687 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11688 M:      Jiri Kosina <jikos@kernel.org>
11689 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
11690 L:      linux-usb@vger.kernel.org
11691 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11692 S:      Maintained
11693 F:      Documentation/hid/hiddev.txt
11694 F:      drivers/hid/usbhid/
11695
11696 USB ISP116X DRIVER
11697 M:      Olav Kongas <ok@artecdesign.ee>
11698 L:      linux-usb@vger.kernel.org
11699 S:      Maintained
11700 F:      drivers/usb/host/isp116x*
11701 F:      include/linux/usb/isp116x.h
11702
11703 USB LAN78XX ETHERNET DRIVER
11704 M:      Woojung Huh <woojung.huh@microchip.com>
11705 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
11706 L:      netdev@vger.kernel.org
11707 S:      Maintained
11708 F:      drivers/net/usb/lan78xx.*
11709
11710 USB MASS STORAGE DRIVER
11711 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11712 L:      linux-usb@vger.kernel.org
11713 L:      usb-storage@lists.one-eyed-alien.net
11714 S:      Maintained
11715 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11716 F:      drivers/usb/storage/
11717
11718 USB MIDI DRIVER
11719 M:      Clemens Ladisch <clemens@ladisch.de>
11720 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11721 T:      git git://git.alsa-project.org/alsa-kernel.git
11722 S:      Maintained
11723 F:      sound/usb/midi.*
11724
11725 USB NETWORKING DRIVERS
11726 L:      linux-usb@vger.kernel.org
11727 S:      Odd Fixes
11728 F:      drivers/net/usb/
11729
11730 USB OHCI DRIVER
11731 M:      Alan Stern <stern@rowland.harvard.edu>
11732 L:      linux-usb@vger.kernel.org
11733 S:      Maintained
11734 F:      Documentation/usb/ohci.txt
11735 F:      drivers/usb/host/ohci*
11736
11737 USB OTG FSM (Finite State Machine)
11738 M:      Peter Chen <Peter.Chen@nxp.com>
11739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11740 L:      linux-usb@vger.kernel.org
11741 S:      Maintained
11742 F:      drivers/usb/common/usb-otg-fsm.c
11743
11744 USB OVER IP DRIVER
11745 M:      Valentina Manea <valentina.manea.m@gmail.com>
11746 M:      Shuah Khan <shuah.kh@samsung.com>
11747 L:      linux-usb@vger.kernel.org
11748 S:      Maintained
11749 F:      Documentation/usb/usbip_protocol.txt
11750 F:      drivers/usb/usbip/
11751 F:      tools/usb/usbip/
11752
11753 USB PEGASUS DRIVER
11754 M:      Petko Manolov <petkan@nucleusys.com>
11755 L:      linux-usb@vger.kernel.org
11756 L:      netdev@vger.kernel.org
11757 T:      git git://github.com/petkan/pegasus.git
11758 W:      https://github.com/petkan/pegasus
11759 S:      Maintained
11760 F:      drivers/net/usb/pegasus.*
11761
11762 USB PHY LAYER
11763 M:      Felipe Balbi <balbi@kernel.org>
11764 L:      linux-usb@vger.kernel.org
11765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11766 S:      Maintained
11767 F:      drivers/usb/phy/
11768
11769 USB PRINTER DRIVER (usblp)
11770 M:      Pete Zaitcev <zaitcev@redhat.com>
11771 L:      linux-usb@vger.kernel.org
11772 S:      Supported
11773 F:      drivers/usb/class/usblp.c
11774
11775 USB QMI WWAN NETWORK DRIVER
11776 M:      Bjørn Mork <bjorn@mork.no>
11777 L:      netdev@vger.kernel.org
11778 S:      Maintained
11779 F:      Documentation/ABI/testing/sysfs-class-net-qmi
11780 F:      drivers/net/usb/qmi_wwan.c
11781
11782 USB RTL8150 DRIVER
11783 M:      Petko Manolov <petkan@nucleusys.com>
11784 L:      linux-usb@vger.kernel.org
11785 L:      netdev@vger.kernel.org
11786 T:      git git://github.com/petkan/rtl8150.git
11787 W:      https://github.com/petkan/rtl8150
11788 S:      Maintained
11789 F:      drivers/net/usb/rtl8150.c
11790
11791 USB SERIAL SUBSYSTEM
11792 M:      Johan Hovold <johan@kernel.org>
11793 L:      linux-usb@vger.kernel.org
11794 S:      Maintained
11795 F:      Documentation/usb/usb-serial.txt
11796 F:      drivers/usb/serial/
11797 F:      include/linux/usb/serial.h
11798
11799 USB SMSC75XX ETHERNET DRIVER
11800 M:      Steve Glendinning <steve.glendinning@shawell.net>
11801 L:      netdev@vger.kernel.org
11802 S:      Maintained
11803 F:      drivers/net/usb/smsc75xx.*
11804
11805 USB SMSC95XX ETHERNET DRIVER
11806 M:      Steve Glendinning <steve.glendinning@shawell.net>
11807 L:      netdev@vger.kernel.org
11808 S:      Maintained
11809 F:      drivers/net/usb/smsc95xx.*
11810
11811 USB SUBSYSTEM
11812 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11813 L:      linux-usb@vger.kernel.org
11814 W:      http://www.linux-usb.org
11815 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11816 S:      Supported
11817 F:      Documentation/usb/
11818 F:      drivers/usb/
11819 F:      include/linux/usb.h
11820 F:      include/linux/usb/
11821
11822 USB UHCI DRIVER
11823 M:      Alan Stern <stern@rowland.harvard.edu>
11824 L:      linux-usb@vger.kernel.org
11825 S:      Maintained
11826 F:      drivers/usb/host/uhci*
11827
11828 USB "USBNET" DRIVER FRAMEWORK
11829 M:      Oliver Neukum <oneukum@suse.com>
11830 L:      netdev@vger.kernel.org
11831 W:      http://www.linux-usb.org/usbnet
11832 S:      Maintained
11833 F:      drivers/net/usb/usbnet.c
11834 F:      include/linux/usb/usbnet.h
11835
11836 USB VIDEO CLASS
11837 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11838 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11839 L:      linux-media@vger.kernel.org
11840 T:      git git://linuxtv.org/media_tree.git
11841 W:      http://www.ideasonboard.org/uvc/
11842 S:      Maintained
11843 F:      drivers/media/usb/uvc/
11844 F:      include/uapi/linux/uvcvideo.h
11845
11846 USB VISION DRIVER
11847 M:      Hans Verkuil <hverkuil@xs4all.nl>
11848 L:      linux-media@vger.kernel.org
11849 T:      git git://linuxtv.org/media_tree.git
11850 W:      https://linuxtv.org
11851 S:      Odd Fixes
11852 F:      drivers/media/usb/usbvision/
11853
11854 USB WEBCAM GADGET
11855 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11856 L:      linux-usb@vger.kernel.org
11857 S:      Maintained
11858 F:      drivers/usb/gadget/function/*uvc*
11859 F:      drivers/usb/gadget/legacy/webcam.c
11860
11861 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11862 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11863 L:      linux-wireless@vger.kernel.org
11864 S:      Maintained
11865 F:      drivers/net/wireless/rndis_wlan.c
11866
11867 USB XHCI DRIVER
11868 M:      Mathias Nyman <mathias.nyman@intel.com>
11869 L:      linux-usb@vger.kernel.org
11870 S:      Supported
11871 F:      drivers/usb/host/xhci*
11872 F:      drivers/usb/host/pci-quirks*
11873
11874 USB ZD1201 DRIVER
11875 L:      linux-wireless@vger.kernel.org
11876 W:      http://linux-lc100020.sourceforge.net
11877 S:      Orphan
11878 F:      drivers/net/wireless/zydas/zd1201.*
11879
11880 USB ZR364XX DRIVER
11881 M:      Antoine Jacquet <royale@zerezo.com>
11882 L:      linux-usb@vger.kernel.org
11883 L:      linux-media@vger.kernel.org
11884 T:      git git://linuxtv.org/media_tree.git
11885 W:      http://royale.zerezo.com/zr364xx/
11886 S:      Maintained
11887 F:      Documentation/video4linux/zr364xx.txt
11888 F:      drivers/media/usb/zr364xx/
11889
11890 ULPI BUS
11891 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11892 L:      linux-usb@vger.kernel.org
11893 S:      Maintained
11894 F:      drivers/usb/common/ulpi.c
11895 F:      include/linux/ulpi/
11896
11897 USER-MODE LINUX (UML)
11898 M:      Jeff Dike <jdike@addtoit.com>
11899 M:      Richard Weinberger <richard@nod.at>
11900 L:      user-mode-linux-devel@lists.sourceforge.net
11901 L:      user-mode-linux-user@lists.sourceforge.net
11902 W:      http://user-mode-linux.sourceforge.net
11903 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
11904 S:      Maintained
11905 F:      Documentation/virtual/uml/
11906 F:      arch/um/
11907 F:      arch/x86/um/
11908 F:      fs/hostfs/
11909 F:      fs/hppfs/
11910
11911 USERSPACE I/O (UIO)
11912 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11913 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11914 S:      Maintained
11915 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11916 F:      Documentation/DocBook/uio-howto.tmpl
11917 F:      drivers/uio/
11918 F:      include/linux/uio*.h
11919
11920 UTIL-LINUX PACKAGE
11921 M:      Karel Zak <kzak@redhat.com>
11922 L:      util-linux@vger.kernel.org
11923 W:      http://en.wikipedia.org/wiki/Util-linux
11924 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11925 S:      Maintained
11926
11927 UVESAFB DRIVER
11928 M:      Michal Januszewski <spock@gentoo.org>
11929 L:      linux-fbdev@vger.kernel.org
11930 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11931 S:      Maintained
11932 F:      Documentation/fb/uvesafb.txt
11933 F:      drivers/video/fbdev/uvesafb.*
11934
11935 VF610 NAND DRIVER
11936 M:      Stefan Agner <stefan@agner.ch>
11937 L:      linux-mtd@lists.infradead.org
11938 S:      Supported
11939 F:      drivers/mtd/nand/vf610_nfc.c
11940
11941 VFAT/FAT/MSDOS FILESYSTEM
11942 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11943 S:      Maintained
11944 F:      Documentation/filesystems/vfat.txt
11945 F:      fs/fat/
11946
11947 VFIO DRIVER
11948 M:      Alex Williamson <alex.williamson@redhat.com>
11949 L:      kvm@vger.kernel.org
11950 T:      git git://github.com/awilliam/linux-vfio.git
11951 S:      Maintained
11952 F:      Documentation/vfio.txt
11953 F:      drivers/vfio/
11954 F:      include/linux/vfio.h
11955 F:      include/uapi/linux/vfio.h
11956
11957 VFIO PLATFORM DRIVER
11958 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11959 L:      kvm@vger.kernel.org
11960 S:      Maintained
11961 F:      drivers/vfio/platform/
11962
11963 VIDEOBUF2 FRAMEWORK
11964 M:      Pawel Osciak <pawel@osciak.com>
11965 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11966 M:      Kyungmin Park <kyungmin.park@samsung.com>
11967 L:      linux-media@vger.kernel.org
11968 S:      Maintained
11969 F:      drivers/media/v4l2-core/videobuf2-*
11970 F:      include/media/videobuf2-*
11971
11972 VIRTUAL SERIO DEVICE DRIVER
11973 M:      Stephen Chandler Paul <thatslyude@gmail.com>
11974 S:      Maintained
11975 F:      drivers/input/serio/userio.c
11976 F:      include/uapi/linux/userio.h
11977
11978 VIRTIO CONSOLE DRIVER
11979 M:      Amit Shah <amit.shah@redhat.com>
11980 L:      virtualization@lists.linux-foundation.org
11981 S:      Maintained
11982 F:      drivers/char/virtio_console.c
11983 F:      include/linux/virtio_console.h
11984 F:      include/uapi/linux/virtio_console.h
11985
11986 VIRTIO CORE, NET AND BLOCK DRIVERS
11987 M:      "Michael S. Tsirkin" <mst@redhat.com>
11988 L:      virtualization@lists.linux-foundation.org
11989 S:      Maintained
11990 F:      drivers/virtio/
11991 F:      tools/virtio/
11992 F:      drivers/net/virtio_net.c
11993 F:      drivers/block/virtio_blk.c
11994 F:      include/linux/virtio_*.h
11995 F:      include/uapi/linux/virtio_*.h
11996
11997 VIRTIO DRIVERS FOR S390
11998 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11999 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
12000 L:      linux-s390@vger.kernel.org
12001 L:      virtualization@lists.linux-foundation.org
12002 L:      kvm@vger.kernel.org
12003 S:      Supported
12004 F:      drivers/s390/virtio/
12005
12006 VIRTIO GPU DRIVER
12007 M:      David Airlie <airlied@linux.ie>
12008 M:      Gerd Hoffmann <kraxel@redhat.com>
12009 L:      dri-devel@lists.freedesktop.org
12010 L:      virtualization@lists.linux-foundation.org
12011 S:      Maintained
12012 F:      drivers/gpu/drm/virtio/
12013 F:      include/uapi/linux/virtio_gpu.h
12014
12015 VIRTIO HOST (VHOST)
12016 M:      "Michael S. Tsirkin" <mst@redhat.com>
12017 L:      kvm@vger.kernel.org
12018 L:      virtualization@lists.linux-foundation.org
12019 L:      netdev@vger.kernel.org
12020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12021 S:      Maintained
12022 F:      drivers/vhost/
12023 F:      include/uapi/linux/vhost.h
12024
12025 VIRTIO INPUT DRIVER
12026 M:      Gerd Hoffmann <kraxel@redhat.com>
12027 S:      Maintained
12028 F:      drivers/virtio/virtio_input.c
12029 F:      include/uapi/linux/virtio_input.h
12030
12031 VIA RHINE NETWORK DRIVER
12032 S:      Orphan
12033 F:      drivers/net/ethernet/via/via-rhine.c
12034
12035 VIA SD/MMC CARD CONTROLLER DRIVER
12036 M:      Bruce Chang <brucechang@via.com.tw>
12037 M:      Harald Welte <HaraldWelte@viatech.com>
12038 S:      Maintained
12039 F:      drivers/mmc/host/via-sdmmc.c
12040
12041 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12042 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
12043 L:      linux-fbdev@vger.kernel.org
12044 S:      Maintained
12045 F:      include/linux/via-core.h
12046 F:      include/linux/via-gpio.h
12047 F:      include/linux/via_i2c.h
12048 F:      drivers/video/fbdev/via/
12049
12050 VIA VELOCITY NETWORK DRIVER
12051 M:      Francois Romieu <romieu@fr.zoreil.com>
12052 L:      netdev@vger.kernel.org
12053 S:      Maintained
12054 F:      drivers/net/ethernet/via/via-velocity.*
12055
12056 VIRT LIB
12057 M:      Alex Williamson <alex.williamson@redhat.com>
12058 M:      Paolo Bonzini <pbonzini@redhat.com>
12059 L:      kvm@vger.kernel.org
12060 S:      Supported
12061 F:      virt/lib/
12062
12063 VIVID VIRTUAL VIDEO DRIVER
12064 M:      Hans Verkuil <hverkuil@xs4all.nl>
12065 L:      linux-media@vger.kernel.org
12066 T:      git git://linuxtv.org/media_tree.git
12067 W:      https://linuxtv.org
12068 S:      Maintained
12069 F:      drivers/media/platform/vivid/*
12070
12071 VLAN (802.1Q)
12072 M:      Patrick McHardy <kaber@trash.net>
12073 L:      netdev@vger.kernel.org
12074 S:      Maintained
12075 F:      drivers/net/macvlan.c
12076 F:      include/linux/if_*vlan.h
12077 F:      net/8021q/
12078
12079 VLYNQ BUS
12080 M:      Florian Fainelli <florian@openwrt.org>
12081 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
12082 S:      Maintained
12083 F:      drivers/vlynq/vlynq.c
12084 F:      include/linux/vlynq.h
12085
12086 VME SUBSYSTEM
12087 M:      Martyn Welch <martyn@welchs.me.uk>
12088 M:      Manohar Vanga <manohar.vanga@gmail.com>
12089 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12090 L:      devel@driverdev.osuosl.org
12091 S:      Maintained
12092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12093 F:      Documentation/vme_api.txt
12094 F:      drivers/staging/vme/
12095 F:      drivers/vme/
12096 F:      include/linux/vme*
12097
12098 VMWARE HYPERVISOR INTERFACE
12099 M:      Alok Kataria <akataria@vmware.com>
12100 L:      virtualization@lists.linux-foundation.org
12101 S:      Supported
12102 F:      arch/x86/kernel/cpu/vmware.c
12103
12104 VMWARE BALLOON DRIVER
12105 M:      Xavier Deguillard <xdeguillard@vmware.com>
12106 M:      Philip Moltmann <moltmann@vmware.com>
12107 M:      "VMware, Inc." <pv-drivers@vmware.com>
12108 L:      linux-kernel@vger.kernel.org
12109 S:      Maintained
12110 F:      drivers/misc/vmw_balloon.c
12111
12112 VMWARE VMMOUSE SUBDRIVER
12113 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12114 M:      "VMware, Inc." <pv-drivers@vmware.com>
12115 L:      linux-input@vger.kernel.org
12116 S:      Maintained
12117 F:      drivers/input/mouse/vmmouse.c
12118 F:      drivers/input/mouse/vmmouse.h
12119
12120 VMWARE VMXNET3 ETHERNET DRIVER
12121 M:      Shrikrishna Khare <skhare@vmware.com>
12122 M:      "VMware, Inc." <pv-drivers@vmware.com>
12123 L:      netdev@vger.kernel.org
12124 S:      Maintained
12125 F:      drivers/net/vmxnet3/
12126
12127 VMware PVSCSI driver
12128 M:      Arvind Kumar <arvindkumar@vmware.com>
12129 M:      VMware PV-Drivers <pv-drivers@vmware.com>
12130 L:      linux-scsi@vger.kernel.org
12131 S:      Maintained
12132 F:      drivers/scsi/vmw_pvscsi.c
12133 F:      drivers/scsi/vmw_pvscsi.h
12134
12135 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12136 M:      Liam Girdwood <lgirdwood@gmail.com>
12137 M:      Mark Brown <broonie@kernel.org>
12138 L:      linux-kernel@vger.kernel.org
12139 W:      http://www.slimlogic.co.uk/?p=48
12140 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12141 S:      Supported
12142 F:      Documentation/devicetree/bindings/regulator/
12143 F:      drivers/regulator/
12144 F:      include/dt-bindings/regulator/
12145 F:      include/linux/regulator/
12146
12147 VRF
12148 M:      David Ahern <dsa@cumulusnetworks.com>
12149 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
12150 L:      netdev@vger.kernel.org
12151 S:      Maintained
12152 F:      drivers/net/vrf.c
12153 F:      Documentation/networking/vrf.txt
12154
12155 VT1211 HARDWARE MONITOR DRIVER
12156 M:      Juerg Haefliger <juergh@gmail.com>
12157 L:      linux-hwmon@vger.kernel.org
12158 S:      Maintained
12159 F:      Documentation/hwmon/vt1211
12160 F:      drivers/hwmon/vt1211.c
12161
12162 VT8231 HARDWARE MONITOR DRIVER
12163 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
12164 L:      linux-hwmon@vger.kernel.org
12165 S:      Maintained
12166 F:      drivers/hwmon/vt8231.c
12167
12168 VUB300 USB to SDIO/SD/MMC bridge chip
12169 M:      Tony Olech <tony.olech@elandigitalsystems.com>
12170 L:      linux-mmc@vger.kernel.org
12171 L:      linux-usb@vger.kernel.org
12172 S:      Supported
12173 F:      drivers/mmc/host/vub300.c
12174
12175 W1 DALLAS'S 1-WIRE BUS
12176 M:      Evgeniy Polyakov <zbr@ioremap.net>
12177 S:      Maintained
12178 F:      Documentation/w1/
12179 F:      drivers/w1/
12180
12181 W83791D HARDWARE MONITORING DRIVER
12182 M:      Marc Hulsman <m.hulsman@tudelft.nl>
12183 L:      linux-hwmon@vger.kernel.org
12184 S:      Maintained
12185 F:      Documentation/hwmon/w83791d
12186 F:      drivers/hwmon/w83791d.c
12187
12188 W83793 HARDWARE MONITORING DRIVER
12189 M:      Rudolf Marek <r.marek@assembler.cz>
12190 L:      linux-hwmon@vger.kernel.org
12191 S:      Maintained
12192 F:      Documentation/hwmon/w83793
12193 F:      drivers/hwmon/w83793.c
12194
12195 W83795 HARDWARE MONITORING DRIVER
12196 M:      Jean Delvare <jdelvare@suse.com>
12197 L:      linux-hwmon@vger.kernel.org
12198 S:      Maintained
12199 F:      drivers/hwmon/w83795.c
12200
12201 W83L51xD SD/MMC CARD INTERFACE DRIVER
12202 M:      Pierre Ossman <pierre@ossman.eu>
12203 S:      Maintained
12204 F:      drivers/mmc/host/wbsd.*
12205
12206 WACOM PROTOCOL 4 SERIAL TABLETS
12207 M:      Julian Squires <julian@cipht.net>
12208 M:      Hans de Goede <hdegoede@redhat.com>
12209 L:      linux-input@vger.kernel.org
12210 S:      Maintained
12211 F:      drivers/input/tablet/wacom_serial4.c
12212
12213 WATCHDOG DEVICE DRIVERS
12214 M:      Wim Van Sebroeck <wim@iguana.be>
12215 R:      Guenter Roeck <linux@roeck-us.net>
12216 L:      linux-watchdog@vger.kernel.org
12217 W:      http://www.linux-watchdog.org/
12218 T:      git git://www.linux-watchdog.org/linux-watchdog.git
12219 S:      Maintained
12220 F:      Documentation/watchdog/
12221 F:      drivers/watchdog/
12222 F:      include/linux/watchdog.h
12223 F:      include/uapi/linux/watchdog.h
12224
12225 WD7000 SCSI DRIVER
12226 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
12227 L:      linux-scsi@vger.kernel.org
12228 S:      Maintained
12229 F:      drivers/scsi/wd7000.c
12230
12231 WIIMOTE HID DRIVER
12232 M:      David Herrmann <dh.herrmann@googlemail.com>
12233 L:      linux-input@vger.kernel.org
12234 S:      Maintained
12235 F:      drivers/hid/hid-wiimote*
12236
12237 WINBOND CIR DRIVER
12238 M:      David Härdeman <david@hardeman.nu>
12239 S:      Maintained
12240 F:      drivers/media/rc/winbond-cir.c
12241
12242 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
12243 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12244 L:      linux-watchdog@vger.kernel.org
12245 S:      Maintained
12246 F:      drivers/watchdog/ebc-c384_wdt.c
12247
12248 WINSYSTEMS WS16C48 GPIO DRIVER
12249 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12250 L:      linux-gpio@vger.kernel.org
12251 S:      Maintained
12252 F:      drivers/gpio/gpio-ws16c48.c
12253
12254 WIMAX STACK
12255 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
12256 M:      linux-wimax@intel.com
12257 L:      wimax@linuxwimax.org (subscribers-only)
12258 S:      Supported
12259 W:      http://linuxwimax.org
12260 F:      Documentation/wimax/README.wimax
12261 F:      include/linux/wimax/debug.h
12262 F:      include/net/wimax.h
12263 F:      include/uapi/linux/wimax.h
12264 F:      net/wimax/
12265
12266 WISTRON LAPTOP BUTTON DRIVER
12267 M:      Miloslav Trmac <mitr@volny.cz>
12268 S:      Maintained
12269 F:      drivers/input/misc/wistron_btns.c
12270
12271 WL3501 WIRELESS PCMCIA CARD DRIVER
12272 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
12273 L:      linux-wireless@vger.kernel.org
12274 W:      http://oops.ghostprotocols.net:81/blog
12275 S:      Maintained
12276 F:      drivers/net/wireless/wl3501*
12277
12278 WOLFSON MICROELECTRONICS DRIVERS
12279 L:      patches@opensource.wolfsonmicro.com
12280 T:      git https://github.com/CirrusLogic/linux-drivers.git
12281 W:      https://github.com/CirrusLogic/linux-drivers/wiki
12282 S:      Supported
12283 F:      Documentation/hwmon/wm83??
12284 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12285 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12286 F:      Documentation/devicetree/bindings/mfd/arizona.txt
12287 F:      arch/arm/mach-s3c64xx/mach-crag6410*
12288 F:      drivers/clk/clk-wm83*.c
12289 F:      drivers/extcon/extcon-arizona.c
12290 F:      drivers/leds/leds-wm83*.c
12291 F:      drivers/gpio/gpio-*wm*.c
12292 F:      drivers/gpio/gpio-arizona.c
12293 F:      drivers/hwmon/wm83??-hwmon.c
12294 F:      drivers/input/misc/wm831x-on.c
12295 F:      drivers/input/touchscreen/wm831x-ts.c
12296 F:      drivers/input/touchscreen/wm97*.c
12297 F:      drivers/mfd/arizona*
12298 F:      drivers/mfd/wm*.c
12299 F:      drivers/mfd/cs47l24*
12300 F:      drivers/power/wm83*.c
12301 F:      drivers/rtc/rtc-wm83*.c
12302 F:      drivers/regulator/wm8*.c
12303 F:      drivers/video/backlight/wm83*_bl.c
12304 F:      drivers/watchdog/wm83*_wdt.c
12305 F:      include/linux/mfd/arizona/
12306 F:      include/linux/mfd/wm831x/
12307 F:      include/linux/mfd/wm8350/
12308 F:      include/linux/mfd/wm8400*
12309 F:      include/linux/wm97xx.h
12310 F:      include/sound/wm????.h
12311 F:      sound/soc/codecs/arizona.?
12312 F:      sound/soc/codecs/wm*
12313 F:      sound/soc/codecs/cs47l24*
12314
12315 WORKQUEUE
12316 M:      Tejun Heo <tj@kernel.org>
12317 R:      Lai Jiangshan <jiangshanlai@gmail.com>
12318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12319 S:      Maintained
12320 F:      include/linux/workqueue.h
12321 F:      kernel/workqueue.c
12322 F:      Documentation/workqueue.txt
12323
12324 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
12325 M:      Chen-Yu Tsai <wens@csie.org>
12326 L:      linux-kernel@vger.kernel.org
12327 S:      Maintained
12328 N:      axp[128]
12329
12330 X.25 NETWORK LAYER
12331 M:      Andrew Hendry <andrew.hendry@gmail.com>
12332 L:      linux-x25@vger.kernel.org
12333 S:      Odd Fixes
12334 F:      Documentation/networking/x25*
12335 F:      include/net/x25*
12336 F:      net/x25/
12337
12338 X86 ARCHITECTURE (32-BIT AND 64-BIT)
12339 M:      Thomas Gleixner <tglx@linutronix.de>
12340 M:      Ingo Molnar <mingo@redhat.com>
12341 M:      "H. Peter Anvin" <hpa@zytor.com>
12342 M:      x86@kernel.org
12343 L:      linux-kernel@vger.kernel.org
12344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
12345 S:      Maintained
12346 F:      Documentation/x86/
12347 F:      arch/x86/
12348
12349 X86 PLATFORM DRIVERS
12350 M:      Darren Hart <dvhart@infradead.org>
12351 L:      platform-driver-x86@vger.kernel.org
12352 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12353 S:      Maintained
12354 F:      drivers/platform/x86/
12355 F:      drivers/platform/olpc/
12356
12357 X86 MCE INFRASTRUCTURE
12358 M:      Tony Luck <tony.luck@intel.com>
12359 M:      Borislav Petkov <bp@alien8.de>
12360 L:      linux-edac@vger.kernel.org
12361 S:      Maintained
12362 F:      arch/x86/kernel/cpu/mcheck/*
12363
12364 X86 MICROCODE UPDATE SUPPORT
12365 M:      Borislav Petkov <bp@alien8.de>
12366 S:      Maintained
12367 F:      arch/x86/kernel/cpu/microcode/*
12368
12369 X86 VDSO
12370 M:      Andy Lutomirski <luto@amacapital.net>
12371 L:      linux-kernel@vger.kernel.org
12372 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12373 S:      Maintained
12374 F:      arch/x86/entry/vdso/
12375
12376 XC2028/3028 TUNER DRIVER
12377 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
12378 L:      linux-media@vger.kernel.org
12379 W:      https://linuxtv.org
12380 T:      git git://linuxtv.org/media_tree.git
12381 S:      Maintained
12382 F:      drivers/media/tuners/tuner-xc2028.*
12383
12384 XEN HYPERVISOR INTERFACE
12385 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
12386 M:      David Vrabel <david.vrabel@citrix.com>
12387 M:      Juergen Gross <jgross@suse.com>
12388 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12389 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12390 S:      Supported
12391 F:      arch/x86/xen/
12392 F:      drivers/*/xen-*front.c
12393 F:      drivers/xen/
12394 F:      arch/x86/include/asm/xen/
12395 F:      include/xen/
12396 F:      include/uapi/xen/
12397
12398 XEN HYPERVISOR ARM
12399 M:      Stefano Stabellini <sstabellini@kernel.org>
12400 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12401 S:      Maintained
12402 F:      arch/arm/xen/
12403 F:      arch/arm/include/asm/xen/
12404
12405 XEN HYPERVISOR ARM64
12406 M:      Stefano Stabellini <sstabellini@kernel.org>
12407 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12408 S:      Maintained
12409 F:      arch/arm64/xen/
12410 F:      arch/arm64/include/asm/xen/
12411
12412 XEN NETWORK BACKEND DRIVER
12413 M:      Wei Liu <wei.liu2@citrix.com>
12414 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12415 L:      netdev@vger.kernel.org
12416 S:      Supported
12417 F:      drivers/net/xen-netback/*
12418
12419 XEN PCI 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/pci/*xen*
12424 F:      drivers/pci/*xen*
12425
12426 XEN BLOCK SUBSYSTEM
12427 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12428 M:      Roger Pau Monné <roger.pau@citrix.com>
12429 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12430 S:      Supported
12431 F:      drivers/block/xen-blkback/*
12432 F:      drivers/block/xen*
12433
12434 XEN PVSCSI DRIVERS
12435 M:      Juergen Gross <jgross@suse.com>
12436 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12437 L:      linux-scsi@vger.kernel.org
12438 S:      Supported
12439 F:      drivers/scsi/xen-scsifront.c
12440 F:      drivers/xen/xen-scsiback.c
12441 F:      include/xen/interface/io/vscsiif.h
12442
12443 XEN SWIOTLB SUBSYSTEM
12444 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12445 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12446 S:      Supported
12447 F:      arch/x86/xen/*swiotlb*
12448 F:      drivers/xen/*swiotlb*
12449
12450 XFS FILESYSTEM
12451 P:      Silicon Graphics Inc
12452 M:      Dave Chinner <david@fromorbit.com>
12453 M:      xfs@oss.sgi.com
12454 L:      xfs@oss.sgi.com
12455 W:      http://oss.sgi.com/projects/xfs
12456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12457 S:      Supported
12458 F:      Documentation/filesystems/xfs.txt
12459 F:      fs/xfs/
12460
12461 XILINX AXI ETHERNET DRIVER
12462 M:      Anirudha Sarangi <anirudh@xilinx.com>
12463 M:      John Linn <John.Linn@xilinx.com>
12464 S:      Maintained
12465 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
12466
12467 XILINX UARTLITE SERIAL DRIVER
12468 M:      Peter Korsgaard <jacmet@sunsite.dk>
12469 L:      linux-serial@vger.kernel.org
12470 S:      Maintained
12471 F:      drivers/tty/serial/uartlite.c
12472
12473 XILINX VIDEO IP CORES
12474 M:      Hyun Kwon <hyun.kwon@xilinx.com>
12475 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12476 L:      linux-media@vger.kernel.org
12477 T:      git git://linuxtv.org/media_tree.git
12478 S:      Supported
12479 F:      Documentation/devicetree/bindings/media/xilinx/
12480 F:      drivers/media/platform/xilinx/
12481 F:      include/uapi/linux/xilinx-v4l2-controls.h
12482
12483 XILLYBUS DRIVER
12484 M:      Eli Billauer <eli.billauer@gmail.com>
12485 L:      linux-kernel@vger.kernel.org
12486 S:      Supported
12487 F:      drivers/char/xillybus/
12488
12489 XTENSA XTFPGA PLATFORM SUPPORT
12490 M:      Max Filippov <jcmvbkbc@gmail.com>
12491 L:      linux-xtensa@linux-xtensa.org
12492 S:      Maintained
12493 F:      drivers/spi/spi-xtensa-xtfpga.c
12494 F:      sound/soc/xtensa/xtfpga-i2s.c
12495
12496 YAM DRIVER FOR AX.25
12497 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
12498 L:      linux-hams@vger.kernel.org
12499 S:      Maintained
12500 F:      drivers/net/hamradio/yam*
12501 F:      include/linux/yam.h
12502
12503 YEALINK PHONE DRIVER
12504 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
12505 L:      usbb2k-api-dev@nongnu.org
12506 S:      Maintained
12507 F:      Documentation/input/yealink.txt
12508 F:      drivers/input/misc/yealink.*
12509
12510 Z8530 DRIVER FOR AX.25
12511 M:      Joerg Reuter <jreuter@yaina.de>
12512 W:      http://yaina.de/jreuter/
12513 W:      http://www.qsl.net/dl1bke/
12514 L:      linux-hams@vger.kernel.org
12515 S:      Maintained
12516 F:      Documentation/networking/z8530drv.txt
12517 F:      drivers/net/hamradio/*scc.c
12518 F:      drivers/net/hamradio/z8530.h
12519
12520 ZBUD COMPRESSED PAGE ALLOCATOR
12521 M:      Seth Jennings <sjenning@redhat.com>
12522 L:      linux-mm@kvack.org
12523 S:      Maintained
12524 F:      mm/zbud.c
12525 F:      include/linux/zbud.h
12526
12527 ZD1211RW WIRELESS DRIVER
12528 M:      Daniel Drake <dsd@gentoo.org>
12529 M:      Ulrich Kunitz <kune@deine-taler.de>
12530 W:      http://zd1211.ath.cx/wiki/DriverRewrite
12531 L:      linux-wireless@vger.kernel.org
12532 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
12533 S:      Maintained
12534 F:      drivers/net/wireless/zydas/zd1211rw/
12535
12536 ZPOOL COMPRESSED PAGE STORAGE API
12537 M:      Dan Streetman <ddstreet@ieee.org>
12538 L:      linux-mm@kvack.org
12539 S:      Maintained
12540 F:      mm/zpool.c
12541 F:      include/linux/zpool.h
12542
12543 ZR36067 VIDEO FOR LINUX DRIVER
12544 L:      mjpeg-users@lists.sourceforge.net
12545 L:      linux-media@vger.kernel.org
12546 W:      http://mjpeg.sourceforge.net/driver-zoran/
12547 T:      hg https://linuxtv.org/hg/v4l-dvb
12548 S:      Odd Fixes
12549 F:      drivers/media/pci/zoran/
12550
12551 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12552 M:      Minchan Kim <minchan@kernel.org>
12553 M:      Nitin Gupta <ngupta@vflare.org>
12554 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12555 L:      linux-kernel@vger.kernel.org
12556 S:      Maintained
12557 F:      drivers/block/zram/
12558 F:      Documentation/blockdev/zram.txt
12559
12560 ZS DECSTATION Z85C30 SERIAL DRIVER
12561 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12562 S:      Maintained
12563 F:      drivers/tty/serial/zs.*
12564
12565 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12566 M:      Minchan Kim <minchan@kernel.org>
12567 M:      Nitin Gupta <ngupta@vflare.org>
12568 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12569 L:      linux-mm@kvack.org
12570 S:      Maintained
12571 F:      mm/zsmalloc.c
12572 F:      include/linux/zsmalloc.h
12573 F:      Documentation/vm/zsmalloc.txt
12574
12575 ZSWAP COMPRESSED SWAP CACHING
12576 M:      Seth Jennings <sjenning@redhat.com>
12577 L:      linux-mm@kvack.org
12578 S:      Maintained
12579 F:      mm/zswap.c
12580
12581 THE REST
12582 M:      Linus Torvalds <torvalds@linux-foundation.org>
12583 L:      linux-kernel@vger.kernel.org
12584 Q:      http://patchwork.kernel.org/project/LKML/list/
12585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12586 S:      Buried alive in reporters
12587 F:      *
12588 F:      */