Merge tag 'for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power...
[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 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      netdev@vger.kernel.org
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <ericvh@gmail.com>
190 M:      Ron Minnich <rminnich@sandia.gov>
191 M:      Latchesar Ionkov <lucho@ionkov.net>
192 L:      v9fs-developer@lists.sourceforge.net
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <crope@iki.fi>
207 L:      linux-media@vger.kernel.org
208 W:      https://linuxtv.org
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L:      linux-scsi@vger.kernel.org
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
222
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      include/linux/syscalls.h
226 F:      kernel/sys_ni.c
227
228 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
229 M:      Hans de Goede <hdegoede@redhat.com>
230 L:      linux-hwmon@vger.kernel.org
231 S:      Maintained
232 F:      drivers/hwmon/abituguru.c
233
234 ABIT UGURU 3 HARDWARE MONITOR DRIVER
235 M:      Alistair John Strachan <alistair@devzero.co.uk>
236 L:      linux-hwmon@vger.kernel.org
237 S:      Maintained
238 F:      drivers/hwmon/abituguru3.c
239
240 ACCES 104-DIO-48E GPIO DRIVER
241 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
242 L:      linux-gpio@vger.kernel.org
243 S:      Maintained
244 F:      drivers/gpio/gpio-104-dio-48e.c
245
246 ACCES 104-IDI-48 GPIO DRIVER
247 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
248 L:      linux-gpio@vger.kernel.org
249 S:      Maintained
250 F:      drivers/gpio/gpio-104-idi-48.c
251
252 ACCES 104-IDIO-16 GPIO DRIVER
253 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
254 L:      linux-gpio@vger.kernel.org
255 S:      Maintained
256 F:      drivers/gpio/gpio-104-idio-16.c
257
258 ACENIC DRIVER
259 M:      Jes Sorensen <jes@trained-monkey.org>
260 L:      linux-acenic@sunsite.dk
261 S:      Maintained
262 F:      drivers/net/ethernet/alteon/acenic*
263
264 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
265 M:      Peter Feuerer <peter@piie.net>
266 L:      platform-driver-x86@vger.kernel.org
267 W:      http://piie.net/?section=acerhdf
268 S:      Maintained
269 F:      drivers/platform/x86/acerhdf.c
270
271 ACER WMI LAPTOP EXTRAS
272 M:      "Lee, Chun-Yi" <jlee@suse.com>
273 L:      platform-driver-x86@vger.kernel.org
274 S:      Maintained
275 F:      drivers/platform/x86/acer-wmi.c
276
277 ACPI
278 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
279 M:      Len Brown <lenb@kernel.org>
280 L:      linux-acpi@vger.kernel.org
281 W:      https://01.org/linux-acpi
282 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
284 S:      Supported
285 F:      drivers/acpi/
286 F:      drivers/pnp/pnpacpi/
287 F:      include/linux/acpi.h
288 F:      include/acpi/
289 F:      Documentation/acpi/
290 F:      Documentation/ABI/testing/sysfs-bus-acpi
291 F:      Documentation/ABI/testing/configfs-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 ALPS PS/2 TOUCHPAD DRIVER
600 R:      Pali Rohár <pali.rohar@gmail.com>
601 F:      drivers/input/mouse/alps.*
602
603 ALTERA MAILBOX DRIVER
604 M:      Ley Foon Tan <lftan@altera.com>
605 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
606 S:      Maintained
607 F:      drivers/mailbox/mailbox-altera.c
608
609 ALTERA PIO DRIVER
610 M:      Tien Hock Loh <thloh@altera.com>
611 L:      linux-gpio@vger.kernel.org
612 S:      Maintained
613 F:      drivers/gpio/gpio-altera.c
614
615 ALTERA TRIPLE SPEED ETHERNET DRIVER
616 M:      Vince Bridgers <vbridger@opensource.altera.com>
617 L:      netdev@vger.kernel.org
618 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
619 S:      Maintained
620 F:      drivers/net/ethernet/altera/
621
622 ALTERA UART/JTAG UART SERIAL DRIVERS
623 M:      Tobias Klauser <tklauser@distanz.ch>
624 L:      linux-serial@vger.kernel.org
625 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
626 S:      Maintained
627 F:      drivers/tty/serial/altera_uart.c
628 F:      drivers/tty/serial/altera_jtaguart.c
629 F:      include/linux/altera_uart.h
630 F:      include/linux/altera_jtaguart.h
631
632 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
633 M:      Tom Lendacky <thomas.lendacky@amd.com>
634 M:      Gary Hook <gary.hook@amd.com>
635 L:      linux-crypto@vger.kernel.org
636 S:      Supported
637 F:      drivers/crypto/ccp/
638 F:      include/linux/ccp.h
639
640 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
641 M:      Huang Rui <ray.huang@amd.com>
642 L:      linux-hwmon@vger.kernel.org
643 S:      Supported
644 F:      Documentation/hwmon/fam15h_power
645 F:      drivers/hwmon/fam15h_power.c
646
647 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
648 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
649 S:      Orphan
650 F:      drivers/usb/gadget/udc/amd5536udc.*
651
652 AMD GEODE PROCESSOR/CHIPSET SUPPORT
653 P:      Andres Salomon <dilinger@queued.net>
654 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
655 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
656 S:      Supported
657 F:      drivers/char/hw_random/geode-rng.c
658 F:      drivers/crypto/geode*
659 F:      drivers/video/fbdev/geode/
660 F:      arch/x86/include/asm/geode.h
661
662 AMD IOMMU (AMD-VI)
663 M:      Joerg Roedel <joro@8bytes.org>
664 L:      iommu@lists.linux-foundation.org
665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
666 S:      Maintained
667 F:      drivers/iommu/amd_iommu*.[ch]
668 F:      include/linux/amd-iommu.h
669
670 AMD KFD
671 M:      Oded Gabbay <oded.gabbay@gmail.com>
672 L:      dri-devel@lists.freedesktop.org
673 T:      git git://people.freedesktop.org/~gabbayo/linux.git
674 S:      Supported
675 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
676 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
677 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
678 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
679 F:      drivers/gpu/drm/amd/amdkfd/
680 F:      drivers/gpu/drm/amd/include/cik_structs.h
681 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
682 F:      drivers/gpu/drm/amd/include/vi_structs.h
683 F:      drivers/gpu/drm/radeon/radeon_kfd.c
684 F:      drivers/gpu/drm/radeon/radeon_kfd.h
685 F:      include/uapi/linux/kfd_ioctl.h
686
687 AMD SEATTLE DEVICE TREE SUPPORT
688 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
689 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
690 M:      Tom Lendacky <thomas.lendacky@amd.com>
691 S:      Supported
692 F:      arch/arm64/boot/dts/amd/
693
694 AMD XGBE DRIVER
695 M:      Tom Lendacky <thomas.lendacky@amd.com>
696 L:      netdev@vger.kernel.org
697 S:      Supported
698 F:      drivers/net/ethernet/amd/xgbe/
699 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
700
701 AMS (Apple Motion Sensor) DRIVER
702 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
703 S:      Supported
704 F:      drivers/macintosh/ams/
705
706 ANALOG DEVICES INC AD9389B DRIVER
707 M:      Hans Verkuil <hans.verkuil@cisco.com>
708 L:      linux-media@vger.kernel.org
709 S:      Maintained
710 F:      drivers/media/i2c/ad9389b*
711
712 ANALOG DEVICES INC ADV7180 DRIVER
713 M:      Lars-Peter Clausen <lars@metafoo.de>
714 L:      linux-media@vger.kernel.org
715 W:      http://ez.analog.com/community/linux-device-drivers
716 S:      Supported
717 F:      drivers/media/i2c/adv7180.c
718
719 ANALOG DEVICES INC ADV7511 DRIVER
720 M:      Hans Verkuil <hans.verkuil@cisco.com>
721 L:      linux-media@vger.kernel.org
722 S:      Maintained
723 F:      drivers/media/i2c/adv7511*
724
725 ANALOG DEVICES INC ADV7604 DRIVER
726 M:      Hans Verkuil <hans.verkuil@cisco.com>
727 L:      linux-media@vger.kernel.org
728 S:      Maintained
729 F:      drivers/media/i2c/adv7604*
730
731 ANALOG DEVICES INC ADV7842 DRIVER
732 M:      Hans Verkuil <hans.verkuil@cisco.com>
733 L:      linux-media@vger.kernel.org
734 S:      Maintained
735 F:      drivers/media/i2c/adv7842*
736
737 ANALOG DEVICES INC ASOC CODEC DRIVERS
738 M:      Lars-Peter Clausen <lars@metafoo.de>
739 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
740 W:      http://wiki.analog.com/
741 W:      http://ez.analog.com/community/linux-device-drivers
742 S:      Supported
743 F:      sound/soc/codecs/adau*
744 F:      sound/soc/codecs/adav*
745 F:      sound/soc/codecs/ad1*
746 F:      sound/soc/codecs/ad7*
747 F:      sound/soc/codecs/ssm*
748 F:      sound/soc/codecs/sigmadsp.*
749
750 ANALOG DEVICES INC ASOC DRIVERS
751 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
752 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
753 W:      http://blackfin.uclinux.org/
754 S:      Supported
755 F:      sound/soc/blackfin/*
756
757 ANALOG DEVICES INC IIO DRIVERS
758 M:      Lars-Peter Clausen <lars@metafoo.de>
759 M:      Michael Hennerich <Michael.Hennerich@analog.com>
760 W:      http://wiki.analog.com/
761 W:      http://ez.analog.com/community/linux-device-drivers
762 S:      Supported
763 F:      drivers/iio/*/ad*
764 X:      drivers/iio/*/adjd*
765 F:      drivers/staging/iio/*/ad*
766 F:      staging/iio/trigger/iio-trig-bfin-timer.c
767
768 ANALOG DEVICES INC DMA DRIVERS
769 M:      Lars-Peter Clausen <lars@metafoo.de>
770 W:      http://ez.analog.com/community/linux-device-drivers
771 S:      Supported
772 F:      drivers/dma/dma-axi-dmac.c
773
774 ANDROID DRIVERS
775 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
776 M:      Arve Hjønnevåg <arve@android.com>
777 M:      Riley Andrews <riandrews@android.com>
778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
779 L:      devel@driverdev.osuosl.org
780 S:      Supported
781 F:      drivers/android/
782 F:      drivers/staging/android/
783
784 ANDROID ION DRIVER
785 M:      Laura Abbott <labbott@redhat.com>
786 M:      Sumit Semwal <sumit.semwal@linaro.org>
787 L:      devel@driverdev.osuosl.org
788 S:      Supported
789 F:      drivers/staging/android/ion
790 F:      drivers/staging/android/uapi/ion.h
791 F:      drivers/staging/android/uapi/ion_test.h
792
793 AOA (Apple Onboard Audio) ALSA DRIVER
794 M:      Johannes Berg <johannes@sipsolutions.net>
795 L:      linuxppc-dev@lists.ozlabs.org
796 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
797 S:      Maintained
798 F:      sound/aoa/
799
800 APEX EMBEDDED SYSTEMS STX104 DAC DRIVER
801 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
802 L:      linux-iio@vger.kernel.org
803 S:      Maintained
804 F:      drivers/iio/dac/stx104.c
805
806 APM DRIVER
807 M:      Jiri Kosina <jikos@kernel.org>
808 S:      Odd fixes
809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
810 F:      arch/x86/kernel/apm_32.c
811 F:      include/linux/apm_bios.h
812 F:      include/uapi/linux/apm_bios.h
813 F:      drivers/char/apm-emulation.c
814
815 APPLE BCM5974 MULTITOUCH DRIVER
816 M:      Henrik Rydberg <rydberg@bitmath.org>
817 L:      linux-input@vger.kernel.org
818 S:      Odd fixes
819 F:      drivers/input/mouse/bcm5974.c
820
821 APPLE SMC DRIVER
822 M:      Henrik Rydberg <rydberg@bitmath.org>
823 L:      linux-hwmon@vger.kernel.org
824 S:      Odd fixes
825 F:      drivers/hwmon/applesmc.c
826
827 APPLETALK NETWORK LAYER
828 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
829 S:      Maintained
830 F:      drivers/net/appletalk/
831 F:      net/appletalk/
832
833 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
834 M:      Duc Dang <dhdang@apm.com>
835 S:      Supported
836 F:      arch/arm64/boot/dts/apm/
837
838 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
839 M:      Iyappan Subramanian <isubramanian@apm.com>
840 M:      Keyur Chudgar <kchudgar@apm.com>
841 S:      Supported
842 F:      drivers/net/ethernet/apm/xgene/
843 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
844
845 APTINA CAMERA SENSOR PLL
846 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
847 L:      linux-media@vger.kernel.org
848 S:      Maintained
849 F:      drivers/media/i2c/aptina-pll.*
850
851 ARC FRAMEBUFFER DRIVER
852 M:      Jaya Kumar <jayalk@intworks.biz>
853 S:      Maintained
854 F:      drivers/video/fbdev/arcfb.c
855 F:      drivers/video/fbdev/core/fb_defio.c
856
857 ARCNET NETWORK LAYER
858 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
859 L:      netdev@vger.kernel.org
860 S:      Maintained
861 F:      drivers/net/arcnet/
862 F:      include/uapi/linux/if_arcnet.h
863
864 ARC PGU DRM DRIVER
865 M:      Alexey Brodkin <abrodkin@synopsys.com>
866 S:      Supported
867 F:      drivers/gpu/drm/arc/
868 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
869
870 ARM HDLCD DRM DRIVER
871 M:      Liviu Dudau <liviu.dudau@arm.com>
872 S:      Supported
873 F:      drivers/gpu/drm/arm/
874 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
875
876 ARM MFM AND FLOPPY DRIVERS
877 M:      Ian Molton <spyro@f2s.com>
878 S:      Maintained
879 F:      arch/arm/lib/floppydma.S
880 F:      arch/arm/include/asm/floppy.h
881
882 ARM PMU PROFILING AND DEBUGGING
883 M:      Will Deacon <will.deacon@arm.com>
884 R:      Mark Rutland <mark.rutland@arm.com>
885 S:      Maintained
886 F:      arch/arm*/kernel/perf_*
887 F:      arch/arm/oprofile/common.c
888 F:      arch/arm*/kernel/hw_breakpoint.c
889 F:      arch/arm*/include/asm/hw_breakpoint.h
890 F:      arch/arm*/include/asm/perf_event.h
891 F:      drivers/perf/arm_pmu.c
892 F:      include/linux/perf/arm_pmu.h
893
894 ARM PORT
895 M:      Russell King <linux@armlinux.org.uk>
896 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
897 W:      http://www.armlinux.org.uk/
898 S:      Maintained
899 F:      arch/arm/
900
901 ARM SUB-ARCHITECTURES
902 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
903 S:      Maintained
904 F:      arch/arm/mach-*/
905 F:      arch/arm/plat-*/
906 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
907
908 ARM PRIMECELL AACI PL041 DRIVER
909 M:      Russell King <linux@armlinux.org.uk>
910 S:      Maintained
911 F:      sound/arm/aaci.*
912
913 ARM PRIMECELL CLCD PL110 DRIVER
914 M:      Russell King <linux@armlinux.org.uk>
915 S:      Maintained
916 F:      drivers/video/fbdev/amba-clcd.*
917
918 ARM PRIMECELL KMI PL050 DRIVER
919 M:      Russell King <linux@armlinux.org.uk>
920 S:      Maintained
921 F:      drivers/input/serio/ambakmi.*
922 F:      include/linux/amba/kmi.h
923
924 ARM PRIMECELL MMCI PL180/1 DRIVER
925 M:      Russell King <linux@armlinux.org.uk>
926 S:      Maintained
927 F:      drivers/mmc/host/mmci.*
928 F:      include/linux/amba/mmci.h
929
930 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
931 M:      Russell King <linux@armlinux.org.uk>
932 S:      Maintained
933 F:      drivers/tty/serial/amba-pl01*.c
934 F:      include/linux/amba/serial.h
935
936 ARM PRIMECELL BUS SUPPORT
937 M:      Russell King <linux@armlinux.org.uk>
938 S:      Maintained
939 F:      drivers/amba/
940 F:      include/linux/amba/bus.h
941
942 ARM/ADS SPHERE MACHINE SUPPORT
943 M:      Lennert Buytenhek <kernel@wantstofly.org>
944 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
945 S:      Maintained
946
947 ARM/AFEB9260 MACHINE SUPPORT
948 M:      Sergey Lapin <slapin@ossfans.org>
949 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
950 S:      Maintained
951
952 ARM/AJECO 1ARM MACHINE SUPPORT
953 M:      Lennert Buytenhek <kernel@wantstofly.org>
954 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
955 S:      Maintained
956
957 ARM/Allwinner sunXi SoC support
958 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
959 M:      Chen-Yu Tsai <wens@csie.org>
960 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
961 S:      Maintained
962 N:      sun[x456789]i
963
964 ARM/Allwinner SoC Clock Support
965 M:      Emilio López <emilio@elopez.com.ar>
966 S:      Maintained
967 F:      drivers/clk/sunxi/
968
969 ARM/Amlogic Meson SoC support
970 M:      Carlo Caione <carlo@caione.org>
971 M:      Kevin Hilman <khilman@baylibre.com>
972 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
973 L:      linux-amlogic@lists.infradead.org
974 W:      http://linux-meson.com/
975 S:      Maintained
976 F:      arch/arm/mach-meson/
977 F:      arch/arm/boot/dts/meson*
978 F:      arch/arm64/boot/dts/amlogic/
979 F:      drivers/pinctrl/meson/
980 N:      meson
981
982 ARM/Annapurna Labs ALPINE ARCHITECTURE
983 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
984 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
985 S:      Maintained
986 F:      arch/arm/mach-alpine/
987 F:      arch/arm/boot/dts/alpine*
988 F:      arch/arm64/boot/dts/al/
989 F:      drivers/*/*alpine*
990
991 ARM/ARTPEC MACHINE SUPPORT
992 M:      Jesper Nilsson <jesper.nilsson@axis.com>
993 M:      Lars Persson <lars.persson@axis.com>
994 M:      Niklas Cassel <niklas.cassel@axis.com>
995 S:      Maintained
996 L:      linux-arm-kernel@axis.com
997 F:      arch/arm/mach-artpec
998 F:      arch/arm/boot/dts/artpec6*
999 F:      drivers/clk/axis
1000
1001 ARM/ASPEED MACHINE SUPPORT
1002 M:      Joel Stanley <joel@jms.id.au>
1003 S:      Maintained
1004 F:      arch/arm/mach-aspeed/
1005 F:      arch/arm/boot/dts/aspeed-*
1006 F:      drivers/*/*aspeed*
1007
1008 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1009 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1010 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
1011 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1012 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1013 W:      http://www.linux4sam.org
1014 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1015 S:      Supported
1016 F:      arch/arm/mach-at91/
1017 F:      include/soc/at91/
1018 F:      arch/arm/boot/dts/at91*.dts
1019 F:      arch/arm/boot/dts/at91*.dtsi
1020 F:      arch/arm/boot/dts/sama*.dts
1021 F:      arch/arm/boot/dts/sama*.dtsi
1022 F:      arch/arm/include/debug/at91.S
1023
1024 ARM/ATMEL AT91 Clock Support
1025 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
1026 S:      Maintained
1027 F:      drivers/clk/at91
1028
1029 ARM/CALXEDA HIGHBANK ARCHITECTURE
1030 M:      Rob Herring <robh@kernel.org>
1031 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1032 S:      Maintained
1033 F:      arch/arm/mach-highbank/
1034 F:      arch/arm/boot/dts/highbank.dts
1035 F:      arch/arm/boot/dts/ecx-*.dts*
1036
1037 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1038 M:      Krzysztof Halasa <khalasa@piap.pl>
1039 S:      Maintained
1040 F:      arch/arm/mach-cns3xxx/
1041
1042 ARM/CAVIUM THUNDER NETWORK DRIVER
1043 M:      Sunil Goutham <sgoutham@cavium.com>
1044 M:      Robert Richter <rric@kernel.org>
1045 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1046 S:      Supported
1047 F:      drivers/net/ethernet/cavium/thunder/
1048
1049 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1050 M:      Alexander Shiyan <shc_work@mail.ru>
1051 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1052 S:      Odd Fixes
1053 N:      clps711x
1054
1055 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1056 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1057 M:      Ryan Mallon <rmallon@gmail.com>
1058 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1059 S:      Maintained
1060 F:      arch/arm/mach-ep93xx/
1061 F:      arch/arm/mach-ep93xx/include/mach/
1062
1063 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1064 M:      Lennert Buytenhek <kernel@wantstofly.org>
1065 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1066 S:      Maintained
1067
1068 ARM/CLKDEV SUPPORT
1069 M:      Russell King <linux@armlinux.org.uk>
1070 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1071 S:      Maintained
1072 F:      arch/arm/include/asm/clkdev.h
1073 F:      drivers/clk/clkdev.c
1074
1075 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1076 M:      Mike Rapoport <mike@compulab.co.il>
1077 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1078 S:      Maintained
1079
1080 ARM/CONTEC MICRO9 MACHINE SUPPORT
1081 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1082 S:      Maintained
1083 F:      arch/arm/mach-ep93xx/micro9.c
1084
1085 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1086 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1087 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1088 S:      Maintained
1089 F:      drivers/hwtracing/coresight/*
1090 F:      Documentation/trace/coresight.txt
1091 F:      Documentation/devicetree/bindings/arm/coresight.txt
1092 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1093
1094 ARM/CORGI MACHINE SUPPORT
1095 M:      Richard Purdie <rpurdie@rpsys.net>
1096 S:      Maintained
1097
1098 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1099 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1100 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1101 T:      git git://github.com/ulli-kroll/linux.git
1102 S:      Maintained
1103 F:      arch/arm/mach-gemini/
1104 F:      drivers/rtc/rtc-gemini.c
1105
1106 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1107 M:      Barry Song <baohua@kernel.org>
1108 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1110 S:      Maintained
1111 F:      arch/arm/boot/dts/prima2*
1112 F:      arch/arm/mach-prima2/
1113 F:      drivers/clk/sirf/
1114 F:      drivers/clocksource/timer-prima2.c
1115 F:      drivers/clocksource/timer-atlas7.c
1116 N:      [^a-z]sirf
1117
1118 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1119 M:      Baruch Siach <baruch@tkos.co.il>
1120 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1121 S:      Maintained
1122 F:      arch/arm/boot/dts/cx92755*
1123 N:      digicolor
1124
1125 ARM/EBSA110 MACHINE SUPPORT
1126 M:      Russell King <linux@armlinux.org.uk>
1127 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1128 W:      http://www.armlinux.org.uk/
1129 S:      Maintained
1130 F:      arch/arm/mach-ebsa110/
1131 F:      drivers/net/ethernet/amd/am79c961a.*
1132
1133 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1134 M:      Uwe Kleine-König <kernel@pengutronix.de>
1135 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1136 S:      Maintained
1137 N:      efm32
1138
1139 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1140 M:      Daniel Ribeiro <drwyrm@gmail.com>
1141 M:      Stefan Schmidt <stefan@openezx.org>
1142 M:      Harald Welte <laforge@openezx.org>
1143 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1144 W:      http://www.openezx.org/
1145 S:      Maintained
1146 T:      topgit git://git.openezx.org/openezx.git
1147 F:      arch/arm/mach-pxa/ezx.c
1148
1149 ARM/FARADAY FA526 PORT
1150 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1151 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1152 S:      Maintained
1153 T:      git git://git.berlios.de/gemini-board
1154 F:      arch/arm/mm/*-fa*
1155
1156 ARM/FOOTBRIDGE ARCHITECTURE
1157 M:      Russell King <linux@armlinux.org.uk>
1158 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1159 W:      http://www.armlinux.org.uk/
1160 S:      Maintained
1161 F:      arch/arm/include/asm/hardware/dec21285.h
1162 F:      arch/arm/mach-footbridge/
1163
1164 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1165 M:      Shawn Guo <shawnguo@kernel.org>
1166 M:      Sascha Hauer <kernel@pengutronix.de>
1167 R:      Fabio Estevam <fabio.estevam@nxp.com>
1168 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1169 S:      Maintained
1170 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1171 F:      arch/arm/mach-imx/
1172 F:      arch/arm/mach-mxs/
1173 F:      arch/arm/boot/dts/imx*
1174 F:      arch/arm/configs/imx*_defconfig
1175 F:      drivers/clk/imx/
1176 F:      include/soc/imx/
1177
1178 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1179 M:      Shawn Guo <shawnguo@kernel.org>
1180 M:      Sascha Hauer <kernel@pengutronix.de>
1181 R:      Stefan Agner <stefan@agner.ch>
1182 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1183 S:      Maintained
1184 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1185 F:      arch/arm/mach-imx/*vf610*
1186 F:      arch/arm/boot/dts/vf*
1187
1188 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1189 M:      Lennert Buytenhek <kernel@wantstofly.org>
1190 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191 S:      Maintained
1192
1193 ARM/GUMSTIX MACHINE SUPPORT
1194 M:      Steve Sakoman <sakoman@gmail.com>
1195 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1196 S:      Maintained
1197
1198 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1199 M:      Philipp Zabel <philipp.zabel@gmail.com>
1200 M:      Paul Parsons <lost.distance@yahoo.com>
1201 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1202 S:      Maintained
1203 F:      arch/arm/mach-pxa/hx4700.c
1204 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1205 F:      sound/soc/pxa/hx4700.c
1206
1207 ARM/HISILICON SOC SUPPORT
1208 M:      Wei Xu <xuwei5@hisilicon.com>
1209 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1210 W:      http://www.hisilicon.com
1211 S:      Supported
1212 T:      git git://github.com/hisilicon/linux-hisi.git
1213 F:      arch/arm/mach-hisi/
1214 F:      arch/arm/boot/dts/hi3*
1215 F:      arch/arm/boot/dts/hip*
1216 F:      arch/arm/boot/dts/hisi*
1217 F:      arch/arm64/boot/dts/hisilicon/
1218
1219 ARM/HP JORNADA 7XX MACHINE SUPPORT
1220 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1221 W:      www.jlime.com
1222 S:      Maintained
1223 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1224 F:      arch/arm/mach-sa1100/jornada720.c
1225 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1226
1227 ARM/IGEP MACHINE SUPPORT
1228 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1229 M:      Javier Martinez Canillas <javier@dowhile0.org>
1230 L:      linux-omap@vger.kernel.org
1231 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1232 S:      Maintained
1233 F:      arch/arm/boot/dts/omap3-igep*
1234
1235 ARM/INCOME PXA270 SUPPORT
1236 M:      Marek Vasut <marek.vasut@gmail.com>
1237 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1238 S:      Maintained
1239 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1240
1241 ARM/INTEL IOP32X ARM ARCHITECTURE
1242 M:      Lennert Buytenhek <kernel@wantstofly.org>
1243 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1244 S:      Maintained
1245
1246 ARM/INTEL IOP33X ARM ARCHITECTURE
1247 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1248 S:      Orphan
1249
1250 ARM/INTEL IOP13XX ARM ARCHITECTURE
1251 M:      Lennert Buytenhek <kernel@wantstofly.org>
1252 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1253 S:      Maintained
1254
1255 ARM/INTEL IQ81342EX MACHINE SUPPORT
1256 M:      Lennert Buytenhek <kernel@wantstofly.org>
1257 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1258 S:      Maintained
1259
1260 ARM/INTEL IXDP2850 MACHINE SUPPORT
1261 M:      Lennert Buytenhek <kernel@wantstofly.org>
1262 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1263 S:      Maintained
1264
1265 ARM/INTEL IXP4XX ARM ARCHITECTURE
1266 M:      Imre Kaloz <kaloz@openwrt.org>
1267 M:      Krzysztof Halasa <khalasa@piap.pl>
1268 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1269 S:      Maintained
1270 F:      arch/arm/mach-ixp4xx/
1271
1272 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1273 M:      Jonathan Cameron <jic23@cam.ac.uk>
1274 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1275 S:      Maintained
1276 F:      arch/arm/mach-pxa/stargate2.c
1277 F:      drivers/pcmcia/pxa2xx_stargate2.c
1278
1279 ARM/INTEL XSC3 (MANZANO) ARM CORE
1280 M:      Lennert Buytenhek <kernel@wantstofly.org>
1281 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1282 S:      Maintained
1283
1284 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1285 M:      Lennert Buytenhek <kernel@wantstofly.org>
1286 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1287 S:      Maintained
1288
1289 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1290 M:      Santosh Shilimkar <ssantosh@kernel.org>
1291 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1292 S:      Maintained
1293 F:      arch/arm/mach-keystone/
1294 F:      arch/arm/boot/dts/keystone-*
1295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1296
1297 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1298 M:      Santosh Shilimkar <ssantosh@kernel.org>
1299 L:      linux-kernel@vger.kernel.org
1300 S:      Maintained
1301 F:      drivers/clk/keystone/
1302
1303 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1304 M:      Santosh Shilimkar <ssantosh@kernel.org>
1305 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1306 L:      linux-kernel@vger.kernel.org
1307 S:      Maintained
1308 F:      drivers/clocksource/timer-keystone.c
1309
1310 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1311 M:      Santosh Shilimkar <ssantosh@kernel.org>
1312 L:      linux-kernel@vger.kernel.org
1313 S:      Maintained
1314 F:      drivers/power/reset/keystone-reset.c
1315
1316 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1317 M:      Santosh Shilimkar <ssantosh@kernel.org>
1318 L:      linux-kernel@vger.kernel.org
1319 S:      Maintained
1320 F:      drivers/memory/*emif*
1321
1322 ARM/LG1K ARCHITECTURE
1323 M:      Chanho Min <chanho.min@lge.com>
1324 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1325 S:      Maintained
1326 F:      arch/arm64/boot/dts/lg/
1327
1328 ARM/LOGICPD PXA270 MACHINE SUPPORT
1329 M:      Lennert Buytenhek <kernel@wantstofly.org>
1330 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1331 S:      Maintained
1332
1333 ARM/LPC18XX ARCHITECTURE
1334 M:      Joachim Eastwood <manabian@gmail.com>
1335 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1336 S:      Maintained
1337 F:      arch/arm/boot/dts/lpc43*
1338 F:      drivers/clk/nxp/clk-lpc18xx*
1339 F:      drivers/clocksource/time-lpc32xx.c
1340 F:      drivers/i2c/busses/i2c-lpc2k.c
1341 F:      drivers/memory/pl172.c
1342 F:      drivers/mtd/spi-nor/nxp-spifi.c
1343 F:      drivers/rtc/rtc-lpc24xx.c
1344 N:      lpc18xx
1345
1346 ARM/LPC32XX SOC SUPPORT
1347 M:      Vladimir Zapolskiy <vz@mleia.com>
1348 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1349 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1350 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1351 S:      Maintained
1352 F:      arch/arm/boot/dts/lpc32*
1353 F:      arch/arm/mach-lpc32xx/
1354 F:      drivers/i2c/busses/i2c-pnx.c
1355 F:      drivers/net/ethernet/nxp/lpc_eth.c
1356 F:      drivers/usb/host/ohci-nxp.c
1357 F:      drivers/watchdog/pnx4008_wdt.c
1358 N:      lpc32xx
1359
1360 ARM/MAGICIAN MACHINE SUPPORT
1361 M:      Philipp Zabel <philipp.zabel@gmail.com>
1362 S:      Maintained
1363
1364 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1365 M:      Jason Cooper <jason@lakedaemon.net>
1366 M:      Andrew Lunn <andrew@lunn.ch>
1367 M:      Gregory Clement <gregory.clement@free-electrons.com>
1368 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1369 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1370 S:      Maintained
1371 F:      arch/arm/mach-mvebu/
1372 F:      drivers/rtc/rtc-armada38x.c
1373 F:      arch/arm/boot/dts/armada*
1374 F:      arch/arm/boot/dts/kirkwood*
1375 F:      arch/arm64/boot/dts/marvell/armada*
1376 F:      drivers/cpufreq/mvebu-cpufreq.c
1377 F:      arch/arm/configs/mvebu_*_defconfig
1378
1379 ARM/Marvell Berlin SoC support
1380 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1381 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1382 S:      Maintained
1383 F:      arch/arm/mach-berlin/
1384 F:      arch/arm/boot/dts/berlin*
1385 F:      arch/arm64/boot/dts/marvell/berlin*
1386
1387
1388 ARM/Marvell Dove/MV78xx0/Orion SOC support
1389 M:      Jason Cooper <jason@lakedaemon.net>
1390 M:      Andrew Lunn <andrew@lunn.ch>
1391 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1392 M:      Gregory Clement <gregory.clement@free-electrons.com>
1393 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1394 S:      Maintained
1395 F:      arch/arm/mach-dove/
1396 F:      arch/arm/mach-mv78xx0/
1397 F:      arch/arm/mach-orion5x/
1398 F:      arch/arm/plat-orion/
1399 F:      arch/arm/boot/dts/dove*
1400 F:      arch/arm/boot/dts/orion5x*
1401
1402
1403 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1404 M:      Alexander Clouter <alex@digriz.org.uk>
1405 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1406 W:      http://www.digriz.org.uk/ts78xx/kernel
1407 S:      Maintained
1408 F:      arch/arm/mach-orion5x/ts78xx-*
1409
1410 ARM/OXNAS platform support
1411 M:      Neil Armstrong <narmstrong@baylibre.com>
1412 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1413 S:      Maintained
1414 F:      arch/arm/mach-oxnas/
1415 F:      arch/arm/boot/dts/oxnas*
1416 F:      arch/arm/boot/dts/wd-mbwe.dts
1417 N:      oxnas
1418
1419 ARM/Mediatek RTC DRIVER
1420 M:      Eddie Huang <eddie.huang@mediatek.com>
1421 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1422 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1423 S:      Maintained
1424 F:      drivers/rtc/rtc-mt6397.c
1425
1426 ARM/Mediatek SoC support
1427 M:      Matthias Brugger <matthias.bgg@gmail.com>
1428 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1429 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1430 S:      Maintained
1431 F:      arch/arm/boot/dts/mt6*
1432 F:      arch/arm/boot/dts/mt8*
1433 F:      arch/arm/mach-mediatek/
1434 N:      mtk
1435 K:      mediatek
1436
1437 ARM/Mediatek USB3 PHY DRIVER
1438 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1439 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1440 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1441 S:      Maintained
1442 F:      drivers/phy/phy-mt65xx-usb3.c
1443
1444 ARM/MICREL KS8695 ARCHITECTURE
1445 M:      Greg Ungerer <gerg@uclinux.org>
1446 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1447 F:      arch/arm/mach-ks8695/
1448 S:      Odd Fixes
1449
1450 ARM/MIOA701 MACHINE SUPPORT
1451 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1452 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1453 F:      arch/arm/mach-pxa/mioa701.c
1454 S:      Maintained
1455
1456 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1457 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1458 S:      Maintained
1459
1460 ARM/NOMADIK ARCHITECTURE
1461 M:      Alessandro Rubini <rubini@unipv.it>
1462 M:      Linus Walleij <linus.walleij@linaro.org>
1463 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1464 S:      Maintained
1465 F:      arch/arm/mach-nomadik/
1466 F:      drivers/pinctrl/nomadik/
1467 F:      drivers/i2c/busses/i2c-nomadik.c
1468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1469
1470 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1471 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1472 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1473 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1474 S:      Supported
1475
1476 ARM/TOSA MACHINE SUPPORT
1477 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1478 M:      Dirk Opfer <dirk@opfer-online.de>
1479 S:      Maintained
1480
1481 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1482 M:      Marek Vasut <marek.vasut@gmail.com>
1483 L:      linux-arm-kernel@lists.infradead.org
1484 W:      http://hackndev.com
1485 S:      Maintained
1486 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1487 F:      arch/arm/mach-pxa/palmtx.c
1488 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1489 F:      arch/arm/mach-pxa/palmt5.c
1490 F:      arch/arm/mach-pxa/include/mach/palmld.h
1491 F:      arch/arm/mach-pxa/palmld.c
1492 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1493 F:      arch/arm/mach-pxa/palmte2.c
1494 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1495 F:      arch/arm/mach-pxa/palmtc.c
1496
1497 ARM/PALM TREO SUPPORT
1498 M:      Tomas Cech <sleep_walker@suse.com>
1499 L:      linux-arm-kernel@lists.infradead.org
1500 W:      http://hackndev.com
1501 S:      Maintained
1502 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1503 F:      arch/arm/mach-pxa/palmtreo.c
1504
1505 ARM/PALMZ72 SUPPORT
1506 M:      Sergey Lapin <slapin@ossfans.org>
1507 L:      linux-arm-kernel@lists.infradead.org
1508 W:      http://hackndev.com
1509 S:      Maintained
1510 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1511 F:      arch/arm/mach-pxa/palmz72.c
1512
1513 ARM/PLEB SUPPORT
1514 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1515 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1516 S:      Maintained
1517
1518 ARM/PT DIGITAL BOARD PORT
1519 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1520 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1521 W:      http://www.armlinux.org.uk/
1522 S:      Maintained
1523
1524 ARM/QUALCOMM SUPPORT
1525 M:      Andy Gross <andy.gross@linaro.org>
1526 M:      David Brown <david.brown@linaro.org>
1527 L:      linux-arm-msm@vger.kernel.org
1528 L:      linux-soc@vger.kernel.org
1529 S:      Maintained
1530 F:      arch/arm/boot/dts/qcom-*.dts
1531 F:      arch/arm/boot/dts/qcom-*.dtsi
1532 F:      arch/arm/mach-qcom/
1533 F:      arch/arm64/boot/dts/qcom/*
1534 F:      drivers/i2c/busses/i2c-qup.c
1535 F:      drivers/clk/qcom/
1536 F:      drivers/soc/qcom/
1537 F:      drivers/spi/spi-qup.c
1538 F:      drivers/tty/serial/msm_serial.h
1539 F:      drivers/tty/serial/msm_serial.c
1540 F:      drivers/*/pm8???-*
1541 F:      drivers/mfd/ssbi.c
1542 F:      drivers/firmware/qcom_scm.c
1543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1544
1545 ARM/RADISYS ENP2611 MACHINE SUPPORT
1546 M:      Lennert Buytenhek <kernel@wantstofly.org>
1547 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1548 S:      Maintained
1549
1550 ARM/RENESAS ARM64 ARCHITECTURE
1551 M:      Simon Horman <horms@verge.net.au>
1552 M:      Magnus Damm <magnus.damm@gmail.com>
1553 L:      linux-renesas-soc@vger.kernel.org
1554 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1556 S:      Supported
1557 F:      arch/arm64/boot/dts/renesas/
1558 F:      drivers/soc/renesas/
1559 F:      include/linux/soc/renesas/
1560
1561 ARM/RISCPC ARCHITECTURE
1562 M:      Russell King <linux@armlinux.org.uk>
1563 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1564 W:      http://www.armlinux.org.uk/
1565 S:      Maintained
1566 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1567 F:      arch/arm/include/asm/hardware/ioc.h
1568 F:      arch/arm/include/asm/hardware/iomd.h
1569 F:      arch/arm/include/asm/hardware/memc.h
1570 F:      arch/arm/mach-rpc/
1571 F:      drivers/net/ethernet/8390/etherh.c
1572 F:      drivers/net/ethernet/i825xx/ether1*
1573 F:      drivers/net/ethernet/seeq/ether3*
1574 F:      drivers/scsi/arm/
1575
1576 ARM/Rockchip SoC support
1577 M:      Heiko Stuebner <heiko@sntech.de>
1578 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1579 L:      linux-rockchip@lists.infradead.org
1580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1581 S:      Maintained
1582 F:      arch/arm/boot/dts/rk3*
1583 F:      arch/arm/mach-rockchip/
1584 F:      drivers/clk/rockchip/
1585 F:      drivers/i2c/busses/i2c-rk3x.c
1586 F:      drivers/*/*rockchip*
1587 F:      drivers/*/*/*rockchip*
1588 F:      sound/soc/rockchip/
1589 N:      rockchip
1590
1591 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1592 M:      Kukjin Kim <kgene@kernel.org>
1593 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1594 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1595 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1596 S:      Maintained
1597 F:      arch/arm/boot/dts/s3c*
1598 F:      arch/arm/boot/dts/s5p*
1599 F:      arch/arm/boot/dts/samsung*
1600 F:      arch/arm/boot/dts/exynos*
1601 F:      arch/arm64/boot/dts/exynos/
1602 F:      arch/arm/plat-samsung/
1603 F:      arch/arm/mach-s3c24*/
1604 F:      arch/arm/mach-s3c64xx/
1605 F:      arch/arm/mach-s5p*/
1606 F:      arch/arm/mach-exynos*/
1607 F:      drivers/*/*s3c2410*
1608 F:      drivers/*/*/*s3c2410*
1609 F:      drivers/memory/samsung/*
1610 F:      drivers/soc/samsung/*
1611 F:      drivers/spi/spi-s3c*
1612 F:      sound/soc/samsung/*
1613 F:      Documentation/arm/Samsung/
1614 F:      Documentation/devicetree/bindings/arm/samsung/
1615 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1616 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1617 N:      exynos
1618
1619 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1620 M:      Kyungmin Park <kyungmin.park@samsung.com>
1621 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1622 S:      Maintained
1623 F:      arch/arm/mach-s5pv210/
1624
1625 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1626 M:      Kyungmin Park <kyungmin.park@samsung.com>
1627 M:      Kamil Debski <k.debski@samsung.com>
1628 L:      linux-arm-kernel@lists.infradead.org
1629 L:      linux-media@vger.kernel.org
1630 S:      Maintained
1631 F:      drivers/media/platform/s5p-g2d/
1632
1633 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1634 M:      Kyungmin Park <kyungmin.park@samsung.com>
1635 M:      Kamil Debski <k.debski@samsung.com>
1636 M:      Jeongtae Park <jtp.park@samsung.com>
1637 L:      linux-arm-kernel@lists.infradead.org
1638 L:      linux-media@vger.kernel.org
1639 S:      Maintained
1640 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1641 F:      drivers/media/platform/s5p-mfc/
1642
1643 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1644 M:      Kyungmin Park <kyungmin.park@samsung.com>
1645 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1646 L:      linux-arm-kernel@lists.infradead.org
1647 L:      linux-media@vger.kernel.org
1648 S:      Maintained
1649 F:      drivers/media/platform/s5p-tv/
1650
1651 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1652 M:      Kyungmin Park <kyungmin.park@samsung.com>
1653 L:      linux-arm-kernel@lists.infradead.org
1654 L:      linux-media@vger.kernel.org
1655 S:      Maintained
1656 F:      drivers/staging/media/platform/s5p-cec/
1657
1658 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1659 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1660 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1661 L:      linux-arm-kernel@lists.infradead.org
1662 L:      linux-media@vger.kernel.org
1663 S:      Maintained
1664 F:      drivers/media/platform/s5p-jpeg/
1665
1666 ARM/SHMOBILE ARM ARCHITECTURE
1667 M:      Simon Horman <horms@verge.net.au>
1668 M:      Magnus Damm <magnus.damm@gmail.com>
1669 L:      linux-renesas-soc@vger.kernel.org
1670 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1672 S:      Supported
1673 F:      arch/arm/boot/dts/emev2*
1674 F:      arch/arm/boot/dts/r7s*
1675 F:      arch/arm/boot/dts/r8a*
1676 F:      arch/arm/boot/dts/sh*
1677 F:      arch/arm/configs/shmobile_defconfig
1678 F:      arch/arm/include/debug/renesas-scif.S
1679 F:      arch/arm/mach-shmobile/
1680 F:      drivers/soc/renesas/
1681 F:      include/linux/soc/renesas/
1682
1683 ARM/SOCFPGA ARCHITECTURE
1684 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1685 S:      Maintained
1686 F:      arch/arm/mach-socfpga/
1687 F:      arch/arm/boot/dts/socfpga*
1688 F:      arch/arm/configs/socfpga_defconfig
1689 F:      arch/arm64/boot/dts/altera/
1690 W:      http://www.rocketboards.org
1691 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1692
1693 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1694 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1695 S:      Maintained
1696 F:      drivers/clk/socfpga/
1697
1698 ARM/SOCFPGA EDAC SUPPORT
1699 M:      Thor Thayer <tthayer@opensource.altera.com>
1700 S:      Maintained
1701 F:      drivers/edac/altera_edac.
1702
1703 ARM/STI ARCHITECTURE
1704 M:      Patrice Chotard <patrice.chotard@st.com>
1705 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1706 L:      kernel@stlinux.com
1707 W:      http://www.stlinux.com
1708 S:      Maintained
1709 F:      arch/arm/mach-sti/
1710 F:      arch/arm/boot/dts/sti*
1711 F:      drivers/char/hw_random/st-rng.c
1712 F:      drivers/clocksource/arm_global_timer.c
1713 F:      drivers/clocksource/clksrc_st_lpc.c
1714 F:      drivers/cpufreq/sti-cpufreq.c
1715 F:      drivers/i2c/busses/i2c-st.c
1716 F:      drivers/media/rc/st_rc.c
1717 F:      drivers/media/platform/sti/c8sectpfe/
1718 F:      drivers/mmc/host/sdhci-st.c
1719 F:      drivers/phy/phy-miphy28lp.c
1720 F:      drivers/phy/phy-miphy365x.c
1721 F:      drivers/phy/phy-stih407-usb.c
1722 F:      drivers/phy/phy-stih41x-usb.c
1723 F:      drivers/pinctrl/pinctrl-st.c
1724 F:      drivers/remoteproc/st_remoteproc.c
1725 F:      drivers/reset/sti/
1726 F:      drivers/rtc/rtc-st-lpc.c
1727 F:      drivers/tty/serial/st-asc.c
1728 F:      drivers/usb/dwc3/dwc3-st.c
1729 F:      drivers/usb/host/ehci-st.c
1730 F:      drivers/usb/host/ohci-st.c
1731 F:      drivers/watchdog/st_lpc_wdt.c
1732 F:      drivers/ata/ahci_st.c
1733
1734 ARM/STM32 ARCHITECTURE
1735 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1736 M:      Alexandre Torgue <alexandre.torgue@st.com>
1737 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1738 S:      Maintained
1739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1740 N:      stm32
1741 F:      drivers/clocksource/armv7m_systick.c
1742
1743 ARM/TANGO ARCHITECTURE
1744 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1745 L:      linux-arm-kernel@lists.infradead.org
1746 S:      Maintained
1747 F:      arch/arm/mach-tango/
1748 F:      arch/arm/boot/dts/tango*
1749
1750 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1751 M:      Lennert Buytenhek <kernel@wantstofly.org>
1752 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1753 S:      Maintained
1754
1755 ARM/TETON BGA MACHINE SUPPORT
1756 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1757 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1758 S:      Maintained
1759
1760 ARM/THECUS N2100 MACHINE SUPPORT
1761 M:      Lennert Buytenhek <kernel@wantstofly.org>
1762 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1763 S:      Maintained
1764
1765 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1766 M:      Wan ZongShun <mcuos.com@gmail.com>
1767 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1768 W:      http://www.mcuos.com
1769 S:      Maintained
1770 F:      arch/arm/mach-w90x900/
1771 F:      drivers/input/keyboard/w90p910_keypad.c
1772 F:      drivers/input/touchscreen/w90p910_ts.c
1773 F:      drivers/watchdog/nuc900_wdt.c
1774 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1775 F:      drivers/mtd/nand/nuc900_nand.c
1776 F:      drivers/rtc/rtc-nuc900.c
1777 F:      drivers/spi/spi-nuc900.c
1778 F:      drivers/usb/host/ehci-w90x900.c
1779 F:      drivers/video/fbdev/nuc900fb.c
1780
1781 ARM/U300 MACHINE SUPPORT
1782 M:      Linus Walleij <linus.walleij@linaro.org>
1783 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1784 S:      Supported
1785 F:      arch/arm/mach-u300/
1786 F:      drivers/clocksource/timer-u300.c
1787 F:      drivers/i2c/busses/i2c-stu300.c
1788 F:      drivers/rtc/rtc-coh901331.c
1789 F:      drivers/watchdog/coh901327_wdt.c
1790 F:      drivers/dma/coh901318*
1791 F:      drivers/mfd/ab3100*
1792 F:      drivers/rtc/rtc-ab3100.c
1793 F:      drivers/rtc/rtc-coh901331.c
1794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1795
1796 ARM/UNIPHIER ARCHITECTURE
1797 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1798 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1799 S:      Maintained
1800 F:      arch/arm/boot/dts/uniphier*
1801 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1802 F:      arch/arm/mach-uniphier/
1803 F:      arch/arm/mm/cache-uniphier.c
1804 F:      arch/arm64/boot/dts/socionext/
1805 F:      drivers/bus/uniphier-system-bus.c
1806 F:      drivers/i2c/busses/i2c-uniphier*
1807 F:      drivers/pinctrl/uniphier/
1808 F:      drivers/tty/serial/8250/8250_uniphier.c
1809 N:      uniphier
1810
1811 ARM/Ux500 ARM ARCHITECTURE
1812 M:      Linus Walleij <linus.walleij@linaro.org>
1813 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1814 S:      Maintained
1815 F:      arch/arm/mach-ux500/
1816 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1817 F:      drivers/dma/ste_dma40*
1818 F:      drivers/hwspinlock/u8500_hsem.c
1819 F:      drivers/mfd/abx500*
1820 F:      drivers/mfd/ab8500*
1821 F:      drivers/mfd/dbx500*
1822 F:      drivers/mfd/db8500*
1823 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1824 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1825 F:      drivers/rtc/rtc-ab8500.c
1826 F:      drivers/rtc/rtc-pl031.c
1827 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1828
1829 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1830 M:      Ulf Hansson <ulf.hansson@linaro.org>
1831 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1832 T:      git git://git.linaro.org/people/ulfh/clk.git
1833 S:      Maintained
1834 F:      drivers/clk/ux500/
1835 F:      include/linux/platform_data/clk-ux500.h
1836
1837 ARM/VERSATILE EXPRESS PLATFORM
1838 M:      Liviu Dudau <liviu.dudau@arm.com>
1839 M:      Sudeep Holla <sudeep.holla@arm.com>
1840 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1841 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1842 S:      Maintained
1843 F:      arch/arm/boot/dts/vexpress*
1844 F:      arch/arm64/boot/dts/arm/
1845 F:      arch/arm/mach-vexpress/
1846 F:      */*/vexpress*
1847 F:      */*/*/vexpress*
1848 F:      drivers/clk/versatile/clk-vexpress-osc.c
1849 F:      drivers/clocksource/versatile.c
1850 N:      mps2
1851
1852 ARM/VFP SUPPORT
1853 M:      Russell King <linux@armlinux.org.uk>
1854 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1855 W:      http://www.armlinux.org.uk/
1856 S:      Maintained
1857 F:      arch/arm/vfp/
1858
1859 ARM/VOIPAC PXA270 SUPPORT
1860 M:      Marek Vasut <marek.vasut@gmail.com>
1861 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1862 S:      Maintained
1863 F:      arch/arm/mach-pxa/vpac270.c
1864 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1865
1866 ARM/VT8500 ARM ARCHITECTURE
1867 M:      Tony Prisk <linux@prisktech.co.nz>
1868 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1869 S:      Maintained
1870 F:      arch/arm/mach-vt8500/
1871 F:      drivers/clocksource/vt8500_timer.c
1872 F:      drivers/i2c/busses/i2c-wmt.c
1873 F:      drivers/mmc/host/wmt-sdmmc.c
1874 F:      drivers/pwm/pwm-vt8500.c
1875 F:      drivers/rtc/rtc-vt8500.c
1876 F:      drivers/tty/serial/vt8500_serial.c
1877 F:      drivers/usb/host/ehci-platform.c
1878 F:      drivers/usb/host/uhci-platform.c
1879 F:      drivers/video/fbdev/vt8500lcdfb.*
1880 F:      drivers/video/fbdev/wm8505fb*
1881 F:      drivers/video/fbdev/wmt_ge_rops.*
1882
1883 ARM/ZIPIT Z2 SUPPORT
1884 M:      Marek Vasut <marek.vasut@gmail.com>
1885 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1886 S:      Maintained
1887 F:      arch/arm/mach-pxa/z2.c
1888 F:      arch/arm/mach-pxa/include/mach/z2.h
1889
1890 ARM/ZTE ARCHITECTURE
1891 M:      Jun Nie <jun.nie@linaro.org>
1892 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1893 S:      Maintained
1894 F:      arch/arm/mach-zx/
1895 F:      drivers/clk/zte/
1896 F:      Documentation/devicetree/bindings/arm/zte.txt
1897 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1898
1899 ARM/ZYNQ ARCHITECTURE
1900 M:      Michal Simek <michal.simek@xilinx.com>
1901 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1902 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1903 W:      http://wiki.xilinx.com
1904 T:      git https://github.com/Xilinx/linux-xlnx.git
1905 S:      Supported
1906 F:      arch/arm/mach-zynq/
1907 F:      drivers/cpuidle/cpuidle-zynq.c
1908 F:      drivers/block/xsysace.c
1909 N:      zynq
1910 N:      xilinx
1911 F:      drivers/clocksource/cadence_ttc_timer.c
1912 F:      drivers/i2c/busses/i2c-cadence.c
1913 F:      drivers/mmc/host/sdhci-of-arasan.c
1914 F:      drivers/edac/synopsys_edac.c
1915
1916 ARM SMMU DRIVERS
1917 M:      Will Deacon <will.deacon@arm.com>
1918 R:      Robin Murphy <robin.murphy@arm.com>
1919 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1920 S:      Maintained
1921 F:      drivers/iommu/arm-smmu.c
1922 F:      drivers/iommu/arm-smmu-v3.c
1923 F:      drivers/iommu/io-pgtable-arm.c
1924 F:      drivers/iommu/io-pgtable-arm-v7s.c
1925
1926 ARM64 PORT (AARCH64 ARCHITECTURE)
1927 M:      Catalin Marinas <catalin.marinas@arm.com>
1928 M:      Will Deacon <will.deacon@arm.com>
1929 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1931 S:      Maintained
1932 F:      arch/arm64/
1933 F:      Documentation/arm64/
1934
1935 AS3645A LED FLASH CONTROLLER DRIVER
1936 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1937 L:      linux-media@vger.kernel.org
1938 T:      git git://linuxtv.org/media_tree.git
1939 S:      Maintained
1940 F:      drivers/media/i2c/as3645a.c
1941 F:      include/media/i2c/as3645a.h
1942
1943 ASC7621 HARDWARE MONITOR DRIVER
1944 M:      George Joseph <george.joseph@fairview5.com>
1945 L:      linux-hwmon@vger.kernel.org
1946 S:      Maintained
1947 F:      Documentation/hwmon/asc7621
1948 F:      drivers/hwmon/asc7621.c
1949
1950 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1951 M:      Corentin Chary <corentin.chary@gmail.com>
1952 L:      acpi4asus-user@lists.sourceforge.net
1953 L:      platform-driver-x86@vger.kernel.org
1954 W:      http://acpi4asus.sf.net
1955 S:      Maintained
1956 F:      drivers/platform/x86/asus*.c
1957 F:      drivers/platform/x86/eeepc*.c
1958
1959 ASUS WIRELESS RADIO CONTROL DRIVER
1960 M:      João Paulo Rechi Vita <jprvita@gmail.com>
1961 L:      platform-driver-x86@vger.kernel.org
1962 S:      Maintained
1963 F:      drivers/platform/x86/asus-wireless.c
1964
1965 ASYMMETRIC KEYS
1966 M:      David Howells <dhowells@redhat.com>
1967 L:      keyrings@vger.kernel.org
1968 S:      Maintained
1969 F:      Documentation/crypto/asymmetric-keys.txt
1970 F:      include/linux/verification.h
1971 F:      include/crypto/public_key.h
1972 F:      include/crypto/pkcs7.h
1973 F:      crypto/asymmetric_keys/
1974
1975 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1976 R:      Dan Williams <dan.j.williams@intel.com>
1977 W:      http://sourceforge.net/projects/xscaleiop
1978 S:      Odd fixes
1979 F:      Documentation/crypto/async-tx-api.txt
1980 F:      crypto/async_tx/
1981 F:      drivers/dma/
1982 F:      include/linux/dmaengine.h
1983 F:      include/linux/async_tx.h
1984
1985 AT24 EEPROM DRIVER
1986 M:      Wolfram Sang <wsa@the-dreams.de>
1987 L:      linux-i2c@vger.kernel.org
1988 S:      Maintained
1989 F:      drivers/misc/eeprom/at24.c
1990 F:      include/linux/platform_data/at24.h
1991
1992 ATA OVER ETHERNET (AOE) DRIVER
1993 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1994 W:      http://www.openaoe.org/
1995 S:      Supported
1996 F:      Documentation/aoe/
1997 F:      drivers/block/aoe/
1998
1999 ATHEROS 71XX/9XXX GPIO DRIVER
2000 M:      Alban Bedel <albeu@free.fr>
2001 W:      https://github.com/AlbanBedel/linux
2002 T:      git git://github.com/AlbanBedel/linux
2003 S:      Maintained
2004 F:      drivers/gpio/gpio-ath79.c
2005 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2006
2007 ATHEROS ATH GENERIC UTILITIES
2008 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2009 L:      linux-wireless@vger.kernel.org
2010 S:      Supported
2011 F:      drivers/net/wireless/ath/*
2012
2013 ATHEROS ATH5K WIRELESS DRIVER
2014 M:      Jiri Slaby <jirislaby@gmail.com>
2015 M:      Nick Kossifidis <mickflemm@gmail.com>
2016 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2017 L:      linux-wireless@vger.kernel.org
2018 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2019 S:      Maintained
2020 F:      drivers/net/wireless/ath/ath5k/
2021
2022 ATHEROS ATH6KL WIRELESS DRIVER
2023 M:      Kalle Valo <kvalo@qca.qualcomm.com>
2024 L:      linux-wireless@vger.kernel.org
2025 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2027 S:      Supported
2028 F:      drivers/net/wireless/ath/ath6kl/
2029
2030 WILOCITY WIL6210 WIRELESS DRIVER
2031 M:      Maya Erez <qca_merez@qca.qualcomm.com>
2032 L:      linux-wireless@vger.kernel.org
2033 L:      wil6210@qca.qualcomm.com
2034 S:      Supported
2035 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2036 F:      drivers/net/wireless/ath/wil6210/
2037 F:      include/uapi/linux/wil6210_uapi.h
2038
2039 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2040 M:      Christian Lamparter <chunkeey@googlemail.com>
2041 L:      linux-wireless@vger.kernel.org
2042 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2043 S:      Maintained
2044 F:      drivers/net/wireless/ath/carl9170/
2045
2046 ATK0110 HWMON DRIVER
2047 M:      Luca Tettamanti <kronos.it@gmail.com>
2048 L:      linux-hwmon@vger.kernel.org
2049 S:      Maintained
2050 F:      drivers/hwmon/asus_atk0110.c
2051
2052 ATI_REMOTE2 DRIVER
2053 M:      Ville Syrjala <syrjala@sci.fi>
2054 S:      Maintained
2055 F:      drivers/input/misc/ati_remote2.c
2056
2057 ATLX ETHERNET DRIVERS
2058 M:      Jay Cliburn <jcliburn@gmail.com>
2059 M:      Chris Snook <chris.snook@gmail.com>
2060 L:      netdev@vger.kernel.org
2061 W:      http://sourceforge.net/projects/atl1
2062 W:      http://atl1.sourceforge.net
2063 S:      Maintained
2064 F:      drivers/net/ethernet/atheros/
2065
2066 ATM
2067 M:      Chas Williams <3chas3@gmail.com>
2068 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2069 L:      netdev@vger.kernel.org
2070 W:      http://linux-atm.sourceforge.net
2071 S:      Maintained
2072 F:      drivers/atm/
2073 F:      include/linux/atm*
2074 F:      include/uapi/linux/atm*
2075
2076 ATMEL AT91 / AT32 MCI DRIVER
2077 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2078 S:      Maintained
2079 F:      drivers/mmc/host/atmel-mci.c
2080
2081 ATMEL AT91 / AT32 SERIAL DRIVER
2082 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2083 S:      Supported
2084 F:      drivers/tty/serial/atmel_serial.c
2085
2086 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2087 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2088 S:      Supported
2089 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2090
2091 ATMEL SAMA5D2 ADC DRIVER
2092 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2093 L:      linux-iio@vger.kernel.org
2094 S:      Supported
2095 F:      drivers/iio/adc/at91-sama5d2_adc.c
2096
2097 ATMEL Audio ALSA driver
2098 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2099 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2100 S:      Supported
2101 F:      sound/soc/atmel
2102
2103 ATMEL DMA DRIVER
2104 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2105 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2106 S:      Supported
2107 F:      drivers/dma/at_hdmac.c
2108 F:      drivers/dma/at_hdmac_regs.h
2109 F:      include/linux/platform_data/dma-atmel.h
2110
2111 ATMEL XDMA DRIVER
2112 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2113 L:      linux-arm-kernel@lists.infradead.org
2114 L:      dmaengine@vger.kernel.org
2115 S:      Supported
2116 F:      drivers/dma/at_xdmac.c
2117
2118 ATMEL I2C DRIVER
2119 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2120 L:      linux-i2c@vger.kernel.org
2121 S:      Supported
2122 F:      drivers/i2c/busses/i2c-at91.c
2123
2124 ATMEL ISI DRIVER
2125 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2126 L:      linux-media@vger.kernel.org
2127 S:      Supported
2128 F:      drivers/media/platform/soc_camera/atmel-isi.c
2129 F:      include/media/atmel-isi.h
2130
2131 ATMEL LCDFB DRIVER
2132 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2133 L:      linux-fbdev@vger.kernel.org
2134 S:      Maintained
2135 F:      drivers/video/fbdev/atmel_lcdfb.c
2136 F:      include/video/atmel_lcdc.h
2137
2138 ATMEL MACB ETHERNET DRIVER
2139 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2140 S:      Supported
2141 F:      drivers/net/ethernet/cadence/
2142
2143 ATMEL NAND DRIVER
2144 M:      Wenyou Yang <wenyou.yang@atmel.com>
2145 M:      Josh Wu <rainyfeeling@outlook.com>
2146 L:      linux-mtd@lists.infradead.org
2147 S:      Supported
2148 F:      drivers/mtd/nand/atmel_nand*
2149
2150 ATMEL SDMMC DRIVER
2151 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2152 L:      linux-mmc@vger.kernel.org
2153 S:      Supported
2154 F:      drivers/mmc/host/sdhci-of-at91.c
2155
2156 ATMEL SPI DRIVER
2157 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2158 S:      Supported
2159 F:      drivers/spi/spi-atmel.*
2160
2161 ATMEL SSC DRIVER
2162 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2163 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2164 S:      Supported
2165 F:      drivers/misc/atmel-ssc.c
2166 F:      include/linux/atmel-ssc.h
2167
2168 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2169 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2170 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2171 S:      Supported
2172 F:      drivers/misc/atmel_tclib.c
2173 F:      drivers/clocksource/tcb_clksrc.c
2174
2175 ATMEL USBA UDC DRIVER
2176 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2177 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2178 S:      Supported
2179 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2180
2181 ATMEL WIRELESS DRIVER
2182 M:      Simon Kelley <simon@thekelleys.org.uk>
2183 L:      linux-wireless@vger.kernel.org
2184 W:      http://www.thekelleys.org.uk/atmel
2185 W:      http://atmelwlandriver.sourceforge.net/
2186 S:      Maintained
2187 F:      drivers/net/wireless/atmel/atmel*
2188
2189 ATMEL MAXTOUCH DRIVER
2190 M:      Nick Dyer <nick.dyer@itdev.co.uk>
2191 T:      git git://github.com/atmel-maxtouch/linux.git
2192 S:      Supported
2193 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2194 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2195 F:      include/linux/platform_data/atmel_mxt_ts.h
2196
2197 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2198 M:      Bradley Grove <linuxdrivers@attotech.com>
2199 L:      linux-scsi@vger.kernel.org
2200 W:      http://www.attotech.com
2201 S:      Supported
2202 F:      drivers/scsi/esas2r
2203
2204 ATUSB IEEE 802.15.4 RADIO DRIVER
2205 M:      Stefan Schmidt <stefan@osg.samsung.com>
2206 L:      linux-wpan@vger.kernel.org
2207 S:      Maintained
2208 F:      drivers/net/ieee802154/atusb.c
2209 F:      drivers/net/ieee802154/atusb.h
2210 F:      drivers/net/ieee802154/at86rf230.h
2211
2212 AUDIT SUBSYSTEM
2213 M:      Paul Moore <paul@paul-moore.com>
2214 M:      Eric Paris <eparis@redhat.com>
2215 L:      linux-audit@redhat.com (moderated for non-subscribers)
2216 W:      http://people.redhat.com/sgrubb/audit/
2217 T:      git git://git.infradead.org/users/pcmoore/audit
2218 S:      Maintained
2219 F:      include/linux/audit.h
2220 F:      include/uapi/linux/audit.h
2221 F:      kernel/audit*
2222
2223 AUXILIARY DISPLAY DRIVERS
2224 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2225 W:      http://miguelojeda.es/auxdisplay.htm
2226 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2227 S:      Maintained
2228 F:      drivers/auxdisplay/
2229 F:      include/linux/cfag12864b.h
2230
2231 AVR32 ARCHITECTURE
2232 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2233 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2234 W:      http://www.atmel.com/products/AVR32/
2235 W:      http://mirror.egtvedt.no/avr32linux.org/
2236 W:      http://avrfreaks.net/
2237 S:      Maintained
2238 F:      arch/avr32/
2239
2240 AVR32/AT32AP MACHINE SUPPORT
2241 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2242 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2243 S:      Maintained
2244 F:      arch/avr32/mach-at32ap/
2245
2246 AX.25 NETWORK LAYER
2247 M:      Ralf Baechle <ralf@linux-mips.org>
2248 L:      linux-hams@vger.kernel.org
2249 W:      http://www.linux-ax25.org/
2250 S:      Maintained
2251 F:      include/uapi/linux/ax25.h
2252 F:      include/net/ax25.h
2253 F:      net/ax25/
2254
2255 AZ6007 DVB DRIVER
2256 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2257 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2258 L:      linux-media@vger.kernel.org
2259 W:      https://linuxtv.org
2260 T:      git git://linuxtv.org/media_tree.git
2261 S:      Maintained
2262 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2263
2264 AZTECH FM RADIO RECEIVER DRIVER
2265 M:      Hans Verkuil <hverkuil@xs4all.nl>
2266 L:      linux-media@vger.kernel.org
2267 T:      git git://linuxtv.org/media_tree.git
2268 W:      https://linuxtv.org
2269 S:      Maintained
2270 F:      drivers/media/radio/radio-aztech*
2271
2272 B43 WIRELESS DRIVER
2273 L:      linux-wireless@vger.kernel.org
2274 L:      b43-dev@lists.infradead.org
2275 W:      http://wireless.kernel.org/en/users/Drivers/b43
2276 S:      Odd Fixes
2277 F:      drivers/net/wireless/broadcom/b43/
2278
2279 B43LEGACY WIRELESS DRIVER
2280 M:      Larry Finger <Larry.Finger@lwfinger.net>
2281 L:      linux-wireless@vger.kernel.org
2282 L:      b43-dev@lists.infradead.org
2283 W:      http://wireless.kernel.org/en/users/Drivers/b43
2284 S:      Maintained
2285 F:      drivers/net/wireless/broadcom/b43legacy/
2286
2287 BACKLIGHT CLASS/SUBSYSTEM
2288 M:      Jingoo Han <jingoohan1@gmail.com>
2289 M:      Lee Jones <lee.jones@linaro.org>
2290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2291 S:      Maintained
2292 F:      drivers/video/backlight/
2293 F:      include/linux/backlight.h
2294
2295 BATMAN ADVANCED
2296 M:      Marek Lindner <mareklindner@neomailbox.ch>
2297 M:      Simon Wunderlich <sw@simonwunderlich.de>
2298 M:      Antonio Quartulli <a@unstable.cc>
2299 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2300 W:      https://www.open-mesh.org/
2301 Q:      https://patchwork.open-mesh.org/project/batman/list/
2302 S:      Maintained
2303 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2304 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2305 F:      Documentation/networking/batman-adv.txt
2306 F:      net/batman-adv/
2307
2308 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2309 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2310 L:      linux-hams@vger.kernel.org
2311 W:      http://www.baycom.org/~tom/ham/ham.html
2312 S:      Maintained
2313 F:      drivers/net/hamradio/baycom*
2314
2315 BCACHE (BLOCK LAYER CACHE)
2316 M:      Kent Overstreet <kent.overstreet@gmail.com>
2317 L:      linux-bcache@vger.kernel.org
2318 W:      http://bcache.evilpiepirate.org
2319 S:      Orphan
2320 F:      drivers/md/bcache/
2321
2322 BDISP ST MEDIA DRIVER
2323 M:      Fabien Dessenne <fabien.dessenne@st.com>
2324 L:      linux-media@vger.kernel.org
2325 T:      git git://linuxtv.org/media_tree.git
2326 W:      https://linuxtv.org
2327 S:      Supported
2328 F:      drivers/media/platform/sti/bdisp
2329
2330 BEFS FILE SYSTEM
2331 S:      Orphan
2332 F:      Documentation/filesystems/befs.txt
2333 F:      fs/befs/
2334
2335 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2336 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2337 L:      netdev@vger.kernel.org
2338 S:      Maintained
2339 F:      drivers/net/ethernet/ec_bhf.c
2340
2341 BFS FILE SYSTEM
2342 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2343 S:      Maintained
2344 F:      Documentation/filesystems/bfs.txt
2345 F:      fs/bfs/
2346 F:      include/uapi/linux/bfs_fs.h
2347
2348 BLACKFIN ARCHITECTURE
2349 M:      Steven Miao <realmz6@gmail.com>
2350 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2351 T:      git git://git.code.sf.net/p/adi-linux/code
2352 W:      http://blackfin.uclinux.org
2353 S:      Supported
2354 F:      arch/blackfin/
2355
2356 BLACKFIN EMAC DRIVER
2357 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2358 W:      http://blackfin.uclinux.org
2359 S:      Supported
2360 F:      drivers/net/ethernet/adi/
2361
2362 BLACKFIN RTC DRIVER
2363 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2364 W:      http://blackfin.uclinux.org
2365 S:      Supported
2366 F:      drivers/rtc/rtc-bfin.c
2367
2368 BLACKFIN SDH DRIVER
2369 M:      Sonic Zhang <sonic.zhang@analog.com>
2370 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2371 W:      http://blackfin.uclinux.org
2372 S:      Supported
2373 F:      drivers/mmc/host/bfin_sdh.c
2374
2375 BLACKFIN SERIAL DRIVER
2376 M:      Sonic Zhang <sonic.zhang@analog.com>
2377 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2378 W:      http://blackfin.uclinux.org
2379 S:      Supported
2380 F:      drivers/tty/serial/bfin_uart.c
2381
2382 BLACKFIN WATCHDOG DRIVER
2383 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2384 W:      http://blackfin.uclinux.org
2385 S:      Supported
2386 F:      drivers/watchdog/bfin_wdt.c
2387
2388 BLACKFIN I2C TWI DRIVER
2389 M:      Sonic Zhang <sonic.zhang@analog.com>
2390 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2391 W:      http://blackfin.uclinux.org/
2392 S:      Supported
2393 F:      drivers/i2c/busses/i2c-bfin-twi.c
2394
2395 BLACKFIN MEDIA DRIVER
2396 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2397 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2398 W:      http://blackfin.uclinux.org/
2399 S:      Supported
2400 F:      drivers/media/platform/blackfin/
2401 F:      drivers/media/i2c/adv7183*
2402 F:      drivers/media/i2c/vs6624*
2403
2404 BLINKM RGB LED DRIVER
2405 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2406 S:      Maintained
2407 F:      drivers/leds/leds-blinkm.c
2408
2409 BLOCK LAYER
2410 M:      Jens Axboe <axboe@kernel.dk>
2411 L:      linux-block@vger.kernel.org
2412 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2413 S:      Maintained
2414 F:      block/
2415 F:      kernel/trace/blktrace.c
2416
2417 BLOCK2MTD DRIVER
2418 M:      Joern Engel <joern@lazybastard.org>
2419 L:      linux-mtd@lists.infradead.org
2420 S:      Maintained
2421 F:      drivers/mtd/devices/block2mtd.c
2422
2423 BLUETOOTH DRIVERS
2424 M:      Marcel Holtmann <marcel@holtmann.org>
2425 M:      Gustavo Padovan <gustavo@padovan.org>
2426 M:      Johan Hedberg <johan.hedberg@gmail.com>
2427 L:      linux-bluetooth@vger.kernel.org
2428 W:      http://www.bluez.org/
2429 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2431 S:      Maintained
2432 F:      drivers/bluetooth/
2433
2434 BLUETOOTH SUBSYSTEM
2435 M:      Marcel Holtmann <marcel@holtmann.org>
2436 M:      Gustavo Padovan <gustavo@padovan.org>
2437 M:      Johan Hedberg <johan.hedberg@gmail.com>
2438 L:      linux-bluetooth@vger.kernel.org
2439 W:      http://www.bluez.org/
2440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2442 S:      Maintained
2443 F:      net/bluetooth/
2444 F:      include/net/bluetooth/
2445
2446 BONDING DRIVER
2447 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2448 M:      Veaceslav Falico <vfalico@gmail.com>
2449 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2450 L:      netdev@vger.kernel.org
2451 W:      http://sourceforge.net/projects/bonding/
2452 S:      Supported
2453 F:      drivers/net/bonding/
2454 F:      include/uapi/linux/if_bonding.h
2455
2456 BPF (Safe dynamic programs and tools)
2457 M:      Alexei Starovoitov <ast@kernel.org>
2458 L:      netdev@vger.kernel.org
2459 L:      linux-kernel@vger.kernel.org
2460 S:      Supported
2461 F:      kernel/bpf/
2462
2463 BROADCOM B44 10/100 ETHERNET DRIVER
2464 M:      Gary Zambrano <zambrano@broadcom.com>
2465 L:      netdev@vger.kernel.org
2466 S:      Supported
2467 F:      drivers/net/ethernet/broadcom/b44.*
2468
2469 BROADCOM GENET ETHERNET DRIVER
2470 M:      Florian Fainelli <f.fainelli@gmail.com>
2471 L:      netdev@vger.kernel.org
2472 S:      Supported
2473 F:      drivers/net/ethernet/broadcom/genet/
2474
2475 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2476 M:      Sony Chacko <sony.chacko@qlogic.com>
2477 M:      Dept-HSGLinuxNICDev@qlogic.com
2478 L:      netdev@vger.kernel.org
2479 S:      Supported
2480 F:      drivers/net/ethernet/broadcom/bnx2.*
2481 F:      drivers/net/ethernet/broadcom/bnx2_*
2482
2483 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2484 M:      Ariel Elior <ariel.elior@qlogic.com>
2485 L:      netdev@vger.kernel.org
2486 S:      Supported
2487 F:      drivers/net/ethernet/broadcom/bnx2x/
2488
2489 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2490 M:      Florian Fainelli <f.fainelli@gmail.com>
2491 M:      Ray Jui <rjui@broadcom.com>
2492 M:      Scott Branden <sbranden@broadcom.com>
2493 L:      bcm-kernel-feedback-list@broadcom.com
2494 T:      git git://github.com/broadcom/mach-bcm
2495 S:      Maintained
2496 F:      arch/arm/mach-bcm/
2497 F:      arch/arm/boot/dts/bcm113*
2498 F:      arch/arm/boot/dts/bcm216*
2499 F:      arch/arm/boot/dts/bcm281*
2500 F:      arch/arm64/boot/dts/broadcom/
2501 F:      arch/arm/configs/bcm_defconfig
2502 F:      drivers/mmc/host/sdhci-bcm-kona.c
2503 F:      drivers/clocksource/bcm_kona_timer.c
2504
2505 BROADCOM BCM2835 ARM ARCHITECTURE
2506 M:      Stephen Warren <swarren@wwwdotorg.org>
2507 M:      Lee Jones <lee@kernel.org>
2508 M:      Eric Anholt <eric@anholt.net>
2509 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2510 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2512 S:      Maintained
2513 N:      bcm2835
2514
2515 BROADCOM BCM47XX MIPS ARCHITECTURE
2516 M:      Hauke Mehrtens <hauke@hauke-m.de>
2517 M:      Rafał Miłecki <zajec5@gmail.com>
2518 L:      linux-mips@linux-mips.org
2519 S:      Maintained
2520 F:      Documentation/devicetree/bindings/mips/brcm/
2521 F:      arch/mips/bcm47xx/*
2522 F:      arch/mips/include/asm/mach-bcm47xx/*
2523
2524 BROADCOM BCM5301X ARM ARCHITECTURE
2525 M:      Hauke Mehrtens <hauke@hauke-m.de>
2526 L:      linux-arm-kernel@lists.infradead.org
2527 S:      Maintained
2528 F:      arch/arm/mach-bcm/bcm_5301x.c
2529 F:      arch/arm/boot/dts/bcm5301x.dtsi
2530 F:      arch/arm/boot/dts/bcm470*
2531
2532 BROADCOM BCM63XX ARM ARCHITECTURE
2533 M:      Florian Fainelli <f.fainelli@gmail.com>
2534 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2535 L:      bcm-kernel-feedback-list@broadcom.com
2536 T:      git git://github.com/broadcom/stblinux.git
2537 S:      Maintained
2538 F:      arch/arm/mach-bcm/bcm63xx.c
2539 F:      arch/arm/include/debug/bcm63xx.S
2540
2541 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2542 M:      Kevin Cernekee <cernekee@gmail.com>
2543 L:      linux-usb@vger.kernel.org
2544 S:      Maintained
2545 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2546
2547 BROADCOM BCM7XXX ARM ARCHITECTURE
2548 M:      Brian Norris <computersforpeace@gmail.com>
2549 M:      Gregory Fong <gregory.0xf0@gmail.com>
2550 M:      Florian Fainelli <f.fainelli@gmail.com>
2551 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2552 L:      bcm-kernel-feedback-list@broadcom.com
2553 T:      git git://github.com/broadcom/stblinux.git
2554 S:      Maintained
2555 F:      arch/arm/mach-bcm/*brcmstb*
2556 F:      arch/arm/boot/dts/bcm7*.dts*
2557 F:      drivers/bus/brcmstb_gisb.c
2558 N:      brcmstb
2559
2560 BROADCOM BMIPS MIPS ARCHITECTURE
2561 M:      Kevin Cernekee <cernekee@gmail.com>
2562 M:      Florian Fainelli <f.fainelli@gmail.com>
2563 L:      linux-mips@linux-mips.org
2564 T:      git git://github.com/broadcom/stblinux.git
2565 S:      Maintained
2566 F:      arch/mips/bmips/*
2567 F:      arch/mips/include/asm/mach-bmips/*
2568 F:      arch/mips/kernel/*bmips*
2569 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2570 F:      drivers/irqchip/irq-bcm63*
2571 F:      drivers/irqchip/irq-bcm7*
2572 F:      drivers/irqchip/irq-brcmstb*
2573 F:      include/linux/bcm963xx_nvram.h
2574 F:      include/linux/bcm963xx_tag.h
2575
2576 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2577 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2578 M:      Prashant Sreedharan <prashant@broadcom.com>
2579 M:      Michael Chan <mchan@broadcom.com>
2580 L:      netdev@vger.kernel.org
2581 S:      Supported
2582 F:      drivers/net/ethernet/broadcom/tg3.*
2583
2584 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2585 M:      Brett Rudley <brudley@broadcom.com>
2586 M:      Arend van Spriel <arend@broadcom.com>
2587 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2588 M:      Hante Meuleman <meuleman@broadcom.com>
2589 L:      linux-wireless@vger.kernel.org
2590 L:      brcm80211-dev-list@broadcom.com
2591 S:      Supported
2592 F:      drivers/net/wireless/broadcom/brcm80211/
2593
2594 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2595 M:      QLogic-Storage-Upstream@qlogic.com
2596 L:      linux-scsi@vger.kernel.org
2597 S:      Supported
2598 F:      drivers/scsi/bnx2fc/
2599
2600 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2601 M:      QLogic-Storage-Upstream@qlogic.com
2602 L:      linux-scsi@vger.kernel.org
2603 S:      Supported
2604 F:      drivers/scsi/bnx2i/
2605
2606 BROADCOM IPROC ARM ARCHITECTURE
2607 M:      Ray Jui <rjui@broadcom.com>
2608 M:      Scott Branden <sbranden@broadcom.com>
2609 M:      Jon Mason <jonmason@broadcom.com>
2610 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2611 L:      bcm-kernel-feedback-list@broadcom.com
2612 T:      git git://github.com/broadcom/cygnus-linux.git
2613 S:      Maintained
2614 N:      iproc
2615 N:      cygnus
2616 N:      nsp
2617 N:      bcm9113*
2618 N:      bcm9583*
2619 N:      bcm9585*
2620 N:      bcm9586*
2621 N:      bcm988312
2622 N:      bcm113*
2623 N:      bcm583*
2624 N:      bcm585*
2625 N:      bcm586*
2626 N:      bcm88312
2627
2628 BROADCOM BRCMSTB GPIO DRIVER
2629 M:      Gregory Fong <gregory.0xf0@gmail.com>
2630 L:      bcm-kernel-feedback-list@broadcom.com
2631 S:      Supported
2632 F:      drivers/gpio/gpio-brcmstb.c
2633 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2634
2635 BROADCOM KONA GPIO DRIVER
2636 M:      Ray Jui <rjui@broadcom.com>
2637 L:      bcm-kernel-feedback-list@broadcom.com
2638 S:      Supported
2639 F:      drivers/gpio/gpio-bcm-kona.c
2640 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2641
2642 BROADCOM NVRAM DRIVER
2643 M:      Rafał Miłecki <zajec5@gmail.com>
2644 L:      linux-mips@linux-mips.org
2645 S:      Maintained
2646 F:      drivers/firmware/broadcom/*
2647
2648 BROADCOM STB NAND FLASH DRIVER
2649 M:      Brian Norris <computersforpeace@gmail.com>
2650 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2651 L:      linux-mtd@lists.infradead.org
2652 L:      bcm-kernel-feedback-list@broadcom.com
2653 S:      Maintained
2654 F:      drivers/mtd/nand/brcmnand/
2655
2656 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2657 M:      Rafał Miłecki <zajec5@gmail.com>
2658 L:      linux-wireless@vger.kernel.org
2659 S:      Maintained
2660 F:      drivers/bcma/
2661 F:      include/linux/bcma/
2662
2663 BROADCOM SYSTEMPORT ETHERNET DRIVER
2664 M:      Florian Fainelli <f.fainelli@gmail.com>
2665 L:      netdev@vger.kernel.org
2666 S:      Supported
2667 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2668
2669 BROADCOM VULCAN ARM64 SOC
2670 M:      Jayachandran C. <jchandra@broadcom.com>
2671 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2672 L:      bcm-kernel-feedback-list@broadcom.com
2673 S:      Maintained
2674 F:      arch/arm64/boot/dts/broadcom/vulcan*
2675
2676 BROCADE BFA FC SCSI DRIVER
2677 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2678 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2679 L:      linux-scsi@vger.kernel.org
2680 S:      Supported
2681 F:      drivers/scsi/bfa/
2682
2683 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2684 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2685 L:      netdev@vger.kernel.org
2686 S:      Supported
2687 F:      drivers/net/ethernet/brocade/bna/
2688
2689 BSG (block layer generic sg v4 driver)
2690 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2691 L:      linux-scsi@vger.kernel.org
2692 S:      Supported
2693 F:      block/bsg.c
2694 F:      include/linux/bsg.h
2695 F:      include/uapi/linux/bsg.h
2696
2697 BT87X AUDIO 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:      Documentation/sound/alsa/Bt87x.txt
2703 F:      sound/pci/bt87x.c
2704
2705 BT8XXGPIO DRIVER
2706 M:      Michael Buesch <m@bues.ch>
2707 W:      http://bu3sch.de/btgpio.php
2708 S:      Maintained
2709 F:      drivers/gpio/gpio-bt8xx.c
2710
2711 BTRFS FILE SYSTEM
2712 M:      Chris Mason <clm@fb.com>
2713 M:      Josef Bacik <jbacik@fb.com>
2714 M:      David Sterba <dsterba@suse.com>
2715 L:      linux-btrfs@vger.kernel.org
2716 W:      http://btrfs.wiki.kernel.org/
2717 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2718 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2719 S:      Maintained
2720 F:      Documentation/filesystems/btrfs.txt
2721 F:      fs/btrfs/
2722
2723 BTTV VIDEO4LINUX DRIVER
2724 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2725 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2726 L:      linux-media@vger.kernel.org
2727 W:      https://linuxtv.org
2728 T:      git git://linuxtv.org/media_tree.git
2729 S:      Odd fixes
2730 F:      Documentation/video4linux/bttv/
2731 F:      drivers/media/pci/bt8xx/bttv*
2732
2733 BUSLOGIC SCSI DRIVER
2734 M:      Khalid Aziz <khalid@gonehiking.org>
2735 L:      linux-scsi@vger.kernel.org
2736 S:      Maintained
2737 F:      drivers/scsi/BusLogic.*
2738 F:      drivers/scsi/FlashPoint.*
2739
2740 C-MEDIA CMI8788 DRIVER
2741 M:      Clemens Ladisch <clemens@ladisch.de>
2742 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2743 T:      git git://git.alsa-project.org/alsa-kernel.git
2744 S:      Maintained
2745 F:      sound/pci/oxygen/
2746
2747 C6X ARCHITECTURE
2748 M:      Mark Salter <msalter@redhat.com>
2749 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2750 L:      linux-c6x-dev@linux-c6x.org
2751 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2752 S:      Maintained
2753 F:      arch/c6x/
2754
2755 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2756 M:      David Howells <dhowells@redhat.com>
2757 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2758 S:      Supported
2759 F:      Documentation/filesystems/caching/cachefiles.txt
2760 F:      fs/cachefiles/
2761
2762 CADET FM/AM RADIO RECEIVER DRIVER
2763 M:      Hans Verkuil <hverkuil@xs4all.nl>
2764 L:      linux-media@vger.kernel.org
2765 T:      git git://linuxtv.org/media_tree.git
2766 W:      https://linuxtv.org
2767 S:      Maintained
2768 F:      drivers/media/radio/radio-cadet*
2769
2770 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2771 M:      Jonathan Corbet <corbet@lwn.net>
2772 L:      linux-media@vger.kernel.org
2773 T:      git git://linuxtv.org/media_tree.git
2774 S:      Maintained
2775 F:      Documentation/video4linux/cafe_ccic
2776 F:      drivers/media/platform/marvell-ccic/
2777
2778 CAIF NETWORK LAYER
2779 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2780 L:      netdev@vger.kernel.org
2781 S:      Supported
2782 F:      Documentation/networking/caif/
2783 F:      drivers/net/caif/
2784 F:      include/uapi/linux/caif/
2785 F:      include/net/caif/
2786 F:      net/caif/
2787
2788 CALGARY x86-64 IOMMU
2789 M:      Muli Ben-Yehuda <mulix@mulix.org>
2790 M:      Jon Mason <jdmason@kudzu.us>
2791 L:      iommu@lists.linux-foundation.org
2792 S:      Maintained
2793 F:      arch/x86/kernel/pci-calgary_64.c
2794 F:      arch/x86/kernel/tce_64.c
2795 F:      arch/x86/include/asm/calgary.h
2796 F:      arch/x86/include/asm/tce.h
2797
2798 CAN NETWORK LAYER
2799 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2800 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2801 L:      linux-can@vger.kernel.org
2802 W:      https://github.com/linux-can
2803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2805 S:      Maintained
2806 F:      Documentation/networking/can.txt
2807 F:      net/can/
2808 F:      include/linux/can/core.h
2809 F:      include/uapi/linux/can.h
2810 F:      include/uapi/linux/can/bcm.h
2811 F:      include/uapi/linux/can/raw.h
2812 F:      include/uapi/linux/can/gw.h
2813
2814 CAN NETWORK DRIVERS
2815 M:      Wolfgang Grandegger <wg@grandegger.com>
2816 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2817 L:      linux-can@vger.kernel.org
2818 W:      https://github.com/linux-can
2819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2820 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2821 S:      Maintained
2822 F:      drivers/net/can/
2823 F:      include/linux/can/dev.h
2824 F:      include/linux/can/platform/
2825 F:      include/uapi/linux/can/error.h
2826 F:      include/uapi/linux/can/netlink.h
2827
2828 CAPABILITIES
2829 M:      Serge Hallyn <serge.hallyn@canonical.com>
2830 L:      linux-security-module@vger.kernel.org
2831 S:      Supported
2832 F:      include/linux/capability.h
2833 F:      include/uapi/linux/capability.h
2834 F:      security/commoncap.c
2835 F:      kernel/capability.c
2836
2837 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2838 M:      Kevin Tsai <ktsai@capellamicro.com>
2839 S:      Maintained
2840 F:      drivers/iio/light/cm*
2841 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2842
2843 CAVIUM LIQUIDIO NETWORK DRIVER
2844 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2845 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2846 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2847 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2848 L:     netdev@vger.kernel.org
2849 W:     http://www.cavium.com
2850 S:     Supported
2851 F:     drivers/net/ethernet/cavium/liquidio/
2852
2853 CC2520 IEEE-802.15.4 RADIO DRIVER
2854 M:      Varka Bhadram <varkabhadram@gmail.com>
2855 L:      linux-wpan@vger.kernel.org
2856 S:      Maintained
2857 F:      drivers/net/ieee802154/cc2520.c
2858 F:      include/linux/spi/cc2520.h
2859 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2860
2861 CEC DRIVER
2862 M:      Hans Verkuil <hans.verkuil@cisco.com>
2863 L:      linux-media@vger.kernel.org
2864 T:      git git://linuxtv.org/media_tree.git
2865 W:      http://linuxtv.org
2866 S:      Supported
2867 F:      Documentation/cec.txt
2868 F:      Documentation/DocBook/media/v4l/cec*
2869 F:      drivers/staging/media/cec/
2870 F:      drivers/media/cec-edid.c
2871 F:      drivers/media/rc/keymaps/rc-cec.c
2872 F:      include/media/cec.h
2873 F:      include/media/cec-edid.h
2874 F:      include/linux/cec.h
2875 F:      include/linux/cec-funcs.h
2876
2877 CELL BROADBAND ENGINE ARCHITECTURE
2878 M:      Arnd Bergmann <arnd@arndb.de>
2879 L:      linuxppc-dev@lists.ozlabs.org
2880 W:      http://www.ibm.com/developerworks/power/cell/
2881 S:      Supported
2882 F:      arch/powerpc/include/asm/cell*.h
2883 F:      arch/powerpc/include/asm/spu*.h
2884 F:      arch/powerpc/include/uapi/asm/spu*.h
2885 F:      arch/powerpc/oprofile/*cell*
2886 F:      arch/powerpc/platforms/cell/
2887
2888 CEPH COMMON CODE (LIBCEPH)
2889 M:      Ilya Dryomov <idryomov@gmail.com>
2890 M:      "Yan, Zheng" <zyan@redhat.com>
2891 M:      Sage Weil <sage@redhat.com>
2892 L:      ceph-devel@vger.kernel.org
2893 W:      http://ceph.com/
2894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2895 T:      git git://github.com/ceph/ceph-client.git
2896 S:      Supported
2897 F:      net/ceph/
2898 F:      include/linux/ceph/
2899 F:      include/linux/crush/
2900
2901 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2902 M:      "Yan, Zheng" <zyan@redhat.com>
2903 M:      Sage Weil <sage@redhat.com>
2904 M:      Ilya Dryomov <idryomov@gmail.com>
2905 L:      ceph-devel@vger.kernel.org
2906 W:      http://ceph.com/
2907 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2908 T:      git git://github.com/ceph/ceph-client.git
2909 S:      Supported
2910 F:      Documentation/filesystems/ceph.txt
2911 F:      fs/ceph/
2912
2913 CERTIFICATE HANDLING:
2914 M:      David Howells <dhowells@redhat.com>
2915 M:      David Woodhouse <dwmw2@infradead.org>
2916 L:      keyrings@vger.kernel.org
2917 S:      Maintained
2918 F:      Documentation/module-signing.txt
2919 F:      certs/
2920 F:      scripts/sign-file.c
2921 F:      scripts/extract-cert.c
2922
2923 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2924 L:      linux-usb@vger.kernel.org
2925 S:      Orphan
2926 F:      Documentation/usb/WUSB-Design-overview.txt
2927 F:      Documentation/usb/wusb-cbaf
2928 F:      drivers/usb/host/hwa-hc.c
2929 F:      drivers/usb/host/whci/
2930 F:      drivers/usb/wusbcore/
2931 F:      include/linux/usb/wusb*
2932
2933 CFAG12864B LCD DRIVER
2934 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2935 W:      http://miguelojeda.es/auxdisplay.htm
2936 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2937 S:      Maintained
2938 F:      drivers/auxdisplay/cfag12864b.c
2939 F:      include/linux/cfag12864b.h
2940
2941 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2942 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2943 W:      http://miguelojeda.es/auxdisplay.htm
2944 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2945 S:      Maintained
2946 F:      drivers/auxdisplay/cfag12864bfb.c
2947 F:      include/linux/cfag12864b.h
2948
2949 CFG80211 and NL80211
2950 M:      Johannes Berg <johannes@sipsolutions.net>
2951 L:      linux-wireless@vger.kernel.org
2952 W:      http://wireless.kernel.org/
2953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2955 S:      Maintained
2956 F:      include/uapi/linux/nl80211.h
2957 F:      include/net/cfg80211.h
2958 F:      net/wireless/*
2959 X:      net/wireless/wext*
2960
2961 CHAR and MISC DRIVERS
2962 M:      Arnd Bergmann <arnd@arndb.de>
2963 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2965 S:      Supported
2966 F:      drivers/char/*
2967 F:      drivers/misc/*
2968 F:      include/linux/miscdevice.h
2969
2970 CHECKPATCH
2971 M:      Andy Whitcroft <apw@canonical.com>
2972 M:      Joe Perches <joe@perches.com>
2973 S:      Maintained
2974 F:      scripts/checkpatch.pl
2975
2976 CHINESE DOCUMENTATION
2977 M:      Harry Wei <harryxiyou@gmail.com>
2978 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2979 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2980 S:      Maintained
2981 F:      Documentation/zh_CN/
2982
2983 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2984 M:      Peter Chen <Peter.Chen@nxp.com>
2985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2986 L:      linux-usb@vger.kernel.org
2987 S:      Maintained
2988 F:      drivers/usb/chipidea/
2989
2990 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2991 M:      Hans de Goede <hdegoede@redhat.com>
2992 L:      linux-input@vger.kernel.org
2993 S:      Maintained
2994 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2995 F:      drivers/input/touchscreen/chipone_icn8318.c
2996
2997 CHROME HARDWARE PLATFORM SUPPORT
2998 M:      Olof Johansson <olof@lixom.net>
2999 S:      Maintained
3000 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3001 F:      drivers/platform/chrome/
3002
3003 CISCO VIC ETHERNET NIC DRIVER
3004 M:      Christian Benvenuti <benve@cisco.com>
3005 M:      Sujith Sankar <ssujith@cisco.com>
3006 M:      Govindarajulu Varadarajan <_govind@gmx.com>
3007 M:      Neel Patel <neepatel@cisco.com>
3008 S:      Supported
3009 F:      drivers/net/ethernet/cisco/enic/
3010
3011 CISCO VIC LOW LATENCY NIC DRIVER
3012 M:      Christian Benvenuti <benve@cisco.com>
3013 M:      Dave Goodell <dgoodell@cisco.com>
3014 S:      Supported
3015 F:      drivers/infiniband/hw/usnic/
3016
3017 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3018 M:      Hartley Sweeten <hsweeten@visionengravers.com>
3019 L:      netdev@vger.kernel.org
3020 S:      Maintained
3021 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3022
3023 CIRRUS LOGIC AUDIO CODEC DRIVERS
3024 M:      Brian Austin <brian.austin@cirrus.com>
3025 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
3026 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3027 S:      Maintained
3028 F:      sound/soc/codecs/cs*
3029
3030 CLEANCACHE API
3031 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3032 L:      linux-kernel@vger.kernel.org
3033 S:      Maintained
3034 F:      mm/cleancache.c
3035 F:      include/linux/cleancache.h
3036
3037 CLK API
3038 M:      Russell King <linux@armlinux.org.uk>
3039 L:      linux-clk@vger.kernel.org
3040 S:      Maintained
3041 F:      include/linux/clk.h
3042
3043 CLOCKSOURCE, CLOCKEVENT DRIVERS
3044 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3045 M:      Thomas Gleixner <tglx@linutronix.de>
3046 L:      linux-kernel@vger.kernel.org
3047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3048 S:      Supported
3049 F:      drivers/clocksource
3050
3051 CISCO FCOE HBA DRIVER
3052 M:      Hiral Patel <hiralpat@cisco.com>
3053 M:      Suma Ramars <sramars@cisco.com>
3054 M:      Brian Uchino <buchino@cisco.com>
3055 L:      linux-scsi@vger.kernel.org
3056 S:      Supported
3057 F:      drivers/scsi/fnic/
3058
3059 CISCO SCSI HBA DRIVER
3060 M:      Narsimhulu Musini <nmusini@cisco.com>
3061 M:      Sesidhar Baddela <sebaddel@cisco.com>
3062 L:      linux-scsi@vger.kernel.org
3063 S:      Supported
3064 F:      drivers/scsi/snic/
3065
3066 CMPC ACPI DRIVER
3067 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3068 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3069 L:      platform-driver-x86@vger.kernel.org
3070 S:      Supported
3071 F:      drivers/platform/x86/classmate-laptop.c
3072
3073 COBALT MEDIA DRIVER
3074 M:      Hans Verkuil <hans.verkuil@cisco.com>
3075 L:      linux-media@vger.kernel.org
3076 T:      git git://linuxtv.org/media_tree.git
3077 W:      https://linuxtv.org
3078 S:      Supported
3079 F:      drivers/media/pci/cobalt/
3080
3081 COCCINELLE/Semantic Patches (SmPL)
3082 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3083 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3084 M:      Nicolas Palix <nicolas.palix@imag.fr>
3085 M:      Michal Marek <mmarek@suse.com>
3086 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3087 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3088 W:      http://coccinelle.lip6.fr/
3089 S:      Supported
3090 F:      Documentation/coccinelle.txt
3091 F:      scripts/coccinelle/
3092 F:      scripts/coccicheck
3093
3094 CODA FILE SYSTEM
3095 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3096 M:      coda@cs.cmu.edu
3097 L:      codalist@coda.cs.cmu.edu
3098 W:      http://www.coda.cs.cmu.edu/
3099 S:      Maintained
3100 F:      Documentation/filesystems/coda.txt
3101 F:      fs/coda/
3102 F:      include/linux/coda*.h
3103 F:      include/uapi/linux/coda*.h
3104
3105 CODA V4L2 MEM2MEM DRIVER
3106 M:      Philipp Zabel <p.zabel@pengutronix.de>
3107 L:      linux-media@vger.kernel.org
3108 S:      Maintained
3109 F:      Documentation/devicetree/bindings/media/coda.txt
3110 F:      drivers/media/platform/coda/
3111
3112 COMMON CLK FRAMEWORK
3113 M:      Michael Turquette <mturquette@baylibre.com>
3114 M:      Stephen Boyd <sboyd@codeaurora.org>
3115 L:      linux-clk@vger.kernel.org
3116 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3117 S:      Maintained
3118 F:      Documentation/devicetree/bindings/clock/
3119 F:      drivers/clk/
3120 X:      drivers/clk/clkdev.c
3121 F:      include/linux/clk-pr*
3122 F:      include/linux/clk/
3123
3124 COMMON INTERNET FILE SYSTEM (CIFS)
3125 M:      Steve French <sfrench@samba.org>
3126 L:      linux-cifs@vger.kernel.org
3127 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3128 W:      http://linux-cifs.samba.org/
3129 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3130 S:      Supported
3131 F:      Documentation/filesystems/cifs/
3132 F:      fs/cifs/
3133
3134 COMPACTPCI HOTPLUG CORE
3135 M:      Scott Murray <scott@spiteful.org>
3136 L:      linux-pci@vger.kernel.org
3137 S:      Maintained
3138 F:      drivers/pci/hotplug/cpci_hotplug*
3139
3140 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3141 M:      Scott Murray <scott@spiteful.org>
3142 L:      linux-pci@vger.kernel.org
3143 S:      Maintained
3144 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3145
3146 COMPACTPCI HOTPLUG GENERIC DRIVER
3147 M:      Scott Murray <scott@spiteful.org>
3148 L:      linux-pci@vger.kernel.org
3149 S:      Maintained
3150 F:      drivers/pci/hotplug/cpcihp_generic.c
3151
3152 COMPAL LAPTOP SUPPORT
3153 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3154 L:      platform-driver-x86@vger.kernel.org
3155 S:      Maintained
3156 F:      drivers/platform/x86/compal-laptop.c
3157
3158 CONEXANT ACCESSRUNNER USB DRIVER
3159 L:      accessrunner-general@lists.sourceforge.net
3160 W:      http://accessrunner.sourceforge.net/
3161 S:      Orphan
3162 F:      drivers/usb/atm/cxacru.c
3163
3164 CONFIGFS
3165 M:      Joel Becker <jlbec@evilplan.org>
3166 M:      Christoph Hellwig <hch@lst.de>
3167 T:      git git://git.infradead.org/users/hch/configfs.git
3168 S:      Supported
3169 F:      fs/configfs/
3170 F:      include/linux/configfs.h
3171
3172 CONNECTOR
3173 M:      Evgeniy Polyakov <zbr@ioremap.net>
3174 L:      netdev@vger.kernel.org
3175 S:      Maintained
3176 F:      drivers/connector/
3177
3178 CONTROL GROUP (CGROUP)
3179 M:      Tejun Heo <tj@kernel.org>
3180 M:      Li Zefan <lizefan@huawei.com>
3181 M:      Johannes Weiner <hannes@cmpxchg.org>
3182 L:      cgroups@vger.kernel.org
3183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3184 S:      Maintained
3185 F:      Documentation/cgroups/
3186 F:      include/linux/cgroup*
3187 F:      kernel/cgroup*
3188
3189 CONTROL GROUP - CPUSET
3190 M:      Li Zefan <lizefan@huawei.com>
3191 L:      cgroups@vger.kernel.org
3192 W:      http://www.bullopensource.org/cpuset/
3193 W:      http://oss.sgi.com/projects/cpusets/
3194 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3195 S:      Maintained
3196 F:      Documentation/cgroups/cpusets.txt
3197 F:      include/linux/cpuset.h
3198 F:      kernel/cpuset.c
3199
3200 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3201 M:      Johannes Weiner <hannes@cmpxchg.org>
3202 M:      Michal Hocko <mhocko@kernel.org>
3203 M:      Vladimir Davydov <vdavydov@virtuozzo.com>
3204 L:      cgroups@vger.kernel.org
3205 L:      linux-mm@kvack.org
3206 S:      Maintained
3207 F:      mm/memcontrol.c
3208 F:      mm/swap_cgroup.c
3209
3210 CORETEMP HARDWARE MONITORING DRIVER
3211 M:      Fenghua Yu <fenghua.yu@intel.com>
3212 L:      linux-hwmon@vger.kernel.org
3213 S:      Maintained
3214 F:      Documentation/hwmon/coretemp
3215 F:      drivers/hwmon/coretemp.c
3216
3217 COSA/SRP SYNC SERIAL DRIVER
3218 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3219 W:      http://www.fi.muni.cz/~kas/cosa/
3220 S:      Maintained
3221 F:      drivers/net/wan/cosa*
3222
3223 CPMAC ETHERNET DRIVER
3224 M:      Florian Fainelli <florian@openwrt.org>
3225 L:      netdev@vger.kernel.org
3226 S:      Maintained
3227 F:      drivers/net/ethernet/ti/cpmac.c
3228
3229 CPU FREQUENCY DRIVERS
3230 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3231 M:      Viresh Kumar <viresh.kumar@linaro.org>
3232 L:      linux-pm@vger.kernel.org
3233 S:      Maintained
3234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3235 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3236 F:      drivers/cpufreq/
3237 F:      include/linux/cpufreq.h
3238
3239 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3240 M:      Viresh Kumar <viresh.kumar@linaro.org>
3241 M:      Sudeep Holla <sudeep.holla@arm.com>
3242 L:      linux-pm@vger.kernel.org
3243 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3244 S:      Maintained
3245 F:      drivers/cpufreq/arm_big_little.h
3246 F:      drivers/cpufreq/arm_big_little.c
3247 F:      drivers/cpufreq/arm_big_little_dt.c
3248
3249 CPUIDLE DRIVER - ARM BIG LITTLE
3250 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3251 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3252 L:      linux-pm@vger.kernel.org
3253 L:      linux-arm-kernel@lists.infradead.org
3254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3255 S:      Maintained
3256 F:      drivers/cpuidle/cpuidle-big_little.c
3257
3258 CPUIDLE DRIVER - ARM EXYNOS
3259 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3260 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3261 M:      Kukjin Kim <kgene@kernel.org>
3262 L:      linux-pm@vger.kernel.org
3263 L:      linux-samsung-soc@vger.kernel.org
3264 S:      Supported
3265 F:      drivers/cpuidle/cpuidle-exynos.c
3266 F:      arch/arm/mach-exynos/pm.c
3267
3268 CPUIDLE DRIVERS
3269 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3270 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3271 L:      linux-pm@vger.kernel.org
3272 S:      Maintained
3273 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3274 F:      drivers/cpuidle/*
3275 F:      include/linux/cpuidle.h
3276
3277 CPUID/MSR DRIVER
3278 M:      "H. Peter Anvin" <hpa@zytor.com>
3279 S:      Maintained
3280 F:      arch/x86/kernel/cpuid.c
3281 F:      arch/x86/kernel/msr.c
3282
3283 CPU POWER MONITORING SUBSYSTEM
3284 M:      Thomas Renninger <trenn@suse.com>
3285 L:      linux-pm@vger.kernel.org
3286 S:      Maintained
3287 F:      tools/power/cpupower/
3288
3289 CRAMFS FILESYSTEM
3290 W:      http://sourceforge.net/projects/cramfs/
3291 S:      Orphan / Obsolete
3292 F:      Documentation/filesystems/cramfs.txt
3293 F:      fs/cramfs/
3294
3295 CRIS PORT
3296 M:      Mikael Starvik <starvik@axis.com>
3297 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3298 L:      linux-cris-kernel@axis.com
3299 W:      http://developer.axis.com
3300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3301 S:      Maintained
3302 F:      arch/cris/
3303 F:      drivers/tty/serial/crisv10.*
3304
3305 CRYPTO API
3306 M:      Herbert Xu <herbert@gondor.apana.org.au>
3307 M:      "David S. Miller" <davem@davemloft.net>
3308 L:      linux-crypto@vger.kernel.org
3309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3310 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3311 S:      Maintained
3312 F:      Documentation/crypto/
3313 F:      Documentation/devicetree/bindings/crypto/
3314 F:      Documentation/DocBook/crypto-API.tmpl
3315 F:      arch/*/crypto/
3316 F:      crypto/
3317 F:      drivers/crypto/
3318 F:      include/crypto/
3319
3320 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3321 M:      Neil Horman <nhorman@tuxdriver.com>
3322 L:      linux-crypto@vger.kernel.org
3323 S:      Maintained
3324 F:      crypto/ansi_cprng.c
3325 F:      crypto/rng.c
3326
3327 CS3308 MEDIA DRIVER
3328 M:      Hans Verkuil <hverkuil@xs4all.nl>
3329 L:      linux-media@vger.kernel.org
3330 T:      git git://linuxtv.org/media_tree.git
3331 W:      http://linuxtv.org
3332 S:      Odd Fixes
3333 F:      drivers/media/i2c/cs3308.c
3334 F:      drivers/media/i2c/cs3308.h
3335
3336 CS5535 Audio ALSA driver
3337 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3338 S:      Maintained
3339 F:      sound/pci/cs5535audio/
3340
3341 CW1200 WLAN driver
3342 M:      Solomon Peachy <pizza@shaftnet.org>
3343 S:      Maintained
3344 F:      drivers/net/wireless/st/cw1200/
3345
3346 CX18 VIDEO4LINUX DRIVER
3347 M:      Andy Walls <awalls@md.metrocast.net>
3348 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3349 L:      linux-media@vger.kernel.org
3350 T:      git git://linuxtv.org/media_tree.git
3351 W:      https://linuxtv.org
3352 W:      http://www.ivtvdriver.org/index.php/Cx18
3353 S:      Maintained
3354 F:      Documentation/video4linux/cx18.txt
3355 F:      drivers/media/pci/cx18/
3356 F:      include/uapi/linux/ivtv*
3357
3358 CX2341X MPEG ENCODER HELPER MODULE
3359 M:      Hans Verkuil <hverkuil@xs4all.nl>
3360 L:      linux-media@vger.kernel.org
3361 T:      git git://linuxtv.org/media_tree.git
3362 W:      https://linuxtv.org
3363 S:      Maintained
3364 F:      drivers/media/common/cx2341x*
3365 F:      include/media/cx2341x*
3366
3367 CX24120 MEDIA DRIVER
3368 M:      Jemma Denson <jdenson@gmail.com>
3369 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3370 L:      linux-media@vger.kernel.org
3371 W:      https://linuxtv.org
3372 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3373 S:      Maintained
3374 F:      drivers/media/dvb-frontends/cx24120*
3375
3376 CX88 VIDEO4LINUX DRIVER
3377 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
3378 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3379 L:      linux-media@vger.kernel.org
3380 W:      https://linuxtv.org
3381 T:      git git://linuxtv.org/media_tree.git
3382 S:      Odd fixes
3383 F:      Documentation/video4linux/cx88/
3384 F:      drivers/media/pci/cx88/
3385
3386 CXD2820R MEDIA DRIVER
3387 M:      Antti Palosaari <crope@iki.fi>
3388 L:      linux-media@vger.kernel.org
3389 W:      https://linuxtv.org
3390 W:      http://palosaari.fi/linux/
3391 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3392 T:      git git://linuxtv.org/anttip/media_tree.git
3393 S:      Maintained
3394 F:      drivers/media/dvb-frontends/cxd2820r*
3395
3396 CXGB3 ETHERNET DRIVER (CXGB3)
3397 M:      Santosh Raspatur <santosh@chelsio.com>
3398 L:      netdev@vger.kernel.org
3399 W:      http://www.chelsio.com
3400 S:      Supported
3401 F:      drivers/net/ethernet/chelsio/cxgb3/
3402
3403 CXGB3 ISCSI DRIVER (CXGB3I)
3404 M:      Karen Xie <kxie@chelsio.com>
3405 L:      linux-scsi@vger.kernel.org
3406 W:      http://www.chelsio.com
3407 S:      Supported
3408 F:      drivers/scsi/cxgbi/cxgb3i
3409
3410 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3411 M:      Steve Wise <swise@chelsio.com>
3412 L:      linux-rdma@vger.kernel.org
3413 W:      http://www.openfabrics.org
3414 S:      Supported
3415 F:      drivers/infiniband/hw/cxgb3/
3416
3417 CXGB4 ETHERNET DRIVER (CXGB4)
3418 M:      Hariprasad S <hariprasad@chelsio.com>
3419 L:      netdev@vger.kernel.org
3420 W:      http://www.chelsio.com
3421 S:      Supported
3422 F:      drivers/net/ethernet/chelsio/cxgb4/
3423
3424 CXGB4 ISCSI DRIVER (CXGB4I)
3425 M:      Karen Xie <kxie@chelsio.com>
3426 L:      linux-scsi@vger.kernel.org
3427 W:      http://www.chelsio.com
3428 S:      Supported
3429 F:      drivers/scsi/cxgbi/cxgb4i
3430
3431 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3432 M:      Steve Wise <swise@chelsio.com>
3433 L:      linux-rdma@vger.kernel.org
3434 W:      http://www.openfabrics.org
3435 S:      Supported
3436 F:      drivers/infiniband/hw/cxgb4/
3437
3438 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3439 M:      Casey Leedom <leedom@chelsio.com>
3440 L:      netdev@vger.kernel.org
3441 W:      http://www.chelsio.com
3442 S:      Supported
3443 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3444
3445 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3446 M:      Ian Munsie <imunsie@au1.ibm.com>
3447 M:      Michael Neuling <mikey@neuling.org>
3448 L:      linuxppc-dev@lists.ozlabs.org
3449 S:      Supported
3450 F:      drivers/misc/cxl/
3451 F:      include/misc/cxl*
3452 F:      include/uapi/misc/cxl.h
3453 F:      Documentation/powerpc/cxl.txt
3454 F:      Documentation/powerpc/cxl.txt
3455 F:      Documentation/ABI/testing/sysfs-class-cxl
3456
3457 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3458 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3459 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3460 L:      linux-scsi@vger.kernel.org
3461 S:      Supported
3462 F:      drivers/scsi/cxlflash/
3463 F:      include/uapi/scsi/cxlflash_ioctls.h
3464 F:      Documentation/powerpc/cxlflash.txt
3465
3466 STMMAC ETHERNET DRIVER
3467 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3468 M:      Alexandre Torgue <alexandre.torgue@st.com>
3469 L:      netdev@vger.kernel.org
3470 W:      http://www.stlinux.com
3471 S:      Supported
3472 F:      drivers/net/ethernet/stmicro/stmmac/
3473
3474 CYBERPRO FB DRIVER
3475 M:      Russell King <linux@armlinux.org.uk>
3476 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3477 W:      http://www.armlinux.org.uk/
3478 S:      Maintained
3479 F:      drivers/video/fbdev/cyber2000fb.*
3480
3481 CYCLADES ASYNC MUX DRIVER
3482 W:      http://www.cyclades.com/
3483 S:      Orphan
3484 F:      drivers/tty/cyclades.c
3485 F:      include/linux/cyclades.h
3486 F:      include/uapi/linux/cyclades.h
3487
3488 CYCLADES PC300 DRIVER
3489 W:      http://www.cyclades.com/
3490 S:      Orphan
3491 F:      drivers/net/wan/pc300*
3492
3493 CYPRESS_FIRMWARE MEDIA DRIVER
3494 M:      Antti Palosaari <crope@iki.fi>
3495 L:      linux-media@vger.kernel.org
3496 W:      https://linuxtv.org
3497 W:      http://palosaari.fi/linux/
3498 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3499 T:      git git://linuxtv.org/anttip/media_tree.git
3500 S:      Maintained
3501 F:      drivers/media/common/cypress_firmware*
3502
3503 CYTTSP TOUCHSCREEN DRIVER
3504 M:      Ferruh Yigit <fery@cypress.com>
3505 L:      linux-input@vger.kernel.org
3506 S:      Supported
3507 F:      drivers/input/touchscreen/cyttsp*
3508 F:      include/linux/input/cyttsp.h
3509
3510 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3511 M:      Joshua Kinard <kumba@gentoo.org>
3512 S:      Maintained
3513 F:      drivers/rtc/rtc-ds1685.c
3514 F:      include/linux/rtc/ds1685.h
3515
3516 DAMA SLAVE for AX.25
3517 M:      Joerg Reuter <jreuter@yaina.de>
3518 W:      http://yaina.de/jreuter/
3519 W:      http://www.qsl.net/dl1bke/
3520 L:      linux-hams@vger.kernel.org
3521 S:      Maintained
3522 F:      net/ax25/af_ax25.c
3523 F:      net/ax25/ax25_dev.c
3524 F:      net/ax25/ax25_ds_*
3525 F:      net/ax25/ax25_in.c
3526 F:      net/ax25/ax25_out.c
3527 F:      net/ax25/ax25_timer.c
3528 F:      net/ax25/sysctl_net_ax25.c
3529
3530 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3531 L:      netdev@vger.kernel.org
3532 S:      Orphan
3533 F:      Documentation/networking/dmfe.txt
3534 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3535
3536 DC390/AM53C974 SCSI driver
3537 M:      Hannes Reinecke <hare@suse.com>
3538 L:      linux-scsi@vger.kernel.org
3539 S:      Maintained
3540 F:      drivers/scsi/am53c974.c
3541
3542 DC395x SCSI driver
3543 M:      Oliver Neukum <oliver@neukum.org>
3544 M:      Ali Akcaagac <aliakc@web.de>
3545 M:      Jamie Lenehan <lenehan@twibble.org>
3546 L:      dc395x@twibble.org
3547 W:      http://twibble.org/dist/dc395x/
3548 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3549 S:      Maintained
3550 F:      Documentation/scsi/dc395x.txt
3551 F:      drivers/scsi/dc395x.*
3552
3553 DCCP PROTOCOL
3554 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3555 L:      dccp@vger.kernel.org
3556 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3557 S:      Maintained
3558 F:      include/linux/dccp.h
3559 F:      include/uapi/linux/dccp.h
3560 F:      include/linux/tfrc.h
3561 F:      net/dccp/
3562
3563 DECnet NETWORK LAYER
3564 W:      http://linux-decnet.sourceforge.net
3565 L:      linux-decnet-user@lists.sourceforge.net
3566 S:      Orphan
3567 F:      Documentation/networking/decnet.txt
3568 F:      net/decnet/
3569
3570 DECSTATION PLATFORM SUPPORT
3571 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3572 L:      linux-mips@linux-mips.org
3573 W:      http://www.linux-mips.org/wiki/DECstation
3574 S:      Maintained
3575 F:      arch/mips/dec/
3576 F:      arch/mips/include/asm/dec/
3577 F:      arch/mips/include/asm/mach-dec/
3578
3579 DEFXX FDDI NETWORK DRIVER
3580 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3581 S:      Maintained
3582 F:      drivers/net/fddi/defxx.*
3583
3584 DELL LAPTOP DRIVER
3585 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3586 M:      Pali Rohár <pali.rohar@gmail.com>
3587 L:      platform-driver-x86@vger.kernel.org
3588 S:      Maintained
3589 F:      drivers/platform/x86/dell-laptop.c
3590
3591 DELL LAPTOP RBTN DRIVER
3592 M:      Pali Rohár <pali.rohar@gmail.com>
3593 S:      Maintained
3594 F:      drivers/platform/x86/dell-rbtn.*
3595
3596 DELL LAPTOP FREEFALL DRIVER
3597 M:      Pali Rohár <pali.rohar@gmail.com>
3598 S:      Maintained
3599 F:      drivers/platform/x86/dell-smo8800.c
3600
3601 DELL LAPTOP SMM DRIVER
3602 M:      Pali Rohár <pali.rohar@gmail.com>
3603 S:      Maintained
3604 F:      drivers/hwmon/dell-smm-hwmon.c
3605 F:      include/uapi/linux/i8k.h
3606
3607 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3608 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3609 S:      Maintained
3610 F:      Documentation/dcdbas.txt
3611 F:      drivers/firmware/dcdbas.*
3612
3613 DELL WMI EXTRAS DRIVER
3614 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3615 M:      Pali Rohár <pali.rohar@gmail.com>
3616 S:      Maintained
3617 F:      drivers/platform/x86/dell-wmi.c
3618
3619 DESIGNWARE USB2 DRD IP DRIVER
3620 M:      John Youn <johnyoun@synopsys.com>
3621 L:      linux-usb@vger.kernel.org
3622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3623 S:      Maintained
3624 F:      drivers/usb/dwc2/
3625
3626 DESIGNWARE USB3 DRD IP DRIVER
3627 M:      Felipe Balbi <balbi@kernel.org>
3628 L:      linux-usb@vger.kernel.org
3629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3630 S:      Maintained
3631 F:      drivers/usb/dwc3/
3632
3633 DEVICE COREDUMP (DEV_COREDUMP)
3634 M:      Johannes Berg <johannes@sipsolutions.net>
3635 L:      linux-kernel@vger.kernel.org
3636 S:      Maintained
3637 F:      drivers/base/devcoredump.c
3638 F:      include/linux/devcoredump.h
3639
3640 DEVICE FREQUENCY (DEVFREQ)
3641 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3642 M:      Kyungmin Park <kyungmin.park@samsung.com>
3643 L:      linux-pm@vger.kernel.org
3644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3645 S:      Maintained
3646 F:      drivers/devfreq/
3647 F:      include/linux/devfreq.h
3648 F:      Documentation/devicetree/bindings/devfreq/
3649
3650 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3651 M:      Chanwoo Choi <cw00.choi@samsung.com>
3652 L:      linux-pm@vger.kernel.org
3653 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3654 S:      Supported
3655 F:      drivers/devfreq/event/
3656 F:      drivers/devfreq/devfreq-event.c
3657 F:      include/linux/devfreq-event.h
3658 F:      Documentation/devicetree/bindings/devfreq/event/
3659
3660 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3661 M:      Chanwoo Choi <cw00.choi@samsung.com>
3662 L:      linux-pm@vger.kernel.org
3663 L:      linux-samsung-soc@vger.kernel.org
3664 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3665 S:      Maintained
3666 F:      drivers/devfreq/exynos-bus.c
3667 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3668
3669 DEVICE NUMBER REGISTRY
3670 M:      Torben Mathiasen <device@lanana.org>
3671 W:      http://lanana.org/docs/device-list/index.html
3672 S:      Maintained
3673
3674 DEVICE-MAPPER  (LVM)
3675 M:      Alasdair Kergon <agk@redhat.com>
3676 M:      Mike Snitzer <snitzer@redhat.com>
3677 M:      dm-devel@redhat.com
3678 L:      dm-devel@redhat.com
3679 W:      http://sources.redhat.com/dm
3680 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3682 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3683 S:      Maintained
3684 F:      Documentation/device-mapper/
3685 F:      drivers/md/dm*
3686 F:      drivers/md/persistent-data/
3687 F:      include/linux/device-mapper.h
3688 F:      include/linux/dm-*.h
3689 F:      include/uapi/linux/dm-*.h
3690
3691 DEVLINK
3692 M:      Jiri Pirko <jiri@mellanox.com>
3693 L:      netdev@vger.kernel.org
3694 S:      Supported
3695 F:      net/core/devlink.c
3696 F:      include/net/devlink.h
3697 F:      include/uapi/linux/devlink.h
3698
3699 DIALOG SEMICONDUCTOR DRIVERS
3700 M:      Support Opensource <support.opensource@diasemi.com>
3701 W:      http://www.dialog-semiconductor.com/products
3702 S:      Supported
3703 F:      Documentation/hwmon/da90??
3704 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3705 F:      drivers/gpio/gpio-da90??.c
3706 F:      drivers/hwmon/da90??-hwmon.c
3707 F:      drivers/iio/adc/da91??-*.c
3708 F:      drivers/input/misc/da90??_onkey.c
3709 F:      drivers/input/touchscreen/da9052_tsi.c
3710 F:      drivers/leds/leds-da90??.c
3711 F:      drivers/mfd/da903x.c
3712 F:      drivers/mfd/da90??-*.c
3713 F:      drivers/mfd/da91??-*.c
3714 F:      drivers/power/da9052-battery.c
3715 F:      drivers/power/da91??-*.c
3716 F:      drivers/regulator/da903x.c
3717 F:      drivers/regulator/da9???-regulator.[ch]
3718 F:      drivers/rtc/rtc-da90??.c
3719 F:      drivers/video/backlight/da90??_bl.c
3720 F:      drivers/watchdog/da90??_wdt.c
3721 F:      include/linux/mfd/da903x.h
3722 F:      include/linux/mfd/da9052/
3723 F:      include/linux/mfd/da9055/
3724 F:      include/linux/mfd/da9063/
3725 F:      include/linux/mfd/da9150/
3726 F:      include/sound/da[79]*.h
3727 F:      sound/soc/codecs/da[79]*.[ch]
3728
3729 DIGI NEO AND CLASSIC PCI PRODUCTS
3730 M:      Lidza Louina <lidza.louina@gmail.com>
3731 M:      Mark Hounschell <markh@compro.net>
3732 L:      driverdev-devel@linuxdriverproject.org
3733 S:      Maintained
3734 F:      drivers/staging/dgnc/
3735
3736 DIOLAN U2C-12 I2C DRIVER
3737 M:      Guenter Roeck <linux@roeck-us.net>
3738 L:      linux-i2c@vger.kernel.org
3739 S:      Maintained
3740 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3741
3742 DIRECT ACCESS (DAX)
3743 M:      Matthew Wilcox <willy@linux.intel.com>
3744 L:      linux-fsdevel@vger.kernel.org
3745 S:      Supported
3746 F:      fs/dax.c
3747
3748 DIRECTORY NOTIFICATION (DNOTIFY)
3749 M:      Eric Paris <eparis@parisplace.org>
3750 S:      Maintained
3751 F:      Documentation/filesystems/dnotify.txt
3752 F:      fs/notify/dnotify/
3753 F:      include/linux/dnotify.h
3754
3755 DISK GEOMETRY AND PARTITION HANDLING
3756 M:      Andries Brouwer <aeb@cwi.nl>
3757 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3758 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3759 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3760 S:      Maintained
3761
3762 DISKQUOTA
3763 M:      Jan Kara <jack@suse.com>
3764 S:      Maintained
3765 F:      Documentation/filesystems/quota.txt
3766 F:      fs/quota/
3767 F:      include/linux/quota*.h
3768 F:      include/uapi/linux/quota*.h
3769
3770 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3771 M:      Bernie Thompson <bernie@plugable.com>
3772 L:      linux-fbdev@vger.kernel.org
3773 S:      Maintained
3774 W:      http://plugable.com/category/projects/udlfb/
3775 F:      drivers/video/fbdev/udlfb.c
3776 F:      include/video/udlfb.h
3777 F:      Documentation/fb/udlfb.txt
3778
3779 DISTRIBUTED LOCK MANAGER (DLM)
3780 M:      Christine Caulfield <ccaulfie@redhat.com>
3781 M:      David Teigland <teigland@redhat.com>
3782 L:      cluster-devel@redhat.com
3783 W:      http://sources.redhat.com/cluster/
3784 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3785 S:      Supported
3786 F:      fs/dlm/
3787
3788 DMA BUFFER SHARING FRAMEWORK
3789 M:      Sumit Semwal <sumit.semwal@linaro.org>
3790 S:      Maintained
3791 L:      linux-media@vger.kernel.org
3792 L:      dri-devel@lists.freedesktop.org
3793 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3794 F:      drivers/dma-buf/
3795 F:      include/linux/dma-buf*
3796 F:      include/linux/reservation.h
3797 F:      include/linux/*fence.h
3798 F:      Documentation/dma-buf-sharing.txt
3799 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3800
3801 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3802 M:      Vinod Koul <vinod.koul@intel.com>
3803 L:      dmaengine@vger.kernel.org
3804 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3805 S:      Maintained
3806 F:      drivers/dma/
3807 F:      include/linux/dmaengine.h
3808 F:      Documentation/devicetree/bindings/dma/
3809 F:      Documentation/dmaengine/
3810 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3811
3812 DME1737 HARDWARE MONITOR DRIVER
3813 M:      Juerg Haefliger <juergh@gmail.com>
3814 L:      linux-hwmon@vger.kernel.org
3815 S:      Maintained
3816 F:      Documentation/hwmon/dme1737
3817 F:      drivers/hwmon/dme1737.c
3818
3819 DMI/SMBIOS SUPPORT
3820 M:      Jean Delvare <jdelvare@suse.com>
3821 S:      Maintained
3822 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3823 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3824 F:      drivers/firmware/dmi-id.c
3825 F:      drivers/firmware/dmi_scan.c
3826 F:      include/linux/dmi.h
3827
3828 DOCUMENTATION
3829 M:      Jonathan Corbet <corbet@lwn.net>
3830 L:      linux-doc@vger.kernel.org
3831 S:      Maintained
3832 F:      Documentation/
3833 F:      scripts/docproc.c
3834 F:      scripts/kernel-doc*
3835 X:      Documentation/ABI/
3836 X:      Documentation/devicetree/
3837 X:      Documentation/acpi
3838 X:      Documentation/power
3839 X:      Documentation/spi
3840 X:      Documentation/DocBook/media
3841 T:      git git://git.lwn.net/linux.git docs-next
3842
3843 DOUBLETALK DRIVER
3844 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3845 L:      blinux-list@redhat.com
3846 S:      Maintained
3847 F:      drivers/char/dtlk.c
3848 F:      include/linux/dtlk.h
3849
3850 DPT_I2O SCSI RAID DRIVER
3851 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3852 L:      linux-scsi@vger.kernel.org
3853 W:      http://www.adaptec.com/
3854 S:      Maintained
3855 F:      drivers/scsi/dpt*
3856 F:      drivers/scsi/dpt/
3857
3858 DRBD DRIVER
3859 M:      Philipp Reisner <philipp.reisner@linbit.com>
3860 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
3861 L:      drbd-dev@lists.linbit.com
3862 W:      http://www.drbd.org
3863 T:      git git://git.linbit.com/linux-drbd.git
3864 T:      git git://git.linbit.com/drbd-8.4.git
3865 S:      Supported
3866 F:      drivers/block/drbd/
3867 F:      lib/lru_cache.c
3868 F:      Documentation/blockdev/drbd/
3869
3870 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3871 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3873 S:      Supported
3874 F:      Documentation/kobject.txt
3875 F:      drivers/base/
3876 F:      fs/debugfs/
3877 F:      fs/kernfs/
3878 F:      fs/sysfs/
3879 F:      include/linux/debugfs.h
3880 F:      include/linux/kobj*
3881 F:      lib/kobj*
3882
3883 DRM DRIVERS
3884 M:      David Airlie <airlied@linux.ie>
3885 L:      dri-devel@lists.freedesktop.org
3886 T:      git git://people.freedesktop.org/~airlied/linux
3887 S:      Maintained
3888 F:      drivers/gpu/drm/
3889 F:      drivers/gpu/vga/
3890 F:      Documentation/DocBook/gpu.*
3891 F:      include/drm/
3892 F:      include/uapi/drm/
3893
3894 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
3895 M:      Dave Airlie <airlied@redhat.com>
3896 S:      Odd Fixes
3897 F:      drivers/gpu/drm/ast/
3898
3899 DRM DRIVER FOR BOCHS VIRTUAL GPU
3900 M:      Gerd Hoffmann <kraxel@redhat.com>
3901 S:      Odd Fixes
3902 F:      drivers/gpu/drm/bochs/
3903
3904 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
3905 M:      Dave Airlie <airlied@redhat.com>
3906 S:      Odd Fixes
3907 F:      drivers/gpu/drm/cirrus/
3908
3909 RADEON and AMDGPU DRM DRIVERS
3910 M:      Alex Deucher <alexander.deucher@amd.com>
3911 M:      Christian König <christian.koenig@amd.com>
3912 L:      dri-devel@lists.freedesktop.org
3913 T:      git git://people.freedesktop.org/~agd5f/linux
3914 S:      Supported
3915 F:      drivers/gpu/drm/radeon/
3916 F:      include/uapi/drm/radeon_drm.h
3917 F:      drivers/gpu/drm/amd/
3918 F:      include/uapi/drm/amdgpu_drm.h
3919
3920 DRM PANEL DRIVERS
3921 M:      Thierry Reding <thierry.reding@gmail.com>
3922 L:      dri-devel@lists.freedesktop.org
3923 T:      git git://anongit.freedesktop.org/tegra/linux.git
3924 S:      Maintained
3925 F:      drivers/gpu/drm/drm_panel.c
3926 F:      drivers/gpu/drm/panel/
3927 F:      include/drm/drm_panel.h
3928 F:      Documentation/devicetree/bindings/display/panel/
3929
3930 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3931 M:      Daniel Vetter <daniel.vetter@intel.com>
3932 M:      Jani Nikula <jani.nikula@linux.intel.com>
3933 L:      intel-gfx@lists.freedesktop.org
3934 L:      dri-devel@lists.freedesktop.org
3935 W:      https://01.org/linuxgraphics/
3936 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3937 T:      git git://anongit.freedesktop.org/drm-intel
3938 S:      Supported
3939 F:      drivers/gpu/drm/i915/
3940 F:      include/drm/i915*
3941 F:      include/uapi/drm/i915_drm.h
3942
3943 DRM DRIVERS FOR ATMEL HLCDC
3944 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3945 L:      dri-devel@lists.freedesktop.org
3946 S:      Supported
3947 F:      drivers/gpu/drm/atmel-hlcdc/
3948 F:      Documentation/devicetree/bindings/drm/atmel/
3949
3950 DRM DRIVERS FOR ALLWINNER A10
3951 M:      Maxime Ripard  <maxime.ripard@free-electrons.com>
3952 L:      dri-devel@lists.freedesktop.org
3953 S:      Supported
3954 F:      drivers/gpu/drm/sun4i/
3955 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
3956
3957 DRM DRIVERS FOR EXYNOS
3958 M:      Inki Dae <inki.dae@samsung.com>
3959 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3960 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3961 M:      Kyungmin Park <kyungmin.park@samsung.com>
3962 L:      dri-devel@lists.freedesktop.org
3963 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3964 S:      Supported
3965 F:      drivers/gpu/drm/exynos/
3966 F:      include/uapi/drm/exynos_drm.h
3967 F:      Documentation/devicetree/bindings/display/exynos/
3968
3969 DRM DRIVERS FOR FREESCALE DCU
3970 M:      Stefan Agner <stefan@agner.ch>
3971 M:      Alison Wang <alison.wang@freescale.com>
3972 L:      dri-devel@lists.freedesktop.org
3973 S:      Supported
3974 F:      drivers/gpu/drm/fsl-dcu/
3975 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
3976 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
3977 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3978
3979 DRM DRIVERS FOR FREESCALE IMX
3980 M:      Philipp Zabel <p.zabel@pengutronix.de>
3981 L:      dri-devel@lists.freedesktop.org
3982 S:      Maintained
3983 F:      drivers/gpu/drm/imx/
3984 F:      drivers/gpu/ipu-v3/
3985 F:      Documentation/devicetree/bindings/display/imx/
3986
3987 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3988 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3989 L:      dri-devel@lists.freedesktop.org
3990 T:      git git://github.com/patjak/drm-gma500
3991 S:      Maintained
3992 F:      drivers/gpu/drm/gma500/
3993
3994 DRM DRIVERS FOR HISILICON
3995 M:      Xinliang Liu <z.liuxinliang@hisilicon.com>
3996 R:      Xinwei Kong <kong.kongxinwei@hisilicon.com>
3997 R:      Chen Feng <puck.chen@hisilicon.com>
3998 L:      dri-devel@lists.freedesktop.org
3999 T:      git git://github.com/xin3liang/linux.git
4000 S:      Maintained
4001 F:      drivers/gpu/drm/hisilicon/
4002 F:      Documentation/devicetree/bindings/display/hisilicon/
4003
4004 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4005 S:      Orphan / Obsolete
4006 F:      drivers/gpu/drm/i810/
4007 F:      include/uapi/drm/i810_drm.h
4008
4009 DRM DRIVER FOR MSM ADRENO GPU
4010 M:      Rob Clark <robdclark@gmail.com>
4011 L:      linux-arm-msm@vger.kernel.org
4012 L:      dri-devel@lists.freedesktop.org
4013 L:      freedreno@lists.freedesktop.org
4014 T:      git git://people.freedesktop.org/~robclark/linux
4015 S:      Maintained
4016 F:      drivers/gpu/drm/msm/
4017 F:      include/uapi/drm/msm_drm.h
4018 F:      Documentation/devicetree/bindings/display/msm/
4019
4020 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4021 M:      Ben Skeggs <bskeggs@redhat.com>
4022 L:      dri-devel@lists.freedesktop.org
4023 L:      nouveau@lists.freedesktop.org
4024 T:      git git://github.com/skeggsb/linux
4025 S:      Supported
4026 F:      drivers/gpu/drm/nouveau/
4027 F:      include/uapi/drm/nouveau_drm.h
4028
4029 DRM DRIVERS FOR NVIDIA TEGRA
4030 M:      Thierry Reding <thierry.reding@gmail.com>
4031 L:      dri-devel@lists.freedesktop.org
4032 L:      linux-tegra@vger.kernel.org
4033 T:      git git://anongit.freedesktop.org/tegra/linux.git
4034 S:      Supported
4035 F:      drivers/gpu/drm/tegra/
4036 F:      drivers/gpu/host1x/
4037 F:      include/linux/host1x.h
4038 F:      include/uapi/drm/tegra_drm.h
4039 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4040
4041 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4042 S:      Orphan / Obsolete
4043 F:      drivers/gpu/drm/mga/
4044 F:      include/uapi/drm/mga_drm.h
4045
4046 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4047 M:      Dave Airlie <airlied@redhat.com>
4048 S:      Odd Fixes
4049 F:      drivers/gpu/drm/mgag200/
4050
4051 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4052 S:      Orphan / Obsolete
4053 F:      drivers/gpu/drm/r128/
4054 F:      include/uapi/drm/r128_drm.h
4055
4056 DRM DRIVERS FOR RENESAS
4057 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4058 L:      dri-devel@lists.freedesktop.org
4059 L:      linux-renesas-soc@vger.kernel.org
4060 T:      git git://linuxtv.org/pinchartl/fbdev
4061 S:      Supported
4062 F:      drivers/gpu/drm/rcar-du/
4063 F:      drivers/gpu/drm/shmobile/
4064 F:      include/linux/platform_data/shmob_drm.h
4065 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4066
4067 DRM DRIVER FOR QXL VIRTUAL GPU
4068 M:      Dave Airlie <airlied@redhat.com>
4069 S:      Odd Fixes
4070 F:      drivers/gpu/drm/qxl/
4071 F:      include/uapi/drm/qxl_drm.h
4072
4073 DRM DRIVERS FOR ROCKCHIP
4074 M:      Mark Yao <mark.yao@rock-chips.com>
4075 L:      dri-devel@lists.freedesktop.org
4076 S:      Maintained
4077 F:      drivers/gpu/drm/rockchip/
4078 F:      Documentation/devicetree/bindings/display/rockchip/
4079
4080 DRM DRIVER FOR SAVAGE VIDEO CARDS
4081 S:      Orphan / Obsolete
4082 F:      drivers/gpu/drm/savage/
4083 F:      include/uapi/drm/savage_drm.h
4084
4085 DRM DRIVER FOR SIS VIDEO CARDS
4086 S:      Orphan / Obsolete
4087 F:      drivers/gpu/drm/sis/
4088 F:      include/uapi/drm/sis_drm.h
4089
4090 DRM DRIVERS FOR STI
4091 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
4092 M:      Vincent Abriou <vincent.abriou@st.com>
4093 L:      dri-devel@lists.freedesktop.org
4094 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4095 S:      Maintained
4096 F:      drivers/gpu/drm/sti
4097 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4098
4099 DRM DRIVER FOR TDFX VIDEO CARDS
4100 S:      Orphan / Obsolete
4101 F:      drivers/gpu/drm/tdfx/
4102
4103 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4104 M:      Dave Airlie <airlied@redhat.com>
4105 S:      Odd Fixes
4106 F:      drivers/gpu/drm/udl/
4107
4108 DRM DRIVERS FOR VIVANTE GPU IP
4109 M:      Lucas Stach <l.stach@pengutronix.de>
4110 R:      Russell King <linux+etnaviv@armlinux.org.uk>
4111 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
4112 L:      dri-devel@lists.freedesktop.org
4113 S:      Maintained
4114 F:      drivers/gpu/drm/etnaviv/
4115 F:      include/uapi/drm/etnaviv_drm.h
4116 F:      Documentation/devicetree/bindings/display/etnaviv/
4117
4118 DRM DRIVER FOR VMWARE VIRTUAL GPU
4119 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4120 M:      Sinclair Yeh <syeh@vmware.com>
4121 M:      Thomas Hellstrom <thellstrom@vmware.com>
4122 L:      dri-devel@lists.freedesktop.org
4123 T:      git git://people.freedesktop.org/~syeh/repos_linux
4124 T:      git git://people.freedesktop.org/~thomash/linux
4125 S:      Supported
4126 F:      drivers/gpu/drm/vmwgfx/
4127 F:      include/uapi/drm/vmwgfx_drm.h
4128
4129 DRM DRIVERS FOR VC4
4130 M:      Eric Anholt <eric@anholt.net>
4131 T:      git git://github.com/anholt/linux
4132 S:      Supported
4133 F:      drivers/gpu/drm/vc4/
4134 F:      include/uapi/drm/vc4_drm.h
4135 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4136
4137 DSBR100 USB FM RADIO DRIVER
4138 M:      Alexey Klimov <klimov.linux@gmail.com>
4139 L:      linux-media@vger.kernel.org
4140 T:      git git://linuxtv.org/media_tree.git
4141 S:      Maintained
4142 F:      drivers/media/radio/dsbr100.c
4143
4144 DSCC4 DRIVER
4145 M:      Francois Romieu <romieu@fr.zoreil.com>
4146 L:      netdev@vger.kernel.org
4147 S:      Maintained
4148 F:      drivers/net/wan/dscc4.c
4149
4150 DT3155 MEDIA DRIVER
4151 M:      Hans Verkuil <hverkuil@xs4all.nl>
4152 L:      linux-media@vger.kernel.org
4153 T:      git git://linuxtv.org/media_tree.git
4154 W:      https://linuxtv.org
4155 S:      Odd Fixes
4156 F:      drivers/media/pci/dt3155/
4157
4158 DVB_USB_AF9015 MEDIA DRIVER
4159 M:      Antti Palosaari <crope@iki.fi>
4160 L:      linux-media@vger.kernel.org
4161 W:      https://linuxtv.org
4162 W:      http://palosaari.fi/linux/
4163 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4164 T:      git git://linuxtv.org/anttip/media_tree.git
4165 S:      Maintained
4166 F:      drivers/media/usb/dvb-usb-v2/af9015*
4167
4168 DVB_USB_AF9035 MEDIA DRIVER
4169 M:      Antti Palosaari <crope@iki.fi>
4170 L:      linux-media@vger.kernel.org
4171 W:      https://linuxtv.org
4172 W:      http://palosaari.fi/linux/
4173 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4174 T:      git git://linuxtv.org/anttip/media_tree.git
4175 S:      Maintained
4176 F:      drivers/media/usb/dvb-usb-v2/af9035*
4177
4178 DVB_USB_ANYSEE MEDIA DRIVER
4179 M:      Antti Palosaari <crope@iki.fi>
4180 L:      linux-media@vger.kernel.org
4181 W:      https://linuxtv.org
4182 W:      http://palosaari.fi/linux/
4183 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4184 T:      git git://linuxtv.org/anttip/media_tree.git
4185 S:      Maintained
4186 F:      drivers/media/usb/dvb-usb-v2/anysee*
4187
4188 DVB_USB_AU6610 MEDIA DRIVER
4189 M:      Antti Palosaari <crope@iki.fi>
4190 L:      linux-media@vger.kernel.org
4191 W:      https://linuxtv.org
4192 W:      http://palosaari.fi/linux/
4193 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4194 T:      git git://linuxtv.org/anttip/media_tree.git
4195 S:      Maintained
4196 F:      drivers/media/usb/dvb-usb-v2/au6610*
4197
4198 DVB_USB_CE6230 MEDIA DRIVER
4199 M:      Antti Palosaari <crope@iki.fi>
4200 L:      linux-media@vger.kernel.org
4201 W:      https://linuxtv.org
4202 W:      http://palosaari.fi/linux/
4203 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4204 T:      git git://linuxtv.org/anttip/media_tree.git
4205 S:      Maintained
4206 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4207
4208 DVB_USB_CXUSB MEDIA DRIVER
4209 M:      Michael Krufky <mkrufky@linuxtv.org>
4210 L:      linux-media@vger.kernel.org
4211 W:      https://linuxtv.org
4212 W:      http://github.com/mkrufky
4213 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4214 T:      git git://linuxtv.org/media_tree.git
4215 S:      Maintained
4216 F:      drivers/media/usb/dvb-usb/cxusb*
4217
4218 DVB_USB_EC168 MEDIA DRIVER
4219 M:      Antti Palosaari <crope@iki.fi>
4220 L:      linux-media@vger.kernel.org
4221 W:      https://linuxtv.org
4222 W:      http://palosaari.fi/linux/
4223 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4224 T:      git git://linuxtv.org/anttip/media_tree.git
4225 S:      Maintained
4226 F:      drivers/media/usb/dvb-usb-v2/ec168*
4227
4228 DVB_USB_GL861 MEDIA DRIVER
4229 M:      Antti Palosaari <crope@iki.fi>
4230 L:      linux-media@vger.kernel.org
4231 W:      https://linuxtv.org
4232 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4233 T:      git git://linuxtv.org/anttip/media_tree.git
4234 S:      Maintained
4235 F:      drivers/media/usb/dvb-usb-v2/gl861*
4236
4237 DVB_USB_MXL111SF MEDIA DRIVER
4238 M:      Michael Krufky <mkrufky@linuxtv.org>
4239 L:      linux-media@vger.kernel.org
4240 W:      https://linuxtv.org
4241 W:      http://github.com/mkrufky
4242 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4243 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4244 S:      Maintained
4245 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4246
4247 DVB_USB_RTL28XXU MEDIA DRIVER
4248 M:      Antti Palosaari <crope@iki.fi>
4249 L:      linux-media@vger.kernel.org
4250 W:      https://linuxtv.org
4251 W:      http://palosaari.fi/linux/
4252 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4253 T:      git git://linuxtv.org/anttip/media_tree.git
4254 S:      Maintained
4255 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4256
4257 DVB_USB_V2 MEDIA DRIVER
4258 M:      Antti Palosaari <crope@iki.fi>
4259 L:      linux-media@vger.kernel.org
4260 W:      https://linuxtv.org
4261 W:      http://palosaari.fi/linux/
4262 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4263 T:      git git://linuxtv.org/anttip/media_tree.git
4264 S:      Maintained
4265 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4266 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4267
4268 DYNAMIC DEBUG
4269 M:      Jason Baron <jbaron@akamai.com>
4270 S:      Maintained
4271 F:      lib/dynamic_debug.c
4272 F:      include/linux/dynamic_debug.h
4273
4274 DZ DECSTATION DZ11 SERIAL DRIVER
4275 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4276 S:      Maintained
4277 F:      drivers/tty/serial/dz.*
4278
4279 E3X0 POWER BUTTON DRIVER
4280 M:      Moritz Fischer <moritz.fischer@ettus.com>
4281 L:      usrp-users@lists.ettus.com
4282 W:      http://www.ettus.com
4283 S:      Supported
4284 F:      drivers/input/misc/e3x0-button.c
4285 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4286
4287 E4000 MEDIA DRIVER
4288 M:      Antti Palosaari <crope@iki.fi>
4289 L:      linux-media@vger.kernel.org
4290 W:      https://linuxtv.org
4291 W:      http://palosaari.fi/linux/
4292 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4293 T:      git git://linuxtv.org/anttip/media_tree.git
4294 S:      Maintained
4295 F:      drivers/media/tuners/e4000*
4296
4297 EATA ISA/EISA/PCI SCSI DRIVER
4298 M:      Dario Ballabio <ballabio_dario@emc.com>
4299 L:      linux-scsi@vger.kernel.org
4300 S:      Maintained
4301 F:      drivers/scsi/eata.c
4302
4303 EC100 MEDIA DRIVER
4304 M:      Antti Palosaari <crope@iki.fi>
4305 L:      linux-media@vger.kernel.org
4306 W:      https://linuxtv.org
4307 W:      http://palosaari.fi/linux/
4308 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4309 T:      git git://linuxtv.org/anttip/media_tree.git
4310 S:      Maintained
4311 F:      drivers/media/dvb-frontends/ec100*
4312
4313 ECRYPT FILE SYSTEM
4314 M:      Tyler Hicks <tyhicks@canonical.com>
4315 L:      ecryptfs@vger.kernel.org
4316 W:      http://ecryptfs.org
4317 W:      https://launchpad.net/ecryptfs
4318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4319 S:      Supported
4320 F:      Documentation/filesystems/ecryptfs.txt
4321 F:      fs/ecryptfs/
4322
4323 EDAC-CORE
4324 M:      Doug Thompson <dougthompson@xmission.com>
4325 M:      Borislav Petkov <bp@alien8.de>
4326 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4327 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4328 L:      linux-edac@vger.kernel.org
4329 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4330 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4331 S:      Supported
4332 F:      Documentation/edac.txt
4333 F:      drivers/edac/
4334 F:      include/linux/edac.h
4335
4336 EDAC-AMD64
4337 M:      Doug Thompson <dougthompson@xmission.com>
4338 M:      Borislav Petkov <bp@alien8.de>
4339 L:      linux-edac@vger.kernel.org
4340 S:      Maintained
4341 F:      drivers/edac/amd64_edac*
4342
4343 EDAC-CALXEDA
4344 M:      Doug Thompson <dougthompson@xmission.com>
4345 M:      Robert Richter <rric@kernel.org>
4346 L:      linux-edac@vger.kernel.org
4347 S:      Maintained
4348 F:      drivers/edac/highbank*
4349
4350 EDAC-CAVIUM
4351 M:      Ralf Baechle <ralf@linux-mips.org>
4352 M:      David Daney <david.daney@cavium.com>
4353 L:      linux-edac@vger.kernel.org
4354 L:      linux-mips@linux-mips.org
4355 S:      Supported
4356 F:      drivers/edac/octeon_edac*
4357
4358 EDAC-E752X
4359 M:      Mark Gross <mark.gross@intel.com>
4360 M:      Doug Thompson <dougthompson@xmission.com>
4361 L:      linux-edac@vger.kernel.org
4362 S:      Maintained
4363 F:      drivers/edac/e752x_edac.c
4364
4365 EDAC-E7XXX
4366 M:      Doug Thompson <dougthompson@xmission.com>
4367 L:      linux-edac@vger.kernel.org
4368 S:      Maintained
4369 F:      drivers/edac/e7xxx_edac.c
4370
4371 EDAC-GHES
4372 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4373 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4374 L:      linux-edac@vger.kernel.org
4375 S:      Maintained
4376 F:      drivers/edac/ghes_edac.c
4377
4378 EDAC-I82443BXGX
4379 M:      Tim Small <tim@buttersideup.com>
4380 L:      linux-edac@vger.kernel.org
4381 S:      Maintained
4382 F:      drivers/edac/i82443bxgx_edac.c
4383
4384 EDAC-I3000
4385 M:      Jason Uhlenkott <juhlenko@akamai.com>
4386 L:      linux-edac@vger.kernel.org
4387 S:      Maintained
4388 F:      drivers/edac/i3000_edac.c
4389
4390 EDAC-I5000
4391 M:      Doug Thompson <dougthompson@xmission.com>
4392 L:      linux-edac@vger.kernel.org
4393 S:      Maintained
4394 F:      drivers/edac/i5000_edac.c
4395
4396 EDAC-I5400
4397 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4398 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4399 L:      linux-edac@vger.kernel.org
4400 S:      Maintained
4401 F:      drivers/edac/i5400_edac.c
4402
4403 EDAC-I7300
4404 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4405 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4406 L:      linux-edac@vger.kernel.org
4407 S:      Maintained
4408 F:      drivers/edac/i7300_edac.c
4409
4410 EDAC-I7CORE
4411 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4412 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4413 L:      linux-edac@vger.kernel.org
4414 S:      Maintained
4415 F:      drivers/edac/i7core_edac.c
4416
4417 EDAC-I82975X
4418 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4419 M:      "Arvind R." <arvino55@gmail.com>
4420 L:      linux-edac@vger.kernel.org
4421 S:      Maintained
4422 F:      drivers/edac/i82975x_edac.c
4423
4424 EDAC-IE31200
4425 M:      Jason Baron <jbaron@akamai.com>
4426 L:      linux-edac@vger.kernel.org
4427 S:      Maintained
4428 F:      drivers/edac/ie31200_edac.c
4429
4430 EDAC-MPC85XX
4431 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4432 L:      linux-edac@vger.kernel.org
4433 S:      Maintained
4434 F:      drivers/edac/mpc85xx_edac.[ch]
4435
4436 EDAC-PASEMI
4437 M:      Egor Martovetsky <egor@pasemi.com>
4438 L:      linux-edac@vger.kernel.org
4439 S:      Maintained
4440 F:      drivers/edac/pasemi_edac.c
4441
4442 EDAC-R82600
4443 M:      Tim Small <tim@buttersideup.com>
4444 L:      linux-edac@vger.kernel.org
4445 S:      Maintained
4446 F:      drivers/edac/r82600_edac.c
4447
4448 EDAC-SBRIDGE
4449 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4450 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4451 L:      linux-edac@vger.kernel.org
4452 S:      Maintained
4453 F:      drivers/edac/sb_edac.c
4454
4455 EDAC-XGENE
4456 APPLIED MICRO (APM) X-GENE SOC EDAC
4457 M:     Loc Ho <lho@apm.com>
4458 S:     Supported
4459 F:     drivers/edac/xgene_edac.c
4460 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4461
4462 EDIROL UA-101/UA-1000 DRIVER
4463 M:      Clemens Ladisch <clemens@ladisch.de>
4464 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4465 T:      git git://git.alsa-project.org/alsa-kernel.git
4466 S:      Maintained
4467 F:      sound/usb/misc/ua101.c
4468
4469 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4470 M:      Matt Fleming <matt@codeblueprint.co.uk>
4471 L:      linux-efi@vger.kernel.org
4472 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4473 S:      Maintained
4474 F:      Documentation/efi-stub.txt
4475 F:      arch/ia64/kernel/efi.c
4476 F:      arch/x86/boot/compressed/eboot.[ch]
4477 F:      arch/x86/include/asm/efi.h
4478 F:      arch/x86/platform/efi/
4479 F:      drivers/firmware/efi/
4480 F:      include/linux/efi*.h
4481
4482 EFI VARIABLE FILESYSTEM
4483 M:      Matthew Garrett <matthew.garrett@nebula.com>
4484 M:      Jeremy Kerr <jk@ozlabs.org>
4485 M:      Matt Fleming <matt@codeblueprint.co.uk>
4486 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4487 L:      linux-efi@vger.kernel.org
4488 S:      Maintained
4489 F:      fs/efivarfs/
4490
4491 EFIFB FRAMEBUFFER DRIVER
4492 L:      linux-fbdev@vger.kernel.org
4493 M:      Peter Jones <pjones@redhat.com>
4494 S:      Maintained
4495 F:      drivers/video/fbdev/efifb.c
4496
4497 EFS FILESYSTEM
4498 W:      http://aeschi.ch.eu.org/efs/
4499 S:      Orphan
4500 F:      fs/efs/
4501
4502 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4503 M:      Douglas Miller <dougmill@linux.vnet.ibm.com>
4504 L:      netdev@vger.kernel.org
4505 S:      Maintained
4506 F:      drivers/net/ethernet/ibm/ehea/
4507
4508 EM28XX VIDEO4LINUX DRIVER
4509 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4510 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4511 L:      linux-media@vger.kernel.org
4512 W:      https://linuxtv.org
4513 T:      git git://linuxtv.org/media_tree.git
4514 S:      Maintained
4515 F:      drivers/media/usb/em28xx/
4516
4517 EMBEDDED LINUX
4518 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4519 M:      Matt Mackall <mpm@selenic.com>
4520 M:      David Woodhouse <dwmw2@infradead.org>
4521 L:      linux-embedded@vger.kernel.org
4522 S:      Maintained
4523
4524 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4525 M:      James Smart <james.smart@avagotech.com>
4526 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4527 L:      linux-scsi@vger.kernel.org
4528 W:      http://www.avagotech.com
4529 S:      Supported
4530 F:      drivers/scsi/lpfc/
4531
4532 ENE CB710 FLASH CARD READER DRIVER
4533 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
4534 S:      Maintained
4535 F:      drivers/misc/cb710/
4536 F:      drivers/mmc/host/cb710-mmc.*
4537 F:      include/linux/cb710.h
4538
4539 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4540 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4541 S:      Maintained
4542 F:      drivers/media/rc/ene_ir.*
4543
4544 EPSON S1D13XXX FRAMEBUFFER DRIVER
4545 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4546 S:      Maintained
4547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4548 F:      drivers/video/fbdev/s1d13xxxfb.c
4549 F:      include/video/s1d13xxxfb.h
4550
4551 ET131X NETWORK DRIVER
4552 M:      Mark Einon <mark.einon@gmail.com>
4553 S:      Odd Fixes
4554 F:      drivers/net/ethernet/agere/
4555
4556 ETHERNET BRIDGE
4557 M:      Stephen Hemminger <stephen@networkplumber.org>
4558 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
4559 L:      netdev@vger.kernel.org
4560 W:      http://www.linuxfoundation.org/en/Net:Bridge
4561 S:      Maintained
4562 F:      include/linux/netfilter_bridge/
4563 F:      net/bridge/
4564
4565 ETHERNET PHY LIBRARY
4566 M:      Florian Fainelli <f.fainelli@gmail.com>
4567 L:      netdev@vger.kernel.org
4568 S:      Maintained
4569 F:      include/linux/phy.h
4570 F:      include/linux/phy_fixed.h
4571 F:      drivers/net/phy/
4572 F:      Documentation/networking/phy.txt
4573 F:      drivers/of/of_mdio.c
4574 F:      drivers/of/of_net.c
4575
4576 EXT2 FILE SYSTEM
4577 M:      Jan Kara <jack@suse.com>
4578 L:      linux-ext4@vger.kernel.org
4579 S:      Maintained
4580 F:      Documentation/filesystems/ext2.txt
4581 F:      fs/ext2/
4582 F:      include/linux/ext2*
4583
4584 EXT4 FILE SYSTEM
4585 M:      "Theodore Ts'o" <tytso@mit.edu>
4586 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4587 L:      linux-ext4@vger.kernel.org
4588 W:      http://ext4.wiki.kernel.org
4589 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4591 S:      Maintained
4592 F:      Documentation/filesystems/ext4.txt
4593 F:      fs/ext4/
4594
4595 Extended Verification Module (EVM)
4596 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4597 L:      linux-ima-devel@lists.sourceforge.net
4598 L:      linux-security-module@vger.kernel.org
4599 S:      Supported
4600 F:      security/integrity/evm/
4601
4602 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4603 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4604 M:      Chanwoo Choi <cw00.choi@samsung.com>
4605 L:      linux-kernel@vger.kernel.org
4606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4607 S:      Maintained
4608 F:      drivers/extcon/
4609 F:      include/linux/extcon/
4610 F:      include/linux/extcon.h
4611 F:      Documentation/extcon/
4612 F:      Documentation/devicetree/bindings/extcon/
4613
4614 EXYNOS DP DRIVER
4615 M:      Jingoo Han <jingoohan1@gmail.com>
4616 L:      dri-devel@lists.freedesktop.org
4617 S:      Maintained
4618 F:      drivers/gpu/drm/exynos/exynos_dp*
4619
4620 EXYNOS SYSMMU (IOMMU) driver
4621 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4622 L:      iommu@lists.linux-foundation.org
4623 S:      Maintained
4624 F:      drivers/iommu/exynos-iommu.c
4625
4626 EXYNOS MIPI DISPLAY DRIVERS
4627 M:      Inki Dae <inki.dae@samsung.com>
4628 M:      Donghwa Lee <dh09.lee@samsung.com>
4629 M:      Kyungmin Park <kyungmin.park@samsung.com>
4630 L:      linux-fbdev@vger.kernel.org
4631 S:      Maintained
4632 F:      drivers/video/fbdev/exynos/exynos_mipi*
4633 F:      include/video/exynos_mipi*
4634
4635 EZchip NPS platform support
4636 M:      Noam Camus <noamc@ezchip.com>
4637 S:      Supported
4638 F:      arch/arc/plat-eznps
4639 F:      arch/arc/boot/dts/eznps.dts
4640
4641 F71805F HARDWARE MONITORING DRIVER
4642 M:      Jean Delvare <jdelvare@suse.com>
4643 L:      linux-hwmon@vger.kernel.org
4644 S:      Maintained
4645 F:      Documentation/hwmon/f71805f
4646 F:      drivers/hwmon/f71805f.c
4647
4648 FC0011 TUNER DRIVER
4649 M:      Michael Buesch <m@bues.ch>
4650 L:      linux-media@vger.kernel.org
4651 S:      Maintained
4652 F:      drivers/media/tuners/fc0011.h
4653 F:      drivers/media/tuners/fc0011.c
4654
4655 FC2580 MEDIA DRIVER
4656 M:      Antti Palosaari <crope@iki.fi>
4657 L:      linux-media@vger.kernel.org
4658 W:      https://linuxtv.org
4659 W:      http://palosaari.fi/linux/
4660 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4661 T:      git git://linuxtv.org/anttip/media_tree.git
4662 S:      Maintained
4663 F:      drivers/media/tuners/fc2580*
4664
4665 FANOTIFY
4666 M:      Eric Paris <eparis@redhat.com>
4667 S:      Maintained
4668 F:      fs/notify/fanotify/
4669 F:      include/linux/fanotify.h
4670 F:      include/uapi/linux/fanotify.h
4671
4672 FARSYNC SYNCHRONOUS DRIVER
4673 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4674 W:      http://www.farsite.co.uk/
4675 S:      Supported
4676 F:      drivers/net/wan/farsync.*
4677
4678 FAULT INJECTION SUPPORT
4679 M:      Akinobu Mita <akinobu.mita@gmail.com>
4680 S:      Supported
4681 F:      Documentation/fault-injection/
4682 F:      lib/fault-inject.c
4683
4684 FBTFT Framebuffer drivers
4685 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4686 M:      Noralf Trønnes <noralf@tronnes.org>
4687 S:      Maintained
4688 F:      drivers/staging/fbtft/
4689
4690 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4691 M:      Vasu Dev <vasu.dev@intel.com>
4692 L:      fcoe-devel@open-fcoe.org
4693 W:      www.Open-FCoE.org
4694 S:      Supported
4695 F:      drivers/scsi/libfc/
4696 F:      drivers/scsi/fcoe/
4697 F:      include/scsi/fc/
4698 F:      include/scsi/libfc.h
4699 F:      include/scsi/libfcoe.h
4700 F:      include/uapi/scsi/fc/
4701
4702 FILE LOCKING (flock() and fcntl()/lockf())
4703 M:      Jeff Layton <jlayton@poochiereds.net>
4704 M:      "J. Bruce Fields" <bfields@fieldses.org>
4705 L:      linux-fsdevel@vger.kernel.org
4706 S:      Maintained
4707 F:      include/linux/fcntl.h
4708 F:      include/linux/fs.h
4709 F:      include/uapi/linux/fcntl.h
4710 F:      include/uapi/linux/fs.h
4711 F:      fs/fcntl.c
4712 F:      fs/locks.c
4713
4714 FILESYSTEMS (VFS and infrastructure)
4715 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4716 L:      linux-fsdevel@vger.kernel.org
4717 S:      Maintained
4718 F:      fs/*
4719
4720 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4721 M:      Riku Voipio <riku.voipio@iki.fi>
4722 L:      linux-hwmon@vger.kernel.org
4723 S:      Maintained
4724 F:      drivers/hwmon/f75375s.c
4725 F:      include/linux/f75375s.h
4726
4727 FIREWIRE AUDIO DRIVERS
4728 M:      Clemens Ladisch <clemens@ladisch.de>
4729 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4730 T:      git git://git.alsa-project.org/alsa-kernel.git
4731 S:      Maintained
4732 F:      sound/firewire/
4733
4734 FIREWIRE MEDIA DRIVERS (firedtv)
4735 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4736 L:      linux-media@vger.kernel.org
4737 L:      linux1394-devel@lists.sourceforge.net
4738 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4739 S:      Maintained
4740 F:      drivers/media/firewire/
4741
4742 FIREWIRE SBP-2 TARGET
4743 M:      Chris Boot <bootc@bootc.net>
4744 L:      linux-scsi@vger.kernel.org
4745 L:      target-devel@vger.kernel.org
4746 L:      linux1394-devel@lists.sourceforge.net
4747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4748 S:      Maintained
4749 F:      drivers/target/sbp/
4750
4751 FIREWIRE SUBSYSTEM
4752 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4753 L:      linux1394-devel@lists.sourceforge.net
4754 W:      http://ieee1394.wiki.kernel.org/
4755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4756 S:      Maintained
4757 F:      drivers/firewire/
4758 F:      include/linux/firewire.h
4759 F:      include/uapi/linux/firewire*.h
4760 F:      tools/firewire/
4761
4762 FIRMWARE LOADER (request_firmware)
4763 M:      Ming Lei <ming.lei@canonical.com>
4764 L:      linux-kernel@vger.kernel.org
4765 S:      Maintained
4766 F:      Documentation/firmware_class/
4767 F:      drivers/base/firmware*.c
4768 F:      include/linux/firmware.h
4769
4770 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4771 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4772 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4773 S:      Maintained
4774 F:      drivers/block/rsxx/
4775
4776 FLOPPY DRIVER
4777 M:      Jiri Kosina <jikos@kernel.org>
4778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4779 S:      Odd fixes
4780 F:      drivers/block/floppy.c
4781
4782 FMC SUBSYSTEM
4783 M:      Alessandro Rubini <rubini@gnudd.com>
4784 W:      http://www.ohwr.org/projects/fmc-bus
4785 S:      Supported
4786 F:      drivers/fmc/
4787 F:      include/linux/fmc*.h
4788 F:      include/linux/ipmi-fru.h
4789 K:      fmc_d.*register
4790
4791 FPGA MANAGER FRAMEWORK
4792 M:      Alan Tull <atull@opensource.altera.com>
4793 R:      Moritz Fischer <moritz.fischer@ettus.com>
4794 S:      Maintained
4795 F:      drivers/fpga/
4796 F:      include/linux/fpga/fpga-mgr.h
4797 W:      http://www.rocketboards.org
4798
4799 FPU EMULATOR
4800 M:      Bill Metzenthen <billm@melbpc.org.au>
4801 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4802 S:      Maintained
4803 F:      arch/x86/math-emu/
4804
4805 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4806 L:      netdev@vger.kernel.org
4807 S:      Orphan
4808 F:      drivers/net/wan/dlci.c
4809 F:      drivers/net/wan/sdla.c
4810
4811 FRAMEBUFFER LAYER
4812 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4813 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4814 L:      linux-fbdev@vger.kernel.org
4815 W:      http://linux-fbdev.sourceforge.net/
4816 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4817 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4818 S:      Maintained
4819 F:      Documentation/fb/
4820 F:      drivers/video/
4821 F:      include/video/
4822 F:      include/linux/fb.h
4823 F:      include/uapi/video/
4824 F:      include/uapi/linux/fb.h
4825
4826 FREESCALE DIU FRAMEBUFFER DRIVER
4827 M:      Timur Tabi <timur@tabi.org>
4828 L:      linux-fbdev@vger.kernel.org
4829 S:      Maintained
4830 F:      drivers/video/fbdev/fsl-diu-fb.*
4831
4832 FREESCALE DMA DRIVER
4833 M:      Li Yang <leoli@freescale.com>
4834 M:      Zhang Wei <zw@zh-kernel.org>
4835 L:      linuxppc-dev@lists.ozlabs.org
4836 S:      Maintained
4837 F:      drivers/dma/fsldma.*
4838
4839 FREESCALE GPMI NAND DRIVER
4840 M:      Han Xu <han.xu@nxp.com>
4841 L:      linux-mtd@lists.infradead.org
4842 S:      Maintained
4843 F:      drivers/mtd/nand/gpmi-nand/*
4844
4845 FREESCALE I2C CPM DRIVER
4846 M:      Jochen Friedrich <jochen@scram.de>
4847 L:      linuxppc-dev@lists.ozlabs.org
4848 L:      linux-i2c@vger.kernel.org
4849 S:      Maintained
4850 F:      drivers/i2c/busses/i2c-cpm.c
4851
4852 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4853 M:      Sascha Hauer <kernel@pengutronix.de>
4854 L:      linux-fbdev@vger.kernel.org
4855 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4856 S:      Maintained
4857 F:      include/linux/platform_data/video-imxfb.h
4858 F:      drivers/video/fbdev/imxfb.c
4859
4860 FREESCALE QUAD SPI DRIVER
4861 M:      Han Xu <han.xu@nxp.com>
4862 L:      linux-mtd@lists.infradead.org
4863 S:      Maintained
4864 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4865
4866 FREESCALE SOC FS_ENET DRIVER
4867 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4868 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4869 L:      linuxppc-dev@lists.ozlabs.org
4870 L:      netdev@vger.kernel.org
4871 S:      Maintained
4872 F:      drivers/net/ethernet/freescale/fs_enet/
4873 F:      include/linux/fs_enet_pd.h
4874
4875 FREESCALE IMX / MXC FEC DRIVER
4876 M:      Fugang Duan <fugang.duan@nxp.com>
4877 L:      netdev@vger.kernel.org
4878 S:      Maintained
4879 F:      drivers/net/ethernet/freescale/fec_main.c
4880 F:      drivers/net/ethernet/freescale/fec_ptp.c
4881 F:      drivers/net/ethernet/freescale/fec.h
4882 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
4883
4884 FREESCALE QUICC ENGINE LIBRARY
4885 L:      linuxppc-dev@lists.ozlabs.org
4886 S:      Orphan
4887 F:      drivers/soc/fsl/qe/
4888 F:      include/soc/fsl/*qe*.h
4889 F:      include/soc/fsl/*ucc*.h
4890
4891 FREESCALE USB PERIPHERAL DRIVERS
4892 M:      Li Yang <leoli@freescale.com>
4893 L:      linux-usb@vger.kernel.org
4894 L:      linuxppc-dev@lists.ozlabs.org
4895 S:      Maintained
4896 F:      drivers/usb/gadget/udc/fsl*
4897
4898 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4899 M:      Li Yang <leoli@freescale.com>
4900 L:      netdev@vger.kernel.org
4901 L:      linuxppc-dev@lists.ozlabs.org
4902 S:      Maintained
4903 F:      drivers/net/ethernet/freescale/ucc_geth*
4904
4905 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4906 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4907 L:      netdev@vger.kernel.org
4908 S:      Maintained
4909 F:      drivers/net/ethernet/freescale/gianfar*
4910 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4911 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4912
4913 FREESCALE QUICC ENGINE UCC UART DRIVER
4914 M:      Timur Tabi <timur@tabi.org>
4915 L:      linuxppc-dev@lists.ozlabs.org
4916 S:      Maintained
4917 F:      drivers/tty/serial/ucc_uart.c
4918
4919 FREESCALE SOC SOUND DRIVERS
4920 M:      Timur Tabi <timur@tabi.org>
4921 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4922 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4923 R:      Fabio Estevam <fabio.estevam@nxp.com>
4924 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4925 L:      linuxppc-dev@lists.ozlabs.org
4926 S:      Maintained
4927 F:      sound/soc/fsl/fsl*
4928 F:      sound/soc/fsl/imx*
4929 F:      sound/soc/fsl/mpc8610_hpcd.c
4930
4931 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4932 M:      "J. German Rivera" <German.Rivera@freescale.com>
4933 M:      Stuart Yoder <stuart.yoder@nxp.com>
4934 L:      linux-kernel@vger.kernel.org
4935 S:      Maintained
4936 F:      drivers/staging/fsl-mc/
4937
4938 FREEVXFS FILESYSTEM
4939 M:      Christoph Hellwig <hch@infradead.org>
4940 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4941 S:      Maintained
4942 F:      fs/freevxfs/
4943
4944 FREEZER
4945 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4946 M:      Pavel Machek <pavel@ucw.cz>
4947 L:      linux-pm@vger.kernel.org
4948 S:      Supported
4949 F:      Documentation/power/freezing-of-tasks.txt
4950 F:      include/linux/freezer.h
4951 F:      kernel/freezer.c
4952
4953 FRONTSWAP API
4954 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4955 L:      linux-kernel@vger.kernel.org
4956 S:      Maintained
4957 F:      mm/frontswap.c
4958 F:      include/linux/frontswap.h
4959
4960 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4961 M:      David Howells <dhowells@redhat.com>
4962 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
4963 S:      Supported
4964 F:      Documentation/filesystems/caching/
4965 F:      fs/fscache/
4966 F:      include/linux/fscache*.h
4967
4968 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
4969 M:      Theodore Y. Ts'o <tytso@mit.edu>
4970 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4971 S:      Supported
4972 F:      fs/crypto/
4973 F:      include/linux/fscrypto.h
4974
4975 F2FS FILE SYSTEM
4976 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4977 M:      Changman Lee <cm224.lee@samsung.com>
4978 R:      Chao Yu <yuchao0@huawei.com>
4979 L:      linux-f2fs-devel@lists.sourceforge.net
4980 W:      http://en.wikipedia.org/wiki/F2FS
4981 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4982 S:      Maintained
4983 F:      Documentation/filesystems/f2fs.txt
4984 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4985 F:      fs/f2fs/
4986 F:      include/linux/f2fs_fs.h
4987 F:      include/trace/events/f2fs.h
4988
4989 FUJITSU FR-V (FRV) PORT
4990 S:      Orphan
4991 F:      arch/frv/
4992
4993 FUJITSU LAPTOP EXTRAS
4994 M:      Jonathan Woithe <jwoithe@just42.net>
4995 L:      platform-driver-x86@vger.kernel.org
4996 S:      Maintained
4997 F:      drivers/platform/x86/fujitsu-laptop.c
4998
4999 FUJITSU M-5MO LS CAMERA ISP DRIVER
5000 M:      Kyungmin Park <kyungmin.park@samsung.com>
5001 M:      Heungjun Kim <riverful.kim@samsung.com>
5002 L:      linux-media@vger.kernel.org
5003 S:      Maintained
5004 F:      drivers/media/i2c/m5mols/
5005 F:      include/media/i2c/m5mols.h
5006
5007 FUJITSU TABLET EXTRAS
5008 M:      Robert Gerlach <khnz@gmx.de>
5009 L:      platform-driver-x86@vger.kernel.org
5010 S:      Maintained
5011 F:      drivers/platform/x86/fujitsu-tablet.c
5012
5013 FUSE: FILESYSTEM IN USERSPACE
5014 M:      Miklos Szeredi <miklos@szeredi.hu>
5015 L:      linux-fsdevel@vger.kernel.org
5016 W:      http://fuse.sourceforge.net/
5017 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5018 S:      Maintained
5019 F:      fs/fuse/
5020 F:      include/uapi/linux/fuse.h
5021 F:      Documentation/filesystems/fuse.txt
5022
5023 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5024 M:      Rik Faith <faith@cs.unc.edu>
5025 L:      linux-scsi@vger.kernel.org
5026 S:      Odd Fixes (e.g., new signatures)
5027 F:      drivers/scsi/fdomain.*
5028
5029 GCOV BASED KERNEL PROFILING
5030 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5031 S:      Maintained
5032 F:      kernel/gcov/
5033 F:      Documentation/gcov.txt
5034
5035 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5036 M:      Achim Leubner <achim_leubner@adaptec.com>
5037 L:      linux-scsi@vger.kernel.org
5038 W:      http://www.icp-vortex.com/
5039 S:      Supported
5040 F:      drivers/scsi/gdt*
5041
5042 GDB KERNEL DEBUGGING HELPER SCRIPTS
5043 M:      Jan Kiszka <jan.kiszka@siemens.com>
5044 M:      Kieran Bingham <kieran@bingham.xyz>
5045 S:      Supported
5046 F:      scripts/gdb/
5047
5048 GEMTEK FM RADIO RECEIVER DRIVER
5049 M:      Hans Verkuil <hverkuil@xs4all.nl>
5050 L:      linux-media@vger.kernel.org
5051 T:      git git://linuxtv.org/media_tree.git
5052 W:      https://linuxtv.org
5053 S:      Maintained
5054 F:      drivers/media/radio/radio-gemtek*
5055
5056 GENERIC GPIO I2C DRIVER
5057 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
5058 S:      Supported
5059 F:      drivers/i2c/busses/i2c-gpio.c
5060 F:      include/linux/i2c-gpio.h
5061
5062 GENERIC GPIO I2C MULTIPLEXER DRIVER
5063 M:      Peter Korsgaard <peter.korsgaard@barco.com>
5064 L:      linux-i2c@vger.kernel.org
5065 S:      Supported
5066 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5067 F:      include/linux/i2c-mux-gpio.h
5068 F:      Documentation/i2c/muxes/i2c-mux-gpio
5069
5070 GENERIC HDLC (WAN) DRIVERS
5071 M:      Krzysztof Halasa <khc@pm.waw.pl>
5072 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5073 S:      Maintained
5074 F:      drivers/net/wan/c101.c
5075 F:      drivers/net/wan/hd6457*
5076 F:      drivers/net/wan/hdlc*
5077 F:      drivers/net/wan/n2.c
5078 F:      drivers/net/wan/pc300too.c
5079 F:      drivers/net/wan/pci200syn.c
5080 F:      drivers/net/wan/wanxl*
5081
5082 GENERIC INCLUDE/ASM HEADER FILES
5083 M:      Arnd Bergmann <arnd@arndb.de>
5084 L:      linux-arch@vger.kernel.org
5085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5086 S:      Maintained
5087 F:      include/asm-generic/
5088 F:      include/uapi/asm-generic/
5089
5090 GENERIC PHY FRAMEWORK
5091 M:      Kishon Vijay Abraham I <kishon@ti.com>
5092 L:      linux-kernel@vger.kernel.org
5093 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5094 S:      Supported
5095 F:      drivers/phy/
5096 F:      include/linux/phy/
5097
5098 GENERIC PM DOMAINS
5099 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5100 M:      Kevin Hilman <khilman@kernel.org>
5101 M:      Ulf Hansson <ulf.hansson@linaro.org>
5102 L:      linux-pm@vger.kernel.org
5103 S:      Supported
5104 F:      drivers/base/power/domain*.c
5105 F:      include/linux/pm_domain.h
5106
5107 GENERIC UIO DRIVER FOR PCI DEVICES
5108 M:      "Michael S. Tsirkin" <mst@redhat.com>
5109 L:      kvm@vger.kernel.org
5110 S:      Supported
5111 F:      drivers/uio/uio_pci_generic.c
5112
5113 GET_MAINTAINER SCRIPT
5114 M:      Joe Perches <joe@perches.com>
5115 S:      Maintained
5116 F:      scripts/get_maintainer.pl
5117
5118 GFS2 FILE SYSTEM
5119 M:      Steven Whitehouse <swhiteho@redhat.com>
5120 M:      Bob Peterson <rpeterso@redhat.com>
5121 L:      cluster-devel@redhat.com
5122 W:      http://sources.redhat.com/cluster/
5123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5124 S:      Supported
5125 F:      Documentation/filesystems/gfs2*.txt
5126 F:      fs/gfs2/
5127 F:      include/uapi/linux/gfs2_ondisk.h
5128
5129 GIGASET ISDN DRIVERS
5130 M:      Paul Bolle <pebolle@tiscali.nl>
5131 L:      gigaset307x-common@lists.sourceforge.net
5132 W:      http://gigaset307x.sourceforge.net/
5133 S:      Odd Fixes
5134 F:      Documentation/isdn/README.gigaset
5135 F:      drivers/isdn/gigaset/
5136 F:      include/uapi/linux/gigaset_dev.h
5137
5138 GO7007 MPEG CODEC
5139 M:      Hans Verkuil <hans.verkuil@cisco.com>
5140 L:      linux-media@vger.kernel.org
5141 S:      Maintained
5142 F:      drivers/media/usb/go7007/
5143
5144 GOODIX TOUCHSCREEN
5145 M:      Bastien Nocera <hadess@hadess.net>
5146 L:      linux-input@vger.kernel.org
5147 S:      Maintained
5148 F:      drivers/input/touchscreen/goodix.c
5149
5150 GPIO SUBSYSTEM
5151 M:      Linus Walleij <linus.walleij@linaro.org>
5152 M:      Alexandre Courbot <gnurou@gmail.com>
5153 L:      linux-gpio@vger.kernel.org
5154 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5155 S:      Maintained
5156 F:      Documentation/devicetree/bindings/gpio/
5157 F:      Documentation/gpio/
5158 F:      Documentation/ABI/testing/gpio-cdev
5159 F:      Documentation/ABI/obsolete/sysfs-gpio
5160 F:      drivers/gpio/
5161 F:      include/linux/gpio/
5162 F:      include/linux/gpio.h
5163 F:      include/asm-generic/gpio.h
5164 F:      include/uapi/linux/gpio.h
5165 F:      tools/gpio/
5166
5167 GRE DEMULTIPLEXER DRIVER
5168 M:      Dmitry Kozlov <xeb@mail.ru>
5169 L:      netdev@vger.kernel.org
5170 S:      Maintained
5171 F:      net/ipv4/gre_demux.c
5172 F:      net/ipv4/gre_offload.c
5173 F:      include/net/gre.h
5174
5175 GRETH 10/100/1G Ethernet MAC device driver
5176 M:      Andreas Larsson <andreas@gaisler.com>
5177 L:      netdev@vger.kernel.org
5178 S:      Maintained
5179 F:      drivers/net/ethernet/aeroflex/
5180
5181 GSPCA FINEPIX SUBDRIVER
5182 M:      Frank Zago <frank@zago.net>
5183 L:      linux-media@vger.kernel.org
5184 T:      git git://linuxtv.org/media_tree.git
5185 S:      Maintained
5186 F:      drivers/media/usb/gspca/finepix.c
5187
5188 GSPCA GL860 SUBDRIVER
5189 M:      Olivier Lorin <o.lorin@laposte.net>
5190 L:      linux-media@vger.kernel.org
5191 T:      git git://linuxtv.org/media_tree.git
5192 S:      Maintained
5193 F:      drivers/media/usb/gspca/gl860/
5194
5195 GSPCA M5602 SUBDRIVER
5196 M:      Erik Andren <erik.andren@gmail.com>
5197 L:      linux-media@vger.kernel.org
5198 T:      git git://linuxtv.org/media_tree.git
5199 S:      Maintained
5200 F:      drivers/media/usb/gspca/m5602/
5201
5202 GSPCA PAC207 SONIXB SUBDRIVER
5203 M:      Hans Verkuil <hverkuil@xs4all.nl>
5204 L:      linux-media@vger.kernel.org
5205 T:      git git://linuxtv.org/media_tree.git
5206 S:      Odd Fixes
5207 F:      drivers/media/usb/gspca/pac207.c
5208
5209 GSPCA SN9C20X SUBDRIVER
5210 M:      Brian Johnson <brijohn@gmail.com>
5211 L:      linux-media@vger.kernel.org
5212 T:      git git://linuxtv.org/media_tree.git
5213 S:      Maintained
5214 F:      drivers/media/usb/gspca/sn9c20x.c
5215
5216 GSPCA T613 SUBDRIVER
5217 M:      Leandro Costantino <lcostantino@gmail.com>
5218 L:      linux-media@vger.kernel.org
5219 T:      git git://linuxtv.org/media_tree.git
5220 S:      Maintained
5221 F:      drivers/media/usb/gspca/t613.c
5222
5223 GSPCA USB WEBCAM DRIVER
5224 M:      Hans Verkuil <hverkuil@xs4all.nl>
5225 L:      linux-media@vger.kernel.org
5226 T:      git git://linuxtv.org/media_tree.git
5227 S:      Odd Fixes
5228 F:      drivers/media/usb/gspca/
5229
5230 GUID PARTITION TABLE (GPT)
5231 M:      Davidlohr Bueso <dave@stgolabs.net>
5232 L:      linux-efi@vger.kernel.org
5233 S:      Maintained
5234 F:      block/partitions/efi.*
5235
5236 STK1160 USB VIDEO CAPTURE DRIVER
5237 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5238 L:      linux-media@vger.kernel.org
5239 T:      git git://linuxtv.org/media_tree.git
5240 S:      Maintained
5241 F:      drivers/media/usb/stk1160/
5242
5243 H8/300 ARCHITECTURE
5244 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5245 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5246 W:      http://uclinux-h8.sourceforge.jp
5247 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5248 S:      Maintained
5249 F:      arch/h8300/
5250 F:      drivers/clocksource/h8300_*.c
5251 F:      drivers/clk/h8300/
5252 F:      drivers/irqchip/irq-renesas-h8*.c
5253
5254 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5255 M:      Frank Seidel <frank@f-seidel.de>
5256 L:      platform-driver-x86@vger.kernel.org
5257 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5258 S:      Maintained
5259 F:      drivers/platform/x86/hdaps.c
5260
5261 HDPVR USB VIDEO ENCODER DRIVER
5262 M:      Hans Verkuil <hverkuil@xs4all.nl>
5263 L:      linux-media@vger.kernel.org
5264 T:      git git://linuxtv.org/media_tree.git
5265 W:      https://linuxtv.org
5266 S:      Odd Fixes
5267 F:      drivers/media/usb/hdpvr/
5268
5269 HWPOISON MEMORY FAILURE HANDLING
5270 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5271 L:      linux-mm@kvack.org
5272 S:      Maintained
5273 F:      mm/memory-failure.c
5274 F:      mm/hwpoison-inject.c
5275
5276 HYPERVISOR VIRTUAL CONSOLE DRIVER
5277 L:      linuxppc-dev@lists.ozlabs.org
5278 S:      Odd Fixes
5279 F:      drivers/tty/hvc/
5280
5281 HACKRF MEDIA DRIVER
5282 M:      Antti Palosaari <crope@iki.fi>
5283 L:      linux-media@vger.kernel.org
5284 W:      https://linuxtv.org
5285 W:      http://palosaari.fi/linux/
5286 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5287 T:      git git://linuxtv.org/anttip/media_tree.git
5288 S:      Maintained
5289 F:      drivers/media/usb/hackrf/
5290
5291 HARDWARE MONITORING
5292 M:      Jean Delvare <jdelvare@suse.com>
5293 M:      Guenter Roeck <linux@roeck-us.net>
5294 L:      linux-hwmon@vger.kernel.org
5295 W:      http://hwmon.wiki.kernel.org/
5296 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5298 S:      Maintained
5299 F:      Documentation/hwmon/
5300 F:      drivers/hwmon/
5301 F:      include/linux/hwmon*.h
5302
5303 HARDWARE RANDOM NUMBER GENERATOR CORE
5304 M:      Matt Mackall <mpm@selenic.com>
5305 M:      Herbert Xu <herbert@gondor.apana.org.au>
5306 L:      linux-crypto@vger.kernel.org
5307 S:      Odd fixes
5308 F:      Documentation/devicetree/bindings/rng/
5309 F:      Documentation/hw_random.txt
5310 F:      drivers/char/hw_random/
5311 F:      include/linux/hw_random.h
5312
5313 HARDWARE SPINLOCK CORE
5314 M:      Ohad Ben-Cohen <ohad@wizery.com>
5315 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5316 L:      linux-remoteproc@vger.kernel.org
5317 S:      Maintained
5318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5319 F:      Documentation/hwspinlock.txt
5320 F:      drivers/hwspinlock/hwspinlock_*
5321 F:      include/linux/hwspinlock.h
5322
5323 HARMONY SOUND DRIVER
5324 L:      linux-parisc@vger.kernel.org
5325 S:      Maintained
5326 F:      sound/parisc/harmony.*
5327
5328 HD29L2 MEDIA DRIVER
5329 M:      Antti Palosaari <crope@iki.fi>
5330 L:      linux-media@vger.kernel.org
5331 W:      https://linuxtv.org
5332 W:      http://palosaari.fi/linux/
5333 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5334 T:      git git://linuxtv.org/anttip/media_tree.git
5335 S:      Maintained
5336 F:      drivers/media/dvb-frontends/hd29l2*
5337
5338 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5339 M:      Don Brace <don.brace@microsemi.com>
5340 L:      iss_storagedev@hp.com
5341 L:      esc.storagedev@microsemi.com
5342 L:      linux-scsi@vger.kernel.org
5343 S:      Supported
5344 F:      Documentation/scsi/hpsa.txt
5345 F:      drivers/scsi/hpsa*.[ch]
5346 F:      include/linux/cciss*.h
5347 F:      include/uapi/linux/cciss*.h
5348
5349 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5350 M:      Don Brace <don.brace@microsemi.com>
5351 L:      iss_storagedev@hp.com
5352 L:      esc.storagedev@microsemi.com
5353 L:      linux-scsi@vger.kernel.org
5354 S:      Supported
5355 F:      Documentation/blockdev/cciss.txt
5356 F:      drivers/block/cciss*
5357 F:      include/linux/cciss_ioctl.h
5358 F:      include/uapi/linux/cciss_ioctl.h
5359
5360 HFI1 DRIVER
5361 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
5362 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
5363 L:      linux-rdma@vger.kernel.org
5364 S:      Supported
5365 F:      drivers/infiniband/hw/hfi1
5366
5367 HFS FILESYSTEM
5368 L:      linux-fsdevel@vger.kernel.org
5369 S:      Orphan
5370 F:      Documentation/filesystems/hfs.txt
5371 F:      fs/hfs/
5372
5373 HFSPLUS FILESYSTEM
5374 L:      linux-fsdevel@vger.kernel.org
5375 S:      Orphan
5376 F:      Documentation/filesystems/hfsplus.txt
5377 F:      fs/hfsplus/
5378
5379 HGA FRAMEBUFFER DRIVER
5380 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5381 L:      linux-nvidia@lists.surfsouth.com
5382 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5383 S:      Maintained
5384 F:      drivers/video/fbdev/hgafb.c
5385
5386 HIBERNATION (aka Software Suspend, aka swsusp)
5387 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5388 M:      Pavel Machek <pavel@ucw.cz>
5389 L:      linux-pm@vger.kernel.org
5390 S:      Supported
5391 F:      arch/x86/power/
5392 F:      drivers/base/power/
5393 F:      kernel/power/
5394 F:      include/linux/suspend.h
5395 F:      include/linux/freezer.h
5396 F:      include/linux/pm.h
5397 F:      arch/*/include/asm/suspend*.h
5398
5399 HID CORE LAYER
5400 M:      Jiri Kosina <jikos@kernel.org>
5401 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5402 L:      linux-input@vger.kernel.org
5403 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5404 S:      Maintained
5405 F:      drivers/hid/
5406 F:      include/linux/hid*
5407 F:      include/uapi/linux/hid*
5408
5409 HID SENSOR HUB DRIVERS
5410 M:      Jiri Kosina <jikos@kernel.org>
5411 M:      Jonathan Cameron <jic23@kernel.org>
5412 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5413 L:      linux-input@vger.kernel.org
5414 L:      linux-iio@vger.kernel.org
5415 S:      Maintained
5416 F:      Documentation/hid/hid-sensor*
5417 F:      drivers/hid/hid-sensor-*
5418 F:      drivers/iio/*/hid-*
5419 F:      include/linux/hid-sensor-*
5420
5421 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5422 M:      Thomas Gleixner <tglx@linutronix.de>
5423 L:      linux-kernel@vger.kernel.org
5424 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5425 S:      Maintained
5426 F:      Documentation/timers/
5427 F:      kernel/time/hrtimer.c
5428 F:      kernel/time/clockevents.c
5429 F:      kernel/time/tick*.*
5430 F:      kernel/time/timer_*.c
5431 F:      include/linux/clockchips.h
5432 F:      include/linux/hrtimer.h
5433
5434 HIGH-SPEED SCC DRIVER FOR AX.25
5435 L:      linux-hams@vger.kernel.org
5436 S:      Orphan
5437 F:      drivers/net/hamradio/dmascc.c
5438 F:      drivers/net/hamradio/scc.c
5439
5440 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5441 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5442 W:      http://www.highpoint-tech.com
5443 S:      Supported
5444 F:      Documentation/scsi/hptiop.txt
5445 F:      drivers/scsi/hptiop.c
5446
5447 HIPPI
5448 M:      Jes Sorensen <jes@trained-monkey.org>
5449 L:      linux-hippi@sunsite.dk
5450 S:      Maintained
5451 F:      include/linux/hippidevice.h
5452 F:      include/uapi/linux/if_hippi.h
5453 F:      net/802/hippi.c
5454 F:      drivers/net/hippi/
5455
5456 HISILICON SAS Controller
5457 M:      John Garry <john.garry@huawei.com>
5458 W:      http://www.hisilicon.com
5459 S:      Supported
5460 F:      drivers/scsi/hisi_sas/
5461 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5462
5463 HOST AP DRIVER
5464 M:      Jouni Malinen <j@w1.fi>
5465 L:      hostap@shmoo.com (subscribers-only)
5466 L:      linux-wireless@vger.kernel.org
5467 W:      http://hostap.epitest.fi/
5468 S:      Maintained
5469 F:      drivers/net/wireless/intersil/hostap/
5470
5471 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5472 L:      platform-driver-x86@vger.kernel.org
5473 S:      Orphan
5474 F:      drivers/platform/x86/tc1100-wmi.c
5475
5476 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5477 M:      Jaroslav Kysela <perex@perex.cz>
5478 S:      Maintained
5479 F:      drivers/net/ethernet/hp/hp100.*
5480
5481 HPET:   High Precision Event Timers driver
5482 M:      Clemens Ladisch <clemens@ladisch.de>
5483 S:      Maintained
5484 F:      Documentation/timers/hpet.txt
5485 F:      drivers/char/hpet.c
5486 F:      include/linux/hpet.h
5487 F:      include/uapi/linux/hpet.h
5488
5489 HPET:   x86
5490 S:      Orphan
5491 F:      arch/x86/kernel/hpet.c
5492 F:      arch/x86/include/asm/hpet.h
5493
5494 HPFS FILESYSTEM
5495 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5496 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5497 S:      Maintained
5498 F:      fs/hpfs/
5499
5500 HSI SUBSYSTEM
5501 M:      Sebastian Reichel <sre@kernel.org>
5502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5503 S:      Maintained
5504 F:      Documentation/ABI/testing/sysfs-bus-hsi
5505 F:      Documentation/hsi.txt
5506 F:      drivers/hsi/
5507 F:      include/linux/hsi/
5508 F:      include/uapi/linux/hsi/
5509
5510 HSO 3G MODEM DRIVER
5511 M:      Jan Dumon <j.dumon@option.com>
5512 W:      http://www.pharscape.org
5513 S:      Maintained
5514 F:      drivers/net/usb/hso.c
5515
5516 HSR NETWORK PROTOCOL
5517 M:      Arvid Brodin <arvid.brodin@alten.se>
5518 L:      netdev@vger.kernel.org
5519 S:      Maintained
5520 F:      net/hsr/
5521
5522 HTCPEN TOUCHSCREEN DRIVER
5523 M:      Pau Oliva Fora <pof@eslack.org>
5524 L:      linux-input@vger.kernel.org
5525 S:      Maintained
5526 F:      drivers/input/touchscreen/htcpen.c
5527
5528 HUGETLB FILESYSTEM
5529 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5530 S:      Maintained
5531 F:      fs/hugetlbfs/
5532
5533 Hyper-V CORE AND DRIVERS
5534 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5535 M:      Haiyang Zhang <haiyangz@microsoft.com>
5536 L:      devel@linuxdriverproject.org
5537 S:      Maintained
5538 F:      arch/x86/include/asm/mshyperv.h
5539 F:      arch/x86/include/uapi/asm/hyperv.h
5540 F:      arch/x86/kernel/cpu/mshyperv.c
5541 F:      drivers/hid/hid-hyperv.c
5542 F:      drivers/hv/
5543 F:      drivers/input/serio/hyperv-keyboard.c
5544 F:      drivers/pci/host/pci-hyperv.c
5545 F:      drivers/net/hyperv/
5546 F:      drivers/scsi/storvsc_drv.c
5547 F:      drivers/video/fbdev/hyperv_fb.c
5548 F:      include/linux/hyperv.h
5549 F:      tools/hv/
5550 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5551
5552 I2C MUXES
5553 M:      Peter Rosin <peda@axentia.se>
5554 L:      linux-i2c@vger.kernel.org
5555 S:      Maintained
5556 F:      Documentation/i2c/i2c-topology
5557 F:      Documentation/i2c/muxes/
5558 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5559 F:      drivers/i2c/i2c-mux.c
5560 F:      drivers/i2c/muxes/
5561 F:      include/linux/i2c-mux.h
5562
5563 I2C OVER PARALLEL PORT
5564 M:      Jean Delvare <jdelvare@suse.com>
5565 L:      linux-i2c@vger.kernel.org
5566 S:      Maintained
5567 F:      Documentation/i2c/busses/i2c-parport
5568 F:      Documentation/i2c/busses/i2c-parport-light
5569 F:      drivers/i2c/busses/i2c-parport.c
5570 F:      drivers/i2c/busses/i2c-parport-light.c
5571
5572 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5573 M:      Jean Delvare <jdelvare@suse.com>
5574 L:      linux-i2c@vger.kernel.org
5575 S:      Maintained
5576 F:      Documentation/i2c/busses/i2c-ali1535
5577 F:      Documentation/i2c/busses/i2c-ali1563
5578 F:      Documentation/i2c/busses/i2c-ali15x3
5579 F:      Documentation/i2c/busses/i2c-amd756
5580 F:      Documentation/i2c/busses/i2c-amd8111
5581 F:      Documentation/i2c/busses/i2c-i801
5582 F:      Documentation/i2c/busses/i2c-nforce2
5583 F:      Documentation/i2c/busses/i2c-piix4
5584 F:      Documentation/i2c/busses/i2c-sis5595
5585 F:      Documentation/i2c/busses/i2c-sis630
5586 F:      Documentation/i2c/busses/i2c-sis96x
5587 F:      Documentation/i2c/busses/i2c-via
5588 F:      Documentation/i2c/busses/i2c-viapro
5589 F:      drivers/i2c/busses/i2c-ali1535.c
5590 F:      drivers/i2c/busses/i2c-ali1563.c
5591 F:      drivers/i2c/busses/i2c-ali15x3.c
5592 F:      drivers/i2c/busses/i2c-amd756.c
5593 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5594 F:      drivers/i2c/busses/i2c-amd8111.c
5595 F:      drivers/i2c/busses/i2c-i801.c
5596 F:      drivers/i2c/busses/i2c-isch.c
5597 F:      drivers/i2c/busses/i2c-nforce2.c
5598 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5599 F:      drivers/i2c/busses/i2c-piix4.c
5600 F:      drivers/i2c/busses/i2c-sis5595.c
5601 F:      drivers/i2c/busses/i2c-sis630.c
5602 F:      drivers/i2c/busses/i2c-sis96x.c
5603 F:      drivers/i2c/busses/i2c-via.c
5604 F:      drivers/i2c/busses/i2c-viapro.c
5605
5606 I2C/SMBUS ISMT DRIVER
5607 M:      Seth Heasley <seth.heasley@intel.com>
5608 M:      Neil Horman <nhorman@tuxdriver.com>
5609 L:      linux-i2c@vger.kernel.org
5610 F:      drivers/i2c/busses/i2c-ismt.c
5611 F:      Documentation/i2c/busses/i2c-ismt
5612
5613 I2C/SMBUS STUB DRIVER
5614 M:      Jean Delvare <jdelvare@suse.com>
5615 L:      linux-i2c@vger.kernel.org
5616 S:      Maintained
5617 F:      drivers/i2c/i2c-stub.c
5618
5619 I2C SUBSYSTEM
5620 M:      Wolfram Sang <wsa@the-dreams.de>
5621 L:      linux-i2c@vger.kernel.org
5622 W:      https://i2c.wiki.kernel.org/
5623 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5624 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5625 S:      Maintained
5626 F:      Documentation/devicetree/bindings/i2c/
5627 F:      Documentation/i2c/
5628 F:      drivers/i2c/
5629 F:      drivers/i2c/*/
5630 F:      include/linux/i2c.h
5631 F:      include/linux/i2c-*.h
5632 F:      include/uapi/linux/i2c.h
5633 F:      include/uapi/linux/i2c-*.h
5634
5635 I2C ACPI SUPPORT
5636 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5637 L:      linux-i2c@vger.kernel.org
5638 L:      linux-acpi@vger.kernel.org
5639 S:      Maintained
5640
5641 I2C-TAOS-EVM DRIVER
5642 M:      Jean Delvare <jdelvare@suse.com>
5643 L:      linux-i2c@vger.kernel.org
5644 S:      Maintained
5645 F:      Documentation/i2c/busses/i2c-taos-evm
5646 F:      drivers/i2c/busses/i2c-taos-evm.c
5647
5648 I2C-TINY-USB DRIVER
5649 M:      Till Harbaum <till@harbaum.org>
5650 L:      linux-i2c@vger.kernel.org
5651 W:      http://www.harbaum.org/till/i2c_tiny_usb
5652 S:      Maintained
5653 F:      drivers/i2c/busses/i2c-tiny-usb.c
5654
5655 i386 BOOT CODE
5656 M:      "H. Peter Anvin" <hpa@zytor.com>
5657 S:      Maintained
5658 F:      arch/x86/boot/
5659
5660 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5661 M:      "H. Peter Anvin" <hpa@zytor.com>
5662 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5663 S:      Maintained
5664
5665 IA64 (Itanium) PLATFORM
5666 M:      Tony Luck <tony.luck@intel.com>
5667 M:      Fenghua Yu <fenghua.yu@intel.com>
5668 L:      linux-ia64@vger.kernel.org
5669 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5670 S:      Maintained
5671 F:      arch/ia64/
5672
5673 IBM Power VMX Cryptographic instructions
5674 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5675 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5676 L:      linux-crypto@vger.kernel.org
5677 S:      Supported
5678 F:      drivers/crypto/vmx/Makefile
5679 F:      drivers/crypto/vmx/Kconfig
5680 F:      drivers/crypto/vmx/vmx.c
5681 F:      drivers/crypto/vmx/aes*
5682 F:      drivers/crypto/vmx/ghash*
5683 F:      drivers/crypto/vmx/ppc-xlate.pl
5684
5685 IBM Power in-Nest Crypto Acceleration
5686 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5687 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5688 L:      linux-crypto@vger.kernel.org
5689 S:      Supported
5690 F:      drivers/crypto/nx/Makefile
5691 F:      drivers/crypto/nx/Kconfig
5692 F:      drivers/crypto/nx/nx-aes*
5693 F:      drivers/crypto/nx/nx-sha*
5694 F:      drivers/crypto/nx/nx.*
5695 F:      drivers/crypto/nx/nx_csbcpb.h
5696 F:      drivers/crypto/nx/nx_debugfs.h
5697
5698 IBM Power 842 compression accelerator
5699 M:      Dan Streetman <ddstreet@ieee.org>
5700 S:      Supported
5701 F:      drivers/crypto/nx/Makefile
5702 F:      drivers/crypto/nx/Kconfig
5703 F:      drivers/crypto/nx/nx-842*
5704 F:      include/linux/sw842.h
5705 F:      crypto/842.c
5706 F:      lib/842/
5707
5708 IBM Power Linux RAID adapter
5709 M:      Brian King <brking@us.ibm.com>
5710 S:      Supported
5711 F:      drivers/scsi/ipr.*
5712
5713 IBM Power Virtual Ethernet Device Driver
5714 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5715 L:      netdev@vger.kernel.org
5716 S:      Supported
5717 F:      drivers/net/ethernet/ibm/ibmveth.*
5718
5719 IBM Power SRIOV Virtual NIC Device Driver
5720 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5721 M:      John Allen <jallen@linux.vnet.ibm.com>
5722 L:      netdev@vger.kernel.org
5723 S:      Supported
5724 F:      drivers/net/ethernet/ibm/ibmvnic.*
5725
5726 IBM Power Virtual SCSI Device Drivers
5727 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5728 L:      linux-scsi@vger.kernel.org
5729 S:      Supported
5730 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5731 F:      drivers/scsi/ibmvscsi/viosrp.h
5732
5733 IBM Power Virtual FC Device Drivers
5734 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5735 L:      linux-scsi@vger.kernel.org
5736 S:      Supported
5737 F:      drivers/scsi/ibmvscsi/ibmvfc*
5738
5739 IBM ServeRAID RAID DRIVER
5740 S:      Orphan
5741 F:      drivers/scsi/ips.*
5742
5743 ICH LPC AND GPIO DRIVER
5744 M:      Peter Tyser <ptyser@xes-inc.com>
5745 S:      Maintained
5746 F:      drivers/mfd/lpc_ich.c
5747 F:      drivers/gpio/gpio-ich.c
5748
5749 IDE SUBSYSTEM
5750 M:      "David S. Miller" <davem@davemloft.net>
5751 L:      linux-ide@vger.kernel.org
5752 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5754 S:      Maintained
5755 F:      Documentation/ide/
5756 F:      drivers/ide/
5757 F:      include/linux/ide.h
5758
5759 IDEAPAD LAPTOP EXTRAS DRIVER
5760 M:      Ike Panhc <ike.pan@canonical.com>
5761 L:      platform-driver-x86@vger.kernel.org
5762 W:      http://launchpad.net/ideapad-laptop
5763 S:      Maintained
5764 F:      drivers/platform/x86/ideapad-laptop.c
5765
5766 IDEAPAD LAPTOP SLIDEBAR DRIVER
5767 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5768 L:      linux-input@vger.kernel.org
5769 W:      https://github.com/o2genum/ideapad-slidebar
5770 S:      Maintained
5771 F:      drivers/input/misc/ideapad_slidebar.c
5772
5773 IDE/ATAPI DRIVERS
5774 M:      Borislav Petkov <bp@alien8.de>
5775 L:      linux-ide@vger.kernel.org
5776 S:      Maintained
5777 F:      Documentation/cdrom/ide-cd
5778 F:      drivers/ide/ide-cd*
5779
5780 IDLE-I7300
5781 M:      Andy Henroid <andrew.d.henroid@intel.com>
5782 L:      linux-pm@vger.kernel.org
5783 S:      Supported
5784 F:      drivers/idle/i7300_idle.c
5785
5786 IEEE 802.15.4 SUBSYSTEM
5787 M:      Alexander Aring <aar@pengutronix.de>
5788 L:      linux-wpan@vger.kernel.org
5789 W:      http://wpan.cakelab.org/
5790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
5791 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
5792 S:      Maintained
5793 F:      net/ieee802154/
5794 F:      net/mac802154/
5795 F:      drivers/net/ieee802154/
5796 F:      include/linux/nl802154.h
5797 F:      include/linux/ieee802154.h
5798 F:      include/net/nl802154.h
5799 F:      include/net/mac802154.h
5800 F:      include/net/af_ieee802154.h
5801 F:      include/net/cfg802154.h
5802 F:      include/net/ieee802154_netdev.h
5803 F:      Documentation/networking/ieee802154.txt
5804
5805 IGORPLUG-USB IR RECEIVER
5806 M:      Sean Young <sean@mess.org>
5807 L:      linux-media@vger.kernel.org
5808 S:      Maintained
5809 F:      drivers/media/rc/igorplugusb.c
5810
5811 IGUANAWORKS USB IR TRANSCEIVER
5812 M:      Sean Young <sean@mess.org>
5813 L:      linux-media@vger.kernel.org
5814 S:      Maintained
5815 F:      drivers/media/rc/iguanair.c
5816
5817 IIO SUBSYSTEM AND DRIVERS
5818 M:      Jonathan Cameron <jic23@kernel.org>
5819 R:      Hartmut Knaack <knaack.h@gmx.de>
5820 R:      Lars-Peter Clausen <lars@metafoo.de>
5821 R:      Peter Meerwald-Stadler <pmeerw@pmeerw.net>
5822 L:      linux-iio@vger.kernel.org
5823 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
5824 S:      Maintained
5825 F:      Documentation/devicetree/bindings/iio/
5826 F:      drivers/iio/
5827 F:      drivers/staging/iio/
5828 F:      include/linux/iio/
5829 F:      tools/iio/
5830
5831 IKANOS/ADI EAGLE ADSL USB DRIVER
5832 M:      Matthieu Castet <castet.matthieu@free.fr>
5833 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5834 S:      Maintained
5835 F:      drivers/usb/atm/ueagle-atm.c
5836
5837 INA209 HARDWARE MONITOR DRIVER
5838 M:      Guenter Roeck <linux@roeck-us.net>
5839 L:      linux-hwmon@vger.kernel.org
5840 S:      Maintained
5841 F:      Documentation/hwmon/ina209
5842 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5843 F:      drivers/hwmon/ina209.c
5844
5845 INA2XX HARDWARE MONITOR DRIVER
5846 M:      Guenter Roeck <linux@roeck-us.net>
5847 L:      linux-hwmon@vger.kernel.org
5848 S:      Maintained
5849 F:      Documentation/hwmon/ina2xx
5850 F:      drivers/hwmon/ina2xx.c
5851 F:      include/linux/platform_data/ina2xx.h
5852
5853 INDUSTRY PACK SUBSYSTEM (IPACK)
5854 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5855 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5856 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5857 L:      industrypack-devel@lists.sourceforge.net
5858 W:      http://industrypack.sourceforge.net
5859 S:      Maintained
5860 F:      drivers/ipack/
5861
5862 INGENIC JZ4780 DMA Driver
5863 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5864 S:      Maintained
5865 F:      drivers/dma/dma-jz4780.c
5866
5867 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5868 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5869 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5870 L:      linux-ima-devel@lists.sourceforge.net
5871 L:      linux-ima-user@lists.sourceforge.net
5872 L:      linux-security-module@vger.kernel.org
5873 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5874 S:      Supported
5875 F:      security/integrity/ima/
5876
5877 IMGTEC IR DECODER DRIVER
5878 M:      James Hogan <james.hogan@imgtec.com>
5879 S:      Maintained
5880 F:      drivers/media/rc/img-ir/
5881
5882 IMS TWINTURBO FRAMEBUFFER DRIVER
5883 L:      linux-fbdev@vger.kernel.org
5884 S:      Orphan
5885 F:      drivers/video/fbdev/imsttfb.c
5886
5887 INFINIBAND SUBSYSTEM
5888 M:      Doug Ledford <dledford@redhat.com>
5889 M:      Sean Hefty <sean.hefty@intel.com>
5890 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5891 L:      linux-rdma@vger.kernel.org
5892 W:      http://www.openfabrics.org/
5893 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5895 S:      Supported
5896 F:      Documentation/infiniband/
5897 F:      drivers/infiniband/
5898 F:      include/uapi/linux/if_infiniband.h
5899 F:      include/uapi/rdma/
5900 F:      include/rdma/
5901
5902 INOTIFY
5903 M:      John McCutchan <john@johnmccutchan.com>
5904 M:      Robert Love <rlove@rlove.org>
5905 M:      Eric Paris <eparis@parisplace.org>
5906 S:      Maintained
5907 F:      Documentation/filesystems/inotify.txt
5908 F:      fs/notify/inotify/
5909 F:      include/linux/inotify.h
5910 F:      include/uapi/linux/inotify.h
5911
5912 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5913 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5914 L:      linux-input@vger.kernel.org
5915 Q:      http://patchwork.kernel.org/project/linux-input/list/
5916 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5917 S:      Maintained
5918 F:      drivers/input/
5919 F:      include/linux/input.h
5920 F:      include/uapi/linux/input.h
5921 F:      include/linux/input/
5922 F:      Documentation/devicetree/bindings/input/
5923
5924 INPUT MULTITOUCH (MT) PROTOCOL
5925 M:      Henrik Rydberg <rydberg@bitmath.org>
5926 L:      linux-input@vger.kernel.org
5927 S:      Odd fixes
5928 F:      Documentation/input/multi-touch-protocol.txt
5929 F:      drivers/input/input-mt.c
5930 K:      \b(ABS|SYN)_MT_
5931
5932 INTEL ASoC BDW/HSW DRIVERS
5933 M:      Jie Yang <yang.jie@linux.intel.com>
5934 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5935 S:      Supported
5936 F:      sound/soc/intel/common/sst-dsp*
5937 F:      sound/soc/intel/common/sst-firmware.c
5938 F:      sound/soc/intel/boards/broadwell.c
5939 F:      sound/soc/intel/haswell/
5940
5941 INTEL C600 SERIES SAS CONTROLLER DRIVER
5942 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5943 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5944 L:      linux-scsi@vger.kernel.org
5945 T:      git git://git.code.sf.net/p/intel-sas/isci
5946 S:      Supported
5947 F:      drivers/scsi/isci/
5948
5949 INTEL HID EVENT DRIVER
5950 M:      Alex Hung <alex.hung@canonical.com>
5951 L:      platform-driver-x86@vger.kernel.org
5952 S:      Maintained
5953 F:      drivers/platform/x86/intel-hid.c
5954
5955 INTEL VIRTUAL BUTTON DRIVER
5956 M:      AceLan Kao <acelan.kao@canonical.com>
5957 L:      platform-driver-x86@vger.kernel.org
5958 S:      Maintained
5959 F:      drivers/platform/x86/intel-vbtn.c
5960
5961 INTEL IDLE DRIVER
5962 M:      Len Brown <lenb@kernel.org>
5963 L:      linux-pm@vger.kernel.org
5964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5965 S:      Supported
5966 F:      drivers/idle/intel_idle.c
5967
5968 INTEL PSTATE DRIVER
5969 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5970 M:      Len Brown <lenb@kernel.org>
5971 L:      linux-pm@vger.kernel.org
5972 S:      Supported
5973 F:      drivers/cpufreq/intel_pstate.c
5974
5975 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5976 M:      Maik Broemme <mbroemme@plusserver.de>
5977 L:      linux-fbdev@vger.kernel.org
5978 S:      Maintained
5979 F:      Documentation/fb/intelfb.txt
5980 F:      drivers/video/fbdev/intelfb/
5981
5982 INTEL 810/815 FRAMEBUFFER DRIVER
5983 M:      Antonino Daplas <adaplas@gmail.com>
5984 L:      linux-fbdev@vger.kernel.org
5985 S:      Maintained
5986 F:      drivers/video/fbdev/i810/
5987
5988 INTEL MENLOW THERMAL DRIVER
5989 M:      Sujith Thomas <sujith.thomas@intel.com>
5990 L:      platform-driver-x86@vger.kernel.org
5991 W:      https://01.org/linux-acpi
5992 S:      Supported
5993 F:      drivers/platform/x86/intel_menlow.c
5994
5995 INTEL I/OAT DMA DRIVER
5996 M:      Dave Jiang <dave.jiang@intel.com>
5997 R:      Dan Williams <dan.j.williams@intel.com>
5998 L:      dmaengine@vger.kernel.org
5999 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6000 S:      Supported
6001 F:      drivers/dma/ioat*
6002
6003 INTEL IOMMU (VT-d)
6004 M:      David Woodhouse <dwmw2@infradead.org>
6005 L:      iommu@lists.linux-foundation.org
6006 T:      git git://git.infradead.org/iommu-2.6.git
6007 S:      Supported
6008 F:      drivers/iommu/intel-iommu.c
6009 F:      include/linux/intel-iommu.h
6010
6011 INTEL IOP-ADMA DMA DRIVER
6012 R:      Dan Williams <dan.j.williams@intel.com>
6013 S:      Odd fixes
6014 F:      drivers/dma/iop-adma.c
6015
6016 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6017 M:      Krzysztof Halasa <khalasa@piap.pl>
6018 S:      Maintained
6019 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6020 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6021 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6022 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6023 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6024 F:      drivers/net/wan/ixp4xx_hss.c
6025
6026 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6027 M:      Deepak Saxena <dsaxena@plexity.net>
6028 S:      Maintained
6029 F:      drivers/char/hw_random/ixp4xx-rng.c
6030
6031 INTEL ETHERNET DRIVERS
6032 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6033 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6034 W:      http://www.intel.com/support/feedback.htm
6035 W:      http://e1000.sourceforge.net/
6036 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6039 S:      Supported
6040 F:      Documentation/networking/e100.txt
6041 F:      Documentation/networking/e1000.txt
6042 F:      Documentation/networking/e1000e.txt
6043 F:      Documentation/networking/igb.txt
6044 F:      Documentation/networking/igbvf.txt
6045 F:      Documentation/networking/ixgb.txt
6046 F:      Documentation/networking/ixgbe.txt
6047 F:      Documentation/networking/ixgbevf.txt
6048 F:      Documentation/networking/i40e.txt
6049 F:      Documentation/networking/i40evf.txt
6050 F:      drivers/net/ethernet/intel/
6051 F:      drivers/net/ethernet/intel/*/
6052
6053 INTEL RDMA RNIC DRIVER
6054 M:     Faisal Latif <faisal.latif@intel.com>
6055 R:     Chien Tin Tung <chien.tin.tung@intel.com>
6056 R:     Mustafa Ismail <mustafa.ismail@intel.com>
6057 R:     Shiraz Saleem <shiraz.saleem@intel.com>
6058 R:     Tatyana Nikolova <tatyana.e.nikolova@intel.com>
6059 L:     linux-rdma@vger.kernel.org
6060 S:     Supported
6061 F:     drivers/infiniband/hw/i40iw/
6062
6063 INTEL MERRIFIELD GPIO DRIVER
6064 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6065 L:      linux-gpio@vger.kernel.org
6066 S:      Maintained
6067 F:      drivers/gpio/gpio-merrifield.c
6068
6069 INTEL-MID GPIO DRIVER
6070 M:      David Cohen <david.a.cohen@linux.intel.com>
6071 L:      linux-gpio@vger.kernel.org
6072 S:      Maintained
6073 F:      drivers/gpio/gpio-intel-mid.c
6074
6075 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6076 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
6077 L:      linux-wireless@vger.kernel.org
6078 S:      Maintained
6079 F:      Documentation/networking/README.ipw2100
6080 F:      Documentation/networking/README.ipw2200
6081 F:      drivers/net/wireless/intel/ipw2x00/
6082
6083 INTEL(R) TRACE HUB
6084 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
6085 S:      Supported
6086 F:      Documentation/trace/intel_th.txt
6087 F:      drivers/hwtracing/intel_th/
6088
6089 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6090 M:      Ning Sun <ning.sun@intel.com>
6091 L:      tboot-devel@lists.sourceforge.net
6092 W:      http://tboot.sourceforge.net
6093 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6094 S:      Supported
6095 F:      Documentation/intel_txt.txt
6096 F:      include/linux/tboot.h
6097 F:      arch/x86/kernel/tboot.c
6098
6099 INTEL WIRELESS WIMAX CONNECTION 2400
6100 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6101 M:      linux-wimax@intel.com
6102 L:      wimax@linuxwimax.org (subscribers-only)
6103 S:      Supported
6104 W:      http://linuxwimax.org
6105 F:      Documentation/wimax/README.i2400m
6106 F:      drivers/net/wimax/i2400m/
6107 F:      include/uapi/linux/wimax/i2400m.h
6108
6109 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6110 M:      Stanislaw Gruszka <sgruszka@redhat.com>
6111 L:      linux-wireless@vger.kernel.org
6112 S:      Supported
6113 F:      drivers/net/wireless/intel/iwlegacy/
6114
6115 INTEL WIRELESS WIFI LINK (iwlwifi)
6116 M:      Johannes Berg <johannes.berg@intel.com>
6117 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6118 M:      Luca Coelho <luciano.coelho@intel.com>
6119 M:      Intel Linux Wireless <linuxwifi@intel.com>
6120 L:      linux-wireless@vger.kernel.org
6121 W:      http://intellinuxwireless.org
6122 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6123 S:      Supported
6124 F:      drivers/net/wireless/intel/iwlwifi/
6125
6126 INTEL MANAGEMENT ENGINE (mei)
6127 M:      Tomas Winkler <tomas.winkler@intel.com>
6128 L:      linux-kernel@vger.kernel.org
6129 S:      Supported
6130 F:      include/uapi/linux/mei.h
6131 F:      include/linux/mei_cl_bus.h
6132 F:      drivers/misc/mei/*
6133 F:      drivers/watchdog/mei_wdt.c
6134 F:      Documentation/misc-devices/mei/*
6135
6136 INTEL MIC DRIVERS (mic)
6137 M:      Sudeep Dutt <sudeep.dutt@intel.com>
6138 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
6139 S:      Supported
6140 W:      https://github.com/sudeepdutt/mic
6141 W:      http://software.intel.com/en-us/mic-developer
6142 F:      include/linux/mic_bus.h
6143 F:      include/linux/scif.h
6144 F:      include/uapi/linux/mic_common.h
6145 F:      include/uapi/linux/mic_ioctl.h
6146 F:      include/uapi/linux/scif_ioctl.h
6147 F:      drivers/misc/mic/
6148 F:      drivers/dma/mic_x100_dma.c
6149 F:      drivers/dma/mic_x100_dma.h
6150 F:      Documentation/mic/
6151
6152 INTEL PMC/P-Unit IPC DRIVER
6153 M:      Zha Qipeng<qipeng.zha@intel.com>
6154 L:      platform-driver-x86@vger.kernel.org
6155 S:      Maintained
6156 F:      drivers/platform/x86/intel_pmc_ipc.c
6157 F:      drivers/platform/x86/intel_punit_ipc.c
6158 F:      arch/x86/include/asm/intel_pmc_ipc.h
6159 F:      arch/x86/include/asm/intel_punit_ipc.h
6160
6161 INTEL TELEMETRY DRIVER
6162 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6163 L:      platform-driver-x86@vger.kernel.org
6164 S:      Maintained
6165 F:      arch/x86/include/asm/intel_telemetry.h
6166 F:      drivers/platform/x86/intel_telemetry*
6167
6168 INTEL PMC CORE DRIVER
6169 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6170 M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6171 L:      platform-driver-x86@vger.kernel.org
6172 S:      Maintained
6173 F:      arch/x86/include/asm/pmc_core.h
6174 F:      drivers/platform/x86/intel_pmc_core*
6175
6176 IOC3 ETHERNET DRIVER
6177 M:      Ralf Baechle <ralf@linux-mips.org>
6178 L:      linux-mips@linux-mips.org
6179 S:      Maintained
6180 F:      drivers/net/ethernet/sgi/ioc3-eth.c
6181
6182 IOC3 SERIAL DRIVER
6183 M:      Pat Gefre <pfg@sgi.com>
6184 L:      linux-serial@vger.kernel.org
6185 S:      Maintained
6186 F:      drivers/tty/serial/ioc3_serial.c
6187
6188 IOMMU DRIVERS
6189 M:      Joerg Roedel <joro@8bytes.org>
6190 L:      iommu@lists.linux-foundation.org
6191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6192 S:      Maintained
6193 F:      drivers/iommu/
6194
6195 IP MASQUERADING
6196 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6197 S:      Maintained
6198 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
6199
6200 IPMI SUBSYSTEM
6201 M:      Corey Minyard <minyard@acm.org>
6202 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6203 W:      http://openipmi.sourceforge.net/
6204 S:      Supported
6205 F:      Documentation/IPMI.txt
6206 F:      drivers/char/ipmi/
6207 F:      include/linux/ipmi*
6208 F:      include/uapi/linux/ipmi*
6209
6210 QCOM AUDIO (ASoC) DRIVERS
6211 M:      Patrick Lai <plai@codeaurora.org>
6212 M:      Banajit Goswami <bgoswami@codeaurora.org>
6213 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6214 S:      Supported
6215 F:      sound/soc/qcom/
6216
6217 IPS SCSI RAID DRIVER
6218 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6219 L:      linux-scsi@vger.kernel.org
6220 W:      http://www.adaptec.com/
6221 S:      Maintained
6222 F:      drivers/scsi/ips*
6223
6224 IPVS
6225 M:      Wensong Zhang <wensong@linux-vs.org>
6226 M:      Simon Horman <horms@verge.net.au>
6227 M:      Julian Anastasov <ja@ssi.bg>
6228 L:      netdev@vger.kernel.org
6229 L:      lvs-devel@vger.kernel.org
6230 S:      Maintained
6231 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6232 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6233 F:      Documentation/networking/ipvs-sysctl.txt
6234 F:      include/net/ip_vs.h
6235 F:      include/uapi/linux/ip_vs.h
6236 F:      net/netfilter/ipvs/
6237
6238 IPWIRELESS DRIVER
6239 M:      Jiri Kosina <jikos@kernel.org>
6240 M:      David Sterba <dsterba@suse.com>
6241 S:      Odd Fixes
6242 F:      drivers/tty/ipwireless/
6243
6244 IPX NETWORK LAYER
6245 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6246 L:      netdev@vger.kernel.org
6247 S:      Maintained
6248 F:      include/net/ipx.h
6249 F:      include/uapi/linux/ipx.h
6250 F:      net/ipx/
6251
6252 IRDA SUBSYSTEM
6253 M:      Samuel Ortiz <samuel@sortiz.org>
6254 L:      irda-users@lists.sourceforge.net (subscribers-only)
6255 L:      netdev@vger.kernel.org
6256 W:      http://irda.sourceforge.net/
6257 S:      Maintained
6258 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6259 F:      Documentation/networking/irda.txt
6260 F:      drivers/net/irda/
6261 F:      include/net/irda/
6262 F:      net/irda/
6263
6264 IRQ SUBSYSTEM
6265 M:      Thomas Gleixner <tglx@linutronix.de>
6266 L:      linux-kernel@vger.kernel.org
6267 S:      Maintained
6268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6269 F:      kernel/irq/
6270
6271 IRQCHIP DRIVERS
6272 M:      Thomas Gleixner <tglx@linutronix.de>
6273 M:      Jason Cooper <jason@lakedaemon.net>
6274 M:      Marc Zyngier <marc.zyngier@arm.com>
6275 L:      linux-kernel@vger.kernel.org
6276 S:      Maintained
6277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6278 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6279 F:      Documentation/devicetree/bindings/interrupt-controller/
6280 F:      drivers/irqchip/
6281
6282 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6283 M:      Marc Zyngier <marc.zyngier@arm.com>
6284 S:      Maintained
6285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6286 F:      Documentation/IRQ-domain.txt
6287 F:      include/linux/irqdomain.h
6288 F:      kernel/irq/irqdomain.c
6289 F:      kernel/irq/msi.c
6290
6291 ISA
6292 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
6293 S:      Maintained
6294 F:      Documentation/isa.txt
6295 F:      drivers/base/isa.c
6296 F:      include/linux/isa.h
6297
6298 ISAPNP
6299 M:      Jaroslav Kysela <perex@perex.cz>
6300 S:      Maintained
6301 F:      Documentation/isapnp.txt
6302 F:      drivers/pnp/isapnp/
6303 F:      include/linux/isapnp.h
6304
6305 ISA RADIO MODULE
6306 M:      Hans Verkuil <hverkuil@xs4all.nl>
6307 L:      linux-media@vger.kernel.org
6308 T:      git git://linuxtv.org/media_tree.git
6309 W:      https://linuxtv.org
6310 S:      Maintained
6311 F:      drivers/media/radio/radio-isa*
6312
6313 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6314 M:      Peter Jones <pjones@redhat.com>
6315 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6316 S:      Maintained
6317 F:      drivers/firmware/iscsi_ibft*
6318
6319 ISCSI
6320 M:      Mike Christie <michaelc@cs.wisc.edu>
6321 L:      open-iscsi@googlegroups.com
6322 W:      www.open-iscsi.org
6323 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6324 S:      Maintained
6325 F:      drivers/scsi/*iscsi*
6326 F:      include/scsi/*iscsi*
6327
6328 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6329 M:      Or Gerlitz <ogerlitz@mellanox.com>
6330 M:      Sagi Grimberg <sagi@grimberg.me>
6331 M:      Roi Dayan <roid@mellanox.com>
6332 L:      linux-rdma@vger.kernel.org
6333 S:      Supported
6334 W:      http://www.openfabrics.org
6335 W:      www.open-iscsi.org
6336 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6337 F:      drivers/infiniband/ulp/iser/
6338
6339 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6340 M:      Sagi Grimberg <sagi@grimberg.me>
6341 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6342 L:      linux-rdma@vger.kernel.org
6343 L:      target-devel@vger.kernel.org
6344 S:      Supported
6345 W:      http://www.linux-iscsi.org
6346 F:      drivers/infiniband/ulp/isert
6347
6348 ISDN SUBSYSTEM
6349 M:      Karsten Keil <isdn@linux-pingi.de>
6350 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6351 L:      netdev@vger.kernel.org
6352 W:      http://www.isdn4linux.de
6353 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6354 S:      Maintained
6355 F:      Documentation/isdn/
6356 F:      drivers/isdn/
6357 F:      include/linux/isdn.h
6358 F:      include/linux/isdn/
6359 F:      include/uapi/linux/isdn.h
6360 F:      include/uapi/linux/isdn/
6361
6362 ISDN SUBSYSTEM (Eicon active card driver)
6363 M:      Armin Schindler <mac@melware.de>
6364 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6365 W:      http://www.melware.de
6366 S:      Maintained
6367 F:      drivers/isdn/hardware/eicon/
6368
6369 IT87 HARDWARE MONITORING DRIVER
6370 M:      Jean Delvare <jdelvare@suse.com>
6371 L:      linux-hwmon@vger.kernel.org
6372 S:      Maintained
6373 F:      Documentation/hwmon/it87
6374 F:      drivers/hwmon/it87.c
6375
6376 IT913X MEDIA DRIVER
6377 M:      Antti Palosaari <crope@iki.fi>
6378 L:      linux-media@vger.kernel.org
6379 W:      https://linuxtv.org
6380 W:      http://palosaari.fi/linux/
6381 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6382 T:      git git://linuxtv.org/anttip/media_tree.git
6383 S:      Maintained
6384 F:      drivers/media/tuners/it913x*
6385
6386 IVTV VIDEO4LINUX DRIVER
6387 M:      Andy Walls <awalls@md.metrocast.net>
6388 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6389 L:      linux-media@vger.kernel.org
6390 T:      git git://linuxtv.org/media_tree.git
6391 W:      http://www.ivtvdriver.org
6392 S:      Maintained
6393 F:      Documentation/video4linux/*.ivtv
6394 F:      drivers/media/pci/ivtv/
6395 F:      include/uapi/linux/ivtv*
6396
6397 IX2505V MEDIA DRIVER
6398 M:      Malcolm Priestley <tvboxspy@gmail.com>
6399 L:      linux-media@vger.kernel.org
6400 W:      https://linuxtv.org
6401 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6402 S:      Maintained
6403 F:      drivers/media/dvb-frontends/ix2505v*
6404
6405 JC42.4 TEMPERATURE SENSOR DRIVER
6406 M:      Guenter Roeck <linux@roeck-us.net>
6407 L:      linux-hwmon@vger.kernel.org
6408 S:      Maintained
6409 F:      drivers/hwmon/jc42.c
6410 F:      Documentation/hwmon/jc42
6411
6412 JFS FILESYSTEM
6413 M:      Dave Kleikamp <shaggy@kernel.org>
6414 L:      jfs-discussion@lists.sourceforge.net
6415 W:      http://jfs.sourceforge.net/
6416 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6417 S:      Maintained
6418 F:      Documentation/filesystems/jfs.txt
6419 F:      fs/jfs/
6420
6421 JME NETWORK DRIVER
6422 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6423 L:      netdev@vger.kernel.org
6424 S:      Maintained
6425 F:      drivers/net/ethernet/jme.*
6426
6427 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6428 M:      David Woodhouse <dwmw2@infradead.org>
6429 L:      linux-mtd@lists.infradead.org
6430 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6431 S:      Maintained
6432 F:      fs/jffs2/
6433 F:      include/uapi/linux/jffs2.h
6434
6435 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6436 M:      "Theodore Ts'o" <tytso@mit.edu>
6437 M:      Jan Kara <jack@suse.com>
6438 L:      linux-ext4@vger.kernel.org
6439 S:      Maintained
6440 F:      fs/jbd2/
6441 F:      include/linux/jbd2.h
6442
6443 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6444 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6445 L:      linux-media@vger.kernel.org
6446 S:      Maintained
6447 F:      drivers/media/platform/rcar_jpu.c
6448
6449 JSM Neo PCI based serial card
6450 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6451 L:      linux-serial@vger.kernel.org
6452 S:      Maintained
6453 F:      drivers/tty/serial/jsm/
6454
6455 K10TEMP HARDWARE MONITORING DRIVER
6456 M:      Clemens Ladisch <clemens@ladisch.de>
6457 L:      linux-hwmon@vger.kernel.org
6458 S:      Maintained
6459 F:      Documentation/hwmon/k10temp
6460 F:      drivers/hwmon/k10temp.c
6461
6462 K8TEMP HARDWARE MONITORING DRIVER
6463 M:      Rudolf Marek <r.marek@assembler.cz>
6464 L:      linux-hwmon@vger.kernel.org
6465 S:      Maintained
6466 F:      Documentation/hwmon/k8temp
6467 F:      drivers/hwmon/k8temp.c
6468
6469 KASAN
6470 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6471 R:      Alexander Potapenko <glider@google.com>
6472 R:      Dmitry Vyukov <dvyukov@google.com>
6473 L:      kasan-dev@googlegroups.com
6474 S:      Maintained
6475 F:      arch/*/include/asm/kasan.h
6476 F:      arch/*/mm/kasan_init*
6477 F:      Documentation/kasan.txt
6478 F:      include/linux/kasan*.h
6479 F:      lib/test_kasan.c
6480 F:      mm/kasan/
6481 F:      scripts/Makefile.kasan
6482
6483 KCONFIG
6484 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6485 L:      linux-kbuild@vger.kernel.org
6486 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6487 S:      Maintained
6488 F:      Documentation/kbuild/kconfig-language.txt
6489 F:      scripts/kconfig/
6490
6491 KDUMP
6492 M:      Dave Young <dyoung@redhat.com>
6493 M:      Baoquan He <bhe@redhat.com>
6494 R:      Vivek Goyal <vgoyal@redhat.com>
6495 L:      kexec@lists.infradead.org
6496 W:      http://lse.sourceforge.net/kdump/
6497 S:      Maintained
6498 F:      Documentation/kdump/
6499
6500 KEENE FM RADIO TRANSMITTER DRIVER
6501 M:      Hans Verkuil <hverkuil@xs4all.nl>
6502 L:      linux-media@vger.kernel.org
6503 T:      git git://linuxtv.org/media_tree.git
6504 W:      https://linuxtv.org
6505 S:      Maintained
6506 F:      drivers/media/radio/radio-keene*
6507
6508 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6509 M:      Ian Kent <raven@themaw.net>
6510 L:      autofs@vger.kernel.org
6511 S:      Maintained
6512 F:      fs/autofs4/
6513
6514 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6515 M:      Michal Marek <mmarek@suse.com>
6516 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6517 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6518 L:      linux-kbuild@vger.kernel.org
6519 S:      Maintained
6520 F:      Documentation/kbuild/
6521 F:      Makefile
6522 F:      scripts/Makefile.*
6523 F:      scripts/basic/
6524 F:      scripts/mk*
6525 F:      scripts/package/
6526
6527 KERNEL JANITORS
6528 L:      kernel-janitors@vger.kernel.org
6529 W:      http://kernelnewbies.org/KernelJanitors
6530 S:      Odd Fixes
6531
6532 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6533 M:      "J. Bruce Fields" <bfields@fieldses.org>
6534 M:      Jeff Layton <jlayton@poochiereds.net>
6535 L:      linux-nfs@vger.kernel.org
6536 W:      http://nfs.sourceforge.net/
6537 T:      git git://linux-nfs.org/~bfields/linux.git
6538 S:      Supported
6539 F:      fs/nfsd/
6540 F:      include/uapi/linux/nfsd/
6541 F:      fs/lockd/
6542 F:      fs/nfs_common/
6543 F:      net/sunrpc/
6544 F:      include/linux/lockd/
6545 F:      include/linux/sunrpc/
6546 F:      include/uapi/linux/sunrpc/
6547
6548 KERNEL SELFTEST FRAMEWORK
6549 M:      Shuah Khan <shuahkh@osg.samsung.com>
6550 M:      Shuah Khan <shuah@kernel.org>
6551 L:      linux-kselftest@vger.kernel.org
6552 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6553 S:      Maintained
6554 F:      tools/testing/selftests
6555
6556 KERNEL VIRTUAL MACHINE (KVM)
6557 M:      Paolo Bonzini <pbonzini@redhat.com>
6558 M:      Radim Krčmář <rkrcmar@redhat.com>
6559 L:      kvm@vger.kernel.org
6560 W:      http://www.linux-kvm.org
6561 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6562 S:      Supported
6563 F:      Documentation/*/kvm*.txt
6564 F:      Documentation/virtual/kvm/
6565 F:      arch/*/kvm/
6566 F:      arch/x86/kernel/kvm.c
6567 F:      arch/x86/kernel/kvmclock.c
6568 F:      arch/*/include/asm/kvm*
6569 F:      include/linux/kvm*
6570 F:      include/uapi/linux/kvm*
6571 F:      virt/kvm/
6572 F:      tools/kvm/
6573
6574 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6575 M:      Joerg Roedel <joro@8bytes.org>
6576 L:      kvm@vger.kernel.org
6577 W:      http://www.linux-kvm.org/
6578 S:      Maintained
6579 F:      arch/x86/include/asm/svm.h
6580 F:      arch/x86/kvm/svm.c
6581
6582 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6583 M:      Alexander Graf <agraf@suse.com>
6584 L:      kvm-ppc@vger.kernel.org
6585 W:      http://www.linux-kvm.org/
6586 T:      git git://github.com/agraf/linux-2.6.git
6587 S:      Supported
6588 F:      arch/powerpc/include/asm/kvm*
6589 F:      arch/powerpc/kvm/
6590
6591 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6592 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6593 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6594 L:      linux-s390@vger.kernel.org
6595 W:      http://www.ibm.com/developerworks/linux/linux390/
6596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6597 S:      Supported
6598 F:      Documentation/s390/kvm.txt
6599 F:      arch/s390/include/asm/kvm*
6600 F:      arch/s390/kvm/
6601
6602 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6603 M:      Christoffer Dall <christoffer.dall@linaro.org>
6604 M:      Marc Zyngier <marc.zyngier@arm.com>
6605 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6606 L:      kvmarm@lists.cs.columbia.edu
6607 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6608 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6609 S:      Supported
6610 F:      arch/arm/include/uapi/asm/kvm*
6611 F:      arch/arm/include/asm/kvm*
6612 F:      arch/arm/kvm/
6613 F:      virt/kvm/arm/
6614 F:      include/kvm/arm_*
6615
6616 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6617 M:      Christoffer Dall <christoffer.dall@linaro.org>
6618 M:      Marc Zyngier <marc.zyngier@arm.com>
6619 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6620 L:      kvmarm@lists.cs.columbia.edu
6621 S:      Maintained
6622 F:      arch/arm64/include/uapi/asm/kvm*
6623 F:      arch/arm64/include/asm/kvm*
6624 F:      arch/arm64/kvm/
6625
6626 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6627 M:      James Hogan <james.hogan@imgtec.com>
6628 L:      linux-mips@linux-mips.org
6629 S:      Supported
6630 F:      arch/mips/include/uapi/asm/kvm*
6631 F:      arch/mips/include/asm/kvm*
6632 F:      arch/mips/kvm/
6633
6634 KEXEC
6635 M:      Eric Biederman <ebiederm@xmission.com>
6636 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6637 L:      kexec@lists.infradead.org
6638 S:      Maintained
6639 F:      include/linux/kexec.h
6640 F:      include/uapi/linux/kexec.h
6641 F:      kernel/kexec*
6642
6643 KEYS/KEYRINGS:
6644 M:      David Howells <dhowells@redhat.com>
6645 L:      keyrings@vger.kernel.org
6646 S:      Maintained
6647 F:      Documentation/security/keys.txt
6648 F:      include/linux/key.h
6649 F:      include/linux/key-type.h
6650 F:      include/linux/keyctl.h
6651 F:      include/uapi/linux/keyctl.h
6652 F:      include/keys/
6653 F:      security/keys/
6654
6655 KEYS-TRUSTED
6656 M:      David Safford <safford@us.ibm.com>
6657 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6658 L:      linux-security-module@vger.kernel.org
6659 L:      keyrings@vger.kernel.org
6660 S:      Supported
6661 F:      Documentation/security/keys-trusted-encrypted.txt
6662 F:      include/keys/trusted-type.h
6663 F:      security/keys/trusted.c
6664 F:      security/keys/trusted.h
6665
6666 KEYS-ENCRYPTED
6667 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6668 M:      David Safford <safford@us.ibm.com>
6669 L:      linux-security-module@vger.kernel.org
6670 L:      keyrings@vger.kernel.org
6671 S:      Supported
6672 F:      Documentation/security/keys-trusted-encrypted.txt
6673 F:      include/keys/encrypted-type.h
6674 F:      security/keys/encrypted-keys/
6675
6676 KGDB / KDB /debug_core
6677 M:      Jason Wessel <jason.wessel@windriver.com>
6678 W:      http://kgdb.wiki.kernel.org/
6679 L:      kgdb-bugreport@lists.sourceforge.net
6680 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6681 S:      Maintained
6682 F:      Documentation/DocBook/kgdb.tmpl
6683 F:      drivers/misc/kgdbts.c
6684 F:      drivers/tty/serial/kgdboc.c
6685 F:      include/linux/kdb.h
6686 F:      include/linux/kgdb.h
6687 F:      kernel/debug/
6688
6689 KMEMCHECK
6690 M:      Vegard Nossum <vegardno@ifi.uio.no>
6691 M:      Pekka Enberg <penberg@kernel.org>
6692 S:      Maintained
6693 F:      Documentation/kmemcheck.txt
6694 F:      arch/x86/include/asm/kmemcheck.h
6695 F:      arch/x86/mm/kmemcheck/
6696 F:      include/linux/kmemcheck.h
6697 F:      mm/kmemcheck.c
6698
6699 KMEMLEAK
6700 M:      Catalin Marinas <catalin.marinas@arm.com>
6701 S:      Maintained
6702 F:      Documentation/kmemleak.txt
6703 F:      include/linux/kmemleak.h
6704 F:      mm/kmemleak.c
6705 F:      mm/kmemleak-test.c
6706
6707 KPROBES
6708 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
6709 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6710 M:      "David S. Miller" <davem@davemloft.net>
6711 M:      Masami Hiramatsu <mhiramat@kernel.org>
6712 S:      Maintained
6713 F:      Documentation/kprobes.txt
6714 F:      include/linux/kprobes.h
6715 F:      kernel/kprobes.c
6716
6717 KS0108 LCD CONTROLLER DRIVER
6718 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6719 W:      http://miguelojeda.es/auxdisplay.htm
6720 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6721 S:      Maintained
6722 F:      Documentation/auxdisplay/ks0108
6723 F:      drivers/auxdisplay/ks0108.c
6724 F:      include/linux/ks0108.h
6725
6726 L3MDEV
6727 M:      David Ahern <dsa@cumulusnetworks.com>
6728 L:      netdev@vger.kernel.org
6729 S:      Maintained
6730 F:      net/l3mdev
6731 F:      include/net/l3mdev.h
6732
6733 LANTIQ MIPS ARCHITECTURE
6734 M:      John Crispin <john@phrozen.org>
6735 L:      linux-mips@linux-mips.org
6736 S:      Maintained
6737 F:      arch/mips/lantiq
6738
6739 LAPB module
6740 L:      linux-x25@vger.kernel.org
6741 S:      Orphan
6742 F:      Documentation/networking/lapb-module.txt
6743 F:      include/*/lapb.h
6744 F:      net/lapb/
6745
6746 LASI 53c700 driver for PARISC
6747 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6748 L:      linux-scsi@vger.kernel.org
6749 S:      Maintained
6750 F:      Documentation/scsi/53c700.txt
6751 F:      drivers/scsi/53c700*
6752
6753 LED SUBSYSTEM
6754 M:      Richard Purdie <rpurdie@rpsys.net>
6755 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6756 L:      linux-leds@vger.kernel.org
6757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6758 S:      Maintained
6759 F:      drivers/leds/
6760 F:      include/linux/leds.h
6761
6762 LEGACY EEPROM DRIVER
6763 M:      Jean Delvare <jdelvare@suse.com>
6764 S:      Maintained
6765 F:      Documentation/misc-devices/eeprom
6766 F:      drivers/misc/eeprom/eeprom.c
6767
6768 LEGO USB Tower driver
6769 M:      Juergen Stuber <starblue@users.sourceforge.net>
6770 L:      legousb-devel@lists.sourceforge.net
6771 W:      http://legousb.sourceforge.net/
6772 S:      Maintained
6773 F:      drivers/usb/misc/legousbtower.c
6774
6775 LG2160 MEDIA DRIVER
6776 M:      Michael Krufky <mkrufky@linuxtv.org>
6777 L:      linux-media@vger.kernel.org
6778 W:      https://linuxtv.org
6779 W:      http://github.com/mkrufky
6780 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6781 T:      git git://linuxtv.org/mkrufky/tuners.git
6782 S:      Maintained
6783 F:      drivers/media/dvb-frontends/lg2160.*
6784
6785 LGDT3305 MEDIA DRIVER
6786 M:      Michael Krufky <mkrufky@linuxtv.org>
6787 L:      linux-media@vger.kernel.org
6788 W:      https://linuxtv.org
6789 W:      http://github.com/mkrufky
6790 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6791 T:      git git://linuxtv.org/mkrufky/tuners.git
6792 S:      Maintained
6793 F:      drivers/media/dvb-frontends/lgdt3305.*
6794
6795 LGUEST
6796 M:      Rusty Russell <rusty@rustcorp.com.au>
6797 L:      lguest@lists.ozlabs.org
6798 W:      http://lguest.ozlabs.org/
6799 S:      Odd Fixes
6800 F:      arch/x86/include/asm/lguest*.h
6801 F:      arch/x86/lguest/
6802 F:      drivers/lguest/
6803 F:      include/linux/lguest*.h
6804 F:      tools/lguest/
6805
6806 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6807 M:      Tejun Heo <tj@kernel.org>
6808 L:      linux-ide@vger.kernel.org
6809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6810 S:      Maintained
6811 F:      drivers/ata/
6812 F:      include/linux/ata.h
6813 F:      include/linux/libata.h
6814 F:      Documentation/devicetree/bindings/ata/
6815
6816 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6817 M:      Viresh Kumar <vireshk@kernel.org>
6818 L:      linux-ide@vger.kernel.org
6819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6820 S:      Maintained
6821 F:      include/linux/pata_arasan_cf_data.h
6822 F:      drivers/ata/pata_arasan_cf.c
6823
6824 LIBATA PATA DRIVERS
6825 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6826 M:      Tejun Heo <tj@kernel.org>
6827 L:      linux-ide@vger.kernel.org
6828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6829 S:      Maintained
6830 F:      drivers/ata/pata_*.c
6831 F:      drivers/ata/ata_generic.c
6832
6833 LIBATA SATA AHCI PLATFORM devices support
6834 M:      Hans de Goede <hdegoede@redhat.com>
6835 M:      Tejun Heo <tj@kernel.org>
6836 L:      linux-ide@vger.kernel.org
6837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6838 S:      Maintained
6839 F:      drivers/ata/ahci_platform.c
6840 F:      drivers/ata/libahci_platform.c
6841 F:      include/linux/ahci_platform.h
6842
6843 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6844 M:      Mikael Pettersson <mikpelinux@gmail.com>
6845 L:      linux-ide@vger.kernel.org
6846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6847 S:      Maintained
6848 F:      drivers/ata/sata_promise.*
6849
6850 LIBLOCKDEP
6851 M:      Sasha Levin <sasha.levin@oracle.com>
6852 S:      Maintained
6853 F:      tools/lib/lockdep/
6854
6855 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6856 M:      Dan Williams <dan.j.williams@intel.com>
6857 L:      linux-nvdimm@lists.01.org
6858 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6859 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6860 S:      Supported
6861 F:      drivers/nvdimm/*
6862 F:      include/linux/nd.h
6863 F:      include/linux/libnvdimm.h
6864 F:      include/uapi/linux/ndctl.h
6865
6866 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6867 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6868 L:      linux-nvdimm@lists.01.org
6869 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6870 S:      Supported
6871 F:      drivers/nvdimm/blk.c
6872 F:      drivers/nvdimm/region_devs.c
6873 F:      drivers/acpi/nfit*
6874
6875 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6876 M:      Vishal Verma <vishal.l.verma@intel.com>
6877 L:      linux-nvdimm@lists.01.org
6878 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6879 S:      Supported
6880 F:      drivers/nvdimm/btt*
6881
6882 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6883 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6884 L:      linux-nvdimm@lists.01.org
6885 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6886 S:      Supported
6887 F:      drivers/nvdimm/pmem.c
6888 F:      include/linux/pmem.h
6889 F:      arch/*/include/asm/pmem.h
6890
6891 LIGHTNVM PLATFORM SUPPORT
6892 M:      Matias Bjorling <mb@lightnvm.io>
6893 W:      http://github/OpenChannelSSD
6894 L:      linux-block@vger.kernel.org
6895 S:      Maintained
6896 F:      drivers/lightnvm/
6897 F:      include/linux/lightnvm.h
6898 F:      include/uapi/linux/lightnvm.h
6899
6900 LINUX FOR IBM pSERIES (RS/6000)
6901 M:      Paul Mackerras <paulus@au.ibm.com>
6902 W:      http://www.ibm.com/linux/ltc/projects/ppc
6903 S:      Supported
6904 F:      arch/powerpc/boot/rs6000.h
6905
6906 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6907 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6908 M:      Paul Mackerras <paulus@samba.org>
6909 M:      Michael Ellerman <mpe@ellerman.id.au>
6910 W:      http://www.penguinppc.org/
6911 L:      linuxppc-dev@lists.ozlabs.org
6912 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6913 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6914 S:      Supported
6915 F:      Documentation/powerpc/
6916 F:      arch/powerpc/
6917 F:      drivers/char/tpm/tpm_ibmvtpm*
6918 F:      drivers/crypto/nx/
6919 F:      drivers/crypto/vmx/
6920 F:      drivers/net/ethernet/ibm/ibmveth.*
6921 F:      drivers/net/ethernet/ibm/ibmvnic.*
6922 F:      drivers/pci/hotplug/rpa*
6923 F:      drivers/scsi/ibmvscsi/
6924 N:      opal
6925 N:      /pmac
6926 N:      powermac
6927 N:      powernv
6928 N:      [^a-z0-9]ps3
6929 N:      pseries
6930
6931 LINUX FOR POWER MACINTOSH
6932 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6933 W:      http://www.penguinppc.org/
6934 L:      linuxppc-dev@lists.ozlabs.org
6935 S:      Maintained
6936 F:      arch/powerpc/platforms/powermac/
6937 F:      drivers/macintosh/
6938
6939 LINUX FOR POWERPC EMBEDDED MPC5XXX
6940 M:      Anatolij Gustschin <agust@denx.de>
6941 L:      linuxppc-dev@lists.ozlabs.org
6942 T:      git git://git.denx.de/linux-denx-agust.git
6943 S:      Maintained
6944 F:      arch/powerpc/platforms/512x/
6945 F:      arch/powerpc/platforms/52xx/
6946
6947 LINUX FOR POWERPC EMBEDDED PPC4XX
6948 M:      Alistair Popple <alistair@popple.id.au>
6949 M:      Matt Porter <mporter@kernel.crashing.org>
6950 W:      http://www.penguinppc.org/
6951 L:      linuxppc-dev@lists.ozlabs.org
6952 S:      Maintained
6953 F:      arch/powerpc/platforms/40x/
6954 F:      arch/powerpc/platforms/44x/
6955
6956 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6957 L:      linuxppc-dev@lists.ozlabs.org
6958 S:      Orphan
6959 F:      arch/powerpc/*/*virtex*
6960 F:      arch/powerpc/*/*/*virtex*
6961
6962 LINUX FOR POWERPC EMBEDDED PPC8XX
6963 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6964 W:      http://www.penguinppc.org/
6965 L:      linuxppc-dev@lists.ozlabs.org
6966 S:      Maintained
6967 F:      arch/powerpc/platforms/8xx/
6968
6969 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6970 M:      Scott Wood <oss@buserror.net>
6971 M:      Kumar Gala <galak@kernel.crashing.org>
6972 W:      http://www.penguinppc.org/
6973 L:      linuxppc-dev@lists.ozlabs.org
6974 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6975 S:      Maintained
6976 F:      arch/powerpc/platforms/83xx/
6977 F:      arch/powerpc/platforms/85xx/
6978
6979 LINUX FOR POWERPC PA SEMI PWRFICIENT
6980 M:      Olof Johansson <olof@lixom.net>
6981 L:      linuxppc-dev@lists.ozlabs.org
6982 S:      Maintained
6983 F:      arch/powerpc/platforms/pasemi/
6984 F:      drivers/*/*pasemi*
6985 F:      drivers/*/*/*pasemi*
6986
6987 LINUX SECURITY MODULE (LSM) FRAMEWORK
6988 M:      Chris Wright <chrisw@sous-sol.org>
6989 L:      linux-security-module@vger.kernel.org
6990 S:      Supported
6991
6992 LIS3LV02D ACCELEROMETER DRIVER
6993 M:      Eric Piel <eric.piel@tremplin-utc.net>
6994 S:      Maintained
6995 F:      Documentation/misc-devices/lis3lv02d
6996 F:      drivers/misc/lis3lv02d/
6997 F:      drivers/platform/x86/hp_accel.c
6998
6999 LIVE PATCHING
7000 M:      Josh Poimboeuf <jpoimboe@redhat.com>
7001 M:      Jessica Yu <jeyu@redhat.com>
7002 M:      Jiri Kosina <jikos@kernel.org>
7003 M:      Miroslav Benes <mbenes@suse.cz>
7004 R:      Petr Mladek <pmladek@suse.com>
7005 S:      Maintained
7006 F:      kernel/livepatch/
7007 F:      include/linux/livepatch.h
7008 F:      arch/x86/include/asm/livepatch.h
7009 F:      arch/x86/kernel/livepatch.c
7010 F:      Documentation/livepatch/
7011 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7012 F:      samples/livepatch/
7013 L:      live-patching@vger.kernel.org
7014 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7015
7016 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7017 M:      Kees Cook <keescook@chromium.org>
7018 S:      Maintained
7019 F:      drivers/misc/lkdtm*
7020
7021 LLC (802.2)
7022 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7023 S:      Maintained
7024 F:      include/linux/llc.h
7025 F:      include/uapi/linux/llc.h
7026 F:      include/net/llc*
7027 F:      net/llc/
7028
7029 LM73 HARDWARE MONITOR DRIVER
7030 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
7031 L:      linux-hwmon@vger.kernel.org
7032 S:      Maintained
7033 F:      drivers/hwmon/lm73.c
7034
7035 LM78 HARDWARE MONITOR DRIVER
7036 M:      Jean Delvare <jdelvare@suse.com>
7037 L:      linux-hwmon@vger.kernel.org
7038 S:      Maintained
7039 F:      Documentation/hwmon/lm78
7040 F:      drivers/hwmon/lm78.c
7041
7042 LM83 HARDWARE MONITOR DRIVER
7043 M:      Jean Delvare <jdelvare@suse.com>
7044 L:      linux-hwmon@vger.kernel.org
7045 S:      Maintained
7046 F:      Documentation/hwmon/lm83
7047 F:      drivers/hwmon/lm83.c
7048
7049 LM90 HARDWARE MONITOR DRIVER
7050 M:      Jean Delvare <jdelvare@suse.com>
7051 L:      linux-hwmon@vger.kernel.org
7052 S:      Maintained
7053 F:      Documentation/hwmon/lm90
7054 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7055 F:      drivers/hwmon/lm90.c
7056
7057 LM95234 HARDWARE MONITOR DRIVER
7058 M:      Guenter Roeck <linux@roeck-us.net>
7059 L:      linux-hwmon@vger.kernel.org
7060 S:      Maintained
7061 F:      Documentation/hwmon/lm95234
7062 F:      drivers/hwmon/lm95234.c
7063
7064 LME2510 MEDIA DRIVER
7065 M:      Malcolm Priestley <tvboxspy@gmail.com>
7066 L:      linux-media@vger.kernel.org
7067 W:      https://linuxtv.org
7068 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7069 S:      Maintained
7070 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7071
7072 LOCKING PRIMITIVES
7073 M:      Peter Zijlstra <peterz@infradead.org>
7074 M:      Ingo Molnar <mingo@redhat.com>
7075 L:      linux-kernel@vger.kernel.org
7076 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7077 S:      Maintained
7078 F:      Documentation/locking/
7079 F:      include/linux/lockdep.h
7080 F:      include/linux/spinlock*.h
7081 F:      arch/*/include/asm/spinlock*.h
7082 F:      include/linux/rwlock*.h
7083 F:      include/linux/mutex*.h
7084 F:      arch/*/include/asm/mutex*.h
7085 F:      include/linux/rwsem*.h
7086 F:      arch/*/include/asm/rwsem.h
7087 F:      include/linux/seqlock.h
7088 F:      lib/locking*.[ch]
7089 F:      kernel/locking/
7090
7091 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7092 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
7093 L:      linux-ntfs-dev@lists.sourceforge.net
7094 W:      http://www.linux-ntfs.org/content/view/19/37/
7095 S:      Maintained
7096 F:      Documentation/ldm.txt
7097 F:      block/partitions/ldm.*
7098
7099 LogFS
7100 M:      Joern Engel <joern@logfs.org>
7101 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
7102 L:      logfs@logfs.org
7103 W:      logfs.org
7104 S:      Maintained
7105 F:      fs/logfs/
7106
7107 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7108 M:      Sathya Prakash <sathya.prakash@broadcom.com>
7109 M:      Chaitra P B <chaitra.basappa@broadcom.com>
7110 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7111 L:      MPT-FusionLinux.pdl@broadcom.com
7112 L:      linux-scsi@vger.kernel.org
7113 W:      http://www.avagotech.com/support/
7114 S:      Supported
7115 F:      drivers/message/fusion/
7116 F:      drivers/scsi/mpt2sas/
7117 F:      drivers/scsi/mpt3sas/
7118
7119 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7120 M:      Matthew Wilcox <matthew@wil.cx>
7121 L:      linux-scsi@vger.kernel.org
7122 S:      Maintained
7123 F:      drivers/scsi/sym53c8xx_2/
7124
7125 LTC4261 HARDWARE MONITOR DRIVER
7126 M:      Guenter Roeck <linux@roeck-us.net>
7127 L:      linux-hwmon@vger.kernel.org
7128 S:      Maintained
7129 F:      Documentation/hwmon/ltc4261
7130 F:      drivers/hwmon/ltc4261.c
7131
7132 LTP (Linux Test Project)
7133 M:      Mike Frysinger <vapier@gentoo.org>
7134 M:      Cyril Hrubis <chrubis@suse.cz>
7135 M:      Wanlong Gao <wanlong.gao@gmail.com>
7136 M:      Jan Stancek <jstancek@redhat.com>
7137 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7138 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
7139 L:      ltp@lists.linux.it (subscribers-only)
7140 W:      http://linux-test-project.github.io/
7141 T:      git git://github.com/linux-test-project/ltp.git
7142 S:      Maintained
7143
7144 M32R ARCHITECTURE
7145 W:      http://www.linux-m32r.org/
7146 S:      Orphan
7147 F:      arch/m32r/
7148
7149 M68K ARCHITECTURE
7150 M:      Geert Uytterhoeven <geert@linux-m68k.org>
7151 L:      linux-m68k@lists.linux-m68k.org
7152 W:      http://www.linux-m68k.org/
7153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7154 S:      Maintained
7155 F:      arch/m68k/
7156 F:      drivers/zorro/
7157
7158 M68K ON APPLE MACINTOSH
7159 M:      Joshua Thompson <funaho@jurai.org>
7160 W:      http://www.mac.linux-m68k.org/
7161 L:      linux-m68k@lists.linux-m68k.org
7162 S:      Maintained
7163 F:      arch/m68k/mac/
7164
7165 M68K ON HP9000/300
7166 M:      Philip Blundell <philb@gnu.org>
7167 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
7168 S:      Maintained
7169 F:      arch/m68k/hp300/
7170
7171 M88DS3103 MEDIA DRIVER
7172 M:      Antti Palosaari <crope@iki.fi>
7173 L:      linux-media@vger.kernel.org
7174 W:      https://linuxtv.org
7175 W:      http://palosaari.fi/linux/
7176 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7177 T:      git git://linuxtv.org/anttip/media_tree.git
7178 S:      Maintained
7179 F:      drivers/media/dvb-frontends/m88ds3103*
7180
7181 M88RS2000 MEDIA DRIVER
7182 M:      Malcolm Priestley <tvboxspy@gmail.com>
7183 L:      linux-media@vger.kernel.org
7184 W:      https://linuxtv.org
7185 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7186 S:      Maintained
7187 F:      drivers/media/dvb-frontends/m88rs2000*
7188
7189 MA901 MASTERKIT USB FM RADIO DRIVER
7190 M:      Alexey Klimov <klimov.linux@gmail.com>
7191 L:      linux-media@vger.kernel.org
7192 T:      git git://linuxtv.org/media_tree.git
7193 S:      Maintained
7194 F:      drivers/media/radio/radio-ma901.c
7195
7196 MAC80211
7197 M:      Johannes Berg <johannes@sipsolutions.net>
7198 L:      linux-wireless@vger.kernel.org
7199 W:      http://wireless.kernel.org/
7200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7201 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7202 S:      Maintained
7203 F:      Documentation/networking/mac80211-injection.txt
7204 F:      include/net/mac80211.h
7205 F:      net/mac80211/
7206 F:      drivers/net/wireless/mac80211_hwsim.[ch]
7207
7208 MACVLAN DRIVER
7209 M:      Patrick McHardy <kaber@trash.net>
7210 L:      netdev@vger.kernel.org
7211 S:      Maintained
7212 F:      drivers/net/macvlan.c
7213 F:      include/linux/if_macvlan.h
7214
7215 MAILBOX API
7216 M:      Jassi Brar <jassisinghbrar@gmail.com>
7217 L:      linux-kernel@vger.kernel.org
7218 S:      Maintained
7219 F:      drivers/mailbox/
7220 F:      include/linux/mailbox_client.h
7221 F:      include/linux/mailbox_controller.h
7222
7223 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7224 M:      Michael Kerrisk <mtk.manpages@gmail.com>
7225 W:      http://www.kernel.org/doc/man-pages
7226 L:      linux-man@vger.kernel.org
7227 S:      Maintained
7228
7229 MARVELL ARMADA DRM SUPPORT
7230 M:      Russell King <rmk+kernel@armlinux.org.uk>
7231 S:      Maintained
7232 F:      drivers/gpu/drm/armada/
7233 F:      include/uapi/drm/armada_drm.h
7234 F:      Documentation/devicetree/bindings/display/armada/
7235
7236 MARVELL 88E6352 DSA support
7237 M:      Guenter Roeck <linux@roeck-us.net>
7238 S:      Maintained
7239 F:      drivers/net/dsa/mv88e6352.c
7240
7241 MARVELL CRYPTO DRIVER
7242 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7243 M:      Arnaud Ebalard <arno@natisbad.org>
7244 F:      drivers/crypto/marvell/
7245 S:      Maintained
7246 L:      linux-crypto@vger.kernel.org
7247
7248 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7249 M:      Mirko Lindner <mlindner@marvell.com>
7250 M:      Stephen Hemminger <stephen@networkplumber.org>
7251 L:      netdev@vger.kernel.org
7252 S:      Maintained
7253 F:      drivers/net/ethernet/marvell/sk*
7254
7255 MARVELL LIBERTAS WIRELESS DRIVER
7256 L:      libertas-dev@lists.infradead.org
7257 S:      Orphan
7258 F:      drivers/net/wireless/marvell/libertas/
7259
7260 MARVELL MV643XX ETHERNET DRIVER
7261 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7262 L:      netdev@vger.kernel.org
7263 S:      Maintained
7264 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7265 F:      include/linux/mv643xx.h
7266
7267 MARVELL MVNETA ETHERNET DRIVER
7268 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7269 L:      netdev@vger.kernel.org
7270 S:      Maintained
7271 F:      drivers/net/ethernet/marvell/mvneta.*
7272
7273 MARVELL MWIFIEX WIRELESS DRIVER
7274 M:      Amitkumar Karwar <akarwar@marvell.com>
7275 M:      Nishant Sarmukadam <nishants@marvell.com>
7276 L:      linux-wireless@vger.kernel.org
7277 S:      Maintained
7278 F:      drivers/net/wireless/marvell/mwifiex/
7279
7280 MARVELL MWL8K WIRELESS DRIVER
7281 M:      Lennert Buytenhek <buytenh@wantstofly.org>
7282 L:      linux-wireless@vger.kernel.org
7283 S:      Odd Fixes
7284 F:      drivers/net/wireless/marvell/mwl8k.c
7285
7286 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7287 M:      Nicolas Pitre <nico@fluxnic.net>
7288 S:      Odd Fixes
7289 F:      drivers/mmc/host/mvsdio.*
7290
7291 MATROX FRAMEBUFFER DRIVER
7292 L:      linux-fbdev@vger.kernel.org
7293 S:      Orphan
7294 F:      drivers/video/fbdev/matrox/matroxfb_*
7295 F:      include/uapi/linux/matroxfb.h
7296
7297 MAX16065 HARDWARE MONITOR DRIVER
7298 M:      Guenter Roeck <linux@roeck-us.net>
7299 L:      linux-hwmon@vger.kernel.org
7300 S:      Maintained
7301 F:      Documentation/hwmon/max16065
7302 F:      drivers/hwmon/max16065.c
7303
7304 MAX20751 HARDWARE MONITOR DRIVER
7305 M:      Guenter Roeck <linux@roeck-us.net>
7306 L:      linux-hwmon@vger.kernel.org
7307 S:      Maintained
7308 F:      Documentation/hwmon/max20751
7309 F:      drivers/hwmon/max20751.c
7310
7311 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7312 M:      "Hans J. Koch" <hjk@hansjkoch.de>
7313 L:      linux-hwmon@vger.kernel.org
7314 S:      Maintained
7315 F:      Documentation/hwmon/max6650
7316 F:      drivers/hwmon/max6650.c
7317
7318 MAX6697 HARDWARE MONITOR DRIVER
7319 M:      Guenter Roeck <linux@roeck-us.net>
7320 L:      linux-hwmon@vger.kernel.org
7321 S:      Maintained
7322 F:      Documentation/hwmon/max6697
7323 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7324 F:      drivers/hwmon/max6697.c
7325 F:      include/linux/platform_data/max6697.h
7326
7327 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7328 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
7329 L:      linux-pm@vger.kernel.org
7330 S:      Supported
7331 F:      drivers/power/max14577_charger.c
7332 F:      drivers/power/max77693_charger.c
7333
7334 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7335 M:      Javier Martinez Canillas <javier@osg.samsung.com>
7336 L:      linux-kernel@vger.kernel.org
7337 S:      Supported
7338 F:      drivers/*/*max77802*.c
7339 F:      Documentation/devicetree/bindings/*/*max77802.txt
7340 F:      include/dt-bindings/*/*max77802.h
7341
7342 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7343 M:      Chanwoo Choi <cw00.choi@samsung.com>
7344 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
7345 L:      linux-kernel@vger.kernel.org
7346 S:      Supported
7347 F:      drivers/*/max14577*.c
7348 F:      drivers/*/max77686*.c
7349 F:      drivers/*/max77693*.c
7350 F:      drivers/extcon/extcon-max14577.c
7351 F:      drivers/extcon/extcon-max77693.c
7352 F:      drivers/rtc/rtc-max77686.c
7353 F:      drivers/clk/clk-max77686.c
7354 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7355 F:      Documentation/devicetree/bindings/*/max77686.txt
7356 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7357 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7358 F:      include/linux/mfd/max14577*.h
7359 F:      include/linux/mfd/max77686*.h
7360 F:      include/linux/mfd/max77693*.h
7361
7362 MAXIRADIO FM RADIO RECEIVER DRIVER
7363 M:      Hans Verkuil <hverkuil@xs4all.nl>
7364 L:      linux-media@vger.kernel.org
7365 T:      git git://linuxtv.org/media_tree.git
7366 W:      https://linuxtv.org
7367 S:      Maintained
7368 F:      drivers/media/radio/radio-maxiradio*
7369
7370 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7371 M:      Peter Rosin <peda@axentia.se>
7372 L:      linux-iio@vger.kernel.org
7373 S:      Maintained
7374 F:      drivers/iio/potentiometer/mcp4531.c
7375
7376 MEDIA DRIVERS FOR RENESAS - FCP
7377 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7378 L:      linux-media@vger.kernel.org
7379 L:      linux-renesas-soc@vger.kernel.org
7380 T:      git git://linuxtv.org/media_tree.git
7381 S:      Supported
7382 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
7383 F:      drivers/media/platform/rcar-fcp.c
7384 F:      include/media/rcar-fcp.h
7385
7386 MEDIA DRIVERS FOR RENESAS - VSP1
7387 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7388 L:      linux-media@vger.kernel.org
7389 L:      linux-renesas-soc@vger.kernel.org
7390 T:      git git://linuxtv.org/media_tree.git
7391 S:      Supported
7392 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7393 F:      drivers/media/platform/vsp1/
7394
7395 MEDIA DRIVERS FOR HELENE
7396 M:      Abylay Ospan <aospan@netup.ru>
7397 L:      linux-media@vger.kernel.org
7398 W:      https://linuxtv.org
7399 W:      http://netup.tv/
7400 T:      git git://linuxtv.org/media_tree.git
7401 S:      Supported
7402 F:      drivers/media/dvb-frontends/helene*
7403
7404 MEDIA DRIVERS FOR ASCOT2E
7405 M:      Sergey Kozlov <serjk@netup.ru>
7406 M:      Abylay Ospan <aospan@netup.ru>
7407 L:      linux-media@vger.kernel.org
7408 W:      https://linuxtv.org
7409 W:      http://netup.tv/
7410 T:      git git://linuxtv.org/media_tree.git
7411 S:      Supported
7412 F:      drivers/media/dvb-frontends/ascot2e*
7413
7414 MEDIA DRIVERS FOR CXD2841ER
7415 M:      Sergey Kozlov <serjk@netup.ru>
7416 M:      Abylay Ospan <aospan@netup.ru>
7417 L:      linux-media@vger.kernel.org
7418 W:      https://linuxtv.org
7419 W:      http://netup.tv/
7420 T:      git git://linuxtv.org/media_tree.git
7421 S:      Supported
7422 F:      drivers/media/dvb-frontends/cxd2841er*
7423
7424 MEDIA DRIVERS FOR HORUS3A
7425 M:      Sergey Kozlov <serjk@netup.ru>
7426 M:      Abylay Ospan <aospan@netup.ru>
7427 L:      linux-media@vger.kernel.org
7428 W:      https://linuxtv.org
7429 W:      http://netup.tv/
7430 T:      git git://linuxtv.org/media_tree.git
7431 S:      Supported
7432 F:      drivers/media/dvb-frontends/horus3a*
7433
7434 MEDIA DRIVERS FOR LNBH25
7435 M:      Sergey Kozlov <serjk@netup.ru>
7436 M:      Abylay Ospan <aospan@netup.ru>
7437 L:      linux-media@vger.kernel.org
7438 W:      https://linuxtv.org
7439 W:      http://netup.tv/
7440 T:      git git://linuxtv.org/media_tree.git
7441 S:      Supported
7442 F:      drivers/media/dvb-frontends/lnbh25*
7443
7444 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7445 M:      Sergey Kozlov <serjk@netup.ru>
7446 M:      Abylay Ospan <aospan@netup.ru>
7447 L:      linux-media@vger.kernel.org
7448 W:      https://linuxtv.org
7449 W:      http://netup.tv/
7450 T:      git git://linuxtv.org/media_tree.git
7451 S:      Supported
7452 F:      drivers/media/pci/netup_unidvb/*
7453
7454 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7455 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
7456 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
7457 P:      LinuxTV.org Project
7458 L:      linux-media@vger.kernel.org
7459 W:      https://linuxtv.org
7460 Q:      http://patchwork.kernel.org/project/linux-media/list/
7461 T:      git git://linuxtv.org/media_tree.git
7462 S:      Maintained
7463 F:      Documentation/dvb/
7464 F:      Documentation/video4linux/
7465 F:      Documentation/DocBook/media/
7466 F:      drivers/media/
7467 F:      drivers/staging/media/
7468 F:      include/linux/platform_data/media/
7469 F:      include/media/
7470 F:      include/uapi/linux/dvb/
7471 F:      include/uapi/linux/videodev2.h
7472 F:      include/uapi/linux/media.h
7473 F:      include/uapi/linux/v4l2-*
7474 F:      include/uapi/linux/meye.h
7475 F:      include/uapi/linux/ivtv*
7476 F:      include/uapi/linux/uvcvideo.h
7477
7478 MEDIATEK ETHERNET DRIVER
7479 M:      Felix Fietkau <nbd@openwrt.org>
7480 M:      John Crispin <blogic@openwrt.org>
7481 L:      netdev@vger.kernel.org
7482 S:      Maintained
7483 F:      drivers/net/ethernet/mediatek/
7484
7485 MEDIATEK MT7601U WIRELESS LAN DRIVER
7486 M:      Jakub Kicinski <kubakici@wp.pl>
7487 L:      linux-wireless@vger.kernel.org
7488 S:      Maintained
7489 F:      drivers/net/wireless/mediatek/mt7601u/
7490
7491 MEGARAID SCSI/SAS DRIVERS
7492 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7493 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7494 M:      Uday Lingala <uday.lingala@avagotech.com>
7495 L:      megaraidlinux.pdl@avagotech.com
7496 L:      linux-scsi@vger.kernel.org
7497 W:      http://www.lsi.com
7498 S:      Maintained
7499 F:      Documentation/scsi/megaraid.txt
7500 F:      drivers/scsi/megaraid.*
7501 F:      drivers/scsi/megaraid/
7502
7503 MELLANOX ETHERNET DRIVER (mlx4_en)
7504 M:      Tariq Toukan <tariqt@mellanox.com>
7505 L:      netdev@vger.kernel.org
7506 S:      Supported
7507 W:      http://www.mellanox.com
7508 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7509 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7510
7511 MELLANOX ETHERNET DRIVER (mlx5e)
7512 M:      Saeed Mahameed <saeedm@mellanox.com>
7513 L:      netdev@vger.kernel.org
7514 S:      Supported
7515 W:      http://www.mellanox.com
7516 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7517 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7518
7519 MELLANOX ETHERNET SWITCH DRIVERS
7520 M:      Jiri Pirko <jiri@mellanox.com>
7521 M:      Ido Schimmel <idosch@mellanox.com>
7522 L:      netdev@vger.kernel.org
7523 S:      Supported
7524 W:      http://www.mellanox.com
7525 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7526 F:      drivers/net/ethernet/mellanox/mlxsw/
7527
7528 MEMBARRIER SUPPORT
7529 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7530 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7531 L:      linux-kernel@vger.kernel.org
7532 S:      Supported
7533 F:      kernel/membarrier.c
7534 F:      include/uapi/linux/membarrier.h
7535
7536 MEMORY MANAGEMENT
7537 L:      linux-mm@kvack.org
7538 W:      http://www.linux-mm.org
7539 S:      Maintained
7540 F:      include/linux/mm.h
7541 F:      include/linux/gfp.h
7542 F:      include/linux/mmzone.h
7543 F:      include/linux/memory_hotplug.h
7544 F:      include/linux/vmalloc.h
7545 F:      mm/
7546
7547 MEMORY TECHNOLOGY DEVICES (MTD)
7548 M:      David Woodhouse <dwmw2@infradead.org>
7549 M:      Brian Norris <computersforpeace@gmail.com>
7550 L:      linux-mtd@lists.infradead.org
7551 W:      http://www.linux-mtd.infradead.org/
7552 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7553 T:      git git://git.infradead.org/linux-mtd.git
7554 T:      git git://git.infradead.org/l2-mtd.git
7555 S:      Maintained
7556 F:      Documentation/devicetree/bindings/mtd/
7557 F:      drivers/mtd/
7558 F:      include/linux/mtd/
7559 F:      include/uapi/mtd/
7560
7561 MEN A21 WATCHDOG DRIVER
7562 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7563 L:      linux-watchdog@vger.kernel.org
7564 S:      Maintained
7565 F:      drivers/watchdog/mena21_wdt.c
7566
7567 MEN CHAMELEON BUS (mcb)
7568 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7569 S:      Maintained
7570 F:      drivers/mcb/
7571 F:      include/linux/mcb.h
7572 F:      Documentation/men-chameleon-bus.txt
7573
7574 MEN F21BMC (Board Management Controller)
7575 M:      Andreas Werner <andreas.werner@men.de>
7576 S:      Supported
7577 F:      drivers/mfd/menf21bmc.c
7578 F:      drivers/watchdog/menf21bmc_wdt.c
7579 F:      drivers/leds/leds-menf21bmc.c
7580 F:      drivers/hwmon/menf21bmc_hwmon.c
7581 F:      Documentation/hwmon/menf21bmc
7582
7583 METAG ARCHITECTURE
7584 M:      James Hogan <james.hogan@imgtec.com>
7585 L:      linux-metag@vger.kernel.org
7586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7587 S:      Odd Fixes
7588 F:      arch/metag/
7589 F:      Documentation/metag/
7590 F:      Documentation/devicetree/bindings/metag/
7591 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7592 F:      drivers/clocksource/metag_generic.c
7593 F:      drivers/irqchip/irq-metag.c
7594 F:      drivers/irqchip/irq-metag-ext.c
7595 F:      drivers/tty/metag_da.c
7596
7597 MICROBLAZE ARCHITECTURE
7598 M:      Michal Simek <monstr@monstr.eu>
7599 W:      http://www.monstr.eu/fdt/
7600 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7601 S:      Supported
7602 F:      arch/microblaze/
7603
7604 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7605 M:      Chen Yu <yu.c.chen@intel.com>
7606 L:      platform-driver-x86@vger.kernel.org
7607 S:      Supported
7608 F:      drivers/platform/x86/surfacepro3_button.c
7609
7610 MICROTEK X6 SCANNER
7611 M:      Oliver Neukum <oliver@neukum.org>
7612 S:      Maintained
7613 F:      drivers/usb/image/microtek.*
7614
7615 MIPS
7616 M:      Ralf Baechle <ralf@linux-mips.org>
7617 L:      linux-mips@linux-mips.org
7618 W:      http://www.linux-mips.org/
7619 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7620 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7621 S:      Supported
7622 F:      Documentation/devicetree/bindings/mips/
7623 F:      Documentation/mips/
7624 F:      arch/mips/
7625
7626 MIPS/LOONGSON1 ARCHITECTURE
7627 M:      Keguang Zhang <keguang.zhang@gmail.com>
7628 L:      linux-mips@linux-mips.org
7629 S:      Maintained
7630 F:      arch/mips/loongson32/
7631 F:      arch/mips/include/asm/mach-loongson32/
7632 F:      drivers/*/*loongson1*
7633 F:      drivers/*/*/*loongson1*
7634
7635 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7636 M:      Hans Verkuil <hverkuil@xs4all.nl>
7637 L:      linux-media@vger.kernel.org
7638 T:      git git://linuxtv.org/media_tree.git
7639 W:      https://linuxtv.org
7640 S:      Odd Fixes
7641 F:      drivers/media/radio/radio-miropcm20*
7642
7643 MELLANOX MLX4 core VPI driver
7644 M:      Yishai Hadas <yishaih@mellanox.com>
7645 L:      netdev@vger.kernel.org
7646 L:      linux-rdma@vger.kernel.org
7647 W:      http://www.mellanox.com
7648 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7649 S:      Supported
7650 F:      drivers/net/ethernet/mellanox/mlx4/
7651 F:      include/linux/mlx4/
7652
7653 MELLANOX MLX4 IB driver
7654 M:      Yishai Hadas <yishaih@mellanox.com>
7655 L:      linux-rdma@vger.kernel.org
7656 W:      http://www.mellanox.com
7657 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7658 S:      Supported
7659 F:      drivers/infiniband/hw/mlx4/
7660 F:      include/linux/mlx4/
7661
7662 MELLANOX MLX5 core VPI driver
7663 M:      Matan Barak <matanb@mellanox.com>
7664 M:      Leon Romanovsky <leonro@mellanox.com>
7665 L:      netdev@vger.kernel.org
7666 L:      linux-rdma@vger.kernel.org
7667 W:      http://www.mellanox.com
7668 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7669 S:      Supported
7670 F:      drivers/net/ethernet/mellanox/mlx5/core/
7671 F:      include/linux/mlx5/
7672
7673 MELLANOX MLX5 IB driver
7674 M:      Matan Barak <matanb@mellanox.com>
7675 M:      Leon Romanovsky <leonro@mellanox.com>
7676 L:      linux-rdma@vger.kernel.org
7677 W:      http://www.mellanox.com
7678 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7679 S:      Supported
7680 F:      drivers/infiniband/hw/mlx5/
7681 F:      include/linux/mlx5/
7682
7683 MELEXIS MLX90614 DRIVER
7684 M:      Crt Mori <cmo@melexis.com>
7685 L:      linux-iio@vger.kernel.org
7686 W:      http://www.melexis.com
7687 S:      Supported
7688 F:      drivers/iio/temperature/mlx90614.c
7689
7690 MN88472 MEDIA DRIVER
7691 M:      Antti Palosaari <crope@iki.fi>
7692 L:      linux-media@vger.kernel.org
7693 W:      https://linuxtv.org
7694 W:      http://palosaari.fi/linux/
7695 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7696 S:      Maintained
7697 F:      drivers/media/dvb-frontends/mn88472*
7698
7699 MN88473 MEDIA DRIVER
7700 M:      Antti Palosaari <crope@iki.fi>
7701 L:      linux-media@vger.kernel.org
7702 W:      https://linuxtv.org
7703 W:      http://palosaari.fi/linux/
7704 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7705 S:      Maintained
7706 F:      drivers/media/dvb-frontends/mn88473*
7707
7708 MODULE SUPPORT
7709 M:      Rusty Russell <rusty@rustcorp.com.au>
7710 S:      Maintained
7711 F:      include/linux/module.h
7712 F:      kernel/module.c
7713
7714 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7715 W:      http://popies.net/meye/
7716 S:      Orphan
7717 F:      Documentation/video4linux/meye.txt
7718 F:      drivers/media/pci/meye/
7719 F:      include/uapi/linux/meye.h
7720
7721 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7722 M:      Jiri Slaby <jirislaby@gmail.com>
7723 S:      Maintained
7724 F:      Documentation/serial/moxa-smartio
7725 F:      drivers/tty/mxser.*
7726
7727 MR800 AVERMEDIA USB FM RADIO DRIVER
7728 M:      Alexey Klimov <klimov.linux@gmail.com>
7729 L:      linux-media@vger.kernel.org
7730 T:      git git://linuxtv.org/media_tree.git
7731 S:      Maintained
7732 F:      drivers/media/radio/radio-mr800.c
7733
7734 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7735 M:      Alan Ott <alan@signal11.us>
7736 L:      linux-wpan@vger.kernel.org
7737 S:      Maintained
7738 F:      drivers/net/ieee802154/mrf24j40.c
7739 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7740
7741 MSI LAPTOP SUPPORT
7742 M:      "Lee, Chun-Yi" <jlee@suse.com>
7743 L:      platform-driver-x86@vger.kernel.org
7744 S:      Maintained
7745 F:      drivers/platform/x86/msi-laptop.c
7746
7747 MSI WMI SUPPORT
7748 L:      platform-driver-x86@vger.kernel.org
7749 S:      Orphan
7750 F:      drivers/platform/x86/msi-wmi.c
7751
7752 MSI001 MEDIA DRIVER
7753 M:      Antti Palosaari <crope@iki.fi>
7754 L:      linux-media@vger.kernel.org
7755 W:      https://linuxtv.org
7756 W:      http://palosaari.fi/linux/
7757 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7758 T:      git git://linuxtv.org/anttip/media_tree.git
7759 S:      Maintained
7760 F:      drivers/media/tuners/msi001*
7761
7762 MSI2500 MEDIA DRIVER
7763 M:      Antti Palosaari <crope@iki.fi>
7764 L:      linux-media@vger.kernel.org
7765 W:      https://linuxtv.org
7766 W:      http://palosaari.fi/linux/
7767 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7768 T:      git git://linuxtv.org/anttip/media_tree.git
7769 S:      Maintained
7770 F:      drivers/media/usb/msi2500/
7771
7772 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7773 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7774 L:      linux-mtd@lists.infradead.org
7775 S:      Maintained
7776 F:      drivers/mtd/devices/docg3*
7777
7778 MT9M032 APTINA SENSOR DRIVER
7779 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7780 L:      linux-media@vger.kernel.org
7781 T:      git git://linuxtv.org/media_tree.git
7782 S:      Maintained
7783 F:      drivers/media/i2c/mt9m032.c
7784 F:      include/media/i2c/mt9m032.h
7785
7786 MT9P031 APTINA CAMERA SENSOR
7787 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7788 L:      linux-media@vger.kernel.org
7789 T:      git git://linuxtv.org/media_tree.git
7790 S:      Maintained
7791 F:      drivers/media/i2c/mt9p031.c
7792 F:      include/media/i2c/mt9p031.h
7793
7794 MT9T001 APTINA CAMERA SENSOR
7795 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7796 L:      linux-media@vger.kernel.org
7797 T:      git git://linuxtv.org/media_tree.git
7798 S:      Maintained
7799 F:      drivers/media/i2c/mt9t001.c
7800 F:      include/media/i2c/mt9t001.h
7801
7802 MT9V032 APTINA CAMERA SENSOR
7803 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7804 L:      linux-media@vger.kernel.org
7805 T:      git git://linuxtv.org/media_tree.git
7806 S:      Maintained
7807 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7808 F:      drivers/media/i2c/mt9v032.c
7809 F:      include/media/i2c/mt9v032.h
7810
7811 MULTIFUNCTION DEVICES (MFD)
7812 M:      Lee Jones <lee.jones@linaro.org>
7813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7814 S:      Supported
7815 F:      drivers/mfd/
7816 F:      include/linux/mfd/
7817
7818 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7819 M:      Ulf Hansson <ulf.hansson@linaro.org>
7820 L:      linux-mmc@vger.kernel.org
7821 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7822 S:      Maintained
7823 F:      drivers/mmc/
7824 F:      include/linux/mmc/
7825 F:      include/uapi/linux/mmc/
7826
7827 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7828 S:      Orphan
7829 F:      drivers/mmc/host/mmc_spi.c
7830 F:      include/linux/spi/mmc_spi.h
7831
7832 MULTISOUND SOUND DRIVER
7833 M:      Andrew Veliath <andrewtv@usa.net>
7834 S:      Maintained
7835 F:      Documentation/sound/oss/MultiSound
7836 F:      sound/oss/msnd*
7837
7838 MULTITECH MULTIPORT CARD (ISICOM)
7839 S:      Orphan
7840 F:      drivers/tty/isicom.c
7841 F:      include/linux/isicom.h
7842
7843 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7844 M:      Bin Liu <b-liu@ti.com>
7845 L:      linux-usb@vger.kernel.org
7846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7847 S:      Maintained
7848 F:      drivers/usb/musb/
7849
7850 MXL5007T MEDIA DRIVER
7851 M:      Michael Krufky <mkrufky@linuxtv.org>
7852 L:      linux-media@vger.kernel.org
7853 W:      https://linuxtv.org
7854 W:      http://github.com/mkrufky
7855 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7856 T:      git git://linuxtv.org/mkrufky/tuners.git
7857 S:      Maintained
7858 F:      drivers/media/tuners/mxl5007t.*
7859
7860 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7861 M:      Hyong-Youb Kim <hykim@myri.com>
7862 L:      netdev@vger.kernel.org
7863 W:      https://www.myricom.com/support/downloads/myri10ge.html
7864 S:      Supported
7865 F:      drivers/net/ethernet/myricom/myri10ge/
7866
7867 NAND FLASH SUBSYSTEM
7868 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7869 R:      Richard Weinberger <richard@nod.at>
7870 L:      linux-mtd@lists.infradead.org
7871 W:      http://www.linux-mtd.infradead.org/
7872 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7873 T:      git git://github.com/linux-nand/linux.git
7874 S:      Maintained
7875 F:      drivers/mtd/nand/
7876 F:      include/linux/mtd/nand*.h
7877
7878 NATSEMI ETHERNET DRIVER (DP8381x)
7879 S:      Orphan
7880 F:      drivers/net/ethernet/natsemi/natsemi.c
7881
7882 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7883 M:      Daniel Mack <zonque@gmail.com>
7884 S:      Maintained
7885 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7886 W:      http://www.native-instruments.com
7887 F:      sound/usb/caiaq/
7888
7889 NCP FILESYSTEM
7890 M:      Petr Vandrovec <petr@vandrovec.name>
7891 S:      Odd Fixes
7892 F:      fs/ncpfs/
7893
7894 NCR 5380 SCSI DRIVERS
7895 M:      Finn Thain <fthain@telegraphics.com.au>
7896 M:      Michael Schmitz <schmitzmic@gmail.com>
7897 L:      linux-scsi@vger.kernel.org
7898 S:      Maintained
7899 F:      Documentation/scsi/g_NCR5380.txt
7900 F:      Documentation/scsi/dtc3x80.txt
7901 F:      drivers/scsi/NCR5380.*
7902 F:      drivers/scsi/arm/cumana_1.c
7903 F:      drivers/scsi/arm/oak.c
7904 F:      drivers/scsi/atari_scsi.*
7905 F:      drivers/scsi/dmx3191d.c
7906 F:      drivers/scsi/dtc.*
7907 F:      drivers/scsi/g_NCR5380.*
7908 F:      drivers/scsi/g_NCR5380_mmio.c
7909 F:      drivers/scsi/mac_scsi.*
7910 F:      drivers/scsi/pas16.*
7911 F:      drivers/scsi/sun3_scsi.*
7912 F:      drivers/scsi/sun3_scsi_vme.c
7913 F:      drivers/scsi/t128.*
7914
7915 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7916 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7917 L:      linux-scsi@vger.kernel.org
7918 S:      Maintained
7919 F:      drivers/scsi/NCR_D700.*
7920
7921 NCT6775 HARDWARE MONITOR DRIVER
7922 M:      Guenter Roeck <linux@roeck-us.net>
7923 L:      linux-hwmon@vger.kernel.org
7924 S:      Maintained
7925 F:      Documentation/hwmon/nct6775
7926 F:      drivers/hwmon/nct6775.c
7927
7928 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7929 M:      Faisal Latif <faisal.latif@intel.com>
7930 L:      linux-rdma@vger.kernel.org
7931 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7932 S:      Supported
7933 F:      drivers/infiniband/hw/nes/
7934
7935 NETEM NETWORK EMULATOR
7936 M:      Stephen Hemminger <stephen@networkplumber.org>
7937 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
7938 S:      Maintained
7939 F:      net/sched/sch_netem.c
7940
7941 NETERION 10GbE DRIVERS (s2io/vxge)
7942 M:      Jon Mason <jdmason@kudzu.us>
7943 L:      netdev@vger.kernel.org
7944 S:      Supported
7945 F:      Documentation/networking/s2io.txt
7946 F:      Documentation/networking/vxge.txt
7947 F:      drivers/net/ethernet/neterion/
7948
7949 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7950 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7951 M:      Patrick McHardy <kaber@trash.net>
7952 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7953 L:      netfilter-devel@vger.kernel.org
7954 L:      coreteam@netfilter.org
7955 W:      http://www.netfilter.org/
7956 W:      http://www.iptables.org/
7957 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7958 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7960 S:      Supported
7961 F:      include/linux/netfilter*
7962 F:      include/linux/netfilter/
7963 F:      include/net/netfilter/
7964 F:      include/uapi/linux/netfilter*
7965 F:      include/uapi/linux/netfilter/
7966 F:      net/*/netfilter.c
7967 F:      net/*/netfilter/
7968 F:      net/netfilter/
7969 F:      net/bridge/br_netfilter*.c
7970
7971 NETLABEL
7972 M:      Paul Moore <paul@paul-moore.com>
7973 W:      http://netlabel.sf.net
7974 L:      netdev@vger.kernel.org
7975 S:      Maintained
7976 F:      Documentation/netlabel/
7977 F:      include/net/netlabel.h
7978 F:      net/netlabel/
7979
7980 NETROM NETWORK LAYER
7981 M:      Ralf Baechle <ralf@linux-mips.org>
7982 L:      linux-hams@vger.kernel.org
7983 W:      http://www.linux-ax25.org/
7984 S:      Maintained
7985 F:      include/net/netrom.h
7986 F:      include/uapi/linux/netrom.h
7987 F:      net/netrom/
7988
7989 NETRONOME ETHERNET DRIVERS
7990 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
7991 L:      oss-drivers@netronome.com
7992 S:      Maintained
7993 F:      drivers/net/ethernet/netronome/
7994
7995 NETWORK BLOCK DEVICE (NBD)
7996 M:      Markus Pargmann <mpa@pengutronix.de>
7997 S:      Maintained
7998 L:      nbd-general@lists.sourceforge.net
7999 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
8000 F:      Documentation/blockdev/nbd.txt
8001 F:      drivers/block/nbd.c
8002 F:      include/uapi/linux/nbd.h
8003
8004 NETWORK DROP MONITOR
8005 M:      Neil Horman <nhorman@tuxdriver.com>
8006 L:      netdev@vger.kernel.org
8007 S:      Maintained
8008 W:      https://fedorahosted.org/dropwatch/
8009 F:      net/core/drop_monitor.c
8010
8011 NETWORKING [GENERAL]
8012 M:      "David S. Miller" <davem@davemloft.net>
8013 L:      netdev@vger.kernel.org
8014 W:      http://www.linuxfoundation.org/en/Net
8015 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8016 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8017 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8018 S:      Maintained
8019 F:      net/
8020 F:      include/net/
8021 F:      include/linux/in.h
8022 F:      include/linux/net.h
8023 F:      include/linux/netdevice.h
8024 F:      include/uapi/linux/in.h
8025 F:      include/uapi/linux/net.h
8026 F:      include/uapi/linux/netdevice.h
8027 F:      include/uapi/linux/net_namespace.h
8028 F:      tools/net/
8029 F:      tools/testing/selftests/net/
8030 F:      lib/random32.c
8031 F:      lib/test_bpf.c
8032
8033 NETWORKING [IPv4/IPv6]
8034 M:      "David S. Miller" <davem@davemloft.net>
8035 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8036 M:      James Morris <jmorris@namei.org>
8037 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8038 M:      Patrick McHardy <kaber@trash.net>
8039 L:      netdev@vger.kernel.org
8040 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8041 S:      Maintained
8042 F:      net/ipv4/
8043 F:      net/ipv6/
8044 F:      include/net/ip*
8045 F:      arch/x86/net/*
8046
8047 NETWORKING [IPSEC]
8048 M:      Steffen Klassert <steffen.klassert@secunet.com>
8049 M:      Herbert Xu <herbert@gondor.apana.org.au>
8050 M:      "David S. Miller" <davem@davemloft.net>
8051 L:      netdev@vger.kernel.org
8052 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8054 S:      Maintained
8055 F:      net/core/flow.c
8056 F:      net/xfrm/
8057 F:      net/key/
8058 F:      net/ipv4/xfrm*
8059 F:      net/ipv4/esp4.c
8060 F:      net/ipv4/ah4.c
8061 F:      net/ipv4/ipcomp.c
8062 F:      net/ipv4/ip_vti.c
8063 F:      net/ipv6/xfrm*
8064 F:      net/ipv6/esp6.c
8065 F:      net/ipv6/ah6.c
8066 F:      net/ipv6/ipcomp6.c
8067 F:      net/ipv6/ip6_vti.c
8068 F:      include/uapi/linux/xfrm.h
8069 F:      include/net/xfrm.h
8070
8071 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8072 M:      Paul Moore <paul@paul-moore.com>
8073 L:      netdev@vger.kernel.org
8074 S:      Maintained
8075
8076 NETWORKING [WIRELESS]
8077 L:      linux-wireless@vger.kernel.org
8078 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8079
8080 NETWORKING DRIVERS
8081 L:      netdev@vger.kernel.org
8082 W:      http://www.linuxfoundation.org/en/Net
8083 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8086 S:      Odd Fixes
8087 F:      Documentation/devicetree/bindings/net/
8088 F:      drivers/net/
8089 F:      include/linux/if_*
8090 F:      include/linux/netdevice.h
8091 F:      include/linux/etherdevice.h
8092 F:      include/linux/fcdevice.h
8093 F:      include/linux/fddidevice.h
8094 F:      include/linux/hippidevice.h
8095 F:      include/linux/inetdevice.h
8096 F:      include/uapi/linux/if_*
8097 F:      include/uapi/linux/netdevice.h
8098
8099 NETWORKING DRIVERS (WIRELESS)
8100 M:      Kalle Valo <kvalo@codeaurora.org>
8101 L:      linux-wireless@vger.kernel.org
8102 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8103 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8104 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8105 S:      Maintained
8106 F:      Documentation/devicetree/bindings/net/wireless/
8107 F:      drivers/net/wireless/
8108
8109 NETXEN (1/10) GbE SUPPORT
8110 M:      Manish Chopra <manish.chopra@qlogic.com>
8111 M:      Sony Chacko <sony.chacko@qlogic.com>
8112 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
8113 L:      netdev@vger.kernel.org
8114 W:      http://www.qlogic.com
8115 S:      Supported
8116 F:      drivers/net/ethernet/qlogic/netxen/
8117
8118 NFC SUBSYSTEM
8119 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8120 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8121 M:      Samuel Ortiz <sameo@linux.intel.com>
8122 L:      linux-wireless@vger.kernel.org
8123 L:      linux-nfc@lists.01.org (subscribers-only)
8124 S:      Supported
8125 F:      net/nfc/
8126 F:      include/net/nfc/
8127 F:      include/uapi/linux/nfc.h
8128 F:      drivers/nfc/
8129 F:      include/linux/platform_data/nfcmrvl.h
8130 F:      include/linux/platform_data/nxp-nci.h
8131 F:      include/linux/platform_data/pn544.h
8132 F:      include/linux/platform_data/st21nfca.h
8133 F:      include/linux/platform_data/st-nci.h
8134 F:      Documentation/devicetree/bindings/net/nfc/
8135
8136 NFS, SUNRPC, AND LOCKD CLIENTS
8137 M:      Trond Myklebust <trond.myklebust@primarydata.com>
8138 M:      Anna Schumaker <anna.schumaker@netapp.com>
8139 L:      linux-nfs@vger.kernel.org
8140 W:      http://client.linux-nfs.org
8141 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8142 S:      Maintained
8143 F:      fs/lockd/
8144 F:      fs/nfs/
8145 F:      fs/nfs_common/
8146 F:      net/sunrpc/
8147 F:      include/linux/lockd/
8148 F:      include/linux/nfs*
8149 F:      include/linux/sunrpc/
8150 F:      include/uapi/linux/nfs*
8151 F:      include/uapi/linux/sunrpc/
8152
8153 NILFS2 FILESYSTEM
8154 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8155 L:      linux-nilfs@vger.kernel.org
8156 W:      http://nilfs.sourceforge.net/
8157 W:      http://nilfs.osdn.jp/
8158 T:      git git://github.com/konis/nilfs2.git
8159 S:      Supported
8160 F:      Documentation/filesystems/nilfs2.txt
8161 F:      fs/nilfs2/
8162 F:      include/linux/nilfs2_fs.h
8163 F:      include/trace/events/nilfs2.h
8164
8165 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8166 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8167 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8168 S:      Maintained
8169 F:      Documentation/scsi/NinjaSCSI.txt
8170 F:      drivers/scsi/pcmcia/nsp_*
8171
8172 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8173 M:      GOTO Masanori <gotom@debian.or.jp>
8174 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8175 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8176 S:      Maintained
8177 F:      Documentation/scsi/NinjaSCSI.txt
8178 F:      drivers/scsi/nsp32*
8179
8180 NIOS2 ARCHITECTURE
8181 M:      Ley Foon Tan <lftan@altera.com>
8182 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8184 S:      Maintained
8185 F:      arch/nios2/
8186
8187 NOKIA N900 POWER SUPPLY DRIVERS
8188 R:      Pali Rohár <pali.rohar@gmail.com>
8189 F:      include/linux/power/bq2415x_charger.h
8190 F:      include/linux/power/bq27xxx_battery.h
8191 F:      include/linux/power/isp1704_charger.h
8192 F:      drivers/power/bq2415x_charger.c
8193 F:      drivers/power/bq27xxx_battery.c
8194 F:      drivers/power/bq27xxx_battery_i2c.c
8195 F:      drivers/power/isp1704_charger.c
8196 F:      drivers/power/rx51_battery.c
8197
8198 NTB DRIVER CORE
8199 M:      Jon Mason <jdmason@kudzu.us>
8200 M:      Dave Jiang <dave.jiang@intel.com>
8201 M:      Allen Hubbe <Allen.Hubbe@emc.com>
8202 L:      linux-ntb@googlegroups.com
8203 S:      Supported
8204 W:      https://github.com/jonmason/ntb/wiki
8205 T:      git git://github.com/jonmason/ntb.git
8206 F:      drivers/ntb/
8207 F:      drivers/net/ntb_netdev.c
8208 F:      include/linux/ntb.h
8209 F:      include/linux/ntb_transport.h
8210
8211 NTB INTEL DRIVER
8212 M:      Jon Mason <jdmason@kudzu.us>
8213 M:      Dave Jiang <dave.jiang@intel.com>
8214 L:      linux-ntb@googlegroups.com
8215 S:      Supported
8216 W:      https://github.com/jonmason/ntb/wiki
8217 T:      git git://github.com/jonmason/ntb.git
8218 F:      drivers/ntb/hw/intel/
8219
8220 NTB AMD DRIVER
8221 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
8222 L:      linux-ntb@googlegroups.com
8223 S:      Supported
8224 F:      drivers/ntb/hw/amd/
8225
8226 NTFS FILESYSTEM
8227 M:      Anton Altaparmakov <anton@tuxera.com>
8228 L:      linux-ntfs-dev@lists.sourceforge.net
8229 W:      http://www.tuxera.com/
8230 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8231 S:      Supported
8232 F:      Documentation/filesystems/ntfs.txt
8233 F:      fs/ntfs/
8234
8235 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8236 M:      Antonino Daplas <adaplas@gmail.com>
8237 L:      linux-fbdev@vger.kernel.org
8238 S:      Maintained
8239 F:      drivers/video/fbdev/riva/
8240 F:      drivers/video/fbdev/nvidia/
8241
8242 NVM EXPRESS DRIVER
8243 M:      Keith Busch <keith.busch@intel.com>
8244 M:      Jens Axboe <axboe@fb.com>
8245 L:      linux-nvme@lists.infradead.org
8246 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8247 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8248 S:      Supported
8249 F:      drivers/nvme/host/
8250 F:      include/linux/nvme.h
8251
8252 NVM EXPRESS TARGET DRIVER
8253 M:      Christoph Hellwig <hch@lst.de>
8254 M:      Sagi Grimberg <sagi@grimberg.me>
8255 L:      linux-nvme@lists.infradead.org
8256 S:      Supported
8257 F:      drivers/nvme/target/
8258
8259 NVMEM FRAMEWORK
8260 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8261 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
8262 S:      Maintained
8263 F:      drivers/nvmem/
8264 F:      Documentation/devicetree/bindings/nvmem/
8265 F:      include/linux/nvmem-consumer.h
8266 F:      include/linux/nvmem-provider.h
8267
8268 NXP-NCI NFC DRIVER
8269 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
8270 R:      Charles Gorand <charles.gorand@effinnov.com>
8271 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
8272 S:      Supported
8273 F:      drivers/nfc/nxp-nci
8274
8275 NXP TDA998X DRM DRIVER
8276 M:      Russell King <rmk+kernel@armlinux.org.uk>
8277 S:      Supported
8278 F:      drivers/gpu/drm/i2c/tda998x_drv.c
8279 F:      include/drm/i2c/tda998x.h
8280
8281 NXP TFA9879 DRIVER
8282 M:      Peter Rosin <peda@axentia.se>
8283 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8284 S:      Maintained
8285 F:      sound/soc/codecs/tfa9879*
8286
8287 OBJTOOL
8288 M:      Josh Poimboeuf <jpoimboe@redhat.com>
8289 S:      Supported
8290 F:      tools/objtool/
8291
8292 OMAP SUPPORT
8293 M:      Tony Lindgren <tony@atomide.com>
8294 L:      linux-omap@vger.kernel.org
8295 W:      http://www.muru.com/linux/omap/
8296 W:      http://linux.omap.com/
8297 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8299 S:      Maintained
8300 F:      arch/arm/*omap*/
8301 F:      arch/arm/configs/omap1_defconfig
8302 F:      arch/arm/configs/omap2plus_defconfig
8303 F:      drivers/i2c/busses/i2c-omap.c
8304 F:      drivers/irqchip/irq-omap-intc.c
8305 F:      drivers/mfd/*omap*.c
8306 F:      drivers/mfd/menelaus.c
8307 F:      drivers/mfd/palmas.c
8308 F:      drivers/mfd/tps65217.c
8309 F:      drivers/mfd/tps65218.c
8310 F:      drivers/mfd/tps65910.c
8311 F:      drivers/mfd/twl-core.[ch]
8312 F:      drivers/mfd/twl4030*.c
8313 F:      drivers/mfd/twl6030*.c
8314 F:      drivers/mfd/twl6040*.c
8315 F:      drivers/regulator/palmas-regulator*.c
8316 F:      drivers/regulator/pbias-regulator.c
8317 F:      drivers/regulator/tps65217-regulator.c
8318 F:      drivers/regulator/tps65218-regulator.c
8319 F:      drivers/regulator/tps65910-regulator.c
8320 F:      drivers/regulator/twl-regulator.c
8321 F:      include/linux/i2c-omap.h
8322
8323 OMAP DEVICE TREE SUPPORT
8324 M:      Benoît Cousson <bcousson@baylibre.com>
8325 M:      Tony Lindgren <tony@atomide.com>
8326 L:      linux-omap@vger.kernel.org
8327 L:      devicetree@vger.kernel.org
8328 S:      Maintained
8329 F:      arch/arm/boot/dts/*omap*
8330 F:      arch/arm/boot/dts/*am3*
8331 F:      arch/arm/boot/dts/*am4*
8332 F:      arch/arm/boot/dts/*am5*
8333 F:      arch/arm/boot/dts/*dra7*
8334
8335 OMAP CLOCK FRAMEWORK SUPPORT
8336 M:      Paul Walmsley <paul@pwsan.com>
8337 L:      linux-omap@vger.kernel.org
8338 S:      Maintained
8339 F:      arch/arm/*omap*/*clock*
8340
8341 OMAP POWER MANAGEMENT SUPPORT
8342 M:      Kevin Hilman <khilman@kernel.org>
8343 L:      linux-omap@vger.kernel.org
8344 S:      Maintained
8345 F:      arch/arm/*omap*/*pm*
8346 F:      drivers/cpufreq/omap-cpufreq.c
8347
8348 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8349 M:      Rajendra Nayak <rnayak@codeaurora.org>
8350 M:      Paul Walmsley <paul@pwsan.com>
8351 L:      linux-omap@vger.kernel.org
8352 S:      Maintained
8353 F:      arch/arm/mach-omap2/prm*
8354
8355 OMAP AUDIO SUPPORT
8356 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8357 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
8358 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8359 L:      linux-omap@vger.kernel.org
8360 S:      Maintained
8361 F:      sound/soc/omap/
8362
8363 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8364 M:      Roger Quadros <rogerq@ti.com>
8365 M:      Tony Lindgren <tony@atomide.com>
8366 L:      linux-omap@vger.kernel.org
8367 S:      Maintained
8368 F:      drivers/memory/omap-gpmc.c
8369 F:      arch/arm/mach-omap2/*gpmc*
8370
8371 OMAP FRAMEBUFFER SUPPORT
8372 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8373 L:      linux-fbdev@vger.kernel.org
8374 L:      linux-omap@vger.kernel.org
8375 S:      Maintained
8376 F:      drivers/video/fbdev/omap/
8377
8378 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8379 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8380 L:      linux-omap@vger.kernel.org
8381 L:      linux-fbdev@vger.kernel.org
8382 S:      Maintained
8383 F:      drivers/video/fbdev/omap2/
8384 F:      Documentation/arm/OMAP/DSS
8385
8386 OMAP HARDWARE SPINLOCK SUPPORT
8387 M:      Ohad Ben-Cohen <ohad@wizery.com>
8388 L:      linux-omap@vger.kernel.org
8389 S:      Maintained
8390 F:      drivers/hwspinlock/omap_hwspinlock.c
8391
8392 OMAP MMC SUPPORT
8393 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
8394 L:      linux-omap@vger.kernel.org
8395 S:      Maintained
8396 F:      drivers/mmc/host/omap.c
8397
8398 OMAP HS MMC SUPPORT
8399 L:      linux-mmc@vger.kernel.org
8400 L:      linux-omap@vger.kernel.org
8401 S:      Orphan
8402 F:      drivers/mmc/host/omap_hsmmc.c
8403
8404 OMAP RANDOM NUMBER GENERATOR SUPPORT
8405 M:      Deepak Saxena <dsaxena@plexity.net>
8406 S:      Maintained
8407 F:      drivers/char/hw_random/omap-rng.c
8408
8409 OMAP HWMOD SUPPORT
8410 M:      Benoît Cousson <bcousson@baylibre.com>
8411 M:      Paul Walmsley <paul@pwsan.com>
8412 L:      linux-omap@vger.kernel.org
8413 S:      Maintained
8414 F:      arch/arm/mach-omap2/omap_hwmod.*
8415
8416 OMAP HWMOD DATA
8417 M:      Paul Walmsley <paul@pwsan.com>
8418 L:      linux-omap@vger.kernel.org
8419 S:      Maintained
8420 F:      arch/arm/mach-omap2/omap_hwmod*data*
8421
8422 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8423 M:      Benoît Cousson <bcousson@baylibre.com>
8424 L:      linux-omap@vger.kernel.org
8425 S:      Maintained
8426 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8427
8428 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8429 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8430 L:      linux-media@vger.kernel.org
8431 S:      Maintained
8432 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
8433 F:      drivers/media/platform/omap3isp/
8434 F:      drivers/staging/media/omap4iss/
8435
8436 OMAP USB SUPPORT
8437 L:      linux-usb@vger.kernel.org
8438 L:      linux-omap@vger.kernel.org
8439 S:      Orphan
8440 F:      drivers/usb/*/*omap*
8441 F:      arch/arm/*omap*/usb*
8442
8443 OMAP GPIO DRIVER
8444 M:      Grygorii Strashko <grygorii.strashko@ti.com>
8445 M:      Santosh Shilimkar <ssantosh@kernel.org>
8446 M:      Kevin Hilman <khilman@kernel.org>
8447 L:      linux-omap@vger.kernel.org
8448 S:      Maintained
8449 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
8450 F:      drivers/gpio/gpio-omap.c
8451
8452 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8453 M:      Mark Jackson <mpfj@newflow.co.uk>
8454 L:      linux-omap@vger.kernel.org
8455 S:      Maintained
8456 F:      arch/arm/boot/dts/am335x-nano.dts
8457
8458 OMFS FILESYSTEM
8459 M:      Bob Copeland <me@bobcopeland.com>
8460 L:      linux-karma-devel@lists.sourceforge.net
8461 S:      Maintained
8462 F:      Documentation/filesystems/omfs.txt
8463 F:      fs/omfs/
8464
8465 OMNIKEY CARDMAN 4000 DRIVER
8466 M:      Harald Welte <laforge@gnumonks.org>
8467 S:      Maintained
8468 F:      drivers/char/pcmcia/cm4000_cs.c
8469 F:      include/linux/cm4000_cs.h
8470 F:      include/uapi/linux/cm4000_cs.h
8471
8472 OMNIKEY CARDMAN 4040 DRIVER
8473 M:      Harald Welte <laforge@gnumonks.org>
8474 S:      Maintained
8475 F:      drivers/char/pcmcia/cm4040_cs.*
8476
8477 OMNIVISION OV7670 SENSOR DRIVER
8478 M:      Jonathan Corbet <corbet@lwn.net>
8479 L:      linux-media@vger.kernel.org
8480 T:      git git://linuxtv.org/media_tree.git
8481 S:      Maintained
8482 F:      drivers/media/i2c/ov7670.c
8483
8484 ONENAND FLASH DRIVER
8485 M:      Kyungmin Park <kyungmin.park@samsung.com>
8486 L:      linux-mtd@lists.infradead.org
8487 S:      Maintained
8488 F:      drivers/mtd/onenand/
8489 F:      include/linux/mtd/onenand*.h
8490
8491 ONSTREAM SCSI TAPE DRIVER
8492 M:      Willem Riede <osst@riede.org>
8493 L:      osst-users@lists.sourceforge.net
8494 L:      linux-scsi@vger.kernel.org
8495 S:      Maintained
8496 F:      Documentation/scsi/osst.txt
8497 F:      drivers/scsi/osst.*
8498 F:      drivers/scsi/osst_*.h
8499 F:      drivers/scsi/st.h
8500
8501 OPENCORES I2C BUS DRIVER
8502 M:      Peter Korsgaard <jacmet@sunsite.dk>
8503 L:      linux-i2c@vger.kernel.org
8504 S:      Maintained
8505 F:      Documentation/i2c/busses/i2c-ocores
8506 F:      drivers/i2c/busses/i2c-ocores.c
8507
8508 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8509 M:      Rob Herring <robh+dt@kernel.org>
8510 M:      Frank Rowand <frowand.list@gmail.com>
8511 L:      devicetree@vger.kernel.org
8512 W:      http://www.devicetree.org/
8513 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8514 S:      Maintained
8515 F:      drivers/of/
8516 F:      include/linux/of*.h
8517 F:      scripts/dtc/
8518
8519 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8520 M:      Rob Herring <robh+dt@kernel.org>
8521 M:      Mark Rutland <mark.rutland@arm.com>
8522 L:      devicetree@vger.kernel.org
8523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8524 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
8525 S:      Maintained
8526 F:      Documentation/devicetree/
8527 F:      arch/*/boot/dts/
8528 F:      include/dt-bindings/
8529
8530 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8531 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8532 L:      devicetree@vger.kernel.org
8533 S:      Maintained
8534 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8535 F:      Documentation/devicetree/overlay-notes.txt
8536 F:      drivers/of/overlay.c
8537 F:      drivers/of/resolver.c
8538
8539 OPENRISC ARCHITECTURE
8540 M:      Jonas Bonn <jonas@southpole.se>
8541 W:      http://openrisc.net
8542 S:      Maintained
8543 T:      git git://openrisc.net/~jonas/linux
8544 F:      arch/openrisc/
8545
8546 OPENVSWITCH
8547 M:      Pravin Shelar <pshelar@nicira.com>
8548 L:      netdev@vger.kernel.org
8549 L:      dev@openvswitch.org
8550 W:      http://openvswitch.org
8551 S:      Maintained
8552 F:      net/openvswitch/
8553 F:      include/uapi/linux/openvswitch.h
8554
8555 OPERATING PERFORMANCE POINTS (OPP)
8556 M:      Viresh Kumar <vireshk@kernel.org>
8557 M:      Nishanth Menon <nm@ti.com>
8558 M:      Stephen Boyd <sboyd@codeaurora.org>
8559 L:      linux-pm@vger.kernel.org
8560 S:      Maintained
8561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8562 F:      drivers/base/power/opp/
8563 F:      include/linux/pm_opp.h
8564 F:      Documentation/power/opp.txt
8565 F:      Documentation/devicetree/bindings/opp/
8566
8567 OPL4 DRIVER
8568 M:      Clemens Ladisch <clemens@ladisch.de>
8569 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8570 T:      git git://git.alsa-project.org/alsa-kernel.git
8571 S:      Maintained
8572 F:      sound/drivers/opl4/
8573
8574 OPROFILE
8575 M:      Robert Richter <rric@kernel.org>
8576 L:      oprofile-list@lists.sf.net
8577 S:      Maintained
8578 F:      arch/*/include/asm/oprofile*.h
8579 F:      arch/*/oprofile/
8580 F:      drivers/oprofile/
8581 F:      include/linux/oprofile.h
8582
8583 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8584 M:      Mark Fasheh <mfasheh@suse.com>
8585 M:      Joel Becker <jlbec@evilplan.org>
8586 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8587 W:      http://ocfs2.wiki.kernel.org
8588 S:      Supported
8589 F:      Documentation/filesystems/ocfs2.txt
8590 F:      Documentation/filesystems/dlmfs.txt
8591 F:      fs/ocfs2/
8592
8593 ORINOCO DRIVER
8594 L:      linux-wireless@vger.kernel.org
8595 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8596 W:      http://www.nongnu.org/orinoco/
8597 S:      Orphan
8598 F:      drivers/net/wireless/intersil/orinoco/
8599
8600 OSD LIBRARY and FILESYSTEM
8601 M:      Boaz Harrosh <ooo@electrozaur.com>
8602 M:      Benny Halevy <bhalevy@primarydata.com>
8603 L:      osd-dev@open-osd.org
8604 W:      http://open-osd.org
8605 T:      git git://git.open-osd.org/open-osd.git
8606 S:      Maintained
8607 F:      drivers/scsi/osd/
8608 F:      include/scsi/osd_*
8609 F:      fs/exofs/
8610
8611 OVERLAY FILESYSTEM
8612 M:      Miklos Szeredi <miklos@szeredi.hu>
8613 L:      linux-unionfs@vger.kernel.org
8614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8615 S:      Supported
8616 F:      fs/overlayfs/
8617 F:      Documentation/filesystems/overlayfs.txt
8618
8619 ORANGEFS FILESYSTEM
8620 M:      Mike Marshall <hubcap@omnibond.com>
8621 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
8622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
8623 S:      Supported
8624 F:      fs/orangefs/
8625 F:      Documentation/filesystems/orangefs.txt
8626
8627 P54 WIRELESS DRIVER
8628 M:      Christian Lamparter <chunkeey@googlemail.com>
8629 L:      linux-wireless@vger.kernel.org
8630 W:      http://wireless.kernel.org/en/users/Drivers/p54
8631 S:      Maintained
8632 F:      drivers/net/wireless/intersil/p54/
8633
8634 PA SEMI ETHERNET DRIVER
8635 M:      Olof Johansson <olof@lixom.net>
8636 L:      netdev@vger.kernel.org
8637 S:      Maintained
8638 F:      drivers/net/ethernet/pasemi/*
8639
8640 PA SEMI SMBUS DRIVER
8641 M:      Olof Johansson <olof@lixom.net>
8642 L:      linux-i2c@vger.kernel.org
8643 S:      Maintained
8644 F:      drivers/i2c/busses/i2c-pasemi.c
8645
8646 PADATA PARALLEL EXECUTION MECHANISM
8647 M:      Steffen Klassert <steffen.klassert@secunet.com>
8648 L:      linux-crypto@vger.kernel.org
8649 S:      Maintained
8650 F:      kernel/padata.c
8651 F:      include/linux/padata.h
8652 F:      Documentation/padata.txt
8653
8654 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8655 M:      Harald Welte <laforge@gnumonks.org>
8656 L:      platform-driver-x86@vger.kernel.org
8657 S:      Maintained
8658 F:      drivers/platform/x86/panasonic-laptop.c
8659
8660 PANASONIC MN10300/AM33/AM34 PORT
8661 M:      David Howells <dhowells@redhat.com>
8662 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
8663 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8664 S:      Maintained
8665 F:      Documentation/mn10300/
8666 F:      arch/mn10300/
8667
8668 PARALLEL LCD/KEYPAD PANEL DRIVER
8669 M:      Willy Tarreau <willy@haproxy.com>
8670 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
8671 S:      Odd Fixes
8672 F:      Documentation/misc-devices/lcd-panel-cgram.txt
8673 F:      drivers/misc/panel.c
8674
8675 PARALLEL PORT SUBSYSTEM
8676 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8677 M:      Sudip Mukherjee <sudip@vectorindia.org>
8678 L:      linux-parport@lists.infradead.org (subscribers-only)
8679 S:      Maintained
8680 F:      drivers/parport/
8681 F:      include/linux/parport*.h
8682 F:      drivers/char/ppdev.c
8683 F:      include/uapi/linux/ppdev.h
8684 F:      Documentation/parport*.txt
8685
8686 PARAVIRT_OPS INTERFACE
8687 M:      Jeremy Fitzhardinge <jeremy@goop.org>
8688 M:      Chris Wright <chrisw@sous-sol.org>
8689 M:      Alok Kataria <akataria@vmware.com>
8690 M:      Rusty Russell <rusty@rustcorp.com.au>
8691 L:      virtualization@lists.linux-foundation.org
8692 S:      Supported
8693 F:      Documentation/virtual/paravirt_ops.txt
8694 F:      arch/*/kernel/paravirt*
8695 F:      arch/*/include/asm/paravirt.h
8696
8697 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8698 M:      Tim Waugh <tim@cyberelk.net>
8699 L:      linux-parport@lists.infradead.org (subscribers-only)
8700 S:      Maintained
8701 F:      Documentation/blockdev/paride.txt
8702 F:      drivers/block/paride/
8703
8704 PARISC ARCHITECTURE
8705 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
8706 M:      Helge Deller <deller@gmx.de>
8707 L:      linux-parisc@vger.kernel.org
8708 W:      http://www.parisc-linux.org/
8709 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
8710 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8711 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8712 S:      Maintained
8713 F:      arch/parisc/
8714 F:      Documentation/parisc/
8715 F:      drivers/parisc/
8716 F:      drivers/char/agp/parisc-agp.c
8717 F:      drivers/input/serio/gscps2.c
8718 F:      drivers/parport/parport_gsc.*
8719 F:      drivers/tty/serial/8250/8250_gsc.c
8720 F:      drivers/video/fbdev/sti*
8721 F:      drivers/video/console/sti*
8722 F:      drivers/video/logo/logo_parisc*
8723
8724 PC87360 HARDWARE MONITORING DRIVER
8725 M:      Jim Cromie <jim.cromie@gmail.com>
8726 L:      linux-hwmon@vger.kernel.org
8727 S:      Maintained
8728 F:      Documentation/hwmon/pc87360
8729 F:      drivers/hwmon/pc87360.c
8730
8731 PC8736x GPIO DRIVER
8732 M:      Jim Cromie <jim.cromie@gmail.com>
8733 S:      Maintained
8734 F:      drivers/char/pc8736x_gpio.c
8735
8736 PC87427 HARDWARE MONITORING DRIVER
8737 M:      Jean Delvare <jdelvare@suse.com>
8738 L:      linux-hwmon@vger.kernel.org
8739 S:      Maintained
8740 F:      Documentation/hwmon/pc87427
8741 F:      drivers/hwmon/pc87427.c
8742
8743 PCA9532 LED DRIVER
8744 M:      Riku Voipio <riku.voipio@iki.fi>
8745 S:      Maintained
8746 F:      drivers/leds/leds-pca9532.c
8747 F:      include/linux/leds-pca9532.h
8748
8749 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8750 M:      Guenter Roeck <linux@roeck-us.net>
8751 L:      linux-i2c@vger.kernel.org
8752 S:      Maintained
8753 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8754
8755 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8756 M:      Khalid Aziz <khalid@gonehiking.org>
8757 S:      Maintained
8758 F:      drivers/firmware/pcdp.*
8759
8760 PCI ERROR RECOVERY
8761 M:      Linas Vepstas <linasvepstas@gmail.com>
8762 L:      linux-pci@vger.kernel.org
8763 S:      Supported
8764 F:      Documentation/PCI/pci-error-recovery.txt
8765
8766 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
8767 M:      Russell Currey <ruscur@russell.cc>
8768 L:      linuxppc-dev@lists.ozlabs.org
8769 S:      Supported
8770 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
8771 F:      arch/powerpc/kernel/eeh*.c
8772 F:      arch/powerpc/platforms/*/eeh*.c
8773 F:      arch/powerpc/include/*/eeh*.h
8774
8775 PCI SUBSYSTEM
8776 M:      Bjorn Helgaas <bhelgaas@google.com>
8777 L:      linux-pci@vger.kernel.org
8778 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8779 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8780 S:      Supported
8781 F:      Documentation/PCI/
8782 F:      drivers/pci/
8783 F:      include/linux/pci*
8784 F:      arch/x86/pci/
8785 F:      arch/x86/kernel/quirks.c
8786
8787 PCI DRIVER FOR ALTERA PCIE IP
8788 M:      Ley Foon Tan <lftan@altera.com>
8789 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8790 L:      linux-pci@vger.kernel.org
8791 S:      Supported
8792 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
8793 F:      drivers/pci/host/pcie-altera.c
8794
8795 PCI DRIVER FOR ARM VERSATILE PLATFORM
8796 M:      Rob Herring <robh@kernel.org>
8797 L:      linux-pci@vger.kernel.org
8798 L:      linux-arm-kernel@lists.infradead.org
8799 S:      Maintained
8800 F:      Documentation/devicetree/bindings/pci/versatile.txt
8801 F:      drivers/pci/host/pci-versatile.c
8802
8803 PCI DRIVER FOR APPLIEDMICRO XGENE
8804 M:      Tanmay Inamdar <tinamdar@apm.com>
8805 L:      linux-pci@vger.kernel.org
8806 L:      linux-arm-kernel@lists.infradead.org
8807 S:      Maintained
8808 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8809 F:      drivers/pci/host/pci-xgene.c
8810
8811 PCI DRIVER FOR FREESCALE LAYERSCAPE
8812 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8813 M:      Mingkai Hu <mingkai.hu@freescale.com>
8814 M:      Roy Zang <tie-fei.zang@freescale.com>
8815 L:      linuxppc-dev@lists.ozlabs.org
8816 L:      linux-pci@vger.kernel.org
8817 L:      linux-arm-kernel@lists.infradead.org
8818 S:      Maintained
8819 F:      drivers/pci/host/*layerscape*
8820
8821 PCI DRIVER FOR IMX6
8822 M:      Richard Zhu <Richard.Zhu@freescale.com>
8823 M:      Lucas Stach <l.stach@pengutronix.de>
8824 L:      linux-pci@vger.kernel.org
8825 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8826 S:      Maintained
8827 F:      drivers/pci/host/*imx6*
8828
8829 PCI DRIVER FOR TI KEYSTONE
8830 M:      Murali Karicheri <m-karicheri2@ti.com>
8831 L:      linux-pci@vger.kernel.org
8832 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8833 S:      Maintained
8834 F:      drivers/pci/host/*keystone*
8835
8836 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8837 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8838 M:      Jason Cooper <jason@lakedaemon.net>
8839 L:      linux-pci@vger.kernel.org
8840 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8841 S:      Maintained
8842 F:      drivers/pci/host/*mvebu*
8843
8844 PCI DRIVER FOR NVIDIA TEGRA
8845 M:      Thierry Reding <thierry.reding@gmail.com>
8846 L:      linux-tegra@vger.kernel.org
8847 L:      linux-pci@vger.kernel.org
8848 S:      Supported
8849 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8850 F:      drivers/pci/host/pci-tegra.c
8851
8852 PCI DRIVER FOR TI DRA7XX
8853 M:      Kishon Vijay Abraham I <kishon@ti.com>
8854 L:      linux-omap@vger.kernel.org
8855 L:      linux-pci@vger.kernel.org
8856 S:      Supported
8857 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8858 F:      drivers/pci/host/pci-dra7xx.c
8859
8860 PCI DRIVER FOR RENESAS R-CAR
8861 M:      Simon Horman <horms@verge.net.au>
8862 L:      linux-pci@vger.kernel.org
8863 L:      linux-renesas-soc@vger.kernel.org
8864 S:      Maintained
8865 F:      drivers/pci/host/*rcar*
8866
8867 PCI DRIVER FOR SAMSUNG EXYNOS
8868 M:      Jingoo Han <jingoohan1@gmail.com>
8869 L:      linux-pci@vger.kernel.org
8870 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8871 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8872 S:      Maintained
8873 F:      drivers/pci/host/pci-exynos.c
8874
8875 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8876 M:      Jingoo Han <jingoohan1@gmail.com>
8877 M:      Pratyush Anand <pratyush.anand@gmail.com>
8878 L:      linux-pci@vger.kernel.org
8879 S:      Maintained
8880 F:      drivers/pci/host/*designware*
8881
8882 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
8883 M:      Joao Pinto <jpinto@synopsys.com>
8884 L:      linux-pci@vger.kernel.org
8885 S:      Maintained
8886 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
8887 F:      drivers/pci/host/pcie-designware-plat.c
8888
8889 PCI DRIVER FOR GENERIC OF HOSTS
8890 M:      Will Deacon <will.deacon@arm.com>
8891 L:      linux-pci@vger.kernel.org
8892 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8893 S:      Maintained
8894 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8895 F:      drivers/pci/host/pci-host-common.c
8896 F:      drivers/pci/host/pci-host-generic.c
8897
8898 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8899 M:      Keith Busch <keith.busch@intel.com>
8900 L:      linux-pci@vger.kernel.org
8901 S:      Supported
8902 F:      arch/x86/pci/vmd.c
8903
8904 PCIE DRIVER FOR ST SPEAR13XX
8905 M:      Pratyush Anand <pratyush.anand@gmail.com>
8906 L:      linux-pci@vger.kernel.org
8907 S:      Maintained
8908 F:      drivers/pci/host/*spear*
8909
8910 PCI MSI DRIVER FOR ALTERA MSI IP
8911 M:      Ley Foon Tan <lftan@altera.com>
8912 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8913 L:      linux-pci@vger.kernel.org
8914 S:      Supported
8915 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8916 F:      drivers/pci/host/pcie-altera-msi.c
8917
8918 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8919 M:      Duc Dang <dhdang@apm.com>
8920 L:      linux-pci@vger.kernel.org
8921 L:      linux-arm-kernel@lists.infradead.org
8922 S:      Maintained
8923 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8924 F:      drivers/pci/host/pci-xgene-msi.c
8925
8926 PCIE DRIVER FOR HISILICON
8927 M:      Zhou Wang <wangzhou1@hisilicon.com>
8928 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
8929 L:      linux-pci@vger.kernel.org
8930 S:      Maintained
8931 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8932 F:      drivers/pci/host/pcie-hisi.c
8933
8934 PCIE DRIVER FOR QUALCOMM MSM
8935 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
8936 L:     linux-pci@vger.kernel.org
8937 L:     linux-arm-msm@vger.kernel.org
8938 S:     Maintained
8939 F:     drivers/pci/host/*qcom*
8940
8941 PCIE DRIVER FOR CAVIUM THUNDERX
8942 M:      David Daney <david.daney@cavium.com>
8943 L:      linux-pci@vger.kernel.org
8944 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8945 S:      Supported
8946 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
8947 F:      drivers/pci/host/pci-thunder-*
8948
8949 PCMCIA SUBSYSTEM
8950 P:      Linux PCMCIA Team
8951 L:      linux-pcmcia@lists.infradead.org
8952 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8954 S:      Maintained
8955 F:      Documentation/pcmcia/
8956 F:      drivers/pcmcia/
8957 F:      include/pcmcia/
8958
8959 PCNET32 NETWORK DRIVER
8960 M:      Don Fry <pcnet32@frontier.com>
8961 L:      netdev@vger.kernel.org
8962 S:      Maintained
8963 F:      drivers/net/ethernet/amd/pcnet32.c
8964
8965 PCRYPT PARALLEL CRYPTO ENGINE
8966 M:      Steffen Klassert <steffen.klassert@secunet.com>
8967 L:      linux-crypto@vger.kernel.org
8968 S:      Maintained
8969 F:      crypto/pcrypt.c
8970 F:      include/crypto/pcrypt.h
8971
8972 PER-CPU MEMORY ALLOCATOR
8973 M:      Tejun Heo <tj@kernel.org>
8974 M:      Christoph Lameter <cl@linux.com>
8975 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8976 S:      Maintained
8977 F:      include/linux/percpu*.h
8978 F:      mm/percpu*.c
8979 F:      arch/*/include/asm/percpu.h
8980
8981 PER-TASK DELAY ACCOUNTING
8982 M:      Balbir Singh <bsingharora@gmail.com>
8983 S:      Maintained
8984 F:      include/linux/delayacct.h
8985 F:      kernel/delayacct.c
8986
8987 PERFORMANCE EVENTS SUBSYSTEM
8988 M:      Peter Zijlstra <peterz@infradead.org>
8989 M:      Ingo Molnar <mingo@redhat.com>
8990 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8991 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
8992 L:      linux-kernel@vger.kernel.org
8993 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8994 S:      Supported
8995 F:      kernel/events/*
8996 F:      include/linux/perf_event.h
8997 F:      include/uapi/linux/perf_event.h
8998 F:      arch/*/kernel/perf_event*.c
8999 F:      arch/*/kernel/*/perf_event*.c
9000 F:      arch/*/kernel/*/*/perf_event*.c
9001 F:      arch/*/include/asm/perf_event.h
9002 F:      arch/*/kernel/perf_callchain.c
9003 F:      arch/*/events/*
9004 F:      tools/perf/
9005
9006 PERSONALITY HANDLING
9007 M:      Christoph Hellwig <hch@infradead.org>
9008 L:      linux-abi-devel@lists.sourceforge.net
9009 S:      Maintained
9010 F:      include/linux/personality.h
9011 F:      include/uapi/linux/personality.h
9012
9013 PHONET PROTOCOL
9014 M:      Remi Denis-Courmont <courmisch@gmail.com>
9015 S:      Supported
9016 F:      Documentation/networking/phonet.txt
9017 F:      include/linux/phonet.h
9018 F:      include/net/phonet/
9019 F:      include/uapi/linux/phonet.h
9020 F:      net/phonet/
9021
9022 PHRAM MTD DRIVER
9023 M:      Joern Engel <joern@lazybastard.org>
9024 L:      linux-mtd@lists.infradead.org
9025 S:      Maintained
9026 F:      drivers/mtd/devices/phram.c
9027
9028 PICOLCD HID DRIVER
9029 M:      Bruno Prémont <bonbons@linux-vserver.org>
9030 L:      linux-input@vger.kernel.org
9031 S:      Maintained
9032 F:      drivers/hid/hid-picolcd*
9033
9034 PICOXCELL SUPPORT
9035 M:      Jamie Iles <jamie@jamieiles.com>
9036 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9037 T:      git git://github.com/jamieiles/linux-2.6-ji.git
9038 S:      Supported
9039 F:      arch/arm/boot/dts/picoxcell*
9040 F:      arch/arm/mach-picoxcell/
9041 F:      drivers/crypto/picoxcell*
9042
9043 PIN CONTROL SUBSYSTEM
9044 M:      Linus Walleij <linus.walleij@linaro.org>
9045 L:      linux-gpio@vger.kernel.org
9046 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9047 S:      Maintained
9048 F:      Documentation/devicetree/bindings/pinctrl/
9049 F:      Documentation/pinctrl.txt
9050 F:      drivers/pinctrl/
9051 F:      include/linux/pinctrl/
9052
9053 PIN CONTROLLER - ATMEL AT91
9054 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9055 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9056 S:      Maintained
9057 F:      drivers/pinctrl/pinctrl-at91.*
9058
9059 PIN CONTROLLER - ATMEL AT91 PIO4
9060 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
9061 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9062 L:      linux-gpio@vger.kernel.org
9063 S:      Supported
9064 F:      drivers/pinctrl/pinctrl-at91-pio4.*
9065
9066 PIN CONTROLLER - INTEL
9067 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9068 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
9069 S:      Maintained
9070 F:      drivers/pinctrl/intel/
9071
9072 PIN CONTROLLER - RENESAS
9073 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9074 M:      Geert Uytterhoeven <geert+renesas@glider.be>
9075 L:      linux-renesas-soc@vger.kernel.org
9076 S:      Maintained
9077 F:      drivers/pinctrl/sh-pfc/
9078
9079 PIN CONTROLLER - SAMSUNG
9080 M:      Tomasz Figa <tomasz.figa@gmail.com>
9081 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9082 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9083 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9084 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9085 S:      Maintained
9086 F:      drivers/pinctrl/samsung/
9087
9088 PIN CONTROLLER - SINGLE
9089 M:      Tony Lindgren <tony@atomide.com>
9090 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
9091 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9092 L:      linux-omap@vger.kernel.org
9093 S:      Maintained
9094 F:      drivers/pinctrl/pinctrl-single.c
9095
9096 PIN CONTROLLER - ST SPEAR
9097 M:      Viresh Kumar <vireshk@kernel.org>
9098 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9099 W:      http://www.st.com/spear
9100 S:      Maintained
9101 F:      drivers/pinctrl/spear/
9102
9103 PKTCDVD DRIVER
9104 M:      Jiri Kosina <jikos@kernel.org>
9105 S:      Maintained
9106 F:      drivers/block/pktcdvd.c
9107 F:      include/linux/pktcdvd.h
9108 F:      include/uapi/linux/pktcdvd.h
9109
9110 PKUNITY SOC DRIVERS
9111 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9112 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9113 S:      Maintained
9114 T:      git git://github.com/gxt/linux.git
9115 F:      drivers/input/serio/i8042-unicore32io.h
9116 F:      drivers/i2c/busses/i2c-puv3.c
9117 F:      drivers/video/fbdev/fb-puv3.c
9118 F:      drivers/rtc/rtc-puv3.c
9119
9120 PMBUS HARDWARE MONITORING DRIVERS
9121 M:      Guenter Roeck <linux@roeck-us.net>
9122 L:      linux-hwmon@vger.kernel.org
9123 W:      http://hwmon.wiki.kernel.org/
9124 W:      http://www.roeck-us.net/linux/drivers/
9125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9126 S:      Maintained
9127 F:      Documentation/hwmon/pmbus
9128 F:      drivers/hwmon/pmbus/
9129 F:      include/linux/i2c/pmbus.h
9130
9131 PMC SIERRA MaxRAID DRIVER
9132 L:      linux-scsi@vger.kernel.org
9133 W:      http://www.pmc-sierra.com/
9134 S:      Orphan
9135 F:      drivers/scsi/pmcraid.*
9136
9137 PMC SIERRA PM8001 DRIVER
9138 M:      Jack Wang <jinpu.wang@profitbricks.com>
9139 M:      lindar_liu@usish.com
9140 L:      pmchba@pmcs.com
9141 L:      linux-scsi@vger.kernel.org
9142 S:      Supported
9143 F:      drivers/scsi/pm8001/
9144
9145 POSIX CLOCKS and TIMERS
9146 M:      Thomas Gleixner <tglx@linutronix.de>
9147 L:      linux-kernel@vger.kernel.org
9148 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9149 S:      Maintained
9150 F:      fs/timerfd.c
9151 F:      include/linux/timer*
9152 F:      kernel/time/*timer*
9153
9154 POWER MANAGEMENT CORE
9155 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9156 L:      linux-pm@vger.kernel.org
9157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9158 S:      Supported
9159 F:      drivers/base/power/
9160 F:      include/linux/pm.h
9161 F:      include/linux/pm_*
9162 F:      include/linux/powercap.h
9163 F:      drivers/powercap/
9164
9165 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9166 M:      Sebastian Reichel <sre@kernel.org>
9167 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
9168 M:      David Woodhouse <dwmw2@infradead.org>
9169 L:      linux-pm@vger.kernel.org
9170 T:      git git://git.infradead.org/battery-2.6.git
9171 S:      Maintained
9172 F:      Documentation/devicetree/bindings/power/
9173 F:      Documentation/devicetree/bindings/power_supply/
9174 F:      include/linux/power_supply.h
9175 F:      drivers/power/
9176 X:      drivers/power/avs/
9177
9178 POWER STATE COORDINATION INTERFACE (PSCI)
9179 M:      Mark Rutland <mark.rutland@arm.com>
9180 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9181 L:      linux-arm-kernel@lists.infradead.org
9182 S:      Maintained
9183 F:      drivers/firmware/psci.c
9184 F:      include/linux/psci.h
9185 F:      include/uapi/linux/psci.h
9186
9187 PNP SUPPORT
9188 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9189 S:      Maintained
9190 F:      drivers/pnp/
9191
9192 PPP PROTOCOL DRIVERS AND COMPRESSORS
9193 M:      Paul Mackerras <paulus@samba.org>
9194 L:      linux-ppp@vger.kernel.org
9195 S:      Maintained
9196 F:      drivers/net/ppp/ppp_*
9197
9198 PPP OVER ATM (RFC 2364)
9199 M:      Mitchell Blank Jr <mitch@sfgoth.com>
9200 S:      Maintained
9201 F:      net/atm/pppoatm.c
9202 F:      include/uapi/linux/atmppp.h
9203
9204 PPP OVER ETHERNET
9205 M:      Michal Ostrowski <mostrows@earthlink.net>
9206 S:      Maintained
9207 F:      drivers/net/ppp/pppoe.c
9208 F:      drivers/net/ppp/pppox.c
9209
9210 PPP OVER L2TP
9211 M:      James Chapman <jchapman@katalix.com>
9212 S:      Maintained
9213 F:      net/l2tp/l2tp_ppp.c
9214 F:      include/linux/if_pppol2tp.h
9215 F:      include/uapi/linux/if_pppol2tp.h
9216
9217 PPS SUPPORT
9218 M:      Rodolfo Giometti <giometti@enneenne.com>
9219 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
9220 L:      linuxpps@ml.enneenne.com (subscribers-only)
9221 S:      Maintained
9222 F:      Documentation/pps/
9223 F:      drivers/pps/
9224 F:      include/linux/pps*.h
9225
9226 PPTP DRIVER
9227 M:      Dmitry Kozlov <xeb@mail.ru>
9228 L:      netdev@vger.kernel.org
9229 S:      Maintained
9230 F:      drivers/net/ppp/pptp.c
9231 W:      http://sourceforge.net/projects/accel-pptp
9232
9233 PREEMPTIBLE KERNEL
9234 M:      Robert Love <rml@tech9.net>
9235 L:      kpreempt-tech@lists.sourceforge.net
9236 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9237 S:      Supported
9238 F:      Documentation/preempt-locking.txt
9239 F:      include/linux/preempt.h
9240
9241 PRISM54 WIRELESS DRIVER
9242 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
9243 L:      linux-wireless@vger.kernel.org
9244 W:      http://wireless.kernel.org/en/users/Drivers/p54
9245 S:      Obsolete
9246 F:      drivers/net/wireless/intersil/prism54/
9247
9248 PS3 NETWORK SUPPORT
9249 M:      Geoff Levand <geoff@infradead.org>
9250 L:      netdev@vger.kernel.org
9251 L:      linuxppc-dev@lists.ozlabs.org
9252 S:      Maintained
9253 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
9254
9255 PS3 PLATFORM SUPPORT
9256 M:      Geoff Levand <geoff@infradead.org>
9257 L:      linuxppc-dev@lists.ozlabs.org
9258 S:      Maintained
9259 F:      arch/powerpc/boot/ps3*
9260 F:      arch/powerpc/include/asm/lv1call.h
9261 F:      arch/powerpc/include/asm/ps3*.h
9262 F:      arch/powerpc/platforms/ps3/
9263 F:      drivers/*/ps3*
9264 F:      drivers/ps3/
9265 F:      drivers/rtc/rtc-ps3.c
9266 F:      drivers/usb/host/*ps3.c
9267 F:      sound/ppc/snd_ps3*
9268
9269 PS3VRAM DRIVER
9270 M:      Jim Paris <jim@jtan.com>
9271 M:      Geoff Levand <geoff@infradead.org>
9272 L:      linuxppc-dev@lists.ozlabs.org
9273 S:      Maintained
9274 F:      drivers/block/ps3vram.c
9275
9276 PSTORE FILESYSTEM
9277 M:      Anton Vorontsov <anton@enomsg.org>
9278 M:      Colin Cross <ccross@android.com>
9279 M:      Kees Cook <keescook@chromium.org>
9280 M:      Tony Luck <tony.luck@intel.com>
9281 S:      Maintained
9282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9283 F:      fs/pstore/
9284 F:      include/linux/pstore*
9285 F:      drivers/firmware/efi/efi-pstore.c
9286 F:      drivers/acpi/apei/erst.c
9287
9288 PTP HARDWARE CLOCK SUPPORT
9289 M:      Richard Cochran <richardcochran@gmail.com>
9290 L:      netdev@vger.kernel.org
9291 S:      Maintained
9292 W:      http://linuxptp.sourceforge.net/
9293 F:      Documentation/ABI/testing/sysfs-ptp
9294 F:      Documentation/ptp/*
9295 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9296 F:      drivers/net/phy/dp83640*
9297 F:      drivers/ptp/*
9298 F:      include/linux/ptp_cl*
9299
9300 PTRACE SUPPORT
9301 M:      Roland McGrath <roland@hack.frob.com>
9302 M:      Oleg Nesterov <oleg@redhat.com>
9303 S:      Maintained
9304 F:      include/asm-generic/syscall.h
9305 F:      include/linux/ptrace.h
9306 F:      include/linux/regset.h
9307 F:      include/linux/tracehook.h
9308 F:      include/uapi/linux/ptrace.h
9309 F:      kernel/ptrace.c
9310
9311 PULSE8-CEC DRIVER
9312 M:      Hans Verkuil <hverkuil@xs4all.nl>
9313 L:      linux-media@vger.kernel.org
9314 T:      git git://linuxtv.org/media_tree.git
9315 S:      Maintained
9316 F:      drivers/staging/media/pulse8-cec
9317
9318 PVRUSB2 VIDEO4LINUX DRIVER
9319 M:      Mike Isely <isely@pobox.com>
9320 L:      pvrusb2@isely.net       (subscribers-only)
9321 L:      linux-media@vger.kernel.org
9322 W:      http://www.isely.net/pvrusb2/
9323 T:      git git://linuxtv.org/media_tree.git
9324 S:      Maintained
9325 F:      Documentation/video4linux/README.pvrusb2
9326 F:      drivers/media/usb/pvrusb2/
9327
9328 PWC WEBCAM DRIVER
9329 M:      Hans Verkuil <hverkuil@xs4all.nl>
9330 L:      linux-media@vger.kernel.org
9331 T:      git git://linuxtv.org/media_tree.git
9332 S:      Odd Fixes
9333 F:      drivers/media/usb/pwc/*
9334
9335 PWM FAN DRIVER
9336 M:      Kamil Debski <k.debski@samsung.com>
9337 L:      linux-hwmon@vger.kernel.org
9338 S:      Supported
9339 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9340 F:      Documentation/hwmon/pwm-fan
9341 F:      drivers/hwmon/pwm-fan.c
9342
9343 PWM SUBSYSTEM
9344 M:      Thierry Reding <thierry.reding@gmail.com>
9345 L:      linux-pwm@vger.kernel.org
9346 S:      Maintained
9347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9348 F:      Documentation/pwm.txt
9349 F:      Documentation/devicetree/bindings/pwm/
9350 F:      include/linux/pwm.h
9351 F:      drivers/pwm/
9352 F:      drivers/video/backlight/pwm_bl.c
9353 F:      include/linux/pwm_backlight.h
9354
9355 PXA2xx/PXA3xx SUPPORT
9356 M:      Daniel Mack <daniel@zonque.org>
9357 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9358 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9359 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9360 T:      git git://github.com/hzhuang1/linux.git
9361 T:      git git://github.com/rjarzmik/linux.git
9362 S:      Maintained
9363 F:      arch/arm/boot/dts/pxa*
9364 F:      arch/arm/mach-pxa/
9365 F:      drivers/dma/pxa*
9366 F:      drivers/pcmcia/pxa2xx*
9367 F:      drivers/pinctrl/pxa/
9368 F:      drivers/spi/spi-pxa2xx*
9369 F:      drivers/usb/gadget/udc/pxa2*
9370 F:      include/sound/pxa2xx-lib.h
9371 F:      sound/arm/pxa*
9372 F:      sound/soc/pxa/
9373
9374 PXA GPIO DRIVER
9375 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9376 L:      linux-gpio@vger.kernel.org
9377 S:      Maintained
9378 F:      drivers/gpio/gpio-pxa.c
9379
9380 PXA3xx NAND FLASH DRIVER
9381 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9382 L:      linux-mtd@lists.infradead.org
9383 S:      Maintained
9384 F:      drivers/mtd/nand/pxa3xx_nand.c
9385
9386 MMP SUPPORT
9387 M:      Eric Miao <eric.y.miao@gmail.com>
9388 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9389 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9390 T:      git git://github.com/hzhuang1/linux.git
9391 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
9392 S:      Maintained
9393 F:      arch/arm/boot/dts/mmp*
9394 F:      arch/arm/mach-mmp/
9395
9396 PXA MMCI DRIVER
9397 S:      Orphan
9398
9399 PXA RTC DRIVER
9400 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9401 L:      rtc-linux@googlegroups.com
9402 S:      Maintained
9403
9404 QAT DRIVER
9405 M:      Giovanni Cabiddu <giovanni.cabiddu@intel.com>
9406 M:      Salvatore Benedetto <salvatore.benedetto@intel.com>
9407 L:      qat-linux@intel.com
9408 S:      Supported
9409 F:      drivers/crypto/qat/
9410
9411 QIB DRIVER
9412 M:      Mike Marciniszyn <infinipath@intel.com>
9413 L:      linux-rdma@vger.kernel.org
9414 S:      Supported
9415 F:      drivers/infiniband/hw/qib/
9416
9417 QLOGIC QLA1280 SCSI DRIVER
9418 M:      Michael Reed <mdr@sgi.com>
9419 L:      linux-scsi@vger.kernel.org
9420 S:      Maintained
9421 F:      drivers/scsi/qla1280.[ch]
9422
9423 QLOGIC QLA2XXX FC-SCSI DRIVER
9424 M:      qla2xxx-upstream@qlogic.com
9425 L:      linux-scsi@vger.kernel.org
9426 S:      Supported
9427 F:      Documentation/scsi/LICENSE.qla2xxx
9428 F:      drivers/scsi/qla2xxx/
9429
9430 QLOGIC QLA4XXX iSCSI DRIVER
9431 M:      QLogic-Storage-Upstream@qlogic.com
9432 L:      linux-scsi@vger.kernel.org
9433 S:      Supported
9434 F:      Documentation/scsi/LICENSE.qla4xxx
9435 F:      drivers/scsi/qla4xxx/
9436
9437 QLOGIC QLA3XXX NETWORK DRIVER
9438 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
9439 M:      Ron Mercer <ron.mercer@qlogic.com>
9440 M:      linux-driver@qlogic.com
9441 L:      netdev@vger.kernel.org
9442 S:      Supported
9443 F:      Documentation/networking/LICENSE.qla3xxx
9444 F:      drivers/net/ethernet/qlogic/qla3xxx.*
9445
9446 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9447 M:      Dept-GELinuxNICDev@qlogic.com
9448 L:      netdev@vger.kernel.org
9449 S:      Supported
9450 F:      drivers/net/ethernet/qlogic/qlcnic/
9451
9452 QLOGIC QLGE 10Gb ETHERNET DRIVER
9453 M:      Harish Patil <harish.patil@qlogic.com>
9454 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
9455 M:      Dept-GELinuxNICDev@qlogic.com
9456 M:      linux-driver@qlogic.com
9457 L:      netdev@vger.kernel.org
9458 S:      Supported
9459 F:      drivers/net/ethernet/qlogic/qlge/
9460
9461 QLOGIC QL4xxx ETHERNET DRIVER
9462 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
9463 M:      Ariel Elior <Ariel.Elior@qlogic.com>
9464 M:      everest-linux-l2@qlogic.com
9465 L:      netdev@vger.kernel.org
9466 S:      Supported
9467 F:      drivers/net/ethernet/qlogic/qed/
9468 F:      include/linux/qed/
9469 F:      drivers/net/ethernet/qlogic/qede/
9470
9471 QNX4 FILESYSTEM
9472 M:      Anders Larsen <al@alarsen.net>
9473 W:      http://www.alarsen.net/linux/qnx4fs/
9474 S:      Maintained
9475 F:      fs/qnx4/
9476 F:      include/uapi/linux/qnx4_fs.h
9477 F:      include/uapi/linux/qnxtypes.h
9478
9479 QT1010 MEDIA DRIVER
9480 M:      Antti Palosaari <crope@iki.fi>
9481 L:      linux-media@vger.kernel.org
9482 W:      https://linuxtv.org
9483 W:      http://palosaari.fi/linux/
9484 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9485 T:      git git://linuxtv.org/anttip/media_tree.git
9486 S:      Maintained
9487 F:      drivers/media/tuners/qt1010*
9488
9489 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9490 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9491 L:      linux-wireless@vger.kernel.org
9492 L:      ath9k-devel@lists.ath9k.org
9493 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
9494 S:      Supported
9495 F:      drivers/net/wireless/ath/ath9k/
9496
9497 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9498 M:      Kalle Valo <kvalo@qca.qualcomm.com>
9499 L:      ath10k@lists.infradead.org
9500 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
9501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9502 S:      Supported
9503 F:      drivers/net/wireless/ath/ath10k/
9504
9505 QUALCOMM HEXAGON ARCHITECTURE
9506 M:      Richard Kuo <rkuo@codeaurora.org>
9507 L:      linux-hexagon@vger.kernel.org
9508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9509 S:      Supported
9510 F:      arch/hexagon/
9511
9512 QUALCOMM WCN36XX WIRELESS DRIVER
9513 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
9514 L:      wcn36xx@lists.infradead.org
9515 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
9516 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
9517 S:      Supported
9518 F:      drivers/net/wireless/ath/wcn36xx/
9519
9520 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9521 M:      Gabriel Somlo <somlo@cmu.edu>
9522 M:      "Michael S. Tsirkin" <mst@redhat.com>
9523 L:      qemu-devel@nongnu.org
9524 S:      Maintained
9525 F:      drivers/firmware/qemu_fw_cfg.c
9526
9527 RADOS BLOCK DEVICE (RBD)
9528 M:      Ilya Dryomov <idryomov@gmail.com>
9529 M:      Sage Weil <sage@redhat.com>
9530 M:      Alex Elder <elder@kernel.org>
9531 L:      ceph-devel@vger.kernel.org
9532 W:      http://ceph.com/
9533 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9534 T:      git git://github.com/ceph/ceph-client.git
9535 S:      Supported
9536 F:      Documentation/ABI/testing/sysfs-bus-rbd
9537 F:      drivers/block/rbd.c
9538 F:      drivers/block/rbd_types.h
9539
9540 RADEON FRAMEBUFFER DISPLAY DRIVER
9541 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
9542 L:      linux-fbdev@vger.kernel.org
9543 S:      Maintained
9544 F:      drivers/video/fbdev/aty/radeon*
9545 F:      include/uapi/linux/radeonfb.h
9546
9547 RADIOSHARK RADIO DRIVER
9548 M:      Hans Verkuil <hverkuil@xs4all.nl>
9549 L:      linux-media@vger.kernel.org
9550 T:      git git://linuxtv.org/media_tree.git
9551 S:      Maintained
9552 F:      drivers/media/radio/radio-shark.c
9553
9554 RADIOSHARK2 RADIO DRIVER
9555 M:      Hans Verkuil <hverkuil@xs4all.nl>
9556 L:      linux-media@vger.kernel.org
9557 T:      git git://linuxtv.org/media_tree.git
9558 S:      Maintained
9559 F:      drivers/media/radio/radio-shark2.c
9560 F:      drivers/media/radio/radio-tea5777.c
9561
9562 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9563 M:      Paul Mackerras <paulus@samba.org>
9564 L:      linux-fbdev@vger.kernel.org
9565 S:      Maintained
9566 F:      drivers/video/fbdev/aty/aty128fb.c
9567
9568 RALINK MIPS ARCHITECTURE
9569 M:      John Crispin <john@phrozen.org>
9570 L:      linux-mips@linux-mips.org
9571 S:      Maintained
9572 F:      arch/mips/ralink
9573
9574 RALINK RT2X00 WIRELESS LAN DRIVER
9575 P:      rt2x00 project
9576 M:      Stanislaw Gruszka <sgruszka@redhat.com>
9577 M:      Helmut Schaa <helmut.schaa@googlemail.com>
9578 L:      linux-wireless@vger.kernel.org
9579 S:      Maintained
9580 F:      drivers/net/wireless/ralink/rt2x00/
9581
9582 RAMDISK RAM BLOCK DEVICE DRIVER
9583 M:      Jens Axboe <axboe@kernel.dk>
9584 S:      Maintained
9585 F:      Documentation/blockdev/ramdisk.txt
9586 F:      drivers/block/brd.c
9587
9588 RANDOM NUMBER DRIVER
9589 M:      "Theodore Ts'o" <tytso@mit.edu>
9590 S:      Maintained
9591 F:      drivers/char/random.c
9592
9593 RAPIDIO SUBSYSTEM
9594 M:      Matt Porter <mporter@kernel.crashing.org>
9595 M:      Alexandre Bounine <alexandre.bounine@idt.com>
9596 S:      Maintained
9597 F:      drivers/rapidio/
9598
9599 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9600 L:      linux-wireless@vger.kernel.org
9601 S:      Orphan
9602 F:      drivers/net/wireless/ray*
9603
9604 RCUTORTURE MODULE
9605 M:      Josh Triplett <josh@joshtriplett.org>
9606 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9607 L:      linux-kernel@vger.kernel.org
9608 S:      Supported
9609 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9610 F:      Documentation/RCU/torture.txt
9611 F:      kernel/rcu/rcutorture.c
9612
9613 RCUTORTURE TEST FRAMEWORK
9614 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9615 M:      Josh Triplett <josh@joshtriplett.org>
9616 R:      Steven Rostedt <rostedt@goodmis.org>
9617 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9618 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9619 L:      linux-kernel@vger.kernel.org
9620 S:      Supported
9621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9622 F:      tools/testing/selftests/rcutorture
9623
9624 RDC R-321X SoC
9625 M:      Florian Fainelli <florian@openwrt.org>
9626 S:      Maintained
9627
9628 RDC R6040 FAST ETHERNET DRIVER
9629 M:      Florian Fainelli <florian@openwrt.org>
9630 L:      netdev@vger.kernel.org
9631 S:      Maintained
9632 F:      drivers/net/ethernet/rdc/r6040.c
9633
9634 RDS - RELIABLE DATAGRAM SOCKETS
9635 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
9636 L:      netdev@vger.kernel.org
9637 L:      linux-rdma@vger.kernel.org
9638 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
9639 W:      https://oss.oracle.com/projects/rds/
9640 S:      Supported
9641 F:      net/rds/
9642 F:      Documentation/networking/rds.txt
9643
9644 RDMAVT - RDMA verbs software
9645 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
9646 L:      linux-rdma@vger.kernel.org
9647 S:      Supported
9648 F:      drivers/infiniband/sw/rdmavt
9649
9650 READ-COPY UPDATE (RCU)
9651 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9652 M:      Josh Triplett <josh@joshtriplett.org>
9653 R:      Steven Rostedt <rostedt@goodmis.org>
9654 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9655 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9656 L:      linux-kernel@vger.kernel.org
9657 W:      http://www.rdrop.com/users/paulmck/RCU/
9658 S:      Supported
9659 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9660 F:      Documentation/RCU/
9661 X:      Documentation/RCU/torture.txt
9662 F:      include/linux/rcu*
9663 X:      include/linux/srcu.h
9664 F:      kernel/rcu/
9665 X:      kernel/torture.c
9666
9667 REAL TIME CLOCK (RTC) SUBSYSTEM
9668 M:      Alessandro Zummo <a.zummo@towertech.it>
9669 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
9670 L:      rtc-linux@googlegroups.com
9671 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
9672 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9673 S:      Maintained
9674 F:      Documentation/rtc.txt
9675 F:      drivers/rtc/
9676 F:      include/linux/rtc.h
9677 F:      include/uapi/linux/rtc.h
9678
9679 REALTEK AUDIO CODECS
9680 M:      Bard Liao <bardliao@realtek.com>
9681 M:      Oder Chiou <oder_chiou@realtek.com>
9682 S:      Maintained
9683 F:      sound/soc/codecs/rt*
9684 F:      include/sound/rt*.h
9685
9686 REISERFS FILE SYSTEM
9687 L:      reiserfs-devel@vger.kernel.org
9688 S:      Supported
9689 F:      fs/reiserfs/
9690
9691 REGISTER MAP ABSTRACTION
9692 M:      Mark Brown <broonie@kernel.org>
9693 L:      linux-kernel@vger.kernel.org
9694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9695 S:      Supported
9696 F:      Documentation/devicetree/bindings/regmap/
9697 F:      drivers/base/regmap/
9698 F:      include/linux/regmap.h
9699
9700 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9701 M:      Ohad Ben-Cohen <ohad@wizery.com>
9702 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9703 L:      linux-remoteproc@vger.kernel.org
9704 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9705 S:      Maintained
9706 F:      drivers/remoteproc/
9707 F:      Documentation/remoteproc.txt
9708 F:      include/linux/remoteproc.h
9709
9710 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9711 M:      Ohad Ben-Cohen <ohad@wizery.com>
9712 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9713 L:      linux-remoteproc@vger.kernel.org
9714 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9715 S:      Maintained
9716 F:      drivers/rpmsg/
9717 F:      Documentation/rpmsg.txt
9718 F:      include/linux/rpmsg.h
9719
9720 RENESAS ETHERNET DRIVERS
9721 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9722 L:      netdev@vger.kernel.org
9723 L:      linux-renesas-soc@vger.kernel.org
9724 F:      drivers/net/ethernet/renesas/
9725 F:      include/linux/sh_eth.h
9726
9727 RENESAS USB2 PHY DRIVER
9728 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9729 L:      linux-renesas-soc@vger.kernel.org
9730 S:      Maintained
9731 F:      drivers/phy/phy-rcar-gen3-usb2.c
9732
9733 RESET CONTROLLER FRAMEWORK
9734 M:      Philipp Zabel <p.zabel@pengutronix.de>
9735 T:      git git://git.pengutronix.de/git/pza/linux
9736 S:      Maintained
9737 F:      drivers/reset/
9738 F:      Documentation/devicetree/bindings/reset/
9739 F:      include/dt-bindings/reset/
9740 F:      include/linux/reset.h
9741 F:      include/linux/reset-controller.h
9742
9743 RFKILL
9744 M:      Johannes Berg <johannes@sipsolutions.net>
9745 L:      linux-wireless@vger.kernel.org
9746 W:      http://wireless.kernel.org/
9747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9749 S:      Maintained
9750 F:      Documentation/rfkill.txt
9751 F:      net/rfkill/
9752
9753 RHASHTABLE
9754 M:      Thomas Graf <tgraf@suug.ch>
9755 L:      netdev@vger.kernel.org
9756 S:      Maintained
9757 F:      lib/rhashtable.c
9758 F:      include/linux/rhashtable.h
9759
9760 RICOH SMARTMEDIA/XD DRIVER
9761 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9762 S:      Maintained
9763 F:      drivers/mtd/nand/r852.c
9764 F:      drivers/mtd/nand/r852.h
9765
9766 RICOH R5C592 MEMORYSTICK DRIVER
9767 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9768 S:      Maintained
9769 F:      drivers/memstick/host/r592.*
9770
9771 ROCCAT DRIVERS
9772 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
9773 W:      http://sourceforge.net/projects/roccat/
9774 S:      Maintained
9775 F:      drivers/hid/hid-roccat*
9776 F:      include/linux/hid-roccat*
9777 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
9778
9779 ROCKER DRIVER
9780 M:      Jiri Pirko <jiri@resnulli.us>
9781 M:      Scott Feldman <sfeldma@gmail.com>
9782 L:      netdev@vger.kernel.org
9783 S:      Supported
9784 F:      drivers/net/ethernet/rocker/
9785
9786 ROCKETPORT DRIVER
9787 P:      Comtrol Corp.
9788 W:      http://www.comtrol.com
9789 S:      Maintained
9790 F:      Documentation/serial/rocket.txt
9791 F:      drivers/tty/rocket*
9792
9793 ROCKETPORT EXPRESS/INFINITY DRIVER
9794 M:      Kevin Cernekee <cernekee@gmail.com>
9795 L:      linux-serial@vger.kernel.org
9796 S:      Odd Fixes
9797 F:      drivers/tty/serial/rp2.*
9798
9799 ROSE NETWORK LAYER
9800 M:      Ralf Baechle <ralf@linux-mips.org>
9801 L:      linux-hams@vger.kernel.org
9802 W:      http://www.linux-ax25.org/
9803 S:      Maintained
9804 F:      include/net/rose.h
9805 F:      include/uapi/linux/rose.h
9806 F:      net/rose/
9807
9808 RTL2830 MEDIA DRIVER
9809 M:      Antti Palosaari <crope@iki.fi>
9810 L:      linux-media@vger.kernel.org
9811 W:      https://linuxtv.org
9812 W:      http://palosaari.fi/linux/
9813 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9814 T:      git git://linuxtv.org/anttip/media_tree.git
9815 S:      Maintained
9816 F:      drivers/media/dvb-frontends/rtl2830*
9817
9818 RTL2832 MEDIA DRIVER
9819 M:      Antti Palosaari <crope@iki.fi>
9820 L:      linux-media@vger.kernel.org
9821 W:      https://linuxtv.org
9822 W:      http://palosaari.fi/linux/
9823 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9824 T:      git git://linuxtv.org/anttip/media_tree.git
9825 S:      Maintained
9826 F:      drivers/media/dvb-frontends/rtl2832*
9827
9828 RTL2832_SDR MEDIA DRIVER
9829 M:      Antti Palosaari <crope@iki.fi>
9830 L:      linux-media@vger.kernel.org
9831 W:      https://linuxtv.org
9832 W:      http://palosaari.fi/linux/
9833 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9834 T:      git git://linuxtv.org/anttip/media_tree.git
9835 S:      Maintained
9836 F:      drivers/media/dvb-frontends/rtl2832_sdr*
9837
9838 RTL8180 WIRELESS DRIVER
9839 L:      linux-wireless@vger.kernel.org
9840 W:      http://wireless.kernel.org/
9841 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9842 S:      Orphan
9843 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
9844
9845 RTL8187 WIRELESS DRIVER
9846 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9847 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
9848 M:      Larry Finger <Larry.Finger@lwfinger.net>
9849 L:      linux-wireless@vger.kernel.org
9850 W:      http://wireless.kernel.org/
9851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9852 S:      Maintained
9853 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
9854
9855 RTL8192CE WIRELESS DRIVER
9856 M:      Larry Finger <Larry.Finger@lwfinger.net>
9857 M:      Chaoming Li <chaoming_li@realsil.com.cn>
9858 L:      linux-wireless@vger.kernel.org
9859 W:      http://wireless.kernel.org/
9860 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9861 S:      Maintained
9862 F:      drivers/net/wireless/realtek/rtlwifi/
9863 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9864
9865 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9866 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9867 L:      linux-wireless@vger.kernel.org
9868 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
9869 S:      Maintained
9870 F:      drivers/net/wireless/realtek/rtl8xxxu/
9871
9872 S3 SAVAGE FRAMEBUFFER DRIVER
9873 M:      Antonino Daplas <adaplas@gmail.com>
9874 L:      linux-fbdev@vger.kernel.org
9875 S:      Maintained
9876 F:      drivers/video/fbdev/savage/
9877
9878 S390
9879 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
9880 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
9881 L:      linux-s390@vger.kernel.org
9882 W:      http://www.ibm.com/developerworks/linux/linux390/
9883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9884 S:      Supported
9885 F:      arch/s390/
9886 F:      drivers/s390/
9887 F:      Documentation/s390/
9888 F:      Documentation/DocBook/s390*
9889
9890 S390 COMMON I/O LAYER
9891 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9892 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9893 L:      linux-s390@vger.kernel.org
9894 W:      http://www.ibm.com/developerworks/linux/linux390/
9895 S:      Supported
9896 F:      drivers/s390/cio/
9897
9898 S390 DASD DRIVER
9899 M:      Stefan Weinhuber <wein@de.ibm.com>
9900 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
9901 L:      linux-s390@vger.kernel.org
9902 W:      http://www.ibm.com/developerworks/linux/linux390/
9903 S:      Supported
9904 F:      drivers/s390/block/dasd*
9905 F:      block/partitions/ibm.c
9906
9907 S390 NETWORK DRIVERS
9908 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9909 L:      linux-s390@vger.kernel.org
9910 W:      http://www.ibm.com/developerworks/linux/linux390/
9911 S:      Supported
9912 F:      drivers/s390/net/
9913
9914 S390 PCI SUBSYSTEM
9915 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9916 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9917 L:      linux-s390@vger.kernel.org
9918 W:      http://www.ibm.com/developerworks/linux/linux390/
9919 S:      Supported
9920 F:      arch/s390/pci/
9921 F:      drivers/pci/hotplug/s390_pci_hpc.c
9922
9923 S390 ZCRYPT DRIVER
9924 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9925 L:      linux-s390@vger.kernel.org
9926 W:      http://www.ibm.com/developerworks/linux/linux390/
9927 S:      Supported
9928 F:      drivers/s390/crypto/
9929
9930 S390 ZFCP DRIVER
9931 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9932 L:      linux-s390@vger.kernel.org
9933 W:      http://www.ibm.com/developerworks/linux/linux390/
9934 S:      Supported
9935 F:      drivers/s390/scsi/zfcp_*
9936
9937 S390 IUCV NETWORK LAYER
9938 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9939 L:      linux-s390@vger.kernel.org
9940 W:      http://www.ibm.com/developerworks/linux/linux390/
9941 S:      Supported
9942 F:      drivers/s390/net/*iucv*
9943 F:      include/net/iucv/
9944 F:      net/iucv/
9945
9946 S390 IOMMU (PCI)
9947 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9948 L:      linux-s390@vger.kernel.org
9949 W:      http://www.ibm.com/developerworks/linux/linux390/
9950 S:      Supported
9951 F:      drivers/iommu/s390-iommu.c
9952
9953 S3C24XX SD/MMC Driver
9954 M:      Ben Dooks <ben-linux@fluff.org>
9955 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9956 S:      Supported
9957 F:      drivers/mmc/host/s3cmci.*
9958
9959 SAA6588 RDS RECEIVER DRIVER
9960 M:      Hans Verkuil <hverkuil@xs4all.nl>
9961 L:      linux-media@vger.kernel.org
9962 T:      git git://linuxtv.org/media_tree.git
9963 W:      https://linuxtv.org
9964 S:      Odd Fixes
9965 F:      drivers/media/i2c/saa6588*
9966
9967 SAA7134 VIDEO4LINUX DRIVER
9968 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
9969 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
9970 L:      linux-media@vger.kernel.org
9971 W:      https://linuxtv.org
9972 T:      git git://linuxtv.org/media_tree.git
9973 S:      Odd fixes
9974 F:      Documentation/video4linux/*.saa7134
9975 F:      drivers/media/pci/saa7134/
9976
9977 SAA7146 VIDEO4LINUX-2 DRIVER
9978 M:      Hans Verkuil <hverkuil@xs4all.nl>
9979 L:      linux-media@vger.kernel.org
9980 T:      git git://linuxtv.org/media_tree.git
9981 S:      Maintained
9982 F:      drivers/media/common/saa7146/
9983 F:      drivers/media/pci/saa7146/
9984 F:      include/media/saa7146*
9985
9986 SAMSUNG LAPTOP DRIVER
9987 M:      Corentin Chary <corentin.chary@gmail.com>
9988 L:      platform-driver-x86@vger.kernel.org
9989 S:      Maintained
9990 F:      drivers/platform/x86/samsung-laptop.c
9991
9992 SAMSUNG AUDIO (ASoC) DRIVERS
9993 M:      Sangbeom Kim <sbkim73@samsung.com>
9994 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9995 S:      Supported
9996 F:      sound/soc/samsung/
9997
9998 SAMSUNG FRAMEBUFFER DRIVER
9999 M:      Jingoo Han <jingoohan1@gmail.com>
10000 L:      linux-fbdev@vger.kernel.org
10001 S:      Maintained
10002 F:      drivers/video/fbdev/s3c-fb.c
10003
10004 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10005 M:      Sangbeom Kim <sbkim73@samsung.com>
10006 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
10007 L:      linux-kernel@vger.kernel.org
10008 L:      linux-samsung-soc@vger.kernel.org
10009 S:      Supported
10010 F:      drivers/mfd/sec*.c
10011 F:      drivers/regulator/s2m*.c
10012 F:      drivers/regulator/s5m*.c
10013 F:      drivers/clk/clk-s2mps11.c
10014 F:      drivers/rtc/rtc-s5m.c
10015 F:      include/linux/mfd/samsung/
10016 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10017 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10018 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10019 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10020
10021 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10022 M:      Kyungmin Park <kyungmin.park@samsung.com>
10023 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10024 L:      linux-media@vger.kernel.org
10025 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
10026 S:      Supported
10027 F:      drivers/media/platform/exynos4-is/
10028
10029 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10030 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10031 L:      linux-media@vger.kernel.org
10032 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10033 S:      Maintained
10034 F:      drivers/media/platform/s3c-camif/
10035 F:      include/media/drv-intf/s3c_camif.h
10036
10037 SAMSUNG S5C73M3 CAMERA DRIVER
10038 M:      Kyungmin Park <kyungmin.park@samsung.com>
10039 M:      Andrzej Hajda <a.hajda@samsung.com>
10040 L:      linux-media@vger.kernel.org
10041 S:      Supported
10042 F:      drivers/media/i2c/s5c73m3/*
10043
10044 SAMSUNG S5K5BAF CAMERA DRIVER
10045 M:      Kyungmin Park <kyungmin.park@samsung.com>
10046 M:      Andrzej Hajda <a.hajda@samsung.com>
10047 L:      linux-media@vger.kernel.org
10048 S:      Supported
10049 F:      drivers/media/i2c/s5k5baf.c
10050
10051 SAMSUNG S3FWRN5 NFC DRIVER
10052 M:      Robert Baldyga <r.baldyga@samsung.com>
10053 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
10054 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
10055 S:      Supported
10056 F:      drivers/nfc/s3fwrn5
10057
10058 SAMSUNG SOC CLOCK DRIVERS
10059 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10060 M:      Tomasz Figa <tomasz.figa@gmail.com>
10061 S:      Supported
10062 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10063 F:      drivers/clk/samsung/
10064
10065 SAMSUNG SXGBE DRIVERS
10066 M:      Byungho An <bh74.an@samsung.com>
10067 M:      Girish K S <ks.giri@samsung.com>
10068 M:      Vipul Pandya <vipul.pandya@samsung.com>
10069 S:      Supported
10070 L:      netdev@vger.kernel.org
10071 F:      drivers/net/ethernet/samsung/sxgbe/
10072
10073 SAMSUNG THERMAL DRIVER
10074 M:      Lukasz Majewski <l.majewski@samsung.com>
10075 L:      linux-pm@vger.kernel.org
10076 L:      linux-samsung-soc@vger.kernel.org
10077 S:      Supported
10078 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
10079 F:      drivers/thermal/samsung/
10080
10081 SAMSUNG USB2 PHY DRIVER
10082 M:      Kamil Debski <k.debski@samsung.com>
10083 L:      linux-kernel@vger.kernel.org
10084 S:      Supported
10085 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
10086 F:      Documentation/phy/samsung-usb2.txt
10087 F:      drivers/phy/phy-exynos4210-usb2.c
10088 F:      drivers/phy/phy-exynos4x12-usb2.c
10089 F:      drivers/phy/phy-exynos5250-usb2.c
10090 F:      drivers/phy/phy-s5pv210-usb2.c
10091 F:      drivers/phy/phy-samsung-usb2.c
10092 F:      drivers/phy/phy-samsung-usb2.h
10093
10094 SERIAL DRIVERS
10095 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10096 L:      linux-serial@vger.kernel.org
10097 S:      Maintained
10098 F:      Documentation/devicetree/bindings/serial/
10099 F:      drivers/tty/serial/
10100
10101 SYNOPSYS DESIGNWARE DMAC DRIVER
10102 M:      Viresh Kumar <vireshk@kernel.org>
10103 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10104 S:      Maintained
10105 F:      include/linux/dma/dw.h
10106 F:      include/linux/platform_data/dma-dw.h
10107 F:      drivers/dma/dw/
10108
10109 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10110 M: Lars Persson <lars.persson@axis.com>
10111 L: netdev@vger.kernel.org
10112 S: Supported
10113 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10114 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10115
10116 SYNOPSYS DESIGNWARE I2C DRIVER
10117 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
10118 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10119 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
10120 L:      linux-i2c@vger.kernel.org
10121 S:      Maintained
10122 F:      drivers/i2c/busses/i2c-designware-*
10123 F:      include/linux/platform_data/i2c-designware.h
10124
10125 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10126 M:      Jaehoon Chung <jh80.chung@samsung.com>
10127 L:      linux-mmc@vger.kernel.org
10128 S:      Maintained
10129 F:      include/linux/mmc/dw_mmc.h
10130 F:      drivers/mmc/host/dw_mmc*
10131
10132 SYSTEM TRACE MODULE CLASS
10133 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
10134 S:      Maintained
10135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10136 F:      Documentation/trace/stm.txt
10137 F:      drivers/hwtracing/stm/
10138 F:      include/linux/stm.h
10139 F:      include/uapi/linux/stm.h
10140
10141 THUNDERBOLT DRIVER
10142 M:      Andreas Noever <andreas.noever@gmail.com>
10143 S:      Maintained
10144 F:      drivers/thunderbolt/
10145
10146 TI BQ27XXX POWER SUPPLY DRIVER
10147 R:      Andrew F. Davis <afd@ti.com>
10148 F:      include/linux/power/bq27xxx_battery.h
10149 F:      drivers/power/bq27xxx_battery.c
10150 F:      drivers/power/bq27xxx_battery_i2c.c
10151
10152 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10153 M:      John Stultz <john.stultz@linaro.org>
10154 M:      Thomas Gleixner <tglx@linutronix.de>
10155 L:      linux-kernel@vger.kernel.org
10156 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10157 S:      Supported
10158 F:      include/linux/clocksource.h
10159 F:      include/linux/time.h
10160 F:      include/linux/timex.h
10161 F:      include/uapi/linux/time.h
10162 F:      include/uapi/linux/timex.h
10163 F:      kernel/time/clocksource.c
10164 F:      kernel/time/time*.c
10165 F:      kernel/time/alarmtimer.c
10166 F:      kernel/time/ntp.c
10167 F:      tools/testing/selftests/timers/
10168
10169 SC1200 WDT DRIVER
10170 M:      Zwane Mwaikambo <zwanem@gmail.com>
10171 S:      Maintained
10172 F:      drivers/watchdog/sc1200wdt.c
10173
10174 SCHEDULER
10175 M:      Ingo Molnar <mingo@redhat.com>
10176 M:      Peter Zijlstra <peterz@infradead.org>
10177 L:      linux-kernel@vger.kernel.org
10178 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10179 S:      Maintained
10180 F:      kernel/sched/
10181 F:      include/linux/sched.h
10182 F:      include/uapi/linux/sched.h
10183 F:      include/linux/wait.h
10184
10185 SCORE ARCHITECTURE
10186 M:      Chen Liqin <liqin.linux@gmail.com>
10187 M:      Lennox Wu <lennox.wu@gmail.com>
10188 W:      http://www.sunplus.com
10189 S:      Supported
10190 F:      arch/score/
10191
10192 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10193 M:      Sudeep Holla <sudeep.holla@arm.com>
10194 L:      linux-arm-kernel@lists.infradead.org
10195 S:      Maintained
10196 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
10197 F:      drivers/clk/clk-scpi.c
10198 F:      drivers/cpufreq/scpi-cpufreq.c
10199 F:      drivers/firmware/arm_scpi.c
10200 F:      include/linux/scpi_protocol.h
10201
10202 SCSI CDROM DRIVER
10203 M:      Jens Axboe <axboe@kernel.dk>
10204 L:      linux-scsi@vger.kernel.org
10205 W:      http://www.kernel.dk
10206 S:      Maintained
10207 F:      drivers/scsi/sr*
10208
10209 SCSI RDMA PROTOCOL (SRP) INITIATOR
10210 M:      Bart Van Assche <bart.vanassche@sandisk.com>
10211 L:      linux-rdma@vger.kernel.org
10212 S:      Supported
10213 W:      http://www.openfabrics.org
10214 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
10215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10216 F:      drivers/infiniband/ulp/srp/
10217 F:      include/scsi/srp.h
10218
10219 SCSI SG DRIVER
10220 M:      Doug Gilbert <dgilbert@interlog.com>
10221 L:      linux-scsi@vger.kernel.org
10222 W:      http://sg.danny.cz/sg
10223 S:      Maintained
10224 F:      Documentation/scsi/scsi-generic.txt
10225 F:      drivers/scsi/sg.c
10226 F:      include/scsi/sg.h
10227
10228 SCSI SUBSYSTEM
10229 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10230 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10231 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
10232 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10233 L:      linux-scsi@vger.kernel.org
10234 S:      Maintained
10235 F:      drivers/scsi/
10236 F:      include/scsi/
10237
10238 SCSI TAPE DRIVER
10239 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
10240 L:      linux-scsi@vger.kernel.org
10241 S:      Maintained
10242 F:      Documentation/scsi/st.txt
10243 F:      drivers/scsi/st.*
10244 F:      drivers/scsi/st_*.h
10245
10246 SCTP PROTOCOL
10247 M:      Vlad Yasevich <vyasevich@gmail.com>
10248 M:      Neil Horman <nhorman@tuxdriver.com>
10249 L:      linux-sctp@vger.kernel.org
10250 W:      http://lksctp.sourceforge.net
10251 S:      Maintained
10252 F:      Documentation/networking/sctp.txt
10253 F:      include/linux/sctp.h
10254 F:      include/uapi/linux/sctp.h
10255 F:      include/net/sctp/
10256 F:      net/sctp/
10257
10258 SCx200 CPU SUPPORT
10259 M:      Jim Cromie <jim.cromie@gmail.com>
10260 S:      Odd Fixes
10261 F:      Documentation/i2c/busses/scx200_acb
10262 F:      arch/x86/platform/scx200/
10263 F:      drivers/watchdog/scx200_wdt.c
10264 F:      drivers/i2c/busses/scx200*
10265 F:      drivers/mtd/maps/scx200_docflash.c
10266 F:      include/linux/scx200.h
10267
10268 SCx200 GPIO DRIVER
10269 M:      Jim Cromie <jim.cromie@gmail.com>
10270 S:      Maintained
10271 F:      drivers/char/scx200_gpio.c
10272 F:      include/linux/scx200_gpio.h
10273
10274 SCx200 HRT CLOCKSOURCE DRIVER
10275 M:      Jim Cromie <jim.cromie@gmail.com>
10276 S:      Maintained
10277 F:      drivers/clocksource/scx200_hrt.c
10278
10279 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10280 M:      Sascha Sommer <saschasommer@freenet.de>
10281 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10282 S:      Maintained
10283 F:      drivers/mmc/host/sdricoh_cs.c
10284
10285 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10286 M:      Adrian Hunter <adrian.hunter@intel.com>
10287 L:      linux-mmc@vger.kernel.org
10288 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
10289 S:      Maintained
10290 F:      drivers/mmc/host/sdhci*
10291 F:      include/linux/mmc/sdhci*
10292
10293 SECURE COMPUTING
10294 M:      Kees Cook <keescook@chromium.org>
10295 R:      Andy Lutomirski <luto@amacapital.net>
10296 R:      Will Drewry <wad@chromium.org>
10297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10298 S:      Supported
10299 F:      kernel/seccomp.c
10300 F:      include/uapi/linux/seccomp.h
10301 F:      include/linux/seccomp.h
10302 F:      tools/testing/selftests/seccomp/*
10303 K:      \bsecure_computing
10304 K:      \bTIF_SECCOMP\b
10305
10306 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10307 M:      Ben Dooks <ben-linux@fluff.org>
10308 M:      Jaehoon Chung <jh80.chung@samsung.com>
10309 L:      linux-mmc@vger.kernel.org
10310 S:      Maintained
10311 F:      drivers/mmc/host/sdhci-s3c*
10312
10313 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10314 M:      Viresh Kumar <vireshk@kernel.org>
10315 L:      linux-mmc@vger.kernel.org
10316 S:      Maintained
10317 F:      drivers/mmc/host/sdhci-spear.c
10318
10319 SECURITY SUBSYSTEM
10320 M:      James Morris <james.l.morris@oracle.com>
10321 M:      "Serge E. Hallyn" <serge@hallyn.com>
10322 L:      linux-security-module@vger.kernel.org (suggested Cc:)
10323 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10324 W:      http://kernsec.org/
10325 S:      Supported
10326 F:      security/
10327
10328 SECURITY CONTACT
10329 M:      Security Officers <security@kernel.org>
10330 S:      Supported
10331
10332 SELINUX SECURITY MODULE
10333 M:      Paul Moore <paul@paul-moore.com>
10334 M:      Stephen Smalley <sds@tycho.nsa.gov>
10335 M:      Eric Paris <eparis@parisplace.org>
10336 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
10337 W:      http://selinuxproject.org
10338 T:      git git://git.infradead.org/users/pcmoore/selinux
10339 S:      Supported
10340 F:      include/linux/selinux*
10341 F:      security/selinux/
10342 F:      scripts/selinux/
10343
10344 APPARMOR SECURITY MODULE
10345 M:      John Johansen <john.johansen@canonical.com>
10346 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10347 W:      apparmor.wiki.kernel.org
10348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10349 S:      Supported
10350 F:      security/apparmor/
10351
10352 LOADPIN SECURITY MODULE
10353 M:      Kees Cook <keescook@chromium.org>
10354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10355 S:      Supported
10356 F:      security/loadpin/
10357
10358 YAMA SECURITY MODULE
10359 M:      Kees Cook <keescook@chromium.org>
10360 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10361 S:      Supported
10362 F:      security/yama/
10363
10364 SENSABLE PHANTOM
10365 M:      Jiri Slaby <jirislaby@gmail.com>
10366 S:      Maintained
10367 F:      drivers/misc/phantom.c
10368 F:      include/uapi/linux/phantom.h
10369
10370 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
10371 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
10372 M:      Ketan Mukadam <ketan.mukadam@avagotech.com>
10373 M:      John Soni Jose <sony.john@avagotech.com>
10374 L:      linux-scsi@vger.kernel.org
10375 W:      http://www.avagotech.com
10376 S:      Supported
10377 F:      drivers/scsi/be2iscsi/
10378
10379 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
10380 M:      Sathya Perla <sathya.perla@broadcom.com>
10381 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
10382 M:      Padmanabh Ratnakar <padmanabh.ratnakar@broadcom.com>
10383 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10384 M:      Somnath Kotur <somnath.kotur@broadcom.com>
10385 L:      netdev@vger.kernel.org
10386 W:      http://www.emulex.com
10387 S:      Supported
10388 F:      drivers/net/ethernet/emulex/benet/
10389
10390 EMULEX ONECONNECT ROCE DRIVER
10391 M:      Selvin Xavier <selvin.xavier@avagotech.com>
10392 M:      Devesh Sharma <devesh.sharma@avagotech.com>
10393 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10394 L:      linux-rdma@vger.kernel.org
10395 W:      http://www.emulex.com
10396 S:      Supported
10397 F:      drivers/infiniband/hw/ocrdma/
10398
10399 SFC NETWORK DRIVER
10400 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10401 M:      Edward Cree <ecree@solarflare.com>
10402 M:      Bert Kenward <bkenward@solarflare.com>
10403 L:      netdev@vger.kernel.org
10404 S:      Supported
10405 F:      drivers/net/ethernet/sfc/
10406
10407 SGI GRU DRIVER
10408 M:      Dimitri Sivanich <sivanich@sgi.com>
10409 S:      Maintained
10410 F:      drivers/misc/sgi-gru/
10411
10412 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10413 M:      Pat Gefre <pfg@sgi.com>
10414 L:      linux-ia64@vger.kernel.org
10415 S:      Supported
10416 F:      Documentation/ia64/serial.txt
10417 F:      drivers/tty/serial/ioc?_serial.c
10418 F:      include/linux/ioc?.h
10419
10420 SGI XP/XPC/XPNET DRIVER
10421 M:      Cliff Whickman <cpw@sgi.com>
10422 M:      Robin Holt <robinmholt@gmail.com>
10423 S:      Maintained
10424 F:      drivers/misc/sgi-xp/
10425
10426 SI2157 MEDIA DRIVER
10427 M:      Antti Palosaari <crope@iki.fi>
10428 L:      linux-media@vger.kernel.org
10429 W:      https://linuxtv.org
10430 W:      http://palosaari.fi/linux/
10431 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10432 T:      git git://linuxtv.org/anttip/media_tree.git
10433 S:      Maintained
10434 F:      drivers/media/tuners/si2157*
10435
10436 SI2168 MEDIA DRIVER
10437 M:      Antti Palosaari <crope@iki.fi>
10438 L:      linux-media@vger.kernel.org
10439 W:      https://linuxtv.org
10440 W:      http://palosaari.fi/linux/
10441 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10442 T:      git git://linuxtv.org/anttip/media_tree.git
10443 S:      Maintained
10444 F:      drivers/media/dvb-frontends/si2168*
10445
10446 SI470X FM RADIO RECEIVER I2C DRIVER
10447 M:      Hans Verkuil <hverkuil@xs4all.nl>
10448 L:      linux-media@vger.kernel.org
10449 T:      git git://linuxtv.org/media_tree.git
10450 W:      https://linuxtv.org
10451 S:      Odd Fixes
10452 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
10453
10454 SI470X FM RADIO RECEIVER USB DRIVER
10455 M:      Hans Verkuil <hverkuil@xs4all.nl>
10456 L:      linux-media@vger.kernel.org
10457 T:      git git://linuxtv.org/media_tree.git
10458 W:      https://linuxtv.org
10459 S:      Maintained
10460 F:      drivers/media/radio/si470x/radio-si470x-common.c
10461 F:      drivers/media/radio/si470x/radio-si470x.h
10462 F:      drivers/media/radio/si470x/radio-si470x-usb.c
10463
10464 SI4713 FM RADIO TRANSMITTER I2C DRIVER
10465 M:      Eduardo Valentin <edubezval@gmail.com>
10466 L:      linux-media@vger.kernel.org
10467 T:      git git://linuxtv.org/media_tree.git
10468 W:      https://linuxtv.org
10469 S:      Odd Fixes
10470 F:      drivers/media/radio/si4713/si4713.?
10471
10472 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10473 M:      Eduardo Valentin <edubezval@gmail.com>
10474 L:      linux-media@vger.kernel.org
10475 T:      git git://linuxtv.org/media_tree.git
10476 W:      https://linuxtv.org
10477 S:      Odd Fixes
10478 F:      drivers/media/radio/si4713/radio-platform-si4713.c
10479
10480 SI4713 FM RADIO TRANSMITTER USB DRIVER
10481 M:      Hans Verkuil <hverkuil@xs4all.nl>
10482 L:      linux-media@vger.kernel.org
10483 T:      git git://linuxtv.org/media_tree.git
10484 W:      https://linuxtv.org
10485 S:      Maintained
10486 F:      drivers/media/radio/si4713/radio-usb-si4713.c
10487
10488 SIANO DVB DRIVER
10489 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
10490 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
10491 L:      linux-media@vger.kernel.org
10492 W:      https://linuxtv.org
10493 T:      git git://linuxtv.org/media_tree.git
10494 S:      Odd fixes
10495 F:      drivers/media/common/siano/
10496 F:      drivers/media/usb/siano/
10497 F:      drivers/media/usb/siano/
10498 F:      drivers/media/mmc/siano/
10499
10500 SIMPLEFB FB DRIVER
10501 M:      Hans de Goede <hdegoede@redhat.com>
10502 L:      linux-fbdev@vger.kernel.org
10503 S:      Maintained
10504 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
10505 F:      drivers/video/fbdev/simplefb.c
10506 F:      include/linux/platform_data/simplefb.h
10507
10508 SH_VEU V4L2 MEM2MEM DRIVER
10509 L:      linux-media@vger.kernel.org
10510 S:      Orphan
10511 F:      drivers/media/platform/sh_veu.c
10512
10513 SH_VOU V4L2 OUTPUT DRIVER
10514 L:      linux-media@vger.kernel.org
10515 S:      Orphan
10516 F:      drivers/media/platform/sh_vou.c
10517 F:      include/media/drv-intf/sh_vou.h
10518
10519 SIMPLE FIRMWARE INTERFACE (SFI)
10520 M:      Len Brown <lenb@kernel.org>
10521 L:      sfi-devel@simplefirmware.org
10522 W:      http://simplefirmware.org/
10523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10524 S:      Supported
10525 F:      arch/x86/platform/sfi/
10526 F:      drivers/sfi/
10527 F:      include/linux/sfi*.h
10528
10529 SIMTEC EB110ATX (Chalice CATS)
10530 P:      Ben Dooks
10531 P:      Vincent Sanders <vince@simtec.co.uk>
10532 M:      Simtec Linux Team <linux@simtec.co.uk>
10533 W:      http://www.simtec.co.uk/products/EB110ATX/
10534 S:      Supported
10535
10536 SIMTEC EB2410ITX (BAST)
10537 P:      Ben Dooks
10538 P:      Vincent Sanders <vince@simtec.co.uk>
10539 M:      Simtec Linux Team <linux@simtec.co.uk>
10540 W:      http://www.simtec.co.uk/products/EB2410ITX/
10541 S:      Supported
10542 F:      arch/arm/mach-s3c24xx/mach-bast.c
10543 F:      arch/arm/mach-s3c24xx/bast-ide.c
10544 F:      arch/arm/mach-s3c24xx/bast-irq.c
10545
10546 TI DAVINCI MACHINE SUPPORT
10547 M:      Sekhar Nori <nsekhar@ti.com>
10548 M:      Kevin Hilman <khilman@kernel.org>
10549 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
10551 S:      Supported
10552 F:      arch/arm/mach-davinci/
10553 F:      drivers/i2c/busses/i2c-davinci.c
10554
10555 TI DAVINCI SERIES MEDIA DRIVER
10556 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10557 L:      linux-media@vger.kernel.org
10558 W:      https://linuxtv.org
10559 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10560 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10561 S:      Maintained
10562 F:      drivers/media/platform/davinci/
10563 F:      include/media/davinci/
10564
10565 TI AM437X VPFE DRIVER
10566 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10567 L:      linux-media@vger.kernel.org
10568 W:      https://linuxtv.org
10569 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10570 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10571 S:      Maintained
10572 F:      drivers/media/platform/am437x/
10573
10574 OV2659 OMNIVISION SENSOR DRIVER
10575 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10576 L:      linux-media@vger.kernel.org
10577 W:      https://linuxtv.org
10578 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10579 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10580 S:      Maintained
10581 F:      drivers/media/i2c/ov2659.c
10582 F:      include/media/i2c/ov2659.h
10583
10584 SILICON MOTION SM712 FRAME BUFFER DRIVER
10585 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10586 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10587 M:      Sudip Mukherjee <sudip@vectorindia.org>
10588 L:      linux-fbdev@vger.kernel.org
10589 S:      Maintained
10590 F:      drivers/video/fbdev/sm712*
10591 F:      Documentation/fb/sm712fb.txt
10592
10593 SIS 190 ETHERNET DRIVER
10594 M:      Francois Romieu <romieu@fr.zoreil.com>
10595 L:      netdev@vger.kernel.org
10596 S:      Maintained
10597 F:      drivers/net/ethernet/sis/sis190.c
10598
10599 SIS 900/7016 FAST ETHERNET DRIVER
10600 M:      Daniele Venzano <venza@brownhat.org>
10601 W:      http://www.brownhat.org/sis900.html
10602 L:      netdev@vger.kernel.org
10603 S:      Maintained
10604 F:      drivers/net/ethernet/sis/sis900.*
10605
10606 SIS FRAMEBUFFER DRIVER
10607 M:      Thomas Winischhofer <thomas@winischhofer.net>
10608 W:      http://www.winischhofer.net/linuxsisvga.shtml
10609 S:      Maintained
10610 F:      Documentation/fb/sisfb.txt
10611 F:      drivers/video/fbdev/sis/
10612 F:      include/video/sisfb.h
10613
10614 SIS USB2VGA DRIVER
10615 M:      Thomas Winischhofer <thomas@winischhofer.net>
10616 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
10617 S:      Maintained
10618 F:      drivers/usb/misc/sisusbvga/
10619
10620 SLAB ALLOCATOR
10621 M:      Christoph Lameter <cl@linux.com>
10622 M:      Pekka Enberg <penberg@kernel.org>
10623 M:      David Rientjes <rientjes@google.com>
10624 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
10625 M:      Andrew Morton <akpm@linux-foundation.org>
10626 L:      linux-mm@kvack.org
10627 S:      Maintained
10628 F:      include/linux/sl?b*.h
10629 F:      mm/sl?b*
10630
10631 SLEEPABLE READ-COPY UPDATE (SRCU)
10632 M:      Lai Jiangshan <jiangshanlai@gmail.com>
10633 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10634 M:      Josh Triplett <josh@joshtriplett.org>
10635 R:      Steven Rostedt <rostedt@goodmis.org>
10636 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10637 L:      linux-kernel@vger.kernel.org
10638 W:      http://www.rdrop.com/users/paulmck/RCU/
10639 S:      Supported
10640 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10641 F:      include/linux/srcu.h
10642 F:      kernel/rcu/srcu.c
10643
10644 SMACK SECURITY MODULE
10645 M:      Casey Schaufler <casey@schaufler-ca.com>
10646 L:      linux-security-module@vger.kernel.org
10647 W:      http://schaufler-ca.com
10648 T:      git git://git.gitorious.org/smack-next/kernel.git
10649 S:      Maintained
10650 F:      Documentation/security/Smack.txt
10651 F:      security/smack/
10652
10653 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10654 M:      Kevin Hilman <khilman@kernel.org>
10655 M:      Nishanth Menon <nm@ti.com>
10656 S:      Maintained
10657 F:      drivers/power/avs/
10658 F:      include/linux/power/smartreflex.h
10659 L:      linux-pm@vger.kernel.org
10660
10661 SMC91x ETHERNET DRIVER
10662 M:      Nicolas Pitre <nico@fluxnic.net>
10663 S:      Odd Fixes
10664 F:      drivers/net/ethernet/smsc/smc91x.*
10665
10666 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10667 M:      Sakari Ailus <sakari.ailus@iki.fi>
10668 L:      linux-media@vger.kernel.org
10669 S:      Maintained
10670 F:      drivers/media/i2c/smiapp/
10671 F:      include/media/i2c/smiapp.h
10672 F:      drivers/media/i2c/smiapp-pll.c
10673 F:      drivers/media/i2c/smiapp-pll.h
10674 F:      include/uapi/linux/smiapp.h
10675 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10676
10677 SMM665 HARDWARE MONITOR DRIVER
10678 M:      Guenter Roeck <linux@roeck-us.net>
10679 L:      linux-hwmon@vger.kernel.org
10680 S:      Maintained
10681 F:      Documentation/hwmon/smm665
10682 F:      drivers/hwmon/smm665.c
10683
10684 SMSC EMC2103 HARDWARE MONITOR DRIVER
10685 M:      Steve Glendinning <steve.glendinning@shawell.net>
10686 L:      linux-hwmon@vger.kernel.org
10687 S:      Maintained
10688 F:      Documentation/hwmon/emc2103
10689 F:      drivers/hwmon/emc2103.c
10690
10691 SMSC SCH5627 HARDWARE MONITOR DRIVER
10692 M:      Hans de Goede <hdegoede@redhat.com>
10693 L:      linux-hwmon@vger.kernel.org
10694 S:      Supported
10695 F:      Documentation/hwmon/sch5627
10696 F:      drivers/hwmon/sch5627.c
10697
10698 SMSC47B397 HARDWARE MONITOR DRIVER
10699 M:      Jean Delvare <jdelvare@suse.com>
10700 L:      linux-hwmon@vger.kernel.org
10701 S:      Maintained
10702 F:      Documentation/hwmon/smsc47b397
10703 F:      drivers/hwmon/smsc47b397.c
10704
10705 SMSC911x ETHERNET DRIVER
10706 M:      Steve Glendinning <steve.glendinning@shawell.net>
10707 L:      netdev@vger.kernel.org
10708 S:      Maintained
10709 F:      include/linux/smsc911x.h
10710 F:      drivers/net/ethernet/smsc/smsc911x.*
10711
10712 SMSC9420 PCI ETHERNET DRIVER
10713 M:      Steve Glendinning <steve.glendinning@shawell.net>
10714 L:      netdev@vger.kernel.org
10715 S:      Maintained
10716 F:      drivers/net/ethernet/smsc/smsc9420.*
10717
10718 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10719 M:      Steve Glendinning <steve.glendinning@shawell.net>
10720 L:      linux-fbdev@vger.kernel.org
10721 S:      Maintained
10722 F:      drivers/video/fbdev/smscufx.c
10723
10724 SOC-CAMERA V4L2 SUBSYSTEM
10725 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10726 L:      linux-media@vger.kernel.org
10727 T:      git git://linuxtv.org/media_tree.git
10728 S:      Maintained
10729 F:      include/media/soc*
10730 F:      drivers/media/i2c/soc_camera/
10731 F:      drivers/media/platform/soc_camera/
10732
10733 SOEKRIS NET48XX LED SUPPORT
10734 M:      Chris Boot <bootc@bootc.net>
10735 S:      Maintained
10736 F:      drivers/leds/leds-net48xx.c
10737
10738 SOFTLOGIC 6x10 MPEG CODEC
10739 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10740 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10741 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
10742 M:      Ismael Luceno <ismael@iodev.co.uk>
10743 L:      linux-media@vger.kernel.org
10744 S:      Supported
10745 F:      drivers/media/pci/solo6x10/
10746
10747 SOFTWARE RAID (Multiple Disks) SUPPORT
10748 M:      Shaohua Li <shli@kernel.org>
10749 L:      linux-raid@vger.kernel.org
10750 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
10751 S:      Supported
10752 F:      drivers/md/
10753 F:      include/linux/raid/
10754 F:      include/uapi/linux/raid/
10755
10756 SONIC NETWORK DRIVER
10757 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10758 L:      netdev@vger.kernel.org
10759 S:      Maintained
10760 F:      drivers/net/ethernet/natsemi/sonic.*
10761
10762 SONICS SILICON BACKPLANE DRIVER (SSB)
10763 M:      Michael Buesch <m@bues.ch>
10764 L:      linux-wireless@vger.kernel.org
10765 S:      Maintained
10766 F:      drivers/ssb/
10767 F:      include/linux/ssb/
10768
10769 SONY VAIO CONTROL DEVICE DRIVER
10770 M:      Mattia Dongili <malattia@linux.it>
10771 L:      platform-driver-x86@vger.kernel.org
10772 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10773 S:      Maintained
10774 F:      Documentation/laptops/sony-laptop.txt
10775 F:      drivers/char/sonypi.c
10776 F:      drivers/platform/x86/sony-laptop.c
10777 F:      include/linux/sony-laptop.h
10778
10779 SONY MEMORYSTICK CARD SUPPORT
10780 M:      Alex Dubov <oakad@yahoo.com>
10781 W:      http://tifmxx.berlios.de/
10782 S:      Maintained
10783 F:      drivers/memstick/host/tifm_ms.c
10784
10785 SONY MEMORYSTICK STANDARD SUPPORT
10786 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10787 S:      Maintained
10788 F:      drivers/memstick/core/ms_block.*
10789
10790 SOUND
10791 M:      Jaroslav Kysela <perex@perex.cz>
10792 M:      Takashi Iwai <tiwai@suse.com>
10793 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10794 W:      http://www.alsa-project.org/
10795 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10796 T:      git git://git.alsa-project.org/alsa-kernel.git
10797 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
10798 S:      Maintained
10799 F:      Documentation/sound/
10800 F:      include/sound/
10801 F:      include/uapi/sound/
10802 F:      sound/
10803
10804 SOUND - COMPRESSED AUDIO
10805 M:      Vinod Koul <vinod.koul@intel.com>
10806 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10808 S:      Supported
10809 F:      Documentation/sound/alsa/compress_offload.txt
10810 F:      include/sound/compress_driver.h
10811 F:      include/uapi/sound/compress_*
10812 F:      sound/core/compress_offload.c
10813 F:      sound/soc/soc-compress.c
10814
10815 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10816 M:      Liam Girdwood <lgirdwood@gmail.com>
10817 M:      Mark Brown <broonie@kernel.org>
10818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10819 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10820 W:      http://alsa-project.org/main/index.php/ASoC
10821 S:      Supported
10822 F:      Documentation/sound/alsa/soc/
10823 F:      sound/soc/
10824 F:      include/sound/soc*
10825
10826 SOUND - DMAENGINE HELPERS
10827 M:      Lars-Peter Clausen <lars@metafoo.de>
10828 S:      Supported
10829 F:      include/sound/dmaengine_pcm.h
10830 F:      sound/core/pcm_dmaengine.c
10831 F:      sound/soc/soc-generic-dmaengine-pcm.c
10832
10833 SP2 MEDIA DRIVER
10834 M:      Olli Salonen <olli.salonen@iki.fi>
10835 L:      linux-media@vger.kernel.org
10836 W:      https://linuxtv.org
10837 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10838 S:      Maintained
10839 F:      drivers/media/dvb-frontends/sp2*
10840
10841 SPARC + UltraSPARC (sparc/sparc64)
10842 M:      "David S. Miller" <davem@davemloft.net>
10843 L:      sparclinux@vger.kernel.org
10844 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
10845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10847 S:      Maintained
10848 F:      arch/sparc/
10849 F:      drivers/sbus/
10850
10851 SPARC SERIAL DRIVERS
10852 M:      "David S. Miller" <davem@davemloft.net>
10853 L:      sparclinux@vger.kernel.org
10854 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10855 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10856 S:      Maintained
10857 F:      include/linux/sunserialcore.h
10858 F:      drivers/tty/serial/suncore.c
10859 F:      drivers/tty/serial/sunhv.c
10860 F:      drivers/tty/serial/sunsab.c
10861 F:      drivers/tty/serial/sunsab.h
10862 F:      drivers/tty/serial/sunsu.c
10863 F:      drivers/tty/serial/sunzilog.c
10864 F:      drivers/tty/serial/sunzilog.h
10865
10866 SPARSE CHECKER
10867 M:      "Christopher Li" <sparse@chrisli.org>
10868 L:      linux-sparse@vger.kernel.org
10869 W:      https://sparse.wiki.kernel.org/
10870 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10871 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10872 S:      Maintained
10873 F:      include/linux/compiler.h
10874
10875 SPEAR PLATFORM SUPPORT
10876 M:      Viresh Kumar <vireshk@kernel.org>
10877 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10878 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10879 W:      http://www.st.com/spear
10880 S:      Maintained
10881 F:      arch/arm/boot/dts/spear*
10882 F:      arch/arm/mach-spear/
10883
10884 SPEAR CLOCK FRAMEWORK SUPPORT
10885 M:      Viresh Kumar <vireshk@kernel.org>
10886 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10887 W:      http://www.st.com/spear
10888 S:      Maintained
10889 F:      drivers/clk/spear/
10890
10891 SPI SUBSYSTEM
10892 M:      Mark Brown <broonie@kernel.org>
10893 L:      linux-spi@vger.kernel.org
10894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10895 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
10896 S:      Maintained
10897 F:      Documentation/spi/
10898 F:      drivers/spi/
10899 F:      include/linux/spi/
10900 F:      include/uapi/linux/spi/
10901
10902 SPIDERNET NETWORK DRIVER for CELL
10903 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10904 L:      netdev@vger.kernel.org
10905 S:      Supported
10906 F:      Documentation/networking/spider_net.txt
10907 F:      drivers/net/ethernet/toshiba/spider_net*
10908
10909 SPU FILE SYSTEM
10910 M:      Jeremy Kerr <jk@ozlabs.org>
10911 L:      linuxppc-dev@lists.ozlabs.org
10912 W:      http://www.ibm.com/developerworks/power/cell/
10913 S:      Supported
10914 F:      Documentation/filesystems/spufs.txt
10915 F:      arch/powerpc/platforms/cell/spufs/
10916
10917 SQUASHFS FILE SYSTEM
10918 M:      Phillip Lougher <phillip@squashfs.org.uk>
10919 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
10920 W:      http://squashfs.org.uk
10921 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10922 S:      Maintained
10923 F:      Documentation/filesystems/squashfs.txt
10924 F:      fs/squashfs/
10925
10926 SRM (Alpha) environment access
10927 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
10928 S:      Maintained
10929 F:      arch/alpha/kernel/srm_env.c
10930
10931 STABLE BRANCH
10932 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10933 L:      stable@vger.kernel.org
10934 S:      Supported
10935 F:      Documentation/stable_kernel_rules.txt
10936
10937 STAGING SUBSYSTEM
10938 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10939 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10940 L:      devel@driverdev.osuosl.org
10941 S:      Supported
10942 F:      drivers/staging/
10943
10944 STAGING - COMEDI
10945 M:      Ian Abbott <abbotti@mev.co.uk>
10946 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
10947 S:      Odd Fixes
10948 F:      drivers/staging/comedi/
10949
10950 STAGING - FLARION FT1000 DRIVERS
10951 M:      Marek Belisko <marek.belisko@gmail.com>
10952 S:      Odd Fixes
10953 F:      drivers/staging/ft1000/
10954
10955 STAGING - INDUSTRIAL IO
10956 M:      Jonathan Cameron <jic23@kernel.org>
10957 L:      linux-iio@vger.kernel.org
10958 S:      Odd Fixes
10959 F:      Documentation/devicetree/bindings/staging/iio/
10960 F:      drivers/staging/iio/
10961
10962 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10963 M:      Jarod Wilson <jarod@wilsonet.com>
10964 W:      http://www.lirc.org/
10965 S:      Odd Fixes
10966 F:      drivers/staging/media/lirc/
10967
10968 STAGING - LUSTRE PARALLEL FILESYSTEM
10969 M:      Oleg Drokin <oleg.drokin@intel.com>
10970 M:      Andreas Dilger <andreas.dilger@intel.com>
10971 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
10972 W:      http://wiki.lustre.org/
10973 S:      Maintained
10974 F:      drivers/staging/lustre
10975
10976 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10977 M:      Marc Dietrich <marvin24@gmx.de>
10978 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10979 L:      linux-tegra@vger.kernel.org
10980 S:      Maintained
10981 F:      drivers/staging/nvec/
10982
10983 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10984 M:      Jens Frederich <jfrederich@gmail.com>
10985 M:      Daniel Drake <dsd@laptop.org>
10986 M:      Jon Nettleton <jon.nettleton@gmail.com>
10987 W:      http://wiki.laptop.org/go/DCON
10988 S:      Maintained
10989 F:      drivers/staging/olpc_dcon/
10990
10991 STAGING - REALTEK RTL8712U DRIVERS
10992 M:      Larry Finger <Larry.Finger@lwfinger.net>
10993 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10994 S:      Odd Fixes
10995 F:      drivers/staging/rtl8712/
10996
10997 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10998 M:      Larry Finger <Larry.Finger@lwfinger.net>
10999 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
11000 L:      linux-wireless@vger.kernel.org
11001 S:      Maintained
11002 F:      drivers/staging/rtl8723au/
11003
11004 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11005 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11006 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11007 M:      Sudip Mukherjee <sudip@vectorindia.org>
11008 L:      linux-fbdev@vger.kernel.org
11009 S:      Maintained
11010 F:      drivers/staging/sm750fb/
11011
11012 STAGING - SLICOSS
11013 M:      Lior Dotan <liodot@gmail.com>
11014 M:      Christopher Harrer <charrer@alacritech.com>
11015 S:      Odd Fixes
11016 F:      drivers/staging/slicoss/
11017
11018 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11019 M:      William Hubbs <w.d.hubbs@gmail.com>
11020 M:      Chris Brannon <chris@the-brannons.com>
11021 M:      Kirk Reiser <kirk@reisers.ca>
11022 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
11023 L:      speakup@linux-speakup.org
11024 W:      http://www.linux-speakup.org/
11025 S:      Odd Fixes
11026 F:      drivers/staging/speakup/
11027
11028 STAGING - VIA VT665X DRIVERS
11029 M:      Forest Bond <forest@alittletooquiet.net>
11030 S:      Odd Fixes
11031 F:      drivers/staging/vt665?/
11032
11033 STAGING - WILC1000 WIFI DRIVER
11034 M:      Johnny Kim <johnny.kim@atmel.com>
11035 M:      Austin Shin <austin.shin@atmel.com>
11036 M:      Chris Park <chris.park@atmel.com>
11037 M:      Tony Cho <tony.cho@atmel.com>
11038 M:      Glen Lee <glen.lee@atmel.com>
11039 M:      Leo Kim <leo.kim@atmel.com>
11040 L:      linux-wireless@vger.kernel.org
11041 S:      Supported
11042 F:      drivers/staging/wilc1000/
11043
11044 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11045 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
11046 S:      Odd Fixes
11047 F:      drivers/staging/xgifb/
11048
11049 STARFIRE/DURALAN NETWORK DRIVER
11050 M:      Ion Badulescu <ionut@badula.org>
11051 S:      Odd Fixes
11052 F:      drivers/net/ethernet/adaptec/starfire*
11053
11054 SUN3/3X
11055 M:      Sam Creasey <sammy@sammy.net>
11056 W:      http://sammy.net/sun3/
11057 S:      Maintained
11058 F:      arch/m68k/kernel/*sun3*
11059 F:      arch/m68k/sun3*/
11060 F:      arch/m68k/include/asm/sun3*
11061 F:      drivers/net/ethernet/i825xx/sun3*
11062
11063 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11064 M:      Hans de Goede <hdegoede@redhat.com>
11065 L:      linux-input@vger.kernel.org
11066 S:      Maintained
11067 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11068 F:      drivers/input/keyboard/sun4i-lradc-keys.c
11069
11070 SUNDANCE NETWORK DRIVER
11071 M:      Denis Kirjanov <kda@linux-powerpc.org>
11072 L:      netdev@vger.kernel.org
11073 S:      Maintained
11074 F:      drivers/net/ethernet/dlink/sundance.c
11075
11076 SUPERH
11077 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
11078 M:      Rich Felker <dalias@libc.org>
11079 L:      linux-sh@vger.kernel.org
11080 Q:      http://patchwork.kernel.org/project/linux-sh/list/
11081 S:      Maintained
11082 F:      Documentation/sh/
11083 F:      arch/sh/
11084 F:      drivers/sh/
11085
11086 SUSPEND TO RAM
11087 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
11088 M:      Len Brown <len.brown@intel.com>
11089 M:      Pavel Machek <pavel@ucw.cz>
11090 L:      linux-pm@vger.kernel.org
11091 S:      Supported
11092 F:      Documentation/power/
11093 F:      arch/x86/kernel/acpi/
11094 F:      drivers/base/power/
11095 F:      kernel/power/
11096 F:      include/linux/suspend.h
11097 F:      include/linux/freezer.h
11098 F:      include/linux/pm.h
11099
11100 SVGA HANDLING
11101 M:      Martin Mares <mj@ucw.cz>
11102 L:      linux-video@atrey.karlin.mff.cuni.cz
11103 S:      Maintained
11104 F:      Documentation/svga.txt
11105 F:      arch/x86/boot/video*
11106
11107 SWIOTLB SUBSYSTEM
11108 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11109 L:      linux-kernel@vger.kernel.org
11110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11111 S:      Supported
11112 F:      lib/swiotlb.c
11113 F:      arch/*/kernel/pci-swiotlb.c
11114 F:      include/linux/swiotlb.h
11115
11116 SWITCHDEV
11117 M:      Jiri Pirko <jiri@resnulli.us>
11118 L:      netdev@vger.kernel.org
11119 S:      Supported
11120 F:      net/switchdev/
11121 F:      include/net/switchdev.h
11122
11123 SYNOPSYS ARC ARCHITECTURE
11124 M:      Vineet Gupta <vgupta@synopsys.com>
11125 L:      linux-snps-arc@lists.infradead.org
11126 S:      Supported
11127 F:      arch/arc/
11128 F:      Documentation/devicetree/bindings/arc/*
11129 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11130 F:      drivers/tty/serial/arc_uart.c
11131 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11132
11133 SYNOPSYS ARC SDP platform support
11134 M:      Alexey Brodkin <abrodkin@synopsys.com>
11135 S:      Supported
11136 F:      arch/arc/plat-axs10x
11137 F:      arch/arc/boot/dts/ax*
11138 F:      Documentation/devicetree/bindings/arc/axs10*
11139
11140 SYSTEM CONFIGURATION (SYSCON)
11141 M:      Lee Jones <lee.jones@linaro.org>
11142 M:      Arnd Bergmann <arnd@arndb.de>
11143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11144 S:      Supported
11145 F:      drivers/mfd/syscon.c
11146
11147 SYSV FILESYSTEM
11148 M:      Christoph Hellwig <hch@infradead.org>
11149 S:      Maintained
11150 F:      Documentation/filesystems/sysv-fs.txt
11151 F:      fs/sysv/
11152 F:      include/linux/sysv_fs.h
11153
11154 TARGET SUBSYSTEM
11155 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11156 L:      linux-scsi@vger.kernel.org
11157 L:      target-devel@vger.kernel.org
11158 W:      http://www.linux-iscsi.org
11159 W:      http://groups.google.com/group/linux-iscsi-target-dev
11160 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11161 S:      Supported
11162 F:      drivers/target/
11163 F:      include/target/
11164 F:      Documentation/target/
11165
11166 TASKSTATS STATISTICS INTERFACE
11167 M:      Balbir Singh <bsingharora@gmail.com>
11168 S:      Maintained
11169 F:      Documentation/accounting/taskstats*
11170 F:      include/linux/taskstats*
11171 F:      kernel/taskstats.c
11172
11173 TC CLASSIFIER
11174 M:      Jamal Hadi Salim <jhs@mojatatu.com>
11175 L:      netdev@vger.kernel.org
11176 S:      Maintained
11177 F:      include/net/pkt_cls.h
11178 F:      include/uapi/linux/pkt_cls.h
11179 F:      net/sched/
11180
11181 TCP LOW PRIORITY MODULE
11182 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11183 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11184 W:      http://tcp-lp-mod.sourceforge.net/
11185 S:      Maintained
11186 F:      net/ipv4/tcp_lp.c
11187
11188 TDA10071 MEDIA DRIVER
11189 M:      Antti Palosaari <crope@iki.fi>
11190 L:      linux-media@vger.kernel.org
11191 W:      https://linuxtv.org
11192 W:      http://palosaari.fi/linux/
11193 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11194 T:      git git://linuxtv.org/anttip/media_tree.git
11195 S:      Maintained
11196 F:      drivers/media/dvb-frontends/tda10071*
11197
11198 TDA18212 MEDIA DRIVER
11199 M:      Antti Palosaari <crope@iki.fi>
11200 L:      linux-media@vger.kernel.org
11201 W:      https://linuxtv.org
11202 W:      http://palosaari.fi/linux/
11203 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11204 T:      git git://linuxtv.org/anttip/media_tree.git
11205 S:      Maintained
11206 F:      drivers/media/tuners/tda18212*
11207
11208 TDA18218 MEDIA DRIVER
11209 M:      Antti Palosaari <crope@iki.fi>
11210 L:      linux-media@vger.kernel.org
11211 W:      https://linuxtv.org
11212 W:      http://palosaari.fi/linux/
11213 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11214 T:      git git://linuxtv.org/anttip/media_tree.git
11215 S:      Maintained
11216 F:      drivers/media/tuners/tda18218*
11217
11218 TDA18271 MEDIA DRIVER
11219 M:      Michael Krufky <mkrufky@linuxtv.org>
11220 L:      linux-media@vger.kernel.org
11221 W:      https://linuxtv.org
11222 W:      http://github.com/mkrufky
11223 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11224 T:      git git://linuxtv.org/mkrufky/tuners.git
11225 S:      Maintained
11226 F:      drivers/media/tuners/tda18271*
11227
11228 TDA827x MEDIA DRIVER
11229 M:      Michael Krufky <mkrufky@linuxtv.org>
11230 L:      linux-media@vger.kernel.org
11231 W:      https://linuxtv.org
11232 W:      http://github.com/mkrufky
11233 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11234 T:      git git://linuxtv.org/mkrufky/tuners.git
11235 S:      Maintained
11236 F:      drivers/media/tuners/tda8290.*
11237
11238 TDA8290 MEDIA DRIVER
11239 M:      Michael Krufky <mkrufky@linuxtv.org>
11240 L:      linux-media@vger.kernel.org
11241 W:      https://linuxtv.org
11242 W:      http://github.com/mkrufky
11243 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11244 T:      git git://linuxtv.org/mkrufky/tuners.git
11245 S:      Maintained
11246 F:      drivers/media/tuners/tda8290.*
11247
11248 TDA9840 MEDIA DRIVER
11249 M:      Hans Verkuil <hverkuil@xs4all.nl>
11250 L:      linux-media@vger.kernel.org
11251 T:      git git://linuxtv.org/media_tree.git
11252 W:      https://linuxtv.org
11253 S:      Maintained
11254 F:      drivers/media/i2c/tda9840*
11255
11256 TEA5761 TUNER DRIVER
11257 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11258 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11259 L:      linux-media@vger.kernel.org
11260 W:      https://linuxtv.org
11261 T:      git git://linuxtv.org/media_tree.git
11262 S:      Odd fixes
11263 F:      drivers/media/tuners/tea5761.*
11264
11265 TEA5767 TUNER DRIVER
11266 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11267 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11268 L:      linux-media@vger.kernel.org
11269 W:      https://linuxtv.org
11270 T:      git git://linuxtv.org/media_tree.git
11271 S:      Maintained
11272 F:      drivers/media/tuners/tea5767.*
11273
11274 TEA6415C MEDIA DRIVER
11275 M:      Hans Verkuil <hverkuil@xs4all.nl>
11276 L:      linux-media@vger.kernel.org
11277 T:      git git://linuxtv.org/media_tree.git
11278 W:      https://linuxtv.org
11279 S:      Maintained
11280 F:      drivers/media/i2c/tea6415c*
11281
11282 TEA6420 MEDIA DRIVER
11283 M:      Hans Verkuil <hverkuil@xs4all.nl>
11284 L:      linux-media@vger.kernel.org
11285 T:      git git://linuxtv.org/media_tree.git
11286 W:      https://linuxtv.org
11287 S:      Maintained
11288 F:      drivers/media/i2c/tea6420*
11289
11290 TEAM DRIVER
11291 M:      Jiri Pirko <jiri@resnulli.us>
11292 L:      netdev@vger.kernel.org
11293 S:      Supported
11294 F:      drivers/net/team/
11295 F:      include/linux/if_team.h
11296 F:      include/uapi/linux/if_team.h
11297
11298 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11299 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11300 S:      Maintained
11301 F:      arch/x86/platform/ts5500/
11302
11303 TECHNOTREND USB IR RECEIVER
11304 M:      Sean Young <sean@mess.org>
11305 L:      linux-media@vger.kernel.org
11306 S:      Maintained
11307 F:      drivers/media/rc/ttusbir.c
11308
11309 TEGRA ARCHITECTURE SUPPORT
11310 M:      Stephen Warren <swarren@wwwdotorg.org>
11311 M:      Thierry Reding <thierry.reding@gmail.com>
11312 M:      Alexandre Courbot <gnurou@gmail.com>
11313 L:      linux-tegra@vger.kernel.org
11314 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
11315 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11316 S:      Supported
11317 N:      [^a-z]tegra
11318
11319 TEGRA CLOCK DRIVER
11320 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
11321 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
11322 S:      Supported
11323 F:      drivers/clk/tegra/
11324
11325 TEGRA DMA DRIVERS
11326 M:      Laxman Dewangan <ldewangan@nvidia.com>
11327 M:      Jon Hunter <jonathanh@nvidia.com>
11328 S:      Supported
11329 F:      drivers/dma/tegra*
11330
11331 TEGRA I2C DRIVER
11332 M:      Laxman Dewangan <ldewangan@nvidia.com>
11333 S:      Supported
11334 F:      drivers/i2c/busses/i2c-tegra.c
11335
11336 TEGRA IOMMU DRIVERS
11337 M:      Hiroshi Doyu <hdoyu@nvidia.com>
11338 S:      Supported
11339 F:      drivers/iommu/tegra*
11340
11341 TEGRA KBC DRIVER
11342 M:      Rakesh Iyer <riyer@nvidia.com>
11343 M:      Laxman Dewangan <ldewangan@nvidia.com>
11344 S:      Supported
11345 F:      drivers/input/keyboard/tegra-kbc.c
11346
11347 TEGRA PWM DRIVER
11348 M:      Thierry Reding <thierry.reding@gmail.com>
11349 S:      Supported
11350 F:      drivers/pwm/pwm-tegra.c
11351
11352 TEGRA SERIAL DRIVER
11353 M:      Laxman Dewangan <ldewangan@nvidia.com>
11354 S:      Supported
11355 F:      drivers/tty/serial/serial-tegra.c
11356
11357 TEGRA SPI DRIVER
11358 M:      Laxman Dewangan <ldewangan@nvidia.com>
11359 S:      Supported
11360 F:      drivers/spi/spi-tegra*
11361
11362 TEHUTI ETHERNET DRIVER
11363 M:      Andy Gospodarek <andy@greyhouse.net>
11364 L:      netdev@vger.kernel.org
11365 S:      Supported
11366 F:      drivers/net/ethernet/tehuti/*
11367
11368 Telecom Clock Driver for MCPL0010
11369 M:      Mark Gross <mark.gross@intel.com>
11370 S:      Supported
11371 F:      drivers/char/tlclk.c
11372
11373 TENSILICA XTENSA PORT (xtensa)
11374 M:      Chris Zankel <chris@zankel.net>
11375 M:      Max Filippov <jcmvbkbc@gmail.com>
11376 L:      linux-xtensa@linux-xtensa.org
11377 T:      git git://github.com/czankel/xtensa-linux.git
11378 S:      Maintained
11379 F:      arch/xtensa/
11380 F:      drivers/irqchip/irq-xtensa-*
11381
11382 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11383 M:      Hans Verkuil <hverkuil@xs4all.nl>
11384 L:      linux-media@vger.kernel.org
11385 T:      git git://linuxtv.org/media_tree.git
11386 W:      https://linuxtv.org
11387 S:      Maintained
11388 F:      drivers/media/radio/radio-raremono.c
11389
11390 THERMAL
11391 M:      Zhang Rui <rui.zhang@intel.com>
11392 M:      Eduardo Valentin <edubezval@gmail.com>
11393 L:      linux-pm@vger.kernel.org
11394 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11396 Q:      https://patchwork.kernel.org/project/linux-pm/list/
11397 S:      Supported
11398 F:      drivers/thermal/
11399 F:      include/linux/thermal.h
11400 F:      include/uapi/linux/thermal.h
11401 F:      include/linux/cpu_cooling.h
11402 F:      Documentation/devicetree/bindings/thermal/
11403
11404 THERMAL/CPU_COOLING
11405 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
11406 M:      Viresh Kumar <viresh.kumar@linaro.org>
11407 M:      Javi Merino <javi.merino@arm.com>
11408 L:      linux-pm@vger.kernel.org
11409 S:      Supported
11410 F:      Documentation/thermal/cpu-cooling-api.txt
11411 F:      drivers/thermal/cpu_cooling.c
11412 F:      include/linux/cpu_cooling.h
11413
11414 THINGM BLINK(1) USB RGB LED DRIVER
11415 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
11416 S:      Maintained
11417 F:      drivers/hid/hid-thingm.c
11418
11419 THINKPAD ACPI EXTRAS DRIVER
11420 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11421 L:      ibm-acpi-devel@lists.sourceforge.net
11422 L:      platform-driver-x86@vger.kernel.org
11423 W:      http://ibm-acpi.sourceforge.net
11424 W:      http://thinkwiki.org/wiki/Ibm-acpi
11425 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11426 S:      Maintained
11427 F:      drivers/platform/x86/thinkpad_acpi.c
11428
11429 TI BANDGAP AND THERMAL DRIVER
11430 M:      Eduardo Valentin <edubezval@gmail.com>
11431 M:      Keerthy <j-keerthy@ti.com>
11432 L:      linux-pm@vger.kernel.org
11433 L:      linux-omap@vger.kernel.org
11434 S:      Maintained
11435 F:      drivers/thermal/ti-soc-thermal/
11436
11437 TI VPE/CAL DRIVERS
11438 M:      Benoit Parrot <bparrot@ti.com>
11439 L:      linux-media@vger.kernel.org
11440 W:      http://linuxtv.org/
11441 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11442 S:      Maintained
11443 F:      drivers/media/platform/ti-vpe/
11444
11445 TI CDCE706 CLOCK DRIVER
11446 M:      Max Filippov <jcmvbkbc@gmail.com>
11447 S:      Maintained
11448 F:      drivers/clk/clk-cdce706.c
11449
11450 TI CLOCK DRIVER
11451 M:      Tero Kristo <t-kristo@ti.com>
11452 L:      linux-omap@vger.kernel.org
11453 S:      Maintained
11454 F:      drivers/clk/ti/
11455 F:      include/linux/clk/ti.h
11456
11457 TI ETHERNET SWITCH DRIVER (CPSW)
11458 M:      Mugunthan V N <mugunthanvnm@ti.com>
11459 R:      Grygorii Strashko <grygorii.strashko@ti.com>
11460 L:      linux-omap@vger.kernel.org
11461 L:      netdev@vger.kernel.org
11462 S:      Maintained
11463 F:      drivers/net/ethernet/ti/cpsw*
11464 F:      drivers/net/ethernet/ti/davinci*
11465
11466 TI FLASH MEDIA INTERFACE DRIVER
11467 M:      Alex Dubov <oakad@yahoo.com>
11468 S:      Maintained
11469 F:      drivers/misc/tifm*
11470 F:      drivers/mmc/host/tifm_sd.c
11471 F:      include/linux/tifm.h
11472
11473 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11474 M:      Santosh Shilimkar <ssantosh@kernel.org>
11475 L:      linux-kernel@vger.kernel.org
11476 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11477 S:      Maintained
11478 F:      drivers/soc/ti/*
11479 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11480
11481
11482 TI LM49xxx FAMILY ASoC CODEC DRIVERS
11483 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
11484 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
11485 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11486 S:      Maintained
11487 F:      sound/soc/codecs/lm49453*
11488 F:      sound/soc/codecs/isabelle*
11489
11490 TI LP855x BACKLIGHT DRIVER
11491 M:      Milo Kim <milo.kim@ti.com>
11492 S:      Maintained
11493 F:      Documentation/backlight/lp855x-driver.txt
11494 F:      drivers/video/backlight/lp855x_bl.c
11495 F:      include/linux/platform_data/lp855x.h
11496
11497 TI LP8727 CHARGER DRIVER
11498 M:      Milo Kim <milo.kim@ti.com>
11499 S:      Maintained
11500 F:      drivers/power/lp8727_charger.c
11501 F:      include/linux/platform_data/lp8727.h
11502
11503 TI LP8788 MFD DRIVER
11504 M:      Milo Kim <milo.kim@ti.com>
11505 S:      Maintained
11506 F:      drivers/iio/adc/lp8788_adc.c
11507 F:      drivers/leds/leds-lp8788.c
11508 F:      drivers/mfd/lp8788*.c
11509 F:      drivers/power/lp8788-charger.c
11510 F:      drivers/regulator/lp8788-*.c
11511 F:      include/linux/mfd/lp8788*.h
11512
11513 TI NETCP ETHERNET DRIVER
11514 M:      Wingman Kwok <w-kwok2@ti.com>
11515 M:      Murali Karicheri <m-karicheri2@ti.com>
11516 L:      netdev@vger.kernel.org
11517 S:      Maintained
11518 F:      drivers/net/ethernet/ti/netcp*
11519
11520 TI TAS571X FAMILY ASoC CODEC DRIVER
11521 M:      Kevin Cernekee <cernekee@chromium.org>
11522 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11523 S:      Odd Fixes
11524 F:      sound/soc/codecs/tas571x*
11525
11526 TI TWL4030 SERIES SOC CODEC DRIVER
11527 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
11528 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11529 S:      Maintained
11530 F:      sound/soc/codecs/twl4030*
11531
11532 TI WILINK WIRELESS DRIVERS
11533 L:      linux-wireless@vger.kernel.org
11534 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
11535 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
11536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11537 S:      Orphan
11538 F:      drivers/net/wireless/ti/
11539 F:      include/linux/wl12xx.h
11540
11541 TIPC NETWORK LAYER
11542 M:      Jon Maloy <jon.maloy@ericsson.com>
11543 M:      Ying Xue <ying.xue@windriver.com>
11544 L:      netdev@vger.kernel.org (core kernel code)
11545 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11546 W:      http://tipc.sourceforge.net/
11547 S:      Maintained
11548 F:      include/uapi/linux/tipc*.h
11549 F:      net/tipc/
11550
11551 TILE ARCHITECTURE
11552 M:      Chris Metcalf <cmetcalf@mellanox.com>
11553 W:      http://www.mellanox.com/repository/solutions/tile-scm/
11554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11555 S:      Supported
11556 F:      arch/tile/
11557 F:      drivers/char/tile-srom.c
11558 F:      drivers/edac/tile_edac.c
11559 F:      drivers/net/ethernet/tile/
11560 F:      drivers/rtc/rtc-tile.c
11561 F:      drivers/tty/hvc/hvc_tile.c
11562 F:      drivers/tty/serial/tilegx.c
11563 F:      drivers/usb/host/*-tilegx.c
11564 F:      include/linux/usb/tilegx.h
11565
11566 TLAN NETWORK DRIVER
11567 M:      Samuel Chessman <chessman@tux.org>
11568 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
11569 W:      http://sourceforge.net/projects/tlan/
11570 S:      Maintained
11571 F:      Documentation/networking/tlan.txt
11572 F:      drivers/net/ethernet/ti/tlan.*
11573
11574 TOMOYO SECURITY MODULE
11575 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
11576 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11577 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11578 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11579 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11580 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11581 W:      http://tomoyo.sourceforge.jp/
11582 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11583 S:      Maintained
11584 F:      security/tomoyo/
11585
11586 TOPSTAR LAPTOP EXTRAS DRIVER
11587 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
11588 L:      platform-driver-x86@vger.kernel.org
11589 S:      Maintained
11590 F:      drivers/platform/x86/topstar-laptop.c
11591
11592 TOSHIBA ACPI EXTRAS DRIVER
11593 M:      Azael Avalos <coproscefalo@gmail.com>
11594 L:      platform-driver-x86@vger.kernel.org
11595 S:      Maintained
11596 F:      drivers/platform/x86/toshiba_acpi.c
11597
11598 TOSHIBA BLUETOOTH DRIVER
11599 M:      Azael Avalos <coproscefalo@gmail.com>
11600 L:      platform-driver-x86@vger.kernel.org
11601 S:      Maintained
11602 F:      drivers/platform/x86/toshiba_bluetooth.c
11603
11604 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11605 M:      Azael Avalos <coproscefalo@gmail.com>
11606 L:      platform-driver-x86@vger.kernel.org
11607 S:      Maintained
11608 F:      drivers/platform/x86/toshiba_haps.c
11609
11610 TOSHIBA WMI HOTKEYS DRIVER
11611 M:      Azael Avalos <coproscefalo@gmail.com>
11612 L:      platform-driver-x86@vger.kernel.org
11613 S:      Maintained
11614 F:      drivers/platform/x86/toshiba-wmi.c
11615
11616 TOSHIBA SMM DRIVER
11617 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
11618 W:      http://www.buzzard.org.uk/toshiba/
11619 S:      Maintained
11620 F:      drivers/char/toshiba.c
11621 F:      include/linux/toshiba.h
11622 F:      include/uapi/linux/toshiba.h
11623
11624 TOSHIBA TC358743 DRIVER
11625 M:      Mats Randgaard <matrandg@cisco.com>
11626 L:      linux-media@vger.kernel.org
11627 S:      Maintained
11628 F:      drivers/media/i2c/tc358743*
11629 F:      include/media/i2c/tc358743.h
11630
11631 TMIO/SDHI MMC DRIVER
11632 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
11633 L:      linux-mmc@vger.kernel.org
11634 S:      Supported
11635 F:      drivers/mmc/host/tmio_mmc*
11636 F:      drivers/mmc/host/sh_mobile_sdhi.c
11637 F:      include/linux/mfd/tmio.h
11638
11639 TMP401 HARDWARE MONITOR DRIVER
11640 M:      Guenter Roeck <linux@roeck-us.net>
11641 L:      linux-hwmon@vger.kernel.org
11642 S:      Maintained
11643 F:      Documentation/hwmon/tmp401
11644 F:      drivers/hwmon/tmp401.c
11645
11646 TMPFS (SHMEM FILESYSTEM)
11647 M:      Hugh Dickins <hughd@google.com>
11648 L:      linux-mm@kvack.org
11649 S:      Maintained
11650 F:      include/linux/shmem_fs.h
11651 F:      mm/shmem.c
11652
11653 TM6000 VIDEO4LINUX DRIVER
11654 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11655 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11656 L:      linux-media@vger.kernel.org
11657 W:      https://linuxtv.org
11658 T:      git git://linuxtv.org/media_tree.git
11659 S:      Odd fixes
11660 F:      drivers/media/usb/tm6000/
11661
11662 TW68 VIDEO4LINUX DRIVER
11663 M:      Hans Verkuil <hverkuil@xs4all.nl>
11664 L:      linux-media@vger.kernel.org
11665 T:      git git://linuxtv.org/media_tree.git
11666 W:      https://linuxtv.org
11667 S:      Odd Fixes
11668 F:      drivers/media/pci/tw68/
11669
11670 TW686X VIDEO4LINUX DRIVER
11671 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
11672 L:      linux-media@vger.kernel.org
11673 T:      git git://linuxtv.org/media_tree.git
11674 W:      http://linuxtv.org
11675 S:      Maintained
11676 F:      drivers/media/pci/tw686x/
11677
11678 TPM DEVICE DRIVER
11679 M:      Peter Huewe <peterhuewe@gmx.de>
11680 M:      Marcel Selhorst <tpmdd@selhorst.net>
11681 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11682 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11683 W:      http://tpmdd.sourceforge.net
11684 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11685 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
11686 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
11687 S:      Maintained
11688 F:      drivers/char/tpm/
11689
11690 TPM IBM_VTPM DEVICE DRIVER
11691 M:      Ashley Lai <ashleydlai@gmail.com>
11692 W:      http://tpmdd.sourceforge.net
11693 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11694 S:      Maintained
11695 F:      drivers/char/tpm/tpm_ibmvtpm*
11696
11697 TRACING
11698 M:      Steven Rostedt <rostedt@goodmis.org>
11699 M:      Ingo Molnar <mingo@redhat.com>
11700 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11701 S:      Maintained
11702 F:      Documentation/trace/ftrace.txt
11703 F:      arch/*/*/*/ftrace.h
11704 F:      arch/*/kernel/ftrace.c
11705 F:      include/*/ftrace.h
11706 F:      include/linux/trace*.h
11707 F:      include/trace/
11708 F:      kernel/trace/
11709 F:      tools/testing/selftests/ftrace/
11710
11711 TRACING MMIO ACCESSES (MMIOTRACE)
11712 M:      Steven Rostedt <rostedt@goodmis.org>
11713 M:      Ingo Molnar <mingo@kernel.org>
11714 R:      Karol Herbst <karolherbst@gmail.com>
11715 R:      Pekka Paalanen <ppaalanen@gmail.com>
11716 S:      Maintained
11717 L:      linux-kernel@vger.kernel.org
11718 L:      nouveau@lists.freedesktop.org
11719 F:      kernel/trace/trace_mmiotrace.c
11720 F:      include/linux/mmiotrace.h
11721 F:      arch/x86/mm/kmmio.c
11722 F:      arch/x86/mm/mmio-mod.c
11723 F:      arch/x86/mm/testmmiotrace.c
11724
11725 TRIVIAL PATCHES
11726 M:      Jiri Kosina <trivial@kernel.org>
11727 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11728 S:      Maintained
11729 K:      ^Subject:.*(?i)trivial
11730
11731 TTY LAYER
11732 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11733 M:      Jiri Slaby <jslaby@suse.com>
11734 S:      Supported
11735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11736 F:      Documentation/serial/
11737 F:      drivers/tty/
11738 F:      drivers/tty/serial/serial_core.c
11739 F:      include/linux/serial_core.h
11740 F:      include/linux/serial.h
11741 F:      include/linux/tty.h
11742 F:      include/uapi/linux/serial_core.h
11743 F:      include/uapi/linux/serial.h
11744 F:      include/uapi/linux/tty.h
11745
11746 TUA9001 MEDIA DRIVER
11747 M:      Antti Palosaari <crope@iki.fi>
11748 L:      linux-media@vger.kernel.org
11749 W:      https://linuxtv.org
11750 W:      http://palosaari.fi/linux/
11751 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11752 T:      git git://linuxtv.org/anttip/media_tree.git
11753 S:      Maintained
11754 F:      drivers/media/tuners/tua9001*
11755
11756 TULIP NETWORK DRIVERS
11757 L:      netdev@vger.kernel.org
11758 L:      linux-parisc@vger.kernel.org
11759 S:      Orphan
11760 F:      drivers/net/ethernet/dec/tulip/
11761
11762 TUN/TAP driver
11763 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
11764 W:      http://vtun.sourceforge.net/tun
11765 S:      Maintained
11766 F:      Documentation/networking/tuntap.txt
11767 F:      arch/um/os-Linux/drivers/
11768
11769 TURBOCHANNEL SUBSYSTEM
11770 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11771 M:      Ralf Baechle <ralf@linux-mips.org>
11772 L:      linux-mips@linux-mips.org
11773 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
11774 S:      Maintained
11775 F:      drivers/tc/
11776 F:      include/linux/tc.h
11777
11778 U14-34F SCSI DRIVER
11779 M:      Dario Ballabio <ballabio_dario@emc.com>
11780 L:      linux-scsi@vger.kernel.org
11781 S:      Maintained
11782 F:      drivers/scsi/u14-34f.c
11783
11784 UBI FILE SYSTEM (UBIFS)
11785 M:      Richard Weinberger <richard@nod.at>
11786 M:      Artem Bityutskiy <dedekind1@gmail.com>
11787 M:      Adrian Hunter <adrian.hunter@intel.com>
11788 L:      linux-mtd@lists.infradead.org
11789 T:      git git://git.infradead.org/ubifs-2.6.git
11790 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
11791 S:      Supported
11792 F:      Documentation/filesystems/ubifs.txt
11793 F:      fs/ubifs/
11794
11795 UCLINUX (M68KNOMMU AND COLDFIRE)
11796 M:      Greg Ungerer <gerg@linux-m68k.org>
11797 W:      http://www.linux-m68k.org/
11798 W:      http://www.uclinux.org/
11799 L:      linux-m68k@lists.linux-m68k.org
11800 L:      uclinux-dev@uclinux.org  (subscribers-only)
11801 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11802 S:      Maintained
11803 F:      arch/m68k/coldfire/
11804 F:      arch/m68k/68*/
11805 F:      arch/m68k/*/*_no.*
11806 F:      arch/m68k/include/asm/*_no.*
11807
11808 UDF FILESYSTEM
11809 M:      Jan Kara <jack@suse.com>
11810 S:      Maintained
11811 F:      Documentation/filesystems/udf.txt
11812 F:      fs/udf/
11813
11814 UFS FILESYSTEM
11815 M:      Evgeniy Dushistov <dushistov@mail.ru>
11816 S:      Maintained
11817 F:      Documentation/filesystems/ufs.txt
11818 F:      fs/ufs/
11819
11820 UHID USERSPACE HID IO DRIVER:
11821 M:      David Herrmann <dh.herrmann@googlemail.com>
11822 L:      linux-input@vger.kernel.org
11823 S:      Maintained
11824 F:      drivers/hid/uhid.c
11825 F:      include/uapi/linux/uhid.h
11826
11827 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11828 L:      linux-usb@vger.kernel.org
11829 S:      Orphan
11830 F:      drivers/uwb/
11831 F:      include/linux/uwb.h
11832 F:      include/linux/uwb/
11833
11834 UNICORE32 ARCHITECTURE:
11835 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
11836 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
11837 S:      Maintained
11838 T:      git git://github.com/gxt/linux.git
11839 F:      arch/unicore32/
11840
11841 UNIFDEF
11842 M:      Tony Finch <dot@dotat.at>
11843 W:      http://dotat.at/prog/unifdef
11844 S:      Maintained
11845 F:      scripts/unifdef.c
11846
11847 UNIFORM CDROM DRIVER
11848 M:      Jens Axboe <axboe@kernel.dk>
11849 W:      http://www.kernel.dk
11850 S:      Maintained
11851 F:      Documentation/cdrom/
11852 F:      drivers/cdrom/cdrom.c
11853 F:      include/linux/cdrom.h
11854 F:      include/uapi/linux/cdrom.h
11855
11856 UNISYS S-PAR DRIVERS
11857 M:      David Kershner <david.kershner@unisys.com>
11858 L:      sparmaintainer@unisys.com (Unisys internal)
11859 S:      Supported
11860 F:      drivers/staging/unisys/
11861
11862 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11863 M:      Vinayak Holikatti <vinholikatti@gmail.com>
11864 L:      linux-scsi@vger.kernel.org
11865 S:      Supported
11866 F:      Documentation/scsi/ufs.txt
11867 F:      drivers/scsi/ufs/
11868
11869 UNSORTED BLOCK IMAGES (UBI)
11870 M:      Artem Bityutskiy <dedekind1@gmail.com>
11871 M:      Richard Weinberger <richard@nod.at>
11872 W:      http://www.linux-mtd.infradead.org/
11873 L:      linux-mtd@lists.infradead.org
11874 T:      git git://git.infradead.org/ubifs-2.6.git
11875 S:      Supported
11876 F:      drivers/mtd/ubi/
11877 F:      include/linux/mtd/ubi.h
11878 F:      include/uapi/mtd/ubi-user.h
11879
11880 USB ACM DRIVER
11881 M:      Oliver Neukum <oneukum@suse.com>
11882 L:      linux-usb@vger.kernel.org
11883 S:      Maintained
11884 F:      Documentation/usb/acm.txt
11885 F:      drivers/usb/class/cdc-acm.*
11886
11887 USB AR5523 WIRELESS DRIVER
11888 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
11889 L:      linux-wireless@vger.kernel.org
11890 S:      Maintained
11891 F:      drivers/net/wireless/ath/ar5523/
11892
11893 USB ATTACHED SCSI
11894 M:      Hans de Goede <hdegoede@redhat.com>
11895 M:      Gerd Hoffmann <kraxel@redhat.com>
11896 L:      linux-usb@vger.kernel.org
11897 L:      linux-scsi@vger.kernel.org
11898 S:      Maintained
11899 F:      drivers/usb/storage/uas.c
11900
11901 USB CDC ETHERNET DRIVER
11902 M:      Oliver Neukum <oliver@neukum.org>
11903 L:      linux-usb@vger.kernel.org
11904 S:      Maintained
11905 F:      drivers/net/usb/cdc_*.c
11906 F:      include/uapi/linux/usb/cdc.h
11907
11908 USB CHAOSKEY DRIVER
11909 M:      Keith Packard <keithp@keithp.com>
11910 L:      linux-usb@vger.kernel.org
11911 S:      Maintained
11912 F:      drivers/usb/misc/chaoskey.c
11913
11914 USB CYPRESS C67X00 DRIVER
11915 M:      Peter Korsgaard <jacmet@sunsite.dk>
11916 L:      linux-usb@vger.kernel.org
11917 S:      Maintained
11918 F:      drivers/usb/c67x00/
11919
11920 USB DAVICOM DM9601 DRIVER
11921 M:      Peter Korsgaard <jacmet@sunsite.dk>
11922 L:      netdev@vger.kernel.org
11923 W:      http://www.linux-usb.org/usbnet
11924 S:      Maintained
11925 F:      drivers/net/usb/dm9601.c
11926
11927 USB DIAMOND RIO500 DRIVER
11928 M:      Cesar Miquel <miquel@df.uba.ar>
11929 L:      rio500-users@lists.sourceforge.net
11930 W:      http://rio500.sourceforge.net
11931 S:      Maintained
11932 F:      drivers/usb/misc/rio500*
11933
11934 USB EHCI DRIVER
11935 M:      Alan Stern <stern@rowland.harvard.edu>
11936 L:      linux-usb@vger.kernel.org
11937 S:      Maintained
11938 F:      Documentation/usb/ehci.txt
11939 F:      drivers/usb/host/ehci*
11940
11941 USB GADGET/PERIPHERAL SUBSYSTEM
11942 M:      Felipe Balbi <balbi@kernel.org>
11943 L:      linux-usb@vger.kernel.org
11944 W:      http://www.linux-usb.org/gadget
11945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11946 S:      Maintained
11947 F:      drivers/usb/gadget/
11948 F:      include/linux/usb/gadget*
11949
11950 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11951 M:      Jiri Kosina <jikos@kernel.org>
11952 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
11953 L:      linux-usb@vger.kernel.org
11954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11955 S:      Maintained
11956 F:      Documentation/hid/hiddev.txt
11957 F:      drivers/hid/usbhid/
11958
11959 USB ISP116X DRIVER
11960 M:      Olav Kongas <ok@artecdesign.ee>
11961 L:      linux-usb@vger.kernel.org
11962 S:      Maintained
11963 F:      drivers/usb/host/isp116x*
11964 F:      include/linux/usb/isp116x.h
11965
11966 USB LAN78XX ETHERNET DRIVER
11967 M:      Woojung Huh <woojung.huh@microchip.com>
11968 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
11969 L:      netdev@vger.kernel.org
11970 S:      Maintained
11971 F:      drivers/net/usb/lan78xx.*
11972
11973 USB MASS STORAGE DRIVER
11974 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11975 L:      linux-usb@vger.kernel.org
11976 L:      usb-storage@lists.one-eyed-alien.net
11977 S:      Maintained
11978 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11979 F:      drivers/usb/storage/
11980
11981 USB MIDI DRIVER
11982 M:      Clemens Ladisch <clemens@ladisch.de>
11983 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11984 T:      git git://git.alsa-project.org/alsa-kernel.git
11985 S:      Maintained
11986 F:      sound/usb/midi.*
11987
11988 USB NETWORKING DRIVERS
11989 L:      linux-usb@vger.kernel.org
11990 S:      Odd Fixes
11991 F:      drivers/net/usb/
11992
11993 USB OHCI DRIVER
11994 M:      Alan Stern <stern@rowland.harvard.edu>
11995 L:      linux-usb@vger.kernel.org
11996 S:      Maintained
11997 F:      Documentation/usb/ohci.txt
11998 F:      drivers/usb/host/ohci*
11999
12000 USB OTG FSM (Finite State Machine)
12001 M:      Peter Chen <Peter.Chen@nxp.com>
12002 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12003 L:      linux-usb@vger.kernel.org
12004 S:      Maintained
12005 F:      drivers/usb/common/usb-otg-fsm.c
12006
12007 USB OVER IP DRIVER
12008 M:      Valentina Manea <valentina.manea.m@gmail.com>
12009 M:      Shuah Khan <shuahkh@osg.samsung.com>
12010 M:      Shuah Khan <shuah@kernel.org>
12011 L:      linux-usb@vger.kernel.org
12012 S:      Maintained
12013 F:      Documentation/usb/usbip_protocol.txt
12014 F:      drivers/usb/usbip/
12015 F:      tools/usb/usbip/
12016
12017 USB PEGASUS DRIVER
12018 M:      Petko Manolov <petkan@nucleusys.com>
12019 L:      linux-usb@vger.kernel.org
12020 L:      netdev@vger.kernel.org
12021 T:      git git://github.com/petkan/pegasus.git
12022 W:      https://github.com/petkan/pegasus
12023 S:      Maintained
12024 F:      drivers/net/usb/pegasus.*
12025
12026 USB PHY LAYER
12027 M:      Felipe Balbi <balbi@kernel.org>
12028 L:      linux-usb@vger.kernel.org
12029 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12030 S:      Maintained
12031 F:      drivers/usb/phy/
12032
12033 USB PRINTER DRIVER (usblp)
12034 M:      Pete Zaitcev <zaitcev@redhat.com>
12035 L:      linux-usb@vger.kernel.org
12036 S:      Supported
12037 F:      drivers/usb/class/usblp.c
12038
12039 USB QMI WWAN NETWORK DRIVER
12040 M:      Bjørn Mork <bjorn@mork.no>
12041 L:      netdev@vger.kernel.org
12042 S:      Maintained
12043 F:      Documentation/ABI/testing/sysfs-class-net-qmi
12044 F:      drivers/net/usb/qmi_wwan.c
12045
12046 USB RTL8150 DRIVER
12047 M:      Petko Manolov <petkan@nucleusys.com>
12048 L:      linux-usb@vger.kernel.org
12049 L:      netdev@vger.kernel.org
12050 T:      git git://github.com/petkan/rtl8150.git
12051 W:      https://github.com/petkan/rtl8150
12052 S:      Maintained
12053 F:      drivers/net/usb/rtl8150.c
12054
12055 USB SERIAL SUBSYSTEM
12056 M:      Johan Hovold <johan@kernel.org>
12057 L:      linux-usb@vger.kernel.org
12058 S:      Maintained
12059 F:      Documentation/usb/usb-serial.txt
12060 F:      drivers/usb/serial/
12061 F:      include/linux/usb/serial.h
12062
12063 USB SMSC75XX ETHERNET DRIVER
12064 M:      Steve Glendinning <steve.glendinning@shawell.net>
12065 L:      netdev@vger.kernel.org
12066 S:      Maintained
12067 F:      drivers/net/usb/smsc75xx.*
12068
12069 USB SMSC95XX ETHERNET DRIVER
12070 M:      Steve Glendinning <steve.glendinning@shawell.net>
12071 L:      netdev@vger.kernel.org
12072 S:      Maintained
12073 F:      drivers/net/usb/smsc95xx.*
12074
12075 USB SUBSYSTEM
12076 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12077 L:      linux-usb@vger.kernel.org
12078 W:      http://www.linux-usb.org
12079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12080 S:      Supported
12081 F:      Documentation/devicetree/bindings/usb/
12082 F:      Documentation/usb/
12083 F:      drivers/usb/
12084 F:      include/linux/usb.h
12085 F:      include/linux/usb/
12086
12087 USB UHCI DRIVER
12088 M:      Alan Stern <stern@rowland.harvard.edu>
12089 L:      linux-usb@vger.kernel.org
12090 S:      Maintained
12091 F:      drivers/usb/host/uhci*
12092
12093 USB "USBNET" DRIVER FRAMEWORK
12094 M:      Oliver Neukum <oneukum@suse.com>
12095 L:      netdev@vger.kernel.org
12096 W:      http://www.linux-usb.org/usbnet
12097 S:      Maintained
12098 F:      drivers/net/usb/usbnet.c
12099 F:      include/linux/usb/usbnet.h
12100
12101 USB VIDEO CLASS
12102 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12103 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12104 L:      linux-media@vger.kernel.org
12105 T:      git git://linuxtv.org/media_tree.git
12106 W:      http://www.ideasonboard.org/uvc/
12107 S:      Maintained
12108 F:      drivers/media/usb/uvc/
12109 F:      include/uapi/linux/uvcvideo.h
12110
12111 USB VISION DRIVER
12112 M:      Hans Verkuil <hverkuil@xs4all.nl>
12113 L:      linux-media@vger.kernel.org
12114 T:      git git://linuxtv.org/media_tree.git
12115 W:      https://linuxtv.org
12116 S:      Odd Fixes
12117 F:      drivers/media/usb/usbvision/
12118
12119 USB WEBCAM GADGET
12120 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12121 L:      linux-usb@vger.kernel.org
12122 S:      Maintained
12123 F:      drivers/usb/gadget/function/*uvc*
12124 F:      drivers/usb/gadget/legacy/webcam.c
12125
12126 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12127 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
12128 L:      linux-wireless@vger.kernel.org
12129 S:      Maintained
12130 F:      drivers/net/wireless/rndis_wlan.c
12131
12132 USB XHCI DRIVER
12133 M:      Mathias Nyman <mathias.nyman@intel.com>
12134 L:      linux-usb@vger.kernel.org
12135 S:      Supported
12136 F:      drivers/usb/host/xhci*
12137 F:      drivers/usb/host/pci-quirks*
12138
12139 USB ZD1201 DRIVER
12140 L:      linux-wireless@vger.kernel.org
12141 W:      http://linux-lc100020.sourceforge.net
12142 S:      Orphan
12143 F:      drivers/net/wireless/zydas/zd1201.*
12144
12145 USB ZR364XX DRIVER
12146 M:      Antoine Jacquet <royale@zerezo.com>
12147 L:      linux-usb@vger.kernel.org
12148 L:      linux-media@vger.kernel.org
12149 T:      git git://linuxtv.org/media_tree.git
12150 W:      http://royale.zerezo.com/zr364xx/
12151 S:      Maintained
12152 F:      Documentation/video4linux/zr364xx.txt
12153 F:      drivers/media/usb/zr364xx/
12154
12155 ULPI BUS
12156 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
12157 L:      linux-usb@vger.kernel.org
12158 S:      Maintained
12159 F:      drivers/usb/common/ulpi.c
12160 F:      include/linux/ulpi/
12161
12162 USER-MODE LINUX (UML)
12163 M:      Jeff Dike <jdike@addtoit.com>
12164 M:      Richard Weinberger <richard@nod.at>
12165 L:      user-mode-linux-devel@lists.sourceforge.net
12166 L:      user-mode-linux-user@lists.sourceforge.net
12167 W:      http://user-mode-linux.sourceforge.net
12168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12169 S:      Maintained
12170 F:      Documentation/virtual/uml/
12171 F:      arch/um/
12172 F:      arch/x86/um/
12173 F:      fs/hostfs/
12174 F:      fs/hppfs/
12175
12176 USERSPACE I/O (UIO)
12177 M:      "Hans J. Koch" <hjk@hansjkoch.de>
12178 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12179 S:      Maintained
12180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12181 F:      Documentation/DocBook/uio-howto.tmpl
12182 F:      drivers/uio/
12183 F:      include/linux/uio*.h
12184
12185 UTIL-LINUX PACKAGE
12186 M:      Karel Zak <kzak@redhat.com>
12187 L:      util-linux@vger.kernel.org
12188 W:      http://en.wikipedia.org/wiki/Util-linux
12189 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12190 S:      Maintained
12191
12192 UVESAFB DRIVER
12193 M:      Michal Januszewski <spock@gentoo.org>
12194 L:      linux-fbdev@vger.kernel.org
12195 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
12196 S:      Maintained
12197 F:      Documentation/fb/uvesafb.txt
12198 F:      drivers/video/fbdev/uvesafb.*
12199
12200 VF610 NAND DRIVER
12201 M:      Stefan Agner <stefan@agner.ch>
12202 L:      linux-mtd@lists.infradead.org
12203 S:      Supported
12204 F:      drivers/mtd/nand/vf610_nfc.c
12205
12206 VFAT/FAT/MSDOS FILESYSTEM
12207 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
12208 S:      Maintained
12209 F:      Documentation/filesystems/vfat.txt
12210 F:      fs/fat/
12211
12212 VFIO DRIVER
12213 M:      Alex Williamson <alex.williamson@redhat.com>
12214 L:      kvm@vger.kernel.org
12215 T:      git git://github.com/awilliam/linux-vfio.git
12216 S:      Maintained
12217 F:      Documentation/vfio.txt
12218 F:      drivers/vfio/
12219 F:      include/linux/vfio.h
12220 F:      include/uapi/linux/vfio.h
12221
12222 VFIO PLATFORM DRIVER
12223 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
12224 L:      kvm@vger.kernel.org
12225 S:      Maintained
12226 F:      drivers/vfio/platform/
12227
12228 VIDEOBUF2 FRAMEWORK
12229 M:      Pawel Osciak <pawel@osciak.com>
12230 M:      Marek Szyprowski <m.szyprowski@samsung.com>
12231 M:      Kyungmin Park <kyungmin.park@samsung.com>
12232 L:      linux-media@vger.kernel.org
12233 S:      Maintained
12234 F:      drivers/media/v4l2-core/videobuf2-*
12235 F:      include/media/videobuf2-*
12236
12237 VIRTUAL SERIO DEVICE DRIVER
12238 M:      Stephen Chandler Paul <thatslyude@gmail.com>
12239 S:      Maintained
12240 F:      drivers/input/serio/userio.c
12241 F:      include/uapi/linux/userio.h
12242
12243 VIRTIO CONSOLE DRIVER
12244 M:      Amit Shah <amit.shah@redhat.com>
12245 L:      virtualization@lists.linux-foundation.org
12246 S:      Maintained
12247 F:      drivers/char/virtio_console.c
12248 F:      include/linux/virtio_console.h
12249 F:      include/uapi/linux/virtio_console.h
12250
12251 VIRTIO CORE, NET AND BLOCK DRIVERS
12252 M:      "Michael S. Tsirkin" <mst@redhat.com>
12253 L:      virtualization@lists.linux-foundation.org
12254 S:      Maintained
12255 F:      Documentation/devicetree/bindings/virtio/
12256 F:      drivers/virtio/
12257 F:      tools/virtio/
12258 F:      drivers/net/virtio_net.c
12259 F:      drivers/block/virtio_blk.c
12260 F:      include/linux/virtio_*.h
12261 F:      include/uapi/linux/virtio_*.h
12262
12263 VIRTIO DRIVERS FOR S390
12264 M:      Christian Borntraeger <borntraeger@de.ibm.com>
12265 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
12266 L:      linux-s390@vger.kernel.org
12267 L:      virtualization@lists.linux-foundation.org
12268 L:      kvm@vger.kernel.org
12269 S:      Supported
12270 F:      drivers/s390/virtio/
12271
12272 VIRTIO GPU DRIVER
12273 M:      David Airlie <airlied@linux.ie>
12274 M:      Gerd Hoffmann <kraxel@redhat.com>
12275 L:      dri-devel@lists.freedesktop.org
12276 L:      virtualization@lists.linux-foundation.org
12277 S:      Maintained
12278 F:      drivers/gpu/drm/virtio/
12279 F:      include/uapi/linux/virtio_gpu.h
12280
12281 VIRTIO HOST (VHOST)
12282 M:      "Michael S. Tsirkin" <mst@redhat.com>
12283 L:      kvm@vger.kernel.org
12284 L:      virtualization@lists.linux-foundation.org
12285 L:      netdev@vger.kernel.org
12286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12287 S:      Maintained
12288 F:      drivers/vhost/
12289 F:      include/uapi/linux/vhost.h
12290
12291 VIRTIO INPUT DRIVER
12292 M:      Gerd Hoffmann <kraxel@redhat.com>
12293 S:      Maintained
12294 F:      drivers/virtio/virtio_input.c
12295 F:      include/uapi/linux/virtio_input.h
12296
12297 VIA RHINE NETWORK DRIVER
12298 S:      Orphan
12299 F:      drivers/net/ethernet/via/via-rhine.c
12300
12301 VIA SD/MMC CARD CONTROLLER DRIVER
12302 M:      Bruce Chang <brucechang@via.com.tw>
12303 M:      Harald Welte <HaraldWelte@viatech.com>
12304 S:      Maintained
12305 F:      drivers/mmc/host/via-sdmmc.c
12306
12307 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12308 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
12309 L:      linux-fbdev@vger.kernel.org
12310 S:      Maintained
12311 F:      include/linux/via-core.h
12312 F:      include/linux/via-gpio.h
12313 F:      include/linux/via_i2c.h
12314 F:      drivers/video/fbdev/via/
12315
12316 VIA VELOCITY NETWORK DRIVER
12317 M:      Francois Romieu <romieu@fr.zoreil.com>
12318 L:      netdev@vger.kernel.org
12319 S:      Maintained
12320 F:      drivers/net/ethernet/via/via-velocity.*
12321
12322 VIRT LIB
12323 M:      Alex Williamson <alex.williamson@redhat.com>
12324 M:      Paolo Bonzini <pbonzini@redhat.com>
12325 L:      kvm@vger.kernel.org
12326 S:      Supported
12327 F:      virt/lib/
12328
12329 VIVID VIRTUAL VIDEO DRIVER
12330 M:      Hans Verkuil <hverkuil@xs4all.nl>
12331 L:      linux-media@vger.kernel.org
12332 T:      git git://linuxtv.org/media_tree.git
12333 W:      https://linuxtv.org
12334 S:      Maintained
12335 F:      drivers/media/platform/vivid/*
12336
12337 VLAN (802.1Q)
12338 M:      Patrick McHardy <kaber@trash.net>
12339 L:      netdev@vger.kernel.org
12340 S:      Maintained
12341 F:      drivers/net/macvlan.c
12342 F:      include/linux/if_*vlan.h
12343 F:      net/8021q/
12344
12345 VLYNQ BUS
12346 M:      Florian Fainelli <florian@openwrt.org>
12347 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
12348 S:      Maintained
12349 F:      drivers/vlynq/vlynq.c
12350 F:      include/linux/vlynq.h
12351
12352 VME SUBSYSTEM
12353 M:      Martyn Welch <martyn@welchs.me.uk>
12354 M:      Manohar Vanga <manohar.vanga@gmail.com>
12355 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12356 L:      devel@driverdev.osuosl.org
12357 S:      Maintained
12358 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12359 F:      Documentation/vme_api.txt
12360 F:      drivers/staging/vme/
12361 F:      drivers/vme/
12362 F:      include/linux/vme*
12363
12364 VMWARE HYPERVISOR INTERFACE
12365 M:      Alok Kataria <akataria@vmware.com>
12366 L:      virtualization@lists.linux-foundation.org
12367 S:      Supported
12368 F:      arch/x86/kernel/cpu/vmware.c
12369
12370 VMWARE BALLOON DRIVER
12371 M:      Xavier Deguillard <xdeguillard@vmware.com>
12372 M:      Philip Moltmann <moltmann@vmware.com>
12373 M:      "VMware, Inc." <pv-drivers@vmware.com>
12374 L:      linux-kernel@vger.kernel.org
12375 S:      Maintained
12376 F:      drivers/misc/vmw_balloon.c
12377
12378 VMWARE VMMOUSE SUBDRIVER
12379 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12380 M:      "VMware, Inc." <pv-drivers@vmware.com>
12381 L:      linux-input@vger.kernel.org
12382 S:      Maintained
12383 F:      drivers/input/mouse/vmmouse.c
12384 F:      drivers/input/mouse/vmmouse.h
12385
12386 VMWARE VMXNET3 ETHERNET DRIVER
12387 M:      Shrikrishna Khare <skhare@vmware.com>
12388 M:      "VMware, Inc." <pv-drivers@vmware.com>
12389 L:      netdev@vger.kernel.org
12390 S:      Maintained
12391 F:      drivers/net/vmxnet3/
12392
12393 VMware PVSCSI driver
12394 M:      Arvind Kumar <arvindkumar@vmware.com>
12395 M:      VMware PV-Drivers <pv-drivers@vmware.com>
12396 L:      linux-scsi@vger.kernel.org
12397 S:      Maintained
12398 F:      drivers/scsi/vmw_pvscsi.c
12399 F:      drivers/scsi/vmw_pvscsi.h
12400
12401 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12402 M:      Liam Girdwood <lgirdwood@gmail.com>
12403 M:      Mark Brown <broonie@kernel.org>
12404 L:      linux-kernel@vger.kernel.org
12405 W:      http://www.slimlogic.co.uk/?p=48
12406 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12407 S:      Supported
12408 F:      Documentation/devicetree/bindings/regulator/
12409 F:      drivers/regulator/
12410 F:      include/dt-bindings/regulator/
12411 F:      include/linux/regulator/
12412
12413 VRF
12414 M:      David Ahern <dsa@cumulusnetworks.com>
12415 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
12416 L:      netdev@vger.kernel.org
12417 S:      Maintained
12418 F:      drivers/net/vrf.c
12419 F:      Documentation/networking/vrf.txt
12420
12421 VT1211 HARDWARE MONITOR DRIVER
12422 M:      Juerg Haefliger <juergh@gmail.com>
12423 L:      linux-hwmon@vger.kernel.org
12424 S:      Maintained
12425 F:      Documentation/hwmon/vt1211
12426 F:      drivers/hwmon/vt1211.c
12427
12428 VT8231 HARDWARE MONITOR DRIVER
12429 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
12430 L:      linux-hwmon@vger.kernel.org
12431 S:      Maintained
12432 F:      drivers/hwmon/vt8231.c
12433
12434 VUB300 USB to SDIO/SD/MMC bridge chip
12435 M:      Tony Olech <tony.olech@elandigitalsystems.com>
12436 L:      linux-mmc@vger.kernel.org
12437 L:      linux-usb@vger.kernel.org
12438 S:      Supported
12439 F:      drivers/mmc/host/vub300.c
12440
12441 W1 DALLAS'S 1-WIRE BUS
12442 M:      Evgeniy Polyakov <zbr@ioremap.net>
12443 S:      Maintained
12444 F:      Documentation/w1/
12445 F:      drivers/w1/
12446
12447 W83791D HARDWARE MONITORING DRIVER
12448 M:      Marc Hulsman <m.hulsman@tudelft.nl>
12449 L:      linux-hwmon@vger.kernel.org
12450 S:      Maintained
12451 F:      Documentation/hwmon/w83791d
12452 F:      drivers/hwmon/w83791d.c
12453
12454 W83793 HARDWARE MONITORING DRIVER
12455 M:      Rudolf Marek <r.marek@assembler.cz>
12456 L:      linux-hwmon@vger.kernel.org
12457 S:      Maintained
12458 F:      Documentation/hwmon/w83793
12459 F:      drivers/hwmon/w83793.c
12460
12461 W83795 HARDWARE MONITORING DRIVER
12462 M:      Jean Delvare <jdelvare@suse.com>
12463 L:      linux-hwmon@vger.kernel.org
12464 S:      Maintained
12465 F:      drivers/hwmon/w83795.c
12466
12467 W83L51xD SD/MMC CARD INTERFACE DRIVER
12468 M:      Pierre Ossman <pierre@ossman.eu>
12469 S:      Maintained
12470 F:      drivers/mmc/host/wbsd.*
12471
12472 WACOM PROTOCOL 4 SERIAL TABLETS
12473 M:      Julian Squires <julian@cipht.net>
12474 M:      Hans de Goede <hdegoede@redhat.com>
12475 L:      linux-input@vger.kernel.org
12476 S:      Maintained
12477 F:      drivers/input/tablet/wacom_serial4.c
12478
12479 WATCHDOG DEVICE DRIVERS
12480 M:      Wim Van Sebroeck <wim@iguana.be>
12481 R:      Guenter Roeck <linux@roeck-us.net>
12482 L:      linux-watchdog@vger.kernel.org
12483 W:      http://www.linux-watchdog.org/
12484 T:      git git://www.linux-watchdog.org/linux-watchdog.git
12485 S:      Maintained
12486 F:      Documentation/devicetree/bindings/watchdog/
12487 F:      Documentation/watchdog/
12488 F:      drivers/watchdog/
12489 F:      include/linux/watchdog.h
12490 F:      include/uapi/linux/watchdog.h
12491
12492 WD7000 SCSI DRIVER
12493 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
12494 L:      linux-scsi@vger.kernel.org
12495 S:      Maintained
12496 F:      drivers/scsi/wd7000.c
12497
12498 WIIMOTE HID DRIVER
12499 M:      David Herrmann <dh.herrmann@googlemail.com>
12500 L:      linux-input@vger.kernel.org
12501 S:      Maintained
12502 F:      drivers/hid/hid-wiimote*
12503
12504 WINBOND CIR DRIVER
12505 M:      David Härdeman <david@hardeman.nu>
12506 S:      Maintained
12507 F:      drivers/media/rc/winbond-cir.c
12508
12509 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
12510 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12511 L:      linux-watchdog@vger.kernel.org
12512 S:      Maintained
12513 F:      drivers/watchdog/ebc-c384_wdt.c
12514
12515 WINSYSTEMS WS16C48 GPIO DRIVER
12516 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12517 L:      linux-gpio@vger.kernel.org
12518 S:      Maintained
12519 F:      drivers/gpio/gpio-ws16c48.c
12520
12521 WIMAX STACK
12522 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
12523 M:      linux-wimax@intel.com
12524 L:      wimax@linuxwimax.org (subscribers-only)
12525 S:      Supported
12526 W:      http://linuxwimax.org
12527 F:      Documentation/wimax/README.wimax
12528 F:      include/linux/wimax/debug.h
12529 F:      include/net/wimax.h
12530 F:      include/uapi/linux/wimax.h
12531 F:      net/wimax/
12532
12533 WISTRON LAPTOP BUTTON DRIVER
12534 M:      Miloslav Trmac <mitr@volny.cz>
12535 S:      Maintained
12536 F:      drivers/input/misc/wistron_btns.c
12537
12538 WL3501 WIRELESS PCMCIA CARD DRIVER
12539 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
12540 L:      linux-wireless@vger.kernel.org
12541 W:      http://oops.ghostprotocols.net:81/blog
12542 S:      Maintained
12543 F:      drivers/net/wireless/wl3501*
12544
12545 WOLFSON MICROELECTRONICS DRIVERS
12546 L:      patches@opensource.wolfsonmicro.com
12547 T:      git https://github.com/CirrusLogic/linux-drivers.git
12548 W:      https://github.com/CirrusLogic/linux-drivers/wiki
12549 S:      Supported
12550 F:      Documentation/hwmon/wm83??
12551 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12552 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12553 F:      Documentation/devicetree/bindings/mfd/arizona.txt
12554 F:      arch/arm/mach-s3c64xx/mach-crag6410*
12555 F:      drivers/clk/clk-wm83*.c
12556 F:      drivers/extcon/extcon-arizona.c
12557 F:      drivers/leds/leds-wm83*.c
12558 F:      drivers/gpio/gpio-*wm*.c
12559 F:      drivers/gpio/gpio-arizona.c
12560 F:      drivers/hwmon/wm83??-hwmon.c
12561 F:      drivers/input/misc/wm831x-on.c
12562 F:      drivers/input/touchscreen/wm831x-ts.c
12563 F:      drivers/input/touchscreen/wm97*.c
12564 F:      drivers/mfd/arizona*
12565 F:      drivers/mfd/wm*.c
12566 F:      drivers/mfd/cs47l24*
12567 F:      drivers/power/wm83*.c
12568 F:      drivers/rtc/rtc-wm83*.c
12569 F:      drivers/regulator/wm8*.c
12570 F:      drivers/video/backlight/wm83*_bl.c
12571 F:      drivers/watchdog/wm83*_wdt.c
12572 F:      include/linux/mfd/arizona/
12573 F:      include/linux/mfd/wm831x/
12574 F:      include/linux/mfd/wm8350/
12575 F:      include/linux/mfd/wm8400*
12576 F:      include/linux/wm97xx.h
12577 F:      include/sound/wm????.h
12578 F:      sound/soc/codecs/arizona.?
12579 F:      sound/soc/codecs/wm*
12580 F:      sound/soc/codecs/cs47l24*
12581
12582 WORKQUEUE
12583 M:      Tejun Heo <tj@kernel.org>
12584 R:      Lai Jiangshan <jiangshanlai@gmail.com>
12585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12586 S:      Maintained
12587 F:      include/linux/workqueue.h
12588 F:      kernel/workqueue.c
12589 F:      Documentation/workqueue.txt
12590
12591 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
12592 M:      Chen-Yu Tsai <wens@csie.org>
12593 L:      linux-kernel@vger.kernel.org
12594 S:      Maintained
12595 N:      axp[128]
12596
12597 X.25 NETWORK LAYER
12598 M:      Andrew Hendry <andrew.hendry@gmail.com>
12599 L:      linux-x25@vger.kernel.org
12600 S:      Odd Fixes
12601 F:      Documentation/networking/x25*
12602 F:      include/net/x25*
12603 F:      net/x25/
12604
12605 X86 ARCHITECTURE (32-BIT AND 64-BIT)
12606 M:      Thomas Gleixner <tglx@linutronix.de>
12607 M:      Ingo Molnar <mingo@redhat.com>
12608 M:      "H. Peter Anvin" <hpa@zytor.com>
12609 M:      x86@kernel.org
12610 L:      linux-kernel@vger.kernel.org
12611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
12612 S:      Maintained
12613 F:      Documentation/x86/
12614 F:      arch/x86/
12615
12616 X86 PLATFORM DRIVERS
12617 M:      Darren Hart <dvhart@infradead.org>
12618 L:      platform-driver-x86@vger.kernel.org
12619 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12620 S:      Maintained
12621 F:      drivers/platform/x86/
12622 F:      drivers/platform/olpc/
12623
12624 X86 MCE INFRASTRUCTURE
12625 M:      Tony Luck <tony.luck@intel.com>
12626 M:      Borislav Petkov <bp@alien8.de>
12627 L:      linux-edac@vger.kernel.org
12628 S:      Maintained
12629 F:      arch/x86/kernel/cpu/mcheck/*
12630
12631 X86 MICROCODE UPDATE SUPPORT
12632 M:      Borislav Petkov <bp@alien8.de>
12633 S:      Maintained
12634 F:      arch/x86/kernel/cpu/microcode/*
12635
12636 X86 VDSO
12637 M:      Andy Lutomirski <luto@amacapital.net>
12638 L:      linux-kernel@vger.kernel.org
12639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12640 S:      Maintained
12641 F:      arch/x86/entry/vdso/
12642
12643 XC2028/3028 TUNER DRIVER
12644 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12645 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12646 L:      linux-media@vger.kernel.org
12647 W:      https://linuxtv.org
12648 T:      git git://linuxtv.org/media_tree.git
12649 S:      Maintained
12650 F:      drivers/media/tuners/tuner-xc2028.*
12651
12652 XEN HYPERVISOR INTERFACE
12653 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
12654 M:      David Vrabel <david.vrabel@citrix.com>
12655 M:      Juergen Gross <jgross@suse.com>
12656 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12658 S:      Supported
12659 F:      arch/x86/xen/
12660 F:      drivers/*/xen-*front.c
12661 F:      drivers/xen/
12662 F:      arch/x86/include/asm/xen/
12663 F:      include/xen/
12664 F:      include/uapi/xen/
12665
12666 XEN HYPERVISOR ARM
12667 M:      Stefano Stabellini <sstabellini@kernel.org>
12668 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12669 S:      Maintained
12670 F:      arch/arm/xen/
12671 F:      arch/arm/include/asm/xen/
12672
12673 XEN HYPERVISOR ARM64
12674 M:      Stefano Stabellini <sstabellini@kernel.org>
12675 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12676 S:      Maintained
12677 F:      arch/arm64/xen/
12678 F:      arch/arm64/include/asm/xen/
12679
12680 XEN NETWORK BACKEND DRIVER
12681 M:      Wei Liu <wei.liu2@citrix.com>
12682 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12683 L:      netdev@vger.kernel.org
12684 S:      Supported
12685 F:      drivers/net/xen-netback/*
12686
12687 XEN PCI SUBSYSTEM
12688 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12689 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12690 S:      Supported
12691 F:      arch/x86/pci/*xen*
12692 F:      drivers/pci/*xen*
12693
12694 XEN BLOCK SUBSYSTEM
12695 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12696 M:      Roger Pau Monné <roger.pau@citrix.com>
12697 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12698 S:      Supported
12699 F:      drivers/block/xen-blkback/*
12700 F:      drivers/block/xen*
12701
12702 XEN PVSCSI DRIVERS
12703 M:      Juergen Gross <jgross@suse.com>
12704 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12705 L:      linux-scsi@vger.kernel.org
12706 S:      Supported
12707 F:      drivers/scsi/xen-scsifront.c
12708 F:      drivers/xen/xen-scsiback.c
12709 F:      include/xen/interface/io/vscsiif.h
12710
12711 XEN SWIOTLB SUBSYSTEM
12712 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12713 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12714 S:      Supported
12715 F:      arch/x86/xen/*swiotlb*
12716 F:      drivers/xen/*swiotlb*
12717
12718 XFS FILESYSTEM
12719 P:      Silicon Graphics Inc
12720 M:      Dave Chinner <david@fromorbit.com>
12721 M:      xfs@oss.sgi.com
12722 L:      xfs@oss.sgi.com
12723 W:      http://oss.sgi.com/projects/xfs
12724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12725 S:      Supported
12726 F:      Documentation/filesystems/xfs.txt
12727 F:      fs/xfs/
12728
12729 XILINX AXI ETHERNET DRIVER
12730 M:      Anirudha Sarangi <anirudh@xilinx.com>
12731 M:      John Linn <John.Linn@xilinx.com>
12732 S:      Maintained
12733 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
12734
12735 XILINX UARTLITE SERIAL DRIVER
12736 M:      Peter Korsgaard <jacmet@sunsite.dk>
12737 L:      linux-serial@vger.kernel.org
12738 S:      Maintained
12739 F:      drivers/tty/serial/uartlite.c
12740
12741 XILINX VIDEO IP CORES
12742 M:      Hyun Kwon <hyun.kwon@xilinx.com>
12743 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12744 L:      linux-media@vger.kernel.org
12745 T:      git git://linuxtv.org/media_tree.git
12746 S:      Supported
12747 F:      Documentation/devicetree/bindings/media/xilinx/
12748 F:      drivers/media/platform/xilinx/
12749 F:      include/uapi/linux/xilinx-v4l2-controls.h
12750
12751 XILLYBUS DRIVER
12752 M:      Eli Billauer <eli.billauer@gmail.com>
12753 L:      linux-kernel@vger.kernel.org
12754 S:      Supported
12755 F:      drivers/char/xillybus/
12756
12757 XTENSA XTFPGA PLATFORM SUPPORT
12758 M:      Max Filippov <jcmvbkbc@gmail.com>
12759 L:      linux-xtensa@linux-xtensa.org
12760 S:      Maintained
12761 F:      drivers/spi/spi-xtensa-xtfpga.c
12762 F:      sound/soc/xtensa/xtfpga-i2s.c
12763
12764 YAM DRIVER FOR AX.25
12765 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
12766 L:      linux-hams@vger.kernel.org
12767 S:      Maintained
12768 F:      drivers/net/hamradio/yam*
12769 F:      include/linux/yam.h
12770
12771 YEALINK PHONE DRIVER
12772 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
12773 L:      usbb2k-api-dev@nongnu.org
12774 S:      Maintained
12775 F:      Documentation/input/yealink.txt
12776 F:      drivers/input/misc/yealink.*
12777
12778 Z8530 DRIVER FOR AX.25
12779 M:      Joerg Reuter <jreuter@yaina.de>
12780 W:      http://yaina.de/jreuter/
12781 W:      http://www.qsl.net/dl1bke/
12782 L:      linux-hams@vger.kernel.org
12783 S:      Maintained
12784 F:      Documentation/networking/z8530drv.txt
12785 F:      drivers/net/hamradio/*scc.c
12786 F:      drivers/net/hamradio/z8530.h
12787
12788 ZBUD COMPRESSED PAGE ALLOCATOR
12789 M:      Seth Jennings <sjenning@redhat.com>
12790 L:      linux-mm@kvack.org
12791 S:      Maintained
12792 F:      mm/zbud.c
12793 F:      include/linux/zbud.h
12794
12795 ZD1211RW WIRELESS DRIVER
12796 M:      Daniel Drake <dsd@gentoo.org>
12797 M:      Ulrich Kunitz <kune@deine-taler.de>
12798 W:      http://zd1211.ath.cx/wiki/DriverRewrite
12799 L:      linux-wireless@vger.kernel.org
12800 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
12801 S:      Maintained
12802 F:      drivers/net/wireless/zydas/zd1211rw/
12803
12804 ZPOOL COMPRESSED PAGE STORAGE API
12805 M:      Dan Streetman <ddstreet@ieee.org>
12806 L:      linux-mm@kvack.org
12807 S:      Maintained
12808 F:      mm/zpool.c
12809 F:      include/linux/zpool.h
12810
12811 ZR36067 VIDEO FOR LINUX DRIVER
12812 L:      mjpeg-users@lists.sourceforge.net
12813 L:      linux-media@vger.kernel.org
12814 W:      http://mjpeg.sourceforge.net/driver-zoran/
12815 T:      hg https://linuxtv.org/hg/v4l-dvb
12816 S:      Odd Fixes
12817 F:      drivers/media/pci/zoran/
12818
12819 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12820 M:      Minchan Kim <minchan@kernel.org>
12821 M:      Nitin Gupta <ngupta@vflare.org>
12822 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12823 L:      linux-kernel@vger.kernel.org
12824 S:      Maintained
12825 F:      drivers/block/zram/
12826 F:      Documentation/blockdev/zram.txt
12827
12828 ZS DECSTATION Z85C30 SERIAL DRIVER
12829 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12830 S:      Maintained
12831 F:      drivers/tty/serial/zs.*
12832
12833 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12834 M:      Minchan Kim <minchan@kernel.org>
12835 M:      Nitin Gupta <ngupta@vflare.org>
12836 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12837 L:      linux-mm@kvack.org
12838 S:      Maintained
12839 F:      mm/zsmalloc.c
12840 F:      include/linux/zsmalloc.h
12841 F:      Documentation/vm/zsmalloc.txt
12842
12843 ZSWAP COMPRESSED SWAP CACHING
12844 M:      Seth Jennings <sjenning@redhat.com>
12845 L:      linux-mm@kvack.org
12846 S:      Maintained
12847 F:      mm/zswap.c
12848
12849 THE REST
12850 M:      Linus Torvalds <torvalds@linux-foundation.org>
12851 L:      linux-kernel@vger.kernel.org
12852 Q:      http://patchwork.kernel.org/project/LKML/list/
12853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12854 S:      Buried alive in reporters
12855 F:      *
12856 F:      */