Merge branch 'i2c/for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
[cascardo/linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <aar@pengutronix.de>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      netdev@vger.kernel.org
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <ericvh@gmail.com>
191 M:      Ron Minnich <rminnich@sandia.gov>
192 M:      Latchesar Ionkov <lucho@ionkov.net>
193 L:      v9fs-developer@lists.sourceforge.net
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <crope@iki.fi>
208 L:      linux-media@vger.kernel.org
209 W:      https://linuxtv.org
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L:      linux-scsi@vger.kernel.org
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      linux-api@vger.kernel.org
226 F:      include/linux/syscalls.h
227 F:      kernel/sys_ni.c
228
229 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
230 M:      Hans de Goede <hdegoede@redhat.com>
231 L:      linux-hwmon@vger.kernel.org
232 S:      Maintained
233 F:      drivers/hwmon/abituguru.c
234
235 ABIT UGURU 3 HARDWARE MONITOR DRIVER
236 M:      Alistair John Strachan <alistair@devzero.co.uk>
237 L:      linux-hwmon@vger.kernel.org
238 S:      Maintained
239 F:      drivers/hwmon/abituguru3.c
240
241 ACCES 104-DIO-48E GPIO DRIVER
242 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
243 L:      linux-gpio@vger.kernel.org
244 S:      Maintained
245 F:      drivers/gpio/gpio-104-dio-48e.c
246
247 ACCES 104-IDI-48 GPIO DRIVER
248 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
249 L:      linux-gpio@vger.kernel.org
250 S:      Maintained
251 F:      drivers/gpio/gpio-104-idi-48.c
252
253 ACCES 104-IDIO-16 GPIO DRIVER
254 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
255 L:      linux-gpio@vger.kernel.org
256 S:      Maintained
257 F:      drivers/gpio/gpio-104-idio-16.c
258
259 ACENIC DRIVER
260 M:      Jes Sorensen <jes@trained-monkey.org>
261 L:      linux-acenic@sunsite.dk
262 S:      Maintained
263 F:      drivers/net/ethernet/alteon/acenic*
264
265 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
266 M:      Peter Feuerer <peter@piie.net>
267 L:      platform-driver-x86@vger.kernel.org
268 W:      http://piie.net/?section=acerhdf
269 S:      Maintained
270 F:      drivers/platform/x86/acerhdf.c
271
272 ACER WMI LAPTOP EXTRAS
273 M:      "Lee, Chun-Yi" <jlee@suse.com>
274 L:      platform-driver-x86@vger.kernel.org
275 S:      Maintained
276 F:      drivers/platform/x86/acer-wmi.c
277
278 ACPI
279 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
280 M:      Len Brown <lenb@kernel.org>
281 L:      linux-acpi@vger.kernel.org
282 W:      https://01.org/linux-acpi
283 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
285 S:      Supported
286 F:      drivers/acpi/
287 F:      drivers/pnp/pnpacpi/
288 F:      include/linux/acpi.h
289 F:      include/acpi/
290 F:      Documentation/acpi/
291 F:      Documentation/ABI/testing/sysfs-bus-acpi
292 F:      drivers/pci/*acpi*
293 F:      drivers/pci/*/*acpi*
294 F:      drivers/pci/*/*/*acpi*
295 F:      tools/power/acpi/
296
297 ACPI COMPONENT ARCHITECTURE (ACPICA)
298 M:      Robert Moore <robert.moore@intel.com>
299 M:      Lv Zheng <lv.zheng@intel.com>
300 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
301 L:      linux-acpi@vger.kernel.org
302 L:      devel@acpica.org
303 W:      https://acpica.org/
304 W:      https://github.com/acpica/acpica/
305 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
307 S:      Supported
308 F:      drivers/acpi/acpica/
309 F:      include/acpi/
310 F:      tools/power/acpi/
311
312 ACPI FAN DRIVER
313 M:      Zhang Rui <rui.zhang@intel.com>
314 L:      linux-acpi@vger.kernel.org
315 W:      https://01.org/linux-acpi
316 S:      Supported
317 F:      drivers/acpi/fan.c
318
319 ACPI THERMAL DRIVER
320 M:      Zhang Rui <rui.zhang@intel.com>
321 L:      linux-acpi@vger.kernel.org
322 W:      https://01.org/linux-acpi
323 S:      Supported
324 F:      drivers/acpi/*thermal*
325
326 ACPI VIDEO DRIVER
327 M:      Zhang Rui <rui.zhang@intel.com>
328 L:      linux-acpi@vger.kernel.org
329 W:      https://01.org/linux-acpi
330 S:      Supported
331 F:      drivers/acpi/acpi_video.c
332
333 ACPI WMI DRIVER
334 L:      platform-driver-x86@vger.kernel.org
335 S:      Orphan
336 F:      drivers/platform/x86/wmi.c
337
338 AD1889 ALSA SOUND DRIVER
339 M:      Thibaut Varene <T-Bone@parisc-linux.org>
340 W:      http://wiki.parisc-linux.org/AD1889
341 L:      linux-parisc@vger.kernel.org
342 S:      Maintained
343 F:      sound/pci/ad1889.*
344
345 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
346 M:      Michael Hennerich <michael.hennerich@analog.com>
347 W:      http://wiki.analog.com/AD5254
348 W:      http://ez.analog.com/community/linux-device-drivers
349 S:      Supported
350 F:      drivers/misc/ad525x_dpot.c
351
352 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
353 M:      Michael Hennerich <michael.hennerich@analog.com>
354 W:      http://wiki.analog.com/AD5398
355 W:      http://ez.analog.com/community/linux-device-drivers
356 S:      Supported
357 F:      drivers/regulator/ad5398.c
358
359 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
360 M:      Michael Hennerich <michael.hennerich@analog.com>
361 W:      http://wiki.analog.com/AD7142
362 W:      http://ez.analog.com/community/linux-device-drivers
363 S:      Supported
364 F:      drivers/input/misc/ad714x.c
365
366 AD7877 TOUCHSCREEN DRIVER
367 M:      Michael Hennerich <michael.hennerich@analog.com>
368 W:      http://wiki.analog.com/AD7877
369 W:      http://ez.analog.com/community/linux-device-drivers
370 S:      Supported
371 F:      drivers/input/touchscreen/ad7877.c
372
373 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
374 M:      Michael Hennerich <michael.hennerich@analog.com>
375 W:      http://wiki.analog.com/AD7879
376 W:      http://ez.analog.com/community/linux-device-drivers
377 S:      Supported
378 F:      drivers/input/touchscreen/ad7879.c
379
380 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
381 M:      Jiri Kosina <jikos@kernel.org>
382 S:      Maintained
383
384 ADF7242 IEEE 802.15.4 RADIO DRIVER
385 M:      Michael Hennerich <michael.hennerich@analog.com>
386 W:      https://wiki.analog.com/ADF7242
387 W:      http://ez.analog.com/community/linux-device-drivers
388 L:      linux-wpan@vger.kernel.org
389 S:      Supported
390 F:      drivers/net/ieee802154/adf7242.c
391 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
392
393 ADM1025 HARDWARE MONITOR DRIVER
394 M:      Jean Delvare <jdelvare@suse.com>
395 L:      linux-hwmon@vger.kernel.org
396 S:      Maintained
397 F:      Documentation/hwmon/adm1025
398 F:      drivers/hwmon/adm1025.c
399
400 ADM1029 HARDWARE MONITOR DRIVER
401 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
402 L:      linux-hwmon@vger.kernel.org
403 S:      Maintained
404 F:      drivers/hwmon/adm1029.c
405
406 ADM8211 WIRELESS DRIVER
407 L:      linux-wireless@vger.kernel.org
408 W:      http://wireless.kernel.org/
409 S:      Orphan
410 F:      drivers/net/wireless/admtek/adm8211.*
411
412 ADP1653 FLASH CONTROLLER DRIVER
413 M:      Sakari Ailus <sakari.ailus@iki.fi>
414 L:      linux-media@vger.kernel.org
415 S:      Maintained
416 F:      drivers/media/i2c/adp1653.c
417 F:      include/media/i2c/adp1653.h
418
419 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
420 M:      Michael Hennerich <michael.hennerich@analog.com>
421 W:      http://wiki.analog.com/ADP5520
422 W:      http://ez.analog.com/community/linux-device-drivers
423 S:      Supported
424 F:      drivers/mfd/adp5520.c
425 F:      drivers/video/backlight/adp5520_bl.c
426 F:      drivers/leds/leds-adp5520.c
427 F:      drivers/gpio/gpio-adp5520.c
428 F:      drivers/input/keyboard/adp5520-keys.c
429
430 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
431 M:      Michael Hennerich <michael.hennerich@analog.com>
432 W:      http://wiki.analog.com/ADP5588
433 W:      http://ez.analog.com/community/linux-device-drivers
434 S:      Supported
435 F:      drivers/input/keyboard/adp5588-keys.c
436 F:      drivers/gpio/gpio-adp5588.c
437
438 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
439 M:      Michael Hennerich <michael.hennerich@analog.com>
440 W:      http://wiki.analog.com/ADP8860
441 W:      http://ez.analog.com/community/linux-device-drivers
442 S:      Supported
443 F:      drivers/video/backlight/adp8860_bl.c
444
445 ADS1015 HARDWARE MONITOR DRIVER
446 M:      Dirk Eibach <eibach@gdsys.de>
447 L:      linux-hwmon@vger.kernel.org
448 S:      Maintained
449 F:      Documentation/hwmon/ads1015
450 F:      drivers/hwmon/ads1015.c
451 F:      include/linux/i2c/ads1015.h
452
453 ADT746X FAN DRIVER
454 M:      Colin Leroy <colin@colino.net>
455 S:      Maintained
456 F:      drivers/macintosh/therm_adt746x.c
457
458 ADT7475 HARDWARE MONITOR DRIVER
459 M:      Jean Delvare <jdelvare@suse.com>
460 L:      linux-hwmon@vger.kernel.org
461 S:      Maintained
462 F:      Documentation/hwmon/adt7475
463 F:      drivers/hwmon/adt7475.c
464
465 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
466 M:      Michael Hennerich <michael.hennerich@analog.com>
467 W:      http://wiki.analog.com/ADXL345
468 W:      http://ez.analog.com/community/linux-device-drivers
469 S:      Supported
470 F:      drivers/input/misc/adxl34x.c
471
472 ADVANSYS SCSI DRIVER
473 M:      Matthew Wilcox <matthew@wil.cx>
474 M:      Hannes Reinecke <hare@suse.com>
475 L:      linux-scsi@vger.kernel.org
476 S:      Maintained
477 F:      Documentation/scsi/advansys.txt
478 F:      drivers/scsi/advansys.c
479
480 AEDSP16 DRIVER
481 M:      Riccardo Facchetti <fizban@tin.it>
482 S:      Maintained
483 F:      sound/oss/aedsp16.c
484
485 AF9013 MEDIA DRIVER
486 M:      Antti Palosaari <crope@iki.fi>
487 L:      linux-media@vger.kernel.org
488 W:      https://linuxtv.org
489 W:      http://palosaari.fi/linux/
490 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
491 T:      git git://linuxtv.org/anttip/media_tree.git
492 S:      Maintained
493 F:      drivers/media/dvb-frontends/af9013*
494
495 AF9033 MEDIA DRIVER
496 M:      Antti Palosaari <crope@iki.fi>
497 L:      linux-media@vger.kernel.org
498 W:      https://linuxtv.org
499 W:      http://palosaari.fi/linux/
500 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
501 T:      git git://linuxtv.org/anttip/media_tree.git
502 S:      Maintained
503 F:      drivers/media/dvb-frontends/af9033*
504
505 AFFS FILE SYSTEM
506 L:      linux-fsdevel@vger.kernel.org
507 S:      Orphan
508 F:      Documentation/filesystems/affs.txt
509 F:      fs/affs/
510
511 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
512 M:      David Howells <dhowells@redhat.com>
513 L:      linux-afs@lists.infradead.org
514 S:      Supported
515 F:      fs/afs/
516 F:      include/net/af_rxrpc.h
517 F:      net/rxrpc/af_rxrpc.c
518
519 AGPGART DRIVER
520 M:      David Airlie <airlied@linux.ie>
521 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
522 S:      Maintained
523 F:      drivers/char/agp/
524 F:      include/linux/agp*
525 F:      include/uapi/linux/agp*
526
527 AHA152X SCSI DRIVER
528 M:      "Juergen E. Fischer" <fischer@norbit.de>
529 L:      linux-scsi@vger.kernel.org
530 S:      Maintained
531 F:      drivers/scsi/aha152x*
532 F:      drivers/scsi/pcmcia/aha152x*
533
534 AIC7XXX / AIC79XX SCSI DRIVER
535 M:      Hannes Reinecke <hare@suse.com>
536 L:      linux-scsi@vger.kernel.org
537 S:      Maintained
538 F:      drivers/scsi/aic7xxx/
539
540 AIMSLAB FM RADIO RECEIVER DRIVER
541 M:      Hans Verkuil <hverkuil@xs4all.nl>
542 L:      linux-media@vger.kernel.org
543 T:      git git://linuxtv.org/media_tree.git
544 W:      https://linuxtv.org
545 S:      Maintained
546 F:      drivers/media/radio/radio-aimslab*
547
548 AIO
549 M:      Benjamin LaHaise <bcrl@kvack.org>
550 L:      linux-aio@kvack.org
551 S:      Supported
552 F:      fs/aio.c
553 F:      include/linux/*aio*.h
554
555 AIRSPY MEDIA DRIVER
556 M:      Antti Palosaari <crope@iki.fi>
557 L:      linux-media@vger.kernel.org
558 W:      https://linuxtv.org
559 W:      http://palosaari.fi/linux/
560 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
561 T:      git git://linuxtv.org/anttip/media_tree.git
562 S:      Maintained
563 F:      drivers/media/usb/airspy/
564
565 ALCATEL SPEEDTOUCH USB DRIVER
566 M:      Duncan Sands <duncan.sands@free.fr>
567 L:      linux-usb@vger.kernel.org
568 W:      http://www.linux-usb.org/SpeedTouch/
569 S:      Maintained
570 F:      drivers/usb/atm/speedtch.c
571 F:      drivers/usb/atm/usbatm.c
572
573 ALCHEMY AU1XX0 MMC DRIVER
574 M:      Manuel Lauss <manuel.lauss@gmail.com>
575 S:      Maintained
576 F:      drivers/mmc/host/au1xmmc.c
577
578 ALI1563 I2C DRIVER
579 M:      Rudolf Marek <r.marek@assembler.cz>
580 L:      linux-i2c@vger.kernel.org
581 S:      Maintained
582 F:      Documentation/i2c/busses/i2c-ali1563
583 F:      drivers/i2c/busses/i2c-ali1563.c
584
585 ALLWINNER SECURITY SYSTEM
586 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
587 L:      linux-crypto@vger.kernel.org
588 S:      Maintained
589 F:      drivers/crypto/sunxi-ss/
590
591 ALPHA PORT
592 M:      Richard Henderson <rth@twiddle.net>
593 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
594 M:      Matt Turner <mattst88@gmail.com>
595 S:      Odd Fixes
596 L:      linux-alpha@vger.kernel.org
597 F:      arch/alpha/
598
599 ALTERA MAILBOX DRIVER
600 M:      Ley Foon Tan <lftan@altera.com>
601 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
602 S:      Maintained
603 F:      drivers/mailbox/mailbox-altera.c
604
605 ALTERA PIO DRIVER
606 M:      Tien Hock Loh <thloh@altera.com>
607 L:      linux-gpio@vger.kernel.org
608 S:      Maintained
609 F:      drivers/gpio/gpio-altera.c
610
611 ALTERA TRIPLE SPEED ETHERNET DRIVER
612 M:      Vince Bridgers <vbridger@opensource.altera.com>
613 L:      netdev@vger.kernel.org
614 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
615 S:      Maintained
616 F:      drivers/net/ethernet/altera/
617
618 ALTERA UART/JTAG UART SERIAL DRIVERS
619 M:      Tobias Klauser <tklauser@distanz.ch>
620 L:      linux-serial@vger.kernel.org
621 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
622 S:      Maintained
623 F:      drivers/tty/serial/altera_uart.c
624 F:      drivers/tty/serial/altera_jtaguart.c
625 F:      include/linux/altera_uart.h
626 F:      include/linux/altera_jtaguart.h
627
628 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
629 M:      Tom Lendacky <thomas.lendacky@amd.com>
630 M:      Gary Hook <gary.hook@amd.com>
631 L:      linux-crypto@vger.kernel.org
632 S:      Supported
633 F:      drivers/crypto/ccp/
634 F:      include/linux/ccp.h
635
636 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
637 M:      Huang Rui <ray.huang@amd.com>
638 L:      linux-hwmon@vger.kernel.org
639 S:      Supported
640 F:      Documentation/hwmon/fam15h_power
641 F:      drivers/hwmon/fam15h_power.c
642
643 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
644 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
645 S:      Orphan
646 F:      drivers/usb/gadget/udc/amd5536udc.*
647
648 AMD GEODE PROCESSOR/CHIPSET SUPPORT
649 P:      Andres Salomon <dilinger@queued.net>
650 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
651 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
652 S:      Supported
653 F:      drivers/char/hw_random/geode-rng.c
654 F:      drivers/crypto/geode*
655 F:      drivers/video/fbdev/geode/
656 F:      arch/x86/include/asm/geode.h
657
658 AMD IOMMU (AMD-VI)
659 M:      Joerg Roedel <joro@8bytes.org>
660 L:      iommu@lists.linux-foundation.org
661 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
662 S:      Maintained
663 F:      drivers/iommu/amd_iommu*.[ch]
664 F:      include/linux/amd-iommu.h
665
666 AMD KFD
667 M:      Oded Gabbay <oded.gabbay@gmail.com>
668 L:      dri-devel@lists.freedesktop.org
669 T:      git git://people.freedesktop.org/~gabbayo/linux.git
670 S:      Supported
671 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
672 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
673 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
674 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
675 F:      drivers/gpu/drm/amd/amdkfd/
676 F:      drivers/gpu/drm/amd/include/cik_structs.h
677 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
678 F:      drivers/gpu/drm/amd/include/vi_structs.h
679 F:      drivers/gpu/drm/radeon/radeon_kfd.c
680 F:      drivers/gpu/drm/radeon/radeon_kfd.h
681 F:      include/uapi/linux/kfd_ioctl.h
682
683 AMD SEATTLE DEVICE TREE SUPPORT
684 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
685 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
686 M:      Tom Lendacky <thomas.lendacky@amd.com>
687 S:      Supported
688 F:      arch/arm64/boot/dts/amd/
689
690 AMD XGBE DRIVER
691 M:      Tom Lendacky <thomas.lendacky@amd.com>
692 L:      netdev@vger.kernel.org
693 S:      Supported
694 F:      drivers/net/ethernet/amd/xgbe/
695 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
696
697 AMS (Apple Motion Sensor) DRIVER
698 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
699 S:      Supported
700 F:      drivers/macintosh/ams/
701
702 ANALOG DEVICES INC AD9389B DRIVER
703 M:      Hans Verkuil <hans.verkuil@cisco.com>
704 L:      linux-media@vger.kernel.org
705 S:      Maintained
706 F:      drivers/media/i2c/ad9389b*
707
708 ANALOG DEVICES INC ADV7180 DRIVER
709 M:      Lars-Peter Clausen <lars@metafoo.de>
710 L:      linux-media@vger.kernel.org
711 W:      http://ez.analog.com/community/linux-device-drivers
712 S:      Supported
713 F:      drivers/media/i2c/adv7180.c
714
715 ANALOG DEVICES INC ADV7511 DRIVER
716 M:      Hans Verkuil <hans.verkuil@cisco.com>
717 L:      linux-media@vger.kernel.org
718 S:      Maintained
719 F:      drivers/media/i2c/adv7511*
720
721 ANALOG DEVICES INC ADV7604 DRIVER
722 M:      Hans Verkuil <hans.verkuil@cisco.com>
723 L:      linux-media@vger.kernel.org
724 S:      Maintained
725 F:      drivers/media/i2c/adv7604*
726
727 ANALOG DEVICES INC ADV7842 DRIVER
728 M:      Hans Verkuil <hans.verkuil@cisco.com>
729 L:      linux-media@vger.kernel.org
730 S:      Maintained
731 F:      drivers/media/i2c/adv7842*
732
733 ANALOG DEVICES INC ASOC CODEC DRIVERS
734 M:      Lars-Peter Clausen <lars@metafoo.de>
735 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
736 W:      http://wiki.analog.com/
737 W:      http://ez.analog.com/community/linux-device-drivers
738 S:      Supported
739 F:      sound/soc/codecs/adau*
740 F:      sound/soc/codecs/adav*
741 F:      sound/soc/codecs/ad1*
742 F:      sound/soc/codecs/ad7*
743 F:      sound/soc/codecs/ssm*
744 F:      sound/soc/codecs/sigmadsp.*
745
746 ANALOG DEVICES INC ASOC DRIVERS
747 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
748 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
749 W:      http://blackfin.uclinux.org/
750 S:      Supported
751 F:      sound/soc/blackfin/*
752
753 ANALOG DEVICES INC IIO DRIVERS
754 M:      Lars-Peter Clausen <lars@metafoo.de>
755 M:      Michael Hennerich <Michael.Hennerich@analog.com>
756 W:      http://wiki.analog.com/
757 W:      http://ez.analog.com/community/linux-device-drivers
758 S:      Supported
759 F:      drivers/iio/*/ad*
760 X:      drivers/iio/*/adjd*
761 F:      drivers/staging/iio/*/ad*
762 F:      staging/iio/trigger/iio-trig-bfin-timer.c
763
764 ANALOG DEVICES INC DMA DRIVERS
765 M:      Lars-Peter Clausen <lars@metafoo.de>
766 W:      http://ez.analog.com/community/linux-device-drivers
767 S:      Supported
768 F:      drivers/dma/dma-axi-dmac.c
769
770 ANDROID DRIVERS
771 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
772 M:      Arve Hjønnevåg <arve@android.com>
773 M:      Riley Andrews <riandrews@android.com>
774 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
775 L:      devel@driverdev.osuosl.org
776 S:      Supported
777 F:      drivers/android/
778 F:      drivers/staging/android/
779
780 AOA (Apple Onboard Audio) ALSA DRIVER
781 M:      Johannes Berg <johannes@sipsolutions.net>
782 L:      linuxppc-dev@lists.ozlabs.org
783 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
784 S:      Maintained
785 F:      sound/aoa/
786
787 APEX EMBEDDED SYSTEMS STX104 DAC DRIVER
788 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
789 L:      linux-iio@vger.kernel.org
790 S:      Maintained
791 F:      drivers/iio/dac/stx104.c
792
793 APM DRIVER
794 M:      Jiri Kosina <jikos@kernel.org>
795 S:      Odd fixes
796 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
797 F:      arch/x86/kernel/apm_32.c
798 F:      include/linux/apm_bios.h
799 F:      include/uapi/linux/apm_bios.h
800 F:      drivers/char/apm-emulation.c
801
802 APPLE BCM5974 MULTITOUCH DRIVER
803 M:      Henrik Rydberg <rydberg@bitmath.org>
804 L:      linux-input@vger.kernel.org
805 S:      Odd fixes
806 F:      drivers/input/mouse/bcm5974.c
807
808 APPLE SMC DRIVER
809 M:      Henrik Rydberg <rydberg@bitmath.org>
810 L:      linux-hwmon@vger.kernel.org
811 S:      Odd fixes
812 F:      drivers/hwmon/applesmc.c
813
814 APPLETALK NETWORK LAYER
815 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
816 S:      Maintained
817 F:      drivers/net/appletalk/
818 F:      net/appletalk/
819
820 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
821 M:      Duc Dang <dhdang@apm.com>
822 S:      Supported
823 F:      arch/arm64/boot/dts/apm/
824
825 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
826 M:      Iyappan Subramanian <isubramanian@apm.com>
827 M:      Keyur Chudgar <kchudgar@apm.com>
828 S:      Supported
829 F:      drivers/net/ethernet/apm/xgene/
830 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
831
832 APTINA CAMERA SENSOR PLL
833 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
834 L:      linux-media@vger.kernel.org
835 S:      Maintained
836 F:      drivers/media/i2c/aptina-pll.*
837
838 ARC FRAMEBUFFER DRIVER
839 M:      Jaya Kumar <jayalk@intworks.biz>
840 S:      Maintained
841 F:      drivers/video/fbdev/arcfb.c
842 F:      drivers/video/fbdev/core/fb_defio.c
843
844 ARCNET NETWORK LAYER
845 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
846 L:      netdev@vger.kernel.org
847 S:      Maintained
848 F:      drivers/net/arcnet/
849 F:      include/uapi/linux/if_arcnet.h
850
851 ARM HDLCD DRM DRIVER
852 M:      Liviu Dudau <liviu.dudau@arm.com>
853 S:      Supported
854 F:      drivers/gpu/drm/arm/
855 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
856
857 ARM MFM AND FLOPPY DRIVERS
858 M:      Ian Molton <spyro@f2s.com>
859 S:      Maintained
860 F:      arch/arm/lib/floppydma.S
861 F:      arch/arm/include/asm/floppy.h
862
863 ARM PMU PROFILING AND DEBUGGING
864 M:      Will Deacon <will.deacon@arm.com>
865 R:      Mark Rutland <mark.rutland@arm.com>
866 S:      Maintained
867 F:      arch/arm*/kernel/perf_*
868 F:      arch/arm/oprofile/common.c
869 F:      arch/arm*/kernel/hw_breakpoint.c
870 F:      arch/arm*/include/asm/hw_breakpoint.h
871 F:      arch/arm*/include/asm/perf_event.h
872 F:      drivers/perf/arm_pmu.c
873 F:      include/linux/perf/arm_pmu.h
874
875 ARM PORT
876 M:      Russell King <linux@armlinux.org.uk>
877 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
878 W:      http://www.armlinux.org.uk/
879 S:      Maintained
880 F:      arch/arm/
881
882 ARM SUB-ARCHITECTURES
883 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
884 S:      Maintained
885 F:      arch/arm/mach-*/
886 F:      arch/arm/plat-*/
887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
888
889 ARM PRIMECELL AACI PL041 DRIVER
890 M:      Russell King <linux@armlinux.org.uk>
891 S:      Maintained
892 F:      sound/arm/aaci.*
893
894 ARM PRIMECELL CLCD PL110 DRIVER
895 M:      Russell King <linux@armlinux.org.uk>
896 S:      Maintained
897 F:      drivers/video/fbdev/amba-clcd.*
898
899 ARM PRIMECELL KMI PL050 DRIVER
900 M:      Russell King <linux@armlinux.org.uk>
901 S:      Maintained
902 F:      drivers/input/serio/ambakmi.*
903 F:      include/linux/amba/kmi.h
904
905 ARM PRIMECELL MMCI PL180/1 DRIVER
906 M:      Russell King <linux@armlinux.org.uk>
907 S:      Maintained
908 F:      drivers/mmc/host/mmci.*
909 F:      include/linux/amba/mmci.h
910
911 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
912 M:      Russell King <linux@armlinux.org.uk>
913 S:      Maintained
914 F:      drivers/tty/serial/amba-pl01*.c
915 F:      include/linux/amba/serial.h
916
917 ARM PRIMECELL BUS SUPPORT
918 M:      Russell King <linux@armlinux.org.uk>
919 S:      Maintained
920 F:      drivers/amba/
921 F:      include/linux/amba/bus.h
922
923 ARM/ADS SPHERE MACHINE SUPPORT
924 M:      Lennert Buytenhek <kernel@wantstofly.org>
925 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
926 S:      Maintained
927
928 ARM/AFEB9260 MACHINE SUPPORT
929 M:      Sergey Lapin <slapin@ossfans.org>
930 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
931 S:      Maintained
932
933 ARM/AJECO 1ARM MACHINE SUPPORT
934 M:      Lennert Buytenhek <kernel@wantstofly.org>
935 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
936 S:      Maintained
937
938 ARM/Allwinner sunXi SoC support
939 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
940 M:      Chen-Yu Tsai <wens@csie.org>
941 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
942 S:      Maintained
943 N:      sun[x456789]i
944
945 ARM/Allwinner SoC Clock Support
946 M:      Emilio López <emilio@elopez.com.ar>
947 S:      Maintained
948 F:      drivers/clk/sunxi/
949
950 ARM/Amlogic Meson SoC support
951 M:      Carlo Caione <carlo@caione.org>
952 M:      Kevin Hilman <khilman@baylibre.com>
953 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
954 L:      linux-amlogic@lists.infradead.org
955 W:      http://linux-meson.com/
956 S:      Maintained
957 F:      arch/arm/mach-meson/
958 F:      arch/arm/boot/dts/meson*
959 F:      arch/arm64/boot/dts/amlogic/
960 F:      drivers/pinctrl/meson/
961 N:      meson
962
963 ARM/Annapurna Labs ALPINE ARCHITECTURE
964 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
965 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
966 S:      Maintained
967 F:      arch/arm/mach-alpine/
968 F:      arch/arm/boot/dts/alpine*
969 F:      arch/arm64/boot/dts/al/
970 F:      drivers/*/*alpine*
971
972 ARM/ARTPEC MACHINE SUPPORT
973 M:      Jesper Nilsson <jesper.nilsson@axis.com>
974 M:      Lars Persson <lars.persson@axis.com>
975 M:      Niklas Cassel <niklas.cassel@axis.com>
976 S:      Maintained
977 L:      linux-arm-kernel@axis.com
978 F:      arch/arm/mach-artpec
979 F:      arch/arm/boot/dts/artpec6*
980 F:      drivers/clk/clk-artpec6.c
981
982 ARM/ASPEED MACHINE SUPPORT
983 M:      Joel Stanley <joel@jms.id.au>
984 S:      Maintained
985 F:      arch/arm/mach-aspeed/
986 F:      arch/arm/boot/dts/aspeed-*
987 F:      drivers/*/*aspeed*
988
989 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
990 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
991 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
992 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
993 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
994 W:      http://www.linux4sam.org
995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
996 S:      Supported
997 F:      arch/arm/mach-at91/
998 F:      include/soc/at91/
999 F:      arch/arm/boot/dts/at91*.dts
1000 F:      arch/arm/boot/dts/at91*.dtsi
1001 F:      arch/arm/boot/dts/sama*.dts
1002 F:      arch/arm/boot/dts/sama*.dtsi
1003 F:      arch/arm/include/debug/at91.S
1004
1005 ARM/ATMEL AT91 Clock Support
1006 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
1007 S:      Maintained
1008 F:      drivers/clk/at91
1009
1010 ARM/CALXEDA HIGHBANK ARCHITECTURE
1011 M:      Rob Herring <robh@kernel.org>
1012 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1013 S:      Maintained
1014 F:      arch/arm/mach-highbank/
1015 F:      arch/arm/boot/dts/highbank.dts
1016 F:      arch/arm/boot/dts/ecx-*.dts*
1017
1018 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1019 M:      Krzysztof Halasa <khalasa@piap.pl>
1020 S:      Maintained
1021 F:      arch/arm/mach-cns3xxx/
1022
1023 ARM/CAVIUM THUNDER NETWORK DRIVER
1024 M:      Sunil Goutham <sgoutham@cavium.com>
1025 M:      Robert Richter <rric@kernel.org>
1026 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1027 S:      Supported
1028 F:      drivers/net/ethernet/cavium/thunder/
1029
1030 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1031 M:      Alexander Shiyan <shc_work@mail.ru>
1032 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1033 S:      Odd Fixes
1034 N:      clps711x
1035
1036 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1037 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1038 M:      Ryan Mallon <rmallon@gmail.com>
1039 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1040 S:      Maintained
1041 F:      arch/arm/mach-ep93xx/
1042 F:      arch/arm/mach-ep93xx/include/mach/
1043
1044 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1045 M:      Lennert Buytenhek <kernel@wantstofly.org>
1046 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1047 S:      Maintained
1048
1049 ARM/CLKDEV SUPPORT
1050 M:      Russell King <linux@armlinux.org.uk>
1051 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1052 S:      Maintained
1053 F:      arch/arm/include/asm/clkdev.h
1054 F:      drivers/clk/clkdev.c
1055
1056 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1057 M:      Mike Rapoport <mike@compulab.co.il>
1058 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1059 S:      Maintained
1060
1061 ARM/CONTEC MICRO9 MACHINE SUPPORT
1062 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1063 S:      Maintained
1064 F:      arch/arm/mach-ep93xx/micro9.c
1065
1066 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1067 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1068 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1069 S:      Maintained
1070 F:      drivers/hwtracing/coresight/*
1071 F:      Documentation/trace/coresight.txt
1072 F:      Documentation/devicetree/bindings/arm/coresight.txt
1073 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1074
1075 ARM/CORGI MACHINE SUPPORT
1076 M:      Richard Purdie <rpurdie@rpsys.net>
1077 S:      Maintained
1078
1079 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1080 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1081 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1082 T:      git git://github.com/ulli-kroll/linux.git
1083 S:      Maintained
1084 F:      arch/arm/mach-gemini/
1085 F:      drivers/rtc/rtc-gemini.c
1086
1087 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1088 M:      Barry Song <baohua@kernel.org>
1089 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1091 S:      Maintained
1092 F:      arch/arm/boot/dts/prima2*
1093 F:      arch/arm/mach-prima2/
1094 F:      drivers/clk/sirf/
1095 F:      drivers/clocksource/timer-prima2.c
1096 F:      drivers/clocksource/timer-atlas7.c
1097 N:      [^a-z]sirf
1098
1099 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1100 M:      Baruch Siach <baruch@tkos.co.il>
1101 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1102 S:      Maintained
1103 F:      arch/arm/boot/dts/cx92755*
1104 N:      digicolor
1105
1106 ARM/EBSA110 MACHINE SUPPORT
1107 M:      Russell King <linux@armlinux.org.uk>
1108 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1109 W:      http://www.armlinux.org.uk/
1110 S:      Maintained
1111 F:      arch/arm/mach-ebsa110/
1112 F:      drivers/net/ethernet/amd/am79c961a.*
1113
1114 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1115 M:      Uwe Kleine-König <kernel@pengutronix.de>
1116 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1117 S:      Maintained
1118 N:      efm32
1119
1120 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1121 M:      Daniel Ribeiro <drwyrm@gmail.com>
1122 M:      Stefan Schmidt <stefan@openezx.org>
1123 M:      Harald Welte <laforge@openezx.org>
1124 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1125 W:      http://www.openezx.org/
1126 S:      Maintained
1127 T:      topgit git://git.openezx.org/openezx.git
1128 F:      arch/arm/mach-pxa/ezx.c
1129
1130 ARM/FARADAY FA526 PORT
1131 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1132 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1133 S:      Maintained
1134 T:      git git://git.berlios.de/gemini-board
1135 F:      arch/arm/mm/*-fa*
1136
1137 ARM/FOOTBRIDGE ARCHITECTURE
1138 M:      Russell King <linux@armlinux.org.uk>
1139 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1140 W:      http://www.armlinux.org.uk/
1141 S:      Maintained
1142 F:      arch/arm/include/asm/hardware/dec21285.h
1143 F:      arch/arm/mach-footbridge/
1144
1145 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1146 M:      Shawn Guo <shawnguo@kernel.org>
1147 M:      Sascha Hauer <kernel@pengutronix.de>
1148 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1149 S:      Maintained
1150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1151 F:      arch/arm/mach-imx/
1152 F:      arch/arm/mach-mxs/
1153 F:      arch/arm/boot/dts/imx*
1154 F:      arch/arm/configs/imx*_defconfig
1155 F:      drivers/clk/imx/
1156 F:      include/soc/imx/
1157
1158 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1159 M:      Shawn Guo <shawnguo@kernel.org>
1160 M:      Sascha Hauer <kernel@pengutronix.de>
1161 R:      Stefan Agner <stefan@agner.ch>
1162 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1163 S:      Maintained
1164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1165 F:      arch/arm/mach-imx/*vf610*
1166 F:      arch/arm/boot/dts/vf*
1167
1168 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1169 M:      Lennert Buytenhek <kernel@wantstofly.org>
1170 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1171 S:      Maintained
1172
1173 ARM/GUMSTIX MACHINE SUPPORT
1174 M:      Steve Sakoman <sakoman@gmail.com>
1175 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1176 S:      Maintained
1177
1178 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1179 M:      Philipp Zabel <philipp.zabel@gmail.com>
1180 M:      Paul Parsons <lost.distance@yahoo.com>
1181 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1182 S:      Maintained
1183 F:      arch/arm/mach-pxa/hx4700.c
1184 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1185 F:      sound/soc/pxa/hx4700.c
1186
1187 ARM/HISILICON SOC SUPPORT
1188 M:      Wei Xu <xuwei5@hisilicon.com>
1189 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1190 W:      http://www.hisilicon.com
1191 S:      Supported
1192 T:      git git://github.com/hisilicon/linux-hisi.git
1193 F:      arch/arm/mach-hisi/
1194 F:      arch/arm/boot/dts/hi3*
1195 F:      arch/arm/boot/dts/hip*
1196 F:      arch/arm/boot/dts/hisi*
1197 F:      arch/arm64/boot/dts/hisilicon/
1198
1199 ARM/HP JORNADA 7XX MACHINE SUPPORT
1200 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1201 W:      www.jlime.com
1202 S:      Maintained
1203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1204 F:      arch/arm/mach-sa1100/jornada720.c
1205 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1206
1207 ARM/IGEP MACHINE SUPPORT
1208 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1209 M:      Javier Martinez Canillas <javier@dowhile0.org>
1210 L:      linux-omap@vger.kernel.org
1211 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1212 S:      Maintained
1213 F:      arch/arm/boot/dts/omap3-igep*
1214
1215 ARM/INCOME PXA270 SUPPORT
1216 M:      Marek Vasut <marek.vasut@gmail.com>
1217 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1218 S:      Maintained
1219 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1220
1221 ARM/INTEL IOP32X ARM ARCHITECTURE
1222 M:      Lennert Buytenhek <kernel@wantstofly.org>
1223 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1224 S:      Maintained
1225
1226 ARM/INTEL IOP33X ARM ARCHITECTURE
1227 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1228 S:      Orphan
1229
1230 ARM/INTEL IOP13XX ARM ARCHITECTURE
1231 M:      Lennert Buytenhek <kernel@wantstofly.org>
1232 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1233 S:      Maintained
1234
1235 ARM/INTEL IQ81342EX MACHINE SUPPORT
1236 M:      Lennert Buytenhek <kernel@wantstofly.org>
1237 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1238 S:      Maintained
1239
1240 ARM/INTEL IXDP2850 MACHINE SUPPORT
1241 M:      Lennert Buytenhek <kernel@wantstofly.org>
1242 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1243 S:      Maintained
1244
1245 ARM/INTEL IXP4XX ARM ARCHITECTURE
1246 M:      Imre Kaloz <kaloz@openwrt.org>
1247 M:      Krzysztof Halasa <khalasa@piap.pl>
1248 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1249 S:      Maintained
1250 F:      arch/arm/mach-ixp4xx/
1251
1252 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1253 M:      Jonathan Cameron <jic23@cam.ac.uk>
1254 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1255 S:      Maintained
1256 F:      arch/arm/mach-pxa/stargate2.c
1257 F:      drivers/pcmcia/pxa2xx_stargate2.c
1258
1259 ARM/INTEL XSC3 (MANZANO) ARM CORE
1260 M:      Lennert Buytenhek <kernel@wantstofly.org>
1261 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1262 S:      Maintained
1263
1264 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1265 M:      Lennert Buytenhek <kernel@wantstofly.org>
1266 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1267 S:      Maintained
1268
1269 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1270 M:      Santosh Shilimkar <ssantosh@kernel.org>
1271 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1272 S:      Maintained
1273 F:      arch/arm/mach-keystone/
1274 F:      arch/arm/boot/dts/keystone-*
1275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1276
1277 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1278 M:      Santosh Shilimkar <ssantosh@kernel.org>
1279 L:      linux-kernel@vger.kernel.org
1280 S:      Maintained
1281 F:      drivers/clk/keystone/
1282
1283 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1284 M:      Santosh Shilimkar <ssantosh@kernel.org>
1285 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1286 L:      linux-kernel@vger.kernel.org
1287 S:      Maintained
1288 F:      drivers/clocksource/timer-keystone.c
1289
1290 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1291 M:      Santosh Shilimkar <ssantosh@kernel.org>
1292 L:      linux-kernel@vger.kernel.org
1293 S:      Maintained
1294 F:      drivers/power/reset/keystone-reset.c
1295
1296 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1297 M:      Santosh Shilimkar <ssantosh@kernel.org>
1298 L:      linux-kernel@vger.kernel.org
1299 S:      Maintained
1300 F:      drivers/memory/*emif*
1301
1302 ARM/LG1K ARCHITECTURE
1303 M:      Chanho Min <chanho.min@lge.com>
1304 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1305 S:      Maintained
1306 F:      arch/arm64/boot/dts/lg/
1307
1308 ARM/LOGICPD PXA270 MACHINE SUPPORT
1309 M:      Lennert Buytenhek <kernel@wantstofly.org>
1310 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1311 S:      Maintained
1312
1313 ARM/LPC18XX ARCHITECTURE
1314 M:      Joachim Eastwood <manabian@gmail.com>
1315 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1316 S:      Maintained
1317 F:      arch/arm/boot/dts/lpc43*
1318 F:      drivers/clk/nxp/clk-lpc18xx*
1319 F:      drivers/clocksource/time-lpc32xx.c
1320 F:      drivers/i2c/busses/i2c-lpc2k.c
1321 F:      drivers/memory/pl172.c
1322 F:      drivers/mtd/spi-nor/nxp-spifi.c
1323 F:      drivers/rtc/rtc-lpc24xx.c
1324 N:      lpc18xx
1325
1326 ARM/LPC32XX SOC SUPPORT
1327 M:      Vladimir Zapolskiy <vz@mleia.com>
1328 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1329 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1330 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1331 S:      Maintained
1332 F:      arch/arm/boot/dts/lpc32*
1333 F:      arch/arm/mach-lpc32xx/
1334 F:      drivers/i2c/busses/i2c-pnx.c
1335 F:      drivers/net/ethernet/nxp/lpc_eth.c
1336 F:      drivers/usb/host/ohci-nxp.c
1337 F:      drivers/watchdog/pnx4008_wdt.c
1338 N:      lpc32xx
1339
1340 ARM/MAGICIAN MACHINE SUPPORT
1341 M:      Philipp Zabel <philipp.zabel@gmail.com>
1342 S:      Maintained
1343
1344 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1345 M:      Jason Cooper <jason@lakedaemon.net>
1346 M:      Andrew Lunn <andrew@lunn.ch>
1347 M:      Gregory Clement <gregory.clement@free-electrons.com>
1348 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1349 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1350 S:      Maintained
1351 F:      arch/arm/mach-mvebu/
1352 F:      drivers/rtc/rtc-armada38x.c
1353 F:      arch/arm/boot/dts/armada*
1354 F:      arch/arm/boot/dts/kirkwood*
1355 F:      arch/arm64/boot/dts/marvell/armada*
1356 F:      drivers/cpufreq/mvebu-cpufreq.c
1357 F:      arch/arm/configs/mvebu_*_defconfig
1358
1359 ARM/Marvell Berlin SoC support
1360 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1361 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1362 S:      Maintained
1363 F:      arch/arm/mach-berlin/
1364 F:      arch/arm/boot/dts/berlin*
1365 F:      arch/arm64/boot/dts/marvell/berlin*
1366
1367
1368 ARM/Marvell Dove/MV78xx0/Orion SOC support
1369 M:      Jason Cooper <jason@lakedaemon.net>
1370 M:      Andrew Lunn <andrew@lunn.ch>
1371 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1372 M:      Gregory Clement <gregory.clement@free-electrons.com>
1373 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1374 S:      Maintained
1375 F:      arch/arm/mach-dove/
1376 F:      arch/arm/mach-mv78xx0/
1377 F:      arch/arm/mach-orion5x/
1378 F:      arch/arm/plat-orion/
1379 F:      arch/arm/boot/dts/dove*
1380 F:      arch/arm/boot/dts/orion5x*
1381
1382
1383 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1384 M:      Alexander Clouter <alex@digriz.org.uk>
1385 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1386 W:      http://www.digriz.org.uk/ts78xx/kernel
1387 S:      Maintained
1388 F:      arch/arm/mach-orion5x/ts78xx-*
1389
1390 ARM/OXNAS platform support
1391 M:      Neil Armstrong <narmstrong@baylibre.com>
1392 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1393 S:      Maintained
1394 F:      arch/arm/mach-oxnas/
1395 F:      arch/arm/boot/dts/oxnas*
1396 F:      arch/arm/boot/dts/wd-mbwe.dts
1397 N:      oxnas
1398
1399 ARM/Mediatek RTC DRIVER
1400 M:      Eddie Huang <eddie.huang@mediatek.com>
1401 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1402 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1403 S:      Maintained
1404 F:      drivers/rtc/rtc-mt6397.c
1405
1406 ARM/Mediatek SoC support
1407 M:      Matthias Brugger <matthias.bgg@gmail.com>
1408 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1409 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1410 S:      Maintained
1411 F:      arch/arm/boot/dts/mt6*
1412 F:      arch/arm/boot/dts/mt8*
1413 F:      arch/arm/mach-mediatek/
1414 N:      mtk
1415 K:      mediatek
1416
1417 ARM/Mediatek USB3 PHY DRIVER
1418 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1419 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1420 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1421 S:      Maintained
1422 F:      drivers/phy/phy-mt65xx-usb3.c
1423
1424 ARM/MICREL KS8695 ARCHITECTURE
1425 M:      Greg Ungerer <gerg@uclinux.org>
1426 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1427 F:      arch/arm/mach-ks8695/
1428 S:      Odd Fixes
1429
1430 ARM/MIOA701 MACHINE SUPPORT
1431 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1432 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1433 F:      arch/arm/mach-pxa/mioa701.c
1434 S:      Maintained
1435
1436 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1437 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1438 S:      Maintained
1439
1440 ARM/NOMADIK ARCHITECTURE
1441 M:      Alessandro Rubini <rubini@unipv.it>
1442 M:      Linus Walleij <linus.walleij@linaro.org>
1443 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1444 S:      Maintained
1445 F:      arch/arm/mach-nomadik/
1446 F:      drivers/pinctrl/nomadik/
1447 F:      drivers/i2c/busses/i2c-nomadik.c
1448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1449
1450 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1451 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1452 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1453 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1454 S:      Supported
1455
1456 ARM/TOSA MACHINE SUPPORT
1457 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1458 M:      Dirk Opfer <dirk@opfer-online.de>
1459 S:      Maintained
1460
1461 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1462 M:      Marek Vasut <marek.vasut@gmail.com>
1463 L:      linux-arm-kernel@lists.infradead.org
1464 W:      http://hackndev.com
1465 S:      Maintained
1466 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1467 F:      arch/arm/mach-pxa/palmtx.c
1468 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1469 F:      arch/arm/mach-pxa/palmt5.c
1470 F:      arch/arm/mach-pxa/include/mach/palmld.h
1471 F:      arch/arm/mach-pxa/palmld.c
1472 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1473 F:      arch/arm/mach-pxa/palmte2.c
1474 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1475 F:      arch/arm/mach-pxa/palmtc.c
1476
1477 ARM/PALM TREO SUPPORT
1478 M:      Tomas Cech <sleep_walker@suse.com>
1479 L:      linux-arm-kernel@lists.infradead.org
1480 W:      http://hackndev.com
1481 S:      Maintained
1482 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1483 F:      arch/arm/mach-pxa/palmtreo.c
1484
1485 ARM/PALMZ72 SUPPORT
1486 M:      Sergey Lapin <slapin@ossfans.org>
1487 L:      linux-arm-kernel@lists.infradead.org
1488 W:      http://hackndev.com
1489 S:      Maintained
1490 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1491 F:      arch/arm/mach-pxa/palmz72.c
1492
1493 ARM/PLEB SUPPORT
1494 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1495 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1496 S:      Maintained
1497
1498 ARM/PT DIGITAL BOARD PORT
1499 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1500 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1501 W:      http://www.armlinux.org.uk/
1502 S:      Maintained
1503
1504 ARM/QUALCOMM SUPPORT
1505 M:      Andy Gross <andy.gross@linaro.org>
1506 M:      David Brown <david.brown@linaro.org>
1507 L:      linux-arm-msm@vger.kernel.org
1508 L:      linux-soc@vger.kernel.org
1509 S:      Maintained
1510 F:      arch/arm/boot/dts/qcom-*.dts
1511 F:      arch/arm/boot/dts/qcom-*.dtsi
1512 F:      arch/arm/mach-qcom/
1513 F:      arch/arm64/boot/dts/qcom/*
1514 F:      drivers/i2c/busses/i2c-qup.c
1515 F:      drivers/clk/qcom/
1516 F:      drivers/soc/qcom/
1517 F:      drivers/spi/spi-qup.c
1518 F:      drivers/tty/serial/msm_serial.h
1519 F:      drivers/tty/serial/msm_serial.c
1520 F:      drivers/*/pm8???-*
1521 F:      drivers/mfd/ssbi.c
1522 F:      drivers/firmware/qcom_scm.c
1523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1524
1525 ARM/RADISYS ENP2611 MACHINE SUPPORT
1526 M:      Lennert Buytenhek <kernel@wantstofly.org>
1527 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1528 S:      Maintained
1529
1530 ARM/RENESAS ARM64 ARCHITECTURE
1531 M:      Simon Horman <horms@verge.net.au>
1532 M:      Magnus Damm <magnus.damm@gmail.com>
1533 L:      linux-renesas-soc@vger.kernel.org
1534 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1536 S:      Supported
1537 F:      arch/arm64/boot/dts/renesas/
1538 F:      drivers/soc/renesas/
1539 F:      include/linux/soc/renesas/
1540
1541 ARM/RISCPC ARCHITECTURE
1542 M:      Russell King <linux@armlinux.org.uk>
1543 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1544 W:      http://www.armlinux.org.uk/
1545 S:      Maintained
1546 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1547 F:      arch/arm/include/asm/hardware/ioc.h
1548 F:      arch/arm/include/asm/hardware/iomd.h
1549 F:      arch/arm/include/asm/hardware/memc.h
1550 F:      arch/arm/mach-rpc/
1551 F:      drivers/net/ethernet/8390/etherh.c
1552 F:      drivers/net/ethernet/i825xx/ether1*
1553 F:      drivers/net/ethernet/seeq/ether3*
1554 F:      drivers/scsi/arm/
1555
1556 ARM/Rockchip SoC support
1557 M:      Heiko Stuebner <heiko@sntech.de>
1558 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1559 L:      linux-rockchip@lists.infradead.org
1560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1561 S:      Maintained
1562 F:      arch/arm/boot/dts/rk3*
1563 F:      arch/arm/mach-rockchip/
1564 F:      drivers/clk/rockchip/
1565 F:      drivers/i2c/busses/i2c-rk3x.c
1566 F:      drivers/*/*rockchip*
1567 F:      drivers/*/*/*rockchip*
1568 F:      sound/soc/rockchip/
1569 N:      rockchip
1570
1571 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1572 M:      Kukjin Kim <kgene@kernel.org>
1573 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1574 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1575 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1576 S:      Maintained
1577 F:      arch/arm/boot/dts/s3c*
1578 F:      arch/arm/boot/dts/s5p*
1579 F:      arch/arm/boot/dts/samsung*
1580 F:      arch/arm/boot/dts/exynos*
1581 F:      arch/arm64/boot/dts/exynos/
1582 F:      arch/arm/plat-samsung/
1583 F:      arch/arm/mach-s3c24*/
1584 F:      arch/arm/mach-s3c64xx/
1585 F:      arch/arm/mach-s5p*/
1586 F:      arch/arm/mach-exynos*/
1587 F:      drivers/*/*s3c2410*
1588 F:      drivers/*/*/*s3c2410*
1589 F:      drivers/memory/samsung/*
1590 F:      drivers/soc/samsung/*
1591 F:      drivers/spi/spi-s3c*
1592 F:      sound/soc/samsung/*
1593 F:      Documentation/arm/Samsung/
1594 F:      Documentation/devicetree/bindings/arm/samsung/
1595 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1596 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1597 N:      exynos
1598
1599 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1600 M:      Kyungmin Park <kyungmin.park@samsung.com>
1601 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1602 S:      Maintained
1603 F:      arch/arm/mach-s5pv210/
1604
1605 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1606 M:      Kyungmin Park <kyungmin.park@samsung.com>
1607 M:      Kamil Debski <k.debski@samsung.com>
1608 L:      linux-arm-kernel@lists.infradead.org
1609 L:      linux-media@vger.kernel.org
1610 S:      Maintained
1611 F:      drivers/media/platform/s5p-g2d/
1612
1613 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1614 M:      Kyungmin Park <kyungmin.park@samsung.com>
1615 M:      Kamil Debski <k.debski@samsung.com>
1616 M:      Jeongtae Park <jtp.park@samsung.com>
1617 L:      linux-arm-kernel@lists.infradead.org
1618 L:      linux-media@vger.kernel.org
1619 S:      Maintained
1620 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1621 F:      drivers/media/platform/s5p-mfc/
1622
1623 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1624 M:      Kyungmin Park <kyungmin.park@samsung.com>
1625 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1626 L:      linux-arm-kernel@lists.infradead.org
1627 L:      linux-media@vger.kernel.org
1628 S:      Maintained
1629 F:      drivers/media/platform/s5p-tv/
1630
1631 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1632 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1633 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1634 L:      linux-arm-kernel@lists.infradead.org
1635 L:      linux-media@vger.kernel.org
1636 S:      Maintained
1637 F:      drivers/media/platform/s5p-jpeg/
1638
1639 ARM/SHMOBILE ARM ARCHITECTURE
1640 M:      Simon Horman <horms@verge.net.au>
1641 M:      Magnus Damm <magnus.damm@gmail.com>
1642 L:      linux-renesas-soc@vger.kernel.org
1643 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1645 S:      Supported
1646 F:      arch/arm/boot/dts/emev2*
1647 F:      arch/arm/boot/dts/r7s*
1648 F:      arch/arm/boot/dts/r8a*
1649 F:      arch/arm/boot/dts/sh*
1650 F:      arch/arm/configs/shmobile_defconfig
1651 F:      arch/arm/include/debug/renesas-scif.S
1652 F:      arch/arm/mach-shmobile/
1653 F:      drivers/sh/
1654 F:      drivers/soc/renesas/
1655 F:      include/linux/soc/renesas/
1656
1657 ARM/SOCFPGA ARCHITECTURE
1658 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1659 S:      Maintained
1660 F:      arch/arm/mach-socfpga/
1661 F:      arch/arm/boot/dts/socfpga*
1662 F:      arch/arm/configs/socfpga_defconfig
1663 F:      arch/arm64/boot/dts/altera/
1664 W:      http://www.rocketboards.org
1665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1666
1667 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1668 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1669 S:      Maintained
1670 F:      drivers/clk/socfpga/
1671
1672 ARM/SOCFPGA EDAC SUPPORT
1673 M:      Thor Thayer <tthayer@opensource.altera.com>
1674 S:      Maintained
1675 F:      drivers/edac/altera_edac.
1676
1677 ARM/STI ARCHITECTURE
1678 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1679 M:      Maxime Coquelin <maxime.coquelin@st.com>
1680 M:      Patrice Chotard <patrice.chotard@st.com>
1681 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1682 L:      kernel@stlinux.com
1683 W:      http://www.stlinux.com
1684 S:      Maintained
1685 F:      arch/arm/mach-sti/
1686 F:      arch/arm/boot/dts/sti*
1687 F:      drivers/char/hw_random/st-rng.c
1688 F:      drivers/clocksource/arm_global_timer.c
1689 F:      drivers/clocksource/clksrc_st_lpc.c
1690 F:      drivers/cpufreq/sti-cpufreq.c
1691 F:      drivers/i2c/busses/i2c-st.c
1692 F:      drivers/media/rc/st_rc.c
1693 F:      drivers/media/platform/sti/c8sectpfe/
1694 F:      drivers/mmc/host/sdhci-st.c
1695 F:      drivers/phy/phy-miphy28lp.c
1696 F:      drivers/phy/phy-miphy365x.c
1697 F:      drivers/phy/phy-stih407-usb.c
1698 F:      drivers/phy/phy-stih41x-usb.c
1699 F:      drivers/pinctrl/pinctrl-st.c
1700 F:      drivers/remoteproc/st_remoteproc.c
1701 F:      drivers/reset/sti/
1702 F:      drivers/rtc/rtc-st-lpc.c
1703 F:      drivers/tty/serial/st-asc.c
1704 F:      drivers/usb/dwc3/dwc3-st.c
1705 F:      drivers/usb/host/ehci-st.c
1706 F:      drivers/usb/host/ohci-st.c
1707 F:      drivers/watchdog/st_lpc_wdt.c
1708 F:      drivers/ata/ahci_st.c
1709
1710 ARM/STM32 ARCHITECTURE
1711 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1712 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1713 S:      Maintained
1714 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1715 N:      stm32
1716 F:      drivers/clocksource/armv7m_systick.c
1717
1718 ARM/TANGO ARCHITECTURE
1719 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1720 L:      linux-arm-kernel@lists.infradead.org
1721 S:      Maintained
1722 F:      arch/arm/mach-tango/
1723 F:      arch/arm/boot/dts/tango*
1724
1725 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1726 M:      Lennert Buytenhek <kernel@wantstofly.org>
1727 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1728 S:      Maintained
1729
1730 ARM/TETON BGA MACHINE SUPPORT
1731 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1732 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1733 S:      Maintained
1734
1735 ARM/THECUS N2100 MACHINE SUPPORT
1736 M:      Lennert Buytenhek <kernel@wantstofly.org>
1737 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1738 S:      Maintained
1739
1740 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1741 M:      Wan ZongShun <mcuos.com@gmail.com>
1742 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1743 W:      http://www.mcuos.com
1744 S:      Maintained
1745 F:      arch/arm/mach-w90x900/
1746 F:      drivers/input/keyboard/w90p910_keypad.c
1747 F:      drivers/input/touchscreen/w90p910_ts.c
1748 F:      drivers/watchdog/nuc900_wdt.c
1749 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1750 F:      drivers/mtd/nand/nuc900_nand.c
1751 F:      drivers/rtc/rtc-nuc900.c
1752 F:      drivers/spi/spi-nuc900.c
1753 F:      drivers/usb/host/ehci-w90x900.c
1754 F:      drivers/video/fbdev/nuc900fb.c
1755
1756 ARM/U300 MACHINE SUPPORT
1757 M:      Linus Walleij <linus.walleij@linaro.org>
1758 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1759 S:      Supported
1760 F:      arch/arm/mach-u300/
1761 F:      drivers/clocksource/timer-u300.c
1762 F:      drivers/i2c/busses/i2c-stu300.c
1763 F:      drivers/rtc/rtc-coh901331.c
1764 F:      drivers/watchdog/coh901327_wdt.c
1765 F:      drivers/dma/coh901318*
1766 F:      drivers/mfd/ab3100*
1767 F:      drivers/rtc/rtc-ab3100.c
1768 F:      drivers/rtc/rtc-coh901331.c
1769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1770
1771 ARM/UNIPHIER ARCHITECTURE
1772 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1773 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1774 S:      Maintained
1775 F:      arch/arm/boot/dts/uniphier*
1776 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1777 F:      arch/arm/mach-uniphier/
1778 F:      arch/arm/mm/cache-uniphier.c
1779 F:      arch/arm64/boot/dts/socionext/
1780 F:      drivers/bus/uniphier-system-bus.c
1781 F:      drivers/i2c/busses/i2c-uniphier*
1782 F:      drivers/pinctrl/uniphier/
1783 F:      drivers/tty/serial/8250/8250_uniphier.c
1784 N:      uniphier
1785
1786 ARM/Ux500 ARM ARCHITECTURE
1787 M:      Linus Walleij <linus.walleij@linaro.org>
1788 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1789 S:      Maintained
1790 F:      arch/arm/mach-ux500/
1791 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1792 F:      drivers/dma/ste_dma40*
1793 F:      drivers/hwspinlock/u8500_hsem.c
1794 F:      drivers/mfd/abx500*
1795 F:      drivers/mfd/ab8500*
1796 F:      drivers/mfd/dbx500*
1797 F:      drivers/mfd/db8500*
1798 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1799 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1800 F:      drivers/rtc/rtc-ab8500.c
1801 F:      drivers/rtc/rtc-pl031.c
1802 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1803
1804 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1805 M:      Ulf Hansson <ulf.hansson@linaro.org>
1806 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1807 T:      git git://git.linaro.org/people/ulfh/clk.git
1808 S:      Maintained
1809 F:      drivers/clk/ux500/
1810 F:      include/linux/platform_data/clk-ux500.h
1811
1812 ARM/VERSATILE EXPRESS PLATFORM
1813 M:      Liviu Dudau <liviu.dudau@arm.com>
1814 M:      Sudeep Holla <sudeep.holla@arm.com>
1815 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1816 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1817 S:      Maintained
1818 F:      arch/arm/boot/dts/vexpress*
1819 F:      arch/arm64/boot/dts/arm/
1820 F:      arch/arm/mach-vexpress/
1821 F:      */*/vexpress*
1822 F:      */*/*/vexpress*
1823 F:      drivers/clk/versatile/clk-vexpress-osc.c
1824 F:      drivers/clocksource/versatile.c
1825 N:      mps2
1826
1827 ARM/VFP SUPPORT
1828 M:      Russell King <linux@armlinux.org.uk>
1829 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1830 W:      http://www.armlinux.org.uk/
1831 S:      Maintained
1832 F:      arch/arm/vfp/
1833
1834 ARM/VOIPAC PXA270 SUPPORT
1835 M:      Marek Vasut <marek.vasut@gmail.com>
1836 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1837 S:      Maintained
1838 F:      arch/arm/mach-pxa/vpac270.c
1839 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1840
1841 ARM/VT8500 ARM ARCHITECTURE
1842 M:      Tony Prisk <linux@prisktech.co.nz>
1843 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1844 S:      Maintained
1845 F:      arch/arm/mach-vt8500/
1846 F:      drivers/clocksource/vt8500_timer.c
1847 F:      drivers/i2c/busses/i2c-wmt.c
1848 F:      drivers/mmc/host/wmt-sdmmc.c
1849 F:      drivers/pwm/pwm-vt8500.c
1850 F:      drivers/rtc/rtc-vt8500.c
1851 F:      drivers/tty/serial/vt8500_serial.c
1852 F:      drivers/usb/host/ehci-platform.c
1853 F:      drivers/usb/host/uhci-platform.c
1854 F:      drivers/video/fbdev/vt8500lcdfb.*
1855 F:      drivers/video/fbdev/wm8505fb*
1856 F:      drivers/video/fbdev/wmt_ge_rops.*
1857
1858 ARM/ZIPIT Z2 SUPPORT
1859 M:      Marek Vasut <marek.vasut@gmail.com>
1860 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1861 S:      Maintained
1862 F:      arch/arm/mach-pxa/z2.c
1863 F:      arch/arm/mach-pxa/include/mach/z2.h
1864
1865 ARM/ZTE ARCHITECTURE
1866 M:      Jun Nie <jun.nie@linaro.org>
1867 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1868 S:      Maintained
1869 F:      arch/arm/mach-zx/
1870 F:      drivers/clk/zte/
1871 F:      Documentation/devicetree/bindings/arm/zte.txt
1872 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1873
1874 ARM/ZYNQ ARCHITECTURE
1875 M:      Michal Simek <michal.simek@xilinx.com>
1876 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1877 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1878 W:      http://wiki.xilinx.com
1879 T:      git https://github.com/Xilinx/linux-xlnx.git
1880 S:      Supported
1881 F:      arch/arm/mach-zynq/
1882 F:      drivers/cpuidle/cpuidle-zynq.c
1883 F:      drivers/block/xsysace.c
1884 N:      zynq
1885 N:      xilinx
1886 F:      drivers/clocksource/cadence_ttc_timer.c
1887 F:      drivers/i2c/busses/i2c-cadence.c
1888 F:      drivers/mmc/host/sdhci-of-arasan.c
1889 F:      drivers/edac/synopsys_edac.c
1890
1891 ARM SMMU DRIVERS
1892 M:      Will Deacon <will.deacon@arm.com>
1893 R:      Robin Murphy <robin.murphy@arm.com>
1894 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1895 S:      Maintained
1896 F:      drivers/iommu/arm-smmu.c
1897 F:      drivers/iommu/arm-smmu-v3.c
1898 F:      drivers/iommu/io-pgtable-arm.c
1899 F:      drivers/iommu/io-pgtable-arm-v7s.c
1900
1901 ARM64 PORT (AARCH64 ARCHITECTURE)
1902 M:      Catalin Marinas <catalin.marinas@arm.com>
1903 M:      Will Deacon <will.deacon@arm.com>
1904 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1906 S:      Maintained
1907 F:      arch/arm64/
1908 F:      Documentation/arm64/
1909
1910 AS3645A LED FLASH CONTROLLER DRIVER
1911 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1912 L:      linux-media@vger.kernel.org
1913 T:      git git://linuxtv.org/media_tree.git
1914 S:      Maintained
1915 F:      drivers/media/i2c/as3645a.c
1916 F:      include/media/i2c/as3645a.h
1917
1918 ASC7621 HARDWARE MONITOR DRIVER
1919 M:      George Joseph <george.joseph@fairview5.com>
1920 L:      linux-hwmon@vger.kernel.org
1921 S:      Maintained
1922 F:      Documentation/hwmon/asc7621
1923 F:      drivers/hwmon/asc7621.c
1924
1925 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1926 M:      Corentin Chary <corentin.chary@gmail.com>
1927 L:      acpi4asus-user@lists.sourceforge.net
1928 L:      platform-driver-x86@vger.kernel.org
1929 W:      http://acpi4asus.sf.net
1930 S:      Maintained
1931 F:      drivers/platform/x86/asus*.c
1932 F:      drivers/platform/x86/eeepc*.c
1933
1934 ASUS WIRELESS RADIO CONTROL DRIVER
1935 M:      João Paulo Rechi Vita <jprvita@gmail.com>
1936 L:      platform-driver-x86@vger.kernel.org
1937 S:      Maintained
1938 F:      drivers/platform/x86/asus-wireless.c
1939
1940 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1941 R:      Dan Williams <dan.j.williams@intel.com>
1942 W:      http://sourceforge.net/projects/xscaleiop
1943 S:      Odd fixes
1944 F:      Documentation/crypto/async-tx-api.txt
1945 F:      crypto/async_tx/
1946 F:      drivers/dma/
1947 F:      include/linux/dmaengine.h
1948 F:      include/linux/async_tx.h
1949
1950 AT24 EEPROM DRIVER
1951 M:      Wolfram Sang <wsa@the-dreams.de>
1952 L:      linux-i2c@vger.kernel.org
1953 S:      Maintained
1954 F:      drivers/misc/eeprom/at24.c
1955 F:      include/linux/platform_data/at24.h
1956
1957 ATA OVER ETHERNET (AOE) DRIVER
1958 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1959 W:      http://www.openaoe.org/
1960 S:      Supported
1961 F:      Documentation/aoe/
1962 F:      drivers/block/aoe/
1963
1964 ATHEROS 71XX/9XXX GPIO DRIVER
1965 M:      Alban Bedel <albeu@free.fr>
1966 W:      https://github.com/AlbanBedel/linux
1967 T:      git git://github.com/AlbanBedel/linux
1968 S:      Maintained
1969 F:      drivers/gpio/gpio-ath79.c
1970 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1971
1972 ATHEROS ATH GENERIC UTILITIES
1973 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1974 L:      linux-wireless@vger.kernel.org
1975 S:      Supported
1976 F:      drivers/net/wireless/ath/*
1977
1978 ATHEROS ATH5K WIRELESS DRIVER
1979 M:      Jiri Slaby <jirislaby@gmail.com>
1980 M:      Nick Kossifidis <mickflemm@gmail.com>
1981 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1982 L:      linux-wireless@vger.kernel.org
1983 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1984 S:      Maintained
1985 F:      drivers/net/wireless/ath/ath5k/
1986
1987 ATHEROS ATH6KL WIRELESS DRIVER
1988 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1989 L:      linux-wireless@vger.kernel.org
1990 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
1992 S:      Supported
1993 F:      drivers/net/wireless/ath/ath6kl/
1994
1995 WILOCITY WIL6210 WIRELESS DRIVER
1996 M:      Maya Erez <qca_merez@qca.qualcomm.com>
1997 L:      linux-wireless@vger.kernel.org
1998 L:      wil6210@qca.qualcomm.com
1999 S:      Supported
2000 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2001 F:      drivers/net/wireless/ath/wil6210/
2002 F:      include/uapi/linux/wil6210_uapi.h
2003
2004 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2005 M:      Christian Lamparter <chunkeey@googlemail.com>
2006 L:      linux-wireless@vger.kernel.org
2007 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2008 S:      Maintained
2009 F:      drivers/net/wireless/ath/carl9170/
2010
2011 ATK0110 HWMON DRIVER
2012 M:      Luca Tettamanti <kronos.it@gmail.com>
2013 L:      linux-hwmon@vger.kernel.org
2014 S:      Maintained
2015 F:      drivers/hwmon/asus_atk0110.c
2016
2017 ATI_REMOTE2 DRIVER
2018 M:      Ville Syrjala <syrjala@sci.fi>
2019 S:      Maintained
2020 F:      drivers/input/misc/ati_remote2.c
2021
2022 ATLX ETHERNET DRIVERS
2023 M:      Jay Cliburn <jcliburn@gmail.com>
2024 M:      Chris Snook <chris.snook@gmail.com>
2025 L:      netdev@vger.kernel.org
2026 W:      http://sourceforge.net/projects/atl1
2027 W:      http://atl1.sourceforge.net
2028 S:      Maintained
2029 F:      drivers/net/ethernet/atheros/
2030
2031 ATM
2032 M:      Chas Williams <3chas3@gmail.com>
2033 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2034 L:      netdev@vger.kernel.org
2035 W:      http://linux-atm.sourceforge.net
2036 S:      Maintained
2037 F:      drivers/atm/
2038 F:      include/linux/atm*
2039 F:      include/uapi/linux/atm*
2040
2041 ATMEL AT91 / AT32 MCI DRIVER
2042 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2043 S:      Maintained
2044 F:      drivers/mmc/host/atmel-mci.c
2045
2046 ATMEL AT91 / AT32 SERIAL DRIVER
2047 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2048 S:      Supported
2049 F:      drivers/tty/serial/atmel_serial.c
2050
2051 ATMEL SAMA5D2 ADC DRIVER
2052 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2053 L:      linux-iio@vger.kernel.org
2054 S:      Supported
2055 F:      drivers/iio/adc/at91-sama5d2_adc.c
2056
2057 ATMEL Audio ALSA driver
2058 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2059 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2060 S:      Supported
2061 F:      sound/soc/atmel
2062
2063 ATMEL DMA DRIVER
2064 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2065 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2066 S:      Supported
2067 F:      drivers/dma/at_hdmac.c
2068 F:      drivers/dma/at_hdmac_regs.h
2069 F:      include/linux/platform_data/dma-atmel.h
2070
2071 ATMEL XDMA DRIVER
2072 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2073 L:      linux-arm-kernel@lists.infradead.org
2074 L:      dmaengine@vger.kernel.org
2075 S:      Supported
2076 F:      drivers/dma/at_xdmac.c
2077
2078 ATMEL I2C DRIVER
2079 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2080 L:      linux-i2c@vger.kernel.org
2081 S:      Supported
2082 F:      drivers/i2c/busses/i2c-at91.c
2083
2084 ATMEL ISI DRIVER
2085 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2086 L:      linux-media@vger.kernel.org
2087 S:      Supported
2088 F:      drivers/media/platform/soc_camera/atmel-isi.c
2089 F:      include/media/atmel-isi.h
2090
2091 ATMEL LCDFB DRIVER
2092 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2093 L:      linux-fbdev@vger.kernel.org
2094 S:      Maintained
2095 F:      drivers/video/fbdev/atmel_lcdfb.c
2096 F:      include/video/atmel_lcdc.h
2097
2098 ATMEL MACB ETHERNET DRIVER
2099 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2100 S:      Supported
2101 F:      drivers/net/ethernet/cadence/
2102
2103 ATMEL NAND DRIVER
2104 M:      Wenyou Yang <wenyou.yang@atmel.com>
2105 M:      Josh Wu <rainyfeeling@outlook.com>
2106 L:      linux-mtd@lists.infradead.org
2107 S:      Supported
2108 F:      drivers/mtd/nand/atmel_nand*
2109
2110 ATMEL SDMMC DRIVER
2111 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2112 L:      linux-mmc@vger.kernel.org
2113 S:      Supported
2114 F:      drivers/mmc/host/sdhci-of-at91.c
2115
2116 ATMEL SPI DRIVER
2117 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2118 S:      Supported
2119 F:      drivers/spi/spi-atmel.*
2120
2121 ATMEL SSC DRIVER
2122 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2123 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2124 S:      Supported
2125 F:      drivers/misc/atmel-ssc.c
2126 F:      include/linux/atmel-ssc.h
2127
2128 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2129 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2130 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2131 S:      Supported
2132 F:      drivers/misc/atmel_tclib.c
2133 F:      drivers/clocksource/tcb_clksrc.c
2134
2135 ATMEL USBA UDC DRIVER
2136 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2137 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2138 S:      Supported
2139 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2140
2141 ATMEL WIRELESS DRIVER
2142 M:      Simon Kelley <simon@thekelleys.org.uk>
2143 L:      linux-wireless@vger.kernel.org
2144 W:      http://www.thekelleys.org.uk/atmel
2145 W:      http://atmelwlandriver.sourceforge.net/
2146 S:      Maintained
2147 F:      drivers/net/wireless/atmel/atmel*
2148
2149 ATMEL MAXTOUCH DRIVER
2150 M:      Nick Dyer <nick.dyer@itdev.co.uk>
2151 T:      git git://github.com/atmel-maxtouch/linux.git
2152 S:      Supported
2153 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2154 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2155 F:      include/linux/platform_data/atmel_mxt_ts.h
2156
2157 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2158 M:      Bradley Grove <linuxdrivers@attotech.com>
2159 L:      linux-scsi@vger.kernel.org
2160 W:      http://www.attotech.com
2161 S:      Supported
2162 F:      drivers/scsi/esas2r
2163
2164 ATUSB IEEE 802.15.4 RADIO DRIVER
2165 M:      Stefan Schmidt <stefan@osg.samsung.com>
2166 L:      linux-wpan@vger.kernel.org
2167 S:      Maintained
2168 F:      drivers/net/ieee802154/atusb.c
2169 F:      drivers/net/ieee802154/atusb.h
2170 F:      drivers/net/ieee802154/at86rf230.h
2171
2172 AUDIT SUBSYSTEM
2173 M:      Paul Moore <paul@paul-moore.com>
2174 M:      Eric Paris <eparis@redhat.com>
2175 L:      linux-audit@redhat.com (moderated for non-subscribers)
2176 W:      http://people.redhat.com/sgrubb/audit/
2177 T:      git git://git.infradead.org/users/pcmoore/audit
2178 S:      Maintained
2179 F:      include/linux/audit.h
2180 F:      include/uapi/linux/audit.h
2181 F:      kernel/audit*
2182
2183 AUXILIARY DISPLAY DRIVERS
2184 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2185 W:      http://miguelojeda.es/auxdisplay.htm
2186 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2187 S:      Maintained
2188 F:      drivers/auxdisplay/
2189 F:      include/linux/cfag12864b.h
2190
2191 AVR32 ARCHITECTURE
2192 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2193 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2194 W:      http://www.atmel.com/products/AVR32/
2195 W:      http://mirror.egtvedt.no/avr32linux.org/
2196 W:      http://avrfreaks.net/
2197 S:      Maintained
2198 F:      arch/avr32/
2199
2200 AVR32/AT32AP MACHINE SUPPORT
2201 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2202 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2203 S:      Maintained
2204 F:      arch/avr32/mach-at32ap/
2205
2206 AX.25 NETWORK LAYER
2207 M:      Ralf Baechle <ralf@linux-mips.org>
2208 L:      linux-hams@vger.kernel.org
2209 W:      http://www.linux-ax25.org/
2210 S:      Maintained
2211 F:      include/uapi/linux/ax25.h
2212 F:      include/net/ax25.h
2213 F:      net/ax25/
2214
2215 AZ6007 DVB DRIVER
2216 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2217 L:      linux-media@vger.kernel.org
2218 W:      https://linuxtv.org
2219 T:      git git://linuxtv.org/media_tree.git
2220 S:      Maintained
2221 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2222
2223 AZTECH FM RADIO RECEIVER DRIVER
2224 M:      Hans Verkuil <hverkuil@xs4all.nl>
2225 L:      linux-media@vger.kernel.org
2226 T:      git git://linuxtv.org/media_tree.git
2227 W:      https://linuxtv.org
2228 S:      Maintained
2229 F:      drivers/media/radio/radio-aztech*
2230
2231 B43 WIRELESS DRIVER
2232 L:      linux-wireless@vger.kernel.org
2233 L:      b43-dev@lists.infradead.org
2234 W:      http://wireless.kernel.org/en/users/Drivers/b43
2235 S:      Odd Fixes
2236 F:      drivers/net/wireless/broadcom/b43/
2237
2238 B43LEGACY WIRELESS DRIVER
2239 M:      Larry Finger <Larry.Finger@lwfinger.net>
2240 L:      linux-wireless@vger.kernel.org
2241 L:      b43-dev@lists.infradead.org
2242 W:      http://wireless.kernel.org/en/users/Drivers/b43
2243 S:      Maintained
2244 F:      drivers/net/wireless/broadcom/b43legacy/
2245
2246 BACKLIGHT CLASS/SUBSYSTEM
2247 M:      Jingoo Han <jingoohan1@gmail.com>
2248 M:      Lee Jones <lee.jones@linaro.org>
2249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2250 S:      Maintained
2251 F:      drivers/video/backlight/
2252 F:      include/linux/backlight.h
2253
2254 BATMAN ADVANCED
2255 M:      Marek Lindner <mareklindner@neomailbox.ch>
2256 M:      Simon Wunderlich <sw@simonwunderlich.de>
2257 M:      Antonio Quartulli <a@unstable.cc>
2258 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2259 W:      https://www.open-mesh.org/
2260 Q:      https://patchwork.open-mesh.org/project/batman/list/
2261 S:      Maintained
2262 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2263 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2264 F:      Documentation/networking/batman-adv.txt
2265 F:      net/batman-adv/
2266
2267 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2268 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2269 L:      linux-hams@vger.kernel.org
2270 W:      http://www.baycom.org/~tom/ham/ham.html
2271 S:      Maintained
2272 F:      drivers/net/hamradio/baycom*
2273
2274 BCACHE (BLOCK LAYER CACHE)
2275 M:      Kent Overstreet <kent.overstreet@gmail.com>
2276 L:      linux-bcache@vger.kernel.org
2277 W:      http://bcache.evilpiepirate.org
2278 S:      Maintained
2279 F:      drivers/md/bcache/
2280
2281 BDISP ST MEDIA DRIVER
2282 M:      Fabien Dessenne <fabien.dessenne@st.com>
2283 L:      linux-media@vger.kernel.org
2284 T:      git git://linuxtv.org/media_tree.git
2285 W:      https://linuxtv.org
2286 S:      Supported
2287 F:      drivers/media/platform/sti/bdisp
2288
2289 BEFS FILE SYSTEM
2290 S:      Orphan
2291 F:      Documentation/filesystems/befs.txt
2292 F:      fs/befs/
2293
2294 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2295 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2296 L:      netdev@vger.kernel.org
2297 S:      Maintained
2298 F:      drivers/net/ethernet/ec_bhf.c
2299
2300 BFS FILE SYSTEM
2301 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2302 S:      Maintained
2303 F:      Documentation/filesystems/bfs.txt
2304 F:      fs/bfs/
2305 F:      include/uapi/linux/bfs_fs.h
2306
2307 BLACKFIN ARCHITECTURE
2308 M:      Steven Miao <realmz6@gmail.com>
2309 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2310 T:      git git://git.code.sf.net/p/adi-linux/code
2311 W:      http://blackfin.uclinux.org
2312 S:      Supported
2313 F:      arch/blackfin/
2314
2315 BLACKFIN EMAC DRIVER
2316 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2317 W:      http://blackfin.uclinux.org
2318 S:      Supported
2319 F:      drivers/net/ethernet/adi/
2320
2321 BLACKFIN RTC DRIVER
2322 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2323 W:      http://blackfin.uclinux.org
2324 S:      Supported
2325 F:      drivers/rtc/rtc-bfin.c
2326
2327 BLACKFIN SDH DRIVER
2328 M:      Sonic Zhang <sonic.zhang@analog.com>
2329 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2330 W:      http://blackfin.uclinux.org
2331 S:      Supported
2332 F:      drivers/mmc/host/bfin_sdh.c
2333
2334 BLACKFIN SERIAL DRIVER
2335 M:      Sonic Zhang <sonic.zhang@analog.com>
2336 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2337 W:      http://blackfin.uclinux.org
2338 S:      Supported
2339 F:      drivers/tty/serial/bfin_uart.c
2340
2341 BLACKFIN WATCHDOG DRIVER
2342 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2343 W:      http://blackfin.uclinux.org
2344 S:      Supported
2345 F:      drivers/watchdog/bfin_wdt.c
2346
2347 BLACKFIN I2C TWI DRIVER
2348 M:      Sonic Zhang <sonic.zhang@analog.com>
2349 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2350 W:      http://blackfin.uclinux.org/
2351 S:      Supported
2352 F:      drivers/i2c/busses/i2c-bfin-twi.c
2353
2354 BLACKFIN MEDIA DRIVER
2355 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2356 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2357 W:      http://blackfin.uclinux.org/
2358 S:      Supported
2359 F:      drivers/media/platform/blackfin/
2360 F:      drivers/media/i2c/adv7183*
2361 F:      drivers/media/i2c/vs6624*
2362
2363 BLINKM RGB LED DRIVER
2364 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2365 S:      Maintained
2366 F:      drivers/leds/leds-blinkm.c
2367
2368 BLOCK LAYER
2369 M:      Jens Axboe <axboe@kernel.dk>
2370 L:      linux-block@vger.kernel.org
2371 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2372 S:      Maintained
2373 F:      block/
2374 F:      kernel/trace/blktrace.c
2375
2376 BLOCK2MTD DRIVER
2377 M:      Joern Engel <joern@lazybastard.org>
2378 L:      linux-mtd@lists.infradead.org
2379 S:      Maintained
2380 F:      drivers/mtd/devices/block2mtd.c
2381
2382 BLUETOOTH DRIVERS
2383 M:      Marcel Holtmann <marcel@holtmann.org>
2384 M:      Gustavo Padovan <gustavo@padovan.org>
2385 M:      Johan Hedberg <johan.hedberg@gmail.com>
2386 L:      linux-bluetooth@vger.kernel.org
2387 W:      http://www.bluez.org/
2388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2389 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2390 S:      Maintained
2391 F:      drivers/bluetooth/
2392
2393 BLUETOOTH SUBSYSTEM
2394 M:      Marcel Holtmann <marcel@holtmann.org>
2395 M:      Gustavo Padovan <gustavo@padovan.org>
2396 M:      Johan Hedberg <johan.hedberg@gmail.com>
2397 L:      linux-bluetooth@vger.kernel.org
2398 W:      http://www.bluez.org/
2399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2400 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2401 S:      Maintained
2402 F:      net/bluetooth/
2403 F:      include/net/bluetooth/
2404
2405 BONDING DRIVER
2406 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2407 M:      Veaceslav Falico <vfalico@gmail.com>
2408 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2409 L:      netdev@vger.kernel.org
2410 W:      http://sourceforge.net/projects/bonding/
2411 S:      Supported
2412 F:      drivers/net/bonding/
2413 F:      include/uapi/linux/if_bonding.h
2414
2415 BPF (Safe dynamic programs and tools)
2416 M:      Alexei Starovoitov <ast@kernel.org>
2417 L:      netdev@vger.kernel.org
2418 L:      linux-kernel@vger.kernel.org
2419 S:      Supported
2420 F:      kernel/bpf/
2421
2422 BROADCOM B44 10/100 ETHERNET DRIVER
2423 M:      Gary Zambrano <zambrano@broadcom.com>
2424 L:      netdev@vger.kernel.org
2425 S:      Supported
2426 F:      drivers/net/ethernet/broadcom/b44.*
2427
2428 BROADCOM GENET ETHERNET DRIVER
2429 M:      Florian Fainelli <f.fainelli@gmail.com>
2430 L:      netdev@vger.kernel.org
2431 S:      Supported
2432 F:      drivers/net/ethernet/broadcom/genet/
2433
2434 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2435 M:      Sony Chacko <sony.chacko@qlogic.com>
2436 M:      Dept-HSGLinuxNICDev@qlogic.com
2437 L:      netdev@vger.kernel.org
2438 S:      Supported
2439 F:      drivers/net/ethernet/broadcom/bnx2.*
2440 F:      drivers/net/ethernet/broadcom/bnx2_*
2441
2442 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2443 M:      Ariel Elior <ariel.elior@qlogic.com>
2444 L:      netdev@vger.kernel.org
2445 S:      Supported
2446 F:      drivers/net/ethernet/broadcom/bnx2x/
2447
2448 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2449 M:      Florian Fainelli <f.fainelli@gmail.com>
2450 M:      Ray Jui <rjui@broadcom.com>
2451 M:      Scott Branden <sbranden@broadcom.com>
2452 L:      bcm-kernel-feedback-list@broadcom.com
2453 T:      git git://github.com/broadcom/mach-bcm
2454 S:      Maintained
2455 F:      arch/arm/mach-bcm/
2456 F:      arch/arm/boot/dts/bcm113*
2457 F:      arch/arm/boot/dts/bcm216*
2458 F:      arch/arm/boot/dts/bcm281*
2459 F:      arch/arm64/boot/dts/broadcom/
2460 F:      arch/arm/configs/bcm_defconfig
2461 F:      drivers/mmc/host/sdhci-bcm-kona.c
2462 F:      drivers/clocksource/bcm_kona_timer.c
2463
2464 BROADCOM BCM2835 ARM ARCHITECTURE
2465 M:      Stephen Warren <swarren@wwwdotorg.org>
2466 M:      Lee Jones <lee@kernel.org>
2467 M:      Eric Anholt <eric@anholt.net>
2468 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2469 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2471 S:      Maintained
2472 N:      bcm2835
2473
2474 BROADCOM BCM47XX MIPS ARCHITECTURE
2475 M:      Hauke Mehrtens <hauke@hauke-m.de>
2476 M:      Rafał Miłecki <zajec5@gmail.com>
2477 L:      linux-mips@linux-mips.org
2478 S:      Maintained
2479 F:      arch/mips/bcm47xx/*
2480 F:      arch/mips/include/asm/mach-bcm47xx/*
2481
2482 BROADCOM BCM5301X ARM ARCHITECTURE
2483 M:      Hauke Mehrtens <hauke@hauke-m.de>
2484 L:      linux-arm-kernel@lists.infradead.org
2485 S:      Maintained
2486 F:      arch/arm/mach-bcm/bcm_5301x.c
2487 F:      arch/arm/boot/dts/bcm5301x.dtsi
2488 F:      arch/arm/boot/dts/bcm470*
2489
2490 BROADCOM BCM63XX ARM ARCHITECTURE
2491 M:      Florian Fainelli <f.fainelli@gmail.com>
2492 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2493 L:      bcm-kernel-feedback-list@broadcom.com
2494 T:      git git://github.com/broadcom/stblinux.git
2495 S:      Maintained
2496 F:      arch/arm/mach-bcm/bcm63xx.c
2497 F:      arch/arm/include/debug/bcm63xx.S
2498
2499 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2500 M:      Kevin Cernekee <cernekee@gmail.com>
2501 L:      linux-usb@vger.kernel.org
2502 S:      Maintained
2503 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2504
2505 BROADCOM BCM7XXX ARM ARCHITECTURE
2506 M:      Brian Norris <computersforpeace@gmail.com>
2507 M:      Gregory Fong <gregory.0xf0@gmail.com>
2508 M:      Florian Fainelli <f.fainelli@gmail.com>
2509 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2510 L:      bcm-kernel-feedback-list@broadcom.com
2511 T:      git git://github.com/broadcom/stblinux.git
2512 S:      Maintained
2513 F:      arch/arm/mach-bcm/*brcmstb*
2514 F:      arch/arm/boot/dts/bcm7*.dts*
2515 F:      drivers/bus/brcmstb_gisb.c
2516 N:      brcmstb
2517
2518 BROADCOM BMIPS MIPS ARCHITECTURE
2519 M:      Kevin Cernekee <cernekee@gmail.com>
2520 M:      Florian Fainelli <f.fainelli@gmail.com>
2521 L:      linux-mips@linux-mips.org
2522 T:      git git://github.com/broadcom/stblinux.git
2523 S:      Maintained
2524 F:      arch/mips/bmips/*
2525 F:      arch/mips/include/asm/mach-bmips/*
2526 F:      arch/mips/kernel/*bmips*
2527 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2528 F:      drivers/irqchip/irq-bcm63*
2529 F:      drivers/irqchip/irq-bcm7*
2530 F:      drivers/irqchip/irq-brcmstb*
2531 F:      include/linux/bcm963xx_nvram.h
2532 F:      include/linux/bcm963xx_tag.h
2533
2534 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2535 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2536 M:      Prashant Sreedharan <prashant@broadcom.com>
2537 M:      Michael Chan <mchan@broadcom.com>
2538 L:      netdev@vger.kernel.org
2539 S:      Supported
2540 F:      drivers/net/ethernet/broadcom/tg3.*
2541
2542 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2543 M:      Brett Rudley <brudley@broadcom.com>
2544 M:      Arend van Spriel <arend@broadcom.com>
2545 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2546 M:      Hante Meuleman <meuleman@broadcom.com>
2547 L:      linux-wireless@vger.kernel.org
2548 L:      brcm80211-dev-list@broadcom.com
2549 S:      Supported
2550 F:      drivers/net/wireless/broadcom/brcm80211/
2551
2552 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2553 M:      QLogic-Storage-Upstream@qlogic.com
2554 L:      linux-scsi@vger.kernel.org
2555 S:      Supported
2556 F:      drivers/scsi/bnx2fc/
2557
2558 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2559 M:      QLogic-Storage-Upstream@qlogic.com
2560 L:      linux-scsi@vger.kernel.org
2561 S:      Supported
2562 F:      drivers/scsi/bnx2i/
2563
2564 BROADCOM IPROC ARM ARCHITECTURE
2565 M:      Ray Jui <rjui@broadcom.com>
2566 M:      Scott Branden <sbranden@broadcom.com>
2567 M:      Jon Mason <jonmason@broadcom.com>
2568 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2569 L:      bcm-kernel-feedback-list@broadcom.com
2570 T:      git git://github.com/broadcom/cygnus-linux.git
2571 S:      Maintained
2572 N:      iproc
2573 N:      cygnus
2574 N:      nsp
2575 N:      bcm9113*
2576 N:      bcm9583*
2577 N:      bcm9585*
2578 N:      bcm9586*
2579 N:      bcm988312
2580 N:      bcm113*
2581 N:      bcm583*
2582 N:      bcm585*
2583 N:      bcm586*
2584 N:      bcm88312
2585
2586 BROADCOM BRCMSTB GPIO DRIVER
2587 M:      Gregory Fong <gregory.0xf0@gmail.com>
2588 L:      bcm-kernel-feedback-list@broadcom.com
2589 S:      Supported
2590 F:      drivers/gpio/gpio-brcmstb.c
2591 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2592
2593 BROADCOM KONA GPIO DRIVER
2594 M:      Ray Jui <rjui@broadcom.com>
2595 L:      bcm-kernel-feedback-list@broadcom.com
2596 S:      Supported
2597 F:      drivers/gpio/gpio-bcm-kona.c
2598 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2599
2600 BROADCOM NVRAM DRIVER
2601 M:      Rafał Miłecki <zajec5@gmail.com>
2602 L:      linux-mips@linux-mips.org
2603 S:      Maintained
2604 F:      drivers/firmware/broadcom/*
2605
2606 BROADCOM STB NAND FLASH DRIVER
2607 M:      Brian Norris <computersforpeace@gmail.com>
2608 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2609 L:      linux-mtd@lists.infradead.org
2610 L:      bcm-kernel-feedback-list@broadcom.com
2611 S:      Maintained
2612 F:      drivers/mtd/nand/brcmnand/
2613
2614 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2615 M:      Rafał Miłecki <zajec5@gmail.com>
2616 L:      linux-wireless@vger.kernel.org
2617 S:      Maintained
2618 F:      drivers/bcma/
2619 F:      include/linux/bcma/
2620
2621 BROADCOM SYSTEMPORT ETHERNET DRIVER
2622 M:      Florian Fainelli <f.fainelli@gmail.com>
2623 L:      netdev@vger.kernel.org
2624 S:      Supported
2625 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2626
2627 BROADCOM VULCAN ARM64 SOC
2628 M:      Jayachandran C. <jchandra@broadcom.com>
2629 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2630 L:      bcm-kernel-feedback-list@broadcom.com
2631 S:      Maintained
2632 F:      arch/arm64/boot/dts/broadcom/vulcan*
2633
2634 BROCADE BFA FC SCSI DRIVER
2635 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2636 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2637 L:      linux-scsi@vger.kernel.org
2638 S:      Supported
2639 F:      drivers/scsi/bfa/
2640
2641 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2642 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2643 L:      netdev@vger.kernel.org
2644 S:      Supported
2645 F:      drivers/net/ethernet/brocade/bna/
2646
2647 BSG (block layer generic sg v4 driver)
2648 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2649 L:      linux-scsi@vger.kernel.org
2650 S:      Supported
2651 F:      block/bsg.c
2652 F:      include/linux/bsg.h
2653 F:      include/uapi/linux/bsg.h
2654
2655 BT87X AUDIO DRIVER
2656 M:      Clemens Ladisch <clemens@ladisch.de>
2657 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2658 T:      git git://git.alsa-project.org/alsa-kernel.git
2659 S:      Maintained
2660 F:      Documentation/sound/alsa/Bt87x.txt
2661 F:      sound/pci/bt87x.c
2662
2663 BT8XXGPIO DRIVER
2664 M:      Michael Buesch <m@bues.ch>
2665 W:      http://bu3sch.de/btgpio.php
2666 S:      Maintained
2667 F:      drivers/gpio/gpio-bt8xx.c
2668
2669 BTRFS FILE SYSTEM
2670 M:      Chris Mason <clm@fb.com>
2671 M:      Josef Bacik <jbacik@fb.com>
2672 M:      David Sterba <dsterba@suse.com>
2673 L:      linux-btrfs@vger.kernel.org
2674 W:      http://btrfs.wiki.kernel.org/
2675 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2677 S:      Maintained
2678 F:      Documentation/filesystems/btrfs.txt
2679 F:      fs/btrfs/
2680
2681 BTTV VIDEO4LINUX DRIVER
2682 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2683 L:      linux-media@vger.kernel.org
2684 W:      https://linuxtv.org
2685 T:      git git://linuxtv.org/media_tree.git
2686 S:      Odd fixes
2687 F:      Documentation/video4linux/bttv/
2688 F:      drivers/media/pci/bt8xx/bttv*
2689
2690 BUSLOGIC SCSI DRIVER
2691 M:      Khalid Aziz <khalid@gonehiking.org>
2692 L:      linux-scsi@vger.kernel.org
2693 S:      Maintained
2694 F:      drivers/scsi/BusLogic.*
2695 F:      drivers/scsi/FlashPoint.*
2696
2697 C-MEDIA CMI8788 DRIVER
2698 M:      Clemens Ladisch <clemens@ladisch.de>
2699 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2700 T:      git git://git.alsa-project.org/alsa-kernel.git
2701 S:      Maintained
2702 F:      sound/pci/oxygen/
2703
2704 C6X ARCHITECTURE
2705 M:      Mark Salter <msalter@redhat.com>
2706 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2707 L:      linux-c6x-dev@linux-c6x.org
2708 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2709 S:      Maintained
2710 F:      arch/c6x/
2711
2712 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2713 M:      David Howells <dhowells@redhat.com>
2714 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2715 S:      Supported
2716 F:      Documentation/filesystems/caching/cachefiles.txt
2717 F:      fs/cachefiles/
2718
2719 CADET FM/AM RADIO RECEIVER DRIVER
2720 M:      Hans Verkuil <hverkuil@xs4all.nl>
2721 L:      linux-media@vger.kernel.org
2722 T:      git git://linuxtv.org/media_tree.git
2723 W:      https://linuxtv.org
2724 S:      Maintained
2725 F:      drivers/media/radio/radio-cadet*
2726
2727 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2728 M:      Jonathan Corbet <corbet@lwn.net>
2729 L:      linux-media@vger.kernel.org
2730 T:      git git://linuxtv.org/media_tree.git
2731 S:      Maintained
2732 F:      Documentation/video4linux/cafe_ccic
2733 F:      drivers/media/platform/marvell-ccic/
2734
2735 CAIF NETWORK LAYER
2736 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2737 L:      netdev@vger.kernel.org
2738 S:      Supported
2739 F:      Documentation/networking/caif/
2740 F:      drivers/net/caif/
2741 F:      include/uapi/linux/caif/
2742 F:      include/net/caif/
2743 F:      net/caif/
2744
2745 CALGARY x86-64 IOMMU
2746 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2747 M:      "Jon D. Mason" <jdmason@kudzu.us>
2748 L:      discuss@x86-64.org
2749 S:      Maintained
2750 F:      arch/x86/kernel/pci-calgary_64.c
2751 F:      arch/x86/kernel/tce_64.c
2752 F:      arch/x86/include/asm/calgary.h
2753 F:      arch/x86/include/asm/tce.h
2754
2755 CAN NETWORK LAYER
2756 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2757 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2758 L:      linux-can@vger.kernel.org
2759 W:      https://github.com/linux-can
2760 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2762 S:      Maintained
2763 F:      Documentation/networking/can.txt
2764 F:      net/can/
2765 F:      include/linux/can/core.h
2766 F:      include/uapi/linux/can.h
2767 F:      include/uapi/linux/can/bcm.h
2768 F:      include/uapi/linux/can/raw.h
2769 F:      include/uapi/linux/can/gw.h
2770
2771 CAN NETWORK DRIVERS
2772 M:      Wolfgang Grandegger <wg@grandegger.com>
2773 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2774 L:      linux-can@vger.kernel.org
2775 W:      https://github.com/linux-can
2776 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2778 S:      Maintained
2779 F:      drivers/net/can/
2780 F:      include/linux/can/dev.h
2781 F:      include/linux/can/platform/
2782 F:      include/uapi/linux/can/error.h
2783 F:      include/uapi/linux/can/netlink.h
2784
2785 CAPABILITIES
2786 M:      Serge Hallyn <serge.hallyn@canonical.com>
2787 L:      linux-security-module@vger.kernel.org
2788 S:      Supported
2789 F:      include/linux/capability.h
2790 F:      include/uapi/linux/capability.h
2791 F:      security/commoncap.c
2792 F:      kernel/capability.c
2793
2794 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2795 M:      Kevin Tsai <ktsai@capellamicro.com>
2796 S:      Maintained
2797 F:      drivers/iio/light/cm*
2798 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2799
2800 CAVIUM LIQUIDIO NETWORK DRIVER
2801 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2802 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2803 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2804 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2805 L:     netdev@vger.kernel.org
2806 W:     http://www.cavium.com
2807 S:     Supported
2808 F:     drivers/net/ethernet/cavium/liquidio/
2809
2810 CC2520 IEEE-802.15.4 RADIO DRIVER
2811 M:      Varka Bhadram <varkabhadram@gmail.com>
2812 L:      linux-wpan@vger.kernel.org
2813 S:      Maintained
2814 F:      drivers/net/ieee802154/cc2520.c
2815 F:      include/linux/spi/cc2520.h
2816 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2817
2818 CELL BROADBAND ENGINE ARCHITECTURE
2819 M:      Arnd Bergmann <arnd@arndb.de>
2820 L:      linuxppc-dev@lists.ozlabs.org
2821 W:      http://www.ibm.com/developerworks/power/cell/
2822 S:      Supported
2823 F:      arch/powerpc/include/asm/cell*.h
2824 F:      arch/powerpc/include/asm/spu*.h
2825 F:      arch/powerpc/include/uapi/asm/spu*.h
2826 F:      arch/powerpc/oprofile/*cell*
2827 F:      arch/powerpc/platforms/cell/
2828
2829 CEPH COMMON CODE (LIBCEPH)
2830 M:      Ilya Dryomov <idryomov@gmail.com>
2831 M:      "Yan, Zheng" <zyan@redhat.com>
2832 M:      Sage Weil <sage@redhat.com>
2833 L:      ceph-devel@vger.kernel.org
2834 W:      http://ceph.com/
2835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2836 T:      git git://github.com/ceph/ceph-client.git
2837 S:      Supported
2838 F:      net/ceph/
2839 F:      include/linux/ceph/
2840 F:      include/linux/crush/
2841
2842 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2843 M:      "Yan, Zheng" <zyan@redhat.com>
2844 M:      Sage Weil <sage@redhat.com>
2845 M:      Ilya Dryomov <idryomov@gmail.com>
2846 L:      ceph-devel@vger.kernel.org
2847 W:      http://ceph.com/
2848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2849 T:      git git://github.com/ceph/ceph-client.git
2850 S:      Supported
2851 F:      Documentation/filesystems/ceph.txt
2852 F:      fs/ceph/
2853
2854 CERTIFICATE HANDLING:
2855 M:      David Howells <dhowells@redhat.com>
2856 M:      David Woodhouse <dwmw2@infradead.org>
2857 L:      keyrings@vger.kernel.org
2858 S:      Maintained
2859 F:      Documentation/module-signing.txt
2860 F:      certs/
2861 F:      scripts/sign-file.c
2862 F:      scripts/extract-cert.c
2863
2864 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2865 L:      linux-usb@vger.kernel.org
2866 S:      Orphan
2867 F:      Documentation/usb/WUSB-Design-overview.txt
2868 F:      Documentation/usb/wusb-cbaf
2869 F:      drivers/usb/host/hwa-hc.c
2870 F:      drivers/usb/host/whci/
2871 F:      drivers/usb/wusbcore/
2872 F:      include/linux/usb/wusb*
2873
2874 CFAG12864B LCD DRIVER
2875 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2876 W:      http://miguelojeda.es/auxdisplay.htm
2877 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2878 S:      Maintained
2879 F:      drivers/auxdisplay/cfag12864b.c
2880 F:      include/linux/cfag12864b.h
2881
2882 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2883 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2884 W:      http://miguelojeda.es/auxdisplay.htm
2885 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2886 S:      Maintained
2887 F:      drivers/auxdisplay/cfag12864bfb.c
2888 F:      include/linux/cfag12864b.h
2889
2890 CFG80211 and NL80211
2891 M:      Johannes Berg <johannes@sipsolutions.net>
2892 L:      linux-wireless@vger.kernel.org
2893 W:      http://wireless.kernel.org/
2894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2896 S:      Maintained
2897 F:      include/uapi/linux/nl80211.h
2898 F:      include/net/cfg80211.h
2899 F:      net/wireless/*
2900 X:      net/wireless/wext*
2901
2902 CHAR and MISC DRIVERS
2903 M:      Arnd Bergmann <arnd@arndb.de>
2904 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2906 S:      Supported
2907 F:      drivers/char/*
2908 F:      drivers/misc/*
2909 F:      include/linux/miscdevice.h
2910
2911 CHECKPATCH
2912 M:      Andy Whitcroft <apw@canonical.com>
2913 M:      Joe Perches <joe@perches.com>
2914 S:      Maintained
2915 F:      scripts/checkpatch.pl
2916
2917 CHINESE DOCUMENTATION
2918 M:      Harry Wei <harryxiyou@gmail.com>
2919 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2920 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2921 S:      Maintained
2922 F:      Documentation/zh_CN/
2923
2924 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2925 M:      Peter Chen <Peter.Chen@nxp.com>
2926 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2927 L:      linux-usb@vger.kernel.org
2928 S:      Maintained
2929 F:      drivers/usb/chipidea/
2930
2931 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2932 M:      Hans de Goede <hdegoede@redhat.com>
2933 L:      linux-input@vger.kernel.org
2934 S:      Maintained
2935 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2936 F:      drivers/input/touchscreen/chipone_icn8318.c
2937
2938 CHROME HARDWARE PLATFORM SUPPORT
2939 M:      Olof Johansson <olof@lixom.net>
2940 S:      Maintained
2941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
2942 F:      drivers/platform/chrome/
2943
2944 CISCO VIC ETHERNET NIC DRIVER
2945 M:      Christian Benvenuti <benve@cisco.com>
2946 M:      Sujith Sankar <ssujith@cisco.com>
2947 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2948 M:      Neel Patel <neepatel@cisco.com>
2949 S:      Supported
2950 F:      drivers/net/ethernet/cisco/enic/
2951
2952 CISCO VIC LOW LATENCY NIC DRIVER
2953 M:      Christian Benvenuti <benve@cisco.com>
2954 M:      Dave Goodell <dgoodell@cisco.com>
2955 S:      Supported
2956 F:      drivers/infiniband/hw/usnic/
2957
2958 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2959 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2960 L:      netdev@vger.kernel.org
2961 S:      Maintained
2962 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2963
2964 CIRRUS LOGIC AUDIO CODEC DRIVERS
2965 M:      Brian Austin <brian.austin@cirrus.com>
2966 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2967 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2968 S:      Maintained
2969 F:      sound/soc/codecs/cs*
2970
2971 CLEANCACHE API
2972 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2973 L:      linux-kernel@vger.kernel.org
2974 S:      Maintained
2975 F:      mm/cleancache.c
2976 F:      include/linux/cleancache.h
2977
2978 CLK API
2979 M:      Russell King <linux@armlinux.org.uk>
2980 L:      linux-clk@vger.kernel.org
2981 S:      Maintained
2982 F:      include/linux/clk.h
2983
2984 CLOCKSOURCE, CLOCKEVENT DRIVERS
2985 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2986 M:      Thomas Gleixner <tglx@linutronix.de>
2987 L:      linux-kernel@vger.kernel.org
2988 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2989 S:      Supported
2990 F:      drivers/clocksource
2991
2992 CISCO FCOE HBA DRIVER
2993 M:      Hiral Patel <hiralpat@cisco.com>
2994 M:      Suma Ramars <sramars@cisco.com>
2995 M:      Brian Uchino <buchino@cisco.com>
2996 L:      linux-scsi@vger.kernel.org
2997 S:      Supported
2998 F:      drivers/scsi/fnic/
2999
3000 CISCO SCSI HBA DRIVER
3001 M:      Narsimhulu Musini <nmusini@cisco.com>
3002 M:      Sesidhar Baddela <sebaddel@cisco.com>
3003 L:      linux-scsi@vger.kernel.org
3004 S:      Supported
3005 F:      drivers/scsi/snic/
3006
3007 CMPC ACPI DRIVER
3008 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3009 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3010 L:      platform-driver-x86@vger.kernel.org
3011 S:      Supported
3012 F:      drivers/platform/x86/classmate-laptop.c
3013
3014 COBALT MEDIA DRIVER
3015 M:      Hans Verkuil <hans.verkuil@cisco.com>
3016 L:      linux-media@vger.kernel.org
3017 T:      git git://linuxtv.org/media_tree.git
3018 W:      https://linuxtv.org
3019 S:      Supported
3020 F:      drivers/media/pci/cobalt/
3021
3022 COCCINELLE/Semantic Patches (SmPL)
3023 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3024 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3025 M:      Nicolas Palix <nicolas.palix@imag.fr>
3026 M:      Michal Marek <mmarek@suse.com>
3027 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3028 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3029 W:      http://coccinelle.lip6.fr/
3030 S:      Supported
3031 F:      Documentation/coccinelle.txt
3032 F:      scripts/coccinelle/
3033 F:      scripts/coccicheck
3034
3035 CODA FILE SYSTEM
3036 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3037 M:      coda@cs.cmu.edu
3038 L:      codalist@coda.cs.cmu.edu
3039 W:      http://www.coda.cs.cmu.edu/
3040 S:      Maintained
3041 F:      Documentation/filesystems/coda.txt
3042 F:      fs/coda/
3043 F:      include/linux/coda*.h
3044 F:      include/uapi/linux/coda*.h
3045
3046 CODA V4L2 MEM2MEM DRIVER
3047 M:      Philipp Zabel <p.zabel@pengutronix.de>
3048 L:      linux-media@vger.kernel.org
3049 S:      Maintained
3050 F:      Documentation/devicetree/bindings/media/coda.txt
3051 F:      drivers/media/platform/coda/
3052
3053 COMMON CLK FRAMEWORK
3054 M:      Michael Turquette <mturquette@baylibre.com>
3055 M:      Stephen Boyd <sboyd@codeaurora.org>
3056 L:      linux-clk@vger.kernel.org
3057 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3058 S:      Maintained
3059 F:      drivers/clk/
3060 X:      drivers/clk/clkdev.c
3061 F:      include/linux/clk-pr*
3062 F:      include/linux/clk/
3063
3064 COMMON INTERNET FILE SYSTEM (CIFS)
3065 M:      Steve French <sfrench@samba.org>
3066 L:      linux-cifs@vger.kernel.org
3067 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3068 W:      http://linux-cifs.samba.org/
3069 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3070 S:      Supported
3071 F:      Documentation/filesystems/cifs/
3072 F:      fs/cifs/
3073
3074 COMPACTPCI HOTPLUG CORE
3075 M:      Scott Murray <scott@spiteful.org>
3076 L:      linux-pci@vger.kernel.org
3077 S:      Maintained
3078 F:      drivers/pci/hotplug/cpci_hotplug*
3079
3080 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3081 M:      Scott Murray <scott@spiteful.org>
3082 L:      linux-pci@vger.kernel.org
3083 S:      Maintained
3084 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3085
3086 COMPACTPCI HOTPLUG GENERIC DRIVER
3087 M:      Scott Murray <scott@spiteful.org>
3088 L:      linux-pci@vger.kernel.org
3089 S:      Maintained
3090 F:      drivers/pci/hotplug/cpcihp_generic.c
3091
3092 COMPAL LAPTOP SUPPORT
3093 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3094 L:      platform-driver-x86@vger.kernel.org
3095 S:      Maintained
3096 F:      drivers/platform/x86/compal-laptop.c
3097
3098 CONEXANT ACCESSRUNNER USB DRIVER
3099 L:      accessrunner-general@lists.sourceforge.net
3100 W:      http://accessrunner.sourceforge.net/
3101 S:      Orphan
3102 F:      drivers/usb/atm/cxacru.c
3103
3104 CONFIGFS
3105 M:      Joel Becker <jlbec@evilplan.org>
3106 M:      Christoph Hellwig <hch@lst.de>
3107 T:      git git://git.infradead.org/users/hch/configfs.git
3108 S:      Supported
3109 F:      fs/configfs/
3110 F:      include/linux/configfs.h
3111
3112 CONNECTOR
3113 M:      Evgeniy Polyakov <zbr@ioremap.net>
3114 L:      netdev@vger.kernel.org
3115 S:      Maintained
3116 F:      drivers/connector/
3117
3118 CONTROL GROUP (CGROUP)
3119 M:      Tejun Heo <tj@kernel.org>
3120 M:      Li Zefan <lizefan@huawei.com>
3121 M:      Johannes Weiner <hannes@cmpxchg.org>
3122 L:      cgroups@vger.kernel.org
3123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3124 S:      Maintained
3125 F:      Documentation/cgroups/
3126 F:      include/linux/cgroup*
3127 F:      kernel/cgroup*
3128
3129 CONTROL GROUP - CPUSET
3130 M:      Li Zefan <lizefan@huawei.com>
3131 L:      cgroups@vger.kernel.org
3132 W:      http://www.bullopensource.org/cpuset/
3133 W:      http://oss.sgi.com/projects/cpusets/
3134 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3135 S:      Maintained
3136 F:      Documentation/cgroups/cpusets.txt
3137 F:      include/linux/cpuset.h
3138 F:      kernel/cpuset.c
3139
3140 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3141 M:      Johannes Weiner <hannes@cmpxchg.org>
3142 M:      Michal Hocko <mhocko@kernel.org>
3143 M:      Vladimir Davydov <vdavydov@virtuozzo.com>
3144 L:      cgroups@vger.kernel.org
3145 L:      linux-mm@kvack.org
3146 S:      Maintained
3147 F:      mm/memcontrol.c
3148 F:      mm/swap_cgroup.c
3149
3150 CORETEMP HARDWARE MONITORING DRIVER
3151 M:      Fenghua Yu <fenghua.yu@intel.com>
3152 L:      linux-hwmon@vger.kernel.org
3153 S:      Maintained
3154 F:      Documentation/hwmon/coretemp
3155 F:      drivers/hwmon/coretemp.c
3156
3157 COSA/SRP SYNC SERIAL DRIVER
3158 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3159 W:      http://www.fi.muni.cz/~kas/cosa/
3160 S:      Maintained
3161 F:      drivers/net/wan/cosa*
3162
3163 CPMAC ETHERNET DRIVER
3164 M:      Florian Fainelli <florian@openwrt.org>
3165 L:      netdev@vger.kernel.org
3166 S:      Maintained
3167 F:      drivers/net/ethernet/ti/cpmac.c
3168
3169 CPU FREQUENCY DRIVERS
3170 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3171 M:      Viresh Kumar <viresh.kumar@linaro.org>
3172 L:      linux-pm@vger.kernel.org
3173 S:      Maintained
3174 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3175 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3176 F:      drivers/cpufreq/
3177 F:      include/linux/cpufreq.h
3178
3179 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3180 M:      Viresh Kumar <viresh.kumar@linaro.org>
3181 M:      Sudeep Holla <sudeep.holla@arm.com>
3182 L:      linux-pm@vger.kernel.org
3183 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3184 S:      Maintained
3185 F:      drivers/cpufreq/arm_big_little.h
3186 F:      drivers/cpufreq/arm_big_little.c
3187 F:      drivers/cpufreq/arm_big_little_dt.c
3188
3189 CPUIDLE DRIVER - ARM BIG LITTLE
3190 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3191 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3192 L:      linux-pm@vger.kernel.org
3193 L:      linux-arm-kernel@lists.infradead.org
3194 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3195 S:      Maintained
3196 F:      drivers/cpuidle/cpuidle-big_little.c
3197
3198 CPUIDLE DRIVER - ARM EXYNOS
3199 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3200 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3201 M:      Kukjin Kim <kgene@kernel.org>
3202 L:      linux-pm@vger.kernel.org
3203 L:      linux-samsung-soc@vger.kernel.org
3204 S:      Supported
3205 F:      drivers/cpuidle/cpuidle-exynos.c
3206 F:      arch/arm/mach-exynos/pm.c
3207
3208 CPUIDLE DRIVERS
3209 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3210 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3211 L:      linux-pm@vger.kernel.org
3212 S:      Maintained
3213 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3214 F:      drivers/cpuidle/*
3215 F:      include/linux/cpuidle.h
3216
3217 CPUID/MSR DRIVER
3218 M:      "H. Peter Anvin" <hpa@zytor.com>
3219 S:      Maintained
3220 F:      arch/x86/kernel/cpuid.c
3221 F:      arch/x86/kernel/msr.c
3222
3223 CPU POWER MONITORING SUBSYSTEM
3224 M:      Thomas Renninger <trenn@suse.com>
3225 L:      linux-pm@vger.kernel.org
3226 S:      Maintained
3227 F:      tools/power/cpupower/
3228
3229 CRAMFS FILESYSTEM
3230 W:      http://sourceforge.net/projects/cramfs/
3231 S:      Orphan / Obsolete
3232 F:      Documentation/filesystems/cramfs.txt
3233 F:      fs/cramfs/
3234
3235 CRIS PORT
3236 M:      Mikael Starvik <starvik@axis.com>
3237 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3238 L:      linux-cris-kernel@axis.com
3239 W:      http://developer.axis.com
3240 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3241 S:      Maintained
3242 F:      arch/cris/
3243 F:      drivers/tty/serial/crisv10.*
3244
3245 CRYPTO API
3246 M:      Herbert Xu <herbert@gondor.apana.org.au>
3247 M:      "David S. Miller" <davem@davemloft.net>
3248 L:      linux-crypto@vger.kernel.org
3249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3251 S:      Maintained
3252 F:      Documentation/crypto/
3253 F:      Documentation/DocBook/crypto-API.tmpl
3254 F:      arch/*/crypto/
3255 F:      crypto/
3256 F:      drivers/crypto/
3257 F:      include/crypto/
3258
3259 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3260 M:      Neil Horman <nhorman@tuxdriver.com>
3261 L:      linux-crypto@vger.kernel.org
3262 S:      Maintained
3263 F:      crypto/ansi_cprng.c
3264 F:      crypto/rng.c
3265
3266 CS3308 MEDIA DRIVER
3267 M:      Hans Verkuil <hverkuil@xs4all.nl>
3268 L:      linux-media@vger.kernel.org
3269 T:      git git://linuxtv.org/media_tree.git
3270 W:      http://linuxtv.org
3271 S:      Odd Fixes
3272 F:      drivers/media/i2c/cs3308.c
3273 F:      drivers/media/i2c/cs3308.h
3274
3275 CS5535 Audio ALSA driver
3276 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3277 S:      Maintained
3278 F:      sound/pci/cs5535audio/
3279
3280 CW1200 WLAN driver
3281 M:      Solomon Peachy <pizza@shaftnet.org>
3282 S:      Maintained
3283 F:      drivers/net/wireless/st/cw1200/
3284
3285 CX18 VIDEO4LINUX DRIVER
3286 M:      Andy Walls <awalls@md.metrocast.net>
3287 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3288 L:      linux-media@vger.kernel.org
3289 T:      git git://linuxtv.org/media_tree.git
3290 W:      https://linuxtv.org
3291 W:      http://www.ivtvdriver.org/index.php/Cx18
3292 S:      Maintained
3293 F:      Documentation/video4linux/cx18.txt
3294 F:      drivers/media/pci/cx18/
3295 F:      include/uapi/linux/ivtv*
3296
3297 CX2341X MPEG ENCODER HELPER MODULE
3298 M:      Hans Verkuil <hverkuil@xs4all.nl>
3299 L:      linux-media@vger.kernel.org
3300 T:      git git://linuxtv.org/media_tree.git
3301 W:      https://linuxtv.org
3302 S:      Maintained
3303 F:      drivers/media/common/cx2341x*
3304 F:      include/media/cx2341x*
3305
3306 CX24120 MEDIA DRIVER
3307 M:      Jemma Denson <jdenson@gmail.com>
3308 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3309 L:      linux-media@vger.kernel.org
3310 W:      https://linuxtv.org
3311 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3312 S:      Maintained
3313 F:      drivers/media/dvb-frontends/cx24120*
3314
3315 CX88 VIDEO4LINUX DRIVER
3316 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3317 L:      linux-media@vger.kernel.org
3318 W:      https://linuxtv.org
3319 T:      git git://linuxtv.org/media_tree.git
3320 S:      Odd fixes
3321 F:      Documentation/video4linux/cx88/
3322 F:      drivers/media/pci/cx88/
3323
3324 CXD2820R MEDIA DRIVER
3325 M:      Antti Palosaari <crope@iki.fi>
3326 L:      linux-media@vger.kernel.org
3327 W:      https://linuxtv.org
3328 W:      http://palosaari.fi/linux/
3329 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3330 T:      git git://linuxtv.org/anttip/media_tree.git
3331 S:      Maintained
3332 F:      drivers/media/dvb-frontends/cxd2820r*
3333
3334 CXGB3 ETHERNET DRIVER (CXGB3)
3335 M:      Santosh Raspatur <santosh@chelsio.com>
3336 L:      netdev@vger.kernel.org
3337 W:      http://www.chelsio.com
3338 S:      Supported
3339 F:      drivers/net/ethernet/chelsio/cxgb3/
3340
3341 CXGB3 ISCSI DRIVER (CXGB3I)
3342 M:      Karen Xie <kxie@chelsio.com>
3343 L:      linux-scsi@vger.kernel.org
3344 W:      http://www.chelsio.com
3345 S:      Supported
3346 F:      drivers/scsi/cxgbi/cxgb3i
3347
3348 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3349 M:      Steve Wise <swise@chelsio.com>
3350 L:      linux-rdma@vger.kernel.org
3351 W:      http://www.openfabrics.org
3352 S:      Supported
3353 F:      drivers/infiniband/hw/cxgb3/
3354
3355 CXGB4 ETHERNET DRIVER (CXGB4)
3356 M:      Hariprasad S <hariprasad@chelsio.com>
3357 L:      netdev@vger.kernel.org
3358 W:      http://www.chelsio.com
3359 S:      Supported
3360 F:      drivers/net/ethernet/chelsio/cxgb4/
3361
3362 CXGB4 ISCSI DRIVER (CXGB4I)
3363 M:      Karen Xie <kxie@chelsio.com>
3364 L:      linux-scsi@vger.kernel.org
3365 W:      http://www.chelsio.com
3366 S:      Supported
3367 F:      drivers/scsi/cxgbi/cxgb4i
3368
3369 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3370 M:      Steve Wise <swise@chelsio.com>
3371 L:      linux-rdma@vger.kernel.org
3372 W:      http://www.openfabrics.org
3373 S:      Supported
3374 F:      drivers/infiniband/hw/cxgb4/
3375
3376 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3377 M:      Casey Leedom <leedom@chelsio.com>
3378 L:      netdev@vger.kernel.org
3379 W:      http://www.chelsio.com
3380 S:      Supported
3381 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3382
3383 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3384 M:      Ian Munsie <imunsie@au1.ibm.com>
3385 M:      Michael Neuling <mikey@neuling.org>
3386 L:      linuxppc-dev@lists.ozlabs.org
3387 S:      Supported
3388 F:      drivers/misc/cxl/
3389 F:      include/misc/cxl*
3390 F:      include/uapi/misc/cxl.h
3391 F:      Documentation/powerpc/cxl.txt
3392 F:      Documentation/powerpc/cxl.txt
3393 F:      Documentation/ABI/testing/sysfs-class-cxl
3394
3395 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3396 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3397 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3398 L:      linux-scsi@vger.kernel.org
3399 S:      Supported
3400 F:      drivers/scsi/cxlflash/
3401 F:      include/uapi/scsi/cxlflash_ioctls.h
3402 F:      Documentation/powerpc/cxlflash.txt
3403
3404 STMMAC ETHERNET DRIVER
3405 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3406 M:      Alexandre Torgue <alexandre.torgue@st.com>
3407 L:      netdev@vger.kernel.org
3408 W:      http://www.stlinux.com
3409 S:      Supported
3410 F:      drivers/net/ethernet/stmicro/stmmac/
3411
3412 CYBERPRO FB DRIVER
3413 M:      Russell King <linux@armlinux.org.uk>
3414 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3415 W:      http://www.armlinux.org.uk/
3416 S:      Maintained
3417 F:      drivers/video/fbdev/cyber2000fb.*
3418
3419 CYCLADES ASYNC MUX DRIVER
3420 W:      http://www.cyclades.com/
3421 S:      Orphan
3422 F:      drivers/tty/cyclades.c
3423 F:      include/linux/cyclades.h
3424 F:      include/uapi/linux/cyclades.h
3425
3426 CYCLADES PC300 DRIVER
3427 W:      http://www.cyclades.com/
3428 S:      Orphan
3429 F:      drivers/net/wan/pc300*
3430
3431 CYPRESS_FIRMWARE MEDIA DRIVER
3432 M:      Antti Palosaari <crope@iki.fi>
3433 L:      linux-media@vger.kernel.org
3434 W:      https://linuxtv.org
3435 W:      http://palosaari.fi/linux/
3436 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3437 T:      git git://linuxtv.org/anttip/media_tree.git
3438 S:      Maintained
3439 F:      drivers/media/common/cypress_firmware*
3440
3441 CYTTSP TOUCHSCREEN DRIVER
3442 M:      Ferruh Yigit <fery@cypress.com>
3443 L:      linux-input@vger.kernel.org
3444 S:      Supported
3445 F:      drivers/input/touchscreen/cyttsp*
3446 F:      include/linux/input/cyttsp.h
3447
3448 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3449 M:      Joshua Kinard <kumba@gentoo.org>
3450 S:      Maintained
3451 F:      drivers/rtc/rtc-ds1685.c
3452 F:      include/linux/rtc/ds1685.h
3453
3454 DAMA SLAVE for AX.25
3455 M:      Joerg Reuter <jreuter@yaina.de>
3456 W:      http://yaina.de/jreuter/
3457 W:      http://www.qsl.net/dl1bke/
3458 L:      linux-hams@vger.kernel.org
3459 S:      Maintained
3460 F:      net/ax25/af_ax25.c
3461 F:      net/ax25/ax25_dev.c
3462 F:      net/ax25/ax25_ds_*
3463 F:      net/ax25/ax25_in.c
3464 F:      net/ax25/ax25_out.c
3465 F:      net/ax25/ax25_timer.c
3466 F:      net/ax25/sysctl_net_ax25.c
3467
3468 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3469 L:      netdev@vger.kernel.org
3470 S:      Orphan
3471 F:      Documentation/networking/dmfe.txt
3472 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3473
3474 DC390/AM53C974 SCSI driver
3475 M:      Hannes Reinecke <hare@suse.com>
3476 L:      linux-scsi@vger.kernel.org
3477 S:      Maintained
3478 F:      drivers/scsi/am53c974.c
3479
3480 DC395x SCSI driver
3481 M:      Oliver Neukum <oliver@neukum.org>
3482 M:      Ali Akcaagac <aliakc@web.de>
3483 M:      Jamie Lenehan <lenehan@twibble.org>
3484 L:      dc395x@twibble.org
3485 W:      http://twibble.org/dist/dc395x/
3486 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3487 S:      Maintained
3488 F:      Documentation/scsi/dc395x.txt
3489 F:      drivers/scsi/dc395x.*
3490
3491 DCCP PROTOCOL
3492 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3493 L:      dccp@vger.kernel.org
3494 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3495 S:      Maintained
3496 F:      include/linux/dccp.h
3497 F:      include/uapi/linux/dccp.h
3498 F:      include/linux/tfrc.h
3499 F:      net/dccp/
3500
3501 DECnet NETWORK LAYER
3502 W:      http://linux-decnet.sourceforge.net
3503 L:      linux-decnet-user@lists.sourceforge.net
3504 S:      Orphan
3505 F:      Documentation/networking/decnet.txt
3506 F:      net/decnet/
3507
3508 DECSTATION PLATFORM SUPPORT
3509 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3510 L:      linux-mips@linux-mips.org
3511 W:      http://www.linux-mips.org/wiki/DECstation
3512 S:      Maintained
3513 F:      arch/mips/dec/
3514 F:      arch/mips/include/asm/dec/
3515 F:      arch/mips/include/asm/mach-dec/
3516
3517 DEFXX FDDI NETWORK DRIVER
3518 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3519 S:      Maintained
3520 F:      drivers/net/fddi/defxx.*
3521
3522 DELL LAPTOP DRIVER
3523 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3524 M:      Pali Rohár <pali.rohar@gmail.com>
3525 L:      platform-driver-x86@vger.kernel.org
3526 S:      Maintained
3527 F:      drivers/platform/x86/dell-laptop.c
3528
3529 DELL LAPTOP RBTN DRIVER
3530 M:      Pali Rohár <pali.rohar@gmail.com>
3531 S:      Maintained
3532 F:      drivers/platform/x86/dell-rbtn.*
3533
3534 DELL LAPTOP FREEFALL DRIVER
3535 M:      Pali Rohár <pali.rohar@gmail.com>
3536 S:      Maintained
3537 F:      drivers/platform/x86/dell-smo8800.c
3538
3539 DELL LAPTOP SMM DRIVER
3540 M:      Pali Rohár <pali.rohar@gmail.com>
3541 S:      Maintained
3542 F:      drivers/hwmon/dell-smm-hwmon.c
3543 F:      include/uapi/linux/i8k.h
3544
3545 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3546 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3547 S:      Maintained
3548 F:      Documentation/dcdbas.txt
3549 F:      drivers/firmware/dcdbas.*
3550
3551 DELL WMI EXTRAS DRIVER
3552 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3553 M:      Pali Rohár <pali.rohar@gmail.com>
3554 S:      Maintained
3555 F:      drivers/platform/x86/dell-wmi.c
3556
3557 DESIGNWARE USB2 DRD IP DRIVER
3558 M:      John Youn <johnyoun@synopsys.com>
3559 L:      linux-usb@vger.kernel.org
3560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3561 S:      Maintained
3562 F:      drivers/usb/dwc2/
3563
3564 DESIGNWARE USB3 DRD IP DRIVER
3565 M:      Felipe Balbi <balbi@kernel.org>
3566 L:      linux-usb@vger.kernel.org
3567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3568 S:      Maintained
3569 F:      drivers/usb/dwc3/
3570
3571 DEVICE COREDUMP (DEV_COREDUMP)
3572 M:      Johannes Berg <johannes@sipsolutions.net>
3573 L:      linux-kernel@vger.kernel.org
3574 S:      Maintained
3575 F:      drivers/base/devcoredump.c
3576 F:      include/linux/devcoredump.h
3577
3578 DEVICE FREQUENCY (DEVFREQ)
3579 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3580 M:      Kyungmin Park <kyungmin.park@samsung.com>
3581 L:      linux-pm@vger.kernel.org
3582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3583 S:      Maintained
3584 F:      drivers/devfreq/
3585 F:      include/linux/devfreq.h
3586 F:      Documentation/devicetree/bindings/devfreq/
3587
3588 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3589 M:      Chanwoo Choi <cw00.choi@samsung.com>
3590 L:      linux-pm@vger.kernel.org
3591 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3592 S:      Supported
3593 F:      drivers/devfreq/event/
3594 F:      drivers/devfreq/devfreq-event.c
3595 F:      include/linux/devfreq-event.h
3596 F:      Documentation/devicetree/bindings/devfreq/event/
3597
3598 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3599 M:      Chanwoo Choi <cw00.choi@samsung.com>
3600 L:      linux-pm@vger.kernel.org
3601 L:      linux-samsung-soc@vger.kernel.org
3602 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3603 S:      Maintained
3604 F:      drivers/devfreq/exynos-bus.c
3605 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3606
3607 DEVICE NUMBER REGISTRY
3608 M:      Torben Mathiasen <device@lanana.org>
3609 W:      http://lanana.org/docs/device-list/index.html
3610 S:      Maintained
3611
3612 DEVICE-MAPPER  (LVM)
3613 M:      Alasdair Kergon <agk@redhat.com>
3614 M:      Mike Snitzer <snitzer@redhat.com>
3615 M:      dm-devel@redhat.com
3616 L:      dm-devel@redhat.com
3617 W:      http://sources.redhat.com/dm
3618 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3619 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3620 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3621 S:      Maintained
3622 F:      Documentation/device-mapper/
3623 F:      drivers/md/dm*
3624 F:      drivers/md/persistent-data/
3625 F:      include/linux/device-mapper.h
3626 F:      include/linux/dm-*.h
3627 F:      include/uapi/linux/dm-*.h
3628
3629 DEVLINK
3630 M:      Jiri Pirko <jiri@mellanox.com>
3631 L:      netdev@vger.kernel.org
3632 S:      Supported
3633 F:      net/core/devlink.c
3634 F:      include/net/devlink.h
3635 F:      include/uapi/linux/devlink.h
3636
3637 DIALOG SEMICONDUCTOR DRIVERS
3638 M:      Support Opensource <support.opensource@diasemi.com>
3639 W:      http://www.dialog-semiconductor.com/products
3640 S:      Supported
3641 F:      Documentation/hwmon/da90??
3642 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3643 F:      drivers/gpio/gpio-da90??.c
3644 F:      drivers/hwmon/da90??-hwmon.c
3645 F:      drivers/iio/adc/da91??-*.c
3646 F:      drivers/input/misc/da90??_onkey.c
3647 F:      drivers/input/touchscreen/da9052_tsi.c
3648 F:      drivers/leds/leds-da90??.c
3649 F:      drivers/mfd/da903x.c
3650 F:      drivers/mfd/da90??-*.c
3651 F:      drivers/mfd/da91??-*.c
3652 F:      drivers/power/da9052-battery.c
3653 F:      drivers/power/da91??-*.c
3654 F:      drivers/regulator/da903x.c
3655 F:      drivers/regulator/da9???-regulator.[ch]
3656 F:      drivers/rtc/rtc-da90??.c
3657 F:      drivers/video/backlight/da90??_bl.c
3658 F:      drivers/watchdog/da90??_wdt.c
3659 F:      include/linux/mfd/da903x.h
3660 F:      include/linux/mfd/da9052/
3661 F:      include/linux/mfd/da9055/
3662 F:      include/linux/mfd/da9063/
3663 F:      include/linux/mfd/da9150/
3664 F:      include/sound/da[79]*.h
3665 F:      sound/soc/codecs/da[79]*.[ch]
3666
3667 DIGI NEO AND CLASSIC PCI PRODUCTS
3668 M:      Lidza Louina <lidza.louina@gmail.com>
3669 M:      Mark Hounschell <markh@compro.net>
3670 L:      driverdev-devel@linuxdriverproject.org
3671 S:      Maintained
3672 F:      drivers/staging/dgnc/
3673
3674 DIOLAN U2C-12 I2C DRIVER
3675 M:      Guenter Roeck <linux@roeck-us.net>
3676 L:      linux-i2c@vger.kernel.org
3677 S:      Maintained
3678 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3679
3680 DIRECT ACCESS (DAX)
3681 M:      Matthew Wilcox <willy@linux.intel.com>
3682 L:      linux-fsdevel@vger.kernel.org
3683 S:      Supported
3684 F:      fs/dax.c
3685
3686 DIRECTORY NOTIFICATION (DNOTIFY)
3687 M:      Eric Paris <eparis@parisplace.org>
3688 S:      Maintained
3689 F:      Documentation/filesystems/dnotify.txt
3690 F:      fs/notify/dnotify/
3691 F:      include/linux/dnotify.h
3692
3693 DISK GEOMETRY AND PARTITION HANDLING
3694 M:      Andries Brouwer <aeb@cwi.nl>
3695 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3696 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3697 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3698 S:      Maintained
3699
3700 DISKQUOTA
3701 M:      Jan Kara <jack@suse.com>
3702 S:      Maintained
3703 F:      Documentation/filesystems/quota.txt
3704 F:      fs/quota/
3705 F:      include/linux/quota*.h
3706 F:      include/uapi/linux/quota*.h
3707
3708 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3709 M:      Bernie Thompson <bernie@plugable.com>
3710 L:      linux-fbdev@vger.kernel.org
3711 S:      Maintained
3712 W:      http://plugable.com/category/projects/udlfb/
3713 F:      drivers/video/fbdev/udlfb.c
3714 F:      include/video/udlfb.h
3715 F:      Documentation/fb/udlfb.txt
3716
3717 DISTRIBUTED LOCK MANAGER (DLM)
3718 M:      Christine Caulfield <ccaulfie@redhat.com>
3719 M:      David Teigland <teigland@redhat.com>
3720 L:      cluster-devel@redhat.com
3721 W:      http://sources.redhat.com/cluster/
3722 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3723 S:      Supported
3724 F:      fs/dlm/
3725
3726 DMA BUFFER SHARING FRAMEWORK
3727 M:      Sumit Semwal <sumit.semwal@linaro.org>
3728 S:      Maintained
3729 L:      linux-media@vger.kernel.org
3730 L:      dri-devel@lists.freedesktop.org
3731 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3732 F:      drivers/dma-buf/
3733 F:      include/linux/dma-buf*
3734 F:      include/linux/reservation.h
3735 F:      include/linux/*fence.h
3736 F:      Documentation/dma-buf-sharing.txt
3737 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3738
3739 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3740 M:      Vinod Koul <vinod.koul@intel.com>
3741 L:      dmaengine@vger.kernel.org
3742 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3743 S:      Maintained
3744 F:      drivers/dma/
3745 F:      include/linux/dmaengine.h
3746 F:      Documentation/dmaengine/
3747 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3748
3749 DME1737 HARDWARE MONITOR DRIVER
3750 M:      Juerg Haefliger <juergh@gmail.com>
3751 L:      linux-hwmon@vger.kernel.org
3752 S:      Maintained
3753 F:      Documentation/hwmon/dme1737
3754 F:      drivers/hwmon/dme1737.c
3755
3756 DMI/SMBIOS SUPPORT
3757 M:      Jean Delvare <jdelvare@suse.com>
3758 S:      Maintained
3759 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3760 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3761 F:      drivers/firmware/dmi-id.c
3762 F:      drivers/firmware/dmi_scan.c
3763 F:      include/linux/dmi.h
3764
3765 DOCUMENTATION
3766 M:      Jonathan Corbet <corbet@lwn.net>
3767 L:      linux-doc@vger.kernel.org
3768 S:      Maintained
3769 F:      Documentation/
3770 F:      scripts/docproc.c
3771 F:      scripts/kernel-doc*
3772 X:      Documentation/ABI/
3773 X:      Documentation/devicetree/
3774 X:      Documentation/acpi
3775 X:      Documentation/power
3776 X:      Documentation/spi
3777 X:      Documentation/DocBook/media
3778 T:      git git://git.lwn.net/linux.git docs-next
3779
3780 DOUBLETALK DRIVER
3781 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3782 L:      blinux-list@redhat.com
3783 S:      Maintained
3784 F:      drivers/char/dtlk.c
3785 F:      include/linux/dtlk.h
3786
3787 DPT_I2O SCSI RAID DRIVER
3788 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3789 L:      linux-scsi@vger.kernel.org
3790 W:      http://www.adaptec.com/
3791 S:      Maintained
3792 F:      drivers/scsi/dpt*
3793 F:      drivers/scsi/dpt/
3794
3795 DRBD DRIVER
3796 M:      Philipp Reisner <philipp.reisner@linbit.com>
3797 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
3798 L:      drbd-dev@lists.linbit.com
3799 W:      http://www.drbd.org
3800 T:      git git://git.linbit.com/linux-drbd.git
3801 T:      git git://git.linbit.com/drbd-8.4.git
3802 S:      Supported
3803 F:      drivers/block/drbd/
3804 F:      lib/lru_cache.c
3805 F:      Documentation/blockdev/drbd/
3806
3807 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3808 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3810 S:      Supported
3811 F:      Documentation/kobject.txt
3812 F:      drivers/base/
3813 F:      fs/debugfs/
3814 F:      fs/kernfs/
3815 F:      fs/sysfs/
3816 F:      include/linux/debugfs.h
3817 F:      include/linux/kobj*
3818 F:      lib/kobj*
3819
3820 DRM DRIVERS
3821 M:      David Airlie <airlied@linux.ie>
3822 L:      dri-devel@lists.freedesktop.org
3823 T:      git git://people.freedesktop.org/~airlied/linux
3824 S:      Maintained
3825 F:      drivers/gpu/drm/
3826 F:      drivers/gpu/vga/
3827 F:      include/drm/
3828 F:      include/uapi/drm/
3829
3830 RADEON and AMDGPU DRM DRIVERS
3831 M:      Alex Deucher <alexander.deucher@amd.com>
3832 M:      Christian König <christian.koenig@amd.com>
3833 L:      dri-devel@lists.freedesktop.org
3834 T:      git git://people.freedesktop.org/~agd5f/linux
3835 S:      Supported
3836 F:      drivers/gpu/drm/radeon/
3837 F:      include/uapi/drm/radeon*
3838 F:      drivers/gpu/drm/amd/
3839 F:      include/uapi/drm/amdgpu*
3840
3841 DRM PANEL DRIVERS
3842 M:      Thierry Reding <thierry.reding@gmail.com>
3843 L:      dri-devel@lists.freedesktop.org
3844 T:      git git://anongit.freedesktop.org/tegra/linux.git
3845 S:      Maintained
3846 F:      drivers/gpu/drm/drm_panel.c
3847 F:      drivers/gpu/drm/panel/
3848 F:      include/drm/drm_panel.h
3849 F:      Documentation/devicetree/bindings/display/panel/
3850
3851 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3852 M:      Daniel Vetter <daniel.vetter@intel.com>
3853 M:      Jani Nikula <jani.nikula@linux.intel.com>
3854 L:      intel-gfx@lists.freedesktop.org
3855 L:      dri-devel@lists.freedesktop.org
3856 W:      https://01.org/linuxgraphics/
3857 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3858 T:      git git://anongit.freedesktop.org/drm-intel
3859 S:      Supported
3860 F:      drivers/gpu/drm/i915/
3861 F:      include/drm/i915*
3862 F:      include/uapi/drm/i915*
3863
3864 DRM DRIVERS FOR ATMEL HLCDC
3865 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3866 L:      dri-devel@lists.freedesktop.org
3867 S:      Supported
3868 F:      drivers/gpu/drm/atmel-hlcdc/
3869 F:      Documentation/devicetree/bindings/drm/atmel/
3870
3871 DRM DRIVERS FOR EXYNOS
3872 M:      Inki Dae <inki.dae@samsung.com>
3873 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3874 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3875 M:      Kyungmin Park <kyungmin.park@samsung.com>
3876 L:      dri-devel@lists.freedesktop.org
3877 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3878 S:      Supported
3879 F:      drivers/gpu/drm/exynos/
3880 F:      include/drm/exynos*
3881 F:      include/uapi/drm/exynos*
3882
3883 DRM DRIVERS FOR FREESCALE DCU
3884 M:      Stefan Agner <stefan@agner.ch>
3885 M:      Alison Wang <alison.wang@freescale.com>
3886 L:      dri-devel@lists.freedesktop.org
3887 S:      Supported
3888 F:      drivers/gpu/drm/fsl-dcu/
3889 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
3890 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3891
3892 DRM DRIVERS FOR FREESCALE IMX
3893 M:      Philipp Zabel <p.zabel@pengutronix.de>
3894 L:      dri-devel@lists.freedesktop.org
3895 S:      Maintained
3896 F:      drivers/gpu/drm/imx/
3897 F:      drivers/gpu/ipu-v3/
3898 F:      Documentation/devicetree/bindings/display/imx/
3899
3900 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3901 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3902 L:      dri-devel@lists.freedesktop.org
3903 T:      git git://github.com/patjak/drm-gma500
3904 S:      Maintained
3905 F:      drivers/gpu/drm/gma500
3906 F:      include/drm/gma500*
3907
3908 DRM DRIVERS FOR NVIDIA TEGRA
3909 M:      Thierry Reding <thierry.reding@gmail.com>
3910 M:      Terje Bergström <tbergstrom@nvidia.com>
3911 L:      dri-devel@lists.freedesktop.org
3912 L:      linux-tegra@vger.kernel.org
3913 T:      git git://anongit.freedesktop.org/tegra/linux.git
3914 S:      Supported
3915 F:      drivers/gpu/drm/tegra/
3916 F:      drivers/gpu/host1x/
3917 F:      include/linux/host1x.h
3918 F:      include/uapi/drm/tegra_drm.h
3919 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3920
3921 DRM DRIVERS FOR RENESAS
3922 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3923 L:      dri-devel@lists.freedesktop.org
3924 L:      linux-renesas-soc@vger.kernel.org
3925 T:      git git://people.freedesktop.org/~airlied/linux
3926 S:      Supported
3927 F:      drivers/gpu/drm/rcar-du/
3928 F:      drivers/gpu/drm/shmobile/
3929 F:      include/linux/platform_data/shmob_drm.h
3930
3931 DRM DRIVERS FOR ROCKCHIP
3932 M:      Mark Yao <mark.yao@rock-chips.com>
3933 L:      dri-devel@lists.freedesktop.org
3934 S:      Maintained
3935 F:      drivers/gpu/drm/rockchip/
3936 F:      Documentation/devicetree/bindings/display/rockchip*
3937
3938 DRM DRIVERS FOR STI
3939 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3940 M:      Vincent Abriou <vincent.abriou@st.com>
3941 L:      dri-devel@lists.freedesktop.org
3942 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3943 S:      Maintained
3944 F:      drivers/gpu/drm/sti
3945 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
3946
3947 DRM DRIVERS FOR VIVANTE GPU IP
3948 M:      Lucas Stach <l.stach@pengutronix.de>
3949 R:      Russell King <linux+etnaviv@armlinux.org.uk>
3950 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
3951 L:      dri-devel@lists.freedesktop.org
3952 S:      Maintained
3953 F:      drivers/gpu/drm/etnaviv
3954 F:      Documentation/devicetree/bindings/display/etnaviv
3955
3956 DSBR100 USB FM RADIO DRIVER
3957 M:      Alexey Klimov <klimov.linux@gmail.com>
3958 L:      linux-media@vger.kernel.org
3959 T:      git git://linuxtv.org/media_tree.git
3960 S:      Maintained
3961 F:      drivers/media/radio/dsbr100.c
3962
3963 DSCC4 DRIVER
3964 M:      Francois Romieu <romieu@fr.zoreil.com>
3965 L:      netdev@vger.kernel.org
3966 S:      Maintained
3967 F:      drivers/net/wan/dscc4.c
3968
3969 DT3155 MEDIA DRIVER
3970 M:      Hans Verkuil <hverkuil@xs4all.nl>
3971 L:      linux-media@vger.kernel.org
3972 T:      git git://linuxtv.org/media_tree.git
3973 W:      https://linuxtv.org
3974 S:      Odd Fixes
3975 F:      drivers/media/pci/dt3155/
3976
3977 DVB_USB_AF9015 MEDIA DRIVER
3978 M:      Antti Palosaari <crope@iki.fi>
3979 L:      linux-media@vger.kernel.org
3980 W:      https://linuxtv.org
3981 W:      http://palosaari.fi/linux/
3982 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3983 T:      git git://linuxtv.org/anttip/media_tree.git
3984 S:      Maintained
3985 F:      drivers/media/usb/dvb-usb-v2/af9015*
3986
3987 DVB_USB_AF9035 MEDIA DRIVER
3988 M:      Antti Palosaari <crope@iki.fi>
3989 L:      linux-media@vger.kernel.org
3990 W:      https://linuxtv.org
3991 W:      http://palosaari.fi/linux/
3992 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3993 T:      git git://linuxtv.org/anttip/media_tree.git
3994 S:      Maintained
3995 F:      drivers/media/usb/dvb-usb-v2/af9035*
3996
3997 DVB_USB_ANYSEE MEDIA DRIVER
3998 M:      Antti Palosaari <crope@iki.fi>
3999 L:      linux-media@vger.kernel.org
4000 W:      https://linuxtv.org
4001 W:      http://palosaari.fi/linux/
4002 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4003 T:      git git://linuxtv.org/anttip/media_tree.git
4004 S:      Maintained
4005 F:      drivers/media/usb/dvb-usb-v2/anysee*
4006
4007 DVB_USB_AU6610 MEDIA DRIVER
4008 M:      Antti Palosaari <crope@iki.fi>
4009 L:      linux-media@vger.kernel.org
4010 W:      https://linuxtv.org
4011 W:      http://palosaari.fi/linux/
4012 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4013 T:      git git://linuxtv.org/anttip/media_tree.git
4014 S:      Maintained
4015 F:      drivers/media/usb/dvb-usb-v2/au6610*
4016
4017 DVB_USB_CE6230 MEDIA DRIVER
4018 M:      Antti Palosaari <crope@iki.fi>
4019 L:      linux-media@vger.kernel.org
4020 W:      https://linuxtv.org
4021 W:      http://palosaari.fi/linux/
4022 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4023 T:      git git://linuxtv.org/anttip/media_tree.git
4024 S:      Maintained
4025 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4026
4027 DVB_USB_CXUSB MEDIA DRIVER
4028 M:      Michael Krufky <mkrufky@linuxtv.org>
4029 L:      linux-media@vger.kernel.org
4030 W:      https://linuxtv.org
4031 W:      http://github.com/mkrufky
4032 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4033 T:      git git://linuxtv.org/media_tree.git
4034 S:      Maintained
4035 F:      drivers/media/usb/dvb-usb/cxusb*
4036
4037 DVB_USB_EC168 MEDIA DRIVER
4038 M:      Antti Palosaari <crope@iki.fi>
4039 L:      linux-media@vger.kernel.org
4040 W:      https://linuxtv.org
4041 W:      http://palosaari.fi/linux/
4042 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4043 T:      git git://linuxtv.org/anttip/media_tree.git
4044 S:      Maintained
4045 F:      drivers/media/usb/dvb-usb-v2/ec168*
4046
4047 DVB_USB_GL861 MEDIA DRIVER
4048 M:      Antti Palosaari <crope@iki.fi>
4049 L:      linux-media@vger.kernel.org
4050 W:      https://linuxtv.org
4051 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4052 T:      git git://linuxtv.org/anttip/media_tree.git
4053 S:      Maintained
4054 F:      drivers/media/usb/dvb-usb-v2/gl861*
4055
4056 DVB_USB_MXL111SF MEDIA DRIVER
4057 M:      Michael Krufky <mkrufky@linuxtv.org>
4058 L:      linux-media@vger.kernel.org
4059 W:      https://linuxtv.org
4060 W:      http://github.com/mkrufky
4061 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4062 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4063 S:      Maintained
4064 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4065
4066 DVB_USB_RTL28XXU MEDIA DRIVER
4067 M:      Antti Palosaari <crope@iki.fi>
4068 L:      linux-media@vger.kernel.org
4069 W:      https://linuxtv.org
4070 W:      http://palosaari.fi/linux/
4071 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4072 T:      git git://linuxtv.org/anttip/media_tree.git
4073 S:      Maintained
4074 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4075
4076 DVB_USB_V2 MEDIA DRIVER
4077 M:      Antti Palosaari <crope@iki.fi>
4078 L:      linux-media@vger.kernel.org
4079 W:      https://linuxtv.org
4080 W:      http://palosaari.fi/linux/
4081 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4082 T:      git git://linuxtv.org/anttip/media_tree.git
4083 S:      Maintained
4084 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4085 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4086
4087 DYNAMIC DEBUG
4088 M:      Jason Baron <jbaron@akamai.com>
4089 S:      Maintained
4090 F:      lib/dynamic_debug.c
4091 F:      include/linux/dynamic_debug.h
4092
4093 DZ DECSTATION DZ11 SERIAL DRIVER
4094 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4095 S:      Maintained
4096 F:      drivers/tty/serial/dz.*
4097
4098 E3X0 POWER BUTTON DRIVER
4099 M:      Moritz Fischer <moritz.fischer@ettus.com>
4100 L:      usrp-users@lists.ettus.com
4101 W:      http://www.ettus.com
4102 S:      Supported
4103 F:      drivers/input/misc/e3x0-button.c
4104 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4105
4106 E4000 MEDIA DRIVER
4107 M:      Antti Palosaari <crope@iki.fi>
4108 L:      linux-media@vger.kernel.org
4109 W:      https://linuxtv.org
4110 W:      http://palosaari.fi/linux/
4111 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4112 T:      git git://linuxtv.org/anttip/media_tree.git
4113 S:      Maintained
4114 F:      drivers/media/tuners/e4000*
4115
4116 EATA ISA/EISA/PCI SCSI DRIVER
4117 M:      Dario Ballabio <ballabio_dario@emc.com>
4118 L:      linux-scsi@vger.kernel.org
4119 S:      Maintained
4120 F:      drivers/scsi/eata.c
4121
4122 EC100 MEDIA DRIVER
4123 M:      Antti Palosaari <crope@iki.fi>
4124 L:      linux-media@vger.kernel.org
4125 W:      https://linuxtv.org
4126 W:      http://palosaari.fi/linux/
4127 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4128 T:      git git://linuxtv.org/anttip/media_tree.git
4129 S:      Maintained
4130 F:      drivers/media/dvb-frontends/ec100*
4131
4132 ECRYPT FILE SYSTEM
4133 M:      Tyler Hicks <tyhicks@canonical.com>
4134 L:      ecryptfs@vger.kernel.org
4135 W:      http://ecryptfs.org
4136 W:      https://launchpad.net/ecryptfs
4137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4138 S:      Supported
4139 F:      Documentation/filesystems/ecryptfs.txt
4140 F:      fs/ecryptfs/
4141
4142 EDAC-CORE
4143 M:      Doug Thompson <dougthompson@xmission.com>
4144 M:      Borislav Petkov <bp@alien8.de>
4145 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4146 L:      linux-edac@vger.kernel.org
4147 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4148 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4149 S:      Supported
4150 F:      Documentation/edac.txt
4151 F:      drivers/edac/
4152 F:      include/linux/edac.h
4153
4154 EDAC-AMD64
4155 M:      Doug Thompson <dougthompson@xmission.com>
4156 M:      Borislav Petkov <bp@alien8.de>
4157 L:      linux-edac@vger.kernel.org
4158 S:      Maintained
4159 F:      drivers/edac/amd64_edac*
4160
4161 EDAC-CALXEDA
4162 M:      Doug Thompson <dougthompson@xmission.com>
4163 M:      Robert Richter <rric@kernel.org>
4164 L:      linux-edac@vger.kernel.org
4165 S:      Maintained
4166 F:      drivers/edac/highbank*
4167
4168 EDAC-CAVIUM
4169 M:      Ralf Baechle <ralf@linux-mips.org>
4170 M:      David Daney <david.daney@cavium.com>
4171 L:      linux-edac@vger.kernel.org
4172 L:      linux-mips@linux-mips.org
4173 S:      Supported
4174 F:      drivers/edac/octeon_edac*
4175
4176 EDAC-E752X
4177 M:      Mark Gross <mark.gross@intel.com>
4178 M:      Doug Thompson <dougthompson@xmission.com>
4179 L:      linux-edac@vger.kernel.org
4180 S:      Maintained
4181 F:      drivers/edac/e752x_edac.c
4182
4183 EDAC-E7XXX
4184 M:      Doug Thompson <dougthompson@xmission.com>
4185 L:      linux-edac@vger.kernel.org
4186 S:      Maintained
4187 F:      drivers/edac/e7xxx_edac.c
4188
4189 EDAC-GHES
4190 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4191 L:      linux-edac@vger.kernel.org
4192 S:      Maintained
4193 F:      drivers/edac/ghes_edac.c
4194
4195 EDAC-I82443BXGX
4196 M:      Tim Small <tim@buttersideup.com>
4197 L:      linux-edac@vger.kernel.org
4198 S:      Maintained
4199 F:      drivers/edac/i82443bxgx_edac.c
4200
4201 EDAC-I3000
4202 M:      Jason Uhlenkott <juhlenko@akamai.com>
4203 L:      linux-edac@vger.kernel.org
4204 S:      Maintained
4205 F:      drivers/edac/i3000_edac.c
4206
4207 EDAC-I5000
4208 M:      Doug Thompson <dougthompson@xmission.com>
4209 L:      linux-edac@vger.kernel.org
4210 S:      Maintained
4211 F:      drivers/edac/i5000_edac.c
4212
4213 EDAC-I5400
4214 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4215 L:      linux-edac@vger.kernel.org
4216 S:      Maintained
4217 F:      drivers/edac/i5400_edac.c
4218
4219 EDAC-I7300
4220 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4221 L:      linux-edac@vger.kernel.org
4222 S:      Maintained
4223 F:      drivers/edac/i7300_edac.c
4224
4225 EDAC-I7CORE
4226 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4227 L:      linux-edac@vger.kernel.org
4228 S:      Maintained
4229 F:      drivers/edac/i7core_edac.c
4230
4231 EDAC-I82975X
4232 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4233 M:      "Arvind R." <arvino55@gmail.com>
4234 L:      linux-edac@vger.kernel.org
4235 S:      Maintained
4236 F:      drivers/edac/i82975x_edac.c
4237
4238 EDAC-IE31200
4239 M:      Jason Baron <jbaron@akamai.com>
4240 L:      linux-edac@vger.kernel.org
4241 S:      Maintained
4242 F:      drivers/edac/ie31200_edac.c
4243
4244 EDAC-MPC85XX
4245 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4246 L:      linux-edac@vger.kernel.org
4247 S:      Maintained
4248 F:      drivers/edac/mpc85xx_edac.[ch]
4249
4250 EDAC-PASEMI
4251 M:      Egor Martovetsky <egor@pasemi.com>
4252 L:      linux-edac@vger.kernel.org
4253 S:      Maintained
4254 F:      drivers/edac/pasemi_edac.c
4255
4256 EDAC-R82600
4257 M:      Tim Small <tim@buttersideup.com>
4258 L:      linux-edac@vger.kernel.org
4259 S:      Maintained
4260 F:      drivers/edac/r82600_edac.c
4261
4262 EDAC-SBRIDGE
4263 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4264 L:      linux-edac@vger.kernel.org
4265 S:      Maintained
4266 F:      drivers/edac/sb_edac.c
4267
4268 EDAC-XGENE
4269 APPLIED MICRO (APM) X-GENE SOC EDAC
4270 M:     Loc Ho <lho@apm.com>
4271 S:     Supported
4272 F:     drivers/edac/xgene_edac.c
4273 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4274
4275 EDIROL UA-101/UA-1000 DRIVER
4276 M:      Clemens Ladisch <clemens@ladisch.de>
4277 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4278 T:      git git://git.alsa-project.org/alsa-kernel.git
4279 S:      Maintained
4280 F:      sound/usb/misc/ua101.c
4281
4282 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4283 M:      Matt Fleming <matt@codeblueprint.co.uk>
4284 L:      linux-efi@vger.kernel.org
4285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4286 S:      Maintained
4287 F:      Documentation/efi-stub.txt
4288 F:      arch/ia64/kernel/efi.c
4289 F:      arch/x86/boot/compressed/eboot.[ch]
4290 F:      arch/x86/include/asm/efi.h
4291 F:      arch/x86/platform/efi/
4292 F:      drivers/firmware/efi/
4293 F:      include/linux/efi*.h
4294
4295 EFI VARIABLE FILESYSTEM
4296 M:      Matthew Garrett <matthew.garrett@nebula.com>
4297 M:      Jeremy Kerr <jk@ozlabs.org>
4298 M:      Matt Fleming <matt@codeblueprint.co.uk>
4299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4300 L:      linux-efi@vger.kernel.org
4301 S:      Maintained
4302 F:      fs/efivarfs/
4303
4304 EFIFB FRAMEBUFFER DRIVER
4305 L:      linux-fbdev@vger.kernel.org
4306 M:      Peter Jones <pjones@redhat.com>
4307 S:      Maintained
4308 F:      drivers/video/fbdev/efifb.c
4309
4310 EFS FILESYSTEM
4311 W:      http://aeschi.ch.eu.org/efs/
4312 S:      Orphan
4313 F:      fs/efs/
4314
4315 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4316 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4317 L:      netdev@vger.kernel.org
4318 S:      Maintained
4319 F:      drivers/net/ethernet/ibm/ehea/
4320
4321 EM28XX VIDEO4LINUX DRIVER
4322 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4323 L:      linux-media@vger.kernel.org
4324 W:      https://linuxtv.org
4325 T:      git git://linuxtv.org/media_tree.git
4326 S:      Maintained
4327 F:      drivers/media/usb/em28xx/
4328
4329 EMBEDDED LINUX
4330 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4331 M:      Matt Mackall <mpm@selenic.com>
4332 M:      David Woodhouse <dwmw2@infradead.org>
4333 L:      linux-embedded@vger.kernel.org
4334 S:      Maintained
4335
4336 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4337 M:      James Smart <james.smart@avagotech.com>
4338 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4339 L:      linux-scsi@vger.kernel.org
4340 W:      http://www.avagotech.com
4341 S:      Supported
4342 F:      drivers/scsi/lpfc/
4343
4344 ENE CB710 FLASH CARD READER DRIVER
4345 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
4346 S:      Maintained
4347 F:      drivers/misc/cb710/
4348 F:      drivers/mmc/host/cb710-mmc.*
4349 F:      include/linux/cb710.h
4350
4351 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4352 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4353 S:      Maintained
4354 F:      drivers/media/rc/ene_ir.*
4355
4356 EPSON S1D13XXX FRAMEBUFFER DRIVER
4357 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4358 S:      Maintained
4359 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4360 F:      drivers/video/fbdev/s1d13xxxfb.c
4361 F:      include/video/s1d13xxxfb.h
4362
4363 ET131X NETWORK DRIVER
4364 M:      Mark Einon <mark.einon@gmail.com>
4365 S:      Odd Fixes
4366 F:      drivers/net/ethernet/agere/
4367
4368 ETHERNET BRIDGE
4369 M:      Stephen Hemminger <stephen@networkplumber.org>
4370 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
4371 L:      netdev@vger.kernel.org
4372 W:      http://www.linuxfoundation.org/en/Net:Bridge
4373 S:      Maintained
4374 F:      include/linux/netfilter_bridge/
4375 F:      net/bridge/
4376
4377 ETHERNET PHY LIBRARY
4378 M:      Florian Fainelli <f.fainelli@gmail.com>
4379 L:      netdev@vger.kernel.org
4380 S:      Maintained
4381 F:      include/linux/phy.h
4382 F:      include/linux/phy_fixed.h
4383 F:      drivers/net/phy/
4384 F:      Documentation/networking/phy.txt
4385 F:      drivers/of/of_mdio.c
4386 F:      drivers/of/of_net.c
4387
4388 EXT2 FILE SYSTEM
4389 M:      Jan Kara <jack@suse.com>
4390 L:      linux-ext4@vger.kernel.org
4391 S:      Maintained
4392 F:      Documentation/filesystems/ext2.txt
4393 F:      fs/ext2/
4394 F:      include/linux/ext2*
4395
4396 EXT4 FILE SYSTEM
4397 M:      "Theodore Ts'o" <tytso@mit.edu>
4398 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4399 L:      linux-ext4@vger.kernel.org
4400 W:      http://ext4.wiki.kernel.org
4401 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4403 S:      Maintained
4404 F:      Documentation/filesystems/ext4.txt
4405 F:      fs/ext4/
4406
4407 Extended Verification Module (EVM)
4408 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4409 L:      linux-ima-devel@lists.sourceforge.net
4410 L:      linux-security-module@vger.kernel.org
4411 S:      Supported
4412 F:      security/integrity/evm/
4413
4414 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4415 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4416 M:      Chanwoo Choi <cw00.choi@samsung.com>
4417 L:      linux-kernel@vger.kernel.org
4418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4419 S:      Maintained
4420 F:      drivers/extcon/
4421 F:      include/linux/extcon/
4422 F:      include/linux/extcon.h
4423 F:      Documentation/extcon/
4424 F:      Documentation/devicetree/bindings/extcon/
4425
4426 EXYNOS DP DRIVER
4427 M:      Jingoo Han <jingoohan1@gmail.com>
4428 L:      dri-devel@lists.freedesktop.org
4429 S:      Maintained
4430 F:      drivers/gpu/drm/exynos/exynos_dp*
4431
4432 EXYNOS SYSMMU (IOMMU) driver
4433 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4434 L:      iommu@lists.linux-foundation.org
4435 S:      Maintained
4436 F:      drivers/iommu/exynos-iommu.c
4437
4438 EXYNOS MIPI DISPLAY DRIVERS
4439 M:      Inki Dae <inki.dae@samsung.com>
4440 M:      Donghwa Lee <dh09.lee@samsung.com>
4441 M:      Kyungmin Park <kyungmin.park@samsung.com>
4442 L:      linux-fbdev@vger.kernel.org
4443 S:      Maintained
4444 F:      drivers/video/fbdev/exynos/exynos_mipi*
4445 F:      include/video/exynos_mipi*
4446
4447 EZchip NPS platform support
4448 M:      Noam Camus <noamc@ezchip.com>
4449 S:      Supported
4450 F:      arch/arc/plat-eznps
4451 F:      arch/arc/boot/dts/eznps.dts
4452
4453 F71805F HARDWARE MONITORING DRIVER
4454 M:      Jean Delvare <jdelvare@suse.com>
4455 L:      linux-hwmon@vger.kernel.org
4456 S:      Maintained
4457 F:      Documentation/hwmon/f71805f
4458 F:      drivers/hwmon/f71805f.c
4459
4460 FC0011 TUNER DRIVER
4461 M:      Michael Buesch <m@bues.ch>
4462 L:      linux-media@vger.kernel.org
4463 S:      Maintained
4464 F:      drivers/media/tuners/fc0011.h
4465 F:      drivers/media/tuners/fc0011.c
4466
4467 FC2580 MEDIA DRIVER
4468 M:      Antti Palosaari <crope@iki.fi>
4469 L:      linux-media@vger.kernel.org
4470 W:      https://linuxtv.org
4471 W:      http://palosaari.fi/linux/
4472 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4473 T:      git git://linuxtv.org/anttip/media_tree.git
4474 S:      Maintained
4475 F:      drivers/media/tuners/fc2580*
4476
4477 FANOTIFY
4478 M:      Eric Paris <eparis@redhat.com>
4479 S:      Maintained
4480 F:      fs/notify/fanotify/
4481 F:      include/linux/fanotify.h
4482 F:      include/uapi/linux/fanotify.h
4483
4484 FARSYNC SYNCHRONOUS DRIVER
4485 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4486 W:      http://www.farsite.co.uk/
4487 S:      Supported
4488 F:      drivers/net/wan/farsync.*
4489
4490 FAULT INJECTION SUPPORT
4491 M:      Akinobu Mita <akinobu.mita@gmail.com>
4492 S:      Supported
4493 F:      Documentation/fault-injection/
4494 F:      lib/fault-inject.c
4495
4496 FBTFT Framebuffer drivers
4497 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4498 M:      Noralf Trønnes <noralf@tronnes.org>
4499 S:      Maintained
4500 F:      drivers/staging/fbtft/
4501
4502 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4503 M:      Vasu Dev <vasu.dev@intel.com>
4504 L:      fcoe-devel@open-fcoe.org
4505 W:      www.Open-FCoE.org
4506 S:      Supported
4507 F:      drivers/scsi/libfc/
4508 F:      drivers/scsi/fcoe/
4509 F:      include/scsi/fc/
4510 F:      include/scsi/libfc.h
4511 F:      include/scsi/libfcoe.h
4512 F:      include/uapi/scsi/fc/
4513
4514 FILE LOCKING (flock() and fcntl()/lockf())
4515 M:      Jeff Layton <jlayton@poochiereds.net>
4516 M:      "J. Bruce Fields" <bfields@fieldses.org>
4517 L:      linux-fsdevel@vger.kernel.org
4518 S:      Maintained
4519 F:      include/linux/fcntl.h
4520 F:      include/linux/fs.h
4521 F:      include/uapi/linux/fcntl.h
4522 F:      include/uapi/linux/fs.h
4523 F:      fs/fcntl.c
4524 F:      fs/locks.c
4525
4526 FILESYSTEMS (VFS and infrastructure)
4527 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4528 L:      linux-fsdevel@vger.kernel.org
4529 S:      Maintained
4530 F:      fs/*
4531
4532 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4533 M:      Riku Voipio <riku.voipio@iki.fi>
4534 L:      linux-hwmon@vger.kernel.org
4535 S:      Maintained
4536 F:      drivers/hwmon/f75375s.c
4537 F:      include/linux/f75375s.h
4538
4539 FIREWIRE AUDIO DRIVERS
4540 M:      Clemens Ladisch <clemens@ladisch.de>
4541 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4542 T:      git git://git.alsa-project.org/alsa-kernel.git
4543 S:      Maintained
4544 F:      sound/firewire/
4545
4546 FIREWIRE MEDIA DRIVERS (firedtv)
4547 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4548 L:      linux-media@vger.kernel.org
4549 L:      linux1394-devel@lists.sourceforge.net
4550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4551 S:      Maintained
4552 F:      drivers/media/firewire/
4553
4554 FIREWIRE SBP-2 TARGET
4555 M:      Chris Boot <bootc@bootc.net>
4556 L:      linux-scsi@vger.kernel.org
4557 L:      target-devel@vger.kernel.org
4558 L:      linux1394-devel@lists.sourceforge.net
4559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4560 S:      Maintained
4561 F:      drivers/target/sbp/
4562
4563 FIREWIRE SUBSYSTEM
4564 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4565 L:      linux1394-devel@lists.sourceforge.net
4566 W:      http://ieee1394.wiki.kernel.org/
4567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4568 S:      Maintained
4569 F:      drivers/firewire/
4570 F:      include/linux/firewire.h
4571 F:      include/uapi/linux/firewire*.h
4572 F:      tools/firewire/
4573
4574 FIRMWARE LOADER (request_firmware)
4575 M:      Ming Lei <ming.lei@canonical.com>
4576 L:      linux-kernel@vger.kernel.org
4577 S:      Maintained
4578 F:      Documentation/firmware_class/
4579 F:      drivers/base/firmware*.c
4580 F:      include/linux/firmware.h
4581
4582 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4583 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4584 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4585 S:      Maintained
4586 F:      drivers/block/rsxx/
4587
4588 FLOPPY DRIVER
4589 M:      Jiri Kosina <jikos@kernel.org>
4590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4591 S:      Odd fixes
4592 F:      drivers/block/floppy.c
4593
4594 FMC SUBSYSTEM
4595 M:      Alessandro Rubini <rubini@gnudd.com>
4596 W:      http://www.ohwr.org/projects/fmc-bus
4597 S:      Supported
4598 F:      drivers/fmc/
4599 F:      include/linux/fmc*.h
4600 F:      include/linux/ipmi-fru.h
4601 K:      fmc_d.*register
4602
4603 FPGA MANAGER FRAMEWORK
4604 M:      Alan Tull <atull@opensource.altera.com>
4605 R:      Moritz Fischer <moritz.fischer@ettus.com>
4606 S:      Maintained
4607 F:      drivers/fpga/
4608 F:      include/linux/fpga/fpga-mgr.h
4609 W:      http://www.rocketboards.org
4610
4611 FPU EMULATOR
4612 M:      Bill Metzenthen <billm@melbpc.org.au>
4613 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4614 S:      Maintained
4615 F:      arch/x86/math-emu/
4616
4617 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4618 L:      netdev@vger.kernel.org
4619 S:      Orphan
4620 F:      drivers/net/wan/dlci.c
4621 F:      drivers/net/wan/sdla.c
4622
4623 FRAMEBUFFER LAYER
4624 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4625 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4626 L:      linux-fbdev@vger.kernel.org
4627 W:      http://linux-fbdev.sourceforge.net/
4628 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4630 S:      Maintained
4631 F:      Documentation/fb/
4632 F:      drivers/video/
4633 F:      include/video/
4634 F:      include/linux/fb.h
4635 F:      include/uapi/video/
4636 F:      include/uapi/linux/fb.h
4637
4638 FREESCALE DIU FRAMEBUFFER DRIVER
4639 M:      Timur Tabi <timur@tabi.org>
4640 L:      linux-fbdev@vger.kernel.org
4641 S:      Maintained
4642 F:      drivers/video/fbdev/fsl-diu-fb.*
4643
4644 FREESCALE DMA DRIVER
4645 M:      Li Yang <leoli@freescale.com>
4646 M:      Zhang Wei <zw@zh-kernel.org>
4647 L:      linuxppc-dev@lists.ozlabs.org
4648 S:      Maintained
4649 F:      drivers/dma/fsldma.*
4650
4651 FREESCALE GPMI NAND DRIVER
4652 M:      Han Xu <han.xu@nxp.com>
4653 L:      linux-mtd@lists.infradead.org
4654 S:      Maintained
4655 F:      drivers/mtd/nand/gpmi-nand/*
4656
4657 FREESCALE I2C CPM DRIVER
4658 M:      Jochen Friedrich <jochen@scram.de>
4659 L:      linuxppc-dev@lists.ozlabs.org
4660 L:      linux-i2c@vger.kernel.org
4661 S:      Maintained
4662 F:      drivers/i2c/busses/i2c-cpm.c
4663
4664 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4665 M:      Sascha Hauer <kernel@pengutronix.de>
4666 L:      linux-fbdev@vger.kernel.org
4667 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4668 S:      Maintained
4669 F:      include/linux/platform_data/video-imxfb.h
4670 F:      drivers/video/fbdev/imxfb.c
4671
4672 FREESCALE QUAD SPI DRIVER
4673 M:      Han Xu <han.xu@nxp.com>
4674 L:      linux-mtd@lists.infradead.org
4675 S:      Maintained
4676 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4677
4678 FREESCALE SOC FS_ENET DRIVER
4679 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4680 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4681 L:      linuxppc-dev@lists.ozlabs.org
4682 L:      netdev@vger.kernel.org
4683 S:      Maintained
4684 F:      drivers/net/ethernet/freescale/fs_enet/
4685 F:      include/linux/fs_enet_pd.h
4686
4687 FREESCALE IMX / MXC FEC DRIVER
4688 M:      Fugang Duan <fugang.duan@nxp.com>
4689 L:      netdev@vger.kernel.org
4690 S:      Maintained
4691 F:      drivers/net/ethernet/freescale/fec_main.c
4692 F:      drivers/net/ethernet/freescale/fec_ptp.c
4693 F:      drivers/net/ethernet/freescale/fec.h
4694 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
4695
4696 FREESCALE QUICC ENGINE LIBRARY
4697 L:      linuxppc-dev@lists.ozlabs.org
4698 S:      Orphan
4699 F:      drivers/soc/fsl/qe/
4700 F:      include/soc/fsl/*qe*.h
4701 F:      include/soc/fsl/*ucc*.h
4702
4703 FREESCALE USB PERIPHERAL DRIVERS
4704 M:      Li Yang <leoli@freescale.com>
4705 L:      linux-usb@vger.kernel.org
4706 L:      linuxppc-dev@lists.ozlabs.org
4707 S:      Maintained
4708 F:      drivers/usb/gadget/udc/fsl*
4709
4710 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4711 M:      Li Yang <leoli@freescale.com>
4712 L:      netdev@vger.kernel.org
4713 L:      linuxppc-dev@lists.ozlabs.org
4714 S:      Maintained
4715 F:      drivers/net/ethernet/freescale/ucc_geth*
4716
4717 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4718 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4719 L:      netdev@vger.kernel.org
4720 S:      Maintained
4721 F:      drivers/net/ethernet/freescale/gianfar*
4722 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4723 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4724
4725 FREESCALE QUICC ENGINE UCC UART DRIVER
4726 M:      Timur Tabi <timur@tabi.org>
4727 L:      linuxppc-dev@lists.ozlabs.org
4728 S:      Maintained
4729 F:      drivers/tty/serial/ucc_uart.c
4730
4731 FREESCALE SOC SOUND DRIVERS
4732 M:      Timur Tabi <timur@tabi.org>
4733 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4734 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4735 R:      Fabio Estevam <fabio.estevam@nxp.com>
4736 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4737 L:      linuxppc-dev@lists.ozlabs.org
4738 S:      Maintained
4739 F:      sound/soc/fsl/fsl*
4740 F:      sound/soc/fsl/imx*
4741 F:      sound/soc/fsl/mpc8610_hpcd.c
4742
4743 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4744 M:      "J. German Rivera" <German.Rivera@freescale.com>
4745 L:      linux-kernel@vger.kernel.org
4746 S:      Maintained
4747 F:      drivers/staging/fsl-mc/
4748
4749 FREEVXFS FILESYSTEM
4750 M:      Christoph Hellwig <hch@infradead.org>
4751 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4752 S:      Maintained
4753 F:      fs/freevxfs/
4754
4755 FREEZER
4756 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4757 M:      Pavel Machek <pavel@ucw.cz>
4758 L:      linux-pm@vger.kernel.org
4759 S:      Supported
4760 F:      Documentation/power/freezing-of-tasks.txt
4761 F:      include/linux/freezer.h
4762 F:      kernel/freezer.c
4763
4764 FRONTSWAP API
4765 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4766 L:      linux-kernel@vger.kernel.org
4767 S:      Maintained
4768 F:      mm/frontswap.c
4769 F:      include/linux/frontswap.h
4770
4771 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4772 M:      David Howells <dhowells@redhat.com>
4773 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
4774 S:      Supported
4775 F:      Documentation/filesystems/caching/
4776 F:      fs/fscache/
4777 F:      include/linux/fscache*.h
4778
4779 F2FS FILE SYSTEM
4780 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4781 M:      Changman Lee <cm224.lee@samsung.com>
4782 R:      Chao Yu <chao2.yu@samsung.com>
4783 L:      linux-f2fs-devel@lists.sourceforge.net
4784 W:      http://en.wikipedia.org/wiki/F2FS
4785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4786 S:      Maintained
4787 F:      Documentation/filesystems/f2fs.txt
4788 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4789 F:      fs/f2fs/
4790 F:      include/linux/f2fs_fs.h
4791 F:      include/trace/events/f2fs.h
4792
4793 FUJITSU FR-V (FRV) PORT
4794 S:      Orphan
4795 F:      arch/frv/
4796
4797 FUJITSU LAPTOP EXTRAS
4798 M:      Jonathan Woithe <jwoithe@just42.net>
4799 L:      platform-driver-x86@vger.kernel.org
4800 S:      Maintained
4801 F:      drivers/platform/x86/fujitsu-laptop.c
4802
4803 FUJITSU M-5MO LS CAMERA ISP DRIVER
4804 M:      Kyungmin Park <kyungmin.park@samsung.com>
4805 M:      Heungjun Kim <riverful.kim@samsung.com>
4806 L:      linux-media@vger.kernel.org
4807 S:      Maintained
4808 F:      drivers/media/i2c/m5mols/
4809 F:      include/media/i2c/m5mols.h
4810
4811 FUJITSU TABLET EXTRAS
4812 M:      Robert Gerlach <khnz@gmx.de>
4813 L:      platform-driver-x86@vger.kernel.org
4814 S:      Maintained
4815 F:      drivers/platform/x86/fujitsu-tablet.c
4816
4817 FUSE: FILESYSTEM IN USERSPACE
4818 M:      Miklos Szeredi <miklos@szeredi.hu>
4819 L:      linux-fsdevel@vger.kernel.org
4820 W:      http://fuse.sourceforge.net/
4821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4822 S:      Maintained
4823 F:      fs/fuse/
4824 F:      include/uapi/linux/fuse.h
4825 F:      Documentation/filesystems/fuse.txt
4826
4827 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4828 M:      Rik Faith <faith@cs.unc.edu>
4829 L:      linux-scsi@vger.kernel.org
4830 S:      Odd Fixes (e.g., new signatures)
4831 F:      drivers/scsi/fdomain.*
4832
4833 GCOV BASED KERNEL PROFILING
4834 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4835 S:      Maintained
4836 F:      kernel/gcov/
4837 F:      Documentation/gcov.txt
4838
4839 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4840 M:      Achim Leubner <achim_leubner@adaptec.com>
4841 L:      linux-scsi@vger.kernel.org
4842 W:      http://www.icp-vortex.com/
4843 S:      Supported
4844 F:      drivers/scsi/gdt*
4845
4846 GDB KERNEL DEBUGGING HELPER SCRIPTS
4847 M:      Jan Kiszka <jan.kiszka@siemens.com>
4848 S:      Supported
4849 F:      scripts/gdb/
4850
4851 GEMTEK FM RADIO RECEIVER DRIVER
4852 M:      Hans Verkuil <hverkuil@xs4all.nl>
4853 L:      linux-media@vger.kernel.org
4854 T:      git git://linuxtv.org/media_tree.git
4855 W:      https://linuxtv.org
4856 S:      Maintained
4857 F:      drivers/media/radio/radio-gemtek*
4858
4859 GENERIC GPIO I2C DRIVER
4860 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4861 S:      Supported
4862 F:      drivers/i2c/busses/i2c-gpio.c
4863 F:      include/linux/i2c-gpio.h
4864
4865 GENERIC GPIO I2C MULTIPLEXER DRIVER
4866 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4867 L:      linux-i2c@vger.kernel.org
4868 S:      Supported
4869 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4870 F:      include/linux/i2c-mux-gpio.h
4871 F:      Documentation/i2c/muxes/i2c-mux-gpio
4872
4873 GENERIC HDLC (WAN) DRIVERS
4874 M:      Krzysztof Halasa <khc@pm.waw.pl>
4875 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4876 S:      Maintained
4877 F:      drivers/net/wan/c101.c
4878 F:      drivers/net/wan/hd6457*
4879 F:      drivers/net/wan/hdlc*
4880 F:      drivers/net/wan/n2.c
4881 F:      drivers/net/wan/pc300too.c
4882 F:      drivers/net/wan/pci200syn.c
4883 F:      drivers/net/wan/wanxl*
4884
4885 GENERIC INCLUDE/ASM HEADER FILES
4886 M:      Arnd Bergmann <arnd@arndb.de>
4887 L:      linux-arch@vger.kernel.org
4888 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4889 S:      Maintained
4890 F:      include/asm-generic/
4891 F:      include/uapi/asm-generic/
4892
4893 GENERIC PHY FRAMEWORK
4894 M:      Kishon Vijay Abraham I <kishon@ti.com>
4895 L:      linux-kernel@vger.kernel.org
4896 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4897 S:      Supported
4898 F:      drivers/phy/
4899 F:      include/linux/phy/
4900
4901 GENERIC PM DOMAINS
4902 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4903 M:      Kevin Hilman <khilman@kernel.org>
4904 M:      Ulf Hansson <ulf.hansson@linaro.org>
4905 L:      linux-pm@vger.kernel.org
4906 S:      Supported
4907 F:      drivers/base/power/domain*.c
4908 F:      include/linux/pm_domain.h
4909
4910 GENERIC UIO DRIVER FOR PCI DEVICES
4911 M:      "Michael S. Tsirkin" <mst@redhat.com>
4912 L:      kvm@vger.kernel.org
4913 S:      Supported
4914 F:      drivers/uio/uio_pci_generic.c
4915
4916 GET_MAINTAINER SCRIPT
4917 M:      Joe Perches <joe@perches.com>
4918 S:      Maintained
4919 F:      scripts/get_maintainer.pl
4920
4921 GFS2 FILE SYSTEM
4922 M:      Steven Whitehouse <swhiteho@redhat.com>
4923 M:      Bob Peterson <rpeterso@redhat.com>
4924 L:      cluster-devel@redhat.com
4925 W:      http://sources.redhat.com/cluster/
4926 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4927 S:      Supported
4928 F:      Documentation/filesystems/gfs2*.txt
4929 F:      fs/gfs2/
4930 F:      include/uapi/linux/gfs2_ondisk.h
4931
4932 GIGASET ISDN DRIVERS
4933 M:      Paul Bolle <pebolle@tiscali.nl>
4934 L:      gigaset307x-common@lists.sourceforge.net
4935 W:      http://gigaset307x.sourceforge.net/
4936 S:      Odd Fixes
4937 F:      Documentation/isdn/README.gigaset
4938 F:      drivers/isdn/gigaset/
4939 F:      include/uapi/linux/gigaset_dev.h
4940
4941 GO7007 MPEG CODEC
4942 M:      Hans Verkuil <hans.verkuil@cisco.com>
4943 L:      linux-media@vger.kernel.org
4944 S:      Maintained
4945 F:      drivers/media/usb/go7007/
4946
4947 GOODIX TOUCHSCREEN
4948 M:      Bastien Nocera <hadess@hadess.net>
4949 L:      linux-input@vger.kernel.org
4950 S:      Maintained
4951 F:      drivers/input/touchscreen/goodix.c
4952
4953 GPIO SUBSYSTEM
4954 M:      Linus Walleij <linus.walleij@linaro.org>
4955 M:      Alexandre Courbot <gnurou@gmail.com>
4956 L:      linux-gpio@vger.kernel.org
4957 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4958 S:      Maintained
4959 F:      Documentation/devicetree/bindings/gpio/
4960 F:      Documentation/gpio/
4961 F:      Documentation/ABI/testing/gpio-cdev
4962 F:      Documentation/ABI/obsolete/sysfs-gpio
4963 F:      drivers/gpio/
4964 F:      include/linux/gpio/
4965 F:      include/linux/gpio.h
4966 F:      include/asm-generic/gpio.h
4967 F:      include/uapi/linux/gpio.h
4968 F:      tools/gpio/
4969
4970 GRE DEMULTIPLEXER DRIVER
4971 M:      Dmitry Kozlov <xeb@mail.ru>
4972 L:      netdev@vger.kernel.org
4973 S:      Maintained
4974 F:      net/ipv4/gre_demux.c
4975 F:      net/ipv4/gre_offload.c
4976 F:      include/net/gre.h
4977
4978 GRETH 10/100/1G Ethernet MAC device driver
4979 M:      Andreas Larsson <andreas@gaisler.com>
4980 L:      netdev@vger.kernel.org
4981 S:      Maintained
4982 F:      drivers/net/ethernet/aeroflex/
4983
4984 GSPCA FINEPIX SUBDRIVER
4985 M:      Frank Zago <frank@zago.net>
4986 L:      linux-media@vger.kernel.org
4987 T:      git git://linuxtv.org/media_tree.git
4988 S:      Maintained
4989 F:      drivers/media/usb/gspca/finepix.c
4990
4991 GSPCA GL860 SUBDRIVER
4992 M:      Olivier Lorin <o.lorin@laposte.net>
4993 L:      linux-media@vger.kernel.org
4994 T:      git git://linuxtv.org/media_tree.git
4995 S:      Maintained
4996 F:      drivers/media/usb/gspca/gl860/
4997
4998 GSPCA M5602 SUBDRIVER
4999 M:      Erik Andren <erik.andren@gmail.com>
5000 L:      linux-media@vger.kernel.org
5001 T:      git git://linuxtv.org/media_tree.git
5002 S:      Maintained
5003 F:      drivers/media/usb/gspca/m5602/
5004
5005 GSPCA PAC207 SONIXB SUBDRIVER
5006 M:      Hans de Goede <hdegoede@redhat.com>
5007 L:      linux-media@vger.kernel.org
5008 T:      git git://linuxtv.org/media_tree.git
5009 S:      Maintained
5010 F:      drivers/media/usb/gspca/pac207.c
5011
5012 GSPCA SN9C20X SUBDRIVER
5013 M:      Brian Johnson <brijohn@gmail.com>
5014 L:      linux-media@vger.kernel.org
5015 T:      git git://linuxtv.org/media_tree.git
5016 S:      Maintained
5017 F:      drivers/media/usb/gspca/sn9c20x.c
5018
5019 GSPCA T613 SUBDRIVER
5020 M:      Leandro Costantino <lcostantino@gmail.com>
5021 L:      linux-media@vger.kernel.org
5022 T:      git git://linuxtv.org/media_tree.git
5023 S:      Maintained
5024 F:      drivers/media/usb/gspca/t613.c
5025
5026 GSPCA USB WEBCAM DRIVER
5027 M:      Hans de Goede <hdegoede@redhat.com>
5028 L:      linux-media@vger.kernel.org
5029 T:      git git://linuxtv.org/media_tree.git
5030 S:      Maintained
5031 F:      drivers/media/usb/gspca/
5032
5033 GUID PARTITION TABLE (GPT)
5034 M:      Davidlohr Bueso <dave@stgolabs.net>
5035 L:      linux-efi@vger.kernel.org
5036 S:      Maintained
5037 F:      block/partitions/efi.*
5038
5039 STK1160 USB VIDEO CAPTURE DRIVER
5040 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5041 L:      linux-media@vger.kernel.org
5042 T:      git git://linuxtv.org/media_tree.git
5043 S:      Maintained
5044 F:      drivers/media/usb/stk1160/
5045
5046 H8/300 ARCHITECTURE
5047 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5048 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5049 W:      http://uclinux-h8.sourceforge.jp
5050 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5051 S:      Maintained
5052 F:      arch/h8300/
5053 F:      drivers/clocksource/h8300_*.c
5054 F:      drivers/clk/h8300/
5055 F:      drivers/irqchip/irq-renesas-h8*.c
5056
5057 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5058 M:      Frank Seidel <frank@f-seidel.de>
5059 L:      platform-driver-x86@vger.kernel.org
5060 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5061 S:      Maintained
5062 F:      drivers/platform/x86/hdaps.c
5063
5064 HDPVR USB VIDEO ENCODER DRIVER
5065 M:      Hans Verkuil <hverkuil@xs4all.nl>
5066 L:      linux-media@vger.kernel.org
5067 T:      git git://linuxtv.org/media_tree.git
5068 W:      https://linuxtv.org
5069 S:      Odd Fixes
5070 F:      drivers/media/usb/hdpvr/
5071
5072 HWPOISON MEMORY FAILURE HANDLING
5073 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5074 L:      linux-mm@kvack.org
5075 S:      Maintained
5076 F:      mm/memory-failure.c
5077 F:      mm/hwpoison-inject.c
5078
5079 HYPERVISOR VIRTUAL CONSOLE DRIVER
5080 L:      linuxppc-dev@lists.ozlabs.org
5081 S:      Odd Fixes
5082 F:      drivers/tty/hvc/
5083
5084 HACKRF MEDIA DRIVER
5085 M:      Antti Palosaari <crope@iki.fi>
5086 L:      linux-media@vger.kernel.org
5087 W:      https://linuxtv.org
5088 W:      http://palosaari.fi/linux/
5089 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5090 T:      git git://linuxtv.org/anttip/media_tree.git
5091 S:      Maintained
5092 F:      drivers/media/usb/hackrf/
5093
5094 HARDWARE MONITORING
5095 M:      Jean Delvare <jdelvare@suse.com>
5096 M:      Guenter Roeck <linux@roeck-us.net>
5097 L:      linux-hwmon@vger.kernel.org
5098 W:      http://hwmon.wiki.kernel.org/
5099 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5100 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5101 S:      Maintained
5102 F:      Documentation/hwmon/
5103 F:      drivers/hwmon/
5104 F:      include/linux/hwmon*.h
5105
5106 HARDWARE RANDOM NUMBER GENERATOR CORE
5107 M:      Matt Mackall <mpm@selenic.com>
5108 M:      Herbert Xu <herbert@gondor.apana.org.au>
5109 L:      linux-crypto@vger.kernel.org
5110 S:      Odd fixes
5111 F:      Documentation/hw_random.txt
5112 F:      drivers/char/hw_random/
5113 F:      include/linux/hw_random.h
5114
5115 HARDWARE SPINLOCK CORE
5116 M:      Ohad Ben-Cohen <ohad@wizery.com>
5117 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5118 L:      linux-remoteproc@vger.kernel.org
5119 S:      Maintained
5120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5121 F:      Documentation/hwspinlock.txt
5122 F:      drivers/hwspinlock/hwspinlock_*
5123 F:      include/linux/hwspinlock.h
5124
5125 HARMONY SOUND DRIVER
5126 L:      linux-parisc@vger.kernel.org
5127 S:      Maintained
5128 F:      sound/parisc/harmony.*
5129
5130 HD29L2 MEDIA DRIVER
5131 M:      Antti Palosaari <crope@iki.fi>
5132 L:      linux-media@vger.kernel.org
5133 W:      https://linuxtv.org
5134 W:      http://palosaari.fi/linux/
5135 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5136 T:      git git://linuxtv.org/anttip/media_tree.git
5137 S:      Maintained
5138 F:      drivers/media/dvb-frontends/hd29l2*
5139
5140 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5141 M:      Don Brace <don.brace@microsemi.com>
5142 L:      iss_storagedev@hp.com
5143 L:      esc.storagedev@microsemi.com
5144 L:      linux-scsi@vger.kernel.org
5145 S:      Supported
5146 F:      Documentation/scsi/hpsa.txt
5147 F:      drivers/scsi/hpsa*.[ch]
5148 F:      include/linux/cciss*.h
5149 F:      include/uapi/linux/cciss*.h
5150
5151 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5152 M:      Don Brace <don.brace@microsemi.com>
5153 L:      iss_storagedev@hp.com
5154 L:      esc.storagedev@microsemi.com
5155 L:      linux-scsi@vger.kernel.org
5156 S:      Supported
5157 F:      Documentation/blockdev/cciss.txt
5158 F:      drivers/block/cciss*
5159 F:      include/linux/cciss_ioctl.h
5160 F:      include/uapi/linux/cciss_ioctl.h
5161
5162 HFS FILESYSTEM
5163 L:      linux-fsdevel@vger.kernel.org
5164 S:      Orphan
5165 F:      Documentation/filesystems/hfs.txt
5166 F:      fs/hfs/
5167
5168 HFSPLUS FILESYSTEM
5169 L:      linux-fsdevel@vger.kernel.org
5170 S:      Orphan
5171 F:      Documentation/filesystems/hfsplus.txt
5172 F:      fs/hfsplus/
5173
5174 HGA FRAMEBUFFER DRIVER
5175 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5176 L:      linux-nvidia@lists.surfsouth.com
5177 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5178 S:      Maintained
5179 F:      drivers/video/fbdev/hgafb.c
5180
5181 HIBERNATION (aka Software Suspend, aka swsusp)
5182 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5183 M:      Pavel Machek <pavel@ucw.cz>
5184 L:      linux-pm@vger.kernel.org
5185 S:      Supported
5186 F:      arch/x86/power/
5187 F:      drivers/base/power/
5188 F:      kernel/power/
5189 F:      include/linux/suspend.h
5190 F:      include/linux/freezer.h
5191 F:      include/linux/pm.h
5192 F:      arch/*/include/asm/suspend*.h
5193
5194 HID CORE LAYER
5195 M:      Jiri Kosina <jikos@kernel.org>
5196 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5197 L:      linux-input@vger.kernel.org
5198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5199 S:      Maintained
5200 F:      drivers/hid/
5201 F:      include/linux/hid*
5202 F:      include/uapi/linux/hid*
5203
5204 HID SENSOR HUB DRIVERS
5205 M:      Jiri Kosina <jikos@kernel.org>
5206 M:      Jonathan Cameron <jic23@kernel.org>
5207 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5208 L:      linux-input@vger.kernel.org
5209 L:      linux-iio@vger.kernel.org
5210 S:      Maintained
5211 F:      Documentation/hid/hid-sensor*
5212 F:      drivers/hid/hid-sensor-*
5213 F:      drivers/iio/*/hid-*
5214 F:      include/linux/hid-sensor-*
5215
5216 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5217 M:      Thomas Gleixner <tglx@linutronix.de>
5218 L:      linux-kernel@vger.kernel.org
5219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5220 S:      Maintained
5221 F:      Documentation/timers/
5222 F:      kernel/time/hrtimer.c
5223 F:      kernel/time/clockevents.c
5224 F:      kernel/time/tick*.*
5225 F:      kernel/time/timer_*.c
5226 F:      include/linux/clockchips.h
5227 F:      include/linux/hrtimer.h
5228
5229 HIGH-SPEED SCC DRIVER FOR AX.25
5230 L:      linux-hams@vger.kernel.org
5231 S:      Orphan
5232 F:      drivers/net/hamradio/dmascc.c
5233 F:      drivers/net/hamradio/scc.c
5234
5235 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5236 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5237 W:      http://www.highpoint-tech.com
5238 S:      Supported
5239 F:      Documentation/scsi/hptiop.txt
5240 F:      drivers/scsi/hptiop.c
5241
5242 HIPPI
5243 M:      Jes Sorensen <jes@trained-monkey.org>
5244 L:      linux-hippi@sunsite.dk
5245 S:      Maintained
5246 F:      include/linux/hippidevice.h
5247 F:      include/uapi/linux/if_hippi.h
5248 F:      net/802/hippi.c
5249 F:      drivers/net/hippi/
5250
5251 HISILICON SAS Controller
5252 M:      John Garry <john.garry@huawei.com>
5253 W:      http://www.hisilicon.com
5254 S:      Supported
5255 F:      drivers/scsi/hisi_sas/
5256 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5257
5258 HOST AP DRIVER
5259 M:      Jouni Malinen <j@w1.fi>
5260 L:      hostap@shmoo.com (subscribers-only)
5261 L:      linux-wireless@vger.kernel.org
5262 W:      http://hostap.epitest.fi/
5263 S:      Maintained
5264 F:      drivers/net/wireless/intersil/hostap/
5265
5266 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5267 L:      platform-driver-x86@vger.kernel.org
5268 S:      Orphan
5269 F:      drivers/platform/x86/tc1100-wmi.c
5270
5271 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5272 M:      Jaroslav Kysela <perex@perex.cz>
5273 S:      Maintained
5274 F:      drivers/net/ethernet/hp/hp100.*
5275
5276 HPET:   High Precision Event Timers driver
5277 M:      Clemens Ladisch <clemens@ladisch.de>
5278 S:      Maintained
5279 F:      Documentation/timers/hpet.txt
5280 F:      drivers/char/hpet.c
5281 F:      include/linux/hpet.h
5282 F:      include/uapi/linux/hpet.h
5283
5284 HPET:   x86
5285 S:      Orphan
5286 F:      arch/x86/kernel/hpet.c
5287 F:      arch/x86/include/asm/hpet.h
5288
5289 HPFS FILESYSTEM
5290 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5291 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5292 S:      Maintained
5293 F:      fs/hpfs/
5294
5295 HSI SUBSYSTEM
5296 M:      Sebastian Reichel <sre@kernel.org>
5297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5298 S:      Maintained
5299 F:      Documentation/ABI/testing/sysfs-bus-hsi
5300 F:      Documentation/hsi.txt
5301 F:      drivers/hsi/
5302 F:      include/linux/hsi/
5303 F:      include/uapi/linux/hsi/
5304
5305 HSO 3G MODEM DRIVER
5306 M:      Jan Dumon <j.dumon@option.com>
5307 W:      http://www.pharscape.org
5308 S:      Maintained
5309 F:      drivers/net/usb/hso.c
5310
5311 HSR NETWORK PROTOCOL
5312 M:      Arvid Brodin <arvid.brodin@alten.se>
5313 L:      netdev@vger.kernel.org
5314 S:      Maintained
5315 F:      net/hsr/
5316
5317 HTCPEN TOUCHSCREEN DRIVER
5318 M:      Pau Oliva Fora <pof@eslack.org>
5319 L:      linux-input@vger.kernel.org
5320 S:      Maintained
5321 F:      drivers/input/touchscreen/htcpen.c
5322
5323 HUGETLB FILESYSTEM
5324 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5325 S:      Maintained
5326 F:      fs/hugetlbfs/
5327
5328 Hyper-V CORE AND DRIVERS
5329 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5330 M:      Haiyang Zhang <haiyangz@microsoft.com>
5331 L:      devel@linuxdriverproject.org
5332 S:      Maintained
5333 F:      arch/x86/include/asm/mshyperv.h
5334 F:      arch/x86/include/uapi/asm/hyperv.h
5335 F:      arch/x86/kernel/cpu/mshyperv.c
5336 F:      drivers/hid/hid-hyperv.c
5337 F:      drivers/hv/
5338 F:      drivers/input/serio/hyperv-keyboard.c
5339 F:      drivers/pci/host/pci-hyperv.c
5340 F:      drivers/net/hyperv/
5341 F:      drivers/scsi/storvsc_drv.c
5342 F:      drivers/video/fbdev/hyperv_fb.c
5343 F:      include/linux/hyperv.h
5344 F:      tools/hv/
5345 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5346
5347 I2C MUXES
5348 M:      Peter Rosin <peda@axentia.se>
5349 L:      linux-i2c@vger.kernel.org
5350 S:      Maintained
5351 F:      Documentation/i2c/i2c-topology
5352 F:      Documentation/i2c/muxes/
5353 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5354 F:      drivers/i2c/i2c-mux.c
5355 F:      drivers/i2c/muxes/
5356 F:      include/linux/i2c-mux.h
5357
5358 I2C OVER PARALLEL PORT
5359 M:      Jean Delvare <jdelvare@suse.com>
5360 L:      linux-i2c@vger.kernel.org
5361 S:      Maintained
5362 F:      Documentation/i2c/busses/i2c-parport
5363 F:      Documentation/i2c/busses/i2c-parport-light
5364 F:      drivers/i2c/busses/i2c-parport.c
5365 F:      drivers/i2c/busses/i2c-parport-light.c
5366
5367 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5368 M:      Jean Delvare <jdelvare@suse.com>
5369 L:      linux-i2c@vger.kernel.org
5370 S:      Maintained
5371 F:      Documentation/i2c/busses/i2c-ali1535
5372 F:      Documentation/i2c/busses/i2c-ali1563
5373 F:      Documentation/i2c/busses/i2c-ali15x3
5374 F:      Documentation/i2c/busses/i2c-amd756
5375 F:      Documentation/i2c/busses/i2c-amd8111
5376 F:      Documentation/i2c/busses/i2c-i801
5377 F:      Documentation/i2c/busses/i2c-nforce2
5378 F:      Documentation/i2c/busses/i2c-piix4
5379 F:      Documentation/i2c/busses/i2c-sis5595
5380 F:      Documentation/i2c/busses/i2c-sis630
5381 F:      Documentation/i2c/busses/i2c-sis96x
5382 F:      Documentation/i2c/busses/i2c-via
5383 F:      Documentation/i2c/busses/i2c-viapro
5384 F:      drivers/i2c/busses/i2c-ali1535.c
5385 F:      drivers/i2c/busses/i2c-ali1563.c
5386 F:      drivers/i2c/busses/i2c-ali15x3.c
5387 F:      drivers/i2c/busses/i2c-amd756.c
5388 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5389 F:      drivers/i2c/busses/i2c-amd8111.c
5390 F:      drivers/i2c/busses/i2c-i801.c
5391 F:      drivers/i2c/busses/i2c-isch.c
5392 F:      drivers/i2c/busses/i2c-nforce2.c
5393 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5394 F:      drivers/i2c/busses/i2c-piix4.c
5395 F:      drivers/i2c/busses/i2c-sis5595.c
5396 F:      drivers/i2c/busses/i2c-sis630.c
5397 F:      drivers/i2c/busses/i2c-sis96x.c
5398 F:      drivers/i2c/busses/i2c-via.c
5399 F:      drivers/i2c/busses/i2c-viapro.c
5400
5401 I2C/SMBUS ISMT DRIVER
5402 M:      Seth Heasley <seth.heasley@intel.com>
5403 M:      Neil Horman <nhorman@tuxdriver.com>
5404 L:      linux-i2c@vger.kernel.org
5405 F:      drivers/i2c/busses/i2c-ismt.c
5406 F:      Documentation/i2c/busses/i2c-ismt
5407
5408 I2C/SMBUS STUB DRIVER
5409 M:      Jean Delvare <jdelvare@suse.com>
5410 L:      linux-i2c@vger.kernel.org
5411 S:      Maintained
5412 F:      drivers/i2c/i2c-stub.c
5413
5414 I2C SUBSYSTEM
5415 M:      Wolfram Sang <wsa@the-dreams.de>
5416 L:      linux-i2c@vger.kernel.org
5417 W:      https://i2c.wiki.kernel.org/
5418 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5419 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5420 S:      Maintained
5421 F:      Documentation/devicetree/bindings/i2c/
5422 F:      Documentation/i2c/
5423 F:      drivers/i2c/
5424 F:      drivers/i2c/*/
5425 F:      include/linux/i2c.h
5426 F:      include/linux/i2c-*.h
5427 F:      include/uapi/linux/i2c.h
5428 F:      include/uapi/linux/i2c-*.h
5429
5430 I2C ACPI SUPPORT
5431 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5432 L:      linux-i2c@vger.kernel.org
5433 L:      linux-acpi@vger.kernel.org
5434 S:      Maintained
5435
5436 I2C-TAOS-EVM DRIVER
5437 M:      Jean Delvare <jdelvare@suse.com>
5438 L:      linux-i2c@vger.kernel.org
5439 S:      Maintained
5440 F:      Documentation/i2c/busses/i2c-taos-evm
5441 F:      drivers/i2c/busses/i2c-taos-evm.c
5442
5443 I2C-TINY-USB DRIVER
5444 M:      Till Harbaum <till@harbaum.org>
5445 L:      linux-i2c@vger.kernel.org
5446 W:      http://www.harbaum.org/till/i2c_tiny_usb
5447 S:      Maintained
5448 F:      drivers/i2c/busses/i2c-tiny-usb.c
5449
5450 i386 BOOT CODE
5451 M:      "H. Peter Anvin" <hpa@zytor.com>
5452 S:      Maintained
5453 F:      arch/x86/boot/
5454
5455 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5456 M:      "H. Peter Anvin" <hpa@zytor.com>
5457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5458 S:      Maintained
5459
5460 IA64 (Itanium) PLATFORM
5461 M:      Tony Luck <tony.luck@intel.com>
5462 M:      Fenghua Yu <fenghua.yu@intel.com>
5463 L:      linux-ia64@vger.kernel.org
5464 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5465 S:      Maintained
5466 F:      arch/ia64/
5467
5468 IBM Power VMX Cryptographic instructions
5469 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5470 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5471 L:      linux-crypto@vger.kernel.org
5472 S:      Supported
5473 F:      drivers/crypto/vmx/Makefile
5474 F:      drivers/crypto/vmx/Kconfig
5475 F:      drivers/crypto/vmx/vmx.c
5476 F:      drivers/crypto/vmx/aes*
5477 F:      drivers/crypto/vmx/ghash*
5478 F:      drivers/crypto/vmx/ppc-xlate.pl
5479
5480 IBM Power in-Nest Crypto Acceleration
5481 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5482 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5483 L:      linux-crypto@vger.kernel.org
5484 S:      Supported
5485 F:      drivers/crypto/nx/Makefile
5486 F:      drivers/crypto/nx/Kconfig
5487 F:      drivers/crypto/nx/nx-aes*
5488 F:      drivers/crypto/nx/nx-sha*
5489 F:      drivers/crypto/nx/nx.*
5490 F:      drivers/crypto/nx/nx_csbcpb.h
5491 F:      drivers/crypto/nx/nx_debugfs.h
5492
5493 IBM Power 842 compression accelerator
5494 M:      Dan Streetman <ddstreet@ieee.org>
5495 S:      Supported
5496 F:      drivers/crypto/nx/Makefile
5497 F:      drivers/crypto/nx/Kconfig
5498 F:      drivers/crypto/nx/nx-842*
5499 F:      include/linux/sw842.h
5500 F:      crypto/842.c
5501 F:      lib/842/
5502
5503 IBM Power Linux RAID adapter
5504 M:      Brian King <brking@us.ibm.com>
5505 S:      Supported
5506 F:      drivers/scsi/ipr.*
5507
5508 IBM Power Virtual Ethernet Device Driver
5509 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5510 L:      netdev@vger.kernel.org
5511 S:      Supported
5512 F:      drivers/net/ethernet/ibm/ibmveth.*
5513
5514 IBM Power SRIOV Virtual NIC Device Driver
5515 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5516 M:      John Allen <jallen@linux.vnet.ibm.com>
5517 L:      netdev@vger.kernel.org
5518 S:      Supported
5519 F:      drivers/net/ethernet/ibm/ibmvnic.*
5520
5521 IBM Power Virtual SCSI Device Drivers
5522 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5523 L:      linux-scsi@vger.kernel.org
5524 S:      Supported
5525 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5526 F:      drivers/scsi/ibmvscsi/viosrp.h
5527
5528 IBM Power Virtual FC Device Drivers
5529 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5530 L:      linux-scsi@vger.kernel.org
5531 S:      Supported
5532 F:      drivers/scsi/ibmvscsi/ibmvfc*
5533
5534 IBM ServeRAID RAID DRIVER
5535 S:      Orphan
5536 F:      drivers/scsi/ips.*
5537
5538 ICH LPC AND GPIO DRIVER
5539 M:      Peter Tyser <ptyser@xes-inc.com>
5540 S:      Maintained
5541 F:      drivers/mfd/lpc_ich.c
5542 F:      drivers/gpio/gpio-ich.c
5543
5544 IDE SUBSYSTEM
5545 M:      "David S. Miller" <davem@davemloft.net>
5546 L:      linux-ide@vger.kernel.org
5547 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5548 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5549 S:      Maintained
5550 F:      Documentation/ide/
5551 F:      drivers/ide/
5552 F:      include/linux/ide.h
5553
5554 IDEAPAD LAPTOP EXTRAS DRIVER
5555 M:      Ike Panhc <ike.pan@canonical.com>
5556 L:      platform-driver-x86@vger.kernel.org
5557 W:      http://launchpad.net/ideapad-laptop
5558 S:      Maintained
5559 F:      drivers/platform/x86/ideapad-laptop.c
5560
5561 IDEAPAD LAPTOP SLIDEBAR DRIVER
5562 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5563 L:      linux-input@vger.kernel.org
5564 W:      https://github.com/o2genum/ideapad-slidebar
5565 S:      Maintained
5566 F:      drivers/input/misc/ideapad_slidebar.c
5567
5568 IDE/ATAPI DRIVERS
5569 M:      Borislav Petkov <bp@alien8.de>
5570 L:      linux-ide@vger.kernel.org
5571 S:      Maintained
5572 F:      Documentation/cdrom/ide-cd
5573 F:      drivers/ide/ide-cd*
5574
5575 IDLE-I7300
5576 M:      Andy Henroid <andrew.d.henroid@intel.com>
5577 L:      linux-pm@vger.kernel.org
5578 S:      Supported
5579 F:      drivers/idle/i7300_idle.c
5580
5581 IEEE 802.15.4 SUBSYSTEM
5582 M:      Alexander Aring <aar@pengutronix.de>
5583 L:      linux-wpan@vger.kernel.org
5584 W:      http://wpan.cakelab.org/
5585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
5586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
5587 S:      Maintained
5588 F:      net/ieee802154/
5589 F:      net/mac802154/
5590 F:      drivers/net/ieee802154/
5591 F:      include/linux/nl802154.h
5592 F:      include/linux/ieee802154.h
5593 F:      include/net/nl802154.h
5594 F:      include/net/mac802154.h
5595 F:      include/net/af_ieee802154.h
5596 F:      include/net/cfg802154.h
5597 F:      include/net/ieee802154_netdev.h
5598 F:      Documentation/networking/ieee802154.txt
5599
5600 IGORPLUG-USB IR RECEIVER
5601 M:      Sean Young <sean@mess.org>
5602 L:      linux-media@vger.kernel.org
5603 S:      Maintained
5604 F:      drivers/media/rc/igorplugusb.c
5605
5606 IGUANAWORKS USB IR TRANSCEIVER
5607 M:      Sean Young <sean@mess.org>
5608 L:      linux-media@vger.kernel.org
5609 S:      Maintained
5610 F:      drivers/media/rc/iguanair.c
5611
5612 IIO SUBSYSTEM AND DRIVERS
5613 M:      Jonathan Cameron <jic23@kernel.org>
5614 R:      Hartmut Knaack <knaack.h@gmx.de>
5615 R:      Lars-Peter Clausen <lars@metafoo.de>
5616 R:      Peter Meerwald <pmeerw@pmeerw.net>
5617 L:      linux-iio@vger.kernel.org
5618 S:      Maintained
5619 F:      drivers/iio/
5620 F:      drivers/staging/iio/
5621 F:      include/linux/iio/
5622 F:      tools/iio/
5623
5624 IKANOS/ADI EAGLE ADSL USB DRIVER
5625 M:      Matthieu Castet <castet.matthieu@free.fr>
5626 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5627 S:      Maintained
5628 F:      drivers/usb/atm/ueagle-atm.c
5629
5630 INA209 HARDWARE MONITOR DRIVER
5631 M:      Guenter Roeck <linux@roeck-us.net>
5632 L:      linux-hwmon@vger.kernel.org
5633 S:      Maintained
5634 F:      Documentation/hwmon/ina209
5635 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5636 F:      drivers/hwmon/ina209.c
5637
5638 INA2XX HARDWARE MONITOR DRIVER
5639 M:      Guenter Roeck <linux@roeck-us.net>
5640 L:      linux-hwmon@vger.kernel.org
5641 S:      Maintained
5642 F:      Documentation/hwmon/ina2xx
5643 F:      drivers/hwmon/ina2xx.c
5644 F:      include/linux/platform_data/ina2xx.h
5645
5646 INDUSTRY PACK SUBSYSTEM (IPACK)
5647 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5648 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5649 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5650 L:      industrypack-devel@lists.sourceforge.net
5651 W:      http://industrypack.sourceforge.net
5652 S:      Maintained
5653 F:      drivers/ipack/
5654
5655 INGENIC JZ4780 DMA Driver
5656 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5657 S:      Maintained
5658 F:      drivers/dma/dma-jz4780.c
5659
5660 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5661 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5662 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5663 L:      linux-ima-devel@lists.sourceforge.net
5664 L:      linux-ima-user@lists.sourceforge.net
5665 L:      linux-security-module@vger.kernel.org
5666 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5667 S:      Supported
5668 F:      security/integrity/ima/
5669
5670 IMGTEC IR DECODER DRIVER
5671 M:      James Hogan <james.hogan@imgtec.com>
5672 S:      Maintained
5673 F:      drivers/media/rc/img-ir/
5674
5675 IMS TWINTURBO FRAMEBUFFER DRIVER
5676 L:      linux-fbdev@vger.kernel.org
5677 S:      Orphan
5678 F:      drivers/video/fbdev/imsttfb.c
5679
5680 INFINIBAND SUBSYSTEM
5681 M:      Doug Ledford <dledford@redhat.com>
5682 M:      Sean Hefty <sean.hefty@intel.com>
5683 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5684 L:      linux-rdma@vger.kernel.org
5685 W:      http://www.openfabrics.org/
5686 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5688 S:      Supported
5689 F:      Documentation/infiniband/
5690 F:      drivers/infiniband/
5691 F:      drivers/staging/rdma/
5692 F:      include/uapi/linux/if_infiniband.h
5693 F:      include/uapi/rdma/
5694 F:      include/rdma/
5695
5696 INOTIFY
5697 M:      John McCutchan <john@johnmccutchan.com>
5698 M:      Robert Love <rlove@rlove.org>
5699 M:      Eric Paris <eparis@parisplace.org>
5700 S:      Maintained
5701 F:      Documentation/filesystems/inotify.txt
5702 F:      fs/notify/inotify/
5703 F:      include/linux/inotify.h
5704 F:      include/uapi/linux/inotify.h
5705
5706 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5707 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5708 L:      linux-input@vger.kernel.org
5709 Q:      http://patchwork.kernel.org/project/linux-input/list/
5710 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5711 S:      Maintained
5712 F:      drivers/input/
5713 F:      include/linux/input.h
5714 F:      include/uapi/linux/input.h
5715 F:      include/linux/input/
5716 F:      Documentation/devicetree/bindings/input/
5717
5718 INPUT MULTITOUCH (MT) PROTOCOL
5719 M:      Henrik Rydberg <rydberg@bitmath.org>
5720 L:      linux-input@vger.kernel.org
5721 S:      Odd fixes
5722 F:      Documentation/input/multi-touch-protocol.txt
5723 F:      drivers/input/input-mt.c
5724 K:      \b(ABS|SYN)_MT_
5725
5726 INTEL ASoC BDW/HSW DRIVERS
5727 M:      Jie Yang <yang.jie@linux.intel.com>
5728 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5729 S:      Supported
5730 F:      sound/soc/intel/common/sst-dsp*
5731 F:      sound/soc/intel/common/sst-firmware.c
5732 F:      sound/soc/intel/boards/broadwell.c
5733 F:      sound/soc/intel/haswell/
5734
5735 INTEL C600 SERIES SAS CONTROLLER DRIVER
5736 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5737 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5738 L:      linux-scsi@vger.kernel.org
5739 T:      git git://git.code.sf.net/p/intel-sas/isci
5740 S:      Supported
5741 F:      drivers/scsi/isci/
5742
5743 INTEL HID EVENT DRIVER
5744 M:      Alex Hung <alex.hung@canonical.com>
5745 L:      platform-driver-x86@vger.kernel.org
5746 S:      Maintained
5747 F:      drivers/platform/x86/intel-hid.c
5748
5749 INTEL IDLE DRIVER
5750 M:      Len Brown <lenb@kernel.org>
5751 L:      linux-pm@vger.kernel.org
5752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5753 S:      Supported
5754 F:      drivers/idle/intel_idle.c
5755
5756 INTEL PSTATE DRIVER
5757 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5758 M:      Len Brown <lenb@kernel.org>
5759 L:      linux-pm@vger.kernel.org
5760 S:      Supported
5761 F:      drivers/cpufreq/intel_pstate.c
5762
5763 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5764 M:      Maik Broemme <mbroemme@plusserver.de>
5765 L:      linux-fbdev@vger.kernel.org
5766 S:      Maintained
5767 F:      Documentation/fb/intelfb.txt
5768 F:      drivers/video/fbdev/intelfb/
5769
5770 INTEL 810/815 FRAMEBUFFER DRIVER
5771 M:      Antonino Daplas <adaplas@gmail.com>
5772 L:      linux-fbdev@vger.kernel.org
5773 S:      Maintained
5774 F:      drivers/video/fbdev/i810/
5775
5776 INTEL MENLOW THERMAL DRIVER
5777 M:      Sujith Thomas <sujith.thomas@intel.com>
5778 L:      platform-driver-x86@vger.kernel.org
5779 W:      https://01.org/linux-acpi
5780 S:      Supported
5781 F:      drivers/platform/x86/intel_menlow.c
5782
5783 INTEL I/OAT DMA DRIVER
5784 M:      Dave Jiang <dave.jiang@intel.com>
5785 R:      Dan Williams <dan.j.williams@intel.com>
5786 L:      dmaengine@vger.kernel.org
5787 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5788 S:      Supported
5789 F:      drivers/dma/ioat*
5790
5791 INTEL IOMMU (VT-d)
5792 M:      David Woodhouse <dwmw2@infradead.org>
5793 L:      iommu@lists.linux-foundation.org
5794 T:      git git://git.infradead.org/iommu-2.6.git
5795 S:      Supported
5796 F:      drivers/iommu/intel-iommu.c
5797 F:      include/linux/intel-iommu.h
5798
5799 INTEL IOP-ADMA DMA DRIVER
5800 R:      Dan Williams <dan.j.williams@intel.com>
5801 S:      Odd fixes
5802 F:      drivers/dma/iop-adma.c
5803
5804 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5805 M:      Krzysztof Halasa <khalasa@piap.pl>
5806 S:      Maintained
5807 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5808 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5809 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5810 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5811 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5812 F:      drivers/net/wan/ixp4xx_hss.c
5813
5814 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5815 M:      Deepak Saxena <dsaxena@plexity.net>
5816 S:      Maintained
5817 F:      drivers/char/hw_random/ixp4xx-rng.c
5818
5819 INTEL ETHERNET DRIVERS
5820 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5821 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
5822 W:      http://www.intel.com/support/feedback.htm
5823 W:      http://e1000.sourceforge.net/
5824 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5825 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5826 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5827 S:      Supported
5828 F:      Documentation/networking/e100.txt
5829 F:      Documentation/networking/e1000.txt
5830 F:      Documentation/networking/e1000e.txt
5831 F:      Documentation/networking/igb.txt
5832 F:      Documentation/networking/igbvf.txt
5833 F:      Documentation/networking/ixgb.txt
5834 F:      Documentation/networking/ixgbe.txt
5835 F:      Documentation/networking/ixgbevf.txt
5836 F:      Documentation/networking/i40e.txt
5837 F:      Documentation/networking/i40evf.txt
5838 F:      drivers/net/ethernet/intel/
5839 F:      drivers/net/ethernet/intel/*/
5840
5841 INTEL RDMA RNIC DRIVER
5842 M:     Faisal Latif <faisal.latif@intel.com>
5843 R:     Chien Tin Tung <chien.tin.tung@intel.com>
5844 R:     Mustafa Ismail <mustafa.ismail@intel.com>
5845 R:     Shiraz Saleem <shiraz.saleem@intel.com>
5846 R:     Tatyana Nikolova <tatyana.e.nikolova@intel.com>
5847 L:     linux-rdma@vger.kernel.org
5848 S:     Supported
5849 F:     drivers/infiniband/hw/i40iw/
5850
5851 INTEL-MID GPIO DRIVER
5852 M:      David Cohen <david.a.cohen@linux.intel.com>
5853 L:      linux-gpio@vger.kernel.org
5854 S:      Maintained
5855 F:      drivers/gpio/gpio-intel-mid.c
5856
5857 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5858 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5859 L:      linux-wireless@vger.kernel.org
5860 S:      Maintained
5861 F:      Documentation/networking/README.ipw2100
5862 F:      Documentation/networking/README.ipw2200
5863 F:      drivers/net/wireless/intel/ipw2x00/
5864
5865 INTEL(R) TRACE HUB
5866 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
5867 S:      Supported
5868 F:      Documentation/trace/intel_th.txt
5869 F:      drivers/hwtracing/intel_th/
5870
5871 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5872 M:      Ning Sun <ning.sun@intel.com>
5873 L:      tboot-devel@lists.sourceforge.net
5874 W:      http://tboot.sourceforge.net
5875 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5876 S:      Supported
5877 F:      Documentation/intel_txt.txt
5878 F:      include/linux/tboot.h
5879 F:      arch/x86/kernel/tboot.c
5880
5881 INTEL WIRELESS WIMAX CONNECTION 2400
5882 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5883 M:      linux-wimax@intel.com
5884 L:      wimax@linuxwimax.org (subscribers-only)
5885 S:      Supported
5886 W:      http://linuxwimax.org
5887 F:      Documentation/wimax/README.i2400m
5888 F:      drivers/net/wimax/i2400m/
5889 F:      include/uapi/linux/wimax/i2400m.h
5890
5891 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5892 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5893 L:      linux-wireless@vger.kernel.org
5894 S:      Supported
5895 F:      drivers/net/wireless/intel/iwlegacy/
5896
5897 INTEL WIRELESS WIFI LINK (iwlwifi)
5898 M:      Johannes Berg <johannes.berg@intel.com>
5899 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5900 M:      Intel Linux Wireless <linuxwifi@intel.com>
5901 L:      linux-wireless@vger.kernel.org
5902 W:      http://intellinuxwireless.org
5903 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5904 S:      Supported
5905 F:      drivers/net/wireless/intel/iwlwifi/
5906
5907 INTEL MANAGEMENT ENGINE (mei)
5908 M:      Tomas Winkler <tomas.winkler@intel.com>
5909 L:      linux-kernel@vger.kernel.org
5910 S:      Supported
5911 F:      include/uapi/linux/mei.h
5912 F:      include/linux/mei_cl_bus.h
5913 F:      drivers/misc/mei/*
5914 F:      drivers/watchdog/mei_wdt.c
5915 F:      Documentation/misc-devices/mei/*
5916
5917 INTEL MIC DRIVERS (mic)
5918 M:      Sudeep Dutt <sudeep.dutt@intel.com>
5919 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
5920 S:      Supported
5921 W:      https://github.com/sudeepdutt/mic
5922 W:      http://software.intel.com/en-us/mic-developer
5923 F:      include/linux/mic_bus.h
5924 F:      include/linux/scif.h
5925 F:      include/uapi/linux/mic_common.h
5926 F:      include/uapi/linux/mic_ioctl.h
5927 F:      include/uapi/linux/scif_ioctl.h
5928 F:      drivers/misc/mic/
5929 F:      drivers/dma/mic_x100_dma.c
5930 F:      drivers/dma/mic_x100_dma.h
5931 F:      Documentation/mic/
5932
5933 INTEL PMC/P-Unit IPC DRIVER
5934 M:      Zha Qipeng<qipeng.zha@intel.com>
5935 L:      platform-driver-x86@vger.kernel.org
5936 S:      Maintained
5937 F:      drivers/platform/x86/intel_pmc_ipc.c
5938 F:      drivers/platform/x86/intel_punit_ipc.c
5939 F:      arch/x86/include/asm/intel_pmc_ipc.h
5940 F:      arch/x86/include/asm/intel_punit_ipc.h
5941
5942 INTEL TELEMETRY DRIVER
5943 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
5944 L:      platform-driver-x86@vger.kernel.org
5945 S:      Maintained
5946 F:      arch/x86/include/asm/intel_telemetry.h
5947 F:      drivers/platform/x86/intel_telemetry*
5948
5949 IOC3 ETHERNET DRIVER
5950 M:      Ralf Baechle <ralf@linux-mips.org>
5951 L:      linux-mips@linux-mips.org
5952 S:      Maintained
5953 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5954
5955 IOC3 SERIAL DRIVER
5956 M:      Pat Gefre <pfg@sgi.com>
5957 L:      linux-serial@vger.kernel.org
5958 S:      Maintained
5959 F:      drivers/tty/serial/ioc3_serial.c
5960
5961 IOMMU DRIVERS
5962 M:      Joerg Roedel <joro@8bytes.org>
5963 L:      iommu@lists.linux-foundation.org
5964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5965 S:      Maintained
5966 F:      drivers/iommu/
5967
5968 IP MASQUERADING
5969 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5970 S:      Maintained
5971 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5972
5973 IPMI SUBSYSTEM
5974 M:      Corey Minyard <minyard@acm.org>
5975 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5976 W:      http://openipmi.sourceforge.net/
5977 S:      Supported
5978 F:      Documentation/IPMI.txt
5979 F:      drivers/char/ipmi/
5980 F:      include/linux/ipmi*
5981 F:      include/uapi/linux/ipmi*
5982
5983 QCOM AUDIO (ASoC) DRIVERS
5984 M:      Patrick Lai <plai@codeaurora.org>
5985 M:      Banajit Goswami <bgoswami@codeaurora.org>
5986 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5987 S:      Supported
5988 F:      sound/soc/qcom/
5989
5990 IPS SCSI RAID DRIVER
5991 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5992 L:      linux-scsi@vger.kernel.org
5993 W:      http://www.adaptec.com/
5994 S:      Maintained
5995 F:      drivers/scsi/ips*
5996
5997 IPVS
5998 M:      Wensong Zhang <wensong@linux-vs.org>
5999 M:      Simon Horman <horms@verge.net.au>
6000 M:      Julian Anastasov <ja@ssi.bg>
6001 L:      netdev@vger.kernel.org
6002 L:      lvs-devel@vger.kernel.org
6003 S:      Maintained
6004 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6005 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6006 F:      Documentation/networking/ipvs-sysctl.txt
6007 F:      include/net/ip_vs.h
6008 F:      include/uapi/linux/ip_vs.h
6009 F:      net/netfilter/ipvs/
6010
6011 IPWIRELESS DRIVER
6012 M:      Jiri Kosina <jikos@kernel.org>
6013 M:      David Sterba <dsterba@suse.com>
6014 S:      Odd Fixes
6015 F:      drivers/tty/ipwireless/
6016
6017 IPX NETWORK LAYER
6018 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6019 L:      netdev@vger.kernel.org
6020 S:      Maintained
6021 F:      include/net/ipx.h
6022 F:      include/uapi/linux/ipx.h
6023 F:      net/ipx/
6024
6025 IRDA SUBSYSTEM
6026 M:      Samuel Ortiz <samuel@sortiz.org>
6027 L:      irda-users@lists.sourceforge.net (subscribers-only)
6028 L:      netdev@vger.kernel.org
6029 W:      http://irda.sourceforge.net/
6030 S:      Maintained
6031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6032 F:      Documentation/networking/irda.txt
6033 F:      drivers/net/irda/
6034 F:      include/net/irda/
6035 F:      net/irda/
6036
6037 IRQ SUBSYSTEM
6038 M:      Thomas Gleixner <tglx@linutronix.de>
6039 L:      linux-kernel@vger.kernel.org
6040 S:      Maintained
6041 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6042 F:      kernel/irq/
6043
6044 IRQCHIP DRIVERS
6045 M:      Thomas Gleixner <tglx@linutronix.de>
6046 M:      Jason Cooper <jason@lakedaemon.net>
6047 M:      Marc Zyngier <marc.zyngier@arm.com>
6048 L:      linux-kernel@vger.kernel.org
6049 S:      Maintained
6050 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6051 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6052 F:      Documentation/devicetree/bindings/interrupt-controller/
6053 F:      drivers/irqchip/
6054
6055 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6056 M:      Jiang Liu <jiang.liu@linux.intel.com>
6057 M:      Marc Zyngier <marc.zyngier@arm.com>
6058 S:      Maintained
6059 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6060 F:      Documentation/IRQ-domain.txt
6061 F:      include/linux/irqdomain.h
6062 F:      kernel/irq/irqdomain.c
6063 F:      kernel/irq/msi.c
6064
6065 ISAPNP
6066 M:      Jaroslav Kysela <perex@perex.cz>
6067 S:      Maintained
6068 F:      Documentation/isapnp.txt
6069 F:      drivers/pnp/isapnp/
6070 F:      include/linux/isapnp.h
6071
6072 ISA RADIO MODULE
6073 M:      Hans Verkuil <hverkuil@xs4all.nl>
6074 L:      linux-media@vger.kernel.org
6075 T:      git git://linuxtv.org/media_tree.git
6076 W:      https://linuxtv.org
6077 S:      Maintained
6078 F:      drivers/media/radio/radio-isa*
6079
6080 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6081 M:      Peter Jones <pjones@redhat.com>
6082 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6083 S:      Maintained
6084 F:      drivers/firmware/iscsi_ibft*
6085
6086 ISCSI
6087 M:      Mike Christie <michaelc@cs.wisc.edu>
6088 L:      open-iscsi@googlegroups.com
6089 W:      www.open-iscsi.org
6090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6091 S:      Maintained
6092 F:      drivers/scsi/*iscsi*
6093 F:      include/scsi/*iscsi*
6094
6095 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6096 M:      Or Gerlitz <ogerlitz@mellanox.com>
6097 M:      Sagi Grimberg <sagi@grimberg.me>
6098 M:      Roi Dayan <roid@mellanox.com>
6099 L:      linux-rdma@vger.kernel.org
6100 S:      Supported
6101 W:      http://www.openfabrics.org
6102 W:      www.open-iscsi.org
6103 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6104 F:      drivers/infiniband/ulp/iser/
6105
6106 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6107 M:      Sagi Grimberg <sagi@grimberg.me>
6108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6109 L:      linux-rdma@vger.kernel.org
6110 L:      target-devel@vger.kernel.org
6111 S:      Supported
6112 W:      http://www.linux-iscsi.org
6113 F:      drivers/infiniband/ulp/isert
6114
6115 ISDN SUBSYSTEM
6116 M:      Karsten Keil <isdn@linux-pingi.de>
6117 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6118 L:      netdev@vger.kernel.org
6119 W:      http://www.isdn4linux.de
6120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6121 S:      Maintained
6122 F:      Documentation/isdn/
6123 F:      drivers/isdn/
6124 F:      include/linux/isdn.h
6125 F:      include/linux/isdn/
6126 F:      include/uapi/linux/isdn.h
6127 F:      include/uapi/linux/isdn/
6128
6129 ISDN SUBSYSTEM (Eicon active card driver)
6130 M:      Armin Schindler <mac@melware.de>
6131 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6132 W:      http://www.melware.de
6133 S:      Maintained
6134 F:      drivers/isdn/hardware/eicon/
6135
6136 IT87 HARDWARE MONITORING DRIVER
6137 M:      Jean Delvare <jdelvare@suse.com>
6138 L:      linux-hwmon@vger.kernel.org
6139 S:      Maintained
6140 F:      Documentation/hwmon/it87
6141 F:      drivers/hwmon/it87.c
6142
6143 IT913X MEDIA DRIVER
6144 M:      Antti Palosaari <crope@iki.fi>
6145 L:      linux-media@vger.kernel.org
6146 W:      https://linuxtv.org
6147 W:      http://palosaari.fi/linux/
6148 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6149 T:      git git://linuxtv.org/anttip/media_tree.git
6150 S:      Maintained
6151 F:      drivers/media/tuners/it913x*
6152
6153 IVTV VIDEO4LINUX DRIVER
6154 M:      Andy Walls <awalls@md.metrocast.net>
6155 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6156 L:      linux-media@vger.kernel.org
6157 T:      git git://linuxtv.org/media_tree.git
6158 W:      http://www.ivtvdriver.org
6159 S:      Maintained
6160 F:      Documentation/video4linux/*.ivtv
6161 F:      drivers/media/pci/ivtv/
6162 F:      include/uapi/linux/ivtv*
6163
6164 IX2505V MEDIA DRIVER
6165 M:      Malcolm Priestley <tvboxspy@gmail.com>
6166 L:      linux-media@vger.kernel.org
6167 W:      https://linuxtv.org
6168 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6169 S:      Maintained
6170 F:      drivers/media/dvb-frontends/ix2505v*
6171
6172 JC42.4 TEMPERATURE SENSOR DRIVER
6173 M:      Guenter Roeck <linux@roeck-us.net>
6174 L:      linux-hwmon@vger.kernel.org
6175 S:      Maintained
6176 F:      drivers/hwmon/jc42.c
6177 F:      Documentation/hwmon/jc42
6178
6179 JFS FILESYSTEM
6180 M:      Dave Kleikamp <shaggy@kernel.org>
6181 L:      jfs-discussion@lists.sourceforge.net
6182 W:      http://jfs.sourceforge.net/
6183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6184 S:      Maintained
6185 F:      Documentation/filesystems/jfs.txt
6186 F:      fs/jfs/
6187
6188 JME NETWORK DRIVER
6189 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6190 L:      netdev@vger.kernel.org
6191 S:      Maintained
6192 F:      drivers/net/ethernet/jme.*
6193
6194 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6195 M:      David Woodhouse <dwmw2@infradead.org>
6196 L:      linux-mtd@lists.infradead.org
6197 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6198 S:      Maintained
6199 F:      fs/jffs2/
6200 F:      include/uapi/linux/jffs2.h
6201
6202 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6203 M:      "Theodore Ts'o" <tytso@mit.edu>
6204 M:      Jan Kara <jack@suse.com>
6205 L:      linux-ext4@vger.kernel.org
6206 S:      Maintained
6207 F:      fs/jbd2/
6208 F:      include/linux/jbd2.h
6209
6210 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6211 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6212 L:      linux-media@vger.kernel.org
6213 S:      Maintained
6214 F:      drivers/media/platform/rcar_jpu.c
6215
6216 JSM Neo PCI based serial card
6217 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6218 L:      linux-serial@vger.kernel.org
6219 S:      Maintained
6220 F:      drivers/tty/serial/jsm/
6221
6222 K10TEMP HARDWARE MONITORING DRIVER
6223 M:      Clemens Ladisch <clemens@ladisch.de>
6224 L:      linux-hwmon@vger.kernel.org
6225 S:      Maintained
6226 F:      Documentation/hwmon/k10temp
6227 F:      drivers/hwmon/k10temp.c
6228
6229 K8TEMP HARDWARE MONITORING DRIVER
6230 M:      Rudolf Marek <r.marek@assembler.cz>
6231 L:      linux-hwmon@vger.kernel.org
6232 S:      Maintained
6233 F:      Documentation/hwmon/k8temp
6234 F:      drivers/hwmon/k8temp.c
6235
6236 KASAN
6237 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6238 R:      Alexander Potapenko <glider@google.com>
6239 R:      Dmitry Vyukov <dvyukov@google.com>
6240 L:      kasan-dev@googlegroups.com
6241 S:      Maintained
6242 F:      arch/*/include/asm/kasan.h
6243 F:      arch/*/mm/kasan_init*
6244 F:      Documentation/kasan.txt
6245 F:      include/linux/kasan.h
6246 F:      lib/test_kasan.c
6247 F:      mm/kasan/
6248 F:      scripts/Makefile.kasan
6249
6250 KCONFIG
6251 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6252 L:      linux-kbuild@vger.kernel.org
6253 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6254 S:      Maintained
6255 F:      Documentation/kbuild/kconfig-language.txt
6256 F:      scripts/kconfig/
6257
6258 KDUMP
6259 M:      Vivek Goyal <vgoyal@redhat.com>
6260 M:      Haren Myneni <hbabu@us.ibm.com>
6261 L:      kexec@lists.infradead.org
6262 W:      http://lse.sourceforge.net/kdump/
6263 S:      Maintained
6264 F:      Documentation/kdump/
6265
6266 KEENE FM RADIO TRANSMITTER DRIVER
6267 M:      Hans Verkuil <hverkuil@xs4all.nl>
6268 L:      linux-media@vger.kernel.org
6269 T:      git git://linuxtv.org/media_tree.git
6270 W:      https://linuxtv.org
6271 S:      Maintained
6272 F:      drivers/media/radio/radio-keene*
6273
6274 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6275 M:      Ian Kent <raven@themaw.net>
6276 L:      autofs@vger.kernel.org
6277 S:      Maintained
6278 F:      fs/autofs4/
6279
6280 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6281 M:      Michal Marek <mmarek@suse.com>
6282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6284 L:      linux-kbuild@vger.kernel.org
6285 S:      Maintained
6286 F:      Documentation/kbuild/
6287 F:      Makefile
6288 F:      scripts/Makefile.*
6289 F:      scripts/basic/
6290 F:      scripts/mk*
6291 F:      scripts/package/
6292
6293 KERNEL JANITORS
6294 L:      kernel-janitors@vger.kernel.org
6295 W:      http://kernelnewbies.org/KernelJanitors
6296 S:      Odd Fixes
6297
6298 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6299 M:      "J. Bruce Fields" <bfields@fieldses.org>
6300 M:      Jeff Layton <jlayton@poochiereds.net>
6301 L:      linux-nfs@vger.kernel.org
6302 W:      http://nfs.sourceforge.net/
6303 T:      git git://linux-nfs.org/~bfields/linux.git
6304 S:      Supported
6305 F:      fs/nfsd/
6306 F:      include/uapi/linux/nfsd/
6307 F:      fs/lockd/
6308 F:      fs/nfs_common/
6309 F:      net/sunrpc/
6310 F:      include/linux/lockd/
6311 F:      include/linux/sunrpc/
6312 F:      include/uapi/linux/sunrpc/
6313
6314 KERNEL SELFTEST FRAMEWORK
6315 M:      Shuah Khan <shuahkh@osg.samsung.com>
6316 L:      linux-kselftest@vger.kernel.org
6317 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6318 S:      Maintained
6319 F:      tools/testing/selftests
6320
6321 KERNEL VIRTUAL MACHINE (KVM)
6322 M:      Paolo Bonzini <pbonzini@redhat.com>
6323 M:      Radim Krčmář <rkrcmar@redhat.com>
6324 L:      kvm@vger.kernel.org
6325 W:      http://www.linux-kvm.org
6326 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6327 S:      Supported
6328 F:      Documentation/*/kvm*.txt
6329 F:      Documentation/virtual/kvm/
6330 F:      arch/*/kvm/
6331 F:      arch/x86/kernel/kvm.c
6332 F:      arch/x86/kernel/kvmclock.c
6333 F:      arch/*/include/asm/kvm*
6334 F:      include/linux/kvm*
6335 F:      include/uapi/linux/kvm*
6336 F:      virt/kvm/
6337
6338 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6339 M:      Joerg Roedel <joro@8bytes.org>
6340 L:      kvm@vger.kernel.org
6341 W:      http://www.linux-kvm.org/
6342 S:      Maintained
6343 F:      arch/x86/include/asm/svm.h
6344 F:      arch/x86/kvm/svm.c
6345
6346 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6347 M:      Alexander Graf <agraf@suse.com>
6348 L:      kvm-ppc@vger.kernel.org
6349 W:      http://www.linux-kvm.org/
6350 T:      git git://github.com/agraf/linux-2.6.git
6351 S:      Supported
6352 F:      arch/powerpc/include/asm/kvm*
6353 F:      arch/powerpc/kvm/
6354
6355 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6356 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6357 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6358 L:      linux-s390@vger.kernel.org
6359 W:      http://www.ibm.com/developerworks/linux/linux390/
6360 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6361 S:      Supported
6362 F:      Documentation/s390/kvm.txt
6363 F:      arch/s390/include/asm/kvm*
6364 F:      arch/s390/kvm/
6365
6366 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6367 M:      Christoffer Dall <christoffer.dall@linaro.org>
6368 M:      Marc Zyngier <marc.zyngier@arm.com>
6369 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6370 L:      kvmarm@lists.cs.columbia.edu
6371 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6372 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6373 S:      Supported
6374 F:      arch/arm/include/uapi/asm/kvm*
6375 F:      arch/arm/include/asm/kvm*
6376 F:      arch/arm/kvm/
6377 F:      virt/kvm/arm/
6378 F:      include/kvm/arm_*
6379
6380 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6381 M:      Christoffer Dall <christoffer.dall@linaro.org>
6382 M:      Marc Zyngier <marc.zyngier@arm.com>
6383 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6384 L:      kvmarm@lists.cs.columbia.edu
6385 S:      Maintained
6386 F:      arch/arm64/include/uapi/asm/kvm*
6387 F:      arch/arm64/include/asm/kvm*
6388 F:      arch/arm64/kvm/
6389
6390 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6391 M:      James Hogan <james.hogan@imgtec.com>
6392 L:      linux-mips@linux-mips.org
6393 S:      Supported
6394 F:      arch/mips/include/uapi/asm/kvm*
6395 F:      arch/mips/include/asm/kvm*
6396 F:      arch/mips/kvm/
6397
6398 KEXEC
6399 M:      Eric Biederman <ebiederm@xmission.com>
6400 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6401 L:      kexec@lists.infradead.org
6402 S:      Maintained
6403 F:      include/linux/kexec.h
6404 F:      include/uapi/linux/kexec.h
6405 F:      kernel/kexec.c
6406
6407 KEYS/KEYRINGS:
6408 M:      David Howells <dhowells@redhat.com>
6409 L:      keyrings@vger.kernel.org
6410 S:      Maintained
6411 F:      Documentation/security/keys.txt
6412 F:      include/linux/key.h
6413 F:      include/linux/key-type.h
6414 F:      include/keys/
6415 F:      security/keys/
6416
6417 KEYS-TRUSTED
6418 M:      David Safford <safford@us.ibm.com>
6419 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6420 L:      linux-security-module@vger.kernel.org
6421 L:      keyrings@vger.kernel.org
6422 S:      Supported
6423 F:      Documentation/security/keys-trusted-encrypted.txt
6424 F:      include/keys/trusted-type.h
6425 F:      security/keys/trusted.c
6426 F:      security/keys/trusted.h
6427
6428 KEYS-ENCRYPTED
6429 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6430 M:      David Safford <safford@us.ibm.com>
6431 L:      linux-security-module@vger.kernel.org
6432 L:      keyrings@vger.kernel.org
6433 S:      Supported
6434 F:      Documentation/security/keys-trusted-encrypted.txt
6435 F:      include/keys/encrypted-type.h
6436 F:      security/keys/encrypted-keys/
6437
6438 KGDB / KDB /debug_core
6439 M:      Jason Wessel <jason.wessel@windriver.com>
6440 W:      http://kgdb.wiki.kernel.org/
6441 L:      kgdb-bugreport@lists.sourceforge.net
6442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6443 S:      Maintained
6444 F:      Documentation/DocBook/kgdb.tmpl
6445 F:      drivers/misc/kgdbts.c
6446 F:      drivers/tty/serial/kgdboc.c
6447 F:      include/linux/kdb.h
6448 F:      include/linux/kgdb.h
6449 F:      kernel/debug/
6450
6451 KMEMCHECK
6452 M:      Vegard Nossum <vegardno@ifi.uio.no>
6453 M:      Pekka Enberg <penberg@kernel.org>
6454 S:      Maintained
6455 F:      Documentation/kmemcheck.txt
6456 F:      arch/x86/include/asm/kmemcheck.h
6457 F:      arch/x86/mm/kmemcheck/
6458 F:      include/linux/kmemcheck.h
6459 F:      mm/kmemcheck.c
6460
6461 KMEMLEAK
6462 M:      Catalin Marinas <catalin.marinas@arm.com>
6463 S:      Maintained
6464 F:      Documentation/kmemleak.txt
6465 F:      include/linux/kmemleak.h
6466 F:      mm/kmemleak.c
6467 F:      mm/kmemleak-test.c
6468
6469 KPROBES
6470 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
6471 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6472 M:      "David S. Miller" <davem@davemloft.net>
6473 M:      Masami Hiramatsu <mhiramat@kernel.org>
6474 S:      Maintained
6475 F:      Documentation/kprobes.txt
6476 F:      include/linux/kprobes.h
6477 F:      kernel/kprobes.c
6478
6479 KS0108 LCD CONTROLLER DRIVER
6480 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6481 W:      http://miguelojeda.es/auxdisplay.htm
6482 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6483 S:      Maintained
6484 F:      Documentation/auxdisplay/ks0108
6485 F:      drivers/auxdisplay/ks0108.c
6486 F:      include/linux/ks0108.h
6487
6488 L3MDEV
6489 M:      David Ahern <dsa@cumulusnetworks.com>
6490 L:      netdev@vger.kernel.org
6491 S:      Maintained
6492 F:      net/l3mdev
6493 F:      include/net/l3mdev.h
6494
6495 LANTIQ MIPS ARCHITECTURE
6496 M:      John Crispin <john@phrozen.org>
6497 L:      linux-mips@linux-mips.org
6498 S:      Maintained
6499 F:      arch/mips/lantiq
6500
6501 LAPB module
6502 L:      linux-x25@vger.kernel.org
6503 S:      Orphan
6504 F:      Documentation/networking/lapb-module.txt
6505 F:      include/*/lapb.h
6506 F:      net/lapb/
6507
6508 LASI 53c700 driver for PARISC
6509 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6510 L:      linux-scsi@vger.kernel.org
6511 S:      Maintained
6512 F:      Documentation/scsi/53c700.txt
6513 F:      drivers/scsi/53c700*
6514
6515 LED SUBSYSTEM
6516 M:      Richard Purdie <rpurdie@rpsys.net>
6517 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6518 L:      linux-leds@vger.kernel.org
6519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6520 S:      Maintained
6521 F:      drivers/leds/
6522 F:      include/linux/leds.h
6523
6524 LEGACY EEPROM DRIVER
6525 M:      Jean Delvare <jdelvare@suse.com>
6526 S:      Maintained
6527 F:      Documentation/misc-devices/eeprom
6528 F:      drivers/misc/eeprom/eeprom.c
6529
6530 LEGO USB Tower driver
6531 M:      Juergen Stuber <starblue@users.sourceforge.net>
6532 L:      legousb-devel@lists.sourceforge.net
6533 W:      http://legousb.sourceforge.net/
6534 S:      Maintained
6535 F:      drivers/usb/misc/legousbtower.c
6536
6537 LG2160 MEDIA DRIVER
6538 M:      Michael Krufky <mkrufky@linuxtv.org>
6539 L:      linux-media@vger.kernel.org
6540 W:      https://linuxtv.org
6541 W:      http://github.com/mkrufky
6542 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6543 T:      git git://linuxtv.org/mkrufky/tuners.git
6544 S:      Maintained
6545 F:      drivers/media/dvb-frontends/lg2160.*
6546
6547 LGDT3305 MEDIA DRIVER
6548 M:      Michael Krufky <mkrufky@linuxtv.org>
6549 L:      linux-media@vger.kernel.org
6550 W:      https://linuxtv.org
6551 W:      http://github.com/mkrufky
6552 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6553 T:      git git://linuxtv.org/mkrufky/tuners.git
6554 S:      Maintained
6555 F:      drivers/media/dvb-frontends/lgdt3305.*
6556
6557 LGUEST
6558 M:      Rusty Russell <rusty@rustcorp.com.au>
6559 L:      lguest@lists.ozlabs.org
6560 W:      http://lguest.ozlabs.org/
6561 S:      Odd Fixes
6562 F:      arch/x86/include/asm/lguest*.h
6563 F:      arch/x86/lguest/
6564 F:      drivers/lguest/
6565 F:      include/linux/lguest*.h
6566 F:      tools/lguest/
6567
6568 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6569 M:      Tejun Heo <tj@kernel.org>
6570 L:      linux-ide@vger.kernel.org
6571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6572 S:      Maintained
6573 F:      drivers/ata/
6574 F:      include/linux/ata.h
6575 F:      include/linux/libata.h
6576
6577 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6578 M:      Viresh Kumar <vireshk@kernel.org>
6579 L:      linux-ide@vger.kernel.org
6580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6581 S:      Maintained
6582 F:      include/linux/pata_arasan_cf_data.h
6583 F:      drivers/ata/pata_arasan_cf.c
6584
6585 LIBATA PATA DRIVERS
6586 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6587 M:      Tejun Heo <tj@kernel.org>
6588 L:      linux-ide@vger.kernel.org
6589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6590 S:      Maintained
6591 F:      drivers/ata/pata_*.c
6592 F:      drivers/ata/ata_generic.c
6593
6594 LIBATA SATA AHCI PLATFORM devices support
6595 M:      Hans de Goede <hdegoede@redhat.com>
6596 M:      Tejun Heo <tj@kernel.org>
6597 L:      linux-ide@vger.kernel.org
6598 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6599 S:      Maintained
6600 F:      drivers/ata/ahci_platform.c
6601 F:      drivers/ata/libahci_platform.c
6602 F:      include/linux/ahci_platform.h
6603
6604 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6605 M:      Mikael Pettersson <mikpelinux@gmail.com>
6606 L:      linux-ide@vger.kernel.org
6607 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6608 S:      Maintained
6609 F:      drivers/ata/sata_promise.*
6610
6611 LIBLOCKDEP
6612 M:      Sasha Levin <sasha.levin@oracle.com>
6613 S:      Maintained
6614 F:      tools/lib/lockdep/
6615
6616 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6617 M:      Dan Williams <dan.j.williams@intel.com>
6618 L:      linux-nvdimm@lists.01.org
6619 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6621 S:      Supported
6622 F:      drivers/nvdimm/*
6623 F:      include/linux/nd.h
6624 F:      include/linux/libnvdimm.h
6625 F:      include/uapi/linux/ndctl.h
6626
6627 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6628 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6629 L:      linux-nvdimm@lists.01.org
6630 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6631 S:      Supported
6632 F:      drivers/nvdimm/blk.c
6633 F:      drivers/nvdimm/region_devs.c
6634 F:      drivers/acpi/nfit*
6635
6636 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6637 M:      Vishal Verma <vishal.l.verma@intel.com>
6638 L:      linux-nvdimm@lists.01.org
6639 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6640 S:      Supported
6641 F:      drivers/nvdimm/btt*
6642
6643 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6644 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6645 L:      linux-nvdimm@lists.01.org
6646 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6647 S:      Supported
6648 F:      drivers/nvdimm/pmem.c
6649 F:      include/linux/pmem.h
6650 F:      arch/*/include/asm/pmem.h
6651
6652 LIGHTNVM PLATFORM SUPPORT
6653 M:      Matias Bjorling <mb@lightnvm.io>
6654 W:      http://github/OpenChannelSSD
6655 L:      linux-block@vger.kernel.org
6656 S:      Maintained
6657 F:      drivers/lightnvm/
6658 F:      include/linux/lightnvm.h
6659 F:      include/uapi/linux/lightnvm.h
6660
6661 LINUX FOR IBM pSERIES (RS/6000)
6662 M:      Paul Mackerras <paulus@au.ibm.com>
6663 W:      http://www.ibm.com/linux/ltc/projects/ppc
6664 S:      Supported
6665 F:      arch/powerpc/boot/rs6000.h
6666
6667 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6668 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6669 M:      Paul Mackerras <paulus@samba.org>
6670 M:      Michael Ellerman <mpe@ellerman.id.au>
6671 W:      http://www.penguinppc.org/
6672 L:      linuxppc-dev@lists.ozlabs.org
6673 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6675 S:      Supported
6676 F:      Documentation/powerpc/
6677 F:      arch/powerpc/
6678
6679 LINUX FOR POWER MACINTOSH
6680 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6681 W:      http://www.penguinppc.org/
6682 L:      linuxppc-dev@lists.ozlabs.org
6683 S:      Maintained
6684 F:      arch/powerpc/platforms/powermac/
6685 F:      drivers/macintosh/
6686
6687 LINUX FOR POWERPC EMBEDDED MPC5XXX
6688 M:      Anatolij Gustschin <agust@denx.de>
6689 L:      linuxppc-dev@lists.ozlabs.org
6690 T:      git git://git.denx.de/linux-denx-agust.git
6691 S:      Maintained
6692 F:      arch/powerpc/platforms/512x/
6693 F:      arch/powerpc/platforms/52xx/
6694
6695 LINUX FOR POWERPC EMBEDDED PPC4XX
6696 M:      Alistair Popple <alistair@popple.id.au>
6697 M:      Matt Porter <mporter@kernel.crashing.org>
6698 W:      http://www.penguinppc.org/
6699 L:      linuxppc-dev@lists.ozlabs.org
6700 S:      Maintained
6701 F:      arch/powerpc/platforms/40x/
6702 F:      arch/powerpc/platforms/44x/
6703
6704 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6705 L:      linuxppc-dev@lists.ozlabs.org
6706 S:      Orphan
6707 F:      arch/powerpc/*/*virtex*
6708 F:      arch/powerpc/*/*/*virtex*
6709
6710 LINUX FOR POWERPC EMBEDDED PPC8XX
6711 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6712 W:      http://www.penguinppc.org/
6713 L:      linuxppc-dev@lists.ozlabs.org
6714 S:      Maintained
6715 F:      arch/powerpc/platforms/8xx/
6716
6717 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6718 M:      Scott Wood <oss@buserror.net>
6719 M:      Kumar Gala <galak@kernel.crashing.org>
6720 W:      http://www.penguinppc.org/
6721 L:      linuxppc-dev@lists.ozlabs.org
6722 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6723 S:      Maintained
6724 F:      arch/powerpc/platforms/83xx/
6725 F:      arch/powerpc/platforms/85xx/
6726
6727 LINUX FOR POWERPC PA SEMI PWRFICIENT
6728 M:      Olof Johansson <olof@lixom.net>
6729 L:      linuxppc-dev@lists.ozlabs.org
6730 S:      Maintained
6731 F:      arch/powerpc/platforms/pasemi/
6732 F:      drivers/*/*pasemi*
6733 F:      drivers/*/*/*pasemi*
6734
6735 LINUX SECURITY MODULE (LSM) FRAMEWORK
6736 M:      Chris Wright <chrisw@sous-sol.org>
6737 L:      linux-security-module@vger.kernel.org
6738 S:      Supported
6739
6740 LIS3LV02D ACCELEROMETER DRIVER
6741 M:      Eric Piel <eric.piel@tremplin-utc.net>
6742 S:      Maintained
6743 F:      Documentation/misc-devices/lis3lv02d
6744 F:      drivers/misc/lis3lv02d/
6745 F:      drivers/platform/x86/hp_accel.c
6746
6747 LIVE PATCHING
6748 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6749 M:      Jessica Yu <jeyu@redhat.com>
6750 M:      Jiri Kosina <jikos@kernel.org>
6751 M:      Miroslav Benes <mbenes@suse.cz>
6752 R:      Petr Mladek <pmladek@suse.com>
6753 S:      Maintained
6754 F:      kernel/livepatch/
6755 F:      include/linux/livepatch.h
6756 F:      arch/x86/include/asm/livepatch.h
6757 F:      arch/x86/kernel/livepatch.c
6758 F:      Documentation/livepatch/
6759 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6760 F:      samples/livepatch/
6761 L:      live-patching@vger.kernel.org
6762 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6763
6764 LINUX KERNEL DUMP TEST MODULE (LKDTM)
6765 M:      Kees Cook <keescook@chromium.org>
6766 S:      Maintained
6767 F:      drivers/misc/lkdtm.c
6768
6769 LLC (802.2)
6770 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6771 S:      Maintained
6772 F:      include/linux/llc.h
6773 F:      include/uapi/linux/llc.h
6774 F:      include/net/llc*
6775 F:      net/llc/
6776
6777 LM73 HARDWARE MONITOR DRIVER
6778 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6779 L:      linux-hwmon@vger.kernel.org
6780 S:      Maintained
6781 F:      drivers/hwmon/lm73.c
6782
6783 LM78 HARDWARE MONITOR DRIVER
6784 M:      Jean Delvare <jdelvare@suse.com>
6785 L:      linux-hwmon@vger.kernel.org
6786 S:      Maintained
6787 F:      Documentation/hwmon/lm78
6788 F:      drivers/hwmon/lm78.c
6789
6790 LM83 HARDWARE MONITOR DRIVER
6791 M:      Jean Delvare <jdelvare@suse.com>
6792 L:      linux-hwmon@vger.kernel.org
6793 S:      Maintained
6794 F:      Documentation/hwmon/lm83
6795 F:      drivers/hwmon/lm83.c
6796
6797 LM90 HARDWARE MONITOR DRIVER
6798 M:      Jean Delvare <jdelvare@suse.com>
6799 L:      linux-hwmon@vger.kernel.org
6800 S:      Maintained
6801 F:      Documentation/hwmon/lm90
6802 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6803 F:      drivers/hwmon/lm90.c
6804
6805 LM95234 HARDWARE MONITOR DRIVER
6806 M:      Guenter Roeck <linux@roeck-us.net>
6807 L:      linux-hwmon@vger.kernel.org
6808 S:      Maintained
6809 F:      Documentation/hwmon/lm95234
6810 F:      drivers/hwmon/lm95234.c
6811
6812 LME2510 MEDIA DRIVER
6813 M:      Malcolm Priestley <tvboxspy@gmail.com>
6814 L:      linux-media@vger.kernel.org
6815 W:      https://linuxtv.org
6816 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6817 S:      Maintained
6818 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6819
6820 LOCKDEP AND LOCKSTAT
6821 M:      Peter Zijlstra <peterz@infradead.org>
6822 M:      Ingo Molnar <mingo@redhat.com>
6823 L:      linux-kernel@vger.kernel.org
6824 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6825 S:      Maintained
6826 F:      Documentation/locking/lockdep*.txt
6827 F:      Documentation/locking/lockstat.txt
6828 F:      include/linux/lockdep.h
6829 F:      kernel/locking/
6830
6831 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6832 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6833 L:      linux-ntfs-dev@lists.sourceforge.net
6834 W:      http://www.linux-ntfs.org/content/view/19/37/
6835 S:      Maintained
6836 F:      Documentation/ldm.txt
6837 F:      block/partitions/ldm.*
6838
6839 LogFS
6840 M:      Joern Engel <joern@logfs.org>
6841 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6842 L:      logfs@logfs.org
6843 W:      logfs.org
6844 S:      Maintained
6845 F:      fs/logfs/
6846
6847 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6848 M:      Sathya Prakash <sathya.prakash@broadcom.com>
6849 M:      Chaitra P B <chaitra.basappa@broadcom.com>
6850 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
6851 L:      MPT-FusionLinux.pdl@broadcom.com
6852 L:      linux-scsi@vger.kernel.org
6853 W:      http://www.avagotech.com/support/
6854 S:      Supported
6855 F:      drivers/message/fusion/
6856 F:      drivers/scsi/mpt2sas/
6857 F:      drivers/scsi/mpt3sas/
6858
6859 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6860 M:      Matthew Wilcox <matthew@wil.cx>
6861 L:      linux-scsi@vger.kernel.org
6862 S:      Maintained
6863 F:      drivers/scsi/sym53c8xx_2/
6864
6865 LTC4261 HARDWARE MONITOR DRIVER
6866 M:      Guenter Roeck <linux@roeck-us.net>
6867 L:      linux-hwmon@vger.kernel.org
6868 S:      Maintained
6869 F:      Documentation/hwmon/ltc4261
6870 F:      drivers/hwmon/ltc4261.c
6871
6872 LTP (Linux Test Project)
6873 M:      Mike Frysinger <vapier@gentoo.org>
6874 M:      Cyril Hrubis <chrubis@suse.cz>
6875 M:      Wanlong Gao <wanlong.gao@gmail.com>
6876 M:      Jan Stancek <jstancek@redhat.com>
6877 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6878 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6879 L:      ltp@lists.linux.it (subscribers-only)
6880 W:      http://linux-test-project.github.io/
6881 T:      git git://github.com/linux-test-project/ltp.git
6882 S:      Maintained
6883
6884 M32R ARCHITECTURE
6885 W:      http://www.linux-m32r.org/
6886 S:      Orphan
6887 F:      arch/m32r/
6888
6889 M68K ARCHITECTURE
6890 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6891 L:      linux-m68k@lists.linux-m68k.org
6892 W:      http://www.linux-m68k.org/
6893 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6894 S:      Maintained
6895 F:      arch/m68k/
6896 F:      drivers/zorro/
6897
6898 M68K ON APPLE MACINTOSH
6899 M:      Joshua Thompson <funaho@jurai.org>
6900 W:      http://www.mac.linux-m68k.org/
6901 L:      linux-m68k@lists.linux-m68k.org
6902 S:      Maintained
6903 F:      arch/m68k/mac/
6904
6905 M68K ON HP9000/300
6906 M:      Philip Blundell <philb@gnu.org>
6907 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6908 S:      Maintained
6909 F:      arch/m68k/hp300/
6910
6911 M88DS3103 MEDIA DRIVER
6912 M:      Antti Palosaari <crope@iki.fi>
6913 L:      linux-media@vger.kernel.org
6914 W:      https://linuxtv.org
6915 W:      http://palosaari.fi/linux/
6916 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6917 T:      git git://linuxtv.org/anttip/media_tree.git
6918 S:      Maintained
6919 F:      drivers/media/dvb-frontends/m88ds3103*
6920
6921 M88RS2000 MEDIA DRIVER
6922 M:      Malcolm Priestley <tvboxspy@gmail.com>
6923 L:      linux-media@vger.kernel.org
6924 W:      https://linuxtv.org
6925 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6926 S:      Maintained
6927 F:      drivers/media/dvb-frontends/m88rs2000*
6928
6929 MA901 MASTERKIT USB FM RADIO DRIVER
6930 M:      Alexey Klimov <klimov.linux@gmail.com>
6931 L:      linux-media@vger.kernel.org
6932 T:      git git://linuxtv.org/media_tree.git
6933 S:      Maintained
6934 F:      drivers/media/radio/radio-ma901.c
6935
6936 MAC80211
6937 M:      Johannes Berg <johannes@sipsolutions.net>
6938 L:      linux-wireless@vger.kernel.org
6939 W:      http://wireless.kernel.org/
6940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6942 S:      Maintained
6943 F:      Documentation/networking/mac80211-injection.txt
6944 F:      include/net/mac80211.h
6945 F:      net/mac80211/
6946 F:      drivers/net/wireless/mac80211_hwsim.[ch]
6947
6948 MACVLAN DRIVER
6949 M:      Patrick McHardy <kaber@trash.net>
6950 L:      netdev@vger.kernel.org
6951 S:      Maintained
6952 F:      drivers/net/macvlan.c
6953 F:      include/linux/if_macvlan.h
6954
6955 MAILBOX API
6956 M:      Jassi Brar <jassisinghbrar@gmail.com>
6957 L:      linux-kernel@vger.kernel.org
6958 S:      Maintained
6959 F:      drivers/mailbox/
6960 F:      include/linux/mailbox_client.h
6961 F:      include/linux/mailbox_controller.h
6962
6963 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6964 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6965 W:      http://www.kernel.org/doc/man-pages
6966 L:      linux-man@vger.kernel.org
6967 S:      Maintained
6968
6969 MARVELL ARMADA DRM SUPPORT
6970 M:      Russell King <rmk+kernel@armlinux.org.uk>
6971 S:      Maintained
6972 F:      drivers/gpu/drm/armada/
6973
6974 MARVELL 88E6352 DSA support
6975 M:      Guenter Roeck <linux@roeck-us.net>
6976 S:      Maintained
6977 F:      drivers/net/dsa/mv88e6352.c
6978
6979 MARVELL CRYPTO DRIVER
6980 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
6981 M:      Arnaud Ebalard <arno@natisbad.org>
6982 F:      drivers/crypto/marvell/
6983 S:      Maintained
6984 L:      linux-crypto@vger.kernel.org
6985
6986 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6987 M:      Mirko Lindner <mlindner@marvell.com>
6988 M:      Stephen Hemminger <stephen@networkplumber.org>
6989 L:      netdev@vger.kernel.org
6990 S:      Maintained
6991 F:      drivers/net/ethernet/marvell/sk*
6992
6993 MARVELL LIBERTAS WIRELESS DRIVER
6994 L:      libertas-dev@lists.infradead.org
6995 S:      Orphan
6996 F:      drivers/net/wireless/marvell/libertas/
6997
6998 MARVELL MV643XX ETHERNET DRIVER
6999 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7000 L:      netdev@vger.kernel.org
7001 S:      Maintained
7002 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7003 F:      include/linux/mv643xx.h
7004
7005 MARVELL MVNETA ETHERNET DRIVER
7006 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7007 L:      netdev@vger.kernel.org
7008 S:      Maintained
7009 F:      drivers/net/ethernet/marvell/mvneta.*
7010
7011 MARVELL MWIFIEX WIRELESS DRIVER
7012 M:      Amitkumar Karwar <akarwar@marvell.com>
7013 M:      Nishant Sarmukadam <nishants@marvell.com>
7014 L:      linux-wireless@vger.kernel.org
7015 S:      Maintained
7016 F:      drivers/net/wireless/marvell/mwifiex/
7017
7018 MARVELL MWL8K WIRELESS DRIVER
7019 M:      Lennert Buytenhek <buytenh@wantstofly.org>
7020 L:      linux-wireless@vger.kernel.org
7021 S:      Odd Fixes
7022 F:      drivers/net/wireless/marvell/mwl8k.c
7023
7024 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7025 M:      Nicolas Pitre <nico@fluxnic.net>
7026 S:      Odd Fixes
7027 F:      drivers/mmc/host/mvsdio.*
7028
7029 MATROX FRAMEBUFFER DRIVER
7030 L:      linux-fbdev@vger.kernel.org
7031 S:      Orphan
7032 F:      drivers/video/fbdev/matrox/matroxfb_*
7033 F:      include/uapi/linux/matroxfb.h
7034
7035 MAX16065 HARDWARE MONITOR DRIVER
7036 M:      Guenter Roeck <linux@roeck-us.net>
7037 L:      linux-hwmon@vger.kernel.org
7038 S:      Maintained
7039 F:      Documentation/hwmon/max16065
7040 F:      drivers/hwmon/max16065.c
7041
7042 MAX20751 HARDWARE MONITOR DRIVER
7043 M:      Guenter Roeck <linux@roeck-us.net>
7044 L:      linux-hwmon@vger.kernel.org
7045 S:      Maintained
7046 F:      Documentation/hwmon/max20751
7047 F:      drivers/hwmon/max20751.c
7048
7049 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7050 M:      "Hans J. Koch" <hjk@hansjkoch.de>
7051 L:      linux-hwmon@vger.kernel.org
7052 S:      Maintained
7053 F:      Documentation/hwmon/max6650
7054 F:      drivers/hwmon/max6650.c
7055
7056 MAX6697 HARDWARE MONITOR DRIVER
7057 M:      Guenter Roeck <linux@roeck-us.net>
7058 L:      linux-hwmon@vger.kernel.org
7059 S:      Maintained
7060 F:      Documentation/hwmon/max6697
7061 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7062 F:      drivers/hwmon/max6697.c
7063 F:      include/linux/platform_data/max6697.h
7064
7065 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7066 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
7067 L:      linux-pm@vger.kernel.org
7068 S:      Supported
7069 F:      drivers/power/max14577_charger.c
7070 F:      drivers/power/max77693_charger.c
7071
7072 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7073 M:      Javier Martinez Canillas <javier@osg.samsung.com>
7074 L:      linux-kernel@vger.kernel.org
7075 S:      Supported
7076 F:      drivers/*/*max77802*.c
7077 F:      Documentation/devicetree/bindings/*/*max77802.txt
7078 F:      include/dt-bindings/*/*max77802.h
7079
7080 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7081 M:      Chanwoo Choi <cw00.choi@samsung.com>
7082 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
7083 L:      linux-kernel@vger.kernel.org
7084 S:      Supported
7085 F:      drivers/*/max14577*.c
7086 F:      drivers/*/max77686*.c
7087 F:      drivers/*/max77693*.c
7088 F:      drivers/extcon/extcon-max14577.c
7089 F:      drivers/extcon/extcon-max77693.c
7090 F:      drivers/rtc/rtc-max77686.c
7091 F:      drivers/clk/clk-max77686.c
7092 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7093 F:      Documentation/devicetree/bindings/*/max77686.txt
7094 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7095 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7096 F:      include/linux/mfd/max14577*.h
7097 F:      include/linux/mfd/max77686*.h
7098 F:      include/linux/mfd/max77693*.h
7099
7100 MAXIRADIO FM RADIO RECEIVER DRIVER
7101 M:      Hans Verkuil <hverkuil@xs4all.nl>
7102 L:      linux-media@vger.kernel.org
7103 T:      git git://linuxtv.org/media_tree.git
7104 W:      https://linuxtv.org
7105 S:      Maintained
7106 F:      drivers/media/radio/radio-maxiradio*
7107
7108 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7109 M:      Peter Rosin <peda@axentia.se>
7110 L:      linux-iio@vger.kernel.org
7111 S:      Maintained
7112 F:      drivers/iio/potentiometer/mcp4531.c
7113
7114 MEDIA DRIVERS FOR RENESAS - VSP1
7115 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7116 L:      linux-media@vger.kernel.org
7117 L:      linux-renesas-soc@vger.kernel.org
7118 T:      git git://linuxtv.org/media_tree.git
7119 S:      Supported
7120 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7121 F:      drivers/media/platform/vsp1/
7122
7123 MEDIA DRIVERS FOR ASCOT2E
7124 M:      Sergey Kozlov <serjk@netup.ru>
7125 L:      linux-media@vger.kernel.org
7126 W:      https://linuxtv.org
7127 W:      http://netup.tv/
7128 T:      git git://linuxtv.org/media_tree.git
7129 S:      Supported
7130 F:      drivers/media/dvb-frontends/ascot2e*
7131
7132 MEDIA DRIVERS FOR CXD2841ER
7133 M:      Sergey Kozlov <serjk@netup.ru>
7134 L:      linux-media@vger.kernel.org
7135 W:      https://linuxtv.org
7136 W:      http://netup.tv/
7137 T:      git git://linuxtv.org/media_tree.git
7138 S:      Supported
7139 F:      drivers/media/dvb-frontends/cxd2841er*
7140
7141 MEDIA DRIVERS FOR HORUS3A
7142 M:      Sergey Kozlov <serjk@netup.ru>
7143 L:      linux-media@vger.kernel.org
7144 W:      https://linuxtv.org
7145 W:      http://netup.tv/
7146 T:      git git://linuxtv.org/media_tree.git
7147 S:      Supported
7148 F:      drivers/media/dvb-frontends/horus3a*
7149
7150 MEDIA DRIVERS FOR LNBH25
7151 M:      Sergey Kozlov <serjk@netup.ru>
7152 L:      linux-media@vger.kernel.org
7153 W:      https://linuxtv.org
7154 W:      http://netup.tv/
7155 T:      git git://linuxtv.org/media_tree.git
7156 S:      Supported
7157 F:      drivers/media/dvb-frontends/lnbh25*
7158
7159 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7160 M:      Sergey Kozlov <serjk@netup.ru>
7161 L:      linux-media@vger.kernel.org
7162 W:      https://linuxtv.org
7163 W:      http://netup.tv/
7164 T:      git git://linuxtv.org/media_tree.git
7165 S:      Supported
7166 F:      drivers/media/pci/netup_unidvb/*
7167
7168 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7169 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
7170 P:      LinuxTV.org Project
7171 L:      linux-media@vger.kernel.org
7172 W:      https://linuxtv.org
7173 Q:      http://patchwork.kernel.org/project/linux-media/list/
7174 T:      git git://linuxtv.org/media_tree.git
7175 S:      Maintained
7176 F:      Documentation/dvb/
7177 F:      Documentation/video4linux/
7178 F:      Documentation/DocBook/media/
7179 F:      drivers/media/
7180 F:      drivers/staging/media/
7181 F:      include/linux/platform_data/media/
7182 F:      include/media/
7183 F:      include/uapi/linux/dvb/
7184 F:      include/uapi/linux/videodev2.h
7185 F:      include/uapi/linux/media.h
7186 F:      include/uapi/linux/v4l2-*
7187 F:      include/uapi/linux/meye.h
7188 F:      include/uapi/linux/ivtv*
7189 F:      include/uapi/linux/uvcvideo.h
7190
7191 MEDIATEK ETHERNET DRIVER
7192 M:      Felix Fietkau <nbd@openwrt.org>
7193 M:      John Crispin <blogic@openwrt.org>
7194 L:      netdev@vger.kernel.org
7195 S:      Maintained
7196 F:      drivers/net/ethernet/mediatek/
7197
7198 MEDIATEK MT7601U WIRELESS LAN DRIVER
7199 M:      Jakub Kicinski <kubakici@wp.pl>
7200 L:      linux-wireless@vger.kernel.org
7201 S:      Maintained
7202 F:      drivers/net/wireless/mediatek/mt7601u/
7203
7204 MEGARAID SCSI/SAS DRIVERS
7205 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7206 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7207 M:      Uday Lingala <uday.lingala@avagotech.com>
7208 L:      megaraidlinux.pdl@avagotech.com
7209 L:      linux-scsi@vger.kernel.org
7210 W:      http://www.lsi.com
7211 S:      Maintained
7212 F:      Documentation/scsi/megaraid.txt
7213 F:      drivers/scsi/megaraid.*
7214 F:      drivers/scsi/megaraid/
7215
7216 MELLANOX ETHERNET DRIVER (mlx4_en)
7217 M:      Eugenia Emantayev <eugenia@mellanox.com>
7218 L:      netdev@vger.kernel.org
7219 S:      Supported
7220 W:      http://www.mellanox.com
7221 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7222 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7223
7224 MELLANOX ETHERNET DRIVER (mlx5e)
7225 M:      Saeed Mahameed <saeedm@mellanox.com>
7226 L:      netdev@vger.kernel.org
7227 S:      Supported
7228 W:      http://www.mellanox.com
7229 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7230 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7231
7232 MELLANOX ETHERNET SWITCH DRIVERS
7233 M:      Jiri Pirko <jiri@mellanox.com>
7234 M:      Ido Schimmel <idosch@mellanox.com>
7235 L:      netdev@vger.kernel.org
7236 S:      Supported
7237 W:      http://www.mellanox.com
7238 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7239 F:      drivers/net/ethernet/mellanox/mlxsw/
7240
7241 MEMBARRIER SUPPORT
7242 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7243 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7244 L:      linux-kernel@vger.kernel.org
7245 S:      Supported
7246 F:      kernel/membarrier.c
7247 F:      include/uapi/linux/membarrier.h
7248
7249 MEMORY MANAGEMENT
7250 L:      linux-mm@kvack.org
7251 W:      http://www.linux-mm.org
7252 S:      Maintained
7253 F:      include/linux/mm.h
7254 F:      include/linux/gfp.h
7255 F:      include/linux/mmzone.h
7256 F:      include/linux/memory_hotplug.h
7257 F:      include/linux/vmalloc.h
7258 F:      mm/
7259
7260 MEMORY TECHNOLOGY DEVICES (MTD)
7261 M:      David Woodhouse <dwmw2@infradead.org>
7262 M:      Brian Norris <computersforpeace@gmail.com>
7263 L:      linux-mtd@lists.infradead.org
7264 W:      http://www.linux-mtd.infradead.org/
7265 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7266 T:      git git://git.infradead.org/linux-mtd.git
7267 T:      git git://git.infradead.org/l2-mtd.git
7268 S:      Maintained
7269 F:      drivers/mtd/
7270 F:      include/linux/mtd/
7271 F:      include/uapi/mtd/
7272
7273 MEN A21 WATCHDOG DRIVER
7274 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7275 L:      linux-watchdog@vger.kernel.org
7276 S:      Maintained
7277 F:      drivers/watchdog/mena21_wdt.c
7278
7279 MEN CHAMELEON BUS (mcb)
7280 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7281 S:      Maintained
7282 F:      drivers/mcb/
7283 F:      include/linux/mcb.h
7284 F:      Documentation/men-chameleon-bus.txt
7285
7286 MEN F21BMC (Board Management Controller)
7287 M:      Andreas Werner <andreas.werner@men.de>
7288 S:      Supported
7289 F:      drivers/mfd/menf21bmc.c
7290 F:      drivers/watchdog/menf21bmc_wdt.c
7291 F:      drivers/leds/leds-menf21bmc.c
7292 F:      drivers/hwmon/menf21bmc_hwmon.c
7293 F:      Documentation/hwmon/menf21bmc
7294
7295 METAG ARCHITECTURE
7296 M:      James Hogan <james.hogan@imgtec.com>
7297 L:      linux-metag@vger.kernel.org
7298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7299 S:      Odd Fixes
7300 F:      arch/metag/
7301 F:      Documentation/metag/
7302 F:      Documentation/devicetree/bindings/metag/
7303 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7304 F:      drivers/clocksource/metag_generic.c
7305 F:      drivers/irqchip/irq-metag.c
7306 F:      drivers/irqchip/irq-metag-ext.c
7307 F:      drivers/tty/metag_da.c
7308
7309 MICROBLAZE ARCHITECTURE
7310 M:      Michal Simek <monstr@monstr.eu>
7311 W:      http://www.monstr.eu/fdt/
7312 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7313 S:      Supported
7314 F:      arch/microblaze/
7315
7316 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7317 M:      Chen Yu <yu.c.chen@intel.com>
7318 L:      platform-driver-x86@vger.kernel.org
7319 S:      Supported
7320 F:      drivers/platform/x86/surfacepro3_button.c
7321
7322 MICROTEK X6 SCANNER
7323 M:      Oliver Neukum <oliver@neukum.org>
7324 S:      Maintained
7325 F:      drivers/usb/image/microtek.*
7326
7327 MIPS
7328 M:      Ralf Baechle <ralf@linux-mips.org>
7329 L:      linux-mips@linux-mips.org
7330 W:      http://www.linux-mips.org/
7331 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7332 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7333 S:      Supported
7334 F:      Documentation/mips/
7335 F:      arch/mips/
7336
7337 MIPS/LOONGSON1 ARCHITECTURE
7338 M:      Keguang Zhang <keguang.zhang@gmail.com>
7339 L:      linux-mips@linux-mips.org
7340 S:      Maintained
7341 F:      arch/mips/loongson32/
7342 F:      arch/mips/include/asm/mach-loongson32/
7343 F:      drivers/*/*loongson1*
7344 F:      drivers/*/*/*loongson1*
7345
7346 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7347 M:      Hans Verkuil <hverkuil@xs4all.nl>
7348 L:      linux-media@vger.kernel.org
7349 T:      git git://linuxtv.org/media_tree.git
7350 W:      https://linuxtv.org
7351 S:      Odd Fixes
7352 F:      drivers/media/radio/radio-miropcm20*
7353
7354 MELLANOX MLX4 core VPI driver
7355 M:      Yishai Hadas <yishaih@mellanox.com>
7356 L:      netdev@vger.kernel.org
7357 L:      linux-rdma@vger.kernel.org
7358 W:      http://www.mellanox.com
7359 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7360 S:      Supported
7361 F:      drivers/net/ethernet/mellanox/mlx4/
7362 F:      include/linux/mlx4/
7363
7364 MELLANOX MLX4 IB driver
7365 M:      Yishai Hadas <yishaih@mellanox.com>
7366 L:      linux-rdma@vger.kernel.org
7367 W:      http://www.mellanox.com
7368 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7369 S:      Supported
7370 F:      drivers/infiniband/hw/mlx4/
7371 F:      include/linux/mlx4/
7372
7373 MELLANOX MLX5 core VPI driver
7374 M:      Matan Barak <matanb@mellanox.com>
7375 M:      Leon Romanovsky <leonro@mellanox.com>
7376 L:      netdev@vger.kernel.org
7377 L:      linux-rdma@vger.kernel.org
7378 W:      http://www.mellanox.com
7379 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7380 S:      Supported
7381 F:      drivers/net/ethernet/mellanox/mlx5/core/
7382 F:      include/linux/mlx5/
7383
7384 MELLANOX MLX5 IB driver
7385 M:      Matan Barak <matanb@mellanox.com>
7386 M:      Leon Romanovsky <leonro@mellanox.com>
7387 L:      linux-rdma@vger.kernel.org
7388 W:      http://www.mellanox.com
7389 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7390 S:      Supported
7391 F:      drivers/infiniband/hw/mlx5/
7392 F:      include/linux/mlx5/
7393
7394 MELEXIS MLX90614 DRIVER
7395 M:      Crt Mori <cmo@melexis.com>
7396 L:      linux-iio@vger.kernel.org
7397 W:      http://www.melexis.com
7398 S:      Supported
7399 F:      drivers/iio/temperature/mlx90614.c
7400
7401 MN88472 MEDIA DRIVER
7402 M:      Antti Palosaari <crope@iki.fi>
7403 L:      linux-media@vger.kernel.org
7404 W:      https://linuxtv.org
7405 W:      http://palosaari.fi/linux/
7406 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7407 T:      git git://linuxtv.org/anttip/media_tree.git
7408 S:      Maintained
7409 F:      drivers/staging/media/mn88472/
7410 F:      drivers/media/dvb-frontends/mn88472.h
7411
7412 MN88473 MEDIA DRIVER
7413 M:      Antti Palosaari <crope@iki.fi>
7414 L:      linux-media@vger.kernel.org
7415 W:      https://linuxtv.org
7416 W:      http://palosaari.fi/linux/
7417 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7418 S:      Maintained
7419 F:      drivers/media/dvb-frontends/mn88473*
7420
7421 MODULE SUPPORT
7422 M:      Rusty Russell <rusty@rustcorp.com.au>
7423 S:      Maintained
7424 F:      include/linux/module.h
7425 F:      kernel/module.c
7426
7427 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7428 W:      http://popies.net/meye/
7429 S:      Orphan
7430 F:      Documentation/video4linux/meye.txt
7431 F:      drivers/media/pci/meye/
7432 F:      include/uapi/linux/meye.h
7433
7434 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7435 M:      Jiri Slaby <jirislaby@gmail.com>
7436 S:      Maintained
7437 F:      Documentation/serial/moxa-smartio
7438 F:      drivers/tty/mxser.*
7439
7440 MR800 AVERMEDIA USB FM RADIO DRIVER
7441 M:      Alexey Klimov <klimov.linux@gmail.com>
7442 L:      linux-media@vger.kernel.org
7443 T:      git git://linuxtv.org/media_tree.git
7444 S:      Maintained
7445 F:      drivers/media/radio/radio-mr800.c
7446
7447 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7448 M:      Alan Ott <alan@signal11.us>
7449 L:      linux-wpan@vger.kernel.org
7450 S:      Maintained
7451 F:      drivers/net/ieee802154/mrf24j40.c
7452 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7453
7454 MSI LAPTOP SUPPORT
7455 M:      "Lee, Chun-Yi" <jlee@suse.com>
7456 L:      platform-driver-x86@vger.kernel.org
7457 S:      Maintained
7458 F:      drivers/platform/x86/msi-laptop.c
7459
7460 MSI WMI SUPPORT
7461 L:      platform-driver-x86@vger.kernel.org
7462 S:      Orphan
7463 F:      drivers/platform/x86/msi-wmi.c
7464
7465 MSI001 MEDIA DRIVER
7466 M:      Antti Palosaari <crope@iki.fi>
7467 L:      linux-media@vger.kernel.org
7468 W:      https://linuxtv.org
7469 W:      http://palosaari.fi/linux/
7470 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7471 T:      git git://linuxtv.org/anttip/media_tree.git
7472 S:      Maintained
7473 F:      drivers/media/tuners/msi001*
7474
7475 MSI2500 MEDIA DRIVER
7476 M:      Antti Palosaari <crope@iki.fi>
7477 L:      linux-media@vger.kernel.org
7478 W:      https://linuxtv.org
7479 W:      http://palosaari.fi/linux/
7480 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7481 T:      git git://linuxtv.org/anttip/media_tree.git
7482 S:      Maintained
7483 F:      drivers/media/usb/msi2500/
7484
7485 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7486 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7487 L:      linux-mtd@lists.infradead.org
7488 S:      Maintained
7489 F:      drivers/mtd/devices/docg3*
7490
7491 MT9M032 APTINA SENSOR DRIVER
7492 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7493 L:      linux-media@vger.kernel.org
7494 T:      git git://linuxtv.org/media_tree.git
7495 S:      Maintained
7496 F:      drivers/media/i2c/mt9m032.c
7497 F:      include/media/i2c/mt9m032.h
7498
7499 MT9P031 APTINA CAMERA SENSOR
7500 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7501 L:      linux-media@vger.kernel.org
7502 T:      git git://linuxtv.org/media_tree.git
7503 S:      Maintained
7504 F:      drivers/media/i2c/mt9p031.c
7505 F:      include/media/i2c/mt9p031.h
7506
7507 MT9T001 APTINA CAMERA SENSOR
7508 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7509 L:      linux-media@vger.kernel.org
7510 T:      git git://linuxtv.org/media_tree.git
7511 S:      Maintained
7512 F:      drivers/media/i2c/mt9t001.c
7513 F:      include/media/i2c/mt9t001.h
7514
7515 MT9V032 APTINA CAMERA SENSOR
7516 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7517 L:      linux-media@vger.kernel.org
7518 T:      git git://linuxtv.org/media_tree.git
7519 S:      Maintained
7520 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7521 F:      drivers/media/i2c/mt9v032.c
7522 F:      include/media/i2c/mt9v032.h
7523
7524 MULTIFUNCTION DEVICES (MFD)
7525 M:      Lee Jones <lee.jones@linaro.org>
7526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7527 S:      Supported
7528 F:      drivers/mfd/
7529 F:      include/linux/mfd/
7530
7531 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7532 M:      Ulf Hansson <ulf.hansson@linaro.org>
7533 L:      linux-mmc@vger.kernel.org
7534 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7535 S:      Maintained
7536 F:      drivers/mmc/
7537 F:      include/linux/mmc/
7538 F:      include/uapi/linux/mmc/
7539
7540 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7541 S:      Orphan
7542 F:      drivers/mmc/host/mmc_spi.c
7543 F:      include/linux/spi/mmc_spi.h
7544
7545 MULTISOUND SOUND DRIVER
7546 M:      Andrew Veliath <andrewtv@usa.net>
7547 S:      Maintained
7548 F:      Documentation/sound/oss/MultiSound
7549 F:      sound/oss/msnd*
7550
7551 MULTITECH MULTIPORT CARD (ISICOM)
7552 S:      Orphan
7553 F:      drivers/tty/isicom.c
7554 F:      include/linux/isicom.h
7555
7556 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7557 M:      Bin Liu <b-liu@ti.com>
7558 L:      linux-usb@vger.kernel.org
7559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7560 S:      Maintained
7561 F:      drivers/usb/musb/
7562
7563 MXL5007T MEDIA DRIVER
7564 M:      Michael Krufky <mkrufky@linuxtv.org>
7565 L:      linux-media@vger.kernel.org
7566 W:      https://linuxtv.org
7567 W:      http://github.com/mkrufky
7568 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7569 T:      git git://linuxtv.org/mkrufky/tuners.git
7570 S:      Maintained
7571 F:      drivers/media/tuners/mxl5007t.*
7572
7573 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7574 M:      Hyong-Youb Kim <hykim@myri.com>
7575 L:      netdev@vger.kernel.org
7576 W:      https://www.myricom.com/support/downloads/myri10ge.html
7577 S:      Supported
7578 F:      drivers/net/ethernet/myricom/myri10ge/
7579
7580 NAND FLASH SUBSYSTEM
7581 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7582 R:      Richard Weinberger <richard@nod.at>
7583 L:      linux-mtd@lists.infradead.org
7584 W:      http://www.linux-mtd.infradead.org/
7585 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7586 T:      git git://github.com/linux-nand/linux.git
7587 S:      Maintained
7588 F:      drivers/mtd/nand/
7589 F:      include/linux/mtd/nand*.h
7590
7591 NATSEMI ETHERNET DRIVER (DP8381x)
7592 S:      Orphan
7593 F:      drivers/net/ethernet/natsemi/natsemi.c
7594
7595 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7596 M:      Daniel Mack <zonque@gmail.com>
7597 S:      Maintained
7598 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7599 W:      http://www.native-instruments.com
7600 F:      sound/usb/caiaq/
7601
7602 NCP FILESYSTEM
7603 M:      Petr Vandrovec <petr@vandrovec.name>
7604 S:      Odd Fixes
7605 F:      fs/ncpfs/
7606
7607 NCR 5380 SCSI DRIVERS
7608 M:      Finn Thain <fthain@telegraphics.com.au>
7609 M:      Michael Schmitz <schmitzmic@gmail.com>
7610 L:      linux-scsi@vger.kernel.org
7611 S:      Maintained
7612 F:      Documentation/scsi/g_NCR5380.txt
7613 F:      Documentation/scsi/dtc3x80.txt
7614 F:      drivers/scsi/NCR5380.*
7615 F:      drivers/scsi/arm/cumana_1.c
7616 F:      drivers/scsi/arm/oak.c
7617 F:      drivers/scsi/atari_scsi.*
7618 F:      drivers/scsi/dmx3191d.c
7619 F:      drivers/scsi/dtc.*
7620 F:      drivers/scsi/g_NCR5380.*
7621 F:      drivers/scsi/g_NCR5380_mmio.c
7622 F:      drivers/scsi/mac_scsi.*
7623 F:      drivers/scsi/pas16.*
7624 F:      drivers/scsi/sun3_scsi.*
7625 F:      drivers/scsi/sun3_scsi_vme.c
7626 F:      drivers/scsi/t128.*
7627
7628 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7629 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7630 L:      linux-scsi@vger.kernel.org
7631 S:      Maintained
7632 F:      drivers/scsi/NCR_D700.*
7633
7634 NCT6775 HARDWARE MONITOR DRIVER
7635 M:      Guenter Roeck <linux@roeck-us.net>
7636 L:      linux-hwmon@vger.kernel.org
7637 S:      Maintained
7638 F:      Documentation/hwmon/nct6775
7639 F:      drivers/hwmon/nct6775.c
7640
7641 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7642 M:      Faisal Latif <faisal.latif@intel.com>
7643 L:      linux-rdma@vger.kernel.org
7644 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7645 S:      Supported
7646 F:      drivers/infiniband/hw/nes/
7647
7648 NETEM NETWORK EMULATOR
7649 M:      Stephen Hemminger <stephen@networkplumber.org>
7650 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
7651 S:      Maintained
7652 F:      net/sched/sch_netem.c
7653
7654 NETERION 10GbE DRIVERS (s2io/vxge)
7655 M:      Jon Mason <jdmason@kudzu.us>
7656 L:      netdev@vger.kernel.org
7657 S:      Supported
7658 F:      Documentation/networking/s2io.txt
7659 F:      Documentation/networking/vxge.txt
7660 F:      drivers/net/ethernet/neterion/
7661
7662 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7663 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7664 M:      Patrick McHardy <kaber@trash.net>
7665 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7666 L:      netfilter-devel@vger.kernel.org
7667 L:      coreteam@netfilter.org
7668 W:      http://www.netfilter.org/
7669 W:      http://www.iptables.org/
7670 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7672 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7673 S:      Supported
7674 F:      include/linux/netfilter*
7675 F:      include/linux/netfilter/
7676 F:      include/net/netfilter/
7677 F:      include/uapi/linux/netfilter*
7678 F:      include/uapi/linux/netfilter/
7679 F:      net/*/netfilter.c
7680 F:      net/*/netfilter/
7681 F:      net/netfilter/
7682 F:      net/bridge/br_netfilter*.c
7683
7684 NETLABEL
7685 M:      Paul Moore <paul@paul-moore.com>
7686 W:      http://netlabel.sf.net
7687 L:      netdev@vger.kernel.org
7688 S:      Maintained
7689 F:      Documentation/netlabel/
7690 F:      include/net/netlabel.h
7691 F:      net/netlabel/
7692
7693 NETROM NETWORK LAYER
7694 M:      Ralf Baechle <ralf@linux-mips.org>
7695 L:      linux-hams@vger.kernel.org
7696 W:      http://www.linux-ax25.org/
7697 S:      Maintained
7698 F:      include/net/netrom.h
7699 F:      include/uapi/linux/netrom.h
7700 F:      net/netrom/
7701
7702 NETRONOME ETHERNET DRIVERS
7703 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
7704 L:      oss-drivers@netronome.com
7705 S:      Maintained
7706 F:      drivers/net/ethernet/netronome/
7707
7708 NETWORK BLOCK DEVICE (NBD)
7709 M:      Markus Pargmann <mpa@pengutronix.de>
7710 S:      Maintained
7711 L:      nbd-general@lists.sourceforge.net
7712 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7713 F:      Documentation/blockdev/nbd.txt
7714 F:      drivers/block/nbd.c
7715 F:      include/uapi/linux/nbd.h
7716
7717 NETWORK DROP MONITOR
7718 M:      Neil Horman <nhorman@tuxdriver.com>
7719 L:      netdev@vger.kernel.org
7720 S:      Maintained
7721 W:      https://fedorahosted.org/dropwatch/
7722 F:      net/core/drop_monitor.c
7723
7724 NETWORKING [GENERAL]
7725 M:      "David S. Miller" <davem@davemloft.net>
7726 L:      netdev@vger.kernel.org
7727 W:      http://www.linuxfoundation.org/en/Net
7728 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7729 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7730 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7731 S:      Maintained
7732 F:      net/
7733 F:      include/net/
7734 F:      include/linux/in.h
7735 F:      include/linux/net.h
7736 F:      include/linux/netdevice.h
7737 F:      include/uapi/linux/in.h
7738 F:      include/uapi/linux/net.h
7739 F:      include/uapi/linux/netdevice.h
7740 F:      include/uapi/linux/net_namespace.h
7741 F:      tools/net/
7742 F:      tools/testing/selftests/net/
7743 F:      lib/random32.c
7744 F:      lib/test_bpf.c
7745
7746 NETWORKING [IPv4/IPv6]
7747 M:      "David S. Miller" <davem@davemloft.net>
7748 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7749 M:      James Morris <jmorris@namei.org>
7750 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7751 M:      Patrick McHardy <kaber@trash.net>
7752 L:      netdev@vger.kernel.org
7753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7754 S:      Maintained
7755 F:      net/ipv4/
7756 F:      net/ipv6/
7757 F:      include/net/ip*
7758 F:      arch/x86/net/*
7759
7760 NETWORKING [IPSEC]
7761 M:      Steffen Klassert <steffen.klassert@secunet.com>
7762 M:      Herbert Xu <herbert@gondor.apana.org.au>
7763 M:      "David S. Miller" <davem@davemloft.net>
7764 L:      netdev@vger.kernel.org
7765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7767 S:      Maintained
7768 F:      net/core/flow.c
7769 F:      net/xfrm/
7770 F:      net/key/
7771 F:      net/ipv4/xfrm*
7772 F:      net/ipv4/esp4.c
7773 F:      net/ipv4/ah4.c
7774 F:      net/ipv4/ipcomp.c
7775 F:      net/ipv4/ip_vti.c
7776 F:      net/ipv6/xfrm*
7777 F:      net/ipv6/esp6.c
7778 F:      net/ipv6/ah6.c
7779 F:      net/ipv6/ipcomp6.c
7780 F:      net/ipv6/ip6_vti.c
7781 F:      include/uapi/linux/xfrm.h
7782 F:      include/net/xfrm.h
7783
7784 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7785 M:      Paul Moore <paul@paul-moore.com>
7786 L:      netdev@vger.kernel.org
7787 S:      Maintained
7788
7789 NETWORKING [WIRELESS]
7790 L:      linux-wireless@vger.kernel.org
7791 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7792
7793 NETWORKING DRIVERS
7794 L:      netdev@vger.kernel.org
7795 W:      http://www.linuxfoundation.org/en/Net
7796 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7798 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7799 S:      Odd Fixes
7800 F:      drivers/net/
7801 F:      include/linux/if_*
7802 F:      include/linux/netdevice.h
7803 F:      include/linux/etherdevice.h
7804 F:      include/linux/fcdevice.h
7805 F:      include/linux/fddidevice.h
7806 F:      include/linux/hippidevice.h
7807 F:      include/linux/inetdevice.h
7808 F:      include/uapi/linux/if_*
7809 F:      include/uapi/linux/netdevice.h
7810
7811 NETWORKING DRIVERS (WIRELESS)
7812 M:      Kalle Valo <kvalo@codeaurora.org>
7813 L:      linux-wireless@vger.kernel.org
7814 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7815 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
7816 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
7817 S:      Maintained
7818 F:      drivers/net/wireless/
7819
7820 NETXEN (1/10) GbE SUPPORT
7821 M:      Manish Chopra <manish.chopra@qlogic.com>
7822 M:      Sony Chacko <sony.chacko@qlogic.com>
7823 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7824 L:      netdev@vger.kernel.org
7825 W:      http://www.qlogic.com
7826 S:      Supported
7827 F:      drivers/net/ethernet/qlogic/netxen/
7828
7829 NFC SUBSYSTEM
7830 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7831 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7832 M:      Samuel Ortiz <sameo@linux.intel.com>
7833 L:      linux-wireless@vger.kernel.org
7834 L:      linux-nfc@lists.01.org (subscribers-only)
7835 S:      Supported
7836 F:      net/nfc/
7837 F:      include/net/nfc/
7838 F:      include/uapi/linux/nfc.h
7839 F:      drivers/nfc/
7840 F:      include/linux/platform_data/nfcmrvl.h
7841 F:      include/linux/platform_data/nxp-nci.h
7842 F:      include/linux/platform_data/pn544.h
7843 F:      include/linux/platform_data/st21nfca.h
7844 F:      include/linux/platform_data/st-nci.h
7845 F:      Documentation/devicetree/bindings/net/nfc/
7846
7847 NFS, SUNRPC, AND LOCKD CLIENTS
7848 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7849 M:      Anna Schumaker <anna.schumaker@netapp.com>
7850 L:      linux-nfs@vger.kernel.org
7851 W:      http://client.linux-nfs.org
7852 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7853 S:      Maintained
7854 F:      fs/lockd/
7855 F:      fs/nfs/
7856 F:      fs/nfs_common/
7857 F:      net/sunrpc/
7858 F:      include/linux/lockd/
7859 F:      include/linux/nfs*
7860 F:      include/linux/sunrpc/
7861 F:      include/uapi/linux/nfs*
7862 F:      include/uapi/linux/sunrpc/
7863
7864 NILFS2 FILESYSTEM
7865 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7866 L:      linux-nilfs@vger.kernel.org
7867 W:      http://nilfs.sourceforge.net/
7868 T:      git git://github.com/konis/nilfs2.git
7869 S:      Supported
7870 F:      Documentation/filesystems/nilfs2.txt
7871 F:      fs/nilfs2/
7872 F:      include/linux/nilfs2_fs.h
7873 F:      include/trace/events/nilfs2.h
7874
7875 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7876 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7877 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7878 S:      Maintained
7879 F:      Documentation/scsi/NinjaSCSI.txt
7880 F:      drivers/scsi/pcmcia/nsp_*
7881
7882 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7883 M:      GOTO Masanori <gotom@debian.or.jp>
7884 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7885 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7886 S:      Maintained
7887 F:      Documentation/scsi/NinjaSCSI.txt
7888 F:      drivers/scsi/nsp32*
7889
7890 NIOS2 ARCHITECTURE
7891 M:      Ley Foon Tan <lftan@altera.com>
7892 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7893 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7894 S:      Maintained
7895 F:      arch/nios2/
7896
7897 NOKIA N900 POWER SUPPLY DRIVERS
7898 R:      Pali Rohár <pali.rohar@gmail.com>
7899 F:      include/linux/power/bq2415x_charger.h
7900 F:      include/linux/power/bq27xxx_battery.h
7901 F:      include/linux/power/isp1704_charger.h
7902 F:      drivers/power/bq2415x_charger.c
7903 F:      drivers/power/bq27xxx_battery.c
7904 F:      drivers/power/bq27xxx_battery_i2c.c
7905 F:      drivers/power/isp1704_charger.c
7906 F:      drivers/power/rx51_battery.c
7907
7908 NTB DRIVER CORE
7909 M:      Jon Mason <jdmason@kudzu.us>
7910 M:      Dave Jiang <dave.jiang@intel.com>
7911 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7912 L:      linux-ntb@googlegroups.com
7913 S:      Supported
7914 W:      https://github.com/jonmason/ntb/wiki
7915 T:      git git://github.com/jonmason/ntb.git
7916 F:      drivers/ntb/
7917 F:      drivers/net/ntb_netdev.c
7918 F:      include/linux/ntb.h
7919 F:      include/linux/ntb_transport.h
7920
7921 NTB INTEL DRIVER
7922 M:      Jon Mason <jdmason@kudzu.us>
7923 M:      Dave Jiang <dave.jiang@intel.com>
7924 L:      linux-ntb@googlegroups.com
7925 S:      Supported
7926 W:      https://github.com/jonmason/ntb/wiki
7927 T:      git git://github.com/jonmason/ntb.git
7928 F:      drivers/ntb/hw/intel/
7929
7930 NTB AMD DRIVER
7931 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
7932 L:      linux-ntb@googlegroups.com
7933 S:      Supported
7934 F:      drivers/ntb/hw/amd/
7935
7936 NTFS FILESYSTEM
7937 M:      Anton Altaparmakov <anton@tuxera.com>
7938 L:      linux-ntfs-dev@lists.sourceforge.net
7939 W:      http://www.tuxera.com/
7940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7941 S:      Supported
7942 F:      Documentation/filesystems/ntfs.txt
7943 F:      fs/ntfs/
7944
7945 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7946 M:      Antonino Daplas <adaplas@gmail.com>
7947 L:      linux-fbdev@vger.kernel.org
7948 S:      Maintained
7949 F:      drivers/video/fbdev/riva/
7950 F:      drivers/video/fbdev/nvidia/
7951
7952 NVM EXPRESS DRIVER
7953 M:      Keith Busch <keith.busch@intel.com>
7954 M:      Jens Axboe <axboe@fb.com>
7955 L:      linux-nvme@lists.infradead.org
7956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7957 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7958 S:      Supported
7959 F:      drivers/nvme/host/
7960 F:      include/linux/nvme.h
7961
7962 NVMEM FRAMEWORK
7963 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7964 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7965 S:      Maintained
7966 F:      drivers/nvmem/
7967 F:      Documentation/devicetree/bindings/nvmem/
7968 F:      include/linux/nvmem-consumer.h
7969 F:      include/linux/nvmem-provider.h
7970
7971 NXP-NCI NFC DRIVER
7972 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
7973 R:      Charles Gorand <charles.gorand@effinnov.com>
7974 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7975 S:      Supported
7976 F:      drivers/nfc/nxp-nci
7977
7978 NXP TDA998X DRM DRIVER
7979 M:      Russell King <rmk+kernel@armlinux.org.uk>
7980 S:      Supported
7981 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7982 F:      include/drm/i2c/tda998x.h
7983
7984 NXP TFA9879 DRIVER
7985 M:      Peter Rosin <peda@axentia.se>
7986 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7987 S:      Maintained
7988 F:      sound/soc/codecs/tfa9879*
7989
7990 OBJTOOL
7991 M:      Josh Poimboeuf <jpoimboe@redhat.com>
7992 S:      Supported
7993 F:      tools/objtool/
7994
7995 OMAP SUPPORT
7996 M:      Tony Lindgren <tony@atomide.com>
7997 L:      linux-omap@vger.kernel.org
7998 W:      http://www.muru.com/linux/omap/
7999 W:      http://linux.omap.com/
8000 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8002 S:      Maintained
8003 F:      arch/arm/*omap*/
8004 F:      arch/arm/configs/omap1_defconfig
8005 F:      arch/arm/configs/omap2plus_defconfig
8006 F:      drivers/i2c/busses/i2c-omap.c
8007 F:      drivers/irqchip/irq-omap-intc.c
8008 F:      drivers/mfd/*omap*.c
8009 F:      drivers/mfd/menelaus.c
8010 F:      drivers/mfd/palmas.c
8011 F:      drivers/mfd/tps65217.c
8012 F:      drivers/mfd/tps65218.c
8013 F:      drivers/mfd/tps65910.c
8014 F:      drivers/mfd/twl-core.[ch]
8015 F:      drivers/mfd/twl4030*.c
8016 F:      drivers/mfd/twl6030*.c
8017 F:      drivers/mfd/twl6040*.c
8018 F:      drivers/regulator/palmas-regulator*.c
8019 F:      drivers/regulator/pbias-regulator.c
8020 F:      drivers/regulator/tps65217-regulator.c
8021 F:      drivers/regulator/tps65218-regulator.c
8022 F:      drivers/regulator/tps65910-regulator.c
8023 F:      drivers/regulator/twl-regulator.c
8024 F:      include/linux/i2c-omap.h
8025
8026 OMAP DEVICE TREE SUPPORT
8027 M:      Benoît Cousson <bcousson@baylibre.com>
8028 M:      Tony Lindgren <tony@atomide.com>
8029 L:      linux-omap@vger.kernel.org
8030 L:      devicetree@vger.kernel.org
8031 S:      Maintained
8032 F:      arch/arm/boot/dts/*omap*
8033 F:      arch/arm/boot/dts/*am3*
8034 F:      arch/arm/boot/dts/*am4*
8035 F:      arch/arm/boot/dts/*am5*
8036 F:      arch/arm/boot/dts/*dra7*
8037
8038 OMAP CLOCK FRAMEWORK SUPPORT
8039 M:      Paul Walmsley <paul@pwsan.com>
8040 L:      linux-omap@vger.kernel.org
8041 S:      Maintained
8042 F:      arch/arm/*omap*/*clock*
8043
8044 OMAP POWER MANAGEMENT SUPPORT
8045 M:      Kevin Hilman <khilman@kernel.org>
8046 L:      linux-omap@vger.kernel.org
8047 S:      Maintained
8048 F:      arch/arm/*omap*/*pm*
8049 F:      drivers/cpufreq/omap-cpufreq.c
8050
8051 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8052 M:      Rajendra Nayak <rnayak@codeaurora.org>
8053 M:      Paul Walmsley <paul@pwsan.com>
8054 L:      linux-omap@vger.kernel.org
8055 S:      Maintained
8056 F:      arch/arm/mach-omap2/prm*
8057
8058 OMAP AUDIO SUPPORT
8059 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8060 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
8061 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8062 L:      linux-omap@vger.kernel.org
8063 S:      Maintained
8064 F:      sound/soc/omap/
8065
8066 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8067 M:      Roger Quadros <rogerq@ti.com>
8068 M:      Tony Lindgren <tony@atomide.com>
8069 L:      linux-omap@vger.kernel.org
8070 S:      Maintained
8071 F:      drivers/memory/omap-gpmc.c
8072 F:      arch/arm/mach-omap2/*gpmc*
8073
8074 OMAP FRAMEBUFFER SUPPORT
8075 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8076 L:      linux-fbdev@vger.kernel.org
8077 L:      linux-omap@vger.kernel.org
8078 S:      Maintained
8079 F:      drivers/video/fbdev/omap/
8080
8081 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8082 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8083 L:      linux-omap@vger.kernel.org
8084 L:      linux-fbdev@vger.kernel.org
8085 S:      Maintained
8086 F:      drivers/video/fbdev/omap2/
8087 F:      Documentation/arm/OMAP/DSS
8088
8089 OMAP HARDWARE SPINLOCK SUPPORT
8090 M:      Ohad Ben-Cohen <ohad@wizery.com>
8091 L:      linux-omap@vger.kernel.org
8092 S:      Maintained
8093 F:      drivers/hwspinlock/omap_hwspinlock.c
8094
8095 OMAP MMC SUPPORT
8096 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
8097 L:      linux-omap@vger.kernel.org
8098 S:      Maintained
8099 F:      drivers/mmc/host/omap.c
8100
8101 OMAP HS MMC SUPPORT
8102 L:      linux-mmc@vger.kernel.org
8103 L:      linux-omap@vger.kernel.org
8104 S:      Orphan
8105 F:      drivers/mmc/host/omap_hsmmc.c
8106
8107 OMAP RANDOM NUMBER GENERATOR SUPPORT
8108 M:      Deepak Saxena <dsaxena@plexity.net>
8109 S:      Maintained
8110 F:      drivers/char/hw_random/omap-rng.c
8111
8112 OMAP HWMOD SUPPORT
8113 M:      Benoît Cousson <bcousson@baylibre.com>
8114 M:      Paul Walmsley <paul@pwsan.com>
8115 L:      linux-omap@vger.kernel.org
8116 S:      Maintained
8117 F:      arch/arm/mach-omap2/omap_hwmod.*
8118
8119 OMAP HWMOD DATA
8120 M:      Paul Walmsley <paul@pwsan.com>
8121 L:      linux-omap@vger.kernel.org
8122 S:      Maintained
8123 F:      arch/arm/mach-omap2/omap_hwmod*data*
8124
8125 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8126 M:      Benoît Cousson <bcousson@baylibre.com>
8127 L:      linux-omap@vger.kernel.org
8128 S:      Maintained
8129 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8130
8131 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8132 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8133 L:      linux-media@vger.kernel.org
8134 S:      Maintained
8135 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
8136 F:      drivers/media/platform/omap3isp/
8137 F:      drivers/staging/media/omap4iss/
8138
8139 OMAP USB SUPPORT
8140 L:      linux-usb@vger.kernel.org
8141 L:      linux-omap@vger.kernel.org
8142 S:      Orphan
8143 F:      drivers/usb/*/*omap*
8144 F:      arch/arm/*omap*/usb*
8145
8146 OMAP GPIO DRIVER
8147 M:      Grygorii Strashko <grygorii.strashko@ti.com>
8148 M:      Santosh Shilimkar <ssantosh@kernel.org>
8149 M:      Kevin Hilman <khilman@kernel.org>
8150 L:      linux-omap@vger.kernel.org
8151 S:      Maintained
8152 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
8153 F:      drivers/gpio/gpio-omap.c
8154
8155 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8156 M:      Mark Jackson <mpfj@newflow.co.uk>
8157 L:      linux-omap@vger.kernel.org
8158 S:      Maintained
8159 F:      arch/arm/boot/dts/am335x-nano.dts
8160
8161 OMFS FILESYSTEM
8162 M:      Bob Copeland <me@bobcopeland.com>
8163 L:      linux-karma-devel@lists.sourceforge.net
8164 S:      Maintained
8165 F:      Documentation/filesystems/omfs.txt
8166 F:      fs/omfs/
8167
8168 OMNIKEY CARDMAN 4000 DRIVER
8169 M:      Harald Welte <laforge@gnumonks.org>
8170 S:      Maintained
8171 F:      drivers/char/pcmcia/cm4000_cs.c
8172 F:      include/linux/cm4000_cs.h
8173 F:      include/uapi/linux/cm4000_cs.h
8174
8175 OMNIKEY CARDMAN 4040 DRIVER
8176 M:      Harald Welte <laforge@gnumonks.org>
8177 S:      Maintained
8178 F:      drivers/char/pcmcia/cm4040_cs.*
8179
8180 OMNIVISION OV7670 SENSOR DRIVER
8181 M:      Jonathan Corbet <corbet@lwn.net>
8182 L:      linux-media@vger.kernel.org
8183 T:      git git://linuxtv.org/media_tree.git
8184 S:      Maintained
8185 F:      drivers/media/i2c/ov7670.c
8186
8187 ONENAND FLASH DRIVER
8188 M:      Kyungmin Park <kyungmin.park@samsung.com>
8189 L:      linux-mtd@lists.infradead.org
8190 S:      Maintained
8191 F:      drivers/mtd/onenand/
8192 F:      include/linux/mtd/onenand*.h
8193
8194 ONSTREAM SCSI TAPE DRIVER
8195 M:      Willem Riede <osst@riede.org>
8196 L:      osst-users@lists.sourceforge.net
8197 L:      linux-scsi@vger.kernel.org
8198 S:      Maintained
8199 F:      Documentation/scsi/osst.txt
8200 F:      drivers/scsi/osst.*
8201 F:      drivers/scsi/osst_*.h
8202 F:      drivers/scsi/st.h
8203
8204 OPENCORES I2C BUS DRIVER
8205 M:      Peter Korsgaard <jacmet@sunsite.dk>
8206 L:      linux-i2c@vger.kernel.org
8207 S:      Maintained
8208 F:      Documentation/i2c/busses/i2c-ocores
8209 F:      drivers/i2c/busses/i2c-ocores.c
8210
8211 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8212 M:      Rob Herring <robh+dt@kernel.org>
8213 M:      Frank Rowand <frowand.list@gmail.com>
8214 M:      Grant Likely <grant.likely@linaro.org>
8215 L:      devicetree@vger.kernel.org
8216 W:      http://www.devicetree.org/
8217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
8218 S:      Maintained
8219 F:      drivers/of/
8220 F:      include/linux/of*.h
8221 F:      scripts/dtc/
8222
8223 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8224 M:      Rob Herring <robh+dt@kernel.org>
8225 M:      Pawel Moll <pawel.moll@arm.com>
8226 M:      Mark Rutland <mark.rutland@arm.com>
8227 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
8228 M:      Kumar Gala <galak@codeaurora.org>
8229 L:      devicetree@vger.kernel.org
8230 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8231 S:      Maintained
8232 F:      Documentation/devicetree/
8233 F:      arch/*/boot/dts/
8234 F:      include/dt-bindings/
8235
8236 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8237 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8238 L:      devicetree@vger.kernel.org
8239 S:      Maintained
8240 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8241 F:      Documentation/devicetree/overlay-notes.txt
8242 F:      drivers/of/overlay.c
8243 F:      drivers/of/resolver.c
8244
8245 OPENRISC ARCHITECTURE
8246 M:      Jonas Bonn <jonas@southpole.se>
8247 W:      http://openrisc.net
8248 L:      linux@lists.openrisc.net (moderated for non-subscribers)
8249 S:      Maintained
8250 T:      git git://openrisc.net/~jonas/linux
8251 F:      arch/openrisc/
8252
8253 OPENVSWITCH
8254 M:      Pravin Shelar <pshelar@nicira.com>
8255 L:      netdev@vger.kernel.org
8256 L:      dev@openvswitch.org
8257 W:      http://openvswitch.org
8258 S:      Maintained
8259 F:      net/openvswitch/
8260 F:      include/uapi/linux/openvswitch.h
8261
8262 OPERATING PERFORMANCE POINTS (OPP)
8263 M:      Viresh Kumar <vireshk@kernel.org>
8264 M:      Nishanth Menon <nm@ti.com>
8265 M:      Stephen Boyd <sboyd@codeaurora.org>
8266 L:      linux-pm@vger.kernel.org
8267 S:      Maintained
8268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8269 F:      drivers/base/power/opp/
8270 F:      include/linux/pm_opp.h
8271 F:      Documentation/power/opp.txt
8272 F:      Documentation/devicetree/bindings/opp/
8273
8274 OPL4 DRIVER
8275 M:      Clemens Ladisch <clemens@ladisch.de>
8276 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8277 T:      git git://git.alsa-project.org/alsa-kernel.git
8278 S:      Maintained
8279 F:      sound/drivers/opl4/
8280
8281 OPROFILE
8282 M:      Robert Richter <rric@kernel.org>
8283 L:      oprofile-list@lists.sf.net
8284 S:      Maintained
8285 F:      arch/*/include/asm/oprofile*.h
8286 F:      arch/*/oprofile/
8287 F:      drivers/oprofile/
8288 F:      include/linux/oprofile.h
8289
8290 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8291 M:      Mark Fasheh <mfasheh@suse.com>
8292 M:      Joel Becker <jlbec@evilplan.org>
8293 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8294 W:      http://ocfs2.wiki.kernel.org
8295 S:      Supported
8296 F:      Documentation/filesystems/ocfs2.txt
8297 F:      Documentation/filesystems/dlmfs.txt
8298 F:      fs/ocfs2/
8299
8300 ORINOCO DRIVER
8301 L:      linux-wireless@vger.kernel.org
8302 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8303 W:      http://www.nongnu.org/orinoco/
8304 S:      Orphan
8305 F:      drivers/net/wireless/intersil/orinoco/
8306
8307 OSD LIBRARY and FILESYSTEM
8308 M:      Boaz Harrosh <ooo@electrozaur.com>
8309 M:      Benny Halevy <bhalevy@primarydata.com>
8310 L:      osd-dev@open-osd.org
8311 W:      http://open-osd.org
8312 T:      git git://git.open-osd.org/open-osd.git
8313 S:      Maintained
8314 F:      drivers/scsi/osd/
8315 F:      include/scsi/osd_*
8316 F:      fs/exofs/
8317
8318 OVERLAY FILESYSTEM
8319 M:      Miklos Szeredi <miklos@szeredi.hu>
8320 L:      linux-unionfs@vger.kernel.org
8321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8322 S:      Supported
8323 F:      fs/overlayfs/
8324 F:      Documentation/filesystems/overlayfs.txt
8325
8326 ORANGEFS FILESYSTEM
8327 M:      Mike Marshall <hubcap@omnibond.com>
8328 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
8329 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
8330 S:      Supported
8331 F:      fs/orangefs/
8332 F:      Documentation/filesystems/orangefs.txt
8333
8334 P54 WIRELESS DRIVER
8335 M:      Christian Lamparter <chunkeey@googlemail.com>
8336 L:      linux-wireless@vger.kernel.org
8337 W:      http://wireless.kernel.org/en/users/Drivers/p54
8338 S:      Maintained
8339 F:      drivers/net/wireless/intersil/p54/
8340
8341 PA SEMI ETHERNET DRIVER
8342 M:      Olof Johansson <olof@lixom.net>
8343 L:      netdev@vger.kernel.org
8344 S:      Maintained
8345 F:      drivers/net/ethernet/pasemi/*
8346
8347 PA SEMI SMBUS DRIVER
8348 M:      Olof Johansson <olof@lixom.net>
8349 L:      linux-i2c@vger.kernel.org
8350 S:      Maintained
8351 F:      drivers/i2c/busses/i2c-pasemi.c
8352
8353 PADATA PARALLEL EXECUTION MECHANISM
8354 M:      Steffen Klassert <steffen.klassert@secunet.com>
8355 L:      linux-crypto@vger.kernel.org
8356 S:      Maintained
8357 F:      kernel/padata.c
8358 F:      include/linux/padata.h
8359 F:      Documentation/padata.txt
8360
8361 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8362 M:      Harald Welte <laforge@gnumonks.org>
8363 L:      platform-driver-x86@vger.kernel.org
8364 S:      Maintained
8365 F:      drivers/platform/x86/panasonic-laptop.c
8366
8367 PANASONIC MN10300/AM33/AM34 PORT
8368 M:      David Howells <dhowells@redhat.com>
8369 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8370 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
8371 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8372 S:      Maintained
8373 F:      Documentation/mn10300/
8374 F:      arch/mn10300/
8375
8376 PARALLEL LCD/KEYPAD PANEL DRIVER
8377 M:      Willy Tarreau <willy@haproxy.com>
8378 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
8379 S:      Odd Fixes
8380 F:      Documentation/misc-devices/lcd-panel-cgram.txt
8381 F:      drivers/misc/panel.c
8382
8383 PARALLEL PORT SUBSYSTEM
8384 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8385 M:      Sudip Mukherjee <sudip@vectorindia.org>
8386 L:      linux-parport@lists.infradead.org (subscribers-only)
8387 S:      Maintained
8388 F:      drivers/parport/
8389 F:      include/linux/parport*.h
8390 F:      drivers/char/ppdev.c
8391 F:      include/uapi/linux/ppdev.h
8392 F:      Documentation/parport*.txt
8393
8394 PARAVIRT_OPS INTERFACE
8395 M:      Jeremy Fitzhardinge <jeremy@goop.org>
8396 M:      Chris Wright <chrisw@sous-sol.org>
8397 M:      Alok Kataria <akataria@vmware.com>
8398 M:      Rusty Russell <rusty@rustcorp.com.au>
8399 L:      virtualization@lists.linux-foundation.org
8400 S:      Supported
8401 F:      Documentation/virtual/paravirt_ops.txt
8402 F:      arch/*/kernel/paravirt*
8403 F:      arch/*/include/asm/paravirt.h
8404
8405 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8406 M:      Tim Waugh <tim@cyberelk.net>
8407 L:      linux-parport@lists.infradead.org (subscribers-only)
8408 S:      Maintained
8409 F:      Documentation/blockdev/paride.txt
8410 F:      drivers/block/paride/
8411
8412 PARISC ARCHITECTURE
8413 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
8414 M:      Helge Deller <deller@gmx.de>
8415 L:      linux-parisc@vger.kernel.org
8416 W:      http://www.parisc-linux.org/
8417 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
8418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8419 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8420 S:      Maintained
8421 F:      arch/parisc/
8422 F:      Documentation/parisc/
8423 F:      drivers/parisc/
8424 F:      drivers/char/agp/parisc-agp.c
8425 F:      drivers/input/serio/gscps2.c
8426 F:      drivers/parport/parport_gsc.*
8427 F:      drivers/tty/serial/8250/8250_gsc.c
8428 F:      drivers/video/fbdev/sti*
8429 F:      drivers/video/console/sti*
8430 F:      drivers/video/logo/logo_parisc*
8431
8432 PC87360 HARDWARE MONITORING DRIVER
8433 M:      Jim Cromie <jim.cromie@gmail.com>
8434 L:      linux-hwmon@vger.kernel.org
8435 S:      Maintained
8436 F:      Documentation/hwmon/pc87360
8437 F:      drivers/hwmon/pc87360.c
8438
8439 PC8736x GPIO DRIVER
8440 M:      Jim Cromie <jim.cromie@gmail.com>
8441 S:      Maintained
8442 F:      drivers/char/pc8736x_gpio.c
8443
8444 PC87427 HARDWARE MONITORING DRIVER
8445 M:      Jean Delvare <jdelvare@suse.com>
8446 L:      linux-hwmon@vger.kernel.org
8447 S:      Maintained
8448 F:      Documentation/hwmon/pc87427
8449 F:      drivers/hwmon/pc87427.c
8450
8451 PCA9532 LED DRIVER
8452 M:      Riku Voipio <riku.voipio@iki.fi>
8453 S:      Maintained
8454 F:      drivers/leds/leds-pca9532.c
8455 F:      include/linux/leds-pca9532.h
8456
8457 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8458 M:      Guenter Roeck <linux@roeck-us.net>
8459 L:      linux-i2c@vger.kernel.org
8460 S:      Maintained
8461 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8462
8463 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8464 M:      Khalid Aziz <khalid@gonehiking.org>
8465 S:      Maintained
8466 F:      drivers/firmware/pcdp.*
8467
8468 PCI ERROR RECOVERY
8469 M:      Linas Vepstas <linasvepstas@gmail.com>
8470 L:      linux-pci@vger.kernel.org
8471 S:      Supported
8472 F:      Documentation/PCI/pci-error-recovery.txt
8473
8474 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
8475 M:      Russell Currey <ruscur@russell.cc>
8476 L:      linuxppc-dev@lists.ozlabs.org
8477 S:      Supported
8478 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
8479 F:      arch/powerpc/kernel/eeh*.c
8480 F:      arch/powerpc/platforms/*/eeh*.c
8481 F:      arch/powerpc/include/*/eeh*.h
8482
8483 PCI SUBSYSTEM
8484 M:      Bjorn Helgaas <bhelgaas@google.com>
8485 L:      linux-pci@vger.kernel.org
8486 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8488 S:      Supported
8489 F:      Documentation/PCI/
8490 F:      drivers/pci/
8491 F:      include/linux/pci*
8492 F:      arch/x86/pci/
8493 F:      arch/x86/kernel/quirks.c
8494
8495 PCI DRIVER FOR ALTERA PCIE IP
8496 M:      Ley Foon Tan <lftan@altera.com>
8497 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8498 L:      linux-pci@vger.kernel.org
8499 S:      Supported
8500 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
8501 F:      drivers/pci/host/pcie-altera.c
8502
8503 PCI DRIVER FOR ARM VERSATILE PLATFORM
8504 M:      Rob Herring <robh@kernel.org>
8505 L:      linux-pci@vger.kernel.org
8506 L:      linux-arm-kernel@lists.infradead.org
8507 S:      Maintained
8508 F:      Documentation/devicetree/bindings/pci/versatile.txt
8509 F:      drivers/pci/host/pci-versatile.c
8510
8511 PCI DRIVER FOR APPLIEDMICRO XGENE
8512 M:      Tanmay Inamdar <tinamdar@apm.com>
8513 L:      linux-pci@vger.kernel.org
8514 L:      linux-arm-kernel@lists.infradead.org
8515 S:      Maintained
8516 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8517 F:      drivers/pci/host/pci-xgene.c
8518
8519 PCI DRIVER FOR FREESCALE LAYERSCAPE
8520 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8521 M:      Mingkai Hu <mingkai.hu@freescale.com>
8522 M:      Roy Zang <tie-fei.zang@freescale.com>
8523 L:      linuxppc-dev@lists.ozlabs.org
8524 L:      linux-pci@vger.kernel.org
8525 L:      linux-arm-kernel@lists.infradead.org
8526 S:      Maintained
8527 F:      drivers/pci/host/*layerscape*
8528
8529 PCI DRIVER FOR IMX6
8530 M:      Richard Zhu <Richard.Zhu@freescale.com>
8531 M:      Lucas Stach <l.stach@pengutronix.de>
8532 L:      linux-pci@vger.kernel.org
8533 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8534 S:      Maintained
8535 F:      drivers/pci/host/*imx6*
8536
8537 PCI DRIVER FOR TI KEYSTONE
8538 M:      Murali Karicheri <m-karicheri2@ti.com>
8539 L:      linux-pci@vger.kernel.org
8540 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8541 S:      Maintained
8542 F:      drivers/pci/host/*keystone*
8543
8544 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8545 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8546 M:      Jason Cooper <jason@lakedaemon.net>
8547 L:      linux-pci@vger.kernel.org
8548 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8549 S:      Maintained
8550 F:      drivers/pci/host/*mvebu*
8551
8552 PCI DRIVER FOR NVIDIA TEGRA
8553 M:      Thierry Reding <thierry.reding@gmail.com>
8554 L:      linux-tegra@vger.kernel.org
8555 L:      linux-pci@vger.kernel.org
8556 S:      Supported
8557 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8558 F:      drivers/pci/host/pci-tegra.c
8559
8560 PCI DRIVER FOR TI DRA7XX
8561 M:      Kishon Vijay Abraham I <kishon@ti.com>
8562 L:      linux-omap@vger.kernel.org
8563 L:      linux-pci@vger.kernel.org
8564 S:      Supported
8565 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8566 F:      drivers/pci/host/pci-dra7xx.c
8567
8568 PCI DRIVER FOR RENESAS R-CAR
8569 M:      Simon Horman <horms@verge.net.au>
8570 L:      linux-pci@vger.kernel.org
8571 L:      linux-renesas-soc@vger.kernel.org
8572 S:      Maintained
8573 F:      drivers/pci/host/*rcar*
8574
8575 PCI DRIVER FOR SAMSUNG EXYNOS
8576 M:      Jingoo Han <jingoohan1@gmail.com>
8577 L:      linux-pci@vger.kernel.org
8578 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8579 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8580 S:      Maintained
8581 F:      drivers/pci/host/pci-exynos.c
8582
8583 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8584 M:      Jingoo Han <jingoohan1@gmail.com>
8585 M:      Pratyush Anand <pratyush.anand@gmail.com>
8586 L:      linux-pci@vger.kernel.org
8587 S:      Maintained
8588 F:      drivers/pci/host/*designware*
8589
8590 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
8591 M:      Joao Pinto <jpinto@synopsys.com>
8592 L:      linux-pci@vger.kernel.org
8593 S:      Maintained
8594 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
8595 F:      drivers/pci/host/pcie-designware-plat.c
8596
8597 PCI DRIVER FOR GENERIC OF HOSTS
8598 M:      Will Deacon <will.deacon@arm.com>
8599 L:      linux-pci@vger.kernel.org
8600 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8601 S:      Maintained
8602 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8603 F:      drivers/pci/host/pci-host-common.c
8604 F:      drivers/pci/host/pci-host-generic.c
8605
8606 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8607 M:      Keith Busch <keith.busch@intel.com>
8608 L:      linux-pci@vger.kernel.org
8609 S:      Supported
8610 F:      arch/x86/pci/vmd.c
8611
8612 PCIE DRIVER FOR ST SPEAR13XX
8613 M:      Pratyush Anand <pratyush.anand@gmail.com>
8614 L:      linux-pci@vger.kernel.org
8615 S:      Maintained
8616 F:      drivers/pci/host/*spear*
8617
8618 PCI MSI DRIVER FOR ALTERA MSI IP
8619 M:      Ley Foon Tan <lftan@altera.com>
8620 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8621 L:      linux-pci@vger.kernel.org
8622 S:      Supported
8623 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8624 F:      drivers/pci/host/pcie-altera-msi.c
8625
8626 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8627 M:      Duc Dang <dhdang@apm.com>
8628 L:      linux-pci@vger.kernel.org
8629 L:      linux-arm-kernel@lists.infradead.org
8630 S:      Maintained
8631 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8632 F:      drivers/pci/host/pci-xgene-msi.c
8633
8634 PCIE DRIVER FOR HISILICON
8635 M:      Zhou Wang <wangzhou1@hisilicon.com>
8636 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
8637 L:      linux-pci@vger.kernel.org
8638 S:      Maintained
8639 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8640 F:      drivers/pci/host/pcie-hisi.c
8641
8642 PCIE DRIVER FOR QUALCOMM MSM
8643 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
8644 L:     linux-pci@vger.kernel.org
8645 L:     linux-arm-msm@vger.kernel.org
8646 S:     Maintained
8647 F:     drivers/pci/host/*qcom*
8648
8649 PCIE DRIVER FOR CAVIUM THUNDERX
8650 M:      David Daney <david.daney@cavium.com>
8651 L:      linux-pci@vger.kernel.org
8652 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8653 S:      Supported
8654 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
8655 F:      drivers/pci/host/pci-thunder-*
8656
8657 PCMCIA SUBSYSTEM
8658 P:      Linux PCMCIA Team
8659 L:      linux-pcmcia@lists.infradead.org
8660 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8661 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8662 S:      Maintained
8663 F:      Documentation/pcmcia/
8664 F:      drivers/pcmcia/
8665 F:      include/pcmcia/
8666
8667 PCNET32 NETWORK DRIVER
8668 M:      Don Fry <pcnet32@frontier.com>
8669 L:      netdev@vger.kernel.org
8670 S:      Maintained
8671 F:      drivers/net/ethernet/amd/pcnet32.c
8672
8673 PCRYPT PARALLEL CRYPTO ENGINE
8674 M:      Steffen Klassert <steffen.klassert@secunet.com>
8675 L:      linux-crypto@vger.kernel.org
8676 S:      Maintained
8677 F:      crypto/pcrypt.c
8678 F:      include/crypto/pcrypt.h
8679
8680 PER-CPU MEMORY ALLOCATOR
8681 M:      Tejun Heo <tj@kernel.org>
8682 M:      Christoph Lameter <cl@linux.com>
8683 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8684 S:      Maintained
8685 F:      include/linux/percpu*.h
8686 F:      mm/percpu*.c
8687 F:      arch/*/include/asm/percpu.h
8688
8689 PER-TASK DELAY ACCOUNTING
8690 M:      Balbir Singh <bsingharora@gmail.com>
8691 S:      Maintained
8692 F:      include/linux/delayacct.h
8693 F:      kernel/delayacct.c
8694
8695 PERFORMANCE EVENTS SUBSYSTEM
8696 M:      Peter Zijlstra <peterz@infradead.org>
8697 M:      Ingo Molnar <mingo@redhat.com>
8698 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8699 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
8700 L:      linux-kernel@vger.kernel.org
8701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8702 S:      Supported
8703 F:      kernel/events/*
8704 F:      include/linux/perf_event.h
8705 F:      include/uapi/linux/perf_event.h
8706 F:      arch/*/kernel/perf_event*.c
8707 F:      arch/*/kernel/*/perf_event*.c
8708 F:      arch/*/kernel/*/*/perf_event*.c
8709 F:      arch/*/include/asm/perf_event.h
8710 F:      arch/*/kernel/perf_callchain.c
8711 F:      tools/perf/
8712
8713 PERSONALITY HANDLING
8714 M:      Christoph Hellwig <hch@infradead.org>
8715 L:      linux-abi-devel@lists.sourceforge.net
8716 S:      Maintained
8717 F:      include/linux/personality.h
8718 F:      include/uapi/linux/personality.h
8719
8720 PHONET PROTOCOL
8721 M:      Remi Denis-Courmont <courmisch@gmail.com>
8722 S:      Supported
8723 F:      Documentation/networking/phonet.txt
8724 F:      include/linux/phonet.h
8725 F:      include/net/phonet/
8726 F:      include/uapi/linux/phonet.h
8727 F:      net/phonet/
8728
8729 PHRAM MTD DRIVER
8730 M:      Joern Engel <joern@lazybastard.org>
8731 L:      linux-mtd@lists.infradead.org
8732 S:      Maintained
8733 F:      drivers/mtd/devices/phram.c
8734
8735 PICOLCD HID DRIVER
8736 M:      Bruno Prémont <bonbons@linux-vserver.org>
8737 L:      linux-input@vger.kernel.org
8738 S:      Maintained
8739 F:      drivers/hid/hid-picolcd*
8740
8741 PICOXCELL SUPPORT
8742 M:      Jamie Iles <jamie@jamieiles.com>
8743 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8744 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8745 S:      Supported
8746 F:      arch/arm/boot/dts/picoxcell*
8747 F:      arch/arm/mach-picoxcell/
8748 F:      drivers/crypto/picoxcell*
8749
8750 PIN CONTROL SUBSYSTEM
8751 M:      Linus Walleij <linus.walleij@linaro.org>
8752 L:      linux-gpio@vger.kernel.org
8753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8754 S:      Maintained
8755 F:      drivers/pinctrl/
8756 F:      include/linux/pinctrl/
8757
8758 PIN CONTROLLER - ATMEL AT91
8759 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8760 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8761 S:      Maintained
8762 F:      drivers/pinctrl/pinctrl-at91.*
8763
8764 PIN CONTROLLER - ATMEL AT91 PIO4
8765 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8766 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8767 L:      linux-gpio@vger.kernel.org
8768 S:      Supported
8769 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8770
8771 PIN CONTROLLER - INTEL
8772 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8773 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8774 S:      Maintained
8775 F:      drivers/pinctrl/intel/
8776
8777 PIN CONTROLLER - RENESAS
8778 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8779 M:      Geert Uytterhoeven <geert+renesas@glider.be>
8780 L:      linux-renesas-soc@vger.kernel.org
8781 S:      Maintained
8782 F:      drivers/pinctrl/sh-pfc/
8783
8784 PIN CONTROLLER - SAMSUNG
8785 M:      Tomasz Figa <tomasz.figa@gmail.com>
8786 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
8787 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8788 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8789 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8790 S:      Maintained
8791 F:      drivers/pinctrl/samsung/
8792
8793 PIN CONTROLLER - SINGLE
8794 M:      Tony Lindgren <tony@atomide.com>
8795 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
8796 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8797 L:      linux-omap@vger.kernel.org
8798 S:      Maintained
8799 F:      drivers/pinctrl/pinctrl-single.c
8800
8801 PIN CONTROLLER - ST SPEAR
8802 M:      Viresh Kumar <vireshk@kernel.org>
8803 L:      spear-devel@list.st.com
8804 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8805 W:      http://www.st.com/spear
8806 S:      Maintained
8807 F:      drivers/pinctrl/spear/
8808
8809 PKTCDVD DRIVER
8810 M:      Jiri Kosina <jikos@kernel.org>
8811 S:      Maintained
8812 F:      drivers/block/pktcdvd.c
8813 F:      include/linux/pktcdvd.h
8814 F:      include/uapi/linux/pktcdvd.h
8815
8816 PKUNITY SOC DRIVERS
8817 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8818 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8819 S:      Maintained
8820 T:      git git://github.com/gxt/linux.git
8821 F:      drivers/input/serio/i8042-unicore32io.h
8822 F:      drivers/i2c/busses/i2c-puv3.c
8823 F:      drivers/video/fbdev/fb-puv3.c
8824 F:      drivers/rtc/rtc-puv3.c
8825
8826 PMBUS HARDWARE MONITORING DRIVERS
8827 M:      Guenter Roeck <linux@roeck-us.net>
8828 L:      linux-hwmon@vger.kernel.org
8829 W:      http://hwmon.wiki.kernel.org/
8830 W:      http://www.roeck-us.net/linux/drivers/
8831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8832 S:      Maintained
8833 F:      Documentation/hwmon/pmbus
8834 F:      drivers/hwmon/pmbus/
8835 F:      include/linux/i2c/pmbus.h
8836
8837 PMC SIERRA MaxRAID DRIVER
8838 L:      linux-scsi@vger.kernel.org
8839 W:      http://www.pmc-sierra.com/
8840 S:      Orphan
8841 F:      drivers/scsi/pmcraid.*
8842
8843 PMC SIERRA PM8001 DRIVER
8844 M:      Jack Wang <jinpu.wang@profitbricks.com>
8845 M:      lindar_liu@usish.com
8846 L:      pmchba@pmcs.com
8847 L:      linux-scsi@vger.kernel.org
8848 S:      Supported
8849 F:      drivers/scsi/pm8001/
8850
8851 POSIX CLOCKS and TIMERS
8852 M:      Thomas Gleixner <tglx@linutronix.de>
8853 L:      linux-kernel@vger.kernel.org
8854 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8855 S:      Maintained
8856 F:      fs/timerfd.c
8857 F:      include/linux/timer*
8858 F:      kernel/time/*timer*
8859
8860 POWER MANAGEMENT CORE
8861 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
8862 L:      linux-pm@vger.kernel.org
8863 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8864 S:      Supported
8865 F:      drivers/base/power/
8866 F:      include/linux/pm.h
8867 F:      include/linux/pm_*
8868 F:      include/linux/powercap.h
8869 F:      drivers/powercap/
8870
8871 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8872 M:      Sebastian Reichel <sre@kernel.org>
8873 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8874 M:      David Woodhouse <dwmw2@infradead.org>
8875 L:      linux-pm@vger.kernel.org
8876 T:      git git://git.infradead.org/battery-2.6.git
8877 S:      Maintained
8878 F:      include/linux/power_supply.h
8879 F:      drivers/power/
8880 X:      drivers/power/avs/
8881
8882 POWER STATE COORDINATION INTERFACE (PSCI)
8883 M:      Mark Rutland <mark.rutland@arm.com>
8884 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8885 L:      linux-arm-kernel@lists.infradead.org
8886 S:      Maintained
8887 F:      drivers/firmware/psci.c
8888 F:      include/linux/psci.h
8889 F:      include/uapi/linux/psci.h
8890
8891 PNP SUPPORT
8892 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8893 S:      Maintained
8894 F:      drivers/pnp/
8895
8896 PPP PROTOCOL DRIVERS AND COMPRESSORS
8897 M:      Paul Mackerras <paulus@samba.org>
8898 L:      linux-ppp@vger.kernel.org
8899 S:      Maintained
8900 F:      drivers/net/ppp/ppp_*
8901
8902 PPP OVER ATM (RFC 2364)
8903 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8904 S:      Maintained
8905 F:      net/atm/pppoatm.c
8906 F:      include/uapi/linux/atmppp.h
8907
8908 PPP OVER ETHERNET
8909 M:      Michal Ostrowski <mostrows@earthlink.net>
8910 S:      Maintained
8911 F:      drivers/net/ppp/pppoe.c
8912 F:      drivers/net/ppp/pppox.c
8913
8914 PPP OVER L2TP
8915 M:      James Chapman <jchapman@katalix.com>
8916 S:      Maintained
8917 F:      net/l2tp/l2tp_ppp.c
8918 F:      include/linux/if_pppol2tp.h
8919 F:      include/uapi/linux/if_pppol2tp.h
8920
8921 PPS SUPPORT
8922 M:      Rodolfo Giometti <giometti@enneenne.com>
8923 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8924 L:      linuxpps@ml.enneenne.com (subscribers-only)
8925 S:      Maintained
8926 F:      Documentation/pps/
8927 F:      drivers/pps/
8928 F:      include/linux/pps*.h
8929
8930 PPTP DRIVER
8931 M:      Dmitry Kozlov <xeb@mail.ru>
8932 L:      netdev@vger.kernel.org
8933 S:      Maintained
8934 F:      drivers/net/ppp/pptp.c
8935 W:      http://sourceforge.net/projects/accel-pptp
8936
8937 PREEMPTIBLE KERNEL
8938 M:      Robert Love <rml@tech9.net>
8939 L:      kpreempt-tech@lists.sourceforge.net
8940 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8941 S:      Supported
8942 F:      Documentation/preempt-locking.txt
8943 F:      include/linux/preempt.h
8944
8945 PRISM54 WIRELESS DRIVER
8946 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8947 L:      linux-wireless@vger.kernel.org
8948 W:      http://wireless.kernel.org/en/users/Drivers/p54
8949 S:      Obsolete
8950 F:      drivers/net/wireless/intersil/prism54/
8951
8952 PS3 NETWORK SUPPORT
8953 M:      Geoff Levand <geoff@infradead.org>
8954 L:      netdev@vger.kernel.org
8955 L:      linuxppc-dev@lists.ozlabs.org
8956 S:      Maintained
8957 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8958
8959 PS3 PLATFORM SUPPORT
8960 M:      Geoff Levand <geoff@infradead.org>
8961 L:      linuxppc-dev@lists.ozlabs.org
8962 S:      Maintained
8963 F:      arch/powerpc/boot/ps3*
8964 F:      arch/powerpc/include/asm/lv1call.h
8965 F:      arch/powerpc/include/asm/ps3*.h
8966 F:      arch/powerpc/platforms/ps3/
8967 F:      drivers/*/ps3*
8968 F:      drivers/ps3/
8969 F:      drivers/rtc/rtc-ps3.c
8970 F:      drivers/usb/host/*ps3.c
8971 F:      sound/ppc/snd_ps3*
8972
8973 PS3VRAM DRIVER
8974 M:      Jim Paris <jim@jtan.com>
8975 M:      Geoff Levand <geoff@infradead.org>
8976 L:      linuxppc-dev@lists.ozlabs.org
8977 S:      Maintained
8978 F:      drivers/block/ps3vram.c
8979
8980 PSTORE FILESYSTEM
8981 M:      Anton Vorontsov <anton@enomsg.org>
8982 M:      Colin Cross <ccross@android.com>
8983 M:      Kees Cook <keescook@chromium.org>
8984 M:      Tony Luck <tony.luck@intel.com>
8985 S:      Maintained
8986 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
8987 F:      fs/pstore/
8988 F:      include/linux/pstore*
8989 F:      drivers/firmware/efi/efi-pstore.c
8990 F:      drivers/acpi/apei/erst.c
8991
8992 PTP HARDWARE CLOCK SUPPORT
8993 M:      Richard Cochran <richardcochran@gmail.com>
8994 L:      netdev@vger.kernel.org
8995 S:      Maintained
8996 W:      http://linuxptp.sourceforge.net/
8997 F:      Documentation/ABI/testing/sysfs-ptp
8998 F:      Documentation/ptp/*
8999 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9000 F:      drivers/net/phy/dp83640*
9001 F:      drivers/ptp/*
9002 F:      include/linux/ptp_cl*
9003
9004 PTRACE SUPPORT
9005 M:      Roland McGrath <roland@hack.frob.com>
9006 M:      Oleg Nesterov <oleg@redhat.com>
9007 S:      Maintained
9008 F:      include/asm-generic/syscall.h
9009 F:      include/linux/ptrace.h
9010 F:      include/linux/regset.h
9011 F:      include/linux/tracehook.h
9012 F:      include/uapi/linux/ptrace.h
9013 F:      kernel/ptrace.c
9014
9015 PVRUSB2 VIDEO4LINUX DRIVER
9016 M:      Mike Isely <isely@pobox.com>
9017 L:      pvrusb2@isely.net       (subscribers-only)
9018 L:      linux-media@vger.kernel.org
9019 W:      http://www.isely.net/pvrusb2/
9020 T:      git git://linuxtv.org/media_tree.git
9021 S:      Maintained
9022 F:      Documentation/video4linux/README.pvrusb2
9023 F:      drivers/media/usb/pvrusb2/
9024
9025 PWC WEBCAM DRIVER
9026 M:      Hans de Goede <hdegoede@redhat.com>
9027 L:      linux-media@vger.kernel.org
9028 T:      git git://linuxtv.org/media_tree.git
9029 S:      Maintained
9030 F:      drivers/media/usb/pwc/*
9031
9032 PWM FAN DRIVER
9033 M:      Kamil Debski <k.debski@samsung.com>
9034 L:      linux-hwmon@vger.kernel.org
9035 S:      Supported
9036 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9037 F:      Documentation/hwmon/pwm-fan
9038 F:      drivers/hwmon/pwm-fan.c
9039
9040 PWM SUBSYSTEM
9041 M:      Thierry Reding <thierry.reding@gmail.com>
9042 L:      linux-pwm@vger.kernel.org
9043 S:      Maintained
9044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9045 F:      Documentation/pwm.txt
9046 F:      Documentation/devicetree/bindings/pwm/
9047 F:      include/linux/pwm.h
9048 F:      drivers/pwm/
9049 F:      drivers/video/backlight/pwm_bl.c
9050 F:      include/linux/pwm_backlight.h
9051
9052 PXA2xx/PXA3xx SUPPORT
9053 M:      Daniel Mack <daniel@zonque.org>
9054 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9055 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9056 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9057 T:      git git://github.com/hzhuang1/linux.git
9058 T:      git git://github.com/rjarzmik/linux.git
9059 S:      Maintained
9060 F:      arch/arm/boot/dts/pxa*
9061 F:      arch/arm/mach-pxa/
9062 F:      drivers/dma/pxa*
9063 F:      drivers/pcmcia/pxa2xx*
9064 F:      drivers/pinctrl/pxa/
9065 F:      drivers/spi/spi-pxa2xx*
9066 F:      drivers/usb/gadget/udc/pxa2*
9067 F:      include/sound/pxa2xx-lib.h
9068 F:      sound/arm/pxa*
9069 F:      sound/soc/pxa/
9070
9071 PXA GPIO DRIVER
9072 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9073 L:      linux-gpio@vger.kernel.org
9074 S:      Maintained
9075 F:      drivers/gpio/gpio-pxa.c
9076
9077 PXA3xx NAND FLASH DRIVER
9078 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9079 L:      linux-mtd@lists.infradead.org
9080 S:      Maintained
9081 F:      drivers/mtd/nand/pxa3xx_nand.c
9082
9083 MMP SUPPORT
9084 M:      Eric Miao <eric.y.miao@gmail.com>
9085 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9086 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9087 T:      git git://github.com/hzhuang1/linux.git
9088 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
9089 S:      Maintained
9090 F:      arch/arm/boot/dts/mmp*
9091 F:      arch/arm/mach-mmp/
9092
9093 PXA MMCI DRIVER
9094 S:      Orphan
9095
9096 PXA RTC DRIVER
9097 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9098 L:      rtc-linux@googlegroups.com
9099 S:      Maintained
9100
9101 QAT DRIVER
9102 M:      Tadeusz Struk <tadeusz.struk@intel.com>
9103 L:      qat-linux@intel.com
9104 S:      Supported
9105 F:      drivers/crypto/qat/
9106
9107 QIB DRIVER
9108 M:      Mike Marciniszyn <infinipath@intel.com>
9109 L:      linux-rdma@vger.kernel.org
9110 S:      Supported
9111 F:      drivers/infiniband/hw/qib/
9112
9113 QLOGIC QLA1280 SCSI DRIVER
9114 M:      Michael Reed <mdr@sgi.com>
9115 L:      linux-scsi@vger.kernel.org
9116 S:      Maintained
9117 F:      drivers/scsi/qla1280.[ch]
9118
9119 QLOGIC QLA2XXX FC-SCSI DRIVER
9120 M:      qla2xxx-upstream@qlogic.com
9121 L:      linux-scsi@vger.kernel.org
9122 S:      Supported
9123 F:      Documentation/scsi/LICENSE.qla2xxx
9124 F:      drivers/scsi/qla2xxx/
9125
9126 QLOGIC QLA4XXX iSCSI DRIVER
9127 M:      QLogic-Storage-Upstream@qlogic.com
9128 L:      linux-scsi@vger.kernel.org
9129 S:      Supported
9130 F:      Documentation/scsi/LICENSE.qla4xxx
9131 F:      drivers/scsi/qla4xxx/
9132
9133 QLOGIC QLA3XXX NETWORK DRIVER
9134 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
9135 M:      Ron Mercer <ron.mercer@qlogic.com>
9136 M:      linux-driver@qlogic.com
9137 L:      netdev@vger.kernel.org
9138 S:      Supported
9139 F:      Documentation/networking/LICENSE.qla3xxx
9140 F:      drivers/net/ethernet/qlogic/qla3xxx.*
9141
9142 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9143 M:      Dept-GELinuxNICDev@qlogic.com
9144 L:      netdev@vger.kernel.org
9145 S:      Supported
9146 F:      drivers/net/ethernet/qlogic/qlcnic/
9147
9148 QLOGIC QLGE 10Gb ETHERNET DRIVER
9149 M:      Harish Patil <harish.patil@qlogic.com>
9150 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
9151 M:      Dept-GELinuxNICDev@qlogic.com
9152 M:      linux-driver@qlogic.com
9153 L:      netdev@vger.kernel.org
9154 S:      Supported
9155 F:      drivers/net/ethernet/qlogic/qlge/
9156
9157 QLOGIC QL4xxx ETHERNET DRIVER
9158 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
9159 M:      Ariel Elior <Ariel.Elior@qlogic.com>
9160 M:      everest-linux-l2@qlogic.com
9161 L:      netdev@vger.kernel.org
9162 S:      Supported
9163 F:      drivers/net/ethernet/qlogic/qed/
9164 F:      include/linux/qed/
9165 F:      drivers/net/ethernet/qlogic/qede/
9166
9167 QNX4 FILESYSTEM
9168 M:      Anders Larsen <al@alarsen.net>
9169 W:      http://www.alarsen.net/linux/qnx4fs/
9170 S:      Maintained
9171 F:      fs/qnx4/
9172 F:      include/uapi/linux/qnx4_fs.h
9173 F:      include/uapi/linux/qnxtypes.h
9174
9175 QT1010 MEDIA DRIVER
9176 M:      Antti Palosaari <crope@iki.fi>
9177 L:      linux-media@vger.kernel.org
9178 W:      https://linuxtv.org
9179 W:      http://palosaari.fi/linux/
9180 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9181 T:      git git://linuxtv.org/anttip/media_tree.git
9182 S:      Maintained
9183 F:      drivers/media/tuners/qt1010*
9184
9185 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9186 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9187 L:      linux-wireless@vger.kernel.org
9188 L:      ath9k-devel@lists.ath9k.org
9189 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
9190 S:      Supported
9191 F:      drivers/net/wireless/ath/ath9k/
9192
9193 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9194 M:      Kalle Valo <kvalo@qca.qualcomm.com>
9195 L:      ath10k@lists.infradead.org
9196 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
9197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9198 S:      Supported
9199 F:      drivers/net/wireless/ath/ath10k/
9200
9201 QUALCOMM HEXAGON ARCHITECTURE
9202 M:      Richard Kuo <rkuo@codeaurora.org>
9203 L:      linux-hexagon@vger.kernel.org
9204 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9205 S:      Supported
9206 F:      arch/hexagon/
9207
9208 QUALCOMM WCN36XX WIRELESS DRIVER
9209 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
9210 L:      wcn36xx@lists.infradead.org
9211 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
9212 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
9213 S:      Supported
9214 F:      drivers/net/wireless/ath/wcn36xx/
9215
9216 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9217 M:      Gabriel Somlo <somlo@cmu.edu>
9218 M:      "Michael S. Tsirkin" <mst@redhat.com>
9219 L:      qemu-devel@nongnu.org
9220 S:      Maintained
9221 F:      drivers/firmware/qemu_fw_cfg.c
9222
9223 RADOS BLOCK DEVICE (RBD)
9224 M:      Ilya Dryomov <idryomov@gmail.com>
9225 M:      Sage Weil <sage@redhat.com>
9226 M:      Alex Elder <elder@kernel.org>
9227 L:      ceph-devel@vger.kernel.org
9228 W:      http://ceph.com/
9229 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9230 T:      git git://github.com/ceph/ceph-client.git
9231 S:      Supported
9232 F:      Documentation/ABI/testing/sysfs-bus-rbd
9233 F:      drivers/block/rbd.c
9234 F:      drivers/block/rbd_types.h
9235
9236 RADEON FRAMEBUFFER DISPLAY DRIVER
9237 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
9238 L:      linux-fbdev@vger.kernel.org
9239 S:      Maintained
9240 F:      drivers/video/fbdev/aty/radeon*
9241 F:      include/uapi/linux/radeonfb.h
9242
9243 RADIOSHARK RADIO DRIVER
9244 M:      Hans de Goede <hdegoede@redhat.com>
9245 L:      linux-media@vger.kernel.org
9246 T:      git git://linuxtv.org/media_tree.git
9247 S:      Maintained
9248 F:      drivers/media/radio/radio-shark.c
9249
9250 RADIOSHARK2 RADIO DRIVER
9251 M:      Hans de Goede <hdegoede@redhat.com>
9252 L:      linux-media@vger.kernel.org
9253 T:      git git://linuxtv.org/media_tree.git
9254 S:      Maintained
9255 F:      drivers/media/radio/radio-shark2.c
9256 F:      drivers/media/radio/radio-tea5777.c
9257
9258 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9259 M:      Paul Mackerras <paulus@samba.org>
9260 L:      linux-fbdev@vger.kernel.org
9261 S:      Maintained
9262 F:      drivers/video/fbdev/aty/aty128fb.c
9263
9264 RALINK MIPS ARCHITECTURE
9265 M:      John Crispin <john@phrozen.org>
9266 L:      linux-mips@linux-mips.org
9267 S:      Maintained
9268 F:      arch/mips/ralink
9269
9270 RALINK RT2X00 WIRELESS LAN DRIVER
9271 P:      rt2x00 project
9272 M:      Stanislaw Gruszka <sgruszka@redhat.com>
9273 M:      Helmut Schaa <helmut.schaa@googlemail.com>
9274 L:      linux-wireless@vger.kernel.org
9275 S:      Maintained
9276 F:      drivers/net/wireless/ralink/rt2x00/
9277
9278 RAMDISK RAM BLOCK DEVICE DRIVER
9279 M:      Jens Axboe <axboe@kernel.dk>
9280 S:      Maintained
9281 F:      Documentation/blockdev/ramdisk.txt
9282 F:      drivers/block/brd.c
9283
9284 RANDOM NUMBER DRIVER
9285 M:      "Theodore Ts'o" <tytso@mit.edu>
9286 S:      Maintained
9287 F:      drivers/char/random.c
9288
9289 RAPIDIO SUBSYSTEM
9290 M:      Matt Porter <mporter@kernel.crashing.org>
9291 M:      Alexandre Bounine <alexandre.bounine@idt.com>
9292 S:      Maintained
9293 F:      drivers/rapidio/
9294
9295 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9296 L:      linux-wireless@vger.kernel.org
9297 S:      Orphan
9298 F:      drivers/net/wireless/ray*
9299
9300 RCUTORTURE MODULE
9301 M:      Josh Triplett <josh@joshtriplett.org>
9302 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9303 L:      linux-kernel@vger.kernel.org
9304 S:      Supported
9305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9306 F:      Documentation/RCU/torture.txt
9307 F:      kernel/rcu/rcutorture.c
9308
9309 RCUTORTURE TEST FRAMEWORK
9310 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9311 M:      Josh Triplett <josh@joshtriplett.org>
9312 R:      Steven Rostedt <rostedt@goodmis.org>
9313 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9314 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9315 L:      linux-kernel@vger.kernel.org
9316 S:      Supported
9317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9318 F:      tools/testing/selftests/rcutorture
9319
9320 RDC R-321X SoC
9321 M:      Florian Fainelli <florian@openwrt.org>
9322 S:      Maintained
9323
9324 RDC R6040 FAST ETHERNET DRIVER
9325 M:      Florian Fainelli <florian@openwrt.org>
9326 L:      netdev@vger.kernel.org
9327 S:      Maintained
9328 F:      drivers/net/ethernet/rdc/r6040.c
9329
9330 RDS - RELIABLE DATAGRAM SOCKETS
9331 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
9332 L:      netdev@vger.kernel.org
9333 L:      linux-rdma@vger.kernel.org
9334 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
9335 W:      https://oss.oracle.com/projects/rds/
9336 S:      Supported
9337 F:      net/rds/
9338 F:      Documentation/networking/rds.txt
9339
9340 RDMAVT - RDMA verbs software
9341 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
9342 L:      linux-rdma@vger.kernel.org
9343 S:      Supported
9344 F:      drivers/infiniband/sw/rdmavt
9345
9346 READ-COPY UPDATE (RCU)
9347 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9348 M:      Josh Triplett <josh@joshtriplett.org>
9349 R:      Steven Rostedt <rostedt@goodmis.org>
9350 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9351 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9352 L:      linux-kernel@vger.kernel.org
9353 W:      http://www.rdrop.com/users/paulmck/RCU/
9354 S:      Supported
9355 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9356 F:      Documentation/RCU/
9357 X:      Documentation/RCU/torture.txt
9358 F:      include/linux/rcu*
9359 X:      include/linux/srcu.h
9360 F:      kernel/rcu/
9361 X:      kernel/torture.c
9362
9363 REAL TIME CLOCK (RTC) SUBSYSTEM
9364 M:      Alessandro Zummo <a.zummo@towertech.it>
9365 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
9366 L:      rtc-linux@googlegroups.com
9367 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
9368 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9369 S:      Maintained
9370 F:      Documentation/rtc.txt
9371 F:      drivers/rtc/
9372 F:      include/linux/rtc.h
9373 F:      include/uapi/linux/rtc.h
9374
9375 REALTEK AUDIO CODECS
9376 M:      Bard Liao <bardliao@realtek.com>
9377 M:      Oder Chiou <oder_chiou@realtek.com>
9378 S:      Maintained
9379 F:      sound/soc/codecs/rt*
9380 F:      include/sound/rt*.h
9381
9382 REISERFS FILE SYSTEM
9383 L:      reiserfs-devel@vger.kernel.org
9384 S:      Supported
9385 F:      fs/reiserfs/
9386
9387 REGISTER MAP ABSTRACTION
9388 M:      Mark Brown <broonie@kernel.org>
9389 L:      linux-kernel@vger.kernel.org
9390 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9391 S:      Supported
9392 F:      drivers/base/regmap/
9393 F:      include/linux/regmap.h
9394
9395 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9396 M:      Ohad Ben-Cohen <ohad@wizery.com>
9397 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9398 L:      linux-remoteproc@vger.kernel.org
9399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9400 S:      Maintained
9401 F:      drivers/remoteproc/
9402 F:      Documentation/remoteproc.txt
9403 F:      include/linux/remoteproc.h
9404
9405 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9406 M:      Ohad Ben-Cohen <ohad@wizery.com>
9407 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9408 L:      linux-remoteproc@vger.kernel.org
9409 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9410 S:      Maintained
9411 F:      drivers/rpmsg/
9412 F:      Documentation/rpmsg.txt
9413 F:      include/linux/rpmsg.h
9414
9415 RENESAS ETHERNET DRIVERS
9416 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9417 L:      netdev@vger.kernel.org
9418 L:      linux-renesas-soc@vger.kernel.org
9419 F:      drivers/net/ethernet/renesas/
9420 F:      include/linux/sh_eth.h
9421
9422 RENESAS USB2 PHY DRIVER
9423 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9424 L:      linux-renesas-soc@vger.kernel.org
9425 S:      Maintained
9426 F:      drivers/phy/phy-rcar-gen3-usb2.c
9427
9428 RESET CONTROLLER FRAMEWORK
9429 M:      Philipp Zabel <p.zabel@pengutronix.de>
9430 T:      git git://git.pengutronix.de/git/pza/linux
9431 S:      Maintained
9432 F:      drivers/reset/
9433 F:      Documentation/devicetree/bindings/reset/
9434 F:      include/dt-bindings/reset/
9435 F:      include/linux/reset.h
9436 F:      include/linux/reset-controller.h
9437
9438 RFKILL
9439 M:      Johannes Berg <johannes@sipsolutions.net>
9440 L:      linux-wireless@vger.kernel.org
9441 W:      http://wireless.kernel.org/
9442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9444 S:      Maintained
9445 F:      Documentation/rfkill.txt
9446 F:      net/rfkill/
9447
9448 RHASHTABLE
9449 M:      Thomas Graf <tgraf@suug.ch>
9450 L:      netdev@vger.kernel.org
9451 S:      Maintained
9452 F:      lib/rhashtable.c
9453 F:      include/linux/rhashtable.h
9454
9455 RICOH SMARTMEDIA/XD DRIVER
9456 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9457 S:      Maintained
9458 F:      drivers/mtd/nand/r852.c
9459 F:      drivers/mtd/nand/r852.h
9460
9461 RICOH R5C592 MEMORYSTICK DRIVER
9462 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9463 S:      Maintained
9464 F:      drivers/memstick/host/r592.*
9465
9466 ROCCAT DRIVERS
9467 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
9468 W:      http://sourceforge.net/projects/roccat/
9469 S:      Maintained
9470 F:      drivers/hid/hid-roccat*
9471 F:      include/linux/hid-roccat*
9472 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
9473
9474 ROCKER DRIVER
9475 M:      Jiri Pirko <jiri@resnulli.us>
9476 M:      Scott Feldman <sfeldma@gmail.com>
9477 L:      netdev@vger.kernel.org
9478 S:      Supported
9479 F:      drivers/net/ethernet/rocker/
9480
9481 ROCKETPORT DRIVER
9482 P:      Comtrol Corp.
9483 W:      http://www.comtrol.com
9484 S:      Maintained
9485 F:      Documentation/serial/rocket.txt
9486 F:      drivers/tty/rocket*
9487
9488 ROCKETPORT EXPRESS/INFINITY DRIVER
9489 M:      Kevin Cernekee <cernekee@gmail.com>
9490 L:      linux-serial@vger.kernel.org
9491 S:      Odd Fixes
9492 F:      drivers/tty/serial/rp2.*
9493
9494 ROSE NETWORK LAYER
9495 M:      Ralf Baechle <ralf@linux-mips.org>
9496 L:      linux-hams@vger.kernel.org
9497 W:      http://www.linux-ax25.org/
9498 S:      Maintained
9499 F:      include/net/rose.h
9500 F:      include/uapi/linux/rose.h
9501 F:      net/rose/
9502
9503 RTL2830 MEDIA DRIVER
9504 M:      Antti Palosaari <crope@iki.fi>
9505 L:      linux-media@vger.kernel.org
9506 W:      https://linuxtv.org
9507 W:      http://palosaari.fi/linux/
9508 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9509 T:      git git://linuxtv.org/anttip/media_tree.git
9510 S:      Maintained
9511 F:      drivers/media/dvb-frontends/rtl2830*
9512
9513 RTL2832 MEDIA DRIVER
9514 M:      Antti Palosaari <crope@iki.fi>
9515 L:      linux-media@vger.kernel.org
9516 W:      https://linuxtv.org
9517 W:      http://palosaari.fi/linux/
9518 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9519 T:      git git://linuxtv.org/anttip/media_tree.git
9520 S:      Maintained
9521 F:      drivers/media/dvb-frontends/rtl2832*
9522
9523 RTL2832_SDR MEDIA DRIVER
9524 M:      Antti Palosaari <crope@iki.fi>
9525 L:      linux-media@vger.kernel.org
9526 W:      https://linuxtv.org
9527 W:      http://palosaari.fi/linux/
9528 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9529 T:      git git://linuxtv.org/anttip/media_tree.git
9530 S:      Maintained
9531 F:      drivers/media/dvb-frontends/rtl2832_sdr*
9532
9533 RTL8180 WIRELESS DRIVER
9534 L:      linux-wireless@vger.kernel.org
9535 W:      http://wireless.kernel.org/
9536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9537 S:      Orphan
9538 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
9539
9540 RTL8187 WIRELESS DRIVER
9541 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9542 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
9543 M:      Larry Finger <Larry.Finger@lwfinger.net>
9544 L:      linux-wireless@vger.kernel.org
9545 W:      http://wireless.kernel.org/
9546 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9547 S:      Maintained
9548 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
9549
9550 RTL8192CE WIRELESS DRIVER
9551 M:      Larry Finger <Larry.Finger@lwfinger.net>
9552 M:      Chaoming Li <chaoming_li@realsil.com.cn>
9553 L:      linux-wireless@vger.kernel.org
9554 W:      http://wireless.kernel.org/
9555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9556 S:      Maintained
9557 F:      drivers/net/wireless/realtek/rtlwifi/
9558 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9559
9560 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9561 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9562 L:      linux-wireless@vger.kernel.org
9563 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
9564 S:      Maintained
9565 F:      drivers/net/wireless/realtek/rtl8xxxu/
9566
9567 S3 SAVAGE FRAMEBUFFER DRIVER
9568 M:      Antonino Daplas <adaplas@gmail.com>
9569 L:      linux-fbdev@vger.kernel.org
9570 S:      Maintained
9571 F:      drivers/video/fbdev/savage/
9572
9573 S390
9574 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
9575 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
9576 L:      linux-s390@vger.kernel.org
9577 W:      http://www.ibm.com/developerworks/linux/linux390/
9578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9579 S:      Supported
9580 F:      arch/s390/
9581 F:      drivers/s390/
9582 F:      Documentation/s390/
9583 F:      Documentation/DocBook/s390*
9584
9585 S390 COMMON I/O LAYER
9586 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9587 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9588 L:      linux-s390@vger.kernel.org
9589 W:      http://www.ibm.com/developerworks/linux/linux390/
9590 S:      Supported
9591 F:      drivers/s390/cio/
9592
9593 S390 DASD DRIVER
9594 M:      Stefan Weinhuber <wein@de.ibm.com>
9595 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
9596 L:      linux-s390@vger.kernel.org
9597 W:      http://www.ibm.com/developerworks/linux/linux390/
9598 S:      Supported
9599 F:      drivers/s390/block/dasd*
9600 F:      block/partitions/ibm.c
9601
9602 S390 NETWORK DRIVERS
9603 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9604 L:      linux-s390@vger.kernel.org
9605 W:      http://www.ibm.com/developerworks/linux/linux390/
9606 S:      Supported
9607 F:      drivers/s390/net/
9608
9609 S390 PCI SUBSYSTEM
9610 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9611 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9612 L:      linux-s390@vger.kernel.org
9613 W:      http://www.ibm.com/developerworks/linux/linux390/
9614 S:      Supported
9615 F:      arch/s390/pci/
9616 F:      drivers/pci/hotplug/s390_pci_hpc.c
9617
9618 S390 ZCRYPT DRIVER
9619 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9620 L:      linux-s390@vger.kernel.org
9621 W:      http://www.ibm.com/developerworks/linux/linux390/
9622 S:      Supported
9623 F:      drivers/s390/crypto/
9624
9625 S390 ZFCP DRIVER
9626 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9627 L:      linux-s390@vger.kernel.org
9628 W:      http://www.ibm.com/developerworks/linux/linux390/
9629 S:      Supported
9630 F:      drivers/s390/scsi/zfcp_*
9631
9632 S390 IUCV NETWORK LAYER
9633 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9634 L:      linux-s390@vger.kernel.org
9635 W:      http://www.ibm.com/developerworks/linux/linux390/
9636 S:      Supported
9637 F:      drivers/s390/net/*iucv*
9638 F:      include/net/iucv/
9639 F:      net/iucv/
9640
9641 S390 IOMMU (PCI)
9642 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9643 L:      linux-s390@vger.kernel.org
9644 W:      http://www.ibm.com/developerworks/linux/linux390/
9645 S:      Supported
9646 F:      drivers/iommu/s390-iommu.c
9647
9648 S3C24XX SD/MMC Driver
9649 M:      Ben Dooks <ben-linux@fluff.org>
9650 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9651 S:      Supported
9652 F:      drivers/mmc/host/s3cmci.*
9653
9654 SAA6588 RDS RECEIVER DRIVER
9655 M:      Hans Verkuil <hverkuil@xs4all.nl>
9656 L:      linux-media@vger.kernel.org
9657 T:      git git://linuxtv.org/media_tree.git
9658 W:      https://linuxtv.org
9659 S:      Odd Fixes
9660 F:      drivers/media/i2c/saa6588*
9661
9662 SAA7134 VIDEO4LINUX DRIVER
9663 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9664 L:      linux-media@vger.kernel.org
9665 W:      https://linuxtv.org
9666 T:      git git://linuxtv.org/media_tree.git
9667 S:      Odd fixes
9668 F:      Documentation/video4linux/*.saa7134
9669 F:      drivers/media/pci/saa7134/
9670
9671 SAA7146 VIDEO4LINUX-2 DRIVER
9672 M:      Hans Verkuil <hverkuil@xs4all.nl>
9673 L:      linux-media@vger.kernel.org
9674 T:      git git://linuxtv.org/media_tree.git
9675 S:      Maintained
9676 F:      drivers/media/common/saa7146/
9677 F:      drivers/media/pci/saa7146/
9678 F:      include/media/saa7146*
9679
9680 SAMSUNG LAPTOP DRIVER
9681 M:      Corentin Chary <corentin.chary@gmail.com>
9682 L:      platform-driver-x86@vger.kernel.org
9683 S:      Maintained
9684 F:      drivers/platform/x86/samsung-laptop.c
9685
9686 SAMSUNG AUDIO (ASoC) DRIVERS
9687 M:      Sangbeom Kim <sbkim73@samsung.com>
9688 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9689 S:      Supported
9690 F:      sound/soc/samsung/
9691
9692 SAMSUNG FRAMEBUFFER DRIVER
9693 M:      Jingoo Han <jingoohan1@gmail.com>
9694 L:      linux-fbdev@vger.kernel.org
9695 S:      Maintained
9696 F:      drivers/video/fbdev/s3c-fb.c
9697
9698 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9699 M:      Sangbeom Kim <sbkim73@samsung.com>
9700 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9701 L:      linux-kernel@vger.kernel.org
9702 L:      linux-samsung-soc@vger.kernel.org
9703 S:      Supported
9704 F:      drivers/mfd/sec*.c
9705 F:      drivers/regulator/s2m*.c
9706 F:      drivers/regulator/s5m*.c
9707 F:      drivers/clk/clk-s2mps11.c
9708 F:      drivers/rtc/rtc-s5m.c
9709 F:      include/linux/mfd/samsung/
9710 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9711 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9712 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9713 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9714
9715 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9716 M:      Kyungmin Park <kyungmin.park@samsung.com>
9717 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9718 L:      linux-media@vger.kernel.org
9719 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9720 S:      Supported
9721 F:      drivers/media/platform/exynos4-is/
9722
9723 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9724 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9725 L:      linux-media@vger.kernel.org
9726 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9727 S:      Maintained
9728 F:      drivers/media/platform/s3c-camif/
9729 F:      include/media/drv-intf/s3c_camif.h
9730
9731 SAMSUNG S5C73M3 CAMERA DRIVER
9732 M:      Kyungmin Park <kyungmin.park@samsung.com>
9733 M:      Andrzej Hajda <a.hajda@samsung.com>
9734 L:      linux-media@vger.kernel.org
9735 S:      Supported
9736 F:      drivers/media/i2c/s5c73m3/*
9737
9738 SAMSUNG S5K5BAF CAMERA DRIVER
9739 M:      Kyungmin Park <kyungmin.park@samsung.com>
9740 M:      Andrzej Hajda <a.hajda@samsung.com>
9741 L:      linux-media@vger.kernel.org
9742 S:      Supported
9743 F:      drivers/media/i2c/s5k5baf.c
9744
9745 SAMSUNG S3FWRN5 NFC DRIVER
9746 M:      Robert Baldyga <r.baldyga@samsung.com>
9747 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
9748 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9749 S:      Supported
9750 F:      drivers/nfc/s3fwrn5
9751
9752 SAMSUNG SOC CLOCK DRIVERS
9753 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9754 M:      Tomasz Figa <tomasz.figa@gmail.com>
9755 S:      Supported
9756 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9757 F:      drivers/clk/samsung/
9758
9759 SAMSUNG SXGBE DRIVERS
9760 M:      Byungho An <bh74.an@samsung.com>
9761 M:      Girish K S <ks.giri@samsung.com>
9762 M:      Vipul Pandya <vipul.pandya@samsung.com>
9763 S:      Supported
9764 L:      netdev@vger.kernel.org
9765 F:      drivers/net/ethernet/samsung/sxgbe/
9766
9767 SAMSUNG THERMAL DRIVER
9768 M:      Lukasz Majewski <l.majewski@samsung.com>
9769 L:      linux-pm@vger.kernel.org
9770 L:      linux-samsung-soc@vger.kernel.org
9771 S:      Supported
9772 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
9773 F:      drivers/thermal/samsung/
9774
9775 SAMSUNG USB2 PHY DRIVER
9776 M:      Kamil Debski <k.debski@samsung.com>
9777 L:      linux-kernel@vger.kernel.org
9778 S:      Supported
9779 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9780 F:      Documentation/phy/samsung-usb2.txt
9781 F:      drivers/phy/phy-exynos4210-usb2.c
9782 F:      drivers/phy/phy-exynos4x12-usb2.c
9783 F:      drivers/phy/phy-exynos5250-usb2.c
9784 F:      drivers/phy/phy-s5pv210-usb2.c
9785 F:      drivers/phy/phy-samsung-usb2.c
9786 F:      drivers/phy/phy-samsung-usb2.h
9787
9788 SERIAL DRIVERS
9789 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9790 L:      linux-serial@vger.kernel.org
9791 S:      Maintained
9792 F:      drivers/tty/serial/
9793
9794 SYNOPSYS DESIGNWARE DMAC DRIVER
9795 M:      Viresh Kumar <vireshk@kernel.org>
9796 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9797 S:      Maintained
9798 F:      include/linux/dma/dw.h
9799 F:      include/linux/platform_data/dma-dw.h
9800 F:      drivers/dma/dw/
9801
9802 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9803 M: Lars Persson <lars.persson@axis.com>
9804 L: netdev@vger.kernel.org
9805 S: Supported
9806 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9807 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9808
9809 SYNOPSYS DESIGNWARE I2C DRIVER
9810 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9811 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9812 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
9813 L:      linux-i2c@vger.kernel.org
9814 S:      Maintained
9815 F:      drivers/i2c/busses/i2c-designware-*
9816 F:      include/linux/platform_data/i2c-designware.h
9817
9818 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9819 M:      Jaehoon Chung <jh80.chung@samsung.com>
9820 L:      linux-mmc@vger.kernel.org
9821 S:      Maintained
9822 F:      include/linux/mmc/dw_mmc.h
9823 F:      drivers/mmc/host/dw_mmc*
9824
9825 SYSTEM TRACE MODULE CLASS
9826 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9827 S:      Maintained
9828 F:      Documentation/trace/stm.txt
9829 F:      drivers/hwtracing/stm/
9830 F:      include/linux/stm.h
9831 F:      include/uapi/linux/stm.h
9832
9833 THUNDERBOLT DRIVER
9834 M:      Andreas Noever <andreas.noever@gmail.com>
9835 S:      Maintained
9836 F:      drivers/thunderbolt/
9837
9838 TI BQ27XXX POWER SUPPLY DRIVER
9839 R:      Andrew F. Davis <afd@ti.com>
9840 F:      include/linux/power/bq27xxx_battery.h
9841 F:      drivers/power/bq27xxx_battery.c
9842 F:      drivers/power/bq27xxx_battery_i2c.c
9843
9844 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
9845 M:      John Stultz <john.stultz@linaro.org>
9846 M:      Thomas Gleixner <tglx@linutronix.de>
9847 L:      linux-kernel@vger.kernel.org
9848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9849 S:      Supported
9850 F:      include/linux/clocksource.h
9851 F:      include/linux/time.h
9852 F:      include/linux/timex.h
9853 F:      include/uapi/linux/time.h
9854 F:      include/uapi/linux/timex.h
9855 F:      kernel/time/clocksource.c
9856 F:      kernel/time/time*.c
9857 F:      kernel/time/alarmtimer.c
9858 F:      kernel/time/ntp.c
9859 F:      tools/testing/selftests/timers/
9860
9861 SC1200 WDT DRIVER
9862 M:      Zwane Mwaikambo <zwanem@gmail.com>
9863 S:      Maintained
9864 F:      drivers/watchdog/sc1200wdt.c
9865
9866 SCHEDULER
9867 M:      Ingo Molnar <mingo@redhat.com>
9868 M:      Peter Zijlstra <peterz@infradead.org>
9869 L:      linux-kernel@vger.kernel.org
9870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9871 S:      Maintained
9872 F:      kernel/sched/
9873 F:      include/linux/sched.h
9874 F:      include/uapi/linux/sched.h
9875 F:      include/linux/wait.h
9876
9877 SCORE ARCHITECTURE
9878 M:      Chen Liqin <liqin.linux@gmail.com>
9879 M:      Lennox Wu <lennox.wu@gmail.com>
9880 W:      http://www.sunplus.com
9881 S:      Supported
9882 F:      arch/score/
9883
9884 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9885 M:      Sudeep Holla <sudeep.holla@arm.com>
9886 L:      linux-arm-kernel@lists.infradead.org
9887 S:      Maintained
9888 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
9889 F:      drivers/clk/clk-scpi.c
9890 F:      drivers/cpufreq/scpi-cpufreq.c
9891 F:      drivers/firmware/arm_scpi.c
9892 F:      include/linux/scpi_protocol.h
9893
9894 SCSI CDROM DRIVER
9895 M:      Jens Axboe <axboe@kernel.dk>
9896 L:      linux-scsi@vger.kernel.org
9897 W:      http://www.kernel.dk
9898 S:      Maintained
9899 F:      drivers/scsi/sr*
9900
9901 SCSI RDMA PROTOCOL (SRP) INITIATOR
9902 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9903 L:      linux-rdma@vger.kernel.org
9904 S:      Supported
9905 W:      http://www.openfabrics.org
9906 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9907 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9908 F:      drivers/infiniband/ulp/srp/
9909 F:      include/scsi/srp.h
9910
9911 SCSI SG DRIVER
9912 M:      Doug Gilbert <dgilbert@interlog.com>
9913 L:      linux-scsi@vger.kernel.org
9914 W:      http://sg.danny.cz/sg
9915 S:      Maintained
9916 F:      Documentation/scsi/scsi-generic.txt
9917 F:      drivers/scsi/sg.c
9918 F:      include/scsi/sg.h
9919
9920 SCSI SUBSYSTEM
9921 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
9922 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9923 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
9924 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9925 L:      linux-scsi@vger.kernel.org
9926 S:      Maintained
9927 F:      drivers/scsi/
9928 F:      include/scsi/
9929
9930 SCSI TAPE DRIVER
9931 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9932 L:      linux-scsi@vger.kernel.org
9933 S:      Maintained
9934 F:      Documentation/scsi/st.txt
9935 F:      drivers/scsi/st.*
9936 F:      drivers/scsi/st_*.h
9937
9938 SCTP PROTOCOL
9939 M:      Vlad Yasevich <vyasevich@gmail.com>
9940 M:      Neil Horman <nhorman@tuxdriver.com>
9941 L:      linux-sctp@vger.kernel.org
9942 W:      http://lksctp.sourceforge.net
9943 S:      Maintained
9944 F:      Documentation/networking/sctp.txt
9945 F:      include/linux/sctp.h
9946 F:      include/uapi/linux/sctp.h
9947 F:      include/net/sctp/
9948 F:      net/sctp/
9949
9950 SCx200 CPU SUPPORT
9951 M:      Jim Cromie <jim.cromie@gmail.com>
9952 S:      Odd Fixes
9953 F:      Documentation/i2c/busses/scx200_acb
9954 F:      arch/x86/platform/scx200/
9955 F:      drivers/watchdog/scx200_wdt.c
9956 F:      drivers/i2c/busses/scx200*
9957 F:      drivers/mtd/maps/scx200_docflash.c
9958 F:      include/linux/scx200.h
9959
9960 SCx200 GPIO DRIVER
9961 M:      Jim Cromie <jim.cromie@gmail.com>
9962 S:      Maintained
9963 F:      drivers/char/scx200_gpio.c
9964 F:      include/linux/scx200_gpio.h
9965
9966 SCx200 HRT CLOCKSOURCE DRIVER
9967 M:      Jim Cromie <jim.cromie@gmail.com>
9968 S:      Maintained
9969 F:      drivers/clocksource/scx200_hrt.c
9970
9971 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9972 M:      Sascha Sommer <saschasommer@freenet.de>
9973 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9974 S:      Maintained
9975 F:      drivers/mmc/host/sdricoh_cs.c
9976
9977 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9978 M:      Adrian Hunter <adrian.hunter@intel.com>
9979 L:      linux-mmc@vger.kernel.org
9980 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
9981 S:      Maintained
9982 F:      drivers/mmc/host/sdhci*
9983 F:      include/linux/mmc/sdhci*
9984
9985 SECURE COMPUTING
9986 M:      Kees Cook <keescook@chromium.org>
9987 R:      Andy Lutomirski <luto@amacapital.net>
9988 R:      Will Drewry <wad@chromium.org>
9989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9990 S:      Supported
9991 F:      kernel/seccomp.c
9992 F:      include/uapi/linux/seccomp.h
9993 F:      include/linux/seccomp.h
9994 F:      tools/testing/selftests/seccomp/*
9995 K:      \bsecure_computing
9996 K:      \bTIF_SECCOMP\b
9997
9998 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9999 M:      Ben Dooks <ben-linux@fluff.org>
10000 M:      Jaehoon Chung <jh80.chung@samsung.com>
10001 L:      linux-mmc@vger.kernel.org
10002 S:      Maintained
10003 F:      drivers/mmc/host/sdhci-s3c*
10004
10005 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10006 M:      Viresh Kumar <vireshk@kernel.org>
10007 L:      spear-devel@list.st.com
10008 L:      linux-mmc@vger.kernel.org
10009 S:      Maintained
10010 F:      drivers/mmc/host/sdhci-spear.c
10011
10012 SECURITY SUBSYSTEM
10013 M:      James Morris <james.l.morris@oracle.com>
10014 M:      "Serge E. Hallyn" <serge@hallyn.com>
10015 L:      linux-security-module@vger.kernel.org (suggested Cc:)
10016 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10017 W:      http://kernsec.org/
10018 S:      Supported
10019 F:      security/
10020
10021 SECURITY CONTACT
10022 M:      Security Officers <security@kernel.org>
10023 S:      Supported
10024
10025 SELINUX SECURITY MODULE
10026 M:      Paul Moore <paul@paul-moore.com>
10027 M:      Stephen Smalley <sds@tycho.nsa.gov>
10028 M:      Eric Paris <eparis@parisplace.org>
10029 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
10030 W:      http://selinuxproject.org
10031 T:      git git://git.infradead.org/users/pcmoore/selinux
10032 S:      Supported
10033 F:      include/linux/selinux*
10034 F:      security/selinux/
10035 F:      scripts/selinux/
10036
10037 APPARMOR SECURITY MODULE
10038 M:      John Johansen <john.johansen@canonical.com>
10039 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10040 W:      apparmor.wiki.kernel.org
10041 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10042 S:      Supported
10043 F:      security/apparmor/
10044
10045 LOADPIN SECURITY MODULE
10046 M:      Kees Cook <keescook@chromium.org>
10047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10048 S:      Supported
10049 F:      security/loadpin/
10050
10051 YAMA SECURITY MODULE
10052 M:      Kees Cook <keescook@chromium.org>
10053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10054 S:      Supported
10055 F:      security/yama/
10056
10057 SENSABLE PHANTOM
10058 M:      Jiri Slaby <jirislaby@gmail.com>
10059 S:      Maintained
10060 F:      drivers/misc/phantom.c
10061 F:      include/uapi/linux/phantom.h
10062
10063 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
10064 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
10065 M:      Ketan Mukadam <ketan.mukadam@avagotech.com>
10066 M:      John Soni Jose <sony.john@avagotech.com>
10067 L:      linux-scsi@vger.kernel.org
10068 W:      http://www.avagotech.com
10069 S:      Supported
10070 F:      drivers/scsi/be2iscsi/
10071
10072 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
10073 M:      Sathya Perla <sathya.perla@broadcom.com>
10074 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
10075 M:      Padmanabh Ratnakar <padmanabh.ratnakar@broadcom.com>
10076 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10077 M:      Somnath Kotur <somnath.kotur@broadcom.com>
10078 L:      netdev@vger.kernel.org
10079 W:      http://www.emulex.com
10080 S:      Supported
10081 F:      drivers/net/ethernet/emulex/benet/
10082
10083 EMULEX ONECONNECT ROCE DRIVER
10084 M:      Selvin Xavier <selvin.xavier@avagotech.com>
10085 M:      Devesh Sharma <devesh.sharma@avagotech.com>
10086 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10087 L:      linux-rdma@vger.kernel.org
10088 W:      http://www.emulex.com
10089 S:      Supported
10090 F:      drivers/infiniband/hw/ocrdma/
10091
10092 SFC NETWORK DRIVER
10093 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10094 M:      Edward Cree <ecree@solarflare.com>
10095 M:      Bert Kenward <bkenward@solarflare.com>
10096 L:      netdev@vger.kernel.org
10097 S:      Supported
10098 F:      drivers/net/ethernet/sfc/
10099
10100 SGI GRU DRIVER
10101 M:      Dimitri Sivanich <sivanich@sgi.com>
10102 S:      Maintained
10103 F:      drivers/misc/sgi-gru/
10104
10105 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10106 M:      Pat Gefre <pfg@sgi.com>
10107 L:      linux-ia64@vger.kernel.org
10108 S:      Supported
10109 F:      Documentation/ia64/serial.txt
10110 F:      drivers/tty/serial/ioc?_serial.c
10111 F:      include/linux/ioc?.h
10112
10113 SGI XP/XPC/XPNET DRIVER
10114 M:      Cliff Whickman <cpw@sgi.com>
10115 M:      Robin Holt <robinmholt@gmail.com>
10116 S:      Maintained
10117 F:      drivers/misc/sgi-xp/
10118
10119 SI2157 MEDIA DRIVER
10120 M:      Antti Palosaari <crope@iki.fi>
10121 L:      linux-media@vger.kernel.org
10122 W:      https://linuxtv.org
10123 W:      http://palosaari.fi/linux/
10124 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10125 T:      git git://linuxtv.org/anttip/media_tree.git
10126 S:      Maintained
10127 F:      drivers/media/tuners/si2157*
10128
10129 SI2168 MEDIA DRIVER
10130 M:      Antti Palosaari <crope@iki.fi>
10131 L:      linux-media@vger.kernel.org
10132 W:      https://linuxtv.org
10133 W:      http://palosaari.fi/linux/
10134 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10135 T:      git git://linuxtv.org/anttip/media_tree.git
10136 S:      Maintained
10137 F:      drivers/media/dvb-frontends/si2168*
10138
10139 SI470X FM RADIO RECEIVER I2C DRIVER
10140 M:      Hans Verkuil <hverkuil@xs4all.nl>
10141 L:      linux-media@vger.kernel.org
10142 T:      git git://linuxtv.org/media_tree.git
10143 W:      https://linuxtv.org
10144 S:      Odd Fixes
10145 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
10146
10147 SI470X FM RADIO RECEIVER USB DRIVER
10148 M:      Hans Verkuil <hverkuil@xs4all.nl>
10149 L:      linux-media@vger.kernel.org
10150 T:      git git://linuxtv.org/media_tree.git
10151 W:      https://linuxtv.org
10152 S:      Maintained
10153 F:      drivers/media/radio/si470x/radio-si470x-common.c
10154 F:      drivers/media/radio/si470x/radio-si470x.h
10155 F:      drivers/media/radio/si470x/radio-si470x-usb.c
10156
10157 SI4713 FM RADIO TRANSMITTER I2C DRIVER
10158 M:      Eduardo Valentin <edubezval@gmail.com>
10159 L:      linux-media@vger.kernel.org
10160 T:      git git://linuxtv.org/media_tree.git
10161 W:      https://linuxtv.org
10162 S:      Odd Fixes
10163 F:      drivers/media/radio/si4713/si4713.?
10164
10165 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10166 M:      Eduardo Valentin <edubezval@gmail.com>
10167 L:      linux-media@vger.kernel.org
10168 T:      git git://linuxtv.org/media_tree.git
10169 W:      https://linuxtv.org
10170 S:      Odd Fixes
10171 F:      drivers/media/radio/si4713/radio-platform-si4713.c
10172
10173 SI4713 FM RADIO TRANSMITTER USB DRIVER
10174 M:      Hans Verkuil <hverkuil@xs4all.nl>
10175 L:      linux-media@vger.kernel.org
10176 T:      git git://linuxtv.org/media_tree.git
10177 W:      https://linuxtv.org
10178 S:      Maintained
10179 F:      drivers/media/radio/si4713/radio-usb-si4713.c
10180
10181 SIANO DVB DRIVER
10182 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10183 L:      linux-media@vger.kernel.org
10184 W:      https://linuxtv.org
10185 T:      git git://linuxtv.org/media_tree.git
10186 S:      Odd fixes
10187 F:      drivers/media/common/siano/
10188 F:      drivers/media/usb/siano/
10189 F:      drivers/media/usb/siano/
10190 F:      drivers/media/mmc/siano/
10191
10192 SIMPLEFB FB DRIVER
10193 M:      Hans de Goede <hdegoede@redhat.com>
10194 L:      linux-fbdev@vger.kernel.org
10195 S:      Maintained
10196 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
10197 F:      drivers/video/fbdev/simplefb.c
10198 F:      include/linux/platform_data/simplefb.h
10199
10200 SH_VEU V4L2 MEM2MEM DRIVER
10201 L:      linux-media@vger.kernel.org
10202 S:      Orphan
10203 F:      drivers/media/platform/sh_veu.c
10204
10205 SH_VOU V4L2 OUTPUT DRIVER
10206 L:      linux-media@vger.kernel.org
10207 S:      Orphan
10208 F:      drivers/media/platform/sh_vou.c
10209 F:      include/media/drv-intf/sh_vou.h
10210
10211 SIMPLE FIRMWARE INTERFACE (SFI)
10212 M:      Len Brown <lenb@kernel.org>
10213 L:      sfi-devel@simplefirmware.org
10214 W:      http://simplefirmware.org/
10215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10216 S:      Supported
10217 F:      arch/x86/platform/sfi/
10218 F:      drivers/sfi/
10219 F:      include/linux/sfi*.h
10220
10221 SIMTEC EB110ATX (Chalice CATS)
10222 P:      Ben Dooks
10223 P:      Vincent Sanders <vince@simtec.co.uk>
10224 M:      Simtec Linux Team <linux@simtec.co.uk>
10225 W:      http://www.simtec.co.uk/products/EB110ATX/
10226 S:      Supported
10227
10228 SIMTEC EB2410ITX (BAST)
10229 P:      Ben Dooks
10230 P:      Vincent Sanders <vince@simtec.co.uk>
10231 M:      Simtec Linux Team <linux@simtec.co.uk>
10232 W:      http://www.simtec.co.uk/products/EB2410ITX/
10233 S:      Supported
10234 F:      arch/arm/mach-s3c24xx/mach-bast.c
10235 F:      arch/arm/mach-s3c24xx/bast-ide.c
10236 F:      arch/arm/mach-s3c24xx/bast-irq.c
10237
10238 TI DAVINCI MACHINE SUPPORT
10239 M:      Sekhar Nori <nsekhar@ti.com>
10240 M:      Kevin Hilman <khilman@kernel.org>
10241 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10242 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
10243 S:      Supported
10244 F:      arch/arm/mach-davinci/
10245 F:      drivers/i2c/busses/i2c-davinci.c
10246
10247 TI DAVINCI SERIES MEDIA DRIVER
10248 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10249 L:      linux-media@vger.kernel.org
10250 W:      https://linuxtv.org
10251 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10252 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10253 S:      Maintained
10254 F:      drivers/media/platform/davinci/
10255 F:      include/media/davinci/
10256
10257 TI AM437X VPFE DRIVER
10258 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10259 L:      linux-media@vger.kernel.org
10260 W:      https://linuxtv.org
10261 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10262 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10263 S:      Maintained
10264 F:      drivers/media/platform/am437x/
10265
10266 OV2659 OMNIVISION SENSOR DRIVER
10267 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10268 L:      linux-media@vger.kernel.org
10269 W:      https://linuxtv.org
10270 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10271 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10272 S:      Maintained
10273 F:      drivers/media/i2c/ov2659.c
10274 F:      include/media/i2c/ov2659.h
10275
10276 SILICON MOTION SM712 FRAME BUFFER DRIVER
10277 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10278 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10279 M:      Sudip Mukherjee <sudip@vectorindia.org>
10280 L:      linux-fbdev@vger.kernel.org
10281 S:      Maintained
10282 F:      drivers/video/fbdev/sm712*
10283 F:      Documentation/fb/sm712fb.txt
10284
10285 SIS 190 ETHERNET DRIVER
10286 M:      Francois Romieu <romieu@fr.zoreil.com>
10287 L:      netdev@vger.kernel.org
10288 S:      Maintained
10289 F:      drivers/net/ethernet/sis/sis190.c
10290
10291 SIS 900/7016 FAST ETHERNET DRIVER
10292 M:      Daniele Venzano <venza@brownhat.org>
10293 W:      http://www.brownhat.org/sis900.html
10294 L:      netdev@vger.kernel.org
10295 S:      Maintained
10296 F:      drivers/net/ethernet/sis/sis900.*
10297
10298 SIS FRAMEBUFFER DRIVER
10299 M:      Thomas Winischhofer <thomas@winischhofer.net>
10300 W:      http://www.winischhofer.net/linuxsisvga.shtml
10301 S:      Maintained
10302 F:      Documentation/fb/sisfb.txt
10303 F:      drivers/video/fbdev/sis/
10304 F:      include/video/sisfb.h
10305
10306 SIS USB2VGA DRIVER
10307 M:      Thomas Winischhofer <thomas@winischhofer.net>
10308 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
10309 S:      Maintained
10310 F:      drivers/usb/misc/sisusbvga/
10311
10312 SLAB ALLOCATOR
10313 M:      Christoph Lameter <cl@linux.com>
10314 M:      Pekka Enberg <penberg@kernel.org>
10315 M:      David Rientjes <rientjes@google.com>
10316 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
10317 M:      Andrew Morton <akpm@linux-foundation.org>
10318 L:      linux-mm@kvack.org
10319 S:      Maintained
10320 F:      include/linux/sl?b*.h
10321 F:      mm/sl?b*
10322
10323 SLEEPABLE READ-COPY UPDATE (SRCU)
10324 M:      Lai Jiangshan <jiangshanlai@gmail.com>
10325 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10326 M:      Josh Triplett <josh@joshtriplett.org>
10327 R:      Steven Rostedt <rostedt@goodmis.org>
10328 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10329 L:      linux-kernel@vger.kernel.org
10330 W:      http://www.rdrop.com/users/paulmck/RCU/
10331 S:      Supported
10332 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10333 F:      include/linux/srcu.h
10334 F:      kernel/rcu/srcu.c
10335
10336 SMACK SECURITY MODULE
10337 M:      Casey Schaufler <casey@schaufler-ca.com>
10338 L:      linux-security-module@vger.kernel.org
10339 W:      http://schaufler-ca.com
10340 T:      git git://git.gitorious.org/smack-next/kernel.git
10341 S:      Maintained
10342 F:      Documentation/security/Smack.txt
10343 F:      security/smack/
10344
10345 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10346 M:      Kevin Hilman <khilman@kernel.org>
10347 M:      Nishanth Menon <nm@ti.com>
10348 S:      Maintained
10349 F:      drivers/power/avs/
10350 F:      include/linux/power/smartreflex.h
10351 L:      linux-pm@vger.kernel.org
10352
10353 SMC91x ETHERNET DRIVER
10354 M:      Nicolas Pitre <nico@fluxnic.net>
10355 S:      Odd Fixes
10356 F:      drivers/net/ethernet/smsc/smc91x.*
10357
10358 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10359 M:      Sakari Ailus <sakari.ailus@iki.fi>
10360 L:      linux-media@vger.kernel.org
10361 S:      Maintained
10362 F:      drivers/media/i2c/smiapp/
10363 F:      include/media/i2c/smiapp.h
10364 F:      drivers/media/i2c/smiapp-pll.c
10365 F:      drivers/media/i2c/smiapp-pll.h
10366 F:      include/uapi/linux/smiapp.h
10367 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10368
10369 SMM665 HARDWARE MONITOR DRIVER
10370 M:      Guenter Roeck <linux@roeck-us.net>
10371 L:      linux-hwmon@vger.kernel.org
10372 S:      Maintained
10373 F:      Documentation/hwmon/smm665
10374 F:      drivers/hwmon/smm665.c
10375
10376 SMSC EMC2103 HARDWARE MONITOR DRIVER
10377 M:      Steve Glendinning <steve.glendinning@shawell.net>
10378 L:      linux-hwmon@vger.kernel.org
10379 S:      Maintained
10380 F:      Documentation/hwmon/emc2103
10381 F:      drivers/hwmon/emc2103.c
10382
10383 SMSC SCH5627 HARDWARE MONITOR DRIVER
10384 M:      Hans de Goede <hdegoede@redhat.com>
10385 L:      linux-hwmon@vger.kernel.org
10386 S:      Supported
10387 F:      Documentation/hwmon/sch5627
10388 F:      drivers/hwmon/sch5627.c
10389
10390 SMSC47B397 HARDWARE MONITOR DRIVER
10391 M:      Jean Delvare <jdelvare@suse.com>
10392 L:      linux-hwmon@vger.kernel.org
10393 S:      Maintained
10394 F:      Documentation/hwmon/smsc47b397
10395 F:      drivers/hwmon/smsc47b397.c
10396
10397 SMSC911x ETHERNET DRIVER
10398 M:      Steve Glendinning <steve.glendinning@shawell.net>
10399 L:      netdev@vger.kernel.org
10400 S:      Maintained
10401 F:      include/linux/smsc911x.h
10402 F:      drivers/net/ethernet/smsc/smsc911x.*
10403
10404 SMSC9420 PCI ETHERNET DRIVER
10405 M:      Steve Glendinning <steve.glendinning@shawell.net>
10406 L:      netdev@vger.kernel.org
10407 S:      Maintained
10408 F:      drivers/net/ethernet/smsc/smsc9420.*
10409
10410 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10411 M:      Steve Glendinning <steve.glendinning@shawell.net>
10412 L:      linux-fbdev@vger.kernel.org
10413 S:      Maintained
10414 F:      drivers/video/fbdev/smscufx.c
10415
10416 SOC-CAMERA V4L2 SUBSYSTEM
10417 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10418 L:      linux-media@vger.kernel.org
10419 T:      git git://linuxtv.org/media_tree.git
10420 S:      Maintained
10421 F:      include/media/soc*
10422 F:      drivers/media/i2c/soc_camera/
10423 F:      drivers/media/platform/soc_camera/
10424
10425 SOEKRIS NET48XX LED SUPPORT
10426 M:      Chris Boot <bootc@bootc.net>
10427 S:      Maintained
10428 F:      drivers/leds/leds-net48xx.c
10429
10430 SOFTLOGIC 6x10 MPEG CODEC
10431 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10432 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10433 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
10434 M:      Ismael Luceno <ismael@iodev.co.uk>
10435 L:      linux-media@vger.kernel.org
10436 S:      Supported
10437 F:      drivers/media/pci/solo6x10/
10438
10439 SOFTWARE RAID (Multiple Disks) SUPPORT
10440 M:      Shaohua Li <shli@kernel.org>
10441 L:      linux-raid@vger.kernel.org
10442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
10443 S:      Supported
10444 F:      drivers/md/
10445 F:      include/linux/raid/
10446 F:      include/uapi/linux/raid/
10447
10448 SONIC NETWORK DRIVER
10449 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10450 L:      netdev@vger.kernel.org
10451 S:      Maintained
10452 F:      drivers/net/ethernet/natsemi/sonic.*
10453
10454 SONICS SILICON BACKPLANE DRIVER (SSB)
10455 M:      Michael Buesch <m@bues.ch>
10456 L:      linux-wireless@vger.kernel.org
10457 S:      Maintained
10458 F:      drivers/ssb/
10459 F:      include/linux/ssb/
10460
10461 SONY VAIO CONTROL DEVICE DRIVER
10462 M:      Mattia Dongili <malattia@linux.it>
10463 L:      platform-driver-x86@vger.kernel.org
10464 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10465 S:      Maintained
10466 F:      Documentation/laptops/sony-laptop.txt
10467 F:      drivers/char/sonypi.c
10468 F:      drivers/platform/x86/sony-laptop.c
10469 F:      include/linux/sony-laptop.h
10470
10471 SONY MEMORYSTICK CARD SUPPORT
10472 M:      Alex Dubov <oakad@yahoo.com>
10473 W:      http://tifmxx.berlios.de/
10474 S:      Maintained
10475 F:      drivers/memstick/host/tifm_ms.c
10476
10477 SONY MEMORYSTICK STANDARD SUPPORT
10478 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10479 S:      Maintained
10480 F:      drivers/memstick/core/ms_block.*
10481
10482 SOUND
10483 M:      Jaroslav Kysela <perex@perex.cz>
10484 M:      Takashi Iwai <tiwai@suse.com>
10485 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10486 W:      http://www.alsa-project.org/
10487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10488 T:      git git://git.alsa-project.org/alsa-kernel.git
10489 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
10490 S:      Maintained
10491 F:      Documentation/sound/
10492 F:      include/sound/
10493 F:      include/uapi/sound/
10494 F:      sound/
10495
10496 SOUND - COMPRESSED AUDIO
10497 M:      Vinod Koul <vinod.koul@intel.com>
10498 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10500 S:      Supported
10501 F:      Documentation/sound/alsa/compress_offload.txt
10502 F:      include/sound/compress_driver.h
10503 F:      include/uapi/sound/compress_*
10504 F:      sound/core/compress_offload.c
10505 F:      sound/soc/soc-compress.c
10506
10507 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10508 M:      Liam Girdwood <lgirdwood@gmail.com>
10509 M:      Mark Brown <broonie@kernel.org>
10510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10511 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10512 W:      http://alsa-project.org/main/index.php/ASoC
10513 S:      Supported
10514 F:      Documentation/sound/alsa/soc/
10515 F:      sound/soc/
10516 F:      include/sound/soc*
10517
10518 SOUND - DMAENGINE HELPERS
10519 M:      Lars-Peter Clausen <lars@metafoo.de>
10520 S:      Supported
10521 F:      include/sound/dmaengine_pcm.h
10522 F:      sound/core/pcm_dmaengine.c
10523 F:      sound/soc/soc-generic-dmaengine-pcm.c
10524
10525 SP2 MEDIA DRIVER
10526 M:      Olli Salonen <olli.salonen@iki.fi>
10527 L:      linux-media@vger.kernel.org
10528 W:      https://linuxtv.org
10529 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10530 S:      Maintained
10531 F:      drivers/media/dvb-frontends/sp2*
10532
10533 SPARC + UltraSPARC (sparc/sparc64)
10534 M:      "David S. Miller" <davem@davemloft.net>
10535 L:      sparclinux@vger.kernel.org
10536 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
10537 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10539 S:      Maintained
10540 F:      arch/sparc/
10541 F:      drivers/sbus/
10542
10543 SPARC SERIAL DRIVERS
10544 M:      "David S. Miller" <davem@davemloft.net>
10545 L:      sparclinux@vger.kernel.org
10546 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10548 S:      Maintained
10549 F:      include/linux/sunserialcore.h
10550 F:      drivers/tty/serial/suncore.c
10551 F:      drivers/tty/serial/sunhv.c
10552 F:      drivers/tty/serial/sunsab.c
10553 F:      drivers/tty/serial/sunsab.h
10554 F:      drivers/tty/serial/sunsu.c
10555 F:      drivers/tty/serial/sunzilog.c
10556 F:      drivers/tty/serial/sunzilog.h
10557
10558 SPARSE CHECKER
10559 M:      "Christopher Li" <sparse@chrisli.org>
10560 L:      linux-sparse@vger.kernel.org
10561 W:      https://sparse.wiki.kernel.org/
10562 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10563 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10564 S:      Maintained
10565 F:      include/linux/compiler.h
10566
10567 SPEAR PLATFORM SUPPORT
10568 M:      Viresh Kumar <vireshk@kernel.org>
10569 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10570 L:      spear-devel@list.st.com
10571 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10572 W:      http://www.st.com/spear
10573 S:      Maintained
10574 F:      arch/arm/boot/dts/spear*
10575 F:      arch/arm/mach-spear/
10576
10577 SPEAR CLOCK FRAMEWORK SUPPORT
10578 M:      Viresh Kumar <vireshk@kernel.org>
10579 L:      spear-devel@list.st.com
10580 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10581 W:      http://www.st.com/spear
10582 S:      Maintained
10583 F:      drivers/clk/spear/
10584
10585 SPI SUBSYSTEM
10586 M:      Mark Brown <broonie@kernel.org>
10587 L:      linux-spi@vger.kernel.org
10588 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10589 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
10590 S:      Maintained
10591 F:      Documentation/spi/
10592 F:      drivers/spi/
10593 F:      include/linux/spi/
10594 F:      include/uapi/linux/spi/
10595
10596 SPIDERNET NETWORK DRIVER for CELL
10597 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10598 L:      netdev@vger.kernel.org
10599 S:      Supported
10600 F:      Documentation/networking/spider_net.txt
10601 F:      drivers/net/ethernet/toshiba/spider_net*
10602
10603 SPU FILE SYSTEM
10604 M:      Jeremy Kerr <jk@ozlabs.org>
10605 L:      linuxppc-dev@lists.ozlabs.org
10606 W:      http://www.ibm.com/developerworks/power/cell/
10607 S:      Supported
10608 F:      Documentation/filesystems/spufs.txt
10609 F:      arch/powerpc/platforms/cell/spufs/
10610
10611 SQUASHFS FILE SYSTEM
10612 M:      Phillip Lougher <phillip@squashfs.org.uk>
10613 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
10614 W:      http://squashfs.org.uk
10615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10616 S:      Maintained
10617 F:      Documentation/filesystems/squashfs.txt
10618 F:      fs/squashfs/
10619
10620 SRM (Alpha) environment access
10621 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
10622 S:      Maintained
10623 F:      arch/alpha/kernel/srm_env.c
10624
10625 STABLE BRANCH
10626 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10627 L:      stable@vger.kernel.org
10628 S:      Supported
10629 F:      Documentation/stable_kernel_rules.txt
10630
10631 STAGING SUBSYSTEM
10632 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10633 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10634 L:      devel@driverdev.osuosl.org
10635 S:      Supported
10636 F:      drivers/staging/
10637
10638 STAGING - COMEDI
10639 M:      Ian Abbott <abbotti@mev.co.uk>
10640 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
10641 S:      Odd Fixes
10642 F:      drivers/staging/comedi/
10643
10644 STAGING - FLARION FT1000 DRIVERS
10645 M:      Marek Belisko <marek.belisko@gmail.com>
10646 S:      Odd Fixes
10647 F:      drivers/staging/ft1000/
10648
10649 STAGING - INDUSTRIAL IO
10650 M:      Jonathan Cameron <jic23@kernel.org>
10651 L:      linux-iio@vger.kernel.org
10652 S:      Odd Fixes
10653 F:      drivers/staging/iio/
10654
10655 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10656 M:      Jarod Wilson <jarod@wilsonet.com>
10657 W:      http://www.lirc.org/
10658 S:      Odd Fixes
10659 F:      drivers/staging/media/lirc/
10660
10661 STAGING - LUSTRE PARALLEL FILESYSTEM
10662 M:      Oleg Drokin <oleg.drokin@intel.com>
10663 M:      Andreas Dilger <andreas.dilger@intel.com>
10664 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
10665 W:      http://wiki.lustre.org/
10666 S:      Maintained
10667 F:      drivers/staging/lustre
10668
10669 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10670 M:      Marc Dietrich <marvin24@gmx.de>
10671 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10672 L:      linux-tegra@vger.kernel.org
10673 S:      Maintained
10674 F:      drivers/staging/nvec/
10675
10676 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10677 M:      Jens Frederich <jfrederich@gmail.com>
10678 M:      Daniel Drake <dsd@laptop.org>
10679 M:      Jon Nettleton <jon.nettleton@gmail.com>
10680 W:      http://wiki.laptop.org/go/DCON
10681 S:      Maintained
10682 F:      drivers/staging/olpc_dcon/
10683
10684 STAGING - REALTEK RTL8712U DRIVERS
10685 M:      Larry Finger <Larry.Finger@lwfinger.net>
10686 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10687 S:      Odd Fixes
10688 F:      drivers/staging/rtl8712/
10689
10690 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10691 M:      Larry Finger <Larry.Finger@lwfinger.net>
10692 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10693 L:      linux-wireless@vger.kernel.org
10694 S:      Maintained
10695 F:      drivers/staging/rtl8723au/
10696
10697 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10698 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10699 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10700 M:      Sudip Mukherjee <sudip@vectorindia.org>
10701 L:      linux-fbdev@vger.kernel.org
10702 S:      Maintained
10703 F:      drivers/staging/sm750fb/
10704
10705 STAGING - SLICOSS
10706 M:      Lior Dotan <liodot@gmail.com>
10707 M:      Christopher Harrer <charrer@alacritech.com>
10708 S:      Odd Fixes
10709 F:      drivers/staging/slicoss/
10710
10711 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10712 M:      William Hubbs <w.d.hubbs@gmail.com>
10713 M:      Chris Brannon <chris@the-brannons.com>
10714 M:      Kirk Reiser <kirk@reisers.ca>
10715 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10716 L:      speakup@linux-speakup.org
10717 W:      http://www.linux-speakup.org/
10718 S:      Odd Fixes
10719 F:      drivers/staging/speakup/
10720
10721 STAGING - VIA VT665X DRIVERS
10722 M:      Forest Bond <forest@alittletooquiet.net>
10723 S:      Odd Fixes
10724 F:      drivers/staging/vt665?/
10725
10726 STAGING - WILC1000 WIFI DRIVER
10727 M:      Johnny Kim <johnny.kim@atmel.com>
10728 M:      Austin Shin <austin.shin@atmel.com>
10729 M:      Chris Park <chris.park@atmel.com>
10730 M:      Tony Cho <tony.cho@atmel.com>
10731 M:      Glen Lee <glen.lee@atmel.com>
10732 M:      Leo Kim <leo.kim@atmel.com>
10733 L:      linux-wireless@vger.kernel.org
10734 S:      Supported
10735 F:      drivers/staging/wilc1000/
10736
10737 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10738 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10739 S:      Odd Fixes
10740 F:      drivers/staging/xgifb/
10741
10742 HFI1 DRIVER
10743 M:      Mike Marciniszyn <infinipath@intel.com>
10744 L:      linux-rdma@vger.kernel.org
10745 S:      Supported
10746 F:      drivers/staging/rdma/hfi1
10747
10748 STARFIRE/DURALAN NETWORK DRIVER
10749 M:      Ion Badulescu <ionut@badula.org>
10750 S:      Odd Fixes
10751 F:      drivers/net/ethernet/adaptec/starfire*
10752
10753 SUN3/3X
10754 M:      Sam Creasey <sammy@sammy.net>
10755 W:      http://sammy.net/sun3/
10756 S:      Maintained
10757 F:      arch/m68k/kernel/*sun3*
10758 F:      arch/m68k/sun3*/
10759 F:      arch/m68k/include/asm/sun3*
10760 F:      drivers/net/ethernet/i825xx/sun3*
10761
10762 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10763 M:      Hans de Goede <hdegoede@redhat.com>
10764 L:      linux-input@vger.kernel.org
10765 S:      Maintained
10766 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10767 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10768
10769 SUNDANCE NETWORK DRIVER
10770 M:      Denis Kirjanov <kda@linux-powerpc.org>
10771 L:      netdev@vger.kernel.org
10772 S:      Maintained
10773 F:      drivers/net/ethernet/dlink/sundance.c
10774
10775 SUPERH
10776 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
10777 M:      Rich Felker <dalias@libc.org>
10778 L:      linux-sh@vger.kernel.org
10779 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10780 S:      Maintained
10781 F:      Documentation/sh/
10782 F:      arch/sh/
10783 F:      drivers/sh/
10784
10785 SUSPEND TO RAM
10786 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10787 M:      Len Brown <len.brown@intel.com>
10788 M:      Pavel Machek <pavel@ucw.cz>
10789 L:      linux-pm@vger.kernel.org
10790 S:      Supported
10791 F:      Documentation/power/
10792 F:      arch/x86/kernel/acpi/
10793 F:      drivers/base/power/
10794 F:      kernel/power/
10795 F:      include/linux/suspend.h
10796 F:      include/linux/freezer.h
10797 F:      include/linux/pm.h
10798
10799 SVGA HANDLING
10800 M:      Martin Mares <mj@ucw.cz>
10801 L:      linux-video@atrey.karlin.mff.cuni.cz
10802 S:      Maintained
10803 F:      Documentation/svga.txt
10804 F:      arch/x86/boot/video*
10805
10806 SWIOTLB SUBSYSTEM
10807 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10808 L:      linux-kernel@vger.kernel.org
10809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
10810 S:      Supported
10811 F:      lib/swiotlb.c
10812 F:      arch/*/kernel/pci-swiotlb.c
10813 F:      include/linux/swiotlb.h
10814
10815 SWITCHDEV
10816 M:      Jiri Pirko <jiri@resnulli.us>
10817 L:      netdev@vger.kernel.org
10818 S:      Supported
10819 F:      net/switchdev/
10820 F:      include/net/switchdev.h
10821
10822 SYNOPSYS ARC ARCHITECTURE
10823 M:      Vineet Gupta <vgupta@synopsys.com>
10824 L:      linux-snps-arc@lists.infradead.org
10825 S:      Supported
10826 F:      arch/arc/
10827 F:      Documentation/devicetree/bindings/arc/*
10828 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10829 F:      drivers/tty/serial/arc_uart.c
10830 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10831
10832 SYNOPSYS ARC SDP platform support
10833 M:      Alexey Brodkin <abrodkin@synopsys.com>
10834 S:      Supported
10835 F:      arch/arc/plat-axs10x
10836 F:      arch/arc/boot/dts/ax*
10837 F:      Documentation/devicetree/bindings/arc/axs10*
10838
10839 SYSTEM CONFIGURATION (SYSCON)
10840 M:      Lee Jones <lee.jones@linaro.org>
10841 M:      Arnd Bergmann <arnd@arndb.de>
10842 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10843 S:      Supported
10844 F:      drivers/mfd/syscon.c
10845
10846 SYSV FILESYSTEM
10847 M:      Christoph Hellwig <hch@infradead.org>
10848 S:      Maintained
10849 F:      Documentation/filesystems/sysv-fs.txt
10850 F:      fs/sysv/
10851 F:      include/linux/sysv_fs.h
10852
10853 TARGET SUBSYSTEM
10854 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10855 L:      linux-scsi@vger.kernel.org
10856 L:      target-devel@vger.kernel.org
10857 W:      http://www.linux-iscsi.org
10858 W:      http://groups.google.com/group/linux-iscsi-target-dev
10859 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10860 S:      Supported
10861 F:      drivers/target/
10862 F:      include/target/
10863 F:      Documentation/target/
10864
10865 TASKSTATS STATISTICS INTERFACE
10866 M:      Balbir Singh <bsingharora@gmail.com>
10867 S:      Maintained
10868 F:      Documentation/accounting/taskstats*
10869 F:      include/linux/taskstats*
10870 F:      kernel/taskstats.c
10871
10872 TC CLASSIFIER
10873 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10874 L:      netdev@vger.kernel.org
10875 S:      Maintained
10876 F:      include/net/pkt_cls.h
10877 F:      include/uapi/linux/pkt_cls.h
10878 F:      net/sched/
10879
10880 TCP LOW PRIORITY MODULE
10881 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10882 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10883 W:      http://tcp-lp-mod.sourceforge.net/
10884 S:      Maintained
10885 F:      net/ipv4/tcp_lp.c
10886
10887 TDA10071 MEDIA DRIVER
10888 M:      Antti Palosaari <crope@iki.fi>
10889 L:      linux-media@vger.kernel.org
10890 W:      https://linuxtv.org
10891 W:      http://palosaari.fi/linux/
10892 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10893 T:      git git://linuxtv.org/anttip/media_tree.git
10894 S:      Maintained
10895 F:      drivers/media/dvb-frontends/tda10071*
10896
10897 TDA18212 MEDIA DRIVER
10898 M:      Antti Palosaari <crope@iki.fi>
10899 L:      linux-media@vger.kernel.org
10900 W:      https://linuxtv.org
10901 W:      http://palosaari.fi/linux/
10902 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10903 T:      git git://linuxtv.org/anttip/media_tree.git
10904 S:      Maintained
10905 F:      drivers/media/tuners/tda18212*
10906
10907 TDA18218 MEDIA DRIVER
10908 M:      Antti Palosaari <crope@iki.fi>
10909 L:      linux-media@vger.kernel.org
10910 W:      https://linuxtv.org
10911 W:      http://palosaari.fi/linux/
10912 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10913 T:      git git://linuxtv.org/anttip/media_tree.git
10914 S:      Maintained
10915 F:      drivers/media/tuners/tda18218*
10916
10917 TDA18271 MEDIA DRIVER
10918 M:      Michael Krufky <mkrufky@linuxtv.org>
10919 L:      linux-media@vger.kernel.org
10920 W:      https://linuxtv.org
10921 W:      http://github.com/mkrufky
10922 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10923 T:      git git://linuxtv.org/mkrufky/tuners.git
10924 S:      Maintained
10925 F:      drivers/media/tuners/tda18271*
10926
10927 TDA827x MEDIA DRIVER
10928 M:      Michael Krufky <mkrufky@linuxtv.org>
10929 L:      linux-media@vger.kernel.org
10930 W:      https://linuxtv.org
10931 W:      http://github.com/mkrufky
10932 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10933 T:      git git://linuxtv.org/mkrufky/tuners.git
10934 S:      Maintained
10935 F:      drivers/media/tuners/tda8290.*
10936
10937 TDA8290 MEDIA DRIVER
10938 M:      Michael Krufky <mkrufky@linuxtv.org>
10939 L:      linux-media@vger.kernel.org
10940 W:      https://linuxtv.org
10941 W:      http://github.com/mkrufky
10942 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10943 T:      git git://linuxtv.org/mkrufky/tuners.git
10944 S:      Maintained
10945 F:      drivers/media/tuners/tda8290.*
10946
10947 TDA9840 MEDIA DRIVER
10948 M:      Hans Verkuil <hverkuil@xs4all.nl>
10949 L:      linux-media@vger.kernel.org
10950 T:      git git://linuxtv.org/media_tree.git
10951 W:      https://linuxtv.org
10952 S:      Maintained
10953 F:      drivers/media/i2c/tda9840*
10954
10955 TEA5761 TUNER DRIVER
10956 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10957 L:      linux-media@vger.kernel.org
10958 W:      https://linuxtv.org
10959 T:      git git://linuxtv.org/media_tree.git
10960 S:      Odd fixes
10961 F:      drivers/media/tuners/tea5761.*
10962
10963 TEA5767 TUNER DRIVER
10964 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10965 L:      linux-media@vger.kernel.org
10966 W:      https://linuxtv.org
10967 T:      git git://linuxtv.org/media_tree.git
10968 S:      Maintained
10969 F:      drivers/media/tuners/tea5767.*
10970
10971 TEA6415C MEDIA DRIVER
10972 M:      Hans Verkuil <hverkuil@xs4all.nl>
10973 L:      linux-media@vger.kernel.org
10974 T:      git git://linuxtv.org/media_tree.git
10975 W:      https://linuxtv.org
10976 S:      Maintained
10977 F:      drivers/media/i2c/tea6415c*
10978
10979 TEA6420 MEDIA DRIVER
10980 M:      Hans Verkuil <hverkuil@xs4all.nl>
10981 L:      linux-media@vger.kernel.org
10982 T:      git git://linuxtv.org/media_tree.git
10983 W:      https://linuxtv.org
10984 S:      Maintained
10985 F:      drivers/media/i2c/tea6420*
10986
10987 TEAM DRIVER
10988 M:      Jiri Pirko <jiri@resnulli.us>
10989 L:      netdev@vger.kernel.org
10990 S:      Supported
10991 F:      drivers/net/team/
10992 F:      include/linux/if_team.h
10993 F:      include/uapi/linux/if_team.h
10994
10995 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10996 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10997 S:      Maintained
10998 F:      arch/x86/platform/ts5500/
10999
11000 TECHNOTREND USB IR RECEIVER
11001 M:      Sean Young <sean@mess.org>
11002 L:      linux-media@vger.kernel.org
11003 S:      Maintained
11004 F:      drivers/media/rc/ttusbir.c
11005
11006 TEGRA ARCHITECTURE SUPPORT
11007 M:      Stephen Warren <swarren@wwwdotorg.org>
11008 M:      Thierry Reding <thierry.reding@gmail.com>
11009 M:      Alexandre Courbot <gnurou@gmail.com>
11010 L:      linux-tegra@vger.kernel.org
11011 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
11012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11013 S:      Supported
11014 N:      [^a-z]tegra
11015
11016 TEGRA CLOCK DRIVER
11017 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
11018 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
11019 S:      Supported
11020 F:      drivers/clk/tegra/
11021
11022 TEGRA DMA DRIVERS
11023 M:      Laxman Dewangan <ldewangan@nvidia.com>
11024 M:      Jon Hunter <jonathanh@nvidia.com>
11025 S:      Supported
11026 F:      drivers/dma/tegra*
11027
11028 TEGRA I2C DRIVER
11029 M:      Laxman Dewangan <ldewangan@nvidia.com>
11030 S:      Supported
11031 F:      drivers/i2c/busses/i2c-tegra.c
11032
11033 TEGRA IOMMU DRIVERS
11034 M:      Hiroshi Doyu <hdoyu@nvidia.com>
11035 S:      Supported
11036 F:      drivers/iommu/tegra*
11037
11038 TEGRA KBC DRIVER
11039 M:      Rakesh Iyer <riyer@nvidia.com>
11040 M:      Laxman Dewangan <ldewangan@nvidia.com>
11041 S:      Supported
11042 F:      drivers/input/keyboard/tegra-kbc.c
11043
11044 TEGRA PWM DRIVER
11045 M:      Thierry Reding <thierry.reding@gmail.com>
11046 S:      Supported
11047 F:      drivers/pwm/pwm-tegra.c
11048
11049 TEGRA SERIAL DRIVER
11050 M:      Laxman Dewangan <ldewangan@nvidia.com>
11051 S:      Supported
11052 F:      drivers/tty/serial/serial-tegra.c
11053
11054 TEGRA SPI DRIVER
11055 M:      Laxman Dewangan <ldewangan@nvidia.com>
11056 S:      Supported
11057 F:      drivers/spi/spi-tegra*
11058
11059 TEHUTI ETHERNET DRIVER
11060 M:      Andy Gospodarek <andy@greyhouse.net>
11061 L:      netdev@vger.kernel.org
11062 S:      Supported
11063 F:      drivers/net/ethernet/tehuti/*
11064
11065 Telecom Clock Driver for MCPL0010
11066 M:      Mark Gross <mark.gross@intel.com>
11067 S:      Supported
11068 F:      drivers/char/tlclk.c
11069
11070 TENSILICA XTENSA PORT (xtensa)
11071 M:      Chris Zankel <chris@zankel.net>
11072 M:      Max Filippov <jcmvbkbc@gmail.com>
11073 L:      linux-xtensa@linux-xtensa.org
11074 T:      git git://github.com/czankel/xtensa-linux.git
11075 S:      Maintained
11076 F:      arch/xtensa/
11077 F:      drivers/irqchip/irq-xtensa-*
11078
11079 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11080 M:      Hans Verkuil <hverkuil@xs4all.nl>
11081 L:      linux-media@vger.kernel.org
11082 T:      git git://linuxtv.org/media_tree.git
11083 W:      https://linuxtv.org
11084 S:      Maintained
11085 F:      drivers/media/radio/radio-raremono.c
11086
11087 THERMAL
11088 M:      Zhang Rui <rui.zhang@intel.com>
11089 M:      Eduardo Valentin <edubezval@gmail.com>
11090 L:      linux-pm@vger.kernel.org
11091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11093 Q:      https://patchwork.kernel.org/project/linux-pm/list/
11094 S:      Supported
11095 F:      drivers/thermal/
11096 F:      include/linux/thermal.h
11097 F:      include/uapi/linux/thermal.h
11098 F:      include/linux/cpu_cooling.h
11099 F:      Documentation/devicetree/bindings/thermal/
11100
11101 THERMAL/CPU_COOLING
11102 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
11103 M:      Viresh Kumar <viresh.kumar@linaro.org>
11104 M:      Javi Merino <javi.merino@arm.com>
11105 L:      linux-pm@vger.kernel.org
11106 S:      Supported
11107 F:      Documentation/thermal/cpu-cooling-api.txt
11108 F:      drivers/thermal/cpu_cooling.c
11109 F:      include/linux/cpu_cooling.h
11110
11111 THINGM BLINK(1) USB RGB LED DRIVER
11112 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
11113 S:      Maintained
11114 F:      drivers/hid/hid-thingm.c
11115
11116 THINKPAD ACPI EXTRAS DRIVER
11117 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11118 L:      ibm-acpi-devel@lists.sourceforge.net
11119 L:      platform-driver-x86@vger.kernel.org
11120 W:      http://ibm-acpi.sourceforge.net
11121 W:      http://thinkwiki.org/wiki/Ibm-acpi
11122 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11123 S:      Maintained
11124 F:      drivers/platform/x86/thinkpad_acpi.c
11125
11126 TI BANDGAP AND THERMAL DRIVER
11127 M:      Eduardo Valentin <edubezval@gmail.com>
11128 L:      linux-pm@vger.kernel.org
11129 L:      linux-omap@vger.kernel.org
11130 S:      Maintained
11131 F:      drivers/thermal/ti-soc-thermal/
11132
11133 TI VPE/CAL DRIVERS
11134 M:      Benoit Parrot <bparrot@ti.com>
11135 L:      linux-media@vger.kernel.org
11136 W:      http://linuxtv.org/
11137 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11138 S:      Maintained
11139 F:      drivers/media/platform/ti-vpe/
11140
11141 TI CDCE706 CLOCK DRIVER
11142 M:      Max Filippov <jcmvbkbc@gmail.com>
11143 S:      Maintained
11144 F:      drivers/clk/clk-cdce706.c
11145
11146 TI CLOCK DRIVER
11147 M:      Tero Kristo <t-kristo@ti.com>
11148 L:      linux-omap@vger.kernel.org
11149 S:      Maintained
11150 F:      drivers/clk/ti/
11151 F:      include/linux/clk/ti.h
11152
11153 TI ETHERNET SWITCH DRIVER (CPSW)
11154 M:      Mugunthan V N <mugunthanvnm@ti.com>
11155 R:      Grygorii Strashko <grygorii.strashko@ti.com>
11156 L:      linux-omap@vger.kernel.org
11157 L:      netdev@vger.kernel.org
11158 S:      Maintained
11159 F:      drivers/net/ethernet/ti/cpsw*
11160 F:      drivers/net/ethernet/ti/davinci*
11161
11162 TI FLASH MEDIA INTERFACE DRIVER
11163 M:      Alex Dubov <oakad@yahoo.com>
11164 S:      Maintained
11165 F:      drivers/misc/tifm*
11166 F:      drivers/mmc/host/tifm_sd.c
11167 F:      include/linux/tifm.h
11168
11169 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11170 M:      Santosh Shilimkar <ssantosh@kernel.org>
11171 L:      linux-kernel@vger.kernel.org
11172 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11173 S:      Maintained
11174 F:      drivers/soc/ti/*
11175 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11176
11177
11178 TI LM49xxx FAMILY ASoC CODEC DRIVERS
11179 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
11180 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
11181 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11182 S:      Maintained
11183 F:      sound/soc/codecs/lm49453*
11184 F:      sound/soc/codecs/isabelle*
11185
11186 TI LP855x BACKLIGHT DRIVER
11187 M:      Milo Kim <milo.kim@ti.com>
11188 S:      Maintained
11189 F:      Documentation/backlight/lp855x-driver.txt
11190 F:      drivers/video/backlight/lp855x_bl.c
11191 F:      include/linux/platform_data/lp855x.h
11192
11193 TI LP8727 CHARGER DRIVER
11194 M:      Milo Kim <milo.kim@ti.com>
11195 S:      Maintained
11196 F:      drivers/power/lp8727_charger.c
11197 F:      include/linux/platform_data/lp8727.h
11198
11199 TI LP8788 MFD DRIVER
11200 M:      Milo Kim <milo.kim@ti.com>
11201 S:      Maintained
11202 F:      drivers/iio/adc/lp8788_adc.c
11203 F:      drivers/leds/leds-lp8788.c
11204 F:      drivers/mfd/lp8788*.c
11205 F:      drivers/power/lp8788-charger.c
11206 F:      drivers/regulator/lp8788-*.c
11207 F:      include/linux/mfd/lp8788*.h
11208
11209 TI NETCP ETHERNET DRIVER
11210 M:      Wingman Kwok <w-kwok2@ti.com>
11211 M:      Murali Karicheri <m-karicheri2@ti.com>
11212 L:      netdev@vger.kernel.org
11213 S:      Maintained
11214 F:      drivers/net/ethernet/ti/netcp*
11215
11216 TI TAS571X FAMILY ASoC CODEC DRIVER
11217 M:      Kevin Cernekee <cernekee@chromium.org>
11218 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11219 S:      Odd Fixes
11220 F:      sound/soc/codecs/tas571x*
11221
11222 TI TWL4030 SERIES SOC CODEC DRIVER
11223 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
11224 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11225 S:      Maintained
11226 F:      sound/soc/codecs/twl4030*
11227
11228 TI WILINK WIRELESS DRIVERS
11229 L:      linux-wireless@vger.kernel.org
11230 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
11231 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
11232 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11233 S:      Orphan
11234 F:      drivers/net/wireless/ti/
11235 F:      include/linux/wl12xx.h
11236
11237 TIPC NETWORK LAYER
11238 M:      Jon Maloy <jon.maloy@ericsson.com>
11239 M:      Ying Xue <ying.xue@windriver.com>
11240 L:      netdev@vger.kernel.org (core kernel code)
11241 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11242 W:      http://tipc.sourceforge.net/
11243 S:      Maintained
11244 F:      include/uapi/linux/tipc*.h
11245 F:      net/tipc/
11246
11247 TILE ARCHITECTURE
11248 M:      Chris Metcalf <cmetcalf@mellanox.com>
11249 W:      http://www.mellanox.com/repository/solutions/tile-scm/
11250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11251 S:      Supported
11252 F:      arch/tile/
11253 F:      drivers/char/tile-srom.c
11254 F:      drivers/edac/tile_edac.c
11255 F:      drivers/net/ethernet/tile/
11256 F:      drivers/rtc/rtc-tile.c
11257 F:      drivers/tty/hvc/hvc_tile.c
11258 F:      drivers/tty/serial/tilegx.c
11259 F:      drivers/usb/host/*-tilegx.c
11260 F:      include/linux/usb/tilegx.h
11261
11262 TLAN NETWORK DRIVER
11263 M:      Samuel Chessman <chessman@tux.org>
11264 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
11265 W:      http://sourceforge.net/projects/tlan/
11266 S:      Maintained
11267 F:      Documentation/networking/tlan.txt
11268 F:      drivers/net/ethernet/ti/tlan.*
11269
11270 TOMOYO SECURITY MODULE
11271 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
11272 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11273 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11274 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11275 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11276 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11277 W:      http://tomoyo.sourceforge.jp/
11278 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11279 S:      Maintained
11280 F:      security/tomoyo/
11281
11282 TOPSTAR LAPTOP EXTRAS DRIVER
11283 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
11284 L:      platform-driver-x86@vger.kernel.org
11285 S:      Maintained
11286 F:      drivers/platform/x86/topstar-laptop.c
11287
11288 TOSHIBA ACPI EXTRAS DRIVER
11289 M:      Azael Avalos <coproscefalo@gmail.com>
11290 L:      platform-driver-x86@vger.kernel.org
11291 S:      Maintained
11292 F:      drivers/platform/x86/toshiba_acpi.c
11293
11294 TOSHIBA BLUETOOTH DRIVER
11295 M:      Azael Avalos <coproscefalo@gmail.com>
11296 L:      platform-driver-x86@vger.kernel.org
11297 S:      Maintained
11298 F:      drivers/platform/x86/toshiba_bluetooth.c
11299
11300 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11301 M:      Azael Avalos <coproscefalo@gmail.com>
11302 L:      platform-driver-x86@vger.kernel.org
11303 S:      Maintained
11304 F:      drivers/platform/x86/toshiba_haps.c
11305
11306 TOSHIBA WMI HOTKEYS DRIVER
11307 M:      Azael Avalos <coproscefalo@gmail.com>
11308 L:      platform-driver-x86@vger.kernel.org
11309 S:      Maintained
11310 F:      drivers/platform/x86/toshiba-wmi.c
11311
11312 TOSHIBA SMM DRIVER
11313 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
11314 W:      http://www.buzzard.org.uk/toshiba/
11315 S:      Maintained
11316 F:      drivers/char/toshiba.c
11317 F:      include/linux/toshiba.h
11318 F:      include/uapi/linux/toshiba.h
11319
11320 TOSHIBA TC358743 DRIVER
11321 M:      Mats Randgaard <matrandg@cisco.com>
11322 L:      linux-media@vger.kernel.org
11323 S:      Maintained
11324 F:      drivers/media/i2c/tc358743*
11325 F:      include/media/i2c/tc358743.h
11326
11327 TMIO/SDHI MMC DRIVER
11328 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
11329 L:      linux-mmc@vger.kernel.org
11330 S:      Supported
11331 F:      drivers/mmc/host/tmio_mmc*
11332 F:      drivers/mmc/host/sh_mobile_sdhi.c
11333 F:      include/linux/mfd/tmio.h
11334
11335 TMP401 HARDWARE MONITOR DRIVER
11336 M:      Guenter Roeck <linux@roeck-us.net>
11337 L:      linux-hwmon@vger.kernel.org
11338 S:      Maintained
11339 F:      Documentation/hwmon/tmp401
11340 F:      drivers/hwmon/tmp401.c
11341
11342 TMPFS (SHMEM FILESYSTEM)
11343 M:      Hugh Dickins <hughd@google.com>
11344 L:      linux-mm@kvack.org
11345 S:      Maintained
11346 F:      include/linux/shmem_fs.h
11347 F:      mm/shmem.c
11348
11349 TM6000 VIDEO4LINUX DRIVER
11350 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11351 L:      linux-media@vger.kernel.org
11352 W:      https://linuxtv.org
11353 T:      git git://linuxtv.org/media_tree.git
11354 S:      Odd fixes
11355 F:      drivers/media/usb/tm6000/
11356
11357 TW68 VIDEO4LINUX DRIVER
11358 M:      Hans Verkuil <hverkuil@xs4all.nl>
11359 L:      linux-media@vger.kernel.org
11360 T:      git git://linuxtv.org/media_tree.git
11361 W:      https://linuxtv.org
11362 S:      Odd Fixes
11363 F:      drivers/media/pci/tw68/
11364
11365 TW686X VIDEO4LINUX DRIVER
11366 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
11367 L:      linux-media@vger.kernel.org
11368 T:      git git://linuxtv.org/media_tree.git
11369 W:      http://linuxtv.org
11370 S:      Maintained
11371 F:      drivers/media/pci/tw686x/
11372
11373 TPM DEVICE DRIVER
11374 M:      Peter Huewe <peterhuewe@gmx.de>
11375 M:      Marcel Selhorst <tpmdd@selhorst.net>
11376 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11377 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11378 W:      http://tpmdd.sourceforge.net
11379 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11380 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
11381 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
11382 S:      Maintained
11383 F:      drivers/char/tpm/
11384
11385 TPM IBM_VTPM DEVICE DRIVER
11386 M:      Ashley Lai <ashleydlai@gmail.com>
11387 W:      http://tpmdd.sourceforge.net
11388 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11389 S:      Maintained
11390 F:      drivers/char/tpm/tpm_ibmvtpm*
11391
11392 TRACING
11393 M:      Steven Rostedt <rostedt@goodmis.org>
11394 M:      Ingo Molnar <mingo@redhat.com>
11395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11396 S:      Maintained
11397 F:      Documentation/trace/ftrace.txt
11398 F:      arch/*/*/*/ftrace.h
11399 F:      arch/*/kernel/ftrace.c
11400 F:      include/*/ftrace.h
11401 F:      include/linux/trace*.h
11402 F:      include/trace/
11403 F:      kernel/trace/
11404 F:      tools/testing/selftests/ftrace/
11405
11406 TRACING MMIO ACCESSES (MMIOTRACE)
11407 M:      Steven Rostedt <rostedt@goodmis.org>
11408 M:      Ingo Molnar <mingo@kernel.org>
11409 R:      Karol Herbst <karolherbst@gmail.com>
11410 R:      Pekka Paalanen <ppaalanen@gmail.com>
11411 S:      Maintained
11412 L:      linux-kernel@vger.kernel.org
11413 L:      nouveau@lists.freedesktop.org
11414 F:      kernel/trace/trace_mmiotrace.c
11415 F:      include/linux/mmiotrace.h
11416 F:      arch/x86/mm/kmmio.c
11417 F:      arch/x86/mm/mmio-mod.c
11418 F:      arch/x86/mm/testmmiotrace.c
11419
11420 TRIVIAL PATCHES
11421 M:      Jiri Kosina <trivial@kernel.org>
11422 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11423 S:      Maintained
11424 K:      ^Subject:.*(?i)trivial
11425
11426 TTY LAYER
11427 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11428 M:      Jiri Slaby <jslaby@suse.com>
11429 S:      Supported
11430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11431 F:      Documentation/serial/
11432 F:      drivers/tty/
11433 F:      drivers/tty/serial/serial_core.c
11434 F:      include/linux/serial_core.h
11435 F:      include/linux/serial.h
11436 F:      include/linux/tty.h
11437 F:      include/uapi/linux/serial_core.h
11438 F:      include/uapi/linux/serial.h
11439 F:      include/uapi/linux/tty.h
11440
11441 TUA9001 MEDIA DRIVER
11442 M:      Antti Palosaari <crope@iki.fi>
11443 L:      linux-media@vger.kernel.org
11444 W:      https://linuxtv.org
11445 W:      http://palosaari.fi/linux/
11446 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11447 T:      git git://linuxtv.org/anttip/media_tree.git
11448 S:      Maintained
11449 F:      drivers/media/tuners/tua9001*
11450
11451 TULIP NETWORK DRIVERS
11452 L:      netdev@vger.kernel.org
11453 L:      linux-parisc@vger.kernel.org
11454 S:      Orphan
11455 F:      drivers/net/ethernet/dec/tulip/
11456
11457 TUN/TAP driver
11458 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
11459 W:      http://vtun.sourceforge.net/tun
11460 S:      Maintained
11461 F:      Documentation/networking/tuntap.txt
11462 F:      arch/um/os-Linux/drivers/
11463
11464 TURBOCHANNEL SUBSYSTEM
11465 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11466 M:      Ralf Baechle <ralf@linux-mips.org>
11467 L:      linux-mips@linux-mips.org
11468 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
11469 S:      Maintained
11470 F:      drivers/tc/
11471 F:      include/linux/tc.h
11472
11473 U14-34F SCSI DRIVER
11474 M:      Dario Ballabio <ballabio_dario@emc.com>
11475 L:      linux-scsi@vger.kernel.org
11476 S:      Maintained
11477 F:      drivers/scsi/u14-34f.c
11478
11479 UBI FILE SYSTEM (UBIFS)
11480 M:      Richard Weinberger <richard@nod.at>
11481 M:      Artem Bityutskiy <dedekind1@gmail.com>
11482 M:      Adrian Hunter <adrian.hunter@intel.com>
11483 L:      linux-mtd@lists.infradead.org
11484 T:      git git://git.infradead.org/ubifs-2.6.git
11485 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
11486 S:      Supported
11487 F:      Documentation/filesystems/ubifs.txt
11488 F:      fs/ubifs/
11489
11490 UCLINUX (M68KNOMMU AND COLDFIRE)
11491 M:      Greg Ungerer <gerg@uclinux.org>
11492 W:      http://www.uclinux.org/
11493 L:      linux-m68k@lists.linux-m68k.org
11494 L:      uclinux-dev@uclinux.org  (subscribers-only)
11495 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11496 S:      Maintained
11497 F:      arch/m68k/coldfire/
11498 F:      arch/m68k/68*/
11499 F:      arch/m68k/*/*_no.*
11500 F:      arch/m68k/include/asm/*_no.*
11501
11502 UDF FILESYSTEM
11503 M:      Jan Kara <jack@suse.com>
11504 S:      Maintained
11505 F:      Documentation/filesystems/udf.txt
11506 F:      fs/udf/
11507
11508 UFS FILESYSTEM
11509 M:      Evgeniy Dushistov <dushistov@mail.ru>
11510 S:      Maintained
11511 F:      Documentation/filesystems/ufs.txt
11512 F:      fs/ufs/
11513
11514 UHID USERSPACE HID IO DRIVER:
11515 M:      David Herrmann <dh.herrmann@googlemail.com>
11516 L:      linux-input@vger.kernel.org
11517 S:      Maintained
11518 F:      drivers/hid/uhid.c
11519 F:      include/uapi/linux/uhid.h
11520
11521 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11522 L:      linux-usb@vger.kernel.org
11523 S:      Orphan
11524 F:      drivers/uwb/
11525 F:      include/linux/uwb.h
11526 F:      include/linux/uwb/
11527
11528 UNICORE32 ARCHITECTURE:
11529 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
11530 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
11531 S:      Maintained
11532 T:      git git://github.com/gxt/linux.git
11533 F:      arch/unicore32/
11534
11535 UNIFDEF
11536 M:      Tony Finch <dot@dotat.at>
11537 W:      http://dotat.at/prog/unifdef
11538 S:      Maintained
11539 F:      scripts/unifdef.c
11540
11541 UNIFORM CDROM DRIVER
11542 M:      Jens Axboe <axboe@kernel.dk>
11543 W:      http://www.kernel.dk
11544 S:      Maintained
11545 F:      Documentation/cdrom/
11546 F:      drivers/cdrom/cdrom.c
11547 F:      include/linux/cdrom.h
11548 F:      include/uapi/linux/cdrom.h
11549
11550 UNISYS S-PAR DRIVERS
11551 M:      David Kershner <david.kershner@unisys.com>
11552 L:      sparmaintainer@unisys.com (Unisys internal)
11553 S:      Supported
11554 F:      drivers/staging/unisys/
11555
11556 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11557 M:      Vinayak Holikatti <vinholikatti@gmail.com>
11558 L:      linux-scsi@vger.kernel.org
11559 S:      Supported
11560 F:      Documentation/scsi/ufs.txt
11561 F:      drivers/scsi/ufs/
11562
11563 UNSORTED BLOCK IMAGES (UBI)
11564 M:      Artem Bityutskiy <dedekind1@gmail.com>
11565 M:      Richard Weinberger <richard@nod.at>
11566 W:      http://www.linux-mtd.infradead.org/
11567 L:      linux-mtd@lists.infradead.org
11568 T:      git git://git.infradead.org/ubifs-2.6.git
11569 S:      Supported
11570 F:      drivers/mtd/ubi/
11571 F:      include/linux/mtd/ubi.h
11572 F:      include/uapi/mtd/ubi-user.h
11573
11574 USB ACM DRIVER
11575 M:      Oliver Neukum <oneukum@suse.com>
11576 L:      linux-usb@vger.kernel.org
11577 S:      Maintained
11578 F:      Documentation/usb/acm.txt
11579 F:      drivers/usb/class/cdc-acm.*
11580
11581 USB AR5523 WIRELESS DRIVER
11582 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
11583 L:      linux-wireless@vger.kernel.org
11584 S:      Maintained
11585 F:      drivers/net/wireless/ath/ar5523/
11586
11587 USB ATTACHED SCSI
11588 M:      Hans de Goede <hdegoede@redhat.com>
11589 M:      Gerd Hoffmann <kraxel@redhat.com>
11590 L:      linux-usb@vger.kernel.org
11591 L:      linux-scsi@vger.kernel.org
11592 S:      Maintained
11593 F:      drivers/usb/storage/uas.c
11594
11595 USB CDC ETHERNET DRIVER
11596 M:      Oliver Neukum <oliver@neukum.org>
11597 L:      linux-usb@vger.kernel.org
11598 S:      Maintained
11599 F:      drivers/net/usb/cdc_*.c
11600 F:      include/uapi/linux/usb/cdc.h
11601
11602 USB CHAOSKEY DRIVER
11603 M:      Keith Packard <keithp@keithp.com>
11604 L:      linux-usb@vger.kernel.org
11605 S:      Maintained
11606 F:      drivers/usb/misc/chaoskey.c
11607
11608 USB CYPRESS C67X00 DRIVER
11609 M:      Peter Korsgaard <jacmet@sunsite.dk>
11610 L:      linux-usb@vger.kernel.org
11611 S:      Maintained
11612 F:      drivers/usb/c67x00/
11613
11614 USB DAVICOM DM9601 DRIVER
11615 M:      Peter Korsgaard <jacmet@sunsite.dk>
11616 L:      netdev@vger.kernel.org
11617 W:      http://www.linux-usb.org/usbnet
11618 S:      Maintained
11619 F:      drivers/net/usb/dm9601.c
11620
11621 USB DIAMOND RIO500 DRIVER
11622 M:      Cesar Miquel <miquel@df.uba.ar>
11623 L:      rio500-users@lists.sourceforge.net
11624 W:      http://rio500.sourceforge.net
11625 S:      Maintained
11626 F:      drivers/usb/misc/rio500*
11627
11628 USB EHCI DRIVER
11629 M:      Alan Stern <stern@rowland.harvard.edu>
11630 L:      linux-usb@vger.kernel.org
11631 S:      Maintained
11632 F:      Documentation/usb/ehci.txt
11633 F:      drivers/usb/host/ehci*
11634
11635 USB GADGET/PERIPHERAL SUBSYSTEM
11636 M:      Felipe Balbi <balbi@kernel.org>
11637 L:      linux-usb@vger.kernel.org
11638 W:      http://www.linux-usb.org/gadget
11639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11640 S:      Maintained
11641 F:      drivers/usb/gadget/
11642 F:      include/linux/usb/gadget*
11643
11644 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11645 M:      Jiri Kosina <jikos@kernel.org>
11646 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
11647 L:      linux-usb@vger.kernel.org
11648 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11649 S:      Maintained
11650 F:      Documentation/hid/hiddev.txt
11651 F:      drivers/hid/usbhid/
11652
11653 USB ISP116X DRIVER
11654 M:      Olav Kongas <ok@artecdesign.ee>
11655 L:      linux-usb@vger.kernel.org
11656 S:      Maintained
11657 F:      drivers/usb/host/isp116x*
11658 F:      include/linux/usb/isp116x.h
11659
11660 USB LAN78XX ETHERNET DRIVER
11661 M:      Woojung Huh <woojung.huh@microchip.com>
11662 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
11663 L:      netdev@vger.kernel.org
11664 S:      Maintained
11665 F:      drivers/net/usb/lan78xx.*
11666
11667 USB MASS STORAGE DRIVER
11668 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11669 L:      linux-usb@vger.kernel.org
11670 L:      usb-storage@lists.one-eyed-alien.net
11671 S:      Maintained
11672 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11673 F:      drivers/usb/storage/
11674
11675 USB MIDI DRIVER
11676 M:      Clemens Ladisch <clemens@ladisch.de>
11677 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11678 T:      git git://git.alsa-project.org/alsa-kernel.git
11679 S:      Maintained
11680 F:      sound/usb/midi.*
11681
11682 USB NETWORKING DRIVERS
11683 L:      linux-usb@vger.kernel.org
11684 S:      Odd Fixes
11685 F:      drivers/net/usb/
11686
11687 USB OHCI DRIVER
11688 M:      Alan Stern <stern@rowland.harvard.edu>
11689 L:      linux-usb@vger.kernel.org
11690 S:      Maintained
11691 F:      Documentation/usb/ohci.txt
11692 F:      drivers/usb/host/ohci*
11693
11694 USB OTG FSM (Finite State Machine)
11695 M:      Peter Chen <Peter.Chen@nxp.com>
11696 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11697 L:      linux-usb@vger.kernel.org
11698 S:      Maintained
11699 F:      drivers/usb/common/usb-otg-fsm.c
11700
11701 USB OVER IP DRIVER
11702 M:      Valentina Manea <valentina.manea.m@gmail.com>
11703 M:      Shuah Khan <shuah.kh@samsung.com>
11704 L:      linux-usb@vger.kernel.org
11705 S:      Maintained
11706 F:      Documentation/usb/usbip_protocol.txt
11707 F:      drivers/usb/usbip/
11708 F:      tools/usb/usbip/
11709
11710 USB PEGASUS DRIVER
11711 M:      Petko Manolov <petkan@nucleusys.com>
11712 L:      linux-usb@vger.kernel.org
11713 L:      netdev@vger.kernel.org
11714 T:      git git://github.com/petkan/pegasus.git
11715 W:      https://github.com/petkan/pegasus
11716 S:      Maintained
11717 F:      drivers/net/usb/pegasus.*
11718
11719 USB PHY LAYER
11720 M:      Felipe Balbi <balbi@kernel.org>
11721 L:      linux-usb@vger.kernel.org
11722 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11723 S:      Maintained
11724 F:      drivers/usb/phy/
11725
11726 USB PRINTER DRIVER (usblp)
11727 M:      Pete Zaitcev <zaitcev@redhat.com>
11728 L:      linux-usb@vger.kernel.org
11729 S:      Supported
11730 F:      drivers/usb/class/usblp.c
11731
11732 USB QMI WWAN NETWORK DRIVER
11733 M:      Bjørn Mork <bjorn@mork.no>
11734 L:      netdev@vger.kernel.org
11735 S:      Maintained
11736 F:      Documentation/ABI/testing/sysfs-class-net-qmi
11737 F:      drivers/net/usb/qmi_wwan.c
11738
11739 USB RTL8150 DRIVER
11740 M:      Petko Manolov <petkan@nucleusys.com>
11741 L:      linux-usb@vger.kernel.org
11742 L:      netdev@vger.kernel.org
11743 T:      git git://github.com/petkan/rtl8150.git
11744 W:      https://github.com/petkan/rtl8150
11745 S:      Maintained
11746 F:      drivers/net/usb/rtl8150.c
11747
11748 USB SERIAL SUBSYSTEM
11749 M:      Johan Hovold <johan@kernel.org>
11750 L:      linux-usb@vger.kernel.org
11751 S:      Maintained
11752 F:      Documentation/usb/usb-serial.txt
11753 F:      drivers/usb/serial/
11754 F:      include/linux/usb/serial.h
11755
11756 USB SMSC75XX ETHERNET DRIVER
11757 M:      Steve Glendinning <steve.glendinning@shawell.net>
11758 L:      netdev@vger.kernel.org
11759 S:      Maintained
11760 F:      drivers/net/usb/smsc75xx.*
11761
11762 USB SMSC95XX ETHERNET DRIVER
11763 M:      Steve Glendinning <steve.glendinning@shawell.net>
11764 L:      netdev@vger.kernel.org
11765 S:      Maintained
11766 F:      drivers/net/usb/smsc95xx.*
11767
11768 USB SUBSYSTEM
11769 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11770 L:      linux-usb@vger.kernel.org
11771 W:      http://www.linux-usb.org
11772 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11773 S:      Supported
11774 F:      Documentation/usb/
11775 F:      drivers/usb/
11776 F:      include/linux/usb.h
11777 F:      include/linux/usb/
11778
11779 USB UHCI DRIVER
11780 M:      Alan Stern <stern@rowland.harvard.edu>
11781 L:      linux-usb@vger.kernel.org
11782 S:      Maintained
11783 F:      drivers/usb/host/uhci*
11784
11785 USB "USBNET" DRIVER FRAMEWORK
11786 M:      Oliver Neukum <oneukum@suse.com>
11787 L:      netdev@vger.kernel.org
11788 W:      http://www.linux-usb.org/usbnet
11789 S:      Maintained
11790 F:      drivers/net/usb/usbnet.c
11791 F:      include/linux/usb/usbnet.h
11792
11793 USB VIDEO CLASS
11794 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11795 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11796 L:      linux-media@vger.kernel.org
11797 T:      git git://linuxtv.org/media_tree.git
11798 W:      http://www.ideasonboard.org/uvc/
11799 S:      Maintained
11800 F:      drivers/media/usb/uvc/
11801 F:      include/uapi/linux/uvcvideo.h
11802
11803 USB VISION DRIVER
11804 M:      Hans Verkuil <hverkuil@xs4all.nl>
11805 L:      linux-media@vger.kernel.org
11806 T:      git git://linuxtv.org/media_tree.git
11807 W:      https://linuxtv.org
11808 S:      Odd Fixes
11809 F:      drivers/media/usb/usbvision/
11810
11811 USB WEBCAM GADGET
11812 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11813 L:      linux-usb@vger.kernel.org
11814 S:      Maintained
11815 F:      drivers/usb/gadget/function/*uvc*
11816 F:      drivers/usb/gadget/legacy/webcam.c
11817
11818 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11819 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11820 L:      linux-wireless@vger.kernel.org
11821 S:      Maintained
11822 F:      drivers/net/wireless/rndis_wlan.c
11823
11824 USB XHCI DRIVER
11825 M:      Mathias Nyman <mathias.nyman@intel.com>
11826 L:      linux-usb@vger.kernel.org
11827 S:      Supported
11828 F:      drivers/usb/host/xhci*
11829 F:      drivers/usb/host/pci-quirks*
11830
11831 USB ZD1201 DRIVER
11832 L:      linux-wireless@vger.kernel.org
11833 W:      http://linux-lc100020.sourceforge.net
11834 S:      Orphan
11835 F:      drivers/net/wireless/zydas/zd1201.*
11836
11837 USB ZR364XX DRIVER
11838 M:      Antoine Jacquet <royale@zerezo.com>
11839 L:      linux-usb@vger.kernel.org
11840 L:      linux-media@vger.kernel.org
11841 T:      git git://linuxtv.org/media_tree.git
11842 W:      http://royale.zerezo.com/zr364xx/
11843 S:      Maintained
11844 F:      Documentation/video4linux/zr364xx.txt
11845 F:      drivers/media/usb/zr364xx/
11846
11847 ULPI BUS
11848 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11849 L:      linux-usb@vger.kernel.org
11850 S:      Maintained
11851 F:      drivers/usb/common/ulpi.c
11852 F:      include/linux/ulpi/
11853
11854 USER-MODE LINUX (UML)
11855 M:      Jeff Dike <jdike@addtoit.com>
11856 M:      Richard Weinberger <richard@nod.at>
11857 L:      user-mode-linux-devel@lists.sourceforge.net
11858 L:      user-mode-linux-user@lists.sourceforge.net
11859 W:      http://user-mode-linux.sourceforge.net
11860 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
11861 S:      Maintained
11862 F:      Documentation/virtual/uml/
11863 F:      arch/um/
11864 F:      arch/x86/um/
11865 F:      fs/hostfs/
11866 F:      fs/hppfs/
11867
11868 USERSPACE I/O (UIO)
11869 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11870 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11871 S:      Maintained
11872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11873 F:      Documentation/DocBook/uio-howto.tmpl
11874 F:      drivers/uio/
11875 F:      include/linux/uio*.h
11876
11877 UTIL-LINUX PACKAGE
11878 M:      Karel Zak <kzak@redhat.com>
11879 L:      util-linux@vger.kernel.org
11880 W:      http://en.wikipedia.org/wiki/Util-linux
11881 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11882 S:      Maintained
11883
11884 UVESAFB DRIVER
11885 M:      Michal Januszewski <spock@gentoo.org>
11886 L:      linux-fbdev@vger.kernel.org
11887 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11888 S:      Maintained
11889 F:      Documentation/fb/uvesafb.txt
11890 F:      drivers/video/fbdev/uvesafb.*
11891
11892 VF610 NAND DRIVER
11893 M:      Stefan Agner <stefan@agner.ch>
11894 L:      linux-mtd@lists.infradead.org
11895 S:      Supported
11896 F:      drivers/mtd/nand/vf610_nfc.c
11897
11898 VFAT/FAT/MSDOS FILESYSTEM
11899 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11900 S:      Maintained
11901 F:      Documentation/filesystems/vfat.txt
11902 F:      fs/fat/
11903
11904 VFIO DRIVER
11905 M:      Alex Williamson <alex.williamson@redhat.com>
11906 L:      kvm@vger.kernel.org
11907 T:      git git://github.com/awilliam/linux-vfio.git
11908 S:      Maintained
11909 F:      Documentation/vfio.txt
11910 F:      drivers/vfio/
11911 F:      include/linux/vfio.h
11912 F:      include/uapi/linux/vfio.h
11913
11914 VFIO PLATFORM DRIVER
11915 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11916 L:      kvm@vger.kernel.org
11917 S:      Maintained
11918 F:      drivers/vfio/platform/
11919
11920 VIDEOBUF2 FRAMEWORK
11921 M:      Pawel Osciak <pawel@osciak.com>
11922 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11923 M:      Kyungmin Park <kyungmin.park@samsung.com>
11924 L:      linux-media@vger.kernel.org
11925 S:      Maintained
11926 F:      drivers/media/v4l2-core/videobuf2-*
11927 F:      include/media/videobuf2-*
11928
11929 VIRTUAL SERIO DEVICE DRIVER
11930 M:      Stephen Chandler Paul <thatslyude@gmail.com>
11931 S:      Maintained
11932 F:      drivers/input/serio/userio.c
11933 F:      include/uapi/linux/userio.h
11934
11935 VIRTIO CONSOLE DRIVER
11936 M:      Amit Shah <amit.shah@redhat.com>
11937 L:      virtualization@lists.linux-foundation.org
11938 S:      Maintained
11939 F:      drivers/char/virtio_console.c
11940 F:      include/linux/virtio_console.h
11941 F:      include/uapi/linux/virtio_console.h
11942
11943 VIRTIO CORE, NET AND BLOCK DRIVERS
11944 M:      "Michael S. Tsirkin" <mst@redhat.com>
11945 L:      virtualization@lists.linux-foundation.org
11946 S:      Maintained
11947 F:      drivers/virtio/
11948 F:      tools/virtio/
11949 F:      drivers/net/virtio_net.c
11950 F:      drivers/block/virtio_blk.c
11951 F:      include/linux/virtio_*.h
11952 F:      include/uapi/linux/virtio_*.h
11953
11954 VIRTIO DRIVERS FOR S390
11955 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11956 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11957 L:      linux-s390@vger.kernel.org
11958 L:      virtualization@lists.linux-foundation.org
11959 L:      kvm@vger.kernel.org
11960 S:      Supported
11961 F:      drivers/s390/virtio/
11962
11963 VIRTIO GPU DRIVER
11964 M:      David Airlie <airlied@linux.ie>
11965 M:      Gerd Hoffmann <kraxel@redhat.com>
11966 L:      dri-devel@lists.freedesktop.org
11967 L:      virtualization@lists.linux-foundation.org
11968 S:      Maintained
11969 F:      drivers/gpu/drm/virtio/
11970 F:      include/uapi/linux/virtio_gpu.h
11971
11972 VIRTIO HOST (VHOST)
11973 M:      "Michael S. Tsirkin" <mst@redhat.com>
11974 L:      kvm@vger.kernel.org
11975 L:      virtualization@lists.linux-foundation.org
11976 L:      netdev@vger.kernel.org
11977 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
11978 S:      Maintained
11979 F:      drivers/vhost/
11980 F:      include/uapi/linux/vhost.h
11981
11982 VIRTIO INPUT DRIVER
11983 M:      Gerd Hoffmann <kraxel@redhat.com>
11984 S:      Maintained
11985 F:      drivers/virtio/virtio_input.c
11986 F:      include/uapi/linux/virtio_input.h
11987
11988 VIA RHINE NETWORK DRIVER
11989 S:      Orphan
11990 F:      drivers/net/ethernet/via/via-rhine.c
11991
11992 VIA SD/MMC CARD CONTROLLER DRIVER
11993 M:      Bruce Chang <brucechang@via.com.tw>
11994 M:      Harald Welte <HaraldWelte@viatech.com>
11995 S:      Maintained
11996 F:      drivers/mmc/host/via-sdmmc.c
11997
11998 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11999 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
12000 L:      linux-fbdev@vger.kernel.org
12001 S:      Maintained
12002 F:      include/linux/via-core.h
12003 F:      include/linux/via-gpio.h
12004 F:      include/linux/via_i2c.h
12005 F:      drivers/video/fbdev/via/
12006
12007 VIA VELOCITY NETWORK DRIVER
12008 M:      Francois Romieu <romieu@fr.zoreil.com>
12009 L:      netdev@vger.kernel.org
12010 S:      Maintained
12011 F:      drivers/net/ethernet/via/via-velocity.*
12012
12013 VIRT LIB
12014 M:      Alex Williamson <alex.williamson@redhat.com>
12015 M:      Paolo Bonzini <pbonzini@redhat.com>
12016 L:      kvm@vger.kernel.org
12017 S:      Supported
12018 F:      virt/lib/
12019
12020 VIVID VIRTUAL VIDEO DRIVER
12021 M:      Hans Verkuil <hverkuil@xs4all.nl>
12022 L:      linux-media@vger.kernel.org
12023 T:      git git://linuxtv.org/media_tree.git
12024 W:      https://linuxtv.org
12025 S:      Maintained
12026 F:      drivers/media/platform/vivid/*
12027
12028 VLAN (802.1Q)
12029 M:      Patrick McHardy <kaber@trash.net>
12030 L:      netdev@vger.kernel.org
12031 S:      Maintained
12032 F:      drivers/net/macvlan.c
12033 F:      include/linux/if_*vlan.h
12034 F:      net/8021q/
12035
12036 VLYNQ BUS
12037 M:      Florian Fainelli <florian@openwrt.org>
12038 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
12039 S:      Maintained
12040 F:      drivers/vlynq/vlynq.c
12041 F:      include/linux/vlynq.h
12042
12043 VME SUBSYSTEM
12044 M:      Martyn Welch <martyn@welchs.me.uk>
12045 M:      Manohar Vanga <manohar.vanga@gmail.com>
12046 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12047 L:      devel@driverdev.osuosl.org
12048 S:      Maintained
12049 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12050 F:      Documentation/vme_api.txt
12051 F:      drivers/staging/vme/
12052 F:      drivers/vme/
12053 F:      include/linux/vme*
12054
12055 VMWARE HYPERVISOR INTERFACE
12056 M:      Alok Kataria <akataria@vmware.com>
12057 L:      virtualization@lists.linux-foundation.org
12058 S:      Supported
12059 F:      arch/x86/kernel/cpu/vmware.c
12060
12061 VMWARE BALLOON DRIVER
12062 M:      Xavier Deguillard <xdeguillard@vmware.com>
12063 M:      Philip Moltmann <moltmann@vmware.com>
12064 M:      "VMware, Inc." <pv-drivers@vmware.com>
12065 L:      linux-kernel@vger.kernel.org
12066 S:      Maintained
12067 F:      drivers/misc/vmw_balloon.c
12068
12069 VMWARE VMMOUSE SUBDRIVER
12070 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12071 M:      "VMware, Inc." <pv-drivers@vmware.com>
12072 L:      linux-input@vger.kernel.org
12073 S:      Maintained
12074 F:      drivers/input/mouse/vmmouse.c
12075 F:      drivers/input/mouse/vmmouse.h
12076
12077 VMWARE VMXNET3 ETHERNET DRIVER
12078 M:      Shrikrishna Khare <skhare@vmware.com>
12079 M:      "VMware, Inc." <pv-drivers@vmware.com>
12080 L:      netdev@vger.kernel.org
12081 S:      Maintained
12082 F:      drivers/net/vmxnet3/
12083
12084 VMware PVSCSI driver
12085 M:      Arvind Kumar <arvindkumar@vmware.com>
12086 M:      VMware PV-Drivers <pv-drivers@vmware.com>
12087 L:      linux-scsi@vger.kernel.org
12088 S:      Maintained
12089 F:      drivers/scsi/vmw_pvscsi.c
12090 F:      drivers/scsi/vmw_pvscsi.h
12091
12092 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12093 M:      Liam Girdwood <lgirdwood@gmail.com>
12094 M:      Mark Brown <broonie@kernel.org>
12095 L:      linux-kernel@vger.kernel.org
12096 W:      http://www.slimlogic.co.uk/?p=48
12097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12098 S:      Supported
12099 F:      Documentation/devicetree/bindings/regulator/
12100 F:      drivers/regulator/
12101 F:      include/dt-bindings/regulator/
12102 F:      include/linux/regulator/
12103
12104 VRF
12105 M:      David Ahern <dsa@cumulusnetworks.com>
12106 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
12107 L:      netdev@vger.kernel.org
12108 S:      Maintained
12109 F:      drivers/net/vrf.c
12110 F:      Documentation/networking/vrf.txt
12111
12112 VT1211 HARDWARE MONITOR DRIVER
12113 M:      Juerg Haefliger <juergh@gmail.com>
12114 L:      linux-hwmon@vger.kernel.org
12115 S:      Maintained
12116 F:      Documentation/hwmon/vt1211
12117 F:      drivers/hwmon/vt1211.c
12118
12119 VT8231 HARDWARE MONITOR DRIVER
12120 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
12121 L:      linux-hwmon@vger.kernel.org
12122 S:      Maintained
12123 F:      drivers/hwmon/vt8231.c
12124
12125 VUB300 USB to SDIO/SD/MMC bridge chip
12126 M:      Tony Olech <tony.olech@elandigitalsystems.com>
12127 L:      linux-mmc@vger.kernel.org
12128 L:      linux-usb@vger.kernel.org
12129 S:      Supported
12130 F:      drivers/mmc/host/vub300.c
12131
12132 W1 DALLAS'S 1-WIRE BUS
12133 M:      Evgeniy Polyakov <zbr@ioremap.net>
12134 S:      Maintained
12135 F:      Documentation/w1/
12136 F:      drivers/w1/
12137
12138 W83791D HARDWARE MONITORING DRIVER
12139 M:      Marc Hulsman <m.hulsman@tudelft.nl>
12140 L:      linux-hwmon@vger.kernel.org
12141 S:      Maintained
12142 F:      Documentation/hwmon/w83791d
12143 F:      drivers/hwmon/w83791d.c
12144
12145 W83793 HARDWARE MONITORING DRIVER
12146 M:      Rudolf Marek <r.marek@assembler.cz>
12147 L:      linux-hwmon@vger.kernel.org
12148 S:      Maintained
12149 F:      Documentation/hwmon/w83793
12150 F:      drivers/hwmon/w83793.c
12151
12152 W83795 HARDWARE MONITORING DRIVER
12153 M:      Jean Delvare <jdelvare@suse.com>
12154 L:      linux-hwmon@vger.kernel.org
12155 S:      Maintained
12156 F:      drivers/hwmon/w83795.c
12157
12158 W83L51xD SD/MMC CARD INTERFACE DRIVER
12159 M:      Pierre Ossman <pierre@ossman.eu>
12160 S:      Maintained
12161 F:      drivers/mmc/host/wbsd.*
12162
12163 WACOM PROTOCOL 4 SERIAL TABLETS
12164 M:      Julian Squires <julian@cipht.net>
12165 M:      Hans de Goede <hdegoede@redhat.com>
12166 L:      linux-input@vger.kernel.org
12167 S:      Maintained
12168 F:      drivers/input/tablet/wacom_serial4.c
12169
12170 WATCHDOG DEVICE DRIVERS
12171 M:      Wim Van Sebroeck <wim@iguana.be>
12172 R:      Guenter Roeck <linux@roeck-us.net>
12173 L:      linux-watchdog@vger.kernel.org
12174 W:      http://www.linux-watchdog.org/
12175 T:      git git://www.linux-watchdog.org/linux-watchdog.git
12176 S:      Maintained
12177 F:      Documentation/watchdog/
12178 F:      drivers/watchdog/
12179 F:      include/linux/watchdog.h
12180 F:      include/uapi/linux/watchdog.h
12181
12182 WD7000 SCSI DRIVER
12183 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
12184 L:      linux-scsi@vger.kernel.org
12185 S:      Maintained
12186 F:      drivers/scsi/wd7000.c
12187
12188 WIIMOTE HID DRIVER
12189 M:      David Herrmann <dh.herrmann@googlemail.com>
12190 L:      linux-input@vger.kernel.org
12191 S:      Maintained
12192 F:      drivers/hid/hid-wiimote*
12193
12194 WINBOND CIR DRIVER
12195 M:      David Härdeman <david@hardeman.nu>
12196 S:      Maintained
12197 F:      drivers/media/rc/winbond-cir.c
12198
12199 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
12200 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12201 L:      linux-watchdog@vger.kernel.org
12202 S:      Maintained
12203 F:      drivers/watchdog/ebc-c384_wdt.c
12204
12205 WINSYSTEMS WS16C48 GPIO DRIVER
12206 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12207 L:      linux-gpio@vger.kernel.org
12208 S:      Maintained
12209 F:      drivers/gpio/gpio-ws16c48.c
12210
12211 WIMAX STACK
12212 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
12213 M:      linux-wimax@intel.com
12214 L:      wimax@linuxwimax.org (subscribers-only)
12215 S:      Supported
12216 W:      http://linuxwimax.org
12217 F:      Documentation/wimax/README.wimax
12218 F:      include/linux/wimax/debug.h
12219 F:      include/net/wimax.h
12220 F:      include/uapi/linux/wimax.h
12221 F:      net/wimax/
12222
12223 WISTRON LAPTOP BUTTON DRIVER
12224 M:      Miloslav Trmac <mitr@volny.cz>
12225 S:      Maintained
12226 F:      drivers/input/misc/wistron_btns.c
12227
12228 WL3501 WIRELESS PCMCIA CARD DRIVER
12229 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
12230 L:      linux-wireless@vger.kernel.org
12231 W:      http://oops.ghostprotocols.net:81/blog
12232 S:      Maintained
12233 F:      drivers/net/wireless/wl3501*
12234
12235 WOLFSON MICROELECTRONICS DRIVERS
12236 L:      patches@opensource.wolfsonmicro.com
12237 T:      git https://github.com/CirrusLogic/linux-drivers.git
12238 W:      https://github.com/CirrusLogic/linux-drivers/wiki
12239 S:      Supported
12240 F:      Documentation/hwmon/wm83??
12241 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12242 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12243 F:      Documentation/devicetree/bindings/mfd/arizona.txt
12244 F:      arch/arm/mach-s3c64xx/mach-crag6410*
12245 F:      drivers/clk/clk-wm83*.c
12246 F:      drivers/extcon/extcon-arizona.c
12247 F:      drivers/leds/leds-wm83*.c
12248 F:      drivers/gpio/gpio-*wm*.c
12249 F:      drivers/gpio/gpio-arizona.c
12250 F:      drivers/hwmon/wm83??-hwmon.c
12251 F:      drivers/input/misc/wm831x-on.c
12252 F:      drivers/input/touchscreen/wm831x-ts.c
12253 F:      drivers/input/touchscreen/wm97*.c
12254 F:      drivers/mfd/arizona*
12255 F:      drivers/mfd/wm*.c
12256 F:      drivers/mfd/cs47l24*
12257 F:      drivers/power/wm83*.c
12258 F:      drivers/rtc/rtc-wm83*.c
12259 F:      drivers/regulator/wm8*.c
12260 F:      drivers/video/backlight/wm83*_bl.c
12261 F:      drivers/watchdog/wm83*_wdt.c
12262 F:      include/linux/mfd/arizona/
12263 F:      include/linux/mfd/wm831x/
12264 F:      include/linux/mfd/wm8350/
12265 F:      include/linux/mfd/wm8400*
12266 F:      include/linux/wm97xx.h
12267 F:      include/sound/wm????.h
12268 F:      sound/soc/codecs/arizona.?
12269 F:      sound/soc/codecs/wm*
12270 F:      sound/soc/codecs/cs47l24*
12271
12272 WORKQUEUE
12273 M:      Tejun Heo <tj@kernel.org>
12274 R:      Lai Jiangshan <jiangshanlai@gmail.com>
12275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12276 S:      Maintained
12277 F:      include/linux/workqueue.h
12278 F:      kernel/workqueue.c
12279 F:      Documentation/workqueue.txt
12280
12281 X.25 NETWORK LAYER
12282 M:      Andrew Hendry <andrew.hendry@gmail.com>
12283 L:      linux-x25@vger.kernel.org
12284 S:      Odd Fixes
12285 F:      Documentation/networking/x25*
12286 F:      include/net/x25*
12287 F:      net/x25/
12288
12289 X86 ARCHITECTURE (32-BIT AND 64-BIT)
12290 M:      Thomas Gleixner <tglx@linutronix.de>
12291 M:      Ingo Molnar <mingo@redhat.com>
12292 M:      "H. Peter Anvin" <hpa@zytor.com>
12293 M:      x86@kernel.org
12294 L:      linux-kernel@vger.kernel.org
12295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
12296 S:      Maintained
12297 F:      Documentation/x86/
12298 F:      arch/x86/
12299
12300 X86 PLATFORM DRIVERS
12301 M:      Darren Hart <dvhart@infradead.org>
12302 L:      platform-driver-x86@vger.kernel.org
12303 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12304 S:      Maintained
12305 F:      drivers/platform/x86/
12306 F:      drivers/platform/olpc/
12307
12308 X86 MCE INFRASTRUCTURE
12309 M:      Tony Luck <tony.luck@intel.com>
12310 M:      Borislav Petkov <bp@alien8.de>
12311 L:      linux-edac@vger.kernel.org
12312 S:      Maintained
12313 F:      arch/x86/kernel/cpu/mcheck/*
12314
12315 X86 MICROCODE UPDATE SUPPORT
12316 M:      Borislav Petkov <bp@alien8.de>
12317 S:      Maintained
12318 F:      arch/x86/kernel/cpu/microcode/*
12319
12320 X86 VDSO
12321 M:      Andy Lutomirski <luto@amacapital.net>
12322 L:      linux-kernel@vger.kernel.org
12323 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12324 S:      Maintained
12325 F:      arch/x86/entry/vdso/
12326
12327 XC2028/3028 TUNER DRIVER
12328 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
12329 L:      linux-media@vger.kernel.org
12330 W:      https://linuxtv.org
12331 T:      git git://linuxtv.org/media_tree.git
12332 S:      Maintained
12333 F:      drivers/media/tuners/tuner-xc2028.*
12334
12335 XEN HYPERVISOR INTERFACE
12336 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
12337 M:      David Vrabel <david.vrabel@citrix.com>
12338 M:      Juergen Gross <jgross@suse.com>
12339 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12340 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12341 S:      Supported
12342 F:      arch/x86/xen/
12343 F:      drivers/*/xen-*front.c
12344 F:      drivers/xen/
12345 F:      arch/x86/include/asm/xen/
12346 F:      include/xen/
12347 F:      include/uapi/xen/
12348
12349 XEN HYPERVISOR ARM
12350 M:      Stefano Stabellini <sstabellini@kernel.org>
12351 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12352 S:      Maintained
12353 F:      arch/arm/xen/
12354 F:      arch/arm/include/asm/xen/
12355
12356 XEN HYPERVISOR ARM64
12357 M:      Stefano Stabellini <sstabellini@kernel.org>
12358 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12359 S:      Maintained
12360 F:      arch/arm64/xen/
12361 F:      arch/arm64/include/asm/xen/
12362
12363 XEN NETWORK BACKEND DRIVER
12364 M:      Wei Liu <wei.liu2@citrix.com>
12365 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12366 L:      netdev@vger.kernel.org
12367 S:      Supported
12368 F:      drivers/net/xen-netback/*
12369
12370 XEN PCI SUBSYSTEM
12371 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12372 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12373 S:      Supported
12374 F:      arch/x86/pci/*xen*
12375 F:      drivers/pci/*xen*
12376
12377 XEN BLOCK SUBSYSTEM
12378 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12379 M:      Roger Pau Monné <roger.pau@citrix.com>
12380 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12381 S:      Supported
12382 F:      drivers/block/xen-blkback/*
12383 F:      drivers/block/xen*
12384
12385 XEN PVSCSI DRIVERS
12386 M:      Juergen Gross <jgross@suse.com>
12387 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12388 L:      linux-scsi@vger.kernel.org
12389 S:      Supported
12390 F:      drivers/scsi/xen-scsifront.c
12391 F:      drivers/xen/xen-scsiback.c
12392 F:      include/xen/interface/io/vscsiif.h
12393
12394 XEN SWIOTLB SUBSYSTEM
12395 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12396 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12397 S:      Supported
12398 F:      arch/x86/xen/*swiotlb*
12399 F:      drivers/xen/*swiotlb*
12400
12401 XFS FILESYSTEM
12402 P:      Silicon Graphics Inc
12403 M:      Dave Chinner <david@fromorbit.com>
12404 M:      xfs@oss.sgi.com
12405 L:      xfs@oss.sgi.com
12406 W:      http://oss.sgi.com/projects/xfs
12407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12408 S:      Supported
12409 F:      Documentation/filesystems/xfs.txt
12410 F:      fs/xfs/
12411
12412 XILINX AXI ETHERNET DRIVER
12413 M:      Anirudha Sarangi <anirudh@xilinx.com>
12414 M:      John Linn <John.Linn@xilinx.com>
12415 S:      Maintained
12416 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
12417
12418 XILINX UARTLITE SERIAL DRIVER
12419 M:      Peter Korsgaard <jacmet@sunsite.dk>
12420 L:      linux-serial@vger.kernel.org
12421 S:      Maintained
12422 F:      drivers/tty/serial/uartlite.c
12423
12424 XILINX VIDEO IP CORES
12425 M:      Hyun Kwon <hyun.kwon@xilinx.com>
12426 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12427 L:      linux-media@vger.kernel.org
12428 T:      git git://linuxtv.org/media_tree.git
12429 S:      Supported
12430 F:      Documentation/devicetree/bindings/media/xilinx/
12431 F:      drivers/media/platform/xilinx/
12432 F:      include/uapi/linux/xilinx-v4l2-controls.h
12433
12434 XILLYBUS DRIVER
12435 M:      Eli Billauer <eli.billauer@gmail.com>
12436 L:      linux-kernel@vger.kernel.org
12437 S:      Supported
12438 F:      drivers/char/xillybus/
12439
12440 XTENSA XTFPGA PLATFORM SUPPORT
12441 M:      Max Filippov <jcmvbkbc@gmail.com>
12442 L:      linux-xtensa@linux-xtensa.org
12443 S:      Maintained
12444 F:      drivers/spi/spi-xtensa-xtfpga.c
12445 F:      sound/soc/xtensa/xtfpga-i2s.c
12446
12447 YAM DRIVER FOR AX.25
12448 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
12449 L:      linux-hams@vger.kernel.org
12450 S:      Maintained
12451 F:      drivers/net/hamradio/yam*
12452 F:      include/linux/yam.h
12453
12454 YEALINK PHONE DRIVER
12455 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
12456 L:      usbb2k-api-dev@nongnu.org
12457 S:      Maintained
12458 F:      Documentation/input/yealink.txt
12459 F:      drivers/input/misc/yealink.*
12460
12461 Z8530 DRIVER FOR AX.25
12462 M:      Joerg Reuter <jreuter@yaina.de>
12463 W:      http://yaina.de/jreuter/
12464 W:      http://www.qsl.net/dl1bke/
12465 L:      linux-hams@vger.kernel.org
12466 S:      Maintained
12467 F:      Documentation/networking/z8530drv.txt
12468 F:      drivers/net/hamradio/*scc.c
12469 F:      drivers/net/hamradio/z8530.h
12470
12471 ZBUD COMPRESSED PAGE ALLOCATOR
12472 M:      Seth Jennings <sjenning@redhat.com>
12473 L:      linux-mm@kvack.org
12474 S:      Maintained
12475 F:      mm/zbud.c
12476 F:      include/linux/zbud.h
12477
12478 ZD1211RW WIRELESS DRIVER
12479 M:      Daniel Drake <dsd@gentoo.org>
12480 M:      Ulrich Kunitz <kune@deine-taler.de>
12481 W:      http://zd1211.ath.cx/wiki/DriverRewrite
12482 L:      linux-wireless@vger.kernel.org
12483 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
12484 S:      Maintained
12485 F:      drivers/net/wireless/zydas/zd1211rw/
12486
12487 ZPOOL COMPRESSED PAGE STORAGE API
12488 M:      Dan Streetman <ddstreet@ieee.org>
12489 L:      linux-mm@kvack.org
12490 S:      Maintained
12491 F:      mm/zpool.c
12492 F:      include/linux/zpool.h
12493
12494 ZR36067 VIDEO FOR LINUX DRIVER
12495 L:      mjpeg-users@lists.sourceforge.net
12496 L:      linux-media@vger.kernel.org
12497 W:      http://mjpeg.sourceforge.net/driver-zoran/
12498 T:      hg https://linuxtv.org/hg/v4l-dvb
12499 S:      Odd Fixes
12500 F:      drivers/media/pci/zoran/
12501
12502 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12503 M:      Minchan Kim <minchan@kernel.org>
12504 M:      Nitin Gupta <ngupta@vflare.org>
12505 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12506 L:      linux-kernel@vger.kernel.org
12507 S:      Maintained
12508 F:      drivers/block/zram/
12509 F:      Documentation/blockdev/zram.txt
12510
12511 ZS DECSTATION Z85C30 SERIAL DRIVER
12512 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12513 S:      Maintained
12514 F:      drivers/tty/serial/zs.*
12515
12516 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12517 M:      Minchan Kim <minchan@kernel.org>
12518 M:      Nitin Gupta <ngupta@vflare.org>
12519 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12520 L:      linux-mm@kvack.org
12521 S:      Maintained
12522 F:      mm/zsmalloc.c
12523 F:      include/linux/zsmalloc.h
12524 F:      Documentation/vm/zsmalloc.txt
12525
12526 ZSWAP COMPRESSED SWAP CACHING
12527 M:      Seth Jennings <sjenning@redhat.com>
12528 L:      linux-mm@kvack.org
12529 S:      Maintained
12530 F:      mm/zswap.c
12531
12532 THE REST
12533 M:      Linus Torvalds <torvalds@linux-foundation.org>
12534 L:      linux-kernel@vger.kernel.org
12535 Q:      http://patchwork.kernel.org/project/LKML/list/
12536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12537 S:      Buried alive in reporters
12538 F:      *
12539 F:      */