]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - MAINTAINERS
Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linux
[mirror_ubuntu-bionic-kernel.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/process/coding-style.rst 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/process/submitting-patches.rst 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/process/submitting-patches.rst.
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 B: URI for where to file bugs. A web-page with detailed bug
78 filing info, a direct bug tracker link, or a mailto: URI.
79 C: URI for chat protocol, server and channel where developers
80 usually hang out, for example irc://server/channel.
81 Q: Patchwork web based patch tracking system site
82 T: SCM tree type and location.
83 Type is one of: git, hg, quilt, stgit, topgit
84 B: Bug tracking system location.
85 S: Status, one of the following:
86 Supported: Someone is actually paid to look after this.
87 Maintained: Someone actually looks after it.
88 Odd Fixes: It has a maintainer but they don't have time to do
89 much other than throw the odd patch in. See below..
90 Orphan: No current maintainer [but maybe you could take the
91 role as you write your new code].
92 Obsolete: Old code. Something tagged obsolete generally means
93 it has been replaced by a better system and you
94 should be using that.
95 F: Files and directories with wildcard patterns.
96 A trailing slash includes all files and subdirectory files.
97 F: drivers/net/ all files in and below drivers/net
98 F: drivers/net/* all files in drivers/net, but not below
99 F: */net/* all files in "any top level directory"/net
100 One pattern per line. Multiple F: lines acceptable.
101 N: Files and directories with regex patterns.
102 N: [^a-z]tegra all files whose path contains the word tegra
103 One pattern per line. Multiple N: lines acceptable.
104 scripts/get_maintainer.pl has different behavior for files that
105 match F: pattern and matches of N: patterns. By default,
106 get_maintainer will not look at git log history when an F: pattern
107 match occurs. When an N: match occurs, git log history is used
108 to also notify the people that have git commit signatures.
109 X: Files and directories that are NOT maintained, same rules as F:
110 Files exclusions are tested before file matches.
111 Can be useful for excluding a specific subdirectory, for instance:
112 F: net/
113 X: net/ipv6/
114 matches all files in and below net excluding net/ipv6/
115 K: Keyword perl extended regex pattern to match content in a
116 patch or file. For instance:
117 K: of_get_profile
118 matches patches or files that contain "of_get_profile"
119 K: \b(printk|pr_(info|err))\b
120 matches patches or files that contain one or more of the words
121 printk, pr_info or pr_err
122 One regex pattern per line. Multiple K: lines acceptable.
123
124 Note: For the hard of thinking, this list is meant to remain in alphabetical
125 order. If you could add yourselves to it in alphabetical order that would be
126 so much easier [Ed]
127
128 Maintainers List (try to look for most precise areas first)
129
130 -----------------------------------
131
132 3C59X NETWORK DRIVER
133 M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
134 L: netdev@vger.kernel.org
135 S: Maintained
136 F: Documentation/networking/vortex.txt
137 F: drivers/net/ethernet/3com/3c59x.c
138
139 3CR990 NETWORK DRIVER
140 M: David Dillow <dave@thedillows.org>
141 L: netdev@vger.kernel.org
142 S: Maintained
143 F: drivers/net/ethernet/3com/typhoon*
144
145 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
146 M: Adam Radford <linuxraid@lsi.com>
147 L: linux-scsi@vger.kernel.org
148 W: http://www.lsi.com
149 S: Supported
150 F: drivers/scsi/3w-*
151
152 53C700 AND 53C700-66 SCSI DRIVER
153 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
154 L: linux-scsi@vger.kernel.org
155 S: Maintained
156 F: drivers/scsi/53c700*
157
158 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
159 M: Alexander Aring <aar@pengutronix.de>
160 M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
161 L: linux-bluetooth@vger.kernel.org
162 L: linux-wpan@vger.kernel.org
163 S: Maintained
164 F: net/6lowpan/
165 F: include/net/6lowpan.h
166 F: Documentation/networking/6lowpan.txt
167
168 6PACK NETWORK DRIVER FOR AX.25
169 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
170 L: linux-hams@vger.kernel.org
171 S: Maintained
172 F: drivers/net/hamradio/6pack.c
173
174 8169 10/100/1000 GIGABIT ETHERNET DRIVER
175 M: Realtek linux nic maintainers <nic_swsd@realtek.com>
176 L: netdev@vger.kernel.org
177 S: Maintained
178 F: drivers/net/ethernet/realtek/r8169.c
179
180 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
181 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
182 L: linux-serial@vger.kernel.org
183 S: Maintained
184 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
185 F: drivers/tty/serial/8250*
186 F: include/linux/serial_8250.h
187
188 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
189 L: netdev@vger.kernel.org
190 S: Orphan / Obsolete
191 F: drivers/net/ethernet/8390/
192
193 9P FILE SYSTEM
194 M: Eric Van Hensbergen <ericvh@gmail.com>
195 M: Ron Minnich <rminnich@sandia.gov>
196 M: Latchesar Ionkov <lucho@ionkov.net>
197 L: v9fs-developer@lists.sourceforge.net
198 W: http://swik.net/v9fs
199 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
200 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
201 S: Maintained
202 F: Documentation/filesystems/9p.txt
203 F: fs/9p/
204 F: net/9p/
205 F: include/net/9p/
206 F: include/uapi/linux/virtio_9p.h
207 F: include/trace/events/9p.h
208
209
210 A8293 MEDIA DRIVER
211 M: Antti Palosaari <crope@iki.fi>
212 L: linux-media@vger.kernel.org
213 W: https://linuxtv.org
214 W: http://palosaari.fi/linux/
215 Q: http://patchwork.linuxtv.org/project/linux-media/list/
216 T: git git://linuxtv.org/anttip/media_tree.git
217 S: Maintained
218 F: drivers/media/dvb-frontends/a8293*
219
220 AACRAID SCSI RAID DRIVER
221 M: Adaptec OEM Raid Solutions <aacraid@microsemi.com>
222 L: linux-scsi@vger.kernel.org
223 W: http://www.adaptec.com/
224 S: Supported
225 F: Documentation/scsi/aacraid.txt
226 F: drivers/scsi/aacraid/
227
228 ABI/API
229 L: linux-api@vger.kernel.org
230 F: include/linux/syscalls.h
231 F: kernel/sys_ni.c
232
233 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
234 M: Hans de Goede <hdegoede@redhat.com>
235 L: linux-hwmon@vger.kernel.org
236 S: Maintained
237 F: drivers/hwmon/abituguru.c
238
239 ABIT UGURU 3 HARDWARE MONITOR DRIVER
240 M: Alistair John Strachan <alistair@devzero.co.uk>
241 L: linux-hwmon@vger.kernel.org
242 S: Maintained
243 F: drivers/hwmon/abituguru3.c
244
245 ACCES 104-DIO-48E GPIO DRIVER
246 M: William Breathitt Gray <vilhelm.gray@gmail.com>
247 L: linux-gpio@vger.kernel.org
248 S: Maintained
249 F: drivers/gpio/gpio-104-dio-48e.c
250
251 ACCES 104-IDI-48 GPIO DRIVER
252 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
253 L: linux-gpio@vger.kernel.org
254 S: Maintained
255 F: drivers/gpio/gpio-104-idi-48.c
256
257 ACCES 104-IDIO-16 GPIO DRIVER
258 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
259 L: linux-gpio@vger.kernel.org
260 S: Maintained
261 F: drivers/gpio/gpio-104-idio-16.c
262
263 ACENIC DRIVER
264 M: Jes Sorensen <jes@trained-monkey.org>
265 L: linux-acenic@sunsite.dk
266 S: Maintained
267 F: drivers/net/ethernet/alteon/acenic*
268
269 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
270 M: Peter Feuerer <peter@piie.net>
271 L: platform-driver-x86@vger.kernel.org
272 W: http://piie.net/?section=acerhdf
273 S: Maintained
274 F: drivers/platform/x86/acerhdf.c
275
276 ACER WMI LAPTOP EXTRAS
277 M: "Lee, Chun-Yi" <jlee@suse.com>
278 L: platform-driver-x86@vger.kernel.org
279 S: Maintained
280 F: drivers/platform/x86/acer-wmi.c
281
282 ACPI
283 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
284 M: Len Brown <lenb@kernel.org>
285 L: linux-acpi@vger.kernel.org
286 W: https://01.org/linux-acpi
287 Q: https://patchwork.kernel.org/project/linux-acpi/list/
288 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
289 B: https://bugzilla.kernel.org
290 S: Supported
291 F: drivers/acpi/
292 F: drivers/pnp/pnpacpi/
293 F: include/linux/acpi.h
294 F: include/acpi/
295 F: Documentation/acpi/
296 F: Documentation/ABI/testing/sysfs-bus-acpi
297 F: Documentation/ABI/testing/configfs-acpi
298 F: drivers/pci/*acpi*
299 F: drivers/pci/*/*acpi*
300 F: drivers/pci/*/*/*acpi*
301 F: tools/power/acpi/
302
303 ACPI COMPONENT ARCHITECTURE (ACPICA)
304 M: Robert Moore <robert.moore@intel.com>
305 M: Lv Zheng <lv.zheng@intel.com>
306 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
307 L: linux-acpi@vger.kernel.org
308 L: devel@acpica.org
309 W: https://acpica.org/
310 W: https://github.com/acpica/acpica/
311 Q: https://patchwork.kernel.org/project/linux-acpi/list/
312 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
313 B: https://bugzilla.kernel.org
314 B: https://bugs.acpica.org
315 S: Supported
316 F: drivers/acpi/acpica/
317 F: include/acpi/
318 F: tools/power/acpi/
319
320 ACPI FAN DRIVER
321 M: Zhang Rui <rui.zhang@intel.com>
322 L: linux-acpi@vger.kernel.org
323 W: https://01.org/linux-acpi
324 B: https://bugzilla.kernel.org
325 S: Supported
326 F: drivers/acpi/fan.c
327
328 ACPI FOR ARM64 (ACPI/arm64)
329 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
330 M: Hanjun Guo <hanjun.guo@linaro.org>
331 M: Sudeep Holla <sudeep.holla@arm.com>
332 L: linux-acpi@vger.kernel.org
333 S: Maintained
334 F: drivers/acpi/arm64
335
336 ACPI THERMAL DRIVER
337 M: Zhang Rui <rui.zhang@intel.com>
338 L: linux-acpi@vger.kernel.org
339 W: https://01.org/linux-acpi
340 B: https://bugzilla.kernel.org
341 S: Supported
342 F: drivers/acpi/*thermal*
343
344 ACPI VIDEO DRIVER
345 M: Zhang Rui <rui.zhang@intel.com>
346 L: linux-acpi@vger.kernel.org
347 W: https://01.org/linux-acpi
348 B: https://bugzilla.kernel.org
349 S: Supported
350 F: drivers/acpi/acpi_video.c
351
352 ACPI WMI DRIVER
353 L: platform-driver-x86@vger.kernel.org
354 S: Orphan
355 F: drivers/platform/x86/wmi.c
356
357 AD1889 ALSA SOUND DRIVER
358 M: Thibaut Varene <T-Bone@parisc-linux.org>
359 W: http://wiki.parisc-linux.org/AD1889
360 L: linux-parisc@vger.kernel.org
361 S: Maintained
362 F: sound/pci/ad1889.*
363
364 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
365 M: Michael Hennerich <michael.hennerich@analog.com>
366 W: http://wiki.analog.com/AD5254
367 W: http://ez.analog.com/community/linux-device-drivers
368 S: Supported
369 F: drivers/misc/ad525x_dpot.c
370
371 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
372 M: Michael Hennerich <michael.hennerich@analog.com>
373 W: http://wiki.analog.com/AD5398
374 W: http://ez.analog.com/community/linux-device-drivers
375 S: Supported
376 F: drivers/regulator/ad5398.c
377
378 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
379 M: Michael Hennerich <michael.hennerich@analog.com>
380 W: http://wiki.analog.com/AD7142
381 W: http://ez.analog.com/community/linux-device-drivers
382 S: Supported
383 F: drivers/input/misc/ad714x.c
384
385 AD7877 TOUCHSCREEN DRIVER
386 M: Michael Hennerich <michael.hennerich@analog.com>
387 W: http://wiki.analog.com/AD7877
388 W: http://ez.analog.com/community/linux-device-drivers
389 S: Supported
390 F: drivers/input/touchscreen/ad7877.c
391
392 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
393 M: Michael Hennerich <michael.hennerich@analog.com>
394 W: http://wiki.analog.com/AD7879
395 W: http://ez.analog.com/community/linux-device-drivers
396 S: Supported
397 F: drivers/input/touchscreen/ad7879.c
398
399 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
400 M: Jiri Kosina <jikos@kernel.org>
401 S: Maintained
402
403 ADF7242 IEEE 802.15.4 RADIO DRIVER
404 M: Michael Hennerich <michael.hennerich@analog.com>
405 W: https://wiki.analog.com/ADF7242
406 W: http://ez.analog.com/community/linux-device-drivers
407 L: linux-wpan@vger.kernel.org
408 S: Supported
409 F: drivers/net/ieee802154/adf7242.c
410 F: Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
411
412 ADM1025 HARDWARE MONITOR DRIVER
413 M: Jean Delvare <jdelvare@suse.com>
414 L: linux-hwmon@vger.kernel.org
415 S: Maintained
416 F: Documentation/hwmon/adm1025
417 F: drivers/hwmon/adm1025.c
418
419 ADM1029 HARDWARE MONITOR DRIVER
420 M: Corentin Labbe <clabbe.montjoie@gmail.com>
421 L: linux-hwmon@vger.kernel.org
422 S: Maintained
423 F: drivers/hwmon/adm1029.c
424
425 ADM8211 WIRELESS DRIVER
426 L: linux-wireless@vger.kernel.org
427 W: http://wireless.kernel.org/
428 S: Orphan
429 F: drivers/net/wireless/admtek/adm8211.*
430
431 ADP1653 FLASH CONTROLLER DRIVER
432 M: Sakari Ailus <sakari.ailus@iki.fi>
433 L: linux-media@vger.kernel.org
434 S: Maintained
435 F: drivers/media/i2c/adp1653.c
436 F: include/media/i2c/adp1653.h
437
438 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
439 M: Michael Hennerich <michael.hennerich@analog.com>
440 W: http://wiki.analog.com/ADP5520
441 W: http://ez.analog.com/community/linux-device-drivers
442 S: Supported
443 F: drivers/mfd/adp5520.c
444 F: drivers/video/backlight/adp5520_bl.c
445 F: drivers/leds/leds-adp5520.c
446 F: drivers/gpio/gpio-adp5520.c
447 F: drivers/input/keyboard/adp5520-keys.c
448
449 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
450 M: Michael Hennerich <michael.hennerich@analog.com>
451 W: http://wiki.analog.com/ADP5588
452 W: http://ez.analog.com/community/linux-device-drivers
453 S: Supported
454 F: drivers/input/keyboard/adp5588-keys.c
455 F: drivers/gpio/gpio-adp5588.c
456
457 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
458 M: Michael Hennerich <michael.hennerich@analog.com>
459 W: http://wiki.analog.com/ADP8860
460 W: http://ez.analog.com/community/linux-device-drivers
461 S: Supported
462 F: drivers/video/backlight/adp8860_bl.c
463
464 ADS1015 HARDWARE MONITOR DRIVER
465 M: Dirk Eibach <eibach@gdsys.de>
466 L: linux-hwmon@vger.kernel.org
467 S: Maintained
468 F: Documentation/hwmon/ads1015
469 F: drivers/hwmon/ads1015.c
470 F: include/linux/i2c/ads1015.h
471
472 ADT746X FAN DRIVER
473 M: Colin Leroy <colin@colino.net>
474 S: Maintained
475 F: drivers/macintosh/therm_adt746x.c
476
477 ADT7475 HARDWARE MONITOR DRIVER
478 M: Jean Delvare <jdelvare@suse.com>
479 L: linux-hwmon@vger.kernel.org
480 S: Maintained
481 F: Documentation/hwmon/adt7475
482 F: drivers/hwmon/adt7475.c
483
484 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
485 M: Michael Hennerich <michael.hennerich@analog.com>
486 W: http://wiki.analog.com/ADXL345
487 W: http://ez.analog.com/community/linux-device-drivers
488 S: Supported
489 F: drivers/input/misc/adxl34x.c
490
491 ADVANSYS SCSI DRIVER
492 M: Matthew Wilcox <matthew@wil.cx>
493 M: Hannes Reinecke <hare@suse.com>
494 L: linux-scsi@vger.kernel.org
495 S: Maintained
496 F: Documentation/scsi/advansys.txt
497 F: drivers/scsi/advansys.c
498
499 AEDSP16 DRIVER
500 M: Riccardo Facchetti <fizban@tin.it>
501 S: Maintained
502 F: sound/oss/aedsp16.c
503
504 AF9013 MEDIA DRIVER
505 M: Antti Palosaari <crope@iki.fi>
506 L: linux-media@vger.kernel.org
507 W: https://linuxtv.org
508 W: http://palosaari.fi/linux/
509 Q: http://patchwork.linuxtv.org/project/linux-media/list/
510 T: git git://linuxtv.org/anttip/media_tree.git
511 S: Maintained
512 F: drivers/media/dvb-frontends/af9013*
513
514 AF9033 MEDIA DRIVER
515 M: Antti Palosaari <crope@iki.fi>
516 L: linux-media@vger.kernel.org
517 W: https://linuxtv.org
518 W: http://palosaari.fi/linux/
519 Q: http://patchwork.linuxtv.org/project/linux-media/list/
520 T: git git://linuxtv.org/anttip/media_tree.git
521 S: Maintained
522 F: drivers/media/dvb-frontends/af9033*
523
524 AFFS FILE SYSTEM
525 L: linux-fsdevel@vger.kernel.org
526 S: Orphan
527 F: Documentation/filesystems/affs.txt
528 F: fs/affs/
529
530 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
531 M: David Howells <dhowells@redhat.com>
532 L: linux-afs@lists.infradead.org
533 S: Supported
534 F: fs/afs/
535 F: include/net/af_rxrpc.h
536 F: net/rxrpc/af_rxrpc.c
537
538 AGPGART DRIVER
539 M: David Airlie <airlied@linux.ie>
540 T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
541 S: Maintained
542 F: drivers/char/agp/
543 F: include/linux/agp*
544 F: include/uapi/linux/agp*
545
546 AHA152X SCSI DRIVER
547 M: "Juergen E. Fischer" <fischer@norbit.de>
548 L: linux-scsi@vger.kernel.org
549 S: Maintained
550 F: drivers/scsi/aha152x*
551 F: drivers/scsi/pcmcia/aha152x*
552
553 AIC7XXX / AIC79XX SCSI DRIVER
554 M: Hannes Reinecke <hare@suse.com>
555 L: linux-scsi@vger.kernel.org
556 S: Maintained
557 F: drivers/scsi/aic7xxx/
558
559 AIMSLAB FM RADIO RECEIVER DRIVER
560 M: Hans Verkuil <hverkuil@xs4all.nl>
561 L: linux-media@vger.kernel.org
562 T: git git://linuxtv.org/media_tree.git
563 W: https://linuxtv.org
564 S: Maintained
565 F: drivers/media/radio/radio-aimslab*
566
567 AIO
568 M: Benjamin LaHaise <bcrl@kvack.org>
569 L: linux-aio@kvack.org
570 S: Supported
571 F: fs/aio.c
572 F: include/linux/*aio*.h
573
574 AIRSPY MEDIA DRIVER
575 M: Antti Palosaari <crope@iki.fi>
576 L: linux-media@vger.kernel.org
577 W: https://linuxtv.org
578 W: http://palosaari.fi/linux/
579 Q: http://patchwork.linuxtv.org/project/linux-media/list/
580 T: git git://linuxtv.org/anttip/media_tree.git
581 S: Maintained
582 F: drivers/media/usb/airspy/
583
584 ALACRITECH GIGABIT ETHERNET DRIVER
585 M: Lino Sanfilippo <LinoSanfilippo@gmx.de>
586 S: Maintained
587 F: drivers/net/ethernet/alacritech/*
588
589 ALCATEL SPEEDTOUCH USB DRIVER
590 M: Duncan Sands <duncan.sands@free.fr>
591 L: linux-usb@vger.kernel.org
592 W: http://www.linux-usb.org/SpeedTouch/
593 S: Maintained
594 F: drivers/usb/atm/speedtch.c
595 F: drivers/usb/atm/usbatm.c
596
597 ALCHEMY AU1XX0 MMC DRIVER
598 M: Manuel Lauss <manuel.lauss@gmail.com>
599 S: Maintained
600 F: drivers/mmc/host/au1xmmc.c
601
602 ALI1563 I2C DRIVER
603 M: Rudolf Marek <r.marek@assembler.cz>
604 L: linux-i2c@vger.kernel.org
605 S: Maintained
606 F: Documentation/i2c/busses/i2c-ali1563
607 F: drivers/i2c/busses/i2c-ali1563.c
608
609 ALLWINNER SECURITY SYSTEM
610 M: Corentin Labbe <clabbe.montjoie@gmail.com>
611 L: linux-crypto@vger.kernel.org
612 S: Maintained
613 F: drivers/crypto/sunxi-ss/
614
615 ALPHA PORT
616 M: Richard Henderson <rth@twiddle.net>
617 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
618 M: Matt Turner <mattst88@gmail.com>
619 S: Odd Fixes
620 L: linux-alpha@vger.kernel.org
621 F: arch/alpha/
622
623 ALPS PS/2 TOUCHPAD DRIVER
624 R: Pali Rohár <pali.rohar@gmail.com>
625 F: drivers/input/mouse/alps.*
626
627 ALTERA MAILBOX DRIVER
628 M: Ley Foon Tan <lftan@altera.com>
629 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
630 S: Maintained
631 F: drivers/mailbox/mailbox-altera.c
632
633 ALTERA PIO DRIVER
634 M: Tien Hock Loh <thloh@altera.com>
635 L: linux-gpio@vger.kernel.org
636 S: Maintained
637 F: drivers/gpio/gpio-altera.c
638
639 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
640 M: Thor Thayer <tthayer@opensource.altera.com>
641 S: Maintained
642 F: drivers/gpio/gpio-altera-a10sr.c
643 F: drivers/mfd/altera-a10sr.c
644 F: include/linux/mfd/altera-a10sr.h
645
646 ALTERA TRIPLE SPEED ETHERNET DRIVER
647 M: Vince Bridgers <vbridger@opensource.altera.com>
648 L: netdev@vger.kernel.org
649 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
650 S: Maintained
651 F: drivers/net/ethernet/altera/
652
653 ALTERA UART/JTAG UART SERIAL DRIVERS
654 M: Tobias Klauser <tklauser@distanz.ch>
655 L: linux-serial@vger.kernel.org
656 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
657 S: Maintained
658 F: drivers/tty/serial/altera_uart.c
659 F: drivers/tty/serial/altera_jtaguart.c
660 F: include/linux/altera_uart.h
661 F: include/linux/altera_jtaguart.h
662
663 AMAZON ETHERNET DRIVERS
664 M: Netanel Belgazal <netanel@annapurnalabs.com>
665 R: Saeed Bishara <saeed@annapurnalabs.com>
666 R: Zorik Machulsky <zorik@annapurnalabs.com>
667 L: netdev@vger.kernel.org
668 S: Supported
669 F: Documentation/networking/ena.txt
670 F: drivers/net/ethernet/amazon/
671
672 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
673 M: Tom Lendacky <thomas.lendacky@amd.com>
674 M: Gary Hook <gary.hook@amd.com>
675 L: linux-crypto@vger.kernel.org
676 S: Supported
677 F: drivers/crypto/ccp/
678 F: include/linux/ccp.h
679
680 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
681 M: Huang Rui <ray.huang@amd.com>
682 L: linux-hwmon@vger.kernel.org
683 S: Supported
684 F: Documentation/hwmon/fam15h_power
685 F: drivers/hwmon/fam15h_power.c
686
687 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
688 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
689 S: Orphan
690 F: drivers/usb/gadget/udc/amd5536udc.*
691
692 AMD GEODE PROCESSOR/CHIPSET SUPPORT
693 P: Andres Salomon <dilinger@queued.net>
694 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
695 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
696 S: Supported
697 F: drivers/char/hw_random/geode-rng.c
698 F: drivers/crypto/geode*
699 F: drivers/video/fbdev/geode/
700 F: arch/x86/include/asm/geode.h
701
702 AMD IOMMU (AMD-VI)
703 M: Joerg Roedel <joro@8bytes.org>
704 L: iommu@lists.linux-foundation.org
705 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
706 S: Maintained
707 F: drivers/iommu/amd_iommu*.[ch]
708 F: include/linux/amd-iommu.h
709
710 AMD KFD
711 M: Oded Gabbay <oded.gabbay@gmail.com>
712 L: dri-devel@lists.freedesktop.org
713 T: git git://people.freedesktop.org/~gabbayo/linux.git
714 S: Supported
715 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
716 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
717 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
718 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
719 F: drivers/gpu/drm/amd/amdkfd/
720 F: drivers/gpu/drm/amd/include/cik_structs.h
721 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
722 F: drivers/gpu/drm/amd/include/vi_structs.h
723 F: drivers/gpu/drm/radeon/radeon_kfd.c
724 F: drivers/gpu/drm/radeon/radeon_kfd.h
725 F: include/uapi/linux/kfd_ioctl.h
726
727 AMD SEATTLE DEVICE TREE SUPPORT
728 M: Brijesh Singh <brijeshkumar.singh@amd.com>
729 M: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
730 M: Tom Lendacky <thomas.lendacky@amd.com>
731 S: Supported
732 F: arch/arm64/boot/dts/amd/
733
734 AMD XGBE DRIVER
735 M: Tom Lendacky <thomas.lendacky@amd.com>
736 L: netdev@vger.kernel.org
737 S: Supported
738 F: drivers/net/ethernet/amd/xgbe/
739 F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
740
741 AMS (Apple Motion Sensor) DRIVER
742 M: Michael Hanselmann <linux-kernel@hansmi.ch>
743 S: Supported
744 F: drivers/macintosh/ams/
745
746 ANALOG DEVICES INC AD9389B DRIVER
747 M: Hans Verkuil <hans.verkuil@cisco.com>
748 L: linux-media@vger.kernel.org
749 S: Maintained
750 F: drivers/media/i2c/ad9389b*
751
752 ANALOG DEVICES INC ADV7180 DRIVER
753 M: Lars-Peter Clausen <lars@metafoo.de>
754 L: linux-media@vger.kernel.org
755 W: http://ez.analog.com/community/linux-device-drivers
756 S: Supported
757 F: drivers/media/i2c/adv7180.c
758
759 ANALOG DEVICES INC ADV7511 DRIVER
760 M: Hans Verkuil <hans.verkuil@cisco.com>
761 L: linux-media@vger.kernel.org
762 S: Maintained
763 F: drivers/media/i2c/adv7511*
764
765 ANALOG DEVICES INC ADV7604 DRIVER
766 M: Hans Verkuil <hans.verkuil@cisco.com>
767 L: linux-media@vger.kernel.org
768 S: Maintained
769 F: drivers/media/i2c/adv7604*
770
771 ANALOG DEVICES INC ADV7842 DRIVER
772 M: Hans Verkuil <hans.verkuil@cisco.com>
773 L: linux-media@vger.kernel.org
774 S: Maintained
775 F: drivers/media/i2c/adv7842*
776
777 ANALOG DEVICES INC ASOC CODEC DRIVERS
778 M: Lars-Peter Clausen <lars@metafoo.de>
779 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
780 W: http://wiki.analog.com/
781 W: http://ez.analog.com/community/linux-device-drivers
782 S: Supported
783 F: sound/soc/codecs/adau*
784 F: sound/soc/codecs/adav*
785 F: sound/soc/codecs/ad1*
786 F: sound/soc/codecs/ad7*
787 F: sound/soc/codecs/ssm*
788 F: sound/soc/codecs/sigmadsp.*
789
790 ANALOG DEVICES INC ASOC DRIVERS
791 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
792 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
793 W: http://blackfin.uclinux.org/
794 S: Supported
795 F: sound/soc/blackfin/*
796
797 ANALOG DEVICES INC IIO DRIVERS
798 M: Lars-Peter Clausen <lars@metafoo.de>
799 M: Michael Hennerich <Michael.Hennerich@analog.com>
800 W: http://wiki.analog.com/
801 W: http://ez.analog.com/community/linux-device-drivers
802 S: Supported
803 F: drivers/iio/*/ad*
804 X: drivers/iio/*/adjd*
805 F: drivers/staging/iio/*/ad*
806 F: staging/iio/trigger/iio-trig-bfin-timer.c
807
808 ANALOG DEVICES INC DMA DRIVERS
809 M: Lars-Peter Clausen <lars@metafoo.de>
810 W: http://ez.analog.com/community/linux-device-drivers
811 S: Supported
812 F: drivers/dma/dma-axi-dmac.c
813
814 ANDROID CONFIG FRAGMENTS
815 M: Rob Herring <robh@kernel.org>
816 S: Supported
817 F: kernel/configs/android*
818
819 ANDROID DRIVERS
820 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
821 M: Arve Hjønnevåg <arve@android.com>
822 M: Riley Andrews <riandrews@android.com>
823 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
824 L: devel@driverdev.osuosl.org
825 S: Supported
826 F: drivers/android/
827 F: drivers/staging/android/
828
829 ANDROID ION DRIVER
830 M: Laura Abbott <labbott@redhat.com>
831 M: Sumit Semwal <sumit.semwal@linaro.org>
832 L: devel@driverdev.osuosl.org
833 S: Supported
834 F: Documentation/devicetree/bindings/staging/ion/
835 F: drivers/staging/android/ion
836 F: drivers/staging/android/uapi/ion.h
837 F: drivers/staging/android/uapi/ion_test.h
838
839 AOA (Apple Onboard Audio) ALSA DRIVER
840 M: Johannes Berg <johannes@sipsolutions.net>
841 L: linuxppc-dev@lists.ozlabs.org
842 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
843 S: Maintained
844 F: sound/aoa/
845
846 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
847 M: William Breathitt Gray <vilhelm.gray@gmail.com>
848 L: linux-iio@vger.kernel.org
849 S: Maintained
850 F: drivers/iio/adc/stx104.c
851
852 APM DRIVER
853 M: Jiri Kosina <jikos@kernel.org>
854 S: Odd fixes
855 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
856 F: arch/x86/kernel/apm_32.c
857 F: include/linux/apm_bios.h
858 F: include/uapi/linux/apm_bios.h
859 F: drivers/char/apm-emulation.c
860
861 APPLE BCM5974 MULTITOUCH DRIVER
862 M: Henrik Rydberg <rydberg@bitmath.org>
863 L: linux-input@vger.kernel.org
864 S: Odd fixes
865 F: drivers/input/mouse/bcm5974.c
866
867 APPLE SMC DRIVER
868 M: Henrik Rydberg <rydberg@bitmath.org>
869 L: linux-hwmon@vger.kernel.org
870 S: Odd fixes
871 F: drivers/hwmon/applesmc.c
872
873 APPLETALK NETWORK LAYER
874 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
875 S: Maintained
876 F: drivers/net/appletalk/
877 F: net/appletalk/
878
879 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
880 M: Duc Dang <dhdang@apm.com>
881 S: Supported
882 F: arch/arm64/boot/dts/apm/
883
884 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
885 M: Iyappan Subramanian <isubramanian@apm.com>
886 M: Keyur Chudgar <kchudgar@apm.com>
887 S: Supported
888 F: drivers/net/ethernet/apm/xgene/
889 F: drivers/net/phy/mdio-xgene.c
890 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
891 F: Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
892
893 APPLIED MICRO (APM) X-GENE SOC PMU
894 M: Tai Nguyen <ttnguyen@apm.com>
895 S: Supported
896 F: drivers/perf/xgene_pmu.c
897 F: Documentation/perf/xgene-pmu.txt
898 F: Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
899
900 APTINA CAMERA SENSOR PLL
901 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
902 L: linux-media@vger.kernel.org
903 S: Maintained
904 F: drivers/media/i2c/aptina-pll.*
905
906 ARC FRAMEBUFFER DRIVER
907 M: Jaya Kumar <jayalk@intworks.biz>
908 S: Maintained
909 F: drivers/video/fbdev/arcfb.c
910 F: drivers/video/fbdev/core/fb_defio.c
911
912 ARCNET NETWORK LAYER
913 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
914 L: netdev@vger.kernel.org
915 S: Maintained
916 F: drivers/net/arcnet/
917 F: include/uapi/linux/if_arcnet.h
918
919 ARC PGU DRM DRIVER
920 M: Alexey Brodkin <abrodkin@synopsys.com>
921 S: Supported
922 F: drivers/gpu/drm/arc/
923 F: Documentation/devicetree/bindings/display/snps,arcpgu.txt
924
925 ARM ARCHITECTED TIMER DRIVER
926 M: Mark Rutland <mark.rutland@arm.com>
927 M: Marc Zyngier <marc.zyngier@arm.com>
928 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
929 S: Maintained
930 F: arch/arm/include/asm/arch_timer.h
931 F: arch/arm64/include/asm/arch_timer.h
932 F: drivers/clocksource/arm_arch_timer.c
933
934 ARM HDLCD DRM DRIVER
935 M: Liviu Dudau <liviu.dudau@arm.com>
936 S: Supported
937 F: drivers/gpu/drm/arm/hdlcd_*
938 F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
939
940 ARM MALI-DP DRM DRIVER
941 M: Liviu Dudau <liviu.dudau@arm.com>
942 M: Brian Starkey <brian.starkey@arm.com>
943 M: Mali DP Maintainers <malidp@foss.arm.com>
944 S: Supported
945 F: drivers/gpu/drm/arm/
946 F: Documentation/devicetree/bindings/display/arm,malidp.txt
947
948 ARM MFM AND FLOPPY DRIVERS
949 M: Ian Molton <spyro@f2s.com>
950 S: Maintained
951 F: arch/arm/lib/floppydma.S
952 F: arch/arm/include/asm/floppy.h
953
954 ARM PMU PROFILING AND DEBUGGING
955 M: Will Deacon <will.deacon@arm.com>
956 M: Mark Rutland <mark.rutland@arm.com>
957 S: Maintained
958 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
959 F: arch/arm*/kernel/perf_*
960 F: arch/arm/oprofile/common.c
961 F: arch/arm*/kernel/hw_breakpoint.c
962 F: arch/arm*/include/asm/hw_breakpoint.h
963 F: arch/arm*/include/asm/perf_event.h
964 F: drivers/perf/*
965 F: include/linux/perf/arm_pmu.h
966 F: Documentation/devicetree/bindings/arm/pmu.txt
967
968 ARM PORT
969 M: Russell King <linux@armlinux.org.uk>
970 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
971 W: http://www.armlinux.org.uk/
972 S: Maintained
973 F: arch/arm/
974
975 ARM SUB-ARCHITECTURES
976 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
977 S: Maintained
978 F: arch/arm/mach-*/
979 F: arch/arm/plat-*/
980 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
981
982 ARM PRIMECELL AACI PL041 DRIVER
983 M: Russell King <linux@armlinux.org.uk>
984 S: Maintained
985 F: sound/arm/aaci.*
986
987 ARM PRIMECELL CLCD PL110 DRIVER
988 M: Russell King <linux@armlinux.org.uk>
989 S: Maintained
990 F: drivers/video/fbdev/amba-clcd.*
991
992 ARM PRIMECELL KMI PL050 DRIVER
993 M: Russell King <linux@armlinux.org.uk>
994 S: Maintained
995 F: drivers/input/serio/ambakmi.*
996 F: include/linux/amba/kmi.h
997
998 ARM PRIMECELL MMCI PL180/1 DRIVER
999 M: Russell King <linux@armlinux.org.uk>
1000 S: Maintained
1001 F: drivers/mmc/host/mmci.*
1002 F: include/linux/amba/mmci.h
1003
1004 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1005 M: Russell King <linux@armlinux.org.uk>
1006 S: Maintained
1007 F: drivers/tty/serial/amba-pl01*.c
1008 F: include/linux/amba/serial.h
1009
1010 ARM PRIMECELL BUS SUPPORT
1011 M: Russell King <linux@armlinux.org.uk>
1012 S: Maintained
1013 F: drivers/amba/
1014 F: include/linux/amba/bus.h
1015
1016 ARM/ADS SPHERE MACHINE SUPPORT
1017 M: Lennert Buytenhek <kernel@wantstofly.org>
1018 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1019 S: Maintained
1020
1021 ARM/AFEB9260 MACHINE SUPPORT
1022 M: Sergey Lapin <slapin@ossfans.org>
1023 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1024 S: Maintained
1025
1026 ARM/AJECO 1ARM MACHINE SUPPORT
1027 M: Lennert Buytenhek <kernel@wantstofly.org>
1028 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1029 S: Maintained
1030
1031 ARM/Allwinner sunXi SoC support
1032 M: Maxime Ripard <maxime.ripard@free-electrons.com>
1033 M: Chen-Yu Tsai <wens@csie.org>
1034 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1035 S: Maintained
1036 N: sun[x456789]i
1037 F: arch/arm/boot/dts/ntc-gr8*
1038
1039 ARM/Allwinner SoC Clock Support
1040 M: Emilio López <emilio@elopez.com.ar>
1041 S: Maintained
1042 F: drivers/clk/sunxi/
1043
1044 ARM/Amlogic Meson SoC support
1045 M: Carlo Caione <carlo@caione.org>
1046 M: Kevin Hilman <khilman@baylibre.com>
1047 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1048 L: linux-amlogic@lists.infradead.org
1049 W: http://linux-meson.com/
1050 S: Maintained
1051 F: arch/arm/mach-meson/
1052 F: arch/arm/boot/dts/meson*
1053 F: arch/arm64/boot/dts/amlogic/
1054 F: drivers/pinctrl/meson/
1055 F: drivers/mmc/host/meson*
1056 N: meson
1057
1058 ARM/Annapurna Labs ALPINE ARCHITECTURE
1059 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
1060 M: Antoine Tenart <antoine.tenart@free-electrons.com>
1061 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1062 S: Maintained
1063 F: arch/arm/mach-alpine/
1064 F: arch/arm/boot/dts/alpine*
1065 F: arch/arm64/boot/dts/al/
1066 F: drivers/*/*alpine*
1067
1068 ARM/ARTPEC MACHINE SUPPORT
1069 M: Jesper Nilsson <jesper.nilsson@axis.com>
1070 M: Lars Persson <lars.persson@axis.com>
1071 M: Niklas Cassel <niklas.cassel@axis.com>
1072 S: Maintained
1073 L: linux-arm-kernel@axis.com
1074 F: arch/arm/mach-artpec
1075 F: arch/arm/boot/dts/artpec6*
1076 F: drivers/clk/axis
1077
1078 ARM/ASPEED MACHINE SUPPORT
1079 M: Joel Stanley <joel@jms.id.au>
1080 S: Maintained
1081 F: arch/arm/mach-aspeed/
1082 F: arch/arm/boot/dts/aspeed-*
1083 F: drivers/*/*aspeed*
1084
1085 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1086 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1087 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
1088 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1089 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1090 W: http://www.linux4sam.org
1091 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1092 S: Supported
1093 F: arch/arm/mach-at91/
1094 F: include/soc/at91/
1095 F: arch/arm/boot/dts/at91*.dts
1096 F: arch/arm/boot/dts/at91*.dtsi
1097 F: arch/arm/boot/dts/sama*.dts
1098 F: arch/arm/boot/dts/sama*.dtsi
1099 F: arch/arm/include/debug/at91.S
1100
1101 ARM/ATMEL AT91 Clock Support
1102 M: Boris Brezillon <boris.brezillon@free-electrons.com>
1103 S: Maintained
1104 F: drivers/clk/at91
1105
1106 ARM/CALXEDA HIGHBANK ARCHITECTURE
1107 M: Rob Herring <robh@kernel.org>
1108 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1109 S: Maintained
1110 F: arch/arm/mach-highbank/
1111 F: arch/arm/boot/dts/highbank.dts
1112 F: arch/arm/boot/dts/ecx-*.dts*
1113
1114 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1115 M: Krzysztof Halasa <khalasa@piap.pl>
1116 S: Maintained
1117 F: arch/arm/mach-cns3xxx/
1118
1119 ARM/CAVIUM THUNDER NETWORK DRIVER
1120 M: Sunil Goutham <sgoutham@cavium.com>
1121 M: Robert Richter <rric@kernel.org>
1122 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1123 S: Supported
1124 F: drivers/net/ethernet/cavium/thunder/
1125
1126 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1127 M: Alexander Shiyan <shc_work@mail.ru>
1128 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1129 S: Odd Fixes
1130 N: clps711x
1131
1132 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1133 M: Hartley Sweeten <hsweeten@visionengravers.com>
1134 M: Ryan Mallon <rmallon@gmail.com>
1135 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1136 S: Maintained
1137 F: arch/arm/mach-ep93xx/
1138 F: arch/arm/mach-ep93xx/include/mach/
1139
1140 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1141 M: Lennert Buytenhek <kernel@wantstofly.org>
1142 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1143 S: Maintained
1144
1145 ARM/CLKDEV SUPPORT
1146 M: Russell King <linux@armlinux.org.uk>
1147 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1148 S: Maintained
1149 F: arch/arm/include/asm/clkdev.h
1150 F: drivers/clk/clkdev.c
1151
1152 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1153 M: Mike Rapoport <mike@compulab.co.il>
1154 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1155 S: Maintained
1156
1157 ARM/CONTEC MICRO9 MACHINE SUPPORT
1158 M: Hubert Feurstein <hubert.feurstein@contec.at>
1159 S: Maintained
1160 F: arch/arm/mach-ep93xx/micro9.c
1161
1162 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1163 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1164 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1165 S: Maintained
1166 F: drivers/hwtracing/coresight/*
1167 F: Documentation/trace/coresight.txt
1168 F: Documentation/devicetree/bindings/arm/coresight.txt
1169 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1170 F: tools/perf/arch/arm/util/pmu.c
1171 F: tools/perf/arch/arm/util/auxtrace.c
1172 F: tools/perf/arch/arm/util/cs-etm.c
1173 F: tools/perf/arch/arm/util/cs-etm.h
1174 F: tools/perf/util/cs-etm.h
1175
1176 ARM/CORGI MACHINE SUPPORT
1177 M: Richard Purdie <rpurdie@rpsys.net>
1178 S: Maintained
1179
1180 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1181 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1182 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1183 T: git git://github.com/ulli-kroll/linux.git
1184 S: Maintained
1185 F: arch/arm/mach-gemini/
1186 F: drivers/rtc/rtc-gemini.c
1187
1188 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1189 M: Barry Song <baohua@kernel.org>
1190 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1192 S: Maintained
1193 F: arch/arm/boot/dts/prima2*
1194 F: arch/arm/mach-prima2/
1195 F: drivers/clk/sirf/
1196 F: drivers/clocksource/timer-prima2.c
1197 F: drivers/clocksource/timer-atlas7.c
1198 N: [^a-z]sirf
1199
1200 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1201 M: Baruch Siach <baruch@tkos.co.il>
1202 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1203 S: Maintained
1204 F: arch/arm/boot/dts/cx92755*
1205 N: digicolor
1206
1207 ARM/EBSA110 MACHINE SUPPORT
1208 M: Russell King <linux@armlinux.org.uk>
1209 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1210 W: http://www.armlinux.org.uk/
1211 S: Maintained
1212 F: arch/arm/mach-ebsa110/
1213 F: drivers/net/ethernet/amd/am79c961a.*
1214
1215 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1216 M: Uwe Kleine-König <kernel@pengutronix.de>
1217 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1218 S: Maintained
1219 N: efm32
1220
1221 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1222 M: Daniel Ribeiro <drwyrm@gmail.com>
1223 M: Stefan Schmidt <stefan@openezx.org>
1224 M: Harald Welte <laforge@openezx.org>
1225 L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1226 W: http://www.openezx.org/
1227 S: Maintained
1228 T: topgit git://git.openezx.org/openezx.git
1229 F: arch/arm/mach-pxa/ezx.c
1230
1231 ARM/FARADAY FA526 PORT
1232 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1233 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1234 S: Maintained
1235 T: git git://git.berlios.de/gemini-board
1236 F: arch/arm/mm/*-fa*
1237
1238 ARM/FOOTBRIDGE ARCHITECTURE
1239 M: Russell King <linux@armlinux.org.uk>
1240 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1241 W: http://www.armlinux.org.uk/
1242 S: Maintained
1243 F: arch/arm/include/asm/hardware/dec21285.h
1244 F: arch/arm/mach-footbridge/
1245
1246 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1247 M: Shawn Guo <shawnguo@kernel.org>
1248 M: Sascha Hauer <kernel@pengutronix.de>
1249 R: Fabio Estevam <fabio.estevam@nxp.com>
1250 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1251 S: Maintained
1252 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1253 F: arch/arm/mach-imx/
1254 F: arch/arm/mach-mxs/
1255 F: arch/arm/boot/dts/imx*
1256 F: arch/arm/configs/imx*_defconfig
1257 F: drivers/clk/imx/
1258 F: include/soc/imx/
1259
1260 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1261 M: Shawn Guo <shawnguo@kernel.org>
1262 M: Sascha Hauer <kernel@pengutronix.de>
1263 R: Stefan Agner <stefan@agner.ch>
1264 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1265 S: Maintained
1266 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1267 F: arch/arm/mach-imx/*vf610*
1268 F: arch/arm/boot/dts/vf*
1269
1270 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1271 M: Lennert Buytenhek <kernel@wantstofly.org>
1272 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1273 S: Maintained
1274
1275 ARM/GUMSTIX MACHINE SUPPORT
1276 M: Steve Sakoman <sakoman@gmail.com>
1277 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1278 S: Maintained
1279
1280 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1281 M: Philipp Zabel <philipp.zabel@gmail.com>
1282 M: Paul Parsons <lost.distance@yahoo.com>
1283 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1284 S: Maintained
1285 F: arch/arm/mach-pxa/hx4700.c
1286 F: arch/arm/mach-pxa/include/mach/hx4700.h
1287 F: sound/soc/pxa/hx4700.c
1288
1289 ARM/HISILICON SOC SUPPORT
1290 M: Wei Xu <xuwei5@hisilicon.com>
1291 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1292 W: http://www.hisilicon.com
1293 S: Supported
1294 T: git git://github.com/hisilicon/linux-hisi.git
1295 F: arch/arm/mach-hisi/
1296 F: arch/arm/boot/dts/hi3*
1297 F: arch/arm/boot/dts/hip*
1298 F: arch/arm/boot/dts/hisi*
1299 F: arch/arm64/boot/dts/hisilicon/
1300
1301 ARM/HP JORNADA 7XX MACHINE SUPPORT
1302 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1303 W: www.jlime.com
1304 S: Maintained
1305 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1306 F: arch/arm/mach-sa1100/jornada720.c
1307 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1308
1309 ARM/IGEP MACHINE SUPPORT
1310 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1311 M: Javier Martinez Canillas <javier@dowhile0.org>
1312 L: linux-omap@vger.kernel.org
1313 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1314 S: Maintained
1315 F: arch/arm/boot/dts/omap3-igep*
1316
1317 ARM/INCOME PXA270 SUPPORT
1318 M: Marek Vasut <marek.vasut@gmail.com>
1319 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1320 S: Maintained
1321 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1322
1323 ARM/INTEL IOP32X ARM ARCHITECTURE
1324 M: Lennert Buytenhek <kernel@wantstofly.org>
1325 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1326 S: Maintained
1327
1328 ARM/INTEL IOP33X ARM ARCHITECTURE
1329 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1330 S: Orphan
1331
1332 ARM/INTEL IOP13XX ARM ARCHITECTURE
1333 M: Lennert Buytenhek <kernel@wantstofly.org>
1334 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1335 S: Maintained
1336
1337 ARM/INTEL IQ81342EX MACHINE SUPPORT
1338 M: Lennert Buytenhek <kernel@wantstofly.org>
1339 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1340 S: Maintained
1341
1342 ARM/INTEL IXDP2850 MACHINE SUPPORT
1343 M: Lennert Buytenhek <kernel@wantstofly.org>
1344 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1345 S: Maintained
1346
1347 ARM/INTEL IXP4XX ARM ARCHITECTURE
1348 M: Imre Kaloz <kaloz@openwrt.org>
1349 M: Krzysztof Halasa <khalasa@piap.pl>
1350 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1351 S: Maintained
1352 F: arch/arm/mach-ixp4xx/
1353
1354 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1355 M: Jonathan Cameron <jic23@cam.ac.uk>
1356 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1357 S: Maintained
1358 F: arch/arm/mach-pxa/stargate2.c
1359 F: drivers/pcmcia/pxa2xx_stargate2.c
1360
1361 ARM/INTEL XSC3 (MANZANO) ARM CORE
1362 M: Lennert Buytenhek <kernel@wantstofly.org>
1363 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1364 S: Maintained
1365
1366 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1367 M: Lennert Buytenhek <kernel@wantstofly.org>
1368 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1369 S: Maintained
1370
1371 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1372 M: Santosh Shilimkar <ssantosh@kernel.org>
1373 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1374 S: Maintained
1375 F: arch/arm/mach-keystone/
1376 F: arch/arm/boot/dts/keystone-*
1377 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1378
1379 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1380 M: Santosh Shilimkar <ssantosh@kernel.org>
1381 L: linux-kernel@vger.kernel.org
1382 S: Maintained
1383 F: drivers/clk/keystone/
1384
1385 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1386 M: Santosh Shilimkar <ssantosh@kernel.org>
1387 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1388 L: linux-kernel@vger.kernel.org
1389 S: Maintained
1390 F: drivers/clocksource/timer-keystone.c
1391
1392 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1393 M: Santosh Shilimkar <ssantosh@kernel.org>
1394 L: linux-kernel@vger.kernel.org
1395 S: Maintained
1396 F: drivers/power/reset/keystone-reset.c
1397
1398 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1399 M: Santosh Shilimkar <ssantosh@kernel.org>
1400 L: linux-kernel@vger.kernel.org
1401 S: Maintained
1402 F: drivers/memory/*emif*
1403
1404 ARM/LG1K ARCHITECTURE
1405 M: Chanho Min <chanho.min@lge.com>
1406 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1407 S: Maintained
1408 F: arch/arm64/boot/dts/lg/
1409
1410 ARM/LOGICPD PXA270 MACHINE SUPPORT
1411 M: Lennert Buytenhek <kernel@wantstofly.org>
1412 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1413 S: Maintained
1414
1415 ARM/LPC18XX ARCHITECTURE
1416 M: Joachim Eastwood <manabian@gmail.com>
1417 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1418 S: Maintained
1419 F: arch/arm/boot/dts/lpc43*
1420 F: drivers/clk/nxp/clk-lpc18xx*
1421 F: drivers/clocksource/time-lpc32xx.c
1422 F: drivers/i2c/busses/i2c-lpc2k.c
1423 F: drivers/memory/pl172.c
1424 F: drivers/mtd/spi-nor/nxp-spifi.c
1425 F: drivers/rtc/rtc-lpc24xx.c
1426 N: lpc18xx
1427
1428 ARM/LPC32XX SOC SUPPORT
1429 M: Vladimir Zapolskiy <vz@mleia.com>
1430 M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1431 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1432 T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1433 S: Maintained
1434 F: arch/arm/boot/dts/lpc32*
1435 F: arch/arm/mach-lpc32xx/
1436 F: drivers/i2c/busses/i2c-pnx.c
1437 F: drivers/net/ethernet/nxp/lpc_eth.c
1438 F: drivers/usb/host/ohci-nxp.c
1439 F: drivers/watchdog/pnx4008_wdt.c
1440 N: lpc32xx
1441
1442 ARM/MAGICIAN MACHINE SUPPORT
1443 M: Philipp Zabel <philipp.zabel@gmail.com>
1444 S: Maintained
1445
1446 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1447 M: Jason Cooper <jason@lakedaemon.net>
1448 M: Andrew Lunn <andrew@lunn.ch>
1449 M: Gregory Clement <gregory.clement@free-electrons.com>
1450 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1451 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1452 S: Maintained
1453 F: arch/arm/mach-mvebu/
1454 F: drivers/rtc/rtc-armada38x.c
1455 F: arch/arm/boot/dts/armada*
1456 F: arch/arm/boot/dts/kirkwood*
1457 F: arch/arm64/boot/dts/marvell/armada*
1458 F: drivers/cpufreq/mvebu-cpufreq.c
1459 F: arch/arm/configs/mvebu_*_defconfig
1460
1461 ARM/Marvell Berlin SoC support
1462 M: Jisheng Zhang <jszhang@marvell.com>
1463 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1464 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1465 S: Maintained
1466 F: arch/arm/mach-berlin/
1467 F: arch/arm/boot/dts/berlin*
1468 F: arch/arm64/boot/dts/marvell/berlin*
1469
1470
1471 ARM/Marvell Dove/MV78xx0/Orion SOC support
1472 M: Jason Cooper <jason@lakedaemon.net>
1473 M: Andrew Lunn <andrew@lunn.ch>
1474 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1475 M: Gregory Clement <gregory.clement@free-electrons.com>
1476 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1477 S: Maintained
1478 F: arch/arm/mach-dove/
1479 F: arch/arm/mach-mv78xx0/
1480 F: arch/arm/mach-orion5x/
1481 F: arch/arm/plat-orion/
1482 F: arch/arm/boot/dts/dove*
1483 F: arch/arm/boot/dts/orion5x*
1484
1485
1486 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1487 M: Alexander Clouter <alex@digriz.org.uk>
1488 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1489 W: http://www.digriz.org.uk/ts78xx/kernel
1490 S: Maintained
1491 F: arch/arm/mach-orion5x/ts78xx-*
1492
1493 ARM/OXNAS platform support
1494 M: Neil Armstrong <narmstrong@baylibre.com>
1495 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1496 L: linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1497 S: Maintained
1498 F: arch/arm/mach-oxnas/
1499 F: arch/arm/boot/dts/oxnas*
1500 F: arch/arm/boot/dts/wd-mbwe.dts
1501 N: oxnas
1502
1503 ARM/Mediatek RTC DRIVER
1504 M: Eddie Huang <eddie.huang@mediatek.com>
1505 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1506 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1507 S: Maintained
1508 F: drivers/rtc/rtc-mt6397.c
1509
1510 ARM/Mediatek SoC support
1511 M: Matthias Brugger <matthias.bgg@gmail.com>
1512 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1513 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1514 S: Maintained
1515 F: arch/arm/boot/dts/mt6*
1516 F: arch/arm/boot/dts/mt8*
1517 F: arch/arm/mach-mediatek/
1518 N: mtk
1519 K: mediatek
1520
1521 ARM/Mediatek USB3 PHY DRIVER
1522 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1523 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1524 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1525 S: Maintained
1526 F: drivers/phy/phy-mt65xx-usb3.c
1527
1528 ARM/MICREL KS8695 ARCHITECTURE
1529 M: Greg Ungerer <gerg@uclinux.org>
1530 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1531 F: arch/arm/mach-ks8695/
1532 S: Odd Fixes
1533
1534 ARM/MIOA701 MACHINE SUPPORT
1535 M: Robert Jarzmik <robert.jarzmik@free.fr>
1536 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1537 F: arch/arm/mach-pxa/mioa701.c
1538 S: Maintained
1539
1540 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1541 M: Michael Petchkovsky <mkpetch@internode.on.net>
1542 S: Maintained
1543
1544 ARM/NOMADIK ARCHITECTURE
1545 M: Alessandro Rubini <rubini@unipv.it>
1546 M: Linus Walleij <linus.walleij@linaro.org>
1547 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1548 S: Maintained
1549 F: arch/arm/mach-nomadik/
1550 F: drivers/pinctrl/nomadik/
1551 F: drivers/i2c/busses/i2c-nomadik.c
1552 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1553
1554 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1555 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1556 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1557 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1558 S: Supported
1559
1560 ARM/TOSA MACHINE SUPPORT
1561 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1562 M: Dirk Opfer <dirk@opfer-online.de>
1563 S: Maintained
1564
1565 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1566 M: Marek Vasut <marek.vasut@gmail.com>
1567 L: linux-arm-kernel@lists.infradead.org
1568 W: http://hackndev.com
1569 S: Maintained
1570 F: arch/arm/mach-pxa/include/mach/palmtx.h
1571 F: arch/arm/mach-pxa/palmtx.c
1572 F: arch/arm/mach-pxa/include/mach/palmt5.h
1573 F: arch/arm/mach-pxa/palmt5.c
1574 F: arch/arm/mach-pxa/include/mach/palmld.h
1575 F: arch/arm/mach-pxa/palmld.c
1576 F: arch/arm/mach-pxa/include/mach/palmte2.h
1577 F: arch/arm/mach-pxa/palmte2.c
1578 F: arch/arm/mach-pxa/include/mach/palmtc.h
1579 F: arch/arm/mach-pxa/palmtc.c
1580
1581 ARM/PALM TREO SUPPORT
1582 M: Tomas Cech <sleep_walker@suse.com>
1583 L: linux-arm-kernel@lists.infradead.org
1584 W: http://hackndev.com
1585 S: Maintained
1586 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1587 F: arch/arm/mach-pxa/palmtreo.c
1588
1589 ARM/PALMZ72 SUPPORT
1590 M: Sergey Lapin <slapin@ossfans.org>
1591 L: linux-arm-kernel@lists.infradead.org
1592 W: http://hackndev.com
1593 S: Maintained
1594 F: arch/arm/mach-pxa/include/mach/palmz72.h
1595 F: arch/arm/mach-pxa/palmz72.c
1596
1597 ARM/PLEB SUPPORT
1598 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1599 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1600 S: Maintained
1601
1602 ARM/PT DIGITAL BOARD PORT
1603 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1604 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1605 W: http://www.armlinux.org.uk/
1606 S: Maintained
1607
1608 ARM/QUALCOMM SUPPORT
1609 M: Andy Gross <andy.gross@linaro.org>
1610 M: David Brown <david.brown@linaro.org>
1611 L: linux-arm-msm@vger.kernel.org
1612 L: linux-soc@vger.kernel.org
1613 S: Maintained
1614 F: Documentation/devicetree/bindings/soc/qcom/
1615 F: arch/arm/boot/dts/qcom-*.dts
1616 F: arch/arm/boot/dts/qcom-*.dtsi
1617 F: arch/arm/mach-qcom/
1618 F: arch/arm64/boot/dts/qcom/*
1619 F: drivers/i2c/busses/i2c-qup.c
1620 F: drivers/clk/qcom/
1621 F: drivers/soc/qcom/
1622 F: drivers/spi/spi-qup.c
1623 F: drivers/tty/serial/msm_serial.h
1624 F: drivers/tty/serial/msm_serial.c
1625 F: drivers/*/pm8???-*
1626 F: drivers/mfd/ssbi.c
1627 F: drivers/firmware/qcom_scm.c
1628 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1629
1630 ARM/RADISYS ENP2611 MACHINE SUPPORT
1631 M: Lennert Buytenhek <kernel@wantstofly.org>
1632 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1633 S: Maintained
1634
1635 ARM/RENESAS ARM64 ARCHITECTURE
1636 M: Simon Horman <horms@verge.net.au>
1637 M: Magnus Damm <magnus.damm@gmail.com>
1638 L: linux-renesas-soc@vger.kernel.org
1639 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1640 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1641 S: Supported
1642 F: arch/arm64/boot/dts/renesas/
1643 F: drivers/soc/renesas/
1644 F: include/linux/soc/renesas/
1645
1646 ARM/RISCPC ARCHITECTURE
1647 M: Russell King <linux@armlinux.org.uk>
1648 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1649 W: http://www.armlinux.org.uk/
1650 S: Maintained
1651 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1652 F: arch/arm/include/asm/hardware/ioc.h
1653 F: arch/arm/include/asm/hardware/iomd.h
1654 F: arch/arm/include/asm/hardware/memc.h
1655 F: arch/arm/mach-rpc/
1656 F: drivers/net/ethernet/8390/etherh.c
1657 F: drivers/net/ethernet/i825xx/ether1*
1658 F: drivers/net/ethernet/seeq/ether3*
1659 F: drivers/scsi/arm/
1660
1661 ARM/Rockchip SoC support
1662 M: Heiko Stuebner <heiko@sntech.de>
1663 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1664 L: linux-rockchip@lists.infradead.org
1665 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1666 S: Maintained
1667 F: arch/arm/boot/dts/rk3*
1668 F: arch/arm/mach-rockchip/
1669 F: drivers/clk/rockchip/
1670 F: drivers/i2c/busses/i2c-rk3x.c
1671 F: drivers/*/*rockchip*
1672 F: drivers/*/*/*rockchip*
1673 F: sound/soc/rockchip/
1674 N: rockchip
1675
1676 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1677 M: Kukjin Kim <kgene@kernel.org>
1678 M: Krzysztof Kozlowski <krzk@kernel.org>
1679 R: Javier Martinez Canillas <javier@osg.samsung.com>
1680 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1681 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1682 S: Maintained
1683 F: arch/arm/boot/dts/s3c*
1684 F: arch/arm/boot/dts/s5p*
1685 F: arch/arm/boot/dts/samsung*
1686 F: arch/arm/boot/dts/exynos*
1687 F: arch/arm64/boot/dts/exynos/
1688 F: arch/arm/plat-samsung/
1689 F: arch/arm/mach-s3c24*/
1690 F: arch/arm/mach-s3c64xx/
1691 F: arch/arm/mach-s5p*/
1692 F: arch/arm/mach-exynos*/
1693 F: drivers/*/*s3c24*
1694 F: drivers/*/*/*s3c24*
1695 F: drivers/*/*s3c64xx*
1696 F: drivers/*/*s5pv210*
1697 F: drivers/memory/samsung/*
1698 F: drivers/soc/samsung/*
1699 F: Documentation/arm/Samsung/
1700 F: Documentation/devicetree/bindings/arm/samsung/
1701 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1702 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1703 N: exynos
1704
1705 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1706 M: Kyungmin Park <kyungmin.park@samsung.com>
1707 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1708 S: Maintained
1709 F: arch/arm/mach-s5pv210/
1710
1711 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1712 M: Kyungmin Park <kyungmin.park@samsung.com>
1713 M: Kamil Debski <kamil@wypas.org>
1714 M: Andrzej Hajda <a.hajda@samsung.com>
1715 L: linux-arm-kernel@lists.infradead.org
1716 L: linux-media@vger.kernel.org
1717 S: Maintained
1718 F: drivers/media/platform/s5p-g2d/
1719
1720 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1721 M: Kyungmin Park <kyungmin.park@samsung.com>
1722 M: Kamil Debski <kamil@wypas.org>
1723 M: Jeongtae Park <jtp.park@samsung.com>
1724 M: Andrzej Hajda <a.hajda@samsung.com>
1725 L: linux-arm-kernel@lists.infradead.org
1726 L: linux-media@vger.kernel.org
1727 S: Maintained
1728 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1729 F: drivers/media/platform/s5p-mfc/
1730
1731 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1732 M: Kyungmin Park <kyungmin.park@samsung.com>
1733 L: linux-arm-kernel@lists.infradead.org
1734 L: linux-media@vger.kernel.org
1735 S: Maintained
1736 F: drivers/staging/media/platform/s5p-cec/
1737
1738 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1739 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1740 M: Jacek Anaszewski <j.anaszewski@samsung.com>
1741 L: linux-arm-kernel@lists.infradead.org
1742 L: linux-media@vger.kernel.org
1743 S: Maintained
1744 F: drivers/media/platform/s5p-jpeg/
1745
1746 ARM/SHMOBILE ARM ARCHITECTURE
1747 M: Simon Horman <horms@verge.net.au>
1748 M: Magnus Damm <magnus.damm@gmail.com>
1749 L: linux-renesas-soc@vger.kernel.org
1750 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1751 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1752 S: Supported
1753 F: arch/arm/boot/dts/emev2*
1754 F: arch/arm/boot/dts/r7s*
1755 F: arch/arm/boot/dts/r8a*
1756 F: arch/arm/boot/dts/sh*
1757 F: arch/arm/configs/shmobile_defconfig
1758 F: arch/arm/include/debug/renesas-scif.S
1759 F: arch/arm/mach-shmobile/
1760 F: drivers/soc/renesas/
1761 F: include/linux/soc/renesas/
1762
1763 ARM/SOCFPGA ARCHITECTURE
1764 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1765 S: Maintained
1766 F: arch/arm/mach-socfpga/
1767 F: arch/arm/boot/dts/socfpga*
1768 F: arch/arm/configs/socfpga_defconfig
1769 F: arch/arm64/boot/dts/altera/
1770 W: http://www.rocketboards.org
1771 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1772
1773 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1774 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1775 S: Maintained
1776 F: drivers/clk/socfpga/
1777
1778 ARM/SOCFPGA EDAC SUPPORT
1779 M: Thor Thayer <tthayer@opensource.altera.com>
1780 S: Maintained
1781 F: drivers/edac/altera_edac.
1782
1783 ARM/STI ARCHITECTURE
1784 M: Patrice Chotard <patrice.chotard@st.com>
1785 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1786 L: kernel@stlinux.com
1787 W: http://www.stlinux.com
1788 S: Maintained
1789 F: arch/arm/mach-sti/
1790 F: arch/arm/boot/dts/sti*
1791 F: drivers/char/hw_random/st-rng.c
1792 F: drivers/clocksource/arm_global_timer.c
1793 F: drivers/clocksource/clksrc_st_lpc.c
1794 F: drivers/cpufreq/sti-cpufreq.c
1795 F: drivers/dma/st_fdma*
1796 F: drivers/i2c/busses/i2c-st.c
1797 F: drivers/media/rc/st_rc.c
1798 F: drivers/media/platform/sti/c8sectpfe/
1799 F: drivers/mmc/host/sdhci-st.c
1800 F: drivers/phy/phy-miphy28lp.c
1801 F: drivers/phy/phy-miphy365x.c
1802 F: drivers/phy/phy-stih407-usb.c
1803 F: drivers/phy/phy-stih41x-usb.c
1804 F: drivers/pinctrl/pinctrl-st.c
1805 F: drivers/remoteproc/st_remoteproc.c
1806 F: drivers/remoteproc/st_slim_rproc.c
1807 F: drivers/reset/sti/
1808 F: drivers/rtc/rtc-st-lpc.c
1809 F: drivers/tty/serial/st-asc.c
1810 F: drivers/usb/dwc3/dwc3-st.c
1811 F: drivers/usb/host/ehci-st.c
1812 F: drivers/usb/host/ohci-st.c
1813 F: drivers/watchdog/st_lpc_wdt.c
1814 F: drivers/ata/ahci_st.c
1815 F: include/linux/remoteproc/st_slim_rproc.h
1816
1817 ARM/STM32 ARCHITECTURE
1818 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1819 M: Alexandre Torgue <alexandre.torgue@st.com>
1820 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1821 S: Maintained
1822 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1823 N: stm32
1824 F: drivers/clocksource/armv7m_systick.c
1825
1826 ARM/TANGO ARCHITECTURE
1827 M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1828 L: linux-arm-kernel@lists.infradead.org
1829 S: Maintained
1830 N: tango
1831
1832 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1833 M: Lennert Buytenhek <kernel@wantstofly.org>
1834 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1835 S: Maintained
1836
1837 ARM/TETON BGA MACHINE SUPPORT
1838 M: "Mark F. Brown" <mark.brown314@gmail.com>
1839 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1840 S: Maintained
1841
1842 ARM/THECUS N2100 MACHINE SUPPORT
1843 M: Lennert Buytenhek <kernel@wantstofly.org>
1844 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1845 S: Maintained
1846
1847 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1848 M: Wan ZongShun <mcuos.com@gmail.com>
1849 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1850 W: http://www.mcuos.com
1851 S: Maintained
1852 F: arch/arm/mach-w90x900/
1853 F: drivers/input/keyboard/w90p910_keypad.c
1854 F: drivers/input/touchscreen/w90p910_ts.c
1855 F: drivers/watchdog/nuc900_wdt.c
1856 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1857 F: drivers/mtd/nand/nuc900_nand.c
1858 F: drivers/rtc/rtc-nuc900.c
1859 F: drivers/spi/spi-nuc900.c
1860 F: drivers/usb/host/ehci-w90x900.c
1861 F: drivers/video/fbdev/nuc900fb.c
1862
1863 ARM/U300 MACHINE SUPPORT
1864 M: Linus Walleij <linus.walleij@linaro.org>
1865 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1866 S: Supported
1867 F: arch/arm/mach-u300/
1868 F: drivers/clocksource/timer-u300.c
1869 F: drivers/i2c/busses/i2c-stu300.c
1870 F: drivers/rtc/rtc-coh901331.c
1871 F: drivers/watchdog/coh901327_wdt.c
1872 F: drivers/dma/coh901318*
1873 F: drivers/mfd/ab3100*
1874 F: drivers/rtc/rtc-ab3100.c
1875 F: drivers/rtc/rtc-coh901331.c
1876 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1877
1878 ARM/UNIPHIER ARCHITECTURE
1879 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1880 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1881 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1882 S: Maintained
1883 F: arch/arm/boot/dts/uniphier*
1884 F: arch/arm/include/asm/hardware/cache-uniphier.h
1885 F: arch/arm/mach-uniphier/
1886 F: arch/arm/mm/cache-uniphier.c
1887 F: arch/arm64/boot/dts/socionext/
1888 F: drivers/bus/uniphier-system-bus.c
1889 F: drivers/clk/uniphier/
1890 F: drivers/i2c/busses/i2c-uniphier*
1891 F: drivers/pinctrl/uniphier/
1892 F: drivers/reset/reset-uniphier.c
1893 F: drivers/tty/serial/8250/8250_uniphier.c
1894 N: uniphier
1895
1896 ARM/Ux500 ARM ARCHITECTURE
1897 M: Linus Walleij <linus.walleij@linaro.org>
1898 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1899 S: Maintained
1900 F: arch/arm/mach-ux500/
1901 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1902 F: drivers/dma/ste_dma40*
1903 F: drivers/hwspinlock/u8500_hsem.c
1904 F: drivers/mfd/abx500*
1905 F: drivers/mfd/ab8500*
1906 F: drivers/mfd/dbx500*
1907 F: drivers/mfd/db8500*
1908 F: drivers/pinctrl/nomadik/pinctrl-ab*
1909 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1910 F: drivers/rtc/rtc-ab8500.c
1911 F: drivers/rtc/rtc-pl031.c
1912 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1913
1914 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1915 M: Ulf Hansson <ulf.hansson@linaro.org>
1916 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1917 T: git git://git.linaro.org/people/ulfh/clk.git
1918 S: Maintained
1919 F: drivers/clk/ux500/
1920
1921 ARM/VERSATILE EXPRESS PLATFORM
1922 M: Liviu Dudau <liviu.dudau@arm.com>
1923 M: Sudeep Holla <sudeep.holla@arm.com>
1924 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1925 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1926 S: Maintained
1927 F: arch/arm/boot/dts/vexpress*
1928 F: arch/arm64/boot/dts/arm/
1929 F: arch/arm/mach-vexpress/
1930 F: */*/vexpress*
1931 F: */*/*/vexpress*
1932 F: drivers/clk/versatile/clk-vexpress-osc.c
1933 F: drivers/clocksource/versatile.c
1934 N: mps2
1935
1936 ARM/VFP SUPPORT
1937 M: Russell King <linux@armlinux.org.uk>
1938 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1939 W: http://www.armlinux.org.uk/
1940 S: Maintained
1941 F: arch/arm/vfp/
1942
1943 ARM/VOIPAC PXA270 SUPPORT
1944 M: Marek Vasut <marek.vasut@gmail.com>
1945 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1946 S: Maintained
1947 F: arch/arm/mach-pxa/vpac270.c
1948 F: arch/arm/mach-pxa/include/mach/vpac270.h
1949
1950 ARM/VT8500 ARM ARCHITECTURE
1951 M: Tony Prisk <linux@prisktech.co.nz>
1952 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1953 S: Maintained
1954 F: arch/arm/mach-vt8500/
1955 F: drivers/clocksource/vt8500_timer.c
1956 F: drivers/i2c/busses/i2c-wmt.c
1957 F: drivers/mmc/host/wmt-sdmmc.c
1958 F: drivers/pwm/pwm-vt8500.c
1959 F: drivers/rtc/rtc-vt8500.c
1960 F: drivers/tty/serial/vt8500_serial.c
1961 F: drivers/usb/host/ehci-platform.c
1962 F: drivers/usb/host/uhci-platform.c
1963 F: drivers/video/fbdev/vt8500lcdfb.*
1964 F: drivers/video/fbdev/wm8505fb*
1965 F: drivers/video/fbdev/wmt_ge_rops.*
1966
1967 ARM/ZIPIT Z2 SUPPORT
1968 M: Marek Vasut <marek.vasut@gmail.com>
1969 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1970 S: Maintained
1971 F: arch/arm/mach-pxa/z2.c
1972 F: arch/arm/mach-pxa/include/mach/z2.h
1973
1974 ARM/ZTE ARCHITECTURE
1975 M: Jun Nie <jun.nie@linaro.org>
1976 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1977 S: Maintained
1978 F: arch/arm/mach-zx/
1979 F: drivers/clk/zte/
1980 F: Documentation/devicetree/bindings/arm/zte.txt
1981 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1982
1983 ARM/ZYNQ ARCHITECTURE
1984 M: Michal Simek <michal.simek@xilinx.com>
1985 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1986 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1987 W: http://wiki.xilinx.com
1988 T: git https://github.com/Xilinx/linux-xlnx.git
1989 S: Supported
1990 F: arch/arm/mach-zynq/
1991 F: drivers/cpuidle/cpuidle-zynq.c
1992 F: drivers/block/xsysace.c
1993 N: zynq
1994 N: xilinx
1995 F: drivers/clocksource/cadence_ttc_timer.c
1996 F: drivers/i2c/busses/i2c-cadence.c
1997 F: drivers/mmc/host/sdhci-of-arasan.c
1998 F: drivers/edac/synopsys_edac.c
1999
2000 ARM SMMU DRIVERS
2001 M: Will Deacon <will.deacon@arm.com>
2002 R: Robin Murphy <robin.murphy@arm.com>
2003 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2004 S: Maintained
2005 F: drivers/iommu/arm-smmu.c
2006 F: drivers/iommu/arm-smmu-v3.c
2007 F: drivers/iommu/io-pgtable-arm.c
2008 F: drivers/iommu/io-pgtable-arm-v7s.c
2009
2010 ARM64 PORT (AARCH64 ARCHITECTURE)
2011 M: Catalin Marinas <catalin.marinas@arm.com>
2012 M: Will Deacon <will.deacon@arm.com>
2013 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2014 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2015 S: Maintained
2016 F: arch/arm64/
2017 F: Documentation/arm64/
2018
2019 AS3645A LED FLASH CONTROLLER DRIVER
2020 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2021 L: linux-media@vger.kernel.org
2022 T: git git://linuxtv.org/media_tree.git
2023 S: Maintained
2024 F: drivers/media/i2c/as3645a.c
2025 F: include/media/i2c/as3645a.h
2026
2027 ASAHI KASEI AK8974 DRIVER
2028 M: Linus Walleij <linus.walleij@linaro.org>
2029 L: linux-iio@vger.kernel.org
2030 W: http://www.akm.com/
2031 S: Supported
2032 F: drivers/iio/magnetometer/ak8974.c
2033
2034 ASC7621 HARDWARE MONITOR DRIVER
2035 M: George Joseph <george.joseph@fairview5.com>
2036 L: linux-hwmon@vger.kernel.org
2037 S: Maintained
2038 F: Documentation/hwmon/asc7621
2039 F: drivers/hwmon/asc7621.c
2040
2041 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2042 M: Corentin Chary <corentin.chary@gmail.com>
2043 L: acpi4asus-user@lists.sourceforge.net
2044 L: platform-driver-x86@vger.kernel.org
2045 W: http://acpi4asus.sf.net
2046 S: Maintained
2047 F: drivers/platform/x86/asus*.c
2048 F: drivers/platform/x86/eeepc*.c
2049
2050 ASUS WIRELESS RADIO CONTROL DRIVER
2051 M: João Paulo Rechi Vita <jprvita@gmail.com>
2052 L: platform-driver-x86@vger.kernel.org
2053 S: Maintained
2054 F: drivers/platform/x86/asus-wireless.c
2055
2056 ASYMMETRIC KEYS
2057 M: David Howells <dhowells@redhat.com>
2058 L: keyrings@vger.kernel.org
2059 S: Maintained
2060 F: Documentation/crypto/asymmetric-keys.txt
2061 F: include/linux/verification.h
2062 F: include/crypto/public_key.h
2063 F: include/crypto/pkcs7.h
2064 F: crypto/asymmetric_keys/
2065
2066 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2067 R: Dan Williams <dan.j.williams@intel.com>
2068 W: http://sourceforge.net/projects/xscaleiop
2069 S: Odd fixes
2070 F: Documentation/crypto/async-tx-api.txt
2071 F: crypto/async_tx/
2072 F: drivers/dma/
2073 F: include/linux/dmaengine.h
2074 F: include/linux/async_tx.h
2075
2076 AT24 EEPROM DRIVER
2077 M: Wolfram Sang <wsa@the-dreams.de>
2078 L: linux-i2c@vger.kernel.org
2079 S: Maintained
2080 F: drivers/misc/eeprom/at24.c
2081 F: include/linux/platform_data/at24.h
2082
2083 ATA OVER ETHERNET (AOE) DRIVER
2084 M: "Ed L. Cashin" <ed.cashin@acm.org>
2085 W: http://www.openaoe.org/
2086 S: Supported
2087 F: Documentation/aoe/
2088 F: drivers/block/aoe/
2089
2090 ATHEROS 71XX/9XXX GPIO DRIVER
2091 M: Alban Bedel <albeu@free.fr>
2092 W: https://github.com/AlbanBedel/linux
2093 T: git git://github.com/AlbanBedel/linux
2094 S: Maintained
2095 F: drivers/gpio/gpio-ath79.c
2096 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2097
2098 ATHEROS ATH GENERIC UTILITIES
2099 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2100 L: linux-wireless@vger.kernel.org
2101 S: Supported
2102 F: drivers/net/wireless/ath/*
2103
2104 ATHEROS ATH5K WIRELESS DRIVER
2105 M: Jiri Slaby <jirislaby@gmail.com>
2106 M: Nick Kossifidis <mickflemm@gmail.com>
2107 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2108 L: linux-wireless@vger.kernel.org
2109 W: http://wireless.kernel.org/en/users/Drivers/ath5k
2110 S: Maintained
2111 F: drivers/net/wireless/ath/ath5k/
2112
2113 ATHEROS ATH6KL WIRELESS DRIVER
2114 M: Kalle Valo <kvalo@qca.qualcomm.com>
2115 L: linux-wireless@vger.kernel.org
2116 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
2117 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2118 S: Supported
2119 F: drivers/net/wireless/ath/ath6kl/
2120
2121 WILOCITY WIL6210 WIRELESS DRIVER
2122 M: Maya Erez <qca_merez@qca.qualcomm.com>
2123 L: linux-wireless@vger.kernel.org
2124 L: wil6210@qca.qualcomm.com
2125 S: Supported
2126 W: http://wireless.kernel.org/en/users/Drivers/wil6210
2127 F: drivers/net/wireless/ath/wil6210/
2128 F: include/uapi/linux/wil6210_uapi.h
2129
2130 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2131 M: Christian Lamparter <chunkeey@googlemail.com>
2132 L: linux-wireless@vger.kernel.org
2133 W: http://wireless.kernel.org/en/users/Drivers/carl9170
2134 S: Maintained
2135 F: drivers/net/wireless/ath/carl9170/
2136
2137 ATK0110 HWMON DRIVER
2138 M: Luca Tettamanti <kronos.it@gmail.com>
2139 L: linux-hwmon@vger.kernel.org
2140 S: Maintained
2141 F: drivers/hwmon/asus_atk0110.c
2142
2143 ATI_REMOTE2 DRIVER
2144 M: Ville Syrjala <syrjala@sci.fi>
2145 S: Maintained
2146 F: drivers/input/misc/ati_remote2.c
2147
2148 ATLX ETHERNET DRIVERS
2149 M: Jay Cliburn <jcliburn@gmail.com>
2150 M: Chris Snook <chris.snook@gmail.com>
2151 L: netdev@vger.kernel.org
2152 W: http://sourceforge.net/projects/atl1
2153 W: http://atl1.sourceforge.net
2154 S: Maintained
2155 F: drivers/net/ethernet/atheros/
2156
2157 ATM
2158 M: Chas Williams <3chas3@gmail.com>
2159 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2160 L: netdev@vger.kernel.org
2161 W: http://linux-atm.sourceforge.net
2162 S: Maintained
2163 F: drivers/atm/
2164 F: include/linux/atm*
2165 F: include/uapi/linux/atm*
2166
2167 ATMEL AT91 / AT32 MCI DRIVER
2168 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2169 S: Maintained
2170 F: drivers/mmc/host/atmel-mci.c
2171
2172 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2173 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2174 S: Supported
2175 F: drivers/power/reset/at91-sama5d2_shdwc.c
2176
2177 ATMEL SAMA5D2 ADC DRIVER
2178 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2179 L: linux-iio@vger.kernel.org
2180 S: Supported
2181 F: drivers/iio/adc/at91-sama5d2_adc.c
2182
2183 ATMEL Audio ALSA driver
2184 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2185 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2186 S: Supported
2187 F: sound/soc/atmel
2188
2189 ATMEL DMA DRIVER
2190 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2191 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2192 S: Supported
2193 F: drivers/dma/at_hdmac.c
2194 F: drivers/dma/at_hdmac_regs.h
2195 F: include/linux/platform_data/dma-atmel.h
2196
2197 ATMEL XDMA DRIVER
2198 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2199 L: linux-arm-kernel@lists.infradead.org
2200 L: dmaengine@vger.kernel.org
2201 S: Supported
2202 F: drivers/dma/at_xdmac.c
2203
2204 ATMEL I2C DRIVER
2205 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2206 L: linux-i2c@vger.kernel.org
2207 S: Supported
2208 F: drivers/i2c/busses/i2c-at91.c
2209
2210 ATMEL ISI DRIVER
2211 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2212 L: linux-media@vger.kernel.org
2213 S: Supported
2214 F: drivers/media/platform/soc_camera/atmel-isi.c
2215 F: include/media/atmel-isi.h
2216
2217 ATMEL LCDFB DRIVER
2218 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2219 L: linux-fbdev@vger.kernel.org
2220 S: Maintained
2221 F: drivers/video/fbdev/atmel_lcdfb.c
2222 F: include/video/atmel_lcdc.h
2223
2224 ATMEL MACB ETHERNET DRIVER
2225 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2226 S: Supported
2227 F: drivers/net/ethernet/cadence/
2228
2229 ATMEL NAND DRIVER
2230 M: Wenyou Yang <wenyou.yang@atmel.com>
2231 M: Josh Wu <rainyfeeling@outlook.com>
2232 L: linux-mtd@lists.infradead.org
2233 S: Supported
2234 F: drivers/mtd/nand/atmel_nand*
2235
2236 ATMEL SDMMC DRIVER
2237 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2238 L: linux-mmc@vger.kernel.org
2239 S: Supported
2240 F: drivers/mmc/host/sdhci-of-at91.c
2241
2242 ATMEL SPI DRIVER
2243 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2244 S: Supported
2245 F: drivers/spi/spi-atmel.*
2246
2247 ATMEL SSC DRIVER
2248 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2249 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2250 S: Supported
2251 F: drivers/misc/atmel-ssc.c
2252 F: include/linux/atmel-ssc.h
2253
2254 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2255 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2256 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2257 S: Supported
2258 F: drivers/misc/atmel_tclib.c
2259 F: drivers/clocksource/tcb_clksrc.c
2260
2261 ATMEL USBA UDC DRIVER
2262 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2263 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2264 S: Supported
2265 F: drivers/usb/gadget/udc/atmel_usba_udc.*
2266
2267 ATMEL WIRELESS DRIVER
2268 M: Simon Kelley <simon@thekelleys.org.uk>
2269 L: linux-wireless@vger.kernel.org
2270 W: http://www.thekelleys.org.uk/atmel
2271 W: http://atmelwlandriver.sourceforge.net/
2272 S: Maintained
2273 F: drivers/net/wireless/atmel/atmel*
2274
2275 ATMEL MAXTOUCH DRIVER
2276 M: Nick Dyer <nick@shmanahar.org>
2277 T: git git://github.com/ndyer/linux.git
2278 S: Maintained
2279 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2280 F: drivers/input/touchscreen/atmel_mxt_ts.c
2281 F: include/linux/platform_data/atmel_mxt_ts.h
2282
2283 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2284 M: Bradley Grove <linuxdrivers@attotech.com>
2285 L: linux-scsi@vger.kernel.org
2286 W: http://www.attotech.com
2287 S: Supported
2288 F: drivers/scsi/esas2r
2289
2290 ATUSB IEEE 802.15.4 RADIO DRIVER
2291 M: Stefan Schmidt <stefan@osg.samsung.com>
2292 L: linux-wpan@vger.kernel.org
2293 S: Maintained
2294 F: drivers/net/ieee802154/atusb.c
2295 F: drivers/net/ieee802154/atusb.h
2296 F: drivers/net/ieee802154/at86rf230.h
2297
2298 AUDIT SUBSYSTEM
2299 M: Paul Moore <paul@paul-moore.com>
2300 M: Eric Paris <eparis@redhat.com>
2301 L: linux-audit@redhat.com (moderated for non-subscribers)
2302 W: http://people.redhat.com/sgrubb/audit/
2303 T: git git://git.infradead.org/users/pcmoore/audit
2304 S: Maintained
2305 F: include/linux/audit.h
2306 F: include/uapi/linux/audit.h
2307 F: kernel/audit*
2308
2309 AUXILIARY DISPLAY DRIVERS
2310 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2311 W: http://miguelojeda.es/auxdisplay.htm
2312 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2313 S: Maintained
2314 F: drivers/auxdisplay/
2315 F: include/linux/cfag12864b.h
2316
2317 AVR32 ARCHITECTURE
2318 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2319 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2320 W: http://www.atmel.com/products/AVR32/
2321 W: http://mirror.egtvedt.no/avr32linux.org/
2322 W: http://avrfreaks.net/
2323 S: Maintained
2324 F: arch/avr32/
2325
2326 AVR32/AT32AP MACHINE SUPPORT
2327 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2328 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2329 S: Maintained
2330 F: arch/avr32/mach-at32ap/
2331
2332 AX.25 NETWORK LAYER
2333 M: Ralf Baechle <ralf@linux-mips.org>
2334 L: linux-hams@vger.kernel.org
2335 W: http://www.linux-ax25.org/
2336 S: Maintained
2337 F: include/uapi/linux/ax25.h
2338 F: include/net/ax25.h
2339 F: net/ax25/
2340
2341 AZ6007 DVB DRIVER
2342 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2343 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2344 L: linux-media@vger.kernel.org
2345 W: https://linuxtv.org
2346 T: git git://linuxtv.org/media_tree.git
2347 S: Maintained
2348 F: drivers/media/usb/dvb-usb-v2/az6007.c
2349
2350 AZTECH FM RADIO RECEIVER DRIVER
2351 M: Hans Verkuil <hverkuil@xs4all.nl>
2352 L: linux-media@vger.kernel.org
2353 T: git git://linuxtv.org/media_tree.git
2354 W: https://linuxtv.org
2355 S: Maintained
2356 F: drivers/media/radio/radio-aztech*
2357
2358 B43 WIRELESS DRIVER
2359 L: linux-wireless@vger.kernel.org
2360 L: b43-dev@lists.infradead.org
2361 W: http://wireless.kernel.org/en/users/Drivers/b43
2362 S: Odd Fixes
2363 F: drivers/net/wireless/broadcom/b43/
2364
2365 B43LEGACY WIRELESS DRIVER
2366 M: Larry Finger <Larry.Finger@lwfinger.net>
2367 L: linux-wireless@vger.kernel.org
2368 L: b43-dev@lists.infradead.org
2369 W: http://wireless.kernel.org/en/users/Drivers/b43
2370 S: Maintained
2371 F: drivers/net/wireless/broadcom/b43legacy/
2372
2373 BACKLIGHT CLASS/SUBSYSTEM
2374 M: Jingoo Han <jingoohan1@gmail.com>
2375 M: Lee Jones <lee.jones@linaro.org>
2376 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2377 S: Maintained
2378 F: drivers/video/backlight/
2379 F: include/linux/backlight.h
2380
2381 BATMAN ADVANCED
2382 M: Marek Lindner <mareklindner@neomailbox.ch>
2383 M: Simon Wunderlich <sw@simonwunderlich.de>
2384 M: Antonio Quartulli <a@unstable.cc>
2385 L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2386 W: https://www.open-mesh.org/
2387 Q: https://patchwork.open-mesh.org/project/batman/list/
2388 S: Maintained
2389 F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2390 F: Documentation/ABI/testing/sysfs-class-net-mesh
2391 F: Documentation/networking/batman-adv.txt
2392 F: include/uapi/linux/batman_adv.h
2393 F: net/batman-adv/
2394
2395 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2396 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2397 L: linux-hams@vger.kernel.org
2398 W: http://www.baycom.org/~tom/ham/ham.html
2399 S: Maintained
2400 F: drivers/net/hamradio/baycom*
2401
2402 BCACHE (BLOCK LAYER CACHE)
2403 M: Kent Overstreet <kent.overstreet@gmail.com>
2404 L: linux-bcache@vger.kernel.org
2405 W: http://bcache.evilpiepirate.org
2406 S: Orphan
2407 F: drivers/md/bcache/
2408
2409 BDISP ST MEDIA DRIVER
2410 M: Fabien Dessenne <fabien.dessenne@st.com>
2411 L: linux-media@vger.kernel.org
2412 T: git git://linuxtv.org/media_tree.git
2413 W: https://linuxtv.org
2414 S: Supported
2415 F: drivers/media/platform/sti/bdisp
2416
2417 BEFS FILE SYSTEM
2418 M: Luis de Bethencourt <luisbg@osg.samsung.com>
2419 M: Salah Triki <salah.triki@gmail.com>
2420 S: Maintained
2421 T: git git://github.com/luisbg/linux-befs.git
2422 F: Documentation/filesystems/befs.txt
2423 F: fs/befs/
2424
2425 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2426 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2427 L: netdev@vger.kernel.org
2428 S: Maintained
2429 F: drivers/net/ethernet/ec_bhf.c
2430
2431 BFS FILE SYSTEM
2432 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2433 S: Maintained
2434 F: Documentation/filesystems/bfs.txt
2435 F: fs/bfs/
2436 F: include/uapi/linux/bfs_fs.h
2437
2438 BLACKFIN ARCHITECTURE
2439 M: Steven Miao <realmz6@gmail.com>
2440 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2441 T: git git://git.code.sf.net/p/adi-linux/code
2442 W: http://blackfin.uclinux.org
2443 S: Supported
2444 F: arch/blackfin/
2445
2446 BLACKFIN EMAC DRIVER
2447 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2448 W: http://blackfin.uclinux.org
2449 S: Supported
2450 F: drivers/net/ethernet/adi/
2451
2452 BLACKFIN RTC DRIVER
2453 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2454 W: http://blackfin.uclinux.org
2455 S: Supported
2456 F: drivers/rtc/rtc-bfin.c
2457
2458 BLACKFIN SDH DRIVER
2459 M: Sonic Zhang <sonic.zhang@analog.com>
2460 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2461 W: http://blackfin.uclinux.org
2462 S: Supported
2463 F: drivers/mmc/host/bfin_sdh.c
2464
2465 BLACKFIN SERIAL DRIVER
2466 M: Sonic Zhang <sonic.zhang@analog.com>
2467 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2468 W: http://blackfin.uclinux.org
2469 S: Supported
2470 F: drivers/tty/serial/bfin_uart.c
2471
2472 BLACKFIN WATCHDOG DRIVER
2473 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2474 W: http://blackfin.uclinux.org
2475 S: Supported
2476 F: drivers/watchdog/bfin_wdt.c
2477
2478 BLACKFIN I2C TWI DRIVER
2479 M: Sonic Zhang <sonic.zhang@analog.com>
2480 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2481 W: http://blackfin.uclinux.org/
2482 S: Supported
2483 F: drivers/i2c/busses/i2c-bfin-twi.c
2484
2485 BLACKFIN MEDIA DRIVER
2486 M: Scott Jiang <scott.jiang.linux@gmail.com>
2487 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2488 W: http://blackfin.uclinux.org/
2489 S: Supported
2490 F: drivers/media/platform/blackfin/
2491 F: drivers/media/i2c/adv7183*
2492 F: drivers/media/i2c/vs6624*
2493
2494 BLINKM RGB LED DRIVER
2495 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2496 S: Maintained
2497 F: drivers/leds/leds-blinkm.c
2498
2499 BLOCK LAYER
2500 M: Jens Axboe <axboe@kernel.dk>
2501 L: linux-block@vger.kernel.org
2502 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2503 S: Maintained
2504 F: block/
2505 F: kernel/trace/blktrace.c
2506 F: lib/sbitmap.c
2507
2508 BLOCK2MTD DRIVER
2509 M: Joern Engel <joern@lazybastard.org>
2510 L: linux-mtd@lists.infradead.org
2511 S: Maintained
2512 F: drivers/mtd/devices/block2mtd.c
2513
2514 BLUETOOTH DRIVERS
2515 M: Marcel Holtmann <marcel@holtmann.org>
2516 M: Gustavo Padovan <gustavo@padovan.org>
2517 M: Johan Hedberg <johan.hedberg@gmail.com>
2518 L: linux-bluetooth@vger.kernel.org
2519 W: http://www.bluez.org/
2520 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2521 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2522 S: Maintained
2523 F: drivers/bluetooth/
2524
2525 BLUETOOTH SUBSYSTEM
2526 M: Marcel Holtmann <marcel@holtmann.org>
2527 M: Gustavo Padovan <gustavo@padovan.org>
2528 M: Johan Hedberg <johan.hedberg@gmail.com>
2529 L: linux-bluetooth@vger.kernel.org
2530 W: http://www.bluez.org/
2531 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2532 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2533 S: Maintained
2534 F: net/bluetooth/
2535 F: include/net/bluetooth/
2536
2537 BONDING DRIVER
2538 M: Jay Vosburgh <j.vosburgh@gmail.com>
2539 M: Veaceslav Falico <vfalico@gmail.com>
2540 M: Andy Gospodarek <andy@greyhouse.net>
2541 L: netdev@vger.kernel.org
2542 W: http://sourceforge.net/projects/bonding/
2543 S: Supported
2544 F: drivers/net/bonding/
2545 F: include/uapi/linux/if_bonding.h
2546
2547 BPF (Safe dynamic programs and tools)
2548 M: Alexei Starovoitov <ast@kernel.org>
2549 L: netdev@vger.kernel.org
2550 L: linux-kernel@vger.kernel.org
2551 S: Supported
2552 F: kernel/bpf/
2553 F: tools/testing/selftests/bpf/
2554 F: lib/test_bpf.c
2555
2556 BROADCOM B44 10/100 ETHERNET DRIVER
2557 M: Michael Chan <michael.chan@broadcom.com>
2558 L: netdev@vger.kernel.org
2559 S: Supported
2560 F: drivers/net/ethernet/broadcom/b44.*
2561
2562 BROADCOM B53 ETHERNET SWITCH DRIVER
2563 M: Florian Fainelli <f.fainelli@gmail.com>
2564 L: netdev@vger.kernel.org
2565 L: openwrt-devel@lists.openwrt.org (subscribers-only)
2566 S: Supported
2567 F: drivers/net/dsa/b53/*
2568 F: include/linux/platform_data/b53.h
2569
2570 BROADCOM GENET ETHERNET DRIVER
2571 M: Florian Fainelli <f.fainelli@gmail.com>
2572 L: netdev@vger.kernel.org
2573 S: Supported
2574 F: drivers/net/ethernet/broadcom/genet/
2575
2576 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2577 M: Rasesh Mody <rasesh.mody@cavium.com>
2578 M: Harish Patil <harish.patil@cavium.com>
2579 M: Dept-GELinuxNICDev@cavium.com
2580 L: netdev@vger.kernel.org
2581 S: Supported
2582 F: drivers/net/ethernet/broadcom/bnx2.*
2583 F: drivers/net/ethernet/broadcom/bnx2_*
2584
2585 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2586 M: Yuval Mintz <Yuval.Mintz@cavium.com>
2587 M: Ariel Elior <ariel.elior@cavium.com>
2588 M: everest-linux-l2@cavium.com
2589 L: netdev@vger.kernel.org
2590 S: Supported
2591 F: drivers/net/ethernet/broadcom/bnx2x/
2592
2593 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2594 M: Florian Fainelli <f.fainelli@gmail.com>
2595 M: Ray Jui <rjui@broadcom.com>
2596 M: Scott Branden <sbranden@broadcom.com>
2597 M: bcm-kernel-feedback-list@broadcom.com
2598 T: git git://github.com/broadcom/mach-bcm
2599 S: Maintained
2600 N: bcm281*
2601 N: bcm113*
2602 N: bcm216*
2603 N: kona
2604 F: arch/arm/mach-bcm/
2605
2606 BROADCOM BCM2835 ARM ARCHITECTURE
2607 M: Stephen Warren <swarren@wwwdotorg.org>
2608 M: Lee Jones <lee@kernel.org>
2609 M: Eric Anholt <eric@anholt.net>
2610 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2611 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2612 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2613 S: Maintained
2614 N: bcm2835
2615
2616 BROADCOM BCM47XX MIPS ARCHITECTURE
2617 M: Hauke Mehrtens <hauke@hauke-m.de>
2618 M: Rafał Miłecki <zajec5@gmail.com>
2619 L: linux-mips@linux-mips.org
2620 S: Maintained
2621 F: Documentation/devicetree/bindings/mips/brcm/
2622 F: arch/mips/bcm47xx/*
2623 F: arch/mips/include/asm/mach-bcm47xx/*
2624
2625 BROADCOM BCM5301X ARM ARCHITECTURE
2626 M: Hauke Mehrtens <hauke@hauke-m.de>
2627 M: Rafał Miłecki <zajec5@gmail.com>
2628 M: bcm-kernel-feedback-list@broadcom.com
2629 L: linux-arm-kernel@lists.infradead.org
2630 S: Maintained
2631 F: arch/arm/mach-bcm/bcm_5301x.c
2632 F: arch/arm/boot/dts/bcm5301x*.dtsi
2633 F: arch/arm/boot/dts/bcm470*
2634
2635 BROADCOM BCM53573 ARM ARCHITECTURE
2636 M: Rafał Miłecki <rafal@milecki.pl>
2637 L: linux-arm-kernel@lists.infradead.org
2638 S: Maintained
2639 F: arch/arm/boot/dts/bcm53573*
2640 F: arch/arm/boot/dts/bcm47189*
2641
2642 BROADCOM BCM63XX ARM ARCHITECTURE
2643 M: Florian Fainelli <f.fainelli@gmail.com>
2644 M: bcm-kernel-feedback-list@broadcom.com
2645 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2646 T: git git://github.com/broadcom/stblinux.git
2647 S: Maintained
2648 N: bcm63xx
2649
2650 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2651 M: Kevin Cernekee <cernekee@gmail.com>
2652 L: linux-usb@vger.kernel.org
2653 S: Maintained
2654 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2655
2656 BROADCOM BCM7XXX ARM ARCHITECTURE
2657 M: Brian Norris <computersforpeace@gmail.com>
2658 M: Gregory Fong <gregory.0xf0@gmail.com>
2659 M: Florian Fainelli <f.fainelli@gmail.com>
2660 M: bcm-kernel-feedback-list@broadcom.com
2661 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2662 T: git git://github.com/broadcom/stblinux.git
2663 S: Maintained
2664 F: arch/arm/mach-bcm/*brcmstb*
2665 F: arch/arm/boot/dts/bcm7*.dts*
2666 F: drivers/bus/brcmstb_gisb.c
2667 N: brcmstb
2668
2669 BROADCOM BMIPS MIPS ARCHITECTURE
2670 M: Kevin Cernekee <cernekee@gmail.com>
2671 M: Florian Fainelli <f.fainelli@gmail.com>
2672 L: linux-mips@linux-mips.org
2673 T: git git://github.com/broadcom/stblinux.git
2674 S: Maintained
2675 F: arch/mips/bmips/*
2676 F: arch/mips/include/asm/mach-bmips/*
2677 F: arch/mips/kernel/*bmips*
2678 F: arch/mips/boot/dts/brcm/bcm*.dts*
2679 F: drivers/irqchip/irq-bcm63*
2680 F: drivers/irqchip/irq-bcm7*
2681 F: drivers/irqchip/irq-brcmstb*
2682 F: include/linux/bcm963xx_nvram.h
2683 F: include/linux/bcm963xx_tag.h
2684
2685 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2686 M: Siva Reddy Kallam <siva.kallam@broadcom.com>
2687 M: Prashant Sreedharan <prashant@broadcom.com>
2688 M: Michael Chan <mchan@broadcom.com>
2689 L: netdev@vger.kernel.org
2690 S: Supported
2691 F: drivers/net/ethernet/broadcom/tg3.*
2692
2693 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2694 M: Arend van Spriel <arend.vanspriel@broadcom.com>
2695 M: Franky Lin <franky.lin@broadcom.com>
2696 M: Hante Meuleman <hante.meuleman@broadcom.com>
2697 L: linux-wireless@vger.kernel.org
2698 L: brcm80211-dev-list.pdl@broadcom.com
2699 S: Supported
2700 F: drivers/net/wireless/broadcom/brcm80211/
2701
2702 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2703 M: QLogic-Storage-Upstream@qlogic.com
2704 L: linux-scsi@vger.kernel.org
2705 S: Supported
2706 F: drivers/scsi/bnx2fc/
2707
2708 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2709 M: QLogic-Storage-Upstream@qlogic.com
2710 L: linux-scsi@vger.kernel.org
2711 S: Supported
2712 F: drivers/scsi/bnx2i/
2713
2714 BROADCOM IPROC ARM ARCHITECTURE
2715 M: Ray Jui <rjui@broadcom.com>
2716 M: Scott Branden <sbranden@broadcom.com>
2717 M: Jon Mason <jonmason@broadcom.com>
2718 M: bcm-kernel-feedback-list@broadcom.com
2719 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2720 T: git git://github.com/broadcom/cygnus-linux.git
2721 S: Maintained
2722 N: iproc
2723 N: cygnus
2724 N: bcm[-_]nsp
2725 N: bcm9113*
2726 N: bcm9583*
2727 N: bcm9585*
2728 N: bcm9586*
2729 N: bcm988312
2730 N: bcm113*
2731 N: bcm583*
2732 N: bcm585*
2733 N: bcm586*
2734 N: bcm88312
2735 F: arch/arm64/boot/dts/broadcom/ns2*
2736 F: drivers/clk/bcm/clk-ns*
2737 F: drivers/pinctrl/bcm/pinctrl-ns*
2738
2739 BROADCOM BRCMSTB GPIO DRIVER
2740 M: Gregory Fong <gregory.0xf0@gmail.com>
2741 L: bcm-kernel-feedback-list@broadcom.com
2742 S: Supported
2743 F: drivers/gpio/gpio-brcmstb.c
2744 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2745
2746 BROADCOM KONA GPIO DRIVER
2747 M: Ray Jui <rjui@broadcom.com>
2748 L: bcm-kernel-feedback-list@broadcom.com
2749 S: Supported
2750 F: drivers/gpio/gpio-bcm-kona.c
2751 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2752
2753 BROADCOM NVRAM DRIVER
2754 M: Rafał Miłecki <zajec5@gmail.com>
2755 L: linux-mips@linux-mips.org
2756 S: Maintained
2757 F: drivers/firmware/broadcom/*
2758
2759 BROADCOM STB NAND FLASH DRIVER
2760 M: Brian Norris <computersforpeace@gmail.com>
2761 M: Kamal Dasu <kdasu.kdev@gmail.com>
2762 L: linux-mtd@lists.infradead.org
2763 L: bcm-kernel-feedback-list@broadcom.com
2764 S: Maintained
2765 F: drivers/mtd/nand/brcmnand/
2766
2767 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2768 M: Rafał Miłecki <zajec5@gmail.com>
2769 L: linux-wireless@vger.kernel.org
2770 S: Maintained
2771 F: drivers/bcma/
2772 F: include/linux/bcma/
2773
2774 BROADCOM SYSTEMPORT ETHERNET DRIVER
2775 M: Florian Fainelli <f.fainelli@gmail.com>
2776 L: netdev@vger.kernel.org
2777 S: Supported
2778 F: drivers/net/ethernet/broadcom/bcmsysport.*
2779
2780 BROADCOM VULCAN ARM64 SOC
2781 M: Jayachandran C. <jchandra@broadcom.com>
2782 M: bcm-kernel-feedback-list@broadcom.com
2783 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2784 S: Maintained
2785 F: arch/arm64/boot/dts/broadcom/vulcan*
2786
2787 BROCADE BFA FC SCSI DRIVER
2788 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2789 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2790 L: linux-scsi@vger.kernel.org
2791 S: Supported
2792 F: drivers/scsi/bfa/
2793
2794 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2795 M: Rasesh Mody <rasesh.mody@cavium.com>
2796 M: Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
2797 M: Dept-GELinuxNICDev@cavium.com
2798 L: netdev@vger.kernel.org
2799 S: Supported
2800 F: drivers/net/ethernet/brocade/bna/
2801
2802 BSG (block layer generic sg v4 driver)
2803 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2804 L: linux-scsi@vger.kernel.org
2805 S: Supported
2806 F: block/bsg.c
2807 F: include/linux/bsg.h
2808 F: include/uapi/linux/bsg.h
2809
2810 BT87X AUDIO DRIVER
2811 M: Clemens Ladisch <clemens@ladisch.de>
2812 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2813 T: git git://git.alsa-project.org/alsa-kernel.git
2814 S: Maintained
2815 F: Documentation/sound/alsa/Bt87x.txt
2816 F: sound/pci/bt87x.c
2817
2818 BT8XXGPIO DRIVER
2819 M: Michael Buesch <m@bues.ch>
2820 W: http://bu3sch.de/btgpio.php
2821 S: Maintained
2822 F: drivers/gpio/gpio-bt8xx.c
2823
2824 BTRFS FILE SYSTEM
2825 M: Chris Mason <clm@fb.com>
2826 M: Josef Bacik <jbacik@fb.com>
2827 M: David Sterba <dsterba@suse.com>
2828 L: linux-btrfs@vger.kernel.org
2829 W: http://btrfs.wiki.kernel.org/
2830 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2831 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2832 S: Maintained
2833 F: Documentation/filesystems/btrfs.txt
2834 F: fs/btrfs/
2835
2836 BTTV VIDEO4LINUX DRIVER
2837 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2838 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2839 L: linux-media@vger.kernel.org
2840 W: https://linuxtv.org
2841 T: git git://linuxtv.org/media_tree.git
2842 S: Odd fixes
2843 F: Documentation/media/v4l-drivers/bttv*
2844 F: drivers/media/pci/bt8xx/bttv*
2845
2846 BUSLOGIC SCSI DRIVER
2847 M: Khalid Aziz <khalid@gonehiking.org>
2848 L: linux-scsi@vger.kernel.org
2849 S: Maintained
2850 F: drivers/scsi/BusLogic.*
2851 F: drivers/scsi/FlashPoint.*
2852
2853 C-MEDIA CMI8788 DRIVER
2854 M: Clemens Ladisch <clemens@ladisch.de>
2855 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2856 T: git git://git.alsa-project.org/alsa-kernel.git
2857 S: Maintained
2858 F: sound/pci/oxygen/
2859
2860 C6X ARCHITECTURE
2861 M: Mark Salter <msalter@redhat.com>
2862 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2863 L: linux-c6x-dev@linux-c6x.org
2864 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2865 S: Maintained
2866 F: arch/c6x/
2867
2868 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2869 M: David Howells <dhowells@redhat.com>
2870 L: linux-cachefs@redhat.com (moderated for non-subscribers)
2871 S: Supported
2872 F: Documentation/filesystems/caching/cachefiles.txt
2873 F: fs/cachefiles/
2874
2875 CADET FM/AM RADIO RECEIVER DRIVER
2876 M: Hans Verkuil <hverkuil@xs4all.nl>
2877 L: linux-media@vger.kernel.org
2878 T: git git://linuxtv.org/media_tree.git
2879 W: https://linuxtv.org
2880 S: Maintained
2881 F: drivers/media/radio/radio-cadet*
2882
2883 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2884 M: Jonathan Corbet <corbet@lwn.net>
2885 L: linux-media@vger.kernel.org
2886 T: git git://linuxtv.org/media_tree.git
2887 S: Maintained
2888 F: Documentation/media/v4l-drivers/cafe_ccic*
2889 F: drivers/media/platform/marvell-ccic/
2890
2891 CAIF NETWORK LAYER
2892 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2893 L: netdev@vger.kernel.org
2894 S: Supported
2895 F: Documentation/networking/caif/
2896 F: drivers/net/caif/
2897 F: include/uapi/linux/caif/
2898 F: include/net/caif/
2899 F: net/caif/
2900
2901 CALGARY x86-64 IOMMU
2902 M: Muli Ben-Yehuda <mulix@mulix.org>
2903 M: Jon Mason <jdmason@kudzu.us>
2904 L: iommu@lists.linux-foundation.org
2905 S: Maintained
2906 F: arch/x86/kernel/pci-calgary_64.c
2907 F: arch/x86/kernel/tce_64.c
2908 F: arch/x86/include/asm/calgary.h
2909 F: arch/x86/include/asm/tce.h
2910
2911 CAN NETWORK LAYER
2912 M: Oliver Hartkopp <socketcan@hartkopp.net>
2913 M: Marc Kleine-Budde <mkl@pengutronix.de>
2914 L: linux-can@vger.kernel.org
2915 W: https://github.com/linux-can
2916 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2917 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2918 S: Maintained
2919 F: Documentation/networking/can.txt
2920 F: net/can/
2921 F: include/linux/can/core.h
2922 F: include/uapi/linux/can.h
2923 F: include/uapi/linux/can/bcm.h
2924 F: include/uapi/linux/can/raw.h
2925 F: include/uapi/linux/can/gw.h
2926
2927 CAN NETWORK DRIVERS
2928 M: Wolfgang Grandegger <wg@grandegger.com>
2929 M: Marc Kleine-Budde <mkl@pengutronix.de>
2930 L: linux-can@vger.kernel.org
2931 W: https://github.com/linux-can
2932 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2933 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2934 S: Maintained
2935 F: Documentation/devicetree/bindings/net/can/
2936 F: drivers/net/can/
2937 F: include/linux/can/dev.h
2938 F: include/linux/can/platform/
2939 F: include/uapi/linux/can/error.h
2940 F: include/uapi/linux/can/netlink.h
2941
2942 CAPABILITIES
2943 M: Serge Hallyn <serge@hallyn.com>
2944 L: linux-security-module@vger.kernel.org
2945 S: Supported
2946 F: include/linux/capability.h
2947 F: include/uapi/linux/capability.h
2948 F: security/commoncap.c
2949 F: kernel/capability.c
2950
2951 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2952 M: Kevin Tsai <ktsai@capellamicro.com>
2953 S: Maintained
2954 F: drivers/iio/light/cm*
2955 F: Documentation/devicetree/bindings/i2c/trivial-admin-guide/devices.rst
2956
2957 CAVIUM I2C DRIVER
2958 M: Jan Glauber <jglauber@cavium.com>
2959 M: David Daney <david.daney@cavium.com>
2960 W: http://www.cavium.com
2961 S: Supported
2962 F: drivers/i2c/busses/i2c-octeon*
2963 F: drivers/i2c/busses/i2c-thunderx*
2964
2965 CAVIUM LIQUIDIO NETWORK DRIVER
2966 M: Derek Chickles <derek.chickles@caviumnetworks.com>
2967 M: Satanand Burla <satananda.burla@caviumnetworks.com>
2968 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2969 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2970 L: netdev@vger.kernel.org
2971 W: http://www.cavium.com
2972 S: Supported
2973 F: drivers/net/ethernet/cavium/liquidio/
2974
2975 CC2520 IEEE-802.15.4 RADIO DRIVER
2976 M: Varka Bhadram <varkabhadram@gmail.com>
2977 L: linux-wpan@vger.kernel.org
2978 S: Maintained
2979 F: drivers/net/ieee802154/cc2520.c
2980 F: include/linux/spi/cc2520.h
2981 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2982
2983 CEC DRIVER
2984 M: Hans Verkuil <hans.verkuil@cisco.com>
2985 L: linux-media@vger.kernel.org
2986 T: git git://linuxtv.org/media_tree.git
2987 W: http://linuxtv.org
2988 S: Supported
2989 F: Documentation/cec.txt
2990 F: Documentation/media/uapi/cec
2991 F: drivers/staging/media/cec/
2992 F: drivers/media/cec-edid.c
2993 F: drivers/media/rc/keymaps/rc-cec.c
2994 F: include/media/cec.h
2995 F: include/media/cec-edid.h
2996 F: include/linux/cec.h
2997 F: include/linux/cec-funcs.h
2998
2999 CELL BROADBAND ENGINE ARCHITECTURE
3000 M: Arnd Bergmann <arnd@arndb.de>
3001 L: linuxppc-dev@lists.ozlabs.org
3002 W: http://www.ibm.com/developerworks/power/cell/
3003 S: Supported
3004 F: arch/powerpc/include/asm/cell*.h
3005 F: arch/powerpc/include/asm/spu*.h
3006 F: arch/powerpc/include/uapi/asm/spu*.h
3007 F: arch/powerpc/oprofile/*cell*
3008 F: arch/powerpc/platforms/cell/
3009
3010 CEPH COMMON CODE (LIBCEPH)
3011 M: Ilya Dryomov <idryomov@gmail.com>
3012 M: "Yan, Zheng" <zyan@redhat.com>
3013 M: Sage Weil <sage@redhat.com>
3014 L: ceph-devel@vger.kernel.org
3015 W: http://ceph.com/
3016 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3017 T: git git://github.com/ceph/ceph-client.git
3018 S: Supported
3019 F: net/ceph/
3020 F: include/linux/ceph/
3021 F: include/linux/crush/
3022
3023 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3024 M: "Yan, Zheng" <zyan@redhat.com>
3025 M: Sage Weil <sage@redhat.com>
3026 M: Ilya Dryomov <idryomov@gmail.com>
3027 L: ceph-devel@vger.kernel.org
3028 W: http://ceph.com/
3029 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3030 T: git git://github.com/ceph/ceph-client.git
3031 S: Supported
3032 F: Documentation/filesystems/ceph.txt
3033 F: fs/ceph/
3034
3035 CERTIFICATE HANDLING:
3036 M: David Howells <dhowells@redhat.com>
3037 M: David Woodhouse <dwmw2@infradead.org>
3038 L: keyrings@vger.kernel.org
3039 S: Maintained
3040 F: Documentation/module-signing.txt
3041 F: certs/
3042 F: scripts/sign-file.c
3043 F: scripts/extract-cert.c
3044
3045 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3046 L: linux-usb@vger.kernel.org
3047 S: Orphan
3048 F: Documentation/usb/WUSB-Design-overview.txt
3049 F: Documentation/usb/wusb-cbaf
3050 F: drivers/usb/host/hwa-hc.c
3051 F: drivers/usb/host/whci/
3052 F: drivers/usb/wusbcore/
3053 F: include/linux/usb/wusb*
3054
3055 CFAG12864B LCD DRIVER
3056 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3057 W: http://miguelojeda.es/auxdisplay.htm
3058 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3059 S: Maintained
3060 F: drivers/auxdisplay/cfag12864b.c
3061 F: include/linux/cfag12864b.h
3062
3063 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3064 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3065 W: http://miguelojeda.es/auxdisplay.htm
3066 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3067 S: Maintained
3068 F: drivers/auxdisplay/cfag12864bfb.c
3069 F: include/linux/cfag12864b.h
3070
3071 CFG80211 and NL80211
3072 M: Johannes Berg <johannes@sipsolutions.net>
3073 L: linux-wireless@vger.kernel.org
3074 W: http://wireless.kernel.org/
3075 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3076 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3077 S: Maintained
3078 F: include/uapi/linux/nl80211.h
3079 F: include/net/cfg80211.h
3080 F: net/wireless/*
3081 X: net/wireless/wext*
3082
3083 CHAR and MISC DRIVERS
3084 M: Arnd Bergmann <arnd@arndb.de>
3085 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3086 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3087 S: Supported
3088 F: drivers/char/*
3089 F: drivers/misc/*
3090 F: include/linux/miscdevice.h
3091
3092 CHECKPATCH
3093 M: Andy Whitcroft <apw@canonical.com>
3094 M: Joe Perches <joe@perches.com>
3095 S: Maintained
3096 F: scripts/checkpatch.pl
3097
3098 CHINESE DOCUMENTATION
3099 M: Harry Wei <harryxiyou@gmail.com>
3100 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3101 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
3102 S: Maintained
3103 F: Documentation/translations/zh_CN/
3104
3105 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3106 M: Peter Chen <Peter.Chen@nxp.com>
3107 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3108 L: linux-usb@vger.kernel.org
3109 S: Maintained
3110 F: drivers/usb/chipidea/
3111
3112 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3113 M: Hans de Goede <hdegoede@redhat.com>
3114 L: linux-input@vger.kernel.org
3115 S: Maintained
3116 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3117 F: drivers/input/touchscreen/chipone_icn8318.c
3118
3119 CHROME HARDWARE PLATFORM SUPPORT
3120 M: Olof Johansson <olof@lixom.net>
3121 S: Maintained
3122 T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3123 F: drivers/platform/chrome/
3124
3125 CISCO VIC ETHERNET NIC DRIVER
3126 M: Christian Benvenuti <benve@cisco.com>
3127 M: Sujith Sankar <ssujith@cisco.com>
3128 M: Govindarajulu Varadarajan <_govind@gmx.com>
3129 M: Neel Patel <neepatel@cisco.com>
3130 S: Supported
3131 F: drivers/net/ethernet/cisco/enic/
3132
3133 CISCO VIC LOW LATENCY NIC DRIVER
3134 M: Christian Benvenuti <benve@cisco.com>
3135 M: Dave Goodell <dgoodell@cisco.com>
3136 S: Supported
3137 F: drivers/infiniband/hw/usnic/
3138
3139 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3140 M: Hartley Sweeten <hsweeten@visionengravers.com>
3141 L: netdev@vger.kernel.org
3142 S: Maintained
3143 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
3144
3145 CIRRUS LOGIC AUDIO CODEC DRIVERS
3146 M: Brian Austin <brian.austin@cirrus.com>
3147 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
3148 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3149 S: Maintained
3150 F: sound/soc/codecs/cs*
3151
3152 CLEANCACHE API
3153 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3154 L: linux-kernel@vger.kernel.org
3155 S: Maintained
3156 F: mm/cleancache.c
3157 F: include/linux/cleancache.h
3158
3159 CLK API
3160 M: Russell King <linux@armlinux.org.uk>
3161 L: linux-clk@vger.kernel.org
3162 S: Maintained
3163 F: include/linux/clk.h
3164
3165 CLOCKSOURCE, CLOCKEVENT DRIVERS
3166 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3167 M: Thomas Gleixner <tglx@linutronix.de>
3168 L: linux-kernel@vger.kernel.org
3169 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3170 S: Supported
3171 F: drivers/clocksource
3172
3173 CISCO FCOE HBA DRIVER
3174 M: Hiral Patel <hiralpat@cisco.com>
3175 M: Suma Ramars <sramars@cisco.com>
3176 M: Brian Uchino <buchino@cisco.com>
3177 L: linux-scsi@vger.kernel.org
3178 S: Supported
3179 F: drivers/scsi/fnic/
3180
3181 CISCO SCSI HBA DRIVER
3182 M: Narsimhulu Musini <nmusini@cisco.com>
3183 M: Sesidhar Baddela <sebaddel@cisco.com>
3184 L: linux-scsi@vger.kernel.org
3185 S: Supported
3186 F: drivers/scsi/snic/
3187
3188 CMPC ACPI DRIVER
3189 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3190 M: Daniel Oliveira Nascimento <don@syst.com.br>
3191 L: platform-driver-x86@vger.kernel.org
3192 S: Supported
3193 F: drivers/platform/x86/classmate-laptop.c
3194
3195 COBALT MEDIA DRIVER
3196 M: Hans Verkuil <hans.verkuil@cisco.com>
3197 L: linux-media@vger.kernel.org
3198 T: git git://linuxtv.org/media_tree.git
3199 W: https://linuxtv.org
3200 S: Supported
3201 F: drivers/media/pci/cobalt/
3202
3203 COCCINELLE/Semantic Patches (SmPL)
3204 M: Julia Lawall <Julia.Lawall@lip6.fr>
3205 M: Gilles Muller <Gilles.Muller@lip6.fr>
3206 M: Nicolas Palix <nicolas.palix@imag.fr>
3207 M: Michal Marek <mmarek@suse.com>
3208 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
3209 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3210 W: http://coccinelle.lip6.fr/
3211 S: Supported
3212 F: Documentation/dev-tools/coccinelle.rst
3213 F: scripts/coccinelle/
3214 F: scripts/coccicheck
3215
3216 CODA FILE SYSTEM
3217 M: Jan Harkes <jaharkes@cs.cmu.edu>
3218 M: coda@cs.cmu.edu
3219 L: codalist@coda.cs.cmu.edu
3220 W: http://www.coda.cs.cmu.edu/
3221 S: Maintained
3222 F: Documentation/filesystems/coda.txt
3223 F: fs/coda/
3224 F: include/linux/coda*.h
3225 F: include/uapi/linux/coda*.h
3226
3227 CODA V4L2 MEM2MEM DRIVER
3228 M: Philipp Zabel <p.zabel@pengutronix.de>
3229 L: linux-media@vger.kernel.org
3230 S: Maintained
3231 F: Documentation/devicetree/bindings/media/coda.txt
3232 F: drivers/media/platform/coda/
3233
3234 COMMON CLK FRAMEWORK
3235 M: Michael Turquette <mturquette@baylibre.com>
3236 M: Stephen Boyd <sboyd@codeaurora.org>
3237 L: linux-clk@vger.kernel.org
3238 Q: http://patchwork.kernel.org/project/linux-clk/list/
3239 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3240 S: Maintained
3241 F: Documentation/devicetree/bindings/clock/
3242 F: drivers/clk/
3243 X: drivers/clk/clkdev.c
3244 F: include/linux/clk-pr*
3245 F: include/linux/clk/
3246
3247 COMMON INTERNET FILE SYSTEM (CIFS)
3248 M: Steve French <sfrench@samba.org>
3249 L: linux-cifs@vger.kernel.org
3250 L: samba-technical@lists.samba.org (moderated for non-subscribers)
3251 W: http://linux-cifs.samba.org/
3252 T: git git://git.samba.org/sfrench/cifs-2.6.git
3253 S: Supported
3254 F: Documentation/filesystems/cifs/
3255 F: fs/cifs/
3256
3257 COMPACTPCI HOTPLUG CORE
3258 M: Scott Murray <scott@spiteful.org>
3259 L: linux-pci@vger.kernel.org
3260 S: Maintained
3261 F: drivers/pci/hotplug/cpci_hotplug*
3262
3263 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3264 M: Scott Murray <scott@spiteful.org>
3265 L: linux-pci@vger.kernel.org
3266 S: Maintained
3267 F: drivers/pci/hotplug/cpcihp_zt5550.*
3268
3269 COMPACTPCI HOTPLUG GENERIC DRIVER
3270 M: Scott Murray <scott@spiteful.org>
3271 L: linux-pci@vger.kernel.org
3272 S: Maintained
3273 F: drivers/pci/hotplug/cpcihp_generic.c
3274
3275 COMPAL LAPTOP SUPPORT
3276 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3277 L: platform-driver-x86@vger.kernel.org
3278 S: Maintained
3279 F: drivers/platform/x86/compal-laptop.c
3280
3281 CONEXANT ACCESSRUNNER USB DRIVER
3282 L: accessrunner-general@lists.sourceforge.net
3283 W: http://accessrunner.sourceforge.net/
3284 S: Orphan
3285 F: drivers/usb/atm/cxacru.c
3286
3287 CONFIGFS
3288 M: Joel Becker <jlbec@evilplan.org>
3289 M: Christoph Hellwig <hch@lst.de>
3290 T: git git://git.infradead.org/users/hch/configfs.git
3291 S: Supported
3292 F: fs/configfs/
3293 F: include/linux/configfs.h
3294
3295 CONNECTOR
3296 M: Evgeniy Polyakov <zbr@ioremap.net>
3297 L: netdev@vger.kernel.org
3298 S: Maintained
3299 F: drivers/connector/
3300
3301 CONTROL GROUP (CGROUP)
3302 M: Tejun Heo <tj@kernel.org>
3303 M: Li Zefan <lizefan@huawei.com>
3304 M: Johannes Weiner <hannes@cmpxchg.org>
3305 L: cgroups@vger.kernel.org
3306 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3307 S: Maintained
3308 F: Documentation/cgroup*
3309 F: include/linux/cgroup*
3310 F: kernel/cgroup*
3311
3312 CONTROL GROUP - CPUSET
3313 M: Li Zefan <lizefan@huawei.com>
3314 L: cgroups@vger.kernel.org
3315 W: http://www.bullopensource.org/cpuset/
3316 W: http://oss.sgi.com/projects/cpusets/
3317 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3318 S: Maintained
3319 F: Documentation/cgroup-v1/cpusets.txt
3320 F: include/linux/cpuset.h
3321 F: kernel/cpuset.c
3322
3323 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3324 M: Johannes Weiner <hannes@cmpxchg.org>
3325 M: Michal Hocko <mhocko@kernel.org>
3326 M: Vladimir Davydov <vdavydov.dev@gmail.com>
3327 L: cgroups@vger.kernel.org
3328 L: linux-mm@kvack.org
3329 S: Maintained
3330 F: mm/memcontrol.c
3331 F: mm/swap_cgroup.c
3332
3333 CORETEMP HARDWARE MONITORING DRIVER
3334 M: Fenghua Yu <fenghua.yu@intel.com>
3335 L: linux-hwmon@vger.kernel.org
3336 S: Maintained
3337 F: Documentation/hwmon/coretemp
3338 F: drivers/hwmon/coretemp.c
3339
3340 COSA/SRP SYNC SERIAL DRIVER
3341 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3342 W: http://www.fi.muni.cz/~kas/cosa/
3343 S: Maintained
3344 F: drivers/net/wan/cosa*
3345
3346 CPMAC ETHERNET DRIVER
3347 M: Florian Fainelli <f.fainelli@gmail.com>
3348 L: netdev@vger.kernel.org
3349 S: Maintained
3350 F: drivers/net/ethernet/ti/cpmac.c
3351
3352 CPU FREQUENCY DRIVERS
3353 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3354 M: Viresh Kumar <viresh.kumar@linaro.org>
3355 L: linux-pm@vger.kernel.org
3356 S: Maintained
3357 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3358 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3359 F: Documentation/cpu-freq/
3360 F: drivers/cpufreq/
3361 F: include/linux/cpufreq.h
3362
3363 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3364 M: Viresh Kumar <viresh.kumar@linaro.org>
3365 M: Sudeep Holla <sudeep.holla@arm.com>
3366 L: linux-pm@vger.kernel.org
3367 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3368 S: Maintained
3369 F: drivers/cpufreq/arm_big_little.h
3370 F: drivers/cpufreq/arm_big_little.c
3371 F: drivers/cpufreq/arm_big_little_dt.c
3372
3373 CPUIDLE DRIVER - ARM BIG LITTLE
3374 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3375 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3376 L: linux-pm@vger.kernel.org
3377 L: linux-arm-kernel@lists.infradead.org
3378 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3379 S: Maintained
3380 F: drivers/cpuidle/cpuidle-big_little.c
3381
3382 CPUIDLE DRIVER - ARM EXYNOS
3383 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3384 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3385 M: Kukjin Kim <kgene@kernel.org>
3386 L: linux-pm@vger.kernel.org
3387 L: linux-samsung-soc@vger.kernel.org
3388 S: Supported
3389 F: drivers/cpuidle/cpuidle-exynos.c
3390 F: arch/arm/mach-exynos/pm.c
3391
3392 CPUIDLE DRIVERS
3393 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3394 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3395 L: linux-pm@vger.kernel.org
3396 S: Maintained
3397 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3398 F: drivers/cpuidle/*
3399 F: include/linux/cpuidle.h
3400
3401 CPUID/MSR DRIVER
3402 M: "H. Peter Anvin" <hpa@zytor.com>
3403 S: Maintained
3404 F: arch/x86/kernel/cpuid.c
3405 F: arch/x86/kernel/msr.c
3406
3407 CPU POWER MONITORING SUBSYSTEM
3408 M: Thomas Renninger <trenn@suse.com>
3409 L: linux-pm@vger.kernel.org
3410 S: Maintained
3411 F: tools/power/cpupower/
3412
3413 CRAMFS FILESYSTEM
3414 W: http://sourceforge.net/projects/cramfs/
3415 S: Orphan / Obsolete
3416 F: Documentation/filesystems/cramfs.txt
3417 F: fs/cramfs/
3418
3419 CRIS PORT
3420 M: Mikael Starvik <starvik@axis.com>
3421 M: Jesper Nilsson <jesper.nilsson@axis.com>
3422 L: linux-cris-kernel@axis.com
3423 W: http://developer.axis.com
3424 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3425 S: Maintained
3426 F: arch/cris/
3427 F: drivers/tty/serial/crisv10.*
3428
3429 CRYPTO API
3430 M: Herbert Xu <herbert@gondor.apana.org.au>
3431 M: "David S. Miller" <davem@davemloft.net>
3432 L: linux-crypto@vger.kernel.org
3433 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3434 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3435 S: Maintained
3436 F: Documentation/crypto/
3437 F: Documentation/devicetree/bindings/crypto/
3438 F: Documentation/DocBook/crypto-API.tmpl
3439 F: arch/*/crypto/
3440 F: crypto/
3441 F: drivers/crypto/
3442 F: include/crypto/
3443
3444 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3445 M: Neil Horman <nhorman@tuxdriver.com>
3446 L: linux-crypto@vger.kernel.org
3447 S: Maintained
3448 F: crypto/ansi_cprng.c
3449 F: crypto/rng.c
3450
3451 CS3308 MEDIA DRIVER
3452 M: Hans Verkuil <hverkuil@xs4all.nl>
3453 L: linux-media@vger.kernel.org
3454 T: git git://linuxtv.org/media_tree.git
3455 W: http://linuxtv.org
3456 S: Odd Fixes
3457 F: drivers/media/i2c/cs3308.c
3458 F: drivers/media/i2c/cs3308.h
3459
3460 CS5535 Audio ALSA driver
3461 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3462 S: Maintained
3463 F: sound/pci/cs5535audio/
3464
3465 CW1200 WLAN driver
3466 M: Solomon Peachy <pizza@shaftnet.org>
3467 S: Maintained
3468 F: drivers/net/wireless/st/cw1200/
3469
3470 CX18 VIDEO4LINUX DRIVER
3471 M: Andy Walls <awalls@md.metrocast.net>
3472 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3473 L: linux-media@vger.kernel.org
3474 T: git git://linuxtv.org/media_tree.git
3475 W: https://linuxtv.org
3476 W: http://www.ivtvdriver.org/index.php/Cx18
3477 S: Maintained
3478 F: Documentation/media/v4l-drivers/cx18*
3479 F: drivers/media/pci/cx18/
3480 F: include/uapi/linux/ivtv*
3481
3482 CX2341X MPEG ENCODER HELPER MODULE
3483 M: Hans Verkuil <hverkuil@xs4all.nl>
3484 L: linux-media@vger.kernel.org
3485 T: git git://linuxtv.org/media_tree.git
3486 W: https://linuxtv.org
3487 S: Maintained
3488 F: drivers/media/common/cx2341x*
3489 F: include/media/cx2341x*
3490
3491 CX24120 MEDIA DRIVER
3492 M: Jemma Denson <jdenson@gmail.com>
3493 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3494 L: linux-media@vger.kernel.org
3495 W: https://linuxtv.org
3496 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3497 S: Maintained
3498 F: drivers/media/dvb-frontends/cx24120*
3499
3500 CX88 VIDEO4LINUX DRIVER
3501 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
3502 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3503 L: linux-media@vger.kernel.org
3504 W: https://linuxtv.org
3505 T: git git://linuxtv.org/media_tree.git
3506 S: Odd fixes
3507 F: Documentation/media/v4l-drivers/cx88*
3508 F: drivers/media/pci/cx88/
3509
3510 CXD2820R MEDIA DRIVER
3511 M: Antti Palosaari <crope@iki.fi>
3512 L: linux-media@vger.kernel.org
3513 W: https://linuxtv.org
3514 W: http://palosaari.fi/linux/
3515 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3516 T: git git://linuxtv.org/anttip/media_tree.git
3517 S: Maintained
3518 F: drivers/media/dvb-frontends/cxd2820r*
3519
3520 CXGB3 ETHERNET DRIVER (CXGB3)
3521 M: Santosh Raspatur <santosh@chelsio.com>
3522 L: netdev@vger.kernel.org
3523 W: http://www.chelsio.com
3524 S: Supported
3525 F: drivers/net/ethernet/chelsio/cxgb3/
3526
3527 CXGB3 ISCSI DRIVER (CXGB3I)
3528 M: Karen Xie <kxie@chelsio.com>
3529 L: linux-scsi@vger.kernel.org
3530 W: http://www.chelsio.com
3531 S: Supported
3532 F: drivers/scsi/cxgbi/cxgb3i
3533
3534 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3535 M: Steve Wise <swise@chelsio.com>
3536 L: linux-rdma@vger.kernel.org
3537 W: http://www.openfabrics.org
3538 S: Supported
3539 F: drivers/infiniband/hw/cxgb3/
3540 F: include/uapi/rdma/cxgb3-abi.h
3541
3542 CXGB4 ETHERNET DRIVER (CXGB4)
3543 M: Hariprasad S <hariprasad@chelsio.com>
3544 L: netdev@vger.kernel.org
3545 W: http://www.chelsio.com
3546 S: Supported
3547 F: drivers/net/ethernet/chelsio/cxgb4/
3548
3549 CXGB4 ISCSI DRIVER (CXGB4I)
3550 M: Karen Xie <kxie@chelsio.com>
3551 L: linux-scsi@vger.kernel.org
3552 W: http://www.chelsio.com
3553 S: Supported
3554 F: drivers/scsi/cxgbi/cxgb4i
3555
3556 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3557 M: Steve Wise <swise@chelsio.com>
3558 L: linux-rdma@vger.kernel.org
3559 W: http://www.openfabrics.org
3560 S: Supported
3561 F: drivers/infiniband/hw/cxgb4/
3562 F: include/uapi/rdma/cxgb4-abi.h
3563
3564 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3565 M: Casey Leedom <leedom@chelsio.com>
3566 L: netdev@vger.kernel.org
3567 W: http://www.chelsio.com
3568 S: Supported
3569 F: drivers/net/ethernet/chelsio/cxgb4vf/
3570
3571 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3572 M: Ian Munsie <imunsie@au1.ibm.com>
3573 M: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3574 L: linuxppc-dev@lists.ozlabs.org
3575 S: Supported
3576 F: arch/powerpc/platforms/powernv/pci-cxl.c
3577 F: drivers/misc/cxl/
3578 F: include/misc/cxl*
3579 F: include/uapi/misc/cxl.h
3580 F: Documentation/powerpc/cxl.txt
3581 F: Documentation/ABI/testing/sysfs-class-cxl
3582
3583 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3584 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3585 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3586 M: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3587 L: linux-scsi@vger.kernel.org
3588 S: Supported
3589 F: drivers/scsi/cxlflash/
3590 F: include/uapi/scsi/cxlflash_ioctls.h
3591 F: Documentation/powerpc/cxlflash.txt
3592
3593 STMMAC ETHERNET DRIVER
3594 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3595 M: Alexandre Torgue <alexandre.torgue@st.com>
3596 L: netdev@vger.kernel.org
3597 W: http://www.stlinux.com
3598 S: Supported
3599 F: drivers/net/ethernet/stmicro/stmmac/
3600
3601 CYBERPRO FB DRIVER
3602 M: Russell King <linux@armlinux.org.uk>
3603 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3604 W: http://www.armlinux.org.uk/
3605 S: Maintained
3606 F: drivers/video/fbdev/cyber2000fb.*
3607
3608 CYCLADES ASYNC MUX DRIVER
3609 W: http://www.cyclades.com/
3610 S: Orphan
3611 F: drivers/tty/cyclades.c
3612 F: include/linux/cyclades.h
3613 F: include/uapi/linux/cyclades.h
3614
3615 CYCLADES PC300 DRIVER
3616 W: http://www.cyclades.com/
3617 S: Orphan
3618 F: drivers/net/wan/pc300*
3619
3620 CYPRESS_FIRMWARE MEDIA DRIVER
3621 M: Antti Palosaari <crope@iki.fi>
3622 L: linux-media@vger.kernel.org
3623 W: https://linuxtv.org
3624 W: http://palosaari.fi/linux/
3625 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3626 T: git git://linuxtv.org/anttip/media_tree.git
3627 S: Maintained
3628 F: drivers/media/common/cypress_firmware*
3629
3630 CYTTSP TOUCHSCREEN DRIVER
3631 M: Ferruh Yigit <fery@cypress.com>
3632 L: linux-input@vger.kernel.org
3633 S: Supported
3634 F: drivers/input/touchscreen/cyttsp*
3635 F: include/linux/input/cyttsp.h
3636
3637 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3638 M: Joshua Kinard <kumba@gentoo.org>
3639 S: Maintained
3640 F: drivers/rtc/rtc-ds1685.c
3641 F: include/linux/rtc/ds1685.h
3642
3643 DAMA SLAVE for AX.25
3644 M: Joerg Reuter <jreuter@yaina.de>
3645 W: http://yaina.de/jreuter/
3646 W: http://www.qsl.net/dl1bke/
3647 L: linux-hams@vger.kernel.org
3648 S: Maintained
3649 F: net/ax25/af_ax25.c
3650 F: net/ax25/ax25_dev.c
3651 F: net/ax25/ax25_ds_*
3652 F: net/ax25/ax25_in.c
3653 F: net/ax25/ax25_out.c
3654 F: net/ax25/ax25_timer.c
3655 F: net/ax25/sysctl_net_ax25.c
3656
3657 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3658 L: netdev@vger.kernel.org
3659 S: Orphan
3660 F: Documentation/networking/dmfe.txt
3661 F: drivers/net/ethernet/dec/tulip/dmfe.c
3662
3663 DC390/AM53C974 SCSI driver
3664 M: Hannes Reinecke <hare@suse.com>
3665 L: linux-scsi@vger.kernel.org
3666 S: Maintained
3667 F: drivers/scsi/am53c974.c
3668
3669 DC395x SCSI driver
3670 M: Oliver Neukum <oliver@neukum.org>
3671 M: Ali Akcaagac <aliakc@web.de>
3672 M: Jamie Lenehan <lenehan@twibble.org>
3673 L: dc395x@twibble.org
3674 W: http://twibble.org/dist/dc395x/
3675 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3676 S: Maintained
3677 F: Documentation/scsi/dc395x.txt
3678 F: drivers/scsi/dc395x.*
3679
3680 DCCP PROTOCOL
3681 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3682 L: dccp@vger.kernel.org
3683 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3684 S: Maintained
3685 F: include/linux/dccp.h
3686 F: include/uapi/linux/dccp.h
3687 F: include/linux/tfrc.h
3688 F: net/dccp/
3689
3690 DECnet NETWORK LAYER
3691 W: http://linux-decnet.sourceforge.net
3692 L: linux-decnet-user@lists.sourceforge.net
3693 S: Orphan
3694 F: Documentation/networking/decnet.txt
3695 F: net/decnet/
3696
3697 DECSTATION PLATFORM SUPPORT
3698 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3699 L: linux-mips@linux-mips.org
3700 W: http://www.linux-mips.org/wiki/DECstation
3701 S: Maintained
3702 F: arch/mips/dec/
3703 F: arch/mips/include/asm/dec/
3704 F: arch/mips/include/asm/mach-dec/
3705
3706 DEFXX FDDI NETWORK DRIVER
3707 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3708 S: Maintained
3709 F: drivers/net/fddi/defxx.*
3710
3711 DELL LAPTOP DRIVER
3712 M: Matthew Garrett <mjg59@srcf.ucam.org>
3713 M: Pali Rohár <pali.rohar@gmail.com>
3714 L: platform-driver-x86@vger.kernel.org
3715 S: Maintained
3716 F: drivers/platform/x86/dell-laptop.c
3717
3718 DELL LAPTOP RBTN DRIVER
3719 M: Pali Rohár <pali.rohar@gmail.com>
3720 S: Maintained
3721 F: drivers/platform/x86/dell-rbtn.*
3722
3723 DELL LAPTOP FREEFALL DRIVER
3724 M: Pali Rohár <pali.rohar@gmail.com>
3725 S: Maintained
3726 F: drivers/platform/x86/dell-smo8800.c
3727
3728 DELL LAPTOP SMM DRIVER
3729 M: Pali Rohár <pali.rohar@gmail.com>
3730 S: Maintained
3731 F: drivers/hwmon/dell-smm-hwmon.c
3732 F: include/uapi/linux/i8k.h
3733
3734 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3735 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3736 S: Maintained
3737 F: Documentation/dcdbas.txt
3738 F: drivers/firmware/dcdbas.*
3739
3740 DELL WMI EXTRAS DRIVER
3741 M: Matthew Garrett <mjg59@srcf.ucam.org>
3742 M: Pali Rohár <pali.rohar@gmail.com>
3743 S: Maintained
3744 F: drivers/platform/x86/dell-wmi.c
3745
3746 DESIGNWARE USB2 DRD IP DRIVER
3747 M: John Youn <johnyoun@synopsys.com>
3748 L: linux-usb@vger.kernel.org
3749 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3750 S: Maintained
3751 F: drivers/usb/dwc2/
3752
3753 DESIGNWARE USB3 DRD IP DRIVER
3754 M: Felipe Balbi <balbi@kernel.org>
3755 L: linux-usb@vger.kernel.org
3756 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3757 S: Maintained
3758 F: drivers/usb/dwc3/
3759
3760 DEVICE COREDUMP (DEV_COREDUMP)
3761 M: Johannes Berg <johannes@sipsolutions.net>
3762 L: linux-kernel@vger.kernel.org
3763 S: Maintained
3764 F: drivers/base/devcoredump.c
3765 F: include/linux/devcoredump.h
3766
3767 DEVICE FREQUENCY (DEVFREQ)
3768 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3769 M: Kyungmin Park <kyungmin.park@samsung.com>
3770 L: linux-pm@vger.kernel.org
3771 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3772 S: Maintained
3773 F: drivers/devfreq/
3774 F: include/linux/devfreq.h
3775 F: Documentation/devicetree/bindings/devfreq/
3776
3777 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3778 M: Chanwoo Choi <cw00.choi@samsung.com>
3779 L: linux-pm@vger.kernel.org
3780 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3781 S: Supported
3782 F: drivers/devfreq/event/
3783 F: drivers/devfreq/devfreq-event.c
3784 F: include/linux/devfreq-event.h
3785 F: Documentation/devicetree/bindings/devfreq/event/
3786
3787 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3788 M: Chanwoo Choi <cw00.choi@samsung.com>
3789 L: linux-pm@vger.kernel.org
3790 L: linux-samsung-soc@vger.kernel.org
3791 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3792 S: Maintained
3793 F: drivers/devfreq/exynos-bus.c
3794 F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3795
3796 DEVICE NUMBER REGISTRY
3797 M: Torben Mathiasen <device@lanana.org>
3798 W: http://lanana.org/docs/device-list/index.html
3799 S: Maintained
3800
3801 DEVICE-MAPPER (LVM)
3802 M: Alasdair Kergon <agk@redhat.com>
3803 M: Mike Snitzer <snitzer@redhat.com>
3804 M: dm-devel@redhat.com
3805 L: dm-devel@redhat.com
3806 W: http://sources.redhat.com/dm
3807 Q: http://patchwork.kernel.org/project/dm-devel/list/
3808 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3809 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3810 S: Maintained
3811 F: Documentation/device-mapper/
3812 F: drivers/md/dm*
3813 F: drivers/md/persistent-data/
3814 F: include/linux/device-mapper.h
3815 F: include/linux/dm-*.h
3816 F: include/uapi/linux/dm-*.h
3817
3818 DEVLINK
3819 M: Jiri Pirko <jiri@mellanox.com>
3820 L: netdev@vger.kernel.org
3821 S: Supported
3822 F: net/core/devlink.c
3823 F: include/net/devlink.h
3824 F: include/uapi/linux/devlink.h
3825
3826 DIALOG SEMICONDUCTOR DRIVERS
3827 M: Support Opensource <support.opensource@diasemi.com>
3828 W: http://www.dialog-semiconductor.com/products
3829 S: Supported
3830 F: Documentation/hwmon/da90??
3831 F: Documentation/devicetree/bindings/mfd/da90*.txt
3832 F: Documentation/devicetree/bindings/regulator/da92*.txt
3833 F: Documentation/devicetree/bindings/sound/da[79]*.txt
3834 F: drivers/gpio/gpio-da90??.c
3835 F: drivers/hwmon/da90??-hwmon.c
3836 F: drivers/iio/adc/da91??-*.c
3837 F: drivers/input/misc/da90??_onkey.c
3838 F: drivers/input/touchscreen/da9052_tsi.c
3839 F: drivers/leds/leds-da90??.c
3840 F: drivers/mfd/da903x.c
3841 F: drivers/mfd/da90??-*.c
3842 F: drivers/mfd/da91??-*.c
3843 F: drivers/power/supply/da9052-battery.c
3844 F: drivers/power/supply/da91??-*.c
3845 F: drivers/regulator/da903x.c
3846 F: drivers/regulator/da9???-regulator.[ch]
3847 F: drivers/rtc/rtc-da90??.c
3848 F: drivers/video/backlight/da90??_bl.c
3849 F: drivers/watchdog/da90??_wdt.c
3850 F: include/linux/mfd/da903x.h
3851 F: include/linux/mfd/da9052/
3852 F: include/linux/mfd/da9055/
3853 F: include/linux/mfd/da9062/
3854 F: include/linux/mfd/da9063/
3855 F: include/linux/mfd/da9150/
3856 F: include/linux/regulator/da9211.h
3857 F: include/sound/da[79]*.h
3858 F: sound/soc/codecs/da[79]*.[ch]
3859
3860 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3861 M: William Breathitt Gray <vilhelm.gray@gmail.com>
3862 L: linux-gpio@vger.kernel.org
3863 S: Maintained
3864 F: drivers/gpio/gpio-gpio-mm.c
3865
3866 DIGI NEO AND CLASSIC PCI PRODUCTS
3867 M: Lidza Louina <lidza.louina@gmail.com>
3868 M: Mark Hounschell <markh@compro.net>
3869 L: driverdev-devel@linuxdriverproject.org
3870 S: Maintained
3871 F: drivers/staging/dgnc/
3872
3873 DIOLAN U2C-12 I2C DRIVER
3874 M: Guenter Roeck <linux@roeck-us.net>
3875 L: linux-i2c@vger.kernel.org
3876 S: Maintained
3877 F: drivers/i2c/busses/i2c-diolan-u2c.c
3878
3879 DIRECT ACCESS (DAX)
3880 M: Matthew Wilcox <willy@linux.intel.com>
3881 L: linux-fsdevel@vger.kernel.org
3882 S: Supported
3883 F: fs/dax.c
3884
3885 DIRECTORY NOTIFICATION (DNOTIFY)
3886 M: Eric Paris <eparis@parisplace.org>
3887 S: Maintained
3888 F: Documentation/filesystems/dnotify.txt
3889 F: fs/notify/dnotify/
3890 F: include/linux/dnotify.h
3891
3892 DISK GEOMETRY AND PARTITION HANDLING
3893 M: Andries Brouwer <aeb@cwi.nl>
3894 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3895 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3896 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3897 S: Maintained
3898
3899 DISKQUOTA
3900 M: Jan Kara <jack@suse.com>
3901 S: Maintained
3902 F: Documentation/filesystems/quota.txt
3903 F: fs/quota/
3904 F: include/linux/quota*.h
3905 F: include/uapi/linux/quota*.h
3906
3907 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3908 M: Bernie Thompson <bernie@plugable.com>
3909 L: linux-fbdev@vger.kernel.org
3910 S: Maintained
3911 W: http://plugable.com/category/projects/udlfb/
3912 F: drivers/video/fbdev/udlfb.c
3913 F: include/video/udlfb.h
3914 F: Documentation/fb/udlfb.txt
3915
3916 DISTRIBUTED LOCK MANAGER (DLM)
3917 M: Christine Caulfield <ccaulfie@redhat.com>
3918 M: David Teigland <teigland@redhat.com>
3919 L: cluster-devel@redhat.com
3920 W: http://sources.redhat.com/cluster/
3921 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3922 S: Supported
3923 F: fs/dlm/
3924
3925 DMA BUFFER SHARING FRAMEWORK
3926 M: Sumit Semwal <sumit.semwal@linaro.org>
3927 S: Maintained
3928 L: linux-media@vger.kernel.org
3929 L: dri-devel@lists.freedesktop.org
3930 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3931 F: drivers/dma-buf/
3932 F: include/linux/dma-buf*
3933 F: include/linux/reservation.h
3934 F: include/linux/*fence.h
3935 F: Documentation/dma-buf-sharing.txt
3936 T: git git://anongit.freedesktop.org/drm/drm-misc
3937
3938 SYNC FILE FRAMEWORK
3939 M: Sumit Semwal <sumit.semwal@linaro.org>
3940 R: Gustavo Padovan <gustavo@padovan.org>
3941 S: Maintained
3942 L: linux-media@vger.kernel.org
3943 L: dri-devel@lists.freedesktop.org
3944 F: drivers/dma-buf/sync_*
3945 F: drivers/dma-buf/sw_sync.c
3946 F: include/linux/sync_file.h
3947 F: include/uapi/linux/sync_file.h
3948 F: Documentation/sync_file.txt
3949 T: git git://anongit.freedesktop.org/drm/drm-misc
3950
3951 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3952 M: Vinod Koul <vinod.koul@intel.com>
3953 L: dmaengine@vger.kernel.org
3954 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3955 S: Maintained
3956 F: drivers/dma/
3957 F: include/linux/dmaengine.h
3958 F: Documentation/devicetree/bindings/dma/
3959 F: Documentation/dmaengine/
3960 T: git git://git.infradead.org/users/vkoul/slave-dma.git
3961
3962 DME1737 HARDWARE MONITOR DRIVER
3963 M: Juerg Haefliger <juergh@gmail.com>
3964 L: linux-hwmon@vger.kernel.org
3965 S: Maintained
3966 F: Documentation/hwmon/dme1737
3967 F: drivers/hwmon/dme1737.c
3968
3969 DMI/SMBIOS SUPPORT
3970 M: Jean Delvare <jdelvare@suse.com>
3971 S: Maintained
3972 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3973 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
3974 F: drivers/firmware/dmi-id.c
3975 F: drivers/firmware/dmi_scan.c
3976 F: include/linux/dmi.h
3977
3978 DOCUMENTATION
3979 M: Jonathan Corbet <corbet@lwn.net>
3980 L: linux-doc@vger.kernel.org
3981 S: Maintained
3982 F: Documentation/
3983 F: scripts/docproc.c
3984 F: scripts/kernel-doc*
3985 X: Documentation/ABI/
3986 X: Documentation/devicetree/
3987 X: Documentation/acpi
3988 X: Documentation/power
3989 X: Documentation/spi
3990 X: Documentation/media
3991 T: git git://git.lwn.net/linux.git docs-next
3992
3993 DOUBLETALK DRIVER
3994 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3995 L: blinux-list@redhat.com
3996 S: Maintained
3997 F: drivers/char/dtlk.c
3998 F: include/linux/dtlk.h
3999
4000 DPT_I2O SCSI RAID DRIVER
4001 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4002 L: linux-scsi@vger.kernel.org
4003 W: http://www.adaptec.com/
4004 S: Maintained
4005 F: drivers/scsi/dpt*
4006 F: drivers/scsi/dpt/
4007
4008 DRBD DRIVER
4009 M: Philipp Reisner <philipp.reisner@linbit.com>
4010 M: Lars Ellenberg <lars.ellenberg@linbit.com>
4011 L: drbd-dev@lists.linbit.com
4012 W: http://www.drbd.org
4013 T: git git://git.linbit.com/linux-drbd.git
4014 T: git git://git.linbit.com/drbd-8.4.git
4015 S: Supported
4016 F: drivers/block/drbd/
4017 F: lib/lru_cache.c
4018 F: Documentation/blockdev/drbd/
4019
4020 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
4021 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4022 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4023 S: Supported
4024 F: Documentation/kobject.txt
4025 F: drivers/base/
4026 F: fs/debugfs/
4027 F: fs/kernfs/
4028 F: fs/sysfs/
4029 F: include/linux/debugfs.h
4030 F: include/linux/kobj*
4031 F: lib/kobj*
4032
4033 DRM DRIVERS
4034 M: David Airlie <airlied@linux.ie>
4035 L: dri-devel@lists.freedesktop.org
4036 T: git git://people.freedesktop.org/~airlied/linux
4037 B: https://bugs.freedesktop.org/
4038 C: irc://chat.freenode.net/dri-devel
4039 S: Maintained
4040 F: drivers/gpu/drm/
4041 F: drivers/gpu/vga/
4042 F: Documentation/devicetree/bindings/display/
4043 F: Documentation/devicetree/bindings/gpu/
4044 F: Documentation/devicetree/bindings/video/
4045 F: Documentation/gpu/
4046 F: include/drm/
4047 F: include/uapi/drm/
4048
4049 DRM DRIVERS AND MISC GPU PATCHES
4050 M: Daniel Vetter <daniel.vetter@intel.com>
4051 M: Jani Nikula <jani.nikula@linux.intel.com>
4052 M: Sean Paul <seanpaul@chromium.org>
4053 W: https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4054 S: Maintained
4055 T: git git://anongit.freedesktop.org/drm/drm-misc
4056 F: Documentation/gpu/
4057 F: drivers/gpu/vga/
4058 F: drivers/gpu/drm/*
4059 F: include/drm/drm*
4060 F: include/uapi/drm/drm*
4061
4062 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4063 M: Dave Airlie <airlied@redhat.com>
4064 S: Odd Fixes
4065 F: drivers/gpu/drm/ast/
4066
4067 DRM DRIVERS FOR BRIDGE CHIPS
4068 M: Archit Taneja <architt@codeaurora.org>
4069 S: Maintained
4070 T: git git://anongit.freedesktop.org/drm/drm-misc
4071 F: drivers/gpu/drm/bridge/
4072
4073 DRM DRIVER FOR BOCHS VIRTUAL GPU
4074 M: Gerd Hoffmann <kraxel@redhat.com>
4075 S: Odd Fixes
4076 F: drivers/gpu/drm/bochs/
4077
4078 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4079 M: Dave Airlie <airlied@redhat.com>
4080 S: Odd Fixes
4081 F: drivers/gpu/drm/cirrus/
4082
4083 RADEON and AMDGPU DRM DRIVERS
4084 M: Alex Deucher <alexander.deucher@amd.com>
4085 M: Christian König <christian.koenig@amd.com>
4086 L: dri-devel@lists.freedesktop.org
4087 T: git git://people.freedesktop.org/~agd5f/linux
4088 S: Supported
4089 F: drivers/gpu/drm/radeon/
4090 F: include/uapi/drm/radeon_drm.h
4091 F: drivers/gpu/drm/amd/
4092 F: include/uapi/drm/amdgpu_drm.h
4093
4094 DRM PANEL DRIVERS
4095 M: Thierry Reding <thierry.reding@gmail.com>
4096 L: dri-devel@lists.freedesktop.org
4097 T: git git://anongit.freedesktop.org/tegra/linux.git
4098 S: Maintained
4099 F: drivers/gpu/drm/drm_panel.c
4100 F: drivers/gpu/drm/panel/
4101 F: include/drm/drm_panel.h
4102 F: Documentation/devicetree/bindings/display/panel/
4103
4104 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4105 M: Daniel Vetter <daniel.vetter@intel.com>
4106 M: Jani Nikula <jani.nikula@linux.intel.com>
4107 L: intel-gfx@lists.freedesktop.org
4108 W: https://01.org/linuxgraphics/
4109 B: https://01.org/linuxgraphics/documentation/how-report-bugs
4110 C: irc://chat.freenode.net/intel-gfx
4111 Q: http://patchwork.freedesktop.org/project/intel-gfx/
4112 T: git git://anongit.freedesktop.org/drm-intel
4113 S: Supported
4114 F: drivers/gpu/drm/i915/
4115 F: include/drm/i915*
4116 F: include/uapi/drm/i915_drm.h
4117 F: Documentation/gpu/i915.rst
4118
4119 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
4120 M: Zhenyu Wang <zhenyuw@linux.intel.com>
4121 M: Zhi Wang <zhi.a.wang@intel.com>
4122 L: igvt-g-dev@lists.01.org
4123 L: intel-gfx@lists.freedesktop.org
4124 W: https://01.org/igvt-g
4125 T: git https://github.com/01org/gvt-linux.git
4126 S: Supported
4127 F: drivers/gpu/drm/i915/gvt/
4128
4129 DRM DRIVERS FOR ATMEL HLCDC
4130 M: Boris Brezillon <boris.brezillon@free-electrons.com>
4131 L: dri-devel@lists.freedesktop.org
4132 S: Supported
4133 F: drivers/gpu/drm/atmel-hlcdc/
4134 F: Documentation/devicetree/bindings/drm/atmel/
4135
4136 DRM DRIVERS FOR ALLWINNER A10
4137 M: Maxime Ripard <maxime.ripard@free-electrons.com>
4138 L: dri-devel@lists.freedesktop.org
4139 S: Supported
4140 F: drivers/gpu/drm/sun4i/
4141 F: Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4142
4143 DRM DRIVERS FOR AMLOGIC SOCS
4144 M: Neil Armstrong <narmstrong@baylibre.com>
4145 L: dri-devel@lists.freedesktop.org
4146 L: linux-amlogic@lists.infradead.org
4147 W: http://linux-meson.com/
4148 S: Supported
4149 F: drivers/gpu/drm/meson/
4150 F: Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4151
4152 DRM DRIVERS FOR EXYNOS
4153 M: Inki Dae <inki.dae@samsung.com>
4154 M: Joonyoung Shim <jy0922.shim@samsung.com>
4155 M: Seung-Woo Kim <sw0312.kim@samsung.com>
4156 M: Kyungmin Park <kyungmin.park@samsung.com>
4157 L: dri-devel@lists.freedesktop.org
4158 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4159 S: Supported
4160 F: drivers/gpu/drm/exynos/
4161 F: include/uapi/drm/exynos_drm.h
4162 F: Documentation/devicetree/bindings/display/exynos/
4163
4164 DRM DRIVERS FOR FREESCALE DCU
4165 M: Stefan Agner <stefan@agner.ch>
4166 M: Alison Wang <alison.wang@freescale.com>
4167 L: dri-devel@lists.freedesktop.org
4168 S: Supported
4169 F: drivers/gpu/drm/fsl-dcu/
4170 F: Documentation/devicetree/bindings/display/fsl,dcu.txt
4171 F: Documentation/devicetree/bindings/display/fsl,tcon.txt
4172 F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4173
4174 DRM DRIVERS FOR FREESCALE IMX
4175 M: Philipp Zabel <p.zabel@pengutronix.de>
4176 L: dri-devel@lists.freedesktop.org
4177 S: Maintained
4178 F: drivers/gpu/drm/imx/
4179 F: drivers/gpu/ipu-v3/
4180 F: Documentation/devicetree/bindings/display/imx/
4181
4182 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4183 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4184 L: dri-devel@lists.freedesktop.org
4185 T: git git://github.com/patjak/drm-gma500
4186 S: Maintained
4187 F: drivers/gpu/drm/gma500/
4188
4189 DRM DRIVERS FOR HISILICON
4190 M: Xinliang Liu <z.liuxinliang@hisilicon.com>
4191 M: Rongrong Zou <zourongrong@gmail.com>
4192 R: Xinwei Kong <kong.kongxinwei@hisilicon.com>
4193 R: Chen Feng <puck.chen@hisilicon.com>
4194 L: dri-devel@lists.freedesktop.org
4195 T: git git://github.com/xin3liang/linux.git
4196 S: Maintained
4197 F: drivers/gpu/drm/hisilicon/
4198 F: Documentation/devicetree/bindings/display/hisilicon/
4199
4200 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4201 S: Orphan / Obsolete
4202 F: drivers/gpu/drm/i810/
4203 F: include/uapi/drm/i810_drm.h
4204
4205 DRM DRIVERS FOR MEDIATEK
4206 M: CK Hu <ck.hu@mediatek.com>
4207 M: Philipp Zabel <p.zabel@pengutronix.de>
4208 L: dri-devel@lists.freedesktop.org
4209 S: Supported
4210 F: drivers/gpu/drm/mediatek/
4211 F: Documentation/devicetree/bindings/display/mediatek/
4212
4213 DRM DRIVER FOR MSM ADRENO GPU
4214 M: Rob Clark <robdclark@gmail.com>
4215 L: linux-arm-msm@vger.kernel.org
4216 L: dri-devel@lists.freedesktop.org
4217 L: freedreno@lists.freedesktop.org
4218 T: git git://people.freedesktop.org/~robclark/linux
4219 S: Maintained
4220 F: drivers/gpu/drm/msm/
4221 F: include/uapi/drm/msm_drm.h
4222 F: Documentation/devicetree/bindings/display/msm/
4223
4224 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4225 M: Ben Skeggs <bskeggs@redhat.com>
4226 L: dri-devel@lists.freedesktop.org
4227 L: nouveau@lists.freedesktop.org
4228 T: git git://github.com/skeggsb/linux
4229 S: Supported
4230 F: drivers/gpu/drm/nouveau/
4231 F: include/uapi/drm/nouveau_drm.h
4232
4233 DRM DRIVERS FOR NVIDIA TEGRA
4234 M: Thierry Reding <thierry.reding@gmail.com>
4235 L: dri-devel@lists.freedesktop.org
4236 L: linux-tegra@vger.kernel.org
4237 T: git git://anongit.freedesktop.org/tegra/linux.git
4238 S: Supported
4239 F: drivers/gpu/drm/tegra/
4240 F: drivers/gpu/host1x/
4241 F: include/linux/host1x.h
4242 F: include/uapi/drm/tegra_drm.h
4243 F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4244
4245 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4246 S: Orphan / Obsolete
4247 F: drivers/gpu/drm/mga/
4248 F: include/uapi/drm/mga_drm.h
4249
4250 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4251 M: Dave Airlie <airlied@redhat.com>
4252 S: Odd Fixes
4253 F: drivers/gpu/drm/mgag200/
4254
4255 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4256 S: Orphan / Obsolete
4257 F: drivers/gpu/drm/r128/
4258 F: include/uapi/drm/r128_drm.h
4259
4260 DRM DRIVERS FOR RENESAS
4261 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4262 L: dri-devel@lists.freedesktop.org
4263 L: linux-renesas-soc@vger.kernel.org
4264 T: git git://linuxtv.org/pinchartl/fbdev
4265 S: Supported
4266 F: drivers/gpu/drm/rcar-du/
4267 F: drivers/gpu/drm/shmobile/
4268 F: include/linux/platform_data/shmob_drm.h
4269 F: Documentation/devicetree/bindings/display/renesas,du.txt
4270
4271 DRM DRIVER FOR QXL VIRTUAL GPU
4272 M: Dave Airlie <airlied@redhat.com>
4273 S: Odd Fixes
4274 F: drivers/gpu/drm/qxl/
4275 F: include/uapi/drm/qxl_drm.h
4276
4277 DRM DRIVERS FOR ROCKCHIP
4278 M: Mark Yao <mark.yao@rock-chips.com>
4279 L: dri-devel@lists.freedesktop.org
4280 S: Maintained
4281 F: drivers/gpu/drm/rockchip/
4282 F: Documentation/devicetree/bindings/display/rockchip/
4283
4284 DRM DRIVER FOR SAVAGE VIDEO CARDS
4285 S: Orphan / Obsolete
4286 F: drivers/gpu/drm/savage/
4287 F: include/uapi/drm/savage_drm.h
4288
4289 DRM DRIVER FOR SIS VIDEO CARDS
4290 S: Orphan / Obsolete
4291 F: drivers/gpu/drm/sis/
4292 F: include/uapi/drm/sis_drm.h
4293
4294 DRM DRIVERS FOR STI
4295 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
4296 M: Vincent Abriou <vincent.abriou@st.com>
4297 L: dri-devel@lists.freedesktop.org
4298 T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4299 S: Maintained
4300 F: drivers/gpu/drm/sti
4301 F: Documentation/devicetree/bindings/display/st,stih4xx.txt
4302
4303 DRM DRIVER FOR TDFX VIDEO CARDS
4304 S: Orphan / Obsolete
4305 F: drivers/gpu/drm/tdfx/
4306
4307 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4308 M: Dave Airlie <airlied@redhat.com>
4309 S: Odd Fixes
4310 F: drivers/gpu/drm/udl/
4311
4312 DRM DRIVERS FOR VIVANTE GPU IP
4313 M: Lucas Stach <l.stach@pengutronix.de>
4314 R: Russell King <linux+etnaviv@armlinux.org.uk>
4315 R: Christian Gmeiner <christian.gmeiner@gmail.com>
4316 L: etnaviv@lists.freedesktop.org
4317 L: dri-devel@lists.freedesktop.org
4318 S: Maintained
4319 F: drivers/gpu/drm/etnaviv/
4320 F: include/uapi/drm/etnaviv_drm.h
4321 F: Documentation/devicetree/bindings/display/etnaviv/
4322
4323 DRM DRIVER FOR VMWARE VIRTUAL GPU
4324 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4325 M: Sinclair Yeh <syeh@vmware.com>
4326 M: Thomas Hellstrom <thellstrom@vmware.com>
4327 L: dri-devel@lists.freedesktop.org
4328 T: git git://people.freedesktop.org/~syeh/repos_linux
4329 T: git git://people.freedesktop.org/~thomash/linux
4330 S: Supported
4331 F: drivers/gpu/drm/vmwgfx/
4332 F: include/uapi/drm/vmwgfx_drm.h
4333
4334 DRM DRIVERS FOR VC4
4335 M: Eric Anholt <eric@anholt.net>
4336 T: git git://github.com/anholt/linux
4337 S: Supported
4338 F: drivers/gpu/drm/vc4/
4339 F: include/uapi/drm/vc4_drm.h
4340 F: Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4341
4342 DRM DRIVERS FOR TI OMAP
4343 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4344 L: dri-devel@lists.freedesktop.org
4345 S: Maintained
4346 F: drivers/gpu/drm/omapdrm/
4347 F: Documentation/devicetree/bindings/display/ti/
4348
4349 DRM DRIVERS FOR TI LCDC
4350 M: Jyri Sarha <jsarha@ti.com>
4351 R: Tomi Valkeinen <tomi.valkeinen@ti.com>
4352 L: dri-devel@lists.freedesktop.org
4353 S: Maintained
4354 F: drivers/gpu/drm/tilcdc/
4355 F: Documentation/devicetree/bindings/display/tilcdc/
4356
4357 DRM DRIVERS FOR ZTE ZX
4358 M: Shawn Guo <shawnguo@kernel.org>
4359 L: dri-devel@lists.freedesktop.org
4360 S: Maintained
4361 F: drivers/gpu/drm/zte/
4362 F: Documentation/devicetree/bindings/display/zte,vou.txt
4363
4364 DSBR100 USB FM RADIO DRIVER
4365 M: Alexey Klimov <klimov.linux@gmail.com>
4366 L: linux-media@vger.kernel.org
4367 T: git git://linuxtv.org/media_tree.git
4368 S: Maintained
4369 F: drivers/media/radio/dsbr100.c
4370
4371 DSCC4 DRIVER
4372 M: Francois Romieu <romieu@fr.zoreil.com>
4373 L: netdev@vger.kernel.org
4374 S: Maintained
4375 F: drivers/net/wan/dscc4.c
4376
4377 DT3155 MEDIA DRIVER
4378 M: Hans Verkuil <hverkuil@xs4all.nl>
4379 L: linux-media@vger.kernel.org
4380 T: git git://linuxtv.org/media_tree.git
4381 W: https://linuxtv.org
4382 S: Odd Fixes
4383 F: drivers/media/pci/dt3155/
4384
4385 DVB_USB_AF9015 MEDIA DRIVER
4386 M: Antti Palosaari <crope@iki.fi>
4387 L: linux-media@vger.kernel.org
4388 W: https://linuxtv.org
4389 W: http://palosaari.fi/linux/
4390 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4391 T: git git://linuxtv.org/anttip/media_tree.git
4392 S: Maintained
4393 F: drivers/media/usb/dvb-usb-v2/af9015*
4394
4395 DVB_USB_AF9035 MEDIA DRIVER
4396 M: Antti Palosaari <crope@iki.fi>
4397 L: linux-media@vger.kernel.org
4398 W: https://linuxtv.org
4399 W: http://palosaari.fi/linux/
4400 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4401 T: git git://linuxtv.org/anttip/media_tree.git
4402 S: Maintained
4403 F: drivers/media/usb/dvb-usb-v2/af9035*
4404
4405 DVB_USB_ANYSEE MEDIA DRIVER
4406 M: Antti Palosaari <crope@iki.fi>
4407 L: linux-media@vger.kernel.org
4408 W: https://linuxtv.org
4409 W: http://palosaari.fi/linux/
4410 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4411 T: git git://linuxtv.org/anttip/media_tree.git
4412 S: Maintained
4413 F: drivers/media/usb/dvb-usb-v2/anysee*
4414
4415 DVB_USB_AU6610 MEDIA DRIVER
4416 M: Antti Palosaari <crope@iki.fi>
4417 L: linux-media@vger.kernel.org
4418 W: https://linuxtv.org
4419 W: http://palosaari.fi/linux/
4420 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4421 T: git git://linuxtv.org/anttip/media_tree.git
4422 S: Maintained
4423 F: drivers/media/usb/dvb-usb-v2/au6610*
4424
4425 DVB_USB_CE6230 MEDIA DRIVER
4426 M: Antti Palosaari <crope@iki.fi>
4427 L: linux-media@vger.kernel.org
4428 W: https://linuxtv.org
4429 W: http://palosaari.fi/linux/
4430 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4431 T: git git://linuxtv.org/anttip/media_tree.git
4432 S: Maintained
4433 F: drivers/media/usb/dvb-usb-v2/ce6230*
4434
4435 DVB_USB_CXUSB MEDIA DRIVER
4436 M: Michael Krufky <mkrufky@linuxtv.org>
4437 L: linux-media@vger.kernel.org
4438 W: https://linuxtv.org
4439 W: http://github.com/mkrufky
4440 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4441 T: git git://linuxtv.org/media_tree.git
4442 S: Maintained
4443 F: drivers/media/usb/dvb-usb/cxusb*
4444
4445 DVB_USB_EC168 MEDIA DRIVER
4446 M: Antti Palosaari <crope@iki.fi>
4447 L: linux-media@vger.kernel.org
4448 W: https://linuxtv.org
4449 W: http://palosaari.fi/linux/
4450 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4451 T: git git://linuxtv.org/anttip/media_tree.git
4452 S: Maintained
4453 F: drivers/media/usb/dvb-usb-v2/ec168*
4454
4455 DVB_USB_GL861 MEDIA DRIVER
4456 M: Antti Palosaari <crope@iki.fi>
4457 L: linux-media@vger.kernel.org
4458 W: https://linuxtv.org
4459 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4460 T: git git://linuxtv.org/anttip/media_tree.git
4461 S: Maintained
4462 F: drivers/media/usb/dvb-usb-v2/gl861*
4463
4464 DVB_USB_MXL111SF MEDIA DRIVER
4465 M: Michael Krufky <mkrufky@linuxtv.org>
4466 L: linux-media@vger.kernel.org
4467 W: https://linuxtv.org
4468 W: http://github.com/mkrufky
4469 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4470 T: git git://linuxtv.org/mkrufky/mxl111sf.git
4471 S: Maintained
4472 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
4473
4474 DVB_USB_RTL28XXU MEDIA DRIVER
4475 M: Antti Palosaari <crope@iki.fi>
4476 L: linux-media@vger.kernel.org
4477 W: https://linuxtv.org
4478 W: http://palosaari.fi/linux/
4479 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4480 T: git git://linuxtv.org/anttip/media_tree.git
4481 S: Maintained
4482 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
4483
4484 DVB_USB_V2 MEDIA DRIVER
4485 M: Antti Palosaari <crope@iki.fi>
4486 L: linux-media@vger.kernel.org
4487 W: https://linuxtv.org
4488 W: http://palosaari.fi/linux/
4489 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4490 T: git git://linuxtv.org/anttip/media_tree.git
4491 S: Maintained
4492 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
4493 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
4494
4495 DYNAMIC DEBUG
4496 M: Jason Baron <jbaron@akamai.com>
4497 S: Maintained
4498 F: lib/dynamic_debug.c
4499 F: include/linux/dynamic_debug.h
4500
4501 DZ DECSTATION DZ11 SERIAL DRIVER
4502 M: "Maciej W. Rozycki" <macro@linux-mips.org>
4503 S: Maintained
4504 F: drivers/tty/serial/dz.*
4505
4506 E3X0 POWER BUTTON DRIVER
4507 M: Moritz Fischer <moritz.fischer@ettus.com>
4508 L: usrp-users@lists.ettus.com
4509 W: http://www.ettus.com
4510 S: Supported
4511 F: drivers/input/misc/e3x0-button.c
4512 F: Documentation/devicetree/bindings/input/e3x0-button.txt
4513
4514 E4000 MEDIA DRIVER
4515 M: Antti Palosaari <crope@iki.fi>
4516 L: linux-media@vger.kernel.org
4517 W: https://linuxtv.org
4518 W: http://palosaari.fi/linux/
4519 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4520 T: git git://linuxtv.org/anttip/media_tree.git
4521 S: Maintained
4522 F: drivers/media/tuners/e4000*
4523
4524 EATA ISA/EISA/PCI SCSI DRIVER
4525 M: Dario Ballabio <ballabio_dario@emc.com>
4526 L: linux-scsi@vger.kernel.org
4527 S: Maintained
4528 F: drivers/scsi/eata.c
4529
4530 EC100 MEDIA DRIVER
4531 M: Antti Palosaari <crope@iki.fi>
4532 L: linux-media@vger.kernel.org
4533 W: https://linuxtv.org
4534 W: http://palosaari.fi/linux/
4535 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4536 T: git git://linuxtv.org/anttip/media_tree.git
4537 S: Maintained
4538 F: drivers/media/dvb-frontends/ec100*
4539
4540 ECRYPT FILE SYSTEM
4541 M: Tyler Hicks <tyhicks@canonical.com>
4542 L: ecryptfs@vger.kernel.org
4543 W: http://ecryptfs.org
4544 W: https://launchpad.net/ecryptfs
4545 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4546 S: Supported
4547 F: Documentation/filesystems/ecryptfs.txt
4548 F: fs/ecryptfs/
4549
4550 EDAC-CORE
4551 M: Borislav Petkov <bp@alien8.de>
4552 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4553 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4554 L: linux-edac@vger.kernel.org
4555 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4556 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4557 S: Supported
4558 F: Documentation/edac.txt
4559 F: drivers/edac/
4560 F: include/linux/edac.h
4561
4562 EDAC-AMD64
4563 M: Borislav Petkov <bp@alien8.de>
4564 L: linux-edac@vger.kernel.org
4565 S: Maintained
4566 F: drivers/edac/amd64_edac*
4567
4568 EDAC-CALXEDA
4569 M: Robert Richter <rric@kernel.org>
4570 L: linux-edac@vger.kernel.org
4571 S: Maintained
4572 F: drivers/edac/highbank*
4573
4574 EDAC-CAVIUM
4575 M: Ralf Baechle <ralf@linux-mips.org>
4576 M: David Daney <david.daney@cavium.com>
4577 L: linux-edac@vger.kernel.org
4578 L: linux-mips@linux-mips.org
4579 S: Supported
4580 F: drivers/edac/octeon_edac*
4581
4582 EDAC-E752X
4583 M: Mark Gross <mark.gross@intel.com>
4584 L: linux-edac@vger.kernel.org
4585 S: Maintained
4586 F: drivers/edac/e752x_edac.c
4587
4588 EDAC-E7XXX
4589 L: linux-edac@vger.kernel.org
4590 S: Maintained
4591 F: drivers/edac/e7xxx_edac.c
4592
4593 EDAC-FSL_DDR
4594 M: York Sun <york.sun@nxp.com>
4595 L: linux-edac@vger.kernel.org
4596 S: Maintained
4597 F: drivers/edac/fsl_ddr_edac.*
4598
4599 EDAC-GHES
4600 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4601 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4602 L: linux-edac@vger.kernel.org
4603 S: Maintained
4604 F: drivers/edac/ghes_edac.c
4605
4606 EDAC-I82443BXGX
4607 M: Tim Small <tim@buttersideup.com>
4608 L: linux-edac@vger.kernel.org
4609 S: Maintained
4610 F: drivers/edac/i82443bxgx_edac.c
4611
4612 EDAC-I3000
4613 L: linux-edac@vger.kernel.org
4614 S: Orphan
4615 F: drivers/edac/i3000_edac.c
4616
4617 EDAC-I5000
4618 L: linux-edac@vger.kernel.org
4619 S: Maintained
4620 F: drivers/edac/i5000_edac.c
4621
4622 EDAC-I5400
4623 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4624 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4625 L: linux-edac@vger.kernel.org
4626 S: Maintained
4627 F: drivers/edac/i5400_edac.c
4628
4629 EDAC-I7300
4630 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4631 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4632 L: linux-edac@vger.kernel.org
4633 S: Maintained
4634 F: drivers/edac/i7300_edac.c
4635
4636 EDAC-I7CORE
4637 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4638 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4639 L: linux-edac@vger.kernel.org
4640 S: Maintained
4641 F: drivers/edac/i7core_edac.c
4642
4643 EDAC-I82975X
4644 M: Ranganathan Desikan <ravi@jetztechnologies.com>
4645 M: "Arvind R." <arvino55@gmail.com>
4646 L: linux-edac@vger.kernel.org
4647 S: Maintained
4648 F: drivers/edac/i82975x_edac.c
4649
4650 EDAC-IE31200
4651 M: Jason Baron <jbaron@akamai.com>
4652 L: linux-edac@vger.kernel.org
4653 S: Maintained
4654 F: drivers/edac/ie31200_edac.c
4655
4656 EDAC-MPC85XX
4657 M: Johannes Thumshirn <morbidrsa@gmail.com>
4658 L: linux-edac@vger.kernel.org
4659 S: Maintained
4660 F: drivers/edac/mpc85xx_edac.[ch]
4661
4662 EDAC-PASEMI
4663 M: Egor Martovetsky <egor@pasemi.com>
4664 L: linux-edac@vger.kernel.org
4665 S: Maintained
4666 F: drivers/edac/pasemi_edac.c
4667
4668 EDAC-R82600
4669 M: Tim Small <tim@buttersideup.com>
4670 L: linux-edac@vger.kernel.org
4671 S: Maintained
4672 F: drivers/edac/r82600_edac.c
4673
4674 EDAC-SBRIDGE
4675 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4676 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4677 L: linux-edac@vger.kernel.org
4678 S: Maintained
4679 F: drivers/edac/sb_edac.c
4680
4681 EDAC-SKYLAKE
4682 M: Tony Luck <tony.luck@intel.com>
4683 L: linux-edac@vger.kernel.org
4684 S: Maintained
4685 F: drivers/edac/skx_edac.c
4686
4687 EDAC-XGENE
4688 APPLIED MICRO (APM) X-GENE SOC EDAC
4689 M: Loc Ho <lho@apm.com>
4690 S: Supported
4691 F: drivers/edac/xgene_edac.c
4692 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4693
4694 EDIROL UA-101/UA-1000 DRIVER
4695 M: Clemens Ladisch <clemens@ladisch.de>
4696 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4697 T: git git://git.alsa-project.org/alsa-kernel.git
4698 S: Maintained
4699 F: sound/usb/misc/ua101.c
4700
4701 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4702 M: Matt Fleming <matt@codeblueprint.co.uk>
4703 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
4704 L: linux-efi@vger.kernel.org
4705 T: git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
4706 S: Maintained
4707 F: Documentation/efi-stub.txt
4708 F: arch/*/kernel/efi.c
4709 F: arch/x86/boot/compressed/eboot.[ch]
4710 F: arch/*/include/asm/efi.h
4711 F: arch/x86/platform/efi/
4712 F: drivers/firmware/efi/
4713 F: include/linux/efi*.h
4714 F: arch/arm/boot/compressed/efi-header.S
4715 F: arch/arm64/kernel/efi-entry.S
4716
4717 EFI VARIABLE FILESYSTEM
4718 M: Matthew Garrett <matthew.garrett@nebula.com>
4719 M: Jeremy Kerr <jk@ozlabs.org>
4720 M: Matt Fleming <matt@codeblueprint.co.uk>
4721 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4722 L: linux-efi@vger.kernel.org
4723 S: Maintained
4724 F: fs/efivarfs/
4725
4726 EFIFB FRAMEBUFFER DRIVER
4727 L: linux-fbdev@vger.kernel.org
4728 M: Peter Jones <pjones@redhat.com>
4729 S: Maintained
4730 F: drivers/video/fbdev/efifb.c
4731
4732 EFI TEST DRIVER
4733 L: linux-efi@vger.kernel.org
4734 M: Ivan Hu <ivan.hu@canonical.com>
4735 M: Matt Fleming <matt@codeblueprint.co.uk>
4736 S: Maintained
4737 F: drivers/firmware/efi/test/
4738
4739 EFS FILESYSTEM
4740 W: http://aeschi.ch.eu.org/efs/
4741 S: Orphan
4742 F: fs/efs/
4743
4744 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4745 M: Douglas Miller <dougmill@linux.vnet.ibm.com>
4746 L: netdev@vger.kernel.org
4747 S: Maintained
4748 F: drivers/net/ethernet/ibm/ehea/
4749
4750 EM28XX VIDEO4LINUX DRIVER
4751 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4752 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4753 L: linux-media@vger.kernel.org
4754 W: https://linuxtv.org
4755 T: git git://linuxtv.org/media_tree.git
4756 S: Maintained
4757 F: drivers/media/usb/em28xx/
4758 F: Documentation/media/v4l-drivers/em28xx*
4759
4760 EMBEDDED LINUX
4761 M: Paul Gortmaker <paul.gortmaker@windriver.com>
4762 M: Matt Mackall <mpm@selenic.com>
4763 M: David Woodhouse <dwmw2@infradead.org>
4764 L: linux-embedded@vger.kernel.org
4765 S: Maintained
4766
4767 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4768 M: James Smart <james.smart@avagotech.com>
4769 M: Dick Kennedy <dick.kennedy@avagotech.com>
4770 L: linux-scsi@vger.kernel.org
4771 W: http://www.avagotech.com
4772 S: Supported
4773 F: drivers/scsi/lpfc/
4774
4775 ENE CB710 FLASH CARD READER DRIVER
4776 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4777 S: Maintained
4778 F: drivers/misc/cb710/
4779 F: drivers/mmc/host/cb710-mmc.*
4780 F: include/linux/cb710.h
4781
4782 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4783 M: Maxim Levitsky <maximlevitsky@gmail.com>
4784 S: Maintained
4785 F: drivers/media/rc/ene_ir.*
4786
4787 EPSON S1D13XXX FRAMEBUFFER DRIVER
4788 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4789 S: Maintained
4790 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4791 F: drivers/video/fbdev/s1d13xxxfb.c
4792 F: include/video/s1d13xxxfb.h
4793
4794 ET131X NETWORK DRIVER
4795 M: Mark Einon <mark.einon@gmail.com>
4796 S: Odd Fixes
4797 F: drivers/net/ethernet/agere/
4798
4799 ETHERNET BRIDGE
4800 M: Stephen Hemminger <stephen@networkplumber.org>
4801 L: bridge@lists.linux-foundation.org (moderated for non-subscribers)
4802 L: netdev@vger.kernel.org
4803 W: http://www.linuxfoundation.org/en/Net:Bridge
4804 S: Maintained
4805 F: include/linux/netfilter_bridge/
4806 F: net/bridge/
4807
4808 ETHERNET PHY LIBRARY
4809 M: Florian Fainelli <f.fainelli@gmail.com>
4810 L: netdev@vger.kernel.org
4811 S: Maintained
4812 F: include/linux/phy.h
4813 F: include/linux/phy_fixed.h
4814 F: drivers/net/phy/
4815 F: Documentation/networking/phy.txt
4816 F: drivers/of/of_mdio.c
4817 F: drivers/of/of_net.c
4818
4819 EXT2 FILE SYSTEM
4820 M: Jan Kara <jack@suse.com>
4821 L: linux-ext4@vger.kernel.org
4822 S: Maintained
4823 F: Documentation/filesystems/ext2.txt
4824 F: fs/ext2/
4825 F: include/linux/ext2*
4826
4827 EXT4 FILE SYSTEM
4828 M: "Theodore Ts'o" <tytso@mit.edu>
4829 M: Andreas Dilger <adilger.kernel@dilger.ca>
4830 L: linux-ext4@vger.kernel.org
4831 W: http://ext4.wiki.kernel.org
4832 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4833 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4834 S: Maintained
4835 F: Documentation/filesystems/ext4.txt
4836 F: fs/ext4/
4837
4838 Extended Verification Module (EVM)
4839 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4840 L: linux-ima-devel@lists.sourceforge.net
4841 L: linux-security-module@vger.kernel.org
4842 S: Supported
4843 F: security/integrity/evm/
4844
4845 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4846 M: MyungJoo Ham <myungjoo.ham@samsung.com>
4847 M: Chanwoo Choi <cw00.choi@samsung.com>
4848 L: linux-kernel@vger.kernel.org
4849 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4850 S: Maintained
4851 F: drivers/extcon/
4852 F: include/linux/extcon/
4853 F: include/linux/extcon.h
4854 F: Documentation/extcon/
4855 F: Documentation/devicetree/bindings/extcon/
4856
4857 EXYNOS DP DRIVER
4858 M: Jingoo Han <jingoohan1@gmail.com>
4859 L: dri-devel@lists.freedesktop.org
4860 S: Maintained
4861 F: drivers/gpu/drm/exynos/exynos_dp*
4862
4863 EXYNOS SYSMMU (IOMMU) driver
4864 M: Marek Szyprowski <m.szyprowski@samsung.com>
4865 L: iommu@lists.linux-foundation.org
4866 S: Maintained
4867 F: drivers/iommu/exynos-iommu.c
4868
4869 EZchip NPS platform support
4870 M: Noam Camus <noamc@ezchip.com>
4871 S: Supported
4872 F: arch/arc/plat-eznps
4873 F: arch/arc/boot/dts/eznps.dts
4874
4875 F71805F HARDWARE MONITORING DRIVER
4876 M: Jean Delvare <jdelvare@suse.com>
4877 L: linux-hwmon@vger.kernel.org
4878 S: Maintained
4879 F: Documentation/hwmon/f71805f
4880 F: drivers/hwmon/f71805f.c
4881
4882 FC0011 TUNER DRIVER
4883 M: Michael Buesch <m@bues.ch>
4884 L: linux-media@vger.kernel.org
4885 S: Maintained
4886 F: drivers/media/tuners/fc0011.h
4887 F: drivers/media/tuners/fc0011.c
4888
4889 FC2580 MEDIA DRIVER
4890 M: Antti Palosaari <crope@iki.fi>
4891 L: linux-media@vger.kernel.org
4892 W: https://linuxtv.org
4893 W: http://palosaari.fi/linux/
4894 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4895 T: git git://linuxtv.org/anttip/media_tree.git
4896 S: Maintained
4897 F: drivers/media/tuners/fc2580*
4898
4899 FANOTIFY
4900 M: Eric Paris <eparis@redhat.com>
4901 S: Maintained
4902 F: fs/notify/fanotify/
4903 F: include/linux/fanotify.h
4904 F: include/uapi/linux/fanotify.h
4905
4906 FARSYNC SYNCHRONOUS DRIVER
4907 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
4908 W: http://www.farsite.co.uk/
4909 S: Supported
4910 F: drivers/net/wan/farsync.*
4911
4912 FAULT INJECTION SUPPORT
4913 M: Akinobu Mita <akinobu.mita@gmail.com>
4914 S: Supported
4915 F: Documentation/fault-injection/
4916 F: lib/fault-inject.c
4917
4918 FBTFT Framebuffer drivers
4919 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4920 M: Noralf Trønnes <noralf@tronnes.org>
4921 S: Maintained
4922 F: drivers/staging/fbtft/
4923
4924 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4925 M: Johannes Thumshirn <jth@kernel.org>
4926 L: fcoe-devel@open-fcoe.org
4927 W: www.Open-FCoE.org
4928 S: Supported
4929 F: drivers/scsi/libfc/
4930 F: drivers/scsi/fcoe/
4931 F: include/scsi/fc/
4932 F: include/scsi/libfc.h
4933 F: include/scsi/libfcoe.h
4934 F: include/uapi/scsi/fc/
4935
4936 FILE LOCKING (flock() and fcntl()/lockf())
4937 M: Jeff Layton <jlayton@poochiereds.net>
4938 M: "J. Bruce Fields" <bfields@fieldses.org>
4939 L: linux-fsdevel@vger.kernel.org
4940 S: Maintained
4941 F: include/linux/fcntl.h
4942 F: include/linux/fs.h
4943 F: include/uapi/linux/fcntl.h
4944 F: include/uapi/linux/fs.h
4945 F: fs/fcntl.c
4946 F: fs/locks.c
4947
4948 FILESYSTEMS (VFS and infrastructure)
4949 M: Alexander Viro <viro@zeniv.linux.org.uk>
4950 L: linux-fsdevel@vger.kernel.org
4951 S: Maintained
4952 F: fs/*
4953
4954 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4955 M: Riku Voipio <riku.voipio@iki.fi>
4956 L: linux-hwmon@vger.kernel.org
4957 S: Maintained
4958 F: drivers/hwmon/f75375s.c
4959 F: include/linux/f75375s.h
4960
4961 FIREWIRE AUDIO DRIVERS
4962 M: Clemens Ladisch <clemens@ladisch.de>
4963 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4964 T: git git://git.alsa-project.org/alsa-kernel.git
4965 S: Maintained
4966 F: sound/firewire/
4967
4968 FIREWIRE MEDIA DRIVERS (firedtv)
4969 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4970 L: linux-media@vger.kernel.org
4971 L: linux1394-devel@lists.sourceforge.net
4972 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4973 S: Maintained
4974 F: drivers/media/firewire/
4975
4976 FIREWIRE SBP-2 TARGET
4977 M: Chris Boot <bootc@bootc.net>
4978 L: linux-scsi@vger.kernel.org
4979 L: target-devel@vger.kernel.org
4980 L: linux1394-devel@lists.sourceforge.net
4981 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4982 S: Maintained
4983 F: drivers/target/sbp/
4984
4985 FIREWIRE SUBSYSTEM
4986 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4987 L: linux1394-devel@lists.sourceforge.net
4988 W: http://ieee1394.wiki.kernel.org/
4989 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4990 S: Maintained
4991 F: drivers/firewire/
4992 F: include/linux/firewire.h
4993 F: include/uapi/linux/firewire*.h
4994 F: tools/firewire/
4995
4996 FIRMWARE LOADER (request_firmware)
4997 M: Ming Lei <ming.lei@canonical.com>
4998 M: Luis R. Rodriguez <mcgrof@kernel.org>
4999 L: linux-kernel@vger.kernel.org
5000 S: Maintained
5001 F: Documentation/firmware_class/
5002 F: drivers/base/firmware*.c
5003 F: include/linux/firmware.h
5004
5005 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5006 M: Joshua Morris <josh.h.morris@us.ibm.com>
5007 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
5008 S: Maintained
5009 F: drivers/block/rsxx/
5010
5011 FLOPPY DRIVER
5012 M: Jiri Kosina <jikos@kernel.org>
5013 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5014 S: Odd fixes
5015 F: drivers/block/floppy.c
5016
5017 FMC SUBSYSTEM
5018 M: Alessandro Rubini <rubini@gnudd.com>
5019 W: http://www.ohwr.org/projects/fmc-bus
5020 S: Supported
5021 F: drivers/fmc/
5022 F: include/linux/fmc*.h
5023 F: include/linux/ipmi-fru.h
5024 K: fmc_d.*register
5025
5026 FPGA MANAGER FRAMEWORK
5027 M: Alan Tull <atull@opensource.altera.com>
5028 R: Moritz Fischer <moritz.fischer@ettus.com>
5029 S: Maintained
5030 F: drivers/fpga/
5031 F: include/linux/fpga/fpga-mgr.h
5032 W: http://www.rocketboards.org
5033
5034 FPU EMULATOR
5035 M: Bill Metzenthen <billm@melbpc.org.au>
5036 W: http://floatingpoint.sourceforge.net/emulator/index.html
5037 S: Maintained
5038 F: arch/x86/math-emu/
5039
5040 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5041 L: netdev@vger.kernel.org
5042 S: Orphan
5043 F: drivers/net/wan/dlci.c
5044 F: drivers/net/wan/sdla.c
5045
5046 FRAMEBUFFER LAYER
5047 L: linux-fbdev@vger.kernel.org
5048 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
5049 S: Orphan
5050 F: Documentation/fb/
5051 F: drivers/video/
5052 F: include/video/
5053 F: include/linux/fb.h
5054 F: include/uapi/video/
5055 F: include/uapi/linux/fb.h
5056
5057 FREESCALE DIU FRAMEBUFFER DRIVER
5058 M: Timur Tabi <timur@tabi.org>
5059 L: linux-fbdev@vger.kernel.org
5060 S: Maintained
5061 F: drivers/video/fbdev/fsl-diu-fb.*
5062
5063 FREESCALE DMA DRIVER
5064 M: Li Yang <leoli@freescale.com>
5065 M: Zhang Wei <zw@zh-kernel.org>
5066 L: linuxppc-dev@lists.ozlabs.org
5067 S: Maintained
5068 F: drivers/dma/fsldma.*
5069
5070 FREESCALE GPMI NAND DRIVER
5071 M: Han Xu <han.xu@nxp.com>
5072 L: linux-mtd@lists.infradead.org
5073 S: Maintained
5074 F: drivers/mtd/nand/gpmi-nand/*
5075
5076 FREESCALE I2C CPM DRIVER
5077 M: Jochen Friedrich <jochen@scram.de>
5078 L: linuxppc-dev@lists.ozlabs.org
5079 L: linux-i2c@vger.kernel.org
5080 S: Maintained
5081 F: drivers/i2c/busses/i2c-cpm.c
5082
5083 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5084 M: Sascha Hauer <kernel@pengutronix.de>
5085 L: linux-fbdev@vger.kernel.org
5086 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5087 S: Maintained
5088 F: include/linux/platform_data/video-imxfb.h
5089 F: drivers/video/fbdev/imxfb.c
5090
5091 FREESCALE QUAD SPI DRIVER
5092 M: Han Xu <han.xu@nxp.com>
5093 L: linux-mtd@lists.infradead.org
5094 S: Maintained
5095 F: drivers/mtd/spi-nor/fsl-quadspi.c
5096
5097 FREESCALE SOC FS_ENET DRIVER
5098 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
5099 M: Vitaly Bordug <vbordug@ru.mvista.com>
5100 L: linuxppc-dev@lists.ozlabs.org
5101 L: netdev@vger.kernel.org
5102 S: Maintained
5103 F: drivers/net/ethernet/freescale/fs_enet/
5104 F: include/linux/fs_enet_pd.h
5105
5106 FREESCALE IMX / MXC FEC DRIVER
5107 M: Fugang Duan <fugang.duan@nxp.com>
5108 L: netdev@vger.kernel.org
5109 S: Maintained
5110 F: drivers/net/ethernet/freescale/fec_main.c
5111 F: drivers/net/ethernet/freescale/fec_ptp.c
5112 F: drivers/net/ethernet/freescale/fec.h
5113 F: Documentation/devicetree/bindings/net/fsl-fec.txt
5114
5115 FREESCALE QORIQ DPAA FMAN DRIVER
5116 M: Madalin Bucur <madalin.bucur@nxp.com>
5117 L: netdev@vger.kernel.org
5118 S: Maintained
5119 F: drivers/net/ethernet/freescale/fman
5120 F: Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5121
5122 FREESCALE SOC DRIVERS
5123 M: Scott Wood <oss@buserror.net>
5124 L: linuxppc-dev@lists.ozlabs.org
5125 L: linux-arm-kernel@lists.infradead.org
5126 S: Maintained
5127 F: drivers/soc/fsl/
5128 F: include/linux/fsl/
5129
5130 FREESCALE QUICC ENGINE LIBRARY
5131 M: Qiang Zhao <qiang.zhao@nxp.com>
5132 L: linuxppc-dev@lists.ozlabs.org
5133 S: Maintained
5134 F: drivers/soc/fsl/qe/
5135 F: include/soc/fsl/*qe*.h
5136 F: include/soc/fsl/*ucc*.h
5137
5138 FREESCALE USB PERIPHERAL DRIVERS
5139 M: Li Yang <leoli@freescale.com>
5140 L: linux-usb@vger.kernel.org
5141 L: linuxppc-dev@lists.ozlabs.org
5142 S: Maintained
5143 F: drivers/usb/gadget/udc/fsl*
5144
5145 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5146 M: Li Yang <leoli@freescale.com>
5147 L: netdev@vger.kernel.org
5148 L: linuxppc-dev@lists.ozlabs.org
5149 S: Maintained
5150 F: drivers/net/ethernet/freescale/ucc_geth*
5151
5152 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5153 M: Claudiu Manoil <claudiu.manoil@freescale.com>
5154 L: netdev@vger.kernel.org
5155 S: Maintained
5156 F: drivers/net/ethernet/freescale/gianfar*
5157 X: drivers/net/ethernet/freescale/gianfar_ptp.c
5158 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5159
5160 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5161 M: Zhao Qiang <qiang.zhao@nxp.com>
5162 L: netdev@vger.kernel.org
5163 L: linuxppc-dev@lists.ozlabs.org
5164 S: Maintained
5165 F: drivers/net/wan/fsl_ucc_hdlc*
5166
5167 FREESCALE QUICC ENGINE UCC UART DRIVER
5168 M: Timur Tabi <timur@tabi.org>
5169 L: linuxppc-dev@lists.ozlabs.org
5170 S: Maintained
5171 F: drivers/tty/serial/ucc_uart.c
5172
5173 FREESCALE SOC SOUND DRIVERS
5174 M: Timur Tabi <timur@tabi.org>
5175 M: Nicolin Chen <nicoleotsuka@gmail.com>
5176 M: Xiubo Li <Xiubo.Lee@gmail.com>
5177 R: Fabio Estevam <fabio.estevam@nxp.com>
5178 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5179 L: linuxppc-dev@lists.ozlabs.org
5180 S: Maintained
5181 F: sound/soc/fsl/fsl*
5182 F: sound/soc/fsl/imx*
5183 F: sound/soc/fsl/mpc8610_hpcd.c
5184
5185 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
5186 M: "J. German Rivera" <German.Rivera@freescale.com>
5187 M: Stuart Yoder <stuart.yoder@nxp.com>
5188 L: linux-kernel@vger.kernel.org
5189 S: Maintained
5190 F: drivers/staging/fsl-mc/
5191
5192 FREEVXFS FILESYSTEM
5193 M: Christoph Hellwig <hch@infradead.org>
5194 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
5195 S: Maintained
5196 F: fs/freevxfs/
5197
5198 FREEZER
5199 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5200 M: Pavel Machek <pavel@ucw.cz>
5201 L: linux-pm@vger.kernel.org
5202 S: Supported
5203 F: Documentation/power/freezing-of-tasks.txt
5204 F: include/linux/freezer.h
5205 F: kernel/freezer.c
5206
5207 FRONTSWAP API
5208 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5209 L: linux-kernel@vger.kernel.org
5210 S: Maintained
5211 F: mm/frontswap.c
5212 F: include/linux/frontswap.h
5213
5214 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5215 M: David Howells <dhowells@redhat.com>
5216 L: linux-cachefs@redhat.com (moderated for non-subscribers)
5217 S: Supported
5218 F: Documentation/filesystems/caching/
5219 F: fs/fscache/
5220 F: include/linux/fscache*.h
5221
5222 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5223 M: Theodore Y. Ts'o <tytso@mit.edu>
5224 M: Jaegeuk Kim <jaegeuk@kernel.org>
5225 S: Supported
5226 F: fs/crypto/
5227 F: include/linux/fscrypto.h
5228
5229 F2FS FILE SYSTEM
5230 M: Jaegeuk Kim <jaegeuk@kernel.org>
5231 M: Chao Yu <yuchao0@huawei.com>
5232 L: linux-f2fs-devel@lists.sourceforge.net
5233 W: https://f2fs.wiki.kernel.org/
5234 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5235 S: Maintained
5236 F: Documentation/filesystems/f2fs.txt
5237 F: Documentation/ABI/testing/sysfs-fs-f2fs
5238 F: fs/f2fs/
5239 F: include/linux/f2fs_fs.h
5240 F: include/trace/events/f2fs.h
5241
5242 FUJITSU FR-V (FRV) PORT
5243 S: Orphan
5244 F: arch/frv/
5245
5246 FUJITSU LAPTOP EXTRAS
5247 M: Jonathan Woithe <jwoithe@just42.net>
5248 L: platform-driver-x86@vger.kernel.org
5249 S: Maintained
5250 F: drivers/platform/x86/fujitsu-laptop.c
5251
5252 FUJITSU M-5MO LS CAMERA ISP DRIVER
5253 M: Kyungmin Park <kyungmin.park@samsung.com>
5254 M: Heungjun Kim <riverful.kim@samsung.com>
5255 L: linux-media@vger.kernel.org
5256 S: Maintained
5257 F: drivers/media/i2c/m5mols/
5258 F: include/media/i2c/m5mols.h
5259
5260 FUJITSU TABLET EXTRAS
5261 M: Robert Gerlach <khnz@gmx.de>
5262 L: platform-driver-x86@vger.kernel.org
5263 S: Maintained
5264 F: drivers/platform/x86/fujitsu-tablet.c
5265
5266 FUSE: FILESYSTEM IN USERSPACE
5267 M: Miklos Szeredi <miklos@szeredi.hu>
5268 L: linux-fsdevel@vger.kernel.org
5269 W: http://fuse.sourceforge.net/
5270 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5271 S: Maintained
5272 F: fs/fuse/
5273 F: include/uapi/linux/fuse.h
5274 F: Documentation/filesystems/fuse.txt
5275
5276 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5277 M: Rik Faith <faith@cs.unc.edu>
5278 L: linux-scsi@vger.kernel.org
5279 S: Odd Fixes (e.g., new signatures)
5280 F: drivers/scsi/fdomain.*
5281
5282 GCC PLUGINS
5283 M: Kees Cook <keescook@chromium.org>
5284 R: Emese Revfy <re.emese@gmail.com>
5285 L: kernel-hardening@lists.openwall.com
5286 S: Maintained
5287 F: scripts/gcc-plugins/
5288 F: scripts/gcc-plugin.sh
5289 F: scripts/Makefile.gcc-plugins
5290 F: Documentation/gcc-plugins.txt
5291
5292 GCOV BASED KERNEL PROFILING
5293 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5294 S: Maintained
5295 F: kernel/gcov/
5296 F: Documentation/dev-tools/gcov.rst
5297
5298 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5299 M: Achim Leubner <achim_leubner@adaptec.com>
5300 L: linux-scsi@vger.kernel.org
5301 W: http://www.icp-vortex.com/
5302 S: Supported
5303 F: drivers/scsi/gdt*
5304
5305 GDB KERNEL DEBUGGING HELPER SCRIPTS
5306 M: Jan Kiszka <jan.kiszka@siemens.com>
5307 M: Kieran Bingham <kieran@bingham.xyz>
5308 S: Supported
5309 F: scripts/gdb/
5310
5311 GEMTEK FM RADIO RECEIVER DRIVER
5312 M: Hans Verkuil <hverkuil@xs4all.nl>
5313 L: linux-media@vger.kernel.org
5314 T: git git://linuxtv.org/media_tree.git
5315 W: https://linuxtv.org
5316 S: Maintained
5317 F: drivers/media/radio/radio-gemtek*
5318
5319 GENERIC GPIO I2C DRIVER
5320 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
5321 S: Supported
5322 F: drivers/i2c/busses/i2c-gpio.c
5323 F: include/linux/i2c-gpio.h
5324
5325 GENERIC GPIO I2C MULTIPLEXER DRIVER
5326 M: Peter Korsgaard <peter.korsgaard@barco.com>
5327 L: linux-i2c@vger.kernel.org
5328 S: Supported
5329 F: drivers/i2c/muxes/i2c-mux-gpio.c
5330 F: include/linux/i2c-mux-gpio.h
5331 F: Documentation/i2c/muxes/i2c-mux-gpio
5332
5333 GENERIC HDLC (WAN) DRIVERS
5334 M: Krzysztof Halasa <khc@pm.waw.pl>
5335 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
5336 S: Maintained
5337 F: drivers/net/wan/c101.c
5338 F: drivers/net/wan/hd6457*
5339 F: drivers/net/wan/hdlc*
5340 F: drivers/net/wan/n2.c
5341 F: drivers/net/wan/pc300too.c
5342 F: drivers/net/wan/pci200syn.c
5343 F: drivers/net/wan/wanxl*
5344
5345 GENERIC INCLUDE/ASM HEADER FILES
5346 M: Arnd Bergmann <arnd@arndb.de>
5347 L: linux-arch@vger.kernel.org
5348 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5349 S: Maintained
5350 F: include/asm-generic/
5351 F: include/uapi/asm-generic/
5352
5353 GENERIC PHY FRAMEWORK
5354 M: Kishon Vijay Abraham I <kishon@ti.com>
5355 L: linux-kernel@vger.kernel.org
5356 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5357 S: Supported
5358 F: drivers/phy/
5359 F: include/linux/phy/
5360
5361 GENERIC PM DOMAINS
5362 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5363 M: Kevin Hilman <khilman@kernel.org>
5364 M: Ulf Hansson <ulf.hansson@linaro.org>
5365 L: linux-pm@vger.kernel.org
5366 S: Supported
5367 F: drivers/base/power/domain*.c
5368 F: include/linux/pm_domain.h
5369
5370 GENERIC UIO DRIVER FOR PCI DEVICES
5371 M: "Michael S. Tsirkin" <mst@redhat.com>
5372 L: kvm@vger.kernel.org
5373 S: Supported
5374 F: drivers/uio/uio_pci_generic.c
5375
5376 GET_MAINTAINER SCRIPT
5377 M: Joe Perches <joe@perches.com>
5378 S: Maintained
5379 F: scripts/get_maintainer.pl
5380
5381 GENWQE (IBM Generic Workqueue Card)
5382 M: Frank Haverkamp <haver@linux.vnet.ibm.com>
5383 M: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
5384 S: Supported
5385 F: drivers/misc/genwqe/
5386
5387 GFS2 FILE SYSTEM
5388 M: Steven Whitehouse <swhiteho@redhat.com>
5389 M: Bob Peterson <rpeterso@redhat.com>
5390 L: cluster-devel@redhat.com
5391 W: http://sources.redhat.com/cluster/
5392 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5393 S: Supported
5394 F: Documentation/filesystems/gfs2*.txt
5395 F: fs/gfs2/
5396 F: include/uapi/linux/gfs2_ondisk.h
5397
5398 GIGASET ISDN DRIVERS
5399 M: Paul Bolle <pebolle@tiscali.nl>
5400 L: gigaset307x-common@lists.sourceforge.net
5401 W: http://gigaset307x.sourceforge.net/
5402 S: Odd Fixes
5403 F: Documentation/isdn/README.gigaset
5404 F: drivers/isdn/gigaset/
5405 F: include/uapi/linux/gigaset_dev.h
5406
5407 GO7007 MPEG CODEC
5408 M: Hans Verkuil <hans.verkuil@cisco.com>
5409 L: linux-media@vger.kernel.org
5410 S: Maintained
5411 F: drivers/media/usb/go7007/
5412
5413 GOODIX TOUCHSCREEN
5414 M: Bastien Nocera <hadess@hadess.net>
5415 L: linux-input@vger.kernel.org
5416 S: Maintained
5417 F: drivers/input/touchscreen/goodix.c
5418
5419 GPIO MOCKUP DRIVER
5420 M: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5421 L: linux-gpio@vger.kernel.org
5422 S: Maintained
5423 F: drivers/gpio/gpio-mockup.c
5424 F: tools/testing/selftests/gpio/
5425
5426 GPIO SUBSYSTEM
5427 M: Linus Walleij <linus.walleij@linaro.org>
5428 M: Alexandre Courbot <gnurou@gmail.com>
5429 L: linux-gpio@vger.kernel.org
5430 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5431 S: Maintained
5432 F: Documentation/devicetree/bindings/gpio/
5433 F: Documentation/gpio/
5434 F: Documentation/ABI/testing/gpio-cdev
5435 F: Documentation/ABI/obsolete/sysfs-gpio
5436 F: drivers/gpio/
5437 F: include/linux/gpio/
5438 F: include/linux/gpio.h
5439 F: include/asm-generic/gpio.h
5440 F: include/uapi/linux/gpio.h
5441 F: tools/gpio/
5442
5443 GRE DEMULTIPLEXER DRIVER
5444 M: Dmitry Kozlov <xeb@mail.ru>
5445 L: netdev@vger.kernel.org
5446 S: Maintained
5447 F: net/ipv4/gre_demux.c
5448 F: net/ipv4/gre_offload.c
5449 F: include/net/gre.h
5450
5451 GRETH 10/100/1G Ethernet MAC device driver
5452 M: Andreas Larsson <andreas@gaisler.com>
5453 L: netdev@vger.kernel.org
5454 S: Maintained
5455 F: drivers/net/ethernet/aeroflex/
5456
5457 GREYBUS SUBSYSTEM
5458 M: Johan Hovold <johan@kernel.org>
5459 M: Alex Elder <elder@kernel.org>
5460 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5461 S: Maintained
5462 F: drivers/staging/greybus/
5463
5464 GREYBUS AUDIO PROTOCOLS DRIVERS
5465 M: Vaibhav Agarwal <vaibhav.sr@gmail.com>
5466 M: Mark Greer <mgreer@animalcreek.com>
5467 S: Maintained
5468 F: drivers/staging/greybus/audio_apbridgea.c
5469 F: drivers/staging/greybus/audio_apbridgea.h
5470 F: drivers/staging/greybus/audio_codec.c
5471 F: drivers/staging/greybus/audio_codec.h
5472 F: drivers/staging/greybus/audio_gb.c
5473 F: drivers/staging/greybus/audio_manager.c
5474 F: drivers/staging/greybus/audio_manager.h
5475 F: drivers/staging/greybus/audio_manager_module.c
5476 F: drivers/staging/greybus/audio_manager_private.h
5477 F: drivers/staging/greybus/audio_manager_sysfs.c
5478 F: drivers/staging/greybus/audio_module.c
5479 F: drivers/staging/greybus/audio_topology.c
5480
5481 GREYBUS PROTOCOLS DRIVERS
5482 M: Rui Miguel Silva <rmfrfs@gmail.com>
5483 S: Maintained
5484 F: drivers/staging/greybus/sdio.c
5485 F: drivers/staging/greybus/light.c
5486 F: drivers/staging/greybus/gpio.c
5487 F: drivers/staging/greybus/power_supply.c
5488 F: drivers/staging/greybus/spi.c
5489 F: drivers/staging/greybus/spilib.c
5490
5491 GREYBUS PROTOCOLS DRIVERS
5492 M: Bryan O'Donoghue <pure.logic@nexus-software.ie>
5493 S: Maintained
5494 F: drivers/staging/greybus/loopback.c
5495 F: drivers/staging/greybus/timesync.c
5496 F: drivers/staging/greybus/timesync_platform.c
5497
5498 GREYBUS PROTOCOLS DRIVERS
5499 M: Viresh Kumar <vireshk@kernel.org>
5500 S: Maintained
5501 F: drivers/staging/greybus/authentication.c
5502 F: drivers/staging/greybus/bootrom.c
5503 F: drivers/staging/greybus/firmware.h
5504 F: drivers/staging/greybus/fw-core.c
5505 F: drivers/staging/greybus/fw-download.c
5506 F: drivers/staging/greybus/fw-managament.c
5507 F: drivers/staging/greybus/greybus_authentication.h
5508 F: drivers/staging/greybus/greybus_firmware.h
5509 F: drivers/staging/greybus/hid.c
5510 F: drivers/staging/greybus/i2c.c
5511 F: drivers/staging/greybus/spi.c
5512 F: drivers/staging/greybus/spilib.c
5513 F: drivers/staging/greybus/spilib.h
5514
5515 GREYBUS PROTOCOLS DRIVERS
5516 M: David Lin <dtwlin@gmail.com>
5517 S: Maintained
5518 F: drivers/staging/greybus/uart.c
5519 F: drivers/staging/greybus/log.c
5520
5521 GREYBUS PLATFORM DRIVERS
5522 M: Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5523 S: Maintained
5524 F: drivers/staging/greybus/arche-platform.c
5525 F: drivers/staging/greybus/arche-apb-ctrl.c
5526 F: drivers/staging/greybus/arche_platform.h
5527
5528 GS1662 VIDEO SERIALIZER
5529 M: Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
5530 L: linux-media@vger.kernel.org
5531 T: git git://linuxtv.org/media_tree.git
5532 S: Maintained
5533 F: drivers/media/spi/gs1662.c
5534
5535 GSPCA FINEPIX SUBDRIVER
5536 M: Frank Zago <frank@zago.net>
5537 L: linux-media@vger.kernel.org
5538 T: git git://linuxtv.org/media_tree.git
5539 S: Maintained
5540 F: drivers/media/usb/gspca/finepix.c
5541
5542 GSPCA GL860 SUBDRIVER
5543 M: Olivier Lorin <o.lorin@laposte.net>
5544 L: linux-media@vger.kernel.org
5545 T: git git://linuxtv.org/media_tree.git
5546 S: Maintained
5547 F: drivers/media/usb/gspca/gl860/
5548
5549 GSPCA M5602 SUBDRIVER
5550 M: Erik Andren <erik.andren@gmail.com>
5551 L: linux-media@vger.kernel.org
5552 T: git git://linuxtv.org/media_tree.git
5553 S: Maintained
5554 F: drivers/media/usb/gspca/m5602/
5555
5556 GSPCA PAC207 SONIXB SUBDRIVER
5557 M: Hans Verkuil <hverkuil@xs4all.nl>
5558 L: linux-media@vger.kernel.org
5559 T: git git://linuxtv.org/media_tree.git
5560 S: Odd Fixes
5561 F: drivers/media/usb/gspca/pac207.c
5562
5563 GSPCA SN9C20X SUBDRIVER
5564 M: Brian Johnson <brijohn@gmail.com>
5565 L: linux-media@vger.kernel.org
5566 T: git git://linuxtv.org/media_tree.git
5567 S: Maintained
5568 F: drivers/media/usb/gspca/sn9c20x.c
5569
5570 GSPCA T613 SUBDRIVER
5571 M: Leandro Costantino <lcostantino@gmail.com>
5572 L: linux-media@vger.kernel.org
5573 T: git git://linuxtv.org/media_tree.git
5574 S: Maintained
5575 F: drivers/media/usb/gspca/t613.c
5576
5577 GSPCA USB WEBCAM DRIVER
5578 M: Hans Verkuil <hverkuil@xs4all.nl>
5579 L: linux-media@vger.kernel.org
5580 T: git git://linuxtv.org/media_tree.git
5581 S: Odd Fixes
5582 F: drivers/media/usb/gspca/
5583
5584 GUID PARTITION TABLE (GPT)
5585 M: Davidlohr Bueso <dave@stgolabs.net>
5586 L: linux-efi@vger.kernel.org
5587 S: Maintained
5588 F: block/partitions/efi.*
5589
5590 STK1160 USB VIDEO CAPTURE DRIVER
5591 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5592 L: linux-media@vger.kernel.org
5593 T: git git://linuxtv.org/media_tree.git
5594 S: Maintained
5595 F: drivers/media/usb/stk1160/
5596
5597 H8/300 ARCHITECTURE
5598 M: Yoshinori Sato <ysato@users.sourceforge.jp>
5599 L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5600 W: http://uclinux-h8.sourceforge.jp
5601 T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5602 S: Maintained
5603 F: arch/h8300/
5604 F: drivers/clocksource/h8300_*.c
5605 F: drivers/clk/h8300/
5606 F: drivers/irqchip/irq-renesas-h8*.c
5607
5608 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5609 M: Frank Seidel <frank@f-seidel.de>
5610 L: platform-driver-x86@vger.kernel.org
5611 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5612 S: Maintained
5613 F: drivers/platform/x86/hdaps.c
5614
5615 HDPVR USB VIDEO ENCODER DRIVER
5616 M: Hans Verkuil <hverkuil@xs4all.nl>
5617 L: linux-media@vger.kernel.org
5618 T: git git://linuxtv.org/media_tree.git
5619 W: https://linuxtv.org
5620 S: Odd Fixes
5621 F: drivers/media/usb/hdpvr/
5622
5623 HWPOISON MEMORY FAILURE HANDLING
5624 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5625 L: linux-mm@kvack.org
5626 S: Maintained
5627 F: mm/memory-failure.c
5628 F: mm/hwpoison-inject.c
5629
5630 HYPERVISOR VIRTUAL CONSOLE DRIVER
5631 L: linuxppc-dev@lists.ozlabs.org
5632 S: Odd Fixes
5633 F: drivers/tty/hvc/
5634
5635 HACKRF MEDIA DRIVER
5636 M: Antti Palosaari <crope@iki.fi>
5637 L: linux-media@vger.kernel.org
5638 W: https://linuxtv.org
5639 W: http://palosaari.fi/linux/
5640 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5641 T: git git://linuxtv.org/anttip/media_tree.git
5642 S: Maintained
5643 F: drivers/media/usb/hackrf/
5644
5645 HARDWARE MONITORING
5646 M: Jean Delvare <jdelvare@suse.com>
5647 M: Guenter Roeck <linux@roeck-us.net>
5648 L: linux-hwmon@vger.kernel.org
5649 W: http://hwmon.wiki.kernel.org/
5650 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5651 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5652 S: Maintained
5653 F: Documentation/hwmon/
5654 F: drivers/hwmon/
5655 F: include/linux/hwmon*.h
5656
5657 HARDWARE RANDOM NUMBER GENERATOR CORE
5658 M: Matt Mackall <mpm@selenic.com>
5659 M: Herbert Xu <herbert@gondor.apana.org.au>
5660 L: linux-crypto@vger.kernel.org
5661 S: Odd fixes
5662 F: Documentation/devicetree/bindings/rng/
5663 F: Documentation/hw_random.txt
5664 F: drivers/char/hw_random/
5665 F: include/linux/hw_random.h
5666
5667 HARDWARE SPINLOCK CORE
5668 M: Ohad Ben-Cohen <ohad@wizery.com>
5669 M: Bjorn Andersson <bjorn.andersson@linaro.org>
5670 L: linux-remoteproc@vger.kernel.org
5671 S: Maintained
5672 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5673 F: Documentation/devicetree/bindings/hwlock/
5674 F: Documentation/hwspinlock.txt
5675 F: drivers/hwspinlock/
5676 F: include/linux/hwspinlock.h
5677
5678 HARMONY SOUND DRIVER
5679 L: linux-parisc@vger.kernel.org
5680 S: Maintained
5681 F: sound/parisc/harmony.*
5682
5683 HD29L2 MEDIA DRIVER
5684 M: Antti Palosaari <crope@iki.fi>
5685 L: linux-media@vger.kernel.org
5686 W: https://linuxtv.org
5687 W: http://palosaari.fi/linux/
5688 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5689 T: git git://linuxtv.org/anttip/media_tree.git
5690 S: Maintained
5691 F: drivers/media/dvb-frontends/hd29l2*
5692
5693 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5694 M: Brian Boylston <brian.boylston@hpe.com>
5695 S: Supported
5696 F: Documentation/watchdog/hpwdt.txt
5697 F: drivers/watchdog/hpwdt.c
5698
5699 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5700 M: Don Brace <don.brace@microsemi.com>
5701 L: iss_storagedev@hp.com
5702 L: esc.storagedev@microsemi.com
5703 L: linux-scsi@vger.kernel.org
5704 S: Supported
5705 F: Documentation/scsi/hpsa.txt
5706 F: drivers/scsi/hpsa*.[ch]
5707 F: include/linux/cciss*.h
5708 F: include/uapi/linux/cciss*.h
5709
5710 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5711 M: Don Brace <don.brace@microsemi.com>
5712 L: iss_storagedev@hp.com
5713 L: esc.storagedev@microsemi.com
5714 L: linux-scsi@vger.kernel.org
5715 S: Supported
5716 F: Documentation/blockdev/cciss.txt
5717 F: drivers/block/cciss*
5718 F: include/linux/cciss_ioctl.h
5719 F: include/uapi/linux/cciss_ioctl.h
5720
5721 HFI1 DRIVER
5722 M: Mike Marciniszyn <mike.marciniszyn@intel.com>
5723 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
5724 L: linux-rdma@vger.kernel.org
5725 S: Supported
5726 F: drivers/infiniband/hw/hfi1
5727
5728 HFS FILESYSTEM
5729 L: linux-fsdevel@vger.kernel.org
5730 S: Orphan
5731 F: Documentation/filesystems/hfs.txt
5732 F: fs/hfs/
5733
5734 HFSPLUS FILESYSTEM
5735 L: linux-fsdevel@vger.kernel.org
5736 S: Orphan
5737 F: Documentation/filesystems/hfsplus.txt
5738 F: fs/hfsplus/
5739
5740 HGA FRAMEBUFFER DRIVER
5741 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5742 L: linux-nvidia@lists.surfsouth.com
5743 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5744 S: Maintained
5745 F: drivers/video/fbdev/hgafb.c
5746
5747 HIBERNATION (aka Software Suspend, aka swsusp)
5748 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5749 M: Pavel Machek <pavel@ucw.cz>
5750 L: linux-pm@vger.kernel.org
5751 B: https://bugzilla.kernel.org
5752 S: Supported
5753 F: arch/x86/power/
5754 F: drivers/base/power/
5755 F: kernel/power/
5756 F: include/linux/suspend.h
5757 F: include/linux/freezer.h
5758 F: include/linux/pm.h
5759 F: arch/*/include/asm/suspend*.h
5760
5761 HID CORE LAYER
5762 M: Jiri Kosina <jikos@kernel.org>
5763 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
5764 L: linux-input@vger.kernel.org
5765 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5766 S: Maintained
5767 F: drivers/hid/
5768 F: include/linux/hid*
5769 F: include/uapi/linux/hid*
5770
5771 HID SENSOR HUB DRIVERS
5772 M: Jiri Kosina <jikos@kernel.org>
5773 M: Jonathan Cameron <jic23@kernel.org>
5774 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5775 L: linux-input@vger.kernel.org
5776 L: linux-iio@vger.kernel.org
5777 S: Maintained
5778 F: Documentation/hid/hid-sensor*
5779 F: drivers/hid/hid-sensor-*
5780 F: drivers/iio/*/hid-*
5781 F: include/linux/hid-sensor-*
5782
5783 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5784 M: Thomas Gleixner <tglx@linutronix.de>
5785 L: linux-kernel@vger.kernel.org
5786 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5787 S: Maintained
5788 F: Documentation/timers/
5789 F: kernel/time/hrtimer.c
5790 F: kernel/time/clockevents.c
5791 F: kernel/time/tick*.*
5792 F: kernel/time/timer_*.c
5793 F: include/linux/clockchips.h
5794 F: include/linux/hrtimer.h
5795
5796 HIGH-SPEED SCC DRIVER FOR AX.25
5797 L: linux-hams@vger.kernel.org
5798 S: Orphan
5799 F: drivers/net/hamradio/dmascc.c
5800 F: drivers/net/hamradio/scc.c
5801
5802 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5803 M: HighPoint Linux Team <linux@highpoint-tech.com>
5804 W: http://www.highpoint-tech.com
5805 S: Supported
5806 F: Documentation/scsi/hptiop.txt
5807 F: drivers/scsi/hptiop.c
5808
5809 HIPPI
5810 M: Jes Sorensen <jes@trained-monkey.org>
5811 L: linux-hippi@sunsite.dk
5812 S: Maintained
5813 F: include/linux/hippidevice.h
5814 F: include/uapi/linux/if_hippi.h
5815 F: net/802/hippi.c
5816 F: drivers/net/hippi/
5817
5818 HISILICON NETWORK SUBSYSTEM DRIVER
5819 M: Yisen Zhuang <yisen.zhuang@huawei.com>
5820 M: Salil Mehta <salil.mehta@huawei.com>
5821 L: netdev@vger.kernel.org
5822 W: http://www.hisilicon.com
5823 S: Maintained
5824 F: drivers/net/ethernet/hisilicon/
5825 F: Documentation/devicetree/bindings/net/hisilicon*.txt
5826
5827 HISILICON ROCE DRIVER
5828 M: Lijun Ou <oulijun@huawei.com>
5829 M: Wei Hu(Xavier) <xavier.huwei@huawei.com>
5830 L: linux-rdma@vger.kernel.org
5831 S: Maintained
5832 F: drivers/infiniband/hw/hns/
5833 F: Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
5834
5835 HISILICON SAS Controller
5836 M: John Garry <john.garry@huawei.com>
5837 W: http://www.hisilicon.com
5838 S: Supported
5839 F: drivers/scsi/hisi_sas/
5840 F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5841
5842 HOST AP DRIVER
5843 M: Jouni Malinen <j@w1.fi>
5844 L: linux-wireless@vger.kernel.org
5845 W: http://w1.fi/hostap-driver.html
5846 S: Obsolete
5847 F: drivers/net/wireless/intersil/hostap/
5848
5849 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5850 L: platform-driver-x86@vger.kernel.org
5851 S: Orphan
5852 F: drivers/platform/x86/tc1100-wmi.c
5853
5854 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5855 M: Jaroslav Kysela <perex@perex.cz>
5856 S: Maintained
5857 F: drivers/net/ethernet/hp/hp100.*
5858
5859 HPET: High Precision Event Timers driver
5860 M: Clemens Ladisch <clemens@ladisch.de>
5861 S: Maintained
5862 F: Documentation/timers/hpet.txt
5863 F: drivers/char/hpet.c
5864 F: include/linux/hpet.h
5865 F: include/uapi/linux/hpet.h
5866
5867 HPET: x86
5868 S: Orphan
5869 F: arch/x86/kernel/hpet.c
5870 F: arch/x86/include/asm/hpet.h
5871
5872 HPFS FILESYSTEM
5873 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5874 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5875 S: Maintained
5876 F: fs/hpfs/
5877
5878 HSI SUBSYSTEM
5879 M: Sebastian Reichel <sre@kernel.org>
5880 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5881 S: Maintained
5882 F: Documentation/ABI/testing/sysfs-bus-hsi
5883 F: Documentation/device-drivers/serial-interfaces.rst
5884 F: drivers/hsi/
5885 F: include/linux/hsi/
5886 F: include/uapi/linux/hsi/
5887
5888 HSO 3G MODEM DRIVER
5889 M: Jan Dumon <j.dumon@option.com>
5890 W: http://www.pharscape.org
5891 S: Maintained
5892 F: drivers/net/usb/hso.c
5893
5894 HSR NETWORK PROTOCOL
5895 M: Arvid Brodin <arvid.brodin@alten.se>
5896 L: netdev@vger.kernel.org
5897 S: Maintained
5898 F: net/hsr/
5899
5900 HTCPEN TOUCHSCREEN DRIVER
5901 M: Pau Oliva Fora <pof@eslack.org>
5902 L: linux-input@vger.kernel.org
5903 S: Maintained
5904 F: drivers/input/touchscreen/htcpen.c
5905
5906 HUGETLB FILESYSTEM
5907 M: Nadia Yvette Chambers <nyc@holomorphy.com>
5908 S: Maintained
5909 F: fs/hugetlbfs/
5910
5911 HVA ST MEDIA DRIVER
5912 M: Jean-Christophe Trotin <jean-christophe.trotin@st.com>
5913 L: linux-media@vger.kernel.org
5914 T: git git://linuxtv.org/media_tree.git
5915 W: https://linuxtv.org
5916 S: Supported
5917 F: drivers/media/platform/sti/hva
5918
5919 Hyper-V CORE AND DRIVERS
5920 M: "K. Y. Srinivasan" <kys@microsoft.com>
5921 M: Haiyang Zhang <haiyangz@microsoft.com>
5922 L: devel@linuxdriverproject.org
5923 S: Maintained
5924 F: arch/x86/include/asm/mshyperv.h
5925 F: arch/x86/include/uapi/asm/hyperv.h
5926 F: arch/x86/kernel/cpu/mshyperv.c
5927 F: drivers/hid/hid-hyperv.c
5928 F: drivers/hv/
5929 F: drivers/input/serio/hyperv-keyboard.c
5930 F: drivers/pci/host/pci-hyperv.c
5931 F: drivers/net/hyperv/
5932 F: drivers/scsi/storvsc_drv.c
5933 F: drivers/video/fbdev/hyperv_fb.c
5934 F: include/linux/hyperv.h
5935 F: tools/hv/
5936 F: Documentation/ABI/stable/sysfs-bus-vmbus
5937
5938 I2C MUXES
5939 M: Peter Rosin <peda@axentia.se>
5940 L: linux-i2c@vger.kernel.org
5941 S: Maintained
5942 F: Documentation/i2c/i2c-topology
5943 F: Documentation/i2c/muxes/
5944 F: Documentation/devicetree/bindings/i2c/i2c-mux*
5945 F: Documentation/devicetree/bindings/i2c/i2c-arb*
5946 F: Documentation/devicetree/bindings/i2c/i2c-gate*
5947 F: drivers/i2c/i2c-mux.c
5948 F: drivers/i2c/muxes/
5949 F: include/linux/i2c-mux.h
5950
5951 I2C OVER PARALLEL PORT
5952 M: Jean Delvare <jdelvare@suse.com>
5953 L: linux-i2c@vger.kernel.org
5954 S: Maintained
5955 F: Documentation/i2c/busses/i2c-parport
5956 F: Documentation/i2c/busses/i2c-parport-light
5957 F: drivers/i2c/busses/i2c-parport.c
5958 F: drivers/i2c/busses/i2c-parport-light.c
5959
5960 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5961 M: Jean Delvare <jdelvare@suse.com>
5962 L: linux-i2c@vger.kernel.org
5963 S: Maintained
5964 F: Documentation/i2c/busses/i2c-ali1535
5965 F: Documentation/i2c/busses/i2c-ali1563
5966 F: Documentation/i2c/busses/i2c-ali15x3
5967 F: Documentation/i2c/busses/i2c-amd756
5968 F: Documentation/i2c/busses/i2c-amd8111
5969 F: Documentation/i2c/busses/i2c-i801
5970 F: Documentation/i2c/busses/i2c-nforce2
5971 F: Documentation/i2c/busses/i2c-piix4
5972 F: Documentation/i2c/busses/i2c-sis5595
5973 F: Documentation/i2c/busses/i2c-sis630
5974 F: Documentation/i2c/busses/i2c-sis96x
5975 F: Documentation/i2c/busses/i2c-via
5976 F: Documentation/i2c/busses/i2c-viapro
5977 F: drivers/i2c/busses/i2c-ali1535.c
5978 F: drivers/i2c/busses/i2c-ali1563.c
5979 F: drivers/i2c/busses/i2c-ali15x3.c
5980 F: drivers/i2c/busses/i2c-amd756.c
5981 F: drivers/i2c/busses/i2c-amd756-s4882.c
5982 F: drivers/i2c/busses/i2c-amd8111.c
5983 F: drivers/i2c/busses/i2c-i801.c
5984 F: drivers/i2c/busses/i2c-isch.c
5985 F: drivers/i2c/busses/i2c-nforce2.c
5986 F: drivers/i2c/busses/i2c-nforce2-s4985.c
5987 F: drivers/i2c/busses/i2c-piix4.c
5988 F: drivers/i2c/busses/i2c-sis5595.c
5989 F: drivers/i2c/busses/i2c-sis630.c
5990 F: drivers/i2c/busses/i2c-sis96x.c
5991 F: drivers/i2c/busses/i2c-via.c
5992 F: drivers/i2c/busses/i2c-viapro.c
5993
5994 I2C/SMBUS ISMT DRIVER
5995 M: Seth Heasley <seth.heasley@intel.com>
5996 M: Neil Horman <nhorman@tuxdriver.com>
5997 L: linux-i2c@vger.kernel.org
5998 F: drivers/i2c/busses/i2c-ismt.c
5999 F: Documentation/i2c/busses/i2c-ismt
6000
6001 I2C/SMBUS STUB DRIVER
6002 M: Jean Delvare <jdelvare@suse.com>
6003 L: linux-i2c@vger.kernel.org
6004 S: Maintained
6005 F: drivers/i2c/i2c-stub.c
6006
6007 I2C SUBSYSTEM
6008 M: Wolfram Sang <wsa@the-dreams.de>
6009 L: linux-i2c@vger.kernel.org
6010 W: https://i2c.wiki.kernel.org/
6011 Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
6012 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6013 S: Maintained
6014 F: Documentation/devicetree/bindings/i2c/
6015 F: Documentation/i2c/
6016 F: drivers/i2c/
6017 F: drivers/i2c/*/
6018 F: include/linux/i2c.h
6019 F: include/linux/i2c-*.h
6020 F: include/uapi/linux/i2c.h
6021 F: include/uapi/linux/i2c-*.h
6022
6023 I2C ACPI SUPPORT
6024 M: Mika Westerberg <mika.westerberg@linux.intel.com>
6025 L: linux-i2c@vger.kernel.org
6026 L: linux-acpi@vger.kernel.org
6027 S: Maintained
6028
6029 I2C-TAOS-EVM DRIVER
6030 M: Jean Delvare <jdelvare@suse.com>
6031 L: linux-i2c@vger.kernel.org
6032 S: Maintained
6033 F: Documentation/i2c/busses/i2c-taos-evm
6034 F: drivers/i2c/busses/i2c-taos-evm.c
6035
6036 I2C-TINY-USB DRIVER
6037 M: Till Harbaum <till@harbaum.org>
6038 L: linux-i2c@vger.kernel.org
6039 W: http://www.harbaum.org/till/i2c_tiny_usb
6040 S: Maintained
6041 F: drivers/i2c/busses/i2c-tiny-usb.c
6042
6043 i386 BOOT CODE
6044 M: "H. Peter Anvin" <hpa@zytor.com>
6045 S: Maintained
6046 F: arch/x86/boot/
6047
6048 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6049 M: "H. Peter Anvin" <hpa@zytor.com>
6050 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6051 S: Maintained
6052
6053 IA64 (Itanium) PLATFORM
6054 M: Tony Luck <tony.luck@intel.com>
6055 M: Fenghua Yu <fenghua.yu@intel.com>
6056 L: linux-ia64@vger.kernel.org
6057 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6058 S: Maintained
6059 F: arch/ia64/
6060
6061 IBM Power VMX Cryptographic instructions
6062 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6063 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6064 L: linux-crypto@vger.kernel.org
6065 S: Supported
6066 F: drivers/crypto/vmx/Makefile
6067 F: drivers/crypto/vmx/Kconfig
6068 F: drivers/crypto/vmx/vmx.c
6069 F: drivers/crypto/vmx/aes*
6070 F: drivers/crypto/vmx/ghash*
6071 F: drivers/crypto/vmx/ppc-xlate.pl
6072
6073 IBM Power in-Nest Crypto Acceleration
6074 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6075 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6076 L: linux-crypto@vger.kernel.org
6077 S: Supported
6078 F: drivers/crypto/nx/Makefile
6079 F: drivers/crypto/nx/Kconfig
6080 F: drivers/crypto/nx/nx-aes*
6081 F: drivers/crypto/nx/nx-sha*
6082 F: drivers/crypto/nx/nx.*
6083 F: drivers/crypto/nx/nx_csbcpb.h
6084 F: drivers/crypto/nx/nx_debugfs.h
6085
6086 IBM Power 842 compression accelerator
6087 M: Dan Streetman <ddstreet@ieee.org>
6088 S: Supported
6089 F: drivers/crypto/nx/Makefile
6090 F: drivers/crypto/nx/Kconfig
6091 F: drivers/crypto/nx/nx-842*
6092 F: include/linux/sw842.h
6093 F: crypto/842.c
6094 F: lib/842/
6095
6096 IBM Power Linux RAID adapter
6097 M: Brian King <brking@us.ibm.com>
6098 S: Supported
6099 F: drivers/scsi/ipr.*
6100
6101 IBM Power Virtual Ethernet Device Driver
6102 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6103 L: netdev@vger.kernel.org
6104 S: Supported
6105 F: drivers/net/ethernet/ibm/ibmveth.*
6106
6107 IBM Power SRIOV Virtual NIC Device Driver
6108 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6109 M: John Allen <jallen@linux.vnet.ibm.com>
6110 L: netdev@vger.kernel.org
6111 S: Supported
6112 F: drivers/net/ethernet/ibm/ibmvnic.*
6113
6114 IBM Power Virtual SCSI Device Drivers
6115 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6116 L: linux-scsi@vger.kernel.org
6117 S: Supported
6118 F: drivers/scsi/ibmvscsi/ibmvscsi*
6119 F: include/scsi/viosrp.h
6120
6121 IBM Power Virtual SCSI Device Target Driver
6122 M: Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6123 M: Michael Cyr <mikecyr@linux.vnet.ibm.com>
6124 L: linux-scsi@vger.kernel.org
6125 L: target-devel@vger.kernel.org
6126 S: Supported
6127 F: drivers/scsi/ibmvscsi_tgt/
6128
6129 IBM Power Virtual FC Device Drivers
6130 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6131 L: linux-scsi@vger.kernel.org
6132 S: Supported
6133 F: drivers/scsi/ibmvscsi/ibmvfc*
6134
6135 IBM ServeRAID RAID DRIVER
6136 S: Orphan
6137 F: drivers/scsi/ips.*
6138
6139 ICH LPC AND GPIO DRIVER
6140 M: Peter Tyser <ptyser@xes-inc.com>
6141 S: Maintained
6142 F: drivers/mfd/lpc_ich.c
6143 F: drivers/gpio/gpio-ich.c
6144
6145 IDE SUBSYSTEM
6146 M: "David S. Miller" <davem@davemloft.net>
6147 L: linux-ide@vger.kernel.org
6148 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
6149 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6150 S: Maintained
6151 F: Documentation/ide/
6152 F: drivers/ide/
6153 F: include/linux/ide.h
6154
6155 IDEAPAD LAPTOP EXTRAS DRIVER
6156 M: Ike Panhc <ike.pan@canonical.com>
6157 L: platform-driver-x86@vger.kernel.org
6158 W: http://launchpad.net/ideapad-laptop
6159 S: Maintained
6160 F: drivers/platform/x86/ideapad-laptop.c
6161
6162 IDEAPAD LAPTOP SLIDEBAR DRIVER
6163 M: Andrey Moiseev <o2g.org.ru@gmail.com>
6164 L: linux-input@vger.kernel.org
6165 W: https://github.com/o2genum/ideapad-slidebar
6166 S: Maintained
6167 F: drivers/input/misc/ideapad_slidebar.c
6168
6169 IDE/ATAPI DRIVERS
6170 M: Borislav Petkov <bp@alien8.de>
6171 L: linux-ide@vger.kernel.org
6172 S: Maintained
6173 F: Documentation/cdrom/ide-cd
6174 F: drivers/ide/ide-cd*
6175
6176 IEEE 802.15.4 SUBSYSTEM
6177 M: Alexander Aring <aar@pengutronix.de>
6178 M: Stefan Schmidt <stefan@osg.samsung.com>
6179 L: linux-wpan@vger.kernel.org
6180 W: http://wpan.cakelab.org/
6181 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6182 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6183 S: Maintained
6184 F: net/ieee802154/
6185 F: net/mac802154/
6186 F: drivers/net/ieee802154/
6187 F: include/linux/nl802154.h
6188 F: include/linux/ieee802154.h
6189 F: include/net/nl802154.h
6190 F: include/net/mac802154.h
6191 F: include/net/af_ieee802154.h
6192 F: include/net/cfg802154.h
6193 F: include/net/ieee802154_netdev.h
6194 F: Documentation/networking/ieee802154.txt
6195
6196 IGORPLUG-USB IR RECEIVER
6197 M: Sean Young <sean@mess.org>
6198 L: linux-media@vger.kernel.org
6199 S: Maintained
6200 F: drivers/media/rc/igorplugusb.c
6201
6202 IGUANAWORKS USB IR TRANSCEIVER
6203 M: Sean Young <sean@mess.org>
6204 L: linux-media@vger.kernel.org
6205 S: Maintained
6206 F: drivers/media/rc/iguanair.c
6207
6208 IIO SUBSYSTEM AND DRIVERS
6209 M: Jonathan Cameron <jic23@kernel.org>
6210 R: Hartmut Knaack <knaack.h@gmx.de>
6211 R: Lars-Peter Clausen <lars@metafoo.de>
6212 R: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6213 L: linux-iio@vger.kernel.org
6214 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6215 S: Maintained
6216 F: Documentation/devicetree/bindings/iio/
6217 F: drivers/iio/
6218 F: drivers/staging/iio/
6219 F: include/linux/iio/
6220 F: tools/iio/
6221
6222 IKANOS/ADI EAGLE ADSL USB DRIVER
6223 M: Matthieu Castet <castet.matthieu@free.fr>
6224 M: Stanislaw Gruszka <stf_xl@wp.pl>
6225 S: Maintained
6226 F: drivers/usb/atm/ueagle-atm.c
6227
6228 IMGTEC ASCII LCD DRIVER
6229 M: Paul Burton <paul.burton@imgtec.com>
6230 S: Maintained
6231 F: Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6232 F: drivers/auxdisplay/img-ascii-lcd.c
6233
6234 INA209 HARDWARE MONITOR DRIVER
6235 M: Guenter Roeck <linux@roeck-us.net>
6236 L: linux-hwmon@vger.kernel.org
6237 S: Maintained
6238 F: Documentation/hwmon/ina209
6239 F: Documentation/devicetree/bindings/i2c/ina209.txt
6240 F: drivers/hwmon/ina209.c
6241
6242 INA2XX HARDWARE MONITOR DRIVER
6243 M: Guenter Roeck <linux@roeck-us.net>
6244 L: linux-hwmon@vger.kernel.org
6245 S: Maintained
6246 F: Documentation/hwmon/ina2xx
6247 F: drivers/hwmon/ina2xx.c
6248 F: include/linux/platform_data/ina2xx.h
6249
6250 INDUSTRY PACK SUBSYSTEM (IPACK)
6251 M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6252 M: Jens Taprogge <jens.taprogge@taprogge.org>
6253 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6254 L: industrypack-devel@lists.sourceforge.net
6255 W: http://industrypack.sourceforge.net
6256 S: Maintained
6257 F: drivers/ipack/
6258
6259 INGENIC JZ4780 DMA Driver
6260 M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6261 S: Maintained
6262 F: drivers/dma/dma-jz4780.c
6263
6264 INGENIC JZ4780 NAND DRIVER
6265 M: Harvey Hunt <harveyhuntnexus@gmail.com>
6266 L: linux-mtd@lists.infradead.org
6267 S: Maintained
6268 F: drivers/mtd/nand/jz4780_*
6269
6270 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6271 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6272 M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6273 L: linux-ima-devel@lists.sourceforge.net
6274 L: linux-ima-user@lists.sourceforge.net
6275 L: linux-security-module@vger.kernel.org
6276 T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6277 S: Supported
6278 F: security/integrity/ima/
6279
6280 IMGTEC IR DECODER DRIVER
6281 M: James Hogan <james.hogan@imgtec.com>
6282 S: Maintained
6283 F: drivers/media/rc/img-ir/
6284
6285 IMS TWINTURBO FRAMEBUFFER DRIVER
6286 L: linux-fbdev@vger.kernel.org
6287 S: Orphan
6288 F: drivers/video/fbdev/imsttfb.c
6289
6290 INFINIBAND SUBSYSTEM
6291 M: Doug Ledford <dledford@redhat.com>
6292 M: Sean Hefty <sean.hefty@intel.com>
6293 M: Hal Rosenstock <hal.rosenstock@gmail.com>
6294 L: linux-rdma@vger.kernel.org
6295 W: http://www.openfabrics.org/
6296 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6297 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6298 S: Supported
6299 F: Documentation/infiniband/
6300 F: drivers/infiniband/
6301 F: include/uapi/linux/if_infiniband.h
6302 F: include/uapi/rdma/
6303 F: include/rdma/
6304
6305 INOTIFY
6306 M: John McCutchan <john@johnmccutchan.com>
6307 M: Robert Love <rlove@rlove.org>
6308 M: Eric Paris <eparis@parisplace.org>
6309 S: Maintained
6310 F: Documentation/filesystems/inotify.txt
6311 F: fs/notify/inotify/
6312 F: include/linux/inotify.h
6313 F: include/uapi/linux/inotify.h
6314
6315 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6316 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
6317 L: linux-input@vger.kernel.org
6318 Q: http://patchwork.kernel.org/project/linux-input/list/
6319 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6320 S: Maintained
6321 F: drivers/input/
6322 F: include/linux/input.h
6323 F: include/uapi/linux/input.h
6324 F: include/linux/input/
6325 F: Documentation/devicetree/bindings/input/
6326
6327 INPUT MULTITOUCH (MT) PROTOCOL
6328 M: Henrik Rydberg <rydberg@bitmath.org>
6329 L: linux-input@vger.kernel.org
6330 S: Odd fixes
6331 F: Documentation/input/multi-touch-protocol.txt
6332 F: drivers/input/input-mt.c
6333 K: \b(ABS|SYN)_MT_
6334
6335 INTEL ASoC BDW/HSW DRIVERS
6336 M: Jie Yang <yang.jie@linux.intel.com>
6337 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6338 S: Supported
6339 F: sound/soc/intel/common/sst-dsp*
6340 F: sound/soc/intel/common/sst-firmware.c
6341 F: sound/soc/intel/boards/broadwell.c
6342 F: sound/soc/intel/haswell/
6343
6344 INTEL C600 SERIES SAS CONTROLLER DRIVER
6345 M: Intel SCU Linux support <intel-linux-scu@intel.com>
6346 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6347 L: linux-scsi@vger.kernel.org
6348 T: git git://git.code.sf.net/p/intel-sas/isci
6349 S: Supported
6350 F: drivers/scsi/isci/
6351
6352 INTEL HID EVENT DRIVER
6353 M: Alex Hung <alex.hung@canonical.com>
6354 L: platform-driver-x86@vger.kernel.org
6355 S: Maintained
6356 F: drivers/platform/x86/intel-hid.c
6357
6358 INTEL VIRTUAL BUTTON DRIVER
6359 M: AceLan Kao <acelan.kao@canonical.com>
6360 L: platform-driver-x86@vger.kernel.org
6361 S: Maintained
6362 F: drivers/platform/x86/intel-vbtn.c
6363
6364 INTEL IDLE DRIVER
6365 M: Len Brown <lenb@kernel.org>
6366 L: linux-pm@vger.kernel.org
6367 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6368 S: Supported
6369 F: drivers/idle/intel_idle.c
6370
6371 INTEL INTEGRATED SENSOR HUB DRIVER
6372 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6373 M: Jiri Kosina <jikos@kernel.org>
6374 L: linux-input@vger.kernel.org
6375 S: Maintained
6376 F: drivers/hid/intel-ish-hid/
6377
6378 INTEL PSTATE DRIVER
6379 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6380 M: Len Brown <lenb@kernel.org>
6381 L: linux-pm@vger.kernel.org
6382 S: Supported
6383 F: drivers/cpufreq/intel_pstate.c
6384
6385 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6386 M: Maik Broemme <mbroemme@libmpq.org>
6387 L: linux-fbdev@vger.kernel.org
6388 S: Maintained
6389 F: Documentation/fb/intelfb.txt
6390 F: drivers/video/fbdev/intelfb/
6391
6392 INTEL 810/815 FRAMEBUFFER DRIVER
6393 M: Antonino Daplas <adaplas@gmail.com>
6394 L: linux-fbdev@vger.kernel.org
6395 S: Maintained
6396 F: drivers/video/fbdev/i810/
6397
6398 INTEL MENLOW THERMAL DRIVER
6399 M: Sujith Thomas <sujith.thomas@intel.com>
6400 L: platform-driver-x86@vger.kernel.org
6401 W: https://01.org/linux-acpi
6402 S: Supported
6403 F: drivers/platform/x86/intel_menlow.c
6404
6405 INTEL I/OAT DMA DRIVER
6406 M: Dave Jiang <dave.jiang@intel.com>
6407 R: Dan Williams <dan.j.williams@intel.com>
6408 L: dmaengine@vger.kernel.org
6409 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
6410 S: Supported
6411 F: drivers/dma/ioat*
6412
6413 INTEL IOMMU (VT-d)
6414 M: David Woodhouse <dwmw2@infradead.org>
6415 L: iommu@lists.linux-foundation.org
6416 T: git git://git.infradead.org/iommu-2.6.git
6417 S: Supported
6418 F: drivers/iommu/intel-iommu.c
6419 F: include/linux/intel-iommu.h
6420
6421 INTEL IOP-ADMA DMA DRIVER
6422 R: Dan Williams <dan.j.williams@intel.com>
6423 S: Odd fixes
6424 F: drivers/dma/iop-adma.c
6425
6426 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6427 M: Krzysztof Halasa <khalasa@piap.pl>
6428 S: Maintained
6429 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
6430 F: arch/arm/mach-ixp4xx/include/mach/npe.h
6431 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6432 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
6433 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
6434 F: drivers/net/wan/ixp4xx_hss.c
6435
6436 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6437 M: Deepak Saxena <dsaxena@plexity.net>
6438 S: Maintained
6439 F: drivers/char/hw_random/ixp4xx-rng.c
6440
6441 INTEL ETHERNET DRIVERS
6442 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6443 L: intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6444 W: http://www.intel.com/support/feedback.htm
6445 W: http://e1000.sourceforge.net/
6446 Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6447 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6448 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6449 S: Supported
6450 F: Documentation/networking/e100.txt
6451 F: Documentation/networking/e1000.txt
6452 F: Documentation/networking/e1000e.txt
6453 F: Documentation/networking/igb.txt
6454 F: Documentation/networking/igbvf.txt
6455 F: Documentation/networking/ixgb.txt
6456 F: Documentation/networking/ixgbe.txt
6457 F: Documentation/networking/ixgbevf.txt
6458 F: Documentation/networking/i40e.txt
6459 F: Documentation/networking/i40evf.txt
6460 F: drivers/net/ethernet/intel/
6461 F: drivers/net/ethernet/intel/*/
6462
6463 INTEL RDMA RNIC DRIVER
6464 M: Faisal Latif <faisal.latif@intel.com>
6465 R: Chien Tin Tung <chien.tin.tung@intel.com>
6466 R: Mustafa Ismail <mustafa.ismail@intel.com>
6467 R: Shiraz Saleem <shiraz.saleem@intel.com>
6468 R: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
6469 L: linux-rdma@vger.kernel.org
6470 S: Supported
6471 F: drivers/infiniband/hw/i40iw/
6472
6473 INTEL MERRIFIELD GPIO DRIVER
6474 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6475 L: linux-gpio@vger.kernel.org
6476 S: Maintained
6477 F: drivers/gpio/gpio-merrifield.c
6478
6479 INTEL-MID GPIO DRIVER
6480 M: David Cohen <david.a.cohen@linux.intel.com>
6481 L: linux-gpio@vger.kernel.org
6482 S: Maintained
6483 F: drivers/gpio/gpio-intel-mid.c
6484
6485 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6486 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
6487 L: linux-wireless@vger.kernel.org
6488 S: Maintained
6489 F: Documentation/networking/README.ipw2100
6490 F: Documentation/networking/README.ipw2200
6491 F: drivers/net/wireless/intel/ipw2x00/
6492
6493 INTEL(R) TRACE HUB
6494 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
6495 S: Supported
6496 F: Documentation/trace/intel_th.txt
6497 F: drivers/hwtracing/intel_th/
6498
6499 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6500 M: Ning Sun <ning.sun@intel.com>
6501 L: tboot-devel@lists.sourceforge.net
6502 W: http://tboot.sourceforge.net
6503 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6504 S: Supported
6505 F: Documentation/intel_txt.txt
6506 F: include/linux/tboot.h
6507 F: arch/x86/kernel/tboot.c
6508
6509 INTEL WIRELESS WIMAX CONNECTION 2400
6510 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6511 M: linux-wimax@intel.com
6512 L: wimax@linuxwimax.org (subscribers-only)
6513 S: Supported
6514 W: http://linuxwimax.org
6515 F: Documentation/wimax/README.i2400m
6516 F: drivers/net/wimax/i2400m/
6517 F: include/uapi/linux/wimax/i2400m.h
6518
6519 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6520 M: Stanislaw Gruszka <sgruszka@redhat.com>
6521 L: linux-wireless@vger.kernel.org
6522 S: Supported
6523 F: drivers/net/wireless/intel/iwlegacy/
6524
6525 INTEL WIRELESS WIFI LINK (iwlwifi)
6526 M: Johannes Berg <johannes.berg@intel.com>
6527 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6528 M: Luca Coelho <luciano.coelho@intel.com>
6529 M: Intel Linux Wireless <linuxwifi@intel.com>
6530 L: linux-wireless@vger.kernel.org
6531 W: http://intellinuxwireless.org
6532 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6533 S: Supported
6534 F: drivers/net/wireless/intel/iwlwifi/
6535
6536 INTEL MANAGEMENT ENGINE (mei)
6537 M: Tomas Winkler <tomas.winkler@intel.com>
6538 L: linux-kernel@vger.kernel.org
6539 S: Supported
6540 F: include/uapi/linux/mei.h
6541 F: include/linux/mei_cl_bus.h
6542 F: drivers/misc/mei/*
6543 F: drivers/watchdog/mei_wdt.c
6544 F: Documentation/misc-devices/mei/*
6545 F: samples/mei/*
6546
6547 INTEL MIC DRIVERS (mic)
6548 M: Sudeep Dutt <sudeep.dutt@intel.com>
6549 M: Ashutosh Dixit <ashutosh.dixit@intel.com>
6550 S: Supported
6551 W: https://github.com/sudeepdutt/mic
6552 W: http://software.intel.com/en-us/mic-developer
6553 F: include/linux/mic_bus.h
6554 F: include/linux/scif.h
6555 F: include/uapi/linux/mic_common.h
6556 F: include/uapi/linux/mic_ioctl.h
6557 F: include/uapi/linux/scif_ioctl.h
6558 F: drivers/misc/mic/
6559 F: drivers/dma/mic_x100_dma.c
6560 F: drivers/dma/mic_x100_dma.h
6561 F: Documentation/mic/
6562
6563 INTEL PMC/P-Unit IPC DRIVER
6564 M: Zha Qipeng<qipeng.zha@intel.com>
6565 L: platform-driver-x86@vger.kernel.org
6566 S: Maintained
6567 F: drivers/platform/x86/intel_pmc_ipc.c
6568 F: drivers/platform/x86/intel_punit_ipc.c
6569 F: arch/x86/include/asm/intel_pmc_ipc.h
6570 F: arch/x86/include/asm/intel_punit_ipc.h
6571
6572 INTEL TELEMETRY DRIVER
6573 M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6574 L: platform-driver-x86@vger.kernel.org
6575 S: Maintained
6576 F: arch/x86/include/asm/intel_telemetry.h
6577 F: drivers/platform/x86/intel_telemetry*
6578
6579 INTEL PMC CORE DRIVER
6580 M: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6581 M: Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6582 L: platform-driver-x86@vger.kernel.org
6583 S: Maintained
6584 F: arch/x86/include/asm/pmc_core.h
6585 F: drivers/platform/x86/intel_pmc_core*
6586
6587 IOC3 ETHERNET DRIVER
6588 M: Ralf Baechle <ralf@linux-mips.org>
6589 L: linux-mips@linux-mips.org
6590 S: Maintained
6591 F: drivers/net/ethernet/sgi/ioc3-eth.c
6592
6593 IOC3 SERIAL DRIVER
6594 M: Pat Gefre <pfg@sgi.com>
6595 L: linux-serial@vger.kernel.org
6596 S: Maintained
6597 F: drivers/tty/serial/ioc3_serial.c
6598
6599 IOMMU DRIVERS
6600 M: Joerg Roedel <joro@8bytes.org>
6601 L: iommu@lists.linux-foundation.org
6602 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6603 S: Maintained
6604 F: Documentation/devicetree/bindings/iommu/
6605 F: drivers/iommu/
6606
6607 IP MASQUERADING
6608 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6609 S: Maintained
6610 F: net/ipv4/netfilter/ipt_MASQUERADE.c
6611
6612 IPMI SUBSYSTEM
6613 M: Corey Minyard <minyard@acm.org>
6614 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6615 W: http://openipmi.sourceforge.net/
6616 S: Supported
6617 F: Documentation/IPMI.txt
6618 F: drivers/char/ipmi/
6619 F: include/linux/ipmi*
6620 F: include/uapi/linux/ipmi*
6621
6622 QCOM AUDIO (ASoC) DRIVERS
6623 M: Patrick Lai <plai@codeaurora.org>
6624 M: Banajit Goswami <bgoswami@codeaurora.org>
6625 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6626 S: Supported
6627 F: sound/soc/qcom/
6628
6629 IPS SCSI RAID DRIVER
6630 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6631 L: linux-scsi@vger.kernel.org
6632 W: http://www.adaptec.com/
6633 S: Maintained
6634 F: drivers/scsi/ips*
6635
6636 IPVS
6637 M: Wensong Zhang <wensong@linux-vs.org>
6638 M: Simon Horman <horms@verge.net.au>
6639 M: Julian Anastasov <ja@ssi.bg>
6640 L: netdev@vger.kernel.org
6641 L: lvs-devel@vger.kernel.org
6642 S: Maintained
6643 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6644 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6645 F: Documentation/networking/ipvs-sysctl.txt
6646 F: include/net/ip_vs.h
6647 F: include/uapi/linux/ip_vs.h
6648 F: net/netfilter/ipvs/
6649
6650 IPWIRELESS DRIVER
6651 M: Jiri Kosina <jikos@kernel.org>
6652 M: David Sterba <dsterba@suse.com>
6653 S: Odd Fixes
6654 F: drivers/tty/ipwireless/
6655
6656 IPX NETWORK LAYER
6657 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6658 L: netdev@vger.kernel.org
6659 S: Maintained
6660 F: include/net/ipx.h
6661 F: include/uapi/linux/ipx.h
6662 F: net/ipx/
6663
6664 IRDA SUBSYSTEM
6665 M: Samuel Ortiz <samuel@sortiz.org>
6666 L: irda-users@lists.sourceforge.net (subscribers-only)
6667 L: netdev@vger.kernel.org
6668 W: http://irda.sourceforge.net/
6669 S: Maintained
6670 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6671 F: Documentation/networking/irda.txt
6672 F: drivers/net/irda/
6673 F: include/net/irda/
6674 F: net/irda/
6675
6676 IRQ SUBSYSTEM
6677 M: Thomas Gleixner <tglx@linutronix.de>
6678 L: linux-kernel@vger.kernel.org
6679 S: Maintained
6680 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6681 F: kernel/irq/
6682
6683 IRQCHIP DRIVERS
6684 M: Thomas Gleixner <tglx@linutronix.de>
6685 M: Jason Cooper <jason@lakedaemon.net>
6686 M: Marc Zyngier <marc.zyngier@arm.com>
6687 L: linux-kernel@vger.kernel.org
6688 S: Maintained
6689 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6690 T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6691 F: Documentation/devicetree/bindings/interrupt-controller/
6692 F: drivers/irqchip/
6693
6694 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6695 M: Marc Zyngier <marc.zyngier@arm.com>
6696 S: Maintained
6697 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6698 F: Documentation/IRQ-domain.txt
6699 F: include/linux/irqdomain.h
6700 F: kernel/irq/irqdomain.c
6701 F: kernel/irq/msi.c
6702
6703 ISA
6704 M: William Breathitt Gray <vilhelm.gray@gmail.com>
6705 S: Maintained
6706 F: Documentation/isa.txt
6707 F: drivers/base/isa.c
6708 F: include/linux/isa.h
6709
6710 ISAPNP
6711 M: Jaroslav Kysela <perex@perex.cz>
6712 S: Maintained
6713 F: Documentation/isapnp.txt
6714 F: drivers/pnp/isapnp/
6715 F: include/linux/isapnp.h
6716
6717 ISA RADIO MODULE
6718 M: Hans Verkuil <hverkuil@xs4all.nl>
6719 L: linux-media@vger.kernel.org
6720 T: git git://linuxtv.org/media_tree.git
6721 W: https://linuxtv.org
6722 S: Maintained
6723 F: drivers/media/radio/radio-isa*
6724
6725 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6726 M: Peter Jones <pjones@redhat.com>
6727 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
6728 S: Maintained
6729 F: drivers/firmware/iscsi_ibft*
6730
6731 ISCSI
6732 M: Lee Duncan <lduncan@suse.com>
6733 M: Chris Leech <cleech@redhat.com>
6734 L: open-iscsi@googlegroups.com
6735 W: www.open-iscsi.com
6736 S: Maintained
6737 F: drivers/scsi/*iscsi*
6738 F: include/scsi/*iscsi*
6739
6740 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6741 M: Or Gerlitz <ogerlitz@mellanox.com>
6742 M: Sagi Grimberg <sagi@grimberg.me>
6743 M: Roi Dayan <roid@mellanox.com>
6744 L: linux-rdma@vger.kernel.org
6745 S: Supported
6746 W: http://www.openfabrics.org
6747 W: www.open-iscsi.org
6748 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6749 F: drivers/infiniband/ulp/iser/
6750
6751 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6752 M: Sagi Grimberg <sagi@grimberg.me>
6753 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6754 L: linux-rdma@vger.kernel.org
6755 L: target-devel@vger.kernel.org
6756 S: Supported
6757 W: http://www.linux-iscsi.org
6758 F: drivers/infiniband/ulp/isert
6759
6760 ISDN SUBSYSTEM
6761 M: Karsten Keil <isdn@linux-pingi.de>
6762 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6763 L: netdev@vger.kernel.org
6764 W: http://www.isdn4linux.de
6765 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6766 S: Maintained
6767 F: Documentation/isdn/
6768 F: drivers/isdn/
6769 F: include/linux/isdn.h
6770 F: include/linux/isdn/
6771 F: include/uapi/linux/isdn.h
6772 F: include/uapi/linux/isdn/
6773
6774 ISDN SUBSYSTEM (Eicon active card driver)
6775 M: Armin Schindler <mac@melware.de>
6776 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6777 W: http://www.melware.de
6778 S: Maintained
6779 F: drivers/isdn/hardware/eicon/
6780
6781 IT87 HARDWARE MONITORING DRIVER
6782 M: Jean Delvare <jdelvare@suse.com>
6783 L: linux-hwmon@vger.kernel.org
6784 S: Maintained
6785 F: Documentation/hwmon/it87
6786 F: drivers/hwmon/it87.c
6787
6788 IT913X MEDIA DRIVER
6789 M: Antti Palosaari <crope@iki.fi>
6790 L: linux-media@vger.kernel.org
6791 W: https://linuxtv.org
6792 W: http://palosaari.fi/linux/
6793 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6794 T: git git://linuxtv.org/anttip/media_tree.git
6795 S: Maintained
6796 F: drivers/media/tuners/it913x*
6797
6798 IVTV VIDEO4LINUX DRIVER
6799 M: Andy Walls <awalls@md.metrocast.net>
6800 L: ivtv-devel@ivtvdriver.org (subscribers-only)
6801 L: linux-media@vger.kernel.org
6802 T: git git://linuxtv.org/media_tree.git
6803 W: http://www.ivtvdriver.org
6804 S: Maintained
6805 F: Documentation/media/v4l-drivers/ivtv*
6806 F: drivers/media/pci/ivtv/
6807 F: include/uapi/linux/ivtv*
6808
6809 IX2505V MEDIA DRIVER
6810 M: Malcolm Priestley <tvboxspy@gmail.com>
6811 L: linux-media@vger.kernel.org
6812 W: https://linuxtv.org
6813 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6814 S: Maintained
6815 F: drivers/media/dvb-frontends/ix2505v*
6816
6817 JC42.4 TEMPERATURE SENSOR DRIVER
6818 M: Guenter Roeck <linux@roeck-us.net>
6819 L: linux-hwmon@vger.kernel.org
6820 S: Maintained
6821 F: drivers/hwmon/jc42.c
6822 F: Documentation/hwmon/jc42
6823
6824 JFS FILESYSTEM
6825 M: Dave Kleikamp <shaggy@kernel.org>
6826 L: jfs-discussion@lists.sourceforge.net
6827 W: http://jfs.sourceforge.net/
6828 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6829 S: Maintained
6830 F: Documentation/filesystems/jfs.txt
6831 F: fs/jfs/
6832
6833 JME NETWORK DRIVER
6834 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
6835 L: netdev@vger.kernel.org
6836 S: Maintained
6837 F: drivers/net/ethernet/jme.*
6838
6839 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6840 M: David Woodhouse <dwmw2@infradead.org>
6841 L: linux-mtd@lists.infradead.org
6842 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
6843 S: Maintained
6844 F: fs/jffs2/
6845 F: include/uapi/linux/jffs2.h
6846
6847 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6848 M: "Theodore Ts'o" <tytso@mit.edu>
6849 M: Jan Kara <jack@suse.com>
6850 L: linux-ext4@vger.kernel.org
6851 S: Maintained
6852 F: fs/jbd2/
6853 F: include/linux/jbd2.h
6854
6855 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6856 M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6857 L: linux-media@vger.kernel.org
6858 S: Maintained
6859 F: drivers/media/platform/rcar_jpu.c
6860
6861 JSM Neo PCI based serial card
6862 M: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6863 L: linux-serial@vger.kernel.org
6864 S: Maintained
6865 F: drivers/tty/serial/jsm/
6866
6867 K10TEMP HARDWARE MONITORING DRIVER
6868 M: Clemens Ladisch <clemens@ladisch.de>
6869 L: linux-hwmon@vger.kernel.org
6870 S: Maintained
6871 F: Documentation/hwmon/k10temp
6872 F: drivers/hwmon/k10temp.c
6873
6874 K8TEMP HARDWARE MONITORING DRIVER
6875 M: Rudolf Marek <r.marek@assembler.cz>
6876 L: linux-hwmon@vger.kernel.org
6877 S: Maintained
6878 F: Documentation/hwmon/k8temp
6879 F: drivers/hwmon/k8temp.c
6880
6881 KASAN
6882 M: Andrey Ryabinin <aryabinin@virtuozzo.com>
6883 R: Alexander Potapenko <glider@google.com>
6884 R: Dmitry Vyukov <dvyukov@google.com>
6885 L: kasan-dev@googlegroups.com
6886 S: Maintained
6887 F: arch/*/include/asm/kasan.h
6888 F: arch/*/mm/kasan_init*
6889 F: Documentation/dev-tools/kasan.rst
6890 F: include/linux/kasan*.h
6891 F: lib/test_kasan.c
6892 F: mm/kasan/
6893 F: scripts/Makefile.kasan
6894
6895 KCONFIG
6896 M: "Yann E. MORIN" <yann.morin.1998@free.fr>
6897 L: linux-kbuild@vger.kernel.org
6898 T: git git://gitorious.org/linux-kconfig/linux-kconfig
6899 S: Maintained
6900 F: Documentation/kbuild/kconfig-language.txt
6901 F: scripts/kconfig/
6902
6903 KDUMP
6904 M: Dave Young <dyoung@redhat.com>
6905 M: Baoquan He <bhe@redhat.com>
6906 R: Vivek Goyal <vgoyal@redhat.com>
6907 L: kexec@lists.infradead.org
6908 W: http://lse.sourceforge.net/kdump/
6909 S: Maintained
6910 F: Documentation/kdump/
6911
6912 KEENE FM RADIO TRANSMITTER DRIVER
6913 M: Hans Verkuil <hverkuil@xs4all.nl>
6914 L: linux-media@vger.kernel.org
6915 T: git git://linuxtv.org/media_tree.git
6916 W: https://linuxtv.org
6917 S: Maintained
6918 F: drivers/media/radio/radio-keene*
6919
6920 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6921 M: Ian Kent <raven@themaw.net>
6922 L: autofs@vger.kernel.org
6923 S: Maintained
6924 F: fs/autofs4/
6925
6926 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6927 M: Michal Marek <mmarek@suse.com>
6928 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6929 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6930 L: linux-kbuild@vger.kernel.org
6931 S: Maintained
6932 F: Documentation/kbuild/
6933 F: Makefile
6934 F: scripts/Makefile.*
6935 F: scripts/basic/
6936 F: scripts/mk*
6937 F: scripts/package/
6938
6939 KERNEL JANITORS
6940 L: kernel-janitors@vger.kernel.org
6941 W: http://kernelnewbies.org/KernelJanitors
6942 S: Odd Fixes
6943
6944 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6945 M: "J. Bruce Fields" <bfields@fieldses.org>
6946 M: Jeff Layton <jlayton@poochiereds.net>
6947 L: linux-nfs@vger.kernel.org
6948 W: http://nfs.sourceforge.net/
6949 T: git git://linux-nfs.org/~bfields/linux.git
6950 S: Supported
6951 F: fs/nfsd/
6952 F: include/uapi/linux/nfsd/
6953 F: fs/lockd/
6954 F: fs/nfs_common/
6955 F: net/sunrpc/
6956 F: include/linux/lockd/
6957 F: include/linux/sunrpc/
6958 F: include/uapi/linux/sunrpc/
6959
6960 KERNEL SELFTEST FRAMEWORK
6961 M: Shuah Khan <shuahkh@osg.samsung.com>
6962 M: Shuah Khan <shuah@kernel.org>
6963 L: linux-kselftest@vger.kernel.org
6964 T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6965 S: Maintained
6966 F: tools/testing/selftests
6967
6968 KERNEL VIRTUAL MACHINE (KVM)
6969 M: Paolo Bonzini <pbonzini@redhat.com>
6970 M: Radim Krčmář <rkrcmar@redhat.com>
6971 L: kvm@vger.kernel.org
6972 W: http://www.linux-kvm.org
6973 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6974 S: Supported
6975 F: Documentation/*/kvm*.txt
6976 F: Documentation/virtual/kvm/
6977 F: arch/*/kvm/
6978 F: arch/x86/kernel/kvm.c
6979 F: arch/x86/kernel/kvmclock.c
6980 F: arch/*/include/asm/kvm*
6981 F: include/linux/kvm*
6982 F: include/uapi/linux/kvm*
6983 F: virt/kvm/
6984 F: tools/kvm/
6985
6986 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6987 M: Joerg Roedel <joro@8bytes.org>
6988 L: kvm@vger.kernel.org
6989 W: http://www.linux-kvm.org/
6990 S: Maintained
6991 F: arch/x86/include/asm/svm.h
6992 F: arch/x86/kvm/svm.c
6993
6994 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6995 M: Alexander Graf <agraf@suse.com>
6996 L: kvm-ppc@vger.kernel.org
6997 W: http://www.linux-kvm.org/
6998 T: git git://github.com/agraf/linux-2.6.git
6999 S: Supported
7000 F: arch/powerpc/include/asm/kvm*
7001 F: arch/powerpc/kvm/
7002
7003 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7004 M: Christian Borntraeger <borntraeger@de.ibm.com>
7005 M: Cornelia Huck <cornelia.huck@de.ibm.com>
7006 L: linux-s390@vger.kernel.org
7007 W: http://www.ibm.com/developerworks/linux/linux390/
7008 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7009 S: Supported
7010 F: Documentation/s390/kvm.txt
7011 F: arch/s390/include/asm/kvm*
7012 F: arch/s390/kvm/
7013
7014 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
7015 M: Christoffer Dall <christoffer.dall@linaro.org>
7016 M: Marc Zyngier <marc.zyngier@arm.com>
7017 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7018 L: kvmarm@lists.cs.columbia.edu
7019 W: http://systems.cs.columbia.edu/projects/kvm-arm
7020 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7021 S: Supported
7022 F: arch/arm/include/uapi/asm/kvm*
7023 F: arch/arm/include/asm/kvm*
7024 F: arch/arm/kvm/
7025 F: virt/kvm/arm/
7026 F: include/kvm/arm_*
7027
7028 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7029 M: Christoffer Dall <christoffer.dall@linaro.org>
7030 M: Marc Zyngier <marc.zyngier@arm.com>
7031 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7032 L: kvmarm@lists.cs.columbia.edu
7033 S: Maintained
7034 F: arch/arm64/include/uapi/asm/kvm*
7035 F: arch/arm64/include/asm/kvm*
7036 F: arch/arm64/kvm/
7037
7038 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7039 M: James Hogan <james.hogan@imgtec.com>
7040 L: linux-mips@linux-mips.org
7041 S: Supported
7042 F: arch/mips/include/uapi/asm/kvm*
7043 F: arch/mips/include/asm/kvm*
7044 F: arch/mips/kvm/
7045
7046 KEXEC
7047 M: Eric Biederman <ebiederm@xmission.com>
7048 W: http://kernel.org/pub/linux/utils/kernel/kexec/
7049 L: kexec@lists.infradead.org
7050 S: Maintained
7051 F: include/linux/kexec.h
7052 F: include/uapi/linux/kexec.h
7053 F: kernel/kexec*
7054
7055 KEYS/KEYRINGS:
7056 M: David Howells <dhowells@redhat.com>
7057 L: keyrings@vger.kernel.org
7058 S: Maintained
7059 F: Documentation/security/keys.txt
7060 F: include/linux/key.h
7061 F: include/linux/key-type.h
7062 F: include/linux/keyctl.h
7063 F: include/uapi/linux/keyctl.h
7064 F: include/keys/
7065 F: security/keys/
7066
7067 KEYS-TRUSTED
7068 M: David Safford <safford@us.ibm.com>
7069 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
7070 L: linux-security-module@vger.kernel.org
7071 L: keyrings@vger.kernel.org
7072 S: Supported
7073 F: Documentation/security/keys-trusted-encrypted.txt
7074 F: include/keys/trusted-type.h
7075 F: security/keys/trusted.c
7076 F: security/keys/trusted.h
7077
7078 KEYS-ENCRYPTED
7079 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
7080 M: David Safford <safford@us.ibm.com>
7081 L: linux-security-module@vger.kernel.org
7082 L: keyrings@vger.kernel.org
7083 S: Supported
7084 F: Documentation/security/keys-trusted-encrypted.txt
7085 F: include/keys/encrypted-type.h
7086 F: security/keys/encrypted-keys/
7087
7088 KGDB / KDB /debug_core
7089 M: Jason Wessel <jason.wessel@windriver.com>
7090 W: http://kgdb.wiki.kernel.org/
7091 L: kgdb-bugreport@lists.sourceforge.net
7092 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7093 S: Maintained
7094 F: Documentation/DocBook/kgdb.tmpl
7095 F: drivers/misc/kgdbts.c
7096 F: drivers/tty/serial/kgdboc.c
7097 F: include/linux/kdb.h
7098 F: include/linux/kgdb.h
7099 F: kernel/debug/
7100
7101 KMEMCHECK
7102 M: Vegard Nossum <vegardno@ifi.uio.no>
7103 M: Pekka Enberg <penberg@kernel.org>
7104 S: Maintained
7105 F: Documentation/dev-tools/kmemcheck.rst
7106 F: arch/x86/include/asm/kmemcheck.h
7107 F: arch/x86/mm/kmemcheck/
7108 F: include/linux/kmemcheck.h
7109 F: mm/kmemcheck.c
7110
7111 KMEMLEAK
7112 M: Catalin Marinas <catalin.marinas@arm.com>
7113 S: Maintained
7114 F: Documentation/dev-tools/kmemleak.rst
7115 F: include/linux/kmemleak.h
7116 F: mm/kmemleak.c
7117 F: mm/kmemleak-test.c
7118
7119 KPROBES
7120 M: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7121 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7122 M: "David S. Miller" <davem@davemloft.net>
7123 M: Masami Hiramatsu <mhiramat@kernel.org>
7124 S: Maintained
7125 F: Documentation/kprobes.txt
7126 F: include/linux/kprobes.h
7127 F: kernel/kprobes.c
7128
7129 KS0108 LCD CONTROLLER DRIVER
7130 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7131 W: http://miguelojeda.es/auxdisplay.htm
7132 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7133 S: Maintained
7134 F: Documentation/auxdisplay/ks0108
7135 F: drivers/auxdisplay/ks0108.c
7136 F: include/linux/ks0108.h
7137
7138 L3MDEV
7139 M: David Ahern <dsa@cumulusnetworks.com>
7140 L: netdev@vger.kernel.org
7141 S: Maintained
7142 F: net/l3mdev
7143 F: include/net/l3mdev.h
7144
7145 LANTIQ MIPS ARCHITECTURE
7146 M: John Crispin <john@phrozen.org>
7147 L: linux-mips@linux-mips.org
7148 S: Maintained
7149 F: arch/mips/lantiq
7150
7151 LAPB module
7152 L: linux-x25@vger.kernel.org
7153 S: Orphan
7154 F: Documentation/networking/lapb-module.txt
7155 F: include/*/lapb.h
7156 F: net/lapb/
7157
7158 LASI 53c700 driver for PARISC
7159 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7160 L: linux-scsi@vger.kernel.org
7161 S: Maintained
7162 F: Documentation/scsi/53c700.txt
7163 F: drivers/scsi/53c700*
7164
7165 LED SUBSYSTEM
7166 M: Richard Purdie <rpurdie@rpsys.net>
7167 M: Jacek Anaszewski <j.anaszewski@samsung.com>
7168 M: Pavel Machek <pavel@ucw.cz>
7169 L: linux-leds@vger.kernel.org
7170 T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7171 S: Maintained
7172 F: Documentation/devicetree/bindings/leds/
7173 F: drivers/leds/
7174 F: include/linux/leds.h
7175
7176 LEGACY EEPROM DRIVER
7177 M: Jean Delvare <jdelvare@suse.com>
7178 S: Maintained
7179 F: Documentation/misc-devices/eeprom
7180 F: drivers/misc/eeprom/eeprom.c
7181
7182 LEGO USB Tower driver
7183 M: Juergen Stuber <starblue@users.sourceforge.net>
7184 L: legousb-devel@lists.sourceforge.net
7185 W: http://legousb.sourceforge.net/
7186 S: Maintained
7187 F: drivers/usb/misc/legousbtower.c
7188
7189 LG2160 MEDIA DRIVER
7190 M: Michael Krufky <mkrufky@linuxtv.org>
7191 L: linux-media@vger.kernel.org
7192 W: https://linuxtv.org
7193 W: http://github.com/mkrufky
7194 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7195 T: git git://linuxtv.org/mkrufky/tuners.git
7196 S: Maintained
7197 F: drivers/media/dvb-frontends/lg2160.*
7198
7199 LGDT3305 MEDIA DRIVER
7200 M: Michael Krufky <mkrufky@linuxtv.org>
7201 L: linux-media@vger.kernel.org
7202 W: https://linuxtv.org
7203 W: http://github.com/mkrufky
7204 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7205 T: git git://linuxtv.org/mkrufky/tuners.git
7206 S: Maintained
7207 F: drivers/media/dvb-frontends/lgdt3305.*
7208
7209 LGUEST
7210 M: Rusty Russell <rusty@rustcorp.com.au>
7211 L: lguest@lists.ozlabs.org
7212 W: http://lguest.ozlabs.org/
7213 S: Odd Fixes
7214 F: arch/x86/include/asm/lguest*.h
7215 F: arch/x86/lguest/
7216 F: drivers/lguest/
7217 F: include/linux/lguest*.h
7218 F: tools/lguest/
7219
7220 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7221 M: Tejun Heo <tj@kernel.org>
7222 L: linux-ide@vger.kernel.org
7223 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7224 S: Maintained
7225 F: drivers/ata/
7226 F: include/linux/ata.h
7227 F: include/linux/libata.h
7228 F: Documentation/devicetree/bindings/ata/
7229
7230 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7231 M: Viresh Kumar <vireshk@kernel.org>
7232 L: linux-ide@vger.kernel.org
7233 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7234 S: Maintained
7235 F: include/linux/pata_arasan_cf_data.h
7236 F: drivers/ata/pata_arasan_cf.c
7237
7238 LIBATA PATA DRIVERS
7239 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7240 M: Tejun Heo <tj@kernel.org>
7241 L: linux-ide@vger.kernel.org
7242 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7243 S: Maintained
7244 F: drivers/ata/pata_*.c
7245 F: drivers/ata/ata_generic.c
7246
7247 LIBATA SATA AHCI PLATFORM devices support
7248 M: Hans de Goede <hdegoede@redhat.com>
7249 M: Tejun Heo <tj@kernel.org>
7250 L: linux-ide@vger.kernel.org
7251 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7252 S: Maintained
7253 F: drivers/ata/ahci_platform.c
7254 F: drivers/ata/libahci_platform.c
7255 F: include/linux/ahci_platform.h
7256
7257 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7258 M: Mikael Pettersson <mikpelinux@gmail.com>
7259 L: linux-ide@vger.kernel.org
7260 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7261 S: Maintained
7262 F: drivers/ata/sata_promise.*
7263
7264 LIBLOCKDEP
7265 M: Sasha Levin <sasha.levin@oracle.com>
7266 S: Maintained
7267 F: tools/lib/lockdep/
7268
7269 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7270 M: Dan Williams <dan.j.williams@intel.com>
7271 L: linux-nvdimm@lists.01.org
7272 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7273 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7274 S: Supported
7275 F: drivers/nvdimm/*
7276 F: include/linux/nd.h
7277 F: include/linux/libnvdimm.h
7278 F: include/uapi/linux/ndctl.h
7279
7280 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7281 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7282 L: linux-nvdimm@lists.01.org
7283 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7284 S: Supported
7285 F: drivers/nvdimm/blk.c
7286 F: drivers/nvdimm/region_devs.c
7287 F: drivers/acpi/nfit*
7288
7289 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7290 M: Vishal Verma <vishal.l.verma@intel.com>
7291 L: linux-nvdimm@lists.01.org
7292 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7293 S: Supported
7294 F: drivers/nvdimm/btt*
7295
7296 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7297 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7298 L: linux-nvdimm@lists.01.org
7299 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7300 S: Supported
7301 F: drivers/nvdimm/pmem.c
7302 F: include/linux/pmem.h
7303 F: arch/*/include/asm/pmem.h
7304
7305 LIGHTNVM PLATFORM SUPPORT
7306 M: Matias Bjorling <mb@lightnvm.io>
7307 W: http://github/OpenChannelSSD
7308 L: linux-block@vger.kernel.org
7309 S: Maintained
7310 F: drivers/lightnvm/
7311 F: include/linux/lightnvm.h
7312 F: include/uapi/linux/lightnvm.h
7313
7314 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7315 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7316 M: Paul Mackerras <paulus@samba.org>
7317 M: Michael Ellerman <mpe@ellerman.id.au>
7318 W: https://github.com/linuxppc/linux/wiki
7319 L: linuxppc-dev@lists.ozlabs.org
7320 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7321 T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7322 S: Supported
7323 F: Documentation/powerpc/
7324 F: arch/powerpc/
7325 F: drivers/char/tpm/tpm_ibmvtpm*
7326 F: drivers/crypto/nx/
7327 F: drivers/crypto/vmx/
7328 F: drivers/net/ethernet/ibm/ibmveth.*
7329 F: drivers/net/ethernet/ibm/ibmvnic.*
7330 F: drivers/pci/hotplug/pnv_php.c
7331 F: drivers/pci/hotplug/rpa*
7332 F: drivers/scsi/ibmvscsi/
7333 F: tools/testing/selftests/powerpc
7334 N: opal
7335 N: /pmac
7336 N: powermac
7337 N: powernv
7338 N: [^a-z0-9]ps3
7339 N: pseries
7340
7341 LINUX FOR POWER MACINTOSH
7342 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7343 W: http://www.penguinppc.org/
7344 L: linuxppc-dev@lists.ozlabs.org
7345 S: Maintained
7346 F: arch/powerpc/platforms/powermac/
7347 F: drivers/macintosh/
7348
7349 LINUX FOR POWERPC EMBEDDED MPC5XXX
7350 M: Anatolij Gustschin <agust@denx.de>
7351 L: linuxppc-dev@lists.ozlabs.org
7352 T: git git://git.denx.de/linux-denx-agust.git
7353 S: Maintained
7354 F: arch/powerpc/platforms/512x/
7355 F: arch/powerpc/platforms/52xx/
7356
7357 LINUX FOR POWERPC EMBEDDED PPC4XX
7358 M: Alistair Popple <alistair@popple.id.au>
7359 M: Matt Porter <mporter@kernel.crashing.org>
7360 W: http://www.penguinppc.org/
7361 L: linuxppc-dev@lists.ozlabs.org
7362 S: Maintained
7363 F: arch/powerpc/platforms/40x/
7364 F: arch/powerpc/platforms/44x/
7365
7366 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7367 L: linuxppc-dev@lists.ozlabs.org
7368 S: Orphan
7369 F: arch/powerpc/*/*virtex*
7370 F: arch/powerpc/*/*/*virtex*
7371
7372 LINUX FOR POWERPC EMBEDDED PPC8XX
7373 M: Vitaly Bordug <vitb@kernel.crashing.org>
7374 W: http://www.penguinppc.org/
7375 L: linuxppc-dev@lists.ozlabs.org
7376 S: Maintained
7377 F: arch/powerpc/platforms/8xx/
7378
7379 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7380 M: Scott Wood <oss@buserror.net>
7381 M: Kumar Gala <galak@kernel.crashing.org>
7382 W: http://www.penguinppc.org/
7383 L: linuxppc-dev@lists.ozlabs.org
7384 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7385 S: Maintained
7386 F: arch/powerpc/platforms/83xx/
7387 F: arch/powerpc/platforms/85xx/
7388
7389 LINUX FOR POWERPC PA SEMI PWRFICIENT
7390 L: linuxppc-dev@lists.ozlabs.org
7391 S: Orphan
7392 F: arch/powerpc/platforms/pasemi/
7393 F: drivers/*/*pasemi*
7394 F: drivers/*/*/*pasemi*
7395
7396 LINUX SECURITY MODULE (LSM) FRAMEWORK
7397 M: Chris Wright <chrisw@sous-sol.org>
7398 L: linux-security-module@vger.kernel.org
7399 S: Supported
7400
7401 LIS3LV02D ACCELEROMETER DRIVER
7402 M: Eric Piel <eric.piel@tremplin-utc.net>
7403 S: Maintained
7404 F: Documentation/misc-devices/lis3lv02d
7405 F: drivers/misc/lis3lv02d/
7406 F: drivers/platform/x86/hp_accel.c
7407
7408 LIVE PATCHING
7409 M: Josh Poimboeuf <jpoimboe@redhat.com>
7410 M: Jessica Yu <jeyu@redhat.com>
7411 M: Jiri Kosina <jikos@kernel.org>
7412 M: Miroslav Benes <mbenes@suse.cz>
7413 R: Petr Mladek <pmladek@suse.com>
7414 S: Maintained
7415 F: kernel/livepatch/
7416 F: include/linux/livepatch.h
7417 F: arch/x86/include/asm/livepatch.h
7418 F: arch/x86/kernel/livepatch.c
7419 F: Documentation/livepatch/
7420 F: Documentation/ABI/testing/sysfs-kernel-livepatch
7421 F: samples/livepatch/
7422 L: live-patching@vger.kernel.org
7423 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7424
7425 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7426 M: Kees Cook <keescook@chromium.org>
7427 S: Maintained
7428 F: drivers/misc/lkdtm*
7429
7430 LLC (802.2)
7431 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7432 S: Maintained
7433 F: include/linux/llc.h
7434 F: include/uapi/linux/llc.h
7435 F: include/net/llc*
7436 F: net/llc/
7437
7438 LM73 HARDWARE MONITOR DRIVER
7439 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
7440 L: linux-hwmon@vger.kernel.org
7441 S: Maintained
7442 F: drivers/hwmon/lm73.c
7443
7444 LM78 HARDWARE MONITOR DRIVER
7445 M: Jean Delvare <jdelvare@suse.com>
7446 L: linux-hwmon@vger.kernel.org
7447 S: Maintained
7448 F: Documentation/hwmon/lm78
7449 F: drivers/hwmon/lm78.c
7450
7451 LM83 HARDWARE MONITOR DRIVER
7452 M: Jean Delvare <jdelvare@suse.com>
7453 L: linux-hwmon@vger.kernel.org
7454 S: Maintained
7455 F: Documentation/hwmon/lm83
7456 F: drivers/hwmon/lm83.c
7457
7458 LM90 HARDWARE MONITOR DRIVER
7459 M: Jean Delvare <jdelvare@suse.com>
7460 L: linux-hwmon@vger.kernel.org
7461 S: Maintained
7462 F: Documentation/hwmon/lm90
7463 F: Documentation/devicetree/bindings/hwmon/lm90.txt
7464 F: drivers/hwmon/lm90.c
7465
7466 LM95234 HARDWARE MONITOR DRIVER
7467 M: Guenter Roeck <linux@roeck-us.net>
7468 L: linux-hwmon@vger.kernel.org
7469 S: Maintained
7470 F: Documentation/hwmon/lm95234
7471 F: drivers/hwmon/lm95234.c
7472
7473 LME2510 MEDIA DRIVER
7474 M: Malcolm Priestley <tvboxspy@gmail.com>
7475 L: linux-media@vger.kernel.org
7476 W: https://linuxtv.org
7477 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7478 S: Maintained
7479 F: drivers/media/usb/dvb-usb-v2/lmedm04*
7480
7481 LOCKING PRIMITIVES
7482 M: Peter Zijlstra <peterz@infradead.org>
7483 M: Ingo Molnar <mingo@redhat.com>
7484 L: linux-kernel@vger.kernel.org
7485 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7486 S: Maintained
7487 F: Documentation/locking/
7488 F: include/linux/lockdep.h
7489 F: include/linux/spinlock*.h
7490 F: arch/*/include/asm/spinlock*.h
7491 F: include/linux/rwlock*.h
7492 F: include/linux/mutex*.h
7493 F: arch/*/include/asm/mutex*.h
7494 F: include/linux/rwsem*.h
7495 F: arch/*/include/asm/rwsem.h
7496 F: include/linux/seqlock.h
7497 F: lib/locking*.[ch]
7498 F: kernel/locking/
7499
7500 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7501 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
7502 L: linux-ntfs-dev@lists.sourceforge.net
7503 W: http://www.linux-ntfs.org/content/view/19/37/
7504 S: Maintained
7505 F: Documentation/ldm.txt
7506 F: block/partitions/ldm.*
7507
7508 LogFS
7509 M: Joern Engel <joern@logfs.org>
7510 M: Prasad Joshi <prasadjoshi.linux@gmail.com>
7511 L: logfs@logfs.org
7512 W: logfs.org
7513 S: Maintained
7514 F: fs/logfs/
7515
7516 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7517 M: Sathya Prakash <sathya.prakash@broadcom.com>
7518 M: Chaitra P B <chaitra.basappa@broadcom.com>
7519 M: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7520 L: MPT-FusionLinux.pdl@broadcom.com
7521 L: linux-scsi@vger.kernel.org
7522 W: http://www.avagotech.com/support/
7523 S: Supported
7524 F: drivers/message/fusion/
7525 F: drivers/scsi/mpt2sas/
7526 F: drivers/scsi/mpt3sas/
7527
7528 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7529 M: Matthew Wilcox <matthew@wil.cx>
7530 L: linux-scsi@vger.kernel.org
7531 S: Maintained
7532 F: drivers/scsi/sym53c8xx_2/
7533
7534 LTC4261 HARDWARE MONITOR DRIVER
7535 M: Guenter Roeck <linux@roeck-us.net>
7536 L: linux-hwmon@vger.kernel.org
7537 S: Maintained
7538 F: Documentation/hwmon/ltc4261
7539 F: drivers/hwmon/ltc4261.c
7540
7541 LTP (Linux Test Project)
7542 M: Mike Frysinger <vapier@gentoo.org>
7543 M: Cyril Hrubis <chrubis@suse.cz>
7544 M: Wanlong Gao <wanlong.gao@gmail.com>
7545 M: Jan Stancek <jstancek@redhat.com>
7546 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7547 M: Alexey Kodanev <alexey.kodanev@oracle.com>
7548 L: ltp@lists.linux.it (subscribers-only)
7549 W: http://linux-test-project.github.io/
7550 T: git git://github.com/linux-test-project/ltp.git
7551 S: Maintained
7552
7553 M32R ARCHITECTURE
7554 W: http://www.linux-m32r.org/
7555 S: Orphan
7556 F: arch/m32r/
7557
7558 M68K ARCHITECTURE
7559 M: Geert Uytterhoeven <geert@linux-m68k.org>
7560 L: linux-m68k@lists.linux-m68k.org
7561 W: http://www.linux-m68k.org/
7562 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7563 S: Maintained
7564 F: arch/m68k/
7565 F: drivers/zorro/
7566
7567 M68K ON APPLE MACINTOSH
7568 M: Joshua Thompson <funaho@jurai.org>
7569 W: http://www.mac.linux-m68k.org/
7570 L: linux-m68k@lists.linux-m68k.org
7571 S: Maintained
7572 F: arch/m68k/mac/
7573
7574 M68K ON HP9000/300
7575 M: Philip Blundell <philb@gnu.org>
7576 W: http://www.tazenda.demon.co.uk/phil/linux-hp
7577 S: Maintained
7578 F: arch/m68k/hp300/
7579
7580 M88DS3103 MEDIA DRIVER
7581 M: Antti Palosaari <crope@iki.fi>
7582 L: linux-media@vger.kernel.org
7583 W: https://linuxtv.org
7584 W: http://palosaari.fi/linux/
7585 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7586 T: git git://linuxtv.org/anttip/media_tree.git
7587 S: Maintained
7588 F: drivers/media/dvb-frontends/m88ds3103*
7589
7590 M88RS2000 MEDIA DRIVER
7591 M: Malcolm Priestley <tvboxspy@gmail.com>
7592 L: linux-media@vger.kernel.org
7593 W: https://linuxtv.org
7594 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7595 S: Maintained
7596 F: drivers/media/dvb-frontends/m88rs2000*
7597
7598 MA901 MASTERKIT USB FM RADIO DRIVER
7599 M: Alexey Klimov <klimov.linux@gmail.com>
7600 L: linux-media@vger.kernel.org
7601 T: git git://linuxtv.org/media_tree.git
7602 S: Maintained
7603 F: drivers/media/radio/radio-ma901.c
7604
7605 MAC80211
7606 M: Johannes Berg <johannes@sipsolutions.net>
7607 L: linux-wireless@vger.kernel.org
7608 W: http://wireless.kernel.org/
7609 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7610 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7611 S: Maintained
7612 F: Documentation/networking/mac80211-injection.txt
7613 F: include/net/mac80211.h
7614 F: net/mac80211/
7615 F: drivers/net/wireless/mac80211_hwsim.[ch]
7616
7617 MACVLAN DRIVER
7618 M: Patrick McHardy <kaber@trash.net>
7619 L: netdev@vger.kernel.org
7620 S: Maintained
7621 F: drivers/net/macvlan.c
7622 F: include/linux/if_macvlan.h
7623
7624 MAILBOX API
7625 M: Jassi Brar <jassisinghbrar@gmail.com>
7626 L: linux-kernel@vger.kernel.org
7627 S: Maintained
7628 F: drivers/mailbox/
7629 F: include/linux/mailbox_client.h
7630 F: include/linux/mailbox_controller.h
7631
7632 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7633 M: Michael Kerrisk <mtk.manpages@gmail.com>
7634 W: http://www.kernel.org/doc/man-pages
7635 L: linux-man@vger.kernel.org
7636 S: Maintained
7637
7638 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7639 M: Andrew Lunn <andrew@lunn.ch>
7640 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7641 L: netdev@vger.kernel.org
7642 S: Maintained
7643 F: drivers/net/dsa/mv88e6xxx/
7644 F: Documentation/devicetree/bindings/net/dsa/marvell.txt
7645
7646 MARVELL ARMADA DRM SUPPORT
7647 M: Russell King <rmk+kernel@armlinux.org.uk>
7648 S: Maintained
7649 F: drivers/gpu/drm/armada/
7650 F: include/uapi/drm/armada_drm.h
7651 F: Documentation/devicetree/bindings/display/armada/
7652
7653 MARVELL CRYPTO DRIVER
7654 M: Boris Brezillon <boris.brezillon@free-electrons.com>
7655 M: Arnaud Ebalard <arno@natisbad.org>
7656 F: drivers/crypto/marvell/
7657 S: Maintained
7658 L: linux-crypto@vger.kernel.org
7659
7660 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7661 M: Mirko Lindner <mlindner@marvell.com>
7662 M: Stephen Hemminger <stephen@networkplumber.org>
7663 L: netdev@vger.kernel.org
7664 S: Maintained
7665 F: drivers/net/ethernet/marvell/sk*
7666
7667 MARVELL LIBERTAS WIRELESS DRIVER
7668 L: libertas-dev@lists.infradead.org
7669 S: Orphan
7670 F: drivers/net/wireless/marvell/libertas/
7671
7672 MARVELL MV643XX ETHERNET DRIVER
7673 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7674 L: netdev@vger.kernel.org
7675 S: Maintained
7676 F: drivers/net/ethernet/marvell/mv643xx_eth.*
7677 F: include/linux/mv643xx.h
7678
7679 MARVELL MVNETA ETHERNET DRIVER
7680 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7681 L: netdev@vger.kernel.org
7682 S: Maintained
7683 F: drivers/net/ethernet/marvell/mvneta.*
7684
7685 MARVELL MWIFIEX WIRELESS DRIVER
7686 M: Amitkumar Karwar <akarwar@marvell.com>
7687 M: Nishant Sarmukadam <nishants@marvell.com>
7688 L: linux-wireless@vger.kernel.org
7689 S: Maintained
7690 F: drivers/net/wireless/marvell/mwifiex/
7691
7692 MARVELL MWL8K WIRELESS DRIVER
7693 M: Lennert Buytenhek <buytenh@wantstofly.org>
7694 L: linux-wireless@vger.kernel.org
7695 S: Odd Fixes
7696 F: drivers/net/wireless/marvell/mwl8k.c
7697
7698 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7699 M: Nicolas Pitre <nico@fluxnic.net>
7700 S: Odd Fixes
7701 F: drivers/mmc/host/mvsdio.*
7702
7703 MATROX FRAMEBUFFER DRIVER
7704 L: linux-fbdev@vger.kernel.org
7705 S: Orphan
7706 F: drivers/video/fbdev/matrox/matroxfb_*
7707 F: include/uapi/linux/matroxfb.h
7708
7709 MAX16065 HARDWARE MONITOR DRIVER
7710 M: Guenter Roeck <linux@roeck-us.net>
7711 L: linux-hwmon@vger.kernel.org
7712 S: Maintained
7713 F: Documentation/hwmon/max16065
7714 F: drivers/hwmon/max16065.c
7715
7716 MAX20751 HARDWARE MONITOR DRIVER
7717 M: Guenter Roeck <linux@roeck-us.net>
7718 L: linux-hwmon@vger.kernel.org
7719 S: Maintained
7720 F: Documentation/hwmon/max20751
7721 F: drivers/hwmon/max20751.c
7722
7723 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7724 L: linux-hwmon@vger.kernel.org
7725 S: Orphan
7726 F: Documentation/hwmon/max6650
7727 F: drivers/hwmon/max6650.c
7728
7729 MAX6697 HARDWARE MONITOR DRIVER
7730 M: Guenter Roeck <linux@roeck-us.net>
7731 L: linux-hwmon@vger.kernel.org
7732 S: Maintained
7733 F: Documentation/hwmon/max6697
7734 F: Documentation/devicetree/bindings/i2c/max6697.txt
7735 F: drivers/hwmon/max6697.c
7736 F: include/linux/platform_data/max6697.h
7737
7738 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7739 M: Peter Rosin <peda@axentia.se>
7740 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7741 S: Maintained
7742 F: Documentation/devicetree/bindings/sound/max9860.txt
7743 F: sound/soc/codecs/max9860.*
7744
7745 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7746 M: Krzysztof Kozlowski <krzk@kernel.org>
7747 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7748 L: linux-pm@vger.kernel.org
7749 S: Supported
7750 F: drivers/power/supply/max14577_charger.c
7751 F: drivers/power/supply/max77693_charger.c
7752
7753 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7754 M: Javier Martinez Canillas <javier@osg.samsung.com>
7755 L: linux-kernel@vger.kernel.org
7756 S: Supported
7757 F: drivers/*/*max77802*.c
7758 F: Documentation/devicetree/bindings/*/*max77802.txt
7759 F: include/dt-bindings/*/*max77802.h
7760
7761 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7762 M: Chanwoo Choi <cw00.choi@samsung.com>
7763 M: Krzysztof Kozlowski <krzk@kernel.org>
7764 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7765 L: linux-kernel@vger.kernel.org
7766 S: Supported
7767 F: drivers/*/max14577*.c
7768 F: drivers/*/max77686*.c
7769 F: drivers/*/max77693*.c
7770 F: drivers/extcon/extcon-max14577.c
7771 F: drivers/extcon/extcon-max77693.c
7772 F: drivers/rtc/rtc-max77686.c
7773 F: drivers/clk/clk-max77686.c
7774 F: Documentation/devicetree/bindings/mfd/max14577.txt
7775 F: Documentation/devicetree/bindings/*/max77686.txt
7776 F: Documentation/devicetree/bindings/mfd/max77693.txt
7777 F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
7778 F: include/linux/mfd/max14577*.h
7779 F: include/linux/mfd/max77686*.h
7780 F: include/linux/mfd/max77693*.h
7781
7782 MAXIRADIO FM RADIO RECEIVER DRIVER
7783 M: Hans Verkuil <hverkuil@xs4all.nl>
7784 L: linux-media@vger.kernel.org
7785 T: git git://linuxtv.org/media_tree.git
7786 W: https://linuxtv.org
7787 S: Maintained
7788 F: drivers/media/radio/radio-maxiradio*
7789
7790 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7791 M: Peter Rosin <peda@axentia.se>
7792 L: linux-iio@vger.kernel.org
7793 S: Maintained
7794 F: drivers/iio/potentiometer/mcp4531.c
7795
7796 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7797 M: William Breathitt Gray <vilhelm.gray@gmail.com>
7798 L: linux-iio@vger.kernel.org
7799 S: Maintained
7800 F: drivers/iio/dac/cio-dac.c
7801
7802 MEDIA DRIVERS FOR RENESAS - FCP
7803 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7804 L: linux-media@vger.kernel.org
7805 L: linux-renesas-soc@vger.kernel.org
7806 T: git git://linuxtv.org/media_tree.git
7807 S: Supported
7808 F: Documentation/devicetree/bindings/media/renesas,fcp.txt
7809 F: drivers/media/platform/rcar-fcp.c
7810 F: include/media/rcar-fcp.h
7811
7812 MEDIA DRIVERS FOR RENESAS - VIN
7813 M: Niklas Söderlund <niklas.soderlund@ragnatech.se>
7814 L: linux-media@vger.kernel.org
7815 L: linux-renesas-soc@vger.kernel.org
7816 T: git git://linuxtv.org/media_tree.git
7817 S: Supported
7818 F: Documentation/devicetree/bindings/media/rcar_vin.txt
7819 F: drivers/media/platform/rcar-vin/
7820
7821 MEDIA DRIVERS FOR RENESAS - VSP1
7822 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7823 L: linux-media@vger.kernel.org
7824 L: linux-renesas-soc@vger.kernel.org
7825 T: git git://linuxtv.org/media_tree.git
7826 S: Supported
7827 F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
7828 F: drivers/media/platform/vsp1/
7829
7830 MEDIA DRIVERS FOR HELENE
7831 M: Abylay Ospan <aospan@netup.ru>
7832 L: linux-media@vger.kernel.org
7833 W: https://linuxtv.org
7834 W: http://netup.tv/
7835 T: git git://linuxtv.org/media_tree.git
7836 S: Supported
7837 F: drivers/media/dvb-frontends/helene*
7838
7839 MEDIA DRIVERS FOR ASCOT2E
7840 M: Sergey Kozlov <serjk@netup.ru>
7841 M: Abylay Ospan <aospan@netup.ru>
7842 L: linux-media@vger.kernel.org
7843 W: https://linuxtv.org
7844 W: http://netup.tv/
7845 T: git git://linuxtv.org/media_tree.git
7846 S: Supported
7847 F: drivers/media/dvb-frontends/ascot2e*
7848
7849 MEDIA DRIVERS FOR CXD2841ER
7850 M: Sergey Kozlov <serjk@netup.ru>
7851 M: Abylay Ospan <aospan@netup.ru>
7852 L: linux-media@vger.kernel.org
7853 W: https://linuxtv.org
7854 W: http://netup.tv/
7855 T: git git://linuxtv.org/media_tree.git
7856 S: Supported
7857 F: drivers/media/dvb-frontends/cxd2841er*
7858
7859 MEDIA DRIVERS FOR HORUS3A
7860 M: Sergey Kozlov <serjk@netup.ru>
7861 M: Abylay Ospan <aospan@netup.ru>
7862 L: linux-media@vger.kernel.org
7863 W: https://linuxtv.org
7864 W: http://netup.tv/
7865 T: git git://linuxtv.org/media_tree.git
7866 S: Supported
7867 F: drivers/media/dvb-frontends/horus3a*
7868
7869 MEDIA DRIVERS FOR LNBH25
7870 M: Sergey Kozlov <serjk@netup.ru>
7871 M: Abylay Ospan <aospan@netup.ru>
7872 L: linux-media@vger.kernel.org
7873 W: https://linuxtv.org
7874 W: http://netup.tv/
7875 T: git git://linuxtv.org/media_tree.git
7876 S: Supported
7877 F: drivers/media/dvb-frontends/lnbh25*
7878
7879 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7880 M: Sergey Kozlov <serjk@netup.ru>
7881 M: Abylay Ospan <aospan@netup.ru>
7882 L: linux-media@vger.kernel.org
7883 W: https://linuxtv.org
7884 W: http://netup.tv/
7885 T: git git://linuxtv.org/media_tree.git
7886 S: Supported
7887 F: drivers/media/pci/netup_unidvb/*
7888
7889 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7890 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
7891 M: Mauro Carvalho Chehab <mchehab@kernel.org>
7892 P: LinuxTV.org Project
7893 L: linux-media@vger.kernel.org
7894 W: https://linuxtv.org
7895 Q: http://patchwork.kernel.org/project/linux-media/list/
7896 T: git git://linuxtv.org/media_tree.git
7897 S: Maintained
7898 F: Documentation/media/
7899 F: drivers/media/
7900 F: drivers/staging/media/
7901 F: include/linux/platform_data/media/
7902 F: include/media/
7903 F: include/uapi/linux/dvb/
7904 F: include/uapi/linux/videodev2.h
7905 F: include/uapi/linux/media.h
7906 F: include/uapi/linux/v4l2-*
7907 F: include/uapi/linux/meye.h
7908 F: include/uapi/linux/ivtv*
7909 F: include/uapi/linux/uvcvideo.h
7910
7911 MEDIATEK ETHERNET DRIVER
7912 M: Felix Fietkau <nbd@openwrt.org>
7913 M: John Crispin <blogic@openwrt.org>
7914 L: netdev@vger.kernel.org
7915 S: Maintained
7916 F: drivers/net/ethernet/mediatek/
7917
7918 MEDIATEK MT7601U WIRELESS LAN DRIVER
7919 M: Jakub Kicinski <kubakici@wp.pl>
7920 L: linux-wireless@vger.kernel.org
7921 S: Maintained
7922 F: drivers/net/wireless/mediatek/mt7601u/
7923
7924 MEGARAID SCSI/SAS DRIVERS
7925 M: Kashyap Desai <kashyap.desai@avagotech.com>
7926 M: Sumit Saxena <sumit.saxena@avagotech.com>
7927 M: Uday Lingala <uday.lingala@avagotech.com>
7928 L: megaraidlinux.pdl@avagotech.com
7929 L: linux-scsi@vger.kernel.org
7930 W: http://www.lsi.com
7931 S: Maintained
7932 F: Documentation/scsi/megaraid.txt
7933 F: drivers/scsi/megaraid.*
7934 F: drivers/scsi/megaraid/
7935
7936 MELFAS MIP4 TOUCHSCREEN DRIVER
7937 M: Sangwon Jee <jeesw@melfas.com>
7938 W: http://www.melfas.com
7939 S: Supported
7940 F: drivers/input/touchscreen/melfas_mip4.c
7941 F: Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
7942
7943 MELLANOX ETHERNET DRIVER (mlx4_en)
7944 M: Tariq Toukan <tariqt@mellanox.com>
7945 L: netdev@vger.kernel.org
7946 S: Supported
7947 W: http://www.mellanox.com
7948 Q: http://patchwork.ozlabs.org/project/netdev/list/
7949 F: drivers/net/ethernet/mellanox/mlx4/en_*
7950
7951 MELLANOX ETHERNET DRIVER (mlx5e)
7952 M: Saeed Mahameed <saeedm@mellanox.com>
7953 L: netdev@vger.kernel.org
7954 S: Supported
7955 W: http://www.mellanox.com
7956 Q: http://patchwork.ozlabs.org/project/netdev/list/
7957 F: drivers/net/ethernet/mellanox/mlx5/core/en_*
7958
7959 MELLANOX ETHERNET SWITCH DRIVERS
7960 M: Jiri Pirko <jiri@mellanox.com>
7961 M: Ido Schimmel <idosch@mellanox.com>
7962 L: netdev@vger.kernel.org
7963 S: Supported
7964 W: http://www.mellanox.com
7965 Q: http://patchwork.ozlabs.org/project/netdev/list/
7966 F: drivers/net/ethernet/mellanox/mlxsw/
7967
7968 MELLANOX MLXCPLD LED DRIVER
7969 M: Vadim Pasternak <vadimp@mellanox.com>
7970 L: linux-leds@vger.kernel.org
7971 S: Supported
7972 F: drivers/leds/leds-mlxcpld.c
7973 F: Documentation/leds/leds-mlxcpld.txt
7974
7975 MELLANOX PLATFORM DRIVER
7976 M: Vadim Pasternak <vadimp@mellanox.com>
7977 L: platform-driver-x86@vger.kernel.org
7978 S: Supported
7979 F: arch/x86/platform/mellanox/mlx-platform.c
7980
7981 SOFT-ROCE DRIVER (rxe)
7982 M: Moni Shoua <monis@mellanox.com>
7983 L: linux-rdma@vger.kernel.org
7984 S: Supported
7985 W: https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
7986 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7987 F: drivers/infiniband/sw/rxe/
7988 F: include/uapi/rdma/rdma_user_rxe.h
7989
7990 MEMBARRIER SUPPORT
7991 M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7992 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7993 L: linux-kernel@vger.kernel.org
7994 S: Supported
7995 F: kernel/membarrier.c
7996 F: include/uapi/linux/membarrier.h
7997
7998 MEMORY MANAGEMENT
7999 L: linux-mm@kvack.org
8000 W: http://www.linux-mm.org
8001 S: Maintained
8002 F: include/linux/mm.h
8003 F: include/linux/gfp.h
8004 F: include/linux/mmzone.h
8005 F: include/linux/memory_hotplug.h
8006 F: include/linux/vmalloc.h
8007 F: mm/
8008
8009 MEMORY TECHNOLOGY DEVICES (MTD)
8010 M: David Woodhouse <dwmw2@infradead.org>
8011 M: Brian Norris <computersforpeace@gmail.com>
8012 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8013 M: Marek Vasut <marek.vasut@gmail.com>
8014 M: Richard Weinberger <richard@nod.at>
8015 M: Cyrille Pitchen <cyrille.pitchen@atmel.com>
8016 L: linux-mtd@lists.infradead.org
8017 W: http://www.linux-mtd.infradead.org/
8018 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
8019 T: git git://git.infradead.org/linux-mtd.git
8020 T: git git://git.infradead.org/l2-mtd.git
8021 S: Maintained
8022 F: Documentation/devicetree/bindings/mtd/
8023 F: drivers/mtd/
8024 F: include/linux/mtd/
8025 F: include/uapi/mtd/
8026
8027 MEN A21 WATCHDOG DRIVER
8028 M: Johannes Thumshirn <morbidrsa@gmail.com>
8029 L: linux-watchdog@vger.kernel.org
8030 S: Maintained
8031 F: drivers/watchdog/mena21_wdt.c
8032
8033 MEN CHAMELEON BUS (mcb)
8034 M: Johannes Thumshirn <morbidrsa@gmail.com>
8035 S: Maintained
8036 F: drivers/mcb/
8037 F: include/linux/mcb.h
8038 F: Documentation/men-chameleon-bus.txt
8039
8040 MEN F21BMC (Board Management Controller)
8041 M: Andreas Werner <andreas.werner@men.de>
8042 S: Supported
8043 F: drivers/mfd/menf21bmc.c
8044 F: drivers/watchdog/menf21bmc_wdt.c
8045 F: drivers/leds/leds-menf21bmc.c
8046 F: drivers/hwmon/menf21bmc_hwmon.c
8047 F: Documentation/hwmon/menf21bmc
8048
8049 METAG ARCHITECTURE
8050 M: James Hogan <james.hogan@imgtec.com>
8051 L: linux-metag@vger.kernel.org
8052 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8053 S: Odd Fixes
8054 F: arch/metag/
8055 F: Documentation/metag/
8056 F: Documentation/devicetree/bindings/metag/
8057 F: Documentation/devicetree/bindings/interrupt-controller/img,*
8058 F: drivers/clocksource/metag_generic.c
8059 F: drivers/irqchip/irq-metag.c
8060 F: drivers/irqchip/irq-metag-ext.c
8061 F: drivers/tty/metag_da.c
8062
8063 MICROBLAZE ARCHITECTURE
8064 M: Michal Simek <monstr@monstr.eu>
8065 W: http://www.monstr.eu/fdt/
8066 T: git git://git.monstr.eu/linux-2.6-microblaze.git
8067 S: Supported
8068 F: arch/microblaze/
8069
8070 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
8071 M: Richard Genoud <richard.genoud@gmail.com>
8072 S: Maintained
8073 F: drivers/tty/serial/atmel_serial.c
8074 F: include/linux/atmel_serial.h
8075
8076 MICROCHIP / ATMEL ISC DRIVER
8077 M: Songjun Wu <songjun.wu@microchip.com>
8078 L: linux-media@vger.kernel.org
8079 S: Supported
8080 F: drivers/media/platform/atmel/atmel-isc.c
8081 F: drivers/media/platform/atmel/atmel-isc-regs.h
8082 F: devicetree/bindings/media/atmel-isc.txt
8083
8084 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8085 M: Chen Yu <yu.c.chen@intel.com>
8086 L: platform-driver-x86@vger.kernel.org
8087 S: Supported
8088 F: drivers/platform/x86/surfacepro3_button.c
8089
8090 MICROTEK X6 SCANNER
8091 M: Oliver Neukum <oliver@neukum.org>
8092 S: Maintained
8093 F: drivers/usb/image/microtek.*
8094
8095 MIPS
8096 M: Ralf Baechle <ralf@linux-mips.org>
8097 L: linux-mips@linux-mips.org
8098 W: http://www.linux-mips.org/
8099 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
8100 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
8101 S: Supported
8102 F: Documentation/devicetree/bindings/mips/
8103 F: Documentation/mips/
8104 F: arch/mips/
8105
8106 MIPS/LOONGSON1 ARCHITECTURE
8107 M: Keguang Zhang <keguang.zhang@gmail.com>
8108 L: linux-mips@linux-mips.org
8109 S: Maintained
8110 F: arch/mips/loongson32/
8111 F: arch/mips/include/asm/mach-loongson32/
8112 F: drivers/*/*loongson1*
8113 F: drivers/*/*/*loongson1*
8114
8115 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8116 M: Hans Verkuil <hverkuil@xs4all.nl>
8117 L: linux-media@vger.kernel.org
8118 T: git git://linuxtv.org/media_tree.git
8119 W: https://linuxtv.org
8120 S: Odd Fixes
8121 F: drivers/media/radio/radio-miropcm20*
8122
8123 MELLANOX MLX4 core VPI driver
8124 M: Yishai Hadas <yishaih@mellanox.com>
8125 L: netdev@vger.kernel.org
8126 L: linux-rdma@vger.kernel.org
8127 W: http://www.mellanox.com
8128 Q: http://patchwork.ozlabs.org/project/netdev/list/
8129 S: Supported
8130 F: drivers/net/ethernet/mellanox/mlx4/
8131 F: include/linux/mlx4/
8132 F: include/uapi/rdma/mlx4-abi.h
8133
8134 MELLANOX MLX4 IB driver
8135 M: Yishai Hadas <yishaih@mellanox.com>
8136 L: linux-rdma@vger.kernel.org
8137 W: http://www.mellanox.com
8138 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8139 S: Supported
8140 F: drivers/infiniband/hw/mlx4/
8141 F: include/linux/mlx4/
8142
8143 MELLANOX MLX5 core VPI driver
8144 M: Saeed Mahameed <saeedm@mellanox.com>
8145 M: Matan Barak <matanb@mellanox.com>
8146 M: Leon Romanovsky <leonro@mellanox.com>
8147 L: netdev@vger.kernel.org
8148 L: linux-rdma@vger.kernel.org
8149 W: http://www.mellanox.com
8150 Q: http://patchwork.ozlabs.org/project/netdev/list/
8151 S: Supported
8152 F: drivers/net/ethernet/mellanox/mlx5/core/
8153 F: include/linux/mlx5/
8154 F: include/uapi/rdma/mlx5-abi.h
8155
8156 MELLANOX MLX5 IB driver
8157 M: Matan Barak <matanb@mellanox.com>
8158 M: Leon Romanovsky <leonro@mellanox.com>
8159 L: linux-rdma@vger.kernel.org
8160 W: http://www.mellanox.com
8161 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8162 S: Supported
8163 F: drivers/infiniband/hw/mlx5/
8164 F: include/linux/mlx5/
8165
8166 MELEXIS MLX90614 DRIVER
8167 M: Crt Mori <cmo@melexis.com>
8168 L: linux-iio@vger.kernel.org
8169 W: http://www.melexis.com
8170 S: Supported
8171 F: drivers/iio/temperature/mlx90614.c
8172
8173 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8174 M: Don Brace <don.brace@microsemi.com>
8175 L: esc.storagedev@microsemi.com
8176 L: linux-scsi@vger.kernel.org
8177 S: Supported
8178 F: drivers/scsi/smartpqi/smartpqi*.[ch]
8179 F: drivers/scsi/smartpqi/Kconfig
8180 F: drivers/scsi/smartpqi/Makefile
8181 F: include/linux/cciss*.h
8182 F: include/uapi/linux/cciss*.h
8183 F: Documentation/scsi/smartpqi.txt
8184
8185 MN88472 MEDIA DRIVER
8186 M: Antti Palosaari <crope@iki.fi>
8187 L: linux-media@vger.kernel.org
8188 W: https://linuxtv.org
8189 W: http://palosaari.fi/linux/
8190 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8191 S: Maintained
8192 F: drivers/media/dvb-frontends/mn88472*
8193
8194 MN88473 MEDIA DRIVER
8195 M: Antti Palosaari <crope@iki.fi>
8196 L: linux-media@vger.kernel.org
8197 W: https://linuxtv.org
8198 W: http://palosaari.fi/linux/
8199 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8200 S: Maintained
8201 F: drivers/media/dvb-frontends/mn88473*
8202
8203 MODULE SUPPORT
8204 M: Jessica Yu <jeyu@redhat.com>
8205 M: Rusty Russell <rusty@rustcorp.com.au>
8206 S: Maintained
8207 F: include/linux/module.h
8208 F: kernel/module.c
8209
8210 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8211 W: http://popies.net/meye/
8212 S: Orphan
8213 F: Documentation/media/v4l-drivers/meye*
8214 F: drivers/media/pci/meye/
8215 F: include/uapi/linux/meye.h
8216
8217 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8218 M: Jiri Slaby <jirislaby@gmail.com>
8219 S: Maintained
8220 F: Documentation/serial/moxa-smartio
8221 F: drivers/tty/mxser.*
8222
8223 MR800 AVERMEDIA USB FM RADIO DRIVER
8224 M: Alexey Klimov <klimov.linux@gmail.com>
8225 L: linux-media@vger.kernel.org
8226 T: git git://linuxtv.org/media_tree.git
8227 S: Maintained
8228 F: drivers/media/radio/radio-mr800.c
8229
8230 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8231 M: Alan Ott <alan@signal11.us>
8232 L: linux-wpan@vger.kernel.org
8233 S: Maintained
8234 F: drivers/net/ieee802154/mrf24j40.c
8235 F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8236
8237 MSI LAPTOP SUPPORT
8238 M: "Lee, Chun-Yi" <jlee@suse.com>
8239 L: platform-driver-x86@vger.kernel.org
8240 S: Maintained
8241 F: drivers/platform/x86/msi-laptop.c
8242
8243 MSI WMI SUPPORT
8244 L: platform-driver-x86@vger.kernel.org
8245 S: Orphan
8246 F: drivers/platform/x86/msi-wmi.c
8247
8248 MSI001 MEDIA DRIVER
8249 M: Antti Palosaari <crope@iki.fi>
8250 L: linux-media@vger.kernel.org
8251 W: https://linuxtv.org
8252 W: http://palosaari.fi/linux/
8253 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8254 T: git git://linuxtv.org/anttip/media_tree.git
8255 S: Maintained
8256 F: drivers/media/tuners/msi001*
8257
8258 MSI2500 MEDIA DRIVER
8259 M: Antti Palosaari <crope@iki.fi>
8260 L: linux-media@vger.kernel.org
8261 W: https://linuxtv.org
8262 W: http://palosaari.fi/linux/
8263 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8264 T: git git://linuxtv.org/anttip/media_tree.git
8265 S: Maintained
8266 F: drivers/media/usb/msi2500/
8267
8268 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8269 M: Robert Jarzmik <robert.jarzmik@free.fr>
8270 L: linux-mtd@lists.infradead.org
8271 S: Maintained
8272 F: drivers/mtd/devices/docg3*
8273
8274 MT9M032 APTINA SENSOR DRIVER
8275 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8276 L: linux-media@vger.kernel.org
8277 T: git git://linuxtv.org/media_tree.git
8278 S: Maintained
8279 F: drivers/media/i2c/mt9m032.c
8280 F: include/media/i2c/mt9m032.h
8281
8282 MT9P031 APTINA CAMERA SENSOR
8283 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8284 L: linux-media@vger.kernel.org
8285 T: git git://linuxtv.org/media_tree.git
8286 S: Maintained
8287 F: drivers/media/i2c/mt9p031.c
8288 F: include/media/i2c/mt9p031.h
8289
8290 MT9T001 APTINA CAMERA SENSOR
8291 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8292 L: linux-media@vger.kernel.org
8293 T: git git://linuxtv.org/media_tree.git
8294 S: Maintained
8295 F: drivers/media/i2c/mt9t001.c
8296 F: include/media/i2c/mt9t001.h
8297
8298 MT9V032 APTINA CAMERA SENSOR
8299 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8300 L: linux-media@vger.kernel.org
8301 T: git git://linuxtv.org/media_tree.git
8302 S: Maintained
8303 F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8304 F: drivers/media/i2c/mt9v032.c
8305 F: include/media/i2c/mt9v032.h
8306
8307 MULTIFUNCTION DEVICES (MFD)
8308 M: Lee Jones <lee.jones@linaro.org>
8309 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8310 S: Supported
8311 F: Documentation/devicetree/bindings/mfd/
8312 F: drivers/mfd/
8313 F: include/linux/mfd/
8314
8315 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8316 M: Ulf Hansson <ulf.hansson@linaro.org>
8317 L: linux-mmc@vger.kernel.org
8318 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8319 S: Maintained
8320 F: Documentation/devicetree/bindings/mmc/
8321 F: drivers/mmc/
8322 F: include/linux/mmc/
8323 F: include/uapi/linux/mmc/
8324
8325 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8326 S: Orphan
8327 F: drivers/mmc/host/mmc_spi.c
8328 F: include/linux/spi/mmc_spi.h
8329
8330 MULTISOUND SOUND DRIVER
8331 M: Andrew Veliath <andrewtv@usa.net>
8332 S: Maintained
8333 F: Documentation/sound/oss/MultiSound
8334 F: sound/oss/msnd*
8335
8336 MULTITECH MULTIPORT CARD (ISICOM)
8337 S: Orphan
8338 F: drivers/tty/isicom.c
8339 F: include/linux/isicom.h
8340
8341 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8342 M: Bin Liu <b-liu@ti.com>
8343 L: linux-usb@vger.kernel.org
8344 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8345 S: Maintained
8346 F: drivers/usb/musb/
8347
8348 MXL5007T MEDIA DRIVER
8349 M: Michael Krufky <mkrufky@linuxtv.org>
8350 L: linux-media@vger.kernel.org
8351 W: https://linuxtv.org
8352 W: http://github.com/mkrufky
8353 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8354 T: git git://linuxtv.org/mkrufky/tuners.git
8355 S: Maintained
8356 F: drivers/media/tuners/mxl5007t.*
8357
8358 MXSFB DRM DRIVER
8359 M: Marek Vasut <marex@denx.de>
8360 S: Supported
8361 F: drivers/gpu/drm/mxsfb/
8362 F: Documentation/devicetree/bindings/display/mxsfb-drm.txt
8363
8364 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8365 M: Hyong-Youb Kim <hykim@myri.com>
8366 L: netdev@vger.kernel.org
8367 W: https://www.myricom.com/support/downloads/myri10ge.html
8368 S: Supported
8369 F: drivers/net/ethernet/myricom/myri10ge/
8370
8371 NAND FLASH SUBSYSTEM
8372 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8373 R: Richard Weinberger <richard@nod.at>
8374 L: linux-mtd@lists.infradead.org
8375 W: http://www.linux-mtd.infradead.org/
8376 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
8377 T: git git://github.com/linux-nand/linux.git
8378 S: Maintained
8379 F: drivers/mtd/nand/
8380 F: include/linux/mtd/nand*.h
8381
8382 NATSEMI ETHERNET DRIVER (DP8381x)
8383 S: Orphan
8384 F: drivers/net/ethernet/natsemi/natsemi.c
8385
8386 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8387 M: Daniel Mack <zonque@gmail.com>
8388 S: Maintained
8389 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8390 W: http://www.native-instruments.com
8391 F: sound/usb/caiaq/
8392
8393 NCP FILESYSTEM
8394 M: Petr Vandrovec <petr@vandrovec.name>
8395 S: Odd Fixes
8396 F: fs/ncpfs/
8397
8398 NCR 5380 SCSI DRIVERS
8399 M: Finn Thain <fthain@telegraphics.com.au>
8400 M: Michael Schmitz <schmitzmic@gmail.com>
8401 L: linux-scsi@vger.kernel.org
8402 S: Maintained
8403 F: Documentation/scsi/g_NCR5380.txt
8404 F: drivers/scsi/NCR5380.*
8405 F: drivers/scsi/arm/cumana_1.c
8406 F: drivers/scsi/arm/oak.c
8407 F: drivers/scsi/atari_scsi.*
8408 F: drivers/scsi/dmx3191d.c
8409 F: drivers/scsi/g_NCR5380.*
8410 F: drivers/scsi/g_NCR5380_mmio.c
8411 F: drivers/scsi/mac_scsi.*
8412 F: drivers/scsi/sun3_scsi.*
8413 F: drivers/scsi/sun3_scsi_vme.c
8414
8415 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8416 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8417 L: linux-scsi@vger.kernel.org
8418 S: Maintained
8419 F: drivers/scsi/NCR_D700.*
8420
8421 NCT6775 HARDWARE MONITOR DRIVER
8422 M: Guenter Roeck <linux@roeck-us.net>
8423 L: linux-hwmon@vger.kernel.org
8424 S: Maintained
8425 F: Documentation/hwmon/nct6775
8426 F: drivers/hwmon/nct6775.c
8427
8428 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8429 M: Faisal Latif <faisal.latif@intel.com>
8430 L: linux-rdma@vger.kernel.org
8431 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8432 S: Supported
8433 F: drivers/infiniband/hw/nes/
8434 F: include/uapi/rdma/nes-abi.h
8435
8436 NETEM NETWORK EMULATOR
8437 M: Stephen Hemminger <stephen@networkplumber.org>
8438 L: netem@lists.linux-foundation.org (moderated for non-subscribers)
8439 S: Maintained
8440 F: net/sched/sch_netem.c
8441
8442 NETERION 10GbE DRIVERS (s2io/vxge)
8443 M: Jon Mason <jdmason@kudzu.us>
8444 L: netdev@vger.kernel.org
8445 S: Supported
8446 F: Documentation/networking/s2io.txt
8447 F: Documentation/networking/vxge.txt
8448 F: drivers/net/ethernet/neterion/
8449
8450 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8451 M: Pablo Neira Ayuso <pablo@netfilter.org>
8452 M: Patrick McHardy <kaber@trash.net>
8453 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8454 L: netfilter-devel@vger.kernel.org
8455 L: coreteam@netfilter.org
8456 W: http://www.netfilter.org/
8457 W: http://www.iptables.org/
8458 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
8459 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8460 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8461 S: Supported
8462 F: include/linux/netfilter*
8463 F: include/linux/netfilter/
8464 F: include/net/netfilter/
8465 F: include/uapi/linux/netfilter*
8466 F: include/uapi/linux/netfilter/
8467 F: net/*/netfilter.c
8468 F: net/*/netfilter/
8469 F: net/netfilter/
8470 F: net/bridge/br_netfilter*.c
8471
8472 NETLABEL
8473 M: Paul Moore <paul@paul-moore.com>
8474 W: http://netlabel.sf.net
8475 L: netdev@vger.kernel.org
8476 S: Maintained
8477 F: Documentation/netlabel/
8478 F: include/net/netlabel.h
8479 F: net/netlabel/
8480
8481 NETROM NETWORK LAYER
8482 M: Ralf Baechle <ralf@linux-mips.org>
8483 L: linux-hams@vger.kernel.org
8484 W: http://www.linux-ax25.org/
8485 S: Maintained
8486 F: include/net/netrom.h
8487 F: include/uapi/linux/netrom.h
8488 F: net/netrom/
8489
8490 NETRONOME ETHERNET DRIVERS
8491 M: Jakub Kicinski <jakub.kicinski@netronome.com>
8492 L: oss-drivers@netronome.com
8493 S: Maintained
8494 F: drivers/net/ethernet/netronome/
8495
8496 NETWORK BLOCK DEVICE (NBD)
8497 M: Markus Pargmann <mpa@pengutronix.de>
8498 S: Maintained
8499 L: nbd-general@lists.sourceforge.net
8500 T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
8501 F: Documentation/blockdev/nbd.txt
8502 F: drivers/block/nbd.c
8503 F: include/uapi/linux/nbd.h
8504
8505 NETWORK DROP MONITOR
8506 M: Neil Horman <nhorman@tuxdriver.com>
8507 L: netdev@vger.kernel.org
8508 S: Maintained
8509 W: https://fedorahosted.org/dropwatch/
8510 F: net/core/drop_monitor.c
8511
8512 NETWORKING [DSA]
8513 M: Andrew Lunn <andrew@lunn.ch>
8514 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8515 M: Florian Fainelli <f.fainelli@gmail.com>
8516 S: Maintained
8517 F: net/dsa/
8518 F: include/net/dsa.h
8519 F: drivers/net/dsa/
8520
8521 NETWORKING [GENERAL]
8522 M: "David S. Miller" <davem@davemloft.net>
8523 L: netdev@vger.kernel.org
8524 W: http://www.linuxfoundation.org/en/Net
8525 Q: http://patchwork.ozlabs.org/project/netdev/list/
8526 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8527 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8528 S: Maintained
8529 F: net/
8530 F: include/net/
8531 F: include/linux/in.h
8532 F: include/linux/net.h
8533 F: include/linux/netdevice.h
8534 F: include/uapi/linux/in.h
8535 F: include/uapi/linux/net.h
8536 F: include/uapi/linux/netdevice.h
8537 F: include/uapi/linux/net_namespace.h
8538 F: tools/net/
8539 F: tools/testing/selftests/net/
8540 F: lib/random32.c
8541
8542 NETWORKING [IPv4/IPv6]
8543 M: "David S. Miller" <davem@davemloft.net>
8544 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8545 M: James Morris <jmorris@namei.org>
8546 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8547 M: Patrick McHardy <kaber@trash.net>
8548 L: netdev@vger.kernel.org
8549 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8550 S: Maintained
8551 F: net/ipv4/
8552 F: net/ipv6/
8553 F: include/net/ip*
8554 F: arch/x86/net/*
8555
8556 NETWORKING [IPSEC]
8557 M: Steffen Klassert <steffen.klassert@secunet.com>
8558 M: Herbert Xu <herbert@gondor.apana.org.au>
8559 M: "David S. Miller" <davem@davemloft.net>
8560 L: netdev@vger.kernel.org
8561 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8562 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8563 S: Maintained
8564 F: net/core/flow.c
8565 F: net/xfrm/
8566 F: net/key/
8567 F: net/ipv4/xfrm*
8568 F: net/ipv4/esp4.c
8569 F: net/ipv4/ah4.c
8570 F: net/ipv4/ipcomp.c
8571 F: net/ipv4/ip_vti.c
8572 F: net/ipv6/xfrm*
8573 F: net/ipv6/esp6.c
8574 F: net/ipv6/ah6.c
8575 F: net/ipv6/ipcomp6.c
8576 F: net/ipv6/ip6_vti.c
8577 F: include/uapi/linux/xfrm.h
8578 F: include/net/xfrm.h
8579
8580 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8581 M: Paul Moore <paul@paul-moore.com>
8582 L: netdev@vger.kernel.org
8583 S: Maintained
8584
8585 NETWORKING [WIRELESS]
8586 L: linux-wireless@vger.kernel.org
8587 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8588
8589 NETWORKING DRIVERS
8590 L: netdev@vger.kernel.org
8591 W: http://www.linuxfoundation.org/en/Net
8592 Q: http://patchwork.ozlabs.org/project/netdev/list/
8593 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8594 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8595 S: Odd Fixes
8596 F: Documentation/devicetree/bindings/net/
8597 F: drivers/net/
8598 F: include/linux/if_*
8599 F: include/linux/netdevice.h
8600 F: include/linux/etherdevice.h
8601 F: include/linux/fcdevice.h
8602 F: include/linux/fddidevice.h
8603 F: include/linux/hippidevice.h
8604 F: include/linux/inetdevice.h
8605 F: include/uapi/linux/if_*
8606 F: include/uapi/linux/netdevice.h
8607
8608 NETWORKING DRIVERS (WIRELESS)
8609 M: Kalle Valo <kvalo@codeaurora.org>
8610 L: linux-wireless@vger.kernel.org
8611 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8612 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8613 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8614 S: Maintained
8615 F: Documentation/devicetree/bindings/net/wireless/
8616 F: drivers/net/wireless/
8617
8618 NETXEN (1/10) GbE SUPPORT
8619 M: Manish Chopra <manish.chopra@cavium.com>
8620 M: Rahul Verma <rahul.verma@cavium.com>
8621 M: Dept-GELinuxNICDev@cavium.com
8622 L: netdev@vger.kernel.org
8623 S: Supported
8624 F: drivers/net/ethernet/qlogic/netxen/
8625
8626 NFC SUBSYSTEM
8627 M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8628 M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8629 M: Samuel Ortiz <sameo@linux.intel.com>
8630 L: linux-wireless@vger.kernel.org
8631 L: linux-nfc@lists.01.org (subscribers-only)
8632 S: Supported
8633 F: net/nfc/
8634 F: include/net/nfc/
8635 F: include/uapi/linux/nfc.h
8636 F: drivers/nfc/
8637 F: include/linux/platform_data/nfcmrvl.h
8638 F: include/linux/platform_data/nxp-nci.h
8639 F: include/linux/platform_data/pn544.h
8640 F: include/linux/platform_data/st21nfca.h
8641 F: include/linux/platform_data/st-nci.h
8642 F: Documentation/devicetree/bindings/net/nfc/
8643
8644 NFS, SUNRPC, AND LOCKD CLIENTS
8645 M: Trond Myklebust <trond.myklebust@primarydata.com>
8646 M: Anna Schumaker <anna.schumaker@netapp.com>
8647 L: linux-nfs@vger.kernel.org
8648 W: http://client.linux-nfs.org
8649 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8650 S: Maintained
8651 F: fs/lockd/
8652 F: fs/nfs/
8653 F: fs/nfs_common/
8654 F: net/sunrpc/
8655 F: include/linux/lockd/
8656 F: include/linux/nfs*
8657 F: include/linux/sunrpc/
8658 F: include/uapi/linux/nfs*
8659 F: include/uapi/linux/sunrpc/
8660
8661 NILFS2 FILESYSTEM
8662 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8663 L: linux-nilfs@vger.kernel.org
8664 W: http://nilfs.sourceforge.net/
8665 W: http://nilfs.osdn.jp/
8666 T: git git://github.com/konis/nilfs2.git
8667 S: Supported
8668 F: Documentation/filesystems/nilfs2.txt
8669 F: fs/nilfs2/
8670 F: include/trace/events/nilfs2.h
8671 F: include/uapi/linux/nilfs2_api.h
8672 F: include/uapi/linux/nilfs2_ondisk.h
8673
8674 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8675 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8676 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8677 S: Maintained
8678 F: Documentation/scsi/NinjaSCSI.txt
8679 F: drivers/scsi/pcmcia/nsp_*
8680
8681 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8682 M: GOTO Masanori <gotom@debian.or.jp>
8683 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8684 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8685 S: Maintained
8686 F: Documentation/scsi/NinjaSCSI.txt
8687 F: drivers/scsi/nsp32*
8688
8689 NIOS2 ARCHITECTURE
8690 M: Ley Foon Tan <lftan@altera.com>
8691 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8692 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8693 S: Maintained
8694 F: arch/nios2/
8695
8696 NOKIA N900 POWER SUPPLY DRIVERS
8697 R: Pali Rohár <pali.rohar@gmail.com>
8698 F: include/linux/power/bq2415x_charger.h
8699 F: include/linux/power/bq27xxx_battery.h
8700 F: include/linux/power/isp1704_charger.h
8701 F: drivers/power/supply/bq2415x_charger.c
8702 F: drivers/power/supply/bq27xxx_battery.c
8703 F: drivers/power/supply/bq27xxx_battery_i2c.c
8704 F: drivers/power/supply/isp1704_charger.c
8705 F: drivers/power/supply/rx51_battery.c
8706
8707 NTB DRIVER CORE
8708 M: Jon Mason <jdmason@kudzu.us>
8709 M: Dave Jiang <dave.jiang@intel.com>
8710 M: Allen Hubbe <Allen.Hubbe@emc.com>
8711 L: linux-ntb@googlegroups.com
8712 S: Supported
8713 W: https://github.com/jonmason/ntb/wiki
8714 T: git git://github.com/jonmason/ntb.git
8715 F: drivers/ntb/
8716 F: drivers/net/ntb_netdev.c
8717 F: include/linux/ntb.h
8718 F: include/linux/ntb_transport.h
8719 F: tools/testing/selftests/ntb/
8720
8721 NTB INTEL DRIVER
8722 M: Jon Mason <jdmason@kudzu.us>
8723 M: Dave Jiang <dave.jiang@intel.com>
8724 L: linux-ntb@googlegroups.com
8725 S: Supported
8726 W: https://github.com/jonmason/ntb/wiki
8727 T: git git://github.com/jonmason/ntb.git
8728 F: drivers/ntb/hw/intel/
8729
8730 NTB AMD DRIVER
8731 M: Xiangliang Yu <Xiangliang.Yu@amd.com>
8732 L: linux-ntb@googlegroups.com
8733 S: Supported
8734 F: drivers/ntb/hw/amd/
8735
8736 NTFS FILESYSTEM
8737 M: Anton Altaparmakov <anton@tuxera.com>
8738 L: linux-ntfs-dev@lists.sourceforge.net
8739 W: http://www.tuxera.com/
8740 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8741 S: Supported
8742 F: Documentation/filesystems/ntfs.txt
8743 F: fs/ntfs/
8744
8745 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8746 M: Antonino Daplas <adaplas@gmail.com>
8747 L: linux-fbdev@vger.kernel.org
8748 S: Maintained
8749 F: drivers/video/fbdev/riva/
8750 F: drivers/video/fbdev/nvidia/
8751
8752 NVM EXPRESS DRIVER
8753 M: Keith Busch <keith.busch@intel.com>
8754 M: Jens Axboe <axboe@fb.com>
8755 L: linux-nvme@lists.infradead.org
8756 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8757 W: https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8758 S: Supported
8759 F: drivers/nvme/host/
8760 F: include/linux/nvme.h
8761
8762 NVM EXPRESS TARGET DRIVER
8763 M: Christoph Hellwig <hch@lst.de>
8764 M: Sagi Grimberg <sagi@grimberg.me>
8765 L: linux-nvme@lists.infradead.org
8766 S: Supported
8767 F: drivers/nvme/target/
8768
8769 NVMEM FRAMEWORK
8770 M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8771 M: Maxime Ripard <maxime.ripard@free-electrons.com>
8772 S: Maintained
8773 F: drivers/nvmem/
8774 F: Documentation/devicetree/bindings/nvmem/
8775 F: include/linux/nvmem-consumer.h
8776 F: include/linux/nvmem-provider.h
8777
8778 NXP-NCI NFC DRIVER
8779 M: Clément Perrochaud <clement.perrochaud@effinnov.com>
8780 R: Charles Gorand <charles.gorand@effinnov.com>
8781 L: linux-nfc@lists.01.org (moderated for non-subscribers)
8782 S: Supported
8783 F: drivers/nfc/nxp-nci
8784
8785 NXP TDA998X DRM DRIVER
8786 M: Russell King <rmk+kernel@armlinux.org.uk>
8787 S: Supported
8788 F: drivers/gpu/drm/i2c/tda998x_drv.c
8789 F: include/drm/i2c/tda998x.h
8790
8791 NXP TFA9879 DRIVER
8792 M: Peter Rosin <peda@axentia.se>
8793 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8794 S: Maintained
8795 F: sound/soc/codecs/tfa9879*
8796
8797 OBJTOOL
8798 M: Josh Poimboeuf <jpoimboe@redhat.com>
8799 S: Supported
8800 F: tools/objtool/
8801
8802 OMAP SUPPORT
8803 M: Tony Lindgren <tony@atomide.com>
8804 L: linux-omap@vger.kernel.org
8805 W: http://www.muru.com/linux/omap/
8806 W: http://linux.omap.com/
8807 Q: http://patchwork.kernel.org/project/linux-omap/list/
8808 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8809 S: Maintained
8810 F: arch/arm/*omap*/
8811 F: arch/arm/configs/omap1_defconfig
8812 F: arch/arm/configs/omap2plus_defconfig
8813 F: drivers/i2c/busses/i2c-omap.c
8814 F: drivers/irqchip/irq-omap-intc.c
8815 F: drivers/mfd/*omap*.c
8816 F: drivers/mfd/menelaus.c
8817 F: drivers/mfd/palmas.c
8818 F: drivers/mfd/tps65217.c
8819 F: drivers/mfd/tps65218.c
8820 F: drivers/mfd/tps65910.c
8821 F: drivers/mfd/twl-core.[ch]
8822 F: drivers/mfd/twl4030*.c
8823 F: drivers/mfd/twl6030*.c
8824 F: drivers/mfd/twl6040*.c
8825 F: drivers/regulator/palmas-regulator*.c
8826 F: drivers/regulator/pbias-regulator.c
8827 F: drivers/regulator/tps65217-regulator.c
8828 F: drivers/regulator/tps65218-regulator.c
8829 F: drivers/regulator/tps65910-regulator.c
8830 F: drivers/regulator/twl-regulator.c
8831 F: drivers/regulator/twl6030-regulator.c
8832 F: include/linux/i2c-omap.h
8833
8834 OMAP DEVICE TREE SUPPORT
8835 M: Benoît Cousson <bcousson@baylibre.com>
8836 M: Tony Lindgren <tony@atomide.com>
8837 L: linux-omap@vger.kernel.org
8838 L: devicetree@vger.kernel.org
8839 S: Maintained
8840 F: arch/arm/boot/dts/*omap*
8841 F: arch/arm/boot/dts/*am3*
8842 F: arch/arm/boot/dts/*am4*
8843 F: arch/arm/boot/dts/*am5*
8844 F: arch/arm/boot/dts/*dra7*
8845
8846 OMAP CLOCK FRAMEWORK SUPPORT
8847 M: Paul Walmsley <paul@pwsan.com>
8848 L: linux-omap@vger.kernel.org
8849 S: Maintained
8850 F: arch/arm/*omap*/*clock*
8851
8852 OMAP POWER MANAGEMENT SUPPORT
8853 M: Kevin Hilman <khilman@kernel.org>
8854 L: linux-omap@vger.kernel.org
8855 S: Maintained
8856 F: arch/arm/*omap*/*pm*
8857 F: drivers/cpufreq/omap-cpufreq.c
8858
8859 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8860 M: Rajendra Nayak <rnayak@codeaurora.org>
8861 M: Paul Walmsley <paul@pwsan.com>
8862 L: linux-omap@vger.kernel.org
8863 S: Maintained
8864 F: arch/arm/mach-omap2/prm*
8865
8866 OMAP AUDIO SUPPORT
8867 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
8868 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
8869 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8870 L: linux-omap@vger.kernel.org
8871 S: Maintained
8872 F: sound/soc/omap/
8873
8874 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8875 M: Roger Quadros <rogerq@ti.com>
8876 M: Tony Lindgren <tony@atomide.com>
8877 L: linux-omap@vger.kernel.org
8878 S: Maintained
8879 F: drivers/memory/omap-gpmc.c
8880 F: arch/arm/mach-omap2/*gpmc*
8881
8882 OMAP FRAMEBUFFER SUPPORT
8883 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
8884 L: linux-fbdev@vger.kernel.org
8885 L: linux-omap@vger.kernel.org
8886 S: Maintained
8887 F: drivers/video/fbdev/omap/
8888
8889 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8890 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
8891 L: linux-omap@vger.kernel.org
8892 L: linux-fbdev@vger.kernel.org
8893 S: Maintained
8894 F: drivers/video/fbdev/omap2/
8895 F: Documentation/arm/OMAP/DSS
8896
8897 OMAP HARDWARE SPINLOCK SUPPORT
8898 M: Ohad Ben-Cohen <ohad@wizery.com>
8899 L: linux-omap@vger.kernel.org
8900 S: Maintained
8901 F: drivers/hwspinlock/omap_hwspinlock.c
8902
8903 OMAP MMC SUPPORT
8904 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
8905 L: linux-omap@vger.kernel.org
8906 S: Maintained
8907 F: drivers/mmc/host/omap.c
8908
8909 OMAP HS MMC SUPPORT
8910 L: linux-mmc@vger.kernel.org
8911 L: linux-omap@vger.kernel.org
8912 S: Orphan
8913 F: drivers/mmc/host/omap_hsmmc.c
8914
8915 OMAP RANDOM NUMBER GENERATOR SUPPORT
8916 M: Deepak Saxena <dsaxena@plexity.net>
8917 S: Maintained
8918 F: drivers/char/hw_random/omap-rng.c
8919
8920 OMAP HWMOD SUPPORT
8921 M: Benoît Cousson <bcousson@baylibre.com>
8922 M: Paul Walmsley <paul@pwsan.com>
8923 L: linux-omap@vger.kernel.org
8924 S: Maintained
8925 F: arch/arm/mach-omap2/omap_hwmod.*
8926
8927 OMAP HWMOD DATA
8928 M: Paul Walmsley <paul@pwsan.com>
8929 L: linux-omap@vger.kernel.org
8930 S: Maintained
8931 F: arch/arm/mach-omap2/omap_hwmod*data*
8932
8933 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8934 M: Benoît Cousson <bcousson@baylibre.com>
8935 L: linux-omap@vger.kernel.org
8936 S: Maintained
8937 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8938
8939 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8940 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8941 L: linux-media@vger.kernel.org
8942 S: Maintained
8943 F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
8944 F: drivers/media/platform/omap3isp/
8945 F: drivers/staging/media/omap4iss/
8946
8947 OMAP USB SUPPORT
8948 L: linux-usb@vger.kernel.org
8949 L: linux-omap@vger.kernel.org
8950 S: Orphan
8951 F: drivers/usb/*/*omap*
8952 F: arch/arm/*omap*/usb*
8953
8954 OMAP GPIO DRIVER
8955 M: Grygorii Strashko <grygorii.strashko@ti.com>
8956 M: Santosh Shilimkar <ssantosh@kernel.org>
8957 M: Kevin Hilman <khilman@kernel.org>
8958 L: linux-omap@vger.kernel.org
8959 S: Maintained
8960 F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
8961 F: drivers/gpio/gpio-omap.c
8962
8963 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8964 M: Mark Jackson <mpfj@newflow.co.uk>
8965 L: linux-omap@vger.kernel.org
8966 S: Maintained
8967 F: arch/arm/boot/dts/am335x-nano.dts
8968
8969 OMFS FILESYSTEM
8970 M: Bob Copeland <me@bobcopeland.com>
8971 L: linux-karma-devel@lists.sourceforge.net
8972 S: Maintained
8973 F: Documentation/filesystems/omfs.txt
8974 F: fs/omfs/
8975
8976 OMNIKEY CARDMAN 4000 DRIVER
8977 M: Harald Welte <laforge@gnumonks.org>
8978 S: Maintained
8979 F: drivers/char/pcmcia/cm4000_cs.c
8980 F: include/linux/cm4000_cs.h
8981 F: include/uapi/linux/cm4000_cs.h
8982
8983 OMNIKEY CARDMAN 4040 DRIVER
8984 M: Harald Welte <laforge@gnumonks.org>
8985 S: Maintained
8986 F: drivers/char/pcmcia/cm4040_cs.*
8987
8988 OMNIVISION OV7670 SENSOR DRIVER
8989 M: Jonathan Corbet <corbet@lwn.net>
8990 L: linux-media@vger.kernel.org
8991 T: git git://linuxtv.org/media_tree.git
8992 S: Maintained
8993 F: drivers/media/i2c/ov7670.c
8994
8995 ONENAND FLASH DRIVER
8996 M: Kyungmin Park <kyungmin.park@samsung.com>
8997 L: linux-mtd@lists.infradead.org
8998 S: Maintained
8999 F: drivers/mtd/onenand/
9000 F: include/linux/mtd/onenand*.h
9001
9002 ONSTREAM SCSI TAPE DRIVER
9003 M: Willem Riede <osst@riede.org>
9004 L: osst-users@lists.sourceforge.net
9005 L: linux-scsi@vger.kernel.org
9006 S: Maintained
9007 F: Documentation/scsi/osst.txt
9008 F: drivers/scsi/osst.*
9009 F: drivers/scsi/osst_*.h
9010 F: drivers/scsi/st.h
9011
9012 OPENCORES I2C BUS DRIVER
9013 M: Peter Korsgaard <jacmet@sunsite.dk>
9014 L: linux-i2c@vger.kernel.org
9015 S: Maintained
9016 F: Documentation/i2c/busses/i2c-ocores
9017 F: drivers/i2c/busses/i2c-ocores.c
9018
9019 OPEN FIRMWARE AND FLATTENED DEVICE TREE
9020 M: Rob Herring <robh+dt@kernel.org>
9021 M: Frank Rowand <frowand.list@gmail.com>
9022 L: devicetree@vger.kernel.org
9023 W: http://www.devicetree.org/
9024 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9025 S: Maintained
9026 F: drivers/of/
9027 F: include/linux/of*.h
9028 F: scripts/dtc/
9029
9030 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
9031 M: Rob Herring <robh+dt@kernel.org>
9032 M: Mark Rutland <mark.rutland@arm.com>
9033 L: devicetree@vger.kernel.org
9034 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9035 Q: http://patchwork.ozlabs.org/project/devicetree-bindings/list/
9036 S: Maintained
9037 F: Documentation/devicetree/
9038 F: arch/*/boot/dts/
9039 F: include/dt-bindings/
9040
9041 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
9042 M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
9043 L: devicetree@vger.kernel.org
9044 S: Maintained
9045 F: Documentation/devicetree/dynamic-resolution-notes.txt
9046 F: Documentation/devicetree/overlay-notes.txt
9047 F: drivers/of/overlay.c
9048 F: drivers/of/resolver.c
9049
9050 OPENRISC ARCHITECTURE
9051 M: Jonas Bonn <jonas@southpole.se>
9052 M: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
9053 M: Stafford Horne <shorne@gmail.com>
9054 L: openrisc@lists.librecores.org
9055 W: http://openrisc.io
9056 S: Maintained
9057 F: arch/openrisc/
9058
9059 OPENVSWITCH
9060 M: Pravin Shelar <pshelar@nicira.com>
9061 L: netdev@vger.kernel.org
9062 L: dev@openvswitch.org
9063 W: http://openvswitch.org
9064 S: Maintained
9065 F: net/openvswitch/
9066 F: include/uapi/linux/openvswitch.h
9067
9068 OPERATING PERFORMANCE POINTS (OPP)
9069 M: Viresh Kumar <vireshk@kernel.org>
9070 M: Nishanth Menon <nm@ti.com>
9071 M: Stephen Boyd <sboyd@codeaurora.org>
9072 L: linux-pm@vger.kernel.org
9073 S: Maintained
9074 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9075 F: drivers/base/power/opp/
9076 F: include/linux/pm_opp.h
9077 F: Documentation/power/opp.txt
9078 F: Documentation/devicetree/bindings/opp/
9079
9080 OPL4 DRIVER
9081 M: Clemens Ladisch <clemens@ladisch.de>
9082 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9083 T: git git://git.alsa-project.org/alsa-kernel.git
9084 S: Maintained
9085 F: sound/drivers/opl4/
9086
9087 OPROFILE
9088 M: Robert Richter <rric@kernel.org>
9089 L: oprofile-list@lists.sf.net
9090 S: Maintained
9091 F: arch/*/include/asm/oprofile*.h
9092 F: arch/*/oprofile/
9093 F: drivers/oprofile/
9094 F: include/linux/oprofile.h
9095
9096 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9097 M: Mark Fasheh <mfasheh@versity.com>
9098 M: Joel Becker <jlbec@evilplan.org>
9099 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
9100 W: http://ocfs2.wiki.kernel.org
9101 S: Supported
9102 F: Documentation/filesystems/ocfs2.txt
9103 F: Documentation/filesystems/dlmfs.txt
9104 F: fs/ocfs2/
9105
9106 ORINOCO DRIVER
9107 L: linux-wireless@vger.kernel.org
9108 W: http://wireless.kernel.org/en/users/Drivers/orinoco
9109 W: http://www.nongnu.org/orinoco/
9110 S: Orphan
9111 F: drivers/net/wireless/intersil/orinoco/
9112
9113 OSD LIBRARY and FILESYSTEM
9114 M: Boaz Harrosh <ooo@electrozaur.com>
9115 M: Benny Halevy <bhalevy@primarydata.com>
9116 L: osd-dev@open-osd.org
9117 W: http://open-osd.org
9118 T: git git://git.open-osd.org/open-osd.git
9119 S: Maintained
9120 F: drivers/scsi/osd/
9121 F: include/scsi/osd_*
9122 F: fs/exofs/
9123
9124 OVERLAY FILESYSTEM
9125 M: Miklos Szeredi <miklos@szeredi.hu>
9126 L: linux-unionfs@vger.kernel.org
9127 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9128 S: Supported
9129 F: fs/overlayfs/
9130 F: Documentation/filesystems/overlayfs.txt
9131
9132 ORANGEFS FILESYSTEM
9133 M: Mike Marshall <hubcap@omnibond.com>
9134 L: pvfs2-developers@beowulf-underground.org (subscribers-only)
9135 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9136 S: Supported
9137 F: fs/orangefs/
9138 F: Documentation/filesystems/orangefs.txt
9139
9140 P54 WIRELESS DRIVER
9141 M: Christian Lamparter <chunkeey@googlemail.com>
9142 L: linux-wireless@vger.kernel.org
9143 W: http://wireless.kernel.org/en/users/Drivers/p54
9144 S: Maintained
9145 F: drivers/net/wireless/intersil/p54/
9146
9147 PA SEMI ETHERNET DRIVER
9148 L: netdev@vger.kernel.org
9149 S: Orphan
9150 F: drivers/net/ethernet/pasemi/*
9151
9152 PA SEMI SMBUS DRIVER
9153 L: linux-i2c@vger.kernel.org
9154 S: Orphan
9155 F: drivers/i2c/busses/i2c-pasemi.c
9156
9157 PADATA PARALLEL EXECUTION MECHANISM
9158 M: Steffen Klassert <steffen.klassert@secunet.com>
9159 L: linux-crypto@vger.kernel.org
9160 S: Maintained
9161 F: kernel/padata.c
9162 F: include/linux/padata.h
9163 F: Documentation/padata.txt
9164
9165 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9166 M: Harald Welte <laforge@gnumonks.org>
9167 L: platform-driver-x86@vger.kernel.org
9168 S: Maintained
9169 F: drivers/platform/x86/panasonic-laptop.c
9170
9171 PANASONIC MN10300/AM33/AM34 PORT
9172 M: David Howells <dhowells@redhat.com>
9173 L: linux-am33-list@redhat.com (moderated for non-subscribers)
9174 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9175 S: Maintained
9176 F: Documentation/mn10300/
9177 F: arch/mn10300/
9178
9179 PARALLEL LCD/KEYPAD PANEL DRIVER
9180 M: Willy Tarreau <willy@haproxy.com>
9181 M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
9182 S: Odd Fixes
9183 F: Documentation/misc-devices/lcd-panel-cgram.txt
9184 F: drivers/misc/panel.c
9185
9186 PARALLEL PORT SUBSYSTEM
9187 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9188 M: Sudip Mukherjee <sudip@vectorindia.org>
9189 L: linux-parport@lists.infradead.org (subscribers-only)
9190 S: Maintained
9191 F: drivers/parport/
9192 F: include/linux/parport*.h
9193 F: drivers/char/ppdev.c
9194 F: include/uapi/linux/ppdev.h
9195 F: Documentation/parport*.txt
9196
9197 PARAVIRT_OPS INTERFACE
9198 M: Jeremy Fitzhardinge <jeremy@goop.org>
9199 M: Chris Wright <chrisw@sous-sol.org>
9200 M: Alok Kataria <akataria@vmware.com>
9201 M: Rusty Russell <rusty@rustcorp.com.au>
9202 L: virtualization@lists.linux-foundation.org
9203 S: Supported
9204 F: Documentation/virtual/paravirt_ops.txt
9205 F: arch/*/kernel/paravirt*
9206 F: arch/*/include/asm/paravirt.h
9207 F: include/linux/hypervisor.h
9208
9209 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9210 M: Tim Waugh <tim@cyberelk.net>
9211 L: linux-parport@lists.infradead.org (subscribers-only)
9212 S: Maintained
9213 F: Documentation/blockdev/paride.txt
9214 F: drivers/block/paride/
9215
9216 PARISC ARCHITECTURE
9217 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
9218 M: Helge Deller <deller@gmx.de>
9219 L: linux-parisc@vger.kernel.org
9220 W: http://www.parisc-linux.org/
9221 Q: http://patchwork.kernel.org/project/linux-parisc/list/
9222 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9223 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9224 S: Maintained
9225 F: arch/parisc/
9226 F: Documentation/parisc/
9227 F: drivers/parisc/
9228 F: drivers/char/agp/parisc-agp.c
9229 F: drivers/input/serio/gscps2.c
9230 F: drivers/parport/parport_gsc.*
9231 F: drivers/tty/serial/8250/8250_gsc.c
9232 F: drivers/video/fbdev/sti*
9233 F: drivers/video/console/sti*
9234 F: drivers/video/logo/logo_parisc*
9235
9236 PC87360 HARDWARE MONITORING DRIVER
9237 M: Jim Cromie <jim.cromie@gmail.com>
9238 L: linux-hwmon@vger.kernel.org
9239 S: Maintained
9240 F: Documentation/hwmon/pc87360
9241 F: drivers/hwmon/pc87360.c
9242
9243 PC8736x GPIO DRIVER
9244 M: Jim Cromie <jim.cromie@gmail.com>
9245 S: Maintained
9246 F: drivers/char/pc8736x_gpio.c
9247
9248 PC87427 HARDWARE MONITORING DRIVER
9249 M: Jean Delvare <jdelvare@suse.com>
9250 L: linux-hwmon@vger.kernel.org
9251 S: Maintained
9252 F: Documentation/hwmon/pc87427
9253 F: drivers/hwmon/pc87427.c
9254
9255 PCA9532 LED DRIVER
9256 M: Riku Voipio <riku.voipio@iki.fi>
9257 S: Maintained
9258 F: drivers/leds/leds-pca9532.c
9259 F: include/linux/leds-pca9532.h
9260
9261 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9262 M: Guenter Roeck <linux@roeck-us.net>
9263 L: linux-i2c@vger.kernel.org
9264 S: Maintained
9265 F: drivers/i2c/muxes/i2c-mux-pca9541.c
9266
9267 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9268 M: Khalid Aziz <khalid@gonehiking.org>
9269 S: Maintained
9270 F: drivers/firmware/pcdp.*
9271
9272 PCI ERROR RECOVERY
9273 M: Linas Vepstas <linasvepstas@gmail.com>
9274 L: linux-pci@vger.kernel.org
9275 S: Supported
9276 F: Documentation/PCI/pci-error-recovery.txt
9277
9278 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9279 M: Russell Currey <ruscur@russell.cc>
9280 L: linuxppc-dev@lists.ozlabs.org
9281 S: Supported
9282 F: Documentation/powerpc/eeh-pci-error-recovery.txt
9283 F: arch/powerpc/kernel/eeh*.c
9284 F: arch/powerpc/platforms/*/eeh*.c
9285 F: arch/powerpc/include/*/eeh*.h
9286
9287 PCI SUBSYSTEM
9288 M: Bjorn Helgaas <bhelgaas@google.com>
9289 L: linux-pci@vger.kernel.org
9290 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
9291 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9292 S: Supported
9293 F: Documentation/devicetree/bindings/pci/
9294 F: Documentation/PCI/
9295 F: drivers/pci/
9296 F: include/linux/pci*
9297 F: arch/x86/pci/
9298 F: arch/x86/kernel/quirks.c
9299
9300 PCI DRIVER FOR ALTERA PCIE IP
9301 M: Ley Foon Tan <lftan@altera.com>
9302 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9303 L: linux-pci@vger.kernel.org
9304 S: Supported
9305 F: Documentation/devicetree/bindings/pci/altera-pcie.txt
9306 F: drivers/pci/host/pcie-altera.c
9307
9308 PCI DRIVER FOR ARM VERSATILE PLATFORM
9309 M: Rob Herring <robh@kernel.org>
9310 L: linux-pci@vger.kernel.org
9311 L: linux-arm-kernel@lists.infradead.org
9312 S: Maintained
9313 F: Documentation/devicetree/bindings/pci/versatile.txt
9314 F: drivers/pci/host/pci-versatile.c
9315
9316 PCI DRIVER FOR ARMADA 8K
9317 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9318 L: linux-pci@vger.kernel.org
9319 L: linux-arm-kernel@lists.infradead.org
9320 S: Maintained
9321 F: Documentation/devicetree/bindings/pci/pci-armada8k.txt
9322 F: drivers/pci/host/pcie-armada8k.c
9323
9324 PCI DRIVER FOR APPLIEDMICRO XGENE
9325 M: Tanmay Inamdar <tinamdar@apm.com>
9326 L: linux-pci@vger.kernel.org
9327 L: linux-arm-kernel@lists.infradead.org
9328 S: Maintained
9329 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
9330 F: drivers/pci/host/pci-xgene.c
9331
9332 PCI DRIVER FOR FREESCALE LAYERSCAPE
9333 M: Minghuan Lian <minghuan.Lian@freescale.com>
9334 M: Mingkai Hu <mingkai.hu@freescale.com>
9335 M: Roy Zang <tie-fei.zang@freescale.com>
9336 L: linuxppc-dev@lists.ozlabs.org
9337 L: linux-pci@vger.kernel.org
9338 L: linux-arm-kernel@lists.infradead.org
9339 S: Maintained
9340 F: drivers/pci/host/*layerscape*
9341
9342 PCI DRIVER FOR IMX6
9343 M: Richard Zhu <hongxing.zhu@nxp.com>
9344 M: Lucas Stach <l.stach@pengutronix.de>
9345 L: linux-pci@vger.kernel.org
9346 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9347 S: Maintained
9348 F: Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
9349 F: drivers/pci/host/*imx6*
9350
9351 PCI DRIVER FOR TI KEYSTONE
9352 M: Murali Karicheri <m-karicheri2@ti.com>
9353 L: linux-pci@vger.kernel.org
9354 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9355 S: Maintained
9356 F: drivers/pci/host/*keystone*
9357
9358 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9359 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9360 M: Jason Cooper <jason@lakedaemon.net>
9361 L: linux-pci@vger.kernel.org
9362 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9363 S: Maintained
9364 F: drivers/pci/host/*mvebu*
9365
9366 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9367 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9368 L: linux-pci@vger.kernel.org
9369 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9370 S: Maintained
9371 F: Documentation/devicetree/bindings/pci/aardvark-pci.txt
9372 F: drivers/pci/host/pci-aardvark.c
9373
9374 PCI DRIVER FOR NVIDIA TEGRA
9375 M: Thierry Reding <thierry.reding@gmail.com>
9376 L: linux-tegra@vger.kernel.org
9377 L: linux-pci@vger.kernel.org
9378 S: Supported
9379 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9380 F: drivers/pci/host/pci-tegra.c
9381
9382 PCI DRIVER FOR TI DRA7XX
9383 M: Kishon Vijay Abraham I <kishon@ti.com>
9384 L: linux-omap@vger.kernel.org
9385 L: linux-pci@vger.kernel.org
9386 S: Supported
9387 F: Documentation/devicetree/bindings/pci/ti-pci.txt
9388 F: drivers/pci/host/pci-dra7xx.c
9389
9390 PCI DRIVER FOR RENESAS R-CAR
9391 M: Simon Horman <horms@verge.net.au>
9392 L: linux-pci@vger.kernel.org
9393 L: linux-renesas-soc@vger.kernel.org
9394 S: Maintained
9395 F: drivers/pci/host/*rcar*
9396
9397 PCI DRIVER FOR SAMSUNG EXYNOS
9398 M: Jingoo Han <jingoohan1@gmail.com>
9399 L: linux-pci@vger.kernel.org
9400 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9401 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9402 S: Maintained
9403 F: drivers/pci/host/pci-exynos.c
9404
9405 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9406 M: Jingoo Han <jingoohan1@gmail.com>
9407 M: Joao Pinto <Joao.Pinto@synopsys.com>
9408 L: linux-pci@vger.kernel.org
9409 S: Maintained
9410 F: Documentation/devicetree/bindings/pci/designware-pcie.txt
9411 F: drivers/pci/host/*designware*
9412
9413 PCI DRIVER FOR GENERIC OF HOSTS
9414 M: Will Deacon <will.deacon@arm.com>
9415 L: linux-pci@vger.kernel.org
9416 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9417 S: Maintained
9418 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
9419 F: drivers/pci/host/pci-host-common.c
9420 F: drivers/pci/host/pci-host-generic.c
9421
9422 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9423 M: Keith Busch <keith.busch@intel.com>
9424 L: linux-pci@vger.kernel.org
9425 S: Supported
9426 F: drivers/pci/host/vmd.c
9427
9428 PCIE DRIVER FOR ST SPEAR13XX
9429 M: Pratyush Anand <pratyush.anand@gmail.com>
9430 L: linux-pci@vger.kernel.org
9431 S: Maintained
9432 F: drivers/pci/host/*spear*
9433
9434 PCI MSI DRIVER FOR ALTERA MSI IP
9435 M: Ley Foon Tan <lftan@altera.com>
9436 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9437 L: linux-pci@vger.kernel.org
9438 S: Supported
9439 F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9440 F: drivers/pci/host/pcie-altera-msi.c
9441
9442 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9443 M: Duc Dang <dhdang@apm.com>
9444 L: linux-pci@vger.kernel.org
9445 L: linux-arm-kernel@lists.infradead.org
9446 S: Maintained
9447 F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9448 F: drivers/pci/host/pci-xgene-msi.c
9449
9450 PCIE DRIVER FOR AXIS ARTPEC
9451 M: Niklas Cassel <niklas.cassel@axis.com>
9452 M: Jesper Nilsson <jesper.nilsson@axis.com>
9453 L: linux-arm-kernel@axis.com
9454 L: linux-pci@vger.kernel.org
9455 S: Maintained
9456 F: Documentation/devicetree/bindings/pci/axis,artpec*
9457 F: drivers/pci/host/*artpec*
9458
9459 PCIE DRIVER FOR HISILICON
9460 M: Zhou Wang <wangzhou1@hisilicon.com>
9461 M: Gabriele Paoloni <gabriele.paoloni@huawei.com>
9462 L: linux-pci@vger.kernel.org
9463 S: Maintained
9464 F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9465 F: drivers/pci/host/pcie-hisi.c
9466
9467 PCIE DRIVER FOR ROCKCHIP
9468 M: Shawn Lin <shawn.lin@rock-chips.com>
9469 M: Wenrui Li <wenrui.li@rock-chips.com>
9470 L: linux-pci@vger.kernel.org
9471 L: linux-rockchip@lists.infradead.org
9472 S: Maintained
9473 F: Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9474 F: drivers/pci/host/pcie-rockchip.c
9475
9476 PCIE DRIVER FOR QUALCOMM MSM
9477 M: Stanimir Varbanov <svarbanov@mm-sol.com>
9478 L: linux-pci@vger.kernel.org
9479 L: linux-arm-msm@vger.kernel.org
9480 S: Maintained
9481 F: drivers/pci/host/*qcom*
9482
9483 PCIE DRIVER FOR CAVIUM THUNDERX
9484 M: David Daney <david.daney@cavium.com>
9485 L: linux-pci@vger.kernel.org
9486 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9487 S: Supported
9488 F: Documentation/devicetree/bindings/pci/pci-thunder-*
9489 F: drivers/pci/host/pci-thunder-*
9490
9491 PCMCIA SUBSYSTEM
9492 P: Linux PCMCIA Team
9493 L: linux-pcmcia@lists.infradead.org
9494 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9495 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9496 S: Maintained
9497 F: Documentation/pcmcia/
9498 F: tools/pcmcia/
9499 F: drivers/pcmcia/
9500 F: include/pcmcia/
9501
9502 PCNET32 NETWORK DRIVER
9503 M: Don Fry <pcnet32@frontier.com>
9504 L: netdev@vger.kernel.org
9505 S: Maintained
9506 F: drivers/net/ethernet/amd/pcnet32.c
9507
9508 PCRYPT PARALLEL CRYPTO ENGINE
9509 M: Steffen Klassert <steffen.klassert@secunet.com>
9510 L: linux-crypto@vger.kernel.org
9511 S: Maintained
9512 F: crypto/pcrypt.c
9513 F: include/crypto/pcrypt.h
9514
9515 PER-CPU MEMORY ALLOCATOR
9516 M: Tejun Heo <tj@kernel.org>
9517 M: Christoph Lameter <cl@linux.com>
9518 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9519 S: Maintained
9520 F: include/linux/percpu*.h
9521 F: mm/percpu*.c
9522 F: arch/*/include/asm/percpu.h
9523
9524 PER-TASK DELAY ACCOUNTING
9525 M: Balbir Singh <bsingharora@gmail.com>
9526 S: Maintained
9527 F: include/linux/delayacct.h
9528 F: kernel/delayacct.c
9529
9530 PERFORMANCE EVENTS SUBSYSTEM
9531 M: Peter Zijlstra <peterz@infradead.org>
9532 M: Ingo Molnar <mingo@redhat.com>
9533 M: Arnaldo Carvalho de Melo <acme@kernel.org>
9534 R: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9535 L: linux-kernel@vger.kernel.org
9536 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9537 S: Supported
9538 F: kernel/events/*
9539 F: include/linux/perf_event.h
9540 F: include/uapi/linux/perf_event.h
9541 F: arch/*/kernel/perf_event*.c
9542 F: arch/*/kernel/*/perf_event*.c
9543 F: arch/*/kernel/*/*/perf_event*.c
9544 F: arch/*/include/asm/perf_event.h
9545 F: arch/*/kernel/perf_callchain.c
9546 F: arch/*/events/*
9547 F: tools/perf/
9548
9549 PERSONALITY HANDLING
9550 M: Christoph Hellwig <hch@infradead.org>
9551 L: linux-abi-devel@lists.sourceforge.net
9552 S: Maintained
9553 F: include/linux/personality.h
9554 F: include/uapi/linux/personality.h
9555
9556 PHONET PROTOCOL
9557 M: Remi Denis-Courmont <courmisch@gmail.com>
9558 S: Supported
9559 F: Documentation/networking/phonet.txt
9560 F: include/linux/phonet.h
9561 F: include/net/phonet/
9562 F: include/uapi/linux/phonet.h
9563 F: net/phonet/
9564
9565 PHRAM MTD DRIVER
9566 M: Joern Engel <joern@lazybastard.org>
9567 L: linux-mtd@lists.infradead.org
9568 S: Maintained
9569 F: drivers/mtd/devices/phram.c
9570
9571 PICOLCD HID DRIVER
9572 M: Bruno Prémont <bonbons@linux-vserver.org>
9573 L: linux-input@vger.kernel.org
9574 S: Maintained
9575 F: drivers/hid/hid-picolcd*
9576
9577 PICOXCELL SUPPORT
9578 M: Jamie Iles <jamie@jamieiles.com>
9579 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9580 T: git git://github.com/jamieiles/linux-2.6-ji.git
9581 S: Supported
9582 F: arch/arm/boot/dts/picoxcell*
9583 F: arch/arm/mach-picoxcell/
9584 F: drivers/crypto/picoxcell*
9585
9586 PIN CONTROL SUBSYSTEM
9587 M: Linus Walleij <linus.walleij@linaro.org>
9588 L: linux-gpio@vger.kernel.org
9589 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9590 S: Maintained
9591 F: Documentation/devicetree/bindings/pinctrl/
9592 F: Documentation/pinctrl.txt
9593 F: drivers/pinctrl/
9594 F: include/linux/pinctrl/
9595
9596 PIN CONTROLLER - ATMEL AT91
9597 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9598 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9599 S: Maintained
9600 F: drivers/pinctrl/pinctrl-at91.*
9601
9602 PIN CONTROLLER - ATMEL AT91 PIO4
9603 M: Ludovic Desroches <ludovic.desroches@atmel.com>
9604 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9605 L: linux-gpio@vger.kernel.org
9606 S: Supported
9607 F: drivers/pinctrl/pinctrl-at91-pio4.*
9608
9609 PIN CONTROLLER - INTEL
9610 M: Mika Westerberg <mika.westerberg@linux.intel.com>
9611 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
9612 S: Maintained
9613 F: drivers/pinctrl/intel/
9614
9615 PIN CONTROLLER - RENESAS
9616 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9617 M: Geert Uytterhoeven <geert+renesas@glider.be>
9618 L: linux-renesas-soc@vger.kernel.org
9619 S: Maintained
9620 F: drivers/pinctrl/sh-pfc/
9621
9622 PIN CONTROLLER - SAMSUNG
9623 M: Tomasz Figa <tomasz.figa@gmail.com>
9624 M: Krzysztof Kozlowski <krzk@kernel.org>
9625 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9626 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9627 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9628 S: Maintained
9629 F: drivers/pinctrl/samsung/
9630 F: include/dt-bindings/pinctrl/samsung.h
9631 F: Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
9632
9633 PIN CONTROLLER - SINGLE
9634 M: Tony Lindgren <tony@atomide.com>
9635 M: Haojian Zhuang <haojian.zhuang@linaro.org>
9636 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9637 L: linux-omap@vger.kernel.org
9638 S: Maintained
9639 F: drivers/pinctrl/pinctrl-single.c
9640
9641 PIN CONTROLLER - ST SPEAR
9642 M: Viresh Kumar <vireshk@kernel.org>
9643 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9644 W: http://www.st.com/spear
9645 S: Maintained
9646 F: drivers/pinctrl/spear/
9647
9648 PISTACHIO SOC SUPPORT
9649 M: James Hartley <james.hartley@imgtec.com>
9650 M: Ionela Voinescu <ionela.voinescu@imgtec.com>
9651 L: linux-mips@linux-mips.org
9652 S: Maintained
9653 F: arch/mips/pistachio/
9654 F: arch/mips/include/asm/mach-pistachio/
9655 F: arch/mips/boot/dts/pistachio/
9656 F: arch/mips/configs/pistachio*_defconfig
9657
9658 PKTCDVD DRIVER
9659 M: Jiri Kosina <jikos@kernel.org>
9660 S: Maintained
9661 F: drivers/block/pktcdvd.c
9662 F: include/linux/pktcdvd.h
9663 F: include/uapi/linux/pktcdvd.h
9664
9665 PKUNITY SOC DRIVERS
9666 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
9667 W: http://mprc.pku.edu.cn/~guanxuetao/linux
9668 S: Maintained
9669 T: git git://github.com/gxt/linux.git
9670 F: drivers/input/serio/i8042-unicore32io.h
9671 F: drivers/i2c/busses/i2c-puv3.c
9672 F: drivers/video/fbdev/fb-puv3.c
9673 F: drivers/rtc/rtc-puv3.c
9674
9675 PMBUS HARDWARE MONITORING DRIVERS
9676 M: Guenter Roeck <linux@roeck-us.net>
9677 L: linux-hwmon@vger.kernel.org
9678 W: http://hwmon.wiki.kernel.org/
9679 W: http://www.roeck-us.net/linux/drivers/
9680 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9681 S: Maintained
9682 F: Documentation/hwmon/pmbus
9683 F: drivers/hwmon/pmbus/
9684 F: include/linux/i2c/pmbus.h
9685
9686 PMC SIERRA MaxRAID DRIVER
9687 L: linux-scsi@vger.kernel.org
9688 W: http://www.pmc-sierra.com/
9689 S: Orphan
9690 F: drivers/scsi/pmcraid.*
9691
9692 PMC SIERRA PM8001 DRIVER
9693 M: Jack Wang <jinpu.wang@profitbricks.com>
9694 M: lindar_liu@usish.com
9695 L: pmchba@pmcs.com
9696 L: linux-scsi@vger.kernel.org
9697 S: Supported
9698 F: drivers/scsi/pm8001/
9699
9700 POSIX CLOCKS and TIMERS
9701 M: Thomas Gleixner <tglx@linutronix.de>
9702 L: linux-kernel@vger.kernel.org
9703 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9704 S: Maintained
9705 F: fs/timerfd.c
9706 F: include/linux/timer*
9707 F: kernel/time/*timer*
9708
9709 POWER MANAGEMENT CORE
9710 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
9711 L: linux-pm@vger.kernel.org
9712 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9713 B: https://bugzilla.kernel.org
9714 S: Supported
9715 F: drivers/base/power/
9716 F: include/linux/pm.h
9717 F: include/linux/pm_*
9718 F: include/linux/powercap.h
9719 F: drivers/powercap/
9720
9721 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9722 M: Sebastian Reichel <sre@kernel.org>
9723 L: linux-pm@vger.kernel.org
9724 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9725 S: Maintained
9726 F: Documentation/devicetree/bindings/power/supply/
9727 F: include/linux/power_supply.h
9728 F: drivers/power/supply/
9729
9730 POWER STATE COORDINATION INTERFACE (PSCI)
9731 M: Mark Rutland <mark.rutland@arm.com>
9732 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9733 L: linux-arm-kernel@lists.infradead.org
9734 S: Maintained
9735 F: drivers/firmware/psci.c
9736 F: include/linux/psci.h
9737 F: include/uapi/linux/psci.h
9738
9739 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9740 M: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9741 L: linuxppc-dev@lists.ozlabs.org
9742 S: Maintained
9743 F: drivers/char/powernv-op-panel.c
9744
9745 PNP SUPPORT
9746 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9747 S: Maintained
9748 F: drivers/pnp/
9749
9750 PPP PROTOCOL DRIVERS AND COMPRESSORS
9751 M: Paul Mackerras <paulus@samba.org>
9752 L: linux-ppp@vger.kernel.org
9753 S: Maintained
9754 F: drivers/net/ppp/ppp_*
9755
9756 PPP OVER ATM (RFC 2364)
9757 M: Mitchell Blank Jr <mitch@sfgoth.com>
9758 S: Maintained
9759 F: net/atm/pppoatm.c
9760 F: include/uapi/linux/atmppp.h
9761
9762 PPP OVER ETHERNET
9763 M: Michal Ostrowski <mostrows@earthlink.net>
9764 S: Maintained
9765 F: drivers/net/ppp/pppoe.c
9766 F: drivers/net/ppp/pppox.c
9767
9768 PPP OVER L2TP
9769 M: James Chapman <jchapman@katalix.com>
9770 S: Maintained
9771 F: net/l2tp/l2tp_ppp.c
9772 F: include/linux/if_pppol2tp.h
9773 F: include/uapi/linux/if_pppol2tp.h
9774
9775 PPS SUPPORT
9776 M: Rodolfo Giometti <giometti@enneenne.com>
9777 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
9778 L: linuxpps@ml.enneenne.com (subscribers-only)
9779 S: Maintained
9780 F: Documentation/pps/
9781 F: drivers/pps/
9782 F: include/linux/pps*.h
9783
9784 PPTP DRIVER
9785 M: Dmitry Kozlov <xeb@mail.ru>
9786 L: netdev@vger.kernel.org
9787 S: Maintained
9788 F: drivers/net/ppp/pptp.c
9789 W: http://sourceforge.net/projects/accel-pptp
9790
9791 PREEMPTIBLE KERNEL
9792 M: Robert Love <rml@tech9.net>
9793 L: kpreempt-tech@lists.sourceforge.net
9794 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9795 S: Supported
9796 F: Documentation/preempt-locking.txt
9797 F: include/linux/preempt.h
9798
9799 PRISM54 WIRELESS DRIVER
9800 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
9801 L: linux-wireless@vger.kernel.org
9802 W: http://wireless.kernel.org/en/users/Drivers/p54
9803 S: Obsolete
9804 F: drivers/net/wireless/intersil/prism54/
9805
9806 PS3 NETWORK SUPPORT
9807 M: Geoff Levand <geoff@infradead.org>
9808 L: netdev@vger.kernel.org
9809 L: linuxppc-dev@lists.ozlabs.org
9810 S: Maintained
9811 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
9812
9813 PS3 PLATFORM SUPPORT
9814 M: Geoff Levand <geoff@infradead.org>
9815 L: linuxppc-dev@lists.ozlabs.org
9816 S: Maintained
9817 F: arch/powerpc/boot/ps3*
9818 F: arch/powerpc/include/asm/lv1call.h
9819 F: arch/powerpc/include/asm/ps3*.h
9820 F: arch/powerpc/platforms/ps3/
9821 F: drivers/*/ps3*
9822 F: drivers/ps3/
9823 F: drivers/rtc/rtc-ps3.c
9824 F: drivers/usb/host/*ps3.c
9825 F: sound/ppc/snd_ps3*
9826
9827 PS3VRAM DRIVER
9828 M: Jim Paris <jim@jtan.com>
9829 M: Geoff Levand <geoff@infradead.org>
9830 L: linuxppc-dev@lists.ozlabs.org
9831 S: Maintained
9832 F: drivers/block/ps3vram.c
9833
9834 PSTORE FILESYSTEM
9835 M: Anton Vorontsov <anton@enomsg.org>
9836 M: Colin Cross <ccross@android.com>
9837 M: Kees Cook <keescook@chromium.org>
9838 M: Tony Luck <tony.luck@intel.com>
9839 S: Maintained
9840 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9841 F: fs/pstore/
9842 F: include/linux/pstore*
9843 F: drivers/firmware/efi/efi-pstore.c
9844 F: drivers/acpi/apei/erst.c
9845
9846 PTP HARDWARE CLOCK SUPPORT
9847 M: Richard Cochran <richardcochran@gmail.com>
9848 L: netdev@vger.kernel.org
9849 S: Maintained
9850 W: http://linuxptp.sourceforge.net/
9851 F: Documentation/ABI/testing/sysfs-ptp
9852 F: Documentation/ptp/*
9853 F: drivers/net/ethernet/freescale/gianfar_ptp.c
9854 F: drivers/net/phy/dp83640*
9855 F: drivers/ptp/*
9856 F: include/linux/ptp_cl*
9857
9858 PTRACE SUPPORT
9859 M: Roland McGrath <roland@hack.frob.com>
9860 M: Oleg Nesterov <oleg@redhat.com>
9861 S: Maintained
9862 F: include/asm-generic/syscall.h
9863 F: include/linux/ptrace.h
9864 F: include/linux/regset.h
9865 F: include/linux/tracehook.h
9866 F: include/uapi/linux/ptrace.h
9867 F: kernel/ptrace.c
9868
9869 PULSE8-CEC DRIVER
9870 M: Hans Verkuil <hverkuil@xs4all.nl>
9871 L: linux-media@vger.kernel.org
9872 T: git git://linuxtv.org/media_tree.git
9873 S: Maintained
9874 F: drivers/staging/media/pulse8-cec
9875
9876 PVRUSB2 VIDEO4LINUX DRIVER
9877 M: Mike Isely <isely@pobox.com>
9878 L: pvrusb2@isely.net (subscribers-only)
9879 L: linux-media@vger.kernel.org
9880 W: http://www.isely.net/pvrusb2/
9881 T: git git://linuxtv.org/media_tree.git
9882 S: Maintained
9883 F: Documentation/media/v4l-drivers/pvrusb2*
9884 F: drivers/media/usb/pvrusb2/
9885
9886 PWC WEBCAM DRIVER
9887 M: Hans Verkuil <hverkuil@xs4all.nl>
9888 L: linux-media@vger.kernel.org
9889 T: git git://linuxtv.org/media_tree.git
9890 S: Odd Fixes
9891 F: drivers/media/usb/pwc/*
9892
9893 PWM FAN DRIVER
9894 M: Kamil Debski <kamil@wypas.org>
9895 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
9896 L: linux-hwmon@vger.kernel.org
9897 S: Supported
9898 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9899 F: Documentation/hwmon/pwm-fan
9900 F: drivers/hwmon/pwm-fan.c
9901
9902 PWM SUBSYSTEM
9903 M: Thierry Reding <thierry.reding@gmail.com>
9904 L: linux-pwm@vger.kernel.org
9905 S: Maintained
9906 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9907 F: Documentation/pwm.txt
9908 F: Documentation/devicetree/bindings/pwm/
9909 F: include/linux/pwm.h
9910 F: drivers/pwm/
9911 F: drivers/video/backlight/pwm_bl.c
9912 F: include/linux/pwm_backlight.h
9913
9914 PXA2xx/PXA3xx SUPPORT
9915 M: Daniel Mack <daniel@zonque.org>
9916 M: Haojian Zhuang <haojian.zhuang@gmail.com>
9917 M: Robert Jarzmik <robert.jarzmik@free.fr>
9918 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9919 T: git git://github.com/hzhuang1/linux.git
9920 T: git git://github.com/rjarzmik/linux.git
9921 S: Maintained
9922 F: arch/arm/boot/dts/pxa*
9923 F: arch/arm/mach-pxa/
9924 F: drivers/dma/pxa*
9925 F: drivers/pcmcia/pxa2xx*
9926 F: drivers/pinctrl/pxa/
9927 F: drivers/spi/spi-pxa2xx*
9928 F: drivers/usb/gadget/udc/pxa2*
9929 F: include/sound/pxa2xx-lib.h
9930 F: sound/arm/pxa*
9931 F: sound/soc/pxa/
9932
9933 PXA GPIO DRIVER
9934 M: Robert Jarzmik <robert.jarzmik@free.fr>
9935 L: linux-gpio@vger.kernel.org
9936 S: Maintained
9937 F: drivers/gpio/gpio-pxa.c
9938
9939 PXA3xx NAND FLASH DRIVER
9940 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9941 L: linux-mtd@lists.infradead.org
9942 S: Maintained
9943 F: drivers/mtd/nand/pxa3xx_nand.c
9944
9945 MMP SUPPORT
9946 M: Eric Miao <eric.y.miao@gmail.com>
9947 M: Haojian Zhuang <haojian.zhuang@gmail.com>
9948 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9949 T: git git://github.com/hzhuang1/linux.git
9950 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
9951 S: Maintained
9952 F: arch/arm/boot/dts/mmp*
9953 F: arch/arm/mach-mmp/
9954
9955 PXA MMCI DRIVER
9956 S: Orphan
9957
9958 PXA RTC DRIVER
9959 M: Robert Jarzmik <robert.jarzmik@free.fr>
9960 L: rtc-linux@googlegroups.com
9961 S: Maintained
9962
9963 QAT DRIVER
9964 M: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
9965 M: Salvatore Benedetto <salvatore.benedetto@intel.com>
9966 L: qat-linux@intel.com
9967 S: Supported
9968 F: drivers/crypto/qat/
9969
9970 QIB DRIVER
9971 M: Mike Marciniszyn <infinipath@intel.com>
9972 L: linux-rdma@vger.kernel.org
9973 S: Supported
9974 F: drivers/infiniband/hw/qib/
9975
9976 QLOGIC QLA1280 SCSI DRIVER
9977 M: Michael Reed <mdr@sgi.com>
9978 L: linux-scsi@vger.kernel.org
9979 S: Maintained
9980 F: drivers/scsi/qla1280.[ch]
9981
9982 QLOGIC QLA2XXX FC-SCSI DRIVER
9983 M: qla2xxx-upstream@qlogic.com
9984 L: linux-scsi@vger.kernel.org
9985 S: Supported
9986 F: Documentation/scsi/LICENSE.qla2xxx
9987 F: drivers/scsi/qla2xxx/
9988
9989 QLOGIC QLA4XXX iSCSI DRIVER
9990 M: QLogic-Storage-Upstream@qlogic.com
9991 L: linux-scsi@vger.kernel.org
9992 S: Supported
9993 F: Documentation/scsi/LICENSE.qla4xxx
9994 F: drivers/scsi/qla4xxx/
9995
9996 QLOGIC QLA3XXX NETWORK DRIVER
9997 M: Dept-GELinuxNICDev@cavium.com
9998 L: netdev@vger.kernel.org
9999 S: Supported
10000 F: Documentation/networking/LICENSE.qla3xxx
10001 F: drivers/net/ethernet/qlogic/qla3xxx.*
10002
10003 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
10004 M: Harish Patil <harish.patil@cavium.com>
10005 M: Manish Chopra <manish.chopra@cavium.com>
10006 M: Dept-GELinuxNICDev@cavium.com
10007 L: netdev@vger.kernel.org
10008 S: Supported
10009 F: drivers/net/ethernet/qlogic/qlcnic/
10010
10011 QLOGIC QLGE 10Gb ETHERNET DRIVER
10012 M: Harish Patil <harish.patil@cavium.com>
10013 M: Manish Chopra <manish.chopra@cavium.com>
10014 M: Dept-GELinuxNICDev@cavium.com
10015 L: netdev@vger.kernel.org
10016 S: Supported
10017 F: drivers/net/ethernet/qlogic/qlge/
10018
10019 QLOGIC QL4xxx ETHERNET DRIVER
10020 M: Yuval Mintz <Yuval.Mintz@cavium.com>
10021 M: Ariel Elior <Ariel.Elior@cavium.com>
10022 M: everest-linux-l2@cavium.com
10023 L: netdev@vger.kernel.org
10024 S: Supported
10025 F: drivers/net/ethernet/qlogic/qed/
10026 F: include/linux/qed/
10027 F: drivers/net/ethernet/qlogic/qede/
10028
10029 QNX4 FILESYSTEM
10030 M: Anders Larsen <al@alarsen.net>
10031 W: http://www.alarsen.net/linux/qnx4fs/
10032 S: Maintained
10033 F: fs/qnx4/
10034 F: include/uapi/linux/qnx4_fs.h
10035 F: include/uapi/linux/qnxtypes.h
10036
10037 QT1010 MEDIA DRIVER
10038 M: Antti Palosaari <crope@iki.fi>
10039 L: linux-media@vger.kernel.org
10040 W: https://linuxtv.org
10041 W: http://palosaari.fi/linux/
10042 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10043 T: git git://linuxtv.org/anttip/media_tree.git
10044 S: Maintained
10045 F: drivers/media/tuners/qt1010*
10046
10047 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
10048 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
10049 L: linux-wireless@vger.kernel.org
10050 L: ath9k-devel@lists.ath9k.org
10051 W: http://wireless.kernel.org/en/users/Drivers/ath9k
10052 S: Supported
10053 F: drivers/net/wireless/ath/ath9k/
10054
10055 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
10056 M: Kalle Valo <kvalo@qca.qualcomm.com>
10057 L: ath10k@lists.infradead.org
10058 W: http://wireless.kernel.org/en/users/Drivers/ath10k
10059 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
10060 S: Supported
10061 F: drivers/net/wireless/ath/ath10k/
10062
10063 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
10064 M: Timur Tabi <timur@codeaurora.org>
10065 L: netdev@vger.kernel.org
10066 S: Supported
10067 F: drivers/net/ethernet/qualcomm/emac/
10068
10069 QUALCOMM HEXAGON ARCHITECTURE
10070 M: Richard Kuo <rkuo@codeaurora.org>
10071 L: linux-hexagon@vger.kernel.org
10072 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
10073 S: Supported
10074 F: arch/hexagon/
10075
10076 QUALCOMM WCN36XX WIRELESS DRIVER
10077 M: Eugene Krasnikov <k.eugene.e@gmail.com>
10078 L: wcn36xx@lists.infradead.org
10079 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
10080 T: git git://github.com/KrasnikovEugene/wcn36xx.git
10081 S: Supported
10082 F: drivers/net/wireless/ath/wcn36xx/
10083
10084 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10085 M: Gabriel Somlo <somlo@cmu.edu>
10086 M: "Michael S. Tsirkin" <mst@redhat.com>
10087 L: qemu-devel@nongnu.org
10088 S: Maintained
10089 F: drivers/firmware/qemu_fw_cfg.c
10090
10091 RADOS BLOCK DEVICE (RBD)
10092 M: Ilya Dryomov <idryomov@gmail.com>
10093 M: Sage Weil <sage@redhat.com>
10094 M: Alex Elder <elder@kernel.org>
10095 L: ceph-devel@vger.kernel.org
10096 W: http://ceph.com/
10097 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10098 T: git git://github.com/ceph/ceph-client.git
10099 S: Supported
10100 F: Documentation/ABI/testing/sysfs-bus-rbd
10101 F: drivers/block/rbd.c
10102 F: drivers/block/rbd_types.h
10103
10104 RADEON FRAMEBUFFER DISPLAY DRIVER
10105 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
10106 L: linux-fbdev@vger.kernel.org
10107 S: Maintained
10108 F: drivers/video/fbdev/aty/radeon*
10109 F: include/uapi/linux/radeonfb.h
10110
10111 RADIOSHARK RADIO DRIVER
10112 M: Hans Verkuil <hverkuil@xs4all.nl>
10113 L: linux-media@vger.kernel.org
10114 T: git git://linuxtv.org/media_tree.git
10115 S: Maintained
10116 F: drivers/media/radio/radio-shark.c
10117
10118 RADIOSHARK2 RADIO DRIVER
10119 M: Hans Verkuil <hverkuil@xs4all.nl>
10120 L: linux-media@vger.kernel.org
10121 T: git git://linuxtv.org/media_tree.git
10122 S: Maintained
10123 F: drivers/media/radio/radio-shark2.c
10124 F: drivers/media/radio/radio-tea5777.c
10125
10126 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10127 M: Paul Mackerras <paulus@samba.org>
10128 L: linux-fbdev@vger.kernel.org
10129 S: Maintained
10130 F: drivers/video/fbdev/aty/aty128fb.c
10131
10132 RALINK MIPS ARCHITECTURE
10133 M: John Crispin <john@phrozen.org>
10134 L: linux-mips@linux-mips.org
10135 S: Maintained
10136 F: arch/mips/ralink
10137
10138 RALINK RT2X00 WIRELESS LAN DRIVER
10139 P: rt2x00 project
10140 M: Stanislaw Gruszka <sgruszka@redhat.com>
10141 M: Helmut Schaa <helmut.schaa@googlemail.com>
10142 L: linux-wireless@vger.kernel.org
10143 S: Maintained
10144 F: drivers/net/wireless/ralink/rt2x00/
10145
10146 RAMDISK RAM BLOCK DEVICE DRIVER
10147 M: Jens Axboe <axboe@kernel.dk>
10148 S: Maintained
10149 F: Documentation/blockdev/ramdisk.txt
10150 F: drivers/block/brd.c
10151
10152 RANDOM NUMBER DRIVER
10153 M: "Theodore Ts'o" <tytso@mit.edu>
10154 S: Maintained
10155 F: drivers/char/random.c
10156
10157 RAPIDIO SUBSYSTEM
10158 M: Matt Porter <mporter@kernel.crashing.org>
10159 M: Alexandre Bounine <alexandre.bounine@idt.com>
10160 S: Maintained
10161 F: drivers/rapidio/
10162
10163 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10164 L: linux-wireless@vger.kernel.org
10165 S: Orphan
10166 F: drivers/net/wireless/ray*
10167
10168 RCUTORTURE MODULE
10169 M: Josh Triplett <josh@joshtriplett.org>
10170 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10171 L: linux-kernel@vger.kernel.org
10172 S: Supported
10173 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10174 F: Documentation/RCU/torture.txt
10175 F: kernel/rcu/rcutorture.c
10176
10177 RCUTORTURE TEST FRAMEWORK
10178 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10179 M: Josh Triplett <josh@joshtriplett.org>
10180 R: Steven Rostedt <rostedt@goodmis.org>
10181 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10182 R: Lai Jiangshan <jiangshanlai@gmail.com>
10183 L: linux-kernel@vger.kernel.org
10184 S: Supported
10185 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10186 F: tools/testing/selftests/rcutorture
10187
10188 RDC R-321X SoC
10189 M: Florian Fainelli <florian@openwrt.org>
10190 S: Maintained
10191
10192 RDC R6040 FAST ETHERNET DRIVER
10193 M: Florian Fainelli <f.fainelli@gmail.com>
10194 L: netdev@vger.kernel.org
10195 S: Maintained
10196 F: drivers/net/ethernet/rdc/r6040.c
10197
10198 RDS - RELIABLE DATAGRAM SOCKETS
10199 M: Santosh Shilimkar <santosh.shilimkar@oracle.com>
10200 L: netdev@vger.kernel.org
10201 L: linux-rdma@vger.kernel.org
10202 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
10203 W: https://oss.oracle.com/projects/rds/
10204 S: Supported
10205 F: net/rds/
10206 F: Documentation/networking/rds.txt
10207
10208 RDMAVT - RDMA verbs software
10209 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
10210 L: linux-rdma@vger.kernel.org
10211 S: Supported
10212 F: drivers/infiniband/sw/rdmavt
10213
10214 READ-COPY UPDATE (RCU)
10215 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10216 M: Josh Triplett <josh@joshtriplett.org>
10217 R: Steven Rostedt <rostedt@goodmis.org>
10218 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10219 R: Lai Jiangshan <jiangshanlai@gmail.com>
10220 L: linux-kernel@vger.kernel.org
10221 W: http://www.rdrop.com/users/paulmck/RCU/
10222 S: Supported
10223 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10224 F: Documentation/RCU/
10225 X: Documentation/RCU/torture.txt
10226 F: include/linux/rcu*
10227 X: include/linux/srcu.h
10228 F: kernel/rcu/
10229 X: kernel/torture.c
10230
10231 REAL TIME CLOCK (RTC) SUBSYSTEM
10232 M: Alessandro Zummo <a.zummo@towertech.it>
10233 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
10234 L: rtc-linux@googlegroups.com
10235 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
10236 T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10237 S: Maintained
10238 F: Documentation/devicetree/bindings/rtc/
10239 F: Documentation/rtc.txt
10240 F: drivers/rtc/
10241 F: include/linux/rtc.h
10242 F: include/uapi/linux/rtc.h
10243 F: include/linux/rtc/
10244 F: include/linux/platform_data/rtc-*
10245 F: tools/testing/selftests/timers/rtctest.c
10246
10247 REALTEK AUDIO CODECS
10248 M: Bard Liao <bardliao@realtek.com>
10249 M: Oder Chiou <oder_chiou@realtek.com>
10250 S: Maintained
10251 F: sound/soc/codecs/rt*
10252 F: include/sound/rt*.h
10253
10254 REISERFS FILE SYSTEM
10255 L: reiserfs-devel@vger.kernel.org
10256 S: Supported
10257 F: fs/reiserfs/
10258
10259 REGISTER MAP ABSTRACTION
10260 M: Mark Brown <broonie@kernel.org>
10261 L: linux-kernel@vger.kernel.org
10262 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10263 S: Supported
10264 F: Documentation/devicetree/bindings/regmap/
10265 F: drivers/base/regmap/
10266 F: include/linux/regmap.h
10267
10268 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10269 M: Ohad Ben-Cohen <ohad@wizery.com>
10270 M: Bjorn Andersson <bjorn.andersson@linaro.org>
10271 L: linux-remoteproc@vger.kernel.org
10272 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10273 S: Maintained
10274 F: Documentation/devicetree/bindings/remoteproc/
10275 F: Documentation/remoteproc.txt
10276 F: drivers/remoteproc/
10277 F: include/linux/remoteproc.h
10278
10279 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10280 M: Ohad Ben-Cohen <ohad@wizery.com>
10281 M: Bjorn Andersson <bjorn.andersson@linaro.org>
10282 L: linux-remoteproc@vger.kernel.org
10283 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10284 S: Maintained
10285 F: drivers/rpmsg/
10286 F: Documentation/rpmsg.txt
10287 F: include/linux/rpmsg.h
10288
10289 RENESAS CLOCK DRIVERS
10290 M: Geert Uytterhoeven <geert+renesas@glider.be>
10291 L: linux-renesas-soc@vger.kernel.org
10292 S: Supported
10293 F: drivers/clk/renesas/
10294
10295 RENESAS ETHERNET DRIVERS
10296 R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10297 L: netdev@vger.kernel.org
10298 L: linux-renesas-soc@vger.kernel.org
10299 F: drivers/net/ethernet/renesas/
10300 F: include/linux/sh_eth.h
10301
10302 RENESAS USB2 PHY DRIVER
10303 M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10304 L: linux-renesas-soc@vger.kernel.org
10305 S: Maintained
10306 F: drivers/phy/phy-rcar-gen3-usb2.c
10307
10308 RESET CONTROLLER FRAMEWORK
10309 M: Philipp Zabel <p.zabel@pengutronix.de>
10310 T: git git://git.pengutronix.de/git/pza/linux
10311 S: Maintained
10312 F: drivers/reset/
10313 F: Documentation/devicetree/bindings/reset/
10314 F: include/dt-bindings/reset/
10315 F: include/linux/reset.h
10316 F: include/linux/reset-controller.h
10317
10318 RFKILL
10319 M: Johannes Berg <johannes@sipsolutions.net>
10320 L: linux-wireless@vger.kernel.org
10321 W: http://wireless.kernel.org/
10322 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10323 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10324 S: Maintained
10325 F: Documentation/rfkill.txt
10326 F: net/rfkill/
10327
10328 RHASHTABLE
10329 M: Thomas Graf <tgraf@suug.ch>
10330 M: Herbert Xu <herbert@gondor.apana.org.au>
10331 L: netdev@vger.kernel.org
10332 S: Maintained
10333 F: lib/rhashtable.c
10334 F: include/linux/rhashtable.h
10335
10336 RICOH SMARTMEDIA/XD DRIVER
10337 M: Maxim Levitsky <maximlevitsky@gmail.com>
10338 S: Maintained
10339 F: drivers/mtd/nand/r852.c
10340 F: drivers/mtd/nand/r852.h
10341
10342 RICOH R5C592 MEMORYSTICK DRIVER
10343 M: Maxim Levitsky <maximlevitsky@gmail.com>
10344 S: Maintained
10345 F: drivers/memstick/host/r592.*
10346
10347 ROCCAT DRIVERS
10348 M: Stefan Achatz <erazor_de@users.sourceforge.net>
10349 W: http://sourceforge.net/projects/roccat/
10350 S: Maintained
10351 F: drivers/hid/hid-roccat*
10352 F: include/linux/hid-roccat*
10353 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
10354
10355 ROCKER DRIVER
10356 M: Jiri Pirko <jiri@resnulli.us>
10357 L: netdev@vger.kernel.org
10358 S: Supported
10359 F: drivers/net/ethernet/rocker/
10360
10361 ROCKETPORT DRIVER
10362 P: Comtrol Corp.
10363 W: http://www.comtrol.com
10364 S: Maintained
10365 F: Documentation/serial/rocket.txt
10366 F: drivers/tty/rocket*
10367
10368 ROCKETPORT EXPRESS/INFINITY DRIVER
10369 M: Kevin Cernekee <cernekee@gmail.com>
10370 L: linux-serial@vger.kernel.org
10371 S: Odd Fixes
10372 F: drivers/tty/serial/rp2.*
10373
10374 ROSE NETWORK LAYER
10375 M: Ralf Baechle <ralf@linux-mips.org>
10376 L: linux-hams@vger.kernel.org
10377 W: http://www.linux-ax25.org/
10378 S: Maintained
10379 F: include/net/rose.h
10380 F: include/uapi/linux/rose.h
10381 F: net/rose/
10382
10383 RTL2830 MEDIA DRIVER
10384 M: Antti Palosaari <crope@iki.fi>
10385 L: linux-media@vger.kernel.org
10386 W: https://linuxtv.org
10387 W: http://palosaari.fi/linux/
10388 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10389 T: git git://linuxtv.org/anttip/media_tree.git
10390 S: Maintained
10391 F: drivers/media/dvb-frontends/rtl2830*
10392
10393 RTL2832 MEDIA DRIVER
10394 M: Antti Palosaari <crope@iki.fi>
10395 L: linux-media@vger.kernel.org
10396 W: https://linuxtv.org
10397 W: http://palosaari.fi/linux/
10398 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10399 T: git git://linuxtv.org/anttip/media_tree.git
10400 S: Maintained
10401 F: drivers/media/dvb-frontends/rtl2832*
10402
10403 RTL2832_SDR MEDIA DRIVER
10404 M: Antti Palosaari <crope@iki.fi>
10405 L: linux-media@vger.kernel.org
10406 W: https://linuxtv.org
10407 W: http://palosaari.fi/linux/
10408 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10409 T: git git://linuxtv.org/anttip/media_tree.git
10410 S: Maintained
10411 F: drivers/media/dvb-frontends/rtl2832_sdr*
10412
10413 RTL8180 WIRELESS DRIVER
10414 L: linux-wireless@vger.kernel.org
10415 W: http://wireless.kernel.org/
10416 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10417 S: Orphan
10418 F: drivers/net/wireless/realtek/rtl818x/rtl8180/
10419
10420 RTL8187 WIRELESS DRIVER
10421 M: Herton Ronaldo Krzesinski <herton@canonical.com>
10422 M: Hin-Tak Leung <htl10@users.sourceforge.net>
10423 M: Larry Finger <Larry.Finger@lwfinger.net>
10424 L: linux-wireless@vger.kernel.org
10425 W: http://wireless.kernel.org/
10426 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10427 S: Maintained
10428 F: drivers/net/wireless/realtek/rtl818x/rtl8187/
10429
10430 RTL8192CE WIRELESS DRIVER
10431 M: Larry Finger <Larry.Finger@lwfinger.net>
10432 M: Chaoming Li <chaoming_li@realsil.com.cn>
10433 L: linux-wireless@vger.kernel.org
10434 W: http://wireless.kernel.org/
10435 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10436 S: Maintained
10437 F: drivers/net/wireless/realtek/rtlwifi/
10438 F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10439
10440 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10441 M: Jes Sorensen <Jes.Sorensen@redhat.com>
10442 L: linux-wireless@vger.kernel.org
10443 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10444 S: Maintained
10445 F: drivers/net/wireless/realtek/rtl8xxxu/
10446
10447 S3 SAVAGE FRAMEBUFFER DRIVER
10448 M: Antonino Daplas <adaplas@gmail.com>
10449 L: linux-fbdev@vger.kernel.org
10450 S: Maintained
10451 F: drivers/video/fbdev/savage/
10452
10453 S390
10454 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
10455 M: Heiko Carstens <heiko.carstens@de.ibm.com>
10456 L: linux-s390@vger.kernel.org
10457 W: http://www.ibm.com/developerworks/linux/linux390/
10458 T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10459 S: Supported
10460 F: arch/s390/
10461 F: drivers/s390/
10462 F: Documentation/s390/
10463 F: Documentation/DocBook/s390*
10464
10465 S390 COMMON I/O LAYER
10466 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
10467 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10468 L: linux-s390@vger.kernel.org
10469 W: http://www.ibm.com/developerworks/linux/linux390/
10470 S: Supported
10471 F: drivers/s390/cio/
10472
10473 S390 DASD DRIVER
10474 M: Stefan Haberland <sth@linux.vnet.ibm.com>
10475 M: Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
10476 L: linux-s390@vger.kernel.org
10477 W: http://www.ibm.com/developerworks/linux/linux390/
10478 S: Supported
10479 F: drivers/s390/block/dasd*
10480 F: block/partitions/ibm.c
10481
10482 S390 NETWORK DRIVERS
10483 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10484 L: linux-s390@vger.kernel.org
10485 W: http://www.ibm.com/developerworks/linux/linux390/
10486 S: Supported
10487 F: drivers/s390/net/
10488
10489 S390 PCI SUBSYSTEM
10490 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
10491 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
10492 L: linux-s390@vger.kernel.org
10493 W: http://www.ibm.com/developerworks/linux/linux390/
10494 S: Supported
10495 F: arch/s390/pci/
10496 F: drivers/pci/hotplug/s390_pci_hpc.c
10497
10498 S390 ZCRYPT DRIVER
10499 M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
10500 L: linux-s390@vger.kernel.org
10501 W: http://www.ibm.com/developerworks/linux/linux390/
10502 S: Supported
10503 F: drivers/s390/crypto/
10504
10505 S390 ZFCP DRIVER
10506 M: Steffen Maier <maier@linux.vnet.ibm.com>
10507 L: linux-s390@vger.kernel.org
10508 W: http://www.ibm.com/developerworks/linux/linux390/
10509 S: Supported
10510 F: drivers/s390/scsi/zfcp_*
10511
10512 S390 IUCV NETWORK LAYER
10513 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10514 L: linux-s390@vger.kernel.org
10515 W: http://www.ibm.com/developerworks/linux/linux390/
10516 S: Supported
10517 F: drivers/s390/net/*iucv*
10518 F: include/net/iucv/
10519 F: net/iucv/
10520
10521 S390 IOMMU (PCI)
10522 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
10523 L: linux-s390@vger.kernel.org
10524 W: http://www.ibm.com/developerworks/linux/linux390/
10525 S: Supported
10526 F: drivers/iommu/s390-iommu.c
10527
10528 S3C24XX SD/MMC Driver
10529 M: Ben Dooks <ben-linux@fluff.org>
10530 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10531 S: Supported
10532 F: drivers/mmc/host/s3cmci.*
10533
10534 SAA6588 RDS RECEIVER DRIVER
10535 M: Hans Verkuil <hverkuil@xs4all.nl>
10536 L: linux-media@vger.kernel.org
10537 T: git git://linuxtv.org/media_tree.git
10538 W: https://linuxtv.org
10539 S: Odd Fixes
10540 F: drivers/media/i2c/saa6588*
10541
10542 SAA7134 VIDEO4LINUX DRIVER
10543 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
10544 M: Mauro Carvalho Chehab <mchehab@kernel.org>
10545 L: linux-media@vger.kernel.org
10546 W: https://linuxtv.org
10547 T: git git://linuxtv.org/media_tree.git
10548 S: Odd fixes
10549 F: Documentation/media/v4l-drivers/saa7134*
10550 F: drivers/media/pci/saa7134/
10551
10552 SAA7146 VIDEO4LINUX-2 DRIVER
10553 M: Hans Verkuil <hverkuil@xs4all.nl>
10554 L: linux-media@vger.kernel.org
10555 T: git git://linuxtv.org/media_tree.git
10556 S: Maintained
10557 F: drivers/media/common/saa7146/
10558 F: drivers/media/pci/saa7146/
10559 F: include/media/saa7146*
10560
10561 SAMSUNG LAPTOP DRIVER
10562 M: Corentin Chary <corentin.chary@gmail.com>
10563 L: platform-driver-x86@vger.kernel.org
10564 S: Maintained
10565 F: drivers/platform/x86/samsung-laptop.c
10566
10567 SAMSUNG AUDIO (ASoC) DRIVERS
10568 M: Krzysztof Kozlowski <krzk@kernel.org>
10569 M: Sangbeom Kim <sbkim73@samsung.com>
10570 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10571 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10572 S: Supported
10573 F: sound/soc/samsung/
10574
10575 SAMSUNG FRAMEBUFFER DRIVER
10576 M: Jingoo Han <jingoohan1@gmail.com>
10577 L: linux-fbdev@vger.kernel.org
10578 S: Maintained
10579 F: drivers/video/fbdev/s3c-fb.c
10580
10581 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10582 M: Sangbeom Kim <sbkim73@samsung.com>
10583 M: Krzysztof Kozlowski <krzk@kernel.org>
10584 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10585 L: linux-kernel@vger.kernel.org
10586 L: linux-samsung-soc@vger.kernel.org
10587 S: Supported
10588 F: drivers/mfd/sec*.c
10589 F: drivers/regulator/s2m*.c
10590 F: drivers/regulator/s5m*.c
10591 F: drivers/clk/clk-s2mps11.c
10592 F: drivers/rtc/rtc-s5m.c
10593 F: include/linux/mfd/samsung/
10594 F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10595 F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10596 F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10597 F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10598
10599 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10600 M: Kyungmin Park <kyungmin.park@samsung.com>
10601 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10602 L: linux-media@vger.kernel.org
10603 Q: https://patchwork.linuxtv.org/project/linux-media/list/
10604 S: Supported
10605 F: drivers/media/platform/exynos4-is/
10606
10607 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10608 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10609 L: linux-media@vger.kernel.org
10610 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10611 S: Maintained
10612 F: drivers/media/platform/s3c-camif/
10613 F: include/media/drv-intf/s3c_camif.h
10614
10615 SAMSUNG S5C73M3 CAMERA DRIVER
10616 M: Kyungmin Park <kyungmin.park@samsung.com>
10617 M: Andrzej Hajda <a.hajda@samsung.com>
10618 L: linux-media@vger.kernel.org
10619 S: Supported
10620 F: drivers/media/i2c/s5c73m3/*
10621
10622 SAMSUNG S5K5BAF CAMERA DRIVER
10623 M: Kyungmin Park <kyungmin.park@samsung.com>
10624 M: Andrzej Hajda <a.hajda@samsung.com>
10625 L: linux-media@vger.kernel.org
10626 S: Supported
10627 F: drivers/media/i2c/s5k5baf.c
10628
10629 SAMSUNG S3FWRN5 NFC DRIVER
10630 M: Robert Baldyga <r.baldyga@samsung.com>
10631 M: Krzysztof Opasiak <k.opasiak@samsung.com>
10632 L: linux-nfc@lists.01.org (moderated for non-subscribers)
10633 S: Supported
10634 F: drivers/nfc/s3fwrn5
10635
10636 SAMSUNG SOC CLOCK DRIVERS
10637 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10638 M: Tomasz Figa <tomasz.figa@gmail.com>
10639 M: Chanwoo Choi <cw00.choi@samsung.com>
10640 S: Supported
10641 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10642 F: drivers/clk/samsung/
10643 F: include/dt-bindings/clock/exynos*.h
10644 F: Documentation/devicetree/bindings/clock/exynos*.txt
10645
10646 SAMSUNG SPI DRIVERS
10647 M: Kukjin Kim <kgene@kernel.org>
10648 M: Krzysztof Kozlowski <krzk@kernel.org>
10649 M: Andi Shyti <andi.shyti@samsung.com>
10650 L: linux-spi@vger.kernel.org
10651 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10652 S: Maintained
10653 F: Documentation/devicetree/bindings/spi/spi-samsung.txt
10654 F: drivers/spi/spi-s3c*
10655 F: include/linux/platform_data/spi-s3c64xx.h
10656
10657 SAMSUNG SXGBE DRIVERS
10658 M: Byungho An <bh74.an@samsung.com>
10659 M: Girish K S <ks.giri@samsung.com>
10660 M: Vipul Pandya <vipul.pandya@samsung.com>
10661 S: Supported
10662 L: netdev@vger.kernel.org
10663 F: drivers/net/ethernet/samsung/sxgbe/
10664
10665 SAMSUNG THERMAL DRIVER
10666 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10667 L: linux-pm@vger.kernel.org
10668 L: linux-samsung-soc@vger.kernel.org
10669 S: Supported
10670 T: git https://github.com/lmajewski/linux-samsung-thermal.git
10671 F: drivers/thermal/samsung/
10672
10673 SAMSUNG USB2 PHY DRIVER
10674 M: Kamil Debski <kamil@wypas.org>
10675 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10676 L: linux-kernel@vger.kernel.org
10677 S: Supported
10678 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
10679 F: Documentation/phy/samsung-usb2.txt
10680 F: drivers/phy/phy-exynos4210-usb2.c
10681 F: drivers/phy/phy-exynos4x12-usb2.c
10682 F: drivers/phy/phy-exynos5250-usb2.c
10683 F: drivers/phy/phy-s5pv210-usb2.c
10684 F: drivers/phy/phy-samsung-usb2.c
10685 F: drivers/phy/phy-samsung-usb2.h
10686
10687 SERIAL DRIVERS
10688 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10689 L: linux-serial@vger.kernel.org
10690 S: Maintained
10691 F: Documentation/devicetree/bindings/serial/
10692 F: drivers/tty/serial/
10693
10694 STI CEC DRIVER
10695 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
10696 L: kernel@stlinux.com
10697 S: Maintained
10698 F: drivers/staging/media/st-cec/
10699 F: Documentation/devicetree/bindings/media/stih-cec.txt
10700
10701 SYNOPSYS DESIGNWARE DMAC DRIVER
10702 M: Viresh Kumar <vireshk@kernel.org>
10703 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10704 S: Maintained
10705 F: include/linux/dma/dw.h
10706 F: include/linux/platform_data/dma-dw.h
10707 F: drivers/dma/dw/
10708
10709 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10710 M: Lars Persson <lars.persson@axis.com>
10711 L: netdev@vger.kernel.org
10712 S: Supported
10713 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10714 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10715
10716 SYNOPSYS DESIGNWARE I2C DRIVER
10717 M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
10718 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10719 R: Mika Westerberg <mika.westerberg@linux.intel.com>
10720 L: linux-i2c@vger.kernel.org
10721 S: Maintained
10722 F: drivers/i2c/busses/i2c-designware-*
10723 F: include/linux/platform_data/i2c-designware.h
10724
10725 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10726 M: Jaehoon Chung <jh80.chung@samsung.com>
10727 L: linux-mmc@vger.kernel.org
10728 S: Maintained
10729 F: include/linux/mmc/dw_mmc.h
10730 F: drivers/mmc/host/dw_mmc*
10731
10732 SYSTEM TRACE MODULE CLASS
10733 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
10734 S: Maintained
10735 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10736 F: Documentation/trace/stm.txt
10737 F: drivers/hwtracing/stm/
10738 F: include/linux/stm.h
10739 F: include/uapi/linux/stm.h
10740
10741 THUNDERBOLT DRIVER
10742 M: Andreas Noever <andreas.noever@gmail.com>
10743 S: Maintained
10744 F: drivers/thunderbolt/
10745
10746 TI BQ27XXX POWER SUPPLY DRIVER
10747 R: Andrew F. Davis <afd@ti.com>
10748 F: include/linux/power/bq27xxx_battery.h
10749 F: drivers/power/supply/bq27xxx_battery.c
10750 F: drivers/power/supply/bq27xxx_battery_i2c.c
10751
10752 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10753 M: John Stultz <john.stultz@linaro.org>
10754 M: Thomas Gleixner <tglx@linutronix.de>
10755 L: linux-kernel@vger.kernel.org
10756 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10757 S: Supported
10758 F: include/linux/clocksource.h
10759 F: include/linux/time.h
10760 F: include/linux/timex.h
10761 F: include/uapi/linux/time.h
10762 F: include/uapi/linux/timex.h
10763 F: kernel/time/clocksource.c
10764 F: kernel/time/time*.c
10765 F: kernel/time/alarmtimer.c
10766 F: kernel/time/ntp.c
10767 F: tools/testing/selftests/timers/
10768
10769 SC1200 WDT DRIVER
10770 M: Zwane Mwaikambo <zwanem@gmail.com>
10771 S: Maintained
10772 F: drivers/watchdog/sc1200wdt.c
10773
10774 SCHEDULER
10775 M: Ingo Molnar <mingo@redhat.com>
10776 M: Peter Zijlstra <peterz@infradead.org>
10777 L: linux-kernel@vger.kernel.org
10778 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10779 S: Maintained
10780 F: kernel/sched/
10781 F: include/linux/sched.h
10782 F: include/uapi/linux/sched.h
10783 F: include/linux/wait.h
10784
10785 SCORE ARCHITECTURE
10786 M: Chen Liqin <liqin.linux@gmail.com>
10787 M: Lennox Wu <lennox.wu@gmail.com>
10788 W: http://www.sunplus.com
10789 S: Supported
10790 F: arch/score/
10791
10792 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10793 M: Sudeep Holla <sudeep.holla@arm.com>
10794 L: linux-arm-kernel@lists.infradead.org
10795 S: Maintained
10796 F: Documentation/devicetree/bindings/arm/arm,scpi.txt
10797 F: drivers/clk/clk-scpi.c
10798 F: drivers/cpufreq/scpi-cpufreq.c
10799 F: drivers/firmware/arm_scpi.c
10800 F: include/linux/scpi_protocol.h
10801
10802 SCSI CDROM DRIVER
10803 M: Jens Axboe <axboe@kernel.dk>
10804 L: linux-scsi@vger.kernel.org
10805 W: http://www.kernel.dk
10806 S: Maintained
10807 F: drivers/scsi/sr*
10808
10809 SCSI RDMA PROTOCOL (SRP) INITIATOR
10810 M: Bart Van Assche <bart.vanassche@sandisk.com>
10811 L: linux-rdma@vger.kernel.org
10812 S: Supported
10813 W: http://www.openfabrics.org
10814 Q: http://patchwork.kernel.org/project/linux-rdma/list/
10815 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10816 F: drivers/infiniband/ulp/srp/
10817 F: include/scsi/srp.h
10818
10819 SCSI SG DRIVER
10820 M: Doug Gilbert <dgilbert@interlog.com>
10821 L: linux-scsi@vger.kernel.org
10822 W: http://sg.danny.cz/sg
10823 S: Maintained
10824 F: Documentation/scsi/scsi-generic.txt
10825 F: drivers/scsi/sg.c
10826 F: include/scsi/sg.h
10827
10828 SCSI SUBSYSTEM
10829 M: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10830 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10831 M: "Martin K. Petersen" <martin.petersen@oracle.com>
10832 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10833 L: linux-scsi@vger.kernel.org
10834 S: Maintained
10835 F: Documentation/devicetree/bindings/scsi/
10836 F: drivers/scsi/
10837 F: include/scsi/
10838
10839 SCSI TAPE DRIVER
10840 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
10841 L: linux-scsi@vger.kernel.org
10842 S: Maintained
10843 F: Documentation/scsi/st.txt
10844 F: drivers/scsi/st.*
10845 F: drivers/scsi/st_*.h
10846
10847 SCTP PROTOCOL
10848 M: Vlad Yasevich <vyasevich@gmail.com>
10849 M: Neil Horman <nhorman@tuxdriver.com>
10850 L: linux-sctp@vger.kernel.org
10851 W: http://lksctp.sourceforge.net
10852 S: Maintained
10853 F: Documentation/networking/sctp.txt
10854 F: include/linux/sctp.h
10855 F: include/uapi/linux/sctp.h
10856 F: include/net/sctp/
10857 F: net/sctp/
10858
10859 SCx200 CPU SUPPORT
10860 M: Jim Cromie <jim.cromie@gmail.com>
10861 S: Odd Fixes
10862 F: Documentation/i2c/busses/scx200_acb
10863 F: arch/x86/platform/scx200/
10864 F: drivers/watchdog/scx200_wdt.c
10865 F: drivers/i2c/busses/scx200*
10866 F: drivers/mtd/maps/scx200_docflash.c
10867 F: include/linux/scx200.h
10868
10869 SCx200 GPIO DRIVER
10870 M: Jim Cromie <jim.cromie@gmail.com>
10871 S: Maintained
10872 F: drivers/char/scx200_gpio.c
10873 F: include/linux/scx200_gpio.h
10874
10875 SCx200 HRT CLOCKSOURCE DRIVER
10876 M: Jim Cromie <jim.cromie@gmail.com>
10877 S: Maintained
10878 F: drivers/clocksource/scx200_hrt.c
10879
10880 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10881 M: Sascha Sommer <saschasommer@freenet.de>
10882 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10883 S: Maintained
10884 F: drivers/mmc/host/sdricoh_cs.c
10885
10886 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10887 M: Adrian Hunter <adrian.hunter@intel.com>
10888 L: linux-mmc@vger.kernel.org
10889 T: git git://git.infradead.org/users/ahunter/linux-sdhci.git
10890 S: Maintained
10891 F: drivers/mmc/host/sdhci*
10892 F: include/linux/mmc/sdhci*
10893
10894 SECURE COMPUTING
10895 M: Kees Cook <keescook@chromium.org>
10896 R: Andy Lutomirski <luto@amacapital.net>
10897 R: Will Drewry <wad@chromium.org>
10898 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10899 S: Supported
10900 F: kernel/seccomp.c
10901 F: include/uapi/linux/seccomp.h
10902 F: include/linux/seccomp.h
10903 F: tools/testing/selftests/seccomp/*
10904 K: \bsecure_computing
10905 K: \bTIF_SECCOMP\b
10906
10907 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
10908 M: Al Cooper <alcooperx@gmail.com>
10909 L: linux-mmc@vger.kernel.org
10910 L: bcm-kernel-feedback-list@broadcom.com
10911 S: Maintained
10912 F: drivers/mmc/host/sdhci-brcmstb*
10913
10914 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10915 M: Ben Dooks <ben-linux@fluff.org>
10916 M: Jaehoon Chung <jh80.chung@samsung.com>
10917 L: linux-mmc@vger.kernel.org
10918 S: Maintained
10919 F: drivers/mmc/host/sdhci-s3c*
10920
10921 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10922 M: Viresh Kumar <vireshk@kernel.org>
10923 L: linux-mmc@vger.kernel.org
10924 S: Maintained
10925 F: drivers/mmc/host/sdhci-spear.c
10926
10927 SECURITY SUBSYSTEM
10928 M: James Morris <james.l.morris@oracle.com>
10929 M: "Serge E. Hallyn" <serge@hallyn.com>
10930 L: linux-security-module@vger.kernel.org (suggested Cc:)
10931 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10932 W: http://kernsec.org/
10933 S: Supported
10934 F: security/
10935
10936 SECURITY CONTACT
10937 M: Security Officers <security@kernel.org>
10938 S: Supported
10939
10940 SELINUX SECURITY MODULE
10941 M: Paul Moore <paul@paul-moore.com>
10942 M: Stephen Smalley <sds@tycho.nsa.gov>
10943 M: Eric Paris <eparis@parisplace.org>
10944 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
10945 W: http://selinuxproject.org
10946 T: git git://git.infradead.org/users/pcmoore/selinux
10947 S: Supported
10948 F: include/linux/selinux*
10949 F: security/selinux/
10950 F: scripts/selinux/
10951
10952 APPARMOR SECURITY MODULE
10953 M: John Johansen <john.johansen@canonical.com>
10954 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10955 W: apparmor.wiki.kernel.org
10956 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10957 S: Supported
10958 F: security/apparmor/
10959
10960 LOADPIN SECURITY MODULE
10961 M: Kees Cook <keescook@chromium.org>
10962 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10963 S: Supported
10964 F: security/loadpin/
10965
10966 YAMA SECURITY MODULE
10967 M: Kees Cook <keescook@chromium.org>
10968 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10969 S: Supported
10970 F: security/yama/
10971
10972 SENSABLE PHANTOM
10973 M: Jiri Slaby <jirislaby@gmail.com>
10974 S: Maintained
10975 F: drivers/misc/phantom.c
10976 F: include/uapi/linux/phantom.h
10977
10978 Emulex 10Gbps iSCSI - OneConnect DRIVER
10979 M: Subbu Seetharaman <subbu.seetharaman@broadcom.com>
10980 M: Ketan Mukadam <ketan.mukadam@broadcom.com>
10981 M: Jitendra Bhivare <jitendra.bhivare@broadcom.com>
10982 L: linux-scsi@vger.kernel.org
10983 W: http://www.broadcom.com
10984 S: Supported
10985 F: drivers/scsi/be2iscsi/
10986
10987 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
10988 M: Sathya Perla <sathya.perla@broadcom.com>
10989 M: Ajit Khaparde <ajit.khaparde@broadcom.com>
10990 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10991 M: Somnath Kotur <somnath.kotur@broadcom.com>
10992 L: netdev@vger.kernel.org
10993 W: http://www.emulex.com
10994 S: Supported
10995 F: drivers/net/ethernet/emulex/benet/
10996
10997 EMULEX ONECONNECT ROCE DRIVER
10998 M: Selvin Xavier <selvin.xavier@avagotech.com>
10999 M: Devesh Sharma <devesh.sharma@avagotech.com>
11000 M: Mitesh Ahuja <mitesh.ahuja@avagotech.com>
11001 L: linux-rdma@vger.kernel.org
11002 W: http://www.emulex.com
11003 S: Supported
11004 F: drivers/infiniband/hw/ocrdma/
11005 F: include/uapi/rdma/ocrdma-abi.h
11006
11007 SFC NETWORK DRIVER
11008 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
11009 M: Edward Cree <ecree@solarflare.com>
11010 M: Bert Kenward <bkenward@solarflare.com>
11011 L: netdev@vger.kernel.org
11012 S: Supported
11013 F: drivers/net/ethernet/sfc/
11014
11015 SGI GRU DRIVER
11016 M: Dimitri Sivanich <sivanich@sgi.com>
11017 S: Maintained
11018 F: drivers/misc/sgi-gru/
11019
11020 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
11021 M: Pat Gefre <pfg@sgi.com>
11022 L: linux-ia64@vger.kernel.org
11023 S: Supported
11024 F: Documentation/ia64/serial.txt
11025 F: drivers/tty/serial/ioc?_serial.c
11026 F: include/linux/ioc?.h
11027
11028 SGI XP/XPC/XPNET DRIVER
11029 M: Cliff Whickman <cpw@sgi.com>
11030 M: Robin Holt <robinmholt@gmail.com>
11031 S: Maintained
11032 F: drivers/misc/sgi-xp/
11033
11034 SI2157 MEDIA DRIVER
11035 M: Antti Palosaari <crope@iki.fi>
11036 L: linux-media@vger.kernel.org
11037 W: https://linuxtv.org
11038 W: http://palosaari.fi/linux/
11039 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11040 T: git git://linuxtv.org/anttip/media_tree.git
11041 S: Maintained
11042 F: drivers/media/tuners/si2157*
11043
11044 SI2168 MEDIA DRIVER
11045 M: Antti Palosaari <crope@iki.fi>
11046 L: linux-media@vger.kernel.org
11047 W: https://linuxtv.org
11048 W: http://palosaari.fi/linux/
11049 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11050 T: git git://linuxtv.org/anttip/media_tree.git
11051 S: Maintained
11052 F: drivers/media/dvb-frontends/si2168*
11053
11054 SI470X FM RADIO RECEIVER I2C DRIVER
11055 M: Hans Verkuil <hverkuil@xs4all.nl>
11056 L: linux-media@vger.kernel.org
11057 T: git git://linuxtv.org/media_tree.git
11058 W: https://linuxtv.org
11059 S: Odd Fixes
11060 F: drivers/media/radio/si470x/radio-si470x-i2c.c
11061
11062 SI470X FM RADIO RECEIVER USB DRIVER
11063 M: Hans Verkuil <hverkuil@xs4all.nl>
11064 L: linux-media@vger.kernel.org
11065 T: git git://linuxtv.org/media_tree.git
11066 W: https://linuxtv.org
11067 S: Maintained
11068 F: drivers/media/radio/si470x/radio-si470x-common.c
11069 F: drivers/media/radio/si470x/radio-si470x.h
11070 F: drivers/media/radio/si470x/radio-si470x-usb.c
11071
11072 SI4713 FM RADIO TRANSMITTER I2C DRIVER
11073 M: Eduardo Valentin <edubezval@gmail.com>
11074 L: linux-media@vger.kernel.org
11075 T: git git://linuxtv.org/media_tree.git
11076 W: https://linuxtv.org
11077 S: Odd Fixes
11078 F: drivers/media/radio/si4713/si4713.?
11079
11080 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
11081 M: Eduardo Valentin <edubezval@gmail.com>
11082 L: linux-media@vger.kernel.org
11083 T: git git://linuxtv.org/media_tree.git
11084 W: https://linuxtv.org
11085 S: Odd Fixes
11086 F: drivers/media/radio/si4713/radio-platform-si4713.c
11087
11088 SI4713 FM RADIO TRANSMITTER USB DRIVER
11089 M: Hans Verkuil <hverkuil@xs4all.nl>
11090 L: linux-media@vger.kernel.org
11091 T: git git://linuxtv.org/media_tree.git
11092 W: https://linuxtv.org
11093 S: Maintained
11094 F: drivers/media/radio/si4713/radio-usb-si4713.c
11095
11096 SIANO DVB DRIVER
11097 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11098 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11099 L: linux-media@vger.kernel.org
11100 W: https://linuxtv.org
11101 T: git git://linuxtv.org/media_tree.git
11102 S: Odd fixes
11103 F: drivers/media/common/siano/
11104 F: drivers/media/usb/siano/
11105 F: drivers/media/usb/siano/
11106 F: drivers/media/mmc/siano/
11107
11108 SIMPLEFB FB DRIVER
11109 M: Hans de Goede <hdegoede@redhat.com>
11110 L: linux-fbdev@vger.kernel.org
11111 S: Maintained
11112 F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
11113 F: drivers/video/fbdev/simplefb.c
11114 F: include/linux/platform_data/simplefb.h
11115
11116 SH_VEU V4L2 MEM2MEM DRIVER
11117 L: linux-media@vger.kernel.org
11118 S: Orphan
11119 F: drivers/media/platform/sh_veu.c
11120
11121 SH_VOU V4L2 OUTPUT DRIVER
11122 L: linux-media@vger.kernel.org
11123 S: Orphan
11124 F: drivers/media/platform/sh_vou.c
11125 F: include/media/drv-intf/sh_vou.h
11126
11127 SIMPLE FIRMWARE INTERFACE (SFI)
11128 M: Len Brown <lenb@kernel.org>
11129 L: sfi-devel@simplefirmware.org
11130 W: http://simplefirmware.org/
11131 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11132 S: Supported
11133 F: arch/x86/platform/sfi/
11134 F: drivers/sfi/
11135 F: include/linux/sfi*.h
11136
11137 SIMTEC EB110ATX (Chalice CATS)
11138 P: Ben Dooks
11139 P: Vincent Sanders <vince@simtec.co.uk>
11140 M: Simtec Linux Team <linux@simtec.co.uk>
11141 W: http://www.simtec.co.uk/products/EB110ATX/
11142 S: Supported
11143
11144 SIMTEC EB2410ITX (BAST)
11145 P: Ben Dooks
11146 P: Vincent Sanders <vince@simtec.co.uk>
11147 M: Simtec Linux Team <linux@simtec.co.uk>
11148 W: http://www.simtec.co.uk/products/EB2410ITX/
11149 S: Supported
11150 F: arch/arm/mach-s3c24xx/mach-bast.c
11151 F: arch/arm/mach-s3c24xx/bast-ide.c
11152 F: arch/arm/mach-s3c24xx/bast-irq.c
11153
11154 TI DAVINCI MACHINE SUPPORT
11155 M: Sekhar Nori <nsekhar@ti.com>
11156 M: Kevin Hilman <khilman@kernel.org>
11157 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11158 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11159 S: Supported
11160 F: arch/arm/mach-davinci/
11161 F: drivers/i2c/busses/i2c-davinci.c
11162
11163 TI DAVINCI SERIES MEDIA DRIVER
11164 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11165 L: linux-media@vger.kernel.org
11166 W: https://linuxtv.org
11167 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11168 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11169 S: Maintained
11170 F: drivers/media/platform/davinci/
11171 F: include/media/davinci/
11172
11173 TI AM437X VPFE DRIVER
11174 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11175 L: linux-media@vger.kernel.org
11176 W: https://linuxtv.org
11177 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11178 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11179 S: Maintained
11180 F: drivers/media/platform/am437x/
11181
11182 OV2659 OMNIVISION SENSOR DRIVER
11183 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11184 L: linux-media@vger.kernel.org
11185 W: https://linuxtv.org
11186 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11187 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11188 S: Maintained
11189 F: drivers/media/i2c/ov2659.c
11190 F: include/media/i2c/ov2659.h
11191
11192 SILICON MOTION SM712 FRAME BUFFER DRIVER
11193 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11194 M: Teddy Wang <teddy.wang@siliconmotion.com>
11195 M: Sudip Mukherjee <sudip@vectorindia.org>
11196 L: linux-fbdev@vger.kernel.org
11197 S: Maintained
11198 F: drivers/video/fbdev/sm712*
11199 F: Documentation/fb/sm712fb.txt
11200
11201 SIS 190 ETHERNET DRIVER
11202 M: Francois Romieu <romieu@fr.zoreil.com>
11203 L: netdev@vger.kernel.org
11204 S: Maintained
11205 F: drivers/net/ethernet/sis/sis190.c
11206
11207 SIS 900/7016 FAST ETHERNET DRIVER
11208 M: Daniele Venzano <venza@brownhat.org>
11209 W: http://www.brownhat.org/sis900.html
11210 L: netdev@vger.kernel.org
11211 S: Maintained
11212 F: drivers/net/ethernet/sis/sis900.*
11213
11214 SIS FRAMEBUFFER DRIVER
11215 M: Thomas Winischhofer <thomas@winischhofer.net>
11216 W: http://www.winischhofer.net/linuxsisvga.shtml
11217 S: Maintained
11218 F: Documentation/fb/sisfb.txt
11219 F: drivers/video/fbdev/sis/
11220 F: include/video/sisfb.h
11221
11222 SIS USB2VGA DRIVER
11223 M: Thomas Winischhofer <thomas@winischhofer.net>
11224 W: http://www.winischhofer.at/linuxsisusbvga.shtml
11225 S: Maintained
11226 F: drivers/usb/misc/sisusbvga/
11227
11228 SLAB ALLOCATOR
11229 M: Christoph Lameter <cl@linux.com>
11230 M: Pekka Enberg <penberg@kernel.org>
11231 M: David Rientjes <rientjes@google.com>
11232 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
11233 M: Andrew Morton <akpm@linux-foundation.org>
11234 L: linux-mm@kvack.org
11235 S: Maintained
11236 F: include/linux/sl?b*.h
11237 F: mm/sl?b*
11238
11239 SLEEPABLE READ-COPY UPDATE (SRCU)
11240 M: Lai Jiangshan <jiangshanlai@gmail.com>
11241 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11242 M: Josh Triplett <josh@joshtriplett.org>
11243 R: Steven Rostedt <rostedt@goodmis.org>
11244 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11245 L: linux-kernel@vger.kernel.org
11246 W: http://www.rdrop.com/users/paulmck/RCU/
11247 S: Supported
11248 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11249 F: include/linux/srcu.h
11250 F: kernel/rcu/srcu.c
11251
11252 SMACK SECURITY MODULE
11253 M: Casey Schaufler <casey@schaufler-ca.com>
11254 L: linux-security-module@vger.kernel.org
11255 W: http://schaufler-ca.com
11256 T: git git://github.com/cschaufler/smack-next
11257 S: Maintained
11258 F: Documentation/security/Smack.txt
11259 F: security/smack/
11260
11261 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11262 M: Kevin Hilman <khilman@kernel.org>
11263 M: Nishanth Menon <nm@ti.com>
11264 S: Maintained
11265 F: drivers/power/avs/
11266 F: include/linux/power/smartreflex.h
11267 L: linux-pm@vger.kernel.org
11268
11269 SMC91x ETHERNET DRIVER
11270 M: Nicolas Pitre <nico@fluxnic.net>
11271 S: Odd Fixes
11272 F: drivers/net/ethernet/smsc/smc91x.*
11273
11274 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11275 M: Sakari Ailus <sakari.ailus@iki.fi>
11276 L: linux-media@vger.kernel.org
11277 S: Maintained
11278 F: drivers/media/i2c/smiapp/
11279 F: include/media/i2c/smiapp.h
11280 F: drivers/media/i2c/smiapp-pll.c
11281 F: drivers/media/i2c/smiapp-pll.h
11282 F: include/uapi/linux/smiapp.h
11283 F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11284
11285 SMM665 HARDWARE MONITOR DRIVER
11286 M: Guenter Roeck <linux@roeck-us.net>
11287 L: linux-hwmon@vger.kernel.org
11288 S: Maintained
11289 F: Documentation/hwmon/smm665
11290 F: drivers/hwmon/smm665.c
11291
11292 SMSC EMC2103 HARDWARE MONITOR DRIVER
11293 M: Steve Glendinning <steve.glendinning@shawell.net>
11294 L: linux-hwmon@vger.kernel.org
11295 S: Maintained
11296 F: Documentation/hwmon/emc2103
11297 F: drivers/hwmon/emc2103.c
11298
11299 SMSC SCH5627 HARDWARE MONITOR DRIVER
11300 M: Hans de Goede <hdegoede@redhat.com>
11301 L: linux-hwmon@vger.kernel.org
11302 S: Supported
11303 F: Documentation/hwmon/sch5627
11304 F: drivers/hwmon/sch5627.c
11305
11306 SMSC47B397 HARDWARE MONITOR DRIVER
11307 M: Jean Delvare <jdelvare@suse.com>
11308 L: linux-hwmon@vger.kernel.org
11309 S: Maintained
11310 F: Documentation/hwmon/smsc47b397
11311 F: drivers/hwmon/smsc47b397.c
11312
11313 SMSC911x ETHERNET DRIVER
11314 M: Steve Glendinning <steve.glendinning@shawell.net>
11315 L: netdev@vger.kernel.org
11316 S: Maintained
11317 F: include/linux/smsc911x.h
11318 F: drivers/net/ethernet/smsc/smsc911x.*
11319
11320 SMSC9420 PCI ETHERNET DRIVER
11321 M: Steve Glendinning <steve.glendinning@shawell.net>
11322 L: netdev@vger.kernel.org
11323 S: Maintained
11324 F: drivers/net/ethernet/smsc/smsc9420.*
11325
11326 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11327 M: Steve Glendinning <steve.glendinning@shawell.net>
11328 L: linux-fbdev@vger.kernel.org
11329 S: Maintained
11330 F: drivers/video/fbdev/smscufx.c
11331
11332 SOC-CAMERA V4L2 SUBSYSTEM
11333 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11334 L: linux-media@vger.kernel.org
11335 T: git git://linuxtv.org/media_tree.git
11336 S: Maintained
11337 F: include/media/soc*
11338 F: drivers/media/i2c/soc_camera/
11339 F: drivers/media/platform/soc_camera/
11340
11341 SOEKRIS NET48XX LED SUPPORT
11342 M: Chris Boot <bootc@bootc.net>
11343 S: Maintained
11344 F: drivers/leds/leds-net48xx.c
11345
11346 SOFTLOGIC 6x10 MPEG CODEC
11347 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11348 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11349 M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
11350 M: Ismael Luceno <ismael@iodev.co.uk>
11351 L: linux-media@vger.kernel.org
11352 S: Supported
11353 F: drivers/media/pci/solo6x10/
11354
11355 SOFTWARE RAID (Multiple Disks) SUPPORT
11356 M: Shaohua Li <shli@kernel.org>
11357 L: linux-raid@vger.kernel.org
11358 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11359 S: Supported
11360 F: drivers/md/
11361 F: include/linux/raid/
11362 F: include/uapi/linux/raid/
11363
11364 SONIC NETWORK DRIVER
11365 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11366 L: netdev@vger.kernel.org
11367 S: Maintained
11368 F: drivers/net/ethernet/natsemi/sonic.*
11369
11370 SONICS SILICON BACKPLANE DRIVER (SSB)
11371 M: Michael Buesch <m@bues.ch>
11372 L: linux-wireless@vger.kernel.org
11373 S: Maintained
11374 F: drivers/ssb/
11375 F: include/linux/ssb/
11376
11377 SONY VAIO CONTROL DEVICE DRIVER
11378 M: Mattia Dongili <malattia@linux.it>
11379 L: platform-driver-x86@vger.kernel.org
11380 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11381 S: Maintained
11382 F: Documentation/laptops/sony-laptop.txt
11383 F: drivers/char/sonypi.c
11384 F: drivers/platform/x86/sony-laptop.c
11385 F: include/linux/sony-laptop.h
11386
11387 SONY MEMORYSTICK CARD SUPPORT
11388 M: Alex Dubov <oakad@yahoo.com>
11389 W: http://tifmxx.berlios.de/
11390 S: Maintained
11391 F: drivers/memstick/host/tifm_ms.c
11392
11393 SONY MEMORYSTICK STANDARD SUPPORT
11394 M: Maxim Levitsky <maximlevitsky@gmail.com>
11395 S: Maintained
11396 F: drivers/memstick/core/ms_block.*
11397
11398 SOUND
11399 M: Jaroslav Kysela <perex@perex.cz>
11400 M: Takashi Iwai <tiwai@suse.com>
11401 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11402 W: http://www.alsa-project.org/
11403 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11404 T: git git://git.alsa-project.org/alsa-kernel.git
11405 Q: http://patchwork.kernel.org/project/alsa-devel/list/
11406 S: Maintained
11407 F: Documentation/sound/
11408 F: include/sound/
11409 F: include/uapi/sound/
11410 F: sound/
11411
11412 SOUND - COMPRESSED AUDIO
11413 M: Vinod Koul <vinod.koul@intel.com>
11414 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11415 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11416 S: Supported
11417 F: Documentation/sound/alsa/compress_offload.txt
11418 F: include/sound/compress_driver.h
11419 F: include/uapi/sound/compress_*
11420 F: sound/core/compress_offload.c
11421 F: sound/soc/soc-compress.c
11422
11423 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11424 M: Liam Girdwood <lgirdwood@gmail.com>
11425 M: Mark Brown <broonie@kernel.org>
11426 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11427 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11428 W: http://alsa-project.org/main/index.php/ASoC
11429 S: Supported
11430 F: Documentation/devicetree/bindings/sound/
11431 F: Documentation/sound/alsa/soc/
11432 F: sound/soc/
11433 F: include/sound/soc*
11434
11435 SOUND - DMAENGINE HELPERS
11436 M: Lars-Peter Clausen <lars@metafoo.de>
11437 S: Supported
11438 F: include/sound/dmaengine_pcm.h
11439 F: sound/core/pcm_dmaengine.c
11440 F: sound/soc/soc-generic-dmaengine-pcm.c
11441
11442 SP2 MEDIA DRIVER
11443 M: Olli Salonen <olli.salonen@iki.fi>
11444 L: linux-media@vger.kernel.org
11445 W: https://linuxtv.org
11446 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11447 S: Maintained
11448 F: drivers/media/dvb-frontends/sp2*
11449
11450 SPARC + UltraSPARC (sparc/sparc64)
11451 M: "David S. Miller" <davem@davemloft.net>
11452 L: sparclinux@vger.kernel.org
11453 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
11454 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11455 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11456 S: Maintained
11457 F: arch/sparc/
11458 F: drivers/sbus/
11459
11460 SPARC SERIAL DRIVERS
11461 M: "David S. Miller" <davem@davemloft.net>
11462 L: sparclinux@vger.kernel.org
11463 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11464 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11465 S: Maintained
11466 F: include/linux/sunserialcore.h
11467 F: drivers/tty/serial/suncore.c
11468 F: drivers/tty/serial/sunhv.c
11469 F: drivers/tty/serial/sunsab.c
11470 F: drivers/tty/serial/sunsab.h
11471 F: drivers/tty/serial/sunsu.c
11472 F: drivers/tty/serial/sunzilog.c
11473 F: drivers/tty/serial/sunzilog.h
11474
11475 SPARSE CHECKER
11476 M: "Christopher Li" <sparse@chrisli.org>
11477 L: linux-sparse@vger.kernel.org
11478 W: https://sparse.wiki.kernel.org/
11479 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11480 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11481 S: Maintained
11482 F: include/linux/compiler.h
11483
11484 SPEAR PLATFORM SUPPORT
11485 M: Viresh Kumar <vireshk@kernel.org>
11486 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11487 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11488 W: http://www.st.com/spear
11489 S: Maintained
11490 F: arch/arm/boot/dts/spear*
11491 F: arch/arm/mach-spear/
11492
11493 SPEAR CLOCK FRAMEWORK SUPPORT
11494 M: Viresh Kumar <vireshk@kernel.org>
11495 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11496 W: http://www.st.com/spear
11497 S: Maintained
11498 F: drivers/clk/spear/
11499
11500 SPI NOR SUBSYSTEM
11501 M: Cyrille Pitchen <cyrille.pitchen@atmel.com>
11502 M: Marek Vasut <marek.vasut@gmail.com>
11503 L: linux-mtd@lists.infradead.org
11504 W: http://www.linux-mtd.infradead.org/
11505 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
11506 T: git git://github.com/spi-nor/linux.git
11507 S: Maintained
11508 F: drivers/mtd/spi-nor/
11509 F: include/linux/mtd/spi-nor.h
11510
11511 SPI SUBSYSTEM
11512 M: Mark Brown <broonie@kernel.org>
11513 L: linux-spi@vger.kernel.org
11514 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11515 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
11516 S: Maintained
11517 F: Documentation/devicetree/bindings/spi/
11518 F: Documentation/spi/
11519 F: drivers/spi/
11520 F: include/linux/spi/
11521 F: include/uapi/linux/spi/
11522 F: tools/spi/
11523
11524 SPIDERNET NETWORK DRIVER for CELL
11525 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
11526 L: netdev@vger.kernel.org
11527 S: Supported
11528 F: Documentation/networking/spider_net.txt
11529 F: drivers/net/ethernet/toshiba/spider_net*
11530
11531 SPU FILE SYSTEM
11532 M: Jeremy Kerr <jk@ozlabs.org>
11533 L: linuxppc-dev@lists.ozlabs.org
11534 W: http://www.ibm.com/developerworks/power/cell/
11535 S: Supported
11536 F: Documentation/filesystems/spufs.txt
11537 F: arch/powerpc/platforms/cell/spufs/
11538
11539 SQUASHFS FILE SYSTEM
11540 M: Phillip Lougher <phillip@squashfs.org.uk>
11541 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
11542 W: http://squashfs.org.uk
11543 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11544 S: Maintained
11545 F: Documentation/filesystems/squashfs.txt
11546 F: fs/squashfs/
11547
11548 SRM (Alpha) environment access
11549 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
11550 S: Maintained
11551 F: arch/alpha/kernel/srm_env.c
11552
11553 STABLE BRANCH
11554 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11555 L: stable@vger.kernel.org
11556 S: Supported
11557 F: Documentation/process/stable-kernel-rules.rst
11558
11559 STAGING SUBSYSTEM
11560 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11561 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11562 L: devel@driverdev.osuosl.org
11563 S: Supported
11564 F: drivers/staging/
11565
11566 STAGING - COMEDI
11567 M: Ian Abbott <abbotti@mev.co.uk>
11568 M: H Hartley Sweeten <hsweeten@visionengravers.com>
11569 S: Odd Fixes
11570 F: drivers/staging/comedi/
11571
11572 STAGING - FLARION FT1000 DRIVERS
11573 M: Marek Belisko <marek.belisko@gmail.com>
11574 S: Odd Fixes
11575 F: drivers/staging/ft1000/
11576
11577 STAGING - INDUSTRIAL IO
11578 M: Jonathan Cameron <jic23@kernel.org>
11579 L: linux-iio@vger.kernel.org
11580 S: Odd Fixes
11581 F: Documentation/devicetree/bindings/staging/iio/
11582 F: drivers/staging/iio/
11583
11584 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11585 M: Jarod Wilson <jarod@wilsonet.com>
11586 W: http://www.lirc.org/
11587 S: Odd Fixes
11588 F: drivers/staging/media/lirc/
11589
11590 STAGING - LUSTRE PARALLEL FILESYSTEM
11591 M: Oleg Drokin <oleg.drokin@intel.com>
11592 M: Andreas Dilger <andreas.dilger@intel.com>
11593 M: James Simmons <jsimmons@infradead.org>
11594 L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
11595 W: http://wiki.lustre.org/
11596 S: Maintained
11597 F: drivers/staging/lustre
11598
11599 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11600 M: Marc Dietrich <marvin24@gmx.de>
11601 L: ac100@lists.launchpad.net (moderated for non-subscribers)
11602 L: linux-tegra@vger.kernel.org
11603 S: Maintained
11604 F: drivers/staging/nvec/
11605
11606 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11607 M: Jens Frederich <jfrederich@gmail.com>
11608 M: Daniel Drake <dsd@laptop.org>
11609 M: Jon Nettleton <jon.nettleton@gmail.com>
11610 W: http://wiki.laptop.org/go/DCON
11611 S: Maintained
11612 F: drivers/staging/olpc_dcon/
11613
11614 STAGING - REALTEK RTL8712U DRIVERS
11615 M: Larry Finger <Larry.Finger@lwfinger.net>
11616 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11617 S: Odd Fixes
11618 F: drivers/staging/rtl8712/
11619
11620 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11621 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11622 M: Teddy Wang <teddy.wang@siliconmotion.com>
11623 M: Sudip Mukherjee <sudip@vectorindia.org>
11624 L: linux-fbdev@vger.kernel.org
11625 S: Maintained
11626 F: drivers/staging/sm750fb/
11627
11628 STAGING - SLICOSS
11629 M: Lior Dotan <liodot@gmail.com>
11630 M: Christopher Harrer <charrer@alacritech.com>
11631 S: Odd Fixes
11632 F: drivers/staging/slicoss/
11633
11634 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11635 M: William Hubbs <w.d.hubbs@gmail.com>
11636 M: Chris Brannon <chris@the-brannons.com>
11637 M: Kirk Reiser <kirk@reisers.ca>
11638 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
11639 L: speakup@linux-speakup.org
11640 W: http://www.linux-speakup.org/
11641 S: Odd Fixes
11642 F: drivers/staging/speakup/
11643
11644 STAGING - VIA VT665X DRIVERS
11645 M: Forest Bond <forest@alittletooquiet.net>
11646 S: Odd Fixes
11647 F: drivers/staging/vt665?/
11648
11649 STAGING - WILC1000 WIFI DRIVER
11650 M: Aditya Shankar <aditya.shankar@microchip.com>
11651 M: Ganesh Krishna <ganesh.krishna@microchip.com>
11652 L: linux-wireless@vger.kernel.org
11653 S: Supported
11654 F: drivers/staging/wilc1000/
11655
11656 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11657 M: Arnaud Patard <arnaud.patard@rtp-net.org>
11658 S: Odd Fixes
11659 F: drivers/staging/xgifb/
11660
11661 STARFIRE/DURALAN NETWORK DRIVER
11662 M: Ion Badulescu <ionut@badula.org>
11663 S: Odd Fixes
11664 F: drivers/net/ethernet/adaptec/starfire*
11665
11666 SUN3/3X
11667 M: Sam Creasey <sammy@sammy.net>
11668 W: http://sammy.net/sun3/
11669 S: Maintained
11670 F: arch/m68k/kernel/*sun3*
11671 F: arch/m68k/sun3*/
11672 F: arch/m68k/include/asm/sun3*
11673 F: drivers/net/ethernet/i825xx/sun3*
11674
11675 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11676 M: Hans de Goede <hdegoede@redhat.com>
11677 L: linux-input@vger.kernel.org
11678 S: Maintained
11679 F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11680 F: drivers/input/keyboard/sun4i-lradc-keys.c
11681
11682 SUNDANCE NETWORK DRIVER
11683 M: Denis Kirjanov <kda@linux-powerpc.org>
11684 L: netdev@vger.kernel.org
11685 S: Maintained
11686 F: drivers/net/ethernet/dlink/sundance.c
11687
11688 SUPERH
11689 M: Yoshinori Sato <ysato@users.sourceforge.jp>
11690 M: Rich Felker <dalias@libc.org>
11691 L: linux-sh@vger.kernel.org
11692 Q: http://patchwork.kernel.org/project/linux-sh/list/
11693 S: Maintained
11694 F: Documentation/sh/
11695 F: arch/sh/
11696 F: drivers/sh/
11697
11698 SUSPEND TO RAM
11699 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
11700 M: Len Brown <len.brown@intel.com>
11701 M: Pavel Machek <pavel@ucw.cz>
11702 L: linux-pm@vger.kernel.org
11703 B: https://bugzilla.kernel.org
11704 S: Supported
11705 F: Documentation/power/
11706 F: arch/x86/kernel/acpi/
11707 F: drivers/base/power/
11708 F: kernel/power/
11709 F: include/linux/suspend.h
11710 F: include/linux/freezer.h
11711 F: include/linux/pm.h
11712
11713 SVGA HANDLING
11714 M: Martin Mares <mj@ucw.cz>
11715 L: linux-video@atrey.karlin.mff.cuni.cz
11716 S: Maintained
11717 F: Documentation/svga.txt
11718 F: arch/x86/boot/video*
11719
11720 SWIOTLB SUBSYSTEM
11721 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11722 L: linux-kernel@vger.kernel.org
11723 T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11724 S: Supported
11725 F: lib/swiotlb.c
11726 F: arch/*/kernel/pci-swiotlb.c
11727 F: include/linux/swiotlb.h
11728
11729 SWITCHDEV
11730 M: Jiri Pirko <jiri@resnulli.us>
11731 L: netdev@vger.kernel.org
11732 S: Supported
11733 F: net/switchdev/
11734 F: include/net/switchdev.h
11735
11736 SYNOPSYS ARC ARCHITECTURE
11737 M: Vineet Gupta <vgupta@synopsys.com>
11738 L: linux-snps-arc@lists.infradead.org
11739 S: Supported
11740 F: arch/arc/
11741 F: Documentation/devicetree/bindings/arc/*
11742 F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11743 F: drivers/tty/serial/arc_uart.c
11744 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11745
11746 SYNOPSYS ARC SDP platform support
11747 M: Alexey Brodkin <abrodkin@synopsys.com>
11748 S: Supported
11749 F: arch/arc/plat-axs10x
11750 F: arch/arc/boot/dts/ax*
11751 F: Documentation/devicetree/bindings/arc/axs10*
11752
11753 SYSTEM CONFIGURATION (SYSCON)
11754 M: Lee Jones <lee.jones@linaro.org>
11755 M: Arnd Bergmann <arnd@arndb.de>
11756 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11757 S: Supported
11758 F: drivers/mfd/syscon.c
11759
11760 SYSTEM RESET/SHUTDOWN DRIVERS
11761 M: Sebastian Reichel <sre@kernel.org>
11762 L: linux-pm@vger.kernel.org
11763 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
11764 S: Maintained
11765 F: Documentation/devicetree/bindings/power/reset/
11766 F: drivers/power/reset/
11767
11768 SYSV FILESYSTEM
11769 M: Christoph Hellwig <hch@infradead.org>
11770 S: Maintained
11771 F: Documentation/filesystems/sysv-fs.txt
11772 F: fs/sysv/
11773 F: include/linux/sysv_fs.h
11774
11775 TARGET SUBSYSTEM
11776 M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11777 L: linux-scsi@vger.kernel.org
11778 L: target-devel@vger.kernel.org
11779 W: http://www.linux-iscsi.org
11780 W: http://groups.google.com/group/linux-iscsi-target-dev
11781 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11782 S: Supported
11783 F: drivers/target/
11784 F: include/target/
11785 F: Documentation/target/
11786
11787 TASKSTATS STATISTICS INTERFACE
11788 M: Balbir Singh <bsingharora@gmail.com>
11789 S: Maintained
11790 F: Documentation/accounting/taskstats*
11791 F: include/linux/taskstats*
11792 F: kernel/taskstats.c
11793
11794 TC CLASSIFIER
11795 M: Jamal Hadi Salim <jhs@mojatatu.com>
11796 L: netdev@vger.kernel.org
11797 S: Maintained
11798 F: include/net/pkt_cls.h
11799 F: include/uapi/linux/pkt_cls.h
11800 F: net/sched/
11801
11802 TCP LOW PRIORITY MODULE
11803 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11804 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11805 W: http://tcp-lp-mod.sourceforge.net/
11806 S: Maintained
11807 F: net/ipv4/tcp_lp.c
11808
11809 TDA10071 MEDIA DRIVER
11810 M: Antti Palosaari <crope@iki.fi>
11811 L: linux-media@vger.kernel.org
11812 W: https://linuxtv.org
11813 W: http://palosaari.fi/linux/
11814 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11815 T: git git://linuxtv.org/anttip/media_tree.git
11816 S: Maintained
11817 F: drivers/media/dvb-frontends/tda10071*
11818
11819 TDA18212 MEDIA DRIVER
11820 M: Antti Palosaari <crope@iki.fi>
11821 L: linux-media@vger.kernel.org
11822 W: https://linuxtv.org
11823 W: http://palosaari.fi/linux/
11824 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11825 T: git git://linuxtv.org/anttip/media_tree.git
11826 S: Maintained
11827 F: drivers/media/tuners/tda18212*
11828
11829 TDA18218 MEDIA DRIVER
11830 M: Antti Palosaari <crope@iki.fi>
11831 L: linux-media@vger.kernel.org
11832 W: https://linuxtv.org
11833 W: http://palosaari.fi/linux/
11834 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11835 T: git git://linuxtv.org/anttip/media_tree.git
11836 S: Maintained
11837 F: drivers/media/tuners/tda18218*
11838
11839 TDA18271 MEDIA DRIVER
11840 M: Michael Krufky <mkrufky@linuxtv.org>
11841 L: linux-media@vger.kernel.org
11842 W: https://linuxtv.org
11843 W: http://github.com/mkrufky
11844 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11845 T: git git://linuxtv.org/mkrufky/tuners.git
11846 S: Maintained
11847 F: drivers/media/tuners/tda18271*
11848
11849 TDA827x MEDIA DRIVER
11850 M: Michael Krufky <mkrufky@linuxtv.org>
11851 L: linux-media@vger.kernel.org
11852 W: https://linuxtv.org
11853 W: http://github.com/mkrufky
11854 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11855 T: git git://linuxtv.org/mkrufky/tuners.git
11856 S: Maintained
11857 F: drivers/media/tuners/tda8290.*
11858
11859 TDA8290 MEDIA DRIVER
11860 M: Michael Krufky <mkrufky@linuxtv.org>
11861 L: linux-media@vger.kernel.org
11862 W: https://linuxtv.org
11863 W: http://github.com/mkrufky
11864 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11865 T: git git://linuxtv.org/mkrufky/tuners.git
11866 S: Maintained
11867 F: drivers/media/tuners/tda8290.*
11868
11869 TDA9840 MEDIA DRIVER
11870 M: Hans Verkuil <hverkuil@xs4all.nl>
11871 L: linux-media@vger.kernel.org
11872 T: git git://linuxtv.org/media_tree.git
11873 W: https://linuxtv.org
11874 S: Maintained
11875 F: drivers/media/i2c/tda9840*
11876
11877 TEA5761 TUNER DRIVER
11878 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11879 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11880 L: linux-media@vger.kernel.org
11881 W: https://linuxtv.org
11882 T: git git://linuxtv.org/media_tree.git
11883 S: Odd fixes
11884 F: drivers/media/tuners/tea5761.*
11885
11886 TEA5767 TUNER DRIVER
11887 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11888 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11889 L: linux-media@vger.kernel.org
11890 W: https://linuxtv.org
11891 T: git git://linuxtv.org/media_tree.git
11892 S: Maintained
11893 F: drivers/media/tuners/tea5767.*
11894
11895 TEA6415C MEDIA DRIVER
11896 M: Hans Verkuil <hverkuil@xs4all.nl>
11897 L: linux-media@vger.kernel.org
11898 T: git git://linuxtv.org/media_tree.git
11899 W: https://linuxtv.org
11900 S: Maintained
11901 F: drivers/media/i2c/tea6415c*
11902
11903 TEA6420 MEDIA DRIVER
11904 M: Hans Verkuil <hverkuil@xs4all.nl>
11905 L: linux-media@vger.kernel.org
11906 T: git git://linuxtv.org/media_tree.git
11907 W: https://linuxtv.org
11908 S: Maintained
11909 F: drivers/media/i2c/tea6420*
11910
11911 TEAM DRIVER
11912 M: Jiri Pirko <jiri@resnulli.us>
11913 L: netdev@vger.kernel.org
11914 S: Supported
11915 F: drivers/net/team/
11916 F: include/linux/if_team.h
11917 F: include/uapi/linux/if_team.h
11918
11919 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11920 M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11921 S: Maintained
11922 F: arch/x86/platform/ts5500/
11923
11924 TECHNOTREND USB IR RECEIVER
11925 M: Sean Young <sean@mess.org>
11926 L: linux-media@vger.kernel.org
11927 S: Maintained
11928 F: drivers/media/rc/ttusbir.c
11929
11930 TEGRA ARCHITECTURE SUPPORT
11931 M: Stephen Warren <swarren@wwwdotorg.org>
11932 M: Thierry Reding <thierry.reding@gmail.com>
11933 M: Alexandre Courbot <gnurou@gmail.com>
11934 L: linux-tegra@vger.kernel.org
11935 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
11936 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11937 S: Supported
11938 N: [^a-z]tegra
11939
11940 TEGRA CLOCK DRIVER
11941 M: Peter De Schrijver <pdeschrijver@nvidia.com>
11942 M: Prashant Gaikwad <pgaikwad@nvidia.com>
11943 S: Supported
11944 F: drivers/clk/tegra/
11945
11946 TEGRA DMA DRIVERS
11947 M: Laxman Dewangan <ldewangan@nvidia.com>
11948 M: Jon Hunter <jonathanh@nvidia.com>
11949 S: Supported
11950 F: drivers/dma/tegra*
11951
11952 TEGRA I2C DRIVER
11953 M: Laxman Dewangan <ldewangan@nvidia.com>
11954 S: Supported
11955 F: drivers/i2c/busses/i2c-tegra.c
11956
11957 TEGRA IOMMU DRIVERS
11958 M: Hiroshi Doyu <hdoyu@nvidia.com>
11959 S: Supported
11960 F: drivers/iommu/tegra*
11961
11962 TEGRA KBC DRIVER
11963 M: Rakesh Iyer <riyer@nvidia.com>
11964 M: Laxman Dewangan <ldewangan@nvidia.com>
11965 S: Supported
11966 F: drivers/input/keyboard/tegra-kbc.c
11967
11968 TEGRA PWM DRIVER
11969 M: Thierry Reding <thierry.reding@gmail.com>
11970 S: Supported
11971 F: drivers/pwm/pwm-tegra.c
11972
11973 TEGRA SERIAL DRIVER
11974 M: Laxman Dewangan <ldewangan@nvidia.com>
11975 S: Supported
11976 F: drivers/tty/serial/serial-tegra.c
11977
11978 TEGRA SPI DRIVER
11979 M: Laxman Dewangan <ldewangan@nvidia.com>
11980 S: Supported
11981 F: drivers/spi/spi-tegra*
11982
11983 TEHUTI ETHERNET DRIVER
11984 M: Andy Gospodarek <andy@greyhouse.net>
11985 L: netdev@vger.kernel.org
11986 S: Supported
11987 F: drivers/net/ethernet/tehuti/*
11988
11989 Telecom Clock Driver for MCPL0010
11990 M: Mark Gross <mark.gross@intel.com>
11991 S: Supported
11992 F: drivers/char/tlclk.c
11993
11994 TENSILICA XTENSA PORT (xtensa)
11995 M: Chris Zankel <chris@zankel.net>
11996 M: Max Filippov <jcmvbkbc@gmail.com>
11997 L: linux-xtensa@linux-xtensa.org
11998 T: git git://github.com/czankel/xtensa-linux.git
11999 S: Maintained
12000 F: arch/xtensa/
12001 F: drivers/irqchip/irq-xtensa-*
12002
12003 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
12004 M: Hans Verkuil <hverkuil@xs4all.nl>
12005 L: linux-media@vger.kernel.org
12006 T: git git://linuxtv.org/media_tree.git
12007 W: https://linuxtv.org
12008 S: Maintained
12009 F: drivers/media/radio/radio-raremono.c
12010
12011 THERMAL
12012 M: Zhang Rui <rui.zhang@intel.com>
12013 M: Eduardo Valentin <edubezval@gmail.com>
12014 L: linux-pm@vger.kernel.org
12015 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
12016 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
12017 Q: https://patchwork.kernel.org/project/linux-pm/list/
12018 S: Supported
12019 F: drivers/thermal/
12020 F: include/linux/thermal.h
12021 F: include/uapi/linux/thermal.h
12022 F: include/linux/cpu_cooling.h
12023 F: Documentation/devicetree/bindings/thermal/
12024
12025 THERMAL/CPU_COOLING
12026 M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
12027 M: Viresh Kumar <viresh.kumar@linaro.org>
12028 M: Javi Merino <javi.merino@kernel.org>
12029 L: linux-pm@vger.kernel.org
12030 S: Supported
12031 F: Documentation/thermal/cpu-cooling-api.txt
12032 F: drivers/thermal/cpu_cooling.c
12033 F: include/linux/cpu_cooling.h
12034
12035 THINKPAD ACPI EXTRAS DRIVER
12036 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
12037 L: ibm-acpi-devel@lists.sourceforge.net
12038 L: platform-driver-x86@vger.kernel.org
12039 W: http://ibm-acpi.sourceforge.net
12040 W: http://thinkwiki.org/wiki/Ibm-acpi
12041 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
12042 S: Maintained
12043 F: drivers/platform/x86/thinkpad_acpi.c
12044
12045 TI BANDGAP AND THERMAL DRIVER
12046 M: Eduardo Valentin <edubezval@gmail.com>
12047 M: Keerthy <j-keerthy@ti.com>
12048 L: linux-pm@vger.kernel.org
12049 L: linux-omap@vger.kernel.org
12050 S: Maintained
12051 F: drivers/thermal/ti-soc-thermal/
12052
12053 TI VPE/CAL DRIVERS
12054 M: Benoit Parrot <bparrot@ti.com>
12055 L: linux-media@vger.kernel.org
12056 W: http://linuxtv.org/
12057 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12058 S: Maintained
12059 F: drivers/media/platform/ti-vpe/
12060
12061 TI CDCE706 CLOCK DRIVER
12062 M: Max Filippov <jcmvbkbc@gmail.com>
12063 S: Maintained
12064 F: drivers/clk/clk-cdce706.c
12065
12066 TI CLOCK DRIVER
12067 M: Tero Kristo <t-kristo@ti.com>
12068 L: linux-omap@vger.kernel.org
12069 S: Maintained
12070 F: drivers/clk/ti/
12071 F: include/linux/clk/ti.h
12072
12073 TI ETHERNET SWITCH DRIVER (CPSW)
12074 M: Mugunthan V N <mugunthanvnm@ti.com>
12075 R: Grygorii Strashko <grygorii.strashko@ti.com>
12076 L: linux-omap@vger.kernel.org
12077 L: netdev@vger.kernel.org
12078 S: Maintained
12079 F: drivers/net/ethernet/ti/cpsw*
12080 F: drivers/net/ethernet/ti/davinci*
12081
12082 TI FLASH MEDIA INTERFACE DRIVER
12083 M: Alex Dubov <oakad@yahoo.com>
12084 S: Maintained
12085 F: drivers/misc/tifm*
12086 F: drivers/mmc/host/tifm_sd.c
12087 F: include/linux/tifm.h
12088
12089 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
12090 M: Santosh Shilimkar <ssantosh@kernel.org>
12091 L: linux-kernel@vger.kernel.org
12092 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12093 S: Maintained
12094 F: drivers/soc/ti/*
12095 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
12096
12097
12098 TI LM49xxx FAMILY ASoC CODEC DRIVERS
12099 M: M R Swami Reddy <mr.swami.reddy@ti.com>
12100 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
12101 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12102 S: Maintained
12103 F: sound/soc/codecs/lm49453*
12104 F: sound/soc/codecs/isabelle*
12105
12106 TI LP855x BACKLIGHT DRIVER
12107 M: Milo Kim <milo.kim@ti.com>
12108 S: Maintained
12109 F: Documentation/backlight/lp855x-driver.txt
12110 F: drivers/video/backlight/lp855x_bl.c
12111 F: include/linux/platform_data/lp855x.h
12112
12113 TI LP8727 CHARGER DRIVER
12114 M: Milo Kim <milo.kim@ti.com>
12115 S: Maintained
12116 F: drivers/power/supply/lp8727_charger.c
12117 F: include/linux/platform_data/lp8727.h
12118
12119 TI LP8788 MFD DRIVER
12120 M: Milo Kim <milo.kim@ti.com>
12121 S: Maintained
12122 F: drivers/iio/adc/lp8788_adc.c
12123 F: drivers/leds/leds-lp8788.c
12124 F: drivers/mfd/lp8788*.c
12125 F: drivers/power/supply/lp8788-charger.c
12126 F: drivers/regulator/lp8788-*.c
12127 F: include/linux/mfd/lp8788*.h
12128
12129 TI NETCP ETHERNET DRIVER
12130 M: Wingman Kwok <w-kwok2@ti.com>
12131 M: Murali Karicheri <m-karicheri2@ti.com>
12132 L: netdev@vger.kernel.org
12133 S: Maintained
12134 F: drivers/net/ethernet/ti/netcp*
12135
12136 TI TAS571X FAMILY ASoC CODEC DRIVER
12137 M: Kevin Cernekee <cernekee@chromium.org>
12138 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12139 S: Odd Fixes
12140 F: sound/soc/codecs/tas571x*
12141
12142 TI TWL4030 SERIES SOC CODEC DRIVER
12143 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
12144 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12145 S: Maintained
12146 F: sound/soc/codecs/twl4030*
12147
12148 TI WILINK WIRELESS DRIVERS
12149 L: linux-wireless@vger.kernel.org
12150 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
12151 W: http://wireless.kernel.org/en/users/Drivers/wl1251
12152 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12153 S: Orphan
12154 F: drivers/net/wireless/ti/
12155 F: include/linux/wl12xx.h
12156
12157 TIPC NETWORK LAYER
12158 M: Jon Maloy <jon.maloy@ericsson.com>
12159 M: Ying Xue <ying.xue@windriver.com>
12160 L: netdev@vger.kernel.org (core kernel code)
12161 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
12162 W: http://tipc.sourceforge.net/
12163 S: Maintained
12164 F: include/uapi/linux/tipc*.h
12165 F: net/tipc/
12166
12167 TILE ARCHITECTURE
12168 M: Chris Metcalf <cmetcalf@mellanox.com>
12169 W: http://www.mellanox.com/repository/solutions/tile-scm/
12170 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12171 S: Supported
12172 F: arch/tile/
12173 F: drivers/char/tile-srom.c
12174 F: drivers/edac/tile_edac.c
12175 F: drivers/net/ethernet/tile/
12176 F: drivers/rtc/rtc-tile.c
12177 F: drivers/tty/hvc/hvc_tile.c
12178 F: drivers/tty/serial/tilegx.c
12179 F: drivers/usb/host/*-tilegx.c
12180 F: include/linux/usb/tilegx.h
12181
12182 TLAN NETWORK DRIVER
12183 M: Samuel Chessman <chessman@tux.org>
12184 L: tlan-devel@lists.sourceforge.net (subscribers-only)
12185 W: http://sourceforge.net/projects/tlan/
12186 S: Maintained
12187 F: Documentation/networking/tlan.txt
12188 F: drivers/net/ethernet/ti/tlan.*
12189
12190 TOMOYO SECURITY MODULE
12191 M: Kentaro Takeda <takedakn@nttdata.co.jp>
12192 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
12193 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
12194 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
12195 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
12196 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
12197 W: http://tomoyo.sourceforge.jp/
12198 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12199 S: Maintained
12200 F: security/tomoyo/
12201
12202 TOPSTAR LAPTOP EXTRAS DRIVER
12203 M: Herton Ronaldo Krzesinski <herton@canonical.com>
12204 L: platform-driver-x86@vger.kernel.org
12205 S: Maintained
12206 F: drivers/platform/x86/topstar-laptop.c
12207
12208 TOSHIBA ACPI EXTRAS DRIVER
12209 M: Azael Avalos <coproscefalo@gmail.com>
12210 L: platform-driver-x86@vger.kernel.org
12211 S: Maintained
12212 F: drivers/platform/x86/toshiba_acpi.c
12213
12214 TOSHIBA BLUETOOTH DRIVER
12215 M: Azael Avalos <coproscefalo@gmail.com>
12216 L: platform-driver-x86@vger.kernel.org
12217 S: Maintained
12218 F: drivers/platform/x86/toshiba_bluetooth.c
12219
12220 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12221 M: Azael Avalos <coproscefalo@gmail.com>
12222 L: platform-driver-x86@vger.kernel.org
12223 S: Maintained
12224 F: drivers/platform/x86/toshiba_haps.c
12225
12226 TOSHIBA WMI HOTKEYS DRIVER
12227 M: Azael Avalos <coproscefalo@gmail.com>
12228 L: platform-driver-x86@vger.kernel.org
12229 S: Maintained
12230 F: drivers/platform/x86/toshiba-wmi.c
12231
12232 TOSHIBA SMM DRIVER
12233 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
12234 W: http://www.buzzard.org.uk/toshiba/
12235 S: Maintained
12236 F: drivers/char/toshiba.c
12237 F: include/linux/toshiba.h
12238 F: include/uapi/linux/toshiba.h
12239
12240 TOSHIBA TC358743 DRIVER
12241 M: Mats Randgaard <matrandg@cisco.com>
12242 L: linux-media@vger.kernel.org
12243 S: Maintained
12244 F: drivers/media/i2c/tc358743*
12245 F: include/media/i2c/tc358743.h
12246
12247 TMIO/SDHI MMC DRIVER
12248 M: Wolfram Sang <wsa+renesas@sang-engineering.com>
12249 L: linux-mmc@vger.kernel.org
12250 S: Supported
12251 F: drivers/mmc/host/tmio_mmc*
12252 F: drivers/mmc/host/sh_mobile_sdhi.c
12253 F: include/linux/mfd/tmio.h
12254
12255 TMP401 HARDWARE MONITOR DRIVER
12256 M: Guenter Roeck <linux@roeck-us.net>
12257 L: linux-hwmon@vger.kernel.org
12258 S: Maintained
12259 F: Documentation/hwmon/tmp401
12260 F: drivers/hwmon/tmp401.c
12261
12262 TMPFS (SHMEM FILESYSTEM)
12263 M: Hugh Dickins <hughd@google.com>
12264 L: linux-mm@kvack.org
12265 S: Maintained
12266 F: include/linux/shmem_fs.h
12267 F: mm/shmem.c
12268
12269 TM6000 VIDEO4LINUX DRIVER
12270 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12271 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12272 L: linux-media@vger.kernel.org
12273 W: https://linuxtv.org
12274 T: git git://linuxtv.org/media_tree.git
12275 S: Odd fixes
12276 F: drivers/media/usb/tm6000/
12277 F: Documentation/media/v4l-drivers/tm6000*
12278
12279 TW5864 VIDEO4LINUX DRIVER
12280 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12281 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12282 M: Andrey Utkin <andrey_utkin@fastmail.com>
12283 L: linux-media@vger.kernel.org
12284 S: Supported
12285 F: drivers/media/pci/tw5864/
12286
12287 TW68 VIDEO4LINUX DRIVER
12288 M: Hans Verkuil <hverkuil@xs4all.nl>
12289 L: linux-media@vger.kernel.org
12290 T: git git://linuxtv.org/media_tree.git
12291 W: https://linuxtv.org
12292 S: Odd Fixes
12293 F: drivers/media/pci/tw68/
12294
12295 TW686X VIDEO4LINUX DRIVER
12296 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12297 L: linux-media@vger.kernel.org
12298 T: git git://linuxtv.org/media_tree.git
12299 W: http://linuxtv.org
12300 S: Maintained
12301 F: drivers/media/pci/tw686x/
12302
12303 TPM DEVICE DRIVER
12304 M: Peter Huewe <peterhuewe@gmx.de>
12305 M: Marcel Selhorst <tpmdd@selhorst.net>
12306 M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
12307 R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
12308 W: http://tpmdd.sourceforge.net
12309 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12310 Q: https://patchwork.kernel.org/project/tpmdd-devel/list/
12311 T: git git://git.infradead.org/users/jjs/linux-tpmdd.git
12312 S: Maintained
12313 F: drivers/char/tpm/
12314
12315 TPM IBM_VTPM DEVICE DRIVER
12316 M: Ashley Lai <ashleydlai@gmail.com>
12317 W: http://tpmdd.sourceforge.net
12318 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12319 S: Maintained
12320 F: drivers/char/tpm/tpm_ibmvtpm*
12321
12322 TRACING
12323 M: Steven Rostedt <rostedt@goodmis.org>
12324 M: Ingo Molnar <mingo@redhat.com>
12325 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12326 S: Maintained
12327 F: Documentation/trace/ftrace.txt
12328 F: arch/*/*/*/ftrace.h
12329 F: arch/*/kernel/ftrace.c
12330 F: include/*/ftrace.h
12331 F: include/linux/trace*.h
12332 F: include/trace/
12333 F: kernel/trace/
12334 F: tools/testing/selftests/ftrace/
12335
12336 TRACING MMIO ACCESSES (MMIOTRACE)
12337 M: Steven Rostedt <rostedt@goodmis.org>
12338 M: Ingo Molnar <mingo@kernel.org>
12339 R: Karol Herbst <karolherbst@gmail.com>
12340 R: Pekka Paalanen <ppaalanen@gmail.com>
12341 S: Maintained
12342 L: linux-kernel@vger.kernel.org
12343 L: nouveau@lists.freedesktop.org
12344 F: kernel/trace/trace_mmiotrace.c
12345 F: include/linux/mmiotrace.h
12346 F: arch/x86/mm/kmmio.c
12347 F: arch/x86/mm/mmio-mod.c
12348 F: arch/x86/mm/testmmiotrace.c
12349
12350 TRIVIAL PATCHES
12351 M: Jiri Kosina <trivial@kernel.org>
12352 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12353 S: Maintained
12354 K: ^Subject:.*(?i)trivial
12355
12356 TTY LAYER
12357 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12358 M: Jiri Slaby <jslaby@suse.com>
12359 S: Supported
12360 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12361 F: Documentation/serial/
12362 F: drivers/tty/
12363 F: drivers/tty/serial/serial_core.c
12364 F: include/linux/serial_core.h
12365 F: include/linux/serial.h
12366 F: include/linux/tty.h
12367 F: include/uapi/linux/serial_core.h
12368 F: include/uapi/linux/serial.h
12369 F: include/uapi/linux/tty.h
12370
12371 TUA9001 MEDIA DRIVER
12372 M: Antti Palosaari <crope@iki.fi>
12373 L: linux-media@vger.kernel.org
12374 W: https://linuxtv.org
12375 W: http://palosaari.fi/linux/
12376 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12377 T: git git://linuxtv.org/anttip/media_tree.git
12378 S: Maintained
12379 F: drivers/media/tuners/tua9001*
12380
12381 TULIP NETWORK DRIVERS
12382 L: netdev@vger.kernel.org
12383 L: linux-parisc@vger.kernel.org
12384 S: Orphan
12385 F: drivers/net/ethernet/dec/tulip/
12386
12387 TUN/TAP driver
12388 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
12389 W: http://vtun.sourceforge.net/tun
12390 S: Maintained
12391 F: Documentation/networking/tuntap.txt
12392 F: arch/um/os-Linux/drivers/
12393
12394 TURBOCHANNEL SUBSYSTEM
12395 M: "Maciej W. Rozycki" <macro@linux-mips.org>
12396 M: Ralf Baechle <ralf@linux-mips.org>
12397 L: linux-mips@linux-mips.org
12398 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
12399 S: Maintained
12400 F: drivers/tc/
12401 F: include/linux/tc.h
12402
12403 UBI FILE SYSTEM (UBIFS)
12404 M: Richard Weinberger <richard@nod.at>
12405 M: Artem Bityutskiy <dedekind1@gmail.com>
12406 M: Adrian Hunter <adrian.hunter@intel.com>
12407 L: linux-mtd@lists.infradead.org
12408 T: git git://git.infradead.org/ubifs-2.6.git
12409 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
12410 S: Supported
12411 F: Documentation/filesystems/ubifs.txt
12412 F: fs/ubifs/
12413
12414 UCLINUX (M68KNOMMU AND COLDFIRE)
12415 M: Greg Ungerer <gerg@linux-m68k.org>
12416 W: http://www.linux-m68k.org/
12417 W: http://www.uclinux.org/
12418 L: linux-m68k@lists.linux-m68k.org
12419 L: uclinux-dev@uclinux.org (subscribers-only)
12420 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12421 S: Maintained
12422 F: arch/m68k/coldfire/
12423 F: arch/m68k/68*/
12424 F: arch/m68k/*/*_no.*
12425 F: arch/m68k/include/asm/*_no.*
12426
12427 UDF FILESYSTEM
12428 M: Jan Kara <jack@suse.com>
12429 S: Maintained
12430 F: Documentation/filesystems/udf.txt
12431 F: fs/udf/
12432
12433 UFS FILESYSTEM
12434 M: Evgeniy Dushistov <dushistov@mail.ru>
12435 S: Maintained
12436 F: Documentation/filesystems/ufs.txt
12437 F: fs/ufs/
12438
12439 UHID USERSPACE HID IO DRIVER:
12440 M: David Herrmann <dh.herrmann@googlemail.com>
12441 L: linux-input@vger.kernel.org
12442 S: Maintained
12443 F: drivers/hid/uhid.c
12444 F: include/uapi/linux/uhid.h
12445
12446 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12447 L: linux-usb@vger.kernel.org
12448 S: Orphan
12449 F: drivers/uwb/
12450 F: include/linux/uwb.h
12451 F: include/linux/uwb/
12452
12453 UNICORE32 ARCHITECTURE:
12454 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
12455 W: http://mprc.pku.edu.cn/~guanxuetao/linux
12456 S: Maintained
12457 T: git git://github.com/gxt/linux.git
12458 F: arch/unicore32/
12459
12460 UNIFDEF
12461 M: Tony Finch <dot@dotat.at>
12462 W: http://dotat.at/prog/unifdef
12463 S: Maintained
12464 F: scripts/unifdef.c
12465
12466 UNIFORM CDROM DRIVER
12467 M: Jens Axboe <axboe@kernel.dk>
12468 W: http://www.kernel.dk
12469 S: Maintained
12470 F: Documentation/cdrom/
12471 F: drivers/cdrom/cdrom.c
12472 F: include/linux/cdrom.h
12473 F: include/uapi/linux/cdrom.h
12474
12475 UNISYS S-PAR DRIVERS
12476 M: David Kershner <david.kershner@unisys.com>
12477 L: sparmaintainer@unisys.com (Unisys internal)
12478 S: Supported
12479 F: drivers/staging/unisys/
12480
12481 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12482 M: Vinayak Holikatti <vinholikatti@gmail.com>
12483 L: linux-scsi@vger.kernel.org
12484 S: Supported
12485 F: Documentation/scsi/ufs.txt
12486 F: drivers/scsi/ufs/
12487
12488 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12489 M: Joao Pinto <Joao.Pinto@synopsys.com>
12490 L: linux-scsi@vger.kernel.org
12491 S: Supported
12492 F: drivers/scsi/ufs/*dwc*
12493
12494 UNSORTED BLOCK IMAGES (UBI)
12495 M: Artem Bityutskiy <dedekind1@gmail.com>
12496 M: Richard Weinberger <richard@nod.at>
12497 W: http://www.linux-mtd.infradead.org/
12498 L: linux-mtd@lists.infradead.org
12499 T: git git://git.infradead.org/ubifs-2.6.git
12500 S: Supported
12501 F: drivers/mtd/ubi/
12502 F: include/linux/mtd/ubi.h
12503 F: include/uapi/mtd/ubi-user.h
12504
12505 USB ACM DRIVER
12506 M: Oliver Neukum <oneukum@suse.com>
12507 L: linux-usb@vger.kernel.org
12508 S: Maintained
12509 F: Documentation/usb/acm.txt
12510 F: drivers/usb/class/cdc-acm.*
12511
12512 USB AR5523 WIRELESS DRIVER
12513 M: Pontus Fuchs <pontus.fuchs@gmail.com>
12514 L: linux-wireless@vger.kernel.org
12515 S: Maintained
12516 F: drivers/net/wireless/ath/ar5523/
12517
12518 USB ATTACHED SCSI
12519 M: Oliver Neukum <oneukum@suse.com>
12520 L: linux-usb@vger.kernel.org
12521 L: linux-scsi@vger.kernel.org
12522 S: Maintained
12523 F: drivers/usb/storage/uas.c
12524
12525 USB CDC ETHERNET DRIVER
12526 M: Oliver Neukum <oliver@neukum.org>
12527 L: linux-usb@vger.kernel.org
12528 S: Maintained
12529 F: drivers/net/usb/cdc_*.c
12530 F: include/uapi/linux/usb/cdc.h
12531
12532 USB CHAOSKEY DRIVER
12533 M: Keith Packard <keithp@keithp.com>
12534 L: linux-usb@vger.kernel.org
12535 S: Maintained
12536 F: drivers/usb/misc/chaoskey.c
12537
12538 USB CYPRESS C67X00 DRIVER
12539 M: Peter Korsgaard <jacmet@sunsite.dk>
12540 L: linux-usb@vger.kernel.org
12541 S: Maintained
12542 F: drivers/usb/c67x00/
12543
12544 USB DAVICOM DM9601 DRIVER
12545 M: Peter Korsgaard <jacmet@sunsite.dk>
12546 L: netdev@vger.kernel.org
12547 W: http://www.linux-usb.org/usbnet
12548 S: Maintained
12549 F: drivers/net/usb/dm9601.c
12550
12551 USB DIAMOND RIO500 DRIVER
12552 M: Cesar Miquel <miquel@df.uba.ar>
12553 L: rio500-users@lists.sourceforge.net
12554 W: http://rio500.sourceforge.net
12555 S: Maintained
12556 F: drivers/usb/misc/rio500*
12557
12558 USB EHCI DRIVER
12559 M: Alan Stern <stern@rowland.harvard.edu>
12560 L: linux-usb@vger.kernel.org
12561 S: Maintained
12562 F: Documentation/usb/ehci.txt
12563 F: drivers/usb/host/ehci*
12564
12565 USB GADGET/PERIPHERAL SUBSYSTEM
12566 M: Felipe Balbi <balbi@kernel.org>
12567 L: linux-usb@vger.kernel.org
12568 W: http://www.linux-usb.org/gadget
12569 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12570 S: Maintained
12571 F: drivers/usb/gadget/
12572 F: include/linux/usb/gadget*
12573
12574 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12575 M: Jiri Kosina <jikos@kernel.org>
12576 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
12577 L: linux-usb@vger.kernel.org
12578 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12579 S: Maintained
12580 F: Documentation/hid/hiddev.txt
12581 F: drivers/hid/usbhid/
12582
12583 USB ISP116X DRIVER
12584 M: Olav Kongas <ok@artecdesign.ee>
12585 L: linux-usb@vger.kernel.org
12586 S: Maintained
12587 F: drivers/usb/host/isp116x*
12588 F: include/linux/usb/isp116x.h
12589
12590 USB LAN78XX ETHERNET DRIVER
12591 M: Woojung Huh <woojung.huh@microchip.com>
12592 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12593 L: netdev@vger.kernel.org
12594 S: Maintained
12595 F: drivers/net/usb/lan78xx.*
12596
12597 USB MASS STORAGE DRIVER
12598 M: Alan Stern <stern@rowland.harvard.edu>
12599 L: linux-usb@vger.kernel.org
12600 L: usb-storage@lists.one-eyed-alien.net
12601 S: Maintained
12602 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
12603 F: drivers/usb/storage/
12604
12605 USB MIDI DRIVER
12606 M: Clemens Ladisch <clemens@ladisch.de>
12607 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12608 T: git git://git.alsa-project.org/alsa-kernel.git
12609 S: Maintained
12610 F: sound/usb/midi.*
12611
12612 USB NETWORKING DRIVERS
12613 L: linux-usb@vger.kernel.org
12614 S: Odd Fixes
12615 F: drivers/net/usb/
12616
12617 USB OHCI DRIVER
12618 M: Alan Stern <stern@rowland.harvard.edu>
12619 L: linux-usb@vger.kernel.org
12620 S: Maintained
12621 F: Documentation/usb/ohci.txt
12622 F: drivers/usb/host/ohci*
12623
12624 USB OTG FSM (Finite State Machine)
12625 M: Peter Chen <Peter.Chen@nxp.com>
12626 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12627 L: linux-usb@vger.kernel.org
12628 S: Maintained
12629 F: drivers/usb/common/usb-otg-fsm.c
12630
12631 USB OVER IP DRIVER
12632 M: Valentina Manea <valentina.manea.m@gmail.com>
12633 M: Shuah Khan <shuahkh@osg.samsung.com>
12634 M: Shuah Khan <shuah@kernel.org>
12635 L: linux-usb@vger.kernel.org
12636 S: Maintained
12637 F: Documentation/usb/usbip_protocol.txt
12638 F: drivers/usb/usbip/
12639 F: tools/usb/usbip/
12640
12641 USB PEGASUS DRIVER
12642 M: Petko Manolov <petkan@nucleusys.com>
12643 L: linux-usb@vger.kernel.org
12644 L: netdev@vger.kernel.org
12645 T: git git://github.com/petkan/pegasus.git
12646 W: https://github.com/petkan/pegasus
12647 S: Maintained
12648 F: drivers/net/usb/pegasus.*
12649
12650 USB PHY LAYER
12651 M: Felipe Balbi <balbi@kernel.org>
12652 L: linux-usb@vger.kernel.org
12653 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12654 S: Maintained
12655 F: drivers/usb/phy/
12656
12657 USB PRINTER DRIVER (usblp)
12658 M: Pete Zaitcev <zaitcev@redhat.com>
12659 L: linux-usb@vger.kernel.org
12660 S: Supported
12661 F: drivers/usb/class/usblp.c
12662
12663 USB QMI WWAN NETWORK DRIVER
12664 M: Bjørn Mork <bjorn@mork.no>
12665 L: netdev@vger.kernel.org
12666 S: Maintained
12667 F: Documentation/ABI/testing/sysfs-class-net-qmi
12668 F: drivers/net/usb/qmi_wwan.c
12669
12670 USB RTL8150 DRIVER
12671 M: Petko Manolov <petkan@nucleusys.com>
12672 L: linux-usb@vger.kernel.org
12673 L: netdev@vger.kernel.org
12674 T: git git://github.com/petkan/rtl8150.git
12675 W: https://github.com/petkan/rtl8150
12676 S: Maintained
12677 F: drivers/net/usb/rtl8150.c
12678
12679 USB SERIAL SUBSYSTEM
12680 M: Johan Hovold <johan@kernel.org>
12681 L: linux-usb@vger.kernel.org
12682 T: git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
12683 S: Maintained
12684 F: Documentation/usb/usb-serial.txt
12685 F: drivers/usb/serial/
12686 F: include/linux/usb/serial.h
12687
12688 USB SMSC75XX ETHERNET DRIVER
12689 M: Steve Glendinning <steve.glendinning@shawell.net>
12690 L: netdev@vger.kernel.org
12691 S: Maintained
12692 F: drivers/net/usb/smsc75xx.*
12693
12694 USB SMSC95XX ETHERNET DRIVER
12695 M: Steve Glendinning <steve.glendinning@shawell.net>
12696 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12697 L: netdev@vger.kernel.org
12698 S: Maintained
12699 F: drivers/net/usb/smsc95xx.*
12700
12701 USB SUBSYSTEM
12702 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12703 L: linux-usb@vger.kernel.org
12704 W: http://www.linux-usb.org
12705 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12706 S: Supported
12707 F: Documentation/devicetree/bindings/usb/
12708 F: Documentation/usb/
12709 F: drivers/usb/
12710 F: include/linux/usb.h
12711 F: include/linux/usb/
12712
12713 USB UHCI DRIVER
12714 M: Alan Stern <stern@rowland.harvard.edu>
12715 L: linux-usb@vger.kernel.org
12716 S: Maintained
12717 F: drivers/usb/host/uhci*
12718
12719 USB "USBNET" DRIVER FRAMEWORK
12720 M: Oliver Neukum <oneukum@suse.com>
12721 L: netdev@vger.kernel.org
12722 W: http://www.linux-usb.org/usbnet
12723 S: Maintained
12724 F: drivers/net/usb/usbnet.c
12725 F: include/linux/usb/usbnet.h
12726
12727 USB VIDEO CLASS
12728 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12729 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12730 L: linux-media@vger.kernel.org
12731 T: git git://linuxtv.org/media_tree.git
12732 W: http://www.ideasonboard.org/uvc/
12733 S: Maintained
12734 F: drivers/media/usb/uvc/
12735 F: include/uapi/linux/uvcvideo.h
12736
12737 USB VISION DRIVER
12738 M: Hans Verkuil <hverkuil@xs4all.nl>
12739 L: linux-media@vger.kernel.org
12740 T: git git://linuxtv.org/media_tree.git
12741 W: https://linuxtv.org
12742 S: Odd Fixes
12743 F: drivers/media/usb/usbvision/
12744
12745 USB WEBCAM GADGET
12746 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12747 L: linux-usb@vger.kernel.org
12748 S: Maintained
12749 F: drivers/usb/gadget/function/*uvc*
12750 F: drivers/usb/gadget/legacy/webcam.c
12751
12752 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12753 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
12754 L: linux-wireless@vger.kernel.org
12755 S: Maintained
12756 F: drivers/net/wireless/rndis_wlan.c
12757
12758 USB XHCI DRIVER
12759 M: Mathias Nyman <mathias.nyman@intel.com>
12760 L: linux-usb@vger.kernel.org
12761 S: Supported
12762 F: drivers/usb/host/xhci*
12763 F: drivers/usb/host/pci-quirks*
12764
12765 USB ZD1201 DRIVER
12766 L: linux-wireless@vger.kernel.org
12767 W: http://linux-lc100020.sourceforge.net
12768 S: Orphan
12769 F: drivers/net/wireless/zydas/zd1201.*
12770
12771 USB ZR364XX DRIVER
12772 M: Antoine Jacquet <royale@zerezo.com>
12773 L: linux-usb@vger.kernel.org
12774 L: linux-media@vger.kernel.org
12775 T: git git://linuxtv.org/media_tree.git
12776 W: http://royale.zerezo.com/zr364xx/
12777 S: Maintained
12778 F: Documentation/media/v4l-drivers/zr364xx*
12779 F: drivers/media/usb/zr364xx/
12780
12781 ULPI BUS
12782 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
12783 L: linux-usb@vger.kernel.org
12784 S: Maintained
12785 F: drivers/usb/common/ulpi.c
12786 F: include/linux/ulpi/
12787
12788 USER-MODE LINUX (UML)
12789 M: Jeff Dike <jdike@addtoit.com>
12790 M: Richard Weinberger <richard@nod.at>
12791 L: user-mode-linux-devel@lists.sourceforge.net
12792 L: user-mode-linux-user@lists.sourceforge.net
12793 W: http://user-mode-linux.sourceforge.net
12794 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12795 S: Maintained
12796 F: Documentation/virtual/uml/
12797 F: arch/um/
12798 F: arch/x86/um/
12799 F: fs/hostfs/
12800 F: fs/hppfs/
12801
12802 USERSPACE I/O (UIO)
12803 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12804 S: Maintained
12805 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12806 F: Documentation/DocBook/uio-howto.tmpl
12807 F: drivers/uio/
12808 F: include/linux/uio*.h
12809
12810 UTIL-LINUX PACKAGE
12811 M: Karel Zak <kzak@redhat.com>
12812 L: util-linux@vger.kernel.org
12813 W: http://en.wikipedia.org/wiki/Util-linux
12814 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12815 S: Maintained
12816
12817 UVESAFB DRIVER
12818 M: Michal Januszewski <spock@gentoo.org>
12819 L: linux-fbdev@vger.kernel.org
12820 W: http://dev.gentoo.org/~spock/projects/uvesafb/
12821 S: Maintained
12822 F: Documentation/fb/uvesafb.txt
12823 F: drivers/video/fbdev/uvesafb.*
12824
12825 VF610 NAND DRIVER
12826 M: Stefan Agner <stefan@agner.ch>
12827 L: linux-mtd@lists.infradead.org
12828 S: Supported
12829 F: drivers/mtd/nand/vf610_nfc.c
12830
12831 VFAT/FAT/MSDOS FILESYSTEM
12832 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
12833 S: Maintained
12834 F: Documentation/filesystems/vfat.txt
12835 F: fs/fat/
12836
12837 VFIO DRIVER
12838 M: Alex Williamson <alex.williamson@redhat.com>
12839 L: kvm@vger.kernel.org
12840 T: git git://github.com/awilliam/linux-vfio.git
12841 S: Maintained
12842 F: Documentation/vfio.txt
12843 F: drivers/vfio/
12844 F: include/linux/vfio.h
12845 F: include/uapi/linux/vfio.h
12846
12847 VFIO MEDIATED DEVICE DRIVERS
12848 M: Kirti Wankhede <kwankhede@nvidia.com>
12849 L: kvm@vger.kernel.org
12850 S: Maintained
12851 F: Documentation/vfio-mediated-device.txt
12852 F: drivers/vfio/mdev/
12853 F: include/linux/mdev.h
12854 F: samples/vfio-mdev/
12855
12856 VFIO PLATFORM DRIVER
12857 M: Baptiste Reynal <b.reynal@virtualopensystems.com>
12858 L: kvm@vger.kernel.org
12859 S: Maintained
12860 F: drivers/vfio/platform/
12861
12862 VIDEOBUF2 FRAMEWORK
12863 M: Pawel Osciak <pawel@osciak.com>
12864 M: Marek Szyprowski <m.szyprowski@samsung.com>
12865 M: Kyungmin Park <kyungmin.park@samsung.com>
12866 L: linux-media@vger.kernel.org
12867 S: Maintained
12868 F: drivers/media/v4l2-core/videobuf2-*
12869 F: include/media/videobuf2-*
12870
12871 VIRTIO AND VHOST VSOCK DRIVER
12872 M: Stefan Hajnoczi <stefanha@redhat.com>
12873 L: kvm@vger.kernel.org
12874 L: virtualization@lists.linux-foundation.org
12875 L: netdev@vger.kernel.org
12876 S: Maintained
12877 F: include/linux/virtio_vsock.h
12878 F: include/uapi/linux/virtio_vsock.h
12879 F: net/vmw_vsock/virtio_transport_common.c
12880 F: net/vmw_vsock/virtio_transport.c
12881 F: drivers/vhost/vsock.c
12882 F: drivers/vhost/vsock.h
12883
12884 VIRTUAL SERIO DEVICE DRIVER
12885 M: Stephen Chandler Paul <thatslyude@gmail.com>
12886 S: Maintained
12887 F: drivers/input/serio/userio.c
12888 F: include/uapi/linux/userio.h
12889
12890 VIRTIO CONSOLE DRIVER
12891 M: Amit Shah <amit.shah@redhat.com>
12892 L: virtualization@lists.linux-foundation.org
12893 S: Maintained
12894 F: drivers/char/virtio_console.c
12895 F: include/linux/virtio_console.h
12896 F: include/uapi/linux/virtio_console.h
12897
12898 VIRTIO CORE, NET AND BLOCK DRIVERS
12899 M: "Michael S. Tsirkin" <mst@redhat.com>
12900 M: Jason Wang <jasowang@redhat.com>
12901 L: virtualization@lists.linux-foundation.org
12902 S: Maintained
12903 F: Documentation/devicetree/bindings/virtio/
12904 F: drivers/virtio/
12905 F: tools/virtio/
12906 F: drivers/net/virtio_net.c
12907 F: drivers/block/virtio_blk.c
12908 F: include/linux/virtio_*.h
12909 F: include/uapi/linux/virtio_*.h
12910
12911 VIRTIO DRIVERS FOR S390
12912 M: Christian Borntraeger <borntraeger@de.ibm.com>
12913 M: Cornelia Huck <cornelia.huck@de.ibm.com>
12914 L: linux-s390@vger.kernel.org
12915 L: virtualization@lists.linux-foundation.org
12916 L: kvm@vger.kernel.org
12917 S: Supported
12918 F: drivers/s390/virtio/
12919
12920 VIRTIO GPU DRIVER
12921 M: David Airlie <airlied@linux.ie>
12922 M: Gerd Hoffmann <kraxel@redhat.com>
12923 L: dri-devel@lists.freedesktop.org
12924 L: virtualization@lists.linux-foundation.org
12925 S: Maintained
12926 F: drivers/gpu/drm/virtio/
12927 F: include/uapi/linux/virtio_gpu.h
12928
12929 VIRTIO HOST (VHOST)
12930 M: "Michael S. Tsirkin" <mst@redhat.com>
12931 M: Jason Wang <jasowang@redhat.com>
12932 L: kvm@vger.kernel.org
12933 L: virtualization@lists.linux-foundation.org
12934 L: netdev@vger.kernel.org
12935 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12936 S: Maintained
12937 F: drivers/vhost/
12938 F: include/uapi/linux/vhost.h
12939
12940 VIRTIO INPUT DRIVER
12941 M: Gerd Hoffmann <kraxel@redhat.com>
12942 S: Maintained
12943 F: drivers/virtio/virtio_input.c
12944 F: include/uapi/linux/virtio_input.h
12945
12946 VIA RHINE NETWORK DRIVER
12947 S: Orphan
12948 F: drivers/net/ethernet/via/via-rhine.c
12949
12950 VIA SD/MMC CARD CONTROLLER DRIVER
12951 M: Bruce Chang <brucechang@via.com.tw>
12952 M: Harald Welte <HaraldWelte@viatech.com>
12953 S: Maintained
12954 F: drivers/mmc/host/via-sdmmc.c
12955
12956 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12957 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
12958 L: linux-fbdev@vger.kernel.org
12959 S: Maintained
12960 F: include/linux/via-core.h
12961 F: include/linux/via-gpio.h
12962 F: include/linux/via_i2c.h
12963 F: drivers/video/fbdev/via/
12964
12965 VIA VELOCITY NETWORK DRIVER
12966 M: Francois Romieu <romieu@fr.zoreil.com>
12967 L: netdev@vger.kernel.org
12968 S: Maintained
12969 F: drivers/net/ethernet/via/via-velocity.*
12970
12971 VIRT LIB
12972 M: Alex Williamson <alex.williamson@redhat.com>
12973 M: Paolo Bonzini <pbonzini@redhat.com>
12974 L: kvm@vger.kernel.org
12975 S: Supported
12976 F: virt/lib/
12977
12978 VIVID VIRTUAL VIDEO DRIVER
12979 M: Hans Verkuil <hverkuil@xs4all.nl>
12980 L: linux-media@vger.kernel.org
12981 T: git git://linuxtv.org/media_tree.git
12982 W: https://linuxtv.org
12983 S: Maintained
12984 F: drivers/media/platform/vivid/*
12985
12986 VLAN (802.1Q)
12987 M: Patrick McHardy <kaber@trash.net>
12988 L: netdev@vger.kernel.org
12989 S: Maintained
12990 F: drivers/net/macvlan.c
12991 F: include/linux/if_*vlan.h
12992 F: net/8021q/
12993
12994 VLYNQ BUS
12995 M: Florian Fainelli <f.fainelli@gmail.com>
12996 L: openwrt-devel@lists.openwrt.org (subscribers-only)
12997 S: Maintained
12998 F: drivers/vlynq/vlynq.c
12999 F: include/linux/vlynq.h
13000
13001 VME SUBSYSTEM
13002 M: Martyn Welch <martyn@welchs.me.uk>
13003 M: Manohar Vanga <manohar.vanga@gmail.com>
13004 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13005 L: devel@driverdev.osuosl.org
13006 S: Maintained
13007 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
13008 F: Documentation/driver-api/vme.rst
13009 F: drivers/staging/vme/
13010 F: drivers/vme/
13011 F: include/linux/vme*
13012
13013 VMWARE HYPERVISOR INTERFACE
13014 M: Alok Kataria <akataria@vmware.com>
13015 L: virtualization@lists.linux-foundation.org
13016 S: Supported
13017 F: arch/x86/kernel/cpu/vmware.c
13018
13019 VMWARE BALLOON DRIVER
13020 M: Xavier Deguillard <xdeguillard@vmware.com>
13021 M: Philip Moltmann <moltmann@vmware.com>
13022 M: "VMware, Inc." <pv-drivers@vmware.com>
13023 L: linux-kernel@vger.kernel.org
13024 S: Maintained
13025 F: drivers/misc/vmw_balloon.c
13026
13027 VMWARE VMMOUSE SUBDRIVER
13028 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
13029 M: "VMware, Inc." <pv-drivers@vmware.com>
13030 L: linux-input@vger.kernel.org
13031 S: Maintained
13032 F: drivers/input/mouse/vmmouse.c
13033 F: drivers/input/mouse/vmmouse.h
13034
13035 VMWARE VMXNET3 ETHERNET DRIVER
13036 M: Shrikrishna Khare <skhare@vmware.com>
13037 M: "VMware, Inc." <pv-drivers@vmware.com>
13038 L: netdev@vger.kernel.org
13039 S: Maintained
13040 F: drivers/net/vmxnet3/
13041
13042 VMware PVSCSI driver
13043 M: Jim Gill <jgill@vmware.com>
13044 M: VMware PV-Drivers <pv-drivers@vmware.com>
13045 L: linux-scsi@vger.kernel.org
13046 S: Maintained
13047 F: drivers/scsi/vmw_pvscsi.c
13048 F: drivers/scsi/vmw_pvscsi.h
13049
13050 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
13051 M: Liam Girdwood <lgirdwood@gmail.com>
13052 M: Mark Brown <broonie@kernel.org>
13053 L: linux-kernel@vger.kernel.org
13054 W: http://www.slimlogic.co.uk/?p=48
13055 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
13056 S: Supported
13057 F: Documentation/devicetree/bindings/regulator/
13058 F: drivers/regulator/
13059 F: include/dt-bindings/regulator/
13060 F: include/linux/regulator/
13061
13062 VRF
13063 M: David Ahern <dsa@cumulusnetworks.com>
13064 M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
13065 L: netdev@vger.kernel.org
13066 S: Maintained
13067 F: drivers/net/vrf.c
13068 F: Documentation/networking/vrf.txt
13069
13070 VT1211 HARDWARE MONITOR DRIVER
13071 M: Juerg Haefliger <juergh@gmail.com>
13072 L: linux-hwmon@vger.kernel.org
13073 S: Maintained
13074 F: Documentation/hwmon/vt1211
13075 F: drivers/hwmon/vt1211.c
13076
13077 VT8231 HARDWARE MONITOR DRIVER
13078 M: Roger Lucas <vt8231@hiddenengine.co.uk>
13079 L: linux-hwmon@vger.kernel.org
13080 S: Maintained
13081 F: drivers/hwmon/vt8231.c
13082
13083 VUB300 USB to SDIO/SD/MMC bridge chip
13084 M: Tony Olech <tony.olech@elandigitalsystems.com>
13085 L: linux-mmc@vger.kernel.org
13086 L: linux-usb@vger.kernel.org
13087 S: Supported
13088 F: drivers/mmc/host/vub300.c
13089
13090 W1 DALLAS'S 1-WIRE BUS
13091 M: Evgeniy Polyakov <zbr@ioremap.net>
13092 S: Maintained
13093 F: Documentation/w1/
13094 F: drivers/w1/
13095
13096 W83791D HARDWARE MONITORING DRIVER
13097 M: Marc Hulsman <m.hulsman@tudelft.nl>
13098 L: linux-hwmon@vger.kernel.org
13099 S: Maintained
13100 F: Documentation/hwmon/w83791d
13101 F: drivers/hwmon/w83791d.c
13102
13103 W83793 HARDWARE MONITORING DRIVER
13104 M: Rudolf Marek <r.marek@assembler.cz>
13105 L: linux-hwmon@vger.kernel.org
13106 S: Maintained
13107 F: Documentation/hwmon/w83793
13108 F: drivers/hwmon/w83793.c
13109
13110 W83795 HARDWARE MONITORING DRIVER
13111 M: Jean Delvare <jdelvare@suse.com>
13112 L: linux-hwmon@vger.kernel.org
13113 S: Maintained
13114 F: drivers/hwmon/w83795.c
13115
13116 W83L51xD SD/MMC CARD INTERFACE DRIVER
13117 M: Pierre Ossman <pierre@ossman.eu>
13118 S: Maintained
13119 F: drivers/mmc/host/wbsd.*
13120
13121 WACOM PROTOCOL 4 SERIAL TABLETS
13122 M: Julian Squires <julian@cipht.net>
13123 M: Hans de Goede <hdegoede@redhat.com>
13124 L: linux-input@vger.kernel.org
13125 S: Maintained
13126 F: drivers/input/tablet/wacom_serial4.c
13127
13128 WATCHDOG DEVICE DRIVERS
13129 M: Wim Van Sebroeck <wim@iguana.be>
13130 R: Guenter Roeck <linux@roeck-us.net>
13131 L: linux-watchdog@vger.kernel.org
13132 W: http://www.linux-watchdog.org/
13133 T: git git://www.linux-watchdog.org/linux-watchdog.git
13134 S: Maintained
13135 F: Documentation/devicetree/bindings/watchdog/
13136 F: Documentation/watchdog/
13137 F: drivers/watchdog/
13138 F: include/linux/watchdog.h
13139 F: include/uapi/linux/watchdog.h
13140
13141 WIIMOTE HID DRIVER
13142 M: David Herrmann <dh.herrmann@googlemail.com>
13143 L: linux-input@vger.kernel.org
13144 S: Maintained
13145 F: drivers/hid/hid-wiimote*
13146
13147 WINBOND CIR DRIVER
13148 M: David Härdeman <david@hardeman.nu>
13149 S: Maintained
13150 F: drivers/media/rc/winbond-cir.c
13151
13152 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13153 M: William Breathitt Gray <vilhelm.gray@gmail.com>
13154 L: linux-watchdog@vger.kernel.org
13155 S: Maintained
13156 F: drivers/watchdog/ebc-c384_wdt.c
13157
13158 WINSYSTEMS WS16C48 GPIO DRIVER
13159 M: William Breathitt Gray <vilhelm.gray@gmail.com>
13160 L: linux-gpio@vger.kernel.org
13161 S: Maintained
13162 F: drivers/gpio/gpio-ws16c48.c
13163
13164 WIMAX STACK
13165 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
13166 M: linux-wimax@intel.com
13167 L: wimax@linuxwimax.org (subscribers-only)
13168 S: Supported
13169 W: http://linuxwimax.org
13170 F: Documentation/wimax/README.wimax
13171 F: include/linux/wimax/debug.h
13172 F: include/net/wimax.h
13173 F: include/uapi/linux/wimax.h
13174 F: net/wimax/
13175
13176 WISTRON LAPTOP BUTTON DRIVER
13177 M: Miloslav Trmac <mitr@volny.cz>
13178 S: Maintained
13179 F: drivers/input/misc/wistron_btns.c
13180
13181 WL3501 WIRELESS PCMCIA CARD DRIVER
13182 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
13183 L: linux-wireless@vger.kernel.org
13184 W: http://oops.ghostprotocols.net:81/blog
13185 S: Maintained
13186 F: drivers/net/wireless/wl3501*
13187
13188 WOLFSON MICROELECTRONICS DRIVERS
13189 L: patches@opensource.wolfsonmicro.com
13190 T: git https://github.com/CirrusLogic/linux-drivers.git
13191 W: https://github.com/CirrusLogic/linux-drivers/wiki
13192 S: Supported
13193 F: Documentation/hwmon/wm83??
13194 F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13195 F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13196 F: Documentation/devicetree/bindings/mfd/arizona.txt
13197 F: arch/arm/mach-s3c64xx/mach-crag6410*
13198 F: drivers/clk/clk-wm83*.c
13199 F: drivers/extcon/extcon-arizona.c
13200 F: drivers/leds/leds-wm83*.c
13201 F: drivers/gpio/gpio-*wm*.c
13202 F: drivers/gpio/gpio-arizona.c
13203 F: drivers/hwmon/wm83??-hwmon.c
13204 F: drivers/input/misc/wm831x-on.c
13205 F: drivers/input/touchscreen/wm831x-ts.c
13206 F: drivers/input/touchscreen/wm97*.c
13207 F: drivers/mfd/arizona*
13208 F: drivers/mfd/wm*.c
13209 F: drivers/mfd/cs47l24*
13210 F: drivers/power/supply/wm83*.c
13211 F: drivers/rtc/rtc-wm83*.c
13212 F: drivers/regulator/wm8*.c
13213 F: drivers/video/backlight/wm83*_bl.c
13214 F: drivers/watchdog/wm83*_wdt.c
13215 F: include/linux/mfd/arizona/
13216 F: include/linux/mfd/wm831x/
13217 F: include/linux/mfd/wm8350/
13218 F: include/linux/mfd/wm8400*
13219 F: include/linux/wm97xx.h
13220 F: include/sound/wm????.h
13221 F: sound/soc/codecs/arizona.?
13222 F: sound/soc/codecs/wm*
13223 F: sound/soc/codecs/cs47l24*
13224
13225 WORKQUEUE
13226 M: Tejun Heo <tj@kernel.org>
13227 R: Lai Jiangshan <jiangshanlai@gmail.com>
13228 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13229 S: Maintained
13230 F: include/linux/workqueue.h
13231 F: kernel/workqueue.c
13232 F: Documentation/core-api/workqueue.rst
13233
13234 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13235 M: Chen-Yu Tsai <wens@csie.org>
13236 L: linux-kernel@vger.kernel.org
13237 S: Maintained
13238 N: axp[128]
13239
13240 X.25 NETWORK LAYER
13241 M: Andrew Hendry <andrew.hendry@gmail.com>
13242 L: linux-x25@vger.kernel.org
13243 S: Odd Fixes
13244 F: Documentation/networking/x25*
13245 F: include/net/x25*
13246 F: net/x25/
13247
13248 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13249 M: Thomas Gleixner <tglx@linutronix.de>
13250 M: Ingo Molnar <mingo@redhat.com>
13251 M: "H. Peter Anvin" <hpa@zytor.com>
13252 M: x86@kernel.org
13253 L: linux-kernel@vger.kernel.org
13254 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13255 S: Maintained
13256 F: Documentation/x86/
13257 F: arch/x86/
13258
13259 X86 PLATFORM DRIVERS
13260 M: Darren Hart <dvhart@infradead.org>
13261 L: platform-driver-x86@vger.kernel.org
13262 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13263 S: Maintained
13264 F: drivers/platform/x86/
13265 F: drivers/platform/olpc/
13266
13267 X86 MCE INFRASTRUCTURE
13268 M: Tony Luck <tony.luck@intel.com>
13269 M: Borislav Petkov <bp@alien8.de>
13270 L: linux-edac@vger.kernel.org
13271 S: Maintained
13272 F: arch/x86/kernel/cpu/mcheck/*
13273
13274 X86 MICROCODE UPDATE SUPPORT
13275 M: Borislav Petkov <bp@alien8.de>
13276 S: Maintained
13277 F: arch/x86/kernel/cpu/microcode/*
13278
13279 X86 VDSO
13280 M: Andy Lutomirski <luto@amacapital.net>
13281 L: linux-kernel@vger.kernel.org
13282 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13283 S: Maintained
13284 F: arch/x86/entry/vdso/
13285
13286 XC2028/3028 TUNER DRIVER
13287 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
13288 M: Mauro Carvalho Chehab <mchehab@kernel.org>
13289 L: linux-media@vger.kernel.org
13290 W: https://linuxtv.org
13291 T: git git://linuxtv.org/media_tree.git
13292 S: Maintained
13293 F: drivers/media/tuners/tuner-xc2028.*
13294
13295 XEN HYPERVISOR INTERFACE
13296 M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
13297 M: David Vrabel <david.vrabel@citrix.com>
13298 M: Juergen Gross <jgross@suse.com>
13299 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13300 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13301 S: Supported
13302 F: arch/x86/xen/
13303 F: drivers/*/xen-*front.c
13304 F: drivers/xen/
13305 F: arch/x86/include/asm/xen/
13306 F: include/xen/
13307 F: include/uapi/xen/
13308
13309 XEN HYPERVISOR ARM
13310 M: Stefano Stabellini <sstabellini@kernel.org>
13311 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13312 S: Maintained
13313 F: arch/arm/xen/
13314 F: arch/arm/include/asm/xen/
13315
13316 XEN HYPERVISOR ARM64
13317 M: Stefano Stabellini <sstabellini@kernel.org>
13318 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13319 S: Maintained
13320 F: arch/arm64/xen/
13321 F: arch/arm64/include/asm/xen/
13322
13323 XEN NETWORK BACKEND DRIVER
13324 M: Wei Liu <wei.liu2@citrix.com>
13325 M: Paul Durrant <paul.durrant@citrix.com>
13326 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13327 L: netdev@vger.kernel.org
13328 S: Supported
13329 F: drivers/net/xen-netback/*
13330
13331 XEN PCI SUBSYSTEM
13332 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13333 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13334 S: Supported
13335 F: arch/x86/pci/*xen*
13336 F: drivers/pci/*xen*
13337
13338 XEN BLOCK SUBSYSTEM
13339 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13340 M: Roger Pau Monné <roger.pau@citrix.com>
13341 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13342 S: Supported
13343 F: drivers/block/xen-blkback/*
13344 F: drivers/block/xen*
13345
13346 XEN PVSCSI DRIVERS
13347 M: Juergen Gross <jgross@suse.com>
13348 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13349 L: linux-scsi@vger.kernel.org
13350 S: Supported
13351 F: drivers/scsi/xen-scsifront.c
13352 F: drivers/xen/xen-scsiback.c
13353 F: include/xen/interface/io/vscsiif.h
13354
13355 XEN SWIOTLB SUBSYSTEM
13356 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13357 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13358 S: Supported
13359 F: arch/x86/xen/*swiotlb*
13360 F: drivers/xen/*swiotlb*
13361
13362 XFS FILESYSTEM
13363 M: Dave Chinner <david@fromorbit.com>
13364 M: linux-xfs@vger.kernel.org
13365 L: linux-xfs@vger.kernel.org
13366 W: http://xfs.org/
13367 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
13368 S: Supported
13369 F: Documentation/filesystems/xfs.txt
13370 F: fs/xfs/
13371
13372 XILINX AXI ETHERNET DRIVER
13373 M: Anirudha Sarangi <anirudh@xilinx.com>
13374 M: John Linn <John.Linn@xilinx.com>
13375 S: Maintained
13376 F: drivers/net/ethernet/xilinx/xilinx_axienet*
13377
13378 XILINX UARTLITE SERIAL DRIVER
13379 M: Peter Korsgaard <jacmet@sunsite.dk>
13380 L: linux-serial@vger.kernel.org
13381 S: Maintained
13382 F: drivers/tty/serial/uartlite.c
13383
13384 XILINX VIDEO IP CORES
13385 M: Hyun Kwon <hyun.kwon@xilinx.com>
13386 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13387 L: linux-media@vger.kernel.org
13388 T: git git://linuxtv.org/media_tree.git
13389 S: Supported
13390 F: Documentation/devicetree/bindings/media/xilinx/
13391 F: drivers/media/platform/xilinx/
13392 F: include/uapi/linux/xilinx-v4l2-controls.h
13393
13394 XILLYBUS DRIVER
13395 M: Eli Billauer <eli.billauer@gmail.com>
13396 L: linux-kernel@vger.kernel.org
13397 S: Supported
13398 F: drivers/char/xillybus/
13399
13400 XTENSA XTFPGA PLATFORM SUPPORT
13401 M: Max Filippov <jcmvbkbc@gmail.com>
13402 L: linux-xtensa@linux-xtensa.org
13403 S: Maintained
13404 F: drivers/spi/spi-xtensa-xtfpga.c
13405 F: sound/soc/xtensa/xtfpga-i2s.c
13406
13407 YAM DRIVER FOR AX.25
13408 M: Jean-Paul Roubelat <jpr@f6fbb.org>
13409 L: linux-hams@vger.kernel.org
13410 S: Maintained
13411 F: drivers/net/hamradio/yam*
13412 F: include/linux/yam.h
13413
13414 YEALINK PHONE DRIVER
13415 M: Henk Vergonet <Henk.Vergonet@gmail.com>
13416 L: usbb2k-api-dev@nongnu.org
13417 S: Maintained
13418 F: Documentation/input/yealink.txt
13419 F: drivers/input/misc/yealink.*
13420
13421 Z8530 DRIVER FOR AX.25
13422 M: Joerg Reuter <jreuter@yaina.de>
13423 W: http://yaina.de/jreuter/
13424 W: http://www.qsl.net/dl1bke/
13425 L: linux-hams@vger.kernel.org
13426 S: Maintained
13427 F: Documentation/networking/z8530drv.txt
13428 F: drivers/net/hamradio/*scc.c
13429 F: drivers/net/hamradio/z8530.h
13430
13431 ZBUD COMPRESSED PAGE ALLOCATOR
13432 M: Seth Jennings <sjenning@redhat.com>
13433 L: linux-mm@kvack.org
13434 S: Maintained
13435 F: mm/zbud.c
13436 F: include/linux/zbud.h
13437
13438 ZD1211RW WIRELESS DRIVER
13439 M: Daniel Drake <dsd@gentoo.org>
13440 M: Ulrich Kunitz <kune@deine-taler.de>
13441 W: http://zd1211.ath.cx/wiki/DriverRewrite
13442 L: linux-wireless@vger.kernel.org
13443 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
13444 S: Maintained
13445 F: drivers/net/wireless/zydas/zd1211rw/
13446
13447 ZPOOL COMPRESSED PAGE STORAGE API
13448 M: Dan Streetman <ddstreet@ieee.org>
13449 L: linux-mm@kvack.org
13450 S: Maintained
13451 F: mm/zpool.c
13452 F: include/linux/zpool.h
13453
13454 ZR36067 VIDEO FOR LINUX DRIVER
13455 L: mjpeg-users@lists.sourceforge.net
13456 L: linux-media@vger.kernel.org
13457 W: http://mjpeg.sourceforge.net/driver-zoran/
13458 T: hg https://linuxtv.org/hg/v4l-dvb
13459 S: Odd Fixes
13460 F: drivers/media/pci/zoran/
13461
13462 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13463 M: Minchan Kim <minchan@kernel.org>
13464 M: Nitin Gupta <ngupta@vflare.org>
13465 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13466 L: linux-kernel@vger.kernel.org
13467 S: Maintained
13468 F: drivers/block/zram/
13469 F: Documentation/blockdev/zram.txt
13470
13471 ZS DECSTATION Z85C30 SERIAL DRIVER
13472 M: "Maciej W. Rozycki" <macro@linux-mips.org>
13473 S: Maintained
13474 F: drivers/tty/serial/zs.*
13475
13476 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13477 M: Minchan Kim <minchan@kernel.org>
13478 M: Nitin Gupta <ngupta@vflare.org>
13479 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13480 L: linux-mm@kvack.org
13481 S: Maintained
13482 F: mm/zsmalloc.c
13483 F: include/linux/zsmalloc.h
13484 F: Documentation/vm/zsmalloc.txt
13485
13486 ZSWAP COMPRESSED SWAP CACHING
13487 M: Seth Jennings <sjenning@redhat.com>
13488 L: linux-mm@kvack.org
13489 S: Maintained
13490 F: mm/zswap.c
13491
13492 THE REST
13493 M: Linus Torvalds <torvalds@linux-foundation.org>
13494 L: linux-kernel@vger.kernel.org
13495 Q: http://patchwork.kernel.org/project/LKML/list/
13496 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13497 S: Buried alive in reporters
13498 F: *
13499 F: */