Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2...
[cascardo/linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <aar@pengutronix.de>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      netdev@vger.kernel.org
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <ericvh@gmail.com>
191 M:      Ron Minnich <rminnich@sandia.gov>
192 M:      Latchesar Ionkov <lucho@ionkov.net>
193 L:      v9fs-developer@lists.sourceforge.net
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <crope@iki.fi>
208 L:      linux-media@vger.kernel.org
209 W:      https://linuxtv.org
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L:      linux-scsi@vger.kernel.org
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      linux-api@vger.kernel.org
226 F:      include/linux/syscalls.h
227 F:      kernel/sys_ni.c
228
229 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
230 M:      Hans de Goede <hdegoede@redhat.com>
231 L:      linux-hwmon@vger.kernel.org
232 S:      Maintained
233 F:      drivers/hwmon/abituguru.c
234
235 ABIT UGURU 3 HARDWARE MONITOR DRIVER
236 M:      Alistair John Strachan <alistair@devzero.co.uk>
237 L:      linux-hwmon@vger.kernel.org
238 S:      Maintained
239 F:      drivers/hwmon/abituguru3.c
240
241 ACCES 104-DIO-48E GPIO DRIVER
242 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
243 L:      linux-gpio@vger.kernel.org
244 S:      Maintained
245 F:      drivers/gpio/gpio-104-dio-48e.c
246
247 ACCES 104-IDI-48 GPIO DRIVER
248 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
249 L:      linux-gpio@vger.kernel.org
250 S:      Maintained
251 F:      drivers/gpio/gpio-104-idi-48.c
252
253 ACCES 104-IDIO-16 GPIO DRIVER
254 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
255 L:      linux-gpio@vger.kernel.org
256 S:      Maintained
257 F:      drivers/gpio/gpio-104-idio-16.c
258
259 ACENIC DRIVER
260 M:      Jes Sorensen <jes@trained-monkey.org>
261 L:      linux-acenic@sunsite.dk
262 S:      Maintained
263 F:      drivers/net/ethernet/alteon/acenic*
264
265 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
266 M:      Peter Feuerer <peter@piie.net>
267 L:      platform-driver-x86@vger.kernel.org
268 W:      http://piie.net/?section=acerhdf
269 S:      Maintained
270 F:      drivers/platform/x86/acerhdf.c
271
272 ACER WMI LAPTOP EXTRAS
273 M:      "Lee, Chun-Yi" <jlee@suse.com>
274 L:      platform-driver-x86@vger.kernel.org
275 S:      Maintained
276 F:      drivers/platform/x86/acer-wmi.c
277
278 ACPI
279 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
280 M:      Len Brown <lenb@kernel.org>
281 L:      linux-acpi@vger.kernel.org
282 W:      https://01.org/linux-acpi
283 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
285 S:      Supported
286 F:      drivers/acpi/
287 F:      drivers/pnp/pnpacpi/
288 F:      include/linux/acpi.h
289 F:      include/acpi/
290 F:      Documentation/acpi/
291 F:      Documentation/ABI/testing/sysfs-bus-acpi
292 F:      drivers/pci/*acpi*
293 F:      drivers/pci/*/*acpi*
294 F:      drivers/pci/*/*/*acpi*
295 F:      tools/power/acpi/
296
297 ACPI COMPONENT ARCHITECTURE (ACPICA)
298 M:      Robert Moore <robert.moore@intel.com>
299 M:      Lv Zheng <lv.zheng@intel.com>
300 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
301 L:      linux-acpi@vger.kernel.org
302 L:      devel@acpica.org
303 W:      https://acpica.org/
304 W:      https://github.com/acpica/acpica/
305 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
307 S:      Supported
308 F:      drivers/acpi/acpica/
309 F:      include/acpi/
310 F:      tools/power/acpi/
311
312 ACPI FAN DRIVER
313 M:      Zhang Rui <rui.zhang@intel.com>
314 L:      linux-acpi@vger.kernel.org
315 W:      https://01.org/linux-acpi
316 S:      Supported
317 F:      drivers/acpi/fan.c
318
319 ACPI THERMAL DRIVER
320 M:      Zhang Rui <rui.zhang@intel.com>
321 L:      linux-acpi@vger.kernel.org
322 W:      https://01.org/linux-acpi
323 S:      Supported
324 F:      drivers/acpi/*thermal*
325
326 ACPI VIDEO DRIVER
327 M:      Zhang Rui <rui.zhang@intel.com>
328 L:      linux-acpi@vger.kernel.org
329 W:      https://01.org/linux-acpi
330 S:      Supported
331 F:      drivers/acpi/acpi_video.c
332
333 ACPI WMI DRIVER
334 L:      platform-driver-x86@vger.kernel.org
335 S:      Orphan
336 F:      drivers/platform/x86/wmi.c
337
338 AD1889 ALSA SOUND DRIVER
339 M:      Thibaut Varene <T-Bone@parisc-linux.org>
340 W:      http://wiki.parisc-linux.org/AD1889
341 L:      linux-parisc@vger.kernel.org
342 S:      Maintained
343 F:      sound/pci/ad1889.*
344
345 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
346 M:      Michael Hennerich <michael.hennerich@analog.com>
347 W:      http://wiki.analog.com/AD5254
348 W:      http://ez.analog.com/community/linux-device-drivers
349 S:      Supported
350 F:      drivers/misc/ad525x_dpot.c
351
352 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
353 M:      Michael Hennerich <michael.hennerich@analog.com>
354 W:      http://wiki.analog.com/AD5398
355 W:      http://ez.analog.com/community/linux-device-drivers
356 S:      Supported
357 F:      drivers/regulator/ad5398.c
358
359 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
360 M:      Michael Hennerich <michael.hennerich@analog.com>
361 W:      http://wiki.analog.com/AD7142
362 W:      http://ez.analog.com/community/linux-device-drivers
363 S:      Supported
364 F:      drivers/input/misc/ad714x.c
365
366 AD7877 TOUCHSCREEN DRIVER
367 M:      Michael Hennerich <michael.hennerich@analog.com>
368 W:      http://wiki.analog.com/AD7877
369 W:      http://ez.analog.com/community/linux-device-drivers
370 S:      Supported
371 F:      drivers/input/touchscreen/ad7877.c
372
373 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
374 M:      Michael Hennerich <michael.hennerich@analog.com>
375 W:      http://wiki.analog.com/AD7879
376 W:      http://ez.analog.com/community/linux-device-drivers
377 S:      Supported
378 F:      drivers/input/touchscreen/ad7879.c
379
380 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
381 M:      Jiri Kosina <jikos@kernel.org>
382 S:      Maintained
383
384 ADF7242 IEEE 802.15.4 RADIO DRIVER
385 M:      Michael Hennerich <michael.hennerich@analog.com>
386 W:      https://wiki.analog.com/ADF7242
387 W:      http://ez.analog.com/community/linux-device-drivers
388 L:      linux-wpan@vger.kernel.org
389 S:      Supported
390 F:      drivers/net/ieee802154/adf7242.c
391 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
392
393 ADM1025 HARDWARE MONITOR DRIVER
394 M:      Jean Delvare <jdelvare@suse.com>
395 L:      linux-hwmon@vger.kernel.org
396 S:      Maintained
397 F:      Documentation/hwmon/adm1025
398 F:      drivers/hwmon/adm1025.c
399
400 ADM1029 HARDWARE MONITOR DRIVER
401 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
402 L:      linux-hwmon@vger.kernel.org
403 S:      Maintained
404 F:      drivers/hwmon/adm1029.c
405
406 ADM8211 WIRELESS DRIVER
407 L:      linux-wireless@vger.kernel.org
408 W:      http://wireless.kernel.org/
409 S:      Orphan
410 F:      drivers/net/wireless/admtek/adm8211.*
411
412 ADP1653 FLASH CONTROLLER DRIVER
413 M:      Sakari Ailus <sakari.ailus@iki.fi>
414 L:      linux-media@vger.kernel.org
415 S:      Maintained
416 F:      drivers/media/i2c/adp1653.c
417 F:      include/media/i2c/adp1653.h
418
419 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
420 M:      Michael Hennerich <michael.hennerich@analog.com>
421 W:      http://wiki.analog.com/ADP5520
422 W:      http://ez.analog.com/community/linux-device-drivers
423 S:      Supported
424 F:      drivers/mfd/adp5520.c
425 F:      drivers/video/backlight/adp5520_bl.c
426 F:      drivers/leds/leds-adp5520.c
427 F:      drivers/gpio/gpio-adp5520.c
428 F:      drivers/input/keyboard/adp5520-keys.c
429
430 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
431 M:      Michael Hennerich <michael.hennerich@analog.com>
432 W:      http://wiki.analog.com/ADP5588
433 W:      http://ez.analog.com/community/linux-device-drivers
434 S:      Supported
435 F:      drivers/input/keyboard/adp5588-keys.c
436 F:      drivers/gpio/gpio-adp5588.c
437
438 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
439 M:      Michael Hennerich <michael.hennerich@analog.com>
440 W:      http://wiki.analog.com/ADP8860
441 W:      http://ez.analog.com/community/linux-device-drivers
442 S:      Supported
443 F:      drivers/video/backlight/adp8860_bl.c
444
445 ADS1015 HARDWARE MONITOR DRIVER
446 M:      Dirk Eibach <eibach@gdsys.de>
447 L:      linux-hwmon@vger.kernel.org
448 S:      Maintained
449 F:      Documentation/hwmon/ads1015
450 F:      drivers/hwmon/ads1015.c
451 F:      include/linux/i2c/ads1015.h
452
453 ADT746X FAN DRIVER
454 M:      Colin Leroy <colin@colino.net>
455 S:      Maintained
456 F:      drivers/macintosh/therm_adt746x.c
457
458 ADT7475 HARDWARE MONITOR DRIVER
459 M:      Jean Delvare <jdelvare@suse.com>
460 L:      linux-hwmon@vger.kernel.org
461 S:      Maintained
462 F:      Documentation/hwmon/adt7475
463 F:      drivers/hwmon/adt7475.c
464
465 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
466 M:      Michael Hennerich <michael.hennerich@analog.com>
467 W:      http://wiki.analog.com/ADXL345
468 W:      http://ez.analog.com/community/linux-device-drivers
469 S:      Supported
470 F:      drivers/input/misc/adxl34x.c
471
472 ADVANSYS SCSI DRIVER
473 M:      Matthew Wilcox <matthew@wil.cx>
474 M:      Hannes Reinecke <hare@suse.com>
475 L:      linux-scsi@vger.kernel.org
476 S:      Maintained
477 F:      Documentation/scsi/advansys.txt
478 F:      drivers/scsi/advansys.c
479
480 AEDSP16 DRIVER
481 M:      Riccardo Facchetti <fizban@tin.it>
482 S:      Maintained
483 F:      sound/oss/aedsp16.c
484
485 AF9013 MEDIA DRIVER
486 M:      Antti Palosaari <crope@iki.fi>
487 L:      linux-media@vger.kernel.org
488 W:      https://linuxtv.org
489 W:      http://palosaari.fi/linux/
490 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
491 T:      git git://linuxtv.org/anttip/media_tree.git
492 S:      Maintained
493 F:      drivers/media/dvb-frontends/af9013*
494
495 AF9033 MEDIA DRIVER
496 M:      Antti Palosaari <crope@iki.fi>
497 L:      linux-media@vger.kernel.org
498 W:      https://linuxtv.org
499 W:      http://palosaari.fi/linux/
500 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
501 T:      git git://linuxtv.org/anttip/media_tree.git
502 S:      Maintained
503 F:      drivers/media/dvb-frontends/af9033*
504
505 AFFS FILE SYSTEM
506 L:      linux-fsdevel@vger.kernel.org
507 S:      Orphan
508 F:      Documentation/filesystems/affs.txt
509 F:      fs/affs/
510
511 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
512 M:      David Howells <dhowells@redhat.com>
513 L:      linux-afs@lists.infradead.org
514 S:      Supported
515 F:      fs/afs/
516 F:      include/net/af_rxrpc.h
517 F:      net/rxrpc/af_rxrpc.c
518
519 AGPGART DRIVER
520 M:      David Airlie <airlied@linux.ie>
521 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
522 S:      Maintained
523 F:      drivers/char/agp/
524 F:      include/linux/agp*
525 F:      include/uapi/linux/agp*
526
527 AHA152X SCSI DRIVER
528 M:      "Juergen E. Fischer" <fischer@norbit.de>
529 L:      linux-scsi@vger.kernel.org
530 S:      Maintained
531 F:      drivers/scsi/aha152x*
532 F:      drivers/scsi/pcmcia/aha152x*
533
534 AIC7XXX / AIC79XX SCSI DRIVER
535 M:      Hannes Reinecke <hare@suse.com>
536 L:      linux-scsi@vger.kernel.org
537 S:      Maintained
538 F:      drivers/scsi/aic7xxx/
539
540 AIMSLAB FM RADIO RECEIVER DRIVER
541 M:      Hans Verkuil <hverkuil@xs4all.nl>
542 L:      linux-media@vger.kernel.org
543 T:      git git://linuxtv.org/media_tree.git
544 W:      https://linuxtv.org
545 S:      Maintained
546 F:      drivers/media/radio/radio-aimslab*
547
548 AIO
549 M:      Benjamin LaHaise <bcrl@kvack.org>
550 L:      linux-aio@kvack.org
551 S:      Supported
552 F:      fs/aio.c
553 F:      include/linux/*aio*.h
554
555 AIRSPY MEDIA DRIVER
556 M:      Antti Palosaari <crope@iki.fi>
557 L:      linux-media@vger.kernel.org
558 W:      https://linuxtv.org
559 W:      http://palosaari.fi/linux/
560 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
561 T:      git git://linuxtv.org/anttip/media_tree.git
562 S:      Maintained
563 F:      drivers/media/usb/airspy/
564
565 ALCATEL SPEEDTOUCH USB DRIVER
566 M:      Duncan Sands <duncan.sands@free.fr>
567 L:      linux-usb@vger.kernel.org
568 W:      http://www.linux-usb.org/SpeedTouch/
569 S:      Maintained
570 F:      drivers/usb/atm/speedtch.c
571 F:      drivers/usb/atm/usbatm.c
572
573 ALCHEMY AU1XX0 MMC DRIVER
574 M:      Manuel Lauss <manuel.lauss@gmail.com>
575 S:      Maintained
576 F:      drivers/mmc/host/au1xmmc.c
577
578 ALI1563 I2C DRIVER
579 M:      Rudolf Marek <r.marek@assembler.cz>
580 L:      linux-i2c@vger.kernel.org
581 S:      Maintained
582 F:      Documentation/i2c/busses/i2c-ali1563
583 F:      drivers/i2c/busses/i2c-ali1563.c
584
585 ALLWINNER SECURITY SYSTEM
586 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
587 L:      linux-crypto@vger.kernel.org
588 S:      Maintained
589 F:      drivers/crypto/sunxi-ss/
590
591 ALPHA PORT
592 M:      Richard Henderson <rth@twiddle.net>
593 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
594 M:      Matt Turner <mattst88@gmail.com>
595 S:      Odd Fixes
596 L:      linux-alpha@vger.kernel.org
597 F:      arch/alpha/
598
599 ALTERA MAILBOX DRIVER
600 M:      Ley Foon Tan <lftan@altera.com>
601 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
602 S:      Maintained
603 F:      drivers/mailbox/mailbox-altera.c
604
605 ALTERA PIO DRIVER
606 M:      Tien Hock Loh <thloh@altera.com>
607 L:      linux-gpio@vger.kernel.org
608 S:      Maintained
609 F:      drivers/gpio/gpio-altera.c
610
611 ALTERA TRIPLE SPEED ETHERNET DRIVER
612 M:      Vince Bridgers <vbridger@opensource.altera.com>
613 L:      netdev@vger.kernel.org
614 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
615 S:      Maintained
616 F:      drivers/net/ethernet/altera/
617
618 ALTERA UART/JTAG UART SERIAL DRIVERS
619 M:      Tobias Klauser <tklauser@distanz.ch>
620 L:      linux-serial@vger.kernel.org
621 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
622 S:      Maintained
623 F:      drivers/tty/serial/altera_uart.c
624 F:      drivers/tty/serial/altera_jtaguart.c
625 F:      include/linux/altera_uart.h
626 F:      include/linux/altera_jtaguart.h
627
628 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
629 M:      Tom Lendacky <thomas.lendacky@amd.com>
630 M:      Gary Hook <gary.hook@amd.com>
631 L:      linux-crypto@vger.kernel.org
632 S:      Supported
633 F:      drivers/crypto/ccp/
634 F:      include/linux/ccp.h
635
636 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
637 M:      Huang Rui <ray.huang@amd.com>
638 L:      linux-hwmon@vger.kernel.org
639 S:      Supported
640 F:      Documentation/hwmon/fam15h_power
641 F:      drivers/hwmon/fam15h_power.c
642
643 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
644 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
645 S:      Orphan
646 F:      drivers/usb/gadget/udc/amd5536udc.*
647
648 AMD GEODE PROCESSOR/CHIPSET SUPPORT
649 P:      Andres Salomon <dilinger@queued.net>
650 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
651 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
652 S:      Supported
653 F:      drivers/char/hw_random/geode-rng.c
654 F:      drivers/crypto/geode*
655 F:      drivers/video/fbdev/geode/
656 F:      arch/x86/include/asm/geode.h
657
658 AMD IOMMU (AMD-VI)
659 M:      Joerg Roedel <joro@8bytes.org>
660 L:      iommu@lists.linux-foundation.org
661 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
662 S:      Maintained
663 F:      drivers/iommu/amd_iommu*.[ch]
664 F:      include/linux/amd-iommu.h
665
666 AMD KFD
667 M:      Oded Gabbay <oded.gabbay@gmail.com>
668 L:      dri-devel@lists.freedesktop.org
669 T:      git git://people.freedesktop.org/~gabbayo/linux.git
670 S:      Supported
671 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
672 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
673 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
674 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
675 F:      drivers/gpu/drm/amd/amdkfd/
676 F:      drivers/gpu/drm/amd/include/cik_structs.h
677 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
678 F:      drivers/gpu/drm/amd/include/vi_structs.h
679 F:      drivers/gpu/drm/radeon/radeon_kfd.c
680 F:      drivers/gpu/drm/radeon/radeon_kfd.h
681 F:      include/uapi/linux/kfd_ioctl.h
682
683 AMD SEATTLE DEVICE TREE SUPPORT
684 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
685 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
686 M:      Tom Lendacky <thomas.lendacky@amd.com>
687 S:      Supported
688 F:      arch/arm64/boot/dts/amd/
689
690 AMD XGBE DRIVER
691 M:      Tom Lendacky <thomas.lendacky@amd.com>
692 L:      netdev@vger.kernel.org
693 S:      Supported
694 F:      drivers/net/ethernet/amd/xgbe/
695 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
696
697 AMS (Apple Motion Sensor) DRIVER
698 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
699 S:      Supported
700 F:      drivers/macintosh/ams/
701
702 ANALOG DEVICES INC AD9389B DRIVER
703 M:      Hans Verkuil <hans.verkuil@cisco.com>
704 L:      linux-media@vger.kernel.org
705 S:      Maintained
706 F:      drivers/media/i2c/ad9389b*
707
708 ANALOG DEVICES INC ADV7180 DRIVER
709 M:      Lars-Peter Clausen <lars@metafoo.de>
710 L:      linux-media@vger.kernel.org
711 W:      http://ez.analog.com/community/linux-device-drivers
712 S:      Supported
713 F:      drivers/media/i2c/adv7180.c
714
715 ANALOG DEVICES INC ADV7511 DRIVER
716 M:      Hans Verkuil <hans.verkuil@cisco.com>
717 L:      linux-media@vger.kernel.org
718 S:      Maintained
719 F:      drivers/media/i2c/adv7511*
720
721 ANALOG DEVICES INC ADV7604 DRIVER
722 M:      Hans Verkuil <hans.verkuil@cisco.com>
723 L:      linux-media@vger.kernel.org
724 S:      Maintained
725 F:      drivers/media/i2c/adv7604*
726
727 ANALOG DEVICES INC ADV7842 DRIVER
728 M:      Hans Verkuil <hans.verkuil@cisco.com>
729 L:      linux-media@vger.kernel.org
730 S:      Maintained
731 F:      drivers/media/i2c/adv7842*
732
733 ANALOG DEVICES INC ASOC CODEC DRIVERS
734 M:      Lars-Peter Clausen <lars@metafoo.de>
735 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
736 W:      http://wiki.analog.com/
737 W:      http://ez.analog.com/community/linux-device-drivers
738 S:      Supported
739 F:      sound/soc/codecs/adau*
740 F:      sound/soc/codecs/adav*
741 F:      sound/soc/codecs/ad1*
742 F:      sound/soc/codecs/ad7*
743 F:      sound/soc/codecs/ssm*
744 F:      sound/soc/codecs/sigmadsp.*
745
746 ANALOG DEVICES INC ASOC DRIVERS
747 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
748 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
749 W:      http://blackfin.uclinux.org/
750 S:      Supported
751 F:      sound/soc/blackfin/*
752
753 ANALOG DEVICES INC IIO DRIVERS
754 M:      Lars-Peter Clausen <lars@metafoo.de>
755 M:      Michael Hennerich <Michael.Hennerich@analog.com>
756 W:      http://wiki.analog.com/
757 W:      http://ez.analog.com/community/linux-device-drivers
758 S:      Supported
759 F:      drivers/iio/*/ad*
760 X:      drivers/iio/*/adjd*
761 F:      drivers/staging/iio/*/ad*
762 F:      staging/iio/trigger/iio-trig-bfin-timer.c
763
764 ANALOG DEVICES INC DMA DRIVERS
765 M:      Lars-Peter Clausen <lars@metafoo.de>
766 W:      http://ez.analog.com/community/linux-device-drivers
767 S:      Supported
768 F:      drivers/dma/dma-axi-dmac.c
769
770 ANDROID DRIVERS
771 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
772 M:      Arve Hjønnevåg <arve@android.com>
773 M:      Riley Andrews <riandrews@android.com>
774 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
775 L:      devel@driverdev.osuosl.org
776 S:      Supported
777 F:      drivers/android/
778 F:      drivers/staging/android/
779
780 AOA (Apple Onboard Audio) ALSA DRIVER
781 M:      Johannes Berg <johannes@sipsolutions.net>
782 L:      linuxppc-dev@lists.ozlabs.org
783 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
784 S:      Maintained
785 F:      sound/aoa/
786
787 APEX EMBEDDED SYSTEMS STX104 DAC DRIVER
788 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
789 L:      linux-iio@vger.kernel.org
790 S:      Maintained
791 F:      drivers/iio/dac/stx104.c
792
793 APM DRIVER
794 M:      Jiri Kosina <jikos@kernel.org>
795 S:      Odd fixes
796 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
797 F:      arch/x86/kernel/apm_32.c
798 F:      include/linux/apm_bios.h
799 F:      include/uapi/linux/apm_bios.h
800 F:      drivers/char/apm-emulation.c
801
802 APPLE BCM5974 MULTITOUCH DRIVER
803 M:      Henrik Rydberg <rydberg@bitmath.org>
804 L:      linux-input@vger.kernel.org
805 S:      Odd fixes
806 F:      drivers/input/mouse/bcm5974.c
807
808 APPLE SMC DRIVER
809 M:      Henrik Rydberg <rydberg@bitmath.org>
810 L:      linux-hwmon@vger.kernel.org
811 S:      Odd fixes
812 F:      drivers/hwmon/applesmc.c
813
814 APPLETALK NETWORK LAYER
815 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
816 S:      Maintained
817 F:      drivers/net/appletalk/
818 F:      net/appletalk/
819
820 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
821 M:      Duc Dang <dhdang@apm.com>
822 S:      Supported
823 F:      arch/arm64/boot/dts/apm/
824
825 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
826 M:      Iyappan Subramanian <isubramanian@apm.com>
827 M:      Keyur Chudgar <kchudgar@apm.com>
828 S:      Supported
829 F:      drivers/net/ethernet/apm/xgene/
830 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
831
832 APTINA CAMERA SENSOR PLL
833 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
834 L:      linux-media@vger.kernel.org
835 S:      Maintained
836 F:      drivers/media/i2c/aptina-pll.*
837
838 ARC FRAMEBUFFER DRIVER
839 M:      Jaya Kumar <jayalk@intworks.biz>
840 S:      Maintained
841 F:      drivers/video/fbdev/arcfb.c
842 F:      drivers/video/fbdev/core/fb_defio.c
843
844 ARCNET NETWORK LAYER
845 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
846 L:      netdev@vger.kernel.org
847 S:      Maintained
848 F:      drivers/net/arcnet/
849 F:      include/uapi/linux/if_arcnet.h
850
851 ARM HDLCD DRM DRIVER
852 M:      Liviu Dudau <liviu.dudau@arm.com>
853 S:      Supported
854 F:      drivers/gpu/drm/arm/
855 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
856
857 ARM MFM AND FLOPPY DRIVERS
858 M:      Ian Molton <spyro@f2s.com>
859 S:      Maintained
860 F:      arch/arm/lib/floppydma.S
861 F:      arch/arm/include/asm/floppy.h
862
863 ARM PMU PROFILING AND DEBUGGING
864 M:      Will Deacon <will.deacon@arm.com>
865 R:      Mark Rutland <mark.rutland@arm.com>
866 S:      Maintained
867 F:      arch/arm*/kernel/perf_*
868 F:      arch/arm/oprofile/common.c
869 F:      arch/arm*/kernel/hw_breakpoint.c
870 F:      arch/arm*/include/asm/hw_breakpoint.h
871 F:      arch/arm*/include/asm/perf_event.h
872 F:      drivers/perf/arm_pmu.c
873 F:      include/linux/perf/arm_pmu.h
874
875 ARM PORT
876 M:      Russell King <linux@armlinux.org.uk>
877 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
878 W:      http://www.armlinux.org.uk/
879 S:      Maintained
880 F:      arch/arm/
881
882 ARM SUB-ARCHITECTURES
883 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
884 S:      Maintained
885 F:      arch/arm/mach-*/
886 F:      arch/arm/plat-*/
887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
888
889 ARM PRIMECELL AACI PL041 DRIVER
890 M:      Russell King <linux@armlinux.org.uk>
891 S:      Maintained
892 F:      sound/arm/aaci.*
893
894 ARM PRIMECELL CLCD PL110 DRIVER
895 M:      Russell King <linux@armlinux.org.uk>
896 S:      Maintained
897 F:      drivers/video/fbdev/amba-clcd.*
898
899 ARM PRIMECELL KMI PL050 DRIVER
900 M:      Russell King <linux@armlinux.org.uk>
901 S:      Maintained
902 F:      drivers/input/serio/ambakmi.*
903 F:      include/linux/amba/kmi.h
904
905 ARM PRIMECELL MMCI PL180/1 DRIVER
906 M:      Russell King <linux@armlinux.org.uk>
907 S:      Maintained
908 F:      drivers/mmc/host/mmci.*
909 F:      include/linux/amba/mmci.h
910
911 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
912 M:      Russell King <linux@armlinux.org.uk>
913 S:      Maintained
914 F:      drivers/tty/serial/amba-pl01*.c
915 F:      include/linux/amba/serial.h
916
917 ARM PRIMECELL BUS SUPPORT
918 M:      Russell King <linux@armlinux.org.uk>
919 S:      Maintained
920 F:      drivers/amba/
921 F:      include/linux/amba/bus.h
922
923 ARM/ADS SPHERE MACHINE SUPPORT
924 M:      Lennert Buytenhek <kernel@wantstofly.org>
925 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
926 S:      Maintained
927
928 ARM/AFEB9260 MACHINE SUPPORT
929 M:      Sergey Lapin <slapin@ossfans.org>
930 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
931 S:      Maintained
932
933 ARM/AJECO 1ARM MACHINE SUPPORT
934 M:      Lennert Buytenhek <kernel@wantstofly.org>
935 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
936 S:      Maintained
937
938 ARM/Allwinner sunXi SoC support
939 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
940 M:      Chen-Yu Tsai <wens@csie.org>
941 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
942 S:      Maintained
943 N:      sun[x456789]i
944
945 ARM/Allwinner SoC Clock Support
946 M:      Emilio López <emilio@elopez.com.ar>
947 S:      Maintained
948 F:      drivers/clk/sunxi/
949
950 ARM/Amlogic Meson SoC support
951 M:      Carlo Caione <carlo@caione.org>
952 M:      Kevin Hilman <khilman@baylibre.com>
953 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
954 L:      linux-amlogic@lists.infradead.org
955 W:      http://linux-meson.com/
956 S:      Maintained
957 F:      arch/arm/mach-meson/
958 F:      arch/arm/boot/dts/meson*
959 F:      arch/arm64/boot/dts/amlogic/
960 F:      drivers/pinctrl/meson/
961 N:      meson
962
963 ARM/Annapurna Labs ALPINE ARCHITECTURE
964 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
965 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
966 S:      Maintained
967 F:      arch/arm/mach-alpine/
968 F:      arch/arm/boot/dts/alpine*
969 F:      arch/arm64/boot/dts/al/
970 F:      drivers/*/*alpine*
971
972 ARM/ARTPEC MACHINE SUPPORT
973 M:      Jesper Nilsson <jesper.nilsson@axis.com>
974 M:      Lars Persson <lars.persson@axis.com>
975 M:      Niklas Cassel <niklas.cassel@axis.com>
976 S:      Maintained
977 L:      linux-arm-kernel@axis.com
978 F:      arch/arm/mach-artpec
979 F:      arch/arm/boot/dts/artpec6*
980 F:      drivers/clk/clk-artpec6.c
981
982 ARM/ASPEED MACHINE SUPPORT
983 M:      Joel Stanley <joel@jms.id.au>
984 S:      Maintained
985 F:      arch/arm/mach-aspeed/
986 F:      arch/arm/boot/dts/aspeed-*
987 F:      drivers/*/*aspeed*
988
989 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
990 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
991 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
992 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
993 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
994 W:      http://www.linux4sam.org
995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
996 S:      Supported
997 F:      arch/arm/mach-at91/
998 F:      include/soc/at91/
999 F:      arch/arm/boot/dts/at91*.dts
1000 F:      arch/arm/boot/dts/at91*.dtsi
1001 F:      arch/arm/boot/dts/sama*.dts
1002 F:      arch/arm/boot/dts/sama*.dtsi
1003 F:      arch/arm/include/debug/at91.S
1004
1005 ARM/ATMEL AT91 Clock Support
1006 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
1007 S:      Maintained
1008 F:      drivers/clk/at91
1009
1010 ARM/CALXEDA HIGHBANK ARCHITECTURE
1011 M:      Rob Herring <robh@kernel.org>
1012 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1013 S:      Maintained
1014 F:      arch/arm/mach-highbank/
1015 F:      arch/arm/boot/dts/highbank.dts
1016 F:      arch/arm/boot/dts/ecx-*.dts*
1017
1018 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1019 M:      Krzysztof Halasa <khalasa@piap.pl>
1020 S:      Maintained
1021 F:      arch/arm/mach-cns3xxx/
1022
1023 ARM/CAVIUM THUNDER NETWORK DRIVER
1024 M:      Sunil Goutham <sgoutham@cavium.com>
1025 M:      Robert Richter <rric@kernel.org>
1026 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1027 S:      Supported
1028 F:      drivers/net/ethernet/cavium/thunder/
1029
1030 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1031 M:      Alexander Shiyan <shc_work@mail.ru>
1032 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1033 S:      Odd Fixes
1034 N:      clps711x
1035
1036 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1037 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1038 M:      Ryan Mallon <rmallon@gmail.com>
1039 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1040 S:      Maintained
1041 F:      arch/arm/mach-ep93xx/
1042 F:      arch/arm/mach-ep93xx/include/mach/
1043
1044 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1045 M:      Lennert Buytenhek <kernel@wantstofly.org>
1046 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1047 S:      Maintained
1048
1049 ARM/CLKDEV SUPPORT
1050 M:      Russell King <linux@armlinux.org.uk>
1051 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1052 S:      Maintained
1053 F:      arch/arm/include/asm/clkdev.h
1054 F:      drivers/clk/clkdev.c
1055
1056 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1057 M:      Mike Rapoport <mike@compulab.co.il>
1058 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1059 S:      Maintained
1060
1061 ARM/CONTEC MICRO9 MACHINE SUPPORT
1062 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1063 S:      Maintained
1064 F:      arch/arm/mach-ep93xx/micro9.c
1065
1066 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1067 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1068 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1069 S:      Maintained
1070 F:      drivers/hwtracing/coresight/*
1071 F:      Documentation/trace/coresight.txt
1072 F:      Documentation/devicetree/bindings/arm/coresight.txt
1073 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1074
1075 ARM/CORGI MACHINE SUPPORT
1076 M:      Richard Purdie <rpurdie@rpsys.net>
1077 S:      Maintained
1078
1079 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1080 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1081 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1082 T:      git git://github.com/ulli-kroll/linux.git
1083 S:      Maintained
1084 F:      arch/arm/mach-gemini/
1085 F:      drivers/rtc/rtc-gemini.c
1086
1087 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1088 M:      Barry Song <baohua@kernel.org>
1089 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1091 S:      Maintained
1092 F:      arch/arm/boot/dts/prima2*
1093 F:      arch/arm/mach-prima2/
1094 F:      drivers/clk/sirf/
1095 F:      drivers/clocksource/timer-prima2.c
1096 F:      drivers/clocksource/timer-atlas7.c
1097 N:      [^a-z]sirf
1098
1099 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1100 M:      Baruch Siach <baruch@tkos.co.il>
1101 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1102 S:      Maintained
1103 F:      arch/arm/boot/dts/cx92755*
1104 N:      digicolor
1105
1106 ARM/EBSA110 MACHINE SUPPORT
1107 M:      Russell King <linux@armlinux.org.uk>
1108 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1109 W:      http://www.armlinux.org.uk/
1110 S:      Maintained
1111 F:      arch/arm/mach-ebsa110/
1112 F:      drivers/net/ethernet/amd/am79c961a.*
1113
1114 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1115 M:      Uwe Kleine-König <kernel@pengutronix.de>
1116 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1117 S:      Maintained
1118 N:      efm32
1119
1120 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1121 M:      Daniel Ribeiro <drwyrm@gmail.com>
1122 M:      Stefan Schmidt <stefan@openezx.org>
1123 M:      Harald Welte <laforge@openezx.org>
1124 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1125 W:      http://www.openezx.org/
1126 S:      Maintained
1127 T:      topgit git://git.openezx.org/openezx.git
1128 F:      arch/arm/mach-pxa/ezx.c
1129
1130 ARM/FARADAY FA526 PORT
1131 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1132 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1133 S:      Maintained
1134 T:      git git://git.berlios.de/gemini-board
1135 F:      arch/arm/mm/*-fa*
1136
1137 ARM/FOOTBRIDGE ARCHITECTURE
1138 M:      Russell King <linux@armlinux.org.uk>
1139 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1140 W:      http://www.armlinux.org.uk/
1141 S:      Maintained
1142 F:      arch/arm/include/asm/hardware/dec21285.h
1143 F:      arch/arm/mach-footbridge/
1144
1145 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1146 M:      Shawn Guo <shawnguo@kernel.org>
1147 M:      Sascha Hauer <kernel@pengutronix.de>
1148 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1149 S:      Maintained
1150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1151 F:      arch/arm/mach-imx/
1152 F:      arch/arm/mach-mxs/
1153 F:      arch/arm/boot/dts/imx*
1154 F:      arch/arm/configs/imx*_defconfig
1155 F:      drivers/clk/imx/
1156 F:      include/soc/imx/
1157
1158 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1159 M:      Shawn Guo <shawnguo@kernel.org>
1160 M:      Sascha Hauer <kernel@pengutronix.de>
1161 R:      Stefan Agner <stefan@agner.ch>
1162 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1163 S:      Maintained
1164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1165 F:      arch/arm/mach-imx/*vf610*
1166 F:      arch/arm/boot/dts/vf*
1167
1168 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1169 M:      Lennert Buytenhek <kernel@wantstofly.org>
1170 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1171 S:      Maintained
1172
1173 ARM/GUMSTIX MACHINE SUPPORT
1174 M:      Steve Sakoman <sakoman@gmail.com>
1175 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1176 S:      Maintained
1177
1178 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1179 M:      Philipp Zabel <philipp.zabel@gmail.com>
1180 M:      Paul Parsons <lost.distance@yahoo.com>
1181 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1182 S:      Maintained
1183 F:      arch/arm/mach-pxa/hx4700.c
1184 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1185 F:      sound/soc/pxa/hx4700.c
1186
1187 ARM/HISILICON SOC SUPPORT
1188 M:      Wei Xu <xuwei5@hisilicon.com>
1189 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1190 W:      http://www.hisilicon.com
1191 S:      Supported
1192 T:      git git://github.com/hisilicon/linux-hisi.git
1193 F:      arch/arm/mach-hisi/
1194 F:      arch/arm/boot/dts/hi3*
1195 F:      arch/arm/boot/dts/hip*
1196 F:      arch/arm/boot/dts/hisi*
1197 F:      arch/arm64/boot/dts/hisilicon/
1198
1199 ARM/HP JORNADA 7XX MACHINE SUPPORT
1200 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1201 W:      www.jlime.com
1202 S:      Maintained
1203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1204 F:      arch/arm/mach-sa1100/jornada720.c
1205 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1206
1207 ARM/IGEP MACHINE SUPPORT
1208 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1209 M:      Javier Martinez Canillas <javier@dowhile0.org>
1210 L:      linux-omap@vger.kernel.org
1211 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1212 S:      Maintained
1213 F:      arch/arm/boot/dts/omap3-igep*
1214
1215 ARM/INCOME PXA270 SUPPORT
1216 M:      Marek Vasut <marek.vasut@gmail.com>
1217 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1218 S:      Maintained
1219 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1220
1221 ARM/INTEL IOP32X ARM ARCHITECTURE
1222 M:      Lennert Buytenhek <kernel@wantstofly.org>
1223 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1224 S:      Maintained
1225
1226 ARM/INTEL IOP33X ARM ARCHITECTURE
1227 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1228 S:      Orphan
1229
1230 ARM/INTEL IOP13XX ARM ARCHITECTURE
1231 M:      Lennert Buytenhek <kernel@wantstofly.org>
1232 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1233 S:      Maintained
1234
1235 ARM/INTEL IQ81342EX MACHINE SUPPORT
1236 M:      Lennert Buytenhek <kernel@wantstofly.org>
1237 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1238 S:      Maintained
1239
1240 ARM/INTEL IXDP2850 MACHINE SUPPORT
1241 M:      Lennert Buytenhek <kernel@wantstofly.org>
1242 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1243 S:      Maintained
1244
1245 ARM/INTEL IXP4XX ARM ARCHITECTURE
1246 M:      Imre Kaloz <kaloz@openwrt.org>
1247 M:      Krzysztof Halasa <khalasa@piap.pl>
1248 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1249 S:      Maintained
1250 F:      arch/arm/mach-ixp4xx/
1251
1252 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1253 M:      Jonathan Cameron <jic23@cam.ac.uk>
1254 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1255 S:      Maintained
1256 F:      arch/arm/mach-pxa/stargate2.c
1257 F:      drivers/pcmcia/pxa2xx_stargate2.c
1258
1259 ARM/INTEL XSC3 (MANZANO) ARM CORE
1260 M:      Lennert Buytenhek <kernel@wantstofly.org>
1261 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1262 S:      Maintained
1263
1264 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1265 M:      Lennert Buytenhek <kernel@wantstofly.org>
1266 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1267 S:      Maintained
1268
1269 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1270 M:      Santosh Shilimkar <ssantosh@kernel.org>
1271 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1272 S:      Maintained
1273 F:      arch/arm/mach-keystone/
1274 F:      arch/arm/boot/dts/keystone-*
1275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1276
1277 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1278 M:      Santosh Shilimkar <ssantosh@kernel.org>
1279 L:      linux-kernel@vger.kernel.org
1280 S:      Maintained
1281 F:      drivers/clk/keystone/
1282
1283 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1284 M:      Santosh Shilimkar <ssantosh@kernel.org>
1285 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1286 L:      linux-kernel@vger.kernel.org
1287 S:      Maintained
1288 F:      drivers/clocksource/timer-keystone.c
1289
1290 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1291 M:      Santosh Shilimkar <ssantosh@kernel.org>
1292 L:      linux-kernel@vger.kernel.org
1293 S:      Maintained
1294 F:      drivers/power/reset/keystone-reset.c
1295
1296 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1297 M:      Santosh Shilimkar <ssantosh@kernel.org>
1298 L:      linux-kernel@vger.kernel.org
1299 S:      Maintained
1300 F:      drivers/memory/*emif*
1301
1302 ARM/LG1K ARCHITECTURE
1303 M:      Chanho Min <chanho.min@lge.com>
1304 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1305 S:      Maintained
1306 F:      arch/arm64/boot/dts/lg/
1307
1308 ARM/LOGICPD PXA270 MACHINE SUPPORT
1309 M:      Lennert Buytenhek <kernel@wantstofly.org>
1310 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1311 S:      Maintained
1312
1313 ARM/LPC18XX ARCHITECTURE
1314 M:      Joachim Eastwood <manabian@gmail.com>
1315 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1316 S:      Maintained
1317 F:      arch/arm/boot/dts/lpc43*
1318 F:      drivers/clk/nxp/clk-lpc18xx*
1319 F:      drivers/clocksource/time-lpc32xx.c
1320 F:      drivers/i2c/busses/i2c-lpc2k.c
1321 F:      drivers/memory/pl172.c
1322 F:      drivers/mtd/spi-nor/nxp-spifi.c
1323 F:      drivers/rtc/rtc-lpc24xx.c
1324 N:      lpc18xx
1325
1326 ARM/LPC32XX SOC SUPPORT
1327 M:      Vladimir Zapolskiy <vz@mleia.com>
1328 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1329 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1330 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1331 S:      Maintained
1332 F:      arch/arm/boot/dts/lpc32*
1333 F:      arch/arm/mach-lpc32xx/
1334 F:      drivers/i2c/busses/i2c-pnx.c
1335 F:      drivers/net/ethernet/nxp/lpc_eth.c
1336 F:      drivers/usb/host/ohci-nxp.c
1337 F:      drivers/watchdog/pnx4008_wdt.c
1338 N:      lpc32xx
1339
1340 ARM/MAGICIAN MACHINE SUPPORT
1341 M:      Philipp Zabel <philipp.zabel@gmail.com>
1342 S:      Maintained
1343
1344 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1345 M:      Jason Cooper <jason@lakedaemon.net>
1346 M:      Andrew Lunn <andrew@lunn.ch>
1347 M:      Gregory Clement <gregory.clement@free-electrons.com>
1348 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1349 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1350 S:      Maintained
1351 F:      arch/arm/mach-mvebu/
1352 F:      drivers/rtc/rtc-armada38x.c
1353 F:      arch/arm/boot/dts/armada*
1354 F:      arch/arm/boot/dts/kirkwood*
1355 F:      arch/arm64/boot/dts/marvell/armada*
1356 F:      drivers/cpufreq/mvebu-cpufreq.c
1357 F:      arch/arm/configs/mvebu_*_defconfig
1358
1359 ARM/Marvell Berlin SoC support
1360 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1361 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1362 S:      Maintained
1363 F:      arch/arm/mach-berlin/
1364 F:      arch/arm/boot/dts/berlin*
1365 F:      arch/arm64/boot/dts/marvell/berlin*
1366
1367
1368 ARM/Marvell Dove/MV78xx0/Orion SOC support
1369 M:      Jason Cooper <jason@lakedaemon.net>
1370 M:      Andrew Lunn <andrew@lunn.ch>
1371 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1372 M:      Gregory Clement <gregory.clement@free-electrons.com>
1373 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1374 S:      Maintained
1375 F:      arch/arm/mach-dove/
1376 F:      arch/arm/mach-mv78xx0/
1377 F:      arch/arm/mach-orion5x/
1378 F:      arch/arm/plat-orion/
1379 F:      arch/arm/boot/dts/dove*
1380 F:      arch/arm/boot/dts/orion5x*
1381
1382
1383 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1384 M:      Alexander Clouter <alex@digriz.org.uk>
1385 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1386 W:      http://www.digriz.org.uk/ts78xx/kernel
1387 S:      Maintained
1388 F:      arch/arm/mach-orion5x/ts78xx-*
1389
1390 ARM/OXNAS platform support
1391 M:      Neil Armstrong <narmstrong@baylibre.com>
1392 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1393 S:      Maintained
1394 F:      arch/arm/mach-oxnas/
1395 F:      arch/arm/boot/dts/oxnas*
1396 F:      arch/arm/boot/dts/wd-mbwe.dts
1397 N:      oxnas
1398
1399 ARM/Mediatek RTC DRIVER
1400 M:      Eddie Huang <eddie.huang@mediatek.com>
1401 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1402 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1403 S:      Maintained
1404 F:      drivers/rtc/rtc-mt6397.c
1405
1406 ARM/Mediatek SoC support
1407 M:      Matthias Brugger <matthias.bgg@gmail.com>
1408 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1409 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1410 S:      Maintained
1411 F:      arch/arm/boot/dts/mt6*
1412 F:      arch/arm/boot/dts/mt8*
1413 F:      arch/arm/mach-mediatek/
1414 N:      mtk
1415 K:      mediatek
1416
1417 ARM/Mediatek USB3 PHY DRIVER
1418 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1419 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1420 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1421 S:      Maintained
1422 F:      drivers/phy/phy-mt65xx-usb3.c
1423
1424 ARM/MICREL KS8695 ARCHITECTURE
1425 M:      Greg Ungerer <gerg@uclinux.org>
1426 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1427 F:      arch/arm/mach-ks8695/
1428 S:      Odd Fixes
1429
1430 ARM/MIOA701 MACHINE SUPPORT
1431 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1432 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1433 F:      arch/arm/mach-pxa/mioa701.c
1434 S:      Maintained
1435
1436 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1437 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1438 S:      Maintained
1439
1440 ARM/NOMADIK ARCHITECTURE
1441 M:      Alessandro Rubini <rubini@unipv.it>
1442 M:      Linus Walleij <linus.walleij@linaro.org>
1443 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1444 S:      Maintained
1445 F:      arch/arm/mach-nomadik/
1446 F:      drivers/pinctrl/nomadik/
1447 F:      drivers/i2c/busses/i2c-nomadik.c
1448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1449
1450 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1451 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1452 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1453 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1454 S:      Supported
1455
1456 ARM/TOSA MACHINE SUPPORT
1457 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1458 M:      Dirk Opfer <dirk@opfer-online.de>
1459 S:      Maintained
1460
1461 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1462 M:      Marek Vasut <marek.vasut@gmail.com>
1463 L:      linux-arm-kernel@lists.infradead.org
1464 W:      http://hackndev.com
1465 S:      Maintained
1466 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1467 F:      arch/arm/mach-pxa/palmtx.c
1468 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1469 F:      arch/arm/mach-pxa/palmt5.c
1470 F:      arch/arm/mach-pxa/include/mach/palmld.h
1471 F:      arch/arm/mach-pxa/palmld.c
1472 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1473 F:      arch/arm/mach-pxa/palmte2.c
1474 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1475 F:      arch/arm/mach-pxa/palmtc.c
1476
1477 ARM/PALM TREO SUPPORT
1478 M:      Tomas Cech <sleep_walker@suse.com>
1479 L:      linux-arm-kernel@lists.infradead.org
1480 W:      http://hackndev.com
1481 S:      Maintained
1482 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1483 F:      arch/arm/mach-pxa/palmtreo.c
1484
1485 ARM/PALMZ72 SUPPORT
1486 M:      Sergey Lapin <slapin@ossfans.org>
1487 L:      linux-arm-kernel@lists.infradead.org
1488 W:      http://hackndev.com
1489 S:      Maintained
1490 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1491 F:      arch/arm/mach-pxa/palmz72.c
1492
1493 ARM/PLEB SUPPORT
1494 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1495 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1496 S:      Maintained
1497
1498 ARM/PT DIGITAL BOARD PORT
1499 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1500 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1501 W:      http://www.armlinux.org.uk/
1502 S:      Maintained
1503
1504 ARM/QUALCOMM SUPPORT
1505 M:      Andy Gross <andy.gross@linaro.org>
1506 M:      David Brown <david.brown@linaro.org>
1507 L:      linux-arm-msm@vger.kernel.org
1508 L:      linux-soc@vger.kernel.org
1509 S:      Maintained
1510 F:      arch/arm/boot/dts/qcom-*.dts
1511 F:      arch/arm/boot/dts/qcom-*.dtsi
1512 F:      arch/arm/mach-qcom/
1513 F:      arch/arm64/boot/dts/qcom/*
1514 F:      drivers/i2c/busses/i2c-qup.c
1515 F:      drivers/clk/qcom/
1516 F:      drivers/soc/qcom/
1517 F:      drivers/spi/spi-qup.c
1518 F:      drivers/tty/serial/msm_serial.h
1519 F:      drivers/tty/serial/msm_serial.c
1520 F:      drivers/*/pm8???-*
1521 F:      drivers/mfd/ssbi.c
1522 F:      drivers/firmware/qcom_scm.c
1523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1524
1525 ARM/RADISYS ENP2611 MACHINE SUPPORT
1526 M:      Lennert Buytenhek <kernel@wantstofly.org>
1527 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1528 S:      Maintained
1529
1530 ARM/RENESAS ARM64 ARCHITECTURE
1531 M:      Simon Horman <horms@verge.net.au>
1532 M:      Magnus Damm <magnus.damm@gmail.com>
1533 L:      linux-renesas-soc@vger.kernel.org
1534 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1536 S:      Supported
1537 F:      arch/arm64/boot/dts/renesas/
1538 F:      drivers/soc/renesas/
1539 F:      include/linux/soc/renesas/
1540
1541 ARM/RISCPC ARCHITECTURE
1542 M:      Russell King <linux@armlinux.org.uk>
1543 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1544 W:      http://www.armlinux.org.uk/
1545 S:      Maintained
1546 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1547 F:      arch/arm/include/asm/hardware/ioc.h
1548 F:      arch/arm/include/asm/hardware/iomd.h
1549 F:      arch/arm/include/asm/hardware/memc.h
1550 F:      arch/arm/mach-rpc/
1551 F:      drivers/net/ethernet/8390/etherh.c
1552 F:      drivers/net/ethernet/i825xx/ether1*
1553 F:      drivers/net/ethernet/seeq/ether3*
1554 F:      drivers/scsi/arm/
1555
1556 ARM/Rockchip SoC support
1557 M:      Heiko Stuebner <heiko@sntech.de>
1558 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1559 L:      linux-rockchip@lists.infradead.org
1560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1561 S:      Maintained
1562 F:      arch/arm/boot/dts/rk3*
1563 F:      arch/arm/mach-rockchip/
1564 F:      drivers/clk/rockchip/
1565 F:      drivers/i2c/busses/i2c-rk3x.c
1566 F:      drivers/*/*rockchip*
1567 F:      drivers/*/*/*rockchip*
1568 F:      sound/soc/rockchip/
1569 N:      rockchip
1570
1571 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1572 M:      Kukjin Kim <kgene@kernel.org>
1573 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1574 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1575 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1576 S:      Maintained
1577 F:      arch/arm/boot/dts/s3c*
1578 F:      arch/arm/boot/dts/s5p*
1579 F:      arch/arm/boot/dts/samsung*
1580 F:      arch/arm/boot/dts/exynos*
1581 F:      arch/arm64/boot/dts/exynos/
1582 F:      arch/arm/plat-samsung/
1583 F:      arch/arm/mach-s3c24*/
1584 F:      arch/arm/mach-s3c64xx/
1585 F:      arch/arm/mach-s5p*/
1586 F:      arch/arm/mach-exynos*/
1587 F:      drivers/*/*s3c2410*
1588 F:      drivers/*/*/*s3c2410*
1589 F:      drivers/memory/samsung/*
1590 F:      drivers/soc/samsung/*
1591 F:      drivers/spi/spi-s3c*
1592 F:      sound/soc/samsung/*
1593 F:      Documentation/arm/Samsung/
1594 F:      Documentation/devicetree/bindings/arm/samsung/
1595 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1596 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1597 N:      exynos
1598
1599 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1600 M:      Kyungmin Park <kyungmin.park@samsung.com>
1601 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1602 S:      Maintained
1603 F:      arch/arm/mach-s5pv210/
1604
1605 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1606 M:      Kyungmin Park <kyungmin.park@samsung.com>
1607 M:      Kamil Debski <k.debski@samsung.com>
1608 L:      linux-arm-kernel@lists.infradead.org
1609 L:      linux-media@vger.kernel.org
1610 S:      Maintained
1611 F:      drivers/media/platform/s5p-g2d/
1612
1613 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1614 M:      Kyungmin Park <kyungmin.park@samsung.com>
1615 M:      Kamil Debski <k.debski@samsung.com>
1616 M:      Jeongtae Park <jtp.park@samsung.com>
1617 L:      linux-arm-kernel@lists.infradead.org
1618 L:      linux-media@vger.kernel.org
1619 S:      Maintained
1620 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1621 F:      drivers/media/platform/s5p-mfc/
1622
1623 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1624 M:      Kyungmin Park <kyungmin.park@samsung.com>
1625 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1626 L:      linux-arm-kernel@lists.infradead.org
1627 L:      linux-media@vger.kernel.org
1628 S:      Maintained
1629 F:      drivers/media/platform/s5p-tv/
1630
1631 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1632 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1633 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1634 L:      linux-arm-kernel@lists.infradead.org
1635 L:      linux-media@vger.kernel.org
1636 S:      Maintained
1637 F:      drivers/media/platform/s5p-jpeg/
1638
1639 ARM/SHMOBILE ARM ARCHITECTURE
1640 M:      Simon Horman <horms@verge.net.au>
1641 M:      Magnus Damm <magnus.damm@gmail.com>
1642 L:      linux-renesas-soc@vger.kernel.org
1643 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1645 S:      Supported
1646 F:      arch/arm/boot/dts/emev2*
1647 F:      arch/arm/boot/dts/r7s*
1648 F:      arch/arm/boot/dts/r8a*
1649 F:      arch/arm/boot/dts/sh*
1650 F:      arch/arm/configs/shmobile_defconfig
1651 F:      arch/arm/include/debug/renesas-scif.S
1652 F:      arch/arm/mach-shmobile/
1653 F:      drivers/sh/
1654 F:      drivers/soc/renesas/
1655 F:      include/linux/soc/renesas/
1656
1657 ARM/SOCFPGA ARCHITECTURE
1658 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1659 S:      Maintained
1660 F:      arch/arm/mach-socfpga/
1661 F:      arch/arm/boot/dts/socfpga*
1662 F:      arch/arm/configs/socfpga_defconfig
1663 F:      arch/arm64/boot/dts/altera/
1664 W:      http://www.rocketboards.org
1665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1666
1667 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1668 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1669 S:      Maintained
1670 F:      drivers/clk/socfpga/
1671
1672 ARM/SOCFPGA EDAC SUPPORT
1673 M:      Thor Thayer <tthayer@opensource.altera.com>
1674 S:      Maintained
1675 F:      drivers/edac/altera_edac.
1676
1677 ARM/STI ARCHITECTURE
1678 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1679 M:      Maxime Coquelin <maxime.coquelin@st.com>
1680 M:      Patrice Chotard <patrice.chotard@st.com>
1681 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1682 L:      kernel@stlinux.com
1683 W:      http://www.stlinux.com
1684 S:      Maintained
1685 F:      arch/arm/mach-sti/
1686 F:      arch/arm/boot/dts/sti*
1687 F:      drivers/char/hw_random/st-rng.c
1688 F:      drivers/clocksource/arm_global_timer.c
1689 F:      drivers/clocksource/clksrc_st_lpc.c
1690 F:      drivers/cpufreq/sti-cpufreq.c
1691 F:      drivers/i2c/busses/i2c-st.c
1692 F:      drivers/media/rc/st_rc.c
1693 F:      drivers/media/platform/sti/c8sectpfe/
1694 F:      drivers/mmc/host/sdhci-st.c
1695 F:      drivers/phy/phy-miphy28lp.c
1696 F:      drivers/phy/phy-miphy365x.c
1697 F:      drivers/phy/phy-stih407-usb.c
1698 F:      drivers/phy/phy-stih41x-usb.c
1699 F:      drivers/pinctrl/pinctrl-st.c
1700 F:      drivers/remoteproc/st_remoteproc.c
1701 F:      drivers/reset/sti/
1702 F:      drivers/rtc/rtc-st-lpc.c
1703 F:      drivers/tty/serial/st-asc.c
1704 F:      drivers/usb/dwc3/dwc3-st.c
1705 F:      drivers/usb/host/ehci-st.c
1706 F:      drivers/usb/host/ohci-st.c
1707 F:      drivers/watchdog/st_lpc_wdt.c
1708 F:      drivers/ata/ahci_st.c
1709
1710 ARM/STM32 ARCHITECTURE
1711 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1712 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1713 S:      Maintained
1714 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1715 N:      stm32
1716 F:      drivers/clocksource/armv7m_systick.c
1717
1718 ARM/TANGO ARCHITECTURE
1719 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1720 L:      linux-arm-kernel@lists.infradead.org
1721 S:      Maintained
1722 F:      arch/arm/mach-tango/
1723 F:      arch/arm/boot/dts/tango*
1724
1725 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1726 M:      Lennert Buytenhek <kernel@wantstofly.org>
1727 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1728 S:      Maintained
1729
1730 ARM/TETON BGA MACHINE SUPPORT
1731 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1732 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1733 S:      Maintained
1734
1735 ARM/THECUS N2100 MACHINE SUPPORT
1736 M:      Lennert Buytenhek <kernel@wantstofly.org>
1737 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1738 S:      Maintained
1739
1740 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1741 M:      Wan ZongShun <mcuos.com@gmail.com>
1742 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1743 W:      http://www.mcuos.com
1744 S:      Maintained
1745 F:      arch/arm/mach-w90x900/
1746 F:      drivers/input/keyboard/w90p910_keypad.c
1747 F:      drivers/input/touchscreen/w90p910_ts.c
1748 F:      drivers/watchdog/nuc900_wdt.c
1749 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1750 F:      drivers/mtd/nand/nuc900_nand.c
1751 F:      drivers/rtc/rtc-nuc900.c
1752 F:      drivers/spi/spi-nuc900.c
1753 F:      drivers/usb/host/ehci-w90x900.c
1754 F:      drivers/video/fbdev/nuc900fb.c
1755
1756 ARM/U300 MACHINE SUPPORT
1757 M:      Linus Walleij <linus.walleij@linaro.org>
1758 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1759 S:      Supported
1760 F:      arch/arm/mach-u300/
1761 F:      drivers/clocksource/timer-u300.c
1762 F:      drivers/i2c/busses/i2c-stu300.c
1763 F:      drivers/rtc/rtc-coh901331.c
1764 F:      drivers/watchdog/coh901327_wdt.c
1765 F:      drivers/dma/coh901318*
1766 F:      drivers/mfd/ab3100*
1767 F:      drivers/rtc/rtc-ab3100.c
1768 F:      drivers/rtc/rtc-coh901331.c
1769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1770
1771 ARM/UNIPHIER ARCHITECTURE
1772 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1773 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1774 S:      Maintained
1775 F:      arch/arm/boot/dts/uniphier*
1776 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1777 F:      arch/arm/mach-uniphier/
1778 F:      arch/arm/mm/cache-uniphier.c
1779 F:      arch/arm64/boot/dts/socionext/
1780 F:      drivers/bus/uniphier-system-bus.c
1781 F:      drivers/i2c/busses/i2c-uniphier*
1782 F:      drivers/pinctrl/uniphier/
1783 F:      drivers/tty/serial/8250/8250_uniphier.c
1784 N:      uniphier
1785
1786 ARM/Ux500 ARM ARCHITECTURE
1787 M:      Linus Walleij <linus.walleij@linaro.org>
1788 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1789 S:      Maintained
1790 F:      arch/arm/mach-ux500/
1791 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1792 F:      drivers/dma/ste_dma40*
1793 F:      drivers/hwspinlock/u8500_hsem.c
1794 F:      drivers/mfd/abx500*
1795 F:      drivers/mfd/ab8500*
1796 F:      drivers/mfd/dbx500*
1797 F:      drivers/mfd/db8500*
1798 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1799 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1800 F:      drivers/rtc/rtc-ab8500.c
1801 F:      drivers/rtc/rtc-pl031.c
1802 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1803
1804 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1805 M:      Ulf Hansson <ulf.hansson@linaro.org>
1806 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1807 T:      git git://git.linaro.org/people/ulfh/clk.git
1808 S:      Maintained
1809 F:      drivers/clk/ux500/
1810 F:      include/linux/platform_data/clk-ux500.h
1811
1812 ARM/VERSATILE EXPRESS PLATFORM
1813 M:      Liviu Dudau <liviu.dudau@arm.com>
1814 M:      Sudeep Holla <sudeep.holla@arm.com>
1815 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1816 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1817 S:      Maintained
1818 F:      arch/arm/boot/dts/vexpress*
1819 F:      arch/arm64/boot/dts/arm/
1820 F:      arch/arm/mach-vexpress/
1821 F:      */*/vexpress*
1822 F:      */*/*/vexpress*
1823 F:      drivers/clk/versatile/clk-vexpress-osc.c
1824 F:      drivers/clocksource/versatile.c
1825 N:      mps2
1826
1827 ARM/VFP SUPPORT
1828 M:      Russell King <linux@armlinux.org.uk>
1829 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1830 W:      http://www.armlinux.org.uk/
1831 S:      Maintained
1832 F:      arch/arm/vfp/
1833
1834 ARM/VOIPAC PXA270 SUPPORT
1835 M:      Marek Vasut <marek.vasut@gmail.com>
1836 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1837 S:      Maintained
1838 F:      arch/arm/mach-pxa/vpac270.c
1839 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1840
1841 ARM/VT8500 ARM ARCHITECTURE
1842 M:      Tony Prisk <linux@prisktech.co.nz>
1843 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1844 S:      Maintained
1845 F:      arch/arm/mach-vt8500/
1846 F:      drivers/clocksource/vt8500_timer.c
1847 F:      drivers/i2c/busses/i2c-wmt.c
1848 F:      drivers/mmc/host/wmt-sdmmc.c
1849 F:      drivers/pwm/pwm-vt8500.c
1850 F:      drivers/rtc/rtc-vt8500.c
1851 F:      drivers/tty/serial/vt8500_serial.c
1852 F:      drivers/usb/host/ehci-platform.c
1853 F:      drivers/usb/host/uhci-platform.c
1854 F:      drivers/video/fbdev/vt8500lcdfb.*
1855 F:      drivers/video/fbdev/wm8505fb*
1856 F:      drivers/video/fbdev/wmt_ge_rops.*
1857
1858 ARM/ZIPIT Z2 SUPPORT
1859 M:      Marek Vasut <marek.vasut@gmail.com>
1860 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1861 S:      Maintained
1862 F:      arch/arm/mach-pxa/z2.c
1863 F:      arch/arm/mach-pxa/include/mach/z2.h
1864
1865 ARM/ZTE ARCHITECTURE
1866 M:      Jun Nie <jun.nie@linaro.org>
1867 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1868 S:      Maintained
1869 F:      arch/arm/mach-zx/
1870 F:      drivers/clk/zte/
1871 F:      Documentation/devicetree/bindings/arm/zte.txt
1872 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1873
1874 ARM/ZYNQ ARCHITECTURE
1875 M:      Michal Simek <michal.simek@xilinx.com>
1876 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1877 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1878 W:      http://wiki.xilinx.com
1879 T:      git https://github.com/Xilinx/linux-xlnx.git
1880 S:      Supported
1881 F:      arch/arm/mach-zynq/
1882 F:      drivers/cpuidle/cpuidle-zynq.c
1883 F:      drivers/block/xsysace.c
1884 N:      zynq
1885 N:      xilinx
1886 F:      drivers/clocksource/cadence_ttc_timer.c
1887 F:      drivers/i2c/busses/i2c-cadence.c
1888 F:      drivers/mmc/host/sdhci-of-arasan.c
1889 F:      drivers/edac/synopsys_edac.c
1890
1891 ARM SMMU DRIVERS
1892 M:      Will Deacon <will.deacon@arm.com>
1893 R:      Robin Murphy <robin.murphy@arm.com>
1894 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1895 S:      Maintained
1896 F:      drivers/iommu/arm-smmu.c
1897 F:      drivers/iommu/arm-smmu-v3.c
1898 F:      drivers/iommu/io-pgtable-arm.c
1899 F:      drivers/iommu/io-pgtable-arm-v7s.c
1900
1901 ARM64 PORT (AARCH64 ARCHITECTURE)
1902 M:      Catalin Marinas <catalin.marinas@arm.com>
1903 M:      Will Deacon <will.deacon@arm.com>
1904 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1906 S:      Maintained
1907 F:      arch/arm64/
1908 F:      Documentation/arm64/
1909
1910 AS3645A LED FLASH CONTROLLER DRIVER
1911 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1912 L:      linux-media@vger.kernel.org
1913 T:      git git://linuxtv.org/media_tree.git
1914 S:      Maintained
1915 F:      drivers/media/i2c/as3645a.c
1916 F:      include/media/i2c/as3645a.h
1917
1918 ASC7621 HARDWARE MONITOR DRIVER
1919 M:      George Joseph <george.joseph@fairview5.com>
1920 L:      linux-hwmon@vger.kernel.org
1921 S:      Maintained
1922 F:      Documentation/hwmon/asc7621
1923 F:      drivers/hwmon/asc7621.c
1924
1925 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1926 M:      Corentin Chary <corentin.chary@gmail.com>
1927 L:      acpi4asus-user@lists.sourceforge.net
1928 L:      platform-driver-x86@vger.kernel.org
1929 W:      http://acpi4asus.sf.net
1930 S:      Maintained
1931 F:      drivers/platform/x86/asus*.c
1932 F:      drivers/platform/x86/eeepc*.c
1933
1934 ASUS WIRELESS RADIO CONTROL DRIVER
1935 M:      João Paulo Rechi Vita <jprvita@gmail.com>
1936 L:      platform-driver-x86@vger.kernel.org
1937 S:      Maintained
1938 F:      drivers/platform/x86/asus-wireless.c
1939
1940 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1941 R:      Dan Williams <dan.j.williams@intel.com>
1942 W:      http://sourceforge.net/projects/xscaleiop
1943 S:      Odd fixes
1944 F:      Documentation/crypto/async-tx-api.txt
1945 F:      crypto/async_tx/
1946 F:      drivers/dma/
1947 F:      include/linux/dmaengine.h
1948 F:      include/linux/async_tx.h
1949
1950 AT24 EEPROM DRIVER
1951 M:      Wolfram Sang <wsa@the-dreams.de>
1952 L:      linux-i2c@vger.kernel.org
1953 S:      Maintained
1954 F:      drivers/misc/eeprom/at24.c
1955 F:      include/linux/platform_data/at24.h
1956
1957 ATA OVER ETHERNET (AOE) DRIVER
1958 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1959 W:      http://www.openaoe.org/
1960 S:      Supported
1961 F:      Documentation/aoe/
1962 F:      drivers/block/aoe/
1963
1964 ATHEROS 71XX/9XXX GPIO DRIVER
1965 M:      Alban Bedel <albeu@free.fr>
1966 W:      https://github.com/AlbanBedel/linux
1967 T:      git git://github.com/AlbanBedel/linux
1968 S:      Maintained
1969 F:      drivers/gpio/gpio-ath79.c
1970 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1971
1972 ATHEROS ATH GENERIC UTILITIES
1973 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1974 L:      linux-wireless@vger.kernel.org
1975 S:      Supported
1976 F:      drivers/net/wireless/ath/*
1977
1978 ATHEROS ATH5K WIRELESS DRIVER
1979 M:      Jiri Slaby <jirislaby@gmail.com>
1980 M:      Nick Kossifidis <mickflemm@gmail.com>
1981 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1982 L:      linux-wireless@vger.kernel.org
1983 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1984 S:      Maintained
1985 F:      drivers/net/wireless/ath/ath5k/
1986
1987 ATHEROS ATH6KL WIRELESS DRIVER
1988 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1989 L:      linux-wireless@vger.kernel.org
1990 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
1992 S:      Supported
1993 F:      drivers/net/wireless/ath/ath6kl/
1994
1995 WILOCITY WIL6210 WIRELESS DRIVER
1996 M:      Maya Erez <qca_merez@qca.qualcomm.com>
1997 L:      linux-wireless@vger.kernel.org
1998 L:      wil6210@qca.qualcomm.com
1999 S:      Supported
2000 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2001 F:      drivers/net/wireless/ath/wil6210/
2002 F:      include/uapi/linux/wil6210_uapi.h
2003
2004 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2005 M:      Christian Lamparter <chunkeey@googlemail.com>
2006 L:      linux-wireless@vger.kernel.org
2007 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2008 S:      Maintained
2009 F:      drivers/net/wireless/ath/carl9170/
2010
2011 ATK0110 HWMON DRIVER
2012 M:      Luca Tettamanti <kronos.it@gmail.com>
2013 L:      linux-hwmon@vger.kernel.org
2014 S:      Maintained
2015 F:      drivers/hwmon/asus_atk0110.c
2016
2017 ATI_REMOTE2 DRIVER
2018 M:      Ville Syrjala <syrjala@sci.fi>
2019 S:      Maintained
2020 F:      drivers/input/misc/ati_remote2.c
2021
2022 ATLX ETHERNET DRIVERS
2023 M:      Jay Cliburn <jcliburn@gmail.com>
2024 M:      Chris Snook <chris.snook@gmail.com>
2025 L:      netdev@vger.kernel.org
2026 W:      http://sourceforge.net/projects/atl1
2027 W:      http://atl1.sourceforge.net
2028 S:      Maintained
2029 F:      drivers/net/ethernet/atheros/
2030
2031 ATM
2032 M:      Chas Williams <3chas3@gmail.com>
2033 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2034 L:      netdev@vger.kernel.org
2035 W:      http://linux-atm.sourceforge.net
2036 S:      Maintained
2037 F:      drivers/atm/
2038 F:      include/linux/atm*
2039 F:      include/uapi/linux/atm*
2040
2041 ATMEL AT91 / AT32 MCI DRIVER
2042 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2043 S:      Maintained
2044 F:      drivers/mmc/host/atmel-mci.c
2045
2046 ATMEL AT91 / AT32 SERIAL DRIVER
2047 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2048 S:      Supported
2049 F:      drivers/tty/serial/atmel_serial.c
2050
2051 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2052 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2053 S:      Supported
2054 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2055
2056 ATMEL SAMA5D2 ADC DRIVER
2057 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2058 L:      linux-iio@vger.kernel.org
2059 S:      Supported
2060 F:      drivers/iio/adc/at91-sama5d2_adc.c
2061
2062 ATMEL Audio ALSA driver
2063 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2064 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2065 S:      Supported
2066 F:      sound/soc/atmel
2067
2068 ATMEL DMA DRIVER
2069 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2070 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2071 S:      Supported
2072 F:      drivers/dma/at_hdmac.c
2073 F:      drivers/dma/at_hdmac_regs.h
2074 F:      include/linux/platform_data/dma-atmel.h
2075
2076 ATMEL XDMA DRIVER
2077 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2078 L:      linux-arm-kernel@lists.infradead.org
2079 L:      dmaengine@vger.kernel.org
2080 S:      Supported
2081 F:      drivers/dma/at_xdmac.c
2082
2083 ATMEL I2C DRIVER
2084 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2085 L:      linux-i2c@vger.kernel.org
2086 S:      Supported
2087 F:      drivers/i2c/busses/i2c-at91.c
2088
2089 ATMEL ISI DRIVER
2090 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2091 L:      linux-media@vger.kernel.org
2092 S:      Supported
2093 F:      drivers/media/platform/soc_camera/atmel-isi.c
2094 F:      include/media/atmel-isi.h
2095
2096 ATMEL LCDFB DRIVER
2097 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2098 L:      linux-fbdev@vger.kernel.org
2099 S:      Maintained
2100 F:      drivers/video/fbdev/atmel_lcdfb.c
2101 F:      include/video/atmel_lcdc.h
2102
2103 ATMEL MACB ETHERNET DRIVER
2104 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2105 S:      Supported
2106 F:      drivers/net/ethernet/cadence/
2107
2108 ATMEL NAND DRIVER
2109 M:      Wenyou Yang <wenyou.yang@atmel.com>
2110 M:      Josh Wu <rainyfeeling@outlook.com>
2111 L:      linux-mtd@lists.infradead.org
2112 S:      Supported
2113 F:      drivers/mtd/nand/atmel_nand*
2114
2115 ATMEL SDMMC DRIVER
2116 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2117 L:      linux-mmc@vger.kernel.org
2118 S:      Supported
2119 F:      drivers/mmc/host/sdhci-of-at91.c
2120
2121 ATMEL SPI DRIVER
2122 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2123 S:      Supported
2124 F:      drivers/spi/spi-atmel.*
2125
2126 ATMEL SSC DRIVER
2127 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2128 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2129 S:      Supported
2130 F:      drivers/misc/atmel-ssc.c
2131 F:      include/linux/atmel-ssc.h
2132
2133 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2134 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2135 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2136 S:      Supported
2137 F:      drivers/misc/atmel_tclib.c
2138 F:      drivers/clocksource/tcb_clksrc.c
2139
2140 ATMEL USBA UDC DRIVER
2141 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2142 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2143 S:      Supported
2144 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2145
2146 ATMEL WIRELESS DRIVER
2147 M:      Simon Kelley <simon@thekelleys.org.uk>
2148 L:      linux-wireless@vger.kernel.org
2149 W:      http://www.thekelleys.org.uk/atmel
2150 W:      http://atmelwlandriver.sourceforge.net/
2151 S:      Maintained
2152 F:      drivers/net/wireless/atmel/atmel*
2153
2154 ATMEL MAXTOUCH DRIVER
2155 M:      Nick Dyer <nick.dyer@itdev.co.uk>
2156 T:      git git://github.com/atmel-maxtouch/linux.git
2157 S:      Supported
2158 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2159 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2160 F:      include/linux/platform_data/atmel_mxt_ts.h
2161
2162 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2163 M:      Bradley Grove <linuxdrivers@attotech.com>
2164 L:      linux-scsi@vger.kernel.org
2165 W:      http://www.attotech.com
2166 S:      Supported
2167 F:      drivers/scsi/esas2r
2168
2169 ATUSB IEEE 802.15.4 RADIO DRIVER
2170 M:      Stefan Schmidt <stefan@osg.samsung.com>
2171 L:      linux-wpan@vger.kernel.org
2172 S:      Maintained
2173 F:      drivers/net/ieee802154/atusb.c
2174 F:      drivers/net/ieee802154/atusb.h
2175 F:      drivers/net/ieee802154/at86rf230.h
2176
2177 AUDIT SUBSYSTEM
2178 M:      Paul Moore <paul@paul-moore.com>
2179 M:      Eric Paris <eparis@redhat.com>
2180 L:      linux-audit@redhat.com (moderated for non-subscribers)
2181 W:      http://people.redhat.com/sgrubb/audit/
2182 T:      git git://git.infradead.org/users/pcmoore/audit
2183 S:      Maintained
2184 F:      include/linux/audit.h
2185 F:      include/uapi/linux/audit.h
2186 F:      kernel/audit*
2187
2188 AUXILIARY DISPLAY DRIVERS
2189 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2190 W:      http://miguelojeda.es/auxdisplay.htm
2191 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2192 S:      Maintained
2193 F:      drivers/auxdisplay/
2194 F:      include/linux/cfag12864b.h
2195
2196 AVR32 ARCHITECTURE
2197 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2198 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2199 W:      http://www.atmel.com/products/AVR32/
2200 W:      http://mirror.egtvedt.no/avr32linux.org/
2201 W:      http://avrfreaks.net/
2202 S:      Maintained
2203 F:      arch/avr32/
2204
2205 AVR32/AT32AP MACHINE SUPPORT
2206 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2207 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2208 S:      Maintained
2209 F:      arch/avr32/mach-at32ap/
2210
2211 AX.25 NETWORK LAYER
2212 M:      Ralf Baechle <ralf@linux-mips.org>
2213 L:      linux-hams@vger.kernel.org
2214 W:      http://www.linux-ax25.org/
2215 S:      Maintained
2216 F:      include/uapi/linux/ax25.h
2217 F:      include/net/ax25.h
2218 F:      net/ax25/
2219
2220 AZ6007 DVB DRIVER
2221 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2222 L:      linux-media@vger.kernel.org
2223 W:      https://linuxtv.org
2224 T:      git git://linuxtv.org/media_tree.git
2225 S:      Maintained
2226 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2227
2228 AZTECH FM RADIO RECEIVER DRIVER
2229 M:      Hans Verkuil <hverkuil@xs4all.nl>
2230 L:      linux-media@vger.kernel.org
2231 T:      git git://linuxtv.org/media_tree.git
2232 W:      https://linuxtv.org
2233 S:      Maintained
2234 F:      drivers/media/radio/radio-aztech*
2235
2236 B43 WIRELESS DRIVER
2237 L:      linux-wireless@vger.kernel.org
2238 L:      b43-dev@lists.infradead.org
2239 W:      http://wireless.kernel.org/en/users/Drivers/b43
2240 S:      Odd Fixes
2241 F:      drivers/net/wireless/broadcom/b43/
2242
2243 B43LEGACY WIRELESS DRIVER
2244 M:      Larry Finger <Larry.Finger@lwfinger.net>
2245 L:      linux-wireless@vger.kernel.org
2246 L:      b43-dev@lists.infradead.org
2247 W:      http://wireless.kernel.org/en/users/Drivers/b43
2248 S:      Maintained
2249 F:      drivers/net/wireless/broadcom/b43legacy/
2250
2251 BACKLIGHT CLASS/SUBSYSTEM
2252 M:      Jingoo Han <jingoohan1@gmail.com>
2253 M:      Lee Jones <lee.jones@linaro.org>
2254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2255 S:      Maintained
2256 F:      drivers/video/backlight/
2257 F:      include/linux/backlight.h
2258
2259 BATMAN ADVANCED
2260 M:      Marek Lindner <mareklindner@neomailbox.ch>
2261 M:      Simon Wunderlich <sw@simonwunderlich.de>
2262 M:      Antonio Quartulli <a@unstable.cc>
2263 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2264 W:      https://www.open-mesh.org/
2265 Q:      https://patchwork.open-mesh.org/project/batman/list/
2266 S:      Maintained
2267 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2268 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2269 F:      Documentation/networking/batman-adv.txt
2270 F:      net/batman-adv/
2271
2272 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2273 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2274 L:      linux-hams@vger.kernel.org
2275 W:      http://www.baycom.org/~tom/ham/ham.html
2276 S:      Maintained
2277 F:      drivers/net/hamradio/baycom*
2278
2279 BCACHE (BLOCK LAYER CACHE)
2280 M:      Kent Overstreet <kent.overstreet@gmail.com>
2281 L:      linux-bcache@vger.kernel.org
2282 W:      http://bcache.evilpiepirate.org
2283 S:      Maintained
2284 F:      drivers/md/bcache/
2285
2286 BDISP ST MEDIA DRIVER
2287 M:      Fabien Dessenne <fabien.dessenne@st.com>
2288 L:      linux-media@vger.kernel.org
2289 T:      git git://linuxtv.org/media_tree.git
2290 W:      https://linuxtv.org
2291 S:      Supported
2292 F:      drivers/media/platform/sti/bdisp
2293
2294 BEFS FILE SYSTEM
2295 S:      Orphan
2296 F:      Documentation/filesystems/befs.txt
2297 F:      fs/befs/
2298
2299 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2300 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2301 L:      netdev@vger.kernel.org
2302 S:      Maintained
2303 F:      drivers/net/ethernet/ec_bhf.c
2304
2305 BFS FILE SYSTEM
2306 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2307 S:      Maintained
2308 F:      Documentation/filesystems/bfs.txt
2309 F:      fs/bfs/
2310 F:      include/uapi/linux/bfs_fs.h
2311
2312 BLACKFIN ARCHITECTURE
2313 M:      Steven Miao <realmz6@gmail.com>
2314 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2315 T:      git git://git.code.sf.net/p/adi-linux/code
2316 W:      http://blackfin.uclinux.org
2317 S:      Supported
2318 F:      arch/blackfin/
2319
2320 BLACKFIN EMAC DRIVER
2321 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2322 W:      http://blackfin.uclinux.org
2323 S:      Supported
2324 F:      drivers/net/ethernet/adi/
2325
2326 BLACKFIN RTC DRIVER
2327 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2328 W:      http://blackfin.uclinux.org
2329 S:      Supported
2330 F:      drivers/rtc/rtc-bfin.c
2331
2332 BLACKFIN SDH DRIVER
2333 M:      Sonic Zhang <sonic.zhang@analog.com>
2334 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2335 W:      http://blackfin.uclinux.org
2336 S:      Supported
2337 F:      drivers/mmc/host/bfin_sdh.c
2338
2339 BLACKFIN SERIAL DRIVER
2340 M:      Sonic Zhang <sonic.zhang@analog.com>
2341 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2342 W:      http://blackfin.uclinux.org
2343 S:      Supported
2344 F:      drivers/tty/serial/bfin_uart.c
2345
2346 BLACKFIN WATCHDOG DRIVER
2347 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2348 W:      http://blackfin.uclinux.org
2349 S:      Supported
2350 F:      drivers/watchdog/bfin_wdt.c
2351
2352 BLACKFIN I2C TWI DRIVER
2353 M:      Sonic Zhang <sonic.zhang@analog.com>
2354 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2355 W:      http://blackfin.uclinux.org/
2356 S:      Supported
2357 F:      drivers/i2c/busses/i2c-bfin-twi.c
2358
2359 BLACKFIN MEDIA DRIVER
2360 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2361 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2362 W:      http://blackfin.uclinux.org/
2363 S:      Supported
2364 F:      drivers/media/platform/blackfin/
2365 F:      drivers/media/i2c/adv7183*
2366 F:      drivers/media/i2c/vs6624*
2367
2368 BLINKM RGB LED DRIVER
2369 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2370 S:      Maintained
2371 F:      drivers/leds/leds-blinkm.c
2372
2373 BLOCK LAYER
2374 M:      Jens Axboe <axboe@kernel.dk>
2375 L:      linux-block@vger.kernel.org
2376 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2377 S:      Maintained
2378 F:      block/
2379 F:      kernel/trace/blktrace.c
2380
2381 BLOCK2MTD DRIVER
2382 M:      Joern Engel <joern@lazybastard.org>
2383 L:      linux-mtd@lists.infradead.org
2384 S:      Maintained
2385 F:      drivers/mtd/devices/block2mtd.c
2386
2387 BLUETOOTH DRIVERS
2388 M:      Marcel Holtmann <marcel@holtmann.org>
2389 M:      Gustavo Padovan <gustavo@padovan.org>
2390 M:      Johan Hedberg <johan.hedberg@gmail.com>
2391 L:      linux-bluetooth@vger.kernel.org
2392 W:      http://www.bluez.org/
2393 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2394 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2395 S:      Maintained
2396 F:      drivers/bluetooth/
2397
2398 BLUETOOTH SUBSYSTEM
2399 M:      Marcel Holtmann <marcel@holtmann.org>
2400 M:      Gustavo Padovan <gustavo@padovan.org>
2401 M:      Johan Hedberg <johan.hedberg@gmail.com>
2402 L:      linux-bluetooth@vger.kernel.org
2403 W:      http://www.bluez.org/
2404 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2406 S:      Maintained
2407 F:      net/bluetooth/
2408 F:      include/net/bluetooth/
2409
2410 BONDING DRIVER
2411 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2412 M:      Veaceslav Falico <vfalico@gmail.com>
2413 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2414 L:      netdev@vger.kernel.org
2415 W:      http://sourceforge.net/projects/bonding/
2416 S:      Supported
2417 F:      drivers/net/bonding/
2418 F:      include/uapi/linux/if_bonding.h
2419
2420 BPF (Safe dynamic programs and tools)
2421 M:      Alexei Starovoitov <ast@kernel.org>
2422 L:      netdev@vger.kernel.org
2423 L:      linux-kernel@vger.kernel.org
2424 S:      Supported
2425 F:      kernel/bpf/
2426
2427 BROADCOM B44 10/100 ETHERNET DRIVER
2428 M:      Gary Zambrano <zambrano@broadcom.com>
2429 L:      netdev@vger.kernel.org
2430 S:      Supported
2431 F:      drivers/net/ethernet/broadcom/b44.*
2432
2433 BROADCOM GENET ETHERNET DRIVER
2434 M:      Florian Fainelli <f.fainelli@gmail.com>
2435 L:      netdev@vger.kernel.org
2436 S:      Supported
2437 F:      drivers/net/ethernet/broadcom/genet/
2438
2439 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2440 M:      Sony Chacko <sony.chacko@qlogic.com>
2441 M:      Dept-HSGLinuxNICDev@qlogic.com
2442 L:      netdev@vger.kernel.org
2443 S:      Supported
2444 F:      drivers/net/ethernet/broadcom/bnx2.*
2445 F:      drivers/net/ethernet/broadcom/bnx2_*
2446
2447 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2448 M:      Ariel Elior <ariel.elior@qlogic.com>
2449 L:      netdev@vger.kernel.org
2450 S:      Supported
2451 F:      drivers/net/ethernet/broadcom/bnx2x/
2452
2453 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2454 M:      Florian Fainelli <f.fainelli@gmail.com>
2455 M:      Ray Jui <rjui@broadcom.com>
2456 M:      Scott Branden <sbranden@broadcom.com>
2457 L:      bcm-kernel-feedback-list@broadcom.com
2458 T:      git git://github.com/broadcom/mach-bcm
2459 S:      Maintained
2460 F:      arch/arm/mach-bcm/
2461 F:      arch/arm/boot/dts/bcm113*
2462 F:      arch/arm/boot/dts/bcm216*
2463 F:      arch/arm/boot/dts/bcm281*
2464 F:      arch/arm64/boot/dts/broadcom/
2465 F:      arch/arm/configs/bcm_defconfig
2466 F:      drivers/mmc/host/sdhci-bcm-kona.c
2467 F:      drivers/clocksource/bcm_kona_timer.c
2468
2469 BROADCOM BCM2835 ARM ARCHITECTURE
2470 M:      Stephen Warren <swarren@wwwdotorg.org>
2471 M:      Lee Jones <lee@kernel.org>
2472 M:      Eric Anholt <eric@anholt.net>
2473 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2474 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2476 S:      Maintained
2477 N:      bcm2835
2478
2479 BROADCOM BCM47XX MIPS ARCHITECTURE
2480 M:      Hauke Mehrtens <hauke@hauke-m.de>
2481 M:      Rafał Miłecki <zajec5@gmail.com>
2482 L:      linux-mips@linux-mips.org
2483 S:      Maintained
2484 F:      arch/mips/bcm47xx/*
2485 F:      arch/mips/include/asm/mach-bcm47xx/*
2486
2487 BROADCOM BCM5301X ARM ARCHITECTURE
2488 M:      Hauke Mehrtens <hauke@hauke-m.de>
2489 L:      linux-arm-kernel@lists.infradead.org
2490 S:      Maintained
2491 F:      arch/arm/mach-bcm/bcm_5301x.c
2492 F:      arch/arm/boot/dts/bcm5301x.dtsi
2493 F:      arch/arm/boot/dts/bcm470*
2494
2495 BROADCOM BCM63XX ARM ARCHITECTURE
2496 M:      Florian Fainelli <f.fainelli@gmail.com>
2497 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2498 L:      bcm-kernel-feedback-list@broadcom.com
2499 T:      git git://github.com/broadcom/stblinux.git
2500 S:      Maintained
2501 F:      arch/arm/mach-bcm/bcm63xx.c
2502 F:      arch/arm/include/debug/bcm63xx.S
2503
2504 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2505 M:      Kevin Cernekee <cernekee@gmail.com>
2506 L:      linux-usb@vger.kernel.org
2507 S:      Maintained
2508 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2509
2510 BROADCOM BCM7XXX ARM ARCHITECTURE
2511 M:      Brian Norris <computersforpeace@gmail.com>
2512 M:      Gregory Fong <gregory.0xf0@gmail.com>
2513 M:      Florian Fainelli <f.fainelli@gmail.com>
2514 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2515 L:      bcm-kernel-feedback-list@broadcom.com
2516 T:      git git://github.com/broadcom/stblinux.git
2517 S:      Maintained
2518 F:      arch/arm/mach-bcm/*brcmstb*
2519 F:      arch/arm/boot/dts/bcm7*.dts*
2520 F:      drivers/bus/brcmstb_gisb.c
2521 N:      brcmstb
2522
2523 BROADCOM BMIPS MIPS ARCHITECTURE
2524 M:      Kevin Cernekee <cernekee@gmail.com>
2525 M:      Florian Fainelli <f.fainelli@gmail.com>
2526 L:      linux-mips@linux-mips.org
2527 T:      git git://github.com/broadcom/stblinux.git
2528 S:      Maintained
2529 F:      arch/mips/bmips/*
2530 F:      arch/mips/include/asm/mach-bmips/*
2531 F:      arch/mips/kernel/*bmips*
2532 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2533 F:      drivers/irqchip/irq-bcm63*
2534 F:      drivers/irqchip/irq-bcm7*
2535 F:      drivers/irqchip/irq-brcmstb*
2536 F:      include/linux/bcm963xx_nvram.h
2537 F:      include/linux/bcm963xx_tag.h
2538
2539 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2540 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2541 M:      Prashant Sreedharan <prashant@broadcom.com>
2542 M:      Michael Chan <mchan@broadcom.com>
2543 L:      netdev@vger.kernel.org
2544 S:      Supported
2545 F:      drivers/net/ethernet/broadcom/tg3.*
2546
2547 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2548 M:      Brett Rudley <brudley@broadcom.com>
2549 M:      Arend van Spriel <arend@broadcom.com>
2550 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2551 M:      Hante Meuleman <meuleman@broadcom.com>
2552 L:      linux-wireless@vger.kernel.org
2553 L:      brcm80211-dev-list@broadcom.com
2554 S:      Supported
2555 F:      drivers/net/wireless/broadcom/brcm80211/
2556
2557 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2558 M:      QLogic-Storage-Upstream@qlogic.com
2559 L:      linux-scsi@vger.kernel.org
2560 S:      Supported
2561 F:      drivers/scsi/bnx2fc/
2562
2563 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2564 M:      QLogic-Storage-Upstream@qlogic.com
2565 L:      linux-scsi@vger.kernel.org
2566 S:      Supported
2567 F:      drivers/scsi/bnx2i/
2568
2569 BROADCOM IPROC ARM ARCHITECTURE
2570 M:      Ray Jui <rjui@broadcom.com>
2571 M:      Scott Branden <sbranden@broadcom.com>
2572 M:      Jon Mason <jonmason@broadcom.com>
2573 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2574 L:      bcm-kernel-feedback-list@broadcom.com
2575 T:      git git://github.com/broadcom/cygnus-linux.git
2576 S:      Maintained
2577 N:      iproc
2578 N:      cygnus
2579 N:      nsp
2580 N:      bcm9113*
2581 N:      bcm9583*
2582 N:      bcm9585*
2583 N:      bcm9586*
2584 N:      bcm988312
2585 N:      bcm113*
2586 N:      bcm583*
2587 N:      bcm585*
2588 N:      bcm586*
2589 N:      bcm88312
2590
2591 BROADCOM BRCMSTB GPIO DRIVER
2592 M:      Gregory Fong <gregory.0xf0@gmail.com>
2593 L:      bcm-kernel-feedback-list@broadcom.com
2594 S:      Supported
2595 F:      drivers/gpio/gpio-brcmstb.c
2596 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2597
2598 BROADCOM KONA GPIO DRIVER
2599 M:      Ray Jui <rjui@broadcom.com>
2600 L:      bcm-kernel-feedback-list@broadcom.com
2601 S:      Supported
2602 F:      drivers/gpio/gpio-bcm-kona.c
2603 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2604
2605 BROADCOM NVRAM DRIVER
2606 M:      Rafał Miłecki <zajec5@gmail.com>
2607 L:      linux-mips@linux-mips.org
2608 S:      Maintained
2609 F:      drivers/firmware/broadcom/*
2610
2611 BROADCOM STB NAND FLASH DRIVER
2612 M:      Brian Norris <computersforpeace@gmail.com>
2613 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2614 L:      linux-mtd@lists.infradead.org
2615 L:      bcm-kernel-feedback-list@broadcom.com
2616 S:      Maintained
2617 F:      drivers/mtd/nand/brcmnand/
2618
2619 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2620 M:      Rafał Miłecki <zajec5@gmail.com>
2621 L:      linux-wireless@vger.kernel.org
2622 S:      Maintained
2623 F:      drivers/bcma/
2624 F:      include/linux/bcma/
2625
2626 BROADCOM SYSTEMPORT ETHERNET DRIVER
2627 M:      Florian Fainelli <f.fainelli@gmail.com>
2628 L:      netdev@vger.kernel.org
2629 S:      Supported
2630 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2631
2632 BROADCOM VULCAN ARM64 SOC
2633 M:      Jayachandran C. <jchandra@broadcom.com>
2634 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2635 L:      bcm-kernel-feedback-list@broadcom.com
2636 S:      Maintained
2637 F:      arch/arm64/boot/dts/broadcom/vulcan*
2638
2639 BROCADE BFA FC SCSI DRIVER
2640 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2641 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2642 L:      linux-scsi@vger.kernel.org
2643 S:      Supported
2644 F:      drivers/scsi/bfa/
2645
2646 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2647 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2648 L:      netdev@vger.kernel.org
2649 S:      Supported
2650 F:      drivers/net/ethernet/brocade/bna/
2651
2652 BSG (block layer generic sg v4 driver)
2653 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2654 L:      linux-scsi@vger.kernel.org
2655 S:      Supported
2656 F:      block/bsg.c
2657 F:      include/linux/bsg.h
2658 F:      include/uapi/linux/bsg.h
2659
2660 BT87X AUDIO DRIVER
2661 M:      Clemens Ladisch <clemens@ladisch.de>
2662 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2663 T:      git git://git.alsa-project.org/alsa-kernel.git
2664 S:      Maintained
2665 F:      Documentation/sound/alsa/Bt87x.txt
2666 F:      sound/pci/bt87x.c
2667
2668 BT8XXGPIO DRIVER
2669 M:      Michael Buesch <m@bues.ch>
2670 W:      http://bu3sch.de/btgpio.php
2671 S:      Maintained
2672 F:      drivers/gpio/gpio-bt8xx.c
2673
2674 BTRFS FILE SYSTEM
2675 M:      Chris Mason <clm@fb.com>
2676 M:      Josef Bacik <jbacik@fb.com>
2677 M:      David Sterba <dsterba@suse.com>
2678 L:      linux-btrfs@vger.kernel.org
2679 W:      http://btrfs.wiki.kernel.org/
2680 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2682 S:      Maintained
2683 F:      Documentation/filesystems/btrfs.txt
2684 F:      fs/btrfs/
2685
2686 BTTV VIDEO4LINUX DRIVER
2687 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2688 L:      linux-media@vger.kernel.org
2689 W:      https://linuxtv.org
2690 T:      git git://linuxtv.org/media_tree.git
2691 S:      Odd fixes
2692 F:      Documentation/video4linux/bttv/
2693 F:      drivers/media/pci/bt8xx/bttv*
2694
2695 BUSLOGIC SCSI DRIVER
2696 M:      Khalid Aziz <khalid@gonehiking.org>
2697 L:      linux-scsi@vger.kernel.org
2698 S:      Maintained
2699 F:      drivers/scsi/BusLogic.*
2700 F:      drivers/scsi/FlashPoint.*
2701
2702 C-MEDIA CMI8788 DRIVER
2703 M:      Clemens Ladisch <clemens@ladisch.de>
2704 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2705 T:      git git://git.alsa-project.org/alsa-kernel.git
2706 S:      Maintained
2707 F:      sound/pci/oxygen/
2708
2709 C6X ARCHITECTURE
2710 M:      Mark Salter <msalter@redhat.com>
2711 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2712 L:      linux-c6x-dev@linux-c6x.org
2713 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2714 S:      Maintained
2715 F:      arch/c6x/
2716
2717 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2718 M:      David Howells <dhowells@redhat.com>
2719 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2720 S:      Supported
2721 F:      Documentation/filesystems/caching/cachefiles.txt
2722 F:      fs/cachefiles/
2723
2724 CADET FM/AM RADIO RECEIVER DRIVER
2725 M:      Hans Verkuil <hverkuil@xs4all.nl>
2726 L:      linux-media@vger.kernel.org
2727 T:      git git://linuxtv.org/media_tree.git
2728 W:      https://linuxtv.org
2729 S:      Maintained
2730 F:      drivers/media/radio/radio-cadet*
2731
2732 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2733 M:      Jonathan Corbet <corbet@lwn.net>
2734 L:      linux-media@vger.kernel.org
2735 T:      git git://linuxtv.org/media_tree.git
2736 S:      Maintained
2737 F:      Documentation/video4linux/cafe_ccic
2738 F:      drivers/media/platform/marvell-ccic/
2739
2740 CAIF NETWORK LAYER
2741 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2742 L:      netdev@vger.kernel.org
2743 S:      Supported
2744 F:      Documentation/networking/caif/
2745 F:      drivers/net/caif/
2746 F:      include/uapi/linux/caif/
2747 F:      include/net/caif/
2748 F:      net/caif/
2749
2750 CALGARY x86-64 IOMMU
2751 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2752 M:      "Jon D. Mason" <jdmason@kudzu.us>
2753 L:      discuss@x86-64.org
2754 S:      Maintained
2755 F:      arch/x86/kernel/pci-calgary_64.c
2756 F:      arch/x86/kernel/tce_64.c
2757 F:      arch/x86/include/asm/calgary.h
2758 F:      arch/x86/include/asm/tce.h
2759
2760 CAN NETWORK LAYER
2761 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2762 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2763 L:      linux-can@vger.kernel.org
2764 W:      https://github.com/linux-can
2765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2767 S:      Maintained
2768 F:      Documentation/networking/can.txt
2769 F:      net/can/
2770 F:      include/linux/can/core.h
2771 F:      include/uapi/linux/can.h
2772 F:      include/uapi/linux/can/bcm.h
2773 F:      include/uapi/linux/can/raw.h
2774 F:      include/uapi/linux/can/gw.h
2775
2776 CAN NETWORK DRIVERS
2777 M:      Wolfgang Grandegger <wg@grandegger.com>
2778 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2779 L:      linux-can@vger.kernel.org
2780 W:      https://github.com/linux-can
2781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2782 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2783 S:      Maintained
2784 F:      drivers/net/can/
2785 F:      include/linux/can/dev.h
2786 F:      include/linux/can/platform/
2787 F:      include/uapi/linux/can/error.h
2788 F:      include/uapi/linux/can/netlink.h
2789
2790 CAPABILITIES
2791 M:      Serge Hallyn <serge.hallyn@canonical.com>
2792 L:      linux-security-module@vger.kernel.org
2793 S:      Supported
2794 F:      include/linux/capability.h
2795 F:      include/uapi/linux/capability.h
2796 F:      security/commoncap.c
2797 F:      kernel/capability.c
2798
2799 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2800 M:      Kevin Tsai <ktsai@capellamicro.com>
2801 S:      Maintained
2802 F:      drivers/iio/light/cm*
2803 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2804
2805 CAVIUM LIQUIDIO NETWORK DRIVER
2806 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2807 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2808 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2809 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2810 L:     netdev@vger.kernel.org
2811 W:     http://www.cavium.com
2812 S:     Supported
2813 F:     drivers/net/ethernet/cavium/liquidio/
2814
2815 CC2520 IEEE-802.15.4 RADIO DRIVER
2816 M:      Varka Bhadram <varkabhadram@gmail.com>
2817 L:      linux-wpan@vger.kernel.org
2818 S:      Maintained
2819 F:      drivers/net/ieee802154/cc2520.c
2820 F:      include/linux/spi/cc2520.h
2821 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2822
2823 CELL BROADBAND ENGINE ARCHITECTURE
2824 M:      Arnd Bergmann <arnd@arndb.de>
2825 L:      linuxppc-dev@lists.ozlabs.org
2826 W:      http://www.ibm.com/developerworks/power/cell/
2827 S:      Supported
2828 F:      arch/powerpc/include/asm/cell*.h
2829 F:      arch/powerpc/include/asm/spu*.h
2830 F:      arch/powerpc/include/uapi/asm/spu*.h
2831 F:      arch/powerpc/oprofile/*cell*
2832 F:      arch/powerpc/platforms/cell/
2833
2834 CEPH COMMON CODE (LIBCEPH)
2835 M:      Ilya Dryomov <idryomov@gmail.com>
2836 M:      "Yan, Zheng" <zyan@redhat.com>
2837 M:      Sage Weil <sage@redhat.com>
2838 L:      ceph-devel@vger.kernel.org
2839 W:      http://ceph.com/
2840 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2841 T:      git git://github.com/ceph/ceph-client.git
2842 S:      Supported
2843 F:      net/ceph/
2844 F:      include/linux/ceph/
2845 F:      include/linux/crush/
2846
2847 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2848 M:      "Yan, Zheng" <zyan@redhat.com>
2849 M:      Sage Weil <sage@redhat.com>
2850 M:      Ilya Dryomov <idryomov@gmail.com>
2851 L:      ceph-devel@vger.kernel.org
2852 W:      http://ceph.com/
2853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2854 T:      git git://github.com/ceph/ceph-client.git
2855 S:      Supported
2856 F:      Documentation/filesystems/ceph.txt
2857 F:      fs/ceph/
2858
2859 CERTIFICATE HANDLING:
2860 M:      David Howells <dhowells@redhat.com>
2861 M:      David Woodhouse <dwmw2@infradead.org>
2862 L:      keyrings@vger.kernel.org
2863 S:      Maintained
2864 F:      Documentation/module-signing.txt
2865 F:      certs/
2866 F:      scripts/sign-file.c
2867 F:      scripts/extract-cert.c
2868
2869 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2870 L:      linux-usb@vger.kernel.org
2871 S:      Orphan
2872 F:      Documentation/usb/WUSB-Design-overview.txt
2873 F:      Documentation/usb/wusb-cbaf
2874 F:      drivers/usb/host/hwa-hc.c
2875 F:      drivers/usb/host/whci/
2876 F:      drivers/usb/wusbcore/
2877 F:      include/linux/usb/wusb*
2878
2879 CFAG12864B LCD DRIVER
2880 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2881 W:      http://miguelojeda.es/auxdisplay.htm
2882 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2883 S:      Maintained
2884 F:      drivers/auxdisplay/cfag12864b.c
2885 F:      include/linux/cfag12864b.h
2886
2887 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2888 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2889 W:      http://miguelojeda.es/auxdisplay.htm
2890 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2891 S:      Maintained
2892 F:      drivers/auxdisplay/cfag12864bfb.c
2893 F:      include/linux/cfag12864b.h
2894
2895 CFG80211 and NL80211
2896 M:      Johannes Berg <johannes@sipsolutions.net>
2897 L:      linux-wireless@vger.kernel.org
2898 W:      http://wireless.kernel.org/
2899 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2901 S:      Maintained
2902 F:      include/uapi/linux/nl80211.h
2903 F:      include/net/cfg80211.h
2904 F:      net/wireless/*
2905 X:      net/wireless/wext*
2906
2907 CHAR and MISC DRIVERS
2908 M:      Arnd Bergmann <arnd@arndb.de>
2909 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2910 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2911 S:      Supported
2912 F:      drivers/char/*
2913 F:      drivers/misc/*
2914 F:      include/linux/miscdevice.h
2915
2916 CHECKPATCH
2917 M:      Andy Whitcroft <apw@canonical.com>
2918 M:      Joe Perches <joe@perches.com>
2919 S:      Maintained
2920 F:      scripts/checkpatch.pl
2921
2922 CHINESE DOCUMENTATION
2923 M:      Harry Wei <harryxiyou@gmail.com>
2924 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2925 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2926 S:      Maintained
2927 F:      Documentation/zh_CN/
2928
2929 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2930 M:      Peter Chen <Peter.Chen@nxp.com>
2931 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2932 L:      linux-usb@vger.kernel.org
2933 S:      Maintained
2934 F:      drivers/usb/chipidea/
2935
2936 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2937 M:      Hans de Goede <hdegoede@redhat.com>
2938 L:      linux-input@vger.kernel.org
2939 S:      Maintained
2940 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2941 F:      drivers/input/touchscreen/chipone_icn8318.c
2942
2943 CHROME HARDWARE PLATFORM SUPPORT
2944 M:      Olof Johansson <olof@lixom.net>
2945 S:      Maintained
2946 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
2947 F:      drivers/platform/chrome/
2948
2949 CISCO VIC ETHERNET NIC DRIVER
2950 M:      Christian Benvenuti <benve@cisco.com>
2951 M:      Sujith Sankar <ssujith@cisco.com>
2952 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2953 M:      Neel Patel <neepatel@cisco.com>
2954 S:      Supported
2955 F:      drivers/net/ethernet/cisco/enic/
2956
2957 CISCO VIC LOW LATENCY NIC DRIVER
2958 M:      Christian Benvenuti <benve@cisco.com>
2959 M:      Dave Goodell <dgoodell@cisco.com>
2960 S:      Supported
2961 F:      drivers/infiniband/hw/usnic/
2962
2963 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2964 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2965 L:      netdev@vger.kernel.org
2966 S:      Maintained
2967 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2968
2969 CIRRUS LOGIC AUDIO CODEC DRIVERS
2970 M:      Brian Austin <brian.austin@cirrus.com>
2971 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2972 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2973 S:      Maintained
2974 F:      sound/soc/codecs/cs*
2975
2976 CLEANCACHE API
2977 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2978 L:      linux-kernel@vger.kernel.org
2979 S:      Maintained
2980 F:      mm/cleancache.c
2981 F:      include/linux/cleancache.h
2982
2983 CLK API
2984 M:      Russell King <linux@armlinux.org.uk>
2985 L:      linux-clk@vger.kernel.org
2986 S:      Maintained
2987 F:      include/linux/clk.h
2988
2989 CLOCKSOURCE, CLOCKEVENT DRIVERS
2990 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2991 M:      Thomas Gleixner <tglx@linutronix.de>
2992 L:      linux-kernel@vger.kernel.org
2993 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2994 S:      Supported
2995 F:      drivers/clocksource
2996
2997 CISCO FCOE HBA DRIVER
2998 M:      Hiral Patel <hiralpat@cisco.com>
2999 M:      Suma Ramars <sramars@cisco.com>
3000 M:      Brian Uchino <buchino@cisco.com>
3001 L:      linux-scsi@vger.kernel.org
3002 S:      Supported
3003 F:      drivers/scsi/fnic/
3004
3005 CISCO SCSI HBA DRIVER
3006 M:      Narsimhulu Musini <nmusini@cisco.com>
3007 M:      Sesidhar Baddela <sebaddel@cisco.com>
3008 L:      linux-scsi@vger.kernel.org
3009 S:      Supported
3010 F:      drivers/scsi/snic/
3011
3012 CMPC ACPI DRIVER
3013 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3014 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3015 L:      platform-driver-x86@vger.kernel.org
3016 S:      Supported
3017 F:      drivers/platform/x86/classmate-laptop.c
3018
3019 COBALT MEDIA DRIVER
3020 M:      Hans Verkuil <hans.verkuil@cisco.com>
3021 L:      linux-media@vger.kernel.org
3022 T:      git git://linuxtv.org/media_tree.git
3023 W:      https://linuxtv.org
3024 S:      Supported
3025 F:      drivers/media/pci/cobalt/
3026
3027 COCCINELLE/Semantic Patches (SmPL)
3028 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3029 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3030 M:      Nicolas Palix <nicolas.palix@imag.fr>
3031 M:      Michal Marek <mmarek@suse.com>
3032 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3033 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3034 W:      http://coccinelle.lip6.fr/
3035 S:      Supported
3036 F:      Documentation/coccinelle.txt
3037 F:      scripts/coccinelle/
3038 F:      scripts/coccicheck
3039
3040 CODA FILE SYSTEM
3041 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3042 M:      coda@cs.cmu.edu
3043 L:      codalist@coda.cs.cmu.edu
3044 W:      http://www.coda.cs.cmu.edu/
3045 S:      Maintained
3046 F:      Documentation/filesystems/coda.txt
3047 F:      fs/coda/
3048 F:      include/linux/coda*.h
3049 F:      include/uapi/linux/coda*.h
3050
3051 CODA V4L2 MEM2MEM DRIVER
3052 M:      Philipp Zabel <p.zabel@pengutronix.de>
3053 L:      linux-media@vger.kernel.org
3054 S:      Maintained
3055 F:      Documentation/devicetree/bindings/media/coda.txt
3056 F:      drivers/media/platform/coda/
3057
3058 COMMON CLK FRAMEWORK
3059 M:      Michael Turquette <mturquette@baylibre.com>
3060 M:      Stephen Boyd <sboyd@codeaurora.org>
3061 L:      linux-clk@vger.kernel.org
3062 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3063 S:      Maintained
3064 F:      drivers/clk/
3065 X:      drivers/clk/clkdev.c
3066 F:      include/linux/clk-pr*
3067 F:      include/linux/clk/
3068
3069 COMMON INTERNET FILE SYSTEM (CIFS)
3070 M:      Steve French <sfrench@samba.org>
3071 L:      linux-cifs@vger.kernel.org
3072 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3073 W:      http://linux-cifs.samba.org/
3074 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3075 S:      Supported
3076 F:      Documentation/filesystems/cifs/
3077 F:      fs/cifs/
3078
3079 COMPACTPCI HOTPLUG CORE
3080 M:      Scott Murray <scott@spiteful.org>
3081 L:      linux-pci@vger.kernel.org
3082 S:      Maintained
3083 F:      drivers/pci/hotplug/cpci_hotplug*
3084
3085 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3086 M:      Scott Murray <scott@spiteful.org>
3087 L:      linux-pci@vger.kernel.org
3088 S:      Maintained
3089 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3090
3091 COMPACTPCI HOTPLUG GENERIC DRIVER
3092 M:      Scott Murray <scott@spiteful.org>
3093 L:      linux-pci@vger.kernel.org
3094 S:      Maintained
3095 F:      drivers/pci/hotplug/cpcihp_generic.c
3096
3097 COMPAL LAPTOP SUPPORT
3098 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3099 L:      platform-driver-x86@vger.kernel.org
3100 S:      Maintained
3101 F:      drivers/platform/x86/compal-laptop.c
3102
3103 CONEXANT ACCESSRUNNER USB DRIVER
3104 L:      accessrunner-general@lists.sourceforge.net
3105 W:      http://accessrunner.sourceforge.net/
3106 S:      Orphan
3107 F:      drivers/usb/atm/cxacru.c
3108
3109 CONFIGFS
3110 M:      Joel Becker <jlbec@evilplan.org>
3111 M:      Christoph Hellwig <hch@lst.de>
3112 T:      git git://git.infradead.org/users/hch/configfs.git
3113 S:      Supported
3114 F:      fs/configfs/
3115 F:      include/linux/configfs.h
3116
3117 CONNECTOR
3118 M:      Evgeniy Polyakov <zbr@ioremap.net>
3119 L:      netdev@vger.kernel.org
3120 S:      Maintained
3121 F:      drivers/connector/
3122
3123 CONTROL GROUP (CGROUP)
3124 M:      Tejun Heo <tj@kernel.org>
3125 M:      Li Zefan <lizefan@huawei.com>
3126 M:      Johannes Weiner <hannes@cmpxchg.org>
3127 L:      cgroups@vger.kernel.org
3128 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3129 S:      Maintained
3130 F:      Documentation/cgroups/
3131 F:      include/linux/cgroup*
3132 F:      kernel/cgroup*
3133
3134 CONTROL GROUP - CPUSET
3135 M:      Li Zefan <lizefan@huawei.com>
3136 L:      cgroups@vger.kernel.org
3137 W:      http://www.bullopensource.org/cpuset/
3138 W:      http://oss.sgi.com/projects/cpusets/
3139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3140 S:      Maintained
3141 F:      Documentation/cgroups/cpusets.txt
3142 F:      include/linux/cpuset.h
3143 F:      kernel/cpuset.c
3144
3145 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3146 M:      Johannes Weiner <hannes@cmpxchg.org>
3147 M:      Michal Hocko <mhocko@kernel.org>
3148 M:      Vladimir Davydov <vdavydov@virtuozzo.com>
3149 L:      cgroups@vger.kernel.org
3150 L:      linux-mm@kvack.org
3151 S:      Maintained
3152 F:      mm/memcontrol.c
3153 F:      mm/swap_cgroup.c
3154
3155 CORETEMP HARDWARE MONITORING DRIVER
3156 M:      Fenghua Yu <fenghua.yu@intel.com>
3157 L:      linux-hwmon@vger.kernel.org
3158 S:      Maintained
3159 F:      Documentation/hwmon/coretemp
3160 F:      drivers/hwmon/coretemp.c
3161
3162 COSA/SRP SYNC SERIAL DRIVER
3163 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3164 W:      http://www.fi.muni.cz/~kas/cosa/
3165 S:      Maintained
3166 F:      drivers/net/wan/cosa*
3167
3168 CPMAC ETHERNET DRIVER
3169 M:      Florian Fainelli <florian@openwrt.org>
3170 L:      netdev@vger.kernel.org
3171 S:      Maintained
3172 F:      drivers/net/ethernet/ti/cpmac.c
3173
3174 CPU FREQUENCY DRIVERS
3175 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3176 M:      Viresh Kumar <viresh.kumar@linaro.org>
3177 L:      linux-pm@vger.kernel.org
3178 S:      Maintained
3179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3180 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3181 F:      drivers/cpufreq/
3182 F:      include/linux/cpufreq.h
3183
3184 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3185 M:      Viresh Kumar <viresh.kumar@linaro.org>
3186 M:      Sudeep Holla <sudeep.holla@arm.com>
3187 L:      linux-pm@vger.kernel.org
3188 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3189 S:      Maintained
3190 F:      drivers/cpufreq/arm_big_little.h
3191 F:      drivers/cpufreq/arm_big_little.c
3192 F:      drivers/cpufreq/arm_big_little_dt.c
3193
3194 CPUIDLE DRIVER - ARM BIG LITTLE
3195 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3196 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3197 L:      linux-pm@vger.kernel.org
3198 L:      linux-arm-kernel@lists.infradead.org
3199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3200 S:      Maintained
3201 F:      drivers/cpuidle/cpuidle-big_little.c
3202
3203 CPUIDLE DRIVER - ARM EXYNOS
3204 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3205 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3206 M:      Kukjin Kim <kgene@kernel.org>
3207 L:      linux-pm@vger.kernel.org
3208 L:      linux-samsung-soc@vger.kernel.org
3209 S:      Supported
3210 F:      drivers/cpuidle/cpuidle-exynos.c
3211 F:      arch/arm/mach-exynos/pm.c
3212
3213 CPUIDLE DRIVERS
3214 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3215 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3216 L:      linux-pm@vger.kernel.org
3217 S:      Maintained
3218 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3219 F:      drivers/cpuidle/*
3220 F:      include/linux/cpuidle.h
3221
3222 CPUID/MSR DRIVER
3223 M:      "H. Peter Anvin" <hpa@zytor.com>
3224 S:      Maintained
3225 F:      arch/x86/kernel/cpuid.c
3226 F:      arch/x86/kernel/msr.c
3227
3228 CPU POWER MONITORING SUBSYSTEM
3229 M:      Thomas Renninger <trenn@suse.com>
3230 L:      linux-pm@vger.kernel.org
3231 S:      Maintained
3232 F:      tools/power/cpupower/
3233
3234 CRAMFS FILESYSTEM
3235 W:      http://sourceforge.net/projects/cramfs/
3236 S:      Orphan / Obsolete
3237 F:      Documentation/filesystems/cramfs.txt
3238 F:      fs/cramfs/
3239
3240 CRIS PORT
3241 M:      Mikael Starvik <starvik@axis.com>
3242 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3243 L:      linux-cris-kernel@axis.com
3244 W:      http://developer.axis.com
3245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3246 S:      Maintained
3247 F:      arch/cris/
3248 F:      drivers/tty/serial/crisv10.*
3249
3250 CRYPTO API
3251 M:      Herbert Xu <herbert@gondor.apana.org.au>
3252 M:      "David S. Miller" <davem@davemloft.net>
3253 L:      linux-crypto@vger.kernel.org
3254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3255 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3256 S:      Maintained
3257 F:      Documentation/crypto/
3258 F:      Documentation/DocBook/crypto-API.tmpl
3259 F:      arch/*/crypto/
3260 F:      crypto/
3261 F:      drivers/crypto/
3262 F:      include/crypto/
3263
3264 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3265 M:      Neil Horman <nhorman@tuxdriver.com>
3266 L:      linux-crypto@vger.kernel.org
3267 S:      Maintained
3268 F:      crypto/ansi_cprng.c
3269 F:      crypto/rng.c
3270
3271 CS3308 MEDIA DRIVER
3272 M:      Hans Verkuil <hverkuil@xs4all.nl>
3273 L:      linux-media@vger.kernel.org
3274 T:      git git://linuxtv.org/media_tree.git
3275 W:      http://linuxtv.org
3276 S:      Odd Fixes
3277 F:      drivers/media/i2c/cs3308.c
3278 F:      drivers/media/i2c/cs3308.h
3279
3280 CS5535 Audio ALSA driver
3281 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3282 S:      Maintained
3283 F:      sound/pci/cs5535audio/
3284
3285 CW1200 WLAN driver
3286 M:      Solomon Peachy <pizza@shaftnet.org>
3287 S:      Maintained
3288 F:      drivers/net/wireless/st/cw1200/
3289
3290 CX18 VIDEO4LINUX DRIVER
3291 M:      Andy Walls <awalls@md.metrocast.net>
3292 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3293 L:      linux-media@vger.kernel.org
3294 T:      git git://linuxtv.org/media_tree.git
3295 W:      https://linuxtv.org
3296 W:      http://www.ivtvdriver.org/index.php/Cx18
3297 S:      Maintained
3298 F:      Documentation/video4linux/cx18.txt
3299 F:      drivers/media/pci/cx18/
3300 F:      include/uapi/linux/ivtv*
3301
3302 CX2341X MPEG ENCODER HELPER MODULE
3303 M:      Hans Verkuil <hverkuil@xs4all.nl>
3304 L:      linux-media@vger.kernel.org
3305 T:      git git://linuxtv.org/media_tree.git
3306 W:      https://linuxtv.org
3307 S:      Maintained
3308 F:      drivers/media/common/cx2341x*
3309 F:      include/media/cx2341x*
3310
3311 CX24120 MEDIA DRIVER
3312 M:      Jemma Denson <jdenson@gmail.com>
3313 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3314 L:      linux-media@vger.kernel.org
3315 W:      https://linuxtv.org
3316 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3317 S:      Maintained
3318 F:      drivers/media/dvb-frontends/cx24120*
3319
3320 CX88 VIDEO4LINUX DRIVER
3321 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3322 L:      linux-media@vger.kernel.org
3323 W:      https://linuxtv.org
3324 T:      git git://linuxtv.org/media_tree.git
3325 S:      Odd fixes
3326 F:      Documentation/video4linux/cx88/
3327 F:      drivers/media/pci/cx88/
3328
3329 CXD2820R MEDIA DRIVER
3330 M:      Antti Palosaari <crope@iki.fi>
3331 L:      linux-media@vger.kernel.org
3332 W:      https://linuxtv.org
3333 W:      http://palosaari.fi/linux/
3334 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3335 T:      git git://linuxtv.org/anttip/media_tree.git
3336 S:      Maintained
3337 F:      drivers/media/dvb-frontends/cxd2820r*
3338
3339 CXGB3 ETHERNET DRIVER (CXGB3)
3340 M:      Santosh Raspatur <santosh@chelsio.com>
3341 L:      netdev@vger.kernel.org
3342 W:      http://www.chelsio.com
3343 S:      Supported
3344 F:      drivers/net/ethernet/chelsio/cxgb3/
3345
3346 CXGB3 ISCSI DRIVER (CXGB3I)
3347 M:      Karen Xie <kxie@chelsio.com>
3348 L:      linux-scsi@vger.kernel.org
3349 W:      http://www.chelsio.com
3350 S:      Supported
3351 F:      drivers/scsi/cxgbi/cxgb3i
3352
3353 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3354 M:      Steve Wise <swise@chelsio.com>
3355 L:      linux-rdma@vger.kernel.org
3356 W:      http://www.openfabrics.org
3357 S:      Supported
3358 F:      drivers/infiniband/hw/cxgb3/
3359
3360 CXGB4 ETHERNET DRIVER (CXGB4)
3361 M:      Hariprasad S <hariprasad@chelsio.com>
3362 L:      netdev@vger.kernel.org
3363 W:      http://www.chelsio.com
3364 S:      Supported
3365 F:      drivers/net/ethernet/chelsio/cxgb4/
3366
3367 CXGB4 ISCSI DRIVER (CXGB4I)
3368 M:      Karen Xie <kxie@chelsio.com>
3369 L:      linux-scsi@vger.kernel.org
3370 W:      http://www.chelsio.com
3371 S:      Supported
3372 F:      drivers/scsi/cxgbi/cxgb4i
3373
3374 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3375 M:      Steve Wise <swise@chelsio.com>
3376 L:      linux-rdma@vger.kernel.org
3377 W:      http://www.openfabrics.org
3378 S:      Supported
3379 F:      drivers/infiniband/hw/cxgb4/
3380
3381 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3382 M:      Casey Leedom <leedom@chelsio.com>
3383 L:      netdev@vger.kernel.org
3384 W:      http://www.chelsio.com
3385 S:      Supported
3386 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3387
3388 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3389 M:      Ian Munsie <imunsie@au1.ibm.com>
3390 M:      Michael Neuling <mikey@neuling.org>
3391 L:      linuxppc-dev@lists.ozlabs.org
3392 S:      Supported
3393 F:      drivers/misc/cxl/
3394 F:      include/misc/cxl*
3395 F:      include/uapi/misc/cxl.h
3396 F:      Documentation/powerpc/cxl.txt
3397 F:      Documentation/powerpc/cxl.txt
3398 F:      Documentation/ABI/testing/sysfs-class-cxl
3399
3400 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3401 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3402 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3403 L:      linux-scsi@vger.kernel.org
3404 S:      Supported
3405 F:      drivers/scsi/cxlflash/
3406 F:      include/uapi/scsi/cxlflash_ioctls.h
3407 F:      Documentation/powerpc/cxlflash.txt
3408
3409 STMMAC ETHERNET DRIVER
3410 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3411 M:      Alexandre Torgue <alexandre.torgue@st.com>
3412 L:      netdev@vger.kernel.org
3413 W:      http://www.stlinux.com
3414 S:      Supported
3415 F:      drivers/net/ethernet/stmicro/stmmac/
3416
3417 CYBERPRO FB DRIVER
3418 M:      Russell King <linux@armlinux.org.uk>
3419 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3420 W:      http://www.armlinux.org.uk/
3421 S:      Maintained
3422 F:      drivers/video/fbdev/cyber2000fb.*
3423
3424 CYCLADES ASYNC MUX DRIVER
3425 W:      http://www.cyclades.com/
3426 S:      Orphan
3427 F:      drivers/tty/cyclades.c
3428 F:      include/linux/cyclades.h
3429 F:      include/uapi/linux/cyclades.h
3430
3431 CYCLADES PC300 DRIVER
3432 W:      http://www.cyclades.com/
3433 S:      Orphan
3434 F:      drivers/net/wan/pc300*
3435
3436 CYPRESS_FIRMWARE MEDIA DRIVER
3437 M:      Antti Palosaari <crope@iki.fi>
3438 L:      linux-media@vger.kernel.org
3439 W:      https://linuxtv.org
3440 W:      http://palosaari.fi/linux/
3441 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3442 T:      git git://linuxtv.org/anttip/media_tree.git
3443 S:      Maintained
3444 F:      drivers/media/common/cypress_firmware*
3445
3446 CYTTSP TOUCHSCREEN DRIVER
3447 M:      Ferruh Yigit <fery@cypress.com>
3448 L:      linux-input@vger.kernel.org
3449 S:      Supported
3450 F:      drivers/input/touchscreen/cyttsp*
3451 F:      include/linux/input/cyttsp.h
3452
3453 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3454 M:      Joshua Kinard <kumba@gentoo.org>
3455 S:      Maintained
3456 F:      drivers/rtc/rtc-ds1685.c
3457 F:      include/linux/rtc/ds1685.h
3458
3459 DAMA SLAVE for AX.25
3460 M:      Joerg Reuter <jreuter@yaina.de>
3461 W:      http://yaina.de/jreuter/
3462 W:      http://www.qsl.net/dl1bke/
3463 L:      linux-hams@vger.kernel.org
3464 S:      Maintained
3465 F:      net/ax25/af_ax25.c
3466 F:      net/ax25/ax25_dev.c
3467 F:      net/ax25/ax25_ds_*
3468 F:      net/ax25/ax25_in.c
3469 F:      net/ax25/ax25_out.c
3470 F:      net/ax25/ax25_timer.c
3471 F:      net/ax25/sysctl_net_ax25.c
3472
3473 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3474 L:      netdev@vger.kernel.org
3475 S:      Orphan
3476 F:      Documentation/networking/dmfe.txt
3477 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3478
3479 DC390/AM53C974 SCSI driver
3480 M:      Hannes Reinecke <hare@suse.com>
3481 L:      linux-scsi@vger.kernel.org
3482 S:      Maintained
3483 F:      drivers/scsi/am53c974.c
3484
3485 DC395x SCSI driver
3486 M:      Oliver Neukum <oliver@neukum.org>
3487 M:      Ali Akcaagac <aliakc@web.de>
3488 M:      Jamie Lenehan <lenehan@twibble.org>
3489 L:      dc395x@twibble.org
3490 W:      http://twibble.org/dist/dc395x/
3491 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3492 S:      Maintained
3493 F:      Documentation/scsi/dc395x.txt
3494 F:      drivers/scsi/dc395x.*
3495
3496 DCCP PROTOCOL
3497 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3498 L:      dccp@vger.kernel.org
3499 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3500 S:      Maintained
3501 F:      include/linux/dccp.h
3502 F:      include/uapi/linux/dccp.h
3503 F:      include/linux/tfrc.h
3504 F:      net/dccp/
3505
3506 DECnet NETWORK LAYER
3507 W:      http://linux-decnet.sourceforge.net
3508 L:      linux-decnet-user@lists.sourceforge.net
3509 S:      Orphan
3510 F:      Documentation/networking/decnet.txt
3511 F:      net/decnet/
3512
3513 DECSTATION PLATFORM SUPPORT
3514 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3515 L:      linux-mips@linux-mips.org
3516 W:      http://www.linux-mips.org/wiki/DECstation
3517 S:      Maintained
3518 F:      arch/mips/dec/
3519 F:      arch/mips/include/asm/dec/
3520 F:      arch/mips/include/asm/mach-dec/
3521
3522 DEFXX FDDI NETWORK DRIVER
3523 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3524 S:      Maintained
3525 F:      drivers/net/fddi/defxx.*
3526
3527 DELL LAPTOP DRIVER
3528 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3529 M:      Pali Rohár <pali.rohar@gmail.com>
3530 L:      platform-driver-x86@vger.kernel.org
3531 S:      Maintained
3532 F:      drivers/platform/x86/dell-laptop.c
3533
3534 DELL LAPTOP RBTN DRIVER
3535 M:      Pali Rohár <pali.rohar@gmail.com>
3536 S:      Maintained
3537 F:      drivers/platform/x86/dell-rbtn.*
3538
3539 DELL LAPTOP FREEFALL DRIVER
3540 M:      Pali Rohár <pali.rohar@gmail.com>
3541 S:      Maintained
3542 F:      drivers/platform/x86/dell-smo8800.c
3543
3544 DELL LAPTOP SMM DRIVER
3545 M:      Pali Rohár <pali.rohar@gmail.com>
3546 S:      Maintained
3547 F:      drivers/hwmon/dell-smm-hwmon.c
3548 F:      include/uapi/linux/i8k.h
3549
3550 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3551 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3552 S:      Maintained
3553 F:      Documentation/dcdbas.txt
3554 F:      drivers/firmware/dcdbas.*
3555
3556 DELL WMI EXTRAS DRIVER
3557 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3558 M:      Pali Rohár <pali.rohar@gmail.com>
3559 S:      Maintained
3560 F:      drivers/platform/x86/dell-wmi.c
3561
3562 DESIGNWARE USB2 DRD IP DRIVER
3563 M:      John Youn <johnyoun@synopsys.com>
3564 L:      linux-usb@vger.kernel.org
3565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3566 S:      Maintained
3567 F:      drivers/usb/dwc2/
3568
3569 DESIGNWARE USB3 DRD IP DRIVER
3570 M:      Felipe Balbi <balbi@kernel.org>
3571 L:      linux-usb@vger.kernel.org
3572 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3573 S:      Maintained
3574 F:      drivers/usb/dwc3/
3575
3576 DEVICE COREDUMP (DEV_COREDUMP)
3577 M:      Johannes Berg <johannes@sipsolutions.net>
3578 L:      linux-kernel@vger.kernel.org
3579 S:      Maintained
3580 F:      drivers/base/devcoredump.c
3581 F:      include/linux/devcoredump.h
3582
3583 DEVICE FREQUENCY (DEVFREQ)
3584 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3585 M:      Kyungmin Park <kyungmin.park@samsung.com>
3586 L:      linux-pm@vger.kernel.org
3587 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3588 S:      Maintained
3589 F:      drivers/devfreq/
3590 F:      include/linux/devfreq.h
3591 F:      Documentation/devicetree/bindings/devfreq/
3592
3593 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3594 M:      Chanwoo Choi <cw00.choi@samsung.com>
3595 L:      linux-pm@vger.kernel.org
3596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3597 S:      Supported
3598 F:      drivers/devfreq/event/
3599 F:      drivers/devfreq/devfreq-event.c
3600 F:      include/linux/devfreq-event.h
3601 F:      Documentation/devicetree/bindings/devfreq/event/
3602
3603 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3604 M:      Chanwoo Choi <cw00.choi@samsung.com>
3605 L:      linux-pm@vger.kernel.org
3606 L:      linux-samsung-soc@vger.kernel.org
3607 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3608 S:      Maintained
3609 F:      drivers/devfreq/exynos-bus.c
3610 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3611
3612 DEVICE NUMBER REGISTRY
3613 M:      Torben Mathiasen <device@lanana.org>
3614 W:      http://lanana.org/docs/device-list/index.html
3615 S:      Maintained
3616
3617 DEVICE-MAPPER  (LVM)
3618 M:      Alasdair Kergon <agk@redhat.com>
3619 M:      Mike Snitzer <snitzer@redhat.com>
3620 M:      dm-devel@redhat.com
3621 L:      dm-devel@redhat.com
3622 W:      http://sources.redhat.com/dm
3623 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3624 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3625 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3626 S:      Maintained
3627 F:      Documentation/device-mapper/
3628 F:      drivers/md/dm*
3629 F:      drivers/md/persistent-data/
3630 F:      include/linux/device-mapper.h
3631 F:      include/linux/dm-*.h
3632 F:      include/uapi/linux/dm-*.h
3633
3634 DEVLINK
3635 M:      Jiri Pirko <jiri@mellanox.com>
3636 L:      netdev@vger.kernel.org
3637 S:      Supported
3638 F:      net/core/devlink.c
3639 F:      include/net/devlink.h
3640 F:      include/uapi/linux/devlink.h
3641
3642 DIALOG SEMICONDUCTOR DRIVERS
3643 M:      Support Opensource <support.opensource@diasemi.com>
3644 W:      http://www.dialog-semiconductor.com/products
3645 S:      Supported
3646 F:      Documentation/hwmon/da90??
3647 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3648 F:      drivers/gpio/gpio-da90??.c
3649 F:      drivers/hwmon/da90??-hwmon.c
3650 F:      drivers/iio/adc/da91??-*.c
3651 F:      drivers/input/misc/da90??_onkey.c
3652 F:      drivers/input/touchscreen/da9052_tsi.c
3653 F:      drivers/leds/leds-da90??.c
3654 F:      drivers/mfd/da903x.c
3655 F:      drivers/mfd/da90??-*.c
3656 F:      drivers/mfd/da91??-*.c
3657 F:      drivers/power/da9052-battery.c
3658 F:      drivers/power/da91??-*.c
3659 F:      drivers/regulator/da903x.c
3660 F:      drivers/regulator/da9???-regulator.[ch]
3661 F:      drivers/rtc/rtc-da90??.c
3662 F:      drivers/video/backlight/da90??_bl.c
3663 F:      drivers/watchdog/da90??_wdt.c
3664 F:      include/linux/mfd/da903x.h
3665 F:      include/linux/mfd/da9052/
3666 F:      include/linux/mfd/da9055/
3667 F:      include/linux/mfd/da9063/
3668 F:      include/linux/mfd/da9150/
3669 F:      include/sound/da[79]*.h
3670 F:      sound/soc/codecs/da[79]*.[ch]
3671
3672 DIGI NEO AND CLASSIC PCI PRODUCTS
3673 M:      Lidza Louina <lidza.louina@gmail.com>
3674 M:      Mark Hounschell <markh@compro.net>
3675 L:      driverdev-devel@linuxdriverproject.org
3676 S:      Maintained
3677 F:      drivers/staging/dgnc/
3678
3679 DIOLAN U2C-12 I2C DRIVER
3680 M:      Guenter Roeck <linux@roeck-us.net>
3681 L:      linux-i2c@vger.kernel.org
3682 S:      Maintained
3683 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3684
3685 DIRECT ACCESS (DAX)
3686 M:      Matthew Wilcox <willy@linux.intel.com>
3687 L:      linux-fsdevel@vger.kernel.org
3688 S:      Supported
3689 F:      fs/dax.c
3690
3691 DIRECTORY NOTIFICATION (DNOTIFY)
3692 M:      Eric Paris <eparis@parisplace.org>
3693 S:      Maintained
3694 F:      Documentation/filesystems/dnotify.txt
3695 F:      fs/notify/dnotify/
3696 F:      include/linux/dnotify.h
3697
3698 DISK GEOMETRY AND PARTITION HANDLING
3699 M:      Andries Brouwer <aeb@cwi.nl>
3700 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3701 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3702 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3703 S:      Maintained
3704
3705 DISKQUOTA
3706 M:      Jan Kara <jack@suse.com>
3707 S:      Maintained
3708 F:      Documentation/filesystems/quota.txt
3709 F:      fs/quota/
3710 F:      include/linux/quota*.h
3711 F:      include/uapi/linux/quota*.h
3712
3713 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3714 M:      Bernie Thompson <bernie@plugable.com>
3715 L:      linux-fbdev@vger.kernel.org
3716 S:      Maintained
3717 W:      http://plugable.com/category/projects/udlfb/
3718 F:      drivers/video/fbdev/udlfb.c
3719 F:      include/video/udlfb.h
3720 F:      Documentation/fb/udlfb.txt
3721
3722 DISTRIBUTED LOCK MANAGER (DLM)
3723 M:      Christine Caulfield <ccaulfie@redhat.com>
3724 M:      David Teigland <teigland@redhat.com>
3725 L:      cluster-devel@redhat.com
3726 W:      http://sources.redhat.com/cluster/
3727 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3728 S:      Supported
3729 F:      fs/dlm/
3730
3731 DMA BUFFER SHARING FRAMEWORK
3732 M:      Sumit Semwal <sumit.semwal@linaro.org>
3733 S:      Maintained
3734 L:      linux-media@vger.kernel.org
3735 L:      dri-devel@lists.freedesktop.org
3736 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3737 F:      drivers/dma-buf/
3738 F:      include/linux/dma-buf*
3739 F:      include/linux/reservation.h
3740 F:      include/linux/*fence.h
3741 F:      Documentation/dma-buf-sharing.txt
3742 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3743
3744 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3745 M:      Vinod Koul <vinod.koul@intel.com>
3746 L:      dmaengine@vger.kernel.org
3747 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3748 S:      Maintained
3749 F:      drivers/dma/
3750 F:      include/linux/dmaengine.h
3751 F:      Documentation/dmaengine/
3752 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3753
3754 DME1737 HARDWARE MONITOR DRIVER
3755 M:      Juerg Haefliger <juergh@gmail.com>
3756 L:      linux-hwmon@vger.kernel.org
3757 S:      Maintained
3758 F:      Documentation/hwmon/dme1737
3759 F:      drivers/hwmon/dme1737.c
3760
3761 DMI/SMBIOS SUPPORT
3762 M:      Jean Delvare <jdelvare@suse.com>
3763 S:      Maintained
3764 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3765 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3766 F:      drivers/firmware/dmi-id.c
3767 F:      drivers/firmware/dmi_scan.c
3768 F:      include/linux/dmi.h
3769
3770 DOCUMENTATION
3771 M:      Jonathan Corbet <corbet@lwn.net>
3772 L:      linux-doc@vger.kernel.org
3773 S:      Maintained
3774 F:      Documentation/
3775 F:      scripts/docproc.c
3776 F:      scripts/kernel-doc*
3777 X:      Documentation/ABI/
3778 X:      Documentation/devicetree/
3779 X:      Documentation/acpi
3780 X:      Documentation/power
3781 X:      Documentation/spi
3782 X:      Documentation/DocBook/media
3783 T:      git git://git.lwn.net/linux.git docs-next
3784
3785 DOUBLETALK DRIVER
3786 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3787 L:      blinux-list@redhat.com
3788 S:      Maintained
3789 F:      drivers/char/dtlk.c
3790 F:      include/linux/dtlk.h
3791
3792 DPT_I2O SCSI RAID DRIVER
3793 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3794 L:      linux-scsi@vger.kernel.org
3795 W:      http://www.adaptec.com/
3796 S:      Maintained
3797 F:      drivers/scsi/dpt*
3798 F:      drivers/scsi/dpt/
3799
3800 DRBD DRIVER
3801 M:      Philipp Reisner <philipp.reisner@linbit.com>
3802 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
3803 L:      drbd-dev@lists.linbit.com
3804 W:      http://www.drbd.org
3805 T:      git git://git.linbit.com/linux-drbd.git
3806 T:      git git://git.linbit.com/drbd-8.4.git
3807 S:      Supported
3808 F:      drivers/block/drbd/
3809 F:      lib/lru_cache.c
3810 F:      Documentation/blockdev/drbd/
3811
3812 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3813 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3815 S:      Supported
3816 F:      Documentation/kobject.txt
3817 F:      drivers/base/
3818 F:      fs/debugfs/
3819 F:      fs/kernfs/
3820 F:      fs/sysfs/
3821 F:      include/linux/debugfs.h
3822 F:      include/linux/kobj*
3823 F:      lib/kobj*
3824
3825 DRM DRIVERS
3826 M:      David Airlie <airlied@linux.ie>
3827 L:      dri-devel@lists.freedesktop.org
3828 T:      git git://people.freedesktop.org/~airlied/linux
3829 S:      Maintained
3830 F:      drivers/gpu/drm/
3831 F:      drivers/gpu/vga/
3832 F:      include/drm/
3833 F:      include/uapi/drm/
3834
3835 RADEON and AMDGPU DRM DRIVERS
3836 M:      Alex Deucher <alexander.deucher@amd.com>
3837 M:      Christian König <christian.koenig@amd.com>
3838 L:      dri-devel@lists.freedesktop.org
3839 T:      git git://people.freedesktop.org/~agd5f/linux
3840 S:      Supported
3841 F:      drivers/gpu/drm/radeon/
3842 F:      include/uapi/drm/radeon*
3843 F:      drivers/gpu/drm/amd/
3844 F:      include/uapi/drm/amdgpu*
3845
3846 DRM PANEL DRIVERS
3847 M:      Thierry Reding <thierry.reding@gmail.com>
3848 L:      dri-devel@lists.freedesktop.org
3849 T:      git git://anongit.freedesktop.org/tegra/linux.git
3850 S:      Maintained
3851 F:      drivers/gpu/drm/drm_panel.c
3852 F:      drivers/gpu/drm/panel/
3853 F:      include/drm/drm_panel.h
3854 F:      Documentation/devicetree/bindings/display/panel/
3855
3856 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3857 M:      Daniel Vetter <daniel.vetter@intel.com>
3858 M:      Jani Nikula <jani.nikula@linux.intel.com>
3859 L:      intel-gfx@lists.freedesktop.org
3860 L:      dri-devel@lists.freedesktop.org
3861 W:      https://01.org/linuxgraphics/
3862 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3863 T:      git git://anongit.freedesktop.org/drm-intel
3864 S:      Supported
3865 F:      drivers/gpu/drm/i915/
3866 F:      include/drm/i915*
3867 F:      include/uapi/drm/i915*
3868
3869 DRM DRIVERS FOR ATMEL HLCDC
3870 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3871 L:      dri-devel@lists.freedesktop.org
3872 S:      Supported
3873 F:      drivers/gpu/drm/atmel-hlcdc/
3874 F:      Documentation/devicetree/bindings/drm/atmel/
3875
3876 DRM DRIVERS FOR EXYNOS
3877 M:      Inki Dae <inki.dae@samsung.com>
3878 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3879 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3880 M:      Kyungmin Park <kyungmin.park@samsung.com>
3881 L:      dri-devel@lists.freedesktop.org
3882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3883 S:      Supported
3884 F:      drivers/gpu/drm/exynos/
3885 F:      include/drm/exynos*
3886 F:      include/uapi/drm/exynos*
3887
3888 DRM DRIVERS FOR FREESCALE DCU
3889 M:      Stefan Agner <stefan@agner.ch>
3890 M:      Alison Wang <alison.wang@freescale.com>
3891 L:      dri-devel@lists.freedesktop.org
3892 S:      Supported
3893 F:      drivers/gpu/drm/fsl-dcu/
3894 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
3895 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3896
3897 DRM DRIVERS FOR FREESCALE IMX
3898 M:      Philipp Zabel <p.zabel@pengutronix.de>
3899 L:      dri-devel@lists.freedesktop.org
3900 S:      Maintained
3901 F:      drivers/gpu/drm/imx/
3902 F:      drivers/gpu/ipu-v3/
3903 F:      Documentation/devicetree/bindings/display/imx/
3904
3905 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3906 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3907 L:      dri-devel@lists.freedesktop.org
3908 T:      git git://github.com/patjak/drm-gma500
3909 S:      Maintained
3910 F:      drivers/gpu/drm/gma500
3911 F:      include/drm/gma500*
3912
3913 DRM DRIVERS FOR NVIDIA TEGRA
3914 M:      Thierry Reding <thierry.reding@gmail.com>
3915 M:      Terje Bergström <tbergstrom@nvidia.com>
3916 L:      dri-devel@lists.freedesktop.org
3917 L:      linux-tegra@vger.kernel.org
3918 T:      git git://anongit.freedesktop.org/tegra/linux.git
3919 S:      Supported
3920 F:      drivers/gpu/drm/tegra/
3921 F:      drivers/gpu/host1x/
3922 F:      include/linux/host1x.h
3923 F:      include/uapi/drm/tegra_drm.h
3924 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3925
3926 DRM DRIVERS FOR RENESAS
3927 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3928 L:      dri-devel@lists.freedesktop.org
3929 L:      linux-renesas-soc@vger.kernel.org
3930 T:      git git://people.freedesktop.org/~airlied/linux
3931 S:      Supported
3932 F:      drivers/gpu/drm/rcar-du/
3933 F:      drivers/gpu/drm/shmobile/
3934 F:      include/linux/platform_data/shmob_drm.h
3935
3936 DRM DRIVERS FOR ROCKCHIP
3937 M:      Mark Yao <mark.yao@rock-chips.com>
3938 L:      dri-devel@lists.freedesktop.org
3939 S:      Maintained
3940 F:      drivers/gpu/drm/rockchip/
3941 F:      Documentation/devicetree/bindings/display/rockchip*
3942
3943 DRM DRIVERS FOR STI
3944 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3945 M:      Vincent Abriou <vincent.abriou@st.com>
3946 L:      dri-devel@lists.freedesktop.org
3947 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3948 S:      Maintained
3949 F:      drivers/gpu/drm/sti
3950 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
3951
3952 DRM DRIVERS FOR VIVANTE GPU IP
3953 M:      Lucas Stach <l.stach@pengutronix.de>
3954 R:      Russell King <linux+etnaviv@armlinux.org.uk>
3955 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
3956 L:      dri-devel@lists.freedesktop.org
3957 S:      Maintained
3958 F:      drivers/gpu/drm/etnaviv
3959 F:      Documentation/devicetree/bindings/display/etnaviv
3960
3961 DSBR100 USB FM RADIO DRIVER
3962 M:      Alexey Klimov <klimov.linux@gmail.com>
3963 L:      linux-media@vger.kernel.org
3964 T:      git git://linuxtv.org/media_tree.git
3965 S:      Maintained
3966 F:      drivers/media/radio/dsbr100.c
3967
3968 DSCC4 DRIVER
3969 M:      Francois Romieu <romieu@fr.zoreil.com>
3970 L:      netdev@vger.kernel.org
3971 S:      Maintained
3972 F:      drivers/net/wan/dscc4.c
3973
3974 DT3155 MEDIA DRIVER
3975 M:      Hans Verkuil <hverkuil@xs4all.nl>
3976 L:      linux-media@vger.kernel.org
3977 T:      git git://linuxtv.org/media_tree.git
3978 W:      https://linuxtv.org
3979 S:      Odd Fixes
3980 F:      drivers/media/pci/dt3155/
3981
3982 DVB_USB_AF9015 MEDIA DRIVER
3983 M:      Antti Palosaari <crope@iki.fi>
3984 L:      linux-media@vger.kernel.org
3985 W:      https://linuxtv.org
3986 W:      http://palosaari.fi/linux/
3987 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3988 T:      git git://linuxtv.org/anttip/media_tree.git
3989 S:      Maintained
3990 F:      drivers/media/usb/dvb-usb-v2/af9015*
3991
3992 DVB_USB_AF9035 MEDIA DRIVER
3993 M:      Antti Palosaari <crope@iki.fi>
3994 L:      linux-media@vger.kernel.org
3995 W:      https://linuxtv.org
3996 W:      http://palosaari.fi/linux/
3997 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3998 T:      git git://linuxtv.org/anttip/media_tree.git
3999 S:      Maintained
4000 F:      drivers/media/usb/dvb-usb-v2/af9035*
4001
4002 DVB_USB_ANYSEE MEDIA DRIVER
4003 M:      Antti Palosaari <crope@iki.fi>
4004 L:      linux-media@vger.kernel.org
4005 W:      https://linuxtv.org
4006 W:      http://palosaari.fi/linux/
4007 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4008 T:      git git://linuxtv.org/anttip/media_tree.git
4009 S:      Maintained
4010 F:      drivers/media/usb/dvb-usb-v2/anysee*
4011
4012 DVB_USB_AU6610 MEDIA DRIVER
4013 M:      Antti Palosaari <crope@iki.fi>
4014 L:      linux-media@vger.kernel.org
4015 W:      https://linuxtv.org
4016 W:      http://palosaari.fi/linux/
4017 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4018 T:      git git://linuxtv.org/anttip/media_tree.git
4019 S:      Maintained
4020 F:      drivers/media/usb/dvb-usb-v2/au6610*
4021
4022 DVB_USB_CE6230 MEDIA DRIVER
4023 M:      Antti Palosaari <crope@iki.fi>
4024 L:      linux-media@vger.kernel.org
4025 W:      https://linuxtv.org
4026 W:      http://palosaari.fi/linux/
4027 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4028 T:      git git://linuxtv.org/anttip/media_tree.git
4029 S:      Maintained
4030 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4031
4032 DVB_USB_CXUSB MEDIA DRIVER
4033 M:      Michael Krufky <mkrufky@linuxtv.org>
4034 L:      linux-media@vger.kernel.org
4035 W:      https://linuxtv.org
4036 W:      http://github.com/mkrufky
4037 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4038 T:      git git://linuxtv.org/media_tree.git
4039 S:      Maintained
4040 F:      drivers/media/usb/dvb-usb/cxusb*
4041
4042 DVB_USB_EC168 MEDIA DRIVER
4043 M:      Antti Palosaari <crope@iki.fi>
4044 L:      linux-media@vger.kernel.org
4045 W:      https://linuxtv.org
4046 W:      http://palosaari.fi/linux/
4047 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4048 T:      git git://linuxtv.org/anttip/media_tree.git
4049 S:      Maintained
4050 F:      drivers/media/usb/dvb-usb-v2/ec168*
4051
4052 DVB_USB_GL861 MEDIA DRIVER
4053 M:      Antti Palosaari <crope@iki.fi>
4054 L:      linux-media@vger.kernel.org
4055 W:      https://linuxtv.org
4056 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4057 T:      git git://linuxtv.org/anttip/media_tree.git
4058 S:      Maintained
4059 F:      drivers/media/usb/dvb-usb-v2/gl861*
4060
4061 DVB_USB_MXL111SF MEDIA DRIVER
4062 M:      Michael Krufky <mkrufky@linuxtv.org>
4063 L:      linux-media@vger.kernel.org
4064 W:      https://linuxtv.org
4065 W:      http://github.com/mkrufky
4066 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4067 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4068 S:      Maintained
4069 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4070
4071 DVB_USB_RTL28XXU MEDIA DRIVER
4072 M:      Antti Palosaari <crope@iki.fi>
4073 L:      linux-media@vger.kernel.org
4074 W:      https://linuxtv.org
4075 W:      http://palosaari.fi/linux/
4076 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4077 T:      git git://linuxtv.org/anttip/media_tree.git
4078 S:      Maintained
4079 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4080
4081 DVB_USB_V2 MEDIA DRIVER
4082 M:      Antti Palosaari <crope@iki.fi>
4083 L:      linux-media@vger.kernel.org
4084 W:      https://linuxtv.org
4085 W:      http://palosaari.fi/linux/
4086 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4087 T:      git git://linuxtv.org/anttip/media_tree.git
4088 S:      Maintained
4089 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4090 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4091
4092 DYNAMIC DEBUG
4093 M:      Jason Baron <jbaron@akamai.com>
4094 S:      Maintained
4095 F:      lib/dynamic_debug.c
4096 F:      include/linux/dynamic_debug.h
4097
4098 DZ DECSTATION DZ11 SERIAL DRIVER
4099 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4100 S:      Maintained
4101 F:      drivers/tty/serial/dz.*
4102
4103 E3X0 POWER BUTTON DRIVER
4104 M:      Moritz Fischer <moritz.fischer@ettus.com>
4105 L:      usrp-users@lists.ettus.com
4106 W:      http://www.ettus.com
4107 S:      Supported
4108 F:      drivers/input/misc/e3x0-button.c
4109 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4110
4111 E4000 MEDIA DRIVER
4112 M:      Antti Palosaari <crope@iki.fi>
4113 L:      linux-media@vger.kernel.org
4114 W:      https://linuxtv.org
4115 W:      http://palosaari.fi/linux/
4116 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4117 T:      git git://linuxtv.org/anttip/media_tree.git
4118 S:      Maintained
4119 F:      drivers/media/tuners/e4000*
4120
4121 EATA ISA/EISA/PCI SCSI DRIVER
4122 M:      Dario Ballabio <ballabio_dario@emc.com>
4123 L:      linux-scsi@vger.kernel.org
4124 S:      Maintained
4125 F:      drivers/scsi/eata.c
4126
4127 EC100 MEDIA DRIVER
4128 M:      Antti Palosaari <crope@iki.fi>
4129 L:      linux-media@vger.kernel.org
4130 W:      https://linuxtv.org
4131 W:      http://palosaari.fi/linux/
4132 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4133 T:      git git://linuxtv.org/anttip/media_tree.git
4134 S:      Maintained
4135 F:      drivers/media/dvb-frontends/ec100*
4136
4137 ECRYPT FILE SYSTEM
4138 M:      Tyler Hicks <tyhicks@canonical.com>
4139 L:      ecryptfs@vger.kernel.org
4140 W:      http://ecryptfs.org
4141 W:      https://launchpad.net/ecryptfs
4142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4143 S:      Supported
4144 F:      Documentation/filesystems/ecryptfs.txt
4145 F:      fs/ecryptfs/
4146
4147 EDAC-CORE
4148 M:      Doug Thompson <dougthompson@xmission.com>
4149 M:      Borislav Petkov <bp@alien8.de>
4150 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4151 L:      linux-edac@vger.kernel.org
4152 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4154 S:      Supported
4155 F:      Documentation/edac.txt
4156 F:      drivers/edac/
4157 F:      include/linux/edac.h
4158
4159 EDAC-AMD64
4160 M:      Doug Thompson <dougthompson@xmission.com>
4161 M:      Borislav Petkov <bp@alien8.de>
4162 L:      linux-edac@vger.kernel.org
4163 S:      Maintained
4164 F:      drivers/edac/amd64_edac*
4165
4166 EDAC-CALXEDA
4167 M:      Doug Thompson <dougthompson@xmission.com>
4168 M:      Robert Richter <rric@kernel.org>
4169 L:      linux-edac@vger.kernel.org
4170 S:      Maintained
4171 F:      drivers/edac/highbank*
4172
4173 EDAC-CAVIUM
4174 M:      Ralf Baechle <ralf@linux-mips.org>
4175 M:      David Daney <david.daney@cavium.com>
4176 L:      linux-edac@vger.kernel.org
4177 L:      linux-mips@linux-mips.org
4178 S:      Supported
4179 F:      drivers/edac/octeon_edac*
4180
4181 EDAC-E752X
4182 M:      Mark Gross <mark.gross@intel.com>
4183 M:      Doug Thompson <dougthompson@xmission.com>
4184 L:      linux-edac@vger.kernel.org
4185 S:      Maintained
4186 F:      drivers/edac/e752x_edac.c
4187
4188 EDAC-E7XXX
4189 M:      Doug Thompson <dougthompson@xmission.com>
4190 L:      linux-edac@vger.kernel.org
4191 S:      Maintained
4192 F:      drivers/edac/e7xxx_edac.c
4193
4194 EDAC-GHES
4195 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4196 L:      linux-edac@vger.kernel.org
4197 S:      Maintained
4198 F:      drivers/edac/ghes_edac.c
4199
4200 EDAC-I82443BXGX
4201 M:      Tim Small <tim@buttersideup.com>
4202 L:      linux-edac@vger.kernel.org
4203 S:      Maintained
4204 F:      drivers/edac/i82443bxgx_edac.c
4205
4206 EDAC-I3000
4207 M:      Jason Uhlenkott <juhlenko@akamai.com>
4208 L:      linux-edac@vger.kernel.org
4209 S:      Maintained
4210 F:      drivers/edac/i3000_edac.c
4211
4212 EDAC-I5000
4213 M:      Doug Thompson <dougthompson@xmission.com>
4214 L:      linux-edac@vger.kernel.org
4215 S:      Maintained
4216 F:      drivers/edac/i5000_edac.c
4217
4218 EDAC-I5400
4219 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4220 L:      linux-edac@vger.kernel.org
4221 S:      Maintained
4222 F:      drivers/edac/i5400_edac.c
4223
4224 EDAC-I7300
4225 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4226 L:      linux-edac@vger.kernel.org
4227 S:      Maintained
4228 F:      drivers/edac/i7300_edac.c
4229
4230 EDAC-I7CORE
4231 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4232 L:      linux-edac@vger.kernel.org
4233 S:      Maintained
4234 F:      drivers/edac/i7core_edac.c
4235
4236 EDAC-I82975X
4237 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4238 M:      "Arvind R." <arvino55@gmail.com>
4239 L:      linux-edac@vger.kernel.org
4240 S:      Maintained
4241 F:      drivers/edac/i82975x_edac.c
4242
4243 EDAC-IE31200
4244 M:      Jason Baron <jbaron@akamai.com>
4245 L:      linux-edac@vger.kernel.org
4246 S:      Maintained
4247 F:      drivers/edac/ie31200_edac.c
4248
4249 EDAC-MPC85XX
4250 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4251 L:      linux-edac@vger.kernel.org
4252 S:      Maintained
4253 F:      drivers/edac/mpc85xx_edac.[ch]
4254
4255 EDAC-PASEMI
4256 M:      Egor Martovetsky <egor@pasemi.com>
4257 L:      linux-edac@vger.kernel.org
4258 S:      Maintained
4259 F:      drivers/edac/pasemi_edac.c
4260
4261 EDAC-R82600
4262 M:      Tim Small <tim@buttersideup.com>
4263 L:      linux-edac@vger.kernel.org
4264 S:      Maintained
4265 F:      drivers/edac/r82600_edac.c
4266
4267 EDAC-SBRIDGE
4268 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4269 L:      linux-edac@vger.kernel.org
4270 S:      Maintained
4271 F:      drivers/edac/sb_edac.c
4272
4273 EDAC-XGENE
4274 APPLIED MICRO (APM) X-GENE SOC EDAC
4275 M:     Loc Ho <lho@apm.com>
4276 S:     Supported
4277 F:     drivers/edac/xgene_edac.c
4278 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4279
4280 EDIROL UA-101/UA-1000 DRIVER
4281 M:      Clemens Ladisch <clemens@ladisch.de>
4282 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4283 T:      git git://git.alsa-project.org/alsa-kernel.git
4284 S:      Maintained
4285 F:      sound/usb/misc/ua101.c
4286
4287 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4288 M:      Matt Fleming <matt@codeblueprint.co.uk>
4289 L:      linux-efi@vger.kernel.org
4290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4291 S:      Maintained
4292 F:      Documentation/efi-stub.txt
4293 F:      arch/ia64/kernel/efi.c
4294 F:      arch/x86/boot/compressed/eboot.[ch]
4295 F:      arch/x86/include/asm/efi.h
4296 F:      arch/x86/platform/efi/
4297 F:      drivers/firmware/efi/
4298 F:      include/linux/efi*.h
4299
4300 EFI VARIABLE FILESYSTEM
4301 M:      Matthew Garrett <matthew.garrett@nebula.com>
4302 M:      Jeremy Kerr <jk@ozlabs.org>
4303 M:      Matt Fleming <matt@codeblueprint.co.uk>
4304 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4305 L:      linux-efi@vger.kernel.org
4306 S:      Maintained
4307 F:      fs/efivarfs/
4308
4309 EFIFB FRAMEBUFFER DRIVER
4310 L:      linux-fbdev@vger.kernel.org
4311 M:      Peter Jones <pjones@redhat.com>
4312 S:      Maintained
4313 F:      drivers/video/fbdev/efifb.c
4314
4315 EFS FILESYSTEM
4316 W:      http://aeschi.ch.eu.org/efs/
4317 S:      Orphan
4318 F:      fs/efs/
4319
4320 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4321 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4322 L:      netdev@vger.kernel.org
4323 S:      Maintained
4324 F:      drivers/net/ethernet/ibm/ehea/
4325
4326 EM28XX VIDEO4LINUX DRIVER
4327 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4328 L:      linux-media@vger.kernel.org
4329 W:      https://linuxtv.org
4330 T:      git git://linuxtv.org/media_tree.git
4331 S:      Maintained
4332 F:      drivers/media/usb/em28xx/
4333
4334 EMBEDDED LINUX
4335 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4336 M:      Matt Mackall <mpm@selenic.com>
4337 M:      David Woodhouse <dwmw2@infradead.org>
4338 L:      linux-embedded@vger.kernel.org
4339 S:      Maintained
4340
4341 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4342 M:      James Smart <james.smart@avagotech.com>
4343 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4344 L:      linux-scsi@vger.kernel.org
4345 W:      http://www.avagotech.com
4346 S:      Supported
4347 F:      drivers/scsi/lpfc/
4348
4349 ENE CB710 FLASH CARD READER DRIVER
4350 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
4351 S:      Maintained
4352 F:      drivers/misc/cb710/
4353 F:      drivers/mmc/host/cb710-mmc.*
4354 F:      include/linux/cb710.h
4355
4356 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4357 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4358 S:      Maintained
4359 F:      drivers/media/rc/ene_ir.*
4360
4361 EPSON S1D13XXX FRAMEBUFFER DRIVER
4362 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4363 S:      Maintained
4364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4365 F:      drivers/video/fbdev/s1d13xxxfb.c
4366 F:      include/video/s1d13xxxfb.h
4367
4368 ET131X NETWORK DRIVER
4369 M:      Mark Einon <mark.einon@gmail.com>
4370 S:      Odd Fixes
4371 F:      drivers/net/ethernet/agere/
4372
4373 ETHERNET BRIDGE
4374 M:      Stephen Hemminger <stephen@networkplumber.org>
4375 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
4376 L:      netdev@vger.kernel.org
4377 W:      http://www.linuxfoundation.org/en/Net:Bridge
4378 S:      Maintained
4379 F:      include/linux/netfilter_bridge/
4380 F:      net/bridge/
4381
4382 ETHERNET PHY LIBRARY
4383 M:      Florian Fainelli <f.fainelli@gmail.com>
4384 L:      netdev@vger.kernel.org
4385 S:      Maintained
4386 F:      include/linux/phy.h
4387 F:      include/linux/phy_fixed.h
4388 F:      drivers/net/phy/
4389 F:      Documentation/networking/phy.txt
4390 F:      drivers/of/of_mdio.c
4391 F:      drivers/of/of_net.c
4392
4393 EXT2 FILE SYSTEM
4394 M:      Jan Kara <jack@suse.com>
4395 L:      linux-ext4@vger.kernel.org
4396 S:      Maintained
4397 F:      Documentation/filesystems/ext2.txt
4398 F:      fs/ext2/
4399 F:      include/linux/ext2*
4400
4401 EXT4 FILE SYSTEM
4402 M:      "Theodore Ts'o" <tytso@mit.edu>
4403 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4404 L:      linux-ext4@vger.kernel.org
4405 W:      http://ext4.wiki.kernel.org
4406 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4408 S:      Maintained
4409 F:      Documentation/filesystems/ext4.txt
4410 F:      fs/ext4/
4411
4412 Extended Verification Module (EVM)
4413 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4414 L:      linux-ima-devel@lists.sourceforge.net
4415 L:      linux-security-module@vger.kernel.org
4416 S:      Supported
4417 F:      security/integrity/evm/
4418
4419 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4420 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4421 M:      Chanwoo Choi <cw00.choi@samsung.com>
4422 L:      linux-kernel@vger.kernel.org
4423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4424 S:      Maintained
4425 F:      drivers/extcon/
4426 F:      include/linux/extcon/
4427 F:      include/linux/extcon.h
4428 F:      Documentation/extcon/
4429 F:      Documentation/devicetree/bindings/extcon/
4430
4431 EXYNOS DP DRIVER
4432 M:      Jingoo Han <jingoohan1@gmail.com>
4433 L:      dri-devel@lists.freedesktop.org
4434 S:      Maintained
4435 F:      drivers/gpu/drm/exynos/exynos_dp*
4436
4437 EXYNOS SYSMMU (IOMMU) driver
4438 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4439 L:      iommu@lists.linux-foundation.org
4440 S:      Maintained
4441 F:      drivers/iommu/exynos-iommu.c
4442
4443 EXYNOS MIPI DISPLAY DRIVERS
4444 M:      Inki Dae <inki.dae@samsung.com>
4445 M:      Donghwa Lee <dh09.lee@samsung.com>
4446 M:      Kyungmin Park <kyungmin.park@samsung.com>
4447 L:      linux-fbdev@vger.kernel.org
4448 S:      Maintained
4449 F:      drivers/video/fbdev/exynos/exynos_mipi*
4450 F:      include/video/exynos_mipi*
4451
4452 EZchip NPS platform support
4453 M:      Noam Camus <noamc@ezchip.com>
4454 S:      Supported
4455 F:      arch/arc/plat-eznps
4456 F:      arch/arc/boot/dts/eznps.dts
4457
4458 F71805F HARDWARE MONITORING DRIVER
4459 M:      Jean Delvare <jdelvare@suse.com>
4460 L:      linux-hwmon@vger.kernel.org
4461 S:      Maintained
4462 F:      Documentation/hwmon/f71805f
4463 F:      drivers/hwmon/f71805f.c
4464
4465 FC0011 TUNER DRIVER
4466 M:      Michael Buesch <m@bues.ch>
4467 L:      linux-media@vger.kernel.org
4468 S:      Maintained
4469 F:      drivers/media/tuners/fc0011.h
4470 F:      drivers/media/tuners/fc0011.c
4471
4472 FC2580 MEDIA DRIVER
4473 M:      Antti Palosaari <crope@iki.fi>
4474 L:      linux-media@vger.kernel.org
4475 W:      https://linuxtv.org
4476 W:      http://palosaari.fi/linux/
4477 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4478 T:      git git://linuxtv.org/anttip/media_tree.git
4479 S:      Maintained
4480 F:      drivers/media/tuners/fc2580*
4481
4482 FANOTIFY
4483 M:      Eric Paris <eparis@redhat.com>
4484 S:      Maintained
4485 F:      fs/notify/fanotify/
4486 F:      include/linux/fanotify.h
4487 F:      include/uapi/linux/fanotify.h
4488
4489 FARSYNC SYNCHRONOUS DRIVER
4490 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4491 W:      http://www.farsite.co.uk/
4492 S:      Supported
4493 F:      drivers/net/wan/farsync.*
4494
4495 FAULT INJECTION SUPPORT
4496 M:      Akinobu Mita <akinobu.mita@gmail.com>
4497 S:      Supported
4498 F:      Documentation/fault-injection/
4499 F:      lib/fault-inject.c
4500
4501 FBTFT Framebuffer drivers
4502 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4503 M:      Noralf Trønnes <noralf@tronnes.org>
4504 S:      Maintained
4505 F:      drivers/staging/fbtft/
4506
4507 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4508 M:      Vasu Dev <vasu.dev@intel.com>
4509 L:      fcoe-devel@open-fcoe.org
4510 W:      www.Open-FCoE.org
4511 S:      Supported
4512 F:      drivers/scsi/libfc/
4513 F:      drivers/scsi/fcoe/
4514 F:      include/scsi/fc/
4515 F:      include/scsi/libfc.h
4516 F:      include/scsi/libfcoe.h
4517 F:      include/uapi/scsi/fc/
4518
4519 FILE LOCKING (flock() and fcntl()/lockf())
4520 M:      Jeff Layton <jlayton@poochiereds.net>
4521 M:      "J. Bruce Fields" <bfields@fieldses.org>
4522 L:      linux-fsdevel@vger.kernel.org
4523 S:      Maintained
4524 F:      include/linux/fcntl.h
4525 F:      include/linux/fs.h
4526 F:      include/uapi/linux/fcntl.h
4527 F:      include/uapi/linux/fs.h
4528 F:      fs/fcntl.c
4529 F:      fs/locks.c
4530
4531 FILESYSTEMS (VFS and infrastructure)
4532 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4533 L:      linux-fsdevel@vger.kernel.org
4534 S:      Maintained
4535 F:      fs/*
4536
4537 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4538 M:      Riku Voipio <riku.voipio@iki.fi>
4539 L:      linux-hwmon@vger.kernel.org
4540 S:      Maintained
4541 F:      drivers/hwmon/f75375s.c
4542 F:      include/linux/f75375s.h
4543
4544 FIREWIRE AUDIO DRIVERS
4545 M:      Clemens Ladisch <clemens@ladisch.de>
4546 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4547 T:      git git://git.alsa-project.org/alsa-kernel.git
4548 S:      Maintained
4549 F:      sound/firewire/
4550
4551 FIREWIRE MEDIA DRIVERS (firedtv)
4552 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4553 L:      linux-media@vger.kernel.org
4554 L:      linux1394-devel@lists.sourceforge.net
4555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4556 S:      Maintained
4557 F:      drivers/media/firewire/
4558
4559 FIREWIRE SBP-2 TARGET
4560 M:      Chris Boot <bootc@bootc.net>
4561 L:      linux-scsi@vger.kernel.org
4562 L:      target-devel@vger.kernel.org
4563 L:      linux1394-devel@lists.sourceforge.net
4564 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4565 S:      Maintained
4566 F:      drivers/target/sbp/
4567
4568 FIREWIRE SUBSYSTEM
4569 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4570 L:      linux1394-devel@lists.sourceforge.net
4571 W:      http://ieee1394.wiki.kernel.org/
4572 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4573 S:      Maintained
4574 F:      drivers/firewire/
4575 F:      include/linux/firewire.h
4576 F:      include/uapi/linux/firewire*.h
4577 F:      tools/firewire/
4578
4579 FIRMWARE LOADER (request_firmware)
4580 M:      Ming Lei <ming.lei@canonical.com>
4581 L:      linux-kernel@vger.kernel.org
4582 S:      Maintained
4583 F:      Documentation/firmware_class/
4584 F:      drivers/base/firmware*.c
4585 F:      include/linux/firmware.h
4586
4587 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4588 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4589 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4590 S:      Maintained
4591 F:      drivers/block/rsxx/
4592
4593 FLOPPY DRIVER
4594 M:      Jiri Kosina <jikos@kernel.org>
4595 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4596 S:      Odd fixes
4597 F:      drivers/block/floppy.c
4598
4599 FMC SUBSYSTEM
4600 M:      Alessandro Rubini <rubini@gnudd.com>
4601 W:      http://www.ohwr.org/projects/fmc-bus
4602 S:      Supported
4603 F:      drivers/fmc/
4604 F:      include/linux/fmc*.h
4605 F:      include/linux/ipmi-fru.h
4606 K:      fmc_d.*register
4607
4608 FPGA MANAGER FRAMEWORK
4609 M:      Alan Tull <atull@opensource.altera.com>
4610 R:      Moritz Fischer <moritz.fischer@ettus.com>
4611 S:      Maintained
4612 F:      drivers/fpga/
4613 F:      include/linux/fpga/fpga-mgr.h
4614 W:      http://www.rocketboards.org
4615
4616 FPU EMULATOR
4617 M:      Bill Metzenthen <billm@melbpc.org.au>
4618 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4619 S:      Maintained
4620 F:      arch/x86/math-emu/
4621
4622 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4623 L:      netdev@vger.kernel.org
4624 S:      Orphan
4625 F:      drivers/net/wan/dlci.c
4626 F:      drivers/net/wan/sdla.c
4627
4628 FRAMEBUFFER LAYER
4629 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4630 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4631 L:      linux-fbdev@vger.kernel.org
4632 W:      http://linux-fbdev.sourceforge.net/
4633 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4634 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4635 S:      Maintained
4636 F:      Documentation/fb/
4637 F:      drivers/video/
4638 F:      include/video/
4639 F:      include/linux/fb.h
4640 F:      include/uapi/video/
4641 F:      include/uapi/linux/fb.h
4642
4643 FREESCALE DIU FRAMEBUFFER DRIVER
4644 M:      Timur Tabi <timur@tabi.org>
4645 L:      linux-fbdev@vger.kernel.org
4646 S:      Maintained
4647 F:      drivers/video/fbdev/fsl-diu-fb.*
4648
4649 FREESCALE DMA DRIVER
4650 M:      Li Yang <leoli@freescale.com>
4651 M:      Zhang Wei <zw@zh-kernel.org>
4652 L:      linuxppc-dev@lists.ozlabs.org
4653 S:      Maintained
4654 F:      drivers/dma/fsldma.*
4655
4656 FREESCALE GPMI NAND DRIVER
4657 M:      Han Xu <han.xu@nxp.com>
4658 L:      linux-mtd@lists.infradead.org
4659 S:      Maintained
4660 F:      drivers/mtd/nand/gpmi-nand/*
4661
4662 FREESCALE I2C CPM DRIVER
4663 M:      Jochen Friedrich <jochen@scram.de>
4664 L:      linuxppc-dev@lists.ozlabs.org
4665 L:      linux-i2c@vger.kernel.org
4666 S:      Maintained
4667 F:      drivers/i2c/busses/i2c-cpm.c
4668
4669 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4670 M:      Sascha Hauer <kernel@pengutronix.de>
4671 L:      linux-fbdev@vger.kernel.org
4672 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4673 S:      Maintained
4674 F:      include/linux/platform_data/video-imxfb.h
4675 F:      drivers/video/fbdev/imxfb.c
4676
4677 FREESCALE QUAD SPI DRIVER
4678 M:      Han Xu <han.xu@nxp.com>
4679 L:      linux-mtd@lists.infradead.org
4680 S:      Maintained
4681 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4682
4683 FREESCALE SOC FS_ENET DRIVER
4684 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4685 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4686 L:      linuxppc-dev@lists.ozlabs.org
4687 L:      netdev@vger.kernel.org
4688 S:      Maintained
4689 F:      drivers/net/ethernet/freescale/fs_enet/
4690 F:      include/linux/fs_enet_pd.h
4691
4692 FREESCALE IMX / MXC FEC DRIVER
4693 M:      Fugang Duan <fugang.duan@nxp.com>
4694 L:      netdev@vger.kernel.org
4695 S:      Maintained
4696 F:      drivers/net/ethernet/freescale/fec_main.c
4697 F:      drivers/net/ethernet/freescale/fec_ptp.c
4698 F:      drivers/net/ethernet/freescale/fec.h
4699 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
4700
4701 FREESCALE QUICC ENGINE LIBRARY
4702 L:      linuxppc-dev@lists.ozlabs.org
4703 S:      Orphan
4704 F:      drivers/soc/fsl/qe/
4705 F:      include/soc/fsl/*qe*.h
4706 F:      include/soc/fsl/*ucc*.h
4707
4708 FREESCALE USB PERIPHERAL DRIVERS
4709 M:      Li Yang <leoli@freescale.com>
4710 L:      linux-usb@vger.kernel.org
4711 L:      linuxppc-dev@lists.ozlabs.org
4712 S:      Maintained
4713 F:      drivers/usb/gadget/udc/fsl*
4714
4715 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4716 M:      Li Yang <leoli@freescale.com>
4717 L:      netdev@vger.kernel.org
4718 L:      linuxppc-dev@lists.ozlabs.org
4719 S:      Maintained
4720 F:      drivers/net/ethernet/freescale/ucc_geth*
4721
4722 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4723 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4724 L:      netdev@vger.kernel.org
4725 S:      Maintained
4726 F:      drivers/net/ethernet/freescale/gianfar*
4727 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4728 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4729
4730 FREESCALE QUICC ENGINE UCC UART DRIVER
4731 M:      Timur Tabi <timur@tabi.org>
4732 L:      linuxppc-dev@lists.ozlabs.org
4733 S:      Maintained
4734 F:      drivers/tty/serial/ucc_uart.c
4735
4736 FREESCALE SOC SOUND DRIVERS
4737 M:      Timur Tabi <timur@tabi.org>
4738 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4739 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4740 R:      Fabio Estevam <fabio.estevam@nxp.com>
4741 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4742 L:      linuxppc-dev@lists.ozlabs.org
4743 S:      Maintained
4744 F:      sound/soc/fsl/fsl*
4745 F:      sound/soc/fsl/imx*
4746 F:      sound/soc/fsl/mpc8610_hpcd.c
4747
4748 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4749 M:      "J. German Rivera" <German.Rivera@freescale.com>
4750 L:      linux-kernel@vger.kernel.org
4751 S:      Maintained
4752 F:      drivers/staging/fsl-mc/
4753
4754 FREEVXFS FILESYSTEM
4755 M:      Christoph Hellwig <hch@infradead.org>
4756 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4757 S:      Maintained
4758 F:      fs/freevxfs/
4759
4760 FREEZER
4761 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4762 M:      Pavel Machek <pavel@ucw.cz>
4763 L:      linux-pm@vger.kernel.org
4764 S:      Supported
4765 F:      Documentation/power/freezing-of-tasks.txt
4766 F:      include/linux/freezer.h
4767 F:      kernel/freezer.c
4768
4769 FRONTSWAP API
4770 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4771 L:      linux-kernel@vger.kernel.org
4772 S:      Maintained
4773 F:      mm/frontswap.c
4774 F:      include/linux/frontswap.h
4775
4776 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4777 M:      David Howells <dhowells@redhat.com>
4778 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
4779 S:      Supported
4780 F:      Documentation/filesystems/caching/
4781 F:      fs/fscache/
4782 F:      include/linux/fscache*.h
4783
4784 F2FS FILE SYSTEM
4785 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4786 M:      Changman Lee <cm224.lee@samsung.com>
4787 R:      Chao Yu <chao2.yu@samsung.com>
4788 L:      linux-f2fs-devel@lists.sourceforge.net
4789 W:      http://en.wikipedia.org/wiki/F2FS
4790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4791 S:      Maintained
4792 F:      Documentation/filesystems/f2fs.txt
4793 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4794 F:      fs/f2fs/
4795 F:      include/linux/f2fs_fs.h
4796 F:      include/trace/events/f2fs.h
4797
4798 FUJITSU FR-V (FRV) PORT
4799 S:      Orphan
4800 F:      arch/frv/
4801
4802 FUJITSU LAPTOP EXTRAS
4803 M:      Jonathan Woithe <jwoithe@just42.net>
4804 L:      platform-driver-x86@vger.kernel.org
4805 S:      Maintained
4806 F:      drivers/platform/x86/fujitsu-laptop.c
4807
4808 FUJITSU M-5MO LS CAMERA ISP DRIVER
4809 M:      Kyungmin Park <kyungmin.park@samsung.com>
4810 M:      Heungjun Kim <riverful.kim@samsung.com>
4811 L:      linux-media@vger.kernel.org
4812 S:      Maintained
4813 F:      drivers/media/i2c/m5mols/
4814 F:      include/media/i2c/m5mols.h
4815
4816 FUJITSU TABLET EXTRAS
4817 M:      Robert Gerlach <khnz@gmx.de>
4818 L:      platform-driver-x86@vger.kernel.org
4819 S:      Maintained
4820 F:      drivers/platform/x86/fujitsu-tablet.c
4821
4822 FUSE: FILESYSTEM IN USERSPACE
4823 M:      Miklos Szeredi <miklos@szeredi.hu>
4824 L:      linux-fsdevel@vger.kernel.org
4825 W:      http://fuse.sourceforge.net/
4826 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4827 S:      Maintained
4828 F:      fs/fuse/
4829 F:      include/uapi/linux/fuse.h
4830 F:      Documentation/filesystems/fuse.txt
4831
4832 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4833 M:      Rik Faith <faith@cs.unc.edu>
4834 L:      linux-scsi@vger.kernel.org
4835 S:      Odd Fixes (e.g., new signatures)
4836 F:      drivers/scsi/fdomain.*
4837
4838 GCOV BASED KERNEL PROFILING
4839 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4840 S:      Maintained
4841 F:      kernel/gcov/
4842 F:      Documentation/gcov.txt
4843
4844 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4845 M:      Achim Leubner <achim_leubner@adaptec.com>
4846 L:      linux-scsi@vger.kernel.org
4847 W:      http://www.icp-vortex.com/
4848 S:      Supported
4849 F:      drivers/scsi/gdt*
4850
4851 GDB KERNEL DEBUGGING HELPER SCRIPTS
4852 M:      Jan Kiszka <jan.kiszka@siemens.com>
4853 S:      Supported
4854 F:      scripts/gdb/
4855
4856 GEMTEK FM RADIO RECEIVER DRIVER
4857 M:      Hans Verkuil <hverkuil@xs4all.nl>
4858 L:      linux-media@vger.kernel.org
4859 T:      git git://linuxtv.org/media_tree.git
4860 W:      https://linuxtv.org
4861 S:      Maintained
4862 F:      drivers/media/radio/radio-gemtek*
4863
4864 GENERIC GPIO I2C DRIVER
4865 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4866 S:      Supported
4867 F:      drivers/i2c/busses/i2c-gpio.c
4868 F:      include/linux/i2c-gpio.h
4869
4870 GENERIC GPIO I2C MULTIPLEXER DRIVER
4871 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4872 L:      linux-i2c@vger.kernel.org
4873 S:      Supported
4874 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4875 F:      include/linux/i2c-mux-gpio.h
4876 F:      Documentation/i2c/muxes/i2c-mux-gpio
4877
4878 GENERIC HDLC (WAN) DRIVERS
4879 M:      Krzysztof Halasa <khc@pm.waw.pl>
4880 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4881 S:      Maintained
4882 F:      drivers/net/wan/c101.c
4883 F:      drivers/net/wan/hd6457*
4884 F:      drivers/net/wan/hdlc*
4885 F:      drivers/net/wan/n2.c
4886 F:      drivers/net/wan/pc300too.c
4887 F:      drivers/net/wan/pci200syn.c
4888 F:      drivers/net/wan/wanxl*
4889
4890 GENERIC INCLUDE/ASM HEADER FILES
4891 M:      Arnd Bergmann <arnd@arndb.de>
4892 L:      linux-arch@vger.kernel.org
4893 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4894 S:      Maintained
4895 F:      include/asm-generic/
4896 F:      include/uapi/asm-generic/
4897
4898 GENERIC PHY FRAMEWORK
4899 M:      Kishon Vijay Abraham I <kishon@ti.com>
4900 L:      linux-kernel@vger.kernel.org
4901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4902 S:      Supported
4903 F:      drivers/phy/
4904 F:      include/linux/phy/
4905
4906 GENERIC PM DOMAINS
4907 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4908 M:      Kevin Hilman <khilman@kernel.org>
4909 M:      Ulf Hansson <ulf.hansson@linaro.org>
4910 L:      linux-pm@vger.kernel.org
4911 S:      Supported
4912 F:      drivers/base/power/domain*.c
4913 F:      include/linux/pm_domain.h
4914
4915 GENERIC UIO DRIVER FOR PCI DEVICES
4916 M:      "Michael S. Tsirkin" <mst@redhat.com>
4917 L:      kvm@vger.kernel.org
4918 S:      Supported
4919 F:      drivers/uio/uio_pci_generic.c
4920
4921 GET_MAINTAINER SCRIPT
4922 M:      Joe Perches <joe@perches.com>
4923 S:      Maintained
4924 F:      scripts/get_maintainer.pl
4925
4926 GFS2 FILE SYSTEM
4927 M:      Steven Whitehouse <swhiteho@redhat.com>
4928 M:      Bob Peterson <rpeterso@redhat.com>
4929 L:      cluster-devel@redhat.com
4930 W:      http://sources.redhat.com/cluster/
4931 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4932 S:      Supported
4933 F:      Documentation/filesystems/gfs2*.txt
4934 F:      fs/gfs2/
4935 F:      include/uapi/linux/gfs2_ondisk.h
4936
4937 GIGASET ISDN DRIVERS
4938 M:      Paul Bolle <pebolle@tiscali.nl>
4939 L:      gigaset307x-common@lists.sourceforge.net
4940 W:      http://gigaset307x.sourceforge.net/
4941 S:      Odd Fixes
4942 F:      Documentation/isdn/README.gigaset
4943 F:      drivers/isdn/gigaset/
4944 F:      include/uapi/linux/gigaset_dev.h
4945
4946 GO7007 MPEG CODEC
4947 M:      Hans Verkuil <hans.verkuil@cisco.com>
4948 L:      linux-media@vger.kernel.org
4949 S:      Maintained
4950 F:      drivers/media/usb/go7007/
4951
4952 GOODIX TOUCHSCREEN
4953 M:      Bastien Nocera <hadess@hadess.net>
4954 L:      linux-input@vger.kernel.org
4955 S:      Maintained
4956 F:      drivers/input/touchscreen/goodix.c
4957
4958 GPIO SUBSYSTEM
4959 M:      Linus Walleij <linus.walleij@linaro.org>
4960 M:      Alexandre Courbot <gnurou@gmail.com>
4961 L:      linux-gpio@vger.kernel.org
4962 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4963 S:      Maintained
4964 F:      Documentation/devicetree/bindings/gpio/
4965 F:      Documentation/gpio/
4966 F:      Documentation/ABI/testing/gpio-cdev
4967 F:      Documentation/ABI/obsolete/sysfs-gpio
4968 F:      drivers/gpio/
4969 F:      include/linux/gpio/
4970 F:      include/linux/gpio.h
4971 F:      include/asm-generic/gpio.h
4972 F:      include/uapi/linux/gpio.h
4973 F:      tools/gpio/
4974
4975 GRE DEMULTIPLEXER DRIVER
4976 M:      Dmitry Kozlov <xeb@mail.ru>
4977 L:      netdev@vger.kernel.org
4978 S:      Maintained
4979 F:      net/ipv4/gre_demux.c
4980 F:      net/ipv4/gre_offload.c
4981 F:      include/net/gre.h
4982
4983 GRETH 10/100/1G Ethernet MAC device driver
4984 M:      Andreas Larsson <andreas@gaisler.com>
4985 L:      netdev@vger.kernel.org
4986 S:      Maintained
4987 F:      drivers/net/ethernet/aeroflex/
4988
4989 GSPCA FINEPIX SUBDRIVER
4990 M:      Frank Zago <frank@zago.net>
4991 L:      linux-media@vger.kernel.org
4992 T:      git git://linuxtv.org/media_tree.git
4993 S:      Maintained
4994 F:      drivers/media/usb/gspca/finepix.c
4995
4996 GSPCA GL860 SUBDRIVER
4997 M:      Olivier Lorin <o.lorin@laposte.net>
4998 L:      linux-media@vger.kernel.org
4999 T:      git git://linuxtv.org/media_tree.git
5000 S:      Maintained
5001 F:      drivers/media/usb/gspca/gl860/
5002
5003 GSPCA M5602 SUBDRIVER
5004 M:      Erik Andren <erik.andren@gmail.com>
5005 L:      linux-media@vger.kernel.org
5006 T:      git git://linuxtv.org/media_tree.git
5007 S:      Maintained
5008 F:      drivers/media/usb/gspca/m5602/
5009
5010 GSPCA PAC207 SONIXB SUBDRIVER
5011 M:      Hans de Goede <hdegoede@redhat.com>
5012 L:      linux-media@vger.kernel.org
5013 T:      git git://linuxtv.org/media_tree.git
5014 S:      Maintained
5015 F:      drivers/media/usb/gspca/pac207.c
5016
5017 GSPCA SN9C20X SUBDRIVER
5018 M:      Brian Johnson <brijohn@gmail.com>
5019 L:      linux-media@vger.kernel.org
5020 T:      git git://linuxtv.org/media_tree.git
5021 S:      Maintained
5022 F:      drivers/media/usb/gspca/sn9c20x.c
5023
5024 GSPCA T613 SUBDRIVER
5025 M:      Leandro Costantino <lcostantino@gmail.com>
5026 L:      linux-media@vger.kernel.org
5027 T:      git git://linuxtv.org/media_tree.git
5028 S:      Maintained
5029 F:      drivers/media/usb/gspca/t613.c
5030
5031 GSPCA USB WEBCAM DRIVER
5032 M:      Hans de Goede <hdegoede@redhat.com>
5033 L:      linux-media@vger.kernel.org
5034 T:      git git://linuxtv.org/media_tree.git
5035 S:      Maintained
5036 F:      drivers/media/usb/gspca/
5037
5038 GUID PARTITION TABLE (GPT)
5039 M:      Davidlohr Bueso <dave@stgolabs.net>
5040 L:      linux-efi@vger.kernel.org
5041 S:      Maintained
5042 F:      block/partitions/efi.*
5043
5044 STK1160 USB VIDEO CAPTURE DRIVER
5045 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5046 L:      linux-media@vger.kernel.org
5047 T:      git git://linuxtv.org/media_tree.git
5048 S:      Maintained
5049 F:      drivers/media/usb/stk1160/
5050
5051 H8/300 ARCHITECTURE
5052 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5053 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5054 W:      http://uclinux-h8.sourceforge.jp
5055 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5056 S:      Maintained
5057 F:      arch/h8300/
5058 F:      drivers/clocksource/h8300_*.c
5059 F:      drivers/clk/h8300/
5060 F:      drivers/irqchip/irq-renesas-h8*.c
5061
5062 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5063 M:      Frank Seidel <frank@f-seidel.de>
5064 L:      platform-driver-x86@vger.kernel.org
5065 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5066 S:      Maintained
5067 F:      drivers/platform/x86/hdaps.c
5068
5069 HDPVR USB VIDEO ENCODER DRIVER
5070 M:      Hans Verkuil <hverkuil@xs4all.nl>
5071 L:      linux-media@vger.kernel.org
5072 T:      git git://linuxtv.org/media_tree.git
5073 W:      https://linuxtv.org
5074 S:      Odd Fixes
5075 F:      drivers/media/usb/hdpvr/
5076
5077 HWPOISON MEMORY FAILURE HANDLING
5078 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5079 L:      linux-mm@kvack.org
5080 S:      Maintained
5081 F:      mm/memory-failure.c
5082 F:      mm/hwpoison-inject.c
5083
5084 HYPERVISOR VIRTUAL CONSOLE DRIVER
5085 L:      linuxppc-dev@lists.ozlabs.org
5086 S:      Odd Fixes
5087 F:      drivers/tty/hvc/
5088
5089 HACKRF MEDIA DRIVER
5090 M:      Antti Palosaari <crope@iki.fi>
5091 L:      linux-media@vger.kernel.org
5092 W:      https://linuxtv.org
5093 W:      http://palosaari.fi/linux/
5094 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5095 T:      git git://linuxtv.org/anttip/media_tree.git
5096 S:      Maintained
5097 F:      drivers/media/usb/hackrf/
5098
5099 HARDWARE MONITORING
5100 M:      Jean Delvare <jdelvare@suse.com>
5101 M:      Guenter Roeck <linux@roeck-us.net>
5102 L:      linux-hwmon@vger.kernel.org
5103 W:      http://hwmon.wiki.kernel.org/
5104 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5105 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5106 S:      Maintained
5107 F:      Documentation/hwmon/
5108 F:      drivers/hwmon/
5109 F:      include/linux/hwmon*.h
5110
5111 HARDWARE RANDOM NUMBER GENERATOR CORE
5112 M:      Matt Mackall <mpm@selenic.com>
5113 M:      Herbert Xu <herbert@gondor.apana.org.au>
5114 L:      linux-crypto@vger.kernel.org
5115 S:      Odd fixes
5116 F:      Documentation/hw_random.txt
5117 F:      drivers/char/hw_random/
5118 F:      include/linux/hw_random.h
5119
5120 HARDWARE SPINLOCK CORE
5121 M:      Ohad Ben-Cohen <ohad@wizery.com>
5122 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5123 L:      linux-remoteproc@vger.kernel.org
5124 S:      Maintained
5125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5126 F:      Documentation/hwspinlock.txt
5127 F:      drivers/hwspinlock/hwspinlock_*
5128 F:      include/linux/hwspinlock.h
5129
5130 HARMONY SOUND DRIVER
5131 L:      linux-parisc@vger.kernel.org
5132 S:      Maintained
5133 F:      sound/parisc/harmony.*
5134
5135 HD29L2 MEDIA DRIVER
5136 M:      Antti Palosaari <crope@iki.fi>
5137 L:      linux-media@vger.kernel.org
5138 W:      https://linuxtv.org
5139 W:      http://palosaari.fi/linux/
5140 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5141 T:      git git://linuxtv.org/anttip/media_tree.git
5142 S:      Maintained
5143 F:      drivers/media/dvb-frontends/hd29l2*
5144
5145 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5146 M:      Don Brace <don.brace@microsemi.com>
5147 L:      iss_storagedev@hp.com
5148 L:      esc.storagedev@microsemi.com
5149 L:      linux-scsi@vger.kernel.org
5150 S:      Supported
5151 F:      Documentation/scsi/hpsa.txt
5152 F:      drivers/scsi/hpsa*.[ch]
5153 F:      include/linux/cciss*.h
5154 F:      include/uapi/linux/cciss*.h
5155
5156 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5157 M:      Don Brace <don.brace@microsemi.com>
5158 L:      iss_storagedev@hp.com
5159 L:      esc.storagedev@microsemi.com
5160 L:      linux-scsi@vger.kernel.org
5161 S:      Supported
5162 F:      Documentation/blockdev/cciss.txt
5163 F:      drivers/block/cciss*
5164 F:      include/linux/cciss_ioctl.h
5165 F:      include/uapi/linux/cciss_ioctl.h
5166
5167 HFS FILESYSTEM
5168 L:      linux-fsdevel@vger.kernel.org
5169 S:      Orphan
5170 F:      Documentation/filesystems/hfs.txt
5171 F:      fs/hfs/
5172
5173 HFSPLUS FILESYSTEM
5174 L:      linux-fsdevel@vger.kernel.org
5175 S:      Orphan
5176 F:      Documentation/filesystems/hfsplus.txt
5177 F:      fs/hfsplus/
5178
5179 HGA FRAMEBUFFER DRIVER
5180 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5181 L:      linux-nvidia@lists.surfsouth.com
5182 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5183 S:      Maintained
5184 F:      drivers/video/fbdev/hgafb.c
5185
5186 HIBERNATION (aka Software Suspend, aka swsusp)
5187 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5188 M:      Pavel Machek <pavel@ucw.cz>
5189 L:      linux-pm@vger.kernel.org
5190 S:      Supported
5191 F:      arch/x86/power/
5192 F:      drivers/base/power/
5193 F:      kernel/power/
5194 F:      include/linux/suspend.h
5195 F:      include/linux/freezer.h
5196 F:      include/linux/pm.h
5197 F:      arch/*/include/asm/suspend*.h
5198
5199 HID CORE LAYER
5200 M:      Jiri Kosina <jikos@kernel.org>
5201 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5202 L:      linux-input@vger.kernel.org
5203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5204 S:      Maintained
5205 F:      drivers/hid/
5206 F:      include/linux/hid*
5207 F:      include/uapi/linux/hid*
5208
5209 HID SENSOR HUB DRIVERS
5210 M:      Jiri Kosina <jikos@kernel.org>
5211 M:      Jonathan Cameron <jic23@kernel.org>
5212 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5213 L:      linux-input@vger.kernel.org
5214 L:      linux-iio@vger.kernel.org
5215 S:      Maintained
5216 F:      Documentation/hid/hid-sensor*
5217 F:      drivers/hid/hid-sensor-*
5218 F:      drivers/iio/*/hid-*
5219 F:      include/linux/hid-sensor-*
5220
5221 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5222 M:      Thomas Gleixner <tglx@linutronix.de>
5223 L:      linux-kernel@vger.kernel.org
5224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5225 S:      Maintained
5226 F:      Documentation/timers/
5227 F:      kernel/time/hrtimer.c
5228 F:      kernel/time/clockevents.c
5229 F:      kernel/time/tick*.*
5230 F:      kernel/time/timer_*.c
5231 F:      include/linux/clockchips.h
5232 F:      include/linux/hrtimer.h
5233
5234 HIGH-SPEED SCC DRIVER FOR AX.25
5235 L:      linux-hams@vger.kernel.org
5236 S:      Orphan
5237 F:      drivers/net/hamradio/dmascc.c
5238 F:      drivers/net/hamradio/scc.c
5239
5240 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5241 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5242 W:      http://www.highpoint-tech.com
5243 S:      Supported
5244 F:      Documentation/scsi/hptiop.txt
5245 F:      drivers/scsi/hptiop.c
5246
5247 HIPPI
5248 M:      Jes Sorensen <jes@trained-monkey.org>
5249 L:      linux-hippi@sunsite.dk
5250 S:      Maintained
5251 F:      include/linux/hippidevice.h
5252 F:      include/uapi/linux/if_hippi.h
5253 F:      net/802/hippi.c
5254 F:      drivers/net/hippi/
5255
5256 HISILICON SAS Controller
5257 M:      John Garry <john.garry@huawei.com>
5258 W:      http://www.hisilicon.com
5259 S:      Supported
5260 F:      drivers/scsi/hisi_sas/
5261 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5262
5263 HOST AP DRIVER
5264 M:      Jouni Malinen <j@w1.fi>
5265 L:      hostap@shmoo.com (subscribers-only)
5266 L:      linux-wireless@vger.kernel.org
5267 W:      http://hostap.epitest.fi/
5268 S:      Maintained
5269 F:      drivers/net/wireless/intersil/hostap/
5270
5271 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5272 L:      platform-driver-x86@vger.kernel.org
5273 S:      Orphan
5274 F:      drivers/platform/x86/tc1100-wmi.c
5275
5276 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5277 M:      Jaroslav Kysela <perex@perex.cz>
5278 S:      Maintained
5279 F:      drivers/net/ethernet/hp/hp100.*
5280
5281 HPET:   High Precision Event Timers driver
5282 M:      Clemens Ladisch <clemens@ladisch.de>
5283 S:      Maintained
5284 F:      Documentation/timers/hpet.txt
5285 F:      drivers/char/hpet.c
5286 F:      include/linux/hpet.h
5287 F:      include/uapi/linux/hpet.h
5288
5289 HPET:   x86
5290 S:      Orphan
5291 F:      arch/x86/kernel/hpet.c
5292 F:      arch/x86/include/asm/hpet.h
5293
5294 HPFS FILESYSTEM
5295 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5296 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5297 S:      Maintained
5298 F:      fs/hpfs/
5299
5300 HSI SUBSYSTEM
5301 M:      Sebastian Reichel <sre@kernel.org>
5302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5303 S:      Maintained
5304 F:      Documentation/ABI/testing/sysfs-bus-hsi
5305 F:      Documentation/hsi.txt
5306 F:      drivers/hsi/
5307 F:      include/linux/hsi/
5308 F:      include/uapi/linux/hsi/
5309
5310 HSO 3G MODEM DRIVER
5311 M:      Jan Dumon <j.dumon@option.com>
5312 W:      http://www.pharscape.org
5313 S:      Maintained
5314 F:      drivers/net/usb/hso.c
5315
5316 HSR NETWORK PROTOCOL
5317 M:      Arvid Brodin <arvid.brodin@alten.se>
5318 L:      netdev@vger.kernel.org
5319 S:      Maintained
5320 F:      net/hsr/
5321
5322 HTCPEN TOUCHSCREEN DRIVER
5323 M:      Pau Oliva Fora <pof@eslack.org>
5324 L:      linux-input@vger.kernel.org
5325 S:      Maintained
5326 F:      drivers/input/touchscreen/htcpen.c
5327
5328 HUGETLB FILESYSTEM
5329 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5330 S:      Maintained
5331 F:      fs/hugetlbfs/
5332
5333 Hyper-V CORE AND DRIVERS
5334 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5335 M:      Haiyang Zhang <haiyangz@microsoft.com>
5336 L:      devel@linuxdriverproject.org
5337 S:      Maintained
5338 F:      arch/x86/include/asm/mshyperv.h
5339 F:      arch/x86/include/uapi/asm/hyperv.h
5340 F:      arch/x86/kernel/cpu/mshyperv.c
5341 F:      drivers/hid/hid-hyperv.c
5342 F:      drivers/hv/
5343 F:      drivers/input/serio/hyperv-keyboard.c
5344 F:      drivers/pci/host/pci-hyperv.c
5345 F:      drivers/net/hyperv/
5346 F:      drivers/scsi/storvsc_drv.c
5347 F:      drivers/video/fbdev/hyperv_fb.c
5348 F:      include/linux/hyperv.h
5349 F:      tools/hv/
5350 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5351
5352 I2C MUXES
5353 M:      Peter Rosin <peda@axentia.se>
5354 L:      linux-i2c@vger.kernel.org
5355 S:      Maintained
5356 F:      Documentation/i2c/i2c-topology
5357 F:      Documentation/i2c/muxes/
5358 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5359 F:      drivers/i2c/i2c-mux.c
5360 F:      drivers/i2c/muxes/
5361 F:      include/linux/i2c-mux.h
5362
5363 I2C OVER PARALLEL PORT
5364 M:      Jean Delvare <jdelvare@suse.com>
5365 L:      linux-i2c@vger.kernel.org
5366 S:      Maintained
5367 F:      Documentation/i2c/busses/i2c-parport
5368 F:      Documentation/i2c/busses/i2c-parport-light
5369 F:      drivers/i2c/busses/i2c-parport.c
5370 F:      drivers/i2c/busses/i2c-parport-light.c
5371
5372 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5373 M:      Jean Delvare <jdelvare@suse.com>
5374 L:      linux-i2c@vger.kernel.org
5375 S:      Maintained
5376 F:      Documentation/i2c/busses/i2c-ali1535
5377 F:      Documentation/i2c/busses/i2c-ali1563
5378 F:      Documentation/i2c/busses/i2c-ali15x3
5379 F:      Documentation/i2c/busses/i2c-amd756
5380 F:      Documentation/i2c/busses/i2c-amd8111
5381 F:      Documentation/i2c/busses/i2c-i801
5382 F:      Documentation/i2c/busses/i2c-nforce2
5383 F:      Documentation/i2c/busses/i2c-piix4
5384 F:      Documentation/i2c/busses/i2c-sis5595
5385 F:      Documentation/i2c/busses/i2c-sis630
5386 F:      Documentation/i2c/busses/i2c-sis96x
5387 F:      Documentation/i2c/busses/i2c-via
5388 F:      Documentation/i2c/busses/i2c-viapro
5389 F:      drivers/i2c/busses/i2c-ali1535.c
5390 F:      drivers/i2c/busses/i2c-ali1563.c
5391 F:      drivers/i2c/busses/i2c-ali15x3.c
5392 F:      drivers/i2c/busses/i2c-amd756.c
5393 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5394 F:      drivers/i2c/busses/i2c-amd8111.c
5395 F:      drivers/i2c/busses/i2c-i801.c
5396 F:      drivers/i2c/busses/i2c-isch.c
5397 F:      drivers/i2c/busses/i2c-nforce2.c
5398 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5399 F:      drivers/i2c/busses/i2c-piix4.c
5400 F:      drivers/i2c/busses/i2c-sis5595.c
5401 F:      drivers/i2c/busses/i2c-sis630.c
5402 F:      drivers/i2c/busses/i2c-sis96x.c
5403 F:      drivers/i2c/busses/i2c-via.c
5404 F:      drivers/i2c/busses/i2c-viapro.c
5405
5406 I2C/SMBUS ISMT DRIVER
5407 M:      Seth Heasley <seth.heasley@intel.com>
5408 M:      Neil Horman <nhorman@tuxdriver.com>
5409 L:      linux-i2c@vger.kernel.org
5410 F:      drivers/i2c/busses/i2c-ismt.c
5411 F:      Documentation/i2c/busses/i2c-ismt
5412
5413 I2C/SMBUS STUB DRIVER
5414 M:      Jean Delvare <jdelvare@suse.com>
5415 L:      linux-i2c@vger.kernel.org
5416 S:      Maintained
5417 F:      drivers/i2c/i2c-stub.c
5418
5419 I2C SUBSYSTEM
5420 M:      Wolfram Sang <wsa@the-dreams.de>
5421 L:      linux-i2c@vger.kernel.org
5422 W:      https://i2c.wiki.kernel.org/
5423 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5424 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5425 S:      Maintained
5426 F:      Documentation/devicetree/bindings/i2c/
5427 F:      Documentation/i2c/
5428 F:      drivers/i2c/
5429 F:      drivers/i2c/*/
5430 F:      include/linux/i2c.h
5431 F:      include/linux/i2c-*.h
5432 F:      include/uapi/linux/i2c.h
5433 F:      include/uapi/linux/i2c-*.h
5434
5435 I2C ACPI SUPPORT
5436 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5437 L:      linux-i2c@vger.kernel.org
5438 L:      linux-acpi@vger.kernel.org
5439 S:      Maintained
5440
5441 I2C-TAOS-EVM DRIVER
5442 M:      Jean Delvare <jdelvare@suse.com>
5443 L:      linux-i2c@vger.kernel.org
5444 S:      Maintained
5445 F:      Documentation/i2c/busses/i2c-taos-evm
5446 F:      drivers/i2c/busses/i2c-taos-evm.c
5447
5448 I2C-TINY-USB DRIVER
5449 M:      Till Harbaum <till@harbaum.org>
5450 L:      linux-i2c@vger.kernel.org
5451 W:      http://www.harbaum.org/till/i2c_tiny_usb
5452 S:      Maintained
5453 F:      drivers/i2c/busses/i2c-tiny-usb.c
5454
5455 i386 BOOT CODE
5456 M:      "H. Peter Anvin" <hpa@zytor.com>
5457 S:      Maintained
5458 F:      arch/x86/boot/
5459
5460 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5461 M:      "H. Peter Anvin" <hpa@zytor.com>
5462 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5463 S:      Maintained
5464
5465 IA64 (Itanium) PLATFORM
5466 M:      Tony Luck <tony.luck@intel.com>
5467 M:      Fenghua Yu <fenghua.yu@intel.com>
5468 L:      linux-ia64@vger.kernel.org
5469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5470 S:      Maintained
5471 F:      arch/ia64/
5472
5473 IBM Power VMX Cryptographic instructions
5474 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5475 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5476 L:      linux-crypto@vger.kernel.org
5477 S:      Supported
5478 F:      drivers/crypto/vmx/Makefile
5479 F:      drivers/crypto/vmx/Kconfig
5480 F:      drivers/crypto/vmx/vmx.c
5481 F:      drivers/crypto/vmx/aes*
5482 F:      drivers/crypto/vmx/ghash*
5483 F:      drivers/crypto/vmx/ppc-xlate.pl
5484
5485 IBM Power in-Nest Crypto Acceleration
5486 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5487 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5488 L:      linux-crypto@vger.kernel.org
5489 S:      Supported
5490 F:      drivers/crypto/nx/Makefile
5491 F:      drivers/crypto/nx/Kconfig
5492 F:      drivers/crypto/nx/nx-aes*
5493 F:      drivers/crypto/nx/nx-sha*
5494 F:      drivers/crypto/nx/nx.*
5495 F:      drivers/crypto/nx/nx_csbcpb.h
5496 F:      drivers/crypto/nx/nx_debugfs.h
5497
5498 IBM Power 842 compression accelerator
5499 M:      Dan Streetman <ddstreet@ieee.org>
5500 S:      Supported
5501 F:      drivers/crypto/nx/Makefile
5502 F:      drivers/crypto/nx/Kconfig
5503 F:      drivers/crypto/nx/nx-842*
5504 F:      include/linux/sw842.h
5505 F:      crypto/842.c
5506 F:      lib/842/
5507
5508 IBM Power Linux RAID adapter
5509 M:      Brian King <brking@us.ibm.com>
5510 S:      Supported
5511 F:      drivers/scsi/ipr.*
5512
5513 IBM Power Virtual Ethernet Device Driver
5514 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5515 L:      netdev@vger.kernel.org
5516 S:      Supported
5517 F:      drivers/net/ethernet/ibm/ibmveth.*
5518
5519 IBM Power SRIOV Virtual NIC Device Driver
5520 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5521 M:      John Allen <jallen@linux.vnet.ibm.com>
5522 L:      netdev@vger.kernel.org
5523 S:      Supported
5524 F:      drivers/net/ethernet/ibm/ibmvnic.*
5525
5526 IBM Power Virtual SCSI Device Drivers
5527 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5528 L:      linux-scsi@vger.kernel.org
5529 S:      Supported
5530 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5531 F:      drivers/scsi/ibmvscsi/viosrp.h
5532
5533 IBM Power Virtual FC Device Drivers
5534 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5535 L:      linux-scsi@vger.kernel.org
5536 S:      Supported
5537 F:      drivers/scsi/ibmvscsi/ibmvfc*
5538
5539 IBM ServeRAID RAID DRIVER
5540 S:      Orphan
5541 F:      drivers/scsi/ips.*
5542
5543 ICH LPC AND GPIO DRIVER
5544 M:      Peter Tyser <ptyser@xes-inc.com>
5545 S:      Maintained
5546 F:      drivers/mfd/lpc_ich.c
5547 F:      drivers/gpio/gpio-ich.c
5548
5549 IDE SUBSYSTEM
5550 M:      "David S. Miller" <davem@davemloft.net>
5551 L:      linux-ide@vger.kernel.org
5552 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5554 S:      Maintained
5555 F:      Documentation/ide/
5556 F:      drivers/ide/
5557 F:      include/linux/ide.h
5558
5559 IDEAPAD LAPTOP EXTRAS DRIVER
5560 M:      Ike Panhc <ike.pan@canonical.com>
5561 L:      platform-driver-x86@vger.kernel.org
5562 W:      http://launchpad.net/ideapad-laptop
5563 S:      Maintained
5564 F:      drivers/platform/x86/ideapad-laptop.c
5565
5566 IDEAPAD LAPTOP SLIDEBAR DRIVER
5567 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5568 L:      linux-input@vger.kernel.org
5569 W:      https://github.com/o2genum/ideapad-slidebar
5570 S:      Maintained
5571 F:      drivers/input/misc/ideapad_slidebar.c
5572
5573 IDE/ATAPI DRIVERS
5574 M:      Borislav Petkov <bp@alien8.de>
5575 L:      linux-ide@vger.kernel.org
5576 S:      Maintained
5577 F:      Documentation/cdrom/ide-cd
5578 F:      drivers/ide/ide-cd*
5579
5580 IDLE-I7300
5581 M:      Andy Henroid <andrew.d.henroid@intel.com>
5582 L:      linux-pm@vger.kernel.org
5583 S:      Supported
5584 F:      drivers/idle/i7300_idle.c
5585
5586 IEEE 802.15.4 SUBSYSTEM
5587 M:      Alexander Aring <aar@pengutronix.de>
5588 L:      linux-wpan@vger.kernel.org
5589 W:      http://wpan.cakelab.org/
5590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
5591 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
5592 S:      Maintained
5593 F:      net/ieee802154/
5594 F:      net/mac802154/
5595 F:      drivers/net/ieee802154/
5596 F:      include/linux/nl802154.h
5597 F:      include/linux/ieee802154.h
5598 F:      include/net/nl802154.h
5599 F:      include/net/mac802154.h
5600 F:      include/net/af_ieee802154.h
5601 F:      include/net/cfg802154.h
5602 F:      include/net/ieee802154_netdev.h
5603 F:      Documentation/networking/ieee802154.txt
5604
5605 IGORPLUG-USB IR RECEIVER
5606 M:      Sean Young <sean@mess.org>
5607 L:      linux-media@vger.kernel.org
5608 S:      Maintained
5609 F:      drivers/media/rc/igorplugusb.c
5610
5611 IGUANAWORKS USB IR TRANSCEIVER
5612 M:      Sean Young <sean@mess.org>
5613 L:      linux-media@vger.kernel.org
5614 S:      Maintained
5615 F:      drivers/media/rc/iguanair.c
5616
5617 IIO SUBSYSTEM AND DRIVERS
5618 M:      Jonathan Cameron <jic23@kernel.org>
5619 R:      Hartmut Knaack <knaack.h@gmx.de>
5620 R:      Lars-Peter Clausen <lars@metafoo.de>
5621 R:      Peter Meerwald <pmeerw@pmeerw.net>
5622 L:      linux-iio@vger.kernel.org
5623 S:      Maintained
5624 F:      drivers/iio/
5625 F:      drivers/staging/iio/
5626 F:      include/linux/iio/
5627 F:      tools/iio/
5628
5629 IKANOS/ADI EAGLE ADSL USB DRIVER
5630 M:      Matthieu Castet <castet.matthieu@free.fr>
5631 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5632 S:      Maintained
5633 F:      drivers/usb/atm/ueagle-atm.c
5634
5635 INA209 HARDWARE MONITOR DRIVER
5636 M:      Guenter Roeck <linux@roeck-us.net>
5637 L:      linux-hwmon@vger.kernel.org
5638 S:      Maintained
5639 F:      Documentation/hwmon/ina209
5640 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5641 F:      drivers/hwmon/ina209.c
5642
5643 INA2XX HARDWARE MONITOR DRIVER
5644 M:      Guenter Roeck <linux@roeck-us.net>
5645 L:      linux-hwmon@vger.kernel.org
5646 S:      Maintained
5647 F:      Documentation/hwmon/ina2xx
5648 F:      drivers/hwmon/ina2xx.c
5649 F:      include/linux/platform_data/ina2xx.h
5650
5651 INDUSTRY PACK SUBSYSTEM (IPACK)
5652 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5653 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5654 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5655 L:      industrypack-devel@lists.sourceforge.net
5656 W:      http://industrypack.sourceforge.net
5657 S:      Maintained
5658 F:      drivers/ipack/
5659
5660 INGENIC JZ4780 DMA Driver
5661 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5662 S:      Maintained
5663 F:      drivers/dma/dma-jz4780.c
5664
5665 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5666 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5667 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5668 L:      linux-ima-devel@lists.sourceforge.net
5669 L:      linux-ima-user@lists.sourceforge.net
5670 L:      linux-security-module@vger.kernel.org
5671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5672 S:      Supported
5673 F:      security/integrity/ima/
5674
5675 IMGTEC IR DECODER DRIVER
5676 M:      James Hogan <james.hogan@imgtec.com>
5677 S:      Maintained
5678 F:      drivers/media/rc/img-ir/
5679
5680 IMS TWINTURBO FRAMEBUFFER DRIVER
5681 L:      linux-fbdev@vger.kernel.org
5682 S:      Orphan
5683 F:      drivers/video/fbdev/imsttfb.c
5684
5685 INFINIBAND SUBSYSTEM
5686 M:      Doug Ledford <dledford@redhat.com>
5687 M:      Sean Hefty <sean.hefty@intel.com>
5688 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5689 L:      linux-rdma@vger.kernel.org
5690 W:      http://www.openfabrics.org/
5691 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5692 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5693 S:      Supported
5694 F:      Documentation/infiniband/
5695 F:      drivers/infiniband/
5696 F:      drivers/staging/rdma/
5697 F:      include/uapi/linux/if_infiniband.h
5698 F:      include/uapi/rdma/
5699 F:      include/rdma/
5700
5701 INOTIFY
5702 M:      John McCutchan <john@johnmccutchan.com>
5703 M:      Robert Love <rlove@rlove.org>
5704 M:      Eric Paris <eparis@parisplace.org>
5705 S:      Maintained
5706 F:      Documentation/filesystems/inotify.txt
5707 F:      fs/notify/inotify/
5708 F:      include/linux/inotify.h
5709 F:      include/uapi/linux/inotify.h
5710
5711 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5712 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5713 L:      linux-input@vger.kernel.org
5714 Q:      http://patchwork.kernel.org/project/linux-input/list/
5715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5716 S:      Maintained
5717 F:      drivers/input/
5718 F:      include/linux/input.h
5719 F:      include/uapi/linux/input.h
5720 F:      include/linux/input/
5721 F:      Documentation/devicetree/bindings/input/
5722
5723 INPUT MULTITOUCH (MT) PROTOCOL
5724 M:      Henrik Rydberg <rydberg@bitmath.org>
5725 L:      linux-input@vger.kernel.org
5726 S:      Odd fixes
5727 F:      Documentation/input/multi-touch-protocol.txt
5728 F:      drivers/input/input-mt.c
5729 K:      \b(ABS|SYN)_MT_
5730
5731 INTEL ASoC BDW/HSW DRIVERS
5732 M:      Jie Yang <yang.jie@linux.intel.com>
5733 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5734 S:      Supported
5735 F:      sound/soc/intel/common/sst-dsp*
5736 F:      sound/soc/intel/common/sst-firmware.c
5737 F:      sound/soc/intel/boards/broadwell.c
5738 F:      sound/soc/intel/haswell/
5739
5740 INTEL C600 SERIES SAS CONTROLLER DRIVER
5741 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5742 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5743 L:      linux-scsi@vger.kernel.org
5744 T:      git git://git.code.sf.net/p/intel-sas/isci
5745 S:      Supported
5746 F:      drivers/scsi/isci/
5747
5748 INTEL HID EVENT DRIVER
5749 M:      Alex Hung <alex.hung@canonical.com>
5750 L:      platform-driver-x86@vger.kernel.org
5751 S:      Maintained
5752 F:      drivers/platform/x86/intel-hid.c
5753
5754 INTEL IDLE DRIVER
5755 M:      Len Brown <lenb@kernel.org>
5756 L:      linux-pm@vger.kernel.org
5757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5758 S:      Supported
5759 F:      drivers/idle/intel_idle.c
5760
5761 INTEL PSTATE DRIVER
5762 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5763 M:      Len Brown <lenb@kernel.org>
5764 L:      linux-pm@vger.kernel.org
5765 S:      Supported
5766 F:      drivers/cpufreq/intel_pstate.c
5767
5768 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5769 M:      Maik Broemme <mbroemme@plusserver.de>
5770 L:      linux-fbdev@vger.kernel.org
5771 S:      Maintained
5772 F:      Documentation/fb/intelfb.txt
5773 F:      drivers/video/fbdev/intelfb/
5774
5775 INTEL 810/815 FRAMEBUFFER DRIVER
5776 M:      Antonino Daplas <adaplas@gmail.com>
5777 L:      linux-fbdev@vger.kernel.org
5778 S:      Maintained
5779 F:      drivers/video/fbdev/i810/
5780
5781 INTEL MENLOW THERMAL DRIVER
5782 M:      Sujith Thomas <sujith.thomas@intel.com>
5783 L:      platform-driver-x86@vger.kernel.org
5784 W:      https://01.org/linux-acpi
5785 S:      Supported
5786 F:      drivers/platform/x86/intel_menlow.c
5787
5788 INTEL I/OAT DMA DRIVER
5789 M:      Dave Jiang <dave.jiang@intel.com>
5790 R:      Dan Williams <dan.j.williams@intel.com>
5791 L:      dmaengine@vger.kernel.org
5792 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5793 S:      Supported
5794 F:      drivers/dma/ioat*
5795
5796 INTEL IOMMU (VT-d)
5797 M:      David Woodhouse <dwmw2@infradead.org>
5798 L:      iommu@lists.linux-foundation.org
5799 T:      git git://git.infradead.org/iommu-2.6.git
5800 S:      Supported
5801 F:      drivers/iommu/intel-iommu.c
5802 F:      include/linux/intel-iommu.h
5803
5804 INTEL IOP-ADMA DMA DRIVER
5805 R:      Dan Williams <dan.j.williams@intel.com>
5806 S:      Odd fixes
5807 F:      drivers/dma/iop-adma.c
5808
5809 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5810 M:      Krzysztof Halasa <khalasa@piap.pl>
5811 S:      Maintained
5812 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5813 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5814 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5815 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5816 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5817 F:      drivers/net/wan/ixp4xx_hss.c
5818
5819 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5820 M:      Deepak Saxena <dsaxena@plexity.net>
5821 S:      Maintained
5822 F:      drivers/char/hw_random/ixp4xx-rng.c
5823
5824 INTEL ETHERNET DRIVERS
5825 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5826 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
5827 W:      http://www.intel.com/support/feedback.htm
5828 W:      http://e1000.sourceforge.net/
5829 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5830 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5832 S:      Supported
5833 F:      Documentation/networking/e100.txt
5834 F:      Documentation/networking/e1000.txt
5835 F:      Documentation/networking/e1000e.txt
5836 F:      Documentation/networking/igb.txt
5837 F:      Documentation/networking/igbvf.txt
5838 F:      Documentation/networking/ixgb.txt
5839 F:      Documentation/networking/ixgbe.txt
5840 F:      Documentation/networking/ixgbevf.txt
5841 F:      Documentation/networking/i40e.txt
5842 F:      Documentation/networking/i40evf.txt
5843 F:      drivers/net/ethernet/intel/
5844 F:      drivers/net/ethernet/intel/*/
5845
5846 INTEL RDMA RNIC DRIVER
5847 M:     Faisal Latif <faisal.latif@intel.com>
5848 R:     Chien Tin Tung <chien.tin.tung@intel.com>
5849 R:     Mustafa Ismail <mustafa.ismail@intel.com>
5850 R:     Shiraz Saleem <shiraz.saleem@intel.com>
5851 R:     Tatyana Nikolova <tatyana.e.nikolova@intel.com>
5852 L:     linux-rdma@vger.kernel.org
5853 S:     Supported
5854 F:     drivers/infiniband/hw/i40iw/
5855
5856 INTEL-MID GPIO DRIVER
5857 M:      David Cohen <david.a.cohen@linux.intel.com>
5858 L:      linux-gpio@vger.kernel.org
5859 S:      Maintained
5860 F:      drivers/gpio/gpio-intel-mid.c
5861
5862 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5863 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5864 L:      linux-wireless@vger.kernel.org
5865 S:      Maintained
5866 F:      Documentation/networking/README.ipw2100
5867 F:      Documentation/networking/README.ipw2200
5868 F:      drivers/net/wireless/intel/ipw2x00/
5869
5870 INTEL(R) TRACE HUB
5871 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
5872 S:      Supported
5873 F:      Documentation/trace/intel_th.txt
5874 F:      drivers/hwtracing/intel_th/
5875
5876 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5877 M:      Ning Sun <ning.sun@intel.com>
5878 L:      tboot-devel@lists.sourceforge.net
5879 W:      http://tboot.sourceforge.net
5880 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5881 S:      Supported
5882 F:      Documentation/intel_txt.txt
5883 F:      include/linux/tboot.h
5884 F:      arch/x86/kernel/tboot.c
5885
5886 INTEL WIRELESS WIMAX CONNECTION 2400
5887 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5888 M:      linux-wimax@intel.com
5889 L:      wimax@linuxwimax.org (subscribers-only)
5890 S:      Supported
5891 W:      http://linuxwimax.org
5892 F:      Documentation/wimax/README.i2400m
5893 F:      drivers/net/wimax/i2400m/
5894 F:      include/uapi/linux/wimax/i2400m.h
5895
5896 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5897 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5898 L:      linux-wireless@vger.kernel.org
5899 S:      Supported
5900 F:      drivers/net/wireless/intel/iwlegacy/
5901
5902 INTEL WIRELESS WIFI LINK (iwlwifi)
5903 M:      Johannes Berg <johannes.berg@intel.com>
5904 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5905 M:      Intel Linux Wireless <linuxwifi@intel.com>
5906 L:      linux-wireless@vger.kernel.org
5907 W:      http://intellinuxwireless.org
5908 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5909 S:      Supported
5910 F:      drivers/net/wireless/intel/iwlwifi/
5911
5912 INTEL MANAGEMENT ENGINE (mei)
5913 M:      Tomas Winkler <tomas.winkler@intel.com>
5914 L:      linux-kernel@vger.kernel.org
5915 S:      Supported
5916 F:      include/uapi/linux/mei.h
5917 F:      include/linux/mei_cl_bus.h
5918 F:      drivers/misc/mei/*
5919 F:      drivers/watchdog/mei_wdt.c
5920 F:      Documentation/misc-devices/mei/*
5921
5922 INTEL MIC DRIVERS (mic)
5923 M:      Sudeep Dutt <sudeep.dutt@intel.com>
5924 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
5925 S:      Supported
5926 W:      https://github.com/sudeepdutt/mic
5927 W:      http://software.intel.com/en-us/mic-developer
5928 F:      include/linux/mic_bus.h
5929 F:      include/linux/scif.h
5930 F:      include/uapi/linux/mic_common.h
5931 F:      include/uapi/linux/mic_ioctl.h
5932 F:      include/uapi/linux/scif_ioctl.h
5933 F:      drivers/misc/mic/
5934 F:      drivers/dma/mic_x100_dma.c
5935 F:      drivers/dma/mic_x100_dma.h
5936 F:      Documentation/mic/
5937
5938 INTEL PMC/P-Unit IPC DRIVER
5939 M:      Zha Qipeng<qipeng.zha@intel.com>
5940 L:      platform-driver-x86@vger.kernel.org
5941 S:      Maintained
5942 F:      drivers/platform/x86/intel_pmc_ipc.c
5943 F:      drivers/platform/x86/intel_punit_ipc.c
5944 F:      arch/x86/include/asm/intel_pmc_ipc.h
5945 F:      arch/x86/include/asm/intel_punit_ipc.h
5946
5947 INTEL TELEMETRY DRIVER
5948 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
5949 L:      platform-driver-x86@vger.kernel.org
5950 S:      Maintained
5951 F:      arch/x86/include/asm/intel_telemetry.h
5952 F:      drivers/platform/x86/intel_telemetry*
5953
5954 IOC3 ETHERNET DRIVER
5955 M:      Ralf Baechle <ralf@linux-mips.org>
5956 L:      linux-mips@linux-mips.org
5957 S:      Maintained
5958 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5959
5960 IOC3 SERIAL DRIVER
5961 M:      Pat Gefre <pfg@sgi.com>
5962 L:      linux-serial@vger.kernel.org
5963 S:      Maintained
5964 F:      drivers/tty/serial/ioc3_serial.c
5965
5966 IOMMU DRIVERS
5967 M:      Joerg Roedel <joro@8bytes.org>
5968 L:      iommu@lists.linux-foundation.org
5969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5970 S:      Maintained
5971 F:      drivers/iommu/
5972
5973 IP MASQUERADING
5974 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5975 S:      Maintained
5976 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5977
5978 IPMI SUBSYSTEM
5979 M:      Corey Minyard <minyard@acm.org>
5980 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5981 W:      http://openipmi.sourceforge.net/
5982 S:      Supported
5983 F:      Documentation/IPMI.txt
5984 F:      drivers/char/ipmi/
5985 F:      include/linux/ipmi*
5986 F:      include/uapi/linux/ipmi*
5987
5988 QCOM AUDIO (ASoC) DRIVERS
5989 M:      Patrick Lai <plai@codeaurora.org>
5990 M:      Banajit Goswami <bgoswami@codeaurora.org>
5991 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5992 S:      Supported
5993 F:      sound/soc/qcom/
5994
5995 IPS SCSI RAID DRIVER
5996 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5997 L:      linux-scsi@vger.kernel.org
5998 W:      http://www.adaptec.com/
5999 S:      Maintained
6000 F:      drivers/scsi/ips*
6001
6002 IPVS
6003 M:      Wensong Zhang <wensong@linux-vs.org>
6004 M:      Simon Horman <horms@verge.net.au>
6005 M:      Julian Anastasov <ja@ssi.bg>
6006 L:      netdev@vger.kernel.org
6007 L:      lvs-devel@vger.kernel.org
6008 S:      Maintained
6009 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6010 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6011 F:      Documentation/networking/ipvs-sysctl.txt
6012 F:      include/net/ip_vs.h
6013 F:      include/uapi/linux/ip_vs.h
6014 F:      net/netfilter/ipvs/
6015
6016 IPWIRELESS DRIVER
6017 M:      Jiri Kosina <jikos@kernel.org>
6018 M:      David Sterba <dsterba@suse.com>
6019 S:      Odd Fixes
6020 F:      drivers/tty/ipwireless/
6021
6022 IPX NETWORK LAYER
6023 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6024 L:      netdev@vger.kernel.org
6025 S:      Maintained
6026 F:      include/net/ipx.h
6027 F:      include/uapi/linux/ipx.h
6028 F:      net/ipx/
6029
6030 IRDA SUBSYSTEM
6031 M:      Samuel Ortiz <samuel@sortiz.org>
6032 L:      irda-users@lists.sourceforge.net (subscribers-only)
6033 L:      netdev@vger.kernel.org
6034 W:      http://irda.sourceforge.net/
6035 S:      Maintained
6036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6037 F:      Documentation/networking/irda.txt
6038 F:      drivers/net/irda/
6039 F:      include/net/irda/
6040 F:      net/irda/
6041
6042 IRQ SUBSYSTEM
6043 M:      Thomas Gleixner <tglx@linutronix.de>
6044 L:      linux-kernel@vger.kernel.org
6045 S:      Maintained
6046 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6047 F:      kernel/irq/
6048
6049 IRQCHIP DRIVERS
6050 M:      Thomas Gleixner <tglx@linutronix.de>
6051 M:      Jason Cooper <jason@lakedaemon.net>
6052 M:      Marc Zyngier <marc.zyngier@arm.com>
6053 L:      linux-kernel@vger.kernel.org
6054 S:      Maintained
6055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6056 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6057 F:      Documentation/devicetree/bindings/interrupt-controller/
6058 F:      drivers/irqchip/
6059
6060 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6061 M:      Jiang Liu <jiang.liu@linux.intel.com>
6062 M:      Marc Zyngier <marc.zyngier@arm.com>
6063 S:      Maintained
6064 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6065 F:      Documentation/IRQ-domain.txt
6066 F:      include/linux/irqdomain.h
6067 F:      kernel/irq/irqdomain.c
6068 F:      kernel/irq/msi.c
6069
6070 ISAPNP
6071 M:      Jaroslav Kysela <perex@perex.cz>
6072 S:      Maintained
6073 F:      Documentation/isapnp.txt
6074 F:      drivers/pnp/isapnp/
6075 F:      include/linux/isapnp.h
6076
6077 ISA RADIO MODULE
6078 M:      Hans Verkuil <hverkuil@xs4all.nl>
6079 L:      linux-media@vger.kernel.org
6080 T:      git git://linuxtv.org/media_tree.git
6081 W:      https://linuxtv.org
6082 S:      Maintained
6083 F:      drivers/media/radio/radio-isa*
6084
6085 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6086 M:      Peter Jones <pjones@redhat.com>
6087 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6088 S:      Maintained
6089 F:      drivers/firmware/iscsi_ibft*
6090
6091 ISCSI
6092 M:      Mike Christie <michaelc@cs.wisc.edu>
6093 L:      open-iscsi@googlegroups.com
6094 W:      www.open-iscsi.org
6095 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6096 S:      Maintained
6097 F:      drivers/scsi/*iscsi*
6098 F:      include/scsi/*iscsi*
6099
6100 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6101 M:      Or Gerlitz <ogerlitz@mellanox.com>
6102 M:      Sagi Grimberg <sagi@grimberg.me>
6103 M:      Roi Dayan <roid@mellanox.com>
6104 L:      linux-rdma@vger.kernel.org
6105 S:      Supported
6106 W:      http://www.openfabrics.org
6107 W:      www.open-iscsi.org
6108 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6109 F:      drivers/infiniband/ulp/iser/
6110
6111 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6112 M:      Sagi Grimberg <sagi@grimberg.me>
6113 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6114 L:      linux-rdma@vger.kernel.org
6115 L:      target-devel@vger.kernel.org
6116 S:      Supported
6117 W:      http://www.linux-iscsi.org
6118 F:      drivers/infiniband/ulp/isert
6119
6120 ISDN SUBSYSTEM
6121 M:      Karsten Keil <isdn@linux-pingi.de>
6122 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6123 L:      netdev@vger.kernel.org
6124 W:      http://www.isdn4linux.de
6125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6126 S:      Maintained
6127 F:      Documentation/isdn/
6128 F:      drivers/isdn/
6129 F:      include/linux/isdn.h
6130 F:      include/linux/isdn/
6131 F:      include/uapi/linux/isdn.h
6132 F:      include/uapi/linux/isdn/
6133
6134 ISDN SUBSYSTEM (Eicon active card driver)
6135 M:      Armin Schindler <mac@melware.de>
6136 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6137 W:      http://www.melware.de
6138 S:      Maintained
6139 F:      drivers/isdn/hardware/eicon/
6140
6141 IT87 HARDWARE MONITORING DRIVER
6142 M:      Jean Delvare <jdelvare@suse.com>
6143 L:      linux-hwmon@vger.kernel.org
6144 S:      Maintained
6145 F:      Documentation/hwmon/it87
6146 F:      drivers/hwmon/it87.c
6147
6148 IT913X MEDIA DRIVER
6149 M:      Antti Palosaari <crope@iki.fi>
6150 L:      linux-media@vger.kernel.org
6151 W:      https://linuxtv.org
6152 W:      http://palosaari.fi/linux/
6153 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6154 T:      git git://linuxtv.org/anttip/media_tree.git
6155 S:      Maintained
6156 F:      drivers/media/tuners/it913x*
6157
6158 IVTV VIDEO4LINUX DRIVER
6159 M:      Andy Walls <awalls@md.metrocast.net>
6160 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6161 L:      linux-media@vger.kernel.org
6162 T:      git git://linuxtv.org/media_tree.git
6163 W:      http://www.ivtvdriver.org
6164 S:      Maintained
6165 F:      Documentation/video4linux/*.ivtv
6166 F:      drivers/media/pci/ivtv/
6167 F:      include/uapi/linux/ivtv*
6168
6169 IX2505V MEDIA DRIVER
6170 M:      Malcolm Priestley <tvboxspy@gmail.com>
6171 L:      linux-media@vger.kernel.org
6172 W:      https://linuxtv.org
6173 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6174 S:      Maintained
6175 F:      drivers/media/dvb-frontends/ix2505v*
6176
6177 JC42.4 TEMPERATURE SENSOR DRIVER
6178 M:      Guenter Roeck <linux@roeck-us.net>
6179 L:      linux-hwmon@vger.kernel.org
6180 S:      Maintained
6181 F:      drivers/hwmon/jc42.c
6182 F:      Documentation/hwmon/jc42
6183
6184 JFS FILESYSTEM
6185 M:      Dave Kleikamp <shaggy@kernel.org>
6186 L:      jfs-discussion@lists.sourceforge.net
6187 W:      http://jfs.sourceforge.net/
6188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6189 S:      Maintained
6190 F:      Documentation/filesystems/jfs.txt
6191 F:      fs/jfs/
6192
6193 JME NETWORK DRIVER
6194 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6195 L:      netdev@vger.kernel.org
6196 S:      Maintained
6197 F:      drivers/net/ethernet/jme.*
6198
6199 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6200 M:      David Woodhouse <dwmw2@infradead.org>
6201 L:      linux-mtd@lists.infradead.org
6202 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6203 S:      Maintained
6204 F:      fs/jffs2/
6205 F:      include/uapi/linux/jffs2.h
6206
6207 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6208 M:      "Theodore Ts'o" <tytso@mit.edu>
6209 M:      Jan Kara <jack@suse.com>
6210 L:      linux-ext4@vger.kernel.org
6211 S:      Maintained
6212 F:      fs/jbd2/
6213 F:      include/linux/jbd2.h
6214
6215 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6216 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6217 L:      linux-media@vger.kernel.org
6218 S:      Maintained
6219 F:      drivers/media/platform/rcar_jpu.c
6220
6221 JSM Neo PCI based serial card
6222 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6223 L:      linux-serial@vger.kernel.org
6224 S:      Maintained
6225 F:      drivers/tty/serial/jsm/
6226
6227 K10TEMP HARDWARE MONITORING DRIVER
6228 M:      Clemens Ladisch <clemens@ladisch.de>
6229 L:      linux-hwmon@vger.kernel.org
6230 S:      Maintained
6231 F:      Documentation/hwmon/k10temp
6232 F:      drivers/hwmon/k10temp.c
6233
6234 K8TEMP HARDWARE MONITORING DRIVER
6235 M:      Rudolf Marek <r.marek@assembler.cz>
6236 L:      linux-hwmon@vger.kernel.org
6237 S:      Maintained
6238 F:      Documentation/hwmon/k8temp
6239 F:      drivers/hwmon/k8temp.c
6240
6241 KASAN
6242 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6243 R:      Alexander Potapenko <glider@google.com>
6244 R:      Dmitry Vyukov <dvyukov@google.com>
6245 L:      kasan-dev@googlegroups.com
6246 S:      Maintained
6247 F:      arch/*/include/asm/kasan.h
6248 F:      arch/*/mm/kasan_init*
6249 F:      Documentation/kasan.txt
6250 F:      include/linux/kasan.h
6251 F:      lib/test_kasan.c
6252 F:      mm/kasan/
6253 F:      scripts/Makefile.kasan
6254
6255 KCONFIG
6256 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6257 L:      linux-kbuild@vger.kernel.org
6258 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6259 S:      Maintained
6260 F:      Documentation/kbuild/kconfig-language.txt
6261 F:      scripts/kconfig/
6262
6263 KDUMP
6264 M:      Vivek Goyal <vgoyal@redhat.com>
6265 M:      Haren Myneni <hbabu@us.ibm.com>
6266 L:      kexec@lists.infradead.org
6267 W:      http://lse.sourceforge.net/kdump/
6268 S:      Maintained
6269 F:      Documentation/kdump/
6270
6271 KEENE FM RADIO TRANSMITTER DRIVER
6272 M:      Hans Verkuil <hverkuil@xs4all.nl>
6273 L:      linux-media@vger.kernel.org
6274 T:      git git://linuxtv.org/media_tree.git
6275 W:      https://linuxtv.org
6276 S:      Maintained
6277 F:      drivers/media/radio/radio-keene*
6278
6279 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6280 M:      Ian Kent <raven@themaw.net>
6281 L:      autofs@vger.kernel.org
6282 S:      Maintained
6283 F:      fs/autofs4/
6284
6285 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6286 M:      Michal Marek <mmarek@suse.com>
6287 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6289 L:      linux-kbuild@vger.kernel.org
6290 S:      Maintained
6291 F:      Documentation/kbuild/
6292 F:      Makefile
6293 F:      scripts/Makefile.*
6294 F:      scripts/basic/
6295 F:      scripts/mk*
6296 F:      scripts/package/
6297
6298 KERNEL JANITORS
6299 L:      kernel-janitors@vger.kernel.org
6300 W:      http://kernelnewbies.org/KernelJanitors
6301 S:      Odd Fixes
6302
6303 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6304 M:      "J. Bruce Fields" <bfields@fieldses.org>
6305 M:      Jeff Layton <jlayton@poochiereds.net>
6306 L:      linux-nfs@vger.kernel.org
6307 W:      http://nfs.sourceforge.net/
6308 T:      git git://linux-nfs.org/~bfields/linux.git
6309 S:      Supported
6310 F:      fs/nfsd/
6311 F:      include/uapi/linux/nfsd/
6312 F:      fs/lockd/
6313 F:      fs/nfs_common/
6314 F:      net/sunrpc/
6315 F:      include/linux/lockd/
6316 F:      include/linux/sunrpc/
6317 F:      include/uapi/linux/sunrpc/
6318
6319 KERNEL SELFTEST FRAMEWORK
6320 M:      Shuah Khan <shuahkh@osg.samsung.com>
6321 L:      linux-kselftest@vger.kernel.org
6322 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6323 S:      Maintained
6324 F:      tools/testing/selftests
6325
6326 KERNEL VIRTUAL MACHINE (KVM)
6327 M:      Paolo Bonzini <pbonzini@redhat.com>
6328 M:      Radim Krčmář <rkrcmar@redhat.com>
6329 L:      kvm@vger.kernel.org
6330 W:      http://www.linux-kvm.org
6331 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6332 S:      Supported
6333 F:      Documentation/*/kvm*.txt
6334 F:      Documentation/virtual/kvm/
6335 F:      arch/*/kvm/
6336 F:      arch/x86/kernel/kvm.c
6337 F:      arch/x86/kernel/kvmclock.c
6338 F:      arch/*/include/asm/kvm*
6339 F:      include/linux/kvm*
6340 F:      include/uapi/linux/kvm*
6341 F:      virt/kvm/
6342
6343 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6344 M:      Joerg Roedel <joro@8bytes.org>
6345 L:      kvm@vger.kernel.org
6346 W:      http://www.linux-kvm.org/
6347 S:      Maintained
6348 F:      arch/x86/include/asm/svm.h
6349 F:      arch/x86/kvm/svm.c
6350
6351 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6352 M:      Alexander Graf <agraf@suse.com>
6353 L:      kvm-ppc@vger.kernel.org
6354 W:      http://www.linux-kvm.org/
6355 T:      git git://github.com/agraf/linux-2.6.git
6356 S:      Supported
6357 F:      arch/powerpc/include/asm/kvm*
6358 F:      arch/powerpc/kvm/
6359
6360 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6361 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6362 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6363 L:      linux-s390@vger.kernel.org
6364 W:      http://www.ibm.com/developerworks/linux/linux390/
6365 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6366 S:      Supported
6367 F:      Documentation/s390/kvm.txt
6368 F:      arch/s390/include/asm/kvm*
6369 F:      arch/s390/kvm/
6370
6371 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6372 M:      Christoffer Dall <christoffer.dall@linaro.org>
6373 M:      Marc Zyngier <marc.zyngier@arm.com>
6374 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6375 L:      kvmarm@lists.cs.columbia.edu
6376 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6377 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6378 S:      Supported
6379 F:      arch/arm/include/uapi/asm/kvm*
6380 F:      arch/arm/include/asm/kvm*
6381 F:      arch/arm/kvm/
6382 F:      virt/kvm/arm/
6383 F:      include/kvm/arm_*
6384
6385 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6386 M:      Christoffer Dall <christoffer.dall@linaro.org>
6387 M:      Marc Zyngier <marc.zyngier@arm.com>
6388 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6389 L:      kvmarm@lists.cs.columbia.edu
6390 S:      Maintained
6391 F:      arch/arm64/include/uapi/asm/kvm*
6392 F:      arch/arm64/include/asm/kvm*
6393 F:      arch/arm64/kvm/
6394
6395 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6396 M:      James Hogan <james.hogan@imgtec.com>
6397 L:      linux-mips@linux-mips.org
6398 S:      Supported
6399 F:      arch/mips/include/uapi/asm/kvm*
6400 F:      arch/mips/include/asm/kvm*
6401 F:      arch/mips/kvm/
6402
6403 KEXEC
6404 M:      Eric Biederman <ebiederm@xmission.com>
6405 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6406 L:      kexec@lists.infradead.org
6407 S:      Maintained
6408 F:      include/linux/kexec.h
6409 F:      include/uapi/linux/kexec.h
6410 F:      kernel/kexec.c
6411
6412 KEYS/KEYRINGS:
6413 M:      David Howells <dhowells@redhat.com>
6414 L:      keyrings@vger.kernel.org
6415 S:      Maintained
6416 F:      Documentation/security/keys.txt
6417 F:      include/linux/key.h
6418 F:      include/linux/key-type.h
6419 F:      include/keys/
6420 F:      security/keys/
6421
6422 KEYS-TRUSTED
6423 M:      David Safford <safford@us.ibm.com>
6424 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6425 L:      linux-security-module@vger.kernel.org
6426 L:      keyrings@vger.kernel.org
6427 S:      Supported
6428 F:      Documentation/security/keys-trusted-encrypted.txt
6429 F:      include/keys/trusted-type.h
6430 F:      security/keys/trusted.c
6431 F:      security/keys/trusted.h
6432
6433 KEYS-ENCRYPTED
6434 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6435 M:      David Safford <safford@us.ibm.com>
6436 L:      linux-security-module@vger.kernel.org
6437 L:      keyrings@vger.kernel.org
6438 S:      Supported
6439 F:      Documentation/security/keys-trusted-encrypted.txt
6440 F:      include/keys/encrypted-type.h
6441 F:      security/keys/encrypted-keys/
6442
6443 KGDB / KDB /debug_core
6444 M:      Jason Wessel <jason.wessel@windriver.com>
6445 W:      http://kgdb.wiki.kernel.org/
6446 L:      kgdb-bugreport@lists.sourceforge.net
6447 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6448 S:      Maintained
6449 F:      Documentation/DocBook/kgdb.tmpl
6450 F:      drivers/misc/kgdbts.c
6451 F:      drivers/tty/serial/kgdboc.c
6452 F:      include/linux/kdb.h
6453 F:      include/linux/kgdb.h
6454 F:      kernel/debug/
6455
6456 KMEMCHECK
6457 M:      Vegard Nossum <vegardno@ifi.uio.no>
6458 M:      Pekka Enberg <penberg@kernel.org>
6459 S:      Maintained
6460 F:      Documentation/kmemcheck.txt
6461 F:      arch/x86/include/asm/kmemcheck.h
6462 F:      arch/x86/mm/kmemcheck/
6463 F:      include/linux/kmemcheck.h
6464 F:      mm/kmemcheck.c
6465
6466 KMEMLEAK
6467 M:      Catalin Marinas <catalin.marinas@arm.com>
6468 S:      Maintained
6469 F:      Documentation/kmemleak.txt
6470 F:      include/linux/kmemleak.h
6471 F:      mm/kmemleak.c
6472 F:      mm/kmemleak-test.c
6473
6474 KPROBES
6475 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
6476 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6477 M:      "David S. Miller" <davem@davemloft.net>
6478 M:      Masami Hiramatsu <mhiramat@kernel.org>
6479 S:      Maintained
6480 F:      Documentation/kprobes.txt
6481 F:      include/linux/kprobes.h
6482 F:      kernel/kprobes.c
6483
6484 KS0108 LCD CONTROLLER DRIVER
6485 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6486 W:      http://miguelojeda.es/auxdisplay.htm
6487 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6488 S:      Maintained
6489 F:      Documentation/auxdisplay/ks0108
6490 F:      drivers/auxdisplay/ks0108.c
6491 F:      include/linux/ks0108.h
6492
6493 L3MDEV
6494 M:      David Ahern <dsa@cumulusnetworks.com>
6495 L:      netdev@vger.kernel.org
6496 S:      Maintained
6497 F:      net/l3mdev
6498 F:      include/net/l3mdev.h
6499
6500 LANTIQ MIPS ARCHITECTURE
6501 M:      John Crispin <john@phrozen.org>
6502 L:      linux-mips@linux-mips.org
6503 S:      Maintained
6504 F:      arch/mips/lantiq
6505
6506 LAPB module
6507 L:      linux-x25@vger.kernel.org
6508 S:      Orphan
6509 F:      Documentation/networking/lapb-module.txt
6510 F:      include/*/lapb.h
6511 F:      net/lapb/
6512
6513 LASI 53c700 driver for PARISC
6514 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6515 L:      linux-scsi@vger.kernel.org
6516 S:      Maintained
6517 F:      Documentation/scsi/53c700.txt
6518 F:      drivers/scsi/53c700*
6519
6520 LED SUBSYSTEM
6521 M:      Richard Purdie <rpurdie@rpsys.net>
6522 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6523 L:      linux-leds@vger.kernel.org
6524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6525 S:      Maintained
6526 F:      drivers/leds/
6527 F:      include/linux/leds.h
6528
6529 LEGACY EEPROM DRIVER
6530 M:      Jean Delvare <jdelvare@suse.com>
6531 S:      Maintained
6532 F:      Documentation/misc-devices/eeprom
6533 F:      drivers/misc/eeprom/eeprom.c
6534
6535 LEGO USB Tower driver
6536 M:      Juergen Stuber <starblue@users.sourceforge.net>
6537 L:      legousb-devel@lists.sourceforge.net
6538 W:      http://legousb.sourceforge.net/
6539 S:      Maintained
6540 F:      drivers/usb/misc/legousbtower.c
6541
6542 LG2160 MEDIA DRIVER
6543 M:      Michael Krufky <mkrufky@linuxtv.org>
6544 L:      linux-media@vger.kernel.org
6545 W:      https://linuxtv.org
6546 W:      http://github.com/mkrufky
6547 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6548 T:      git git://linuxtv.org/mkrufky/tuners.git
6549 S:      Maintained
6550 F:      drivers/media/dvb-frontends/lg2160.*
6551
6552 LGDT3305 MEDIA DRIVER
6553 M:      Michael Krufky <mkrufky@linuxtv.org>
6554 L:      linux-media@vger.kernel.org
6555 W:      https://linuxtv.org
6556 W:      http://github.com/mkrufky
6557 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6558 T:      git git://linuxtv.org/mkrufky/tuners.git
6559 S:      Maintained
6560 F:      drivers/media/dvb-frontends/lgdt3305.*
6561
6562 LGUEST
6563 M:      Rusty Russell <rusty@rustcorp.com.au>
6564 L:      lguest@lists.ozlabs.org
6565 W:      http://lguest.ozlabs.org/
6566 S:      Odd Fixes
6567 F:      arch/x86/include/asm/lguest*.h
6568 F:      arch/x86/lguest/
6569 F:      drivers/lguest/
6570 F:      include/linux/lguest*.h
6571 F:      tools/lguest/
6572
6573 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6574 M:      Tejun Heo <tj@kernel.org>
6575 L:      linux-ide@vger.kernel.org
6576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6577 S:      Maintained
6578 F:      drivers/ata/
6579 F:      include/linux/ata.h
6580 F:      include/linux/libata.h
6581
6582 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6583 M:      Viresh Kumar <vireshk@kernel.org>
6584 L:      linux-ide@vger.kernel.org
6585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6586 S:      Maintained
6587 F:      include/linux/pata_arasan_cf_data.h
6588 F:      drivers/ata/pata_arasan_cf.c
6589
6590 LIBATA PATA DRIVERS
6591 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6592 M:      Tejun Heo <tj@kernel.org>
6593 L:      linux-ide@vger.kernel.org
6594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6595 S:      Maintained
6596 F:      drivers/ata/pata_*.c
6597 F:      drivers/ata/ata_generic.c
6598
6599 LIBATA SATA AHCI PLATFORM devices support
6600 M:      Hans de Goede <hdegoede@redhat.com>
6601 M:      Tejun Heo <tj@kernel.org>
6602 L:      linux-ide@vger.kernel.org
6603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6604 S:      Maintained
6605 F:      drivers/ata/ahci_platform.c
6606 F:      drivers/ata/libahci_platform.c
6607 F:      include/linux/ahci_platform.h
6608
6609 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6610 M:      Mikael Pettersson <mikpelinux@gmail.com>
6611 L:      linux-ide@vger.kernel.org
6612 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6613 S:      Maintained
6614 F:      drivers/ata/sata_promise.*
6615
6616 LIBLOCKDEP
6617 M:      Sasha Levin <sasha.levin@oracle.com>
6618 S:      Maintained
6619 F:      tools/lib/lockdep/
6620
6621 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6622 M:      Dan Williams <dan.j.williams@intel.com>
6623 L:      linux-nvdimm@lists.01.org
6624 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6626 S:      Supported
6627 F:      drivers/nvdimm/*
6628 F:      include/linux/nd.h
6629 F:      include/linux/libnvdimm.h
6630 F:      include/uapi/linux/ndctl.h
6631
6632 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6633 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6634 L:      linux-nvdimm@lists.01.org
6635 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6636 S:      Supported
6637 F:      drivers/nvdimm/blk.c
6638 F:      drivers/nvdimm/region_devs.c
6639 F:      drivers/acpi/nfit*
6640
6641 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6642 M:      Vishal Verma <vishal.l.verma@intel.com>
6643 L:      linux-nvdimm@lists.01.org
6644 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6645 S:      Supported
6646 F:      drivers/nvdimm/btt*
6647
6648 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6649 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6650 L:      linux-nvdimm@lists.01.org
6651 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6652 S:      Supported
6653 F:      drivers/nvdimm/pmem.c
6654 F:      include/linux/pmem.h
6655 F:      arch/*/include/asm/pmem.h
6656
6657 LIGHTNVM PLATFORM SUPPORT
6658 M:      Matias Bjorling <mb@lightnvm.io>
6659 W:      http://github/OpenChannelSSD
6660 L:      linux-block@vger.kernel.org
6661 S:      Maintained
6662 F:      drivers/lightnvm/
6663 F:      include/linux/lightnvm.h
6664 F:      include/uapi/linux/lightnvm.h
6665
6666 LINUX FOR IBM pSERIES (RS/6000)
6667 M:      Paul Mackerras <paulus@au.ibm.com>
6668 W:      http://www.ibm.com/linux/ltc/projects/ppc
6669 S:      Supported
6670 F:      arch/powerpc/boot/rs6000.h
6671
6672 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6673 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6674 M:      Paul Mackerras <paulus@samba.org>
6675 M:      Michael Ellerman <mpe@ellerman.id.au>
6676 W:      http://www.penguinppc.org/
6677 L:      linuxppc-dev@lists.ozlabs.org
6678 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6680 S:      Supported
6681 F:      Documentation/powerpc/
6682 F:      arch/powerpc/
6683 F:      drivers/char/tpm/tpm_ibmvtpm*
6684 F:      drivers/crypto/nx/
6685 F:      drivers/crypto/vmx/
6686 F:      drivers/net/ethernet/ibm/ibmveth.*
6687 F:      drivers/net/ethernet/ibm/ibmvnic.*
6688 F:      drivers/pci/hotplug/rpa*
6689 F:      drivers/scsi/ibmvscsi/
6690 N:      opal
6691 N:      /pmac
6692 N:      powermac
6693 N:      powernv
6694 N:      [^a-z0-9]ps3
6695 N:      pseries
6696
6697 LINUX FOR POWER MACINTOSH
6698 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6699 W:      http://www.penguinppc.org/
6700 L:      linuxppc-dev@lists.ozlabs.org
6701 S:      Maintained
6702 F:      arch/powerpc/platforms/powermac/
6703 F:      drivers/macintosh/
6704
6705 LINUX FOR POWERPC EMBEDDED MPC5XXX
6706 M:      Anatolij Gustschin <agust@denx.de>
6707 L:      linuxppc-dev@lists.ozlabs.org
6708 T:      git git://git.denx.de/linux-denx-agust.git
6709 S:      Maintained
6710 F:      arch/powerpc/platforms/512x/
6711 F:      arch/powerpc/platforms/52xx/
6712
6713 LINUX FOR POWERPC EMBEDDED PPC4XX
6714 M:      Alistair Popple <alistair@popple.id.au>
6715 M:      Matt Porter <mporter@kernel.crashing.org>
6716 W:      http://www.penguinppc.org/
6717 L:      linuxppc-dev@lists.ozlabs.org
6718 S:      Maintained
6719 F:      arch/powerpc/platforms/40x/
6720 F:      arch/powerpc/platforms/44x/
6721
6722 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6723 L:      linuxppc-dev@lists.ozlabs.org
6724 S:      Orphan
6725 F:      arch/powerpc/*/*virtex*
6726 F:      arch/powerpc/*/*/*virtex*
6727
6728 LINUX FOR POWERPC EMBEDDED PPC8XX
6729 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6730 W:      http://www.penguinppc.org/
6731 L:      linuxppc-dev@lists.ozlabs.org
6732 S:      Maintained
6733 F:      arch/powerpc/platforms/8xx/
6734
6735 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6736 M:      Scott Wood <oss@buserror.net>
6737 M:      Kumar Gala <galak@kernel.crashing.org>
6738 W:      http://www.penguinppc.org/
6739 L:      linuxppc-dev@lists.ozlabs.org
6740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6741 S:      Maintained
6742 F:      arch/powerpc/platforms/83xx/
6743 F:      arch/powerpc/platforms/85xx/
6744
6745 LINUX FOR POWERPC PA SEMI PWRFICIENT
6746 M:      Olof Johansson <olof@lixom.net>
6747 L:      linuxppc-dev@lists.ozlabs.org
6748 S:      Maintained
6749 F:      arch/powerpc/platforms/pasemi/
6750 F:      drivers/*/*pasemi*
6751 F:      drivers/*/*/*pasemi*
6752
6753 LINUX SECURITY MODULE (LSM) FRAMEWORK
6754 M:      Chris Wright <chrisw@sous-sol.org>
6755 L:      linux-security-module@vger.kernel.org
6756 S:      Supported
6757
6758 LIS3LV02D ACCELEROMETER DRIVER
6759 M:      Eric Piel <eric.piel@tremplin-utc.net>
6760 S:      Maintained
6761 F:      Documentation/misc-devices/lis3lv02d
6762 F:      drivers/misc/lis3lv02d/
6763 F:      drivers/platform/x86/hp_accel.c
6764
6765 LIVE PATCHING
6766 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6767 M:      Jessica Yu <jeyu@redhat.com>
6768 M:      Jiri Kosina <jikos@kernel.org>
6769 M:      Miroslav Benes <mbenes@suse.cz>
6770 R:      Petr Mladek <pmladek@suse.com>
6771 S:      Maintained
6772 F:      kernel/livepatch/
6773 F:      include/linux/livepatch.h
6774 F:      arch/x86/include/asm/livepatch.h
6775 F:      arch/x86/kernel/livepatch.c
6776 F:      Documentation/livepatch/
6777 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6778 F:      samples/livepatch/
6779 L:      live-patching@vger.kernel.org
6780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6781
6782 LINUX KERNEL DUMP TEST MODULE (LKDTM)
6783 M:      Kees Cook <keescook@chromium.org>
6784 S:      Maintained
6785 F:      drivers/misc/lkdtm.c
6786
6787 LLC (802.2)
6788 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6789 S:      Maintained
6790 F:      include/linux/llc.h
6791 F:      include/uapi/linux/llc.h
6792 F:      include/net/llc*
6793 F:      net/llc/
6794
6795 LM73 HARDWARE MONITOR DRIVER
6796 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6797 L:      linux-hwmon@vger.kernel.org
6798 S:      Maintained
6799 F:      drivers/hwmon/lm73.c
6800
6801 LM78 HARDWARE MONITOR DRIVER
6802 M:      Jean Delvare <jdelvare@suse.com>
6803 L:      linux-hwmon@vger.kernel.org
6804 S:      Maintained
6805 F:      Documentation/hwmon/lm78
6806 F:      drivers/hwmon/lm78.c
6807
6808 LM83 HARDWARE MONITOR DRIVER
6809 M:      Jean Delvare <jdelvare@suse.com>
6810 L:      linux-hwmon@vger.kernel.org
6811 S:      Maintained
6812 F:      Documentation/hwmon/lm83
6813 F:      drivers/hwmon/lm83.c
6814
6815 LM90 HARDWARE MONITOR DRIVER
6816 M:      Jean Delvare <jdelvare@suse.com>
6817 L:      linux-hwmon@vger.kernel.org
6818 S:      Maintained
6819 F:      Documentation/hwmon/lm90
6820 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6821 F:      drivers/hwmon/lm90.c
6822
6823 LM95234 HARDWARE MONITOR DRIVER
6824 M:      Guenter Roeck <linux@roeck-us.net>
6825 L:      linux-hwmon@vger.kernel.org
6826 S:      Maintained
6827 F:      Documentation/hwmon/lm95234
6828 F:      drivers/hwmon/lm95234.c
6829
6830 LME2510 MEDIA DRIVER
6831 M:      Malcolm Priestley <tvboxspy@gmail.com>
6832 L:      linux-media@vger.kernel.org
6833 W:      https://linuxtv.org
6834 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6835 S:      Maintained
6836 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6837
6838 LOCKDEP AND LOCKSTAT
6839 M:      Peter Zijlstra <peterz@infradead.org>
6840 M:      Ingo Molnar <mingo@redhat.com>
6841 L:      linux-kernel@vger.kernel.org
6842 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6843 S:      Maintained
6844 F:      Documentation/locking/lockdep*.txt
6845 F:      Documentation/locking/lockstat.txt
6846 F:      include/linux/lockdep.h
6847 F:      kernel/locking/
6848
6849 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6850 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6851 L:      linux-ntfs-dev@lists.sourceforge.net
6852 W:      http://www.linux-ntfs.org/content/view/19/37/
6853 S:      Maintained
6854 F:      Documentation/ldm.txt
6855 F:      block/partitions/ldm.*
6856
6857 LogFS
6858 M:      Joern Engel <joern@logfs.org>
6859 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6860 L:      logfs@logfs.org
6861 W:      logfs.org
6862 S:      Maintained
6863 F:      fs/logfs/
6864
6865 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6866 M:      Sathya Prakash <sathya.prakash@broadcom.com>
6867 M:      Chaitra P B <chaitra.basappa@broadcom.com>
6868 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
6869 L:      MPT-FusionLinux.pdl@broadcom.com
6870 L:      linux-scsi@vger.kernel.org
6871 W:      http://www.avagotech.com/support/
6872 S:      Supported
6873 F:      drivers/message/fusion/
6874 F:      drivers/scsi/mpt2sas/
6875 F:      drivers/scsi/mpt3sas/
6876
6877 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6878 M:      Matthew Wilcox <matthew@wil.cx>
6879 L:      linux-scsi@vger.kernel.org
6880 S:      Maintained
6881 F:      drivers/scsi/sym53c8xx_2/
6882
6883 LTC4261 HARDWARE MONITOR DRIVER
6884 M:      Guenter Roeck <linux@roeck-us.net>
6885 L:      linux-hwmon@vger.kernel.org
6886 S:      Maintained
6887 F:      Documentation/hwmon/ltc4261
6888 F:      drivers/hwmon/ltc4261.c
6889
6890 LTP (Linux Test Project)
6891 M:      Mike Frysinger <vapier@gentoo.org>
6892 M:      Cyril Hrubis <chrubis@suse.cz>
6893 M:      Wanlong Gao <wanlong.gao@gmail.com>
6894 M:      Jan Stancek <jstancek@redhat.com>
6895 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6896 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6897 L:      ltp@lists.linux.it (subscribers-only)
6898 W:      http://linux-test-project.github.io/
6899 T:      git git://github.com/linux-test-project/ltp.git
6900 S:      Maintained
6901
6902 M32R ARCHITECTURE
6903 W:      http://www.linux-m32r.org/
6904 S:      Orphan
6905 F:      arch/m32r/
6906
6907 M68K ARCHITECTURE
6908 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6909 L:      linux-m68k@lists.linux-m68k.org
6910 W:      http://www.linux-m68k.org/
6911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6912 S:      Maintained
6913 F:      arch/m68k/
6914 F:      drivers/zorro/
6915
6916 M68K ON APPLE MACINTOSH
6917 M:      Joshua Thompson <funaho@jurai.org>
6918 W:      http://www.mac.linux-m68k.org/
6919 L:      linux-m68k@lists.linux-m68k.org
6920 S:      Maintained
6921 F:      arch/m68k/mac/
6922
6923 M68K ON HP9000/300
6924 M:      Philip Blundell <philb@gnu.org>
6925 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6926 S:      Maintained
6927 F:      arch/m68k/hp300/
6928
6929 M88DS3103 MEDIA DRIVER
6930 M:      Antti Palosaari <crope@iki.fi>
6931 L:      linux-media@vger.kernel.org
6932 W:      https://linuxtv.org
6933 W:      http://palosaari.fi/linux/
6934 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6935 T:      git git://linuxtv.org/anttip/media_tree.git
6936 S:      Maintained
6937 F:      drivers/media/dvb-frontends/m88ds3103*
6938
6939 M88RS2000 MEDIA DRIVER
6940 M:      Malcolm Priestley <tvboxspy@gmail.com>
6941 L:      linux-media@vger.kernel.org
6942 W:      https://linuxtv.org
6943 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6944 S:      Maintained
6945 F:      drivers/media/dvb-frontends/m88rs2000*
6946
6947 MA901 MASTERKIT USB FM RADIO DRIVER
6948 M:      Alexey Klimov <klimov.linux@gmail.com>
6949 L:      linux-media@vger.kernel.org
6950 T:      git git://linuxtv.org/media_tree.git
6951 S:      Maintained
6952 F:      drivers/media/radio/radio-ma901.c
6953
6954 MAC80211
6955 M:      Johannes Berg <johannes@sipsolutions.net>
6956 L:      linux-wireless@vger.kernel.org
6957 W:      http://wireless.kernel.org/
6958 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6960 S:      Maintained
6961 F:      Documentation/networking/mac80211-injection.txt
6962 F:      include/net/mac80211.h
6963 F:      net/mac80211/
6964 F:      drivers/net/wireless/mac80211_hwsim.[ch]
6965
6966 MACVLAN DRIVER
6967 M:      Patrick McHardy <kaber@trash.net>
6968 L:      netdev@vger.kernel.org
6969 S:      Maintained
6970 F:      drivers/net/macvlan.c
6971 F:      include/linux/if_macvlan.h
6972
6973 MAILBOX API
6974 M:      Jassi Brar <jassisinghbrar@gmail.com>
6975 L:      linux-kernel@vger.kernel.org
6976 S:      Maintained
6977 F:      drivers/mailbox/
6978 F:      include/linux/mailbox_client.h
6979 F:      include/linux/mailbox_controller.h
6980
6981 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6982 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6983 W:      http://www.kernel.org/doc/man-pages
6984 L:      linux-man@vger.kernel.org
6985 S:      Maintained
6986
6987 MARVELL ARMADA DRM SUPPORT
6988 M:      Russell King <rmk+kernel@armlinux.org.uk>
6989 S:      Maintained
6990 F:      drivers/gpu/drm/armada/
6991
6992 MARVELL 88E6352 DSA support
6993 M:      Guenter Roeck <linux@roeck-us.net>
6994 S:      Maintained
6995 F:      drivers/net/dsa/mv88e6352.c
6996
6997 MARVELL CRYPTO DRIVER
6998 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
6999 M:      Arnaud Ebalard <arno@natisbad.org>
7000 F:      drivers/crypto/marvell/
7001 S:      Maintained
7002 L:      linux-crypto@vger.kernel.org
7003
7004 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7005 M:      Mirko Lindner <mlindner@marvell.com>
7006 M:      Stephen Hemminger <stephen@networkplumber.org>
7007 L:      netdev@vger.kernel.org
7008 S:      Maintained
7009 F:      drivers/net/ethernet/marvell/sk*
7010
7011 MARVELL LIBERTAS WIRELESS DRIVER
7012 L:      libertas-dev@lists.infradead.org
7013 S:      Orphan
7014 F:      drivers/net/wireless/marvell/libertas/
7015
7016 MARVELL MV643XX ETHERNET DRIVER
7017 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7018 L:      netdev@vger.kernel.org
7019 S:      Maintained
7020 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7021 F:      include/linux/mv643xx.h
7022
7023 MARVELL MVNETA ETHERNET DRIVER
7024 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7025 L:      netdev@vger.kernel.org
7026 S:      Maintained
7027 F:      drivers/net/ethernet/marvell/mvneta.*
7028
7029 MARVELL MWIFIEX WIRELESS DRIVER
7030 M:      Amitkumar Karwar <akarwar@marvell.com>
7031 M:      Nishant Sarmukadam <nishants@marvell.com>
7032 L:      linux-wireless@vger.kernel.org
7033 S:      Maintained
7034 F:      drivers/net/wireless/marvell/mwifiex/
7035
7036 MARVELL MWL8K WIRELESS DRIVER
7037 M:      Lennert Buytenhek <buytenh@wantstofly.org>
7038 L:      linux-wireless@vger.kernel.org
7039 S:      Odd Fixes
7040 F:      drivers/net/wireless/marvell/mwl8k.c
7041
7042 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7043 M:      Nicolas Pitre <nico@fluxnic.net>
7044 S:      Odd Fixes
7045 F:      drivers/mmc/host/mvsdio.*
7046
7047 MATROX FRAMEBUFFER DRIVER
7048 L:      linux-fbdev@vger.kernel.org
7049 S:      Orphan
7050 F:      drivers/video/fbdev/matrox/matroxfb_*
7051 F:      include/uapi/linux/matroxfb.h
7052
7053 MAX16065 HARDWARE MONITOR DRIVER
7054 M:      Guenter Roeck <linux@roeck-us.net>
7055 L:      linux-hwmon@vger.kernel.org
7056 S:      Maintained
7057 F:      Documentation/hwmon/max16065
7058 F:      drivers/hwmon/max16065.c
7059
7060 MAX20751 HARDWARE MONITOR DRIVER
7061 M:      Guenter Roeck <linux@roeck-us.net>
7062 L:      linux-hwmon@vger.kernel.org
7063 S:      Maintained
7064 F:      Documentation/hwmon/max20751
7065 F:      drivers/hwmon/max20751.c
7066
7067 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7068 M:      "Hans J. Koch" <hjk@hansjkoch.de>
7069 L:      linux-hwmon@vger.kernel.org
7070 S:      Maintained
7071 F:      Documentation/hwmon/max6650
7072 F:      drivers/hwmon/max6650.c
7073
7074 MAX6697 HARDWARE MONITOR DRIVER
7075 M:      Guenter Roeck <linux@roeck-us.net>
7076 L:      linux-hwmon@vger.kernel.org
7077 S:      Maintained
7078 F:      Documentation/hwmon/max6697
7079 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7080 F:      drivers/hwmon/max6697.c
7081 F:      include/linux/platform_data/max6697.h
7082
7083 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7084 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
7085 L:      linux-pm@vger.kernel.org
7086 S:      Supported
7087 F:      drivers/power/max14577_charger.c
7088 F:      drivers/power/max77693_charger.c
7089
7090 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7091 M:      Javier Martinez Canillas <javier@osg.samsung.com>
7092 L:      linux-kernel@vger.kernel.org
7093 S:      Supported
7094 F:      drivers/*/*max77802*.c
7095 F:      Documentation/devicetree/bindings/*/*max77802.txt
7096 F:      include/dt-bindings/*/*max77802.h
7097
7098 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7099 M:      Chanwoo Choi <cw00.choi@samsung.com>
7100 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
7101 L:      linux-kernel@vger.kernel.org
7102 S:      Supported
7103 F:      drivers/*/max14577*.c
7104 F:      drivers/*/max77686*.c
7105 F:      drivers/*/max77693*.c
7106 F:      drivers/extcon/extcon-max14577.c
7107 F:      drivers/extcon/extcon-max77693.c
7108 F:      drivers/rtc/rtc-max77686.c
7109 F:      drivers/clk/clk-max77686.c
7110 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7111 F:      Documentation/devicetree/bindings/*/max77686.txt
7112 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7113 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7114 F:      include/linux/mfd/max14577*.h
7115 F:      include/linux/mfd/max77686*.h
7116 F:      include/linux/mfd/max77693*.h
7117
7118 MAXIRADIO FM RADIO RECEIVER DRIVER
7119 M:      Hans Verkuil <hverkuil@xs4all.nl>
7120 L:      linux-media@vger.kernel.org
7121 T:      git git://linuxtv.org/media_tree.git
7122 W:      https://linuxtv.org
7123 S:      Maintained
7124 F:      drivers/media/radio/radio-maxiradio*
7125
7126 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7127 M:      Peter Rosin <peda@axentia.se>
7128 L:      linux-iio@vger.kernel.org
7129 S:      Maintained
7130 F:      drivers/iio/potentiometer/mcp4531.c
7131
7132 MEDIA DRIVERS FOR RENESAS - VSP1
7133 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7134 L:      linux-media@vger.kernel.org
7135 L:      linux-renesas-soc@vger.kernel.org
7136 T:      git git://linuxtv.org/media_tree.git
7137 S:      Supported
7138 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7139 F:      drivers/media/platform/vsp1/
7140
7141 MEDIA DRIVERS FOR ASCOT2E
7142 M:      Sergey Kozlov <serjk@netup.ru>
7143 L:      linux-media@vger.kernel.org
7144 W:      https://linuxtv.org
7145 W:      http://netup.tv/
7146 T:      git git://linuxtv.org/media_tree.git
7147 S:      Supported
7148 F:      drivers/media/dvb-frontends/ascot2e*
7149
7150 MEDIA DRIVERS FOR CXD2841ER
7151 M:      Sergey Kozlov <serjk@netup.ru>
7152 L:      linux-media@vger.kernel.org
7153 W:      https://linuxtv.org
7154 W:      http://netup.tv/
7155 T:      git git://linuxtv.org/media_tree.git
7156 S:      Supported
7157 F:      drivers/media/dvb-frontends/cxd2841er*
7158
7159 MEDIA DRIVERS FOR HORUS3A
7160 M:      Sergey Kozlov <serjk@netup.ru>
7161 L:      linux-media@vger.kernel.org
7162 W:      https://linuxtv.org
7163 W:      http://netup.tv/
7164 T:      git git://linuxtv.org/media_tree.git
7165 S:      Supported
7166 F:      drivers/media/dvb-frontends/horus3a*
7167
7168 MEDIA DRIVERS FOR LNBH25
7169 M:      Sergey Kozlov <serjk@netup.ru>
7170 L:      linux-media@vger.kernel.org
7171 W:      https://linuxtv.org
7172 W:      http://netup.tv/
7173 T:      git git://linuxtv.org/media_tree.git
7174 S:      Supported
7175 F:      drivers/media/dvb-frontends/lnbh25*
7176
7177 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7178 M:      Sergey Kozlov <serjk@netup.ru>
7179 L:      linux-media@vger.kernel.org
7180 W:      https://linuxtv.org
7181 W:      http://netup.tv/
7182 T:      git git://linuxtv.org/media_tree.git
7183 S:      Supported
7184 F:      drivers/media/pci/netup_unidvb/*
7185
7186 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7187 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
7188 P:      LinuxTV.org Project
7189 L:      linux-media@vger.kernel.org
7190 W:      https://linuxtv.org
7191 Q:      http://patchwork.kernel.org/project/linux-media/list/
7192 T:      git git://linuxtv.org/media_tree.git
7193 S:      Maintained
7194 F:      Documentation/dvb/
7195 F:      Documentation/video4linux/
7196 F:      Documentation/DocBook/media/
7197 F:      drivers/media/
7198 F:      drivers/staging/media/
7199 F:      include/linux/platform_data/media/
7200 F:      include/media/
7201 F:      include/uapi/linux/dvb/
7202 F:      include/uapi/linux/videodev2.h
7203 F:      include/uapi/linux/media.h
7204 F:      include/uapi/linux/v4l2-*
7205 F:      include/uapi/linux/meye.h
7206 F:      include/uapi/linux/ivtv*
7207 F:      include/uapi/linux/uvcvideo.h
7208
7209 MEDIATEK ETHERNET DRIVER
7210 M:      Felix Fietkau <nbd@openwrt.org>
7211 M:      John Crispin <blogic@openwrt.org>
7212 L:      netdev@vger.kernel.org
7213 S:      Maintained
7214 F:      drivers/net/ethernet/mediatek/
7215
7216 MEDIATEK MT7601U WIRELESS LAN DRIVER
7217 M:      Jakub Kicinski <kubakici@wp.pl>
7218 L:      linux-wireless@vger.kernel.org
7219 S:      Maintained
7220 F:      drivers/net/wireless/mediatek/mt7601u/
7221
7222 MEGARAID SCSI/SAS DRIVERS
7223 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7224 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7225 M:      Uday Lingala <uday.lingala@avagotech.com>
7226 L:      megaraidlinux.pdl@avagotech.com
7227 L:      linux-scsi@vger.kernel.org
7228 W:      http://www.lsi.com
7229 S:      Maintained
7230 F:      Documentation/scsi/megaraid.txt
7231 F:      drivers/scsi/megaraid.*
7232 F:      drivers/scsi/megaraid/
7233
7234 MELLANOX ETHERNET DRIVER (mlx4_en)
7235 M:      Eugenia Emantayev <eugenia@mellanox.com>
7236 L:      netdev@vger.kernel.org
7237 S:      Supported
7238 W:      http://www.mellanox.com
7239 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7240 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7241
7242 MELLANOX ETHERNET DRIVER (mlx5e)
7243 M:      Saeed Mahameed <saeedm@mellanox.com>
7244 L:      netdev@vger.kernel.org
7245 S:      Supported
7246 W:      http://www.mellanox.com
7247 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7248 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7249
7250 MELLANOX ETHERNET SWITCH DRIVERS
7251 M:      Jiri Pirko <jiri@mellanox.com>
7252 M:      Ido Schimmel <idosch@mellanox.com>
7253 L:      netdev@vger.kernel.org
7254 S:      Supported
7255 W:      http://www.mellanox.com
7256 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7257 F:      drivers/net/ethernet/mellanox/mlxsw/
7258
7259 MEMBARRIER SUPPORT
7260 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7261 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7262 L:      linux-kernel@vger.kernel.org
7263 S:      Supported
7264 F:      kernel/membarrier.c
7265 F:      include/uapi/linux/membarrier.h
7266
7267 MEMORY MANAGEMENT
7268 L:      linux-mm@kvack.org
7269 W:      http://www.linux-mm.org
7270 S:      Maintained
7271 F:      include/linux/mm.h
7272 F:      include/linux/gfp.h
7273 F:      include/linux/mmzone.h
7274 F:      include/linux/memory_hotplug.h
7275 F:      include/linux/vmalloc.h
7276 F:      mm/
7277
7278 MEMORY TECHNOLOGY DEVICES (MTD)
7279 M:      David Woodhouse <dwmw2@infradead.org>
7280 M:      Brian Norris <computersforpeace@gmail.com>
7281 L:      linux-mtd@lists.infradead.org
7282 W:      http://www.linux-mtd.infradead.org/
7283 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7284 T:      git git://git.infradead.org/linux-mtd.git
7285 T:      git git://git.infradead.org/l2-mtd.git
7286 S:      Maintained
7287 F:      drivers/mtd/
7288 F:      include/linux/mtd/
7289 F:      include/uapi/mtd/
7290
7291 MEN A21 WATCHDOG DRIVER
7292 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7293 L:      linux-watchdog@vger.kernel.org
7294 S:      Maintained
7295 F:      drivers/watchdog/mena21_wdt.c
7296
7297 MEN CHAMELEON BUS (mcb)
7298 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7299 S:      Maintained
7300 F:      drivers/mcb/
7301 F:      include/linux/mcb.h
7302 F:      Documentation/men-chameleon-bus.txt
7303
7304 MEN F21BMC (Board Management Controller)
7305 M:      Andreas Werner <andreas.werner@men.de>
7306 S:      Supported
7307 F:      drivers/mfd/menf21bmc.c
7308 F:      drivers/watchdog/menf21bmc_wdt.c
7309 F:      drivers/leds/leds-menf21bmc.c
7310 F:      drivers/hwmon/menf21bmc_hwmon.c
7311 F:      Documentation/hwmon/menf21bmc
7312
7313 METAG ARCHITECTURE
7314 M:      James Hogan <james.hogan@imgtec.com>
7315 L:      linux-metag@vger.kernel.org
7316 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7317 S:      Odd Fixes
7318 F:      arch/metag/
7319 F:      Documentation/metag/
7320 F:      Documentation/devicetree/bindings/metag/
7321 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7322 F:      drivers/clocksource/metag_generic.c
7323 F:      drivers/irqchip/irq-metag.c
7324 F:      drivers/irqchip/irq-metag-ext.c
7325 F:      drivers/tty/metag_da.c
7326
7327 MICROBLAZE ARCHITECTURE
7328 M:      Michal Simek <monstr@monstr.eu>
7329 W:      http://www.monstr.eu/fdt/
7330 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7331 S:      Supported
7332 F:      arch/microblaze/
7333
7334 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7335 M:      Chen Yu <yu.c.chen@intel.com>
7336 L:      platform-driver-x86@vger.kernel.org
7337 S:      Supported
7338 F:      drivers/platform/x86/surfacepro3_button.c
7339
7340 MICROTEK X6 SCANNER
7341 M:      Oliver Neukum <oliver@neukum.org>
7342 S:      Maintained
7343 F:      drivers/usb/image/microtek.*
7344
7345 MIPS
7346 M:      Ralf Baechle <ralf@linux-mips.org>
7347 L:      linux-mips@linux-mips.org
7348 W:      http://www.linux-mips.org/
7349 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7350 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7351 S:      Supported
7352 F:      Documentation/mips/
7353 F:      arch/mips/
7354
7355 MIPS/LOONGSON1 ARCHITECTURE
7356 M:      Keguang Zhang <keguang.zhang@gmail.com>
7357 L:      linux-mips@linux-mips.org
7358 S:      Maintained
7359 F:      arch/mips/loongson32/
7360 F:      arch/mips/include/asm/mach-loongson32/
7361 F:      drivers/*/*loongson1*
7362 F:      drivers/*/*/*loongson1*
7363
7364 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7365 M:      Hans Verkuil <hverkuil@xs4all.nl>
7366 L:      linux-media@vger.kernel.org
7367 T:      git git://linuxtv.org/media_tree.git
7368 W:      https://linuxtv.org
7369 S:      Odd Fixes
7370 F:      drivers/media/radio/radio-miropcm20*
7371
7372 MELLANOX MLX4 core VPI driver
7373 M:      Yishai Hadas <yishaih@mellanox.com>
7374 L:      netdev@vger.kernel.org
7375 L:      linux-rdma@vger.kernel.org
7376 W:      http://www.mellanox.com
7377 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7378 S:      Supported
7379 F:      drivers/net/ethernet/mellanox/mlx4/
7380 F:      include/linux/mlx4/
7381
7382 MELLANOX MLX4 IB driver
7383 M:      Yishai Hadas <yishaih@mellanox.com>
7384 L:      linux-rdma@vger.kernel.org
7385 W:      http://www.mellanox.com
7386 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7387 S:      Supported
7388 F:      drivers/infiniband/hw/mlx4/
7389 F:      include/linux/mlx4/
7390
7391 MELLANOX MLX5 core VPI driver
7392 M:      Matan Barak <matanb@mellanox.com>
7393 M:      Leon Romanovsky <leonro@mellanox.com>
7394 L:      netdev@vger.kernel.org
7395 L:      linux-rdma@vger.kernel.org
7396 W:      http://www.mellanox.com
7397 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7398 S:      Supported
7399 F:      drivers/net/ethernet/mellanox/mlx5/core/
7400 F:      include/linux/mlx5/
7401
7402 MELLANOX MLX5 IB driver
7403 M:      Matan Barak <matanb@mellanox.com>
7404 M:      Leon Romanovsky <leonro@mellanox.com>
7405 L:      linux-rdma@vger.kernel.org
7406 W:      http://www.mellanox.com
7407 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7408 S:      Supported
7409 F:      drivers/infiniband/hw/mlx5/
7410 F:      include/linux/mlx5/
7411
7412 MELEXIS MLX90614 DRIVER
7413 M:      Crt Mori <cmo@melexis.com>
7414 L:      linux-iio@vger.kernel.org
7415 W:      http://www.melexis.com
7416 S:      Supported
7417 F:      drivers/iio/temperature/mlx90614.c
7418
7419 MN88472 MEDIA DRIVER
7420 M:      Antti Palosaari <crope@iki.fi>
7421 L:      linux-media@vger.kernel.org
7422 W:      https://linuxtv.org
7423 W:      http://palosaari.fi/linux/
7424 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7425 T:      git git://linuxtv.org/anttip/media_tree.git
7426 S:      Maintained
7427 F:      drivers/staging/media/mn88472/
7428 F:      drivers/media/dvb-frontends/mn88472.h
7429
7430 MN88473 MEDIA DRIVER
7431 M:      Antti Palosaari <crope@iki.fi>
7432 L:      linux-media@vger.kernel.org
7433 W:      https://linuxtv.org
7434 W:      http://palosaari.fi/linux/
7435 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7436 S:      Maintained
7437 F:      drivers/media/dvb-frontends/mn88473*
7438
7439 MODULE SUPPORT
7440 M:      Rusty Russell <rusty@rustcorp.com.au>
7441 S:      Maintained
7442 F:      include/linux/module.h
7443 F:      kernel/module.c
7444
7445 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7446 W:      http://popies.net/meye/
7447 S:      Orphan
7448 F:      Documentation/video4linux/meye.txt
7449 F:      drivers/media/pci/meye/
7450 F:      include/uapi/linux/meye.h
7451
7452 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7453 M:      Jiri Slaby <jirislaby@gmail.com>
7454 S:      Maintained
7455 F:      Documentation/serial/moxa-smartio
7456 F:      drivers/tty/mxser.*
7457
7458 MR800 AVERMEDIA USB FM RADIO DRIVER
7459 M:      Alexey Klimov <klimov.linux@gmail.com>
7460 L:      linux-media@vger.kernel.org
7461 T:      git git://linuxtv.org/media_tree.git
7462 S:      Maintained
7463 F:      drivers/media/radio/radio-mr800.c
7464
7465 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7466 M:      Alan Ott <alan@signal11.us>
7467 L:      linux-wpan@vger.kernel.org
7468 S:      Maintained
7469 F:      drivers/net/ieee802154/mrf24j40.c
7470 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7471
7472 MSI LAPTOP SUPPORT
7473 M:      "Lee, Chun-Yi" <jlee@suse.com>
7474 L:      platform-driver-x86@vger.kernel.org
7475 S:      Maintained
7476 F:      drivers/platform/x86/msi-laptop.c
7477
7478 MSI WMI SUPPORT
7479 L:      platform-driver-x86@vger.kernel.org
7480 S:      Orphan
7481 F:      drivers/platform/x86/msi-wmi.c
7482
7483 MSI001 MEDIA DRIVER
7484 M:      Antti Palosaari <crope@iki.fi>
7485 L:      linux-media@vger.kernel.org
7486 W:      https://linuxtv.org
7487 W:      http://palosaari.fi/linux/
7488 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7489 T:      git git://linuxtv.org/anttip/media_tree.git
7490 S:      Maintained
7491 F:      drivers/media/tuners/msi001*
7492
7493 MSI2500 MEDIA DRIVER
7494 M:      Antti Palosaari <crope@iki.fi>
7495 L:      linux-media@vger.kernel.org
7496 W:      https://linuxtv.org
7497 W:      http://palosaari.fi/linux/
7498 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7499 T:      git git://linuxtv.org/anttip/media_tree.git
7500 S:      Maintained
7501 F:      drivers/media/usb/msi2500/
7502
7503 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7504 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7505 L:      linux-mtd@lists.infradead.org
7506 S:      Maintained
7507 F:      drivers/mtd/devices/docg3*
7508
7509 MT9M032 APTINA SENSOR DRIVER
7510 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7511 L:      linux-media@vger.kernel.org
7512 T:      git git://linuxtv.org/media_tree.git
7513 S:      Maintained
7514 F:      drivers/media/i2c/mt9m032.c
7515 F:      include/media/i2c/mt9m032.h
7516
7517 MT9P031 APTINA CAMERA SENSOR
7518 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7519 L:      linux-media@vger.kernel.org
7520 T:      git git://linuxtv.org/media_tree.git
7521 S:      Maintained
7522 F:      drivers/media/i2c/mt9p031.c
7523 F:      include/media/i2c/mt9p031.h
7524
7525 MT9T001 APTINA CAMERA SENSOR
7526 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7527 L:      linux-media@vger.kernel.org
7528 T:      git git://linuxtv.org/media_tree.git
7529 S:      Maintained
7530 F:      drivers/media/i2c/mt9t001.c
7531 F:      include/media/i2c/mt9t001.h
7532
7533 MT9V032 APTINA CAMERA SENSOR
7534 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7535 L:      linux-media@vger.kernel.org
7536 T:      git git://linuxtv.org/media_tree.git
7537 S:      Maintained
7538 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7539 F:      drivers/media/i2c/mt9v032.c
7540 F:      include/media/i2c/mt9v032.h
7541
7542 MULTIFUNCTION DEVICES (MFD)
7543 M:      Lee Jones <lee.jones@linaro.org>
7544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7545 S:      Supported
7546 F:      drivers/mfd/
7547 F:      include/linux/mfd/
7548
7549 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7550 M:      Ulf Hansson <ulf.hansson@linaro.org>
7551 L:      linux-mmc@vger.kernel.org
7552 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7553 S:      Maintained
7554 F:      drivers/mmc/
7555 F:      include/linux/mmc/
7556 F:      include/uapi/linux/mmc/
7557
7558 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7559 S:      Orphan
7560 F:      drivers/mmc/host/mmc_spi.c
7561 F:      include/linux/spi/mmc_spi.h
7562
7563 MULTISOUND SOUND DRIVER
7564 M:      Andrew Veliath <andrewtv@usa.net>
7565 S:      Maintained
7566 F:      Documentation/sound/oss/MultiSound
7567 F:      sound/oss/msnd*
7568
7569 MULTITECH MULTIPORT CARD (ISICOM)
7570 S:      Orphan
7571 F:      drivers/tty/isicom.c
7572 F:      include/linux/isicom.h
7573
7574 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7575 M:      Bin Liu <b-liu@ti.com>
7576 L:      linux-usb@vger.kernel.org
7577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7578 S:      Maintained
7579 F:      drivers/usb/musb/
7580
7581 MXL5007T MEDIA DRIVER
7582 M:      Michael Krufky <mkrufky@linuxtv.org>
7583 L:      linux-media@vger.kernel.org
7584 W:      https://linuxtv.org
7585 W:      http://github.com/mkrufky
7586 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7587 T:      git git://linuxtv.org/mkrufky/tuners.git
7588 S:      Maintained
7589 F:      drivers/media/tuners/mxl5007t.*
7590
7591 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7592 M:      Hyong-Youb Kim <hykim@myri.com>
7593 L:      netdev@vger.kernel.org
7594 W:      https://www.myricom.com/support/downloads/myri10ge.html
7595 S:      Supported
7596 F:      drivers/net/ethernet/myricom/myri10ge/
7597
7598 NAND FLASH SUBSYSTEM
7599 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7600 R:      Richard Weinberger <richard@nod.at>
7601 L:      linux-mtd@lists.infradead.org
7602 W:      http://www.linux-mtd.infradead.org/
7603 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7604 T:      git git://github.com/linux-nand/linux.git
7605 S:      Maintained
7606 F:      drivers/mtd/nand/
7607 F:      include/linux/mtd/nand*.h
7608
7609 NATSEMI ETHERNET DRIVER (DP8381x)
7610 S:      Orphan
7611 F:      drivers/net/ethernet/natsemi/natsemi.c
7612
7613 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7614 M:      Daniel Mack <zonque@gmail.com>
7615 S:      Maintained
7616 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7617 W:      http://www.native-instruments.com
7618 F:      sound/usb/caiaq/
7619
7620 NCP FILESYSTEM
7621 M:      Petr Vandrovec <petr@vandrovec.name>
7622 S:      Odd Fixes
7623 F:      fs/ncpfs/
7624
7625 NCR 5380 SCSI DRIVERS
7626 M:      Finn Thain <fthain@telegraphics.com.au>
7627 M:      Michael Schmitz <schmitzmic@gmail.com>
7628 L:      linux-scsi@vger.kernel.org
7629 S:      Maintained
7630 F:      Documentation/scsi/g_NCR5380.txt
7631 F:      Documentation/scsi/dtc3x80.txt
7632 F:      drivers/scsi/NCR5380.*
7633 F:      drivers/scsi/arm/cumana_1.c
7634 F:      drivers/scsi/arm/oak.c
7635 F:      drivers/scsi/atari_scsi.*
7636 F:      drivers/scsi/dmx3191d.c
7637 F:      drivers/scsi/dtc.*
7638 F:      drivers/scsi/g_NCR5380.*
7639 F:      drivers/scsi/g_NCR5380_mmio.c
7640 F:      drivers/scsi/mac_scsi.*
7641 F:      drivers/scsi/pas16.*
7642 F:      drivers/scsi/sun3_scsi.*
7643 F:      drivers/scsi/sun3_scsi_vme.c
7644 F:      drivers/scsi/t128.*
7645
7646 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7647 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7648 L:      linux-scsi@vger.kernel.org
7649 S:      Maintained
7650 F:      drivers/scsi/NCR_D700.*
7651
7652 NCT6775 HARDWARE MONITOR DRIVER
7653 M:      Guenter Roeck <linux@roeck-us.net>
7654 L:      linux-hwmon@vger.kernel.org
7655 S:      Maintained
7656 F:      Documentation/hwmon/nct6775
7657 F:      drivers/hwmon/nct6775.c
7658
7659 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7660 M:      Faisal Latif <faisal.latif@intel.com>
7661 L:      linux-rdma@vger.kernel.org
7662 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7663 S:      Supported
7664 F:      drivers/infiniband/hw/nes/
7665
7666 NETEM NETWORK EMULATOR
7667 M:      Stephen Hemminger <stephen@networkplumber.org>
7668 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
7669 S:      Maintained
7670 F:      net/sched/sch_netem.c
7671
7672 NETERION 10GbE DRIVERS (s2io/vxge)
7673 M:      Jon Mason <jdmason@kudzu.us>
7674 L:      netdev@vger.kernel.org
7675 S:      Supported
7676 F:      Documentation/networking/s2io.txt
7677 F:      Documentation/networking/vxge.txt
7678 F:      drivers/net/ethernet/neterion/
7679
7680 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7681 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7682 M:      Patrick McHardy <kaber@trash.net>
7683 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7684 L:      netfilter-devel@vger.kernel.org
7685 L:      coreteam@netfilter.org
7686 W:      http://www.netfilter.org/
7687 W:      http://www.iptables.org/
7688 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7689 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7690 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7691 S:      Supported
7692 F:      include/linux/netfilter*
7693 F:      include/linux/netfilter/
7694 F:      include/net/netfilter/
7695 F:      include/uapi/linux/netfilter*
7696 F:      include/uapi/linux/netfilter/
7697 F:      net/*/netfilter.c
7698 F:      net/*/netfilter/
7699 F:      net/netfilter/
7700 F:      net/bridge/br_netfilter*.c
7701
7702 NETLABEL
7703 M:      Paul Moore <paul@paul-moore.com>
7704 W:      http://netlabel.sf.net
7705 L:      netdev@vger.kernel.org
7706 S:      Maintained
7707 F:      Documentation/netlabel/
7708 F:      include/net/netlabel.h
7709 F:      net/netlabel/
7710
7711 NETROM NETWORK LAYER
7712 M:      Ralf Baechle <ralf@linux-mips.org>
7713 L:      linux-hams@vger.kernel.org
7714 W:      http://www.linux-ax25.org/
7715 S:      Maintained
7716 F:      include/net/netrom.h
7717 F:      include/uapi/linux/netrom.h
7718 F:      net/netrom/
7719
7720 NETRONOME ETHERNET DRIVERS
7721 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
7722 L:      oss-drivers@netronome.com
7723 S:      Maintained
7724 F:      drivers/net/ethernet/netronome/
7725
7726 NETWORK BLOCK DEVICE (NBD)
7727 M:      Markus Pargmann <mpa@pengutronix.de>
7728 S:      Maintained
7729 L:      nbd-general@lists.sourceforge.net
7730 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7731 F:      Documentation/blockdev/nbd.txt
7732 F:      drivers/block/nbd.c
7733 F:      include/uapi/linux/nbd.h
7734
7735 NETWORK DROP MONITOR
7736 M:      Neil Horman <nhorman@tuxdriver.com>
7737 L:      netdev@vger.kernel.org
7738 S:      Maintained
7739 W:      https://fedorahosted.org/dropwatch/
7740 F:      net/core/drop_monitor.c
7741
7742 NETWORKING [GENERAL]
7743 M:      "David S. Miller" <davem@davemloft.net>
7744 L:      netdev@vger.kernel.org
7745 W:      http://www.linuxfoundation.org/en/Net
7746 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7749 S:      Maintained
7750 F:      net/
7751 F:      include/net/
7752 F:      include/linux/in.h
7753 F:      include/linux/net.h
7754 F:      include/linux/netdevice.h
7755 F:      include/uapi/linux/in.h
7756 F:      include/uapi/linux/net.h
7757 F:      include/uapi/linux/netdevice.h
7758 F:      include/uapi/linux/net_namespace.h
7759 F:      tools/net/
7760 F:      tools/testing/selftests/net/
7761 F:      lib/random32.c
7762 F:      lib/test_bpf.c
7763
7764 NETWORKING [IPv4/IPv6]
7765 M:      "David S. Miller" <davem@davemloft.net>
7766 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7767 M:      James Morris <jmorris@namei.org>
7768 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7769 M:      Patrick McHardy <kaber@trash.net>
7770 L:      netdev@vger.kernel.org
7771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7772 S:      Maintained
7773 F:      net/ipv4/
7774 F:      net/ipv6/
7775 F:      include/net/ip*
7776 F:      arch/x86/net/*
7777
7778 NETWORKING [IPSEC]
7779 M:      Steffen Klassert <steffen.klassert@secunet.com>
7780 M:      Herbert Xu <herbert@gondor.apana.org.au>
7781 M:      "David S. Miller" <davem@davemloft.net>
7782 L:      netdev@vger.kernel.org
7783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7784 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7785 S:      Maintained
7786 F:      net/core/flow.c
7787 F:      net/xfrm/
7788 F:      net/key/
7789 F:      net/ipv4/xfrm*
7790 F:      net/ipv4/esp4.c
7791 F:      net/ipv4/ah4.c
7792 F:      net/ipv4/ipcomp.c
7793 F:      net/ipv4/ip_vti.c
7794 F:      net/ipv6/xfrm*
7795 F:      net/ipv6/esp6.c
7796 F:      net/ipv6/ah6.c
7797 F:      net/ipv6/ipcomp6.c
7798 F:      net/ipv6/ip6_vti.c
7799 F:      include/uapi/linux/xfrm.h
7800 F:      include/net/xfrm.h
7801
7802 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7803 M:      Paul Moore <paul@paul-moore.com>
7804 L:      netdev@vger.kernel.org
7805 S:      Maintained
7806
7807 NETWORKING [WIRELESS]
7808 L:      linux-wireless@vger.kernel.org
7809 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7810
7811 NETWORKING DRIVERS
7812 L:      netdev@vger.kernel.org
7813 W:      http://www.linuxfoundation.org/en/Net
7814 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7815 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7816 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7817 S:      Odd Fixes
7818 F:      drivers/net/
7819 F:      include/linux/if_*
7820 F:      include/linux/netdevice.h
7821 F:      include/linux/etherdevice.h
7822 F:      include/linux/fcdevice.h
7823 F:      include/linux/fddidevice.h
7824 F:      include/linux/hippidevice.h
7825 F:      include/linux/inetdevice.h
7826 F:      include/uapi/linux/if_*
7827 F:      include/uapi/linux/netdevice.h
7828
7829 NETWORKING DRIVERS (WIRELESS)
7830 M:      Kalle Valo <kvalo@codeaurora.org>
7831 L:      linux-wireless@vger.kernel.org
7832 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7833 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
7834 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
7835 S:      Maintained
7836 F:      drivers/net/wireless/
7837
7838 NETXEN (1/10) GbE SUPPORT
7839 M:      Manish Chopra <manish.chopra@qlogic.com>
7840 M:      Sony Chacko <sony.chacko@qlogic.com>
7841 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7842 L:      netdev@vger.kernel.org
7843 W:      http://www.qlogic.com
7844 S:      Supported
7845 F:      drivers/net/ethernet/qlogic/netxen/
7846
7847 NFC SUBSYSTEM
7848 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7849 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7850 M:      Samuel Ortiz <sameo@linux.intel.com>
7851 L:      linux-wireless@vger.kernel.org
7852 L:      linux-nfc@lists.01.org (subscribers-only)
7853 S:      Supported
7854 F:      net/nfc/
7855 F:      include/net/nfc/
7856 F:      include/uapi/linux/nfc.h
7857 F:      drivers/nfc/
7858 F:      include/linux/platform_data/nfcmrvl.h
7859 F:      include/linux/platform_data/nxp-nci.h
7860 F:      include/linux/platform_data/pn544.h
7861 F:      include/linux/platform_data/st21nfca.h
7862 F:      include/linux/platform_data/st-nci.h
7863 F:      Documentation/devicetree/bindings/net/nfc/
7864
7865 NFS, SUNRPC, AND LOCKD CLIENTS
7866 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7867 M:      Anna Schumaker <anna.schumaker@netapp.com>
7868 L:      linux-nfs@vger.kernel.org
7869 W:      http://client.linux-nfs.org
7870 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7871 S:      Maintained
7872 F:      fs/lockd/
7873 F:      fs/nfs/
7874 F:      fs/nfs_common/
7875 F:      net/sunrpc/
7876 F:      include/linux/lockd/
7877 F:      include/linux/nfs*
7878 F:      include/linux/sunrpc/
7879 F:      include/uapi/linux/nfs*
7880 F:      include/uapi/linux/sunrpc/
7881
7882 NILFS2 FILESYSTEM
7883 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7884 L:      linux-nilfs@vger.kernel.org
7885 W:      http://nilfs.sourceforge.net/
7886 T:      git git://github.com/konis/nilfs2.git
7887 S:      Supported
7888 F:      Documentation/filesystems/nilfs2.txt
7889 F:      fs/nilfs2/
7890 F:      include/linux/nilfs2_fs.h
7891 F:      include/trace/events/nilfs2.h
7892
7893 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7894 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7895 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7896 S:      Maintained
7897 F:      Documentation/scsi/NinjaSCSI.txt
7898 F:      drivers/scsi/pcmcia/nsp_*
7899
7900 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7901 M:      GOTO Masanori <gotom@debian.or.jp>
7902 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7903 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7904 S:      Maintained
7905 F:      Documentation/scsi/NinjaSCSI.txt
7906 F:      drivers/scsi/nsp32*
7907
7908 NIOS2 ARCHITECTURE
7909 M:      Ley Foon Tan <lftan@altera.com>
7910 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7912 S:      Maintained
7913 F:      arch/nios2/
7914
7915 NOKIA N900 POWER SUPPLY DRIVERS
7916 R:      Pali Rohár <pali.rohar@gmail.com>
7917 F:      include/linux/power/bq2415x_charger.h
7918 F:      include/linux/power/bq27xxx_battery.h
7919 F:      include/linux/power/isp1704_charger.h
7920 F:      drivers/power/bq2415x_charger.c
7921 F:      drivers/power/bq27xxx_battery.c
7922 F:      drivers/power/bq27xxx_battery_i2c.c
7923 F:      drivers/power/isp1704_charger.c
7924 F:      drivers/power/rx51_battery.c
7925
7926 NTB DRIVER CORE
7927 M:      Jon Mason <jdmason@kudzu.us>
7928 M:      Dave Jiang <dave.jiang@intel.com>
7929 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7930 L:      linux-ntb@googlegroups.com
7931 S:      Supported
7932 W:      https://github.com/jonmason/ntb/wiki
7933 T:      git git://github.com/jonmason/ntb.git
7934 F:      drivers/ntb/
7935 F:      drivers/net/ntb_netdev.c
7936 F:      include/linux/ntb.h
7937 F:      include/linux/ntb_transport.h
7938
7939 NTB INTEL DRIVER
7940 M:      Jon Mason <jdmason@kudzu.us>
7941 M:      Dave Jiang <dave.jiang@intel.com>
7942 L:      linux-ntb@googlegroups.com
7943 S:      Supported
7944 W:      https://github.com/jonmason/ntb/wiki
7945 T:      git git://github.com/jonmason/ntb.git
7946 F:      drivers/ntb/hw/intel/
7947
7948 NTB AMD DRIVER
7949 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
7950 L:      linux-ntb@googlegroups.com
7951 S:      Supported
7952 F:      drivers/ntb/hw/amd/
7953
7954 NTFS FILESYSTEM
7955 M:      Anton Altaparmakov <anton@tuxera.com>
7956 L:      linux-ntfs-dev@lists.sourceforge.net
7957 W:      http://www.tuxera.com/
7958 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7959 S:      Supported
7960 F:      Documentation/filesystems/ntfs.txt
7961 F:      fs/ntfs/
7962
7963 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7964 M:      Antonino Daplas <adaplas@gmail.com>
7965 L:      linux-fbdev@vger.kernel.org
7966 S:      Maintained
7967 F:      drivers/video/fbdev/riva/
7968 F:      drivers/video/fbdev/nvidia/
7969
7970 NVM EXPRESS DRIVER
7971 M:      Keith Busch <keith.busch@intel.com>
7972 M:      Jens Axboe <axboe@fb.com>
7973 L:      linux-nvme@lists.infradead.org
7974 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7975 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7976 S:      Supported
7977 F:      drivers/nvme/host/
7978 F:      include/linux/nvme.h
7979
7980 NVMEM FRAMEWORK
7981 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7982 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7983 S:      Maintained
7984 F:      drivers/nvmem/
7985 F:      Documentation/devicetree/bindings/nvmem/
7986 F:      include/linux/nvmem-consumer.h
7987 F:      include/linux/nvmem-provider.h
7988
7989 NXP-NCI NFC DRIVER
7990 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
7991 R:      Charles Gorand <charles.gorand@effinnov.com>
7992 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7993 S:      Supported
7994 F:      drivers/nfc/nxp-nci
7995
7996 NXP TDA998X DRM DRIVER
7997 M:      Russell King <rmk+kernel@armlinux.org.uk>
7998 S:      Supported
7999 F:      drivers/gpu/drm/i2c/tda998x_drv.c
8000 F:      include/drm/i2c/tda998x.h
8001
8002 NXP TFA9879 DRIVER
8003 M:      Peter Rosin <peda@axentia.se>
8004 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8005 S:      Maintained
8006 F:      sound/soc/codecs/tfa9879*
8007
8008 OBJTOOL
8009 M:      Josh Poimboeuf <jpoimboe@redhat.com>
8010 S:      Supported
8011 F:      tools/objtool/
8012
8013 OMAP SUPPORT
8014 M:      Tony Lindgren <tony@atomide.com>
8015 L:      linux-omap@vger.kernel.org
8016 W:      http://www.muru.com/linux/omap/
8017 W:      http://linux.omap.com/
8018 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8020 S:      Maintained
8021 F:      arch/arm/*omap*/
8022 F:      arch/arm/configs/omap1_defconfig
8023 F:      arch/arm/configs/omap2plus_defconfig
8024 F:      drivers/i2c/busses/i2c-omap.c
8025 F:      drivers/irqchip/irq-omap-intc.c
8026 F:      drivers/mfd/*omap*.c
8027 F:      drivers/mfd/menelaus.c
8028 F:      drivers/mfd/palmas.c
8029 F:      drivers/mfd/tps65217.c
8030 F:      drivers/mfd/tps65218.c
8031 F:      drivers/mfd/tps65910.c
8032 F:      drivers/mfd/twl-core.[ch]
8033 F:      drivers/mfd/twl4030*.c
8034 F:      drivers/mfd/twl6030*.c
8035 F:      drivers/mfd/twl6040*.c
8036 F:      drivers/regulator/palmas-regulator*.c
8037 F:      drivers/regulator/pbias-regulator.c
8038 F:      drivers/regulator/tps65217-regulator.c
8039 F:      drivers/regulator/tps65218-regulator.c
8040 F:      drivers/regulator/tps65910-regulator.c
8041 F:      drivers/regulator/twl-regulator.c
8042 F:      include/linux/i2c-omap.h
8043
8044 OMAP DEVICE TREE SUPPORT
8045 M:      Benoît Cousson <bcousson@baylibre.com>
8046 M:      Tony Lindgren <tony@atomide.com>
8047 L:      linux-omap@vger.kernel.org
8048 L:      devicetree@vger.kernel.org
8049 S:      Maintained
8050 F:      arch/arm/boot/dts/*omap*
8051 F:      arch/arm/boot/dts/*am3*
8052 F:      arch/arm/boot/dts/*am4*
8053 F:      arch/arm/boot/dts/*am5*
8054 F:      arch/arm/boot/dts/*dra7*
8055
8056 OMAP CLOCK FRAMEWORK SUPPORT
8057 M:      Paul Walmsley <paul@pwsan.com>
8058 L:      linux-omap@vger.kernel.org
8059 S:      Maintained
8060 F:      arch/arm/*omap*/*clock*
8061
8062 OMAP POWER MANAGEMENT SUPPORT
8063 M:      Kevin Hilman <khilman@kernel.org>
8064 L:      linux-omap@vger.kernel.org
8065 S:      Maintained
8066 F:      arch/arm/*omap*/*pm*
8067 F:      drivers/cpufreq/omap-cpufreq.c
8068
8069 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8070 M:      Rajendra Nayak <rnayak@codeaurora.org>
8071 M:      Paul Walmsley <paul@pwsan.com>
8072 L:      linux-omap@vger.kernel.org
8073 S:      Maintained
8074 F:      arch/arm/mach-omap2/prm*
8075
8076 OMAP AUDIO SUPPORT
8077 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8078 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
8079 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8080 L:      linux-omap@vger.kernel.org
8081 S:      Maintained
8082 F:      sound/soc/omap/
8083
8084 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8085 M:      Roger Quadros <rogerq@ti.com>
8086 M:      Tony Lindgren <tony@atomide.com>
8087 L:      linux-omap@vger.kernel.org
8088 S:      Maintained
8089 F:      drivers/memory/omap-gpmc.c
8090 F:      arch/arm/mach-omap2/*gpmc*
8091
8092 OMAP FRAMEBUFFER SUPPORT
8093 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8094 L:      linux-fbdev@vger.kernel.org
8095 L:      linux-omap@vger.kernel.org
8096 S:      Maintained
8097 F:      drivers/video/fbdev/omap/
8098
8099 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8100 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8101 L:      linux-omap@vger.kernel.org
8102 L:      linux-fbdev@vger.kernel.org
8103 S:      Maintained
8104 F:      drivers/video/fbdev/omap2/
8105 F:      Documentation/arm/OMAP/DSS
8106
8107 OMAP HARDWARE SPINLOCK SUPPORT
8108 M:      Ohad Ben-Cohen <ohad@wizery.com>
8109 L:      linux-omap@vger.kernel.org
8110 S:      Maintained
8111 F:      drivers/hwspinlock/omap_hwspinlock.c
8112
8113 OMAP MMC SUPPORT
8114 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
8115 L:      linux-omap@vger.kernel.org
8116 S:      Maintained
8117 F:      drivers/mmc/host/omap.c
8118
8119 OMAP HS MMC SUPPORT
8120 L:      linux-mmc@vger.kernel.org
8121 L:      linux-omap@vger.kernel.org
8122 S:      Orphan
8123 F:      drivers/mmc/host/omap_hsmmc.c
8124
8125 OMAP RANDOM NUMBER GENERATOR SUPPORT
8126 M:      Deepak Saxena <dsaxena@plexity.net>
8127 S:      Maintained
8128 F:      drivers/char/hw_random/omap-rng.c
8129
8130 OMAP HWMOD SUPPORT
8131 M:      Benoît Cousson <bcousson@baylibre.com>
8132 M:      Paul Walmsley <paul@pwsan.com>
8133 L:      linux-omap@vger.kernel.org
8134 S:      Maintained
8135 F:      arch/arm/mach-omap2/omap_hwmod.*
8136
8137 OMAP HWMOD DATA
8138 M:      Paul Walmsley <paul@pwsan.com>
8139 L:      linux-omap@vger.kernel.org
8140 S:      Maintained
8141 F:      arch/arm/mach-omap2/omap_hwmod*data*
8142
8143 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8144 M:      Benoît Cousson <bcousson@baylibre.com>
8145 L:      linux-omap@vger.kernel.org
8146 S:      Maintained
8147 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8148
8149 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8150 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8151 L:      linux-media@vger.kernel.org
8152 S:      Maintained
8153 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
8154 F:      drivers/media/platform/omap3isp/
8155 F:      drivers/staging/media/omap4iss/
8156
8157 OMAP USB SUPPORT
8158 L:      linux-usb@vger.kernel.org
8159 L:      linux-omap@vger.kernel.org
8160 S:      Orphan
8161 F:      drivers/usb/*/*omap*
8162 F:      arch/arm/*omap*/usb*
8163
8164 OMAP GPIO DRIVER
8165 M:      Grygorii Strashko <grygorii.strashko@ti.com>
8166 M:      Santosh Shilimkar <ssantosh@kernel.org>
8167 M:      Kevin Hilman <khilman@kernel.org>
8168 L:      linux-omap@vger.kernel.org
8169 S:      Maintained
8170 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
8171 F:      drivers/gpio/gpio-omap.c
8172
8173 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8174 M:      Mark Jackson <mpfj@newflow.co.uk>
8175 L:      linux-omap@vger.kernel.org
8176 S:      Maintained
8177 F:      arch/arm/boot/dts/am335x-nano.dts
8178
8179 OMFS FILESYSTEM
8180 M:      Bob Copeland <me@bobcopeland.com>
8181 L:      linux-karma-devel@lists.sourceforge.net
8182 S:      Maintained
8183 F:      Documentation/filesystems/omfs.txt
8184 F:      fs/omfs/
8185
8186 OMNIKEY CARDMAN 4000 DRIVER
8187 M:      Harald Welte <laforge@gnumonks.org>
8188 S:      Maintained
8189 F:      drivers/char/pcmcia/cm4000_cs.c
8190 F:      include/linux/cm4000_cs.h
8191 F:      include/uapi/linux/cm4000_cs.h
8192
8193 OMNIKEY CARDMAN 4040 DRIVER
8194 M:      Harald Welte <laforge@gnumonks.org>
8195 S:      Maintained
8196 F:      drivers/char/pcmcia/cm4040_cs.*
8197
8198 OMNIVISION OV7670 SENSOR DRIVER
8199 M:      Jonathan Corbet <corbet@lwn.net>
8200 L:      linux-media@vger.kernel.org
8201 T:      git git://linuxtv.org/media_tree.git
8202 S:      Maintained
8203 F:      drivers/media/i2c/ov7670.c
8204
8205 ONENAND FLASH DRIVER
8206 M:      Kyungmin Park <kyungmin.park@samsung.com>
8207 L:      linux-mtd@lists.infradead.org
8208 S:      Maintained
8209 F:      drivers/mtd/onenand/
8210 F:      include/linux/mtd/onenand*.h
8211
8212 ONSTREAM SCSI TAPE DRIVER
8213 M:      Willem Riede <osst@riede.org>
8214 L:      osst-users@lists.sourceforge.net
8215 L:      linux-scsi@vger.kernel.org
8216 S:      Maintained
8217 F:      Documentation/scsi/osst.txt
8218 F:      drivers/scsi/osst.*
8219 F:      drivers/scsi/osst_*.h
8220 F:      drivers/scsi/st.h
8221
8222 OPENCORES I2C BUS DRIVER
8223 M:      Peter Korsgaard <jacmet@sunsite.dk>
8224 L:      linux-i2c@vger.kernel.org
8225 S:      Maintained
8226 F:      Documentation/i2c/busses/i2c-ocores
8227 F:      drivers/i2c/busses/i2c-ocores.c
8228
8229 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8230 M:      Rob Herring <robh+dt@kernel.org>
8231 M:      Frank Rowand <frowand.list@gmail.com>
8232 M:      Grant Likely <grant.likely@linaro.org>
8233 L:      devicetree@vger.kernel.org
8234 W:      http://www.devicetree.org/
8235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
8236 S:      Maintained
8237 F:      drivers/of/
8238 F:      include/linux/of*.h
8239 F:      scripts/dtc/
8240
8241 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8242 M:      Rob Herring <robh+dt@kernel.org>
8243 M:      Pawel Moll <pawel.moll@arm.com>
8244 M:      Mark Rutland <mark.rutland@arm.com>
8245 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
8246 M:      Kumar Gala <galak@codeaurora.org>
8247 L:      devicetree@vger.kernel.org
8248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8249 S:      Maintained
8250 F:      Documentation/devicetree/
8251 F:      arch/*/boot/dts/
8252 F:      include/dt-bindings/
8253
8254 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8255 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8256 L:      devicetree@vger.kernel.org
8257 S:      Maintained
8258 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8259 F:      Documentation/devicetree/overlay-notes.txt
8260 F:      drivers/of/overlay.c
8261 F:      drivers/of/resolver.c
8262
8263 OPENRISC ARCHITECTURE
8264 M:      Jonas Bonn <jonas@southpole.se>
8265 W:      http://openrisc.net
8266 L:      linux@lists.openrisc.net (moderated for non-subscribers)
8267 S:      Maintained
8268 T:      git git://openrisc.net/~jonas/linux
8269 F:      arch/openrisc/
8270
8271 OPENVSWITCH
8272 M:      Pravin Shelar <pshelar@nicira.com>
8273 L:      netdev@vger.kernel.org
8274 L:      dev@openvswitch.org
8275 W:      http://openvswitch.org
8276 S:      Maintained
8277 F:      net/openvswitch/
8278 F:      include/uapi/linux/openvswitch.h
8279
8280 OPERATING PERFORMANCE POINTS (OPP)
8281 M:      Viresh Kumar <vireshk@kernel.org>
8282 M:      Nishanth Menon <nm@ti.com>
8283 M:      Stephen Boyd <sboyd@codeaurora.org>
8284 L:      linux-pm@vger.kernel.org
8285 S:      Maintained
8286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8287 F:      drivers/base/power/opp/
8288 F:      include/linux/pm_opp.h
8289 F:      Documentation/power/opp.txt
8290 F:      Documentation/devicetree/bindings/opp/
8291
8292 OPL4 DRIVER
8293 M:      Clemens Ladisch <clemens@ladisch.de>
8294 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8295 T:      git git://git.alsa-project.org/alsa-kernel.git
8296 S:      Maintained
8297 F:      sound/drivers/opl4/
8298
8299 OPROFILE
8300 M:      Robert Richter <rric@kernel.org>
8301 L:      oprofile-list@lists.sf.net
8302 S:      Maintained
8303 F:      arch/*/include/asm/oprofile*.h
8304 F:      arch/*/oprofile/
8305 F:      drivers/oprofile/
8306 F:      include/linux/oprofile.h
8307
8308 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8309 M:      Mark Fasheh <mfasheh@suse.com>
8310 M:      Joel Becker <jlbec@evilplan.org>
8311 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8312 W:      http://ocfs2.wiki.kernel.org
8313 S:      Supported
8314 F:      Documentation/filesystems/ocfs2.txt
8315 F:      Documentation/filesystems/dlmfs.txt
8316 F:      fs/ocfs2/
8317
8318 ORINOCO DRIVER
8319 L:      linux-wireless@vger.kernel.org
8320 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8321 W:      http://www.nongnu.org/orinoco/
8322 S:      Orphan
8323 F:      drivers/net/wireless/intersil/orinoco/
8324
8325 OSD LIBRARY and FILESYSTEM
8326 M:      Boaz Harrosh <ooo@electrozaur.com>
8327 M:      Benny Halevy <bhalevy@primarydata.com>
8328 L:      osd-dev@open-osd.org
8329 W:      http://open-osd.org
8330 T:      git git://git.open-osd.org/open-osd.git
8331 S:      Maintained
8332 F:      drivers/scsi/osd/
8333 F:      include/scsi/osd_*
8334 F:      fs/exofs/
8335
8336 OVERLAY FILESYSTEM
8337 M:      Miklos Szeredi <miklos@szeredi.hu>
8338 L:      linux-unionfs@vger.kernel.org
8339 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8340 S:      Supported
8341 F:      fs/overlayfs/
8342 F:      Documentation/filesystems/overlayfs.txt
8343
8344 ORANGEFS FILESYSTEM
8345 M:      Mike Marshall <hubcap@omnibond.com>
8346 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
8347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
8348 S:      Supported
8349 F:      fs/orangefs/
8350 F:      Documentation/filesystems/orangefs.txt
8351
8352 P54 WIRELESS DRIVER
8353 M:      Christian Lamparter <chunkeey@googlemail.com>
8354 L:      linux-wireless@vger.kernel.org
8355 W:      http://wireless.kernel.org/en/users/Drivers/p54
8356 S:      Maintained
8357 F:      drivers/net/wireless/intersil/p54/
8358
8359 PA SEMI ETHERNET DRIVER
8360 M:      Olof Johansson <olof@lixom.net>
8361 L:      netdev@vger.kernel.org
8362 S:      Maintained
8363 F:      drivers/net/ethernet/pasemi/*
8364
8365 PA SEMI SMBUS DRIVER
8366 M:      Olof Johansson <olof@lixom.net>
8367 L:      linux-i2c@vger.kernel.org
8368 S:      Maintained
8369 F:      drivers/i2c/busses/i2c-pasemi.c
8370
8371 PADATA PARALLEL EXECUTION MECHANISM
8372 M:      Steffen Klassert <steffen.klassert@secunet.com>
8373 L:      linux-crypto@vger.kernel.org
8374 S:      Maintained
8375 F:      kernel/padata.c
8376 F:      include/linux/padata.h
8377 F:      Documentation/padata.txt
8378
8379 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8380 M:      Harald Welte <laforge@gnumonks.org>
8381 L:      platform-driver-x86@vger.kernel.org
8382 S:      Maintained
8383 F:      drivers/platform/x86/panasonic-laptop.c
8384
8385 PANASONIC MN10300/AM33/AM34 PORT
8386 M:      David Howells <dhowells@redhat.com>
8387 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8388 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
8389 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8390 S:      Maintained
8391 F:      Documentation/mn10300/
8392 F:      arch/mn10300/
8393
8394 PARALLEL LCD/KEYPAD PANEL DRIVER
8395 M:      Willy Tarreau <willy@haproxy.com>
8396 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
8397 S:      Odd Fixes
8398 F:      Documentation/misc-devices/lcd-panel-cgram.txt
8399 F:      drivers/misc/panel.c
8400
8401 PARALLEL PORT SUBSYSTEM
8402 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8403 M:      Sudip Mukherjee <sudip@vectorindia.org>
8404 L:      linux-parport@lists.infradead.org (subscribers-only)
8405 S:      Maintained
8406 F:      drivers/parport/
8407 F:      include/linux/parport*.h
8408 F:      drivers/char/ppdev.c
8409 F:      include/uapi/linux/ppdev.h
8410 F:      Documentation/parport*.txt
8411
8412 PARAVIRT_OPS INTERFACE
8413 M:      Jeremy Fitzhardinge <jeremy@goop.org>
8414 M:      Chris Wright <chrisw@sous-sol.org>
8415 M:      Alok Kataria <akataria@vmware.com>
8416 M:      Rusty Russell <rusty@rustcorp.com.au>
8417 L:      virtualization@lists.linux-foundation.org
8418 S:      Supported
8419 F:      Documentation/virtual/paravirt_ops.txt
8420 F:      arch/*/kernel/paravirt*
8421 F:      arch/*/include/asm/paravirt.h
8422
8423 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8424 M:      Tim Waugh <tim@cyberelk.net>
8425 L:      linux-parport@lists.infradead.org (subscribers-only)
8426 S:      Maintained
8427 F:      Documentation/blockdev/paride.txt
8428 F:      drivers/block/paride/
8429
8430 PARISC ARCHITECTURE
8431 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
8432 M:      Helge Deller <deller@gmx.de>
8433 L:      linux-parisc@vger.kernel.org
8434 W:      http://www.parisc-linux.org/
8435 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
8436 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8438 S:      Maintained
8439 F:      arch/parisc/
8440 F:      Documentation/parisc/
8441 F:      drivers/parisc/
8442 F:      drivers/char/agp/parisc-agp.c
8443 F:      drivers/input/serio/gscps2.c
8444 F:      drivers/parport/parport_gsc.*
8445 F:      drivers/tty/serial/8250/8250_gsc.c
8446 F:      drivers/video/fbdev/sti*
8447 F:      drivers/video/console/sti*
8448 F:      drivers/video/logo/logo_parisc*
8449
8450 PC87360 HARDWARE MONITORING DRIVER
8451 M:      Jim Cromie <jim.cromie@gmail.com>
8452 L:      linux-hwmon@vger.kernel.org
8453 S:      Maintained
8454 F:      Documentation/hwmon/pc87360
8455 F:      drivers/hwmon/pc87360.c
8456
8457 PC8736x GPIO DRIVER
8458 M:      Jim Cromie <jim.cromie@gmail.com>
8459 S:      Maintained
8460 F:      drivers/char/pc8736x_gpio.c
8461
8462 PC87427 HARDWARE MONITORING DRIVER
8463 M:      Jean Delvare <jdelvare@suse.com>
8464 L:      linux-hwmon@vger.kernel.org
8465 S:      Maintained
8466 F:      Documentation/hwmon/pc87427
8467 F:      drivers/hwmon/pc87427.c
8468
8469 PCA9532 LED DRIVER
8470 M:      Riku Voipio <riku.voipio@iki.fi>
8471 S:      Maintained
8472 F:      drivers/leds/leds-pca9532.c
8473 F:      include/linux/leds-pca9532.h
8474
8475 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8476 M:      Guenter Roeck <linux@roeck-us.net>
8477 L:      linux-i2c@vger.kernel.org
8478 S:      Maintained
8479 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8480
8481 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8482 M:      Khalid Aziz <khalid@gonehiking.org>
8483 S:      Maintained
8484 F:      drivers/firmware/pcdp.*
8485
8486 PCI ERROR RECOVERY
8487 M:      Linas Vepstas <linasvepstas@gmail.com>
8488 L:      linux-pci@vger.kernel.org
8489 S:      Supported
8490 F:      Documentation/PCI/pci-error-recovery.txt
8491
8492 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
8493 M:      Russell Currey <ruscur@russell.cc>
8494 L:      linuxppc-dev@lists.ozlabs.org
8495 S:      Supported
8496 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
8497 F:      arch/powerpc/kernel/eeh*.c
8498 F:      arch/powerpc/platforms/*/eeh*.c
8499 F:      arch/powerpc/include/*/eeh*.h
8500
8501 PCI SUBSYSTEM
8502 M:      Bjorn Helgaas <bhelgaas@google.com>
8503 L:      linux-pci@vger.kernel.org
8504 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8505 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8506 S:      Supported
8507 F:      Documentation/PCI/
8508 F:      drivers/pci/
8509 F:      include/linux/pci*
8510 F:      arch/x86/pci/
8511 F:      arch/x86/kernel/quirks.c
8512
8513 PCI DRIVER FOR ALTERA PCIE IP
8514 M:      Ley Foon Tan <lftan@altera.com>
8515 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8516 L:      linux-pci@vger.kernel.org
8517 S:      Supported
8518 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
8519 F:      drivers/pci/host/pcie-altera.c
8520
8521 PCI DRIVER FOR ARM VERSATILE PLATFORM
8522 M:      Rob Herring <robh@kernel.org>
8523 L:      linux-pci@vger.kernel.org
8524 L:      linux-arm-kernel@lists.infradead.org
8525 S:      Maintained
8526 F:      Documentation/devicetree/bindings/pci/versatile.txt
8527 F:      drivers/pci/host/pci-versatile.c
8528
8529 PCI DRIVER FOR APPLIEDMICRO XGENE
8530 M:      Tanmay Inamdar <tinamdar@apm.com>
8531 L:      linux-pci@vger.kernel.org
8532 L:      linux-arm-kernel@lists.infradead.org
8533 S:      Maintained
8534 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8535 F:      drivers/pci/host/pci-xgene.c
8536
8537 PCI DRIVER FOR FREESCALE LAYERSCAPE
8538 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8539 M:      Mingkai Hu <mingkai.hu@freescale.com>
8540 M:      Roy Zang <tie-fei.zang@freescale.com>
8541 L:      linuxppc-dev@lists.ozlabs.org
8542 L:      linux-pci@vger.kernel.org
8543 L:      linux-arm-kernel@lists.infradead.org
8544 S:      Maintained
8545 F:      drivers/pci/host/*layerscape*
8546
8547 PCI DRIVER FOR IMX6
8548 M:      Richard Zhu <Richard.Zhu@freescale.com>
8549 M:      Lucas Stach <l.stach@pengutronix.de>
8550 L:      linux-pci@vger.kernel.org
8551 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8552 S:      Maintained
8553 F:      drivers/pci/host/*imx6*
8554
8555 PCI DRIVER FOR TI KEYSTONE
8556 M:      Murali Karicheri <m-karicheri2@ti.com>
8557 L:      linux-pci@vger.kernel.org
8558 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8559 S:      Maintained
8560 F:      drivers/pci/host/*keystone*
8561
8562 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8563 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8564 M:      Jason Cooper <jason@lakedaemon.net>
8565 L:      linux-pci@vger.kernel.org
8566 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8567 S:      Maintained
8568 F:      drivers/pci/host/*mvebu*
8569
8570 PCI DRIVER FOR NVIDIA TEGRA
8571 M:      Thierry Reding <thierry.reding@gmail.com>
8572 L:      linux-tegra@vger.kernel.org
8573 L:      linux-pci@vger.kernel.org
8574 S:      Supported
8575 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8576 F:      drivers/pci/host/pci-tegra.c
8577
8578 PCI DRIVER FOR TI DRA7XX
8579 M:      Kishon Vijay Abraham I <kishon@ti.com>
8580 L:      linux-omap@vger.kernel.org
8581 L:      linux-pci@vger.kernel.org
8582 S:      Supported
8583 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8584 F:      drivers/pci/host/pci-dra7xx.c
8585
8586 PCI DRIVER FOR RENESAS R-CAR
8587 M:      Simon Horman <horms@verge.net.au>
8588 L:      linux-pci@vger.kernel.org
8589 L:      linux-renesas-soc@vger.kernel.org
8590 S:      Maintained
8591 F:      drivers/pci/host/*rcar*
8592
8593 PCI DRIVER FOR SAMSUNG EXYNOS
8594 M:      Jingoo Han <jingoohan1@gmail.com>
8595 L:      linux-pci@vger.kernel.org
8596 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8597 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8598 S:      Maintained
8599 F:      drivers/pci/host/pci-exynos.c
8600
8601 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8602 M:      Jingoo Han <jingoohan1@gmail.com>
8603 M:      Pratyush Anand <pratyush.anand@gmail.com>
8604 L:      linux-pci@vger.kernel.org
8605 S:      Maintained
8606 F:      drivers/pci/host/*designware*
8607
8608 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
8609 M:      Joao Pinto <jpinto@synopsys.com>
8610 L:      linux-pci@vger.kernel.org
8611 S:      Maintained
8612 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
8613 F:      drivers/pci/host/pcie-designware-plat.c
8614
8615 PCI DRIVER FOR GENERIC OF HOSTS
8616 M:      Will Deacon <will.deacon@arm.com>
8617 L:      linux-pci@vger.kernel.org
8618 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8619 S:      Maintained
8620 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8621 F:      drivers/pci/host/pci-host-common.c
8622 F:      drivers/pci/host/pci-host-generic.c
8623
8624 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8625 M:      Keith Busch <keith.busch@intel.com>
8626 L:      linux-pci@vger.kernel.org
8627 S:      Supported
8628 F:      arch/x86/pci/vmd.c
8629
8630 PCIE DRIVER FOR ST SPEAR13XX
8631 M:      Pratyush Anand <pratyush.anand@gmail.com>
8632 L:      linux-pci@vger.kernel.org
8633 S:      Maintained
8634 F:      drivers/pci/host/*spear*
8635
8636 PCI MSI DRIVER FOR ALTERA MSI IP
8637 M:      Ley Foon Tan <lftan@altera.com>
8638 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8639 L:      linux-pci@vger.kernel.org
8640 S:      Supported
8641 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8642 F:      drivers/pci/host/pcie-altera-msi.c
8643
8644 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8645 M:      Duc Dang <dhdang@apm.com>
8646 L:      linux-pci@vger.kernel.org
8647 L:      linux-arm-kernel@lists.infradead.org
8648 S:      Maintained
8649 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8650 F:      drivers/pci/host/pci-xgene-msi.c
8651
8652 PCIE DRIVER FOR HISILICON
8653 M:      Zhou Wang <wangzhou1@hisilicon.com>
8654 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
8655 L:      linux-pci@vger.kernel.org
8656 S:      Maintained
8657 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8658 F:      drivers/pci/host/pcie-hisi.c
8659
8660 PCIE DRIVER FOR QUALCOMM MSM
8661 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
8662 L:     linux-pci@vger.kernel.org
8663 L:     linux-arm-msm@vger.kernel.org
8664 S:     Maintained
8665 F:     drivers/pci/host/*qcom*
8666
8667 PCIE DRIVER FOR CAVIUM THUNDERX
8668 M:      David Daney <david.daney@cavium.com>
8669 L:      linux-pci@vger.kernel.org
8670 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8671 S:      Supported
8672 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
8673 F:      drivers/pci/host/pci-thunder-*
8674
8675 PCMCIA SUBSYSTEM
8676 P:      Linux PCMCIA Team
8677 L:      linux-pcmcia@lists.infradead.org
8678 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8680 S:      Maintained
8681 F:      Documentation/pcmcia/
8682 F:      drivers/pcmcia/
8683 F:      include/pcmcia/
8684
8685 PCNET32 NETWORK DRIVER
8686 M:      Don Fry <pcnet32@frontier.com>
8687 L:      netdev@vger.kernel.org
8688 S:      Maintained
8689 F:      drivers/net/ethernet/amd/pcnet32.c
8690
8691 PCRYPT PARALLEL CRYPTO ENGINE
8692 M:      Steffen Klassert <steffen.klassert@secunet.com>
8693 L:      linux-crypto@vger.kernel.org
8694 S:      Maintained
8695 F:      crypto/pcrypt.c
8696 F:      include/crypto/pcrypt.h
8697
8698 PER-CPU MEMORY ALLOCATOR
8699 M:      Tejun Heo <tj@kernel.org>
8700 M:      Christoph Lameter <cl@linux.com>
8701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8702 S:      Maintained
8703 F:      include/linux/percpu*.h
8704 F:      mm/percpu*.c
8705 F:      arch/*/include/asm/percpu.h
8706
8707 PER-TASK DELAY ACCOUNTING
8708 M:      Balbir Singh <bsingharora@gmail.com>
8709 S:      Maintained
8710 F:      include/linux/delayacct.h
8711 F:      kernel/delayacct.c
8712
8713 PERFORMANCE EVENTS SUBSYSTEM
8714 M:      Peter Zijlstra <peterz@infradead.org>
8715 M:      Ingo Molnar <mingo@redhat.com>
8716 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8717 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
8718 L:      linux-kernel@vger.kernel.org
8719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8720 S:      Supported
8721 F:      kernel/events/*
8722 F:      include/linux/perf_event.h
8723 F:      include/uapi/linux/perf_event.h
8724 F:      arch/*/kernel/perf_event*.c
8725 F:      arch/*/kernel/*/perf_event*.c
8726 F:      arch/*/kernel/*/*/perf_event*.c
8727 F:      arch/*/include/asm/perf_event.h
8728 F:      arch/*/kernel/perf_callchain.c
8729 F:      tools/perf/
8730
8731 PERSONALITY HANDLING
8732 M:      Christoph Hellwig <hch@infradead.org>
8733 L:      linux-abi-devel@lists.sourceforge.net
8734 S:      Maintained
8735 F:      include/linux/personality.h
8736 F:      include/uapi/linux/personality.h
8737
8738 PHONET PROTOCOL
8739 M:      Remi Denis-Courmont <courmisch@gmail.com>
8740 S:      Supported
8741 F:      Documentation/networking/phonet.txt
8742 F:      include/linux/phonet.h
8743 F:      include/net/phonet/
8744 F:      include/uapi/linux/phonet.h
8745 F:      net/phonet/
8746
8747 PHRAM MTD DRIVER
8748 M:      Joern Engel <joern@lazybastard.org>
8749 L:      linux-mtd@lists.infradead.org
8750 S:      Maintained
8751 F:      drivers/mtd/devices/phram.c
8752
8753 PICOLCD HID DRIVER
8754 M:      Bruno Prémont <bonbons@linux-vserver.org>
8755 L:      linux-input@vger.kernel.org
8756 S:      Maintained
8757 F:      drivers/hid/hid-picolcd*
8758
8759 PICOXCELL SUPPORT
8760 M:      Jamie Iles <jamie@jamieiles.com>
8761 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8762 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8763 S:      Supported
8764 F:      arch/arm/boot/dts/picoxcell*
8765 F:      arch/arm/mach-picoxcell/
8766 F:      drivers/crypto/picoxcell*
8767
8768 PIN CONTROL SUBSYSTEM
8769 M:      Linus Walleij <linus.walleij@linaro.org>
8770 L:      linux-gpio@vger.kernel.org
8771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8772 S:      Maintained
8773 F:      drivers/pinctrl/
8774 F:      include/linux/pinctrl/
8775
8776 PIN CONTROLLER - ATMEL AT91
8777 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8778 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8779 S:      Maintained
8780 F:      drivers/pinctrl/pinctrl-at91.*
8781
8782 PIN CONTROLLER - ATMEL AT91 PIO4
8783 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8784 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8785 L:      linux-gpio@vger.kernel.org
8786 S:      Supported
8787 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8788
8789 PIN CONTROLLER - INTEL
8790 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8791 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8792 S:      Maintained
8793 F:      drivers/pinctrl/intel/
8794
8795 PIN CONTROLLER - RENESAS
8796 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8797 M:      Geert Uytterhoeven <geert+renesas@glider.be>
8798 L:      linux-renesas-soc@vger.kernel.org
8799 S:      Maintained
8800 F:      drivers/pinctrl/sh-pfc/
8801
8802 PIN CONTROLLER - SAMSUNG
8803 M:      Tomasz Figa <tomasz.figa@gmail.com>
8804 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
8805 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8806 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8807 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8808 S:      Maintained
8809 F:      drivers/pinctrl/samsung/
8810
8811 PIN CONTROLLER - SINGLE
8812 M:      Tony Lindgren <tony@atomide.com>
8813 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
8814 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8815 L:      linux-omap@vger.kernel.org
8816 S:      Maintained
8817 F:      drivers/pinctrl/pinctrl-single.c
8818
8819 PIN CONTROLLER - ST SPEAR
8820 M:      Viresh Kumar <vireshk@kernel.org>
8821 L:      spear-devel@list.st.com
8822 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8823 W:      http://www.st.com/spear
8824 S:      Maintained
8825 F:      drivers/pinctrl/spear/
8826
8827 PKTCDVD DRIVER
8828 M:      Jiri Kosina <jikos@kernel.org>
8829 S:      Maintained
8830 F:      drivers/block/pktcdvd.c
8831 F:      include/linux/pktcdvd.h
8832 F:      include/uapi/linux/pktcdvd.h
8833
8834 PKUNITY SOC DRIVERS
8835 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8836 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8837 S:      Maintained
8838 T:      git git://github.com/gxt/linux.git
8839 F:      drivers/input/serio/i8042-unicore32io.h
8840 F:      drivers/i2c/busses/i2c-puv3.c
8841 F:      drivers/video/fbdev/fb-puv3.c
8842 F:      drivers/rtc/rtc-puv3.c
8843
8844 PMBUS HARDWARE MONITORING DRIVERS
8845 M:      Guenter Roeck <linux@roeck-us.net>
8846 L:      linux-hwmon@vger.kernel.org
8847 W:      http://hwmon.wiki.kernel.org/
8848 W:      http://www.roeck-us.net/linux/drivers/
8849 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8850 S:      Maintained
8851 F:      Documentation/hwmon/pmbus
8852 F:      drivers/hwmon/pmbus/
8853 F:      include/linux/i2c/pmbus.h
8854
8855 PMC SIERRA MaxRAID DRIVER
8856 L:      linux-scsi@vger.kernel.org
8857 W:      http://www.pmc-sierra.com/
8858 S:      Orphan
8859 F:      drivers/scsi/pmcraid.*
8860
8861 PMC SIERRA PM8001 DRIVER
8862 M:      Jack Wang <jinpu.wang@profitbricks.com>
8863 M:      lindar_liu@usish.com
8864 L:      pmchba@pmcs.com
8865 L:      linux-scsi@vger.kernel.org
8866 S:      Supported
8867 F:      drivers/scsi/pm8001/
8868
8869 POSIX CLOCKS and TIMERS
8870 M:      Thomas Gleixner <tglx@linutronix.de>
8871 L:      linux-kernel@vger.kernel.org
8872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8873 S:      Maintained
8874 F:      fs/timerfd.c
8875 F:      include/linux/timer*
8876 F:      kernel/time/*timer*
8877
8878 POWER MANAGEMENT CORE
8879 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
8880 L:      linux-pm@vger.kernel.org
8881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8882 S:      Supported
8883 F:      drivers/base/power/
8884 F:      include/linux/pm.h
8885 F:      include/linux/pm_*
8886 F:      include/linux/powercap.h
8887 F:      drivers/powercap/
8888
8889 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8890 M:      Sebastian Reichel <sre@kernel.org>
8891 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8892 M:      David Woodhouse <dwmw2@infradead.org>
8893 L:      linux-pm@vger.kernel.org
8894 T:      git git://git.infradead.org/battery-2.6.git
8895 S:      Maintained
8896 F:      include/linux/power_supply.h
8897 F:      drivers/power/
8898 X:      drivers/power/avs/
8899
8900 POWER STATE COORDINATION INTERFACE (PSCI)
8901 M:      Mark Rutland <mark.rutland@arm.com>
8902 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8903 L:      linux-arm-kernel@lists.infradead.org
8904 S:      Maintained
8905 F:      drivers/firmware/psci.c
8906 F:      include/linux/psci.h
8907 F:      include/uapi/linux/psci.h
8908
8909 PNP SUPPORT
8910 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8911 S:      Maintained
8912 F:      drivers/pnp/
8913
8914 PPP PROTOCOL DRIVERS AND COMPRESSORS
8915 M:      Paul Mackerras <paulus@samba.org>
8916 L:      linux-ppp@vger.kernel.org
8917 S:      Maintained
8918 F:      drivers/net/ppp/ppp_*
8919
8920 PPP OVER ATM (RFC 2364)
8921 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8922 S:      Maintained
8923 F:      net/atm/pppoatm.c
8924 F:      include/uapi/linux/atmppp.h
8925
8926 PPP OVER ETHERNET
8927 M:      Michal Ostrowski <mostrows@earthlink.net>
8928 S:      Maintained
8929 F:      drivers/net/ppp/pppoe.c
8930 F:      drivers/net/ppp/pppox.c
8931
8932 PPP OVER L2TP
8933 M:      James Chapman <jchapman@katalix.com>
8934 S:      Maintained
8935 F:      net/l2tp/l2tp_ppp.c
8936 F:      include/linux/if_pppol2tp.h
8937 F:      include/uapi/linux/if_pppol2tp.h
8938
8939 PPS SUPPORT
8940 M:      Rodolfo Giometti <giometti@enneenne.com>
8941 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8942 L:      linuxpps@ml.enneenne.com (subscribers-only)
8943 S:      Maintained
8944 F:      Documentation/pps/
8945 F:      drivers/pps/
8946 F:      include/linux/pps*.h
8947
8948 PPTP DRIVER
8949 M:      Dmitry Kozlov <xeb@mail.ru>
8950 L:      netdev@vger.kernel.org
8951 S:      Maintained
8952 F:      drivers/net/ppp/pptp.c
8953 W:      http://sourceforge.net/projects/accel-pptp
8954
8955 PREEMPTIBLE KERNEL
8956 M:      Robert Love <rml@tech9.net>
8957 L:      kpreempt-tech@lists.sourceforge.net
8958 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8959 S:      Supported
8960 F:      Documentation/preempt-locking.txt
8961 F:      include/linux/preempt.h
8962
8963 PRISM54 WIRELESS DRIVER
8964 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8965 L:      linux-wireless@vger.kernel.org
8966 W:      http://wireless.kernel.org/en/users/Drivers/p54
8967 S:      Obsolete
8968 F:      drivers/net/wireless/intersil/prism54/
8969
8970 PS3 NETWORK SUPPORT
8971 M:      Geoff Levand <geoff@infradead.org>
8972 L:      netdev@vger.kernel.org
8973 L:      linuxppc-dev@lists.ozlabs.org
8974 S:      Maintained
8975 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8976
8977 PS3 PLATFORM SUPPORT
8978 M:      Geoff Levand <geoff@infradead.org>
8979 L:      linuxppc-dev@lists.ozlabs.org
8980 S:      Maintained
8981 F:      arch/powerpc/boot/ps3*
8982 F:      arch/powerpc/include/asm/lv1call.h
8983 F:      arch/powerpc/include/asm/ps3*.h
8984 F:      arch/powerpc/platforms/ps3/
8985 F:      drivers/*/ps3*
8986 F:      drivers/ps3/
8987 F:      drivers/rtc/rtc-ps3.c
8988 F:      drivers/usb/host/*ps3.c
8989 F:      sound/ppc/snd_ps3*
8990
8991 PS3VRAM DRIVER
8992 M:      Jim Paris <jim@jtan.com>
8993 M:      Geoff Levand <geoff@infradead.org>
8994 L:      linuxppc-dev@lists.ozlabs.org
8995 S:      Maintained
8996 F:      drivers/block/ps3vram.c
8997
8998 PSTORE FILESYSTEM
8999 M:      Anton Vorontsov <anton@enomsg.org>
9000 M:      Colin Cross <ccross@android.com>
9001 M:      Kees Cook <keescook@chromium.org>
9002 M:      Tony Luck <tony.luck@intel.com>
9003 S:      Maintained
9004 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9005 F:      fs/pstore/
9006 F:      include/linux/pstore*
9007 F:      drivers/firmware/efi/efi-pstore.c
9008 F:      drivers/acpi/apei/erst.c
9009
9010 PTP HARDWARE CLOCK SUPPORT
9011 M:      Richard Cochran <richardcochran@gmail.com>
9012 L:      netdev@vger.kernel.org
9013 S:      Maintained
9014 W:      http://linuxptp.sourceforge.net/
9015 F:      Documentation/ABI/testing/sysfs-ptp
9016 F:      Documentation/ptp/*
9017 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9018 F:      drivers/net/phy/dp83640*
9019 F:      drivers/ptp/*
9020 F:      include/linux/ptp_cl*
9021
9022 PTRACE SUPPORT
9023 M:      Roland McGrath <roland@hack.frob.com>
9024 M:      Oleg Nesterov <oleg@redhat.com>
9025 S:      Maintained
9026 F:      include/asm-generic/syscall.h
9027 F:      include/linux/ptrace.h
9028 F:      include/linux/regset.h
9029 F:      include/linux/tracehook.h
9030 F:      include/uapi/linux/ptrace.h
9031 F:      kernel/ptrace.c
9032
9033 PVRUSB2 VIDEO4LINUX DRIVER
9034 M:      Mike Isely <isely@pobox.com>
9035 L:      pvrusb2@isely.net       (subscribers-only)
9036 L:      linux-media@vger.kernel.org
9037 W:      http://www.isely.net/pvrusb2/
9038 T:      git git://linuxtv.org/media_tree.git
9039 S:      Maintained
9040 F:      Documentation/video4linux/README.pvrusb2
9041 F:      drivers/media/usb/pvrusb2/
9042
9043 PWC WEBCAM DRIVER
9044 M:      Hans de Goede <hdegoede@redhat.com>
9045 L:      linux-media@vger.kernel.org
9046 T:      git git://linuxtv.org/media_tree.git
9047 S:      Maintained
9048 F:      drivers/media/usb/pwc/*
9049
9050 PWM FAN DRIVER
9051 M:      Kamil Debski <k.debski@samsung.com>
9052 L:      linux-hwmon@vger.kernel.org
9053 S:      Supported
9054 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9055 F:      Documentation/hwmon/pwm-fan
9056 F:      drivers/hwmon/pwm-fan.c
9057
9058 PWM SUBSYSTEM
9059 M:      Thierry Reding <thierry.reding@gmail.com>
9060 L:      linux-pwm@vger.kernel.org
9061 S:      Maintained
9062 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9063 F:      Documentation/pwm.txt
9064 F:      Documentation/devicetree/bindings/pwm/
9065 F:      include/linux/pwm.h
9066 F:      drivers/pwm/
9067 F:      drivers/video/backlight/pwm_bl.c
9068 F:      include/linux/pwm_backlight.h
9069
9070 PXA2xx/PXA3xx SUPPORT
9071 M:      Daniel Mack <daniel@zonque.org>
9072 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9073 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9074 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9075 T:      git git://github.com/hzhuang1/linux.git
9076 T:      git git://github.com/rjarzmik/linux.git
9077 S:      Maintained
9078 F:      arch/arm/boot/dts/pxa*
9079 F:      arch/arm/mach-pxa/
9080 F:      drivers/dma/pxa*
9081 F:      drivers/pcmcia/pxa2xx*
9082 F:      drivers/pinctrl/pxa/
9083 F:      drivers/spi/spi-pxa2xx*
9084 F:      drivers/usb/gadget/udc/pxa2*
9085 F:      include/sound/pxa2xx-lib.h
9086 F:      sound/arm/pxa*
9087 F:      sound/soc/pxa/
9088
9089 PXA GPIO DRIVER
9090 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9091 L:      linux-gpio@vger.kernel.org
9092 S:      Maintained
9093 F:      drivers/gpio/gpio-pxa.c
9094
9095 PXA3xx NAND FLASH DRIVER
9096 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9097 L:      linux-mtd@lists.infradead.org
9098 S:      Maintained
9099 F:      drivers/mtd/nand/pxa3xx_nand.c
9100
9101 MMP SUPPORT
9102 M:      Eric Miao <eric.y.miao@gmail.com>
9103 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9104 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9105 T:      git git://github.com/hzhuang1/linux.git
9106 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
9107 S:      Maintained
9108 F:      arch/arm/boot/dts/mmp*
9109 F:      arch/arm/mach-mmp/
9110
9111 PXA MMCI DRIVER
9112 S:      Orphan
9113
9114 PXA RTC DRIVER
9115 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9116 L:      rtc-linux@googlegroups.com
9117 S:      Maintained
9118
9119 QAT DRIVER
9120 M:      Tadeusz Struk <tadeusz.struk@intel.com>
9121 L:      qat-linux@intel.com
9122 S:      Supported
9123 F:      drivers/crypto/qat/
9124
9125 QIB DRIVER
9126 M:      Mike Marciniszyn <infinipath@intel.com>
9127 L:      linux-rdma@vger.kernel.org
9128 S:      Supported
9129 F:      drivers/infiniband/hw/qib/
9130
9131 QLOGIC QLA1280 SCSI DRIVER
9132 M:      Michael Reed <mdr@sgi.com>
9133 L:      linux-scsi@vger.kernel.org
9134 S:      Maintained
9135 F:      drivers/scsi/qla1280.[ch]
9136
9137 QLOGIC QLA2XXX FC-SCSI DRIVER
9138 M:      qla2xxx-upstream@qlogic.com
9139 L:      linux-scsi@vger.kernel.org
9140 S:      Supported
9141 F:      Documentation/scsi/LICENSE.qla2xxx
9142 F:      drivers/scsi/qla2xxx/
9143
9144 QLOGIC QLA4XXX iSCSI DRIVER
9145 M:      QLogic-Storage-Upstream@qlogic.com
9146 L:      linux-scsi@vger.kernel.org
9147 S:      Supported
9148 F:      Documentation/scsi/LICENSE.qla4xxx
9149 F:      drivers/scsi/qla4xxx/
9150
9151 QLOGIC QLA3XXX NETWORK DRIVER
9152 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
9153 M:      Ron Mercer <ron.mercer@qlogic.com>
9154 M:      linux-driver@qlogic.com
9155 L:      netdev@vger.kernel.org
9156 S:      Supported
9157 F:      Documentation/networking/LICENSE.qla3xxx
9158 F:      drivers/net/ethernet/qlogic/qla3xxx.*
9159
9160 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9161 M:      Dept-GELinuxNICDev@qlogic.com
9162 L:      netdev@vger.kernel.org
9163 S:      Supported
9164 F:      drivers/net/ethernet/qlogic/qlcnic/
9165
9166 QLOGIC QLGE 10Gb ETHERNET DRIVER
9167 M:      Harish Patil <harish.patil@qlogic.com>
9168 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
9169 M:      Dept-GELinuxNICDev@qlogic.com
9170 M:      linux-driver@qlogic.com
9171 L:      netdev@vger.kernel.org
9172 S:      Supported
9173 F:      drivers/net/ethernet/qlogic/qlge/
9174
9175 QLOGIC QL4xxx ETHERNET DRIVER
9176 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
9177 M:      Ariel Elior <Ariel.Elior@qlogic.com>
9178 M:      everest-linux-l2@qlogic.com
9179 L:      netdev@vger.kernel.org
9180 S:      Supported
9181 F:      drivers/net/ethernet/qlogic/qed/
9182 F:      include/linux/qed/
9183 F:      drivers/net/ethernet/qlogic/qede/
9184
9185 QNX4 FILESYSTEM
9186 M:      Anders Larsen <al@alarsen.net>
9187 W:      http://www.alarsen.net/linux/qnx4fs/
9188 S:      Maintained
9189 F:      fs/qnx4/
9190 F:      include/uapi/linux/qnx4_fs.h
9191 F:      include/uapi/linux/qnxtypes.h
9192
9193 QT1010 MEDIA DRIVER
9194 M:      Antti Palosaari <crope@iki.fi>
9195 L:      linux-media@vger.kernel.org
9196 W:      https://linuxtv.org
9197 W:      http://palosaari.fi/linux/
9198 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9199 T:      git git://linuxtv.org/anttip/media_tree.git
9200 S:      Maintained
9201 F:      drivers/media/tuners/qt1010*
9202
9203 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9204 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9205 L:      linux-wireless@vger.kernel.org
9206 L:      ath9k-devel@lists.ath9k.org
9207 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
9208 S:      Supported
9209 F:      drivers/net/wireless/ath/ath9k/
9210
9211 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9212 M:      Kalle Valo <kvalo@qca.qualcomm.com>
9213 L:      ath10k@lists.infradead.org
9214 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
9215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9216 S:      Supported
9217 F:      drivers/net/wireless/ath/ath10k/
9218
9219 QUALCOMM HEXAGON ARCHITECTURE
9220 M:      Richard Kuo <rkuo@codeaurora.org>
9221 L:      linux-hexagon@vger.kernel.org
9222 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9223 S:      Supported
9224 F:      arch/hexagon/
9225
9226 QUALCOMM WCN36XX WIRELESS DRIVER
9227 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
9228 L:      wcn36xx@lists.infradead.org
9229 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
9230 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
9231 S:      Supported
9232 F:      drivers/net/wireless/ath/wcn36xx/
9233
9234 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9235 M:      Gabriel Somlo <somlo@cmu.edu>
9236 M:      "Michael S. Tsirkin" <mst@redhat.com>
9237 L:      qemu-devel@nongnu.org
9238 S:      Maintained
9239 F:      drivers/firmware/qemu_fw_cfg.c
9240
9241 RADOS BLOCK DEVICE (RBD)
9242 M:      Ilya Dryomov <idryomov@gmail.com>
9243 M:      Sage Weil <sage@redhat.com>
9244 M:      Alex Elder <elder@kernel.org>
9245 L:      ceph-devel@vger.kernel.org
9246 W:      http://ceph.com/
9247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9248 T:      git git://github.com/ceph/ceph-client.git
9249 S:      Supported
9250 F:      Documentation/ABI/testing/sysfs-bus-rbd
9251 F:      drivers/block/rbd.c
9252 F:      drivers/block/rbd_types.h
9253
9254 RADEON FRAMEBUFFER DISPLAY DRIVER
9255 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
9256 L:      linux-fbdev@vger.kernel.org
9257 S:      Maintained
9258 F:      drivers/video/fbdev/aty/radeon*
9259 F:      include/uapi/linux/radeonfb.h
9260
9261 RADIOSHARK RADIO DRIVER
9262 M:      Hans de Goede <hdegoede@redhat.com>
9263 L:      linux-media@vger.kernel.org
9264 T:      git git://linuxtv.org/media_tree.git
9265 S:      Maintained
9266 F:      drivers/media/radio/radio-shark.c
9267
9268 RADIOSHARK2 RADIO DRIVER
9269 M:      Hans de Goede <hdegoede@redhat.com>
9270 L:      linux-media@vger.kernel.org
9271 T:      git git://linuxtv.org/media_tree.git
9272 S:      Maintained
9273 F:      drivers/media/radio/radio-shark2.c
9274 F:      drivers/media/radio/radio-tea5777.c
9275
9276 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9277 M:      Paul Mackerras <paulus@samba.org>
9278 L:      linux-fbdev@vger.kernel.org
9279 S:      Maintained
9280 F:      drivers/video/fbdev/aty/aty128fb.c
9281
9282 RALINK MIPS ARCHITECTURE
9283 M:      John Crispin <john@phrozen.org>
9284 L:      linux-mips@linux-mips.org
9285 S:      Maintained
9286 F:      arch/mips/ralink
9287
9288 RALINK RT2X00 WIRELESS LAN DRIVER
9289 P:      rt2x00 project
9290 M:      Stanislaw Gruszka <sgruszka@redhat.com>
9291 M:      Helmut Schaa <helmut.schaa@googlemail.com>
9292 L:      linux-wireless@vger.kernel.org
9293 S:      Maintained
9294 F:      drivers/net/wireless/ralink/rt2x00/
9295
9296 RAMDISK RAM BLOCK DEVICE DRIVER
9297 M:      Jens Axboe <axboe@kernel.dk>
9298 S:      Maintained
9299 F:      Documentation/blockdev/ramdisk.txt
9300 F:      drivers/block/brd.c
9301
9302 RANDOM NUMBER DRIVER
9303 M:      "Theodore Ts'o" <tytso@mit.edu>
9304 S:      Maintained
9305 F:      drivers/char/random.c
9306
9307 RAPIDIO SUBSYSTEM
9308 M:      Matt Porter <mporter@kernel.crashing.org>
9309 M:      Alexandre Bounine <alexandre.bounine@idt.com>
9310 S:      Maintained
9311 F:      drivers/rapidio/
9312
9313 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9314 L:      linux-wireless@vger.kernel.org
9315 S:      Orphan
9316 F:      drivers/net/wireless/ray*
9317
9318 RCUTORTURE MODULE
9319 M:      Josh Triplett <josh@joshtriplett.org>
9320 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9321 L:      linux-kernel@vger.kernel.org
9322 S:      Supported
9323 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9324 F:      Documentation/RCU/torture.txt
9325 F:      kernel/rcu/rcutorture.c
9326
9327 RCUTORTURE TEST FRAMEWORK
9328 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9329 M:      Josh Triplett <josh@joshtriplett.org>
9330 R:      Steven Rostedt <rostedt@goodmis.org>
9331 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9332 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9333 L:      linux-kernel@vger.kernel.org
9334 S:      Supported
9335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9336 F:      tools/testing/selftests/rcutorture
9337
9338 RDC R-321X SoC
9339 M:      Florian Fainelli <florian@openwrt.org>
9340 S:      Maintained
9341
9342 RDC R6040 FAST ETHERNET DRIVER
9343 M:      Florian Fainelli <florian@openwrt.org>
9344 L:      netdev@vger.kernel.org
9345 S:      Maintained
9346 F:      drivers/net/ethernet/rdc/r6040.c
9347
9348 RDS - RELIABLE DATAGRAM SOCKETS
9349 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
9350 L:      netdev@vger.kernel.org
9351 L:      linux-rdma@vger.kernel.org
9352 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
9353 W:      https://oss.oracle.com/projects/rds/
9354 S:      Supported
9355 F:      net/rds/
9356 F:      Documentation/networking/rds.txt
9357
9358 RDMAVT - RDMA verbs software
9359 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
9360 L:      linux-rdma@vger.kernel.org
9361 S:      Supported
9362 F:      drivers/infiniband/sw/rdmavt
9363
9364 READ-COPY UPDATE (RCU)
9365 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9366 M:      Josh Triplett <josh@joshtriplett.org>
9367 R:      Steven Rostedt <rostedt@goodmis.org>
9368 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9369 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9370 L:      linux-kernel@vger.kernel.org
9371 W:      http://www.rdrop.com/users/paulmck/RCU/
9372 S:      Supported
9373 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9374 F:      Documentation/RCU/
9375 X:      Documentation/RCU/torture.txt
9376 F:      include/linux/rcu*
9377 X:      include/linux/srcu.h
9378 F:      kernel/rcu/
9379 X:      kernel/torture.c
9380
9381 REAL TIME CLOCK (RTC) SUBSYSTEM
9382 M:      Alessandro Zummo <a.zummo@towertech.it>
9383 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
9384 L:      rtc-linux@googlegroups.com
9385 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
9386 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9387 S:      Maintained
9388 F:      Documentation/rtc.txt
9389 F:      drivers/rtc/
9390 F:      include/linux/rtc.h
9391 F:      include/uapi/linux/rtc.h
9392
9393 REALTEK AUDIO CODECS
9394 M:      Bard Liao <bardliao@realtek.com>
9395 M:      Oder Chiou <oder_chiou@realtek.com>
9396 S:      Maintained
9397 F:      sound/soc/codecs/rt*
9398 F:      include/sound/rt*.h
9399
9400 REISERFS FILE SYSTEM
9401 L:      reiserfs-devel@vger.kernel.org
9402 S:      Supported
9403 F:      fs/reiserfs/
9404
9405 REGISTER MAP ABSTRACTION
9406 M:      Mark Brown <broonie@kernel.org>
9407 L:      linux-kernel@vger.kernel.org
9408 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9409 S:      Supported
9410 F:      drivers/base/regmap/
9411 F:      include/linux/regmap.h
9412
9413 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9414 M:      Ohad Ben-Cohen <ohad@wizery.com>
9415 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9416 L:      linux-remoteproc@vger.kernel.org
9417 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9418 S:      Maintained
9419 F:      drivers/remoteproc/
9420 F:      Documentation/remoteproc.txt
9421 F:      include/linux/remoteproc.h
9422
9423 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9424 M:      Ohad Ben-Cohen <ohad@wizery.com>
9425 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9426 L:      linux-remoteproc@vger.kernel.org
9427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9428 S:      Maintained
9429 F:      drivers/rpmsg/
9430 F:      Documentation/rpmsg.txt
9431 F:      include/linux/rpmsg.h
9432
9433 RENESAS ETHERNET DRIVERS
9434 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9435 L:      netdev@vger.kernel.org
9436 L:      linux-renesas-soc@vger.kernel.org
9437 F:      drivers/net/ethernet/renesas/
9438 F:      include/linux/sh_eth.h
9439
9440 RENESAS USB2 PHY DRIVER
9441 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9442 L:      linux-renesas-soc@vger.kernel.org
9443 S:      Maintained
9444 F:      drivers/phy/phy-rcar-gen3-usb2.c
9445
9446 RESET CONTROLLER FRAMEWORK
9447 M:      Philipp Zabel <p.zabel@pengutronix.de>
9448 T:      git git://git.pengutronix.de/git/pza/linux
9449 S:      Maintained
9450 F:      drivers/reset/
9451 F:      Documentation/devicetree/bindings/reset/
9452 F:      include/dt-bindings/reset/
9453 F:      include/linux/reset.h
9454 F:      include/linux/reset-controller.h
9455
9456 RFKILL
9457 M:      Johannes Berg <johannes@sipsolutions.net>
9458 L:      linux-wireless@vger.kernel.org
9459 W:      http://wireless.kernel.org/
9460 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9461 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9462 S:      Maintained
9463 F:      Documentation/rfkill.txt
9464 F:      net/rfkill/
9465
9466 RHASHTABLE
9467 M:      Thomas Graf <tgraf@suug.ch>
9468 L:      netdev@vger.kernel.org
9469 S:      Maintained
9470 F:      lib/rhashtable.c
9471 F:      include/linux/rhashtable.h
9472
9473 RICOH SMARTMEDIA/XD DRIVER
9474 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9475 S:      Maintained
9476 F:      drivers/mtd/nand/r852.c
9477 F:      drivers/mtd/nand/r852.h
9478
9479 RICOH R5C592 MEMORYSTICK DRIVER
9480 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9481 S:      Maintained
9482 F:      drivers/memstick/host/r592.*
9483
9484 ROCCAT DRIVERS
9485 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
9486 W:      http://sourceforge.net/projects/roccat/
9487 S:      Maintained
9488 F:      drivers/hid/hid-roccat*
9489 F:      include/linux/hid-roccat*
9490 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
9491
9492 ROCKER DRIVER
9493 M:      Jiri Pirko <jiri@resnulli.us>
9494 M:      Scott Feldman <sfeldma@gmail.com>
9495 L:      netdev@vger.kernel.org
9496 S:      Supported
9497 F:      drivers/net/ethernet/rocker/
9498
9499 ROCKETPORT DRIVER
9500 P:      Comtrol Corp.
9501 W:      http://www.comtrol.com
9502 S:      Maintained
9503 F:      Documentation/serial/rocket.txt
9504 F:      drivers/tty/rocket*
9505
9506 ROCKETPORT EXPRESS/INFINITY DRIVER
9507 M:      Kevin Cernekee <cernekee@gmail.com>
9508 L:      linux-serial@vger.kernel.org
9509 S:      Odd Fixes
9510 F:      drivers/tty/serial/rp2.*
9511
9512 ROSE NETWORK LAYER
9513 M:      Ralf Baechle <ralf@linux-mips.org>
9514 L:      linux-hams@vger.kernel.org
9515 W:      http://www.linux-ax25.org/
9516 S:      Maintained
9517 F:      include/net/rose.h
9518 F:      include/uapi/linux/rose.h
9519 F:      net/rose/
9520
9521 RTL2830 MEDIA DRIVER
9522 M:      Antti Palosaari <crope@iki.fi>
9523 L:      linux-media@vger.kernel.org
9524 W:      https://linuxtv.org
9525 W:      http://palosaari.fi/linux/
9526 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9527 T:      git git://linuxtv.org/anttip/media_tree.git
9528 S:      Maintained
9529 F:      drivers/media/dvb-frontends/rtl2830*
9530
9531 RTL2832 MEDIA DRIVER
9532 M:      Antti Palosaari <crope@iki.fi>
9533 L:      linux-media@vger.kernel.org
9534 W:      https://linuxtv.org
9535 W:      http://palosaari.fi/linux/
9536 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9537 T:      git git://linuxtv.org/anttip/media_tree.git
9538 S:      Maintained
9539 F:      drivers/media/dvb-frontends/rtl2832*
9540
9541 RTL2832_SDR MEDIA DRIVER
9542 M:      Antti Palosaari <crope@iki.fi>
9543 L:      linux-media@vger.kernel.org
9544 W:      https://linuxtv.org
9545 W:      http://palosaari.fi/linux/
9546 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9547 T:      git git://linuxtv.org/anttip/media_tree.git
9548 S:      Maintained
9549 F:      drivers/media/dvb-frontends/rtl2832_sdr*
9550
9551 RTL8180 WIRELESS DRIVER
9552 L:      linux-wireless@vger.kernel.org
9553 W:      http://wireless.kernel.org/
9554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9555 S:      Orphan
9556 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
9557
9558 RTL8187 WIRELESS DRIVER
9559 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9560 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
9561 M:      Larry Finger <Larry.Finger@lwfinger.net>
9562 L:      linux-wireless@vger.kernel.org
9563 W:      http://wireless.kernel.org/
9564 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9565 S:      Maintained
9566 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
9567
9568 RTL8192CE WIRELESS DRIVER
9569 M:      Larry Finger <Larry.Finger@lwfinger.net>
9570 M:      Chaoming Li <chaoming_li@realsil.com.cn>
9571 L:      linux-wireless@vger.kernel.org
9572 W:      http://wireless.kernel.org/
9573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9574 S:      Maintained
9575 F:      drivers/net/wireless/realtek/rtlwifi/
9576 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9577
9578 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9579 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9580 L:      linux-wireless@vger.kernel.org
9581 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
9582 S:      Maintained
9583 F:      drivers/net/wireless/realtek/rtl8xxxu/
9584
9585 S3 SAVAGE FRAMEBUFFER DRIVER
9586 M:      Antonino Daplas <adaplas@gmail.com>
9587 L:      linux-fbdev@vger.kernel.org
9588 S:      Maintained
9589 F:      drivers/video/fbdev/savage/
9590
9591 S390
9592 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
9593 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
9594 L:      linux-s390@vger.kernel.org
9595 W:      http://www.ibm.com/developerworks/linux/linux390/
9596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9597 S:      Supported
9598 F:      arch/s390/
9599 F:      drivers/s390/
9600 F:      Documentation/s390/
9601 F:      Documentation/DocBook/s390*
9602
9603 S390 COMMON I/O LAYER
9604 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9605 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9606 L:      linux-s390@vger.kernel.org
9607 W:      http://www.ibm.com/developerworks/linux/linux390/
9608 S:      Supported
9609 F:      drivers/s390/cio/
9610
9611 S390 DASD DRIVER
9612 M:      Stefan Weinhuber <wein@de.ibm.com>
9613 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
9614 L:      linux-s390@vger.kernel.org
9615 W:      http://www.ibm.com/developerworks/linux/linux390/
9616 S:      Supported
9617 F:      drivers/s390/block/dasd*
9618 F:      block/partitions/ibm.c
9619
9620 S390 NETWORK DRIVERS
9621 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9622 L:      linux-s390@vger.kernel.org
9623 W:      http://www.ibm.com/developerworks/linux/linux390/
9624 S:      Supported
9625 F:      drivers/s390/net/
9626
9627 S390 PCI SUBSYSTEM
9628 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9629 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9630 L:      linux-s390@vger.kernel.org
9631 W:      http://www.ibm.com/developerworks/linux/linux390/
9632 S:      Supported
9633 F:      arch/s390/pci/
9634 F:      drivers/pci/hotplug/s390_pci_hpc.c
9635
9636 S390 ZCRYPT DRIVER
9637 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9638 L:      linux-s390@vger.kernel.org
9639 W:      http://www.ibm.com/developerworks/linux/linux390/
9640 S:      Supported
9641 F:      drivers/s390/crypto/
9642
9643 S390 ZFCP DRIVER
9644 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9645 L:      linux-s390@vger.kernel.org
9646 W:      http://www.ibm.com/developerworks/linux/linux390/
9647 S:      Supported
9648 F:      drivers/s390/scsi/zfcp_*
9649
9650 S390 IUCV NETWORK LAYER
9651 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9652 L:      linux-s390@vger.kernel.org
9653 W:      http://www.ibm.com/developerworks/linux/linux390/
9654 S:      Supported
9655 F:      drivers/s390/net/*iucv*
9656 F:      include/net/iucv/
9657 F:      net/iucv/
9658
9659 S390 IOMMU (PCI)
9660 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9661 L:      linux-s390@vger.kernel.org
9662 W:      http://www.ibm.com/developerworks/linux/linux390/
9663 S:      Supported
9664 F:      drivers/iommu/s390-iommu.c
9665
9666 S3C24XX SD/MMC Driver
9667 M:      Ben Dooks <ben-linux@fluff.org>
9668 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9669 S:      Supported
9670 F:      drivers/mmc/host/s3cmci.*
9671
9672 SAA6588 RDS RECEIVER DRIVER
9673 M:      Hans Verkuil <hverkuil@xs4all.nl>
9674 L:      linux-media@vger.kernel.org
9675 T:      git git://linuxtv.org/media_tree.git
9676 W:      https://linuxtv.org
9677 S:      Odd Fixes
9678 F:      drivers/media/i2c/saa6588*
9679
9680 SAA7134 VIDEO4LINUX DRIVER
9681 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9682 L:      linux-media@vger.kernel.org
9683 W:      https://linuxtv.org
9684 T:      git git://linuxtv.org/media_tree.git
9685 S:      Odd fixes
9686 F:      Documentation/video4linux/*.saa7134
9687 F:      drivers/media/pci/saa7134/
9688
9689 SAA7146 VIDEO4LINUX-2 DRIVER
9690 M:      Hans Verkuil <hverkuil@xs4all.nl>
9691 L:      linux-media@vger.kernel.org
9692 T:      git git://linuxtv.org/media_tree.git
9693 S:      Maintained
9694 F:      drivers/media/common/saa7146/
9695 F:      drivers/media/pci/saa7146/
9696 F:      include/media/saa7146*
9697
9698 SAMSUNG LAPTOP DRIVER
9699 M:      Corentin Chary <corentin.chary@gmail.com>
9700 L:      platform-driver-x86@vger.kernel.org
9701 S:      Maintained
9702 F:      drivers/platform/x86/samsung-laptop.c
9703
9704 SAMSUNG AUDIO (ASoC) DRIVERS
9705 M:      Sangbeom Kim <sbkim73@samsung.com>
9706 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9707 S:      Supported
9708 F:      sound/soc/samsung/
9709
9710 SAMSUNG FRAMEBUFFER DRIVER
9711 M:      Jingoo Han <jingoohan1@gmail.com>
9712 L:      linux-fbdev@vger.kernel.org
9713 S:      Maintained
9714 F:      drivers/video/fbdev/s3c-fb.c
9715
9716 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9717 M:      Sangbeom Kim <sbkim73@samsung.com>
9718 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9719 L:      linux-kernel@vger.kernel.org
9720 L:      linux-samsung-soc@vger.kernel.org
9721 S:      Supported
9722 F:      drivers/mfd/sec*.c
9723 F:      drivers/regulator/s2m*.c
9724 F:      drivers/regulator/s5m*.c
9725 F:      drivers/clk/clk-s2mps11.c
9726 F:      drivers/rtc/rtc-s5m.c
9727 F:      include/linux/mfd/samsung/
9728 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9729 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9730 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9731 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9732
9733 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9734 M:      Kyungmin Park <kyungmin.park@samsung.com>
9735 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9736 L:      linux-media@vger.kernel.org
9737 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9738 S:      Supported
9739 F:      drivers/media/platform/exynos4-is/
9740
9741 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9742 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9743 L:      linux-media@vger.kernel.org
9744 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9745 S:      Maintained
9746 F:      drivers/media/platform/s3c-camif/
9747 F:      include/media/drv-intf/s3c_camif.h
9748
9749 SAMSUNG S5C73M3 CAMERA DRIVER
9750 M:      Kyungmin Park <kyungmin.park@samsung.com>
9751 M:      Andrzej Hajda <a.hajda@samsung.com>
9752 L:      linux-media@vger.kernel.org
9753 S:      Supported
9754 F:      drivers/media/i2c/s5c73m3/*
9755
9756 SAMSUNG S5K5BAF CAMERA DRIVER
9757 M:      Kyungmin Park <kyungmin.park@samsung.com>
9758 M:      Andrzej Hajda <a.hajda@samsung.com>
9759 L:      linux-media@vger.kernel.org
9760 S:      Supported
9761 F:      drivers/media/i2c/s5k5baf.c
9762
9763 SAMSUNG S3FWRN5 NFC DRIVER
9764 M:      Robert Baldyga <r.baldyga@samsung.com>
9765 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
9766 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9767 S:      Supported
9768 F:      drivers/nfc/s3fwrn5
9769
9770 SAMSUNG SOC CLOCK DRIVERS
9771 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9772 M:      Tomasz Figa <tomasz.figa@gmail.com>
9773 S:      Supported
9774 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9775 F:      drivers/clk/samsung/
9776
9777 SAMSUNG SXGBE DRIVERS
9778 M:      Byungho An <bh74.an@samsung.com>
9779 M:      Girish K S <ks.giri@samsung.com>
9780 M:      Vipul Pandya <vipul.pandya@samsung.com>
9781 S:      Supported
9782 L:      netdev@vger.kernel.org
9783 F:      drivers/net/ethernet/samsung/sxgbe/
9784
9785 SAMSUNG THERMAL DRIVER
9786 M:      Lukasz Majewski <l.majewski@samsung.com>
9787 L:      linux-pm@vger.kernel.org
9788 L:      linux-samsung-soc@vger.kernel.org
9789 S:      Supported
9790 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
9791 F:      drivers/thermal/samsung/
9792
9793 SAMSUNG USB2 PHY DRIVER
9794 M:      Kamil Debski <k.debski@samsung.com>
9795 L:      linux-kernel@vger.kernel.org
9796 S:      Supported
9797 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9798 F:      Documentation/phy/samsung-usb2.txt
9799 F:      drivers/phy/phy-exynos4210-usb2.c
9800 F:      drivers/phy/phy-exynos4x12-usb2.c
9801 F:      drivers/phy/phy-exynos5250-usb2.c
9802 F:      drivers/phy/phy-s5pv210-usb2.c
9803 F:      drivers/phy/phy-samsung-usb2.c
9804 F:      drivers/phy/phy-samsung-usb2.h
9805
9806 SERIAL DRIVERS
9807 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9808 L:      linux-serial@vger.kernel.org
9809 S:      Maintained
9810 F:      drivers/tty/serial/
9811
9812 SYNOPSYS DESIGNWARE DMAC DRIVER
9813 M:      Viresh Kumar <vireshk@kernel.org>
9814 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9815 S:      Maintained
9816 F:      include/linux/dma/dw.h
9817 F:      include/linux/platform_data/dma-dw.h
9818 F:      drivers/dma/dw/
9819
9820 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9821 M: Lars Persson <lars.persson@axis.com>
9822 L: netdev@vger.kernel.org
9823 S: Supported
9824 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9825 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9826
9827 SYNOPSYS DESIGNWARE I2C DRIVER
9828 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9829 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9830 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
9831 L:      linux-i2c@vger.kernel.org
9832 S:      Maintained
9833 F:      drivers/i2c/busses/i2c-designware-*
9834 F:      include/linux/platform_data/i2c-designware.h
9835
9836 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9837 M:      Jaehoon Chung <jh80.chung@samsung.com>
9838 L:      linux-mmc@vger.kernel.org
9839 S:      Maintained
9840 F:      include/linux/mmc/dw_mmc.h
9841 F:      drivers/mmc/host/dw_mmc*
9842
9843 SYSTEM TRACE MODULE CLASS
9844 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9845 S:      Maintained
9846 F:      Documentation/trace/stm.txt
9847 F:      drivers/hwtracing/stm/
9848 F:      include/linux/stm.h
9849 F:      include/uapi/linux/stm.h
9850
9851 THUNDERBOLT DRIVER
9852 M:      Andreas Noever <andreas.noever@gmail.com>
9853 S:      Maintained
9854 F:      drivers/thunderbolt/
9855
9856 TI BQ27XXX POWER SUPPLY DRIVER
9857 R:      Andrew F. Davis <afd@ti.com>
9858 F:      include/linux/power/bq27xxx_battery.h
9859 F:      drivers/power/bq27xxx_battery.c
9860 F:      drivers/power/bq27xxx_battery_i2c.c
9861
9862 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
9863 M:      John Stultz <john.stultz@linaro.org>
9864 M:      Thomas Gleixner <tglx@linutronix.de>
9865 L:      linux-kernel@vger.kernel.org
9866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9867 S:      Supported
9868 F:      include/linux/clocksource.h
9869 F:      include/linux/time.h
9870 F:      include/linux/timex.h
9871 F:      include/uapi/linux/time.h
9872 F:      include/uapi/linux/timex.h
9873 F:      kernel/time/clocksource.c
9874 F:      kernel/time/time*.c
9875 F:      kernel/time/alarmtimer.c
9876 F:      kernel/time/ntp.c
9877 F:      tools/testing/selftests/timers/
9878
9879 SC1200 WDT DRIVER
9880 M:      Zwane Mwaikambo <zwanem@gmail.com>
9881 S:      Maintained
9882 F:      drivers/watchdog/sc1200wdt.c
9883
9884 SCHEDULER
9885 M:      Ingo Molnar <mingo@redhat.com>
9886 M:      Peter Zijlstra <peterz@infradead.org>
9887 L:      linux-kernel@vger.kernel.org
9888 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9889 S:      Maintained
9890 F:      kernel/sched/
9891 F:      include/linux/sched.h
9892 F:      include/uapi/linux/sched.h
9893 F:      include/linux/wait.h
9894
9895 SCORE ARCHITECTURE
9896 M:      Chen Liqin <liqin.linux@gmail.com>
9897 M:      Lennox Wu <lennox.wu@gmail.com>
9898 W:      http://www.sunplus.com
9899 S:      Supported
9900 F:      arch/score/
9901
9902 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9903 M:      Sudeep Holla <sudeep.holla@arm.com>
9904 L:      linux-arm-kernel@lists.infradead.org
9905 S:      Maintained
9906 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
9907 F:      drivers/clk/clk-scpi.c
9908 F:      drivers/cpufreq/scpi-cpufreq.c
9909 F:      drivers/firmware/arm_scpi.c
9910 F:      include/linux/scpi_protocol.h
9911
9912 SCSI CDROM DRIVER
9913 M:      Jens Axboe <axboe@kernel.dk>
9914 L:      linux-scsi@vger.kernel.org
9915 W:      http://www.kernel.dk
9916 S:      Maintained
9917 F:      drivers/scsi/sr*
9918
9919 SCSI RDMA PROTOCOL (SRP) INITIATOR
9920 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9921 L:      linux-rdma@vger.kernel.org
9922 S:      Supported
9923 W:      http://www.openfabrics.org
9924 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9925 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9926 F:      drivers/infiniband/ulp/srp/
9927 F:      include/scsi/srp.h
9928
9929 SCSI SG DRIVER
9930 M:      Doug Gilbert <dgilbert@interlog.com>
9931 L:      linux-scsi@vger.kernel.org
9932 W:      http://sg.danny.cz/sg
9933 S:      Maintained
9934 F:      Documentation/scsi/scsi-generic.txt
9935 F:      drivers/scsi/sg.c
9936 F:      include/scsi/sg.h
9937
9938 SCSI SUBSYSTEM
9939 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
9940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9941 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
9942 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9943 L:      linux-scsi@vger.kernel.org
9944 S:      Maintained
9945 F:      drivers/scsi/
9946 F:      include/scsi/
9947
9948 SCSI TAPE DRIVER
9949 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9950 L:      linux-scsi@vger.kernel.org
9951 S:      Maintained
9952 F:      Documentation/scsi/st.txt
9953 F:      drivers/scsi/st.*
9954 F:      drivers/scsi/st_*.h
9955
9956 SCTP PROTOCOL
9957 M:      Vlad Yasevich <vyasevich@gmail.com>
9958 M:      Neil Horman <nhorman@tuxdriver.com>
9959 L:      linux-sctp@vger.kernel.org
9960 W:      http://lksctp.sourceforge.net
9961 S:      Maintained
9962 F:      Documentation/networking/sctp.txt
9963 F:      include/linux/sctp.h
9964 F:      include/uapi/linux/sctp.h
9965 F:      include/net/sctp/
9966 F:      net/sctp/
9967
9968 SCx200 CPU SUPPORT
9969 M:      Jim Cromie <jim.cromie@gmail.com>
9970 S:      Odd Fixes
9971 F:      Documentation/i2c/busses/scx200_acb
9972 F:      arch/x86/platform/scx200/
9973 F:      drivers/watchdog/scx200_wdt.c
9974 F:      drivers/i2c/busses/scx200*
9975 F:      drivers/mtd/maps/scx200_docflash.c
9976 F:      include/linux/scx200.h
9977
9978 SCx200 GPIO DRIVER
9979 M:      Jim Cromie <jim.cromie@gmail.com>
9980 S:      Maintained
9981 F:      drivers/char/scx200_gpio.c
9982 F:      include/linux/scx200_gpio.h
9983
9984 SCx200 HRT CLOCKSOURCE DRIVER
9985 M:      Jim Cromie <jim.cromie@gmail.com>
9986 S:      Maintained
9987 F:      drivers/clocksource/scx200_hrt.c
9988
9989 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9990 M:      Sascha Sommer <saschasommer@freenet.de>
9991 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9992 S:      Maintained
9993 F:      drivers/mmc/host/sdricoh_cs.c
9994
9995 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9996 M:      Adrian Hunter <adrian.hunter@intel.com>
9997 L:      linux-mmc@vger.kernel.org
9998 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
9999 S:      Maintained
10000 F:      drivers/mmc/host/sdhci*
10001 F:      include/linux/mmc/sdhci*
10002
10003 SECURE COMPUTING
10004 M:      Kees Cook <keescook@chromium.org>
10005 R:      Andy Lutomirski <luto@amacapital.net>
10006 R:      Will Drewry <wad@chromium.org>
10007 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10008 S:      Supported
10009 F:      kernel/seccomp.c
10010 F:      include/uapi/linux/seccomp.h
10011 F:      include/linux/seccomp.h
10012 F:      tools/testing/selftests/seccomp/*
10013 K:      \bsecure_computing
10014 K:      \bTIF_SECCOMP\b
10015
10016 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10017 M:      Ben Dooks <ben-linux@fluff.org>
10018 M:      Jaehoon Chung <jh80.chung@samsung.com>
10019 L:      linux-mmc@vger.kernel.org
10020 S:      Maintained
10021 F:      drivers/mmc/host/sdhci-s3c*
10022
10023 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10024 M:      Viresh Kumar <vireshk@kernel.org>
10025 L:      spear-devel@list.st.com
10026 L:      linux-mmc@vger.kernel.org
10027 S:      Maintained
10028 F:      drivers/mmc/host/sdhci-spear.c
10029
10030 SECURITY SUBSYSTEM
10031 M:      James Morris <james.l.morris@oracle.com>
10032 M:      "Serge E. Hallyn" <serge@hallyn.com>
10033 L:      linux-security-module@vger.kernel.org (suggested Cc:)
10034 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10035 W:      http://kernsec.org/
10036 S:      Supported
10037 F:      security/
10038
10039 SECURITY CONTACT
10040 M:      Security Officers <security@kernel.org>
10041 S:      Supported
10042
10043 SELINUX SECURITY MODULE
10044 M:      Paul Moore <paul@paul-moore.com>
10045 M:      Stephen Smalley <sds@tycho.nsa.gov>
10046 M:      Eric Paris <eparis@parisplace.org>
10047 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
10048 W:      http://selinuxproject.org
10049 T:      git git://git.infradead.org/users/pcmoore/selinux
10050 S:      Supported
10051 F:      include/linux/selinux*
10052 F:      security/selinux/
10053 F:      scripts/selinux/
10054
10055 APPARMOR SECURITY MODULE
10056 M:      John Johansen <john.johansen@canonical.com>
10057 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10058 W:      apparmor.wiki.kernel.org
10059 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10060 S:      Supported
10061 F:      security/apparmor/
10062
10063 LOADPIN SECURITY MODULE
10064 M:      Kees Cook <keescook@chromium.org>
10065 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10066 S:      Supported
10067 F:      security/loadpin/
10068
10069 YAMA SECURITY MODULE
10070 M:      Kees Cook <keescook@chromium.org>
10071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10072 S:      Supported
10073 F:      security/yama/
10074
10075 SENSABLE PHANTOM
10076 M:      Jiri Slaby <jirislaby@gmail.com>
10077 S:      Maintained
10078 F:      drivers/misc/phantom.c
10079 F:      include/uapi/linux/phantom.h
10080
10081 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
10082 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
10083 M:      Ketan Mukadam <ketan.mukadam@avagotech.com>
10084 M:      John Soni Jose <sony.john@avagotech.com>
10085 L:      linux-scsi@vger.kernel.org
10086 W:      http://www.avagotech.com
10087 S:      Supported
10088 F:      drivers/scsi/be2iscsi/
10089
10090 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
10091 M:      Sathya Perla <sathya.perla@broadcom.com>
10092 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
10093 M:      Padmanabh Ratnakar <padmanabh.ratnakar@broadcom.com>
10094 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10095 M:      Somnath Kotur <somnath.kotur@broadcom.com>
10096 L:      netdev@vger.kernel.org
10097 W:      http://www.emulex.com
10098 S:      Supported
10099 F:      drivers/net/ethernet/emulex/benet/
10100
10101 EMULEX ONECONNECT ROCE DRIVER
10102 M:      Selvin Xavier <selvin.xavier@avagotech.com>
10103 M:      Devesh Sharma <devesh.sharma@avagotech.com>
10104 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10105 L:      linux-rdma@vger.kernel.org
10106 W:      http://www.emulex.com
10107 S:      Supported
10108 F:      drivers/infiniband/hw/ocrdma/
10109
10110 SFC NETWORK DRIVER
10111 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10112 M:      Edward Cree <ecree@solarflare.com>
10113 M:      Bert Kenward <bkenward@solarflare.com>
10114 L:      netdev@vger.kernel.org
10115 S:      Supported
10116 F:      drivers/net/ethernet/sfc/
10117
10118 SGI GRU DRIVER
10119 M:      Dimitri Sivanich <sivanich@sgi.com>
10120 S:      Maintained
10121 F:      drivers/misc/sgi-gru/
10122
10123 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10124 M:      Pat Gefre <pfg@sgi.com>
10125 L:      linux-ia64@vger.kernel.org
10126 S:      Supported
10127 F:      Documentation/ia64/serial.txt
10128 F:      drivers/tty/serial/ioc?_serial.c
10129 F:      include/linux/ioc?.h
10130
10131 SGI XP/XPC/XPNET DRIVER
10132 M:      Cliff Whickman <cpw@sgi.com>
10133 M:      Robin Holt <robinmholt@gmail.com>
10134 S:      Maintained
10135 F:      drivers/misc/sgi-xp/
10136
10137 SI2157 MEDIA DRIVER
10138 M:      Antti Palosaari <crope@iki.fi>
10139 L:      linux-media@vger.kernel.org
10140 W:      https://linuxtv.org
10141 W:      http://palosaari.fi/linux/
10142 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10143 T:      git git://linuxtv.org/anttip/media_tree.git
10144 S:      Maintained
10145 F:      drivers/media/tuners/si2157*
10146
10147 SI2168 MEDIA DRIVER
10148 M:      Antti Palosaari <crope@iki.fi>
10149 L:      linux-media@vger.kernel.org
10150 W:      https://linuxtv.org
10151 W:      http://palosaari.fi/linux/
10152 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10153 T:      git git://linuxtv.org/anttip/media_tree.git
10154 S:      Maintained
10155 F:      drivers/media/dvb-frontends/si2168*
10156
10157 SI470X FM RADIO RECEIVER I2C DRIVER
10158 M:      Hans Verkuil <hverkuil@xs4all.nl>
10159 L:      linux-media@vger.kernel.org
10160 T:      git git://linuxtv.org/media_tree.git
10161 W:      https://linuxtv.org
10162 S:      Odd Fixes
10163 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
10164
10165 SI470X FM RADIO RECEIVER USB DRIVER
10166 M:      Hans Verkuil <hverkuil@xs4all.nl>
10167 L:      linux-media@vger.kernel.org
10168 T:      git git://linuxtv.org/media_tree.git
10169 W:      https://linuxtv.org
10170 S:      Maintained
10171 F:      drivers/media/radio/si470x/radio-si470x-common.c
10172 F:      drivers/media/radio/si470x/radio-si470x.h
10173 F:      drivers/media/radio/si470x/radio-si470x-usb.c
10174
10175 SI4713 FM RADIO TRANSMITTER I2C DRIVER
10176 M:      Eduardo Valentin <edubezval@gmail.com>
10177 L:      linux-media@vger.kernel.org
10178 T:      git git://linuxtv.org/media_tree.git
10179 W:      https://linuxtv.org
10180 S:      Odd Fixes
10181 F:      drivers/media/radio/si4713/si4713.?
10182
10183 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10184 M:      Eduardo Valentin <edubezval@gmail.com>
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/si4713/radio-platform-si4713.c
10190
10191 SI4713 FM RADIO TRANSMITTER 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/si4713/radio-usb-si4713.c
10198
10199 SIANO DVB DRIVER
10200 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10201 L:      linux-media@vger.kernel.org
10202 W:      https://linuxtv.org
10203 T:      git git://linuxtv.org/media_tree.git
10204 S:      Odd fixes
10205 F:      drivers/media/common/siano/
10206 F:      drivers/media/usb/siano/
10207 F:      drivers/media/usb/siano/
10208 F:      drivers/media/mmc/siano/
10209
10210 SIMPLEFB FB DRIVER
10211 M:      Hans de Goede <hdegoede@redhat.com>
10212 L:      linux-fbdev@vger.kernel.org
10213 S:      Maintained
10214 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
10215 F:      drivers/video/fbdev/simplefb.c
10216 F:      include/linux/platform_data/simplefb.h
10217
10218 SH_VEU V4L2 MEM2MEM DRIVER
10219 L:      linux-media@vger.kernel.org
10220 S:      Orphan
10221 F:      drivers/media/platform/sh_veu.c
10222
10223 SH_VOU V4L2 OUTPUT DRIVER
10224 L:      linux-media@vger.kernel.org
10225 S:      Orphan
10226 F:      drivers/media/platform/sh_vou.c
10227 F:      include/media/drv-intf/sh_vou.h
10228
10229 SIMPLE FIRMWARE INTERFACE (SFI)
10230 M:      Len Brown <lenb@kernel.org>
10231 L:      sfi-devel@simplefirmware.org
10232 W:      http://simplefirmware.org/
10233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10234 S:      Supported
10235 F:      arch/x86/platform/sfi/
10236 F:      drivers/sfi/
10237 F:      include/linux/sfi*.h
10238
10239 SIMTEC EB110ATX (Chalice CATS)
10240 P:      Ben Dooks
10241 P:      Vincent Sanders <vince@simtec.co.uk>
10242 M:      Simtec Linux Team <linux@simtec.co.uk>
10243 W:      http://www.simtec.co.uk/products/EB110ATX/
10244 S:      Supported
10245
10246 SIMTEC EB2410ITX (BAST)
10247 P:      Ben Dooks
10248 P:      Vincent Sanders <vince@simtec.co.uk>
10249 M:      Simtec Linux Team <linux@simtec.co.uk>
10250 W:      http://www.simtec.co.uk/products/EB2410ITX/
10251 S:      Supported
10252 F:      arch/arm/mach-s3c24xx/mach-bast.c
10253 F:      arch/arm/mach-s3c24xx/bast-ide.c
10254 F:      arch/arm/mach-s3c24xx/bast-irq.c
10255
10256 TI DAVINCI MACHINE SUPPORT
10257 M:      Sekhar Nori <nsekhar@ti.com>
10258 M:      Kevin Hilman <khilman@kernel.org>
10259 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
10261 S:      Supported
10262 F:      arch/arm/mach-davinci/
10263 F:      drivers/i2c/busses/i2c-davinci.c
10264
10265 TI DAVINCI SERIES MEDIA DRIVER
10266 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10267 L:      linux-media@vger.kernel.org
10268 W:      https://linuxtv.org
10269 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10270 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10271 S:      Maintained
10272 F:      drivers/media/platform/davinci/
10273 F:      include/media/davinci/
10274
10275 TI AM437X VPFE DRIVER
10276 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10277 L:      linux-media@vger.kernel.org
10278 W:      https://linuxtv.org
10279 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10280 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10281 S:      Maintained
10282 F:      drivers/media/platform/am437x/
10283
10284 OV2659 OMNIVISION SENSOR DRIVER
10285 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10286 L:      linux-media@vger.kernel.org
10287 W:      https://linuxtv.org
10288 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10289 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10290 S:      Maintained
10291 F:      drivers/media/i2c/ov2659.c
10292 F:      include/media/i2c/ov2659.h
10293
10294 SILICON MOTION SM712 FRAME BUFFER DRIVER
10295 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10296 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10297 M:      Sudip Mukherjee <sudip@vectorindia.org>
10298 L:      linux-fbdev@vger.kernel.org
10299 S:      Maintained
10300 F:      drivers/video/fbdev/sm712*
10301 F:      Documentation/fb/sm712fb.txt
10302
10303 SIS 190 ETHERNET DRIVER
10304 M:      Francois Romieu <romieu@fr.zoreil.com>
10305 L:      netdev@vger.kernel.org
10306 S:      Maintained
10307 F:      drivers/net/ethernet/sis/sis190.c
10308
10309 SIS 900/7016 FAST ETHERNET DRIVER
10310 M:      Daniele Venzano <venza@brownhat.org>
10311 W:      http://www.brownhat.org/sis900.html
10312 L:      netdev@vger.kernel.org
10313 S:      Maintained
10314 F:      drivers/net/ethernet/sis/sis900.*
10315
10316 SIS FRAMEBUFFER DRIVER
10317 M:      Thomas Winischhofer <thomas@winischhofer.net>
10318 W:      http://www.winischhofer.net/linuxsisvga.shtml
10319 S:      Maintained
10320 F:      Documentation/fb/sisfb.txt
10321 F:      drivers/video/fbdev/sis/
10322 F:      include/video/sisfb.h
10323
10324 SIS USB2VGA DRIVER
10325 M:      Thomas Winischhofer <thomas@winischhofer.net>
10326 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
10327 S:      Maintained
10328 F:      drivers/usb/misc/sisusbvga/
10329
10330 SLAB ALLOCATOR
10331 M:      Christoph Lameter <cl@linux.com>
10332 M:      Pekka Enberg <penberg@kernel.org>
10333 M:      David Rientjes <rientjes@google.com>
10334 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
10335 M:      Andrew Morton <akpm@linux-foundation.org>
10336 L:      linux-mm@kvack.org
10337 S:      Maintained
10338 F:      include/linux/sl?b*.h
10339 F:      mm/sl?b*
10340
10341 SLEEPABLE READ-COPY UPDATE (SRCU)
10342 M:      Lai Jiangshan <jiangshanlai@gmail.com>
10343 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10344 M:      Josh Triplett <josh@joshtriplett.org>
10345 R:      Steven Rostedt <rostedt@goodmis.org>
10346 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10347 L:      linux-kernel@vger.kernel.org
10348 W:      http://www.rdrop.com/users/paulmck/RCU/
10349 S:      Supported
10350 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10351 F:      include/linux/srcu.h
10352 F:      kernel/rcu/srcu.c
10353
10354 SMACK SECURITY MODULE
10355 M:      Casey Schaufler <casey@schaufler-ca.com>
10356 L:      linux-security-module@vger.kernel.org
10357 W:      http://schaufler-ca.com
10358 T:      git git://git.gitorious.org/smack-next/kernel.git
10359 S:      Maintained
10360 F:      Documentation/security/Smack.txt
10361 F:      security/smack/
10362
10363 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10364 M:      Kevin Hilman <khilman@kernel.org>
10365 M:      Nishanth Menon <nm@ti.com>
10366 S:      Maintained
10367 F:      drivers/power/avs/
10368 F:      include/linux/power/smartreflex.h
10369 L:      linux-pm@vger.kernel.org
10370
10371 SMC91x ETHERNET DRIVER
10372 M:      Nicolas Pitre <nico@fluxnic.net>
10373 S:      Odd Fixes
10374 F:      drivers/net/ethernet/smsc/smc91x.*
10375
10376 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10377 M:      Sakari Ailus <sakari.ailus@iki.fi>
10378 L:      linux-media@vger.kernel.org
10379 S:      Maintained
10380 F:      drivers/media/i2c/smiapp/
10381 F:      include/media/i2c/smiapp.h
10382 F:      drivers/media/i2c/smiapp-pll.c
10383 F:      drivers/media/i2c/smiapp-pll.h
10384 F:      include/uapi/linux/smiapp.h
10385 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10386
10387 SMM665 HARDWARE MONITOR DRIVER
10388 M:      Guenter Roeck <linux@roeck-us.net>
10389 L:      linux-hwmon@vger.kernel.org
10390 S:      Maintained
10391 F:      Documentation/hwmon/smm665
10392 F:      drivers/hwmon/smm665.c
10393
10394 SMSC EMC2103 HARDWARE MONITOR DRIVER
10395 M:      Steve Glendinning <steve.glendinning@shawell.net>
10396 L:      linux-hwmon@vger.kernel.org
10397 S:      Maintained
10398 F:      Documentation/hwmon/emc2103
10399 F:      drivers/hwmon/emc2103.c
10400
10401 SMSC SCH5627 HARDWARE MONITOR DRIVER
10402 M:      Hans de Goede <hdegoede@redhat.com>
10403 L:      linux-hwmon@vger.kernel.org
10404 S:      Supported
10405 F:      Documentation/hwmon/sch5627
10406 F:      drivers/hwmon/sch5627.c
10407
10408 SMSC47B397 HARDWARE MONITOR DRIVER
10409 M:      Jean Delvare <jdelvare@suse.com>
10410 L:      linux-hwmon@vger.kernel.org
10411 S:      Maintained
10412 F:      Documentation/hwmon/smsc47b397
10413 F:      drivers/hwmon/smsc47b397.c
10414
10415 SMSC911x ETHERNET DRIVER
10416 M:      Steve Glendinning <steve.glendinning@shawell.net>
10417 L:      netdev@vger.kernel.org
10418 S:      Maintained
10419 F:      include/linux/smsc911x.h
10420 F:      drivers/net/ethernet/smsc/smsc911x.*
10421
10422 SMSC9420 PCI ETHERNET DRIVER
10423 M:      Steve Glendinning <steve.glendinning@shawell.net>
10424 L:      netdev@vger.kernel.org
10425 S:      Maintained
10426 F:      drivers/net/ethernet/smsc/smsc9420.*
10427
10428 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10429 M:      Steve Glendinning <steve.glendinning@shawell.net>
10430 L:      linux-fbdev@vger.kernel.org
10431 S:      Maintained
10432 F:      drivers/video/fbdev/smscufx.c
10433
10434 SOC-CAMERA V4L2 SUBSYSTEM
10435 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10436 L:      linux-media@vger.kernel.org
10437 T:      git git://linuxtv.org/media_tree.git
10438 S:      Maintained
10439 F:      include/media/soc*
10440 F:      drivers/media/i2c/soc_camera/
10441 F:      drivers/media/platform/soc_camera/
10442
10443 SOEKRIS NET48XX LED SUPPORT
10444 M:      Chris Boot <bootc@bootc.net>
10445 S:      Maintained
10446 F:      drivers/leds/leds-net48xx.c
10447
10448 SOFTLOGIC 6x10 MPEG CODEC
10449 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10450 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10451 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
10452 M:      Ismael Luceno <ismael@iodev.co.uk>
10453 L:      linux-media@vger.kernel.org
10454 S:      Supported
10455 F:      drivers/media/pci/solo6x10/
10456
10457 SOFTWARE RAID (Multiple Disks) SUPPORT
10458 M:      Shaohua Li <shli@kernel.org>
10459 L:      linux-raid@vger.kernel.org
10460 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
10461 S:      Supported
10462 F:      drivers/md/
10463 F:      include/linux/raid/
10464 F:      include/uapi/linux/raid/
10465
10466 SONIC NETWORK DRIVER
10467 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10468 L:      netdev@vger.kernel.org
10469 S:      Maintained
10470 F:      drivers/net/ethernet/natsemi/sonic.*
10471
10472 SONICS SILICON BACKPLANE DRIVER (SSB)
10473 M:      Michael Buesch <m@bues.ch>
10474 L:      linux-wireless@vger.kernel.org
10475 S:      Maintained
10476 F:      drivers/ssb/
10477 F:      include/linux/ssb/
10478
10479 SONY VAIO CONTROL DEVICE DRIVER
10480 M:      Mattia Dongili <malattia@linux.it>
10481 L:      platform-driver-x86@vger.kernel.org
10482 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10483 S:      Maintained
10484 F:      Documentation/laptops/sony-laptop.txt
10485 F:      drivers/char/sonypi.c
10486 F:      drivers/platform/x86/sony-laptop.c
10487 F:      include/linux/sony-laptop.h
10488
10489 SONY MEMORYSTICK CARD SUPPORT
10490 M:      Alex Dubov <oakad@yahoo.com>
10491 W:      http://tifmxx.berlios.de/
10492 S:      Maintained
10493 F:      drivers/memstick/host/tifm_ms.c
10494
10495 SONY MEMORYSTICK STANDARD SUPPORT
10496 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10497 S:      Maintained
10498 F:      drivers/memstick/core/ms_block.*
10499
10500 SOUND
10501 M:      Jaroslav Kysela <perex@perex.cz>
10502 M:      Takashi Iwai <tiwai@suse.com>
10503 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10504 W:      http://www.alsa-project.org/
10505 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10506 T:      git git://git.alsa-project.org/alsa-kernel.git
10507 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
10508 S:      Maintained
10509 F:      Documentation/sound/
10510 F:      include/sound/
10511 F:      include/uapi/sound/
10512 F:      sound/
10513
10514 SOUND - COMPRESSED AUDIO
10515 M:      Vinod Koul <vinod.koul@intel.com>
10516 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10517 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10518 S:      Supported
10519 F:      Documentation/sound/alsa/compress_offload.txt
10520 F:      include/sound/compress_driver.h
10521 F:      include/uapi/sound/compress_*
10522 F:      sound/core/compress_offload.c
10523 F:      sound/soc/soc-compress.c
10524
10525 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10526 M:      Liam Girdwood <lgirdwood@gmail.com>
10527 M:      Mark Brown <broonie@kernel.org>
10528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10529 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10530 W:      http://alsa-project.org/main/index.php/ASoC
10531 S:      Supported
10532 F:      Documentation/sound/alsa/soc/
10533 F:      sound/soc/
10534 F:      include/sound/soc*
10535
10536 SOUND - DMAENGINE HELPERS
10537 M:      Lars-Peter Clausen <lars@metafoo.de>
10538 S:      Supported
10539 F:      include/sound/dmaengine_pcm.h
10540 F:      sound/core/pcm_dmaengine.c
10541 F:      sound/soc/soc-generic-dmaengine-pcm.c
10542
10543 SP2 MEDIA DRIVER
10544 M:      Olli Salonen <olli.salonen@iki.fi>
10545 L:      linux-media@vger.kernel.org
10546 W:      https://linuxtv.org
10547 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10548 S:      Maintained
10549 F:      drivers/media/dvb-frontends/sp2*
10550
10551 SPARC + UltraSPARC (sparc/sparc64)
10552 M:      "David S. Miller" <davem@davemloft.net>
10553 L:      sparclinux@vger.kernel.org
10554 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
10555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10557 S:      Maintained
10558 F:      arch/sparc/
10559 F:      drivers/sbus/
10560
10561 SPARC SERIAL DRIVERS
10562 M:      "David S. Miller" <davem@davemloft.net>
10563 L:      sparclinux@vger.kernel.org
10564 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10566 S:      Maintained
10567 F:      include/linux/sunserialcore.h
10568 F:      drivers/tty/serial/suncore.c
10569 F:      drivers/tty/serial/sunhv.c
10570 F:      drivers/tty/serial/sunsab.c
10571 F:      drivers/tty/serial/sunsab.h
10572 F:      drivers/tty/serial/sunsu.c
10573 F:      drivers/tty/serial/sunzilog.c
10574 F:      drivers/tty/serial/sunzilog.h
10575
10576 SPARSE CHECKER
10577 M:      "Christopher Li" <sparse@chrisli.org>
10578 L:      linux-sparse@vger.kernel.org
10579 W:      https://sparse.wiki.kernel.org/
10580 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10581 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10582 S:      Maintained
10583 F:      include/linux/compiler.h
10584
10585 SPEAR PLATFORM SUPPORT
10586 M:      Viresh Kumar <vireshk@kernel.org>
10587 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10588 L:      spear-devel@list.st.com
10589 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10590 W:      http://www.st.com/spear
10591 S:      Maintained
10592 F:      arch/arm/boot/dts/spear*
10593 F:      arch/arm/mach-spear/
10594
10595 SPEAR CLOCK FRAMEWORK SUPPORT
10596 M:      Viresh Kumar <vireshk@kernel.org>
10597 L:      spear-devel@list.st.com
10598 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10599 W:      http://www.st.com/spear
10600 S:      Maintained
10601 F:      drivers/clk/spear/
10602
10603 SPI SUBSYSTEM
10604 M:      Mark Brown <broonie@kernel.org>
10605 L:      linux-spi@vger.kernel.org
10606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10607 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
10608 S:      Maintained
10609 F:      Documentation/spi/
10610 F:      drivers/spi/
10611 F:      include/linux/spi/
10612 F:      include/uapi/linux/spi/
10613
10614 SPIDERNET NETWORK DRIVER for CELL
10615 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10616 L:      netdev@vger.kernel.org
10617 S:      Supported
10618 F:      Documentation/networking/spider_net.txt
10619 F:      drivers/net/ethernet/toshiba/spider_net*
10620
10621 SPU FILE SYSTEM
10622 M:      Jeremy Kerr <jk@ozlabs.org>
10623 L:      linuxppc-dev@lists.ozlabs.org
10624 W:      http://www.ibm.com/developerworks/power/cell/
10625 S:      Supported
10626 F:      Documentation/filesystems/spufs.txt
10627 F:      arch/powerpc/platforms/cell/spufs/
10628
10629 SQUASHFS FILE SYSTEM
10630 M:      Phillip Lougher <phillip@squashfs.org.uk>
10631 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
10632 W:      http://squashfs.org.uk
10633 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10634 S:      Maintained
10635 F:      Documentation/filesystems/squashfs.txt
10636 F:      fs/squashfs/
10637
10638 SRM (Alpha) environment access
10639 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
10640 S:      Maintained
10641 F:      arch/alpha/kernel/srm_env.c
10642
10643 STABLE BRANCH
10644 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10645 L:      stable@vger.kernel.org
10646 S:      Supported
10647 F:      Documentation/stable_kernel_rules.txt
10648
10649 STAGING SUBSYSTEM
10650 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10651 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10652 L:      devel@driverdev.osuosl.org
10653 S:      Supported
10654 F:      drivers/staging/
10655
10656 STAGING - COMEDI
10657 M:      Ian Abbott <abbotti@mev.co.uk>
10658 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
10659 S:      Odd Fixes
10660 F:      drivers/staging/comedi/
10661
10662 STAGING - FLARION FT1000 DRIVERS
10663 M:      Marek Belisko <marek.belisko@gmail.com>
10664 S:      Odd Fixes
10665 F:      drivers/staging/ft1000/
10666
10667 STAGING - INDUSTRIAL IO
10668 M:      Jonathan Cameron <jic23@kernel.org>
10669 L:      linux-iio@vger.kernel.org
10670 S:      Odd Fixes
10671 F:      drivers/staging/iio/
10672
10673 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10674 M:      Jarod Wilson <jarod@wilsonet.com>
10675 W:      http://www.lirc.org/
10676 S:      Odd Fixes
10677 F:      drivers/staging/media/lirc/
10678
10679 STAGING - LUSTRE PARALLEL FILESYSTEM
10680 M:      Oleg Drokin <oleg.drokin@intel.com>
10681 M:      Andreas Dilger <andreas.dilger@intel.com>
10682 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
10683 W:      http://wiki.lustre.org/
10684 S:      Maintained
10685 F:      drivers/staging/lustre
10686
10687 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10688 M:      Marc Dietrich <marvin24@gmx.de>
10689 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10690 L:      linux-tegra@vger.kernel.org
10691 S:      Maintained
10692 F:      drivers/staging/nvec/
10693
10694 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10695 M:      Jens Frederich <jfrederich@gmail.com>
10696 M:      Daniel Drake <dsd@laptop.org>
10697 M:      Jon Nettleton <jon.nettleton@gmail.com>
10698 W:      http://wiki.laptop.org/go/DCON
10699 S:      Maintained
10700 F:      drivers/staging/olpc_dcon/
10701
10702 STAGING - REALTEK RTL8712U DRIVERS
10703 M:      Larry Finger <Larry.Finger@lwfinger.net>
10704 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10705 S:      Odd Fixes
10706 F:      drivers/staging/rtl8712/
10707
10708 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10709 M:      Larry Finger <Larry.Finger@lwfinger.net>
10710 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10711 L:      linux-wireless@vger.kernel.org
10712 S:      Maintained
10713 F:      drivers/staging/rtl8723au/
10714
10715 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10716 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10717 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10718 M:      Sudip Mukherjee <sudip@vectorindia.org>
10719 L:      linux-fbdev@vger.kernel.org
10720 S:      Maintained
10721 F:      drivers/staging/sm750fb/
10722
10723 STAGING - SLICOSS
10724 M:      Lior Dotan <liodot@gmail.com>
10725 M:      Christopher Harrer <charrer@alacritech.com>
10726 S:      Odd Fixes
10727 F:      drivers/staging/slicoss/
10728
10729 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10730 M:      William Hubbs <w.d.hubbs@gmail.com>
10731 M:      Chris Brannon <chris@the-brannons.com>
10732 M:      Kirk Reiser <kirk@reisers.ca>
10733 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10734 L:      speakup@linux-speakup.org
10735 W:      http://www.linux-speakup.org/
10736 S:      Odd Fixes
10737 F:      drivers/staging/speakup/
10738
10739 STAGING - VIA VT665X DRIVERS
10740 M:      Forest Bond <forest@alittletooquiet.net>
10741 S:      Odd Fixes
10742 F:      drivers/staging/vt665?/
10743
10744 STAGING - WILC1000 WIFI DRIVER
10745 M:      Johnny Kim <johnny.kim@atmel.com>
10746 M:      Austin Shin <austin.shin@atmel.com>
10747 M:      Chris Park <chris.park@atmel.com>
10748 M:      Tony Cho <tony.cho@atmel.com>
10749 M:      Glen Lee <glen.lee@atmel.com>
10750 M:      Leo Kim <leo.kim@atmel.com>
10751 L:      linux-wireless@vger.kernel.org
10752 S:      Supported
10753 F:      drivers/staging/wilc1000/
10754
10755 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10756 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10757 S:      Odd Fixes
10758 F:      drivers/staging/xgifb/
10759
10760 HFI1 DRIVER
10761 M:      Mike Marciniszyn <infinipath@intel.com>
10762 L:      linux-rdma@vger.kernel.org
10763 S:      Supported
10764 F:      drivers/staging/rdma/hfi1
10765
10766 STARFIRE/DURALAN NETWORK DRIVER
10767 M:      Ion Badulescu <ionut@badula.org>
10768 S:      Odd Fixes
10769 F:      drivers/net/ethernet/adaptec/starfire*
10770
10771 SUN3/3X
10772 M:      Sam Creasey <sammy@sammy.net>
10773 W:      http://sammy.net/sun3/
10774 S:      Maintained
10775 F:      arch/m68k/kernel/*sun3*
10776 F:      arch/m68k/sun3*/
10777 F:      arch/m68k/include/asm/sun3*
10778 F:      drivers/net/ethernet/i825xx/sun3*
10779
10780 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10781 M:      Hans de Goede <hdegoede@redhat.com>
10782 L:      linux-input@vger.kernel.org
10783 S:      Maintained
10784 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10785 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10786
10787 SUNDANCE NETWORK DRIVER
10788 M:      Denis Kirjanov <kda@linux-powerpc.org>
10789 L:      netdev@vger.kernel.org
10790 S:      Maintained
10791 F:      drivers/net/ethernet/dlink/sundance.c
10792
10793 SUPERH
10794 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
10795 M:      Rich Felker <dalias@libc.org>
10796 L:      linux-sh@vger.kernel.org
10797 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10798 S:      Maintained
10799 F:      Documentation/sh/
10800 F:      arch/sh/
10801 F:      drivers/sh/
10802
10803 SUSPEND TO RAM
10804 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10805 M:      Len Brown <len.brown@intel.com>
10806 M:      Pavel Machek <pavel@ucw.cz>
10807 L:      linux-pm@vger.kernel.org
10808 S:      Supported
10809 F:      Documentation/power/
10810 F:      arch/x86/kernel/acpi/
10811 F:      drivers/base/power/
10812 F:      kernel/power/
10813 F:      include/linux/suspend.h
10814 F:      include/linux/freezer.h
10815 F:      include/linux/pm.h
10816
10817 SVGA HANDLING
10818 M:      Martin Mares <mj@ucw.cz>
10819 L:      linux-video@atrey.karlin.mff.cuni.cz
10820 S:      Maintained
10821 F:      Documentation/svga.txt
10822 F:      arch/x86/boot/video*
10823
10824 SWIOTLB SUBSYSTEM
10825 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10826 L:      linux-kernel@vger.kernel.org
10827 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
10828 S:      Supported
10829 F:      lib/swiotlb.c
10830 F:      arch/*/kernel/pci-swiotlb.c
10831 F:      include/linux/swiotlb.h
10832
10833 SWITCHDEV
10834 M:      Jiri Pirko <jiri@resnulli.us>
10835 L:      netdev@vger.kernel.org
10836 S:      Supported
10837 F:      net/switchdev/
10838 F:      include/net/switchdev.h
10839
10840 SYNOPSYS ARC ARCHITECTURE
10841 M:      Vineet Gupta <vgupta@synopsys.com>
10842 L:      linux-snps-arc@lists.infradead.org
10843 S:      Supported
10844 F:      arch/arc/
10845 F:      Documentation/devicetree/bindings/arc/*
10846 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10847 F:      drivers/tty/serial/arc_uart.c
10848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10849
10850 SYNOPSYS ARC SDP platform support
10851 M:      Alexey Brodkin <abrodkin@synopsys.com>
10852 S:      Supported
10853 F:      arch/arc/plat-axs10x
10854 F:      arch/arc/boot/dts/ax*
10855 F:      Documentation/devicetree/bindings/arc/axs10*
10856
10857 SYSTEM CONFIGURATION (SYSCON)
10858 M:      Lee Jones <lee.jones@linaro.org>
10859 M:      Arnd Bergmann <arnd@arndb.de>
10860 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10861 S:      Supported
10862 F:      drivers/mfd/syscon.c
10863
10864 SYSV FILESYSTEM
10865 M:      Christoph Hellwig <hch@infradead.org>
10866 S:      Maintained
10867 F:      Documentation/filesystems/sysv-fs.txt
10868 F:      fs/sysv/
10869 F:      include/linux/sysv_fs.h
10870
10871 TARGET SUBSYSTEM
10872 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10873 L:      linux-scsi@vger.kernel.org
10874 L:      target-devel@vger.kernel.org
10875 W:      http://www.linux-iscsi.org
10876 W:      http://groups.google.com/group/linux-iscsi-target-dev
10877 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10878 S:      Supported
10879 F:      drivers/target/
10880 F:      include/target/
10881 F:      Documentation/target/
10882
10883 TASKSTATS STATISTICS INTERFACE
10884 M:      Balbir Singh <bsingharora@gmail.com>
10885 S:      Maintained
10886 F:      Documentation/accounting/taskstats*
10887 F:      include/linux/taskstats*
10888 F:      kernel/taskstats.c
10889
10890 TC CLASSIFIER
10891 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10892 L:      netdev@vger.kernel.org
10893 S:      Maintained
10894 F:      include/net/pkt_cls.h
10895 F:      include/uapi/linux/pkt_cls.h
10896 F:      net/sched/
10897
10898 TCP LOW PRIORITY MODULE
10899 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10900 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10901 W:      http://tcp-lp-mod.sourceforge.net/
10902 S:      Maintained
10903 F:      net/ipv4/tcp_lp.c
10904
10905 TDA10071 MEDIA DRIVER
10906 M:      Antti Palosaari <crope@iki.fi>
10907 L:      linux-media@vger.kernel.org
10908 W:      https://linuxtv.org
10909 W:      http://palosaari.fi/linux/
10910 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10911 T:      git git://linuxtv.org/anttip/media_tree.git
10912 S:      Maintained
10913 F:      drivers/media/dvb-frontends/tda10071*
10914
10915 TDA18212 MEDIA DRIVER
10916 M:      Antti Palosaari <crope@iki.fi>
10917 L:      linux-media@vger.kernel.org
10918 W:      https://linuxtv.org
10919 W:      http://palosaari.fi/linux/
10920 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10921 T:      git git://linuxtv.org/anttip/media_tree.git
10922 S:      Maintained
10923 F:      drivers/media/tuners/tda18212*
10924
10925 TDA18218 MEDIA DRIVER
10926 M:      Antti Palosaari <crope@iki.fi>
10927 L:      linux-media@vger.kernel.org
10928 W:      https://linuxtv.org
10929 W:      http://palosaari.fi/linux/
10930 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10931 T:      git git://linuxtv.org/anttip/media_tree.git
10932 S:      Maintained
10933 F:      drivers/media/tuners/tda18218*
10934
10935 TDA18271 MEDIA DRIVER
10936 M:      Michael Krufky <mkrufky@linuxtv.org>
10937 L:      linux-media@vger.kernel.org
10938 W:      https://linuxtv.org
10939 W:      http://github.com/mkrufky
10940 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10941 T:      git git://linuxtv.org/mkrufky/tuners.git
10942 S:      Maintained
10943 F:      drivers/media/tuners/tda18271*
10944
10945 TDA827x MEDIA DRIVER
10946 M:      Michael Krufky <mkrufky@linuxtv.org>
10947 L:      linux-media@vger.kernel.org
10948 W:      https://linuxtv.org
10949 W:      http://github.com/mkrufky
10950 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10951 T:      git git://linuxtv.org/mkrufky/tuners.git
10952 S:      Maintained
10953 F:      drivers/media/tuners/tda8290.*
10954
10955 TDA8290 MEDIA DRIVER
10956 M:      Michael Krufky <mkrufky@linuxtv.org>
10957 L:      linux-media@vger.kernel.org
10958 W:      https://linuxtv.org
10959 W:      http://github.com/mkrufky
10960 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10961 T:      git git://linuxtv.org/mkrufky/tuners.git
10962 S:      Maintained
10963 F:      drivers/media/tuners/tda8290.*
10964
10965 TDA9840 MEDIA DRIVER
10966 M:      Hans Verkuil <hverkuil@xs4all.nl>
10967 L:      linux-media@vger.kernel.org
10968 T:      git git://linuxtv.org/media_tree.git
10969 W:      https://linuxtv.org
10970 S:      Maintained
10971 F:      drivers/media/i2c/tda9840*
10972
10973 TEA5761 TUNER DRIVER
10974 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10975 L:      linux-media@vger.kernel.org
10976 W:      https://linuxtv.org
10977 T:      git git://linuxtv.org/media_tree.git
10978 S:      Odd fixes
10979 F:      drivers/media/tuners/tea5761.*
10980
10981 TEA5767 TUNER DRIVER
10982 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10983 L:      linux-media@vger.kernel.org
10984 W:      https://linuxtv.org
10985 T:      git git://linuxtv.org/media_tree.git
10986 S:      Maintained
10987 F:      drivers/media/tuners/tea5767.*
10988
10989 TEA6415C 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/tea6415c*
10996
10997 TEA6420 MEDIA DRIVER
10998 M:      Hans Verkuil <hverkuil@xs4all.nl>
10999 L:      linux-media@vger.kernel.org
11000 T:      git git://linuxtv.org/media_tree.git
11001 W:      https://linuxtv.org
11002 S:      Maintained
11003 F:      drivers/media/i2c/tea6420*
11004
11005 TEAM DRIVER
11006 M:      Jiri Pirko <jiri@resnulli.us>
11007 L:      netdev@vger.kernel.org
11008 S:      Supported
11009 F:      drivers/net/team/
11010 F:      include/linux/if_team.h
11011 F:      include/uapi/linux/if_team.h
11012
11013 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11014 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11015 S:      Maintained
11016 F:      arch/x86/platform/ts5500/
11017
11018 TECHNOTREND USB IR RECEIVER
11019 M:      Sean Young <sean@mess.org>
11020 L:      linux-media@vger.kernel.org
11021 S:      Maintained
11022 F:      drivers/media/rc/ttusbir.c
11023
11024 TEGRA ARCHITECTURE SUPPORT
11025 M:      Stephen Warren <swarren@wwwdotorg.org>
11026 M:      Thierry Reding <thierry.reding@gmail.com>
11027 M:      Alexandre Courbot <gnurou@gmail.com>
11028 L:      linux-tegra@vger.kernel.org
11029 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
11030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11031 S:      Supported
11032 N:      [^a-z]tegra
11033
11034 TEGRA CLOCK DRIVER
11035 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
11036 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
11037 S:      Supported
11038 F:      drivers/clk/tegra/
11039
11040 TEGRA DMA DRIVERS
11041 M:      Laxman Dewangan <ldewangan@nvidia.com>
11042 M:      Jon Hunter <jonathanh@nvidia.com>
11043 S:      Supported
11044 F:      drivers/dma/tegra*
11045
11046 TEGRA I2C DRIVER
11047 M:      Laxman Dewangan <ldewangan@nvidia.com>
11048 S:      Supported
11049 F:      drivers/i2c/busses/i2c-tegra.c
11050
11051 TEGRA IOMMU DRIVERS
11052 M:      Hiroshi Doyu <hdoyu@nvidia.com>
11053 S:      Supported
11054 F:      drivers/iommu/tegra*
11055
11056 TEGRA KBC DRIVER
11057 M:      Rakesh Iyer <riyer@nvidia.com>
11058 M:      Laxman Dewangan <ldewangan@nvidia.com>
11059 S:      Supported
11060 F:      drivers/input/keyboard/tegra-kbc.c
11061
11062 TEGRA PWM DRIVER
11063 M:      Thierry Reding <thierry.reding@gmail.com>
11064 S:      Supported
11065 F:      drivers/pwm/pwm-tegra.c
11066
11067 TEGRA SERIAL DRIVER
11068 M:      Laxman Dewangan <ldewangan@nvidia.com>
11069 S:      Supported
11070 F:      drivers/tty/serial/serial-tegra.c
11071
11072 TEGRA SPI DRIVER
11073 M:      Laxman Dewangan <ldewangan@nvidia.com>
11074 S:      Supported
11075 F:      drivers/spi/spi-tegra*
11076
11077 TEHUTI ETHERNET DRIVER
11078 M:      Andy Gospodarek <andy@greyhouse.net>
11079 L:      netdev@vger.kernel.org
11080 S:      Supported
11081 F:      drivers/net/ethernet/tehuti/*
11082
11083 Telecom Clock Driver for MCPL0010
11084 M:      Mark Gross <mark.gross@intel.com>
11085 S:      Supported
11086 F:      drivers/char/tlclk.c
11087
11088 TENSILICA XTENSA PORT (xtensa)
11089 M:      Chris Zankel <chris@zankel.net>
11090 M:      Max Filippov <jcmvbkbc@gmail.com>
11091 L:      linux-xtensa@linux-xtensa.org
11092 T:      git git://github.com/czankel/xtensa-linux.git
11093 S:      Maintained
11094 F:      arch/xtensa/
11095 F:      drivers/irqchip/irq-xtensa-*
11096
11097 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11098 M:      Hans Verkuil <hverkuil@xs4all.nl>
11099 L:      linux-media@vger.kernel.org
11100 T:      git git://linuxtv.org/media_tree.git
11101 W:      https://linuxtv.org
11102 S:      Maintained
11103 F:      drivers/media/radio/radio-raremono.c
11104
11105 THERMAL
11106 M:      Zhang Rui <rui.zhang@intel.com>
11107 M:      Eduardo Valentin <edubezval@gmail.com>
11108 L:      linux-pm@vger.kernel.org
11109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11111 Q:      https://patchwork.kernel.org/project/linux-pm/list/
11112 S:      Supported
11113 F:      drivers/thermal/
11114 F:      include/linux/thermal.h
11115 F:      include/uapi/linux/thermal.h
11116 F:      include/linux/cpu_cooling.h
11117 F:      Documentation/devicetree/bindings/thermal/
11118
11119 THERMAL/CPU_COOLING
11120 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
11121 M:      Viresh Kumar <viresh.kumar@linaro.org>
11122 M:      Javi Merino <javi.merino@arm.com>
11123 L:      linux-pm@vger.kernel.org
11124 S:      Supported
11125 F:      Documentation/thermal/cpu-cooling-api.txt
11126 F:      drivers/thermal/cpu_cooling.c
11127 F:      include/linux/cpu_cooling.h
11128
11129 THINGM BLINK(1) USB RGB LED DRIVER
11130 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
11131 S:      Maintained
11132 F:      drivers/hid/hid-thingm.c
11133
11134 THINKPAD ACPI EXTRAS DRIVER
11135 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11136 L:      ibm-acpi-devel@lists.sourceforge.net
11137 L:      platform-driver-x86@vger.kernel.org
11138 W:      http://ibm-acpi.sourceforge.net
11139 W:      http://thinkwiki.org/wiki/Ibm-acpi
11140 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11141 S:      Maintained
11142 F:      drivers/platform/x86/thinkpad_acpi.c
11143
11144 TI BANDGAP AND THERMAL DRIVER
11145 M:      Eduardo Valentin <edubezval@gmail.com>
11146 L:      linux-pm@vger.kernel.org
11147 L:      linux-omap@vger.kernel.org
11148 S:      Maintained
11149 F:      drivers/thermal/ti-soc-thermal/
11150
11151 TI VPE/CAL DRIVERS
11152 M:      Benoit Parrot <bparrot@ti.com>
11153 L:      linux-media@vger.kernel.org
11154 W:      http://linuxtv.org/
11155 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11156 S:      Maintained
11157 F:      drivers/media/platform/ti-vpe/
11158
11159 TI CDCE706 CLOCK DRIVER
11160 M:      Max Filippov <jcmvbkbc@gmail.com>
11161 S:      Maintained
11162 F:      drivers/clk/clk-cdce706.c
11163
11164 TI CLOCK DRIVER
11165 M:      Tero Kristo <t-kristo@ti.com>
11166 L:      linux-omap@vger.kernel.org
11167 S:      Maintained
11168 F:      drivers/clk/ti/
11169 F:      include/linux/clk/ti.h
11170
11171 TI ETHERNET SWITCH DRIVER (CPSW)
11172 M:      Mugunthan V N <mugunthanvnm@ti.com>
11173 R:      Grygorii Strashko <grygorii.strashko@ti.com>
11174 L:      linux-omap@vger.kernel.org
11175 L:      netdev@vger.kernel.org
11176 S:      Maintained
11177 F:      drivers/net/ethernet/ti/cpsw*
11178 F:      drivers/net/ethernet/ti/davinci*
11179
11180 TI FLASH MEDIA INTERFACE DRIVER
11181 M:      Alex Dubov <oakad@yahoo.com>
11182 S:      Maintained
11183 F:      drivers/misc/tifm*
11184 F:      drivers/mmc/host/tifm_sd.c
11185 F:      include/linux/tifm.h
11186
11187 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11188 M:      Santosh Shilimkar <ssantosh@kernel.org>
11189 L:      linux-kernel@vger.kernel.org
11190 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11191 S:      Maintained
11192 F:      drivers/soc/ti/*
11193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11194
11195
11196 TI LM49xxx FAMILY ASoC CODEC DRIVERS
11197 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
11198 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
11199 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11200 S:      Maintained
11201 F:      sound/soc/codecs/lm49453*
11202 F:      sound/soc/codecs/isabelle*
11203
11204 TI LP855x BACKLIGHT DRIVER
11205 M:      Milo Kim <milo.kim@ti.com>
11206 S:      Maintained
11207 F:      Documentation/backlight/lp855x-driver.txt
11208 F:      drivers/video/backlight/lp855x_bl.c
11209 F:      include/linux/platform_data/lp855x.h
11210
11211 TI LP8727 CHARGER DRIVER
11212 M:      Milo Kim <milo.kim@ti.com>
11213 S:      Maintained
11214 F:      drivers/power/lp8727_charger.c
11215 F:      include/linux/platform_data/lp8727.h
11216
11217 TI LP8788 MFD DRIVER
11218 M:      Milo Kim <milo.kim@ti.com>
11219 S:      Maintained
11220 F:      drivers/iio/adc/lp8788_adc.c
11221 F:      drivers/leds/leds-lp8788.c
11222 F:      drivers/mfd/lp8788*.c
11223 F:      drivers/power/lp8788-charger.c
11224 F:      drivers/regulator/lp8788-*.c
11225 F:      include/linux/mfd/lp8788*.h
11226
11227 TI NETCP ETHERNET DRIVER
11228 M:      Wingman Kwok <w-kwok2@ti.com>
11229 M:      Murali Karicheri <m-karicheri2@ti.com>
11230 L:      netdev@vger.kernel.org
11231 S:      Maintained
11232 F:      drivers/net/ethernet/ti/netcp*
11233
11234 TI TAS571X FAMILY ASoC CODEC DRIVER
11235 M:      Kevin Cernekee <cernekee@chromium.org>
11236 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11237 S:      Odd Fixes
11238 F:      sound/soc/codecs/tas571x*
11239
11240 TI TWL4030 SERIES SOC CODEC DRIVER
11241 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
11242 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11243 S:      Maintained
11244 F:      sound/soc/codecs/twl4030*
11245
11246 TI WILINK WIRELESS DRIVERS
11247 L:      linux-wireless@vger.kernel.org
11248 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
11249 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
11250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11251 S:      Orphan
11252 F:      drivers/net/wireless/ti/
11253 F:      include/linux/wl12xx.h
11254
11255 TIPC NETWORK LAYER
11256 M:      Jon Maloy <jon.maloy@ericsson.com>
11257 M:      Ying Xue <ying.xue@windriver.com>
11258 L:      netdev@vger.kernel.org (core kernel code)
11259 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11260 W:      http://tipc.sourceforge.net/
11261 S:      Maintained
11262 F:      include/uapi/linux/tipc*.h
11263 F:      net/tipc/
11264
11265 TILE ARCHITECTURE
11266 M:      Chris Metcalf <cmetcalf@mellanox.com>
11267 W:      http://www.mellanox.com/repository/solutions/tile-scm/
11268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11269 S:      Supported
11270 F:      arch/tile/
11271 F:      drivers/char/tile-srom.c
11272 F:      drivers/edac/tile_edac.c
11273 F:      drivers/net/ethernet/tile/
11274 F:      drivers/rtc/rtc-tile.c
11275 F:      drivers/tty/hvc/hvc_tile.c
11276 F:      drivers/tty/serial/tilegx.c
11277 F:      drivers/usb/host/*-tilegx.c
11278 F:      include/linux/usb/tilegx.h
11279
11280 TLAN NETWORK DRIVER
11281 M:      Samuel Chessman <chessman@tux.org>
11282 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
11283 W:      http://sourceforge.net/projects/tlan/
11284 S:      Maintained
11285 F:      Documentation/networking/tlan.txt
11286 F:      drivers/net/ethernet/ti/tlan.*
11287
11288 TOMOYO SECURITY MODULE
11289 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
11290 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11291 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11292 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11293 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11294 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11295 W:      http://tomoyo.sourceforge.jp/
11296 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11297 S:      Maintained
11298 F:      security/tomoyo/
11299
11300 TOPSTAR LAPTOP EXTRAS DRIVER
11301 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
11302 L:      platform-driver-x86@vger.kernel.org
11303 S:      Maintained
11304 F:      drivers/platform/x86/topstar-laptop.c
11305
11306 TOSHIBA ACPI EXTRAS DRIVER
11307 M:      Azael Avalos <coproscefalo@gmail.com>
11308 L:      platform-driver-x86@vger.kernel.org
11309 S:      Maintained
11310 F:      drivers/platform/x86/toshiba_acpi.c
11311
11312 TOSHIBA BLUETOOTH DRIVER
11313 M:      Azael Avalos <coproscefalo@gmail.com>
11314 L:      platform-driver-x86@vger.kernel.org
11315 S:      Maintained
11316 F:      drivers/platform/x86/toshiba_bluetooth.c
11317
11318 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11319 M:      Azael Avalos <coproscefalo@gmail.com>
11320 L:      platform-driver-x86@vger.kernel.org
11321 S:      Maintained
11322 F:      drivers/platform/x86/toshiba_haps.c
11323
11324 TOSHIBA WMI HOTKEYS DRIVER
11325 M:      Azael Avalos <coproscefalo@gmail.com>
11326 L:      platform-driver-x86@vger.kernel.org
11327 S:      Maintained
11328 F:      drivers/platform/x86/toshiba-wmi.c
11329
11330 TOSHIBA SMM DRIVER
11331 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
11332 W:      http://www.buzzard.org.uk/toshiba/
11333 S:      Maintained
11334 F:      drivers/char/toshiba.c
11335 F:      include/linux/toshiba.h
11336 F:      include/uapi/linux/toshiba.h
11337
11338 TOSHIBA TC358743 DRIVER
11339 M:      Mats Randgaard <matrandg@cisco.com>
11340 L:      linux-media@vger.kernel.org
11341 S:      Maintained
11342 F:      drivers/media/i2c/tc358743*
11343 F:      include/media/i2c/tc358743.h
11344
11345 TMIO/SDHI MMC DRIVER
11346 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
11347 L:      linux-mmc@vger.kernel.org
11348 S:      Supported
11349 F:      drivers/mmc/host/tmio_mmc*
11350 F:      drivers/mmc/host/sh_mobile_sdhi.c
11351 F:      include/linux/mfd/tmio.h
11352
11353 TMP401 HARDWARE MONITOR DRIVER
11354 M:      Guenter Roeck <linux@roeck-us.net>
11355 L:      linux-hwmon@vger.kernel.org
11356 S:      Maintained
11357 F:      Documentation/hwmon/tmp401
11358 F:      drivers/hwmon/tmp401.c
11359
11360 TMPFS (SHMEM FILESYSTEM)
11361 M:      Hugh Dickins <hughd@google.com>
11362 L:      linux-mm@kvack.org
11363 S:      Maintained
11364 F:      include/linux/shmem_fs.h
11365 F:      mm/shmem.c
11366
11367 TM6000 VIDEO4LINUX DRIVER
11368 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11369 L:      linux-media@vger.kernel.org
11370 W:      https://linuxtv.org
11371 T:      git git://linuxtv.org/media_tree.git
11372 S:      Odd fixes
11373 F:      drivers/media/usb/tm6000/
11374
11375 TW68 VIDEO4LINUX DRIVER
11376 M:      Hans Verkuil <hverkuil@xs4all.nl>
11377 L:      linux-media@vger.kernel.org
11378 T:      git git://linuxtv.org/media_tree.git
11379 W:      https://linuxtv.org
11380 S:      Odd Fixes
11381 F:      drivers/media/pci/tw68/
11382
11383 TW686X VIDEO4LINUX DRIVER
11384 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
11385 L:      linux-media@vger.kernel.org
11386 T:      git git://linuxtv.org/media_tree.git
11387 W:      http://linuxtv.org
11388 S:      Maintained
11389 F:      drivers/media/pci/tw686x/
11390
11391 TPM DEVICE DRIVER
11392 M:      Peter Huewe <peterhuewe@gmx.de>
11393 M:      Marcel Selhorst <tpmdd@selhorst.net>
11394 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11395 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11396 W:      http://tpmdd.sourceforge.net
11397 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11398 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
11399 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
11400 S:      Maintained
11401 F:      drivers/char/tpm/
11402
11403 TPM IBM_VTPM DEVICE DRIVER
11404 M:      Ashley Lai <ashleydlai@gmail.com>
11405 W:      http://tpmdd.sourceforge.net
11406 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11407 S:      Maintained
11408 F:      drivers/char/tpm/tpm_ibmvtpm*
11409
11410 TRACING
11411 M:      Steven Rostedt <rostedt@goodmis.org>
11412 M:      Ingo Molnar <mingo@redhat.com>
11413 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11414 S:      Maintained
11415 F:      Documentation/trace/ftrace.txt
11416 F:      arch/*/*/*/ftrace.h
11417 F:      arch/*/kernel/ftrace.c
11418 F:      include/*/ftrace.h
11419 F:      include/linux/trace*.h
11420 F:      include/trace/
11421 F:      kernel/trace/
11422 F:      tools/testing/selftests/ftrace/
11423
11424 TRACING MMIO ACCESSES (MMIOTRACE)
11425 M:      Steven Rostedt <rostedt@goodmis.org>
11426 M:      Ingo Molnar <mingo@kernel.org>
11427 R:      Karol Herbst <karolherbst@gmail.com>
11428 R:      Pekka Paalanen <ppaalanen@gmail.com>
11429 S:      Maintained
11430 L:      linux-kernel@vger.kernel.org
11431 L:      nouveau@lists.freedesktop.org
11432 F:      kernel/trace/trace_mmiotrace.c
11433 F:      include/linux/mmiotrace.h
11434 F:      arch/x86/mm/kmmio.c
11435 F:      arch/x86/mm/mmio-mod.c
11436 F:      arch/x86/mm/testmmiotrace.c
11437
11438 TRIVIAL PATCHES
11439 M:      Jiri Kosina <trivial@kernel.org>
11440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11441 S:      Maintained
11442 K:      ^Subject:.*(?i)trivial
11443
11444 TTY LAYER
11445 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11446 M:      Jiri Slaby <jslaby@suse.com>
11447 S:      Supported
11448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11449 F:      Documentation/serial/
11450 F:      drivers/tty/
11451 F:      drivers/tty/serial/serial_core.c
11452 F:      include/linux/serial_core.h
11453 F:      include/linux/serial.h
11454 F:      include/linux/tty.h
11455 F:      include/uapi/linux/serial_core.h
11456 F:      include/uapi/linux/serial.h
11457 F:      include/uapi/linux/tty.h
11458
11459 TUA9001 MEDIA DRIVER
11460 M:      Antti Palosaari <crope@iki.fi>
11461 L:      linux-media@vger.kernel.org
11462 W:      https://linuxtv.org
11463 W:      http://palosaari.fi/linux/
11464 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11465 T:      git git://linuxtv.org/anttip/media_tree.git
11466 S:      Maintained
11467 F:      drivers/media/tuners/tua9001*
11468
11469 TULIP NETWORK DRIVERS
11470 L:      netdev@vger.kernel.org
11471 L:      linux-parisc@vger.kernel.org
11472 S:      Orphan
11473 F:      drivers/net/ethernet/dec/tulip/
11474
11475 TUN/TAP driver
11476 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
11477 W:      http://vtun.sourceforge.net/tun
11478 S:      Maintained
11479 F:      Documentation/networking/tuntap.txt
11480 F:      arch/um/os-Linux/drivers/
11481
11482 TURBOCHANNEL SUBSYSTEM
11483 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11484 M:      Ralf Baechle <ralf@linux-mips.org>
11485 L:      linux-mips@linux-mips.org
11486 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
11487 S:      Maintained
11488 F:      drivers/tc/
11489 F:      include/linux/tc.h
11490
11491 U14-34F SCSI DRIVER
11492 M:      Dario Ballabio <ballabio_dario@emc.com>
11493 L:      linux-scsi@vger.kernel.org
11494 S:      Maintained
11495 F:      drivers/scsi/u14-34f.c
11496
11497 UBI FILE SYSTEM (UBIFS)
11498 M:      Richard Weinberger <richard@nod.at>
11499 M:      Artem Bityutskiy <dedekind1@gmail.com>
11500 M:      Adrian Hunter <adrian.hunter@intel.com>
11501 L:      linux-mtd@lists.infradead.org
11502 T:      git git://git.infradead.org/ubifs-2.6.git
11503 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
11504 S:      Supported
11505 F:      Documentation/filesystems/ubifs.txt
11506 F:      fs/ubifs/
11507
11508 UCLINUX (M68KNOMMU AND COLDFIRE)
11509 M:      Greg Ungerer <gerg@uclinux.org>
11510 W:      http://www.uclinux.org/
11511 L:      linux-m68k@lists.linux-m68k.org
11512 L:      uclinux-dev@uclinux.org  (subscribers-only)
11513 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11514 S:      Maintained
11515 F:      arch/m68k/coldfire/
11516 F:      arch/m68k/68*/
11517 F:      arch/m68k/*/*_no.*
11518 F:      arch/m68k/include/asm/*_no.*
11519
11520 UDF FILESYSTEM
11521 M:      Jan Kara <jack@suse.com>
11522 S:      Maintained
11523 F:      Documentation/filesystems/udf.txt
11524 F:      fs/udf/
11525
11526 UFS FILESYSTEM
11527 M:      Evgeniy Dushistov <dushistov@mail.ru>
11528 S:      Maintained
11529 F:      Documentation/filesystems/ufs.txt
11530 F:      fs/ufs/
11531
11532 UHID USERSPACE HID IO DRIVER:
11533 M:      David Herrmann <dh.herrmann@googlemail.com>
11534 L:      linux-input@vger.kernel.org
11535 S:      Maintained
11536 F:      drivers/hid/uhid.c
11537 F:      include/uapi/linux/uhid.h
11538
11539 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11540 L:      linux-usb@vger.kernel.org
11541 S:      Orphan
11542 F:      drivers/uwb/
11543 F:      include/linux/uwb.h
11544 F:      include/linux/uwb/
11545
11546 UNICORE32 ARCHITECTURE:
11547 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
11548 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
11549 S:      Maintained
11550 T:      git git://github.com/gxt/linux.git
11551 F:      arch/unicore32/
11552
11553 UNIFDEF
11554 M:      Tony Finch <dot@dotat.at>
11555 W:      http://dotat.at/prog/unifdef
11556 S:      Maintained
11557 F:      scripts/unifdef.c
11558
11559 UNIFORM CDROM DRIVER
11560 M:      Jens Axboe <axboe@kernel.dk>
11561 W:      http://www.kernel.dk
11562 S:      Maintained
11563 F:      Documentation/cdrom/
11564 F:      drivers/cdrom/cdrom.c
11565 F:      include/linux/cdrom.h
11566 F:      include/uapi/linux/cdrom.h
11567
11568 UNISYS S-PAR DRIVERS
11569 M:      David Kershner <david.kershner@unisys.com>
11570 L:      sparmaintainer@unisys.com (Unisys internal)
11571 S:      Supported
11572 F:      drivers/staging/unisys/
11573
11574 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11575 M:      Vinayak Holikatti <vinholikatti@gmail.com>
11576 L:      linux-scsi@vger.kernel.org
11577 S:      Supported
11578 F:      Documentation/scsi/ufs.txt
11579 F:      drivers/scsi/ufs/
11580
11581 UNSORTED BLOCK IMAGES (UBI)
11582 M:      Artem Bityutskiy <dedekind1@gmail.com>
11583 M:      Richard Weinberger <richard@nod.at>
11584 W:      http://www.linux-mtd.infradead.org/
11585 L:      linux-mtd@lists.infradead.org
11586 T:      git git://git.infradead.org/ubifs-2.6.git
11587 S:      Supported
11588 F:      drivers/mtd/ubi/
11589 F:      include/linux/mtd/ubi.h
11590 F:      include/uapi/mtd/ubi-user.h
11591
11592 USB ACM DRIVER
11593 M:      Oliver Neukum <oneukum@suse.com>
11594 L:      linux-usb@vger.kernel.org
11595 S:      Maintained
11596 F:      Documentation/usb/acm.txt
11597 F:      drivers/usb/class/cdc-acm.*
11598
11599 USB AR5523 WIRELESS DRIVER
11600 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
11601 L:      linux-wireless@vger.kernel.org
11602 S:      Maintained
11603 F:      drivers/net/wireless/ath/ar5523/
11604
11605 USB ATTACHED SCSI
11606 M:      Hans de Goede <hdegoede@redhat.com>
11607 M:      Gerd Hoffmann <kraxel@redhat.com>
11608 L:      linux-usb@vger.kernel.org
11609 L:      linux-scsi@vger.kernel.org
11610 S:      Maintained
11611 F:      drivers/usb/storage/uas.c
11612
11613 USB CDC ETHERNET DRIVER
11614 M:      Oliver Neukum <oliver@neukum.org>
11615 L:      linux-usb@vger.kernel.org
11616 S:      Maintained
11617 F:      drivers/net/usb/cdc_*.c
11618 F:      include/uapi/linux/usb/cdc.h
11619
11620 USB CHAOSKEY DRIVER
11621 M:      Keith Packard <keithp@keithp.com>
11622 L:      linux-usb@vger.kernel.org
11623 S:      Maintained
11624 F:      drivers/usb/misc/chaoskey.c
11625
11626 USB CYPRESS C67X00 DRIVER
11627 M:      Peter Korsgaard <jacmet@sunsite.dk>
11628 L:      linux-usb@vger.kernel.org
11629 S:      Maintained
11630 F:      drivers/usb/c67x00/
11631
11632 USB DAVICOM DM9601 DRIVER
11633 M:      Peter Korsgaard <jacmet@sunsite.dk>
11634 L:      netdev@vger.kernel.org
11635 W:      http://www.linux-usb.org/usbnet
11636 S:      Maintained
11637 F:      drivers/net/usb/dm9601.c
11638
11639 USB DIAMOND RIO500 DRIVER
11640 M:      Cesar Miquel <miquel@df.uba.ar>
11641 L:      rio500-users@lists.sourceforge.net
11642 W:      http://rio500.sourceforge.net
11643 S:      Maintained
11644 F:      drivers/usb/misc/rio500*
11645
11646 USB EHCI DRIVER
11647 M:      Alan Stern <stern@rowland.harvard.edu>
11648 L:      linux-usb@vger.kernel.org
11649 S:      Maintained
11650 F:      Documentation/usb/ehci.txt
11651 F:      drivers/usb/host/ehci*
11652
11653 USB GADGET/PERIPHERAL SUBSYSTEM
11654 M:      Felipe Balbi <balbi@kernel.org>
11655 L:      linux-usb@vger.kernel.org
11656 W:      http://www.linux-usb.org/gadget
11657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11658 S:      Maintained
11659 F:      drivers/usb/gadget/
11660 F:      include/linux/usb/gadget*
11661
11662 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11663 M:      Jiri Kosina <jikos@kernel.org>
11664 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
11665 L:      linux-usb@vger.kernel.org
11666 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11667 S:      Maintained
11668 F:      Documentation/hid/hiddev.txt
11669 F:      drivers/hid/usbhid/
11670
11671 USB ISP116X DRIVER
11672 M:      Olav Kongas <ok@artecdesign.ee>
11673 L:      linux-usb@vger.kernel.org
11674 S:      Maintained
11675 F:      drivers/usb/host/isp116x*
11676 F:      include/linux/usb/isp116x.h
11677
11678 USB LAN78XX ETHERNET DRIVER
11679 M:      Woojung Huh <woojung.huh@microchip.com>
11680 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
11681 L:      netdev@vger.kernel.org
11682 S:      Maintained
11683 F:      drivers/net/usb/lan78xx.*
11684
11685 USB MASS STORAGE DRIVER
11686 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11687 L:      linux-usb@vger.kernel.org
11688 L:      usb-storage@lists.one-eyed-alien.net
11689 S:      Maintained
11690 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11691 F:      drivers/usb/storage/
11692
11693 USB MIDI DRIVER
11694 M:      Clemens Ladisch <clemens@ladisch.de>
11695 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11696 T:      git git://git.alsa-project.org/alsa-kernel.git
11697 S:      Maintained
11698 F:      sound/usb/midi.*
11699
11700 USB NETWORKING DRIVERS
11701 L:      linux-usb@vger.kernel.org
11702 S:      Odd Fixes
11703 F:      drivers/net/usb/
11704
11705 USB OHCI DRIVER
11706 M:      Alan Stern <stern@rowland.harvard.edu>
11707 L:      linux-usb@vger.kernel.org
11708 S:      Maintained
11709 F:      Documentation/usb/ohci.txt
11710 F:      drivers/usb/host/ohci*
11711
11712 USB OTG FSM (Finite State Machine)
11713 M:      Peter Chen <Peter.Chen@nxp.com>
11714 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11715 L:      linux-usb@vger.kernel.org
11716 S:      Maintained
11717 F:      drivers/usb/common/usb-otg-fsm.c
11718
11719 USB OVER IP DRIVER
11720 M:      Valentina Manea <valentina.manea.m@gmail.com>
11721 M:      Shuah Khan <shuah.kh@samsung.com>
11722 L:      linux-usb@vger.kernel.org
11723 S:      Maintained
11724 F:      Documentation/usb/usbip_protocol.txt
11725 F:      drivers/usb/usbip/
11726 F:      tools/usb/usbip/
11727
11728 USB PEGASUS DRIVER
11729 M:      Petko Manolov <petkan@nucleusys.com>
11730 L:      linux-usb@vger.kernel.org
11731 L:      netdev@vger.kernel.org
11732 T:      git git://github.com/petkan/pegasus.git
11733 W:      https://github.com/petkan/pegasus
11734 S:      Maintained
11735 F:      drivers/net/usb/pegasus.*
11736
11737 USB PHY LAYER
11738 M:      Felipe Balbi <balbi@kernel.org>
11739 L:      linux-usb@vger.kernel.org
11740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11741 S:      Maintained
11742 F:      drivers/usb/phy/
11743
11744 USB PRINTER DRIVER (usblp)
11745 M:      Pete Zaitcev <zaitcev@redhat.com>
11746 L:      linux-usb@vger.kernel.org
11747 S:      Supported
11748 F:      drivers/usb/class/usblp.c
11749
11750 USB QMI WWAN NETWORK DRIVER
11751 M:      Bjørn Mork <bjorn@mork.no>
11752 L:      netdev@vger.kernel.org
11753 S:      Maintained
11754 F:      Documentation/ABI/testing/sysfs-class-net-qmi
11755 F:      drivers/net/usb/qmi_wwan.c
11756
11757 USB RTL8150 DRIVER
11758 M:      Petko Manolov <petkan@nucleusys.com>
11759 L:      linux-usb@vger.kernel.org
11760 L:      netdev@vger.kernel.org
11761 T:      git git://github.com/petkan/rtl8150.git
11762 W:      https://github.com/petkan/rtl8150
11763 S:      Maintained
11764 F:      drivers/net/usb/rtl8150.c
11765
11766 USB SERIAL SUBSYSTEM
11767 M:      Johan Hovold <johan@kernel.org>
11768 L:      linux-usb@vger.kernel.org
11769 S:      Maintained
11770 F:      Documentation/usb/usb-serial.txt
11771 F:      drivers/usb/serial/
11772 F:      include/linux/usb/serial.h
11773
11774 USB SMSC75XX ETHERNET DRIVER
11775 M:      Steve Glendinning <steve.glendinning@shawell.net>
11776 L:      netdev@vger.kernel.org
11777 S:      Maintained
11778 F:      drivers/net/usb/smsc75xx.*
11779
11780 USB SMSC95XX ETHERNET DRIVER
11781 M:      Steve Glendinning <steve.glendinning@shawell.net>
11782 L:      netdev@vger.kernel.org
11783 S:      Maintained
11784 F:      drivers/net/usb/smsc95xx.*
11785
11786 USB SUBSYSTEM
11787 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11788 L:      linux-usb@vger.kernel.org
11789 W:      http://www.linux-usb.org
11790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11791 S:      Supported
11792 F:      Documentation/usb/
11793 F:      drivers/usb/
11794 F:      include/linux/usb.h
11795 F:      include/linux/usb/
11796
11797 USB UHCI DRIVER
11798 M:      Alan Stern <stern@rowland.harvard.edu>
11799 L:      linux-usb@vger.kernel.org
11800 S:      Maintained
11801 F:      drivers/usb/host/uhci*
11802
11803 USB "USBNET" DRIVER FRAMEWORK
11804 M:      Oliver Neukum <oneukum@suse.com>
11805 L:      netdev@vger.kernel.org
11806 W:      http://www.linux-usb.org/usbnet
11807 S:      Maintained
11808 F:      drivers/net/usb/usbnet.c
11809 F:      include/linux/usb/usbnet.h
11810
11811 USB VIDEO CLASS
11812 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11813 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11814 L:      linux-media@vger.kernel.org
11815 T:      git git://linuxtv.org/media_tree.git
11816 W:      http://www.ideasonboard.org/uvc/
11817 S:      Maintained
11818 F:      drivers/media/usb/uvc/
11819 F:      include/uapi/linux/uvcvideo.h
11820
11821 USB VISION DRIVER
11822 M:      Hans Verkuil <hverkuil@xs4all.nl>
11823 L:      linux-media@vger.kernel.org
11824 T:      git git://linuxtv.org/media_tree.git
11825 W:      https://linuxtv.org
11826 S:      Odd Fixes
11827 F:      drivers/media/usb/usbvision/
11828
11829 USB WEBCAM GADGET
11830 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11831 L:      linux-usb@vger.kernel.org
11832 S:      Maintained
11833 F:      drivers/usb/gadget/function/*uvc*
11834 F:      drivers/usb/gadget/legacy/webcam.c
11835
11836 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11837 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11838 L:      linux-wireless@vger.kernel.org
11839 S:      Maintained
11840 F:      drivers/net/wireless/rndis_wlan.c
11841
11842 USB XHCI DRIVER
11843 M:      Mathias Nyman <mathias.nyman@intel.com>
11844 L:      linux-usb@vger.kernel.org
11845 S:      Supported
11846 F:      drivers/usb/host/xhci*
11847 F:      drivers/usb/host/pci-quirks*
11848
11849 USB ZD1201 DRIVER
11850 L:      linux-wireless@vger.kernel.org
11851 W:      http://linux-lc100020.sourceforge.net
11852 S:      Orphan
11853 F:      drivers/net/wireless/zydas/zd1201.*
11854
11855 USB ZR364XX DRIVER
11856 M:      Antoine Jacquet <royale@zerezo.com>
11857 L:      linux-usb@vger.kernel.org
11858 L:      linux-media@vger.kernel.org
11859 T:      git git://linuxtv.org/media_tree.git
11860 W:      http://royale.zerezo.com/zr364xx/
11861 S:      Maintained
11862 F:      Documentation/video4linux/zr364xx.txt
11863 F:      drivers/media/usb/zr364xx/
11864
11865 ULPI BUS
11866 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11867 L:      linux-usb@vger.kernel.org
11868 S:      Maintained
11869 F:      drivers/usb/common/ulpi.c
11870 F:      include/linux/ulpi/
11871
11872 USER-MODE LINUX (UML)
11873 M:      Jeff Dike <jdike@addtoit.com>
11874 M:      Richard Weinberger <richard@nod.at>
11875 L:      user-mode-linux-devel@lists.sourceforge.net
11876 L:      user-mode-linux-user@lists.sourceforge.net
11877 W:      http://user-mode-linux.sourceforge.net
11878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
11879 S:      Maintained
11880 F:      Documentation/virtual/uml/
11881 F:      arch/um/
11882 F:      arch/x86/um/
11883 F:      fs/hostfs/
11884 F:      fs/hppfs/
11885
11886 USERSPACE I/O (UIO)
11887 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11888 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11889 S:      Maintained
11890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11891 F:      Documentation/DocBook/uio-howto.tmpl
11892 F:      drivers/uio/
11893 F:      include/linux/uio*.h
11894
11895 UTIL-LINUX PACKAGE
11896 M:      Karel Zak <kzak@redhat.com>
11897 L:      util-linux@vger.kernel.org
11898 W:      http://en.wikipedia.org/wiki/Util-linux
11899 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11900 S:      Maintained
11901
11902 UVESAFB DRIVER
11903 M:      Michal Januszewski <spock@gentoo.org>
11904 L:      linux-fbdev@vger.kernel.org
11905 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11906 S:      Maintained
11907 F:      Documentation/fb/uvesafb.txt
11908 F:      drivers/video/fbdev/uvesafb.*
11909
11910 VF610 NAND DRIVER
11911 M:      Stefan Agner <stefan@agner.ch>
11912 L:      linux-mtd@lists.infradead.org
11913 S:      Supported
11914 F:      drivers/mtd/nand/vf610_nfc.c
11915
11916 VFAT/FAT/MSDOS FILESYSTEM
11917 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11918 S:      Maintained
11919 F:      Documentation/filesystems/vfat.txt
11920 F:      fs/fat/
11921
11922 VFIO DRIVER
11923 M:      Alex Williamson <alex.williamson@redhat.com>
11924 L:      kvm@vger.kernel.org
11925 T:      git git://github.com/awilliam/linux-vfio.git
11926 S:      Maintained
11927 F:      Documentation/vfio.txt
11928 F:      drivers/vfio/
11929 F:      include/linux/vfio.h
11930 F:      include/uapi/linux/vfio.h
11931
11932 VFIO PLATFORM DRIVER
11933 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11934 L:      kvm@vger.kernel.org
11935 S:      Maintained
11936 F:      drivers/vfio/platform/
11937
11938 VIDEOBUF2 FRAMEWORK
11939 M:      Pawel Osciak <pawel@osciak.com>
11940 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11941 M:      Kyungmin Park <kyungmin.park@samsung.com>
11942 L:      linux-media@vger.kernel.org
11943 S:      Maintained
11944 F:      drivers/media/v4l2-core/videobuf2-*
11945 F:      include/media/videobuf2-*
11946
11947 VIRTUAL SERIO DEVICE DRIVER
11948 M:      Stephen Chandler Paul <thatslyude@gmail.com>
11949 S:      Maintained
11950 F:      drivers/input/serio/userio.c
11951 F:      include/uapi/linux/userio.h
11952
11953 VIRTIO CONSOLE DRIVER
11954 M:      Amit Shah <amit.shah@redhat.com>
11955 L:      virtualization@lists.linux-foundation.org
11956 S:      Maintained
11957 F:      drivers/char/virtio_console.c
11958 F:      include/linux/virtio_console.h
11959 F:      include/uapi/linux/virtio_console.h
11960
11961 VIRTIO CORE, NET AND BLOCK DRIVERS
11962 M:      "Michael S. Tsirkin" <mst@redhat.com>
11963 L:      virtualization@lists.linux-foundation.org
11964 S:      Maintained
11965 F:      drivers/virtio/
11966 F:      tools/virtio/
11967 F:      drivers/net/virtio_net.c
11968 F:      drivers/block/virtio_blk.c
11969 F:      include/linux/virtio_*.h
11970 F:      include/uapi/linux/virtio_*.h
11971
11972 VIRTIO DRIVERS FOR S390
11973 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11974 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11975 L:      linux-s390@vger.kernel.org
11976 L:      virtualization@lists.linux-foundation.org
11977 L:      kvm@vger.kernel.org
11978 S:      Supported
11979 F:      drivers/s390/virtio/
11980
11981 VIRTIO GPU DRIVER
11982 M:      David Airlie <airlied@linux.ie>
11983 M:      Gerd Hoffmann <kraxel@redhat.com>
11984 L:      dri-devel@lists.freedesktop.org
11985 L:      virtualization@lists.linux-foundation.org
11986 S:      Maintained
11987 F:      drivers/gpu/drm/virtio/
11988 F:      include/uapi/linux/virtio_gpu.h
11989
11990 VIRTIO HOST (VHOST)
11991 M:      "Michael S. Tsirkin" <mst@redhat.com>
11992 L:      kvm@vger.kernel.org
11993 L:      virtualization@lists.linux-foundation.org
11994 L:      netdev@vger.kernel.org
11995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
11996 S:      Maintained
11997 F:      drivers/vhost/
11998 F:      include/uapi/linux/vhost.h
11999
12000 VIRTIO INPUT DRIVER
12001 M:      Gerd Hoffmann <kraxel@redhat.com>
12002 S:      Maintained
12003 F:      drivers/virtio/virtio_input.c
12004 F:      include/uapi/linux/virtio_input.h
12005
12006 VIA RHINE NETWORK DRIVER
12007 S:      Orphan
12008 F:      drivers/net/ethernet/via/via-rhine.c
12009
12010 VIA SD/MMC CARD CONTROLLER DRIVER
12011 M:      Bruce Chang <brucechang@via.com.tw>
12012 M:      Harald Welte <HaraldWelte@viatech.com>
12013 S:      Maintained
12014 F:      drivers/mmc/host/via-sdmmc.c
12015
12016 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12017 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
12018 L:      linux-fbdev@vger.kernel.org
12019 S:      Maintained
12020 F:      include/linux/via-core.h
12021 F:      include/linux/via-gpio.h
12022 F:      include/linux/via_i2c.h
12023 F:      drivers/video/fbdev/via/
12024
12025 VIA VELOCITY NETWORK DRIVER
12026 M:      Francois Romieu <romieu@fr.zoreil.com>
12027 L:      netdev@vger.kernel.org
12028 S:      Maintained
12029 F:      drivers/net/ethernet/via/via-velocity.*
12030
12031 VIRT LIB
12032 M:      Alex Williamson <alex.williamson@redhat.com>
12033 M:      Paolo Bonzini <pbonzini@redhat.com>
12034 L:      kvm@vger.kernel.org
12035 S:      Supported
12036 F:      virt/lib/
12037
12038 VIVID VIRTUAL VIDEO DRIVER
12039 M:      Hans Verkuil <hverkuil@xs4all.nl>
12040 L:      linux-media@vger.kernel.org
12041 T:      git git://linuxtv.org/media_tree.git
12042 W:      https://linuxtv.org
12043 S:      Maintained
12044 F:      drivers/media/platform/vivid/*
12045
12046 VLAN (802.1Q)
12047 M:      Patrick McHardy <kaber@trash.net>
12048 L:      netdev@vger.kernel.org
12049 S:      Maintained
12050 F:      drivers/net/macvlan.c
12051 F:      include/linux/if_*vlan.h
12052 F:      net/8021q/
12053
12054 VLYNQ BUS
12055 M:      Florian Fainelli <florian@openwrt.org>
12056 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
12057 S:      Maintained
12058 F:      drivers/vlynq/vlynq.c
12059 F:      include/linux/vlynq.h
12060
12061 VME SUBSYSTEM
12062 M:      Martyn Welch <martyn@welchs.me.uk>
12063 M:      Manohar Vanga <manohar.vanga@gmail.com>
12064 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12065 L:      devel@driverdev.osuosl.org
12066 S:      Maintained
12067 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12068 F:      Documentation/vme_api.txt
12069 F:      drivers/staging/vme/
12070 F:      drivers/vme/
12071 F:      include/linux/vme*
12072
12073 VMWARE HYPERVISOR INTERFACE
12074 M:      Alok Kataria <akataria@vmware.com>
12075 L:      virtualization@lists.linux-foundation.org
12076 S:      Supported
12077 F:      arch/x86/kernel/cpu/vmware.c
12078
12079 VMWARE BALLOON DRIVER
12080 M:      Xavier Deguillard <xdeguillard@vmware.com>
12081 M:      Philip Moltmann <moltmann@vmware.com>
12082 M:      "VMware, Inc." <pv-drivers@vmware.com>
12083 L:      linux-kernel@vger.kernel.org
12084 S:      Maintained
12085 F:      drivers/misc/vmw_balloon.c
12086
12087 VMWARE VMMOUSE SUBDRIVER
12088 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12089 M:      "VMware, Inc." <pv-drivers@vmware.com>
12090 L:      linux-input@vger.kernel.org
12091 S:      Maintained
12092 F:      drivers/input/mouse/vmmouse.c
12093 F:      drivers/input/mouse/vmmouse.h
12094
12095 VMWARE VMXNET3 ETHERNET DRIVER
12096 M:      Shrikrishna Khare <skhare@vmware.com>
12097 M:      "VMware, Inc." <pv-drivers@vmware.com>
12098 L:      netdev@vger.kernel.org
12099 S:      Maintained
12100 F:      drivers/net/vmxnet3/
12101
12102 VMware PVSCSI driver
12103 M:      Arvind Kumar <arvindkumar@vmware.com>
12104 M:      VMware PV-Drivers <pv-drivers@vmware.com>
12105 L:      linux-scsi@vger.kernel.org
12106 S:      Maintained
12107 F:      drivers/scsi/vmw_pvscsi.c
12108 F:      drivers/scsi/vmw_pvscsi.h
12109
12110 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12111 M:      Liam Girdwood <lgirdwood@gmail.com>
12112 M:      Mark Brown <broonie@kernel.org>
12113 L:      linux-kernel@vger.kernel.org
12114 W:      http://www.slimlogic.co.uk/?p=48
12115 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12116 S:      Supported
12117 F:      Documentation/devicetree/bindings/regulator/
12118 F:      drivers/regulator/
12119 F:      include/dt-bindings/regulator/
12120 F:      include/linux/regulator/
12121
12122 VRF
12123 M:      David Ahern <dsa@cumulusnetworks.com>
12124 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
12125 L:      netdev@vger.kernel.org
12126 S:      Maintained
12127 F:      drivers/net/vrf.c
12128 F:      Documentation/networking/vrf.txt
12129
12130 VT1211 HARDWARE MONITOR DRIVER
12131 M:      Juerg Haefliger <juergh@gmail.com>
12132 L:      linux-hwmon@vger.kernel.org
12133 S:      Maintained
12134 F:      Documentation/hwmon/vt1211
12135 F:      drivers/hwmon/vt1211.c
12136
12137 VT8231 HARDWARE MONITOR DRIVER
12138 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
12139 L:      linux-hwmon@vger.kernel.org
12140 S:      Maintained
12141 F:      drivers/hwmon/vt8231.c
12142
12143 VUB300 USB to SDIO/SD/MMC bridge chip
12144 M:      Tony Olech <tony.olech@elandigitalsystems.com>
12145 L:      linux-mmc@vger.kernel.org
12146 L:      linux-usb@vger.kernel.org
12147 S:      Supported
12148 F:      drivers/mmc/host/vub300.c
12149
12150 W1 DALLAS'S 1-WIRE BUS
12151 M:      Evgeniy Polyakov <zbr@ioremap.net>
12152 S:      Maintained
12153 F:      Documentation/w1/
12154 F:      drivers/w1/
12155
12156 W83791D HARDWARE MONITORING DRIVER
12157 M:      Marc Hulsman <m.hulsman@tudelft.nl>
12158 L:      linux-hwmon@vger.kernel.org
12159 S:      Maintained
12160 F:      Documentation/hwmon/w83791d
12161 F:      drivers/hwmon/w83791d.c
12162
12163 W83793 HARDWARE MONITORING DRIVER
12164 M:      Rudolf Marek <r.marek@assembler.cz>
12165 L:      linux-hwmon@vger.kernel.org
12166 S:      Maintained
12167 F:      Documentation/hwmon/w83793
12168 F:      drivers/hwmon/w83793.c
12169
12170 W83795 HARDWARE MONITORING DRIVER
12171 M:      Jean Delvare <jdelvare@suse.com>
12172 L:      linux-hwmon@vger.kernel.org
12173 S:      Maintained
12174 F:      drivers/hwmon/w83795.c
12175
12176 W83L51xD SD/MMC CARD INTERFACE DRIVER
12177 M:      Pierre Ossman <pierre@ossman.eu>
12178 S:      Maintained
12179 F:      drivers/mmc/host/wbsd.*
12180
12181 WACOM PROTOCOL 4 SERIAL TABLETS
12182 M:      Julian Squires <julian@cipht.net>
12183 M:      Hans de Goede <hdegoede@redhat.com>
12184 L:      linux-input@vger.kernel.org
12185 S:      Maintained
12186 F:      drivers/input/tablet/wacom_serial4.c
12187
12188 WATCHDOG DEVICE DRIVERS
12189 M:      Wim Van Sebroeck <wim@iguana.be>
12190 R:      Guenter Roeck <linux@roeck-us.net>
12191 L:      linux-watchdog@vger.kernel.org
12192 W:      http://www.linux-watchdog.org/
12193 T:      git git://www.linux-watchdog.org/linux-watchdog.git
12194 S:      Maintained
12195 F:      Documentation/watchdog/
12196 F:      drivers/watchdog/
12197 F:      include/linux/watchdog.h
12198 F:      include/uapi/linux/watchdog.h
12199
12200 WD7000 SCSI DRIVER
12201 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
12202 L:      linux-scsi@vger.kernel.org
12203 S:      Maintained
12204 F:      drivers/scsi/wd7000.c
12205
12206 WIIMOTE HID DRIVER
12207 M:      David Herrmann <dh.herrmann@googlemail.com>
12208 L:      linux-input@vger.kernel.org
12209 S:      Maintained
12210 F:      drivers/hid/hid-wiimote*
12211
12212 WINBOND CIR DRIVER
12213 M:      David Härdeman <david@hardeman.nu>
12214 S:      Maintained
12215 F:      drivers/media/rc/winbond-cir.c
12216
12217 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
12218 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12219 L:      linux-watchdog@vger.kernel.org
12220 S:      Maintained
12221 F:      drivers/watchdog/ebc-c384_wdt.c
12222
12223 WINSYSTEMS WS16C48 GPIO DRIVER
12224 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12225 L:      linux-gpio@vger.kernel.org
12226 S:      Maintained
12227 F:      drivers/gpio/gpio-ws16c48.c
12228
12229 WIMAX STACK
12230 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
12231 M:      linux-wimax@intel.com
12232 L:      wimax@linuxwimax.org (subscribers-only)
12233 S:      Supported
12234 W:      http://linuxwimax.org
12235 F:      Documentation/wimax/README.wimax
12236 F:      include/linux/wimax/debug.h
12237 F:      include/net/wimax.h
12238 F:      include/uapi/linux/wimax.h
12239 F:      net/wimax/
12240
12241 WISTRON LAPTOP BUTTON DRIVER
12242 M:      Miloslav Trmac <mitr@volny.cz>
12243 S:      Maintained
12244 F:      drivers/input/misc/wistron_btns.c
12245
12246 WL3501 WIRELESS PCMCIA CARD DRIVER
12247 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
12248 L:      linux-wireless@vger.kernel.org
12249 W:      http://oops.ghostprotocols.net:81/blog
12250 S:      Maintained
12251 F:      drivers/net/wireless/wl3501*
12252
12253 WOLFSON MICROELECTRONICS DRIVERS
12254 L:      patches@opensource.wolfsonmicro.com
12255 T:      git https://github.com/CirrusLogic/linux-drivers.git
12256 W:      https://github.com/CirrusLogic/linux-drivers/wiki
12257 S:      Supported
12258 F:      Documentation/hwmon/wm83??
12259 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12260 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12261 F:      Documentation/devicetree/bindings/mfd/arizona.txt
12262 F:      arch/arm/mach-s3c64xx/mach-crag6410*
12263 F:      drivers/clk/clk-wm83*.c
12264 F:      drivers/extcon/extcon-arizona.c
12265 F:      drivers/leds/leds-wm83*.c
12266 F:      drivers/gpio/gpio-*wm*.c
12267 F:      drivers/gpio/gpio-arizona.c
12268 F:      drivers/hwmon/wm83??-hwmon.c
12269 F:      drivers/input/misc/wm831x-on.c
12270 F:      drivers/input/touchscreen/wm831x-ts.c
12271 F:      drivers/input/touchscreen/wm97*.c
12272 F:      drivers/mfd/arizona*
12273 F:      drivers/mfd/wm*.c
12274 F:      drivers/mfd/cs47l24*
12275 F:      drivers/power/wm83*.c
12276 F:      drivers/rtc/rtc-wm83*.c
12277 F:      drivers/regulator/wm8*.c
12278 F:      drivers/video/backlight/wm83*_bl.c
12279 F:      drivers/watchdog/wm83*_wdt.c
12280 F:      include/linux/mfd/arizona/
12281 F:      include/linux/mfd/wm831x/
12282 F:      include/linux/mfd/wm8350/
12283 F:      include/linux/mfd/wm8400*
12284 F:      include/linux/wm97xx.h
12285 F:      include/sound/wm????.h
12286 F:      sound/soc/codecs/arizona.?
12287 F:      sound/soc/codecs/wm*
12288 F:      sound/soc/codecs/cs47l24*
12289
12290 WORKQUEUE
12291 M:      Tejun Heo <tj@kernel.org>
12292 R:      Lai Jiangshan <jiangshanlai@gmail.com>
12293 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12294 S:      Maintained
12295 F:      include/linux/workqueue.h
12296 F:      kernel/workqueue.c
12297 F:      Documentation/workqueue.txt
12298
12299 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
12300 M:      Chen-Yu Tsai <wens@csie.org>
12301 L:      linux-kernel@vger.kernel.org
12302 S:      Maintained
12303 N:      axp[128]
12304
12305 X.25 NETWORK LAYER
12306 M:      Andrew Hendry <andrew.hendry@gmail.com>
12307 L:      linux-x25@vger.kernel.org
12308 S:      Odd Fixes
12309 F:      Documentation/networking/x25*
12310 F:      include/net/x25*
12311 F:      net/x25/
12312
12313 X86 ARCHITECTURE (32-BIT AND 64-BIT)
12314 M:      Thomas Gleixner <tglx@linutronix.de>
12315 M:      Ingo Molnar <mingo@redhat.com>
12316 M:      "H. Peter Anvin" <hpa@zytor.com>
12317 M:      x86@kernel.org
12318 L:      linux-kernel@vger.kernel.org
12319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
12320 S:      Maintained
12321 F:      Documentation/x86/
12322 F:      arch/x86/
12323
12324 X86 PLATFORM DRIVERS
12325 M:      Darren Hart <dvhart@infradead.org>
12326 L:      platform-driver-x86@vger.kernel.org
12327 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12328 S:      Maintained
12329 F:      drivers/platform/x86/
12330 F:      drivers/platform/olpc/
12331
12332 X86 MCE INFRASTRUCTURE
12333 M:      Tony Luck <tony.luck@intel.com>
12334 M:      Borislav Petkov <bp@alien8.de>
12335 L:      linux-edac@vger.kernel.org
12336 S:      Maintained
12337 F:      arch/x86/kernel/cpu/mcheck/*
12338
12339 X86 MICROCODE UPDATE SUPPORT
12340 M:      Borislav Petkov <bp@alien8.de>
12341 S:      Maintained
12342 F:      arch/x86/kernel/cpu/microcode/*
12343
12344 X86 VDSO
12345 M:      Andy Lutomirski <luto@amacapital.net>
12346 L:      linux-kernel@vger.kernel.org
12347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12348 S:      Maintained
12349 F:      arch/x86/entry/vdso/
12350
12351 XC2028/3028 TUNER DRIVER
12352 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
12353 L:      linux-media@vger.kernel.org
12354 W:      https://linuxtv.org
12355 T:      git git://linuxtv.org/media_tree.git
12356 S:      Maintained
12357 F:      drivers/media/tuners/tuner-xc2028.*
12358
12359 XEN HYPERVISOR INTERFACE
12360 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
12361 M:      David Vrabel <david.vrabel@citrix.com>
12362 M:      Juergen Gross <jgross@suse.com>
12363 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12365 S:      Supported
12366 F:      arch/x86/xen/
12367 F:      drivers/*/xen-*front.c
12368 F:      drivers/xen/
12369 F:      arch/x86/include/asm/xen/
12370 F:      include/xen/
12371 F:      include/uapi/xen/
12372
12373 XEN HYPERVISOR ARM
12374 M:      Stefano Stabellini <sstabellini@kernel.org>
12375 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12376 S:      Maintained
12377 F:      arch/arm/xen/
12378 F:      arch/arm/include/asm/xen/
12379
12380 XEN HYPERVISOR ARM64
12381 M:      Stefano Stabellini <sstabellini@kernel.org>
12382 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12383 S:      Maintained
12384 F:      arch/arm64/xen/
12385 F:      arch/arm64/include/asm/xen/
12386
12387 XEN NETWORK BACKEND DRIVER
12388 M:      Wei Liu <wei.liu2@citrix.com>
12389 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12390 L:      netdev@vger.kernel.org
12391 S:      Supported
12392 F:      drivers/net/xen-netback/*
12393
12394 XEN PCI SUBSYSTEM
12395 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12396 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12397 S:      Supported
12398 F:      arch/x86/pci/*xen*
12399 F:      drivers/pci/*xen*
12400
12401 XEN BLOCK SUBSYSTEM
12402 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12403 M:      Roger Pau Monné <roger.pau@citrix.com>
12404 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12405 S:      Supported
12406 F:      drivers/block/xen-blkback/*
12407 F:      drivers/block/xen*
12408
12409 XEN PVSCSI DRIVERS
12410 M:      Juergen Gross <jgross@suse.com>
12411 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12412 L:      linux-scsi@vger.kernel.org
12413 S:      Supported
12414 F:      drivers/scsi/xen-scsifront.c
12415 F:      drivers/xen/xen-scsiback.c
12416 F:      include/xen/interface/io/vscsiif.h
12417
12418 XEN SWIOTLB SUBSYSTEM
12419 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12420 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12421 S:      Supported
12422 F:      arch/x86/xen/*swiotlb*
12423 F:      drivers/xen/*swiotlb*
12424
12425 XFS FILESYSTEM
12426 P:      Silicon Graphics Inc
12427 M:      Dave Chinner <david@fromorbit.com>
12428 M:      xfs@oss.sgi.com
12429 L:      xfs@oss.sgi.com
12430 W:      http://oss.sgi.com/projects/xfs
12431 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12432 S:      Supported
12433 F:      Documentation/filesystems/xfs.txt
12434 F:      fs/xfs/
12435
12436 XILINX AXI ETHERNET DRIVER
12437 M:      Anirudha Sarangi <anirudh@xilinx.com>
12438 M:      John Linn <John.Linn@xilinx.com>
12439 S:      Maintained
12440 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
12441
12442 XILINX UARTLITE SERIAL DRIVER
12443 M:      Peter Korsgaard <jacmet@sunsite.dk>
12444 L:      linux-serial@vger.kernel.org
12445 S:      Maintained
12446 F:      drivers/tty/serial/uartlite.c
12447
12448 XILINX VIDEO IP CORES
12449 M:      Hyun Kwon <hyun.kwon@xilinx.com>
12450 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12451 L:      linux-media@vger.kernel.org
12452 T:      git git://linuxtv.org/media_tree.git
12453 S:      Supported
12454 F:      Documentation/devicetree/bindings/media/xilinx/
12455 F:      drivers/media/platform/xilinx/
12456 F:      include/uapi/linux/xilinx-v4l2-controls.h
12457
12458 XILLYBUS DRIVER
12459 M:      Eli Billauer <eli.billauer@gmail.com>
12460 L:      linux-kernel@vger.kernel.org
12461 S:      Supported
12462 F:      drivers/char/xillybus/
12463
12464 XTENSA XTFPGA PLATFORM SUPPORT
12465 M:      Max Filippov <jcmvbkbc@gmail.com>
12466 L:      linux-xtensa@linux-xtensa.org
12467 S:      Maintained
12468 F:      drivers/spi/spi-xtensa-xtfpga.c
12469 F:      sound/soc/xtensa/xtfpga-i2s.c
12470
12471 YAM DRIVER FOR AX.25
12472 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
12473 L:      linux-hams@vger.kernel.org
12474 S:      Maintained
12475 F:      drivers/net/hamradio/yam*
12476 F:      include/linux/yam.h
12477
12478 YEALINK PHONE DRIVER
12479 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
12480 L:      usbb2k-api-dev@nongnu.org
12481 S:      Maintained
12482 F:      Documentation/input/yealink.txt
12483 F:      drivers/input/misc/yealink.*
12484
12485 Z8530 DRIVER FOR AX.25
12486 M:      Joerg Reuter <jreuter@yaina.de>
12487 W:      http://yaina.de/jreuter/
12488 W:      http://www.qsl.net/dl1bke/
12489 L:      linux-hams@vger.kernel.org
12490 S:      Maintained
12491 F:      Documentation/networking/z8530drv.txt
12492 F:      drivers/net/hamradio/*scc.c
12493 F:      drivers/net/hamradio/z8530.h
12494
12495 ZBUD COMPRESSED PAGE ALLOCATOR
12496 M:      Seth Jennings <sjenning@redhat.com>
12497 L:      linux-mm@kvack.org
12498 S:      Maintained
12499 F:      mm/zbud.c
12500 F:      include/linux/zbud.h
12501
12502 ZD1211RW WIRELESS DRIVER
12503 M:      Daniel Drake <dsd@gentoo.org>
12504 M:      Ulrich Kunitz <kune@deine-taler.de>
12505 W:      http://zd1211.ath.cx/wiki/DriverRewrite
12506 L:      linux-wireless@vger.kernel.org
12507 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
12508 S:      Maintained
12509 F:      drivers/net/wireless/zydas/zd1211rw/
12510
12511 ZPOOL COMPRESSED PAGE STORAGE API
12512 M:      Dan Streetman <ddstreet@ieee.org>
12513 L:      linux-mm@kvack.org
12514 S:      Maintained
12515 F:      mm/zpool.c
12516 F:      include/linux/zpool.h
12517
12518 ZR36067 VIDEO FOR LINUX DRIVER
12519 L:      mjpeg-users@lists.sourceforge.net
12520 L:      linux-media@vger.kernel.org
12521 W:      http://mjpeg.sourceforge.net/driver-zoran/
12522 T:      hg https://linuxtv.org/hg/v4l-dvb
12523 S:      Odd Fixes
12524 F:      drivers/media/pci/zoran/
12525
12526 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12527 M:      Minchan Kim <minchan@kernel.org>
12528 M:      Nitin Gupta <ngupta@vflare.org>
12529 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12530 L:      linux-kernel@vger.kernel.org
12531 S:      Maintained
12532 F:      drivers/block/zram/
12533 F:      Documentation/blockdev/zram.txt
12534
12535 ZS DECSTATION Z85C30 SERIAL DRIVER
12536 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12537 S:      Maintained
12538 F:      drivers/tty/serial/zs.*
12539
12540 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12541 M:      Minchan Kim <minchan@kernel.org>
12542 M:      Nitin Gupta <ngupta@vflare.org>
12543 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12544 L:      linux-mm@kvack.org
12545 S:      Maintained
12546 F:      mm/zsmalloc.c
12547 F:      include/linux/zsmalloc.h
12548 F:      Documentation/vm/zsmalloc.txt
12549
12550 ZSWAP COMPRESSED SWAP CACHING
12551 M:      Seth Jennings <sjenning@redhat.com>
12552 L:      linux-mm@kvack.org
12553 S:      Maintained
12554 F:      mm/zswap.c
12555
12556 THE REST
12557 M:      Linus Torvalds <torvalds@linux-foundation.org>
12558 L:      linux-kernel@vger.kernel.org
12559 Q:      http://patchwork.kernel.org/project/LKML/list/
12560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12561 S:      Buried alive in reporters
12562 F:      *
12563 F:      */