]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - MAINTAINERS
MAINTAINERS: Add myself for the new VC4 (RPi GPU) graphics driver.
[karo-tx-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 L:      linux-crypto@vger.kernel.org
631 S:      Supported
632 F:      drivers/crypto/ccp/
633 F:      include/linux/ccp.h
634
635 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
636 M:      Huang Rui <ray.huang@amd.com>
637 L:      linux-hwmon@vger.kernel.org
638 S:      Supported
639 F:      Documentation/hwmon/fam15h_power
640 F:      drivers/hwmon/fam15h_power.c
641
642 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
643 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
644 S:      Orphan
645 F:      drivers/usb/gadget/udc/amd5536udc.*
646
647 AMD GEODE PROCESSOR/CHIPSET SUPPORT
648 P:      Andres Salomon <dilinger@queued.net>
649 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
650 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
651 S:      Supported
652 F:      drivers/char/hw_random/geode-rng.c
653 F:      drivers/crypto/geode*
654 F:      drivers/video/fbdev/geode/
655 F:      arch/x86/include/asm/geode.h
656
657 AMD IOMMU (AMD-VI)
658 M:      Joerg Roedel <joro@8bytes.org>
659 L:      iommu@lists.linux-foundation.org
660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
661 S:      Maintained
662 F:      drivers/iommu/amd_iommu*.[ch]
663 F:      include/linux/amd-iommu.h
664
665 AMD KFD
666 M:      Oded Gabbay <oded.gabbay@gmail.com>
667 L:      dri-devel@lists.freedesktop.org
668 T:      git git://people.freedesktop.org/~gabbayo/linux.git
669 S:      Supported
670 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
671 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
672 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
673 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
674 F:      drivers/gpu/drm/amd/amdkfd/
675 F:      drivers/gpu/drm/amd/include/cik_structs.h
676 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
677 F:      drivers/gpu/drm/amd/include/vi_structs.h
678 F:      drivers/gpu/drm/radeon/radeon_kfd.c
679 F:      drivers/gpu/drm/radeon/radeon_kfd.h
680 F:      include/uapi/linux/kfd_ioctl.h
681
682 AMD SEATTLE DEVICE TREE SUPPORT
683 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
684 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
685 M:      Tom Lendacky <thomas.lendacky@amd.com>
686 S:      Supported
687 F:      arch/arm64/boot/dts/amd/
688
689 AMD XGBE DRIVER
690 M:      Tom Lendacky <thomas.lendacky@amd.com>
691 L:      netdev@vger.kernel.org
692 S:      Supported
693 F:      drivers/net/ethernet/amd/xgbe/
694 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
695
696 AMS (Apple Motion Sensor) DRIVER
697 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
698 S:      Supported
699 F:      drivers/macintosh/ams/
700
701 ANALOG DEVICES INC AD9389B DRIVER
702 M:      Hans Verkuil <hans.verkuil@cisco.com>
703 L:      linux-media@vger.kernel.org
704 S:      Maintained
705 F:      drivers/media/i2c/ad9389b*
706
707 ANALOG DEVICES INC ADV7180 DRIVER
708 M:      Lars-Peter Clausen <lars@metafoo.de>
709 L:      linux-media@vger.kernel.org
710 W:      http://ez.analog.com/community/linux-device-drivers
711 S:      Supported
712 F:      drivers/media/i2c/adv7180.c
713
714 ANALOG DEVICES INC ADV7511 DRIVER
715 M:      Hans Verkuil <hans.verkuil@cisco.com>
716 L:      linux-media@vger.kernel.org
717 S:      Maintained
718 F:      drivers/media/i2c/adv7511*
719
720 ANALOG DEVICES INC ADV7604 DRIVER
721 M:      Hans Verkuil <hans.verkuil@cisco.com>
722 L:      linux-media@vger.kernel.org
723 S:      Maintained
724 F:      drivers/media/i2c/adv7604*
725
726 ANALOG DEVICES INC ADV7842 DRIVER
727 M:      Hans Verkuil <hans.verkuil@cisco.com>
728 L:      linux-media@vger.kernel.org
729 S:      Maintained
730 F:      drivers/media/i2c/adv7842*
731
732 ANALOG DEVICES INC ASOC CODEC DRIVERS
733 M:      Lars-Peter Clausen <lars@metafoo.de>
734 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
735 W:      http://wiki.analog.com/
736 W:      http://ez.analog.com/community/linux-device-drivers
737 S:      Supported
738 F:      sound/soc/codecs/adau*
739 F:      sound/soc/codecs/adav*
740 F:      sound/soc/codecs/ad1*
741 F:      sound/soc/codecs/ad7*
742 F:      sound/soc/codecs/ssm*
743 F:      sound/soc/codecs/sigmadsp.*
744
745 ANALOG DEVICES INC ASOC DRIVERS
746 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
747 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
748 W:      http://blackfin.uclinux.org/
749 S:      Supported
750 F:      sound/soc/blackfin/*
751
752 ANALOG DEVICES INC IIO DRIVERS
753 M:      Lars-Peter Clausen <lars@metafoo.de>
754 M:      Michael Hennerich <Michael.Hennerich@analog.com>
755 W:      http://wiki.analog.com/
756 W:      http://ez.analog.com/community/linux-device-drivers
757 S:      Supported
758 F:      drivers/iio/*/ad*
759 X:      drivers/iio/*/adjd*
760 F:      drivers/staging/iio/*/ad*
761 F:      staging/iio/trigger/iio-trig-bfin-timer.c
762
763 ANALOG DEVICES INC DMA DRIVERS
764 M:      Lars-Peter Clausen <lars@metafoo.de>
765 W:      http://ez.analog.com/community/linux-device-drivers
766 S:      Supported
767 F:      drivers/dma/dma-axi-dmac.c
768
769 ANDROID DRIVERS
770 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
771 M:      Arve HjønnevĂ¥g <arve@android.com>
772 M:      Riley Andrews <riandrews@android.com>
773 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
774 L:      devel@driverdev.osuosl.org
775 S:      Supported
776 F:      drivers/android/
777 F:      drivers/staging/android/
778
779 AOA (Apple Onboard Audio) ALSA DRIVER
780 M:      Johannes Berg <johannes@sipsolutions.net>
781 L:      linuxppc-dev@lists.ozlabs.org
782 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
783 S:      Maintained
784 F:      sound/aoa/
785
786 APEX EMBEDDED SYSTEMS STX104 DAC DRIVER
787 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
788 L:      linux-iio@vger.kernel.org
789 S:      Maintained
790 F:      drivers/iio/dac/stx104.c
791
792 APM DRIVER
793 M:      Jiri Kosina <jikos@kernel.org>
794 S:      Odd fixes
795 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
796 F:      arch/x86/kernel/apm_32.c
797 F:      include/linux/apm_bios.h
798 F:      include/uapi/linux/apm_bios.h
799 F:      drivers/char/apm-emulation.c
800
801 APPLE BCM5974 MULTITOUCH DRIVER
802 M:      Henrik Rydberg <rydberg@bitmath.org>
803 L:      linux-input@vger.kernel.org
804 S:      Odd fixes
805 F:      drivers/input/mouse/bcm5974.c
806
807 APPLE SMC DRIVER
808 M:      Henrik Rydberg <rydberg@bitmath.org>
809 L:      linux-hwmon@vger.kernel.org
810 S:      Odd fixes
811 F:      drivers/hwmon/applesmc.c
812
813 APPLETALK NETWORK LAYER
814 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
815 S:      Maintained
816 F:      drivers/net/appletalk/
817 F:      net/appletalk/
818
819 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
820 M:      Duc Dang <dhdang@apm.com>
821 S:      Supported
822 F:      arch/arm64/boot/dts/apm/
823
824 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
825 M:      Iyappan Subramanian <isubramanian@apm.com>
826 M:      Keyur Chudgar <kchudgar@apm.com>
827 S:      Supported
828 F:      drivers/net/ethernet/apm/xgene/
829 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
830
831 APTINA CAMERA SENSOR PLL
832 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
833 L:      linux-media@vger.kernel.org
834 S:      Maintained
835 F:      drivers/media/i2c/aptina-pll.*
836
837 ARC FRAMEBUFFER DRIVER
838 M:      Jaya Kumar <jayalk@intworks.biz>
839 S:      Maintained
840 F:      drivers/video/fbdev/arcfb.c
841 F:      drivers/video/fbdev/core/fb_defio.c
842
843 ARCNET NETWORK LAYER
844 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
845 L:      netdev@vger.kernel.org
846 S:      Maintained
847 F:      drivers/net/arcnet/
848 F:      include/uapi/linux/if_arcnet.h
849
850 ARM HDLCD DRM DRIVER
851 M:      Liviu Dudau <liviu.dudau@arm.com>
852 S:      Supported
853 F:      drivers/gpu/drm/arm/
854 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
855
856 ARM MFM AND FLOPPY DRIVERS
857 M:      Ian Molton <spyro@f2s.com>
858 S:      Maintained
859 F:      arch/arm/lib/floppydma.S
860 F:      arch/arm/include/asm/floppy.h
861
862 ARM PMU PROFILING AND DEBUGGING
863 M:      Will Deacon <will.deacon@arm.com>
864 R:      Mark Rutland <mark.rutland@arm.com>
865 S:      Maintained
866 F:      arch/arm*/kernel/perf_*
867 F:      arch/arm/oprofile/common.c
868 F:      arch/arm*/kernel/hw_breakpoint.c
869 F:      arch/arm*/include/asm/hw_breakpoint.h
870 F:      arch/arm*/include/asm/perf_event.h
871 F:      drivers/perf/arm_pmu.c
872 F:      include/linux/perf/arm_pmu.h
873
874 ARM PORT
875 M:      Russell King <linux@arm.linux.org.uk>
876 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
877 W:      http://www.arm.linux.org.uk/
878 S:      Maintained
879 F:      arch/arm/
880
881 ARM SUB-ARCHITECTURES
882 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
883 S:      Maintained
884 F:      arch/arm/mach-*/
885 F:      arch/arm/plat-*/
886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
887
888 ARM PRIMECELL AACI PL041 DRIVER
889 M:      Russell King <linux@arm.linux.org.uk>
890 S:      Maintained
891 F:      sound/arm/aaci.*
892
893 ARM PRIMECELL CLCD PL110 DRIVER
894 M:      Russell King <linux@arm.linux.org.uk>
895 S:      Maintained
896 F:      drivers/video/fbdev/amba-clcd.*
897
898 ARM PRIMECELL KMI PL050 DRIVER
899 M:      Russell King <linux@arm.linux.org.uk>
900 S:      Maintained
901 F:      drivers/input/serio/ambakmi.*
902 F:      include/linux/amba/kmi.h
903
904 ARM PRIMECELL MMCI PL180/1 DRIVER
905 M:      Russell King <linux@arm.linux.org.uk>
906 S:      Maintained
907 F:      drivers/mmc/host/mmci.*
908 F:      include/linux/amba/mmci.h
909
910 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
911 M:      Russell King <linux@arm.linux.org.uk>
912 S:      Maintained
913 F:      drivers/tty/serial/amba-pl01*.c
914 F:      include/linux/amba/serial.h
915
916 ARM PRIMECELL BUS SUPPORT
917 M:      Russell King <linux@arm.linux.org.uk>
918 S:      Maintained
919 F:      drivers/amba/
920 F:      include/linux/amba/bus.h
921
922 ARM/ADS SPHERE MACHINE SUPPORT
923 M:      Lennert Buytenhek <kernel@wantstofly.org>
924 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
925 S:      Maintained
926
927 ARM/AFEB9260 MACHINE SUPPORT
928 M:      Sergey Lapin <slapin@ossfans.org>
929 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
930 S:      Maintained
931
932 ARM/AJECO 1ARM MACHINE SUPPORT
933 M:      Lennert Buytenhek <kernel@wantstofly.org>
934 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
935 S:      Maintained
936
937 ARM/Allwinner sunXi SoC support
938 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
939 M:      Chen-Yu Tsai <wens@csie.org>
940 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
941 S:      Maintained
942 N:      sun[x456789]i
943
944 ARM/Allwinner SoC Clock Support
945 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
946 S:      Maintained
947 F:      drivers/clk/sunxi/
948
949 ARM/Amlogic Meson SoC support
950 M:      Carlo Caione <carlo@caione.org>
951 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
952 L:      linux-meson@googlegroups.com
953 W:      http://linux-meson.com/
954 S:      Maintained
955 F:      arch/arm/mach-meson/
956 F:      arch/arm/boot/dts/meson*
957 N:      meson
958
959 ARM/Annapurna Labs ALPINE ARCHITECTURE
960 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
961 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
962 S:      Maintained
963 F:      arch/arm/mach-alpine/
964 F:      arch/arm/boot/dts/alpine*
965 F:      arch/arm64/boot/dts/al/
966 F:      drivers/*/*alpine*
967
968 ARM/ARTPEC MACHINE SUPPORT
969 M:      Jesper Nilsson <jesper.nilsson@axis.com>
970 M:      Lars Persson <lars.persson@axis.com>
971 M:      Niklas Cassel <niklas.cassel@axis.com>
972 S:      Maintained
973 L:      linux-arm-kernel@axis.com
974 F:      arch/arm/mach-artpec
975 F:      arch/arm/boot/dts/artpec6*
976 F:      drivers/clk/clk-artpec6.c
977
978 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
979 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
980 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
981 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
982 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
983 W:      http://www.linux4sam.org
984 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
985 S:      Supported
986 F:      arch/arm/mach-at91/
987 F:      include/soc/at91/
988 F:      arch/arm/boot/dts/at91*.dts
989 F:      arch/arm/boot/dts/at91*.dtsi
990 F:      arch/arm/boot/dts/sama*.dts
991 F:      arch/arm/boot/dts/sama*.dtsi
992 F:      arch/arm/include/debug/at91.S
993
994 ARM/ATMEL AT91 Clock Support
995 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
996 S:      Maintained
997 F:      drivers/clk/at91
998
999 ARM/CALXEDA HIGHBANK ARCHITECTURE
1000 M:      Rob Herring <robh@kernel.org>
1001 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1002 S:      Maintained
1003 F:      arch/arm/mach-highbank/
1004 F:      arch/arm/boot/dts/highbank.dts
1005 F:      arch/arm/boot/dts/ecx-*.dts*
1006
1007 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1008 M:      Krzysztof Halasa <khalasa@piap.pl>
1009 S:      Maintained
1010 F:      arch/arm/mach-cns3xxx/
1011
1012 ARM/CAVIUM THUNDER NETWORK DRIVER
1013 M:      Sunil Goutham <sgoutham@cavium.com>
1014 M:      Robert Richter <rric@kernel.org>
1015 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1016 S:      Supported
1017 F:      drivers/net/ethernet/cavium/thunder/
1018
1019 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1020 M:      Alexander Shiyan <shc_work@mail.ru>
1021 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1022 S:      Odd Fixes
1023 N:      clps711x
1024
1025 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1026 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1027 M:      Ryan Mallon <rmallon@gmail.com>
1028 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1029 S:      Maintained
1030 F:      arch/arm/mach-ep93xx/
1031 F:      arch/arm/mach-ep93xx/include/mach/
1032
1033 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1034 M:      Lennert Buytenhek <kernel@wantstofly.org>
1035 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1036 S:      Maintained
1037
1038 ARM/CLKDEV SUPPORT
1039 M:      Russell King <linux@arm.linux.org.uk>
1040 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1041 S:      Maintained
1042 F:      arch/arm/include/asm/clkdev.h
1043 F:      drivers/clk/clkdev.c
1044
1045 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1046 M:      Mike Rapoport <mike@compulab.co.il>
1047 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1048 S:      Maintained
1049
1050 ARM/CONTEC MICRO9 MACHINE SUPPORT
1051 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1052 S:      Maintained
1053 F:      arch/arm/mach-ep93xx/micro9.c
1054
1055 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1056 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1057 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1058 S:      Maintained
1059 F:      drivers/hwtracing/coresight/*
1060 F:      Documentation/trace/coresight.txt
1061 F:      Documentation/devicetree/bindings/arm/coresight.txt
1062 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1063
1064 ARM/CORGI MACHINE SUPPORT
1065 M:      Richard Purdie <rpurdie@rpsys.net>
1066 S:      Maintained
1067
1068 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1069 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1070 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1071 T:      git git://github.com/ulli-kroll/linux.git
1072 S:      Maintained
1073 F:      arch/arm/mach-gemini/
1074 F:      drivers/rtc/rtc-gemini.c
1075
1076 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1077 M:      Barry Song <baohua@kernel.org>
1078 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1080 S:      Maintained
1081 F:      arch/arm/boot/dts/prima2*
1082 F:      arch/arm/mach-prima2/
1083 F:      drivers/clk/sirf/
1084 F:      drivers/clocksource/timer-prima2.c
1085 F:      drivers/clocksource/timer-atlas7.c
1086 N:      [^a-z]sirf
1087
1088 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1089 M:      Baruch Siach <baruch@tkos.co.il>
1090 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1091 S:      Maintained
1092 F:      arch/arm/boot/dts/cx92755*
1093 N:      digicolor
1094
1095 ARM/EBSA110 MACHINE SUPPORT
1096 M:      Russell King <linux@arm.linux.org.uk>
1097 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1098 W:      http://www.arm.linux.org.uk/
1099 S:      Maintained
1100 F:      arch/arm/mach-ebsa110/
1101 F:      drivers/net/ethernet/amd/am79c961a.*
1102
1103 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1104 M:      Uwe Kleine-König <kernel@pengutronix.de>
1105 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1106 S:      Maintained
1107 N:      efm32
1108
1109 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1110 M:      Daniel Ribeiro <drwyrm@gmail.com>
1111 M:      Stefan Schmidt <stefan@openezx.org>
1112 M:      Harald Welte <laforge@openezx.org>
1113 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1114 W:      http://www.openezx.org/
1115 S:      Maintained
1116 T:      topgit git://git.openezx.org/openezx.git
1117 F:      arch/arm/mach-pxa/ezx.c
1118
1119 ARM/FARADAY FA526 PORT
1120 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1121 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1122 S:      Maintained
1123 T:      git git://git.berlios.de/gemini-board
1124 F:      arch/arm/mm/*-fa*
1125
1126 ARM/FOOTBRIDGE ARCHITECTURE
1127 M:      Russell King <linux@arm.linux.org.uk>
1128 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1129 W:      http://www.arm.linux.org.uk/
1130 S:      Maintained
1131 F:      arch/arm/include/asm/hardware/dec21285.h
1132 F:      arch/arm/mach-footbridge/
1133
1134 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1135 M:      Shawn Guo <shawnguo@kernel.org>
1136 M:      Sascha Hauer <kernel@pengutronix.de>
1137 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1138 S:      Maintained
1139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1140 F:      arch/arm/mach-imx/
1141 F:      arch/arm/mach-mxs/
1142 F:      arch/arm/boot/dts/imx*
1143 F:      arch/arm/configs/imx*_defconfig
1144 F:      drivers/clk/imx/
1145 F:      include/soc/imx/
1146
1147 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1148 M:      Shawn Guo <shawnguo@kernel.org>
1149 M:      Sascha Hauer <kernel@pengutronix.de>
1150 R:      Stefan Agner <stefan@agner.ch>
1151 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1152 S:      Maintained
1153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1154 F:      arch/arm/mach-imx/*vf610*
1155 F:      arch/arm/boot/dts/vf*
1156
1157 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1158 M:      Lennert Buytenhek <kernel@wantstofly.org>
1159 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1160 S:      Maintained
1161
1162 ARM/GUMSTIX MACHINE SUPPORT
1163 M:      Steve Sakoman <sakoman@gmail.com>
1164 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1165 S:      Maintained
1166
1167 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1168 M:      Philipp Zabel <philipp.zabel@gmail.com>
1169 M:      Paul Parsons <lost.distance@yahoo.com>
1170 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1171 S:      Maintained
1172 F:      arch/arm/mach-pxa/hx4700.c
1173 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1174 F:      sound/soc/pxa/hx4700.c
1175
1176 ARM/HISILICON SOC SUPPORT
1177 M:      Wei Xu <xuwei5@hisilicon.com>
1178 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1179 W:      http://www.hisilicon.com
1180 S:      Supported
1181 T:      git git://github.com/hisilicon/linux-hisi.git
1182 F:      arch/arm/mach-hisi/
1183 F:      arch/arm/boot/dts/hi3*
1184 F:      arch/arm/boot/dts/hip*
1185 F:      arch/arm/boot/dts/hisi*
1186 F:      arch/arm64/boot/dts/hisilicon/
1187
1188 ARM/HP JORNADA 7XX MACHINE SUPPORT
1189 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1190 W:      www.jlime.com
1191 S:      Maintained
1192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1193 F:      arch/arm/mach-sa1100/jornada720.c
1194 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1195
1196 ARM/IGEP MACHINE SUPPORT
1197 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1198 M:      Javier Martinez Canillas <javier@dowhile0.org>
1199 L:      linux-omap@vger.kernel.org
1200 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1201 S:      Maintained
1202 F:      arch/arm/boot/dts/omap3-igep*
1203
1204 ARM/INCOME PXA270 SUPPORT
1205 M:      Marek Vasut <marek.vasut@gmail.com>
1206 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1207 S:      Maintained
1208 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1209
1210 ARM/INTEL IOP32X ARM ARCHITECTURE
1211 M:      Lennert Buytenhek <kernel@wantstofly.org>
1212 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1213 S:      Maintained
1214
1215 ARM/INTEL IOP33X ARM ARCHITECTURE
1216 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1217 S:      Orphan
1218
1219 ARM/INTEL IOP13XX ARM ARCHITECTURE
1220 M:      Lennert Buytenhek <kernel@wantstofly.org>
1221 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1222 S:      Maintained
1223
1224 ARM/INTEL IQ81342EX MACHINE SUPPORT
1225 M:      Lennert Buytenhek <kernel@wantstofly.org>
1226 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1227 S:      Maintained
1228
1229 ARM/INTEL IXDP2850 MACHINE SUPPORT
1230 M:      Lennert Buytenhek <kernel@wantstofly.org>
1231 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1232 S:      Maintained
1233
1234 ARM/INTEL IXP4XX ARM ARCHITECTURE
1235 M:      Imre Kaloz <kaloz@openwrt.org>
1236 M:      Krzysztof Halasa <khalasa@piap.pl>
1237 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1238 S:      Maintained
1239 F:      arch/arm/mach-ixp4xx/
1240
1241 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1242 M:      Jonathan Cameron <jic23@cam.ac.uk>
1243 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1244 S:      Maintained
1245 F:      arch/arm/mach-pxa/stargate2.c
1246 F:      drivers/pcmcia/pxa2xx_stargate2.c
1247
1248 ARM/INTEL XSC3 (MANZANO) ARM CORE
1249 M:      Lennert Buytenhek <kernel@wantstofly.org>
1250 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1251 S:      Maintained
1252
1253 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1254 M:      Lennert Buytenhek <kernel@wantstofly.org>
1255 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1256 S:      Maintained
1257
1258 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1259 M:      Santosh Shilimkar <ssantosh@kernel.org>
1260 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1261 S:      Maintained
1262 F:      arch/arm/mach-keystone/
1263 F:      arch/arm/boot/dts/k2*
1264 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1265
1266 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1267 M:      Santosh Shilimkar <ssantosh@kernel.org>
1268 L:      linux-kernel@vger.kernel.org
1269 S:      Maintained
1270 F:      drivers/clk/keystone/
1271
1272 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1273 M:      Santosh Shilimkar <ssantosh@kernel.org>
1274 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1275 L:      linux-kernel@vger.kernel.org
1276 S:      Maintained
1277 F:      drivers/clocksource/timer-keystone.c
1278
1279 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1280 M:      Santosh Shilimkar <ssantosh@kernel.org>
1281 L:      linux-kernel@vger.kernel.org
1282 S:      Maintained
1283 F:      drivers/power/reset/keystone-reset.c
1284
1285 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1286 M:      Santosh Shilimkar <ssantosh@kernel.org>
1287 L:      linux-kernel@vger.kernel.org
1288 S:      Maintained
1289 F:      drivers/memory/*emif*
1290
1291 ARM/LOGICPD PXA270 MACHINE SUPPORT
1292 M:      Lennert Buytenhek <kernel@wantstofly.org>
1293 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1294 S:      Maintained
1295
1296 ARM/LPC18XX ARCHITECTURE
1297 M:      Joachim Eastwood <manabian@gmail.com>
1298 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1299 S:      Maintained
1300 F:      arch/arm/boot/dts/lpc43*
1301 F:      drivers/clk/nxp/clk-lpc18xx*
1302 F:      drivers/clocksource/time-lpc32xx.c
1303 F:      drivers/i2c/busses/i2c-lpc2k.c
1304 F:      drivers/memory/pl172.c
1305 F:      drivers/mtd/spi-nor/nxp-spifi.c
1306 F:      drivers/rtc/rtc-lpc24xx.c
1307 N:      lpc18xx
1308
1309 ARM/MAGICIAN MACHINE SUPPORT
1310 M:      Philipp Zabel <philipp.zabel@gmail.com>
1311 S:      Maintained
1312
1313 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1314 M:      Jason Cooper <jason@lakedaemon.net>
1315 M:      Andrew Lunn <andrew@lunn.ch>
1316 M:      Gregory Clement <gregory.clement@free-electrons.com>
1317 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1318 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1319 S:      Maintained
1320 F:      arch/arm/mach-mvebu/
1321 F:      drivers/rtc/rtc-armada38x.c
1322 F:      arch/arm/boot/dts/armada*
1323 F:      arch/arm/boot/dts/kirkwood*
1324 F:      arch/arm64/boot/dts/marvell/armada*
1325
1326
1327 ARM/Marvell Berlin SoC support
1328 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1329 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1330 S:      Maintained
1331 F:      arch/arm/mach-berlin/
1332 F:      arch/arm/boot/dts/berlin*
1333 F:      arch/arm64/boot/dts/marvell/berlin*
1334
1335
1336 ARM/Marvell Dove/MV78xx0/Orion SOC support
1337 M:      Jason Cooper <jason@lakedaemon.net>
1338 M:      Andrew Lunn <andrew@lunn.ch>
1339 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1340 M:      Gregory Clement <gregory.clement@free-electrons.com>
1341 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1342 S:      Maintained
1343 F:      arch/arm/mach-dove/
1344 F:      arch/arm/mach-mv78xx0/
1345 F:      arch/arm/mach-orion5x/
1346 F:      arch/arm/plat-orion/
1347 F:      arch/arm/boot/dts/dove*
1348 F:      arch/arm/boot/dts/orion5x*
1349
1350
1351 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1352 M:      Alexander Clouter <alex@digriz.org.uk>
1353 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1354 W:      http://www.digriz.org.uk/ts78xx/kernel
1355 S:      Maintained
1356 F:      arch/arm/mach-orion5x/ts78xx-*
1357
1358 ARM/Mediatek RTC DRIVER
1359 M:      Eddie Huang <eddie.huang@mediatek.com>
1360 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1361 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1362 S:      Maintained
1363 F:      drivers/rtc/rtc-mt6397.c
1364
1365 ARM/Mediatek SoC support
1366 M:      Matthias Brugger <matthias.bgg@gmail.com>
1367 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1368 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1369 S:      Maintained
1370 F:      arch/arm/boot/dts/mt6*
1371 F:      arch/arm/boot/dts/mt8*
1372 F:      arch/arm/mach-mediatek/
1373 N:      mtk
1374 K:      mediatek
1375
1376 ARM/Mediatek USB3 PHY DRIVER
1377 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1378 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1379 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1380 S:      Maintained
1381 F:      drivers/phy/phy-mt65xx-usb3.c
1382
1383 ARM/MICREL KS8695 ARCHITECTURE
1384 M:      Greg Ungerer <gerg@uclinux.org>
1385 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1386 F:      arch/arm/mach-ks8695/
1387 S:      Odd Fixes
1388
1389 ARM/MIOA701 MACHINE SUPPORT
1390 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1391 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1392 F:      arch/arm/mach-pxa/mioa701.c
1393 S:      Maintained
1394
1395 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1396 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1397 S:      Maintained
1398
1399 ARM/NOMADIK ARCHITECTURE
1400 M:      Alessandro Rubini <rubini@unipv.it>
1401 M:      Linus Walleij <linus.walleij@linaro.org>
1402 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1403 S:      Maintained
1404 F:      arch/arm/mach-nomadik/
1405 F:      drivers/pinctrl/nomadik/
1406 F:      drivers/i2c/busses/i2c-nomadik.c
1407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1408
1409 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1410 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1411 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1412 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1413 S:      Supported
1414
1415 ARM/TOSA MACHINE SUPPORT
1416 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1417 M:      Dirk Opfer <dirk@opfer-online.de>
1418 S:      Maintained
1419
1420 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1421 M:      Marek Vasut <marek.vasut@gmail.com>
1422 L:      linux-arm-kernel@lists.infradead.org
1423 W:      http://hackndev.com
1424 S:      Maintained
1425 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1426 F:      arch/arm/mach-pxa/palmtx.c
1427 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1428 F:      arch/arm/mach-pxa/palmt5.c
1429 F:      arch/arm/mach-pxa/include/mach/palmld.h
1430 F:      arch/arm/mach-pxa/palmld.c
1431 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1432 F:      arch/arm/mach-pxa/palmte2.c
1433 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1434 F:      arch/arm/mach-pxa/palmtc.c
1435
1436 ARM/PALM TREO SUPPORT
1437 M:      Tomas Cech <sleep_walker@suse.com>
1438 L:      linux-arm-kernel@lists.infradead.org
1439 W:      http://hackndev.com
1440 S:      Maintained
1441 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1442 F:      arch/arm/mach-pxa/palmtreo.c
1443
1444 ARM/PALMZ72 SUPPORT
1445 M:      Sergey Lapin <slapin@ossfans.org>
1446 L:      linux-arm-kernel@lists.infradead.org
1447 W:      http://hackndev.com
1448 S:      Maintained
1449 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1450 F:      arch/arm/mach-pxa/palmz72.c
1451
1452 ARM/PLEB SUPPORT
1453 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1454 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1455 S:      Maintained
1456
1457 ARM/PT DIGITAL BOARD PORT
1458 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1459 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1460 W:      http://www.arm.linux.org.uk/
1461 S:      Maintained
1462
1463 ARM/QUALCOMM SUPPORT
1464 M:      Andy Gross <andy.gross@linaro.org>
1465 M:      David Brown <david.brown@linaro.org>
1466 L:      linux-arm-msm@vger.kernel.org
1467 L:      linux-soc@vger.kernel.org
1468 S:      Maintained
1469 F:      arch/arm/boot/dts/qcom-*.dts
1470 F:      arch/arm/boot/dts/qcom-*.dtsi
1471 F:      arch/arm/mach-qcom/
1472 F:      arch/arm64/boot/dts/qcom/*
1473 F:      drivers/soc/qcom/
1474 F:      drivers/tty/serial/msm_serial.h
1475 F:      drivers/tty/serial/msm_serial.c
1476 F:      drivers/*/pm8???-*
1477 F:      drivers/mfd/ssbi.c
1478 F:      drivers/firmware/qcom_scm.c
1479 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1480
1481 ARM/RADISYS ENP2611 MACHINE SUPPORT
1482 M:      Lennert Buytenhek <kernel@wantstofly.org>
1483 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1484 S:      Maintained
1485
1486 ARM/RENESAS ARM64 ARCHITECTURE
1487 M:      Simon Horman <horms@verge.net.au>
1488 M:      Magnus Damm <magnus.damm@gmail.com>
1489 L:      linux-renesas-soc@vger.kernel.org
1490 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1492 S:      Supported
1493 F:      arch/arm64/boot/dts/renesas/
1494
1495 ARM/RISCPC ARCHITECTURE
1496 M:      Russell King <linux@arm.linux.org.uk>
1497 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1498 W:      http://www.arm.linux.org.uk/
1499 S:      Maintained
1500 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1501 F:      arch/arm/include/asm/hardware/ioc.h
1502 F:      arch/arm/include/asm/hardware/iomd.h
1503 F:      arch/arm/include/asm/hardware/memc.h
1504 F:      arch/arm/mach-rpc/
1505 F:      drivers/net/ethernet/8390/etherh.c
1506 F:      drivers/net/ethernet/i825xx/ether1*
1507 F:      drivers/net/ethernet/seeq/ether3*
1508 F:      drivers/scsi/arm/
1509
1510 ARM/Rockchip SoC support
1511 M:      Heiko Stuebner <heiko@sntech.de>
1512 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1513 L:      linux-rockchip@lists.infradead.org
1514 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1515 S:      Maintained
1516 F:      arch/arm/boot/dts/rk3*
1517 F:      arch/arm/mach-rockchip/
1518 F:      drivers/clk/rockchip/
1519 F:      drivers/i2c/busses/i2c-rk3x.c
1520 F:      drivers/*/*rockchip*
1521 F:      drivers/*/*/*rockchip*
1522 F:      sound/soc/rockchip/
1523 N:      rockchip
1524
1525 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1526 M:      Kukjin Kim <kgene@kernel.org>
1527 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1528 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1529 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1530 S:      Maintained
1531 F:      arch/arm/boot/dts/s3c*
1532 F:      arch/arm/boot/dts/s5p*
1533 F:      arch/arm/boot/dts/samsung*
1534 F:      arch/arm/boot/dts/exynos*
1535 F:      arch/arm64/boot/dts/exynos/
1536 F:      arch/arm/plat-samsung/
1537 F:      arch/arm/mach-s3c24*/
1538 F:      arch/arm/mach-s3c64xx/
1539 F:      arch/arm/mach-s5p*/
1540 F:      arch/arm/mach-exynos*/
1541 F:      drivers/*/*s3c2410*
1542 F:      drivers/*/*/*s3c2410*
1543 F:      drivers/soc/samsung/*
1544 F:      drivers/spi/spi-s3c*
1545 F:      sound/soc/samsung/*
1546 F:      Documentation/arm/Samsung/
1547 F:      Documentation/devicetree/bindings/arm/samsung/
1548 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1549 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1550 N:      exynos
1551
1552 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1553 M:      Kyungmin Park <kyungmin.park@samsung.com>
1554 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1555 S:      Maintained
1556 F:      arch/arm/mach-s5pv210/
1557
1558 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1559 M:      Kyungmin Park <kyungmin.park@samsung.com>
1560 M:      Kamil Debski <k.debski@samsung.com>
1561 L:      linux-arm-kernel@lists.infradead.org
1562 L:      linux-media@vger.kernel.org
1563 S:      Maintained
1564 F:      drivers/media/platform/s5p-g2d/
1565
1566 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1567 M:      Kyungmin Park <kyungmin.park@samsung.com>
1568 M:      Kamil Debski <k.debski@samsung.com>
1569 M:      Jeongtae Park <jtp.park@samsung.com>
1570 L:      linux-arm-kernel@lists.infradead.org
1571 L:      linux-media@vger.kernel.org
1572 S:      Maintained
1573 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1574 F:      drivers/media/platform/s5p-mfc/
1575
1576 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1577 M:      Kyungmin Park <kyungmin.park@samsung.com>
1578 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1579 L:      linux-arm-kernel@lists.infradead.org
1580 L:      linux-media@vger.kernel.org
1581 S:      Maintained
1582 F:      drivers/media/platform/s5p-tv/
1583
1584 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1585 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1586 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1587 L:      linux-arm-kernel@lists.infradead.org
1588 L:      linux-media@vger.kernel.org
1589 S:      Maintained
1590 F:      drivers/media/platform/s5p-jpeg/
1591
1592 ARM/SHMOBILE ARM ARCHITECTURE
1593 M:      Simon Horman <horms@verge.net.au>
1594 M:      Magnus Damm <magnus.damm@gmail.com>
1595 L:      linux-renesas-soc@vger.kernel.org
1596 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1598 S:      Supported
1599 F:      arch/arm/boot/dts/emev2*
1600 F:      arch/arm/boot/dts/r7s*
1601 F:      arch/arm/boot/dts/r8a*
1602 F:      arch/arm/boot/dts/sh*
1603 F:      arch/arm/configs/shmobile_defconfig
1604 F:      arch/arm/include/debug/renesas-scif.S
1605 F:      arch/arm/mach-shmobile/
1606 F:      drivers/sh/
1607
1608 ARM/SOCFPGA ARCHITECTURE
1609 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1610 S:      Maintained
1611 F:      arch/arm/mach-socfpga/
1612 F:      arch/arm/boot/dts/socfpga*
1613 F:      arch/arm/configs/socfpga_defconfig
1614 F:      arch/arm64/boot/dts/altera/
1615 W:      http://www.rocketboards.org
1616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1617
1618 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1619 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1620 S:      Maintained
1621 F:      drivers/clk/socfpga/
1622
1623 ARM/SOCFPGA EDAC SUPPORT
1624 M:      Thor Thayer <tthayer@opensource.altera.com>
1625 S:      Maintained
1626 F:      drivers/edac/altera_edac.
1627
1628 ARM/STI ARCHITECTURE
1629 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1630 M:      Maxime Coquelin <maxime.coquelin@st.com>
1631 M:      Patrice Chotard <patrice.chotard@st.com>
1632 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1633 L:      kernel@stlinux.com
1634 W:      http://www.stlinux.com
1635 S:      Maintained
1636 F:      arch/arm/mach-sti/
1637 F:      arch/arm/boot/dts/sti*
1638 F:      drivers/char/hw_random/st-rng.c
1639 F:      drivers/clocksource/arm_global_timer.c
1640 F:      drivers/clocksource/clksrc_st_lpc.c
1641 F:      drivers/i2c/busses/i2c-st.c
1642 F:      drivers/media/rc/st_rc.c
1643 F:      drivers/media/platform/sti/c8sectpfe/
1644 F:      drivers/mmc/host/sdhci-st.c
1645 F:      drivers/phy/phy-miphy28lp.c
1646 F:      drivers/phy/phy-miphy365x.c
1647 F:      drivers/phy/phy-stih407-usb.c
1648 F:      drivers/phy/phy-stih41x-usb.c
1649 F:      drivers/pinctrl/pinctrl-st.c
1650 F:      drivers/reset/sti/
1651 F:      drivers/rtc/rtc-st-lpc.c
1652 F:      drivers/tty/serial/st-asc.c
1653 F:      drivers/usb/dwc3/dwc3-st.c
1654 F:      drivers/usb/host/ehci-st.c
1655 F:      drivers/usb/host/ohci-st.c
1656 F:      drivers/watchdog/st_lpc_wdt.c
1657 F:      drivers/ata/ahci_st.c
1658
1659 ARM/STM32 ARCHITECTURE
1660 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1661 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1662 S:      Maintained
1663 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1664 N:      stm32
1665 F:      drivers/clocksource/armv7m_systick.c
1666
1667 ARM/TANGO ARCHITECTURE
1668 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1669 L:      linux-arm-kernel@lists.infradead.org
1670 S:      Maintained
1671 F:      arch/arm/mach-tango/
1672 F:      arch/arm/boot/dts/tango*
1673
1674 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1675 M:      Lennert Buytenhek <kernel@wantstofly.org>
1676 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1677 S:      Maintained
1678
1679 ARM/TETON BGA MACHINE SUPPORT
1680 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1681 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1682 S:      Maintained
1683
1684 ARM/THECUS N2100 MACHINE SUPPORT
1685 M:      Lennert Buytenhek <kernel@wantstofly.org>
1686 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1687 S:      Maintained
1688
1689 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1690 M:      Wan ZongShun <mcuos.com@gmail.com>
1691 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1692 W:      http://www.mcuos.com
1693 S:      Maintained
1694 F:      arch/arm/mach-w90x900/
1695 F:      drivers/input/keyboard/w90p910_keypad.c
1696 F:      drivers/input/touchscreen/w90p910_ts.c
1697 F:      drivers/watchdog/nuc900_wdt.c
1698 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1699 F:      drivers/mtd/nand/nuc900_nand.c
1700 F:      drivers/rtc/rtc-nuc900.c
1701 F:      drivers/spi/spi-nuc900.c
1702 F:      drivers/usb/host/ehci-w90x900.c
1703 F:      drivers/video/fbdev/nuc900fb.c
1704
1705 ARM/U300 MACHINE SUPPORT
1706 M:      Linus Walleij <linus.walleij@linaro.org>
1707 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1708 S:      Supported
1709 F:      arch/arm/mach-u300/
1710 F:      drivers/clocksource/timer-u300.c
1711 F:      drivers/i2c/busses/i2c-stu300.c
1712 F:      drivers/rtc/rtc-coh901331.c
1713 F:      drivers/watchdog/coh901327_wdt.c
1714 F:      drivers/dma/coh901318*
1715 F:      drivers/mfd/ab3100*
1716 F:      drivers/rtc/rtc-ab3100.c
1717 F:      drivers/rtc/rtc-coh901331.c
1718 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1719
1720 ARM/UNIPHIER ARCHITECTURE
1721 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1722 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1723 S:      Maintained
1724 F:      arch/arm/boot/dts/uniphier*
1725 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1726 F:      arch/arm/mach-uniphier/
1727 F:      arch/arm/mm/cache-uniphier.c
1728 F:      arch/arm64/boot/dts/socionext/
1729 F:      drivers/bus/uniphier-system-bus.c
1730 F:      drivers/i2c/busses/i2c-uniphier*
1731 F:      drivers/pinctrl/uniphier/
1732 F:      drivers/tty/serial/8250/8250_uniphier.c
1733 N:      uniphier
1734
1735 ARM/Ux500 ARM ARCHITECTURE
1736 M:      Linus Walleij <linus.walleij@linaro.org>
1737 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1738 S:      Maintained
1739 F:      arch/arm/mach-ux500/
1740 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1741 F:      drivers/dma/ste_dma40*
1742 F:      drivers/hwspinlock/u8500_hsem.c
1743 F:      drivers/mfd/abx500*
1744 F:      drivers/mfd/ab8500*
1745 F:      drivers/mfd/dbx500*
1746 F:      drivers/mfd/db8500*
1747 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1748 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1749 F:      drivers/rtc/rtc-ab8500.c
1750 F:      drivers/rtc/rtc-pl031.c
1751 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1752
1753 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1754 M:      Ulf Hansson <ulf.hansson@linaro.org>
1755 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1756 T:      git git://git.linaro.org/people/ulfh/clk.git
1757 S:      Maintained
1758 F:      drivers/clk/ux500/
1759 F:      include/linux/platform_data/clk-ux500.h
1760
1761 ARM/VERSATILE EXPRESS PLATFORM
1762 M:      Liviu Dudau <liviu.dudau@arm.com>
1763 M:      Sudeep Holla <sudeep.holla@arm.com>
1764 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1765 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1766 S:      Maintained
1767 F:      arch/arm/boot/dts/vexpress*
1768 F:      arch/arm64/boot/dts/arm/
1769 F:      arch/arm/mach-vexpress/
1770 F:      */*/vexpress*
1771 F:      */*/*/vexpress*
1772 F:      drivers/clk/versatile/clk-vexpress-osc.c
1773 F:      drivers/clocksource/versatile.c
1774
1775 ARM/VFP SUPPORT
1776 M:      Russell King <linux@arm.linux.org.uk>
1777 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1778 W:      http://www.arm.linux.org.uk/
1779 S:      Maintained
1780 F:      arch/arm/vfp/
1781
1782 ARM/VOIPAC PXA270 SUPPORT
1783 M:      Marek Vasut <marek.vasut@gmail.com>
1784 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1785 S:      Maintained
1786 F:      arch/arm/mach-pxa/vpac270.c
1787 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1788
1789 ARM/VT8500 ARM ARCHITECTURE
1790 M:      Tony Prisk <linux@prisktech.co.nz>
1791 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1792 S:      Maintained
1793 F:      arch/arm/mach-vt8500/
1794 F:      drivers/clocksource/vt8500_timer.c
1795 F:      drivers/i2c/busses/i2c-wmt.c
1796 F:      drivers/mmc/host/wmt-sdmmc.c
1797 F:      drivers/pwm/pwm-vt8500.c
1798 F:      drivers/rtc/rtc-vt8500.c
1799 F:      drivers/tty/serial/vt8500_serial.c
1800 F:      drivers/usb/host/ehci-platform.c
1801 F:      drivers/usb/host/uhci-platform.c
1802 F:      drivers/video/fbdev/vt8500lcdfb.*
1803 F:      drivers/video/fbdev/wm8505fb*
1804 F:      drivers/video/fbdev/wmt_ge_rops.*
1805
1806 ARM/ZIPIT Z2 SUPPORT
1807 M:      Marek Vasut <marek.vasut@gmail.com>
1808 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1809 S:      Maintained
1810 F:      arch/arm/mach-pxa/z2.c
1811 F:      arch/arm/mach-pxa/include/mach/z2.h
1812
1813 ARM/ZTE ARCHITECTURE
1814 M:      Jun Nie <jun.nie@linaro.org>
1815 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1816 S:      Maintained
1817 F:      arch/arm/mach-zx/
1818 F:      drivers/clk/zte/
1819 F:      Documentation/devicetree/bindings/arm/zte.txt
1820 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1821
1822 ARM/ZYNQ ARCHITECTURE
1823 M:      Michal Simek <michal.simek@xilinx.com>
1824 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1825 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1826 W:      http://wiki.xilinx.com
1827 T:      git https://github.com/Xilinx/linux-xlnx.git
1828 S:      Supported
1829 F:      arch/arm/mach-zynq/
1830 F:      drivers/cpuidle/cpuidle-zynq.c
1831 F:      drivers/block/xsysace.c
1832 N:      zynq
1833 N:      xilinx
1834 F:      drivers/clocksource/cadence_ttc_timer.c
1835 F:      drivers/i2c/busses/i2c-cadence.c
1836 F:      drivers/mmc/host/sdhci-of-arasan.c
1837 F:      drivers/edac/synopsys_edac.c
1838
1839 ARM SMMU DRIVERS
1840 M:      Will Deacon <will.deacon@arm.com>
1841 R:      Robin Murphy <robin.murphy@arm.com>
1842 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1843 S:      Maintained
1844 F:      drivers/iommu/arm-smmu.c
1845 F:      drivers/iommu/arm-smmu-v3.c
1846 F:      drivers/iommu/io-pgtable-arm.c
1847 F:      drivers/iommu/io-pgtable-arm-v7s.c
1848
1849 ARM64 PORT (AARCH64 ARCHITECTURE)
1850 M:      Catalin Marinas <catalin.marinas@arm.com>
1851 M:      Will Deacon <will.deacon@arm.com>
1852 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1854 S:      Maintained
1855 F:      arch/arm64/
1856 F:      Documentation/arm64/
1857
1858 AS3645A LED FLASH CONTROLLER DRIVER
1859 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1860 L:      linux-media@vger.kernel.org
1861 T:      git git://linuxtv.org/media_tree.git
1862 S:      Maintained
1863 F:      drivers/media/i2c/as3645a.c
1864 F:      include/media/i2c/as3645a.h
1865
1866 ASC7621 HARDWARE MONITOR DRIVER
1867 M:      George Joseph <george.joseph@fairview5.com>
1868 L:      linux-hwmon@vger.kernel.org
1869 S:      Maintained
1870 F:      Documentation/hwmon/asc7621
1871 F:      drivers/hwmon/asc7621.c
1872
1873 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1874 M:      Corentin Chary <corentin.chary@gmail.com>
1875 L:      acpi4asus-user@lists.sourceforge.net
1876 L:      platform-driver-x86@vger.kernel.org
1877 W:      http://acpi4asus.sf.net
1878 S:      Maintained
1879 F:      drivers/platform/x86/asus*.c
1880 F:      drivers/platform/x86/eeepc*.c
1881
1882 ASUS WIRELESS RADIO CONTROL DRIVER
1883 M:      JoĂ£o Paulo Rechi Vita <jprvita@gmail.com>
1884 L:      platform-driver-x86@vger.kernel.org
1885 S:      Maintained
1886 F:      drivers/platform/x86/asus-wireless.c
1887
1888 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1889 R:      Dan Williams <dan.j.williams@intel.com>
1890 W:      http://sourceforge.net/projects/xscaleiop
1891 S:      Odd fixes
1892 F:      Documentation/crypto/async-tx-api.txt
1893 F:      crypto/async_tx/
1894 F:      drivers/dma/
1895 F:      include/linux/dmaengine.h
1896 F:      include/linux/async_tx.h
1897
1898 AT24 EEPROM DRIVER
1899 M:      Wolfram Sang <wsa@the-dreams.de>
1900 L:      linux-i2c@vger.kernel.org
1901 S:      Maintained
1902 F:      drivers/misc/eeprom/at24.c
1903 F:      include/linux/platform_data/at24.h
1904
1905 ATA OVER ETHERNET (AOE) DRIVER
1906 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1907 W:      http://www.openaoe.org/
1908 S:      Supported
1909 F:      Documentation/aoe/
1910 F:      drivers/block/aoe/
1911
1912 ATHEROS 71XX/9XXX GPIO DRIVER
1913 M:      Alban Bedel <albeu@free.fr>
1914 W:      https://github.com/AlbanBedel/linux
1915 T:      git git://github.com/AlbanBedel/linux
1916 S:      Maintained
1917 F:      drivers/gpio/gpio-ath79.c
1918 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1919
1920 ATHEROS ATH GENERIC UTILITIES
1921 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1922 L:      linux-wireless@vger.kernel.org
1923 S:      Supported
1924 F:      drivers/net/wireless/ath/*
1925
1926 ATHEROS ATH5K WIRELESS DRIVER
1927 M:      Jiri Slaby <jirislaby@gmail.com>
1928 M:      Nick Kossifidis <mickflemm@gmail.com>
1929 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1930 L:      linux-wireless@vger.kernel.org
1931 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1932 S:      Maintained
1933 F:      drivers/net/wireless/ath/ath5k/
1934
1935 ATHEROS ATH6KL WIRELESS DRIVER
1936 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1937 L:      linux-wireless@vger.kernel.org
1938 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1939 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
1940 S:      Supported
1941 F:      drivers/net/wireless/ath/ath6kl/
1942
1943 WILOCITY WIL6210 WIRELESS DRIVER
1944 M:      Maya Erez <qca_merez@qca.qualcomm.com>
1945 L:      linux-wireless@vger.kernel.org
1946 L:      wil6210@qca.qualcomm.com
1947 S:      Supported
1948 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1949 F:      drivers/net/wireless/ath/wil6210/
1950 F:      include/uapi/linux/wil6210_uapi.h
1951
1952 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1953 M:      Christian Lamparter <chunkeey@googlemail.com>
1954 L:      linux-wireless@vger.kernel.org
1955 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1956 S:      Maintained
1957 F:      drivers/net/wireless/ath/carl9170/
1958
1959 ATK0110 HWMON DRIVER
1960 M:      Luca Tettamanti <kronos.it@gmail.com>
1961 L:      linux-hwmon@vger.kernel.org
1962 S:      Maintained
1963 F:      drivers/hwmon/asus_atk0110.c
1964
1965 ATI_REMOTE2 DRIVER
1966 M:      Ville Syrjala <syrjala@sci.fi>
1967 S:      Maintained
1968 F:      drivers/input/misc/ati_remote2.c
1969
1970 ATLX ETHERNET DRIVERS
1971 M:      Jay Cliburn <jcliburn@gmail.com>
1972 M:      Chris Snook <chris.snook@gmail.com>
1973 L:      netdev@vger.kernel.org
1974 W:      http://sourceforge.net/projects/atl1
1975 W:      http://atl1.sourceforge.net
1976 S:      Maintained
1977 F:      drivers/net/ethernet/atheros/
1978
1979 ATM
1980 M:      Chas Williams <3chas3@gmail.com>
1981 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1982 L:      netdev@vger.kernel.org
1983 W:      http://linux-atm.sourceforge.net
1984 S:      Maintained
1985 F:      drivers/atm/
1986 F:      include/linux/atm*
1987 F:      include/uapi/linux/atm*
1988
1989 ATMEL AT91 / AT32 MCI DRIVER
1990 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1991 S:      Maintained
1992 F:      drivers/mmc/host/atmel-mci.c
1993
1994 ATMEL AT91 / AT32 SERIAL DRIVER
1995 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1996 S:      Supported
1997 F:      drivers/tty/serial/atmel_serial.c
1998
1999 ATMEL SAMA5D2 ADC DRIVER
2000 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2001 L:      linux-iio@vger.kernel.org
2002 S:      Supported
2003 F:      drivers/iio/adc/at91-sama5d2_adc.c
2004
2005 ATMEL Audio ALSA driver
2006 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2007 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2008 S:      Supported
2009 F:      sound/soc/atmel
2010
2011 ATMEL DMA DRIVER
2012 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2013 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2014 S:      Supported
2015 F:      drivers/dma/at_hdmac.c
2016 F:      drivers/dma/at_hdmac_regs.h
2017 F:      include/linux/platform_data/dma-atmel.h
2018
2019 ATMEL XDMA DRIVER
2020 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2021 L:      linux-arm-kernel@lists.infradead.org
2022 L:      dmaengine@vger.kernel.org
2023 S:      Supported
2024 F:      drivers/dma/at_xdmac.c
2025
2026 ATMEL I2C DRIVER
2027 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2028 L:      linux-i2c@vger.kernel.org
2029 S:      Supported
2030 F:      drivers/i2c/busses/i2c-at91.c
2031
2032 ATMEL ISI DRIVER
2033 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2034 L:      linux-media@vger.kernel.org
2035 S:      Supported
2036 F:      drivers/media/platform/soc_camera/atmel-isi.c
2037 F:      include/media/atmel-isi.h
2038
2039 ATMEL LCDFB DRIVER
2040 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2041 L:      linux-fbdev@vger.kernel.org
2042 S:      Maintained
2043 F:      drivers/video/fbdev/atmel_lcdfb.c
2044 F:      include/video/atmel_lcdc.h
2045
2046 ATMEL MACB ETHERNET DRIVER
2047 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2048 S:      Supported
2049 F:      drivers/net/ethernet/cadence/
2050
2051 ATMEL NAND DRIVER
2052 M:      Wenyou Yang <wenyou.yang@atmel.com>
2053 M:      Josh Wu <rainyfeeling@outlook.com>
2054 L:      linux-mtd@lists.infradead.org
2055 S:      Supported
2056 F:      drivers/mtd/nand/atmel_nand*
2057
2058 ATMEL SDMMC DRIVER
2059 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2060 L:      linux-mmc@vger.kernel.org
2061 S:      Supported
2062 F:      drivers/mmc/host/sdhci-of-at91.c
2063
2064 ATMEL SPI DRIVER
2065 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2066 S:      Supported
2067 F:      drivers/spi/spi-atmel.*
2068
2069 ATMEL SSC DRIVER
2070 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2071 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2072 S:      Supported
2073 F:      drivers/misc/atmel-ssc.c
2074 F:      include/linux/atmel-ssc.h
2075
2076 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2077 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2078 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2079 S:      Supported
2080 F:      drivers/misc/atmel_tclib.c
2081 F:      drivers/clocksource/tcb_clksrc.c
2082
2083 ATMEL USBA UDC DRIVER
2084 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2085 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2086 S:      Supported
2087 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2088
2089 ATMEL WIRELESS DRIVER
2090 M:      Simon Kelley <simon@thekelleys.org.uk>
2091 L:      linux-wireless@vger.kernel.org
2092 W:      http://www.thekelleys.org.uk/atmel
2093 W:      http://atmelwlandriver.sourceforge.net/
2094 S:      Maintained
2095 F:      drivers/net/wireless/atmel/atmel*
2096
2097 ATMEL MAXTOUCH DRIVER
2098 M:      Nick Dyer <nick.dyer@itdev.co.uk>
2099 T:      git git://github.com/atmel-maxtouch/linux.git
2100 S:      Supported
2101 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2102 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2103 F:      include/linux/platform_data/atmel_mxt_ts.h
2104
2105 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2106 M:      Bradley Grove <linuxdrivers@attotech.com>
2107 L:      linux-scsi@vger.kernel.org
2108 W:      http://www.attotech.com
2109 S:      Supported
2110 F:      drivers/scsi/esas2r
2111
2112 ATUSB IEEE 802.15.4 RADIO DRIVER
2113 M:      Stefan Schmidt <stefan@osg.samsung.com>
2114 L:      linux-wpan@vger.kernel.org
2115 S:      Maintained
2116 F:      drivers/net/ieee802154/atusb.c
2117 F:      drivers/net/ieee802154/atusb.h
2118 F:      drivers/net/ieee802154/at86rf230.h
2119
2120 AUDIT SUBSYSTEM
2121 M:      Paul Moore <paul@paul-moore.com>
2122 M:      Eric Paris <eparis@redhat.com>
2123 L:      linux-audit@redhat.com (moderated for non-subscribers)
2124 W:      http://people.redhat.com/sgrubb/audit/
2125 T:      git git://git.infradead.org/users/pcmoore/audit
2126 S:      Maintained
2127 F:      include/linux/audit.h
2128 F:      include/uapi/linux/audit.h
2129 F:      kernel/audit*
2130
2131 AUXILIARY DISPLAY DRIVERS
2132 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2133 W:      http://miguelojeda.es/auxdisplay.htm
2134 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2135 S:      Maintained
2136 F:      drivers/auxdisplay/
2137 F:      include/linux/cfag12864b.h
2138
2139 AVR32 ARCHITECTURE
2140 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2141 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2142 W:      http://www.atmel.com/products/AVR32/
2143 W:      http://mirror.egtvedt.no/avr32linux.org/
2144 W:      http://avrfreaks.net/
2145 S:      Maintained
2146 F:      arch/avr32/
2147
2148 AVR32/AT32AP MACHINE SUPPORT
2149 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2150 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2151 S:      Maintained
2152 F:      arch/avr32/mach-at32ap/
2153
2154 AX.25 NETWORK LAYER
2155 M:      Ralf Baechle <ralf@linux-mips.org>
2156 L:      linux-hams@vger.kernel.org
2157 W:      http://www.linux-ax25.org/
2158 S:      Maintained
2159 F:      include/uapi/linux/ax25.h
2160 F:      include/net/ax25.h
2161 F:      net/ax25/
2162
2163 AZ6007 DVB DRIVER
2164 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2165 L:      linux-media@vger.kernel.org
2166 W:      https://linuxtv.org
2167 T:      git git://linuxtv.org/media_tree.git
2168 S:      Maintained
2169 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2170
2171 AZTECH FM RADIO RECEIVER DRIVER
2172 M:      Hans Verkuil <hverkuil@xs4all.nl>
2173 L:      linux-media@vger.kernel.org
2174 T:      git git://linuxtv.org/media_tree.git
2175 W:      https://linuxtv.org
2176 S:      Maintained
2177 F:      drivers/media/radio/radio-aztech*
2178
2179 B43 WIRELESS DRIVER
2180 L:      linux-wireless@vger.kernel.org
2181 L:      b43-dev@lists.infradead.org
2182 W:      http://wireless.kernel.org/en/users/Drivers/b43
2183 S:      Odd Fixes
2184 F:      drivers/net/wireless/broadcom/b43/
2185
2186 B43LEGACY WIRELESS DRIVER
2187 M:      Larry Finger <Larry.Finger@lwfinger.net>
2188 L:      linux-wireless@vger.kernel.org
2189 L:      b43-dev@lists.infradead.org
2190 W:      http://wireless.kernel.org/en/users/Drivers/b43
2191 S:      Maintained
2192 F:      drivers/net/wireless/broadcom/b43legacy/
2193
2194 BACKLIGHT CLASS/SUBSYSTEM
2195 M:      Jingoo Han <jingoohan1@gmail.com>
2196 M:      Lee Jones <lee.jones@linaro.org>
2197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2198 S:      Maintained
2199 F:      drivers/video/backlight/
2200 F:      include/linux/backlight.h
2201
2202 BATMAN ADVANCED
2203 M:      Marek Lindner <mareklindner@neomailbox.ch>
2204 M:      Simon Wunderlich <sw@simonwunderlich.de>
2205 M:      Antonio Quartulli <a@unstable.cc>
2206 L:      b.a.t.m.a.n@lists.open-mesh.org
2207 W:      https://www.open-mesh.org/
2208 Q:      https://patchwork.open-mesh.org/project/batman/list/
2209 S:      Maintained
2210 F:      net/batman-adv/
2211
2212 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2213 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2214 L:      linux-hams@vger.kernel.org
2215 W:      http://www.baycom.org/~tom/ham/ham.html
2216 S:      Maintained
2217 F:      drivers/net/hamradio/baycom*
2218
2219 BCACHE (BLOCK LAYER CACHE)
2220 M:      Kent Overstreet <kent.overstreet@gmail.com>
2221 L:      linux-bcache@vger.kernel.org
2222 W:      http://bcache.evilpiepirate.org
2223 S:      Maintained
2224 F:      drivers/md/bcache/
2225
2226 BDISP ST MEDIA DRIVER
2227 M:      Fabien Dessenne <fabien.dessenne@st.com>
2228 L:      linux-media@vger.kernel.org
2229 T:      git git://linuxtv.org/media_tree.git
2230 W:      https://linuxtv.org
2231 S:      Supported
2232 F:      drivers/media/platform/sti/bdisp
2233
2234 BEFS FILE SYSTEM
2235 S:      Orphan
2236 F:      Documentation/filesystems/befs.txt
2237 F:      fs/befs/
2238
2239 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2240 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2241 L:      netdev@vger.kernel.org
2242 S:      Maintained
2243 F:      drivers/net/ethernet/ec_bhf.c
2244
2245 BFS FILE SYSTEM
2246 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2247 S:      Maintained
2248 F:      Documentation/filesystems/bfs.txt
2249 F:      fs/bfs/
2250 F:      include/uapi/linux/bfs_fs.h
2251
2252 BLACKFIN ARCHITECTURE
2253 M:      Steven Miao <realmz6@gmail.com>
2254 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2255 T:      git git://git.code.sf.net/p/adi-linux/code
2256 W:      http://blackfin.uclinux.org
2257 S:      Supported
2258 F:      arch/blackfin/
2259
2260 BLACKFIN EMAC DRIVER
2261 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2262 W:      http://blackfin.uclinux.org
2263 S:      Supported
2264 F:      drivers/net/ethernet/adi/
2265
2266 BLACKFIN RTC DRIVER
2267 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2268 W:      http://blackfin.uclinux.org
2269 S:      Supported
2270 F:      drivers/rtc/rtc-bfin.c
2271
2272 BLACKFIN SDH DRIVER
2273 M:      Sonic Zhang <sonic.zhang@analog.com>
2274 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2275 W:      http://blackfin.uclinux.org
2276 S:      Supported
2277 F:      drivers/mmc/host/bfin_sdh.c
2278
2279 BLACKFIN SERIAL DRIVER
2280 M:      Sonic Zhang <sonic.zhang@analog.com>
2281 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2282 W:      http://blackfin.uclinux.org
2283 S:      Supported
2284 F:      drivers/tty/serial/bfin_uart.c
2285
2286 BLACKFIN WATCHDOG DRIVER
2287 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2288 W:      http://blackfin.uclinux.org
2289 S:      Supported
2290 F:      drivers/watchdog/bfin_wdt.c
2291
2292 BLACKFIN I2C TWI DRIVER
2293 M:      Sonic Zhang <sonic.zhang@analog.com>
2294 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2295 W:      http://blackfin.uclinux.org/
2296 S:      Supported
2297 F:      drivers/i2c/busses/i2c-bfin-twi.c
2298
2299 BLACKFIN MEDIA DRIVER
2300 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2301 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2302 W:      http://blackfin.uclinux.org/
2303 S:      Supported
2304 F:      drivers/media/platform/blackfin/
2305 F:      drivers/media/i2c/adv7183*
2306 F:      drivers/media/i2c/vs6624*
2307
2308 BLINKM RGB LED DRIVER
2309 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2310 S:      Maintained
2311 F:      drivers/leds/leds-blinkm.c
2312
2313 BLOCK LAYER
2314 M:      Jens Axboe <axboe@kernel.dk>
2315 L:      linux-block@vger.kernel.org
2316 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2317 S:      Maintained
2318 F:      block/
2319 F:      kernel/trace/blktrace.c
2320
2321 BLOCK2MTD DRIVER
2322 M:      Joern Engel <joern@lazybastard.org>
2323 L:      linux-mtd@lists.infradead.org
2324 S:      Maintained
2325 F:      drivers/mtd/devices/block2mtd.c
2326
2327 BLUETOOTH DRIVERS
2328 M:      Marcel Holtmann <marcel@holtmann.org>
2329 M:      Gustavo Padovan <gustavo@padovan.org>
2330 M:      Johan Hedberg <johan.hedberg@gmail.com>
2331 L:      linux-bluetooth@vger.kernel.org
2332 W:      http://www.bluez.org/
2333 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2335 S:      Maintained
2336 F:      drivers/bluetooth/
2337
2338 BLUETOOTH SUBSYSTEM
2339 M:      Marcel Holtmann <marcel@holtmann.org>
2340 M:      Gustavo Padovan <gustavo@padovan.org>
2341 M:      Johan Hedberg <johan.hedberg@gmail.com>
2342 L:      linux-bluetooth@vger.kernel.org
2343 W:      http://www.bluez.org/
2344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2346 S:      Maintained
2347 F:      net/bluetooth/
2348 F:      include/net/bluetooth/
2349
2350 BONDING DRIVER
2351 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2352 M:      Veaceslav Falico <vfalico@gmail.com>
2353 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2354 L:      netdev@vger.kernel.org
2355 W:      http://sourceforge.net/projects/bonding/
2356 S:      Supported
2357 F:      drivers/net/bonding/
2358 F:      include/uapi/linux/if_bonding.h
2359
2360 BPF (Safe dynamic programs and tools)
2361 M:      Alexei Starovoitov <ast@kernel.org>
2362 L:      netdev@vger.kernel.org
2363 L:      linux-kernel@vger.kernel.org
2364 S:      Supported
2365 F:      kernel/bpf/
2366
2367 BROADCOM B44 10/100 ETHERNET DRIVER
2368 M:      Gary Zambrano <zambrano@broadcom.com>
2369 L:      netdev@vger.kernel.org
2370 S:      Supported
2371 F:      drivers/net/ethernet/broadcom/b44.*
2372
2373 BROADCOM GENET ETHERNET DRIVER
2374 M:      Florian Fainelli <f.fainelli@gmail.com>
2375 L:      netdev@vger.kernel.org
2376 S:      Supported
2377 F:      drivers/net/ethernet/broadcom/genet/
2378
2379 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2380 M:      Sony Chacko <sony.chacko@qlogic.com>
2381 M:      Dept-HSGLinuxNICDev@qlogic.com
2382 L:      netdev@vger.kernel.org
2383 S:      Supported
2384 F:      drivers/net/ethernet/broadcom/bnx2.*
2385 F:      drivers/net/ethernet/broadcom/bnx2_*
2386
2387 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2388 M:      Ariel Elior <ariel.elior@qlogic.com>
2389 L:      netdev@vger.kernel.org
2390 S:      Supported
2391 F:      drivers/net/ethernet/broadcom/bnx2x/
2392
2393 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2394 M:      Florian Fainelli <f.fainelli@gmail.com>
2395 M:      Ray Jui <rjui@broadcom.com>
2396 M:      Scott Branden <sbranden@broadcom.com>
2397 L:      bcm-kernel-feedback-list@broadcom.com
2398 T:      git git://github.com/broadcom/mach-bcm
2399 S:      Maintained
2400 F:      arch/arm/mach-bcm/
2401 F:      arch/arm/boot/dts/bcm113*
2402 F:      arch/arm/boot/dts/bcm216*
2403 F:      arch/arm/boot/dts/bcm281*
2404 F:      arch/arm64/boot/dts/broadcom/
2405 F:      arch/arm/configs/bcm_defconfig
2406 F:      drivers/mmc/host/sdhci-bcm-kona.c
2407 F:      drivers/clocksource/bcm_kona_timer.c
2408
2409 BROADCOM BCM2835 ARM ARCHITECTURE
2410 M:      Stephen Warren <swarren@wwwdotorg.org>
2411 M:      Lee Jones <lee@kernel.org>
2412 M:      Eric Anholt <eric@anholt.net>
2413 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2414 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2415 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2416 S:      Maintained
2417 N:      bcm2835
2418
2419 BROADCOM BCM47XX MIPS ARCHITECTURE
2420 M:      Hauke Mehrtens <hauke@hauke-m.de>
2421 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2422 L:      linux-mips@linux-mips.org
2423 S:      Maintained
2424 F:      arch/mips/bcm47xx/*
2425 F:      arch/mips/include/asm/mach-bcm47xx/*
2426
2427 BROADCOM BCM5301X ARM ARCHITECTURE
2428 M:      Hauke Mehrtens <hauke@hauke-m.de>
2429 L:      linux-arm-kernel@lists.infradead.org
2430 S:      Maintained
2431 F:      arch/arm/mach-bcm/bcm_5301x.c
2432 F:      arch/arm/boot/dts/bcm5301x.dtsi
2433 F:      arch/arm/boot/dts/bcm470*
2434
2435 BROADCOM BCM63XX ARM ARCHITECTURE
2436 M:      Florian Fainelli <f.fainelli@gmail.com>
2437 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2438 L:      bcm-kernel-feedback-list@broadcom.com
2439 T:      git git://github.com/broadcom/stblinux.git
2440 S:      Maintained
2441 F:      arch/arm/mach-bcm/bcm63xx.c
2442 F:      arch/arm/include/debug/bcm63xx.S
2443
2444 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2445 M:      Kevin Cernekee <cernekee@gmail.com>
2446 L:      linux-usb@vger.kernel.org
2447 S:      Maintained
2448 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2449
2450 BROADCOM BCM7XXX ARM ARCHITECTURE
2451 M:      Brian Norris <computersforpeace@gmail.com>
2452 M:      Gregory Fong <gregory.0xf0@gmail.com>
2453 M:      Florian Fainelli <f.fainelli@gmail.com>
2454 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2455 L:      bcm-kernel-feedback-list@broadcom.com
2456 T:      git git://github.com/broadcom/stblinux.git
2457 S:      Maintained
2458 F:      arch/arm/mach-bcm/*brcmstb*
2459 F:      arch/arm/boot/dts/bcm7*.dts*
2460 F:      drivers/bus/brcmstb_gisb.c
2461 N:      brcmstb
2462
2463 BROADCOM BMIPS MIPS ARCHITECTURE
2464 M:      Kevin Cernekee <cernekee@gmail.com>
2465 M:      Florian Fainelli <f.fainelli@gmail.com>
2466 L:      linux-mips@linux-mips.org
2467 T:      git git://github.com/broadcom/stblinux.git
2468 S:      Maintained
2469 F:      arch/mips/bmips/*
2470 F:      arch/mips/include/asm/mach-bmips/*
2471 F:      arch/mips/kernel/*bmips*
2472 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2473 F:      drivers/irqchip/irq-bcm63*
2474 F:      drivers/irqchip/irq-bcm7*
2475 F:      drivers/irqchip/irq-brcmstb*
2476 F:      include/linux/bcm963xx_nvram.h
2477 F:      include/linux/bcm963xx_tag.h
2478
2479 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2480 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2481 M:      Prashant Sreedharan <prashant@broadcom.com>
2482 M:      Michael Chan <mchan@broadcom.com>
2483 L:      netdev@vger.kernel.org
2484 S:      Supported
2485 F:      drivers/net/ethernet/broadcom/tg3.*
2486
2487 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2488 M:      Brett Rudley <brudley@broadcom.com>
2489 M:      Arend van Spriel <arend@broadcom.com>
2490 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2491 M:      Hante Meuleman <meuleman@broadcom.com>
2492 L:      linux-wireless@vger.kernel.org
2493 L:      brcm80211-dev-list@broadcom.com
2494 S:      Supported
2495 F:      drivers/net/wireless/broadcom/brcm80211/
2496
2497 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2498 M:      QLogic-Storage-Upstream@qlogic.com
2499 L:      linux-scsi@vger.kernel.org
2500 S:      Supported
2501 F:      drivers/scsi/bnx2fc/
2502
2503 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2504 M:      QLogic-Storage-Upstream@qlogic.com
2505 L:      linux-scsi@vger.kernel.org
2506 S:      Supported
2507 F:      drivers/scsi/bnx2i/
2508
2509 BROADCOM IPROC ARM ARCHITECTURE
2510 M:      Ray Jui <rjui@broadcom.com>
2511 M:      Scott Branden <sbranden@broadcom.com>
2512 M:      Jon Mason <jonmason@broadcom.com>
2513 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2514 L:      bcm-kernel-feedback-list@broadcom.com
2515 T:      git git://github.com/broadcom/cygnus-linux.git
2516 S:      Maintained
2517 N:      iproc
2518 N:      cygnus
2519 N:      nsp
2520 N:      bcm9113*
2521 N:      bcm9583*
2522 N:      bcm9585*
2523 N:      bcm9586*
2524 N:      bcm988312
2525 N:      bcm113*
2526 N:      bcm583*
2527 N:      bcm585*
2528 N:      bcm586*
2529 N:      bcm88312
2530
2531 BROADCOM BRCMSTB GPIO DRIVER
2532 M:      Gregory Fong <gregory.0xf0@gmail.com>
2533 L:      bcm-kernel-feedback-list@broadcom.com
2534 S:      Supported
2535 F:      drivers/gpio/gpio-brcmstb.c
2536 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2537
2538 BROADCOM KONA GPIO DRIVER
2539 M:      Ray Jui <rjui@broadcom.com>
2540 L:      bcm-kernel-feedback-list@broadcom.com
2541 S:      Supported
2542 F:      drivers/gpio/gpio-bcm-kona.c
2543 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2544
2545 BROADCOM NVRAM DRIVER
2546 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2547 L:      linux-mips@linux-mips.org
2548 S:      Maintained
2549 F:      drivers/firmware/broadcom/*
2550
2551 BROADCOM STB NAND FLASH DRIVER
2552 M:      Brian Norris <computersforpeace@gmail.com>
2553 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2554 L:      linux-mtd@lists.infradead.org
2555 L:      bcm-kernel-feedback-list@broadcom.com
2556 S:      Maintained
2557 F:      drivers/mtd/nand/brcmnand/
2558
2559 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2560 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2561 L:      linux-wireless@vger.kernel.org
2562 S:      Maintained
2563 F:      drivers/bcma/
2564 F:      include/linux/bcma/
2565
2566 BROADCOM SYSTEMPORT ETHERNET DRIVER
2567 M:      Florian Fainelli <f.fainelli@gmail.com>
2568 L:      netdev@vger.kernel.org
2569 S:      Supported
2570 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2571
2572 BROADCOM VULCAN ARM64 SOC
2573 M:      Jayachandran C. <jchandra@broadcom.com>
2574 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2575 L:      bcm-kernel-feedback-list@broadcom.com
2576 S:      Maintained
2577 F:      arch/arm64/boot/dts/broadcom/vulcan*
2578
2579 BROCADE BFA FC SCSI DRIVER
2580 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2581 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2582 L:      linux-scsi@vger.kernel.org
2583 S:      Supported
2584 F:      drivers/scsi/bfa/
2585
2586 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2587 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2588 L:      netdev@vger.kernel.org
2589 S:      Supported
2590 F:      drivers/net/ethernet/brocade/bna/
2591
2592 BSG (block layer generic sg v4 driver)
2593 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2594 L:      linux-scsi@vger.kernel.org
2595 S:      Supported
2596 F:      block/bsg.c
2597 F:      include/linux/bsg.h
2598 F:      include/uapi/linux/bsg.h
2599
2600 BT87X AUDIO DRIVER
2601 M:      Clemens Ladisch <clemens@ladisch.de>
2602 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2603 T:      git git://git.alsa-project.org/alsa-kernel.git
2604 S:      Maintained
2605 F:      Documentation/sound/alsa/Bt87x.txt
2606 F:      sound/pci/bt87x.c
2607
2608 BT8XXGPIO DRIVER
2609 M:      Michael Buesch <m@bues.ch>
2610 W:      http://bu3sch.de/btgpio.php
2611 S:      Maintained
2612 F:      drivers/gpio/gpio-bt8xx.c
2613
2614 BTRFS FILE SYSTEM
2615 M:      Chris Mason <clm@fb.com>
2616 M:      Josef Bacik <jbacik@fb.com>
2617 M:      David Sterba <dsterba@suse.com>
2618 L:      linux-btrfs@vger.kernel.org
2619 W:      http://btrfs.wiki.kernel.org/
2620 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2622 S:      Maintained
2623 F:      Documentation/filesystems/btrfs.txt
2624 F:      fs/btrfs/
2625
2626 BTTV VIDEO4LINUX DRIVER
2627 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2628 L:      linux-media@vger.kernel.org
2629 W:      https://linuxtv.org
2630 T:      git git://linuxtv.org/media_tree.git
2631 S:      Odd fixes
2632 F:      Documentation/video4linux/bttv/
2633 F:      drivers/media/pci/bt8xx/bttv*
2634
2635 BUSLOGIC SCSI DRIVER
2636 M:      Khalid Aziz <khalid@gonehiking.org>
2637 L:      linux-scsi@vger.kernel.org
2638 S:      Maintained
2639 F:      drivers/scsi/BusLogic.*
2640 F:      drivers/scsi/FlashPoint.*
2641
2642 C-MEDIA CMI8788 DRIVER
2643 M:      Clemens Ladisch <clemens@ladisch.de>
2644 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2645 T:      git git://git.alsa-project.org/alsa-kernel.git
2646 S:      Maintained
2647 F:      sound/pci/oxygen/
2648
2649 C6X ARCHITECTURE
2650 M:      Mark Salter <msalter@redhat.com>
2651 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2652 L:      linux-c6x-dev@linux-c6x.org
2653 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2654 S:      Maintained
2655 F:      arch/c6x/
2656
2657 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2658 M:      David Howells <dhowells@redhat.com>
2659 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2660 S:      Supported
2661 F:      Documentation/filesystems/caching/cachefiles.txt
2662 F:      fs/cachefiles/
2663
2664 CADET FM/AM RADIO RECEIVER DRIVER
2665 M:      Hans Verkuil <hverkuil@xs4all.nl>
2666 L:      linux-media@vger.kernel.org
2667 T:      git git://linuxtv.org/media_tree.git
2668 W:      https://linuxtv.org
2669 S:      Maintained
2670 F:      drivers/media/radio/radio-cadet*
2671
2672 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2673 M:      Jonathan Corbet <corbet@lwn.net>
2674 L:      linux-media@vger.kernel.org
2675 T:      git git://linuxtv.org/media_tree.git
2676 S:      Maintained
2677 F:      Documentation/video4linux/cafe_ccic
2678 F:      drivers/media/platform/marvell-ccic/
2679
2680 CAIF NETWORK LAYER
2681 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2682 L:      netdev@vger.kernel.org
2683 S:      Supported
2684 F:      Documentation/networking/caif/
2685 F:      drivers/net/caif/
2686 F:      include/uapi/linux/caif/
2687 F:      include/net/caif/
2688 F:      net/caif/
2689
2690 CALGARY x86-64 IOMMU
2691 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2692 M:      "Jon D. Mason" <jdmason@kudzu.us>
2693 L:      discuss@x86-64.org
2694 S:      Maintained
2695 F:      arch/x86/kernel/pci-calgary_64.c
2696 F:      arch/x86/kernel/tce_64.c
2697 F:      arch/x86/include/asm/calgary.h
2698 F:      arch/x86/include/asm/tce.h
2699
2700 CAN NETWORK LAYER
2701 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2702 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2703 L:      linux-can@vger.kernel.org
2704 W:      https://github.com/linux-can
2705 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2706 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2707 S:      Maintained
2708 F:      Documentation/networking/can.txt
2709 F:      net/can/
2710 F:      include/linux/can/core.h
2711 F:      include/uapi/linux/can.h
2712 F:      include/uapi/linux/can/bcm.h
2713 F:      include/uapi/linux/can/raw.h
2714 F:      include/uapi/linux/can/gw.h
2715
2716 CAN NETWORK DRIVERS
2717 M:      Wolfgang Grandegger <wg@grandegger.com>
2718 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2719 L:      linux-can@vger.kernel.org
2720 W:      https://github.com/linux-can
2721 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2722 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2723 S:      Maintained
2724 F:      drivers/net/can/
2725 F:      include/linux/can/dev.h
2726 F:      include/linux/can/platform/
2727 F:      include/uapi/linux/can/error.h
2728 F:      include/uapi/linux/can/netlink.h
2729
2730 CAPABILITIES
2731 M:      Serge Hallyn <serge.hallyn@canonical.com>
2732 L:      linux-security-module@vger.kernel.org
2733 S:      Supported
2734 F:      include/linux/capability.h
2735 F:      include/uapi/linux/capability.h
2736 F:      security/commoncap.c
2737 F:      kernel/capability.c
2738
2739 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2740 M:      Kevin Tsai <ktsai@capellamicro.com>
2741 S:      Maintained
2742 F:      drivers/iio/light/cm*
2743 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2744
2745 CAVIUM LIQUIDIO NETWORK DRIVER
2746 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2747 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2748 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2749 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2750 L:     netdev@vger.kernel.org
2751 W:     http://www.cavium.com
2752 S:     Supported
2753 F:     drivers/net/ethernet/cavium/liquidio/
2754
2755 CC2520 IEEE-802.15.4 RADIO DRIVER
2756 M:      Varka Bhadram <varkabhadram@gmail.com>
2757 L:      linux-wpan@vger.kernel.org
2758 S:      Maintained
2759 F:      drivers/net/ieee802154/cc2520.c
2760 F:      include/linux/spi/cc2520.h
2761 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2762
2763 CELL BROADBAND ENGINE ARCHITECTURE
2764 M:      Arnd Bergmann <arnd@arndb.de>
2765 L:      linuxppc-dev@lists.ozlabs.org
2766 W:      http://www.ibm.com/developerworks/power/cell/
2767 S:      Supported
2768 F:      arch/powerpc/include/asm/cell*.h
2769 F:      arch/powerpc/include/asm/spu*.h
2770 F:      arch/powerpc/include/uapi/asm/spu*.h
2771 F:      arch/powerpc/oprofile/*cell*
2772 F:      arch/powerpc/platforms/cell/
2773
2774 CEPH COMMON CODE (LIBCEPH)
2775 M:      Ilya Dryomov <idryomov@gmail.com>
2776 M:      "Yan, Zheng" <zyan@redhat.com>
2777 M:      Sage Weil <sage@redhat.com>
2778 L:      ceph-devel@vger.kernel.org
2779 W:      http://ceph.com/
2780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2781 T:      git git://github.com/ceph/ceph-client.git
2782 S:      Supported
2783 F:      net/ceph/
2784 F:      include/linux/ceph/
2785 F:      include/linux/crush/
2786
2787 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2788 M:      "Yan, Zheng" <zyan@redhat.com>
2789 M:      Sage Weil <sage@redhat.com>
2790 M:      Ilya Dryomov <idryomov@gmail.com>
2791 L:      ceph-devel@vger.kernel.org
2792 W:      http://ceph.com/
2793 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2794 T:      git git://github.com/ceph/ceph-client.git
2795 S:      Supported
2796 F:      Documentation/filesystems/ceph.txt
2797 F:      fs/ceph/
2798
2799 CERTIFICATE HANDLING:
2800 M:      David Howells <dhowells@redhat.com>
2801 M:      David Woodhouse <dwmw2@infradead.org>
2802 L:      keyrings@vger.kernel.org
2803 S:      Maintained
2804 F:      Documentation/module-signing.txt
2805 F:      certs/
2806 F:      scripts/sign-file.c
2807 F:      scripts/extract-cert.c
2808
2809 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2810 L:      linux-usb@vger.kernel.org
2811 S:      Orphan
2812 F:      Documentation/usb/WUSB-Design-overview.txt
2813 F:      Documentation/usb/wusb-cbaf
2814 F:      drivers/usb/host/hwa-hc.c
2815 F:      drivers/usb/host/whci/
2816 F:      drivers/usb/wusbcore/
2817 F:      include/linux/usb/wusb*
2818
2819 CFAG12864B LCD DRIVER
2820 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2821 W:      http://miguelojeda.es/auxdisplay.htm
2822 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2823 S:      Maintained
2824 F:      drivers/auxdisplay/cfag12864b.c
2825 F:      include/linux/cfag12864b.h
2826
2827 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2828 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2829 W:      http://miguelojeda.es/auxdisplay.htm
2830 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2831 S:      Maintained
2832 F:      drivers/auxdisplay/cfag12864bfb.c
2833 F:      include/linux/cfag12864b.h
2834
2835 CFG80211 and NL80211
2836 M:      Johannes Berg <johannes@sipsolutions.net>
2837 L:      linux-wireless@vger.kernel.org
2838 W:      http://wireless.kernel.org/
2839 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2840 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2841 S:      Maintained
2842 F:      include/uapi/linux/nl80211.h
2843 F:      include/net/cfg80211.h
2844 F:      net/wireless/*
2845 X:      net/wireless/wext*
2846
2847 CHAR and MISC DRIVERS
2848 M:      Arnd Bergmann <arnd@arndb.de>
2849 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2850 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2851 S:      Supported
2852 F:      drivers/char/*
2853 F:      drivers/misc/*
2854 F:      include/linux/miscdevice.h
2855
2856 CHECKPATCH
2857 M:      Andy Whitcroft <apw@canonical.com>
2858 M:      Joe Perches <joe@perches.com>
2859 S:      Maintained
2860 F:      scripts/checkpatch.pl
2861
2862 CHINESE DOCUMENTATION
2863 M:      Harry Wei <harryxiyou@gmail.com>
2864 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2865 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2866 S:      Maintained
2867 F:      Documentation/zh_CN/
2868
2869 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2870 M:      Peter Chen <Peter.Chen@nxp.com>
2871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2872 L:      linux-usb@vger.kernel.org
2873 S:      Maintained
2874 F:      drivers/usb/chipidea/
2875
2876 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2877 M:      Hans de Goede <hdegoede@redhat.com>
2878 L:      linux-input@vger.kernel.org
2879 S:      Maintained
2880 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2881 F:      drivers/input/touchscreen/chipone_icn8318.c
2882
2883 CHROME HARDWARE PLATFORM SUPPORT
2884 M:      Olof Johansson <olof@lixom.net>
2885 S:      Maintained
2886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
2887 F:      drivers/platform/chrome/
2888
2889 CISCO VIC ETHERNET NIC DRIVER
2890 M:      Christian Benvenuti <benve@cisco.com>
2891 M:      Sujith Sankar <ssujith@cisco.com>
2892 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2893 M:      Neel Patel <neepatel@cisco.com>
2894 S:      Supported
2895 F:      drivers/net/ethernet/cisco/enic/
2896
2897 CISCO VIC LOW LATENCY NIC DRIVER
2898 M:      Christian Benvenuti <benve@cisco.com>
2899 M:      Dave Goodell <dgoodell@cisco.com>
2900 S:      Supported
2901 F:      drivers/infiniband/hw/usnic/
2902
2903 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2904 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2905 L:      netdev@vger.kernel.org
2906 S:      Maintained
2907 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2908
2909 CIRRUS LOGIC AUDIO CODEC DRIVERS
2910 M:      Brian Austin <brian.austin@cirrus.com>
2911 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2912 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2913 S:      Maintained
2914 F:      sound/soc/codecs/cs*
2915
2916 CLEANCACHE API
2917 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2918 L:      linux-kernel@vger.kernel.org
2919 S:      Maintained
2920 F:      mm/cleancache.c
2921 F:      include/linux/cleancache.h
2922
2923 CLK API
2924 M:      Russell King <linux@arm.linux.org.uk>
2925 L:      linux-clk@vger.kernel.org
2926 S:      Maintained
2927 F:      include/linux/clk.h
2928
2929 CLOCKSOURCE, CLOCKEVENT DRIVERS
2930 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2931 M:      Thomas Gleixner <tglx@linutronix.de>
2932 L:      linux-kernel@vger.kernel.org
2933 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2934 S:      Supported
2935 F:      drivers/clocksource
2936
2937 CISCO FCOE HBA DRIVER
2938 M:      Hiral Patel <hiralpat@cisco.com>
2939 M:      Suma Ramars <sramars@cisco.com>
2940 M:      Brian Uchino <buchino@cisco.com>
2941 L:      linux-scsi@vger.kernel.org
2942 S:      Supported
2943 F:      drivers/scsi/fnic/
2944
2945 CISCO SCSI HBA DRIVER
2946 M:      Narsimhulu Musini <nmusini@cisco.com>
2947 M:      Sesidhar Baddela <sebaddel@cisco.com>
2948 L:      linux-scsi@vger.kernel.org
2949 S:      Supported
2950 F:      drivers/scsi/snic/
2951
2952 CMPC ACPI DRIVER
2953 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2954 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2955 L:      platform-driver-x86@vger.kernel.org
2956 S:      Supported
2957 F:      drivers/platform/x86/classmate-laptop.c
2958
2959 COBALT MEDIA DRIVER
2960 M:      Hans Verkuil <hans.verkuil@cisco.com>
2961 L:      linux-media@vger.kernel.org
2962 T:      git git://linuxtv.org/media_tree.git
2963 W:      https://linuxtv.org
2964 S:      Supported
2965 F:      drivers/media/pci/cobalt/
2966
2967 COCCINELLE/Semantic Patches (SmPL)
2968 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2969 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2970 M:      Nicolas Palix <nicolas.palix@imag.fr>
2971 M:      Michal Marek <mmarek@suse.com>
2972 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2973 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2974 W:      http://coccinelle.lip6.fr/
2975 S:      Supported
2976 F:      Documentation/coccinelle.txt
2977 F:      scripts/coccinelle/
2978 F:      scripts/coccicheck
2979
2980 CODA FILE SYSTEM
2981 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2982 M:      coda@cs.cmu.edu
2983 L:      codalist@coda.cs.cmu.edu
2984 W:      http://www.coda.cs.cmu.edu/
2985 S:      Maintained
2986 F:      Documentation/filesystems/coda.txt
2987 F:      fs/coda/
2988 F:      include/linux/coda*.h
2989 F:      include/uapi/linux/coda*.h
2990
2991 CODA V4L2 MEM2MEM DRIVER
2992 M:      Philipp Zabel <p.zabel@pengutronix.de>
2993 L:      linux-media@vger.kernel.org
2994 S:      Maintained
2995 F:      Documentation/devicetree/bindings/media/coda.txt
2996 F:      drivers/media/platform/coda/
2997
2998 COMMON CLK FRAMEWORK
2999 M:      Michael Turquette <mturquette@baylibre.com>
3000 M:      Stephen Boyd <sboyd@codeaurora.org>
3001 L:      linux-clk@vger.kernel.org
3002 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3003 S:      Maintained
3004 F:      drivers/clk/
3005 X:      drivers/clk/clkdev.c
3006 F:      include/linux/clk-pr*
3007 F:      include/linux/clk/
3008
3009 COMMON INTERNET FILE SYSTEM (CIFS)
3010 M:      Steve French <sfrench@samba.org>
3011 L:      linux-cifs@vger.kernel.org
3012 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3013 W:      http://linux-cifs.samba.org/
3014 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3015 S:      Supported
3016 F:      Documentation/filesystems/cifs/
3017 F:      fs/cifs/
3018
3019 COMPACTPCI HOTPLUG CORE
3020 M:      Scott Murray <scott@spiteful.org>
3021 L:      linux-pci@vger.kernel.org
3022 S:      Maintained
3023 F:      drivers/pci/hotplug/cpci_hotplug*
3024
3025 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3026 M:      Scott Murray <scott@spiteful.org>
3027 L:      linux-pci@vger.kernel.org
3028 S:      Maintained
3029 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3030
3031 COMPACTPCI HOTPLUG GENERIC DRIVER
3032 M:      Scott Murray <scott@spiteful.org>
3033 L:      linux-pci@vger.kernel.org
3034 S:      Maintained
3035 F:      drivers/pci/hotplug/cpcihp_generic.c
3036
3037 COMPAL LAPTOP SUPPORT
3038 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3039 L:      platform-driver-x86@vger.kernel.org
3040 S:      Maintained
3041 F:      drivers/platform/x86/compal-laptop.c
3042
3043 CONEXANT ACCESSRUNNER USB DRIVER
3044 L:      accessrunner-general@lists.sourceforge.net
3045 W:      http://accessrunner.sourceforge.net/
3046 S:      Orphan
3047 F:      drivers/usb/atm/cxacru.c
3048
3049 CONFIGFS
3050 M:      Joel Becker <jlbec@evilplan.org>
3051 M:      Christoph Hellwig <hch@lst.de>
3052 T:      git git://git.infradead.org/users/hch/configfs.git
3053 S:      Supported
3054 F:      fs/configfs/
3055 F:      include/linux/configfs.h
3056
3057 CONNECTOR
3058 M:      Evgeniy Polyakov <zbr@ioremap.net>
3059 L:      netdev@vger.kernel.org
3060 S:      Maintained
3061 F:      drivers/connector/
3062
3063 CONTROL GROUP (CGROUP)
3064 M:      Tejun Heo <tj@kernel.org>
3065 M:      Li Zefan <lizefan@huawei.com>
3066 M:      Johannes Weiner <hannes@cmpxchg.org>
3067 L:      cgroups@vger.kernel.org
3068 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3069 S:      Maintained
3070 F:      Documentation/cgroups/
3071 F:      include/linux/cgroup*
3072 F:      kernel/cgroup*
3073
3074 CONTROL GROUP - CPUSET
3075 M:      Li Zefan <lizefan@huawei.com>
3076 L:      cgroups@vger.kernel.org
3077 W:      http://www.bullopensource.org/cpuset/
3078 W:      http://oss.sgi.com/projects/cpusets/
3079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3080 S:      Maintained
3081 F:      Documentation/cgroups/cpusets.txt
3082 F:      include/linux/cpuset.h
3083 F:      kernel/cpuset.c
3084
3085 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3086 M:      Johannes Weiner <hannes@cmpxchg.org>
3087 M:      Michal Hocko <mhocko@kernel.org>
3088 M:      Vladimir Davydov <vdavydov@virtuozzo.com>
3089 L:      cgroups@vger.kernel.org
3090 L:      linux-mm@kvack.org
3091 S:      Maintained
3092 F:      mm/memcontrol.c
3093 F:      mm/swap_cgroup.c
3094
3095 CORETEMP HARDWARE MONITORING DRIVER
3096 M:      Fenghua Yu <fenghua.yu@intel.com>
3097 L:      linux-hwmon@vger.kernel.org
3098 S:      Maintained
3099 F:      Documentation/hwmon/coretemp
3100 F:      drivers/hwmon/coretemp.c
3101
3102 COSA/SRP SYNC SERIAL DRIVER
3103 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3104 W:      http://www.fi.muni.cz/~kas/cosa/
3105 S:      Maintained
3106 F:      drivers/net/wan/cosa*
3107
3108 CPMAC ETHERNET DRIVER
3109 M:      Florian Fainelli <florian@openwrt.org>
3110 L:      netdev@vger.kernel.org
3111 S:      Maintained
3112 F:      drivers/net/ethernet/ti/cpmac.c
3113
3114 CPU FREQUENCY DRIVERS
3115 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3116 M:      Viresh Kumar <viresh.kumar@linaro.org>
3117 L:      linux-pm@vger.kernel.org
3118 S:      Maintained
3119 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3120 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3121 F:      drivers/cpufreq/
3122 F:      include/linux/cpufreq.h
3123
3124 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3125 M:      Viresh Kumar <viresh.kumar@linaro.org>
3126 M:      Sudeep Holla <sudeep.holla@arm.com>
3127 L:      linux-pm@vger.kernel.org
3128 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3129 S:      Maintained
3130 F:      drivers/cpufreq/arm_big_little.h
3131 F:      drivers/cpufreq/arm_big_little.c
3132 F:      drivers/cpufreq/arm_big_little_dt.c
3133
3134 CPUIDLE DRIVER - ARM BIG LITTLE
3135 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3136 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3137 L:      linux-pm@vger.kernel.org
3138 L:      linux-arm-kernel@lists.infradead.org
3139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3140 S:      Maintained
3141 F:      drivers/cpuidle/cpuidle-big_little.c
3142
3143 CPUIDLE DRIVER - ARM EXYNOS
3144 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3145 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3146 M:      Kukjin Kim <kgene@kernel.org>
3147 L:      linux-pm@vger.kernel.org
3148 L:      linux-samsung-soc@vger.kernel.org
3149 S:      Supported
3150 F:      drivers/cpuidle/cpuidle-exynos.c
3151 F:      arch/arm/mach-exynos/pm.c
3152
3153 CPUIDLE DRIVERS
3154 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3155 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3156 L:      linux-pm@vger.kernel.org
3157 S:      Maintained
3158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3159 F:      drivers/cpuidle/*
3160 F:      include/linux/cpuidle.h
3161
3162 CPUID/MSR DRIVER
3163 M:      "H. Peter Anvin" <hpa@zytor.com>
3164 S:      Maintained
3165 F:      arch/x86/kernel/cpuid.c
3166 F:      arch/x86/kernel/msr.c
3167
3168 CPU POWER MONITORING SUBSYSTEM
3169 M:      Thomas Renninger <trenn@suse.com>
3170 L:      linux-pm@vger.kernel.org
3171 S:      Maintained
3172 F:      tools/power/cpupower/
3173
3174 CRAMFS FILESYSTEM
3175 W:      http://sourceforge.net/projects/cramfs/
3176 S:      Orphan / Obsolete
3177 F:      Documentation/filesystems/cramfs.txt
3178 F:      fs/cramfs/
3179
3180 CRIS PORT
3181 M:      Mikael Starvik <starvik@axis.com>
3182 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3183 L:      linux-cris-kernel@axis.com
3184 W:      http://developer.axis.com
3185 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3186 S:      Maintained
3187 F:      arch/cris/
3188 F:      drivers/tty/serial/crisv10.*
3189
3190 CRYPTO API
3191 M:      Herbert Xu <herbert@gondor.apana.org.au>
3192 M:      "David S. Miller" <davem@davemloft.net>
3193 L:      linux-crypto@vger.kernel.org
3194 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3196 S:      Maintained
3197 F:      Documentation/crypto/
3198 F:      Documentation/DocBook/crypto-API.tmpl
3199 F:      arch/*/crypto/
3200 F:      crypto/
3201 F:      drivers/crypto/
3202 F:      include/crypto/
3203
3204 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3205 M:      Neil Horman <nhorman@tuxdriver.com>
3206 L:      linux-crypto@vger.kernel.org
3207 S:      Maintained
3208 F:      crypto/ansi_cprng.c
3209 F:      crypto/rng.c
3210
3211 CS3308 MEDIA DRIVER
3212 M:      Hans Verkuil <hverkuil@xs4all.nl>
3213 L:      linux-media@vger.kernel.org
3214 T:      git git://linuxtv.org/media_tree.git
3215 W:      http://linuxtv.org
3216 S:      Odd Fixes
3217 F:      drivers/media/i2c/cs3308.c
3218 F:      drivers/media/i2c/cs3308.h
3219
3220 CS5535 Audio ALSA driver
3221 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3222 S:      Maintained
3223 F:      sound/pci/cs5535audio/
3224
3225 CW1200 WLAN driver
3226 M:      Solomon Peachy <pizza@shaftnet.org>
3227 S:      Maintained
3228 F:      drivers/net/wireless/st/cw1200/
3229
3230 CX18 VIDEO4LINUX DRIVER
3231 M:      Andy Walls <awalls@md.metrocast.net>
3232 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3233 L:      linux-media@vger.kernel.org
3234 T:      git git://linuxtv.org/media_tree.git
3235 W:      https://linuxtv.org
3236 W:      http://www.ivtvdriver.org/index.php/Cx18
3237 S:      Maintained
3238 F:      Documentation/video4linux/cx18.txt
3239 F:      drivers/media/pci/cx18/
3240 F:      include/uapi/linux/ivtv*
3241
3242 CX2341X MPEG ENCODER HELPER MODULE
3243 M:      Hans Verkuil <hverkuil@xs4all.nl>
3244 L:      linux-media@vger.kernel.org
3245 T:      git git://linuxtv.org/media_tree.git
3246 W:      https://linuxtv.org
3247 S:      Maintained
3248 F:      drivers/media/common/cx2341x*
3249 F:      include/media/cx2341x*
3250
3251 CX24120 MEDIA DRIVER
3252 M:      Jemma Denson <jdenson@gmail.com>
3253 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3254 L:      linux-media@vger.kernel.org
3255 W:      https://linuxtv.org
3256 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3257 S:      Maintained
3258 F:      drivers/media/dvb-frontends/cx24120*
3259
3260 CX88 VIDEO4LINUX DRIVER
3261 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3262 L:      linux-media@vger.kernel.org
3263 W:      https://linuxtv.org
3264 T:      git git://linuxtv.org/media_tree.git
3265 S:      Odd fixes
3266 F:      Documentation/video4linux/cx88/
3267 F:      drivers/media/pci/cx88/
3268
3269 CXD2820R MEDIA DRIVER
3270 M:      Antti Palosaari <crope@iki.fi>
3271 L:      linux-media@vger.kernel.org
3272 W:      https://linuxtv.org
3273 W:      http://palosaari.fi/linux/
3274 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3275 T:      git git://linuxtv.org/anttip/media_tree.git
3276 S:      Maintained
3277 F:      drivers/media/dvb-frontends/cxd2820r*
3278
3279 CXGB3 ETHERNET DRIVER (CXGB3)
3280 M:      Santosh Raspatur <santosh@chelsio.com>
3281 L:      netdev@vger.kernel.org
3282 W:      http://www.chelsio.com
3283 S:      Supported
3284 F:      drivers/net/ethernet/chelsio/cxgb3/
3285
3286 CXGB3 ISCSI DRIVER (CXGB3I)
3287 M:      Karen Xie <kxie@chelsio.com>
3288 L:      linux-scsi@vger.kernel.org
3289 W:      http://www.chelsio.com
3290 S:      Supported
3291 F:      drivers/scsi/cxgbi/cxgb3i
3292
3293 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3294 M:      Steve Wise <swise@chelsio.com>
3295 L:      linux-rdma@vger.kernel.org
3296 W:      http://www.openfabrics.org
3297 S:      Supported
3298 F:      drivers/infiniband/hw/cxgb3/
3299
3300 CXGB4 ETHERNET DRIVER (CXGB4)
3301 M:      Hariprasad S <hariprasad@chelsio.com>
3302 L:      netdev@vger.kernel.org
3303 W:      http://www.chelsio.com
3304 S:      Supported
3305 F:      drivers/net/ethernet/chelsio/cxgb4/
3306
3307 CXGB4 ISCSI DRIVER (CXGB4I)
3308 M:      Karen Xie <kxie@chelsio.com>
3309 L:      linux-scsi@vger.kernel.org
3310 W:      http://www.chelsio.com
3311 S:      Supported
3312 F:      drivers/scsi/cxgbi/cxgb4i
3313
3314 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3315 M:      Steve Wise <swise@chelsio.com>
3316 L:      linux-rdma@vger.kernel.org
3317 W:      http://www.openfabrics.org
3318 S:      Supported
3319 F:      drivers/infiniband/hw/cxgb4/
3320
3321 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3322 M:      Casey Leedom <leedom@chelsio.com>
3323 L:      netdev@vger.kernel.org
3324 W:      http://www.chelsio.com
3325 S:      Supported
3326 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3327
3328 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3329 M:      Ian Munsie <imunsie@au1.ibm.com>
3330 M:      Michael Neuling <mikey@neuling.org>
3331 L:      linuxppc-dev@lists.ozlabs.org
3332 S:      Supported
3333 F:      drivers/misc/cxl/
3334 F:      include/misc/cxl*
3335 F:      include/uapi/misc/cxl.h
3336 F:      Documentation/powerpc/cxl.txt
3337 F:      Documentation/powerpc/cxl.txt
3338 F:      Documentation/ABI/testing/sysfs-class-cxl
3339
3340 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3341 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3342 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3343 L:      linux-scsi@vger.kernel.org
3344 S:      Supported
3345 F:      drivers/scsi/cxlflash/
3346 F:      include/uapi/scsi/cxlflash_ioctls.h
3347 F:      Documentation/powerpc/cxlflash.txt
3348
3349 STMMAC ETHERNET DRIVER
3350 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3351 L:      netdev@vger.kernel.org
3352 W:      http://www.stlinux.com
3353 S:      Supported
3354 F:      drivers/net/ethernet/stmicro/stmmac/
3355
3356 CYBERPRO FB DRIVER
3357 M:      Russell King <linux@arm.linux.org.uk>
3358 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3359 W:      http://www.arm.linux.org.uk/
3360 S:      Maintained
3361 F:      drivers/video/fbdev/cyber2000fb.*
3362
3363 CYCLADES ASYNC MUX DRIVER
3364 W:      http://www.cyclades.com/
3365 S:      Orphan
3366 F:      drivers/tty/cyclades.c
3367 F:      include/linux/cyclades.h
3368 F:      include/uapi/linux/cyclades.h
3369
3370 CYCLADES PC300 DRIVER
3371 W:      http://www.cyclades.com/
3372 S:      Orphan
3373 F:      drivers/net/wan/pc300*
3374
3375 CYPRESS_FIRMWARE MEDIA DRIVER
3376 M:      Antti Palosaari <crope@iki.fi>
3377 L:      linux-media@vger.kernel.org
3378 W:      https://linuxtv.org
3379 W:      http://palosaari.fi/linux/
3380 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3381 T:      git git://linuxtv.org/anttip/media_tree.git
3382 S:      Maintained
3383 F:      drivers/media/common/cypress_firmware*
3384
3385 CYTTSP TOUCHSCREEN DRIVER
3386 M:      Ferruh Yigit <fery@cypress.com>
3387 L:      linux-input@vger.kernel.org
3388 S:      Supported
3389 F:      drivers/input/touchscreen/cyttsp*
3390 F:      include/linux/input/cyttsp.h
3391
3392 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3393 M:      Joshua Kinard <kumba@gentoo.org>
3394 S:      Maintained
3395 F:      drivers/rtc/rtc-ds1685.c
3396 F:      include/linux/rtc/ds1685.h
3397
3398 DAMA SLAVE for AX.25
3399 M:      Joerg Reuter <jreuter@yaina.de>
3400 W:      http://yaina.de/jreuter/
3401 W:      http://www.qsl.net/dl1bke/
3402 L:      linux-hams@vger.kernel.org
3403 S:      Maintained
3404 F:      net/ax25/af_ax25.c
3405 F:      net/ax25/ax25_dev.c
3406 F:      net/ax25/ax25_ds_*
3407 F:      net/ax25/ax25_in.c
3408 F:      net/ax25/ax25_out.c
3409 F:      net/ax25/ax25_timer.c
3410 F:      net/ax25/sysctl_net_ax25.c
3411
3412 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3413 L:      netdev@vger.kernel.org
3414 S:      Orphan
3415 F:      Documentation/networking/dmfe.txt
3416 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3417
3418 DC390/AM53C974 SCSI driver
3419 M:      Hannes Reinecke <hare@suse.com>
3420 L:      linux-scsi@vger.kernel.org
3421 S:      Maintained
3422 F:      drivers/scsi/am53c974.c
3423
3424 DC395x SCSI driver
3425 M:      Oliver Neukum <oliver@neukum.org>
3426 M:      Ali Akcaagac <aliakc@web.de>
3427 M:      Jamie Lenehan <lenehan@twibble.org>
3428 L:      dc395x@twibble.org
3429 W:      http://twibble.org/dist/dc395x/
3430 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3431 S:      Maintained
3432 F:      Documentation/scsi/dc395x.txt
3433 F:      drivers/scsi/dc395x.*
3434
3435 DCCP PROTOCOL
3436 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3437 L:      dccp@vger.kernel.org
3438 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3439 S:      Maintained
3440 F:      include/linux/dccp.h
3441 F:      include/uapi/linux/dccp.h
3442 F:      include/linux/tfrc.h
3443 F:      net/dccp/
3444
3445 DECnet NETWORK LAYER
3446 W:      http://linux-decnet.sourceforge.net
3447 L:      linux-decnet-user@lists.sourceforge.net
3448 S:      Orphan
3449 F:      Documentation/networking/decnet.txt
3450 F:      net/decnet/
3451
3452 DECSTATION PLATFORM SUPPORT
3453 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3454 L:      linux-mips@linux-mips.org
3455 W:      http://www.linux-mips.org/wiki/DECstation
3456 S:      Maintained
3457 F:      arch/mips/dec/
3458 F:      arch/mips/include/asm/dec/
3459 F:      arch/mips/include/asm/mach-dec/
3460
3461 DEFXX FDDI NETWORK DRIVER
3462 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3463 S:      Maintained
3464 F:      drivers/net/fddi/defxx.*
3465
3466 DELL LAPTOP DRIVER
3467 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3468 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3469 L:      platform-driver-x86@vger.kernel.org
3470 S:      Maintained
3471 F:      drivers/platform/x86/dell-laptop.c
3472
3473 DELL LAPTOP RBTN DRIVER
3474 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3475 S:      Maintained
3476 F:      drivers/platform/x86/dell-rbtn.*
3477
3478 DELL LAPTOP FREEFALL DRIVER
3479 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3480 S:      Maintained
3481 F:      drivers/platform/x86/dell-smo8800.c
3482
3483 DELL LAPTOP SMM DRIVER
3484 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3485 S:      Maintained
3486 F:      drivers/hwmon/dell-smm-hwmon.c
3487 F:      include/uapi/linux/i8k.h
3488
3489 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3490 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3491 S:      Maintained
3492 F:      Documentation/dcdbas.txt
3493 F:      drivers/firmware/dcdbas.*
3494
3495 DELL WMI EXTRAS DRIVER
3496 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3497 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3498 S:      Maintained
3499 F:      drivers/platform/x86/dell-wmi.c
3500
3501 DESIGNWARE USB2 DRD IP DRIVER
3502 M:      John Youn <johnyoun@synopsys.com>
3503 L:      linux-usb@vger.kernel.org
3504 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3505 S:      Maintained
3506 F:      drivers/usb/dwc2/
3507
3508 DESIGNWARE USB3 DRD IP DRIVER
3509 M:      Felipe Balbi <balbi@kernel.org>
3510 L:      linux-usb@vger.kernel.org
3511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3512 S:      Maintained
3513 F:      drivers/usb/dwc3/
3514
3515 DEVICE COREDUMP (DEV_COREDUMP)
3516 M:      Johannes Berg <johannes@sipsolutions.net>
3517 L:      linux-kernel@vger.kernel.org
3518 S:      Maintained
3519 F:      drivers/base/devcoredump.c
3520 F:      include/linux/devcoredump.h
3521
3522 DEVICE FREQUENCY (DEVFREQ)
3523 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3524 M:      Kyungmin Park <kyungmin.park@samsung.com>
3525 L:      linux-pm@vger.kernel.org
3526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3527 S:      Maintained
3528 F:      drivers/devfreq/
3529 F:      include/linux/devfreq.h
3530 F:      Documentation/devicetree/bindings/devfreq/
3531
3532 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3533 M:      Chanwoo Choi <cw00.choi@samsung.com>
3534 L:      linux-pm@vger.kernel.org
3535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3536 S:      Supported
3537 F:      drivers/devfreq/event/
3538 F:      drivers/devfreq/devfreq-event.c
3539 F:      include/linux/devfreq-event.h
3540 F:      Documentation/devicetree/bindings/devfreq/event/
3541
3542 DEVICE NUMBER REGISTRY
3543 M:      Torben Mathiasen <device@lanana.org>
3544 W:      http://lanana.org/docs/device-list/index.html
3545 S:      Maintained
3546
3547 DEVICE-MAPPER  (LVM)
3548 M:      Alasdair Kergon <agk@redhat.com>
3549 M:      Mike Snitzer <snitzer@redhat.com>
3550 M:      dm-devel@redhat.com
3551 L:      dm-devel@redhat.com
3552 W:      http://sources.redhat.com/dm
3553 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3555 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3556 S:      Maintained
3557 F:      Documentation/device-mapper/
3558 F:      drivers/md/dm*
3559 F:      drivers/md/persistent-data/
3560 F:      include/linux/device-mapper.h
3561 F:      include/linux/dm-*.h
3562 F:      include/uapi/linux/dm-*.h
3563
3564 DEVLINK
3565 M:      Jiri Pirko <jiri@mellanox.com>
3566 L:      netdev@vger.kernel.org
3567 S:      Supported
3568 F:      net/core/devlink.c
3569 F:      include/net/devlink.h
3570 F:      include/uapi/linux/devlink.h
3571
3572 DIALOG SEMICONDUCTOR DRIVERS
3573 M:      Support Opensource <support.opensource@diasemi.com>
3574 W:      http://www.dialog-semiconductor.com/products
3575 S:      Supported
3576 F:      Documentation/hwmon/da90??
3577 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3578 F:      drivers/gpio/gpio-da90??.c
3579 F:      drivers/hwmon/da90??-hwmon.c
3580 F:      drivers/iio/adc/da91??-*.c
3581 F:      drivers/input/misc/da90??_onkey.c
3582 F:      drivers/input/touchscreen/da9052_tsi.c
3583 F:      drivers/leds/leds-da90??.c
3584 F:      drivers/mfd/da903x.c
3585 F:      drivers/mfd/da90??-*.c
3586 F:      drivers/mfd/da91??-*.c
3587 F:      drivers/power/da9052-battery.c
3588 F:      drivers/power/da91??-*.c
3589 F:      drivers/regulator/da903x.c
3590 F:      drivers/regulator/da9???-regulator.[ch]
3591 F:      drivers/rtc/rtc-da90??.c
3592 F:      drivers/video/backlight/da90??_bl.c
3593 F:      drivers/watchdog/da90??_wdt.c
3594 F:      include/linux/mfd/da903x.h
3595 F:      include/linux/mfd/da9052/
3596 F:      include/linux/mfd/da9055/
3597 F:      include/linux/mfd/da9063/
3598 F:      include/linux/mfd/da9150/
3599 F:      include/sound/da[79]*.h
3600 F:      sound/soc/codecs/da[79]*.[ch]
3601
3602 DIGI NEO AND CLASSIC PCI PRODUCTS
3603 M:      Lidza Louina <lidza.louina@gmail.com>
3604 M:      Mark Hounschell <markh@compro.net>
3605 L:      driverdev-devel@linuxdriverproject.org
3606 S:      Maintained
3607 F:      drivers/staging/dgnc/
3608
3609 DIOLAN U2C-12 I2C DRIVER
3610 M:      Guenter Roeck <linux@roeck-us.net>
3611 L:      linux-i2c@vger.kernel.org
3612 S:      Maintained
3613 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3614
3615 DIRECT ACCESS (DAX)
3616 M:      Matthew Wilcox <willy@linux.intel.com>
3617 L:      linux-fsdevel@vger.kernel.org
3618 S:      Supported
3619 F:      fs/dax.c
3620
3621 DIRECTORY NOTIFICATION (DNOTIFY)
3622 M:      Eric Paris <eparis@parisplace.org>
3623 S:      Maintained
3624 F:      Documentation/filesystems/dnotify.txt
3625 F:      fs/notify/dnotify/
3626 F:      include/linux/dnotify.h
3627
3628 DISK GEOMETRY AND PARTITION HANDLING
3629 M:      Andries Brouwer <aeb@cwi.nl>
3630 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3631 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3632 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3633 S:      Maintained
3634
3635 DISKQUOTA
3636 M:      Jan Kara <jack@suse.com>
3637 S:      Maintained
3638 F:      Documentation/filesystems/quota.txt
3639 F:      fs/quota/
3640 F:      include/linux/quota*.h
3641 F:      include/uapi/linux/quota*.h
3642
3643 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3644 M:      Bernie Thompson <bernie@plugable.com>
3645 L:      linux-fbdev@vger.kernel.org
3646 S:      Maintained
3647 W:      http://plugable.com/category/projects/udlfb/
3648 F:      drivers/video/fbdev/udlfb.c
3649 F:      include/video/udlfb.h
3650 F:      Documentation/fb/udlfb.txt
3651
3652 DISTRIBUTED LOCK MANAGER (DLM)
3653 M:      Christine Caulfield <ccaulfie@redhat.com>
3654 M:      David Teigland <teigland@redhat.com>
3655 L:      cluster-devel@redhat.com
3656 W:      http://sources.redhat.com/cluster/
3657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3658 S:      Supported
3659 F:      fs/dlm/
3660
3661 DMA BUFFER SHARING FRAMEWORK
3662 M:      Sumit Semwal <sumit.semwal@linaro.org>
3663 S:      Maintained
3664 L:      linux-media@vger.kernel.org
3665 L:      dri-devel@lists.freedesktop.org
3666 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3667 F:      drivers/dma-buf/
3668 F:      include/linux/dma-buf*
3669 F:      include/linux/reservation.h
3670 F:      include/linux/*fence.h
3671 F:      Documentation/dma-buf-sharing.txt
3672 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3673
3674 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3675 M:      Vinod Koul <vinod.koul@intel.com>
3676 L:      dmaengine@vger.kernel.org
3677 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3678 S:      Maintained
3679 F:      drivers/dma/
3680 F:      include/linux/dmaengine.h
3681 F:      Documentation/dmaengine/
3682 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3683
3684 DME1737 HARDWARE MONITOR DRIVER
3685 M:      Juerg Haefliger <juergh@gmail.com>
3686 L:      linux-hwmon@vger.kernel.org
3687 S:      Maintained
3688 F:      Documentation/hwmon/dme1737
3689 F:      drivers/hwmon/dme1737.c
3690
3691 DMI/SMBIOS SUPPORT
3692 M:      Jean Delvare <jdelvare@suse.com>
3693 S:      Maintained
3694 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3695 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3696 F:      drivers/firmware/dmi-id.c
3697 F:      drivers/firmware/dmi_scan.c
3698 F:      include/linux/dmi.h
3699
3700 DOCUMENTATION
3701 M:      Jonathan Corbet <corbet@lwn.net>
3702 L:      linux-doc@vger.kernel.org
3703 S:      Maintained
3704 F:      Documentation/
3705 F:      scripts/docproc.c
3706 F:      scripts/kernel-doc*
3707 X:      Documentation/ABI/
3708 X:      Documentation/devicetree/
3709 X:      Documentation/acpi
3710 X:      Documentation/power
3711 X:      Documentation/spi
3712 X:      Documentation/DocBook/media
3713 T:      git git://git.lwn.net/linux.git docs-next
3714
3715 DOUBLETALK DRIVER
3716 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3717 L:      blinux-list@redhat.com
3718 S:      Maintained
3719 F:      drivers/char/dtlk.c
3720 F:      include/linux/dtlk.h
3721
3722 DPT_I2O SCSI RAID DRIVER
3723 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3724 L:      linux-scsi@vger.kernel.org
3725 W:      http://www.adaptec.com/
3726 S:      Maintained
3727 F:      drivers/scsi/dpt*
3728 F:      drivers/scsi/dpt/
3729
3730 DRBD DRIVER
3731 M:      Philipp Reisner <philipp.reisner@linbit.com>
3732 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
3733 L:      drbd-dev@lists.linbit.com
3734 W:      http://www.drbd.org
3735 T:      git git://git.linbit.com/linux-drbd.git
3736 T:      git git://git.linbit.com/drbd-8.4.git
3737 S:      Supported
3738 F:      drivers/block/drbd/
3739 F:      lib/lru_cache.c
3740 F:      Documentation/blockdev/drbd/
3741
3742 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3743 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3744 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3745 S:      Supported
3746 F:      Documentation/kobject.txt
3747 F:      drivers/base/
3748 F:      fs/debugfs/
3749 F:      fs/kernfs/
3750 F:      fs/sysfs/
3751 F:      include/linux/debugfs.h
3752 F:      include/linux/kobj*
3753 F:      lib/kobj*
3754
3755 DRM DRIVERS
3756 M:      David Airlie <airlied@linux.ie>
3757 L:      dri-devel@lists.freedesktop.org
3758 T:      git git://people.freedesktop.org/~airlied/linux
3759 S:      Maintained
3760 F:      drivers/gpu/drm/
3761 F:      drivers/gpu/vga/
3762 F:      include/drm/
3763 F:      include/uapi/drm/
3764
3765 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
3766 M:      Dave Airlie <airlied@redhat.com>
3767 S:      Odd Fixes
3768 F:      drivers/gpu/drm/ast/
3769
3770 DRM DRIVER FOR BOCHS VIRTUAL GPU
3771 M:      Gerd Hoffmann <kraxel@redhat.com>
3772 S:      Odd Fixes
3773 F:      drivers/gpu/drm/bochs/
3774
3775 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
3776 M:      Dave Airlie <airlied@redhat.com>
3777 S:      Odd Fixes
3778 F:      drivers/gpu/drm/cirrus/
3779
3780 RADEON and AMDGPU DRM DRIVERS
3781 M:      Alex Deucher <alexander.deucher@amd.com>
3782 M:      Christian König <christian.koenig@amd.com>
3783 L:      dri-devel@lists.freedesktop.org
3784 T:      git git://people.freedesktop.org/~agd5f/linux
3785 S:      Supported
3786 F:      drivers/gpu/drm/radeon/
3787 F:      include/uapi/drm/radeon*
3788 F:      drivers/gpu/drm/amd/
3789 F:      include/uapi/drm/amdgpu*
3790
3791 DRM PANEL DRIVERS
3792 M:      Thierry Reding <thierry.reding@gmail.com>
3793 L:      dri-devel@lists.freedesktop.org
3794 T:      git git://anongit.freedesktop.org/tegra/linux.git
3795 S:      Maintained
3796 F:      drivers/gpu/drm/drm_panel.c
3797 F:      drivers/gpu/drm/panel/
3798 F:      include/drm/drm_panel.h
3799 F:      Documentation/devicetree/bindings/display/panel/
3800
3801 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3802 M:      Daniel Vetter <daniel.vetter@intel.com>
3803 M:      Jani Nikula <jani.nikula@linux.intel.com>
3804 L:      intel-gfx@lists.freedesktop.org
3805 L:      dri-devel@lists.freedesktop.org
3806 W:      https://01.org/linuxgraphics/
3807 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3808 T:      git git://anongit.freedesktop.org/drm-intel
3809 S:      Supported
3810 F:      drivers/gpu/drm/i915/
3811 F:      include/drm/i915*
3812 F:      include/uapi/drm/i915_drm.h
3813
3814 DRM DRIVERS FOR ATMEL HLCDC
3815 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3816 L:      dri-devel@lists.freedesktop.org
3817 S:      Supported
3818 F:      drivers/gpu/drm/atmel-hlcdc/
3819 F:      Documentation/devicetree/bindings/drm/atmel/
3820
3821 DRM DRIVERS FOR EXYNOS
3822 M:      Inki Dae <inki.dae@samsung.com>
3823 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3824 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3825 M:      Kyungmin Park <kyungmin.park@samsung.com>
3826 L:      dri-devel@lists.freedesktop.org
3827 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3828 S:      Supported
3829 F:      drivers/gpu/drm/exynos/
3830 F:      include/uapi/drm/exynos_drm.h
3831 F:      Documentation/devicetree/bindings/display/exynos/
3832
3833 DRM DRIVERS FOR FREESCALE DCU
3834 M:      Stefan Agner <stefan@agner.ch>
3835 M:      Alison Wang <alison.wang@freescale.com>
3836 L:      dri-devel@lists.freedesktop.org
3837 S:      Supported
3838 F:      drivers/gpu/drm/fsl-dcu/
3839 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
3840 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3841
3842 DRM DRIVERS FOR FREESCALE IMX
3843 M:      Philipp Zabel <p.zabel@pengutronix.de>
3844 L:      dri-devel@lists.freedesktop.org
3845 S:      Maintained
3846 F:      drivers/gpu/drm/imx/
3847 F:      drivers/gpu/ipu-v3/
3848 F:      Documentation/devicetree/bindings/display/imx/
3849
3850 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3851 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3852 L:      dri-devel@lists.freedesktop.org
3853 T:      git git://github.com/patjak/drm-gma500
3854 S:      Maintained
3855 F:      drivers/gpu/drm/gma500/
3856
3857 DRM DRIVER FOR INTEL I810 VIDEO CARDS
3858 S:      Orphan / Obsolete
3859 F:      drivers/gpu/drm/i810/
3860 F:      include/uapi/drm/i810_drm.h
3861
3862 DRM DRIVER FOR MSM ADRENO GPU
3863 M:      Rob Clark <robdclark@gmail.com>
3864 L:      linux-arm-msm@vger.kernel.org
3865 L:      dri-devel@lists.freedesktop.org
3866 L:      freedreno@lists.freedesktop.org
3867 T:      git git://people.freedesktop.org/~robclark/linux
3868 S:      Maintained
3869 F:      drivers/gpu/drm/msm/
3870 F:      include/uapi/drm/msm_drm.h
3871 F:      Documentation/devicetree/bindings/display/msm/
3872
3873 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
3874 M:      Ben Skeggs <bskeggs@redhat.com>
3875 L:      dri-devel@lists.freedesktop.org
3876 L:      nouveau@lists.freedesktop.org
3877 T:      git git://github.com/skeggsb/linux
3878 S:      Supported
3879 F:      drivers/gpu/drm/nouveau/
3880 F:      include/uapi/drm/nouveau_drm.h
3881
3882 DRM DRIVERS FOR NVIDIA TEGRA
3883 M:      Thierry Reding <thierry.reding@gmail.com>
3884 M:      Terje Bergström <tbergstrom@nvidia.com>
3885 L:      dri-devel@lists.freedesktop.org
3886 L:      linux-tegra@vger.kernel.org
3887 T:      git git://anongit.freedesktop.org/tegra/linux.git
3888 S:      Supported
3889 F:      drivers/gpu/drm/tegra/
3890 F:      drivers/gpu/host1x/
3891 F:      include/linux/host1x.h
3892 F:      include/uapi/drm/tegra_drm.h
3893 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3894
3895 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
3896 S:      Orphan / Obsolete
3897 F:      drivers/gpu/drm/mga/
3898 F:      include/uapi/drm/mga_drm.h
3899
3900 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
3901 M:      Dave Airlie <airlied@redhat.com>
3902 S:      Odd Fixes
3903 F:      drivers/gpu/drm/mgag200/
3904
3905 DRM DRIVER FOR RAGE 128 VIDEO CARDS
3906 S:      Orphan / Obsolete
3907 F:      drivers/gpu/drm/r128/
3908 F:      include/uapi/drm/r128_drm.h
3909
3910 DRM DRIVERS FOR RENESAS
3911 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3912 L:      dri-devel@lists.freedesktop.org
3913 L:      linux-renesas-soc@vger.kernel.org
3914 T:      git git://linuxtv.org/pinchartl/fbdev
3915 S:      Supported
3916 F:      drivers/gpu/drm/rcar-du/
3917 F:      drivers/gpu/drm/shmobile/
3918 F:      include/linux/platform_data/shmob_drm.h
3919 F:      Documentation/devicetree/bindings/display/renesas,du.txt
3920
3921 DRM DRIVER FOR QXL VIRTUAL GPU
3922 M:      Dave Airlie <airlied@redhat.com>
3923 S:      Odd Fixes
3924 F:      drivers/gpu/drm/qxl/
3925 F:      include/uapi/drm/qxl_drm.h
3926
3927 DRM DRIVERS FOR ROCKCHIP
3928 M:      Mark Yao <mark.yao@rock-chips.com>
3929 L:      dri-devel@lists.freedesktop.org
3930 S:      Maintained
3931 F:      drivers/gpu/drm/rockchip/
3932 F:      Documentation/devicetree/bindings/display/rockchip/
3933
3934 DRM DRIVER FOR SAVAGE VIDEO CARDS
3935 S:      Orphan / Obsolete
3936 F:      drivers/gpu/drm/savage/
3937 F:      include/uapi/drm/savage_drm.h
3938
3939 DRM DRIVER FOR SIS VIDEO CARDS
3940 S:      Orphan / Obsolete
3941 F:      drivers/gpu/drm/sis/
3942 F:      include/uapi/drm/sis_drm.h
3943
3944 DRM DRIVERS FOR STI
3945 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3946 M:      Vincent Abriou <vincent.abriou@st.com>
3947 L:      dri-devel@lists.freedesktop.org
3948 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3949 S:      Maintained
3950 F:      drivers/gpu/drm/sti
3951 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
3952
3953 DRM DRIVER FOR TDFX VIDEO CARDS
3954 S:      Orphan / Obsolete
3955 F:      drivers/gpu/drm/tdfx/
3956
3957 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
3958 M:      Dave Airlie <airlied@redhat.com>
3959 S:      Odd Fixes
3960 F:      drivers/gpu/drm/udl/
3961
3962 DRM DRIVERS FOR VIVANTE GPU IP
3963 M:      Lucas Stach <l.stach@pengutronix.de>
3964 R:      Russell King <linux+etnaviv@arm.linux.org.uk>
3965 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
3966 L:      dri-devel@lists.freedesktop.org
3967 S:      Maintained
3968 F:      drivers/gpu/drm/etnaviv/
3969 F:      include/uapi/drm/etnaviv_drm.h
3970 F:      Documentation/devicetree/bindings/display/etnaviv/
3971
3972 DRM DRIVER FOR VMWARE VIRTUAL GPU
3973 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
3974 M:      Sinclair Yeh <syeh@vmware.com>
3975 M:      Thomas Hellstrom <thellstrom@vmware.com>
3976 L:      dri-devel@lists.freedesktop.org
3977 T:      git git://people.freedesktop.org/~syeh/repos_linux
3978 T:      git git://people.freedesktop.org/~thomash/linux
3979 S:      Supported
3980 F:      drivers/gpu/drm/vmwgfx/
3981 F:      include/uapi/drm/vmwgfx_drm.h
3982
3983 DRM DRIVERS FOR VC4
3984 M:      Eric Anholt <eric@anholt.net>
3985 T:      git git://github.com/anholt/linux
3986 S:      Supported
3987 F:      drivers/gpu/drm/vc4/
3988 F:      include/uapi/drm/vc4_drm.h
3989 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
3990
3991 DSBR100 USB FM RADIO DRIVER
3992 M:      Alexey Klimov <klimov.linux@gmail.com>
3993 L:      linux-media@vger.kernel.org
3994 T:      git git://linuxtv.org/media_tree.git
3995 S:      Maintained
3996 F:      drivers/media/radio/dsbr100.c
3997
3998 DSCC4 DRIVER
3999 M:      Francois Romieu <romieu@fr.zoreil.com>
4000 L:      netdev@vger.kernel.org
4001 S:      Maintained
4002 F:      drivers/net/wan/dscc4.c
4003
4004 DT3155 MEDIA DRIVER
4005 M:      Hans Verkuil <hverkuil@xs4all.nl>
4006 L:      linux-media@vger.kernel.org
4007 T:      git git://linuxtv.org/media_tree.git
4008 W:      https://linuxtv.org
4009 S:      Odd Fixes
4010 F:      drivers/media/pci/dt3155/
4011
4012 DVB_USB_AF9015 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/af9015*
4021
4022 DVB_USB_AF9035 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/af9035*
4031
4032 DVB_USB_ANYSEE MEDIA DRIVER
4033 M:      Antti Palosaari <crope@iki.fi>
4034 L:      linux-media@vger.kernel.org
4035 W:      https://linuxtv.org
4036 W:      http://palosaari.fi/linux/
4037 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4038 T:      git git://linuxtv.org/anttip/media_tree.git
4039 S:      Maintained
4040 F:      drivers/media/usb/dvb-usb-v2/anysee*
4041
4042 DVB_USB_AU6610 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/au6610*
4051
4052 DVB_USB_CE6230 MEDIA DRIVER
4053 M:      Antti Palosaari <crope@iki.fi>
4054 L:      linux-media@vger.kernel.org
4055 W:      https://linuxtv.org
4056 W:      http://palosaari.fi/linux/
4057 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4058 T:      git git://linuxtv.org/anttip/media_tree.git
4059 S:      Maintained
4060 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4061
4062 DVB_USB_CXUSB MEDIA DRIVER
4063 M:      Michael Krufky <mkrufky@linuxtv.org>
4064 L:      linux-media@vger.kernel.org
4065 W:      https://linuxtv.org
4066 W:      http://github.com/mkrufky
4067 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4068 T:      git git://linuxtv.org/media_tree.git
4069 S:      Maintained
4070 F:      drivers/media/usb/dvb-usb/cxusb*
4071
4072 DVB_USB_EC168 MEDIA DRIVER
4073 M:      Antti Palosaari <crope@iki.fi>
4074 L:      linux-media@vger.kernel.org
4075 W:      https://linuxtv.org
4076 W:      http://palosaari.fi/linux/
4077 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4078 T:      git git://linuxtv.org/anttip/media_tree.git
4079 S:      Maintained
4080 F:      drivers/media/usb/dvb-usb-v2/ec168*
4081
4082 DVB_USB_GL861 MEDIA DRIVER
4083 M:      Antti Palosaari <crope@iki.fi>
4084 L:      linux-media@vger.kernel.org
4085 W:      https://linuxtv.org
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/gl861*
4090
4091 DVB_USB_MXL111SF MEDIA DRIVER
4092 M:      Michael Krufky <mkrufky@linuxtv.org>
4093 L:      linux-media@vger.kernel.org
4094 W:      https://linuxtv.org
4095 W:      http://github.com/mkrufky
4096 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4097 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4098 S:      Maintained
4099 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4100
4101 DVB_USB_RTL28XXU MEDIA DRIVER
4102 M:      Antti Palosaari <crope@iki.fi>
4103 L:      linux-media@vger.kernel.org
4104 W:      https://linuxtv.org
4105 W:      http://palosaari.fi/linux/
4106 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4107 T:      git git://linuxtv.org/anttip/media_tree.git
4108 S:      Maintained
4109 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4110
4111 DVB_USB_V2 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/usb/dvb-usb-v2/dvb_usb*
4120 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4121
4122 DYNAMIC DEBUG
4123 M:      Jason Baron <jbaron@akamai.com>
4124 S:      Maintained
4125 F:      lib/dynamic_debug.c
4126 F:      include/linux/dynamic_debug.h
4127
4128 DZ DECSTATION DZ11 SERIAL DRIVER
4129 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4130 S:      Maintained
4131 F:      drivers/tty/serial/dz.*
4132
4133 E3X0 POWER BUTTON DRIVER
4134 M:      Moritz Fischer <moritz.fischer@ettus.com>
4135 L:      usrp-users@lists.ettus.com
4136 W:      http://www.ettus.com
4137 S:      Supported
4138 F:      drivers/input/misc/e3x0-button.c
4139 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4140
4141 E4000 MEDIA DRIVER
4142 M:      Antti Palosaari <crope@iki.fi>
4143 L:      linux-media@vger.kernel.org
4144 W:      https://linuxtv.org
4145 W:      http://palosaari.fi/linux/
4146 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4147 T:      git git://linuxtv.org/anttip/media_tree.git
4148 S:      Maintained
4149 F:      drivers/media/tuners/e4000*
4150
4151 EATA ISA/EISA/PCI SCSI DRIVER
4152 M:      Dario Ballabio <ballabio_dario@emc.com>
4153 L:      linux-scsi@vger.kernel.org
4154 S:      Maintained
4155 F:      drivers/scsi/eata.c
4156
4157 EC100 MEDIA DRIVER
4158 M:      Antti Palosaari <crope@iki.fi>
4159 L:      linux-media@vger.kernel.org
4160 W:      https://linuxtv.org
4161 W:      http://palosaari.fi/linux/
4162 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4163 T:      git git://linuxtv.org/anttip/media_tree.git
4164 S:      Maintained
4165 F:      drivers/media/dvb-frontends/ec100*
4166
4167 ECRYPT FILE SYSTEM
4168 M:      Tyler Hicks <tyhicks@canonical.com>
4169 L:      ecryptfs@vger.kernel.org
4170 W:      http://ecryptfs.org
4171 W:      https://launchpad.net/ecryptfs
4172 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4173 S:      Supported
4174 F:      Documentation/filesystems/ecryptfs.txt
4175 F:      fs/ecryptfs/
4176
4177 EDAC-CORE
4178 M:      Doug Thompson <dougthompson@xmission.com>
4179 M:      Borislav Petkov <bp@alien8.de>
4180 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4181 L:      linux-edac@vger.kernel.org
4182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4184 S:      Supported
4185 F:      Documentation/edac.txt
4186 F:      drivers/edac/
4187 F:      include/linux/edac.h
4188
4189 EDAC-AMD64
4190 M:      Doug Thompson <dougthompson@xmission.com>
4191 M:      Borislav Petkov <bp@alien8.de>
4192 L:      linux-edac@vger.kernel.org
4193 S:      Maintained
4194 F:      drivers/edac/amd64_edac*
4195
4196 EDAC-CALXEDA
4197 M:      Doug Thompson <dougthompson@xmission.com>
4198 M:      Robert Richter <rric@kernel.org>
4199 L:      linux-edac@vger.kernel.org
4200 S:      Maintained
4201 F:      drivers/edac/highbank*
4202
4203 EDAC-CAVIUM
4204 M:      Ralf Baechle <ralf@linux-mips.org>
4205 M:      David Daney <david.daney@cavium.com>
4206 L:      linux-edac@vger.kernel.org
4207 L:      linux-mips@linux-mips.org
4208 S:      Supported
4209 F:      drivers/edac/octeon_edac*
4210
4211 EDAC-E752X
4212 M:      Mark Gross <mark.gross@intel.com>
4213 M:      Doug Thompson <dougthompson@xmission.com>
4214 L:      linux-edac@vger.kernel.org
4215 S:      Maintained
4216 F:      drivers/edac/e752x_edac.c
4217
4218 EDAC-E7XXX
4219 M:      Doug Thompson <dougthompson@xmission.com>
4220 L:      linux-edac@vger.kernel.org
4221 S:      Maintained
4222 F:      drivers/edac/e7xxx_edac.c
4223
4224 EDAC-GHES
4225 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4226 L:      linux-edac@vger.kernel.org
4227 S:      Maintained
4228 F:      drivers/edac/ghes_edac.c
4229
4230 EDAC-I82443BXGX
4231 M:      Tim Small <tim@buttersideup.com>
4232 L:      linux-edac@vger.kernel.org
4233 S:      Maintained
4234 F:      drivers/edac/i82443bxgx_edac.c
4235
4236 EDAC-I3000
4237 M:      Jason Uhlenkott <juhlenko@akamai.com>
4238 L:      linux-edac@vger.kernel.org
4239 S:      Maintained
4240 F:      drivers/edac/i3000_edac.c
4241
4242 EDAC-I5000
4243 M:      Doug Thompson <dougthompson@xmission.com>
4244 L:      linux-edac@vger.kernel.org
4245 S:      Maintained
4246 F:      drivers/edac/i5000_edac.c
4247
4248 EDAC-I5400
4249 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4250 L:      linux-edac@vger.kernel.org
4251 S:      Maintained
4252 F:      drivers/edac/i5400_edac.c
4253
4254 EDAC-I7300
4255 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4256 L:      linux-edac@vger.kernel.org
4257 S:      Maintained
4258 F:      drivers/edac/i7300_edac.c
4259
4260 EDAC-I7CORE
4261 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4262 L:      linux-edac@vger.kernel.org
4263 S:      Maintained
4264 F:      drivers/edac/i7core_edac.c
4265
4266 EDAC-I82975X
4267 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4268 M:      "Arvind R." <arvino55@gmail.com>
4269 L:      linux-edac@vger.kernel.org
4270 S:      Maintained
4271 F:      drivers/edac/i82975x_edac.c
4272
4273 EDAC-IE31200
4274 M:      Jason Baron <jbaron@akamai.com>
4275 L:      linux-edac@vger.kernel.org
4276 S:      Maintained
4277 F:      drivers/edac/ie31200_edac.c
4278
4279 EDAC-MPC85XX
4280 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4281 L:      linux-edac@vger.kernel.org
4282 S:      Maintained
4283 F:      drivers/edac/mpc85xx_edac.[ch]
4284
4285 EDAC-PASEMI
4286 M:      Egor Martovetsky <egor@pasemi.com>
4287 L:      linux-edac@vger.kernel.org
4288 S:      Maintained
4289 F:      drivers/edac/pasemi_edac.c
4290
4291 EDAC-R82600
4292 M:      Tim Small <tim@buttersideup.com>
4293 L:      linux-edac@vger.kernel.org
4294 S:      Maintained
4295 F:      drivers/edac/r82600_edac.c
4296
4297 EDAC-SBRIDGE
4298 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4299 L:      linux-edac@vger.kernel.org
4300 S:      Maintained
4301 F:      drivers/edac/sb_edac.c
4302
4303 EDAC-XGENE
4304 APPLIED MICRO (APM) X-GENE SOC EDAC
4305 M:     Loc Ho <lho@apm.com>
4306 S:     Supported
4307 F:     drivers/edac/xgene_edac.c
4308 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4309
4310 EDIROL UA-101/UA-1000 DRIVER
4311 M:      Clemens Ladisch <clemens@ladisch.de>
4312 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4313 T:      git git://git.alsa-project.org/alsa-kernel.git
4314 S:      Maintained
4315 F:      sound/usb/misc/ua101.c
4316
4317 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4318 M:      Matt Fleming <matt@codeblueprint.co.uk>
4319 L:      linux-efi@vger.kernel.org
4320 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4321 S:      Maintained
4322 F:      Documentation/efi-stub.txt
4323 F:      arch/ia64/kernel/efi.c
4324 F:      arch/x86/boot/compressed/eboot.[ch]
4325 F:      arch/x86/include/asm/efi.h
4326 F:      arch/x86/platform/efi/*
4327 F:      drivers/firmware/efi/*
4328 F:      include/linux/efi*.h
4329
4330 EFI VARIABLE FILESYSTEM
4331 M:      Matthew Garrett <matthew.garrett@nebula.com>
4332 M:      Jeremy Kerr <jk@ozlabs.org>
4333 M:      Matt Fleming <matt@codeblueprint.co.uk>
4334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4335 L:      linux-efi@vger.kernel.org
4336 S:      Maintained
4337 F:      fs/efivarfs/
4338
4339 EFIFB FRAMEBUFFER DRIVER
4340 L:      linux-fbdev@vger.kernel.org
4341 M:      Peter Jones <pjones@redhat.com>
4342 S:      Maintained
4343 F:      drivers/video/fbdev/efifb.c
4344
4345 EFS FILESYSTEM
4346 W:      http://aeschi.ch.eu.org/efs/
4347 S:      Orphan
4348 F:      fs/efs/
4349
4350 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4351 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4352 L:      netdev@vger.kernel.org
4353 S:      Maintained
4354 F:      drivers/net/ethernet/ibm/ehea/
4355
4356 EM28XX VIDEO4LINUX DRIVER
4357 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4358 L:      linux-media@vger.kernel.org
4359 W:      https://linuxtv.org
4360 T:      git git://linuxtv.org/media_tree.git
4361 S:      Maintained
4362 F:      drivers/media/usb/em28xx/
4363
4364 EMBEDDED LINUX
4365 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4366 M:      Matt Mackall <mpm@selenic.com>
4367 M:      David Woodhouse <dwmw2@infradead.org>
4368 L:      linux-embedded@vger.kernel.org
4369 S:      Maintained
4370
4371 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4372 M:      James Smart <james.smart@avagotech.com>
4373 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4374 L:      linux-scsi@vger.kernel.org
4375 W:      http://www.avagotech.com
4376 S:      Supported
4377 F:      drivers/scsi/lpfc/
4378
4379 ENE CB710 FLASH CARD READER DRIVER
4380 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4381 S:      Maintained
4382 F:      drivers/misc/cb710/
4383 F:      drivers/mmc/host/cb710-mmc.*
4384 F:      include/linux/cb710.h
4385
4386 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4387 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4388 S:      Maintained
4389 F:      drivers/media/rc/ene_ir.*
4390
4391 EPSON S1D13XXX FRAMEBUFFER DRIVER
4392 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4393 S:      Maintained
4394 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4395 F:      drivers/video/fbdev/s1d13xxxfb.c
4396 F:      include/video/s1d13xxxfb.h
4397
4398 ET131X NETWORK DRIVER
4399 M:      Mark Einon <mark.einon@gmail.com>
4400 S:      Odd Fixes
4401 F:      drivers/net/ethernet/agere/
4402
4403 ETHERNET BRIDGE
4404 M:      Stephen Hemminger <stephen@networkplumber.org>
4405 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
4406 L:      netdev@vger.kernel.org
4407 W:      http://www.linuxfoundation.org/en/Net:Bridge
4408 S:      Maintained
4409 F:      include/linux/netfilter_bridge/
4410 F:      net/bridge/
4411
4412 ETHERNET PHY LIBRARY
4413 M:      Florian Fainelli <f.fainelli@gmail.com>
4414 L:      netdev@vger.kernel.org
4415 S:      Maintained
4416 F:      include/linux/phy.h
4417 F:      include/linux/phy_fixed.h
4418 F:      drivers/net/phy/
4419 F:      Documentation/networking/phy.txt
4420 F:      drivers/of/of_mdio.c
4421 F:      drivers/of/of_net.c
4422
4423 EXT2 FILE SYSTEM
4424 M:      Jan Kara <jack@suse.com>
4425 L:      linux-ext4@vger.kernel.org
4426 S:      Maintained
4427 F:      Documentation/filesystems/ext2.txt
4428 F:      fs/ext2/
4429 F:      include/linux/ext2*
4430
4431 EXT4 FILE SYSTEM
4432 M:      "Theodore Ts'o" <tytso@mit.edu>
4433 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4434 L:      linux-ext4@vger.kernel.org
4435 W:      http://ext4.wiki.kernel.org
4436 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4438 S:      Maintained
4439 F:      Documentation/filesystems/ext4.txt
4440 F:      fs/ext4/
4441
4442 Extended Verification Module (EVM)
4443 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4444 L:      linux-ima-devel@lists.sourceforge.net
4445 L:      linux-security-module@vger.kernel.org
4446 S:      Supported
4447 F:      security/integrity/evm/
4448
4449 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4450 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4451 M:      Chanwoo Choi <cw00.choi@samsung.com>
4452 L:      linux-kernel@vger.kernel.org
4453 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4454 S:      Maintained
4455 F:      drivers/extcon/
4456 F:      include/linux/extcon/
4457 F:      include/linux/extcon.h
4458 F:      Documentation/extcon/
4459 F:      Documentation/devicetree/bindings/extcon/
4460
4461 EXYNOS DP DRIVER
4462 M:      Jingoo Han <jingoohan1@gmail.com>
4463 L:      dri-devel@lists.freedesktop.org
4464 S:      Maintained
4465 F:      drivers/gpu/drm/exynos/exynos_dp*
4466
4467 EXYNOS SYSMMU (IOMMU) driver
4468 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4469 L:      iommu@lists.linux-foundation.org
4470 S:      Maintained
4471 F:      drivers/iommu/exynos-iommu.c
4472
4473 EXYNOS MIPI DISPLAY DRIVERS
4474 M:      Inki Dae <inki.dae@samsung.com>
4475 M:      Donghwa Lee <dh09.lee@samsung.com>
4476 M:      Kyungmin Park <kyungmin.park@samsung.com>
4477 L:      linux-fbdev@vger.kernel.org
4478 S:      Maintained
4479 F:      drivers/video/fbdev/exynos/exynos_mipi*
4480 F:      include/video/exynos_mipi*
4481
4482 F71805F HARDWARE MONITORING DRIVER
4483 M:      Jean Delvare <jdelvare@suse.com>
4484 L:      linux-hwmon@vger.kernel.org
4485 S:      Maintained
4486 F:      Documentation/hwmon/f71805f
4487 F:      drivers/hwmon/f71805f.c
4488
4489 FC0011 TUNER DRIVER
4490 M:      Michael Buesch <m@bues.ch>
4491 L:      linux-media@vger.kernel.org
4492 S:      Maintained
4493 F:      drivers/media/tuners/fc0011.h
4494 F:      drivers/media/tuners/fc0011.c
4495
4496 FC2580 MEDIA DRIVER
4497 M:      Antti Palosaari <crope@iki.fi>
4498 L:      linux-media@vger.kernel.org
4499 W:      https://linuxtv.org
4500 W:      http://palosaari.fi/linux/
4501 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4502 T:      git git://linuxtv.org/anttip/media_tree.git
4503 S:      Maintained
4504 F:      drivers/media/tuners/fc2580*
4505
4506 FANOTIFY
4507 M:      Eric Paris <eparis@redhat.com>
4508 S:      Maintained
4509 F:      fs/notify/fanotify/
4510 F:      include/linux/fanotify.h
4511 F:      include/uapi/linux/fanotify.h
4512
4513 FARSYNC SYNCHRONOUS DRIVER
4514 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4515 W:      http://www.farsite.co.uk/
4516 S:      Supported
4517 F:      drivers/net/wan/farsync.*
4518
4519 FAULT INJECTION SUPPORT
4520 M:      Akinobu Mita <akinobu.mita@gmail.com>
4521 S:      Supported
4522 F:      Documentation/fault-injection/
4523 F:      lib/fault-inject.c
4524
4525 FBTFT Framebuffer drivers
4526 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4527 M:      Noralf Trønnes <noralf@tronnes.org>
4528 S:      Maintained
4529 F:      drivers/staging/fbtft/
4530
4531 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4532 M:      Vasu Dev <vasu.dev@intel.com>
4533 L:      fcoe-devel@open-fcoe.org
4534 W:      www.Open-FCoE.org
4535 S:      Supported
4536 F:      drivers/scsi/libfc/
4537 F:      drivers/scsi/fcoe/
4538 F:      include/scsi/fc/
4539 F:      include/scsi/libfc.h
4540 F:      include/scsi/libfcoe.h
4541 F:      include/uapi/scsi/fc/
4542
4543 FILE LOCKING (flock() and fcntl()/lockf())
4544 M:      Jeff Layton <jlayton@poochiereds.net>
4545 M:      "J. Bruce Fields" <bfields@fieldses.org>
4546 L:      linux-fsdevel@vger.kernel.org
4547 S:      Maintained
4548 F:      include/linux/fcntl.h
4549 F:      include/linux/fs.h
4550 F:      include/uapi/linux/fcntl.h
4551 F:      include/uapi/linux/fs.h
4552 F:      fs/fcntl.c
4553 F:      fs/locks.c
4554
4555 FILESYSTEMS (VFS and infrastructure)
4556 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4557 L:      linux-fsdevel@vger.kernel.org
4558 S:      Maintained
4559 F:      fs/*
4560
4561 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4562 M:      Riku Voipio <riku.voipio@iki.fi>
4563 L:      linux-hwmon@vger.kernel.org
4564 S:      Maintained
4565 F:      drivers/hwmon/f75375s.c
4566 F:      include/linux/f75375s.h
4567
4568 FIREWIRE AUDIO DRIVERS
4569 M:      Clemens Ladisch <clemens@ladisch.de>
4570 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4571 T:      git git://git.alsa-project.org/alsa-kernel.git
4572 S:      Maintained
4573 F:      sound/firewire/
4574
4575 FIREWIRE MEDIA DRIVERS (firedtv)
4576 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4577 L:      linux-media@vger.kernel.org
4578 L:      linux1394-devel@lists.sourceforge.net
4579 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4580 S:      Maintained
4581 F:      drivers/media/firewire/
4582
4583 FIREWIRE SBP-2 TARGET
4584 M:      Chris Boot <bootc@bootc.net>
4585 L:      linux-scsi@vger.kernel.org
4586 L:      target-devel@vger.kernel.org
4587 L:      linux1394-devel@lists.sourceforge.net
4588 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4589 S:      Maintained
4590 F:      drivers/target/sbp/
4591
4592 FIREWIRE SUBSYSTEM
4593 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4594 L:      linux1394-devel@lists.sourceforge.net
4595 W:      http://ieee1394.wiki.kernel.org/
4596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4597 S:      Maintained
4598 F:      drivers/firewire/
4599 F:      include/linux/firewire.h
4600 F:      include/uapi/linux/firewire*.h
4601 F:      tools/firewire/
4602
4603 FIRMWARE LOADER (request_firmware)
4604 M:      Ming Lei <ming.lei@canonical.com>
4605 L:      linux-kernel@vger.kernel.org
4606 S:      Maintained
4607 F:      Documentation/firmware_class/
4608 F:      drivers/base/firmware*.c
4609 F:      include/linux/firmware.h
4610
4611 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4612 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4613 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4614 S:      Maintained
4615 F:      drivers/block/rsxx/
4616
4617 FLOPPY DRIVER
4618 M:      Jiri Kosina <jikos@kernel.org>
4619 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4620 S:      Odd fixes
4621 F:      drivers/block/floppy.c
4622
4623 FMC SUBSYSTEM
4624 M:      Alessandro Rubini <rubini@gnudd.com>
4625 W:      http://www.ohwr.org/projects/fmc-bus
4626 S:      Supported
4627 F:      drivers/fmc/
4628 F:      include/linux/fmc*.h
4629 F:      include/linux/ipmi-fru.h
4630 K:      fmc_d.*register
4631
4632 FPGA MANAGER FRAMEWORK
4633 M:      Alan Tull <atull@opensource.altera.com>
4634 R:      Moritz Fischer <moritz.fischer@ettus.com>
4635 S:      Maintained
4636 F:      drivers/fpga/
4637 F:      include/linux/fpga/fpga-mgr.h
4638 W:      http://www.rocketboards.org
4639
4640 FPU EMULATOR
4641 M:      Bill Metzenthen <billm@melbpc.org.au>
4642 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4643 S:      Maintained
4644 F:      arch/x86/math-emu/
4645
4646 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4647 L:      netdev@vger.kernel.org
4648 S:      Orphan
4649 F:      drivers/net/wan/dlci.c
4650 F:      drivers/net/wan/sdla.c
4651
4652 FRAMEBUFFER LAYER
4653 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4654 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4655 L:      linux-fbdev@vger.kernel.org
4656 W:      http://linux-fbdev.sourceforge.net/
4657 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4659 S:      Maintained
4660 F:      Documentation/fb/
4661 F:      drivers/video/
4662 F:      include/video/
4663 F:      include/linux/fb.h
4664 F:      include/uapi/video/
4665 F:      include/uapi/linux/fb.h
4666
4667 FREESCALE DIU FRAMEBUFFER DRIVER
4668 M:      Timur Tabi <timur@tabi.org>
4669 L:      linux-fbdev@vger.kernel.org
4670 S:      Maintained
4671 F:      drivers/video/fbdev/fsl-diu-fb.*
4672
4673 FREESCALE DMA DRIVER
4674 M:      Li Yang <leoli@freescale.com>
4675 M:      Zhang Wei <zw@zh-kernel.org>
4676 L:      linuxppc-dev@lists.ozlabs.org
4677 S:      Maintained
4678 F:      drivers/dma/fsldma.*
4679
4680 FREESCALE GPMI NAND DRIVER
4681 M:      Han Xu <han.xu@nxp.com>
4682 L:      linux-mtd@lists.infradead.org
4683 S:      Maintained
4684 F:      drivers/mtd/nand/gpmi-nand/*
4685
4686 FREESCALE I2C CPM DRIVER
4687 M:      Jochen Friedrich <jochen@scram.de>
4688 L:      linuxppc-dev@lists.ozlabs.org
4689 L:      linux-i2c@vger.kernel.org
4690 S:      Maintained
4691 F:      drivers/i2c/busses/i2c-cpm.c
4692
4693 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4694 M:      Sascha Hauer <kernel@pengutronix.de>
4695 L:      linux-fbdev@vger.kernel.org
4696 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4697 S:      Maintained
4698 F:      include/linux/platform_data/video-imxfb.h
4699 F:      drivers/video/fbdev/imxfb.c
4700
4701 FREESCALE QUAD SPI DRIVER
4702 M:      Han Xu <han.xu@nxp.com>
4703 L:      linux-mtd@lists.infradead.org
4704 S:      Maintained
4705 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4706
4707 FREESCALE SOC FS_ENET DRIVER
4708 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4709 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4710 L:      linuxppc-dev@lists.ozlabs.org
4711 L:      netdev@vger.kernel.org
4712 S:      Maintained
4713 F:      drivers/net/ethernet/freescale/fs_enet/
4714 F:      include/linux/fs_enet_pd.h
4715
4716 FREESCALE IMX / MXC FEC DRIVER
4717 M:      Fugang Duan <fugang.duan@nxp.com>
4718 L:      netdev@vger.kernel.org
4719 S:      Maintained
4720 F:      drivers/net/ethernet/freescale/fec_main.c
4721 F:      drivers/net/ethernet/freescale/fec_ptp.c
4722 F:      drivers/net/ethernet/freescale/fec.h
4723 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
4724
4725 FREESCALE QUICC ENGINE LIBRARY
4726 L:      linuxppc-dev@lists.ozlabs.org
4727 S:      Orphan
4728 F:      drivers/soc/fsl/qe/
4729 F:      include/soc/fsl/*qe*.h
4730 F:      include/soc/fsl/*ucc*.h
4731
4732 FREESCALE USB PERIPHERAL DRIVERS
4733 M:      Li Yang <leoli@freescale.com>
4734 L:      linux-usb@vger.kernel.org
4735 L:      linuxppc-dev@lists.ozlabs.org
4736 S:      Maintained
4737 F:      drivers/usb/gadget/udc/fsl*
4738
4739 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4740 M:      Li Yang <leoli@freescale.com>
4741 L:      netdev@vger.kernel.org
4742 L:      linuxppc-dev@lists.ozlabs.org
4743 S:      Maintained
4744 F:      drivers/net/ethernet/freescale/ucc_geth*
4745
4746 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4747 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4748 L:      netdev@vger.kernel.org
4749 S:      Maintained
4750 F:      drivers/net/ethernet/freescale/gianfar*
4751 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4752 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4753
4754 FREESCALE QUICC ENGINE UCC UART DRIVER
4755 M:      Timur Tabi <timur@tabi.org>
4756 L:      linuxppc-dev@lists.ozlabs.org
4757 S:      Maintained
4758 F:      drivers/tty/serial/ucc_uart.c
4759
4760 FREESCALE SOC SOUND DRIVERS
4761 M:      Timur Tabi <timur@tabi.org>
4762 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4763 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4764 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4765 L:      linuxppc-dev@lists.ozlabs.org
4766 S:      Maintained
4767 F:      sound/soc/fsl/fsl*
4768 F:      sound/soc/fsl/imx*
4769 F:      sound/soc/fsl/mpc8610_hpcd.c
4770
4771 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4772 M:      "J. German Rivera" <German.Rivera@freescale.com>
4773 L:      linux-kernel@vger.kernel.org
4774 S:      Maintained
4775 F:      drivers/staging/fsl-mc/
4776
4777 FREEVXFS FILESYSTEM
4778 M:      Christoph Hellwig <hch@infradead.org>
4779 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4780 S:      Maintained
4781 F:      fs/freevxfs/
4782
4783 FREEZER
4784 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4785 M:      Pavel Machek <pavel@ucw.cz>
4786 L:      linux-pm@vger.kernel.org
4787 S:      Supported
4788 F:      Documentation/power/freezing-of-tasks.txt
4789 F:      include/linux/freezer.h
4790 F:      kernel/freezer.c
4791
4792 FRONTSWAP API
4793 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4794 L:      linux-kernel@vger.kernel.org
4795 S:      Maintained
4796 F:      mm/frontswap.c
4797 F:      include/linux/frontswap.h
4798
4799 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4800 M:      David Howells <dhowells@redhat.com>
4801 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
4802 S:      Supported
4803 F:      Documentation/filesystems/caching/
4804 F:      fs/fscache/
4805 F:      include/linux/fscache*.h
4806
4807 F2FS FILE SYSTEM
4808 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4809 M:      Changman Lee <cm224.lee@samsung.com>
4810 R:      Chao Yu <chao2.yu@samsung.com>
4811 L:      linux-f2fs-devel@lists.sourceforge.net
4812 W:      http://en.wikipedia.org/wiki/F2FS
4813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4814 S:      Maintained
4815 F:      Documentation/filesystems/f2fs.txt
4816 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4817 F:      fs/f2fs/
4818 F:      include/linux/f2fs_fs.h
4819 F:      include/trace/events/f2fs.h
4820
4821 FUJITSU FR-V (FRV) PORT
4822 S:      Orphan
4823 F:      arch/frv/
4824
4825 FUJITSU LAPTOP EXTRAS
4826 M:      Jonathan Woithe <jwoithe@just42.net>
4827 L:      platform-driver-x86@vger.kernel.org
4828 S:      Maintained
4829 F:      drivers/platform/x86/fujitsu-laptop.c
4830
4831 FUJITSU M-5MO LS CAMERA ISP DRIVER
4832 M:      Kyungmin Park <kyungmin.park@samsung.com>
4833 M:      Heungjun Kim <riverful.kim@samsung.com>
4834 L:      linux-media@vger.kernel.org
4835 S:      Maintained
4836 F:      drivers/media/i2c/m5mols/
4837 F:      include/media/i2c/m5mols.h
4838
4839 FUJITSU TABLET EXTRAS
4840 M:      Robert Gerlach <khnz@gmx.de>
4841 L:      platform-driver-x86@vger.kernel.org
4842 S:      Maintained
4843 F:      drivers/platform/x86/fujitsu-tablet.c
4844
4845 FUSE: FILESYSTEM IN USERSPACE
4846 M:      Miklos Szeredi <miklos@szeredi.hu>
4847 L:      fuse-devel@lists.sourceforge.net
4848 W:      http://fuse.sourceforge.net/
4849 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4850 S:      Maintained
4851 F:      fs/fuse/
4852 F:      include/uapi/linux/fuse.h
4853 F:      Documentation/filesystems/fuse.txt
4854
4855 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4856 M:      Rik Faith <faith@cs.unc.edu>
4857 L:      linux-scsi@vger.kernel.org
4858 S:      Odd Fixes (e.g., new signatures)
4859 F:      drivers/scsi/fdomain.*
4860
4861 GCOV BASED KERNEL PROFILING
4862 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4863 S:      Maintained
4864 F:      kernel/gcov/
4865 F:      Documentation/gcov.txt
4866
4867 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4868 M:      Achim Leubner <achim_leubner@adaptec.com>
4869 L:      linux-scsi@vger.kernel.org
4870 W:      http://www.icp-vortex.com/
4871 S:      Supported
4872 F:      drivers/scsi/gdt*
4873
4874 GDB KERNEL DEBUGGING HELPER SCRIPTS
4875 M:      Jan Kiszka <jan.kiszka@siemens.com>
4876 S:      Supported
4877 F:      scripts/gdb/
4878
4879 GEMTEK FM RADIO RECEIVER DRIVER
4880 M:      Hans Verkuil <hverkuil@xs4all.nl>
4881 L:      linux-media@vger.kernel.org
4882 T:      git git://linuxtv.org/media_tree.git
4883 W:      https://linuxtv.org
4884 S:      Maintained
4885 F:      drivers/media/radio/radio-gemtek*
4886
4887 GENERIC GPIO I2C DRIVER
4888 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4889 S:      Supported
4890 F:      drivers/i2c/busses/i2c-gpio.c
4891 F:      include/linux/i2c-gpio.h
4892
4893 GENERIC GPIO I2C MULTIPLEXER DRIVER
4894 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4895 L:      linux-i2c@vger.kernel.org
4896 S:      Supported
4897 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4898 F:      include/linux/i2c-mux-gpio.h
4899 F:      Documentation/i2c/muxes/i2c-mux-gpio
4900
4901 GENERIC HDLC (WAN) DRIVERS
4902 M:      Krzysztof Halasa <khc@pm.waw.pl>
4903 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4904 S:      Maintained
4905 F:      drivers/net/wan/c101.c
4906 F:      drivers/net/wan/hd6457*
4907 F:      drivers/net/wan/hdlc*
4908 F:      drivers/net/wan/n2.c
4909 F:      drivers/net/wan/pc300too.c
4910 F:      drivers/net/wan/pci200syn.c
4911 F:      drivers/net/wan/wanxl*
4912
4913 GENERIC INCLUDE/ASM HEADER FILES
4914 M:      Arnd Bergmann <arnd@arndb.de>
4915 L:      linux-arch@vger.kernel.org
4916 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4917 S:      Maintained
4918 F:      include/asm-generic/
4919 F:      include/uapi/asm-generic/
4920
4921 GENERIC PHY FRAMEWORK
4922 M:      Kishon Vijay Abraham I <kishon@ti.com>
4923 L:      linux-kernel@vger.kernel.org
4924 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4925 S:      Supported
4926 F:      drivers/phy/
4927 F:      include/linux/phy/
4928
4929 GENERIC PM DOMAINS
4930 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4931 M:      Kevin Hilman <khilman@kernel.org>
4932 M:      Ulf Hansson <ulf.hansson@linaro.org>
4933 L:      linux-pm@vger.kernel.org
4934 S:      Supported
4935 F:      drivers/base/power/domain*.c
4936 F:      include/linux/pm_domain.h
4937
4938 GENERIC UIO DRIVER FOR PCI DEVICES
4939 M:      "Michael S. Tsirkin" <mst@redhat.com>
4940 L:      kvm@vger.kernel.org
4941 S:      Supported
4942 F:      drivers/uio/uio_pci_generic.c
4943
4944 GET_MAINTAINER SCRIPT
4945 M:      Joe Perches <joe@perches.com>
4946 S:      Maintained
4947 F:      scripts/get_maintainer.pl
4948
4949 GFS2 FILE SYSTEM
4950 M:      Steven Whitehouse <swhiteho@redhat.com>
4951 M:      Bob Peterson <rpeterso@redhat.com>
4952 L:      cluster-devel@redhat.com
4953 W:      http://sources.redhat.com/cluster/
4954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4955 S:      Supported
4956 F:      Documentation/filesystems/gfs2*.txt
4957 F:      fs/gfs2/
4958 F:      include/uapi/linux/gfs2_ondisk.h
4959
4960 GIGASET ISDN DRIVERS
4961 M:      Paul Bolle <pebolle@tiscali.nl>
4962 L:      gigaset307x-common@lists.sourceforge.net
4963 W:      http://gigaset307x.sourceforge.net/
4964 S:      Odd Fixes
4965 F:      Documentation/isdn/README.gigaset
4966 F:      drivers/isdn/gigaset/
4967 F:      include/uapi/linux/gigaset_dev.h
4968
4969 GO7007 MPEG CODEC
4970 M:      Hans Verkuil <hans.verkuil@cisco.com>
4971 L:      linux-media@vger.kernel.org
4972 S:      Maintained
4973 F:      drivers/media/usb/go7007/
4974
4975 GOODIX TOUCHSCREEN
4976 M:      Bastien Nocera <hadess@hadess.net>
4977 L:      linux-input@vger.kernel.org
4978 S:      Maintained
4979 F:      drivers/input/touchscreen/goodix.c
4980
4981 GPIO SUBSYSTEM
4982 M:      Linus Walleij <linus.walleij@linaro.org>
4983 M:      Alexandre Courbot <gnurou@gmail.com>
4984 L:      linux-gpio@vger.kernel.org
4985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4986 S:      Maintained
4987 F:      Documentation/gpio/
4988 F:      Documentation/ABI/testing/gpio-cdev
4989 F:      Documentation/ABI/obsolete/sysfs-gpio
4990 F:      drivers/gpio/
4991 F:      include/linux/gpio/
4992 F:      include/linux/gpio.h
4993 F:      include/asm-generic/gpio.h
4994 F:      include/uapi/linux/gpio.h
4995 F:      tools/gpio/
4996
4997 GRE DEMULTIPLEXER DRIVER
4998 M:      Dmitry Kozlov <xeb@mail.ru>
4999 L:      netdev@vger.kernel.org
5000 S:      Maintained
5001 F:      net/ipv4/gre_demux.c
5002 F:      net/ipv4/gre_offload.c
5003 F:      include/net/gre.h
5004
5005 GRETH 10/100/1G Ethernet MAC device driver
5006 M:      Kristoffer Glembo <kristoffer@gaisler.com>
5007 L:      netdev@vger.kernel.org
5008 S:      Maintained
5009 F:      drivers/net/ethernet/aeroflex/
5010
5011 GSPCA FINEPIX SUBDRIVER
5012 M:      Frank Zago <frank@zago.net>
5013 L:      linux-media@vger.kernel.org
5014 T:      git git://linuxtv.org/media_tree.git
5015 S:      Maintained
5016 F:      drivers/media/usb/gspca/finepix.c
5017
5018 GSPCA GL860 SUBDRIVER
5019 M:      Olivier Lorin <o.lorin@laposte.net>
5020 L:      linux-media@vger.kernel.org
5021 T:      git git://linuxtv.org/media_tree.git
5022 S:      Maintained
5023 F:      drivers/media/usb/gspca/gl860/
5024
5025 GSPCA M5602 SUBDRIVER
5026 M:      Erik Andren <erik.andren@gmail.com>
5027 L:      linux-media@vger.kernel.org
5028 T:      git git://linuxtv.org/media_tree.git
5029 S:      Maintained
5030 F:      drivers/media/usb/gspca/m5602/
5031
5032 GSPCA PAC207 SONIXB SUBDRIVER
5033 M:      Hans de Goede <hdegoede@redhat.com>
5034 L:      linux-media@vger.kernel.org
5035 T:      git git://linuxtv.org/media_tree.git
5036 S:      Maintained
5037 F:      drivers/media/usb/gspca/pac207.c
5038
5039 GSPCA SN9C20X SUBDRIVER
5040 M:      Brian Johnson <brijohn@gmail.com>
5041 L:      linux-media@vger.kernel.org
5042 T:      git git://linuxtv.org/media_tree.git
5043 S:      Maintained
5044 F:      drivers/media/usb/gspca/sn9c20x.c
5045
5046 GSPCA T613 SUBDRIVER
5047 M:      Leandro Costantino <lcostantino@gmail.com>
5048 L:      linux-media@vger.kernel.org
5049 T:      git git://linuxtv.org/media_tree.git
5050 S:      Maintained
5051 F:      drivers/media/usb/gspca/t613.c
5052
5053 GSPCA USB WEBCAM DRIVER
5054 M:      Hans de Goede <hdegoede@redhat.com>
5055 L:      linux-media@vger.kernel.org
5056 T:      git git://linuxtv.org/media_tree.git
5057 S:      Maintained
5058 F:      drivers/media/usb/gspca/
5059
5060 GUID PARTITION TABLE (GPT)
5061 M:      Davidlohr Bueso <dave@stgolabs.net>
5062 L:      linux-efi@vger.kernel.org
5063 S:      Maintained
5064 F:      block/partitions/efi.*
5065
5066 STK1160 USB VIDEO CAPTURE DRIVER
5067 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5068 L:      linux-media@vger.kernel.org
5069 T:      git git://linuxtv.org/media_tree.git
5070 S:      Maintained
5071 F:      drivers/media/usb/stk1160/
5072
5073 H8/300 ARCHITECTURE
5074 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5075 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5076 W:      http://uclinux-h8.sourceforge.jp
5077 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5078 S:      Maintained
5079 F:      arch/h8300/
5080 F:      drivers/clocksource/h8300_*.c
5081 F:      drivers/clk/h8300/
5082 F:      drivers/irqchip/irq-renesas-h8*.c
5083
5084 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5085 M:      Frank Seidel <frank@f-seidel.de>
5086 L:      platform-driver-x86@vger.kernel.org
5087 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5088 S:      Maintained
5089 F:      drivers/platform/x86/hdaps.c
5090
5091 HDPVR USB VIDEO ENCODER DRIVER
5092 M:      Hans Verkuil <hverkuil@xs4all.nl>
5093 L:      linux-media@vger.kernel.org
5094 T:      git git://linuxtv.org/media_tree.git
5095 W:      https://linuxtv.org
5096 S:      Odd Fixes
5097 F:      drivers/media/usb/hdpvr/
5098
5099 HWPOISON MEMORY FAILURE HANDLING
5100 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5101 L:      linux-mm@kvack.org
5102 S:      Maintained
5103 F:      mm/memory-failure.c
5104 F:      mm/hwpoison-inject.c
5105
5106 HYPERVISOR VIRTUAL CONSOLE DRIVER
5107 L:      linuxppc-dev@lists.ozlabs.org
5108 S:      Odd Fixes
5109 F:      drivers/tty/hvc/
5110
5111 HACKRF MEDIA DRIVER
5112 M:      Antti Palosaari <crope@iki.fi>
5113 L:      linux-media@vger.kernel.org
5114 W:      https://linuxtv.org
5115 W:      http://palosaari.fi/linux/
5116 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5117 T:      git git://linuxtv.org/anttip/media_tree.git
5118 S:      Maintained
5119 F:      drivers/media/usb/hackrf/
5120
5121 HARDWARE MONITORING
5122 M:      Jean Delvare <jdelvare@suse.com>
5123 M:      Guenter Roeck <linux@roeck-us.net>
5124 L:      linux-hwmon@vger.kernel.org
5125 W:      http://hwmon.wiki.kernel.org/
5126 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5128 S:      Maintained
5129 F:      Documentation/hwmon/
5130 F:      drivers/hwmon/
5131 F:      include/linux/hwmon*.h
5132
5133 HARDWARE RANDOM NUMBER GENERATOR CORE
5134 M:      Matt Mackall <mpm@selenic.com>
5135 M:      Herbert Xu <herbert@gondor.apana.org.au>
5136 L:      linux-crypto@vger.kernel.org
5137 S:      Odd fixes
5138 F:      Documentation/hw_random.txt
5139 F:      drivers/char/hw_random/
5140 F:      include/linux/hw_random.h
5141
5142 HARDWARE SPINLOCK CORE
5143 M:      Ohad Ben-Cohen <ohad@wizery.com>
5144 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5145 L:      linux-remoteproc@vger.kernel.org
5146 S:      Maintained
5147 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5148 F:      Documentation/hwspinlock.txt
5149 F:      drivers/hwspinlock/hwspinlock_*
5150 F:      include/linux/hwspinlock.h
5151
5152 HARMONY SOUND DRIVER
5153 L:      linux-parisc@vger.kernel.org
5154 S:      Maintained
5155 F:      sound/parisc/harmony.*
5156
5157 HD29L2 MEDIA DRIVER
5158 M:      Antti Palosaari <crope@iki.fi>
5159 L:      linux-media@vger.kernel.org
5160 W:      https://linuxtv.org
5161 W:      http://palosaari.fi/linux/
5162 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5163 T:      git git://linuxtv.org/anttip/media_tree.git
5164 S:      Maintained
5165 F:      drivers/media/dvb-frontends/hd29l2*
5166
5167 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5168 M:      Don Brace <don.brace@microsemi.com>
5169 L:      iss_storagedev@hp.com
5170 L:      esc.storagedev@microsemi.com
5171 L:      linux-scsi@vger.kernel.org
5172 S:      Supported
5173 F:      Documentation/scsi/hpsa.txt
5174 F:      drivers/scsi/hpsa*.[ch]
5175 F:      include/linux/cciss*.h
5176 F:      include/uapi/linux/cciss*.h
5177
5178 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5179 M:      Don Brace <don.brace@microsemi.com>
5180 L:      iss_storagedev@hp.com
5181 L:      esc.storagedev@microsemi.com
5182 L:      linux-scsi@vger.kernel.org
5183 S:      Supported
5184 F:      Documentation/blockdev/cciss.txt
5185 F:      drivers/block/cciss*
5186 F:      include/linux/cciss_ioctl.h
5187 F:      include/uapi/linux/cciss_ioctl.h
5188
5189 HFS FILESYSTEM
5190 L:      linux-fsdevel@vger.kernel.org
5191 S:      Orphan
5192 F:      Documentation/filesystems/hfs.txt
5193 F:      fs/hfs/
5194
5195 HFSPLUS FILESYSTEM
5196 L:      linux-fsdevel@vger.kernel.org
5197 S:      Orphan
5198 F:      Documentation/filesystems/hfsplus.txt
5199 F:      fs/hfsplus/
5200
5201 HGA FRAMEBUFFER DRIVER
5202 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5203 L:      linux-nvidia@lists.surfsouth.com
5204 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5205 S:      Maintained
5206 F:      drivers/video/fbdev/hgafb.c
5207
5208 HIBERNATION (aka Software Suspend, aka swsusp)
5209 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5210 M:      Pavel Machek <pavel@ucw.cz>
5211 L:      linux-pm@vger.kernel.org
5212 S:      Supported
5213 F:      arch/x86/power/
5214 F:      drivers/base/power/
5215 F:      kernel/power/
5216 F:      include/linux/suspend.h
5217 F:      include/linux/freezer.h
5218 F:      include/linux/pm.h
5219 F:      arch/*/include/asm/suspend*.h
5220
5221 HID CORE LAYER
5222 M:      Jiri Kosina <jikos@kernel.org>
5223 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5224 L:      linux-input@vger.kernel.org
5225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5226 S:      Maintained
5227 F:      drivers/hid/
5228 F:      include/linux/hid*
5229 F:      include/uapi/linux/hid*
5230
5231 HID SENSOR HUB DRIVERS
5232 M:      Jiri Kosina <jikos@kernel.org>
5233 M:      Jonathan Cameron <jic23@kernel.org>
5234 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5235 L:      linux-input@vger.kernel.org
5236 L:      linux-iio@vger.kernel.org
5237 S:      Maintained
5238 F:      Documentation/hid/hid-sensor*
5239 F:      drivers/hid/hid-sensor-*
5240 F:      drivers/iio/*/hid-*
5241 F:      include/linux/hid-sensor-*
5242
5243 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5244 M:      Thomas Gleixner <tglx@linutronix.de>
5245 L:      linux-kernel@vger.kernel.org
5246 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5247 S:      Maintained
5248 F:      Documentation/timers/
5249 F:      kernel/time/hrtimer.c
5250 F:      kernel/time/clockevents.c
5251 F:      kernel/time/tick*.*
5252 F:      kernel/time/timer_*.c
5253 F:      include/linux/clockchips.h
5254 F:      include/linux/hrtimer.h
5255
5256 HIGH-SPEED SCC DRIVER FOR AX.25
5257 L:      linux-hams@vger.kernel.org
5258 S:      Orphan
5259 F:      drivers/net/hamradio/dmascc.c
5260 F:      drivers/net/hamradio/scc.c
5261
5262 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5263 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5264 W:      http://www.highpoint-tech.com
5265 S:      Supported
5266 F:      Documentation/scsi/hptiop.txt
5267 F:      drivers/scsi/hptiop.c
5268
5269 HIPPI
5270 M:      Jes Sorensen <jes@trained-monkey.org>
5271 L:      linux-hippi@sunsite.dk
5272 S:      Maintained
5273 F:      include/linux/hippidevice.h
5274 F:      include/uapi/linux/if_hippi.h
5275 F:      net/802/hippi.c
5276 F:      drivers/net/hippi/
5277
5278 HISILICON SAS Controller
5279 M:      John Garry <john.garry@huawei.com>
5280 W:      http://www.hisilicon.com
5281 S:      Supported
5282 F:      drivers/scsi/hisi_sas/
5283 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5284
5285 HOST AP DRIVER
5286 M:      Jouni Malinen <j@w1.fi>
5287 L:      hostap@shmoo.com (subscribers-only)
5288 L:      linux-wireless@vger.kernel.org
5289 W:      http://hostap.epitest.fi/
5290 S:      Maintained
5291 F:      drivers/net/wireless/intersil/hostap/
5292
5293 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5294 L:      platform-driver-x86@vger.kernel.org
5295 S:      Orphan
5296 F:      drivers/platform/x86/tc1100-wmi.c
5297
5298 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5299 M:      Jaroslav Kysela <perex@perex.cz>
5300 S:      Maintained
5301 F:      drivers/net/ethernet/hp/hp100.*
5302
5303 HPET:   High Precision Event Timers driver
5304 M:      Clemens Ladisch <clemens@ladisch.de>
5305 S:      Maintained
5306 F:      Documentation/timers/hpet.txt
5307 F:      drivers/char/hpet.c
5308 F:      include/linux/hpet.h
5309 F:      include/uapi/linux/hpet.h
5310
5311 HPET:   x86
5312 S:      Orphan
5313 F:      arch/x86/kernel/hpet.c
5314 F:      arch/x86/include/asm/hpet.h
5315
5316 HPFS FILESYSTEM
5317 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5318 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5319 S:      Maintained
5320 F:      fs/hpfs/
5321
5322 HSI SUBSYSTEM
5323 M:      Sebastian Reichel <sre@kernel.org>
5324 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5325 S:      Maintained
5326 F:      Documentation/ABI/testing/sysfs-bus-hsi
5327 F:      Documentation/hsi.txt
5328 F:      drivers/hsi/
5329 F:      include/linux/hsi/
5330 F:      include/uapi/linux/hsi/
5331
5332 HSO 3G MODEM DRIVER
5333 M:      Jan Dumon <j.dumon@option.com>
5334 W:      http://www.pharscape.org
5335 S:      Maintained
5336 F:      drivers/net/usb/hso.c
5337
5338 HSR NETWORK PROTOCOL
5339 M:      Arvid Brodin <arvid.brodin@alten.se>
5340 L:      netdev@vger.kernel.org
5341 S:      Maintained
5342 F:      net/hsr/
5343
5344 HTCPEN TOUCHSCREEN DRIVER
5345 M:      Pau Oliva Fora <pof@eslack.org>
5346 L:      linux-input@vger.kernel.org
5347 S:      Maintained
5348 F:      drivers/input/touchscreen/htcpen.c
5349
5350 HUGETLB FILESYSTEM
5351 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5352 S:      Maintained
5353 F:      fs/hugetlbfs/
5354
5355 Hyper-V CORE AND DRIVERS
5356 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5357 M:      Haiyang Zhang <haiyangz@microsoft.com>
5358 L:      devel@linuxdriverproject.org
5359 S:      Maintained
5360 F:      arch/x86/include/asm/mshyperv.h
5361 F:      arch/x86/include/uapi/asm/hyperv.h
5362 F:      arch/x86/kernel/cpu/mshyperv.c
5363 F:      drivers/hid/hid-hyperv.c
5364 F:      drivers/hv/
5365 F:      drivers/input/serio/hyperv-keyboard.c
5366 F:      drivers/pci/host/pci-hyperv.c
5367 F:      drivers/net/hyperv/
5368 F:      drivers/scsi/storvsc_drv.c
5369 F:      drivers/video/fbdev/hyperv_fb.c
5370 F:      include/linux/hyperv.h
5371 F:      tools/hv/
5372 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5373
5374 I2C MUXES
5375 M:      Peter Rosin <peda@axentia.se>
5376 L:      linux-i2c@vger.kernel.org
5377 S:      Maintained
5378 F:      Documentation/i2c/muxes/
5379 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5380 F:      drivers/i2c/i2c-mux.c
5381 F:      drivers/i2c/muxes/
5382 F:      include/linux/i2c-mux.h
5383
5384 I2C OVER PARALLEL PORT
5385 M:      Jean Delvare <jdelvare@suse.com>
5386 L:      linux-i2c@vger.kernel.org
5387 S:      Maintained
5388 F:      Documentation/i2c/busses/i2c-parport
5389 F:      Documentation/i2c/busses/i2c-parport-light
5390 F:      drivers/i2c/busses/i2c-parport.c
5391 F:      drivers/i2c/busses/i2c-parport-light.c
5392
5393 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5394 M:      Jean Delvare <jdelvare@suse.com>
5395 L:      linux-i2c@vger.kernel.org
5396 S:      Maintained
5397 F:      Documentation/i2c/busses/i2c-ali1535
5398 F:      Documentation/i2c/busses/i2c-ali1563
5399 F:      Documentation/i2c/busses/i2c-ali15x3
5400 F:      Documentation/i2c/busses/i2c-amd756
5401 F:      Documentation/i2c/busses/i2c-amd8111
5402 F:      Documentation/i2c/busses/i2c-i801
5403 F:      Documentation/i2c/busses/i2c-nforce2
5404 F:      Documentation/i2c/busses/i2c-piix4
5405 F:      Documentation/i2c/busses/i2c-sis5595
5406 F:      Documentation/i2c/busses/i2c-sis630
5407 F:      Documentation/i2c/busses/i2c-sis96x
5408 F:      Documentation/i2c/busses/i2c-via
5409 F:      Documentation/i2c/busses/i2c-viapro
5410 F:      drivers/i2c/busses/i2c-ali1535.c
5411 F:      drivers/i2c/busses/i2c-ali1563.c
5412 F:      drivers/i2c/busses/i2c-ali15x3.c
5413 F:      drivers/i2c/busses/i2c-amd756.c
5414 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5415 F:      drivers/i2c/busses/i2c-amd8111.c
5416 F:      drivers/i2c/busses/i2c-i801.c
5417 F:      drivers/i2c/busses/i2c-isch.c
5418 F:      drivers/i2c/busses/i2c-nforce2.c
5419 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5420 F:      drivers/i2c/busses/i2c-piix4.c
5421 F:      drivers/i2c/busses/i2c-sis5595.c
5422 F:      drivers/i2c/busses/i2c-sis630.c
5423 F:      drivers/i2c/busses/i2c-sis96x.c
5424 F:      drivers/i2c/busses/i2c-via.c
5425 F:      drivers/i2c/busses/i2c-viapro.c
5426
5427 I2C/SMBUS ISMT DRIVER
5428 M:      Seth Heasley <seth.heasley@intel.com>
5429 M:      Neil Horman <nhorman@tuxdriver.com>
5430 L:      linux-i2c@vger.kernel.org
5431 F:      drivers/i2c/busses/i2c-ismt.c
5432 F:      Documentation/i2c/busses/i2c-ismt
5433
5434 I2C/SMBUS STUB DRIVER
5435 M:      Jean Delvare <jdelvare@suse.com>
5436 L:      linux-i2c@vger.kernel.org
5437 S:      Maintained
5438 F:      drivers/i2c/i2c-stub.c
5439
5440 I2C SUBSYSTEM
5441 M:      Wolfram Sang <wsa@the-dreams.de>
5442 L:      linux-i2c@vger.kernel.org
5443 W:      https://i2c.wiki.kernel.org/
5444 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5446 S:      Maintained
5447 F:      Documentation/devicetree/bindings/i2c/
5448 F:      Documentation/i2c/
5449 F:      drivers/i2c/
5450 F:      drivers/i2c/*/
5451 F:      include/linux/i2c.h
5452 F:      include/linux/i2c-*.h
5453 F:      include/uapi/linux/i2c.h
5454 F:      include/uapi/linux/i2c-*.h
5455
5456 I2C ACPI SUPPORT
5457 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5458 L:      linux-i2c@vger.kernel.org
5459 L:      linux-acpi@vger.kernel.org
5460 S:      Maintained
5461
5462 I2C-TAOS-EVM DRIVER
5463 M:      Jean Delvare <jdelvare@suse.com>
5464 L:      linux-i2c@vger.kernel.org
5465 S:      Maintained
5466 F:      Documentation/i2c/busses/i2c-taos-evm
5467 F:      drivers/i2c/busses/i2c-taos-evm.c
5468
5469 I2C-TINY-USB DRIVER
5470 M:      Till Harbaum <till@harbaum.org>
5471 L:      linux-i2c@vger.kernel.org
5472 W:      http://www.harbaum.org/till/i2c_tiny_usb
5473 S:      Maintained
5474 F:      drivers/i2c/busses/i2c-tiny-usb.c
5475
5476 i386 BOOT CODE
5477 M:      "H. Peter Anvin" <hpa@zytor.com>
5478 S:      Maintained
5479 F:      arch/x86/boot/
5480
5481 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5482 M:      "H. Peter Anvin" <hpa@zytor.com>
5483 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5484 S:      Maintained
5485
5486 IA64 (Itanium) PLATFORM
5487 M:      Tony Luck <tony.luck@intel.com>
5488 M:      Fenghua Yu <fenghua.yu@intel.com>
5489 L:      linux-ia64@vger.kernel.org
5490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5491 S:      Maintained
5492 F:      arch/ia64/
5493
5494 IBM Power VMX Cryptographic instructions
5495 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5496 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5497 L:      linux-crypto@vger.kernel.org
5498 S:      Supported
5499 F:      drivers/crypto/vmx/Makefile
5500 F:      drivers/crypto/vmx/Kconfig
5501 F:      drivers/crypto/vmx/vmx.c
5502 F:      drivers/crypto/vmx/aes*
5503 F:      drivers/crypto/vmx/ghash*
5504 F:      drivers/crypto/vmx/ppc-xlate.pl
5505
5506 IBM Power in-Nest Crypto Acceleration
5507 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5508 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5509 L:      linux-crypto@vger.kernel.org
5510 S:      Supported
5511 F:      drivers/crypto/nx/Makefile
5512 F:      drivers/crypto/nx/Kconfig
5513 F:      drivers/crypto/nx/nx-aes*
5514 F:      drivers/crypto/nx/nx-sha*
5515 F:      drivers/crypto/nx/nx.*
5516 F:      drivers/crypto/nx/nx_csbcpb.h
5517 F:      drivers/crypto/nx/nx_debugfs.h
5518
5519 IBM Power 842 compression accelerator
5520 M:      Dan Streetman <ddstreet@ieee.org>
5521 S:      Supported
5522 F:      drivers/crypto/nx/Makefile
5523 F:      drivers/crypto/nx/Kconfig
5524 F:      drivers/crypto/nx/nx-842*
5525 F:      include/linux/sw842.h
5526 F:      crypto/842.c
5527 F:      lib/842/
5528
5529 IBM Power Linux RAID adapter
5530 M:      Brian King <brking@us.ibm.com>
5531 S:      Supported
5532 F:      drivers/scsi/ipr.*
5533
5534 IBM Power Virtual Ethernet Device Driver
5535 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5536 L:      netdev@vger.kernel.org
5537 S:      Supported
5538 F:      drivers/net/ethernet/ibm/ibmveth.*
5539
5540 IBM Power SRIOV Virtual NIC Device Driver
5541 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5542 M:      John Allen <jallen@linux.vnet.ibm.com>
5543 L:      netdev@vger.kernel.org
5544 S:      Supported
5545 F:      drivers/net/ethernet/ibm/ibmvnic.*
5546
5547 IBM Power Virtual SCSI Device Drivers
5548 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5549 L:      linux-scsi@vger.kernel.org
5550 S:      Supported
5551 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5552 F:      drivers/scsi/ibmvscsi/viosrp.h
5553
5554 IBM Power Virtual FC Device Drivers
5555 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5556 L:      linux-scsi@vger.kernel.org
5557 S:      Supported
5558 F:      drivers/scsi/ibmvscsi/ibmvfc*
5559
5560 IBM ServeRAID RAID DRIVER
5561 S:      Orphan
5562 F:      drivers/scsi/ips.*
5563
5564 ICH LPC AND GPIO DRIVER
5565 M:      Peter Tyser <ptyser@xes-inc.com>
5566 S:      Maintained
5567 F:      drivers/mfd/lpc_ich.c
5568 F:      drivers/gpio/gpio-ich.c
5569
5570 IDE SUBSYSTEM
5571 M:      "David S. Miller" <davem@davemloft.net>
5572 L:      linux-ide@vger.kernel.org
5573 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5574 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5575 S:      Maintained
5576 F:      Documentation/ide/
5577 F:      drivers/ide/
5578 F:      include/linux/ide.h
5579
5580 IDEAPAD LAPTOP EXTRAS DRIVER
5581 M:      Ike Panhc <ike.pan@canonical.com>
5582 L:      platform-driver-x86@vger.kernel.org
5583 W:      http://launchpad.net/ideapad-laptop
5584 S:      Maintained
5585 F:      drivers/platform/x86/ideapad-laptop.c
5586
5587 IDEAPAD LAPTOP SLIDEBAR DRIVER
5588 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5589 L:      linux-input@vger.kernel.org
5590 W:      https://github.com/o2genum/ideapad-slidebar
5591 S:      Maintained
5592 F:      drivers/input/misc/ideapad_slidebar.c
5593
5594 IDE/ATAPI DRIVERS
5595 M:      Borislav Petkov <bp@alien8.de>
5596 L:      linux-ide@vger.kernel.org
5597 S:      Maintained
5598 F:      Documentation/cdrom/ide-cd
5599 F:      drivers/ide/ide-cd*
5600
5601 IDLE-I7300
5602 M:      Andy Henroid <andrew.d.henroid@intel.com>
5603 L:      linux-pm@vger.kernel.org
5604 S:      Supported
5605 F:      drivers/idle/i7300_idle.c
5606
5607 IEEE 802.15.4 SUBSYSTEM
5608 M:      Alexander Aring <aar@pengutronix.de>
5609 L:      linux-wpan@vger.kernel.org
5610 W:      http://wpan.cakelab.org/
5611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
5612 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
5613 S:      Maintained
5614 F:      net/ieee802154/
5615 F:      net/mac802154/
5616 F:      drivers/net/ieee802154/
5617 F:      include/linux/nl802154.h
5618 F:      include/linux/ieee802154.h
5619 F:      include/net/nl802154.h
5620 F:      include/net/mac802154.h
5621 F:      include/net/af_ieee802154.h
5622 F:      include/net/cfg802154.h
5623 F:      include/net/ieee802154_netdev.h
5624 F:      Documentation/networking/ieee802154.txt
5625
5626 IGORPLUG-USB IR RECEIVER
5627 M:      Sean Young <sean@mess.org>
5628 L:      linux-media@vger.kernel.org
5629 S:      Maintained
5630 F:      drivers/media/rc/igorplugusb.c
5631
5632 IGUANAWORKS USB IR TRANSCEIVER
5633 M:      Sean Young <sean@mess.org>
5634 L:      linux-media@vger.kernel.org
5635 S:      Maintained
5636 F:      drivers/media/rc/iguanair.c
5637
5638 IIO SUBSYSTEM AND DRIVERS
5639 M:      Jonathan Cameron <jic23@kernel.org>
5640 R:      Hartmut Knaack <knaack.h@gmx.de>
5641 R:      Lars-Peter Clausen <lars@metafoo.de>
5642 R:      Peter Meerwald <pmeerw@pmeerw.net>
5643 L:      linux-iio@vger.kernel.org
5644 S:      Maintained
5645 F:      drivers/iio/
5646 F:      drivers/staging/iio/
5647 F:      include/linux/iio/
5648 F:      tools/iio/
5649
5650 IKANOS/ADI EAGLE ADSL USB DRIVER
5651 M:      Matthieu Castet <castet.matthieu@free.fr>
5652 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5653 S:      Maintained
5654 F:      drivers/usb/atm/ueagle-atm.c
5655
5656 INA209 HARDWARE MONITOR DRIVER
5657 M:      Guenter Roeck <linux@roeck-us.net>
5658 L:      linux-hwmon@vger.kernel.org
5659 S:      Maintained
5660 F:      Documentation/hwmon/ina209
5661 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5662 F:      drivers/hwmon/ina209.c
5663
5664 INA2XX HARDWARE MONITOR DRIVER
5665 M:      Guenter Roeck <linux@roeck-us.net>
5666 L:      linux-hwmon@vger.kernel.org
5667 S:      Maintained
5668 F:      Documentation/hwmon/ina2xx
5669 F:      drivers/hwmon/ina2xx.c
5670 F:      include/linux/platform_data/ina2xx.h
5671
5672 INDUSTRY PACK SUBSYSTEM (IPACK)
5673 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5674 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5675 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5676 L:      industrypack-devel@lists.sourceforge.net
5677 W:      http://industrypack.sourceforge.net
5678 S:      Maintained
5679 F:      drivers/ipack/
5680
5681 INGENIC JZ4780 DMA Driver
5682 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5683 S:      Maintained
5684 F:      drivers/dma/dma-jz4780.c
5685
5686 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5687 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5688 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5689 L:      linux-ima-devel@lists.sourceforge.net
5690 L:      linux-ima-user@lists.sourceforge.net
5691 L:      linux-security-module@vger.kernel.org
5692 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5693 S:      Supported
5694 F:      security/integrity/ima/
5695
5696 IMGTEC IR DECODER DRIVER
5697 M:      James Hogan <james.hogan@imgtec.com>
5698 S:      Maintained
5699 F:      drivers/media/rc/img-ir/
5700
5701 IMS TWINTURBO FRAMEBUFFER DRIVER
5702 L:      linux-fbdev@vger.kernel.org
5703 S:      Orphan
5704 F:      drivers/video/fbdev/imsttfb.c
5705
5706 INFINIBAND SUBSYSTEM
5707 M:      Doug Ledford <dledford@redhat.com>
5708 M:      Sean Hefty <sean.hefty@intel.com>
5709 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5710 L:      linux-rdma@vger.kernel.org
5711 W:      http://www.openfabrics.org/
5712 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5714 S:      Supported
5715 F:      Documentation/infiniband/
5716 F:      drivers/infiniband/
5717 F:      drivers/staging/rdma/
5718 F:      include/uapi/linux/if_infiniband.h
5719 F:      include/uapi/rdma/
5720 F:      include/rdma/
5721
5722 INOTIFY
5723 M:      John McCutchan <john@johnmccutchan.com>
5724 M:      Robert Love <rlove@rlove.org>
5725 M:      Eric Paris <eparis@parisplace.org>
5726 S:      Maintained
5727 F:      Documentation/filesystems/inotify.txt
5728 F:      fs/notify/inotify/
5729 F:      include/linux/inotify.h
5730 F:      include/uapi/linux/inotify.h
5731
5732 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5733 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5734 L:      linux-input@vger.kernel.org
5735 Q:      http://patchwork.kernel.org/project/linux-input/list/
5736 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5737 S:      Maintained
5738 F:      drivers/input/
5739 F:      include/linux/input.h
5740 F:      include/uapi/linux/input.h
5741 F:      include/linux/input/
5742 F:      Documentation/devicetree/bindings/input/
5743
5744 INPUT MULTITOUCH (MT) PROTOCOL
5745 M:      Henrik Rydberg <rydberg@bitmath.org>
5746 L:      linux-input@vger.kernel.org
5747 S:      Odd fixes
5748 F:      Documentation/input/multi-touch-protocol.txt
5749 F:      drivers/input/input-mt.c
5750 K:      \b(ABS|SYN)_MT_
5751
5752 INTEL ASoC BDW/HSW DRIVERS
5753 M:      Jie Yang <yang.jie@linux.intel.com>
5754 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5755 S:      Supported
5756 F:      sound/soc/intel/common/sst-dsp*
5757 F:      sound/soc/intel/common/sst-firmware.c
5758 F:      sound/soc/intel/boards/broadwell.c
5759 F:      sound/soc/intel/haswell/
5760
5761 INTEL C600 SERIES SAS CONTROLLER DRIVER
5762 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5763 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5764 L:      linux-scsi@vger.kernel.org
5765 T:      git git://git.code.sf.net/p/intel-sas/isci
5766 S:      Supported
5767 F:      drivers/scsi/isci/
5768
5769 INTEL HID EVENT DRIVER
5770 M:      Alex Hung <alex.hung@canonical.com>
5771 L:      platform-driver-x86@vger.kernel.org
5772 S:      Maintained
5773 F:      drivers/platform/x86/intel-hid.c
5774
5775 INTEL IDLE DRIVER
5776 M:      Len Brown <lenb@kernel.org>
5777 L:      linux-pm@vger.kernel.org
5778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5779 S:      Supported
5780 F:      drivers/idle/intel_idle.c
5781
5782 INTEL PSTATE DRIVER
5783 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5784 M:      Len Brown <lenb@kernel.org>
5785 L:      linux-pm@vger.kernel.org
5786 S:      Supported
5787 F:      drivers/cpufreq/intel_pstate.c
5788
5789 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5790 M:      Maik Broemme <mbroemme@plusserver.de>
5791 L:      linux-fbdev@vger.kernel.org
5792 S:      Maintained
5793 F:      Documentation/fb/intelfb.txt
5794 F:      drivers/video/fbdev/intelfb/
5795
5796 INTEL 810/815 FRAMEBUFFER DRIVER
5797 M:      Antonino Daplas <adaplas@gmail.com>
5798 L:      linux-fbdev@vger.kernel.org
5799 S:      Maintained
5800 F:      drivers/video/fbdev/i810/
5801
5802 INTEL MENLOW THERMAL DRIVER
5803 M:      Sujith Thomas <sujith.thomas@intel.com>
5804 L:      platform-driver-x86@vger.kernel.org
5805 W:      https://01.org/linux-acpi
5806 S:      Supported
5807 F:      drivers/platform/x86/intel_menlow.c
5808
5809 INTEL I/OAT DMA DRIVER
5810 M:      Dave Jiang <dave.jiang@intel.com>
5811 R:      Dan Williams <dan.j.williams@intel.com>
5812 L:      dmaengine@vger.kernel.org
5813 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5814 S:      Supported
5815 F:      drivers/dma/ioat*
5816
5817 INTEL IOMMU (VT-d)
5818 M:      David Woodhouse <dwmw2@infradead.org>
5819 L:      iommu@lists.linux-foundation.org
5820 T:      git git://git.infradead.org/iommu-2.6.git
5821 S:      Supported
5822 F:      drivers/iommu/intel-iommu.c
5823 F:      include/linux/intel-iommu.h
5824
5825 INTEL IOP-ADMA DMA DRIVER
5826 R:      Dan Williams <dan.j.williams@intel.com>
5827 S:      Odd fixes
5828 F:      drivers/dma/iop-adma.c
5829
5830 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5831 M:      Krzysztof Halasa <khalasa@piap.pl>
5832 S:      Maintained
5833 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5834 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5835 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5836 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5837 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5838 F:      drivers/net/wan/ixp4xx_hss.c
5839
5840 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5841 M:      Deepak Saxena <dsaxena@plexity.net>
5842 S:      Maintained
5843 F:      drivers/char/hw_random/ixp4xx-rng.c
5844
5845 INTEL ETHERNET DRIVERS
5846 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5847 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5848 R:      Shannon Nelson <shannon.nelson@intel.com>
5849 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5850 R:      Don Skidmore <donald.c.skidmore@intel.com>
5851 R:      Bruce Allan <bruce.w.allan@intel.com>
5852 R:      John Ronciak <john.ronciak@intel.com>
5853 R:      Mitch Williams <mitch.a.williams@intel.com>
5854 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
5855 W:      http://www.intel.com/support/feedback.htm
5856 W:      http://e1000.sourceforge.net/
5857 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5858 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5859 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5860 S:      Supported
5861 F:      Documentation/networking/e100.txt
5862 F:      Documentation/networking/e1000.txt
5863 F:      Documentation/networking/e1000e.txt
5864 F:      Documentation/networking/igb.txt
5865 F:      Documentation/networking/igbvf.txt
5866 F:      Documentation/networking/ixgb.txt
5867 F:      Documentation/networking/ixgbe.txt
5868 F:      Documentation/networking/ixgbevf.txt
5869 F:      Documentation/networking/i40e.txt
5870 F:      Documentation/networking/i40evf.txt
5871 F:      drivers/net/ethernet/intel/
5872 F:      drivers/net/ethernet/intel/*/
5873
5874 INTEL RDMA RNIC DRIVER
5875 M:     Faisal Latif <faisal.latif@intel.com>
5876 R:     Chien Tin Tung <chien.tin.tung@intel.com>
5877 R:     Mustafa Ismail <mustafa.ismail@intel.com>
5878 R:     Shiraz Saleem <shiraz.saleem@intel.com>
5879 R:     Tatyana Nikolova <tatyana.e.nikolova@intel.com>
5880 L:     linux-rdma@vger.kernel.org
5881 S:     Supported
5882 F:     drivers/infiniband/hw/i40iw/
5883
5884 INTEL-MID GPIO DRIVER
5885 M:      David Cohen <david.a.cohen@linux.intel.com>
5886 L:      linux-gpio@vger.kernel.org
5887 S:      Maintained
5888 F:      drivers/gpio/gpio-intel-mid.c
5889
5890 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5891 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5892 L:      linux-wireless@vger.kernel.org
5893 S:      Maintained
5894 F:      Documentation/networking/README.ipw2100
5895 F:      Documentation/networking/README.ipw2200
5896 F:      drivers/net/wireless/intel/ipw2x00/
5897
5898 INTEL(R) TRACE HUB
5899 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
5900 S:      Supported
5901 F:      Documentation/trace/intel_th.txt
5902 F:      drivers/hwtracing/intel_th/
5903
5904 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5905 M:      Ning Sun <ning.sun@intel.com>
5906 L:      tboot-devel@lists.sourceforge.net
5907 W:      http://tboot.sourceforge.net
5908 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5909 S:      Supported
5910 F:      Documentation/intel_txt.txt
5911 F:      include/linux/tboot.h
5912 F:      arch/x86/kernel/tboot.c
5913
5914 INTEL WIRELESS WIMAX CONNECTION 2400
5915 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5916 M:      linux-wimax@intel.com
5917 L:      wimax@linuxwimax.org (subscribers-only)
5918 S:      Supported
5919 W:      http://linuxwimax.org
5920 F:      Documentation/wimax/README.i2400m
5921 F:      drivers/net/wimax/i2400m/
5922 F:      include/uapi/linux/wimax/i2400m.h
5923
5924 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5925 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5926 L:      linux-wireless@vger.kernel.org
5927 S:      Supported
5928 F:      drivers/net/wireless/intel/iwlegacy/
5929
5930 INTEL WIRELESS WIFI LINK (iwlwifi)
5931 M:      Johannes Berg <johannes.berg@intel.com>
5932 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5933 M:      Intel Linux Wireless <linuxwifi@intel.com>
5934 L:      linux-wireless@vger.kernel.org
5935 W:      http://intellinuxwireless.org
5936 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5937 S:      Supported
5938 F:      drivers/net/wireless/intel/iwlwifi/
5939
5940 INTEL MANAGEMENT ENGINE (mei)
5941 M:      Tomas Winkler <tomas.winkler@intel.com>
5942 L:      linux-kernel@vger.kernel.org
5943 S:      Supported
5944 F:      include/uapi/linux/mei.h
5945 F:      include/linux/mei_cl_bus.h
5946 F:      drivers/misc/mei/*
5947 F:      drivers/watchdog/mei_wdt.c
5948 F:      Documentation/misc-devices/mei/*
5949
5950 INTEL MIC DRIVERS (mic)
5951 M:      Sudeep Dutt <sudeep.dutt@intel.com>
5952 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
5953 S:      Supported
5954 W:      https://github.com/sudeepdutt/mic
5955 W:      http://software.intel.com/en-us/mic-developer
5956 F:      include/linux/mic_bus.h
5957 F:      include/linux/scif.h
5958 F:      include/uapi/linux/mic_common.h
5959 F:      include/uapi/linux/mic_ioctl.h
5960 F:      include/uapi/linux/scif_ioctl.h
5961 F:      drivers/misc/mic/
5962 F:      drivers/dma/mic_x100_dma.c
5963 F:      drivers/dma/mic_x100_dma.h
5964 F:      Documentation/mic/
5965
5966 INTEL PMC/P-Unit IPC DRIVER
5967 M:      Zha Qipeng<qipeng.zha@intel.com>
5968 L:      platform-driver-x86@vger.kernel.org
5969 S:      Maintained
5970 F:      drivers/platform/x86/intel_pmc_ipc.c
5971 F:      drivers/platform/x86/intel_punit_ipc.c
5972 F:      arch/x86/include/asm/intel_pmc_ipc.h
5973 F:      arch/x86/include/asm/intel_punit_ipc.h
5974
5975 INTEL TELEMETRY DRIVER
5976 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
5977 L:      platform-driver-x86@vger.kernel.org
5978 S:      Maintained
5979 F:      arch/x86/include/asm/intel_telemetry.h
5980 F:      drivers/platform/x86/intel_telemetry*
5981
5982 IOC3 ETHERNET DRIVER
5983 M:      Ralf Baechle <ralf@linux-mips.org>
5984 L:      linux-mips@linux-mips.org
5985 S:      Maintained
5986 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5987
5988 IOC3 SERIAL DRIVER
5989 M:      Pat Gefre <pfg@sgi.com>
5990 L:      linux-serial@vger.kernel.org
5991 S:      Maintained
5992 F:      drivers/tty/serial/ioc3_serial.c
5993
5994 IOMMU DRIVERS
5995 M:      Joerg Roedel <joro@8bytes.org>
5996 L:      iommu@lists.linux-foundation.org
5997 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5998 S:      Maintained
5999 F:      drivers/iommu/
6000
6001 IP MASQUERADING
6002 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6003 S:      Maintained
6004 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
6005
6006 IPMI SUBSYSTEM
6007 M:      Corey Minyard <minyard@acm.org>
6008 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6009 W:      http://openipmi.sourceforge.net/
6010 S:      Supported
6011 F:      Documentation/IPMI.txt
6012 F:      drivers/char/ipmi/
6013 F:      include/linux/ipmi*
6014 F:      include/uapi/linux/ipmi*
6015
6016 QCOM AUDIO (ASoC) DRIVERS
6017 M:      Patrick Lai <plai@codeaurora.org>
6018 M:      Banajit Goswami <bgoswami@codeaurora.org>
6019 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6020 S:      Supported
6021 F:      sound/soc/qcom/
6022
6023 IPS SCSI RAID DRIVER
6024 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6025 L:      linux-scsi@vger.kernel.org
6026 W:      http://www.adaptec.com/
6027 S:      Maintained
6028 F:      drivers/scsi/ips*
6029
6030 IPVS
6031 M:      Wensong Zhang <wensong@linux-vs.org>
6032 M:      Simon Horman <horms@verge.net.au>
6033 M:      Julian Anastasov <ja@ssi.bg>
6034 L:      netdev@vger.kernel.org
6035 L:      lvs-devel@vger.kernel.org
6036 S:      Maintained
6037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6039 F:      Documentation/networking/ipvs-sysctl.txt
6040 F:      include/net/ip_vs.h
6041 F:      include/uapi/linux/ip_vs.h
6042 F:      net/netfilter/ipvs/
6043
6044 IPWIRELESS DRIVER
6045 M:      Jiri Kosina <jikos@kernel.org>
6046 M:      David Sterba <dsterba@suse.com>
6047 S:      Odd Fixes
6048 F:      drivers/tty/ipwireless/
6049
6050 IPX NETWORK LAYER
6051 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6052 L:      netdev@vger.kernel.org
6053 S:      Maintained
6054 F:      include/net/ipx.h
6055 F:      include/uapi/linux/ipx.h
6056 F:      net/ipx/
6057
6058 IRDA SUBSYSTEM
6059 M:      Samuel Ortiz <samuel@sortiz.org>
6060 L:      irda-users@lists.sourceforge.net (subscribers-only)
6061 L:      netdev@vger.kernel.org
6062 W:      http://irda.sourceforge.net/
6063 S:      Maintained
6064 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6065 F:      Documentation/networking/irda.txt
6066 F:      drivers/net/irda/
6067 F:      include/net/irda/
6068 F:      net/irda/
6069
6070 IRQ SUBSYSTEM
6071 M:      Thomas Gleixner <tglx@linutronix.de>
6072 L:      linux-kernel@vger.kernel.org
6073 S:      Maintained
6074 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6075 F:      kernel/irq/
6076
6077 IRQCHIP DRIVERS
6078 M:      Thomas Gleixner <tglx@linutronix.de>
6079 M:      Jason Cooper <jason@lakedaemon.net>
6080 M:      Marc Zyngier <marc.zyngier@arm.com>
6081 L:      linux-kernel@vger.kernel.org
6082 S:      Maintained
6083 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6084 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6085 F:      Documentation/devicetree/bindings/interrupt-controller/
6086 F:      drivers/irqchip/
6087
6088 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6089 M:      Jiang Liu <jiang.liu@linux.intel.com>
6090 M:      Marc Zyngier <marc.zyngier@arm.com>
6091 S:      Maintained
6092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6093 F:      Documentation/IRQ-domain.txt
6094 F:      include/linux/irqdomain.h
6095 F:      kernel/irq/irqdomain.c
6096 F:      kernel/irq/msi.c
6097
6098 ISAPNP
6099 M:      Jaroslav Kysela <perex@perex.cz>
6100 S:      Maintained
6101 F:      Documentation/isapnp.txt
6102 F:      drivers/pnp/isapnp/
6103 F:      include/linux/isapnp.h
6104
6105 ISA RADIO MODULE
6106 M:      Hans Verkuil <hverkuil@xs4all.nl>
6107 L:      linux-media@vger.kernel.org
6108 T:      git git://linuxtv.org/media_tree.git
6109 W:      https://linuxtv.org
6110 S:      Maintained
6111 F:      drivers/media/radio/radio-isa*
6112
6113 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6114 M:      Peter Jones <pjones@redhat.com>
6115 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6116 S:      Maintained
6117 F:      drivers/firmware/iscsi_ibft*
6118
6119 ISCSI
6120 M:      Mike Christie <michaelc@cs.wisc.edu>
6121 L:      open-iscsi@googlegroups.com
6122 W:      www.open-iscsi.org
6123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6124 S:      Maintained
6125 F:      drivers/scsi/*iscsi*
6126 F:      include/scsi/*iscsi*
6127
6128 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6129 M:      Or Gerlitz <ogerlitz@mellanox.com>
6130 M:      Sagi Grimberg <sagig@mellanox.com>
6131 M:      Roi Dayan <roid@mellanox.com>
6132 L:      linux-rdma@vger.kernel.org
6133 S:      Supported
6134 W:      http://www.openfabrics.org
6135 W:      www.open-iscsi.org
6136 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6137 F:      drivers/infiniband/ulp/iser/
6138
6139 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6140 M:      Sagi Grimberg <sagig@mellanox.com>
6141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6142 L:      linux-rdma@vger.kernel.org
6143 L:      target-devel@vger.kernel.org
6144 S:      Supported
6145 W:      http://www.linux-iscsi.org
6146 F:      drivers/infiniband/ulp/isert
6147
6148 ISDN SUBSYSTEM
6149 M:      Karsten Keil <isdn@linux-pingi.de>
6150 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6151 L:      netdev@vger.kernel.org
6152 W:      http://www.isdn4linux.de
6153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6154 S:      Maintained
6155 F:      Documentation/isdn/
6156 F:      drivers/isdn/
6157 F:      include/linux/isdn.h
6158 F:      include/linux/isdn/
6159 F:      include/uapi/linux/isdn.h
6160 F:      include/uapi/linux/isdn/
6161
6162 ISDN SUBSYSTEM (Eicon active card driver)
6163 M:      Armin Schindler <mac@melware.de>
6164 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6165 W:      http://www.melware.de
6166 S:      Maintained
6167 F:      drivers/isdn/hardware/eicon/
6168
6169 IT87 HARDWARE MONITORING DRIVER
6170 M:      Jean Delvare <jdelvare@suse.com>
6171 L:      linux-hwmon@vger.kernel.org
6172 S:      Maintained
6173 F:      Documentation/hwmon/it87
6174 F:      drivers/hwmon/it87.c
6175
6176 IT913X MEDIA DRIVER
6177 M:      Antti Palosaari <crope@iki.fi>
6178 L:      linux-media@vger.kernel.org
6179 W:      https://linuxtv.org
6180 W:      http://palosaari.fi/linux/
6181 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6182 T:      git git://linuxtv.org/anttip/media_tree.git
6183 S:      Maintained
6184 F:      drivers/media/tuners/it913x*
6185
6186 IVTV VIDEO4LINUX DRIVER
6187 M:      Andy Walls <awalls@md.metrocast.net>
6188 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6189 L:      linux-media@vger.kernel.org
6190 T:      git git://linuxtv.org/media_tree.git
6191 W:      http://www.ivtvdriver.org
6192 S:      Maintained
6193 F:      Documentation/video4linux/*.ivtv
6194 F:      drivers/media/pci/ivtv/
6195 F:      include/uapi/linux/ivtv*
6196
6197 IX2505V MEDIA DRIVER
6198 M:      Malcolm Priestley <tvboxspy@gmail.com>
6199 L:      linux-media@vger.kernel.org
6200 W:      https://linuxtv.org
6201 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6202 S:      Maintained
6203 F:      drivers/media/dvb-frontends/ix2505v*
6204
6205 JC42.4 TEMPERATURE SENSOR DRIVER
6206 M:      Guenter Roeck <linux@roeck-us.net>
6207 L:      linux-hwmon@vger.kernel.org
6208 S:      Maintained
6209 F:      drivers/hwmon/jc42.c
6210 F:      Documentation/hwmon/jc42
6211
6212 JFS FILESYSTEM
6213 M:      Dave Kleikamp <shaggy@kernel.org>
6214 L:      jfs-discussion@lists.sourceforge.net
6215 W:      http://jfs.sourceforge.net/
6216 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6217 S:      Maintained
6218 F:      Documentation/filesystems/jfs.txt
6219 F:      fs/jfs/
6220
6221 JME NETWORK DRIVER
6222 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6223 L:      netdev@vger.kernel.org
6224 S:      Maintained
6225 F:      drivers/net/ethernet/jme.*
6226
6227 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6228 M:      David Woodhouse <dwmw2@infradead.org>
6229 L:      linux-mtd@lists.infradead.org
6230 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6231 S:      Maintained
6232 F:      fs/jffs2/
6233 F:      include/uapi/linux/jffs2.h
6234
6235 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6236 M:      "Theodore Ts'o" <tytso@mit.edu>
6237 M:      Jan Kara <jack@suse.com>
6238 L:      linux-ext4@vger.kernel.org
6239 S:      Maintained
6240 F:      fs/jbd2/
6241 F:      include/linux/jbd2.h
6242
6243 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6244 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6245 L:      linux-media@vger.kernel.org
6246 S:      Maintained
6247 F:      drivers/media/platform/rcar_jpu.c
6248
6249 JSM Neo PCI based serial card
6250 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6251 L:      linux-serial@vger.kernel.org
6252 S:      Maintained
6253 F:      drivers/tty/serial/jsm/
6254
6255 K10TEMP HARDWARE MONITORING DRIVER
6256 M:      Clemens Ladisch <clemens@ladisch.de>
6257 L:      linux-hwmon@vger.kernel.org
6258 S:      Maintained
6259 F:      Documentation/hwmon/k10temp
6260 F:      drivers/hwmon/k10temp.c
6261
6262 K8TEMP HARDWARE MONITORING DRIVER
6263 M:      Rudolf Marek <r.marek@assembler.cz>
6264 L:      linux-hwmon@vger.kernel.org
6265 S:      Maintained
6266 F:      Documentation/hwmon/k8temp
6267 F:      drivers/hwmon/k8temp.c
6268
6269 KASAN
6270 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6271 R:      Alexander Potapenko <glider@google.com>
6272 R:      Dmitry Vyukov <dvyukov@google.com>
6273 L:      kasan-dev@googlegroups.com
6274 S:      Maintained
6275 F:      arch/*/include/asm/kasan.h
6276 F:      arch/*/mm/kasan_init*
6277 F:      Documentation/kasan.txt
6278 F:      include/linux/kasan.h
6279 F:      lib/test_kasan.c
6280 F:      mm/kasan/
6281 F:      scripts/Makefile.kasan
6282
6283 KCONFIG
6284 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6285 L:      linux-kbuild@vger.kernel.org
6286 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6287 S:      Maintained
6288 F:      Documentation/kbuild/kconfig-language.txt
6289 F:      scripts/kconfig/
6290
6291 KDUMP
6292 M:      Vivek Goyal <vgoyal@redhat.com>
6293 M:      Haren Myneni <hbabu@us.ibm.com>
6294 L:      kexec@lists.infradead.org
6295 W:      http://lse.sourceforge.net/kdump/
6296 S:      Maintained
6297 F:      Documentation/kdump/
6298
6299 KEENE FM RADIO TRANSMITTER DRIVER
6300 M:      Hans Verkuil <hverkuil@xs4all.nl>
6301 L:      linux-media@vger.kernel.org
6302 T:      git git://linuxtv.org/media_tree.git
6303 W:      https://linuxtv.org
6304 S:      Maintained
6305 F:      drivers/media/radio/radio-keene*
6306
6307 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6308 M:      Ian Kent <raven@themaw.net>
6309 L:      autofs@vger.kernel.org
6310 S:      Maintained
6311 F:      fs/autofs4/
6312
6313 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6314 M:      Michal Marek <mmarek@suse.com>
6315 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6316 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6317 L:      linux-kbuild@vger.kernel.org
6318 S:      Maintained
6319 F:      Documentation/kbuild/
6320 F:      Makefile
6321 F:      scripts/Makefile.*
6322 F:      scripts/basic/
6323 F:      scripts/mk*
6324 F:      scripts/package/
6325
6326 KERNEL JANITORS
6327 L:      kernel-janitors@vger.kernel.org
6328 W:      http://kernelnewbies.org/KernelJanitors
6329 S:      Odd Fixes
6330
6331 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6332 M:      "J. Bruce Fields" <bfields@fieldses.org>
6333 M:      Jeff Layton <jlayton@poochiereds.net>
6334 L:      linux-nfs@vger.kernel.org
6335 W:      http://nfs.sourceforge.net/
6336 T:      git git://linux-nfs.org/~bfields/linux.git
6337 S:      Supported
6338 F:      fs/nfsd/
6339 F:      include/uapi/linux/nfsd/
6340 F:      fs/lockd/
6341 F:      fs/nfs_common/
6342 F:      net/sunrpc/
6343 F:      include/linux/lockd/
6344 F:      include/linux/sunrpc/
6345 F:      include/uapi/linux/sunrpc/
6346
6347 KERNEL SELFTEST FRAMEWORK
6348 M:      Shuah Khan <shuahkh@osg.samsung.com>
6349 L:      linux-kselftest@vger.kernel.org
6350 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6351 S:      Maintained
6352 F:      tools/testing/selftests
6353
6354 KERNEL VIRTUAL MACHINE (KVM)
6355 M:      Gleb Natapov <gleb@kernel.org>
6356 M:      Paolo Bonzini <pbonzini@redhat.com>
6357 L:      kvm@vger.kernel.org
6358 W:      http://www.linux-kvm.org
6359 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6360 S:      Supported
6361 F:      Documentation/*/kvm*.txt
6362 F:      Documentation/virtual/kvm/
6363 F:      arch/*/kvm/
6364 F:      arch/x86/kernel/kvm.c
6365 F:      arch/x86/kernel/kvmclock.c
6366 F:      arch/*/include/asm/kvm*
6367 F:      include/linux/kvm*
6368 F:      include/uapi/linux/kvm*
6369 F:      virt/kvm/
6370
6371 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6372 M:      Joerg Roedel <joro@8bytes.org>
6373 L:      kvm@vger.kernel.org
6374 W:      http://www.linux-kvm.org/
6375 S:      Maintained
6376 F:      arch/x86/include/asm/svm.h
6377 F:      arch/x86/kvm/svm.c
6378
6379 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6380 M:      Alexander Graf <agraf@suse.com>
6381 L:      kvm-ppc@vger.kernel.org
6382 W:      http://www.linux-kvm.org/
6383 T:      git git://github.com/agraf/linux-2.6.git
6384 S:      Supported
6385 F:      arch/powerpc/include/asm/kvm*
6386 F:      arch/powerpc/kvm/
6387
6388 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6389 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6390 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6391 L:      linux-s390@vger.kernel.org
6392 W:      http://www.ibm.com/developerworks/linux/linux390/
6393 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6394 S:      Supported
6395 F:      Documentation/s390/kvm.txt
6396 F:      arch/s390/include/asm/kvm*
6397 F:      arch/s390/kvm/
6398
6399 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6400 M:      Christoffer Dall <christoffer.dall@linaro.org>
6401 M:      Marc Zyngier <marc.zyngier@arm.com>
6402 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6403 L:      kvmarm@lists.cs.columbia.edu
6404 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6406 S:      Supported
6407 F:      arch/arm/include/uapi/asm/kvm*
6408 F:      arch/arm/include/asm/kvm*
6409 F:      arch/arm/kvm/
6410 F:      virt/kvm/arm/
6411 F:      include/kvm/arm_*
6412
6413 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6414 M:      Christoffer Dall <christoffer.dall@linaro.org>
6415 M:      Marc Zyngier <marc.zyngier@arm.com>
6416 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6417 L:      kvmarm@lists.cs.columbia.edu
6418 S:      Maintained
6419 F:      arch/arm64/include/uapi/asm/kvm*
6420 F:      arch/arm64/include/asm/kvm*
6421 F:      arch/arm64/kvm/
6422
6423 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6424 M:      James Hogan <james.hogan@imgtec.com>
6425 L:      linux-mips@linux-mips.org
6426 S:      Supported
6427 F:      arch/mips/include/uapi/asm/kvm*
6428 F:      arch/mips/include/asm/kvm*
6429 F:      arch/mips/kvm/
6430
6431 KEXEC
6432 M:      Eric Biederman <ebiederm@xmission.com>
6433 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6434 L:      kexec@lists.infradead.org
6435 S:      Maintained
6436 F:      include/linux/kexec.h
6437 F:      include/uapi/linux/kexec.h
6438 F:      kernel/kexec.c
6439
6440 KEYS/KEYRINGS:
6441 M:      David Howells <dhowells@redhat.com>
6442 L:      keyrings@vger.kernel.org
6443 S:      Maintained
6444 F:      Documentation/security/keys.txt
6445 F:      include/linux/key.h
6446 F:      include/linux/key-type.h
6447 F:      include/keys/
6448 F:      security/keys/
6449
6450 KEYS-TRUSTED
6451 M:      David Safford <safford@us.ibm.com>
6452 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6453 L:      linux-security-module@vger.kernel.org
6454 L:      keyrings@vger.kernel.org
6455 S:      Supported
6456 F:      Documentation/security/keys-trusted-encrypted.txt
6457 F:      include/keys/trusted-type.h
6458 F:      security/keys/trusted.c
6459 F:      security/keys/trusted.h
6460
6461 KEYS-ENCRYPTED
6462 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6463 M:      David Safford <safford@us.ibm.com>
6464 L:      linux-security-module@vger.kernel.org
6465 L:      keyrings@vger.kernel.org
6466 S:      Supported
6467 F:      Documentation/security/keys-trusted-encrypted.txt
6468 F:      include/keys/encrypted-type.h
6469 F:      security/keys/encrypted-keys/
6470
6471 KGDB / KDB /debug_core
6472 M:      Jason Wessel <jason.wessel@windriver.com>
6473 W:      http://kgdb.wiki.kernel.org/
6474 L:      kgdb-bugreport@lists.sourceforge.net
6475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6476 S:      Maintained
6477 F:      Documentation/DocBook/kgdb.tmpl
6478 F:      drivers/misc/kgdbts.c
6479 F:      drivers/tty/serial/kgdboc.c
6480 F:      include/linux/kdb.h
6481 F:      include/linux/kgdb.h
6482 F:      kernel/debug/
6483
6484 KMEMCHECK
6485 M:      Vegard Nossum <vegardno@ifi.uio.no>
6486 M:      Pekka Enberg <penberg@kernel.org>
6487 S:      Maintained
6488 F:      Documentation/kmemcheck.txt
6489 F:      arch/x86/include/asm/kmemcheck.h
6490 F:      arch/x86/mm/kmemcheck/
6491 F:      include/linux/kmemcheck.h
6492 F:      mm/kmemcheck.c
6493
6494 KMEMLEAK
6495 M:      Catalin Marinas <catalin.marinas@arm.com>
6496 S:      Maintained
6497 F:      Documentation/kmemleak.txt
6498 F:      include/linux/kmemleak.h
6499 F:      mm/kmemleak.c
6500 F:      mm/kmemleak-test.c
6501
6502 KPROBES
6503 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6504 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6505 M:      "David S. Miller" <davem@davemloft.net>
6506 M:      Masami Hiramatsu <mhiramat@kernel.org>
6507 S:      Maintained
6508 F:      Documentation/kprobes.txt
6509 F:      include/linux/kprobes.h
6510 F:      kernel/kprobes.c
6511
6512 KS0108 LCD CONTROLLER DRIVER
6513 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6514 W:      http://miguelojeda.es/auxdisplay.htm
6515 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6516 S:      Maintained
6517 F:      Documentation/auxdisplay/ks0108
6518 F:      drivers/auxdisplay/ks0108.c
6519 F:      include/linux/ks0108.h
6520
6521 L3MDEV
6522 M:      David Ahern <dsa@cumulusnetworks.com>
6523 L:      netdev@vger.kernel.org
6524 S:      Maintained
6525 F:      net/l3mdev
6526 F:      include/net/l3mdev.h
6527
6528 LANTIQ MIPS ARCHITECTURE
6529 M:      John Crispin <blogic@openwrt.org>
6530 L:      linux-mips@linux-mips.org
6531 S:      Maintained
6532 F:      arch/mips/lantiq
6533
6534 LAPB module
6535 L:      linux-x25@vger.kernel.org
6536 S:      Orphan
6537 F:      Documentation/networking/lapb-module.txt
6538 F:      include/*/lapb.h
6539 F:      net/lapb/
6540
6541 LASI 53c700 driver for PARISC
6542 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6543 L:      linux-scsi@vger.kernel.org
6544 S:      Maintained
6545 F:      Documentation/scsi/53c700.txt
6546 F:      drivers/scsi/53c700*
6547
6548 LED SUBSYSTEM
6549 M:      Richard Purdie <rpurdie@rpsys.net>
6550 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6551 L:      linux-leds@vger.kernel.org
6552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6553 S:      Maintained
6554 F:      drivers/leds/
6555 F:      include/linux/leds.h
6556
6557 LEGACY EEPROM DRIVER
6558 M:      Jean Delvare <jdelvare@suse.com>
6559 S:      Maintained
6560 F:      Documentation/misc-devices/eeprom
6561 F:      drivers/misc/eeprom/eeprom.c
6562
6563 LEGO USB Tower driver
6564 M:      Juergen Stuber <starblue@users.sourceforge.net>
6565 L:      legousb-devel@lists.sourceforge.net
6566 W:      http://legousb.sourceforge.net/
6567 S:      Maintained
6568 F:      drivers/usb/misc/legousbtower.c
6569
6570 LG2160 MEDIA DRIVER
6571 M:      Michael Krufky <mkrufky@linuxtv.org>
6572 L:      linux-media@vger.kernel.org
6573 W:      https://linuxtv.org
6574 W:      http://github.com/mkrufky
6575 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6576 T:      git git://linuxtv.org/mkrufky/tuners.git
6577 S:      Maintained
6578 F:      drivers/media/dvb-frontends/lg2160.*
6579
6580 LGDT3305 MEDIA DRIVER
6581 M:      Michael Krufky <mkrufky@linuxtv.org>
6582 L:      linux-media@vger.kernel.org
6583 W:      https://linuxtv.org
6584 W:      http://github.com/mkrufky
6585 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6586 T:      git git://linuxtv.org/mkrufky/tuners.git
6587 S:      Maintained
6588 F:      drivers/media/dvb-frontends/lgdt3305.*
6589
6590 LGUEST
6591 M:      Rusty Russell <rusty@rustcorp.com.au>
6592 L:      lguest@lists.ozlabs.org
6593 W:      http://lguest.ozlabs.org/
6594 S:      Odd Fixes
6595 F:      arch/x86/include/asm/lguest*.h
6596 F:      arch/x86/lguest/
6597 F:      drivers/lguest/
6598 F:      include/linux/lguest*.h
6599 F:      tools/lguest/
6600
6601 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6602 M:      Tejun Heo <tj@kernel.org>
6603 L:      linux-ide@vger.kernel.org
6604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6605 S:      Maintained
6606 F:      drivers/ata/
6607 F:      include/linux/ata.h
6608 F:      include/linux/libata.h
6609
6610 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6611 M:      Viresh Kumar <vireshk@kernel.org>
6612 L:      linux-ide@vger.kernel.org
6613 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6614 S:      Maintained
6615 F:      include/linux/pata_arasan_cf_data.h
6616 F:      drivers/ata/pata_arasan_cf.c
6617
6618 LIBATA PATA DRIVERS
6619 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6620 M:      Tejun Heo <tj@kernel.org>
6621 L:      linux-ide@vger.kernel.org
6622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6623 S:      Maintained
6624 F:      drivers/ata/pata_*.c
6625 F:      drivers/ata/ata_generic.c
6626
6627 LIBATA SATA AHCI PLATFORM devices support
6628 M:      Hans de Goede <hdegoede@redhat.com>
6629 M:      Tejun Heo <tj@kernel.org>
6630 L:      linux-ide@vger.kernel.org
6631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6632 S:      Maintained
6633 F:      drivers/ata/ahci_platform.c
6634 F:      drivers/ata/libahci_platform.c
6635 F:      include/linux/ahci_platform.h
6636
6637 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6638 M:      Mikael Pettersson <mikpelinux@gmail.com>
6639 L:      linux-ide@vger.kernel.org
6640 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6641 S:      Maintained
6642 F:      drivers/ata/sata_promise.*
6643
6644 LIBLOCKDEP
6645 M:      Sasha Levin <sasha.levin@oracle.com>
6646 S:      Maintained
6647 F:      tools/lib/lockdep/
6648
6649 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6650 M:      Dan Williams <dan.j.williams@intel.com>
6651 L:      linux-nvdimm@lists.01.org
6652 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6653 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6654 S:      Supported
6655 F:      drivers/nvdimm/*
6656 F:      include/linux/nd.h
6657 F:      include/linux/libnvdimm.h
6658 F:      include/uapi/linux/ndctl.h
6659
6660 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6661 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6662 L:      linux-nvdimm@lists.01.org
6663 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6664 S:      Supported
6665 F:      drivers/nvdimm/blk.c
6666 F:      drivers/nvdimm/region_devs.c
6667 F:      drivers/acpi/nfit*
6668
6669 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6670 M:      Vishal Verma <vishal.l.verma@intel.com>
6671 L:      linux-nvdimm@lists.01.org
6672 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6673 S:      Supported
6674 F:      drivers/nvdimm/btt*
6675
6676 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6677 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6678 L:      linux-nvdimm@lists.01.org
6679 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6680 S:      Supported
6681 F:      drivers/nvdimm/pmem.c
6682 F:      include/linux/pmem.h
6683 F:      arch/*/include/asm/pmem.h
6684
6685 LIGHTNVM PLATFORM SUPPORT
6686 M:      Matias Bjorling <mb@lightnvm.io>
6687 W:      http://github/OpenChannelSSD
6688 L:      linux-block@vger.kernel.org
6689 S:      Maintained
6690 F:      drivers/lightnvm/
6691 F:      include/linux/lightnvm.h
6692 F:      include/uapi/linux/lightnvm.h
6693
6694 LINUX FOR IBM pSERIES (RS/6000)
6695 M:      Paul Mackerras <paulus@au.ibm.com>
6696 W:      http://www.ibm.com/linux/ltc/projects/ppc
6697 S:      Supported
6698 F:      arch/powerpc/boot/rs6000.h
6699
6700 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6701 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6702 M:      Paul Mackerras <paulus@samba.org>
6703 M:      Michael Ellerman <mpe@ellerman.id.au>
6704 W:      http://www.penguinppc.org/
6705 L:      linuxppc-dev@lists.ozlabs.org
6706 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6708 S:      Supported
6709 F:      Documentation/powerpc/
6710 F:      arch/powerpc/
6711
6712 LINUX FOR POWER MACINTOSH
6713 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6714 W:      http://www.penguinppc.org/
6715 L:      linuxppc-dev@lists.ozlabs.org
6716 S:      Maintained
6717 F:      arch/powerpc/platforms/powermac/
6718 F:      drivers/macintosh/
6719
6720 LINUX FOR POWERPC EMBEDDED MPC5XXX
6721 M:      Anatolij Gustschin <agust@denx.de>
6722 L:      linuxppc-dev@lists.ozlabs.org
6723 T:      git git://git.denx.de/linux-denx-agust.git
6724 S:      Maintained
6725 F:      arch/powerpc/platforms/512x/
6726 F:      arch/powerpc/platforms/52xx/
6727
6728 LINUX FOR POWERPC EMBEDDED PPC4XX
6729 M:      Alistair Popple <alistair@popple.id.au>
6730 M:      Matt Porter <mporter@kernel.crashing.org>
6731 W:      http://www.penguinppc.org/
6732 L:      linuxppc-dev@lists.ozlabs.org
6733 S:      Maintained
6734 F:      arch/powerpc/platforms/40x/
6735 F:      arch/powerpc/platforms/44x/
6736
6737 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6738 L:      linuxppc-dev@lists.ozlabs.org
6739 S:      Orphan
6740 F:      arch/powerpc/*/*virtex*
6741 F:      arch/powerpc/*/*/*virtex*
6742
6743 LINUX FOR POWERPC EMBEDDED PPC8XX
6744 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6745 W:      http://www.penguinppc.org/
6746 L:      linuxppc-dev@lists.ozlabs.org
6747 S:      Maintained
6748 F:      arch/powerpc/platforms/8xx/
6749
6750 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6751 M:      Scott Wood <oss@buserror.net>
6752 M:      Kumar Gala <galak@kernel.crashing.org>
6753 W:      http://www.penguinppc.org/
6754 L:      linuxppc-dev@lists.ozlabs.org
6755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6756 S:      Maintained
6757 F:      arch/powerpc/platforms/83xx/
6758 F:      arch/powerpc/platforms/85xx/
6759
6760 LINUX FOR POWERPC PA SEMI PWRFICIENT
6761 M:      Olof Johansson <olof@lixom.net>
6762 L:      linuxppc-dev@lists.ozlabs.org
6763 S:      Maintained
6764 F:      arch/powerpc/platforms/pasemi/
6765 F:      drivers/*/*pasemi*
6766 F:      drivers/*/*/*pasemi*
6767
6768 LINUX SECURITY MODULE (LSM) FRAMEWORK
6769 M:      Chris Wright <chrisw@sous-sol.org>
6770 L:      linux-security-module@vger.kernel.org
6771 S:      Supported
6772
6773 LIS3LV02D ACCELEROMETER DRIVER
6774 M:      Eric Piel <eric.piel@tremplin-utc.net>
6775 S:      Maintained
6776 F:      Documentation/misc-devices/lis3lv02d
6777 F:      drivers/misc/lis3lv02d/
6778 F:      drivers/platform/x86/hp_accel.c
6779
6780 LIVE PATCHING
6781 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6782 M:      Jessica Yu <jeyu@redhat.com>
6783 M:      Jiri Kosina <jikos@kernel.org>
6784 M:      Miroslav Benes <mbenes@suse.cz>
6785 R:      Petr Mladek <pmladek@suse.com>
6786 S:      Maintained
6787 F:      kernel/livepatch/
6788 F:      include/linux/livepatch.h
6789 F:      arch/x86/include/asm/livepatch.h
6790 F:      arch/x86/kernel/livepatch.c
6791 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6792 F:      samples/livepatch/
6793 L:      live-patching@vger.kernel.org
6794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6795
6796 LINUX KERNEL DUMP TEST MODULE (LKDTM)
6797 M:      Kees Cook <keescook@chromium.org>
6798 S:      Maintained
6799 F:      drivers/misc/lkdtm.c
6800
6801 LLC (802.2)
6802 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6803 S:      Maintained
6804 F:      include/linux/llc.h
6805 F:      include/uapi/linux/llc.h
6806 F:      include/net/llc*
6807 F:      net/llc/
6808
6809 LM73 HARDWARE MONITOR DRIVER
6810 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6811 L:      linux-hwmon@vger.kernel.org
6812 S:      Maintained
6813 F:      drivers/hwmon/lm73.c
6814
6815 LM78 HARDWARE MONITOR DRIVER
6816 M:      Jean Delvare <jdelvare@suse.com>
6817 L:      linux-hwmon@vger.kernel.org
6818 S:      Maintained
6819 F:      Documentation/hwmon/lm78
6820 F:      drivers/hwmon/lm78.c
6821
6822 LM83 HARDWARE MONITOR DRIVER
6823 M:      Jean Delvare <jdelvare@suse.com>
6824 L:      linux-hwmon@vger.kernel.org
6825 S:      Maintained
6826 F:      Documentation/hwmon/lm83
6827 F:      drivers/hwmon/lm83.c
6828
6829 LM90 HARDWARE MONITOR DRIVER
6830 M:      Jean Delvare <jdelvare@suse.com>
6831 L:      linux-hwmon@vger.kernel.org
6832 S:      Maintained
6833 F:      Documentation/hwmon/lm90
6834 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6835 F:      drivers/hwmon/lm90.c
6836
6837 LM95234 HARDWARE MONITOR DRIVER
6838 M:      Guenter Roeck <linux@roeck-us.net>
6839 L:      linux-hwmon@vger.kernel.org
6840 S:      Maintained
6841 F:      Documentation/hwmon/lm95234
6842 F:      drivers/hwmon/lm95234.c
6843
6844 LME2510 MEDIA DRIVER
6845 M:      Malcolm Priestley <tvboxspy@gmail.com>
6846 L:      linux-media@vger.kernel.org
6847 W:      https://linuxtv.org
6848 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6849 S:      Maintained
6850 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6851
6852 LOCKDEP AND LOCKSTAT
6853 M:      Peter Zijlstra <peterz@infradead.org>
6854 M:      Ingo Molnar <mingo@redhat.com>
6855 L:      linux-kernel@vger.kernel.org
6856 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6857 S:      Maintained
6858 F:      Documentation/locking/lockdep*.txt
6859 F:      Documentation/locking/lockstat.txt
6860 F:      include/linux/lockdep.h
6861 F:      kernel/locking/
6862
6863 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6864 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6865 L:      linux-ntfs-dev@lists.sourceforge.net
6866 W:      http://www.linux-ntfs.org/content/view/19/37/
6867 S:      Maintained
6868 F:      Documentation/ldm.txt
6869 F:      block/partitions/ldm.*
6870
6871 LogFS
6872 M:      Joern Engel <joern@logfs.org>
6873 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6874 L:      logfs@logfs.org
6875 W:      logfs.org
6876 S:      Maintained
6877 F:      fs/logfs/
6878
6879 LPC32XX MACHINE SUPPORT
6880 M:      Roland Stigge <stigge@antcom.de>
6881 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6882 S:      Maintained
6883 F:      arch/arm/mach-lpc32xx/
6884
6885 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6886 M:      Sathya Prakash <sathya.prakash@broadcom.com>
6887 M:      Chaitra P B <chaitra.basappa@broadcom.com>
6888 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
6889 L:      MPT-FusionLinux.pdl@broadcom.com
6890 L:      linux-scsi@vger.kernel.org
6891 W:      http://www.avagotech.com/support/
6892 S:      Supported
6893 F:      drivers/message/fusion/
6894 F:      drivers/scsi/mpt2sas/
6895 F:      drivers/scsi/mpt3sas/
6896
6897 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6898 M:      Matthew Wilcox <matthew@wil.cx>
6899 L:      linux-scsi@vger.kernel.org
6900 S:      Maintained
6901 F:      drivers/scsi/sym53c8xx_2/
6902
6903 LTC4261 HARDWARE MONITOR DRIVER
6904 M:      Guenter Roeck <linux@roeck-us.net>
6905 L:      linux-hwmon@vger.kernel.org
6906 S:      Maintained
6907 F:      Documentation/hwmon/ltc4261
6908 F:      drivers/hwmon/ltc4261.c
6909
6910 LTP (Linux Test Project)
6911 M:      Mike Frysinger <vapier@gentoo.org>
6912 M:      Cyril Hrubis <chrubis@suse.cz>
6913 M:      Wanlong Gao <wanlong.gao@gmail.com>
6914 M:      Jan Stancek <jstancek@redhat.com>
6915 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6916 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6917 L:      ltp@lists.linux.it (subscribers-only)
6918 W:      http://linux-test-project.github.io/
6919 T:      git git://github.com/linux-test-project/ltp.git
6920 S:      Maintained
6921
6922 M32R ARCHITECTURE
6923 W:      http://www.linux-m32r.org/
6924 S:      Orphan
6925 F:      arch/m32r/
6926
6927 M68K ARCHITECTURE
6928 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6929 L:      linux-m68k@lists.linux-m68k.org
6930 W:      http://www.linux-m68k.org/
6931 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6932 S:      Maintained
6933 F:      arch/m68k/
6934 F:      drivers/zorro/
6935
6936 M68K ON APPLE MACINTOSH
6937 M:      Joshua Thompson <funaho@jurai.org>
6938 W:      http://www.mac.linux-m68k.org/
6939 L:      linux-m68k@lists.linux-m68k.org
6940 S:      Maintained
6941 F:      arch/m68k/mac/
6942
6943 M68K ON HP9000/300
6944 M:      Philip Blundell <philb@gnu.org>
6945 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6946 S:      Maintained
6947 F:      arch/m68k/hp300/
6948
6949 M88DS3103 MEDIA DRIVER
6950 M:      Antti Palosaari <crope@iki.fi>
6951 L:      linux-media@vger.kernel.org
6952 W:      https://linuxtv.org
6953 W:      http://palosaari.fi/linux/
6954 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6955 T:      git git://linuxtv.org/anttip/media_tree.git
6956 S:      Maintained
6957 F:      drivers/media/dvb-frontends/m88ds3103*
6958
6959 M88RS2000 MEDIA DRIVER
6960 M:      Malcolm Priestley <tvboxspy@gmail.com>
6961 L:      linux-media@vger.kernel.org
6962 W:      https://linuxtv.org
6963 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6964 S:      Maintained
6965 F:      drivers/media/dvb-frontends/m88rs2000*
6966
6967 MA901 MASTERKIT USB FM RADIO DRIVER
6968 M:      Alexey Klimov <klimov.linux@gmail.com>
6969 L:      linux-media@vger.kernel.org
6970 T:      git git://linuxtv.org/media_tree.git
6971 S:      Maintained
6972 F:      drivers/media/radio/radio-ma901.c
6973
6974 MAC80211
6975 M:      Johannes Berg <johannes@sipsolutions.net>
6976 L:      linux-wireless@vger.kernel.org
6977 W:      http://wireless.kernel.org/
6978 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6979 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6980 S:      Maintained
6981 F:      Documentation/networking/mac80211-injection.txt
6982 F:      include/net/mac80211.h
6983 F:      net/mac80211/
6984 F:      drivers/net/wireless/mac80211_hwsim.[ch]
6985
6986 MACVLAN DRIVER
6987 M:      Patrick McHardy <kaber@trash.net>
6988 L:      netdev@vger.kernel.org
6989 S:      Maintained
6990 F:      drivers/net/macvlan.c
6991 F:      include/linux/if_macvlan.h
6992
6993 MAILBOX API
6994 M:      Jassi Brar <jassisinghbrar@gmail.com>
6995 L:      linux-kernel@vger.kernel.org
6996 S:      Maintained
6997 F:      drivers/mailbox/
6998 F:      include/linux/mailbox_client.h
6999 F:      include/linux/mailbox_controller.h
7000
7001 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7002 M:      Michael Kerrisk <mtk.manpages@gmail.com>
7003 W:      http://www.kernel.org/doc/man-pages
7004 L:      linux-man@vger.kernel.org
7005 S:      Maintained
7006
7007 MARVELL ARMADA DRM SUPPORT
7008 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7009 S:      Maintained
7010 F:      drivers/gpu/drm/armada/
7011 F:      include/uapi/drm/armada_drm.h
7012 F:      Documentation/devicetree/bindings/display/armada/
7013
7014 MARVELL 88E6352 DSA support
7015 M:      Guenter Roeck <linux@roeck-us.net>
7016 S:      Maintained
7017 F:      drivers/net/dsa/mv88e6352.c
7018
7019 MARVELL CRYPTO DRIVER
7020 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7021 M:      Arnaud Ebalard <arno@natisbad.org>
7022 F:      drivers/crypto/marvell/
7023 S:      Maintained
7024 L:      linux-crypto@vger.kernel.org
7025
7026 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7027 M:      Mirko Lindner <mlindner@marvell.com>
7028 M:      Stephen Hemminger <stephen@networkplumber.org>
7029 L:      netdev@vger.kernel.org
7030 S:      Maintained
7031 F:      drivers/net/ethernet/marvell/sk*
7032
7033 MARVELL LIBERTAS WIRELESS DRIVER
7034 L:      libertas-dev@lists.infradead.org
7035 S:      Orphan
7036 F:      drivers/net/wireless/marvell/libertas/
7037
7038 MARVELL MV643XX ETHERNET DRIVER
7039 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7040 L:      netdev@vger.kernel.org
7041 S:      Maintained
7042 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7043 F:      include/linux/mv643xx.h
7044
7045 MARVELL MVNETA ETHERNET DRIVER
7046 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7047 L:      netdev@vger.kernel.org
7048 S:      Maintained
7049 F:      drivers/net/ethernet/marvell/mvneta.*
7050
7051 MARVELL MWIFIEX WIRELESS DRIVER
7052 M:      Amitkumar Karwar <akarwar@marvell.com>
7053 M:      Nishant Sarmukadam <nishants@marvell.com>
7054 L:      linux-wireless@vger.kernel.org
7055 S:      Maintained
7056 F:      drivers/net/wireless/marvell/mwifiex/
7057
7058 MARVELL MWL8K WIRELESS DRIVER
7059 M:      Lennert Buytenhek <buytenh@wantstofly.org>
7060 L:      linux-wireless@vger.kernel.org
7061 S:      Odd Fixes
7062 F:      drivers/net/wireless/marvell/mwl8k.c
7063
7064 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7065 M:      Nicolas Pitre <nico@fluxnic.net>
7066 S:      Odd Fixes
7067 F:      drivers/mmc/host/mvsdio.*
7068
7069 MATROX FRAMEBUFFER DRIVER
7070 L:      linux-fbdev@vger.kernel.org
7071 S:      Orphan
7072 F:      drivers/video/fbdev/matrox/matroxfb_*
7073 F:      include/uapi/linux/matroxfb.h
7074
7075 MAX16065 HARDWARE MONITOR DRIVER
7076 M:      Guenter Roeck <linux@roeck-us.net>
7077 L:      linux-hwmon@vger.kernel.org
7078 S:      Maintained
7079 F:      Documentation/hwmon/max16065
7080 F:      drivers/hwmon/max16065.c
7081
7082 MAX20751 HARDWARE MONITOR DRIVER
7083 M:      Guenter Roeck <linux@roeck-us.net>
7084 L:      linux-hwmon@vger.kernel.org
7085 S:      Maintained
7086 F:      Documentation/hwmon/max20751
7087 F:      drivers/hwmon/max20751.c
7088
7089 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7090 M:      "Hans J. Koch" <hjk@hansjkoch.de>
7091 L:      linux-hwmon@vger.kernel.org
7092 S:      Maintained
7093 F:      Documentation/hwmon/max6650
7094 F:      drivers/hwmon/max6650.c
7095
7096 MAX6697 HARDWARE MONITOR DRIVER
7097 M:      Guenter Roeck <linux@roeck-us.net>
7098 L:      linux-hwmon@vger.kernel.org
7099 S:      Maintained
7100 F:      Documentation/hwmon/max6697
7101 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7102 F:      drivers/hwmon/max6697.c
7103 F:      include/linux/platform_data/max6697.h
7104
7105 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7106 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
7107 L:      linux-pm@vger.kernel.org
7108 S:      Supported
7109 F:      drivers/power/max14577_charger.c
7110 F:      drivers/power/max77693_charger.c
7111
7112 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7113 M:      Javier Martinez Canillas <javier@osg.samsung.com>
7114 L:      linux-kernel@vger.kernel.org
7115 S:      Supported
7116 F:      drivers/*/*max77802*.c
7117 F:      Documentation/devicetree/bindings/*/*max77802.txt
7118 F:      include/dt-bindings/*/*max77802.h
7119
7120 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7121 M:      Chanwoo Choi <cw00.choi@samsung.com>
7122 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
7123 L:      linux-kernel@vger.kernel.org
7124 S:      Supported
7125 F:      drivers/*/max14577.c
7126 F:      drivers/*/max77686*.c
7127 F:      drivers/*/max77693.c
7128 F:      drivers/extcon/extcon-max14577.c
7129 F:      drivers/extcon/extcon-max77693.c
7130 F:      drivers/rtc/rtc-max77686.c
7131 F:      drivers/clk/clk-max77686.c
7132 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7133 F:      Documentation/devicetree/bindings/*/max77686.txt
7134 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7135 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7136 F:      include/linux/mfd/max14577*.h
7137 F:      include/linux/mfd/max77686*.h
7138 F:      include/linux/mfd/max77693*.h
7139
7140 MAXIRADIO FM RADIO RECEIVER DRIVER
7141 M:      Hans Verkuil <hverkuil@xs4all.nl>
7142 L:      linux-media@vger.kernel.org
7143 T:      git git://linuxtv.org/media_tree.git
7144 W:      https://linuxtv.org
7145 S:      Maintained
7146 F:      drivers/media/radio/radio-maxiradio*
7147
7148 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7149 M:      Peter Rosin <peda@axentia.se>
7150 L:      linux-iio@vger.kernel.org
7151 S:      Maintained
7152 F:      drivers/iio/potentiometer/mcp4531.c
7153
7154 MEDIA DRIVERS FOR RENESAS - VSP1
7155 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7156 L:      linux-media@vger.kernel.org
7157 L:      linux-renesas-soc@vger.kernel.org
7158 T:      git git://linuxtv.org/media_tree.git
7159 S:      Supported
7160 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7161 F:      drivers/media/platform/vsp1/
7162
7163 MEDIA DRIVERS FOR ASCOT2E
7164 M:      Sergey Kozlov <serjk@netup.ru>
7165 L:      linux-media@vger.kernel.org
7166 W:      https://linuxtv.org
7167 W:      http://netup.tv/
7168 T:      git git://linuxtv.org/media_tree.git
7169 S:      Supported
7170 F:      drivers/media/dvb-frontends/ascot2e*
7171
7172 MEDIA DRIVERS FOR CXD2841ER
7173 M:      Sergey Kozlov <serjk@netup.ru>
7174 L:      linux-media@vger.kernel.org
7175 W:      https://linuxtv.org
7176 W:      http://netup.tv/
7177 T:      git git://linuxtv.org/media_tree.git
7178 S:      Supported
7179 F:      drivers/media/dvb-frontends/cxd2841er*
7180
7181 MEDIA DRIVERS FOR HORUS3A
7182 M:      Sergey Kozlov <serjk@netup.ru>
7183 L:      linux-media@vger.kernel.org
7184 W:      https://linuxtv.org
7185 W:      http://netup.tv/
7186 T:      git git://linuxtv.org/media_tree.git
7187 S:      Supported
7188 F:      drivers/media/dvb-frontends/horus3a*
7189
7190 MEDIA DRIVERS FOR LNBH25
7191 M:      Sergey Kozlov <serjk@netup.ru>
7192 L:      linux-media@vger.kernel.org
7193 W:      https://linuxtv.org
7194 W:      http://netup.tv/
7195 T:      git git://linuxtv.org/media_tree.git
7196 S:      Supported
7197 F:      drivers/media/dvb-frontends/lnbh25*
7198
7199 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7200 M:      Sergey Kozlov <serjk@netup.ru>
7201 L:      linux-media@vger.kernel.org
7202 W:      https://linuxtv.org
7203 W:      http://netup.tv/
7204 T:      git git://linuxtv.org/media_tree.git
7205 S:      Supported
7206 F:      drivers/media/pci/netup_unidvb/*
7207
7208 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7209 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
7210 P:      LinuxTV.org Project
7211 L:      linux-media@vger.kernel.org
7212 W:      https://linuxtv.org
7213 Q:      http://patchwork.kernel.org/project/linux-media/list/
7214 T:      git git://linuxtv.org/media_tree.git
7215 S:      Maintained
7216 F:      Documentation/dvb/
7217 F:      Documentation/video4linux/
7218 F:      Documentation/DocBook/media/
7219 F:      drivers/media/
7220 F:      drivers/staging/media/
7221 F:      include/linux/platform_data/media/
7222 F:      include/media/
7223 F:      include/uapi/linux/dvb/
7224 F:      include/uapi/linux/videodev2.h
7225 F:      include/uapi/linux/media.h
7226 F:      include/uapi/linux/v4l2-*
7227 F:      include/uapi/linux/meye.h
7228 F:      include/uapi/linux/ivtv*
7229 F:      include/uapi/linux/uvcvideo.h
7230
7231 MEDIATEK ETHERNET DRIVER
7232 M:      Felix Fietkau <nbd@openwrt.org>
7233 M:      John Crispin <blogic@openwrt.org>
7234 L:      netdev@vger.kernel.org
7235 S:      Maintained
7236 F:      drivers/net/ethernet/mediatek/
7237
7238 MEDIATEK MT7601U WIRELESS LAN DRIVER
7239 M:      Jakub Kicinski <kubakici@wp.pl>
7240 L:      linux-wireless@vger.kernel.org
7241 S:      Maintained
7242 F:      drivers/net/wireless/mediatek/mt7601u/
7243
7244 MEGARAID SCSI/SAS DRIVERS
7245 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7246 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7247 M:      Uday Lingala <uday.lingala@avagotech.com>
7248 L:      megaraidlinux.pdl@avagotech.com
7249 L:      linux-scsi@vger.kernel.org
7250 W:      http://www.lsi.com
7251 S:      Maintained
7252 F:      Documentation/scsi/megaraid.txt
7253 F:      drivers/scsi/megaraid.*
7254 F:      drivers/scsi/megaraid/
7255
7256 MELLANOX ETHERNET DRIVER (mlx4_en)
7257 M:      Eugenia Emantayev <eugenia@mellanox.com>
7258 L:      netdev@vger.kernel.org
7259 S:      Supported
7260 W:      http://www.mellanox.com
7261 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7262 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7263
7264 MELLANOX ETHERNET DRIVER (mlx5e)
7265 M:      Saeed Mahameed <saeedm@mellanox.com>
7266 L:      netdev@vger.kernel.org
7267 S:      Supported
7268 W:      http://www.mellanox.com
7269 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7270 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7271
7272 MELLANOX ETHERNET SWITCH DRIVERS
7273 M:      Jiri Pirko <jiri@mellanox.com>
7274 M:      Ido Schimmel <idosch@mellanox.com>
7275 L:      netdev@vger.kernel.org
7276 S:      Supported
7277 W:      http://www.mellanox.com
7278 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7279 F:      drivers/net/ethernet/mellanox/mlxsw/
7280
7281 MEMBARRIER SUPPORT
7282 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7283 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7284 L:      linux-kernel@vger.kernel.org
7285 S:      Supported
7286 F:      kernel/membarrier.c
7287 F:      include/uapi/linux/membarrier.h
7288
7289 MEMORY MANAGEMENT
7290 L:      linux-mm@kvack.org
7291 W:      http://www.linux-mm.org
7292 S:      Maintained
7293 F:      include/linux/mm.h
7294 F:      include/linux/gfp.h
7295 F:      include/linux/mmzone.h
7296 F:      include/linux/memory_hotplug.h
7297 F:      include/linux/vmalloc.h
7298 F:      mm/
7299
7300 MEMORY TECHNOLOGY DEVICES (MTD)
7301 M:      David Woodhouse <dwmw2@infradead.org>
7302 M:      Brian Norris <computersforpeace@gmail.com>
7303 L:      linux-mtd@lists.infradead.org
7304 W:      http://www.linux-mtd.infradead.org/
7305 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7306 T:      git git://git.infradead.org/linux-mtd.git
7307 T:      git git://git.infradead.org/l2-mtd.git
7308 S:      Maintained
7309 F:      drivers/mtd/
7310 F:      include/linux/mtd/
7311 F:      include/uapi/mtd/
7312
7313 MEN A21 WATCHDOG DRIVER
7314 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7315 L:      linux-watchdog@vger.kernel.org
7316 S:      Maintained
7317 F:      drivers/watchdog/mena21_wdt.c
7318
7319 MEN CHAMELEON BUS (mcb)
7320 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7321 S:      Maintained
7322 F:      drivers/mcb/
7323 F:      include/linux/mcb.h
7324 F:      Documentation/men-chameleon-bus.txt
7325
7326 MEN F21BMC (Board Management Controller)
7327 M:      Andreas Werner <andreas.werner@men.de>
7328 S:      Supported
7329 F:      drivers/mfd/menf21bmc.c
7330 F:      drivers/watchdog/menf21bmc_wdt.c
7331 F:      drivers/leds/leds-menf21bmc.c
7332 F:      drivers/hwmon/menf21bmc_hwmon.c
7333 F:      Documentation/hwmon/menf21bmc
7334
7335 METAG ARCHITECTURE
7336 M:      James Hogan <james.hogan@imgtec.com>
7337 L:      linux-metag@vger.kernel.org
7338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7339 S:      Odd Fixes
7340 F:      arch/metag/
7341 F:      Documentation/metag/
7342 F:      Documentation/devicetree/bindings/metag/
7343 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7344 F:      drivers/clocksource/metag_generic.c
7345 F:      drivers/irqchip/irq-metag.c
7346 F:      drivers/irqchip/irq-metag-ext.c
7347 F:      drivers/tty/metag_da.c
7348
7349 MICROBLAZE ARCHITECTURE
7350 M:      Michal Simek <monstr@monstr.eu>
7351 W:      http://www.monstr.eu/fdt/
7352 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7353 S:      Supported
7354 F:      arch/microblaze/
7355
7356 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7357 M:      Chen Yu <yu.c.chen@intel.com>
7358 L:      platform-driver-x86@vger.kernel.org
7359 S:      Supported
7360 F:      drivers/platform/x86/surfacepro3_button.c
7361
7362 MICROTEK X6 SCANNER
7363 M:      Oliver Neukum <oliver@neukum.org>
7364 S:      Maintained
7365 F:      drivers/usb/image/microtek.*
7366
7367 MIPS
7368 M:      Ralf Baechle <ralf@linux-mips.org>
7369 L:      linux-mips@linux-mips.org
7370 W:      http://www.linux-mips.org/
7371 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7372 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7373 S:      Supported
7374 F:      Documentation/mips/
7375 F:      arch/mips/
7376
7377 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7378 M:      Hans Verkuil <hverkuil@xs4all.nl>
7379 L:      linux-media@vger.kernel.org
7380 T:      git git://linuxtv.org/media_tree.git
7381 W:      https://linuxtv.org
7382 S:      Odd Fixes
7383 F:      drivers/media/radio/radio-miropcm20*
7384
7385 MELLANOX MLX4 core VPI driver
7386 M:      Yishai Hadas <yishaih@mellanox.com>
7387 L:      netdev@vger.kernel.org
7388 L:      linux-rdma@vger.kernel.org
7389 W:      http://www.mellanox.com
7390 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7391 S:      Supported
7392 F:      drivers/net/ethernet/mellanox/mlx4/
7393 F:      include/linux/mlx4/
7394
7395 MELLANOX MLX4 IB driver
7396 M:      Yishai Hadas <yishaih@mellanox.com>
7397 L:      linux-rdma@vger.kernel.org
7398 W:      http://www.mellanox.com
7399 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7400 S:      Supported
7401 F:      drivers/infiniband/hw/mlx4/
7402 F:      include/linux/mlx4/
7403
7404 MELLANOX MLX5 core VPI driver
7405 M:      Matan Barak <matanb@mellanox.com>
7406 M:      Leon Romanovsky <leonro@mellanox.com>
7407 L:      netdev@vger.kernel.org
7408 L:      linux-rdma@vger.kernel.org
7409 W:      http://www.mellanox.com
7410 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7411 S:      Supported
7412 F:      drivers/net/ethernet/mellanox/mlx5/core/
7413 F:      include/linux/mlx5/
7414
7415 MELLANOX MLX5 IB driver
7416 M:      Matan Barak <matanb@mellanox.com>
7417 M:      Leon Romanovsky <leonro@mellanox.com>
7418 L:      linux-rdma@vger.kernel.org
7419 W:      http://www.mellanox.com
7420 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7421 S:      Supported
7422 F:      drivers/infiniband/hw/mlx5/
7423 F:      include/linux/mlx5/
7424
7425 MELEXIS MLX90614 DRIVER
7426 M:      Crt Mori <cmo@melexis.com>
7427 L:      linux-iio@vger.kernel.org
7428 W:      http://www.melexis.com
7429 S:      Supported
7430 F:      drivers/iio/temperature/mlx90614.c
7431
7432 MN88472 MEDIA DRIVER
7433 M:      Antti Palosaari <crope@iki.fi>
7434 L:      linux-media@vger.kernel.org
7435 W:      https://linuxtv.org
7436 W:      http://palosaari.fi/linux/
7437 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7438 T:      git git://linuxtv.org/anttip/media_tree.git
7439 S:      Maintained
7440 F:      drivers/staging/media/mn88472/
7441 F:      drivers/media/dvb-frontends/mn88472.h
7442
7443 MN88473 MEDIA DRIVER
7444 M:      Antti Palosaari <crope@iki.fi>
7445 L:      linux-media@vger.kernel.org
7446 W:      https://linuxtv.org
7447 W:      http://palosaari.fi/linux/
7448 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7449 S:      Maintained
7450 F:      drivers/media/dvb-frontends/mn88473*
7451
7452 MODULE SUPPORT
7453 M:      Rusty Russell <rusty@rustcorp.com.au>
7454 S:      Maintained
7455 F:      include/linux/module.h
7456 F:      kernel/module.c
7457
7458 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7459 W:      http://popies.net/meye/
7460 S:      Orphan
7461 F:      Documentation/video4linux/meye.txt
7462 F:      drivers/media/pci/meye/
7463 F:      include/uapi/linux/meye.h
7464
7465 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7466 M:      Jiri Slaby <jirislaby@gmail.com>
7467 S:      Maintained
7468 F:      Documentation/serial/moxa-smartio
7469 F:      drivers/tty/mxser.*
7470
7471 MR800 AVERMEDIA USB FM RADIO DRIVER
7472 M:      Alexey Klimov <klimov.linux@gmail.com>
7473 L:      linux-media@vger.kernel.org
7474 T:      git git://linuxtv.org/media_tree.git
7475 S:      Maintained
7476 F:      drivers/media/radio/radio-mr800.c
7477
7478 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7479 M:      Alan Ott <alan@signal11.us>
7480 L:      linux-wpan@vger.kernel.org
7481 S:      Maintained
7482 F:      drivers/net/ieee802154/mrf24j40.c
7483 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7484
7485 MSI LAPTOP SUPPORT
7486 M:      "Lee, Chun-Yi" <jlee@suse.com>
7487 L:      platform-driver-x86@vger.kernel.org
7488 S:      Maintained
7489 F:      drivers/platform/x86/msi-laptop.c
7490
7491 MSI WMI SUPPORT
7492 L:      platform-driver-x86@vger.kernel.org
7493 S:      Orphan
7494 F:      drivers/platform/x86/msi-wmi.c
7495
7496 MSI001 MEDIA DRIVER
7497 M:      Antti Palosaari <crope@iki.fi>
7498 L:      linux-media@vger.kernel.org
7499 W:      https://linuxtv.org
7500 W:      http://palosaari.fi/linux/
7501 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7502 T:      git git://linuxtv.org/anttip/media_tree.git
7503 S:      Maintained
7504 F:      drivers/media/tuners/msi001*
7505
7506 MSI2500 MEDIA DRIVER
7507 M:      Antti Palosaari <crope@iki.fi>
7508 L:      linux-media@vger.kernel.org
7509 W:      https://linuxtv.org
7510 W:      http://palosaari.fi/linux/
7511 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7512 T:      git git://linuxtv.org/anttip/media_tree.git
7513 S:      Maintained
7514 F:      drivers/media/usb/msi2500/
7515
7516 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7517 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7518 L:      linux-mtd@lists.infradead.org
7519 S:      Maintained
7520 F:      drivers/mtd/devices/docg3*
7521
7522 MT9M032 APTINA SENSOR DRIVER
7523 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7524 L:      linux-media@vger.kernel.org
7525 T:      git git://linuxtv.org/media_tree.git
7526 S:      Maintained
7527 F:      drivers/media/i2c/mt9m032.c
7528 F:      include/media/i2c/mt9m032.h
7529
7530 MT9P031 APTINA CAMERA SENSOR
7531 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7532 L:      linux-media@vger.kernel.org
7533 T:      git git://linuxtv.org/media_tree.git
7534 S:      Maintained
7535 F:      drivers/media/i2c/mt9p031.c
7536 F:      include/media/i2c/mt9p031.h
7537
7538 MT9T001 APTINA CAMERA SENSOR
7539 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7540 L:      linux-media@vger.kernel.org
7541 T:      git git://linuxtv.org/media_tree.git
7542 S:      Maintained
7543 F:      drivers/media/i2c/mt9t001.c
7544 F:      include/media/i2c/mt9t001.h
7545
7546 MT9V032 APTINA CAMERA SENSOR
7547 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7548 L:      linux-media@vger.kernel.org
7549 T:      git git://linuxtv.org/media_tree.git
7550 S:      Maintained
7551 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7552 F:      drivers/media/i2c/mt9v032.c
7553 F:      include/media/i2c/mt9v032.h
7554
7555 MULTIFUNCTION DEVICES (MFD)
7556 M:      Lee Jones <lee.jones@linaro.org>
7557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7558 S:      Supported
7559 F:      drivers/mfd/
7560 F:      include/linux/mfd/
7561
7562 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7563 M:      Ulf Hansson <ulf.hansson@linaro.org>
7564 L:      linux-mmc@vger.kernel.org
7565 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7566 S:      Maintained
7567 F:      drivers/mmc/
7568 F:      include/linux/mmc/
7569 F:      include/uapi/linux/mmc/
7570
7571 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7572 S:      Orphan
7573 F:      drivers/mmc/host/mmc_spi.c
7574 F:      include/linux/spi/mmc_spi.h
7575
7576 MULTISOUND SOUND DRIVER
7577 M:      Andrew Veliath <andrewtv@usa.net>
7578 S:      Maintained
7579 F:      Documentation/sound/oss/MultiSound
7580 F:      sound/oss/msnd*
7581
7582 MULTITECH MULTIPORT CARD (ISICOM)
7583 S:      Orphan
7584 F:      drivers/tty/isicom.c
7585 F:      include/linux/isicom.h
7586
7587 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7588 M:      Bin Liu <b-liu@ti.com>
7589 L:      linux-usb@vger.kernel.org
7590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7591 S:      Maintained
7592 F:      drivers/usb/musb/
7593
7594 MXL5007T MEDIA DRIVER
7595 M:      Michael Krufky <mkrufky@linuxtv.org>
7596 L:      linux-media@vger.kernel.org
7597 W:      https://linuxtv.org
7598 W:      http://github.com/mkrufky
7599 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7600 T:      git git://linuxtv.org/mkrufky/tuners.git
7601 S:      Maintained
7602 F:      drivers/media/tuners/mxl5007t.*
7603
7604 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7605 M:      Hyong-Youb Kim <hykim@myri.com>
7606 L:      netdev@vger.kernel.org
7607 W:      https://www.myricom.com/support/downloads/myri10ge.html
7608 S:      Supported
7609 F:      drivers/net/ethernet/myricom/myri10ge/
7610
7611 NAND FLASH SUBSYSTEM
7612 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7613 R:      Richard Weinberger <richard@nod.at>
7614 L:      linux-mtd@lists.infradead.org
7615 W:      http://www.linux-mtd.infradead.org/
7616 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7617 T:      git git://github.com/linux-nand/linux.git
7618 S:      Maintained
7619 F:      drivers/mtd/nand/
7620 F:      include/linux/mtd/nand*.h
7621
7622 NATSEMI ETHERNET DRIVER (DP8381x)
7623 S:      Orphan
7624 F:      drivers/net/ethernet/natsemi/natsemi.c
7625
7626 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7627 M:      Daniel Mack <zonque@gmail.com>
7628 S:      Maintained
7629 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7630 W:      http://www.native-instruments.com
7631 F:      sound/usb/caiaq/
7632
7633 NCP FILESYSTEM
7634 M:      Petr Vandrovec <petr@vandrovec.name>
7635 S:      Odd Fixes
7636 F:      fs/ncpfs/
7637
7638 NCR 5380 SCSI DRIVERS
7639 M:      Finn Thain <fthain@telegraphics.com.au>
7640 M:      Michael Schmitz <schmitzmic@gmail.com>
7641 L:      linux-scsi@vger.kernel.org
7642 S:      Maintained
7643 F:      Documentation/scsi/g_NCR5380.txt
7644 F:      drivers/scsi/NCR5380.*
7645 F:      drivers/scsi/arm/cumana_1.c
7646 F:      drivers/scsi/arm/oak.c
7647 F:      drivers/scsi/atari_NCR5380.c
7648 F:      drivers/scsi/atari_scsi.*
7649 F:      drivers/scsi/dmx3191d.c
7650 F:      drivers/scsi/dtc.*
7651 F:      drivers/scsi/g_NCR5380.*
7652 F:      drivers/scsi/g_NCR5380_mmio.c
7653 F:      drivers/scsi/mac_scsi.*
7654 F:      drivers/scsi/pas16.*
7655 F:      drivers/scsi/sun3_scsi.*
7656 F:      drivers/scsi/sun3_scsi_vme.c
7657 F:      drivers/scsi/t128.*
7658
7659 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7660 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7661 L:      linux-scsi@vger.kernel.org
7662 S:      Maintained
7663 F:      drivers/scsi/NCR_D700.*
7664
7665 NCT6775 HARDWARE MONITOR DRIVER
7666 M:      Guenter Roeck <linux@roeck-us.net>
7667 L:      linux-hwmon@vger.kernel.org
7668 S:      Maintained
7669 F:      Documentation/hwmon/nct6775
7670 F:      drivers/hwmon/nct6775.c
7671
7672 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7673 M:      Faisal Latif <faisal.latif@intel.com>
7674 L:      linux-rdma@vger.kernel.org
7675 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7676 S:      Supported
7677 F:      drivers/infiniband/hw/nes/
7678
7679 NETEM NETWORK EMULATOR
7680 M:      Stephen Hemminger <stephen@networkplumber.org>
7681 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
7682 S:      Maintained
7683 F:      net/sched/sch_netem.c
7684
7685 NETERION 10GbE DRIVERS (s2io/vxge)
7686 M:      Jon Mason <jdmason@kudzu.us>
7687 L:      netdev@vger.kernel.org
7688 S:      Supported
7689 F:      Documentation/networking/s2io.txt
7690 F:      Documentation/networking/vxge.txt
7691 F:      drivers/net/ethernet/neterion/
7692
7693 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7694 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7695 M:      Patrick McHardy <kaber@trash.net>
7696 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7697 L:      netfilter-devel@vger.kernel.org
7698 L:      coreteam@netfilter.org
7699 W:      http://www.netfilter.org/
7700 W:      http://www.iptables.org/
7701 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7704 S:      Supported
7705 F:      include/linux/netfilter*
7706 F:      include/linux/netfilter/
7707 F:      include/net/netfilter/
7708 F:      include/uapi/linux/netfilter*
7709 F:      include/uapi/linux/netfilter/
7710 F:      net/*/netfilter.c
7711 F:      net/*/netfilter/
7712 F:      net/netfilter/
7713 F:      net/bridge/br_netfilter*.c
7714
7715 NETLABEL
7716 M:      Paul Moore <paul@paul-moore.com>
7717 W:      http://netlabel.sf.net
7718 L:      netdev@vger.kernel.org
7719 S:      Maintained
7720 F:      Documentation/netlabel/
7721 F:      include/net/netlabel.h
7722 F:      net/netlabel/
7723
7724 NETROM NETWORK LAYER
7725 M:      Ralf Baechle <ralf@linux-mips.org>
7726 L:      linux-hams@vger.kernel.org
7727 W:      http://www.linux-ax25.org/
7728 S:      Maintained
7729 F:      include/net/netrom.h
7730 F:      include/uapi/linux/netrom.h
7731 F:      net/netrom/
7732
7733 NETRONOME ETHERNET DRIVERS
7734 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
7735 L:      oss-drivers@netronome.com
7736 S:      Maintained
7737 F:      drivers/net/ethernet/netronome/
7738
7739 NETWORK BLOCK DEVICE (NBD)
7740 M:      Markus Pargmann <mpa@pengutronix.de>
7741 S:      Maintained
7742 L:      nbd-general@lists.sourceforge.net
7743 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7744 F:      Documentation/blockdev/nbd.txt
7745 F:      drivers/block/nbd.c
7746 F:      include/uapi/linux/nbd.h
7747
7748 NETWORK DROP MONITOR
7749 M:      Neil Horman <nhorman@tuxdriver.com>
7750 L:      netdev@vger.kernel.org
7751 S:      Maintained
7752 W:      https://fedorahosted.org/dropwatch/
7753 F:      net/core/drop_monitor.c
7754
7755 NETWORKING [GENERAL]
7756 M:      "David S. Miller" <davem@davemloft.net>
7757 L:      netdev@vger.kernel.org
7758 W:      http://www.linuxfoundation.org/en/Net
7759 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7760 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7762 S:      Maintained
7763 F:      net/
7764 F:      include/net/
7765 F:      include/linux/in.h
7766 F:      include/linux/net.h
7767 F:      include/linux/netdevice.h
7768 F:      include/uapi/linux/in.h
7769 F:      include/uapi/linux/net.h
7770 F:      include/uapi/linux/netdevice.h
7771 F:      include/uapi/linux/net_namespace.h
7772 F:      tools/net/
7773 F:      tools/testing/selftests/net/
7774 F:      lib/random32.c
7775 F:      lib/test_bpf.c
7776
7777 NETWORKING [IPv4/IPv6]
7778 M:      "David S. Miller" <davem@davemloft.net>
7779 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7780 M:      James Morris <jmorris@namei.org>
7781 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7782 M:      Patrick McHardy <kaber@trash.net>
7783 L:      netdev@vger.kernel.org
7784 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7785 S:      Maintained
7786 F:      net/ipv4/
7787 F:      net/ipv6/
7788 F:      include/net/ip*
7789 F:      arch/x86/net/*
7790
7791 NETWORKING [IPSEC]
7792 M:      Steffen Klassert <steffen.klassert@secunet.com>
7793 M:      Herbert Xu <herbert@gondor.apana.org.au>
7794 M:      "David S. Miller" <davem@davemloft.net>
7795 L:      netdev@vger.kernel.org
7796 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7798 S:      Maintained
7799 F:      net/core/flow.c
7800 F:      net/xfrm/
7801 F:      net/key/
7802 F:      net/ipv4/xfrm*
7803 F:      net/ipv4/esp4.c
7804 F:      net/ipv4/ah4.c
7805 F:      net/ipv4/ipcomp.c
7806 F:      net/ipv4/ip_vti.c
7807 F:      net/ipv6/xfrm*
7808 F:      net/ipv6/esp6.c
7809 F:      net/ipv6/ah6.c
7810 F:      net/ipv6/ipcomp6.c
7811 F:      net/ipv6/ip6_vti.c
7812 F:      include/uapi/linux/xfrm.h
7813 F:      include/net/xfrm.h
7814
7815 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7816 M:      Paul Moore <paul@paul-moore.com>
7817 L:      netdev@vger.kernel.org
7818 S:      Maintained
7819
7820 NETWORKING [WIRELESS]
7821 L:      linux-wireless@vger.kernel.org
7822 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7823
7824 NETWORKING DRIVERS
7825 L:      netdev@vger.kernel.org
7826 W:      http://www.linuxfoundation.org/en/Net
7827 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7829 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7830 S:      Odd Fixes
7831 F:      drivers/net/
7832 F:      include/linux/if_*
7833 F:      include/linux/netdevice.h
7834 F:      include/linux/etherdevice.h
7835 F:      include/linux/fcdevice.h
7836 F:      include/linux/fddidevice.h
7837 F:      include/linux/hippidevice.h
7838 F:      include/linux/inetdevice.h
7839 F:      include/uapi/linux/if_*
7840 F:      include/uapi/linux/netdevice.h
7841
7842 NETWORKING DRIVERS (WIRELESS)
7843 M:      Kalle Valo <kvalo@codeaurora.org>
7844 L:      linux-wireless@vger.kernel.org
7845 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
7847 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
7848 S:      Maintained
7849 F:      drivers/net/wireless/
7850
7851 NETXEN (1/10) GbE SUPPORT
7852 M:      Manish Chopra <manish.chopra@qlogic.com>
7853 M:      Sony Chacko <sony.chacko@qlogic.com>
7854 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7855 L:      netdev@vger.kernel.org
7856 W:      http://www.qlogic.com
7857 S:      Supported
7858 F:      drivers/net/ethernet/qlogic/netxen/
7859
7860 NFC SUBSYSTEM
7861 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7862 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7863 M:      Samuel Ortiz <sameo@linux.intel.com>
7864 L:      linux-wireless@vger.kernel.org
7865 L:      linux-nfc@lists.01.org (subscribers-only)
7866 S:      Supported
7867 F:      net/nfc/
7868 F:      include/net/nfc/
7869 F:      include/uapi/linux/nfc.h
7870 F:      drivers/nfc/
7871 F:      include/linux/platform_data/nfcmrvl.h
7872 F:      include/linux/platform_data/nxp-nci.h
7873 F:      include/linux/platform_data/pn544.h
7874 F:      include/linux/platform_data/st21nfca.h
7875 F:      include/linux/platform_data/st-nci.h
7876 F:      Documentation/devicetree/bindings/net/nfc/
7877
7878 NFS, SUNRPC, AND LOCKD CLIENTS
7879 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7880 M:      Anna Schumaker <anna.schumaker@netapp.com>
7881 L:      linux-nfs@vger.kernel.org
7882 W:      http://client.linux-nfs.org
7883 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7884 S:      Maintained
7885 F:      fs/lockd/
7886 F:      fs/nfs/
7887 F:      fs/nfs_common/
7888 F:      net/sunrpc/
7889 F:      include/linux/lockd/
7890 F:      include/linux/nfs*
7891 F:      include/linux/sunrpc/
7892 F:      include/uapi/linux/nfs*
7893 F:      include/uapi/linux/sunrpc/
7894
7895 NILFS2 FILESYSTEM
7896 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7897 L:      linux-nilfs@vger.kernel.org
7898 W:      http://nilfs.sourceforge.net/
7899 T:      git git://github.com/konis/nilfs2.git
7900 S:      Supported
7901 F:      Documentation/filesystems/nilfs2.txt
7902 F:      fs/nilfs2/
7903 F:      include/linux/nilfs2_fs.h
7904 F:      include/trace/events/nilfs2.h
7905
7906 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7907 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7908 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7909 S:      Maintained
7910 F:      Documentation/scsi/NinjaSCSI.txt
7911 F:      drivers/scsi/pcmcia/nsp_*
7912
7913 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7914 M:      GOTO Masanori <gotom@debian.or.jp>
7915 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7916 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7917 S:      Maintained
7918 F:      Documentation/scsi/NinjaSCSI.txt
7919 F:      drivers/scsi/nsp32*
7920
7921 NIOS2 ARCHITECTURE
7922 M:      Ley Foon Tan <lftan@altera.com>
7923 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7924 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7925 S:      Maintained
7926 F:      arch/nios2/
7927
7928 NOKIA N900 POWER SUPPLY DRIVERS
7929 R:      Pali RohĂ¡r <pali.rohar@gmail.com>
7930 F:      include/linux/power/bq2415x_charger.h
7931 F:      include/linux/power/bq27xxx_battery.h
7932 F:      include/linux/power/isp1704_charger.h
7933 F:      drivers/power/bq2415x_charger.c
7934 F:      drivers/power/bq27xxx_battery.c
7935 F:      drivers/power/bq27xxx_battery_i2c.c
7936 F:      drivers/power/isp1704_charger.c
7937 F:      drivers/power/rx51_battery.c
7938
7939 NTB DRIVER CORE
7940 M:      Jon Mason <jdmason@kudzu.us>
7941 M:      Dave Jiang <dave.jiang@intel.com>
7942 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7943 L:      linux-ntb@googlegroups.com
7944 S:      Supported
7945 W:      https://github.com/jonmason/ntb/wiki
7946 T:      git git://github.com/jonmason/ntb.git
7947 F:      drivers/ntb/
7948 F:      drivers/net/ntb_netdev.c
7949 F:      include/linux/ntb.h
7950 F:      include/linux/ntb_transport.h
7951
7952 NTB INTEL DRIVER
7953 M:      Jon Mason <jdmason@kudzu.us>
7954 M:      Dave Jiang <dave.jiang@intel.com>
7955 L:      linux-ntb@googlegroups.com
7956 S:      Supported
7957 W:      https://github.com/jonmason/ntb/wiki
7958 T:      git git://github.com/jonmason/ntb.git
7959 F:      drivers/ntb/hw/intel/
7960
7961 NTB AMD DRIVER
7962 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
7963 L:      linux-ntb@googlegroups.com
7964 S:      Supported
7965 F:      drivers/ntb/hw/amd/
7966
7967 NTFS FILESYSTEM
7968 M:      Anton Altaparmakov <anton@tuxera.com>
7969 L:      linux-ntfs-dev@lists.sourceforge.net
7970 W:      http://www.tuxera.com/
7971 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7972 S:      Supported
7973 F:      Documentation/filesystems/ntfs.txt
7974 F:      fs/ntfs/
7975
7976 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7977 M:      Antonino Daplas <adaplas@gmail.com>
7978 L:      linux-fbdev@vger.kernel.org
7979 S:      Maintained
7980 F:      drivers/video/fbdev/riva/
7981 F:      drivers/video/fbdev/nvidia/
7982
7983 NVM EXPRESS DRIVER
7984 M:      Keith Busch <keith.busch@intel.com>
7985 M:      Jens Axboe <axboe@fb.com>
7986 L:      linux-nvme@lists.infradead.org
7987 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7988 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7989 S:      Supported
7990 F:      drivers/nvme/host/
7991 F:      include/linux/nvme.h
7992
7993 NVMEM FRAMEWORK
7994 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7995 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7996 S:      Maintained
7997 F:      drivers/nvmem/
7998 F:      Documentation/devicetree/bindings/nvmem/
7999 F:      include/linux/nvmem-consumer.h
8000 F:      include/linux/nvmem-provider.h
8001
8002 NXP-NCI NFC DRIVER
8003 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
8004 R:      Charles Gorand <charles.gorand@effinnov.com>
8005 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
8006 S:      Supported
8007 F:      drivers/nfc/nxp-nci
8008
8009 NXP TDA998X DRM DRIVER
8010 M:      Russell King <rmk+kernel@arm.linux.org.uk>
8011 S:      Supported
8012 F:      drivers/gpu/drm/i2c/tda998x_drv.c
8013 F:      include/drm/i2c/tda998x.h
8014
8015 NXP TFA9879 DRIVER
8016 M:      Peter Rosin <peda@axentia.se>
8017 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8018 S:      Maintained
8019 F:      sound/soc/codecs/tfa9879*
8020
8021 OBJTOOL
8022 M:      Josh Poimboeuf <jpoimboe@redhat.com>
8023 S:      Supported
8024 F:      tools/objtool/
8025
8026 OMAP SUPPORT
8027 M:      Tony Lindgren <tony@atomide.com>
8028 L:      linux-omap@vger.kernel.org
8029 W:      http://www.muru.com/linux/omap/
8030 W:      http://linux.omap.com/
8031 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8032 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8033 S:      Maintained
8034 F:      arch/arm/*omap*/
8035 F:      arch/arm/configs/omap1_defconfig
8036 F:      arch/arm/configs/omap2plus_defconfig
8037 F:      drivers/i2c/busses/i2c-omap.c
8038 F:      drivers/irqchip/irq-omap-intc.c
8039 F:      drivers/mfd/*omap*.c
8040 F:      drivers/mfd/menelaus.c
8041 F:      drivers/mfd/palmas.c
8042 F:      drivers/mfd/tps65217.c
8043 F:      drivers/mfd/tps65218.c
8044 F:      drivers/mfd/tps65910.c
8045 F:      drivers/mfd/twl-core.[ch]
8046 F:      drivers/mfd/twl4030*.c
8047 F:      drivers/mfd/twl6030*.c
8048 F:      drivers/mfd/twl6040*.c
8049 F:      drivers/regulator/palmas-regulator*.c
8050 F:      drivers/regulator/pbias-regulator.c
8051 F:      drivers/regulator/tps65217-regulator.c
8052 F:      drivers/regulator/tps65218-regulator.c
8053 F:      drivers/regulator/tps65910-regulator.c
8054 F:      drivers/regulator/twl-regulator.c
8055 F:      include/linux/i2c-omap.h
8056
8057 OMAP DEVICE TREE SUPPORT
8058 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
8059 M:      Tony Lindgren <tony@atomide.com>
8060 L:      linux-omap@vger.kernel.org
8061 L:      devicetree@vger.kernel.org
8062 S:      Maintained
8063 F:      arch/arm/boot/dts/*omap*
8064 F:      arch/arm/boot/dts/*am3*
8065 F:      arch/arm/boot/dts/*am4*
8066 F:      arch/arm/boot/dts/*am5*
8067 F:      arch/arm/boot/dts/*dra7*
8068
8069 OMAP CLOCK FRAMEWORK SUPPORT
8070 M:      Paul Walmsley <paul@pwsan.com>
8071 L:      linux-omap@vger.kernel.org
8072 S:      Maintained
8073 F:      arch/arm/*omap*/*clock*
8074
8075 OMAP POWER MANAGEMENT SUPPORT
8076 M:      Kevin Hilman <khilman@kernel.org>
8077 L:      linux-omap@vger.kernel.org
8078 S:      Maintained
8079 F:      arch/arm/*omap*/*pm*
8080 F:      drivers/cpufreq/omap-cpufreq.c
8081
8082 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8083 M:      Rajendra Nayak <rnayak@ti.com>
8084 M:      Paul Walmsley <paul@pwsan.com>
8085 L:      linux-omap@vger.kernel.org
8086 S:      Maintained
8087 F:      arch/arm/mach-omap2/prm*
8088
8089 OMAP AUDIO SUPPORT
8090 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8091 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
8092 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8093 L:      linux-omap@vger.kernel.org
8094 S:      Maintained
8095 F:      sound/soc/omap/
8096
8097 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8098 M:      Roger Quadros <rogerq@ti.com>
8099 M:      Tony Lindgren <tony@atomide.com>
8100 L:      linux-omap@vger.kernel.org
8101 S:      Maintained
8102 F:      drivers/memory/omap-gpmc.c
8103 F:      arch/arm/mach-omap2/*gpmc*
8104
8105 OMAP FRAMEBUFFER SUPPORT
8106 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8107 L:      linux-fbdev@vger.kernel.org
8108 L:      linux-omap@vger.kernel.org
8109 S:      Maintained
8110 F:      drivers/video/fbdev/omap/
8111
8112 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8113 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8114 L:      linux-omap@vger.kernel.org
8115 L:      linux-fbdev@vger.kernel.org
8116 S:      Maintained
8117 F:      drivers/video/fbdev/omap2/
8118 F:      Documentation/arm/OMAP/DSS
8119
8120 OMAP HARDWARE SPINLOCK SUPPORT
8121 M:      Ohad Ben-Cohen <ohad@wizery.com>
8122 L:      linux-omap@vger.kernel.org
8123 S:      Maintained
8124 F:      drivers/hwspinlock/omap_hwspinlock.c
8125
8126 OMAP MMC SUPPORT
8127 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
8128 L:      linux-omap@vger.kernel.org
8129 S:      Maintained
8130 F:      drivers/mmc/host/omap.c
8131
8132 OMAP HS MMC SUPPORT
8133 L:      linux-mmc@vger.kernel.org
8134 L:      linux-omap@vger.kernel.org
8135 S:      Orphan
8136 F:      drivers/mmc/host/omap_hsmmc.c
8137
8138 OMAP RANDOM NUMBER GENERATOR SUPPORT
8139 M:      Deepak Saxena <dsaxena@plexity.net>
8140 S:      Maintained
8141 F:      drivers/char/hw_random/omap-rng.c
8142
8143 OMAP HWMOD SUPPORT
8144 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
8145 M:      Paul Walmsley <paul@pwsan.com>
8146 L:      linux-omap@vger.kernel.org
8147 S:      Maintained
8148 F:      arch/arm/mach-omap2/omap_hwmod.*
8149
8150 OMAP HWMOD DATA
8151 M:      Paul Walmsley <paul@pwsan.com>
8152 L:      linux-omap@vger.kernel.org
8153 S:      Maintained
8154 F:      arch/arm/mach-omap2/omap_hwmod*data*
8155
8156 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8157 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
8158 L:      linux-omap@vger.kernel.org
8159 S:      Maintained
8160 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8161
8162 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8163 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8164 L:      linux-media@vger.kernel.org
8165 S:      Maintained
8166 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
8167 F:      drivers/media/platform/omap3isp/
8168 F:      drivers/staging/media/omap4iss/
8169
8170 OMAP USB SUPPORT
8171 L:      linux-usb@vger.kernel.org
8172 L:      linux-omap@vger.kernel.org
8173 S:      Orphan
8174 F:      drivers/usb/*/*omap*
8175 F:      arch/arm/*omap*/usb*
8176
8177 OMAP GPIO DRIVER
8178 M:      Grygorii Strashko <grygorii.strashko@ti.com>
8179 M:      Santosh Shilimkar <ssantosh@kernel.org>
8180 M:      Kevin Hilman <khilman@kernel.org>
8181 L:      linux-omap@vger.kernel.org
8182 S:      Maintained
8183 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
8184 F:      drivers/gpio/gpio-omap.c
8185
8186 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8187 M:      Mark Jackson <mpfj@newflow.co.uk>
8188 L:      linux-omap@vger.kernel.org
8189 S:      Maintained
8190 F:      arch/arm/boot/dts/am335x-nano.dts
8191
8192 OMFS FILESYSTEM
8193 M:      Bob Copeland <me@bobcopeland.com>
8194 L:      linux-karma-devel@lists.sourceforge.net
8195 S:      Maintained
8196 F:      Documentation/filesystems/omfs.txt
8197 F:      fs/omfs/
8198
8199 OMNIKEY CARDMAN 4000 DRIVER
8200 M:      Harald Welte <laforge@gnumonks.org>
8201 S:      Maintained
8202 F:      drivers/char/pcmcia/cm4000_cs.c
8203 F:      include/linux/cm4000_cs.h
8204 F:      include/uapi/linux/cm4000_cs.h
8205
8206 OMNIKEY CARDMAN 4040 DRIVER
8207 M:      Harald Welte <laforge@gnumonks.org>
8208 S:      Maintained
8209 F:      drivers/char/pcmcia/cm4040_cs.*
8210
8211 OMNIVISION OV7670 SENSOR DRIVER
8212 M:      Jonathan Corbet <corbet@lwn.net>
8213 L:      linux-media@vger.kernel.org
8214 T:      git git://linuxtv.org/media_tree.git
8215 S:      Maintained
8216 F:      drivers/media/i2c/ov7670.c
8217
8218 ONENAND FLASH DRIVER
8219 M:      Kyungmin Park <kyungmin.park@samsung.com>
8220 L:      linux-mtd@lists.infradead.org
8221 S:      Maintained
8222 F:      drivers/mtd/onenand/
8223 F:      include/linux/mtd/onenand*.h
8224
8225 ONSTREAM SCSI TAPE DRIVER
8226 M:      Willem Riede <osst@riede.org>
8227 L:      osst-users@lists.sourceforge.net
8228 L:      linux-scsi@vger.kernel.org
8229 S:      Maintained
8230 F:      Documentation/scsi/osst.txt
8231 F:      drivers/scsi/osst.*
8232 F:      drivers/scsi/osst_*.h
8233 F:      drivers/scsi/st.h
8234
8235 OPENCORES I2C BUS DRIVER
8236 M:      Peter Korsgaard <jacmet@sunsite.dk>
8237 L:      linux-i2c@vger.kernel.org
8238 S:      Maintained
8239 F:      Documentation/i2c/busses/i2c-ocores
8240 F:      drivers/i2c/busses/i2c-ocores.c
8241
8242 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8243 M:      Rob Herring <robh+dt@kernel.org>
8244 M:      Frank Rowand <frowand.list@gmail.com>
8245 M:      Grant Likely <grant.likely@linaro.org>
8246 L:      devicetree@vger.kernel.org
8247 W:      http://www.devicetree.org/
8248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
8249 S:      Maintained
8250 F:      drivers/of/
8251 F:      include/linux/of*.h
8252 F:      scripts/dtc/
8253
8254 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8255 M:      Rob Herring <robh+dt@kernel.org>
8256 M:      Pawel Moll <pawel.moll@arm.com>
8257 M:      Mark Rutland <mark.rutland@arm.com>
8258 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
8259 M:      Kumar Gala <galak@codeaurora.org>
8260 L:      devicetree@vger.kernel.org
8261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8262 S:      Maintained
8263 F:      Documentation/devicetree/
8264 F:      arch/*/boot/dts/
8265 F:      include/dt-bindings/
8266
8267 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8268 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8269 L:      devicetree@vger.kernel.org
8270 S:      Maintained
8271 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8272 F:      Documentation/devicetree/overlay-notes.txt
8273 F:      drivers/of/overlay.c
8274 F:      drivers/of/resolver.c
8275
8276 OPENRISC ARCHITECTURE
8277 M:      Jonas Bonn <jonas@southpole.se>
8278 W:      http://openrisc.net
8279 L:      linux@lists.openrisc.net (moderated for non-subscribers)
8280 S:      Maintained
8281 T:      git git://openrisc.net/~jonas/linux
8282 F:      arch/openrisc/
8283
8284 OPENVSWITCH
8285 M:      Pravin Shelar <pshelar@nicira.com>
8286 L:      netdev@vger.kernel.org
8287 L:      dev@openvswitch.org
8288 W:      http://openvswitch.org
8289 S:      Maintained
8290 F:      net/openvswitch/
8291 F:      include/uapi/linux/openvswitch.h
8292
8293 OPERATING PERFORMANCE POINTS (OPP)
8294 M:      Viresh Kumar <vireshk@kernel.org>
8295 M:      Nishanth Menon <nm@ti.com>
8296 M:      Stephen Boyd <sboyd@codeaurora.org>
8297 L:      linux-pm@vger.kernel.org
8298 S:      Maintained
8299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8300 F:      drivers/base/power/opp/
8301 F:      include/linux/pm_opp.h
8302 F:      Documentation/power/opp.txt
8303 F:      Documentation/devicetree/bindings/opp/
8304
8305 OPL4 DRIVER
8306 M:      Clemens Ladisch <clemens@ladisch.de>
8307 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8308 T:      git git://git.alsa-project.org/alsa-kernel.git
8309 S:      Maintained
8310 F:      sound/drivers/opl4/
8311
8312 OPROFILE
8313 M:      Robert Richter <rric@kernel.org>
8314 L:      oprofile-list@lists.sf.net
8315 S:      Maintained
8316 F:      arch/*/include/asm/oprofile*.h
8317 F:      arch/*/oprofile/
8318 F:      drivers/oprofile/
8319 F:      include/linux/oprofile.h
8320
8321 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8322 M:      Mark Fasheh <mfasheh@suse.com>
8323 M:      Joel Becker <jlbec@evilplan.org>
8324 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8325 W:      http://ocfs2.wiki.kernel.org
8326 S:      Supported
8327 F:      Documentation/filesystems/ocfs2.txt
8328 F:      Documentation/filesystems/dlmfs.txt
8329 F:      fs/ocfs2/
8330
8331 ORINOCO DRIVER
8332 L:      linux-wireless@vger.kernel.org
8333 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8334 W:      http://www.nongnu.org/orinoco/
8335 S:      Orphan
8336 F:      drivers/net/wireless/intersil/orinoco/
8337
8338 OSD LIBRARY and FILESYSTEM
8339 M:      Boaz Harrosh <ooo@electrozaur.com>
8340 M:      Benny Halevy <bhalevy@primarydata.com>
8341 L:      osd-dev@open-osd.org
8342 W:      http://open-osd.org
8343 T:      git git://git.open-osd.org/open-osd.git
8344 S:      Maintained
8345 F:      drivers/scsi/osd/
8346 F:      include/scsi/osd_*
8347 F:      fs/exofs/
8348
8349 OVERLAY FILESYSTEM
8350 M:      Miklos Szeredi <miklos@szeredi.hu>
8351 L:      linux-unionfs@vger.kernel.org
8352 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8353 S:      Supported
8354 F:      fs/overlayfs/
8355 F:      Documentation/filesystems/overlayfs.txt
8356
8357 ORANGEFS FILESYSTEM
8358 M:      Mike Marshall <hubcap@omnibond.com>
8359 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
8360 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
8361 S:      Supported
8362 F:      fs/orangefs/
8363 F:      Documentation/filesystems/orangefs.txt
8364
8365 P54 WIRELESS DRIVER
8366 M:      Christian Lamparter <chunkeey@googlemail.com>
8367 L:      linux-wireless@vger.kernel.org
8368 W:      http://wireless.kernel.org/en/users/Drivers/p54
8369 S:      Maintained
8370 F:      drivers/net/wireless/intersil/p54/
8371
8372 PA SEMI ETHERNET DRIVER
8373 M:      Olof Johansson <olof@lixom.net>
8374 L:      netdev@vger.kernel.org
8375 S:      Maintained
8376 F:      drivers/net/ethernet/pasemi/*
8377
8378 PA SEMI SMBUS DRIVER
8379 M:      Olof Johansson <olof@lixom.net>
8380 L:      linux-i2c@vger.kernel.org
8381 S:      Maintained
8382 F:      drivers/i2c/busses/i2c-pasemi.c
8383
8384 PADATA PARALLEL EXECUTION MECHANISM
8385 M:      Steffen Klassert <steffen.klassert@secunet.com>
8386 L:      linux-crypto@vger.kernel.org
8387 S:      Maintained
8388 F:      kernel/padata.c
8389 F:      include/linux/padata.h
8390 F:      Documentation/padata.txt
8391
8392 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8393 M:      Harald Welte <laforge@gnumonks.org>
8394 L:      platform-driver-x86@vger.kernel.org
8395 S:      Maintained
8396 F:      drivers/platform/x86/panasonic-laptop.c
8397
8398 PANASONIC MN10300/AM33/AM34 PORT
8399 M:      David Howells <dhowells@redhat.com>
8400 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8401 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
8402 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8403 S:      Maintained
8404 F:      Documentation/mn10300/
8405 F:      arch/mn10300/
8406
8407 PARALLEL LCD/KEYPAD PANEL DRIVER
8408 M:      Willy Tarreau <willy@haproxy.com>
8409 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
8410 S:      Odd Fixes
8411 F:      Documentation/misc-devices/lcd-panel-cgram.txt
8412 F:      drivers/misc/panel.c
8413
8414 PARALLEL PORT SUBSYSTEM
8415 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8416 M:      Sudip Mukherjee <sudip@vectorindia.org>
8417 L:      linux-parport@lists.infradead.org (subscribers-only)
8418 S:      Maintained
8419 F:      drivers/parport/
8420 F:      include/linux/parport*.h
8421 F:      drivers/char/ppdev.c
8422 F:      include/uapi/linux/ppdev.h
8423 F:      Documentation/parport*.txt
8424
8425 PARAVIRT_OPS INTERFACE
8426 M:      Jeremy Fitzhardinge <jeremy@goop.org>
8427 M:      Chris Wright <chrisw@sous-sol.org>
8428 M:      Alok Kataria <akataria@vmware.com>
8429 M:      Rusty Russell <rusty@rustcorp.com.au>
8430 L:      virtualization@lists.linux-foundation.org
8431 S:      Supported
8432 F:      Documentation/virtual/paravirt_ops.txt
8433 F:      arch/*/kernel/paravirt*
8434 F:      arch/*/include/asm/paravirt.h
8435
8436 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8437 M:      Tim Waugh <tim@cyberelk.net>
8438 L:      linux-parport@lists.infradead.org (subscribers-only)
8439 S:      Maintained
8440 F:      Documentation/blockdev/paride.txt
8441 F:      drivers/block/paride/
8442
8443 PARISC ARCHITECTURE
8444 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
8445 M:      Helge Deller <deller@gmx.de>
8446 L:      linux-parisc@vger.kernel.org
8447 W:      http://www.parisc-linux.org/
8448 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
8449 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8450 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8451 S:      Maintained
8452 F:      arch/parisc/
8453 F:      Documentation/parisc/
8454 F:      drivers/parisc/
8455 F:      drivers/char/agp/parisc-agp.c
8456 F:      drivers/input/serio/gscps2.c
8457 F:      drivers/parport/parport_gsc.*
8458 F:      drivers/tty/serial/8250/8250_gsc.c
8459 F:      drivers/video/fbdev/sti*
8460 F:      drivers/video/console/sti*
8461 F:      drivers/video/logo/logo_parisc*
8462
8463 PC87360 HARDWARE MONITORING DRIVER
8464 M:      Jim Cromie <jim.cromie@gmail.com>
8465 L:      linux-hwmon@vger.kernel.org
8466 S:      Maintained
8467 F:      Documentation/hwmon/pc87360
8468 F:      drivers/hwmon/pc87360.c
8469
8470 PC8736x GPIO DRIVER
8471 M:      Jim Cromie <jim.cromie@gmail.com>
8472 S:      Maintained
8473 F:      drivers/char/pc8736x_gpio.c
8474
8475 PC87427 HARDWARE MONITORING DRIVER
8476 M:      Jean Delvare <jdelvare@suse.com>
8477 L:      linux-hwmon@vger.kernel.org
8478 S:      Maintained
8479 F:      Documentation/hwmon/pc87427
8480 F:      drivers/hwmon/pc87427.c
8481
8482 PCA9532 LED DRIVER
8483 M:      Riku Voipio <riku.voipio@iki.fi>
8484 S:      Maintained
8485 F:      drivers/leds/leds-pca9532.c
8486 F:      include/linux/leds-pca9532.h
8487
8488 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8489 M:      Guenter Roeck <linux@roeck-us.net>
8490 L:      linux-i2c@vger.kernel.org
8491 S:      Maintained
8492 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8493
8494 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8495 M:      Khalid Aziz <khalid@gonehiking.org>
8496 S:      Maintained
8497 F:      drivers/firmware/pcdp.*
8498
8499 PCI ERROR RECOVERY
8500 M:      Linas Vepstas <linasvepstas@gmail.com>
8501 L:      linux-pci@vger.kernel.org
8502 S:      Supported
8503 F:      Documentation/PCI/pci-error-recovery.txt
8504
8505 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
8506 M:      Russell Currey <ruscur@russell.cc>
8507 L:      linuxppc-dev@lists.ozlabs.org
8508 S:      Supported
8509 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
8510 F:      arch/powerpc/kernel/eeh*.c
8511 F:      arch/powerpc/platforms/*/eeh*.c
8512 F:      arch/powerpc/include/*/eeh*.h
8513
8514 PCI SUBSYSTEM
8515 M:      Bjorn Helgaas <bhelgaas@google.com>
8516 L:      linux-pci@vger.kernel.org
8517 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8519 S:      Supported
8520 F:      Documentation/PCI/
8521 F:      drivers/pci/
8522 F:      include/linux/pci*
8523 F:      arch/x86/pci/
8524 F:      arch/x86/kernel/quirks.c
8525
8526 PCI DRIVER FOR ALTERA PCIE IP
8527 M:      Ley Foon Tan <lftan@altera.com>
8528 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8529 L:      linux-pci@vger.kernel.org
8530 S:      Supported
8531 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
8532 F:      drivers/pci/host/pcie-altera.c
8533
8534 PCI DRIVER FOR ARM VERSATILE PLATFORM
8535 M:      Rob Herring <robh@kernel.org>
8536 L:      linux-pci@vger.kernel.org
8537 L:      linux-arm-kernel@lists.infradead.org
8538 S:      Maintained
8539 F:      Documentation/devicetree/bindings/pci/versatile.txt
8540 F:      drivers/pci/host/pci-versatile.c
8541
8542 PCI DRIVER FOR APPLIEDMICRO XGENE
8543 M:      Tanmay Inamdar <tinamdar@apm.com>
8544 L:      linux-pci@vger.kernel.org
8545 L:      linux-arm-kernel@lists.infradead.org
8546 S:      Maintained
8547 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8548 F:      drivers/pci/host/pci-xgene.c
8549
8550 PCI DRIVER FOR FREESCALE LAYERSCAPE
8551 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8552 M:      Mingkai Hu <mingkai.hu@freescale.com>
8553 M:      Roy Zang <tie-fei.zang@freescale.com>
8554 L:      linuxppc-dev@lists.ozlabs.org
8555 L:      linux-pci@vger.kernel.org
8556 L:      linux-arm-kernel@lists.infradead.org
8557 S:      Maintained
8558 F:      drivers/pci/host/*layerscape*
8559
8560 PCI DRIVER FOR IMX6
8561 M:      Richard Zhu <Richard.Zhu@freescale.com>
8562 M:      Lucas Stach <l.stach@pengutronix.de>
8563 L:      linux-pci@vger.kernel.org
8564 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8565 S:      Maintained
8566 F:      drivers/pci/host/*imx6*
8567
8568 PCI DRIVER FOR TI KEYSTONE
8569 M:      Murali Karicheri <m-karicheri2@ti.com>
8570 L:      linux-pci@vger.kernel.org
8571 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8572 S:      Maintained
8573 F:      drivers/pci/host/*keystone*
8574
8575 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8576 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8577 M:      Jason Cooper <jason@lakedaemon.net>
8578 L:      linux-pci@vger.kernel.org
8579 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8580 S:      Maintained
8581 F:      drivers/pci/host/*mvebu*
8582
8583 PCI DRIVER FOR NVIDIA TEGRA
8584 M:      Thierry Reding <thierry.reding@gmail.com>
8585 L:      linux-tegra@vger.kernel.org
8586 L:      linux-pci@vger.kernel.org
8587 S:      Supported
8588 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8589 F:      drivers/pci/host/pci-tegra.c
8590
8591 PCI DRIVER FOR TI DRA7XX
8592 M:      Kishon Vijay Abraham I <kishon@ti.com>
8593 L:      linux-omap@vger.kernel.org
8594 L:      linux-pci@vger.kernel.org
8595 S:      Supported
8596 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8597 F:      drivers/pci/host/pci-dra7xx.c
8598
8599 PCI DRIVER FOR RENESAS R-CAR
8600 M:      Simon Horman <horms@verge.net.au>
8601 L:      linux-pci@vger.kernel.org
8602 L:      linux-renesas-soc@vger.kernel.org
8603 S:      Maintained
8604 F:      drivers/pci/host/*rcar*
8605
8606 PCI DRIVER FOR SAMSUNG EXYNOS
8607 M:      Jingoo Han <jingoohan1@gmail.com>
8608 L:      linux-pci@vger.kernel.org
8609 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8610 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8611 S:      Maintained
8612 F:      drivers/pci/host/pci-exynos.c
8613
8614 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8615 M:      Jingoo Han <jingoohan1@gmail.com>
8616 M:      Pratyush Anand <pratyush.anand@gmail.com>
8617 L:      linux-pci@vger.kernel.org
8618 S:      Maintained
8619 F:      drivers/pci/host/*designware*
8620
8621 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
8622 M:      Joao Pinto <jpinto@synopsys.com>
8623 L:      linux-pci@vger.kernel.org
8624 S:      Maintained
8625 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
8626 F:      drivers/pci/host/pcie-designware-plat.c
8627
8628 PCI DRIVER FOR GENERIC OF HOSTS
8629 M:      Will Deacon <will.deacon@arm.com>
8630 L:      linux-pci@vger.kernel.org
8631 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8632 S:      Maintained
8633 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8634 F:      drivers/pci/host/pci-host-common.c
8635 F:      drivers/pci/host/pci-host-generic.c
8636
8637 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8638 M:      Keith Busch <keith.busch@intel.com>
8639 L:      linux-pci@vger.kernel.org
8640 S:      Supported
8641 F:      arch/x86/pci/vmd.c
8642
8643 PCIE DRIVER FOR ST SPEAR13XX
8644 M:      Pratyush Anand <pratyush.anand@gmail.com>
8645 L:      linux-pci@vger.kernel.org
8646 S:      Maintained
8647 F:      drivers/pci/host/*spear*
8648
8649 PCI MSI DRIVER FOR ALTERA MSI IP
8650 M:      Ley Foon Tan <lftan@altera.com>
8651 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8652 L:      linux-pci@vger.kernel.org
8653 S:      Supported
8654 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8655 F:      drivers/pci/host/pcie-altera-msi.c
8656
8657 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8658 M:      Duc Dang <dhdang@apm.com>
8659 L:      linux-pci@vger.kernel.org
8660 L:      linux-arm-kernel@lists.infradead.org
8661 S:      Maintained
8662 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8663 F:      drivers/pci/host/pci-xgene-msi.c
8664
8665 PCIE DRIVER FOR HISILICON
8666 M:      Zhou Wang <wangzhou1@hisilicon.com>
8667 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
8668 L:      linux-pci@vger.kernel.org
8669 S:      Maintained
8670 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8671 F:      drivers/pci/host/pcie-hisi.c
8672
8673 PCIE DRIVER FOR QUALCOMM MSM
8674 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
8675 L:     linux-pci@vger.kernel.org
8676 L:     linux-arm-msm@vger.kernel.org
8677 S:     Maintained
8678 F:     drivers/pci/host/*qcom*
8679
8680 PCIE DRIVER FOR CAVIUM THUNDERX
8681 M:      David Daney <david.daney@cavium.com>
8682 L:      linux-pci@vger.kernel.org
8683 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8684 S:      Supported
8685 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
8686 F:      drivers/pci/host/pci-thunder-*
8687
8688 PCMCIA SUBSYSTEM
8689 P:      Linux PCMCIA Team
8690 L:      linux-pcmcia@lists.infradead.org
8691 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8692 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8693 S:      Maintained
8694 F:      Documentation/pcmcia/
8695 F:      drivers/pcmcia/
8696 F:      include/pcmcia/
8697
8698 PCNET32 NETWORK DRIVER
8699 M:      Don Fry <pcnet32@frontier.com>
8700 L:      netdev@vger.kernel.org
8701 S:      Maintained
8702 F:      drivers/net/ethernet/amd/pcnet32.c
8703
8704 PCRYPT PARALLEL CRYPTO ENGINE
8705 M:      Steffen Klassert <steffen.klassert@secunet.com>
8706 L:      linux-crypto@vger.kernel.org
8707 S:      Maintained
8708 F:      crypto/pcrypt.c
8709 F:      include/crypto/pcrypt.h
8710
8711 PER-CPU MEMORY ALLOCATOR
8712 M:      Tejun Heo <tj@kernel.org>
8713 M:      Christoph Lameter <cl@linux.com>
8714 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8715 S:      Maintained
8716 F:      include/linux/percpu*.h
8717 F:      mm/percpu*.c
8718 F:      arch/*/include/asm/percpu.h
8719
8720 PER-TASK DELAY ACCOUNTING
8721 M:      Balbir Singh <bsingharora@gmail.com>
8722 S:      Maintained
8723 F:      include/linux/delayacct.h
8724 F:      kernel/delayacct.c
8725
8726 PERFORMANCE EVENTS SUBSYSTEM
8727 M:      Peter Zijlstra <peterz@infradead.org>
8728 M:      Ingo Molnar <mingo@redhat.com>
8729 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8730 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
8731 L:      linux-kernel@vger.kernel.org
8732 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8733 S:      Supported
8734 F:      kernel/events/*
8735 F:      include/linux/perf_event.h
8736 F:      include/uapi/linux/perf_event.h
8737 F:      arch/*/kernel/perf_event*.c
8738 F:      arch/*/kernel/*/perf_event*.c
8739 F:      arch/*/kernel/*/*/perf_event*.c
8740 F:      arch/*/include/asm/perf_event.h
8741 F:      arch/*/kernel/perf_callchain.c
8742 F:      tools/perf/
8743
8744 PERSONALITY HANDLING
8745 M:      Christoph Hellwig <hch@infradead.org>
8746 L:      linux-abi-devel@lists.sourceforge.net
8747 S:      Maintained
8748 F:      include/linux/personality.h
8749 F:      include/uapi/linux/personality.h
8750
8751 PHONET PROTOCOL
8752 M:      Remi Denis-Courmont <courmisch@gmail.com>
8753 S:      Supported
8754 F:      Documentation/networking/phonet.txt
8755 F:      include/linux/phonet.h
8756 F:      include/net/phonet/
8757 F:      include/uapi/linux/phonet.h
8758 F:      net/phonet/
8759
8760 PHRAM MTD DRIVER
8761 M:      Joern Engel <joern@lazybastard.org>
8762 L:      linux-mtd@lists.infradead.org
8763 S:      Maintained
8764 F:      drivers/mtd/devices/phram.c
8765
8766 PICOLCD HID DRIVER
8767 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8768 L:      linux-input@vger.kernel.org
8769 S:      Maintained
8770 F:      drivers/hid/hid-picolcd*
8771
8772 PICOXCELL SUPPORT
8773 M:      Jamie Iles <jamie@jamieiles.com>
8774 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8775 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8776 S:      Supported
8777 F:      arch/arm/boot/dts/picoxcell*
8778 F:      arch/arm/mach-picoxcell/
8779 F:      drivers/crypto/picoxcell*
8780
8781 PIN CONTROL SUBSYSTEM
8782 M:      Linus Walleij <linus.walleij@linaro.org>
8783 L:      linux-gpio@vger.kernel.org
8784 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8785 S:      Maintained
8786 F:      drivers/pinctrl/
8787 F:      include/linux/pinctrl/
8788
8789 PIN CONTROLLER - ATMEL AT91
8790 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8791 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8792 S:      Maintained
8793 F:      drivers/pinctrl/pinctrl-at91.*
8794
8795 PIN CONTROLLER - ATMEL AT91 PIO4
8796 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8797 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8798 L:      linux-gpio@vger.kernel.org
8799 S:      Supported
8800 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8801
8802 PIN CONTROLLER - INTEL
8803 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8804 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8805 S:      Maintained
8806 F:      drivers/pinctrl/intel/
8807
8808 PIN CONTROLLER - RENESAS
8809 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8810 M:      Geert Uytterhoeven <geert+renesas@glider.be>
8811 L:      linux-renesas-soc@vger.kernel.org
8812 S:      Maintained
8813 F:      drivers/pinctrl/sh-pfc/
8814
8815 PIN CONTROLLER - SAMSUNG
8816 M:      Tomasz Figa <tomasz.figa@gmail.com>
8817 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
8818 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8819 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8820 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8821 S:      Maintained
8822 F:      drivers/pinctrl/samsung/
8823
8824 PIN CONTROLLER - SINGLE
8825 M:      Tony Lindgren <tony@atomide.com>
8826 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
8827 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8828 L:      linux-omap@vger.kernel.org
8829 S:      Maintained
8830 F:      drivers/pinctrl/pinctrl-single.c
8831
8832 PIN CONTROLLER - ST SPEAR
8833 M:      Viresh Kumar <vireshk@kernel.org>
8834 L:      spear-devel@list.st.com
8835 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8836 W:      http://www.st.com/spear
8837 S:      Maintained
8838 F:      drivers/pinctrl/spear/
8839
8840 PKTCDVD DRIVER
8841 M:      Jiri Kosina <jikos@kernel.org>
8842 S:      Maintained
8843 F:      drivers/block/pktcdvd.c
8844 F:      include/linux/pktcdvd.h
8845 F:      include/uapi/linux/pktcdvd.h
8846
8847 PKUNITY SOC DRIVERS
8848 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8849 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8850 S:      Maintained
8851 T:      git git://github.com/gxt/linux.git
8852 F:      drivers/input/serio/i8042-unicore32io.h
8853 F:      drivers/i2c/busses/i2c-puv3.c
8854 F:      drivers/video/fbdev/fb-puv3.c
8855 F:      drivers/rtc/rtc-puv3.c
8856
8857 PMBUS HARDWARE MONITORING DRIVERS
8858 M:      Guenter Roeck <linux@roeck-us.net>
8859 L:      linux-hwmon@vger.kernel.org
8860 W:      http://hwmon.wiki.kernel.org/
8861 W:      http://www.roeck-us.net/linux/drivers/
8862 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8863 S:      Maintained
8864 F:      Documentation/hwmon/pmbus
8865 F:      drivers/hwmon/pmbus/
8866 F:      include/linux/i2c/pmbus.h
8867
8868 PMC SIERRA MaxRAID DRIVER
8869 L:      linux-scsi@vger.kernel.org
8870 W:      http://www.pmc-sierra.com/
8871 S:      Orphan
8872 F:      drivers/scsi/pmcraid.*
8873
8874 PMC SIERRA PM8001 DRIVER
8875 M:      Jack Wang <jinpu.wang@profitbricks.com>
8876 M:      lindar_liu@usish.com
8877 L:      pmchba@pmcs.com
8878 L:      linux-scsi@vger.kernel.org
8879 S:      Supported
8880 F:      drivers/scsi/pm8001/
8881
8882 POSIX CLOCKS and TIMERS
8883 M:      Thomas Gleixner <tglx@linutronix.de>
8884 L:      linux-kernel@vger.kernel.org
8885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8886 S:      Maintained
8887 F:      fs/timerfd.c
8888 F:      include/linux/timer*
8889 F:      kernel/time/*timer*
8890
8891 POWER MANAGEMENT CORE
8892 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
8893 L:      linux-pm@vger.kernel.org
8894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8895 S:      Supported
8896 F:      drivers/base/power/
8897 F:      include/linux/pm.h
8898 F:      include/linux/pm_*
8899 F:      include/linux/powercap.h
8900 F:      drivers/powercap/
8901
8902 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8903 M:      Sebastian Reichel <sre@kernel.org>
8904 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8905 M:      David Woodhouse <dwmw2@infradead.org>
8906 L:      linux-pm@vger.kernel.org
8907 T:      git git://git.infradead.org/battery-2.6.git
8908 S:      Maintained
8909 F:      include/linux/power_supply.h
8910 F:      drivers/power/
8911 X:      drivers/power/avs/
8912
8913 POWER STATE COORDINATION INTERFACE (PSCI)
8914 M:      Mark Rutland <mark.rutland@arm.com>
8915 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8916 L:      linux-arm-kernel@lists.infradead.org
8917 S:      Maintained
8918 F:      drivers/firmware/psci.c
8919 F:      include/linux/psci.h
8920 F:      include/uapi/linux/psci.h
8921
8922 PNP SUPPORT
8923 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8924 S:      Maintained
8925 F:      drivers/pnp/
8926
8927 PPP PROTOCOL DRIVERS AND COMPRESSORS
8928 M:      Paul Mackerras <paulus@samba.org>
8929 L:      linux-ppp@vger.kernel.org
8930 S:      Maintained
8931 F:      drivers/net/ppp/ppp_*
8932
8933 PPP OVER ATM (RFC 2364)
8934 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8935 S:      Maintained
8936 F:      net/atm/pppoatm.c
8937 F:      include/uapi/linux/atmppp.h
8938
8939 PPP OVER ETHERNET
8940 M:      Michal Ostrowski <mostrows@earthlink.net>
8941 S:      Maintained
8942 F:      drivers/net/ppp/pppoe.c
8943 F:      drivers/net/ppp/pppox.c
8944
8945 PPP OVER L2TP
8946 M:      James Chapman <jchapman@katalix.com>
8947 S:      Maintained
8948 F:      net/l2tp/l2tp_ppp.c
8949 F:      include/linux/if_pppol2tp.h
8950 F:      include/uapi/linux/if_pppol2tp.h
8951
8952 PPS SUPPORT
8953 M:      Rodolfo Giometti <giometti@enneenne.com>
8954 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8955 L:      linuxpps@ml.enneenne.com (subscribers-only)
8956 S:      Maintained
8957 F:      Documentation/pps/
8958 F:      drivers/pps/
8959 F:      include/linux/pps*.h
8960
8961 PPTP DRIVER
8962 M:      Dmitry Kozlov <xeb@mail.ru>
8963 L:      netdev@vger.kernel.org
8964 S:      Maintained
8965 F:      drivers/net/ppp/pptp.c
8966 W:      http://sourceforge.net/projects/accel-pptp
8967
8968 PREEMPTIBLE KERNEL
8969 M:      Robert Love <rml@tech9.net>
8970 L:      kpreempt-tech@lists.sourceforge.net
8971 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8972 S:      Supported
8973 F:      Documentation/preempt-locking.txt
8974 F:      include/linux/preempt.h
8975
8976 PRISM54 WIRELESS DRIVER
8977 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8978 L:      linux-wireless@vger.kernel.org
8979 W:      http://wireless.kernel.org/en/users/Drivers/p54
8980 S:      Obsolete
8981 F:      drivers/net/wireless/intersil/prism54/
8982
8983 PS3 NETWORK SUPPORT
8984 M:      Geoff Levand <geoff@infradead.org>
8985 L:      netdev@vger.kernel.org
8986 L:      linuxppc-dev@lists.ozlabs.org
8987 S:      Maintained
8988 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8989
8990 PS3 PLATFORM SUPPORT
8991 M:      Geoff Levand <geoff@infradead.org>
8992 L:      linuxppc-dev@lists.ozlabs.org
8993 S:      Maintained
8994 F:      arch/powerpc/boot/ps3*
8995 F:      arch/powerpc/include/asm/lv1call.h
8996 F:      arch/powerpc/include/asm/ps3*.h
8997 F:      arch/powerpc/platforms/ps3/
8998 F:      drivers/*/ps3*
8999 F:      drivers/ps3/
9000 F:      drivers/rtc/rtc-ps3.c
9001 F:      drivers/usb/host/*ps3.c
9002 F:      sound/ppc/snd_ps3*
9003
9004 PS3VRAM DRIVER
9005 M:      Jim Paris <jim@jtan.com>
9006 M:      Geoff Levand <geoff@infradead.org>
9007 L:      linuxppc-dev@lists.ozlabs.org
9008 S:      Maintained
9009 F:      drivers/block/ps3vram.c
9010
9011 PSTORE FILESYSTEM
9012 M:      Anton Vorontsov <anton@enomsg.org>
9013 M:      Colin Cross <ccross@android.com>
9014 M:      Kees Cook <keescook@chromium.org>
9015 M:      Tony Luck <tony.luck@intel.com>
9016 S:      Maintained
9017 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9018 F:      fs/pstore/
9019 F:      include/linux/pstore*
9020 F:      drivers/firmware/efi/efi-pstore.c
9021 F:      drivers/acpi/apei/erst.c
9022
9023 PTP HARDWARE CLOCK SUPPORT
9024 M:      Richard Cochran <richardcochran@gmail.com>
9025 L:      netdev@vger.kernel.org
9026 S:      Maintained
9027 W:      http://linuxptp.sourceforge.net/
9028 F:      Documentation/ABI/testing/sysfs-ptp
9029 F:      Documentation/ptp/*
9030 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9031 F:      drivers/net/phy/dp83640*
9032 F:      drivers/ptp/*
9033 F:      include/linux/ptp_cl*
9034
9035 PTRACE SUPPORT
9036 M:      Roland McGrath <roland@hack.frob.com>
9037 M:      Oleg Nesterov <oleg@redhat.com>
9038 S:      Maintained
9039 F:      include/asm-generic/syscall.h
9040 F:      include/linux/ptrace.h
9041 F:      include/linux/regset.h
9042 F:      include/linux/tracehook.h
9043 F:      include/uapi/linux/ptrace.h
9044 F:      kernel/ptrace.c
9045
9046 PVRUSB2 VIDEO4LINUX DRIVER
9047 M:      Mike Isely <isely@pobox.com>
9048 L:      pvrusb2@isely.net       (subscribers-only)
9049 L:      linux-media@vger.kernel.org
9050 W:      http://www.isely.net/pvrusb2/
9051 T:      git git://linuxtv.org/media_tree.git
9052 S:      Maintained
9053 F:      Documentation/video4linux/README.pvrusb2
9054 F:      drivers/media/usb/pvrusb2/
9055
9056 PWC WEBCAM DRIVER
9057 M:      Hans de Goede <hdegoede@redhat.com>
9058 L:      linux-media@vger.kernel.org
9059 T:      git git://linuxtv.org/media_tree.git
9060 S:      Maintained
9061 F:      drivers/media/usb/pwc/*
9062
9063 PWM FAN DRIVER
9064 M:      Kamil Debski <k.debski@samsung.com>
9065 L:      linux-hwmon@vger.kernel.org
9066 S:      Supported
9067 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9068 F:      Documentation/hwmon/pwm-fan
9069 F:      drivers/hwmon/pwm-fan.c
9070
9071 PWM SUBSYSTEM
9072 M:      Thierry Reding <thierry.reding@gmail.com>
9073 L:      linux-pwm@vger.kernel.org
9074 S:      Maintained
9075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9076 F:      Documentation/pwm.txt
9077 F:      Documentation/devicetree/bindings/pwm/
9078 F:      include/linux/pwm.h
9079 F:      drivers/pwm/
9080 F:      drivers/video/backlight/pwm_bl.c
9081 F:      include/linux/pwm_backlight.h
9082
9083 PXA2xx/PXA3xx SUPPORT
9084 M:      Daniel Mack <daniel@zonque.org>
9085 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9086 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9087 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9088 T:      git git://github.com/hzhuang1/linux.git
9089 T:      git git://github.com/rjarzmik/linux.git
9090 S:      Maintained
9091 F:      arch/arm/boot/dts/pxa*
9092 F:      arch/arm/mach-pxa/
9093 F:      drivers/dma/pxa*
9094 F:      drivers/pcmcia/pxa2xx*
9095 F:      drivers/pinctrl/pxa/
9096 F:      drivers/spi/spi-pxa2xx*
9097 F:      drivers/usb/gadget/udc/pxa2*
9098 F:      include/sound/pxa2xx-lib.h
9099 F:      sound/arm/pxa*
9100 F:      sound/soc/pxa/
9101
9102 PXA GPIO DRIVER
9103 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9104 L:      linux-gpio@vger.kernel.org
9105 S:      Maintained
9106 F:      drivers/gpio/gpio-pxa.c
9107
9108 PXA3xx NAND FLASH DRIVER
9109 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9110 L:      linux-mtd@lists.infradead.org
9111 S:      Maintained
9112 F:      drivers/mtd/nand/pxa3xx_nand.c
9113
9114 MMP SUPPORT
9115 M:      Eric Miao <eric.y.miao@gmail.com>
9116 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9117 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9118 T:      git git://github.com/hzhuang1/linux.git
9119 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
9120 S:      Maintained
9121 F:      arch/arm/boot/dts/mmp*
9122 F:      arch/arm/mach-mmp/
9123
9124 PXA MMCI DRIVER
9125 S:      Orphan
9126
9127 PXA RTC DRIVER
9128 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9129 L:      rtc-linux@googlegroups.com
9130 S:      Maintained
9131
9132 QAT DRIVER
9133 M:      Tadeusz Struk <tadeusz.struk@intel.com>
9134 L:      qat-linux@intel.com
9135 S:      Supported
9136 F:      drivers/crypto/qat/
9137
9138 QIB DRIVER
9139 M:      Mike Marciniszyn <infinipath@intel.com>
9140 L:      linux-rdma@vger.kernel.org
9141 S:      Supported
9142 F:      drivers/infiniband/hw/qib/
9143
9144 QLOGIC QLA1280 SCSI DRIVER
9145 M:      Michael Reed <mdr@sgi.com>
9146 L:      linux-scsi@vger.kernel.org
9147 S:      Maintained
9148 F:      drivers/scsi/qla1280.[ch]
9149
9150 QLOGIC QLA2XXX FC-SCSI DRIVER
9151 M:      qla2xxx-upstream@qlogic.com
9152 L:      linux-scsi@vger.kernel.org
9153 S:      Supported
9154 F:      Documentation/scsi/LICENSE.qla2xxx
9155 F:      drivers/scsi/qla2xxx/
9156
9157 QLOGIC QLA4XXX iSCSI DRIVER
9158 M:      QLogic-Storage-Upstream@qlogic.com
9159 L:      linux-scsi@vger.kernel.org
9160 S:      Supported
9161 F:      Documentation/scsi/LICENSE.qla4xxx
9162 F:      drivers/scsi/qla4xxx/
9163
9164 QLOGIC QLA3XXX NETWORK DRIVER
9165 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
9166 M:      Ron Mercer <ron.mercer@qlogic.com>
9167 M:      linux-driver@qlogic.com
9168 L:      netdev@vger.kernel.org
9169 S:      Supported
9170 F:      Documentation/networking/LICENSE.qla3xxx
9171 F:      drivers/net/ethernet/qlogic/qla3xxx.*
9172
9173 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9174 M:      Dept-GELinuxNICDev@qlogic.com
9175 L:      netdev@vger.kernel.org
9176 S:      Supported
9177 F:      drivers/net/ethernet/qlogic/qlcnic/
9178
9179 QLOGIC QLGE 10Gb ETHERNET DRIVER
9180 M:      Harish Patil <harish.patil@qlogic.com>
9181 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
9182 M:      Dept-GELinuxNICDev@qlogic.com
9183 M:      linux-driver@qlogic.com
9184 L:      netdev@vger.kernel.org
9185 S:      Supported
9186 F:      drivers/net/ethernet/qlogic/qlge/
9187
9188 QLOGIC QL4xxx ETHERNET DRIVER
9189 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
9190 M:      Ariel Elior <Ariel.Elior@qlogic.com>
9191 M:      everest-linux-l2@qlogic.com
9192 L:      netdev@vger.kernel.org
9193 S:      Supported
9194 F:      drivers/net/ethernet/qlogic/qed/
9195 F:      include/linux/qed/
9196 F:      drivers/net/ethernet/qlogic/qede/
9197
9198 QNX4 FILESYSTEM
9199 M:      Anders Larsen <al@alarsen.net>
9200 W:      http://www.alarsen.net/linux/qnx4fs/
9201 S:      Maintained
9202 F:      fs/qnx4/
9203 F:      include/uapi/linux/qnx4_fs.h
9204 F:      include/uapi/linux/qnxtypes.h
9205
9206 QT1010 MEDIA DRIVER
9207 M:      Antti Palosaari <crope@iki.fi>
9208 L:      linux-media@vger.kernel.org
9209 W:      https://linuxtv.org
9210 W:      http://palosaari.fi/linux/
9211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9212 T:      git git://linuxtv.org/anttip/media_tree.git
9213 S:      Maintained
9214 F:      drivers/media/tuners/qt1010*
9215
9216 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9217 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9218 L:      linux-wireless@vger.kernel.org
9219 L:      ath9k-devel@lists.ath9k.org
9220 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
9221 S:      Supported
9222 F:      drivers/net/wireless/ath/ath9k/
9223
9224 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9225 M:      Kalle Valo <kvalo@qca.qualcomm.com>
9226 L:      ath10k@lists.infradead.org
9227 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
9228 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9229 S:      Supported
9230 F:      drivers/net/wireless/ath/ath10k/
9231
9232 QUALCOMM HEXAGON ARCHITECTURE
9233 M:      Richard Kuo <rkuo@codeaurora.org>
9234 L:      linux-hexagon@vger.kernel.org
9235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9236 S:      Supported
9237 F:      arch/hexagon/
9238
9239 QUALCOMM WCN36XX WIRELESS DRIVER
9240 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
9241 L:      wcn36xx@lists.infradead.org
9242 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
9243 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
9244 S:      Supported
9245 F:      drivers/net/wireless/ath/wcn36xx/
9246
9247 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9248 M:      Gabriel Somlo <somlo@cmu.edu>
9249 M:      "Michael S. Tsirkin" <mst@redhat.com>
9250 L:      qemu-devel@nongnu.org
9251 S:      Maintained
9252 F:      drivers/firmware/qemu_fw_cfg.c
9253
9254 RADOS BLOCK DEVICE (RBD)
9255 M:      Ilya Dryomov <idryomov@gmail.com>
9256 M:      Sage Weil <sage@redhat.com>
9257 M:      Alex Elder <elder@kernel.org>
9258 L:      ceph-devel@vger.kernel.org
9259 W:      http://ceph.com/
9260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9261 T:      git git://github.com/ceph/ceph-client.git
9262 S:      Supported
9263 F:      Documentation/ABI/testing/sysfs-bus-rbd
9264 F:      drivers/block/rbd.c
9265 F:      drivers/block/rbd_types.h
9266
9267 RADEON FRAMEBUFFER DISPLAY DRIVER
9268 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
9269 L:      linux-fbdev@vger.kernel.org
9270 S:      Maintained
9271 F:      drivers/video/fbdev/aty/radeon*
9272 F:      include/uapi/linux/radeonfb.h
9273
9274 RADIOSHARK RADIO DRIVER
9275 M:      Hans de Goede <hdegoede@redhat.com>
9276 L:      linux-media@vger.kernel.org
9277 T:      git git://linuxtv.org/media_tree.git
9278 S:      Maintained
9279 F:      drivers/media/radio/radio-shark.c
9280
9281 RADIOSHARK2 RADIO DRIVER
9282 M:      Hans de Goede <hdegoede@redhat.com>
9283 L:      linux-media@vger.kernel.org
9284 T:      git git://linuxtv.org/media_tree.git
9285 S:      Maintained
9286 F:      drivers/media/radio/radio-shark2.c
9287 F:      drivers/media/radio/radio-tea5777.c
9288
9289 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9290 M:      Paul Mackerras <paulus@samba.org>
9291 L:      linux-fbdev@vger.kernel.org
9292 S:      Maintained
9293 F:      drivers/video/fbdev/aty/aty128fb.c
9294
9295 RALINK MIPS ARCHITECTURE
9296 M:      John Crispin <blogic@openwrt.org>
9297 L:      linux-mips@linux-mips.org
9298 S:      Maintained
9299 F:      arch/mips/ralink
9300
9301 RALINK RT2X00 WIRELESS LAN DRIVER
9302 P:      rt2x00 project
9303 M:      Stanislaw Gruszka <sgruszka@redhat.com>
9304 M:      Helmut Schaa <helmut.schaa@googlemail.com>
9305 L:      linux-wireless@vger.kernel.org
9306 S:      Maintained
9307 F:      drivers/net/wireless/ralink/rt2x00/
9308
9309 RAMDISK RAM BLOCK DEVICE DRIVER
9310 M:      Jens Axboe <axboe@kernel.dk>
9311 S:      Maintained
9312 F:      Documentation/blockdev/ramdisk.txt
9313 F:      drivers/block/brd.c
9314
9315 RANDOM NUMBER DRIVER
9316 M:      "Theodore Ts'o" <tytso@mit.edu>
9317 S:      Maintained
9318 F:      drivers/char/random.c
9319
9320 RAPIDIO SUBSYSTEM
9321 M:      Matt Porter <mporter@kernel.crashing.org>
9322 M:      Alexandre Bounine <alexandre.bounine@idt.com>
9323 S:      Maintained
9324 F:      drivers/rapidio/
9325
9326 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9327 L:      linux-wireless@vger.kernel.org
9328 S:      Orphan
9329 F:      drivers/net/wireless/ray*
9330
9331 RCUTORTURE MODULE
9332 M:      Josh Triplett <josh@joshtriplett.org>
9333 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9334 L:      linux-kernel@vger.kernel.org
9335 S:      Supported
9336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9337 F:      Documentation/RCU/torture.txt
9338 F:      kernel/rcu/rcutorture.c
9339
9340 RCUTORTURE TEST FRAMEWORK
9341 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9342 M:      Josh Triplett <josh@joshtriplett.org>
9343 R:      Steven Rostedt <rostedt@goodmis.org>
9344 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9345 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9346 L:      linux-kernel@vger.kernel.org
9347 S:      Supported
9348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9349 F:      tools/testing/selftests/rcutorture
9350
9351 RDC R-321X SoC
9352 M:      Florian Fainelli <florian@openwrt.org>
9353 S:      Maintained
9354
9355 RDC R6040 FAST ETHERNET DRIVER
9356 M:      Florian Fainelli <florian@openwrt.org>
9357 L:      netdev@vger.kernel.org
9358 S:      Maintained
9359 F:      drivers/net/ethernet/rdc/r6040.c
9360
9361 RDS - RELIABLE DATAGRAM SOCKETS
9362 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
9363 L:      netdev@vger.kernel.org
9364 L:      linux-rdma@vger.kernel.org
9365 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
9366 W:      https://oss.oracle.com/projects/rds/
9367 S:      Supported
9368 F:      net/rds/
9369 F:      Documentation/networking/rds.txt
9370
9371 RDMAVT - RDMA verbs software
9372 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
9373 L:      linux-rdma@vger.kernel.org
9374 S:      Supported
9375 F:      drivers/infiniband/sw/rdmavt
9376
9377 READ-COPY UPDATE (RCU)
9378 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9379 M:      Josh Triplett <josh@joshtriplett.org>
9380 R:      Steven Rostedt <rostedt@goodmis.org>
9381 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9382 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9383 L:      linux-kernel@vger.kernel.org
9384 W:      http://www.rdrop.com/users/paulmck/RCU/
9385 S:      Supported
9386 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9387 F:      Documentation/RCU/
9388 X:      Documentation/RCU/torture.txt
9389 F:      include/linux/rcu*
9390 X:      include/linux/srcu.h
9391 F:      kernel/rcu/
9392 X:      kernel/torture.c
9393
9394 REAL TIME CLOCK (RTC) SUBSYSTEM
9395 M:      Alessandro Zummo <a.zummo@towertech.it>
9396 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
9397 L:      rtc-linux@googlegroups.com
9398 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
9399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9400 S:      Maintained
9401 F:      Documentation/rtc.txt
9402 F:      drivers/rtc/
9403 F:      include/linux/rtc.h
9404 F:      include/uapi/linux/rtc.h
9405
9406 REALTEK AUDIO CODECS
9407 M:      Bard Liao <bardliao@realtek.com>
9408 M:      Oder Chiou <oder_chiou@realtek.com>
9409 S:      Maintained
9410 F:      sound/soc/codecs/rt*
9411 F:      include/sound/rt*.h
9412
9413 REISERFS FILE SYSTEM
9414 L:      reiserfs-devel@vger.kernel.org
9415 S:      Supported
9416 F:      fs/reiserfs/
9417
9418 REGISTER MAP ABSTRACTION
9419 M:      Mark Brown <broonie@kernel.org>
9420 L:      linux-kernel@vger.kernel.org
9421 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9422 S:      Supported
9423 F:      drivers/base/regmap/
9424 F:      include/linux/regmap.h
9425
9426 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9427 M:      Ohad Ben-Cohen <ohad@wizery.com>
9428 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9429 L:      linux-remoteproc@vger.kernel.org
9430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9431 S:      Maintained
9432 F:      drivers/remoteproc/
9433 F:      Documentation/remoteproc.txt
9434 F:      include/linux/remoteproc.h
9435
9436 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9437 M:      Ohad Ben-Cohen <ohad@wizery.com>
9438 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9439 L:      linux-remoteproc@vger.kernel.org
9440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9441 S:      Maintained
9442 F:      drivers/rpmsg/
9443 F:      Documentation/rpmsg.txt
9444 F:      include/linux/rpmsg.h
9445
9446 RENESAS ETHERNET DRIVERS
9447 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9448 L:      netdev@vger.kernel.org
9449 L:      linux-renesas-soc@vger.kernel.org
9450 F:      drivers/net/ethernet/renesas/
9451 F:      include/linux/sh_eth.h
9452
9453 RENESAS USB2 PHY DRIVER
9454 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9455 L:      linux-renesas-soc@vger.kernel.org
9456 S:      Maintained
9457 F:      drivers/phy/phy-rcar-gen3-usb2.c
9458
9459 RESET CONTROLLER FRAMEWORK
9460 M:      Philipp Zabel <p.zabel@pengutronix.de>
9461 T:      git git://git.pengutronix.de/git/pza/linux
9462 S:      Maintained
9463 F:      drivers/reset/
9464 F:      Documentation/devicetree/bindings/reset/
9465 F:      include/dt-bindings/reset/
9466 F:      include/linux/reset.h
9467 F:      include/linux/reset-controller.h
9468
9469 RFKILL
9470 M:      Johannes Berg <johannes@sipsolutions.net>
9471 L:      linux-wireless@vger.kernel.org
9472 W:      http://wireless.kernel.org/
9473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9475 S:      Maintained
9476 F:      Documentation/rfkill.txt
9477 F:      net/rfkill/
9478
9479 RHASHTABLE
9480 M:      Thomas Graf <tgraf@suug.ch>
9481 L:      netdev@vger.kernel.org
9482 S:      Maintained
9483 F:      lib/rhashtable.c
9484 F:      include/linux/rhashtable.h
9485
9486 RICOH SMARTMEDIA/XD DRIVER
9487 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9488 S:      Maintained
9489 F:      drivers/mtd/nand/r852.c
9490 F:      drivers/mtd/nand/r852.h
9491
9492 RICOH R5C592 MEMORYSTICK DRIVER
9493 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9494 S:      Maintained
9495 F:      drivers/memstick/host/r592.*
9496
9497 ROCCAT DRIVERS
9498 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
9499 W:      http://sourceforge.net/projects/roccat/
9500 S:      Maintained
9501 F:      drivers/hid/hid-roccat*
9502 F:      include/linux/hid-roccat*
9503 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
9504
9505 ROCKER DRIVER
9506 M:      Jiri Pirko <jiri@resnulli.us>
9507 M:      Scott Feldman <sfeldma@gmail.com>
9508 L:      netdev@vger.kernel.org
9509 S:      Supported
9510 F:      drivers/net/ethernet/rocker/
9511
9512 ROCKETPORT DRIVER
9513 P:      Comtrol Corp.
9514 W:      http://www.comtrol.com
9515 S:      Maintained
9516 F:      Documentation/serial/rocket.txt
9517 F:      drivers/tty/rocket*
9518
9519 ROCKETPORT EXPRESS/INFINITY DRIVER
9520 M:      Kevin Cernekee <cernekee@gmail.com>
9521 L:      linux-serial@vger.kernel.org
9522 S:      Odd Fixes
9523 F:      drivers/tty/serial/rp2.*
9524
9525 ROSE NETWORK LAYER
9526 M:      Ralf Baechle <ralf@linux-mips.org>
9527 L:      linux-hams@vger.kernel.org
9528 W:      http://www.linux-ax25.org/
9529 S:      Maintained
9530 F:      include/net/rose.h
9531 F:      include/uapi/linux/rose.h
9532 F:      net/rose/
9533
9534 RTL2830 MEDIA DRIVER
9535 M:      Antti Palosaari <crope@iki.fi>
9536 L:      linux-media@vger.kernel.org
9537 W:      https://linuxtv.org
9538 W:      http://palosaari.fi/linux/
9539 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9540 T:      git git://linuxtv.org/anttip/media_tree.git
9541 S:      Maintained
9542 F:      drivers/media/dvb-frontends/rtl2830*
9543
9544 RTL2832 MEDIA DRIVER
9545 M:      Antti Palosaari <crope@iki.fi>
9546 L:      linux-media@vger.kernel.org
9547 W:      https://linuxtv.org
9548 W:      http://palosaari.fi/linux/
9549 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9550 T:      git git://linuxtv.org/anttip/media_tree.git
9551 S:      Maintained
9552 F:      drivers/media/dvb-frontends/rtl2832*
9553
9554 RTL2832_SDR MEDIA DRIVER
9555 M:      Antti Palosaari <crope@iki.fi>
9556 L:      linux-media@vger.kernel.org
9557 W:      https://linuxtv.org
9558 W:      http://palosaari.fi/linux/
9559 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9560 T:      git git://linuxtv.org/anttip/media_tree.git
9561 S:      Maintained
9562 F:      drivers/media/dvb-frontends/rtl2832_sdr*
9563
9564 RTL8180 WIRELESS DRIVER
9565 L:      linux-wireless@vger.kernel.org
9566 W:      http://wireless.kernel.org/
9567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9568 S:      Orphan
9569 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
9570
9571 RTL8187 WIRELESS DRIVER
9572 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9573 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
9574 M:      Larry Finger <Larry.Finger@lwfinger.net>
9575 L:      linux-wireless@vger.kernel.org
9576 W:      http://wireless.kernel.org/
9577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9578 S:      Maintained
9579 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
9580
9581 RTL8192CE WIRELESS DRIVER
9582 M:      Larry Finger <Larry.Finger@lwfinger.net>
9583 M:      Chaoming Li <chaoming_li@realsil.com.cn>
9584 L:      linux-wireless@vger.kernel.org
9585 W:      http://wireless.kernel.org/
9586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9587 S:      Maintained
9588 F:      drivers/net/wireless/realtek/rtlwifi/
9589 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9590
9591 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9592 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9593 L:      linux-wireless@vger.kernel.org
9594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9595 S:      Maintained
9596 F:      drivers/net/wireless/realtek/rtl8xxxu/
9597
9598 S3 SAVAGE FRAMEBUFFER DRIVER
9599 M:      Antonino Daplas <adaplas@gmail.com>
9600 L:      linux-fbdev@vger.kernel.org
9601 S:      Maintained
9602 F:      drivers/video/fbdev/savage/
9603
9604 S390
9605 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
9606 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
9607 L:      linux-s390@vger.kernel.org
9608 W:      http://www.ibm.com/developerworks/linux/linux390/
9609 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9610 S:      Supported
9611 F:      arch/s390/
9612 F:      drivers/s390/
9613 F:      Documentation/s390/
9614 F:      Documentation/DocBook/s390*
9615
9616 S390 COMMON I/O LAYER
9617 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9618 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9619 L:      linux-s390@vger.kernel.org
9620 W:      http://www.ibm.com/developerworks/linux/linux390/
9621 S:      Supported
9622 F:      drivers/s390/cio/
9623
9624 S390 DASD DRIVER
9625 M:      Stefan Weinhuber <wein@de.ibm.com>
9626 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
9627 L:      linux-s390@vger.kernel.org
9628 W:      http://www.ibm.com/developerworks/linux/linux390/
9629 S:      Supported
9630 F:      drivers/s390/block/dasd*
9631 F:      block/partitions/ibm.c
9632
9633 S390 NETWORK DRIVERS
9634 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9635 L:      linux-s390@vger.kernel.org
9636 W:      http://www.ibm.com/developerworks/linux/linux390/
9637 S:      Supported
9638 F:      drivers/s390/net/
9639
9640 S390 PCI SUBSYSTEM
9641 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9642 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9643 L:      linux-s390@vger.kernel.org
9644 W:      http://www.ibm.com/developerworks/linux/linux390/
9645 S:      Supported
9646 F:      arch/s390/pci/
9647 F:      drivers/pci/hotplug/s390_pci_hpc.c
9648
9649 S390 ZCRYPT DRIVER
9650 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9651 L:      linux-s390@vger.kernel.org
9652 W:      http://www.ibm.com/developerworks/linux/linux390/
9653 S:      Supported
9654 F:      drivers/s390/crypto/
9655
9656 S390 ZFCP DRIVER
9657 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9658 L:      linux-s390@vger.kernel.org
9659 W:      http://www.ibm.com/developerworks/linux/linux390/
9660 S:      Supported
9661 F:      drivers/s390/scsi/zfcp_*
9662
9663 S390 IUCV NETWORK LAYER
9664 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9665 L:      linux-s390@vger.kernel.org
9666 W:      http://www.ibm.com/developerworks/linux/linux390/
9667 S:      Supported
9668 F:      drivers/s390/net/*iucv*
9669 F:      include/net/iucv/
9670 F:      net/iucv/
9671
9672 S390 IOMMU (PCI)
9673 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9674 L:      linux-s390@vger.kernel.org
9675 W:      http://www.ibm.com/developerworks/linux/linux390/
9676 S:      Supported
9677 F:      drivers/iommu/s390-iommu.c
9678
9679 S3C24XX SD/MMC Driver
9680 M:      Ben Dooks <ben-linux@fluff.org>
9681 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9682 S:      Supported
9683 F:      drivers/mmc/host/s3cmci.*
9684
9685 SAA6588 RDS RECEIVER DRIVER
9686 M:      Hans Verkuil <hverkuil@xs4all.nl>
9687 L:      linux-media@vger.kernel.org
9688 T:      git git://linuxtv.org/media_tree.git
9689 W:      https://linuxtv.org
9690 S:      Odd Fixes
9691 F:      drivers/media/i2c/saa6588*
9692
9693 SAA7134 VIDEO4LINUX DRIVER
9694 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9695 L:      linux-media@vger.kernel.org
9696 W:      https://linuxtv.org
9697 T:      git git://linuxtv.org/media_tree.git
9698 S:      Odd fixes
9699 F:      Documentation/video4linux/*.saa7134
9700 F:      drivers/media/pci/saa7134/
9701
9702 SAA7146 VIDEO4LINUX-2 DRIVER
9703 M:      Hans Verkuil <hverkuil@xs4all.nl>
9704 L:      linux-media@vger.kernel.org
9705 T:      git git://linuxtv.org/media_tree.git
9706 S:      Maintained
9707 F:      drivers/media/common/saa7146/
9708 F:      drivers/media/pci/saa7146/
9709 F:      include/media/saa7146*
9710
9711 SAMSUNG LAPTOP DRIVER
9712 M:      Corentin Chary <corentin.chary@gmail.com>
9713 L:      platform-driver-x86@vger.kernel.org
9714 S:      Maintained
9715 F:      drivers/platform/x86/samsung-laptop.c
9716
9717 SAMSUNG AUDIO (ASoC) DRIVERS
9718 M:      Sangbeom Kim <sbkim73@samsung.com>
9719 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9720 S:      Supported
9721 F:      sound/soc/samsung/
9722
9723 SAMSUNG FRAMEBUFFER DRIVER
9724 M:      Jingoo Han <jingoohan1@gmail.com>
9725 L:      linux-fbdev@vger.kernel.org
9726 S:      Maintained
9727 F:      drivers/video/fbdev/s3c-fb.c
9728
9729 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9730 M:      Sangbeom Kim <sbkim73@samsung.com>
9731 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9732 L:      linux-kernel@vger.kernel.org
9733 L:      linux-samsung-soc@vger.kernel.org
9734 S:      Supported
9735 F:      drivers/mfd/sec*.c
9736 F:      drivers/regulator/s2m*.c
9737 F:      drivers/regulator/s5m*.c
9738 F:      drivers/clk/clk-s2mps11.c
9739 F:      drivers/rtc/rtc-s5m.c
9740 F:      include/linux/mfd/samsung/
9741 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9742 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9743 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9744 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9745
9746 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9747 M:      Kyungmin Park <kyungmin.park@samsung.com>
9748 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9749 L:      linux-media@vger.kernel.org
9750 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9751 S:      Supported
9752 F:      drivers/media/platform/exynos4-is/
9753
9754 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9755 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9756 L:      linux-media@vger.kernel.org
9757 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9758 S:      Maintained
9759 F:      drivers/media/platform/s3c-camif/
9760 F:      include/media/drv-intf/s3c_camif.h
9761
9762 SAMSUNG S5C73M3 CAMERA DRIVER
9763 M:      Kyungmin Park <kyungmin.park@samsung.com>
9764 M:      Andrzej Hajda <a.hajda@samsung.com>
9765 L:      linux-media@vger.kernel.org
9766 S:      Supported
9767 F:      drivers/media/i2c/s5c73m3/*
9768
9769 SAMSUNG S5K5BAF CAMERA DRIVER
9770 M:      Kyungmin Park <kyungmin.park@samsung.com>
9771 M:      Andrzej Hajda <a.hajda@samsung.com>
9772 L:      linux-media@vger.kernel.org
9773 S:      Supported
9774 F:      drivers/media/i2c/s5k5baf.c
9775
9776 SAMSUNG S3FWRN5 NFC DRIVER
9777 M:      Robert Baldyga <r.baldyga@samsung.com>
9778 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
9779 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9780 S:      Supported
9781 F:      drivers/nfc/s3fwrn5
9782
9783 SAMSUNG SOC CLOCK DRIVERS
9784 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9785 M:      Tomasz Figa <tomasz.figa@gmail.com>
9786 S:      Supported
9787 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9788 F:      drivers/clk/samsung/
9789
9790 SAMSUNG SXGBE DRIVERS
9791 M:      Byungho An <bh74.an@samsung.com>
9792 M:      Girish K S <ks.giri@samsung.com>
9793 M:      Vipul Pandya <vipul.pandya@samsung.com>
9794 S:      Supported
9795 L:      netdev@vger.kernel.org
9796 F:      drivers/net/ethernet/samsung/sxgbe/
9797
9798 SAMSUNG THERMAL DRIVER
9799 M:      Lukasz Majewski <l.majewski@samsung.com>
9800 L:      linux-pm@vger.kernel.org
9801 L:      linux-samsung-soc@vger.kernel.org
9802 S:      Supported
9803 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
9804 F:      drivers/thermal/samsung/
9805
9806 SAMSUNG USB2 PHY DRIVER
9807 M:      Kamil Debski <k.debski@samsung.com>
9808 L:      linux-kernel@vger.kernel.org
9809 S:      Supported
9810 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9811 F:      Documentation/phy/samsung-usb2.txt
9812 F:      drivers/phy/phy-exynos4210-usb2.c
9813 F:      drivers/phy/phy-exynos4x12-usb2.c
9814 F:      drivers/phy/phy-exynos5250-usb2.c
9815 F:      drivers/phy/phy-s5pv210-usb2.c
9816 F:      drivers/phy/phy-samsung-usb2.c
9817 F:      drivers/phy/phy-samsung-usb2.h
9818
9819 SERIAL DRIVERS
9820 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9821 L:      linux-serial@vger.kernel.org
9822 S:      Maintained
9823 F:      drivers/tty/serial/
9824
9825 SYNOPSYS DESIGNWARE DMAC DRIVER
9826 M:      Viresh Kumar <vireshk@kernel.org>
9827 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9828 S:      Maintained
9829 F:      include/linux/dma/dw.h
9830 F:      include/linux/platform_data/dma-dw.h
9831 F:      drivers/dma/dw/
9832
9833 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9834 M: Lars Persson <lars.persson@axis.com>
9835 L: netdev@vger.kernel.org
9836 S: Supported
9837 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9838 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9839
9840 SYNOPSYS DESIGNWARE I2C DRIVER
9841 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9842 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9843 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
9844 L:      linux-i2c@vger.kernel.org
9845 S:      Maintained
9846 F:      drivers/i2c/busses/i2c-designware-*
9847 F:      include/linux/platform_data/i2c-designware.h
9848
9849 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9850 M:      Jaehoon Chung <jh80.chung@samsung.com>
9851 L:      linux-mmc@vger.kernel.org
9852 S:      Maintained
9853 F:      include/linux/mmc/dw_mmc.h
9854 F:      drivers/mmc/host/dw_mmc*
9855
9856 SYSTEM TRACE MODULE CLASS
9857 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9858 S:      Maintained
9859 F:      Documentation/trace/stm.txt
9860 F:      drivers/hwtracing/stm/
9861 F:      include/linux/stm.h
9862 F:      include/uapi/linux/stm.h
9863
9864 THUNDERBOLT DRIVER
9865 M:      Andreas Noever <andreas.noever@gmail.com>
9866 S:      Maintained
9867 F:      drivers/thunderbolt/
9868
9869 TI BQ27XXX POWER SUPPLY DRIVER
9870 R:      Andrew F. Davis <afd@ti.com>
9871 F:      include/linux/power/bq27xxx_battery.h
9872 F:      drivers/power/bq27xxx_battery.c
9873 F:      drivers/power/bq27xxx_battery_i2c.c
9874
9875 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
9876 M:      John Stultz <john.stultz@linaro.org>
9877 M:      Thomas Gleixner <tglx@linutronix.de>
9878 L:      linux-kernel@vger.kernel.org
9879 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9880 S:      Supported
9881 F:      include/linux/clocksource.h
9882 F:      include/linux/time.h
9883 F:      include/linux/timex.h
9884 F:      include/uapi/linux/time.h
9885 F:      include/uapi/linux/timex.h
9886 F:      kernel/time/clocksource.c
9887 F:      kernel/time/time*.c
9888 F:      kernel/time/alarmtimer.c
9889 F:      kernel/time/ntp.c
9890 F:      tools/testing/selftests/timers/
9891
9892 SC1200 WDT DRIVER
9893 M:      Zwane Mwaikambo <zwanem@gmail.com>
9894 S:      Maintained
9895 F:      drivers/watchdog/sc1200wdt.c
9896
9897 SCHEDULER
9898 M:      Ingo Molnar <mingo@redhat.com>
9899 M:      Peter Zijlstra <peterz@infradead.org>
9900 L:      linux-kernel@vger.kernel.org
9901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9902 S:      Maintained
9903 F:      kernel/sched/
9904 F:      include/linux/sched.h
9905 F:      include/uapi/linux/sched.h
9906 F:      include/linux/wait.h
9907
9908 SCORE ARCHITECTURE
9909 M:      Chen Liqin <liqin.linux@gmail.com>
9910 M:      Lennox Wu <lennox.wu@gmail.com>
9911 W:      http://www.sunplus.com
9912 S:      Supported
9913 F:      arch/score/
9914
9915 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9916 M:      Sudeep Holla <sudeep.holla@arm.com>
9917 L:      linux-arm-kernel@lists.infradead.org
9918 S:      Maintained
9919 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
9920 F:      drivers/clk/clk-scpi.c
9921 F:      drivers/cpufreq/scpi-cpufreq.c
9922 F:      drivers/firmware/arm_scpi.c
9923 F:      include/linux/scpi_protocol.h
9924
9925 SCSI CDROM DRIVER
9926 M:      Jens Axboe <axboe@kernel.dk>
9927 L:      linux-scsi@vger.kernel.org
9928 W:      http://www.kernel.dk
9929 S:      Maintained
9930 F:      drivers/scsi/sr*
9931
9932 SCSI RDMA PROTOCOL (SRP) INITIATOR
9933 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9934 L:      linux-rdma@vger.kernel.org
9935 S:      Supported
9936 W:      http://www.openfabrics.org
9937 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9938 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9939 F:      drivers/infiniband/ulp/srp/
9940 F:      include/scsi/srp.h
9941
9942 SCSI SG DRIVER
9943 M:      Doug Gilbert <dgilbert@interlog.com>
9944 L:      linux-scsi@vger.kernel.org
9945 W:      http://sg.danny.cz/sg
9946 S:      Maintained
9947 F:      Documentation/scsi/scsi-generic.txt
9948 F:      drivers/scsi/sg.c
9949 F:      include/scsi/sg.h
9950
9951 SCSI SUBSYSTEM
9952 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
9953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9954 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
9955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9956 L:      linux-scsi@vger.kernel.org
9957 S:      Maintained
9958 F:      drivers/scsi/
9959 F:      include/scsi/
9960
9961 SCSI TAPE DRIVER
9962 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9963 L:      linux-scsi@vger.kernel.org
9964 S:      Maintained
9965 F:      Documentation/scsi/st.txt
9966 F:      drivers/scsi/st.*
9967 F:      drivers/scsi/st_*.h
9968
9969 SCTP PROTOCOL
9970 M:      Vlad Yasevich <vyasevich@gmail.com>
9971 M:      Neil Horman <nhorman@tuxdriver.com>
9972 L:      linux-sctp@vger.kernel.org
9973 W:      http://lksctp.sourceforge.net
9974 S:      Maintained
9975 F:      Documentation/networking/sctp.txt
9976 F:      include/linux/sctp.h
9977 F:      include/uapi/linux/sctp.h
9978 F:      include/net/sctp/
9979 F:      net/sctp/
9980
9981 SCx200 CPU SUPPORT
9982 M:      Jim Cromie <jim.cromie@gmail.com>
9983 S:      Odd Fixes
9984 F:      Documentation/i2c/busses/scx200_acb
9985 F:      arch/x86/platform/scx200/
9986 F:      drivers/watchdog/scx200_wdt.c
9987 F:      drivers/i2c/busses/scx200*
9988 F:      drivers/mtd/maps/scx200_docflash.c
9989 F:      include/linux/scx200.h
9990
9991 SCx200 GPIO DRIVER
9992 M:      Jim Cromie <jim.cromie@gmail.com>
9993 S:      Maintained
9994 F:      drivers/char/scx200_gpio.c
9995 F:      include/linux/scx200_gpio.h
9996
9997 SCx200 HRT CLOCKSOURCE DRIVER
9998 M:      Jim Cromie <jim.cromie@gmail.com>
9999 S:      Maintained
10000 F:      drivers/clocksource/scx200_hrt.c
10001
10002 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10003 M:      Sascha Sommer <saschasommer@freenet.de>
10004 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10005 S:      Maintained
10006 F:      drivers/mmc/host/sdricoh_cs.c
10007
10008 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10009 M:      Adrian Hunter <adrian.hunter@intel.com>
10010 L:      linux-mmc@vger.kernel.org
10011 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
10012 S:      Maintained
10013 F:      drivers/mmc/host/sdhci*
10014 F:      include/linux/mmc/sdhci*
10015
10016 SECURE COMPUTING
10017 M:      Kees Cook <keescook@chromium.org>
10018 R:      Andy Lutomirski <luto@amacapital.net>
10019 R:      Will Drewry <wad@chromium.org>
10020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10021 S:      Supported
10022 F:      kernel/seccomp.c
10023 F:      include/uapi/linux/seccomp.h
10024 F:      include/linux/seccomp.h
10025 F:      tools/testing/selftests/seccomp/*
10026 K:      \bsecure_computing
10027 K:      \bTIF_SECCOMP\b
10028
10029 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10030 M:      Ben Dooks <ben-linux@fluff.org>
10031 M:      Jaehoon Chung <jh80.chung@samsung.com>
10032 L:      linux-mmc@vger.kernel.org
10033 S:      Maintained
10034 F:      drivers/mmc/host/sdhci-s3c*
10035
10036 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10037 M:      Viresh Kumar <vireshk@kernel.org>
10038 L:      spear-devel@list.st.com
10039 L:      linux-mmc@vger.kernel.org
10040 S:      Maintained
10041 F:      drivers/mmc/host/sdhci-spear.c
10042
10043 SECURITY SUBSYSTEM
10044 M:      James Morris <james.l.morris@oracle.com>
10045 M:      "Serge E. Hallyn" <serge@hallyn.com>
10046 L:      linux-security-module@vger.kernel.org (suggested Cc:)
10047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10048 W:      http://kernsec.org/
10049 S:      Supported
10050 F:      security/
10051
10052 SECURITY CONTACT
10053 M:      Security Officers <security@kernel.org>
10054 S:      Supported
10055
10056 SELINUX SECURITY MODULE
10057 M:      Paul Moore <paul@paul-moore.com>
10058 M:      Stephen Smalley <sds@tycho.nsa.gov>
10059 M:      Eric Paris <eparis@parisplace.org>
10060 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
10061 W:      http://selinuxproject.org
10062 T:      git git://git.infradead.org/users/pcmoore/selinux
10063 S:      Supported
10064 F:      include/linux/selinux*
10065 F:      security/selinux/
10066 F:      scripts/selinux/
10067
10068 APPARMOR SECURITY MODULE
10069 M:      John Johansen <john.johansen@canonical.com>
10070 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10071 W:      apparmor.wiki.kernel.org
10072 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10073 S:      Supported
10074 F:      security/apparmor/
10075
10076 YAMA SECURITY MODULE
10077 M:      Kees Cook <keescook@chromium.org>
10078 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10079 S:      Supported
10080 F:      security/yama/
10081
10082 SENSABLE PHANTOM
10083 M:      Jiri Slaby <jirislaby@gmail.com>
10084 S:      Maintained
10085 F:      drivers/misc/phantom.c
10086 F:      include/uapi/linux/phantom.h
10087
10088 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
10089 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
10090 M:      Ketan Mukadam <ketan.mukadam@avagotech.com>
10091 M:      John Soni Jose <sony.john@avagotech.com>
10092 L:      linux-scsi@vger.kernel.org
10093 W:      http://www.avagotech.com
10094 S:      Supported
10095 F:      drivers/scsi/be2iscsi/
10096
10097 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
10098 M:      Sathya Perla <sathya.perla@broadcom.com>
10099 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
10100 M:      Padmanabh Ratnakar <padmanabh.ratnakar@broadcom.com>
10101 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10102 M:      Somnath Kotur <somnath.kotur@broadcom.com>
10103 L:      netdev@vger.kernel.org
10104 W:      http://www.emulex.com
10105 S:      Supported
10106 F:      drivers/net/ethernet/emulex/benet/
10107
10108 EMULEX ONECONNECT ROCE DRIVER
10109 M:      Selvin Xavier <selvin.xavier@avagotech.com>
10110 M:      Devesh Sharma <devesh.sharma@avagotech.com>
10111 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10112 L:      linux-rdma@vger.kernel.org
10113 W:      http://www.emulex.com
10114 S:      Supported
10115 F:      drivers/infiniband/hw/ocrdma/
10116
10117 SFC NETWORK DRIVER
10118 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10119 M:      Shradha Shah <sshah@solarflare.com>
10120 L:      netdev@vger.kernel.org
10121 S:      Supported
10122 F:      drivers/net/ethernet/sfc/
10123
10124 SGI GRU DRIVER
10125 M:      Dimitri Sivanich <sivanich@sgi.com>
10126 S:      Maintained
10127 F:      drivers/misc/sgi-gru/
10128
10129 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10130 M:      Pat Gefre <pfg@sgi.com>
10131 L:      linux-ia64@vger.kernel.org
10132 S:      Supported
10133 F:      Documentation/ia64/serial.txt
10134 F:      drivers/tty/serial/ioc?_serial.c
10135 F:      include/linux/ioc?.h
10136
10137 SGI XP/XPC/XPNET DRIVER
10138 M:      Cliff Whickman <cpw@sgi.com>
10139 M:      Robin Holt <robinmholt@gmail.com>
10140 S:      Maintained
10141 F:      drivers/misc/sgi-xp/
10142
10143 SI2157 MEDIA DRIVER
10144 M:      Antti Palosaari <crope@iki.fi>
10145 L:      linux-media@vger.kernel.org
10146 W:      https://linuxtv.org
10147 W:      http://palosaari.fi/linux/
10148 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10149 T:      git git://linuxtv.org/anttip/media_tree.git
10150 S:      Maintained
10151 F:      drivers/media/tuners/si2157*
10152
10153 SI2168 MEDIA DRIVER
10154 M:      Antti Palosaari <crope@iki.fi>
10155 L:      linux-media@vger.kernel.org
10156 W:      https://linuxtv.org
10157 W:      http://palosaari.fi/linux/
10158 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10159 T:      git git://linuxtv.org/anttip/media_tree.git
10160 S:      Maintained
10161 F:      drivers/media/dvb-frontends/si2168*
10162
10163 SI470X FM RADIO RECEIVER I2C DRIVER
10164 M:      Hans Verkuil <hverkuil@xs4all.nl>
10165 L:      linux-media@vger.kernel.org
10166 T:      git git://linuxtv.org/media_tree.git
10167 W:      https://linuxtv.org
10168 S:      Odd Fixes
10169 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
10170
10171 SI470X FM RADIO RECEIVER USB DRIVER
10172 M:      Hans Verkuil <hverkuil@xs4all.nl>
10173 L:      linux-media@vger.kernel.org
10174 T:      git git://linuxtv.org/media_tree.git
10175 W:      https://linuxtv.org
10176 S:      Maintained
10177 F:      drivers/media/radio/si470x/radio-si470x-common.c
10178 F:      drivers/media/radio/si470x/radio-si470x.h
10179 F:      drivers/media/radio/si470x/radio-si470x-usb.c
10180
10181 SI4713 FM RADIO TRANSMITTER I2C DRIVER
10182 M:      Eduardo Valentin <edubezval@gmail.com>
10183 L:      linux-media@vger.kernel.org
10184 T:      git git://linuxtv.org/media_tree.git
10185 W:      https://linuxtv.org
10186 S:      Odd Fixes
10187 F:      drivers/media/radio/si4713/si4713.?
10188
10189 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10190 M:      Eduardo Valentin <edubezval@gmail.com>
10191 L:      linux-media@vger.kernel.org
10192 T:      git git://linuxtv.org/media_tree.git
10193 W:      https://linuxtv.org
10194 S:      Odd Fixes
10195 F:      drivers/media/radio/si4713/radio-platform-si4713.c
10196
10197 SI4713 FM RADIO TRANSMITTER USB DRIVER
10198 M:      Hans Verkuil <hverkuil@xs4all.nl>
10199 L:      linux-media@vger.kernel.org
10200 T:      git git://linuxtv.org/media_tree.git
10201 W:      https://linuxtv.org
10202 S:      Maintained
10203 F:      drivers/media/radio/si4713/radio-usb-si4713.c
10204
10205 SIANO DVB DRIVER
10206 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10207 L:      linux-media@vger.kernel.org
10208 W:      https://linuxtv.org
10209 T:      git git://linuxtv.org/media_tree.git
10210 S:      Odd fixes
10211 F:      drivers/media/common/siano/
10212 F:      drivers/media/usb/siano/
10213 F:      drivers/media/usb/siano/
10214 F:      drivers/media/mmc/siano/
10215
10216 SIMPLEFB FB DRIVER
10217 M:      Hans de Goede <hdegoede@redhat.com>
10218 L:      linux-fbdev@vger.kernel.org
10219 S:      Maintained
10220 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
10221 F:      drivers/video/fbdev/simplefb.c
10222 F:      include/linux/platform_data/simplefb.h
10223
10224 SH_VEU V4L2 MEM2MEM DRIVER
10225 L:      linux-media@vger.kernel.org
10226 S:      Orphan
10227 F:      drivers/media/platform/sh_veu.c
10228
10229 SH_VOU V4L2 OUTPUT DRIVER
10230 L:      linux-media@vger.kernel.org
10231 S:      Orphan
10232 F:      drivers/media/platform/sh_vou.c
10233 F:      include/media/drv-intf/sh_vou.h
10234
10235 SIMPLE FIRMWARE INTERFACE (SFI)
10236 M:      Len Brown <lenb@kernel.org>
10237 L:      sfi-devel@simplefirmware.org
10238 W:      http://simplefirmware.org/
10239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10240 S:      Supported
10241 F:      arch/x86/platform/sfi/
10242 F:      drivers/sfi/
10243 F:      include/linux/sfi*.h
10244
10245 SIMTEC EB110ATX (Chalice CATS)
10246 P:      Ben Dooks
10247 P:      Vincent Sanders <vince@simtec.co.uk>
10248 M:      Simtec Linux Team <linux@simtec.co.uk>
10249 W:      http://www.simtec.co.uk/products/EB110ATX/
10250 S:      Supported
10251
10252 SIMTEC EB2410ITX (BAST)
10253 P:      Ben Dooks
10254 P:      Vincent Sanders <vince@simtec.co.uk>
10255 M:      Simtec Linux Team <linux@simtec.co.uk>
10256 W:      http://www.simtec.co.uk/products/EB2410ITX/
10257 S:      Supported
10258 F:      arch/arm/mach-s3c24xx/mach-bast.c
10259 F:      arch/arm/mach-s3c24xx/bast-ide.c
10260 F:      arch/arm/mach-s3c24xx/bast-irq.c
10261
10262 TI DAVINCI MACHINE SUPPORT
10263 M:      Sekhar Nori <nsekhar@ti.com>
10264 M:      Kevin Hilman <khilman@kernel.org>
10265 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
10266 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
10267 S:      Supported
10268 F:      arch/arm/mach-davinci/
10269 F:      drivers/i2c/busses/i2c-davinci.c
10270
10271 TI DAVINCI SERIES MEDIA DRIVER
10272 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10273 L:      linux-media@vger.kernel.org
10274 W:      https://linuxtv.org
10275 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10276 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10277 S:      Maintained
10278 F:      drivers/media/platform/davinci/
10279 F:      include/media/davinci/
10280
10281 TI AM437X VPFE DRIVER
10282 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10283 L:      linux-media@vger.kernel.org
10284 W:      https://linuxtv.org
10285 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10286 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10287 S:      Maintained
10288 F:      drivers/media/platform/am437x/
10289
10290 OV2659 OMNIVISION SENSOR DRIVER
10291 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10292 L:      linux-media@vger.kernel.org
10293 W:      https://linuxtv.org
10294 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10295 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10296 S:      Maintained
10297 F:      drivers/media/i2c/ov2659.c
10298 F:      include/media/i2c/ov2659.h
10299
10300 SILICON MOTION SM712 FRAME BUFFER DRIVER
10301 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10302 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10303 M:      Sudip Mukherjee <sudip@vectorindia.org>
10304 L:      linux-fbdev@vger.kernel.org
10305 S:      Maintained
10306 F:      drivers/video/fbdev/sm712*
10307 F:      Documentation/fb/sm712fb.txt
10308
10309 SIS 190 ETHERNET DRIVER
10310 M:      Francois Romieu <romieu@fr.zoreil.com>
10311 L:      netdev@vger.kernel.org
10312 S:      Maintained
10313 F:      drivers/net/ethernet/sis/sis190.c
10314
10315 SIS 900/7016 FAST ETHERNET DRIVER
10316 M:      Daniele Venzano <venza@brownhat.org>
10317 W:      http://www.brownhat.org/sis900.html
10318 L:      netdev@vger.kernel.org
10319 S:      Maintained
10320 F:      drivers/net/ethernet/sis/sis900.*
10321
10322 SIS FRAMEBUFFER DRIVER
10323 M:      Thomas Winischhofer <thomas@winischhofer.net>
10324 W:      http://www.winischhofer.net/linuxsisvga.shtml
10325 S:      Maintained
10326 F:      Documentation/fb/sisfb.txt
10327 F:      drivers/video/fbdev/sis/
10328 F:      include/video/sisfb.h
10329
10330 SIS USB2VGA DRIVER
10331 M:      Thomas Winischhofer <thomas@winischhofer.net>
10332 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
10333 S:      Maintained
10334 F:      drivers/usb/misc/sisusbvga/
10335
10336 SLAB ALLOCATOR
10337 M:      Christoph Lameter <cl@linux.com>
10338 M:      Pekka Enberg <penberg@kernel.org>
10339 M:      David Rientjes <rientjes@google.com>
10340 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
10341 M:      Andrew Morton <akpm@linux-foundation.org>
10342 L:      linux-mm@kvack.org
10343 S:      Maintained
10344 F:      include/linux/sl?b*.h
10345 F:      mm/sl?b*
10346
10347 SLEEPABLE READ-COPY UPDATE (SRCU)
10348 M:      Lai Jiangshan <jiangshanlai@gmail.com>
10349 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10350 M:      Josh Triplett <josh@joshtriplett.org>
10351 R:      Steven Rostedt <rostedt@goodmis.org>
10352 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10353 L:      linux-kernel@vger.kernel.org
10354 W:      http://www.rdrop.com/users/paulmck/RCU/
10355 S:      Supported
10356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10357 F:      include/linux/srcu.h
10358 F:      kernel/rcu/srcu.c
10359
10360 SMACK SECURITY MODULE
10361 M:      Casey Schaufler <casey@schaufler-ca.com>
10362 L:      linux-security-module@vger.kernel.org
10363 W:      http://schaufler-ca.com
10364 T:      git git://git.gitorious.org/smack-next/kernel.git
10365 S:      Maintained
10366 F:      Documentation/security/Smack.txt
10367 F:      security/smack/
10368
10369 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10370 M:      Kevin Hilman <khilman@kernel.org>
10371 M:      Nishanth Menon <nm@ti.com>
10372 S:      Maintained
10373 F:      drivers/power/avs/
10374 F:      include/linux/power/smartreflex.h
10375 L:      linux-pm@vger.kernel.org
10376
10377 SMC91x ETHERNET DRIVER
10378 M:      Nicolas Pitre <nico@fluxnic.net>
10379 S:      Odd Fixes
10380 F:      drivers/net/ethernet/smsc/smc91x.*
10381
10382 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10383 M:      Sakari Ailus <sakari.ailus@iki.fi>
10384 L:      linux-media@vger.kernel.org
10385 S:      Maintained
10386 F:      drivers/media/i2c/smiapp/
10387 F:      include/media/i2c/smiapp.h
10388 F:      drivers/media/i2c/smiapp-pll.c
10389 F:      drivers/media/i2c/smiapp-pll.h
10390 F:      include/uapi/linux/smiapp.h
10391 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10392
10393 SMM665 HARDWARE MONITOR DRIVER
10394 M:      Guenter Roeck <linux@roeck-us.net>
10395 L:      linux-hwmon@vger.kernel.org
10396 S:      Maintained
10397 F:      Documentation/hwmon/smm665
10398 F:      drivers/hwmon/smm665.c
10399
10400 SMSC EMC2103 HARDWARE MONITOR DRIVER
10401 M:      Steve Glendinning <steve.glendinning@shawell.net>
10402 L:      linux-hwmon@vger.kernel.org
10403 S:      Maintained
10404 F:      Documentation/hwmon/emc2103
10405 F:      drivers/hwmon/emc2103.c
10406
10407 SMSC SCH5627 HARDWARE MONITOR DRIVER
10408 M:      Hans de Goede <hdegoede@redhat.com>
10409 L:      linux-hwmon@vger.kernel.org
10410 S:      Supported
10411 F:      Documentation/hwmon/sch5627
10412 F:      drivers/hwmon/sch5627.c
10413
10414 SMSC47B397 HARDWARE MONITOR DRIVER
10415 M:      Jean Delvare <jdelvare@suse.com>
10416 L:      linux-hwmon@vger.kernel.org
10417 S:      Maintained
10418 F:      Documentation/hwmon/smsc47b397
10419 F:      drivers/hwmon/smsc47b397.c
10420
10421 SMSC911x ETHERNET DRIVER
10422 M:      Steve Glendinning <steve.glendinning@shawell.net>
10423 L:      netdev@vger.kernel.org
10424 S:      Maintained
10425 F:      include/linux/smsc911x.h
10426 F:      drivers/net/ethernet/smsc/smsc911x.*
10427
10428 SMSC9420 PCI ETHERNET DRIVER
10429 M:      Steve Glendinning <steve.glendinning@shawell.net>
10430 L:      netdev@vger.kernel.org
10431 S:      Maintained
10432 F:      drivers/net/ethernet/smsc/smsc9420.*
10433
10434 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10435 M:      Steve Glendinning <steve.glendinning@shawell.net>
10436 L:      linux-fbdev@vger.kernel.org
10437 S:      Maintained
10438 F:      drivers/video/fbdev/smscufx.c
10439
10440 SOC-CAMERA V4L2 SUBSYSTEM
10441 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10442 L:      linux-media@vger.kernel.org
10443 T:      git git://linuxtv.org/media_tree.git
10444 S:      Maintained
10445 F:      include/media/soc*
10446 F:      drivers/media/i2c/soc_camera/
10447 F:      drivers/media/platform/soc_camera/
10448
10449 SOEKRIS NET48XX LED SUPPORT
10450 M:      Chris Boot <bootc@bootc.net>
10451 S:      Maintained
10452 F:      drivers/leds/leds-net48xx.c
10453
10454 SOFTLOGIC 6x10 MPEG CODEC
10455 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10456 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10457 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
10458 M:      Ismael Luceno <ismael@iodev.co.uk>
10459 L:      linux-media@vger.kernel.org
10460 S:      Supported
10461 F:      drivers/media/pci/solo6x10/
10462
10463 SOFTWARE RAID (Multiple Disks) SUPPORT
10464 M:      Shaohua Li <shli@kernel.org>
10465 L:      linux-raid@vger.kernel.org
10466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
10467 S:      Supported
10468 F:      drivers/md/
10469 F:      include/linux/raid/
10470 F:      include/uapi/linux/raid/
10471
10472 SONIC NETWORK DRIVER
10473 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10474 L:      netdev@vger.kernel.org
10475 S:      Maintained
10476 F:      drivers/net/ethernet/natsemi/sonic.*
10477
10478 SONICS SILICON BACKPLANE DRIVER (SSB)
10479 M:      Michael Buesch <m@bues.ch>
10480 L:      linux-wireless@vger.kernel.org
10481 S:      Maintained
10482 F:      drivers/ssb/
10483 F:      include/linux/ssb/
10484
10485 SONY VAIO CONTROL DEVICE DRIVER
10486 M:      Mattia Dongili <malattia@linux.it>
10487 L:      platform-driver-x86@vger.kernel.org
10488 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10489 S:      Maintained
10490 F:      Documentation/laptops/sony-laptop.txt
10491 F:      drivers/char/sonypi.c
10492 F:      drivers/platform/x86/sony-laptop.c
10493 F:      include/linux/sony-laptop.h
10494
10495 SONY MEMORYSTICK CARD SUPPORT
10496 M:      Alex Dubov <oakad@yahoo.com>
10497 W:      http://tifmxx.berlios.de/
10498 S:      Maintained
10499 F:      drivers/memstick/host/tifm_ms.c
10500
10501 SONY MEMORYSTICK STANDARD SUPPORT
10502 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10503 S:      Maintained
10504 F:      drivers/memstick/core/ms_block.*
10505
10506 SOUND
10507 M:      Jaroslav Kysela <perex@perex.cz>
10508 M:      Takashi Iwai <tiwai@suse.com>
10509 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10510 W:      http://www.alsa-project.org/
10511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10512 T:      git git://git.alsa-project.org/alsa-kernel.git
10513 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
10514 S:      Maintained
10515 F:      Documentation/sound/
10516 F:      include/sound/
10517 F:      include/uapi/sound/
10518 F:      sound/
10519
10520 SOUND - COMPRESSED AUDIO
10521 M:      Vinod Koul <vinod.koul@intel.com>
10522 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10524 S:      Supported
10525 F:      Documentation/sound/alsa/compress_offload.txt
10526 F:      include/sound/compress_driver.h
10527 F:      include/uapi/sound/compress_*
10528 F:      sound/core/compress_offload.c
10529 F:      sound/soc/soc-compress.c
10530
10531 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10532 M:      Liam Girdwood <lgirdwood@gmail.com>
10533 M:      Mark Brown <broonie@kernel.org>
10534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10535 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10536 W:      http://alsa-project.org/main/index.php/ASoC
10537 S:      Supported
10538 F:      Documentation/sound/alsa/soc/
10539 F:      sound/soc/
10540 F:      include/sound/soc*
10541
10542 SOUND - DMAENGINE HELPERS
10543 M:      Lars-Peter Clausen <lars@metafoo.de>
10544 S:      Supported
10545 F:      include/sound/dmaengine_pcm.h
10546 F:      sound/core/pcm_dmaengine.c
10547 F:      sound/soc/soc-generic-dmaengine-pcm.c
10548
10549 SP2 MEDIA DRIVER
10550 M:      Olli Salonen <olli.salonen@iki.fi>
10551 L:      linux-media@vger.kernel.org
10552 W:      https://linuxtv.org
10553 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10554 S:      Maintained
10555 F:      drivers/media/dvb-frontends/sp2*
10556
10557 SPARC + UltraSPARC (sparc/sparc64)
10558 M:      "David S. Miller" <davem@davemloft.net>
10559 L:      sparclinux@vger.kernel.org
10560 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
10561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10562 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10563 S:      Maintained
10564 F:      arch/sparc/
10565 F:      drivers/sbus/
10566
10567 SPARC SERIAL DRIVERS
10568 M:      "David S. Miller" <davem@davemloft.net>
10569 L:      sparclinux@vger.kernel.org
10570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10572 S:      Maintained
10573 F:      include/linux/sunserialcore.h
10574 F:      drivers/tty/serial/suncore.c
10575 F:      drivers/tty/serial/sunhv.c
10576 F:      drivers/tty/serial/sunsab.c
10577 F:      drivers/tty/serial/sunsab.h
10578 F:      drivers/tty/serial/sunsu.c
10579 F:      drivers/tty/serial/sunzilog.c
10580 F:      drivers/tty/serial/sunzilog.h
10581
10582 SPARSE CHECKER
10583 M:      "Christopher Li" <sparse@chrisli.org>
10584 L:      linux-sparse@vger.kernel.org
10585 W:      https://sparse.wiki.kernel.org/
10586 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10587 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10588 S:      Maintained
10589 F:      include/linux/compiler.h
10590
10591 SPEAR PLATFORM SUPPORT
10592 M:      Viresh Kumar <vireshk@kernel.org>
10593 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10594 L:      spear-devel@list.st.com
10595 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10596 W:      http://www.st.com/spear
10597 S:      Maintained
10598 F:      arch/arm/boot/dts/spear*
10599 F:      arch/arm/mach-spear/
10600
10601 SPEAR CLOCK FRAMEWORK SUPPORT
10602 M:      Viresh Kumar <vireshk@kernel.org>
10603 L:      spear-devel@list.st.com
10604 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10605 W:      http://www.st.com/spear
10606 S:      Maintained
10607 F:      drivers/clk/spear/
10608
10609 SPI SUBSYSTEM
10610 M:      Mark Brown <broonie@kernel.org>
10611 L:      linux-spi@vger.kernel.org
10612 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10613 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
10614 S:      Maintained
10615 F:      Documentation/spi/
10616 F:      drivers/spi/
10617 F:      include/linux/spi/
10618 F:      include/uapi/linux/spi/
10619
10620 SPIDERNET NETWORK DRIVER for CELL
10621 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10622 L:      netdev@vger.kernel.org
10623 S:      Supported
10624 F:      Documentation/networking/spider_net.txt
10625 F:      drivers/net/ethernet/toshiba/spider_net*
10626
10627 SPU FILE SYSTEM
10628 M:      Jeremy Kerr <jk@ozlabs.org>
10629 L:      linuxppc-dev@lists.ozlabs.org
10630 W:      http://www.ibm.com/developerworks/power/cell/
10631 S:      Supported
10632 F:      Documentation/filesystems/spufs.txt
10633 F:      arch/powerpc/platforms/cell/spufs/
10634
10635 SQUASHFS FILE SYSTEM
10636 M:      Phillip Lougher <phillip@squashfs.org.uk>
10637 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
10638 W:      http://squashfs.org.uk
10639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10640 S:      Maintained
10641 F:      Documentation/filesystems/squashfs.txt
10642 F:      fs/squashfs/
10643
10644 SRM (Alpha) environment access
10645 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
10646 S:      Maintained
10647 F:      arch/alpha/kernel/srm_env.c
10648
10649 STABLE BRANCH
10650 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10651 L:      stable@vger.kernel.org
10652 S:      Supported
10653 F:      Documentation/stable_kernel_rules.txt
10654
10655 STAGING SUBSYSTEM
10656 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10658 L:      devel@driverdev.osuosl.org
10659 S:      Supported
10660 F:      drivers/staging/
10661
10662 STAGING - COMEDI
10663 M:      Ian Abbott <abbotti@mev.co.uk>
10664 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
10665 S:      Odd Fixes
10666 F:      drivers/staging/comedi/
10667
10668 STAGING - FLARION FT1000 DRIVERS
10669 M:      Marek Belisko <marek.belisko@gmail.com>
10670 S:      Odd Fixes
10671 F:      drivers/staging/ft1000/
10672
10673 STAGING - INDUSTRIAL IO
10674 M:      Jonathan Cameron <jic23@kernel.org>
10675 L:      linux-iio@vger.kernel.org
10676 S:      Odd Fixes
10677 F:      drivers/staging/iio/
10678
10679 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10680 M:      Jarod Wilson <jarod@wilsonet.com>
10681 W:      http://www.lirc.org/
10682 S:      Odd Fixes
10683 F:      drivers/staging/media/lirc/
10684
10685 STAGING - LUSTRE PARALLEL FILESYSTEM
10686 M:      Oleg Drokin <oleg.drokin@intel.com>
10687 M:      Andreas Dilger <andreas.dilger@intel.com>
10688 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
10689 W:      http://wiki.lustre.org/
10690 S:      Maintained
10691 F:      drivers/staging/lustre
10692
10693 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10694 M:      Marc Dietrich <marvin24@gmx.de>
10695 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10696 L:      linux-tegra@vger.kernel.org
10697 S:      Maintained
10698 F:      drivers/staging/nvec/
10699
10700 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10701 M:      Jens Frederich <jfrederich@gmail.com>
10702 M:      Daniel Drake <dsd@laptop.org>
10703 M:      Jon Nettleton <jon.nettleton@gmail.com>
10704 W:      http://wiki.laptop.org/go/DCON
10705 S:      Maintained
10706 F:      drivers/staging/olpc_dcon/
10707
10708 STAGING - REALTEK RTL8712U DRIVERS
10709 M:      Larry Finger <Larry.Finger@lwfinger.net>
10710 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10711 S:      Odd Fixes
10712 F:      drivers/staging/rtl8712/
10713
10714 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10715 M:      Larry Finger <Larry.Finger@lwfinger.net>
10716 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10717 L:      linux-wireless@vger.kernel.org
10718 S:      Maintained
10719 F:      drivers/staging/rtl8723au/
10720
10721 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10722 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10723 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10724 M:      Sudip Mukherjee <sudip@vectorindia.org>
10725 L:      linux-fbdev@vger.kernel.org
10726 S:      Maintained
10727 F:      drivers/staging/sm750fb/
10728
10729 STAGING - SLICOSS
10730 M:      Lior Dotan <liodot@gmail.com>
10731 M:      Christopher Harrer <charrer@alacritech.com>
10732 S:      Odd Fixes
10733 F:      drivers/staging/slicoss/
10734
10735 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10736 M:      William Hubbs <w.d.hubbs@gmail.com>
10737 M:      Chris Brannon <chris@the-brannons.com>
10738 M:      Kirk Reiser <kirk@reisers.ca>
10739 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10740 L:      speakup@linux-speakup.org
10741 W:      http://www.linux-speakup.org/
10742 S:      Odd Fixes
10743 F:      drivers/staging/speakup/
10744
10745 STAGING - VIA VT665X DRIVERS
10746 M:      Forest Bond <forest@alittletooquiet.net>
10747 S:      Odd Fixes
10748 F:      drivers/staging/vt665?/
10749
10750 STAGING - WILC1000 WIFI DRIVER
10751 M:      Johnny Kim <johnny.kim@atmel.com>
10752 M:      Austin Shin <austin.shin@atmel.com>
10753 M:      Chris Park <chris.park@atmel.com>
10754 M:      Tony Cho <tony.cho@atmel.com>
10755 M:      Glen Lee <glen.lee@atmel.com>
10756 M:      Leo Kim <leo.kim@atmel.com>
10757 L:      linux-wireless@vger.kernel.org
10758 S:      Supported
10759 F:      drivers/staging/wilc1000/
10760
10761 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10762 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10763 S:      Odd Fixes
10764 F:      drivers/staging/xgifb/
10765
10766 HFI1 DRIVER
10767 M:      Mike Marciniszyn <infinipath@intel.com>
10768 L:      linux-rdma@vger.kernel.org
10769 S:      Supported
10770 F:      drivers/staging/rdma/hfi1
10771
10772 STARFIRE/DURALAN NETWORK DRIVER
10773 M:      Ion Badulescu <ionut@badula.org>
10774 S:      Odd Fixes
10775 F:      drivers/net/ethernet/adaptec/starfire*
10776
10777 SUN3/3X
10778 M:      Sam Creasey <sammy@sammy.net>
10779 W:      http://sammy.net/sun3/
10780 S:      Maintained
10781 F:      arch/m68k/kernel/*sun3*
10782 F:      arch/m68k/sun3*/
10783 F:      arch/m68k/include/asm/sun3*
10784 F:      drivers/net/ethernet/i825xx/sun3*
10785
10786 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10787 M:      Hans de Goede <hdegoede@redhat.com>
10788 L:      linux-input@vger.kernel.org
10789 S:      Maintained
10790 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10791 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10792
10793 SUNDANCE NETWORK DRIVER
10794 M:      Denis Kirjanov <kda@linux-powerpc.org>
10795 L:      netdev@vger.kernel.org
10796 S:      Maintained
10797 F:      drivers/net/ethernet/dlink/sundance.c
10798
10799 SUPERH
10800 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
10801 M:      Rich Felker <dalias@libc.org>
10802 L:      linux-sh@vger.kernel.org
10803 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10804 S:      Maintained
10805 F:      Documentation/sh/
10806 F:      arch/sh/
10807 F:      drivers/sh/
10808
10809 SUSPEND TO RAM
10810 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10811 M:      Len Brown <len.brown@intel.com>
10812 M:      Pavel Machek <pavel@ucw.cz>
10813 L:      linux-pm@vger.kernel.org
10814 S:      Supported
10815 F:      Documentation/power/
10816 F:      arch/x86/kernel/acpi/
10817 F:      drivers/base/power/
10818 F:      kernel/power/
10819 F:      include/linux/suspend.h
10820 F:      include/linux/freezer.h
10821 F:      include/linux/pm.h
10822
10823 SVGA HANDLING
10824 M:      Martin Mares <mj@ucw.cz>
10825 L:      linux-video@atrey.karlin.mff.cuni.cz
10826 S:      Maintained
10827 F:      Documentation/svga.txt
10828 F:      arch/x86/boot/video*
10829
10830 SWIOTLB SUBSYSTEM
10831 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10832 L:      linux-kernel@vger.kernel.org
10833 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
10834 S:      Supported
10835 F:      lib/swiotlb.c
10836 F:      arch/*/kernel/pci-swiotlb.c
10837 F:      include/linux/swiotlb.h
10838
10839 SWITCHDEV
10840 M:      Jiri Pirko <jiri@resnulli.us>
10841 L:      netdev@vger.kernel.org
10842 S:      Supported
10843 F:      net/switchdev/
10844 F:      include/net/switchdev.h
10845
10846 SYNOPSYS ARC ARCHITECTURE
10847 M:      Vineet Gupta <vgupta@synopsys.com>
10848 L:      linux-snps-arc@lists.infradead.org
10849 S:      Supported
10850 F:      arch/arc/
10851 F:      Documentation/devicetree/bindings/arc/*
10852 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10853 F:      drivers/tty/serial/arc_uart.c
10854 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10855
10856 SYNOPSYS ARC SDP platform support
10857 M:      Alexey Brodkin <abrodkin@synopsys.com>
10858 S:      Supported
10859 F:      arch/arc/plat-axs10x
10860 F:      arch/arc/boot/dts/ax*
10861 F:      Documentation/devicetree/bindings/arc/axs10*
10862
10863 SYSTEM CONFIGURATION (SYSCON)
10864 M:      Lee Jones <lee.jones@linaro.org>
10865 M:      Arnd Bergmann <arnd@arndb.de>
10866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10867 S:      Supported
10868 F:      drivers/mfd/syscon.c
10869
10870 SYSV FILESYSTEM
10871 M:      Christoph Hellwig <hch@infradead.org>
10872 S:      Maintained
10873 F:      Documentation/filesystems/sysv-fs.txt
10874 F:      fs/sysv/
10875 F:      include/linux/sysv_fs.h
10876
10877 TARGET SUBSYSTEM
10878 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10879 L:      linux-scsi@vger.kernel.org
10880 L:      target-devel@vger.kernel.org
10881 W:      http://www.linux-iscsi.org
10882 W:      http://groups.google.com/group/linux-iscsi-target-dev
10883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10884 S:      Supported
10885 F:      drivers/target/
10886 F:      include/target/
10887 F:      Documentation/target/
10888
10889 TASKSTATS STATISTICS INTERFACE
10890 M:      Balbir Singh <bsingharora@gmail.com>
10891 S:      Maintained
10892 F:      Documentation/accounting/taskstats*
10893 F:      include/linux/taskstats*
10894 F:      kernel/taskstats.c
10895
10896 TC CLASSIFIER
10897 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10898 L:      netdev@vger.kernel.org
10899 S:      Maintained
10900 F:      include/net/pkt_cls.h
10901 F:      include/uapi/linux/pkt_cls.h
10902 F:      net/sched/
10903
10904 TCP LOW PRIORITY MODULE
10905 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10906 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10907 W:      http://tcp-lp-mod.sourceforge.net/
10908 S:      Maintained
10909 F:      net/ipv4/tcp_lp.c
10910
10911 TDA10071 MEDIA DRIVER
10912 M:      Antti Palosaari <crope@iki.fi>
10913 L:      linux-media@vger.kernel.org
10914 W:      https://linuxtv.org
10915 W:      http://palosaari.fi/linux/
10916 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10917 T:      git git://linuxtv.org/anttip/media_tree.git
10918 S:      Maintained
10919 F:      drivers/media/dvb-frontends/tda10071*
10920
10921 TDA18212 MEDIA DRIVER
10922 M:      Antti Palosaari <crope@iki.fi>
10923 L:      linux-media@vger.kernel.org
10924 W:      https://linuxtv.org
10925 W:      http://palosaari.fi/linux/
10926 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10927 T:      git git://linuxtv.org/anttip/media_tree.git
10928 S:      Maintained
10929 F:      drivers/media/tuners/tda18212*
10930
10931 TDA18218 MEDIA DRIVER
10932 M:      Antti Palosaari <crope@iki.fi>
10933 L:      linux-media@vger.kernel.org
10934 W:      https://linuxtv.org
10935 W:      http://palosaari.fi/linux/
10936 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10937 T:      git git://linuxtv.org/anttip/media_tree.git
10938 S:      Maintained
10939 F:      drivers/media/tuners/tda18218*
10940
10941 TDA18271 MEDIA DRIVER
10942 M:      Michael Krufky <mkrufky@linuxtv.org>
10943 L:      linux-media@vger.kernel.org
10944 W:      https://linuxtv.org
10945 W:      http://github.com/mkrufky
10946 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10947 T:      git git://linuxtv.org/mkrufky/tuners.git
10948 S:      Maintained
10949 F:      drivers/media/tuners/tda18271*
10950
10951 TDA827x MEDIA DRIVER
10952 M:      Michael Krufky <mkrufky@linuxtv.org>
10953 L:      linux-media@vger.kernel.org
10954 W:      https://linuxtv.org
10955 W:      http://github.com/mkrufky
10956 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10957 T:      git git://linuxtv.org/mkrufky/tuners.git
10958 S:      Maintained
10959 F:      drivers/media/tuners/tda8290.*
10960
10961 TDA8290 MEDIA DRIVER
10962 M:      Michael Krufky <mkrufky@linuxtv.org>
10963 L:      linux-media@vger.kernel.org
10964 W:      https://linuxtv.org
10965 W:      http://github.com/mkrufky
10966 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10967 T:      git git://linuxtv.org/mkrufky/tuners.git
10968 S:      Maintained
10969 F:      drivers/media/tuners/tda8290.*
10970
10971 TDA9840 MEDIA DRIVER
10972 M:      Hans Verkuil <hverkuil@xs4all.nl>
10973 L:      linux-media@vger.kernel.org
10974 T:      git git://linuxtv.org/media_tree.git
10975 W:      https://linuxtv.org
10976 S:      Maintained
10977 F:      drivers/media/i2c/tda9840*
10978
10979 TEA5761 TUNER DRIVER
10980 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10981 L:      linux-media@vger.kernel.org
10982 W:      https://linuxtv.org
10983 T:      git git://linuxtv.org/media_tree.git
10984 S:      Odd fixes
10985 F:      drivers/media/tuners/tea5761.*
10986
10987 TEA5767 TUNER DRIVER
10988 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10989 L:      linux-media@vger.kernel.org
10990 W:      https://linuxtv.org
10991 T:      git git://linuxtv.org/media_tree.git
10992 S:      Maintained
10993 F:      drivers/media/tuners/tea5767.*
10994
10995 TEA6415C MEDIA DRIVER
10996 M:      Hans Verkuil <hverkuil@xs4all.nl>
10997 L:      linux-media@vger.kernel.org
10998 T:      git git://linuxtv.org/media_tree.git
10999 W:      https://linuxtv.org
11000 S:      Maintained
11001 F:      drivers/media/i2c/tea6415c*
11002
11003 TEA6420 MEDIA DRIVER
11004 M:      Hans Verkuil <hverkuil@xs4all.nl>
11005 L:      linux-media@vger.kernel.org
11006 T:      git git://linuxtv.org/media_tree.git
11007 W:      https://linuxtv.org
11008 S:      Maintained
11009 F:      drivers/media/i2c/tea6420*
11010
11011 TEAM DRIVER
11012 M:      Jiri Pirko <jiri@resnulli.us>
11013 L:      netdev@vger.kernel.org
11014 S:      Supported
11015 F:      drivers/net/team/
11016 F:      include/linux/if_team.h
11017 F:      include/uapi/linux/if_team.h
11018
11019 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11020 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11021 S:      Maintained
11022 F:      arch/x86/platform/ts5500/
11023
11024 TECHNOTREND USB IR RECEIVER
11025 M:      Sean Young <sean@mess.org>
11026 L:      linux-media@vger.kernel.org
11027 S:      Maintained
11028 F:      drivers/media/rc/ttusbir.c
11029
11030 TEGRA ARCHITECTURE SUPPORT
11031 M:      Stephen Warren <swarren@wwwdotorg.org>
11032 M:      Thierry Reding <thierry.reding@gmail.com>
11033 M:      Alexandre Courbot <gnurou@gmail.com>
11034 L:      linux-tegra@vger.kernel.org
11035 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
11036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11037 S:      Supported
11038 N:      [^a-z]tegra
11039
11040 TEGRA CLOCK DRIVER
11041 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
11042 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
11043 S:      Supported
11044 F:      drivers/clk/tegra/
11045
11046 TEGRA DMA DRIVER
11047 M:      Laxman Dewangan <ldewangan@nvidia.com>
11048 S:      Supported
11049 F:      drivers/dma/tegra20-apb-dma.c
11050
11051 TEGRA I2C DRIVER
11052 M:      Laxman Dewangan <ldewangan@nvidia.com>
11053 S:      Supported
11054 F:      drivers/i2c/busses/i2c-tegra.c
11055
11056 TEGRA IOMMU DRIVERS
11057 M:      Hiroshi Doyu <hdoyu@nvidia.com>
11058 S:      Supported
11059 F:      drivers/iommu/tegra*
11060
11061 TEGRA KBC DRIVER
11062 M:      Rakesh Iyer <riyer@nvidia.com>
11063 M:      Laxman Dewangan <ldewangan@nvidia.com>
11064 S:      Supported
11065 F:      drivers/input/keyboard/tegra-kbc.c
11066
11067 TEGRA PWM DRIVER
11068 M:      Thierry Reding <thierry.reding@gmail.com>
11069 S:      Supported
11070 F:      drivers/pwm/pwm-tegra.c
11071
11072 TEGRA SERIAL DRIVER
11073 M:      Laxman Dewangan <ldewangan@nvidia.com>
11074 S:      Supported
11075 F:      drivers/tty/serial/serial-tegra.c
11076
11077 TEGRA SPI DRIVER
11078 M:      Laxman Dewangan <ldewangan@nvidia.com>
11079 S:      Supported
11080 F:      drivers/spi/spi-tegra*
11081
11082 TEHUTI ETHERNET DRIVER
11083 M:      Andy Gospodarek <andy@greyhouse.net>
11084 L:      netdev@vger.kernel.org
11085 S:      Supported
11086 F:      drivers/net/ethernet/tehuti/*
11087
11088 Telecom Clock Driver for MCPL0010
11089 M:      Mark Gross <mark.gross@intel.com>
11090 S:      Supported
11091 F:      drivers/char/tlclk.c
11092
11093 TENSILICA XTENSA PORT (xtensa)
11094 M:      Chris Zankel <chris@zankel.net>
11095 M:      Max Filippov <jcmvbkbc@gmail.com>
11096 L:      linux-xtensa@linux-xtensa.org
11097 T:      git git://github.com/czankel/xtensa-linux.git
11098 S:      Maintained
11099 F:      arch/xtensa/
11100 F:      drivers/irqchip/irq-xtensa-*
11101
11102 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11103 M:      Hans Verkuil <hverkuil@xs4all.nl>
11104 L:      linux-media@vger.kernel.org
11105 T:      git git://linuxtv.org/media_tree.git
11106 W:      https://linuxtv.org
11107 S:      Maintained
11108 F:      drivers/media/radio/radio-raremono.c
11109
11110 THERMAL
11111 M:      Zhang Rui <rui.zhang@intel.com>
11112 M:      Eduardo Valentin <edubezval@gmail.com>
11113 L:      linux-pm@vger.kernel.org
11114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11115 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11116 Q:      https://patchwork.kernel.org/project/linux-pm/list/
11117 S:      Supported
11118 F:      drivers/thermal/
11119 F:      include/linux/thermal.h
11120 F:      include/uapi/linux/thermal.h
11121 F:      include/linux/cpu_cooling.h
11122 F:      Documentation/devicetree/bindings/thermal/
11123
11124 THERMAL/CPU_COOLING
11125 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
11126 M:      Viresh Kumar <viresh.kumar@linaro.org>
11127 M:      Javi Merino <javi.merino@arm.com>
11128 L:      linux-pm@vger.kernel.org
11129 S:      Supported
11130 F:      Documentation/thermal/cpu-cooling-api.txt
11131 F:      drivers/thermal/cpu_cooling.c
11132 F:      include/linux/cpu_cooling.h
11133
11134 THINGM BLINK(1) USB RGB LED DRIVER
11135 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
11136 S:      Maintained
11137 F:      drivers/hid/hid-thingm.c
11138
11139 THINKPAD ACPI EXTRAS DRIVER
11140 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11141 L:      ibm-acpi-devel@lists.sourceforge.net
11142 L:      platform-driver-x86@vger.kernel.org
11143 W:      http://ibm-acpi.sourceforge.net
11144 W:      http://thinkwiki.org/wiki/Ibm-acpi
11145 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11146 S:      Maintained
11147 F:      drivers/platform/x86/thinkpad_acpi.c
11148
11149 TI BANDGAP AND THERMAL DRIVER
11150 M:      Eduardo Valentin <edubezval@gmail.com>
11151 L:      linux-pm@vger.kernel.org
11152 L:      linux-omap@vger.kernel.org
11153 S:      Maintained
11154 F:      drivers/thermal/ti-soc-thermal/
11155
11156 TI VPE/CAL DRIVERS
11157 M:      Benoit Parrot <bparrot@ti.com>
11158 L:      linux-media@vger.kernel.org
11159 W:      http://linuxtv.org/
11160 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11161 S:      Maintained
11162 F:      drivers/media/platform/ti-vpe/
11163
11164 TI CDCE706 CLOCK DRIVER
11165 M:      Max Filippov <jcmvbkbc@gmail.com>
11166 S:      Maintained
11167 F:      drivers/clk/clk-cdce706.c
11168
11169 TI CLOCK DRIVER
11170 M:      Tero Kristo <t-kristo@ti.com>
11171 L:      linux-omap@vger.kernel.org
11172 S:      Maintained
11173 F:      drivers/clk/ti/
11174 F:      include/linux/clk/ti.h
11175
11176 TI FLASH MEDIA INTERFACE DRIVER
11177 M:      Alex Dubov <oakad@yahoo.com>
11178 S:      Maintained
11179 F:      drivers/misc/tifm*
11180 F:      drivers/mmc/host/tifm_sd.c
11181 F:      include/linux/tifm.h
11182
11183 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11184 M:      Santosh Shilimkar <ssantosh@kernel.org>
11185 L:      linux-kernel@vger.kernel.org
11186 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11187 S:      Maintained
11188 F:      drivers/soc/ti/*
11189 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11190
11191
11192 TI LM49xxx FAMILY ASoC CODEC DRIVERS
11193 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
11194 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
11195 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11196 S:      Maintained
11197 F:      sound/soc/codecs/lm49453*
11198 F:      sound/soc/codecs/isabelle*
11199
11200 TI LP855x BACKLIGHT DRIVER
11201 M:      Milo Kim <milo.kim@ti.com>
11202 S:      Maintained
11203 F:      Documentation/backlight/lp855x-driver.txt
11204 F:      drivers/video/backlight/lp855x_bl.c
11205 F:      include/linux/platform_data/lp855x.h
11206
11207 TI LP8727 CHARGER DRIVER
11208 M:      Milo Kim <milo.kim@ti.com>
11209 S:      Maintained
11210 F:      drivers/power/lp8727_charger.c
11211 F:      include/linux/platform_data/lp8727.h
11212
11213 TI LP8788 MFD DRIVER
11214 M:      Milo Kim <milo.kim@ti.com>
11215 S:      Maintained
11216 F:      drivers/iio/adc/lp8788_adc.c
11217 F:      drivers/leds/leds-lp8788.c
11218 F:      drivers/mfd/lp8788*.c
11219 F:      drivers/power/lp8788-charger.c
11220 F:      drivers/regulator/lp8788-*.c
11221 F:      include/linux/mfd/lp8788*.h
11222
11223 TI NETCP ETHERNET DRIVER
11224 M:      Wingman Kwok <w-kwok2@ti.com>
11225 M:      Murali Karicheri <m-karicheri2@ti.com>
11226 L:      netdev@vger.kernel.org
11227 S:      Maintained
11228 F:      drivers/net/ethernet/ti/netcp*
11229
11230 TI TAS571X FAMILY ASoC CODEC DRIVER
11231 M:      Kevin Cernekee <cernekee@chromium.org>
11232 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11233 S:      Odd Fixes
11234 F:      sound/soc/codecs/tas571x*
11235
11236 TI TWL4030 SERIES SOC CODEC DRIVER
11237 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
11238 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11239 S:      Maintained
11240 F:      sound/soc/codecs/twl4030*
11241
11242 TI WILINK WIRELESS DRIVERS
11243 L:      linux-wireless@vger.kernel.org
11244 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
11245 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
11246 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11247 S:      Orphan
11248 F:      drivers/net/wireless/ti/
11249 F:      include/linux/wl12xx.h
11250
11251 TIPC NETWORK LAYER
11252 M:      Jon Maloy <jon.maloy@ericsson.com>
11253 M:      Ying Xue <ying.xue@windriver.com>
11254 L:      netdev@vger.kernel.org (core kernel code)
11255 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11256 W:      http://tipc.sourceforge.net/
11257 S:      Maintained
11258 F:      include/uapi/linux/tipc*.h
11259 F:      net/tipc/
11260
11261 TILE ARCHITECTURE
11262 M:      Chris Metcalf <cmetcalf@mellanox.com>
11263 W:      http://www.mellanox.com/repository/solutions/tile-scm/
11264 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11265 S:      Supported
11266 F:      arch/tile/
11267 F:      drivers/char/tile-srom.c
11268 F:      drivers/edac/tile_edac.c
11269 F:      drivers/net/ethernet/tile/
11270 F:      drivers/rtc/rtc-tile.c
11271 F:      drivers/tty/hvc/hvc_tile.c
11272 F:      drivers/tty/serial/tilegx.c
11273 F:      drivers/usb/host/*-tilegx.c
11274 F:      include/linux/usb/tilegx.h
11275
11276 TLAN NETWORK DRIVER
11277 M:      Samuel Chessman <chessman@tux.org>
11278 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
11279 W:      http://sourceforge.net/projects/tlan/
11280 S:      Maintained
11281 F:      Documentation/networking/tlan.txt
11282 F:      drivers/net/ethernet/ti/tlan.*
11283
11284 TOMOYO SECURITY MODULE
11285 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
11286 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11287 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11288 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11289 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11290 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11291 W:      http://tomoyo.sourceforge.jp/
11292 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11293 S:      Maintained
11294 F:      security/tomoyo/
11295
11296 TOPSTAR LAPTOP EXTRAS DRIVER
11297 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
11298 L:      platform-driver-x86@vger.kernel.org
11299 S:      Maintained
11300 F:      drivers/platform/x86/topstar-laptop.c
11301
11302 TOSHIBA ACPI EXTRAS DRIVER
11303 M:      Azael Avalos <coproscefalo@gmail.com>
11304 L:      platform-driver-x86@vger.kernel.org
11305 S:      Maintained
11306 F:      drivers/platform/x86/toshiba_acpi.c
11307
11308 TOSHIBA BLUETOOTH DRIVER
11309 M:      Azael Avalos <coproscefalo@gmail.com>
11310 L:      platform-driver-x86@vger.kernel.org
11311 S:      Maintained
11312 F:      drivers/platform/x86/toshiba_bluetooth.c
11313
11314 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11315 M:      Azael Avalos <coproscefalo@gmail.com>
11316 L:      platform-driver-x86@vger.kernel.org
11317 S:      Maintained
11318 F:      drivers/platform/x86/toshiba_haps.c
11319
11320 TOSHIBA WMI HOTKEYS DRIVER
11321 M:      Azael Avalos <coproscefalo@gmail.com>
11322 L:      platform-driver-x86@vger.kernel.org
11323 S:      Maintained
11324 F:      drivers/platform/x86/toshiba-wmi.c
11325
11326 TOSHIBA SMM DRIVER
11327 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
11328 W:      http://www.buzzard.org.uk/toshiba/
11329 S:      Maintained
11330 F:      drivers/char/toshiba.c
11331 F:      include/linux/toshiba.h
11332 F:      include/uapi/linux/toshiba.h
11333
11334 TOSHIBA TC358743 DRIVER
11335 M:      Mats Randgaard <matrandg@cisco.com>
11336 L:      linux-media@vger.kernel.org
11337 S:      Maintained
11338 F:      drivers/media/i2c/tc358743*
11339 F:      include/media/i2c/tc358743.h
11340
11341 TMIO MMC DRIVER
11342 M:      Ian Molton <ian@mnementh.co.uk>
11343 L:      linux-mmc@vger.kernel.org
11344 S:      Maintained
11345 F:      drivers/mmc/host/tmio_mmc*
11346 F:      drivers/mmc/host/sh_mobile_sdhi.c
11347 F:      include/linux/mmc/tmio.h
11348 F:      include/linux/mmc/sh_mobile_sdhi.h
11349
11350 TMP401 HARDWARE MONITOR DRIVER
11351 M:      Guenter Roeck <linux@roeck-us.net>
11352 L:      linux-hwmon@vger.kernel.org
11353 S:      Maintained
11354 F:      Documentation/hwmon/tmp401
11355 F:      drivers/hwmon/tmp401.c
11356
11357 TMPFS (SHMEM FILESYSTEM)
11358 M:      Hugh Dickins <hughd@google.com>
11359 L:      linux-mm@kvack.org
11360 S:      Maintained
11361 F:      include/linux/shmem_fs.h
11362 F:      mm/shmem.c
11363
11364 TM6000 VIDEO4LINUX DRIVER
11365 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11366 L:      linux-media@vger.kernel.org
11367 W:      https://linuxtv.org
11368 T:      git git://linuxtv.org/media_tree.git
11369 S:      Odd fixes
11370 F:      drivers/media/usb/tm6000/
11371
11372 TW68 VIDEO4LINUX DRIVER
11373 M:      Hans Verkuil <hverkuil@xs4all.nl>
11374 L:      linux-media@vger.kernel.org
11375 T:      git git://linuxtv.org/media_tree.git
11376 W:      https://linuxtv.org
11377 S:      Odd Fixes
11378 F:      drivers/media/pci/tw68/
11379
11380 TPM DEVICE DRIVER
11381 M:      Peter Huewe <peterhuewe@gmx.de>
11382 M:      Marcel Selhorst <tpmdd@selhorst.net>
11383 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11384 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11385 W:      http://tpmdd.sourceforge.net
11386 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11387 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
11388 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
11389 S:      Maintained
11390 F:      drivers/char/tpm/
11391
11392 TPM IBM_VTPM DEVICE DRIVER
11393 M:      Ashley Lai <ashleydlai@gmail.com>
11394 W:      http://tpmdd.sourceforge.net
11395 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11396 S:      Maintained
11397 F:      drivers/char/tpm/tpm_ibmvtpm*
11398
11399 TRACING
11400 M:      Steven Rostedt <rostedt@goodmis.org>
11401 M:      Ingo Molnar <mingo@redhat.com>
11402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11403 S:      Maintained
11404 F:      Documentation/trace/ftrace.txt
11405 F:      arch/*/*/*/ftrace.h
11406 F:      arch/*/kernel/ftrace.c
11407 F:      include/*/ftrace.h
11408 F:      include/linux/trace*.h
11409 F:      include/trace/
11410 F:      kernel/trace/
11411 F:      tools/testing/selftests/ftrace/
11412
11413 TRIVIAL PATCHES
11414 M:      Jiri Kosina <trivial@kernel.org>
11415 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11416 S:      Maintained
11417 K:      ^Subject:.*(?i)trivial
11418
11419 TTY LAYER
11420 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11421 M:      Jiri Slaby <jslaby@suse.com>
11422 S:      Supported
11423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11424 F:      Documentation/serial/
11425 F:      drivers/tty/
11426 F:      drivers/tty/serial/serial_core.c
11427 F:      include/linux/serial_core.h
11428 F:      include/linux/serial.h
11429 F:      include/linux/tty.h
11430 F:      include/uapi/linux/serial_core.h
11431 F:      include/uapi/linux/serial.h
11432 F:      include/uapi/linux/tty.h
11433
11434 TUA9001 MEDIA DRIVER
11435 M:      Antti Palosaari <crope@iki.fi>
11436 L:      linux-media@vger.kernel.org
11437 W:      https://linuxtv.org
11438 W:      http://palosaari.fi/linux/
11439 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11440 T:      git git://linuxtv.org/anttip/media_tree.git
11441 S:      Maintained
11442 F:      drivers/media/tuners/tua9001*
11443
11444 TULIP NETWORK DRIVERS
11445 L:      netdev@vger.kernel.org
11446 L:      linux-parisc@vger.kernel.org
11447 S:      Orphan
11448 F:      drivers/net/ethernet/dec/tulip/
11449
11450 TUN/TAP driver
11451 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
11452 W:      http://vtun.sourceforge.net/tun
11453 S:      Maintained
11454 F:      Documentation/networking/tuntap.txt
11455 F:      arch/um/os-Linux/drivers/
11456
11457 TURBOCHANNEL SUBSYSTEM
11458 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11459 M:      Ralf Baechle <ralf@linux-mips.org>
11460 L:      linux-mips@linux-mips.org
11461 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
11462 S:      Maintained
11463 F:      drivers/tc/
11464 F:      include/linux/tc.h
11465
11466 U14-34F SCSI DRIVER
11467 M:      Dario Ballabio <ballabio_dario@emc.com>
11468 L:      linux-scsi@vger.kernel.org
11469 S:      Maintained
11470 F:      drivers/scsi/u14-34f.c
11471
11472 UBI FILE SYSTEM (UBIFS)
11473 M:      Richard Weinberger <richard@nod.at>
11474 M:      Artem Bityutskiy <dedekind1@gmail.com>
11475 M:      Adrian Hunter <adrian.hunter@intel.com>
11476 L:      linux-mtd@lists.infradead.org
11477 T:      git git://git.infradead.org/ubifs-2.6.git
11478 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
11479 S:      Supported
11480 F:      Documentation/filesystems/ubifs.txt
11481 F:      fs/ubifs/
11482
11483 UCLINUX (M68KNOMMU AND COLDFIRE)
11484 M:      Greg Ungerer <gerg@uclinux.org>
11485 W:      http://www.uclinux.org/
11486 L:      linux-m68k@lists.linux-m68k.org
11487 L:      uclinux-dev@uclinux.org  (subscribers-only)
11488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11489 S:      Maintained
11490 F:      arch/m68k/coldfire/
11491 F:      arch/m68k/68*/
11492 F:      arch/m68k/*/*_no.*
11493 F:      arch/m68k/include/asm/*_no.*
11494
11495 UDF FILESYSTEM
11496 M:      Jan Kara <jack@suse.com>
11497 S:      Maintained
11498 F:      Documentation/filesystems/udf.txt
11499 F:      fs/udf/
11500
11501 UFS FILESYSTEM
11502 M:      Evgeniy Dushistov <dushistov@mail.ru>
11503 S:      Maintained
11504 F:      Documentation/filesystems/ufs.txt
11505 F:      fs/ufs/
11506
11507 UHID USERSPACE HID IO DRIVER:
11508 M:      David Herrmann <dh.herrmann@googlemail.com>
11509 L:      linux-input@vger.kernel.org
11510 S:      Maintained
11511 F:      drivers/hid/uhid.c
11512 F:      include/uapi/linux/uhid.h
11513
11514 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11515 L:      linux-usb@vger.kernel.org
11516 S:      Orphan
11517 F:      drivers/uwb/
11518 F:      include/linux/uwb.h
11519 F:      include/linux/uwb/
11520
11521 UNICORE32 ARCHITECTURE:
11522 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
11523 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
11524 S:      Maintained
11525 T:      git git://github.com/gxt/linux.git
11526 F:      arch/unicore32/
11527
11528 UNIFDEF
11529 M:      Tony Finch <dot@dotat.at>
11530 W:      http://dotat.at/prog/unifdef
11531 S:      Maintained
11532 F:      scripts/unifdef.c
11533
11534 UNIFORM CDROM DRIVER
11535 M:      Jens Axboe <axboe@kernel.dk>
11536 W:      http://www.kernel.dk
11537 S:      Maintained
11538 F:      Documentation/cdrom/
11539 F:      drivers/cdrom/cdrom.c
11540 F:      include/linux/cdrom.h
11541 F:      include/uapi/linux/cdrom.h
11542
11543 UNISYS S-PAR DRIVERS
11544 M:      David Kershner <david.kershner@unisys.com>
11545 L:      sparmaintainer@unisys.com (Unisys internal)
11546 S:      Supported
11547 F:      drivers/staging/unisys/
11548
11549 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11550 M:      Vinayak Holikatti <vinholikatti@gmail.com>
11551 L:      linux-scsi@vger.kernel.org
11552 S:      Supported
11553 F:      Documentation/scsi/ufs.txt
11554 F:      drivers/scsi/ufs/
11555
11556 UNSORTED BLOCK IMAGES (UBI)
11557 M:      Artem Bityutskiy <dedekind1@gmail.com>
11558 M:      Richard Weinberger <richard@nod.at>
11559 W:      http://www.linux-mtd.infradead.org/
11560 L:      linux-mtd@lists.infradead.org
11561 T:      git git://git.infradead.org/ubifs-2.6.git
11562 S:      Supported
11563 F:      drivers/mtd/ubi/
11564 F:      include/linux/mtd/ubi.h
11565 F:      include/uapi/mtd/ubi-user.h
11566
11567 USB ACM DRIVER
11568 M:      Oliver Neukum <oneukum@suse.com>
11569 L:      linux-usb@vger.kernel.org
11570 S:      Maintained
11571 F:      Documentation/usb/acm.txt
11572 F:      drivers/usb/class/cdc-acm.*
11573
11574 USB AR5523 WIRELESS DRIVER
11575 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
11576 L:      linux-wireless@vger.kernel.org
11577 S:      Maintained
11578 F:      drivers/net/wireless/ath/ar5523/
11579
11580 USB ATTACHED SCSI
11581 M:      Hans de Goede <hdegoede@redhat.com>
11582 M:      Gerd Hoffmann <kraxel@redhat.com>
11583 L:      linux-usb@vger.kernel.org
11584 L:      linux-scsi@vger.kernel.org
11585 S:      Maintained
11586 F:      drivers/usb/storage/uas.c
11587
11588 USB CDC ETHERNET DRIVER
11589 M:      Oliver Neukum <oliver@neukum.org>
11590 L:      linux-usb@vger.kernel.org
11591 S:      Maintained
11592 F:      drivers/net/usb/cdc_*.c
11593 F:      include/uapi/linux/usb/cdc.h
11594
11595 USB CHAOSKEY DRIVER
11596 M:      Keith Packard <keithp@keithp.com>
11597 L:      linux-usb@vger.kernel.org
11598 S:      Maintained
11599 F:      drivers/usb/misc/chaoskey.c
11600
11601 USB CYPRESS C67X00 DRIVER
11602 M:      Peter Korsgaard <jacmet@sunsite.dk>
11603 L:      linux-usb@vger.kernel.org
11604 S:      Maintained
11605 F:      drivers/usb/c67x00/
11606
11607 USB DAVICOM DM9601 DRIVER
11608 M:      Peter Korsgaard <jacmet@sunsite.dk>
11609 L:      netdev@vger.kernel.org
11610 W:      http://www.linux-usb.org/usbnet
11611 S:      Maintained
11612 F:      drivers/net/usb/dm9601.c
11613
11614 USB DIAMOND RIO500 DRIVER
11615 M:      Cesar Miquel <miquel@df.uba.ar>
11616 L:      rio500-users@lists.sourceforge.net
11617 W:      http://rio500.sourceforge.net
11618 S:      Maintained
11619 F:      drivers/usb/misc/rio500*
11620
11621 USB EHCI DRIVER
11622 M:      Alan Stern <stern@rowland.harvard.edu>
11623 L:      linux-usb@vger.kernel.org
11624 S:      Maintained
11625 F:      Documentation/usb/ehci.txt
11626 F:      drivers/usb/host/ehci*
11627
11628 USB GADGET/PERIPHERAL SUBSYSTEM
11629 M:      Felipe Balbi <balbi@kernel.org>
11630 L:      linux-usb@vger.kernel.org
11631 W:      http://www.linux-usb.org/gadget
11632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11633 S:      Maintained
11634 F:      drivers/usb/gadget/
11635 F:      include/linux/usb/gadget*
11636
11637 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11638 M:      Jiri Kosina <jikos@kernel.org>
11639 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
11640 L:      linux-usb@vger.kernel.org
11641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11642 S:      Maintained
11643 F:      Documentation/hid/hiddev.txt
11644 F:      drivers/hid/usbhid/
11645
11646 USB ISP116X DRIVER
11647 M:      Olav Kongas <ok@artecdesign.ee>
11648 L:      linux-usb@vger.kernel.org
11649 S:      Maintained
11650 F:      drivers/usb/host/isp116x*
11651 F:      include/linux/usb/isp116x.h
11652
11653 USB LAN78XX ETHERNET DRIVER
11654 M:      Woojung Huh <woojung.huh@microchip.com>
11655 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
11656 L:      netdev@vger.kernel.org
11657 S:      Maintained
11658 F:      drivers/net/usb/lan78xx.*
11659
11660 USB MASS STORAGE DRIVER
11661 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11662 L:      linux-usb@vger.kernel.org
11663 L:      usb-storage@lists.one-eyed-alien.net
11664 S:      Maintained
11665 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11666 F:      drivers/usb/storage/
11667
11668 USB MIDI DRIVER
11669 M:      Clemens Ladisch <clemens@ladisch.de>
11670 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11671 T:      git git://git.alsa-project.org/alsa-kernel.git
11672 S:      Maintained
11673 F:      sound/usb/midi.*
11674
11675 USB NETWORKING DRIVERS
11676 L:      linux-usb@vger.kernel.org
11677 S:      Odd Fixes
11678 F:      drivers/net/usb/
11679
11680 USB OHCI DRIVER
11681 M:      Alan Stern <stern@rowland.harvard.edu>
11682 L:      linux-usb@vger.kernel.org
11683 S:      Maintained
11684 F:      Documentation/usb/ohci.txt
11685 F:      drivers/usb/host/ohci*
11686
11687 USB OTG FSM (Finite State Machine)
11688 M:      Peter Chen <Peter.Chen@nxp.com>
11689 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11690 L:      linux-usb@vger.kernel.org
11691 S:      Maintained
11692 F:      drivers/usb/common/usb-otg-fsm.c
11693
11694 USB OVER IP DRIVER
11695 M:      Valentina Manea <valentina.manea.m@gmail.com>
11696 M:      Shuah Khan <shuah.kh@samsung.com>
11697 L:      linux-usb@vger.kernel.org
11698 S:      Maintained
11699 F:      Documentation/usb/usbip_protocol.txt
11700 F:      drivers/usb/usbip/
11701 F:      tools/usb/usbip/
11702
11703 USB PEGASUS DRIVER
11704 M:      Petko Manolov <petkan@nucleusys.com>
11705 L:      linux-usb@vger.kernel.org
11706 L:      netdev@vger.kernel.org
11707 T:      git git://github.com/petkan/pegasus.git
11708 W:      https://github.com/petkan/pegasus
11709 S:      Maintained
11710 F:      drivers/net/usb/pegasus.*
11711
11712 USB PHY LAYER
11713 M:      Felipe Balbi <balbi@kernel.org>
11714 L:      linux-usb@vger.kernel.org
11715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11716 S:      Maintained
11717 F:      drivers/usb/phy/
11718
11719 USB PRINTER DRIVER (usblp)
11720 M:      Pete Zaitcev <zaitcev@redhat.com>
11721 L:      linux-usb@vger.kernel.org
11722 S:      Supported
11723 F:      drivers/usb/class/usblp.c
11724
11725 USB QMI WWAN NETWORK DRIVER
11726 M:      Bjørn Mork <bjorn@mork.no>
11727 L:      netdev@vger.kernel.org
11728 S:      Maintained
11729 F:      Documentation/ABI/testing/sysfs-class-net-qmi
11730 F:      drivers/net/usb/qmi_wwan.c
11731
11732 USB RTL8150 DRIVER
11733 M:      Petko Manolov <petkan@nucleusys.com>
11734 L:      linux-usb@vger.kernel.org
11735 L:      netdev@vger.kernel.org
11736 T:      git git://github.com/petkan/rtl8150.git
11737 W:      https://github.com/petkan/rtl8150
11738 S:      Maintained
11739 F:      drivers/net/usb/rtl8150.c
11740
11741 USB SERIAL SUBSYSTEM
11742 M:      Johan Hovold <johan@kernel.org>
11743 L:      linux-usb@vger.kernel.org
11744 S:      Maintained
11745 F:      Documentation/usb/usb-serial.txt
11746 F:      drivers/usb/serial/
11747 F:      include/linux/usb/serial.h
11748
11749 USB SMSC75XX ETHERNET DRIVER
11750 M:      Steve Glendinning <steve.glendinning@shawell.net>
11751 L:      netdev@vger.kernel.org
11752 S:      Maintained
11753 F:      drivers/net/usb/smsc75xx.*
11754
11755 USB SMSC95XX ETHERNET DRIVER
11756 M:      Steve Glendinning <steve.glendinning@shawell.net>
11757 L:      netdev@vger.kernel.org
11758 S:      Maintained
11759 F:      drivers/net/usb/smsc95xx.*
11760
11761 USB SUBSYSTEM
11762 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11763 L:      linux-usb@vger.kernel.org
11764 W:      http://www.linux-usb.org
11765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11766 S:      Supported
11767 F:      Documentation/usb/
11768 F:      drivers/usb/
11769 F:      include/linux/usb.h
11770 F:      include/linux/usb/
11771
11772 USB UHCI DRIVER
11773 M:      Alan Stern <stern@rowland.harvard.edu>
11774 L:      linux-usb@vger.kernel.org
11775 S:      Maintained
11776 F:      drivers/usb/host/uhci*
11777
11778 USB "USBNET" DRIVER FRAMEWORK
11779 M:      Oliver Neukum <oneukum@suse.com>
11780 L:      netdev@vger.kernel.org
11781 W:      http://www.linux-usb.org/usbnet
11782 S:      Maintained
11783 F:      drivers/net/usb/usbnet.c
11784 F:      include/linux/usb/usbnet.h
11785
11786 USB VIDEO CLASS
11787 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11788 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11789 L:      linux-media@vger.kernel.org
11790 T:      git git://linuxtv.org/media_tree.git
11791 W:      http://www.ideasonboard.org/uvc/
11792 S:      Maintained
11793 F:      drivers/media/usb/uvc/
11794 F:      include/uapi/linux/uvcvideo.h
11795
11796 USB VISION DRIVER
11797 M:      Hans Verkuil <hverkuil@xs4all.nl>
11798 L:      linux-media@vger.kernel.org
11799 T:      git git://linuxtv.org/media_tree.git
11800 W:      https://linuxtv.org
11801 S:      Odd Fixes
11802 F:      drivers/media/usb/usbvision/
11803
11804 USB WEBCAM GADGET
11805 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11806 L:      linux-usb@vger.kernel.org
11807 S:      Maintained
11808 F:      drivers/usb/gadget/function/*uvc*
11809 F:      drivers/usb/gadget/legacy/webcam.c
11810
11811 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11812 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11813 L:      linux-wireless@vger.kernel.org
11814 S:      Maintained
11815 F:      drivers/net/wireless/rndis_wlan.c
11816
11817 USB XHCI DRIVER
11818 M:      Mathias Nyman <mathias.nyman@intel.com>
11819 L:      linux-usb@vger.kernel.org
11820 S:      Supported
11821 F:      drivers/usb/host/xhci*
11822 F:      drivers/usb/host/pci-quirks*
11823
11824 USB ZD1201 DRIVER
11825 L:      linux-wireless@vger.kernel.org
11826 W:      http://linux-lc100020.sourceforge.net
11827 S:      Orphan
11828 F:      drivers/net/wireless/zydas/zd1201.*
11829
11830 USB ZR364XX DRIVER
11831 M:      Antoine Jacquet <royale@zerezo.com>
11832 L:      linux-usb@vger.kernel.org
11833 L:      linux-media@vger.kernel.org
11834 T:      git git://linuxtv.org/media_tree.git
11835 W:      http://royale.zerezo.com/zr364xx/
11836 S:      Maintained
11837 F:      Documentation/video4linux/zr364xx.txt
11838 F:      drivers/media/usb/zr364xx/
11839
11840 ULPI BUS
11841 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11842 L:      linux-usb@vger.kernel.org
11843 S:      Maintained
11844 F:      drivers/usb/common/ulpi.c
11845 F:      include/linux/ulpi/
11846
11847 USER-MODE LINUX (UML)
11848 M:      Jeff Dike <jdike@addtoit.com>
11849 M:      Richard Weinberger <richard@nod.at>
11850 L:      user-mode-linux-devel@lists.sourceforge.net
11851 L:      user-mode-linux-user@lists.sourceforge.net
11852 W:      http://user-mode-linux.sourceforge.net
11853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
11854 S:      Maintained
11855 F:      Documentation/virtual/uml/
11856 F:      arch/um/
11857 F:      arch/x86/um/
11858 F:      fs/hostfs/
11859 F:      fs/hppfs/
11860
11861 USERSPACE I/O (UIO)
11862 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11863 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11864 S:      Maintained
11865 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11866 F:      Documentation/DocBook/uio-howto.tmpl
11867 F:      drivers/uio/
11868 F:      include/linux/uio*.h
11869
11870 UTIL-LINUX PACKAGE
11871 M:      Karel Zak <kzak@redhat.com>
11872 L:      util-linux@vger.kernel.org
11873 W:      http://en.wikipedia.org/wiki/Util-linux
11874 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11875 S:      Maintained
11876
11877 UVESAFB DRIVER
11878 M:      Michal Januszewski <spock@gentoo.org>
11879 L:      linux-fbdev@vger.kernel.org
11880 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11881 S:      Maintained
11882 F:      Documentation/fb/uvesafb.txt
11883 F:      drivers/video/fbdev/uvesafb.*
11884
11885 VF610 NAND DRIVER
11886 M:      Stefan Agner <stefan@agner.ch>
11887 L:      linux-mtd@lists.infradead.org
11888 S:      Supported
11889 F:      drivers/mtd/nand/vf610_nfc.c
11890
11891 VFAT/FAT/MSDOS FILESYSTEM
11892 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11893 S:      Maintained
11894 F:      Documentation/filesystems/vfat.txt
11895 F:      fs/fat/
11896
11897 VFIO DRIVER
11898 M:      Alex Williamson <alex.williamson@redhat.com>
11899 L:      kvm@vger.kernel.org
11900 T:      git git://github.com/awilliam/linux-vfio.git
11901 S:      Maintained
11902 F:      Documentation/vfio.txt
11903 F:      drivers/vfio/
11904 F:      include/linux/vfio.h
11905 F:      include/uapi/linux/vfio.h
11906
11907 VFIO PLATFORM DRIVER
11908 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11909 L:      kvm@vger.kernel.org
11910 S:      Maintained
11911 F:      drivers/vfio/platform/
11912
11913 VIDEOBUF2 FRAMEWORK
11914 M:      Pawel Osciak <pawel@osciak.com>
11915 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11916 M:      Kyungmin Park <kyungmin.park@samsung.com>
11917 L:      linux-media@vger.kernel.org
11918 S:      Maintained
11919 F:      drivers/media/v4l2-core/videobuf2-*
11920 F:      include/media/videobuf2-*
11921
11922 VIRTUAL SERIO DEVICE DRIVER
11923 M:      Stephen Chandler Paul <thatslyude@gmail.com>
11924 S:      Maintained
11925 F:      drivers/input/serio/userio.c
11926 F:      include/uapi/linux/userio.h
11927
11928 VIRTIO CONSOLE DRIVER
11929 M:      Amit Shah <amit.shah@redhat.com>
11930 L:      virtualization@lists.linux-foundation.org
11931 S:      Maintained
11932 F:      drivers/char/virtio_console.c
11933 F:      include/linux/virtio_console.h
11934 F:      include/uapi/linux/virtio_console.h
11935
11936 VIRTIO CORE, NET AND BLOCK DRIVERS
11937 M:      "Michael S. Tsirkin" <mst@redhat.com>
11938 L:      virtualization@lists.linux-foundation.org
11939 S:      Maintained
11940 F:      drivers/virtio/
11941 F:      tools/virtio/
11942 F:      drivers/net/virtio_net.c
11943 F:      drivers/block/virtio_blk.c
11944 F:      include/linux/virtio_*.h
11945 F:      include/uapi/linux/virtio_*.h
11946
11947 VIRTIO DRIVERS FOR S390
11948 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11949 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11950 L:      linux-s390@vger.kernel.org
11951 L:      virtualization@lists.linux-foundation.org
11952 L:      kvm@vger.kernel.org
11953 S:      Supported
11954 F:      drivers/s390/virtio/
11955
11956 VIRTIO GPU DRIVER
11957 M:      David Airlie <airlied@linux.ie>
11958 M:      Gerd Hoffmann <kraxel@redhat.com>
11959 L:      dri-devel@lists.freedesktop.org
11960 L:      virtualization@lists.linux-foundation.org
11961 S:      Maintained
11962 F:      drivers/gpu/drm/virtio/
11963 F:      include/uapi/linux/virtio_gpu.h
11964
11965 VIRTIO HOST (VHOST)
11966 M:      "Michael S. Tsirkin" <mst@redhat.com>
11967 L:      kvm@vger.kernel.org
11968 L:      virtualization@lists.linux-foundation.org
11969 L:      netdev@vger.kernel.org
11970 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
11971 S:      Maintained
11972 F:      drivers/vhost/
11973 F:      include/uapi/linux/vhost.h
11974
11975 VIRTIO INPUT DRIVER
11976 M:      Gerd Hoffmann <kraxel@redhat.com>
11977 S:      Maintained
11978 F:      drivers/virtio/virtio_input.c
11979 F:      include/uapi/linux/virtio_input.h
11980
11981 VIA RHINE NETWORK DRIVER
11982 S:      Orphan
11983 F:      drivers/net/ethernet/via/via-rhine.c
11984
11985 VIA SD/MMC CARD CONTROLLER DRIVER
11986 M:      Bruce Chang <brucechang@via.com.tw>
11987 M:      Harald Welte <HaraldWelte@viatech.com>
11988 S:      Maintained
11989 F:      drivers/mmc/host/via-sdmmc.c
11990
11991 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11992 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11993 L:      linux-fbdev@vger.kernel.org
11994 S:      Maintained
11995 F:      include/linux/via-core.h
11996 F:      include/linux/via-gpio.h
11997 F:      include/linux/via_i2c.h
11998 F:      drivers/video/fbdev/via/
11999
12000 VIA VELOCITY NETWORK DRIVER
12001 M:      Francois Romieu <romieu@fr.zoreil.com>
12002 L:      netdev@vger.kernel.org
12003 S:      Maintained
12004 F:      drivers/net/ethernet/via/via-velocity.*
12005
12006 VIRT LIB
12007 M:      Alex Williamson <alex.williamson@redhat.com>
12008 M:      Paolo Bonzini <pbonzini@redhat.com>
12009 L:      kvm@vger.kernel.org
12010 S:      Supported
12011 F:      virt/lib/
12012
12013 VIVID VIRTUAL VIDEO DRIVER
12014 M:      Hans Verkuil <hverkuil@xs4all.nl>
12015 L:      linux-media@vger.kernel.org
12016 T:      git git://linuxtv.org/media_tree.git
12017 W:      https://linuxtv.org
12018 S:      Maintained
12019 F:      drivers/media/platform/vivid/*
12020
12021 VLAN (802.1Q)
12022 M:      Patrick McHardy <kaber@trash.net>
12023 L:      netdev@vger.kernel.org
12024 S:      Maintained
12025 F:      drivers/net/macvlan.c
12026 F:      include/linux/if_*vlan.h
12027 F:      net/8021q/
12028
12029 VLYNQ BUS
12030 M:      Florian Fainelli <florian@openwrt.org>
12031 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
12032 S:      Maintained
12033 F:      drivers/vlynq/vlynq.c
12034 F:      include/linux/vlynq.h
12035
12036 VME SUBSYSTEM
12037 M:      Martyn Welch <martyn@welchs.me.uk>
12038 M:      Manohar Vanga <manohar.vanga@gmail.com>
12039 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12040 L:      devel@driverdev.osuosl.org
12041 S:      Maintained
12042 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12043 F:      Documentation/vme_api.txt
12044 F:      drivers/staging/vme/
12045 F:      drivers/vme/
12046 F:      include/linux/vme*
12047
12048 VMWARE HYPERVISOR INTERFACE
12049 M:      Alok Kataria <akataria@vmware.com>
12050 L:      virtualization@lists.linux-foundation.org
12051 S:      Supported
12052 F:      arch/x86/kernel/cpu/vmware.c
12053
12054 VMWARE BALLOON DRIVER
12055 M:      Xavier Deguillard <xdeguillard@vmware.com>
12056 M:      Philip Moltmann <moltmann@vmware.com>
12057 M:      "VMware, Inc." <pv-drivers@vmware.com>
12058 L:      linux-kernel@vger.kernel.org
12059 S:      Maintained
12060 F:      drivers/misc/vmw_balloon.c
12061
12062 VMWARE VMMOUSE SUBDRIVER
12063 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12064 M:      "VMware, Inc." <pv-drivers@vmware.com>
12065 L:      linux-input@vger.kernel.org
12066 S:      Maintained
12067 F:      drivers/input/mouse/vmmouse.c
12068 F:      drivers/input/mouse/vmmouse.h
12069
12070 VMWARE VMXNET3 ETHERNET DRIVER
12071 M:      Shrikrishna Khare <skhare@vmware.com>
12072 M:      "VMware, Inc." <pv-drivers@vmware.com>
12073 L:      netdev@vger.kernel.org
12074 S:      Maintained
12075 F:      drivers/net/vmxnet3/
12076
12077 VMware PVSCSI driver
12078 M:      Arvind Kumar <arvindkumar@vmware.com>
12079 M:      VMware PV-Drivers <pv-drivers@vmware.com>
12080 L:      linux-scsi@vger.kernel.org
12081 S:      Maintained
12082 F:      drivers/scsi/vmw_pvscsi.c
12083 F:      drivers/scsi/vmw_pvscsi.h
12084
12085 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12086 M:      Liam Girdwood <lgirdwood@gmail.com>
12087 M:      Mark Brown <broonie@kernel.org>
12088 L:      linux-kernel@vger.kernel.org
12089 W:      http://www.slimlogic.co.uk/?p=48
12090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12091 S:      Supported
12092 F:      drivers/regulator/
12093 F:      include/linux/regulator/
12094
12095 VRF
12096 M:      David Ahern <dsa@cumulusnetworks.com>
12097 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
12098 L:      netdev@vger.kernel.org
12099 S:      Maintained
12100 F:      drivers/net/vrf.c
12101 F:      Documentation/networking/vrf.txt
12102
12103 VT1211 HARDWARE MONITOR DRIVER
12104 M:      Juerg Haefliger <juergh@gmail.com>
12105 L:      linux-hwmon@vger.kernel.org
12106 S:      Maintained
12107 F:      Documentation/hwmon/vt1211
12108 F:      drivers/hwmon/vt1211.c
12109
12110 VT8231 HARDWARE MONITOR DRIVER
12111 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
12112 L:      linux-hwmon@vger.kernel.org
12113 S:      Maintained
12114 F:      drivers/hwmon/vt8231.c
12115
12116 VUB300 USB to SDIO/SD/MMC bridge chip
12117 M:      Tony Olech <tony.olech@elandigitalsystems.com>
12118 L:      linux-mmc@vger.kernel.org
12119 L:      linux-usb@vger.kernel.org
12120 S:      Supported
12121 F:      drivers/mmc/host/vub300.c
12122
12123 W1 DALLAS'S 1-WIRE BUS
12124 M:      Evgeniy Polyakov <zbr@ioremap.net>
12125 S:      Maintained
12126 F:      Documentation/w1/
12127 F:      drivers/w1/
12128
12129 W83791D HARDWARE MONITORING DRIVER
12130 M:      Marc Hulsman <m.hulsman@tudelft.nl>
12131 L:      linux-hwmon@vger.kernel.org
12132 S:      Maintained
12133 F:      Documentation/hwmon/w83791d
12134 F:      drivers/hwmon/w83791d.c
12135
12136 W83793 HARDWARE MONITORING DRIVER
12137 M:      Rudolf Marek <r.marek@assembler.cz>
12138 L:      linux-hwmon@vger.kernel.org
12139 S:      Maintained
12140 F:      Documentation/hwmon/w83793
12141 F:      drivers/hwmon/w83793.c
12142
12143 W83795 HARDWARE MONITORING DRIVER
12144 M:      Jean Delvare <jdelvare@suse.com>
12145 L:      linux-hwmon@vger.kernel.org
12146 S:      Maintained
12147 F:      drivers/hwmon/w83795.c
12148
12149 W83L51xD SD/MMC CARD INTERFACE DRIVER
12150 M:      Pierre Ossman <pierre@ossman.eu>
12151 S:      Maintained
12152 F:      drivers/mmc/host/wbsd.*
12153
12154 WACOM PROTOCOL 4 SERIAL TABLETS
12155 M:      Julian Squires <julian@cipht.net>
12156 M:      Hans de Goede <hdegoede@redhat.com>
12157 L:      linux-input@vger.kernel.org
12158 S:      Maintained
12159 F:      drivers/input/tablet/wacom_serial4.c
12160
12161 WATCHDOG DEVICE DRIVERS
12162 M:      Wim Van Sebroeck <wim@iguana.be>
12163 R:      Guenter Roeck <linux@roeck-us.net>
12164 L:      linux-watchdog@vger.kernel.org
12165 W:      http://www.linux-watchdog.org/
12166 T:      git git://www.linux-watchdog.org/linux-watchdog.git
12167 S:      Maintained
12168 F:      Documentation/watchdog/
12169 F:      drivers/watchdog/
12170 F:      include/linux/watchdog.h
12171 F:      include/uapi/linux/watchdog.h
12172
12173 WD7000 SCSI DRIVER
12174 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
12175 L:      linux-scsi@vger.kernel.org
12176 S:      Maintained
12177 F:      drivers/scsi/wd7000.c
12178
12179 WIIMOTE HID DRIVER
12180 M:      David Herrmann <dh.herrmann@googlemail.com>
12181 L:      linux-input@vger.kernel.org
12182 S:      Maintained
12183 F:      drivers/hid/hid-wiimote*
12184
12185 WINBOND CIR DRIVER
12186 M:      David Härdeman <david@hardeman.nu>
12187 S:      Maintained
12188 F:      drivers/media/rc/winbond-cir.c
12189
12190 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
12191 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12192 L:      linux-watchdog@vger.kernel.org
12193 S:      Maintained
12194 F:      drivers/watchdog/ebc-c384_wdt.c
12195
12196 WINSYSTEMS WS16C48 GPIO DRIVER
12197 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12198 L:      linux-gpio@vger.kernel.org
12199 S:      Maintained
12200 F:      drivers/gpio/gpio-ws16c48.c
12201
12202 WIMAX STACK
12203 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
12204 M:      linux-wimax@intel.com
12205 L:      wimax@linuxwimax.org (subscribers-only)
12206 S:      Supported
12207 W:      http://linuxwimax.org
12208 F:      Documentation/wimax/README.wimax
12209 F:      include/linux/wimax/debug.h
12210 F:      include/net/wimax.h
12211 F:      include/uapi/linux/wimax.h
12212 F:      net/wimax/
12213
12214 WISTRON LAPTOP BUTTON DRIVER
12215 M:      Miloslav Trmac <mitr@volny.cz>
12216 S:      Maintained
12217 F:      drivers/input/misc/wistron_btns.c
12218
12219 WL3501 WIRELESS PCMCIA CARD DRIVER
12220 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
12221 L:      linux-wireless@vger.kernel.org
12222 W:      http://oops.ghostprotocols.net:81/blog
12223 S:      Maintained
12224 F:      drivers/net/wireless/wl3501*
12225
12226 WOLFSON MICROELECTRONICS DRIVERS
12227 L:      patches@opensource.wolfsonmicro.com
12228 T:      git https://github.com/CirrusLogic/linux-drivers.git
12229 W:      https://github.com/CirrusLogic/linux-drivers/wiki
12230 S:      Supported
12231 F:      Documentation/hwmon/wm83??
12232 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12233 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12234 F:      Documentation/devicetree/bindings/mfd/arizona.txt
12235 F:      arch/arm/mach-s3c64xx/mach-crag6410*
12236 F:      drivers/clk/clk-wm83*.c
12237 F:      drivers/extcon/extcon-arizona.c
12238 F:      drivers/leds/leds-wm83*.c
12239 F:      drivers/gpio/gpio-*wm*.c
12240 F:      drivers/gpio/gpio-arizona.c
12241 F:      drivers/hwmon/wm83??-hwmon.c
12242 F:      drivers/input/misc/wm831x-on.c
12243 F:      drivers/input/touchscreen/wm831x-ts.c
12244 F:      drivers/input/touchscreen/wm97*.c
12245 F:      drivers/mfd/arizona*
12246 F:      drivers/mfd/wm*.c
12247 F:      drivers/mfd/cs47l24*
12248 F:      drivers/power/wm83*.c
12249 F:      drivers/rtc/rtc-wm83*.c
12250 F:      drivers/regulator/wm8*.c
12251 F:      drivers/video/backlight/wm83*_bl.c
12252 F:      drivers/watchdog/wm83*_wdt.c
12253 F:      include/linux/mfd/arizona/
12254 F:      include/linux/mfd/wm831x/
12255 F:      include/linux/mfd/wm8350/
12256 F:      include/linux/mfd/wm8400*
12257 F:      include/linux/wm97xx.h
12258 F:      include/sound/wm????.h
12259 F:      sound/soc/codecs/arizona.?
12260 F:      sound/soc/codecs/wm*
12261 F:      sound/soc/codecs/cs47l24*
12262
12263 WORKQUEUE
12264 M:      Tejun Heo <tj@kernel.org>
12265 R:      Lai Jiangshan <jiangshanlai@gmail.com>
12266 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12267 S:      Maintained
12268 F:      include/linux/workqueue.h
12269 F:      kernel/workqueue.c
12270 F:      Documentation/workqueue.txt
12271
12272 X.25 NETWORK LAYER
12273 M:      Andrew Hendry <andrew.hendry@gmail.com>
12274 L:      linux-x25@vger.kernel.org
12275 S:      Odd Fixes
12276 F:      Documentation/networking/x25*
12277 F:      include/net/x25*
12278 F:      net/x25/
12279
12280 X86 ARCHITECTURE (32-BIT AND 64-BIT)
12281 M:      Thomas Gleixner <tglx@linutronix.de>
12282 M:      Ingo Molnar <mingo@redhat.com>
12283 M:      "H. Peter Anvin" <hpa@zytor.com>
12284 M:      x86@kernel.org
12285 L:      linux-kernel@vger.kernel.org
12286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
12287 S:      Maintained
12288 F:      Documentation/x86/
12289 F:      arch/x86/
12290
12291 X86 PLATFORM DRIVERS
12292 M:      Darren Hart <dvhart@infradead.org>
12293 L:      platform-driver-x86@vger.kernel.org
12294 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12295 S:      Maintained
12296 F:      drivers/platform/x86/
12297 F:      drivers/platform/olpc/
12298
12299 X86 MCE INFRASTRUCTURE
12300 M:      Tony Luck <tony.luck@intel.com>
12301 M:      Borislav Petkov <bp@alien8.de>
12302 L:      linux-edac@vger.kernel.org
12303 S:      Maintained
12304 F:      arch/x86/kernel/cpu/mcheck/*
12305
12306 X86 MICROCODE UPDATE SUPPORT
12307 M:      Borislav Petkov <bp@alien8.de>
12308 S:      Maintained
12309 F:      arch/x86/kernel/cpu/microcode/*
12310
12311 X86 VDSO
12312 M:      Andy Lutomirski <luto@amacapital.net>
12313 L:      linux-kernel@vger.kernel.org
12314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12315 S:      Maintained
12316 F:      arch/x86/entry/vdso/
12317
12318 XC2028/3028 TUNER DRIVER
12319 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
12320 L:      linux-media@vger.kernel.org
12321 W:      https://linuxtv.org
12322 T:      git git://linuxtv.org/media_tree.git
12323 S:      Maintained
12324 F:      drivers/media/tuners/tuner-xc2028.*
12325
12326 XEN HYPERVISOR INTERFACE
12327 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
12328 M:      David Vrabel <david.vrabel@citrix.com>
12329 M:      Juergen Gross <jgross@suse.com>
12330 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12331 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12332 S:      Supported
12333 F:      arch/x86/xen/
12334 F:      drivers/*/xen-*front.c
12335 F:      drivers/xen/
12336 F:      arch/x86/include/asm/xen/
12337 F:      include/xen/
12338 F:      include/uapi/xen/
12339
12340 XEN HYPERVISOR ARM
12341 M:      Stefano Stabellini <sstabellini@kernel.org>
12342 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12343 S:      Maintained
12344 F:      arch/arm/xen/
12345 F:      arch/arm/include/asm/xen/
12346
12347 XEN HYPERVISOR ARM64
12348 M:      Stefano Stabellini <sstabellini@kernel.org>
12349 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12350 S:      Maintained
12351 F:      arch/arm64/xen/
12352 F:      arch/arm64/include/asm/xen/
12353
12354 XEN NETWORK BACKEND DRIVER
12355 M:      Wei Liu <wei.liu2@citrix.com>
12356 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12357 L:      netdev@vger.kernel.org
12358 S:      Supported
12359 F:      drivers/net/xen-netback/*
12360
12361 XEN PCI SUBSYSTEM
12362 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12363 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12364 S:      Supported
12365 F:      arch/x86/pci/*xen*
12366 F:      drivers/pci/*xen*
12367
12368 XEN BLOCK SUBSYSTEM
12369 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12370 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
12371 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12372 S:      Supported
12373 F:      drivers/block/xen-blkback/*
12374 F:      drivers/block/xen*
12375
12376 XEN PVSCSI DRIVERS
12377 M:      Juergen Gross <jgross@suse.com>
12378 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12379 L:      linux-scsi@vger.kernel.org
12380 S:      Supported
12381 F:      drivers/scsi/xen-scsifront.c
12382 F:      drivers/xen/xen-scsiback.c
12383 F:      include/xen/interface/io/vscsiif.h
12384
12385 XEN SWIOTLB SUBSYSTEM
12386 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12387 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12388 S:      Supported
12389 F:      arch/x86/xen/*swiotlb*
12390 F:      drivers/xen/*swiotlb*
12391
12392 XFS FILESYSTEM
12393 P:      Silicon Graphics Inc
12394 M:      Dave Chinner <david@fromorbit.com>
12395 M:      xfs@oss.sgi.com
12396 L:      xfs@oss.sgi.com
12397 W:      http://oss.sgi.com/projects/xfs
12398 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12399 S:      Supported
12400 F:      Documentation/filesystems/xfs.txt
12401 F:      fs/xfs/
12402
12403 XILINX AXI ETHERNET DRIVER
12404 M:      Anirudha Sarangi <anirudh@xilinx.com>
12405 M:      John Linn <John.Linn@xilinx.com>
12406 S:      Maintained
12407 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
12408
12409 XILINX UARTLITE SERIAL DRIVER
12410 M:      Peter Korsgaard <jacmet@sunsite.dk>
12411 L:      linux-serial@vger.kernel.org
12412 S:      Maintained
12413 F:      drivers/tty/serial/uartlite.c
12414
12415 XILINX VIDEO IP CORES
12416 M:      Hyun Kwon <hyun.kwon@xilinx.com>
12417 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12418 L:      linux-media@vger.kernel.org
12419 T:      git git://linuxtv.org/media_tree.git
12420 S:      Supported
12421 F:      Documentation/devicetree/bindings/media/xilinx/
12422 F:      drivers/media/platform/xilinx/
12423 F:      include/uapi/linux/xilinx-v4l2-controls.h
12424
12425 XILLYBUS DRIVER
12426 M:      Eli Billauer <eli.billauer@gmail.com>
12427 L:      linux-kernel@vger.kernel.org
12428 S:      Supported
12429 F:      drivers/char/xillybus/
12430
12431 XTENSA XTFPGA PLATFORM SUPPORT
12432 M:      Max Filippov <jcmvbkbc@gmail.com>
12433 L:      linux-xtensa@linux-xtensa.org
12434 S:      Maintained
12435 F:      drivers/spi/spi-xtensa-xtfpga.c
12436 F:      sound/soc/xtensa/xtfpga-i2s.c
12437
12438 YAM DRIVER FOR AX.25
12439 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
12440 L:      linux-hams@vger.kernel.org
12441 S:      Maintained
12442 F:      drivers/net/hamradio/yam*
12443 F:      include/linux/yam.h
12444
12445 YEALINK PHONE DRIVER
12446 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
12447 L:      usbb2k-api-dev@nongnu.org
12448 S:      Maintained
12449 F:      Documentation/input/yealink.txt
12450 F:      drivers/input/misc/yealink.*
12451
12452 Z8530 DRIVER FOR AX.25
12453 M:      Joerg Reuter <jreuter@yaina.de>
12454 W:      http://yaina.de/jreuter/
12455 W:      http://www.qsl.net/dl1bke/
12456 L:      linux-hams@vger.kernel.org
12457 S:      Maintained
12458 F:      Documentation/networking/z8530drv.txt
12459 F:      drivers/net/hamradio/*scc.c
12460 F:      drivers/net/hamradio/z8530.h
12461
12462 ZBUD COMPRESSED PAGE ALLOCATOR
12463 M:      Seth Jennings <sjenning@redhat.com>
12464 L:      linux-mm@kvack.org
12465 S:      Maintained
12466 F:      mm/zbud.c
12467 F:      include/linux/zbud.h
12468
12469 ZD1211RW WIRELESS DRIVER
12470 M:      Daniel Drake <dsd@gentoo.org>
12471 M:      Ulrich Kunitz <kune@deine-taler.de>
12472 W:      http://zd1211.ath.cx/wiki/DriverRewrite
12473 L:      linux-wireless@vger.kernel.org
12474 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
12475 S:      Maintained
12476 F:      drivers/net/wireless/zydas/zd1211rw/
12477
12478 ZPOOL COMPRESSED PAGE STORAGE API
12479 M:      Dan Streetman <ddstreet@ieee.org>
12480 L:      linux-mm@kvack.org
12481 S:      Maintained
12482 F:      mm/zpool.c
12483 F:      include/linux/zpool.h
12484
12485 ZR36067 VIDEO FOR LINUX DRIVER
12486 L:      mjpeg-users@lists.sourceforge.net
12487 L:      linux-media@vger.kernel.org
12488 W:      http://mjpeg.sourceforge.net/driver-zoran/
12489 T:      hg https://linuxtv.org/hg/v4l-dvb
12490 S:      Odd Fixes
12491 F:      drivers/media/pci/zoran/
12492
12493 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12494 M:      Minchan Kim <minchan@kernel.org>
12495 M:      Nitin Gupta <ngupta@vflare.org>
12496 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12497 L:      linux-kernel@vger.kernel.org
12498 S:      Maintained
12499 F:      drivers/block/zram/
12500 F:      Documentation/blockdev/zram.txt
12501
12502 ZS DECSTATION Z85C30 SERIAL DRIVER
12503 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12504 S:      Maintained
12505 F:      drivers/tty/serial/zs.*
12506
12507 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12508 M:      Minchan Kim <minchan@kernel.org>
12509 M:      Nitin Gupta <ngupta@vflare.org>
12510 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12511 L:      linux-mm@kvack.org
12512 S:      Maintained
12513 F:      mm/zsmalloc.c
12514 F:      include/linux/zsmalloc.h
12515 F:      Documentation/vm/zsmalloc.txt
12516
12517 ZSWAP COMPRESSED SWAP CACHING
12518 M:      Seth Jennings <sjenning@redhat.com>
12519 L:      linux-mm@kvack.org
12520 S:      Maintained
12521 F:      mm/zswap.c
12522
12523 THE REST
12524 M:      Linus Torvalds <torvalds@linux-foundation.org>
12525 L:      linux-kernel@vger.kernel.org
12526 Q:      http://patchwork.kernel.org/project/LKML/list/
12527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12528 S:      Buried alive in reporters
12529 F:      *
12530 F:      */