Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[cascardo/linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <aar@pengutronix.de>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      netdev@vger.kernel.org
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <ericvh@gmail.com>
191 M:      Ron Minnich <rminnich@sandia.gov>
192 M:      Latchesar Ionkov <lucho@ionkov.net>
193 L:      v9fs-developer@lists.sourceforge.net
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <crope@iki.fi>
208 L:      linux-media@vger.kernel.org
209 W:      https://linuxtv.org
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L:      linux-scsi@vger.kernel.org
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      linux-api@vger.kernel.org
226 F:      include/linux/syscalls.h
227 F:      kernel/sys_ni.c
228
229 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
230 M:      Hans de Goede <hdegoede@redhat.com>
231 L:      linux-hwmon@vger.kernel.org
232 S:      Maintained
233 F:      drivers/hwmon/abituguru.c
234
235 ABIT UGURU 3 HARDWARE MONITOR DRIVER
236 M:      Alistair John Strachan <alistair@devzero.co.uk>
237 L:      linux-hwmon@vger.kernel.org
238 S:      Maintained
239 F:      drivers/hwmon/abituguru3.c
240
241 ACCES 104-DIO-48E GPIO DRIVER
242 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
243 L:      linux-gpio@vger.kernel.org
244 S:      Maintained
245 F:      drivers/gpio/gpio-104-dio-48e.c
246
247 ACCES 104-IDI-48 GPIO DRIVER
248 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
249 L:      linux-gpio@vger.kernel.org
250 S:      Maintained
251 F:      drivers/gpio/gpio-104-idi-48.c
252
253 ACCES 104-IDIO-16 GPIO DRIVER
254 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
255 L:      linux-gpio@vger.kernel.org
256 S:      Maintained
257 F:      drivers/gpio/gpio-104-idio-16.c
258
259 ACENIC DRIVER
260 M:      Jes Sorensen <jes@trained-monkey.org>
261 L:      linux-acenic@sunsite.dk
262 S:      Maintained
263 F:      drivers/net/ethernet/alteon/acenic*
264
265 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
266 M:      Peter Feuerer <peter@piie.net>
267 L:      platform-driver-x86@vger.kernel.org
268 W:      http://piie.net/?section=acerhdf
269 S:      Maintained
270 F:      drivers/platform/x86/acerhdf.c
271
272 ACER WMI LAPTOP EXTRAS
273 M:      "Lee, Chun-Yi" <jlee@suse.com>
274 L:      platform-driver-x86@vger.kernel.org
275 S:      Maintained
276 F:      drivers/platform/x86/acer-wmi.c
277
278 ACPI
279 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
280 M:      Len Brown <lenb@kernel.org>
281 L:      linux-acpi@vger.kernel.org
282 W:      https://01.org/linux-acpi
283 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
285 S:      Supported
286 F:      drivers/acpi/
287 F:      drivers/pnp/pnpacpi/
288 F:      include/linux/acpi.h
289 F:      include/acpi/
290 F:      Documentation/acpi/
291 F:      Documentation/ABI/testing/sysfs-bus-acpi
292 F:      drivers/pci/*acpi*
293 F:      drivers/pci/*/*acpi*
294 F:      drivers/pci/*/*/*acpi*
295 F:      tools/power/acpi/
296
297 ACPI COMPONENT ARCHITECTURE (ACPICA)
298 M:      Robert Moore <robert.moore@intel.com>
299 M:      Lv Zheng <lv.zheng@intel.com>
300 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
301 L:      linux-acpi@vger.kernel.org
302 L:      devel@acpica.org
303 W:      https://acpica.org/
304 W:      https://github.com/acpica/acpica/
305 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
307 S:      Supported
308 F:      drivers/acpi/acpica/
309 F:      include/acpi/
310 F:      tools/power/acpi/
311
312 ACPI FAN DRIVER
313 M:      Zhang Rui <rui.zhang@intel.com>
314 L:      linux-acpi@vger.kernel.org
315 W:      https://01.org/linux-acpi
316 S:      Supported
317 F:      drivers/acpi/fan.c
318
319 ACPI THERMAL DRIVER
320 M:      Zhang Rui <rui.zhang@intel.com>
321 L:      linux-acpi@vger.kernel.org
322 W:      https://01.org/linux-acpi
323 S:      Supported
324 F:      drivers/acpi/*thermal*
325
326 ACPI VIDEO DRIVER
327 M:      Zhang Rui <rui.zhang@intel.com>
328 L:      linux-acpi@vger.kernel.org
329 W:      https://01.org/linux-acpi
330 S:      Supported
331 F:      drivers/acpi/acpi_video.c
332
333 ACPI WMI DRIVER
334 L:      platform-driver-x86@vger.kernel.org
335 S:      Orphan
336 F:      drivers/platform/x86/wmi.c
337
338 AD1889 ALSA SOUND DRIVER
339 M:      Thibaut Varene <T-Bone@parisc-linux.org>
340 W:      http://wiki.parisc-linux.org/AD1889
341 L:      linux-parisc@vger.kernel.org
342 S:      Maintained
343 F:      sound/pci/ad1889.*
344
345 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
346 M:      Michael Hennerich <michael.hennerich@analog.com>
347 W:      http://wiki.analog.com/AD5254
348 W:      http://ez.analog.com/community/linux-device-drivers
349 S:      Supported
350 F:      drivers/misc/ad525x_dpot.c
351
352 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
353 M:      Michael Hennerich <michael.hennerich@analog.com>
354 W:      http://wiki.analog.com/AD5398
355 W:      http://ez.analog.com/community/linux-device-drivers
356 S:      Supported
357 F:      drivers/regulator/ad5398.c
358
359 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
360 M:      Michael Hennerich <michael.hennerich@analog.com>
361 W:      http://wiki.analog.com/AD7142
362 W:      http://ez.analog.com/community/linux-device-drivers
363 S:      Supported
364 F:      drivers/input/misc/ad714x.c
365
366 AD7877 TOUCHSCREEN DRIVER
367 M:      Michael Hennerich <michael.hennerich@analog.com>
368 W:      http://wiki.analog.com/AD7877
369 W:      http://ez.analog.com/community/linux-device-drivers
370 S:      Supported
371 F:      drivers/input/touchscreen/ad7877.c
372
373 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
374 M:      Michael Hennerich <michael.hennerich@analog.com>
375 W:      http://wiki.analog.com/AD7879
376 W:      http://ez.analog.com/community/linux-device-drivers
377 S:      Supported
378 F:      drivers/input/touchscreen/ad7879.c
379
380 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
381 M:      Jiri Kosina <jikos@kernel.org>
382 S:      Maintained
383
384 ADF7242 IEEE 802.15.4 RADIO DRIVER
385 M:      Michael Hennerich <michael.hennerich@analog.com>
386 W:      https://wiki.analog.com/ADF7242
387 W:      http://ez.analog.com/community/linux-device-drivers
388 L:      linux-wpan@vger.kernel.org
389 S:      Supported
390 F:      drivers/net/ieee802154/adf7242.c
391 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
392
393 ADM1025 HARDWARE MONITOR DRIVER
394 M:      Jean Delvare <jdelvare@suse.com>
395 L:      linux-hwmon@vger.kernel.org
396 S:      Maintained
397 F:      Documentation/hwmon/adm1025
398 F:      drivers/hwmon/adm1025.c
399
400 ADM1029 HARDWARE MONITOR DRIVER
401 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
402 L:      linux-hwmon@vger.kernel.org
403 S:      Maintained
404 F:      drivers/hwmon/adm1029.c
405
406 ADM8211 WIRELESS DRIVER
407 L:      linux-wireless@vger.kernel.org
408 W:      http://wireless.kernel.org/
409 S:      Orphan
410 F:      drivers/net/wireless/admtek/adm8211.*
411
412 ADP1653 FLASH CONTROLLER DRIVER
413 M:      Sakari Ailus <sakari.ailus@iki.fi>
414 L:      linux-media@vger.kernel.org
415 S:      Maintained
416 F:      drivers/media/i2c/adp1653.c
417 F:      include/media/i2c/adp1653.h
418
419 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
420 M:      Michael Hennerich <michael.hennerich@analog.com>
421 W:      http://wiki.analog.com/ADP5520
422 W:      http://ez.analog.com/community/linux-device-drivers
423 S:      Supported
424 F:      drivers/mfd/adp5520.c
425 F:      drivers/video/backlight/adp5520_bl.c
426 F:      drivers/leds/leds-adp5520.c
427 F:      drivers/gpio/gpio-adp5520.c
428 F:      drivers/input/keyboard/adp5520-keys.c
429
430 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
431 M:      Michael Hennerich <michael.hennerich@analog.com>
432 W:      http://wiki.analog.com/ADP5588
433 W:      http://ez.analog.com/community/linux-device-drivers
434 S:      Supported
435 F:      drivers/input/keyboard/adp5588-keys.c
436 F:      drivers/gpio/gpio-adp5588.c
437
438 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
439 M:      Michael Hennerich <michael.hennerich@analog.com>
440 W:      http://wiki.analog.com/ADP8860
441 W:      http://ez.analog.com/community/linux-device-drivers
442 S:      Supported
443 F:      drivers/video/backlight/adp8860_bl.c
444
445 ADS1015 HARDWARE MONITOR DRIVER
446 M:      Dirk Eibach <eibach@gdsys.de>
447 L:      linux-hwmon@vger.kernel.org
448 S:      Maintained
449 F:      Documentation/hwmon/ads1015
450 F:      drivers/hwmon/ads1015.c
451 F:      include/linux/i2c/ads1015.h
452
453 ADT746X FAN DRIVER
454 M:      Colin Leroy <colin@colino.net>
455 S:      Maintained
456 F:      drivers/macintosh/therm_adt746x.c
457
458 ADT7475 HARDWARE MONITOR DRIVER
459 M:      Jean Delvare <jdelvare@suse.com>
460 L:      linux-hwmon@vger.kernel.org
461 S:      Maintained
462 F:      Documentation/hwmon/adt7475
463 F:      drivers/hwmon/adt7475.c
464
465 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
466 M:      Michael Hennerich <michael.hennerich@analog.com>
467 W:      http://wiki.analog.com/ADXL345
468 W:      http://ez.analog.com/community/linux-device-drivers
469 S:      Supported
470 F:      drivers/input/misc/adxl34x.c
471
472 ADVANSYS SCSI DRIVER
473 M:      Matthew Wilcox <matthew@wil.cx>
474 M:      Hannes Reinecke <hare@suse.com>
475 L:      linux-scsi@vger.kernel.org
476 S:      Maintained
477 F:      Documentation/scsi/advansys.txt
478 F:      drivers/scsi/advansys.c
479
480 AEDSP16 DRIVER
481 M:      Riccardo Facchetti <fizban@tin.it>
482 S:      Maintained
483 F:      sound/oss/aedsp16.c
484
485 AF9013 MEDIA DRIVER
486 M:      Antti Palosaari <crope@iki.fi>
487 L:      linux-media@vger.kernel.org
488 W:      https://linuxtv.org
489 W:      http://palosaari.fi/linux/
490 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
491 T:      git git://linuxtv.org/anttip/media_tree.git
492 S:      Maintained
493 F:      drivers/media/dvb-frontends/af9013*
494
495 AF9033 MEDIA DRIVER
496 M:      Antti Palosaari <crope@iki.fi>
497 L:      linux-media@vger.kernel.org
498 W:      https://linuxtv.org
499 W:      http://palosaari.fi/linux/
500 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
501 T:      git git://linuxtv.org/anttip/media_tree.git
502 S:      Maintained
503 F:      drivers/media/dvb-frontends/af9033*
504
505 AFFS FILE SYSTEM
506 L:      linux-fsdevel@vger.kernel.org
507 S:      Orphan
508 F:      Documentation/filesystems/affs.txt
509 F:      fs/affs/
510
511 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
512 M:      David Howells <dhowells@redhat.com>
513 L:      linux-afs@lists.infradead.org
514 S:      Supported
515 F:      fs/afs/
516 F:      include/net/af_rxrpc.h
517 F:      net/rxrpc/af_rxrpc.c
518
519 AGPGART DRIVER
520 M:      David Airlie <airlied@linux.ie>
521 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
522 S:      Maintained
523 F:      drivers/char/agp/
524 F:      include/linux/agp*
525 F:      include/uapi/linux/agp*
526
527 AHA152X SCSI DRIVER
528 M:      "Juergen E. Fischer" <fischer@norbit.de>
529 L:      linux-scsi@vger.kernel.org
530 S:      Maintained
531 F:      drivers/scsi/aha152x*
532 F:      drivers/scsi/pcmcia/aha152x*
533
534 AIC7XXX / AIC79XX SCSI DRIVER
535 M:      Hannes Reinecke <hare@suse.com>
536 L:      linux-scsi@vger.kernel.org
537 S:      Maintained
538 F:      drivers/scsi/aic7xxx/
539
540 AIMSLAB FM RADIO RECEIVER DRIVER
541 M:      Hans Verkuil <hverkuil@xs4all.nl>
542 L:      linux-media@vger.kernel.org
543 T:      git git://linuxtv.org/media_tree.git
544 W:      https://linuxtv.org
545 S:      Maintained
546 F:      drivers/media/radio/radio-aimslab*
547
548 AIO
549 M:      Benjamin LaHaise <bcrl@kvack.org>
550 L:      linux-aio@kvack.org
551 S:      Supported
552 F:      fs/aio.c
553 F:      include/linux/*aio*.h
554
555 AIRSPY MEDIA DRIVER
556 M:      Antti Palosaari <crope@iki.fi>
557 L:      linux-media@vger.kernel.org
558 W:      https://linuxtv.org
559 W:      http://palosaari.fi/linux/
560 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
561 T:      git git://linuxtv.org/anttip/media_tree.git
562 S:      Maintained
563 F:      drivers/media/usb/airspy/
564
565 ALCATEL SPEEDTOUCH USB DRIVER
566 M:      Duncan Sands <duncan.sands@free.fr>
567 L:      linux-usb@vger.kernel.org
568 W:      http://www.linux-usb.org/SpeedTouch/
569 S:      Maintained
570 F:      drivers/usb/atm/speedtch.c
571 F:      drivers/usb/atm/usbatm.c
572
573 ALCHEMY AU1XX0 MMC DRIVER
574 M:      Manuel Lauss <manuel.lauss@gmail.com>
575 S:      Maintained
576 F:      drivers/mmc/host/au1xmmc.c
577
578 ALI1563 I2C DRIVER
579 M:      Rudolf Marek <r.marek@assembler.cz>
580 L:      linux-i2c@vger.kernel.org
581 S:      Maintained
582 F:      Documentation/i2c/busses/i2c-ali1563
583 F:      drivers/i2c/busses/i2c-ali1563.c
584
585 ALLWINNER SECURITY SYSTEM
586 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
587 L:      linux-crypto@vger.kernel.org
588 S:      Maintained
589 F:      drivers/crypto/sunxi-ss/
590
591 ALPHA PORT
592 M:      Richard Henderson <rth@twiddle.net>
593 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
594 M:      Matt Turner <mattst88@gmail.com>
595 S:      Odd Fixes
596 L:      linux-alpha@vger.kernel.org
597 F:      arch/alpha/
598
599 ALTERA MAILBOX DRIVER
600 M:      Ley Foon Tan <lftan@altera.com>
601 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
602 S:      Maintained
603 F:      drivers/mailbox/mailbox-altera.c
604
605 ALTERA PIO DRIVER
606 M:      Tien Hock Loh <thloh@altera.com>
607 L:      linux-gpio@vger.kernel.org
608 S:      Maintained
609 F:      drivers/gpio/gpio-altera.c
610
611 ALTERA TRIPLE SPEED ETHERNET DRIVER
612 M:      Vince Bridgers <vbridger@opensource.altera.com>
613 L:      netdev@vger.kernel.org
614 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
615 S:      Maintained
616 F:      drivers/net/ethernet/altera/
617
618 ALTERA UART/JTAG UART SERIAL DRIVERS
619 M:      Tobias Klauser <tklauser@distanz.ch>
620 L:      linux-serial@vger.kernel.org
621 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
622 S:      Maintained
623 F:      drivers/tty/serial/altera_uart.c
624 F:      drivers/tty/serial/altera_jtaguart.c
625 F:      include/linux/altera_uart.h
626 F:      include/linux/altera_jtaguart.h
627
628 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
629 M:      Tom Lendacky <thomas.lendacky@amd.com>
630 M:      Gary Hook <gary.hook@amd.com>
631 L:      linux-crypto@vger.kernel.org
632 S:      Supported
633 F:      drivers/crypto/ccp/
634 F:      include/linux/ccp.h
635
636 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
637 M:      Huang Rui <ray.huang@amd.com>
638 L:      linux-hwmon@vger.kernel.org
639 S:      Supported
640 F:      Documentation/hwmon/fam15h_power
641 F:      drivers/hwmon/fam15h_power.c
642
643 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
644 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
645 S:      Orphan
646 F:      drivers/usb/gadget/udc/amd5536udc.*
647
648 AMD GEODE PROCESSOR/CHIPSET SUPPORT
649 P:      Andres Salomon <dilinger@queued.net>
650 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
651 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
652 S:      Supported
653 F:      drivers/char/hw_random/geode-rng.c
654 F:      drivers/crypto/geode*
655 F:      drivers/video/fbdev/geode/
656 F:      arch/x86/include/asm/geode.h
657
658 AMD IOMMU (AMD-VI)
659 M:      Joerg Roedel <joro@8bytes.org>
660 L:      iommu@lists.linux-foundation.org
661 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
662 S:      Maintained
663 F:      drivers/iommu/amd_iommu*.[ch]
664 F:      include/linux/amd-iommu.h
665
666 AMD KFD
667 M:      Oded Gabbay <oded.gabbay@gmail.com>
668 L:      dri-devel@lists.freedesktop.org
669 T:      git git://people.freedesktop.org/~gabbayo/linux.git
670 S:      Supported
671 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
672 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
673 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
674 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
675 F:      drivers/gpu/drm/amd/amdkfd/
676 F:      drivers/gpu/drm/amd/include/cik_structs.h
677 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
678 F:      drivers/gpu/drm/amd/include/vi_structs.h
679 F:      drivers/gpu/drm/radeon/radeon_kfd.c
680 F:      drivers/gpu/drm/radeon/radeon_kfd.h
681 F:      include/uapi/linux/kfd_ioctl.h
682
683 AMD SEATTLE DEVICE TREE SUPPORT
684 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
685 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
686 M:      Tom Lendacky <thomas.lendacky@amd.com>
687 S:      Supported
688 F:      arch/arm64/boot/dts/amd/
689
690 AMD XGBE DRIVER
691 M:      Tom Lendacky <thomas.lendacky@amd.com>
692 L:      netdev@vger.kernel.org
693 S:      Supported
694 F:      drivers/net/ethernet/amd/xgbe/
695 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
696
697 AMS (Apple Motion Sensor) DRIVER
698 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
699 S:      Supported
700 F:      drivers/macintosh/ams/
701
702 ANALOG DEVICES INC AD9389B DRIVER
703 M:      Hans Verkuil <hans.verkuil@cisco.com>
704 L:      linux-media@vger.kernel.org
705 S:      Maintained
706 F:      drivers/media/i2c/ad9389b*
707
708 ANALOG DEVICES INC ADV7180 DRIVER
709 M:      Lars-Peter Clausen <lars@metafoo.de>
710 L:      linux-media@vger.kernel.org
711 W:      http://ez.analog.com/community/linux-device-drivers
712 S:      Supported
713 F:      drivers/media/i2c/adv7180.c
714
715 ANALOG DEVICES INC ADV7511 DRIVER
716 M:      Hans Verkuil <hans.verkuil@cisco.com>
717 L:      linux-media@vger.kernel.org
718 S:      Maintained
719 F:      drivers/media/i2c/adv7511*
720
721 ANALOG DEVICES INC ADV7604 DRIVER
722 M:      Hans Verkuil <hans.verkuil@cisco.com>
723 L:      linux-media@vger.kernel.org
724 S:      Maintained
725 F:      drivers/media/i2c/adv7604*
726
727 ANALOG DEVICES INC ADV7842 DRIVER
728 M:      Hans Verkuil <hans.verkuil@cisco.com>
729 L:      linux-media@vger.kernel.org
730 S:      Maintained
731 F:      drivers/media/i2c/adv7842*
732
733 ANALOG DEVICES INC ASOC CODEC DRIVERS
734 M:      Lars-Peter Clausen <lars@metafoo.de>
735 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
736 W:      http://wiki.analog.com/
737 W:      http://ez.analog.com/community/linux-device-drivers
738 S:      Supported
739 F:      sound/soc/codecs/adau*
740 F:      sound/soc/codecs/adav*
741 F:      sound/soc/codecs/ad1*
742 F:      sound/soc/codecs/ad7*
743 F:      sound/soc/codecs/ssm*
744 F:      sound/soc/codecs/sigmadsp.*
745
746 ANALOG DEVICES INC ASOC DRIVERS
747 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
748 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
749 W:      http://blackfin.uclinux.org/
750 S:      Supported
751 F:      sound/soc/blackfin/*
752
753 ANALOG DEVICES INC IIO DRIVERS
754 M:      Lars-Peter Clausen <lars@metafoo.de>
755 M:      Michael Hennerich <Michael.Hennerich@analog.com>
756 W:      http://wiki.analog.com/
757 W:      http://ez.analog.com/community/linux-device-drivers
758 S:      Supported
759 F:      drivers/iio/*/ad*
760 X:      drivers/iio/*/adjd*
761 F:      drivers/staging/iio/*/ad*
762 F:      staging/iio/trigger/iio-trig-bfin-timer.c
763
764 ANALOG DEVICES INC DMA DRIVERS
765 M:      Lars-Peter Clausen <lars@metafoo.de>
766 W:      http://ez.analog.com/community/linux-device-drivers
767 S:      Supported
768 F:      drivers/dma/dma-axi-dmac.c
769
770 ANDROID DRIVERS
771 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
772 M:      Arve Hjønnevåg <arve@android.com>
773 M:      Riley Andrews <riandrews@android.com>
774 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
775 L:      devel@driverdev.osuosl.org
776 S:      Supported
777 F:      drivers/android/
778 F:      drivers/staging/android/
779
780 AOA (Apple Onboard Audio) ALSA DRIVER
781 M:      Johannes Berg <johannes@sipsolutions.net>
782 L:      linuxppc-dev@lists.ozlabs.org
783 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
784 S:      Maintained
785 F:      sound/aoa/
786
787 APEX EMBEDDED SYSTEMS STX104 DAC DRIVER
788 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
789 L:      linux-iio@vger.kernel.org
790 S:      Maintained
791 F:      drivers/iio/dac/stx104.c
792
793 APM DRIVER
794 M:      Jiri Kosina <jikos@kernel.org>
795 S:      Odd fixes
796 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
797 F:      arch/x86/kernel/apm_32.c
798 F:      include/linux/apm_bios.h
799 F:      include/uapi/linux/apm_bios.h
800 F:      drivers/char/apm-emulation.c
801
802 APPLE BCM5974 MULTITOUCH DRIVER
803 M:      Henrik Rydberg <rydberg@bitmath.org>
804 L:      linux-input@vger.kernel.org
805 S:      Odd fixes
806 F:      drivers/input/mouse/bcm5974.c
807
808 APPLE SMC DRIVER
809 M:      Henrik Rydberg <rydberg@bitmath.org>
810 L:      linux-hwmon@vger.kernel.org
811 S:      Odd fixes
812 F:      drivers/hwmon/applesmc.c
813
814 APPLETALK NETWORK LAYER
815 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
816 S:      Maintained
817 F:      drivers/net/appletalk/
818 F:      net/appletalk/
819
820 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
821 M:      Duc Dang <dhdang@apm.com>
822 S:      Supported
823 F:      arch/arm64/boot/dts/apm/
824
825 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
826 M:      Iyappan Subramanian <isubramanian@apm.com>
827 M:      Keyur Chudgar <kchudgar@apm.com>
828 S:      Supported
829 F:      drivers/net/ethernet/apm/xgene/
830 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
831
832 APTINA CAMERA SENSOR PLL
833 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
834 L:      linux-media@vger.kernel.org
835 S:      Maintained
836 F:      drivers/media/i2c/aptina-pll.*
837
838 ARC FRAMEBUFFER DRIVER
839 M:      Jaya Kumar <jayalk@intworks.biz>
840 S:      Maintained
841 F:      drivers/video/fbdev/arcfb.c
842 F:      drivers/video/fbdev/core/fb_defio.c
843
844 ARCNET NETWORK LAYER
845 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
846 L:      netdev@vger.kernel.org
847 S:      Maintained
848 F:      drivers/net/arcnet/
849 F:      include/uapi/linux/if_arcnet.h
850
851 ARM HDLCD DRM DRIVER
852 M:      Liviu Dudau <liviu.dudau@arm.com>
853 S:      Supported
854 F:      drivers/gpu/drm/arm/
855 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
856
857 ARM MFM AND FLOPPY DRIVERS
858 M:      Ian Molton <spyro@f2s.com>
859 S:      Maintained
860 F:      arch/arm/lib/floppydma.S
861 F:      arch/arm/include/asm/floppy.h
862
863 ARM PMU PROFILING AND DEBUGGING
864 M:      Will Deacon <will.deacon@arm.com>
865 R:      Mark Rutland <mark.rutland@arm.com>
866 S:      Maintained
867 F:      arch/arm*/kernel/perf_*
868 F:      arch/arm/oprofile/common.c
869 F:      arch/arm*/kernel/hw_breakpoint.c
870 F:      arch/arm*/include/asm/hw_breakpoint.h
871 F:      arch/arm*/include/asm/perf_event.h
872 F:      drivers/perf/arm_pmu.c
873 F:      include/linux/perf/arm_pmu.h
874
875 ARM PORT
876 M:      Russell King <linux@armlinux.org.uk>
877 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
878 W:      http://www.armlinux.org.uk/
879 S:      Maintained
880 F:      arch/arm/
881
882 ARM SUB-ARCHITECTURES
883 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
884 S:      Maintained
885 F:      arch/arm/mach-*/
886 F:      arch/arm/plat-*/
887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
888
889 ARM PRIMECELL AACI PL041 DRIVER
890 M:      Russell King <linux@armlinux.org.uk>
891 S:      Maintained
892 F:      sound/arm/aaci.*
893
894 ARM PRIMECELL CLCD PL110 DRIVER
895 M:      Russell King <linux@armlinux.org.uk>
896 S:      Maintained
897 F:      drivers/video/fbdev/amba-clcd.*
898
899 ARM PRIMECELL KMI PL050 DRIVER
900 M:      Russell King <linux@armlinux.org.uk>
901 S:      Maintained
902 F:      drivers/input/serio/ambakmi.*
903 F:      include/linux/amba/kmi.h
904
905 ARM PRIMECELL MMCI PL180/1 DRIVER
906 M:      Russell King <linux@armlinux.org.uk>
907 S:      Maintained
908 F:      drivers/mmc/host/mmci.*
909 F:      include/linux/amba/mmci.h
910
911 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
912 M:      Russell King <linux@armlinux.org.uk>
913 S:      Maintained
914 F:      drivers/tty/serial/amba-pl01*.c
915 F:      include/linux/amba/serial.h
916
917 ARM PRIMECELL BUS SUPPORT
918 M:      Russell King <linux@armlinux.org.uk>
919 S:      Maintained
920 F:      drivers/amba/
921 F:      include/linux/amba/bus.h
922
923 ARM/ADS SPHERE MACHINE SUPPORT
924 M:      Lennert Buytenhek <kernel@wantstofly.org>
925 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
926 S:      Maintained
927
928 ARM/AFEB9260 MACHINE SUPPORT
929 M:      Sergey Lapin <slapin@ossfans.org>
930 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
931 S:      Maintained
932
933 ARM/AJECO 1ARM MACHINE SUPPORT
934 M:      Lennert Buytenhek <kernel@wantstofly.org>
935 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
936 S:      Maintained
937
938 ARM/Allwinner sunXi SoC support
939 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
940 M:      Chen-Yu Tsai <wens@csie.org>
941 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
942 S:      Maintained
943 N:      sun[x456789]i
944
945 ARM/Allwinner SoC Clock Support
946 M:      Emilio López <emilio@elopez.com.ar>
947 S:      Maintained
948 F:      drivers/clk/sunxi/
949
950 ARM/Amlogic Meson SoC support
951 M:      Carlo Caione <carlo@caione.org>
952 M:      Kevin Hilman <khilman@baylibre.com>
953 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
954 L:      linux-amlogic@lists.infradead.org
955 W:      http://linux-meson.com/
956 S:      Maintained
957 F:      arch/arm/mach-meson/
958 F:      arch/arm/boot/dts/meson*
959 F:      arch/arm64/boot/dts/amlogic/
960 F:      drivers/pinctrl/meson/
961 N:      meson
962
963 ARM/Annapurna Labs ALPINE ARCHITECTURE
964 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
965 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
966 S:      Maintained
967 F:      arch/arm/mach-alpine/
968 F:      arch/arm/boot/dts/alpine*
969 F:      arch/arm64/boot/dts/al/
970 F:      drivers/*/*alpine*
971
972 ARM/ARTPEC MACHINE SUPPORT
973 M:      Jesper Nilsson <jesper.nilsson@axis.com>
974 M:      Lars Persson <lars.persson@axis.com>
975 M:      Niklas Cassel <niklas.cassel@axis.com>
976 S:      Maintained
977 L:      linux-arm-kernel@axis.com
978 F:      arch/arm/mach-artpec
979 F:      arch/arm/boot/dts/artpec6*
980 F:      drivers/clk/clk-artpec6.c
981
982 ARM/ASPEED MACHINE SUPPORT
983 M:      Joel Stanley <joel@jms.id.au>
984 S:      Maintained
985 F:      arch/arm/mach-aspeed/
986 F:      arch/arm/boot/dts/aspeed-*
987 F:      drivers/*/*aspeed*
988
989 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
990 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
991 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
992 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
993 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
994 W:      http://www.linux4sam.org
995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
996 S:      Supported
997 F:      arch/arm/mach-at91/
998 F:      include/soc/at91/
999 F:      arch/arm/boot/dts/at91*.dts
1000 F:      arch/arm/boot/dts/at91*.dtsi
1001 F:      arch/arm/boot/dts/sama*.dts
1002 F:      arch/arm/boot/dts/sama*.dtsi
1003 F:      arch/arm/include/debug/at91.S
1004
1005 ARM/ATMEL AT91 Clock Support
1006 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
1007 S:      Maintained
1008 F:      drivers/clk/at91
1009
1010 ARM/CALXEDA HIGHBANK ARCHITECTURE
1011 M:      Rob Herring <robh@kernel.org>
1012 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1013 S:      Maintained
1014 F:      arch/arm/mach-highbank/
1015 F:      arch/arm/boot/dts/highbank.dts
1016 F:      arch/arm/boot/dts/ecx-*.dts*
1017
1018 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1019 M:      Krzysztof Halasa <khalasa@piap.pl>
1020 S:      Maintained
1021 F:      arch/arm/mach-cns3xxx/
1022
1023 ARM/CAVIUM THUNDER NETWORK DRIVER
1024 M:      Sunil Goutham <sgoutham@cavium.com>
1025 M:      Robert Richter <rric@kernel.org>
1026 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1027 S:      Supported
1028 F:      drivers/net/ethernet/cavium/thunder/
1029
1030 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1031 M:      Alexander Shiyan <shc_work@mail.ru>
1032 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1033 S:      Odd Fixes
1034 N:      clps711x
1035
1036 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1037 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1038 M:      Ryan Mallon <rmallon@gmail.com>
1039 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1040 S:      Maintained
1041 F:      arch/arm/mach-ep93xx/
1042 F:      arch/arm/mach-ep93xx/include/mach/
1043
1044 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1045 M:      Lennert Buytenhek <kernel@wantstofly.org>
1046 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1047 S:      Maintained
1048
1049 ARM/CLKDEV SUPPORT
1050 M:      Russell King <linux@armlinux.org.uk>
1051 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1052 S:      Maintained
1053 F:      arch/arm/include/asm/clkdev.h
1054 F:      drivers/clk/clkdev.c
1055
1056 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1057 M:      Mike Rapoport <mike@compulab.co.il>
1058 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1059 S:      Maintained
1060
1061 ARM/CONTEC MICRO9 MACHINE SUPPORT
1062 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1063 S:      Maintained
1064 F:      arch/arm/mach-ep93xx/micro9.c
1065
1066 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1067 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1068 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1069 S:      Maintained
1070 F:      drivers/hwtracing/coresight/*
1071 F:      Documentation/trace/coresight.txt
1072 F:      Documentation/devicetree/bindings/arm/coresight.txt
1073 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1074
1075 ARM/CORGI MACHINE SUPPORT
1076 M:      Richard Purdie <rpurdie@rpsys.net>
1077 S:      Maintained
1078
1079 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1080 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1081 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1082 T:      git git://github.com/ulli-kroll/linux.git
1083 S:      Maintained
1084 F:      arch/arm/mach-gemini/
1085 F:      drivers/rtc/rtc-gemini.c
1086
1087 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1088 M:      Barry Song <baohua@kernel.org>
1089 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1091 S:      Maintained
1092 F:      arch/arm/boot/dts/prima2*
1093 F:      arch/arm/mach-prima2/
1094 F:      drivers/clk/sirf/
1095 F:      drivers/clocksource/timer-prima2.c
1096 F:      drivers/clocksource/timer-atlas7.c
1097 N:      [^a-z]sirf
1098
1099 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1100 M:      Baruch Siach <baruch@tkos.co.il>
1101 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1102 S:      Maintained
1103 F:      arch/arm/boot/dts/cx92755*
1104 N:      digicolor
1105
1106 ARM/EBSA110 MACHINE SUPPORT
1107 M:      Russell King <linux@armlinux.org.uk>
1108 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1109 W:      http://www.armlinux.org.uk/
1110 S:      Maintained
1111 F:      arch/arm/mach-ebsa110/
1112 F:      drivers/net/ethernet/amd/am79c961a.*
1113
1114 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1115 M:      Uwe Kleine-König <kernel@pengutronix.de>
1116 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1117 S:      Maintained
1118 N:      efm32
1119
1120 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1121 M:      Daniel Ribeiro <drwyrm@gmail.com>
1122 M:      Stefan Schmidt <stefan@openezx.org>
1123 M:      Harald Welte <laforge@openezx.org>
1124 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1125 W:      http://www.openezx.org/
1126 S:      Maintained
1127 T:      topgit git://git.openezx.org/openezx.git
1128 F:      arch/arm/mach-pxa/ezx.c
1129
1130 ARM/FARADAY FA526 PORT
1131 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1132 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1133 S:      Maintained
1134 T:      git git://git.berlios.de/gemini-board
1135 F:      arch/arm/mm/*-fa*
1136
1137 ARM/FOOTBRIDGE ARCHITECTURE
1138 M:      Russell King <linux@armlinux.org.uk>
1139 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1140 W:      http://www.armlinux.org.uk/
1141 S:      Maintained
1142 F:      arch/arm/include/asm/hardware/dec21285.h
1143 F:      arch/arm/mach-footbridge/
1144
1145 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1146 M:      Shawn Guo <shawnguo@kernel.org>
1147 M:      Sascha Hauer <kernel@pengutronix.de>
1148 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1149 S:      Maintained
1150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1151 F:      arch/arm/mach-imx/
1152 F:      arch/arm/mach-mxs/
1153 F:      arch/arm/boot/dts/imx*
1154 F:      arch/arm/configs/imx*_defconfig
1155 F:      drivers/clk/imx/
1156 F:      include/soc/imx/
1157
1158 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1159 M:      Shawn Guo <shawnguo@kernel.org>
1160 M:      Sascha Hauer <kernel@pengutronix.de>
1161 R:      Stefan Agner <stefan@agner.ch>
1162 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1163 S:      Maintained
1164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1165 F:      arch/arm/mach-imx/*vf610*
1166 F:      arch/arm/boot/dts/vf*
1167
1168 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1169 M:      Lennert Buytenhek <kernel@wantstofly.org>
1170 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1171 S:      Maintained
1172
1173 ARM/GUMSTIX MACHINE SUPPORT
1174 M:      Steve Sakoman <sakoman@gmail.com>
1175 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1176 S:      Maintained
1177
1178 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1179 M:      Philipp Zabel <philipp.zabel@gmail.com>
1180 M:      Paul Parsons <lost.distance@yahoo.com>
1181 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1182 S:      Maintained
1183 F:      arch/arm/mach-pxa/hx4700.c
1184 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1185 F:      sound/soc/pxa/hx4700.c
1186
1187 ARM/HISILICON SOC SUPPORT
1188 M:      Wei Xu <xuwei5@hisilicon.com>
1189 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1190 W:      http://www.hisilicon.com
1191 S:      Supported
1192 T:      git git://github.com/hisilicon/linux-hisi.git
1193 F:      arch/arm/mach-hisi/
1194 F:      arch/arm/boot/dts/hi3*
1195 F:      arch/arm/boot/dts/hip*
1196 F:      arch/arm/boot/dts/hisi*
1197 F:      arch/arm64/boot/dts/hisilicon/
1198
1199 ARM/HP JORNADA 7XX MACHINE SUPPORT
1200 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1201 W:      www.jlime.com
1202 S:      Maintained
1203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1204 F:      arch/arm/mach-sa1100/jornada720.c
1205 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1206
1207 ARM/IGEP MACHINE SUPPORT
1208 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1209 M:      Javier Martinez Canillas <javier@dowhile0.org>
1210 L:      linux-omap@vger.kernel.org
1211 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1212 S:      Maintained
1213 F:      arch/arm/boot/dts/omap3-igep*
1214
1215 ARM/INCOME PXA270 SUPPORT
1216 M:      Marek Vasut <marek.vasut@gmail.com>
1217 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1218 S:      Maintained
1219 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1220
1221 ARM/INTEL IOP32X ARM ARCHITECTURE
1222 M:      Lennert Buytenhek <kernel@wantstofly.org>
1223 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1224 S:      Maintained
1225
1226 ARM/INTEL IOP33X ARM ARCHITECTURE
1227 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1228 S:      Orphan
1229
1230 ARM/INTEL IOP13XX ARM ARCHITECTURE
1231 M:      Lennert Buytenhek <kernel@wantstofly.org>
1232 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1233 S:      Maintained
1234
1235 ARM/INTEL IQ81342EX MACHINE SUPPORT
1236 M:      Lennert Buytenhek <kernel@wantstofly.org>
1237 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1238 S:      Maintained
1239
1240 ARM/INTEL IXDP2850 MACHINE SUPPORT
1241 M:      Lennert Buytenhek <kernel@wantstofly.org>
1242 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1243 S:      Maintained
1244
1245 ARM/INTEL IXP4XX ARM ARCHITECTURE
1246 M:      Imre Kaloz <kaloz@openwrt.org>
1247 M:      Krzysztof Halasa <khalasa@piap.pl>
1248 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1249 S:      Maintained
1250 F:      arch/arm/mach-ixp4xx/
1251
1252 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1253 M:      Jonathan Cameron <jic23@cam.ac.uk>
1254 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1255 S:      Maintained
1256 F:      arch/arm/mach-pxa/stargate2.c
1257 F:      drivers/pcmcia/pxa2xx_stargate2.c
1258
1259 ARM/INTEL XSC3 (MANZANO) ARM CORE
1260 M:      Lennert Buytenhek <kernel@wantstofly.org>
1261 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1262 S:      Maintained
1263
1264 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1265 M:      Lennert Buytenhek <kernel@wantstofly.org>
1266 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1267 S:      Maintained
1268
1269 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1270 M:      Santosh Shilimkar <ssantosh@kernel.org>
1271 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1272 S:      Maintained
1273 F:      arch/arm/mach-keystone/
1274 F:      arch/arm/boot/dts/k2*
1275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1276
1277 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1278 M:      Santosh Shilimkar <ssantosh@kernel.org>
1279 L:      linux-kernel@vger.kernel.org
1280 S:      Maintained
1281 F:      drivers/clk/keystone/
1282
1283 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1284 M:      Santosh Shilimkar <ssantosh@kernel.org>
1285 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1286 L:      linux-kernel@vger.kernel.org
1287 S:      Maintained
1288 F:      drivers/clocksource/timer-keystone.c
1289
1290 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1291 M:      Santosh Shilimkar <ssantosh@kernel.org>
1292 L:      linux-kernel@vger.kernel.org
1293 S:      Maintained
1294 F:      drivers/power/reset/keystone-reset.c
1295
1296 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1297 M:      Santosh Shilimkar <ssantosh@kernel.org>
1298 L:      linux-kernel@vger.kernel.org
1299 S:      Maintained
1300 F:      drivers/memory/*emif*
1301
1302 ARM/LG1K ARCHITECTURE
1303 M:      Chanho Min <chanho.min@lge.com>
1304 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1305 S:      Maintained
1306 F:      arch/arm64/boot/dts/lg/
1307
1308 ARM/LOGICPD PXA270 MACHINE SUPPORT
1309 M:      Lennert Buytenhek <kernel@wantstofly.org>
1310 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1311 S:      Maintained
1312
1313 ARM/LPC18XX ARCHITECTURE
1314 M:      Joachim Eastwood <manabian@gmail.com>
1315 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1316 S:      Maintained
1317 F:      arch/arm/boot/dts/lpc43*
1318 F:      drivers/clk/nxp/clk-lpc18xx*
1319 F:      drivers/clocksource/time-lpc32xx.c
1320 F:      drivers/i2c/busses/i2c-lpc2k.c
1321 F:      drivers/memory/pl172.c
1322 F:      drivers/mtd/spi-nor/nxp-spifi.c
1323 F:      drivers/rtc/rtc-lpc24xx.c
1324 N:      lpc18xx
1325
1326 ARM/LPC32XX SOC SUPPORT
1327 M:      Vladimir Zapolskiy <vz@mleia.com>
1328 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1329 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1330 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1331 S:      Maintained
1332 F:      arch/arm/boot/dts/lpc32*
1333 F:      arch/arm/mach-lpc32xx/
1334 F:      drivers/i2c/busses/i2c-pnx.c
1335 F:      drivers/net/ethernet/nxp/lpc_eth.c
1336 F:      drivers/usb/host/ohci-nxp.c
1337 F:      drivers/watchdog/pnx4008_wdt.c
1338 N:      lpc32xx
1339
1340 ARM/MAGICIAN MACHINE SUPPORT
1341 M:      Philipp Zabel <philipp.zabel@gmail.com>
1342 S:      Maintained
1343
1344 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1345 M:      Jason Cooper <jason@lakedaemon.net>
1346 M:      Andrew Lunn <andrew@lunn.ch>
1347 M:      Gregory Clement <gregory.clement@free-electrons.com>
1348 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1349 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1350 S:      Maintained
1351 F:      arch/arm/mach-mvebu/
1352 F:      drivers/rtc/rtc-armada38x.c
1353 F:      arch/arm/boot/dts/armada*
1354 F:      arch/arm/boot/dts/kirkwood*
1355 F:      arch/arm64/boot/dts/marvell/armada*
1356 F:      drivers/cpufreq/mvebu-cpufreq.c
1357
1358
1359 ARM/Marvell Berlin SoC support
1360 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1361 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1362 S:      Maintained
1363 F:      arch/arm/mach-berlin/
1364 F:      arch/arm/boot/dts/berlin*
1365 F:      arch/arm64/boot/dts/marvell/berlin*
1366
1367
1368 ARM/Marvell Dove/MV78xx0/Orion SOC support
1369 M:      Jason Cooper <jason@lakedaemon.net>
1370 M:      Andrew Lunn <andrew@lunn.ch>
1371 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1372 M:      Gregory Clement <gregory.clement@free-electrons.com>
1373 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1374 S:      Maintained
1375 F:      arch/arm/mach-dove/
1376 F:      arch/arm/mach-mv78xx0/
1377 F:      arch/arm/mach-orion5x/
1378 F:      arch/arm/plat-orion/
1379 F:      arch/arm/boot/dts/dove*
1380 F:      arch/arm/boot/dts/orion5x*
1381
1382
1383 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1384 M:      Alexander Clouter <alex@digriz.org.uk>
1385 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1386 W:      http://www.digriz.org.uk/ts78xx/kernel
1387 S:      Maintained
1388 F:      arch/arm/mach-orion5x/ts78xx-*
1389
1390 ARM/OXNAS platform support
1391 M:      Neil Armstrong <narmstrong@baylibre.com>
1392 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1393 S:      Maintained
1394 F:      arch/arm/mach-oxnas/
1395 F:      arch/arm/boot/dts/oxnas*
1396 F:      arch/arm/boot/dts/wd-mbwe.dts
1397 N:      oxnas
1398
1399 ARM/Mediatek RTC DRIVER
1400 M:      Eddie Huang <eddie.huang@mediatek.com>
1401 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1402 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1403 S:      Maintained
1404 F:      drivers/rtc/rtc-mt6397.c
1405
1406 ARM/Mediatek SoC support
1407 M:      Matthias Brugger <matthias.bgg@gmail.com>
1408 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1409 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1410 S:      Maintained
1411 F:      arch/arm/boot/dts/mt6*
1412 F:      arch/arm/boot/dts/mt8*
1413 F:      arch/arm/mach-mediatek/
1414 N:      mtk
1415 K:      mediatek
1416
1417 ARM/Mediatek USB3 PHY DRIVER
1418 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1419 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1420 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1421 S:      Maintained
1422 F:      drivers/phy/phy-mt65xx-usb3.c
1423
1424 ARM/MICREL KS8695 ARCHITECTURE
1425 M:      Greg Ungerer <gerg@uclinux.org>
1426 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1427 F:      arch/arm/mach-ks8695/
1428 S:      Odd Fixes
1429
1430 ARM/MIOA701 MACHINE SUPPORT
1431 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1432 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1433 F:      arch/arm/mach-pxa/mioa701.c
1434 S:      Maintained
1435
1436 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1437 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1438 S:      Maintained
1439
1440 ARM/NOMADIK ARCHITECTURE
1441 M:      Alessandro Rubini <rubini@unipv.it>
1442 M:      Linus Walleij <linus.walleij@linaro.org>
1443 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1444 S:      Maintained
1445 F:      arch/arm/mach-nomadik/
1446 F:      drivers/pinctrl/nomadik/
1447 F:      drivers/i2c/busses/i2c-nomadik.c
1448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1449
1450 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1451 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1452 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1453 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1454 S:      Supported
1455
1456 ARM/TOSA MACHINE SUPPORT
1457 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1458 M:      Dirk Opfer <dirk@opfer-online.de>
1459 S:      Maintained
1460
1461 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1462 M:      Marek Vasut <marek.vasut@gmail.com>
1463 L:      linux-arm-kernel@lists.infradead.org
1464 W:      http://hackndev.com
1465 S:      Maintained
1466 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1467 F:      arch/arm/mach-pxa/palmtx.c
1468 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1469 F:      arch/arm/mach-pxa/palmt5.c
1470 F:      arch/arm/mach-pxa/include/mach/palmld.h
1471 F:      arch/arm/mach-pxa/palmld.c
1472 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1473 F:      arch/arm/mach-pxa/palmte2.c
1474 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1475 F:      arch/arm/mach-pxa/palmtc.c
1476
1477 ARM/PALM TREO SUPPORT
1478 M:      Tomas Cech <sleep_walker@suse.com>
1479 L:      linux-arm-kernel@lists.infradead.org
1480 W:      http://hackndev.com
1481 S:      Maintained
1482 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1483 F:      arch/arm/mach-pxa/palmtreo.c
1484
1485 ARM/PALMZ72 SUPPORT
1486 M:      Sergey Lapin <slapin@ossfans.org>
1487 L:      linux-arm-kernel@lists.infradead.org
1488 W:      http://hackndev.com
1489 S:      Maintained
1490 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1491 F:      arch/arm/mach-pxa/palmz72.c
1492
1493 ARM/PLEB SUPPORT
1494 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1495 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1496 S:      Maintained
1497
1498 ARM/PT DIGITAL BOARD PORT
1499 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1500 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1501 W:      http://www.armlinux.org.uk/
1502 S:      Maintained
1503
1504 ARM/QUALCOMM SUPPORT
1505 M:      Andy Gross <andy.gross@linaro.org>
1506 M:      David Brown <david.brown@linaro.org>
1507 L:      linux-arm-msm@vger.kernel.org
1508 L:      linux-soc@vger.kernel.org
1509 S:      Maintained
1510 F:      arch/arm/boot/dts/qcom-*.dts
1511 F:      arch/arm/boot/dts/qcom-*.dtsi
1512 F:      arch/arm/mach-qcom/
1513 F:      arch/arm64/boot/dts/qcom/*
1514 F:      drivers/i2c/busses/i2c-qup.c
1515 F:      drivers/clk/qcom/
1516 F:      drivers/soc/qcom/
1517 F:      drivers/spi/spi-qup.c
1518 F:      drivers/tty/serial/msm_serial.h
1519 F:      drivers/tty/serial/msm_serial.c
1520 F:      drivers/*/pm8???-*
1521 F:      drivers/mfd/ssbi.c
1522 F:      drivers/firmware/qcom_scm.c
1523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1524
1525 ARM/RADISYS ENP2611 MACHINE SUPPORT
1526 M:      Lennert Buytenhek <kernel@wantstofly.org>
1527 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1528 S:      Maintained
1529
1530 ARM/RENESAS ARM64 ARCHITECTURE
1531 M:      Simon Horman <horms@verge.net.au>
1532 M:      Magnus Damm <magnus.damm@gmail.com>
1533 L:      linux-renesas-soc@vger.kernel.org
1534 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1536 S:      Supported
1537 F:      arch/arm64/boot/dts/renesas/
1538
1539 ARM/RISCPC ARCHITECTURE
1540 M:      Russell King <linux@armlinux.org.uk>
1541 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1542 W:      http://www.armlinux.org.uk/
1543 S:      Maintained
1544 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1545 F:      arch/arm/include/asm/hardware/ioc.h
1546 F:      arch/arm/include/asm/hardware/iomd.h
1547 F:      arch/arm/include/asm/hardware/memc.h
1548 F:      arch/arm/mach-rpc/
1549 F:      drivers/net/ethernet/8390/etherh.c
1550 F:      drivers/net/ethernet/i825xx/ether1*
1551 F:      drivers/net/ethernet/seeq/ether3*
1552 F:      drivers/scsi/arm/
1553
1554 ARM/Rockchip SoC support
1555 M:      Heiko Stuebner <heiko@sntech.de>
1556 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1557 L:      linux-rockchip@lists.infradead.org
1558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1559 S:      Maintained
1560 F:      arch/arm/boot/dts/rk3*
1561 F:      arch/arm/mach-rockchip/
1562 F:      drivers/clk/rockchip/
1563 F:      drivers/i2c/busses/i2c-rk3x.c
1564 F:      drivers/*/*rockchip*
1565 F:      drivers/*/*/*rockchip*
1566 F:      sound/soc/rockchip/
1567 N:      rockchip
1568
1569 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1570 M:      Kukjin Kim <kgene@kernel.org>
1571 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1572 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1573 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1574 S:      Maintained
1575 F:      arch/arm/boot/dts/s3c*
1576 F:      arch/arm/boot/dts/s5p*
1577 F:      arch/arm/boot/dts/samsung*
1578 F:      arch/arm/boot/dts/exynos*
1579 F:      arch/arm64/boot/dts/exynos/
1580 F:      arch/arm/plat-samsung/
1581 F:      arch/arm/mach-s3c24*/
1582 F:      arch/arm/mach-s3c64xx/
1583 F:      arch/arm/mach-s5p*/
1584 F:      arch/arm/mach-exynos*/
1585 F:      drivers/*/*s3c2410*
1586 F:      drivers/*/*/*s3c2410*
1587 F:      drivers/soc/samsung/*
1588 F:      drivers/spi/spi-s3c*
1589 F:      sound/soc/samsung/*
1590 F:      Documentation/arm/Samsung/
1591 F:      Documentation/devicetree/bindings/arm/samsung/
1592 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1593 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1594 N:      exynos
1595
1596 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1597 M:      Kyungmin Park <kyungmin.park@samsung.com>
1598 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1599 S:      Maintained
1600 F:      arch/arm/mach-s5pv210/
1601
1602 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1603 M:      Kyungmin Park <kyungmin.park@samsung.com>
1604 M:      Kamil Debski <k.debski@samsung.com>
1605 L:      linux-arm-kernel@lists.infradead.org
1606 L:      linux-media@vger.kernel.org
1607 S:      Maintained
1608 F:      drivers/media/platform/s5p-g2d/
1609
1610 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1611 M:      Kyungmin Park <kyungmin.park@samsung.com>
1612 M:      Kamil Debski <k.debski@samsung.com>
1613 M:      Jeongtae Park <jtp.park@samsung.com>
1614 L:      linux-arm-kernel@lists.infradead.org
1615 L:      linux-media@vger.kernel.org
1616 S:      Maintained
1617 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1618 F:      drivers/media/platform/s5p-mfc/
1619
1620 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1621 M:      Kyungmin Park <kyungmin.park@samsung.com>
1622 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1623 L:      linux-arm-kernel@lists.infradead.org
1624 L:      linux-media@vger.kernel.org
1625 S:      Maintained
1626 F:      drivers/media/platform/s5p-tv/
1627
1628 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1629 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1630 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1631 L:      linux-arm-kernel@lists.infradead.org
1632 L:      linux-media@vger.kernel.org
1633 S:      Maintained
1634 F:      drivers/media/platform/s5p-jpeg/
1635
1636 ARM/SHMOBILE ARM ARCHITECTURE
1637 M:      Simon Horman <horms@verge.net.au>
1638 M:      Magnus Damm <magnus.damm@gmail.com>
1639 L:      linux-renesas-soc@vger.kernel.org
1640 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1642 S:      Supported
1643 F:      arch/arm/boot/dts/emev2*
1644 F:      arch/arm/boot/dts/r7s*
1645 F:      arch/arm/boot/dts/r8a*
1646 F:      arch/arm/boot/dts/sh*
1647 F:      arch/arm/configs/shmobile_defconfig
1648 F:      arch/arm/include/debug/renesas-scif.S
1649 F:      arch/arm/mach-shmobile/
1650 F:      drivers/sh/
1651
1652 ARM/SOCFPGA ARCHITECTURE
1653 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1654 S:      Maintained
1655 F:      arch/arm/mach-socfpga/
1656 F:      arch/arm/boot/dts/socfpga*
1657 F:      arch/arm/configs/socfpga_defconfig
1658 F:      arch/arm64/boot/dts/altera/
1659 W:      http://www.rocketboards.org
1660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1661
1662 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1663 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1664 S:      Maintained
1665 F:      drivers/clk/socfpga/
1666
1667 ARM/SOCFPGA EDAC SUPPORT
1668 M:      Thor Thayer <tthayer@opensource.altera.com>
1669 S:      Maintained
1670 F:      drivers/edac/altera_edac.
1671
1672 ARM/STI ARCHITECTURE
1673 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1674 M:      Maxime Coquelin <maxime.coquelin@st.com>
1675 M:      Patrice Chotard <patrice.chotard@st.com>
1676 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1677 L:      kernel@stlinux.com
1678 W:      http://www.stlinux.com
1679 S:      Maintained
1680 F:      arch/arm/mach-sti/
1681 F:      arch/arm/boot/dts/sti*
1682 F:      drivers/char/hw_random/st-rng.c
1683 F:      drivers/clocksource/arm_global_timer.c
1684 F:      drivers/clocksource/clksrc_st_lpc.c
1685 F:      drivers/cpufreq/sti-cpufreq.c
1686 F:      drivers/i2c/busses/i2c-st.c
1687 F:      drivers/media/rc/st_rc.c
1688 F:      drivers/media/platform/sti/c8sectpfe/
1689 F:      drivers/mmc/host/sdhci-st.c
1690 F:      drivers/phy/phy-miphy28lp.c
1691 F:      drivers/phy/phy-miphy365x.c
1692 F:      drivers/phy/phy-stih407-usb.c
1693 F:      drivers/phy/phy-stih41x-usb.c
1694 F:      drivers/pinctrl/pinctrl-st.c
1695 F:      drivers/remoteproc/st_remoteproc.c
1696 F:      drivers/reset/sti/
1697 F:      drivers/rtc/rtc-st-lpc.c
1698 F:      drivers/tty/serial/st-asc.c
1699 F:      drivers/usb/dwc3/dwc3-st.c
1700 F:      drivers/usb/host/ehci-st.c
1701 F:      drivers/usb/host/ohci-st.c
1702 F:      drivers/watchdog/st_lpc_wdt.c
1703 F:      drivers/ata/ahci_st.c
1704
1705 ARM/STM32 ARCHITECTURE
1706 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1707 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1708 S:      Maintained
1709 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1710 N:      stm32
1711 F:      drivers/clocksource/armv7m_systick.c
1712
1713 ARM/TANGO ARCHITECTURE
1714 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1715 L:      linux-arm-kernel@lists.infradead.org
1716 S:      Maintained
1717 F:      arch/arm/mach-tango/
1718 F:      arch/arm/boot/dts/tango*
1719
1720 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1721 M:      Lennert Buytenhek <kernel@wantstofly.org>
1722 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1723 S:      Maintained
1724
1725 ARM/TETON BGA MACHINE SUPPORT
1726 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1727 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1728 S:      Maintained
1729
1730 ARM/THECUS N2100 MACHINE SUPPORT
1731 M:      Lennert Buytenhek <kernel@wantstofly.org>
1732 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1733 S:      Maintained
1734
1735 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1736 M:      Wan ZongShun <mcuos.com@gmail.com>
1737 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1738 W:      http://www.mcuos.com
1739 S:      Maintained
1740 F:      arch/arm/mach-w90x900/
1741 F:      drivers/input/keyboard/w90p910_keypad.c
1742 F:      drivers/input/touchscreen/w90p910_ts.c
1743 F:      drivers/watchdog/nuc900_wdt.c
1744 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1745 F:      drivers/mtd/nand/nuc900_nand.c
1746 F:      drivers/rtc/rtc-nuc900.c
1747 F:      drivers/spi/spi-nuc900.c
1748 F:      drivers/usb/host/ehci-w90x900.c
1749 F:      drivers/video/fbdev/nuc900fb.c
1750
1751 ARM/U300 MACHINE SUPPORT
1752 M:      Linus Walleij <linus.walleij@linaro.org>
1753 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1754 S:      Supported
1755 F:      arch/arm/mach-u300/
1756 F:      drivers/clocksource/timer-u300.c
1757 F:      drivers/i2c/busses/i2c-stu300.c
1758 F:      drivers/rtc/rtc-coh901331.c
1759 F:      drivers/watchdog/coh901327_wdt.c
1760 F:      drivers/dma/coh901318*
1761 F:      drivers/mfd/ab3100*
1762 F:      drivers/rtc/rtc-ab3100.c
1763 F:      drivers/rtc/rtc-coh901331.c
1764 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1765
1766 ARM/UNIPHIER ARCHITECTURE
1767 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1768 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1769 S:      Maintained
1770 F:      arch/arm/boot/dts/uniphier*
1771 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1772 F:      arch/arm/mach-uniphier/
1773 F:      arch/arm/mm/cache-uniphier.c
1774 F:      arch/arm64/boot/dts/socionext/
1775 F:      drivers/bus/uniphier-system-bus.c
1776 F:      drivers/i2c/busses/i2c-uniphier*
1777 F:      drivers/pinctrl/uniphier/
1778 F:      drivers/tty/serial/8250/8250_uniphier.c
1779 N:      uniphier
1780
1781 ARM/Ux500 ARM ARCHITECTURE
1782 M:      Linus Walleij <linus.walleij@linaro.org>
1783 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1784 S:      Maintained
1785 F:      arch/arm/mach-ux500/
1786 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1787 F:      drivers/dma/ste_dma40*
1788 F:      drivers/hwspinlock/u8500_hsem.c
1789 F:      drivers/mfd/abx500*
1790 F:      drivers/mfd/ab8500*
1791 F:      drivers/mfd/dbx500*
1792 F:      drivers/mfd/db8500*
1793 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1794 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1795 F:      drivers/rtc/rtc-ab8500.c
1796 F:      drivers/rtc/rtc-pl031.c
1797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1798
1799 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1800 M:      Ulf Hansson <ulf.hansson@linaro.org>
1801 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1802 T:      git git://git.linaro.org/people/ulfh/clk.git
1803 S:      Maintained
1804 F:      drivers/clk/ux500/
1805 F:      include/linux/platform_data/clk-ux500.h
1806
1807 ARM/VERSATILE EXPRESS PLATFORM
1808 M:      Liviu Dudau <liviu.dudau@arm.com>
1809 M:      Sudeep Holla <sudeep.holla@arm.com>
1810 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1811 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1812 S:      Maintained
1813 F:      arch/arm/boot/dts/vexpress*
1814 F:      arch/arm64/boot/dts/arm/
1815 F:      arch/arm/mach-vexpress/
1816 F:      */*/vexpress*
1817 F:      */*/*/vexpress*
1818 F:      drivers/clk/versatile/clk-vexpress-osc.c
1819 F:      drivers/clocksource/versatile.c
1820 N:      mps2
1821
1822 ARM/VFP SUPPORT
1823 M:      Russell King <linux@armlinux.org.uk>
1824 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1825 W:      http://www.armlinux.org.uk/
1826 S:      Maintained
1827 F:      arch/arm/vfp/
1828
1829 ARM/VOIPAC PXA270 SUPPORT
1830 M:      Marek Vasut <marek.vasut@gmail.com>
1831 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1832 S:      Maintained
1833 F:      arch/arm/mach-pxa/vpac270.c
1834 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1835
1836 ARM/VT8500 ARM ARCHITECTURE
1837 M:      Tony Prisk <linux@prisktech.co.nz>
1838 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1839 S:      Maintained
1840 F:      arch/arm/mach-vt8500/
1841 F:      drivers/clocksource/vt8500_timer.c
1842 F:      drivers/i2c/busses/i2c-wmt.c
1843 F:      drivers/mmc/host/wmt-sdmmc.c
1844 F:      drivers/pwm/pwm-vt8500.c
1845 F:      drivers/rtc/rtc-vt8500.c
1846 F:      drivers/tty/serial/vt8500_serial.c
1847 F:      drivers/usb/host/ehci-platform.c
1848 F:      drivers/usb/host/uhci-platform.c
1849 F:      drivers/video/fbdev/vt8500lcdfb.*
1850 F:      drivers/video/fbdev/wm8505fb*
1851 F:      drivers/video/fbdev/wmt_ge_rops.*
1852
1853 ARM/ZIPIT Z2 SUPPORT
1854 M:      Marek Vasut <marek.vasut@gmail.com>
1855 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1856 S:      Maintained
1857 F:      arch/arm/mach-pxa/z2.c
1858 F:      arch/arm/mach-pxa/include/mach/z2.h
1859
1860 ARM/ZTE ARCHITECTURE
1861 M:      Jun Nie <jun.nie@linaro.org>
1862 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1863 S:      Maintained
1864 F:      arch/arm/mach-zx/
1865 F:      drivers/clk/zte/
1866 F:      Documentation/devicetree/bindings/arm/zte.txt
1867 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1868
1869 ARM/ZYNQ ARCHITECTURE
1870 M:      Michal Simek <michal.simek@xilinx.com>
1871 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1872 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1873 W:      http://wiki.xilinx.com
1874 T:      git https://github.com/Xilinx/linux-xlnx.git
1875 S:      Supported
1876 F:      arch/arm/mach-zynq/
1877 F:      drivers/cpuidle/cpuidle-zynq.c
1878 F:      drivers/block/xsysace.c
1879 N:      zynq
1880 N:      xilinx
1881 F:      drivers/clocksource/cadence_ttc_timer.c
1882 F:      drivers/i2c/busses/i2c-cadence.c
1883 F:      drivers/mmc/host/sdhci-of-arasan.c
1884 F:      drivers/edac/synopsys_edac.c
1885
1886 ARM SMMU DRIVERS
1887 M:      Will Deacon <will.deacon@arm.com>
1888 R:      Robin Murphy <robin.murphy@arm.com>
1889 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1890 S:      Maintained
1891 F:      drivers/iommu/arm-smmu.c
1892 F:      drivers/iommu/arm-smmu-v3.c
1893 F:      drivers/iommu/io-pgtable-arm.c
1894 F:      drivers/iommu/io-pgtable-arm-v7s.c
1895
1896 ARM64 PORT (AARCH64 ARCHITECTURE)
1897 M:      Catalin Marinas <catalin.marinas@arm.com>
1898 M:      Will Deacon <will.deacon@arm.com>
1899 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1901 S:      Maintained
1902 F:      arch/arm64/
1903 F:      Documentation/arm64/
1904
1905 AS3645A LED FLASH CONTROLLER DRIVER
1906 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1907 L:      linux-media@vger.kernel.org
1908 T:      git git://linuxtv.org/media_tree.git
1909 S:      Maintained
1910 F:      drivers/media/i2c/as3645a.c
1911 F:      include/media/i2c/as3645a.h
1912
1913 ASC7621 HARDWARE MONITOR DRIVER
1914 M:      George Joseph <george.joseph@fairview5.com>
1915 L:      linux-hwmon@vger.kernel.org
1916 S:      Maintained
1917 F:      Documentation/hwmon/asc7621
1918 F:      drivers/hwmon/asc7621.c
1919
1920 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1921 M:      Corentin Chary <corentin.chary@gmail.com>
1922 L:      acpi4asus-user@lists.sourceforge.net
1923 L:      platform-driver-x86@vger.kernel.org
1924 W:      http://acpi4asus.sf.net
1925 S:      Maintained
1926 F:      drivers/platform/x86/asus*.c
1927 F:      drivers/platform/x86/eeepc*.c
1928
1929 ASUS WIRELESS RADIO CONTROL DRIVER
1930 M:      João Paulo Rechi Vita <jprvita@gmail.com>
1931 L:      platform-driver-x86@vger.kernel.org
1932 S:      Maintained
1933 F:      drivers/platform/x86/asus-wireless.c
1934
1935 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1936 R:      Dan Williams <dan.j.williams@intel.com>
1937 W:      http://sourceforge.net/projects/xscaleiop
1938 S:      Odd fixes
1939 F:      Documentation/crypto/async-tx-api.txt
1940 F:      crypto/async_tx/
1941 F:      drivers/dma/
1942 F:      include/linux/dmaengine.h
1943 F:      include/linux/async_tx.h
1944
1945 AT24 EEPROM DRIVER
1946 M:      Wolfram Sang <wsa@the-dreams.de>
1947 L:      linux-i2c@vger.kernel.org
1948 S:      Maintained
1949 F:      drivers/misc/eeprom/at24.c
1950 F:      include/linux/platform_data/at24.h
1951
1952 ATA OVER ETHERNET (AOE) DRIVER
1953 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1954 W:      http://www.openaoe.org/
1955 S:      Supported
1956 F:      Documentation/aoe/
1957 F:      drivers/block/aoe/
1958
1959 ATHEROS 71XX/9XXX GPIO DRIVER
1960 M:      Alban Bedel <albeu@free.fr>
1961 W:      https://github.com/AlbanBedel/linux
1962 T:      git git://github.com/AlbanBedel/linux
1963 S:      Maintained
1964 F:      drivers/gpio/gpio-ath79.c
1965 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1966
1967 ATHEROS ATH GENERIC UTILITIES
1968 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1969 L:      linux-wireless@vger.kernel.org
1970 S:      Supported
1971 F:      drivers/net/wireless/ath/*
1972
1973 ATHEROS ATH5K WIRELESS DRIVER
1974 M:      Jiri Slaby <jirislaby@gmail.com>
1975 M:      Nick Kossifidis <mickflemm@gmail.com>
1976 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1977 L:      linux-wireless@vger.kernel.org
1978 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1979 S:      Maintained
1980 F:      drivers/net/wireless/ath/ath5k/
1981
1982 ATHEROS ATH6KL WIRELESS DRIVER
1983 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1984 L:      linux-wireless@vger.kernel.org
1985 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1986 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
1987 S:      Supported
1988 F:      drivers/net/wireless/ath/ath6kl/
1989
1990 WILOCITY WIL6210 WIRELESS DRIVER
1991 M:      Maya Erez <qca_merez@qca.qualcomm.com>
1992 L:      linux-wireless@vger.kernel.org
1993 L:      wil6210@qca.qualcomm.com
1994 S:      Supported
1995 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1996 F:      drivers/net/wireless/ath/wil6210/
1997 F:      include/uapi/linux/wil6210_uapi.h
1998
1999 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2000 M:      Christian Lamparter <chunkeey@googlemail.com>
2001 L:      linux-wireless@vger.kernel.org
2002 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2003 S:      Maintained
2004 F:      drivers/net/wireless/ath/carl9170/
2005
2006 ATK0110 HWMON DRIVER
2007 M:      Luca Tettamanti <kronos.it@gmail.com>
2008 L:      linux-hwmon@vger.kernel.org
2009 S:      Maintained
2010 F:      drivers/hwmon/asus_atk0110.c
2011
2012 ATI_REMOTE2 DRIVER
2013 M:      Ville Syrjala <syrjala@sci.fi>
2014 S:      Maintained
2015 F:      drivers/input/misc/ati_remote2.c
2016
2017 ATLX ETHERNET DRIVERS
2018 M:      Jay Cliburn <jcliburn@gmail.com>
2019 M:      Chris Snook <chris.snook@gmail.com>
2020 L:      netdev@vger.kernel.org
2021 W:      http://sourceforge.net/projects/atl1
2022 W:      http://atl1.sourceforge.net
2023 S:      Maintained
2024 F:      drivers/net/ethernet/atheros/
2025
2026 ATM
2027 M:      Chas Williams <3chas3@gmail.com>
2028 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2029 L:      netdev@vger.kernel.org
2030 W:      http://linux-atm.sourceforge.net
2031 S:      Maintained
2032 F:      drivers/atm/
2033 F:      include/linux/atm*
2034 F:      include/uapi/linux/atm*
2035
2036 ATMEL AT91 / AT32 MCI DRIVER
2037 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2038 S:      Maintained
2039 F:      drivers/mmc/host/atmel-mci.c
2040
2041 ATMEL AT91 / AT32 SERIAL DRIVER
2042 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2043 S:      Supported
2044 F:      drivers/tty/serial/atmel_serial.c
2045
2046 ATMEL SAMA5D2 ADC DRIVER
2047 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2048 L:      linux-iio@vger.kernel.org
2049 S:      Supported
2050 F:      drivers/iio/adc/at91-sama5d2_adc.c
2051
2052 ATMEL Audio ALSA driver
2053 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2054 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2055 S:      Supported
2056 F:      sound/soc/atmel
2057
2058 ATMEL DMA DRIVER
2059 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2060 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2061 S:      Supported
2062 F:      drivers/dma/at_hdmac.c
2063 F:      drivers/dma/at_hdmac_regs.h
2064 F:      include/linux/platform_data/dma-atmel.h
2065
2066 ATMEL XDMA DRIVER
2067 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2068 L:      linux-arm-kernel@lists.infradead.org
2069 L:      dmaengine@vger.kernel.org
2070 S:      Supported
2071 F:      drivers/dma/at_xdmac.c
2072
2073 ATMEL I2C DRIVER
2074 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2075 L:      linux-i2c@vger.kernel.org
2076 S:      Supported
2077 F:      drivers/i2c/busses/i2c-at91.c
2078
2079 ATMEL ISI DRIVER
2080 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2081 L:      linux-media@vger.kernel.org
2082 S:      Supported
2083 F:      drivers/media/platform/soc_camera/atmel-isi.c
2084 F:      include/media/atmel-isi.h
2085
2086 ATMEL LCDFB DRIVER
2087 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2088 L:      linux-fbdev@vger.kernel.org
2089 S:      Maintained
2090 F:      drivers/video/fbdev/atmel_lcdfb.c
2091 F:      include/video/atmel_lcdc.h
2092
2093 ATMEL MACB ETHERNET DRIVER
2094 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2095 S:      Supported
2096 F:      drivers/net/ethernet/cadence/
2097
2098 ATMEL NAND DRIVER
2099 M:      Wenyou Yang <wenyou.yang@atmel.com>
2100 M:      Josh Wu <rainyfeeling@outlook.com>
2101 L:      linux-mtd@lists.infradead.org
2102 S:      Supported
2103 F:      drivers/mtd/nand/atmel_nand*
2104
2105 ATMEL SDMMC DRIVER
2106 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2107 L:      linux-mmc@vger.kernel.org
2108 S:      Supported
2109 F:      drivers/mmc/host/sdhci-of-at91.c
2110
2111 ATMEL SPI DRIVER
2112 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2113 S:      Supported
2114 F:      drivers/spi/spi-atmel.*
2115
2116 ATMEL SSC DRIVER
2117 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2118 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2119 S:      Supported
2120 F:      drivers/misc/atmel-ssc.c
2121 F:      include/linux/atmel-ssc.h
2122
2123 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2124 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2125 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2126 S:      Supported
2127 F:      drivers/misc/atmel_tclib.c
2128 F:      drivers/clocksource/tcb_clksrc.c
2129
2130 ATMEL USBA UDC DRIVER
2131 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2132 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2133 S:      Supported
2134 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2135
2136 ATMEL WIRELESS DRIVER
2137 M:      Simon Kelley <simon@thekelleys.org.uk>
2138 L:      linux-wireless@vger.kernel.org
2139 W:      http://www.thekelleys.org.uk/atmel
2140 W:      http://atmelwlandriver.sourceforge.net/
2141 S:      Maintained
2142 F:      drivers/net/wireless/atmel/atmel*
2143
2144 ATMEL MAXTOUCH DRIVER
2145 M:      Nick Dyer <nick.dyer@itdev.co.uk>
2146 T:      git git://github.com/atmel-maxtouch/linux.git
2147 S:      Supported
2148 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2149 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2150 F:      include/linux/platform_data/atmel_mxt_ts.h
2151
2152 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2153 M:      Bradley Grove <linuxdrivers@attotech.com>
2154 L:      linux-scsi@vger.kernel.org
2155 W:      http://www.attotech.com
2156 S:      Supported
2157 F:      drivers/scsi/esas2r
2158
2159 ATUSB IEEE 802.15.4 RADIO DRIVER
2160 M:      Stefan Schmidt <stefan@osg.samsung.com>
2161 L:      linux-wpan@vger.kernel.org
2162 S:      Maintained
2163 F:      drivers/net/ieee802154/atusb.c
2164 F:      drivers/net/ieee802154/atusb.h
2165 F:      drivers/net/ieee802154/at86rf230.h
2166
2167 AUDIT SUBSYSTEM
2168 M:      Paul Moore <paul@paul-moore.com>
2169 M:      Eric Paris <eparis@redhat.com>
2170 L:      linux-audit@redhat.com (moderated for non-subscribers)
2171 W:      http://people.redhat.com/sgrubb/audit/
2172 T:      git git://git.infradead.org/users/pcmoore/audit
2173 S:      Maintained
2174 F:      include/linux/audit.h
2175 F:      include/uapi/linux/audit.h
2176 F:      kernel/audit*
2177
2178 AUXILIARY DISPLAY DRIVERS
2179 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2180 W:      http://miguelojeda.es/auxdisplay.htm
2181 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2182 S:      Maintained
2183 F:      drivers/auxdisplay/
2184 F:      include/linux/cfag12864b.h
2185
2186 AVR32 ARCHITECTURE
2187 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2188 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2189 W:      http://www.atmel.com/products/AVR32/
2190 W:      http://mirror.egtvedt.no/avr32linux.org/
2191 W:      http://avrfreaks.net/
2192 S:      Maintained
2193 F:      arch/avr32/
2194
2195 AVR32/AT32AP MACHINE SUPPORT
2196 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2197 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2198 S:      Maintained
2199 F:      arch/avr32/mach-at32ap/
2200
2201 AX.25 NETWORK LAYER
2202 M:      Ralf Baechle <ralf@linux-mips.org>
2203 L:      linux-hams@vger.kernel.org
2204 W:      http://www.linux-ax25.org/
2205 S:      Maintained
2206 F:      include/uapi/linux/ax25.h
2207 F:      include/net/ax25.h
2208 F:      net/ax25/
2209
2210 AZ6007 DVB DRIVER
2211 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2212 L:      linux-media@vger.kernel.org
2213 W:      https://linuxtv.org
2214 T:      git git://linuxtv.org/media_tree.git
2215 S:      Maintained
2216 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2217
2218 AZTECH FM RADIO RECEIVER DRIVER
2219 M:      Hans Verkuil <hverkuil@xs4all.nl>
2220 L:      linux-media@vger.kernel.org
2221 T:      git git://linuxtv.org/media_tree.git
2222 W:      https://linuxtv.org
2223 S:      Maintained
2224 F:      drivers/media/radio/radio-aztech*
2225
2226 B43 WIRELESS DRIVER
2227 L:      linux-wireless@vger.kernel.org
2228 L:      b43-dev@lists.infradead.org
2229 W:      http://wireless.kernel.org/en/users/Drivers/b43
2230 S:      Odd Fixes
2231 F:      drivers/net/wireless/broadcom/b43/
2232
2233 B43LEGACY WIRELESS DRIVER
2234 M:      Larry Finger <Larry.Finger@lwfinger.net>
2235 L:      linux-wireless@vger.kernel.org
2236 L:      b43-dev@lists.infradead.org
2237 W:      http://wireless.kernel.org/en/users/Drivers/b43
2238 S:      Maintained
2239 F:      drivers/net/wireless/broadcom/b43legacy/
2240
2241 BACKLIGHT CLASS/SUBSYSTEM
2242 M:      Jingoo Han <jingoohan1@gmail.com>
2243 M:      Lee Jones <lee.jones@linaro.org>
2244 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2245 S:      Maintained
2246 F:      drivers/video/backlight/
2247 F:      include/linux/backlight.h
2248
2249 BATMAN ADVANCED
2250 M:      Marek Lindner <mareklindner@neomailbox.ch>
2251 M:      Simon Wunderlich <sw@simonwunderlich.de>
2252 M:      Antonio Quartulli <a@unstable.cc>
2253 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2254 W:      https://www.open-mesh.org/
2255 Q:      https://patchwork.open-mesh.org/project/batman/list/
2256 S:      Maintained
2257 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2258 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2259 F:      Documentation/networking/batman-adv.txt
2260 F:      net/batman-adv/
2261
2262 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2263 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2264 L:      linux-hams@vger.kernel.org
2265 W:      http://www.baycom.org/~tom/ham/ham.html
2266 S:      Maintained
2267 F:      drivers/net/hamradio/baycom*
2268
2269 BCACHE (BLOCK LAYER CACHE)
2270 M:      Kent Overstreet <kent.overstreet@gmail.com>
2271 L:      linux-bcache@vger.kernel.org
2272 W:      http://bcache.evilpiepirate.org
2273 S:      Maintained
2274 F:      drivers/md/bcache/
2275
2276 BDISP ST MEDIA DRIVER
2277 M:      Fabien Dessenne <fabien.dessenne@st.com>
2278 L:      linux-media@vger.kernel.org
2279 T:      git git://linuxtv.org/media_tree.git
2280 W:      https://linuxtv.org
2281 S:      Supported
2282 F:      drivers/media/platform/sti/bdisp
2283
2284 BEFS FILE SYSTEM
2285 S:      Orphan
2286 F:      Documentation/filesystems/befs.txt
2287 F:      fs/befs/
2288
2289 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2290 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2291 L:      netdev@vger.kernel.org
2292 S:      Maintained
2293 F:      drivers/net/ethernet/ec_bhf.c
2294
2295 BFS FILE SYSTEM
2296 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2297 S:      Maintained
2298 F:      Documentation/filesystems/bfs.txt
2299 F:      fs/bfs/
2300 F:      include/uapi/linux/bfs_fs.h
2301
2302 BLACKFIN ARCHITECTURE
2303 M:      Steven Miao <realmz6@gmail.com>
2304 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2305 T:      git git://git.code.sf.net/p/adi-linux/code
2306 W:      http://blackfin.uclinux.org
2307 S:      Supported
2308 F:      arch/blackfin/
2309
2310 BLACKFIN EMAC DRIVER
2311 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2312 W:      http://blackfin.uclinux.org
2313 S:      Supported
2314 F:      drivers/net/ethernet/adi/
2315
2316 BLACKFIN RTC DRIVER
2317 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2318 W:      http://blackfin.uclinux.org
2319 S:      Supported
2320 F:      drivers/rtc/rtc-bfin.c
2321
2322 BLACKFIN SDH DRIVER
2323 M:      Sonic Zhang <sonic.zhang@analog.com>
2324 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2325 W:      http://blackfin.uclinux.org
2326 S:      Supported
2327 F:      drivers/mmc/host/bfin_sdh.c
2328
2329 BLACKFIN SERIAL DRIVER
2330 M:      Sonic Zhang <sonic.zhang@analog.com>
2331 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2332 W:      http://blackfin.uclinux.org
2333 S:      Supported
2334 F:      drivers/tty/serial/bfin_uart.c
2335
2336 BLACKFIN WATCHDOG DRIVER
2337 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2338 W:      http://blackfin.uclinux.org
2339 S:      Supported
2340 F:      drivers/watchdog/bfin_wdt.c
2341
2342 BLACKFIN I2C TWI DRIVER
2343 M:      Sonic Zhang <sonic.zhang@analog.com>
2344 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2345 W:      http://blackfin.uclinux.org/
2346 S:      Supported
2347 F:      drivers/i2c/busses/i2c-bfin-twi.c
2348
2349 BLACKFIN MEDIA DRIVER
2350 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2351 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2352 W:      http://blackfin.uclinux.org/
2353 S:      Supported
2354 F:      drivers/media/platform/blackfin/
2355 F:      drivers/media/i2c/adv7183*
2356 F:      drivers/media/i2c/vs6624*
2357
2358 BLINKM RGB LED DRIVER
2359 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2360 S:      Maintained
2361 F:      drivers/leds/leds-blinkm.c
2362
2363 BLOCK LAYER
2364 M:      Jens Axboe <axboe@kernel.dk>
2365 L:      linux-block@vger.kernel.org
2366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2367 S:      Maintained
2368 F:      block/
2369 F:      kernel/trace/blktrace.c
2370
2371 BLOCK2MTD DRIVER
2372 M:      Joern Engel <joern@lazybastard.org>
2373 L:      linux-mtd@lists.infradead.org
2374 S:      Maintained
2375 F:      drivers/mtd/devices/block2mtd.c
2376
2377 BLUETOOTH DRIVERS
2378 M:      Marcel Holtmann <marcel@holtmann.org>
2379 M:      Gustavo Padovan <gustavo@padovan.org>
2380 M:      Johan Hedberg <johan.hedberg@gmail.com>
2381 L:      linux-bluetooth@vger.kernel.org
2382 W:      http://www.bluez.org/
2383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2384 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2385 S:      Maintained
2386 F:      drivers/bluetooth/
2387
2388 BLUETOOTH SUBSYSTEM
2389 M:      Marcel Holtmann <marcel@holtmann.org>
2390 M:      Gustavo Padovan <gustavo@padovan.org>
2391 M:      Johan Hedberg <johan.hedberg@gmail.com>
2392 L:      linux-bluetooth@vger.kernel.org
2393 W:      http://www.bluez.org/
2394 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2396 S:      Maintained
2397 F:      net/bluetooth/
2398 F:      include/net/bluetooth/
2399
2400 BONDING DRIVER
2401 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2402 M:      Veaceslav Falico <vfalico@gmail.com>
2403 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2404 L:      netdev@vger.kernel.org
2405 W:      http://sourceforge.net/projects/bonding/
2406 S:      Supported
2407 F:      drivers/net/bonding/
2408 F:      include/uapi/linux/if_bonding.h
2409
2410 BPF (Safe dynamic programs and tools)
2411 M:      Alexei Starovoitov <ast@kernel.org>
2412 L:      netdev@vger.kernel.org
2413 L:      linux-kernel@vger.kernel.org
2414 S:      Supported
2415 F:      kernel/bpf/
2416
2417 BROADCOM B44 10/100 ETHERNET DRIVER
2418 M:      Gary Zambrano <zambrano@broadcom.com>
2419 L:      netdev@vger.kernel.org
2420 S:      Supported
2421 F:      drivers/net/ethernet/broadcom/b44.*
2422
2423 BROADCOM GENET ETHERNET DRIVER
2424 M:      Florian Fainelli <f.fainelli@gmail.com>
2425 L:      netdev@vger.kernel.org
2426 S:      Supported
2427 F:      drivers/net/ethernet/broadcom/genet/
2428
2429 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2430 M:      Sony Chacko <sony.chacko@qlogic.com>
2431 M:      Dept-HSGLinuxNICDev@qlogic.com
2432 L:      netdev@vger.kernel.org
2433 S:      Supported
2434 F:      drivers/net/ethernet/broadcom/bnx2.*
2435 F:      drivers/net/ethernet/broadcom/bnx2_*
2436
2437 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2438 M:      Ariel Elior <ariel.elior@qlogic.com>
2439 L:      netdev@vger.kernel.org
2440 S:      Supported
2441 F:      drivers/net/ethernet/broadcom/bnx2x/
2442
2443 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2444 M:      Florian Fainelli <f.fainelli@gmail.com>
2445 M:      Ray Jui <rjui@broadcom.com>
2446 M:      Scott Branden <sbranden@broadcom.com>
2447 L:      bcm-kernel-feedback-list@broadcom.com
2448 T:      git git://github.com/broadcom/mach-bcm
2449 S:      Maintained
2450 F:      arch/arm/mach-bcm/
2451 F:      arch/arm/boot/dts/bcm113*
2452 F:      arch/arm/boot/dts/bcm216*
2453 F:      arch/arm/boot/dts/bcm281*
2454 F:      arch/arm64/boot/dts/broadcom/
2455 F:      arch/arm/configs/bcm_defconfig
2456 F:      drivers/mmc/host/sdhci-bcm-kona.c
2457 F:      drivers/clocksource/bcm_kona_timer.c
2458
2459 BROADCOM BCM2835 ARM ARCHITECTURE
2460 M:      Stephen Warren <swarren@wwwdotorg.org>
2461 M:      Lee Jones <lee@kernel.org>
2462 M:      Eric Anholt <eric@anholt.net>
2463 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2464 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2466 S:      Maintained
2467 N:      bcm2835
2468
2469 BROADCOM BCM47XX MIPS ARCHITECTURE
2470 M:      Hauke Mehrtens <hauke@hauke-m.de>
2471 M:      Rafał Miłecki <zajec5@gmail.com>
2472 L:      linux-mips@linux-mips.org
2473 S:      Maintained
2474 F:      arch/mips/bcm47xx/*
2475 F:      arch/mips/include/asm/mach-bcm47xx/*
2476
2477 BROADCOM BCM5301X ARM ARCHITECTURE
2478 M:      Hauke Mehrtens <hauke@hauke-m.de>
2479 L:      linux-arm-kernel@lists.infradead.org
2480 S:      Maintained
2481 F:      arch/arm/mach-bcm/bcm_5301x.c
2482 F:      arch/arm/boot/dts/bcm5301x.dtsi
2483 F:      arch/arm/boot/dts/bcm470*
2484
2485 BROADCOM BCM63XX ARM ARCHITECTURE
2486 M:      Florian Fainelli <f.fainelli@gmail.com>
2487 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2488 L:      bcm-kernel-feedback-list@broadcom.com
2489 T:      git git://github.com/broadcom/stblinux.git
2490 S:      Maintained
2491 F:      arch/arm/mach-bcm/bcm63xx.c
2492 F:      arch/arm/include/debug/bcm63xx.S
2493
2494 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2495 M:      Kevin Cernekee <cernekee@gmail.com>
2496 L:      linux-usb@vger.kernel.org
2497 S:      Maintained
2498 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2499
2500 BROADCOM BCM7XXX ARM ARCHITECTURE
2501 M:      Brian Norris <computersforpeace@gmail.com>
2502 M:      Gregory Fong <gregory.0xf0@gmail.com>
2503 M:      Florian Fainelli <f.fainelli@gmail.com>
2504 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2505 L:      bcm-kernel-feedback-list@broadcom.com
2506 T:      git git://github.com/broadcom/stblinux.git
2507 S:      Maintained
2508 F:      arch/arm/mach-bcm/*brcmstb*
2509 F:      arch/arm/boot/dts/bcm7*.dts*
2510 F:      drivers/bus/brcmstb_gisb.c
2511 N:      brcmstb
2512
2513 BROADCOM BMIPS MIPS ARCHITECTURE
2514 M:      Kevin Cernekee <cernekee@gmail.com>
2515 M:      Florian Fainelli <f.fainelli@gmail.com>
2516 L:      linux-mips@linux-mips.org
2517 T:      git git://github.com/broadcom/stblinux.git
2518 S:      Maintained
2519 F:      arch/mips/bmips/*
2520 F:      arch/mips/include/asm/mach-bmips/*
2521 F:      arch/mips/kernel/*bmips*
2522 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2523 F:      drivers/irqchip/irq-bcm63*
2524 F:      drivers/irqchip/irq-bcm7*
2525 F:      drivers/irqchip/irq-brcmstb*
2526 F:      include/linux/bcm963xx_nvram.h
2527 F:      include/linux/bcm963xx_tag.h
2528
2529 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2530 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2531 M:      Prashant Sreedharan <prashant@broadcom.com>
2532 M:      Michael Chan <mchan@broadcom.com>
2533 L:      netdev@vger.kernel.org
2534 S:      Supported
2535 F:      drivers/net/ethernet/broadcom/tg3.*
2536
2537 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2538 M:      Brett Rudley <brudley@broadcom.com>
2539 M:      Arend van Spriel <arend@broadcom.com>
2540 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2541 M:      Hante Meuleman <meuleman@broadcom.com>
2542 L:      linux-wireless@vger.kernel.org
2543 L:      brcm80211-dev-list@broadcom.com
2544 S:      Supported
2545 F:      drivers/net/wireless/broadcom/brcm80211/
2546
2547 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2548 M:      QLogic-Storage-Upstream@qlogic.com
2549 L:      linux-scsi@vger.kernel.org
2550 S:      Supported
2551 F:      drivers/scsi/bnx2fc/
2552
2553 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2554 M:      QLogic-Storage-Upstream@qlogic.com
2555 L:      linux-scsi@vger.kernel.org
2556 S:      Supported
2557 F:      drivers/scsi/bnx2i/
2558
2559 BROADCOM IPROC ARM ARCHITECTURE
2560 M:      Ray Jui <rjui@broadcom.com>
2561 M:      Scott Branden <sbranden@broadcom.com>
2562 M:      Jon Mason <jonmason@broadcom.com>
2563 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2564 L:      bcm-kernel-feedback-list@broadcom.com
2565 T:      git git://github.com/broadcom/cygnus-linux.git
2566 S:      Maintained
2567 N:      iproc
2568 N:      cygnus
2569 N:      nsp
2570 N:      bcm9113*
2571 N:      bcm9583*
2572 N:      bcm9585*
2573 N:      bcm9586*
2574 N:      bcm988312
2575 N:      bcm113*
2576 N:      bcm583*
2577 N:      bcm585*
2578 N:      bcm586*
2579 N:      bcm88312
2580
2581 BROADCOM BRCMSTB GPIO DRIVER
2582 M:      Gregory Fong <gregory.0xf0@gmail.com>
2583 L:      bcm-kernel-feedback-list@broadcom.com
2584 S:      Supported
2585 F:      drivers/gpio/gpio-brcmstb.c
2586 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2587
2588 BROADCOM KONA GPIO DRIVER
2589 M:      Ray Jui <rjui@broadcom.com>
2590 L:      bcm-kernel-feedback-list@broadcom.com
2591 S:      Supported
2592 F:      drivers/gpio/gpio-bcm-kona.c
2593 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2594
2595 BROADCOM NVRAM DRIVER
2596 M:      Rafał Miłecki <zajec5@gmail.com>
2597 L:      linux-mips@linux-mips.org
2598 S:      Maintained
2599 F:      drivers/firmware/broadcom/*
2600
2601 BROADCOM STB NAND FLASH DRIVER
2602 M:      Brian Norris <computersforpeace@gmail.com>
2603 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2604 L:      linux-mtd@lists.infradead.org
2605 L:      bcm-kernel-feedback-list@broadcom.com
2606 S:      Maintained
2607 F:      drivers/mtd/nand/brcmnand/
2608
2609 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2610 M:      Rafał Miłecki <zajec5@gmail.com>
2611 L:      linux-wireless@vger.kernel.org
2612 S:      Maintained
2613 F:      drivers/bcma/
2614 F:      include/linux/bcma/
2615
2616 BROADCOM SYSTEMPORT ETHERNET DRIVER
2617 M:      Florian Fainelli <f.fainelli@gmail.com>
2618 L:      netdev@vger.kernel.org
2619 S:      Supported
2620 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2621
2622 BROADCOM VULCAN ARM64 SOC
2623 M:      Jayachandran C. <jchandra@broadcom.com>
2624 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2625 L:      bcm-kernel-feedback-list@broadcom.com
2626 S:      Maintained
2627 F:      arch/arm64/boot/dts/broadcom/vulcan*
2628
2629 BROCADE BFA FC SCSI DRIVER
2630 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2631 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2632 L:      linux-scsi@vger.kernel.org
2633 S:      Supported
2634 F:      drivers/scsi/bfa/
2635
2636 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2637 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2638 L:      netdev@vger.kernel.org
2639 S:      Supported
2640 F:      drivers/net/ethernet/brocade/bna/
2641
2642 BSG (block layer generic sg v4 driver)
2643 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2644 L:      linux-scsi@vger.kernel.org
2645 S:      Supported
2646 F:      block/bsg.c
2647 F:      include/linux/bsg.h
2648 F:      include/uapi/linux/bsg.h
2649
2650 BT87X AUDIO DRIVER
2651 M:      Clemens Ladisch <clemens@ladisch.de>
2652 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2653 T:      git git://git.alsa-project.org/alsa-kernel.git
2654 S:      Maintained
2655 F:      Documentation/sound/alsa/Bt87x.txt
2656 F:      sound/pci/bt87x.c
2657
2658 BT8XXGPIO DRIVER
2659 M:      Michael Buesch <m@bues.ch>
2660 W:      http://bu3sch.de/btgpio.php
2661 S:      Maintained
2662 F:      drivers/gpio/gpio-bt8xx.c
2663
2664 BTRFS FILE SYSTEM
2665 M:      Chris Mason <clm@fb.com>
2666 M:      Josef Bacik <jbacik@fb.com>
2667 M:      David Sterba <dsterba@suse.com>
2668 L:      linux-btrfs@vger.kernel.org
2669 W:      http://btrfs.wiki.kernel.org/
2670 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2672 S:      Maintained
2673 F:      Documentation/filesystems/btrfs.txt
2674 F:      fs/btrfs/
2675
2676 BTTV VIDEO4LINUX DRIVER
2677 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2678 L:      linux-media@vger.kernel.org
2679 W:      https://linuxtv.org
2680 T:      git git://linuxtv.org/media_tree.git
2681 S:      Odd fixes
2682 F:      Documentation/video4linux/bttv/
2683 F:      drivers/media/pci/bt8xx/bttv*
2684
2685 BUSLOGIC SCSI DRIVER
2686 M:      Khalid Aziz <khalid@gonehiking.org>
2687 L:      linux-scsi@vger.kernel.org
2688 S:      Maintained
2689 F:      drivers/scsi/BusLogic.*
2690 F:      drivers/scsi/FlashPoint.*
2691
2692 C-MEDIA CMI8788 DRIVER
2693 M:      Clemens Ladisch <clemens@ladisch.de>
2694 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2695 T:      git git://git.alsa-project.org/alsa-kernel.git
2696 S:      Maintained
2697 F:      sound/pci/oxygen/
2698
2699 C6X ARCHITECTURE
2700 M:      Mark Salter <msalter@redhat.com>
2701 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2702 L:      linux-c6x-dev@linux-c6x.org
2703 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2704 S:      Maintained
2705 F:      arch/c6x/
2706
2707 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2708 M:      David Howells <dhowells@redhat.com>
2709 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2710 S:      Supported
2711 F:      Documentation/filesystems/caching/cachefiles.txt
2712 F:      fs/cachefiles/
2713
2714 CADET FM/AM RADIO RECEIVER DRIVER
2715 M:      Hans Verkuil <hverkuil@xs4all.nl>
2716 L:      linux-media@vger.kernel.org
2717 T:      git git://linuxtv.org/media_tree.git
2718 W:      https://linuxtv.org
2719 S:      Maintained
2720 F:      drivers/media/radio/radio-cadet*
2721
2722 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2723 M:      Jonathan Corbet <corbet@lwn.net>
2724 L:      linux-media@vger.kernel.org
2725 T:      git git://linuxtv.org/media_tree.git
2726 S:      Maintained
2727 F:      Documentation/video4linux/cafe_ccic
2728 F:      drivers/media/platform/marvell-ccic/
2729
2730 CAIF NETWORK LAYER
2731 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2732 L:      netdev@vger.kernel.org
2733 S:      Supported
2734 F:      Documentation/networking/caif/
2735 F:      drivers/net/caif/
2736 F:      include/uapi/linux/caif/
2737 F:      include/net/caif/
2738 F:      net/caif/
2739
2740 CALGARY x86-64 IOMMU
2741 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2742 M:      "Jon D. Mason" <jdmason@kudzu.us>
2743 L:      discuss@x86-64.org
2744 S:      Maintained
2745 F:      arch/x86/kernel/pci-calgary_64.c
2746 F:      arch/x86/kernel/tce_64.c
2747 F:      arch/x86/include/asm/calgary.h
2748 F:      arch/x86/include/asm/tce.h
2749
2750 CAN NETWORK LAYER
2751 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2752 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2753 L:      linux-can@vger.kernel.org
2754 W:      https://github.com/linux-can
2755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2756 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2757 S:      Maintained
2758 F:      Documentation/networking/can.txt
2759 F:      net/can/
2760 F:      include/linux/can/core.h
2761 F:      include/uapi/linux/can.h
2762 F:      include/uapi/linux/can/bcm.h
2763 F:      include/uapi/linux/can/raw.h
2764 F:      include/uapi/linux/can/gw.h
2765
2766 CAN NETWORK DRIVERS
2767 M:      Wolfgang Grandegger <wg@grandegger.com>
2768 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2769 L:      linux-can@vger.kernel.org
2770 W:      https://github.com/linux-can
2771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2772 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2773 S:      Maintained
2774 F:      drivers/net/can/
2775 F:      include/linux/can/dev.h
2776 F:      include/linux/can/platform/
2777 F:      include/uapi/linux/can/error.h
2778 F:      include/uapi/linux/can/netlink.h
2779
2780 CAPABILITIES
2781 M:      Serge Hallyn <serge.hallyn@canonical.com>
2782 L:      linux-security-module@vger.kernel.org
2783 S:      Supported
2784 F:      include/linux/capability.h
2785 F:      include/uapi/linux/capability.h
2786 F:      security/commoncap.c
2787 F:      kernel/capability.c
2788
2789 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2790 M:      Kevin Tsai <ktsai@capellamicro.com>
2791 S:      Maintained
2792 F:      drivers/iio/light/cm*
2793 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2794
2795 CAVIUM LIQUIDIO NETWORK DRIVER
2796 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2797 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2798 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2799 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2800 L:     netdev@vger.kernel.org
2801 W:     http://www.cavium.com
2802 S:     Supported
2803 F:     drivers/net/ethernet/cavium/liquidio/
2804
2805 CC2520 IEEE-802.15.4 RADIO DRIVER
2806 M:      Varka Bhadram <varkabhadram@gmail.com>
2807 L:      linux-wpan@vger.kernel.org
2808 S:      Maintained
2809 F:      drivers/net/ieee802154/cc2520.c
2810 F:      include/linux/spi/cc2520.h
2811 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2812
2813 CELL BROADBAND ENGINE ARCHITECTURE
2814 M:      Arnd Bergmann <arnd@arndb.de>
2815 L:      linuxppc-dev@lists.ozlabs.org
2816 W:      http://www.ibm.com/developerworks/power/cell/
2817 S:      Supported
2818 F:      arch/powerpc/include/asm/cell*.h
2819 F:      arch/powerpc/include/asm/spu*.h
2820 F:      arch/powerpc/include/uapi/asm/spu*.h
2821 F:      arch/powerpc/oprofile/*cell*
2822 F:      arch/powerpc/platforms/cell/
2823
2824 CEPH COMMON CODE (LIBCEPH)
2825 M:      Ilya Dryomov <idryomov@gmail.com>
2826 M:      "Yan, Zheng" <zyan@redhat.com>
2827 M:      Sage Weil <sage@redhat.com>
2828 L:      ceph-devel@vger.kernel.org
2829 W:      http://ceph.com/
2830 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2831 T:      git git://github.com/ceph/ceph-client.git
2832 S:      Supported
2833 F:      net/ceph/
2834 F:      include/linux/ceph/
2835 F:      include/linux/crush/
2836
2837 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2838 M:      "Yan, Zheng" <zyan@redhat.com>
2839 M:      Sage Weil <sage@redhat.com>
2840 M:      Ilya Dryomov <idryomov@gmail.com>
2841 L:      ceph-devel@vger.kernel.org
2842 W:      http://ceph.com/
2843 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2844 T:      git git://github.com/ceph/ceph-client.git
2845 S:      Supported
2846 F:      Documentation/filesystems/ceph.txt
2847 F:      fs/ceph/
2848
2849 CERTIFICATE HANDLING:
2850 M:      David Howells <dhowells@redhat.com>
2851 M:      David Woodhouse <dwmw2@infradead.org>
2852 L:      keyrings@vger.kernel.org
2853 S:      Maintained
2854 F:      Documentation/module-signing.txt
2855 F:      certs/
2856 F:      scripts/sign-file.c
2857 F:      scripts/extract-cert.c
2858
2859 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2860 L:      linux-usb@vger.kernel.org
2861 S:      Orphan
2862 F:      Documentation/usb/WUSB-Design-overview.txt
2863 F:      Documentation/usb/wusb-cbaf
2864 F:      drivers/usb/host/hwa-hc.c
2865 F:      drivers/usb/host/whci/
2866 F:      drivers/usb/wusbcore/
2867 F:      include/linux/usb/wusb*
2868
2869 CFAG12864B LCD DRIVER
2870 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2871 W:      http://miguelojeda.es/auxdisplay.htm
2872 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2873 S:      Maintained
2874 F:      drivers/auxdisplay/cfag12864b.c
2875 F:      include/linux/cfag12864b.h
2876
2877 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2878 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2879 W:      http://miguelojeda.es/auxdisplay.htm
2880 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2881 S:      Maintained
2882 F:      drivers/auxdisplay/cfag12864bfb.c
2883 F:      include/linux/cfag12864b.h
2884
2885 CFG80211 and NL80211
2886 M:      Johannes Berg <johannes@sipsolutions.net>
2887 L:      linux-wireless@vger.kernel.org
2888 W:      http://wireless.kernel.org/
2889 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2891 S:      Maintained
2892 F:      include/uapi/linux/nl80211.h
2893 F:      include/net/cfg80211.h
2894 F:      net/wireless/*
2895 X:      net/wireless/wext*
2896
2897 CHAR and MISC DRIVERS
2898 M:      Arnd Bergmann <arnd@arndb.de>
2899 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2901 S:      Supported
2902 F:      drivers/char/*
2903 F:      drivers/misc/*
2904 F:      include/linux/miscdevice.h
2905
2906 CHECKPATCH
2907 M:      Andy Whitcroft <apw@canonical.com>
2908 M:      Joe Perches <joe@perches.com>
2909 S:      Maintained
2910 F:      scripts/checkpatch.pl
2911
2912 CHINESE DOCUMENTATION
2913 M:      Harry Wei <harryxiyou@gmail.com>
2914 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2915 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2916 S:      Maintained
2917 F:      Documentation/zh_CN/
2918
2919 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2920 M:      Peter Chen <Peter.Chen@nxp.com>
2921 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2922 L:      linux-usb@vger.kernel.org
2923 S:      Maintained
2924 F:      drivers/usb/chipidea/
2925
2926 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2927 M:      Hans de Goede <hdegoede@redhat.com>
2928 L:      linux-input@vger.kernel.org
2929 S:      Maintained
2930 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2931 F:      drivers/input/touchscreen/chipone_icn8318.c
2932
2933 CHROME HARDWARE PLATFORM SUPPORT
2934 M:      Olof Johansson <olof@lixom.net>
2935 S:      Maintained
2936 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
2937 F:      drivers/platform/chrome/
2938
2939 CISCO VIC ETHERNET NIC DRIVER
2940 M:      Christian Benvenuti <benve@cisco.com>
2941 M:      Sujith Sankar <ssujith@cisco.com>
2942 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2943 M:      Neel Patel <neepatel@cisco.com>
2944 S:      Supported
2945 F:      drivers/net/ethernet/cisco/enic/
2946
2947 CISCO VIC LOW LATENCY NIC DRIVER
2948 M:      Christian Benvenuti <benve@cisco.com>
2949 M:      Dave Goodell <dgoodell@cisco.com>
2950 S:      Supported
2951 F:      drivers/infiniband/hw/usnic/
2952
2953 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2954 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2955 L:      netdev@vger.kernel.org
2956 S:      Maintained
2957 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2958
2959 CIRRUS LOGIC AUDIO CODEC DRIVERS
2960 M:      Brian Austin <brian.austin@cirrus.com>
2961 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2962 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2963 S:      Maintained
2964 F:      sound/soc/codecs/cs*
2965
2966 CLEANCACHE API
2967 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2968 L:      linux-kernel@vger.kernel.org
2969 S:      Maintained
2970 F:      mm/cleancache.c
2971 F:      include/linux/cleancache.h
2972
2973 CLK API
2974 M:      Russell King <linux@armlinux.org.uk>
2975 L:      linux-clk@vger.kernel.org
2976 S:      Maintained
2977 F:      include/linux/clk.h
2978
2979 CLOCKSOURCE, CLOCKEVENT DRIVERS
2980 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2981 M:      Thomas Gleixner <tglx@linutronix.de>
2982 L:      linux-kernel@vger.kernel.org
2983 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2984 S:      Supported
2985 F:      drivers/clocksource
2986
2987 CISCO FCOE HBA DRIVER
2988 M:      Hiral Patel <hiralpat@cisco.com>
2989 M:      Suma Ramars <sramars@cisco.com>
2990 M:      Brian Uchino <buchino@cisco.com>
2991 L:      linux-scsi@vger.kernel.org
2992 S:      Supported
2993 F:      drivers/scsi/fnic/
2994
2995 CISCO SCSI HBA DRIVER
2996 M:      Narsimhulu Musini <nmusini@cisco.com>
2997 M:      Sesidhar Baddela <sebaddel@cisco.com>
2998 L:      linux-scsi@vger.kernel.org
2999 S:      Supported
3000 F:      drivers/scsi/snic/
3001
3002 CMPC ACPI DRIVER
3003 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3004 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3005 L:      platform-driver-x86@vger.kernel.org
3006 S:      Supported
3007 F:      drivers/platform/x86/classmate-laptop.c
3008
3009 COBALT MEDIA DRIVER
3010 M:      Hans Verkuil <hans.verkuil@cisco.com>
3011 L:      linux-media@vger.kernel.org
3012 T:      git git://linuxtv.org/media_tree.git
3013 W:      https://linuxtv.org
3014 S:      Supported
3015 F:      drivers/media/pci/cobalt/
3016
3017 COCCINELLE/Semantic Patches (SmPL)
3018 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3019 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3020 M:      Nicolas Palix <nicolas.palix@imag.fr>
3021 M:      Michal Marek <mmarek@suse.com>
3022 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3023 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3024 W:      http://coccinelle.lip6.fr/
3025 S:      Supported
3026 F:      Documentation/coccinelle.txt
3027 F:      scripts/coccinelle/
3028 F:      scripts/coccicheck
3029
3030 CODA FILE SYSTEM
3031 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3032 M:      coda@cs.cmu.edu
3033 L:      codalist@coda.cs.cmu.edu
3034 W:      http://www.coda.cs.cmu.edu/
3035 S:      Maintained
3036 F:      Documentation/filesystems/coda.txt
3037 F:      fs/coda/
3038 F:      include/linux/coda*.h
3039 F:      include/uapi/linux/coda*.h
3040
3041 CODA V4L2 MEM2MEM DRIVER
3042 M:      Philipp Zabel <p.zabel@pengutronix.de>
3043 L:      linux-media@vger.kernel.org
3044 S:      Maintained
3045 F:      Documentation/devicetree/bindings/media/coda.txt
3046 F:      drivers/media/platform/coda/
3047
3048 COMMON CLK FRAMEWORK
3049 M:      Michael Turquette <mturquette@baylibre.com>
3050 M:      Stephen Boyd <sboyd@codeaurora.org>
3051 L:      linux-clk@vger.kernel.org
3052 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3053 S:      Maintained
3054 F:      drivers/clk/
3055 X:      drivers/clk/clkdev.c
3056 F:      include/linux/clk-pr*
3057 F:      include/linux/clk/
3058
3059 COMMON INTERNET FILE SYSTEM (CIFS)
3060 M:      Steve French <sfrench@samba.org>
3061 L:      linux-cifs@vger.kernel.org
3062 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3063 W:      http://linux-cifs.samba.org/
3064 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3065 S:      Supported
3066 F:      Documentation/filesystems/cifs/
3067 F:      fs/cifs/
3068
3069 COMPACTPCI HOTPLUG CORE
3070 M:      Scott Murray <scott@spiteful.org>
3071 L:      linux-pci@vger.kernel.org
3072 S:      Maintained
3073 F:      drivers/pci/hotplug/cpci_hotplug*
3074
3075 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3076 M:      Scott Murray <scott@spiteful.org>
3077 L:      linux-pci@vger.kernel.org
3078 S:      Maintained
3079 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3080
3081 COMPACTPCI HOTPLUG GENERIC DRIVER
3082 M:      Scott Murray <scott@spiteful.org>
3083 L:      linux-pci@vger.kernel.org
3084 S:      Maintained
3085 F:      drivers/pci/hotplug/cpcihp_generic.c
3086
3087 COMPAL LAPTOP SUPPORT
3088 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3089 L:      platform-driver-x86@vger.kernel.org
3090 S:      Maintained
3091 F:      drivers/platform/x86/compal-laptop.c
3092
3093 CONEXANT ACCESSRUNNER USB DRIVER
3094 L:      accessrunner-general@lists.sourceforge.net
3095 W:      http://accessrunner.sourceforge.net/
3096 S:      Orphan
3097 F:      drivers/usb/atm/cxacru.c
3098
3099 CONFIGFS
3100 M:      Joel Becker <jlbec@evilplan.org>
3101 M:      Christoph Hellwig <hch@lst.de>
3102 T:      git git://git.infradead.org/users/hch/configfs.git
3103 S:      Supported
3104 F:      fs/configfs/
3105 F:      include/linux/configfs.h
3106
3107 CONNECTOR
3108 M:      Evgeniy Polyakov <zbr@ioremap.net>
3109 L:      netdev@vger.kernel.org
3110 S:      Maintained
3111 F:      drivers/connector/
3112
3113 CONTROL GROUP (CGROUP)
3114 M:      Tejun Heo <tj@kernel.org>
3115 M:      Li Zefan <lizefan@huawei.com>
3116 M:      Johannes Weiner <hannes@cmpxchg.org>
3117 L:      cgroups@vger.kernel.org
3118 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3119 S:      Maintained
3120 F:      Documentation/cgroups/
3121 F:      include/linux/cgroup*
3122 F:      kernel/cgroup*
3123
3124 CONTROL GROUP - CPUSET
3125 M:      Li Zefan <lizefan@huawei.com>
3126 L:      cgroups@vger.kernel.org
3127 W:      http://www.bullopensource.org/cpuset/
3128 W:      http://oss.sgi.com/projects/cpusets/
3129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3130 S:      Maintained
3131 F:      Documentation/cgroups/cpusets.txt
3132 F:      include/linux/cpuset.h
3133 F:      kernel/cpuset.c
3134
3135 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3136 M:      Johannes Weiner <hannes@cmpxchg.org>
3137 M:      Michal Hocko <mhocko@kernel.org>
3138 M:      Vladimir Davydov <vdavydov@virtuozzo.com>
3139 L:      cgroups@vger.kernel.org
3140 L:      linux-mm@kvack.org
3141 S:      Maintained
3142 F:      mm/memcontrol.c
3143 F:      mm/swap_cgroup.c
3144
3145 CORETEMP HARDWARE MONITORING DRIVER
3146 M:      Fenghua Yu <fenghua.yu@intel.com>
3147 L:      linux-hwmon@vger.kernel.org
3148 S:      Maintained
3149 F:      Documentation/hwmon/coretemp
3150 F:      drivers/hwmon/coretemp.c
3151
3152 COSA/SRP SYNC SERIAL DRIVER
3153 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3154 W:      http://www.fi.muni.cz/~kas/cosa/
3155 S:      Maintained
3156 F:      drivers/net/wan/cosa*
3157
3158 CPMAC ETHERNET DRIVER
3159 M:      Florian Fainelli <florian@openwrt.org>
3160 L:      netdev@vger.kernel.org
3161 S:      Maintained
3162 F:      drivers/net/ethernet/ti/cpmac.c
3163
3164 CPU FREQUENCY DRIVERS
3165 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3166 M:      Viresh Kumar <viresh.kumar@linaro.org>
3167 L:      linux-pm@vger.kernel.org
3168 S:      Maintained
3169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3170 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3171 F:      drivers/cpufreq/
3172 F:      include/linux/cpufreq.h
3173
3174 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3175 M:      Viresh Kumar <viresh.kumar@linaro.org>
3176 M:      Sudeep Holla <sudeep.holla@arm.com>
3177 L:      linux-pm@vger.kernel.org
3178 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3179 S:      Maintained
3180 F:      drivers/cpufreq/arm_big_little.h
3181 F:      drivers/cpufreq/arm_big_little.c
3182 F:      drivers/cpufreq/arm_big_little_dt.c
3183
3184 CPUIDLE DRIVER - ARM BIG LITTLE
3185 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3186 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3187 L:      linux-pm@vger.kernel.org
3188 L:      linux-arm-kernel@lists.infradead.org
3189 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3190 S:      Maintained
3191 F:      drivers/cpuidle/cpuidle-big_little.c
3192
3193 CPUIDLE DRIVER - ARM EXYNOS
3194 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3195 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3196 M:      Kukjin Kim <kgene@kernel.org>
3197 L:      linux-pm@vger.kernel.org
3198 L:      linux-samsung-soc@vger.kernel.org
3199 S:      Supported
3200 F:      drivers/cpuidle/cpuidle-exynos.c
3201 F:      arch/arm/mach-exynos/pm.c
3202
3203 CPUIDLE DRIVERS
3204 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3205 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3206 L:      linux-pm@vger.kernel.org
3207 S:      Maintained
3208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3209 F:      drivers/cpuidle/*
3210 F:      include/linux/cpuidle.h
3211
3212 CPUID/MSR DRIVER
3213 M:      "H. Peter Anvin" <hpa@zytor.com>
3214 S:      Maintained
3215 F:      arch/x86/kernel/cpuid.c
3216 F:      arch/x86/kernel/msr.c
3217
3218 CPU POWER MONITORING SUBSYSTEM
3219 M:      Thomas Renninger <trenn@suse.com>
3220 L:      linux-pm@vger.kernel.org
3221 S:      Maintained
3222 F:      tools/power/cpupower/
3223
3224 CRAMFS FILESYSTEM
3225 W:      http://sourceforge.net/projects/cramfs/
3226 S:      Orphan / Obsolete
3227 F:      Documentation/filesystems/cramfs.txt
3228 F:      fs/cramfs/
3229
3230 CRIS PORT
3231 M:      Mikael Starvik <starvik@axis.com>
3232 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3233 L:      linux-cris-kernel@axis.com
3234 W:      http://developer.axis.com
3235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3236 S:      Maintained
3237 F:      arch/cris/
3238 F:      drivers/tty/serial/crisv10.*
3239
3240 CRYPTO API
3241 M:      Herbert Xu <herbert@gondor.apana.org.au>
3242 M:      "David S. Miller" <davem@davemloft.net>
3243 L:      linux-crypto@vger.kernel.org
3244 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3246 S:      Maintained
3247 F:      Documentation/crypto/
3248 F:      Documentation/DocBook/crypto-API.tmpl
3249 F:      arch/*/crypto/
3250 F:      crypto/
3251 F:      drivers/crypto/
3252 F:      include/crypto/
3253
3254 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3255 M:      Neil Horman <nhorman@tuxdriver.com>
3256 L:      linux-crypto@vger.kernel.org
3257 S:      Maintained
3258 F:      crypto/ansi_cprng.c
3259 F:      crypto/rng.c
3260
3261 CS3308 MEDIA DRIVER
3262 M:      Hans Verkuil <hverkuil@xs4all.nl>
3263 L:      linux-media@vger.kernel.org
3264 T:      git git://linuxtv.org/media_tree.git
3265 W:      http://linuxtv.org
3266 S:      Odd Fixes
3267 F:      drivers/media/i2c/cs3308.c
3268 F:      drivers/media/i2c/cs3308.h
3269
3270 CS5535 Audio ALSA driver
3271 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3272 S:      Maintained
3273 F:      sound/pci/cs5535audio/
3274
3275 CW1200 WLAN driver
3276 M:      Solomon Peachy <pizza@shaftnet.org>
3277 S:      Maintained
3278 F:      drivers/net/wireless/st/cw1200/
3279
3280 CX18 VIDEO4LINUX DRIVER
3281 M:      Andy Walls <awalls@md.metrocast.net>
3282 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3283 L:      linux-media@vger.kernel.org
3284 T:      git git://linuxtv.org/media_tree.git
3285 W:      https://linuxtv.org
3286 W:      http://www.ivtvdriver.org/index.php/Cx18
3287 S:      Maintained
3288 F:      Documentation/video4linux/cx18.txt
3289 F:      drivers/media/pci/cx18/
3290 F:      include/uapi/linux/ivtv*
3291
3292 CX2341X MPEG ENCODER HELPER MODULE
3293 M:      Hans Verkuil <hverkuil@xs4all.nl>
3294 L:      linux-media@vger.kernel.org
3295 T:      git git://linuxtv.org/media_tree.git
3296 W:      https://linuxtv.org
3297 S:      Maintained
3298 F:      drivers/media/common/cx2341x*
3299 F:      include/media/cx2341x*
3300
3301 CX24120 MEDIA DRIVER
3302 M:      Jemma Denson <jdenson@gmail.com>
3303 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3304 L:      linux-media@vger.kernel.org
3305 W:      https://linuxtv.org
3306 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3307 S:      Maintained
3308 F:      drivers/media/dvb-frontends/cx24120*
3309
3310 CX88 VIDEO4LINUX DRIVER
3311 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3312 L:      linux-media@vger.kernel.org
3313 W:      https://linuxtv.org
3314 T:      git git://linuxtv.org/media_tree.git
3315 S:      Odd fixes
3316 F:      Documentation/video4linux/cx88/
3317 F:      drivers/media/pci/cx88/
3318
3319 CXD2820R MEDIA DRIVER
3320 M:      Antti Palosaari <crope@iki.fi>
3321 L:      linux-media@vger.kernel.org
3322 W:      https://linuxtv.org
3323 W:      http://palosaari.fi/linux/
3324 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3325 T:      git git://linuxtv.org/anttip/media_tree.git
3326 S:      Maintained
3327 F:      drivers/media/dvb-frontends/cxd2820r*
3328
3329 CXGB3 ETHERNET DRIVER (CXGB3)
3330 M:      Santosh Raspatur <santosh@chelsio.com>
3331 L:      netdev@vger.kernel.org
3332 W:      http://www.chelsio.com
3333 S:      Supported
3334 F:      drivers/net/ethernet/chelsio/cxgb3/
3335
3336 CXGB3 ISCSI DRIVER (CXGB3I)
3337 M:      Karen Xie <kxie@chelsio.com>
3338 L:      linux-scsi@vger.kernel.org
3339 W:      http://www.chelsio.com
3340 S:      Supported
3341 F:      drivers/scsi/cxgbi/cxgb3i
3342
3343 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3344 M:      Steve Wise <swise@chelsio.com>
3345 L:      linux-rdma@vger.kernel.org
3346 W:      http://www.openfabrics.org
3347 S:      Supported
3348 F:      drivers/infiniband/hw/cxgb3/
3349
3350 CXGB4 ETHERNET DRIVER (CXGB4)
3351 M:      Hariprasad S <hariprasad@chelsio.com>
3352 L:      netdev@vger.kernel.org
3353 W:      http://www.chelsio.com
3354 S:      Supported
3355 F:      drivers/net/ethernet/chelsio/cxgb4/
3356
3357 CXGB4 ISCSI DRIVER (CXGB4I)
3358 M:      Karen Xie <kxie@chelsio.com>
3359 L:      linux-scsi@vger.kernel.org
3360 W:      http://www.chelsio.com
3361 S:      Supported
3362 F:      drivers/scsi/cxgbi/cxgb4i
3363
3364 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3365 M:      Steve Wise <swise@chelsio.com>
3366 L:      linux-rdma@vger.kernel.org
3367 W:      http://www.openfabrics.org
3368 S:      Supported
3369 F:      drivers/infiniband/hw/cxgb4/
3370
3371 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3372 M:      Casey Leedom <leedom@chelsio.com>
3373 L:      netdev@vger.kernel.org
3374 W:      http://www.chelsio.com
3375 S:      Supported
3376 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3377
3378 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3379 M:      Ian Munsie <imunsie@au1.ibm.com>
3380 M:      Michael Neuling <mikey@neuling.org>
3381 L:      linuxppc-dev@lists.ozlabs.org
3382 S:      Supported
3383 F:      drivers/misc/cxl/
3384 F:      include/misc/cxl*
3385 F:      include/uapi/misc/cxl.h
3386 F:      Documentation/powerpc/cxl.txt
3387 F:      Documentation/powerpc/cxl.txt
3388 F:      Documentation/ABI/testing/sysfs-class-cxl
3389
3390 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3391 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3392 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3393 L:      linux-scsi@vger.kernel.org
3394 S:      Supported
3395 F:      drivers/scsi/cxlflash/
3396 F:      include/uapi/scsi/cxlflash_ioctls.h
3397 F:      Documentation/powerpc/cxlflash.txt
3398
3399 STMMAC ETHERNET DRIVER
3400 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3401 M:      Alexandre Torgue <alexandre.torgue@st.com>
3402 L:      netdev@vger.kernel.org
3403 W:      http://www.stlinux.com
3404 S:      Supported
3405 F:      drivers/net/ethernet/stmicro/stmmac/
3406
3407 CYBERPRO FB DRIVER
3408 M:      Russell King <linux@armlinux.org.uk>
3409 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3410 W:      http://www.armlinux.org.uk/
3411 S:      Maintained
3412 F:      drivers/video/fbdev/cyber2000fb.*
3413
3414 CYCLADES ASYNC MUX DRIVER
3415 W:      http://www.cyclades.com/
3416 S:      Orphan
3417 F:      drivers/tty/cyclades.c
3418 F:      include/linux/cyclades.h
3419 F:      include/uapi/linux/cyclades.h
3420
3421 CYCLADES PC300 DRIVER
3422 W:      http://www.cyclades.com/
3423 S:      Orphan
3424 F:      drivers/net/wan/pc300*
3425
3426 CYPRESS_FIRMWARE MEDIA DRIVER
3427 M:      Antti Palosaari <crope@iki.fi>
3428 L:      linux-media@vger.kernel.org
3429 W:      https://linuxtv.org
3430 W:      http://palosaari.fi/linux/
3431 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3432 T:      git git://linuxtv.org/anttip/media_tree.git
3433 S:      Maintained
3434 F:      drivers/media/common/cypress_firmware*
3435
3436 CYTTSP TOUCHSCREEN DRIVER
3437 M:      Ferruh Yigit <fery@cypress.com>
3438 L:      linux-input@vger.kernel.org
3439 S:      Supported
3440 F:      drivers/input/touchscreen/cyttsp*
3441 F:      include/linux/input/cyttsp.h
3442
3443 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3444 M:      Joshua Kinard <kumba@gentoo.org>
3445 S:      Maintained
3446 F:      drivers/rtc/rtc-ds1685.c
3447 F:      include/linux/rtc/ds1685.h
3448
3449 DAMA SLAVE for AX.25
3450 M:      Joerg Reuter <jreuter@yaina.de>
3451 W:      http://yaina.de/jreuter/
3452 W:      http://www.qsl.net/dl1bke/
3453 L:      linux-hams@vger.kernel.org
3454 S:      Maintained
3455 F:      net/ax25/af_ax25.c
3456 F:      net/ax25/ax25_dev.c
3457 F:      net/ax25/ax25_ds_*
3458 F:      net/ax25/ax25_in.c
3459 F:      net/ax25/ax25_out.c
3460 F:      net/ax25/ax25_timer.c
3461 F:      net/ax25/sysctl_net_ax25.c
3462
3463 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3464 L:      netdev@vger.kernel.org
3465 S:      Orphan
3466 F:      Documentation/networking/dmfe.txt
3467 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3468
3469 DC390/AM53C974 SCSI driver
3470 M:      Hannes Reinecke <hare@suse.com>
3471 L:      linux-scsi@vger.kernel.org
3472 S:      Maintained
3473 F:      drivers/scsi/am53c974.c
3474
3475 DC395x SCSI driver
3476 M:      Oliver Neukum <oliver@neukum.org>
3477 M:      Ali Akcaagac <aliakc@web.de>
3478 M:      Jamie Lenehan <lenehan@twibble.org>
3479 L:      dc395x@twibble.org
3480 W:      http://twibble.org/dist/dc395x/
3481 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3482 S:      Maintained
3483 F:      Documentation/scsi/dc395x.txt
3484 F:      drivers/scsi/dc395x.*
3485
3486 DCCP PROTOCOL
3487 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3488 L:      dccp@vger.kernel.org
3489 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3490 S:      Maintained
3491 F:      include/linux/dccp.h
3492 F:      include/uapi/linux/dccp.h
3493 F:      include/linux/tfrc.h
3494 F:      net/dccp/
3495
3496 DECnet NETWORK LAYER
3497 W:      http://linux-decnet.sourceforge.net
3498 L:      linux-decnet-user@lists.sourceforge.net
3499 S:      Orphan
3500 F:      Documentation/networking/decnet.txt
3501 F:      net/decnet/
3502
3503 DECSTATION PLATFORM SUPPORT
3504 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3505 L:      linux-mips@linux-mips.org
3506 W:      http://www.linux-mips.org/wiki/DECstation
3507 S:      Maintained
3508 F:      arch/mips/dec/
3509 F:      arch/mips/include/asm/dec/
3510 F:      arch/mips/include/asm/mach-dec/
3511
3512 DEFXX FDDI NETWORK DRIVER
3513 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3514 S:      Maintained
3515 F:      drivers/net/fddi/defxx.*
3516
3517 DELL LAPTOP DRIVER
3518 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3519 M:      Pali Rohár <pali.rohar@gmail.com>
3520 L:      platform-driver-x86@vger.kernel.org
3521 S:      Maintained
3522 F:      drivers/platform/x86/dell-laptop.c
3523
3524 DELL LAPTOP RBTN DRIVER
3525 M:      Pali Rohár <pali.rohar@gmail.com>
3526 S:      Maintained
3527 F:      drivers/platform/x86/dell-rbtn.*
3528
3529 DELL LAPTOP FREEFALL DRIVER
3530 M:      Pali Rohár <pali.rohar@gmail.com>
3531 S:      Maintained
3532 F:      drivers/platform/x86/dell-smo8800.c
3533
3534 DELL LAPTOP SMM DRIVER
3535 M:      Pali Rohár <pali.rohar@gmail.com>
3536 S:      Maintained
3537 F:      drivers/hwmon/dell-smm-hwmon.c
3538 F:      include/uapi/linux/i8k.h
3539
3540 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3541 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3542 S:      Maintained
3543 F:      Documentation/dcdbas.txt
3544 F:      drivers/firmware/dcdbas.*
3545
3546 DELL WMI EXTRAS DRIVER
3547 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3548 M:      Pali Rohár <pali.rohar@gmail.com>
3549 S:      Maintained
3550 F:      drivers/platform/x86/dell-wmi.c
3551
3552 DESIGNWARE USB2 DRD IP DRIVER
3553 M:      John Youn <johnyoun@synopsys.com>
3554 L:      linux-usb@vger.kernel.org
3555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3556 S:      Maintained
3557 F:      drivers/usb/dwc2/
3558
3559 DESIGNWARE USB3 DRD IP DRIVER
3560 M:      Felipe Balbi <balbi@kernel.org>
3561 L:      linux-usb@vger.kernel.org
3562 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3563 S:      Maintained
3564 F:      drivers/usb/dwc3/
3565
3566 DEVICE COREDUMP (DEV_COREDUMP)
3567 M:      Johannes Berg <johannes@sipsolutions.net>
3568 L:      linux-kernel@vger.kernel.org
3569 S:      Maintained
3570 F:      drivers/base/devcoredump.c
3571 F:      include/linux/devcoredump.h
3572
3573 DEVICE FREQUENCY (DEVFREQ)
3574 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3575 M:      Kyungmin Park <kyungmin.park@samsung.com>
3576 L:      linux-pm@vger.kernel.org
3577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3578 S:      Maintained
3579 F:      drivers/devfreq/
3580 F:      include/linux/devfreq.h
3581 F:      Documentation/devicetree/bindings/devfreq/
3582
3583 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3584 M:      Chanwoo Choi <cw00.choi@samsung.com>
3585 L:      linux-pm@vger.kernel.org
3586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3587 S:      Supported
3588 F:      drivers/devfreq/event/
3589 F:      drivers/devfreq/devfreq-event.c
3590 F:      include/linux/devfreq-event.h
3591 F:      Documentation/devicetree/bindings/devfreq/event/
3592
3593 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3594 M:      Chanwoo Choi <cw00.choi@samsung.com>
3595 L:      linux-pm@vger.kernel.org
3596 L:      linux-samsung-soc@vger.kernel.org
3597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3598 S:      Maintained
3599 F:      drivers/devfreq/exynos-bus.c
3600 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3601
3602 DEVICE NUMBER REGISTRY
3603 M:      Torben Mathiasen <device@lanana.org>
3604 W:      http://lanana.org/docs/device-list/index.html
3605 S:      Maintained
3606
3607 DEVICE-MAPPER  (LVM)
3608 M:      Alasdair Kergon <agk@redhat.com>
3609 M:      Mike Snitzer <snitzer@redhat.com>
3610 M:      dm-devel@redhat.com
3611 L:      dm-devel@redhat.com
3612 W:      http://sources.redhat.com/dm
3613 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3615 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3616 S:      Maintained
3617 F:      Documentation/device-mapper/
3618 F:      drivers/md/dm*
3619 F:      drivers/md/persistent-data/
3620 F:      include/linux/device-mapper.h
3621 F:      include/linux/dm-*.h
3622 F:      include/uapi/linux/dm-*.h
3623
3624 DEVLINK
3625 M:      Jiri Pirko <jiri@mellanox.com>
3626 L:      netdev@vger.kernel.org
3627 S:      Supported
3628 F:      net/core/devlink.c
3629 F:      include/net/devlink.h
3630 F:      include/uapi/linux/devlink.h
3631
3632 DIALOG SEMICONDUCTOR DRIVERS
3633 M:      Support Opensource <support.opensource@diasemi.com>
3634 W:      http://www.dialog-semiconductor.com/products
3635 S:      Supported
3636 F:      Documentation/hwmon/da90??
3637 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3638 F:      drivers/gpio/gpio-da90??.c
3639 F:      drivers/hwmon/da90??-hwmon.c
3640 F:      drivers/iio/adc/da91??-*.c
3641 F:      drivers/input/misc/da90??_onkey.c
3642 F:      drivers/input/touchscreen/da9052_tsi.c
3643 F:      drivers/leds/leds-da90??.c
3644 F:      drivers/mfd/da903x.c
3645 F:      drivers/mfd/da90??-*.c
3646 F:      drivers/mfd/da91??-*.c
3647 F:      drivers/power/da9052-battery.c
3648 F:      drivers/power/da91??-*.c
3649 F:      drivers/regulator/da903x.c
3650 F:      drivers/regulator/da9???-regulator.[ch]
3651 F:      drivers/rtc/rtc-da90??.c
3652 F:      drivers/video/backlight/da90??_bl.c
3653 F:      drivers/watchdog/da90??_wdt.c
3654 F:      include/linux/mfd/da903x.h
3655 F:      include/linux/mfd/da9052/
3656 F:      include/linux/mfd/da9055/
3657 F:      include/linux/mfd/da9063/
3658 F:      include/linux/mfd/da9150/
3659 F:      include/sound/da[79]*.h
3660 F:      sound/soc/codecs/da[79]*.[ch]
3661
3662 DIGI NEO AND CLASSIC PCI PRODUCTS
3663 M:      Lidza Louina <lidza.louina@gmail.com>
3664 M:      Mark Hounschell <markh@compro.net>
3665 L:      driverdev-devel@linuxdriverproject.org
3666 S:      Maintained
3667 F:      drivers/staging/dgnc/
3668
3669 DIOLAN U2C-12 I2C DRIVER
3670 M:      Guenter Roeck <linux@roeck-us.net>
3671 L:      linux-i2c@vger.kernel.org
3672 S:      Maintained
3673 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3674
3675 DIRECT ACCESS (DAX)
3676 M:      Matthew Wilcox <willy@linux.intel.com>
3677 L:      linux-fsdevel@vger.kernel.org
3678 S:      Supported
3679 F:      fs/dax.c
3680
3681 DIRECTORY NOTIFICATION (DNOTIFY)
3682 M:      Eric Paris <eparis@parisplace.org>
3683 S:      Maintained
3684 F:      Documentation/filesystems/dnotify.txt
3685 F:      fs/notify/dnotify/
3686 F:      include/linux/dnotify.h
3687
3688 DISK GEOMETRY AND PARTITION HANDLING
3689 M:      Andries Brouwer <aeb@cwi.nl>
3690 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3691 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3692 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3693 S:      Maintained
3694
3695 DISKQUOTA
3696 M:      Jan Kara <jack@suse.com>
3697 S:      Maintained
3698 F:      Documentation/filesystems/quota.txt
3699 F:      fs/quota/
3700 F:      include/linux/quota*.h
3701 F:      include/uapi/linux/quota*.h
3702
3703 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3704 M:      Bernie Thompson <bernie@plugable.com>
3705 L:      linux-fbdev@vger.kernel.org
3706 S:      Maintained
3707 W:      http://plugable.com/category/projects/udlfb/
3708 F:      drivers/video/fbdev/udlfb.c
3709 F:      include/video/udlfb.h
3710 F:      Documentation/fb/udlfb.txt
3711
3712 DISTRIBUTED LOCK MANAGER (DLM)
3713 M:      Christine Caulfield <ccaulfie@redhat.com>
3714 M:      David Teigland <teigland@redhat.com>
3715 L:      cluster-devel@redhat.com
3716 W:      http://sources.redhat.com/cluster/
3717 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3718 S:      Supported
3719 F:      fs/dlm/
3720
3721 DMA BUFFER SHARING FRAMEWORK
3722 M:      Sumit Semwal <sumit.semwal@linaro.org>
3723 S:      Maintained
3724 L:      linux-media@vger.kernel.org
3725 L:      dri-devel@lists.freedesktop.org
3726 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3727 F:      drivers/dma-buf/
3728 F:      include/linux/dma-buf*
3729 F:      include/linux/reservation.h
3730 F:      include/linux/*fence.h
3731 F:      Documentation/dma-buf-sharing.txt
3732 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3733
3734 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3735 M:      Vinod Koul <vinod.koul@intel.com>
3736 L:      dmaengine@vger.kernel.org
3737 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3738 S:      Maintained
3739 F:      drivers/dma/
3740 F:      include/linux/dmaengine.h
3741 F:      Documentation/dmaengine/
3742 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3743
3744 DME1737 HARDWARE MONITOR DRIVER
3745 M:      Juerg Haefliger <juergh@gmail.com>
3746 L:      linux-hwmon@vger.kernel.org
3747 S:      Maintained
3748 F:      Documentation/hwmon/dme1737
3749 F:      drivers/hwmon/dme1737.c
3750
3751 DMI/SMBIOS SUPPORT
3752 M:      Jean Delvare <jdelvare@suse.com>
3753 S:      Maintained
3754 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3755 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3756 F:      drivers/firmware/dmi-id.c
3757 F:      drivers/firmware/dmi_scan.c
3758 F:      include/linux/dmi.h
3759
3760 DOCUMENTATION
3761 M:      Jonathan Corbet <corbet@lwn.net>
3762 L:      linux-doc@vger.kernel.org
3763 S:      Maintained
3764 F:      Documentation/
3765 F:      scripts/docproc.c
3766 F:      scripts/kernel-doc*
3767 X:      Documentation/ABI/
3768 X:      Documentation/devicetree/
3769 X:      Documentation/acpi
3770 X:      Documentation/power
3771 X:      Documentation/spi
3772 X:      Documentation/DocBook/media
3773 T:      git git://git.lwn.net/linux.git docs-next
3774
3775 DOUBLETALK DRIVER
3776 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3777 L:      blinux-list@redhat.com
3778 S:      Maintained
3779 F:      drivers/char/dtlk.c
3780 F:      include/linux/dtlk.h
3781
3782 DPT_I2O SCSI RAID DRIVER
3783 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3784 L:      linux-scsi@vger.kernel.org
3785 W:      http://www.adaptec.com/
3786 S:      Maintained
3787 F:      drivers/scsi/dpt*
3788 F:      drivers/scsi/dpt/
3789
3790 DRBD DRIVER
3791 M:      Philipp Reisner <philipp.reisner@linbit.com>
3792 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
3793 L:      drbd-dev@lists.linbit.com
3794 W:      http://www.drbd.org
3795 T:      git git://git.linbit.com/linux-drbd.git
3796 T:      git git://git.linbit.com/drbd-8.4.git
3797 S:      Supported
3798 F:      drivers/block/drbd/
3799 F:      lib/lru_cache.c
3800 F:      Documentation/blockdev/drbd/
3801
3802 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3803 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3805 S:      Supported
3806 F:      Documentation/kobject.txt
3807 F:      drivers/base/
3808 F:      fs/debugfs/
3809 F:      fs/kernfs/
3810 F:      fs/sysfs/
3811 F:      include/linux/debugfs.h
3812 F:      include/linux/kobj*
3813 F:      lib/kobj*
3814
3815 DRM DRIVERS
3816 M:      David Airlie <airlied@linux.ie>
3817 L:      dri-devel@lists.freedesktop.org
3818 T:      git git://people.freedesktop.org/~airlied/linux
3819 S:      Maintained
3820 F:      drivers/gpu/drm/
3821 F:      drivers/gpu/vga/
3822 F:      include/drm/
3823 F:      include/uapi/drm/
3824
3825 RADEON and AMDGPU DRM DRIVERS
3826 M:      Alex Deucher <alexander.deucher@amd.com>
3827 M:      Christian König <christian.koenig@amd.com>
3828 L:      dri-devel@lists.freedesktop.org
3829 T:      git git://people.freedesktop.org/~agd5f/linux
3830 S:      Supported
3831 F:      drivers/gpu/drm/radeon/
3832 F:      include/uapi/drm/radeon*
3833 F:      drivers/gpu/drm/amd/
3834 F:      include/uapi/drm/amdgpu*
3835
3836 DRM PANEL DRIVERS
3837 M:      Thierry Reding <thierry.reding@gmail.com>
3838 L:      dri-devel@lists.freedesktop.org
3839 T:      git git://anongit.freedesktop.org/tegra/linux.git
3840 S:      Maintained
3841 F:      drivers/gpu/drm/drm_panel.c
3842 F:      drivers/gpu/drm/panel/
3843 F:      include/drm/drm_panel.h
3844 F:      Documentation/devicetree/bindings/display/panel/
3845
3846 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3847 M:      Daniel Vetter <daniel.vetter@intel.com>
3848 M:      Jani Nikula <jani.nikula@linux.intel.com>
3849 L:      intel-gfx@lists.freedesktop.org
3850 L:      dri-devel@lists.freedesktop.org
3851 W:      https://01.org/linuxgraphics/
3852 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3853 T:      git git://anongit.freedesktop.org/drm-intel
3854 S:      Supported
3855 F:      drivers/gpu/drm/i915/
3856 F:      include/drm/i915*
3857 F:      include/uapi/drm/i915*
3858
3859 DRM DRIVERS FOR ATMEL HLCDC
3860 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3861 L:      dri-devel@lists.freedesktop.org
3862 S:      Supported
3863 F:      drivers/gpu/drm/atmel-hlcdc/
3864 F:      Documentation/devicetree/bindings/drm/atmel/
3865
3866 DRM DRIVERS FOR EXYNOS
3867 M:      Inki Dae <inki.dae@samsung.com>
3868 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3869 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3870 M:      Kyungmin Park <kyungmin.park@samsung.com>
3871 L:      dri-devel@lists.freedesktop.org
3872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3873 S:      Supported
3874 F:      drivers/gpu/drm/exynos/
3875 F:      include/drm/exynos*
3876 F:      include/uapi/drm/exynos*
3877
3878 DRM DRIVERS FOR FREESCALE DCU
3879 M:      Stefan Agner <stefan@agner.ch>
3880 M:      Alison Wang <alison.wang@freescale.com>
3881 L:      dri-devel@lists.freedesktop.org
3882 S:      Supported
3883 F:      drivers/gpu/drm/fsl-dcu/
3884 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
3885 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3886
3887 DRM DRIVERS FOR FREESCALE IMX
3888 M:      Philipp Zabel <p.zabel@pengutronix.de>
3889 L:      dri-devel@lists.freedesktop.org
3890 S:      Maintained
3891 F:      drivers/gpu/drm/imx/
3892 F:      drivers/gpu/ipu-v3/
3893 F:      Documentation/devicetree/bindings/display/imx/
3894
3895 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3896 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3897 L:      dri-devel@lists.freedesktop.org
3898 T:      git git://github.com/patjak/drm-gma500
3899 S:      Maintained
3900 F:      drivers/gpu/drm/gma500
3901 F:      include/drm/gma500*
3902
3903 DRM DRIVERS FOR NVIDIA TEGRA
3904 M:      Thierry Reding <thierry.reding@gmail.com>
3905 M:      Terje Bergström <tbergstrom@nvidia.com>
3906 L:      dri-devel@lists.freedesktop.org
3907 L:      linux-tegra@vger.kernel.org
3908 T:      git git://anongit.freedesktop.org/tegra/linux.git
3909 S:      Supported
3910 F:      drivers/gpu/drm/tegra/
3911 F:      drivers/gpu/host1x/
3912 F:      include/linux/host1x.h
3913 F:      include/uapi/drm/tegra_drm.h
3914 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3915
3916 DRM DRIVERS FOR RENESAS
3917 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3918 L:      dri-devel@lists.freedesktop.org
3919 L:      linux-renesas-soc@vger.kernel.org
3920 T:      git git://people.freedesktop.org/~airlied/linux
3921 S:      Supported
3922 F:      drivers/gpu/drm/rcar-du/
3923 F:      drivers/gpu/drm/shmobile/
3924 F:      include/linux/platform_data/shmob_drm.h
3925
3926 DRM DRIVERS FOR ROCKCHIP
3927 M:      Mark Yao <mark.yao@rock-chips.com>
3928 L:      dri-devel@lists.freedesktop.org
3929 S:      Maintained
3930 F:      drivers/gpu/drm/rockchip/
3931 F:      Documentation/devicetree/bindings/display/rockchip*
3932
3933 DRM DRIVERS FOR STI
3934 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3935 M:      Vincent Abriou <vincent.abriou@st.com>
3936 L:      dri-devel@lists.freedesktop.org
3937 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3938 S:      Maintained
3939 F:      drivers/gpu/drm/sti
3940 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
3941
3942 DRM DRIVERS FOR VIVANTE GPU IP
3943 M:      Lucas Stach <l.stach@pengutronix.de>
3944 R:      Russell King <linux+etnaviv@armlinux.org.uk>
3945 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
3946 L:      dri-devel@lists.freedesktop.org
3947 S:      Maintained
3948 F:      drivers/gpu/drm/etnaviv
3949 F:      Documentation/devicetree/bindings/display/etnaviv
3950
3951 DSBR100 USB FM RADIO DRIVER
3952 M:      Alexey Klimov <klimov.linux@gmail.com>
3953 L:      linux-media@vger.kernel.org
3954 T:      git git://linuxtv.org/media_tree.git
3955 S:      Maintained
3956 F:      drivers/media/radio/dsbr100.c
3957
3958 DSCC4 DRIVER
3959 M:      Francois Romieu <romieu@fr.zoreil.com>
3960 L:      netdev@vger.kernel.org
3961 S:      Maintained
3962 F:      drivers/net/wan/dscc4.c
3963
3964 DT3155 MEDIA DRIVER
3965 M:      Hans Verkuil <hverkuil@xs4all.nl>
3966 L:      linux-media@vger.kernel.org
3967 T:      git git://linuxtv.org/media_tree.git
3968 W:      https://linuxtv.org
3969 S:      Odd Fixes
3970 F:      drivers/media/pci/dt3155/
3971
3972 DVB_USB_AF9015 MEDIA DRIVER
3973 M:      Antti Palosaari <crope@iki.fi>
3974 L:      linux-media@vger.kernel.org
3975 W:      https://linuxtv.org
3976 W:      http://palosaari.fi/linux/
3977 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3978 T:      git git://linuxtv.org/anttip/media_tree.git
3979 S:      Maintained
3980 F:      drivers/media/usb/dvb-usb-v2/af9015*
3981
3982 DVB_USB_AF9035 MEDIA DRIVER
3983 M:      Antti Palosaari <crope@iki.fi>
3984 L:      linux-media@vger.kernel.org
3985 W:      https://linuxtv.org
3986 W:      http://palosaari.fi/linux/
3987 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3988 T:      git git://linuxtv.org/anttip/media_tree.git
3989 S:      Maintained
3990 F:      drivers/media/usb/dvb-usb-v2/af9035*
3991
3992 DVB_USB_ANYSEE MEDIA DRIVER
3993 M:      Antti Palosaari <crope@iki.fi>
3994 L:      linux-media@vger.kernel.org
3995 W:      https://linuxtv.org
3996 W:      http://palosaari.fi/linux/
3997 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3998 T:      git git://linuxtv.org/anttip/media_tree.git
3999 S:      Maintained
4000 F:      drivers/media/usb/dvb-usb-v2/anysee*
4001
4002 DVB_USB_AU6610 MEDIA DRIVER
4003 M:      Antti Palosaari <crope@iki.fi>
4004 L:      linux-media@vger.kernel.org
4005 W:      https://linuxtv.org
4006 W:      http://palosaari.fi/linux/
4007 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4008 T:      git git://linuxtv.org/anttip/media_tree.git
4009 S:      Maintained
4010 F:      drivers/media/usb/dvb-usb-v2/au6610*
4011
4012 DVB_USB_CE6230 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/ce6230*
4021
4022 DVB_USB_CXUSB MEDIA DRIVER
4023 M:      Michael Krufky <mkrufky@linuxtv.org>
4024 L:      linux-media@vger.kernel.org
4025 W:      https://linuxtv.org
4026 W:      http://github.com/mkrufky
4027 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4028 T:      git git://linuxtv.org/media_tree.git
4029 S:      Maintained
4030 F:      drivers/media/usb/dvb-usb/cxusb*
4031
4032 DVB_USB_EC168 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/ec168*
4041
4042 DVB_USB_GL861 MEDIA DRIVER
4043 M:      Antti Palosaari <crope@iki.fi>
4044 L:      linux-media@vger.kernel.org
4045 W:      https://linuxtv.org
4046 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4047 T:      git git://linuxtv.org/anttip/media_tree.git
4048 S:      Maintained
4049 F:      drivers/media/usb/dvb-usb-v2/gl861*
4050
4051 DVB_USB_MXL111SF MEDIA DRIVER
4052 M:      Michael Krufky <mkrufky@linuxtv.org>
4053 L:      linux-media@vger.kernel.org
4054 W:      https://linuxtv.org
4055 W:      http://github.com/mkrufky
4056 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4057 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4058 S:      Maintained
4059 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4060
4061 DVB_USB_RTL28XXU MEDIA DRIVER
4062 M:      Antti Palosaari <crope@iki.fi>
4063 L:      linux-media@vger.kernel.org
4064 W:      https://linuxtv.org
4065 W:      http://palosaari.fi/linux/
4066 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4067 T:      git git://linuxtv.org/anttip/media_tree.git
4068 S:      Maintained
4069 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4070
4071 DVB_USB_V2 MEDIA DRIVER
4072 M:      Antti Palosaari <crope@iki.fi>
4073 L:      linux-media@vger.kernel.org
4074 W:      https://linuxtv.org
4075 W:      http://palosaari.fi/linux/
4076 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4077 T:      git git://linuxtv.org/anttip/media_tree.git
4078 S:      Maintained
4079 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4080 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4081
4082 DYNAMIC DEBUG
4083 M:      Jason Baron <jbaron@akamai.com>
4084 S:      Maintained
4085 F:      lib/dynamic_debug.c
4086 F:      include/linux/dynamic_debug.h
4087
4088 DZ DECSTATION DZ11 SERIAL DRIVER
4089 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4090 S:      Maintained
4091 F:      drivers/tty/serial/dz.*
4092
4093 E3X0 POWER BUTTON DRIVER
4094 M:      Moritz Fischer <moritz.fischer@ettus.com>
4095 L:      usrp-users@lists.ettus.com
4096 W:      http://www.ettus.com
4097 S:      Supported
4098 F:      drivers/input/misc/e3x0-button.c
4099 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4100
4101 E4000 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/tuners/e4000*
4110
4111 EATA ISA/EISA/PCI SCSI DRIVER
4112 M:      Dario Ballabio <ballabio_dario@emc.com>
4113 L:      linux-scsi@vger.kernel.org
4114 S:      Maintained
4115 F:      drivers/scsi/eata.c
4116
4117 EC100 MEDIA DRIVER
4118 M:      Antti Palosaari <crope@iki.fi>
4119 L:      linux-media@vger.kernel.org
4120 W:      https://linuxtv.org
4121 W:      http://palosaari.fi/linux/
4122 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4123 T:      git git://linuxtv.org/anttip/media_tree.git
4124 S:      Maintained
4125 F:      drivers/media/dvb-frontends/ec100*
4126
4127 ECRYPT FILE SYSTEM
4128 M:      Tyler Hicks <tyhicks@canonical.com>
4129 L:      ecryptfs@vger.kernel.org
4130 W:      http://ecryptfs.org
4131 W:      https://launchpad.net/ecryptfs
4132 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4133 S:      Supported
4134 F:      Documentation/filesystems/ecryptfs.txt
4135 F:      fs/ecryptfs/
4136
4137 EDAC-CORE
4138 M:      Doug Thompson <dougthompson@xmission.com>
4139 M:      Borislav Petkov <bp@alien8.de>
4140 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4141 L:      linux-edac@vger.kernel.org
4142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4144 S:      Supported
4145 F:      Documentation/edac.txt
4146 F:      drivers/edac/
4147 F:      include/linux/edac.h
4148
4149 EDAC-AMD64
4150 M:      Doug Thompson <dougthompson@xmission.com>
4151 M:      Borislav Petkov <bp@alien8.de>
4152 L:      linux-edac@vger.kernel.org
4153 S:      Maintained
4154 F:      drivers/edac/amd64_edac*
4155
4156 EDAC-CALXEDA
4157 M:      Doug Thompson <dougthompson@xmission.com>
4158 M:      Robert Richter <rric@kernel.org>
4159 L:      linux-edac@vger.kernel.org
4160 S:      Maintained
4161 F:      drivers/edac/highbank*
4162
4163 EDAC-CAVIUM
4164 M:      Ralf Baechle <ralf@linux-mips.org>
4165 M:      David Daney <david.daney@cavium.com>
4166 L:      linux-edac@vger.kernel.org
4167 L:      linux-mips@linux-mips.org
4168 S:      Supported
4169 F:      drivers/edac/octeon_edac*
4170
4171 EDAC-E752X
4172 M:      Mark Gross <mark.gross@intel.com>
4173 M:      Doug Thompson <dougthompson@xmission.com>
4174 L:      linux-edac@vger.kernel.org
4175 S:      Maintained
4176 F:      drivers/edac/e752x_edac.c
4177
4178 EDAC-E7XXX
4179 M:      Doug Thompson <dougthompson@xmission.com>
4180 L:      linux-edac@vger.kernel.org
4181 S:      Maintained
4182 F:      drivers/edac/e7xxx_edac.c
4183
4184 EDAC-GHES
4185 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4186 L:      linux-edac@vger.kernel.org
4187 S:      Maintained
4188 F:      drivers/edac/ghes_edac.c
4189
4190 EDAC-I82443BXGX
4191 M:      Tim Small <tim@buttersideup.com>
4192 L:      linux-edac@vger.kernel.org
4193 S:      Maintained
4194 F:      drivers/edac/i82443bxgx_edac.c
4195
4196 EDAC-I3000
4197 M:      Jason Uhlenkott <juhlenko@akamai.com>
4198 L:      linux-edac@vger.kernel.org
4199 S:      Maintained
4200 F:      drivers/edac/i3000_edac.c
4201
4202 EDAC-I5000
4203 M:      Doug Thompson <dougthompson@xmission.com>
4204 L:      linux-edac@vger.kernel.org
4205 S:      Maintained
4206 F:      drivers/edac/i5000_edac.c
4207
4208 EDAC-I5400
4209 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4210 L:      linux-edac@vger.kernel.org
4211 S:      Maintained
4212 F:      drivers/edac/i5400_edac.c
4213
4214 EDAC-I7300
4215 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4216 L:      linux-edac@vger.kernel.org
4217 S:      Maintained
4218 F:      drivers/edac/i7300_edac.c
4219
4220 EDAC-I7CORE
4221 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4222 L:      linux-edac@vger.kernel.org
4223 S:      Maintained
4224 F:      drivers/edac/i7core_edac.c
4225
4226 EDAC-I82975X
4227 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4228 M:      "Arvind R." <arvino55@gmail.com>
4229 L:      linux-edac@vger.kernel.org
4230 S:      Maintained
4231 F:      drivers/edac/i82975x_edac.c
4232
4233 EDAC-IE31200
4234 M:      Jason Baron <jbaron@akamai.com>
4235 L:      linux-edac@vger.kernel.org
4236 S:      Maintained
4237 F:      drivers/edac/ie31200_edac.c
4238
4239 EDAC-MPC85XX
4240 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4241 L:      linux-edac@vger.kernel.org
4242 S:      Maintained
4243 F:      drivers/edac/mpc85xx_edac.[ch]
4244
4245 EDAC-PASEMI
4246 M:      Egor Martovetsky <egor@pasemi.com>
4247 L:      linux-edac@vger.kernel.org
4248 S:      Maintained
4249 F:      drivers/edac/pasemi_edac.c
4250
4251 EDAC-R82600
4252 M:      Tim Small <tim@buttersideup.com>
4253 L:      linux-edac@vger.kernel.org
4254 S:      Maintained
4255 F:      drivers/edac/r82600_edac.c
4256
4257 EDAC-SBRIDGE
4258 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4259 L:      linux-edac@vger.kernel.org
4260 S:      Maintained
4261 F:      drivers/edac/sb_edac.c
4262
4263 EDAC-XGENE
4264 APPLIED MICRO (APM) X-GENE SOC EDAC
4265 M:     Loc Ho <lho@apm.com>
4266 S:     Supported
4267 F:     drivers/edac/xgene_edac.c
4268 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4269
4270 EDIROL UA-101/UA-1000 DRIVER
4271 M:      Clemens Ladisch <clemens@ladisch.de>
4272 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4273 T:      git git://git.alsa-project.org/alsa-kernel.git
4274 S:      Maintained
4275 F:      sound/usb/misc/ua101.c
4276
4277 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4278 M:      Matt Fleming <matt@codeblueprint.co.uk>
4279 L:      linux-efi@vger.kernel.org
4280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4281 S:      Maintained
4282 F:      Documentation/efi-stub.txt
4283 F:      arch/ia64/kernel/efi.c
4284 F:      arch/x86/boot/compressed/eboot.[ch]
4285 F:      arch/x86/include/asm/efi.h
4286 F:      arch/x86/platform/efi/
4287 F:      drivers/firmware/efi/
4288 F:      include/linux/efi*.h
4289
4290 EFI VARIABLE FILESYSTEM
4291 M:      Matthew Garrett <matthew.garrett@nebula.com>
4292 M:      Jeremy Kerr <jk@ozlabs.org>
4293 M:      Matt Fleming <matt@codeblueprint.co.uk>
4294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4295 L:      linux-efi@vger.kernel.org
4296 S:      Maintained
4297 F:      fs/efivarfs/
4298
4299 EFIFB FRAMEBUFFER DRIVER
4300 L:      linux-fbdev@vger.kernel.org
4301 M:      Peter Jones <pjones@redhat.com>
4302 S:      Maintained
4303 F:      drivers/video/fbdev/efifb.c
4304
4305 EFS FILESYSTEM
4306 W:      http://aeschi.ch.eu.org/efs/
4307 S:      Orphan
4308 F:      fs/efs/
4309
4310 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4311 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4312 L:      netdev@vger.kernel.org
4313 S:      Maintained
4314 F:      drivers/net/ethernet/ibm/ehea/
4315
4316 EM28XX VIDEO4LINUX DRIVER
4317 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4318 L:      linux-media@vger.kernel.org
4319 W:      https://linuxtv.org
4320 T:      git git://linuxtv.org/media_tree.git
4321 S:      Maintained
4322 F:      drivers/media/usb/em28xx/
4323
4324 EMBEDDED LINUX
4325 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4326 M:      Matt Mackall <mpm@selenic.com>
4327 M:      David Woodhouse <dwmw2@infradead.org>
4328 L:      linux-embedded@vger.kernel.org
4329 S:      Maintained
4330
4331 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4332 M:      James Smart <james.smart@avagotech.com>
4333 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4334 L:      linux-scsi@vger.kernel.org
4335 W:      http://www.avagotech.com
4336 S:      Supported
4337 F:      drivers/scsi/lpfc/
4338
4339 ENE CB710 FLASH CARD READER DRIVER
4340 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
4341 S:      Maintained
4342 F:      drivers/misc/cb710/
4343 F:      drivers/mmc/host/cb710-mmc.*
4344 F:      include/linux/cb710.h
4345
4346 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4347 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4348 S:      Maintained
4349 F:      drivers/media/rc/ene_ir.*
4350
4351 EPSON S1D13XXX FRAMEBUFFER DRIVER
4352 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4353 S:      Maintained
4354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4355 F:      drivers/video/fbdev/s1d13xxxfb.c
4356 F:      include/video/s1d13xxxfb.h
4357
4358 ET131X NETWORK DRIVER
4359 M:      Mark Einon <mark.einon@gmail.com>
4360 S:      Odd Fixes
4361 F:      drivers/net/ethernet/agere/
4362
4363 ETHERNET BRIDGE
4364 M:      Stephen Hemminger <stephen@networkplumber.org>
4365 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
4366 L:      netdev@vger.kernel.org
4367 W:      http://www.linuxfoundation.org/en/Net:Bridge
4368 S:      Maintained
4369 F:      include/linux/netfilter_bridge/
4370 F:      net/bridge/
4371
4372 ETHERNET PHY LIBRARY
4373 M:      Florian Fainelli <f.fainelli@gmail.com>
4374 L:      netdev@vger.kernel.org
4375 S:      Maintained
4376 F:      include/linux/phy.h
4377 F:      include/linux/phy_fixed.h
4378 F:      drivers/net/phy/
4379 F:      Documentation/networking/phy.txt
4380 F:      drivers/of/of_mdio.c
4381 F:      drivers/of/of_net.c
4382
4383 EXT2 FILE SYSTEM
4384 M:      Jan Kara <jack@suse.com>
4385 L:      linux-ext4@vger.kernel.org
4386 S:      Maintained
4387 F:      Documentation/filesystems/ext2.txt
4388 F:      fs/ext2/
4389 F:      include/linux/ext2*
4390
4391 EXT4 FILE SYSTEM
4392 M:      "Theodore Ts'o" <tytso@mit.edu>
4393 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4394 L:      linux-ext4@vger.kernel.org
4395 W:      http://ext4.wiki.kernel.org
4396 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4397 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4398 S:      Maintained
4399 F:      Documentation/filesystems/ext4.txt
4400 F:      fs/ext4/
4401
4402 Extended Verification Module (EVM)
4403 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4404 L:      linux-ima-devel@lists.sourceforge.net
4405 L:      linux-security-module@vger.kernel.org
4406 S:      Supported
4407 F:      security/integrity/evm/
4408
4409 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4410 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4411 M:      Chanwoo Choi <cw00.choi@samsung.com>
4412 L:      linux-kernel@vger.kernel.org
4413 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4414 S:      Maintained
4415 F:      drivers/extcon/
4416 F:      include/linux/extcon/
4417 F:      include/linux/extcon.h
4418 F:      Documentation/extcon/
4419 F:      Documentation/devicetree/bindings/extcon/
4420
4421 EXYNOS DP DRIVER
4422 M:      Jingoo Han <jingoohan1@gmail.com>
4423 L:      dri-devel@lists.freedesktop.org
4424 S:      Maintained
4425 F:      drivers/gpu/drm/exynos/exynos_dp*
4426
4427 EXYNOS SYSMMU (IOMMU) driver
4428 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4429 L:      iommu@lists.linux-foundation.org
4430 S:      Maintained
4431 F:      drivers/iommu/exynos-iommu.c
4432
4433 EXYNOS MIPI DISPLAY DRIVERS
4434 M:      Inki Dae <inki.dae@samsung.com>
4435 M:      Donghwa Lee <dh09.lee@samsung.com>
4436 M:      Kyungmin Park <kyungmin.park@samsung.com>
4437 L:      linux-fbdev@vger.kernel.org
4438 S:      Maintained
4439 F:      drivers/video/fbdev/exynos/exynos_mipi*
4440 F:      include/video/exynos_mipi*
4441
4442 F71805F HARDWARE MONITORING DRIVER
4443 M:      Jean Delvare <jdelvare@suse.com>
4444 L:      linux-hwmon@vger.kernel.org
4445 S:      Maintained
4446 F:      Documentation/hwmon/f71805f
4447 F:      drivers/hwmon/f71805f.c
4448
4449 FC0011 TUNER DRIVER
4450 M:      Michael Buesch <m@bues.ch>
4451 L:      linux-media@vger.kernel.org
4452 S:      Maintained
4453 F:      drivers/media/tuners/fc0011.h
4454 F:      drivers/media/tuners/fc0011.c
4455
4456 FC2580 MEDIA DRIVER
4457 M:      Antti Palosaari <crope@iki.fi>
4458 L:      linux-media@vger.kernel.org
4459 W:      https://linuxtv.org
4460 W:      http://palosaari.fi/linux/
4461 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4462 T:      git git://linuxtv.org/anttip/media_tree.git
4463 S:      Maintained
4464 F:      drivers/media/tuners/fc2580*
4465
4466 FANOTIFY
4467 M:      Eric Paris <eparis@redhat.com>
4468 S:      Maintained
4469 F:      fs/notify/fanotify/
4470 F:      include/linux/fanotify.h
4471 F:      include/uapi/linux/fanotify.h
4472
4473 FARSYNC SYNCHRONOUS DRIVER
4474 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4475 W:      http://www.farsite.co.uk/
4476 S:      Supported
4477 F:      drivers/net/wan/farsync.*
4478
4479 FAULT INJECTION SUPPORT
4480 M:      Akinobu Mita <akinobu.mita@gmail.com>
4481 S:      Supported
4482 F:      Documentation/fault-injection/
4483 F:      lib/fault-inject.c
4484
4485 FBTFT Framebuffer drivers
4486 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4487 M:      Noralf Trønnes <noralf@tronnes.org>
4488 S:      Maintained
4489 F:      drivers/staging/fbtft/
4490
4491 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4492 M:      Vasu Dev <vasu.dev@intel.com>
4493 L:      fcoe-devel@open-fcoe.org
4494 W:      www.Open-FCoE.org
4495 S:      Supported
4496 F:      drivers/scsi/libfc/
4497 F:      drivers/scsi/fcoe/
4498 F:      include/scsi/fc/
4499 F:      include/scsi/libfc.h
4500 F:      include/scsi/libfcoe.h
4501 F:      include/uapi/scsi/fc/
4502
4503 FILE LOCKING (flock() and fcntl()/lockf())
4504 M:      Jeff Layton <jlayton@poochiereds.net>
4505 M:      "J. Bruce Fields" <bfields@fieldses.org>
4506 L:      linux-fsdevel@vger.kernel.org
4507 S:      Maintained
4508 F:      include/linux/fcntl.h
4509 F:      include/linux/fs.h
4510 F:      include/uapi/linux/fcntl.h
4511 F:      include/uapi/linux/fs.h
4512 F:      fs/fcntl.c
4513 F:      fs/locks.c
4514
4515 FILESYSTEMS (VFS and infrastructure)
4516 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4517 L:      linux-fsdevel@vger.kernel.org
4518 S:      Maintained
4519 F:      fs/*
4520
4521 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4522 M:      Riku Voipio <riku.voipio@iki.fi>
4523 L:      linux-hwmon@vger.kernel.org
4524 S:      Maintained
4525 F:      drivers/hwmon/f75375s.c
4526 F:      include/linux/f75375s.h
4527
4528 FIREWIRE AUDIO DRIVERS
4529 M:      Clemens Ladisch <clemens@ladisch.de>
4530 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4531 T:      git git://git.alsa-project.org/alsa-kernel.git
4532 S:      Maintained
4533 F:      sound/firewire/
4534
4535 FIREWIRE MEDIA DRIVERS (firedtv)
4536 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4537 L:      linux-media@vger.kernel.org
4538 L:      linux1394-devel@lists.sourceforge.net
4539 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4540 S:      Maintained
4541 F:      drivers/media/firewire/
4542
4543 FIREWIRE SBP-2 TARGET
4544 M:      Chris Boot <bootc@bootc.net>
4545 L:      linux-scsi@vger.kernel.org
4546 L:      target-devel@vger.kernel.org
4547 L:      linux1394-devel@lists.sourceforge.net
4548 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4549 S:      Maintained
4550 F:      drivers/target/sbp/
4551
4552 FIREWIRE SUBSYSTEM
4553 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4554 L:      linux1394-devel@lists.sourceforge.net
4555 W:      http://ieee1394.wiki.kernel.org/
4556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4557 S:      Maintained
4558 F:      drivers/firewire/
4559 F:      include/linux/firewire.h
4560 F:      include/uapi/linux/firewire*.h
4561 F:      tools/firewire/
4562
4563 FIRMWARE LOADER (request_firmware)
4564 M:      Ming Lei <ming.lei@canonical.com>
4565 L:      linux-kernel@vger.kernel.org
4566 S:      Maintained
4567 F:      Documentation/firmware_class/
4568 F:      drivers/base/firmware*.c
4569 F:      include/linux/firmware.h
4570
4571 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4572 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4573 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4574 S:      Maintained
4575 F:      drivers/block/rsxx/
4576
4577 FLOPPY DRIVER
4578 M:      Jiri Kosina <jikos@kernel.org>
4579 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4580 S:      Odd fixes
4581 F:      drivers/block/floppy.c
4582
4583 FMC SUBSYSTEM
4584 M:      Alessandro Rubini <rubini@gnudd.com>
4585 W:      http://www.ohwr.org/projects/fmc-bus
4586 S:      Supported
4587 F:      drivers/fmc/
4588 F:      include/linux/fmc*.h
4589 F:      include/linux/ipmi-fru.h
4590 K:      fmc_d.*register
4591
4592 FPGA MANAGER FRAMEWORK
4593 M:      Alan Tull <atull@opensource.altera.com>
4594 R:      Moritz Fischer <moritz.fischer@ettus.com>
4595 S:      Maintained
4596 F:      drivers/fpga/
4597 F:      include/linux/fpga/fpga-mgr.h
4598 W:      http://www.rocketboards.org
4599
4600 FPU EMULATOR
4601 M:      Bill Metzenthen <billm@melbpc.org.au>
4602 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4603 S:      Maintained
4604 F:      arch/x86/math-emu/
4605
4606 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4607 L:      netdev@vger.kernel.org
4608 S:      Orphan
4609 F:      drivers/net/wan/dlci.c
4610 F:      drivers/net/wan/sdla.c
4611
4612 FRAMEBUFFER LAYER
4613 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4614 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4615 L:      linux-fbdev@vger.kernel.org
4616 W:      http://linux-fbdev.sourceforge.net/
4617 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4619 S:      Maintained
4620 F:      Documentation/fb/
4621 F:      drivers/video/
4622 F:      include/video/
4623 F:      include/linux/fb.h
4624 F:      include/uapi/video/
4625 F:      include/uapi/linux/fb.h
4626
4627 FREESCALE DIU FRAMEBUFFER DRIVER
4628 M:      Timur Tabi <timur@tabi.org>
4629 L:      linux-fbdev@vger.kernel.org
4630 S:      Maintained
4631 F:      drivers/video/fbdev/fsl-diu-fb.*
4632
4633 FREESCALE DMA DRIVER
4634 M:      Li Yang <leoli@freescale.com>
4635 M:      Zhang Wei <zw@zh-kernel.org>
4636 L:      linuxppc-dev@lists.ozlabs.org
4637 S:      Maintained
4638 F:      drivers/dma/fsldma.*
4639
4640 FREESCALE GPMI NAND DRIVER
4641 M:      Han Xu <han.xu@nxp.com>
4642 L:      linux-mtd@lists.infradead.org
4643 S:      Maintained
4644 F:      drivers/mtd/nand/gpmi-nand/*
4645
4646 FREESCALE I2C CPM DRIVER
4647 M:      Jochen Friedrich <jochen@scram.de>
4648 L:      linuxppc-dev@lists.ozlabs.org
4649 L:      linux-i2c@vger.kernel.org
4650 S:      Maintained
4651 F:      drivers/i2c/busses/i2c-cpm.c
4652
4653 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4654 M:      Sascha Hauer <kernel@pengutronix.de>
4655 L:      linux-fbdev@vger.kernel.org
4656 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4657 S:      Maintained
4658 F:      include/linux/platform_data/video-imxfb.h
4659 F:      drivers/video/fbdev/imxfb.c
4660
4661 FREESCALE QUAD SPI DRIVER
4662 M:      Han Xu <han.xu@nxp.com>
4663 L:      linux-mtd@lists.infradead.org
4664 S:      Maintained
4665 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4666
4667 FREESCALE SOC FS_ENET DRIVER
4668 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4669 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4670 L:      linuxppc-dev@lists.ozlabs.org
4671 L:      netdev@vger.kernel.org
4672 S:      Maintained
4673 F:      drivers/net/ethernet/freescale/fs_enet/
4674 F:      include/linux/fs_enet_pd.h
4675
4676 FREESCALE IMX / MXC FEC DRIVER
4677 M:      Fugang Duan <fugang.duan@nxp.com>
4678 L:      netdev@vger.kernel.org
4679 S:      Maintained
4680 F:      drivers/net/ethernet/freescale/fec_main.c
4681 F:      drivers/net/ethernet/freescale/fec_ptp.c
4682 F:      drivers/net/ethernet/freescale/fec.h
4683 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
4684
4685 FREESCALE QUICC ENGINE LIBRARY
4686 L:      linuxppc-dev@lists.ozlabs.org
4687 S:      Orphan
4688 F:      drivers/soc/fsl/qe/
4689 F:      include/soc/fsl/*qe*.h
4690 F:      include/soc/fsl/*ucc*.h
4691
4692 FREESCALE USB PERIPHERAL DRIVERS
4693 M:      Li Yang <leoli@freescale.com>
4694 L:      linux-usb@vger.kernel.org
4695 L:      linuxppc-dev@lists.ozlabs.org
4696 S:      Maintained
4697 F:      drivers/usb/gadget/udc/fsl*
4698
4699 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4700 M:      Li Yang <leoli@freescale.com>
4701 L:      netdev@vger.kernel.org
4702 L:      linuxppc-dev@lists.ozlabs.org
4703 S:      Maintained
4704 F:      drivers/net/ethernet/freescale/ucc_geth*
4705
4706 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4707 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4708 L:      netdev@vger.kernel.org
4709 S:      Maintained
4710 F:      drivers/net/ethernet/freescale/gianfar*
4711 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4712 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4713
4714 FREESCALE QUICC ENGINE UCC UART DRIVER
4715 M:      Timur Tabi <timur@tabi.org>
4716 L:      linuxppc-dev@lists.ozlabs.org
4717 S:      Maintained
4718 F:      drivers/tty/serial/ucc_uart.c
4719
4720 FREESCALE SOC SOUND DRIVERS
4721 M:      Timur Tabi <timur@tabi.org>
4722 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4723 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4724 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4725 L:      linuxppc-dev@lists.ozlabs.org
4726 S:      Maintained
4727 F:      sound/soc/fsl/fsl*
4728 F:      sound/soc/fsl/imx*
4729 F:      sound/soc/fsl/mpc8610_hpcd.c
4730
4731 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4732 M:      "J. German Rivera" <German.Rivera@freescale.com>
4733 L:      linux-kernel@vger.kernel.org
4734 S:      Maintained
4735 F:      drivers/staging/fsl-mc/
4736
4737 FREEVXFS FILESYSTEM
4738 M:      Christoph Hellwig <hch@infradead.org>
4739 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4740 S:      Maintained
4741 F:      fs/freevxfs/
4742
4743 FREEZER
4744 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4745 M:      Pavel Machek <pavel@ucw.cz>
4746 L:      linux-pm@vger.kernel.org
4747 S:      Supported
4748 F:      Documentation/power/freezing-of-tasks.txt
4749 F:      include/linux/freezer.h
4750 F:      kernel/freezer.c
4751
4752 FRONTSWAP API
4753 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4754 L:      linux-kernel@vger.kernel.org
4755 S:      Maintained
4756 F:      mm/frontswap.c
4757 F:      include/linux/frontswap.h
4758
4759 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4760 M:      David Howells <dhowells@redhat.com>
4761 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
4762 S:      Supported
4763 F:      Documentation/filesystems/caching/
4764 F:      fs/fscache/
4765 F:      include/linux/fscache*.h
4766
4767 F2FS FILE SYSTEM
4768 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4769 M:      Changman Lee <cm224.lee@samsung.com>
4770 R:      Chao Yu <chao2.yu@samsung.com>
4771 L:      linux-f2fs-devel@lists.sourceforge.net
4772 W:      http://en.wikipedia.org/wiki/F2FS
4773 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4774 S:      Maintained
4775 F:      Documentation/filesystems/f2fs.txt
4776 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4777 F:      fs/f2fs/
4778 F:      include/linux/f2fs_fs.h
4779 F:      include/trace/events/f2fs.h
4780
4781 FUJITSU FR-V (FRV) PORT
4782 S:      Orphan
4783 F:      arch/frv/
4784
4785 FUJITSU LAPTOP EXTRAS
4786 M:      Jonathan Woithe <jwoithe@just42.net>
4787 L:      platform-driver-x86@vger.kernel.org
4788 S:      Maintained
4789 F:      drivers/platform/x86/fujitsu-laptop.c
4790
4791 FUJITSU M-5MO LS CAMERA ISP DRIVER
4792 M:      Kyungmin Park <kyungmin.park@samsung.com>
4793 M:      Heungjun Kim <riverful.kim@samsung.com>
4794 L:      linux-media@vger.kernel.org
4795 S:      Maintained
4796 F:      drivers/media/i2c/m5mols/
4797 F:      include/media/i2c/m5mols.h
4798
4799 FUJITSU TABLET EXTRAS
4800 M:      Robert Gerlach <khnz@gmx.de>
4801 L:      platform-driver-x86@vger.kernel.org
4802 S:      Maintained
4803 F:      drivers/platform/x86/fujitsu-tablet.c
4804
4805 FUSE: FILESYSTEM IN USERSPACE
4806 M:      Miklos Szeredi <miklos@szeredi.hu>
4807 L:      linux-fsdevel@vger.kernel.org
4808 W:      http://fuse.sourceforge.net/
4809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4810 S:      Maintained
4811 F:      fs/fuse/
4812 F:      include/uapi/linux/fuse.h
4813 F:      Documentation/filesystems/fuse.txt
4814
4815 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4816 M:      Rik Faith <faith@cs.unc.edu>
4817 L:      linux-scsi@vger.kernel.org
4818 S:      Odd Fixes (e.g., new signatures)
4819 F:      drivers/scsi/fdomain.*
4820
4821 GCOV BASED KERNEL PROFILING
4822 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4823 S:      Maintained
4824 F:      kernel/gcov/
4825 F:      Documentation/gcov.txt
4826
4827 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4828 M:      Achim Leubner <achim_leubner@adaptec.com>
4829 L:      linux-scsi@vger.kernel.org
4830 W:      http://www.icp-vortex.com/
4831 S:      Supported
4832 F:      drivers/scsi/gdt*
4833
4834 GDB KERNEL DEBUGGING HELPER SCRIPTS
4835 M:      Jan Kiszka <jan.kiszka@siemens.com>
4836 S:      Supported
4837 F:      scripts/gdb/
4838
4839 GEMTEK FM RADIO RECEIVER DRIVER
4840 M:      Hans Verkuil <hverkuil@xs4all.nl>
4841 L:      linux-media@vger.kernel.org
4842 T:      git git://linuxtv.org/media_tree.git
4843 W:      https://linuxtv.org
4844 S:      Maintained
4845 F:      drivers/media/radio/radio-gemtek*
4846
4847 GENERIC GPIO I2C DRIVER
4848 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4849 S:      Supported
4850 F:      drivers/i2c/busses/i2c-gpio.c
4851 F:      include/linux/i2c-gpio.h
4852
4853 GENERIC GPIO I2C MULTIPLEXER DRIVER
4854 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4855 L:      linux-i2c@vger.kernel.org
4856 S:      Supported
4857 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4858 F:      include/linux/i2c-mux-gpio.h
4859 F:      Documentation/i2c/muxes/i2c-mux-gpio
4860
4861 GENERIC HDLC (WAN) DRIVERS
4862 M:      Krzysztof Halasa <khc@pm.waw.pl>
4863 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4864 S:      Maintained
4865 F:      drivers/net/wan/c101.c
4866 F:      drivers/net/wan/hd6457*
4867 F:      drivers/net/wan/hdlc*
4868 F:      drivers/net/wan/n2.c
4869 F:      drivers/net/wan/pc300too.c
4870 F:      drivers/net/wan/pci200syn.c
4871 F:      drivers/net/wan/wanxl*
4872
4873 GENERIC INCLUDE/ASM HEADER FILES
4874 M:      Arnd Bergmann <arnd@arndb.de>
4875 L:      linux-arch@vger.kernel.org
4876 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4877 S:      Maintained
4878 F:      include/asm-generic/
4879 F:      include/uapi/asm-generic/
4880
4881 GENERIC PHY FRAMEWORK
4882 M:      Kishon Vijay Abraham I <kishon@ti.com>
4883 L:      linux-kernel@vger.kernel.org
4884 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4885 S:      Supported
4886 F:      drivers/phy/
4887 F:      include/linux/phy/
4888
4889 GENERIC PM DOMAINS
4890 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4891 M:      Kevin Hilman <khilman@kernel.org>
4892 M:      Ulf Hansson <ulf.hansson@linaro.org>
4893 L:      linux-pm@vger.kernel.org
4894 S:      Supported
4895 F:      drivers/base/power/domain*.c
4896 F:      include/linux/pm_domain.h
4897
4898 GENERIC UIO DRIVER FOR PCI DEVICES
4899 M:      "Michael S. Tsirkin" <mst@redhat.com>
4900 L:      kvm@vger.kernel.org
4901 S:      Supported
4902 F:      drivers/uio/uio_pci_generic.c
4903
4904 GET_MAINTAINER SCRIPT
4905 M:      Joe Perches <joe@perches.com>
4906 S:      Maintained
4907 F:      scripts/get_maintainer.pl
4908
4909 GFS2 FILE SYSTEM
4910 M:      Steven Whitehouse <swhiteho@redhat.com>
4911 M:      Bob Peterson <rpeterso@redhat.com>
4912 L:      cluster-devel@redhat.com
4913 W:      http://sources.redhat.com/cluster/
4914 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4915 S:      Supported
4916 F:      Documentation/filesystems/gfs2*.txt
4917 F:      fs/gfs2/
4918 F:      include/uapi/linux/gfs2_ondisk.h
4919
4920 GIGASET ISDN DRIVERS
4921 M:      Paul Bolle <pebolle@tiscali.nl>
4922 L:      gigaset307x-common@lists.sourceforge.net
4923 W:      http://gigaset307x.sourceforge.net/
4924 S:      Odd Fixes
4925 F:      Documentation/isdn/README.gigaset
4926 F:      drivers/isdn/gigaset/
4927 F:      include/uapi/linux/gigaset_dev.h
4928
4929 GO7007 MPEG CODEC
4930 M:      Hans Verkuil <hans.verkuil@cisco.com>
4931 L:      linux-media@vger.kernel.org
4932 S:      Maintained
4933 F:      drivers/media/usb/go7007/
4934
4935 GOODIX TOUCHSCREEN
4936 M:      Bastien Nocera <hadess@hadess.net>
4937 L:      linux-input@vger.kernel.org
4938 S:      Maintained
4939 F:      drivers/input/touchscreen/goodix.c
4940
4941 GPIO SUBSYSTEM
4942 M:      Linus Walleij <linus.walleij@linaro.org>
4943 M:      Alexandre Courbot <gnurou@gmail.com>
4944 L:      linux-gpio@vger.kernel.org
4945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4946 S:      Maintained
4947 F:      Documentation/devicetree/bindings/gpio/
4948 F:      Documentation/gpio/
4949 F:      Documentation/ABI/testing/gpio-cdev
4950 F:      Documentation/ABI/obsolete/sysfs-gpio
4951 F:      drivers/gpio/
4952 F:      include/linux/gpio/
4953 F:      include/linux/gpio.h
4954 F:      include/asm-generic/gpio.h
4955 F:      include/uapi/linux/gpio.h
4956 F:      tools/gpio/
4957
4958 GRE DEMULTIPLEXER DRIVER
4959 M:      Dmitry Kozlov <xeb@mail.ru>
4960 L:      netdev@vger.kernel.org
4961 S:      Maintained
4962 F:      net/ipv4/gre_demux.c
4963 F:      net/ipv4/gre_offload.c
4964 F:      include/net/gre.h
4965
4966 GRETH 10/100/1G Ethernet MAC device driver
4967 M:      Andreas Larsson <andreas@gaisler.com>
4968 L:      netdev@vger.kernel.org
4969 S:      Maintained
4970 F:      drivers/net/ethernet/aeroflex/
4971
4972 GSPCA FINEPIX SUBDRIVER
4973 M:      Frank Zago <frank@zago.net>
4974 L:      linux-media@vger.kernel.org
4975 T:      git git://linuxtv.org/media_tree.git
4976 S:      Maintained
4977 F:      drivers/media/usb/gspca/finepix.c
4978
4979 GSPCA GL860 SUBDRIVER
4980 M:      Olivier Lorin <o.lorin@laposte.net>
4981 L:      linux-media@vger.kernel.org
4982 T:      git git://linuxtv.org/media_tree.git
4983 S:      Maintained
4984 F:      drivers/media/usb/gspca/gl860/
4985
4986 GSPCA M5602 SUBDRIVER
4987 M:      Erik Andren <erik.andren@gmail.com>
4988 L:      linux-media@vger.kernel.org
4989 T:      git git://linuxtv.org/media_tree.git
4990 S:      Maintained
4991 F:      drivers/media/usb/gspca/m5602/
4992
4993 GSPCA PAC207 SONIXB SUBDRIVER
4994 M:      Hans de Goede <hdegoede@redhat.com>
4995 L:      linux-media@vger.kernel.org
4996 T:      git git://linuxtv.org/media_tree.git
4997 S:      Maintained
4998 F:      drivers/media/usb/gspca/pac207.c
4999
5000 GSPCA SN9C20X SUBDRIVER
5001 M:      Brian Johnson <brijohn@gmail.com>
5002 L:      linux-media@vger.kernel.org
5003 T:      git git://linuxtv.org/media_tree.git
5004 S:      Maintained
5005 F:      drivers/media/usb/gspca/sn9c20x.c
5006
5007 GSPCA T613 SUBDRIVER
5008 M:      Leandro Costantino <lcostantino@gmail.com>
5009 L:      linux-media@vger.kernel.org
5010 T:      git git://linuxtv.org/media_tree.git
5011 S:      Maintained
5012 F:      drivers/media/usb/gspca/t613.c
5013
5014 GSPCA USB WEBCAM DRIVER
5015 M:      Hans de Goede <hdegoede@redhat.com>
5016 L:      linux-media@vger.kernel.org
5017 T:      git git://linuxtv.org/media_tree.git
5018 S:      Maintained
5019 F:      drivers/media/usb/gspca/
5020
5021 GUID PARTITION TABLE (GPT)
5022 M:      Davidlohr Bueso <dave@stgolabs.net>
5023 L:      linux-efi@vger.kernel.org
5024 S:      Maintained
5025 F:      block/partitions/efi.*
5026
5027 STK1160 USB VIDEO CAPTURE DRIVER
5028 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5029 L:      linux-media@vger.kernel.org
5030 T:      git git://linuxtv.org/media_tree.git
5031 S:      Maintained
5032 F:      drivers/media/usb/stk1160/
5033
5034 H8/300 ARCHITECTURE
5035 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5036 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5037 W:      http://uclinux-h8.sourceforge.jp
5038 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5039 S:      Maintained
5040 F:      arch/h8300/
5041 F:      drivers/clocksource/h8300_*.c
5042 F:      drivers/clk/h8300/
5043 F:      drivers/irqchip/irq-renesas-h8*.c
5044
5045 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5046 M:      Frank Seidel <frank@f-seidel.de>
5047 L:      platform-driver-x86@vger.kernel.org
5048 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5049 S:      Maintained
5050 F:      drivers/platform/x86/hdaps.c
5051
5052 HDPVR USB VIDEO ENCODER DRIVER
5053 M:      Hans Verkuil <hverkuil@xs4all.nl>
5054 L:      linux-media@vger.kernel.org
5055 T:      git git://linuxtv.org/media_tree.git
5056 W:      https://linuxtv.org
5057 S:      Odd Fixes
5058 F:      drivers/media/usb/hdpvr/
5059
5060 HWPOISON MEMORY FAILURE HANDLING
5061 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5062 L:      linux-mm@kvack.org
5063 S:      Maintained
5064 F:      mm/memory-failure.c
5065 F:      mm/hwpoison-inject.c
5066
5067 HYPERVISOR VIRTUAL CONSOLE DRIVER
5068 L:      linuxppc-dev@lists.ozlabs.org
5069 S:      Odd Fixes
5070 F:      drivers/tty/hvc/
5071
5072 HACKRF MEDIA DRIVER
5073 M:      Antti Palosaari <crope@iki.fi>
5074 L:      linux-media@vger.kernel.org
5075 W:      https://linuxtv.org
5076 W:      http://palosaari.fi/linux/
5077 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5078 T:      git git://linuxtv.org/anttip/media_tree.git
5079 S:      Maintained
5080 F:      drivers/media/usb/hackrf/
5081
5082 HARDWARE MONITORING
5083 M:      Jean Delvare <jdelvare@suse.com>
5084 M:      Guenter Roeck <linux@roeck-us.net>
5085 L:      linux-hwmon@vger.kernel.org
5086 W:      http://hwmon.wiki.kernel.org/
5087 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5089 S:      Maintained
5090 F:      Documentation/hwmon/
5091 F:      drivers/hwmon/
5092 F:      include/linux/hwmon*.h
5093
5094 HARDWARE RANDOM NUMBER GENERATOR CORE
5095 M:      Matt Mackall <mpm@selenic.com>
5096 M:      Herbert Xu <herbert@gondor.apana.org.au>
5097 L:      linux-crypto@vger.kernel.org
5098 S:      Odd fixes
5099 F:      Documentation/hw_random.txt
5100 F:      drivers/char/hw_random/
5101 F:      include/linux/hw_random.h
5102
5103 HARDWARE SPINLOCK CORE
5104 M:      Ohad Ben-Cohen <ohad@wizery.com>
5105 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5106 L:      linux-remoteproc@vger.kernel.org
5107 S:      Maintained
5108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5109 F:      Documentation/hwspinlock.txt
5110 F:      drivers/hwspinlock/hwspinlock_*
5111 F:      include/linux/hwspinlock.h
5112
5113 HARMONY SOUND DRIVER
5114 L:      linux-parisc@vger.kernel.org
5115 S:      Maintained
5116 F:      sound/parisc/harmony.*
5117
5118 HD29L2 MEDIA DRIVER
5119 M:      Antti Palosaari <crope@iki.fi>
5120 L:      linux-media@vger.kernel.org
5121 W:      https://linuxtv.org
5122 W:      http://palosaari.fi/linux/
5123 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5124 T:      git git://linuxtv.org/anttip/media_tree.git
5125 S:      Maintained
5126 F:      drivers/media/dvb-frontends/hd29l2*
5127
5128 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5129 M:      Don Brace <don.brace@microsemi.com>
5130 L:      iss_storagedev@hp.com
5131 L:      esc.storagedev@microsemi.com
5132 L:      linux-scsi@vger.kernel.org
5133 S:      Supported
5134 F:      Documentation/scsi/hpsa.txt
5135 F:      drivers/scsi/hpsa*.[ch]
5136 F:      include/linux/cciss*.h
5137 F:      include/uapi/linux/cciss*.h
5138
5139 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5140 M:      Don Brace <don.brace@microsemi.com>
5141 L:      iss_storagedev@hp.com
5142 L:      esc.storagedev@microsemi.com
5143 L:      linux-scsi@vger.kernel.org
5144 S:      Supported
5145 F:      Documentation/blockdev/cciss.txt
5146 F:      drivers/block/cciss*
5147 F:      include/linux/cciss_ioctl.h
5148 F:      include/uapi/linux/cciss_ioctl.h
5149
5150 HFS FILESYSTEM
5151 L:      linux-fsdevel@vger.kernel.org
5152 S:      Orphan
5153 F:      Documentation/filesystems/hfs.txt
5154 F:      fs/hfs/
5155
5156 HFSPLUS FILESYSTEM
5157 L:      linux-fsdevel@vger.kernel.org
5158 S:      Orphan
5159 F:      Documentation/filesystems/hfsplus.txt
5160 F:      fs/hfsplus/
5161
5162 HGA FRAMEBUFFER DRIVER
5163 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5164 L:      linux-nvidia@lists.surfsouth.com
5165 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5166 S:      Maintained
5167 F:      drivers/video/fbdev/hgafb.c
5168
5169 HIBERNATION (aka Software Suspend, aka swsusp)
5170 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5171 M:      Pavel Machek <pavel@ucw.cz>
5172 L:      linux-pm@vger.kernel.org
5173 S:      Supported
5174 F:      arch/x86/power/
5175 F:      drivers/base/power/
5176 F:      kernel/power/
5177 F:      include/linux/suspend.h
5178 F:      include/linux/freezer.h
5179 F:      include/linux/pm.h
5180 F:      arch/*/include/asm/suspend*.h
5181
5182 HID CORE LAYER
5183 M:      Jiri Kosina <jikos@kernel.org>
5184 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5185 L:      linux-input@vger.kernel.org
5186 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5187 S:      Maintained
5188 F:      drivers/hid/
5189 F:      include/linux/hid*
5190 F:      include/uapi/linux/hid*
5191
5192 HID SENSOR HUB DRIVERS
5193 M:      Jiri Kosina <jikos@kernel.org>
5194 M:      Jonathan Cameron <jic23@kernel.org>
5195 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5196 L:      linux-input@vger.kernel.org
5197 L:      linux-iio@vger.kernel.org
5198 S:      Maintained
5199 F:      Documentation/hid/hid-sensor*
5200 F:      drivers/hid/hid-sensor-*
5201 F:      drivers/iio/*/hid-*
5202 F:      include/linux/hid-sensor-*
5203
5204 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5205 M:      Thomas Gleixner <tglx@linutronix.de>
5206 L:      linux-kernel@vger.kernel.org
5207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5208 S:      Maintained
5209 F:      Documentation/timers/
5210 F:      kernel/time/hrtimer.c
5211 F:      kernel/time/clockevents.c
5212 F:      kernel/time/tick*.*
5213 F:      kernel/time/timer_*.c
5214 F:      include/linux/clockchips.h
5215 F:      include/linux/hrtimer.h
5216
5217 HIGH-SPEED SCC DRIVER FOR AX.25
5218 L:      linux-hams@vger.kernel.org
5219 S:      Orphan
5220 F:      drivers/net/hamradio/dmascc.c
5221 F:      drivers/net/hamradio/scc.c
5222
5223 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5224 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5225 W:      http://www.highpoint-tech.com
5226 S:      Supported
5227 F:      Documentation/scsi/hptiop.txt
5228 F:      drivers/scsi/hptiop.c
5229
5230 HIPPI
5231 M:      Jes Sorensen <jes@trained-monkey.org>
5232 L:      linux-hippi@sunsite.dk
5233 S:      Maintained
5234 F:      include/linux/hippidevice.h
5235 F:      include/uapi/linux/if_hippi.h
5236 F:      net/802/hippi.c
5237 F:      drivers/net/hippi/
5238
5239 HISILICON SAS Controller
5240 M:      John Garry <john.garry@huawei.com>
5241 W:      http://www.hisilicon.com
5242 S:      Supported
5243 F:      drivers/scsi/hisi_sas/
5244 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5245
5246 HOST AP DRIVER
5247 M:      Jouni Malinen <j@w1.fi>
5248 L:      hostap@shmoo.com (subscribers-only)
5249 L:      linux-wireless@vger.kernel.org
5250 W:      http://hostap.epitest.fi/
5251 S:      Maintained
5252 F:      drivers/net/wireless/intersil/hostap/
5253
5254 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5255 L:      platform-driver-x86@vger.kernel.org
5256 S:      Orphan
5257 F:      drivers/platform/x86/tc1100-wmi.c
5258
5259 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5260 M:      Jaroslav Kysela <perex@perex.cz>
5261 S:      Maintained
5262 F:      drivers/net/ethernet/hp/hp100.*
5263
5264 HPET:   High Precision Event Timers driver
5265 M:      Clemens Ladisch <clemens@ladisch.de>
5266 S:      Maintained
5267 F:      Documentation/timers/hpet.txt
5268 F:      drivers/char/hpet.c
5269 F:      include/linux/hpet.h
5270 F:      include/uapi/linux/hpet.h
5271
5272 HPET:   x86
5273 S:      Orphan
5274 F:      arch/x86/kernel/hpet.c
5275 F:      arch/x86/include/asm/hpet.h
5276
5277 HPFS FILESYSTEM
5278 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5279 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5280 S:      Maintained
5281 F:      fs/hpfs/
5282
5283 HSI SUBSYSTEM
5284 M:      Sebastian Reichel <sre@kernel.org>
5285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5286 S:      Maintained
5287 F:      Documentation/ABI/testing/sysfs-bus-hsi
5288 F:      Documentation/hsi.txt
5289 F:      drivers/hsi/
5290 F:      include/linux/hsi/
5291 F:      include/uapi/linux/hsi/
5292
5293 HSO 3G MODEM DRIVER
5294 M:      Jan Dumon <j.dumon@option.com>
5295 W:      http://www.pharscape.org
5296 S:      Maintained
5297 F:      drivers/net/usb/hso.c
5298
5299 HSR NETWORK PROTOCOL
5300 M:      Arvid Brodin <arvid.brodin@alten.se>
5301 L:      netdev@vger.kernel.org
5302 S:      Maintained
5303 F:      net/hsr/
5304
5305 HTCPEN TOUCHSCREEN DRIVER
5306 M:      Pau Oliva Fora <pof@eslack.org>
5307 L:      linux-input@vger.kernel.org
5308 S:      Maintained
5309 F:      drivers/input/touchscreen/htcpen.c
5310
5311 HUGETLB FILESYSTEM
5312 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5313 S:      Maintained
5314 F:      fs/hugetlbfs/
5315
5316 Hyper-V CORE AND DRIVERS
5317 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5318 M:      Haiyang Zhang <haiyangz@microsoft.com>
5319 L:      devel@linuxdriverproject.org
5320 S:      Maintained
5321 F:      arch/x86/include/asm/mshyperv.h
5322 F:      arch/x86/include/uapi/asm/hyperv.h
5323 F:      arch/x86/kernel/cpu/mshyperv.c
5324 F:      drivers/hid/hid-hyperv.c
5325 F:      drivers/hv/
5326 F:      drivers/input/serio/hyperv-keyboard.c
5327 F:      drivers/pci/host/pci-hyperv.c
5328 F:      drivers/net/hyperv/
5329 F:      drivers/scsi/storvsc_drv.c
5330 F:      drivers/video/fbdev/hyperv_fb.c
5331 F:      include/linux/hyperv.h
5332 F:      tools/hv/
5333 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5334
5335 I2C MUXES
5336 M:      Peter Rosin <peda@axentia.se>
5337 L:      linux-i2c@vger.kernel.org
5338 S:      Maintained
5339 F:      Documentation/i2c/muxes/
5340 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5341 F:      drivers/i2c/i2c-mux.c
5342 F:      drivers/i2c/muxes/
5343 F:      include/linux/i2c-mux.h
5344
5345 I2C OVER PARALLEL PORT
5346 M:      Jean Delvare <jdelvare@suse.com>
5347 L:      linux-i2c@vger.kernel.org
5348 S:      Maintained
5349 F:      Documentation/i2c/busses/i2c-parport
5350 F:      Documentation/i2c/busses/i2c-parport-light
5351 F:      drivers/i2c/busses/i2c-parport.c
5352 F:      drivers/i2c/busses/i2c-parport-light.c
5353
5354 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5355 M:      Jean Delvare <jdelvare@suse.com>
5356 L:      linux-i2c@vger.kernel.org
5357 S:      Maintained
5358 F:      Documentation/i2c/busses/i2c-ali1535
5359 F:      Documentation/i2c/busses/i2c-ali1563
5360 F:      Documentation/i2c/busses/i2c-ali15x3
5361 F:      Documentation/i2c/busses/i2c-amd756
5362 F:      Documentation/i2c/busses/i2c-amd8111
5363 F:      Documentation/i2c/busses/i2c-i801
5364 F:      Documentation/i2c/busses/i2c-nforce2
5365 F:      Documentation/i2c/busses/i2c-piix4
5366 F:      Documentation/i2c/busses/i2c-sis5595
5367 F:      Documentation/i2c/busses/i2c-sis630
5368 F:      Documentation/i2c/busses/i2c-sis96x
5369 F:      Documentation/i2c/busses/i2c-via
5370 F:      Documentation/i2c/busses/i2c-viapro
5371 F:      drivers/i2c/busses/i2c-ali1535.c
5372 F:      drivers/i2c/busses/i2c-ali1563.c
5373 F:      drivers/i2c/busses/i2c-ali15x3.c
5374 F:      drivers/i2c/busses/i2c-amd756.c
5375 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5376 F:      drivers/i2c/busses/i2c-amd8111.c
5377 F:      drivers/i2c/busses/i2c-i801.c
5378 F:      drivers/i2c/busses/i2c-isch.c
5379 F:      drivers/i2c/busses/i2c-nforce2.c
5380 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5381 F:      drivers/i2c/busses/i2c-piix4.c
5382 F:      drivers/i2c/busses/i2c-sis5595.c
5383 F:      drivers/i2c/busses/i2c-sis630.c
5384 F:      drivers/i2c/busses/i2c-sis96x.c
5385 F:      drivers/i2c/busses/i2c-via.c
5386 F:      drivers/i2c/busses/i2c-viapro.c
5387
5388 I2C/SMBUS ISMT DRIVER
5389 M:      Seth Heasley <seth.heasley@intel.com>
5390 M:      Neil Horman <nhorman@tuxdriver.com>
5391 L:      linux-i2c@vger.kernel.org
5392 F:      drivers/i2c/busses/i2c-ismt.c
5393 F:      Documentation/i2c/busses/i2c-ismt
5394
5395 I2C/SMBUS STUB DRIVER
5396 M:      Jean Delvare <jdelvare@suse.com>
5397 L:      linux-i2c@vger.kernel.org
5398 S:      Maintained
5399 F:      drivers/i2c/i2c-stub.c
5400
5401 I2C SUBSYSTEM
5402 M:      Wolfram Sang <wsa@the-dreams.de>
5403 L:      linux-i2c@vger.kernel.org
5404 W:      https://i2c.wiki.kernel.org/
5405 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5406 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5407 S:      Maintained
5408 F:      Documentation/devicetree/bindings/i2c/
5409 F:      Documentation/i2c/
5410 F:      drivers/i2c/
5411 F:      drivers/i2c/*/
5412 F:      include/linux/i2c.h
5413 F:      include/linux/i2c-*.h
5414 F:      include/uapi/linux/i2c.h
5415 F:      include/uapi/linux/i2c-*.h
5416
5417 I2C ACPI SUPPORT
5418 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5419 L:      linux-i2c@vger.kernel.org
5420 L:      linux-acpi@vger.kernel.org
5421 S:      Maintained
5422
5423 I2C-TAOS-EVM DRIVER
5424 M:      Jean Delvare <jdelvare@suse.com>
5425 L:      linux-i2c@vger.kernel.org
5426 S:      Maintained
5427 F:      Documentation/i2c/busses/i2c-taos-evm
5428 F:      drivers/i2c/busses/i2c-taos-evm.c
5429
5430 I2C-TINY-USB DRIVER
5431 M:      Till Harbaum <till@harbaum.org>
5432 L:      linux-i2c@vger.kernel.org
5433 W:      http://www.harbaum.org/till/i2c_tiny_usb
5434 S:      Maintained
5435 F:      drivers/i2c/busses/i2c-tiny-usb.c
5436
5437 i386 BOOT CODE
5438 M:      "H. Peter Anvin" <hpa@zytor.com>
5439 S:      Maintained
5440 F:      arch/x86/boot/
5441
5442 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5443 M:      "H. Peter Anvin" <hpa@zytor.com>
5444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5445 S:      Maintained
5446
5447 IA64 (Itanium) PLATFORM
5448 M:      Tony Luck <tony.luck@intel.com>
5449 M:      Fenghua Yu <fenghua.yu@intel.com>
5450 L:      linux-ia64@vger.kernel.org
5451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5452 S:      Maintained
5453 F:      arch/ia64/
5454
5455 IBM Power VMX Cryptographic instructions
5456 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5457 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5458 L:      linux-crypto@vger.kernel.org
5459 S:      Supported
5460 F:      drivers/crypto/vmx/Makefile
5461 F:      drivers/crypto/vmx/Kconfig
5462 F:      drivers/crypto/vmx/vmx.c
5463 F:      drivers/crypto/vmx/aes*
5464 F:      drivers/crypto/vmx/ghash*
5465 F:      drivers/crypto/vmx/ppc-xlate.pl
5466
5467 IBM Power in-Nest Crypto Acceleration
5468 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5469 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5470 L:      linux-crypto@vger.kernel.org
5471 S:      Supported
5472 F:      drivers/crypto/nx/Makefile
5473 F:      drivers/crypto/nx/Kconfig
5474 F:      drivers/crypto/nx/nx-aes*
5475 F:      drivers/crypto/nx/nx-sha*
5476 F:      drivers/crypto/nx/nx.*
5477 F:      drivers/crypto/nx/nx_csbcpb.h
5478 F:      drivers/crypto/nx/nx_debugfs.h
5479
5480 IBM Power 842 compression accelerator
5481 M:      Dan Streetman <ddstreet@ieee.org>
5482 S:      Supported
5483 F:      drivers/crypto/nx/Makefile
5484 F:      drivers/crypto/nx/Kconfig
5485 F:      drivers/crypto/nx/nx-842*
5486 F:      include/linux/sw842.h
5487 F:      crypto/842.c
5488 F:      lib/842/
5489
5490 IBM Power Linux RAID adapter
5491 M:      Brian King <brking@us.ibm.com>
5492 S:      Supported
5493 F:      drivers/scsi/ipr.*
5494
5495 IBM Power Virtual Ethernet Device Driver
5496 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5497 L:      netdev@vger.kernel.org
5498 S:      Supported
5499 F:      drivers/net/ethernet/ibm/ibmveth.*
5500
5501 IBM Power SRIOV Virtual NIC Device Driver
5502 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5503 M:      John Allen <jallen@linux.vnet.ibm.com>
5504 L:      netdev@vger.kernel.org
5505 S:      Supported
5506 F:      drivers/net/ethernet/ibm/ibmvnic.*
5507
5508 IBM Power Virtual SCSI Device Drivers
5509 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5510 L:      linux-scsi@vger.kernel.org
5511 S:      Supported
5512 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5513 F:      drivers/scsi/ibmvscsi/viosrp.h
5514
5515 IBM Power Virtual FC Device Drivers
5516 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5517 L:      linux-scsi@vger.kernel.org
5518 S:      Supported
5519 F:      drivers/scsi/ibmvscsi/ibmvfc*
5520
5521 IBM ServeRAID RAID DRIVER
5522 S:      Orphan
5523 F:      drivers/scsi/ips.*
5524
5525 ICH LPC AND GPIO DRIVER
5526 M:      Peter Tyser <ptyser@xes-inc.com>
5527 S:      Maintained
5528 F:      drivers/mfd/lpc_ich.c
5529 F:      drivers/gpio/gpio-ich.c
5530
5531 IDE SUBSYSTEM
5532 M:      "David S. Miller" <davem@davemloft.net>
5533 L:      linux-ide@vger.kernel.org
5534 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5536 S:      Maintained
5537 F:      Documentation/ide/
5538 F:      drivers/ide/
5539 F:      include/linux/ide.h
5540
5541 IDEAPAD LAPTOP EXTRAS DRIVER
5542 M:      Ike Panhc <ike.pan@canonical.com>
5543 L:      platform-driver-x86@vger.kernel.org
5544 W:      http://launchpad.net/ideapad-laptop
5545 S:      Maintained
5546 F:      drivers/platform/x86/ideapad-laptop.c
5547
5548 IDEAPAD LAPTOP SLIDEBAR DRIVER
5549 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5550 L:      linux-input@vger.kernel.org
5551 W:      https://github.com/o2genum/ideapad-slidebar
5552 S:      Maintained
5553 F:      drivers/input/misc/ideapad_slidebar.c
5554
5555 IDE/ATAPI DRIVERS
5556 M:      Borislav Petkov <bp@alien8.de>
5557 L:      linux-ide@vger.kernel.org
5558 S:      Maintained
5559 F:      Documentation/cdrom/ide-cd
5560 F:      drivers/ide/ide-cd*
5561
5562 IDLE-I7300
5563 M:      Andy Henroid <andrew.d.henroid@intel.com>
5564 L:      linux-pm@vger.kernel.org
5565 S:      Supported
5566 F:      drivers/idle/i7300_idle.c
5567
5568 IEEE 802.15.4 SUBSYSTEM
5569 M:      Alexander Aring <aar@pengutronix.de>
5570 L:      linux-wpan@vger.kernel.org
5571 W:      http://wpan.cakelab.org/
5572 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
5573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
5574 S:      Maintained
5575 F:      net/ieee802154/
5576 F:      net/mac802154/
5577 F:      drivers/net/ieee802154/
5578 F:      include/linux/nl802154.h
5579 F:      include/linux/ieee802154.h
5580 F:      include/net/nl802154.h
5581 F:      include/net/mac802154.h
5582 F:      include/net/af_ieee802154.h
5583 F:      include/net/cfg802154.h
5584 F:      include/net/ieee802154_netdev.h
5585 F:      Documentation/networking/ieee802154.txt
5586
5587 IGORPLUG-USB IR RECEIVER
5588 M:      Sean Young <sean@mess.org>
5589 L:      linux-media@vger.kernel.org
5590 S:      Maintained
5591 F:      drivers/media/rc/igorplugusb.c
5592
5593 IGUANAWORKS USB IR TRANSCEIVER
5594 M:      Sean Young <sean@mess.org>
5595 L:      linux-media@vger.kernel.org
5596 S:      Maintained
5597 F:      drivers/media/rc/iguanair.c
5598
5599 IIO SUBSYSTEM AND DRIVERS
5600 M:      Jonathan Cameron <jic23@kernel.org>
5601 R:      Hartmut Knaack <knaack.h@gmx.de>
5602 R:      Lars-Peter Clausen <lars@metafoo.de>
5603 R:      Peter Meerwald <pmeerw@pmeerw.net>
5604 L:      linux-iio@vger.kernel.org
5605 S:      Maintained
5606 F:      drivers/iio/
5607 F:      drivers/staging/iio/
5608 F:      include/linux/iio/
5609 F:      tools/iio/
5610
5611 IKANOS/ADI EAGLE ADSL USB DRIVER
5612 M:      Matthieu Castet <castet.matthieu@free.fr>
5613 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5614 S:      Maintained
5615 F:      drivers/usb/atm/ueagle-atm.c
5616
5617 INA209 HARDWARE MONITOR DRIVER
5618 M:      Guenter Roeck <linux@roeck-us.net>
5619 L:      linux-hwmon@vger.kernel.org
5620 S:      Maintained
5621 F:      Documentation/hwmon/ina209
5622 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5623 F:      drivers/hwmon/ina209.c
5624
5625 INA2XX HARDWARE MONITOR DRIVER
5626 M:      Guenter Roeck <linux@roeck-us.net>
5627 L:      linux-hwmon@vger.kernel.org
5628 S:      Maintained
5629 F:      Documentation/hwmon/ina2xx
5630 F:      drivers/hwmon/ina2xx.c
5631 F:      include/linux/platform_data/ina2xx.h
5632
5633 INDUSTRY PACK SUBSYSTEM (IPACK)
5634 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5635 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5636 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5637 L:      industrypack-devel@lists.sourceforge.net
5638 W:      http://industrypack.sourceforge.net
5639 S:      Maintained
5640 F:      drivers/ipack/
5641
5642 INGENIC JZ4780 DMA Driver
5643 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5644 S:      Maintained
5645 F:      drivers/dma/dma-jz4780.c
5646
5647 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5648 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5649 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5650 L:      linux-ima-devel@lists.sourceforge.net
5651 L:      linux-ima-user@lists.sourceforge.net
5652 L:      linux-security-module@vger.kernel.org
5653 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5654 S:      Supported
5655 F:      security/integrity/ima/
5656
5657 IMGTEC IR DECODER DRIVER
5658 M:      James Hogan <james.hogan@imgtec.com>
5659 S:      Maintained
5660 F:      drivers/media/rc/img-ir/
5661
5662 IMS TWINTURBO FRAMEBUFFER DRIVER
5663 L:      linux-fbdev@vger.kernel.org
5664 S:      Orphan
5665 F:      drivers/video/fbdev/imsttfb.c
5666
5667 INFINIBAND SUBSYSTEM
5668 M:      Doug Ledford <dledford@redhat.com>
5669 M:      Sean Hefty <sean.hefty@intel.com>
5670 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5671 L:      linux-rdma@vger.kernel.org
5672 W:      http://www.openfabrics.org/
5673 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5675 S:      Supported
5676 F:      Documentation/infiniband/
5677 F:      drivers/infiniband/
5678 F:      drivers/staging/rdma/
5679 F:      include/uapi/linux/if_infiniband.h
5680 F:      include/uapi/rdma/
5681 F:      include/rdma/
5682
5683 INOTIFY
5684 M:      John McCutchan <john@johnmccutchan.com>
5685 M:      Robert Love <rlove@rlove.org>
5686 M:      Eric Paris <eparis@parisplace.org>
5687 S:      Maintained
5688 F:      Documentation/filesystems/inotify.txt
5689 F:      fs/notify/inotify/
5690 F:      include/linux/inotify.h
5691 F:      include/uapi/linux/inotify.h
5692
5693 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5694 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5695 L:      linux-input@vger.kernel.org
5696 Q:      http://patchwork.kernel.org/project/linux-input/list/
5697 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5698 S:      Maintained
5699 F:      drivers/input/
5700 F:      include/linux/input.h
5701 F:      include/uapi/linux/input.h
5702 F:      include/linux/input/
5703 F:      Documentation/devicetree/bindings/input/
5704
5705 INPUT MULTITOUCH (MT) PROTOCOL
5706 M:      Henrik Rydberg <rydberg@bitmath.org>
5707 L:      linux-input@vger.kernel.org
5708 S:      Odd fixes
5709 F:      Documentation/input/multi-touch-protocol.txt
5710 F:      drivers/input/input-mt.c
5711 K:      \b(ABS|SYN)_MT_
5712
5713 INTEL ASoC BDW/HSW DRIVERS
5714 M:      Jie Yang <yang.jie@linux.intel.com>
5715 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5716 S:      Supported
5717 F:      sound/soc/intel/common/sst-dsp*
5718 F:      sound/soc/intel/common/sst-firmware.c
5719 F:      sound/soc/intel/boards/broadwell.c
5720 F:      sound/soc/intel/haswell/
5721
5722 INTEL C600 SERIES SAS CONTROLLER DRIVER
5723 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5724 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5725 L:      linux-scsi@vger.kernel.org
5726 T:      git git://git.code.sf.net/p/intel-sas/isci
5727 S:      Supported
5728 F:      drivers/scsi/isci/
5729
5730 INTEL HID EVENT DRIVER
5731 M:      Alex Hung <alex.hung@canonical.com>
5732 L:      platform-driver-x86@vger.kernel.org
5733 S:      Maintained
5734 F:      drivers/platform/x86/intel-hid.c
5735
5736 INTEL IDLE DRIVER
5737 M:      Len Brown <lenb@kernel.org>
5738 L:      linux-pm@vger.kernel.org
5739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5740 S:      Supported
5741 F:      drivers/idle/intel_idle.c
5742
5743 INTEL PSTATE DRIVER
5744 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5745 M:      Len Brown <lenb@kernel.org>
5746 L:      linux-pm@vger.kernel.org
5747 S:      Supported
5748 F:      drivers/cpufreq/intel_pstate.c
5749
5750 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5751 M:      Maik Broemme <mbroemme@plusserver.de>
5752 L:      linux-fbdev@vger.kernel.org
5753 S:      Maintained
5754 F:      Documentation/fb/intelfb.txt
5755 F:      drivers/video/fbdev/intelfb/
5756
5757 INTEL 810/815 FRAMEBUFFER DRIVER
5758 M:      Antonino Daplas <adaplas@gmail.com>
5759 L:      linux-fbdev@vger.kernel.org
5760 S:      Maintained
5761 F:      drivers/video/fbdev/i810/
5762
5763 INTEL MENLOW THERMAL DRIVER
5764 M:      Sujith Thomas <sujith.thomas@intel.com>
5765 L:      platform-driver-x86@vger.kernel.org
5766 W:      https://01.org/linux-acpi
5767 S:      Supported
5768 F:      drivers/platform/x86/intel_menlow.c
5769
5770 INTEL I/OAT DMA DRIVER
5771 M:      Dave Jiang <dave.jiang@intel.com>
5772 R:      Dan Williams <dan.j.williams@intel.com>
5773 L:      dmaengine@vger.kernel.org
5774 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5775 S:      Supported
5776 F:      drivers/dma/ioat*
5777
5778 INTEL IOMMU (VT-d)
5779 M:      David Woodhouse <dwmw2@infradead.org>
5780 L:      iommu@lists.linux-foundation.org
5781 T:      git git://git.infradead.org/iommu-2.6.git
5782 S:      Supported
5783 F:      drivers/iommu/intel-iommu.c
5784 F:      include/linux/intel-iommu.h
5785
5786 INTEL IOP-ADMA DMA DRIVER
5787 R:      Dan Williams <dan.j.williams@intel.com>
5788 S:      Odd fixes
5789 F:      drivers/dma/iop-adma.c
5790
5791 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5792 M:      Krzysztof Halasa <khalasa@piap.pl>
5793 S:      Maintained
5794 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5795 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5796 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5797 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5798 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5799 F:      drivers/net/wan/ixp4xx_hss.c
5800
5801 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5802 M:      Deepak Saxena <dsaxena@plexity.net>
5803 S:      Maintained
5804 F:      drivers/char/hw_random/ixp4xx-rng.c
5805
5806 INTEL ETHERNET DRIVERS
5807 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5808 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
5809 W:      http://www.intel.com/support/feedback.htm
5810 W:      http://e1000.sourceforge.net/
5811 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5812 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5814 S:      Supported
5815 F:      Documentation/networking/e100.txt
5816 F:      Documentation/networking/e1000.txt
5817 F:      Documentation/networking/e1000e.txt
5818 F:      Documentation/networking/igb.txt
5819 F:      Documentation/networking/igbvf.txt
5820 F:      Documentation/networking/ixgb.txt
5821 F:      Documentation/networking/ixgbe.txt
5822 F:      Documentation/networking/ixgbevf.txt
5823 F:      Documentation/networking/i40e.txt
5824 F:      Documentation/networking/i40evf.txt
5825 F:      drivers/net/ethernet/intel/
5826 F:      drivers/net/ethernet/intel/*/
5827
5828 INTEL RDMA RNIC DRIVER
5829 M:     Faisal Latif <faisal.latif@intel.com>
5830 R:     Chien Tin Tung <chien.tin.tung@intel.com>
5831 R:     Mustafa Ismail <mustafa.ismail@intel.com>
5832 R:     Shiraz Saleem <shiraz.saleem@intel.com>
5833 R:     Tatyana Nikolova <tatyana.e.nikolova@intel.com>
5834 L:     linux-rdma@vger.kernel.org
5835 S:     Supported
5836 F:     drivers/infiniband/hw/i40iw/
5837
5838 INTEL-MID GPIO DRIVER
5839 M:      David Cohen <david.a.cohen@linux.intel.com>
5840 L:      linux-gpio@vger.kernel.org
5841 S:      Maintained
5842 F:      drivers/gpio/gpio-intel-mid.c
5843
5844 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5845 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5846 L:      linux-wireless@vger.kernel.org
5847 S:      Maintained
5848 F:      Documentation/networking/README.ipw2100
5849 F:      Documentation/networking/README.ipw2200
5850 F:      drivers/net/wireless/intel/ipw2x00/
5851
5852 INTEL(R) TRACE HUB
5853 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
5854 S:      Supported
5855 F:      Documentation/trace/intel_th.txt
5856 F:      drivers/hwtracing/intel_th/
5857
5858 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5859 M:      Ning Sun <ning.sun@intel.com>
5860 L:      tboot-devel@lists.sourceforge.net
5861 W:      http://tboot.sourceforge.net
5862 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5863 S:      Supported
5864 F:      Documentation/intel_txt.txt
5865 F:      include/linux/tboot.h
5866 F:      arch/x86/kernel/tboot.c
5867
5868 INTEL WIRELESS WIMAX CONNECTION 2400
5869 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5870 M:      linux-wimax@intel.com
5871 L:      wimax@linuxwimax.org (subscribers-only)
5872 S:      Supported
5873 W:      http://linuxwimax.org
5874 F:      Documentation/wimax/README.i2400m
5875 F:      drivers/net/wimax/i2400m/
5876 F:      include/uapi/linux/wimax/i2400m.h
5877
5878 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5879 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5880 L:      linux-wireless@vger.kernel.org
5881 S:      Supported
5882 F:      drivers/net/wireless/intel/iwlegacy/
5883
5884 INTEL WIRELESS WIFI LINK (iwlwifi)
5885 M:      Johannes Berg <johannes.berg@intel.com>
5886 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5887 M:      Intel Linux Wireless <linuxwifi@intel.com>
5888 L:      linux-wireless@vger.kernel.org
5889 W:      http://intellinuxwireless.org
5890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5891 S:      Supported
5892 F:      drivers/net/wireless/intel/iwlwifi/
5893
5894 INTEL MANAGEMENT ENGINE (mei)
5895 M:      Tomas Winkler <tomas.winkler@intel.com>
5896 L:      linux-kernel@vger.kernel.org
5897 S:      Supported
5898 F:      include/uapi/linux/mei.h
5899 F:      include/linux/mei_cl_bus.h
5900 F:      drivers/misc/mei/*
5901 F:      drivers/watchdog/mei_wdt.c
5902 F:      Documentation/misc-devices/mei/*
5903
5904 INTEL MIC DRIVERS (mic)
5905 M:      Sudeep Dutt <sudeep.dutt@intel.com>
5906 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
5907 S:      Supported
5908 W:      https://github.com/sudeepdutt/mic
5909 W:      http://software.intel.com/en-us/mic-developer
5910 F:      include/linux/mic_bus.h
5911 F:      include/linux/scif.h
5912 F:      include/uapi/linux/mic_common.h
5913 F:      include/uapi/linux/mic_ioctl.h
5914 F:      include/uapi/linux/scif_ioctl.h
5915 F:      drivers/misc/mic/
5916 F:      drivers/dma/mic_x100_dma.c
5917 F:      drivers/dma/mic_x100_dma.h
5918 F:      Documentation/mic/
5919
5920 INTEL PMC/P-Unit IPC DRIVER
5921 M:      Zha Qipeng<qipeng.zha@intel.com>
5922 L:      platform-driver-x86@vger.kernel.org
5923 S:      Maintained
5924 F:      drivers/platform/x86/intel_pmc_ipc.c
5925 F:      drivers/platform/x86/intel_punit_ipc.c
5926 F:      arch/x86/include/asm/intel_pmc_ipc.h
5927 F:      arch/x86/include/asm/intel_punit_ipc.h
5928
5929 INTEL TELEMETRY DRIVER
5930 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
5931 L:      platform-driver-x86@vger.kernel.org
5932 S:      Maintained
5933 F:      arch/x86/include/asm/intel_telemetry.h
5934 F:      drivers/platform/x86/intel_telemetry*
5935
5936 IOC3 ETHERNET DRIVER
5937 M:      Ralf Baechle <ralf@linux-mips.org>
5938 L:      linux-mips@linux-mips.org
5939 S:      Maintained
5940 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5941
5942 IOC3 SERIAL DRIVER
5943 M:      Pat Gefre <pfg@sgi.com>
5944 L:      linux-serial@vger.kernel.org
5945 S:      Maintained
5946 F:      drivers/tty/serial/ioc3_serial.c
5947
5948 IOMMU DRIVERS
5949 M:      Joerg Roedel <joro@8bytes.org>
5950 L:      iommu@lists.linux-foundation.org
5951 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5952 S:      Maintained
5953 F:      drivers/iommu/
5954
5955 IP MASQUERADING
5956 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5957 S:      Maintained
5958 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5959
5960 IPMI SUBSYSTEM
5961 M:      Corey Minyard <minyard@acm.org>
5962 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5963 W:      http://openipmi.sourceforge.net/
5964 S:      Supported
5965 F:      Documentation/IPMI.txt
5966 F:      drivers/char/ipmi/
5967 F:      include/linux/ipmi*
5968 F:      include/uapi/linux/ipmi*
5969
5970 QCOM AUDIO (ASoC) DRIVERS
5971 M:      Patrick Lai <plai@codeaurora.org>
5972 M:      Banajit Goswami <bgoswami@codeaurora.org>
5973 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5974 S:      Supported
5975 F:      sound/soc/qcom/
5976
5977 IPS SCSI RAID DRIVER
5978 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5979 L:      linux-scsi@vger.kernel.org
5980 W:      http://www.adaptec.com/
5981 S:      Maintained
5982 F:      drivers/scsi/ips*
5983
5984 IPVS
5985 M:      Wensong Zhang <wensong@linux-vs.org>
5986 M:      Simon Horman <horms@verge.net.au>
5987 M:      Julian Anastasov <ja@ssi.bg>
5988 L:      netdev@vger.kernel.org
5989 L:      lvs-devel@vger.kernel.org
5990 S:      Maintained
5991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
5992 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
5993 F:      Documentation/networking/ipvs-sysctl.txt
5994 F:      include/net/ip_vs.h
5995 F:      include/uapi/linux/ip_vs.h
5996 F:      net/netfilter/ipvs/
5997
5998 IPWIRELESS DRIVER
5999 M:      Jiri Kosina <jikos@kernel.org>
6000 M:      David Sterba <dsterba@suse.com>
6001 S:      Odd Fixes
6002 F:      drivers/tty/ipwireless/
6003
6004 IPX NETWORK LAYER
6005 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6006 L:      netdev@vger.kernel.org
6007 S:      Maintained
6008 F:      include/net/ipx.h
6009 F:      include/uapi/linux/ipx.h
6010 F:      net/ipx/
6011
6012 IRDA SUBSYSTEM
6013 M:      Samuel Ortiz <samuel@sortiz.org>
6014 L:      irda-users@lists.sourceforge.net (subscribers-only)
6015 L:      netdev@vger.kernel.org
6016 W:      http://irda.sourceforge.net/
6017 S:      Maintained
6018 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6019 F:      Documentation/networking/irda.txt
6020 F:      drivers/net/irda/
6021 F:      include/net/irda/
6022 F:      net/irda/
6023
6024 IRQ SUBSYSTEM
6025 M:      Thomas Gleixner <tglx@linutronix.de>
6026 L:      linux-kernel@vger.kernel.org
6027 S:      Maintained
6028 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6029 F:      kernel/irq/
6030
6031 IRQCHIP DRIVERS
6032 M:      Thomas Gleixner <tglx@linutronix.de>
6033 M:      Jason Cooper <jason@lakedaemon.net>
6034 M:      Marc Zyngier <marc.zyngier@arm.com>
6035 L:      linux-kernel@vger.kernel.org
6036 S:      Maintained
6037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6038 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6039 F:      Documentation/devicetree/bindings/interrupt-controller/
6040 F:      drivers/irqchip/
6041
6042 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6043 M:      Jiang Liu <jiang.liu@linux.intel.com>
6044 M:      Marc Zyngier <marc.zyngier@arm.com>
6045 S:      Maintained
6046 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6047 F:      Documentation/IRQ-domain.txt
6048 F:      include/linux/irqdomain.h
6049 F:      kernel/irq/irqdomain.c
6050 F:      kernel/irq/msi.c
6051
6052 ISAPNP
6053 M:      Jaroslav Kysela <perex@perex.cz>
6054 S:      Maintained
6055 F:      Documentation/isapnp.txt
6056 F:      drivers/pnp/isapnp/
6057 F:      include/linux/isapnp.h
6058
6059 ISA RADIO MODULE
6060 M:      Hans Verkuil <hverkuil@xs4all.nl>
6061 L:      linux-media@vger.kernel.org
6062 T:      git git://linuxtv.org/media_tree.git
6063 W:      https://linuxtv.org
6064 S:      Maintained
6065 F:      drivers/media/radio/radio-isa*
6066
6067 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6068 M:      Peter Jones <pjones@redhat.com>
6069 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6070 S:      Maintained
6071 F:      drivers/firmware/iscsi_ibft*
6072
6073 ISCSI
6074 M:      Mike Christie <michaelc@cs.wisc.edu>
6075 L:      open-iscsi@googlegroups.com
6076 W:      www.open-iscsi.org
6077 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6078 S:      Maintained
6079 F:      drivers/scsi/*iscsi*
6080 F:      include/scsi/*iscsi*
6081
6082 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6083 M:      Or Gerlitz <ogerlitz@mellanox.com>
6084 M:      Sagi Grimberg <sagi@grimberg.me>
6085 M:      Roi Dayan <roid@mellanox.com>
6086 L:      linux-rdma@vger.kernel.org
6087 S:      Supported
6088 W:      http://www.openfabrics.org
6089 W:      www.open-iscsi.org
6090 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6091 F:      drivers/infiniband/ulp/iser/
6092
6093 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6094 M:      Sagi Grimberg <sagi@grimberg.me>
6095 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6096 L:      linux-rdma@vger.kernel.org
6097 L:      target-devel@vger.kernel.org
6098 S:      Supported
6099 W:      http://www.linux-iscsi.org
6100 F:      drivers/infiniband/ulp/isert
6101
6102 ISDN SUBSYSTEM
6103 M:      Karsten Keil <isdn@linux-pingi.de>
6104 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6105 L:      netdev@vger.kernel.org
6106 W:      http://www.isdn4linux.de
6107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6108 S:      Maintained
6109 F:      Documentation/isdn/
6110 F:      drivers/isdn/
6111 F:      include/linux/isdn.h
6112 F:      include/linux/isdn/
6113 F:      include/uapi/linux/isdn.h
6114 F:      include/uapi/linux/isdn/
6115
6116 ISDN SUBSYSTEM (Eicon active card driver)
6117 M:      Armin Schindler <mac@melware.de>
6118 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6119 W:      http://www.melware.de
6120 S:      Maintained
6121 F:      drivers/isdn/hardware/eicon/
6122
6123 IT87 HARDWARE MONITORING DRIVER
6124 M:      Jean Delvare <jdelvare@suse.com>
6125 L:      linux-hwmon@vger.kernel.org
6126 S:      Maintained
6127 F:      Documentation/hwmon/it87
6128 F:      drivers/hwmon/it87.c
6129
6130 IT913X MEDIA DRIVER
6131 M:      Antti Palosaari <crope@iki.fi>
6132 L:      linux-media@vger.kernel.org
6133 W:      https://linuxtv.org
6134 W:      http://palosaari.fi/linux/
6135 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6136 T:      git git://linuxtv.org/anttip/media_tree.git
6137 S:      Maintained
6138 F:      drivers/media/tuners/it913x*
6139
6140 IVTV VIDEO4LINUX DRIVER
6141 M:      Andy Walls <awalls@md.metrocast.net>
6142 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6143 L:      linux-media@vger.kernel.org
6144 T:      git git://linuxtv.org/media_tree.git
6145 W:      http://www.ivtvdriver.org
6146 S:      Maintained
6147 F:      Documentation/video4linux/*.ivtv
6148 F:      drivers/media/pci/ivtv/
6149 F:      include/uapi/linux/ivtv*
6150
6151 IX2505V MEDIA DRIVER
6152 M:      Malcolm Priestley <tvboxspy@gmail.com>
6153 L:      linux-media@vger.kernel.org
6154 W:      https://linuxtv.org
6155 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6156 S:      Maintained
6157 F:      drivers/media/dvb-frontends/ix2505v*
6158
6159 JC42.4 TEMPERATURE SENSOR DRIVER
6160 M:      Guenter Roeck <linux@roeck-us.net>
6161 L:      linux-hwmon@vger.kernel.org
6162 S:      Maintained
6163 F:      drivers/hwmon/jc42.c
6164 F:      Documentation/hwmon/jc42
6165
6166 JFS FILESYSTEM
6167 M:      Dave Kleikamp <shaggy@kernel.org>
6168 L:      jfs-discussion@lists.sourceforge.net
6169 W:      http://jfs.sourceforge.net/
6170 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6171 S:      Maintained
6172 F:      Documentation/filesystems/jfs.txt
6173 F:      fs/jfs/
6174
6175 JME NETWORK DRIVER
6176 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6177 L:      netdev@vger.kernel.org
6178 S:      Maintained
6179 F:      drivers/net/ethernet/jme.*
6180
6181 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6182 M:      David Woodhouse <dwmw2@infradead.org>
6183 L:      linux-mtd@lists.infradead.org
6184 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6185 S:      Maintained
6186 F:      fs/jffs2/
6187 F:      include/uapi/linux/jffs2.h
6188
6189 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6190 M:      "Theodore Ts'o" <tytso@mit.edu>
6191 M:      Jan Kara <jack@suse.com>
6192 L:      linux-ext4@vger.kernel.org
6193 S:      Maintained
6194 F:      fs/jbd2/
6195 F:      include/linux/jbd2.h
6196
6197 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6198 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6199 L:      linux-media@vger.kernel.org
6200 S:      Maintained
6201 F:      drivers/media/platform/rcar_jpu.c
6202
6203 JSM Neo PCI based serial card
6204 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6205 L:      linux-serial@vger.kernel.org
6206 S:      Maintained
6207 F:      drivers/tty/serial/jsm/
6208
6209 K10TEMP HARDWARE MONITORING DRIVER
6210 M:      Clemens Ladisch <clemens@ladisch.de>
6211 L:      linux-hwmon@vger.kernel.org
6212 S:      Maintained
6213 F:      Documentation/hwmon/k10temp
6214 F:      drivers/hwmon/k10temp.c
6215
6216 K8TEMP HARDWARE MONITORING DRIVER
6217 M:      Rudolf Marek <r.marek@assembler.cz>
6218 L:      linux-hwmon@vger.kernel.org
6219 S:      Maintained
6220 F:      Documentation/hwmon/k8temp
6221 F:      drivers/hwmon/k8temp.c
6222
6223 KASAN
6224 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6225 R:      Alexander Potapenko <glider@google.com>
6226 R:      Dmitry Vyukov <dvyukov@google.com>
6227 L:      kasan-dev@googlegroups.com
6228 S:      Maintained
6229 F:      arch/*/include/asm/kasan.h
6230 F:      arch/*/mm/kasan_init*
6231 F:      Documentation/kasan.txt
6232 F:      include/linux/kasan.h
6233 F:      lib/test_kasan.c
6234 F:      mm/kasan/
6235 F:      scripts/Makefile.kasan
6236
6237 KCONFIG
6238 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6239 L:      linux-kbuild@vger.kernel.org
6240 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6241 S:      Maintained
6242 F:      Documentation/kbuild/kconfig-language.txt
6243 F:      scripts/kconfig/
6244
6245 KDUMP
6246 M:      Vivek Goyal <vgoyal@redhat.com>
6247 M:      Haren Myneni <hbabu@us.ibm.com>
6248 L:      kexec@lists.infradead.org
6249 W:      http://lse.sourceforge.net/kdump/
6250 S:      Maintained
6251 F:      Documentation/kdump/
6252
6253 KEENE FM RADIO TRANSMITTER DRIVER
6254 M:      Hans Verkuil <hverkuil@xs4all.nl>
6255 L:      linux-media@vger.kernel.org
6256 T:      git git://linuxtv.org/media_tree.git
6257 W:      https://linuxtv.org
6258 S:      Maintained
6259 F:      drivers/media/radio/radio-keene*
6260
6261 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6262 M:      Ian Kent <raven@themaw.net>
6263 L:      autofs@vger.kernel.org
6264 S:      Maintained
6265 F:      fs/autofs4/
6266
6267 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6268 M:      Michal Marek <mmarek@suse.com>
6269 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6270 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6271 L:      linux-kbuild@vger.kernel.org
6272 S:      Maintained
6273 F:      Documentation/kbuild/
6274 F:      Makefile
6275 F:      scripts/Makefile.*
6276 F:      scripts/basic/
6277 F:      scripts/mk*
6278 F:      scripts/package/
6279
6280 KERNEL JANITORS
6281 L:      kernel-janitors@vger.kernel.org
6282 W:      http://kernelnewbies.org/KernelJanitors
6283 S:      Odd Fixes
6284
6285 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6286 M:      "J. Bruce Fields" <bfields@fieldses.org>
6287 M:      Jeff Layton <jlayton@poochiereds.net>
6288 L:      linux-nfs@vger.kernel.org
6289 W:      http://nfs.sourceforge.net/
6290 T:      git git://linux-nfs.org/~bfields/linux.git
6291 S:      Supported
6292 F:      fs/nfsd/
6293 F:      include/uapi/linux/nfsd/
6294 F:      fs/lockd/
6295 F:      fs/nfs_common/
6296 F:      net/sunrpc/
6297 F:      include/linux/lockd/
6298 F:      include/linux/sunrpc/
6299 F:      include/uapi/linux/sunrpc/
6300
6301 KERNEL SELFTEST FRAMEWORK
6302 M:      Shuah Khan <shuahkh@osg.samsung.com>
6303 L:      linux-kselftest@vger.kernel.org
6304 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6305 S:      Maintained
6306 F:      tools/testing/selftests
6307
6308 KERNEL VIRTUAL MACHINE (KVM)
6309 M:      Paolo Bonzini <pbonzini@redhat.com>
6310 M:      Radim Krčmář <rkrcmar@redhat.com>
6311 L:      kvm@vger.kernel.org
6312 W:      http://www.linux-kvm.org
6313 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6314 S:      Supported
6315 F:      Documentation/*/kvm*.txt
6316 F:      Documentation/virtual/kvm/
6317 F:      arch/*/kvm/
6318 F:      arch/x86/kernel/kvm.c
6319 F:      arch/x86/kernel/kvmclock.c
6320 F:      arch/*/include/asm/kvm*
6321 F:      include/linux/kvm*
6322 F:      include/uapi/linux/kvm*
6323 F:      virt/kvm/
6324
6325 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6326 M:      Joerg Roedel <joro@8bytes.org>
6327 L:      kvm@vger.kernel.org
6328 W:      http://www.linux-kvm.org/
6329 S:      Maintained
6330 F:      arch/x86/include/asm/svm.h
6331 F:      arch/x86/kvm/svm.c
6332
6333 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6334 M:      Alexander Graf <agraf@suse.com>
6335 L:      kvm-ppc@vger.kernel.org
6336 W:      http://www.linux-kvm.org/
6337 T:      git git://github.com/agraf/linux-2.6.git
6338 S:      Supported
6339 F:      arch/powerpc/include/asm/kvm*
6340 F:      arch/powerpc/kvm/
6341
6342 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6343 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6344 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6345 L:      linux-s390@vger.kernel.org
6346 W:      http://www.ibm.com/developerworks/linux/linux390/
6347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6348 S:      Supported
6349 F:      Documentation/s390/kvm.txt
6350 F:      arch/s390/include/asm/kvm*
6351 F:      arch/s390/kvm/
6352
6353 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6354 M:      Christoffer Dall <christoffer.dall@linaro.org>
6355 M:      Marc Zyngier <marc.zyngier@arm.com>
6356 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6357 L:      kvmarm@lists.cs.columbia.edu
6358 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6359 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6360 S:      Supported
6361 F:      arch/arm/include/uapi/asm/kvm*
6362 F:      arch/arm/include/asm/kvm*
6363 F:      arch/arm/kvm/
6364 F:      virt/kvm/arm/
6365 F:      include/kvm/arm_*
6366
6367 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6368 M:      Christoffer Dall <christoffer.dall@linaro.org>
6369 M:      Marc Zyngier <marc.zyngier@arm.com>
6370 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6371 L:      kvmarm@lists.cs.columbia.edu
6372 S:      Maintained
6373 F:      arch/arm64/include/uapi/asm/kvm*
6374 F:      arch/arm64/include/asm/kvm*
6375 F:      arch/arm64/kvm/
6376
6377 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6378 M:      James Hogan <james.hogan@imgtec.com>
6379 L:      linux-mips@linux-mips.org
6380 S:      Supported
6381 F:      arch/mips/include/uapi/asm/kvm*
6382 F:      arch/mips/include/asm/kvm*
6383 F:      arch/mips/kvm/
6384
6385 KEXEC
6386 M:      Eric Biederman <ebiederm@xmission.com>
6387 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6388 L:      kexec@lists.infradead.org
6389 S:      Maintained
6390 F:      include/linux/kexec.h
6391 F:      include/uapi/linux/kexec.h
6392 F:      kernel/kexec.c
6393
6394 KEYS/KEYRINGS:
6395 M:      David Howells <dhowells@redhat.com>
6396 L:      keyrings@vger.kernel.org
6397 S:      Maintained
6398 F:      Documentation/security/keys.txt
6399 F:      include/linux/key.h
6400 F:      include/linux/key-type.h
6401 F:      include/keys/
6402 F:      security/keys/
6403
6404 KEYS-TRUSTED
6405 M:      David Safford <safford@us.ibm.com>
6406 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6407 L:      linux-security-module@vger.kernel.org
6408 L:      keyrings@vger.kernel.org
6409 S:      Supported
6410 F:      Documentation/security/keys-trusted-encrypted.txt
6411 F:      include/keys/trusted-type.h
6412 F:      security/keys/trusted.c
6413 F:      security/keys/trusted.h
6414
6415 KEYS-ENCRYPTED
6416 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6417 M:      David Safford <safford@us.ibm.com>
6418 L:      linux-security-module@vger.kernel.org
6419 L:      keyrings@vger.kernel.org
6420 S:      Supported
6421 F:      Documentation/security/keys-trusted-encrypted.txt
6422 F:      include/keys/encrypted-type.h
6423 F:      security/keys/encrypted-keys/
6424
6425 KGDB / KDB /debug_core
6426 M:      Jason Wessel <jason.wessel@windriver.com>
6427 W:      http://kgdb.wiki.kernel.org/
6428 L:      kgdb-bugreport@lists.sourceforge.net
6429 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6430 S:      Maintained
6431 F:      Documentation/DocBook/kgdb.tmpl
6432 F:      drivers/misc/kgdbts.c
6433 F:      drivers/tty/serial/kgdboc.c
6434 F:      include/linux/kdb.h
6435 F:      include/linux/kgdb.h
6436 F:      kernel/debug/
6437
6438 KMEMCHECK
6439 M:      Vegard Nossum <vegardno@ifi.uio.no>
6440 M:      Pekka Enberg <penberg@kernel.org>
6441 S:      Maintained
6442 F:      Documentation/kmemcheck.txt
6443 F:      arch/x86/include/asm/kmemcheck.h
6444 F:      arch/x86/mm/kmemcheck/
6445 F:      include/linux/kmemcheck.h
6446 F:      mm/kmemcheck.c
6447
6448 KMEMLEAK
6449 M:      Catalin Marinas <catalin.marinas@arm.com>
6450 S:      Maintained
6451 F:      Documentation/kmemleak.txt
6452 F:      include/linux/kmemleak.h
6453 F:      mm/kmemleak.c
6454 F:      mm/kmemleak-test.c
6455
6456 KPROBES
6457 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
6458 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6459 M:      "David S. Miller" <davem@davemloft.net>
6460 M:      Masami Hiramatsu <mhiramat@kernel.org>
6461 S:      Maintained
6462 F:      Documentation/kprobes.txt
6463 F:      include/linux/kprobes.h
6464 F:      kernel/kprobes.c
6465
6466 KS0108 LCD CONTROLLER DRIVER
6467 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6468 W:      http://miguelojeda.es/auxdisplay.htm
6469 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6470 S:      Maintained
6471 F:      Documentation/auxdisplay/ks0108
6472 F:      drivers/auxdisplay/ks0108.c
6473 F:      include/linux/ks0108.h
6474
6475 L3MDEV
6476 M:      David Ahern <dsa@cumulusnetworks.com>
6477 L:      netdev@vger.kernel.org
6478 S:      Maintained
6479 F:      net/l3mdev
6480 F:      include/net/l3mdev.h
6481
6482 LANTIQ MIPS ARCHITECTURE
6483 M:      John Crispin <blogic@openwrt.org>
6484 L:      linux-mips@linux-mips.org
6485 S:      Maintained
6486 F:      arch/mips/lantiq
6487
6488 LAPB module
6489 L:      linux-x25@vger.kernel.org
6490 S:      Orphan
6491 F:      Documentation/networking/lapb-module.txt
6492 F:      include/*/lapb.h
6493 F:      net/lapb/
6494
6495 LASI 53c700 driver for PARISC
6496 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6497 L:      linux-scsi@vger.kernel.org
6498 S:      Maintained
6499 F:      Documentation/scsi/53c700.txt
6500 F:      drivers/scsi/53c700*
6501
6502 LED SUBSYSTEM
6503 M:      Richard Purdie <rpurdie@rpsys.net>
6504 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6505 L:      linux-leds@vger.kernel.org
6506 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6507 S:      Maintained
6508 F:      drivers/leds/
6509 F:      include/linux/leds.h
6510
6511 LEGACY EEPROM DRIVER
6512 M:      Jean Delvare <jdelvare@suse.com>
6513 S:      Maintained
6514 F:      Documentation/misc-devices/eeprom
6515 F:      drivers/misc/eeprom/eeprom.c
6516
6517 LEGO USB Tower driver
6518 M:      Juergen Stuber <starblue@users.sourceforge.net>
6519 L:      legousb-devel@lists.sourceforge.net
6520 W:      http://legousb.sourceforge.net/
6521 S:      Maintained
6522 F:      drivers/usb/misc/legousbtower.c
6523
6524 LG2160 MEDIA DRIVER
6525 M:      Michael Krufky <mkrufky@linuxtv.org>
6526 L:      linux-media@vger.kernel.org
6527 W:      https://linuxtv.org
6528 W:      http://github.com/mkrufky
6529 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6530 T:      git git://linuxtv.org/mkrufky/tuners.git
6531 S:      Maintained
6532 F:      drivers/media/dvb-frontends/lg2160.*
6533
6534 LGDT3305 MEDIA DRIVER
6535 M:      Michael Krufky <mkrufky@linuxtv.org>
6536 L:      linux-media@vger.kernel.org
6537 W:      https://linuxtv.org
6538 W:      http://github.com/mkrufky
6539 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6540 T:      git git://linuxtv.org/mkrufky/tuners.git
6541 S:      Maintained
6542 F:      drivers/media/dvb-frontends/lgdt3305.*
6543
6544 LGUEST
6545 M:      Rusty Russell <rusty@rustcorp.com.au>
6546 L:      lguest@lists.ozlabs.org
6547 W:      http://lguest.ozlabs.org/
6548 S:      Odd Fixes
6549 F:      arch/x86/include/asm/lguest*.h
6550 F:      arch/x86/lguest/
6551 F:      drivers/lguest/
6552 F:      include/linux/lguest*.h
6553 F:      tools/lguest/
6554
6555 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6556 M:      Tejun Heo <tj@kernel.org>
6557 L:      linux-ide@vger.kernel.org
6558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6559 S:      Maintained
6560 F:      drivers/ata/
6561 F:      include/linux/ata.h
6562 F:      include/linux/libata.h
6563
6564 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6565 M:      Viresh Kumar <vireshk@kernel.org>
6566 L:      linux-ide@vger.kernel.org
6567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6568 S:      Maintained
6569 F:      include/linux/pata_arasan_cf_data.h
6570 F:      drivers/ata/pata_arasan_cf.c
6571
6572 LIBATA PATA DRIVERS
6573 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6574 M:      Tejun Heo <tj@kernel.org>
6575 L:      linux-ide@vger.kernel.org
6576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6577 S:      Maintained
6578 F:      drivers/ata/pata_*.c
6579 F:      drivers/ata/ata_generic.c
6580
6581 LIBATA SATA AHCI PLATFORM devices support
6582 M:      Hans de Goede <hdegoede@redhat.com>
6583 M:      Tejun Heo <tj@kernel.org>
6584 L:      linux-ide@vger.kernel.org
6585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6586 S:      Maintained
6587 F:      drivers/ata/ahci_platform.c
6588 F:      drivers/ata/libahci_platform.c
6589 F:      include/linux/ahci_platform.h
6590
6591 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6592 M:      Mikael Pettersson <mikpelinux@gmail.com>
6593 L:      linux-ide@vger.kernel.org
6594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6595 S:      Maintained
6596 F:      drivers/ata/sata_promise.*
6597
6598 LIBLOCKDEP
6599 M:      Sasha Levin <sasha.levin@oracle.com>
6600 S:      Maintained
6601 F:      tools/lib/lockdep/
6602
6603 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6604 M:      Dan Williams <dan.j.williams@intel.com>
6605 L:      linux-nvdimm@lists.01.org
6606 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6607 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6608 S:      Supported
6609 F:      drivers/nvdimm/*
6610 F:      include/linux/nd.h
6611 F:      include/linux/libnvdimm.h
6612 F:      include/uapi/linux/ndctl.h
6613
6614 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6615 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6616 L:      linux-nvdimm@lists.01.org
6617 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6618 S:      Supported
6619 F:      drivers/nvdimm/blk.c
6620 F:      drivers/nvdimm/region_devs.c
6621 F:      drivers/acpi/nfit*
6622
6623 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6624 M:      Vishal Verma <vishal.l.verma@intel.com>
6625 L:      linux-nvdimm@lists.01.org
6626 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6627 S:      Supported
6628 F:      drivers/nvdimm/btt*
6629
6630 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6631 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6632 L:      linux-nvdimm@lists.01.org
6633 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6634 S:      Supported
6635 F:      drivers/nvdimm/pmem.c
6636 F:      include/linux/pmem.h
6637 F:      arch/*/include/asm/pmem.h
6638
6639 LIGHTNVM PLATFORM SUPPORT
6640 M:      Matias Bjorling <mb@lightnvm.io>
6641 W:      http://github/OpenChannelSSD
6642 L:      linux-block@vger.kernel.org
6643 S:      Maintained
6644 F:      drivers/lightnvm/
6645 F:      include/linux/lightnvm.h
6646 F:      include/uapi/linux/lightnvm.h
6647
6648 LINUX FOR IBM pSERIES (RS/6000)
6649 M:      Paul Mackerras <paulus@au.ibm.com>
6650 W:      http://www.ibm.com/linux/ltc/projects/ppc
6651 S:      Supported
6652 F:      arch/powerpc/boot/rs6000.h
6653
6654 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6655 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6656 M:      Paul Mackerras <paulus@samba.org>
6657 M:      Michael Ellerman <mpe@ellerman.id.au>
6658 W:      http://www.penguinppc.org/
6659 L:      linuxppc-dev@lists.ozlabs.org
6660 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6661 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6662 S:      Supported
6663 F:      Documentation/powerpc/
6664 F:      arch/powerpc/
6665
6666 LINUX FOR POWER MACINTOSH
6667 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6668 W:      http://www.penguinppc.org/
6669 L:      linuxppc-dev@lists.ozlabs.org
6670 S:      Maintained
6671 F:      arch/powerpc/platforms/powermac/
6672 F:      drivers/macintosh/
6673
6674 LINUX FOR POWERPC EMBEDDED MPC5XXX
6675 M:      Anatolij Gustschin <agust@denx.de>
6676 L:      linuxppc-dev@lists.ozlabs.org
6677 T:      git git://git.denx.de/linux-denx-agust.git
6678 S:      Maintained
6679 F:      arch/powerpc/platforms/512x/
6680 F:      arch/powerpc/platforms/52xx/
6681
6682 LINUX FOR POWERPC EMBEDDED PPC4XX
6683 M:      Alistair Popple <alistair@popple.id.au>
6684 M:      Matt Porter <mporter@kernel.crashing.org>
6685 W:      http://www.penguinppc.org/
6686 L:      linuxppc-dev@lists.ozlabs.org
6687 S:      Maintained
6688 F:      arch/powerpc/platforms/40x/
6689 F:      arch/powerpc/platforms/44x/
6690
6691 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6692 L:      linuxppc-dev@lists.ozlabs.org
6693 S:      Orphan
6694 F:      arch/powerpc/*/*virtex*
6695 F:      arch/powerpc/*/*/*virtex*
6696
6697 LINUX FOR POWERPC EMBEDDED PPC8XX
6698 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6699 W:      http://www.penguinppc.org/
6700 L:      linuxppc-dev@lists.ozlabs.org
6701 S:      Maintained
6702 F:      arch/powerpc/platforms/8xx/
6703
6704 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6705 M:      Scott Wood <oss@buserror.net>
6706 M:      Kumar Gala <galak@kernel.crashing.org>
6707 W:      http://www.penguinppc.org/
6708 L:      linuxppc-dev@lists.ozlabs.org
6709 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6710 S:      Maintained
6711 F:      arch/powerpc/platforms/83xx/
6712 F:      arch/powerpc/platforms/85xx/
6713
6714 LINUX FOR POWERPC PA SEMI PWRFICIENT
6715 M:      Olof Johansson <olof@lixom.net>
6716 L:      linuxppc-dev@lists.ozlabs.org
6717 S:      Maintained
6718 F:      arch/powerpc/platforms/pasemi/
6719 F:      drivers/*/*pasemi*
6720 F:      drivers/*/*/*pasemi*
6721
6722 LINUX SECURITY MODULE (LSM) FRAMEWORK
6723 M:      Chris Wright <chrisw@sous-sol.org>
6724 L:      linux-security-module@vger.kernel.org
6725 S:      Supported
6726
6727 LIS3LV02D ACCELEROMETER DRIVER
6728 M:      Eric Piel <eric.piel@tremplin-utc.net>
6729 S:      Maintained
6730 F:      Documentation/misc-devices/lis3lv02d
6731 F:      drivers/misc/lis3lv02d/
6732 F:      drivers/platform/x86/hp_accel.c
6733
6734 LIVE PATCHING
6735 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6736 M:      Jessica Yu <jeyu@redhat.com>
6737 M:      Jiri Kosina <jikos@kernel.org>
6738 M:      Miroslav Benes <mbenes@suse.cz>
6739 R:      Petr Mladek <pmladek@suse.com>
6740 S:      Maintained
6741 F:      kernel/livepatch/
6742 F:      include/linux/livepatch.h
6743 F:      arch/x86/include/asm/livepatch.h
6744 F:      arch/x86/kernel/livepatch.c
6745 F:      Documentation/livepatch/
6746 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6747 F:      samples/livepatch/
6748 L:      live-patching@vger.kernel.org
6749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6750
6751 LINUX KERNEL DUMP TEST MODULE (LKDTM)
6752 M:      Kees Cook <keescook@chromium.org>
6753 S:      Maintained
6754 F:      drivers/misc/lkdtm.c
6755
6756 LLC (802.2)
6757 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6758 S:      Maintained
6759 F:      include/linux/llc.h
6760 F:      include/uapi/linux/llc.h
6761 F:      include/net/llc*
6762 F:      net/llc/
6763
6764 LM73 HARDWARE MONITOR DRIVER
6765 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6766 L:      linux-hwmon@vger.kernel.org
6767 S:      Maintained
6768 F:      drivers/hwmon/lm73.c
6769
6770 LM78 HARDWARE MONITOR DRIVER
6771 M:      Jean Delvare <jdelvare@suse.com>
6772 L:      linux-hwmon@vger.kernel.org
6773 S:      Maintained
6774 F:      Documentation/hwmon/lm78
6775 F:      drivers/hwmon/lm78.c
6776
6777 LM83 HARDWARE MONITOR DRIVER
6778 M:      Jean Delvare <jdelvare@suse.com>
6779 L:      linux-hwmon@vger.kernel.org
6780 S:      Maintained
6781 F:      Documentation/hwmon/lm83
6782 F:      drivers/hwmon/lm83.c
6783
6784 LM90 HARDWARE MONITOR DRIVER
6785 M:      Jean Delvare <jdelvare@suse.com>
6786 L:      linux-hwmon@vger.kernel.org
6787 S:      Maintained
6788 F:      Documentation/hwmon/lm90
6789 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6790 F:      drivers/hwmon/lm90.c
6791
6792 LM95234 HARDWARE MONITOR DRIVER
6793 M:      Guenter Roeck <linux@roeck-us.net>
6794 L:      linux-hwmon@vger.kernel.org
6795 S:      Maintained
6796 F:      Documentation/hwmon/lm95234
6797 F:      drivers/hwmon/lm95234.c
6798
6799 LME2510 MEDIA DRIVER
6800 M:      Malcolm Priestley <tvboxspy@gmail.com>
6801 L:      linux-media@vger.kernel.org
6802 W:      https://linuxtv.org
6803 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6804 S:      Maintained
6805 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6806
6807 LOCKDEP AND LOCKSTAT
6808 M:      Peter Zijlstra <peterz@infradead.org>
6809 M:      Ingo Molnar <mingo@redhat.com>
6810 L:      linux-kernel@vger.kernel.org
6811 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6812 S:      Maintained
6813 F:      Documentation/locking/lockdep*.txt
6814 F:      Documentation/locking/lockstat.txt
6815 F:      include/linux/lockdep.h
6816 F:      kernel/locking/
6817
6818 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6819 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6820 L:      linux-ntfs-dev@lists.sourceforge.net
6821 W:      http://www.linux-ntfs.org/content/view/19/37/
6822 S:      Maintained
6823 F:      Documentation/ldm.txt
6824 F:      block/partitions/ldm.*
6825
6826 LogFS
6827 M:      Joern Engel <joern@logfs.org>
6828 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6829 L:      logfs@logfs.org
6830 W:      logfs.org
6831 S:      Maintained
6832 F:      fs/logfs/
6833
6834 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6835 M:      Sathya Prakash <sathya.prakash@broadcom.com>
6836 M:      Chaitra P B <chaitra.basappa@broadcom.com>
6837 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
6838 L:      MPT-FusionLinux.pdl@broadcom.com
6839 L:      linux-scsi@vger.kernel.org
6840 W:      http://www.avagotech.com/support/
6841 S:      Supported
6842 F:      drivers/message/fusion/
6843 F:      drivers/scsi/mpt2sas/
6844 F:      drivers/scsi/mpt3sas/
6845
6846 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6847 M:      Matthew Wilcox <matthew@wil.cx>
6848 L:      linux-scsi@vger.kernel.org
6849 S:      Maintained
6850 F:      drivers/scsi/sym53c8xx_2/
6851
6852 LTC4261 HARDWARE MONITOR DRIVER
6853 M:      Guenter Roeck <linux@roeck-us.net>
6854 L:      linux-hwmon@vger.kernel.org
6855 S:      Maintained
6856 F:      Documentation/hwmon/ltc4261
6857 F:      drivers/hwmon/ltc4261.c
6858
6859 LTP (Linux Test Project)
6860 M:      Mike Frysinger <vapier@gentoo.org>
6861 M:      Cyril Hrubis <chrubis@suse.cz>
6862 M:      Wanlong Gao <wanlong.gao@gmail.com>
6863 M:      Jan Stancek <jstancek@redhat.com>
6864 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6865 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6866 L:      ltp@lists.linux.it (subscribers-only)
6867 W:      http://linux-test-project.github.io/
6868 T:      git git://github.com/linux-test-project/ltp.git
6869 S:      Maintained
6870
6871 M32R ARCHITECTURE
6872 W:      http://www.linux-m32r.org/
6873 S:      Orphan
6874 F:      arch/m32r/
6875
6876 M68K ARCHITECTURE
6877 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6878 L:      linux-m68k@lists.linux-m68k.org
6879 W:      http://www.linux-m68k.org/
6880 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6881 S:      Maintained
6882 F:      arch/m68k/
6883 F:      drivers/zorro/
6884
6885 M68K ON APPLE MACINTOSH
6886 M:      Joshua Thompson <funaho@jurai.org>
6887 W:      http://www.mac.linux-m68k.org/
6888 L:      linux-m68k@lists.linux-m68k.org
6889 S:      Maintained
6890 F:      arch/m68k/mac/
6891
6892 M68K ON HP9000/300
6893 M:      Philip Blundell <philb@gnu.org>
6894 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6895 S:      Maintained
6896 F:      arch/m68k/hp300/
6897
6898 M88DS3103 MEDIA DRIVER
6899 M:      Antti Palosaari <crope@iki.fi>
6900 L:      linux-media@vger.kernel.org
6901 W:      https://linuxtv.org
6902 W:      http://palosaari.fi/linux/
6903 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6904 T:      git git://linuxtv.org/anttip/media_tree.git
6905 S:      Maintained
6906 F:      drivers/media/dvb-frontends/m88ds3103*
6907
6908 M88RS2000 MEDIA DRIVER
6909 M:      Malcolm Priestley <tvboxspy@gmail.com>
6910 L:      linux-media@vger.kernel.org
6911 W:      https://linuxtv.org
6912 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6913 S:      Maintained
6914 F:      drivers/media/dvb-frontends/m88rs2000*
6915
6916 MA901 MASTERKIT USB FM RADIO DRIVER
6917 M:      Alexey Klimov <klimov.linux@gmail.com>
6918 L:      linux-media@vger.kernel.org
6919 T:      git git://linuxtv.org/media_tree.git
6920 S:      Maintained
6921 F:      drivers/media/radio/radio-ma901.c
6922
6923 MAC80211
6924 M:      Johannes Berg <johannes@sipsolutions.net>
6925 L:      linux-wireless@vger.kernel.org
6926 W:      http://wireless.kernel.org/
6927 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6928 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6929 S:      Maintained
6930 F:      Documentation/networking/mac80211-injection.txt
6931 F:      include/net/mac80211.h
6932 F:      net/mac80211/
6933 F:      drivers/net/wireless/mac80211_hwsim.[ch]
6934
6935 MACVLAN DRIVER
6936 M:      Patrick McHardy <kaber@trash.net>
6937 L:      netdev@vger.kernel.org
6938 S:      Maintained
6939 F:      drivers/net/macvlan.c
6940 F:      include/linux/if_macvlan.h
6941
6942 MAILBOX API
6943 M:      Jassi Brar <jassisinghbrar@gmail.com>
6944 L:      linux-kernel@vger.kernel.org
6945 S:      Maintained
6946 F:      drivers/mailbox/
6947 F:      include/linux/mailbox_client.h
6948 F:      include/linux/mailbox_controller.h
6949
6950 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6951 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6952 W:      http://www.kernel.org/doc/man-pages
6953 L:      linux-man@vger.kernel.org
6954 S:      Maintained
6955
6956 MARVELL ARMADA DRM SUPPORT
6957 M:      Russell King <rmk+kernel@armlinux.org.uk>
6958 S:      Maintained
6959 F:      drivers/gpu/drm/armada/
6960
6961 MARVELL 88E6352 DSA support
6962 M:      Guenter Roeck <linux@roeck-us.net>
6963 S:      Maintained
6964 F:      drivers/net/dsa/mv88e6352.c
6965
6966 MARVELL CRYPTO DRIVER
6967 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
6968 M:      Arnaud Ebalard <arno@natisbad.org>
6969 F:      drivers/crypto/marvell/
6970 S:      Maintained
6971 L:      linux-crypto@vger.kernel.org
6972
6973 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6974 M:      Mirko Lindner <mlindner@marvell.com>
6975 M:      Stephen Hemminger <stephen@networkplumber.org>
6976 L:      netdev@vger.kernel.org
6977 S:      Maintained
6978 F:      drivers/net/ethernet/marvell/sk*
6979
6980 MARVELL LIBERTAS WIRELESS DRIVER
6981 L:      libertas-dev@lists.infradead.org
6982 S:      Orphan
6983 F:      drivers/net/wireless/marvell/libertas/
6984
6985 MARVELL MV643XX ETHERNET DRIVER
6986 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6987 L:      netdev@vger.kernel.org
6988 S:      Maintained
6989 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6990 F:      include/linux/mv643xx.h
6991
6992 MARVELL MVNETA ETHERNET DRIVER
6993 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6994 L:      netdev@vger.kernel.org
6995 S:      Maintained
6996 F:      drivers/net/ethernet/marvell/mvneta.*
6997
6998 MARVELL MWIFIEX WIRELESS DRIVER
6999 M:      Amitkumar Karwar <akarwar@marvell.com>
7000 M:      Nishant Sarmukadam <nishants@marvell.com>
7001 L:      linux-wireless@vger.kernel.org
7002 S:      Maintained
7003 F:      drivers/net/wireless/marvell/mwifiex/
7004
7005 MARVELL MWL8K WIRELESS DRIVER
7006 M:      Lennert Buytenhek <buytenh@wantstofly.org>
7007 L:      linux-wireless@vger.kernel.org
7008 S:      Odd Fixes
7009 F:      drivers/net/wireless/marvell/mwl8k.c
7010
7011 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7012 M:      Nicolas Pitre <nico@fluxnic.net>
7013 S:      Odd Fixes
7014 F:      drivers/mmc/host/mvsdio.*
7015
7016 MATROX FRAMEBUFFER DRIVER
7017 L:      linux-fbdev@vger.kernel.org
7018 S:      Orphan
7019 F:      drivers/video/fbdev/matrox/matroxfb_*
7020 F:      include/uapi/linux/matroxfb.h
7021
7022 MAX16065 HARDWARE MONITOR DRIVER
7023 M:      Guenter Roeck <linux@roeck-us.net>
7024 L:      linux-hwmon@vger.kernel.org
7025 S:      Maintained
7026 F:      Documentation/hwmon/max16065
7027 F:      drivers/hwmon/max16065.c
7028
7029 MAX20751 HARDWARE MONITOR DRIVER
7030 M:      Guenter Roeck <linux@roeck-us.net>
7031 L:      linux-hwmon@vger.kernel.org
7032 S:      Maintained
7033 F:      Documentation/hwmon/max20751
7034 F:      drivers/hwmon/max20751.c
7035
7036 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7037 M:      "Hans J. Koch" <hjk@hansjkoch.de>
7038 L:      linux-hwmon@vger.kernel.org
7039 S:      Maintained
7040 F:      Documentation/hwmon/max6650
7041 F:      drivers/hwmon/max6650.c
7042
7043 MAX6697 HARDWARE MONITOR DRIVER
7044 M:      Guenter Roeck <linux@roeck-us.net>
7045 L:      linux-hwmon@vger.kernel.org
7046 S:      Maintained
7047 F:      Documentation/hwmon/max6697
7048 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7049 F:      drivers/hwmon/max6697.c
7050 F:      include/linux/platform_data/max6697.h
7051
7052 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7053 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
7054 L:      linux-pm@vger.kernel.org
7055 S:      Supported
7056 F:      drivers/power/max14577_charger.c
7057 F:      drivers/power/max77693_charger.c
7058
7059 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7060 M:      Javier Martinez Canillas <javier@osg.samsung.com>
7061 L:      linux-kernel@vger.kernel.org
7062 S:      Supported
7063 F:      drivers/*/*max77802*.c
7064 F:      Documentation/devicetree/bindings/*/*max77802.txt
7065 F:      include/dt-bindings/*/*max77802.h
7066
7067 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7068 M:      Chanwoo Choi <cw00.choi@samsung.com>
7069 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
7070 L:      linux-kernel@vger.kernel.org
7071 S:      Supported
7072 F:      drivers/*/max14577*.c
7073 F:      drivers/*/max77686*.c
7074 F:      drivers/*/max77693*.c
7075 F:      drivers/extcon/extcon-max14577.c
7076 F:      drivers/extcon/extcon-max77693.c
7077 F:      drivers/rtc/rtc-max77686.c
7078 F:      drivers/clk/clk-max77686.c
7079 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7080 F:      Documentation/devicetree/bindings/*/max77686.txt
7081 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7082 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7083 F:      include/linux/mfd/max14577*.h
7084 F:      include/linux/mfd/max77686*.h
7085 F:      include/linux/mfd/max77693*.h
7086
7087 MAXIRADIO FM RADIO RECEIVER DRIVER
7088 M:      Hans Verkuil <hverkuil@xs4all.nl>
7089 L:      linux-media@vger.kernel.org
7090 T:      git git://linuxtv.org/media_tree.git
7091 W:      https://linuxtv.org
7092 S:      Maintained
7093 F:      drivers/media/radio/radio-maxiradio*
7094
7095 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7096 M:      Peter Rosin <peda@axentia.se>
7097 L:      linux-iio@vger.kernel.org
7098 S:      Maintained
7099 F:      drivers/iio/potentiometer/mcp4531.c
7100
7101 MEDIA DRIVERS FOR RENESAS - VSP1
7102 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7103 L:      linux-media@vger.kernel.org
7104 L:      linux-renesas-soc@vger.kernel.org
7105 T:      git git://linuxtv.org/media_tree.git
7106 S:      Supported
7107 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7108 F:      drivers/media/platform/vsp1/
7109
7110 MEDIA DRIVERS FOR ASCOT2E
7111 M:      Sergey Kozlov <serjk@netup.ru>
7112 L:      linux-media@vger.kernel.org
7113 W:      https://linuxtv.org
7114 W:      http://netup.tv/
7115 T:      git git://linuxtv.org/media_tree.git
7116 S:      Supported
7117 F:      drivers/media/dvb-frontends/ascot2e*
7118
7119 MEDIA DRIVERS FOR CXD2841ER
7120 M:      Sergey Kozlov <serjk@netup.ru>
7121 L:      linux-media@vger.kernel.org
7122 W:      https://linuxtv.org
7123 W:      http://netup.tv/
7124 T:      git git://linuxtv.org/media_tree.git
7125 S:      Supported
7126 F:      drivers/media/dvb-frontends/cxd2841er*
7127
7128 MEDIA DRIVERS FOR HORUS3A
7129 M:      Sergey Kozlov <serjk@netup.ru>
7130 L:      linux-media@vger.kernel.org
7131 W:      https://linuxtv.org
7132 W:      http://netup.tv/
7133 T:      git git://linuxtv.org/media_tree.git
7134 S:      Supported
7135 F:      drivers/media/dvb-frontends/horus3a*
7136
7137 MEDIA DRIVERS FOR LNBH25
7138 M:      Sergey Kozlov <serjk@netup.ru>
7139 L:      linux-media@vger.kernel.org
7140 W:      https://linuxtv.org
7141 W:      http://netup.tv/
7142 T:      git git://linuxtv.org/media_tree.git
7143 S:      Supported
7144 F:      drivers/media/dvb-frontends/lnbh25*
7145
7146 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7147 M:      Sergey Kozlov <serjk@netup.ru>
7148 L:      linux-media@vger.kernel.org
7149 W:      https://linuxtv.org
7150 W:      http://netup.tv/
7151 T:      git git://linuxtv.org/media_tree.git
7152 S:      Supported
7153 F:      drivers/media/pci/netup_unidvb/*
7154
7155 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7156 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
7157 P:      LinuxTV.org Project
7158 L:      linux-media@vger.kernel.org
7159 W:      https://linuxtv.org
7160 Q:      http://patchwork.kernel.org/project/linux-media/list/
7161 T:      git git://linuxtv.org/media_tree.git
7162 S:      Maintained
7163 F:      Documentation/dvb/
7164 F:      Documentation/video4linux/
7165 F:      Documentation/DocBook/media/
7166 F:      drivers/media/
7167 F:      drivers/staging/media/
7168 F:      include/linux/platform_data/media/
7169 F:      include/media/
7170 F:      include/uapi/linux/dvb/
7171 F:      include/uapi/linux/videodev2.h
7172 F:      include/uapi/linux/media.h
7173 F:      include/uapi/linux/v4l2-*
7174 F:      include/uapi/linux/meye.h
7175 F:      include/uapi/linux/ivtv*
7176 F:      include/uapi/linux/uvcvideo.h
7177
7178 MEDIATEK ETHERNET DRIVER
7179 M:      Felix Fietkau <nbd@openwrt.org>
7180 M:      John Crispin <blogic@openwrt.org>
7181 L:      netdev@vger.kernel.org
7182 S:      Maintained
7183 F:      drivers/net/ethernet/mediatek/
7184
7185 MEDIATEK MT7601U WIRELESS LAN DRIVER
7186 M:      Jakub Kicinski <kubakici@wp.pl>
7187 L:      linux-wireless@vger.kernel.org
7188 S:      Maintained
7189 F:      drivers/net/wireless/mediatek/mt7601u/
7190
7191 MEGARAID SCSI/SAS DRIVERS
7192 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7193 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7194 M:      Uday Lingala <uday.lingala@avagotech.com>
7195 L:      megaraidlinux.pdl@avagotech.com
7196 L:      linux-scsi@vger.kernel.org
7197 W:      http://www.lsi.com
7198 S:      Maintained
7199 F:      Documentation/scsi/megaraid.txt
7200 F:      drivers/scsi/megaraid.*
7201 F:      drivers/scsi/megaraid/
7202
7203 MELLANOX ETHERNET DRIVER (mlx4_en)
7204 M:      Eugenia Emantayev <eugenia@mellanox.com>
7205 L:      netdev@vger.kernel.org
7206 S:      Supported
7207 W:      http://www.mellanox.com
7208 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7209 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7210
7211 MELLANOX ETHERNET DRIVER (mlx5e)
7212 M:      Saeed Mahameed <saeedm@mellanox.com>
7213 L:      netdev@vger.kernel.org
7214 S:      Supported
7215 W:      http://www.mellanox.com
7216 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7217 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7218
7219 MELLANOX ETHERNET SWITCH DRIVERS
7220 M:      Jiri Pirko <jiri@mellanox.com>
7221 M:      Ido Schimmel <idosch@mellanox.com>
7222 L:      netdev@vger.kernel.org
7223 S:      Supported
7224 W:      http://www.mellanox.com
7225 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7226 F:      drivers/net/ethernet/mellanox/mlxsw/
7227
7228 MEMBARRIER SUPPORT
7229 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7230 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7231 L:      linux-kernel@vger.kernel.org
7232 S:      Supported
7233 F:      kernel/membarrier.c
7234 F:      include/uapi/linux/membarrier.h
7235
7236 MEMORY MANAGEMENT
7237 L:      linux-mm@kvack.org
7238 W:      http://www.linux-mm.org
7239 S:      Maintained
7240 F:      include/linux/mm.h
7241 F:      include/linux/gfp.h
7242 F:      include/linux/mmzone.h
7243 F:      include/linux/memory_hotplug.h
7244 F:      include/linux/vmalloc.h
7245 F:      mm/
7246
7247 MEMORY TECHNOLOGY DEVICES (MTD)
7248 M:      David Woodhouse <dwmw2@infradead.org>
7249 M:      Brian Norris <computersforpeace@gmail.com>
7250 L:      linux-mtd@lists.infradead.org
7251 W:      http://www.linux-mtd.infradead.org/
7252 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7253 T:      git git://git.infradead.org/linux-mtd.git
7254 T:      git git://git.infradead.org/l2-mtd.git
7255 S:      Maintained
7256 F:      drivers/mtd/
7257 F:      include/linux/mtd/
7258 F:      include/uapi/mtd/
7259
7260 MEN A21 WATCHDOG DRIVER
7261 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7262 L:      linux-watchdog@vger.kernel.org
7263 S:      Maintained
7264 F:      drivers/watchdog/mena21_wdt.c
7265
7266 MEN CHAMELEON BUS (mcb)
7267 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7268 S:      Maintained
7269 F:      drivers/mcb/
7270 F:      include/linux/mcb.h
7271 F:      Documentation/men-chameleon-bus.txt
7272
7273 MEN F21BMC (Board Management Controller)
7274 M:      Andreas Werner <andreas.werner@men.de>
7275 S:      Supported
7276 F:      drivers/mfd/menf21bmc.c
7277 F:      drivers/watchdog/menf21bmc_wdt.c
7278 F:      drivers/leds/leds-menf21bmc.c
7279 F:      drivers/hwmon/menf21bmc_hwmon.c
7280 F:      Documentation/hwmon/menf21bmc
7281
7282 METAG ARCHITECTURE
7283 M:      James Hogan <james.hogan@imgtec.com>
7284 L:      linux-metag@vger.kernel.org
7285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7286 S:      Odd Fixes
7287 F:      arch/metag/
7288 F:      Documentation/metag/
7289 F:      Documentation/devicetree/bindings/metag/
7290 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7291 F:      drivers/clocksource/metag_generic.c
7292 F:      drivers/irqchip/irq-metag.c
7293 F:      drivers/irqchip/irq-metag-ext.c
7294 F:      drivers/tty/metag_da.c
7295
7296 MICROBLAZE ARCHITECTURE
7297 M:      Michal Simek <monstr@monstr.eu>
7298 W:      http://www.monstr.eu/fdt/
7299 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7300 S:      Supported
7301 F:      arch/microblaze/
7302
7303 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7304 M:      Chen Yu <yu.c.chen@intel.com>
7305 L:      platform-driver-x86@vger.kernel.org
7306 S:      Supported
7307 F:      drivers/platform/x86/surfacepro3_button.c
7308
7309 MICROTEK X6 SCANNER
7310 M:      Oliver Neukum <oliver@neukum.org>
7311 S:      Maintained
7312 F:      drivers/usb/image/microtek.*
7313
7314 MIPS
7315 M:      Ralf Baechle <ralf@linux-mips.org>
7316 L:      linux-mips@linux-mips.org
7317 W:      http://www.linux-mips.org/
7318 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7319 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7320 S:      Supported
7321 F:      Documentation/mips/
7322 F:      arch/mips/
7323
7324 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7325 M:      Hans Verkuil <hverkuil@xs4all.nl>
7326 L:      linux-media@vger.kernel.org
7327 T:      git git://linuxtv.org/media_tree.git
7328 W:      https://linuxtv.org
7329 S:      Odd Fixes
7330 F:      drivers/media/radio/radio-miropcm20*
7331
7332 MELLANOX MLX4 core VPI driver
7333 M:      Yishai Hadas <yishaih@mellanox.com>
7334 L:      netdev@vger.kernel.org
7335 L:      linux-rdma@vger.kernel.org
7336 W:      http://www.mellanox.com
7337 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7338 S:      Supported
7339 F:      drivers/net/ethernet/mellanox/mlx4/
7340 F:      include/linux/mlx4/
7341
7342 MELLANOX MLX4 IB driver
7343 M:      Yishai Hadas <yishaih@mellanox.com>
7344 L:      linux-rdma@vger.kernel.org
7345 W:      http://www.mellanox.com
7346 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7347 S:      Supported
7348 F:      drivers/infiniband/hw/mlx4/
7349 F:      include/linux/mlx4/
7350
7351 MELLANOX MLX5 core VPI driver
7352 M:      Matan Barak <matanb@mellanox.com>
7353 M:      Leon Romanovsky <leonro@mellanox.com>
7354 L:      netdev@vger.kernel.org
7355 L:      linux-rdma@vger.kernel.org
7356 W:      http://www.mellanox.com
7357 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7358 S:      Supported
7359 F:      drivers/net/ethernet/mellanox/mlx5/core/
7360 F:      include/linux/mlx5/
7361
7362 MELLANOX MLX5 IB driver
7363 M:      Matan Barak <matanb@mellanox.com>
7364 M:      Leon Romanovsky <leonro@mellanox.com>
7365 L:      linux-rdma@vger.kernel.org
7366 W:      http://www.mellanox.com
7367 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7368 S:      Supported
7369 F:      drivers/infiniband/hw/mlx5/
7370 F:      include/linux/mlx5/
7371
7372 MELEXIS MLX90614 DRIVER
7373 M:      Crt Mori <cmo@melexis.com>
7374 L:      linux-iio@vger.kernel.org
7375 W:      http://www.melexis.com
7376 S:      Supported
7377 F:      drivers/iio/temperature/mlx90614.c
7378
7379 MN88472 MEDIA DRIVER
7380 M:      Antti Palosaari <crope@iki.fi>
7381 L:      linux-media@vger.kernel.org
7382 W:      https://linuxtv.org
7383 W:      http://palosaari.fi/linux/
7384 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7385 T:      git git://linuxtv.org/anttip/media_tree.git
7386 S:      Maintained
7387 F:      drivers/staging/media/mn88472/
7388 F:      drivers/media/dvb-frontends/mn88472.h
7389
7390 MN88473 MEDIA DRIVER
7391 M:      Antti Palosaari <crope@iki.fi>
7392 L:      linux-media@vger.kernel.org
7393 W:      https://linuxtv.org
7394 W:      http://palosaari.fi/linux/
7395 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7396 S:      Maintained
7397 F:      drivers/media/dvb-frontends/mn88473*
7398
7399 MODULE SUPPORT
7400 M:      Rusty Russell <rusty@rustcorp.com.au>
7401 S:      Maintained
7402 F:      include/linux/module.h
7403 F:      kernel/module.c
7404
7405 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7406 W:      http://popies.net/meye/
7407 S:      Orphan
7408 F:      Documentation/video4linux/meye.txt
7409 F:      drivers/media/pci/meye/
7410 F:      include/uapi/linux/meye.h
7411
7412 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7413 M:      Jiri Slaby <jirislaby@gmail.com>
7414 S:      Maintained
7415 F:      Documentation/serial/moxa-smartio
7416 F:      drivers/tty/mxser.*
7417
7418 MR800 AVERMEDIA USB FM RADIO DRIVER
7419 M:      Alexey Klimov <klimov.linux@gmail.com>
7420 L:      linux-media@vger.kernel.org
7421 T:      git git://linuxtv.org/media_tree.git
7422 S:      Maintained
7423 F:      drivers/media/radio/radio-mr800.c
7424
7425 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7426 M:      Alan Ott <alan@signal11.us>
7427 L:      linux-wpan@vger.kernel.org
7428 S:      Maintained
7429 F:      drivers/net/ieee802154/mrf24j40.c
7430 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7431
7432 MSI LAPTOP SUPPORT
7433 M:      "Lee, Chun-Yi" <jlee@suse.com>
7434 L:      platform-driver-x86@vger.kernel.org
7435 S:      Maintained
7436 F:      drivers/platform/x86/msi-laptop.c
7437
7438 MSI WMI SUPPORT
7439 L:      platform-driver-x86@vger.kernel.org
7440 S:      Orphan
7441 F:      drivers/platform/x86/msi-wmi.c
7442
7443 MSI001 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 T:      git git://linuxtv.org/anttip/media_tree.git
7450 S:      Maintained
7451 F:      drivers/media/tuners/msi001*
7452
7453 MSI2500 MEDIA DRIVER
7454 M:      Antti Palosaari <crope@iki.fi>
7455 L:      linux-media@vger.kernel.org
7456 W:      https://linuxtv.org
7457 W:      http://palosaari.fi/linux/
7458 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7459 T:      git git://linuxtv.org/anttip/media_tree.git
7460 S:      Maintained
7461 F:      drivers/media/usb/msi2500/
7462
7463 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7464 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7465 L:      linux-mtd@lists.infradead.org
7466 S:      Maintained
7467 F:      drivers/mtd/devices/docg3*
7468
7469 MT9M032 APTINA SENSOR DRIVER
7470 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7471 L:      linux-media@vger.kernel.org
7472 T:      git git://linuxtv.org/media_tree.git
7473 S:      Maintained
7474 F:      drivers/media/i2c/mt9m032.c
7475 F:      include/media/i2c/mt9m032.h
7476
7477 MT9P031 APTINA CAMERA SENSOR
7478 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7479 L:      linux-media@vger.kernel.org
7480 T:      git git://linuxtv.org/media_tree.git
7481 S:      Maintained
7482 F:      drivers/media/i2c/mt9p031.c
7483 F:      include/media/i2c/mt9p031.h
7484
7485 MT9T001 APTINA CAMERA SENSOR
7486 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7487 L:      linux-media@vger.kernel.org
7488 T:      git git://linuxtv.org/media_tree.git
7489 S:      Maintained
7490 F:      drivers/media/i2c/mt9t001.c
7491 F:      include/media/i2c/mt9t001.h
7492
7493 MT9V032 APTINA CAMERA SENSOR
7494 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7495 L:      linux-media@vger.kernel.org
7496 T:      git git://linuxtv.org/media_tree.git
7497 S:      Maintained
7498 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7499 F:      drivers/media/i2c/mt9v032.c
7500 F:      include/media/i2c/mt9v032.h
7501
7502 MULTIFUNCTION DEVICES (MFD)
7503 M:      Lee Jones <lee.jones@linaro.org>
7504 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7505 S:      Supported
7506 F:      drivers/mfd/
7507 F:      include/linux/mfd/
7508
7509 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7510 M:      Ulf Hansson <ulf.hansson@linaro.org>
7511 L:      linux-mmc@vger.kernel.org
7512 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7513 S:      Maintained
7514 F:      drivers/mmc/
7515 F:      include/linux/mmc/
7516 F:      include/uapi/linux/mmc/
7517
7518 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7519 S:      Orphan
7520 F:      drivers/mmc/host/mmc_spi.c
7521 F:      include/linux/spi/mmc_spi.h
7522
7523 MULTISOUND SOUND DRIVER
7524 M:      Andrew Veliath <andrewtv@usa.net>
7525 S:      Maintained
7526 F:      Documentation/sound/oss/MultiSound
7527 F:      sound/oss/msnd*
7528
7529 MULTITECH MULTIPORT CARD (ISICOM)
7530 S:      Orphan
7531 F:      drivers/tty/isicom.c
7532 F:      include/linux/isicom.h
7533
7534 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7535 M:      Bin Liu <b-liu@ti.com>
7536 L:      linux-usb@vger.kernel.org
7537 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7538 S:      Maintained
7539 F:      drivers/usb/musb/
7540
7541 MXL5007T MEDIA DRIVER
7542 M:      Michael Krufky <mkrufky@linuxtv.org>
7543 L:      linux-media@vger.kernel.org
7544 W:      https://linuxtv.org
7545 W:      http://github.com/mkrufky
7546 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7547 T:      git git://linuxtv.org/mkrufky/tuners.git
7548 S:      Maintained
7549 F:      drivers/media/tuners/mxl5007t.*
7550
7551 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7552 M:      Hyong-Youb Kim <hykim@myri.com>
7553 L:      netdev@vger.kernel.org
7554 W:      https://www.myricom.com/support/downloads/myri10ge.html
7555 S:      Supported
7556 F:      drivers/net/ethernet/myricom/myri10ge/
7557
7558 NAND FLASH SUBSYSTEM
7559 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7560 R:      Richard Weinberger <richard@nod.at>
7561 L:      linux-mtd@lists.infradead.org
7562 W:      http://www.linux-mtd.infradead.org/
7563 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7564 T:      git git://github.com/linux-nand/linux.git
7565 S:      Maintained
7566 F:      drivers/mtd/nand/
7567 F:      include/linux/mtd/nand*.h
7568
7569 NATSEMI ETHERNET DRIVER (DP8381x)
7570 S:      Orphan
7571 F:      drivers/net/ethernet/natsemi/natsemi.c
7572
7573 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7574 M:      Daniel Mack <zonque@gmail.com>
7575 S:      Maintained
7576 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7577 W:      http://www.native-instruments.com
7578 F:      sound/usb/caiaq/
7579
7580 NCP FILESYSTEM
7581 M:      Petr Vandrovec <petr@vandrovec.name>
7582 S:      Odd Fixes
7583 F:      fs/ncpfs/
7584
7585 NCR 5380 SCSI DRIVERS
7586 M:      Finn Thain <fthain@telegraphics.com.au>
7587 M:      Michael Schmitz <schmitzmic@gmail.com>
7588 L:      linux-scsi@vger.kernel.org
7589 S:      Maintained
7590 F:      Documentation/scsi/g_NCR5380.txt
7591 F:      drivers/scsi/NCR5380.*
7592 F:      drivers/scsi/arm/cumana_1.c
7593 F:      drivers/scsi/arm/oak.c
7594 F:      drivers/scsi/atari_NCR5380.c
7595 F:      drivers/scsi/atari_scsi.*
7596 F:      drivers/scsi/dmx3191d.c
7597 F:      drivers/scsi/dtc.*
7598 F:      drivers/scsi/g_NCR5380.*
7599 F:      drivers/scsi/g_NCR5380_mmio.c
7600 F:      drivers/scsi/mac_scsi.*
7601 F:      drivers/scsi/pas16.*
7602 F:      drivers/scsi/sun3_scsi.*
7603 F:      drivers/scsi/sun3_scsi_vme.c
7604 F:      drivers/scsi/t128.*
7605
7606 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7607 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7608 L:      linux-scsi@vger.kernel.org
7609 S:      Maintained
7610 F:      drivers/scsi/NCR_D700.*
7611
7612 NCT6775 HARDWARE MONITOR DRIVER
7613 M:      Guenter Roeck <linux@roeck-us.net>
7614 L:      linux-hwmon@vger.kernel.org
7615 S:      Maintained
7616 F:      Documentation/hwmon/nct6775
7617 F:      drivers/hwmon/nct6775.c
7618
7619 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7620 M:      Faisal Latif <faisal.latif@intel.com>
7621 L:      linux-rdma@vger.kernel.org
7622 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7623 S:      Supported
7624 F:      drivers/infiniband/hw/nes/
7625
7626 NETEM NETWORK EMULATOR
7627 M:      Stephen Hemminger <stephen@networkplumber.org>
7628 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
7629 S:      Maintained
7630 F:      net/sched/sch_netem.c
7631
7632 NETERION 10GbE DRIVERS (s2io/vxge)
7633 M:      Jon Mason <jdmason@kudzu.us>
7634 L:      netdev@vger.kernel.org
7635 S:      Supported
7636 F:      Documentation/networking/s2io.txt
7637 F:      Documentation/networking/vxge.txt
7638 F:      drivers/net/ethernet/neterion/
7639
7640 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7641 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7642 M:      Patrick McHardy <kaber@trash.net>
7643 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7644 L:      netfilter-devel@vger.kernel.org
7645 L:      coreteam@netfilter.org
7646 W:      http://www.netfilter.org/
7647 W:      http://www.iptables.org/
7648 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7650 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7651 S:      Supported
7652 F:      include/linux/netfilter*
7653 F:      include/linux/netfilter/
7654 F:      include/net/netfilter/
7655 F:      include/uapi/linux/netfilter*
7656 F:      include/uapi/linux/netfilter/
7657 F:      net/*/netfilter.c
7658 F:      net/*/netfilter/
7659 F:      net/netfilter/
7660 F:      net/bridge/br_netfilter*.c
7661
7662 NETLABEL
7663 M:      Paul Moore <paul@paul-moore.com>
7664 W:      http://netlabel.sf.net
7665 L:      netdev@vger.kernel.org
7666 S:      Maintained
7667 F:      Documentation/netlabel/
7668 F:      include/net/netlabel.h
7669 F:      net/netlabel/
7670
7671 NETROM NETWORK LAYER
7672 M:      Ralf Baechle <ralf@linux-mips.org>
7673 L:      linux-hams@vger.kernel.org
7674 W:      http://www.linux-ax25.org/
7675 S:      Maintained
7676 F:      include/net/netrom.h
7677 F:      include/uapi/linux/netrom.h
7678 F:      net/netrom/
7679
7680 NETRONOME ETHERNET DRIVERS
7681 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
7682 L:      oss-drivers@netronome.com
7683 S:      Maintained
7684 F:      drivers/net/ethernet/netronome/
7685
7686 NETWORK BLOCK DEVICE (NBD)
7687 M:      Markus Pargmann <mpa@pengutronix.de>
7688 S:      Maintained
7689 L:      nbd-general@lists.sourceforge.net
7690 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7691 F:      Documentation/blockdev/nbd.txt
7692 F:      drivers/block/nbd.c
7693 F:      include/uapi/linux/nbd.h
7694
7695 NETWORK DROP MONITOR
7696 M:      Neil Horman <nhorman@tuxdriver.com>
7697 L:      netdev@vger.kernel.org
7698 S:      Maintained
7699 W:      https://fedorahosted.org/dropwatch/
7700 F:      net/core/drop_monitor.c
7701
7702 NETWORKING [GENERAL]
7703 M:      "David S. Miller" <davem@davemloft.net>
7704 L:      netdev@vger.kernel.org
7705 W:      http://www.linuxfoundation.org/en/Net
7706 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7708 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7709 S:      Maintained
7710 F:      net/
7711 F:      include/net/
7712 F:      include/linux/in.h
7713 F:      include/linux/net.h
7714 F:      include/linux/netdevice.h
7715 F:      include/uapi/linux/in.h
7716 F:      include/uapi/linux/net.h
7717 F:      include/uapi/linux/netdevice.h
7718 F:      include/uapi/linux/net_namespace.h
7719 F:      tools/net/
7720 F:      tools/testing/selftests/net/
7721 F:      lib/random32.c
7722 F:      lib/test_bpf.c
7723
7724 NETWORKING [IPv4/IPv6]
7725 M:      "David S. Miller" <davem@davemloft.net>
7726 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7727 M:      James Morris <jmorris@namei.org>
7728 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7729 M:      Patrick McHardy <kaber@trash.net>
7730 L:      netdev@vger.kernel.org
7731 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7732 S:      Maintained
7733 F:      net/ipv4/
7734 F:      net/ipv6/
7735 F:      include/net/ip*
7736 F:      arch/x86/net/*
7737
7738 NETWORKING [IPSEC]
7739 M:      Steffen Klassert <steffen.klassert@secunet.com>
7740 M:      Herbert Xu <herbert@gondor.apana.org.au>
7741 M:      "David S. Miller" <davem@davemloft.net>
7742 L:      netdev@vger.kernel.org
7743 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7744 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7745 S:      Maintained
7746 F:      net/core/flow.c
7747 F:      net/xfrm/
7748 F:      net/key/
7749 F:      net/ipv4/xfrm*
7750 F:      net/ipv4/esp4.c
7751 F:      net/ipv4/ah4.c
7752 F:      net/ipv4/ipcomp.c
7753 F:      net/ipv4/ip_vti.c
7754 F:      net/ipv6/xfrm*
7755 F:      net/ipv6/esp6.c
7756 F:      net/ipv6/ah6.c
7757 F:      net/ipv6/ipcomp6.c
7758 F:      net/ipv6/ip6_vti.c
7759 F:      include/uapi/linux/xfrm.h
7760 F:      include/net/xfrm.h
7761
7762 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7763 M:      Paul Moore <paul@paul-moore.com>
7764 L:      netdev@vger.kernel.org
7765 S:      Maintained
7766
7767 NETWORKING [WIRELESS]
7768 L:      linux-wireless@vger.kernel.org
7769 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7770
7771 NETWORKING DRIVERS
7772 L:      netdev@vger.kernel.org
7773 W:      http://www.linuxfoundation.org/en/Net
7774 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7775 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7776 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7777 S:      Odd Fixes
7778 F:      drivers/net/
7779 F:      include/linux/if_*
7780 F:      include/linux/netdevice.h
7781 F:      include/linux/etherdevice.h
7782 F:      include/linux/fcdevice.h
7783 F:      include/linux/fddidevice.h
7784 F:      include/linux/hippidevice.h
7785 F:      include/linux/inetdevice.h
7786 F:      include/uapi/linux/if_*
7787 F:      include/uapi/linux/netdevice.h
7788
7789 NETWORKING DRIVERS (WIRELESS)
7790 M:      Kalle Valo <kvalo@codeaurora.org>
7791 L:      linux-wireless@vger.kernel.org
7792 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7793 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
7794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
7795 S:      Maintained
7796 F:      drivers/net/wireless/
7797
7798 NETXEN (1/10) GbE SUPPORT
7799 M:      Manish Chopra <manish.chopra@qlogic.com>
7800 M:      Sony Chacko <sony.chacko@qlogic.com>
7801 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7802 L:      netdev@vger.kernel.org
7803 W:      http://www.qlogic.com
7804 S:      Supported
7805 F:      drivers/net/ethernet/qlogic/netxen/
7806
7807 NFC SUBSYSTEM
7808 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7809 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7810 M:      Samuel Ortiz <sameo@linux.intel.com>
7811 L:      linux-wireless@vger.kernel.org
7812 L:      linux-nfc@lists.01.org (subscribers-only)
7813 S:      Supported
7814 F:      net/nfc/
7815 F:      include/net/nfc/
7816 F:      include/uapi/linux/nfc.h
7817 F:      drivers/nfc/
7818 F:      include/linux/platform_data/nfcmrvl.h
7819 F:      include/linux/platform_data/nxp-nci.h
7820 F:      include/linux/platform_data/pn544.h
7821 F:      include/linux/platform_data/st21nfca.h
7822 F:      include/linux/platform_data/st-nci.h
7823 F:      Documentation/devicetree/bindings/net/nfc/
7824
7825 NFS, SUNRPC, AND LOCKD CLIENTS
7826 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7827 M:      Anna Schumaker <anna.schumaker@netapp.com>
7828 L:      linux-nfs@vger.kernel.org
7829 W:      http://client.linux-nfs.org
7830 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7831 S:      Maintained
7832 F:      fs/lockd/
7833 F:      fs/nfs/
7834 F:      fs/nfs_common/
7835 F:      net/sunrpc/
7836 F:      include/linux/lockd/
7837 F:      include/linux/nfs*
7838 F:      include/linux/sunrpc/
7839 F:      include/uapi/linux/nfs*
7840 F:      include/uapi/linux/sunrpc/
7841
7842 NILFS2 FILESYSTEM
7843 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7844 L:      linux-nilfs@vger.kernel.org
7845 W:      http://nilfs.sourceforge.net/
7846 T:      git git://github.com/konis/nilfs2.git
7847 S:      Supported
7848 F:      Documentation/filesystems/nilfs2.txt
7849 F:      fs/nilfs2/
7850 F:      include/linux/nilfs2_fs.h
7851 F:      include/trace/events/nilfs2.h
7852
7853 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7854 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7855 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7856 S:      Maintained
7857 F:      Documentation/scsi/NinjaSCSI.txt
7858 F:      drivers/scsi/pcmcia/nsp_*
7859
7860 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7861 M:      GOTO Masanori <gotom@debian.or.jp>
7862 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7863 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7864 S:      Maintained
7865 F:      Documentation/scsi/NinjaSCSI.txt
7866 F:      drivers/scsi/nsp32*
7867
7868 NIOS2 ARCHITECTURE
7869 M:      Ley Foon Tan <lftan@altera.com>
7870 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7872 S:      Maintained
7873 F:      arch/nios2/
7874
7875 NOKIA N900 POWER SUPPLY DRIVERS
7876 R:      Pali Rohár <pali.rohar@gmail.com>
7877 F:      include/linux/power/bq2415x_charger.h
7878 F:      include/linux/power/bq27xxx_battery.h
7879 F:      include/linux/power/isp1704_charger.h
7880 F:      drivers/power/bq2415x_charger.c
7881 F:      drivers/power/bq27xxx_battery.c
7882 F:      drivers/power/bq27xxx_battery_i2c.c
7883 F:      drivers/power/isp1704_charger.c
7884 F:      drivers/power/rx51_battery.c
7885
7886 NTB DRIVER CORE
7887 M:      Jon Mason <jdmason@kudzu.us>
7888 M:      Dave Jiang <dave.jiang@intel.com>
7889 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7890 L:      linux-ntb@googlegroups.com
7891 S:      Supported
7892 W:      https://github.com/jonmason/ntb/wiki
7893 T:      git git://github.com/jonmason/ntb.git
7894 F:      drivers/ntb/
7895 F:      drivers/net/ntb_netdev.c
7896 F:      include/linux/ntb.h
7897 F:      include/linux/ntb_transport.h
7898
7899 NTB INTEL DRIVER
7900 M:      Jon Mason <jdmason@kudzu.us>
7901 M:      Dave Jiang <dave.jiang@intel.com>
7902 L:      linux-ntb@googlegroups.com
7903 S:      Supported
7904 W:      https://github.com/jonmason/ntb/wiki
7905 T:      git git://github.com/jonmason/ntb.git
7906 F:      drivers/ntb/hw/intel/
7907
7908 NTB AMD DRIVER
7909 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
7910 L:      linux-ntb@googlegroups.com
7911 S:      Supported
7912 F:      drivers/ntb/hw/amd/
7913
7914 NTFS FILESYSTEM
7915 M:      Anton Altaparmakov <anton@tuxera.com>
7916 L:      linux-ntfs-dev@lists.sourceforge.net
7917 W:      http://www.tuxera.com/
7918 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7919 S:      Supported
7920 F:      Documentation/filesystems/ntfs.txt
7921 F:      fs/ntfs/
7922
7923 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7924 M:      Antonino Daplas <adaplas@gmail.com>
7925 L:      linux-fbdev@vger.kernel.org
7926 S:      Maintained
7927 F:      drivers/video/fbdev/riva/
7928 F:      drivers/video/fbdev/nvidia/
7929
7930 NVM EXPRESS DRIVER
7931 M:      Keith Busch <keith.busch@intel.com>
7932 M:      Jens Axboe <axboe@fb.com>
7933 L:      linux-nvme@lists.infradead.org
7934 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7935 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7936 S:      Supported
7937 F:      drivers/nvme/host/
7938 F:      include/linux/nvme.h
7939
7940 NVMEM FRAMEWORK
7941 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7942 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7943 S:      Maintained
7944 F:      drivers/nvmem/
7945 F:      Documentation/devicetree/bindings/nvmem/
7946 F:      include/linux/nvmem-consumer.h
7947 F:      include/linux/nvmem-provider.h
7948
7949 NXP-NCI NFC DRIVER
7950 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
7951 R:      Charles Gorand <charles.gorand@effinnov.com>
7952 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7953 S:      Supported
7954 F:      drivers/nfc/nxp-nci
7955
7956 NXP TDA998X DRM DRIVER
7957 M:      Russell King <rmk+kernel@armlinux.org.uk>
7958 S:      Supported
7959 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7960 F:      include/drm/i2c/tda998x.h
7961
7962 NXP TFA9879 DRIVER
7963 M:      Peter Rosin <peda@axentia.se>
7964 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7965 S:      Maintained
7966 F:      sound/soc/codecs/tfa9879*
7967
7968 OBJTOOL
7969 M:      Josh Poimboeuf <jpoimboe@redhat.com>
7970 S:      Supported
7971 F:      tools/objtool/
7972
7973 OMAP SUPPORT
7974 M:      Tony Lindgren <tony@atomide.com>
7975 L:      linux-omap@vger.kernel.org
7976 W:      http://www.muru.com/linux/omap/
7977 W:      http://linux.omap.com/
7978 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7979 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7980 S:      Maintained
7981 F:      arch/arm/*omap*/
7982 F:      arch/arm/configs/omap1_defconfig
7983 F:      arch/arm/configs/omap2plus_defconfig
7984 F:      drivers/i2c/busses/i2c-omap.c
7985 F:      drivers/irqchip/irq-omap-intc.c
7986 F:      drivers/mfd/*omap*.c
7987 F:      drivers/mfd/menelaus.c
7988 F:      drivers/mfd/palmas.c
7989 F:      drivers/mfd/tps65217.c
7990 F:      drivers/mfd/tps65218.c
7991 F:      drivers/mfd/tps65910.c
7992 F:      drivers/mfd/twl-core.[ch]
7993 F:      drivers/mfd/twl4030*.c
7994 F:      drivers/mfd/twl6030*.c
7995 F:      drivers/mfd/twl6040*.c
7996 F:      drivers/regulator/palmas-regulator*.c
7997 F:      drivers/regulator/pbias-regulator.c
7998 F:      drivers/regulator/tps65217-regulator.c
7999 F:      drivers/regulator/tps65218-regulator.c
8000 F:      drivers/regulator/tps65910-regulator.c
8001 F:      drivers/regulator/twl-regulator.c
8002 F:      include/linux/i2c-omap.h
8003
8004 OMAP DEVICE TREE SUPPORT
8005 M:      Benoît Cousson <bcousson@baylibre.com>
8006 M:      Tony Lindgren <tony@atomide.com>
8007 L:      linux-omap@vger.kernel.org
8008 L:      devicetree@vger.kernel.org
8009 S:      Maintained
8010 F:      arch/arm/boot/dts/*omap*
8011 F:      arch/arm/boot/dts/*am3*
8012 F:      arch/arm/boot/dts/*am4*
8013 F:      arch/arm/boot/dts/*am5*
8014 F:      arch/arm/boot/dts/*dra7*
8015
8016 OMAP CLOCK FRAMEWORK SUPPORT
8017 M:      Paul Walmsley <paul@pwsan.com>
8018 L:      linux-omap@vger.kernel.org
8019 S:      Maintained
8020 F:      arch/arm/*omap*/*clock*
8021
8022 OMAP POWER MANAGEMENT SUPPORT
8023 M:      Kevin Hilman <khilman@kernel.org>
8024 L:      linux-omap@vger.kernel.org
8025 S:      Maintained
8026 F:      arch/arm/*omap*/*pm*
8027 F:      drivers/cpufreq/omap-cpufreq.c
8028
8029 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8030 M:      Rajendra Nayak <rnayak@codeaurora.org>
8031 M:      Paul Walmsley <paul@pwsan.com>
8032 L:      linux-omap@vger.kernel.org
8033 S:      Maintained
8034 F:      arch/arm/mach-omap2/prm*
8035
8036 OMAP AUDIO SUPPORT
8037 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8038 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
8039 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8040 L:      linux-omap@vger.kernel.org
8041 S:      Maintained
8042 F:      sound/soc/omap/
8043
8044 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8045 M:      Roger Quadros <rogerq@ti.com>
8046 M:      Tony Lindgren <tony@atomide.com>
8047 L:      linux-omap@vger.kernel.org
8048 S:      Maintained
8049 F:      drivers/memory/omap-gpmc.c
8050 F:      arch/arm/mach-omap2/*gpmc*
8051
8052 OMAP FRAMEBUFFER SUPPORT
8053 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8054 L:      linux-fbdev@vger.kernel.org
8055 L:      linux-omap@vger.kernel.org
8056 S:      Maintained
8057 F:      drivers/video/fbdev/omap/
8058
8059 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8060 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8061 L:      linux-omap@vger.kernel.org
8062 L:      linux-fbdev@vger.kernel.org
8063 S:      Maintained
8064 F:      drivers/video/fbdev/omap2/
8065 F:      Documentation/arm/OMAP/DSS
8066
8067 OMAP HARDWARE SPINLOCK SUPPORT
8068 M:      Ohad Ben-Cohen <ohad@wizery.com>
8069 L:      linux-omap@vger.kernel.org
8070 S:      Maintained
8071 F:      drivers/hwspinlock/omap_hwspinlock.c
8072
8073 OMAP MMC SUPPORT
8074 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
8075 L:      linux-omap@vger.kernel.org
8076 S:      Maintained
8077 F:      drivers/mmc/host/omap.c
8078
8079 OMAP HS MMC SUPPORT
8080 L:      linux-mmc@vger.kernel.org
8081 L:      linux-omap@vger.kernel.org
8082 S:      Orphan
8083 F:      drivers/mmc/host/omap_hsmmc.c
8084
8085 OMAP RANDOM NUMBER GENERATOR SUPPORT
8086 M:      Deepak Saxena <dsaxena@plexity.net>
8087 S:      Maintained
8088 F:      drivers/char/hw_random/omap-rng.c
8089
8090 OMAP HWMOD SUPPORT
8091 M:      Benoît Cousson <bcousson@baylibre.com>
8092 M:      Paul Walmsley <paul@pwsan.com>
8093 L:      linux-omap@vger.kernel.org
8094 S:      Maintained
8095 F:      arch/arm/mach-omap2/omap_hwmod.*
8096
8097 OMAP HWMOD DATA
8098 M:      Paul Walmsley <paul@pwsan.com>
8099 L:      linux-omap@vger.kernel.org
8100 S:      Maintained
8101 F:      arch/arm/mach-omap2/omap_hwmod*data*
8102
8103 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8104 M:      Benoît Cousson <bcousson@baylibre.com>
8105 L:      linux-omap@vger.kernel.org
8106 S:      Maintained
8107 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8108
8109 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8110 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8111 L:      linux-media@vger.kernel.org
8112 S:      Maintained
8113 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
8114 F:      drivers/media/platform/omap3isp/
8115 F:      drivers/staging/media/omap4iss/
8116
8117 OMAP USB SUPPORT
8118 L:      linux-usb@vger.kernel.org
8119 L:      linux-omap@vger.kernel.org
8120 S:      Orphan
8121 F:      drivers/usb/*/*omap*
8122 F:      arch/arm/*omap*/usb*
8123
8124 OMAP GPIO DRIVER
8125 M:      Grygorii Strashko <grygorii.strashko@ti.com>
8126 M:      Santosh Shilimkar <ssantosh@kernel.org>
8127 M:      Kevin Hilman <khilman@kernel.org>
8128 L:      linux-omap@vger.kernel.org
8129 S:      Maintained
8130 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
8131 F:      drivers/gpio/gpio-omap.c
8132
8133 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8134 M:      Mark Jackson <mpfj@newflow.co.uk>
8135 L:      linux-omap@vger.kernel.org
8136 S:      Maintained
8137 F:      arch/arm/boot/dts/am335x-nano.dts
8138
8139 OMFS FILESYSTEM
8140 M:      Bob Copeland <me@bobcopeland.com>
8141 L:      linux-karma-devel@lists.sourceforge.net
8142 S:      Maintained
8143 F:      Documentation/filesystems/omfs.txt
8144 F:      fs/omfs/
8145
8146 OMNIKEY CARDMAN 4000 DRIVER
8147 M:      Harald Welte <laforge@gnumonks.org>
8148 S:      Maintained
8149 F:      drivers/char/pcmcia/cm4000_cs.c
8150 F:      include/linux/cm4000_cs.h
8151 F:      include/uapi/linux/cm4000_cs.h
8152
8153 OMNIKEY CARDMAN 4040 DRIVER
8154 M:      Harald Welte <laforge@gnumonks.org>
8155 S:      Maintained
8156 F:      drivers/char/pcmcia/cm4040_cs.*
8157
8158 OMNIVISION OV7670 SENSOR DRIVER
8159 M:      Jonathan Corbet <corbet@lwn.net>
8160 L:      linux-media@vger.kernel.org
8161 T:      git git://linuxtv.org/media_tree.git
8162 S:      Maintained
8163 F:      drivers/media/i2c/ov7670.c
8164
8165 ONENAND FLASH DRIVER
8166 M:      Kyungmin Park <kyungmin.park@samsung.com>
8167 L:      linux-mtd@lists.infradead.org
8168 S:      Maintained
8169 F:      drivers/mtd/onenand/
8170 F:      include/linux/mtd/onenand*.h
8171
8172 ONSTREAM SCSI TAPE DRIVER
8173 M:      Willem Riede <osst@riede.org>
8174 L:      osst-users@lists.sourceforge.net
8175 L:      linux-scsi@vger.kernel.org
8176 S:      Maintained
8177 F:      Documentation/scsi/osst.txt
8178 F:      drivers/scsi/osst.*
8179 F:      drivers/scsi/osst_*.h
8180 F:      drivers/scsi/st.h
8181
8182 OPENCORES I2C BUS DRIVER
8183 M:      Peter Korsgaard <jacmet@sunsite.dk>
8184 L:      linux-i2c@vger.kernel.org
8185 S:      Maintained
8186 F:      Documentation/i2c/busses/i2c-ocores
8187 F:      drivers/i2c/busses/i2c-ocores.c
8188
8189 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8190 M:      Rob Herring <robh+dt@kernel.org>
8191 M:      Frank Rowand <frowand.list@gmail.com>
8192 M:      Grant Likely <grant.likely@linaro.org>
8193 L:      devicetree@vger.kernel.org
8194 W:      http://www.devicetree.org/
8195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
8196 S:      Maintained
8197 F:      drivers/of/
8198 F:      include/linux/of*.h
8199 F:      scripts/dtc/
8200
8201 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8202 M:      Rob Herring <robh+dt@kernel.org>
8203 M:      Pawel Moll <pawel.moll@arm.com>
8204 M:      Mark Rutland <mark.rutland@arm.com>
8205 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
8206 M:      Kumar Gala <galak@codeaurora.org>
8207 L:      devicetree@vger.kernel.org
8208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8209 S:      Maintained
8210 F:      Documentation/devicetree/
8211 F:      arch/*/boot/dts/
8212 F:      include/dt-bindings/
8213
8214 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8215 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8216 L:      devicetree@vger.kernel.org
8217 S:      Maintained
8218 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8219 F:      Documentation/devicetree/overlay-notes.txt
8220 F:      drivers/of/overlay.c
8221 F:      drivers/of/resolver.c
8222
8223 OPENRISC ARCHITECTURE
8224 M:      Jonas Bonn <jonas@southpole.se>
8225 W:      http://openrisc.net
8226 L:      linux@lists.openrisc.net (moderated for non-subscribers)
8227 S:      Maintained
8228 T:      git git://openrisc.net/~jonas/linux
8229 F:      arch/openrisc/
8230
8231 OPENVSWITCH
8232 M:      Pravin Shelar <pshelar@nicira.com>
8233 L:      netdev@vger.kernel.org
8234 L:      dev@openvswitch.org
8235 W:      http://openvswitch.org
8236 S:      Maintained
8237 F:      net/openvswitch/
8238 F:      include/uapi/linux/openvswitch.h
8239
8240 OPERATING PERFORMANCE POINTS (OPP)
8241 M:      Viresh Kumar <vireshk@kernel.org>
8242 M:      Nishanth Menon <nm@ti.com>
8243 M:      Stephen Boyd <sboyd@codeaurora.org>
8244 L:      linux-pm@vger.kernel.org
8245 S:      Maintained
8246 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8247 F:      drivers/base/power/opp/
8248 F:      include/linux/pm_opp.h
8249 F:      Documentation/power/opp.txt
8250 F:      Documentation/devicetree/bindings/opp/
8251
8252 OPL4 DRIVER
8253 M:      Clemens Ladisch <clemens@ladisch.de>
8254 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8255 T:      git git://git.alsa-project.org/alsa-kernel.git
8256 S:      Maintained
8257 F:      sound/drivers/opl4/
8258
8259 OPROFILE
8260 M:      Robert Richter <rric@kernel.org>
8261 L:      oprofile-list@lists.sf.net
8262 S:      Maintained
8263 F:      arch/*/include/asm/oprofile*.h
8264 F:      arch/*/oprofile/
8265 F:      drivers/oprofile/
8266 F:      include/linux/oprofile.h
8267
8268 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8269 M:      Mark Fasheh <mfasheh@suse.com>
8270 M:      Joel Becker <jlbec@evilplan.org>
8271 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8272 W:      http://ocfs2.wiki.kernel.org
8273 S:      Supported
8274 F:      Documentation/filesystems/ocfs2.txt
8275 F:      Documentation/filesystems/dlmfs.txt
8276 F:      fs/ocfs2/
8277
8278 ORINOCO DRIVER
8279 L:      linux-wireless@vger.kernel.org
8280 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8281 W:      http://www.nongnu.org/orinoco/
8282 S:      Orphan
8283 F:      drivers/net/wireless/intersil/orinoco/
8284
8285 OSD LIBRARY and FILESYSTEM
8286 M:      Boaz Harrosh <ooo@electrozaur.com>
8287 M:      Benny Halevy <bhalevy@primarydata.com>
8288 L:      osd-dev@open-osd.org
8289 W:      http://open-osd.org
8290 T:      git git://git.open-osd.org/open-osd.git
8291 S:      Maintained
8292 F:      drivers/scsi/osd/
8293 F:      include/scsi/osd_*
8294 F:      fs/exofs/
8295
8296 OVERLAY FILESYSTEM
8297 M:      Miklos Szeredi <miklos@szeredi.hu>
8298 L:      linux-unionfs@vger.kernel.org
8299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8300 S:      Supported
8301 F:      fs/overlayfs/
8302 F:      Documentation/filesystems/overlayfs.txt
8303
8304 ORANGEFS FILESYSTEM
8305 M:      Mike Marshall <hubcap@omnibond.com>
8306 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
8307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
8308 S:      Supported
8309 F:      fs/orangefs/
8310 F:      Documentation/filesystems/orangefs.txt
8311
8312 P54 WIRELESS DRIVER
8313 M:      Christian Lamparter <chunkeey@googlemail.com>
8314 L:      linux-wireless@vger.kernel.org
8315 W:      http://wireless.kernel.org/en/users/Drivers/p54
8316 S:      Maintained
8317 F:      drivers/net/wireless/intersil/p54/
8318
8319 PA SEMI ETHERNET DRIVER
8320 M:      Olof Johansson <olof@lixom.net>
8321 L:      netdev@vger.kernel.org
8322 S:      Maintained
8323 F:      drivers/net/ethernet/pasemi/*
8324
8325 PA SEMI SMBUS DRIVER
8326 M:      Olof Johansson <olof@lixom.net>
8327 L:      linux-i2c@vger.kernel.org
8328 S:      Maintained
8329 F:      drivers/i2c/busses/i2c-pasemi.c
8330
8331 PADATA PARALLEL EXECUTION MECHANISM
8332 M:      Steffen Klassert <steffen.klassert@secunet.com>
8333 L:      linux-crypto@vger.kernel.org
8334 S:      Maintained
8335 F:      kernel/padata.c
8336 F:      include/linux/padata.h
8337 F:      Documentation/padata.txt
8338
8339 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8340 M:      Harald Welte <laforge@gnumonks.org>
8341 L:      platform-driver-x86@vger.kernel.org
8342 S:      Maintained
8343 F:      drivers/platform/x86/panasonic-laptop.c
8344
8345 PANASONIC MN10300/AM33/AM34 PORT
8346 M:      David Howells <dhowells@redhat.com>
8347 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8348 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
8349 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8350 S:      Maintained
8351 F:      Documentation/mn10300/
8352 F:      arch/mn10300/
8353
8354 PARALLEL LCD/KEYPAD PANEL DRIVER
8355 M:      Willy Tarreau <willy@haproxy.com>
8356 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
8357 S:      Odd Fixes
8358 F:      Documentation/misc-devices/lcd-panel-cgram.txt
8359 F:      drivers/misc/panel.c
8360
8361 PARALLEL PORT SUBSYSTEM
8362 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8363 M:      Sudip Mukherjee <sudip@vectorindia.org>
8364 L:      linux-parport@lists.infradead.org (subscribers-only)
8365 S:      Maintained
8366 F:      drivers/parport/
8367 F:      include/linux/parport*.h
8368 F:      drivers/char/ppdev.c
8369 F:      include/uapi/linux/ppdev.h
8370 F:      Documentation/parport*.txt
8371
8372 PARAVIRT_OPS INTERFACE
8373 M:      Jeremy Fitzhardinge <jeremy@goop.org>
8374 M:      Chris Wright <chrisw@sous-sol.org>
8375 M:      Alok Kataria <akataria@vmware.com>
8376 M:      Rusty Russell <rusty@rustcorp.com.au>
8377 L:      virtualization@lists.linux-foundation.org
8378 S:      Supported
8379 F:      Documentation/virtual/paravirt_ops.txt
8380 F:      arch/*/kernel/paravirt*
8381 F:      arch/*/include/asm/paravirt.h
8382
8383 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8384 M:      Tim Waugh <tim@cyberelk.net>
8385 L:      linux-parport@lists.infradead.org (subscribers-only)
8386 S:      Maintained
8387 F:      Documentation/blockdev/paride.txt
8388 F:      drivers/block/paride/
8389
8390 PARISC ARCHITECTURE
8391 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
8392 M:      Helge Deller <deller@gmx.de>
8393 L:      linux-parisc@vger.kernel.org
8394 W:      http://www.parisc-linux.org/
8395 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
8396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8397 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8398 S:      Maintained
8399 F:      arch/parisc/
8400 F:      Documentation/parisc/
8401 F:      drivers/parisc/
8402 F:      drivers/char/agp/parisc-agp.c
8403 F:      drivers/input/serio/gscps2.c
8404 F:      drivers/parport/parport_gsc.*
8405 F:      drivers/tty/serial/8250/8250_gsc.c
8406 F:      drivers/video/fbdev/sti*
8407 F:      drivers/video/console/sti*
8408 F:      drivers/video/logo/logo_parisc*
8409
8410 PC87360 HARDWARE MONITORING DRIVER
8411 M:      Jim Cromie <jim.cromie@gmail.com>
8412 L:      linux-hwmon@vger.kernel.org
8413 S:      Maintained
8414 F:      Documentation/hwmon/pc87360
8415 F:      drivers/hwmon/pc87360.c
8416
8417 PC8736x GPIO DRIVER
8418 M:      Jim Cromie <jim.cromie@gmail.com>
8419 S:      Maintained
8420 F:      drivers/char/pc8736x_gpio.c
8421
8422 PC87427 HARDWARE MONITORING DRIVER
8423 M:      Jean Delvare <jdelvare@suse.com>
8424 L:      linux-hwmon@vger.kernel.org
8425 S:      Maintained
8426 F:      Documentation/hwmon/pc87427
8427 F:      drivers/hwmon/pc87427.c
8428
8429 PCA9532 LED DRIVER
8430 M:      Riku Voipio <riku.voipio@iki.fi>
8431 S:      Maintained
8432 F:      drivers/leds/leds-pca9532.c
8433 F:      include/linux/leds-pca9532.h
8434
8435 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8436 M:      Guenter Roeck <linux@roeck-us.net>
8437 L:      linux-i2c@vger.kernel.org
8438 S:      Maintained
8439 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8440
8441 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8442 M:      Khalid Aziz <khalid@gonehiking.org>
8443 S:      Maintained
8444 F:      drivers/firmware/pcdp.*
8445
8446 PCI ERROR RECOVERY
8447 M:      Linas Vepstas <linasvepstas@gmail.com>
8448 L:      linux-pci@vger.kernel.org
8449 S:      Supported
8450 F:      Documentation/PCI/pci-error-recovery.txt
8451
8452 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
8453 M:      Russell Currey <ruscur@russell.cc>
8454 L:      linuxppc-dev@lists.ozlabs.org
8455 S:      Supported
8456 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
8457 F:      arch/powerpc/kernel/eeh*.c
8458 F:      arch/powerpc/platforms/*/eeh*.c
8459 F:      arch/powerpc/include/*/eeh*.h
8460
8461 PCI SUBSYSTEM
8462 M:      Bjorn Helgaas <bhelgaas@google.com>
8463 L:      linux-pci@vger.kernel.org
8464 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8466 S:      Supported
8467 F:      Documentation/PCI/
8468 F:      drivers/pci/
8469 F:      include/linux/pci*
8470 F:      arch/x86/pci/
8471 F:      arch/x86/kernel/quirks.c
8472
8473 PCI DRIVER FOR ALTERA PCIE IP
8474 M:      Ley Foon Tan <lftan@altera.com>
8475 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8476 L:      linux-pci@vger.kernel.org
8477 S:      Supported
8478 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
8479 F:      drivers/pci/host/pcie-altera.c
8480
8481 PCI DRIVER FOR ARM VERSATILE PLATFORM
8482 M:      Rob Herring <robh@kernel.org>
8483 L:      linux-pci@vger.kernel.org
8484 L:      linux-arm-kernel@lists.infradead.org
8485 S:      Maintained
8486 F:      Documentation/devicetree/bindings/pci/versatile.txt
8487 F:      drivers/pci/host/pci-versatile.c
8488
8489 PCI DRIVER FOR APPLIEDMICRO XGENE
8490 M:      Tanmay Inamdar <tinamdar@apm.com>
8491 L:      linux-pci@vger.kernel.org
8492 L:      linux-arm-kernel@lists.infradead.org
8493 S:      Maintained
8494 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8495 F:      drivers/pci/host/pci-xgene.c
8496
8497 PCI DRIVER FOR FREESCALE LAYERSCAPE
8498 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8499 M:      Mingkai Hu <mingkai.hu@freescale.com>
8500 M:      Roy Zang <tie-fei.zang@freescale.com>
8501 L:      linuxppc-dev@lists.ozlabs.org
8502 L:      linux-pci@vger.kernel.org
8503 L:      linux-arm-kernel@lists.infradead.org
8504 S:      Maintained
8505 F:      drivers/pci/host/*layerscape*
8506
8507 PCI DRIVER FOR IMX6
8508 M:      Richard Zhu <Richard.Zhu@freescale.com>
8509 M:      Lucas Stach <l.stach@pengutronix.de>
8510 L:      linux-pci@vger.kernel.org
8511 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8512 S:      Maintained
8513 F:      drivers/pci/host/*imx6*
8514
8515 PCI DRIVER FOR TI KEYSTONE
8516 M:      Murali Karicheri <m-karicheri2@ti.com>
8517 L:      linux-pci@vger.kernel.org
8518 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8519 S:      Maintained
8520 F:      drivers/pci/host/*keystone*
8521
8522 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8523 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8524 M:      Jason Cooper <jason@lakedaemon.net>
8525 L:      linux-pci@vger.kernel.org
8526 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8527 S:      Maintained
8528 F:      drivers/pci/host/*mvebu*
8529
8530 PCI DRIVER FOR NVIDIA TEGRA
8531 M:      Thierry Reding <thierry.reding@gmail.com>
8532 L:      linux-tegra@vger.kernel.org
8533 L:      linux-pci@vger.kernel.org
8534 S:      Supported
8535 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8536 F:      drivers/pci/host/pci-tegra.c
8537
8538 PCI DRIVER FOR TI DRA7XX
8539 M:      Kishon Vijay Abraham I <kishon@ti.com>
8540 L:      linux-omap@vger.kernel.org
8541 L:      linux-pci@vger.kernel.org
8542 S:      Supported
8543 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8544 F:      drivers/pci/host/pci-dra7xx.c
8545
8546 PCI DRIVER FOR RENESAS R-CAR
8547 M:      Simon Horman <horms@verge.net.au>
8548 L:      linux-pci@vger.kernel.org
8549 L:      linux-renesas-soc@vger.kernel.org
8550 S:      Maintained
8551 F:      drivers/pci/host/*rcar*
8552
8553 PCI DRIVER FOR SAMSUNG EXYNOS
8554 M:      Jingoo Han <jingoohan1@gmail.com>
8555 L:      linux-pci@vger.kernel.org
8556 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8557 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8558 S:      Maintained
8559 F:      drivers/pci/host/pci-exynos.c
8560
8561 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8562 M:      Jingoo Han <jingoohan1@gmail.com>
8563 M:      Pratyush Anand <pratyush.anand@gmail.com>
8564 L:      linux-pci@vger.kernel.org
8565 S:      Maintained
8566 F:      drivers/pci/host/*designware*
8567
8568 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
8569 M:      Joao Pinto <jpinto@synopsys.com>
8570 L:      linux-pci@vger.kernel.org
8571 S:      Maintained
8572 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
8573 F:      drivers/pci/host/pcie-designware-plat.c
8574
8575 PCI DRIVER FOR GENERIC OF HOSTS
8576 M:      Will Deacon <will.deacon@arm.com>
8577 L:      linux-pci@vger.kernel.org
8578 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8579 S:      Maintained
8580 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8581 F:      drivers/pci/host/pci-host-common.c
8582 F:      drivers/pci/host/pci-host-generic.c
8583
8584 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8585 M:      Keith Busch <keith.busch@intel.com>
8586 L:      linux-pci@vger.kernel.org
8587 S:      Supported
8588 F:      arch/x86/pci/vmd.c
8589
8590 PCIE DRIVER FOR ST SPEAR13XX
8591 M:      Pratyush Anand <pratyush.anand@gmail.com>
8592 L:      linux-pci@vger.kernel.org
8593 S:      Maintained
8594 F:      drivers/pci/host/*spear*
8595
8596 PCI MSI DRIVER FOR ALTERA MSI IP
8597 M:      Ley Foon Tan <lftan@altera.com>
8598 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8599 L:      linux-pci@vger.kernel.org
8600 S:      Supported
8601 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8602 F:      drivers/pci/host/pcie-altera-msi.c
8603
8604 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8605 M:      Duc Dang <dhdang@apm.com>
8606 L:      linux-pci@vger.kernel.org
8607 L:      linux-arm-kernel@lists.infradead.org
8608 S:      Maintained
8609 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8610 F:      drivers/pci/host/pci-xgene-msi.c
8611
8612 PCIE DRIVER FOR HISILICON
8613 M:      Zhou Wang <wangzhou1@hisilicon.com>
8614 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
8615 L:      linux-pci@vger.kernel.org
8616 S:      Maintained
8617 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8618 F:      drivers/pci/host/pcie-hisi.c
8619
8620 PCIE DRIVER FOR QUALCOMM MSM
8621 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
8622 L:     linux-pci@vger.kernel.org
8623 L:     linux-arm-msm@vger.kernel.org
8624 S:     Maintained
8625 F:     drivers/pci/host/*qcom*
8626
8627 PCIE DRIVER FOR CAVIUM THUNDERX
8628 M:      David Daney <david.daney@cavium.com>
8629 L:      linux-pci@vger.kernel.org
8630 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8631 S:      Supported
8632 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
8633 F:      drivers/pci/host/pci-thunder-*
8634
8635 PCMCIA SUBSYSTEM
8636 P:      Linux PCMCIA Team
8637 L:      linux-pcmcia@lists.infradead.org
8638 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8640 S:      Maintained
8641 F:      Documentation/pcmcia/
8642 F:      drivers/pcmcia/
8643 F:      include/pcmcia/
8644
8645 PCNET32 NETWORK DRIVER
8646 M:      Don Fry <pcnet32@frontier.com>
8647 L:      netdev@vger.kernel.org
8648 S:      Maintained
8649 F:      drivers/net/ethernet/amd/pcnet32.c
8650
8651 PCRYPT PARALLEL CRYPTO ENGINE
8652 M:      Steffen Klassert <steffen.klassert@secunet.com>
8653 L:      linux-crypto@vger.kernel.org
8654 S:      Maintained
8655 F:      crypto/pcrypt.c
8656 F:      include/crypto/pcrypt.h
8657
8658 PER-CPU MEMORY ALLOCATOR
8659 M:      Tejun Heo <tj@kernel.org>
8660 M:      Christoph Lameter <cl@linux.com>
8661 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8662 S:      Maintained
8663 F:      include/linux/percpu*.h
8664 F:      mm/percpu*.c
8665 F:      arch/*/include/asm/percpu.h
8666
8667 PER-TASK DELAY ACCOUNTING
8668 M:      Balbir Singh <bsingharora@gmail.com>
8669 S:      Maintained
8670 F:      include/linux/delayacct.h
8671 F:      kernel/delayacct.c
8672
8673 PERFORMANCE EVENTS SUBSYSTEM
8674 M:      Peter Zijlstra <peterz@infradead.org>
8675 M:      Ingo Molnar <mingo@redhat.com>
8676 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8677 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
8678 L:      linux-kernel@vger.kernel.org
8679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8680 S:      Supported
8681 F:      kernel/events/*
8682 F:      include/linux/perf_event.h
8683 F:      include/uapi/linux/perf_event.h
8684 F:      arch/*/kernel/perf_event*.c
8685 F:      arch/*/kernel/*/perf_event*.c
8686 F:      arch/*/kernel/*/*/perf_event*.c
8687 F:      arch/*/include/asm/perf_event.h
8688 F:      arch/*/kernel/perf_callchain.c
8689 F:      tools/perf/
8690
8691 PERSONALITY HANDLING
8692 M:      Christoph Hellwig <hch@infradead.org>
8693 L:      linux-abi-devel@lists.sourceforge.net
8694 S:      Maintained
8695 F:      include/linux/personality.h
8696 F:      include/uapi/linux/personality.h
8697
8698 PHONET PROTOCOL
8699 M:      Remi Denis-Courmont <courmisch@gmail.com>
8700 S:      Supported
8701 F:      Documentation/networking/phonet.txt
8702 F:      include/linux/phonet.h
8703 F:      include/net/phonet/
8704 F:      include/uapi/linux/phonet.h
8705 F:      net/phonet/
8706
8707 PHRAM MTD DRIVER
8708 M:      Joern Engel <joern@lazybastard.org>
8709 L:      linux-mtd@lists.infradead.org
8710 S:      Maintained
8711 F:      drivers/mtd/devices/phram.c
8712
8713 PICOLCD HID DRIVER
8714 M:      Bruno Prémont <bonbons@linux-vserver.org>
8715 L:      linux-input@vger.kernel.org
8716 S:      Maintained
8717 F:      drivers/hid/hid-picolcd*
8718
8719 PICOXCELL SUPPORT
8720 M:      Jamie Iles <jamie@jamieiles.com>
8721 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8722 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8723 S:      Supported
8724 F:      arch/arm/boot/dts/picoxcell*
8725 F:      arch/arm/mach-picoxcell/
8726 F:      drivers/crypto/picoxcell*
8727
8728 PIN CONTROL SUBSYSTEM
8729 M:      Linus Walleij <linus.walleij@linaro.org>
8730 L:      linux-gpio@vger.kernel.org
8731 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8732 S:      Maintained
8733 F:      drivers/pinctrl/
8734 F:      include/linux/pinctrl/
8735
8736 PIN CONTROLLER - ATMEL AT91
8737 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8738 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8739 S:      Maintained
8740 F:      drivers/pinctrl/pinctrl-at91.*
8741
8742 PIN CONTROLLER - ATMEL AT91 PIO4
8743 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8744 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8745 L:      linux-gpio@vger.kernel.org
8746 S:      Supported
8747 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8748
8749 PIN CONTROLLER - INTEL
8750 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8751 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8752 S:      Maintained
8753 F:      drivers/pinctrl/intel/
8754
8755 PIN CONTROLLER - RENESAS
8756 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8757 M:      Geert Uytterhoeven <geert+renesas@glider.be>
8758 L:      linux-renesas-soc@vger.kernel.org
8759 S:      Maintained
8760 F:      drivers/pinctrl/sh-pfc/
8761
8762 PIN CONTROLLER - SAMSUNG
8763 M:      Tomasz Figa <tomasz.figa@gmail.com>
8764 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
8765 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8766 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8767 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8768 S:      Maintained
8769 F:      drivers/pinctrl/samsung/
8770
8771 PIN CONTROLLER - SINGLE
8772 M:      Tony Lindgren <tony@atomide.com>
8773 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
8774 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8775 L:      linux-omap@vger.kernel.org
8776 S:      Maintained
8777 F:      drivers/pinctrl/pinctrl-single.c
8778
8779 PIN CONTROLLER - ST SPEAR
8780 M:      Viresh Kumar <vireshk@kernel.org>
8781 L:      spear-devel@list.st.com
8782 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8783 W:      http://www.st.com/spear
8784 S:      Maintained
8785 F:      drivers/pinctrl/spear/
8786
8787 PKTCDVD DRIVER
8788 M:      Jiri Kosina <jikos@kernel.org>
8789 S:      Maintained
8790 F:      drivers/block/pktcdvd.c
8791 F:      include/linux/pktcdvd.h
8792 F:      include/uapi/linux/pktcdvd.h
8793
8794 PKUNITY SOC DRIVERS
8795 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8796 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8797 S:      Maintained
8798 T:      git git://github.com/gxt/linux.git
8799 F:      drivers/input/serio/i8042-unicore32io.h
8800 F:      drivers/i2c/busses/i2c-puv3.c
8801 F:      drivers/video/fbdev/fb-puv3.c
8802 F:      drivers/rtc/rtc-puv3.c
8803
8804 PMBUS HARDWARE MONITORING DRIVERS
8805 M:      Guenter Roeck <linux@roeck-us.net>
8806 L:      linux-hwmon@vger.kernel.org
8807 W:      http://hwmon.wiki.kernel.org/
8808 W:      http://www.roeck-us.net/linux/drivers/
8809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8810 S:      Maintained
8811 F:      Documentation/hwmon/pmbus
8812 F:      drivers/hwmon/pmbus/
8813 F:      include/linux/i2c/pmbus.h
8814
8815 PMC SIERRA MaxRAID DRIVER
8816 L:      linux-scsi@vger.kernel.org
8817 W:      http://www.pmc-sierra.com/
8818 S:      Orphan
8819 F:      drivers/scsi/pmcraid.*
8820
8821 PMC SIERRA PM8001 DRIVER
8822 M:      Jack Wang <jinpu.wang@profitbricks.com>
8823 M:      lindar_liu@usish.com
8824 L:      pmchba@pmcs.com
8825 L:      linux-scsi@vger.kernel.org
8826 S:      Supported
8827 F:      drivers/scsi/pm8001/
8828
8829 POSIX CLOCKS and TIMERS
8830 M:      Thomas Gleixner <tglx@linutronix.de>
8831 L:      linux-kernel@vger.kernel.org
8832 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8833 S:      Maintained
8834 F:      fs/timerfd.c
8835 F:      include/linux/timer*
8836 F:      kernel/time/*timer*
8837
8838 POWER MANAGEMENT CORE
8839 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
8840 L:      linux-pm@vger.kernel.org
8841 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8842 S:      Supported
8843 F:      drivers/base/power/
8844 F:      include/linux/pm.h
8845 F:      include/linux/pm_*
8846 F:      include/linux/powercap.h
8847 F:      drivers/powercap/
8848
8849 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8850 M:      Sebastian Reichel <sre@kernel.org>
8851 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8852 M:      David Woodhouse <dwmw2@infradead.org>
8853 L:      linux-pm@vger.kernel.org
8854 T:      git git://git.infradead.org/battery-2.6.git
8855 S:      Maintained
8856 F:      include/linux/power_supply.h
8857 F:      drivers/power/
8858 X:      drivers/power/avs/
8859
8860 POWER STATE COORDINATION INTERFACE (PSCI)
8861 M:      Mark Rutland <mark.rutland@arm.com>
8862 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8863 L:      linux-arm-kernel@lists.infradead.org
8864 S:      Maintained
8865 F:      drivers/firmware/psci.c
8866 F:      include/linux/psci.h
8867 F:      include/uapi/linux/psci.h
8868
8869 PNP SUPPORT
8870 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8871 S:      Maintained
8872 F:      drivers/pnp/
8873
8874 PPP PROTOCOL DRIVERS AND COMPRESSORS
8875 M:      Paul Mackerras <paulus@samba.org>
8876 L:      linux-ppp@vger.kernel.org
8877 S:      Maintained
8878 F:      drivers/net/ppp/ppp_*
8879
8880 PPP OVER ATM (RFC 2364)
8881 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8882 S:      Maintained
8883 F:      net/atm/pppoatm.c
8884 F:      include/uapi/linux/atmppp.h
8885
8886 PPP OVER ETHERNET
8887 M:      Michal Ostrowski <mostrows@earthlink.net>
8888 S:      Maintained
8889 F:      drivers/net/ppp/pppoe.c
8890 F:      drivers/net/ppp/pppox.c
8891
8892 PPP OVER L2TP
8893 M:      James Chapman <jchapman@katalix.com>
8894 S:      Maintained
8895 F:      net/l2tp/l2tp_ppp.c
8896 F:      include/linux/if_pppol2tp.h
8897 F:      include/uapi/linux/if_pppol2tp.h
8898
8899 PPS SUPPORT
8900 M:      Rodolfo Giometti <giometti@enneenne.com>
8901 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8902 L:      linuxpps@ml.enneenne.com (subscribers-only)
8903 S:      Maintained
8904 F:      Documentation/pps/
8905 F:      drivers/pps/
8906 F:      include/linux/pps*.h
8907
8908 PPTP DRIVER
8909 M:      Dmitry Kozlov <xeb@mail.ru>
8910 L:      netdev@vger.kernel.org
8911 S:      Maintained
8912 F:      drivers/net/ppp/pptp.c
8913 W:      http://sourceforge.net/projects/accel-pptp
8914
8915 PREEMPTIBLE KERNEL
8916 M:      Robert Love <rml@tech9.net>
8917 L:      kpreempt-tech@lists.sourceforge.net
8918 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8919 S:      Supported
8920 F:      Documentation/preempt-locking.txt
8921 F:      include/linux/preempt.h
8922
8923 PRISM54 WIRELESS DRIVER
8924 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8925 L:      linux-wireless@vger.kernel.org
8926 W:      http://wireless.kernel.org/en/users/Drivers/p54
8927 S:      Obsolete
8928 F:      drivers/net/wireless/intersil/prism54/
8929
8930 PS3 NETWORK SUPPORT
8931 M:      Geoff Levand <geoff@infradead.org>
8932 L:      netdev@vger.kernel.org
8933 L:      linuxppc-dev@lists.ozlabs.org
8934 S:      Maintained
8935 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8936
8937 PS3 PLATFORM SUPPORT
8938 M:      Geoff Levand <geoff@infradead.org>
8939 L:      linuxppc-dev@lists.ozlabs.org
8940 S:      Maintained
8941 F:      arch/powerpc/boot/ps3*
8942 F:      arch/powerpc/include/asm/lv1call.h
8943 F:      arch/powerpc/include/asm/ps3*.h
8944 F:      arch/powerpc/platforms/ps3/
8945 F:      drivers/*/ps3*
8946 F:      drivers/ps3/
8947 F:      drivers/rtc/rtc-ps3.c
8948 F:      drivers/usb/host/*ps3.c
8949 F:      sound/ppc/snd_ps3*
8950
8951 PS3VRAM DRIVER
8952 M:      Jim Paris <jim@jtan.com>
8953 M:      Geoff Levand <geoff@infradead.org>
8954 L:      linuxppc-dev@lists.ozlabs.org
8955 S:      Maintained
8956 F:      drivers/block/ps3vram.c
8957
8958 PSTORE FILESYSTEM
8959 M:      Anton Vorontsov <anton@enomsg.org>
8960 M:      Colin Cross <ccross@android.com>
8961 M:      Kees Cook <keescook@chromium.org>
8962 M:      Tony Luck <tony.luck@intel.com>
8963 S:      Maintained
8964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
8965 F:      fs/pstore/
8966 F:      include/linux/pstore*
8967 F:      drivers/firmware/efi/efi-pstore.c
8968 F:      drivers/acpi/apei/erst.c
8969
8970 PTP HARDWARE CLOCK SUPPORT
8971 M:      Richard Cochran <richardcochran@gmail.com>
8972 L:      netdev@vger.kernel.org
8973 S:      Maintained
8974 W:      http://linuxptp.sourceforge.net/
8975 F:      Documentation/ABI/testing/sysfs-ptp
8976 F:      Documentation/ptp/*
8977 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8978 F:      drivers/net/phy/dp83640*
8979 F:      drivers/ptp/*
8980 F:      include/linux/ptp_cl*
8981
8982 PTRACE SUPPORT
8983 M:      Roland McGrath <roland@hack.frob.com>
8984 M:      Oleg Nesterov <oleg@redhat.com>
8985 S:      Maintained
8986 F:      include/asm-generic/syscall.h
8987 F:      include/linux/ptrace.h
8988 F:      include/linux/regset.h
8989 F:      include/linux/tracehook.h
8990 F:      include/uapi/linux/ptrace.h
8991 F:      kernel/ptrace.c
8992
8993 PVRUSB2 VIDEO4LINUX DRIVER
8994 M:      Mike Isely <isely@pobox.com>
8995 L:      pvrusb2@isely.net       (subscribers-only)
8996 L:      linux-media@vger.kernel.org
8997 W:      http://www.isely.net/pvrusb2/
8998 T:      git git://linuxtv.org/media_tree.git
8999 S:      Maintained
9000 F:      Documentation/video4linux/README.pvrusb2
9001 F:      drivers/media/usb/pvrusb2/
9002
9003 PWC WEBCAM DRIVER
9004 M:      Hans de Goede <hdegoede@redhat.com>
9005 L:      linux-media@vger.kernel.org
9006 T:      git git://linuxtv.org/media_tree.git
9007 S:      Maintained
9008 F:      drivers/media/usb/pwc/*
9009
9010 PWM FAN DRIVER
9011 M:      Kamil Debski <k.debski@samsung.com>
9012 L:      linux-hwmon@vger.kernel.org
9013 S:      Supported
9014 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9015 F:      Documentation/hwmon/pwm-fan
9016 F:      drivers/hwmon/pwm-fan.c
9017
9018 PWM SUBSYSTEM
9019 M:      Thierry Reding <thierry.reding@gmail.com>
9020 L:      linux-pwm@vger.kernel.org
9021 S:      Maintained
9022 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9023 F:      Documentation/pwm.txt
9024 F:      Documentation/devicetree/bindings/pwm/
9025 F:      include/linux/pwm.h
9026 F:      drivers/pwm/
9027 F:      drivers/video/backlight/pwm_bl.c
9028 F:      include/linux/pwm_backlight.h
9029
9030 PXA2xx/PXA3xx SUPPORT
9031 M:      Daniel Mack <daniel@zonque.org>
9032 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9033 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9034 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9035 T:      git git://github.com/hzhuang1/linux.git
9036 T:      git git://github.com/rjarzmik/linux.git
9037 S:      Maintained
9038 F:      arch/arm/boot/dts/pxa*
9039 F:      arch/arm/mach-pxa/
9040 F:      drivers/dma/pxa*
9041 F:      drivers/pcmcia/pxa2xx*
9042 F:      drivers/pinctrl/pxa/
9043 F:      drivers/spi/spi-pxa2xx*
9044 F:      drivers/usb/gadget/udc/pxa2*
9045 F:      include/sound/pxa2xx-lib.h
9046 F:      sound/arm/pxa*
9047 F:      sound/soc/pxa/
9048
9049 PXA GPIO DRIVER
9050 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9051 L:      linux-gpio@vger.kernel.org
9052 S:      Maintained
9053 F:      drivers/gpio/gpio-pxa.c
9054
9055 PXA3xx NAND FLASH DRIVER
9056 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9057 L:      linux-mtd@lists.infradead.org
9058 S:      Maintained
9059 F:      drivers/mtd/nand/pxa3xx_nand.c
9060
9061 MMP SUPPORT
9062 M:      Eric Miao <eric.y.miao@gmail.com>
9063 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9064 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9065 T:      git git://github.com/hzhuang1/linux.git
9066 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
9067 S:      Maintained
9068 F:      arch/arm/boot/dts/mmp*
9069 F:      arch/arm/mach-mmp/
9070
9071 PXA MMCI DRIVER
9072 S:      Orphan
9073
9074 PXA RTC DRIVER
9075 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9076 L:      rtc-linux@googlegroups.com
9077 S:      Maintained
9078
9079 QAT DRIVER
9080 M:      Tadeusz Struk <tadeusz.struk@intel.com>
9081 L:      qat-linux@intel.com
9082 S:      Supported
9083 F:      drivers/crypto/qat/
9084
9085 QIB DRIVER
9086 M:      Mike Marciniszyn <infinipath@intel.com>
9087 L:      linux-rdma@vger.kernel.org
9088 S:      Supported
9089 F:      drivers/infiniband/hw/qib/
9090
9091 QLOGIC QLA1280 SCSI DRIVER
9092 M:      Michael Reed <mdr@sgi.com>
9093 L:      linux-scsi@vger.kernel.org
9094 S:      Maintained
9095 F:      drivers/scsi/qla1280.[ch]
9096
9097 QLOGIC QLA2XXX FC-SCSI DRIVER
9098 M:      qla2xxx-upstream@qlogic.com
9099 L:      linux-scsi@vger.kernel.org
9100 S:      Supported
9101 F:      Documentation/scsi/LICENSE.qla2xxx
9102 F:      drivers/scsi/qla2xxx/
9103
9104 QLOGIC QLA4XXX iSCSI DRIVER
9105 M:      QLogic-Storage-Upstream@qlogic.com
9106 L:      linux-scsi@vger.kernel.org
9107 S:      Supported
9108 F:      Documentation/scsi/LICENSE.qla4xxx
9109 F:      drivers/scsi/qla4xxx/
9110
9111 QLOGIC QLA3XXX NETWORK DRIVER
9112 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
9113 M:      Ron Mercer <ron.mercer@qlogic.com>
9114 M:      linux-driver@qlogic.com
9115 L:      netdev@vger.kernel.org
9116 S:      Supported
9117 F:      Documentation/networking/LICENSE.qla3xxx
9118 F:      drivers/net/ethernet/qlogic/qla3xxx.*
9119
9120 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9121 M:      Dept-GELinuxNICDev@qlogic.com
9122 L:      netdev@vger.kernel.org
9123 S:      Supported
9124 F:      drivers/net/ethernet/qlogic/qlcnic/
9125
9126 QLOGIC QLGE 10Gb ETHERNET DRIVER
9127 M:      Harish Patil <harish.patil@qlogic.com>
9128 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
9129 M:      Dept-GELinuxNICDev@qlogic.com
9130 M:      linux-driver@qlogic.com
9131 L:      netdev@vger.kernel.org
9132 S:      Supported
9133 F:      drivers/net/ethernet/qlogic/qlge/
9134
9135 QLOGIC QL4xxx ETHERNET DRIVER
9136 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
9137 M:      Ariel Elior <Ariel.Elior@qlogic.com>
9138 M:      everest-linux-l2@qlogic.com
9139 L:      netdev@vger.kernel.org
9140 S:      Supported
9141 F:      drivers/net/ethernet/qlogic/qed/
9142 F:      include/linux/qed/
9143 F:      drivers/net/ethernet/qlogic/qede/
9144
9145 QNX4 FILESYSTEM
9146 M:      Anders Larsen <al@alarsen.net>
9147 W:      http://www.alarsen.net/linux/qnx4fs/
9148 S:      Maintained
9149 F:      fs/qnx4/
9150 F:      include/uapi/linux/qnx4_fs.h
9151 F:      include/uapi/linux/qnxtypes.h
9152
9153 QT1010 MEDIA DRIVER
9154 M:      Antti Palosaari <crope@iki.fi>
9155 L:      linux-media@vger.kernel.org
9156 W:      https://linuxtv.org
9157 W:      http://palosaari.fi/linux/
9158 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9159 T:      git git://linuxtv.org/anttip/media_tree.git
9160 S:      Maintained
9161 F:      drivers/media/tuners/qt1010*
9162
9163 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9164 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9165 L:      linux-wireless@vger.kernel.org
9166 L:      ath9k-devel@lists.ath9k.org
9167 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
9168 S:      Supported
9169 F:      drivers/net/wireless/ath/ath9k/
9170
9171 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9172 M:      Kalle Valo <kvalo@qca.qualcomm.com>
9173 L:      ath10k@lists.infradead.org
9174 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
9175 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9176 S:      Supported
9177 F:      drivers/net/wireless/ath/ath10k/
9178
9179 QUALCOMM HEXAGON ARCHITECTURE
9180 M:      Richard Kuo <rkuo@codeaurora.org>
9181 L:      linux-hexagon@vger.kernel.org
9182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9183 S:      Supported
9184 F:      arch/hexagon/
9185
9186 QUALCOMM WCN36XX WIRELESS DRIVER
9187 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
9188 L:      wcn36xx@lists.infradead.org
9189 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
9190 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
9191 S:      Supported
9192 F:      drivers/net/wireless/ath/wcn36xx/
9193
9194 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9195 M:      Gabriel Somlo <somlo@cmu.edu>
9196 M:      "Michael S. Tsirkin" <mst@redhat.com>
9197 L:      qemu-devel@nongnu.org
9198 S:      Maintained
9199 F:      drivers/firmware/qemu_fw_cfg.c
9200
9201 RADOS BLOCK DEVICE (RBD)
9202 M:      Ilya Dryomov <idryomov@gmail.com>
9203 M:      Sage Weil <sage@redhat.com>
9204 M:      Alex Elder <elder@kernel.org>
9205 L:      ceph-devel@vger.kernel.org
9206 W:      http://ceph.com/
9207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9208 T:      git git://github.com/ceph/ceph-client.git
9209 S:      Supported
9210 F:      Documentation/ABI/testing/sysfs-bus-rbd
9211 F:      drivers/block/rbd.c
9212 F:      drivers/block/rbd_types.h
9213
9214 RADEON FRAMEBUFFER DISPLAY DRIVER
9215 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
9216 L:      linux-fbdev@vger.kernel.org
9217 S:      Maintained
9218 F:      drivers/video/fbdev/aty/radeon*
9219 F:      include/uapi/linux/radeonfb.h
9220
9221 RADIOSHARK RADIO DRIVER
9222 M:      Hans de Goede <hdegoede@redhat.com>
9223 L:      linux-media@vger.kernel.org
9224 T:      git git://linuxtv.org/media_tree.git
9225 S:      Maintained
9226 F:      drivers/media/radio/radio-shark.c
9227
9228 RADIOSHARK2 RADIO DRIVER
9229 M:      Hans de Goede <hdegoede@redhat.com>
9230 L:      linux-media@vger.kernel.org
9231 T:      git git://linuxtv.org/media_tree.git
9232 S:      Maintained
9233 F:      drivers/media/radio/radio-shark2.c
9234 F:      drivers/media/radio/radio-tea5777.c
9235
9236 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9237 M:      Paul Mackerras <paulus@samba.org>
9238 L:      linux-fbdev@vger.kernel.org
9239 S:      Maintained
9240 F:      drivers/video/fbdev/aty/aty128fb.c
9241
9242 RALINK MIPS ARCHITECTURE
9243 M:      John Crispin <blogic@openwrt.org>
9244 L:      linux-mips@linux-mips.org
9245 S:      Maintained
9246 F:      arch/mips/ralink
9247
9248 RALINK RT2X00 WIRELESS LAN DRIVER
9249 P:      rt2x00 project
9250 M:      Stanislaw Gruszka <sgruszka@redhat.com>
9251 M:      Helmut Schaa <helmut.schaa@googlemail.com>
9252 L:      linux-wireless@vger.kernel.org
9253 S:      Maintained
9254 F:      drivers/net/wireless/ralink/rt2x00/
9255
9256 RAMDISK RAM BLOCK DEVICE DRIVER
9257 M:      Jens Axboe <axboe@kernel.dk>
9258 S:      Maintained
9259 F:      Documentation/blockdev/ramdisk.txt
9260 F:      drivers/block/brd.c
9261
9262 RANDOM NUMBER DRIVER
9263 M:      "Theodore Ts'o" <tytso@mit.edu>
9264 S:      Maintained
9265 F:      drivers/char/random.c
9266
9267 RAPIDIO SUBSYSTEM
9268 M:      Matt Porter <mporter@kernel.crashing.org>
9269 M:      Alexandre Bounine <alexandre.bounine@idt.com>
9270 S:      Maintained
9271 F:      drivers/rapidio/
9272
9273 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9274 L:      linux-wireless@vger.kernel.org
9275 S:      Orphan
9276 F:      drivers/net/wireless/ray*
9277
9278 RCUTORTURE MODULE
9279 M:      Josh Triplett <josh@joshtriplett.org>
9280 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9281 L:      linux-kernel@vger.kernel.org
9282 S:      Supported
9283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9284 F:      Documentation/RCU/torture.txt
9285 F:      kernel/rcu/rcutorture.c
9286
9287 RCUTORTURE TEST FRAMEWORK
9288 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9289 M:      Josh Triplett <josh@joshtriplett.org>
9290 R:      Steven Rostedt <rostedt@goodmis.org>
9291 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9292 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9293 L:      linux-kernel@vger.kernel.org
9294 S:      Supported
9295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9296 F:      tools/testing/selftests/rcutorture
9297
9298 RDC R-321X SoC
9299 M:      Florian Fainelli <florian@openwrt.org>
9300 S:      Maintained
9301
9302 RDC R6040 FAST ETHERNET DRIVER
9303 M:      Florian Fainelli <florian@openwrt.org>
9304 L:      netdev@vger.kernel.org
9305 S:      Maintained
9306 F:      drivers/net/ethernet/rdc/r6040.c
9307
9308 RDS - RELIABLE DATAGRAM SOCKETS
9309 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
9310 L:      netdev@vger.kernel.org
9311 L:      linux-rdma@vger.kernel.org
9312 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
9313 W:      https://oss.oracle.com/projects/rds/
9314 S:      Supported
9315 F:      net/rds/
9316 F:      Documentation/networking/rds.txt
9317
9318 RDMAVT - RDMA verbs software
9319 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
9320 L:      linux-rdma@vger.kernel.org
9321 S:      Supported
9322 F:      drivers/infiniband/sw/rdmavt
9323
9324 READ-COPY UPDATE (RCU)
9325 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9326 M:      Josh Triplett <josh@joshtriplett.org>
9327 R:      Steven Rostedt <rostedt@goodmis.org>
9328 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9329 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9330 L:      linux-kernel@vger.kernel.org
9331 W:      http://www.rdrop.com/users/paulmck/RCU/
9332 S:      Supported
9333 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9334 F:      Documentation/RCU/
9335 X:      Documentation/RCU/torture.txt
9336 F:      include/linux/rcu*
9337 X:      include/linux/srcu.h
9338 F:      kernel/rcu/
9339 X:      kernel/torture.c
9340
9341 REAL TIME CLOCK (RTC) SUBSYSTEM
9342 M:      Alessandro Zummo <a.zummo@towertech.it>
9343 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
9344 L:      rtc-linux@googlegroups.com
9345 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
9346 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9347 S:      Maintained
9348 F:      Documentation/rtc.txt
9349 F:      drivers/rtc/
9350 F:      include/linux/rtc.h
9351 F:      include/uapi/linux/rtc.h
9352
9353 REALTEK AUDIO CODECS
9354 M:      Bard Liao <bardliao@realtek.com>
9355 M:      Oder Chiou <oder_chiou@realtek.com>
9356 S:      Maintained
9357 F:      sound/soc/codecs/rt*
9358 F:      include/sound/rt*.h
9359
9360 REISERFS FILE SYSTEM
9361 L:      reiserfs-devel@vger.kernel.org
9362 S:      Supported
9363 F:      fs/reiserfs/
9364
9365 REGISTER MAP ABSTRACTION
9366 M:      Mark Brown <broonie@kernel.org>
9367 L:      linux-kernel@vger.kernel.org
9368 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9369 S:      Supported
9370 F:      drivers/base/regmap/
9371 F:      include/linux/regmap.h
9372
9373 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9374 M:      Ohad Ben-Cohen <ohad@wizery.com>
9375 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9376 L:      linux-remoteproc@vger.kernel.org
9377 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9378 S:      Maintained
9379 F:      drivers/remoteproc/
9380 F:      Documentation/remoteproc.txt
9381 F:      include/linux/remoteproc.h
9382
9383 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9384 M:      Ohad Ben-Cohen <ohad@wizery.com>
9385 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9386 L:      linux-remoteproc@vger.kernel.org
9387 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9388 S:      Maintained
9389 F:      drivers/rpmsg/
9390 F:      Documentation/rpmsg.txt
9391 F:      include/linux/rpmsg.h
9392
9393 RENESAS ETHERNET DRIVERS
9394 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9395 L:      netdev@vger.kernel.org
9396 L:      linux-renesas-soc@vger.kernel.org
9397 F:      drivers/net/ethernet/renesas/
9398 F:      include/linux/sh_eth.h
9399
9400 RENESAS USB2 PHY DRIVER
9401 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9402 L:      linux-renesas-soc@vger.kernel.org
9403 S:      Maintained
9404 F:      drivers/phy/phy-rcar-gen3-usb2.c
9405
9406 RESET CONTROLLER FRAMEWORK
9407 M:      Philipp Zabel <p.zabel@pengutronix.de>
9408 T:      git git://git.pengutronix.de/git/pza/linux
9409 S:      Maintained
9410 F:      drivers/reset/
9411 F:      Documentation/devicetree/bindings/reset/
9412 F:      include/dt-bindings/reset/
9413 F:      include/linux/reset.h
9414 F:      include/linux/reset-controller.h
9415
9416 RFKILL
9417 M:      Johannes Berg <johannes@sipsolutions.net>
9418 L:      linux-wireless@vger.kernel.org
9419 W:      http://wireless.kernel.org/
9420 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9421 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9422 S:      Maintained
9423 F:      Documentation/rfkill.txt
9424 F:      net/rfkill/
9425
9426 RHASHTABLE
9427 M:      Thomas Graf <tgraf@suug.ch>
9428 L:      netdev@vger.kernel.org
9429 S:      Maintained
9430 F:      lib/rhashtable.c
9431 F:      include/linux/rhashtable.h
9432
9433 RICOH SMARTMEDIA/XD DRIVER
9434 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9435 S:      Maintained
9436 F:      drivers/mtd/nand/r852.c
9437 F:      drivers/mtd/nand/r852.h
9438
9439 RICOH R5C592 MEMORYSTICK DRIVER
9440 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9441 S:      Maintained
9442 F:      drivers/memstick/host/r592.*
9443
9444 ROCCAT DRIVERS
9445 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
9446 W:      http://sourceforge.net/projects/roccat/
9447 S:      Maintained
9448 F:      drivers/hid/hid-roccat*
9449 F:      include/linux/hid-roccat*
9450 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
9451
9452 ROCKER DRIVER
9453 M:      Jiri Pirko <jiri@resnulli.us>
9454 M:      Scott Feldman <sfeldma@gmail.com>
9455 L:      netdev@vger.kernel.org
9456 S:      Supported
9457 F:      drivers/net/ethernet/rocker/
9458
9459 ROCKETPORT DRIVER
9460 P:      Comtrol Corp.
9461 W:      http://www.comtrol.com
9462 S:      Maintained
9463 F:      Documentation/serial/rocket.txt
9464 F:      drivers/tty/rocket*
9465
9466 ROCKETPORT EXPRESS/INFINITY DRIVER
9467 M:      Kevin Cernekee <cernekee@gmail.com>
9468 L:      linux-serial@vger.kernel.org
9469 S:      Odd Fixes
9470 F:      drivers/tty/serial/rp2.*
9471
9472 ROSE NETWORK LAYER
9473 M:      Ralf Baechle <ralf@linux-mips.org>
9474 L:      linux-hams@vger.kernel.org
9475 W:      http://www.linux-ax25.org/
9476 S:      Maintained
9477 F:      include/net/rose.h
9478 F:      include/uapi/linux/rose.h
9479 F:      net/rose/
9480
9481 RTL2830 MEDIA DRIVER
9482 M:      Antti Palosaari <crope@iki.fi>
9483 L:      linux-media@vger.kernel.org
9484 W:      https://linuxtv.org
9485 W:      http://palosaari.fi/linux/
9486 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9487 T:      git git://linuxtv.org/anttip/media_tree.git
9488 S:      Maintained
9489 F:      drivers/media/dvb-frontends/rtl2830*
9490
9491 RTL2832 MEDIA DRIVER
9492 M:      Antti Palosaari <crope@iki.fi>
9493 L:      linux-media@vger.kernel.org
9494 W:      https://linuxtv.org
9495 W:      http://palosaari.fi/linux/
9496 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9497 T:      git git://linuxtv.org/anttip/media_tree.git
9498 S:      Maintained
9499 F:      drivers/media/dvb-frontends/rtl2832*
9500
9501 RTL2832_SDR MEDIA DRIVER
9502 M:      Antti Palosaari <crope@iki.fi>
9503 L:      linux-media@vger.kernel.org
9504 W:      https://linuxtv.org
9505 W:      http://palosaari.fi/linux/
9506 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9507 T:      git git://linuxtv.org/anttip/media_tree.git
9508 S:      Maintained
9509 F:      drivers/media/dvb-frontends/rtl2832_sdr*
9510
9511 RTL8180 WIRELESS DRIVER
9512 L:      linux-wireless@vger.kernel.org
9513 W:      http://wireless.kernel.org/
9514 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9515 S:      Orphan
9516 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
9517
9518 RTL8187 WIRELESS DRIVER
9519 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9520 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
9521 M:      Larry Finger <Larry.Finger@lwfinger.net>
9522 L:      linux-wireless@vger.kernel.org
9523 W:      http://wireless.kernel.org/
9524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9525 S:      Maintained
9526 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
9527
9528 RTL8192CE WIRELESS DRIVER
9529 M:      Larry Finger <Larry.Finger@lwfinger.net>
9530 M:      Chaoming Li <chaoming_li@realsil.com.cn>
9531 L:      linux-wireless@vger.kernel.org
9532 W:      http://wireless.kernel.org/
9533 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9534 S:      Maintained
9535 F:      drivers/net/wireless/realtek/rtlwifi/
9536 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9537
9538 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9539 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9540 L:      linux-wireless@vger.kernel.org
9541 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
9542 S:      Maintained
9543 F:      drivers/net/wireless/realtek/rtl8xxxu/
9544
9545 S3 SAVAGE FRAMEBUFFER DRIVER
9546 M:      Antonino Daplas <adaplas@gmail.com>
9547 L:      linux-fbdev@vger.kernel.org
9548 S:      Maintained
9549 F:      drivers/video/fbdev/savage/
9550
9551 S390
9552 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
9553 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
9554 L:      linux-s390@vger.kernel.org
9555 W:      http://www.ibm.com/developerworks/linux/linux390/
9556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9557 S:      Supported
9558 F:      arch/s390/
9559 F:      drivers/s390/
9560 F:      Documentation/s390/
9561 F:      Documentation/DocBook/s390*
9562
9563 S390 COMMON I/O LAYER
9564 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9565 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9566 L:      linux-s390@vger.kernel.org
9567 W:      http://www.ibm.com/developerworks/linux/linux390/
9568 S:      Supported
9569 F:      drivers/s390/cio/
9570
9571 S390 DASD DRIVER
9572 M:      Stefan Weinhuber <wein@de.ibm.com>
9573 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
9574 L:      linux-s390@vger.kernel.org
9575 W:      http://www.ibm.com/developerworks/linux/linux390/
9576 S:      Supported
9577 F:      drivers/s390/block/dasd*
9578 F:      block/partitions/ibm.c
9579
9580 S390 NETWORK DRIVERS
9581 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9582 L:      linux-s390@vger.kernel.org
9583 W:      http://www.ibm.com/developerworks/linux/linux390/
9584 S:      Supported
9585 F:      drivers/s390/net/
9586
9587 S390 PCI SUBSYSTEM
9588 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9589 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9590 L:      linux-s390@vger.kernel.org
9591 W:      http://www.ibm.com/developerworks/linux/linux390/
9592 S:      Supported
9593 F:      arch/s390/pci/
9594 F:      drivers/pci/hotplug/s390_pci_hpc.c
9595
9596 S390 ZCRYPT DRIVER
9597 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9598 L:      linux-s390@vger.kernel.org
9599 W:      http://www.ibm.com/developerworks/linux/linux390/
9600 S:      Supported
9601 F:      drivers/s390/crypto/
9602
9603 S390 ZFCP DRIVER
9604 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9605 L:      linux-s390@vger.kernel.org
9606 W:      http://www.ibm.com/developerworks/linux/linux390/
9607 S:      Supported
9608 F:      drivers/s390/scsi/zfcp_*
9609
9610 S390 IUCV NETWORK LAYER
9611 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9612 L:      linux-s390@vger.kernel.org
9613 W:      http://www.ibm.com/developerworks/linux/linux390/
9614 S:      Supported
9615 F:      drivers/s390/net/*iucv*
9616 F:      include/net/iucv/
9617 F:      net/iucv/
9618
9619 S390 IOMMU (PCI)
9620 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9621 L:      linux-s390@vger.kernel.org
9622 W:      http://www.ibm.com/developerworks/linux/linux390/
9623 S:      Supported
9624 F:      drivers/iommu/s390-iommu.c
9625
9626 S3C24XX SD/MMC Driver
9627 M:      Ben Dooks <ben-linux@fluff.org>
9628 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9629 S:      Supported
9630 F:      drivers/mmc/host/s3cmci.*
9631
9632 SAA6588 RDS RECEIVER DRIVER
9633 M:      Hans Verkuil <hverkuil@xs4all.nl>
9634 L:      linux-media@vger.kernel.org
9635 T:      git git://linuxtv.org/media_tree.git
9636 W:      https://linuxtv.org
9637 S:      Odd Fixes
9638 F:      drivers/media/i2c/saa6588*
9639
9640 SAA7134 VIDEO4LINUX DRIVER
9641 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9642 L:      linux-media@vger.kernel.org
9643 W:      https://linuxtv.org
9644 T:      git git://linuxtv.org/media_tree.git
9645 S:      Odd fixes
9646 F:      Documentation/video4linux/*.saa7134
9647 F:      drivers/media/pci/saa7134/
9648
9649 SAA7146 VIDEO4LINUX-2 DRIVER
9650 M:      Hans Verkuil <hverkuil@xs4all.nl>
9651 L:      linux-media@vger.kernel.org
9652 T:      git git://linuxtv.org/media_tree.git
9653 S:      Maintained
9654 F:      drivers/media/common/saa7146/
9655 F:      drivers/media/pci/saa7146/
9656 F:      include/media/saa7146*
9657
9658 SAMSUNG LAPTOP DRIVER
9659 M:      Corentin Chary <corentin.chary@gmail.com>
9660 L:      platform-driver-x86@vger.kernel.org
9661 S:      Maintained
9662 F:      drivers/platform/x86/samsung-laptop.c
9663
9664 SAMSUNG AUDIO (ASoC) DRIVERS
9665 M:      Sangbeom Kim <sbkim73@samsung.com>
9666 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9667 S:      Supported
9668 F:      sound/soc/samsung/
9669
9670 SAMSUNG FRAMEBUFFER DRIVER
9671 M:      Jingoo Han <jingoohan1@gmail.com>
9672 L:      linux-fbdev@vger.kernel.org
9673 S:      Maintained
9674 F:      drivers/video/fbdev/s3c-fb.c
9675
9676 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9677 M:      Sangbeom Kim <sbkim73@samsung.com>
9678 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9679 L:      linux-kernel@vger.kernel.org
9680 L:      linux-samsung-soc@vger.kernel.org
9681 S:      Supported
9682 F:      drivers/mfd/sec*.c
9683 F:      drivers/regulator/s2m*.c
9684 F:      drivers/regulator/s5m*.c
9685 F:      drivers/clk/clk-s2mps11.c
9686 F:      drivers/rtc/rtc-s5m.c
9687 F:      include/linux/mfd/samsung/
9688 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9689 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9690 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9691 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9692
9693 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9694 M:      Kyungmin Park <kyungmin.park@samsung.com>
9695 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9696 L:      linux-media@vger.kernel.org
9697 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9698 S:      Supported
9699 F:      drivers/media/platform/exynos4-is/
9700
9701 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9702 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9703 L:      linux-media@vger.kernel.org
9704 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9705 S:      Maintained
9706 F:      drivers/media/platform/s3c-camif/
9707 F:      include/media/drv-intf/s3c_camif.h
9708
9709 SAMSUNG S5C73M3 CAMERA DRIVER
9710 M:      Kyungmin Park <kyungmin.park@samsung.com>
9711 M:      Andrzej Hajda <a.hajda@samsung.com>
9712 L:      linux-media@vger.kernel.org
9713 S:      Supported
9714 F:      drivers/media/i2c/s5c73m3/*
9715
9716 SAMSUNG S5K5BAF CAMERA DRIVER
9717 M:      Kyungmin Park <kyungmin.park@samsung.com>
9718 M:      Andrzej Hajda <a.hajda@samsung.com>
9719 L:      linux-media@vger.kernel.org
9720 S:      Supported
9721 F:      drivers/media/i2c/s5k5baf.c
9722
9723 SAMSUNG S3FWRN5 NFC DRIVER
9724 M:      Robert Baldyga <r.baldyga@samsung.com>
9725 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
9726 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9727 S:      Supported
9728 F:      drivers/nfc/s3fwrn5
9729
9730 SAMSUNG SOC CLOCK DRIVERS
9731 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9732 M:      Tomasz Figa <tomasz.figa@gmail.com>
9733 S:      Supported
9734 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9735 F:      drivers/clk/samsung/
9736
9737 SAMSUNG SXGBE DRIVERS
9738 M:      Byungho An <bh74.an@samsung.com>
9739 M:      Girish K S <ks.giri@samsung.com>
9740 M:      Vipul Pandya <vipul.pandya@samsung.com>
9741 S:      Supported
9742 L:      netdev@vger.kernel.org
9743 F:      drivers/net/ethernet/samsung/sxgbe/
9744
9745 SAMSUNG THERMAL DRIVER
9746 M:      Lukasz Majewski <l.majewski@samsung.com>
9747 L:      linux-pm@vger.kernel.org
9748 L:      linux-samsung-soc@vger.kernel.org
9749 S:      Supported
9750 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
9751 F:      drivers/thermal/samsung/
9752
9753 SAMSUNG USB2 PHY DRIVER
9754 M:      Kamil Debski <k.debski@samsung.com>
9755 L:      linux-kernel@vger.kernel.org
9756 S:      Supported
9757 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9758 F:      Documentation/phy/samsung-usb2.txt
9759 F:      drivers/phy/phy-exynos4210-usb2.c
9760 F:      drivers/phy/phy-exynos4x12-usb2.c
9761 F:      drivers/phy/phy-exynos5250-usb2.c
9762 F:      drivers/phy/phy-s5pv210-usb2.c
9763 F:      drivers/phy/phy-samsung-usb2.c
9764 F:      drivers/phy/phy-samsung-usb2.h
9765
9766 SERIAL DRIVERS
9767 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9768 L:      linux-serial@vger.kernel.org
9769 S:      Maintained
9770 F:      drivers/tty/serial/
9771
9772 SYNOPSYS DESIGNWARE DMAC DRIVER
9773 M:      Viresh Kumar <vireshk@kernel.org>
9774 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9775 S:      Maintained
9776 F:      include/linux/dma/dw.h
9777 F:      include/linux/platform_data/dma-dw.h
9778 F:      drivers/dma/dw/
9779
9780 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9781 M: Lars Persson <lars.persson@axis.com>
9782 L: netdev@vger.kernel.org
9783 S: Supported
9784 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9785 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9786
9787 SYNOPSYS DESIGNWARE I2C DRIVER
9788 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9789 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9790 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
9791 L:      linux-i2c@vger.kernel.org
9792 S:      Maintained
9793 F:      drivers/i2c/busses/i2c-designware-*
9794 F:      include/linux/platform_data/i2c-designware.h
9795
9796 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9797 M:      Jaehoon Chung <jh80.chung@samsung.com>
9798 L:      linux-mmc@vger.kernel.org
9799 S:      Maintained
9800 F:      include/linux/mmc/dw_mmc.h
9801 F:      drivers/mmc/host/dw_mmc*
9802
9803 SYSTEM TRACE MODULE CLASS
9804 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9805 S:      Maintained
9806 F:      Documentation/trace/stm.txt
9807 F:      drivers/hwtracing/stm/
9808 F:      include/linux/stm.h
9809 F:      include/uapi/linux/stm.h
9810
9811 THUNDERBOLT DRIVER
9812 M:      Andreas Noever <andreas.noever@gmail.com>
9813 S:      Maintained
9814 F:      drivers/thunderbolt/
9815
9816 TI BQ27XXX POWER SUPPLY DRIVER
9817 R:      Andrew F. Davis <afd@ti.com>
9818 F:      include/linux/power/bq27xxx_battery.h
9819 F:      drivers/power/bq27xxx_battery.c
9820 F:      drivers/power/bq27xxx_battery_i2c.c
9821
9822 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
9823 M:      John Stultz <john.stultz@linaro.org>
9824 M:      Thomas Gleixner <tglx@linutronix.de>
9825 L:      linux-kernel@vger.kernel.org
9826 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9827 S:      Supported
9828 F:      include/linux/clocksource.h
9829 F:      include/linux/time.h
9830 F:      include/linux/timex.h
9831 F:      include/uapi/linux/time.h
9832 F:      include/uapi/linux/timex.h
9833 F:      kernel/time/clocksource.c
9834 F:      kernel/time/time*.c
9835 F:      kernel/time/alarmtimer.c
9836 F:      kernel/time/ntp.c
9837 F:      tools/testing/selftests/timers/
9838
9839 SC1200 WDT DRIVER
9840 M:      Zwane Mwaikambo <zwanem@gmail.com>
9841 S:      Maintained
9842 F:      drivers/watchdog/sc1200wdt.c
9843
9844 SCHEDULER
9845 M:      Ingo Molnar <mingo@redhat.com>
9846 M:      Peter Zijlstra <peterz@infradead.org>
9847 L:      linux-kernel@vger.kernel.org
9848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9849 S:      Maintained
9850 F:      kernel/sched/
9851 F:      include/linux/sched.h
9852 F:      include/uapi/linux/sched.h
9853 F:      include/linux/wait.h
9854
9855 SCORE ARCHITECTURE
9856 M:      Chen Liqin <liqin.linux@gmail.com>
9857 M:      Lennox Wu <lennox.wu@gmail.com>
9858 W:      http://www.sunplus.com
9859 S:      Supported
9860 F:      arch/score/
9861
9862 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9863 M:      Sudeep Holla <sudeep.holla@arm.com>
9864 L:      linux-arm-kernel@lists.infradead.org
9865 S:      Maintained
9866 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
9867 F:      drivers/clk/clk-scpi.c
9868 F:      drivers/cpufreq/scpi-cpufreq.c
9869 F:      drivers/firmware/arm_scpi.c
9870 F:      include/linux/scpi_protocol.h
9871
9872 SCSI CDROM DRIVER
9873 M:      Jens Axboe <axboe@kernel.dk>
9874 L:      linux-scsi@vger.kernel.org
9875 W:      http://www.kernel.dk
9876 S:      Maintained
9877 F:      drivers/scsi/sr*
9878
9879 SCSI RDMA PROTOCOL (SRP) INITIATOR
9880 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9881 L:      linux-rdma@vger.kernel.org
9882 S:      Supported
9883 W:      http://www.openfabrics.org
9884 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9886 F:      drivers/infiniband/ulp/srp/
9887 F:      include/scsi/srp.h
9888
9889 SCSI SG DRIVER
9890 M:      Doug Gilbert <dgilbert@interlog.com>
9891 L:      linux-scsi@vger.kernel.org
9892 W:      http://sg.danny.cz/sg
9893 S:      Maintained
9894 F:      Documentation/scsi/scsi-generic.txt
9895 F:      drivers/scsi/sg.c
9896 F:      include/scsi/sg.h
9897
9898 SCSI SUBSYSTEM
9899 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
9900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9901 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
9902 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9903 L:      linux-scsi@vger.kernel.org
9904 S:      Maintained
9905 F:      drivers/scsi/
9906 F:      include/scsi/
9907
9908 SCSI TAPE DRIVER
9909 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9910 L:      linux-scsi@vger.kernel.org
9911 S:      Maintained
9912 F:      Documentation/scsi/st.txt
9913 F:      drivers/scsi/st.*
9914 F:      drivers/scsi/st_*.h
9915
9916 SCTP PROTOCOL
9917 M:      Vlad Yasevich <vyasevich@gmail.com>
9918 M:      Neil Horman <nhorman@tuxdriver.com>
9919 L:      linux-sctp@vger.kernel.org
9920 W:      http://lksctp.sourceforge.net
9921 S:      Maintained
9922 F:      Documentation/networking/sctp.txt
9923 F:      include/linux/sctp.h
9924 F:      include/uapi/linux/sctp.h
9925 F:      include/net/sctp/
9926 F:      net/sctp/
9927
9928 SCx200 CPU SUPPORT
9929 M:      Jim Cromie <jim.cromie@gmail.com>
9930 S:      Odd Fixes
9931 F:      Documentation/i2c/busses/scx200_acb
9932 F:      arch/x86/platform/scx200/
9933 F:      drivers/watchdog/scx200_wdt.c
9934 F:      drivers/i2c/busses/scx200*
9935 F:      drivers/mtd/maps/scx200_docflash.c
9936 F:      include/linux/scx200.h
9937
9938 SCx200 GPIO DRIVER
9939 M:      Jim Cromie <jim.cromie@gmail.com>
9940 S:      Maintained
9941 F:      drivers/char/scx200_gpio.c
9942 F:      include/linux/scx200_gpio.h
9943
9944 SCx200 HRT CLOCKSOURCE DRIVER
9945 M:      Jim Cromie <jim.cromie@gmail.com>
9946 S:      Maintained
9947 F:      drivers/clocksource/scx200_hrt.c
9948
9949 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9950 M:      Sascha Sommer <saschasommer@freenet.de>
9951 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9952 S:      Maintained
9953 F:      drivers/mmc/host/sdricoh_cs.c
9954
9955 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9956 M:      Adrian Hunter <adrian.hunter@intel.com>
9957 L:      linux-mmc@vger.kernel.org
9958 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
9959 S:      Maintained
9960 F:      drivers/mmc/host/sdhci*
9961 F:      include/linux/mmc/sdhci*
9962
9963 SECURE COMPUTING
9964 M:      Kees Cook <keescook@chromium.org>
9965 R:      Andy Lutomirski <luto@amacapital.net>
9966 R:      Will Drewry <wad@chromium.org>
9967 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9968 S:      Supported
9969 F:      kernel/seccomp.c
9970 F:      include/uapi/linux/seccomp.h
9971 F:      include/linux/seccomp.h
9972 F:      tools/testing/selftests/seccomp/*
9973 K:      \bsecure_computing
9974 K:      \bTIF_SECCOMP\b
9975
9976 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9977 M:      Ben Dooks <ben-linux@fluff.org>
9978 M:      Jaehoon Chung <jh80.chung@samsung.com>
9979 L:      linux-mmc@vger.kernel.org
9980 S:      Maintained
9981 F:      drivers/mmc/host/sdhci-s3c*
9982
9983 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9984 M:      Viresh Kumar <vireshk@kernel.org>
9985 L:      spear-devel@list.st.com
9986 L:      linux-mmc@vger.kernel.org
9987 S:      Maintained
9988 F:      drivers/mmc/host/sdhci-spear.c
9989
9990 SECURITY SUBSYSTEM
9991 M:      James Morris <james.l.morris@oracle.com>
9992 M:      "Serge E. Hallyn" <serge@hallyn.com>
9993 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9994 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9995 W:      http://kernsec.org/
9996 S:      Supported
9997 F:      security/
9998
9999 SECURITY CONTACT
10000 M:      Security Officers <security@kernel.org>
10001 S:      Supported
10002
10003 SELINUX SECURITY MODULE
10004 M:      Paul Moore <paul@paul-moore.com>
10005 M:      Stephen Smalley <sds@tycho.nsa.gov>
10006 M:      Eric Paris <eparis@parisplace.org>
10007 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
10008 W:      http://selinuxproject.org
10009 T:      git git://git.infradead.org/users/pcmoore/selinux
10010 S:      Supported
10011 F:      include/linux/selinux*
10012 F:      security/selinux/
10013 F:      scripts/selinux/
10014
10015 APPARMOR SECURITY MODULE
10016 M:      John Johansen <john.johansen@canonical.com>
10017 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10018 W:      apparmor.wiki.kernel.org
10019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10020 S:      Supported
10021 F:      security/apparmor/
10022
10023 YAMA SECURITY MODULE
10024 M:      Kees Cook <keescook@chromium.org>
10025 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10026 S:      Supported
10027 F:      security/yama/
10028
10029 SENSABLE PHANTOM
10030 M:      Jiri Slaby <jirislaby@gmail.com>
10031 S:      Maintained
10032 F:      drivers/misc/phantom.c
10033 F:      include/uapi/linux/phantom.h
10034
10035 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
10036 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
10037 M:      Ketan Mukadam <ketan.mukadam@avagotech.com>
10038 M:      John Soni Jose <sony.john@avagotech.com>
10039 L:      linux-scsi@vger.kernel.org
10040 W:      http://www.avagotech.com
10041 S:      Supported
10042 F:      drivers/scsi/be2iscsi/
10043
10044 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
10045 M:      Sathya Perla <sathya.perla@broadcom.com>
10046 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
10047 M:      Padmanabh Ratnakar <padmanabh.ratnakar@broadcom.com>
10048 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10049 M:      Somnath Kotur <somnath.kotur@broadcom.com>
10050 L:      netdev@vger.kernel.org
10051 W:      http://www.emulex.com
10052 S:      Supported
10053 F:      drivers/net/ethernet/emulex/benet/
10054
10055 EMULEX ONECONNECT ROCE DRIVER
10056 M:      Selvin Xavier <selvin.xavier@avagotech.com>
10057 M:      Devesh Sharma <devesh.sharma@avagotech.com>
10058 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10059 L:      linux-rdma@vger.kernel.org
10060 W:      http://www.emulex.com
10061 S:      Supported
10062 F:      drivers/infiniband/hw/ocrdma/
10063
10064 SFC NETWORK DRIVER
10065 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10066 M:      Edward Cree <ecree@solarflare.com>
10067 M:      Bert Kenward <bkenward@solarflare.com>
10068 L:      netdev@vger.kernel.org
10069 S:      Supported
10070 F:      drivers/net/ethernet/sfc/
10071
10072 SGI GRU DRIVER
10073 M:      Dimitri Sivanich <sivanich@sgi.com>
10074 S:      Maintained
10075 F:      drivers/misc/sgi-gru/
10076
10077 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10078 M:      Pat Gefre <pfg@sgi.com>
10079 L:      linux-ia64@vger.kernel.org
10080 S:      Supported
10081 F:      Documentation/ia64/serial.txt
10082 F:      drivers/tty/serial/ioc?_serial.c
10083 F:      include/linux/ioc?.h
10084
10085 SGI XP/XPC/XPNET DRIVER
10086 M:      Cliff Whickman <cpw@sgi.com>
10087 M:      Robin Holt <robinmholt@gmail.com>
10088 S:      Maintained
10089 F:      drivers/misc/sgi-xp/
10090
10091 SI2157 MEDIA DRIVER
10092 M:      Antti Palosaari <crope@iki.fi>
10093 L:      linux-media@vger.kernel.org
10094 W:      https://linuxtv.org
10095 W:      http://palosaari.fi/linux/
10096 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10097 T:      git git://linuxtv.org/anttip/media_tree.git
10098 S:      Maintained
10099 F:      drivers/media/tuners/si2157*
10100
10101 SI2168 MEDIA DRIVER
10102 M:      Antti Palosaari <crope@iki.fi>
10103 L:      linux-media@vger.kernel.org
10104 W:      https://linuxtv.org
10105 W:      http://palosaari.fi/linux/
10106 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10107 T:      git git://linuxtv.org/anttip/media_tree.git
10108 S:      Maintained
10109 F:      drivers/media/dvb-frontends/si2168*
10110
10111 SI470X FM RADIO RECEIVER I2C DRIVER
10112 M:      Hans Verkuil <hverkuil@xs4all.nl>
10113 L:      linux-media@vger.kernel.org
10114 T:      git git://linuxtv.org/media_tree.git
10115 W:      https://linuxtv.org
10116 S:      Odd Fixes
10117 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
10118
10119 SI470X FM RADIO RECEIVER USB DRIVER
10120 M:      Hans Verkuil <hverkuil@xs4all.nl>
10121 L:      linux-media@vger.kernel.org
10122 T:      git git://linuxtv.org/media_tree.git
10123 W:      https://linuxtv.org
10124 S:      Maintained
10125 F:      drivers/media/radio/si470x/radio-si470x-common.c
10126 F:      drivers/media/radio/si470x/radio-si470x.h
10127 F:      drivers/media/radio/si470x/radio-si470x-usb.c
10128
10129 SI4713 FM RADIO TRANSMITTER I2C DRIVER
10130 M:      Eduardo Valentin <edubezval@gmail.com>
10131 L:      linux-media@vger.kernel.org
10132 T:      git git://linuxtv.org/media_tree.git
10133 W:      https://linuxtv.org
10134 S:      Odd Fixes
10135 F:      drivers/media/radio/si4713/si4713.?
10136
10137 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10138 M:      Eduardo Valentin <edubezval@gmail.com>
10139 L:      linux-media@vger.kernel.org
10140 T:      git git://linuxtv.org/media_tree.git
10141 W:      https://linuxtv.org
10142 S:      Odd Fixes
10143 F:      drivers/media/radio/si4713/radio-platform-si4713.c
10144
10145 SI4713 FM RADIO TRANSMITTER USB DRIVER
10146 M:      Hans Verkuil <hverkuil@xs4all.nl>
10147 L:      linux-media@vger.kernel.org
10148 T:      git git://linuxtv.org/media_tree.git
10149 W:      https://linuxtv.org
10150 S:      Maintained
10151 F:      drivers/media/radio/si4713/radio-usb-si4713.c
10152
10153 SIANO DVB DRIVER
10154 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10155 L:      linux-media@vger.kernel.org
10156 W:      https://linuxtv.org
10157 T:      git git://linuxtv.org/media_tree.git
10158 S:      Odd fixes
10159 F:      drivers/media/common/siano/
10160 F:      drivers/media/usb/siano/
10161 F:      drivers/media/usb/siano/
10162 F:      drivers/media/mmc/siano/
10163
10164 SIMPLEFB FB DRIVER
10165 M:      Hans de Goede <hdegoede@redhat.com>
10166 L:      linux-fbdev@vger.kernel.org
10167 S:      Maintained
10168 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
10169 F:      drivers/video/fbdev/simplefb.c
10170 F:      include/linux/platform_data/simplefb.h
10171
10172 SH_VEU V4L2 MEM2MEM DRIVER
10173 L:      linux-media@vger.kernel.org
10174 S:      Orphan
10175 F:      drivers/media/platform/sh_veu.c
10176
10177 SH_VOU V4L2 OUTPUT DRIVER
10178 L:      linux-media@vger.kernel.org
10179 S:      Orphan
10180 F:      drivers/media/platform/sh_vou.c
10181 F:      include/media/drv-intf/sh_vou.h
10182
10183 SIMPLE FIRMWARE INTERFACE (SFI)
10184 M:      Len Brown <lenb@kernel.org>
10185 L:      sfi-devel@simplefirmware.org
10186 W:      http://simplefirmware.org/
10187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10188 S:      Supported
10189 F:      arch/x86/platform/sfi/
10190 F:      drivers/sfi/
10191 F:      include/linux/sfi*.h
10192
10193 SIMTEC EB110ATX (Chalice CATS)
10194 P:      Ben Dooks
10195 P:      Vincent Sanders <vince@simtec.co.uk>
10196 M:      Simtec Linux Team <linux@simtec.co.uk>
10197 W:      http://www.simtec.co.uk/products/EB110ATX/
10198 S:      Supported
10199
10200 SIMTEC EB2410ITX (BAST)
10201 P:      Ben Dooks
10202 P:      Vincent Sanders <vince@simtec.co.uk>
10203 M:      Simtec Linux Team <linux@simtec.co.uk>
10204 W:      http://www.simtec.co.uk/products/EB2410ITX/
10205 S:      Supported
10206 F:      arch/arm/mach-s3c24xx/mach-bast.c
10207 F:      arch/arm/mach-s3c24xx/bast-ide.c
10208 F:      arch/arm/mach-s3c24xx/bast-irq.c
10209
10210 TI DAVINCI MACHINE SUPPORT
10211 M:      Sekhar Nori <nsekhar@ti.com>
10212 M:      Kevin Hilman <khilman@kernel.org>
10213 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10214 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
10215 S:      Supported
10216 F:      arch/arm/mach-davinci/
10217 F:      drivers/i2c/busses/i2c-davinci.c
10218
10219 TI DAVINCI SERIES MEDIA DRIVER
10220 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10221 L:      linux-media@vger.kernel.org
10222 W:      https://linuxtv.org
10223 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10224 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10225 S:      Maintained
10226 F:      drivers/media/platform/davinci/
10227 F:      include/media/davinci/
10228
10229 TI AM437X VPFE DRIVER
10230 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10231 L:      linux-media@vger.kernel.org
10232 W:      https://linuxtv.org
10233 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10234 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10235 S:      Maintained
10236 F:      drivers/media/platform/am437x/
10237
10238 OV2659 OMNIVISION SENSOR DRIVER
10239 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10240 L:      linux-media@vger.kernel.org
10241 W:      https://linuxtv.org
10242 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10243 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10244 S:      Maintained
10245 F:      drivers/media/i2c/ov2659.c
10246 F:      include/media/i2c/ov2659.h
10247
10248 SILICON MOTION SM712 FRAME BUFFER DRIVER
10249 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10250 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10251 M:      Sudip Mukherjee <sudip@vectorindia.org>
10252 L:      linux-fbdev@vger.kernel.org
10253 S:      Maintained
10254 F:      drivers/video/fbdev/sm712*
10255 F:      Documentation/fb/sm712fb.txt
10256
10257 SIS 190 ETHERNET DRIVER
10258 M:      Francois Romieu <romieu@fr.zoreil.com>
10259 L:      netdev@vger.kernel.org
10260 S:      Maintained
10261 F:      drivers/net/ethernet/sis/sis190.c
10262
10263 SIS 900/7016 FAST ETHERNET DRIVER
10264 M:      Daniele Venzano <venza@brownhat.org>
10265 W:      http://www.brownhat.org/sis900.html
10266 L:      netdev@vger.kernel.org
10267 S:      Maintained
10268 F:      drivers/net/ethernet/sis/sis900.*
10269
10270 SIS FRAMEBUFFER DRIVER
10271 M:      Thomas Winischhofer <thomas@winischhofer.net>
10272 W:      http://www.winischhofer.net/linuxsisvga.shtml
10273 S:      Maintained
10274 F:      Documentation/fb/sisfb.txt
10275 F:      drivers/video/fbdev/sis/
10276 F:      include/video/sisfb.h
10277
10278 SIS USB2VGA DRIVER
10279 M:      Thomas Winischhofer <thomas@winischhofer.net>
10280 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
10281 S:      Maintained
10282 F:      drivers/usb/misc/sisusbvga/
10283
10284 SLAB ALLOCATOR
10285 M:      Christoph Lameter <cl@linux.com>
10286 M:      Pekka Enberg <penberg@kernel.org>
10287 M:      David Rientjes <rientjes@google.com>
10288 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
10289 M:      Andrew Morton <akpm@linux-foundation.org>
10290 L:      linux-mm@kvack.org
10291 S:      Maintained
10292 F:      include/linux/sl?b*.h
10293 F:      mm/sl?b*
10294
10295 SLEEPABLE READ-COPY UPDATE (SRCU)
10296 M:      Lai Jiangshan <jiangshanlai@gmail.com>
10297 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10298 M:      Josh Triplett <josh@joshtriplett.org>
10299 R:      Steven Rostedt <rostedt@goodmis.org>
10300 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10301 L:      linux-kernel@vger.kernel.org
10302 W:      http://www.rdrop.com/users/paulmck/RCU/
10303 S:      Supported
10304 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10305 F:      include/linux/srcu.h
10306 F:      kernel/rcu/srcu.c
10307
10308 SMACK SECURITY MODULE
10309 M:      Casey Schaufler <casey@schaufler-ca.com>
10310 L:      linux-security-module@vger.kernel.org
10311 W:      http://schaufler-ca.com
10312 T:      git git://git.gitorious.org/smack-next/kernel.git
10313 S:      Maintained
10314 F:      Documentation/security/Smack.txt
10315 F:      security/smack/
10316
10317 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10318 M:      Kevin Hilman <khilman@kernel.org>
10319 M:      Nishanth Menon <nm@ti.com>
10320 S:      Maintained
10321 F:      drivers/power/avs/
10322 F:      include/linux/power/smartreflex.h
10323 L:      linux-pm@vger.kernel.org
10324
10325 SMC91x ETHERNET DRIVER
10326 M:      Nicolas Pitre <nico@fluxnic.net>
10327 S:      Odd Fixes
10328 F:      drivers/net/ethernet/smsc/smc91x.*
10329
10330 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10331 M:      Sakari Ailus <sakari.ailus@iki.fi>
10332 L:      linux-media@vger.kernel.org
10333 S:      Maintained
10334 F:      drivers/media/i2c/smiapp/
10335 F:      include/media/i2c/smiapp.h
10336 F:      drivers/media/i2c/smiapp-pll.c
10337 F:      drivers/media/i2c/smiapp-pll.h
10338 F:      include/uapi/linux/smiapp.h
10339 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10340
10341 SMM665 HARDWARE MONITOR DRIVER
10342 M:      Guenter Roeck <linux@roeck-us.net>
10343 L:      linux-hwmon@vger.kernel.org
10344 S:      Maintained
10345 F:      Documentation/hwmon/smm665
10346 F:      drivers/hwmon/smm665.c
10347
10348 SMSC EMC2103 HARDWARE MONITOR DRIVER
10349 M:      Steve Glendinning <steve.glendinning@shawell.net>
10350 L:      linux-hwmon@vger.kernel.org
10351 S:      Maintained
10352 F:      Documentation/hwmon/emc2103
10353 F:      drivers/hwmon/emc2103.c
10354
10355 SMSC SCH5627 HARDWARE MONITOR DRIVER
10356 M:      Hans de Goede <hdegoede@redhat.com>
10357 L:      linux-hwmon@vger.kernel.org
10358 S:      Supported
10359 F:      Documentation/hwmon/sch5627
10360 F:      drivers/hwmon/sch5627.c
10361
10362 SMSC47B397 HARDWARE MONITOR DRIVER
10363 M:      Jean Delvare <jdelvare@suse.com>
10364 L:      linux-hwmon@vger.kernel.org
10365 S:      Maintained
10366 F:      Documentation/hwmon/smsc47b397
10367 F:      drivers/hwmon/smsc47b397.c
10368
10369 SMSC911x ETHERNET DRIVER
10370 M:      Steve Glendinning <steve.glendinning@shawell.net>
10371 L:      netdev@vger.kernel.org
10372 S:      Maintained
10373 F:      include/linux/smsc911x.h
10374 F:      drivers/net/ethernet/smsc/smsc911x.*
10375
10376 SMSC9420 PCI ETHERNET DRIVER
10377 M:      Steve Glendinning <steve.glendinning@shawell.net>
10378 L:      netdev@vger.kernel.org
10379 S:      Maintained
10380 F:      drivers/net/ethernet/smsc/smsc9420.*
10381
10382 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10383 M:      Steve Glendinning <steve.glendinning@shawell.net>
10384 L:      linux-fbdev@vger.kernel.org
10385 S:      Maintained
10386 F:      drivers/video/fbdev/smscufx.c
10387
10388 SOC-CAMERA V4L2 SUBSYSTEM
10389 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10390 L:      linux-media@vger.kernel.org
10391 T:      git git://linuxtv.org/media_tree.git
10392 S:      Maintained
10393 F:      include/media/soc*
10394 F:      drivers/media/i2c/soc_camera/
10395 F:      drivers/media/platform/soc_camera/
10396
10397 SOEKRIS NET48XX LED SUPPORT
10398 M:      Chris Boot <bootc@bootc.net>
10399 S:      Maintained
10400 F:      drivers/leds/leds-net48xx.c
10401
10402 SOFTLOGIC 6x10 MPEG CODEC
10403 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10404 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10405 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
10406 M:      Ismael Luceno <ismael@iodev.co.uk>
10407 L:      linux-media@vger.kernel.org
10408 S:      Supported
10409 F:      drivers/media/pci/solo6x10/
10410
10411 SOFTWARE RAID (Multiple Disks) SUPPORT
10412 M:      Shaohua Li <shli@kernel.org>
10413 L:      linux-raid@vger.kernel.org
10414 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
10415 S:      Supported
10416 F:      drivers/md/
10417 F:      include/linux/raid/
10418 F:      include/uapi/linux/raid/
10419
10420 SONIC NETWORK DRIVER
10421 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10422 L:      netdev@vger.kernel.org
10423 S:      Maintained
10424 F:      drivers/net/ethernet/natsemi/sonic.*
10425
10426 SONICS SILICON BACKPLANE DRIVER (SSB)
10427 M:      Michael Buesch <m@bues.ch>
10428 L:      linux-wireless@vger.kernel.org
10429 S:      Maintained
10430 F:      drivers/ssb/
10431 F:      include/linux/ssb/
10432
10433 SONY VAIO CONTROL DEVICE DRIVER
10434 M:      Mattia Dongili <malattia@linux.it>
10435 L:      platform-driver-x86@vger.kernel.org
10436 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10437 S:      Maintained
10438 F:      Documentation/laptops/sony-laptop.txt
10439 F:      drivers/char/sonypi.c
10440 F:      drivers/platform/x86/sony-laptop.c
10441 F:      include/linux/sony-laptop.h
10442
10443 SONY MEMORYSTICK CARD SUPPORT
10444 M:      Alex Dubov <oakad@yahoo.com>
10445 W:      http://tifmxx.berlios.de/
10446 S:      Maintained
10447 F:      drivers/memstick/host/tifm_ms.c
10448
10449 SONY MEMORYSTICK STANDARD SUPPORT
10450 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10451 S:      Maintained
10452 F:      drivers/memstick/core/ms_block.*
10453
10454 SOUND
10455 M:      Jaroslav Kysela <perex@perex.cz>
10456 M:      Takashi Iwai <tiwai@suse.com>
10457 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10458 W:      http://www.alsa-project.org/
10459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10460 T:      git git://git.alsa-project.org/alsa-kernel.git
10461 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
10462 S:      Maintained
10463 F:      Documentation/sound/
10464 F:      include/sound/
10465 F:      include/uapi/sound/
10466 F:      sound/
10467
10468 SOUND - COMPRESSED AUDIO
10469 M:      Vinod Koul <vinod.koul@intel.com>
10470 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10471 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10472 S:      Supported
10473 F:      Documentation/sound/alsa/compress_offload.txt
10474 F:      include/sound/compress_driver.h
10475 F:      include/uapi/sound/compress_*
10476 F:      sound/core/compress_offload.c
10477 F:      sound/soc/soc-compress.c
10478
10479 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10480 M:      Liam Girdwood <lgirdwood@gmail.com>
10481 M:      Mark Brown <broonie@kernel.org>
10482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10483 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10484 W:      http://alsa-project.org/main/index.php/ASoC
10485 S:      Supported
10486 F:      Documentation/sound/alsa/soc/
10487 F:      sound/soc/
10488 F:      include/sound/soc*
10489
10490 SOUND - DMAENGINE HELPERS
10491 M:      Lars-Peter Clausen <lars@metafoo.de>
10492 S:      Supported
10493 F:      include/sound/dmaengine_pcm.h
10494 F:      sound/core/pcm_dmaengine.c
10495 F:      sound/soc/soc-generic-dmaengine-pcm.c
10496
10497 SP2 MEDIA DRIVER
10498 M:      Olli Salonen <olli.salonen@iki.fi>
10499 L:      linux-media@vger.kernel.org
10500 W:      https://linuxtv.org
10501 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10502 S:      Maintained
10503 F:      drivers/media/dvb-frontends/sp2*
10504
10505 SPARC + UltraSPARC (sparc/sparc64)
10506 M:      "David S. Miller" <davem@davemloft.net>
10507 L:      sparclinux@vger.kernel.org
10508 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
10509 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10511 S:      Maintained
10512 F:      arch/sparc/
10513 F:      drivers/sbus/
10514
10515 SPARC SERIAL DRIVERS
10516 M:      "David S. Miller" <davem@davemloft.net>
10517 L:      sparclinux@vger.kernel.org
10518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10520 S:      Maintained
10521 F:      include/linux/sunserialcore.h
10522 F:      drivers/tty/serial/suncore.c
10523 F:      drivers/tty/serial/sunhv.c
10524 F:      drivers/tty/serial/sunsab.c
10525 F:      drivers/tty/serial/sunsab.h
10526 F:      drivers/tty/serial/sunsu.c
10527 F:      drivers/tty/serial/sunzilog.c
10528 F:      drivers/tty/serial/sunzilog.h
10529
10530 SPARSE CHECKER
10531 M:      "Christopher Li" <sparse@chrisli.org>
10532 L:      linux-sparse@vger.kernel.org
10533 W:      https://sparse.wiki.kernel.org/
10534 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10535 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10536 S:      Maintained
10537 F:      include/linux/compiler.h
10538
10539 SPEAR PLATFORM SUPPORT
10540 M:      Viresh Kumar <vireshk@kernel.org>
10541 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10542 L:      spear-devel@list.st.com
10543 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10544 W:      http://www.st.com/spear
10545 S:      Maintained
10546 F:      arch/arm/boot/dts/spear*
10547 F:      arch/arm/mach-spear/
10548
10549 SPEAR CLOCK FRAMEWORK SUPPORT
10550 M:      Viresh Kumar <vireshk@kernel.org>
10551 L:      spear-devel@list.st.com
10552 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10553 W:      http://www.st.com/spear
10554 S:      Maintained
10555 F:      drivers/clk/spear/
10556
10557 SPI SUBSYSTEM
10558 M:      Mark Brown <broonie@kernel.org>
10559 L:      linux-spi@vger.kernel.org
10560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10561 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
10562 S:      Maintained
10563 F:      Documentation/spi/
10564 F:      drivers/spi/
10565 F:      include/linux/spi/
10566 F:      include/uapi/linux/spi/
10567
10568 SPIDERNET NETWORK DRIVER for CELL
10569 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10570 L:      netdev@vger.kernel.org
10571 S:      Supported
10572 F:      Documentation/networking/spider_net.txt
10573 F:      drivers/net/ethernet/toshiba/spider_net*
10574
10575 SPU FILE SYSTEM
10576 M:      Jeremy Kerr <jk@ozlabs.org>
10577 L:      linuxppc-dev@lists.ozlabs.org
10578 W:      http://www.ibm.com/developerworks/power/cell/
10579 S:      Supported
10580 F:      Documentation/filesystems/spufs.txt
10581 F:      arch/powerpc/platforms/cell/spufs/
10582
10583 SQUASHFS FILE SYSTEM
10584 M:      Phillip Lougher <phillip@squashfs.org.uk>
10585 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
10586 W:      http://squashfs.org.uk
10587 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10588 S:      Maintained
10589 F:      Documentation/filesystems/squashfs.txt
10590 F:      fs/squashfs/
10591
10592 SRM (Alpha) environment access
10593 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
10594 S:      Maintained
10595 F:      arch/alpha/kernel/srm_env.c
10596
10597 STABLE BRANCH
10598 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10599 L:      stable@vger.kernel.org
10600 S:      Supported
10601 F:      Documentation/stable_kernel_rules.txt
10602
10603 STAGING SUBSYSTEM
10604 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10606 L:      devel@driverdev.osuosl.org
10607 S:      Supported
10608 F:      drivers/staging/
10609
10610 STAGING - COMEDI
10611 M:      Ian Abbott <abbotti@mev.co.uk>
10612 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
10613 S:      Odd Fixes
10614 F:      drivers/staging/comedi/
10615
10616 STAGING - FLARION FT1000 DRIVERS
10617 M:      Marek Belisko <marek.belisko@gmail.com>
10618 S:      Odd Fixes
10619 F:      drivers/staging/ft1000/
10620
10621 STAGING - INDUSTRIAL IO
10622 M:      Jonathan Cameron <jic23@kernel.org>
10623 L:      linux-iio@vger.kernel.org
10624 S:      Odd Fixes
10625 F:      drivers/staging/iio/
10626
10627 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10628 M:      Jarod Wilson <jarod@wilsonet.com>
10629 W:      http://www.lirc.org/
10630 S:      Odd Fixes
10631 F:      drivers/staging/media/lirc/
10632
10633 STAGING - LUSTRE PARALLEL FILESYSTEM
10634 M:      Oleg Drokin <oleg.drokin@intel.com>
10635 M:      Andreas Dilger <andreas.dilger@intel.com>
10636 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
10637 W:      http://wiki.lustre.org/
10638 S:      Maintained
10639 F:      drivers/staging/lustre
10640
10641 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10642 M:      Marc Dietrich <marvin24@gmx.de>
10643 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10644 L:      linux-tegra@vger.kernel.org
10645 S:      Maintained
10646 F:      drivers/staging/nvec/
10647
10648 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10649 M:      Jens Frederich <jfrederich@gmail.com>
10650 M:      Daniel Drake <dsd@laptop.org>
10651 M:      Jon Nettleton <jon.nettleton@gmail.com>
10652 W:      http://wiki.laptop.org/go/DCON
10653 S:      Maintained
10654 F:      drivers/staging/olpc_dcon/
10655
10656 STAGING - REALTEK RTL8712U DRIVERS
10657 M:      Larry Finger <Larry.Finger@lwfinger.net>
10658 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10659 S:      Odd Fixes
10660 F:      drivers/staging/rtl8712/
10661
10662 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10663 M:      Larry Finger <Larry.Finger@lwfinger.net>
10664 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10665 L:      linux-wireless@vger.kernel.org
10666 S:      Maintained
10667 F:      drivers/staging/rtl8723au/
10668
10669 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10670 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10671 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10672 M:      Sudip Mukherjee <sudip@vectorindia.org>
10673 L:      linux-fbdev@vger.kernel.org
10674 S:      Maintained
10675 F:      drivers/staging/sm750fb/
10676
10677 STAGING - SLICOSS
10678 M:      Lior Dotan <liodot@gmail.com>
10679 M:      Christopher Harrer <charrer@alacritech.com>
10680 S:      Odd Fixes
10681 F:      drivers/staging/slicoss/
10682
10683 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10684 M:      William Hubbs <w.d.hubbs@gmail.com>
10685 M:      Chris Brannon <chris@the-brannons.com>
10686 M:      Kirk Reiser <kirk@reisers.ca>
10687 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10688 L:      speakup@linux-speakup.org
10689 W:      http://www.linux-speakup.org/
10690 S:      Odd Fixes
10691 F:      drivers/staging/speakup/
10692
10693 STAGING - VIA VT665X DRIVERS
10694 M:      Forest Bond <forest@alittletooquiet.net>
10695 S:      Odd Fixes
10696 F:      drivers/staging/vt665?/
10697
10698 STAGING - WILC1000 WIFI DRIVER
10699 M:      Johnny Kim <johnny.kim@atmel.com>
10700 M:      Austin Shin <austin.shin@atmel.com>
10701 M:      Chris Park <chris.park@atmel.com>
10702 M:      Tony Cho <tony.cho@atmel.com>
10703 M:      Glen Lee <glen.lee@atmel.com>
10704 M:      Leo Kim <leo.kim@atmel.com>
10705 L:      linux-wireless@vger.kernel.org
10706 S:      Supported
10707 F:      drivers/staging/wilc1000/
10708
10709 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10710 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10711 S:      Odd Fixes
10712 F:      drivers/staging/xgifb/
10713
10714 HFI1 DRIVER
10715 M:      Mike Marciniszyn <infinipath@intel.com>
10716 L:      linux-rdma@vger.kernel.org
10717 S:      Supported
10718 F:      drivers/staging/rdma/hfi1
10719
10720 STARFIRE/DURALAN NETWORK DRIVER
10721 M:      Ion Badulescu <ionut@badula.org>
10722 S:      Odd Fixes
10723 F:      drivers/net/ethernet/adaptec/starfire*
10724
10725 SUN3/3X
10726 M:      Sam Creasey <sammy@sammy.net>
10727 W:      http://sammy.net/sun3/
10728 S:      Maintained
10729 F:      arch/m68k/kernel/*sun3*
10730 F:      arch/m68k/sun3*/
10731 F:      arch/m68k/include/asm/sun3*
10732 F:      drivers/net/ethernet/i825xx/sun3*
10733
10734 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10735 M:      Hans de Goede <hdegoede@redhat.com>
10736 L:      linux-input@vger.kernel.org
10737 S:      Maintained
10738 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10739 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10740
10741 SUNDANCE NETWORK DRIVER
10742 M:      Denis Kirjanov <kda@linux-powerpc.org>
10743 L:      netdev@vger.kernel.org
10744 S:      Maintained
10745 F:      drivers/net/ethernet/dlink/sundance.c
10746
10747 SUPERH
10748 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
10749 M:      Rich Felker <dalias@libc.org>
10750 L:      linux-sh@vger.kernel.org
10751 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10752 S:      Maintained
10753 F:      Documentation/sh/
10754 F:      arch/sh/
10755 F:      drivers/sh/
10756
10757 SUSPEND TO RAM
10758 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10759 M:      Len Brown <len.brown@intel.com>
10760 M:      Pavel Machek <pavel@ucw.cz>
10761 L:      linux-pm@vger.kernel.org
10762 S:      Supported
10763 F:      Documentation/power/
10764 F:      arch/x86/kernel/acpi/
10765 F:      drivers/base/power/
10766 F:      kernel/power/
10767 F:      include/linux/suspend.h
10768 F:      include/linux/freezer.h
10769 F:      include/linux/pm.h
10770
10771 SVGA HANDLING
10772 M:      Martin Mares <mj@ucw.cz>
10773 L:      linux-video@atrey.karlin.mff.cuni.cz
10774 S:      Maintained
10775 F:      Documentation/svga.txt
10776 F:      arch/x86/boot/video*
10777
10778 SWIOTLB SUBSYSTEM
10779 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10780 L:      linux-kernel@vger.kernel.org
10781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
10782 S:      Supported
10783 F:      lib/swiotlb.c
10784 F:      arch/*/kernel/pci-swiotlb.c
10785 F:      include/linux/swiotlb.h
10786
10787 SWITCHDEV
10788 M:      Jiri Pirko <jiri@resnulli.us>
10789 L:      netdev@vger.kernel.org
10790 S:      Supported
10791 F:      net/switchdev/
10792 F:      include/net/switchdev.h
10793
10794 SYNOPSYS ARC ARCHITECTURE
10795 M:      Vineet Gupta <vgupta@synopsys.com>
10796 L:      linux-snps-arc@lists.infradead.org
10797 S:      Supported
10798 F:      arch/arc/
10799 F:      Documentation/devicetree/bindings/arc/*
10800 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10801 F:      drivers/tty/serial/arc_uart.c
10802 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10803
10804 SYNOPSYS ARC SDP platform support
10805 M:      Alexey Brodkin <abrodkin@synopsys.com>
10806 S:      Supported
10807 F:      arch/arc/plat-axs10x
10808 F:      arch/arc/boot/dts/ax*
10809 F:      Documentation/devicetree/bindings/arc/axs10*
10810
10811 SYSTEM CONFIGURATION (SYSCON)
10812 M:      Lee Jones <lee.jones@linaro.org>
10813 M:      Arnd Bergmann <arnd@arndb.de>
10814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10815 S:      Supported
10816 F:      drivers/mfd/syscon.c
10817
10818 SYSV FILESYSTEM
10819 M:      Christoph Hellwig <hch@infradead.org>
10820 S:      Maintained
10821 F:      Documentation/filesystems/sysv-fs.txt
10822 F:      fs/sysv/
10823 F:      include/linux/sysv_fs.h
10824
10825 TARGET SUBSYSTEM
10826 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10827 L:      linux-scsi@vger.kernel.org
10828 L:      target-devel@vger.kernel.org
10829 W:      http://www.linux-iscsi.org
10830 W:      http://groups.google.com/group/linux-iscsi-target-dev
10831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10832 S:      Supported
10833 F:      drivers/target/
10834 F:      include/target/
10835 F:      Documentation/target/
10836
10837 TASKSTATS STATISTICS INTERFACE
10838 M:      Balbir Singh <bsingharora@gmail.com>
10839 S:      Maintained
10840 F:      Documentation/accounting/taskstats*
10841 F:      include/linux/taskstats*
10842 F:      kernel/taskstats.c
10843
10844 TC CLASSIFIER
10845 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10846 L:      netdev@vger.kernel.org
10847 S:      Maintained
10848 F:      include/net/pkt_cls.h
10849 F:      include/uapi/linux/pkt_cls.h
10850 F:      net/sched/
10851
10852 TCP LOW PRIORITY MODULE
10853 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10854 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10855 W:      http://tcp-lp-mod.sourceforge.net/
10856 S:      Maintained
10857 F:      net/ipv4/tcp_lp.c
10858
10859 TDA10071 MEDIA DRIVER
10860 M:      Antti Palosaari <crope@iki.fi>
10861 L:      linux-media@vger.kernel.org
10862 W:      https://linuxtv.org
10863 W:      http://palosaari.fi/linux/
10864 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10865 T:      git git://linuxtv.org/anttip/media_tree.git
10866 S:      Maintained
10867 F:      drivers/media/dvb-frontends/tda10071*
10868
10869 TDA18212 MEDIA DRIVER
10870 M:      Antti Palosaari <crope@iki.fi>
10871 L:      linux-media@vger.kernel.org
10872 W:      https://linuxtv.org
10873 W:      http://palosaari.fi/linux/
10874 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10875 T:      git git://linuxtv.org/anttip/media_tree.git
10876 S:      Maintained
10877 F:      drivers/media/tuners/tda18212*
10878
10879 TDA18218 MEDIA DRIVER
10880 M:      Antti Palosaari <crope@iki.fi>
10881 L:      linux-media@vger.kernel.org
10882 W:      https://linuxtv.org
10883 W:      http://palosaari.fi/linux/
10884 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10885 T:      git git://linuxtv.org/anttip/media_tree.git
10886 S:      Maintained
10887 F:      drivers/media/tuners/tda18218*
10888
10889 TDA18271 MEDIA DRIVER
10890 M:      Michael Krufky <mkrufky@linuxtv.org>
10891 L:      linux-media@vger.kernel.org
10892 W:      https://linuxtv.org
10893 W:      http://github.com/mkrufky
10894 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10895 T:      git git://linuxtv.org/mkrufky/tuners.git
10896 S:      Maintained
10897 F:      drivers/media/tuners/tda18271*
10898
10899 TDA827x MEDIA DRIVER
10900 M:      Michael Krufky <mkrufky@linuxtv.org>
10901 L:      linux-media@vger.kernel.org
10902 W:      https://linuxtv.org
10903 W:      http://github.com/mkrufky
10904 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10905 T:      git git://linuxtv.org/mkrufky/tuners.git
10906 S:      Maintained
10907 F:      drivers/media/tuners/tda8290.*
10908
10909 TDA8290 MEDIA DRIVER
10910 M:      Michael Krufky <mkrufky@linuxtv.org>
10911 L:      linux-media@vger.kernel.org
10912 W:      https://linuxtv.org
10913 W:      http://github.com/mkrufky
10914 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10915 T:      git git://linuxtv.org/mkrufky/tuners.git
10916 S:      Maintained
10917 F:      drivers/media/tuners/tda8290.*
10918
10919 TDA9840 MEDIA DRIVER
10920 M:      Hans Verkuil <hverkuil@xs4all.nl>
10921 L:      linux-media@vger.kernel.org
10922 T:      git git://linuxtv.org/media_tree.git
10923 W:      https://linuxtv.org
10924 S:      Maintained
10925 F:      drivers/media/i2c/tda9840*
10926
10927 TEA5761 TUNER DRIVER
10928 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10929 L:      linux-media@vger.kernel.org
10930 W:      https://linuxtv.org
10931 T:      git git://linuxtv.org/media_tree.git
10932 S:      Odd fixes
10933 F:      drivers/media/tuners/tea5761.*
10934
10935 TEA5767 TUNER DRIVER
10936 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10937 L:      linux-media@vger.kernel.org
10938 W:      https://linuxtv.org
10939 T:      git git://linuxtv.org/media_tree.git
10940 S:      Maintained
10941 F:      drivers/media/tuners/tea5767.*
10942
10943 TEA6415C MEDIA DRIVER
10944 M:      Hans Verkuil <hverkuil@xs4all.nl>
10945 L:      linux-media@vger.kernel.org
10946 T:      git git://linuxtv.org/media_tree.git
10947 W:      https://linuxtv.org
10948 S:      Maintained
10949 F:      drivers/media/i2c/tea6415c*
10950
10951 TEA6420 MEDIA DRIVER
10952 M:      Hans Verkuil <hverkuil@xs4all.nl>
10953 L:      linux-media@vger.kernel.org
10954 T:      git git://linuxtv.org/media_tree.git
10955 W:      https://linuxtv.org
10956 S:      Maintained
10957 F:      drivers/media/i2c/tea6420*
10958
10959 TEAM DRIVER
10960 M:      Jiri Pirko <jiri@resnulli.us>
10961 L:      netdev@vger.kernel.org
10962 S:      Supported
10963 F:      drivers/net/team/
10964 F:      include/linux/if_team.h
10965 F:      include/uapi/linux/if_team.h
10966
10967 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10968 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10969 S:      Maintained
10970 F:      arch/x86/platform/ts5500/
10971
10972 TECHNOTREND USB IR RECEIVER
10973 M:      Sean Young <sean@mess.org>
10974 L:      linux-media@vger.kernel.org
10975 S:      Maintained
10976 F:      drivers/media/rc/ttusbir.c
10977
10978 TEGRA ARCHITECTURE SUPPORT
10979 M:      Stephen Warren <swarren@wwwdotorg.org>
10980 M:      Thierry Reding <thierry.reding@gmail.com>
10981 M:      Alexandre Courbot <gnurou@gmail.com>
10982 L:      linux-tegra@vger.kernel.org
10983 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10984 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10985 S:      Supported
10986 N:      [^a-z]tegra
10987
10988 TEGRA CLOCK DRIVER
10989 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10990 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10991 S:      Supported
10992 F:      drivers/clk/tegra/
10993
10994 TEGRA DMA DRIVER
10995 M:      Laxman Dewangan <ldewangan@nvidia.com>
10996 S:      Supported
10997 F:      drivers/dma/tegra20-apb-dma.c
10998
10999 TEGRA I2C DRIVER
11000 M:      Laxman Dewangan <ldewangan@nvidia.com>
11001 S:      Supported
11002 F:      drivers/i2c/busses/i2c-tegra.c
11003
11004 TEGRA IOMMU DRIVERS
11005 M:      Hiroshi Doyu <hdoyu@nvidia.com>
11006 S:      Supported
11007 F:      drivers/iommu/tegra*
11008
11009 TEGRA KBC DRIVER
11010 M:      Rakesh Iyer <riyer@nvidia.com>
11011 M:      Laxman Dewangan <ldewangan@nvidia.com>
11012 S:      Supported
11013 F:      drivers/input/keyboard/tegra-kbc.c
11014
11015 TEGRA PWM DRIVER
11016 M:      Thierry Reding <thierry.reding@gmail.com>
11017 S:      Supported
11018 F:      drivers/pwm/pwm-tegra.c
11019
11020 TEGRA SERIAL DRIVER
11021 M:      Laxman Dewangan <ldewangan@nvidia.com>
11022 S:      Supported
11023 F:      drivers/tty/serial/serial-tegra.c
11024
11025 TEGRA SPI DRIVER
11026 M:      Laxman Dewangan <ldewangan@nvidia.com>
11027 S:      Supported
11028 F:      drivers/spi/spi-tegra*
11029
11030 TEHUTI ETHERNET DRIVER
11031 M:      Andy Gospodarek <andy@greyhouse.net>
11032 L:      netdev@vger.kernel.org
11033 S:      Supported
11034 F:      drivers/net/ethernet/tehuti/*
11035
11036 Telecom Clock Driver for MCPL0010
11037 M:      Mark Gross <mark.gross@intel.com>
11038 S:      Supported
11039 F:      drivers/char/tlclk.c
11040
11041 TENSILICA XTENSA PORT (xtensa)
11042 M:      Chris Zankel <chris@zankel.net>
11043 M:      Max Filippov <jcmvbkbc@gmail.com>
11044 L:      linux-xtensa@linux-xtensa.org
11045 T:      git git://github.com/czankel/xtensa-linux.git
11046 S:      Maintained
11047 F:      arch/xtensa/
11048 F:      drivers/irqchip/irq-xtensa-*
11049
11050 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11051 M:      Hans Verkuil <hverkuil@xs4all.nl>
11052 L:      linux-media@vger.kernel.org
11053 T:      git git://linuxtv.org/media_tree.git
11054 W:      https://linuxtv.org
11055 S:      Maintained
11056 F:      drivers/media/radio/radio-raremono.c
11057
11058 THERMAL
11059 M:      Zhang Rui <rui.zhang@intel.com>
11060 M:      Eduardo Valentin <edubezval@gmail.com>
11061 L:      linux-pm@vger.kernel.org
11062 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11064 Q:      https://patchwork.kernel.org/project/linux-pm/list/
11065 S:      Supported
11066 F:      drivers/thermal/
11067 F:      include/linux/thermal.h
11068 F:      include/uapi/linux/thermal.h
11069 F:      include/linux/cpu_cooling.h
11070 F:      Documentation/devicetree/bindings/thermal/
11071
11072 THERMAL/CPU_COOLING
11073 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
11074 M:      Viresh Kumar <viresh.kumar@linaro.org>
11075 M:      Javi Merino <javi.merino@arm.com>
11076 L:      linux-pm@vger.kernel.org
11077 S:      Supported
11078 F:      Documentation/thermal/cpu-cooling-api.txt
11079 F:      drivers/thermal/cpu_cooling.c
11080 F:      include/linux/cpu_cooling.h
11081
11082 THINGM BLINK(1) USB RGB LED DRIVER
11083 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
11084 S:      Maintained
11085 F:      drivers/hid/hid-thingm.c
11086
11087 THINKPAD ACPI EXTRAS DRIVER
11088 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11089 L:      ibm-acpi-devel@lists.sourceforge.net
11090 L:      platform-driver-x86@vger.kernel.org
11091 W:      http://ibm-acpi.sourceforge.net
11092 W:      http://thinkwiki.org/wiki/Ibm-acpi
11093 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11094 S:      Maintained
11095 F:      drivers/platform/x86/thinkpad_acpi.c
11096
11097 TI BANDGAP AND THERMAL DRIVER
11098 M:      Eduardo Valentin <edubezval@gmail.com>
11099 L:      linux-pm@vger.kernel.org
11100 L:      linux-omap@vger.kernel.org
11101 S:      Maintained
11102 F:      drivers/thermal/ti-soc-thermal/
11103
11104 TI VPE/CAL DRIVERS
11105 M:      Benoit Parrot <bparrot@ti.com>
11106 L:      linux-media@vger.kernel.org
11107 W:      http://linuxtv.org/
11108 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11109 S:      Maintained
11110 F:      drivers/media/platform/ti-vpe/
11111
11112 TI CDCE706 CLOCK DRIVER
11113 M:      Max Filippov <jcmvbkbc@gmail.com>
11114 S:      Maintained
11115 F:      drivers/clk/clk-cdce706.c
11116
11117 TI CLOCK DRIVER
11118 M:      Tero Kristo <t-kristo@ti.com>
11119 L:      linux-omap@vger.kernel.org
11120 S:      Maintained
11121 F:      drivers/clk/ti/
11122 F:      include/linux/clk/ti.h
11123
11124 TI ETHERNET SWITCH DRIVER (CPSW)
11125 M:      Mugunthan V N <mugunthanvnm@ti.com>
11126 R:      Grygorii Strashko <grygorii.strashko@ti.com>
11127 L:      linux-omap@vger.kernel.org
11128 L:      netdev@vger.kernel.org
11129 S:      Maintained
11130 F:      drivers/net/ethernet/ti/cpsw*
11131 F:      drivers/net/ethernet/ti/davinci*
11132
11133 TI FLASH MEDIA INTERFACE DRIVER
11134 M:      Alex Dubov <oakad@yahoo.com>
11135 S:      Maintained
11136 F:      drivers/misc/tifm*
11137 F:      drivers/mmc/host/tifm_sd.c
11138 F:      include/linux/tifm.h
11139
11140 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11141 M:      Santosh Shilimkar <ssantosh@kernel.org>
11142 L:      linux-kernel@vger.kernel.org
11143 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11144 S:      Maintained
11145 F:      drivers/soc/ti/*
11146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11147
11148
11149 TI LM49xxx FAMILY ASoC CODEC DRIVERS
11150 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
11151 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
11152 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11153 S:      Maintained
11154 F:      sound/soc/codecs/lm49453*
11155 F:      sound/soc/codecs/isabelle*
11156
11157 TI LP855x BACKLIGHT DRIVER
11158 M:      Milo Kim <milo.kim@ti.com>
11159 S:      Maintained
11160 F:      Documentation/backlight/lp855x-driver.txt
11161 F:      drivers/video/backlight/lp855x_bl.c
11162 F:      include/linux/platform_data/lp855x.h
11163
11164 TI LP8727 CHARGER DRIVER
11165 M:      Milo Kim <milo.kim@ti.com>
11166 S:      Maintained
11167 F:      drivers/power/lp8727_charger.c
11168 F:      include/linux/platform_data/lp8727.h
11169
11170 TI LP8788 MFD DRIVER
11171 M:      Milo Kim <milo.kim@ti.com>
11172 S:      Maintained
11173 F:      drivers/iio/adc/lp8788_adc.c
11174 F:      drivers/leds/leds-lp8788.c
11175 F:      drivers/mfd/lp8788*.c
11176 F:      drivers/power/lp8788-charger.c
11177 F:      drivers/regulator/lp8788-*.c
11178 F:      include/linux/mfd/lp8788*.h
11179
11180 TI NETCP ETHERNET DRIVER
11181 M:      Wingman Kwok <w-kwok2@ti.com>
11182 M:      Murali Karicheri <m-karicheri2@ti.com>
11183 L:      netdev@vger.kernel.org
11184 S:      Maintained
11185 F:      drivers/net/ethernet/ti/netcp*
11186
11187 TI TAS571X FAMILY ASoC CODEC DRIVER
11188 M:      Kevin Cernekee <cernekee@chromium.org>
11189 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11190 S:      Odd Fixes
11191 F:      sound/soc/codecs/tas571x*
11192
11193 TI TWL4030 SERIES SOC CODEC DRIVER
11194 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
11195 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11196 S:      Maintained
11197 F:      sound/soc/codecs/twl4030*
11198
11199 TI WILINK WIRELESS DRIVERS
11200 L:      linux-wireless@vger.kernel.org
11201 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
11202 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
11203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11204 S:      Orphan
11205 F:      drivers/net/wireless/ti/
11206 F:      include/linux/wl12xx.h
11207
11208 TIPC NETWORK LAYER
11209 M:      Jon Maloy <jon.maloy@ericsson.com>
11210 M:      Ying Xue <ying.xue@windriver.com>
11211 L:      netdev@vger.kernel.org (core kernel code)
11212 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11213 W:      http://tipc.sourceforge.net/
11214 S:      Maintained
11215 F:      include/uapi/linux/tipc*.h
11216 F:      net/tipc/
11217
11218 TILE ARCHITECTURE
11219 M:      Chris Metcalf <cmetcalf@mellanox.com>
11220 W:      http://www.mellanox.com/repository/solutions/tile-scm/
11221 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11222 S:      Supported
11223 F:      arch/tile/
11224 F:      drivers/char/tile-srom.c
11225 F:      drivers/edac/tile_edac.c
11226 F:      drivers/net/ethernet/tile/
11227 F:      drivers/rtc/rtc-tile.c
11228 F:      drivers/tty/hvc/hvc_tile.c
11229 F:      drivers/tty/serial/tilegx.c
11230 F:      drivers/usb/host/*-tilegx.c
11231 F:      include/linux/usb/tilegx.h
11232
11233 TLAN NETWORK DRIVER
11234 M:      Samuel Chessman <chessman@tux.org>
11235 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
11236 W:      http://sourceforge.net/projects/tlan/
11237 S:      Maintained
11238 F:      Documentation/networking/tlan.txt
11239 F:      drivers/net/ethernet/ti/tlan.*
11240
11241 TOMOYO SECURITY MODULE
11242 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
11243 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11244 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11245 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11246 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11247 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11248 W:      http://tomoyo.sourceforge.jp/
11249 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11250 S:      Maintained
11251 F:      security/tomoyo/
11252
11253 TOPSTAR LAPTOP EXTRAS DRIVER
11254 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
11255 L:      platform-driver-x86@vger.kernel.org
11256 S:      Maintained
11257 F:      drivers/platform/x86/topstar-laptop.c
11258
11259 TOSHIBA ACPI EXTRAS DRIVER
11260 M:      Azael Avalos <coproscefalo@gmail.com>
11261 L:      platform-driver-x86@vger.kernel.org
11262 S:      Maintained
11263 F:      drivers/platform/x86/toshiba_acpi.c
11264
11265 TOSHIBA BLUETOOTH DRIVER
11266 M:      Azael Avalos <coproscefalo@gmail.com>
11267 L:      platform-driver-x86@vger.kernel.org
11268 S:      Maintained
11269 F:      drivers/platform/x86/toshiba_bluetooth.c
11270
11271 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11272 M:      Azael Avalos <coproscefalo@gmail.com>
11273 L:      platform-driver-x86@vger.kernel.org
11274 S:      Maintained
11275 F:      drivers/platform/x86/toshiba_haps.c
11276
11277 TOSHIBA WMI HOTKEYS DRIVER
11278 M:      Azael Avalos <coproscefalo@gmail.com>
11279 L:      platform-driver-x86@vger.kernel.org
11280 S:      Maintained
11281 F:      drivers/platform/x86/toshiba-wmi.c
11282
11283 TOSHIBA SMM DRIVER
11284 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
11285 W:      http://www.buzzard.org.uk/toshiba/
11286 S:      Maintained
11287 F:      drivers/char/toshiba.c
11288 F:      include/linux/toshiba.h
11289 F:      include/uapi/linux/toshiba.h
11290
11291 TOSHIBA TC358743 DRIVER
11292 M:      Mats Randgaard <matrandg@cisco.com>
11293 L:      linux-media@vger.kernel.org
11294 S:      Maintained
11295 F:      drivers/media/i2c/tc358743*
11296 F:      include/media/i2c/tc358743.h
11297
11298 TMIO/SDHI MMC DRIVER
11299 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
11300 L:      linux-mmc@vger.kernel.org
11301 S:      Supported
11302 F:      drivers/mmc/host/tmio_mmc*
11303 F:      drivers/mmc/host/sh_mobile_sdhi.c
11304 F:      include/linux/mfd/tmio.h
11305
11306 TMP401 HARDWARE MONITOR DRIVER
11307 M:      Guenter Roeck <linux@roeck-us.net>
11308 L:      linux-hwmon@vger.kernel.org
11309 S:      Maintained
11310 F:      Documentation/hwmon/tmp401
11311 F:      drivers/hwmon/tmp401.c
11312
11313 TMPFS (SHMEM FILESYSTEM)
11314 M:      Hugh Dickins <hughd@google.com>
11315 L:      linux-mm@kvack.org
11316 S:      Maintained
11317 F:      include/linux/shmem_fs.h
11318 F:      mm/shmem.c
11319
11320 TM6000 VIDEO4LINUX DRIVER
11321 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11322 L:      linux-media@vger.kernel.org
11323 W:      https://linuxtv.org
11324 T:      git git://linuxtv.org/media_tree.git
11325 S:      Odd fixes
11326 F:      drivers/media/usb/tm6000/
11327
11328 TW68 VIDEO4LINUX DRIVER
11329 M:      Hans Verkuil <hverkuil@xs4all.nl>
11330 L:      linux-media@vger.kernel.org
11331 T:      git git://linuxtv.org/media_tree.git
11332 W:      https://linuxtv.org
11333 S:      Odd Fixes
11334 F:      drivers/media/pci/tw68/
11335
11336 TPM DEVICE DRIVER
11337 M:      Peter Huewe <peterhuewe@gmx.de>
11338 M:      Marcel Selhorst <tpmdd@selhorst.net>
11339 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11340 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11341 W:      http://tpmdd.sourceforge.net
11342 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11343 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
11344 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
11345 S:      Maintained
11346 F:      drivers/char/tpm/
11347
11348 TPM IBM_VTPM DEVICE DRIVER
11349 M:      Ashley Lai <ashleydlai@gmail.com>
11350 W:      http://tpmdd.sourceforge.net
11351 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11352 S:      Maintained
11353 F:      drivers/char/tpm/tpm_ibmvtpm*
11354
11355 TRACING
11356 M:      Steven Rostedt <rostedt@goodmis.org>
11357 M:      Ingo Molnar <mingo@redhat.com>
11358 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11359 S:      Maintained
11360 F:      Documentation/trace/ftrace.txt
11361 F:      arch/*/*/*/ftrace.h
11362 F:      arch/*/kernel/ftrace.c
11363 F:      include/*/ftrace.h
11364 F:      include/linux/trace*.h
11365 F:      include/trace/
11366 F:      kernel/trace/
11367 F:      tools/testing/selftests/ftrace/
11368
11369 TRACING MMIO ACCESSES (MMIOTRACE)
11370 M:      Steven Rostedt <rostedt@goodmis.org>
11371 M:      Ingo Molnar <mingo@kernel.org>
11372 R:      Karol Herbst <karolherbst@gmail.com>
11373 R:      Pekka Paalanen <ppaalanen@gmail.com>
11374 S:      Maintained
11375 L:      linux-kernel@vger.kernel.org
11376 L:      nouveau@lists.freedesktop.org
11377 F:      kernel/trace/trace_mmiotrace.c
11378 F:      include/linux/mmiotrace.h
11379 F:      arch/x86/mm/kmmio.c
11380 F:      arch/x86/mm/mmio-mod.c
11381 F:      arch/x86/mm/testmmiotrace.c
11382
11383 TRIVIAL PATCHES
11384 M:      Jiri Kosina <trivial@kernel.org>
11385 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11386 S:      Maintained
11387 K:      ^Subject:.*(?i)trivial
11388
11389 TTY LAYER
11390 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11391 M:      Jiri Slaby <jslaby@suse.com>
11392 S:      Supported
11393 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11394 F:      Documentation/serial/
11395 F:      drivers/tty/
11396 F:      drivers/tty/serial/serial_core.c
11397 F:      include/linux/serial_core.h
11398 F:      include/linux/serial.h
11399 F:      include/linux/tty.h
11400 F:      include/uapi/linux/serial_core.h
11401 F:      include/uapi/linux/serial.h
11402 F:      include/uapi/linux/tty.h
11403
11404 TUA9001 MEDIA DRIVER
11405 M:      Antti Palosaari <crope@iki.fi>
11406 L:      linux-media@vger.kernel.org
11407 W:      https://linuxtv.org
11408 W:      http://palosaari.fi/linux/
11409 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11410 T:      git git://linuxtv.org/anttip/media_tree.git
11411 S:      Maintained
11412 F:      drivers/media/tuners/tua9001*
11413
11414 TULIP NETWORK DRIVERS
11415 L:      netdev@vger.kernel.org
11416 L:      linux-parisc@vger.kernel.org
11417 S:      Orphan
11418 F:      drivers/net/ethernet/dec/tulip/
11419
11420 TUN/TAP driver
11421 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
11422 W:      http://vtun.sourceforge.net/tun
11423 S:      Maintained
11424 F:      Documentation/networking/tuntap.txt
11425 F:      arch/um/os-Linux/drivers/
11426
11427 TURBOCHANNEL SUBSYSTEM
11428 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11429 M:      Ralf Baechle <ralf@linux-mips.org>
11430 L:      linux-mips@linux-mips.org
11431 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
11432 S:      Maintained
11433 F:      drivers/tc/
11434 F:      include/linux/tc.h
11435
11436 U14-34F SCSI DRIVER
11437 M:      Dario Ballabio <ballabio_dario@emc.com>
11438 L:      linux-scsi@vger.kernel.org
11439 S:      Maintained
11440 F:      drivers/scsi/u14-34f.c
11441
11442 UBI FILE SYSTEM (UBIFS)
11443 M:      Richard Weinberger <richard@nod.at>
11444 M:      Artem Bityutskiy <dedekind1@gmail.com>
11445 M:      Adrian Hunter <adrian.hunter@intel.com>
11446 L:      linux-mtd@lists.infradead.org
11447 T:      git git://git.infradead.org/ubifs-2.6.git
11448 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
11449 S:      Supported
11450 F:      Documentation/filesystems/ubifs.txt
11451 F:      fs/ubifs/
11452
11453 UCLINUX (M68KNOMMU AND COLDFIRE)
11454 M:      Greg Ungerer <gerg@uclinux.org>
11455 W:      http://www.uclinux.org/
11456 L:      linux-m68k@lists.linux-m68k.org
11457 L:      uclinux-dev@uclinux.org  (subscribers-only)
11458 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11459 S:      Maintained
11460 F:      arch/m68k/coldfire/
11461 F:      arch/m68k/68*/
11462 F:      arch/m68k/*/*_no.*
11463 F:      arch/m68k/include/asm/*_no.*
11464
11465 UDF FILESYSTEM
11466 M:      Jan Kara <jack@suse.com>
11467 S:      Maintained
11468 F:      Documentation/filesystems/udf.txt
11469 F:      fs/udf/
11470
11471 UFS FILESYSTEM
11472 M:      Evgeniy Dushistov <dushistov@mail.ru>
11473 S:      Maintained
11474 F:      Documentation/filesystems/ufs.txt
11475 F:      fs/ufs/
11476
11477 UHID USERSPACE HID IO DRIVER:
11478 M:      David Herrmann <dh.herrmann@googlemail.com>
11479 L:      linux-input@vger.kernel.org
11480 S:      Maintained
11481 F:      drivers/hid/uhid.c
11482 F:      include/uapi/linux/uhid.h
11483
11484 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11485 L:      linux-usb@vger.kernel.org
11486 S:      Orphan
11487 F:      drivers/uwb/
11488 F:      include/linux/uwb.h
11489 F:      include/linux/uwb/
11490
11491 UNICORE32 ARCHITECTURE:
11492 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
11493 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
11494 S:      Maintained
11495 T:      git git://github.com/gxt/linux.git
11496 F:      arch/unicore32/
11497
11498 UNIFDEF
11499 M:      Tony Finch <dot@dotat.at>
11500 W:      http://dotat.at/prog/unifdef
11501 S:      Maintained
11502 F:      scripts/unifdef.c
11503
11504 UNIFORM CDROM DRIVER
11505 M:      Jens Axboe <axboe@kernel.dk>
11506 W:      http://www.kernel.dk
11507 S:      Maintained
11508 F:      Documentation/cdrom/
11509 F:      drivers/cdrom/cdrom.c
11510 F:      include/linux/cdrom.h
11511 F:      include/uapi/linux/cdrom.h
11512
11513 UNISYS S-PAR DRIVERS
11514 M:      David Kershner <david.kershner@unisys.com>
11515 L:      sparmaintainer@unisys.com (Unisys internal)
11516 S:      Supported
11517 F:      drivers/staging/unisys/
11518
11519 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11520 M:      Vinayak Holikatti <vinholikatti@gmail.com>
11521 L:      linux-scsi@vger.kernel.org
11522 S:      Supported
11523 F:      Documentation/scsi/ufs.txt
11524 F:      drivers/scsi/ufs/
11525
11526 UNSORTED BLOCK IMAGES (UBI)
11527 M:      Artem Bityutskiy <dedekind1@gmail.com>
11528 M:      Richard Weinberger <richard@nod.at>
11529 W:      http://www.linux-mtd.infradead.org/
11530 L:      linux-mtd@lists.infradead.org
11531 T:      git git://git.infradead.org/ubifs-2.6.git
11532 S:      Supported
11533 F:      drivers/mtd/ubi/
11534 F:      include/linux/mtd/ubi.h
11535 F:      include/uapi/mtd/ubi-user.h
11536
11537 USB ACM DRIVER
11538 M:      Oliver Neukum <oneukum@suse.com>
11539 L:      linux-usb@vger.kernel.org
11540 S:      Maintained
11541 F:      Documentation/usb/acm.txt
11542 F:      drivers/usb/class/cdc-acm.*
11543
11544 USB AR5523 WIRELESS DRIVER
11545 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
11546 L:      linux-wireless@vger.kernel.org
11547 S:      Maintained
11548 F:      drivers/net/wireless/ath/ar5523/
11549
11550 USB ATTACHED SCSI
11551 M:      Hans de Goede <hdegoede@redhat.com>
11552 M:      Gerd Hoffmann <kraxel@redhat.com>
11553 L:      linux-usb@vger.kernel.org
11554 L:      linux-scsi@vger.kernel.org
11555 S:      Maintained
11556 F:      drivers/usb/storage/uas.c
11557
11558 USB CDC ETHERNET DRIVER
11559 M:      Oliver Neukum <oliver@neukum.org>
11560 L:      linux-usb@vger.kernel.org
11561 S:      Maintained
11562 F:      drivers/net/usb/cdc_*.c
11563 F:      include/uapi/linux/usb/cdc.h
11564
11565 USB CHAOSKEY DRIVER
11566 M:      Keith Packard <keithp@keithp.com>
11567 L:      linux-usb@vger.kernel.org
11568 S:      Maintained
11569 F:      drivers/usb/misc/chaoskey.c
11570
11571 USB CYPRESS C67X00 DRIVER
11572 M:      Peter Korsgaard <jacmet@sunsite.dk>
11573 L:      linux-usb@vger.kernel.org
11574 S:      Maintained
11575 F:      drivers/usb/c67x00/
11576
11577 USB DAVICOM DM9601 DRIVER
11578 M:      Peter Korsgaard <jacmet@sunsite.dk>
11579 L:      netdev@vger.kernel.org
11580 W:      http://www.linux-usb.org/usbnet
11581 S:      Maintained
11582 F:      drivers/net/usb/dm9601.c
11583
11584 USB DIAMOND RIO500 DRIVER
11585 M:      Cesar Miquel <miquel@df.uba.ar>
11586 L:      rio500-users@lists.sourceforge.net
11587 W:      http://rio500.sourceforge.net
11588 S:      Maintained
11589 F:      drivers/usb/misc/rio500*
11590
11591 USB EHCI DRIVER
11592 M:      Alan Stern <stern@rowland.harvard.edu>
11593 L:      linux-usb@vger.kernel.org
11594 S:      Maintained
11595 F:      Documentation/usb/ehci.txt
11596 F:      drivers/usb/host/ehci*
11597
11598 USB GADGET/PERIPHERAL SUBSYSTEM
11599 M:      Felipe Balbi <balbi@kernel.org>
11600 L:      linux-usb@vger.kernel.org
11601 W:      http://www.linux-usb.org/gadget
11602 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11603 S:      Maintained
11604 F:      drivers/usb/gadget/
11605 F:      include/linux/usb/gadget*
11606
11607 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11608 M:      Jiri Kosina <jikos@kernel.org>
11609 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
11610 L:      linux-usb@vger.kernel.org
11611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11612 S:      Maintained
11613 F:      Documentation/hid/hiddev.txt
11614 F:      drivers/hid/usbhid/
11615
11616 USB ISP116X DRIVER
11617 M:      Olav Kongas <ok@artecdesign.ee>
11618 L:      linux-usb@vger.kernel.org
11619 S:      Maintained
11620 F:      drivers/usb/host/isp116x*
11621 F:      include/linux/usb/isp116x.h
11622
11623 USB LAN78XX ETHERNET DRIVER
11624 M:      Woojung Huh <woojung.huh@microchip.com>
11625 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
11626 L:      netdev@vger.kernel.org
11627 S:      Maintained
11628 F:      drivers/net/usb/lan78xx.*
11629
11630 USB MASS STORAGE DRIVER
11631 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11632 L:      linux-usb@vger.kernel.org
11633 L:      usb-storage@lists.one-eyed-alien.net
11634 S:      Maintained
11635 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11636 F:      drivers/usb/storage/
11637
11638 USB MIDI DRIVER
11639 M:      Clemens Ladisch <clemens@ladisch.de>
11640 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11641 T:      git git://git.alsa-project.org/alsa-kernel.git
11642 S:      Maintained
11643 F:      sound/usb/midi.*
11644
11645 USB NETWORKING DRIVERS
11646 L:      linux-usb@vger.kernel.org
11647 S:      Odd Fixes
11648 F:      drivers/net/usb/
11649
11650 USB OHCI DRIVER
11651 M:      Alan Stern <stern@rowland.harvard.edu>
11652 L:      linux-usb@vger.kernel.org
11653 S:      Maintained
11654 F:      Documentation/usb/ohci.txt
11655 F:      drivers/usb/host/ohci*
11656
11657 USB OTG FSM (Finite State Machine)
11658 M:      Peter Chen <Peter.Chen@nxp.com>
11659 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11660 L:      linux-usb@vger.kernel.org
11661 S:      Maintained
11662 F:      drivers/usb/common/usb-otg-fsm.c
11663
11664 USB OVER IP DRIVER
11665 M:      Valentina Manea <valentina.manea.m@gmail.com>
11666 M:      Shuah Khan <shuah.kh@samsung.com>
11667 L:      linux-usb@vger.kernel.org
11668 S:      Maintained
11669 F:      Documentation/usb/usbip_protocol.txt
11670 F:      drivers/usb/usbip/
11671 F:      tools/usb/usbip/
11672
11673 USB PEGASUS DRIVER
11674 M:      Petko Manolov <petkan@nucleusys.com>
11675 L:      linux-usb@vger.kernel.org
11676 L:      netdev@vger.kernel.org
11677 T:      git git://github.com/petkan/pegasus.git
11678 W:      https://github.com/petkan/pegasus
11679 S:      Maintained
11680 F:      drivers/net/usb/pegasus.*
11681
11682 USB PHY LAYER
11683 M:      Felipe Balbi <balbi@kernel.org>
11684 L:      linux-usb@vger.kernel.org
11685 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11686 S:      Maintained
11687 F:      drivers/usb/phy/
11688
11689 USB PRINTER DRIVER (usblp)
11690 M:      Pete Zaitcev <zaitcev@redhat.com>
11691 L:      linux-usb@vger.kernel.org
11692 S:      Supported
11693 F:      drivers/usb/class/usblp.c
11694
11695 USB QMI WWAN NETWORK DRIVER
11696 M:      Bjørn Mork <bjorn@mork.no>
11697 L:      netdev@vger.kernel.org
11698 S:      Maintained
11699 F:      Documentation/ABI/testing/sysfs-class-net-qmi
11700 F:      drivers/net/usb/qmi_wwan.c
11701
11702 USB RTL8150 DRIVER
11703 M:      Petko Manolov <petkan@nucleusys.com>
11704 L:      linux-usb@vger.kernel.org
11705 L:      netdev@vger.kernel.org
11706 T:      git git://github.com/petkan/rtl8150.git
11707 W:      https://github.com/petkan/rtl8150
11708 S:      Maintained
11709 F:      drivers/net/usb/rtl8150.c
11710
11711 USB SERIAL SUBSYSTEM
11712 M:      Johan Hovold <johan@kernel.org>
11713 L:      linux-usb@vger.kernel.org
11714 S:      Maintained
11715 F:      Documentation/usb/usb-serial.txt
11716 F:      drivers/usb/serial/
11717 F:      include/linux/usb/serial.h
11718
11719 USB SMSC75XX ETHERNET DRIVER
11720 M:      Steve Glendinning <steve.glendinning@shawell.net>
11721 L:      netdev@vger.kernel.org
11722 S:      Maintained
11723 F:      drivers/net/usb/smsc75xx.*
11724
11725 USB SMSC95XX ETHERNET DRIVER
11726 M:      Steve Glendinning <steve.glendinning@shawell.net>
11727 L:      netdev@vger.kernel.org
11728 S:      Maintained
11729 F:      drivers/net/usb/smsc95xx.*
11730
11731 USB SUBSYSTEM
11732 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11733 L:      linux-usb@vger.kernel.org
11734 W:      http://www.linux-usb.org
11735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11736 S:      Supported
11737 F:      Documentation/usb/
11738 F:      drivers/usb/
11739 F:      include/linux/usb.h
11740 F:      include/linux/usb/
11741
11742 USB UHCI DRIVER
11743 M:      Alan Stern <stern@rowland.harvard.edu>
11744 L:      linux-usb@vger.kernel.org
11745 S:      Maintained
11746 F:      drivers/usb/host/uhci*
11747
11748 USB "USBNET" DRIVER FRAMEWORK
11749 M:      Oliver Neukum <oneukum@suse.com>
11750 L:      netdev@vger.kernel.org
11751 W:      http://www.linux-usb.org/usbnet
11752 S:      Maintained
11753 F:      drivers/net/usb/usbnet.c
11754 F:      include/linux/usb/usbnet.h
11755
11756 USB VIDEO CLASS
11757 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11758 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11759 L:      linux-media@vger.kernel.org
11760 T:      git git://linuxtv.org/media_tree.git
11761 W:      http://www.ideasonboard.org/uvc/
11762 S:      Maintained
11763 F:      drivers/media/usb/uvc/
11764 F:      include/uapi/linux/uvcvideo.h
11765
11766 USB VISION DRIVER
11767 M:      Hans Verkuil <hverkuil@xs4all.nl>
11768 L:      linux-media@vger.kernel.org
11769 T:      git git://linuxtv.org/media_tree.git
11770 W:      https://linuxtv.org
11771 S:      Odd Fixes
11772 F:      drivers/media/usb/usbvision/
11773
11774 USB WEBCAM GADGET
11775 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11776 L:      linux-usb@vger.kernel.org
11777 S:      Maintained
11778 F:      drivers/usb/gadget/function/*uvc*
11779 F:      drivers/usb/gadget/legacy/webcam.c
11780
11781 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11782 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11783 L:      linux-wireless@vger.kernel.org
11784 S:      Maintained
11785 F:      drivers/net/wireless/rndis_wlan.c
11786
11787 USB XHCI DRIVER
11788 M:      Mathias Nyman <mathias.nyman@intel.com>
11789 L:      linux-usb@vger.kernel.org
11790 S:      Supported
11791 F:      drivers/usb/host/xhci*
11792 F:      drivers/usb/host/pci-quirks*
11793
11794 USB ZD1201 DRIVER
11795 L:      linux-wireless@vger.kernel.org
11796 W:      http://linux-lc100020.sourceforge.net
11797 S:      Orphan
11798 F:      drivers/net/wireless/zydas/zd1201.*
11799
11800 USB ZR364XX DRIVER
11801 M:      Antoine Jacquet <royale@zerezo.com>
11802 L:      linux-usb@vger.kernel.org
11803 L:      linux-media@vger.kernel.org
11804 T:      git git://linuxtv.org/media_tree.git
11805 W:      http://royale.zerezo.com/zr364xx/
11806 S:      Maintained
11807 F:      Documentation/video4linux/zr364xx.txt
11808 F:      drivers/media/usb/zr364xx/
11809
11810 ULPI BUS
11811 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11812 L:      linux-usb@vger.kernel.org
11813 S:      Maintained
11814 F:      drivers/usb/common/ulpi.c
11815 F:      include/linux/ulpi/
11816
11817 USER-MODE LINUX (UML)
11818 M:      Jeff Dike <jdike@addtoit.com>
11819 M:      Richard Weinberger <richard@nod.at>
11820 L:      user-mode-linux-devel@lists.sourceforge.net
11821 L:      user-mode-linux-user@lists.sourceforge.net
11822 W:      http://user-mode-linux.sourceforge.net
11823 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
11824 S:      Maintained
11825 F:      Documentation/virtual/uml/
11826 F:      arch/um/
11827 F:      arch/x86/um/
11828 F:      fs/hostfs/
11829 F:      fs/hppfs/
11830
11831 USERSPACE I/O (UIO)
11832 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11833 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11834 S:      Maintained
11835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11836 F:      Documentation/DocBook/uio-howto.tmpl
11837 F:      drivers/uio/
11838 F:      include/linux/uio*.h
11839
11840 UTIL-LINUX PACKAGE
11841 M:      Karel Zak <kzak@redhat.com>
11842 L:      util-linux@vger.kernel.org
11843 W:      http://en.wikipedia.org/wiki/Util-linux
11844 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11845 S:      Maintained
11846
11847 UVESAFB DRIVER
11848 M:      Michal Januszewski <spock@gentoo.org>
11849 L:      linux-fbdev@vger.kernel.org
11850 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11851 S:      Maintained
11852 F:      Documentation/fb/uvesafb.txt
11853 F:      drivers/video/fbdev/uvesafb.*
11854
11855 VF610 NAND DRIVER
11856 M:      Stefan Agner <stefan@agner.ch>
11857 L:      linux-mtd@lists.infradead.org
11858 S:      Supported
11859 F:      drivers/mtd/nand/vf610_nfc.c
11860
11861 VFAT/FAT/MSDOS FILESYSTEM
11862 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11863 S:      Maintained
11864 F:      Documentation/filesystems/vfat.txt
11865 F:      fs/fat/
11866
11867 VFIO DRIVER
11868 M:      Alex Williamson <alex.williamson@redhat.com>
11869 L:      kvm@vger.kernel.org
11870 T:      git git://github.com/awilliam/linux-vfio.git
11871 S:      Maintained
11872 F:      Documentation/vfio.txt
11873 F:      drivers/vfio/
11874 F:      include/linux/vfio.h
11875 F:      include/uapi/linux/vfio.h
11876
11877 VFIO PLATFORM DRIVER
11878 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11879 L:      kvm@vger.kernel.org
11880 S:      Maintained
11881 F:      drivers/vfio/platform/
11882
11883 VIDEOBUF2 FRAMEWORK
11884 M:      Pawel Osciak <pawel@osciak.com>
11885 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11886 M:      Kyungmin Park <kyungmin.park@samsung.com>
11887 L:      linux-media@vger.kernel.org
11888 S:      Maintained
11889 F:      drivers/media/v4l2-core/videobuf2-*
11890 F:      include/media/videobuf2-*
11891
11892 VIRTUAL SERIO DEVICE DRIVER
11893 M:      Stephen Chandler Paul <thatslyude@gmail.com>
11894 S:      Maintained
11895 F:      drivers/input/serio/userio.c
11896 F:      include/uapi/linux/userio.h
11897
11898 VIRTIO CONSOLE DRIVER
11899 M:      Amit Shah <amit.shah@redhat.com>
11900 L:      virtualization@lists.linux-foundation.org
11901 S:      Maintained
11902 F:      drivers/char/virtio_console.c
11903 F:      include/linux/virtio_console.h
11904 F:      include/uapi/linux/virtio_console.h
11905
11906 VIRTIO CORE, NET AND BLOCK DRIVERS
11907 M:      "Michael S. Tsirkin" <mst@redhat.com>
11908 L:      virtualization@lists.linux-foundation.org
11909 S:      Maintained
11910 F:      drivers/virtio/
11911 F:      tools/virtio/
11912 F:      drivers/net/virtio_net.c
11913 F:      drivers/block/virtio_blk.c
11914 F:      include/linux/virtio_*.h
11915 F:      include/uapi/linux/virtio_*.h
11916
11917 VIRTIO DRIVERS FOR S390
11918 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11919 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11920 L:      linux-s390@vger.kernel.org
11921 L:      virtualization@lists.linux-foundation.org
11922 L:      kvm@vger.kernel.org
11923 S:      Supported
11924 F:      drivers/s390/virtio/
11925
11926 VIRTIO GPU DRIVER
11927 M:      David Airlie <airlied@linux.ie>
11928 M:      Gerd Hoffmann <kraxel@redhat.com>
11929 L:      dri-devel@lists.freedesktop.org
11930 L:      virtualization@lists.linux-foundation.org
11931 S:      Maintained
11932 F:      drivers/gpu/drm/virtio/
11933 F:      include/uapi/linux/virtio_gpu.h
11934
11935 VIRTIO HOST (VHOST)
11936 M:      "Michael S. Tsirkin" <mst@redhat.com>
11937 L:      kvm@vger.kernel.org
11938 L:      virtualization@lists.linux-foundation.org
11939 L:      netdev@vger.kernel.org
11940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
11941 S:      Maintained
11942 F:      drivers/vhost/
11943 F:      include/uapi/linux/vhost.h
11944
11945 VIRTIO INPUT DRIVER
11946 M:      Gerd Hoffmann <kraxel@redhat.com>
11947 S:      Maintained
11948 F:      drivers/virtio/virtio_input.c
11949 F:      include/uapi/linux/virtio_input.h
11950
11951 VIA RHINE NETWORK DRIVER
11952 S:      Orphan
11953 F:      drivers/net/ethernet/via/via-rhine.c
11954
11955 VIA SD/MMC CARD CONTROLLER DRIVER
11956 M:      Bruce Chang <brucechang@via.com.tw>
11957 M:      Harald Welte <HaraldWelte@viatech.com>
11958 S:      Maintained
11959 F:      drivers/mmc/host/via-sdmmc.c
11960
11961 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11962 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11963 L:      linux-fbdev@vger.kernel.org
11964 S:      Maintained
11965 F:      include/linux/via-core.h
11966 F:      include/linux/via-gpio.h
11967 F:      include/linux/via_i2c.h
11968 F:      drivers/video/fbdev/via/
11969
11970 VIA VELOCITY NETWORK DRIVER
11971 M:      Francois Romieu <romieu@fr.zoreil.com>
11972 L:      netdev@vger.kernel.org
11973 S:      Maintained
11974 F:      drivers/net/ethernet/via/via-velocity.*
11975
11976 VIRT LIB
11977 M:      Alex Williamson <alex.williamson@redhat.com>
11978 M:      Paolo Bonzini <pbonzini@redhat.com>
11979 L:      kvm@vger.kernel.org
11980 S:      Supported
11981 F:      virt/lib/
11982
11983 VIVID VIRTUAL VIDEO DRIVER
11984 M:      Hans Verkuil <hverkuil@xs4all.nl>
11985 L:      linux-media@vger.kernel.org
11986 T:      git git://linuxtv.org/media_tree.git
11987 W:      https://linuxtv.org
11988 S:      Maintained
11989 F:      drivers/media/platform/vivid/*
11990
11991 VLAN (802.1Q)
11992 M:      Patrick McHardy <kaber@trash.net>
11993 L:      netdev@vger.kernel.org
11994 S:      Maintained
11995 F:      drivers/net/macvlan.c
11996 F:      include/linux/if_*vlan.h
11997 F:      net/8021q/
11998
11999 VLYNQ BUS
12000 M:      Florian Fainelli <florian@openwrt.org>
12001 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
12002 S:      Maintained
12003 F:      drivers/vlynq/vlynq.c
12004 F:      include/linux/vlynq.h
12005
12006 VME SUBSYSTEM
12007 M:      Martyn Welch <martyn@welchs.me.uk>
12008 M:      Manohar Vanga <manohar.vanga@gmail.com>
12009 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12010 L:      devel@driverdev.osuosl.org
12011 S:      Maintained
12012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12013 F:      Documentation/vme_api.txt
12014 F:      drivers/staging/vme/
12015 F:      drivers/vme/
12016 F:      include/linux/vme*
12017
12018 VMWARE HYPERVISOR INTERFACE
12019 M:      Alok Kataria <akataria@vmware.com>
12020 L:      virtualization@lists.linux-foundation.org
12021 S:      Supported
12022 F:      arch/x86/kernel/cpu/vmware.c
12023
12024 VMWARE BALLOON DRIVER
12025 M:      Xavier Deguillard <xdeguillard@vmware.com>
12026 M:      Philip Moltmann <moltmann@vmware.com>
12027 M:      "VMware, Inc." <pv-drivers@vmware.com>
12028 L:      linux-kernel@vger.kernel.org
12029 S:      Maintained
12030 F:      drivers/misc/vmw_balloon.c
12031
12032 VMWARE VMMOUSE SUBDRIVER
12033 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12034 M:      "VMware, Inc." <pv-drivers@vmware.com>
12035 L:      linux-input@vger.kernel.org
12036 S:      Maintained
12037 F:      drivers/input/mouse/vmmouse.c
12038 F:      drivers/input/mouse/vmmouse.h
12039
12040 VMWARE VMXNET3 ETHERNET DRIVER
12041 M:      Shrikrishna Khare <skhare@vmware.com>
12042 M:      "VMware, Inc." <pv-drivers@vmware.com>
12043 L:      netdev@vger.kernel.org
12044 S:      Maintained
12045 F:      drivers/net/vmxnet3/
12046
12047 VMware PVSCSI driver
12048 M:      Arvind Kumar <arvindkumar@vmware.com>
12049 M:      VMware PV-Drivers <pv-drivers@vmware.com>
12050 L:      linux-scsi@vger.kernel.org
12051 S:      Maintained
12052 F:      drivers/scsi/vmw_pvscsi.c
12053 F:      drivers/scsi/vmw_pvscsi.h
12054
12055 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12056 M:      Liam Girdwood <lgirdwood@gmail.com>
12057 M:      Mark Brown <broonie@kernel.org>
12058 L:      linux-kernel@vger.kernel.org
12059 W:      http://www.slimlogic.co.uk/?p=48
12060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12061 S:      Supported
12062 F:      Documentation/devicetree/bindings/regulator/
12063 F:      drivers/regulator/
12064 F:      include/dt-bindings/regulator/
12065 F:      include/linux/regulator/
12066
12067 VRF
12068 M:      David Ahern <dsa@cumulusnetworks.com>
12069 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
12070 L:      netdev@vger.kernel.org
12071 S:      Maintained
12072 F:      drivers/net/vrf.c
12073 F:      Documentation/networking/vrf.txt
12074
12075 VT1211 HARDWARE MONITOR DRIVER
12076 M:      Juerg Haefliger <juergh@gmail.com>
12077 L:      linux-hwmon@vger.kernel.org
12078 S:      Maintained
12079 F:      Documentation/hwmon/vt1211
12080 F:      drivers/hwmon/vt1211.c
12081
12082 VT8231 HARDWARE MONITOR DRIVER
12083 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
12084 L:      linux-hwmon@vger.kernel.org
12085 S:      Maintained
12086 F:      drivers/hwmon/vt8231.c
12087
12088 VUB300 USB to SDIO/SD/MMC bridge chip
12089 M:      Tony Olech <tony.olech@elandigitalsystems.com>
12090 L:      linux-mmc@vger.kernel.org
12091 L:      linux-usb@vger.kernel.org
12092 S:      Supported
12093 F:      drivers/mmc/host/vub300.c
12094
12095 W1 DALLAS'S 1-WIRE BUS
12096 M:      Evgeniy Polyakov <zbr@ioremap.net>
12097 S:      Maintained
12098 F:      Documentation/w1/
12099 F:      drivers/w1/
12100
12101 W83791D HARDWARE MONITORING DRIVER
12102 M:      Marc Hulsman <m.hulsman@tudelft.nl>
12103 L:      linux-hwmon@vger.kernel.org
12104 S:      Maintained
12105 F:      Documentation/hwmon/w83791d
12106 F:      drivers/hwmon/w83791d.c
12107
12108 W83793 HARDWARE MONITORING DRIVER
12109 M:      Rudolf Marek <r.marek@assembler.cz>
12110 L:      linux-hwmon@vger.kernel.org
12111 S:      Maintained
12112 F:      Documentation/hwmon/w83793
12113 F:      drivers/hwmon/w83793.c
12114
12115 W83795 HARDWARE MONITORING DRIVER
12116 M:      Jean Delvare <jdelvare@suse.com>
12117 L:      linux-hwmon@vger.kernel.org
12118 S:      Maintained
12119 F:      drivers/hwmon/w83795.c
12120
12121 W83L51xD SD/MMC CARD INTERFACE DRIVER
12122 M:      Pierre Ossman <pierre@ossman.eu>
12123 S:      Maintained
12124 F:      drivers/mmc/host/wbsd.*
12125
12126 WACOM PROTOCOL 4 SERIAL TABLETS
12127 M:      Julian Squires <julian@cipht.net>
12128 M:      Hans de Goede <hdegoede@redhat.com>
12129 L:      linux-input@vger.kernel.org
12130 S:      Maintained
12131 F:      drivers/input/tablet/wacom_serial4.c
12132
12133 WATCHDOG DEVICE DRIVERS
12134 M:      Wim Van Sebroeck <wim@iguana.be>
12135 R:      Guenter Roeck <linux@roeck-us.net>
12136 L:      linux-watchdog@vger.kernel.org
12137 W:      http://www.linux-watchdog.org/
12138 T:      git git://www.linux-watchdog.org/linux-watchdog.git
12139 S:      Maintained
12140 F:      Documentation/watchdog/
12141 F:      drivers/watchdog/
12142 F:      include/linux/watchdog.h
12143 F:      include/uapi/linux/watchdog.h
12144
12145 WD7000 SCSI DRIVER
12146 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
12147 L:      linux-scsi@vger.kernel.org
12148 S:      Maintained
12149 F:      drivers/scsi/wd7000.c
12150
12151 WIIMOTE HID DRIVER
12152 M:      David Herrmann <dh.herrmann@googlemail.com>
12153 L:      linux-input@vger.kernel.org
12154 S:      Maintained
12155 F:      drivers/hid/hid-wiimote*
12156
12157 WINBOND CIR DRIVER
12158 M:      David Härdeman <david@hardeman.nu>
12159 S:      Maintained
12160 F:      drivers/media/rc/winbond-cir.c
12161
12162 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
12163 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12164 L:      linux-watchdog@vger.kernel.org
12165 S:      Maintained
12166 F:      drivers/watchdog/ebc-c384_wdt.c
12167
12168 WINSYSTEMS WS16C48 GPIO DRIVER
12169 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12170 L:      linux-gpio@vger.kernel.org
12171 S:      Maintained
12172 F:      drivers/gpio/gpio-ws16c48.c
12173
12174 WIMAX STACK
12175 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
12176 M:      linux-wimax@intel.com
12177 L:      wimax@linuxwimax.org (subscribers-only)
12178 S:      Supported
12179 W:      http://linuxwimax.org
12180 F:      Documentation/wimax/README.wimax
12181 F:      include/linux/wimax/debug.h
12182 F:      include/net/wimax.h
12183 F:      include/uapi/linux/wimax.h
12184 F:      net/wimax/
12185
12186 WISTRON LAPTOP BUTTON DRIVER
12187 M:      Miloslav Trmac <mitr@volny.cz>
12188 S:      Maintained
12189 F:      drivers/input/misc/wistron_btns.c
12190
12191 WL3501 WIRELESS PCMCIA CARD DRIVER
12192 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
12193 L:      linux-wireless@vger.kernel.org
12194 W:      http://oops.ghostprotocols.net:81/blog
12195 S:      Maintained
12196 F:      drivers/net/wireless/wl3501*
12197
12198 WOLFSON MICROELECTRONICS DRIVERS
12199 L:      patches@opensource.wolfsonmicro.com
12200 T:      git https://github.com/CirrusLogic/linux-drivers.git
12201 W:      https://github.com/CirrusLogic/linux-drivers/wiki
12202 S:      Supported
12203 F:      Documentation/hwmon/wm83??
12204 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12205 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12206 F:      Documentation/devicetree/bindings/mfd/arizona.txt
12207 F:      arch/arm/mach-s3c64xx/mach-crag6410*
12208 F:      drivers/clk/clk-wm83*.c
12209 F:      drivers/extcon/extcon-arizona.c
12210 F:      drivers/leds/leds-wm83*.c
12211 F:      drivers/gpio/gpio-*wm*.c
12212 F:      drivers/gpio/gpio-arizona.c
12213 F:      drivers/hwmon/wm83??-hwmon.c
12214 F:      drivers/input/misc/wm831x-on.c
12215 F:      drivers/input/touchscreen/wm831x-ts.c
12216 F:      drivers/input/touchscreen/wm97*.c
12217 F:      drivers/mfd/arizona*
12218 F:      drivers/mfd/wm*.c
12219 F:      drivers/mfd/cs47l24*
12220 F:      drivers/power/wm83*.c
12221 F:      drivers/rtc/rtc-wm83*.c
12222 F:      drivers/regulator/wm8*.c
12223 F:      drivers/video/backlight/wm83*_bl.c
12224 F:      drivers/watchdog/wm83*_wdt.c
12225 F:      include/linux/mfd/arizona/
12226 F:      include/linux/mfd/wm831x/
12227 F:      include/linux/mfd/wm8350/
12228 F:      include/linux/mfd/wm8400*
12229 F:      include/linux/wm97xx.h
12230 F:      include/sound/wm????.h
12231 F:      sound/soc/codecs/arizona.?
12232 F:      sound/soc/codecs/wm*
12233 F:      sound/soc/codecs/cs47l24*
12234
12235 WORKQUEUE
12236 M:      Tejun Heo <tj@kernel.org>
12237 R:      Lai Jiangshan <jiangshanlai@gmail.com>
12238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12239 S:      Maintained
12240 F:      include/linux/workqueue.h
12241 F:      kernel/workqueue.c
12242 F:      Documentation/workqueue.txt
12243
12244 X.25 NETWORK LAYER
12245 M:      Andrew Hendry <andrew.hendry@gmail.com>
12246 L:      linux-x25@vger.kernel.org
12247 S:      Odd Fixes
12248 F:      Documentation/networking/x25*
12249 F:      include/net/x25*
12250 F:      net/x25/
12251
12252 X86 ARCHITECTURE (32-BIT AND 64-BIT)
12253 M:      Thomas Gleixner <tglx@linutronix.de>
12254 M:      Ingo Molnar <mingo@redhat.com>
12255 M:      "H. Peter Anvin" <hpa@zytor.com>
12256 M:      x86@kernel.org
12257 L:      linux-kernel@vger.kernel.org
12258 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
12259 S:      Maintained
12260 F:      Documentation/x86/
12261 F:      arch/x86/
12262
12263 X86 PLATFORM DRIVERS
12264 M:      Darren Hart <dvhart@infradead.org>
12265 L:      platform-driver-x86@vger.kernel.org
12266 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12267 S:      Maintained
12268 F:      drivers/platform/x86/
12269 F:      drivers/platform/olpc/
12270
12271 X86 MCE INFRASTRUCTURE
12272 M:      Tony Luck <tony.luck@intel.com>
12273 M:      Borislav Petkov <bp@alien8.de>
12274 L:      linux-edac@vger.kernel.org
12275 S:      Maintained
12276 F:      arch/x86/kernel/cpu/mcheck/*
12277
12278 X86 MICROCODE UPDATE SUPPORT
12279 M:      Borislav Petkov <bp@alien8.de>
12280 S:      Maintained
12281 F:      arch/x86/kernel/cpu/microcode/*
12282
12283 X86 VDSO
12284 M:      Andy Lutomirski <luto@amacapital.net>
12285 L:      linux-kernel@vger.kernel.org
12286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12287 S:      Maintained
12288 F:      arch/x86/entry/vdso/
12289
12290 XC2028/3028 TUNER DRIVER
12291 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
12292 L:      linux-media@vger.kernel.org
12293 W:      https://linuxtv.org
12294 T:      git git://linuxtv.org/media_tree.git
12295 S:      Maintained
12296 F:      drivers/media/tuners/tuner-xc2028.*
12297
12298 XEN HYPERVISOR INTERFACE
12299 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
12300 M:      David Vrabel <david.vrabel@citrix.com>
12301 M:      Juergen Gross <jgross@suse.com>
12302 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12304 S:      Supported
12305 F:      arch/x86/xen/
12306 F:      drivers/*/xen-*front.c
12307 F:      drivers/xen/
12308 F:      arch/x86/include/asm/xen/
12309 F:      include/xen/
12310 F:      include/uapi/xen/
12311
12312 XEN HYPERVISOR ARM
12313 M:      Stefano Stabellini <sstabellini@kernel.org>
12314 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12315 S:      Maintained
12316 F:      arch/arm/xen/
12317 F:      arch/arm/include/asm/xen/
12318
12319 XEN HYPERVISOR ARM64
12320 M:      Stefano Stabellini <sstabellini@kernel.org>
12321 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12322 S:      Maintained
12323 F:      arch/arm64/xen/
12324 F:      arch/arm64/include/asm/xen/
12325
12326 XEN NETWORK BACKEND DRIVER
12327 M:      Wei Liu <wei.liu2@citrix.com>
12328 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12329 L:      netdev@vger.kernel.org
12330 S:      Supported
12331 F:      drivers/net/xen-netback/*
12332
12333 XEN PCI SUBSYSTEM
12334 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12335 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12336 S:      Supported
12337 F:      arch/x86/pci/*xen*
12338 F:      drivers/pci/*xen*
12339
12340 XEN BLOCK SUBSYSTEM
12341 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12342 M:      Roger Pau Monné <roger.pau@citrix.com>
12343 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12344 S:      Supported
12345 F:      drivers/block/xen-blkback/*
12346 F:      drivers/block/xen*
12347
12348 XEN PVSCSI DRIVERS
12349 M:      Juergen Gross <jgross@suse.com>
12350 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12351 L:      linux-scsi@vger.kernel.org
12352 S:      Supported
12353 F:      drivers/scsi/xen-scsifront.c
12354 F:      drivers/xen/xen-scsiback.c
12355 F:      include/xen/interface/io/vscsiif.h
12356
12357 XEN SWIOTLB SUBSYSTEM
12358 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12359 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12360 S:      Supported
12361 F:      arch/x86/xen/*swiotlb*
12362 F:      drivers/xen/*swiotlb*
12363
12364 XFS FILESYSTEM
12365 P:      Silicon Graphics Inc
12366 M:      Dave Chinner <david@fromorbit.com>
12367 M:      xfs@oss.sgi.com
12368 L:      xfs@oss.sgi.com
12369 W:      http://oss.sgi.com/projects/xfs
12370 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12371 S:      Supported
12372 F:      Documentation/filesystems/xfs.txt
12373 F:      fs/xfs/
12374
12375 XILINX AXI ETHERNET DRIVER
12376 M:      Anirudha Sarangi <anirudh@xilinx.com>
12377 M:      John Linn <John.Linn@xilinx.com>
12378 S:      Maintained
12379 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
12380
12381 XILINX UARTLITE SERIAL DRIVER
12382 M:      Peter Korsgaard <jacmet@sunsite.dk>
12383 L:      linux-serial@vger.kernel.org
12384 S:      Maintained
12385 F:      drivers/tty/serial/uartlite.c
12386
12387 XILINX VIDEO IP CORES
12388 M:      Hyun Kwon <hyun.kwon@xilinx.com>
12389 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12390 L:      linux-media@vger.kernel.org
12391 T:      git git://linuxtv.org/media_tree.git
12392 S:      Supported
12393 F:      Documentation/devicetree/bindings/media/xilinx/
12394 F:      drivers/media/platform/xilinx/
12395 F:      include/uapi/linux/xilinx-v4l2-controls.h
12396
12397 XILLYBUS DRIVER
12398 M:      Eli Billauer <eli.billauer@gmail.com>
12399 L:      linux-kernel@vger.kernel.org
12400 S:      Supported
12401 F:      drivers/char/xillybus/
12402
12403 XTENSA XTFPGA PLATFORM SUPPORT
12404 M:      Max Filippov <jcmvbkbc@gmail.com>
12405 L:      linux-xtensa@linux-xtensa.org
12406 S:      Maintained
12407 F:      drivers/spi/spi-xtensa-xtfpga.c
12408 F:      sound/soc/xtensa/xtfpga-i2s.c
12409
12410 YAM DRIVER FOR AX.25
12411 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
12412 L:      linux-hams@vger.kernel.org
12413 S:      Maintained
12414 F:      drivers/net/hamradio/yam*
12415 F:      include/linux/yam.h
12416
12417 YEALINK PHONE DRIVER
12418 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
12419 L:      usbb2k-api-dev@nongnu.org
12420 S:      Maintained
12421 F:      Documentation/input/yealink.txt
12422 F:      drivers/input/misc/yealink.*
12423
12424 Z8530 DRIVER FOR AX.25
12425 M:      Joerg Reuter <jreuter@yaina.de>
12426 W:      http://yaina.de/jreuter/
12427 W:      http://www.qsl.net/dl1bke/
12428 L:      linux-hams@vger.kernel.org
12429 S:      Maintained
12430 F:      Documentation/networking/z8530drv.txt
12431 F:      drivers/net/hamradio/*scc.c
12432 F:      drivers/net/hamradio/z8530.h
12433
12434 ZBUD COMPRESSED PAGE ALLOCATOR
12435 M:      Seth Jennings <sjenning@redhat.com>
12436 L:      linux-mm@kvack.org
12437 S:      Maintained
12438 F:      mm/zbud.c
12439 F:      include/linux/zbud.h
12440
12441 ZD1211RW WIRELESS DRIVER
12442 M:      Daniel Drake <dsd@gentoo.org>
12443 M:      Ulrich Kunitz <kune@deine-taler.de>
12444 W:      http://zd1211.ath.cx/wiki/DriverRewrite
12445 L:      linux-wireless@vger.kernel.org
12446 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
12447 S:      Maintained
12448 F:      drivers/net/wireless/zydas/zd1211rw/
12449
12450 ZPOOL COMPRESSED PAGE STORAGE API
12451 M:      Dan Streetman <ddstreet@ieee.org>
12452 L:      linux-mm@kvack.org
12453 S:      Maintained
12454 F:      mm/zpool.c
12455 F:      include/linux/zpool.h
12456
12457 ZR36067 VIDEO FOR LINUX DRIVER
12458 L:      mjpeg-users@lists.sourceforge.net
12459 L:      linux-media@vger.kernel.org
12460 W:      http://mjpeg.sourceforge.net/driver-zoran/
12461 T:      hg https://linuxtv.org/hg/v4l-dvb
12462 S:      Odd Fixes
12463 F:      drivers/media/pci/zoran/
12464
12465 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12466 M:      Minchan Kim <minchan@kernel.org>
12467 M:      Nitin Gupta <ngupta@vflare.org>
12468 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12469 L:      linux-kernel@vger.kernel.org
12470 S:      Maintained
12471 F:      drivers/block/zram/
12472 F:      Documentation/blockdev/zram.txt
12473
12474 ZS DECSTATION Z85C30 SERIAL DRIVER
12475 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12476 S:      Maintained
12477 F:      drivers/tty/serial/zs.*
12478
12479 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12480 M:      Minchan Kim <minchan@kernel.org>
12481 M:      Nitin Gupta <ngupta@vflare.org>
12482 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12483 L:      linux-mm@kvack.org
12484 S:      Maintained
12485 F:      mm/zsmalloc.c
12486 F:      include/linux/zsmalloc.h
12487 F:      Documentation/vm/zsmalloc.txt
12488
12489 ZSWAP COMPRESSED SWAP CACHING
12490 M:      Seth Jennings <sjenning@redhat.com>
12491 L:      linux-mm@kvack.org
12492 S:      Maintained
12493 F:      mm/zswap.c
12494
12495 THE REST
12496 M:      Linus Torvalds <torvalds@linux-foundation.org>
12497 L:      linux-kernel@vger.kernel.org
12498 Q:      http://patchwork.kernel.org/project/LKML/list/
12499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12500 S:      Buried alive in reporters
12501 F:      *
12502 F:      */