]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - MAINTAINERS
Merge airlied/drm-next into drm-misc-next
[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 S: Status, one of the following:
85 Supported: Someone is actually paid to look after this.
86 Maintained: Someone actually looks after it.
87 Odd Fixes: It has a maintainer but they don't have time to do
88 much other than throw the odd patch in. See below..
89 Orphan: No current maintainer [but maybe you could take the
90 role as you write your new code].
91 Obsolete: Old code. Something tagged obsolete generally means
92 it has been replaced by a better system and you
93 should be using that.
94 F: Files and directories with wildcard patterns.
95 A trailing slash includes all files and subdirectory files.
96 F: drivers/net/ all files in and below drivers/net
97 F: drivers/net/* all files in drivers/net, but not below
98 F: */net/* all files in "any top level directory"/net
99 One pattern per line. Multiple F: lines acceptable.
100 N: Files and directories with regex patterns.
101 N: [^a-z]tegra all files whose path contains the word tegra
102 One pattern per line. Multiple N: lines acceptable.
103 scripts/get_maintainer.pl has different behavior for files that
104 match F: pattern and matches of N: patterns. By default,
105 get_maintainer will not look at git log history when an F: pattern
106 match occurs. When an N: match occurs, git log history is used
107 to also notify the people that have git commit signatures.
108 X: Files and directories that are NOT maintained, same rules as F:
109 Files exclusions are tested before file matches.
110 Can be useful for excluding a specific subdirectory, for instance:
111 F: net/
112 X: net/ipv6/
113 matches all files in and below net excluding net/ipv6/
114 K: Keyword perl extended regex pattern to match content in a
115 patch or file. For instance:
116 K: of_get_profile
117 matches patches or files that contain "of_get_profile"
118 K: \b(printk|pr_(info|err))\b
119 matches patches or files that contain one or more of the words
120 printk, pr_info or pr_err
121 One regex pattern per line. Multiple K: lines acceptable.
122
123 Note: For the hard of thinking, this list is meant to remain in alphabetical
124 order. If you could add yourselves to it in alphabetical order that would be
125 so much easier [Ed]
126
127 Maintainers List (try to look for most precise areas first)
128
129 -----------------------------------
130
131 3C59X NETWORK DRIVER
132 M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
133 L: netdev@vger.kernel.org
134 S: Maintained
135 F: Documentation/networking/vortex.txt
136 F: drivers/net/ethernet/3com/3c59x.c
137
138 3CR990 NETWORK DRIVER
139 M: David Dillow <dave@thedillows.org>
140 L: netdev@vger.kernel.org
141 S: Maintained
142 F: drivers/net/ethernet/3com/typhoon*
143
144 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
145 M: Adam Radford <aradford@gmail.com>
146 L: linux-scsi@vger.kernel.org
147 W: http://www.lsi.com
148 S: Supported
149 F: drivers/scsi/3w-*
150
151 53C700 AND 53C700-66 SCSI DRIVER
152 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
153 L: linux-scsi@vger.kernel.org
154 S: Maintained
155 F: drivers/scsi/53c700*
156
157 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
158 M: Alexander Aring <alex.aring@gmail.com>
159 M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
160 L: linux-bluetooth@vger.kernel.org
161 L: linux-wpan@vger.kernel.org
162 S: Maintained
163 F: net/6lowpan/
164 F: include/net/6lowpan.h
165 F: Documentation/networking/6lowpan.txt
166
167 6PACK NETWORK DRIVER FOR AX.25
168 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
169 L: linux-hams@vger.kernel.org
170 S: Maintained
171 F: drivers/net/hamradio/6pack.c
172
173 8169 10/100/1000 GIGABIT ETHERNET DRIVER
174 M: Realtek linux nic maintainers <nic_swsd@realtek.com>
175 L: netdev@vger.kernel.org
176 S: Maintained
177 F: drivers/net/ethernet/realtek/r8169.c
178
179 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
180 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
181 L: linux-serial@vger.kernel.org
182 S: Maintained
183 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
184 F: drivers/tty/serial/8250*
185 F: include/linux/serial_8250.h
186
187 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
188 L: netdev@vger.kernel.org
189 S: Orphan / Obsolete
190 F: drivers/net/ethernet/8390/
191
192 9P FILE SYSTEM
193 M: Eric Van Hensbergen <ericvh@gmail.com>
194 M: Ron Minnich <rminnich@sandia.gov>
195 M: Latchesar Ionkov <lucho@ionkov.net>
196 L: v9fs-developer@lists.sourceforge.net
197 W: http://swik.net/v9fs
198 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
199 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
200 S: Maintained
201 F: Documentation/filesystems/9p.txt
202 F: fs/9p/
203 F: net/9p/
204 F: include/net/9p/
205 F: include/uapi/linux/virtio_9p.h
206 F: include/trace/events/9p.h
207
208
209 A8293 MEDIA DRIVER
210 M: Antti Palosaari <crope@iki.fi>
211 L: linux-media@vger.kernel.org
212 W: https://linuxtv.org
213 W: http://palosaari.fi/linux/
214 Q: http://patchwork.linuxtv.org/project/linux-media/list/
215 T: git git://linuxtv.org/anttip/media_tree.git
216 S: Maintained
217 F: drivers/media/dvb-frontends/a8293*
218
219 AACRAID SCSI RAID DRIVER
220 M: Adaptec OEM Raid Solutions <aacraid@microsemi.com>
221 L: linux-scsi@vger.kernel.org
222 W: http://www.adaptec.com/
223 S: Supported
224 F: Documentation/scsi/aacraid.txt
225 F: drivers/scsi/aacraid/
226
227 ABI/API
228 L: linux-api@vger.kernel.org
229 F: include/linux/syscalls.h
230 F: kernel/sys_ni.c
231
232 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
233 M: Hans de Goede <hdegoede@redhat.com>
234 L: linux-hwmon@vger.kernel.org
235 S: Maintained
236 F: drivers/hwmon/abituguru.c
237
238 ABIT UGURU 3 HARDWARE MONITOR DRIVER
239 M: Alistair John Strachan <alistair@devzero.co.uk>
240 L: linux-hwmon@vger.kernel.org
241 S: Maintained
242 F: drivers/hwmon/abituguru3.c
243
244 ACCES 104-DIO-48E GPIO DRIVER
245 M: William Breathitt Gray <vilhelm.gray@gmail.com>
246 L: linux-gpio@vger.kernel.org
247 S: Maintained
248 F: drivers/gpio/gpio-104-dio-48e.c
249
250 ACCES 104-IDI-48 GPIO DRIVER
251 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
252 L: linux-gpio@vger.kernel.org
253 S: Maintained
254 F: drivers/gpio/gpio-104-idi-48.c
255
256 ACCES 104-IDIO-16 GPIO DRIVER
257 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
258 L: linux-gpio@vger.kernel.org
259 S: Maintained
260 F: drivers/gpio/gpio-104-idio-16.c
261
262 ACCES 104-QUAD-8 IIO DRIVER
263 M: William Breathitt Gray <vilhelm.gray@gmail.com>
264 L: linux-iio@vger.kernel.org
265 S: Maintained
266 F: drivers/iio/counter/104-quad-8.c
267
268 ACCES PCI-IDIO-16 GPIO DRIVER
269 M: William Breathitt Gray <vilhelm.gray@gmail.com>
270 L: linux-gpio@vger.kernel.org
271 S: Maintained
272 F: drivers/gpio/gpio-pci-idio-16.c
273
274 ACENIC DRIVER
275 M: Jes Sorensen <jes@trained-monkey.org>
276 L: linux-acenic@sunsite.dk
277 S: Maintained
278 F: drivers/net/ethernet/alteon/acenic*
279
280 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
281 M: Peter Feuerer <peter@piie.net>
282 L: platform-driver-x86@vger.kernel.org
283 W: http://piie.net/?section=acerhdf
284 S: Maintained
285 F: drivers/platform/x86/acerhdf.c
286
287 ACER WMI LAPTOP EXTRAS
288 M: "Lee, Chun-Yi" <jlee@suse.com>
289 L: platform-driver-x86@vger.kernel.org
290 S: Maintained
291 F: drivers/platform/x86/acer-wmi.c
292
293 ACPI
294 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
295 M: Len Brown <lenb@kernel.org>
296 L: linux-acpi@vger.kernel.org
297 W: https://01.org/linux-acpi
298 Q: https://patchwork.kernel.org/project/linux-acpi/list/
299 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
300 B: https://bugzilla.kernel.org
301 S: Supported
302 F: drivers/acpi/
303 F: drivers/pnp/pnpacpi/
304 F: include/linux/acpi.h
305 F: include/acpi/
306 F: Documentation/acpi/
307 F: Documentation/ABI/testing/sysfs-bus-acpi
308 F: Documentation/ABI/testing/configfs-acpi
309 F: drivers/pci/*acpi*
310 F: drivers/pci/*/*acpi*
311 F: drivers/pci/*/*/*acpi*
312 F: tools/power/acpi/
313
314 ACPI COMPONENT ARCHITECTURE (ACPICA)
315 M: Robert Moore <robert.moore@intel.com>
316 M: Lv Zheng <lv.zheng@intel.com>
317 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
318 L: linux-acpi@vger.kernel.org
319 L: devel@acpica.org
320 W: https://acpica.org/
321 W: https://github.com/acpica/acpica/
322 Q: https://patchwork.kernel.org/project/linux-acpi/list/
323 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
324 B: https://bugzilla.kernel.org
325 B: https://bugs.acpica.org
326 S: Supported
327 F: drivers/acpi/acpica/
328 F: include/acpi/
329 F: tools/power/acpi/
330
331 ACPI FAN DRIVER
332 M: Zhang Rui <rui.zhang@intel.com>
333 L: linux-acpi@vger.kernel.org
334 W: https://01.org/linux-acpi
335 B: https://bugzilla.kernel.org
336 S: Supported
337 F: drivers/acpi/fan.c
338
339 ACPI FOR ARM64 (ACPI/arm64)
340 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
341 M: Hanjun Guo <hanjun.guo@linaro.org>
342 M: Sudeep Holla <sudeep.holla@arm.com>
343 L: linux-acpi@vger.kernel.org
344 S: Maintained
345 F: drivers/acpi/arm64
346
347 ACPI THERMAL DRIVER
348 M: Zhang Rui <rui.zhang@intel.com>
349 L: linux-acpi@vger.kernel.org
350 W: https://01.org/linux-acpi
351 B: https://bugzilla.kernel.org
352 S: Supported
353 F: drivers/acpi/*thermal*
354
355 ACPI VIDEO DRIVER
356 M: Zhang Rui <rui.zhang@intel.com>
357 L: linux-acpi@vger.kernel.org
358 W: https://01.org/linux-acpi
359 B: https://bugzilla.kernel.org
360 S: Supported
361 F: drivers/acpi/acpi_video.c
362
363 ACPI WMI DRIVER
364 L: platform-driver-x86@vger.kernel.org
365 S: Orphan
366 F: drivers/platform/x86/wmi.c
367
368 AD1889 ALSA SOUND DRIVER
369 M: Thibaut Varene <T-Bone@parisc-linux.org>
370 W: http://wiki.parisc-linux.org/AD1889
371 L: linux-parisc@vger.kernel.org
372 S: Maintained
373 F: sound/pci/ad1889.*
374
375 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
376 M: Michael Hennerich <michael.hennerich@analog.com>
377 W: http://wiki.analog.com/AD5254
378 W: http://ez.analog.com/community/linux-device-drivers
379 S: Supported
380 F: drivers/misc/ad525x_dpot.c
381
382 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
383 M: Michael Hennerich <michael.hennerich@analog.com>
384 W: http://wiki.analog.com/AD5398
385 W: http://ez.analog.com/community/linux-device-drivers
386 S: Supported
387 F: drivers/regulator/ad5398.c
388
389 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
390 M: Michael Hennerich <michael.hennerich@analog.com>
391 W: http://wiki.analog.com/AD7142
392 W: http://ez.analog.com/community/linux-device-drivers
393 S: Supported
394 F: drivers/input/misc/ad714x.c
395
396 AD7877 TOUCHSCREEN DRIVER
397 M: Michael Hennerich <michael.hennerich@analog.com>
398 W: http://wiki.analog.com/AD7877
399 W: http://ez.analog.com/community/linux-device-drivers
400 S: Supported
401 F: drivers/input/touchscreen/ad7877.c
402
403 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
404 M: Michael Hennerich <michael.hennerich@analog.com>
405 W: http://wiki.analog.com/AD7879
406 W: http://ez.analog.com/community/linux-device-drivers
407 S: Supported
408 F: drivers/input/touchscreen/ad7879.c
409
410 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
411 M: Jiri Kosina <jikos@kernel.org>
412 S: Maintained
413
414 ADF7242 IEEE 802.15.4 RADIO DRIVER
415 M: Michael Hennerich <michael.hennerich@analog.com>
416 W: https://wiki.analog.com/ADF7242
417 W: http://ez.analog.com/community/linux-device-drivers
418 L: linux-wpan@vger.kernel.org
419 S: Supported
420 F: drivers/net/ieee802154/adf7242.c
421 F: Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
422
423 ADM1025 HARDWARE MONITOR DRIVER
424 M: Jean Delvare <jdelvare@suse.com>
425 L: linux-hwmon@vger.kernel.org
426 S: Maintained
427 F: Documentation/hwmon/adm1025
428 F: drivers/hwmon/adm1025.c
429
430 ADM1029 HARDWARE MONITOR DRIVER
431 M: Corentin Labbe <clabbe.montjoie@gmail.com>
432 L: linux-hwmon@vger.kernel.org
433 S: Maintained
434 F: drivers/hwmon/adm1029.c
435
436 ADM8211 WIRELESS DRIVER
437 L: linux-wireless@vger.kernel.org
438 W: http://wireless.kernel.org/
439 S: Orphan
440 F: drivers/net/wireless/admtek/adm8211.*
441
442 ADP1653 FLASH CONTROLLER DRIVER
443 M: Sakari Ailus <sakari.ailus@iki.fi>
444 L: linux-media@vger.kernel.org
445 S: Maintained
446 F: drivers/media/i2c/adp1653.c
447 F: include/media/i2c/adp1653.h
448
449 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
450 M: Michael Hennerich <michael.hennerich@analog.com>
451 W: http://wiki.analog.com/ADP5520
452 W: http://ez.analog.com/community/linux-device-drivers
453 S: Supported
454 F: drivers/mfd/adp5520.c
455 F: drivers/video/backlight/adp5520_bl.c
456 F: drivers/leds/leds-adp5520.c
457 F: drivers/gpio/gpio-adp5520.c
458 F: drivers/input/keyboard/adp5520-keys.c
459
460 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
461 M: Michael Hennerich <michael.hennerich@analog.com>
462 W: http://wiki.analog.com/ADP5588
463 W: http://ez.analog.com/community/linux-device-drivers
464 S: Supported
465 F: drivers/input/keyboard/adp5588-keys.c
466 F: drivers/gpio/gpio-adp5588.c
467
468 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
469 M: Michael Hennerich <michael.hennerich@analog.com>
470 W: http://wiki.analog.com/ADP8860
471 W: http://ez.analog.com/community/linux-device-drivers
472 S: Supported
473 F: drivers/video/backlight/adp8860_bl.c
474
475 ADS1015 HARDWARE MONITOR DRIVER
476 M: Dirk Eibach <eibach@gdsys.de>
477 L: linux-hwmon@vger.kernel.org
478 S: Maintained
479 F: Documentation/hwmon/ads1015
480 F: drivers/hwmon/ads1015.c
481 F: include/linux/platform_data/ads1015.h
482
483 ADT746X FAN DRIVER
484 M: Colin Leroy <colin@colino.net>
485 S: Maintained
486 F: drivers/macintosh/therm_adt746x.c
487
488 ADT7475 HARDWARE MONITOR DRIVER
489 M: Jean Delvare <jdelvare@suse.com>
490 L: linux-hwmon@vger.kernel.org
491 S: Maintained
492 F: Documentation/hwmon/adt7475
493 F: drivers/hwmon/adt7475.c
494
495 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
496 M: Michael Hennerich <michael.hennerich@analog.com>
497 W: http://wiki.analog.com/ADXL345
498 W: http://ez.analog.com/community/linux-device-drivers
499 S: Supported
500 F: drivers/input/misc/adxl34x.c
501
502 ADVANSYS SCSI DRIVER
503 M: Matthew Wilcox <matthew@wil.cx>
504 M: Hannes Reinecke <hare@suse.com>
505 L: linux-scsi@vger.kernel.org
506 S: Maintained
507 F: Documentation/scsi/advansys.txt
508 F: drivers/scsi/advansys.c
509
510 AEDSP16 DRIVER
511 M: Riccardo Facchetti <fizban@tin.it>
512 S: Maintained
513 F: sound/oss/aedsp16.c
514
515 AF9013 MEDIA DRIVER
516 M: Antti Palosaari <crope@iki.fi>
517 L: linux-media@vger.kernel.org
518 W: https://linuxtv.org
519 W: http://palosaari.fi/linux/
520 Q: http://patchwork.linuxtv.org/project/linux-media/list/
521 T: git git://linuxtv.org/anttip/media_tree.git
522 S: Maintained
523 F: drivers/media/dvb-frontends/af9013*
524
525 AF9033 MEDIA DRIVER
526 M: Antti Palosaari <crope@iki.fi>
527 L: linux-media@vger.kernel.org
528 W: https://linuxtv.org
529 W: http://palosaari.fi/linux/
530 Q: http://patchwork.linuxtv.org/project/linux-media/list/
531 T: git git://linuxtv.org/anttip/media_tree.git
532 S: Maintained
533 F: drivers/media/dvb-frontends/af9033*
534
535 AFFS FILE SYSTEM
536 L: linux-fsdevel@vger.kernel.org
537 S: Orphan
538 F: Documentation/filesystems/affs.txt
539 F: fs/affs/
540
541 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
542 M: David Howells <dhowells@redhat.com>
543 L: linux-afs@lists.infradead.org
544 S: Supported
545 F: fs/afs/
546 F: include/net/af_rxrpc.h
547 F: net/rxrpc/af_rxrpc.c
548 W: https://www.infradead.org/~dhowells/kafs/
549
550 AGPGART DRIVER
551 M: David Airlie <airlied@linux.ie>
552 T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
553 S: Maintained
554 F: drivers/char/agp/
555 F: include/linux/agp*
556 F: include/uapi/linux/agp*
557
558 AHA152X SCSI DRIVER
559 M: "Juergen E. Fischer" <fischer@norbit.de>
560 L: linux-scsi@vger.kernel.org
561 S: Maintained
562 F: drivers/scsi/aha152x*
563 F: drivers/scsi/pcmcia/aha152x*
564
565 AIC7XXX / AIC79XX SCSI DRIVER
566 M: Hannes Reinecke <hare@suse.com>
567 L: linux-scsi@vger.kernel.org
568 S: Maintained
569 F: drivers/scsi/aic7xxx/
570
571 AIMSLAB FM RADIO RECEIVER DRIVER
572 M: Hans Verkuil <hverkuil@xs4all.nl>
573 L: linux-media@vger.kernel.org
574 T: git git://linuxtv.org/media_tree.git
575 W: https://linuxtv.org
576 S: Maintained
577 F: drivers/media/radio/radio-aimslab*
578
579 AIO
580 M: Benjamin LaHaise <bcrl@kvack.org>
581 L: linux-aio@kvack.org
582 S: Supported
583 F: fs/aio.c
584 F: include/linux/*aio*.h
585
586 AIRSPY MEDIA DRIVER
587 M: Antti Palosaari <crope@iki.fi>
588 L: linux-media@vger.kernel.org
589 W: https://linuxtv.org
590 W: http://palosaari.fi/linux/
591 Q: http://patchwork.linuxtv.org/project/linux-media/list/
592 T: git git://linuxtv.org/anttip/media_tree.git
593 S: Maintained
594 F: drivers/media/usb/airspy/
595
596 ALACRITECH GIGABIT ETHERNET DRIVER
597 M: Lino Sanfilippo <LinoSanfilippo@gmx.de>
598 S: Maintained
599 F: drivers/net/ethernet/alacritech/*
600
601 ALCATEL SPEEDTOUCH USB DRIVER
602 M: Duncan Sands <duncan.sands@free.fr>
603 L: linux-usb@vger.kernel.org
604 W: http://www.linux-usb.org/SpeedTouch/
605 S: Maintained
606 F: drivers/usb/atm/speedtch.c
607 F: drivers/usb/atm/usbatm.c
608
609 ALCHEMY AU1XX0 MMC DRIVER
610 M: Manuel Lauss <manuel.lauss@gmail.com>
611 S: Maintained
612 F: drivers/mmc/host/au1xmmc.c
613
614 ALI1563 I2C DRIVER
615 M: Rudolf Marek <r.marek@assembler.cz>
616 L: linux-i2c@vger.kernel.org
617 S: Maintained
618 F: Documentation/i2c/busses/i2c-ali1563
619 F: drivers/i2c/busses/i2c-ali1563.c
620
621 ALLWINNER SECURITY SYSTEM
622 M: Corentin Labbe <clabbe.montjoie@gmail.com>
623 L: linux-crypto@vger.kernel.org
624 S: Maintained
625 F: drivers/crypto/sunxi-ss/
626
627 ALPHA PORT
628 M: Richard Henderson <rth@twiddle.net>
629 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
630 M: Matt Turner <mattst88@gmail.com>
631 S: Odd Fixes
632 L: linux-alpha@vger.kernel.org
633 F: arch/alpha/
634
635 ALPS PS/2 TOUCHPAD DRIVER
636 R: Pali Rohár <pali.rohar@gmail.com>
637 F: drivers/input/mouse/alps.*
638
639 ALTERA MAILBOX DRIVER
640 M: Ley Foon Tan <lftan@altera.com>
641 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
642 S: Maintained
643 F: drivers/mailbox/mailbox-altera.c
644
645 ALTERA PIO DRIVER
646 M: Tien Hock Loh <thloh@altera.com>
647 L: linux-gpio@vger.kernel.org
648 S: Maintained
649 F: drivers/gpio/gpio-altera.c
650
651 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
652 M: Thor Thayer <thor.thayer@linux.intel.com>
653 S: Maintained
654 F: drivers/gpio/gpio-altera-a10sr.c
655 F: drivers/mfd/altera-a10sr.c
656 F: drivers/reset/reset-a10sr.c
657 F: include/linux/mfd/altera-a10sr.h
658 F: include/dt-bindings/reset/altr,rst-mgr-a10sr.h
659
660 ALTERA TRIPLE SPEED ETHERNET DRIVER
661 M: Vince Bridgers <vbridger@opensource.altera.com>
662 L: netdev@vger.kernel.org
663 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
664 S: Maintained
665 F: drivers/net/ethernet/altera/
666
667 ALTERA UART/JTAG UART SERIAL DRIVERS
668 M: Tobias Klauser <tklauser@distanz.ch>
669 L: linux-serial@vger.kernel.org
670 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
671 S: Maintained
672 F: drivers/tty/serial/altera_uart.c
673 F: drivers/tty/serial/altera_jtaguart.c
674 F: include/linux/altera_uart.h
675 F: include/linux/altera_jtaguart.h
676
677 AMAZON ETHERNET DRIVERS
678 M: Netanel Belgazal <netanel@annapurnalabs.com>
679 R: Saeed Bishara <saeed@annapurnalabs.com>
680 R: Zorik Machulsky <zorik@annapurnalabs.com>
681 L: netdev@vger.kernel.org
682 S: Supported
683 F: Documentation/networking/ena.txt
684 F: drivers/net/ethernet/amazon/
685
686 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
687 M: Tom Lendacky <thomas.lendacky@amd.com>
688 M: Gary Hook <gary.hook@amd.com>
689 L: linux-crypto@vger.kernel.org
690 S: Supported
691 F: drivers/crypto/ccp/
692 F: include/linux/ccp.h
693
694 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
695 M: Huang Rui <ray.huang@amd.com>
696 L: linux-hwmon@vger.kernel.org
697 S: Supported
698 F: Documentation/hwmon/fam15h_power
699 F: drivers/hwmon/fam15h_power.c
700
701 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
702 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
703 S: Orphan
704 F: drivers/usb/gadget/udc/amd5536udc.*
705
706 AMD GEODE PROCESSOR/CHIPSET SUPPORT
707 P: Andres Salomon <dilinger@queued.net>
708 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
709 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
710 S: Supported
711 F: drivers/char/hw_random/geode-rng.c
712 F: drivers/crypto/geode*
713 F: drivers/video/fbdev/geode/
714 F: arch/x86/include/asm/geode.h
715
716 AMD IOMMU (AMD-VI)
717 M: Joerg Roedel <joro@8bytes.org>
718 L: iommu@lists.linux-foundation.org
719 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
720 S: Maintained
721 F: drivers/iommu/amd_iommu*.[ch]
722 F: include/linux/amd-iommu.h
723
724 AMD KFD
725 M: Oded Gabbay <oded.gabbay@gmail.com>
726 L: dri-devel@lists.freedesktop.org
727 T: git git://people.freedesktop.org/~gabbayo/linux.git
728 S: Supported
729 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
730 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
731 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
732 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
733 F: drivers/gpu/drm/amd/amdkfd/
734 F: drivers/gpu/drm/amd/include/cik_structs.h
735 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
736 F: drivers/gpu/drm/amd/include/vi_structs.h
737 F: drivers/gpu/drm/radeon/radeon_kfd.c
738 F: drivers/gpu/drm/radeon/radeon_kfd.h
739 F: include/uapi/linux/kfd_ioctl.h
740
741 AMD SEATTLE DEVICE TREE SUPPORT
742 M: Brijesh Singh <brijeshkumar.singh@amd.com>
743 M: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
744 M: Tom Lendacky <thomas.lendacky@amd.com>
745 S: Supported
746 F: arch/arm64/boot/dts/amd/
747
748 AMD XGBE DRIVER
749 M: Tom Lendacky <thomas.lendacky@amd.com>
750 L: netdev@vger.kernel.org
751 S: Supported
752 F: drivers/net/ethernet/amd/xgbe/
753 F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
754
755 AMS (Apple Motion Sensor) DRIVER
756 M: Michael Hanselmann <linux-kernel@hansmi.ch>
757 S: Supported
758 F: drivers/macintosh/ams/
759
760 ANALOG DEVICES INC AD9389B DRIVER
761 M: Hans Verkuil <hans.verkuil@cisco.com>
762 L: linux-media@vger.kernel.org
763 S: Maintained
764 F: drivers/media/i2c/ad9389b*
765
766 ANALOG DEVICES INC ADV7180 DRIVER
767 M: Lars-Peter Clausen <lars@metafoo.de>
768 L: linux-media@vger.kernel.org
769 W: http://ez.analog.com/community/linux-device-drivers
770 S: Supported
771 F: drivers/media/i2c/adv7180.c
772
773 ANALOG DEVICES INC ADV7511 DRIVER
774 M: Hans Verkuil <hans.verkuil@cisco.com>
775 L: linux-media@vger.kernel.org
776 S: Maintained
777 F: drivers/media/i2c/adv7511*
778
779 ANALOG DEVICES INC ADV7604 DRIVER
780 M: Hans Verkuil <hans.verkuil@cisco.com>
781 L: linux-media@vger.kernel.org
782 S: Maintained
783 F: drivers/media/i2c/adv7604*
784
785 ANALOG DEVICES INC ADV7842 DRIVER
786 M: Hans Verkuil <hans.verkuil@cisco.com>
787 L: linux-media@vger.kernel.org
788 S: Maintained
789 F: drivers/media/i2c/adv7842*
790
791 ANALOG DEVICES INC ASOC CODEC DRIVERS
792 M: Lars-Peter Clausen <lars@metafoo.de>
793 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
794 W: http://wiki.analog.com/
795 W: http://ez.analog.com/community/linux-device-drivers
796 S: Supported
797 F: sound/soc/codecs/adau*
798 F: sound/soc/codecs/adav*
799 F: sound/soc/codecs/ad1*
800 F: sound/soc/codecs/ad7*
801 F: sound/soc/codecs/ssm*
802 F: sound/soc/codecs/sigmadsp.*
803
804 ANALOG DEVICES INC ASOC DRIVERS
805 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
806 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
807 W: http://blackfin.uclinux.org/
808 S: Supported
809 F: sound/soc/blackfin/*
810
811 ANALOG DEVICES INC IIO DRIVERS
812 M: Lars-Peter Clausen <lars@metafoo.de>
813 M: Michael Hennerich <Michael.Hennerich@analog.com>
814 W: http://wiki.analog.com/
815 W: http://ez.analog.com/community/linux-device-drivers
816 S: Supported
817 F: drivers/iio/*/ad*
818 F: drivers/iio/adc/ltc2497*
819 X: drivers/iio/*/adjd*
820 F: drivers/staging/iio/*/ad*
821 F: drivers/staging/iio/trigger/iio-trig-bfin-timer.c
822
823 ANALOG DEVICES INC DMA DRIVERS
824 M: Lars-Peter Clausen <lars@metafoo.de>
825 W: http://ez.analog.com/community/linux-device-drivers
826 S: Supported
827 F: drivers/dma/dma-axi-dmac.c
828
829 ANDROID CONFIG FRAGMENTS
830 M: Rob Herring <robh@kernel.org>
831 S: Supported
832 F: kernel/configs/android*
833
834 ANDROID DRIVERS
835 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
836 M: Arve Hjønnevåg <arve@android.com>
837 M: Riley Andrews <riandrews@android.com>
838 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
839 L: devel@driverdev.osuosl.org
840 S: Supported
841 F: drivers/android/
842 F: drivers/staging/android/
843
844 ANDROID ION DRIVER
845 M: Laura Abbott <labbott@redhat.com>
846 M: Sumit Semwal <sumit.semwal@linaro.org>
847 L: devel@driverdev.osuosl.org
848 S: Supported
849 F: drivers/staging/android/ion
850 F: drivers/staging/android/uapi/ion.h
851 F: drivers/staging/android/uapi/ion_test.h
852
853 AOA (Apple Onboard Audio) ALSA DRIVER
854 M: Johannes Berg <johannes@sipsolutions.net>
855 L: linuxppc-dev@lists.ozlabs.org
856 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
857 S: Maintained
858 F: sound/aoa/
859
860 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
861 M: William Breathitt Gray <vilhelm.gray@gmail.com>
862 L: linux-iio@vger.kernel.org
863 S: Maintained
864 F: drivers/iio/adc/stx104.c
865
866 APM DRIVER
867 M: Jiri Kosina <jikos@kernel.org>
868 S: Odd fixes
869 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
870 F: arch/x86/kernel/apm_32.c
871 F: include/linux/apm_bios.h
872 F: include/uapi/linux/apm_bios.h
873 F: drivers/char/apm-emulation.c
874
875 APPLE BCM5974 MULTITOUCH DRIVER
876 M: Henrik Rydberg <rydberg@bitmath.org>
877 L: linux-input@vger.kernel.org
878 S: Odd fixes
879 F: drivers/input/mouse/bcm5974.c
880
881 APPLE SMC DRIVER
882 M: Henrik Rydberg <rydberg@bitmath.org>
883 L: linux-hwmon@vger.kernel.org
884 S: Odd fixes
885 F: drivers/hwmon/applesmc.c
886
887 APPLETALK NETWORK LAYER
888 L: netdev@vger.kernel.org
889 S: Odd fixes
890 F: drivers/net/appletalk/
891 F: net/appletalk/
892
893 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
894 M: Duc Dang <dhdang@apm.com>
895 S: Supported
896 F: arch/arm64/boot/dts/apm/
897
898 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
899 M: Iyappan Subramanian <isubramanian@apm.com>
900 M: Keyur Chudgar <kchudgar@apm.com>
901 M: Quan Nguyen <qnguyen@apm.com>
902 S: Supported
903 F: drivers/net/ethernet/apm/xgene/
904 F: drivers/net/phy/mdio-xgene.c
905 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
906 F: Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
907
908 APPLIED MICRO (APM) X-GENE SOC ETHERNET (V2) DRIVER
909 M: Iyappan Subramanian <isubramanian@apm.com>
910 M: Keyur Chudgar <kchudgar@apm.com>
911 S: Supported
912 F: drivers/net/ethernet/apm/xgene-v2/
913
914 APPLIED MICRO (APM) X-GENE SOC PMU
915 M: Tai Nguyen <ttnguyen@apm.com>
916 S: Supported
917 F: drivers/perf/xgene_pmu.c
918 F: Documentation/perf/xgene-pmu.txt
919 F: Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
920
921 APTINA CAMERA SENSOR PLL
922 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
923 L: linux-media@vger.kernel.org
924 S: Maintained
925 F: drivers/media/i2c/aptina-pll.*
926
927 ARC FRAMEBUFFER DRIVER
928 M: Jaya Kumar <jayalk@intworks.biz>
929 S: Maintained
930 F: drivers/video/fbdev/arcfb.c
931 F: drivers/video/fbdev/core/fb_defio.c
932
933 ARCNET NETWORK LAYER
934 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
935 L: netdev@vger.kernel.org
936 S: Maintained
937 F: drivers/net/arcnet/
938 F: include/uapi/linux/if_arcnet.h
939
940 ARC PGU DRM DRIVER
941 M: Alexey Brodkin <abrodkin@synopsys.com>
942 S: Supported
943 F: drivers/gpu/drm/arc/
944 F: Documentation/devicetree/bindings/display/snps,arcpgu.txt
945
946 ARM ARCHITECTED TIMER DRIVER
947 M: Mark Rutland <mark.rutland@arm.com>
948 M: Marc Zyngier <marc.zyngier@arm.com>
949 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
950 S: Maintained
951 F: arch/arm/include/asm/arch_timer.h
952 F: arch/arm64/include/asm/arch_timer.h
953 F: drivers/clocksource/arm_arch_timer.c
954
955 ARM HDLCD DRM DRIVER
956 M: Liviu Dudau <liviu.dudau@arm.com>
957 S: Supported
958 F: drivers/gpu/drm/arm/hdlcd_*
959 F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
960
961 ARM MALI-DP DRM DRIVER
962 M: Liviu Dudau <liviu.dudau@arm.com>
963 M: Brian Starkey <brian.starkey@arm.com>
964 M: Mali DP Maintainers <malidp@foss.arm.com>
965 S: Supported
966 F: drivers/gpu/drm/arm/
967 F: Documentation/devicetree/bindings/display/arm,malidp.txt
968
969 ARM MFM AND FLOPPY DRIVERS
970 M: Ian Molton <spyro@f2s.com>
971 S: Maintained
972 F: arch/arm/lib/floppydma.S
973 F: arch/arm/include/asm/floppy.h
974
975 ARM PMU PROFILING AND DEBUGGING
976 M: Will Deacon <will.deacon@arm.com>
977 M: Mark Rutland <mark.rutland@arm.com>
978 S: Maintained
979 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
980 F: arch/arm*/kernel/perf_*
981 F: arch/arm/oprofile/common.c
982 F: arch/arm*/kernel/hw_breakpoint.c
983 F: arch/arm*/include/asm/hw_breakpoint.h
984 F: arch/arm*/include/asm/perf_event.h
985 F: drivers/perf/*
986 F: include/linux/perf/arm_pmu.h
987 F: Documentation/devicetree/bindings/arm/pmu.txt
988 F: Documentation/devicetree/bindings/perf/
989
990 ARM PORT
991 M: Russell King <linux@armlinux.org.uk>
992 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
993 W: http://www.armlinux.org.uk/
994 S: Maintained
995 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git
996 F: arch/arm/
997
998 ARM SUB-ARCHITECTURES
999 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1000 S: Maintained
1001 F: arch/arm/mach-*/
1002 F: arch/arm/plat-*/
1003 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
1004
1005 ARM PRIMECELL AACI PL041 DRIVER
1006 M: Russell King <linux@armlinux.org.uk>
1007 S: Maintained
1008 F: sound/arm/aaci.*
1009
1010 ARM PRIMECELL CLCD PL110 DRIVER
1011 M: Russell King <linux@armlinux.org.uk>
1012 S: Maintained
1013 F: drivers/video/fbdev/amba-clcd.*
1014
1015 ARM PRIMECELL KMI PL050 DRIVER
1016 M: Russell King <linux@armlinux.org.uk>
1017 S: Maintained
1018 F: drivers/input/serio/ambakmi.*
1019 F: include/linux/amba/kmi.h
1020
1021 ARM PRIMECELL MMCI PL180/1 DRIVER
1022 M: Russell King <linux@armlinux.org.uk>
1023 S: Maintained
1024 F: drivers/mmc/host/mmci.*
1025 F: include/linux/amba/mmci.h
1026
1027 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1028 M: Russell King <linux@armlinux.org.uk>
1029 S: Maintained
1030 F: drivers/tty/serial/amba-pl01*.c
1031 F: include/linux/amba/serial.h
1032
1033 ARM PRIMECELL BUS SUPPORT
1034 M: Russell King <linux@armlinux.org.uk>
1035 S: Maintained
1036 F: drivers/amba/
1037 F: include/linux/amba/bus.h
1038
1039 ARM/ACTIONS SEMI ARCHITECTURE
1040 M: Andreas Färber <afaerber@suse.de>
1041 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1042 S: Maintained
1043 N: owl
1044 F: arch/arm/mach-actions/
1045 F: arch/arm/boot/dts/owl-*
1046 F: arch/arm64/boot/dts/actions/
1047 F: drivers/clocksource/owl-*
1048 F: drivers/soc/actions/
1049 F: include/dt-bindings/power/owl-*
1050 F: include/linux/soc/actions/
1051 F: Documentation/devicetree/bindings/arm/actions.txt
1052 F: Documentation/devicetree/bindings/power/actions,owl-sps.txt
1053 F: Documentation/devicetree/bindings/timer/actions,owl-timer.txt
1054
1055 ARM/ADS SPHERE MACHINE SUPPORT
1056 M: Lennert Buytenhek <kernel@wantstofly.org>
1057 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1058 S: Maintained
1059
1060 ARM/AFEB9260 MACHINE SUPPORT
1061 M: Sergey Lapin <slapin@ossfans.org>
1062 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1063 S: Maintained
1064
1065 ARM/AJECO 1ARM MACHINE SUPPORT
1066 M: Lennert Buytenhek <kernel@wantstofly.org>
1067 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1068 S: Maintained
1069
1070 ARM/Allwinner sunXi SoC support
1071 M: Maxime Ripard <maxime.ripard@free-electrons.com>
1072 M: Chen-Yu Tsai <wens@csie.org>
1073 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1074 S: Maintained
1075 N: sun[x456789]i
1076 N: sun50i
1077 F: arch/arm/mach-sunxi/
1078 F: arch/arm64/boot/dts/allwinner/
1079 F: drivers/clk/sunxi-ng/
1080 F: drivers/pinctrl/sunxi/
1081 F: drivers/soc/sunxi/
1082 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
1083
1084 ARM/Allwinner SoC Clock Support
1085 M: Emilio López <emilio@elopez.com.ar>
1086 S: Maintained
1087 F: drivers/clk/sunxi/
1088
1089 ARM/Amlogic Meson SoC support
1090 M: Carlo Caione <carlo@caione.org>
1091 M: Kevin Hilman <khilman@baylibre.com>
1092 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1093 L: linux-amlogic@lists.infradead.org
1094 W: http://linux-meson.com/
1095 S: Maintained
1096 F: arch/arm/mach-meson/
1097 F: arch/arm/boot/dts/meson*
1098 F: arch/arm64/boot/dts/amlogic/
1099 F: drivers/pinctrl/meson/
1100 F: drivers/mmc/host/meson*
1101 N: meson
1102
1103 ARM/Amlogic Meson SoC CLOCK FRAMEWORK
1104 M: Neil Armstrong <narmstrong@baylibre.com>
1105 M: Jerome Brunet <jbrunet@baylibre.com>
1106 L: linux-amlogic@lists.infradead.org
1107 S: Maintained
1108 F: drivers/clk/meson/
1109 F: include/dt-bindings/clock/meson*
1110 F: include/dt-bindings/clock/gxbb*
1111 F: Documentation/devicetree/bindings/clock/amlogic*
1112
1113 ARM/Annapurna Labs ALPINE ARCHITECTURE
1114 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
1115 M: Antoine Tenart <antoine.tenart@free-electrons.com>
1116 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1117 S: Maintained
1118 F: arch/arm/mach-alpine/
1119 F: arch/arm/boot/dts/alpine*
1120 F: arch/arm64/boot/dts/al/
1121 F: drivers/*/*alpine*
1122
1123 ARM/ARTPEC MACHINE SUPPORT
1124 M: Jesper Nilsson <jesper.nilsson@axis.com>
1125 M: Lars Persson <lars.persson@axis.com>
1126 M: Niklas Cassel <niklas.cassel@axis.com>
1127 S: Maintained
1128 L: linux-arm-kernel@axis.com
1129 F: arch/arm/mach-artpec
1130 F: arch/arm/boot/dts/artpec6*
1131 F: drivers/clk/axis
1132 F: drivers/pinctrl/pinctrl-artpec*
1133 F: Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt
1134
1135 ARM/ASPEED MACHINE SUPPORT
1136 M: Joel Stanley <joel@jms.id.au>
1137 S: Maintained
1138 F: arch/arm/mach-aspeed/
1139 F: arch/arm/boot/dts/aspeed-*
1140 F: drivers/*/*aspeed*
1141
1142 ARM/ASPEED I2C DRIVER
1143 M: Brendan Higgins <brendanhiggins@google.com>
1144 R: Benjamin Herrenschmidt <benh@kernel.crashing.org>
1145 R: Joel Stanley <joel@jms.id.au>
1146 L: linux-i2c@vger.kernel.org
1147 L: openbmc@lists.ozlabs.org
1148 S: Maintained
1149 F: drivers/irqchip/irq-aspeed-i2c-ic.c
1150 F: drivers/i2c/busses/i2c-aspeed.c
1151 F: Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-i2c-ic.txt
1152 F: Documentation/devicetree/bindings/i2c/i2c-aspeed.txt
1153
1154 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1155 M: Nicolas Ferre <nicolas.ferre@microchip.com>
1156 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
1157 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1158 W: http://www.linux4sam.org
1159 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1160 S: Supported
1161 F: arch/arm/mach-at91/
1162 F: include/soc/at91/
1163 F: arch/arm/boot/dts/at91*.dts
1164 F: arch/arm/boot/dts/at91*.dtsi
1165 F: arch/arm/boot/dts/sama*.dts
1166 F: arch/arm/boot/dts/sama*.dtsi
1167 F: arch/arm/include/debug/at91.S
1168 F: drivers/memory/atmel*
1169
1170 ARM/ATMEL AT91 Clock Support
1171 M: Boris Brezillon <boris.brezillon@free-electrons.com>
1172 S: Maintained
1173 F: drivers/clk/at91
1174
1175 ARM/CALXEDA HIGHBANK ARCHITECTURE
1176 M: Rob Herring <robh@kernel.org>
1177 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1178 S: Maintained
1179 F: arch/arm/mach-highbank/
1180 F: arch/arm/boot/dts/highbank.dts
1181 F: arch/arm/boot/dts/ecx-*.dts*
1182
1183 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1184 M: Krzysztof Halasa <khalasa@piap.pl>
1185 S: Maintained
1186 F: arch/arm/mach-cns3xxx/
1187
1188 ARM/CAVIUM THUNDER NETWORK DRIVER
1189 M: Sunil Goutham <sgoutham@cavium.com>
1190 M: Robert Richter <rric@kernel.org>
1191 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1192 S: Supported
1193 F: drivers/net/ethernet/cavium/thunder/
1194
1195 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1196 M: Alexander Shiyan <shc_work@mail.ru>
1197 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1198 S: Odd Fixes
1199 N: clps711x
1200
1201 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1202 M: Hartley Sweeten <hsweeten@visionengravers.com>
1203 M: Alexander Sverdlin <alexander.sverdlin@gmail.com>
1204 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1205 S: Maintained
1206 F: arch/arm/mach-ep93xx/
1207 F: arch/arm/mach-ep93xx/include/mach/
1208
1209 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1210 M: Lennert Buytenhek <kernel@wantstofly.org>
1211 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1212 S: Maintained
1213
1214 ARM/CLKDEV SUPPORT
1215 M: Russell King <linux@armlinux.org.uk>
1216 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1217 S: Maintained
1218 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev
1219 F: arch/arm/include/asm/clkdev.h
1220 F: drivers/clk/clkdev.c
1221
1222 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1223 M: Mike Rapoport <mike@compulab.co.il>
1224 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1225 S: Maintained
1226
1227 ARM/CONTEC MICRO9 MACHINE SUPPORT
1228 M: Hubert Feurstein <hubert.feurstein@contec.at>
1229 S: Maintained
1230 F: arch/arm/mach-ep93xx/micro9.c
1231
1232 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1233 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1234 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1235 S: Maintained
1236 F: drivers/hwtracing/coresight/*
1237 F: Documentation/trace/coresight.txt
1238 F: Documentation/trace/coresight-cpu-debug.txt
1239 F: Documentation/devicetree/bindings/arm/coresight.txt
1240 F: Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt
1241 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1242 F: tools/perf/arch/arm/util/pmu.c
1243 F: tools/perf/arch/arm/util/auxtrace.c
1244 F: tools/perf/arch/arm/util/cs-etm.c
1245 F: tools/perf/arch/arm/util/cs-etm.h
1246 F: tools/perf/util/cs-etm.h
1247
1248 ARM/CORGI MACHINE SUPPORT
1249 M: Richard Purdie <rpurdie@rpsys.net>
1250 S: Maintained
1251
1252 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1253 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1254 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1255 T: git git://github.com/ulli-kroll/linux.git
1256 S: Maintained
1257 F: arch/arm/mach-gemini/
1258 F: drivers/rtc/rtc-ftrtc010.c
1259
1260 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1261 M: Barry Song <baohua@kernel.org>
1262 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1263 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1264 S: Maintained
1265 F: arch/arm/boot/dts/prima2*
1266 F: arch/arm/mach-prima2/
1267 F: drivers/clk/sirf/
1268 F: drivers/clocksource/timer-prima2.c
1269 F: drivers/clocksource/timer-atlas7.c
1270 N: [^a-z]sirf
1271
1272 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1273 M: Baruch Siach <baruch@tkos.co.il>
1274 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1275 S: Maintained
1276 F: arch/arm/boot/dts/cx92755*
1277 N: digicolor
1278
1279 ARM/EBSA110 MACHINE SUPPORT
1280 M: Russell King <linux@armlinux.org.uk>
1281 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1282 W: http://www.armlinux.org.uk/
1283 S: Maintained
1284 F: arch/arm/mach-ebsa110/
1285 F: drivers/net/ethernet/amd/am79c961a.*
1286
1287 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1288 M: Uwe Kleine-König <kernel@pengutronix.de>
1289 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1290 S: Maintained
1291 N: efm32
1292
1293 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1294 M: Robert Jarzmik <robert.jarzmik@free.fr>
1295 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1296 S: Maintained
1297 F: arch/arm/mach-pxa/ezx.c
1298
1299 ARM/FARADAY FA526 PORT
1300 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1301 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1302 S: Maintained
1303 T: git git://git.berlios.de/gemini-board
1304 F: arch/arm/mm/*-fa*
1305
1306 ARM/FOOTBRIDGE ARCHITECTURE
1307 M: Russell King <linux@armlinux.org.uk>
1308 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1309 W: http://www.armlinux.org.uk/
1310 S: Maintained
1311 F: arch/arm/include/asm/hardware/dec21285.h
1312 F: arch/arm/mach-footbridge/
1313
1314 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1315 M: Shawn Guo <shawnguo@kernel.org>
1316 M: Sascha Hauer <kernel@pengutronix.de>
1317 R: Fabio Estevam <fabio.estevam@nxp.com>
1318 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1319 S: Maintained
1320 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1321 F: arch/arm/mach-imx/
1322 F: arch/arm/mach-mxs/
1323 F: arch/arm/boot/dts/imx*
1324 F: arch/arm/configs/imx*_defconfig
1325 F: drivers/clk/imx/
1326 F: drivers/soc/imx/
1327 F: include/soc/imx/
1328
1329 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1330 M: Shawn Guo <shawnguo@kernel.org>
1331 M: Sascha Hauer <kernel@pengutronix.de>
1332 R: Stefan Agner <stefan@agner.ch>
1333 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1334 S: Maintained
1335 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1336 F: arch/arm/mach-imx/*vf610*
1337 F: arch/arm/boot/dts/vf*
1338
1339 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1340 M: Lennert Buytenhek <kernel@wantstofly.org>
1341 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1342 S: Maintained
1343
1344 ARM/GUMSTIX MACHINE SUPPORT
1345 M: Steve Sakoman <sakoman@gmail.com>
1346 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1347 S: Maintained
1348
1349 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1350 M: Philipp Zabel <philipp.zabel@gmail.com>
1351 M: Paul Parsons <lost.distance@yahoo.com>
1352 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1353 S: Maintained
1354 F: arch/arm/mach-pxa/hx4700.c
1355 F: arch/arm/mach-pxa/include/mach/hx4700.h
1356 F: sound/soc/pxa/hx4700.c
1357
1358 ARM/HISILICON SOC SUPPORT
1359 M: Wei Xu <xuwei5@hisilicon.com>
1360 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1361 W: http://www.hisilicon.com
1362 S: Supported
1363 T: git git://github.com/hisilicon/linux-hisi.git
1364 F: arch/arm/mach-hisi/
1365 F: arch/arm/boot/dts/hi3*
1366 F: arch/arm/boot/dts/hip*
1367 F: arch/arm/boot/dts/hisi*
1368 F: arch/arm64/boot/dts/hisilicon/
1369
1370 ARM/HP JORNADA 7XX MACHINE SUPPORT
1371 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1372 W: www.jlime.com
1373 S: Maintained
1374 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1375 F: arch/arm/mach-sa1100/jornada720.c
1376 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1377
1378 ARM/IGEP MACHINE SUPPORT
1379 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1380 M: Javier Martinez Canillas <javier@dowhile0.org>
1381 L: linux-omap@vger.kernel.org
1382 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1383 S: Maintained
1384 F: arch/arm/boot/dts/omap3-igep*
1385
1386 ARM/INCOME PXA270 SUPPORT
1387 M: Marek Vasut <marek.vasut@gmail.com>
1388 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1389 S: Maintained
1390 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1391
1392 ARM/INTEL IOP32X ARM ARCHITECTURE
1393 M: Lennert Buytenhek <kernel@wantstofly.org>
1394 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1395 S: Maintained
1396
1397 ARM/INTEL IOP33X ARM ARCHITECTURE
1398 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1399 S: Orphan
1400
1401 ARM/INTEL IOP13XX ARM ARCHITECTURE
1402 M: Lennert Buytenhek <kernel@wantstofly.org>
1403 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1404 S: Maintained
1405
1406 ARM/INTEL IQ81342EX MACHINE SUPPORT
1407 M: Lennert Buytenhek <kernel@wantstofly.org>
1408 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1409 S: Maintained
1410
1411 ARM/INTEL IXDP2850 MACHINE SUPPORT
1412 M: Lennert Buytenhek <kernel@wantstofly.org>
1413 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1414 S: Maintained
1415
1416 ARM/INTEL IXP4XX ARM ARCHITECTURE
1417 M: Imre Kaloz <kaloz@openwrt.org>
1418 M: Krzysztof Halasa <khalasa@piap.pl>
1419 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1420 S: Maintained
1421 F: arch/arm/mach-ixp4xx/
1422
1423 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1424 M: Jonathan Cameron <jic23@cam.ac.uk>
1425 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1426 S: Maintained
1427 F: arch/arm/mach-pxa/stargate2.c
1428 F: drivers/pcmcia/pxa2xx_stargate2.c
1429
1430 ARM/INTEL XSC3 (MANZANO) ARM CORE
1431 M: Lennert Buytenhek <kernel@wantstofly.org>
1432 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1433 S: Maintained
1434
1435 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1436 M: Lennert Buytenhek <kernel@wantstofly.org>
1437 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1438 S: Maintained
1439
1440 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1441 M: Santosh Shilimkar <ssantosh@kernel.org>
1442 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1443 S: Maintained
1444 F: arch/arm/mach-keystone/
1445 F: arch/arm/boot/dts/keystone-*
1446 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1447
1448 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1449 M: Santosh Shilimkar <ssantosh@kernel.org>
1450 L: linux-kernel@vger.kernel.org
1451 S: Maintained
1452 F: drivers/clk/keystone/
1453
1454 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1455 M: Santosh Shilimkar <ssantosh@kernel.org>
1456 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1457 L: linux-kernel@vger.kernel.org
1458 S: Maintained
1459 F: drivers/clocksource/timer-keystone.c
1460
1461 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1462 M: Santosh Shilimkar <ssantosh@kernel.org>
1463 L: linux-kernel@vger.kernel.org
1464 S: Maintained
1465 F: drivers/power/reset/keystone-reset.c
1466
1467 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1468 M: Santosh Shilimkar <ssantosh@kernel.org>
1469 L: linux-kernel@vger.kernel.org
1470 S: Maintained
1471 F: drivers/memory/*emif*
1472
1473 ARM/LG1K ARCHITECTURE
1474 M: Chanho Min <chanho.min@lge.com>
1475 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1476 S: Maintained
1477 F: arch/arm64/boot/dts/lg/
1478
1479 ARM/LOGICPD PXA270 MACHINE SUPPORT
1480 M: Lennert Buytenhek <kernel@wantstofly.org>
1481 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1482 S: Maintained
1483
1484 ARM/LPC18XX ARCHITECTURE
1485 M: Joachim Eastwood <manabian@gmail.com>
1486 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1487 S: Maintained
1488 F: arch/arm/boot/dts/lpc43*
1489 F: drivers/clk/nxp/clk-lpc18xx*
1490 F: drivers/clocksource/time-lpc32xx.c
1491 F: drivers/i2c/busses/i2c-lpc2k.c
1492 F: drivers/memory/pl172.c
1493 F: drivers/mtd/spi-nor/nxp-spifi.c
1494 F: drivers/rtc/rtc-lpc24xx.c
1495 N: lpc18xx
1496
1497 ARM/LPC32XX SOC SUPPORT
1498 M: Vladimir Zapolskiy <vz@mleia.com>
1499 M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1500 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1501 T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1502 S: Maintained
1503 F: arch/arm/boot/dts/lpc32*
1504 F: arch/arm/mach-lpc32xx/
1505 F: drivers/i2c/busses/i2c-pnx.c
1506 F: drivers/net/ethernet/nxp/lpc_eth.c
1507 F: drivers/usb/host/ohci-nxp.c
1508 F: drivers/watchdog/pnx4008_wdt.c
1509 N: lpc32xx
1510
1511 ARM/MAGICIAN MACHINE SUPPORT
1512 M: Philipp Zabel <philipp.zabel@gmail.com>
1513 S: Maintained
1514
1515 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1516 M: Jason Cooper <jason@lakedaemon.net>
1517 M: Andrew Lunn <andrew@lunn.ch>
1518 M: Gregory Clement <gregory.clement@free-electrons.com>
1519 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1520 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1521 S: Maintained
1522 F: arch/arm/boot/dts/armada*
1523 F: arch/arm/boot/dts/kirkwood*
1524 F: arch/arm/configs/mvebu_*_defconfig
1525 F: arch/arm/mach-mvebu/
1526 F: arch/arm64/boot/dts/marvell/armada*
1527 F: drivers/cpufreq/mvebu-cpufreq.c
1528 F: drivers/irqchip/irq-armada-370-xp.c
1529 F: drivers/irqchip/irq-mvebu-*
1530 F: drivers/pinctrl/mvebu/
1531 F: drivers/rtc/rtc-armada38x.c
1532
1533 ARM/Marvell Berlin SoC support
1534 M: Jisheng Zhang <jszhang@marvell.com>
1535 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1536 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1537 S: Maintained
1538 F: arch/arm/mach-berlin/
1539 F: arch/arm/boot/dts/berlin*
1540 F: arch/arm64/boot/dts/marvell/berlin*
1541
1542
1543 ARM/Marvell Dove/MV78xx0/Orion SOC support
1544 M: Jason Cooper <jason@lakedaemon.net>
1545 M: Andrew Lunn <andrew@lunn.ch>
1546 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1547 M: Gregory Clement <gregory.clement@free-electrons.com>
1548 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1549 S: Maintained
1550 F: Documentation/devicetree/bindings/soc/dove/
1551 F: arch/arm/mach-dove/
1552 F: arch/arm/mach-mv78xx0/
1553 F: arch/arm/mach-orion5x/
1554 F: arch/arm/plat-orion/
1555 F: arch/arm/boot/dts/dove*
1556 F: arch/arm/boot/dts/orion5x*
1557
1558
1559 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1560 M: Alexander Clouter <alex@digriz.org.uk>
1561 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1562 W: http://www.digriz.org.uk/ts78xx/kernel
1563 S: Maintained
1564 F: arch/arm/mach-orion5x/ts78xx-*
1565
1566 ARM/OXNAS platform support
1567 M: Neil Armstrong <narmstrong@baylibre.com>
1568 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1569 L: linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1570 S: Maintained
1571 F: arch/arm/mach-oxnas/
1572 F: arch/arm/boot/dts/ox8*.dtsi
1573 F: arch/arm/boot/dts/wd-mbwe.dts
1574 F: arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts
1575 N: oxnas
1576
1577 ARM/Mediatek RTC DRIVER
1578 M: Eddie Huang <eddie.huang@mediatek.com>
1579 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1580 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1581 S: Maintained
1582 F: drivers/rtc/rtc-mt6397.c
1583
1584 ARM/Mediatek SoC support
1585 M: Matthias Brugger <matthias.bgg@gmail.com>
1586 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1587 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1588 S: Maintained
1589 F: arch/arm/boot/dts/mt6*
1590 F: arch/arm/boot/dts/mt7*
1591 F: arch/arm/boot/dts/mt8*
1592 F: arch/arm/mach-mediatek/
1593 F: arch/arm64/boot/dts/mediatek/
1594 N: mtk
1595 K: mediatek
1596
1597 ARM/Mediatek USB3 PHY DRIVER
1598 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1599 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1600 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1601 S: Maintained
1602 F: drivers/phy/phy-mt65xx-usb3.c
1603
1604 ARM/MICREL KS8695 ARCHITECTURE
1605 M: Greg Ungerer <gerg@uclinux.org>
1606 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1607 F: arch/arm/mach-ks8695/
1608 S: Odd Fixes
1609
1610 ARM/MIOA701 MACHINE SUPPORT
1611 M: Robert Jarzmik <robert.jarzmik@free.fr>
1612 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1613 F: arch/arm/mach-pxa/mioa701.c
1614 S: Maintained
1615
1616 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1617 M: Michael Petchkovsky <mkpetch@internode.on.net>
1618 S: Maintained
1619
1620 ARM/NOMADIK ARCHITECTURE
1621 M: Alessandro Rubini <rubini@unipv.it>
1622 M: Linus Walleij <linus.walleij@linaro.org>
1623 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1624 S: Maintained
1625 F: arch/arm/mach-nomadik/
1626 F: drivers/pinctrl/nomadik/
1627 F: drivers/i2c/busses/i2c-nomadik.c
1628 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1629
1630 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1631 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1632 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1633 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1634 S: Supported
1635
1636 ARM/TOSA MACHINE SUPPORT
1637 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1638 M: Dirk Opfer <dirk@opfer-online.de>
1639 S: Maintained
1640
1641 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1642 M: Marek Vasut <marek.vasut@gmail.com>
1643 L: linux-arm-kernel@lists.infradead.org
1644 W: http://hackndev.com
1645 S: Maintained
1646 F: arch/arm/mach-pxa/include/mach/palmtx.h
1647 F: arch/arm/mach-pxa/palmtx.c
1648 F: arch/arm/mach-pxa/include/mach/palmt5.h
1649 F: arch/arm/mach-pxa/palmt5.c
1650 F: arch/arm/mach-pxa/include/mach/palmld.h
1651 F: arch/arm/mach-pxa/palmld.c
1652 F: arch/arm/mach-pxa/include/mach/palmte2.h
1653 F: arch/arm/mach-pxa/palmte2.c
1654 F: arch/arm/mach-pxa/include/mach/palmtc.h
1655 F: arch/arm/mach-pxa/palmtc.c
1656
1657 ARM/PALM TREO SUPPORT
1658 M: Tomas Cech <sleep_walker@suse.com>
1659 L: linux-arm-kernel@lists.infradead.org
1660 W: http://hackndev.com
1661 S: Maintained
1662 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1663 F: arch/arm/mach-pxa/palmtreo.c
1664
1665 ARM/PALMZ72 SUPPORT
1666 M: Sergey Lapin <slapin@ossfans.org>
1667 L: linux-arm-kernel@lists.infradead.org
1668 W: http://hackndev.com
1669 S: Maintained
1670 F: arch/arm/mach-pxa/include/mach/palmz72.h
1671 F: arch/arm/mach-pxa/palmz72.c
1672
1673 ARM/PLEB SUPPORT
1674 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1675 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1676 S: Maintained
1677
1678 ARM/PT DIGITAL BOARD PORT
1679 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1680 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1681 W: http://www.armlinux.org.uk/
1682 S: Maintained
1683
1684 ARM/QUALCOMM SUPPORT
1685 M: Andy Gross <andy.gross@linaro.org>
1686 M: David Brown <david.brown@linaro.org>
1687 L: linux-arm-msm@vger.kernel.org
1688 L: linux-soc@vger.kernel.org
1689 S: Maintained
1690 F: Documentation/devicetree/bindings/soc/qcom/
1691 F: arch/arm/boot/dts/qcom-*.dts
1692 F: arch/arm/boot/dts/qcom-*.dtsi
1693 F: arch/arm/mach-qcom/
1694 F: arch/arm64/boot/dts/qcom/*
1695 F: drivers/i2c/busses/i2c-qup.c
1696 F: drivers/clk/qcom/
1697 F: drivers/dma/qcom/
1698 F: drivers/soc/qcom/
1699 F: drivers/spi/spi-qup.c
1700 F: drivers/tty/serial/msm_serial.h
1701 F: drivers/tty/serial/msm_serial.c
1702 F: drivers/*/pm8???-*
1703 F: drivers/mfd/ssbi.c
1704 F: drivers/firmware/qcom_scm.c
1705 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1706
1707 ARM/RADISYS ENP2611 MACHINE SUPPORT
1708 M: Lennert Buytenhek <kernel@wantstofly.org>
1709 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1710 S: Maintained
1711
1712 ARM/REALTEK ARCHITECTURE
1713 M: Andreas Färber <afaerber@suse.de>
1714 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1715 S: Maintained
1716 F: arch/arm64/boot/dts/realtek/
1717 F: Documentation/devicetree/bindings/arm/realtek.txt
1718
1719 ARM/RENESAS ARM64 ARCHITECTURE
1720 M: Simon Horman <horms@verge.net.au>
1721 M: Magnus Damm <magnus.damm@gmail.com>
1722 L: linux-renesas-soc@vger.kernel.org
1723 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1724 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1725 S: Supported
1726 F: arch/arm64/boot/dts/renesas/
1727 F: drivers/soc/renesas/
1728 F: include/linux/soc/renesas/
1729
1730 ARM/RISCPC ARCHITECTURE
1731 M: Russell King <linux@armlinux.org.uk>
1732 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1733 W: http://www.armlinux.org.uk/
1734 S: Maintained
1735 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1736 F: arch/arm/include/asm/hardware/ioc.h
1737 F: arch/arm/include/asm/hardware/iomd.h
1738 F: arch/arm/include/asm/hardware/memc.h
1739 F: arch/arm/mach-rpc/
1740 F: drivers/net/ethernet/8390/etherh.c
1741 F: drivers/net/ethernet/i825xx/ether1*
1742 F: drivers/net/ethernet/seeq/ether3*
1743 F: drivers/scsi/arm/
1744
1745 ARM/Rockchip SoC support
1746 M: Heiko Stuebner <heiko@sntech.de>
1747 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1748 L: linux-rockchip@lists.infradead.org
1749 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1750 S: Maintained
1751 F: arch/arm/boot/dts/rk3*
1752 F: arch/arm/boot/dts/rv1108*
1753 F: arch/arm/mach-rockchip/
1754 F: drivers/clk/rockchip/
1755 F: drivers/i2c/busses/i2c-rk3x.c
1756 F: drivers/*/*rockchip*
1757 F: drivers/*/*/*rockchip*
1758 F: sound/soc/rockchip/
1759 N: rockchip
1760
1761 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1762 M: Kukjin Kim <kgene@kernel.org>
1763 M: Krzysztof Kozlowski <krzk@kernel.org>
1764 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1765 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1766 Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/
1767 S: Maintained
1768 F: arch/arm/boot/dts/s3c*
1769 F: arch/arm/boot/dts/s5p*
1770 F: arch/arm/boot/dts/samsung*
1771 F: arch/arm/boot/dts/exynos*
1772 F: arch/arm64/boot/dts/exynos/
1773 F: arch/arm/plat-samsung/
1774 F: arch/arm/mach-s3c24*/
1775 F: arch/arm/mach-s3c64xx/
1776 F: arch/arm/mach-s5p*/
1777 F: arch/arm/mach-exynos*/
1778 F: drivers/*/*s3c24*
1779 F: drivers/*/*/*s3c24*
1780 F: drivers/*/*s3c64xx*
1781 F: drivers/*/*s5pv210*
1782 F: drivers/memory/samsung/*
1783 F: drivers/soc/samsung/*
1784 F: Documentation/arm/Samsung/
1785 F: Documentation/devicetree/bindings/arm/samsung/
1786 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1787 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1788 N: exynos
1789
1790 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1791 M: Kyungmin Park <kyungmin.park@samsung.com>
1792 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1793 S: Maintained
1794 F: arch/arm/mach-s5pv210/
1795
1796 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1797 M: Kyungmin Park <kyungmin.park@samsung.com>
1798 M: Kamil Debski <kamil@wypas.org>
1799 M: Andrzej Hajda <a.hajda@samsung.com>
1800 L: linux-arm-kernel@lists.infradead.org
1801 L: linux-media@vger.kernel.org
1802 S: Maintained
1803 F: drivers/media/platform/s5p-g2d/
1804
1805 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1806 M: Kyungmin Park <kyungmin.park@samsung.com>
1807 M: Kamil Debski <kamil@wypas.org>
1808 M: Jeongtae Park <jtp.park@samsung.com>
1809 M: Andrzej Hajda <a.hajda@samsung.com>
1810 L: linux-arm-kernel@lists.infradead.org
1811 L: linux-media@vger.kernel.org
1812 S: Maintained
1813 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1814 F: drivers/media/platform/s5p-mfc/
1815
1816 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1817 M: Marek Szyprowski <m.szyprowski@samsung.com>
1818 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1819 L: linux-media@vger.kernel.org
1820 S: Maintained
1821 F: drivers/media/platform/s5p-cec/
1822 F: Documentation/devicetree/bindings/media/s5p-cec.txt
1823
1824 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1825 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1826 M: Jacek Anaszewski <jacek.anaszewski@gmail.com>
1827 L: linux-arm-kernel@lists.infradead.org
1828 L: linux-media@vger.kernel.org
1829 S: Maintained
1830 F: drivers/media/platform/s5p-jpeg/
1831
1832 ARM/SHMOBILE ARM ARCHITECTURE
1833 M: Simon Horman <horms@verge.net.au>
1834 M: Magnus Damm <magnus.damm@gmail.com>
1835 L: linux-renesas-soc@vger.kernel.org
1836 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1837 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1838 S: Supported
1839 F: arch/arm/boot/dts/emev2*
1840 F: arch/arm/boot/dts/r7s*
1841 F: arch/arm/boot/dts/r8a*
1842 F: arch/arm/boot/dts/sh*
1843 F: arch/arm/configs/shmobile_defconfig
1844 F: arch/arm/include/debug/renesas-scif.S
1845 F: arch/arm/mach-shmobile/
1846 F: drivers/soc/renesas/
1847 F: include/linux/soc/renesas/
1848
1849 ARM/SOCFPGA ARCHITECTURE
1850 M: Dinh Nguyen <dinguyen@kernel.org>
1851 S: Maintained
1852 F: arch/arm/mach-socfpga/
1853 F: arch/arm/boot/dts/socfpga*
1854 F: arch/arm/configs/socfpga_defconfig
1855 F: arch/arm64/boot/dts/altera/
1856 W: http://www.rocketboards.org
1857 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1858
1859 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1860 M: Dinh Nguyen <dinguyen@kernel.org>
1861 S: Maintained
1862 F: drivers/clk/socfpga/
1863
1864 ARM/SOCFPGA EDAC SUPPORT
1865 M: Thor Thayer <thor.thayer@linux.intel.com>
1866 S: Maintained
1867 F: drivers/edac/altera_edac.
1868
1869 ARM/STI ARCHITECTURE
1870 M: Patrice Chotard <patrice.chotard@st.com>
1871 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1872 W: http://www.stlinux.com
1873 S: Maintained
1874 F: arch/arm/mach-sti/
1875 F: arch/arm/boot/dts/sti*
1876 F: drivers/char/hw_random/st-rng.c
1877 F: drivers/clocksource/arm_global_timer.c
1878 F: drivers/clocksource/clksrc_st_lpc.c
1879 F: drivers/cpufreq/sti-cpufreq.c
1880 F: drivers/dma/st_fdma*
1881 F: drivers/i2c/busses/i2c-st.c
1882 F: drivers/media/rc/st_rc.c
1883 F: drivers/media/platform/sti/c8sectpfe/
1884 F: drivers/mmc/host/sdhci-st.c
1885 F: drivers/phy/st/phy-miphy28lp.c
1886 F: drivers/phy/st/phy-stih407-usb.c
1887 F: drivers/pinctrl/pinctrl-st.c
1888 F: drivers/remoteproc/st_remoteproc.c
1889 F: drivers/remoteproc/st_slim_rproc.c
1890 F: drivers/reset/sti/
1891 F: drivers/rtc/rtc-st-lpc.c
1892 F: drivers/tty/serial/st-asc.c
1893 F: drivers/usb/dwc3/dwc3-st.c
1894 F: drivers/usb/host/ehci-st.c
1895 F: drivers/usb/host/ohci-st.c
1896 F: drivers/watchdog/st_lpc_wdt.c
1897 F: drivers/ata/ahci_st.c
1898 F: include/linux/remoteproc/st_slim_rproc.h
1899
1900 ARM/STM32 ARCHITECTURE
1901 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1902 M: Alexandre Torgue <alexandre.torgue@st.com>
1903 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1904 S: Maintained
1905 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1906 N: stm32
1907 F: drivers/clocksource/armv7m_systick.c
1908
1909 ARM/TANGO ARCHITECTURE
1910 M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1911 L: linux-arm-kernel@lists.infradead.org
1912 S: Maintained
1913 N: tango
1914
1915 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1916 M: Lennert Buytenhek <kernel@wantstofly.org>
1917 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1918 S: Maintained
1919
1920 ARM/TETON BGA MACHINE SUPPORT
1921 M: "Mark F. Brown" <mark.brown314@gmail.com>
1922 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1923 S: Maintained
1924
1925 ARM/THECUS N2100 MACHINE SUPPORT
1926 M: Lennert Buytenhek <kernel@wantstofly.org>
1927 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1928 S: Maintained
1929
1930 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1931 M: Wan ZongShun <mcuos.com@gmail.com>
1932 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1933 W: http://www.mcuos.com
1934 S: Maintained
1935 F: arch/arm/mach-w90x900/
1936 F: drivers/input/keyboard/w90p910_keypad.c
1937 F: drivers/input/touchscreen/w90p910_ts.c
1938 F: drivers/watchdog/nuc900_wdt.c
1939 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1940 F: drivers/mtd/nand/nuc900_nand.c
1941 F: drivers/rtc/rtc-nuc900.c
1942 F: drivers/spi/spi-nuc900.c
1943 F: drivers/usb/host/ehci-w90x900.c
1944 F: drivers/video/fbdev/nuc900fb.c
1945
1946 ARM/U300 MACHINE SUPPORT
1947 M: Linus Walleij <linus.walleij@linaro.org>
1948 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1949 S: Supported
1950 F: arch/arm/mach-u300/
1951 F: drivers/clocksource/timer-u300.c
1952 F: drivers/i2c/busses/i2c-stu300.c
1953 F: drivers/rtc/rtc-coh901331.c
1954 F: drivers/watchdog/coh901327_wdt.c
1955 F: drivers/dma/coh901318*
1956 F: drivers/mfd/ab3100*
1957 F: drivers/rtc/rtc-ab3100.c
1958 F: drivers/rtc/rtc-coh901331.c
1959 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1960
1961 ARM/UNIPHIER ARCHITECTURE
1962 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1963 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1964 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1965 S: Maintained
1966 F: arch/arm/boot/dts/uniphier*
1967 F: arch/arm/include/asm/hardware/cache-uniphier.h
1968 F: arch/arm/mach-uniphier/
1969 F: arch/arm/mm/cache-uniphier.c
1970 F: arch/arm64/boot/dts/socionext/
1971 F: drivers/bus/uniphier-system-bus.c
1972 F: drivers/clk/uniphier/
1973 F: drivers/i2c/busses/i2c-uniphier*
1974 F: drivers/pinctrl/uniphier/
1975 F: drivers/reset/reset-uniphier.c
1976 F: drivers/tty/serial/8250/8250_uniphier.c
1977 N: uniphier
1978
1979 ARM/Ux500 ARM ARCHITECTURE
1980 M: Linus Walleij <linus.walleij@linaro.org>
1981 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1982 S: Maintained
1983 F: arch/arm/mach-ux500/
1984 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1985 F: drivers/dma/ste_dma40*
1986 F: drivers/hwspinlock/u8500_hsem.c
1987 F: drivers/mfd/abx500*
1988 F: drivers/mfd/ab8500*
1989 F: drivers/mfd/dbx500*
1990 F: drivers/mfd/db8500*
1991 F: drivers/pinctrl/nomadik/pinctrl-ab*
1992 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1993 F: drivers/rtc/rtc-ab8500.c
1994 F: drivers/rtc/rtc-pl031.c
1995 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1996
1997 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1998 M: Ulf Hansson <ulf.hansson@linaro.org>
1999 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2000 T: git git://git.linaro.org/people/ulfh/clk.git
2001 S: Maintained
2002 F: drivers/clk/ux500/
2003
2004 ARM/VERSATILE EXPRESS PLATFORM
2005 M: Liviu Dudau <liviu.dudau@arm.com>
2006 M: Sudeep Holla <sudeep.holla@arm.com>
2007 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2008 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2009 S: Maintained
2010 F: arch/arm/boot/dts/vexpress*
2011 F: arch/arm64/boot/dts/arm/
2012 F: arch/arm/mach-vexpress/
2013 F: */*/vexpress*
2014 F: */*/*/vexpress*
2015 F: drivers/clk/versatile/clk-vexpress-osc.c
2016 F: drivers/clocksource/versatile.c
2017 N: mps2
2018
2019 ARM/VFP SUPPORT
2020 M: Russell King <linux@armlinux.org.uk>
2021 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2022 W: http://www.armlinux.org.uk/
2023 S: Maintained
2024 F: arch/arm/vfp/
2025
2026 ARM/VOIPAC PXA270 SUPPORT
2027 M: Marek Vasut <marek.vasut@gmail.com>
2028 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2029 S: Maintained
2030 F: arch/arm/mach-pxa/vpac270.c
2031 F: arch/arm/mach-pxa/include/mach/vpac270.h
2032
2033 ARM/VT8500 ARM ARCHITECTURE
2034 M: Tony Prisk <linux@prisktech.co.nz>
2035 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2036 S: Maintained
2037 F: arch/arm/mach-vt8500/
2038 F: drivers/clocksource/vt8500_timer.c
2039 F: drivers/i2c/busses/i2c-wmt.c
2040 F: drivers/mmc/host/wmt-sdmmc.c
2041 F: drivers/pwm/pwm-vt8500.c
2042 F: drivers/rtc/rtc-vt8500.c
2043 F: drivers/tty/serial/vt8500_serial.c
2044 F: drivers/usb/host/ehci-platform.c
2045 F: drivers/usb/host/uhci-platform.c
2046 F: drivers/video/fbdev/vt8500lcdfb.*
2047 F: drivers/video/fbdev/wm8505fb*
2048 F: drivers/video/fbdev/wmt_ge_rops.*
2049
2050 ARM/ZIPIT Z2 SUPPORT
2051 M: Marek Vasut <marek.vasut@gmail.com>
2052 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2053 S: Maintained
2054 F: arch/arm/mach-pxa/z2.c
2055 F: arch/arm/mach-pxa/include/mach/z2.h
2056
2057 ARM/ZTE ARCHITECTURE
2058 M: Jun Nie <jun.nie@linaro.org>
2059 M: Baoyou Xie <baoyou.xie@linaro.org>
2060 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2061 S: Maintained
2062 F: arch/arm/mach-zx/
2063 F: drivers/clk/zte/
2064 F: drivers/reset/reset-zx2967.c
2065 F: drivers/soc/zte/
2066 F: Documentation/devicetree/bindings/arm/zte.txt
2067 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
2068 F: Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt
2069 F: Documentation/devicetree/bindings/soc/zte/
2070 F: include/dt-bindings/soc/zx*.h
2071
2072 ARM/ZYNQ ARCHITECTURE
2073 M: Michal Simek <michal.simek@xilinx.com>
2074 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
2075 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2076 W: http://wiki.xilinx.com
2077 T: git https://github.com/Xilinx/linux-xlnx.git
2078 S: Supported
2079 F: arch/arm/mach-zynq/
2080 F: drivers/cpuidle/cpuidle-zynq.c
2081 F: drivers/block/xsysace.c
2082 N: zynq
2083 N: xilinx
2084 F: drivers/clocksource/cadence_ttc_timer.c
2085 F: drivers/i2c/busses/i2c-cadence.c
2086 F: drivers/mmc/host/sdhci-of-arasan.c
2087 F: drivers/edac/synopsys_edac.c
2088
2089 ARM SMMU DRIVERS
2090 M: Will Deacon <will.deacon@arm.com>
2091 R: Robin Murphy <robin.murphy@arm.com>
2092 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2093 S: Maintained
2094 F: drivers/iommu/arm-smmu.c
2095 F: drivers/iommu/arm-smmu-v3.c
2096 F: drivers/iommu/io-pgtable-arm.c
2097 F: drivers/iommu/io-pgtable-arm-v7s.c
2098
2099 ARM64 PORT (AARCH64 ARCHITECTURE)
2100 M: Catalin Marinas <catalin.marinas@arm.com>
2101 M: Will Deacon <will.deacon@arm.com>
2102 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2103 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2104 S: Maintained
2105 F: arch/arm64/
2106 F: Documentation/arm64/
2107
2108 AS3645A LED FLASH CONTROLLER DRIVER
2109 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2110 L: linux-media@vger.kernel.org
2111 T: git git://linuxtv.org/media_tree.git
2112 S: Maintained
2113 F: drivers/media/i2c/as3645a.c
2114 F: include/media/i2c/as3645a.h
2115
2116 ASAHI KASEI AK8974 DRIVER
2117 M: Linus Walleij <linus.walleij@linaro.org>
2118 L: linux-iio@vger.kernel.org
2119 W: http://www.akm.com/
2120 S: Supported
2121 F: drivers/iio/magnetometer/ak8974.c
2122
2123 ASC7621 HARDWARE MONITOR DRIVER
2124 M: George Joseph <george.joseph@fairview5.com>
2125 L: linux-hwmon@vger.kernel.org
2126 S: Maintained
2127 F: Documentation/hwmon/asc7621
2128 F: drivers/hwmon/asc7621.c
2129
2130 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2131 M: Corentin Chary <corentin.chary@gmail.com>
2132 L: acpi4asus-user@lists.sourceforge.net
2133 L: platform-driver-x86@vger.kernel.org
2134 W: http://acpi4asus.sf.net
2135 S: Maintained
2136 F: drivers/platform/x86/asus*.c
2137 F: drivers/platform/x86/eeepc*.c
2138
2139 ASUS WIRELESS RADIO CONTROL DRIVER
2140 M: João Paulo Rechi Vita <jprvita@gmail.com>
2141 L: platform-driver-x86@vger.kernel.org
2142 S: Maintained
2143 F: drivers/platform/x86/asus-wireless.c
2144
2145 ASYMMETRIC KEYS
2146 M: David Howells <dhowells@redhat.com>
2147 L: keyrings@vger.kernel.org
2148 S: Maintained
2149 F: Documentation/crypto/asymmetric-keys.txt
2150 F: include/linux/verification.h
2151 F: include/crypto/public_key.h
2152 F: include/crypto/pkcs7.h
2153 F: crypto/asymmetric_keys/
2154
2155 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2156 R: Dan Williams <dan.j.williams@intel.com>
2157 W: http://sourceforge.net/projects/xscaleiop
2158 S: Odd fixes
2159 F: Documentation/crypto/async-tx-api.txt
2160 F: crypto/async_tx/
2161 F: drivers/dma/
2162 F: include/linux/dmaengine.h
2163 F: include/linux/async_tx.h
2164
2165 AT24 EEPROM DRIVER
2166 M: Wolfram Sang <wsa@the-dreams.de>
2167 L: linux-i2c@vger.kernel.org
2168 S: Maintained
2169 F: drivers/misc/eeprom/at24.c
2170 F: include/linux/platform_data/at24.h
2171
2172 ATA OVER ETHERNET (AOE) DRIVER
2173 M: "Ed L. Cashin" <ed.cashin@acm.org>
2174 W: http://www.openaoe.org/
2175 S: Supported
2176 F: Documentation/aoe/
2177 F: drivers/block/aoe/
2178
2179 ATHEROS 71XX/9XXX GPIO DRIVER
2180 M: Alban Bedel <albeu@free.fr>
2181 W: https://github.com/AlbanBedel/linux
2182 T: git git://github.com/AlbanBedel/linux
2183 S: Maintained
2184 F: drivers/gpio/gpio-ath79.c
2185 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2186
2187 ATHEROS ATH GENERIC UTILITIES
2188 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2189 L: linux-wireless@vger.kernel.org
2190 S: Supported
2191 F: drivers/net/wireless/ath/*
2192
2193 ATHEROS ATH5K WIRELESS DRIVER
2194 M: Jiri Slaby <jirislaby@gmail.com>
2195 M: Nick Kossifidis <mickflemm@gmail.com>
2196 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2197 L: linux-wireless@vger.kernel.org
2198 W: http://wireless.kernel.org/en/users/Drivers/ath5k
2199 S: Maintained
2200 F: drivers/net/wireless/ath/ath5k/
2201
2202 ATHEROS ATH6KL WIRELESS DRIVER
2203 M: Kalle Valo <kvalo@qca.qualcomm.com>
2204 L: linux-wireless@vger.kernel.org
2205 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
2206 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2207 S: Supported
2208 F: drivers/net/wireless/ath/ath6kl/
2209
2210 WILOCITY WIL6210 WIRELESS DRIVER
2211 M: Maya Erez <qca_merez@qca.qualcomm.com>
2212 L: linux-wireless@vger.kernel.org
2213 L: wil6210@qca.qualcomm.com
2214 S: Supported
2215 W: http://wireless.kernel.org/en/users/Drivers/wil6210
2216 F: drivers/net/wireless/ath/wil6210/
2217 F: include/uapi/linux/wil6210_uapi.h
2218
2219 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2220 M: Christian Lamparter <chunkeey@googlemail.com>
2221 L: linux-wireless@vger.kernel.org
2222 W: http://wireless.kernel.org/en/users/Drivers/carl9170
2223 S: Maintained
2224 F: drivers/net/wireless/ath/carl9170/
2225
2226 ATK0110 HWMON DRIVER
2227 M: Luca Tettamanti <kronos.it@gmail.com>
2228 L: linux-hwmon@vger.kernel.org
2229 S: Maintained
2230 F: drivers/hwmon/asus_atk0110.c
2231
2232 ATI_REMOTE2 DRIVER
2233 M: Ville Syrjala <syrjala@sci.fi>
2234 S: Maintained
2235 F: drivers/input/misc/ati_remote2.c
2236
2237 ATLX ETHERNET DRIVERS
2238 M: Jay Cliburn <jcliburn@gmail.com>
2239 M: Chris Snook <chris.snook@gmail.com>
2240 L: netdev@vger.kernel.org
2241 W: http://sourceforge.net/projects/atl1
2242 W: http://atl1.sourceforge.net
2243 S: Maintained
2244 F: drivers/net/ethernet/atheros/
2245
2246 ATM
2247 M: Chas Williams <3chas3@gmail.com>
2248 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2249 L: netdev@vger.kernel.org
2250 W: http://linux-atm.sourceforge.net
2251 S: Maintained
2252 F: drivers/atm/
2253 F: include/linux/atm*
2254 F: include/uapi/linux/atm*
2255
2256 ATMEL AT91 / AT32 MCI DRIVER
2257 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2258 S: Maintained
2259 F: drivers/mmc/host/atmel-mci.c
2260
2261 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2262 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2263 S: Supported
2264 F: drivers/power/reset/at91-sama5d2_shdwc.c
2265
2266 ATMEL SAMA5D2 ADC DRIVER
2267 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2268 L: linux-iio@vger.kernel.org
2269 S: Supported
2270 F: drivers/iio/adc/at91-sama5d2_adc.c
2271
2272 ATMEL Audio ALSA driver
2273 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2274 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2275 S: Supported
2276 F: sound/soc/atmel
2277
2278 ATMEL XDMA DRIVER
2279 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2280 L: linux-arm-kernel@lists.infradead.org
2281 L: dmaengine@vger.kernel.org
2282 S: Supported
2283 F: drivers/dma/at_xdmac.c
2284
2285 ATMEL I2C DRIVER
2286 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2287 L: linux-i2c@vger.kernel.org
2288 S: Supported
2289 F: drivers/i2c/busses/i2c-at91.c
2290
2291 ATMEL ISI DRIVER
2292 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2293 L: linux-media@vger.kernel.org
2294 S: Supported
2295 F: drivers/media/platform/atmel/atmel-isi.c
2296 F: include/media/atmel-isi.h
2297
2298 ATMEL LCDFB DRIVER
2299 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2300 L: linux-fbdev@vger.kernel.org
2301 S: Maintained
2302 F: drivers/video/fbdev/atmel_lcdfb.c
2303 F: include/video/atmel_lcdc.h
2304
2305 ATMEL MACB ETHERNET DRIVER
2306 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2307 S: Supported
2308 F: drivers/net/ethernet/cadence/
2309
2310 ATMEL NAND DRIVER
2311 M: Wenyou Yang <wenyou.yang@atmel.com>
2312 M: Josh Wu <rainyfeeling@outlook.com>
2313 L: linux-mtd@lists.infradead.org
2314 S: Supported
2315 F: drivers/mtd/nand/atmel/*
2316
2317 ATMEL SDMMC DRIVER
2318 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2319 L: linux-mmc@vger.kernel.org
2320 S: Supported
2321 F: drivers/mmc/host/sdhci-of-at91.c
2322
2323 ATMEL SPI DRIVER
2324 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2325 S: Supported
2326 F: drivers/spi/spi-atmel.*
2327
2328 ATMEL SSC DRIVER
2329 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2330 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2331 S: Supported
2332 F: drivers/misc/atmel-ssc.c
2333 F: include/linux/atmel-ssc.h
2334
2335 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2336 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2337 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2338 S: Supported
2339 F: drivers/misc/atmel_tclib.c
2340 F: drivers/clocksource/tcb_clksrc.c
2341
2342 ATMEL USBA UDC DRIVER
2343 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2344 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2345 S: Supported
2346 F: drivers/usb/gadget/udc/atmel_usba_udc.*
2347
2348 ATMEL WIRELESS DRIVER
2349 M: Simon Kelley <simon@thekelleys.org.uk>
2350 L: linux-wireless@vger.kernel.org
2351 W: http://www.thekelleys.org.uk/atmel
2352 W: http://atmelwlandriver.sourceforge.net/
2353 S: Maintained
2354 F: drivers/net/wireless/atmel/atmel*
2355
2356 ATMEL MAXTOUCH DRIVER
2357 M: Nick Dyer <nick@shmanahar.org>
2358 T: git git://github.com/ndyer/linux.git
2359 S: Maintained
2360 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2361 F: drivers/input/touchscreen/atmel_mxt_ts.c
2362 F: include/linux/platform_data/atmel_mxt_ts.h
2363
2364 ATOMIC INFRASTRUCTURE
2365 M: Will Deacon <will.deacon@arm.com>
2366 M: Peter Zijlstra <peterz@infradead.org>
2367 R: Boqun Feng <boqun.feng@gmail.com>
2368 L: linux-kernel@vger.kernel.org
2369 S: Maintained
2370 F: arch/*/include/asm/atomic*.h
2371 F: include/*/atomic*.h
2372
2373 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2374 M: Bradley Grove <linuxdrivers@attotech.com>
2375 L: linux-scsi@vger.kernel.org
2376 W: http://www.attotech.com
2377 S: Supported
2378 F: drivers/scsi/esas2r
2379
2380 ATUSB IEEE 802.15.4 RADIO DRIVER
2381 M: Stefan Schmidt <stefan@osg.samsung.com>
2382 L: linux-wpan@vger.kernel.org
2383 S: Maintained
2384 F: drivers/net/ieee802154/atusb.c
2385 F: drivers/net/ieee802154/atusb.h
2386 F: drivers/net/ieee802154/at86rf230.h
2387
2388 AUDIT SUBSYSTEM
2389 M: Paul Moore <paul@paul-moore.com>
2390 M: Eric Paris <eparis@redhat.com>
2391 L: linux-audit@redhat.com (moderated for non-subscribers)
2392 W: http://people.redhat.com/sgrubb/audit/
2393 T: git git://git.infradead.org/users/pcmoore/audit
2394 S: Maintained
2395 F: include/linux/audit.h
2396 F: include/uapi/linux/audit.h
2397 F: kernel/audit*
2398
2399 AUXILIARY DISPLAY DRIVERS
2400 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2401 W: http://miguelojeda.es/auxdisplay.htm
2402 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2403 S: Maintained
2404 F: drivers/auxdisplay/
2405 F: include/linux/cfag12864b.h
2406
2407 AX.25 NETWORK LAYER
2408 M: Ralf Baechle <ralf@linux-mips.org>
2409 L: linux-hams@vger.kernel.org
2410 W: http://www.linux-ax25.org/
2411 S: Maintained
2412 F: include/uapi/linux/ax25.h
2413 F: include/net/ax25.h
2414 F: net/ax25/
2415
2416 AXENTIA ASOC DRIVERS
2417 M: Peter Rosin <peda@axentia.se>
2418 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2419 S: Maintained
2420 F: Documentation/devicetree/bindings/sound/axentia,*
2421 F: sound/soc/atmel/tse850-pcm5142.c
2422
2423 AXENTIA ARM DEVICES
2424 M: Peter Rosin <peda@axentia.se>
2425 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2426 S: Maintained
2427 F: Documentation/devicetree/bindings/arm/axentia.txt
2428 F: arch/arm/boot/dts/at91-linea.dtsi
2429 F: arch/arm/boot/dts/at91-tse850-3.dts
2430
2431 AZ6007 DVB DRIVER
2432 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2433 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2434 L: linux-media@vger.kernel.org
2435 W: https://linuxtv.org
2436 T: git git://linuxtv.org/media_tree.git
2437 S: Maintained
2438 F: drivers/media/usb/dvb-usb-v2/az6007.c
2439
2440 AZTECH FM RADIO RECEIVER DRIVER
2441 M: Hans Verkuil <hverkuil@xs4all.nl>
2442 L: linux-media@vger.kernel.org
2443 T: git git://linuxtv.org/media_tree.git
2444 W: https://linuxtv.org
2445 S: Maintained
2446 F: drivers/media/radio/radio-aztech*
2447
2448 B43 WIRELESS DRIVER
2449 L: linux-wireless@vger.kernel.org
2450 L: b43-dev@lists.infradead.org
2451 W: http://wireless.kernel.org/en/users/Drivers/b43
2452 S: Odd Fixes
2453 F: drivers/net/wireless/broadcom/b43/
2454
2455 B43LEGACY WIRELESS DRIVER
2456 M: Larry Finger <Larry.Finger@lwfinger.net>
2457 L: linux-wireless@vger.kernel.org
2458 L: b43-dev@lists.infradead.org
2459 W: http://wireless.kernel.org/en/users/Drivers/b43
2460 S: Maintained
2461 F: drivers/net/wireless/broadcom/b43legacy/
2462
2463 BACKLIGHT CLASS/SUBSYSTEM
2464 M: Lee Jones <lee.jones@linaro.org>
2465 M: Daniel Thompson <daniel.thompson@linaro.org>
2466 M: Jingoo Han <jingoohan1@gmail.com>
2467 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2468 S: Maintained
2469 F: drivers/video/backlight/
2470 F: include/linux/backlight.h
2471 F: include/linux/pwm_backlight.h
2472 F: Documentation/devicetree/bindings/leds/backlight
2473
2474 BATMAN ADVANCED
2475 M: Marek Lindner <mareklindner@neomailbox.ch>
2476 M: Simon Wunderlich <sw@simonwunderlich.de>
2477 M: Antonio Quartulli <a@unstable.cc>
2478 L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2479 W: https://www.open-mesh.org/
2480 Q: https://patchwork.open-mesh.org/project/batman/list/
2481 S: Maintained
2482 F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2483 F: Documentation/ABI/testing/sysfs-class-net-mesh
2484 F: Documentation/networking/batman-adv.txt
2485 F: include/uapi/linux/batman_adv.h
2486 F: net/batman-adv/
2487
2488 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2489 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2490 L: linux-hams@vger.kernel.org
2491 W: http://www.baycom.org/~tom/ham/ham.html
2492 S: Maintained
2493 F: drivers/net/hamradio/baycom*
2494
2495 BCACHE (BLOCK LAYER CACHE)
2496 M: Kent Overstreet <kent.overstreet@gmail.com>
2497 L: linux-bcache@vger.kernel.org
2498 W: http://bcache.evilpiepirate.org
2499 S: Orphan
2500 F: drivers/md/bcache/
2501
2502 BDISP ST MEDIA DRIVER
2503 M: Fabien Dessenne <fabien.dessenne@st.com>
2504 L: linux-media@vger.kernel.org
2505 T: git git://linuxtv.org/media_tree.git
2506 W: https://linuxtv.org
2507 S: Supported
2508 F: drivers/media/platform/sti/bdisp
2509
2510 DELTA ST MEDIA DRIVER
2511 M: Hugues Fruchet <hugues.fruchet@st.com>
2512 L: linux-media@vger.kernel.org
2513 T: git git://linuxtv.org/media_tree.git
2514 W: https://linuxtv.org
2515 S: Supported
2516 F: drivers/media/platform/sti/delta
2517
2518 BEFS FILE SYSTEM
2519 M: Luis de Bethencourt <luisbg@kernel.org>
2520 M: Salah Triki <salah.triki@gmail.com>
2521 S: Maintained
2522 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luisbg/linux-befs.git
2523 F: Documentation/filesystems/befs.txt
2524 F: fs/befs/
2525
2526 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2527 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2528 L: netdev@vger.kernel.org
2529 S: Maintained
2530 F: drivers/net/ethernet/ec_bhf.c
2531
2532 BFS FILE SYSTEM
2533 M: "Tigran A. Aivazian" <aivazian.tigran@gmail.com>
2534 S: Maintained
2535 F: Documentation/filesystems/bfs.txt
2536 F: fs/bfs/
2537 F: include/uapi/linux/bfs_fs.h
2538
2539 BLACKFIN ARCHITECTURE
2540 M: Steven Miao <realmz6@gmail.com>
2541 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2542 T: git git://git.code.sf.net/p/adi-linux/code
2543 W: http://blackfin.uclinux.org
2544 S: Supported
2545 F: arch/blackfin/
2546
2547 BLACKFIN EMAC DRIVER
2548 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2549 W: http://blackfin.uclinux.org
2550 S: Supported
2551 F: drivers/net/ethernet/adi/
2552
2553 BLACKFIN RTC DRIVER
2554 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2555 W: http://blackfin.uclinux.org
2556 S: Supported
2557 F: drivers/rtc/rtc-bfin.c
2558
2559 BLACKFIN SDH DRIVER
2560 M: Sonic Zhang <sonic.zhang@analog.com>
2561 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2562 W: http://blackfin.uclinux.org
2563 S: Supported
2564 F: drivers/mmc/host/bfin_sdh.c
2565
2566 BLACKFIN SERIAL DRIVER
2567 M: Sonic Zhang <sonic.zhang@analog.com>
2568 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2569 W: http://blackfin.uclinux.org
2570 S: Supported
2571 F: drivers/tty/serial/bfin_uart.c
2572
2573 BLACKFIN WATCHDOG DRIVER
2574 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2575 W: http://blackfin.uclinux.org
2576 S: Supported
2577 F: drivers/watchdog/bfin_wdt.c
2578
2579 BLACKFIN I2C TWI DRIVER
2580 M: Sonic Zhang <sonic.zhang@analog.com>
2581 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2582 W: http://blackfin.uclinux.org/
2583 S: Supported
2584 F: drivers/i2c/busses/i2c-bfin-twi.c
2585
2586 BLACKFIN MEDIA DRIVER
2587 M: Scott Jiang <scott.jiang.linux@gmail.com>
2588 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2589 W: http://blackfin.uclinux.org/
2590 S: Supported
2591 F: drivers/media/platform/blackfin/
2592 F: drivers/media/i2c/adv7183*
2593 F: drivers/media/i2c/vs6624*
2594
2595 BLINKM RGB LED DRIVER
2596 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2597 S: Maintained
2598 F: drivers/leds/leds-blinkm.c
2599
2600 BLOCK LAYER
2601 M: Jens Axboe <axboe@kernel.dk>
2602 L: linux-block@vger.kernel.org
2603 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2604 S: Maintained
2605 F: block/
2606 F: kernel/trace/blktrace.c
2607 F: lib/sbitmap.c
2608
2609 BFQ I/O SCHEDULER
2610 M: Paolo Valente <paolo.valente@linaro.org>
2611 M: Jens Axboe <axboe@kernel.dk>
2612 L: linux-block@vger.kernel.org
2613 S: Maintained
2614 F: block/bfq-*
2615 F: Documentation/block/bfq-iosched.txt
2616
2617 BLOCK2MTD DRIVER
2618 M: Joern Engel <joern@lazybastard.org>
2619 L: linux-mtd@lists.infradead.org
2620 S: Maintained
2621 F: drivers/mtd/devices/block2mtd.c
2622
2623 BLUETOOTH DRIVERS
2624 M: Marcel Holtmann <marcel@holtmann.org>
2625 M: Gustavo Padovan <gustavo@padovan.org>
2626 M: Johan Hedberg <johan.hedberg@gmail.com>
2627 L: linux-bluetooth@vger.kernel.org
2628 W: http://www.bluez.org/
2629 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2630 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2631 S: Maintained
2632 F: drivers/bluetooth/
2633
2634 BLUETOOTH SUBSYSTEM
2635 M: Marcel Holtmann <marcel@holtmann.org>
2636 M: Gustavo Padovan <gustavo@padovan.org>
2637 M: Johan Hedberg <johan.hedberg@gmail.com>
2638 L: linux-bluetooth@vger.kernel.org
2639 W: http://www.bluez.org/
2640 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2641 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2642 S: Maintained
2643 F: net/bluetooth/
2644 F: include/net/bluetooth/
2645
2646 DMA MAPPING HELPERS
2647 M: Christoph Hellwig <hch@lst.de>
2648 M: Marek Szyprowski <m.szyprowski@samsung.com>
2649 R: Robin Murphy <robin.murphy@arm.com>
2650 L: linux-kernel@vger.kernel.org
2651 T: git git://git.infradead.org/users/hch/dma-mapping.git
2652 W: http://git.infradead.org/users/hch/dma-mapping.git
2653 S: Supported
2654 F: lib/dma-debug.c
2655 F: lib/dma-noop.c
2656 F: lib/dma-virt.c
2657 F: drivers/base/dma-mapping.c
2658 F: drivers/base/dma-coherent.c
2659 F: include/linux/dma-mapping.h
2660
2661 BONDING DRIVER
2662 M: Jay Vosburgh <j.vosburgh@gmail.com>
2663 M: Veaceslav Falico <vfalico@gmail.com>
2664 M: Andy Gospodarek <andy@greyhouse.net>
2665 L: netdev@vger.kernel.org
2666 W: http://sourceforge.net/projects/bonding/
2667 S: Supported
2668 F: drivers/net/bonding/
2669 F: include/uapi/linux/if_bonding.h
2670
2671 BPF (Safe dynamic programs and tools)
2672 M: Alexei Starovoitov <ast@kernel.org>
2673 M: Daniel Borkmann <daniel@iogearbox.net>
2674 L: netdev@vger.kernel.org
2675 L: linux-kernel@vger.kernel.org
2676 S: Supported
2677 F: arch/x86/net/bpf_jit*
2678 F: Documentation/networking/filter.txt
2679 F: include/linux/bpf*
2680 F: include/linux/filter.h
2681 F: include/uapi/linux/bpf*
2682 F: include/uapi/linux/filter.h
2683 F: kernel/bpf/
2684 F: kernel/trace/bpf_trace.c
2685 F: lib/test_bpf.c
2686 F: net/bpf/
2687 F: net/core/filter.c
2688 F: net/sched/act_bpf.c
2689 F: net/sched/cls_bpf.c
2690 F: samples/bpf/
2691 F: tools/net/bpf*
2692 F: tools/testing/selftests/bpf/
2693
2694 BROADCOM B44 10/100 ETHERNET DRIVER
2695 M: Michael Chan <michael.chan@broadcom.com>
2696 L: netdev@vger.kernel.org
2697 S: Supported
2698 F: drivers/net/ethernet/broadcom/b44.*
2699
2700 BROADCOM B53 ETHERNET SWITCH DRIVER
2701 M: Florian Fainelli <f.fainelli@gmail.com>
2702 L: netdev@vger.kernel.org
2703 L: openwrt-devel@lists.openwrt.org (subscribers-only)
2704 S: Supported
2705 F: drivers/net/dsa/b53/*
2706 F: include/linux/platform_data/b53.h
2707
2708 BROADCOM GENET ETHERNET DRIVER
2709 M: Florian Fainelli <f.fainelli@gmail.com>
2710 L: netdev@vger.kernel.org
2711 S: Supported
2712 F: drivers/net/ethernet/broadcom/genet/
2713
2714 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2715 M: Rasesh Mody <rasesh.mody@cavium.com>
2716 M: Harish Patil <harish.patil@cavium.com>
2717 M: Dept-GELinuxNICDev@cavium.com
2718 L: netdev@vger.kernel.org
2719 S: Supported
2720 F: drivers/net/ethernet/broadcom/bnx2.*
2721 F: drivers/net/ethernet/broadcom/bnx2_*
2722
2723 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2724 M: Yuval Mintz <Yuval.Mintz@cavium.com>
2725 M: Ariel Elior <ariel.elior@cavium.com>
2726 M: everest-linux-l2@cavium.com
2727 L: netdev@vger.kernel.org
2728 S: Supported
2729 F: drivers/net/ethernet/broadcom/bnx2x/
2730
2731 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
2732 M: Michael Chan <michael.chan@broadcom.com>
2733 L: netdev@vger.kernel.org
2734 S: Supported
2735 F: drivers/net/ethernet/broadcom/bnxt/
2736
2737 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2738 M: Florian Fainelli <f.fainelli@gmail.com>
2739 M: Ray Jui <rjui@broadcom.com>
2740 M: Scott Branden <sbranden@broadcom.com>
2741 M: bcm-kernel-feedback-list@broadcom.com
2742 T: git git://github.com/broadcom/mach-bcm
2743 S: Maintained
2744 N: bcm281*
2745 N: bcm113*
2746 N: bcm216*
2747 N: kona
2748 F: arch/arm/mach-bcm/
2749
2750 BROADCOM BCM2835 ARM ARCHITECTURE
2751 M: Eric Anholt <eric@anholt.net>
2752 M: Stefan Wahren <stefan.wahren@i2se.com>
2753 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2754 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2755 T: git git://github.com/anholt/linux
2756 S: Maintained
2757 N: bcm2835
2758 F: drivers/staging/vc04_services
2759
2760 BROADCOM BCM47XX MIPS ARCHITECTURE
2761 M: Hauke Mehrtens <hauke@hauke-m.de>
2762 M: Rafał Miłecki <zajec5@gmail.com>
2763 L: linux-mips@linux-mips.org
2764 S: Maintained
2765 F: Documentation/devicetree/bindings/mips/brcm/
2766 F: arch/mips/bcm47xx/*
2767 F: arch/mips/include/asm/mach-bcm47xx/*
2768
2769 BROADCOM BCM5301X ARM ARCHITECTURE
2770 M: Hauke Mehrtens <hauke@hauke-m.de>
2771 M: Rafał Miłecki <zajec5@gmail.com>
2772 M: Jon Mason <jonmason@broadcom.com>
2773 M: bcm-kernel-feedback-list@broadcom.com
2774 L: linux-arm-kernel@lists.infradead.org
2775 S: Maintained
2776 F: arch/arm/mach-bcm/bcm_5301x.c
2777 F: arch/arm/boot/dts/bcm5301x*.dtsi
2778 F: arch/arm/boot/dts/bcm470*
2779 F: arch/arm/boot/dts/bcm953012*
2780
2781 BROADCOM BCM53573 ARM ARCHITECTURE
2782 M: Rafał Miłecki <rafal@milecki.pl>
2783 L: linux-arm-kernel@lists.infradead.org
2784 S: Maintained
2785 F: arch/arm/boot/dts/bcm53573*
2786 F: arch/arm/boot/dts/bcm47189*
2787
2788 BROADCOM BCM63XX ARM ARCHITECTURE
2789 M: Florian Fainelli <f.fainelli@gmail.com>
2790 M: bcm-kernel-feedback-list@broadcom.com
2791 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2792 T: git git://github.com/broadcom/stblinux.git
2793 S: Maintained
2794 N: bcm63xx
2795
2796 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2797 M: Kevin Cernekee <cernekee@gmail.com>
2798 L: linux-usb@vger.kernel.org
2799 S: Maintained
2800 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2801
2802 BROADCOM BCM7XXX ARM ARCHITECTURE
2803 M: Brian Norris <computersforpeace@gmail.com>
2804 M: Gregory Fong <gregory.0xf0@gmail.com>
2805 M: Florian Fainelli <f.fainelli@gmail.com>
2806 M: bcm-kernel-feedback-list@broadcom.com
2807 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2808 T: git git://github.com/broadcom/stblinux.git
2809 S: Maintained
2810 F: arch/arm/mach-bcm/*brcmstb*
2811 F: arch/arm/boot/dts/bcm7*.dts*
2812 F: drivers/bus/brcmstb_gisb.c
2813 N: brcmstb
2814
2815 BROADCOM BMIPS MIPS ARCHITECTURE
2816 M: Kevin Cernekee <cernekee@gmail.com>
2817 M: Florian Fainelli <f.fainelli@gmail.com>
2818 L: linux-mips@linux-mips.org
2819 T: git git://github.com/broadcom/stblinux.git
2820 S: Maintained
2821 F: arch/mips/bmips/*
2822 F: arch/mips/include/asm/mach-bmips/*
2823 F: arch/mips/kernel/*bmips*
2824 F: arch/mips/boot/dts/brcm/bcm*.dts*
2825 F: drivers/irqchip/irq-bcm63*
2826 F: drivers/irqchip/irq-bcm7*
2827 F: drivers/irqchip/irq-brcmstb*
2828 F: include/linux/bcm963xx_nvram.h
2829 F: include/linux/bcm963xx_tag.h
2830
2831 BROADCOM BMIPS CPUFREQ DRIVER
2832 M: Markus Mayer <mmayer@broadcom.com>
2833 M: bcm-kernel-feedback-list@broadcom.com
2834 L: linux-pm@vger.kernel.org
2835 S: Maintained
2836 F: drivers/cpufreq/bmips-cpufreq.c
2837
2838 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2839 M: Siva Reddy Kallam <siva.kallam@broadcom.com>
2840 M: Prashant Sreedharan <prashant@broadcom.com>
2841 M: Michael Chan <mchan@broadcom.com>
2842 L: netdev@vger.kernel.org
2843 S: Supported
2844 F: drivers/net/ethernet/broadcom/tg3.*
2845
2846 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2847 M: Arend van Spriel <arend.vanspriel@broadcom.com>
2848 M: Franky Lin <franky.lin@broadcom.com>
2849 M: Hante Meuleman <hante.meuleman@broadcom.com>
2850 M: Chi-Hsien Lin <chi-hsien.lin@cypress.com>
2851 M: Wright Feng <wright.feng@cypress.com>
2852 L: linux-wireless@vger.kernel.org
2853 L: brcm80211-dev-list.pdl@broadcom.com
2854 L: brcm80211-dev-list@cypress.com
2855 S: Supported
2856 F: drivers/net/wireless/broadcom/brcm80211/
2857
2858 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2859 M: QLogic-Storage-Upstream@qlogic.com
2860 L: linux-scsi@vger.kernel.org
2861 S: Supported
2862 F: drivers/scsi/bnx2fc/
2863
2864 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2865 M: QLogic-Storage-Upstream@qlogic.com
2866 L: linux-scsi@vger.kernel.org
2867 S: Supported
2868 F: drivers/scsi/bnx2i/
2869
2870 BROADCOM IPROC ARM ARCHITECTURE
2871 M: Ray Jui <rjui@broadcom.com>
2872 M: Scott Branden <sbranden@broadcom.com>
2873 M: Jon Mason <jonmason@broadcom.com>
2874 M: bcm-kernel-feedback-list@broadcom.com
2875 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2876 T: git git://github.com/broadcom/cygnus-linux.git
2877 S: Maintained
2878 N: iproc
2879 N: cygnus
2880 N: bcm[-_]nsp
2881 N: bcm9113*
2882 N: bcm9583*
2883 N: bcm9585*
2884 N: bcm9586*
2885 N: bcm988312
2886 N: bcm113*
2887 N: bcm583*
2888 N: bcm585*
2889 N: bcm586*
2890 N: bcm88312
2891 F: arch/arm64/boot/dts/broadcom/ns2*
2892 F: drivers/clk/bcm/clk-ns*
2893 F: drivers/pinctrl/bcm/pinctrl-ns*
2894
2895 BROADCOM BRCMSTB GPIO DRIVER
2896 M: Gregory Fong <gregory.0xf0@gmail.com>
2897 L: bcm-kernel-feedback-list@broadcom.com
2898 S: Supported
2899 F: drivers/gpio/gpio-brcmstb.c
2900 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2901
2902 BROADCOM KONA GPIO DRIVER
2903 M: Ray Jui <rjui@broadcom.com>
2904 L: bcm-kernel-feedback-list@broadcom.com
2905 S: Supported
2906 F: drivers/gpio/gpio-bcm-kona.c
2907 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2908
2909 BROADCOM NVRAM DRIVER
2910 M: Rafał Miłecki <zajec5@gmail.com>
2911 L: linux-mips@linux-mips.org
2912 S: Maintained
2913 F: drivers/firmware/broadcom/*
2914
2915 BROADCOM STB NAND FLASH DRIVER
2916 M: Brian Norris <computersforpeace@gmail.com>
2917 M: Kamal Dasu <kdasu.kdev@gmail.com>
2918 L: linux-mtd@lists.infradead.org
2919 L: bcm-kernel-feedback-list@broadcom.com
2920 S: Maintained
2921 F: drivers/mtd/nand/brcmnand/
2922
2923 BROADCOM STB AVS CPUFREQ DRIVER
2924 M: Markus Mayer <mmayer@broadcom.com>
2925 M: bcm-kernel-feedback-list@broadcom.com
2926 L: linux-pm@vger.kernel.org
2927 S: Maintained
2928 F: Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
2929 F: drivers/cpufreq/brcmstb*
2930
2931 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2932 M: Rafał Miłecki <zajec5@gmail.com>
2933 L: linux-wireless@vger.kernel.org
2934 S: Maintained
2935 F: drivers/bcma/
2936 F: include/linux/bcma/
2937
2938 BROADCOM SYSTEMPORT ETHERNET DRIVER
2939 M: Florian Fainelli <f.fainelli@gmail.com>
2940 L: netdev@vger.kernel.org
2941 S: Supported
2942 F: drivers/net/ethernet/broadcom/bcmsysport.*
2943
2944 BROADCOM NETXTREME-E ROCE DRIVER
2945 M: Selvin Xavier <selvin.xavier@broadcom.com>
2946 M: Devesh Sharma <devesh.sharma@broadcom.com>
2947 M: Somnath Kotur <somnath.kotur@broadcom.com>
2948 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
2949 L: linux-rdma@vger.kernel.org
2950 W: http://www.broadcom.com
2951 S: Supported
2952 F: drivers/infiniband/hw/bnxt_re/
2953 F: include/uapi/rdma/bnxt_re-abi.h
2954
2955 BROCADE BFA FC SCSI DRIVER
2956 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2957 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2958 L: linux-scsi@vger.kernel.org
2959 S: Supported
2960 F: drivers/scsi/bfa/
2961
2962 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2963 M: Rasesh Mody <rasesh.mody@cavium.com>
2964 M: Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
2965 M: Dept-GELinuxNICDev@cavium.com
2966 L: netdev@vger.kernel.org
2967 S: Supported
2968 F: drivers/net/ethernet/brocade/bna/
2969
2970 BSG (block layer generic sg v4 driver)
2971 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2972 L: linux-scsi@vger.kernel.org
2973 S: Supported
2974 F: block/bsg.c
2975 F: include/linux/bsg.h
2976 F: include/uapi/linux/bsg.h
2977
2978 BT87X AUDIO DRIVER
2979 M: Clemens Ladisch <clemens@ladisch.de>
2980 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2981 T: git git://git.alsa-project.org/alsa-kernel.git
2982 S: Maintained
2983 F: Documentation/sound/alsa/Bt87x.txt
2984 F: sound/pci/bt87x.c
2985
2986 BT8XXGPIO DRIVER
2987 M: Michael Buesch <m@bues.ch>
2988 W: http://bu3sch.de/btgpio.php
2989 S: Maintained
2990 F: drivers/gpio/gpio-bt8xx.c
2991
2992 BTRFS FILE SYSTEM
2993 M: Chris Mason <clm@fb.com>
2994 M: Josef Bacik <jbacik@fb.com>
2995 M: David Sterba <dsterba@suse.com>
2996 L: linux-btrfs@vger.kernel.org
2997 W: http://btrfs.wiki.kernel.org/
2998 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2999 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
3000 S: Maintained
3001 F: Documentation/filesystems/btrfs.txt
3002 F: fs/btrfs/
3003 F: include/linux/btrfs*
3004 F: include/uapi/linux/btrfs*
3005
3006 BTTV VIDEO4LINUX DRIVER
3007 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
3008 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3009 L: linux-media@vger.kernel.org
3010 W: https://linuxtv.org
3011 T: git git://linuxtv.org/media_tree.git
3012 S: Odd fixes
3013 F: Documentation/media/v4l-drivers/bttv*
3014 F: drivers/media/pci/bt8xx/bttv*
3015
3016 BUSLOGIC SCSI DRIVER
3017 M: Khalid Aziz <khalid@gonehiking.org>
3018 L: linux-scsi@vger.kernel.org
3019 S: Maintained
3020 F: drivers/scsi/BusLogic.*
3021 F: drivers/scsi/FlashPoint.*
3022
3023 C-MEDIA CMI8788 DRIVER
3024 M: Clemens Ladisch <clemens@ladisch.de>
3025 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3026 T: git git://git.alsa-project.org/alsa-kernel.git
3027 S: Maintained
3028 F: sound/pci/oxygen/
3029
3030 C6X ARCHITECTURE
3031 M: Mark Salter <msalter@redhat.com>
3032 M: Aurelien Jacquiot <jacquiot.aurelien@gmail.com>
3033 L: linux-c6x-dev@linux-c6x.org
3034 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
3035 S: Maintained
3036 F: arch/c6x/
3037
3038 CA8210 IEEE-802.15.4 RADIO DRIVER
3039 M: Harry Morris <h.morris@cascoda.com>
3040 M: linuxdev@cascoda.com
3041 L: linux-wpan@vger.kernel.org
3042 W: https://github.com/Cascoda/ca8210-linux.git
3043 S: Maintained
3044 F: drivers/net/ieee802154/ca8210.c
3045 F: Documentation/devicetree/bindings/net/ieee802154/ca8210.txt
3046
3047 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
3048 M: David Howells <dhowells@redhat.com>
3049 L: linux-cachefs@redhat.com (moderated for non-subscribers)
3050 S: Supported
3051 F: Documentation/filesystems/caching/cachefiles.txt
3052 F: fs/cachefiles/
3053
3054 CADET FM/AM RADIO RECEIVER DRIVER
3055 M: Hans Verkuil <hverkuil@xs4all.nl>
3056 L: linux-media@vger.kernel.org
3057 T: git git://linuxtv.org/media_tree.git
3058 W: https://linuxtv.org
3059 S: Maintained
3060 F: drivers/media/radio/radio-cadet*
3061
3062 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
3063 M: Jonathan Corbet <corbet@lwn.net>
3064 L: linux-media@vger.kernel.org
3065 T: git git://linuxtv.org/media_tree.git
3066 S: Maintained
3067 F: Documentation/media/v4l-drivers/cafe_ccic*
3068 F: drivers/media/platform/marvell-ccic/
3069
3070 CAIF NETWORK LAYER
3071 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
3072 L: netdev@vger.kernel.org
3073 S: Supported
3074 F: Documentation/networking/caif/
3075 F: drivers/net/caif/
3076 F: include/uapi/linux/caif/
3077 F: include/net/caif/
3078 F: net/caif/
3079
3080 CALGARY x86-64 IOMMU
3081 M: Muli Ben-Yehuda <mulix@mulix.org>
3082 M: Jon Mason <jdmason@kudzu.us>
3083 L: iommu@lists.linux-foundation.org
3084 S: Maintained
3085 F: arch/x86/kernel/pci-calgary_64.c
3086 F: arch/x86/kernel/tce_64.c
3087 F: arch/x86/include/asm/calgary.h
3088 F: arch/x86/include/asm/tce.h
3089
3090 CAN NETWORK LAYER
3091 M: Oliver Hartkopp <socketcan@hartkopp.net>
3092 M: Marc Kleine-Budde <mkl@pengutronix.de>
3093 L: linux-can@vger.kernel.org
3094 W: https://github.com/linux-can
3095 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3096 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3097 S: Maintained
3098 F: Documentation/networking/can.txt
3099 F: net/can/
3100 F: include/linux/can/core.h
3101 F: include/uapi/linux/can.h
3102 F: include/uapi/linux/can/bcm.h
3103 F: include/uapi/linux/can/raw.h
3104 F: include/uapi/linux/can/gw.h
3105
3106 CAN NETWORK DRIVERS
3107 M: Wolfgang Grandegger <wg@grandegger.com>
3108 M: Marc Kleine-Budde <mkl@pengutronix.de>
3109 L: linux-can@vger.kernel.org
3110 W: https://github.com/linux-can
3111 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3112 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3113 S: Maintained
3114 F: Documentation/devicetree/bindings/net/can/
3115 F: drivers/net/can/
3116 F: include/linux/can/dev.h
3117 F: include/linux/can/platform/
3118 F: include/uapi/linux/can/error.h
3119 F: include/uapi/linux/can/netlink.h
3120
3121 CAPABILITIES
3122 M: Serge Hallyn <serge@hallyn.com>
3123 L: linux-security-module@vger.kernel.org
3124 S: Supported
3125 F: include/linux/capability.h
3126 F: include/uapi/linux/capability.h
3127 F: security/commoncap.c
3128 F: kernel/capability.c
3129
3130 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
3131 M: Kevin Tsai <ktsai@capellamicro.com>
3132 S: Maintained
3133 F: drivers/iio/light/cm*
3134
3135 CAVIUM THUNDERX2 ARM64 SOC
3136 M: Jayachandran C <jnair@caviumnetworks.com>
3137 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3138 S: Maintained
3139 F: arch/arm64/boot/dts/cavium/thunder2-99xx*
3140 F: Documentation/devicetree/bindings/arm/cavium-thunder2.txt
3141
3142 CAVIUM I2C DRIVER
3143 M: Jan Glauber <jglauber@cavium.com>
3144 M: David Daney <david.daney@cavium.com>
3145 W: http://www.cavium.com
3146 S: Supported
3147 F: drivers/i2c/busses/i2c-octeon*
3148 F: drivers/i2c/busses/i2c-thunderx*
3149
3150 CAVIUM MMC DRIVER
3151 M: Jan Glauber <jglauber@cavium.com>
3152 M: David Daney <david.daney@cavium.com>
3153 M: Steven J. Hill <Steven.Hill@cavium.com>
3154 W: http://www.cavium.com
3155 S: Supported
3156 F: drivers/mmc/host/cavium*
3157
3158 CAVIUM LIQUIDIO NETWORK DRIVER
3159 M: Derek Chickles <derek.chickles@caviumnetworks.com>
3160 M: Satanand Burla <satananda.burla@caviumnetworks.com>
3161 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
3162 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
3163 L: netdev@vger.kernel.org
3164 W: http://www.cavium.com
3165 S: Supported
3166 F: drivers/net/ethernet/cavium/liquidio/
3167
3168 CAVIUM OCTEON-TX CRYPTO DRIVER
3169 M: George Cherian <george.cherian@cavium.com>
3170 L: linux-crypto@vger.kernel.org
3171 W: http://www.cavium.com
3172 S: Supported
3173 F: drivers/crypto/cavium/cpt/
3174
3175 CC2520 IEEE-802.15.4 RADIO DRIVER
3176 M: Varka Bhadram <varkabhadram@gmail.com>
3177 L: linux-wpan@vger.kernel.org
3178 S: Maintained
3179 F: drivers/net/ieee802154/cc2520.c
3180 F: include/linux/spi/cc2520.h
3181 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3182
3183 CCREE ARM TRUSTZONE CRYPTOCELL 700 REE DRIVER
3184 M: Gilad Ben-Yossef <gilad@benyossef.com>
3185 L: linux-crypto@vger.kernel.org
3186 L: driverdev-devel@linuxdriverproject.org
3187 S: Supported
3188 F: drivers/staging/ccree/
3189 W: https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family
3190
3191 CEC FRAMEWORK
3192 M: Hans Verkuil <hans.verkuil@cisco.com>
3193 L: linux-media@vger.kernel.org
3194 T: git git://linuxtv.org/media_tree.git
3195 W: http://linuxtv.org
3196 S: Supported
3197 F: Documentation/media/kapi/cec-core.rst
3198 F: Documentation/media/uapi/cec
3199 F: drivers/media/cec/
3200 F: drivers/media/rc/keymaps/rc-cec.c
3201 F: include/media/cec.h
3202 F: include/media/cec-notifier.h
3203 F: include/uapi/linux/cec.h
3204 F: include/uapi/linux/cec-funcs.h
3205 F: Documentation/devicetree/bindings/media/cec.txt
3206
3207 CELL BROADBAND ENGINE ARCHITECTURE
3208 M: Arnd Bergmann <arnd@arndb.de>
3209 L: linuxppc-dev@lists.ozlabs.org
3210 W: http://www.ibm.com/developerworks/power/cell/
3211 S: Supported
3212 F: arch/powerpc/include/asm/cell*.h
3213 F: arch/powerpc/include/asm/spu*.h
3214 F: arch/powerpc/include/uapi/asm/spu*.h
3215 F: arch/powerpc/oprofile/*cell*
3216 F: arch/powerpc/platforms/cell/
3217
3218 CEPH COMMON CODE (LIBCEPH)
3219 M: Ilya Dryomov <idryomov@gmail.com>
3220 M: "Yan, Zheng" <zyan@redhat.com>
3221 M: Sage Weil <sage@redhat.com>
3222 L: ceph-devel@vger.kernel.org
3223 W: http://ceph.com/
3224 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3225 T: git git://github.com/ceph/ceph-client.git
3226 S: Supported
3227 F: net/ceph/
3228 F: include/linux/ceph/
3229 F: include/linux/crush/
3230
3231 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3232 M: "Yan, Zheng" <zyan@redhat.com>
3233 M: Sage Weil <sage@redhat.com>
3234 M: Ilya Dryomov <idryomov@gmail.com>
3235 L: ceph-devel@vger.kernel.org
3236 W: http://ceph.com/
3237 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3238 T: git git://github.com/ceph/ceph-client.git
3239 S: Supported
3240 F: Documentation/filesystems/ceph.txt
3241 F: fs/ceph/
3242
3243 CERTIFICATE HANDLING:
3244 M: David Howells <dhowells@redhat.com>
3245 M: David Woodhouse <dwmw2@infradead.org>
3246 L: keyrings@vger.kernel.org
3247 S: Maintained
3248 F: Documentation/module-signing.txt
3249 F: certs/
3250 F: scripts/sign-file.c
3251 F: scripts/extract-cert.c
3252
3253 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3254 L: linux-usb@vger.kernel.org
3255 S: Orphan
3256 F: Documentation/usb/WUSB-Design-overview.txt
3257 F: Documentation/usb/wusb-cbaf
3258 F: drivers/usb/host/hwa-hc.c
3259 F: drivers/usb/host/whci/
3260 F: drivers/usb/wusbcore/
3261 F: include/linux/usb/wusb*
3262
3263 HT16K33 LED CONTROLLER DRIVER
3264 M: Robin van der Gracht <robin@protonic.nl>
3265 S: Maintained
3266 F: drivers/auxdisplay/ht16k33.c
3267 F: Documentation/devicetree/bindings/display/ht16k33.txt
3268
3269 CFAG12864B LCD DRIVER
3270 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3271 W: http://miguelojeda.es/auxdisplay.htm
3272 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3273 S: Maintained
3274 F: drivers/auxdisplay/cfag12864b.c
3275 F: include/linux/cfag12864b.h
3276
3277 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3278 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3279 W: http://miguelojeda.es/auxdisplay.htm
3280 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3281 S: Maintained
3282 F: drivers/auxdisplay/cfag12864bfb.c
3283 F: include/linux/cfag12864b.h
3284
3285 CFG80211 and NL80211
3286 M: Johannes Berg <johannes@sipsolutions.net>
3287 L: linux-wireless@vger.kernel.org
3288 W: http://wireless.kernel.org/
3289 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3290 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3291 S: Maintained
3292 F: include/uapi/linux/nl80211.h
3293 F: include/net/cfg80211.h
3294 F: net/wireless/*
3295 X: net/wireless/wext*
3296
3297 CHAR and MISC DRIVERS
3298 M: Arnd Bergmann <arnd@arndb.de>
3299 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3300 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3301 S: Supported
3302 F: drivers/char/*
3303 F: drivers/misc/*
3304 F: include/linux/miscdevice.h
3305
3306 CHECKPATCH
3307 M: Andy Whitcroft <apw@canonical.com>
3308 M: Joe Perches <joe@perches.com>
3309 S: Maintained
3310 F: scripts/checkpatch.pl
3311
3312 CHINESE DOCUMENTATION
3313 M: Harry Wei <harryxiyou@gmail.com>
3314 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3315 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
3316 S: Maintained
3317 F: Documentation/translations/zh_CN/
3318
3319 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3320 M: Peter Chen <Peter.Chen@nxp.com>
3321 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3322 L: linux-usb@vger.kernel.org
3323 S: Maintained
3324 F: drivers/usb/chipidea/
3325
3326 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3327 M: Hans de Goede <hdegoede@redhat.com>
3328 L: linux-input@vger.kernel.org
3329 S: Maintained
3330 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3331 F: drivers/input/touchscreen/chipone_icn8318.c
3332
3333 CHROME HARDWARE PLATFORM SUPPORT
3334 M: Benson Leung <bleung@chromium.org>
3335 M: Olof Johansson <olof@lixom.net>
3336 S: Maintained
3337 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform.git
3338 F: drivers/platform/chrome/
3339
3340 CISCO VIC ETHERNET NIC DRIVER
3341 M: Christian Benvenuti <benve@cisco.com>
3342 M: Govindarajulu Varadarajan <_govind@gmx.com>
3343 M: Neel Patel <neepatel@cisco.com>
3344 S: Supported
3345 F: drivers/net/ethernet/cisco/enic/
3346
3347 CISCO VIC LOW LATENCY NIC DRIVER
3348 M: Christian Benvenuti <benve@cisco.com>
3349 M: Dave Goodell <dgoodell@cisco.com>
3350 S: Supported
3351 F: drivers/infiniband/hw/usnic/
3352
3353 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3354 M: Hartley Sweeten <hsweeten@visionengravers.com>
3355 L: netdev@vger.kernel.org
3356 S: Maintained
3357 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
3358
3359 CIRRUS LOGIC AUDIO CODEC DRIVERS
3360 M: Brian Austin <brian.austin@cirrus.com>
3361 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
3362 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3363 S: Maintained
3364 F: sound/soc/codecs/cs*
3365
3366 CLEANCACHE API
3367 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3368 L: linux-kernel@vger.kernel.org
3369 S: Maintained
3370 F: mm/cleancache.c
3371 F: include/linux/cleancache.h
3372
3373 CLK API
3374 M: Russell King <linux@armlinux.org.uk>
3375 L: linux-clk@vger.kernel.org
3376 S: Maintained
3377 F: include/linux/clk.h
3378
3379 CLOCKSOURCE, CLOCKEVENT DRIVERS
3380 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3381 M: Thomas Gleixner <tglx@linutronix.de>
3382 L: linux-kernel@vger.kernel.org
3383 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3384 S: Supported
3385 F: drivers/clocksource
3386
3387 CISCO FCOE HBA DRIVER
3388 M: Satish Kharat <satishkh@cisco.com>
3389 M: Sesidhar Baddela <sebaddel@cisco.com>
3390 M: Karan Tilak Kumar <kartilak@cisco.com>
3391 L: linux-scsi@vger.kernel.org
3392 S: Supported
3393 F: drivers/scsi/fnic/
3394
3395 CISCO SCSI HBA DRIVER
3396 M: Karan Tilak Kumar <kartilak@cisco.com>
3397 M: Sesidhar Baddela <sebaddel@cisco.com>
3398 L: linux-scsi@vger.kernel.org
3399 S: Supported
3400 F: drivers/scsi/snic/
3401
3402 CMPC ACPI DRIVER
3403 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3404 M: Daniel Oliveira Nascimento <don@syst.com.br>
3405 L: platform-driver-x86@vger.kernel.org
3406 S: Supported
3407 F: drivers/platform/x86/classmate-laptop.c
3408
3409 COBALT MEDIA DRIVER
3410 M: Hans Verkuil <hans.verkuil@cisco.com>
3411 L: linux-media@vger.kernel.org
3412 T: git git://linuxtv.org/media_tree.git
3413 W: https://linuxtv.org
3414 S: Supported
3415 F: drivers/media/pci/cobalt/
3416
3417 COCCINELLE/Semantic Patches (SmPL)
3418 M: Julia Lawall <Julia.Lawall@lip6.fr>
3419 M: Gilles Muller <Gilles.Muller@lip6.fr>
3420 M: Nicolas Palix <nicolas.palix@imag.fr>
3421 M: Michal Marek <mmarek@suse.com>
3422 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
3423 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3424 W: http://coccinelle.lip6.fr/
3425 S: Supported
3426 F: Documentation/dev-tools/coccinelle.rst
3427 F: scripts/coccinelle/
3428 F: scripts/coccicheck
3429
3430 CODA FILE SYSTEM
3431 M: Jan Harkes <jaharkes@cs.cmu.edu>
3432 M: coda@cs.cmu.edu
3433 L: codalist@coda.cs.cmu.edu
3434 W: http://www.coda.cs.cmu.edu/
3435 S: Maintained
3436 F: Documentation/filesystems/coda.txt
3437 F: fs/coda/
3438 F: include/linux/coda*.h
3439 F: include/uapi/linux/coda*.h
3440
3441 CODA V4L2 MEM2MEM DRIVER
3442 M: Philipp Zabel <p.zabel@pengutronix.de>
3443 L: linux-media@vger.kernel.org
3444 S: Maintained
3445 F: Documentation/devicetree/bindings/media/coda.txt
3446 F: drivers/media/platform/coda/
3447
3448 COMMON CLK FRAMEWORK
3449 M: Michael Turquette <mturquette@baylibre.com>
3450 M: Stephen Boyd <sboyd@codeaurora.org>
3451 L: linux-clk@vger.kernel.org
3452 Q: http://patchwork.kernel.org/project/linux-clk/list/
3453 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3454 S: Maintained
3455 F: Documentation/devicetree/bindings/clock/
3456 F: drivers/clk/
3457 X: drivers/clk/clkdev.c
3458 F: include/linux/clk-pr*
3459 F: include/linux/clk/
3460
3461 COMMON INTERNET FILE SYSTEM (CIFS)
3462 M: Steve French <sfrench@samba.org>
3463 L: linux-cifs@vger.kernel.org
3464 L: samba-technical@lists.samba.org (moderated for non-subscribers)
3465 W: http://linux-cifs.samba.org/
3466 T: git git://git.samba.org/sfrench/cifs-2.6.git
3467 S: Supported
3468 F: Documentation/filesystems/cifs/
3469 F: fs/cifs/
3470
3471 COMPACTPCI HOTPLUG CORE
3472 M: Scott Murray <scott@spiteful.org>
3473 L: linux-pci@vger.kernel.org
3474 S: Maintained
3475 F: drivers/pci/hotplug/cpci_hotplug*
3476
3477 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3478 M: Scott Murray <scott@spiteful.org>
3479 L: linux-pci@vger.kernel.org
3480 S: Maintained
3481 F: drivers/pci/hotplug/cpcihp_zt5550.*
3482
3483 COMPACTPCI HOTPLUG GENERIC DRIVER
3484 M: Scott Murray <scott@spiteful.org>
3485 L: linux-pci@vger.kernel.org
3486 S: Maintained
3487 F: drivers/pci/hotplug/cpcihp_generic.c
3488
3489 COMPAL LAPTOP SUPPORT
3490 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3491 L: platform-driver-x86@vger.kernel.org
3492 S: Maintained
3493 F: drivers/platform/x86/compal-laptop.c
3494
3495 CONEXANT ACCESSRUNNER USB DRIVER
3496 L: accessrunner-general@lists.sourceforge.net
3497 W: http://accessrunner.sourceforge.net/
3498 S: Orphan
3499 F: drivers/usb/atm/cxacru.c
3500
3501 CONFIGFS
3502 M: Joel Becker <jlbec@evilplan.org>
3503 M: Christoph Hellwig <hch@lst.de>
3504 T: git git://git.infradead.org/users/hch/configfs.git
3505 S: Supported
3506 F: fs/configfs/
3507 F: include/linux/configfs.h
3508
3509 CONNECTOR
3510 M: Evgeniy Polyakov <zbr@ioremap.net>
3511 L: netdev@vger.kernel.org
3512 S: Maintained
3513 F: drivers/connector/
3514
3515 CONTROL GROUP (CGROUP)
3516 M: Tejun Heo <tj@kernel.org>
3517 M: Li Zefan <lizefan@huawei.com>
3518 M: Johannes Weiner <hannes@cmpxchg.org>
3519 L: cgroups@vger.kernel.org
3520 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3521 S: Maintained
3522 F: Documentation/cgroup*
3523 F: include/linux/cgroup*
3524 F: kernel/cgroup*
3525
3526 CONTROL GROUP - CPUSET
3527 M: Li Zefan <lizefan@huawei.com>
3528 L: cgroups@vger.kernel.org
3529 W: http://www.bullopensource.org/cpuset/
3530 W: http://oss.sgi.com/projects/cpusets/
3531 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3532 S: Maintained
3533 F: Documentation/cgroup-v1/cpusets.txt
3534 F: include/linux/cpuset.h
3535 F: kernel/cpuset.c
3536
3537 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3538 M: Johannes Weiner <hannes@cmpxchg.org>
3539 M: Michal Hocko <mhocko@kernel.org>
3540 M: Vladimir Davydov <vdavydov.dev@gmail.com>
3541 L: cgroups@vger.kernel.org
3542 L: linux-mm@kvack.org
3543 S: Maintained
3544 F: mm/memcontrol.c
3545 F: mm/swap_cgroup.c
3546
3547 CORETEMP HARDWARE MONITORING DRIVER
3548 M: Fenghua Yu <fenghua.yu@intel.com>
3549 L: linux-hwmon@vger.kernel.org
3550 S: Maintained
3551 F: Documentation/hwmon/coretemp
3552 F: drivers/hwmon/coretemp.c
3553
3554 COSA/SRP SYNC SERIAL DRIVER
3555 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3556 W: http://www.fi.muni.cz/~kas/cosa/
3557 S: Maintained
3558 F: drivers/net/wan/cosa*
3559
3560 CPMAC ETHERNET DRIVER
3561 M: Florian Fainelli <f.fainelli@gmail.com>
3562 L: netdev@vger.kernel.org
3563 S: Maintained
3564 F: drivers/net/ethernet/ti/cpmac.c
3565
3566 CPU FREQUENCY DRIVERS
3567 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3568 M: Viresh Kumar <viresh.kumar@linaro.org>
3569 L: linux-pm@vger.kernel.org
3570 S: Maintained
3571 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3572 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3573 B: https://bugzilla.kernel.org
3574 F: Documentation/cpu-freq/
3575 F: Documentation/devicetree/bindings/cpufreq/
3576 F: drivers/cpufreq/
3577 F: include/linux/cpufreq.h
3578 F: tools/testing/selftests/cpufreq/
3579
3580 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3581 M: Viresh Kumar <viresh.kumar@linaro.org>
3582 M: Sudeep Holla <sudeep.holla@arm.com>
3583 L: linux-pm@vger.kernel.org
3584 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3585 S: Maintained
3586 F: drivers/cpufreq/arm_big_little.h
3587 F: drivers/cpufreq/arm_big_little.c
3588 F: drivers/cpufreq/arm_big_little_dt.c
3589
3590 CPUIDLE DRIVER - ARM BIG LITTLE
3591 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3592 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3593 L: linux-pm@vger.kernel.org
3594 L: linux-arm-kernel@lists.infradead.org
3595 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3596 S: Maintained
3597 F: drivers/cpuidle/cpuidle-big_little.c
3598
3599 CPUIDLE DRIVER - ARM EXYNOS
3600 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3601 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3602 M: Kukjin Kim <kgene@kernel.org>
3603 L: linux-pm@vger.kernel.org
3604 L: linux-samsung-soc@vger.kernel.org
3605 S: Supported
3606 F: drivers/cpuidle/cpuidle-exynos.c
3607 F: arch/arm/mach-exynos/pm.c
3608
3609 CPUIDLE DRIVERS
3610 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3611 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3612 L: linux-pm@vger.kernel.org
3613 S: Maintained
3614 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3615 B: https://bugzilla.kernel.org
3616 F: drivers/cpuidle/*
3617 F: include/linux/cpuidle.h
3618
3619 CPUID/MSR DRIVER
3620 M: "H. Peter Anvin" <hpa@zytor.com>
3621 S: Maintained
3622 F: arch/x86/kernel/cpuid.c
3623 F: arch/x86/kernel/msr.c
3624
3625 CPU POWER MONITORING SUBSYSTEM
3626 M: Thomas Renninger <trenn@suse.com>
3627 L: linux-pm@vger.kernel.org
3628 S: Maintained
3629 F: tools/power/cpupower/
3630
3631 CRAMFS FILESYSTEM
3632 W: http://sourceforge.net/projects/cramfs/
3633 S: Orphan / Obsolete
3634 F: Documentation/filesystems/cramfs.txt
3635 F: fs/cramfs/
3636
3637 CRIS PORT
3638 M: Mikael Starvik <starvik@axis.com>
3639 M: Jesper Nilsson <jesper.nilsson@axis.com>
3640 L: linux-cris-kernel@axis.com
3641 W: http://developer.axis.com
3642 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3643 S: Maintained
3644 F: arch/cris/
3645 F: drivers/tty/serial/crisv10.*
3646
3647 CRYPTO API
3648 M: Herbert Xu <herbert@gondor.apana.org.au>
3649 M: "David S. Miller" <davem@davemloft.net>
3650 L: linux-crypto@vger.kernel.org
3651 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3652 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3653 S: Maintained
3654 F: Documentation/crypto/
3655 F: Documentation/devicetree/bindings/crypto/
3656 F: arch/*/crypto/
3657 F: crypto/
3658 F: drivers/crypto/
3659 F: include/crypto/
3660 F: include/linux/crypto*
3661
3662 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3663 M: Neil Horman <nhorman@tuxdriver.com>
3664 L: linux-crypto@vger.kernel.org
3665 S: Maintained
3666 F: crypto/ansi_cprng.c
3667 F: crypto/rng.c
3668
3669 CS3308 MEDIA DRIVER
3670 M: Hans Verkuil <hverkuil@xs4all.nl>
3671 L: linux-media@vger.kernel.org
3672 T: git git://linuxtv.org/media_tree.git
3673 W: http://linuxtv.org
3674 S: Odd Fixes
3675 F: drivers/media/i2c/cs3308.c
3676 F: drivers/media/i2c/cs3308.h
3677
3678 CS5535 Audio ALSA driver
3679 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3680 S: Maintained
3681 F: sound/pci/cs5535audio/
3682
3683 CW1200 WLAN driver
3684 M: Solomon Peachy <pizza@shaftnet.org>
3685 S: Maintained
3686 F: drivers/net/wireless/st/cw1200/
3687
3688 CX18 VIDEO4LINUX DRIVER
3689 M: Andy Walls <awalls@md.metrocast.net>
3690 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3691 L: linux-media@vger.kernel.org
3692 T: git git://linuxtv.org/media_tree.git
3693 W: https://linuxtv.org
3694 W: http://www.ivtvdriver.org/index.php/Cx18
3695 S: Maintained
3696 F: Documentation/media/v4l-drivers/cx18*
3697 F: drivers/media/pci/cx18/
3698 F: include/uapi/linux/ivtv*
3699
3700 CX2341X MPEG ENCODER HELPER MODULE
3701 M: Hans Verkuil <hverkuil@xs4all.nl>
3702 L: linux-media@vger.kernel.org
3703 T: git git://linuxtv.org/media_tree.git
3704 W: https://linuxtv.org
3705 S: Maintained
3706 F: drivers/media/common/cx2341x*
3707 F: include/media/cx2341x*
3708
3709 CX24120 MEDIA DRIVER
3710 M: Jemma Denson <jdenson@gmail.com>
3711 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3712 L: linux-media@vger.kernel.org
3713 W: https://linuxtv.org
3714 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3715 S: Maintained
3716 F: drivers/media/dvb-frontends/cx24120*
3717
3718 CX88 VIDEO4LINUX DRIVER
3719 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
3720 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3721 L: linux-media@vger.kernel.org
3722 W: https://linuxtv.org
3723 T: git git://linuxtv.org/media_tree.git
3724 S: Odd fixes
3725 F: Documentation/media/v4l-drivers/cx88*
3726 F: drivers/media/pci/cx88/
3727
3728 CXD2820R MEDIA DRIVER
3729 M: Antti Palosaari <crope@iki.fi>
3730 L: linux-media@vger.kernel.org
3731 W: https://linuxtv.org
3732 W: http://palosaari.fi/linux/
3733 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3734 T: git git://linuxtv.org/anttip/media_tree.git
3735 S: Maintained
3736 F: drivers/media/dvb-frontends/cxd2820r*
3737
3738 CXGB3 ETHERNET DRIVER (CXGB3)
3739 M: Santosh Raspatur <santosh@chelsio.com>
3740 L: netdev@vger.kernel.org
3741 W: http://www.chelsio.com
3742 S: Supported
3743 F: drivers/net/ethernet/chelsio/cxgb3/
3744
3745 CXGB3 ISCSI DRIVER (CXGB3I)
3746 M: Karen Xie <kxie@chelsio.com>
3747 L: linux-scsi@vger.kernel.org
3748 W: http://www.chelsio.com
3749 S: Supported
3750 F: drivers/scsi/cxgbi/cxgb3i
3751
3752 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3753 M: Steve Wise <swise@chelsio.com>
3754 L: linux-rdma@vger.kernel.org
3755 W: http://www.openfabrics.org
3756 S: Supported
3757 F: drivers/infiniband/hw/cxgb3/
3758 F: include/uapi/rdma/cxgb3-abi.h
3759
3760 CXGB4 ETHERNET DRIVER (CXGB4)
3761 M: Ganesh Goudar <ganeshgr@chelsio.com>
3762 L: netdev@vger.kernel.org
3763 W: http://www.chelsio.com
3764 S: Supported
3765 F: drivers/net/ethernet/chelsio/cxgb4/
3766
3767 CXGB4 ISCSI DRIVER (CXGB4I)
3768 M: Karen Xie <kxie@chelsio.com>
3769 L: linux-scsi@vger.kernel.org
3770 W: http://www.chelsio.com
3771 S: Supported
3772 F: drivers/scsi/cxgbi/cxgb4i
3773
3774 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3775 M: Steve Wise <swise@chelsio.com>
3776 L: linux-rdma@vger.kernel.org
3777 W: http://www.openfabrics.org
3778 S: Supported
3779 F: drivers/infiniband/hw/cxgb4/
3780 F: include/uapi/rdma/cxgb4-abi.h
3781
3782 CXGB4 CRYPTO DRIVER (chcr)
3783 M: Harsh Jain <harsh@chelsio.com>
3784 L: linux-crypto@vger.kernel.org
3785 W: http://www.chelsio.com
3786 S: Supported
3787 F: drivers/crypto/chelsio
3788
3789 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3790 M: Casey Leedom <leedom@chelsio.com>
3791 L: netdev@vger.kernel.org
3792 W: http://www.chelsio.com
3793 S: Supported
3794 F: drivers/net/ethernet/chelsio/cxgb4vf/
3795
3796 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3797 M: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3798 M: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
3799 L: linuxppc-dev@lists.ozlabs.org
3800 S: Supported
3801 F: arch/powerpc/platforms/powernv/pci-cxl.c
3802 F: drivers/misc/cxl/
3803 F: include/misc/cxl*
3804 F: include/uapi/misc/cxl.h
3805 F: Documentation/powerpc/cxl.txt
3806 F: Documentation/ABI/testing/sysfs-class-cxl
3807
3808 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3809 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3810 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3811 M: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3812 L: linux-scsi@vger.kernel.org
3813 S: Supported
3814 F: drivers/scsi/cxlflash/
3815 F: include/uapi/scsi/cxlflash_ioctls.h
3816 F: Documentation/powerpc/cxlflash.txt
3817
3818 STMMAC ETHERNET DRIVER
3819 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3820 M: Alexandre Torgue <alexandre.torgue@st.com>
3821 L: netdev@vger.kernel.org
3822 W: http://www.stlinux.com
3823 S: Supported
3824 F: drivers/net/ethernet/stmicro/stmmac/
3825
3826 CYBERPRO FB DRIVER
3827 M: Russell King <linux@armlinux.org.uk>
3828 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3829 W: http://www.armlinux.org.uk/
3830 S: Maintained
3831 F: drivers/video/fbdev/cyber2000fb.*
3832
3833 CYCLADES ASYNC MUX DRIVER
3834 W: http://www.cyclades.com/
3835 S: Orphan
3836 F: drivers/tty/cyclades.c
3837 F: include/linux/cyclades.h
3838 F: include/uapi/linux/cyclades.h
3839
3840 CYCLADES PC300 DRIVER
3841 W: http://www.cyclades.com/
3842 S: Orphan
3843 F: drivers/net/wan/pc300*
3844
3845 CYPRESS_FIRMWARE MEDIA DRIVER
3846 M: Antti Palosaari <crope@iki.fi>
3847 L: linux-media@vger.kernel.org
3848 W: https://linuxtv.org
3849 W: http://palosaari.fi/linux/
3850 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3851 T: git git://linuxtv.org/anttip/media_tree.git
3852 S: Maintained
3853 F: drivers/media/common/cypress_firmware*
3854
3855 CYTTSP TOUCHSCREEN DRIVER
3856 M: Ferruh Yigit <fery@cypress.com>
3857 L: linux-input@vger.kernel.org
3858 S: Supported
3859 F: drivers/input/touchscreen/cyttsp*
3860 F: include/linux/input/cyttsp.h
3861
3862 D-LINK DIR-685 TOUCHKEYS DRIVER
3863 M: Linus Walleij <linus.walleij@linaro.org>
3864 L: linux-input@vger.kernel.org
3865 S: Supported
3866 F: drivers/input/dlink-dir685-touchkeys.c
3867
3868 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3869 M: Joshua Kinard <kumba@gentoo.org>
3870 S: Maintained
3871 F: drivers/rtc/rtc-ds1685.c
3872 F: include/linux/rtc/ds1685.h
3873
3874 DAMA SLAVE for AX.25
3875 M: Joerg Reuter <jreuter@yaina.de>
3876 W: http://yaina.de/jreuter/
3877 W: http://www.qsl.net/dl1bke/
3878 L: linux-hams@vger.kernel.org
3879 S: Maintained
3880 F: net/ax25/af_ax25.c
3881 F: net/ax25/ax25_dev.c
3882 F: net/ax25/ax25_ds_*
3883 F: net/ax25/ax25_in.c
3884 F: net/ax25/ax25_out.c
3885 F: net/ax25/ax25_timer.c
3886 F: net/ax25/sysctl_net_ax25.c
3887
3888 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3889 L: netdev@vger.kernel.org
3890 S: Orphan
3891 F: Documentation/networking/dmfe.txt
3892 F: drivers/net/ethernet/dec/tulip/dmfe.c
3893
3894 DC390/AM53C974 SCSI driver
3895 M: Hannes Reinecke <hare@suse.com>
3896 L: linux-scsi@vger.kernel.org
3897 S: Maintained
3898 F: drivers/scsi/am53c974.c
3899
3900 DC395x SCSI driver
3901 M: Oliver Neukum <oliver@neukum.org>
3902 M: Ali Akcaagac <aliakc@web.de>
3903 M: Jamie Lenehan <lenehan@twibble.org>
3904 L: dc395x@twibble.org
3905 W: http://twibble.org/dist/dc395x/
3906 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3907 S: Maintained
3908 F: Documentation/scsi/dc395x.txt
3909 F: drivers/scsi/dc395x.*
3910
3911 DCCP PROTOCOL
3912 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3913 L: dccp@vger.kernel.org
3914 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3915 S: Maintained
3916 F: include/linux/dccp.h
3917 F: include/uapi/linux/dccp.h
3918 F: include/linux/tfrc.h
3919 F: net/dccp/
3920
3921 DECnet NETWORK LAYER
3922 W: http://linux-decnet.sourceforge.net
3923 L: linux-decnet-user@lists.sourceforge.net
3924 S: Orphan
3925 F: Documentation/networking/decnet.txt
3926 F: net/decnet/
3927
3928 DECSTATION PLATFORM SUPPORT
3929 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3930 L: linux-mips@linux-mips.org
3931 W: http://www.linux-mips.org/wiki/DECstation
3932 S: Maintained
3933 F: arch/mips/dec/
3934 F: arch/mips/include/asm/dec/
3935 F: arch/mips/include/asm/mach-dec/
3936
3937 DEFXX FDDI NETWORK DRIVER
3938 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3939 S: Maintained
3940 F: drivers/net/fddi/defxx.*
3941
3942 DELL LAPTOP DRIVER
3943 M: Matthew Garrett <mjg59@srcf.ucam.org>
3944 M: Pali Rohár <pali.rohar@gmail.com>
3945 L: platform-driver-x86@vger.kernel.org
3946 S: Maintained
3947 F: drivers/platform/x86/dell-laptop.c
3948
3949 DELL LAPTOP RBTN DRIVER
3950 M: Pali Rohár <pali.rohar@gmail.com>
3951 S: Maintained
3952 F: drivers/platform/x86/dell-rbtn.*
3953
3954 DELL LAPTOP FREEFALL DRIVER
3955 M: Pali Rohár <pali.rohar@gmail.com>
3956 S: Maintained
3957 F: drivers/platform/x86/dell-smo8800.c
3958
3959 DELL LAPTOP SMM DRIVER
3960 M: Pali Rohár <pali.rohar@gmail.com>
3961 S: Maintained
3962 F: drivers/hwmon/dell-smm-hwmon.c
3963 F: include/uapi/linux/i8k.h
3964
3965 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3966 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3967 S: Maintained
3968 F: Documentation/dcdbas.txt
3969 F: drivers/firmware/dcdbas.*
3970
3971 DELL WMI EXTRAS DRIVER
3972 M: Matthew Garrett <mjg59@srcf.ucam.org>
3973 M: Pali Rohár <pali.rohar@gmail.com>
3974 S: Maintained
3975 F: drivers/platform/x86/dell-wmi.c
3976
3977 DENALI NAND DRIVER
3978 M: Masahiro Yamada <yamada.masahiro@socionext.com>
3979 L: linux-mtd@lists.infradead.org
3980 S: Supported
3981 F: drivers/mtd/nand/denali*
3982
3983 DESIGNWARE USB2 DRD IP DRIVER
3984 M: John Youn <johnyoun@synopsys.com>
3985 L: linux-usb@vger.kernel.org
3986 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3987 S: Maintained
3988 F: drivers/usb/dwc2/
3989
3990 DESIGNWARE USB3 DRD IP DRIVER
3991 M: Felipe Balbi <balbi@kernel.org>
3992 L: linux-usb@vger.kernel.org
3993 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3994 S: Maintained
3995 F: drivers/usb/dwc3/
3996
3997 DEVANTECH SRF ULTRASONIC RANGER IIO DRIVER
3998 M: Andreas Klinger <ak@it-klinger.de>
3999 L: linux-iio@vger.kernel.org
4000 S: Maintained
4001 F: drivers/iio/proximity/srf*.c
4002
4003 DEVICE COREDUMP (DEV_COREDUMP)
4004 M: Johannes Berg <johannes@sipsolutions.net>
4005 L: linux-kernel@vger.kernel.org
4006 S: Maintained
4007 F: drivers/base/devcoredump.c
4008 F: include/linux/devcoredump.h
4009
4010 DEVICE FREQUENCY (DEVFREQ)
4011 M: MyungJoo Ham <myungjoo.ham@samsung.com>
4012 M: Kyungmin Park <kyungmin.park@samsung.com>
4013 R: Chanwoo Choi <cw00.choi@samsung.com>
4014 L: linux-pm@vger.kernel.org
4015 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
4016 S: Maintained
4017 F: drivers/devfreq/
4018 F: include/linux/devfreq.h
4019 F: Documentation/devicetree/bindings/devfreq/
4020
4021 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
4022 M: Chanwoo Choi <cw00.choi@samsung.com>
4023 L: linux-pm@vger.kernel.org
4024 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
4025 S: Supported
4026 F: drivers/devfreq/event/
4027 F: drivers/devfreq/devfreq-event.c
4028 F: include/linux/devfreq-event.h
4029 F: Documentation/devicetree/bindings/devfreq/event/
4030
4031 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
4032 M: Chanwoo Choi <cw00.choi@samsung.com>
4033 L: linux-pm@vger.kernel.org
4034 L: linux-samsung-soc@vger.kernel.org
4035 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
4036 S: Maintained
4037 F: drivers/devfreq/exynos-bus.c
4038 F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
4039
4040 DEVICE NUMBER REGISTRY
4041 M: Torben Mathiasen <device@lanana.org>
4042 W: http://lanana.org/docs/device-list/index.html
4043 S: Maintained
4044
4045 DEVICE-MAPPER (LVM)
4046 M: Alasdair Kergon <agk@redhat.com>
4047 M: Mike Snitzer <snitzer@redhat.com>
4048 M: dm-devel@redhat.com
4049 L: dm-devel@redhat.com
4050 W: http://sources.redhat.com/dm
4051 Q: http://patchwork.kernel.org/project/dm-devel/list/
4052 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
4053 T: quilt http://people.redhat.com/agk/patches/linux/editing/
4054 S: Maintained
4055 F: Documentation/device-mapper/
4056 F: drivers/md/dm*
4057 F: drivers/md/persistent-data/
4058 F: include/linux/device-mapper.h
4059 F: include/linux/dm-*.h
4060 F: include/uapi/linux/dm-*.h
4061
4062 DEVLINK
4063 M: Jiri Pirko <jiri@mellanox.com>
4064 L: netdev@vger.kernel.org
4065 S: Supported
4066 F: net/core/devlink.c
4067 F: include/net/devlink.h
4068 F: include/uapi/linux/devlink.h
4069
4070 DIALOG SEMICONDUCTOR DRIVERS
4071 M: Support Opensource <support.opensource@diasemi.com>
4072 W: http://www.dialog-semiconductor.com/products
4073 S: Supported
4074 F: Documentation/hwmon/da90??
4075 F: Documentation/devicetree/bindings/mfd/da90*.txt
4076 F: Documentation/devicetree/bindings/input/da90??-onkey.txt
4077 F: Documentation/devicetree/bindings/thermal/da90??-thermal.txt
4078 F: Documentation/devicetree/bindings/regulator/da92*.txt
4079 F: Documentation/devicetree/bindings/watchdog/da92??-wdt.txt
4080 F: Documentation/devicetree/bindings/sound/da[79]*.txt
4081 F: drivers/gpio/gpio-da90??.c
4082 F: drivers/hwmon/da90??-hwmon.c
4083 F: drivers/iio/adc/da91??-*.c
4084 F: drivers/input/misc/da90??_onkey.c
4085 F: drivers/input/touchscreen/da9052_tsi.c
4086 F: drivers/leds/leds-da90??.c
4087 F: drivers/mfd/da903x.c
4088 F: drivers/mfd/da90??-*.c
4089 F: drivers/mfd/da91??-*.c
4090 F: drivers/power/supply/da9052-battery.c
4091 F: drivers/power/supply/da91??-*.c
4092 F: drivers/regulator/da903x.c
4093 F: drivers/regulator/da9???-regulator.[ch]
4094 F: drivers/thermal/da90??-thermal.c
4095 F: drivers/rtc/rtc-da90??.c
4096 F: drivers/video/backlight/da90??_bl.c
4097 F: drivers/watchdog/da90??_wdt.c
4098 F: include/linux/mfd/da903x.h
4099 F: include/linux/mfd/da9052/
4100 F: include/linux/mfd/da9055/
4101 F: include/linux/mfd/da9062/
4102 F: include/linux/mfd/da9063/
4103 F: include/linux/mfd/da9150/
4104 F: include/linux/regulator/da9211.h
4105 F: include/sound/da[79]*.h
4106 F: sound/soc/codecs/da[79]*.[ch]
4107
4108 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
4109 M: William Breathitt Gray <vilhelm.gray@gmail.com>
4110 L: linux-gpio@vger.kernel.org
4111 S: Maintained
4112 F: drivers/gpio/gpio-gpio-mm.c
4113
4114 DIGI NEO AND CLASSIC PCI PRODUCTS
4115 M: Lidza Louina <lidza.louina@gmail.com>
4116 M: Mark Hounschell <markh@compro.net>
4117 L: driverdev-devel@linuxdriverproject.org
4118 S: Maintained
4119 F: drivers/staging/dgnc/
4120
4121 DIOLAN U2C-12 I2C DRIVER
4122 M: Guenter Roeck <linux@roeck-us.net>
4123 L: linux-i2c@vger.kernel.org
4124 S: Maintained
4125 F: drivers/i2c/busses/i2c-diolan-u2c.c
4126
4127 DIRECT ACCESS (DAX)
4128 M: Matthew Wilcox <mawilcox@microsoft.com>
4129 M: Ross Zwisler <ross.zwisler@linux.intel.com>
4130 L: linux-fsdevel@vger.kernel.org
4131 S: Supported
4132 F: fs/dax.c
4133 F: include/linux/dax.h
4134 F: include/trace/events/fs_dax.h
4135
4136 DIRECTORY NOTIFICATION (DNOTIFY)
4137 M: Eric Paris <eparis@parisplace.org>
4138 S: Maintained
4139 F: Documentation/filesystems/dnotify.txt
4140 F: fs/notify/dnotify/
4141 F: include/linux/dnotify.h
4142
4143 DISK GEOMETRY AND PARTITION HANDLING
4144 M: Andries Brouwer <aeb@cwi.nl>
4145 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
4146 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
4147 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
4148 S: Maintained
4149
4150 DISKQUOTA
4151 M: Jan Kara <jack@suse.com>
4152 S: Maintained
4153 F: Documentation/filesystems/quota.txt
4154 F: fs/quota/
4155 F: include/linux/quota*.h
4156 F: include/uapi/linux/quota*.h
4157
4158 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
4159 M: Bernie Thompson <bernie@plugable.com>
4160 L: linux-fbdev@vger.kernel.org
4161 S: Maintained
4162 W: http://plugable.com/category/projects/udlfb/
4163 F: drivers/video/fbdev/udlfb.c
4164 F: include/video/udlfb.h
4165 F: Documentation/fb/udlfb.txt
4166
4167 DISTRIBUTED LOCK MANAGER (DLM)
4168 M: Christine Caulfield <ccaulfie@redhat.com>
4169 M: David Teigland <teigland@redhat.com>
4170 L: cluster-devel@redhat.com
4171 W: http://sources.redhat.com/cluster/
4172 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
4173 S: Supported
4174 F: fs/dlm/
4175
4176 DMA BUFFER SHARING FRAMEWORK
4177 M: Sumit Semwal <sumit.semwal@linaro.org>
4178 S: Maintained
4179 L: linux-media@vger.kernel.org
4180 L: dri-devel@lists.freedesktop.org
4181 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
4182 F: drivers/dma-buf/
4183 F: include/linux/dma-buf*
4184 F: include/linux/reservation.h
4185 F: include/linux/*fence.h
4186 F: Documentation/driver-api/dma-buf.rst
4187 T: git git://anongit.freedesktop.org/drm/drm-misc
4188
4189 SYNC FILE FRAMEWORK
4190 M: Sumit Semwal <sumit.semwal@linaro.org>
4191 R: Gustavo Padovan <gustavo@padovan.org>
4192 S: Maintained
4193 L: linux-media@vger.kernel.org
4194 L: dri-devel@lists.freedesktop.org
4195 F: drivers/dma-buf/sync_*
4196 F: drivers/dma-buf/dma-fence*
4197 F: drivers/dma-buf/sw_sync.c
4198 F: include/linux/sync_file.h
4199 F: include/uapi/linux/sync_file.h
4200 F: Documentation/sync_file.txt
4201 T: git git://anongit.freedesktop.org/drm/drm-misc
4202
4203 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
4204 M: Vinod Koul <vinod.koul@intel.com>
4205 L: dmaengine@vger.kernel.org
4206 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
4207 S: Maintained
4208 F: drivers/dma/
4209 F: include/linux/dmaengine.h
4210 F: Documentation/devicetree/bindings/dma/
4211 F: Documentation/dmaengine/
4212 T: git git://git.infradead.org/users/vkoul/slave-dma.git
4213
4214 DME1737 HARDWARE MONITOR DRIVER
4215 M: Juerg Haefliger <juergh@gmail.com>
4216 L: linux-hwmon@vger.kernel.org
4217 S: Maintained
4218 F: Documentation/hwmon/dme1737
4219 F: drivers/hwmon/dme1737.c
4220
4221 DMI/SMBIOS SUPPORT
4222 M: Jean Delvare <jdelvare@suse.com>
4223 S: Maintained
4224 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
4225 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
4226 F: drivers/firmware/dmi-id.c
4227 F: drivers/firmware/dmi_scan.c
4228 F: include/linux/dmi.h
4229
4230 DOCUMENTATION
4231 M: Jonathan Corbet <corbet@lwn.net>
4232 L: linux-doc@vger.kernel.org
4233 S: Maintained
4234 F: Documentation/
4235 F: scripts/kernel-doc
4236 X: Documentation/ABI/
4237 X: Documentation/devicetree/
4238 X: Documentation/acpi
4239 X: Documentation/power
4240 X: Documentation/spi
4241 X: Documentation/media
4242 T: git git://git.lwn.net/linux.git docs-next
4243
4244 DOUBLETALK DRIVER
4245 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
4246 L: blinux-list@redhat.com
4247 S: Maintained
4248 F: drivers/char/dtlk.c
4249 F: include/linux/dtlk.h
4250
4251 DPAA2 DATAPATH I/O (DPIO) DRIVER
4252 M: Roy Pledge <Roy.Pledge@nxp.com>
4253 L: linux-kernel@vger.kernel.org
4254 S: Maintained
4255 F: drivers/staging/fsl-mc/bus/dpio
4256
4257 DPAA2 ETHERNET DRIVER
4258 M: Ioana Radulescu <ruxandra.radulescu@nxp.com>
4259 L: linux-kernel@vger.kernel.org
4260 S: Maintained
4261 F: drivers/staging/fsl-dpaa2/ethernet
4262
4263 DPT_I2O SCSI RAID DRIVER
4264 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4265 L: linux-scsi@vger.kernel.org
4266 W: http://www.adaptec.com/
4267 S: Maintained
4268 F: drivers/scsi/dpt*
4269 F: drivers/scsi/dpt/
4270
4271 DRBD DRIVER
4272 M: Philipp Reisner <philipp.reisner@linbit.com>
4273 M: Lars Ellenberg <lars.ellenberg@linbit.com>
4274 L: drbd-dev@lists.linbit.com
4275 W: http://www.drbd.org
4276 T: git git://git.linbit.com/linux-drbd.git
4277 T: git git://git.linbit.com/drbd-8.4.git
4278 S: Supported
4279 F: drivers/block/drbd/
4280 F: lib/lru_cache.c
4281 F: Documentation/blockdev/drbd/
4282
4283 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
4284 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4285 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4286 S: Supported
4287 F: Documentation/kobject.txt
4288 F: drivers/base/
4289 F: fs/debugfs/
4290 F: fs/sysfs/
4291 F: include/linux/debugfs.h
4292 F: include/linux/kobj*
4293 F: lib/kobj*
4294
4295 DRM DRIVERS
4296 M: David Airlie <airlied@linux.ie>
4297 L: dri-devel@lists.freedesktop.org
4298 T: git git://people.freedesktop.org/~airlied/linux
4299 B: https://bugs.freedesktop.org/
4300 C: irc://chat.freenode.net/dri-devel
4301 S: Maintained
4302 F: drivers/gpu/drm/
4303 F: drivers/gpu/vga/
4304 F: Documentation/devicetree/bindings/display/
4305 F: Documentation/devicetree/bindings/gpu/
4306 F: Documentation/devicetree/bindings/video/
4307 F: Documentation/gpu/
4308 F: include/drm/
4309 F: include/uapi/drm/
4310 F: include/linux/vga*
4311
4312 DRM DRIVERS AND MISC GPU PATCHES
4313 M: Daniel Vetter <daniel.vetter@intel.com>
4314 M: Jani Nikula <jani.nikula@linux.intel.com>
4315 M: Sean Paul <seanpaul@chromium.org>
4316 W: https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4317 S: Maintained
4318 T: git git://anongit.freedesktop.org/drm/drm-misc
4319 F: Documentation/gpu/
4320 F: drivers/gpu/vga/
4321 F: drivers/gpu/drm/*
4322 F: include/drm/drm*
4323 F: include/uapi/drm/drm*
4324 F: include/linux/vga*
4325
4326 DRM DRIVER FOR ARM PL111 CLCD
4327 M: Eric Anholt <eric@anholt.net>
4328 T: git git://anongit.freedesktop.org/drm/drm-misc
4329 S: Supported
4330 F: drivers/gpu/drm/pl111/
4331
4332 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4333 M: Dave Airlie <airlied@redhat.com>
4334 S: Odd Fixes
4335 F: drivers/gpu/drm/ast/
4336
4337 DRM DRIVERS FOR BRIDGE CHIPS
4338 M: Archit Taneja <architt@codeaurora.org>
4339 M: Andrzej Hajda <a.hajda@samsung.com>
4340 R: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
4341 S: Maintained
4342 T: git git://anongit.freedesktop.org/drm/drm-misc
4343 F: drivers/gpu/drm/bridge/
4344
4345 DRM DRIVER FOR BOCHS VIRTUAL GPU
4346 M: Gerd Hoffmann <kraxel@redhat.com>
4347 L: virtualization@lists.linux-foundation.org
4348 T: git git://anongit.freedesktop.org/drm/drm-misc
4349 S: Maintained
4350 F: drivers/gpu/drm/bochs/
4351
4352 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4353 M: Dave Airlie <airlied@redhat.com>
4354 M: Gerd Hoffmann <kraxel@redhat.com>
4355 L: virtualization@lists.linux-foundation.org
4356 T: git git://anongit.freedesktop.org/drm/drm-misc
4357 S: Obsolete
4358 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
4359 F: drivers/gpu/drm/cirrus/
4360
4361 RADEON and AMDGPU DRM DRIVERS
4362 M: Alex Deucher <alexander.deucher@amd.com>
4363 M: Christian König <christian.koenig@amd.com>
4364 L: amd-gfx@lists.freedesktop.org
4365 T: git git://people.freedesktop.org/~agd5f/linux
4366 S: Supported
4367 F: drivers/gpu/drm/radeon/
4368 F: include/uapi/drm/radeon_drm.h
4369 F: drivers/gpu/drm/amd/
4370 F: include/uapi/drm/amdgpu_drm.h
4371
4372 DRM PANEL DRIVERS
4373 M: Thierry Reding <thierry.reding@gmail.com>
4374 L: dri-devel@lists.freedesktop.org
4375 T: git git://anongit.freedesktop.org/tegra/linux.git
4376 S: Maintained
4377 F: drivers/gpu/drm/drm_panel.c
4378 F: drivers/gpu/drm/panel/
4379 F: include/drm/drm_panel.h
4380 F: Documentation/devicetree/bindings/display/panel/
4381
4382 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4383 M: Daniel Vetter <daniel.vetter@intel.com>
4384 M: Jani Nikula <jani.nikula@linux.intel.com>
4385 L: intel-gfx@lists.freedesktop.org
4386 W: https://01.org/linuxgraphics/
4387 B: https://01.org/linuxgraphics/documentation/how-report-bugs
4388 C: irc://chat.freenode.net/intel-gfx
4389 Q: http://patchwork.freedesktop.org/project/intel-gfx/
4390 T: git git://anongit.freedesktop.org/drm-intel
4391 S: Supported
4392 F: drivers/gpu/drm/i915/
4393 F: include/drm/i915*
4394 F: include/uapi/drm/i915_drm.h
4395 F: Documentation/gpu/i915.rst
4396
4397 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
4398 M: Zhenyu Wang <zhenyuw@linux.intel.com>
4399 M: Zhi Wang <zhi.a.wang@intel.com>
4400 L: intel-gvt-dev@lists.freedesktop.org
4401 L: intel-gfx@lists.freedesktop.org
4402 W: https://01.org/igvt-g
4403 T: git https://github.com/01org/gvt-linux.git
4404 S: Supported
4405 F: drivers/gpu/drm/i915/gvt/
4406
4407 DRM DRIVERS FOR ATMEL HLCDC
4408 M: Boris Brezillon <boris.brezillon@free-electrons.com>
4409 L: dri-devel@lists.freedesktop.org
4410 S: Supported
4411 F: drivers/gpu/drm/atmel-hlcdc/
4412 F: Documentation/devicetree/bindings/drm/atmel/
4413 T: git git://anongit.freedesktop.org/drm/drm-misc
4414
4415 DRM DRIVERS FOR ALLWINNER A10
4416 M: Maxime Ripard <maxime.ripard@free-electrons.com>
4417 L: dri-devel@lists.freedesktop.org
4418 S: Supported
4419 F: drivers/gpu/drm/sun4i/
4420 F: Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4421 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git
4422
4423 DRM DRIVERS FOR AMLOGIC SOCS
4424 M: Neil Armstrong <narmstrong@baylibre.com>
4425 L: dri-devel@lists.freedesktop.org
4426 L: linux-amlogic@lists.infradead.org
4427 W: http://linux-meson.com/
4428 S: Supported
4429 F: drivers/gpu/drm/meson/
4430 F: Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4431 F: Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt
4432 F: Documentation/gpu/meson.rst
4433 T: git git://anongit.freedesktop.org/drm/drm-misc
4434
4435 DRM DRIVERS FOR EXYNOS
4436 M: Inki Dae <inki.dae@samsung.com>
4437 M: Joonyoung Shim <jy0922.shim@samsung.com>
4438 M: Seung-Woo Kim <sw0312.kim@samsung.com>
4439 M: Kyungmin Park <kyungmin.park@samsung.com>
4440 L: dri-devel@lists.freedesktop.org
4441 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4442 S: Supported
4443 F: drivers/gpu/drm/exynos/
4444 F: include/uapi/drm/exynos_drm.h
4445 F: Documentation/devicetree/bindings/display/exynos/
4446
4447 DRM DRIVERS FOR FREESCALE DCU
4448 M: Stefan Agner <stefan@agner.ch>
4449 M: Alison Wang <alison.wang@freescale.com>
4450 L: dri-devel@lists.freedesktop.org
4451 S: Supported
4452 F: drivers/gpu/drm/fsl-dcu/
4453 F: Documentation/devicetree/bindings/display/fsl,dcu.txt
4454 F: Documentation/devicetree/bindings/display/fsl,tcon.txt
4455 F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4456
4457 DRM DRIVERS FOR FREESCALE IMX
4458 M: Philipp Zabel <p.zabel@pengutronix.de>
4459 L: dri-devel@lists.freedesktop.org
4460 S: Maintained
4461 F: drivers/gpu/drm/imx/
4462 F: drivers/gpu/ipu-v3/
4463 F: Documentation/devicetree/bindings/display/imx/
4464
4465 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4466 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4467 L: dri-devel@lists.freedesktop.org
4468 T: git git://github.com/patjak/drm-gma500
4469 S: Maintained
4470 F: drivers/gpu/drm/gma500/
4471
4472 DRM DRIVERS FOR HISILICON
4473 M: Xinliang Liu <z.liuxinliang@hisilicon.com>
4474 M: Rongrong Zou <zourongrong@gmail.com>
4475 R: Xinwei Kong <kong.kongxinwei@hisilicon.com>
4476 R: Chen Feng <puck.chen@hisilicon.com>
4477 L: dri-devel@lists.freedesktop.org
4478 T: git git://github.com/xin3liang/linux.git
4479 S: Maintained
4480 F: drivers/gpu/drm/hisilicon/
4481 F: Documentation/devicetree/bindings/display/hisilicon/
4482
4483 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4484 S: Orphan / Obsolete
4485 F: drivers/gpu/drm/i810/
4486 F: include/uapi/drm/i810_drm.h
4487
4488 DRM DRIVERS FOR MEDIATEK
4489 M: CK Hu <ck.hu@mediatek.com>
4490 M: Philipp Zabel <p.zabel@pengutronix.de>
4491 L: dri-devel@lists.freedesktop.org
4492 S: Supported
4493 F: drivers/gpu/drm/mediatek/
4494 F: Documentation/devicetree/bindings/display/mediatek/
4495
4496 DRM DRIVER FOR MI0283QT
4497 M: Noralf Trønnes <noralf@tronnes.org>
4498 S: Maintained
4499 F: drivers/gpu/drm/tinydrm/mi0283qt.c
4500 F: Documentation/devicetree/bindings/display/multi-inno,mi0283qt.txt
4501
4502 DRM DRIVER FOR MSM ADRENO GPU
4503 M: Rob Clark <robdclark@gmail.com>
4504 L: linux-arm-msm@vger.kernel.org
4505 L: dri-devel@lists.freedesktop.org
4506 L: freedreno@lists.freedesktop.org
4507 T: git git://people.freedesktop.org/~robclark/linux
4508 S: Maintained
4509 F: drivers/gpu/drm/msm/
4510 F: include/uapi/drm/msm_drm.h
4511 F: Documentation/devicetree/bindings/display/msm/
4512
4513 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4514 M: Ben Skeggs <bskeggs@redhat.com>
4515 L: dri-devel@lists.freedesktop.org
4516 L: nouveau@lists.freedesktop.org
4517 T: git git://github.com/skeggsb/linux
4518 S: Supported
4519 F: drivers/gpu/drm/nouveau/
4520 F: include/uapi/drm/nouveau_drm.h
4521
4522 DRM DRIVERS FOR NVIDIA TEGRA
4523 M: Thierry Reding <thierry.reding@gmail.com>
4524 L: dri-devel@lists.freedesktop.org
4525 L: linux-tegra@vger.kernel.org
4526 T: git git://anongit.freedesktop.org/tegra/linux.git
4527 S: Supported
4528 F: drivers/gpu/drm/tegra/
4529 F: drivers/gpu/host1x/
4530 F: include/linux/host1x.h
4531 F: include/uapi/drm/tegra_drm.h
4532 F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4533
4534 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4535 S: Orphan / Obsolete
4536 F: drivers/gpu/drm/mga/
4537 F: include/uapi/drm/mga_drm.h
4538
4539 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4540 M: Dave Airlie <airlied@redhat.com>
4541 S: Odd Fixes
4542 F: drivers/gpu/drm/mgag200/
4543
4544 DRM DRIVER FOR PERVASIVE DISPLAYS REPAPER PANELS
4545 M: Noralf Trønnes <noralf@tronnes.org>
4546 S: Maintained
4547 F: drivers/gpu/drm/tinydrm/repaper.c
4548 F: Documentation/devicetree/bindings/display/repaper.txt
4549
4550 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4551 S: Orphan / Obsolete
4552 F: drivers/gpu/drm/r128/
4553 F: include/uapi/drm/r128_drm.h
4554
4555 DRM DRIVERS FOR RENESAS
4556 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4557 L: dri-devel@lists.freedesktop.org
4558 L: linux-renesas-soc@vger.kernel.org
4559 T: git git://linuxtv.org/pinchartl/fbdev
4560 S: Supported
4561 F: drivers/gpu/drm/rcar-du/
4562 F: drivers/gpu/drm/shmobile/
4563 F: include/linux/platform_data/shmob_drm.h
4564 F: Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt
4565 F: Documentation/devicetree/bindings/display/renesas,du.txt
4566
4567 DRM DRIVER FOR QXL VIRTUAL GPU
4568 M: Dave Airlie <airlied@redhat.com>
4569 M: Gerd Hoffmann <kraxel@redhat.com>
4570 L: virtualization@lists.linux-foundation.org
4571 T: git git://anongit.freedesktop.org/drm/drm-misc
4572 S: Maintained
4573 F: drivers/gpu/drm/qxl/
4574 F: include/uapi/drm/qxl_drm.h
4575
4576 DRM DRIVERS FOR ROCKCHIP
4577 M: Mark Yao <mark.yao@rock-chips.com>
4578 L: dri-devel@lists.freedesktop.org
4579 S: Maintained
4580 F: drivers/gpu/drm/rockchip/
4581 F: Documentation/devicetree/bindings/display/rockchip/
4582 T: git git://anongit.freedesktop.org/drm/drm-misc
4583
4584 DRM DRIVER FOR SAVAGE VIDEO CARDS
4585 S: Orphan / Obsolete
4586 F: drivers/gpu/drm/savage/
4587 F: include/uapi/drm/savage_drm.h
4588
4589 DRM DRIVER FOR SIS VIDEO CARDS
4590 S: Orphan / Obsolete
4591 F: drivers/gpu/drm/sis/
4592 F: include/uapi/drm/sis_drm.h
4593
4594 DRM DRIVERS FOR STI
4595 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
4596 M: Vincent Abriou <vincent.abriou@st.com>
4597 L: dri-devel@lists.freedesktop.org
4598 T: git git://anongit.freedesktop.org/drm/drm-misc
4599 S: Maintained
4600 F: drivers/gpu/drm/sti
4601 F: Documentation/devicetree/bindings/display/st,stih4xx.txt
4602
4603 DRM DRIVERS FOR STM
4604 M: Yannick Fertre <yannick.fertre@st.com>
4605 M: Philippe Cornu <philippe.cornu@st.com>
4606 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
4607 M: Vincent Abriou <vincent.abriou@st.com>
4608 L: dri-devel@lists.freedesktop.org
4609 T: git git://anongit.freedesktop.org/drm/drm-misc
4610 S: Maintained
4611 F: drivers/gpu/drm/stm
4612 F: Documentation/devicetree/bindings/display/st,stm32-ltdc.txt
4613
4614 DRM DRIVER FOR TDFX VIDEO CARDS
4615 S: Orphan / Obsolete
4616 F: drivers/gpu/drm/tdfx/
4617
4618 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4619 M: Dave Airlie <airlied@redhat.com>
4620 S: Odd Fixes
4621 F: drivers/gpu/drm/udl/
4622
4623 DRM DRIVERS FOR VIVANTE GPU IP
4624 M: Lucas Stach <l.stach@pengutronix.de>
4625 R: Russell King <linux+etnaviv@armlinux.org.uk>
4626 R: Christian Gmeiner <christian.gmeiner@gmail.com>
4627 L: etnaviv@lists.freedesktop.org
4628 L: dri-devel@lists.freedesktop.org
4629 S: Maintained
4630 F: drivers/gpu/drm/etnaviv/
4631 F: include/uapi/drm/etnaviv_drm.h
4632 F: Documentation/devicetree/bindings/display/etnaviv/
4633
4634 DRM DRIVER FOR VMWARE VIRTUAL GPU
4635 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4636 M: Sinclair Yeh <syeh@vmware.com>
4637 M: Thomas Hellstrom <thellstrom@vmware.com>
4638 L: dri-devel@lists.freedesktop.org
4639 T: git git://people.freedesktop.org/~syeh/repos_linux
4640 T: git git://people.freedesktop.org/~thomash/linux
4641 S: Supported
4642 F: drivers/gpu/drm/vmwgfx/
4643 F: include/uapi/drm/vmwgfx_drm.h
4644
4645 DRM DRIVERS FOR VC4
4646 M: Eric Anholt <eric@anholt.net>
4647 T: git git://github.com/anholt/linux
4648 S: Supported
4649 F: drivers/gpu/drm/vc4/
4650 F: include/uapi/drm/vc4_drm.h
4651 F: Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4652 T: git git://anongit.freedesktop.org/drm/drm-misc
4653
4654 DRM DRIVERS FOR TI OMAP
4655 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4656 L: dri-devel@lists.freedesktop.org
4657 S: Maintained
4658 F: drivers/gpu/drm/omapdrm/
4659 F: Documentation/devicetree/bindings/display/ti/
4660
4661 DRM DRIVERS FOR TI LCDC
4662 M: Jyri Sarha <jsarha@ti.com>
4663 R: Tomi Valkeinen <tomi.valkeinen@ti.com>
4664 L: dri-devel@lists.freedesktop.org
4665 S: Maintained
4666 F: drivers/gpu/drm/tilcdc/
4667 F: Documentation/devicetree/bindings/display/tilcdc/
4668
4669 DRM DRIVERS FOR ZTE ZX
4670 M: Shawn Guo <shawnguo@kernel.org>
4671 L: dri-devel@lists.freedesktop.org
4672 S: Maintained
4673 F: drivers/gpu/drm/zte/
4674 F: Documentation/devicetree/bindings/display/zte,vou.txt
4675 T: git git://anongit.freedesktop.org/drm/drm-misc
4676
4677 DSBR100 USB FM RADIO DRIVER
4678 M: Alexey Klimov <klimov.linux@gmail.com>
4679 L: linux-media@vger.kernel.org
4680 T: git git://linuxtv.org/media_tree.git
4681 S: Maintained
4682 F: drivers/media/radio/dsbr100.c
4683
4684 DSCC4 DRIVER
4685 M: Francois Romieu <romieu@fr.zoreil.com>
4686 L: netdev@vger.kernel.org
4687 S: Maintained
4688 F: drivers/net/wan/dscc4.c
4689
4690 DT3155 MEDIA DRIVER
4691 M: Hans Verkuil <hverkuil@xs4all.nl>
4692 L: linux-media@vger.kernel.org
4693 T: git git://linuxtv.org/media_tree.git
4694 W: https://linuxtv.org
4695 S: Odd Fixes
4696 F: drivers/media/pci/dt3155/
4697
4698 DVB_USB_AF9015 MEDIA DRIVER
4699 M: Antti Palosaari <crope@iki.fi>
4700 L: linux-media@vger.kernel.org
4701 W: https://linuxtv.org
4702 W: http://palosaari.fi/linux/
4703 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4704 T: git git://linuxtv.org/anttip/media_tree.git
4705 S: Maintained
4706 F: drivers/media/usb/dvb-usb-v2/af9015*
4707
4708 DVB_USB_AF9035 MEDIA DRIVER
4709 M: Antti Palosaari <crope@iki.fi>
4710 L: linux-media@vger.kernel.org
4711 W: https://linuxtv.org
4712 W: http://palosaari.fi/linux/
4713 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4714 T: git git://linuxtv.org/anttip/media_tree.git
4715 S: Maintained
4716 F: drivers/media/usb/dvb-usb-v2/af9035*
4717
4718 DVB_USB_ANYSEE MEDIA DRIVER
4719 M: Antti Palosaari <crope@iki.fi>
4720 L: linux-media@vger.kernel.org
4721 W: https://linuxtv.org
4722 W: http://palosaari.fi/linux/
4723 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4724 T: git git://linuxtv.org/anttip/media_tree.git
4725 S: Maintained
4726 F: drivers/media/usb/dvb-usb-v2/anysee*
4727
4728 DVB_USB_AU6610 MEDIA DRIVER
4729 M: Antti Palosaari <crope@iki.fi>
4730 L: linux-media@vger.kernel.org
4731 W: https://linuxtv.org
4732 W: http://palosaari.fi/linux/
4733 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4734 T: git git://linuxtv.org/anttip/media_tree.git
4735 S: Maintained
4736 F: drivers/media/usb/dvb-usb-v2/au6610*
4737
4738 DVB_USB_CE6230 MEDIA DRIVER
4739 M: Antti Palosaari <crope@iki.fi>
4740 L: linux-media@vger.kernel.org
4741 W: https://linuxtv.org
4742 W: http://palosaari.fi/linux/
4743 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4744 T: git git://linuxtv.org/anttip/media_tree.git
4745 S: Maintained
4746 F: drivers/media/usb/dvb-usb-v2/ce6230*
4747
4748 DVB_USB_CXUSB MEDIA DRIVER
4749 M: Michael Krufky <mkrufky@linuxtv.org>
4750 L: linux-media@vger.kernel.org
4751 W: https://linuxtv.org
4752 W: http://github.com/mkrufky
4753 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4754 T: git git://linuxtv.org/media_tree.git
4755 S: Maintained
4756 F: drivers/media/usb/dvb-usb/cxusb*
4757
4758 DVB_USB_EC168 MEDIA DRIVER
4759 M: Antti Palosaari <crope@iki.fi>
4760 L: linux-media@vger.kernel.org
4761 W: https://linuxtv.org
4762 W: http://palosaari.fi/linux/
4763 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4764 T: git git://linuxtv.org/anttip/media_tree.git
4765 S: Maintained
4766 F: drivers/media/usb/dvb-usb-v2/ec168*
4767
4768 DVB_USB_GL861 MEDIA DRIVER
4769 M: Antti Palosaari <crope@iki.fi>
4770 L: linux-media@vger.kernel.org
4771 W: https://linuxtv.org
4772 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4773 T: git git://linuxtv.org/anttip/media_tree.git
4774 S: Maintained
4775 F: drivers/media/usb/dvb-usb-v2/gl861*
4776
4777 DVB_USB_MXL111SF MEDIA DRIVER
4778 M: Michael Krufky <mkrufky@linuxtv.org>
4779 L: linux-media@vger.kernel.org
4780 W: https://linuxtv.org
4781 W: http://github.com/mkrufky
4782 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4783 T: git git://linuxtv.org/mkrufky/mxl111sf.git
4784 S: Maintained
4785 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
4786
4787 DVB_USB_RTL28XXU MEDIA DRIVER
4788 M: Antti Palosaari <crope@iki.fi>
4789 L: linux-media@vger.kernel.org
4790 W: https://linuxtv.org
4791 W: http://palosaari.fi/linux/
4792 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4793 T: git git://linuxtv.org/anttip/media_tree.git
4794 S: Maintained
4795 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
4796
4797 DVB_USB_V2 MEDIA DRIVER
4798 M: Antti Palosaari <crope@iki.fi>
4799 L: linux-media@vger.kernel.org
4800 W: https://linuxtv.org
4801 W: http://palosaari.fi/linux/
4802 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4803 T: git git://linuxtv.org/anttip/media_tree.git
4804 S: Maintained
4805 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
4806 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
4807
4808 DONGWOON DW9714 LENS VOICE COIL DRIVER
4809 M: Sakari Ailus <sakari.ailus@linux.intel.com>
4810 L: linux-media@vger.kernel.org
4811 T: git git://linuxtv.org/media_tree.git
4812 S: Maintained
4813 F: drivers/media/i2c/dw9714.c
4814
4815 DYNAMIC DEBUG
4816 M: Jason Baron <jbaron@akamai.com>
4817 S: Maintained
4818 F: lib/dynamic_debug.c
4819 F: include/linux/dynamic_debug.h
4820
4821 DZ DECSTATION DZ11 SERIAL DRIVER
4822 M: "Maciej W. Rozycki" <macro@linux-mips.org>
4823 S: Maintained
4824 F: drivers/tty/serial/dz.*
4825
4826 E3X0 POWER BUTTON DRIVER
4827 M: Moritz Fischer <moritz.fischer@ettus.com>
4828 L: usrp-users@lists.ettus.com
4829 W: http://www.ettus.com
4830 S: Supported
4831 F: drivers/input/misc/e3x0-button.c
4832 F: Documentation/devicetree/bindings/input/e3x0-button.txt
4833
4834 E4000 MEDIA DRIVER
4835 M: Antti Palosaari <crope@iki.fi>
4836 L: linux-media@vger.kernel.org
4837 W: https://linuxtv.org
4838 W: http://palosaari.fi/linux/
4839 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4840 T: git git://linuxtv.org/anttip/media_tree.git
4841 S: Maintained
4842 F: drivers/media/tuners/e4000*
4843
4844 EATA ISA/EISA/PCI SCSI DRIVER
4845 M: Dario Ballabio <ballabio_dario@emc.com>
4846 L: linux-scsi@vger.kernel.org
4847 S: Maintained
4848 F: drivers/scsi/eata.c
4849
4850 EC100 MEDIA DRIVER
4851 M: Antti Palosaari <crope@iki.fi>
4852 L: linux-media@vger.kernel.org
4853 W: https://linuxtv.org
4854 W: http://palosaari.fi/linux/
4855 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4856 T: git git://linuxtv.org/anttip/media_tree.git
4857 S: Maintained
4858 F: drivers/media/dvb-frontends/ec100*
4859
4860 ECRYPT FILE SYSTEM
4861 M: Tyler Hicks <tyhicks@canonical.com>
4862 L: ecryptfs@vger.kernel.org
4863 W: http://ecryptfs.org
4864 W: https://launchpad.net/ecryptfs
4865 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4866 S: Supported
4867 F: Documentation/filesystems/ecryptfs.txt
4868 F: fs/ecryptfs/
4869
4870 EDAC-CORE
4871 M: Borislav Petkov <bp@alien8.de>
4872 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4873 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4874 L: linux-edac@vger.kernel.org
4875 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4876 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4877 S: Supported
4878 F: Documentation/admin-guide/ras.rst
4879 F: Documentation/driver-api/edac.rst
4880 F: drivers/edac/
4881 F: include/linux/edac.h
4882
4883 EDAC-AMD64
4884 M: Borislav Petkov <bp@alien8.de>
4885 L: linux-edac@vger.kernel.org
4886 S: Maintained
4887 F: drivers/edac/amd64_edac*
4888
4889 EDAC-CALXEDA
4890 M: Robert Richter <rric@kernel.org>
4891 L: linux-edac@vger.kernel.org
4892 S: Maintained
4893 F: drivers/edac/highbank*
4894
4895 EDAC-CAVIUM
4896 M: Ralf Baechle <ralf@linux-mips.org>
4897 M: David Daney <david.daney@cavium.com>
4898 L: linux-edac@vger.kernel.org
4899 L: linux-mips@linux-mips.org
4900 S: Supported
4901 F: drivers/edac/octeon_edac*
4902 F: drivers/edac/thunderx_edac*
4903
4904 EDAC-E752X
4905 M: Mark Gross <mark.gross@intel.com>
4906 L: linux-edac@vger.kernel.org
4907 S: Maintained
4908 F: drivers/edac/e752x_edac.c
4909
4910 EDAC-E7XXX
4911 L: linux-edac@vger.kernel.org
4912 S: Maintained
4913 F: drivers/edac/e7xxx_edac.c
4914
4915 EDAC-FSL_DDR
4916 M: York Sun <york.sun@nxp.com>
4917 L: linux-edac@vger.kernel.org
4918 S: Maintained
4919 F: drivers/edac/fsl_ddr_edac.*
4920
4921 EDAC-GHES
4922 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4923 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4924 L: linux-edac@vger.kernel.org
4925 S: Maintained
4926 F: drivers/edac/ghes_edac.c
4927
4928 EDAC-I82443BXGX
4929 M: Tim Small <tim@buttersideup.com>
4930 L: linux-edac@vger.kernel.org
4931 S: Maintained
4932 F: drivers/edac/i82443bxgx_edac.c
4933
4934 EDAC-I3000
4935 L: linux-edac@vger.kernel.org
4936 S: Orphan
4937 F: drivers/edac/i3000_edac.c
4938
4939 EDAC-I5000
4940 L: linux-edac@vger.kernel.org
4941 S: Maintained
4942 F: drivers/edac/i5000_edac.c
4943
4944 EDAC-I5400
4945 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4946 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4947 L: linux-edac@vger.kernel.org
4948 S: Maintained
4949 F: drivers/edac/i5400_edac.c
4950
4951 EDAC-I7300
4952 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4953 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4954 L: linux-edac@vger.kernel.org
4955 S: Maintained
4956 F: drivers/edac/i7300_edac.c
4957
4958 EDAC-I7CORE
4959 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4960 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4961 L: linux-edac@vger.kernel.org
4962 S: Maintained
4963 F: drivers/edac/i7core_edac.c
4964
4965 EDAC-I82975X
4966 M: Ranganathan Desikan <ravi@jetztechnologies.com>
4967 M: "Arvind R." <arvino55@gmail.com>
4968 L: linux-edac@vger.kernel.org
4969 S: Maintained
4970 F: drivers/edac/i82975x_edac.c
4971
4972 EDAC-IE31200
4973 M: Jason Baron <jbaron@akamai.com>
4974 L: linux-edac@vger.kernel.org
4975 S: Maintained
4976 F: drivers/edac/ie31200_edac.c
4977
4978 EDAC-MPC85XX
4979 M: Johannes Thumshirn <morbidrsa@gmail.com>
4980 L: linux-edac@vger.kernel.org
4981 S: Maintained
4982 F: drivers/edac/mpc85xx_edac.[ch]
4983
4984 EDAC-PND2
4985 M: Tony Luck <tony.luck@intel.com>
4986 L: linux-edac@vger.kernel.org
4987 S: Maintained
4988 F: drivers/edac/pnd2_edac.[ch]
4989
4990 EDAC-PASEMI
4991 M: Egor Martovetsky <egor@pasemi.com>
4992 L: linux-edac@vger.kernel.org
4993 S: Maintained
4994 F: drivers/edac/pasemi_edac.c
4995
4996 EDAC-R82600
4997 M: Tim Small <tim@buttersideup.com>
4998 L: linux-edac@vger.kernel.org
4999 S: Maintained
5000 F: drivers/edac/r82600_edac.c
5001
5002 EDAC-SBRIDGE
5003 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
5004 M: Mauro Carvalho Chehab <mchehab@kernel.org>
5005 L: linux-edac@vger.kernel.org
5006 S: Maintained
5007 F: drivers/edac/sb_edac.c
5008
5009 EDAC-SKYLAKE
5010 M: Tony Luck <tony.luck@intel.com>
5011 L: linux-edac@vger.kernel.org
5012 S: Maintained
5013 F: drivers/edac/skx_edac.c
5014
5015 EDAC-XGENE
5016 APPLIED MICRO (APM) X-GENE SOC EDAC
5017 M: Loc Ho <lho@apm.com>
5018 S: Supported
5019 F: drivers/edac/xgene_edac.c
5020 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
5021
5022 EDIROL UA-101/UA-1000 DRIVER
5023 M: Clemens Ladisch <clemens@ladisch.de>
5024 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5025 T: git git://git.alsa-project.org/alsa-kernel.git
5026 S: Maintained
5027 F: sound/usb/misc/ua101.c
5028
5029 EXTENSIBLE FIRMWARE INTERFACE (EFI)
5030 M: Matt Fleming <matt@codeblueprint.co.uk>
5031 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
5032 L: linux-efi@vger.kernel.org
5033 T: git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
5034 S: Maintained
5035 F: Documentation/efi-stub.txt
5036 F: arch/*/kernel/efi.c
5037 F: arch/x86/boot/compressed/eboot.[ch]
5038 F: arch/*/include/asm/efi.h
5039 F: arch/x86/platform/efi/
5040 F: drivers/firmware/efi/
5041 F: include/linux/efi*.h
5042 F: arch/arm/boot/compressed/efi-header.S
5043 F: arch/arm64/kernel/efi-entry.S
5044
5045 EFI VARIABLE FILESYSTEM
5046 M: Matthew Garrett <matthew.garrett@nebula.com>
5047 M: Jeremy Kerr <jk@ozlabs.org>
5048 M: Matt Fleming <matt@codeblueprint.co.uk>
5049 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
5050 L: linux-efi@vger.kernel.org
5051 S: Maintained
5052 F: fs/efivarfs/
5053
5054 EFIFB FRAMEBUFFER DRIVER
5055 L: linux-fbdev@vger.kernel.org
5056 M: Peter Jones <pjones@redhat.com>
5057 S: Maintained
5058 F: drivers/video/fbdev/efifb.c
5059
5060 EFI TEST DRIVER
5061 L: linux-efi@vger.kernel.org
5062 M: Ivan Hu <ivan.hu@canonical.com>
5063 M: Matt Fleming <matt@codeblueprint.co.uk>
5064 S: Maintained
5065 F: drivers/firmware/efi/test/
5066
5067 EFS FILESYSTEM
5068 W: http://aeschi.ch.eu.org/efs/
5069 S: Orphan
5070 F: fs/efs/
5071
5072 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
5073 M: Douglas Miller <dougmill@linux.vnet.ibm.com>
5074 L: netdev@vger.kernel.org
5075 S: Maintained
5076 F: drivers/net/ethernet/ibm/ehea/
5077
5078 EM28XX VIDEO4LINUX DRIVER
5079 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
5080 M: Mauro Carvalho Chehab <mchehab@kernel.org>
5081 L: linux-media@vger.kernel.org
5082 W: https://linuxtv.org
5083 T: git git://linuxtv.org/media_tree.git
5084 S: Maintained
5085 F: drivers/media/usb/em28xx/
5086 F: Documentation/media/v4l-drivers/em28xx*
5087
5088 EMBEDDED LINUX
5089 M: Paul Gortmaker <paul.gortmaker@windriver.com>
5090 M: Matt Mackall <mpm@selenic.com>
5091 M: David Woodhouse <dwmw2@infradead.org>
5092 L: linux-embedded@vger.kernel.org
5093 S: Maintained
5094
5095 EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
5096 M: James Smart <james.smart@broadcom.com>
5097 M: Dick Kennedy <dick.kennedy@broadcom.com>
5098 L: linux-scsi@vger.kernel.org
5099 W: http://www.broadcom.com
5100 S: Supported
5101 F: drivers/scsi/lpfc/
5102
5103 ENE CB710 FLASH CARD READER DRIVER
5104 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
5105 S: Maintained
5106 F: drivers/misc/cb710/
5107 F: drivers/mmc/host/cb710-mmc.*
5108 F: include/linux/cb710.h
5109
5110 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
5111 M: Maxim Levitsky <maximlevitsky@gmail.com>
5112 S: Maintained
5113 F: drivers/media/rc/ene_ir.*
5114
5115 EPSON S1D13XXX FRAMEBUFFER DRIVER
5116 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
5117 S: Maintained
5118 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
5119 F: drivers/video/fbdev/s1d13xxxfb.c
5120 F: include/video/s1d13xxxfb.h
5121
5122 ERRSEQ ERROR TRACKING INFRASTRUCTURE
5123 M: Jeff Layton <jlayton@poochiereds.net>
5124 S: Maintained
5125 F: lib/errseq.c
5126 F: include/linux/errseq.h
5127
5128 ET131X NETWORK DRIVER
5129 M: Mark Einon <mark.einon@gmail.com>
5130 S: Odd Fixes
5131 F: drivers/net/ethernet/agere/
5132
5133 ETHERNET BRIDGE
5134 M: Stephen Hemminger <stephen@networkplumber.org>
5135 L: bridge@lists.linux-foundation.org (moderated for non-subscribers)
5136 L: netdev@vger.kernel.org
5137 W: http://www.linuxfoundation.org/en/Net:Bridge
5138 S: Maintained
5139 F: include/linux/netfilter_bridge/
5140 F: net/bridge/
5141
5142 ETHERNET PHY LIBRARY
5143 M: Andrew Lunn <andrew@lunn.ch>
5144 M: Florian Fainelli <f.fainelli@gmail.com>
5145 L: netdev@vger.kernel.org
5146 S: Maintained
5147 F: include/linux/phy.h
5148 F: include/linux/phy_fixed.h
5149 F: drivers/net/phy/
5150 F: Documentation/networking/phy.txt
5151 F: drivers/of/of_mdio.c
5152 F: drivers/of/of_net.c
5153
5154 EXT2 FILE SYSTEM
5155 M: Jan Kara <jack@suse.com>
5156 L: linux-ext4@vger.kernel.org
5157 S: Maintained
5158 F: Documentation/filesystems/ext2.txt
5159 F: fs/ext2/
5160 F: include/linux/ext2*
5161
5162 EXT4 FILE SYSTEM
5163 M: "Theodore Ts'o" <tytso@mit.edu>
5164 M: Andreas Dilger <adilger.kernel@dilger.ca>
5165 L: linux-ext4@vger.kernel.org
5166 W: http://ext4.wiki.kernel.org
5167 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
5168 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
5169 S: Maintained
5170 F: Documentation/filesystems/ext4.txt
5171 F: fs/ext4/
5172
5173 Extended Verification Module (EVM)
5174 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5175 L: linux-ima-devel@lists.sourceforge.net
5176 L: linux-security-module@vger.kernel.org
5177 S: Supported
5178 F: security/integrity/evm/
5179
5180 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
5181 M: MyungJoo Ham <myungjoo.ham@samsung.com>
5182 M: Chanwoo Choi <cw00.choi@samsung.com>
5183 L: linux-kernel@vger.kernel.org
5184 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
5185 S: Maintained
5186 F: drivers/extcon/
5187 F: include/linux/extcon/
5188 F: include/linux/extcon.h
5189 F: Documentation/extcon/
5190 F: Documentation/devicetree/bindings/extcon/
5191
5192 EXYNOS DP DRIVER
5193 M: Jingoo Han <jingoohan1@gmail.com>
5194 L: dri-devel@lists.freedesktop.org
5195 S: Maintained
5196 F: drivers/gpu/drm/exynos/exynos_dp*
5197
5198 EXYNOS SYSMMU (IOMMU) driver
5199 M: Marek Szyprowski <m.szyprowski@samsung.com>
5200 L: iommu@lists.linux-foundation.org
5201 S: Maintained
5202 F: drivers/iommu/exynos-iommu.c
5203
5204 EZchip NPS platform support
5205 M: Noam Camus <noamc@ezchip.com>
5206 S: Supported
5207 F: arch/arc/plat-eznps
5208 F: arch/arc/boot/dts/eznps.dts
5209
5210 F71805F HARDWARE MONITORING DRIVER
5211 M: Jean Delvare <jdelvare@suse.com>
5212 L: linux-hwmon@vger.kernel.org
5213 S: Maintained
5214 F: Documentation/hwmon/f71805f
5215 F: drivers/hwmon/f71805f.c
5216
5217 FC0011 TUNER DRIVER
5218 M: Michael Buesch <m@bues.ch>
5219 L: linux-media@vger.kernel.org
5220 S: Maintained
5221 F: drivers/media/tuners/fc0011.h
5222 F: drivers/media/tuners/fc0011.c
5223
5224 FC2580 MEDIA DRIVER
5225 M: Antti Palosaari <crope@iki.fi>
5226 L: linux-media@vger.kernel.org
5227 W: https://linuxtv.org
5228 W: http://palosaari.fi/linux/
5229 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5230 T: git git://linuxtv.org/anttip/media_tree.git
5231 S: Maintained
5232 F: drivers/media/tuners/fc2580*
5233
5234 FANOTIFY
5235 M: Eric Paris <eparis@redhat.com>
5236 S: Maintained
5237 F: fs/notify/fanotify/
5238 F: include/linux/fanotify.h
5239 F: include/uapi/linux/fanotify.h
5240
5241 FARSYNC SYNCHRONOUS DRIVER
5242 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
5243 W: http://www.farsite.co.uk/
5244 S: Supported
5245 F: drivers/net/wan/farsync.*
5246
5247 FAULT INJECTION SUPPORT
5248 M: Akinobu Mita <akinobu.mita@gmail.com>
5249 S: Supported
5250 F: Documentation/fault-injection/
5251 F: lib/fault-inject.c
5252
5253 FBTFT Framebuffer drivers
5254 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5255 S: Maintained
5256 F: drivers/staging/fbtft/
5257
5258 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
5259 M: Johannes Thumshirn <jth@kernel.org>
5260 L: fcoe-devel@open-fcoe.org
5261 W: www.Open-FCoE.org
5262 S: Supported
5263 F: drivers/scsi/libfc/
5264 F: drivers/scsi/fcoe/
5265 F: include/scsi/fc/
5266 F: include/scsi/libfc.h
5267 F: include/scsi/libfcoe.h
5268 F: include/uapi/scsi/fc/
5269
5270 FILE LOCKING (flock() and fcntl()/lockf())
5271 M: Jeff Layton <jlayton@poochiereds.net>
5272 M: "J. Bruce Fields" <bfields@fieldses.org>
5273 L: linux-fsdevel@vger.kernel.org
5274 S: Maintained
5275 F: include/linux/fcntl.h
5276 F: include/linux/fs.h
5277 F: include/uapi/linux/fcntl.h
5278 F: include/uapi/linux/fs.h
5279 F: fs/fcntl.c
5280 F: fs/locks.c
5281
5282 FILESYSTEMS (VFS and infrastructure)
5283 M: Alexander Viro <viro@zeniv.linux.org.uk>
5284 L: linux-fsdevel@vger.kernel.org
5285 S: Maintained
5286 F: fs/*
5287
5288 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5289 M: Riku Voipio <riku.voipio@iki.fi>
5290 L: linux-hwmon@vger.kernel.org
5291 S: Maintained
5292 F: drivers/hwmon/f75375s.c
5293 F: include/linux/f75375s.h
5294
5295 FIREWIRE AUDIO DRIVERS
5296 M: Clemens Ladisch <clemens@ladisch.de>
5297 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5298 T: git git://git.alsa-project.org/alsa-kernel.git
5299 S: Maintained
5300 F: sound/firewire/
5301
5302 FIREWIRE MEDIA DRIVERS (firedtv)
5303 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
5304 L: linux-media@vger.kernel.org
5305 L: linux1394-devel@lists.sourceforge.net
5306 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5307 S: Maintained
5308 F: drivers/media/firewire/
5309
5310 FIREWIRE SBP-2 TARGET
5311 M: Chris Boot <bootc@bootc.net>
5312 L: linux-scsi@vger.kernel.org
5313 L: target-devel@vger.kernel.org
5314 L: linux1394-devel@lists.sourceforge.net
5315 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5316 S: Maintained
5317 F: drivers/target/sbp/
5318
5319 FIREWIRE SUBSYSTEM
5320 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
5321 L: linux1394-devel@lists.sourceforge.net
5322 W: http://ieee1394.wiki.kernel.org/
5323 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5324 S: Maintained
5325 F: drivers/firewire/
5326 F: include/linux/firewire.h
5327 F: include/uapi/linux/firewire*.h
5328 F: tools/firewire/
5329
5330 FIRMWARE LOADER (request_firmware)
5331 M: Luis R. Rodriguez <mcgrof@kernel.org>
5332 L: linux-kernel@vger.kernel.org
5333 S: Maintained
5334 F: Documentation/firmware_class/
5335 F: drivers/base/firmware*.c
5336 F: include/linux/firmware.h
5337
5338 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5339 M: Joshua Morris <josh.h.morris@us.ibm.com>
5340 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
5341 S: Maintained
5342 F: drivers/block/rsxx/
5343
5344 FLOPPY DRIVER
5345 M: Jiri Kosina <jikos@kernel.org>
5346 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5347 S: Odd fixes
5348 F: drivers/block/floppy.c
5349
5350 FMC SUBSYSTEM
5351 M: Alessandro Rubini <rubini@gnudd.com>
5352 W: http://www.ohwr.org/projects/fmc-bus
5353 S: Supported
5354 F: drivers/fmc/
5355 F: include/linux/fmc*.h
5356 F: include/linux/ipmi-fru.h
5357 K: fmc_d.*register
5358
5359 FPGA MANAGER FRAMEWORK
5360 M: Alan Tull <atull@kernel.org>
5361 R: Moritz Fischer <moritz.fischer@ettus.com>
5362 L: linux-fpga@vger.kernel.org
5363 S: Maintained
5364 T: git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5365 F: Documentation/fpga/
5366 F: Documentation/devicetree/bindings/fpga/
5367 F: drivers/fpga/
5368 F: include/linux/fpga/
5369 W: http://www.rocketboards.org
5370
5371 FPU EMULATOR
5372 M: Bill Metzenthen <billm@melbpc.org.au>
5373 W: http://floatingpoint.sourceforge.net/emulator/index.html
5374 S: Maintained
5375 F: arch/x86/math-emu/
5376
5377 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5378 L: netdev@vger.kernel.org
5379 S: Orphan
5380 F: drivers/net/wan/dlci.c
5381 F: drivers/net/wan/sdla.c
5382
5383 FRAMEBUFFER LAYER
5384 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5385 L: linux-fbdev@vger.kernel.org
5386 T: git git://github.com/bzolnier/linux.git
5387 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
5388 S: Maintained
5389 F: Documentation/fb/
5390 F: drivers/video/
5391 F: include/video/
5392 F: include/linux/fb.h
5393 F: include/uapi/video/
5394 F: include/uapi/linux/fb.h
5395
5396 FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER
5397 M: Horia Geantă <horia.geanta@nxp.com>
5398 M: Dan Douglass <dan.douglass@nxp.com>
5399 L: linux-crypto@vger.kernel.org
5400 S: Maintained
5401 F: drivers/crypto/caam/
5402 F: Documentation/devicetree/bindings/crypto/fsl-sec4.txt
5403
5404 FREESCALE DIU FRAMEBUFFER DRIVER
5405 M: Timur Tabi <timur@tabi.org>
5406 L: linux-fbdev@vger.kernel.org
5407 S: Maintained
5408 F: drivers/video/fbdev/fsl-diu-fb.*
5409
5410 FREESCALE DMA DRIVER
5411 M: Li Yang <leoyang.li@nxp.com>
5412 M: Zhang Wei <zw@zh-kernel.org>
5413 L: linuxppc-dev@lists.ozlabs.org
5414 S: Maintained
5415 F: drivers/dma/fsldma.*
5416
5417 FREESCALE GPMI NAND DRIVER
5418 M: Han Xu <han.xu@nxp.com>
5419 L: linux-mtd@lists.infradead.org
5420 S: Maintained
5421 F: drivers/mtd/nand/gpmi-nand/*
5422
5423 FREESCALE I2C CPM DRIVER
5424 M: Jochen Friedrich <jochen@scram.de>
5425 L: linuxppc-dev@lists.ozlabs.org
5426 L: linux-i2c@vger.kernel.org
5427 S: Maintained
5428 F: drivers/i2c/busses/i2c-cpm.c
5429
5430 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5431 M: Sascha Hauer <kernel@pengutronix.de>
5432 L: linux-fbdev@vger.kernel.org
5433 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5434 S: Maintained
5435 F: include/linux/platform_data/video-imxfb.h
5436 F: drivers/video/fbdev/imxfb.c
5437
5438 FREESCALE QUAD SPI DRIVER
5439 M: Han Xu <han.xu@nxp.com>
5440 L: linux-mtd@lists.infradead.org
5441 S: Maintained
5442 F: drivers/mtd/spi-nor/fsl-quadspi.c
5443
5444 FREESCALE SOC FS_ENET DRIVER
5445 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
5446 M: Vitaly Bordug <vbordug@ru.mvista.com>
5447 L: linuxppc-dev@lists.ozlabs.org
5448 L: netdev@vger.kernel.org
5449 S: Maintained
5450 F: drivers/net/ethernet/freescale/fs_enet/
5451 F: include/linux/fs_enet_pd.h
5452
5453 FREESCALE IMX / MXC FEC DRIVER
5454 M: Fugang Duan <fugang.duan@nxp.com>
5455 L: netdev@vger.kernel.org
5456 S: Maintained
5457 F: drivers/net/ethernet/freescale/fec_main.c
5458 F: drivers/net/ethernet/freescale/fec_ptp.c
5459 F: drivers/net/ethernet/freescale/fec.h
5460 F: Documentation/devicetree/bindings/net/fsl-fec.txt
5461
5462 FREESCALE QORIQ DPAA FMAN DRIVER
5463 M: Madalin Bucur <madalin.bucur@nxp.com>
5464 L: netdev@vger.kernel.org
5465 S: Maintained
5466 F: drivers/net/ethernet/freescale/fman
5467 F: Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5468
5469 FREESCALE QORIQ DPAA ETHERNET DRIVER
5470 M: Madalin Bucur <madalin.bucur@nxp.com>
5471 L: netdev@vger.kernel.org
5472 S: Maintained
5473 F: drivers/net/ethernet/freescale/dpaa
5474
5475 FREESCALE SOC DRIVERS
5476 M: Li Yang <leoyang.li@nxp.com>
5477 L: linuxppc-dev@lists.ozlabs.org
5478 L: linux-arm-kernel@lists.infradead.org
5479 S: Maintained
5480 F: Documentation/devicetree/bindings/soc/fsl/
5481 F: drivers/soc/fsl/
5482 F: include/linux/fsl/
5483
5484 FREESCALE QUICC ENGINE LIBRARY
5485 M: Qiang Zhao <qiang.zhao@nxp.com>
5486 L: linuxppc-dev@lists.ozlabs.org
5487 S: Maintained
5488 F: drivers/soc/fsl/qe/
5489 F: include/soc/fsl/*qe*.h
5490 F: include/soc/fsl/*ucc*.h
5491
5492 FREESCALE USB PERIPHERAL DRIVERS
5493 M: Li Yang <leoyang.li@nxp.com>
5494 L: linux-usb@vger.kernel.org
5495 L: linuxppc-dev@lists.ozlabs.org
5496 S: Maintained
5497 F: drivers/usb/gadget/udc/fsl*
5498
5499 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5500 M: Li Yang <leoyang.li@nxp.com>
5501 L: netdev@vger.kernel.org
5502 L: linuxppc-dev@lists.ozlabs.org
5503 S: Maintained
5504 F: drivers/net/ethernet/freescale/ucc_geth*
5505
5506 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5507 M: Claudiu Manoil <claudiu.manoil@freescale.com>
5508 L: netdev@vger.kernel.org
5509 S: Maintained
5510 F: drivers/net/ethernet/freescale/gianfar*
5511 X: drivers/net/ethernet/freescale/gianfar_ptp.c
5512 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5513
5514 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5515 M: Zhao Qiang <qiang.zhao@nxp.com>
5516 L: netdev@vger.kernel.org
5517 L: linuxppc-dev@lists.ozlabs.org
5518 S: Maintained
5519 F: drivers/net/wan/fsl_ucc_hdlc*
5520
5521 FREESCALE QUICC ENGINE UCC UART DRIVER
5522 M: Timur Tabi <timur@tabi.org>
5523 L: linuxppc-dev@lists.ozlabs.org
5524 S: Maintained
5525 F: drivers/tty/serial/ucc_uart.c
5526
5527 FREESCALE SOC SOUND DRIVERS
5528 M: Timur Tabi <timur@tabi.org>
5529 M: Nicolin Chen <nicoleotsuka@gmail.com>
5530 M: Xiubo Li <Xiubo.Lee@gmail.com>
5531 R: Fabio Estevam <fabio.estevam@nxp.com>
5532 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5533 L: linuxppc-dev@lists.ozlabs.org
5534 S: Maintained
5535 F: sound/soc/fsl/fsl*
5536 F: sound/soc/fsl/imx*
5537 F: sound/soc/fsl/mpc8610_hpcd.c
5538
5539 FREEVXFS FILESYSTEM
5540 M: Christoph Hellwig <hch@infradead.org>
5541 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
5542 S: Maintained
5543 F: fs/freevxfs/
5544
5545 FREEZER
5546 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5547 M: Pavel Machek <pavel@ucw.cz>
5548 L: linux-pm@vger.kernel.org
5549 S: Supported
5550 F: Documentation/power/freezing-of-tasks.txt
5551 F: include/linux/freezer.h
5552 F: kernel/freezer.c
5553
5554 FRONTSWAP API
5555 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5556 L: linux-kernel@vger.kernel.org
5557 S: Maintained
5558 F: mm/frontswap.c
5559 F: include/linux/frontswap.h
5560
5561 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5562 M: David Howells <dhowells@redhat.com>
5563 L: linux-cachefs@redhat.com (moderated for non-subscribers)
5564 S: Supported
5565 F: Documentation/filesystems/caching/
5566 F: fs/fscache/
5567 F: include/linux/fscache*.h
5568
5569 FSCRYPT: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5570 M: Theodore Y. Ts'o <tytso@mit.edu>
5571 M: Jaegeuk Kim <jaegeuk@kernel.org>
5572 L: linux-fscrypt@vger.kernel.org
5573 Q: https://patchwork.kernel.org/project/linux-fscrypt/list/
5574 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt.git
5575 S: Supported
5576 F: fs/crypto/
5577 F: include/linux/fscrypt*.h
5578
5579 F2FS FILE SYSTEM
5580 M: Jaegeuk Kim <jaegeuk@kernel.org>
5581 M: Chao Yu <yuchao0@huawei.com>
5582 L: linux-f2fs-devel@lists.sourceforge.net
5583 W: https://f2fs.wiki.kernel.org/
5584 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5585 S: Maintained
5586 F: Documentation/filesystems/f2fs.txt
5587 F: Documentation/ABI/testing/sysfs-fs-f2fs
5588 F: fs/f2fs/
5589 F: include/linux/f2fs_fs.h
5590 F: include/trace/events/f2fs.h
5591
5592 FUJITSU FR-V (FRV) PORT
5593 S: Orphan
5594 F: arch/frv/
5595
5596 FUJITSU LAPTOP EXTRAS
5597 M: Jonathan Woithe <jwoithe@just42.net>
5598 L: platform-driver-x86@vger.kernel.org
5599 S: Maintained
5600 F: drivers/platform/x86/fujitsu-laptop.c
5601
5602 FUJITSU M-5MO LS CAMERA ISP DRIVER
5603 M: Kyungmin Park <kyungmin.park@samsung.com>
5604 M: Heungjun Kim <riverful.kim@samsung.com>
5605 L: linux-media@vger.kernel.org
5606 S: Maintained
5607 F: drivers/media/i2c/m5mols/
5608 F: include/media/i2c/m5mols.h
5609
5610 FUJITSU TABLET EXTRAS
5611 M: Robert Gerlach <khnz@gmx.de>
5612 L: platform-driver-x86@vger.kernel.org
5613 S: Maintained
5614 F: drivers/platform/x86/fujitsu-tablet.c
5615
5616 FUSE: FILESYSTEM IN USERSPACE
5617 M: Miklos Szeredi <miklos@szeredi.hu>
5618 L: linux-fsdevel@vger.kernel.org
5619 W: http://fuse.sourceforge.net/
5620 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5621 S: Maintained
5622 F: fs/fuse/
5623 F: include/uapi/linux/fuse.h
5624 F: Documentation/filesystems/fuse.txt
5625
5626 FUTEX SUBSYSTEM
5627 M: Thomas Gleixner <tglx@linutronix.de>
5628 M: Ingo Molnar <mingo@redhat.com>
5629 R: Peter Zijlstra <peterz@infradead.org>
5630 R: Darren Hart <dvhart@infradead.org>
5631 L: linux-kernel@vger.kernel.org
5632 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
5633 S: Maintained
5634 F: kernel/futex.c
5635 F: kernel/futex_compat.c
5636 F: include/asm-generic/futex.h
5637 F: include/linux/futex.h
5638 F: include/uapi/linux/futex.h
5639 F: tools/testing/selftests/futex/
5640 F: tools/perf/bench/futex*
5641 F: Documentation/*futex*
5642
5643 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5644 M: Rik Faith <faith@cs.unc.edu>
5645 L: linux-scsi@vger.kernel.org
5646 S: Odd Fixes (e.g., new signatures)
5647 F: drivers/scsi/fdomain.*
5648
5649 GCC PLUGINS
5650 M: Kees Cook <keescook@chromium.org>
5651 R: Emese Revfy <re.emese@gmail.com>
5652 L: kernel-hardening@lists.openwall.com
5653 S: Maintained
5654 F: scripts/gcc-plugins/
5655 F: scripts/gcc-plugin.sh
5656 F: scripts/Makefile.gcc-plugins
5657 F: Documentation/gcc-plugins.txt
5658
5659 GCOV BASED KERNEL PROFILING
5660 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5661 S: Maintained
5662 F: kernel/gcov/
5663 F: Documentation/dev-tools/gcov.rst
5664
5665 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5666 M: Achim Leubner <achim_leubner@adaptec.com>
5667 L: linux-scsi@vger.kernel.org
5668 W: http://www.icp-vortex.com/
5669 S: Supported
5670 F: drivers/scsi/gdt*
5671
5672 GDB KERNEL DEBUGGING HELPER SCRIPTS
5673 M: Jan Kiszka <jan.kiszka@siemens.com>
5674 M: Kieran Bingham <kieran@bingham.xyz>
5675 S: Supported
5676 F: scripts/gdb/
5677
5678 GEMTEK FM RADIO RECEIVER DRIVER
5679 M: Hans Verkuil <hverkuil@xs4all.nl>
5680 L: linux-media@vger.kernel.org
5681 T: git git://linuxtv.org/media_tree.git
5682 W: https://linuxtv.org
5683 S: Maintained
5684 F: drivers/media/radio/radio-gemtek*
5685
5686 GENERIC GPIO I2C DRIVER
5687 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
5688 S: Supported
5689 F: drivers/i2c/busses/i2c-gpio.c
5690 F: include/linux/i2c-gpio.h
5691
5692 GENERIC GPIO I2C MULTIPLEXER DRIVER
5693 M: Peter Korsgaard <peter.korsgaard@barco.com>
5694 L: linux-i2c@vger.kernel.org
5695 S: Supported
5696 F: drivers/i2c/muxes/i2c-mux-gpio.c
5697 F: include/linux/i2c-mux-gpio.h
5698 F: Documentation/i2c/muxes/i2c-mux-gpio
5699
5700 GENERIC HDLC (WAN) DRIVERS
5701 M: Krzysztof Halasa <khc@pm.waw.pl>
5702 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
5703 S: Maintained
5704 F: drivers/net/wan/c101.c
5705 F: drivers/net/wan/hd6457*
5706 F: drivers/net/wan/hdlc*
5707 F: drivers/net/wan/n2.c
5708 F: drivers/net/wan/pc300too.c
5709 F: drivers/net/wan/pci200syn.c
5710 F: drivers/net/wan/wanxl*
5711
5712 GENERIC INCLUDE/ASM HEADER FILES
5713 M: Arnd Bergmann <arnd@arndb.de>
5714 L: linux-arch@vger.kernel.org
5715 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5716 S: Maintained
5717 F: include/asm-generic/
5718 F: include/uapi/asm-generic/
5719
5720 GENERIC PHY FRAMEWORK
5721 M: Kishon Vijay Abraham I <kishon@ti.com>
5722 L: linux-kernel@vger.kernel.org
5723 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5724 S: Supported
5725 F: drivers/phy/
5726 F: include/linux/phy/
5727
5728 GENERIC PM DOMAINS
5729 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5730 M: Kevin Hilman <khilman@kernel.org>
5731 M: Ulf Hansson <ulf.hansson@linaro.org>
5732 L: linux-pm@vger.kernel.org
5733 S: Supported
5734 F: drivers/base/power/domain*.c
5735 F: include/linux/pm_domain.h
5736 F: Documentation/devicetree/bindings/power/power_domain.txt
5737
5738 GENERIC UIO DRIVER FOR PCI DEVICES
5739 M: "Michael S. Tsirkin" <mst@redhat.com>
5740 L: kvm@vger.kernel.org
5741 S: Supported
5742 F: drivers/uio/uio_pci_generic.c
5743
5744 GET_MAINTAINER SCRIPT
5745 M: Joe Perches <joe@perches.com>
5746 S: Maintained
5747 F: scripts/get_maintainer.pl
5748
5749 GENWQE (IBM Generic Workqueue Card)
5750 M: Frank Haverkamp <haver@linux.vnet.ibm.com>
5751 M: Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com>
5752 S: Supported
5753 F: drivers/misc/genwqe/
5754
5755 GFS2 FILE SYSTEM
5756 M: Steven Whitehouse <swhiteho@redhat.com>
5757 M: Bob Peterson <rpeterso@redhat.com>
5758 L: cluster-devel@redhat.com
5759 W: http://sources.redhat.com/cluster/
5760 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5761 S: Supported
5762 F: Documentation/filesystems/gfs2*.txt
5763 F: fs/gfs2/
5764 F: include/uapi/linux/gfs2_ondisk.h
5765
5766 GIGASET ISDN DRIVERS
5767 M: Paul Bolle <pebolle@tiscali.nl>
5768 L: gigaset307x-common@lists.sourceforge.net
5769 W: http://gigaset307x.sourceforge.net/
5770 S: Odd Fixes
5771 F: Documentation/isdn/README.gigaset
5772 F: drivers/isdn/gigaset/
5773 F: include/uapi/linux/gigaset_dev.h
5774
5775 GO7007 MPEG CODEC
5776 M: Hans Verkuil <hans.verkuil@cisco.com>
5777 L: linux-media@vger.kernel.org
5778 S: Maintained
5779 F: drivers/media/usb/go7007/
5780
5781 GOODIX TOUCHSCREEN
5782 M: Bastien Nocera <hadess@hadess.net>
5783 L: linux-input@vger.kernel.org
5784 S: Maintained
5785 F: drivers/input/touchscreen/goodix.c
5786
5787 GPIO MOCKUP DRIVER
5788 M: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5789 L: linux-gpio@vger.kernel.org
5790 S: Maintained
5791 F: drivers/gpio/gpio-mockup.c
5792 F: tools/testing/selftests/gpio/
5793
5794 GPIO SUBSYSTEM
5795 M: Linus Walleij <linus.walleij@linaro.org>
5796 L: linux-gpio@vger.kernel.org
5797 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5798 S: Maintained
5799 F: Documentation/devicetree/bindings/gpio/
5800 F: Documentation/gpio/
5801 F: Documentation/ABI/testing/gpio-cdev
5802 F: Documentation/ABI/obsolete/sysfs-gpio
5803 F: drivers/gpio/
5804 F: include/linux/gpio/
5805 F: include/linux/gpio.h
5806 F: include/asm-generic/gpio.h
5807 F: include/uapi/linux/gpio.h
5808 F: tools/gpio/
5809
5810 GPIO ACPI SUPPORT
5811 M: Mika Westerberg <mika.westerberg@linux.intel.com>
5812 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
5813 L: linux-gpio@vger.kernel.org
5814 L: linux-acpi@vger.kernel.org
5815 S: Maintained
5816 F: Documentation/acpi/gpio-properties.txt
5817 F: drivers/gpio/gpiolib-acpi.c
5818
5819 GRE DEMULTIPLEXER DRIVER
5820 M: Dmitry Kozlov <xeb@mail.ru>
5821 L: netdev@vger.kernel.org
5822 S: Maintained
5823 F: net/ipv4/gre_demux.c
5824 F: net/ipv4/gre_offload.c
5825 F: include/net/gre.h
5826
5827 GRETH 10/100/1G Ethernet MAC device driver
5828 M: Andreas Larsson <andreas@gaisler.com>
5829 L: netdev@vger.kernel.org
5830 S: Maintained
5831 F: drivers/net/ethernet/aeroflex/
5832
5833 GREYBUS SUBSYSTEM
5834 M: Johan Hovold <johan@kernel.org>
5835 M: Alex Elder <elder@kernel.org>
5836 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5837 S: Maintained
5838 F: drivers/staging/greybus/
5839 L: greybus-dev@lists.linaro.org (moderated for non-subscribers)
5840
5841 GREYBUS AUDIO PROTOCOLS DRIVERS
5842 M: Vaibhav Agarwal <vaibhav.sr@gmail.com>
5843 M: Mark Greer <mgreer@animalcreek.com>
5844 S: Maintained
5845 F: drivers/staging/greybus/audio_apbridgea.c
5846 F: drivers/staging/greybus/audio_apbridgea.h
5847 F: drivers/staging/greybus/audio_codec.c
5848 F: drivers/staging/greybus/audio_codec.h
5849 F: drivers/staging/greybus/audio_gb.c
5850 F: drivers/staging/greybus/audio_manager.c
5851 F: drivers/staging/greybus/audio_manager.h
5852 F: drivers/staging/greybus/audio_manager_module.c
5853 F: drivers/staging/greybus/audio_manager_private.h
5854 F: drivers/staging/greybus/audio_manager_sysfs.c
5855 F: drivers/staging/greybus/audio_module.c
5856 F: drivers/staging/greybus/audio_topology.c
5857
5858 GREYBUS PROTOCOLS DRIVERS
5859 M: Rui Miguel Silva <rmfrfs@gmail.com>
5860 S: Maintained
5861 F: drivers/staging/greybus/sdio.c
5862 F: drivers/staging/greybus/light.c
5863 F: drivers/staging/greybus/gpio.c
5864 F: drivers/staging/greybus/power_supply.c
5865 F: drivers/staging/greybus/spi.c
5866 F: drivers/staging/greybus/spilib.c
5867
5868 GREYBUS PROTOCOLS DRIVERS
5869 M: Bryan O'Donoghue <pure.logic@nexus-software.ie>
5870 S: Maintained
5871 F: drivers/staging/greybus/loopback.c
5872 F: drivers/staging/greybus/timesync.c
5873 F: drivers/staging/greybus/timesync_platform.c
5874
5875 GREYBUS PROTOCOLS DRIVERS
5876 M: Viresh Kumar <vireshk@kernel.org>
5877 S: Maintained
5878 F: drivers/staging/greybus/authentication.c
5879 F: drivers/staging/greybus/bootrom.c
5880 F: drivers/staging/greybus/firmware.h
5881 F: drivers/staging/greybus/fw-core.c
5882 F: drivers/staging/greybus/fw-download.c
5883 F: drivers/staging/greybus/fw-managament.c
5884 F: drivers/staging/greybus/greybus_authentication.h
5885 F: drivers/staging/greybus/greybus_firmware.h
5886 F: drivers/staging/greybus/hid.c
5887 F: drivers/staging/greybus/i2c.c
5888 F: drivers/staging/greybus/spi.c
5889 F: drivers/staging/greybus/spilib.c
5890 F: drivers/staging/greybus/spilib.h
5891
5892 GREYBUS PROTOCOLS DRIVERS
5893 M: David Lin <dtwlin@gmail.com>
5894 S: Maintained
5895 F: drivers/staging/greybus/uart.c
5896 F: drivers/staging/greybus/log.c
5897
5898 GREYBUS PLATFORM DRIVERS
5899 M: Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5900 S: Maintained
5901 F: drivers/staging/greybus/arche-platform.c
5902 F: drivers/staging/greybus/arche-apb-ctrl.c
5903 F: drivers/staging/greybus/arche_platform.h
5904
5905 GS1662 VIDEO SERIALIZER
5906 M: Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
5907 L: linux-media@vger.kernel.org
5908 T: git git://linuxtv.org/media_tree.git
5909 S: Maintained
5910 F: drivers/media/spi/gs1662.c
5911
5912 GSPCA FINEPIX SUBDRIVER
5913 M: Frank Zago <frank@zago.net>
5914 L: linux-media@vger.kernel.org
5915 T: git git://linuxtv.org/media_tree.git
5916 S: Maintained
5917 F: drivers/media/usb/gspca/finepix.c
5918
5919 GSPCA GL860 SUBDRIVER
5920 M: Olivier Lorin <o.lorin@laposte.net>
5921 L: linux-media@vger.kernel.org
5922 T: git git://linuxtv.org/media_tree.git
5923 S: Maintained
5924 F: drivers/media/usb/gspca/gl860/
5925
5926 GSPCA M5602 SUBDRIVER
5927 M: Erik Andren <erik.andren@gmail.com>
5928 L: linux-media@vger.kernel.org
5929 T: git git://linuxtv.org/media_tree.git
5930 S: Maintained
5931 F: drivers/media/usb/gspca/m5602/
5932
5933 GSPCA PAC207 SONIXB SUBDRIVER
5934 M: Hans Verkuil <hverkuil@xs4all.nl>
5935 L: linux-media@vger.kernel.org
5936 T: git git://linuxtv.org/media_tree.git
5937 S: Odd Fixes
5938 F: drivers/media/usb/gspca/pac207.c
5939
5940 GSPCA SN9C20X SUBDRIVER
5941 M: Brian Johnson <brijohn@gmail.com>
5942 L: linux-media@vger.kernel.org
5943 T: git git://linuxtv.org/media_tree.git
5944 S: Maintained
5945 F: drivers/media/usb/gspca/sn9c20x.c
5946
5947 GSPCA T613 SUBDRIVER
5948 M: Leandro Costantino <lcostantino@gmail.com>
5949 L: linux-media@vger.kernel.org
5950 T: git git://linuxtv.org/media_tree.git
5951 S: Maintained
5952 F: drivers/media/usb/gspca/t613.c
5953
5954 GSPCA USB WEBCAM DRIVER
5955 M: Hans Verkuil <hverkuil@xs4all.nl>
5956 L: linux-media@vger.kernel.org
5957 T: git git://linuxtv.org/media_tree.git
5958 S: Odd Fixes
5959 F: drivers/media/usb/gspca/
5960
5961 GTP (GPRS Tunneling Protocol)
5962 M: Pablo Neira Ayuso <pablo@netfilter.org>
5963 M: Harald Welte <laforge@gnumonks.org>
5964 L: osmocom-net-gprs@lists.osmocom.org
5965 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git
5966 S: Maintained
5967 F: drivers/net/gtp.c
5968
5969 GUID PARTITION TABLE (GPT)
5970 M: Davidlohr Bueso <dave@stgolabs.net>
5971 L: linux-efi@vger.kernel.org
5972 S: Maintained
5973 F: block/partitions/efi.*
5974
5975 STK1160 USB VIDEO CAPTURE DRIVER
5976 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5977 L: linux-media@vger.kernel.org
5978 T: git git://linuxtv.org/media_tree.git
5979 S: Maintained
5980 F: drivers/media/usb/stk1160/
5981
5982 H8/300 ARCHITECTURE
5983 M: Yoshinori Sato <ysato@users.sourceforge.jp>
5984 L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5985 W: http://uclinux-h8.sourceforge.jp
5986 T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5987 S: Maintained
5988 F: arch/h8300/
5989 F: drivers/clocksource/h8300_*.c
5990 F: drivers/clk/h8300/
5991 F: drivers/irqchip/irq-renesas-h8*.c
5992
5993 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5994 M: Frank Seidel <frank@f-seidel.de>
5995 L: platform-driver-x86@vger.kernel.org
5996 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5997 S: Maintained
5998 F: drivers/platform/x86/hdaps.c
5999
6000 HDPVR USB VIDEO ENCODER DRIVER
6001 M: Hans Verkuil <hverkuil@xs4all.nl>
6002 L: linux-media@vger.kernel.org
6003 T: git git://linuxtv.org/media_tree.git
6004 W: https://linuxtv.org
6005 S: Odd Fixes
6006 F: drivers/media/usb/hdpvr/
6007
6008 HWPOISON MEMORY FAILURE HANDLING
6009 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
6010 L: linux-mm@kvack.org
6011 S: Maintained
6012 F: mm/memory-failure.c
6013 F: mm/hwpoison-inject.c
6014
6015 HYPERVISOR VIRTUAL CONSOLE DRIVER
6016 L: linuxppc-dev@lists.ozlabs.org
6017 S: Odd Fixes
6018 F: drivers/tty/hvc/
6019
6020 HACKRF MEDIA DRIVER
6021 M: Antti Palosaari <crope@iki.fi>
6022 L: linux-media@vger.kernel.org
6023 W: https://linuxtv.org
6024 W: http://palosaari.fi/linux/
6025 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6026 T: git git://linuxtv.org/anttip/media_tree.git
6027 S: Maintained
6028 F: drivers/media/usb/hackrf/
6029
6030 HARDWARE MONITORING
6031 M: Jean Delvare <jdelvare@suse.com>
6032 M: Guenter Roeck <linux@roeck-us.net>
6033 L: linux-hwmon@vger.kernel.org
6034 W: http://hwmon.wiki.kernel.org/
6035 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
6036 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
6037 S: Maintained
6038 F: Documentation/hwmon/
6039 F: drivers/hwmon/
6040 F: include/linux/hwmon*.h
6041
6042 HARDWARE RANDOM NUMBER GENERATOR CORE
6043 M: Matt Mackall <mpm@selenic.com>
6044 M: Herbert Xu <herbert@gondor.apana.org.au>
6045 L: linux-crypto@vger.kernel.org
6046 S: Odd fixes
6047 F: Documentation/devicetree/bindings/rng/
6048 F: Documentation/hw_random.txt
6049 F: drivers/char/hw_random/
6050 F: include/linux/hw_random.h
6051
6052 HARDWARE SPINLOCK CORE
6053 M: Ohad Ben-Cohen <ohad@wizery.com>
6054 M: Bjorn Andersson <bjorn.andersson@linaro.org>
6055 L: linux-remoteproc@vger.kernel.org
6056 S: Maintained
6057 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
6058 F: Documentation/devicetree/bindings/hwlock/
6059 F: Documentation/hwspinlock.txt
6060 F: drivers/hwspinlock/
6061 F: include/linux/hwspinlock.h
6062
6063 HARMONY SOUND DRIVER
6064 L: linux-parisc@vger.kernel.org
6065 S: Maintained
6066 F: sound/parisc/harmony.*
6067
6068 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
6069 M: Jimmy Vance <jimmy.vance@hpe.com>
6070 S: Supported
6071 F: Documentation/watchdog/hpwdt.txt
6072 F: drivers/watchdog/hpwdt.c
6073
6074 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
6075 M: Don Brace <don.brace@microsemi.com>
6076 L: esc.storagedev@microsemi.com
6077 L: linux-scsi@vger.kernel.org
6078 S: Supported
6079 F: Documentation/scsi/hpsa.txt
6080 F: drivers/scsi/hpsa*.[ch]
6081 F: include/linux/cciss*.h
6082 F: include/uapi/linux/cciss*.h
6083
6084 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
6085 M: Don Brace <don.brace@microsemi.com>
6086 L: esc.storagedev@microsemi.com
6087 L: linux-scsi@vger.kernel.org
6088 S: Supported
6089 F: Documentation/blockdev/cciss.txt
6090 F: drivers/block/cciss*
6091 F: include/linux/cciss_ioctl.h
6092 F: include/uapi/linux/cciss_ioctl.h
6093
6094 OPA-VNIC DRIVER
6095 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
6096 M: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
6097 L: linux-rdma@vger.kernel.org
6098 S: Supported
6099 F: drivers/infiniband/ulp/opa_vnic
6100
6101 HFI1 DRIVER
6102 M: Mike Marciniszyn <mike.marciniszyn@intel.com>
6103 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
6104 L: linux-rdma@vger.kernel.org
6105 S: Supported
6106 F: drivers/infiniband/hw/hfi1
6107
6108 HFS FILESYSTEM
6109 L: linux-fsdevel@vger.kernel.org
6110 S: Orphan
6111 F: Documentation/filesystems/hfs.txt
6112 F: fs/hfs/
6113
6114 HFSPLUS FILESYSTEM
6115 L: linux-fsdevel@vger.kernel.org
6116 S: Orphan
6117 F: Documentation/filesystems/hfsplus.txt
6118 F: fs/hfsplus/
6119
6120 HGA FRAMEBUFFER DRIVER
6121 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
6122 L: linux-nvidia@lists.surfsouth.com
6123 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
6124 S: Maintained
6125 F: drivers/video/fbdev/hgafb.c
6126
6127 HIBERNATION (aka Software Suspend, aka swsusp)
6128 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
6129 M: Pavel Machek <pavel@ucw.cz>
6130 L: linux-pm@vger.kernel.org
6131 B: https://bugzilla.kernel.org
6132 S: Supported
6133 F: arch/x86/power/
6134 F: drivers/base/power/
6135 F: kernel/power/
6136 F: include/linux/suspend.h
6137 F: include/linux/freezer.h
6138 F: include/linux/pm.h
6139 F: arch/*/include/asm/suspend*.h
6140
6141 HID CORE LAYER
6142 M: Jiri Kosina <jikos@kernel.org>
6143 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
6144 L: linux-input@vger.kernel.org
6145 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6146 S: Maintained
6147 F: drivers/hid/
6148 F: include/linux/hid*
6149 F: include/uapi/linux/hid*
6150
6151 HID SENSOR HUB DRIVERS
6152 M: Jiri Kosina <jikos@kernel.org>
6153 M: Jonathan Cameron <jic23@kernel.org>
6154 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6155 L: linux-input@vger.kernel.org
6156 L: linux-iio@vger.kernel.org
6157 S: Maintained
6158 F: Documentation/hid/hid-sensor*
6159 F: drivers/hid/hid-sensor-*
6160 F: drivers/iio/*/hid-*
6161 F: include/linux/hid-sensor-*
6162
6163 HIGH-RESOLUTION TIMERS, CLOCKEVENTS
6164 M: Thomas Gleixner <tglx@linutronix.de>
6165 L: linux-kernel@vger.kernel.org
6166 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6167 S: Maintained
6168 F: Documentation/timers/
6169 F: kernel/time/hrtimer.c
6170 F: kernel/time/clockevents.c
6171 F: kernel/time/timer_*.c
6172 F: include/linux/clockchips.h
6173 F: include/linux/hrtimer.h
6174
6175 HIGH-SPEED SCC DRIVER FOR AX.25
6176 L: linux-hams@vger.kernel.org
6177 S: Orphan
6178 F: drivers/net/hamradio/dmascc.c
6179 F: drivers/net/hamradio/scc.c
6180
6181 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
6182 M: HighPoint Linux Team <linux@highpoint-tech.com>
6183 W: http://www.highpoint-tech.com
6184 S: Supported
6185 F: Documentation/scsi/hptiop.txt
6186 F: drivers/scsi/hptiop.c
6187
6188 HIPPI
6189 M: Jes Sorensen <jes@trained-monkey.org>
6190 L: linux-hippi@sunsite.dk
6191 S: Maintained
6192 F: include/linux/hippidevice.h
6193 F: include/uapi/linux/if_hippi.h
6194 F: net/802/hippi.c
6195 F: drivers/net/hippi/
6196
6197 HISILICON NETWORK SUBSYSTEM DRIVER
6198 M: Yisen Zhuang <yisen.zhuang@huawei.com>
6199 M: Salil Mehta <salil.mehta@huawei.com>
6200 L: netdev@vger.kernel.org
6201 W: http://www.hisilicon.com
6202 S: Maintained
6203 F: drivers/net/ethernet/hisilicon/
6204 F: Documentation/devicetree/bindings/net/hisilicon*.txt
6205
6206 HISILICON ROCE DRIVER
6207 M: Lijun Ou <oulijun@huawei.com>
6208 M: Wei Hu(Xavier) <xavier.huwei@huawei.com>
6209 L: linux-rdma@vger.kernel.org
6210 S: Maintained
6211 F: drivers/infiniband/hw/hns/
6212 F: Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
6213
6214 HISILICON SAS Controller
6215 M: John Garry <john.garry@huawei.com>
6216 W: http://www.hisilicon.com
6217 S: Supported
6218 F: drivers/scsi/hisi_sas/
6219 F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
6220
6221 HOST AP DRIVER
6222 M: Jouni Malinen <j@w1.fi>
6223 L: linux-wireless@vger.kernel.org
6224 W: http://w1.fi/hostap-driver.html
6225 S: Obsolete
6226 F: drivers/net/wireless/intersil/hostap/
6227
6228 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
6229 L: platform-driver-x86@vger.kernel.org
6230 S: Orphan
6231 F: drivers/platform/x86/tc1100-wmi.c
6232
6233 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
6234 M: Jaroslav Kysela <perex@perex.cz>
6235 S: Maintained
6236 F: drivers/net/ethernet/hp/hp100.*
6237
6238 HPET: High Precision Event Timers driver
6239 M: Clemens Ladisch <clemens@ladisch.de>
6240 S: Maintained
6241 F: Documentation/timers/hpet.txt
6242 F: drivers/char/hpet.c
6243 F: include/linux/hpet.h
6244 F: include/uapi/linux/hpet.h
6245
6246 HPET: x86
6247 S: Orphan
6248 F: arch/x86/kernel/hpet.c
6249 F: arch/x86/include/asm/hpet.h
6250
6251 HPFS FILESYSTEM
6252 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
6253 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
6254 S: Maintained
6255 F: fs/hpfs/
6256
6257 HSI SUBSYSTEM
6258 M: Sebastian Reichel <sre@kernel.org>
6259 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
6260 S: Maintained
6261 F: Documentation/ABI/testing/sysfs-bus-hsi
6262 F: Documentation/driver-api/hsi.rst
6263 F: drivers/hsi/
6264 F: include/linux/hsi/
6265 F: include/uapi/linux/hsi/
6266
6267 HSO 3G MODEM DRIVER
6268 L: linux-usb@vger.kernel.org
6269 S: Orphan
6270 F: drivers/net/usb/hso.c
6271
6272 HSR NETWORK PROTOCOL
6273 M: Arvid Brodin <arvid.brodin@alten.se>
6274 L: netdev@vger.kernel.org
6275 S: Maintained
6276 F: net/hsr/
6277
6278 HTCPEN TOUCHSCREEN DRIVER
6279 M: Pau Oliva Fora <pof@eslack.org>
6280 L: linux-input@vger.kernel.org
6281 S: Maintained
6282 F: drivers/input/touchscreen/htcpen.c
6283
6284 HUGETLB FILESYSTEM
6285 M: Nadia Yvette Chambers <nyc@holomorphy.com>
6286 S: Maintained
6287 F: fs/hugetlbfs/
6288
6289 HVA ST MEDIA DRIVER
6290 M: Jean-Christophe Trotin <jean-christophe.trotin@st.com>
6291 L: linux-media@vger.kernel.org
6292 T: git git://linuxtv.org/media_tree.git
6293 W: https://linuxtv.org
6294 S: Supported
6295 F: drivers/media/platform/sti/hva
6296
6297 Hyper-V CORE AND DRIVERS
6298 M: "K. Y. Srinivasan" <kys@microsoft.com>
6299 M: Haiyang Zhang <haiyangz@microsoft.com>
6300 M: Stephen Hemminger <sthemmin@microsoft.com>
6301 L: devel@linuxdriverproject.org
6302 S: Maintained
6303 F: arch/x86/include/asm/mshyperv.h
6304 F: arch/x86/include/uapi/asm/hyperv.h
6305 F: arch/x86/kernel/cpu/mshyperv.c
6306 F: arch/x86/hyperv
6307 F: drivers/hid/hid-hyperv.c
6308 F: drivers/hv/
6309 F: drivers/input/serio/hyperv-keyboard.c
6310 F: drivers/pci/host/pci-hyperv.c
6311 F: drivers/net/hyperv/
6312 F: drivers/scsi/storvsc_drv.c
6313 F: drivers/uio/uio_hv_generic.c
6314 F: drivers/video/fbdev/hyperv_fb.c
6315 F: include/linux/hyperv.h
6316 F: tools/hv/
6317 F: Documentation/ABI/stable/sysfs-bus-vmbus
6318
6319 I2C MUXES
6320 M: Peter Rosin <peda@axentia.se>
6321 L: linux-i2c@vger.kernel.org
6322 S: Maintained
6323 F: Documentation/i2c/i2c-topology
6324 F: Documentation/i2c/muxes/
6325 F: Documentation/devicetree/bindings/i2c/i2c-mux*
6326 F: Documentation/devicetree/bindings/i2c/i2c-arb*
6327 F: Documentation/devicetree/bindings/i2c/i2c-gate*
6328 F: drivers/i2c/i2c-mux.c
6329 F: drivers/i2c/muxes/
6330 F: include/linux/i2c-mux.h
6331
6332 I2C OVER PARALLEL PORT
6333 M: Jean Delvare <jdelvare@suse.com>
6334 L: linux-i2c@vger.kernel.org
6335 S: Maintained
6336 F: Documentation/i2c/busses/i2c-parport
6337 F: Documentation/i2c/busses/i2c-parport-light
6338 F: drivers/i2c/busses/i2c-parport.c
6339 F: drivers/i2c/busses/i2c-parport-light.c
6340
6341 I2C/SMBUS CONTROLLER DRIVERS FOR PC
6342 M: Jean Delvare <jdelvare@suse.com>
6343 L: linux-i2c@vger.kernel.org
6344 S: Maintained
6345 F: Documentation/i2c/busses/i2c-ali1535
6346 F: Documentation/i2c/busses/i2c-ali1563
6347 F: Documentation/i2c/busses/i2c-ali15x3
6348 F: Documentation/i2c/busses/i2c-amd756
6349 F: Documentation/i2c/busses/i2c-amd8111
6350 F: Documentation/i2c/busses/i2c-i801
6351 F: Documentation/i2c/busses/i2c-nforce2
6352 F: Documentation/i2c/busses/i2c-piix4
6353 F: Documentation/i2c/busses/i2c-sis5595
6354 F: Documentation/i2c/busses/i2c-sis630
6355 F: Documentation/i2c/busses/i2c-sis96x
6356 F: Documentation/i2c/busses/i2c-via
6357 F: Documentation/i2c/busses/i2c-viapro
6358 F: drivers/i2c/busses/i2c-ali1535.c
6359 F: drivers/i2c/busses/i2c-ali1563.c
6360 F: drivers/i2c/busses/i2c-ali15x3.c
6361 F: drivers/i2c/busses/i2c-amd756.c
6362 F: drivers/i2c/busses/i2c-amd756-s4882.c
6363 F: drivers/i2c/busses/i2c-amd8111.c
6364 F: drivers/i2c/busses/i2c-i801.c
6365 F: drivers/i2c/busses/i2c-isch.c
6366 F: drivers/i2c/busses/i2c-nforce2.c
6367 F: drivers/i2c/busses/i2c-nforce2-s4985.c
6368 F: drivers/i2c/busses/i2c-piix4.c
6369 F: drivers/i2c/busses/i2c-sis5595.c
6370 F: drivers/i2c/busses/i2c-sis630.c
6371 F: drivers/i2c/busses/i2c-sis96x.c
6372 F: drivers/i2c/busses/i2c-via.c
6373 F: drivers/i2c/busses/i2c-viapro.c
6374
6375 I2C/SMBUS ISMT DRIVER
6376 M: Seth Heasley <seth.heasley@intel.com>
6377 M: Neil Horman <nhorman@tuxdriver.com>
6378 L: linux-i2c@vger.kernel.org
6379 F: drivers/i2c/busses/i2c-ismt.c
6380 F: Documentation/i2c/busses/i2c-ismt
6381
6382 I2C/SMBUS STUB DRIVER
6383 M: Jean Delvare <jdelvare@suse.com>
6384 L: linux-i2c@vger.kernel.org
6385 S: Maintained
6386 F: drivers/i2c/i2c-stub.c
6387
6388 I2C SUBSYSTEM
6389 M: Wolfram Sang <wsa@the-dreams.de>
6390 L: linux-i2c@vger.kernel.org
6391 W: https://i2c.wiki.kernel.org/
6392 Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
6393 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6394 S: Maintained
6395 F: Documentation/devicetree/bindings/i2c/
6396 F: Documentation/i2c/
6397 F: drivers/i2c/
6398 F: drivers/i2c/*/
6399 F: include/linux/i2c.h
6400 F: include/linux/i2c-*.h
6401 F: include/uapi/linux/i2c.h
6402 F: include/uapi/linux/i2c-*.h
6403
6404 I2C ACPI SUPPORT
6405 M: Mika Westerberg <mika.westerberg@linux.intel.com>
6406 L: linux-i2c@vger.kernel.org
6407 L: linux-acpi@vger.kernel.org
6408 S: Maintained
6409 F: drivers/i2c/i2c-core-acpi.c
6410
6411 I2C-TAOS-EVM DRIVER
6412 M: Jean Delvare <jdelvare@suse.com>
6413 L: linux-i2c@vger.kernel.org
6414 S: Maintained
6415 F: Documentation/i2c/busses/i2c-taos-evm
6416 F: drivers/i2c/busses/i2c-taos-evm.c
6417
6418 I2C-TINY-USB DRIVER
6419 M: Till Harbaum <till@harbaum.org>
6420 L: linux-i2c@vger.kernel.org
6421 W: http://www.harbaum.org/till/i2c_tiny_usb
6422 S: Maintained
6423 F: drivers/i2c/busses/i2c-tiny-usb.c
6424
6425 i386 BOOT CODE
6426 M: "H. Peter Anvin" <hpa@zytor.com>
6427 S: Maintained
6428 F: arch/x86/boot/
6429
6430 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6431 M: "H. Peter Anvin" <hpa@zytor.com>
6432 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6433 S: Maintained
6434
6435 IA64 (Itanium) PLATFORM
6436 M: Tony Luck <tony.luck@intel.com>
6437 M: Fenghua Yu <fenghua.yu@intel.com>
6438 L: linux-ia64@vger.kernel.org
6439 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6440 S: Maintained
6441 F: arch/ia64/
6442
6443 IBM Power VMX Cryptographic instructions
6444 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6445 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6446 L: linux-crypto@vger.kernel.org
6447 S: Supported
6448 F: drivers/crypto/vmx/Makefile
6449 F: drivers/crypto/vmx/Kconfig
6450 F: drivers/crypto/vmx/vmx.c
6451 F: drivers/crypto/vmx/aes*
6452 F: drivers/crypto/vmx/ghash*
6453 F: drivers/crypto/vmx/ppc-xlate.pl
6454
6455 IBM Power in-Nest Crypto Acceleration
6456 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6457 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6458 L: linux-crypto@vger.kernel.org
6459 S: Supported
6460 F: drivers/crypto/nx/Makefile
6461 F: drivers/crypto/nx/Kconfig
6462 F: drivers/crypto/nx/nx-aes*
6463 F: drivers/crypto/nx/nx-sha*
6464 F: drivers/crypto/nx/nx.*
6465 F: drivers/crypto/nx/nx_csbcpb.h
6466 F: drivers/crypto/nx/nx_debugfs.h
6467
6468 IBM Power 842 compression accelerator
6469 M: Haren Myneni <haren@us.ibm.com>
6470 S: Supported
6471 F: drivers/crypto/nx/Makefile
6472 F: drivers/crypto/nx/Kconfig
6473 F: drivers/crypto/nx/nx-842*
6474 F: include/linux/sw842.h
6475 F: crypto/842.c
6476 F: lib/842/
6477
6478 IBM Power Linux RAID adapter
6479 M: Brian King <brking@us.ibm.com>
6480 S: Supported
6481 F: drivers/scsi/ipr.*
6482
6483 IBM Power Virtual Ethernet Device Driver
6484 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6485 L: netdev@vger.kernel.org
6486 S: Supported
6487 F: drivers/net/ethernet/ibm/ibmveth.*
6488
6489 IBM Power SRIOV Virtual NIC Device Driver
6490 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6491 M: John Allen <jallen@linux.vnet.ibm.com>
6492 L: netdev@vger.kernel.org
6493 S: Supported
6494 F: drivers/net/ethernet/ibm/ibmvnic.*
6495
6496 IBM Power Virtual SCSI Device Drivers
6497 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6498 L: linux-scsi@vger.kernel.org
6499 S: Supported
6500 F: drivers/scsi/ibmvscsi/ibmvscsi*
6501 F: include/scsi/viosrp.h
6502
6503 IBM Power Virtual SCSI Device Target Driver
6504 M: Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6505 M: Michael Cyr <mikecyr@linux.vnet.ibm.com>
6506 L: linux-scsi@vger.kernel.org
6507 L: target-devel@vger.kernel.org
6508 S: Supported
6509 F: drivers/scsi/ibmvscsi_tgt/
6510
6511 IBM Power Virtual FC Device Drivers
6512 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6513 L: linux-scsi@vger.kernel.org
6514 S: Supported
6515 F: drivers/scsi/ibmvscsi/ibmvfc*
6516
6517 IBM ServeRAID RAID DRIVER
6518 S: Orphan
6519 F: drivers/scsi/ips.*
6520
6521 ICH LPC AND GPIO DRIVER
6522 M: Peter Tyser <ptyser@xes-inc.com>
6523 S: Maintained
6524 F: drivers/mfd/lpc_ich.c
6525 F: drivers/gpio/gpio-ich.c
6526
6527 IDT VersaClock 5 CLOCK DRIVER
6528 M: Marek Vasut <marek.vasut@gmail.com>
6529 S: Maintained
6530 F: drivers/clk/clk-versaclock5.c
6531
6532 IDE SUBSYSTEM
6533 M: "David S. Miller" <davem@davemloft.net>
6534 L: linux-ide@vger.kernel.org
6535 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
6536 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6537 S: Maintained
6538 F: Documentation/ide/
6539 F: drivers/ide/
6540 F: include/linux/ide.h
6541
6542 IDEAPAD LAPTOP EXTRAS DRIVER
6543 M: Ike Panhc <ike.pan@canonical.com>
6544 L: platform-driver-x86@vger.kernel.org
6545 W: http://launchpad.net/ideapad-laptop
6546 S: Maintained
6547 F: drivers/platform/x86/ideapad-laptop.c
6548
6549 IDEAPAD LAPTOP SLIDEBAR DRIVER
6550 M: Andrey Moiseev <o2g.org.ru@gmail.com>
6551 L: linux-input@vger.kernel.org
6552 W: https://github.com/o2genum/ideapad-slidebar
6553 S: Maintained
6554 F: drivers/input/misc/ideapad_slidebar.c
6555
6556 IDE/ATAPI DRIVERS
6557 M: Borislav Petkov <bp@alien8.de>
6558 L: linux-ide@vger.kernel.org
6559 S: Maintained
6560 F: Documentation/cdrom/ide-cd
6561 F: drivers/ide/ide-cd*
6562
6563 IEEE 802.15.4 SUBSYSTEM
6564 M: Alexander Aring <alex.aring@gmail.com>
6565 M: Stefan Schmidt <stefan@osg.samsung.com>
6566 L: linux-wpan@vger.kernel.org
6567 W: http://wpan.cakelab.org/
6568 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6569 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6570 S: Maintained
6571 F: net/ieee802154/
6572 F: net/mac802154/
6573 F: drivers/net/ieee802154/
6574 F: include/linux/nl802154.h
6575 F: include/linux/ieee802154.h
6576 F: include/net/nl802154.h
6577 F: include/net/mac802154.h
6578 F: include/net/af_ieee802154.h
6579 F: include/net/cfg802154.h
6580 F: include/net/ieee802154_netdev.h
6581 F: Documentation/networking/ieee802154.txt
6582
6583 IFE PROTOCOL
6584 M: Yotam Gigi <yotamg@mellanox.com>
6585 M: Jamal Hadi Salim <jhs@mojatatu.com>
6586 F: net/ife
6587 F: include/net/ife.h
6588 F: include/uapi/linux/ife.h
6589
6590 IGORPLUG-USB IR RECEIVER
6591 M: Sean Young <sean@mess.org>
6592 L: linux-media@vger.kernel.org
6593 S: Maintained
6594 F: drivers/media/rc/igorplugusb.c
6595
6596 IGUANAWORKS USB IR TRANSCEIVER
6597 M: Sean Young <sean@mess.org>
6598 L: linux-media@vger.kernel.org
6599 S: Maintained
6600 F: drivers/media/rc/iguanair.c
6601
6602 IIO DIGITAL POTENTIOMETER DAC
6603 M: Peter Rosin <peda@axentia.se>
6604 L: linux-iio@vger.kernel.org
6605 S: Maintained
6606 F: Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6607 F: Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6608 F: drivers/iio/dac/dpot-dac.c
6609
6610 IIO ENVELOPE DETECTOR
6611 M: Peter Rosin <peda@axentia.se>
6612 L: linux-iio@vger.kernel.org
6613 S: Maintained
6614 F: Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6615 F: Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6616 F: drivers/iio/adc/envelope-detector.c
6617
6618 IIO MULTIPLEXER
6619 M: Peter Rosin <peda@axentia.se>
6620 L: linux-iio@vger.kernel.org
6621 S: Maintained
6622 F: Documentation/devicetree/bindings/iio/multiplexer/iio-mux.txt
6623 F: drivers/iio/multiplexer/iio-mux.c
6624
6625 IIO SUBSYSTEM AND DRIVERS
6626 M: Jonathan Cameron <jic23@kernel.org>
6627 R: Hartmut Knaack <knaack.h@gmx.de>
6628 R: Lars-Peter Clausen <lars@metafoo.de>
6629 R: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6630 L: linux-iio@vger.kernel.org
6631 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6632 S: Maintained
6633 F: Documentation/devicetree/bindings/iio/
6634 F: drivers/iio/
6635 F: drivers/staging/iio/
6636 F: include/linux/iio/
6637 F: tools/iio/
6638
6639 IKANOS/ADI EAGLE ADSL USB DRIVER
6640 M: Matthieu Castet <castet.matthieu@free.fr>
6641 M: Stanislaw Gruszka <stf_xl@wp.pl>
6642 S: Maintained
6643 F: drivers/usb/atm/ueagle-atm.c
6644
6645 IMGTEC ASCII LCD DRIVER
6646 M: Paul Burton <paul.burton@imgtec.com>
6647 S: Maintained
6648 F: Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6649 F: drivers/auxdisplay/img-ascii-lcd.c
6650
6651 INA209 HARDWARE MONITOR DRIVER
6652 M: Guenter Roeck <linux@roeck-us.net>
6653 L: linux-hwmon@vger.kernel.org
6654 S: Maintained
6655 F: Documentation/hwmon/ina209
6656 F: Documentation/devicetree/bindings/i2c/ina209.txt
6657 F: drivers/hwmon/ina209.c
6658
6659 INA2XX HARDWARE MONITOR DRIVER
6660 M: Guenter Roeck <linux@roeck-us.net>
6661 L: linux-hwmon@vger.kernel.org
6662 S: Maintained
6663 F: Documentation/hwmon/ina2xx
6664 F: drivers/hwmon/ina2xx.c
6665 F: include/linux/platform_data/ina2xx.h
6666
6667 INDUSTRY PACK SUBSYSTEM (IPACK)
6668 M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6669 M: Jens Taprogge <jens.taprogge@taprogge.org>
6670 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6671 L: industrypack-devel@lists.sourceforge.net
6672 W: http://industrypack.sourceforge.net
6673 S: Maintained
6674 F: drivers/ipack/
6675
6676 INGENIC JZ4780 DMA Driver
6677 M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6678 S: Maintained
6679 F: drivers/dma/dma-jz4780.c
6680
6681 INGENIC JZ4780 NAND DRIVER
6682 M: Harvey Hunt <harveyhuntnexus@gmail.com>
6683 L: linux-mtd@lists.infradead.org
6684 S: Maintained
6685 F: drivers/mtd/nand/jz4780_*
6686
6687 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6688 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6689 M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6690 L: linux-ima-devel@lists.sourceforge.net
6691 L: linux-ima-user@lists.sourceforge.net
6692 L: linux-security-module@vger.kernel.org
6693 T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6694 S: Supported
6695 F: security/integrity/ima/
6696
6697 IMGTEC IR DECODER DRIVER
6698 M: James Hogan <james.hogan@imgtec.com>
6699 S: Maintained
6700 F: drivers/media/rc/img-ir/
6701
6702 IMS TWINTURBO FRAMEBUFFER DRIVER
6703 L: linux-fbdev@vger.kernel.org
6704 S: Orphan
6705 F: drivers/video/fbdev/imsttfb.c
6706
6707 INFINIBAND SUBSYSTEM
6708 M: Doug Ledford <dledford@redhat.com>
6709 M: Sean Hefty <sean.hefty@intel.com>
6710 M: Hal Rosenstock <hal.rosenstock@gmail.com>
6711 L: linux-rdma@vger.kernel.org
6712 W: http://www.openfabrics.org/
6713 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6714 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6715 S: Supported
6716 F: Documentation/devicetree/bindings/infiniband/
6717 F: Documentation/infiniband/
6718 F: drivers/infiniband/
6719 F: include/uapi/linux/if_infiniband.h
6720 F: include/uapi/rdma/
6721 F: include/rdma/
6722
6723 INOTIFY
6724 M: John McCutchan <john@johnmccutchan.com>
6725 M: Robert Love <rlove@rlove.org>
6726 M: Eric Paris <eparis@parisplace.org>
6727 S: Maintained
6728 F: Documentation/filesystems/inotify.txt
6729 F: fs/notify/inotify/
6730 F: include/linux/inotify.h
6731 F: include/uapi/linux/inotify.h
6732
6733 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6734 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
6735 L: linux-input@vger.kernel.org
6736 Q: http://patchwork.kernel.org/project/linux-input/list/
6737 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6738 S: Maintained
6739 F: drivers/input/
6740 F: include/linux/input.h
6741 F: include/uapi/linux/input.h
6742 F: include/uapi/linux/input-event-codes.h
6743 F: include/linux/input/
6744 F: Documentation/devicetree/bindings/input/
6745 F: Documentation/input/
6746
6747 INPUT MULTITOUCH (MT) PROTOCOL
6748 M: Henrik Rydberg <rydberg@bitmath.org>
6749 L: linux-input@vger.kernel.org
6750 S: Odd fixes
6751 F: Documentation/input/multi-touch-protocol.rst
6752 F: drivers/input/input-mt.c
6753 K: \b(ABS|SYN)_MT_
6754
6755 INSIDE SECURE CRYPTO DRIVER
6756 M: Antoine Tenart <antoine.tenart@free-electrons.com>
6757 F: drivers/crypto/inside-secure/
6758 S: Maintained
6759 L: linux-crypto@vger.kernel.org
6760
6761 INTEL ASoC BDW/HSW DRIVERS
6762 M: Jie Yang <yang.jie@linux.intel.com>
6763 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6764 S: Supported
6765 F: sound/soc/intel/common/sst-dsp*
6766 F: sound/soc/intel/common/sst-firmware.c
6767 F: sound/soc/intel/boards/broadwell.c
6768 F: sound/soc/intel/haswell/
6769
6770 INTEL C600 SERIES SAS CONTROLLER DRIVER
6771 M: Intel SCU Linux support <intel-linux-scu@intel.com>
6772 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6773 L: linux-scsi@vger.kernel.org
6774 T: git git://git.code.sf.net/p/intel-sas/isci
6775 S: Supported
6776 F: drivers/scsi/isci/
6777
6778 INTEL HID EVENT DRIVER
6779 M: Alex Hung <alex.hung@canonical.com>
6780 L: platform-driver-x86@vger.kernel.org
6781 S: Maintained
6782 F: drivers/platform/x86/intel-hid.c
6783
6784 INTEL VIRTUAL BUTTON DRIVER
6785 M: AceLan Kao <acelan.kao@canonical.com>
6786 L: platform-driver-x86@vger.kernel.org
6787 S: Maintained
6788 F: drivers/platform/x86/intel-vbtn.c
6789
6790 INTEL IDLE DRIVER
6791 M: Jacob Pan <jacob.jun.pan@linux.intel.com>
6792 M: Len Brown <lenb@kernel.org>
6793 L: linux-pm@vger.kernel.org
6794 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6795 B: https://bugzilla.kernel.org
6796 S: Supported
6797 F: drivers/idle/intel_idle.c
6798
6799 INTEL INTEGRATED SENSOR HUB DRIVER
6800 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6801 M: Jiri Kosina <jikos@kernel.org>
6802 L: linux-input@vger.kernel.org
6803 S: Maintained
6804 F: drivers/hid/intel-ish-hid/
6805
6806 INTEL PSTATE DRIVER
6807 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6808 M: Len Brown <lenb@kernel.org>
6809 L: linux-pm@vger.kernel.org
6810 S: Supported
6811 F: drivers/cpufreq/intel_pstate.c
6812
6813 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6814 M: Maik Broemme <mbroemme@libmpq.org>
6815 L: linux-fbdev@vger.kernel.org
6816 S: Maintained
6817 F: Documentation/fb/intelfb.txt
6818 F: drivers/video/fbdev/intelfb/
6819
6820 INTEL 810/815 FRAMEBUFFER DRIVER
6821 M: Antonino Daplas <adaplas@gmail.com>
6822 L: linux-fbdev@vger.kernel.org
6823 S: Maintained
6824 F: drivers/video/fbdev/i810/
6825
6826 INTEL MENLOW THERMAL DRIVER
6827 M: Sujith Thomas <sujith.thomas@intel.com>
6828 L: platform-driver-x86@vger.kernel.org
6829 W: https://01.org/linux-acpi
6830 S: Supported
6831 F: drivers/platform/x86/intel_menlow.c
6832
6833 INTEL I/OAT DMA DRIVER
6834 M: Dave Jiang <dave.jiang@intel.com>
6835 R: Dan Williams <dan.j.williams@intel.com>
6836 L: dmaengine@vger.kernel.org
6837 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
6838 S: Supported
6839 F: drivers/dma/ioat*
6840
6841 INTEL IOMMU (VT-d)
6842 M: David Woodhouse <dwmw2@infradead.org>
6843 L: iommu@lists.linux-foundation.org
6844 T: git git://git.infradead.org/iommu-2.6.git
6845 S: Supported
6846 F: drivers/iommu/intel-iommu.c
6847 F: include/linux/intel-iommu.h
6848
6849 INTEL IOP-ADMA DMA DRIVER
6850 R: Dan Williams <dan.j.williams@intel.com>
6851 S: Odd fixes
6852 F: drivers/dma/iop-adma.c
6853
6854 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6855 M: Krzysztof Halasa <khalasa@piap.pl>
6856 S: Maintained
6857 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
6858 F: arch/arm/mach-ixp4xx/include/mach/npe.h
6859 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6860 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
6861 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
6862 F: drivers/net/wan/ixp4xx_hss.c
6863
6864 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6865 M: Deepak Saxena <dsaxena@plexity.net>
6866 S: Maintained
6867 F: drivers/char/hw_random/ixp4xx-rng.c
6868
6869 INTEL ETHERNET DRIVERS
6870 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6871 L: intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6872 W: http://www.intel.com/support/feedback.htm
6873 W: http://e1000.sourceforge.net/
6874 Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6875 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6876 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6877 S: Supported
6878 F: Documentation/networking/e100.txt
6879 F: Documentation/networking/e1000.txt
6880 F: Documentation/networking/e1000e.txt
6881 F: Documentation/networking/igb.txt
6882 F: Documentation/networking/igbvf.txt
6883 F: Documentation/networking/ixgb.txt
6884 F: Documentation/networking/ixgbe.txt
6885 F: Documentation/networking/ixgbevf.txt
6886 F: Documentation/networking/i40e.txt
6887 F: Documentation/networking/i40evf.txt
6888 F: drivers/net/ethernet/intel/
6889 F: drivers/net/ethernet/intel/*/
6890 F: include/linux/avf/virtchnl.h
6891
6892 INTEL RDMA RNIC DRIVER
6893 M: Faisal Latif <faisal.latif@intel.com>
6894 M: Shiraz Saleem <shiraz.saleem@intel.com>
6895 L: linux-rdma@vger.kernel.org
6896 S: Supported
6897 F: drivers/infiniband/hw/i40iw/
6898
6899 INTEL MERRIFIELD GPIO DRIVER
6900 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6901 L: linux-gpio@vger.kernel.org
6902 S: Maintained
6903 F: drivers/gpio/gpio-merrifield.c
6904
6905 INTEL-MID GPIO DRIVER
6906 M: David Cohen <david.a.cohen@linux.intel.com>
6907 L: linux-gpio@vger.kernel.org
6908 S: Maintained
6909 F: drivers/gpio/gpio-intel-mid.c
6910
6911 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6912 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
6913 L: linux-wireless@vger.kernel.org
6914 S: Maintained
6915 F: Documentation/networking/README.ipw2100
6916 F: Documentation/networking/README.ipw2200
6917 F: drivers/net/wireless/intel/ipw2x00/
6918
6919 INTEL(R) TRACE HUB
6920 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
6921 S: Supported
6922 F: Documentation/trace/intel_th.txt
6923 F: drivers/hwtracing/intel_th/
6924
6925 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6926 M: Ning Sun <ning.sun@intel.com>
6927 L: tboot-devel@lists.sourceforge.net
6928 W: http://tboot.sourceforge.net
6929 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6930 S: Supported
6931 F: Documentation/intel_txt.txt
6932 F: include/linux/tboot.h
6933 F: arch/x86/kernel/tboot.c
6934
6935 INTEL WIRELESS WIMAX CONNECTION 2400
6936 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6937 M: linux-wimax@intel.com
6938 L: wimax@linuxwimax.org (subscribers-only)
6939 S: Supported
6940 W: http://linuxwimax.org
6941 F: Documentation/wimax/README.i2400m
6942 F: drivers/net/wimax/i2400m/
6943 F: include/uapi/linux/wimax/i2400m.h
6944
6945 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6946 M: Stanislaw Gruszka <sgruszka@redhat.com>
6947 L: linux-wireless@vger.kernel.org
6948 S: Supported
6949 F: drivers/net/wireless/intel/iwlegacy/
6950
6951 INTEL WIRELESS WIFI LINK (iwlwifi)
6952 M: Johannes Berg <johannes.berg@intel.com>
6953 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6954 M: Luca Coelho <luciano.coelho@intel.com>
6955 M: Intel Linux Wireless <linuxwifi@intel.com>
6956 L: linux-wireless@vger.kernel.org
6957 W: http://intellinuxwireless.org
6958 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6959 S: Supported
6960 F: drivers/net/wireless/intel/iwlwifi/
6961
6962 INTEL MANAGEMENT ENGINE (mei)
6963 M: Tomas Winkler <tomas.winkler@intel.com>
6964 L: linux-kernel@vger.kernel.org
6965 S: Supported
6966 F: include/uapi/linux/mei.h
6967 F: include/linux/mei_cl_bus.h
6968 F: drivers/misc/mei/*
6969 F: drivers/watchdog/mei_wdt.c
6970 F: Documentation/misc-devices/mei/*
6971 F: samples/mei/*
6972
6973 INTEL MIC DRIVERS (mic)
6974 M: Sudeep Dutt <sudeep.dutt@intel.com>
6975 M: Ashutosh Dixit <ashutosh.dixit@intel.com>
6976 S: Supported
6977 W: https://github.com/sudeepdutt/mic
6978 W: http://software.intel.com/en-us/mic-developer
6979 F: include/linux/mic_bus.h
6980 F: include/linux/scif.h
6981 F: include/uapi/linux/mic_common.h
6982 F: include/uapi/linux/mic_ioctl.h
6983 F: include/uapi/linux/scif_ioctl.h
6984 F: drivers/misc/mic/
6985 F: drivers/dma/mic_x100_dma.c
6986 F: drivers/dma/mic_x100_dma.h
6987 F: Documentation/mic/
6988
6989 INTEL PMC/P-Unit IPC DRIVER
6990 M: Zha Qipeng<qipeng.zha@intel.com>
6991 L: platform-driver-x86@vger.kernel.org
6992 S: Maintained
6993 F: drivers/platform/x86/intel_pmc_ipc.c
6994 F: drivers/platform/x86/intel_punit_ipc.c
6995 F: arch/x86/include/asm/intel_pmc_ipc.h
6996 F: arch/x86/include/asm/intel_punit_ipc.h
6997
6998 INTEL TELEMETRY DRIVER
6999 M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
7000 L: platform-driver-x86@vger.kernel.org
7001 S: Maintained
7002 F: arch/x86/include/asm/intel_telemetry.h
7003 F: drivers/platform/x86/intel_telemetry*
7004
7005 INTEL PMC CORE DRIVER
7006 M: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
7007 M: Vishwanath Somayaji <vishwanath.somayaji@intel.com>
7008 L: platform-driver-x86@vger.kernel.org
7009 S: Maintained
7010 F: arch/x86/include/asm/pmc_core.h
7011 F: drivers/platform/x86/intel_pmc_core*
7012
7013 INVENSENSE MPU-3050 GYROSCOPE DRIVER
7014 M: Linus Walleij <linus.walleij@linaro.org>
7015 L: linux-iio@vger.kernel.org
7016 S: Maintained
7017 F: drivers/iio/gyro/mpu3050*
7018 F: Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
7019
7020 IOC3 ETHERNET DRIVER
7021 M: Ralf Baechle <ralf@linux-mips.org>
7022 L: linux-mips@linux-mips.org
7023 S: Maintained
7024 F: drivers/net/ethernet/sgi/ioc3-eth.c
7025
7026 IOC3 SERIAL DRIVER
7027 M: Pat Gefre <pfg@sgi.com>
7028 L: linux-serial@vger.kernel.org
7029 S: Maintained
7030 F: drivers/tty/serial/ioc3_serial.c
7031
7032 IOMMU DRIVERS
7033 M: Joerg Roedel <joro@8bytes.org>
7034 L: iommu@lists.linux-foundation.org
7035 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
7036 S: Maintained
7037 F: Documentation/devicetree/bindings/iommu/
7038 F: drivers/iommu/
7039 F: include/linux/iommu.h
7040 F: include/linux/iova.h
7041
7042 IP MASQUERADING
7043 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
7044 S: Maintained
7045 F: net/ipv4/netfilter/ipt_MASQUERADE.c
7046
7047 IPMI SUBSYSTEM
7048 M: Corey Minyard <minyard@acm.org>
7049 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
7050 W: http://openipmi.sourceforge.net/
7051 S: Supported
7052 F: Documentation/IPMI.txt
7053 F: drivers/char/ipmi/
7054 F: include/linux/ipmi*
7055 F: include/uapi/linux/ipmi*
7056
7057 QCOM AUDIO (ASoC) DRIVERS
7058 M: Patrick Lai <plai@codeaurora.org>
7059 M: Banajit Goswami <bgoswami@codeaurora.org>
7060 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7061 S: Supported
7062 F: sound/soc/qcom/
7063
7064 IPS SCSI RAID DRIVER
7065 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
7066 L: linux-scsi@vger.kernel.org
7067 W: http://www.adaptec.com/
7068 S: Maintained
7069 F: drivers/scsi/ips*
7070
7071 IPVS
7072 M: Wensong Zhang <wensong@linux-vs.org>
7073 M: Simon Horman <horms@verge.net.au>
7074 M: Julian Anastasov <ja@ssi.bg>
7075 L: netdev@vger.kernel.org
7076 L: lvs-devel@vger.kernel.org
7077 S: Maintained
7078 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
7079 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
7080 F: Documentation/networking/ipvs-sysctl.txt
7081 F: include/net/ip_vs.h
7082 F: include/uapi/linux/ip_vs.h
7083 F: net/netfilter/ipvs/
7084
7085 IPWIRELESS DRIVER
7086 M: Jiri Kosina <jikos@kernel.org>
7087 M: David Sterba <dsterba@suse.com>
7088 S: Odd Fixes
7089 F: drivers/tty/ipwireless/
7090
7091 IPX NETWORK LAYER
7092 L: netdev@vger.kernel.org
7093 S: Odd fixes
7094 F: include/net/ipx.h
7095 F: include/uapi/linux/ipx.h
7096 F: net/ipx/
7097
7098 IRDA SUBSYSTEM
7099 M: Samuel Ortiz <samuel@sortiz.org>
7100 L: irda-users@lists.sourceforge.net (subscribers-only)
7101 L: netdev@vger.kernel.org
7102 W: http://irda.sourceforge.net/
7103 S: Maintained
7104 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
7105 F: Documentation/networking/irda.txt
7106 F: drivers/net/irda/
7107 F: include/net/irda/
7108 F: net/irda/
7109
7110 IRQ SUBSYSTEM
7111 M: Thomas Gleixner <tglx@linutronix.de>
7112 L: linux-kernel@vger.kernel.org
7113 S: Maintained
7114 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7115 F: kernel/irq/
7116
7117 IRQCHIP DRIVERS
7118 M: Thomas Gleixner <tglx@linutronix.de>
7119 M: Jason Cooper <jason@lakedaemon.net>
7120 M: Marc Zyngier <marc.zyngier@arm.com>
7121 L: linux-kernel@vger.kernel.org
7122 S: Maintained
7123 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7124 T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
7125 F: Documentation/devicetree/bindings/interrupt-controller/
7126 F: drivers/irqchip/
7127
7128 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
7129 M: Marc Zyngier <marc.zyngier@arm.com>
7130 S: Maintained
7131 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7132 F: Documentation/IRQ-domain.txt
7133 F: include/linux/irqdomain.h
7134 F: kernel/irq/irqdomain.c
7135 F: kernel/irq/msi.c
7136
7137 ISA
7138 M: William Breathitt Gray <vilhelm.gray@gmail.com>
7139 S: Maintained
7140 F: Documentation/isa.txt
7141 F: drivers/base/isa.c
7142 F: include/linux/isa.h
7143
7144 ISAPNP
7145 M: Jaroslav Kysela <perex@perex.cz>
7146 S: Maintained
7147 F: Documentation/isapnp.txt
7148 F: drivers/pnp/isapnp/
7149 F: include/linux/isapnp.h
7150
7151 ISA RADIO MODULE
7152 M: Hans Verkuil <hverkuil@xs4all.nl>
7153 L: linux-media@vger.kernel.org
7154 T: git git://linuxtv.org/media_tree.git
7155 W: https://linuxtv.org
7156 S: Maintained
7157 F: drivers/media/radio/radio-isa*
7158
7159 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
7160 M: Peter Jones <pjones@redhat.com>
7161 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
7162 S: Maintained
7163 F: drivers/firmware/iscsi_ibft*
7164
7165 ISCSI
7166 M: Lee Duncan <lduncan@suse.com>
7167 M: Chris Leech <cleech@redhat.com>
7168 L: open-iscsi@googlegroups.com
7169 W: www.open-iscsi.com
7170 S: Maintained
7171 F: drivers/scsi/*iscsi*
7172 F: include/scsi/*iscsi*
7173
7174 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
7175 M: Or Gerlitz <ogerlitz@mellanox.com>
7176 M: Sagi Grimberg <sagi@grimberg.me>
7177 M: Roi Dayan <roid@mellanox.com>
7178 L: linux-rdma@vger.kernel.org
7179 S: Supported
7180 W: http://www.openfabrics.org
7181 W: www.open-iscsi.org
7182 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7183 F: drivers/infiniband/ulp/iser/
7184
7185 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
7186 M: Sagi Grimberg <sagi@grimberg.me>
7187 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
7188 L: linux-rdma@vger.kernel.org
7189 L: target-devel@vger.kernel.org
7190 S: Supported
7191 W: http://www.linux-iscsi.org
7192 F: drivers/infiniband/ulp/isert
7193
7194 ISDN SUBSYSTEM
7195 M: Karsten Keil <isdn@linux-pingi.de>
7196 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
7197 L: netdev@vger.kernel.org
7198 W: http://www.isdn4linux.de
7199 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
7200 S: Maintained
7201 F: Documentation/isdn/
7202 F: drivers/isdn/
7203 F: include/linux/isdn.h
7204 F: include/linux/isdn/
7205 F: include/uapi/linux/isdn.h
7206 F: include/uapi/linux/isdn/
7207
7208 ISDN SUBSYSTEM (Eicon active card driver)
7209 M: Armin Schindler <mac@melware.de>
7210 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
7211 W: http://www.melware.de
7212 S: Maintained
7213 F: drivers/isdn/hardware/eicon/
7214
7215 IT87 HARDWARE MONITORING DRIVER
7216 M: Jean Delvare <jdelvare@suse.com>
7217 L: linux-hwmon@vger.kernel.org
7218 S: Maintained
7219 F: Documentation/hwmon/it87
7220 F: drivers/hwmon/it87.c
7221
7222 IT913X MEDIA DRIVER
7223 M: Antti Palosaari <crope@iki.fi>
7224 L: linux-media@vger.kernel.org
7225 W: https://linuxtv.org
7226 W: http://palosaari.fi/linux/
7227 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7228 T: git git://linuxtv.org/anttip/media_tree.git
7229 S: Maintained
7230 F: drivers/media/tuners/it913x*
7231
7232 IVTV VIDEO4LINUX DRIVER
7233 M: Andy Walls <awalls@md.metrocast.net>
7234 L: ivtv-devel@ivtvdriver.org (subscribers-only)
7235 L: linux-media@vger.kernel.org
7236 T: git git://linuxtv.org/media_tree.git
7237 W: http://www.ivtvdriver.org
7238 S: Maintained
7239 F: Documentation/media/v4l-drivers/ivtv*
7240 F: drivers/media/pci/ivtv/
7241 F: include/uapi/linux/ivtv*
7242
7243 IX2505V MEDIA DRIVER
7244 M: Malcolm Priestley <tvboxspy@gmail.com>
7245 L: linux-media@vger.kernel.org
7246 W: https://linuxtv.org
7247 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7248 S: Maintained
7249 F: drivers/media/dvb-frontends/ix2505v*
7250
7251 JC42.4 TEMPERATURE SENSOR DRIVER
7252 M: Guenter Roeck <linux@roeck-us.net>
7253 L: linux-hwmon@vger.kernel.org
7254 S: Maintained
7255 F: drivers/hwmon/jc42.c
7256 F: Documentation/hwmon/jc42
7257
7258 JFS FILESYSTEM
7259 M: Dave Kleikamp <shaggy@kernel.org>
7260 L: jfs-discussion@lists.sourceforge.net
7261 W: http://jfs.sourceforge.net/
7262 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
7263 S: Maintained
7264 F: Documentation/filesystems/jfs.txt
7265 F: fs/jfs/
7266
7267 JME NETWORK DRIVER
7268 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
7269 L: netdev@vger.kernel.org
7270 S: Maintained
7271 F: drivers/net/ethernet/jme.*
7272
7273 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
7274 M: David Woodhouse <dwmw2@infradead.org>
7275 L: linux-mtd@lists.infradead.org
7276 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
7277 S: Maintained
7278 F: fs/jffs2/
7279 F: include/uapi/linux/jffs2.h
7280
7281 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
7282 M: "Theodore Ts'o" <tytso@mit.edu>
7283 M: Jan Kara <jack@suse.com>
7284 L: linux-ext4@vger.kernel.org
7285 S: Maintained
7286 F: fs/jbd2/
7287 F: include/linux/jbd2.h
7288
7289 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
7290 M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
7291 L: linux-media@vger.kernel.org
7292 S: Maintained
7293 F: drivers/media/platform/rcar_jpu.c
7294
7295 JSM Neo PCI based serial card
7296 M: Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com>
7297 L: linux-serial@vger.kernel.org
7298 S: Maintained
7299 F: drivers/tty/serial/jsm/
7300
7301 K10TEMP HARDWARE MONITORING DRIVER
7302 M: Clemens Ladisch <clemens@ladisch.de>
7303 L: linux-hwmon@vger.kernel.org
7304 S: Maintained
7305 F: Documentation/hwmon/k10temp
7306 F: drivers/hwmon/k10temp.c
7307
7308 K8TEMP HARDWARE MONITORING DRIVER
7309 M: Rudolf Marek <r.marek@assembler.cz>
7310 L: linux-hwmon@vger.kernel.org
7311 S: Maintained
7312 F: Documentation/hwmon/k8temp
7313 F: drivers/hwmon/k8temp.c
7314
7315 KASAN
7316 M: Andrey Ryabinin <aryabinin@virtuozzo.com>
7317 R: Alexander Potapenko <glider@google.com>
7318 R: Dmitry Vyukov <dvyukov@google.com>
7319 L: kasan-dev@googlegroups.com
7320 S: Maintained
7321 F: arch/*/include/asm/kasan.h
7322 F: arch/*/mm/kasan_init*
7323 F: Documentation/dev-tools/kasan.rst
7324 F: include/linux/kasan*.h
7325 F: lib/test_kasan.c
7326 F: mm/kasan/
7327 F: scripts/Makefile.kasan
7328
7329 KCONFIG
7330 M: "Yann E. MORIN" <yann.morin.1998@free.fr>
7331 L: linux-kbuild@vger.kernel.org
7332 T: git git://gitorious.org/linux-kconfig/linux-kconfig
7333 S: Maintained
7334 F: Documentation/kbuild/kconfig-language.txt
7335 F: scripts/kconfig/
7336
7337 KDUMP
7338 M: Dave Young <dyoung@redhat.com>
7339 M: Baoquan He <bhe@redhat.com>
7340 R: Vivek Goyal <vgoyal@redhat.com>
7341 L: kexec@lists.infradead.org
7342 W: http://lse.sourceforge.net/kdump/
7343 S: Maintained
7344 F: Documentation/kdump/
7345
7346 KEENE FM RADIO TRANSMITTER DRIVER
7347 M: Hans Verkuil <hverkuil@xs4all.nl>
7348 L: linux-media@vger.kernel.org
7349 T: git git://linuxtv.org/media_tree.git
7350 W: https://linuxtv.org
7351 S: Maintained
7352 F: drivers/media/radio/radio-keene*
7353
7354 KERNEL AUTOMOUNTER v4 (AUTOFS4)
7355 M: Ian Kent <raven@themaw.net>
7356 L: autofs@vger.kernel.org
7357 S: Maintained
7358 F: fs/autofs4/
7359
7360 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
7361 M: Masahiro Yamada <yamada.masahiro@socionext.com>
7362 M: Michal Marek <mmarek@suse.com>
7363 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
7364 L: linux-kbuild@vger.kernel.org
7365 S: Maintained
7366 F: Documentation/kbuild/
7367 F: Makefile
7368 F: scripts/Makefile.*
7369 F: scripts/basic/
7370 F: scripts/mk*
7371 F: scripts/package/
7372
7373 KERNEL JANITORS
7374 L: kernel-janitors@vger.kernel.org
7375 W: http://kernelnewbies.org/KernelJanitors
7376 S: Odd Fixes
7377
7378 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
7379 M: "J. Bruce Fields" <bfields@fieldses.org>
7380 M: Jeff Layton <jlayton@poochiereds.net>
7381 L: linux-nfs@vger.kernel.org
7382 W: http://nfs.sourceforge.net/
7383 T: git git://linux-nfs.org/~bfields/linux.git
7384 S: Supported
7385 F: fs/nfsd/
7386 F: include/uapi/linux/nfsd/
7387 F: fs/lockd/
7388 F: fs/nfs_common/
7389 F: net/sunrpc/
7390 F: include/linux/lockd/
7391 F: include/linux/sunrpc/
7392 F: include/uapi/linux/sunrpc/
7393
7394 KERNEL SELFTEST FRAMEWORK
7395 M: Shuah Khan <shuahkh@osg.samsung.com>
7396 M: Shuah Khan <shuah@kernel.org>
7397 L: linux-kselftest@vger.kernel.org
7398 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git
7399 S: Maintained
7400 F: tools/testing/selftests/
7401 F: Documentation/dev-tools/kselftest*
7402
7403 KERNEL VIRTUAL MACHINE (KVM)
7404 M: Paolo Bonzini <pbonzini@redhat.com>
7405 M: Radim Krčmář <rkrcmar@redhat.com>
7406 L: kvm@vger.kernel.org
7407 W: http://www.linux-kvm.org
7408 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7409 S: Supported
7410 F: Documentation/*/kvm*.txt
7411 F: Documentation/virtual/kvm/
7412 F: arch/*/kvm/
7413 F: arch/x86/kernel/kvm.c
7414 F: arch/x86/kernel/kvmclock.c
7415 F: arch/*/include/asm/kvm*
7416 F: include/linux/kvm*
7417 F: include/uapi/linux/kvm*
7418 F: virt/kvm/
7419 F: tools/kvm/
7420
7421 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
7422 M: Joerg Roedel <joro@8bytes.org>
7423 L: kvm@vger.kernel.org
7424 W: http://www.linux-kvm.org/
7425 S: Maintained
7426 F: arch/x86/include/asm/svm.h
7427 F: arch/x86/kvm/svm.c
7428
7429 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
7430 M: Alexander Graf <agraf@suse.com>
7431 L: kvm-ppc@vger.kernel.org
7432 W: http://www.linux-kvm.org/
7433 T: git git://github.com/agraf/linux-2.6.git
7434 S: Supported
7435 F: arch/powerpc/include/asm/kvm*
7436 F: arch/powerpc/kvm/
7437
7438 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7439 M: Christian Borntraeger <borntraeger@de.ibm.com>
7440 M: Cornelia Huck <cohuck@redhat.com>
7441 L: linux-s390@vger.kernel.org
7442 W: http://www.ibm.com/developerworks/linux/linux390/
7443 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7444 S: Supported
7445 F: Documentation/s390/kvm.txt
7446 F: arch/s390/include/asm/kvm*
7447 F: arch/s390/kvm/
7448 F: arch/s390/mm/gmap.c
7449
7450 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
7451 M: Christoffer Dall <christoffer.dall@linaro.org>
7452 M: Marc Zyngier <marc.zyngier@arm.com>
7453 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7454 L: kvmarm@lists.cs.columbia.edu
7455 W: http://systems.cs.columbia.edu/projects/kvm-arm
7456 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7457 S: Supported
7458 F: arch/arm/include/uapi/asm/kvm*
7459 F: arch/arm/include/asm/kvm*
7460 F: arch/arm/kvm/
7461 F: virt/kvm/arm/
7462 F: include/kvm/arm_*
7463
7464 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7465 M: Christoffer Dall <christoffer.dall@linaro.org>
7466 M: Marc Zyngier <marc.zyngier@arm.com>
7467 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7468 L: kvmarm@lists.cs.columbia.edu
7469 S: Maintained
7470 F: arch/arm64/include/uapi/asm/kvm*
7471 F: arch/arm64/include/asm/kvm*
7472 F: arch/arm64/kvm/
7473
7474 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7475 M: James Hogan <james.hogan@imgtec.com>
7476 L: linux-mips@linux-mips.org
7477 S: Supported
7478 F: arch/mips/include/uapi/asm/kvm*
7479 F: arch/mips/include/asm/kvm*
7480 F: arch/mips/kvm/
7481
7482 KERNFS
7483 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7484 M: Tejun Heo <tj@kernel.org>
7485 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
7486 S: Supported
7487 F: include/linux/kernfs.h
7488 F: fs/kernfs/
7489
7490 KEXEC
7491 M: Eric Biederman <ebiederm@xmission.com>
7492 W: http://kernel.org/pub/linux/utils/kernel/kexec/
7493 L: kexec@lists.infradead.org
7494 S: Maintained
7495 F: include/linux/kexec.h
7496 F: include/uapi/linux/kexec.h
7497 F: kernel/kexec*
7498
7499 KEYS/KEYRINGS:
7500 M: David Howells <dhowells@redhat.com>
7501 L: keyrings@vger.kernel.org
7502 S: Maintained
7503 F: Documentation/security/keys/core.rst
7504 F: include/linux/key.h
7505 F: include/linux/key-type.h
7506 F: include/linux/keyctl.h
7507 F: include/uapi/linux/keyctl.h
7508 F: include/keys/
7509 F: security/keys/
7510
7511 KEYS-TRUSTED
7512 M: David Safford <safford@us.ibm.com>
7513 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
7514 L: linux-security-module@vger.kernel.org
7515 L: keyrings@vger.kernel.org
7516 S: Supported
7517 F: Documentation/security/keys/trusted-encrypted.rst
7518 F: include/keys/trusted-type.h
7519 F: security/keys/trusted.c
7520 F: security/keys/trusted.h
7521
7522 KEYS-ENCRYPTED
7523 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
7524 M: David Safford <safford@us.ibm.com>
7525 L: linux-security-module@vger.kernel.org
7526 L: keyrings@vger.kernel.org
7527 S: Supported
7528 F: Documentation/security/keys/trusted-encrypted.rst
7529 F: include/keys/encrypted-type.h
7530 F: security/keys/encrypted-keys/
7531
7532 KGDB / KDB /debug_core
7533 M: Jason Wessel <jason.wessel@windriver.com>
7534 W: http://kgdb.wiki.kernel.org/
7535 L: kgdb-bugreport@lists.sourceforge.net
7536 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7537 S: Maintained
7538 F: Documentation/dev-tools/kgdb.rst
7539 F: drivers/misc/kgdbts.c
7540 F: drivers/tty/serial/kgdboc.c
7541 F: include/linux/kdb.h
7542 F: include/linux/kgdb.h
7543 F: kernel/debug/
7544
7545 KMEMCHECK
7546 M: Vegard Nossum <vegardno@ifi.uio.no>
7547 M: Pekka Enberg <penberg@kernel.org>
7548 S: Maintained
7549 F: Documentation/dev-tools/kmemcheck.rst
7550 F: arch/x86/include/asm/kmemcheck.h
7551 F: arch/x86/mm/kmemcheck/
7552 F: include/linux/kmemcheck.h
7553 F: mm/kmemcheck.c
7554
7555 KMEMLEAK
7556 M: Catalin Marinas <catalin.marinas@arm.com>
7557 S: Maintained
7558 F: Documentation/dev-tools/kmemleak.rst
7559 F: include/linux/kmemleak.h
7560 F: mm/kmemleak.c
7561 F: mm/kmemleak-test.c
7562
7563 KMOD MODULE USERMODE HELPER
7564 M: "Luis R. Rodriguez" <mcgrof@kernel.org>
7565 L: linux-kernel@vger.kernel.org
7566 S: Maintained
7567 F: kernel/kmod.c
7568 F: include/linux/kmod.h
7569 F: lib/test_kmod.c
7570 F: tools/testing/selftests/kmod/
7571
7572 KPROBES
7573 M: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7574 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7575 M: "David S. Miller" <davem@davemloft.net>
7576 M: Masami Hiramatsu <mhiramat@kernel.org>
7577 S: Maintained
7578 F: Documentation/kprobes.txt
7579 F: include/linux/kprobes.h
7580 F: include/asm-generic/kprobes.h
7581 F: kernel/kprobes.c
7582
7583 KS0108 LCD CONTROLLER DRIVER
7584 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7585 W: http://miguelojeda.es/auxdisplay.htm
7586 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7587 S: Maintained
7588 F: Documentation/auxdisplay/ks0108
7589 F: drivers/auxdisplay/ks0108.c
7590 F: include/linux/ks0108.h
7591
7592 L3MDEV
7593 M: David Ahern <dsa@cumulusnetworks.com>
7594 L: netdev@vger.kernel.org
7595 S: Maintained
7596 F: net/l3mdev
7597 F: include/net/l3mdev.h
7598
7599 LANTIQ MIPS ARCHITECTURE
7600 M: John Crispin <john@phrozen.org>
7601 L: linux-mips@linux-mips.org
7602 S: Maintained
7603 F: arch/mips/lantiq
7604
7605 LAPB module
7606 L: linux-x25@vger.kernel.org
7607 S: Orphan
7608 F: Documentation/networking/lapb-module.txt
7609 F: include/*/lapb.h
7610 F: net/lapb/
7611
7612 LASI 53c700 driver for PARISC
7613 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7614 L: linux-scsi@vger.kernel.org
7615 S: Maintained
7616 F: Documentation/scsi/53c700.txt
7617 F: drivers/scsi/53c700*
7618
7619 LED SUBSYSTEM
7620 M: Richard Purdie <rpurdie@rpsys.net>
7621 M: Jacek Anaszewski <jacek.anaszewski@gmail.com>
7622 M: Pavel Machek <pavel@ucw.cz>
7623 L: linux-leds@vger.kernel.org
7624 T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7625 S: Maintained
7626 F: Documentation/devicetree/bindings/leds/
7627 F: drivers/leds/
7628 F: include/linux/leds.h
7629
7630 LEGACY EEPROM DRIVER
7631 M: Jean Delvare <jdelvare@suse.com>
7632 S: Maintained
7633 F: Documentation/misc-devices/eeprom
7634 F: drivers/misc/eeprom/eeprom.c
7635
7636 LEGO USB Tower driver
7637 M: Juergen Stuber <starblue@users.sourceforge.net>
7638 L: legousb-devel@lists.sourceforge.net
7639 W: http://legousb.sourceforge.net/
7640 S: Maintained
7641 F: drivers/usb/misc/legousbtower.c
7642
7643 LG2160 MEDIA DRIVER
7644 M: Michael Krufky <mkrufky@linuxtv.org>
7645 L: linux-media@vger.kernel.org
7646 W: https://linuxtv.org
7647 W: http://github.com/mkrufky
7648 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7649 T: git git://linuxtv.org/mkrufky/tuners.git
7650 S: Maintained
7651 F: drivers/media/dvb-frontends/lg2160.*
7652
7653 LGDT3305 MEDIA DRIVER
7654 M: Michael Krufky <mkrufky@linuxtv.org>
7655 L: linux-media@vger.kernel.org
7656 W: https://linuxtv.org
7657 W: http://github.com/mkrufky
7658 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7659 T: git git://linuxtv.org/mkrufky/tuners.git
7660 S: Maintained
7661 F: drivers/media/dvb-frontends/lgdt3305.*
7662
7663 LGUEST
7664 M: Rusty Russell <rusty@rustcorp.com.au>
7665 L: lguest@lists.ozlabs.org
7666 W: http://lguest.ozlabs.org/
7667 S: Odd Fixes
7668 F: arch/x86/include/asm/lguest*.h
7669 F: arch/x86/lguest/
7670 F: drivers/lguest/
7671 F: include/linux/lguest*.h
7672 F: tools/lguest/
7673
7674 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7675 M: Tejun Heo <tj@kernel.org>
7676 L: linux-ide@vger.kernel.org
7677 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7678 S: Maintained
7679 F: drivers/ata/
7680 F: include/linux/ata.h
7681 F: include/linux/libata.h
7682 F: Documentation/devicetree/bindings/ata/
7683
7684 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7685 M: Viresh Kumar <vireshk@kernel.org>
7686 L: linux-ide@vger.kernel.org
7687 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7688 S: Maintained
7689 F: include/linux/pata_arasan_cf_data.h
7690 F: drivers/ata/pata_arasan_cf.c
7691
7692 LIBATA PATA DRIVERS
7693 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7694 M: Tejun Heo <tj@kernel.org>
7695 L: linux-ide@vger.kernel.org
7696 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7697 S: Maintained
7698 F: drivers/ata/pata_*.c
7699 F: drivers/ata/ata_generic.c
7700
7701 LIBATA PATA FARADAY FTIDE010 AND GEMINI SATA BRIDGE DRIVERS
7702 M: Linus Walleij <linus.walleij@linaro.org>
7703 L: linux-ide@vger.kernel.org
7704 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7705 S: Maintained
7706 F: drivers/ata/pata_ftide010.c
7707 F: drivers/ata/sata_gemini.c
7708 F: drivers/ata/sata_gemini.h
7709
7710 LIBATA SATA AHCI PLATFORM devices support
7711 M: Hans de Goede <hdegoede@redhat.com>
7712 M: Tejun Heo <tj@kernel.org>
7713 L: linux-ide@vger.kernel.org
7714 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7715 S: Maintained
7716 F: drivers/ata/ahci_platform.c
7717 F: drivers/ata/libahci_platform.c
7718 F: include/linux/ahci_platform.h
7719
7720 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7721 M: Mikael Pettersson <mikpelinux@gmail.com>
7722 L: linux-ide@vger.kernel.org
7723 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7724 S: Maintained
7725 F: drivers/ata/sata_promise.*
7726
7727 LIBLOCKDEP
7728 M: Sasha Levin <alexander.levin@verizon.com>
7729 S: Maintained
7730 F: tools/lib/lockdep/
7731
7732 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7733 M: Dan Williams <dan.j.williams@intel.com>
7734 L: linux-nvdimm@lists.01.org
7735 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7736 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7737 S: Supported
7738 F: drivers/nvdimm/*
7739 F: include/linux/nd.h
7740 F: include/linux/libnvdimm.h
7741 F: include/uapi/linux/ndctl.h
7742
7743 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7744 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7745 L: linux-nvdimm@lists.01.org
7746 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7747 S: Supported
7748 F: drivers/nvdimm/blk.c
7749 F: drivers/nvdimm/region_devs.c
7750 F: drivers/acpi/nfit*
7751
7752 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7753 M: Vishal Verma <vishal.l.verma@intel.com>
7754 L: linux-nvdimm@lists.01.org
7755 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7756 S: Supported
7757 F: drivers/nvdimm/btt*
7758
7759 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7760 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7761 L: linux-nvdimm@lists.01.org
7762 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7763 S: Supported
7764 F: drivers/nvdimm/pmem*
7765
7766 LIGHTNVM PLATFORM SUPPORT
7767 M: Matias Bjorling <mb@lightnvm.io>
7768 W: http://github/OpenChannelSSD
7769 L: linux-block@vger.kernel.org
7770 S: Maintained
7771 F: drivers/lightnvm/
7772 F: include/linux/lightnvm.h
7773 F: include/uapi/linux/lightnvm.h
7774
7775 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7776 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7777 M: Paul Mackerras <paulus@samba.org>
7778 M: Michael Ellerman <mpe@ellerman.id.au>
7779 W: https://github.com/linuxppc/linux/wiki
7780 L: linuxppc-dev@lists.ozlabs.org
7781 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7782 T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7783 S: Supported
7784 F: Documentation/ABI/stable/sysfs-firmware-opal-*
7785 F: Documentation/devicetree/bindings/powerpc/
7786 F: Documentation/devicetree/bindings/rtc/rtc-opal.txt
7787 F: Documentation/devicetree/bindings/i2c/i2c-opal.txt
7788 F: Documentation/powerpc/
7789 F: arch/powerpc/
7790 F: drivers/char/tpm/tpm_ibmvtpm*
7791 F: drivers/crypto/nx/
7792 F: drivers/crypto/vmx/
7793 F: drivers/i2c/busses/i2c-opal.c
7794 F: drivers/net/ethernet/ibm/ibmveth.*
7795 F: drivers/net/ethernet/ibm/ibmvnic.*
7796 F: drivers/pci/hotplug/pnv_php.c
7797 F: drivers/pci/hotplug/rpa*
7798 F: drivers/rtc/rtc-opal.c
7799 F: drivers/scsi/ibmvscsi/
7800 F: drivers/tty/hvc/hvc_opal.c
7801 F: tools/testing/selftests/powerpc
7802 N: /pmac
7803 N: powermac
7804 N: powernv
7805 N: [^a-z0-9]ps3
7806 N: pseries
7807
7808 LINUX FOR POWER MACINTOSH
7809 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7810 W: http://www.penguinppc.org/
7811 L: linuxppc-dev@lists.ozlabs.org
7812 S: Maintained
7813 F: arch/powerpc/platforms/powermac/
7814 F: drivers/macintosh/
7815
7816 LINUX FOR POWERPC EMBEDDED MPC5XXX
7817 M: Anatolij Gustschin <agust@denx.de>
7818 L: linuxppc-dev@lists.ozlabs.org
7819 T: git git://git.denx.de/linux-denx-agust.git
7820 S: Maintained
7821 F: arch/powerpc/platforms/512x/
7822 F: arch/powerpc/platforms/52xx/
7823
7824 LINUX FOR POWERPC EMBEDDED PPC4XX
7825 M: Alistair Popple <alistair@popple.id.au>
7826 M: Matt Porter <mporter@kernel.crashing.org>
7827 W: http://www.penguinppc.org/
7828 L: linuxppc-dev@lists.ozlabs.org
7829 S: Maintained
7830 F: arch/powerpc/platforms/40x/
7831 F: arch/powerpc/platforms/44x/
7832
7833 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7834 L: linuxppc-dev@lists.ozlabs.org
7835 S: Orphan
7836 F: arch/powerpc/*/*virtex*
7837 F: arch/powerpc/*/*/*virtex*
7838
7839 LINUX FOR POWERPC EMBEDDED PPC8XX
7840 M: Vitaly Bordug <vitb@kernel.crashing.org>
7841 W: http://www.penguinppc.org/
7842 L: linuxppc-dev@lists.ozlabs.org
7843 S: Maintained
7844 F: arch/powerpc/platforms/8xx/
7845
7846 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7847 M: Scott Wood <oss@buserror.net>
7848 M: Kumar Gala <galak@kernel.crashing.org>
7849 W: http://www.penguinppc.org/
7850 L: linuxppc-dev@lists.ozlabs.org
7851 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7852 S: Maintained
7853 F: arch/powerpc/platforms/83xx/
7854 F: arch/powerpc/platforms/85xx/
7855 F: Documentation/devicetree/bindings/powerpc/fsl/
7856
7857 LINUX FOR POWERPC PA SEMI PWRFICIENT
7858 L: linuxppc-dev@lists.ozlabs.org
7859 S: Orphan
7860 F: arch/powerpc/platforms/pasemi/
7861 F: drivers/*/*pasemi*
7862 F: drivers/*/*/*pasemi*
7863
7864 LINUX SECURITY MODULE (LSM) FRAMEWORK
7865 M: Chris Wright <chrisw@sous-sol.org>
7866 L: linux-security-module@vger.kernel.org
7867 S: Supported
7868
7869 LIS3LV02D ACCELEROMETER DRIVER
7870 M: Eric Piel <eric.piel@tremplin-utc.net>
7871 S: Maintained
7872 F: Documentation/misc-devices/lis3lv02d
7873 F: drivers/misc/lis3lv02d/
7874 F: drivers/platform/x86/hp_accel.c
7875
7876 LIVE PATCHING
7877 M: Josh Poimboeuf <jpoimboe@redhat.com>
7878 M: Jessica Yu <jeyu@kernel.org>
7879 M: Jiri Kosina <jikos@kernel.org>
7880 M: Miroslav Benes <mbenes@suse.cz>
7881 R: Petr Mladek <pmladek@suse.com>
7882 S: Maintained
7883 F: kernel/livepatch/
7884 F: include/linux/livepatch.h
7885 F: arch/x86/include/asm/livepatch.h
7886 F: arch/x86/kernel/livepatch.c
7887 F: Documentation/livepatch/
7888 F: Documentation/ABI/testing/sysfs-kernel-livepatch
7889 F: samples/livepatch/
7890 L: live-patching@vger.kernel.org
7891 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7892
7893 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7894 M: Kees Cook <keescook@chromium.org>
7895 S: Maintained
7896 F: drivers/misc/lkdtm*
7897
7898 LLC (802.2)
7899 L: netdev@vger.kernel.org
7900 S: Odd fixes
7901 F: include/linux/llc.h
7902 F: include/uapi/linux/llc.h
7903 F: include/net/llc*
7904 F: net/llc/
7905
7906 LM73 HARDWARE MONITOR DRIVER
7907 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
7908 L: linux-hwmon@vger.kernel.org
7909 S: Maintained
7910 F: drivers/hwmon/lm73.c
7911
7912 LM78 HARDWARE MONITOR DRIVER
7913 M: Jean Delvare <jdelvare@suse.com>
7914 L: linux-hwmon@vger.kernel.org
7915 S: Maintained
7916 F: Documentation/hwmon/lm78
7917 F: drivers/hwmon/lm78.c
7918
7919 LM83 HARDWARE MONITOR DRIVER
7920 M: Jean Delvare <jdelvare@suse.com>
7921 L: linux-hwmon@vger.kernel.org
7922 S: Maintained
7923 F: Documentation/hwmon/lm83
7924 F: drivers/hwmon/lm83.c
7925
7926 LM90 HARDWARE MONITOR DRIVER
7927 M: Jean Delvare <jdelvare@suse.com>
7928 L: linux-hwmon@vger.kernel.org
7929 S: Maintained
7930 F: Documentation/hwmon/lm90
7931 F: Documentation/devicetree/bindings/hwmon/lm90.txt
7932 F: drivers/hwmon/lm90.c
7933 F: include/dt-bindings/thermal/lm90.h
7934
7935 LM95234 HARDWARE MONITOR DRIVER
7936 M: Guenter Roeck <linux@roeck-us.net>
7937 L: linux-hwmon@vger.kernel.org
7938 S: Maintained
7939 F: Documentation/hwmon/lm95234
7940 F: drivers/hwmon/lm95234.c
7941
7942 LME2510 MEDIA DRIVER
7943 M: Malcolm Priestley <tvboxspy@gmail.com>
7944 L: linux-media@vger.kernel.org
7945 W: https://linuxtv.org
7946 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7947 S: Maintained
7948 F: drivers/media/usb/dvb-usb-v2/lmedm04*
7949
7950 LOCKING PRIMITIVES
7951 M: Peter Zijlstra <peterz@infradead.org>
7952 M: Ingo Molnar <mingo@redhat.com>
7953 L: linux-kernel@vger.kernel.org
7954 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7955 S: Maintained
7956 F: Documentation/locking/
7957 F: include/linux/lockdep.h
7958 F: include/linux/spinlock*.h
7959 F: arch/*/include/asm/spinlock*.h
7960 F: include/linux/rwlock*.h
7961 F: include/linux/mutex*.h
7962 F: arch/*/include/asm/mutex*.h
7963 F: include/linux/rwsem*.h
7964 F: arch/*/include/asm/rwsem.h
7965 F: include/linux/seqlock.h
7966 F: lib/locking*.[ch]
7967 F: kernel/locking/
7968
7969 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7970 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
7971 L: linux-ntfs-dev@lists.sourceforge.net
7972 W: http://www.linux-ntfs.org/content/view/19/37/
7973 S: Maintained
7974 F: Documentation/ldm.txt
7975 F: block/partitions/ldm.*
7976
7977 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7978 M: Sathya Prakash <sathya.prakash@broadcom.com>
7979 M: Chaitra P B <chaitra.basappa@broadcom.com>
7980 M: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7981 L: MPT-FusionLinux.pdl@broadcom.com
7982 L: linux-scsi@vger.kernel.org
7983 W: http://www.avagotech.com/support/
7984 S: Supported
7985 F: drivers/message/fusion/
7986 F: drivers/scsi/mpt2sas/
7987 F: drivers/scsi/mpt3sas/
7988
7989 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7990 M: Matthew Wilcox <matthew@wil.cx>
7991 L: linux-scsi@vger.kernel.org
7992 S: Maintained
7993 F: drivers/scsi/sym53c8xx_2/
7994
7995 LTC4261 HARDWARE MONITOR DRIVER
7996 M: Guenter Roeck <linux@roeck-us.net>
7997 L: linux-hwmon@vger.kernel.org
7998 S: Maintained
7999 F: Documentation/hwmon/ltc4261
8000 F: drivers/hwmon/ltc4261.c
8001
8002 LTC4306 I2C MULTIPLEXER DRIVER
8003 M: Michael Hennerich <michael.hennerich@analog.com>
8004 W: http://ez.analog.com/community/linux-device-drivers
8005 L: linux-i2c@vger.kernel.org
8006 S: Supported
8007 F: drivers/i2c/muxes/i2c-mux-ltc4306.c
8008 F: Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
8009
8010 LTP (Linux Test Project)
8011 M: Mike Frysinger <vapier@gentoo.org>
8012 M: Cyril Hrubis <chrubis@suse.cz>
8013 M: Wanlong Gao <wanlong.gao@gmail.com>
8014 M: Jan Stancek <jstancek@redhat.com>
8015 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
8016 M: Alexey Kodanev <alexey.kodanev@oracle.com>
8017 L: ltp@lists.linux.it (subscribers-only)
8018 W: http://linux-test-project.github.io/
8019 T: git git://github.com/linux-test-project/ltp.git
8020 S: Maintained
8021
8022 M32R ARCHITECTURE
8023 W: http://www.linux-m32r.org/
8024 S: Orphan
8025 F: arch/m32r/
8026
8027 M68K ARCHITECTURE
8028 M: Geert Uytterhoeven <geert@linux-m68k.org>
8029 L: linux-m68k@lists.linux-m68k.org
8030 W: http://www.linux-m68k.org/
8031 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
8032 S: Maintained
8033 F: arch/m68k/
8034 F: drivers/zorro/
8035
8036 M68K ON APPLE MACINTOSH
8037 M: Joshua Thompson <funaho@jurai.org>
8038 W: http://www.mac.linux-m68k.org/
8039 L: linux-m68k@lists.linux-m68k.org
8040 S: Maintained
8041 F: arch/m68k/mac/
8042
8043 M68K ON HP9000/300
8044 M: Philip Blundell <philb@gnu.org>
8045 W: http://www.tazenda.demon.co.uk/phil/linux-hp
8046 S: Maintained
8047 F: arch/m68k/hp300/
8048
8049 M88DS3103 MEDIA DRIVER
8050 M: Antti Palosaari <crope@iki.fi>
8051 L: linux-media@vger.kernel.org
8052 W: https://linuxtv.org
8053 W: http://palosaari.fi/linux/
8054 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8055 T: git git://linuxtv.org/anttip/media_tree.git
8056 S: Maintained
8057 F: drivers/media/dvb-frontends/m88ds3103*
8058
8059 M88RS2000 MEDIA DRIVER
8060 M: Malcolm Priestley <tvboxspy@gmail.com>
8061 L: linux-media@vger.kernel.org
8062 W: https://linuxtv.org
8063 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8064 S: Maintained
8065 F: drivers/media/dvb-frontends/m88rs2000*
8066
8067 MA901 MASTERKIT USB FM RADIO DRIVER
8068 M: Alexey Klimov <klimov.linux@gmail.com>
8069 L: linux-media@vger.kernel.org
8070 T: git git://linuxtv.org/media_tree.git
8071 S: Maintained
8072 F: drivers/media/radio/radio-ma901.c
8073
8074 MAC80211
8075 M: Johannes Berg <johannes@sipsolutions.net>
8076 L: linux-wireless@vger.kernel.org
8077 W: http://wireless.kernel.org/
8078 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8079 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8080 S: Maintained
8081 F: Documentation/networking/mac80211-injection.txt
8082 F: include/net/mac80211.h
8083 F: net/mac80211/
8084 F: drivers/net/wireless/mac80211_hwsim.[ch]
8085
8086 MAILBOX API
8087 M: Jassi Brar <jassisinghbrar@gmail.com>
8088 L: linux-kernel@vger.kernel.org
8089 S: Maintained
8090 F: drivers/mailbox/
8091 F: include/linux/mailbox_client.h
8092 F: include/linux/mailbox_controller.h
8093
8094 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
8095 M: Michael Kerrisk <mtk.manpages@gmail.com>
8096 W: http://www.kernel.org/doc/man-pages
8097 L: linux-man@vger.kernel.org
8098 S: Maintained
8099
8100 MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
8101 M: Rahul Bedarkar <rahulbedarkar89@gmail.com>
8102 L: linux-mips@linux-mips.org
8103 S: Maintained
8104 F: arch/mips/boot/dts/img/pistachio_marduk.dts
8105
8106 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
8107 M: Andrew Lunn <andrew@lunn.ch>
8108 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8109 L: netdev@vger.kernel.org
8110 S: Maintained
8111 F: drivers/net/dsa/mv88e6xxx/
8112 F: Documentation/devicetree/bindings/net/dsa/marvell.txt
8113
8114 MARVELL ARMADA DRM SUPPORT
8115 M: Russell King <linux@armlinux.org.uk>
8116 S: Maintained
8117 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-devel
8118 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-fixes
8119 F: drivers/gpu/drm/armada/
8120 F: include/uapi/drm/armada_drm.h
8121 F: Documentation/devicetree/bindings/display/armada/
8122
8123 MARVELL CRYPTO DRIVER
8124 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8125 M: Arnaud Ebalard <arno@natisbad.org>
8126 F: drivers/crypto/marvell/
8127 S: Maintained
8128 L: linux-crypto@vger.kernel.org
8129
8130 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
8131 M: Mirko Lindner <mlindner@marvell.com>
8132 M: Stephen Hemminger <stephen@networkplumber.org>
8133 L: netdev@vger.kernel.org
8134 S: Maintained
8135 F: drivers/net/ethernet/marvell/sk*
8136
8137 MARVELL LIBERTAS WIRELESS DRIVER
8138 L: libertas-dev@lists.infradead.org
8139 S: Orphan
8140 F: drivers/net/wireless/marvell/libertas/
8141
8142 MARVELL MV643XX ETHERNET DRIVER
8143 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
8144 L: netdev@vger.kernel.org
8145 S: Maintained
8146 F: drivers/net/ethernet/marvell/mv643xx_eth.*
8147 F: include/linux/mv643xx.h
8148
8149 MARVELL MV88X3310 PHY DRIVER
8150 M: Russell King <rmk@armlinux.org.uk>
8151 L: netdev@vger.kernel.org
8152 S: Maintained
8153 F: drivers/net/phy/marvell10g.c
8154
8155 MARVELL MVNETA ETHERNET DRIVER
8156 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8157 L: netdev@vger.kernel.org
8158 S: Maintained
8159 F: drivers/net/ethernet/marvell/mvneta.*
8160
8161 MARVELL MWIFIEX WIRELESS DRIVER
8162 M: Amitkumar Karwar <amitkarwar@gmail.com>
8163 M: Nishant Sarmukadam <nishants@marvell.com>
8164 M: Ganapathi Bhat <gbhat@marvell.com>
8165 M: Xinming Hu <huxm@marvell.com>
8166 L: linux-wireless@vger.kernel.org
8167 S: Maintained
8168 F: drivers/net/wireless/marvell/mwifiex/
8169
8170 MARVELL MWL8K WIRELESS DRIVER
8171 M: Lennert Buytenhek <buytenh@wantstofly.org>
8172 L: linux-wireless@vger.kernel.org
8173 S: Odd Fixes
8174 F: drivers/net/wireless/marvell/mwl8k.c
8175
8176 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
8177 M: Nicolas Pitre <nico@fluxnic.net>
8178 S: Odd Fixes
8179 F: drivers/mmc/host/mvsdio.*
8180
8181 MARVELL XENON MMC/SD/SDIO HOST CONTROLLER DRIVER
8182 M: Hu Ziji <huziji@marvell.com>
8183 L: linux-mmc@vger.kernel.org
8184 S: Supported
8185 F: drivers/mmc/host/sdhci-xenon*
8186 F: Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.txt
8187
8188 MATROX FRAMEBUFFER DRIVER
8189 L: linux-fbdev@vger.kernel.org
8190 S: Orphan
8191 F: drivers/video/fbdev/matrox/matroxfb_*
8192 F: include/uapi/linux/matroxfb.h
8193
8194 MAX16065 HARDWARE MONITOR DRIVER
8195 M: Guenter Roeck <linux@roeck-us.net>
8196 L: linux-hwmon@vger.kernel.org
8197 S: Maintained
8198 F: Documentation/hwmon/max16065
8199 F: drivers/hwmon/max16065.c
8200
8201 MAX20751 HARDWARE MONITOR DRIVER
8202 M: Guenter Roeck <linux@roeck-us.net>
8203 L: linux-hwmon@vger.kernel.org
8204 S: Maintained
8205 F: Documentation/hwmon/max20751
8206 F: drivers/hwmon/max20751.c
8207
8208 MAX2175 SDR TUNER DRIVER
8209 M: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
8210 L: linux-media@vger.kernel.org
8211 T: git git://linuxtv.org/media_tree.git
8212 S: Maintained
8213 F: Documentation/devicetree/bindings/media/i2c/max2175.txt
8214 F: Documentation/media/v4l-drivers/max2175.rst
8215 F: drivers/media/i2c/max2175*
8216 F: include/uapi/linux/max2175.h
8217
8218 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
8219 L: linux-hwmon@vger.kernel.org
8220 S: Orphan
8221 F: Documentation/hwmon/max6650
8222 F: drivers/hwmon/max6650.c
8223
8224 MAX6697 HARDWARE MONITOR DRIVER
8225 M: Guenter Roeck <linux@roeck-us.net>
8226 L: linux-hwmon@vger.kernel.org
8227 S: Maintained
8228 F: Documentation/hwmon/max6697
8229 F: Documentation/devicetree/bindings/i2c/max6697.txt
8230 F: drivers/hwmon/max6697.c
8231 F: include/linux/platform_data/max6697.h
8232
8233 MAX9860 MONO AUDIO VOICE CODEC DRIVER
8234 M: Peter Rosin <peda@axentia.se>
8235 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8236 S: Maintained
8237 F: Documentation/devicetree/bindings/sound/max9860.txt
8238 F: sound/soc/codecs/max9860.*
8239
8240 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
8241 M: Krzysztof Kozlowski <krzk@kernel.org>
8242 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8243 L: linux-pm@vger.kernel.org
8244 S: Supported
8245 F: drivers/power/supply/max14577_charger.c
8246 F: drivers/power/supply/max77693_charger.c
8247
8248 MAXIM MAX77802 PMIC REGULATOR DEVICE DRIVER
8249 M: Javier Martinez Canillas <javier@dowhile0.org>
8250 L: linux-kernel@vger.kernel.org
8251 S: Supported
8252 F: drivers/regulator/max77802-regulator.c
8253 F: Documentation/devicetree/bindings/*/*max77802.txt
8254 F: include/dt-bindings/*/*max77802.h
8255
8256 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
8257 M: Chanwoo Choi <cw00.choi@samsung.com>
8258 M: Krzysztof Kozlowski <krzk@kernel.org>
8259 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8260 L: linux-kernel@vger.kernel.org
8261 S: Supported
8262 F: drivers/*/max14577*.c
8263 F: drivers/*/max77686*.c
8264 F: drivers/*/max77693*.c
8265 F: drivers/extcon/extcon-max14577.c
8266 F: drivers/extcon/extcon-max77693.c
8267 F: drivers/rtc/rtc-max77686.c
8268 F: drivers/clk/clk-max77686.c
8269 F: Documentation/devicetree/bindings/mfd/max14577.txt
8270 F: Documentation/devicetree/bindings/*/max77686.txt
8271 F: Documentation/devicetree/bindings/mfd/max77693.txt
8272 F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
8273 F: include/linux/mfd/max14577*.h
8274 F: include/linux/mfd/max77686*.h
8275 F: include/linux/mfd/max77693*.h
8276
8277 MAXIRADIO FM RADIO RECEIVER DRIVER
8278 M: Hans Verkuil <hverkuil@xs4all.nl>
8279 L: linux-media@vger.kernel.org
8280 T: git git://linuxtv.org/media_tree.git
8281 W: https://linuxtv.org
8282 S: Maintained
8283 F: drivers/media/radio/radio-maxiradio*
8284
8285 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
8286 M: Peter Rosin <peda@axentia.se>
8287 L: linux-iio@vger.kernel.org
8288 S: Maintained
8289 F: Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
8290 F: drivers/iio/potentiometer/mcp4531.c
8291
8292 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
8293 M: William Breathitt Gray <vilhelm.gray@gmail.com>
8294 L: linux-iio@vger.kernel.org
8295 S: Maintained
8296 F: drivers/iio/dac/cio-dac.c
8297
8298 MEDIA DRIVERS FOR RENESAS - DRIF
8299 M: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
8300 L: linux-media@vger.kernel.org
8301 L: linux-renesas-soc@vger.kernel.org
8302 T: git git://linuxtv.org/media_tree.git
8303 S: Supported
8304 F: Documentation/devicetree/bindings/media/renesas,drif.txt
8305 F: drivers/media/platform/rcar_drif.c
8306
8307 MEDIA DRIVERS FOR FREESCALE IMX
8308 M: Steve Longerbeam <slongerbeam@gmail.com>
8309 M: Philipp Zabel <p.zabel@pengutronix.de>
8310 L: linux-media@vger.kernel.org
8311 T: git git://linuxtv.org/media_tree.git
8312 S: Maintained
8313 F: Documentation/devicetree/bindings/media/imx.txt
8314 F: Documentation/media/v4l-drivers/imx.rst
8315 F: drivers/staging/media/imx/
8316 F: include/linux/imx-media.h
8317 F: include/media/imx.h
8318
8319 MEDIA DRIVERS FOR RENESAS - FCP
8320 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8321 L: linux-media@vger.kernel.org
8322 L: linux-renesas-soc@vger.kernel.org
8323 T: git git://linuxtv.org/media_tree.git
8324 S: Supported
8325 F: Documentation/devicetree/bindings/media/renesas,fcp.txt
8326 F: drivers/media/platform/rcar-fcp.c
8327 F: include/media/rcar-fcp.h
8328
8329 MEDIA DRIVERS FOR RENESAS - FDP1
8330 M: Kieran Bingham <kieran@bingham.xyz>
8331 L: linux-media@vger.kernel.org
8332 L: linux-renesas-soc@vger.kernel.org
8333 T: git git://linuxtv.org/media_tree.git
8334 S: Supported
8335 F: Documentation/devicetree/bindings/media/renesas,fdp1.txt
8336 F: drivers/media/platform/rcar_fdp1.c
8337
8338 MEDIA DRIVERS FOR RENESAS - VIN
8339 M: Niklas Söderlund <niklas.soderlund@ragnatech.se>
8340 L: linux-media@vger.kernel.org
8341 L: linux-renesas-soc@vger.kernel.org
8342 T: git git://linuxtv.org/media_tree.git
8343 S: Supported
8344 F: Documentation/devicetree/bindings/media/rcar_vin.txt
8345 F: drivers/media/platform/rcar-vin/
8346
8347 MEDIA DRIVERS FOR RENESAS - VSP1
8348 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8349 L: linux-media@vger.kernel.org
8350 L: linux-renesas-soc@vger.kernel.org
8351 T: git git://linuxtv.org/media_tree.git
8352 S: Supported
8353 F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
8354 F: drivers/media/platform/vsp1/
8355
8356 MEDIA DRIVERS FOR HELENE
8357 M: Abylay Ospan <aospan@netup.ru>
8358 L: linux-media@vger.kernel.org
8359 W: https://linuxtv.org
8360 W: http://netup.tv/
8361 T: git git://linuxtv.org/media_tree.git
8362 S: Supported
8363 F: drivers/media/dvb-frontends/helene*
8364
8365 MEDIA DRIVERS FOR ASCOT2E
8366 M: Sergey Kozlov <serjk@netup.ru>
8367 M: Abylay Ospan <aospan@netup.ru>
8368 L: linux-media@vger.kernel.org
8369 W: https://linuxtv.org
8370 W: http://netup.tv/
8371 T: git git://linuxtv.org/media_tree.git
8372 S: Supported
8373 F: drivers/media/dvb-frontends/ascot2e*
8374
8375 MEDIA DRIVERS FOR CXD2841ER
8376 M: Sergey Kozlov <serjk@netup.ru>
8377 M: Abylay Ospan <aospan@netup.ru>
8378 L: linux-media@vger.kernel.org
8379 W: https://linuxtv.org
8380 W: http://netup.tv/
8381 T: git git://linuxtv.org/media_tree.git
8382 S: Supported
8383 F: drivers/media/dvb-frontends/cxd2841er*
8384
8385 MEDIA DRIVERS FOR HORUS3A
8386 M: Sergey Kozlov <serjk@netup.ru>
8387 M: Abylay Ospan <aospan@netup.ru>
8388 L: linux-media@vger.kernel.org
8389 W: https://linuxtv.org
8390 W: http://netup.tv/
8391 T: git git://linuxtv.org/media_tree.git
8392 S: Supported
8393 F: drivers/media/dvb-frontends/horus3a*
8394
8395 MEDIA DRIVERS FOR LNBH25
8396 M: Sergey Kozlov <serjk@netup.ru>
8397 M: Abylay Ospan <aospan@netup.ru>
8398 L: linux-media@vger.kernel.org
8399 W: https://linuxtv.org
8400 W: http://netup.tv/
8401 T: git git://linuxtv.org/media_tree.git
8402 S: Supported
8403 F: drivers/media/dvb-frontends/lnbh25*
8404
8405 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
8406 M: Sergey Kozlov <serjk@netup.ru>
8407 M: Abylay Ospan <aospan@netup.ru>
8408 L: linux-media@vger.kernel.org
8409 W: https://linuxtv.org
8410 W: http://netup.tv/
8411 T: git git://linuxtv.org/media_tree.git
8412 S: Supported
8413 F: drivers/media/pci/netup_unidvb/*
8414
8415 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
8416 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
8417 M: Mauro Carvalho Chehab <mchehab@kernel.org>
8418 P: LinuxTV.org Project
8419 L: linux-media@vger.kernel.org
8420 W: https://linuxtv.org
8421 Q: http://patchwork.kernel.org/project/linux-media/list/
8422 T: git git://linuxtv.org/media_tree.git
8423 S: Maintained
8424 F: Documentation/devicetree/bindings/media/
8425 F: Documentation/media/
8426 F: drivers/media/
8427 F: drivers/staging/media/
8428 F: include/linux/platform_data/media/
8429 F: include/media/
8430 F: include/uapi/linux/dvb/
8431 F: include/uapi/linux/videodev2.h
8432 F: include/uapi/linux/media.h
8433 F: include/uapi/linux/v4l2-*
8434 F: include/uapi/linux/meye.h
8435 F: include/uapi/linux/ivtv*
8436 F: include/uapi/linux/uvcvideo.h
8437
8438 MEDIATEK ETHERNET DRIVER
8439 M: Felix Fietkau <nbd@openwrt.org>
8440 M: John Crispin <blogic@openwrt.org>
8441 L: netdev@vger.kernel.org
8442 S: Maintained
8443 F: drivers/net/ethernet/mediatek/
8444
8445 MEDIATEK JPEG DRIVER
8446 M: Rick Chang <rick.chang@mediatek.com>
8447 M: Bin Liu <bin.liu@mediatek.com>
8448 S: Supported
8449 F: drivers/media/platform/mtk-jpeg/
8450 F: Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt
8451
8452 MEDIATEK MEDIA DRIVER
8453 M: Tiffany Lin <tiffany.lin@mediatek.com>
8454 M: Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8455 S: Supported
8456 F: drivers/media/platform/mtk-vcodec/
8457 F: drivers/media/platform/mtk-vpu/
8458 F: Documentation/devicetree/bindings/media/mediatek-vcodec.txt
8459 F: Documentation/devicetree/bindings/media/mediatek-vpu.txt
8460
8461 MEDIATEK MDP DRIVER
8462 M: Minghsiu Tsai <minghsiu.tsai@mediatek.com>
8463 M: Houlong Wei <houlong.wei@mediatek.com>
8464 M: Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8465 S: Supported
8466 F: drivers/media/platform/mtk-mdp/
8467 F: drivers/media/platform/mtk-vpu/
8468 F: Documentation/devicetree/bindings/media/mediatek-mdp.txt
8469
8470 MEDIATEK MT7601U WIRELESS LAN DRIVER
8471 M: Jakub Kicinski <kubakici@wp.pl>
8472 L: linux-wireless@vger.kernel.org
8473 S: Maintained
8474 F: drivers/net/wireless/mediatek/mt7601u/
8475
8476 MEDIATEK RANDOM NUMBER GENERATOR SUPPORT
8477 M: Sean Wang <sean.wang@mediatek.com>
8478 S: Maintained
8479 F: drivers/char/hw_random/mtk-rng.c
8480
8481 MEGACHIPS STDPXXXX-GE-B850V3-FW LVDS/DP++ BRIDGES
8482 M: Peter Senna Tschudin <peter.senna@collabora.com>
8483 M: Martin Donnelly <martin.donnelly@ge.com>
8484 M: Martyn Welch <martyn.welch@collabora.co.uk>
8485 S: Maintained
8486 F: drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c
8487 F: Documentation/devicetree/bindings/video/bridge/megachips-stdpxxxx-ge-b850v3-fw.txt
8488
8489 MEGARAID SCSI/SAS DRIVERS
8490 M: Kashyap Desai <kashyap.desai@broadcom.com>
8491 M: Sumit Saxena <sumit.saxena@broadcom.com>
8492 M: Shivasharan S <shivasharan.srikanteshwara@broadcom.com>
8493 L: megaraidlinux.pdl@broadcom.com
8494 L: linux-scsi@vger.kernel.org
8495 W: http://www.avagotech.com/support/
8496 S: Maintained
8497 F: Documentation/scsi/megaraid.txt
8498 F: drivers/scsi/megaraid.*
8499 F: drivers/scsi/megaraid/
8500
8501 MELFAS MIP4 TOUCHSCREEN DRIVER
8502 M: Sangwon Jee <jeesw@melfas.com>
8503 W: http://www.melfas.com
8504 S: Supported
8505 F: drivers/input/touchscreen/melfas_mip4.c
8506 F: Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
8507
8508 MELLANOX ETHERNET DRIVER (mlx4_en)
8509 M: Tariq Toukan <tariqt@mellanox.com>
8510 L: netdev@vger.kernel.org
8511 S: Supported
8512 W: http://www.mellanox.com
8513 Q: http://patchwork.ozlabs.org/project/netdev/list/
8514 F: drivers/net/ethernet/mellanox/mlx4/en_*
8515
8516 MELLANOX ETHERNET DRIVER (mlx5e)
8517 M: Saeed Mahameed <saeedm@mellanox.com>
8518 L: netdev@vger.kernel.org
8519 S: Supported
8520 W: http://www.mellanox.com
8521 Q: http://patchwork.ozlabs.org/project/netdev/list/
8522 F: drivers/net/ethernet/mellanox/mlx5/core/en_*
8523
8524 MELLANOX ETHERNET INNOVA DRIVER
8525 M: Ilan Tayari <ilant@mellanox.com>
8526 R: Boris Pismenny <borisp@mellanox.com>
8527 L: netdev@vger.kernel.org
8528 S: Supported
8529 W: http://www.mellanox.com
8530 Q: http://patchwork.ozlabs.org/project/netdev/list/
8531 F: drivers/net/ethernet/mellanox/mlx5/core/fpga/*
8532 F: include/linux/mlx5/mlx5_ifc_fpga.h
8533
8534 MELLANOX ETHERNET INNOVA IPSEC DRIVER
8535 M: Ilan Tayari <ilant@mellanox.com>
8536 R: Boris Pismenny <borisp@mellanox.com>
8537 L: netdev@vger.kernel.org
8538 S: Supported
8539 W: http://www.mellanox.com
8540 Q: http://patchwork.ozlabs.org/project/netdev/list/
8541 F: drivers/net/ethernet/mellanox/mlx5/core/en_ipsec/*
8542 F: drivers/net/ethernet/mellanox/mlx5/core/ipsec*
8543
8544 MELLANOX ETHERNET SWITCH DRIVERS
8545 M: Jiri Pirko <jiri@mellanox.com>
8546 M: Ido Schimmel <idosch@mellanox.com>
8547 L: netdev@vger.kernel.org
8548 S: Supported
8549 W: http://www.mellanox.com
8550 Q: http://patchwork.ozlabs.org/project/netdev/list/
8551 F: drivers/net/ethernet/mellanox/mlxsw/
8552
8553 MELLANOX FIRMWARE FLASH LIBRARY (mlxfw)
8554 M: Yotam Gigi <yotamg@mellanox.com>
8555 L: netdev@vger.kernel.org
8556 S: Supported
8557 W: http://www.mellanox.com
8558 Q: http://patchwork.ozlabs.org/project/netdev/list/
8559 F: drivers/net/ethernet/mellanox/mlxfw/
8560
8561 MELLANOX MLXCPLD I2C AND MUX DRIVER
8562 M: Vadim Pasternak <vadimp@mellanox.com>
8563 M: Michael Shych <michaelsh@mellanox.com>
8564 L: linux-i2c@vger.kernel.org
8565 S: Supported
8566 F: drivers/i2c/busses/i2c-mlxcpld.c
8567 F: drivers/i2c/muxes/i2c-mux-mlxcpld.c
8568 F: Documentation/i2c/busses/i2c-mlxcpld
8569
8570 MELLANOX MLXCPLD LED DRIVER
8571 M: Vadim Pasternak <vadimp@mellanox.com>
8572 L: linux-leds@vger.kernel.org
8573 S: Supported
8574 F: drivers/leds/leds-mlxcpld.c
8575 F: Documentation/leds/leds-mlxcpld.txt
8576
8577 MELLANOX PLATFORM DRIVER
8578 M: Vadim Pasternak <vadimp@mellanox.com>
8579 L: platform-driver-x86@vger.kernel.org
8580 S: Supported
8581 F: drivers/platform/x86/mlx-platform.c
8582
8583 MELLANOX MLX CPLD HOTPLUG DRIVER
8584 M: Vadim Pasternak <vadimp@mellanox.com>
8585 L: platform-driver-x86@vger.kernel.org
8586 S: Supported
8587 F: drivers/platform/x86/mlxcpld-hotplug.c
8588 F: include/linux/platform_data/mlxcpld-hotplug.h
8589
8590 SOFT-ROCE DRIVER (rxe)
8591 M: Moni Shoua <monis@mellanox.com>
8592 L: linux-rdma@vger.kernel.org
8593 S: Supported
8594 W: https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
8595 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8596 F: drivers/infiniband/sw/rxe/
8597 F: include/uapi/rdma/rdma_user_rxe.h
8598
8599 MEMBARRIER SUPPORT
8600 M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8601 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8602 L: linux-kernel@vger.kernel.org
8603 S: Supported
8604 F: kernel/membarrier.c
8605 F: include/uapi/linux/membarrier.h
8606
8607 MEMORY MANAGEMENT
8608 L: linux-mm@kvack.org
8609 W: http://www.linux-mm.org
8610 S: Maintained
8611 F: include/linux/mm.h
8612 F: include/linux/gfp.h
8613 F: include/linux/mmzone.h
8614 F: include/linux/memory_hotplug.h
8615 F: include/linux/vmalloc.h
8616 F: mm/
8617
8618 MEMORY TECHNOLOGY DEVICES (MTD)
8619 M: David Woodhouse <dwmw2@infradead.org>
8620 M: Brian Norris <computersforpeace@gmail.com>
8621 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8622 M: Marek Vasut <marek.vasut@gmail.com>
8623 M: Richard Weinberger <richard@nod.at>
8624 M: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
8625 L: linux-mtd@lists.infradead.org
8626 W: http://www.linux-mtd.infradead.org/
8627 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
8628 T: git git://git.infradead.org/linux-mtd.git master
8629 T: git git://git.infradead.org/l2-mtd.git master
8630 S: Maintained
8631 F: Documentation/devicetree/bindings/mtd/
8632 F: drivers/mtd/
8633 F: include/linux/mtd/
8634 F: include/uapi/mtd/
8635
8636 MEN A21 WATCHDOG DRIVER
8637 M: Johannes Thumshirn <morbidrsa@gmail.com>
8638 L: linux-watchdog@vger.kernel.org
8639 S: Maintained
8640 F: drivers/watchdog/mena21_wdt.c
8641
8642 MEN CHAMELEON BUS (mcb)
8643 M: Johannes Thumshirn <morbidrsa@gmail.com>
8644 S: Maintained
8645 F: drivers/mcb/
8646 F: include/linux/mcb.h
8647 F: Documentation/men-chameleon-bus.txt
8648
8649 MEN F21BMC (Board Management Controller)
8650 M: Andreas Werner <andreas.werner@men.de>
8651 S: Supported
8652 F: drivers/mfd/menf21bmc.c
8653 F: drivers/watchdog/menf21bmc_wdt.c
8654 F: drivers/leds/leds-menf21bmc.c
8655 F: drivers/hwmon/menf21bmc_hwmon.c
8656 F: Documentation/hwmon/menf21bmc
8657
8658 METAG ARCHITECTURE
8659 M: James Hogan <james.hogan@imgtec.com>
8660 L: linux-metag@vger.kernel.org
8661 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8662 S: Odd Fixes
8663 F: arch/metag/
8664 F: Documentation/metag/
8665 F: Documentation/devicetree/bindings/metag/
8666 F: Documentation/devicetree/bindings/interrupt-controller/img,*
8667 F: drivers/clocksource/metag_generic.c
8668 F: drivers/irqchip/irq-metag.c
8669 F: drivers/irqchip/irq-metag-ext.c
8670 F: drivers/tty/metag_da.c
8671
8672 MICROBLAZE ARCHITECTURE
8673 M: Michal Simek <monstr@monstr.eu>
8674 W: http://www.monstr.eu/fdt/
8675 T: git git://git.monstr.eu/linux-2.6-microblaze.git
8676 S: Supported
8677 F: arch/microblaze/
8678
8679 MICROCHIP / ATMEL AT91 SERIAL DRIVER
8680 M: Richard Genoud <richard.genoud@gmail.com>
8681 S: Maintained
8682 F: drivers/tty/serial/atmel_serial.c
8683 F: drivers/tty/serial/atmel_serial.h
8684
8685 MICROCHIP / ATMEL DMA DRIVER
8686 M: Ludovic Desroches <ludovic.desroches@microchip.com>
8687 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8688 L: dmaengine@vger.kernel.org
8689 S: Supported
8690 F: drivers/dma/at_hdmac.c
8691 F: drivers/dma/at_hdmac_regs.h
8692 F: include/linux/platform_data/dma-atmel.h
8693
8694 MICROCHIP / ATMEL ISC DRIVER
8695 M: Songjun Wu <songjun.wu@microchip.com>
8696 L: linux-media@vger.kernel.org
8697 S: Supported
8698 F: drivers/media/platform/atmel/atmel-isc.c
8699 F: drivers/media/platform/atmel/atmel-isc-regs.h
8700 F: devicetree/bindings/media/atmel-isc.txt
8701
8702 MICROCHIP KSZ SERIES ETHERNET SWITCH DRIVER
8703 M: Woojung Huh <Woojung.Huh@microchip.com>
8704 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
8705 L: netdev@vger.kernel.org
8706 S: Maintained
8707 F: net/dsa/tag_ksz.c
8708 F: drivers/net/dsa/microchip/*
8709 F: include/linux/platform_data/microchip-ksz.h
8710 F: Documentation/devicetree/bindings/net/dsa/ksz.txt
8711
8712 MICROCHIP USB251XB DRIVER
8713 M: Richard Leitner <richard.leitner@skidata.com>
8714 L: linux-usb@vger.kernel.org
8715 S: Maintained
8716 F: drivers/usb/misc/usb251xb.c
8717 F: Documentation/devicetree/bindings/usb/usb251xb.txt
8718
8719 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8720 M: Chen Yu <yu.c.chen@intel.com>
8721 L: platform-driver-x86@vger.kernel.org
8722 S: Supported
8723 F: drivers/platform/x86/surfacepro3_button.c
8724
8725 MICROTEK X6 SCANNER
8726 M: Oliver Neukum <oliver@neukum.org>
8727 S: Maintained
8728 F: drivers/usb/image/microtek.*
8729
8730 MIPS
8731 M: Ralf Baechle <ralf@linux-mips.org>
8732 L: linux-mips@linux-mips.org
8733 W: http://www.linux-mips.org/
8734 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
8735 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
8736 S: Supported
8737 F: Documentation/devicetree/bindings/mips/
8738 F: Documentation/mips/
8739 F: arch/mips/
8740
8741 MIPS GENERIC PLATFORM
8742 M: Paul Burton <paul.burton@imgtec.com>
8743 L: linux-mips@linux-mips.org
8744 S: Supported
8745 F: arch/mips/generic/
8746
8747 MIPS/LOONGSON1 ARCHITECTURE
8748 M: Keguang Zhang <keguang.zhang@gmail.com>
8749 L: linux-mips@linux-mips.org
8750 S: Maintained
8751 F: arch/mips/loongson32/
8752 F: arch/mips/include/asm/mach-loongson32/
8753 F: drivers/*/*loongson1*
8754 F: drivers/*/*/*loongson1*
8755
8756 MIPS BOSTON DEVELOPMENT BOARD
8757 M: Paul Burton <paul.burton@imgtec.com>
8758 L: linux-mips@linux-mips.org
8759 S: Maintained
8760 F: Documentation/devicetree/bindings/clock/img,boston-clock.txt
8761 F: arch/mips/boot/dts/img/boston.dts
8762 F: arch/mips/configs/generic/board-boston.config
8763 F: drivers/clk/imgtec/clk-boston.c
8764 F: include/dt-bindings/clock/boston-clock.h
8765
8766 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8767 M: Hans Verkuil <hverkuil@xs4all.nl>
8768 L: linux-media@vger.kernel.org
8769 T: git git://linuxtv.org/media_tree.git
8770 W: https://linuxtv.org
8771 S: Odd Fixes
8772 F: drivers/media/radio/radio-miropcm20*
8773
8774 MELLANOX MLX4 core VPI driver
8775 M: Tariq Toukan <tariqt@mellanox.com>
8776 L: netdev@vger.kernel.org
8777 L: linux-rdma@vger.kernel.org
8778 W: http://www.mellanox.com
8779 Q: http://patchwork.ozlabs.org/project/netdev/list/
8780 S: Supported
8781 F: drivers/net/ethernet/mellanox/mlx4/
8782 F: include/linux/mlx4/
8783
8784 MELLANOX MLX4 IB driver
8785 M: Yishai Hadas <yishaih@mellanox.com>
8786 L: linux-rdma@vger.kernel.org
8787 W: http://www.mellanox.com
8788 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8789 S: Supported
8790 F: drivers/infiniband/hw/mlx4/
8791 F: include/linux/mlx4/
8792 F: include/uapi/rdma/mlx4-abi.h
8793
8794 MELLANOX MLX5 core VPI driver
8795 M: Saeed Mahameed <saeedm@mellanox.com>
8796 M: Matan Barak <matanb@mellanox.com>
8797 M: Leon Romanovsky <leonro@mellanox.com>
8798 L: netdev@vger.kernel.org
8799 L: linux-rdma@vger.kernel.org
8800 W: http://www.mellanox.com
8801 Q: http://patchwork.ozlabs.org/project/netdev/list/
8802 S: Supported
8803 F: drivers/net/ethernet/mellanox/mlx5/core/
8804 F: include/linux/mlx5/
8805
8806 MELLANOX MLX5 IB driver
8807 M: Matan Barak <matanb@mellanox.com>
8808 M: Leon Romanovsky <leonro@mellanox.com>
8809 L: linux-rdma@vger.kernel.org
8810 W: http://www.mellanox.com
8811 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8812 S: Supported
8813 F: drivers/infiniband/hw/mlx5/
8814 F: include/linux/mlx5/
8815 F: include/uapi/rdma/mlx5-abi.h
8816
8817 MELEXIS MLX90614 DRIVER
8818 M: Crt Mori <cmo@melexis.com>
8819 L: linux-iio@vger.kernel.org
8820 W: http://www.melexis.com
8821 S: Supported
8822 F: drivers/iio/temperature/mlx90614.c
8823
8824 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8825 M: Don Brace <don.brace@microsemi.com>
8826 L: esc.storagedev@microsemi.com
8827 L: linux-scsi@vger.kernel.org
8828 S: Supported
8829 F: drivers/scsi/smartpqi/smartpqi*.[ch]
8830 F: drivers/scsi/smartpqi/Kconfig
8831 F: drivers/scsi/smartpqi/Makefile
8832 F: include/linux/cciss*.h
8833 F: include/uapi/linux/cciss*.h
8834 F: Documentation/scsi/smartpqi.txt
8835
8836 MN88472 MEDIA DRIVER
8837 M: Antti Palosaari <crope@iki.fi>
8838 L: linux-media@vger.kernel.org
8839 W: https://linuxtv.org
8840 W: http://palosaari.fi/linux/
8841 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8842 S: Maintained
8843 F: drivers/media/dvb-frontends/mn88472*
8844
8845 MN88473 MEDIA DRIVER
8846 M: Antti Palosaari <crope@iki.fi>
8847 L: linux-media@vger.kernel.org
8848 W: https://linuxtv.org
8849 W: http://palosaari.fi/linux/
8850 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8851 S: Maintained
8852 F: drivers/media/dvb-frontends/mn88473*
8853
8854 MODULE SUPPORT
8855 M: Jessica Yu <jeyu@kernel.org>
8856 M: Rusty Russell <rusty@rustcorp.com.au>
8857 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next
8858 S: Maintained
8859 F: include/linux/module.h
8860 F: kernel/module.c
8861
8862 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8863 W: http://popies.net/meye/
8864 S: Orphan
8865 F: Documentation/media/v4l-drivers/meye*
8866 F: drivers/media/pci/meye/
8867 F: include/uapi/linux/meye.h
8868
8869 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8870 M: Jiri Slaby <jirislaby@gmail.com>
8871 S: Maintained
8872 F: Documentation/serial/moxa-smartio
8873 F: drivers/tty/mxser.*
8874
8875 MR800 AVERMEDIA USB FM RADIO DRIVER
8876 M: Alexey Klimov <klimov.linux@gmail.com>
8877 L: linux-media@vger.kernel.org
8878 T: git git://linuxtv.org/media_tree.git
8879 S: Maintained
8880 F: drivers/media/radio/radio-mr800.c
8881
8882 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8883 M: Alan Ott <alan@signal11.us>
8884 L: linux-wpan@vger.kernel.org
8885 S: Maintained
8886 F: drivers/net/ieee802154/mrf24j40.c
8887 F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8888
8889 MSI LAPTOP SUPPORT
8890 M: "Lee, Chun-Yi" <jlee@suse.com>
8891 L: platform-driver-x86@vger.kernel.org
8892 S: Maintained
8893 F: drivers/platform/x86/msi-laptop.c
8894
8895 MSI WMI SUPPORT
8896 L: platform-driver-x86@vger.kernel.org
8897 S: Orphan
8898 F: drivers/platform/x86/msi-wmi.c
8899
8900 MSI001 MEDIA DRIVER
8901 M: Antti Palosaari <crope@iki.fi>
8902 L: linux-media@vger.kernel.org
8903 W: https://linuxtv.org
8904 W: http://palosaari.fi/linux/
8905 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8906 T: git git://linuxtv.org/anttip/media_tree.git
8907 S: Maintained
8908 F: drivers/media/tuners/msi001*
8909
8910 MSI2500 MEDIA DRIVER
8911 M: Antti Palosaari <crope@iki.fi>
8912 L: linux-media@vger.kernel.org
8913 W: https://linuxtv.org
8914 W: http://palosaari.fi/linux/
8915 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8916 T: git git://linuxtv.org/anttip/media_tree.git
8917 S: Maintained
8918 F: drivers/media/usb/msi2500/
8919
8920 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8921 M: Robert Jarzmik <robert.jarzmik@free.fr>
8922 L: linux-mtd@lists.infradead.org
8923 S: Maintained
8924 F: drivers/mtd/devices/docg3*
8925
8926 MT9M032 APTINA SENSOR DRIVER
8927 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8928 L: linux-media@vger.kernel.org
8929 T: git git://linuxtv.org/media_tree.git
8930 S: Maintained
8931 F: drivers/media/i2c/mt9m032.c
8932 F: include/media/i2c/mt9m032.h
8933
8934 MT9P031 APTINA CAMERA SENSOR
8935 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8936 L: linux-media@vger.kernel.org
8937 T: git git://linuxtv.org/media_tree.git
8938 S: Maintained
8939 F: drivers/media/i2c/mt9p031.c
8940 F: include/media/i2c/mt9p031.h
8941
8942 MT9T001 APTINA CAMERA SENSOR
8943 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8944 L: linux-media@vger.kernel.org
8945 T: git git://linuxtv.org/media_tree.git
8946 S: Maintained
8947 F: drivers/media/i2c/mt9t001.c
8948 F: include/media/i2c/mt9t001.h
8949
8950 MT9V032 APTINA CAMERA SENSOR
8951 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8952 L: linux-media@vger.kernel.org
8953 T: git git://linuxtv.org/media_tree.git
8954 S: Maintained
8955 F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8956 F: drivers/media/i2c/mt9v032.c
8957 F: include/media/i2c/mt9v032.h
8958
8959 MULTIFUNCTION DEVICES (MFD)
8960 M: Lee Jones <lee.jones@linaro.org>
8961 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8962 S: Supported
8963 F: Documentation/devicetree/bindings/mfd/
8964 F: drivers/mfd/
8965 F: include/linux/mfd/
8966 F: include/dt-bindings/mfd/
8967
8968 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8969 M: Ulf Hansson <ulf.hansson@linaro.org>
8970 L: linux-mmc@vger.kernel.org
8971 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8972 S: Maintained
8973 F: Documentation/devicetree/bindings/mmc/
8974 F: drivers/mmc/
8975 F: include/linux/mmc/
8976 F: include/uapi/linux/mmc/
8977
8978 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8979 S: Orphan
8980 F: drivers/mmc/host/mmc_spi.c
8981 F: include/linux/spi/mmc_spi.h
8982
8983 MULTIPLEXER SUBSYSTEM
8984 M: Peter Rosin <peda@axentia.se>
8985 S: Maintained
8986 F: Documentation/ABI/testing/mux/sysfs-class-mux*
8987 F: Documentation/devicetree/bindings/mux/
8988 F: include/linux/dt-bindings/mux/
8989 F: include/linux/mux/
8990 F: drivers/mux/
8991
8992 MULTISOUND SOUND DRIVER
8993 M: Andrew Veliath <andrewtv@usa.net>
8994 S: Maintained
8995 F: Documentation/sound/oss/MultiSound
8996 F: sound/oss/msnd*
8997
8998 MULTITECH MULTIPORT CARD (ISICOM)
8999 S: Orphan
9000 F: drivers/tty/isicom.c
9001 F: include/linux/isicom.h
9002
9003 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
9004 M: Bin Liu <b-liu@ti.com>
9005 L: linux-usb@vger.kernel.org
9006 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9007 S: Maintained
9008 F: drivers/usb/musb/
9009
9010 MXL5007T MEDIA DRIVER
9011 M: Michael Krufky <mkrufky@linuxtv.org>
9012 L: linux-media@vger.kernel.org
9013 W: https://linuxtv.org
9014 W: http://github.com/mkrufky
9015 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9016 T: git git://linuxtv.org/mkrufky/tuners.git
9017 S: Maintained
9018 F: drivers/media/tuners/mxl5007t.*
9019
9020 MXSFB DRM DRIVER
9021 M: Marek Vasut <marex@denx.de>
9022 S: Supported
9023 F: drivers/gpu/drm/mxsfb/
9024 F: Documentation/devicetree/bindings/display/mxsfb-drm.txt
9025
9026 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
9027 M: Hyong-Youb Kim <hykim@myri.com>
9028 L: netdev@vger.kernel.org
9029 W: https://www.myricom.com/support/downloads/myri10ge.html
9030 S: Supported
9031 F: drivers/net/ethernet/myricom/myri10ge/
9032
9033 NAND FLASH SUBSYSTEM
9034 M: Boris Brezillon <boris.brezillon@free-electrons.com>
9035 R: Richard Weinberger <richard@nod.at>
9036 L: linux-mtd@lists.infradead.org
9037 W: http://www.linux-mtd.infradead.org/
9038 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
9039 T: git git://git.infradead.org/linux-mtd.git nand/fixes
9040 T: git git://git.infradead.org/l2-mtd.git nand/next
9041 S: Maintained
9042 F: drivers/mtd/nand/
9043 F: include/linux/mtd/nand*.h
9044
9045 NATSEMI ETHERNET DRIVER (DP8381x)
9046 S: Orphan
9047 F: drivers/net/ethernet/natsemi/natsemi.c
9048
9049 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
9050 M: Daniel Mack <zonque@gmail.com>
9051 S: Maintained
9052 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9053 W: http://www.native-instruments.com
9054 F: sound/usb/caiaq/
9055
9056 NCP FILESYSTEM
9057 M: Petr Vandrovec <petr@vandrovec.name>
9058 S: Odd Fixes
9059 F: fs/ncpfs/
9060
9061 NCR 5380 SCSI DRIVERS
9062 M: Finn Thain <fthain@telegraphics.com.au>
9063 M: Michael Schmitz <schmitzmic@gmail.com>
9064 L: linux-scsi@vger.kernel.org
9065 S: Maintained
9066 F: Documentation/scsi/g_NCR5380.txt
9067 F: drivers/scsi/NCR5380.*
9068 F: drivers/scsi/arm/cumana_1.c
9069 F: drivers/scsi/arm/oak.c
9070 F: drivers/scsi/atari_scsi.*
9071 F: drivers/scsi/dmx3191d.c
9072 F: drivers/scsi/g_NCR5380.*
9073 F: drivers/scsi/mac_scsi.*
9074 F: drivers/scsi/sun3_scsi.*
9075 F: drivers/scsi/sun3_scsi_vme.c
9076
9077 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
9078 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
9079 L: linux-scsi@vger.kernel.org
9080 S: Maintained
9081 F: drivers/scsi/NCR_D700.*
9082
9083 NCT6775 HARDWARE MONITOR DRIVER
9084 M: Guenter Roeck <linux@roeck-us.net>
9085 L: linux-hwmon@vger.kernel.org
9086 S: Maintained
9087 F: Documentation/hwmon/nct6775
9088 F: drivers/hwmon/nct6775.c
9089
9090 NETEFFECT IWARP RNIC DRIVER (IW_NES)
9091 M: Faisal Latif <faisal.latif@intel.com>
9092 L: linux-rdma@vger.kernel.org
9093 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
9094 S: Supported
9095 F: drivers/infiniband/hw/nes/
9096 F: include/uapi/rdma/nes-abi.h
9097
9098 NETEM NETWORK EMULATOR
9099 M: Stephen Hemminger <stephen@networkplumber.org>
9100 L: netem@lists.linux-foundation.org (moderated for non-subscribers)
9101 S: Maintained
9102 F: net/sched/sch_netem.c
9103
9104 NETERION 10GbE DRIVERS (s2io/vxge)
9105 M: Jon Mason <jdmason@kudzu.us>
9106 L: netdev@vger.kernel.org
9107 S: Supported
9108 F: Documentation/networking/s2io.txt
9109 F: Documentation/networking/vxge.txt
9110 F: drivers/net/ethernet/neterion/
9111
9112 NETFILTER
9113 M: Pablo Neira Ayuso <pablo@netfilter.org>
9114 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
9115 M: Florian Westphal <fw@strlen.de>
9116 L: netfilter-devel@vger.kernel.org
9117 L: coreteam@netfilter.org
9118 W: http://www.netfilter.org/
9119 W: http://www.iptables.org/
9120 W: http://www.nftables.org/
9121 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
9122 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
9123 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
9124 S: Maintained
9125 F: include/linux/netfilter*
9126 F: include/linux/netfilter/
9127 F: include/net/netfilter/
9128 F: include/uapi/linux/netfilter*
9129 F: include/uapi/linux/netfilter/
9130 F: net/*/netfilter.c
9131 F: net/*/netfilter/
9132 F: net/netfilter/
9133 F: net/bridge/br_netfilter*.c
9134
9135 NETLABEL
9136 M: Paul Moore <paul@paul-moore.com>
9137 W: http://netlabel.sf.net
9138 L: netdev@vger.kernel.org
9139 S: Maintained
9140 F: Documentation/netlabel/
9141 F: include/net/netlabel.h
9142 F: net/netlabel/
9143
9144 NETROM NETWORK LAYER
9145 M: Ralf Baechle <ralf@linux-mips.org>
9146 L: linux-hams@vger.kernel.org
9147 W: http://www.linux-ax25.org/
9148 S: Maintained
9149 F: include/net/netrom.h
9150 F: include/uapi/linux/netrom.h
9151 F: net/netrom/
9152
9153 NETRONOME ETHERNET DRIVERS
9154 M: Jakub Kicinski <jakub.kicinski@netronome.com>
9155 L: oss-drivers@netronome.com
9156 S: Maintained
9157 F: drivers/net/ethernet/netronome/
9158
9159 NETWORK BLOCK DEVICE (NBD)
9160 M: Josef Bacik <jbacik@fb.com>
9161 S: Maintained
9162 L: linux-block@vger.kernel.org
9163 L: nbd-general@lists.sourceforge.net
9164 F: Documentation/blockdev/nbd.txt
9165 F: drivers/block/nbd.c
9166 F: include/uapi/linux/nbd.h
9167
9168 NETWORK DROP MONITOR
9169 M: Neil Horman <nhorman@tuxdriver.com>
9170 L: netdev@vger.kernel.org
9171 S: Maintained
9172 W: https://fedorahosted.org/dropwatch/
9173 F: net/core/drop_monitor.c
9174
9175 NETWORKING [DSA]
9176 M: Andrew Lunn <andrew@lunn.ch>
9177 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9178 M: Florian Fainelli <f.fainelli@gmail.com>
9179 S: Maintained
9180 F: net/dsa/
9181 F: include/net/dsa.h
9182 F: drivers/net/dsa/
9183
9184 NETWORKING [GENERAL]
9185 M: "David S. Miller" <davem@davemloft.net>
9186 L: netdev@vger.kernel.org
9187 W: http://www.linuxfoundation.org/en/Net
9188 Q: http://patchwork.ozlabs.org/project/netdev/list/
9189 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9190 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
9191 B: mailto:netdev@vger.kernel.org
9192 S: Maintained
9193 F: net/
9194 F: include/net/
9195 F: include/linux/in.h
9196 F: include/linux/net.h
9197 F: include/linux/netdevice.h
9198 F: include/uapi/linux/in.h
9199 F: include/uapi/linux/net.h
9200 F: include/uapi/linux/netdevice.h
9201 F: include/uapi/linux/net_namespace.h
9202 F: tools/net/
9203 F: tools/testing/selftests/net/
9204 F: lib/random32.c
9205
9206 NETWORKING [IPv4/IPv6]
9207 M: "David S. Miller" <davem@davemloft.net>
9208 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
9209 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
9210 L: netdev@vger.kernel.org
9211 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9212 S: Maintained
9213 F: net/ipv4/
9214 F: net/ipv6/
9215 F: include/net/ip*
9216 F: arch/x86/net/*
9217
9218 NETWORKING [TLS]
9219 M: Ilya Lesokhin <ilyal@mellanox.com>
9220 M: Aviad Yehezkel <aviadye@mellanox.com>
9221 M: Dave Watson <davejwatson@fb.com>
9222 L: netdev@vger.kernel.org
9223 S: Maintained
9224 F: net/tls/*
9225 F: include/uapi/linux/tls.h
9226 F: include/net/tls.h
9227
9228 NETWORKING [IPSEC]
9229 M: Steffen Klassert <steffen.klassert@secunet.com>
9230 M: Herbert Xu <herbert@gondor.apana.org.au>
9231 M: "David S. Miller" <davem@davemloft.net>
9232 L: netdev@vger.kernel.org
9233 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
9234 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
9235 S: Maintained
9236 F: net/core/flow.c
9237 F: net/xfrm/
9238 F: net/key/
9239 F: net/ipv4/xfrm*
9240 F: net/ipv4/esp4*
9241 F: net/ipv4/ah4.c
9242 F: net/ipv4/ipcomp.c
9243 F: net/ipv4/ip_vti.c
9244 F: net/ipv6/xfrm*
9245 F: net/ipv6/esp6*
9246 F: net/ipv6/ah6.c
9247 F: net/ipv6/ipcomp6.c
9248 F: net/ipv6/ip6_vti.c
9249 F: include/uapi/linux/xfrm.h
9250 F: include/net/xfrm.h
9251
9252 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
9253 M: Paul Moore <paul@paul-moore.com>
9254 L: netdev@vger.kernel.org
9255 S: Maintained
9256
9257 NETWORKING [WIRELESS]
9258 L: linux-wireless@vger.kernel.org
9259 Q: http://patchwork.kernel.org/project/linux-wireless/list/
9260
9261 NETWORKING DRIVERS
9262 L: netdev@vger.kernel.org
9263 W: http://www.linuxfoundation.org/en/Net
9264 Q: http://patchwork.ozlabs.org/project/netdev/list/
9265 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9266 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
9267 S: Odd Fixes
9268 F: Documentation/devicetree/bindings/net/
9269 F: drivers/net/
9270 F: include/linux/if_*
9271 F: include/linux/netdevice.h
9272 F: include/linux/etherdevice.h
9273 F: include/linux/fcdevice.h
9274 F: include/linux/fddidevice.h
9275 F: include/linux/hippidevice.h
9276 F: include/linux/inetdevice.h
9277 F: include/uapi/linux/if_*
9278 F: include/uapi/linux/netdevice.h
9279
9280 NETWORKING DRIVERS (WIRELESS)
9281 M: Kalle Valo <kvalo@codeaurora.org>
9282 L: linux-wireless@vger.kernel.org
9283 Q: http://patchwork.kernel.org/project/linux-wireless/list/
9284 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
9285 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
9286 S: Maintained
9287 F: Documentation/devicetree/bindings/net/wireless/
9288 F: drivers/net/wireless/
9289
9290 NETXEN (1/10) GbE SUPPORT
9291 M: Manish Chopra <manish.chopra@cavium.com>
9292 M: Rahul Verma <rahul.verma@cavium.com>
9293 M: Dept-GELinuxNICDev@cavium.com
9294 L: netdev@vger.kernel.org
9295 S: Supported
9296 F: drivers/net/ethernet/qlogic/netxen/
9297
9298 NFC SUBSYSTEM
9299 M: Samuel Ortiz <sameo@linux.intel.com>
9300 L: linux-wireless@vger.kernel.org
9301 L: linux-nfc@lists.01.org (subscribers-only)
9302 S: Supported
9303 F: net/nfc/
9304 F: include/net/nfc/
9305 F: include/uapi/linux/nfc.h
9306 F: drivers/nfc/
9307 F: include/linux/platform_data/nfcmrvl.h
9308 F: include/linux/platform_data/nxp-nci.h
9309 F: Documentation/devicetree/bindings/net/nfc/
9310
9311 NFS, SUNRPC, AND LOCKD CLIENTS
9312 M: Trond Myklebust <trond.myklebust@primarydata.com>
9313 M: Anna Schumaker <anna.schumaker@netapp.com>
9314 L: linux-nfs@vger.kernel.org
9315 W: http://client.linux-nfs.org
9316 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
9317 S: Maintained
9318 F: fs/lockd/
9319 F: fs/nfs/
9320 F: fs/nfs_common/
9321 F: net/sunrpc/
9322 F: include/linux/lockd/
9323 F: include/linux/nfs*
9324 F: include/linux/sunrpc/
9325 F: include/uapi/linux/nfs*
9326 F: include/uapi/linux/sunrpc/
9327
9328 NILFS2 FILESYSTEM
9329 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
9330 L: linux-nilfs@vger.kernel.org
9331 W: http://nilfs.sourceforge.net/
9332 W: http://nilfs.osdn.jp/
9333 T: git git://github.com/konis/nilfs2.git
9334 S: Supported
9335 F: Documentation/filesystems/nilfs2.txt
9336 F: fs/nilfs2/
9337 F: include/trace/events/nilfs2.h
9338 F: include/uapi/linux/nilfs2_api.h
9339 F: include/uapi/linux/nilfs2_ondisk.h
9340
9341 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
9342 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
9343 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9344 S: Maintained
9345 F: Documentation/scsi/NinjaSCSI.txt
9346 F: drivers/scsi/pcmcia/nsp_*
9347
9348 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
9349 M: GOTO Masanori <gotom@debian.or.jp>
9350 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
9351 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9352 S: Maintained
9353 F: Documentation/scsi/NinjaSCSI.txt
9354 F: drivers/scsi/nsp32*
9355
9356 NIOS2 ARCHITECTURE
9357 M: Ley Foon Tan <lftan@altera.com>
9358 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
9359 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
9360 S: Maintained
9361 F: arch/nios2/
9362
9363 NOHZ, DYNTICKS SUPPORT
9364 M: Frederic Weisbecker <fweisbec@gmail.com>
9365 M: Thomas Gleixner <tglx@linutronix.de>
9366 M: Ingo Molnar <mingo@kernel.org>
9367 L: linux-kernel@vger.kernel.org
9368 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/nohz
9369 S: Maintained
9370 F: kernel/time/tick*.*
9371 F: include/linux/tick.h
9372 F: include/linux/sched/nohz.h
9373
9374 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
9375 M: Pavel Machek <pavel@ucw.cz>
9376 M: Sakari Ailus <sakari.ailus@iki.fi>
9377 L: linux-media@vger.kernel.org
9378 S: Maintained
9379 F: drivers/media/i2c/et8ek8
9380 F: drivers/media/i2c/ad5820.c
9381
9382 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
9383 M: Pavel Machek <pavel@ucw.cz>
9384 M: Sakari Ailus <sakari.ailus@iki.fi>
9385 L: linux-media@vger.kernel.org
9386 S: Maintained
9387 F: drivers/media/i2c/et8ek8
9388 F: drivers/media/i2c/ad5820.c
9389
9390 NOKIA N900 POWER SUPPLY DRIVERS
9391 R: Pali Rohár <pali.rohar@gmail.com>
9392 F: include/linux/power/bq2415x_charger.h
9393 F: include/linux/power/bq27xxx_battery.h
9394 F: include/linux/power/isp1704_charger.h
9395 F: drivers/power/supply/bq2415x_charger.c
9396 F: drivers/power/supply/bq27xxx_battery.c
9397 F: drivers/power/supply/bq27xxx_battery_i2c.c
9398 F: drivers/power/supply/isp1704_charger.c
9399 F: drivers/power/supply/rx51_battery.c
9400
9401 NTB DRIVER CORE
9402 M: Jon Mason <jdmason@kudzu.us>
9403 M: Dave Jiang <dave.jiang@intel.com>
9404 M: Allen Hubbe <Allen.Hubbe@emc.com>
9405 L: linux-ntb@googlegroups.com
9406 S: Supported
9407 W: https://github.com/jonmason/ntb/wiki
9408 T: git git://github.com/jonmason/ntb.git
9409 F: drivers/ntb/
9410 F: drivers/net/ntb_netdev.c
9411 F: include/linux/ntb.h
9412 F: include/linux/ntb_transport.h
9413 F: tools/testing/selftests/ntb/
9414
9415 NTB IDT DRIVER
9416 M: Serge Semin <fancer.lancer@gmail.com>
9417 L: linux-ntb@googlegroups.com
9418 S: Supported
9419 F: drivers/ntb/hw/idt/
9420
9421 NTB INTEL DRIVER
9422 M: Jon Mason <jdmason@kudzu.us>
9423 M: Dave Jiang <dave.jiang@intel.com>
9424 L: linux-ntb@googlegroups.com
9425 S: Supported
9426 W: https://github.com/jonmason/ntb/wiki
9427 T: git git://github.com/jonmason/ntb.git
9428 F: drivers/ntb/hw/intel/
9429
9430 NTB AMD DRIVER
9431 M: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
9432 L: linux-ntb@googlegroups.com
9433 S: Supported
9434 F: drivers/ntb/hw/amd/
9435
9436 NTFS FILESYSTEM
9437 M: Anton Altaparmakov <anton@tuxera.com>
9438 L: linux-ntfs-dev@lists.sourceforge.net
9439 W: http://www.tuxera.com/
9440 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
9441 S: Supported
9442 F: Documentation/filesystems/ntfs.txt
9443 F: fs/ntfs/
9444
9445 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
9446 M: Antonino Daplas <adaplas@gmail.com>
9447 L: linux-fbdev@vger.kernel.org
9448 S: Maintained
9449 F: drivers/video/fbdev/riva/
9450 F: drivers/video/fbdev/nvidia/
9451
9452 NVM EXPRESS DRIVER
9453 M: Keith Busch <keith.busch@intel.com>
9454 M: Jens Axboe <axboe@fb.com>
9455 M: Christoph Hellwig <hch@lst.de>
9456 M: Sagi Grimberg <sagi@grimberg.me>
9457 L: linux-nvme@lists.infradead.org
9458 T: git://git.infradead.org/nvme.git
9459 W: http://git.infradead.org/nvme.git
9460 S: Supported
9461 F: drivers/nvme/host/
9462 F: include/linux/nvme.h
9463 F: include/uapi/linux/nvme_ioctl.h
9464
9465 NVM EXPRESS TARGET DRIVER
9466 M: Christoph Hellwig <hch@lst.de>
9467 M: Sagi Grimberg <sagi@grimberg.me>
9468 L: linux-nvme@lists.infradead.org
9469 T: git://git.infradead.org/nvme.git
9470 W: http://git.infradead.org/nvme.git
9471 S: Supported
9472 F: drivers/nvme/target/
9473
9474 NVM EXPRESS FC TRANSPORT DRIVERS
9475 M: James Smart <james.smart@broadcom.com>
9476 L: linux-nvme@lists.infradead.org
9477 S: Supported
9478 F: include/linux/nvme-fc.h
9479 F: include/linux/nvme-fc-driver.h
9480 F: drivers/nvme/host/fc.c
9481 F: drivers/nvme/target/fc.c
9482 F: drivers/nvme/target/fcloop.c
9483
9484 NVMEM FRAMEWORK
9485 M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
9486 S: Maintained
9487 F: drivers/nvmem/
9488 F: Documentation/devicetree/bindings/nvmem/
9489 F: include/linux/nvmem-consumer.h
9490 F: include/linux/nvmem-provider.h
9491
9492 NXP-NCI NFC DRIVER
9493 M: Clément Perrochaud <clement.perrochaud@effinnov.com>
9494 R: Charles Gorand <charles.gorand@effinnov.com>
9495 L: linux-nfc@lists.01.org (moderated for non-subscribers)
9496 S: Supported
9497 F: drivers/nfc/nxp-nci
9498
9499 NXP TDA998X DRM DRIVER
9500 M: Russell King <linux@armlinux.org.uk>
9501 S: Supported
9502 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel
9503 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-fixes
9504 F: drivers/gpu/drm/i2c/tda998x_drv.c
9505 F: include/drm/i2c/tda998x.h
9506
9507 NXP TFA9879 DRIVER
9508 M: Peter Rosin <peda@axentia.se>
9509 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9510 S: Maintained
9511 F: sound/soc/codecs/tfa9879*
9512
9513 OBJTOOL
9514 M: Josh Poimboeuf <jpoimboe@redhat.com>
9515 S: Supported
9516 F: tools/objtool/
9517
9518 OMAP1 SUPPORT
9519 M: Aaro Koskinen <aaro.koskinen@iki.fi>
9520 M: Tony Lindgren <tony@atomide.com>
9521 L: linux-omap@vger.kernel.org
9522 Q: http://patchwork.kernel.org/project/linux-omap/list/
9523 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9524 S: Maintained
9525 F: arch/arm/mach-omap1/
9526 F: arch/arm/plat-omap/
9527 F: arch/arm/configs/omap1_defconfig
9528 F: drivers/i2c/busses/i2c-omap.c
9529 F: include/linux/i2c-omap.h
9530
9531 OMAP2+ SUPPORT
9532 M: Tony Lindgren <tony@atomide.com>
9533 L: linux-omap@vger.kernel.org
9534 W: http://www.muru.com/linux/omap/
9535 W: http://linux.omap.com/
9536 Q: http://patchwork.kernel.org/project/linux-omap/list/
9537 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9538 S: Maintained
9539 F: arch/arm/mach-omap2/
9540 F: arch/arm/plat-omap/
9541 F: arch/arm/configs/omap2plus_defconfig
9542 F: drivers/i2c/busses/i2c-omap.c
9543 F: drivers/irqchip/irq-omap-intc.c
9544 F: drivers/mfd/*omap*.c
9545 F: drivers/mfd/menelaus.c
9546 F: drivers/mfd/palmas.c
9547 F: drivers/mfd/tps65217.c
9548 F: drivers/mfd/tps65218.c
9549 F: drivers/mfd/tps65910.c
9550 F: drivers/mfd/twl-core.[ch]
9551 F: drivers/mfd/twl4030*.c
9552 F: drivers/mfd/twl6030*.c
9553 F: drivers/mfd/twl6040*.c
9554 F: drivers/regulator/palmas-regulator*.c
9555 F: drivers/regulator/pbias-regulator.c
9556 F: drivers/regulator/tps65217-regulator.c
9557 F: drivers/regulator/tps65218-regulator.c
9558 F: drivers/regulator/tps65910-regulator.c
9559 F: drivers/regulator/twl-regulator.c
9560 F: drivers/regulator/twl6030-regulator.c
9561 F: include/linux/i2c-omap.h
9562
9563 OMAP DEVICE TREE SUPPORT
9564 M: Benoît Cousson <bcousson@baylibre.com>
9565 M: Tony Lindgren <tony@atomide.com>
9566 L: linux-omap@vger.kernel.org
9567 L: devicetree@vger.kernel.org
9568 S: Maintained
9569 F: arch/arm/boot/dts/*omap*
9570 F: arch/arm/boot/dts/*am3*
9571 F: arch/arm/boot/dts/*am4*
9572 F: arch/arm/boot/dts/*am5*
9573 F: arch/arm/boot/dts/*dra7*
9574
9575 OMAP CLOCK FRAMEWORK SUPPORT
9576 M: Paul Walmsley <paul@pwsan.com>
9577 L: linux-omap@vger.kernel.org
9578 S: Maintained
9579 F: arch/arm/*omap*/*clock*
9580
9581 OMAP POWER MANAGEMENT SUPPORT
9582 M: Kevin Hilman <khilman@kernel.org>
9583 L: linux-omap@vger.kernel.org
9584 S: Maintained
9585 F: arch/arm/*omap*/*pm*
9586 F: drivers/cpufreq/omap-cpufreq.c
9587
9588 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
9589 M: Rajendra Nayak <rnayak@codeaurora.org>
9590 M: Paul Walmsley <paul@pwsan.com>
9591 L: linux-omap@vger.kernel.org
9592 S: Maintained
9593 F: arch/arm/mach-omap2/prm*
9594
9595 OMAP AUDIO SUPPORT
9596 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
9597 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
9598 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9599 L: linux-omap@vger.kernel.org
9600 S: Maintained
9601 F: sound/soc/omap/
9602
9603 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
9604 M: Roger Quadros <rogerq@ti.com>
9605 M: Tony Lindgren <tony@atomide.com>
9606 L: linux-omap@vger.kernel.org
9607 S: Maintained
9608 F: drivers/memory/omap-gpmc.c
9609 F: arch/arm/mach-omap2/*gpmc*
9610
9611 OMAP FRAMEBUFFER SUPPORT
9612 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
9613 L: linux-fbdev@vger.kernel.org
9614 L: linux-omap@vger.kernel.org
9615 S: Maintained
9616 F: drivers/video/fbdev/omap/
9617
9618 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
9619 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
9620 L: linux-omap@vger.kernel.org
9621 L: linux-fbdev@vger.kernel.org
9622 S: Maintained
9623 F: drivers/video/fbdev/omap2/
9624 F: Documentation/arm/OMAP/DSS
9625
9626 OMAP HARDWARE SPINLOCK SUPPORT
9627 M: Ohad Ben-Cohen <ohad@wizery.com>
9628 L: linux-omap@vger.kernel.org
9629 S: Maintained
9630 F: drivers/hwspinlock/omap_hwspinlock.c
9631
9632 OMAP MMC SUPPORT
9633 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
9634 L: linux-omap@vger.kernel.org
9635 S: Maintained
9636 F: drivers/mmc/host/omap.c
9637
9638 OMAP HS MMC SUPPORT
9639 L: linux-mmc@vger.kernel.org
9640 L: linux-omap@vger.kernel.org
9641 S: Orphan
9642 F: drivers/mmc/host/omap_hsmmc.c
9643
9644 OMAP RANDOM NUMBER GENERATOR SUPPORT
9645 M: Deepak Saxena <dsaxena@plexity.net>
9646 S: Maintained
9647 F: drivers/char/hw_random/omap-rng.c
9648
9649 OMAP HWMOD SUPPORT
9650 M: Benoît Cousson <bcousson@baylibre.com>
9651 M: Paul Walmsley <paul@pwsan.com>
9652 L: linux-omap@vger.kernel.org
9653 S: Maintained
9654 F: arch/arm/mach-omap2/omap_hwmod.*
9655
9656 OMAP HWMOD DATA
9657 M: Paul Walmsley <paul@pwsan.com>
9658 L: linux-omap@vger.kernel.org
9659 S: Maintained
9660 F: arch/arm/mach-omap2/omap_hwmod*data*
9661
9662 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
9663 M: Benoît Cousson <bcousson@baylibre.com>
9664 L: linux-omap@vger.kernel.org
9665 S: Maintained
9666 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
9667
9668 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
9669 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9670 L: linux-media@vger.kernel.org
9671 S: Maintained
9672 F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
9673 F: drivers/media/platform/omap3isp/
9674 F: drivers/staging/media/omap4iss/
9675
9676 OMAP USB SUPPORT
9677 L: linux-usb@vger.kernel.org
9678 L: linux-omap@vger.kernel.org
9679 S: Orphan
9680 F: drivers/usb/*/*omap*
9681 F: arch/arm/*omap*/usb*
9682
9683 OMAP GPIO DRIVER
9684 M: Grygorii Strashko <grygorii.strashko@ti.com>
9685 M: Santosh Shilimkar <ssantosh@kernel.org>
9686 M: Kevin Hilman <khilman@kernel.org>
9687 L: linux-omap@vger.kernel.org
9688 S: Maintained
9689 F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
9690 F: drivers/gpio/gpio-omap.c
9691
9692 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9693 M: Mark Jackson <mpfj@newflow.co.uk>
9694 L: linux-omap@vger.kernel.org
9695 S: Maintained
9696 F: arch/arm/boot/dts/am335x-nano.dts
9697
9698 OMFS FILESYSTEM
9699 M: Bob Copeland <me@bobcopeland.com>
9700 L: linux-karma-devel@lists.sourceforge.net
9701 S: Maintained
9702 F: Documentation/filesystems/omfs.txt
9703 F: fs/omfs/
9704
9705 OMNIKEY CARDMAN 4000 DRIVER
9706 M: Harald Welte <laforge@gnumonks.org>
9707 S: Maintained
9708 F: drivers/char/pcmcia/cm4000_cs.c
9709 F: include/linux/cm4000_cs.h
9710 F: include/uapi/linux/cm4000_cs.h
9711
9712 OMNIKEY CARDMAN 4040 DRIVER
9713 M: Harald Welte <laforge@gnumonks.org>
9714 S: Maintained
9715 F: drivers/char/pcmcia/cm4040_cs.*
9716
9717 OMNIVISION OV5640 SENSOR DRIVER
9718 M: Steve Longerbeam <slongerbeam@gmail.com>
9719 L: linux-media@vger.kernel.org
9720 T: git git://linuxtv.org/media_tree.git
9721 S: Maintained
9722 F: drivers/media/i2c/ov5640.c
9723
9724 OMNIVISION OV5647 SENSOR DRIVER
9725 M: Ramiro Oliveira <roliveir@synopsys.com>
9726 L: linux-media@vger.kernel.org
9727 T: git git://linuxtv.org/media_tree.git
9728 S: Maintained
9729 F: drivers/media/i2c/ov5647.c
9730
9731 OMNIVISION OV7670 SENSOR DRIVER
9732 M: Jonathan Corbet <corbet@lwn.net>
9733 L: linux-media@vger.kernel.org
9734 T: git git://linuxtv.org/media_tree.git
9735 S: Maintained
9736 F: drivers/media/i2c/ov7670.c
9737 F: Documentation/devicetree/bindings/media/i2c/ov7670.txt
9738
9739 OMNIVISION OV13858 SENSOR DRIVER
9740 M: Sakari Ailus <sakari.ailus@linux.intel.com>
9741 L: linux-media@vger.kernel.org
9742 T: git git://linuxtv.org/media_tree.git
9743 S: Maintained
9744 F: drivers/media/i2c/ov13858.c
9745
9746 ONENAND FLASH DRIVER
9747 M: Kyungmin Park <kyungmin.park@samsung.com>
9748 L: linux-mtd@lists.infradead.org
9749 S: Maintained
9750 F: drivers/mtd/onenand/
9751 F: include/linux/mtd/onenand*.h
9752
9753 ONSTREAM SCSI TAPE DRIVER
9754 M: Willem Riede <osst@riede.org>
9755 L: osst-users@lists.sourceforge.net
9756 L: linux-scsi@vger.kernel.org
9757 S: Maintained
9758 F: Documentation/scsi/osst.txt
9759 F: drivers/scsi/osst.*
9760 F: drivers/scsi/osst_*.h
9761 F: drivers/scsi/st.h
9762
9763 OPENCORES I2C BUS DRIVER
9764 M: Peter Korsgaard <jacmet@sunsite.dk>
9765 L: linux-i2c@vger.kernel.org
9766 S: Maintained
9767 F: Documentation/i2c/busses/i2c-ocores
9768 F: drivers/i2c/busses/i2c-ocores.c
9769
9770 OPEN FIRMWARE AND FLATTENED DEVICE TREE
9771 M: Rob Herring <robh+dt@kernel.org>
9772 M: Frank Rowand <frowand.list@gmail.com>
9773 L: devicetree@vger.kernel.org
9774 W: http://www.devicetree.org/
9775 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9776 S: Maintained
9777 F: drivers/of/
9778 F: include/linux/of*.h
9779 F: scripts/dtc/
9780 F: Documentation/ABI/testing/sysfs-firmware-ofw
9781
9782 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
9783 M: Rob Herring <robh+dt@kernel.org>
9784 M: Mark Rutland <mark.rutland@arm.com>
9785 L: devicetree@vger.kernel.org
9786 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9787 Q: http://patchwork.ozlabs.org/project/devicetree-bindings/list/
9788 S: Maintained
9789 F: Documentation/devicetree/
9790 F: arch/*/boot/dts/
9791 F: include/dt-bindings/
9792
9793 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
9794 M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
9795 L: devicetree@vger.kernel.org
9796 S: Maintained
9797 F: Documentation/devicetree/dynamic-resolution-notes.txt
9798 F: Documentation/devicetree/overlay-notes.txt
9799 F: drivers/of/overlay.c
9800 F: drivers/of/resolver.c
9801
9802 OPENRISC ARCHITECTURE
9803 M: Jonas Bonn <jonas@southpole.se>
9804 M: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
9805 M: Stafford Horne <shorne@gmail.com>
9806 T: git git://github.com/openrisc/linux.git
9807 L: openrisc@lists.librecores.org
9808 W: http://openrisc.io
9809 S: Maintained
9810 F: arch/openrisc/
9811
9812 OPENVSWITCH
9813 M: Pravin Shelar <pshelar@nicira.com>
9814 L: netdev@vger.kernel.org
9815 L: dev@openvswitch.org
9816 W: http://openvswitch.org
9817 S: Maintained
9818 F: net/openvswitch/
9819 F: include/uapi/linux/openvswitch.h
9820
9821 OPERATING PERFORMANCE POINTS (OPP)
9822 M: Viresh Kumar <vireshk@kernel.org>
9823 M: Nishanth Menon <nm@ti.com>
9824 M: Stephen Boyd <sboyd@codeaurora.org>
9825 L: linux-pm@vger.kernel.org
9826 S: Maintained
9827 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9828 F: drivers/base/power/opp/
9829 F: include/linux/pm_opp.h
9830 F: Documentation/power/opp.txt
9831 F: Documentation/devicetree/bindings/opp/
9832
9833 OPL4 DRIVER
9834 M: Clemens Ladisch <clemens@ladisch.de>
9835 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9836 T: git git://git.alsa-project.org/alsa-kernel.git
9837 S: Maintained
9838 F: sound/drivers/opl4/
9839
9840 OPROFILE
9841 M: Robert Richter <rric@kernel.org>
9842 L: oprofile-list@lists.sf.net
9843 S: Maintained
9844 F: arch/*/include/asm/oprofile*.h
9845 F: arch/*/oprofile/
9846 F: drivers/oprofile/
9847 F: include/linux/oprofile.h
9848
9849 OP-TEE DRIVER
9850 M: Jens Wiklander <jens.wiklander@linaro.org>
9851 S: Maintained
9852 F: drivers/tee/optee/
9853
9854 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9855 M: Mark Fasheh <mfasheh@versity.com>
9856 M: Joel Becker <jlbec@evilplan.org>
9857 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
9858 W: http://ocfs2.wiki.kernel.org
9859 S: Supported
9860 F: Documentation/filesystems/ocfs2.txt
9861 F: Documentation/filesystems/dlmfs.txt
9862 F: fs/ocfs2/
9863
9864 ORINOCO DRIVER
9865 L: linux-wireless@vger.kernel.org
9866 W: http://wireless.kernel.org/en/users/Drivers/orinoco
9867 W: http://www.nongnu.org/orinoco/
9868 S: Orphan
9869 F: drivers/net/wireless/intersil/orinoco/
9870
9871 OSD LIBRARY and FILESYSTEM
9872 M: Boaz Harrosh <ooo@electrozaur.com>
9873 S: Maintained
9874 F: drivers/scsi/osd/
9875 F: include/scsi/osd_*
9876 F: fs/exofs/
9877
9878 OVERLAY FILESYSTEM
9879 M: Miklos Szeredi <miklos@szeredi.hu>
9880 L: linux-unionfs@vger.kernel.org
9881 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9882 S: Supported
9883 F: fs/overlayfs/
9884 F: Documentation/filesystems/overlayfs.txt
9885
9886 ORANGEFS FILESYSTEM
9887 M: Mike Marshall <hubcap@omnibond.com>
9888 L: pvfs2-developers@beowulf-underground.org (subscribers-only)
9889 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9890 S: Supported
9891 F: fs/orangefs/
9892 F: Documentation/filesystems/orangefs.txt
9893
9894 P54 WIRELESS DRIVER
9895 M: Christian Lamparter <chunkeey@googlemail.com>
9896 L: linux-wireless@vger.kernel.org
9897 W: http://wireless.kernel.org/en/users/Drivers/p54
9898 S: Maintained
9899 F: drivers/net/wireless/intersil/p54/
9900
9901 PA SEMI ETHERNET DRIVER
9902 L: netdev@vger.kernel.org
9903 S: Orphan
9904 F: drivers/net/ethernet/pasemi/*
9905
9906 PA SEMI SMBUS DRIVER
9907 L: linux-i2c@vger.kernel.org
9908 S: Orphan
9909 F: drivers/i2c/busses/i2c-pasemi.c
9910
9911 PADATA PARALLEL EXECUTION MECHANISM
9912 M: Steffen Klassert <steffen.klassert@secunet.com>
9913 L: linux-crypto@vger.kernel.org
9914 S: Maintained
9915 F: kernel/padata.c
9916 F: include/linux/padata.h
9917 F: Documentation/padata.txt
9918
9919 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9920 M: Harald Welte <laforge@gnumonks.org>
9921 L: platform-driver-x86@vger.kernel.org
9922 S: Maintained
9923 F: drivers/platform/x86/panasonic-laptop.c
9924
9925 PANASONIC MN10300/AM33/AM34 PORT
9926 M: David Howells <dhowells@redhat.com>
9927 L: linux-am33-list@redhat.com (moderated for non-subscribers)
9928 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9929 S: Maintained
9930 F: Documentation/mn10300/
9931 F: arch/mn10300/
9932
9933 PARALLEL LCD/KEYPAD PANEL DRIVER
9934 M: Willy Tarreau <willy@haproxy.com>
9935 M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
9936 S: Odd Fixes
9937 F: Documentation/misc-devices/lcd-panel-cgram.txt
9938 F: drivers/misc/panel.c
9939
9940 PARALLEL PORT SUBSYSTEM
9941 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9942 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
9943 L: linux-parport@lists.infradead.org (subscribers-only)
9944 S: Maintained
9945 F: drivers/parport/
9946 F: include/linux/parport*.h
9947 F: drivers/char/ppdev.c
9948 F: include/uapi/linux/ppdev.h
9949 F: Documentation/parport*.txt
9950
9951 PARAVIRT_OPS INTERFACE
9952 M: Jeremy Fitzhardinge <jeremy@goop.org>
9953 M: Chris Wright <chrisw@sous-sol.org>
9954 M: Alok Kataria <akataria@vmware.com>
9955 M: Rusty Russell <rusty@rustcorp.com.au>
9956 L: virtualization@lists.linux-foundation.org
9957 S: Supported
9958 F: Documentation/virtual/paravirt_ops.txt
9959 F: arch/*/kernel/paravirt*
9960 F: arch/*/include/asm/paravirt.h
9961 F: include/linux/hypervisor.h
9962
9963 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9964 M: Tim Waugh <tim@cyberelk.net>
9965 L: linux-parport@lists.infradead.org (subscribers-only)
9966 S: Maintained
9967 F: Documentation/blockdev/paride.txt
9968 F: drivers/block/paride/
9969
9970 PARISC ARCHITECTURE
9971 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
9972 M: Helge Deller <deller@gmx.de>
9973 L: linux-parisc@vger.kernel.org
9974 W: http://www.parisc-linux.org/
9975 Q: http://patchwork.kernel.org/project/linux-parisc/list/
9976 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9977 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9978 S: Maintained
9979 F: arch/parisc/
9980 F: Documentation/parisc/
9981 F: drivers/parisc/
9982 F: drivers/char/agp/parisc-agp.c
9983 F: drivers/input/serio/gscps2.c
9984 F: drivers/parport/parport_gsc.*
9985 F: drivers/tty/serial/8250/8250_gsc.c
9986 F: drivers/video/fbdev/sti*
9987 F: drivers/video/console/sti*
9988 F: drivers/video/logo/logo_parisc*
9989
9990 PARMAN
9991 M: Jiri Pirko <jiri@mellanox.com>
9992 L: netdev@vger.kernel.org
9993 S: Supported
9994 F: lib/parman.c
9995 F: lib/test_parman.c
9996 F: include/linux/parman.h
9997
9998 PC87360 HARDWARE MONITORING DRIVER
9999 M: Jim Cromie <jim.cromie@gmail.com>
10000 L: linux-hwmon@vger.kernel.org
10001 S: Maintained
10002 F: Documentation/hwmon/pc87360
10003 F: drivers/hwmon/pc87360.c
10004
10005 PC8736x GPIO DRIVER
10006 M: Jim Cromie <jim.cromie@gmail.com>
10007 S: Maintained
10008 F: drivers/char/pc8736x_gpio.c
10009
10010 PC87427 HARDWARE MONITORING DRIVER
10011 M: Jean Delvare <jdelvare@suse.com>
10012 L: linux-hwmon@vger.kernel.org
10013 S: Maintained
10014 F: Documentation/hwmon/pc87427
10015 F: drivers/hwmon/pc87427.c
10016
10017 PCA9532 LED DRIVER
10018 M: Riku Voipio <riku.voipio@iki.fi>
10019 S: Maintained
10020 F: drivers/leds/leds-pca9532.c
10021 F: include/linux/leds-pca9532.h
10022
10023 PCA9541 I2C BUS MASTER SELECTOR DRIVER
10024 M: Guenter Roeck <linux@roeck-us.net>
10025 L: linux-i2c@vger.kernel.org
10026 S: Maintained
10027 F: drivers/i2c/muxes/i2c-mux-pca9541.c
10028
10029 PCDP - PRIMARY CONSOLE AND DEBUG PORT
10030 M: Khalid Aziz <khalid@gonehiking.org>
10031 S: Maintained
10032 F: drivers/firmware/pcdp.*
10033
10034 PCI ERROR RECOVERY
10035 M: Linas Vepstas <linasvepstas@gmail.com>
10036 L: linux-pci@vger.kernel.org
10037 S: Supported
10038 F: Documentation/PCI/pci-error-recovery.txt
10039
10040 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
10041 M: Russell Currey <ruscur@russell.cc>
10042 L: linuxppc-dev@lists.ozlabs.org
10043 S: Supported
10044 F: Documentation/powerpc/eeh-pci-error-recovery.txt
10045 F: arch/powerpc/kernel/eeh*.c
10046 F: arch/powerpc/platforms/*/eeh*.c
10047 F: arch/powerpc/include/*/eeh*.h
10048
10049 PCI SUBSYSTEM
10050 M: Bjorn Helgaas <bhelgaas@google.com>
10051 L: linux-pci@vger.kernel.org
10052 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
10053 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
10054 S: Supported
10055 F: Documentation/devicetree/bindings/pci/
10056 F: Documentation/PCI/
10057 F: drivers/pci/
10058 F: include/linux/pci*
10059 F: arch/x86/pci/
10060 F: arch/x86/kernel/quirks.c
10061
10062 PCI ENDPOINT SUBSYSTEM
10063 M: Kishon Vijay Abraham I <kishon@ti.com>
10064 L: linux-pci@vger.kernel.org
10065 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git
10066 S: Supported
10067 F: drivers/pci/endpoint/
10068 F: drivers/misc/pci_endpoint_test.c
10069 F: tools/pci/
10070
10071 PCI DRIVER FOR ALTERA PCIE IP
10072 M: Ley Foon Tan <lftan@altera.com>
10073 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
10074 L: linux-pci@vger.kernel.org
10075 S: Supported
10076 F: Documentation/devicetree/bindings/pci/altera-pcie.txt
10077 F: drivers/pci/host/pcie-altera.c
10078
10079 PCI DRIVER FOR ARM VERSATILE PLATFORM
10080 M: Rob Herring <robh@kernel.org>
10081 L: linux-pci@vger.kernel.org
10082 L: linux-arm-kernel@lists.infradead.org
10083 S: Maintained
10084 F: Documentation/devicetree/bindings/pci/versatile.txt
10085 F: drivers/pci/host/pci-versatile.c
10086
10087 PCI DRIVER FOR ARMADA 8K
10088 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10089 L: linux-pci@vger.kernel.org
10090 L: linux-arm-kernel@lists.infradead.org
10091 S: Maintained
10092 F: Documentation/devicetree/bindings/pci/pci-armada8k.txt
10093 F: drivers/pci/dwc/pcie-armada8k.c
10094
10095 PCI DRIVER FOR APPLIEDMICRO XGENE
10096 M: Tanmay Inamdar <tinamdar@apm.com>
10097 L: linux-pci@vger.kernel.org
10098 L: linux-arm-kernel@lists.infradead.org
10099 S: Maintained
10100 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
10101 F: drivers/pci/host/pci-xgene.c
10102
10103 PCI DRIVER FOR FREESCALE LAYERSCAPE
10104 M: Minghuan Lian <minghuan.Lian@freescale.com>
10105 M: Mingkai Hu <mingkai.hu@freescale.com>
10106 M: Roy Zang <tie-fei.zang@freescale.com>
10107 L: linuxppc-dev@lists.ozlabs.org
10108 L: linux-pci@vger.kernel.org
10109 L: linux-arm-kernel@lists.infradead.org
10110 S: Maintained
10111 F: drivers/pci/dwc/*layerscape*
10112
10113 PCI DRIVER FOR IMX6
10114 M: Richard Zhu <hongxing.zhu@nxp.com>
10115 M: Lucas Stach <l.stach@pengutronix.de>
10116 L: linux-pci@vger.kernel.org
10117 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10118 S: Maintained
10119 F: Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
10120 F: drivers/pci/dwc/*imx6*
10121
10122 PCI DRIVER FOR TI KEYSTONE
10123 M: Murali Karicheri <m-karicheri2@ti.com>
10124 L: linux-pci@vger.kernel.org
10125 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10126 S: Maintained
10127 F: drivers/pci/dwc/*keystone*
10128
10129 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
10130 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10131 M: Jason Cooper <jason@lakedaemon.net>
10132 L: linux-pci@vger.kernel.org
10133 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10134 S: Maintained
10135 F: drivers/pci/host/*mvebu*
10136
10137 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
10138 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10139 L: linux-pci@vger.kernel.org
10140 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10141 S: Maintained
10142 F: Documentation/devicetree/bindings/pci/aardvark-pci.txt
10143 F: drivers/pci/host/pci-aardvark.c
10144
10145 PCI DRIVER FOR MICROSEMI SWITCHTEC
10146 M: Kurt Schwemmer <kurt.schwemmer@microsemi.com>
10147 M: Stephen Bates <stephen.bates@microsemi.com>
10148 M: Logan Gunthorpe <logang@deltatee.com>
10149 L: linux-pci@vger.kernel.org
10150 S: Maintained
10151 F: Documentation/switchtec.txt
10152 F: Documentation/ABI/testing/sysfs-class-switchtec
10153 F: drivers/pci/switch/switchtec*
10154 F: include/uapi/linux/switchtec_ioctl.h
10155
10156 PCI DRIVER FOR NVIDIA TEGRA
10157 M: Thierry Reding <thierry.reding@gmail.com>
10158 L: linux-tegra@vger.kernel.org
10159 L: linux-pci@vger.kernel.org
10160 S: Supported
10161 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
10162 F: drivers/pci/host/pci-tegra.c
10163
10164 PCI DRIVER FOR TI DRA7XX
10165 M: Kishon Vijay Abraham I <kishon@ti.com>
10166 L: linux-omap@vger.kernel.org
10167 L: linux-pci@vger.kernel.org
10168 S: Supported
10169 F: Documentation/devicetree/bindings/pci/ti-pci.txt
10170 F: drivers/pci/dwc/pci-dra7xx.c
10171
10172 PCI DRIVER FOR RENESAS R-CAR
10173 M: Simon Horman <horms@verge.net.au>
10174 L: linux-pci@vger.kernel.org
10175 L: linux-renesas-soc@vger.kernel.org
10176 S: Maintained
10177 F: drivers/pci/host/*rcar*
10178
10179 PCI DRIVER FOR SAMSUNG EXYNOS
10180 M: Jingoo Han <jingoohan1@gmail.com>
10181 L: linux-pci@vger.kernel.org
10182 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10183 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10184 S: Maintained
10185 F: drivers/pci/dwc/pci-exynos.c
10186
10187 PCI DRIVER FOR SYNOPSIS DESIGNWARE
10188 M: Jingoo Han <jingoohan1@gmail.com>
10189 M: Joao Pinto <Joao.Pinto@synopsys.com>
10190 L: linux-pci@vger.kernel.org
10191 S: Maintained
10192 F: Documentation/devicetree/bindings/pci/designware-pcie.txt
10193 F: drivers/pci/dwc/*designware*
10194
10195 PCI DRIVER FOR GENERIC OF HOSTS
10196 M: Will Deacon <will.deacon@arm.com>
10197 L: linux-pci@vger.kernel.org
10198 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10199 S: Maintained
10200 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
10201 F: drivers/pci/host/pci-host-common.c
10202 F: drivers/pci/host/pci-host-generic.c
10203
10204 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
10205 M: Keith Busch <keith.busch@intel.com>
10206 L: linux-pci@vger.kernel.org
10207 S: Supported
10208 F: drivers/pci/host/vmd.c
10209
10210 PCIE DRIVER FOR ST SPEAR13XX
10211 M: Pratyush Anand <pratyush.anand@gmail.com>
10212 L: linux-pci@vger.kernel.org
10213 S: Maintained
10214 F: drivers/pci/dwc/*spear*
10215
10216 PCI MSI DRIVER FOR ALTERA MSI IP
10217 M: Ley Foon Tan <lftan@altera.com>
10218 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
10219 L: linux-pci@vger.kernel.org
10220 S: Supported
10221 F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
10222 F: drivers/pci/host/pcie-altera-msi.c
10223
10224 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
10225 M: Duc Dang <dhdang@apm.com>
10226 L: linux-pci@vger.kernel.org
10227 L: linux-arm-kernel@lists.infradead.org
10228 S: Maintained
10229 F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
10230 F: drivers/pci/host/pci-xgene-msi.c
10231
10232 PCIE DRIVER FOR AXIS ARTPEC
10233 M: Niklas Cassel <niklas.cassel@axis.com>
10234 M: Jesper Nilsson <jesper.nilsson@axis.com>
10235 L: linux-arm-kernel@axis.com
10236 L: linux-pci@vger.kernel.org
10237 S: Maintained
10238 F: Documentation/devicetree/bindings/pci/axis,artpec*
10239 F: drivers/pci/dwc/*artpec*
10240
10241 PCIE DRIVER FOR HISILICON
10242 M: Zhou Wang <wangzhou1@hisilicon.com>
10243 M: Gabriele Paoloni <gabriele.paoloni@huawei.com>
10244 L: linux-pci@vger.kernel.org
10245 S: Maintained
10246 F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
10247 F: drivers/pci/dwc/pcie-hisi.c
10248
10249 PCIE DRIVER FOR HISILICON KIRIN
10250 M: Xiaowei Song <songxiaowei@hisilicon.com>
10251 M: Binghui Wang <wangbinghui@hisilicon.com>
10252 L: linux-pci@vger.kernel.org
10253 S: Maintained
10254 F: Documentation/devicetree/bindings/pci/pcie-kirin.txt
10255 F: drivers/pci/dwc/pcie-kirin.c
10256
10257 PCIE DRIVER FOR ROCKCHIP
10258 M: Shawn Lin <shawn.lin@rock-chips.com>
10259 L: linux-pci@vger.kernel.org
10260 L: linux-rockchip@lists.infradead.org
10261 S: Maintained
10262 F: Documentation/devicetree/bindings/pci/rockchip-pcie.txt
10263 F: drivers/pci/host/pcie-rockchip.c
10264
10265 PCIE DRIVER FOR QUALCOMM MSM
10266 M: Stanimir Varbanov <svarbanov@mm-sol.com>
10267 L: linux-pci@vger.kernel.org
10268 L: linux-arm-msm@vger.kernel.org
10269 S: Maintained
10270 F: drivers/pci/dwc/*qcom*
10271
10272 PCIE DRIVER FOR CAVIUM THUNDERX
10273 M: David Daney <david.daney@cavium.com>
10274 L: linux-pci@vger.kernel.org
10275 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10276 S: Supported
10277 F: Documentation/devicetree/bindings/pci/pci-thunder-*
10278 F: drivers/pci/host/pci-thunder-*
10279
10280 PCIE DRIVER FOR MEDIATEK
10281 M: Ryder Lee <ryder.lee@mediatek.com>
10282 L: linux-pci@vger.kernel.org
10283 L: linux-mediatek@lists.infradead.org
10284 S: Supported
10285 F: Documentation/devicetree/bindings/pci/mediatek*
10286 F: drivers/pci/host/*mediatek*
10287
10288 PCMCIA SUBSYSTEM
10289 P: Linux PCMCIA Team
10290 L: linux-pcmcia@lists.infradead.org
10291 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
10292 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
10293 S: Maintained
10294 F: Documentation/pcmcia/
10295 F: tools/pcmcia/
10296 F: drivers/pcmcia/
10297 F: include/pcmcia/
10298
10299 PCNET32 NETWORK DRIVER
10300 M: Don Fry <pcnet32@frontier.com>
10301 L: netdev@vger.kernel.org
10302 S: Maintained
10303 F: drivers/net/ethernet/amd/pcnet32.c
10304
10305 PCRYPT PARALLEL CRYPTO ENGINE
10306 M: Steffen Klassert <steffen.klassert@secunet.com>
10307 L: linux-crypto@vger.kernel.org
10308 S: Maintained
10309 F: crypto/pcrypt.c
10310 F: include/crypto/pcrypt.h
10311
10312 PER-CPU MEMORY ALLOCATOR
10313 M: Tejun Heo <tj@kernel.org>
10314 M: Christoph Lameter <cl@linux.com>
10315 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
10316 S: Maintained
10317 F: include/linux/percpu*.h
10318 F: mm/percpu*.c
10319 F: arch/*/include/asm/percpu.h
10320
10321 PER-TASK DELAY ACCOUNTING
10322 M: Balbir Singh <bsingharora@gmail.com>
10323 S: Maintained
10324 F: include/linux/delayacct.h
10325 F: kernel/delayacct.c
10326
10327 PERFORMANCE EVENTS SUBSYSTEM
10328 M: Peter Zijlstra <peterz@infradead.org>
10329 M: Ingo Molnar <mingo@redhat.com>
10330 M: Arnaldo Carvalho de Melo <acme@kernel.org>
10331 R: Alexander Shishkin <alexander.shishkin@linux.intel.com>
10332 L: linux-kernel@vger.kernel.org
10333 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10334 S: Supported
10335 F: kernel/events/*
10336 F: include/linux/perf_event.h
10337 F: include/uapi/linux/perf_event.h
10338 F: arch/*/kernel/perf_event*.c
10339 F: arch/*/kernel/*/perf_event*.c
10340 F: arch/*/kernel/*/*/perf_event*.c
10341 F: arch/*/include/asm/perf_event.h
10342 F: arch/*/kernel/perf_callchain.c
10343 F: arch/*/events/*
10344 F: tools/perf/
10345
10346 PERSONALITY HANDLING
10347 M: Christoph Hellwig <hch@infradead.org>
10348 L: linux-abi-devel@lists.sourceforge.net
10349 S: Maintained
10350 F: include/linux/personality.h
10351 F: include/uapi/linux/personality.h
10352
10353 PHONET PROTOCOL
10354 M: Remi Denis-Courmont <courmisch@gmail.com>
10355 S: Supported
10356 F: Documentation/networking/phonet.txt
10357 F: include/linux/phonet.h
10358 F: include/net/phonet/
10359 F: include/uapi/linux/phonet.h
10360 F: net/phonet/
10361
10362 PHRAM MTD DRIVER
10363 M: Joern Engel <joern@lazybastard.org>
10364 L: linux-mtd@lists.infradead.org
10365 S: Maintained
10366 F: drivers/mtd/devices/phram.c
10367
10368 PICOLCD HID DRIVER
10369 M: Bruno Prémont <bonbons@linux-vserver.org>
10370 L: linux-input@vger.kernel.org
10371 S: Maintained
10372 F: drivers/hid/hid-picolcd*
10373
10374 PICOXCELL SUPPORT
10375 M: Jamie Iles <jamie@jamieiles.com>
10376 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10377 T: git git://github.com/jamieiles/linux-2.6-ji.git
10378 S: Supported
10379 F: arch/arm/boot/dts/picoxcell*
10380 F: arch/arm/mach-picoxcell/
10381 F: drivers/crypto/picoxcell*
10382
10383 PIN CONTROL SUBSYSTEM
10384 M: Linus Walleij <linus.walleij@linaro.org>
10385 L: linux-gpio@vger.kernel.org
10386 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
10387 S: Maintained
10388 F: Documentation/devicetree/bindings/pinctrl/
10389 F: Documentation/pinctrl.txt
10390 F: drivers/pinctrl/
10391 F: include/linux/pinctrl/
10392
10393 PIN CONTROLLER - ATMEL AT91
10394 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
10395 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10396 S: Maintained
10397 F: drivers/pinctrl/pinctrl-at91.*
10398
10399 PIN CONTROLLER - ATMEL AT91 PIO4
10400 M: Ludovic Desroches <ludovic.desroches@microchip.com>
10401 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10402 L: linux-gpio@vger.kernel.org
10403 S: Supported
10404 F: drivers/pinctrl/pinctrl-at91-pio4.*
10405
10406 PIN CONTROLLER - INTEL
10407 M: Mika Westerberg <mika.westerberg@linux.intel.com>
10408 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
10409 S: Maintained
10410 F: drivers/pinctrl/intel/
10411
10412 PIN CONTROLLER - QUALCOMM
10413 M: Bjorn Andersson <bjorn.andersson@linaro.org>
10414 S: Maintained
10415 L: linux-arm-msm@vger.kernel.org
10416 F: Documentation/devicetree/bindings/pinctrl/qcom,*.txt
10417 F: drivers/pinctrl/qcom/
10418
10419 PIN CONTROLLER - RENESAS
10420 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10421 M: Geert Uytterhoeven <geert+renesas@glider.be>
10422 L: linux-renesas-soc@vger.kernel.org
10423 S: Maintained
10424 F: drivers/pinctrl/sh-pfc/
10425
10426 PIN CONTROLLER - SAMSUNG
10427 M: Tomasz Figa <tomasz.figa@gmail.com>
10428 M: Krzysztof Kozlowski <krzk@kernel.org>
10429 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10430 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10431 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10432 Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/
10433 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git
10434 S: Maintained
10435 F: drivers/pinctrl/samsung/
10436 F: include/dt-bindings/pinctrl/samsung.h
10437 F: Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
10438
10439 PIN CONTROLLER - SINGLE
10440 M: Tony Lindgren <tony@atomide.com>
10441 M: Haojian Zhuang <haojian.zhuang@linaro.org>
10442 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10443 L: linux-omap@vger.kernel.org
10444 S: Maintained
10445 F: drivers/pinctrl/pinctrl-single.c
10446
10447 PIN CONTROLLER - ST SPEAR
10448 M: Viresh Kumar <vireshk@kernel.org>
10449 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10450 W: http://www.st.com/spear
10451 S: Maintained
10452 F: drivers/pinctrl/spear/
10453
10454 PISTACHIO SOC SUPPORT
10455 M: James Hartley <james.hartley@imgtec.com>
10456 M: Ionela Voinescu <ionela.voinescu@imgtec.com>
10457 L: linux-mips@linux-mips.org
10458 S: Maintained
10459 F: arch/mips/pistachio/
10460 F: arch/mips/include/asm/mach-pistachio/
10461 F: arch/mips/boot/dts/img/pistachio*
10462 F: arch/mips/configs/pistachio*_defconfig
10463
10464 PKTCDVD DRIVER
10465 S: Orphan
10466 M: linux-block@vger.kernel.org
10467 F: drivers/block/pktcdvd.c
10468 F: include/linux/pktcdvd.h
10469 F: include/uapi/linux/pktcdvd.h
10470
10471 PKUNITY SOC DRIVERS
10472 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
10473 W: http://mprc.pku.edu.cn/~guanxuetao/linux
10474 S: Maintained
10475 T: git git://github.com/gxt/linux.git
10476 F: drivers/input/serio/i8042-unicore32io.h
10477 F: drivers/i2c/busses/i2c-puv3.c
10478 F: drivers/video/fbdev/fb-puv3.c
10479 F: drivers/rtc/rtc-puv3.c
10480
10481 PMBUS HARDWARE MONITORING DRIVERS
10482 M: Guenter Roeck <linux@roeck-us.net>
10483 L: linux-hwmon@vger.kernel.org
10484 W: http://hwmon.wiki.kernel.org/
10485 W: http://www.roeck-us.net/linux/drivers/
10486 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
10487 S: Maintained
10488 F: Documentation/hwmon/pmbus
10489 F: drivers/hwmon/pmbus/
10490 F: include/linux/pmbus.h
10491
10492 PMC SIERRA MaxRAID DRIVER
10493 L: linux-scsi@vger.kernel.org
10494 W: http://www.pmc-sierra.com/
10495 S: Orphan
10496 F: drivers/scsi/pmcraid.*
10497
10498 PMC SIERRA PM8001 DRIVER
10499 M: Jack Wang <jinpu.wang@profitbricks.com>
10500 M: lindar_liu@usish.com
10501 L: linux-scsi@vger.kernel.org
10502 S: Supported
10503 F: drivers/scsi/pm8001/
10504
10505 POSIX CLOCKS and TIMERS
10506 M: Thomas Gleixner <tglx@linutronix.de>
10507 L: linux-kernel@vger.kernel.org
10508 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10509 S: Maintained
10510 F: fs/timerfd.c
10511 F: include/linux/timer*
10512 F: kernel/time/*timer*
10513
10514 POWER MANAGEMENT CORE
10515 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
10516 L: linux-pm@vger.kernel.org
10517 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
10518 B: https://bugzilla.kernel.org
10519 S: Supported
10520 F: drivers/base/power/
10521 F: include/linux/pm.h
10522 F: include/linux/pm_*
10523 F: include/linux/powercap.h
10524 F: drivers/powercap/
10525
10526 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
10527 M: Sebastian Reichel <sre@kernel.org>
10528 L: linux-pm@vger.kernel.org
10529 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
10530 S: Maintained
10531 F: Documentation/devicetree/bindings/power/supply/
10532 F: include/linux/power_supply.h
10533 F: drivers/power/supply/
10534
10535 POWER STATE COORDINATION INTERFACE (PSCI)
10536 M: Mark Rutland <mark.rutland@arm.com>
10537 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
10538 L: linux-arm-kernel@lists.infradead.org
10539 S: Maintained
10540 F: drivers/firmware/psci*.c
10541 F: include/linux/psci.h
10542 F: include/uapi/linux/psci.h
10543
10544 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
10545 M: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
10546 L: linuxppc-dev@lists.ozlabs.org
10547 S: Maintained
10548 F: drivers/char/powernv-op-panel.c
10549
10550 PNP SUPPORT
10551 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
10552 S: Maintained
10553 F: drivers/pnp/
10554
10555 PPP PROTOCOL DRIVERS AND COMPRESSORS
10556 M: Paul Mackerras <paulus@samba.org>
10557 L: linux-ppp@vger.kernel.org
10558 S: Maintained
10559 F: drivers/net/ppp/ppp_*
10560
10561 PPP OVER ATM (RFC 2364)
10562 M: Mitchell Blank Jr <mitch@sfgoth.com>
10563 S: Maintained
10564 F: net/atm/pppoatm.c
10565 F: include/uapi/linux/atmppp.h
10566
10567 PPP OVER ETHERNET
10568 M: Michal Ostrowski <mostrows@earthlink.net>
10569 S: Maintained
10570 F: drivers/net/ppp/pppoe.c
10571 F: drivers/net/ppp/pppox.c
10572
10573 PPP OVER L2TP
10574 M: James Chapman <jchapman@katalix.com>
10575 S: Maintained
10576 F: net/l2tp/l2tp_ppp.c
10577 F: include/linux/if_pppol2tp.h
10578 F: include/uapi/linux/if_pppol2tp.h
10579
10580 PPS SUPPORT
10581 M: Rodolfo Giometti <giometti@enneenne.com>
10582 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
10583 L: linuxpps@ml.enneenne.com (subscribers-only)
10584 S: Maintained
10585 F: Documentation/pps/
10586 F: drivers/pps/
10587 F: include/linux/pps*.h
10588
10589 PPTP DRIVER
10590 M: Dmitry Kozlov <xeb@mail.ru>
10591 L: netdev@vger.kernel.org
10592 S: Maintained
10593 F: drivers/net/ppp/pptp.c
10594 W: http://sourceforge.net/projects/accel-pptp
10595
10596 PREEMPTIBLE KERNEL
10597 M: Robert Love <rml@tech9.net>
10598 L: kpreempt-tech@lists.sourceforge.net
10599 W: https://www.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
10600 S: Supported
10601 F: Documentation/preempt-locking.txt
10602 F: include/linux/preempt.h
10603
10604 PRINTK
10605 M: Petr Mladek <pmladek@suse.com>
10606 M: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
10607 R: Steven Rostedt <rostedt@goodmis.org>
10608 S: Maintained
10609 F: kernel/printk/
10610 F: include/linux/printk.h
10611
10612 PRISM54 WIRELESS DRIVER
10613 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
10614 L: linux-wireless@vger.kernel.org
10615 W: http://wireless.kernel.org/en/users/Drivers/p54
10616 S: Obsolete
10617 F: drivers/net/wireless/intersil/prism54/
10618
10619 PROC SYSCTL
10620 M: "Luis R. Rodriguez" <mcgrof@kernel.org>
10621 M: Kees Cook <keescook@chromium.org>
10622 L: linux-kernel@vger.kernel.org
10623 L: linux-fsdevel@vger.kernel.org
10624 S: Maintained
10625 F: fs/proc/proc_sysctl.c
10626 F: include/linux/sysctl.h
10627 F: kernel/sysctl.c
10628 F: tools/testing/selftests/sysctl/
10629
10630 PS3 NETWORK SUPPORT
10631 M: Geoff Levand <geoff@infradead.org>
10632 L: netdev@vger.kernel.org
10633 L: linuxppc-dev@lists.ozlabs.org
10634 S: Maintained
10635 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
10636
10637 PS3 PLATFORM SUPPORT
10638 M: Geoff Levand <geoff@infradead.org>
10639 L: linuxppc-dev@lists.ozlabs.org
10640 S: Maintained
10641 F: arch/powerpc/boot/ps3*
10642 F: arch/powerpc/include/asm/lv1call.h
10643 F: arch/powerpc/include/asm/ps3*.h
10644 F: arch/powerpc/platforms/ps3/
10645 F: drivers/*/ps3*
10646 F: drivers/ps3/
10647 F: drivers/rtc/rtc-ps3.c
10648 F: drivers/usb/host/*ps3.c
10649 F: sound/ppc/snd_ps3*
10650
10651 PS3VRAM DRIVER
10652 M: Jim Paris <jim@jtan.com>
10653 M: Geoff Levand <geoff@infradead.org>
10654 L: linuxppc-dev@lists.ozlabs.org
10655 S: Maintained
10656 F: drivers/block/ps3vram.c
10657
10658 PSAMPLE PACKET SAMPLING SUPPORT:
10659 M: Yotam Gigi <yotamg@mellanox.com>
10660 S: Maintained
10661 F: net/psample
10662 F: include/net/psample.h
10663 F: include/uapi/linux/psample.h
10664
10665 PSTORE FILESYSTEM
10666 M: Kees Cook <keescook@chromium.org>
10667 M: Anton Vorontsov <anton@enomsg.org>
10668 M: Colin Cross <ccross@android.com>
10669 M: Tony Luck <tony.luck@intel.com>
10670 S: Maintained
10671 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
10672 F: fs/pstore/
10673 F: include/linux/pstore*
10674 F: drivers/firmware/efi/efi-pstore.c
10675 F: drivers/acpi/apei/erst.c
10676 F: Documentation/admin-guide/ramoops.rst
10677 F: Documentation/devicetree/bindings/reserved-memory/ramoops.txt
10678 K: \b(pstore|ramoops)
10679
10680 PTP HARDWARE CLOCK SUPPORT
10681 M: Richard Cochran <richardcochran@gmail.com>
10682 L: netdev@vger.kernel.org
10683 S: Maintained
10684 W: http://linuxptp.sourceforge.net/
10685 F: Documentation/ABI/testing/sysfs-ptp
10686 F: Documentation/ptp/*
10687 F: drivers/net/ethernet/freescale/gianfar_ptp.c
10688 F: drivers/net/phy/dp83640*
10689 F: drivers/ptp/*
10690 F: include/linux/ptp_cl*
10691
10692 PTRACE SUPPORT
10693 M: Roland McGrath <roland@hack.frob.com>
10694 M: Oleg Nesterov <oleg@redhat.com>
10695 S: Maintained
10696 F: include/asm-generic/syscall.h
10697 F: include/linux/ptrace.h
10698 F: include/linux/regset.h
10699 F: include/linux/tracehook.h
10700 F: include/uapi/linux/ptrace.h
10701 F: kernel/ptrace.c
10702
10703 PULSE8-CEC DRIVER
10704 M: Hans Verkuil <hverkuil@xs4all.nl>
10705 L: linux-media@vger.kernel.org
10706 T: git git://linuxtv.org/media_tree.git
10707 S: Maintained
10708 F: drivers/media/usb/pulse8-cec/*
10709
10710 PVRUSB2 VIDEO4LINUX DRIVER
10711 M: Mike Isely <isely@pobox.com>
10712 L: pvrusb2@isely.net (subscribers-only)
10713 L: linux-media@vger.kernel.org
10714 W: http://www.isely.net/pvrusb2/
10715 T: git git://linuxtv.org/media_tree.git
10716 S: Maintained
10717 F: Documentation/media/v4l-drivers/pvrusb2*
10718 F: drivers/media/usb/pvrusb2/
10719
10720 PWC WEBCAM DRIVER
10721 M: Hans Verkuil <hverkuil@xs4all.nl>
10722 L: linux-media@vger.kernel.org
10723 T: git git://linuxtv.org/media_tree.git
10724 S: Odd Fixes
10725 F: drivers/media/usb/pwc/*
10726
10727 PWM FAN DRIVER
10728 M: Kamil Debski <kamil@wypas.org>
10729 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10730 L: linux-hwmon@vger.kernel.org
10731 S: Supported
10732 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
10733 F: Documentation/hwmon/pwm-fan
10734 F: drivers/hwmon/pwm-fan.c
10735
10736 PWM SUBSYSTEM
10737 M: Thierry Reding <thierry.reding@gmail.com>
10738 L: linux-pwm@vger.kernel.org
10739 S: Maintained
10740 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
10741 F: Documentation/pwm.txt
10742 F: Documentation/devicetree/bindings/pwm/
10743 F: include/linux/pwm.h
10744 F: drivers/pwm/
10745 F: drivers/video/backlight/pwm_bl.c
10746 F: include/linux/pwm_backlight.h
10747 F: drivers/gpio/gpio-mvebu.c
10748 F: Documentation/devicetree/bindings/gpio/gpio-mvebu.txt
10749
10750 PXA2xx/PXA3xx SUPPORT
10751 M: Daniel Mack <daniel@zonque.org>
10752 M: Haojian Zhuang <haojian.zhuang@gmail.com>
10753 M: Robert Jarzmik <robert.jarzmik@free.fr>
10754 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10755 T: git git://github.com/hzhuang1/linux.git
10756 T: git git://github.com/rjarzmik/linux.git
10757 S: Maintained
10758 F: arch/arm/boot/dts/pxa*
10759 F: arch/arm/mach-pxa/
10760 F: drivers/dma/pxa*
10761 F: drivers/pcmcia/pxa2xx*
10762 F: drivers/pinctrl/pxa/
10763 F: drivers/spi/spi-pxa2xx*
10764 F: drivers/usb/gadget/udc/pxa2*
10765 F: include/sound/pxa2xx-lib.h
10766 F: sound/arm/pxa*
10767 F: sound/soc/pxa/
10768
10769 PXA GPIO DRIVER
10770 M: Robert Jarzmik <robert.jarzmik@free.fr>
10771 L: linux-gpio@vger.kernel.org
10772 S: Maintained
10773 F: drivers/gpio/gpio-pxa.c
10774
10775 PXA3xx NAND FLASH DRIVER
10776 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
10777 L: linux-mtd@lists.infradead.org
10778 S: Maintained
10779 F: drivers/mtd/nand/pxa3xx_nand.c
10780
10781 MMP SUPPORT
10782 M: Eric Miao <eric.y.miao@gmail.com>
10783 M: Haojian Zhuang <haojian.zhuang@gmail.com>
10784 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10785 T: git git://github.com/hzhuang1/linux.git
10786 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
10787 S: Maintained
10788 F: arch/arm/boot/dts/mmp*
10789 F: arch/arm/mach-mmp/
10790
10791 PXA MMCI DRIVER
10792 S: Orphan
10793
10794 PXA RTC DRIVER
10795 M: Robert Jarzmik <robert.jarzmik@free.fr>
10796 L: linux-rtc@vger.kernel.org
10797 S: Maintained
10798
10799 QAT DRIVER
10800 M: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
10801 M: Salvatore Benedetto <salvatore.benedetto@intel.com>
10802 L: qat-linux@intel.com
10803 S: Supported
10804 F: drivers/crypto/qat/
10805
10806 QIB DRIVER
10807 M: Mike Marciniszyn <infinipath@intel.com>
10808 L: linux-rdma@vger.kernel.org
10809 S: Supported
10810 F: drivers/infiniband/hw/qib/
10811
10812 QLOGIC QLA1280 SCSI DRIVER
10813 M: Michael Reed <mdr@sgi.com>
10814 L: linux-scsi@vger.kernel.org
10815 S: Maintained
10816 F: drivers/scsi/qla1280.[ch]
10817
10818 QLOGIC QLA2XXX FC-SCSI DRIVER
10819 M: qla2xxx-upstream@qlogic.com
10820 L: linux-scsi@vger.kernel.org
10821 S: Supported
10822 F: Documentation/scsi/LICENSE.qla2xxx
10823 F: drivers/scsi/qla2xxx/
10824
10825 QLOGIC QLA4XXX iSCSI DRIVER
10826 M: QLogic-Storage-Upstream@qlogic.com
10827 L: linux-scsi@vger.kernel.org
10828 S: Supported
10829 F: Documentation/scsi/LICENSE.qla4xxx
10830 F: drivers/scsi/qla4xxx/
10831
10832 QLOGIC QLA3XXX NETWORK DRIVER
10833 M: Dept-GELinuxNICDev@cavium.com
10834 L: netdev@vger.kernel.org
10835 S: Supported
10836 F: Documentation/networking/LICENSE.qla3xxx
10837 F: drivers/net/ethernet/qlogic/qla3xxx.*
10838
10839 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
10840 M: Harish Patil <harish.patil@cavium.com>
10841 M: Manish Chopra <manish.chopra@cavium.com>
10842 M: Dept-GELinuxNICDev@cavium.com
10843 L: netdev@vger.kernel.org
10844 S: Supported
10845 F: drivers/net/ethernet/qlogic/qlcnic/
10846
10847 QLOGIC QLGE 10Gb ETHERNET DRIVER
10848 M: Harish Patil <harish.patil@cavium.com>
10849 M: Manish Chopra <manish.chopra@cavium.com>
10850 M: Dept-GELinuxNICDev@cavium.com
10851 L: netdev@vger.kernel.org
10852 S: Supported
10853 F: drivers/net/ethernet/qlogic/qlge/
10854
10855 QLOGIC QL4xxx ETHERNET DRIVER
10856 M: Yuval Mintz <Yuval.Mintz@cavium.com>
10857 M: Ariel Elior <Ariel.Elior@cavium.com>
10858 M: everest-linux-l2@cavium.com
10859 L: netdev@vger.kernel.org
10860 S: Supported
10861 F: drivers/net/ethernet/qlogic/qed/
10862 F: include/linux/qed/
10863 F: drivers/net/ethernet/qlogic/qede/
10864
10865 QLOGIC QL41xxx ISCSI DRIVER
10866 M: QLogic-Storage-Upstream@cavium.com
10867 L: linux-scsi@vger.kernel.org
10868 S: Supported
10869 F: drivers/scsi/qedi/
10870
10871 QLOGIC QL41xxx FCOE DRIVER
10872 M: QLogic-Storage-Upstream@cavium.com
10873 L: linux-scsi@vger.kernel.org
10874 S: Supported
10875 F: drivers/scsi/qedf/
10876
10877 QNX4 FILESYSTEM
10878 M: Anders Larsen <al@alarsen.net>
10879 W: http://www.alarsen.net/linux/qnx4fs/
10880 S: Maintained
10881 F: fs/qnx4/
10882 F: include/uapi/linux/qnx4_fs.h
10883 F: include/uapi/linux/qnxtypes.h
10884
10885 QORIQ DPAA2 FSL-MC BUS DRIVER
10886 M: Stuart Yoder <stuyoder@gmail.com>
10887 M: Laurentiu Tudor <laurentiu.tudor@nxp.com>
10888 L: linux-kernel@vger.kernel.org
10889 S: Maintained
10890 F: drivers/staging/fsl-mc/
10891 F: Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
10892
10893 QT1010 MEDIA DRIVER
10894 M: Antti Palosaari <crope@iki.fi>
10895 L: linux-media@vger.kernel.org
10896 W: https://linuxtv.org
10897 W: http://palosaari.fi/linux/
10898 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10899 T: git git://linuxtv.org/anttip/media_tree.git
10900 S: Maintained
10901 F: drivers/media/tuners/qt1010*
10902
10903 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
10904 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
10905 L: linux-wireless@vger.kernel.org
10906 W: http://wireless.kernel.org/en/users/Drivers/ath9k
10907 S: Supported
10908 F: drivers/net/wireless/ath/ath9k/
10909
10910 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
10911 M: Kalle Valo <kvalo@qca.qualcomm.com>
10912 L: ath10k@lists.infradead.org
10913 W: http://wireless.kernel.org/en/users/Drivers/ath10k
10914 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
10915 S: Supported
10916 F: drivers/net/wireless/ath/ath10k/
10917
10918 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
10919 M: Timur Tabi <timur@codeaurora.org>
10920 L: netdev@vger.kernel.org
10921 S: Supported
10922 F: drivers/net/ethernet/qualcomm/emac/
10923
10924 QUALCOMM HEXAGON ARCHITECTURE
10925 M: Richard Kuo <rkuo@codeaurora.org>
10926 L: linux-hexagon@vger.kernel.org
10927 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
10928 S: Supported
10929 F: arch/hexagon/
10930
10931 QUALCOMM VENUS VIDEO ACCELERATOR DRIVER
10932 M: Stanimir Varbanov <stanimir.varbanov@linaro.org>
10933 L: linux-media@vger.kernel.org
10934 L: linux-arm-msm@vger.kernel.org
10935 T: git git://linuxtv.org/media_tree.git
10936 S: Maintained
10937 F: drivers/media/platform/qcom/venus/
10938
10939 QUALCOMM WCN36XX WIRELESS DRIVER
10940 M: Eugene Krasnikov <k.eugene.e@gmail.com>
10941 L: wcn36xx@lists.infradead.org
10942 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
10943 T: git git://github.com/KrasnikovEugene/wcn36xx.git
10944 S: Supported
10945 F: drivers/net/wireless/ath/wcn36xx/
10946
10947 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10948 M: Gabriel Somlo <somlo@cmu.edu>
10949 M: "Michael S. Tsirkin" <mst@redhat.com>
10950 L: qemu-devel@nongnu.org
10951 S: Maintained
10952 F: drivers/firmware/qemu_fw_cfg.c
10953
10954 QUANTENNA QTNFMAC WIRELESS DRIVER
10955 M: Igor Mitsyanko <imitsyanko@quantenna.com>
10956 M: Avinash Patil <avinashp@quantenna.com>
10957 M: Sergey Matyukevich <smatyukevich@quantenna.com>
10958 L: linux-wireless@vger.kernel.org
10959 S: Maintained
10960 F: drivers/net/wireless/quantenna
10961
10962 RADOS BLOCK DEVICE (RBD)
10963 M: Ilya Dryomov <idryomov@gmail.com>
10964 M: Sage Weil <sage@redhat.com>
10965 M: Alex Elder <elder@kernel.org>
10966 L: ceph-devel@vger.kernel.org
10967 W: http://ceph.com/
10968 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10969 T: git git://github.com/ceph/ceph-client.git
10970 S: Supported
10971 F: Documentation/ABI/testing/sysfs-bus-rbd
10972 F: drivers/block/rbd.c
10973 F: drivers/block/rbd_types.h
10974
10975 RADEON FRAMEBUFFER DISPLAY DRIVER
10976 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
10977 L: linux-fbdev@vger.kernel.org
10978 S: Maintained
10979 F: drivers/video/fbdev/aty/radeon*
10980 F: include/uapi/linux/radeonfb.h
10981
10982 RADIOSHARK RADIO DRIVER
10983 M: Hans Verkuil <hverkuil@xs4all.nl>
10984 L: linux-media@vger.kernel.org
10985 T: git git://linuxtv.org/media_tree.git
10986 S: Maintained
10987 F: drivers/media/radio/radio-shark.c
10988
10989 RADIOSHARK2 RADIO DRIVER
10990 M: Hans Verkuil <hverkuil@xs4all.nl>
10991 L: linux-media@vger.kernel.org
10992 T: git git://linuxtv.org/media_tree.git
10993 S: Maintained
10994 F: drivers/media/radio/radio-shark2.c
10995 F: drivers/media/radio/radio-tea5777.c
10996
10997 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10998 M: Paul Mackerras <paulus@samba.org>
10999 L: linux-fbdev@vger.kernel.org
11000 S: Maintained
11001 F: drivers/video/fbdev/aty/aty128fb.c
11002
11003 RAINSHADOW-CEC DRIVER
11004 M: Hans Verkuil <hverkuil@xs4all.nl>
11005 L: linux-media@vger.kernel.org
11006 T: git git://linuxtv.org/media_tree.git
11007 S: Maintained
11008 F: drivers/media/usb/rainshadow-cec/*
11009
11010 RALINK MIPS ARCHITECTURE
11011 M: John Crispin <john@phrozen.org>
11012 L: linux-mips@linux-mips.org
11013 S: Maintained
11014 F: arch/mips/ralink
11015
11016 RALINK RT2X00 WIRELESS LAN DRIVER
11017 P: rt2x00 project
11018 M: Stanislaw Gruszka <sgruszka@redhat.com>
11019 M: Helmut Schaa <helmut.schaa@googlemail.com>
11020 L: linux-wireless@vger.kernel.org
11021 S: Maintained
11022 F: drivers/net/wireless/ralink/rt2x00/
11023
11024 RAMDISK RAM BLOCK DEVICE DRIVER
11025 M: Jens Axboe <axboe@kernel.dk>
11026 S: Maintained
11027 F: Documentation/blockdev/ramdisk.txt
11028 F: drivers/block/brd.c
11029
11030 RANDOM NUMBER DRIVER
11031 M: "Theodore Ts'o" <tytso@mit.edu>
11032 S: Maintained
11033 F: drivers/char/random.c
11034
11035 RAPIDIO SUBSYSTEM
11036 M: Matt Porter <mporter@kernel.crashing.org>
11037 M: Alexandre Bounine <alexandre.bounine@idt.com>
11038 S: Maintained
11039 F: drivers/rapidio/
11040
11041 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
11042 L: linux-wireless@vger.kernel.org
11043 S: Orphan
11044 F: drivers/net/wireless/ray*
11045
11046 RCUTORTURE MODULE
11047 M: Josh Triplett <josh@joshtriplett.org>
11048 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11049 L: linux-kernel@vger.kernel.org
11050 S: Supported
11051 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11052 F: Documentation/RCU/torture.txt
11053 F: kernel/rcu/rcutorture.c
11054
11055 RCUTORTURE TEST FRAMEWORK
11056 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11057 M: Josh Triplett <josh@joshtriplett.org>
11058 R: Steven Rostedt <rostedt@goodmis.org>
11059 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11060 R: Lai Jiangshan <jiangshanlai@gmail.com>
11061 L: linux-kernel@vger.kernel.org
11062 S: Supported
11063 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11064 F: tools/testing/selftests/rcutorture
11065
11066 RDC R-321X SoC
11067 M: Florian Fainelli <florian@openwrt.org>
11068 S: Maintained
11069
11070 RDC R6040 FAST ETHERNET DRIVER
11071 M: Florian Fainelli <f.fainelli@gmail.com>
11072 L: netdev@vger.kernel.org
11073 S: Maintained
11074 F: drivers/net/ethernet/rdc/r6040.c
11075
11076 RDS - RELIABLE DATAGRAM SOCKETS
11077 M: Santosh Shilimkar <santosh.shilimkar@oracle.com>
11078 L: netdev@vger.kernel.org
11079 L: linux-rdma@vger.kernel.org
11080 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
11081 W: https://oss.oracle.com/projects/rds/
11082 S: Supported
11083 F: net/rds/
11084 F: Documentation/networking/rds.txt
11085
11086 RDMAVT - RDMA verbs software
11087 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
11088 L: linux-rdma@vger.kernel.org
11089 S: Supported
11090 F: drivers/infiniband/sw/rdmavt
11091
11092 RDT - RESOURCE ALLOCATION
11093 M: Fenghua Yu <fenghua.yu@intel.com>
11094 L: linux-kernel@vger.kernel.org
11095 S: Supported
11096 F: arch/x86/kernel/cpu/intel_rdt*
11097 F: arch/x86/include/asm/intel_rdt*
11098 F: Documentation/x86/intel_rdt*
11099
11100 READ-COPY UPDATE (RCU)
11101 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11102 M: Josh Triplett <josh@joshtriplett.org>
11103 R: Steven Rostedt <rostedt@goodmis.org>
11104 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11105 R: Lai Jiangshan <jiangshanlai@gmail.com>
11106 L: linux-kernel@vger.kernel.org
11107 W: http://www.rdrop.com/users/paulmck/RCU/
11108 S: Supported
11109 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11110 F: Documentation/RCU/
11111 X: Documentation/RCU/torture.txt
11112 F: include/linux/rcu*
11113 X: include/linux/srcu.h
11114 F: kernel/rcu/
11115 X: kernel/torture.c
11116
11117 REAL TIME CLOCK (RTC) SUBSYSTEM
11118 M: Alessandro Zummo <a.zummo@towertech.it>
11119 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
11120 L: linux-rtc@vger.kernel.org
11121 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
11122 T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
11123 S: Maintained
11124 F: Documentation/devicetree/bindings/rtc/
11125 F: Documentation/rtc.txt
11126 F: drivers/rtc/
11127 F: include/linux/rtc.h
11128 F: include/uapi/linux/rtc.h
11129 F: include/linux/rtc/
11130 F: include/linux/platform_data/rtc-*
11131 F: tools/testing/selftests/timers/rtctest.c
11132
11133 REALTEK AUDIO CODECS
11134 M: Bard Liao <bardliao@realtek.com>
11135 M: Oder Chiou <oder_chiou@realtek.com>
11136 S: Maintained
11137 F: sound/soc/codecs/rt*
11138 F: include/sound/rt*.h
11139
11140 REISERFS FILE SYSTEM
11141 L: reiserfs-devel@vger.kernel.org
11142 S: Supported
11143 F: fs/reiserfs/
11144
11145 REGISTER MAP ABSTRACTION
11146 M: Mark Brown <broonie@kernel.org>
11147 L: linux-kernel@vger.kernel.org
11148 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
11149 S: Supported
11150 F: Documentation/devicetree/bindings/regmap/
11151 F: drivers/base/regmap/
11152 F: include/linux/regmap.h
11153
11154 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
11155 M: Ohad Ben-Cohen <ohad@wizery.com>
11156 M: Bjorn Andersson <bjorn.andersson@linaro.org>
11157 L: linux-remoteproc@vger.kernel.org
11158 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
11159 S: Maintained
11160 F: Documentation/devicetree/bindings/remoteproc/
11161 F: Documentation/remoteproc.txt
11162 F: drivers/remoteproc/
11163 F: include/linux/remoteproc.h
11164
11165 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
11166 M: Ohad Ben-Cohen <ohad@wizery.com>
11167 M: Bjorn Andersson <bjorn.andersson@linaro.org>
11168 L: linux-remoteproc@vger.kernel.org
11169 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
11170 S: Maintained
11171 F: drivers/rpmsg/
11172 F: Documentation/rpmsg.txt
11173 F: include/linux/rpmsg.h
11174 F: include/linux/rpmsg/
11175
11176 RENESAS CLOCK DRIVERS
11177 M: Geert Uytterhoeven <geert+renesas@glider.be>
11178 L: linux-renesas-soc@vger.kernel.org
11179 S: Supported
11180 F: drivers/clk/renesas/
11181
11182 RENESAS ETHERNET DRIVERS
11183 R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
11184 L: netdev@vger.kernel.org
11185 L: linux-renesas-soc@vger.kernel.org
11186 F: drivers/net/ethernet/renesas/
11187 F: include/linux/sh_eth.h
11188
11189 RENESAS R-CAR GYROADC DRIVER
11190 M: Marek Vasut <marek.vasut@gmail.com>
11191 L: linux-iio@vger.kernel.org
11192 S: Supported
11193 F: drivers/iio/adc/rcar_gyro_adc.c
11194
11195 RENESAS USB PHY DRIVER
11196 M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
11197 L: linux-renesas-soc@vger.kernel.org
11198 S: Maintained
11199 F: drivers/phy/renesas/phy-rcar-gen3-usb*.c
11200
11201 RESET CONTROLLER FRAMEWORK
11202 M: Philipp Zabel <p.zabel@pengutronix.de>
11203 T: git git://git.pengutronix.de/git/pza/linux
11204 S: Maintained
11205 F: drivers/reset/
11206 F: Documentation/devicetree/bindings/reset/
11207 F: include/dt-bindings/reset/
11208 F: include/linux/reset.h
11209 F: include/linux/reset-controller.h
11210
11211 RFKILL
11212 M: Johannes Berg <johannes@sipsolutions.net>
11213 L: linux-wireless@vger.kernel.org
11214 W: http://wireless.kernel.org/
11215 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
11216 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
11217 S: Maintained
11218 F: Documentation/rfkill.txt
11219 F: net/rfkill/
11220
11221 RHASHTABLE
11222 M: Thomas Graf <tgraf@suug.ch>
11223 M: Herbert Xu <herbert@gondor.apana.org.au>
11224 L: netdev@vger.kernel.org
11225 S: Maintained
11226 F: lib/rhashtable.c
11227 F: include/linux/rhashtable.h
11228
11229 RICOH SMARTMEDIA/XD DRIVER
11230 M: Maxim Levitsky <maximlevitsky@gmail.com>
11231 S: Maintained
11232 F: drivers/mtd/nand/r852.c
11233 F: drivers/mtd/nand/r852.h
11234
11235 RICOH R5C592 MEMORYSTICK DRIVER
11236 M: Maxim Levitsky <maximlevitsky@gmail.com>
11237 S: Maintained
11238 F: drivers/memstick/host/r592.*
11239
11240 ROCCAT DRIVERS
11241 M: Stefan Achatz <erazor_de@users.sourceforge.net>
11242 W: http://sourceforge.net/projects/roccat/
11243 S: Maintained
11244 F: drivers/hid/hid-roccat*
11245 F: include/linux/hid-roccat*
11246 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
11247
11248 ROCKER DRIVER
11249 M: Jiri Pirko <jiri@resnulli.us>
11250 L: netdev@vger.kernel.org
11251 S: Supported
11252 F: drivers/net/ethernet/rocker/
11253
11254 ROCKETPORT DRIVER
11255 P: Comtrol Corp.
11256 W: http://www.comtrol.com
11257 S: Maintained
11258 F: Documentation/serial/rocket.txt
11259 F: drivers/tty/rocket*
11260
11261 ROCKETPORT EXPRESS/INFINITY DRIVER
11262 M: Kevin Cernekee <cernekee@gmail.com>
11263 L: linux-serial@vger.kernel.org
11264 S: Odd Fixes
11265 F: drivers/tty/serial/rp2.*
11266
11267 ROSE NETWORK LAYER
11268 M: Ralf Baechle <ralf@linux-mips.org>
11269 L: linux-hams@vger.kernel.org
11270 W: http://www.linux-ax25.org/
11271 S: Maintained
11272 F: include/net/rose.h
11273 F: include/uapi/linux/rose.h
11274 F: net/rose/
11275
11276 RTL2830 MEDIA DRIVER
11277 M: Antti Palosaari <crope@iki.fi>
11278 L: linux-media@vger.kernel.org
11279 W: https://linuxtv.org
11280 W: http://palosaari.fi/linux/
11281 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11282 T: git git://linuxtv.org/anttip/media_tree.git
11283 S: Maintained
11284 F: drivers/media/dvb-frontends/rtl2830*
11285
11286 RTL2832 MEDIA DRIVER
11287 M: Antti Palosaari <crope@iki.fi>
11288 L: linux-media@vger.kernel.org
11289 W: https://linuxtv.org
11290 W: http://palosaari.fi/linux/
11291 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11292 T: git git://linuxtv.org/anttip/media_tree.git
11293 S: Maintained
11294 F: drivers/media/dvb-frontends/rtl2832*
11295
11296 RTL2832_SDR MEDIA DRIVER
11297 M: Antti Palosaari <crope@iki.fi>
11298 L: linux-media@vger.kernel.org
11299 W: https://linuxtv.org
11300 W: http://palosaari.fi/linux/
11301 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11302 T: git git://linuxtv.org/anttip/media_tree.git
11303 S: Maintained
11304 F: drivers/media/dvb-frontends/rtl2832_sdr*
11305
11306 RTL8180 WIRELESS DRIVER
11307 L: linux-wireless@vger.kernel.org
11308 W: http://wireless.kernel.org/
11309 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11310 S: Orphan
11311 F: drivers/net/wireless/realtek/rtl818x/rtl8180/
11312
11313 RTL8187 WIRELESS DRIVER
11314 M: Herton Ronaldo Krzesinski <herton@canonical.com>
11315 M: Hin-Tak Leung <htl10@users.sourceforge.net>
11316 M: Larry Finger <Larry.Finger@lwfinger.net>
11317 L: linux-wireless@vger.kernel.org
11318 W: http://wireless.kernel.org/
11319 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11320 S: Maintained
11321 F: drivers/net/wireless/realtek/rtl818x/rtl8187/
11322
11323 RTL8192CE WIRELESS DRIVER
11324 M: Larry Finger <Larry.Finger@lwfinger.net>
11325 M: Chaoming Li <chaoming_li@realsil.com.cn>
11326 L: linux-wireless@vger.kernel.org
11327 W: http://wireless.kernel.org/
11328 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11329 S: Maintained
11330 F: drivers/net/wireless/realtek/rtlwifi/
11331 F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
11332
11333 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
11334 M: Jes Sorensen <Jes.Sorensen@gmail.com>
11335 L: linux-wireless@vger.kernel.org
11336 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
11337 S: Maintained
11338 F: drivers/net/wireless/realtek/rtl8xxxu/
11339
11340 S3 SAVAGE FRAMEBUFFER DRIVER
11341 M: Antonino Daplas <adaplas@gmail.com>
11342 L: linux-fbdev@vger.kernel.org
11343 S: Maintained
11344 F: drivers/video/fbdev/savage/
11345
11346 S390
11347 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
11348 M: Heiko Carstens <heiko.carstens@de.ibm.com>
11349 L: linux-s390@vger.kernel.org
11350 W: http://www.ibm.com/developerworks/linux/linux390/
11351 T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
11352 S: Supported
11353 F: arch/s390/
11354 F: drivers/s390/
11355 F: Documentation/s390/
11356 F: Documentation/driver-api/s390-drivers.rst
11357
11358 S390 COMMON I/O LAYER
11359 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
11360 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
11361 L: linux-s390@vger.kernel.org
11362 W: http://www.ibm.com/developerworks/linux/linux390/
11363 S: Supported
11364 F: drivers/s390/cio/
11365
11366 S390 DASD DRIVER
11367 M: Stefan Haberland <sth@linux.vnet.ibm.com>
11368 M: Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
11369 L: linux-s390@vger.kernel.org
11370 W: http://www.ibm.com/developerworks/linux/linux390/
11371 S: Supported
11372 F: drivers/s390/block/dasd*
11373 F: block/partitions/ibm.c
11374
11375 S390 NETWORK DRIVERS
11376 M: Julian Wiedmann <jwi@linux.vnet.ibm.com>
11377 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
11378 L: linux-s390@vger.kernel.org
11379 W: http://www.ibm.com/developerworks/linux/linux390/
11380 S: Supported
11381 F: drivers/s390/net/
11382
11383 S390 PCI SUBSYSTEM
11384 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
11385 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
11386 L: linux-s390@vger.kernel.org
11387 W: http://www.ibm.com/developerworks/linux/linux390/
11388 S: Supported
11389 F: arch/s390/pci/
11390 F: drivers/pci/hotplug/s390_pci_hpc.c
11391
11392 S390 ZCRYPT DRIVER
11393 M: Harald Freudenberger <freude@de.ibm.com>
11394 L: linux-s390@vger.kernel.org
11395 W: http://www.ibm.com/developerworks/linux/linux390/
11396 S: Supported
11397 F: drivers/s390/crypto/
11398
11399 S390 ZFCP DRIVER
11400 M: Steffen Maier <maier@linux.vnet.ibm.com>
11401 L: linux-s390@vger.kernel.org
11402 W: http://www.ibm.com/developerworks/linux/linux390/
11403 S: Supported
11404 F: drivers/s390/scsi/zfcp_*
11405
11406 S390 IUCV NETWORK LAYER
11407 M: Julian Wiedmann <jwi@linux.vnet.ibm.com>
11408 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
11409 L: linux-s390@vger.kernel.org
11410 W: http://www.ibm.com/developerworks/linux/linux390/
11411 S: Supported
11412 F: drivers/s390/net/*iucv*
11413 F: include/net/iucv/
11414 F: net/iucv/
11415
11416 S390 IOMMU (PCI)
11417 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
11418 L: linux-s390@vger.kernel.org
11419 W: http://www.ibm.com/developerworks/linux/linux390/
11420 S: Supported
11421 F: drivers/iommu/s390-iommu.c
11422
11423 S390 VFIO-CCW DRIVER
11424 M: Cornelia Huck <cohuck@redhat.com>
11425 M: Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com>
11426 L: linux-s390@vger.kernel.org
11427 L: kvm@vger.kernel.org
11428 S: Supported
11429 F: drivers/s390/cio/vfio_ccw*
11430 F: Documentation/s390/vfio-ccw.txt
11431 F: include/uapi/linux/vfio_ccw.h
11432
11433 S3C24XX SD/MMC Driver
11434 M: Ben Dooks <ben-linux@fluff.org>
11435 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11436 S: Supported
11437 F: drivers/mmc/host/s3cmci.*
11438
11439 SAA6588 RDS RECEIVER DRIVER
11440 M: Hans Verkuil <hverkuil@xs4all.nl>
11441 L: linux-media@vger.kernel.org
11442 T: git git://linuxtv.org/media_tree.git
11443 W: https://linuxtv.org
11444 S: Odd Fixes
11445 F: drivers/media/i2c/saa6588*
11446
11447 SAA7134 VIDEO4LINUX DRIVER
11448 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11449 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11450 L: linux-media@vger.kernel.org
11451 W: https://linuxtv.org
11452 T: git git://linuxtv.org/media_tree.git
11453 S: Odd fixes
11454 F: Documentation/media/v4l-drivers/saa7134*
11455 F: drivers/media/pci/saa7134/
11456
11457 SAA7146 VIDEO4LINUX-2 DRIVER
11458 M: Hans Verkuil <hverkuil@xs4all.nl>
11459 L: linux-media@vger.kernel.org
11460 T: git git://linuxtv.org/media_tree.git
11461 S: Maintained
11462 F: drivers/media/common/saa7146/
11463 F: drivers/media/pci/saa7146/
11464 F: include/media/saa7146*
11465
11466 SAMSUNG LAPTOP DRIVER
11467 M: Corentin Chary <corentin.chary@gmail.com>
11468 L: platform-driver-x86@vger.kernel.org
11469 S: Maintained
11470 F: drivers/platform/x86/samsung-laptop.c
11471
11472 SAMSUNG AUDIO (ASoC) DRIVERS
11473 M: Krzysztof Kozlowski <krzk@kernel.org>
11474 M: Sangbeom Kim <sbkim73@samsung.com>
11475 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
11476 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11477 S: Supported
11478 F: sound/soc/samsung/
11479
11480 SAMSUNG EXYNOS PSEUDO RANDOM NUMBER GENERATOR (RNG) DRIVER
11481 M: Krzysztof Kozlowski <krzk@kernel.org>
11482 L: linux-crypto@vger.kernel.org
11483 L: linux-samsung-soc@vger.kernel.org
11484 S: Maintained
11485 F: drivers/crypto/exynos-rng.c
11486 F: Documentation/devicetree/bindings/rng/samsung,exynos-rng4.txt
11487
11488 SAMSUNG FRAMEBUFFER DRIVER
11489 M: Jingoo Han <jingoohan1@gmail.com>
11490 L: linux-fbdev@vger.kernel.org
11491 S: Maintained
11492 F: drivers/video/fbdev/s3c-fb.c
11493
11494 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
11495 M: Sangbeom Kim <sbkim73@samsung.com>
11496 M: Krzysztof Kozlowski <krzk@kernel.org>
11497 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
11498 L: linux-kernel@vger.kernel.org
11499 L: linux-samsung-soc@vger.kernel.org
11500 S: Supported
11501 F: drivers/mfd/sec*.c
11502 F: drivers/regulator/s2m*.c
11503 F: drivers/regulator/s5m*.c
11504 F: drivers/clk/clk-s2mps11.c
11505 F: drivers/rtc/rtc-s5m.c
11506 F: include/linux/mfd/samsung/
11507 F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
11508 F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
11509 F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
11510 F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
11511
11512 SAMSUNG S5P Security SubSystem (SSS) DRIVER
11513 M: Krzysztof Kozlowski <krzk@kernel.org>
11514 M: Vladimir Zapolskiy <vz@mleia.com>
11515 L: linux-crypto@vger.kernel.org
11516 L: linux-samsung-soc@vger.kernel.org
11517 S: Maintained
11518 F: drivers/crypto/s5p-sss.c
11519
11520 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
11521 M: Kyungmin Park <kyungmin.park@samsung.com>
11522 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
11523 L: linux-media@vger.kernel.org
11524 Q: https://patchwork.linuxtv.org/project/linux-media/list/
11525 S: Supported
11526 F: drivers/media/platform/exynos4-is/
11527
11528 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
11529 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
11530 L: linux-media@vger.kernel.org
11531 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11532 S: Maintained
11533 F: drivers/media/platform/s3c-camif/
11534 F: include/media/drv-intf/s3c_camif.h
11535
11536 SAMSUNG S5C73M3 CAMERA DRIVER
11537 M: Kyungmin Park <kyungmin.park@samsung.com>
11538 M: Andrzej Hajda <a.hajda@samsung.com>
11539 L: linux-media@vger.kernel.org
11540 S: Supported
11541 F: drivers/media/i2c/s5c73m3/*
11542
11543 SAMSUNG S5K5BAF CAMERA DRIVER
11544 M: Kyungmin Park <kyungmin.park@samsung.com>
11545 M: Andrzej Hajda <a.hajda@samsung.com>
11546 L: linux-media@vger.kernel.org
11547 S: Supported
11548 F: drivers/media/i2c/s5k5baf.c
11549
11550 SAMSUNG S3FWRN5 NFC DRIVER
11551 M: Robert Baldyga <r.baldyga@samsung.com>
11552 M: Krzysztof Opasiak <k.opasiak@samsung.com>
11553 L: linux-nfc@lists.01.org (moderated for non-subscribers)
11554 S: Supported
11555 F: drivers/nfc/s3fwrn5
11556
11557 SAMSUNG SOC CLOCK DRIVERS
11558 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
11559 M: Tomasz Figa <tomasz.figa@gmail.com>
11560 M: Chanwoo Choi <cw00.choi@samsung.com>
11561 S: Supported
11562 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11563 F: drivers/clk/samsung/
11564 F: include/dt-bindings/clock/exynos*.h
11565 F: Documentation/devicetree/bindings/clock/exynos*.txt
11566
11567 SAMSUNG SPI DRIVERS
11568 M: Kukjin Kim <kgene@kernel.org>
11569 M: Krzysztof Kozlowski <krzk@kernel.org>
11570 M: Andi Shyti <andi.shyti@samsung.com>
11571 L: linux-spi@vger.kernel.org
11572 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11573 S: Maintained
11574 F: Documentation/devicetree/bindings/spi/spi-samsung.txt
11575 F: drivers/spi/spi-s3c*
11576 F: include/linux/platform_data/spi-s3c64xx.h
11577
11578 SAMSUNG SXGBE DRIVERS
11579 M: Byungho An <bh74.an@samsung.com>
11580 M: Girish K S <ks.giri@samsung.com>
11581 M: Vipul Pandya <vipul.pandya@samsung.com>
11582 S: Supported
11583 L: netdev@vger.kernel.org
11584 F: drivers/net/ethernet/samsung/sxgbe/
11585
11586 SAMSUNG THERMAL DRIVER
11587 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
11588 L: linux-pm@vger.kernel.org
11589 L: linux-samsung-soc@vger.kernel.org
11590 S: Supported
11591 T: git https://github.com/lmajewski/linux-samsung-thermal.git
11592 F: drivers/thermal/samsung/
11593
11594 SAMSUNG USB2 PHY DRIVER
11595 M: Kamil Debski <kamil@wypas.org>
11596 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
11597 L: linux-kernel@vger.kernel.org
11598 S: Supported
11599 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
11600 F: Documentation/phy/samsung-usb2.txt
11601 F: drivers/phy/samsung/phy-exynos4210-usb2.c
11602 F: drivers/phy/samsung/phy-exynos4x12-usb2.c
11603 F: drivers/phy/samsung/phy-exynos5250-usb2.c
11604 F: drivers/phy/samsung/phy-s5pv210-usb2.c
11605 F: drivers/phy/samsung/phy-samsung-usb2.c
11606 F: drivers/phy/samsung/phy-samsung-usb2.h
11607
11608 SERIAL DRIVERS
11609 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11610 L: linux-serial@vger.kernel.org
11611 S: Maintained
11612 F: Documentation/devicetree/bindings/serial/
11613 F: drivers/tty/serial/
11614
11615 SERIAL DEVICE BUS
11616 M: Rob Herring <robh@kernel.org>
11617 L: linux-serial@vger.kernel.org
11618 S: Maintained
11619 F: Documentation/devicetree/bindings/serial/slave-device.txt
11620 F: drivers/tty/serdev/
11621 F: include/linux/serdev.h
11622
11623 SERIAL IR RECEIVER
11624 M: Sean Young <sean@mess.org>
11625 L: linux-media@vger.kernel.org
11626 S: Maintained
11627 F: drivers/media/rc/serial_ir.c
11628
11629 STI CEC DRIVER
11630 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
11631 S: Maintained
11632 F: drivers/staging/media/st-cec/
11633 F: Documentation/devicetree/bindings/media/stih-cec.txt
11634
11635 SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
11636 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
11637 L: linux-s390@vger.kernel.org
11638 W: http://www.ibm.com/developerworks/linux/linux390/
11639 S: Supported
11640 F: net/smc/
11641
11642 SYNOPSYS DESIGNWARE DMAC DRIVER
11643 M: Viresh Kumar <vireshk@kernel.org>
11644 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
11645 S: Maintained
11646 F: include/linux/dma/dw.h
11647 F: include/linux/platform_data/dma-dw.h
11648 F: drivers/dma/dw/
11649
11650 SYNOPSYS DESIGNWARE ENTERPRISE ETHERNET DRIVER
11651 M: Jie Deng <jiedeng@synopsys.com>
11652 L: netdev@vger.kernel.org
11653 S: Supported
11654 F: drivers/net/ethernet/synopsys/
11655
11656 SYNOPSYS DESIGNWARE I2C DRIVER
11657 M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
11658 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
11659 R: Mika Westerberg <mika.westerberg@linux.intel.com>
11660 L: linux-i2c@vger.kernel.org
11661 S: Maintained
11662 F: drivers/i2c/busses/i2c-designware-*
11663 F: include/linux/platform_data/i2c-designware.h
11664
11665 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
11666 M: Jaehoon Chung <jh80.chung@samsung.com>
11667 L: linux-mmc@vger.kernel.org
11668 S: Maintained
11669 F: drivers/mmc/host/dw_mmc*
11670
11671 SYSTEM TRACE MODULE CLASS
11672 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
11673 S: Maintained
11674 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
11675 F: Documentation/trace/stm.txt
11676 F: drivers/hwtracing/stm/
11677 F: include/linux/stm.h
11678 F: include/uapi/linux/stm.h
11679
11680 TEE SUBSYSTEM
11681 M: Jens Wiklander <jens.wiklander@linaro.org>
11682 S: Maintained
11683 F: include/linux/tee_drv.h
11684 F: include/uapi/linux/tee.h
11685 F: drivers/tee/
11686 F: Documentation/tee.txt
11687
11688 THUNDERBOLT DRIVER
11689 M: Andreas Noever <andreas.noever@gmail.com>
11690 M: Michael Jamet <michael.jamet@intel.com>
11691 M: Mika Westerberg <mika.westerberg@linux.intel.com>
11692 M: Yehezkel Bernat <yehezkel.bernat@intel.com>
11693 S: Maintained
11694 F: drivers/thunderbolt/
11695
11696 TI BQ27XXX POWER SUPPLY DRIVER
11697 R: Andrew F. Davis <afd@ti.com>
11698 F: include/linux/power/bq27xxx_battery.h
11699 F: drivers/power/supply/bq27xxx_battery.c
11700 F: drivers/power/supply/bq27xxx_battery_i2c.c
11701
11702 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
11703 M: John Stultz <john.stultz@linaro.org>
11704 M: Thomas Gleixner <tglx@linutronix.de>
11705 R: Stephen Boyd <sboyd@codeaurora.org>
11706 L: linux-kernel@vger.kernel.org
11707 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
11708 S: Supported
11709 F: include/linux/clocksource.h
11710 F: include/linux/time.h
11711 F: include/linux/timex.h
11712 F: include/uapi/linux/time.h
11713 F: include/uapi/linux/timex.h
11714 F: kernel/time/clocksource.c
11715 F: kernel/time/time*.c
11716 F: kernel/time/alarmtimer.c
11717 F: kernel/time/ntp.c
11718 F: tools/testing/selftests/timers/
11719
11720 TI TRF7970A NFC DRIVER
11721 M: Mark Greer <mgreer@animalcreek.com>
11722 L: linux-wireless@vger.kernel.org
11723 L: linux-nfc@lists.01.org (moderated for non-subscribers)
11724 S: Supported
11725 F: drivers/nfc/trf7970a.c
11726 F: Documentation/devicetree/bindings/net/nfc/trf7970a.txt
11727
11728 SC1200 WDT DRIVER
11729 M: Zwane Mwaikambo <zwanem@gmail.com>
11730 S: Maintained
11731 F: drivers/watchdog/sc1200wdt.c
11732
11733 SCHEDULER
11734 M: Ingo Molnar <mingo@redhat.com>
11735 M: Peter Zijlstra <peterz@infradead.org>
11736 L: linux-kernel@vger.kernel.org
11737 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
11738 S: Maintained
11739 F: kernel/sched/
11740 F: include/linux/sched.h
11741 F: include/uapi/linux/sched.h
11742 F: include/linux/wait.h
11743
11744 SCORE ARCHITECTURE
11745 M: Chen Liqin <liqin.linux@gmail.com>
11746 M: Lennox Wu <lennox.wu@gmail.com>
11747 W: http://www.sunplus.com
11748 S: Supported
11749 F: arch/score/
11750
11751 SCR24X CHIP CARD INTERFACE DRIVER
11752 M: Lubomir Rintel <lkundrak@v3.sk>
11753 S: Supported
11754 F: drivers/char/pcmcia/scr24x_cs.c
11755
11756 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
11757 M: Sudeep Holla <sudeep.holla@arm.com>
11758 L: linux-arm-kernel@lists.infradead.org
11759 S: Maintained
11760 F: Documentation/devicetree/bindings/arm/arm,scpi.txt
11761 F: drivers/clk/clk-scpi.c
11762 F: drivers/cpufreq/scpi-cpufreq.c
11763 F: drivers/firmware/arm_scpi.c
11764 F: include/linux/scpi_protocol.h
11765
11766 SCSI CDROM DRIVER
11767 M: Jens Axboe <axboe@kernel.dk>
11768 L: linux-scsi@vger.kernel.org
11769 W: http://www.kernel.dk
11770 S: Maintained
11771 F: drivers/scsi/sr*
11772
11773 SCSI RDMA PROTOCOL (SRP) INITIATOR
11774 M: Bart Van Assche <bart.vanassche@sandisk.com>
11775 L: linux-rdma@vger.kernel.org
11776 S: Supported
11777 W: http://www.openfabrics.org
11778 Q: http://patchwork.kernel.org/project/linux-rdma/list/
11779 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
11780 F: drivers/infiniband/ulp/srp/
11781 F: include/scsi/srp.h
11782
11783 SCSI SG DRIVER
11784 M: Doug Gilbert <dgilbert@interlog.com>
11785 L: linux-scsi@vger.kernel.org
11786 W: http://sg.danny.cz/sg
11787 S: Maintained
11788 F: Documentation/scsi/scsi-generic.txt
11789 F: drivers/scsi/sg.c
11790 F: include/scsi/sg.h
11791
11792 SCSI SUBSYSTEM
11793 M: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
11794 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
11795 M: "Martin K. Petersen" <martin.petersen@oracle.com>
11796 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
11797 L: linux-scsi@vger.kernel.org
11798 S: Maintained
11799 F: Documentation/devicetree/bindings/scsi/
11800 F: drivers/scsi/
11801 F: include/scsi/
11802
11803 SCSI TAPE DRIVER
11804 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
11805 L: linux-scsi@vger.kernel.org
11806 S: Maintained
11807 F: Documentation/scsi/st.txt
11808 F: drivers/scsi/st.*
11809 F: drivers/scsi/st_*.h
11810
11811 SCTP PROTOCOL
11812 M: Vlad Yasevich <vyasevich@gmail.com>
11813 M: Neil Horman <nhorman@tuxdriver.com>
11814 L: linux-sctp@vger.kernel.org
11815 W: http://lksctp.sourceforge.net
11816 S: Maintained
11817 F: Documentation/networking/sctp.txt
11818 F: include/linux/sctp.h
11819 F: include/uapi/linux/sctp.h
11820 F: include/net/sctp/
11821 F: net/sctp/
11822
11823 SCx200 CPU SUPPORT
11824 M: Jim Cromie <jim.cromie@gmail.com>
11825 S: Odd Fixes
11826 F: Documentation/i2c/busses/scx200_acb
11827 F: arch/x86/platform/scx200/
11828 F: drivers/watchdog/scx200_wdt.c
11829 F: drivers/i2c/busses/scx200*
11830 F: drivers/mtd/maps/scx200_docflash.c
11831 F: include/linux/scx200.h
11832
11833 SCx200 GPIO DRIVER
11834 M: Jim Cromie <jim.cromie@gmail.com>
11835 S: Maintained
11836 F: drivers/char/scx200_gpio.c
11837 F: include/linux/scx200_gpio.h
11838
11839 SCx200 HRT CLOCKSOURCE DRIVER
11840 M: Jim Cromie <jim.cromie@gmail.com>
11841 S: Maintained
11842 F: drivers/clocksource/scx200_hrt.c
11843
11844 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
11845 M: Sascha Sommer <saschasommer@freenet.de>
11846 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
11847 S: Maintained
11848 F: drivers/mmc/host/sdricoh_cs.c
11849
11850 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
11851 M: Adrian Hunter <adrian.hunter@intel.com>
11852 L: linux-mmc@vger.kernel.org
11853 T: git git://git.infradead.org/users/ahunter/linux-sdhci.git
11854 S: Maintained
11855 F: drivers/mmc/host/sdhci*
11856 F: include/linux/mmc/sdhci*
11857
11858 SECURE COMPUTING
11859 M: Kees Cook <keescook@chromium.org>
11860 R: Andy Lutomirski <luto@amacapital.net>
11861 R: Will Drewry <wad@chromium.org>
11862 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
11863 S: Supported
11864 F: kernel/seccomp.c
11865 F: include/uapi/linux/seccomp.h
11866 F: include/linux/seccomp.h
11867 F: tools/testing/selftests/seccomp/*
11868 F: tools/testing/selftests/kselftest_harness.h
11869 F: Documentation/userspace-api/seccomp_filter.rst
11870 K: \bsecure_computing
11871 K: \bTIF_SECCOMP\b
11872
11873 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
11874 M: Al Cooper <alcooperx@gmail.com>
11875 L: linux-mmc@vger.kernel.org
11876 L: bcm-kernel-feedback-list@broadcom.com
11877 S: Maintained
11878 F: drivers/mmc/host/sdhci-brcmstb*
11879
11880 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
11881 M: Ben Dooks <ben-linux@fluff.org>
11882 M: Jaehoon Chung <jh80.chung@samsung.com>
11883 L: linux-mmc@vger.kernel.org
11884 S: Maintained
11885 F: drivers/mmc/host/sdhci-s3c*
11886
11887 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
11888 M: Viresh Kumar <vireshk@kernel.org>
11889 L: linux-mmc@vger.kernel.org
11890 S: Maintained
11891 F: drivers/mmc/host/sdhci-spear.c
11892
11893 SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER
11894 M: Scott Bauer <scott.bauer@intel.com>
11895 M: Jonathan Derrick <jonathan.derrick@intel.com>
11896 M: Rafael Antognolli <rafael.antognolli@intel.com>
11897 L: linux-block@vger.kernel.org
11898 S: Supported
11899 F: block/sed*
11900 F: block/opal_proto.h
11901 F: include/linux/sed*
11902 F: include/uapi/linux/sed*
11903
11904 SECURITY SUBSYSTEM
11905 M: James Morris <james.l.morris@oracle.com>
11906 M: "Serge E. Hallyn" <serge@hallyn.com>
11907 L: linux-security-module@vger.kernel.org (suggested Cc:)
11908 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
11909 W: http://kernsec.org/
11910 S: Supported
11911 F: security/
11912
11913 SECURITY CONTACT
11914 M: Security Officers <security@kernel.org>
11915 S: Supported
11916
11917 SELINUX SECURITY MODULE
11918 M: Paul Moore <paul@paul-moore.com>
11919 M: Stephen Smalley <sds@tycho.nsa.gov>
11920 M: Eric Paris <eparis@parisplace.org>
11921 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
11922 W: http://selinuxproject.org
11923 T: git git://git.infradead.org/users/pcmoore/selinux
11924 S: Supported
11925 F: include/linux/selinux*
11926 F: security/selinux/
11927 F: scripts/selinux/
11928 F: Documentation/admin-guide/LSM/SELinux.rst
11929
11930 APPARMOR SECURITY MODULE
11931 M: John Johansen <john.johansen@canonical.com>
11932 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
11933 W: apparmor.wiki.kernel.org
11934 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
11935 S: Supported
11936 F: security/apparmor/
11937 F: Documentation/admin-guide/LSM/apparmor.rst
11938
11939 LOADPIN SECURITY MODULE
11940 M: Kees Cook <keescook@chromium.org>
11941 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
11942 S: Supported
11943 F: security/loadpin/
11944 F: Documentation/admin-guide/LSM/LoadPin.rst
11945
11946 YAMA SECURITY MODULE
11947 M: Kees Cook <keescook@chromium.org>
11948 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
11949 S: Supported
11950 F: security/yama/
11951 F: Documentation/admin-guide/LSM/Yama.rst
11952
11953 SENSABLE PHANTOM
11954 M: Jiri Slaby <jirislaby@gmail.com>
11955 S: Maintained
11956 F: drivers/misc/phantom.c
11957 F: include/uapi/linux/phantom.h
11958
11959 Emulex 10Gbps iSCSI - OneConnect DRIVER
11960 M: Subbu Seetharaman <subbu.seetharaman@broadcom.com>
11961 M: Ketan Mukadam <ketan.mukadam@broadcom.com>
11962 M: Jitendra Bhivare <jitendra.bhivare@broadcom.com>
11963 L: linux-scsi@vger.kernel.org
11964 W: http://www.broadcom.com
11965 S: Supported
11966 F: drivers/scsi/be2iscsi/
11967
11968 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
11969 M: Sathya Perla <sathya.perla@broadcom.com>
11970 M: Ajit Khaparde <ajit.khaparde@broadcom.com>
11971 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
11972 M: Somnath Kotur <somnath.kotur@broadcom.com>
11973 L: netdev@vger.kernel.org
11974 W: http://www.emulex.com
11975 S: Supported
11976 F: drivers/net/ethernet/emulex/benet/
11977
11978 EMULEX ONECONNECT ROCE DRIVER
11979 M: Selvin Xavier <selvin.xavier@broadcom.com>
11980 M: Devesh Sharma <devesh.sharma@broadcom.com>
11981 L: linux-rdma@vger.kernel.org
11982 W: http://www.broadcom.com
11983 S: Odd Fixes
11984 F: drivers/infiniband/hw/ocrdma/
11985 F: include/uapi/rdma/ocrdma-abi.h
11986
11987 SFC NETWORK DRIVER
11988 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
11989 M: Edward Cree <ecree@solarflare.com>
11990 M: Bert Kenward <bkenward@solarflare.com>
11991 L: netdev@vger.kernel.org
11992 S: Supported
11993 F: drivers/net/ethernet/sfc/
11994
11995 SGI GRU DRIVER
11996 M: Dimitri Sivanich <sivanich@sgi.com>
11997 S: Maintained
11998 F: drivers/misc/sgi-gru/
11999
12000 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
12001 M: Pat Gefre <pfg@sgi.com>
12002 L: linux-ia64@vger.kernel.org
12003 S: Supported
12004 F: Documentation/ia64/serial.txt
12005 F: drivers/tty/serial/ioc?_serial.c
12006 F: include/linux/ioc?.h
12007
12008 SGI XP/XPC/XPNET DRIVER
12009 M: Cliff Whickman <cpw@sgi.com>
12010 M: Robin Holt <robinmholt@gmail.com>
12011 S: Maintained
12012 F: drivers/misc/sgi-xp/
12013
12014 SI2157 MEDIA DRIVER
12015 M: Antti Palosaari <crope@iki.fi>
12016 L: linux-media@vger.kernel.org
12017 W: https://linuxtv.org
12018 W: http://palosaari.fi/linux/
12019 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12020 T: git git://linuxtv.org/anttip/media_tree.git
12021 S: Maintained
12022 F: drivers/media/tuners/si2157*
12023
12024 SI2168 MEDIA DRIVER
12025 M: Antti Palosaari <crope@iki.fi>
12026 L: linux-media@vger.kernel.org
12027 W: https://linuxtv.org
12028 W: http://palosaari.fi/linux/
12029 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12030 T: git git://linuxtv.org/anttip/media_tree.git
12031 S: Maintained
12032 F: drivers/media/dvb-frontends/si2168*
12033
12034 SI470X FM RADIO RECEIVER I2C DRIVER
12035 M: Hans Verkuil <hverkuil@xs4all.nl>
12036 L: linux-media@vger.kernel.org
12037 T: git git://linuxtv.org/media_tree.git
12038 W: https://linuxtv.org
12039 S: Odd Fixes
12040 F: drivers/media/radio/si470x/radio-si470x-i2c.c
12041
12042 SI470X FM RADIO RECEIVER USB DRIVER
12043 M: Hans Verkuil <hverkuil@xs4all.nl>
12044 L: linux-media@vger.kernel.org
12045 T: git git://linuxtv.org/media_tree.git
12046 W: https://linuxtv.org
12047 S: Maintained
12048 F: drivers/media/radio/si470x/radio-si470x-common.c
12049 F: drivers/media/radio/si470x/radio-si470x.h
12050 F: drivers/media/radio/si470x/radio-si470x-usb.c
12051
12052 SI4713 FM RADIO TRANSMITTER I2C DRIVER
12053 M: Eduardo Valentin <edubezval@gmail.com>
12054 L: linux-media@vger.kernel.org
12055 T: git git://linuxtv.org/media_tree.git
12056 W: https://linuxtv.org
12057 S: Odd Fixes
12058 F: drivers/media/radio/si4713/si4713.?
12059
12060 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
12061 M: Eduardo Valentin <edubezval@gmail.com>
12062 L: linux-media@vger.kernel.org
12063 T: git git://linuxtv.org/media_tree.git
12064 W: https://linuxtv.org
12065 S: Odd Fixes
12066 F: drivers/media/radio/si4713/radio-platform-si4713.c
12067
12068 SI4713 FM RADIO TRANSMITTER USB DRIVER
12069 M: Hans Verkuil <hverkuil@xs4all.nl>
12070 L: linux-media@vger.kernel.org
12071 T: git git://linuxtv.org/media_tree.git
12072 W: https://linuxtv.org
12073 S: Maintained
12074 F: drivers/media/radio/si4713/radio-usb-si4713.c
12075
12076 SIANO DVB DRIVER
12077 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12078 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12079 L: linux-media@vger.kernel.org
12080 W: https://linuxtv.org
12081 T: git git://linuxtv.org/media_tree.git
12082 S: Odd fixes
12083 F: drivers/media/common/siano/
12084 F: drivers/media/usb/siano/
12085 F: drivers/media/usb/siano/
12086 F: drivers/media/mmc/siano/
12087
12088 SILEAD TOUCHSCREEN DRIVER
12089 M: Hans de Goede <hdegoede@redhat.com>
12090 L: linux-input@vger.kernel.org
12091 L: platform-driver-x86@vger.kernel.org
12092 S: Maintained
12093 F: drivers/input/touchscreen/silead.c
12094 F: drivers/platform/x86/silead_dmi.c
12095
12096 SIMPLEFB FB DRIVER
12097 M: Hans de Goede <hdegoede@redhat.com>
12098 L: linux-fbdev@vger.kernel.org
12099 S: Maintained
12100 F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
12101 F: drivers/video/fbdev/simplefb.c
12102 F: include/linux/platform_data/simplefb.h
12103
12104 SH_VEU V4L2 MEM2MEM DRIVER
12105 L: linux-media@vger.kernel.org
12106 S: Orphan
12107 F: drivers/media/platform/sh_veu.c
12108
12109 SH_VOU V4L2 OUTPUT DRIVER
12110 L: linux-media@vger.kernel.org
12111 S: Orphan
12112 F: drivers/media/platform/sh_vou.c
12113 F: include/media/drv-intf/sh_vou.h
12114
12115 SIMPLE FIRMWARE INTERFACE (SFI)
12116 M: Len Brown <lenb@kernel.org>
12117 L: sfi-devel@simplefirmware.org
12118 W: http://simplefirmware.org/
12119 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
12120 S: Supported
12121 F: arch/x86/platform/sfi/
12122 F: drivers/sfi/
12123 F: include/linux/sfi*.h
12124
12125 SIMTEC EB110ATX (Chalice CATS)
12126 P: Ben Dooks
12127 P: Vincent Sanders <vince@simtec.co.uk>
12128 M: Simtec Linux Team <linux@simtec.co.uk>
12129 W: http://www.simtec.co.uk/products/EB110ATX/
12130 S: Supported
12131
12132 SIMTEC EB2410ITX (BAST)
12133 P: Ben Dooks
12134 P: Vincent Sanders <vince@simtec.co.uk>
12135 M: Simtec Linux Team <linux@simtec.co.uk>
12136 W: http://www.simtec.co.uk/products/EB2410ITX/
12137 S: Supported
12138 F: arch/arm/mach-s3c24xx/mach-bast.c
12139 F: arch/arm/mach-s3c24xx/bast-ide.c
12140 F: arch/arm/mach-s3c24xx/bast-irq.c
12141
12142 SIPHASH PRF ROUTINES
12143 M: Jason A. Donenfeld <Jason@zx2c4.com>
12144 S: Maintained
12145 F: lib/siphash.c
12146 F: lib/test_siphash.c
12147 F: include/linux/siphash.h
12148
12149 TI DAVINCI MACHINE SUPPORT
12150 M: Sekhar Nori <nsekhar@ti.com>
12151 M: Kevin Hilman <khilman@kernel.org>
12152 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12153 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
12154 S: Supported
12155 F: arch/arm/mach-davinci/
12156 F: drivers/i2c/busses/i2c-davinci.c
12157 F: arch/arm/boot/dts/da850*
12158
12159 TI DAVINCI SERIES MEDIA DRIVER
12160 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
12161 L: linux-media@vger.kernel.org
12162 W: https://linuxtv.org
12163 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12164 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
12165 S: Maintained
12166 F: drivers/media/platform/davinci/
12167 F: include/media/davinci/
12168
12169 TI DAVINCI SERIES GPIO DRIVER
12170 M: Keerthy <j-keerthy@ti.com>
12171 L: linux-gpio@vger.kernel.org
12172 S: Maintained
12173 F: Documentation/devicetree/bindings/gpio/gpio-davinci.txt
12174 F: drivers/gpio/gpio-davinci.c
12175
12176 TI AM437X VPFE DRIVER
12177 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
12178 L: linux-media@vger.kernel.org
12179 W: https://linuxtv.org
12180 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12181 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
12182 S: Maintained
12183 F: drivers/media/platform/am437x/
12184
12185 OV2659 OMNIVISION SENSOR DRIVER
12186 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
12187 L: linux-media@vger.kernel.org
12188 W: https://linuxtv.org
12189 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12190 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
12191 S: Maintained
12192 F: drivers/media/i2c/ov2659.c
12193 F: include/media/i2c/ov2659.h
12194
12195 SILICON MOTION SM712 FRAME BUFFER DRIVER
12196 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
12197 M: Teddy Wang <teddy.wang@siliconmotion.com>
12198 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
12199 L: linux-fbdev@vger.kernel.org
12200 S: Maintained
12201 F: drivers/video/fbdev/sm712*
12202 F: Documentation/fb/sm712fb.txt
12203
12204 SIS 190 ETHERNET DRIVER
12205 M: Francois Romieu <romieu@fr.zoreil.com>
12206 L: netdev@vger.kernel.org
12207 S: Maintained
12208 F: drivers/net/ethernet/sis/sis190.c
12209
12210 SIS 900/7016 FAST ETHERNET DRIVER
12211 M: Daniele Venzano <venza@brownhat.org>
12212 W: http://www.brownhat.org/sis900.html
12213 L: netdev@vger.kernel.org
12214 S: Maintained
12215 F: drivers/net/ethernet/sis/sis900.*
12216
12217 SIS FRAMEBUFFER DRIVER
12218 M: Thomas Winischhofer <thomas@winischhofer.net>
12219 W: http://www.winischhofer.net/linuxsisvga.shtml
12220 S: Maintained
12221 F: Documentation/fb/sisfb.txt
12222 F: drivers/video/fbdev/sis/
12223 F: include/video/sisfb.h
12224
12225 SIS USB2VGA DRIVER
12226 M: Thomas Winischhofer <thomas@winischhofer.net>
12227 W: http://www.winischhofer.at/linuxsisusbvga.shtml
12228 S: Maintained
12229 F: drivers/usb/misc/sisusbvga/
12230
12231 SLAB ALLOCATOR
12232 M: Christoph Lameter <cl@linux.com>
12233 M: Pekka Enberg <penberg@kernel.org>
12234 M: David Rientjes <rientjes@google.com>
12235 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
12236 M: Andrew Morton <akpm@linux-foundation.org>
12237 L: linux-mm@kvack.org
12238 S: Maintained
12239 F: include/linux/sl?b*.h
12240 F: mm/sl?b*
12241
12242 SLEEPABLE READ-COPY UPDATE (SRCU)
12243 M: Lai Jiangshan <jiangshanlai@gmail.com>
12244 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
12245 M: Josh Triplett <josh@joshtriplett.org>
12246 R: Steven Rostedt <rostedt@goodmis.org>
12247 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12248 L: linux-kernel@vger.kernel.org
12249 W: http://www.rdrop.com/users/paulmck/RCU/
12250 S: Supported
12251 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
12252 F: include/linux/srcu.h
12253 F: kernel/rcu/srcu.c
12254
12255 SMACK SECURITY MODULE
12256 M: Casey Schaufler <casey@schaufler-ca.com>
12257 L: linux-security-module@vger.kernel.org
12258 W: http://schaufler-ca.com
12259 T: git git://github.com/cschaufler/smack-next
12260 S: Maintained
12261 F: Documentation/admin-guide/LSM/Smack.rst
12262 F: security/smack/
12263
12264 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
12265 M: Kevin Hilman <khilman@kernel.org>
12266 M: Nishanth Menon <nm@ti.com>
12267 S: Maintained
12268 F: drivers/power/avs/
12269 F: include/linux/power/smartreflex.h
12270 L: linux-pm@vger.kernel.org
12271
12272 SMC91x ETHERNET DRIVER
12273 M: Nicolas Pitre <nico@fluxnic.net>
12274 S: Odd Fixes
12275 F: drivers/net/ethernet/smsc/smc91x.*
12276
12277 SMIA AND SMIA++ IMAGE SENSOR DRIVER
12278 M: Sakari Ailus <sakari.ailus@iki.fi>
12279 L: linux-media@vger.kernel.org
12280 S: Maintained
12281 F: drivers/media/i2c/smiapp/
12282 F: include/media/i2c/smiapp.h
12283 F: drivers/media/i2c/smiapp-pll.c
12284 F: drivers/media/i2c/smiapp-pll.h
12285 F: include/uapi/linux/smiapp.h
12286 F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
12287
12288 SMM665 HARDWARE MONITOR DRIVER
12289 M: Guenter Roeck <linux@roeck-us.net>
12290 L: linux-hwmon@vger.kernel.org
12291 S: Maintained
12292 F: Documentation/hwmon/smm665
12293 F: drivers/hwmon/smm665.c
12294
12295 SMSC EMC2103 HARDWARE MONITOR DRIVER
12296 M: Steve Glendinning <steve.glendinning@shawell.net>
12297 L: linux-hwmon@vger.kernel.org
12298 S: Maintained
12299 F: Documentation/hwmon/emc2103
12300 F: drivers/hwmon/emc2103.c
12301
12302 SMSC SCH5627 HARDWARE MONITOR DRIVER
12303 M: Hans de Goede <hdegoede@redhat.com>
12304 L: linux-hwmon@vger.kernel.org
12305 S: Supported
12306 F: Documentation/hwmon/sch5627
12307 F: drivers/hwmon/sch5627.c
12308
12309 SMSC47B397 HARDWARE MONITOR DRIVER
12310 M: Jean Delvare <jdelvare@suse.com>
12311 L: linux-hwmon@vger.kernel.org
12312 S: Maintained
12313 F: Documentation/hwmon/smsc47b397
12314 F: drivers/hwmon/smsc47b397.c
12315
12316 SMSC911x ETHERNET DRIVER
12317 M: Steve Glendinning <steve.glendinning@shawell.net>
12318 L: netdev@vger.kernel.org
12319 S: Maintained
12320 F: include/linux/smsc911x.h
12321 F: drivers/net/ethernet/smsc/smsc911x.*
12322
12323 SMSC9420 PCI ETHERNET DRIVER
12324 M: Steve Glendinning <steve.glendinning@shawell.net>
12325 L: netdev@vger.kernel.org
12326 S: Maintained
12327 F: drivers/net/ethernet/smsc/smsc9420.*
12328
12329 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
12330 M: Steve Glendinning <steve.glendinning@shawell.net>
12331 L: linux-fbdev@vger.kernel.org
12332 S: Maintained
12333 F: drivers/video/fbdev/smscufx.c
12334
12335 SOC-CAMERA V4L2 SUBSYSTEM
12336 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
12337 L: linux-media@vger.kernel.org
12338 T: git git://linuxtv.org/media_tree.git
12339 S: Maintained
12340 F: include/media/soc*
12341 F: drivers/media/i2c/soc_camera/
12342 F: drivers/media/platform/soc_camera/
12343
12344 SOEKRIS NET48XX LED SUPPORT
12345 M: Chris Boot <bootc@bootc.net>
12346 S: Maintained
12347 F: drivers/leds/leds-net48xx.c
12348
12349 SOFTLOGIC 6x10 MPEG CODEC
12350 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12351 M: Anton Sviridenko <anton@corp.bluecherry.net>
12352 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12353 M: Andrey Utkin <andrey_utkin@fastmail.com>
12354 M: Ismael Luceno <ismael@iodev.co.uk>
12355 L: linux-media@vger.kernel.org
12356 S: Supported
12357 F: drivers/media/pci/solo6x10/
12358
12359 SOFTWARE RAID (Multiple Disks) SUPPORT
12360 M: Shaohua Li <shli@kernel.org>
12361 L: linux-raid@vger.kernel.org
12362 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
12363 S: Supported
12364 F: drivers/md/
12365 F: include/linux/raid/
12366 F: include/uapi/linux/raid/
12367
12368 SONIC NETWORK DRIVER
12369 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
12370 L: netdev@vger.kernel.org
12371 S: Maintained
12372 F: drivers/net/ethernet/natsemi/sonic.*
12373
12374 SONICS SILICON BACKPLANE DRIVER (SSB)
12375 M: Michael Buesch <m@bues.ch>
12376 L: linux-wireless@vger.kernel.org
12377 S: Maintained
12378 F: drivers/ssb/
12379 F: include/linux/ssb/
12380
12381 SONY VAIO CONTROL DEVICE DRIVER
12382 M: Mattia Dongili <malattia@linux.it>
12383 L: platform-driver-x86@vger.kernel.org
12384 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
12385 S: Maintained
12386 F: Documentation/laptops/sony-laptop.txt
12387 F: drivers/char/sonypi.c
12388 F: drivers/platform/x86/sony-laptop.c
12389 F: include/linux/sony-laptop.h
12390
12391 SONY MEMORYSTICK CARD SUPPORT
12392 M: Alex Dubov <oakad@yahoo.com>
12393 W: http://tifmxx.berlios.de/
12394 S: Maintained
12395 F: drivers/memstick/host/tifm_ms.c
12396
12397 SONY MEMORYSTICK STANDARD SUPPORT
12398 M: Maxim Levitsky <maximlevitsky@gmail.com>
12399 S: Maintained
12400 F: drivers/memstick/core/ms_block.*
12401
12402 SOUND
12403 M: Jaroslav Kysela <perex@perex.cz>
12404 M: Takashi Iwai <tiwai@suse.com>
12405 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12406 W: http://www.alsa-project.org/
12407 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12408 T: git git://git.alsa-project.org/alsa-kernel.git
12409 Q: http://patchwork.kernel.org/project/alsa-devel/list/
12410 S: Maintained
12411 F: Documentation/sound/
12412 F: include/sound/
12413 F: include/uapi/sound/
12414 F: sound/
12415
12416 SOUND - COMPRESSED AUDIO
12417 M: Vinod Koul <vinod.koul@intel.com>
12418 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12419 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12420 S: Supported
12421 F: Documentation/sound/alsa/compress_offload.txt
12422 F: include/sound/compress_driver.h
12423 F: include/uapi/sound/compress_*
12424 F: sound/core/compress_offload.c
12425 F: sound/soc/soc-compress.c
12426
12427 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
12428 M: Liam Girdwood <lgirdwood@gmail.com>
12429 M: Mark Brown <broonie@kernel.org>
12430 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
12431 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12432 W: http://alsa-project.org/main/index.php/ASoC
12433 S: Supported
12434 F: Documentation/devicetree/bindings/sound/
12435 F: Documentation/sound/alsa/soc/
12436 F: sound/soc/
12437 F: include/sound/soc*
12438
12439 SOUND - DMAENGINE HELPERS
12440 M: Lars-Peter Clausen <lars@metafoo.de>
12441 S: Supported
12442 F: include/sound/dmaengine_pcm.h
12443 F: sound/core/pcm_dmaengine.c
12444 F: sound/soc/soc-generic-dmaengine-pcm.c
12445
12446 SP2 MEDIA DRIVER
12447 M: Olli Salonen <olli.salonen@iki.fi>
12448 L: linux-media@vger.kernel.org
12449 W: https://linuxtv.org
12450 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12451 S: Maintained
12452 F: drivers/media/dvb-frontends/sp2*
12453
12454 SPARC + UltraSPARC (sparc/sparc64)
12455 M: "David S. Miller" <davem@davemloft.net>
12456 L: sparclinux@vger.kernel.org
12457 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
12458 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12459 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12460 S: Maintained
12461 F: arch/sparc/
12462 F: drivers/sbus/
12463
12464 SPARC SERIAL DRIVERS
12465 M: "David S. Miller" <davem@davemloft.net>
12466 L: sparclinux@vger.kernel.org
12467 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12468 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12469 S: Maintained
12470 F: include/linux/sunserialcore.h
12471 F: drivers/tty/serial/suncore.c
12472 F: drivers/tty/serial/sunhv.c
12473 F: drivers/tty/serial/sunsab.c
12474 F: drivers/tty/serial/sunsab.h
12475 F: drivers/tty/serial/sunsu.c
12476 F: drivers/tty/serial/sunzilog.c
12477 F: drivers/tty/serial/sunzilog.h
12478
12479 SPARSE CHECKER
12480 M: "Christopher Li" <sparse@chrisli.org>
12481 L: linux-sparse@vger.kernel.org
12482 W: https://sparse.wiki.kernel.org/
12483 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
12484 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
12485 S: Maintained
12486 F: include/linux/compiler.h
12487
12488 SPEAR PLATFORM SUPPORT
12489 M: Viresh Kumar <vireshk@kernel.org>
12490 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
12491 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12492 W: http://www.st.com/spear
12493 S: Maintained
12494 F: arch/arm/boot/dts/spear*
12495 F: arch/arm/mach-spear/
12496
12497 SPEAR CLOCK FRAMEWORK SUPPORT
12498 M: Viresh Kumar <vireshk@kernel.org>
12499 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12500 W: http://www.st.com/spear
12501 S: Maintained
12502 F: drivers/clk/spear/
12503
12504 SPI NOR SUBSYSTEM
12505 M: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
12506 M: Marek Vasut <marek.vasut@gmail.com>
12507 L: linux-mtd@lists.infradead.org
12508 W: http://www.linux-mtd.infradead.org/
12509 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
12510 T: git git://git.infradead.org/linux-mtd.git spi-nor/fixes
12511 T: git git://git.infradead.org/l2-mtd.git spi-nor/next
12512 S: Maintained
12513 F: drivers/mtd/spi-nor/
12514 F: include/linux/mtd/spi-nor.h
12515
12516 SPI SUBSYSTEM
12517 M: Mark Brown <broonie@kernel.org>
12518 L: linux-spi@vger.kernel.org
12519 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
12520 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
12521 S: Maintained
12522 F: Documentation/devicetree/bindings/spi/
12523 F: Documentation/spi/
12524 F: drivers/spi/
12525 F: include/linux/spi/
12526 F: include/uapi/linux/spi/
12527 F: tools/spi/
12528
12529 SPIDERNET NETWORK DRIVER for CELL
12530 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
12531 L: netdev@vger.kernel.org
12532 S: Supported
12533 F: Documentation/networking/spider_net.txt
12534 F: drivers/net/ethernet/toshiba/spider_net*
12535
12536 SPU FILE SYSTEM
12537 M: Jeremy Kerr <jk@ozlabs.org>
12538 L: linuxppc-dev@lists.ozlabs.org
12539 W: http://www.ibm.com/developerworks/power/cell/
12540 S: Supported
12541 F: Documentation/filesystems/spufs.txt
12542 F: arch/powerpc/platforms/cell/spufs/
12543
12544 SQUASHFS FILE SYSTEM
12545 M: Phillip Lougher <phillip@squashfs.org.uk>
12546 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
12547 W: http://squashfs.org.uk
12548 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
12549 S: Maintained
12550 F: Documentation/filesystems/squashfs.txt
12551 F: fs/squashfs/
12552
12553 SRM (Alpha) environment access
12554 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
12555 S: Maintained
12556 F: arch/alpha/kernel/srm_env.c
12557
12558 STABLE BRANCH
12559 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12560 L: stable@vger.kernel.org
12561 S: Supported
12562 F: Documentation/process/stable-kernel-rules.rst
12563
12564 STAGING SUBSYSTEM
12565 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12566 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
12567 L: devel@driverdev.osuosl.org
12568 S: Supported
12569 F: drivers/staging/
12570
12571 STAGING - COMEDI
12572 M: Ian Abbott <abbotti@mev.co.uk>
12573 M: H Hartley Sweeten <hsweeten@visionengravers.com>
12574 S: Odd Fixes
12575 F: drivers/staging/comedi/
12576
12577 STAGING - FLARION FT1000 DRIVERS
12578 M: Marek Belisko <marek.belisko@gmail.com>
12579 S: Odd Fixes
12580 F: drivers/staging/ft1000/
12581
12582 STAGING - INDUSTRIAL IO
12583 M: Jonathan Cameron <jic23@kernel.org>
12584 L: linux-iio@vger.kernel.org
12585 S: Odd Fixes
12586 F: Documentation/devicetree/bindings/staging/iio/
12587 F: drivers/staging/iio/
12588
12589 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
12590 M: Jarod Wilson <jarod@wilsonet.com>
12591 W: http://www.lirc.org/
12592 S: Odd Fixes
12593 F: drivers/staging/media/lirc/
12594
12595 STAGING - LUSTRE PARALLEL FILESYSTEM
12596 M: Oleg Drokin <oleg.drokin@intel.com>
12597 M: Andreas Dilger <andreas.dilger@intel.com>
12598 M: James Simmons <jsimmons@infradead.org>
12599 L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
12600 W: http://wiki.lustre.org/
12601 S: Maintained
12602 F: drivers/staging/lustre
12603
12604 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
12605 M: Marc Dietrich <marvin24@gmx.de>
12606 L: ac100@lists.launchpad.net (moderated for non-subscribers)
12607 L: linux-tegra@vger.kernel.org
12608 S: Maintained
12609 F: drivers/staging/nvec/
12610
12611 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
12612 M: Jens Frederich <jfrederich@gmail.com>
12613 M: Daniel Drake <dsd@laptop.org>
12614 M: Jon Nettleton <jon.nettleton@gmail.com>
12615 W: http://wiki.laptop.org/go/DCON
12616 S: Maintained
12617 F: drivers/staging/olpc_dcon/
12618
12619 STAGING - REALTEK RTL8712U DRIVERS
12620 M: Larry Finger <Larry.Finger@lwfinger.net>
12621 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
12622 S: Odd Fixes
12623 F: drivers/staging/rtl8712/
12624
12625 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
12626 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
12627 M: Teddy Wang <teddy.wang@siliconmotion.com>
12628 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
12629 L: linux-fbdev@vger.kernel.org
12630 S: Maintained
12631 F: drivers/staging/sm750fb/
12632
12633 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
12634 M: William Hubbs <w.d.hubbs@gmail.com>
12635 M: Chris Brannon <chris@the-brannons.com>
12636 M: Kirk Reiser <kirk@reisers.ca>
12637 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
12638 L: speakup@linux-speakup.org
12639 W: http://www.linux-speakup.org/
12640 S: Odd Fixes
12641 F: drivers/staging/speakup/
12642
12643 STAGING - VIA VT665X DRIVERS
12644 M: Forest Bond <forest@alittletooquiet.net>
12645 S: Odd Fixes
12646 F: drivers/staging/vt665?/
12647
12648 STAGING - WILC1000 WIFI DRIVER
12649 M: Aditya Shankar <aditya.shankar@microchip.com>
12650 M: Ganesh Krishna <ganesh.krishna@microchip.com>
12651 L: linux-wireless@vger.kernel.org
12652 S: Supported
12653 F: drivers/staging/wilc1000/
12654
12655 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
12656 M: Arnaud Patard <arnaud.patard@rtp-net.org>
12657 S: Odd Fixes
12658 F: drivers/staging/xgifb/
12659
12660 STARFIRE/DURALAN NETWORK DRIVER
12661 M: Ion Badulescu <ionut@badula.org>
12662 S: Odd Fixes
12663 F: drivers/net/ethernet/adaptec/starfire*
12664
12665 SUN3/3X
12666 M: Sam Creasey <sammy@sammy.net>
12667 W: http://sammy.net/sun3/
12668 S: Maintained
12669 F: arch/m68k/kernel/*sun3*
12670 F: arch/m68k/sun3*/
12671 F: arch/m68k/include/asm/sun3*
12672 F: drivers/net/ethernet/i825xx/sun3*
12673
12674 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
12675 M: Hans de Goede <hdegoede@redhat.com>
12676 L: linux-input@vger.kernel.org
12677 S: Maintained
12678 F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
12679 F: drivers/input/keyboard/sun4i-lradc-keys.c
12680
12681 SUNDANCE NETWORK DRIVER
12682 M: Denis Kirjanov <kda@linux-powerpc.org>
12683 L: netdev@vger.kernel.org
12684 S: Maintained
12685 F: drivers/net/ethernet/dlink/sundance.c
12686
12687 SUPERH
12688 M: Yoshinori Sato <ysato@users.sourceforge.jp>
12689 M: Rich Felker <dalias@libc.org>
12690 L: linux-sh@vger.kernel.org
12691 Q: http://patchwork.kernel.org/project/linux-sh/list/
12692 S: Maintained
12693 F: Documentation/sh/
12694 F: arch/sh/
12695 F: drivers/sh/
12696
12697 SUSPEND TO RAM
12698 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
12699 M: Len Brown <len.brown@intel.com>
12700 M: Pavel Machek <pavel@ucw.cz>
12701 L: linux-pm@vger.kernel.org
12702 B: https://bugzilla.kernel.org
12703 S: Supported
12704 F: Documentation/power/
12705 F: arch/x86/kernel/acpi/
12706 F: drivers/base/power/
12707 F: kernel/power/
12708 F: include/linux/suspend.h
12709 F: include/linux/freezer.h
12710 F: include/linux/pm.h
12711
12712 SVGA HANDLING
12713 M: Martin Mares <mj@ucw.cz>
12714 L: linux-video@atrey.karlin.mff.cuni.cz
12715 S: Maintained
12716 F: Documentation/svga.txt
12717 F: arch/x86/boot/video*
12718
12719 SWIOTLB SUBSYSTEM
12720 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12721 L: linux-kernel@vger.kernel.org
12722 T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
12723 S: Supported
12724 F: lib/swiotlb.c
12725 F: arch/*/kernel/pci-swiotlb.c
12726 F: include/linux/swiotlb.h
12727
12728 SWITCHDEV
12729 M: Jiri Pirko <jiri@resnulli.us>
12730 M: Ivan Vecera <ivecera@redhat.com>
12731 L: netdev@vger.kernel.org
12732 S: Supported
12733 F: net/switchdev/
12734 F: include/net/switchdev.h
12735
12736 SYNOPSYS ARC ARCHITECTURE
12737 M: Vineet Gupta <vgupta@synopsys.com>
12738 L: linux-snps-arc@lists.infradead.org
12739 S: Supported
12740 F: arch/arc/
12741 F: Documentation/devicetree/bindings/arc/*
12742 F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
12743 F: drivers/clocksource/arc_timer.c
12744 F: drivers/tty/serial/arc_uart.c
12745 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
12746
12747 SYNOPSYS ARC SDP platform support
12748 M: Alexey Brodkin <abrodkin@synopsys.com>
12749 S: Supported
12750 F: arch/arc/plat-axs10x
12751 F: arch/arc/boot/dts/ax*
12752 F: Documentation/devicetree/bindings/arc/axs10*
12753
12754 SYSTEM CONFIGURATION (SYSCON)
12755 M: Lee Jones <lee.jones@linaro.org>
12756 M: Arnd Bergmann <arnd@arndb.de>
12757 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
12758 S: Supported
12759 F: drivers/mfd/syscon.c
12760
12761 SYSTEM RESET/SHUTDOWN DRIVERS
12762 M: Sebastian Reichel <sre@kernel.org>
12763 L: linux-pm@vger.kernel.org
12764 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
12765 S: Maintained
12766 F: Documentation/devicetree/bindings/power/reset/
12767 F: drivers/power/reset/
12768
12769 SYSV FILESYSTEM
12770 M: Christoph Hellwig <hch@infradead.org>
12771 S: Maintained
12772 F: Documentation/filesystems/sysv-fs.txt
12773 F: fs/sysv/
12774 F: include/linux/sysv_fs.h
12775
12776 TARGET SUBSYSTEM
12777 M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
12778 L: linux-scsi@vger.kernel.org
12779 L: target-devel@vger.kernel.org
12780 W: http://www.linux-iscsi.org
12781 W: http://groups.google.com/group/linux-iscsi-target-dev
12782 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
12783 S: Supported
12784 F: drivers/target/
12785 F: include/target/
12786 F: Documentation/target/
12787
12788 TASKSTATS STATISTICS INTERFACE
12789 M: Balbir Singh <bsingharora@gmail.com>
12790 S: Maintained
12791 F: Documentation/accounting/taskstats*
12792 F: include/linux/taskstats*
12793 F: kernel/taskstats.c
12794
12795 TC subsystem
12796 M: Jamal Hadi Salim <jhs@mojatatu.com>
12797 M: Cong Wang <xiyou.wangcong@gmail.com>
12798 M: Jiri Pirko <jiri@resnulli.us>
12799 L: netdev@vger.kernel.org
12800 S: Maintained
12801 F: include/net/pkt_cls.h
12802 F: include/net/pkt_sched.h
12803 F: include/net/tc_act/
12804 F: include/uapi/linux/pkt_cls.h
12805 F: include/uapi/linux/pkt_sched.h
12806 F: include/uapi/linux/tc_act/
12807 F: include/uapi/linux/tc_ematch/
12808 F: net/sched/
12809
12810 TCP LOW PRIORITY MODULE
12811 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
12812 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
12813 W: http://tcp-lp-mod.sourceforge.net/
12814 S: Maintained
12815 F: net/ipv4/tcp_lp.c
12816
12817 TDA10071 MEDIA DRIVER
12818 M: Antti Palosaari <crope@iki.fi>
12819 L: linux-media@vger.kernel.org
12820 W: https://linuxtv.org
12821 W: http://palosaari.fi/linux/
12822 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12823 T: git git://linuxtv.org/anttip/media_tree.git
12824 S: Maintained
12825 F: drivers/media/dvb-frontends/tda10071*
12826
12827 TDA18212 MEDIA DRIVER
12828 M: Antti Palosaari <crope@iki.fi>
12829 L: linux-media@vger.kernel.org
12830 W: https://linuxtv.org
12831 W: http://palosaari.fi/linux/
12832 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12833 T: git git://linuxtv.org/anttip/media_tree.git
12834 S: Maintained
12835 F: drivers/media/tuners/tda18212*
12836
12837 TDA18218 MEDIA DRIVER
12838 M: Antti Palosaari <crope@iki.fi>
12839 L: linux-media@vger.kernel.org
12840 W: https://linuxtv.org
12841 W: http://palosaari.fi/linux/
12842 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12843 T: git git://linuxtv.org/anttip/media_tree.git
12844 S: Maintained
12845 F: drivers/media/tuners/tda18218*
12846
12847 TDA18271 MEDIA DRIVER
12848 M: Michael Krufky <mkrufky@linuxtv.org>
12849 L: linux-media@vger.kernel.org
12850 W: https://linuxtv.org
12851 W: http://github.com/mkrufky
12852 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12853 T: git git://linuxtv.org/mkrufky/tuners.git
12854 S: Maintained
12855 F: drivers/media/tuners/tda18271*
12856
12857 TDA827x MEDIA DRIVER
12858 M: Michael Krufky <mkrufky@linuxtv.org>
12859 L: linux-media@vger.kernel.org
12860 W: https://linuxtv.org
12861 W: http://github.com/mkrufky
12862 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12863 T: git git://linuxtv.org/mkrufky/tuners.git
12864 S: Maintained
12865 F: drivers/media/tuners/tda8290.*
12866
12867 TDA8290 MEDIA DRIVER
12868 M: Michael Krufky <mkrufky@linuxtv.org>
12869 L: linux-media@vger.kernel.org
12870 W: https://linuxtv.org
12871 W: http://github.com/mkrufky
12872 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12873 T: git git://linuxtv.org/mkrufky/tuners.git
12874 S: Maintained
12875 F: drivers/media/tuners/tda8290.*
12876
12877 TDA9840 MEDIA DRIVER
12878 M: Hans Verkuil <hverkuil@xs4all.nl>
12879 L: linux-media@vger.kernel.org
12880 T: git git://linuxtv.org/media_tree.git
12881 W: https://linuxtv.org
12882 S: Maintained
12883 F: drivers/media/i2c/tda9840*
12884
12885 TEA5761 TUNER DRIVER
12886 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12887 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12888 L: linux-media@vger.kernel.org
12889 W: https://linuxtv.org
12890 T: git git://linuxtv.org/media_tree.git
12891 S: Odd fixes
12892 F: drivers/media/tuners/tea5761.*
12893
12894 TEA5767 TUNER DRIVER
12895 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12896 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12897 L: linux-media@vger.kernel.org
12898 W: https://linuxtv.org
12899 T: git git://linuxtv.org/media_tree.git
12900 S: Maintained
12901 F: drivers/media/tuners/tea5767.*
12902
12903 TEA6415C MEDIA DRIVER
12904 M: Hans Verkuil <hverkuil@xs4all.nl>
12905 L: linux-media@vger.kernel.org
12906 T: git git://linuxtv.org/media_tree.git
12907 W: https://linuxtv.org
12908 S: Maintained
12909 F: drivers/media/i2c/tea6415c*
12910
12911 TEA6420 MEDIA DRIVER
12912 M: Hans Verkuil <hverkuil@xs4all.nl>
12913 L: linux-media@vger.kernel.org
12914 T: git git://linuxtv.org/media_tree.git
12915 W: https://linuxtv.org
12916 S: Maintained
12917 F: drivers/media/i2c/tea6420*
12918
12919 TEAM DRIVER
12920 M: Jiri Pirko <jiri@resnulli.us>
12921 L: netdev@vger.kernel.org
12922 S: Supported
12923 F: drivers/net/team/
12924 F: include/linux/if_team.h
12925 F: include/uapi/linux/if_team.h
12926
12927 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
12928 M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
12929 S: Maintained
12930 F: arch/x86/platform/ts5500/
12931
12932 TECHNOTREND USB IR RECEIVER
12933 M: Sean Young <sean@mess.org>
12934 L: linux-media@vger.kernel.org
12935 S: Maintained
12936 F: drivers/media/rc/ttusbir.c
12937
12938 TEGRA ARCHITECTURE SUPPORT
12939 M: Thierry Reding <thierry.reding@gmail.com>
12940 M: Jonathan Hunter <jonathanh@nvidia.com>
12941 L: linux-tegra@vger.kernel.org
12942 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
12943 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
12944 S: Supported
12945 N: [^a-z]tegra
12946
12947 TEGRA CLOCK DRIVER
12948 M: Peter De Schrijver <pdeschrijver@nvidia.com>
12949 M: Prashant Gaikwad <pgaikwad@nvidia.com>
12950 S: Supported
12951 F: drivers/clk/tegra/
12952
12953 TEGRA DMA DRIVERS
12954 M: Laxman Dewangan <ldewangan@nvidia.com>
12955 M: Jon Hunter <jonathanh@nvidia.com>
12956 S: Supported
12957 F: drivers/dma/tegra*
12958
12959 TEGRA I2C DRIVER
12960 M: Laxman Dewangan <ldewangan@nvidia.com>
12961 S: Supported
12962 F: drivers/i2c/busses/i2c-tegra.c
12963
12964 TEGRA IOMMU DRIVERS
12965 M: Hiroshi Doyu <hdoyu@nvidia.com>
12966 S: Supported
12967 F: drivers/iommu/tegra*
12968
12969 TEGRA KBC DRIVER
12970 M: Rakesh Iyer <riyer@nvidia.com>
12971 M: Laxman Dewangan <ldewangan@nvidia.com>
12972 S: Supported
12973 F: drivers/input/keyboard/tegra-kbc.c
12974
12975 TEGRA PWM DRIVER
12976 M: Thierry Reding <thierry.reding@gmail.com>
12977 S: Supported
12978 F: drivers/pwm/pwm-tegra.c
12979
12980 TEGRA SERIAL DRIVER
12981 M: Laxman Dewangan <ldewangan@nvidia.com>
12982 S: Supported
12983 F: drivers/tty/serial/serial-tegra.c
12984
12985 TEGRA SPI DRIVER
12986 M: Laxman Dewangan <ldewangan@nvidia.com>
12987 S: Supported
12988 F: drivers/spi/spi-tegra*
12989
12990 TEHUTI ETHERNET DRIVER
12991 M: Andy Gospodarek <andy@greyhouse.net>
12992 L: netdev@vger.kernel.org
12993 S: Supported
12994 F: drivers/net/ethernet/tehuti/*
12995
12996 Telecom Clock Driver for MCPL0010
12997 M: Mark Gross <mark.gross@intel.com>
12998 S: Supported
12999 F: drivers/char/tlclk.c
13000
13001 TENSILICA XTENSA PORT (xtensa)
13002 M: Chris Zankel <chris@zankel.net>
13003 M: Max Filippov <jcmvbkbc@gmail.com>
13004 L: linux-xtensa@linux-xtensa.org
13005 T: git git://github.com/czankel/xtensa-linux.git
13006 S: Maintained
13007 F: arch/xtensa/
13008 F: drivers/irqchip/irq-xtensa-*
13009
13010 Texas Instruments' System Control Interface (TISCI) Protocol Driver
13011 M: Nishanth Menon <nm@ti.com>
13012 M: Tero Kristo <t-kristo@ti.com>
13013 M: Santosh Shilimkar <ssantosh@kernel.org>
13014 L: linux-arm-kernel@lists.infradead.org
13015 S: Maintained
13016 F: Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
13017 F: drivers/firmware/ti_sci*
13018 F: include/linux/soc/ti/ti_sci_protocol.h
13019 F: Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt
13020 F: include/dt-bindings/genpd/k2g.h
13021 F: drivers/soc/ti/ti_sci_pm_domains.c
13022 F: Documentation/devicetree/bindings/reset/ti,sci-reset.txt
13023 F: Documentation/devicetree/bindings/clock/ti,sci-clk.txt
13024 F: drivers/clk/keystone/sci-clk.c
13025 F: drivers/reset/reset-ti-sci.c
13026
13027 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
13028 M: Hans Verkuil <hverkuil@xs4all.nl>
13029 L: linux-media@vger.kernel.org
13030 T: git git://linuxtv.org/media_tree.git
13031 W: https://linuxtv.org
13032 S: Maintained
13033 F: drivers/media/radio/radio-raremono.c
13034
13035 THERMAL
13036 M: Zhang Rui <rui.zhang@intel.com>
13037 M: Eduardo Valentin <edubezval@gmail.com>
13038 L: linux-pm@vger.kernel.org
13039 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
13040 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
13041 Q: https://patchwork.kernel.org/project/linux-pm/list/
13042 S: Supported
13043 F: drivers/thermal/
13044 F: include/linux/thermal.h
13045 F: include/uapi/linux/thermal.h
13046 F: include/linux/cpu_cooling.h
13047 F: Documentation/devicetree/bindings/thermal/
13048
13049 THERMAL/CPU_COOLING
13050 M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
13051 M: Viresh Kumar <viresh.kumar@linaro.org>
13052 M: Javi Merino <javi.merino@kernel.org>
13053 L: linux-pm@vger.kernel.org
13054 S: Supported
13055 F: Documentation/thermal/cpu-cooling-api.txt
13056 F: drivers/thermal/cpu_cooling.c
13057 F: include/linux/cpu_cooling.h
13058
13059 THINKPAD ACPI EXTRAS DRIVER
13060 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
13061 L: ibm-acpi-devel@lists.sourceforge.net
13062 L: platform-driver-x86@vger.kernel.org
13063 W: http://ibm-acpi.sourceforge.net
13064 W: http://thinkwiki.org/wiki/Ibm-acpi
13065 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
13066 S: Maintained
13067 F: drivers/platform/x86/thinkpad_acpi.c
13068
13069 TI BANDGAP AND THERMAL DRIVER
13070 M: Eduardo Valentin <edubezval@gmail.com>
13071 M: Keerthy <j-keerthy@ti.com>
13072 L: linux-pm@vger.kernel.org
13073 L: linux-omap@vger.kernel.org
13074 S: Maintained
13075 F: drivers/thermal/ti-soc-thermal/
13076
13077 TI VPE/CAL DRIVERS
13078 M: Benoit Parrot <bparrot@ti.com>
13079 L: linux-media@vger.kernel.org
13080 W: http://linuxtv.org/
13081 Q: http://patchwork.linuxtv.org/project/linux-media/list/
13082 S: Maintained
13083 F: drivers/media/platform/ti-vpe/
13084
13085 TI CDCE706 CLOCK DRIVER
13086 M: Max Filippov <jcmvbkbc@gmail.com>
13087 S: Maintained
13088 F: drivers/clk/clk-cdce706.c
13089
13090 TI CLOCK DRIVER
13091 M: Tero Kristo <t-kristo@ti.com>
13092 L: linux-omap@vger.kernel.org
13093 S: Maintained
13094 F: drivers/clk/ti/
13095 F: include/linux/clk/ti.h
13096
13097 TI ETHERNET SWITCH DRIVER (CPSW)
13098 R: Grygorii Strashko <grygorii.strashko@ti.com>
13099 L: linux-omap@vger.kernel.org
13100 L: netdev@vger.kernel.org
13101 S: Maintained
13102 F: drivers/net/ethernet/ti/cpsw*
13103 F: drivers/net/ethernet/ti/davinci*
13104
13105 TI FLASH MEDIA INTERFACE DRIVER
13106 M: Alex Dubov <oakad@yahoo.com>
13107 S: Maintained
13108 F: drivers/misc/tifm*
13109 F: drivers/mmc/host/tifm_sd.c
13110 F: include/linux/tifm.h
13111
13112 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
13113 M: Santosh Shilimkar <ssantosh@kernel.org>
13114 L: linux-kernel@vger.kernel.org
13115 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13116 S: Maintained
13117 F: drivers/soc/ti/*
13118 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
13119
13120
13121 TI LM49xxx FAMILY ASoC CODEC DRIVERS
13122 M: M R Swami Reddy <mr.swami.reddy@ti.com>
13123 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
13124 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
13125 S: Maintained
13126 F: sound/soc/codecs/lm49453*
13127 F: sound/soc/codecs/isabelle*
13128
13129 TI LP855x BACKLIGHT DRIVER
13130 M: Milo Kim <milo.kim@ti.com>
13131 S: Maintained
13132 F: Documentation/backlight/lp855x-driver.txt
13133 F: drivers/video/backlight/lp855x_bl.c
13134 F: include/linux/platform_data/lp855x.h
13135
13136 TI LP8727 CHARGER DRIVER
13137 M: Milo Kim <milo.kim@ti.com>
13138 S: Maintained
13139 F: drivers/power/supply/lp8727_charger.c
13140 F: include/linux/platform_data/lp8727.h
13141
13142 TI LP8788 MFD DRIVER
13143 M: Milo Kim <milo.kim@ti.com>
13144 S: Maintained
13145 F: drivers/iio/adc/lp8788_adc.c
13146 F: drivers/leds/leds-lp8788.c
13147 F: drivers/mfd/lp8788*.c
13148 F: drivers/power/supply/lp8788-charger.c
13149 F: drivers/regulator/lp8788-*.c
13150 F: include/linux/mfd/lp8788*.h
13151
13152 TI NETCP ETHERNET DRIVER
13153 M: Wingman Kwok <w-kwok2@ti.com>
13154 M: Murali Karicheri <m-karicheri2@ti.com>
13155 L: netdev@vger.kernel.org
13156 S: Maintained
13157 F: drivers/net/ethernet/ti/netcp*
13158
13159 TI TAS571X FAMILY ASoC CODEC DRIVER
13160 M: Kevin Cernekee <cernekee@chromium.org>
13161 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
13162 S: Odd Fixes
13163 F: sound/soc/codecs/tas571x*
13164
13165 TI TWL4030 SERIES SOC CODEC DRIVER
13166 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
13167 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
13168 S: Maintained
13169 F: sound/soc/codecs/twl4030*
13170
13171 TI WILINK WIRELESS DRIVERS
13172 L: linux-wireless@vger.kernel.org
13173 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
13174 W: http://wireless.kernel.org/en/users/Drivers/wl1251
13175 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
13176 S: Orphan
13177 F: drivers/net/wireless/ti/
13178 F: include/linux/wl12xx.h
13179
13180 TIPC NETWORK LAYER
13181 M: Jon Maloy <jon.maloy@ericsson.com>
13182 M: Ying Xue <ying.xue@windriver.com>
13183 L: netdev@vger.kernel.org (core kernel code)
13184 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
13185 W: http://tipc.sourceforge.net/
13186 S: Maintained
13187 F: include/uapi/linux/tipc*.h
13188 F: net/tipc/
13189
13190 TILE ARCHITECTURE
13191 M: Chris Metcalf <cmetcalf@mellanox.com>
13192 W: http://www.mellanox.com/repository/solutions/tile-scm/
13193 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
13194 S: Supported
13195 F: arch/tile/
13196 F: drivers/char/tile-srom.c
13197 F: drivers/edac/tile_edac.c
13198 F: drivers/net/ethernet/tile/
13199 F: drivers/rtc/rtc-tile.c
13200 F: drivers/tty/hvc/hvc_tile.c
13201 F: drivers/tty/serial/tilegx.c
13202 F: drivers/usb/host/*-tilegx.c
13203 F: include/linux/usb/tilegx.h
13204
13205 TLAN NETWORK DRIVER
13206 M: Samuel Chessman <chessman@tux.org>
13207 L: tlan-devel@lists.sourceforge.net (subscribers-only)
13208 W: http://sourceforge.net/projects/tlan/
13209 S: Maintained
13210 F: Documentation/networking/tlan.txt
13211 F: drivers/net/ethernet/ti/tlan.*
13212
13213 TOMOYO SECURITY MODULE
13214 M: Kentaro Takeda <takedakn@nttdata.co.jp>
13215 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
13216 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
13217 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
13218 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
13219 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
13220 W: http://tomoyo.sourceforge.jp/
13221 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
13222 S: Maintained
13223 F: security/tomoyo/
13224
13225 TOPSTAR LAPTOP EXTRAS DRIVER
13226 M: Herton Ronaldo Krzesinski <herton@canonical.com>
13227 L: platform-driver-x86@vger.kernel.org
13228 S: Maintained
13229 F: drivers/platform/x86/topstar-laptop.c
13230
13231 TOSHIBA ACPI EXTRAS DRIVER
13232 M: Azael Avalos <coproscefalo@gmail.com>
13233 L: platform-driver-x86@vger.kernel.org
13234 S: Maintained
13235 F: drivers/platform/x86/toshiba_acpi.c
13236
13237 TOSHIBA BLUETOOTH DRIVER
13238 M: Azael Avalos <coproscefalo@gmail.com>
13239 L: platform-driver-x86@vger.kernel.org
13240 S: Maintained
13241 F: drivers/platform/x86/toshiba_bluetooth.c
13242
13243 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
13244 M: Azael Avalos <coproscefalo@gmail.com>
13245 L: platform-driver-x86@vger.kernel.org
13246 S: Maintained
13247 F: drivers/platform/x86/toshiba_haps.c
13248
13249 TOSHIBA WMI HOTKEYS DRIVER
13250 M: Azael Avalos <coproscefalo@gmail.com>
13251 L: platform-driver-x86@vger.kernel.org
13252 S: Maintained
13253 F: drivers/platform/x86/toshiba-wmi.c
13254
13255 TOSHIBA SMM DRIVER
13256 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
13257 W: http://www.buzzard.org.uk/toshiba/
13258 S: Maintained
13259 F: drivers/char/toshiba.c
13260 F: include/linux/toshiba.h
13261 F: include/uapi/linux/toshiba.h
13262
13263 TOSHIBA TC358743 DRIVER
13264 M: Mats Randgaard <matrandg@cisco.com>
13265 L: linux-media@vger.kernel.org
13266 S: Maintained
13267 F: drivers/media/i2c/tc358743*
13268 F: include/media/i2c/tc358743.h
13269
13270 TMIO/SDHI MMC DRIVER
13271 M: Wolfram Sang <wsa+renesas@sang-engineering.com>
13272 L: linux-mmc@vger.kernel.org
13273 S: Supported
13274 F: drivers/mmc/host/tmio_mmc*
13275 F: drivers/mmc/host/renesas_sdhi*
13276 F: include/linux/mfd/tmio.h
13277
13278 TMP401 HARDWARE MONITOR DRIVER
13279 M: Guenter Roeck <linux@roeck-us.net>
13280 L: linux-hwmon@vger.kernel.org
13281 S: Maintained
13282 F: Documentation/hwmon/tmp401
13283 F: drivers/hwmon/tmp401.c
13284
13285 TMPFS (SHMEM FILESYSTEM)
13286 M: Hugh Dickins <hughd@google.com>
13287 L: linux-mm@kvack.org
13288 S: Maintained
13289 F: include/linux/shmem_fs.h
13290 F: mm/shmem.c
13291
13292 TM6000 VIDEO4LINUX DRIVER
13293 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
13294 M: Mauro Carvalho Chehab <mchehab@kernel.org>
13295 L: linux-media@vger.kernel.org
13296 W: https://linuxtv.org
13297 T: git git://linuxtv.org/media_tree.git
13298 S: Odd fixes
13299 F: drivers/media/usb/tm6000/
13300 F: Documentation/media/v4l-drivers/tm6000*
13301
13302 TW5864 VIDEO4LINUX DRIVER
13303 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
13304 M: Anton Sviridenko <anton@corp.bluecherry.net>
13305 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
13306 M: Andrey Utkin <andrey_utkin@fastmail.com>
13307 L: linux-media@vger.kernel.org
13308 S: Supported
13309 F: drivers/media/pci/tw5864/
13310
13311 TW68 VIDEO4LINUX DRIVER
13312 M: Hans Verkuil <hverkuil@xs4all.nl>
13313 L: linux-media@vger.kernel.org
13314 T: git git://linuxtv.org/media_tree.git
13315 W: https://linuxtv.org
13316 S: Odd Fixes
13317 F: drivers/media/pci/tw68/
13318
13319 TW686X VIDEO4LINUX DRIVER
13320 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
13321 L: linux-media@vger.kernel.org
13322 T: git git://linuxtv.org/media_tree.git
13323 W: http://linuxtv.org
13324 S: Maintained
13325 F: drivers/media/pci/tw686x/
13326
13327 TPM DEVICE DRIVER
13328 M: Peter Huewe <peterhuewe@gmx.de>
13329 M: Marcel Selhorst <tpmdd@selhorst.net>
13330 M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
13331 R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
13332 W: http://tpmdd.sourceforge.net
13333 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
13334 Q: https://patchwork.kernel.org/project/tpmdd-devel/list/
13335 T: git git://git.infradead.org/users/jjs/linux-tpmdd.git
13336 S: Maintained
13337 F: drivers/char/tpm/
13338
13339 TPM IBM_VTPM DEVICE DRIVER
13340 M: Ashley Lai <ashleydlai@gmail.com>
13341 W: http://tpmdd.sourceforge.net
13342 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
13343 S: Maintained
13344 F: drivers/char/tpm/tpm_ibmvtpm*
13345
13346 TRACING
13347 M: Steven Rostedt <rostedt@goodmis.org>
13348 M: Ingo Molnar <mingo@redhat.com>
13349 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
13350 S: Maintained
13351 F: Documentation/trace/ftrace.txt
13352 F: arch/*/*/*/ftrace.h
13353 F: arch/*/kernel/ftrace.c
13354 F: include/*/ftrace.h
13355 F: include/linux/trace*.h
13356 F: include/trace/
13357 F: kernel/trace/
13358 F: tools/testing/selftests/ftrace/
13359
13360 TRACING MMIO ACCESSES (MMIOTRACE)
13361 M: Steven Rostedt <rostedt@goodmis.org>
13362 M: Ingo Molnar <mingo@kernel.org>
13363 R: Karol Herbst <karolherbst@gmail.com>
13364 R: Pekka Paalanen <ppaalanen@gmail.com>
13365 S: Maintained
13366 L: linux-kernel@vger.kernel.org
13367 L: nouveau@lists.freedesktop.org
13368 F: kernel/trace/trace_mmiotrace.c
13369 F: include/linux/mmiotrace.h
13370 F: arch/x86/mm/kmmio.c
13371 F: arch/x86/mm/mmio-mod.c
13372 F: arch/x86/mm/testmmiotrace.c
13373
13374 TRIVIAL PATCHES
13375 M: Jiri Kosina <trivial@kernel.org>
13376 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
13377 S: Maintained
13378 K: ^Subject:.*(?i)trivial
13379
13380 TTY LAYER
13381 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13382 M: Jiri Slaby <jslaby@suse.com>
13383 S: Supported
13384 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
13385 F: Documentation/serial/
13386 F: drivers/tty/
13387 F: drivers/tty/serial/serial_core.c
13388 F: include/linux/serial_core.h
13389 F: include/linux/serial.h
13390 F: include/linux/tty.h
13391 F: include/uapi/linux/serial_core.h
13392 F: include/uapi/linux/serial.h
13393 F: include/uapi/linux/tty.h
13394
13395 TUA9001 MEDIA DRIVER
13396 M: Antti Palosaari <crope@iki.fi>
13397 L: linux-media@vger.kernel.org
13398 W: https://linuxtv.org
13399 W: http://palosaari.fi/linux/
13400 Q: http://patchwork.linuxtv.org/project/linux-media/list/
13401 T: git git://linuxtv.org/anttip/media_tree.git
13402 S: Maintained
13403 F: drivers/media/tuners/tua9001*
13404
13405 TULIP NETWORK DRIVERS
13406 L: netdev@vger.kernel.org
13407 L: linux-parisc@vger.kernel.org
13408 S: Orphan
13409 F: drivers/net/ethernet/dec/tulip/
13410
13411 TUN/TAP driver
13412 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
13413 W: http://vtun.sourceforge.net/tun
13414 S: Maintained
13415 F: Documentation/networking/tuntap.txt
13416 F: arch/um/os-Linux/drivers/
13417
13418 TURBOCHANNEL SUBSYSTEM
13419 M: "Maciej W. Rozycki" <macro@linux-mips.org>
13420 M: Ralf Baechle <ralf@linux-mips.org>
13421 L: linux-mips@linux-mips.org
13422 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
13423 S: Maintained
13424 F: drivers/tc/
13425 F: include/linux/tc.h
13426
13427 UBI FILE SYSTEM (UBIFS)
13428 M: Richard Weinberger <richard@nod.at>
13429 M: Artem Bityutskiy <dedekind1@gmail.com>
13430 M: Adrian Hunter <adrian.hunter@intel.com>
13431 L: linux-mtd@lists.infradead.org
13432 T: git git://git.infradead.org/ubifs-2.6.git
13433 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
13434 S: Supported
13435 F: Documentation/filesystems/ubifs.txt
13436 F: fs/ubifs/
13437
13438 UCLINUX (M68KNOMMU AND COLDFIRE)
13439 M: Greg Ungerer <gerg@linux-m68k.org>
13440 W: http://www.linux-m68k.org/
13441 W: http://www.uclinux.org/
13442 L: linux-m68k@lists.linux-m68k.org
13443 L: uclinux-dev@uclinux.org (subscribers-only)
13444 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
13445 S: Maintained
13446 F: arch/m68k/coldfire/
13447 F: arch/m68k/68*/
13448 F: arch/m68k/*/*_no.*
13449 F: arch/m68k/include/asm/*_no.*
13450
13451 UDF FILESYSTEM
13452 M: Jan Kara <jack@suse.com>
13453 S: Maintained
13454 F: Documentation/filesystems/udf.txt
13455 F: fs/udf/
13456
13457 UDRAW TABLET
13458 M: Bastien Nocera <hadess@hadess.net>
13459 L: linux-input@vger.kernel.org
13460 S: Maintained
13461 F: drivers/hid/hid-udraw.c
13462
13463 UFS FILESYSTEM
13464 M: Evgeniy Dushistov <dushistov@mail.ru>
13465 S: Maintained
13466 F: Documentation/filesystems/ufs.txt
13467 F: fs/ufs/
13468
13469 UHID USERSPACE HID IO DRIVER:
13470 M: David Herrmann <dh.herrmann@googlemail.com>
13471 L: linux-input@vger.kernel.org
13472 S: Maintained
13473 F: drivers/hid/uhid.c
13474 F: include/uapi/linux/uhid.h
13475
13476 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
13477 L: linux-usb@vger.kernel.org
13478 S: Orphan
13479 F: drivers/uwb/
13480 F: include/linux/uwb.h
13481 F: include/linux/uwb/
13482
13483 UNICORE32 ARCHITECTURE:
13484 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
13485 W: http://mprc.pku.edu.cn/~guanxuetao/linux
13486 S: Maintained
13487 T: git git://github.com/gxt/linux.git
13488 F: arch/unicore32/
13489
13490 UNIFDEF
13491 M: Tony Finch <dot@dotat.at>
13492 W: http://dotat.at/prog/unifdef
13493 S: Maintained
13494 F: scripts/unifdef.c
13495
13496 UNIFORM CDROM DRIVER
13497 M: Jens Axboe <axboe@kernel.dk>
13498 W: http://www.kernel.dk
13499 S: Maintained
13500 F: Documentation/cdrom/
13501 F: drivers/cdrom/cdrom.c
13502 F: include/linux/cdrom.h
13503 F: include/uapi/linux/cdrom.h
13504
13505 UNISYS S-PAR DRIVERS
13506 M: David Kershner <david.kershner@unisys.com>
13507 L: sparmaintainer@unisys.com (Unisys internal)
13508 S: Supported
13509 F: drivers/staging/unisys/
13510
13511 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
13512 M: Vinayak Holikatti <vinholikatti@gmail.com>
13513 L: linux-scsi@vger.kernel.org
13514 S: Supported
13515 F: Documentation/scsi/ufs.txt
13516 F: drivers/scsi/ufs/
13517
13518 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
13519 M: Manjunath M Bettegowda <manjumb@synopsys.com>
13520 M: Prabu Thangamuthu <prabut@synopsys.com>
13521 L: linux-scsi@vger.kernel.org
13522 S: Supported
13523 F: drivers/scsi/ufs/*dwc*
13524
13525 UNSORTED BLOCK IMAGES (UBI)
13526 M: Artem Bityutskiy <dedekind1@gmail.com>
13527 M: Richard Weinberger <richard@nod.at>
13528 W: http://www.linux-mtd.infradead.org/
13529 L: linux-mtd@lists.infradead.org
13530 T: git git://git.infradead.org/ubifs-2.6.git
13531 S: Supported
13532 F: drivers/mtd/ubi/
13533 F: include/linux/mtd/ubi.h
13534 F: include/uapi/mtd/ubi-user.h
13535
13536 USB ACM DRIVER
13537 M: Oliver Neukum <oneukum@suse.com>
13538 L: linux-usb@vger.kernel.org
13539 S: Maintained
13540 F: Documentation/usb/acm.txt
13541 F: drivers/usb/class/cdc-acm.*
13542
13543 USB AR5523 WIRELESS DRIVER
13544 M: Pontus Fuchs <pontus.fuchs@gmail.com>
13545 L: linux-wireless@vger.kernel.org
13546 S: Maintained
13547 F: drivers/net/wireless/ath/ar5523/
13548
13549 USB ATTACHED SCSI
13550 M: Oliver Neukum <oneukum@suse.com>
13551 L: linux-usb@vger.kernel.org
13552 L: linux-scsi@vger.kernel.org
13553 S: Maintained
13554 F: drivers/usb/storage/uas.c
13555
13556 USB CDC ETHERNET DRIVER
13557 M: Oliver Neukum <oliver@neukum.org>
13558 L: linux-usb@vger.kernel.org
13559 S: Maintained
13560 F: drivers/net/usb/cdc_*.c
13561 F: include/uapi/linux/usb/cdc.h
13562
13563 USB CHAOSKEY DRIVER
13564 M: Keith Packard <keithp@keithp.com>
13565 L: linux-usb@vger.kernel.org
13566 S: Maintained
13567 F: drivers/usb/misc/chaoskey.c
13568
13569 USB CYPRESS C67X00 DRIVER
13570 M: Peter Korsgaard <jacmet@sunsite.dk>
13571 L: linux-usb@vger.kernel.org
13572 S: Maintained
13573 F: drivers/usb/c67x00/
13574
13575 USB DAVICOM DM9601 DRIVER
13576 M: Peter Korsgaard <jacmet@sunsite.dk>
13577 L: netdev@vger.kernel.org
13578 W: http://www.linux-usb.org/usbnet
13579 S: Maintained
13580 F: drivers/net/usb/dm9601.c
13581
13582 USB DIAMOND RIO500 DRIVER
13583 M: Cesar Miquel <miquel@df.uba.ar>
13584 L: rio500-users@lists.sourceforge.net
13585 W: http://rio500.sourceforge.net
13586 S: Maintained
13587 F: drivers/usb/misc/rio500*
13588
13589 USB EHCI DRIVER
13590 M: Alan Stern <stern@rowland.harvard.edu>
13591 L: linux-usb@vger.kernel.org
13592 S: Maintained
13593 F: Documentation/usb/ehci.txt
13594 F: drivers/usb/host/ehci*
13595
13596 USB GADGET/PERIPHERAL SUBSYSTEM
13597 M: Felipe Balbi <balbi@kernel.org>
13598 L: linux-usb@vger.kernel.org
13599 W: http://www.linux-usb.org/gadget
13600 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
13601 S: Maintained
13602 F: drivers/usb/gadget/
13603 F: include/linux/usb/gadget*
13604
13605 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
13606 M: Jiri Kosina <jikos@kernel.org>
13607 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
13608 L: linux-usb@vger.kernel.org
13609 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
13610 S: Maintained
13611 F: Documentation/hid/hiddev.txt
13612 F: drivers/hid/usbhid/
13613
13614 USB ISP116X DRIVER
13615 M: Olav Kongas <ok@artecdesign.ee>
13616 L: linux-usb@vger.kernel.org
13617 S: Maintained
13618 F: drivers/usb/host/isp116x*
13619 F: include/linux/usb/isp116x.h
13620
13621 USB LAN78XX ETHERNET DRIVER
13622 M: Woojung Huh <woojung.huh@microchip.com>
13623 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
13624 L: netdev@vger.kernel.org
13625 S: Maintained
13626 F: drivers/net/usb/lan78xx.*
13627
13628 USB MASS STORAGE DRIVER
13629 M: Alan Stern <stern@rowland.harvard.edu>
13630 L: linux-usb@vger.kernel.org
13631 L: usb-storage@lists.one-eyed-alien.net
13632 S: Maintained
13633 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
13634 F: drivers/usb/storage/
13635
13636 USB MIDI DRIVER
13637 M: Clemens Ladisch <clemens@ladisch.de>
13638 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
13639 T: git git://git.alsa-project.org/alsa-kernel.git
13640 S: Maintained
13641 F: sound/usb/midi.*
13642
13643 USB NETWORKING DRIVERS
13644 L: linux-usb@vger.kernel.org
13645 S: Odd Fixes
13646 F: drivers/net/usb/
13647
13648 USB OHCI DRIVER
13649 M: Alan Stern <stern@rowland.harvard.edu>
13650 L: linux-usb@vger.kernel.org
13651 S: Maintained
13652 F: Documentation/usb/ohci.txt
13653 F: drivers/usb/host/ohci*
13654
13655 USB OTG FSM (Finite State Machine)
13656 M: Peter Chen <Peter.Chen@nxp.com>
13657 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
13658 L: linux-usb@vger.kernel.org
13659 S: Maintained
13660 F: drivers/usb/common/usb-otg-fsm.c
13661
13662 USB OVER IP DRIVER
13663 M: Valentina Manea <valentina.manea.m@gmail.com>
13664 M: Shuah Khan <shuahkh@osg.samsung.com>
13665 M: Shuah Khan <shuah@kernel.org>
13666 L: linux-usb@vger.kernel.org
13667 S: Maintained
13668 F: Documentation/usb/usbip_protocol.txt
13669 F: drivers/usb/usbip/
13670 F: tools/usb/usbip/
13671
13672 USB PEGASUS DRIVER
13673 M: Petko Manolov <petkan@nucleusys.com>
13674 L: linux-usb@vger.kernel.org
13675 L: netdev@vger.kernel.org
13676 T: git git://github.com/petkan/pegasus.git
13677 W: https://github.com/petkan/pegasus
13678 S: Maintained
13679 F: drivers/net/usb/pegasus.*
13680
13681 USB PHY LAYER
13682 M: Felipe Balbi <balbi@kernel.org>
13683 L: linux-usb@vger.kernel.org
13684 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
13685 S: Maintained
13686 F: drivers/usb/phy/
13687
13688 USB PRINTER DRIVER (usblp)
13689 M: Pete Zaitcev <zaitcev@redhat.com>
13690 L: linux-usb@vger.kernel.org
13691 S: Supported
13692 F: drivers/usb/class/usblp.c
13693
13694 USB QMI WWAN NETWORK DRIVER
13695 M: Bjørn Mork <bjorn@mork.no>
13696 L: netdev@vger.kernel.org
13697 S: Maintained
13698 F: Documentation/ABI/testing/sysfs-class-net-qmi
13699 F: drivers/net/usb/qmi_wwan.c
13700
13701 USB RTL8150 DRIVER
13702 M: Petko Manolov <petkan@nucleusys.com>
13703 L: linux-usb@vger.kernel.org
13704 L: netdev@vger.kernel.org
13705 T: git git://github.com/petkan/rtl8150.git
13706 W: https://github.com/petkan/rtl8150
13707 S: Maintained
13708 F: drivers/net/usb/rtl8150.c
13709
13710 USB SERIAL SUBSYSTEM
13711 M: Johan Hovold <johan@kernel.org>
13712 L: linux-usb@vger.kernel.org
13713 T: git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
13714 S: Maintained
13715 F: Documentation/usb/usb-serial.txt
13716 F: drivers/usb/serial/
13717 F: include/linux/usb/serial.h
13718
13719 USB SMSC75XX ETHERNET DRIVER
13720 M: Steve Glendinning <steve.glendinning@shawell.net>
13721 L: netdev@vger.kernel.org
13722 S: Maintained
13723 F: drivers/net/usb/smsc75xx.*
13724
13725 USB SMSC95XX ETHERNET DRIVER
13726 M: Steve Glendinning <steve.glendinning@shawell.net>
13727 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
13728 L: netdev@vger.kernel.org
13729 S: Maintained
13730 F: drivers/net/usb/smsc95xx.*
13731
13732 USB SUBSYSTEM
13733 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13734 L: linux-usb@vger.kernel.org
13735 W: http://www.linux-usb.org
13736 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
13737 S: Supported
13738 F: Documentation/devicetree/bindings/usb/
13739 F: Documentation/usb/
13740 F: drivers/usb/
13741 F: include/linux/usb.h
13742 F: include/linux/usb/
13743
13744 USB TYPEC SUBSYSTEM
13745 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
13746 L: linux-usb@vger.kernel.org
13747 S: Maintained
13748 F: Documentation/ABI/testing/sysfs-class-typec
13749 F: Documentation/usb/typec.rst
13750 F: drivers/usb/typec/
13751 F: include/linux/usb/typec.h
13752
13753 USB UHCI DRIVER
13754 M: Alan Stern <stern@rowland.harvard.edu>
13755 L: linux-usb@vger.kernel.org
13756 S: Maintained
13757 F: drivers/usb/host/uhci*
13758
13759 USB "USBNET" DRIVER FRAMEWORK
13760 M: Oliver Neukum <oneukum@suse.com>
13761 L: netdev@vger.kernel.org
13762 W: http://www.linux-usb.org/usbnet
13763 S: Maintained
13764 F: drivers/net/usb/usbnet.c
13765 F: include/linux/usb/usbnet.h
13766
13767 USB VIDEO CLASS
13768 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13769 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
13770 L: linux-media@vger.kernel.org
13771 T: git git://linuxtv.org/media_tree.git
13772 W: http://www.ideasonboard.org/uvc/
13773 S: Maintained
13774 F: drivers/media/usb/uvc/
13775 F: include/uapi/linux/uvcvideo.h
13776
13777 USB VISION DRIVER
13778 M: Hans Verkuil <hverkuil@xs4all.nl>
13779 L: linux-media@vger.kernel.org
13780 T: git git://linuxtv.org/media_tree.git
13781 W: https://linuxtv.org
13782 S: Odd Fixes
13783 F: drivers/media/usb/usbvision/
13784
13785 USB WEBCAM GADGET
13786 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13787 L: linux-usb@vger.kernel.org
13788 S: Maintained
13789 F: drivers/usb/gadget/function/*uvc*
13790 F: drivers/usb/gadget/legacy/webcam.c
13791
13792 USB WIRELESS RNDIS DRIVER (rndis_wlan)
13793 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
13794 L: linux-wireless@vger.kernel.org
13795 S: Maintained
13796 F: drivers/net/wireless/rndis_wlan.c
13797
13798 USB XHCI DRIVER
13799 M: Mathias Nyman <mathias.nyman@intel.com>
13800 L: linux-usb@vger.kernel.org
13801 S: Supported
13802 F: drivers/usb/host/xhci*
13803 F: drivers/usb/host/pci-quirks*
13804
13805 USB ZD1201 DRIVER
13806 L: linux-wireless@vger.kernel.org
13807 W: http://linux-lc100020.sourceforge.net
13808 S: Orphan
13809 F: drivers/net/wireless/zydas/zd1201.*
13810
13811 USB ZR364XX DRIVER
13812 M: Antoine Jacquet <royale@zerezo.com>
13813 L: linux-usb@vger.kernel.org
13814 L: linux-media@vger.kernel.org
13815 T: git git://linuxtv.org/media_tree.git
13816 W: http://royale.zerezo.com/zr364xx/
13817 S: Maintained
13818 F: Documentation/media/v4l-drivers/zr364xx*
13819 F: drivers/media/usb/zr364xx/
13820
13821 ULPI BUS
13822 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
13823 L: linux-usb@vger.kernel.org
13824 S: Maintained
13825 F: drivers/usb/common/ulpi.c
13826 F: include/linux/ulpi/
13827
13828 USER-MODE LINUX (UML)
13829 M: Jeff Dike <jdike@addtoit.com>
13830 M: Richard Weinberger <richard@nod.at>
13831 L: user-mode-linux-devel@lists.sourceforge.net
13832 L: user-mode-linux-user@lists.sourceforge.net
13833 W: http://user-mode-linux.sourceforge.net
13834 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
13835 S: Maintained
13836 F: Documentation/virtual/uml/
13837 F: arch/um/
13838 F: arch/x86/um/
13839 F: fs/hostfs/
13840 F: fs/hppfs/
13841
13842 USERSPACE I/O (UIO)
13843 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13844 S: Maintained
13845 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
13846 F: Documentation/driver-api/uio-howto.rst
13847 F: drivers/uio/
13848 F: include/linux/uio*.h
13849
13850 UTIL-LINUX PACKAGE
13851 M: Karel Zak <kzak@redhat.com>
13852 L: util-linux@vger.kernel.org
13853 W: http://en.wikipedia.org/wiki/Util-linux
13854 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
13855 S: Maintained
13856
13857 UUID HELPERS
13858 M: Christoph Hellwig <hch@lst.de>
13859 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
13860 L: linux-kernel@vger.kernel.org
13861 T: git git://git.infradead.org/users/hch/uuid.git
13862 F: lib/uuid.c
13863 F: lib/test_uuid.c
13864 F: include/linux/uuid.h
13865 F: include/uapi/linux/uuid.h
13866 S: Maintained
13867
13868 UVESAFB DRIVER
13869 M: Michal Januszewski <spock@gentoo.org>
13870 L: linux-fbdev@vger.kernel.org
13871 W: http://dev.gentoo.org/~spock/projects/uvesafb/
13872 S: Maintained
13873 F: Documentation/fb/uvesafb.txt
13874 F: drivers/video/fbdev/uvesafb.*
13875
13876 VF610 NAND DRIVER
13877 M: Stefan Agner <stefan@agner.ch>
13878 L: linux-mtd@lists.infradead.org
13879 S: Supported
13880 F: drivers/mtd/nand/vf610_nfc.c
13881
13882 VFAT/FAT/MSDOS FILESYSTEM
13883 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
13884 S: Maintained
13885 F: Documentation/filesystems/vfat.txt
13886 F: fs/fat/
13887
13888 VFIO DRIVER
13889 M: Alex Williamson <alex.williamson@redhat.com>
13890 L: kvm@vger.kernel.org
13891 T: git git://github.com/awilliam/linux-vfio.git
13892 S: Maintained
13893 F: Documentation/vfio.txt
13894 F: drivers/vfio/
13895 F: include/linux/vfio.h
13896 F: include/uapi/linux/vfio.h
13897
13898 VFIO MEDIATED DEVICE DRIVERS
13899 M: Kirti Wankhede <kwankhede@nvidia.com>
13900 L: kvm@vger.kernel.org
13901 S: Maintained
13902 F: Documentation/vfio-mediated-device.txt
13903 F: drivers/vfio/mdev/
13904 F: include/linux/mdev.h
13905 F: samples/vfio-mdev/
13906
13907 VFIO PLATFORM DRIVER
13908 M: Baptiste Reynal <b.reynal@virtualopensystems.com>
13909 L: kvm@vger.kernel.org
13910 S: Maintained
13911 F: drivers/vfio/platform/
13912
13913 VGA_SWITCHEROO
13914 R: Lukas Wunner <lukas@wunner.de>
13915 S: Maintained
13916 F: Documentation/gpu/vga-switcheroo.rst
13917 F: drivers/gpu/vga/vga_switcheroo.c
13918 F: include/linux/vga_switcheroo.h
13919 T: git git://anongit.freedesktop.org/drm/drm-misc
13920
13921 VIDEOBUF2 FRAMEWORK
13922 M: Pawel Osciak <pawel@osciak.com>
13923 M: Marek Szyprowski <m.szyprowski@samsung.com>
13924 M: Kyungmin Park <kyungmin.park@samsung.com>
13925 L: linux-media@vger.kernel.org
13926 S: Maintained
13927 F: drivers/media/v4l2-core/videobuf2-*
13928 F: include/media/videobuf2-*
13929
13930 VIDEO MULTIPLEXER DRIVER
13931 M: Philipp Zabel <p.zabel@pengutronix.de>
13932 L: linux-media@vger.kernel.org
13933 S: Maintained
13934 F: drivers/media/platform/video-mux.c
13935
13936 VIRTIO AND VHOST VSOCK DRIVER
13937 M: Stefan Hajnoczi <stefanha@redhat.com>
13938 L: kvm@vger.kernel.org
13939 L: virtualization@lists.linux-foundation.org
13940 L: netdev@vger.kernel.org
13941 S: Maintained
13942 F: include/linux/virtio_vsock.h
13943 F: include/uapi/linux/virtio_vsock.h
13944 F: include/uapi/linux/vsockmon.h
13945 F: net/vmw_vsock/af_vsock_tap.c
13946 F: net/vmw_vsock/virtio_transport_common.c
13947 F: net/vmw_vsock/virtio_transport.c
13948 F: drivers/net/vsockmon.c
13949 F: drivers/vhost/vsock.c
13950 F: drivers/vhost/vsock.h
13951
13952 VIRTUAL SERIO DEVICE DRIVER
13953 M: Stephen Chandler Paul <thatslyude@gmail.com>
13954 S: Maintained
13955 F: drivers/input/serio/userio.c
13956 F: include/uapi/linux/userio.h
13957
13958 VIRTIO CONSOLE DRIVER
13959 M: Amit Shah <amit@kernel.org>
13960 L: virtualization@lists.linux-foundation.org
13961 S: Maintained
13962 F: drivers/char/virtio_console.c
13963 F: include/linux/virtio_console.h
13964 F: include/uapi/linux/virtio_console.h
13965
13966 VIRTIO CORE, NET AND BLOCK DRIVERS
13967 M: "Michael S. Tsirkin" <mst@redhat.com>
13968 M: Jason Wang <jasowang@redhat.com>
13969 L: virtualization@lists.linux-foundation.org
13970 S: Maintained
13971 F: Documentation/devicetree/bindings/virtio/
13972 F: drivers/virtio/
13973 F: tools/virtio/
13974 F: drivers/net/virtio_net.c
13975 F: drivers/block/virtio_blk.c
13976 F: include/linux/virtio*.h
13977 F: include/uapi/linux/virtio_*.h
13978 F: drivers/crypto/virtio/
13979
13980 VIRTIO DRIVERS FOR S390
13981 M: Cornelia Huck <cohuck@redhat.com>
13982 M: Halil Pasic <pasic@linux.vnet.ibm.com>
13983 L: linux-s390@vger.kernel.org
13984 L: virtualization@lists.linux-foundation.org
13985 L: kvm@vger.kernel.org
13986 S: Supported
13987 F: drivers/s390/virtio/
13988
13989 VIRTIO GPU DRIVER
13990 M: David Airlie <airlied@linux.ie>
13991 M: Gerd Hoffmann <kraxel@redhat.com>
13992 L: dri-devel@lists.freedesktop.org
13993 L: virtualization@lists.linux-foundation.org
13994 T: git git://anongit.freedesktop.org/drm/drm-misc
13995 S: Maintained
13996 F: drivers/gpu/drm/virtio/
13997 F: include/uapi/linux/virtio_gpu.h
13998
13999 VIRTIO HOST (VHOST)
14000 M: "Michael S. Tsirkin" <mst@redhat.com>
14001 M: Jason Wang <jasowang@redhat.com>
14002 L: kvm@vger.kernel.org
14003 L: virtualization@lists.linux-foundation.org
14004 L: netdev@vger.kernel.org
14005 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
14006 S: Maintained
14007 F: drivers/vhost/
14008 F: include/uapi/linux/vhost.h
14009
14010 VIRTIO INPUT DRIVER
14011 M: Gerd Hoffmann <kraxel@redhat.com>
14012 S: Maintained
14013 F: drivers/virtio/virtio_input.c
14014 F: include/uapi/linux/virtio_input.h
14015
14016 VIRTIO CRYPTO DRIVER
14017 M: Gonglei <arei.gonglei@huawei.com>
14018 L: virtualization@lists.linux-foundation.org
14019 L: linux-crypto@vger.kernel.org
14020 S: Maintained
14021 F: drivers/crypto/virtio/
14022 F: include/uapi/linux/virtio_crypto.h
14023
14024 VIA RHINE NETWORK DRIVER
14025 S: Orphan
14026 F: drivers/net/ethernet/via/via-rhine.c
14027
14028 VIA SD/MMC CARD CONTROLLER DRIVER
14029 M: Bruce Chang <brucechang@via.com.tw>
14030 M: Harald Welte <HaraldWelte@viatech.com>
14031 S: Maintained
14032 F: drivers/mmc/host/via-sdmmc.c
14033
14034 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
14035 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
14036 L: linux-fbdev@vger.kernel.org
14037 S: Maintained
14038 F: include/linux/via-core.h
14039 F: include/linux/via-gpio.h
14040 F: include/linux/via_i2c.h
14041 F: drivers/video/fbdev/via/
14042
14043 VIA VELOCITY NETWORK DRIVER
14044 M: Francois Romieu <romieu@fr.zoreil.com>
14045 L: netdev@vger.kernel.org
14046 S: Maintained
14047 F: drivers/net/ethernet/via/via-velocity.*
14048
14049 VIRT LIB
14050 M: Alex Williamson <alex.williamson@redhat.com>
14051 M: Paolo Bonzini <pbonzini@redhat.com>
14052 L: kvm@vger.kernel.org
14053 S: Supported
14054 F: virt/lib/
14055
14056 VIVID VIRTUAL VIDEO DRIVER
14057 M: Hans Verkuil <hverkuil@xs4all.nl>
14058 L: linux-media@vger.kernel.org
14059 T: git git://linuxtv.org/media_tree.git
14060 W: https://linuxtv.org
14061 S: Maintained
14062 F: drivers/media/platform/vivid/*
14063
14064 VIMC VIRTUAL MEDIA CONTROLLER DRIVER
14065 M: Helen Koike <helen.koike@collabora.com>
14066 L: linux-media@vger.kernel.org
14067 T: git git://linuxtv.org/media_tree.git
14068 W: https://linuxtv.org
14069 S: Maintained
14070 F: drivers/media/platform/vimc/*
14071
14072 VLYNQ BUS
14073 M: Florian Fainelli <f.fainelli@gmail.com>
14074 L: openwrt-devel@lists.openwrt.org (subscribers-only)
14075 S: Maintained
14076 F: drivers/vlynq/vlynq.c
14077 F: include/linux/vlynq.h
14078
14079 VME SUBSYSTEM
14080 M: Martyn Welch <martyn@welchs.me.uk>
14081 M: Manohar Vanga <manohar.vanga@gmail.com>
14082 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14083 L: devel@driverdev.osuosl.org
14084 S: Maintained
14085 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
14086 F: Documentation/driver-api/vme.rst
14087 F: drivers/staging/vme/
14088 F: drivers/vme/
14089 F: include/linux/vme*
14090
14091 VMWARE HYPERVISOR INTERFACE
14092 M: Alok Kataria <akataria@vmware.com>
14093 L: virtualization@lists.linux-foundation.org
14094 S: Supported
14095 F: arch/x86/kernel/cpu/vmware.c
14096
14097 VMWARE BALLOON DRIVER
14098 M: Xavier Deguillard <xdeguillard@vmware.com>
14099 M: Philip Moltmann <moltmann@vmware.com>
14100 M: "VMware, Inc." <pv-drivers@vmware.com>
14101 L: linux-kernel@vger.kernel.org
14102 S: Maintained
14103 F: drivers/misc/vmw_balloon.c
14104
14105 VMWARE VMMOUSE SUBDRIVER
14106 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
14107 M: "VMware, Inc." <pv-drivers@vmware.com>
14108 L: linux-input@vger.kernel.org
14109 S: Maintained
14110 F: drivers/input/mouse/vmmouse.c
14111 F: drivers/input/mouse/vmmouse.h
14112
14113 VMWARE VMXNET3 ETHERNET DRIVER
14114 M: Shrikrishna Khare <skhare@vmware.com>
14115 M: "VMware, Inc." <pv-drivers@vmware.com>
14116 L: netdev@vger.kernel.org
14117 S: Maintained
14118 F: drivers/net/vmxnet3/
14119
14120 VMware PVSCSI driver
14121 M: Jim Gill <jgill@vmware.com>
14122 M: VMware PV-Drivers <pv-drivers@vmware.com>
14123 L: linux-scsi@vger.kernel.org
14124 S: Maintained
14125 F: drivers/scsi/vmw_pvscsi.c
14126 F: drivers/scsi/vmw_pvscsi.h
14127
14128 VMWARE PVRDMA DRIVER
14129 M: Adit Ranadive <aditr@vmware.com>
14130 M: VMware PV-Drivers <pv-drivers@vmware.com>
14131 L: linux-rdma@vger.kernel.org
14132 S: Maintained
14133 F: drivers/infiniband/hw/vmw_pvrdma/
14134
14135 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
14136 M: Liam Girdwood <lgirdwood@gmail.com>
14137 M: Mark Brown <broonie@kernel.org>
14138 L: linux-kernel@vger.kernel.org
14139 W: http://www.slimlogic.co.uk/?p=48
14140 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
14141 S: Supported
14142 F: Documentation/devicetree/bindings/regulator/
14143 F: drivers/regulator/
14144 F: include/dt-bindings/regulator/
14145 F: include/linux/regulator/
14146
14147 VRF
14148 M: David Ahern <dsa@cumulusnetworks.com>
14149 M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
14150 L: netdev@vger.kernel.org
14151 S: Maintained
14152 F: drivers/net/vrf.c
14153 F: Documentation/networking/vrf.txt
14154
14155 VT1211 HARDWARE MONITOR DRIVER
14156 M: Juerg Haefliger <juergh@gmail.com>
14157 L: linux-hwmon@vger.kernel.org
14158 S: Maintained
14159 F: Documentation/hwmon/vt1211
14160 F: drivers/hwmon/vt1211.c
14161
14162 VT8231 HARDWARE MONITOR DRIVER
14163 M: Roger Lucas <vt8231@hiddenengine.co.uk>
14164 L: linux-hwmon@vger.kernel.org
14165 S: Maintained
14166 F: drivers/hwmon/vt8231.c
14167
14168 VUB300 USB to SDIO/SD/MMC bridge chip
14169 M: Tony Olech <tony.olech@elandigitalsystems.com>
14170 L: linux-mmc@vger.kernel.org
14171 L: linux-usb@vger.kernel.org
14172 S: Supported
14173 F: drivers/mmc/host/vub300.c
14174
14175 W1 DALLAS'S 1-WIRE BUS
14176 M: Evgeniy Polyakov <zbr@ioremap.net>
14177 S: Maintained
14178 F: Documentation/w1/
14179 F: drivers/w1/
14180 F: include/linux/w1.h
14181
14182 W83791D HARDWARE MONITORING DRIVER
14183 M: Marc Hulsman <m.hulsman@tudelft.nl>
14184 L: linux-hwmon@vger.kernel.org
14185 S: Maintained
14186 F: Documentation/hwmon/w83791d
14187 F: drivers/hwmon/w83791d.c
14188
14189 W83793 HARDWARE MONITORING DRIVER
14190 M: Rudolf Marek <r.marek@assembler.cz>
14191 L: linux-hwmon@vger.kernel.org
14192 S: Maintained
14193 F: Documentation/hwmon/w83793
14194 F: drivers/hwmon/w83793.c
14195
14196 W83795 HARDWARE MONITORING DRIVER
14197 M: Jean Delvare <jdelvare@suse.com>
14198 L: linux-hwmon@vger.kernel.org
14199 S: Maintained
14200 F: drivers/hwmon/w83795.c
14201
14202 W83L51xD SD/MMC CARD INTERFACE DRIVER
14203 M: Pierre Ossman <pierre@ossman.eu>
14204 S: Maintained
14205 F: drivers/mmc/host/wbsd.*
14206
14207 WACOM PROTOCOL 4 SERIAL TABLETS
14208 M: Julian Squires <julian@cipht.net>
14209 M: Hans de Goede <hdegoede@redhat.com>
14210 L: linux-input@vger.kernel.org
14211 S: Maintained
14212 F: drivers/input/tablet/wacom_serial4.c
14213
14214 WATCHDOG DEVICE DRIVERS
14215 M: Wim Van Sebroeck <wim@iguana.be>
14216 R: Guenter Roeck <linux@roeck-us.net>
14217 L: linux-watchdog@vger.kernel.org
14218 W: http://www.linux-watchdog.org/
14219 T: git git://www.linux-watchdog.org/linux-watchdog.git
14220 S: Maintained
14221 F: Documentation/devicetree/bindings/watchdog/
14222 F: Documentation/watchdog/
14223 F: drivers/watchdog/
14224 F: include/linux/watchdog.h
14225 F: include/uapi/linux/watchdog.h
14226
14227 WIIMOTE HID DRIVER
14228 M: David Herrmann <dh.herrmann@googlemail.com>
14229 L: linux-input@vger.kernel.org
14230 S: Maintained
14231 F: drivers/hid/hid-wiimote*
14232
14233 WINBOND CIR DRIVER
14234 M: David Härdeman <david@hardeman.nu>
14235 S: Maintained
14236 F: drivers/media/rc/winbond-cir.c
14237
14238 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
14239 M: William Breathitt Gray <vilhelm.gray@gmail.com>
14240 L: linux-watchdog@vger.kernel.org
14241 S: Maintained
14242 F: drivers/watchdog/ebc-c384_wdt.c
14243
14244 WINSYSTEMS WS16C48 GPIO DRIVER
14245 M: William Breathitt Gray <vilhelm.gray@gmail.com>
14246 L: linux-gpio@vger.kernel.org
14247 S: Maintained
14248 F: drivers/gpio/gpio-ws16c48.c
14249
14250 WIMAX STACK
14251 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
14252 M: linux-wimax@intel.com
14253 L: wimax@linuxwimax.org (subscribers-only)
14254 S: Supported
14255 W: http://linuxwimax.org
14256 F: Documentation/wimax/README.wimax
14257 F: include/linux/wimax/debug.h
14258 F: include/net/wimax.h
14259 F: include/uapi/linux/wimax.h
14260 F: net/wimax/
14261
14262 WISTRON LAPTOP BUTTON DRIVER
14263 M: Miloslav Trmac <mitr@volny.cz>
14264 S: Maintained
14265 F: drivers/input/misc/wistron_btns.c
14266
14267 WL3501 WIRELESS PCMCIA CARD DRIVER
14268 L: linux-wireless@vger.kernel.org
14269 S: Odd fixes
14270 F: drivers/net/wireless/wl3501*
14271
14272 WOLFSON MICROELECTRONICS DRIVERS
14273 L: patches@opensource.cirrus.com
14274 T: git https://github.com/CirrusLogic/linux-drivers.git
14275 W: https://github.com/CirrusLogic/linux-drivers/wiki
14276 S: Supported
14277 F: Documentation/hwmon/wm83??
14278 F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
14279 F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
14280 F: Documentation/devicetree/bindings/mfd/arizona.txt
14281 F: Documentation/devicetree/bindings/mfd/wm831x.txt
14282 F: arch/arm/mach-s3c64xx/mach-crag6410*
14283 F: drivers/clk/clk-wm83*.c
14284 F: drivers/extcon/extcon-arizona.c
14285 F: drivers/leds/leds-wm83*.c
14286 F: drivers/gpio/gpio-*wm*.c
14287 F: drivers/gpio/gpio-arizona.c
14288 F: drivers/hwmon/wm83??-hwmon.c
14289 F: drivers/input/misc/wm831x-on.c
14290 F: drivers/input/touchscreen/wm831x-ts.c
14291 F: drivers/input/touchscreen/wm97*.c
14292 F: drivers/mfd/arizona*
14293 F: drivers/mfd/wm*.c
14294 F: drivers/mfd/cs47l24*
14295 F: drivers/power/supply/wm83*.c
14296 F: drivers/rtc/rtc-wm83*.c
14297 F: drivers/regulator/wm8*.c
14298 F: drivers/regulator/arizona*
14299 F: drivers/video/backlight/wm83*_bl.c
14300 F: drivers/watchdog/wm83*_wdt.c
14301 F: include/linux/mfd/arizona/
14302 F: include/linux/mfd/wm831x/
14303 F: include/linux/mfd/wm8350/
14304 F: include/linux/mfd/wm8400*
14305 F: include/linux/regulator/arizona*
14306 F: include/linux/wm97xx.h
14307 F: include/sound/wm????.h
14308 F: sound/soc/codecs/arizona.?
14309 F: sound/soc/codecs/wm*
14310 F: sound/soc/codecs/cs47l24*
14311
14312 WORKQUEUE
14313 M: Tejun Heo <tj@kernel.org>
14314 R: Lai Jiangshan <jiangshanlai@gmail.com>
14315 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
14316 S: Maintained
14317 F: include/linux/workqueue.h
14318 F: kernel/workqueue.c
14319 F: Documentation/core-api/workqueue.rst
14320
14321 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
14322 M: Chen-Yu Tsai <wens@csie.org>
14323 L: linux-kernel@vger.kernel.org
14324 S: Maintained
14325 N: axp[128]
14326
14327 X.25 NETWORK LAYER
14328 M: Andrew Hendry <andrew.hendry@gmail.com>
14329 L: linux-x25@vger.kernel.org
14330 S: Odd Fixes
14331 F: Documentation/networking/x25*
14332 F: include/net/x25*
14333 F: net/x25/
14334
14335 X86 ARCHITECTURE (32-BIT AND 64-BIT)
14336 M: Thomas Gleixner <tglx@linutronix.de>
14337 M: Ingo Molnar <mingo@redhat.com>
14338 M: "H. Peter Anvin" <hpa@zytor.com>
14339 M: x86@kernel.org
14340 L: linux-kernel@vger.kernel.org
14341 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
14342 S: Maintained
14343 F: Documentation/x86/
14344 F: arch/x86/
14345
14346 X86 PLATFORM DRIVERS
14347 M: Darren Hart <dvhart@infradead.org>
14348 M: Andy Shevchenko <andy@infradead.org>
14349 L: platform-driver-x86@vger.kernel.org
14350 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
14351 S: Maintained
14352 F: drivers/platform/x86/
14353 F: drivers/platform/olpc/
14354
14355 X86 MCE INFRASTRUCTURE
14356 M: Tony Luck <tony.luck@intel.com>
14357 M: Borislav Petkov <bp@alien8.de>
14358 L: linux-edac@vger.kernel.org
14359 S: Maintained
14360 F: arch/x86/kernel/cpu/mcheck/*
14361
14362 X86 MICROCODE UPDATE SUPPORT
14363 M: Borislav Petkov <bp@alien8.de>
14364 S: Maintained
14365 F: arch/x86/kernel/cpu/microcode/*
14366
14367 X86 VDSO
14368 M: Andy Lutomirski <luto@amacapital.net>
14369 L: linux-kernel@vger.kernel.org
14370 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
14371 S: Maintained
14372 F: arch/x86/entry/vdso/
14373
14374 XC2028/3028 TUNER DRIVER
14375 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
14376 M: Mauro Carvalho Chehab <mchehab@kernel.org>
14377 L: linux-media@vger.kernel.org
14378 W: https://linuxtv.org
14379 T: git git://linuxtv.org/media_tree.git
14380 S: Maintained
14381 F: drivers/media/tuners/tuner-xc2028.*
14382
14383 XEN HYPERVISOR INTERFACE
14384 M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
14385 M: Juergen Gross <jgross@suse.com>
14386 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
14387 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
14388 S: Supported
14389 F: arch/x86/xen/
14390 F: drivers/*/xen-*front.c
14391 F: drivers/xen/
14392 F: arch/x86/include/asm/xen/
14393 F: include/xen/
14394 F: include/uapi/xen/
14395 F: Documentation/ABI/stable/sysfs-hypervisor-xen
14396 F: Documentation/ABI/testing/sysfs-hypervisor-xen
14397
14398 XEN HYPERVISOR ARM
14399 M: Stefano Stabellini <sstabellini@kernel.org>
14400 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
14401 S: Maintained
14402 F: arch/arm/xen/
14403 F: arch/arm/include/asm/xen/
14404
14405 XEN HYPERVISOR ARM64
14406 M: Stefano Stabellini <sstabellini@kernel.org>
14407 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
14408 S: Maintained
14409 F: arch/arm64/xen/
14410 F: arch/arm64/include/asm/xen/
14411
14412 XEN NETWORK BACKEND DRIVER
14413 M: Wei Liu <wei.liu2@citrix.com>
14414 M: Paul Durrant <paul.durrant@citrix.com>
14415 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
14416 L: netdev@vger.kernel.org
14417 S: Supported
14418 F: drivers/net/xen-netback/*
14419
14420 XEN PCI SUBSYSTEM
14421 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14422 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
14423 S: Supported
14424 F: arch/x86/pci/*xen*
14425 F: drivers/pci/*xen*
14426
14427 XEN BLOCK SUBSYSTEM
14428 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14429 M: Roger Pau Monné <roger.pau@citrix.com>
14430 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
14431 S: Supported
14432 F: drivers/block/xen-blkback/*
14433 F: drivers/block/xen*
14434
14435 XEN PVSCSI DRIVERS
14436 M: Juergen Gross <jgross@suse.com>
14437 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
14438 L: linux-scsi@vger.kernel.org
14439 S: Supported
14440 F: drivers/scsi/xen-scsifront.c
14441 F: drivers/xen/xen-scsiback.c
14442 F: include/xen/interface/io/vscsiif.h
14443
14444 XEN SWIOTLB SUBSYSTEM
14445 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14446 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
14447 S: Supported
14448 F: arch/x86/xen/*swiotlb*
14449 F: drivers/xen/*swiotlb*
14450
14451 XFS FILESYSTEM
14452 M: Darrick J. Wong <darrick.wong@oracle.com>
14453 M: linux-xfs@vger.kernel.org
14454 L: linux-xfs@vger.kernel.org
14455 W: http://xfs.org/
14456 T: git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
14457 S: Supported
14458 F: Documentation/filesystems/xfs.txt
14459 F: fs/xfs/
14460
14461 XILINX AXI ETHERNET DRIVER
14462 M: Anirudha Sarangi <anirudh@xilinx.com>
14463 M: John Linn <John.Linn@xilinx.com>
14464 S: Maintained
14465 F: drivers/net/ethernet/xilinx/xilinx_axienet*
14466
14467 XILINX UARTLITE SERIAL DRIVER
14468 M: Peter Korsgaard <jacmet@sunsite.dk>
14469 L: linux-serial@vger.kernel.org
14470 S: Maintained
14471 F: drivers/tty/serial/uartlite.c
14472
14473 XILINX VIDEO IP CORES
14474 M: Hyun Kwon <hyun.kwon@xilinx.com>
14475 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
14476 L: linux-media@vger.kernel.org
14477 T: git git://linuxtv.org/media_tree.git
14478 S: Supported
14479 F: Documentation/devicetree/bindings/media/xilinx/
14480 F: drivers/media/platform/xilinx/
14481 F: include/uapi/linux/xilinx-v4l2-controls.h
14482
14483 XILLYBUS DRIVER
14484 M: Eli Billauer <eli.billauer@gmail.com>
14485 L: linux-kernel@vger.kernel.org
14486 S: Supported
14487 F: drivers/char/xillybus/
14488
14489 XRA1403 GPIO EXPANDER
14490 M: Nandor Han <nandor.han@ge.com>
14491 M: Semi Malinen <semi.malinen@ge.com>
14492 L: linux-gpio@vger.kernel.org
14493 S: Maintained
14494 F: drivers/gpio/gpio-xra1403.c
14495 F: Documentation/devicetree/bindings/gpio/gpio-xra1403.txt
14496
14497 XTENSA XTFPGA PLATFORM SUPPORT
14498 M: Max Filippov <jcmvbkbc@gmail.com>
14499 L: linux-xtensa@linux-xtensa.org
14500 S: Maintained
14501 F: drivers/spi/spi-xtensa-xtfpga.c
14502 F: sound/soc/xtensa/xtfpga-i2s.c
14503
14504 YAM DRIVER FOR AX.25
14505 M: Jean-Paul Roubelat <jpr@f6fbb.org>
14506 L: linux-hams@vger.kernel.org
14507 S: Maintained
14508 F: drivers/net/hamradio/yam*
14509 F: include/linux/yam.h
14510
14511 YEALINK PHONE DRIVER
14512 M: Henk Vergonet <Henk.Vergonet@gmail.com>
14513 L: usbb2k-api-dev@nongnu.org
14514 S: Maintained
14515 F: Documentation/input/yealink.rst
14516 F: drivers/input/misc/yealink.*
14517
14518 Z8530 DRIVER FOR AX.25
14519 M: Joerg Reuter <jreuter@yaina.de>
14520 W: http://yaina.de/jreuter/
14521 W: http://www.qsl.net/dl1bke/
14522 L: linux-hams@vger.kernel.org
14523 S: Maintained
14524 F: Documentation/networking/z8530drv.txt
14525 F: drivers/net/hamradio/*scc.c
14526 F: drivers/net/hamradio/z8530.h
14527
14528 ZBUD COMPRESSED PAGE ALLOCATOR
14529 M: Seth Jennings <sjenning@redhat.com>
14530 M: Dan Streetman <ddstreet@ieee.org>
14531 L: linux-mm@kvack.org
14532 S: Maintained
14533 F: mm/zbud.c
14534 F: include/linux/zbud.h
14535
14536 ZD1211RW WIRELESS DRIVER
14537 M: Daniel Drake <dsd@gentoo.org>
14538 M: Ulrich Kunitz <kune@deine-taler.de>
14539 W: http://zd1211.ath.cx/wiki/DriverRewrite
14540 L: linux-wireless@vger.kernel.org
14541 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
14542 S: Maintained
14543 F: drivers/net/wireless/zydas/zd1211rw/
14544
14545 ZD1301_DEMOD MEDIA DRIVER
14546 M: Antti Palosaari <crope@iki.fi>
14547 L: linux-media@vger.kernel.org
14548 W: https://linuxtv.org/
14549 W: http://palosaari.fi/linux/
14550 Q: https://patchwork.linuxtv.org/project/linux-media/list/
14551 S: Maintained
14552 F: drivers/media/dvb-frontends/zd1301_demod*
14553
14554 ZD1301 MEDIA DRIVER
14555 M: Antti Palosaari <crope@iki.fi>
14556 L: linux-media@vger.kernel.org
14557 W: https://linuxtv.org/
14558 W: http://palosaari.fi/linux/
14559 Q: https://patchwork.linuxtv.org/project/linux-media/list/
14560 S: Maintained
14561 F: drivers/media/usb/dvb-usb-v2/zd1301*
14562
14563 ZPOOL COMPRESSED PAGE STORAGE API
14564 M: Dan Streetman <ddstreet@ieee.org>
14565 L: linux-mm@kvack.org
14566 S: Maintained
14567 F: mm/zpool.c
14568 F: include/linux/zpool.h
14569
14570 ZR36067 VIDEO FOR LINUX DRIVER
14571 L: mjpeg-users@lists.sourceforge.net
14572 L: linux-media@vger.kernel.org
14573 W: http://mjpeg.sourceforge.net/driver-zoran/
14574 T: hg https://linuxtv.org/hg/v4l-dvb
14575 S: Odd Fixes
14576 F: drivers/media/pci/zoran/
14577
14578 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
14579 M: Minchan Kim <minchan@kernel.org>
14580 M: Nitin Gupta <ngupta@vflare.org>
14581 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
14582 L: linux-kernel@vger.kernel.org
14583 S: Maintained
14584 F: drivers/block/zram/
14585 F: Documentation/blockdev/zram.txt
14586
14587 ZS DECSTATION Z85C30 SERIAL DRIVER
14588 M: "Maciej W. Rozycki" <macro@linux-mips.org>
14589 S: Maintained
14590 F: drivers/tty/serial/zs.*
14591
14592 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
14593 M: Minchan Kim <minchan@kernel.org>
14594 M: Nitin Gupta <ngupta@vflare.org>
14595 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
14596 L: linux-mm@kvack.org
14597 S: Maintained
14598 F: mm/zsmalloc.c
14599 F: include/linux/zsmalloc.h
14600 F: Documentation/vm/zsmalloc.txt
14601
14602 ZSWAP COMPRESSED SWAP CACHING
14603 M: Seth Jennings <sjenning@redhat.com>
14604 M: Dan Streetman <ddstreet@ieee.org>
14605 L: linux-mm@kvack.org
14606 S: Maintained
14607 F: mm/zswap.c
14608
14609 THE REST
14610 M: Linus Torvalds <torvalds@linux-foundation.org>
14611 L: linux-kernel@vger.kernel.org
14612 Q: http://patchwork.kernel.org/project/LKML/list/
14613 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
14614 S: Buried alive in reporters
14615 F: *
14616 F: */